@fluid-topics/ftds-tree-list 2.1.24 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/ftds-tree-list.light.js +364 -364
- package/build/ftds-tree-list.min.js +416 -416
- package/package.json +10 -10
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
"use strict";(()=>{var Gd=Object.defineProperty;var V=(t,e)=>{for(var r in e)Gd(t,r,{get:e[r],enumerable:!0})};if(!ShadowRoot.prototype.createElement){let t=window.HTMLElement,e=window.customElements.define,r=window.customElements.get,o=window.customElements,a=new WeakMap,i=new WeakMap,s=new WeakMap,c=new WeakMap;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(E,C){if(E=E.toLowerCase(),this._getDefinition(E)!==void 0)throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${E}" has already been used with this registry`);if(this._definitionsByClass.get(C)!==void 0)throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");let O=C.prototype.attributeChangedCallback,k=new Set(C.observedAttributes||[]);y(C,k,O);let j={elementClass:C,connectedCallback:C.prototype.connectedCallback,disconnectedCallback:C.prototype.disconnectedCallback,adoptedCallback:C.prototype.adoptedCallback,attributeChangedCallback:O,formAssociated:C.formAssociated,formAssociatedCallback:C.prototype.formAssociatedCallback,formDisabledCallback:C.prototype.formDisabledCallback,formResetCallback:C.prototype.formResetCallback,formStateRestoreCallback:C.prototype.formStateRestoreCallback,observedAttributes:k};this._definitionsByTag.set(E,j),this._definitionsByClass.set(C,j);let B=r.call(o,E);B||(B=h(E),e.call(o,E,B)),this===window.customElements&&(s.set(C,j),j.standInClass=B);let H=this._awaitingUpgrade.get(E);if(H){this._awaitingUpgrade.delete(E);for(let $ of H)i.delete($),x($,j,!0)}let I=this._whenDefinedPromises.get(E);return I!==void 0&&(I.resolve(C),this._whenDefinedPromises.delete(E)),C}upgrade(){A.push(this),o.upgrade.apply(o,arguments),A.pop()}get(E){return this._definitionsByTag.get(E)?.elementClass}_getDefinition(E){return this._definitionsByTag.get(E)}whenDefined(E){let C=this._getDefinition(E);if(C!==void 0)return Promise.resolve(C.elementClass);let O=this._whenDefinedPromises.get(E);return O===void 0&&(O={},O.promise=new Promise(k=>O.resolve=k),this._whenDefinedPromises.set(E,O)),O.promise}_upgradeWhenDefined(E,C,O){let k=this._awaitingUpgrade.get(C);k||this._awaitingUpgrade.set(C,k=new Set),O?k.add(E):k.delete(E)}};let d;window.HTMLElement=function(){let C=d;if(C)return d=void 0,C;let O=s.get(this.constructor);if(!O)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return C=Reflect.construct(t,[],O.standInClass),Object.setPrototypeOf(C,this.constructor.prototype),a.set(C,O),C},window.HTMLElement.prototype=t.prototype;let u=E=>E===document||E instanceof ShadowRoot,m=E=>{let C=E.getRootNode();if(!u(C)){let O=A[A.length-1];if(O instanceof CustomElementRegistry)return O;C=O.getRootNode(),u(C)||(C=c.get(C)?.getRootNode()||document)}return C.customElements},h=E=>class{static get formAssociated(){return!0}constructor(){let O=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(O,HTMLElement.prototype);let k=m(O)||window.customElements,j=k._getDefinition(E);return j?x(O,j):i.set(O,k),O}connectedCallback(){let O=a.get(this);O?O.connectedCallback&&O.connectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,E,!0)}disconnectedCallback(){let O=a.get(this);O?O.disconnectedCallback&&O.disconnectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,E,!1)}adoptedCallback(){a.get(this)?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){let O=a.get(this);O&&O.formAssociated&&O?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){let O=a.get(this);O?.formAssociated&&O?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){let O=a.get(this);O?.formAssociated&&O?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){let O=a.get(this);O?.formAssociated&&O?.formStateRestoreCallback?.apply(this,arguments)}},y=(E,C,O)=>{if(C.size===0||O===void 0)return;let k=E.prototype.setAttribute;k&&(E.prototype.setAttribute=function(H,I){let $=H.toLowerCase();if(C.has($)){let K=this.getAttribute($);k.call(this,$,I),O.call(this,$,K,I)}else k.call(this,$,I)});let j=E.prototype.removeAttribute;j&&(E.prototype.removeAttribute=function(H){let I=H.toLowerCase();if(C.has(I)){let $=this.getAttribute(I);j.call(this,I),O.call(this,I,$,null)}else j.call(this,I)});let B=E.prototype.toggleAttribute;B&&(E.prototype.toggleAttribute=function(H,I){let $=H.toLowerCase();if(C.has($)){let K=this.getAttribute($);B.call(this,$,I);let ge=this.getAttribute($);O.call(this,$,K,ge)}else B.call(this,$,I)})},b=E=>{let C=Object.getPrototypeOf(E);if(C!==window.HTMLElement)return C===t?Object.setPrototypeOf(E,window.HTMLElement):b(C)},x=(E,C,O=!1)=>{Object.setPrototypeOf(E,C.elementClass.prototype),a.set(E,C),d=E;try{new C.elementClass}catch{b(C.elementClass),new C.elementClass}C.attributeChangedCallback&&C.observedAttributes.forEach(k=>{E.hasAttribute(k)&&C.attributeChangedCallback.call(E,k,null,E.getAttribute(k))}),O&&C.connectedCallback&&E.isConnected&&C.connectedCallback.call(E)},S=Element.prototype.attachShadow;Element.prototype.attachShadow=function(E){let C=S.apply(this,arguments);return E.customElements&&(C.customElements=E.customElements),C};let A=[document],w=(E,C,O=void 0)=>{let k=(O?Object.getPrototypeOf(O):E.prototype)[C];E.prototype[C]=function(){A.push(this);let j=k.apply(O||this,arguments);return j!==void 0&&c.set(j,this),A.pop(),j}};w(ShadowRoot,"createElement",document),w(ShadowRoot,"importNode",document),w(Element,"insertAdjacentHTML");let N=(E,C)=>{let O=Object.getOwnPropertyDescriptor(E.prototype,C);Object.defineProperty(E.prototype,C,{...O,set(k){A.push(this),O.set.call(this,k),A.pop()}})};if(N(Element,"innerHTML"),N(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){let E=new WeakMap,C=HTMLElement.prototype.attachInternals,O=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...H){let I=C.call(this,...H);return E.set(I,this),I},O.forEach(H=>{let I=window.ElementInternals.prototype,$=I[H];I[H]=function(...K){let ge=E.get(this);if(a.get(ge).formAssociated===!0)return $?.call(this,...K);throw new DOMException(`Failed to execute ${$} on 'ElementInternals': The target element is not a form-associated custom element.`)}});class k extends Array{constructor(I){super(...I),this._elements=I}get value(){return this._elements.find(I=>I.checked===!0)?.value||""}}class j{constructor(I){let $=new Map;I.forEach((K,ge)=>{let Zn=K.getAttribute("name"),pc=$.get(Zn)||[];this[+ge]=K,pc.push(K),$.set(Zn,pc)}),this.length=I.length,$.forEach((K,ge)=>{K&&(K.length===1?this[ge]=K[0]:this[ge]=new k(K))})}namedItem(I){return this[I]}}let B=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){let H=B.get.call(this,[]),I=[];for(let $ of H){let K=a.get($);(!K||K.formAssociated===!0)&&I.push($)}return new j(I)}})}}try{window.customElements.define("custom-element",null)}catch{let e=window.customElements.define;window.customElements.define=(r,o,a)=>{var i;if(o!==null)try{e.bind(window.customElements)(r,o,a)}catch(s){!((i=s.message)===null||i===void 0)&&i.includes("this constructor has already been used")?window.customElements.define(r,class extends o{},a):console.info(r,o,a,s)}}}var ca={};V(ca,{CSSResult:()=>ar,LitElement:()=>Ke,ReactiveElement:()=>Ne,_$LE:()=>wc,_$LH:()=>aa,adoptStyles:()=>Jr,css:()=>U,defaultConverter:()=>ir,getCompatibleStyle:()=>Wo,html:()=>D,isServer:()=>Wh,mathml:()=>na,noChange:()=>ce,notEqual:()=>eo,nothing:()=>q,render:()=>ia,supportsAdoptingStyleSheets:()=>Xr,svg:()=>oa,unsafeCSS:()=>ht});var Go=globalThis,Xr=Go.ShadowRoot&&(Go.ShadyCSS===void 0||Go.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Yn=Symbol(),hc=new WeakMap,ar=class{constructor(e,r,o){if(this._$cssResult$=!0,o!==Yn)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this.t=r}get styleSheet(){let e=this.o,r=this.t;if(Xr&&e===void 0){let o=r!==void 0&&r.length===1;o&&(e=hc.get(r)),e===void 0&&((this.o=e=new CSSStyleSheet).replaceSync(this.cssText),o&&hc.set(r,e))}return e}toString(){return this.cssText}},ht=t=>new ar(typeof t=="string"?t:t+"",void 0,Yn),U=(t,...e)=>{let r=t.length===1?t[0]:e.reduce((o,a,i)=>o+(s=>{if(s._$cssResult$===!0)return s.cssText;if(typeof s=="number")return s;throw Error("Value passed to 'css' function must be a 'css' function result: "+s+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(a)+t[i+1],t[0]);return new ar(r,t,Yn)},Jr=(t,e)=>{if(Xr)t.adoptedStyleSheets=e.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of e){let o=document.createElement("style"),a=Go.litNonce;a!==void 0&&o.setAttribute("nonce",a),o.textContent=r.cssText,t.appendChild(o)}},Wo=Xr?t=>t:t=>t instanceof CSSStyleSheet?(e=>{let r="";for(let o of e.cssRules)r+=o.cssText;return ht(r)})(t):t;var{is:Wd,defineProperty:jd,getOwnPropertyDescriptor:Vd,getOwnPropertyNames:Kd,getOwnPropertySymbols:qd,getPrototypeOf:Zd}=Object,jo=globalThis,mc=jo.trustedTypes,Yd=mc?mc.emptyScript:"",Xd=jo.reactiveElementPolyfillSupport,Qr=(t,e)=>t,ir={toAttribute(t,e){switch(e){case Boolean:t=t?Yd:null;break;case Object:case Array:t=t==null?t:JSON.stringify(t)}return t},fromAttribute(t,e){let r=t;switch(e){case Boolean:r=t!==null;break;case Number:r=t===null?null:Number(t);break;case Object:case Array:try{r=JSON.parse(t)}catch{r=null}}return r}},eo=(t,e)=>!Wd(t,e),gc={attribute:!0,type:String,converter:ir,reflect:!1,useDefault:!1,hasChanged:eo};Symbol.metadata??=Symbol("metadata"),jo.litPropertyMetadata??=new WeakMap;var Ne=class extends HTMLElement{static addInitializer(e){this._$Ei(),(this.l??=[]).push(e)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(e,r=gc){if(r.state&&(r.attribute=!1),this._$Ei(),this.prototype.hasOwnProperty(e)&&((r=Object.create(r)).wrapped=!0),this.elementProperties.set(e,r),!r.noAccessor){let o=Symbol(),a=this.getPropertyDescriptor(e,o,r);a!==void 0&&jd(this.prototype,e,a)}}static getPropertyDescriptor(e,r,o){let{get:a,set:i}=Vd(this.prototype,e)??{get(){return this[r]},set(s){this[r]=s}};return{get:a,set(s){let c=a?.call(this);i?.call(this,s),this.requestUpdate(e,c,o)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??gc}static _$Ei(){if(this.hasOwnProperty(Qr("elementProperties")))return;let e=Zd(this);e.finalize(),e.l!==void 0&&(this.l=[...e.l]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(Qr("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(Qr("properties"))){let r=this.properties,o=[...Kd(r),...qd(r)];for(let a of o)this.createProperty(a,r[a])}let e=this[Symbol.metadata];if(e!==null){let r=litPropertyMetadata.get(e);if(r!==void 0)for(let[o,a]of r)this.elementProperties.set(o,a)}this._$Eh=new Map;for(let[r,o]of this.elementProperties){let a=this._$Eu(r,o);a!==void 0&&this._$Eh.set(a,r)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(e){let r=[];if(Array.isArray(e)){let o=new Set(e.flat(1/0).reverse());for(let a of o)r.unshift(Wo(a))}else e!==void 0&&r.push(Wo(e));return r}static _$Eu(e,r){let o=r.attribute;return o===!1?void 0:typeof o=="string"?o:typeof e=="string"?e.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$ES=new Promise(e=>this.enableUpdating=e),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach(e=>e(this))}addController(e){(this._$EO??=new Set).add(e),this.renderRoot!==void 0&&this.isConnected&&e.hostConnected?.()}removeController(e){this._$EO?.delete(e)}_$E_(){let e=new Map,r=this.constructor.elementProperties;for(let o of r.keys())this.hasOwnProperty(o)&&(e.set(o,this[o]),delete this[o]);e.size>0&&(this._$Ep=e)}createRenderRoot(){let e=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return Jr(e,this.constructor.elementStyles),e}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach(e=>e.hostConnected?.())}enableUpdating(e){}disconnectedCallback(){this._$EO?.forEach(e=>e.hostDisconnected?.())}attributeChangedCallback(e,r,o){this._$AK(e,o)}_$ET(e,r){let o=this.constructor.elementProperties.get(e),a=this.constructor._$Eu(e,o);if(a!==void 0&&o.reflect===!0){let i=(o.converter?.toAttribute!==void 0?o.converter:ir).toAttribute(r,o.type);this._$Em=e,i==null?this.removeAttribute(a):this.setAttribute(a,i),this._$Em=null}}_$AK(e,r){let o=this.constructor,a=o._$Eh.get(e);if(a!==void 0&&this._$Em!==a){let i=o.getPropertyOptions(a),s=typeof i.converter=="function"?{fromAttribute:i.converter}:i.converter?.fromAttribute!==void 0?i.converter:ir;this._$Em=a;let c=s.fromAttribute(r,i.type);this[a]=c??this._$Ej?.get(a)??c,this._$Em=null}}requestUpdate(e,r,o,a=!1,i){if(e!==void 0){let s=this.constructor;if(a===!1&&(i=this[e]),o??=s.getPropertyOptions(e),!((o.hasChanged??eo)(i,r)||o.useDefault&&o.reflect&&i===this._$Ej?.get(e)&&!this.hasAttribute(s._$Eu(e,o))))return;this.C(e,r,o)}this.isUpdatePending===!1&&(this._$ES=this._$EP())}C(e,r,{useDefault:o,reflect:a,wrapped:i},s){o&&!(this._$Ej??=new Map).has(e)&&(this._$Ej.set(e,s??r??this[e]),i!==!0||s!==void 0)||(this._$AL.has(e)||(this.hasUpdated||o||(r=void 0),this._$AL.set(e,r)),a===!0&&this._$Em!==e&&(this._$Eq??=new Set).add(e))}async _$EP(){this.isUpdatePending=!0;try{await this._$ES}catch(r){Promise.reject(r)}let e=this.scheduleUpdate();return e!=null&&await e,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(let[a,i]of this._$Ep)this[a]=i;this._$Ep=void 0}let o=this.constructor.elementProperties;if(o.size>0)for(let[a,i]of o){let{wrapped:s}=i,c=this[a];s!==!0||this._$AL.has(a)||c===void 0||this.C(a,void 0,i,c)}}let e=!1,r=this._$AL;try{e=this.shouldUpdate(r),e?(this.willUpdate(r),this._$EO?.forEach(o=>o.hostUpdate?.()),this.update(r)):this._$EM()}catch(o){throw e=!1,this._$EM(),o}e&&this._$AE(r)}willUpdate(e){}_$AE(e){this._$EO?.forEach(r=>r.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e)}_$EM(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(e){return!0}update(e){this._$Eq&&=this._$Eq.forEach(r=>this._$ET(r,this[r])),this._$EM()}updated(e){}firstUpdated(e){}};Ne.elementStyles=[],Ne.shadowRootOptions={mode:"open"},Ne[Qr("elementProperties")]=new Map,Ne[Qr("finalized")]=new Map,Xd?.({ReactiveElement:Ne}),(jo.reactiveElementVersions??=[]).push("2.1.2");var Jn=globalThis,yc=t=>t,Vo=Jn.trustedTypes,bc=Vo?Vo.createPolicy("lit-html",{createHTML:t=>t}):void 0,Qn="$lit$",rt=`lit$${Math.random().toFixed(9).slice(2)}$`,ea="?"+rt,Jd=`<${ea}>`,Mt=document,ro=()=>Mt.createComment(""),oo=t=>t===null||typeof t!="object"&&typeof t!="function",ta=Array.isArray,Ac=t=>ta(t)||typeof t?.[Symbol.iterator]=="function",Xn=`[
|
|
2
|
-
\f\r]`,
|
|
3
|
-
\f\r"'\`<>=]|("|')|))|$)`,"g"),Sc=/'/g,Cc=/"/g,Lc=/^(?:script|style|textarea|title)$/i,ra=t=>(e,...r)=>({_$litType$:t,strings:e,values:r}),D=ra(1),oa=ra(2),na=ra(3),ce=Symbol.for("lit-noChange"),q=Symbol.for("lit-nothing"),Ec=new WeakMap,Nt=Mt.createTreeWalker(Mt,129);function Oc(t,e){if(!ta(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return bc!==void 0?bc.createHTML(e):e}var Rc=(t,e)=>{let r=t.length-1,o=[],a,i=e===2?"<svg>":e===3?"<math>":"",s=to;for(let c=0;c<r;c++){let d=t[c],u,m,h=-1,y=0;for(;y<d.length&&(s.lastIndex=y,m=s.exec(d),m!==null);)y=s.lastIndex,s===to?m[1]==="!--"?s=vc:m[1]!==void 0?s=xc:m[2]!==void 0?(Lc.test(m[2])&&(a=RegExp("</"+m[2],"g")),s=_t):m[3]!==void 0&&(s=_t):s===_t?m[0]===">"?(s=a??to,h=-1):m[1]===void 0?h=-2:(h=s.lastIndex-m[2].length,u=m[1],s=m[3]===void 0?_t:m[3]==='"'?Cc:Sc):s===Cc||s===Sc?s=_t:s===vc||s===xc?s=to:(s=_t,a=void 0);let b=s===_t&&t[c+1].startsWith("/>")?" ":"";i+=s===to?d+Jd:h>=0?(o.push(u),d.slice(0,h)+Qn+d.slice(h)+rt+b):d+rt+(h===-2?c:b)}return[Oc(t,i+(t[r]||"<?>")+(e===2?"</svg>":e===3?"</math>":"")),o]},no=class t{constructor({strings:e,_$litType$:r},o){let a;this.parts=[];let i=0,s=0,c=e.length-1,d=this.parts,[u,m]=Rc(e,r);if(this.el=t.createElement(u,o),Nt.currentNode=this.el.content,r===2||r===3){let h=this.el.content.firstChild;h.replaceWith(...h.childNodes)}for(;(a=Nt.nextNode())!==null&&d.length<c;){if(a.nodeType===1){if(a.hasAttributes())for(let h of a.getAttributeNames())if(h.endsWith(Qn)){let y=m[s++],b=a.getAttribute(h).split(rt),x=/([.?@])?(.*)/.exec(y);d.push({type:1,index:i,name:x[2],strings:b,ctor:x[1]==="."?qo:x[1]==="?"?Zo:x[1]==="@"?Yo:It}),a.removeAttribute(h)}else h.startsWith(rt)&&(d.push({type:6,index:i}),a.removeAttribute(h));if(Lc.test(a.tagName)){let h=a.textContent.split(rt),y=h.length-1;if(y>0){a.textContent=Vo?Vo.emptyScript:"";for(let b=0;b<y;b++)a.append(h[b],ro()),Nt.nextNode(),d.push({type:2,index:++i});a.append(h[y],ro())}}}else if(a.nodeType===8)if(a.data===ea)d.push({type:2,index:i});else{let h=-1;for(;(h=a.data.indexOf(rt,h+1))!==-1;)d.push({type:7,index:i}),h+=rt.length-1}i++}}static createElement(e,r){let o=Mt.createElement("template");return o.innerHTML=e,o}};function Tt(t,e,r=t,o){if(e===ce)return e;let a=o!==void 0?r._$Co?.[o]:r._$Cl,i=oo(e)?void 0:e._$litDirective$;return a?.constructor!==i&&(a?._$AO?.(!1),i===void 0?a=void 0:(a=new i(t),a._$AT(t,r,o)),o!==void 0?(r._$Co??=[])[o]=a:r._$Cl=a),a!==void 0&&(e=Tt(t,a._$AS(t,e.values),a,o)),e}var Ko=class{constructor(e,r){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){let{el:{content:r},parts:o}=this._$AD,a=(e?.creationScope??Mt).importNode(r,!0);Nt.currentNode=a;let i=Nt.nextNode(),s=0,c=0,d=o[0];for(;d!==void 0;){if(s===d.index){let u;d.type===2?u=new sr(i,i.nextSibling,this,e):d.type===1?u=new d.ctor(i,d.name,d.strings,this,e):d.type===6&&(u=new Xo(i,this,e)),this._$AV.push(u),d=o[++c]}s!==d?.index&&(i=Nt.nextNode(),s++)}return Nt.currentNode=Mt,a}p(e){let r=0;for(let o of this._$AV)o!==void 0&&(o.strings!==void 0?(o._$AI(e,o,r),r+=o.strings.length-2):o._$AI(e[r])),r++}},sr=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(e,r,o,a){this.type=2,this._$AH=q,this._$AN=void 0,this._$AA=e,this._$AB=r,this._$AM=o,this.options=a,this._$Cv=a?.isConnected??!0}get parentNode(){let e=this._$AA.parentNode,r=this._$AM;return r!==void 0&&e?.nodeType===11&&(e=r.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,r=this){e=Tt(this,e,r),oo(e)?e===q||e==null||e===""?(this._$AH!==q&&this._$AR(),this._$AH=q):e!==this._$AH&&e!==ce&&this._(e):e._$litType$!==void 0?this.$(e):e.nodeType!==void 0?this.T(e):Ac(e)?this.k(e):this._(e)}O(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}T(e){this._$AH!==e&&(this._$AR(),this._$AH=this.O(e))}_(e){this._$AH!==q&&oo(this._$AH)?this._$AA.nextSibling.data=e:this.T(Mt.createTextNode(e)),this._$AH=e}$(e){let{values:r,_$litType$:o}=e,a=typeof o=="number"?this._$AC(e):(o.el===void 0&&(o.el=no.createElement(Oc(o.h,o.h[0]),this.options)),o);if(this._$AH?._$AD===a)this._$AH.p(r);else{let i=new Ko(a,this),s=i.u(this.options);i.p(r),this.T(s),this._$AH=i}}_$AC(e){let r=Ec.get(e.strings);return r===void 0&&Ec.set(e.strings,r=new no(e)),r}k(e){ta(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,o,a=0;for(let i of e)a===r.length?r.push(o=new t(this.O(ro()),this.O(ro()),this,this.options)):o=r[a],o._$AI(i),a++;a<r.length&&(this._$AR(o&&o._$AB.nextSibling,a),r.length=a)}_$AR(e=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);e!==this._$AB;){let o=yc(e).nextSibling;yc(e).remove(),e=o}}setConnected(e){this._$AM===void 0&&(this._$Cv=e,this._$AP?.(e))}},It=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,r,o,a,i){this.type=1,this._$AH=q,this._$AN=void 0,this.element=e,this.name=r,this._$AM=a,this.options=i,o.length>2||o[0]!==""||o[1]!==""?(this._$AH=Array(o.length-1).fill(new String),this.strings=o):this._$AH=q}_$AI(e,r=this,o,a){let i=this.strings,s=!1;if(i===void 0)e=Tt(this,e,r,0),s=!oo(e)||e!==this._$AH&&e!==ce,s&&(this._$AH=e);else{let c=e,d,u;for(e=i[0],d=0;d<i.length-1;d++)u=Tt(this,c[o+d],r,d),u===ce&&(u=this._$AH[d]),s||=!oo(u)||u!==this._$AH[d],u===q?e=q:e!==q&&(e+=(u??"")+i[d+1]),this._$AH[d]=u}s&&!a&&this.j(e)}j(e){e===q?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}},qo=class extends It{constructor(){super(...arguments),this.type=3}j(e){this.element[this.name]=e===q?void 0:e}},Zo=class extends It{constructor(){super(...arguments),this.type=4}j(e){this.element.toggleAttribute(this.name,!!e&&e!==q)}},Yo=class extends It{constructor(e,r,o,a,i){super(e,r,o,a,i),this.type=5}_$AI(e,r=this){if((e=Tt(this,e,r,0)??q)===ce)return;let o=this._$AH,a=e===q&&o!==q||e.capture!==o.capture||e.once!==o.once||e.passive!==o.passive,i=e!==q&&(o===q||a);a&&this.element.removeEventListener(this.name,this,o),i&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,e):this._$AH.handleEvent(e)}},Xo=class{constructor(e,r,o){this.element=e,this.type=6,this._$AN=void 0,this._$AM=r,this.options=o}get _$AU(){return this._$AM._$AU}_$AI(e){Tt(this,e)}},aa={M:Qn,P:rt,A:ea,C:1,L:Rc,R:Ko,D:Ac,V:Tt,I:sr,H:It,N:Zo,U:Yo,B:qo,F:Xo},Qd=Jn.litHtmlPolyfillSupport;Qd?.(no,sr),(Jn.litHtmlVersions??=[]).push("3.3.3");var ia=(t,e,r)=>{let o=r?.renderBefore??e,a=o._$litPart$;if(a===void 0){let i=r?.renderBefore??null;o._$litPart$=a=new sr(e.insertBefore(ro(),i),i,void 0,r??{})}return a._$AI(t),a};var sa=globalThis,Ke=class extends Ne{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){let e=super.createRenderRoot();return this.renderOptions.renderBefore??=e.firstChild,e}update(e){let r=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(e),this._$Do=ia(r,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return ce}};Ke._$litElement$=!0,Ke.finalized=!0,sa.litElementHydrateSupport?.({LitElement:Ke});var e4=sa.litElementPolyfillSupport;e4?.({LitElement:Ke});var wc={_$AK:(t,e,r)=>{t._$AK(e,r)},_$AL:t=>t._$AL};(sa.litElementVersions??=[]).push("4.2.2");var Wh=!1;var da={};V(da,{customElement:()=>t4,eventOptions:()=>o4,property:()=>L,query:()=>Me,queryAll:()=>a4,queryAssignedElements:()=>s4,queryAssignedNodes:()=>la,queryAsync:()=>i4,standardProperty:()=>_c,state:()=>X});var t4=t=>(e,r)=>{r!==void 0?r.addInitializer(()=>{customElements.define(t,e)}):customElements.define(t,e)};var r4={attribute:!0,type:String,converter:ir,reflect:!1,hasChanged:eo},_c=(t=r4,e,r)=>{let{kind:o,metadata:a}=r,i=globalThis.litPropertyMetadata.get(a);if(i===void 0&&globalThis.litPropertyMetadata.set(a,i=new Map),o==="setter"&&((t=Object.create(t)).wrapped=!0),i.set(r.name,t),o==="accessor"){let{name:s}=r;return{set(c){let d=e.get.call(this);e.set.call(this,c),this.requestUpdate(s,d,t,!0,c)},init(c){return c!==void 0&&this.C(s,void 0,t,c),c}}}if(o==="setter"){let{name:s}=r;return function(c){let d=this[s];e.call(this,c),this.requestUpdate(s,d,t,!0,c)}}throw Error("Unsupported decorator location: "+o)};function L(t){return(e,r)=>typeof r=="object"?_c(t,e,r):((o,a,i)=>{let s=a.hasOwnProperty(i);return a.constructor.createProperty(i,o),s?Object.getOwnPropertyDescriptor(a,i):void 0})(t,e,r)}function X(t){return L({...t,state:!0,attribute:!1})}function o4(t){return(e,r)=>{let o=typeof e=="function"?e:e[r];Object.assign(o,t)}}var Pe=(t,e,r)=>(r.configurable=!0,r.enumerable=!0,Reflect.decorate&&typeof e!="object"&&Object.defineProperty(t,e,r),r);function Me(t,e){return(r,o,a)=>{let i=s=>s.renderRoot?.querySelector(t)??null;if(e){let{get:s,set:c}=typeof o=="object"?r:a??(()=>{let d=Symbol();return{get(){return this[d]},set(u){this[d]=u}}})();return Pe(r,o,{get(){let d=s.call(this);return d===void 0&&(d=i(this),(d!==null||this.hasUpdated)&&c.call(this,d)),d}})}return Pe(r,o,{get(){return i(this)}})}}var n4;function a4(t){return(e,r)=>Pe(e,r,{get(){return(this.renderRoot??(n4??=document.createDocumentFragment())).querySelectorAll(t)}})}function i4(t){return(e,r)=>Pe(e,r,{async get(){return await this.updateComplete,this.renderRoot?.querySelector(t)??null}})}function s4(t){return(e,r)=>{let{slot:o,selector:a}=t??{},i="slot"+(o?`[name=${o}]`:":not([name])");return Pe(e,r,{get(){let s=this.renderRoot?.querySelector(i),c=s?.assignedElements(t)??[];return a===void 0?c:c.filter(d=>d.matches(a))}})}}function la(t){return(e,r)=>{let{slot:o}=t??{},a="slot"+(o?`[name=${o}]`:":not([name])");return Pe(e,r,{get(){return this.renderRoot?.querySelector(a)?.assignedNodes(t)??[]}})}}var ua={};V(ua,{repeat:()=>kt});var qe={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},Oe=t=>(...e)=>({_$litDirective$:t,values:e}),Te=class{constructor(e){}get _$AU(){return this._$AM._$AU}_$AT(e,r,o){this._$Ct=e,this._$AM=r,this._$Ci=o}_$AS(e,r){return this.update(e,r)}update(e,r){return this.render(...r)}};var{I:c4}=aa,Nc=t=>t;var Tc=t=>t.strings===void 0,Mc=()=>document.createComment(""),cr=(t,e,r)=>{let o=t._$AA.parentNode,a=e===void 0?t._$AB:e._$AA;if(r===void 0){let i=o.insertBefore(Mc(),a),s=o.insertBefore(Mc(),a);r=new c4(i,s,t,t.options)}else{let i=r._$AB.nextSibling,s=r._$AM,c=s!==t;if(c){let d;r._$AQ?.(t),r._$AM=t,r._$AP!==void 0&&(d=t._$AU)!==s._$AU&&r._$AP(d)}if(i!==a||c){let d=r._$AA;for(;d!==i;){let u=Nc(d).nextSibling;Nc(o).insertBefore(d,a),d=u}}}return r},mt=(t,e,r=t)=>(t._$AI(e,r),t),l4={},Ic=(t,e=l4)=>t._$AH=e,kc=t=>t._$AH,Jo=t=>{t._$AR(),t._$AA.remove()};var zc=(t,e,r)=>{let o=new Map;for(let a=e;a<=r;a++)o.set(t[a],a);return o},kt=Oe(class extends Te{constructor(t){if(super(t),t.type!==qe.CHILD)throw Error("repeat() can only be used in text expressions")}dt(t,e,r){let o;r===void 0?r=e:e!==void 0&&(o=e);let a=[],i=[],s=0;for(let c of t)a[s]=o?o(c,s):s,i[s]=r(c,s),s++;return{values:i,keys:a}}render(t,e,r){return this.dt(t,e,r).values}update(t,[e,r,o]){let a=kc(t),{values:i,keys:s}=this.dt(e,r,o);if(!Array.isArray(a))return this.ut=s,i;let c=this.ut??=[],d=[],u,m,h=0,y=a.length-1,b=0,x=i.length-1;for(;h<=y&&b<=x;)if(a[h]===null)h++;else if(a[y]===null)y--;else if(c[h]===s[b])d[b]=mt(a[h],i[b]),h++,b++;else if(c[y]===s[x])d[x]=mt(a[y],i[x]),y--,x--;else if(c[h]===s[x])d[x]=mt(a[h],i[x]),cr(t,d[x+1],a[h]),h++,x--;else if(c[y]===s[b])d[b]=mt(a[y],i[b]),cr(t,a[h],a[y]),y--,b++;else if(u===void 0&&(u=zc(s,b,x),m=zc(c,h,y)),u.has(c[h]))if(u.has(c[y])){let S=m.get(s[b]),A=S!==void 0?a[S]:null;if(A===null){let w=cr(t,a[h]);mt(w,i[b]),d[b]=w}else d[b]=mt(A,i[b]),cr(t,a[h],A),a[S]=null;b++}else Jo(a[y]),y--;else Jo(a[h]),h++;for(;b<=x;){let S=cr(t,d[x+1]);mt(S,i[b]),d[b++]=S}for(;h<=y;){let S=a[h++];S!==null&&Jo(S)}return this.ut=s,Ic(t,d),ce}});var fa={};V(fa,{classMap:()=>De});var De=Oe(class extends Te{constructor(t){if(super(t),t.type!==qe.ATTRIBUTE||t.name!=="class"||t.strings?.length>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter(e=>t[e]).join(" ")+" "}update(t,[e]){if(this.st===void 0){this.st=new Set,t.strings!==void 0&&(this.nt=new Set(t.strings.join(" ").split(/\s/).filter(o=>o!=="")));for(let o in e)e[o]&&!this.nt?.has(o)&&this.st.add(o);return this.render(e)}let r=t.element.classList;for(let o of this.st)o in e||(r.remove(o),this.st.delete(o));for(let o in e){let a=!!e[o];a===this.st.has(o)||this.nt?.has(o)||(a?(r.add(o),this.st.add(o)):(r.remove(o),this.st.delete(o)))}return ce}});var pa={};V(pa,{styleMap:()=>u4});var Pc="important",d4=" !"+Pc,u4=Oe(class extends Te{constructor(t){if(super(t),t.type!==qe.ATTRIBUTE||t.name!=="style"||t.strings?.length>2)throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(t){return Object.keys(t).reduce((e,r)=>{let o=t[r];return o==null?e:e+`${r=r.includes("-")?r:r.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${o};`},"")}update(t,[e]){let{style:r}=t.element;if(this.ft===void 0)return this.ft=new Set(Object.keys(e)),this.render(e);for(let o of this.ft)e[o]==null&&(this.ft.delete(o),o.includes("-")?r.removeProperty(o):r[o]=null);for(let o in e){let a=e[o];if(a!=null){this.ft.add(o);let i=typeof a=="string"&&a.endsWith(d4);o.includes("-")||i?r.setProperty(o,i?a.slice(0,-11):a,i?Pc:""):r[o]=a}}return ce}});var ma={};V(ma,{UnsafeHTMLDirective:()=>lr,unsafeHTML:()=>ha});var lr=class extends Te{constructor(e){if(super(e),this.it=q,e.type!==qe.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(e){if(e===q||e==null)return this._t=void 0,this.it=e;if(e===ce)return e;if(typeof e!="string")throw Error(this.constructor.directiveName+"() called with a non-string value");if(e===this.it)return this._t;this.it=e;let r=[e];return r.raw=r,this._t={_$litType$:this.constructor.resultType,strings:r,values:[]}}};lr.directiveName="unsafeHTML",lr.resultType=1;var ha=Oe(lr);var La={};V(La,{CacheRegistry:()=>Ze,ClearCacheEvent:()=>so});var ya={};V(ya,{CancelablePromise:()=>Qo,CanceledPromiseError:()=>zt,cancelable:()=>ga});var zt=class extends Error{constructor(e,r,o){super(e),this.canceledPromiseResult=r,this.canceledPromiseError=o}},Qo=class extends Promise{constructor(e){super((r,o)=>e(a=>{this.isCanceled?o(new zt("Promise has been canceled",a)):r(a)},a=>{this.isCanceled?o(new zt("Promise has been canceled",void 0,a)):o(a)})),this.isCanceled=!1}cancel(){this.isCanceled=!0}},ga=t=>new Qo((e,r)=>t.then(e).catch(r));var Aa={};V(Aa,{FtNotificationEvent:()=>io,PostResizeEvent:()=>Ea,PreResizeEvent:()=>Ca,WithEventBus:()=>ot,withEventBus:()=>rn});var Sa={};V(Sa,{applyMixinOnce:()=>fe,customElements:()=>te,dateReviver:()=>g4,deepCopy:()=>Ue,deepEqual:()=>ve,delay:()=>en,eventPathContainsMatchingElement:()=>va,everyDeep:()=>m4,flatDeep:()=>Fc,forEachDeep:()=>$c,getComposedPathTo:()=>xa,hasChanged:()=>Ie,ignoreComposingEvents:()=>x4,last:()=>b4,minmax:()=>Pt,parseDate:()=>Hc,randomId:()=>v4,someDeep:()=>Bc,unslotText:()=>tn,waitFor:()=>Uc,waitUntil:()=>h4});var ba={};V(ba,{customElement:()=>ao,dateProperty:()=>p4,isNumber:()=>Dc,jsonProperty:()=>be,numberProperty:()=>dr,optionalNumberProperty:()=>f4});var ao=t=>e=>{window.customElements.get(t)||window.customElements.define(t,e)};function be(t,e){return L({type:Object,converter:{fromAttribute:r=>{if(r==null)return Ue(t);try{return JSON.parse(r)}catch{return Ue(t)}},toAttribute:r=>JSON.stringify(r)},hasChanged:Ie,...e??{}})}function f4(t){return dr(t)}function dr(t){return L({type:Object,converter:{fromAttribute:e=>{var r,o;if(e==null)return;let a=(r=t?.min)!==null&&r!==void 0?r:-1/0,i=(o=t?.max)!==null&&o!==void 0?o:1/0;return Dc(e)?Pt(a,+e,i):void 0},toAttribute:e=>e==null?void 0:""+e},useDefault:!0,...t??{}})}function Dc(t){return!isNaN(parseFloat(t))}function p4(t){return L({type:Object,converter:{fromAttribute:e=>{if(e==null)return;let r=new Date(Date.parse(e));if(!isNaN(r.valueOf()))return r},toAttribute:e=>e?.toISOString()},useDefault:!0,...t??{}})}var en=t=>new Promise(e=>setTimeout(e,t));async function h4(t,e=10,r=2e4){await Uc(async()=>await t()||void 0,e,r)}async function Uc(t,e=10,r=2e4){let o=await t(),a=performance.now(),i=a;for(;o==null&&(!r||i-a<r);)await en(e),o=await t(),i=performance.now();if(o==null)throw new Error("Timeout exceeded");return o}function Fc(t,e){return t.flatMap(r=>[r,...Fc(e(r),e)])}function $c(t,e,r){let o=(a,i)=>{var s;for(let c=0;c<a.length;c++){let d=a[c];if(!(((s=r(d,c,a,i))!==null&&s!==void 0?s:!0)&&o(e(d),[...i,d])))return!1}return!0};o(t,[])}function Bc(t,e,r){let o=!1;return $c(t,e,(a,i,s,c)=>(o=!!r(a,i,s,c),!o)),o}function m4(t,e,r){return!Bc(t,e,(o,a,i,s)=>!r(o,a,i,s))}function g4(...t){return(e,r)=>t.includes(e)?Hc(r):r}function Hc(t){return t.match(/^\d{4}-\d{2}-\d{2}$/)&&(t=t.replace(/-/g,"/")),t=t.replace(" ","T").replace(/^(.+)(\+\d{2})(\d{2})$/,(e,r,o,a)=>r+o+":"+a),new Date(t)}function y4(t,e){if(t===e)return!0;if(t&&e&&typeof t=="object"&&typeof e=="object"){if(t.constructor!==e.constructor)return!1;let r,o;if(Array.isArray(t)){if(r=t.length,r!=e.length)return!1;for(o=r;o--!==0;)if(!ve(t[o],e[o]))return!1;return!0}if(t instanceof Map&&e instanceof Map){if(t.size!==e.size)return!1;for(o of t.entries())if(!e.has(o[0]))return!1;for(o of t.entries())if(!ve(o[1],e.get(o[0])))return!1;return!0}if(t instanceof Set&&e instanceof Set){if(t.size!==e.size)return!1;for(o of t.entries())if(!e.has(o[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===e.source&&t.flags===e.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===e.valueOf();let a=s=>Object.keys(s).filter(c=>s[c]!=null),i=a(t);if(r=i.length,r!==a(e).length)return!1;for(o=r;o--!==0;)if(!Object.prototype.hasOwnProperty.call(e,i[o]))return!1;for(o=r;o--!==0;){let s=i[o];if(!ve(t[s],e[s]))return!1}return!0}return t!==t&&e!==e||t==null&&e==null}function ve(t,e){try{return y4(t,e)}catch{return!1}}function Ie(t,e){return!ve(t,e)}function va(t,e,r=window.document.body){if(e.length>0){let o=t.composedPath();for(let a of o){if(a===r)return!1;if(a.matches&&e.some(i=>a.matches(i)))return!0}}return!1}function Pt(t,e,r){return Math.min(Math.max(t,e),r)}function b4(t){return t[t.length-1]}function tn(t){return t instanceof HTMLSlotElement?t.assignedNodes().map(e=>tn(e)).join(""):t?.textContent||""}function xa(t){let e=[],r=o=>{o.stopPropagation(),e=o.composedPath()};return t.addEventListener("get-composed-path",r),t.dispatchEvent(new Event("get-composed-path",{composed:!0})),t.removeEventListener("get-composed-path",r),e}function Ue(t){return typeof window.structuredClone=="function"?structuredClone(t):t!=null?JSON.parse(JSON.stringify(t)):t}function v4(t,e){return(e??"")+(""+Math.floor(Math.random()*10**t)).padStart(t,"0")}function fe(t,e){let r=o=>o[t]===!0;return o=>{if(r(o))return o;let a=e(o);return a[t]=!0,a}}function x4(){return function(t,e,r){let o=r.value;r.value=function(a,...i){if(a.isComposing||a.keyCode===229){a.stopPropagation();return}return o.apply(this,[a].concat(i))}}}function te(t){for(let[e,r]of Object.entries(t))ao(e)(r)}var io=class extends CustomEvent{constructor(e){super("ft-notification",{bubbles:!0,composed:!0,detail:e})}},Ca=class extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}},Ea=class extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}},rn=fe(Symbol("withEventBus"),function(t,e){return class extends t{constructor(){super(...arguments),this.eventBus=e??document.createElement("span")}addEventListener(r,o,a){this.eventBus.addEventListener(r,o,a)}dispatchEvent(r){return this.eventBus.dispatchEvent(r)}removeEventListener(r,o,a){this.eventBus.removeEventListener(r,o,a)}}}),ot=class extends rn(Object){};var so=class extends CustomEvent{constructor(e){super("clear-cache",{detail:{clearedKeys:e}})}},Ze=class extends ot{constructor(){super(...arguments),this.content={}}register(e,r,o=!1){var a;let i=this.content[e],s=(a=i?.status)!==null&&a!==void 0?a:"REGISTERED";this.content[e]={...i,loader:r,final:o,status:s}}registerFinal(e,r){this.register(e,r,!0)}clearAll(e=!0){return this.clearMatching(()=>!0,e)}clearMatching(e,r=!0){let o=Object.keys(this.content).filter(e).filter(a=>this.clear(a,!1)!=null);return r&&o.length>0&&this.dispatchEvent(new so(o)),o}clear(e,r=!0){if(this.content[e]&&!this.content[e].final)return this.forceClear(e),r&&this.dispatchEvent(new so([e])),e}forceClear(e){var r;let o=this.content[e];o&&(this.clearClearTimeout(e),(r=o.promise)===null||r===void 0||r.cancel(),this.content[e]={loader:o.loader,final:o.final,status:"REGISTERED"})}clearClearTimeout(e){var r,o,a;((r=this.content[e])===null||r===void 0?void 0:r.clearTimeout)!=null&&(window.clearTimeout((o=this.content[e])===null||o===void 0?void 0:o.clearTimeout),(a=this.content[e])===null||a===void 0||delete a.clearTimeout)}set(e,r,o=!1){this.forceClear(e);let a=async()=>r,i="RESOLVED";this.content[e]={loader:a,final:o,status:i,value:r}}setFinal(e,r){return this.set(e,r,!0)}async get(e,r,o){if(!this.isRegistered(e)){if(!r)throw new Error("Unknown cache key "+e);this.register(e,r)}let a=this.content[e];switch(a.status){case"ERROR":throw a.error;case"LOADING":return a.promise;case"RESOLVED":return a.value;case"REGISTERED":return r=r??a.loader,a.status="LOADING",a.promise=ga(r()),a.promise.then(i=>(a.status="RESOLVED",a.value=i,o!=null&&(this.clearClearTimeout(e),a.clearTimeout=window.setTimeout(()=>this.clear(e),o)),i)).catch(i=>{var s;throw!((s=a.promise)===null||s===void 0)&&s.isCanceled||(a.status="ERROR",a.error=i),i})}}isRegistered(e){return this.content[e]!=null}getNow(e){var r;return(r=this.content[e])===null||r===void 0?void 0:r.value}has(e){var r,o;return((r=this.content[e])===null||r===void 0?void 0:r.status)!==void 0&&((o=this.content[e])===null||o===void 0?void 0:o.status)!=="REGISTERED"}resolvedKeys(){return Object.keys(this.content).filter(e=>{var r;return((r=this.content[e])===null||r===void 0?void 0:r.status)==="RESOLVED"})}resolvedValues(){return this.resolvedKeys().map(e=>this.content[e].value)}keys(){return Object.keys(this.content)}};var Na={};V(Na,{ClusteringHelper:()=>_a,formatHierarchicalValues:()=>wa});var Ra={};V(Ra,{accessBreadcrumb:()=>E4,accessResult:()=>Oa,accessResultId:()=>S4,accessResultUrl:()=>C4});function Oa(t){var e,r,o,a;return(a=(o=(r=(e=t?.map)!==null&&e!==void 0?e:t?.topic)!==null&&r!==void 0?r:t?.document)!==null&&o!==void 0?o:t?.htmlPackage)!==null&&a!==void 0?a:t?.htmlPackagePage}function S4(t){var e,r,o,a,i,s,c,d,u;return(d=(s=(a=(r=(e=t?.map)===null||e===void 0?void 0:e.mapId)!==null&&r!==void 0?r:(o=t?.topic)===null||o===void 0?void 0:o.tocId)!==null&&a!==void 0?a:(i=t?.document)===null||i===void 0?void 0:i.documentId)!==null&&s!==void 0?s:(c=t?.htmlPackage)===null||c===void 0?void 0:c.packageId)!==null&&d!==void 0?d:(u=t?.htmlPackagePage)===null||u===void 0?void 0:u.contentId}function C4(t){var e,r,o,a,i,s,c,d,u;return(d=(s=(a=(r=(e=t?.map)===null||e===void 0?void 0:e.readerUrl)!==null&&r!==void 0?r:(o=t?.topic)===null||o===void 0?void 0:o.readerUrl)!==null&&a!==void 0?a:(i=t?.document)===null||i===void 0?void 0:i.viewerUrl)!==null&&s!==void 0?s:(c=t?.htmlPackage)===null||c===void 0?void 0:c.viewerUrl)!==null&&d!==void 0?d:(u=t?.htmlPackagePage)===null||u===void 0?void 0:u.viewerUrl}function E4(t){return t?.topic?[t.topic.mapTitle,...t.topic.breadcrumb]:t?.map?[t.map.title]:t?.document?[t.document.title]:t?.htmlPackage?[t.htmlPackage.title]:t?.htmlPackagePage?[t.htmlPackagePage.packageTitle,t.htmlPackagePage.title]:[]}function wa(t,e){return e&&e>1&&t.length>=e?`... > ${t[t.length-1]}`:t.join(" > ")}var _a=class t{constructor(e,r,o,a){this.allResults=e,this.selectedResult=r,this.clusteringMetadata=o,this.metadataDescriptors=a}static findResultWithMetadataValue(e,r,o){return e?.find(a=>{var i;return((i=this.extractResultMetadata({result:a}).find(s=>s.key==r))===null||i===void 0?void 0:i.value)==o})}static extractResultMetadata(e){var r,o;let a=(o=(r=Oa(e.result))===null||r===void 0?void 0:r.metadata)!==null&&o!==void 0?o:[];return e.key==null?t.flattenMetadata(a,e.hierarchicalValueTruncatingLevel,e.dateFormatter):t.flattenMetadata(a.find(i=>i.key===e.key),e.hierarchicalValueTruncatingLevel,e.dateFormatter)}static flattenMetadata(e,r,o){if(Array.isArray(e))return e.map(i=>t.flattenMetadata(i,r,o)).filter(i=>i!=null);let a=e?.hierarchicalValues!=null&&e.hierarchicalValues.length>0;if(!(e==null||e.values.length==0&&!a))if(a){let i=[],s=[];return e.hierarchicalValues.forEach(c=>{i.push(wa(c)),s.push(wa(c,r))}),{key:e.key,label:e.label,value:i.join(", "),displayValue:s.join(", "),displayTooltipValue:i.join(", ")}}else{let i=e.values.join(", "),s=e.values.map(c=>o?o(c):c).join(", ");return{key:e.key,label:e.label,value:i,displayValue:s,displayTooltipValue:s}}}computeClustersItemsForMetadata(e,r,o="No value",a,i){var s,c;let d=t.extractResultMetadata({result:this.selectedResult,key:e,dateFormatter:i}),u=(s=d?.label)!==null&&s!==void 0?s:(c=this.getMetadataDescriptor(e))===null||c===void 0?void 0:c.label;return this.allResults.map(h=>t.extractResultMetadata({result:h,key:e,hierarchicalValueTruncatingLevel:a,dateFormatter:i})).map(h=>h??{key:e,label:u,value:void 0,displayValue:o}).filter(h=>h.value!=d?.value).filter((h,y,b)=>b.findIndex(x=>x.value===h.value)===y).map(h=>({result:this.findBestResultForMetadataValue(e,h.value),metadata:h})).sort((h,y)=>this.compareMetadata(h.metadata.value,y.metadata.value,e,r))}compareMetadata(e,r,o,a){if(e==null)return-1;if(r==null)return 1;let i=this.getMetadataDescriptor(o),s=i?.sortRule||"NONE",c=i?.reverseSort||!1;if(s=="ALPHABET"||s=="VERSION"){let d=e.localeCompare(r,a,{numeric:!0});return c?d*-1:d}return 0}getMetadataDescriptor(e){return this.metadataDescriptors.find(r=>e==r.key)}findBestResultForMetadataValue(e,r){let o=this.allResults.filter(d=>{var u;return((u=t.extractResultMetadata({result:d,key:e}))===null||u===void 0?void 0:u.value)==r}),i=[...t.extractResultMetadata({result:this.selectedResult}).filter(d=>this.clusteringMetadata.has(d.key)).filter(d=>d.key!==e)],s,c=-1;for(let d of o){let u=this.countMatchingMetadata(d,i);if(u>c&&(c=u,s=d,u===i.length))break}return s}countMatchingMetadata(e,r){return t.extractResultMetadata({result:e}).filter(o=>r.some(a=>a.key===o.key&&a.value===o.value)).length}};var Ma={};V(Ma,{Debouncer:()=>Se});var Se=class{constructor(e=0){this.timeout=e,this.callbacks=[]}run(e,r){return this.callbacks=[e],this.debounce(r)}queue(e,r){return this.callbacks.push(e),this.debounce(r)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(e){return this.promise==null&&(this.promise=new Promise((r,o)=>{this.resolvePromise=r,this.rejectPromise=o})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),e??this.timeout),this.promise}async runCallbacks(){var e,r;let o=[...this.callbacks];this.callbacks=[];let a=(e=this.rejectPromise)!==null&&e!==void 0?e:(()=>null),i=(r=this.resolvePromise)!==null&&r!==void 0?r:(()=>null);this.clearPromise();for(let s of o)try{await s()}catch(c){a(c);return}i(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var Za={};V(Za,{designSystemVariables:()=>ae});var qa={};V(qa,{DesignSystemFamily:()=>nt,DesignSystemSize:()=>at,FtCssVariableFactory:()=>n,badge:()=>k4,banner:()=>I4,button:()=>v,card:()=>L4,chart:()=>Y4,checkbox:()=>O4,chip:()=>N4,chipChoice:()=>_4,chipGroup:()=>M4,collapsible:()=>q4,combobox:()=>V4,dateRangePicker:()=>ru,drawer:()=>B4,floatingMenu:()=>j4,foundation:()=>l,link:()=>T4,modal:()=>F4,notice:()=>J4,notification:()=>eu,pageDesigner:()=>X4,pageFooter:()=>D4,pageHeader:()=>P4,pageLayout:()=>U4,popover:()=>K4,radio:()=>R4,reorderableList:()=>$4,resolveFamilyClass:()=>Va,resolveSizeClass:()=>Ka,semantic:()=>f,setVariable:()=>R,switch_:()=>Z4,table:()=>w4,tabs:()=>H4,textArea:()=>W4,textInput:()=>G4,titleBreadcrumb:()=>z4,toggle:()=>Q4,tooltip:()=>tu,treeList:()=>T,typographies:()=>on,typographyBody1Medium:()=>Da,typographyBody1Regular:()=>Pa,typographyBody1Semibold:()=>Ua,typographyBody2Medium:()=>$a,typographyBody2MediumUnderline:()=>Gc,typographyBody2Regular:()=>Fa,typographyBody2Semibold:()=>co,typographyCaption1Medium:()=>Ba,typographyCaption1Semibold:()=>Ha,typographyCaption2Bold:()=>ja,typographyCaption2Medium:()=>Ga,typographyCaption2Semibold:()=>Wa,typographyDisplay:()=>Ta,typographyTitle1:()=>Ia,typographyTitle2:()=>ka,typographyTitle3:()=>za,typographyVariants:()=>A4});var gt=t=>typeof t=="string"?ht(t):t,n=class{static create(e,r,o,a){let i=c=>gt(c??a),s=U`var(${gt(e)}, ${i(a)})`;return s.name=e,s.description=r,s.category=o,s.defaultValue=a,s.defaultCssValue=i,s.set=c=>R(s,c??i(a)),s.get=c=>U`var(${gt(e)}, ${i(c)})`,s.breadcrumb=()=>[],s.lastResortDefaultValue=()=>a,s}static extend(e,r,o,a){let i=c=>o.get(c??a),s=U`var(${gt(e)}, ${i(a)})`;return s.name=e,s.description=r,s.category=o.category,s.fallbackVariable=o,s.defaultValue=a,s.defaultCssValue=i,s.set=c=>R(s,c??i(a)),s.get=c=>U`var(${gt(e)}, ${i(c)})`,s.breadcrumb=()=>[o.name,...o.breadcrumb()],s.lastResortDefaultValue=()=>a??o.lastResortDefaultValue(),s}static external(e,r){let o=i=>e.defaultCssValue(i),a=U`var(${gt(e.name)}, ${o(e.defaultValue)})`;return a.name=e.name,a.category=e.category,a.fallbackVariable=e.fallbackVariable,a.defaultValue=e.defaultValue,a.context=r,a.defaultCssValue=o,a.set=i=>e.set(i),a.get=i=>U`var(${gt(e.name)}, ${o(i)})`,a.breadcrumb=()=>e.breadcrumb(),a.lastResortDefaultValue=()=>e.lastResortDefaultValue(),a}};function R(t,e){return gt(`${t.name}: ${e}`)}var l={colorWhite:n.create("--ftds-color-white","","COLOR","#ffffff"),colorGray0:n.create("--ftds-color-gray-0","","COLOR","#71718e"),colorGray10:n.create("--ftds-color-gray-10","","COLOR","#fbfbfc"),colorGray20:n.create("--ftds-color-gray-20","","COLOR","#f2f2f5"),colorGray30:n.create("--ftds-color-gray-30","","COLOR","#e9e9ed"),colorGray40:n.create("--ftds-color-gray-40","","COLOR","#e0e0e6"),colorGray50:n.create("--ftds-color-gray-50","","COLOR","#cdcdd7"),colorGray60:n.create("--ftds-color-gray-60","","COLOR","#bbbbc9"),colorGray70:n.create("--ftds-color-gray-70","","COLOR","#a8a8ba"),colorGray80:n.create("--ftds-color-gray-80","","COLOR","#9696ab"),colorGray90:n.create("--ftds-color-gray-90","","COLOR","#83839d"),colorGray100:n.create("--ftds-color-gray-100","","COLOR","#62627c"),colorGray200:n.create("--ftds-color-gray-200","","COLOR","#545469"),colorGray300:n.create("--ftds-color-gray-300","","COLOR","#454557"),colorGray400:n.create("--ftds-color-gray-400","","COLOR","#363644"),colorGray500:n.create("--ftds-color-gray-500","","COLOR","#282832"),colorGray600:n.create("--ftds-color-gray-600","","COLOR","#19191f"),colorGray700:n.create("--ftds-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:n.create("--ftds-color-brand-0","","COLOR","#9d207b"),colorBrand10:n.create("--ftds-color-brand-10","","COLOR","#f7edf4"),colorBrand20:n.create("--ftds-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:n.create("--ftds-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:n.create("--ftds-color-brand-40","","COLOR","#d395c2"),colorBrand50:n.create("--ftds-color-brand-50","","COLOR","#c778b1"),colorBrand60:n.create("--ftds-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:n.create("--ftds-color-brand-70","","COLOR","#ae3e90"),colorBrand100:n.create("--ftds-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:n.create("--ftds-color-brand-200","","COLOR","#78185e"),colorBrand300:n.create("--ftds-color-brand-300","","COLOR","#62144d"),colorBrand400:n.create("--ftds-color-brand-400","","COLOR","#4d103c"),colorBrand500:n.create("--ftds-color-brand-500","","COLOR","#380b2c"),colorBrand600:n.create("--ftds-color-brand-600","","COLOR","#23071b"),colorBrand700:n.create("--ftds-color-brand-700","","COLOR","#0d030b"),colorCyan0:n.create("--ftds-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:n.create("--ftds-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:n.create("--ftds-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:n.create("--ftds-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:n.create("--ftds-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:n.create("--ftds-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:n.create("--ftds-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:n.create("--ftds-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:n.create("--ftds-color-cyan-100","","COLOR","#0c849c"),colorCyan200:n.create("--ftds-color-cyan-200","","COLOR","#0a7085"),colorCyan300:n.create("--ftds-color-cyan-300","","COLOR","#085c6d"),colorCyan400:n.create("--ftds-color-cyan-400","","COLOR","#074856"),colorCyan500:n.create("--ftds-color-cyan-500","","COLOR","#05343e"),colorCyan600:n.create("--ftds-color-cyan-600","","COLOR","#032127"),colorCyan700:n.create("--ftds-color-cyan-700","","COLOR","#010d0f"),colorGreen0:n.create("--ftds-color-green-0","","COLOR","#21a274"),colorGreen10:n.create("--ftds-color-green-10","","COLOR","#edf7f3"),colorGreen20:n.create("--ftds-color-green-20","","COLOR","#cfebe1"),colorGreen30:n.create("--ftds-color-green-30","","COLOR","#b2dfcf"),colorGreen40:n.create("--ftds-color-green-40","","COLOR","#95d3bd"),colorGreen50:n.create("--ftds-color-green-50","","COLOR","#78c7ab"),colorGreen60:n.create("--ftds-color-green-60","","COLOR","#5bba98"),colorGreen70:n.create("--ftds-color-green-70","","COLOR","#3eae86"),colorGreen100:n.create("--ftds-color-green-100","","COLOR","#1d8d65"),colorGreen200:n.create("--ftds-color-green-200","","COLOR","#187856"),colorGreen300:n.create("--ftds-color-green-300","","COLOR","#146246"),colorGreen400:n.create("--ftds-color-green-400","","COLOR","#104d37"),colorGreen500:n.create("--ftds-color-green-500","","COLOR","#0b3828"),colorGreen600:n.create("--ftds-color-green-600","","COLOR","#072319"),colorGreen700:n.create("--ftds-color-green-700","","COLOR","#030d0a"),colorOrange0:n.create("--ftds-color-orange-0","","COLOR","#F2700D"),colorOrange10:n.create("--ftds-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:n.create("--ftds-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:n.create("--ftds-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:n.create("--ftds-color-orange-40","","COLOR","#FECB90"),colorOrange50:n.create("--ftds-color-orange-50","","COLOR","#FCB76E"),colorOrange60:n.create("--ftds-color-orange-60","","COLOR","#F9A34D"),colorOrange70:n.create("--ftds-color-orange-70","","COLOR","#F68B2C"),colorOrange100:n.create("--ftds-color-orange-100","","COLOR","#D35909"),colorOrange200:n.create("--ftds-color-orange-200","","COLOR","#B74706"),colorOrange300:n.create("--ftds-color-orange-300","","COLOR","#913503"),colorOrange400:n.create("--ftds-color-orange-400","","COLOR","#6F2601"),colorOrange500:n.create("--ftds-color-orange-500","","COLOR","#4D1800"),colorOrange600:n.create("--ftds-color-orange-600","","COLOR","#330F00"),colorOrange700:n.create("--ftds-color-orange-700","","COLOR","#140600"),colorRed0:n.create("--ftds-color-red-0","","COLOR","#b40e2c"),colorRed10:n.create("--ftds-color-red-10","","COLOR","#f9ebed"),colorRed20:n.create("--ftds-color-red-20","","COLOR","#efcbd2"),colorRed30:n.create("--ftds-color-red-30","","COLOR","#e5acb6"),colorRed40:n.create("--ftds-color-red-40","","COLOR","#db8c9b"),colorRed50:n.create("--ftds-color-red-50","","COLOR","#d16d7f"),colorRed60:n.create("--ftds-color-red-60","","COLOR","#c84d63"),colorRed70:n.create("--ftds-color-red-70","","COLOR","#be2e48"),colorRed100:n.create("--ftds-color-red-100","","COLOR","#9c0c26"),colorRed200:n.create("--ftds-color-red-200","","COLOR","#850a20"),colorRed300:n.create("--ftds-color-red-300","","COLOR","#6d081b"),colorRed400:n.create("--ftds-color-red-400","","COLOR","#560715"),colorRed500:n.create("--ftds-color-red-500","","COLOR","#3e050f"),colorRed600:n.create("--ftds-color-red-600","","COLOR","#270309"),colorRed700:n.create("--ftds-color-red-700","","COLOR","#0f0104"),colorYellow0:n.create("--ftds-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:n.create("--ftds-color-yellow-10","","COLOR","#fefae9"),colorYellow20:n.create("--ftds-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:n.create("--ftds-color-yellow-30","","COLOR","#faedaa"),colorYellow40:n.create("--ftds-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:n.create("--ftds-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:n.create("--ftds-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:n.create("--ftds-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:n.create("--ftds-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:n.create("--ftds-color-yellow-200","","COLOR","#b3970a"),colorYellow300:n.create("--ftds-color-yellow-300","","COLOR","#947c08"),colorYellow400:n.create("--ftds-color-yellow-400","","COLOR","#746206"),colorYellow500:n.create("--ftds-color-yellow-500","","COLOR","#554705"),colorYellow600:n.create("--ftds-color-yellow-600","","COLOR","#352d03"),colorYellow700:n.create("--ftds-color-yellow-700","","COLOR","#161201"),colorUltramarine0:n.create("--ftds-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:n.create("--ftds-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:n.create("--ftds-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:n.create("--ftds-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:n.create("--ftds-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:n.create("--ftds-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:n.create("--ftds-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:n.create("--ftds-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:n.create("--ftds-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:n.create("--ftds-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:n.create("--ftds-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:n.create("--ftds-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:n.create("--ftds-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:n.create("--ftds-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:n.create("--ftds-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:n.create("--ftds-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:n.create("--ftds-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:n.create("--ftds-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:n.create("--ftds-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:n.create("--ftds-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:n.create("--ftds-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:n.create("--ftds-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:n.create("--ftds-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:n.create("--ftds-color-avocado-100","","COLOR","#84A423"),colorAvocado200:n.create("--ftds-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:n.create("--ftds-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:n.create("--ftds-color-avocado-400","","COLOR","#495B13"),colorAvocado500:n.create("--ftds-color-avocado-500","","COLOR","#35420E"),colorAvocado600:n.create("--ftds-color-avocado-600","","COLOR","#212A09"),colorAvocado700:n.create("--ftds-color-avocado-700","","COLOR","#0E1104"),colorBrown0:n.create("--ftds-color-brown-0","","COLOR","#B26F4D"),colorBrown10:n.create("--ftds-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:n.create("--ftds-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:n.create("--ftds-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:n.create("--ftds-color-brown-40","","COLOR","#DABAAA"),colorBrown50:n.create("--ftds-color-brown-50","","COLOR","#D0A792"),colorBrown60:n.create("--ftds-color-brown-60","","COLOR","#C6947B"),colorBrown70:n.create("--ftds-color-brown-70","","COLOR","#BC8264"),colorBrown100:n.create("--ftds-color-brown-100","","COLOR","#9B6143"),colorBrown200:n.create("--ftds-color-brown-200","","COLOR","#845239"),colorBrown300:n.create("--ftds-color-brown-300","","COLOR","#6D442F"),colorBrown400:n.create("--ftds-color-brown-400","","COLOR","#553525"),colorBrown500:n.create("--ftds-color-brown-500","","COLOR","#3E271B"),colorBrown600:n.create("--ftds-color-brown-600","","COLOR","#271811"),colorBrown700:n.create("--ftds-color-brown-700","","COLOR","#100A07"),spacing1:n.create("--ftds-spacing-1","","SIZE","0.25rem"),spacing2:n.create("--ftds-spacing-2","","SIZE","calc(0.25rem*2)"),spacing3:n.create("--ftds-spacing-3","","SIZE","calc(0.25rem*3)"),spacing4:n.create("--ftds-spacing-4","","SIZE","calc(0.25rem*4)"),spacing5:n.create("--ftds-spacing-5","","SIZE","calc(0.25rem*5)"),spacing6:n.create("--ftds-spacing-6","","SIZE","calc(0.25rem*6)"),spacing8:n.create("--ftds-spacing-8","","SIZE","calc(0.25rem*8)"),spacing10:n.create("--ftds-spacing-10","","SIZE","calc(0.25rem*10)"),spacing12:n.create("--ftds-spacing-12","","SIZE","calc(0.25rem*12)"),spacing16:n.create("--ftds-spacing-16","","SIZE","calc(0.25rem*16)"),spacing20:n.create("--ftds-spacing-20","","SIZE","calc(0.25rem*20)"),spacing24:n.create("--ftds-spacing-24","","SIZE","calc(0.25rem*24)"),spacing28:n.create("--ftds-spacing-28","","SIZE","calc(0.25rem*28)"),spacing32:n.create("--ftds-spacing-32","","SIZE","calc(0.25rem*32)"),spacing05:n.create("--ftds-spacing-0-5","","SIZE","calc(0.25rem*0.5)"),borderRadiusS:n.create("--ftds-border-radius-s","","SIZE","4px"),borderRadiusM:n.create("--ftds-border-radius-m","","SIZE","8px"),borderRadiusL:n.create("--ftds-border-radius-l","","SIZE","12px"),borderRadiusXl:n.create("--ftds-border-radius-xl","","SIZE","16px"),borderRadiusPill:n.create("--ftds-border-radius-pill","","SIZE","999px"),borderRadiusRound:n.create("--ftds-border-radius-round","","SIZE","50%"),iconSize1:n.create("--ftds-icon-size-1","","SIZE","0.5rem"),iconSize2:n.create("--ftds-icon-size-2","","SIZE","0.75rem"),iconSize3:n.create("--ftds-icon-size-3","","SIZE","1rem"),iconSize4:n.create("--ftds-icon-size-4","","SIZE","1.25rem"),iconSize5:n.create("--ftds-icon-size-5","","SIZE","1.5rem"),iconSize6:n.create("--ftds-icon-size-6","","SIZE","2rem"),iconSize7:n.create("--ftds-icon-size-7","","SIZE","3rem"),opacity0:n.create("--ftds-opacity-0","","NUMBER","0"),opacity4:n.create("--ftds-opacity-4","","NUMBER","0.04"),opacity6:n.create("--ftds-opacity-6","","NUMBER","0.06"),opacity8:n.create("--ftds-opacity-8","","NUMBER","0.08"),opacity12:n.create("--ftds-opacity-12","","NUMBER","0.12"),opacity16:n.create("--ftds-opacity-16","","NUMBER","0.16"),opacity24:n.create("--ftds-opacity-24","","NUMBER","0.24"),opacity32:n.create("--ftds-opacity-32","","NUMBER","0.32"),opacity40:n.create("--ftds-opacity-40","","NUMBER","0.4"),opacity48:n.create("--ftds-opacity-48","","NUMBER","0.48"),opacity80:n.create("--ftds-opacity-80","","NUMBER","0.8"),shadowElevation01:n.create("--ftds-shadow-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0,0,0,0.06), 0px 1px 2px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation02:n.create("--ftds-shadow-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0,0,0,0.06), 0px 2px 5px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation03:n.create("--ftds-shadow-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0,0,0,0.06), 0px 3px 7px 0px rgba(0,0,0,0.14), 0px 1px 2px 0px rgba(0,0,0,0.06)"),shadowElevation04:n.create("--ftds-shadow-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0,0,0,0.06), 0px 4px 9px 0px rgba(0,0,0,0.14), 0px 2px 3px 0px rgba(0,0,0,0.06)"),shadowElevation06:n.create("--ftds-shadow-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0,0,0,0.06), 0px 6px 13px 0px rgba(0,0,0,0.14), 0px 4px 5px 0px rgba(0,0,0,0.06)"),shadowElevation08:n.create("--ftds-shadow-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0,0,0,0.06), 0px 8px 17px 0px rgba(0,0,0,0.14), 0px 6px 7px 0px rgba(0,0,0,0.06)"),shadowElevation12:n.create("--ftds-shadow-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0,0,0,0.06), 0px 12px 23px 0px rgba(0,0,0,0.14), 0px 10px 11px 0px rgba(0,0,0,0.06)"),shadowElevation16:n.create("--ftds-shadow-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0,0,0,0.06), 0px 16px 29px 0px rgba(0,0,0,0.14), 0px 14px 15px 0px rgba(0,0,0,0.06)"),shadowElevation24:n.create("--ftds-shadow-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0,0,0,0.06), 0px 24px 41px 0px rgba(0,0,0,0.14), 0px 22px 23px 0px rgba(0,0,0,0.06)")},Ta={fontFamily:n.create("--ftds-typography-display-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-display-font-weight","","UNKNOWN","600"),lineHeight:n.create("--ftds-typography-display-line-height","","SIZE","1.2"),fontSize:n.create("--ftds-typography-display-font-size","","SIZE","2.5rem"),letterSpacing:n.create("--ftds-typography-display-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:n.create("--ftds-typography-display-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-display-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-display-text-decoration","","UNKNOWN","none"),textCase:n.create("--ftds-typography-display-text-case","","UNKNOWN","none")},Ia={fontFamily:n.create("--ftds-typography-title-1-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-title-1-font-weight","","UNKNOWN","600"),lineHeight:n.create("--ftds-typography-title-1-line-height","","SIZE","1.2"),fontSize:n.create("--ftds-typography-title-1-font-size","","SIZE","1.5rem"),letterSpacing:n.create("--ftds-typography-title-1-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:n.create("--ftds-typography-title-1-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-title-1-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-title-1-text-decoration","","UNKNOWN","none"),textCase:n.create("--ftds-typography-title-1-text-case","","UNKNOWN","none")},ka={fontFamily:n.create("--ftds-typography-title-2-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-title-2-font-weight","","UNKNOWN","500"),lineHeight:n.create("--ftds-typography-title-2-line-height","","SIZE","1.2"),fontSize:n.create("--ftds-typography-title-2-font-size","","SIZE","1.25rem"),letterSpacing:n.create("--ftds-typography-title-2-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:n.create("--ftds-typography-title-2-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-title-2-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-title-2-text-decoration","","UNKNOWN","none"),textCase:n.create("--ftds-typography-title-2-text-case","","UNKNOWN","none")},za={fontFamily:n.create("--ftds-typography-title-3-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-title-3-font-weight","","UNKNOWN","500"),lineHeight:n.create("--ftds-typography-title-3-line-height","","SIZE","1.2"),fontSize:n.create("--ftds-typography-title-3-font-size","","SIZE","1.125rem"),letterSpacing:n.create("--ftds-typography-title-3-letter-spacing","","SIZE","-0.01em"),paragraphSpacing:n.create("--ftds-typography-title-3-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-title-3-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-title-3-text-decoration","","UNKNOWN","none"),textCase:n.create("--ftds-typography-title-3-text-case","","UNKNOWN","none")},Pa={fontFamily:n.create("--ftds-typography-body-1-regular-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-body-1-regular-font-weight","","UNKNOWN","400"),lineHeight:n.create("--ftds-typography-body-1-regular-line-height","","SIZE","1.35"),fontSize:n.create("--ftds-typography-body-1-regular-font-size","","SIZE","1rem"),letterSpacing:n.create("--ftds-typography-body-1-regular-letter-spacing","","SIZE","normal"),paragraphSpacing:n.create("--ftds-typography-body-1-regular-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-body-1-regular-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-body-1-regular-text-decoration","","UNKNOWN","none"),textCase:n.create("--ftds-typography-body-1-regular-text-case","","UNKNOWN","none")},Da={fontFamily:n.create("--ftds-typography-body-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-body-1-medium-font-weight","","UNKNOWN","500"),lineHeight:n.create("--ftds-typography-body-1-medium-line-height","","SIZE","1.35"),fontSize:n.create("--ftds-typography-body-1-medium-font-size","","SIZE","1rem"),letterSpacing:n.create("--ftds-typography-body-1-medium-letter-spacing","","SIZE","normal"),paragraphSpacing:n.create("--ftds-typography-body-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-body-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-body-1-medium-text-decoration","","UNKNOWN","none"),textCase:n.create("--ftds-typography-body-1-medium-text-case","","UNKNOWN","none")},Ua={fontFamily:n.create("--ftds-typography-body-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-body-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:n.create("--ftds-typography-body-1-semibold-line-height","","SIZE","1.35"),fontSize:n.create("--ftds-typography-body-1-semibold-font-size","","SIZE","1rem"),letterSpacing:n.create("--ftds-typography-body-1-semibold-letter-spacing","","SIZE","normal"),paragraphSpacing:n.create("--ftds-typography-body-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-body-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-body-1-semibold-text-decoration","","UNKNOWN","none"),textCase:n.create("--ftds-typography-body-1-semibold-text-case","","UNKNOWN","none")},Fa={fontFamily:n.create("--ftds-typography-body-2-regular-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-body-2-regular-font-weight","","UNKNOWN","400"),lineHeight:n.create("--ftds-typography-body-2-regular-line-height","","SIZE","1.35"),fontSize:n.create("--ftds-typography-body-2-regular-font-size","","SIZE","0.875rem"),letterSpacing:n.create("--ftds-typography-body-2-regular-letter-spacing","","SIZE","normal"),paragraphSpacing:n.create("--ftds-typography-body-2-regular-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-body-2-regular-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-body-2-regular-text-decoration","","UNKNOWN","none"),textCase:n.create("--ftds-typography-body-2-regular-text-case","","UNKNOWN","none")},$a={fontFamily:n.create("--ftds-typography-body-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-body-2-medium-font-weight","","UNKNOWN","500"),lineHeight:n.create("--ftds-typography-body-2-medium-line-height","","SIZE","1.35"),fontSize:n.create("--ftds-typography-body-2-medium-font-size","","SIZE","0.875rem"),letterSpacing:n.create("--ftds-typography-body-2-medium-letter-spacing","","SIZE","normal"),paragraphSpacing:n.create("--ftds-typography-body-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-body-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-body-2-medium-text-decoration","","UNKNOWN","none"),textCase:n.create("--ftds-typography-body-2-medium-text-case","","UNKNOWN","none")},Gc={fontFamily:n.create("--ftds-typography-body-2-medium-underline-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-body-2-medium-underline-font-weight","","UNKNOWN","500"),lineHeight:n.create("--ftds-typography-body-2-medium-underline-line-height","","SIZE","1.35"),fontSize:n.create("--ftds-typography-body-2-medium-underline-font-size","","SIZE","0.875rem"),letterSpacing:n.create("--ftds-typography-body-2-medium-underline-letter-spacing","","SIZE","normal"),paragraphSpacing:n.create("--ftds-typography-body-2-medium-underline-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-body-2-medium-underline-paragraph-indent","","UNKNOWN","0"),textCase:n.create("--ftds-typography-body-2-medium-underline-text-case","","UNKNOWN","none"),textDecoration:n.create("--ftds-typography-body-2-medium-underline-text-decoration","","UNKNOWN","underline")},co={fontFamily:n.create("--ftds-typography-body-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-body-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:n.create("--ftds-typography-body-2-semibold-line-height","","SIZE","1.35"),fontSize:n.create("--ftds-typography-body-2-semibold-font-size","","SIZE","0.875rem"),letterSpacing:n.create("--ftds-typography-body-2-semibold-letter-spacing","","SIZE","normal"),paragraphSpacing:n.create("--ftds-typography-body-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-body-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-body-2-semibold-text-decoration","","UNKNOWN","none"),textCase:n.create("--ftds-typography-body-2-semibold-text-case","","UNKNOWN","none")},Ba={fontFamily:n.create("--ftds-typography-caption-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-caption-1-medium-font-weight","","UNKNOWN","500"),lineHeight:n.create("--ftds-typography-caption-1-medium-line-height","","SIZE","1.3"),fontSize:n.create("--ftds-typography-caption-1-medium-font-size","","SIZE","0.75rem"),letterSpacing:n.create("--ftds-typography-caption-1-medium-letter-spacing","","SIZE","normal"),textCase:n.create("--ftds-typography-caption-1-medium-text-case","","UNKNOWN","none"),paragraphSpacing:n.create("--ftds-typography-caption-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-caption-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-caption-1-medium-text-decoration","","UNKNOWN","none")},Ha={fontFamily:n.create("--ftds-typography-caption-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-caption-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:n.create("--ftds-typography-caption-1-semibold-line-height","","SIZE","1.3"),fontSize:n.create("--ftds-typography-caption-1-semibold-font-size","","SIZE","0.75rem"),letterSpacing:n.create("--ftds-typography-caption-1-semibold-letter-spacing","","SIZE","normal"),textCase:n.create("--ftds-typography-caption-1-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:n.create("--ftds-typography-caption-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-caption-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-caption-1-semibold-text-decoration","","UNKNOWN","none")},Ga={fontFamily:n.create("--ftds-typography-caption-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-caption-2-medium-font-weight","","UNKNOWN","500"),lineHeight:n.create("--ftds-typography-caption-2-medium-line-height","","SIZE","1.3"),fontSize:n.create("--ftds-typography-caption-2-medium-font-size","","SIZE","0.6875rem"),letterSpacing:n.create("--ftds-typography-caption-2-medium-letter-spacing","","SIZE","normal"),textCase:n.create("--ftds-typography-caption-2-medium-text-case","","UNKNOWN","none"),paragraphSpacing:n.create("--ftds-typography-caption-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-caption-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-caption-2-medium-text-decoration","","UNKNOWN","none")},Wa={fontFamily:n.create("--ftds-typography-caption-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-caption-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:n.create("--ftds-typography-caption-2-semibold-line-height","","SIZE","1.3"),fontSize:n.create("--ftds-typography-caption-2-semibold-font-size","","SIZE","0.6875rem"),letterSpacing:n.create("--ftds-typography-caption-2-semibold-letter-spacing","","SIZE","normal"),textCase:n.create("--ftds-typography-caption-2-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:n.create("--ftds-typography-caption-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-caption-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-caption-2-semibold-text-decoration","","UNKNOWN","none")},ja={fontFamily:n.create("--ftds-typography-caption-2-bold-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-caption-2-bold-font-weight","","UNKNOWN","700"),lineHeight:n.create("--ftds-typography-caption-2-bold-line-height","","SIZE","1.3"),fontSize:n.create("--ftds-typography-caption-2-bold-font-size","","SIZE","0.6875rem"),letterSpacing:n.create("--ftds-typography-caption-2-bold-letter-spacing","","SIZE","normal"),textCase:n.create("--ftds-typography-caption-2-bold-text-case","","UNKNOWN","none"),paragraphSpacing:n.create("--ftds-typography-caption-2-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-caption-2-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-caption-2-bold-text-decoration","","UNKNOWN","none")},on={display:Ta,"title-1":Ia,"title-2":ka,"title-3":za,"body-1-regular":Pa,"body-1-medium":Da,"body-1-semibold":Ua,"body-2-regular":Fa,"body-2-medium":$a,"body-2-medium-underline":Gc,"body-2-semibold":co,"caption-1-medium":Ba,"caption-1-semibold":Ha,"caption-2-medium":Ga,"caption-2-semibold":Wa,"caption-2-bold":ja},A4=["display","title-1","title-2","title-3","body-1","body-2","body-2-underline","caption-1","caption-2"];var f={backgroundActionPrimary:n.extend("--ftds-background-action-primary","Used as backgorund of primary action components.",l.colorBrand0),backgroundErrorSubtle:n.extend("--ftds-background-error-subtle","Used as background of subtle error components.",l.colorRed10),backgroundInfoSubtle:n.extend("--ftds-background-info-subtle","Used as background of subtle information components.",l.colorCyan10),backgroundWarningSubtle:n.extend("--ftds-background-warning-subtle","Used as background of subtle information components.",l.colorOrange10),backgroundSuccessSubtle:n.extend("--ftds-background-success-subtle","Used as background of subtle success components.",l.colorGreen10),backgroundGlobalSurface:n.extend("--ftds-background-global-surface","Used as app background.",l.colorWhite),backgroundGlobalOnSurface:n.extend("--ftds-background-global-on-surface","Used as background on element on the base background, like cards.",l.colorGray10),backgroundGlobalOnSurfaceDark:n.extend("--ftds-background-global-on-surface-dark","Used as background on element that need background separation.",l.colorGray30),contentActionPrimary:n.extend("--ftds-content-action-primary","Used on label of primary action on light surface.",l.colorBrand0),contentWarningPrimary:n.extend("--ftds-content-warning-primary","Used on label of warning messages on light surface.",l.colorOrange200),contentWarningIconOnly:n.extend("--ftds-content-warning-icon-only","Used on warning status icons alone",l.colorOrange0),contentErrorPrimary:n.extend("--ftds-content-error-primary","Used on label of error messages on light surface.",l.colorRed0),contentErrorIconOnly:n.extend("--ftds-content-error-icon-only","Used on error status icons alone",l.colorRed70),contentInfoPrimary:n.extend("--ftds-content-info-primary","Used on label of information messages on light surface.",l.colorCyan200),contentInfoIconOnly:n.extend("--ftds-content-info-icon-only","Used on info status icons alone",l.colorCyan0),contentSuccessPrimary:n.extend("--ftds-content-success-primary","Used on label of success messages on light surface.",l.colorGreen200),contentSuccessIconOnly:n.extend("--ftds-content-success-icon-only","Used on success status icons alone",l.colorGreen0),contentGlobalPrimary:n.extend("--ftds-content-global-primary","Used for main content on the page.",l.colorGray500),contentGlobalSecondary:n.extend("--ftds-content-global-secondary",`Used for secondary content, often paired with primary content.
|
|
4
|
-
Also for action icons.`,l.colorGray200),contentGlobalSubtle:n.extend("--ftds-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",l.colorGray0),contentGlobalOnColor:n.extend("--ftds-content-global-on-color","Used for content on a dominant color.",l.colorWhite),borderActionPrimary:n.extend("--ftds-border-action-primary","Used as border for primary action components.",l.colorBrand0),borderActionFocusRing:n.extend("--ftds-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",l.colorCyan0),borderWarningPrimary:n.extend("--ftds-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",l.colorOrange200),borderWarningSubtle:n.extend("--ftds-border-warning-subtle","Used as border for warning components.",l.colorOrange30),borderSuccessPrimary:n.extend("--ftds-border-success-primary","Used as border for success buttons.",l.colorGreen200),borderSuccessSubtle:n.extend("--ftds-border-success-subtle","Used as border for success components.",l.colorGreen30),borderErrorPrimary:n.extend("--ftds-border-error-primary","Used as border for text fields in error states.",l.colorRed0),borderErrorSubtle:n.extend("--ftds-border-error-subtle","Used as border for error components.",l.colorRed30),borderInfoPrimary:n.extend("--ftds-border-info-primary","Used as border for buttons in info color.",l.colorCyan200),borderInfoSubtle:n.extend("--ftds-border-info-subtle","Used as border for information components.",l.colorCyan30),borderGlobalPrimary:n.extend("--ftds-border-global-primary","Used as border for elements/areas filled with background.global.on-surface-dark",l.colorGray50),borderGlobalSecondary:n.extend("--ftds-border-global-secondary","Used as border for elements/areas filled with background.global.on-surface",l.colorGray40),borderGlobalSubtle:n.extend("--ftds-border-global-subtle","Used as border to deliminate an area/element filled with background.global.surface and separators.",l.colorGray30),borderInputPrimary:n.extend("--ftds-border-input-primary","Used as border for checkboxes and radio buttons",l.colorGray80),borderNeutralPrimary:n.extend("--ftds-border-neutral-primary","Used as border for neutral secondary buttons",l.colorGray200)};var v={largeHeight:n.create("--ftds-button-large-height","","SIZE","40px"),largeHorizontalPadding:n.extend("--ftds-button-large-horizontal-padding","",l.spacing4),largeGap:n.extend("--ftds-button-large-gap","",l.spacing2),largeBorderRadius:n.extend("--ftds-button-large-border-radius","",l.borderRadiusS),largeIconSize:n.extend("--ftds-button-large-icon-size","",l.iconSize3),largeBorderWidth:n.create("--ftds-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:n.create("--ftds-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:n.create("--ftds-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:n.create("--ftds-button-large-icon-only-width","","SIZE","40px"),mediumHeight:n.create("--ftds-button-medium-height","","SIZE","30px"),mediumHorizontalPadding:n.extend("--ftds-button-medium-horizontal-padding","",l.spacing3),mediumGap:n.extend("--ftds-button-medium-gap","",l.spacing2),mediumBorderRadius:n.extend("--ftds-button-medium-border-radius","",l.borderRadiusS),mediumIconSize:n.extend("--ftds-button-medium-icon-size","",l.iconSize2),mediumBorderWidth:n.create("--ftds-button-medium-border-width","","SIZE","1px"),mediumFocusOutlineOffset:n.create("--ftds-button-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:n.create("--ftds-button-medium-focus-outline-width","","SIZE","2px"),mediumIconOnlyWidth:n.create("--ftds-button-medium-icon-only-width","","SIZE","30px"),smallHeight:n.create("--ftds-button-small-height","","SIZE","20px"),smallHorizontalPadding:n.extend("--ftds-button-small-horizontal-padding","",l.spacing2),smallGap:n.extend("--ftds-button-small-gap","",l.spacing1),smallBorderRadius:n.extend("--ftds-button-small-border-radius","",l.borderRadiusS),smallIconSize:n.extend("--ftds-button-small-icon-size","",l.iconSize1),smallBorderWidth:n.create("--ftds-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:n.create("--ftds-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:n.create("--ftds-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:n.create("--ftds-button-small-icon-only-width","","SIZE","20px"),xSmallHeight:n.create("--ftds-button-x-small-height","","SIZE","16px"),xSmallIconSize:n.extend("--ftds-button-x-small-icon-size","",l.iconSize1),xSmallFocusOutlineOffset:n.create("--ftds-button-x-small-focus-outline-offset","","SIZE","2px"),xSmallFocusOutlineWidth:n.create("--ftds-button-x-small-focus-outline-width","","SIZE","2px"),xSmallIconOnlyWidth:n.create("--ftds-button-x-small-icon-only-width","","SIZE","16px"),roundBorderRadius:n.extend("--ftds-button-round-border-radius","",l.borderRadiusPill),primaryBrandBackgroundColor:n.extend("--ftds-button-primary-brand-background-color","",f.backgroundActionPrimary),primaryBrandColor:n.extend("--ftds-button-primary-brand-color","",f.contentGlobalOnColor),primaryBrandIconColor:n.extend("--ftds-button-primary-brand-icon-color","",f.contentGlobalOnColor),primaryBrandStateLayerColor:n.extend("--ftds-button-primary-brand-state-layer-color","",f.contentGlobalOnColor),primaryBrandHoverStateLayerOpacity:n.extend("--ftds-button-primary-brand-hover-state-layer-opacity","",l.opacity16),primaryBrandFocusStateLayerOpacity:n.extend("--ftds-button-primary-brand-focus-state-layer-opacity","",l.opacity16),primaryBrandActiveStateLayerOpacity:n.extend("--ftds-button-primary-brand-active-state-layer-opacity","",l.opacity24),primaryBrandDisabledComponentOpacity:n.extend("--ftds-button-primary-brand-disabled-component-opacity","",l.opacity40),focusFocusRingColor:n.extend("--ftds-button-focus-focus-ring-color","",f.borderActionFocusRing),tertiaryBrandBackgroundColor:n.create("--ftds-button-tertiary-brand-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryBrandColor:n.extend("--ftds-button-tertiary-brand-color","",f.contentActionPrimary),tertiaryBrandIconColor:n.extend("--ftds-button-tertiary-brand-icon-color","",f.contentActionPrimary),tertiaryBrandStateLayerColor:n.extend("--ftds-button-tertiary-brand-state-layer-color","",f.contentActionPrimary),tertiaryBrandHoverStateLayerOpacity:n.extend("--ftds-button-tertiary-brand-hover-state-layer-opacity","",l.opacity8),tertiaryBrandFocusStateLayerOpacity:n.extend("--ftds-button-tertiary-brand-focus-state-layer-opacity","",l.opacity8),tertiaryBrandActiveStateLayerOpacity:n.extend("--ftds-button-tertiary-brand-active-state-layer-opacity","",l.opacity16),tertiaryBrandDisabledComponentOpacity:n.extend("--ftds-button-tertiary-brand-disabled-component-opacity","",l.opacity40),tertiaryInfoBackgroundColor:n.create("--ftds-button-tertiary-info-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryInfoColor:n.extend("--ftds-button-tertiary-info-color","",f.contentInfoPrimary),tertiaryInfoIconColor:n.extend("--ftds-button-tertiary-info-icon-color","",f.contentInfoPrimary),tertiaryInfoStateLayerColor:n.extend("--ftds-button-tertiary-info-state-layer-color","",f.contentInfoPrimary),tertiaryInfoFocusStateLayerOpacity:n.extend("--ftds-button-tertiary-info-focus-state-layer-opacity","",l.opacity8),tertiaryInfoHoverStateLayerOpacity:n.extend("--ftds-button-tertiary-info-hover-state-layer-opacity","",l.opacity8),tertiaryInfoActiveStateLayerOpacity:n.extend("--ftds-button-tertiary-info-active-state-layer-opacity","",l.opacity16),tertiaryInfoDisabledComponentOpacity:n.extend("--ftds-button-tertiary-info-disabled-component-opacity","",l.opacity40),tertiarySuccessBackgroundColor:n.create("--ftds-button-tertiary-success-background-color","","COLOR","rgba(0,0,0,0)"),tertiarySuccessColor:n.extend("--ftds-button-tertiary-success-color","",f.contentSuccessPrimary),tertiarySuccessIconColor:n.extend("--ftds-button-tertiary-success-icon-color","",f.contentSuccessPrimary),tertiarySuccessStateLayerColor:n.extend("--ftds-button-tertiary-success-state-layer-color","",f.contentSuccessPrimary),tertiarySuccessHoverStateLayerOpacity:n.extend("--ftds-button-tertiary-success-hover-state-layer-opacity","",l.opacity8),tertiarySuccessFocusStateLayerOpacity:n.extend("--ftds-button-tertiary-success-focus-state-layer-opacity","",l.opacity8),tertiarySuccessActiveStateLayerOpacity:n.extend("--ftds-button-tertiary-success-active-state-layer-opacity","",l.opacity16),tertiarySuccessDisabledComponentOpacity:n.extend("--ftds-button-tertiary-success-disabled-component-opacity","",l.opacity40),tertiaryWarningBackgroundColor:n.create("--ftds-button-tertiary-warning-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryWarningColor:n.extend("--ftds-button-tertiary-warning-color","",f.contentWarningPrimary),tertiaryWarningIconColor:n.extend("--ftds-button-tertiary-warning-icon-color","",f.contentWarningPrimary),tertiaryWarningStateLayerColor:n.extend("--ftds-button-tertiary-warning-state-layer-color","",f.contentWarningPrimary),tertiaryWarningHoverStateLayerOpacity:n.extend("--ftds-button-tertiary-warning-hover-state-layer-opacity","",l.opacity8),tertiaryWarningFocusStateLayerOpacity:n.extend("--ftds-button-tertiary-warning-focus-state-layer-opacity","",l.opacity8),tertiaryWarningActiveStateLayerOpacity:n.extend("--ftds-button-tertiary-warning-active-state-layer-opacity","",l.opacity16),tertiaryWarningDisabledComponentOpacity:n.extend("--ftds-button-tertiary-warning-disabled-component-opacity","",l.opacity40),tertiaryErrorBackgroundColor:n.create("--ftds-button-tertiary-error-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryErrorColor:n.extend("--ftds-button-tertiary-error-color","",f.contentErrorPrimary),tertiaryErrorIconColor:n.extend("--ftds-button-tertiary-error-icon-color","",f.contentErrorPrimary),tertiaryErrorStateLayerColor:n.extend("--ftds-button-tertiary-error-state-layer-color","",f.contentErrorPrimary),tertiaryErrorHoverStateLayerOpacity:n.extend("--ftds-button-tertiary-error-hover-state-layer-opacity","",l.opacity8),tertiaryErrorFocusStateLayerOpacity:n.extend("--ftds-button-tertiary-error-focus-state-layer-opacity","",l.opacity8),tertiaryErrorActiveStateLayerOpacity:n.extend("--ftds-button-tertiary-error-active-state-layer-opacity","",l.opacity16),tertiaryErrorDisabledComponentOpacity:n.extend("--ftds-button-tertiary-error-disabled-component-opacity","",l.opacity40),tertiaryNeutralBackgroundColor:n.create("--ftds-button-tertiary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryNeutralIconColor:n.extend("--ftds-button-tertiary-neutral-icon-color","",f.contentGlobalSecondary),tertiaryNeutralColor:n.extend("--ftds-button-tertiary-neutral-color","",f.contentGlobalSecondary),tertiaryNeutralStateLayerColor:n.extend("--ftds-button-tertiary-neutral-state-layer-color","",f.contentGlobalSecondary),tertiaryNeutralHoverStateLayerOpacity:n.extend("--ftds-button-tertiary-neutral-hover-state-layer-opacity","",l.opacity8),tertiaryNeutralFocusStateLayerOpacity:n.extend("--ftds-button-tertiary-neutral-focus-state-layer-opacity","",l.opacity8),tertiaryNeutralActiveStateLayerOpacity:n.extend("--ftds-button-tertiary-neutral-active-state-layer-opacity","",l.opacity16),tertiaryNeutralDisabledComponentOpacity:n.extend("--ftds-button-tertiary-neutral-disabled-component-opacity","",l.opacity40),secondaryBrandBackgroundColor:n.create("--ftds-button-secondary-brand-background-color","","COLOR","rgba(0,0,0,0)"),secondaryBrandColor:n.extend("--ftds-button-secondary-brand-color","",f.contentActionPrimary),secondaryBrandIconColor:n.extend("--ftds-button-secondary-brand-icon-color","",f.contentActionPrimary),secondaryBrandStateLayerColor:n.extend("--ftds-button-secondary-brand-state-layer-color","",f.contentActionPrimary),secondaryBrandHoverStateLayerOpacity:n.extend("--ftds-button-secondary-brand-hover-state-layer-opacity","",l.opacity8),secondaryBrandFocusStateLayerOpacity:n.extend("--ftds-button-secondary-brand-focus-state-layer-opacity","",l.opacity8),secondaryBrandActiveStateLayerOpacity:n.extend("--ftds-button-secondary-brand-active-state-layer-opacity","",l.opacity16),secondaryBrandDisabledComponentOpacity:n.extend("--ftds-button-secondary-brand-disabled-component-opacity","",l.opacity40),secondaryBrandBorderColor:n.extend("--ftds-button-secondary-brand-border-color","",f.borderActionPrimary),secondaryNeutralHoverStateLayerOpacity:n.extend("--ftds-button-secondary-neutral-hover-state-layer-opacity","",l.opacity8),secondaryNeutralFocusStateLayerOpacity:n.extend("--ftds-button-secondary-neutral-focus-state-layer-opacity","",l.opacity8),secondaryNeutralActiveStateLayerOpacity:n.extend("--ftds-button-secondary-neutral-active-state-layer-opacity","",l.opacity16),secondaryNeutralDisabledComponentOpacity:n.extend("--ftds-button-secondary-neutral-disabled-component-opacity","",l.opacity40),secondaryNeutralBackgroundColor:n.create("--ftds-button-secondary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),secondaryNeutralColor:n.extend("--ftds-button-secondary-neutral-color","",f.contentGlobalSecondary),secondaryNeutralIconColor:n.extend("--ftds-button-secondary-neutral-icon-color","",f.contentGlobalSecondary),secondaryNeutralStateLayerColor:n.extend("--ftds-button-secondary-neutral-state-layer-color","",f.contentGlobalSecondary),secondaryNeutralBorderColor:n.extend("--ftds-button-secondary-neutral-border-color","",f.borderNeutralPrimary),secondaryInfoHoverStateLayerOpacity:n.extend("--ftds-button-secondary-info-hover-state-layer-opacity","",l.opacity8),secondaryInfoFocusStateLayerOpacity:n.extend("--ftds-button-secondary-info-focus-state-layer-opacity","",l.opacity8),secondaryInfoActiveStateLayerOpacity:n.extend("--ftds-button-secondary-info-active-state-layer-opacity","",l.opacity16),secondaryInfoDisabledComponentOpacity:n.extend("--ftds-button-secondary-info-disabled-component-opacity","",l.opacity40),secondaryInfoBackgroundColor:n.create("--ftds-button-secondary-info-background-color","","COLOR","rgba(0,0,0,0)"),secondaryInfoBorderColor:n.extend("--ftds-button-secondary-info-border-color","",f.borderInfoPrimary),secondaryInfoColor:n.extend("--ftds-button-secondary-info-color","",f.contentInfoPrimary),secondaryInfoIconColor:n.extend("--ftds-button-secondary-info-icon-color","",f.contentInfoPrimary),secondaryInfoStateLayerColor:n.extend("--ftds-button-secondary-info-state-layer-color","",f.contentInfoPrimary),secondarySuccessHoverStateLayerOpacity:n.extend("--ftds-button-secondary-success-hover-state-layer-opacity","",l.opacity8),secondarySuccessFocusStateLayerOpacity:n.extend("--ftds-button-secondary-success-focus-state-layer-opacity","",l.opacity8),secondarySuccessActiveStateLayerOpacity:n.extend("--ftds-button-secondary-success-active-state-layer-opacity","",l.opacity16),secondarySuccessDisabledComponentOpacity:n.extend("--ftds-button-secondary-success-disabled-component-opacity","",l.opacity40),secondarySuccessBackgroundColor:n.create("--ftds-button-secondary-success-background-color","","COLOR","rgba(0,0,0,0)"),secondarySuccessBorderColor:n.extend("--ftds-button-secondary-success-border-color","",f.borderSuccessPrimary),secondarySuccessColor:n.extend("--ftds-button-secondary-success-color","",f.contentSuccessPrimary),secondarySuccessIconColor:n.extend("--ftds-button-secondary-success-icon-color","",f.contentSuccessPrimary),secondarySuccessStateLayerColor:n.extend("--ftds-button-secondary-success-state-layer-color","",f.contentSuccessPrimary),secondaryWarningHoverStateLayerOpacity:n.extend("--ftds-button-secondary-warning-hover-state-layer-opacity","",l.opacity8),secondaryWarningFocusStateLayerOpacity:n.extend("--ftds-button-secondary-warning-focus-state-layer-opacity","",l.opacity8),secondaryWarningActiveStateLayerOpacity:n.extend("--ftds-button-secondary-warning-active-state-layer-opacity","",l.opacity16),secondaryWarningDisabledComponentOpacity:n.extend("--ftds-button-secondary-warning-disabled-component-opacity","",l.opacity40),secondaryWarningBackgroundColor:n.create("--ftds-button-secondary-warning-background-color","","COLOR","rgba(0,0,0,0)"),secondaryWarningBorderColor:n.extend("--ftds-button-secondary-warning-border-color","",f.borderWarningPrimary),secondaryWarningColor:n.extend("--ftds-button-secondary-warning-color","",f.contentWarningPrimary),secondaryWarningIconColor:n.extend("--ftds-button-secondary-warning-icon-color","",f.contentWarningPrimary),secondaryWarningStateLayerColor:n.extend("--ftds-button-secondary-warning-state-layer-color","",f.contentWarningPrimary),secondaryErrorHoverStateLayerOpacity:n.extend("--ftds-button-secondary-error-hover-state-layer-opacity","",l.opacity8),secondaryErrorFocusStateLayerOpacity:n.extend("--ftds-button-secondary-error-focus-state-layer-opacity","",l.opacity8),secondaryErrorActiveStateLayerOpacity:n.extend("--ftds-button-secondary-error-active-state-layer-opacity","",l.opacity16),secondaryErrorDisabledComponentOpacity:n.extend("--ftds-button-secondary-error-disabled-component-opacity","",l.opacity40),secondaryErrorBackgroundColor:n.create("--ftds-button-secondary-error-background-color","","COLOR","rgba(0,0,0,0)"),secondaryErrorBorderColor:n.extend("--ftds-button-secondary-error-border-color","",f.contentErrorPrimary),secondaryErrorColor:n.extend("--ftds-button-secondary-error-color","",f.contentErrorPrimary),secondaryErrorIconColor:n.extend("--ftds-button-secondary-error-icon-color","",f.contentErrorPrimary),secondaryErrorStateLayerColor:n.extend("--ftds-button-secondary-error-state-layer-color","",f.contentErrorPrimary)};var L4={borderRadius:n.extend("--ftds-card-border-radius","",l.borderRadiusS),focusFocusRingColor:n.extend("--ftds-card-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineWidth:n.create("--ftds-card-focus-outline-width","","SIZE","2px"),focusOutlineOffset:n.create("--ftds-card-focus-outline-offset","","SIZE","2px"),headerTitleHorizontalPadding:n.extend("--ftds-card-header-title-horizontal-padding","",l.spacing4),headerTitleVerticalPadding:n.extend("--ftds-card-header-title-vertical-padding","",l.spacing3),headerActionHorizontalPadding:n.extend("--ftds-card-header-action-horizontal-padding","",l.spacing2),headerActionVerticalPadding:n.extend("--ftds-card-header-action-vertical-padding","",l.spacing2),headerActionGap:n.extend("--ftds-card-header-action-gap","",l.spacing1),bodyHorizontalPadding:n.extend("--ftds-card-body-horizontal-padding","",l.spacing4),bodyVerticalPadding:n.extend("--ftds-card-body-vertical-padding","",l.spacing4),footerActionHorizontalPadding:n.extend("--ftds-card-footer-action-horizontal-padding","",l.spacing2),footerActionVerticalPadding:n.extend("--ftds-card-footer-action-vertical-padding","",l.spacing2),footerActionGap:n.extend("--ftds-card-footer-action-gap","",l.spacing1),footerContentHorizontalPadding:n.extend("--ftds-card-footer-content-horizontal-padding","",l.spacing4),footerContentVerticalPadding:n.extend("--ftds-card-footer-content-vertical-padding","",l.spacing3),sideBarHorizontalPadding:n.extend("--ftds-card-side-bar-horizontal-padding","",l.spacing1),sideBarVerticalPadding:n.extend("--ftds-card-side-bar-vertical-padding","",l.spacing1),sideBarGap:n.extend("--ftds-card-side-bar-gap","",l.spacing1),nonSelectableBorderWidth:n.create("--ftds-card-non-selectable-border-width","","SIZE","1px"),nonSelectableStateLayerColor:n.extend("--ftds-card-non-selectable-state-layer-color","",f.contentGlobalPrimary),nonSelectableDefaultBackgroundColor:n.extend("--ftds-card-non-selectable-default-background-color","",f.backgroundGlobalOnSurface),nonSelectableDefaultBorderColor:n.extend("--ftds-card-non-selectable-default-border-color","",f.borderGlobalSecondary),nonSelectableHoverBorderColor:n.extend("--ftds-card-non-selectable-hover-border-color","",f.borderGlobalPrimary),nonSelectableHoverStateLayerOpacity:n.extend("--ftds-card-non-selectable-hover-state-layer-opacity","",l.opacity4),nonSelectableFocusBorderColor:n.extend("--ftds-card-non-selectable-focus-border-color","",f.borderGlobalPrimary),nonSelectableFocusStateLayerOpacity:n.extend("--ftds-card-non-selectable-focus-state-layer-opacity","",l.opacity4),internalBorderColor:n.extend("--ftds-card-internal-border-color","",f.borderGlobalSecondary),selectableUnselectedBorderWidth:n.create("--ftds-card-selectable-unselected-border-width","","SIZE","1px"),selectableUnselectedStateLayerColor:n.extend("--ftds-card-selectable-unselected-state-layer-color","",f.contentGlobalPrimary),selectableUnselectedDefaultBackgroundColor:n.extend("--ftds-card-selectable-unselected-default-background-color","",f.backgroundGlobalOnSurface),selectableUnselectedDefaultBorderColor:n.extend("--ftds-card-selectable-unselected-default-border-color","",f.borderGlobalSecondary),selectableUnselectedHoverBorderColor:n.extend("--ftds-card-selectable-unselected-hover-border-color","",f.borderGlobalPrimary),selectableUnselectedHoverStateLayerOpacity:n.extend("--ftds-card-selectable-unselected-hover-state-layer-opacity","",l.opacity4),selectableUnselectedFocusBorderColor:n.extend("--ftds-card-selectable-unselected-focus-border-color","",f.borderGlobalPrimary),selectableUnselectedFocusStateLayerOpacity:n.extend("--ftds-card-selectable-unselected-focus-state-layer-opacity","",l.opacity4),selectableSelectedBorderColor:n.extend("--ftds-card-selectable-selected-border-color","",f.borderActionPrimary),selectableSelectedBorderWidth:n.create("--ftds-card-selectable-selected-border-width","","SIZE","2px"),selectableSelectedStateLayerColor:n.extend("--ftds-card-selectable-selected-state-layer-color","",f.contentActionPrimary),selectableSelectedBackgroundColor:n.extend("--ftds-card-selectable-selected-background-color","",f.backgroundGlobalSurface),selectableSelectedDefaultStateLayerOpacity:n.extend("--ftds-card-selectable-selected-default-state-layer-opacity","",l.opacity4),selectableSelectedHoverStateLayerOpacity:n.extend("--ftds-card-selectable-selected-hover-state-layer-opacity","",l.opacity4),selectableSelectedFocusStateLayerOpacity:n.extend("--ftds-card-selectable-selected-focus-state-layer-opacity","",l.opacity4),internalBorderWidth:n.create("--ftds-card-internal-border-width","","SIZE","1px")};var T={loadMoreIconSize:n.extend("--ftds-tree-list-load-more-icon-size","",l.iconSize2),loadMorePaddingLeft:n.extend("--ftds-tree-list-load-more-padding-left","",l.spacing6),loadMoreUnselectedDefaultBorderColor:n.extend("--ftds-tree-list-load-more-unselected-default-border-color","",f.borderGlobalSubtle),loadMoreIconColor:n.extend("--ftds-tree-list-load-more-icon-color","",f.contentActionPrimary),loadMoreLabelColor:n.extend("--ftds-tree-list-load-more-label-color","",f.contentActionPrimary),loadMoreHoverBorderColor:n.extend("--ftds-tree-list-load-more-hover-border-color","",l.colorBrand20),loadMoreHoverBackgroundColor:n.create("--ftds-tree-list-load-more-hover-background-color","","COLOR","rgba(157,32,123,0.08)"),loadMoreActiveBorderColor:n.extend("--ftds-tree-list-load-more-active-border-color","",l.colorBrand20),loadMoreActiveBackgroundColor:n.create("--ftds-tree-list-load-more-active-background-color","","COLOR","rgba(157,32,123,0.16)"),loadMoreFocusBackgroundColor:n.create("--ftds-tree-list-load-more-focus-background-color","","COLOR","rgba(157,32,123,0.08)"),loadMoreDescendantOfSelectedDefaultBackgroundColor:n.create("--ftds-tree-list-load-more-descendant-of-selected-default-background-color","","COLOR","rgba(113,113,142,0.08)"),loadMoreDescendantOfSelectedDefaultBorderColor:n.extend("--ftds-tree-list-load-more-descendant-of-selected-default-border-color","",f.borderGlobalPrimary),loadMoreLabelMarginLeft:n.extend("--ftds-tree-list-load-more-label-margin-left","",l.spacing1),nodeIconSize:n.extend("--ftds-tree-list-node-icon-size","",l.iconSize2),nodeHeight:n.create("--ftds-tree-list-node-height","","SIZE","36px"),nodeParentLabelMarginLeft:n.extend("--ftds-tree-list-node-parent-label-margin-left","",l.spacing2),nodeParentLabelMarginRight:n.extend("--ftds-tree-list-node-parent-label-margin-right","",l.spacing2),nodeRootPaddingLeft:n.extend("--ftds-tree-list-node-root-padding-left","",l.spacing6),nodeChildPaddingLeft:n.extend("--ftds-tree-list-node-child-padding-left","",l.spacing5),nodeLeafPaddingLeft:n.extend("--ftds-tree-list-node-leaf-padding-left","",l.spacing6),nodeUnselectedDefaultBorderColor:n.extend("--ftds-tree-list-node-unselected-default-border-color","",f.borderGlobalSubtle),nodeUnselectedIconColor:n.extend("--ftds-tree-list-node-unselected-icon-color","",f.contentGlobalSecondary),nodeUnselectedLabelColor:n.extend("--ftds-tree-list-node-unselected-label-color","",f.contentGlobalSecondary),nodeUnselectedCounterColor:n.extend("--ftds-tree-list-node-unselected-counter-color","",f.contentGlobalSecondary),nodeHoverBorderColor:n.extend("--ftds-tree-list-node-hover-border-color","",f.borderActionPrimary),nodeFocusFocusRingColor:n.extend("--ftds-tree-list-node-focus-focus-ring-color","",f.borderActionFocusRing),nodeFocusOutlineWidth:n.create("--ftds-tree-list-node-focus-outline-width","","SIZE","2px"),nodeSelectedDefaultBorderColor:n.extend("--ftds-tree-list-node-selected-default-border-color","",f.borderGlobalPrimary),nodeSelectedIconColor:n.extend("--ftds-tree-list-node-selected-icon-color","",f.contentGlobalSecondary),nodeSelectedLabelColor:n.extend("--ftds-tree-list-node-selected-label-color","",f.contentGlobalPrimary),nodeSelectedCounterColor:n.extend("--ftds-tree-list-node-selected-counter-color","",f.contentGlobalSecondary),nodeSelectedBackgroundColor:n.create("--ftds-tree-list-node-selected-background-color","","COLOR","rgba(113,113,142,0.24)"),nodeDescendantOfSelectedDefaultBorderColor:n.extend("--ftds-tree-list-node-descendant-of-selected-default-border-color","",f.borderGlobalPrimary),nodeDescendantOfSelectedIconColor:n.extend("--ftds-tree-list-node-descendant-of-selected-icon-color","",f.contentGlobalSecondary),nodeDescendantOfSelectedLabelColor:n.extend("--ftds-tree-list-node-descendant-of-selected-label-color","",f.contentGlobalSecondary),nodeDescendantOfSelectedCounterColor:n.extend("--ftds-tree-list-node-descendant-of-selected-counter-color","",f.contentGlobalSecondary),nodeDescendantOfSelectedBackgroundColor:n.create("--ftds-tree-list-node-descendant-of-selected-background-color","","COLOR","rgba(113,113,142,0.08)"),nodeBorderWidth:n.create("--ftds-tree-list-node-border-width","","SIZE","1px"),headerSectionPaddingLeft:n.extend("--ftds-tree-list-header-section-padding-left","",l.spacing6),headerSectionPaddingRight:n.extend("--ftds-tree-list-header-section-padding-right","",l.spacing3),headerSectionHorizontalGap:n.extend("--ftds-tree-list-header-section-horizontal-gap","",l.spacing2),headerSectionMarginBottom:n.extend("--ftds-tree-list-header-section-margin-bottom","",l.spacing2),headerSectionColor:n.extend("--ftds-tree-list-header-section-color","",f.contentGlobalPrimary),headerSectionCounterColor:n.extend("--ftds-tree-list-header-section-counter-color","",f.contentGlobalSecondary),listContainerBorderWidth:n.create("--ftds-tree-list-list-container-border-width","","SIZE","1px"),listContainerBackgroundColor:n.extend("--ftds-tree-list-list-container-background-color","",f.backgroundGlobalSurface),listContainerBorderColor:n.extend("--ftds-tree-list-list-container-border-color","",f.borderGlobalSubtle),emptyStateIllustrationWidth:n.create("--ftds-tree-list-empty-state-illustration-width","","SIZE","192px"),emptyStateIllustrationHeight:n.create("--ftds-tree-list-empty-state-illustration-height","","SIZE","192px"),emptyStateIllustrationMarginBottom:n.extend("--ftds-tree-list-empty-state-illustration-margin-bottom","",l.spacing10),emptyStateContainerPaddingTop:n.extend("--ftds-tree-list-empty-state-container-padding-top","",l.spacing10),emptyStateContainerPaddingBottom:n.extend("--ftds-tree-list-empty-state-container-padding-bottom","",l.spacing10),emptyStateTitleMarginBottom:n.extend("--ftds-tree-list-empty-state-title-margin-bottom","",l.spacing2),emptyStateTitleLabelColor:n.extend("--ftds-tree-list-empty-state-title-label-color","",f.contentGlobalSecondary),emptyStateDescriptionLabelColor:n.extend("--ftds-tree-list-empty-state-description-label-color","",f.contentGlobalSecondary)};var O4={iconSize:n.extend("--ftds-checkbox-icon-size","",l.iconSize2),boxSize:n.create("--ftds-checkbox-box-size","","SIZE","18px"),colorLegendSize:n.create("--ftds-checkbox-color-legend-size","","SIZE","16px"),borderRadius:n.create("--ftds-checkbox-border-radius","","SIZE","1px"),labelHorizontalGap:n.extend("--ftds-checkbox-label-horizontal-gap","",l.spacing1),color:n.extend("--ftds-checkbox-color","",f.contentGlobalPrimary),checkedBackgroundColor:n.extend("--ftds-checkbox-checked-background-color","",f.contentActionPrimary),checkedStateLayerColor:n.extend("--ftds-checkbox-checked-state-layer-color","",f.contentActionPrimary),checkedIconColor:n.extend("--ftds-checkbox-checked-icon-color","",f.contentGlobalOnColor),checkedHoverStateLayerOpacity:n.extend("--ftds-checkbox-checked-hover-state-layer-opacity","",l.opacity16),checkedFocusStateLayerOpacity:n.extend("--ftds-checkbox-checked-focus-state-layer-opacity","",l.opacity16),checkedActiveStateLayerOpacity:n.extend("--ftds-checkbox-checked-active-state-layer-opacity","",l.opacity24),checkedDisabledComponentOpacity:n.extend("--ftds-checkbox-checked-disabled-component-opacity","",l.opacity40),uncheckedBorderColor:n.extend("--ftds-checkbox-unchecked-border-color","",l.colorGray80),uncheckedStateLayerColor:n.extend("--ftds-checkbox-unchecked-state-layer-color","",l.colorGray80),uncheckedHoverStateLayerOpacity:n.extend("--ftds-checkbox-unchecked-hover-state-layer-opacity","",l.opacity16),uncheckedFocusStateLayerOpacity:n.extend("--ftds-checkbox-unchecked-focus-state-layer-opacity","",l.opacity16),uncheckedActiveStateLayerOpacity:n.extend("--ftds-checkbox-unchecked-active-state-layer-opacity","",l.opacity24),uncheckedDisabledComponentOpacity:n.extend("--ftds-checkbox-unchecked-disabled-component-opacity","",l.opacity40),focusFocusRingColor:n.extend("--ftds-checkbox-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineOffset:n.create("--ftds-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:n.create("--ftds-checkbox-focus-outline-width","","SIZE","2px"),focusOutlineBorderRadius:n.create("--ftds-checkbox-focus-outline-border-radius","","SIZE","2px"),borderWidth:n.create("--ftds-checkbox-border-width","","SIZE","2px"),horizontalGap:n.extend("--ftds-checkbox-horizontal-gap","",l.spacing3),helperPaddingTop:n.create("--ftds-checkbox-helper-padding-top","","SIZE","0px"),helperIconSize:n.extend("--ftds-checkbox-helper-icon-size","",l.iconSize2),helperHorizontalGap:n.extend("--ftds-checkbox-helper-horizontal-gap","",l.spacing1),errorUncheckedBorderColor:n.extend("--ftds-checkbox-error-unchecked-border-color","",f.borderErrorPrimary),errorStateLayerColor:n.extend("--ftds-checkbox-error-state-layer-color","",f.contentErrorPrimary),errorHelperTextColor:n.extend("--ftds-checkbox-error-helper-text-color","",f.borderErrorPrimary),errorCheckedBackgroundColor:n.extend("--ftds-checkbox-error-checked-background-color","",f.contentErrorPrimary),helperTextColor:n.extend("--ftds-checkbox-helper-text-color","",f.contentGlobalSubtle),groupVerticalGap:n.extend("--ftds-checkbox-group-vertical-gap","",l.spacing3)};var R4={circleSize:n.create("--ftds-radio-circle-size","","SIZE","18px"),borderWidth:n.create("--ftds-radio-border-width","","SIZE","2px"),color:n.extend("--ftds-radio-color","",f.contentGlobalPrimary),selectedRadioColor:n.extend("--ftds-radio-selected-radio-color","",f.contentActionPrimary),selectedStateLayerColor:n.extend("--ftds-radio-selected-state-layer-color","",f.contentActionPrimary),selectedHoverStateLayerOpacity:n.extend("--ftds-radio-selected-hover-state-layer-opacity","",l.opacity16),selectedFocusStateLayerOpacity:n.extend("--ftds-radio-selected-focus-state-layer-opacity","",l.opacity16),selectedActiveStateLayerOpacity:n.extend("--ftds-radio-selected-active-state-layer-opacity","",l.opacity24),selectedDisabledComponentOpacity:n.extend("--ftds-radio-selected-disabled-component-opacity","",l.opacity40),unselectedStateLayerColor:n.extend("--ftds-radio-unselected-state-layer-color","",f.borderInputPrimary),unselectedBorderColor:n.extend("--ftds-radio-unselected-border-color","",f.borderInputPrimary),unselectedHoverStateLayerOpacity:n.extend("--ftds-radio-unselected-hover-state-layer-opacity","",l.opacity16),unselectedFocusStateLayerOpacity:n.extend("--ftds-radio-unselected-focus-state-layer-opacity","",l.opacity16),unselectedActiveStateLayerOpacity:n.extend("--ftds-radio-unselected-active-state-layer-opacity","",l.opacity24),unselectedDisabledComponentOpacity:n.extend("--ftds-radio-unselected-disabled-component-opacity","",l.opacity40),focusFocusRingColor:n.extend("--ftds-radio-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineOffset:n.create("--ftds-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:n.create("--ftds-radio-focus-outline-width","","SIZE","2px"),verticalGap:n.extend("--ftds-radio-vertical-gap","",l.spacing3),horizontalGap:n.extend("--ftds-radio-horizontal-gap","",l.spacing3)};var w4={headerRowBorderWidth:n.create("--ftds-table-header-row-border-width","","SIZE","1px"),headerRowBackgroundColor:n.extend("--ftds-table-header-row-background-color","",f.backgroundGlobalOnSurfaceDark),headerRowBorderColor:n.extend("--ftds-table-header-row-border-color","",f.borderGlobalPrimary),headerRowColor:n.extend("--ftds-table-header-row-color","",f.contentGlobalPrimary),dataRowBorderWidth:n.create("--ftds-table-data-row-border-width","","SIZE","1px"),dataRowBackgroundColor:n.extend("--ftds-table-data-row-background-color","",f.backgroundGlobalOnSurface),dataRowBorderColor:n.extend("--ftds-table-data-row-border-color","",f.borderGlobalSubtle),dataRowColor:n.extend("--ftds-table-data-row-color","",f.contentGlobalSecondary),dataRowDefaultHoverBackgroundColor:n.extend("--ftds-table-data-row-default-hover-background-color","",l.colorGray20),dataRowSelectableUnselectedHoverBackgroundColor:n.extend("--ftds-table-data-row-selectable-unselected-hover-background-color","",l.colorGray20),dataRowSelectableSelectedDefaultBackgroundColor:n.extend("--ftds-table-data-row-selectable-selected-default-background-color","",l.colorBrand10),dataRowSelectableSelectedDefaultBorderColor:n.extend("--ftds-table-data-row-selectable-selected-default-border-color","",l.colorBrand20),dataRowSelectableSelectedHoverBackgroundColor:n.extend("--ftds-table-data-row-selectable-selected-hover-background-color","",l.colorBrand20),dataRowSelectableSelectedHoverBorderColor:n.extend("--ftds-table-data-row-selectable-selected-hover-border-color","",l.colorBrand30),dataRowSelectableSelectedColor:n.extend("--ftds-table-data-row-selectable-selected-color","",f.contentActionPrimary),dataRowClickableHoverBackgroundColor:n.extend("--ftds-table-data-row-clickable-hover-background-color","",l.colorGray30),dataRowClickableFocusBorderColor:n.extend("--ftds-table-data-row-clickable-focus-border-color","",f.borderActionFocusRing),dataRowClickableFocusBackgroundColor:n.extend("--ftds-table-data-row-clickable-focus-background-color","",l.colorGray30),dataRowClickableActiveBackgroundColor:n.extend("--ftds-table-data-row-clickable-active-background-color","",l.colorGray40),headerCellHorizontalGap:n.extend("--ftds-table-header-cell-horizontal-gap","",l.spacing1),headerCellVerticalPadding:n.extend("--ftds-table-header-cell-vertical-padding","",l.spacing2),headerCellHorizontalPadding:n.extend("--ftds-table-header-cell-horizontal-padding","",l.spacing3),dataCellVerticalPadding:n.extend("--ftds-table-data-cell-vertical-padding","",l.spacing2),dataCellHorizontalPadding:n.extend("--ftds-table-data-cell-horizontal-padding","",l.spacing3),dataCellVerticalGap:n.extend("--ftds-table-data-cell-vertical-gap","",l.spacing1)};var _4={neutralOffHoverStateLayerOpacity:n.extend("--ftds-chip-choice-neutral-off-hover-state-layer-opacity","",l.opacity8),neutralOffFocusStateLayerOpacity:n.extend("--ftds-chip-choice-neutral-off-focus-state-layer-opacity","",l.opacity8),neutralOffFocusFocusRingColor:n.extend("--ftds-chip-choice-neutral-off-focus-focus-ring-color","",f.borderActionFocusRing),neutralOffActiveStateLayerOpacity:n.extend("--ftds-chip-choice-neutral-off-active-state-layer-opacity","",l.opacity16),neutralOffBackgroundColor:n.extend("--ftds-chip-choice-neutral-off-background-color","",f.backgroundGlobalOnSurface),neutralOffBorderColor:n.extend("--ftds-chip-choice-neutral-off-border-color","",f.borderGlobalPrimary),neutralOffColor:n.extend("--ftds-chip-choice-neutral-off-color","",f.contentGlobalSecondary),neutralOffStateLayerColor:n.extend("--ftds-chip-choice-neutral-off-state-layer-color","",f.contentGlobalSecondary),neutralOnDefaultStateLayerOpacity:n.extend("--ftds-chip-choice-neutral-on-default-state-layer-opacity","",l.opacity16),neutralOnHoverStateLayerOpacity:n.extend("--ftds-chip-choice-neutral-on-hover-state-layer-opacity","",l.opacity24),neutralOnFocusStateLayerOpacity:n.extend("--ftds-chip-choice-neutral-on-focus-state-layer-opacity","",l.opacity24),neutralOnFocusFocusRingColor:n.extend("--ftds-chip-choice-neutral-on-focus-focus-ring-color","",f.borderActionFocusRing),neutralOnActiveStateLayerOpacity:n.extend("--ftds-chip-choice-neutral-on-active-state-layer-opacity","",l.opacity32),neutralOnBackgroundColor:n.extend("--ftds-chip-choice-neutral-on-background-color","",f.backgroundGlobalOnSurface),neutralOnBorderColor:n.extend("--ftds-chip-choice-neutral-on-border-color","",f.borderGlobalPrimary),neutralOnColor:n.extend("--ftds-chip-choice-neutral-on-color","",f.contentGlobalPrimary),neutralOnIconColor:n.extend("--ftds-chip-choice-neutral-on-icon-color","",f.contentGlobalPrimary),neutralOnStateLayerColor:n.extend("--ftds-chip-choice-neutral-on-state-layer-color","",f.contentGlobalPrimary),largeMinHeight:n.create("--ftds-chip-choice-large-min-height","","SIZE","36px"),largeHorizontalPadding:n.extend("--ftds-chip-choice-large-horizontal-padding","",l.spacing3),largeGap:n.extend("--ftds-chip-choice-large-gap","",l.spacing1),largeBorderRadius:n.create("--ftds-chip-choice-large-border-radius","","SIZE","18px"),largeBorderWidth:n.create("--ftds-chip-choice-large-border-width","","SIZE","1px"),largeIconSize:n.extend("--ftds-chip-choice-large-icon-size","",l.iconSize3),mediumMinHeight:n.create("--ftds-chip-choice-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:n.extend("--ftds-chip-choice-medium-horizontal-padding","",l.spacing2),mediumGap:n.extend("--ftds-chip-choice-medium-gap","",l.spacing1),mediumBorderRadius:n.create("--ftds-chip-choice-medium-border-radius","","SIZE","12px"),mediumBorderWidth:n.create("--ftds-chip-choice-medium-border-width","","SIZE","1px"),mediumIconSize:n.extend("--ftds-chip-choice-medium-icon-size","",l.iconSize2)};var N4={largeMinHeight:n.create("--ftds-chip-large-min-height","","SIZE","36px"),largeHorizontalPadding:n.extend("--ftds-chip-large-horizontal-padding","",l.spacing3),largeButtonRightPadding:n.extend("--ftds-chip-large-button-right-padding","",l.spacing1),largeGap:n.extend("--ftds-chip-large-gap","",l.spacing1),largeFocusOutlineOffset:n.create("--ftds-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:n.create("--ftds-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:n.create("--ftds-chip-large-border-radius","","SIZE","18px"),largeBorderWidth:n.create("--ftds-chip-large-border-width","","SIZE","1px"),largeIconSize:n.extend("--ftds-chip-large-icon-size","",l.iconSize3),mediumMinHeight:n.create("--ftds-chip-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:n.extend("--ftds-chip-medium-horizontal-padding","",l.spacing2),mediumButtonRightPadding:n.extend("--ftds-chip-medium-button-right-padding","",l.spacing05),mediumGap:n.extend("--ftds-chip-medium-gap","",l.spacing1),mediumFocusOutlineOffset:n.create("--ftds-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:n.create("--ftds-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:n.create("--ftds-chip-medium-border-radius","","SIZE","12px"),mediumBorderWidth:n.create("--ftds-chip-medium-border-width","","SIZE","1px"),mediumIconSize:n.extend("--ftds-chip-medium-icon-size","",l.iconSize2),smallMinHeight:n.create("--ftds-chip-small-min-height","","SIZE","20px"),smallHorizontalPadding:n.extend("--ftds-chip-small-horizontal-padding","",l.spacing1),smallButtonRightPadding:n.extend("--ftds-chip-small-button-right-padding","",l.spacing05),smallGap:n.extend("--ftds-chip-small-gap","",l.spacing1),smallFocusOutlineOffset:n.create("--ftds-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:n.create("--ftds-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:n.create("--ftds-chip-small-border-radius","","SIZE","10px"),smallBorderWidth:n.create("--ftds-chip-small-border-width","","SIZE","1px"),smallIconSize:n.extend("--ftds-chip-small-icon-size","",l.iconSize1),neutralBackgroundColor:n.extend("--ftds-chip-neutral-background-color","",f.backgroundGlobalOnSurface),neutralColor:n.extend("--ftds-chip-neutral-color","",f.contentGlobalSecondary),neutralIconColor:n.extend("--ftds-chip-neutral-icon-color","",f.contentGlobalSecondary),neutralBorderColor:n.extend("--ftds-chip-neutral-border-color","",f.borderGlobalSecondary),infoBackgroundColor:n.extend("--ftds-chip-info-background-color","",f.backgroundInfoSubtle),infoColor:n.extend("--ftds-chip-info-color","",f.contentInfoPrimary),infoIconColor:n.extend("--ftds-chip-info-icon-color","",f.contentInfoIconOnly),infoBorderColor:n.extend("--ftds-chip-info-border-color","",f.borderInfoSubtle),successBackgroundColor:n.extend("--ftds-chip-success-background-color","",f.backgroundSuccessSubtle),successColor:n.extend("--ftds-chip-success-color","",f.contentSuccessPrimary),successIconColor:n.extend("--ftds-chip-success-icon-color","",f.contentSuccessIconOnly),successBorderColor:n.extend("--ftds-chip-success-border-color","",f.borderSuccessSubtle),warningBackgroundColor:n.extend("--ftds-chip-warning-background-color","",f.backgroundWarningSubtle),warningColor:n.extend("--ftds-chip-warning-color","",f.contentWarningPrimary),warningIconColor:n.extend("--ftds-chip-warning-icon-color","",f.contentWarningIconOnly),warningBorderColor:n.extend("--ftds-chip-warning-border-color","",f.borderWarningSubtle),errorBackgroundColor:n.extend("--ftds-chip-error-background-color","",f.backgroundErrorSubtle),errorColor:n.extend("--ftds-chip-error-color","",f.contentErrorPrimary),errorIconColor:n.extend("--ftds-chip-error-icon-color","",f.contentErrorIconOnly),errorBorderColor:n.extend("--ftds-chip-error-border-color","",f.borderErrorSubtle)};var M4={horizontalGap:n.extend("--ftds-chip-group-horizontal-gap","",l.spacing2),verticalGap:n.extend("--ftds-chip-group-vertical-gap","",l.spacing2),countChipDefaultBackgroundColor:n.extend("--ftds-chip-group-count-chip-default-background-color","",l.colorBrand10),countChipDefaultBorderColor:n.extend("--ftds-chip-group-count-chip-default-border-color","",l.colorBrand60),countChipDefaultContentColor:n.extend("--ftds-chip-group-count-chip-default-content-color","",f.contentActionPrimary),countChipHoverBackgroundColor:n.extend("--ftds-chip-group-count-chip-hover-background-color","",l.colorBrand20),countChipHoverBorderColor:n.extend("--ftds-chip-group-count-chip-hover-border-color","",l.colorBrand70),countChipHoverContentColor:n.extend("--ftds-chip-group-count-chip-hover-content-color","",f.contentActionPrimary),countChipFocusedBackgroundColor:n.extend("--ftds-chip-group-count-chip-focused-background-color","",l.colorBrand20),countChipFocusedBorderColor:n.extend("--ftds-chip-group-count-chip-focused-border-color","",l.colorBrand70),countChipFocusedContentColor:n.extend("--ftds-chip-group-count-chip-focused-content-color","",f.contentActionPrimary)};var T4={brandHoverOpacity:n.extend("--ftds-link-brand-hover-opacity","",l.opacity80),brandHoverColor:n.extend("--ftds-link-brand-hover-color","",f.contentActionPrimary),brandFocusFocusRingColor:n.extend("--ftds-link-brand-focus-focus-ring-color","",f.borderActionFocusRing),brandFocusColor:n.extend("--ftds-link-brand-focus-color","",f.contentActionPrimary),brandDefaultColor:n.extend("--ftds-link-brand-default-color","",f.contentActionPrimary),brandActiveColor:n.extend("--ftds-link-brand-active-color","",f.contentActionPrimary),infoHoverOpacity:n.extend("--ftds-link-info-hover-opacity","",l.opacity80),infoHoverColor:n.extend("--ftds-link-info-hover-color","",f.contentInfoPrimary),infoFocusFocusRingColor:n.extend("--ftds-link-info-focus-focus-ring-color","",f.borderActionFocusRing),infoFocusColor:n.extend("--ftds-link-info-focus-color","",f.contentInfoPrimary),infoDefaultColor:n.extend("--ftds-link-info-default-color","",f.contentInfoPrimary),infoActiveColor:n.extend("--ftds-link-info-active-color","",f.contentInfoPrimary),neutralFocusFocusRingColor:n.extend("--ftds-link-neutral-focus-focus-ring-color","",f.borderActionFocusRing),neutralFocusColor:n.extend("--ftds-link-neutral-focus-color","",f.contentActionPrimary),neutralDefaultColor:n.extend("--ftds-link-neutral-default-color","",f.contentGlobalPrimary),neutralHoverColor:n.extend("--ftds-link-neutral-hover-color","",f.contentActionPrimary),neutralActiveColor:n.extend("--ftds-link-neutral-active-color","",f.contentActionPrimary),neutralVisitedColor:n.extend("--ftds-link-neutral-visited-color","",l.colorBrand100),horizontalGap:n.extend("--ftds-link-horizontal-gap","",l.spacing1)};var I4={iconSize:n.extend("--ftds-banner-icon-size","",l.iconSize5),borderWidth:n.create("--ftds-banner-border-width","","SIZE","1px"),leftPadding:n.extend("--ftds-banner-left-padding","",l.spacing6),rightPadding:n.extend("--ftds-banner-right-padding","",l.spacing6),verticalPadding:n.extend("--ftds-banner-vertical-padding","",l.spacing6),horizontalSideGap:n.extend("--ftds-banner-horizontal-side-gap","",l.spacing6),horizontalMobileGap:n.extend("--ftds-banner-horizontal-mobile-gap","",l.spacing4),verticalMobileGap:n.extend("--ftds-banner-vertical-mobile-gap","",l.spacing6),horizontalMiddleGap:n.extend("--ftds-banner-horizontal-middle-gap","",l.spacing20),infoBackgroundColor:n.extend("--ftds-banner-info-background-color","",f.backgroundInfoSubtle),infoColor:n.extend("--ftds-banner-info-color","",f.contentInfoPrimary),infoIconColor:n.extend("--ftds-banner-info-icon-color","",f.contentInfoIconOnly),infoBorderColor:n.extend("--ftds-banner-info-border-color","",f.borderInfoSubtle)};var k4={horizontalPadding:n.extend("--ftds-badge-horizontal-padding","",l.spacing1),verticalPadding:n.extend("--ftds-badge-vertical-padding","",l.spacing1),borderRadius:n.extend("--ftds-badge-border-radius","",l.borderRadiusPill),color:n.extend("--ftds-badge-color","",f.contentGlobalOnColor),backgroundColor:n.extend("--ftds-badge-background-color","",f.contentActionPrimary)};var z4={horizontalGap:n.extend("--ftds-title-breadcrumb-horizontal-gap","",l.spacing1),currentColor:n.extend("--ftds-title-breadcrumb-current-color","",f.contentGlobalPrimary),previousNonClickableColor:n.extend("--ftds-title-breadcrumb-previous-non-clickable-color","",f.contentGlobalSecondary),iconColor:n.extend("--ftds-title-breadcrumb-icon-color","",f.contentGlobalSubtle)};var P4={parentHorizontalPadding:n.extend("--ftds-page-header-parent-horizontal-padding","",l.spacing6),parentTopPadding:n.extend("--ftds-page-header-parent-top-padding","",l.spacing4),parentBottomPadding:n.extend("--ftds-page-header-parent-bottom-padding","",l.spacing6),parentHelpLeftMargin:n.extend("--ftds-page-header-parent-help-left-margin","",l.spacing1),parentTitleColor:n.extend("--ftds-page-header-parent-title-color","",f.contentGlobalPrimary),parentSubtitleColor:n.extend("--ftds-page-header-parent-subtitle-color","",f.contentGlobalSecondary),parentChipLeftMargin:n.extend("--ftds-page-header-parent-chip-left-margin","",l.spacing4),parentVerticalGap:n.extend("--ftds-page-header-parent-vertical-gap","",l.spacing2),parentButtonsGroupHorizontalGap:n.extend("--ftds-page-header-parent-buttons-group-horizontal-gap","",l.spacing4),parentButtonsGroupVerticalGap:n.extend("--ftds-page-header-parent-buttons-group-vertical-gap","",l.spacing4),parentChipsGroupHorizontalGap:n.extend("--ftds-page-header-parent-chips-group-horizontal-gap","",l.spacing2),parentChipsGroupVerticalGap:n.extend("--ftds-page-header-parent-chips-group-vertical-gap","",l.spacing2),childHorizontalPadding:n.extend("--ftds-page-header-child-horizontal-padding","",l.spacing6),childTopPadding:n.extend("--ftds-page-header-child-top-padding","",l.spacing2),childBottomPadding:n.extend("--ftds-page-header-child-bottom-padding","",l.spacing2),childHelpLeftMargin:n.extend("--ftds-page-header-child-help-left-margin","",l.spacing1),childChipLeftMargin:n.extend("--ftds-page-header-child-chip-left-margin","",l.spacing4),childVerticalGap:n.extend("--ftds-page-header-child-vertical-gap","",l.spacing2),childMinHeight:n.create("--ftds-page-header-child-min-height","","SIZE","40px"),childButtonsGroupHorizontalGap:n.extend("--ftds-page-header-child-buttons-group-horizontal-gap","",l.spacing4),childButtonsGroupVerticalGap:n.extend("--ftds-page-header-child-buttons-group-vertical-gap","",l.spacing4),childChipsGroupHorizontalGap:n.extend("--ftds-page-header-child-chips-group-horizontal-gap","",l.spacing2),childChipsGroupVerticalGap:n.extend("--ftds-page-header-child-chips-group-vertical-gap","",l.spacing2),backgroundColor:n.extend("--ftds-page-header-background-color","",l.colorWhite),bottomBorderColor:n.extend("--ftds-page-header-bottom-border-color","",f.borderGlobalSubtle),bottomBorderWidth:n.create("--ftds-page-header-bottom-border-width","","SIZE","1px")};var D4={horizontalPadding:n.extend("--ftds-page-footer-horizontal-padding","",l.spacing6),verticalPadding:n.extend("--ftds-page-footer-vertical-padding","",l.spacing2),verticalGap:n.extend("--ftds-page-footer-vertical-gap","",l.spacing2),minHeight:n.create("--ftds-page-footer-min-height","","SIZE","40px"),backgroundColor:n.extend("--ftds-page-footer-background-color","",l.colorWhite),topBorderColor:n.extend("--ftds-page-footer-top-border-color","",f.borderGlobalSubtle),topBorderWidth:n.create("--ftds-page-footer-top-border-width","","SIZE","1px"),buttonsGroupGap:n.extend("--ftds-page-footer-buttons-group-gap","",l.spacing4)};var U4={contentHorizontalPadding:n.extend("--ftds-page-layout-content-horizontal-padding","",l.spacing6),contentVerticalPadding:n.extend("--ftds-page-layout-content-vertical-padding","",l.spacing6)};var F4={smallContainerTargetWidth:n.create("--ftds-modal-small-container-target-width","","SIZE","560px"),smallContainerMargin:n.extend("--ftds-modal-small-container-margin","",l.spacing6),headerIconSize:n.extend("--ftds-modal-header-icon-size","",l.iconSize3),headerBackgroundColor:n.extend("--ftds-modal-header-background-color","",f.backgroundGlobalOnSurface),headerBorderColor:n.extend("--ftds-modal-header-border-color","",f.borderGlobalSubtle),headerColor:n.extend("--ftds-modal-header-color","",f.contentGlobalPrimary),headerLeadingIconColor:n.extend("--ftds-modal-header-leading-icon-color","",f.contentGlobalPrimary),headerVerticalPadding:n.extend("--ftds-modal-header-vertical-padding","",l.spacing1),headerRightPadding:n.extend("--ftds-modal-header-right-padding","",l.spacing1),headerLeftPadding:n.extend("--ftds-modal-header-left-padding","",l.spacing6),headerGap:n.extend("--ftds-modal-header-gap","",l.spacing2),headerBorderBottomWidth:n.create("--ftds-modal-header-border-bottom-width","","SIZE","1px"),mediumContainerTargetWidth:n.create("--ftds-modal-medium-container-target-width","","SIZE","800px"),mediumContainerMargin:n.extend("--ftds-modal-medium-container-margin","",l.spacing6),largeContainerTargetWidth:n.create("--ftds-modal-large-container-target-width","","SIZE","1040px"),largeContainerMargin:n.extend("--ftds-modal-large-container-margin","",l.spacing6),overlayBackgroundColor:n.extend("--ftds-modal-overlay-background-color","",l.colorGray700),overlayOpacity:n.extend("--ftds-modal-overlay-opacity","",l.opacity40),shadow:n.extend("--ftds-modal-shadow","",l.shadowElevation03),bodyBackgroundColor:n.extend("--ftds-modal-body-background-color","",l.colorWhite),bodyColor:n.extend("--ftds-modal-body-color","",f.contentGlobalPrimary),bodyHorizontalPadding:n.extend("--ftds-modal-body-horizontal-padding","",l.spacing6),bodyVerticalPadding:n.extend("--ftds-modal-body-vertical-padding","",l.spacing6),bodyVerticalGap:n.extend("--ftds-modal-body-vertical-gap","",l.spacing6),borderRadius:n.extend("--ftds-modal-border-radius","",l.borderRadiusM)};var $4={grabberIconSize:n.extend("--ftds-reorderable-list-grabber-icon-size","",l.iconSize3),verticalPadding:n.extend("--ftds-reorderable-list-vertical-padding","",l.spacing4),gap:n.extend("--ftds-reorderable-list-gap","",l.spacing1),borderRadius:n.extend("--ftds-reorderable-list-border-radius","",l.borderRadiusM),reorderableItemTitleMarginRight:n.extend("--ftds-reorderable-list-reorderable-item-title-margin-right","",l.spacing6),reorderableItemTitleColor:n.extend("--ftds-reorderable-list-reorderable-item-title-color","",f.contentGlobalPrimary),reorderableItemLeftButtonsGroupMarginRight:n.extend("--ftds-reorderable-list-reorderable-item-left-buttons-group-margin-right","",l.spacing6),reorderableItemLeftButtonsGroupHorizontalGap:n.extend("--ftds-reorderable-list-reorderable-item-left-buttons-group-horizontal-gap","",l.spacing2),reorderableItemRightButtonsGroupHorizontalGap:n.extend("--ftds-reorderable-list-reorderable-item-right-buttons-group-horizontal-gap","",l.spacing2),reorderableItemUsersCountColor:n.extend("--ftds-reorderable-list-reorderable-item-users-count-color","",f.contentGlobalPrimary),reorderableItemUsersCountMarginRight:n.extend("--ftds-reorderable-list-reorderable-item-users-count-margin-right","",l.spacing6),reorderableItemBackgroundColor:n.extend("--ftds-reorderable-list-reorderable-item-background-color","",f.backgroundGlobalOnSurface),reorderableItemWarningMessageGap:n.extend("--ftds-reorderable-list-reorderable-item-warning-message-gap","",l.spacing1),reorderableItemWarningMessageColor:n.extend("--ftds-reorderable-list-reorderable-item-warning-message-color","",f.contentWarningPrimary),reorderableItemWarningMessageIconColor:n.extend("--ftds-reorderable-list-reorderable-item-warning-message-icon-color","",f.contentWarningIconOnly),reorderableItemGripColor:n.extend("--ftds-reorderable-list-reorderable-item-grip-color","",f.contentGlobalSecondary),reorderableItemGripOpacity:n.extend("--ftds-reorderable-list-reorderable-item-grip-opacity","",l.opacity48),boxShadow:n.extend("--ftds-reorderable-list-box-shadow","",l.shadowElevation01),borderWidth:n.create("--ftds-reorderable-list-border-width","","SIZE","1px"),reorderableItemsGap:n.extend("--ftds-reorderable-list-reorderable-items-gap","",l.spacing2),leftPadding:n.extend("--ftds-reorderable-list-left-padding","",l.spacing2),rightPadding:n.extend("--ftds-reorderable-list-right-padding","",l.spacing6),borderColor:n.extend("--ftds-reorderable-list-border-color","",f.borderGlobalPrimary),backgroundColor:n.extend("--ftds-reorderable-list-background-color","",f.backgroundGlobalOnSurfaceDark)};var B4={overlayOpacity:n.extend("--ftds-drawer-overlay-opacity","",l.opacity40),shadow:n.extend("--ftds-drawer-shadow","",l.shadowElevation03),bodyColor:n.extend("--ftds-drawer-body-color","",f.contentGlobalPrimary),bodyHorizontalPadding:n.extend("--ftds-drawer-body-horizontal-padding","",l.spacing6),bodyVerticalPadding:n.extend("--ftds-drawer-body-vertical-padding","",l.spacing6),bodyGap:n.extend("--ftds-drawer-body-gap","",l.spacing6),bodyBackgroundColor:n.extend("--ftds-drawer-body-background-color","",l.colorWhite),headerBackgroundColor:n.extend("--ftds-drawer-header-background-color","",f.backgroundGlobalOnSurface),headerBorderColor:n.extend("--ftds-drawer-header-border-color","",f.borderGlobalSubtle),headerColor:n.extend("--ftds-drawer-header-color","",f.contentGlobalPrimary),headerTrailingIconColor:n.extend("--ftds-drawer-header-trailing-icon-color","",f.contentGlobalSecondary),headerHeight:n.create("--ftds-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:n.extend("--ftds-drawer-header-horizontal-padding","",l.spacing2),headerBorderWidth:n.create("--ftds-drawer-header-border-width","","SIZE","1px"),headerGap:n.extend("--ftds-drawer-header-gap","",l.spacing3),buttonsBarBackgroundColor:n.extend("--ftds-drawer-buttons-bar-background-color","",f.backgroundGlobalOnSurface),buttonsBarBorderColor:n.extend("--ftds-drawer-buttons-bar-border-color","",f.borderGlobalSubtle),buttonsBarColor:n.extend("--ftds-drawer-buttons-bar-color","",f.contentGlobalPrimary),buttonsBarHorizontalPadding:n.extend("--ftds-drawer-buttons-bar-horizontal-padding","",l.spacing6),buttonsBarVerticalPadding:n.extend("--ftds-drawer-buttons-bar-vertical-padding","",l.spacing4),buttonsBarGap:n.extend("--ftds-drawer-buttons-bar-gap","",l.spacing3),buttonsBarBorderWidth:n.create("--ftds-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:n.create("--ftds-drawer-container-width","","SIZE","66%"),containerMinWidth:n.create("--ftds-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:n.create("--ftds-drawer-container-max-width","","SIZE","1000px"),containerHeight:n.create("--ftds-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:n.extend("--ftds-drawer-overlay-background-color","",l.colorGray700)};var H4={offBorderBottomWidth:n.create("--ftds-tabs-off-border-bottom-width","","SIZE","1px"),offHoverStateLayerOpacity:n.extend("--ftds-tabs-off-hover-state-layer-opacity","",l.opacity8),offDefaultStateLayerOpacity:n.extend("--ftds-tabs-off-default-state-layer-opacity","",l.opacity0),offFocusStateLayerOpacity:n.extend("--ftds-tabs-off-focus-state-layer-opacity","",l.opacity8),offDisabledComponentOpacity:n.extend("--ftds-tabs-off-disabled-component-opacity","",l.opacity40),offColor:n.extend("--ftds-tabs-off-color","",f.contentGlobalSubtle),offStateLayerColor:n.extend("--ftds-tabs-off-state-layer-color","",f.contentGlobalSubtle),offBorderBottomColor:n.extend("--ftds-tabs-off-border-bottom-color","",f.borderGlobalSubtle),activeTabIndicatorHeight:n.create("--ftds-tabs-active-tab-indicator-height","","SIZE","3px"),topLeftBorderRadius:n.extend("--ftds-tabs-top-left-border-radius","",l.borderRadiusS),topRightBorderRadius:n.extend("--ftds-tabs-top-right-border-radius","",l.borderRadiusS),withLabelHorizontalPadding:n.extend("--ftds-tabs-with-label-horizontal-padding","",l.spacing4),withLabelVerticalPadding:n.extend("--ftds-tabs-with-label-vertical-padding","",l.spacing3),horizontalGap:n.extend("--ftds-tabs-horizontal-gap","",l.spacing1),verticalGap:n.extend("--ftds-tabs-vertical-gap","",l.spacing1),onHoverStateLayerOpacity:n.extend("--ftds-tabs-on-hover-state-layer-opacity","",l.opacity16),onDefaultStateLayerOpacity:n.extend("--ftds-tabs-on-default-state-layer-opacity","",l.opacity8),onFocusStateLayerOpacity:n.extend("--ftds-tabs-on-focus-state-layer-opacity","",l.opacity16),onActiveStateLayerOpacity:n.extend("--ftds-tabs-on-active-state-layer-opacity","",l.opacity24),onColor:n.extend("--ftds-tabs-on-color","",f.contentActionPrimary),onStateLayerColor:n.extend("--ftds-tabs-on-state-layer-color","",f.contentActionPrimary),onActiveTabIndicatorColor:n.extend("--ftds-tabs-on-active-tab-indicator-color","",f.contentActionPrimary),iconOnlyHorizontalPadding:n.extend("--ftds-tabs-icon-only-horizontal-padding","",l.spacing4),iconOnlyVerticalPadding:n.extend("--ftds-tabs-icon-only-vertical-padding","",l.spacing4),alertTopPadding:n.extend("--ftds-tabs-alert-top-padding","",l.spacing1),alertRightPadding:n.extend("--ftds-tabs-alert-right-padding","",l.spacing05),focusOutlineWidth:n.create("--ftds-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:n.extend("--ftds-tabs-focus-focus-ring-color","",f.borderActionFocusRing),mainIconIconSize:n.extend("--ftds-tabs-main-icon-icon-size","",l.iconSize3),alertIconIconSize:n.extend("--ftds-tabs-alert-icon-icon-size","",l.iconSize2)};var G4={largeFieldHorizontalPadding:n.extend("--ftds-text-input-large-field-horizontal-padding","",l.spacing4),largeFieldHorizontalGap:n.extend("--ftds-text-input-large-field-horizontal-gap","",l.spacing3),largeFieldVerticalGap:n.extend("--ftds-text-input-large-field-vertical-gap","",l.spacing05),largeFieldHeight:n.create("--ftds-text-input-large-field-height","","SIZE","50px"),largeFieldIconSize:n.extend("--ftds-text-input-large-field-icon-size","",l.iconSize3),mediumFieldHorizontalPadding:n.extend("--ftds-text-input-medium-field-horizontal-padding","",l.spacing4),mediumFieldHorizontalGap:n.extend("--ftds-text-input-medium-field-horizontal-gap","",l.spacing3),mediumFieldVerticalGap:n.create("--ftds-text-input-medium-field-vertical-gap","","SIZE","0px"),mediumFieldHeight:n.create("--ftds-text-input-medium-field-height","","SIZE","40px"),mediumFieldIconSize:n.extend("--ftds-text-input-medium-field-icon-size","",l.iconSize3),helperHorizontalPadding:n.extend("--ftds-text-input-helper-horizontal-padding","",l.spacing4),helperHorizontalGap:n.extend("--ftds-text-input-helper-horizontal-gap","",l.spacing1),helperIconSize:n.extend("--ftds-text-input-helper-icon-size","",l.iconSize2),borderRadius:n.extend("--ftds-text-input-border-radius","",l.borderRadiusS),backgroundColor:n.extend("--ftds-text-input-background-color","",l.colorWhite),contentValueColor:n.extend("--ftds-text-input-content-value-color","",f.contentGlobalPrimary),trailingIconColor:n.extend("--ftds-text-input-trailing-icon-color","",f.contentGlobalSubtle),labelColor:n.extend("--ftds-text-input-label-color","",f.contentGlobalSubtle),defaultBorderColor:n.extend("--ftds-text-input-default-border-color","",f.borderInputPrimary),defaultHelperTextColor:n.extend("--ftds-text-input-default-helper-text-color","",f.contentGlobalSubtle),defaultBorderWidth:n.create("--ftds-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:n.create("--ftds-text-input-error-border-width","","SIZE","2px"),errorBorderColor:n.extend("--ftds-text-input-error-border-color","",f.borderErrorPrimary),errorHelperTextColor:n.extend("--ftds-text-input-error-helper-text-color","",f.contentErrorPrimary),errorHelperIconColor:n.extend("--ftds-text-input-error-helper-icon-color","",f.contentErrorIconOnly),warningBorderColor:n.extend("--ftds-text-input-warning-border-color","",f.borderWarningPrimary),warningHelperTextColor:n.extend("--ftds-text-input-warning-helper-text-color","",f.contentWarningPrimary),warningHelperIconColor:n.extend("--ftds-text-input-warning-helper-icon-color","",f.contentWarningIconOnly),warningBorderWidth:n.create("--ftds-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:n.create("--ftds-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:n.extend("--ftds-text-input-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineOffset:n.create("--ftds-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:n.extend("--ftds-text-input-disabled-component-opacity","",l.opacity40)};var W4={backgroundColor:n.extend("--ftds-text-area-background-color","",l.colorWhite),contentValueColor:n.extend("--ftds-text-area-content-value-color","",f.contentGlobalPrimary),labelColor:n.extend("--ftds-text-area-label-color","",f.contentGlobalSubtle),defaultBorderColor:n.extend("--ftds-text-area-default-border-color","",f.borderInputPrimary),defaultHelperTextColor:n.extend("--ftds-text-area-default-helper-text-color","",f.contentGlobalSubtle),defaultBorderWidth:n.create("--ftds-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:n.create("--ftds-text-area-error-border-width","","SIZE","2px"),errorBorderColor:n.extend("--ftds-text-area-error-border-color","",f.borderErrorPrimary),errorHelperTextColor:n.extend("--ftds-text-area-error-helper-text-color","",f.contentErrorPrimary),errorHelperIconColor:n.extend("--ftds-text-area-error-helper-icon-color","",f.contentErrorIconOnly),focusFocusRingColor:n.extend("--ftds-text-area-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineWidth:n.create("--ftds-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:n.create("--ftds-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:n.extend("--ftds-text-area-disabled-component-opacity","",l.opacity40),fieldHorizontalLeftPadding:n.extend("--ftds-text-area-field-horizontal-left-padding","",l.spacing4),fieldHorizontalGap:n.extend("--ftds-text-area-field-horizontal-gap","",l.spacing3),fieldVerticalGap:n.extend("--ftds-text-area-field-vertical-gap","",l.spacing05),fieldMinHeight:n.create("--ftds-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:n.extend("--ftds-text-area-helper-horizontal-padding","",l.spacing4),helperHorizontalGap:n.extend("--ftds-text-area-helper-horizontal-gap","",l.spacing1),helperIconSize:n.extend("--ftds-text-area-helper-icon-size","",l.iconSize2),borderRadius:n.extend("--ftds-text-area-border-radius","",l.borderRadiusS)};var j4={height:n.create("--ftds-floating-menu-height","","SIZE","52px"),horizontalPadding:n.extend("--ftds-floating-menu-horizontal-padding","",l.spacing4),verticalPadding:n.extend("--ftds-floating-menu-vertical-padding","",l.spacing2),offIconColor:n.extend("--ftds-floating-menu-off-icon-color","",f.contentGlobalPrimary),offColor:n.extend("--ftds-floating-menu-off-color","",f.contentGlobalPrimary),onColor:n.extend("--ftds-floating-menu-on-color","",f.contentActionPrimary),onStateLayerColor:n.extend("--ftds-floating-menu-on-state-layer-color","",f.contentActionPrimary),gap:n.extend("--ftds-floating-menu-gap","",l.spacing3),focusFocusRingColor:n.extend("--ftds-floating-menu-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineWidth:n.create("--ftds-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:n.extend("--ftds-floating-menu-focus-state-layer-opacity","",l.opacity24),hoverStateLayerOpacity:n.extend("--ftds-floating-menu-hover-state-layer-opacity","",l.opacity8),activeStateLayerOpacity:n.extend("--ftds-floating-menu-active-state-layer-opacity","",l.opacity16),disabledComponentOpacity:n.extend("--ftds-floating-menu-disabled-component-opacity","",l.opacity40),iconSize:n.extend("--ftds-floating-menu-icon-size","",l.iconSize3),backgroundColor:n.extend("--ftds-floating-menu-background-color","",f.backgroundGlobalOnSurface),shadow:n.extend("--ftds-floating-menu-shadow","",l.shadowElevation02),multiselectCheckedStateLayerColor:n.extend("--ftds-floating-menu-multiselect-checked-state-layer-color","",f.contentActionPrimary),multiselectCheckedColor:n.extend("--ftds-floating-menu-multiselect-checked-color","",f.contentGlobalPrimary),multiselectCheckedIconColor:n.extend("--ftds-floating-menu-multiselect-checked-icon-color","",f.contentActionPrimary),multiselectCheckedDefaultStateLayerOpacity:n.extend("--ftds-floating-menu-multiselect-checked-default-state-layer-opacity","",l.opacity8),multiselectCheckedHoverStateLayerOpacity:n.extend("--ftds-floating-menu-multiselect-checked-hover-state-layer-opacity","",l.opacity16),multiselectCheckedFocusStateLayerOpacity:n.extend("--ftds-floating-menu-multiselect-checked-focus-state-layer-opacity","",l.opacity24),multiselectIndeterminatedStateLayerColor:n.extend("--ftds-floating-menu-multiselect-indeterminated-state-layer-color","",f.contentActionPrimary),multiselectIndeterminatedColor:n.extend("--ftds-floating-menu-multiselect-indeterminated-color","",f.contentGlobalPrimary),multiselectIndeterminatedIconColor:n.extend("--ftds-floating-menu-multiselect-indeterminated-icon-color","",f.contentActionPrimary),multiselectIndeterminatedDefaultStateLayerOpacity:n.extend("--ftds-floating-menu-multiselect-indeterminated-default-state-layer-opacity","",l.opacity8),multiselectIndeterminatedHoverStateLayerOpacity:n.extend("--ftds-floating-menu-multiselect-indeterminated-hover-state-layer-opacity","",l.opacity16),multiselectIndeterminatedFocusStateLayerOpacity:n.extend("--ftds-floating-menu-multiselect-indeterminated-focus-state-layer-opacity","",l.opacity24),multiselectUncheckedStateLayerColor:n.extend("--ftds-floating-menu-multiselect-unchecked-state-layer-color","",f.contentGlobalPrimary),multiselectUncheckedColor:n.extend("--ftds-floating-menu-multiselect-unchecked-color","",f.contentGlobalPrimary),multiselectUncheckedIconColor:n.extend("--ftds-floating-menu-multiselect-unchecked-icon-color","",f.contentGlobalSubtle),multiselectUncheckedDefaultStateLayerOpacity:n.extend("--ftds-floating-menu-multiselect-unchecked-default-state-layer-opacity","",l.opacity0),multiselectUncheckedHoverStateLayerOpacity:n.extend("--ftds-floating-menu-multiselect-unchecked-hover-state-layer-opacity","",l.opacity8),multiselectUncheckedFocusStateLayerOpacity:n.extend("--ftds-floating-menu-multiselect-unchecked-focus-state-layer-opacity","",l.opacity16),selectAllCheckedStateLayerColor:n.extend("--ftds-floating-menu-select-all-checked-state-layer-color","",f.contentActionPrimary),selectAllCheckedColor:n.extend("--ftds-floating-menu-select-all-checked-color","",f.contentGlobalPrimary),selectAllCheckedIconColor:n.extend("--ftds-floating-menu-select-all-checked-icon-color","",f.contentActionPrimary),selectAllCheckedDefaultStateLayerOpacity:n.extend("--ftds-floating-menu-select-all-checked-default-state-layer-opacity","",l.opacity0),selectAllCheckedHoverStateLayerOpacity:n.extend("--ftds-floating-menu-select-all-checked-hover-state-layer-opacity","",l.opacity16),selectAllCheckedFocusStateLayerOpacity:n.extend("--ftds-floating-menu-select-all-checked-focus-state-layer-opacity","",l.opacity24),selectAllIndeterminatedStateLayerColor:n.extend("--ftds-floating-menu-select-all-indeterminated-state-layer-color","",f.contentGlobalPrimary),selectAllIndeterminatedColor:n.extend("--ftds-floating-menu-select-all-indeterminated-color","",f.contentGlobalPrimary),selectAllIndeterminatedIconColor:n.extend("--ftds-floating-menu-select-all-indeterminated-icon-color","",f.contentActionPrimary),selectAllIndeterminatedDefaultStateLayerOpacity:n.extend("--ftds-floating-menu-select-all-indeterminated-default-state-layer-opacity","",l.opacity0),selectAllIndeterminatedHoverStateLayerOpacity:n.extend("--ftds-floating-menu-select-all-indeterminated-hover-state-layer-opacity","",l.opacity8),selectAllIndeterminatedFocusStateLayerOpacity:n.extend("--ftds-floating-menu-select-all-indeterminated-focus-state-layer-opacity","",l.opacity16),selectAllUncheckedStateLayerColor:n.extend("--ftds-floating-menu-select-all-unchecked-state-layer-color","",f.contentGlobalPrimary),selectAllUncheckedColor:n.extend("--ftds-floating-menu-select-all-unchecked-color","",f.contentGlobalPrimary),selectAllUncheckedIconColor:n.extend("--ftds-floating-menu-select-all-unchecked-icon-color","",f.contentGlobalSubtle),selectAllUncheckedDefaultStateLayerOpacity:n.extend("--ftds-floating-menu-select-all-unchecked-default-state-layer-opacity","",l.opacity0),selectAllUncheckedHoverStateLayerOpacity:n.extend("--ftds-floating-menu-select-all-unchecked-hover-state-layer-opacity","",l.opacity8),selectAllUncheckedFocusStateLayerOpacity:n.extend("--ftds-floating-menu-select-all-unchecked-focus-state-layer-opacity","",l.opacity16),defaultUncheckedStateLayerColor:n.extend("--ftds-floating-menu-default-unchecked-state-layer-color","",f.contentGlobalPrimary),defaultUncheckedColor:n.extend("--ftds-floating-menu-default-unchecked-color","",f.contentGlobalPrimary),defaultUncheckedIconColor:n.extend("--ftds-floating-menu-default-unchecked-icon-color","",f.contentGlobalSubtle),defaultUncheckedDefaultStateLayerOpacity:n.extend("--ftds-floating-menu-default-unchecked-default-state-layer-opacity","",l.opacity0),defaultUncheckedHoverStateLayerOpacity:n.extend("--ftds-floating-menu-default-unchecked-hover-state-layer-opacity","",l.opacity8),defaultUncheckedFocusStateLayerOpacity:n.extend("--ftds-floating-menu-default-unchecked-focus-state-layer-opacity","",l.opacity16),defaultCheckedStateLayerColor:n.extend("--ftds-floating-menu-default-checked-state-layer-color","",f.contentActionPrimary),defaultCheckedColor:n.extend("--ftds-floating-menu-default-checked-color","",f.contentActionPrimary),defaultCheckedIconColor:n.extend("--ftds-floating-menu-default-checked-icon-color","",f.contentActionPrimary),defaultCheckedDefaultStateLayerOpacity:n.extend("--ftds-floating-menu-default-checked-default-state-layer-opacity","",l.opacity8),defaultCheckedHoverStateLayerOpacity:n.extend("--ftds-floating-menu-default-checked-hover-state-layer-opacity","",l.opacity16),defaultCheckedFocusStateLayerOpacity:n.extend("--ftds-floating-menu-default-checked-focus-state-layer-opacity","",l.opacity24)};var V4={menuVerticalGap:n.extend("--ftds-combobox-menu-vertical-gap","",l.spacing2),menuNewValuePaddingTop:n.extend("--ftds-combobox-menu-new-value-padding-top","",l.spacing4),menuNewValuePaddingBottom:n.extend("--ftds-combobox-menu-new-value-padding-bottom","",l.spacing1),menuNewValueHorizontalPadding:n.extend("--ftds-combobox-menu-new-value-horizontal-padding","",l.spacing4),menuNewValueLabelColor:n.extend("--ftds-combobox-menu-new-value-label-color","",f.contentGlobalSubtle),menuNewValueBorderColor:n.extend("--ftds-combobox-menu-new-value-border-color","",f.borderGlobalPrimary),menuNewValueBorderWidth:n.create("--ftds-combobox-menu-new-value-border-width","","SIZE","1px"),menuNewValueErrorBackgroundColor:n.extend("--ftds-combobox-menu-new-value-error-background-color","",f.backgroundErrorSubtle),menuNewValueErrorBorderColor:n.extend("--ftds-combobox-menu-new-value-error-border-color","",f.borderErrorPrimary),menuNewValueErrorStateLayerColor:n.extend("--ftds-combobox-menu-new-value-error-state-layer-color","",f.contentActionPrimary),menuNewValueErrorHoverStateLayerOpacity:n.extend("--ftds-combobox-menu-new-value-error-hover-state-layer-opacity","",l.opacity4),menuNewValueErrorActiveStateLayerOpacity:n.extend("--ftds-combobox-menu-new-value-error-active-state-layer-opacity","",l.opacity6),menuMessagePaddingTop:n.extend("--ftds-combobox-menu-message-padding-top","",l.spacing2),menuMessagePaddingBottom:n.extend("--ftds-combobox-menu-message-padding-bottom","",l.spacing2),menuMessageHorizontalPadding:n.extend("--ftds-combobox-menu-message-horizontal-padding","",l.spacing4),menuMessageLabelColor:n.extend("--ftds-combobox-menu-message-label-color","",f.contentGlobalSubtle),valuesChipBackgroundColor:n.extend("--ftds-combobox-values-chip-background-color","",f.backgroundGlobalOnSurface),valuesChipBorderColor:n.extend("--ftds-combobox-values-chip-border-color","",f.borderInputPrimary)};var K4={backgroundColor:n.extend("--ftds-popover-background-color","",f.backgroundGlobalOnSurface),titleColor:n.extend("--ftds-popover-title-color","",f.contentGlobalPrimary),bodyColor:n.extend("--ftds-popover-body-color","",f.contentGlobalSecondary),gap:n.extend("--ftds-popover-gap","",l.spacing2),borderRadius:n.extend("--ftds-popover-border-radius","",l.borderRadiusM),shadow:n.extend("--ftds-popover-shadow","",l.shadowElevation02),maxWidth:n.create("--ftds-popover-max-width","","SIZE","440px"),minWidth:n.create("--ftds-popover-min-width","","SIZE","160px"),maxHeight:n.create("--ftds-popover-max-height","","SIZE","0.16vh"),contentSectionVerticalGap:n.extend("--ftds-popover-content-section-vertical-gap","",l.spacing2),multiSectionVerticalGap:n.extend("--ftds-popover-multi-section-vertical-gap","",l.spacing6),defaultHorizontalPadding:n.extend("--ftds-popover-default-horizontal-padding","",l.spacing6),defaultVerticalPadding:n.extend("--ftds-popover-default-vertical-padding","",l.spacing6),denseHorizontalPadding:n.extend("--ftds-popover-dense-horizontal-padding","",l.spacing3),denseVerticalPadding:n.extend("--ftds-popover-dense-vertical-padding","",l.spacing3)};var q4={hoverStateLayerOpacity:n.extend("--ftds-collapsible-hover-state-layer-opacity","",l.opacity8),focusStateLayerOpacity:n.extend("--ftds-collapsible-focus-state-layer-opacity","",l.opacity8),focusOutlineWidth:n.create("--ftds-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:n.extend("--ftds-collapsible-focus-focus-ring-color","",f.borderActionFocusRing),activeStateLayerOpacity:n.extend("--ftds-collapsible-active-state-layer-opacity","",l.opacity16),disabledComponentOpacity:n.extend("--ftds-collapsible-disabled-component-opacity","",l.opacity40),horizontalPadding:n.extend("--ftds-collapsible-horizontal-padding","",l.spacing4),verticalPadding:n.extend("--ftds-collapsible-vertical-padding","",l.spacing3),color:n.extend("--ftds-collapsible-color","",f.contentGlobalPrimary),stateLayerColor:n.extend("--ftds-collapsible-state-layer-color","",f.contentGlobalPrimary),backgroundColor:n.extend("--ftds-collapsible-background-color","",f.backgroundGlobalOnSurface),borderColor:n.extend("--ftds-collapsible-border-color","",f.borderGlobalSubtle),iconSize:n.extend("--ftds-collapsible-icon-size","",l.iconSize3)};var Z4={groupHorizontalPadding:n.extend("--ftds-switch-group-horizontal-padding","",l.spacing1),groupVerticalPadding:n.extend("--ftds-switch-group-vertical-padding","",l.spacing1),groupGap:n.extend("--ftds-switch-group-gap","",l.spacing1),groupBackgroundColor:n.extend("--ftds-switch-group-background-color","",f.backgroundGlobalSurface),groupBorderColor:n.extend("--ftds-switch-group-border-color","",f.borderGlobalSubtle),groupBorderRadius:n.create("--ftds-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:n.extend("--ftds-switch-label-horizontal-padding","",l.spacing2),labelVerticalPadding:n.extend("--ftds-switch-label-vertical-padding","",l.spacing1),offHoverStateLayerOpacity:n.extend("--ftds-switch-off-hover-state-layer-opacity","",l.opacity8),offFocusStateLayerOpacity:n.extend("--ftds-switch-off-focus-state-layer-opacity","",l.opacity8),offActiveStateLayerOpacity:n.extend("--ftds-switch-off-active-state-layer-opacity","",l.opacity16),offDisabledComponentOpacity:n.extend("--ftds-switch-off-disabled-component-opacity","",l.opacity40),offColor:n.extend("--ftds-switch-off-color","",f.contentGlobalSubtle),offStateLayerColor:n.extend("--ftds-switch-off-state-layer-color","",f.contentGlobalSubtle),onHoverStateLayerOpacity:n.extend("--ftds-switch-on-hover-state-layer-opacity","",l.opacity8),onFocusStateLayerOpacity:n.extend("--ftds-switch-on-focus-state-layer-opacity","",l.opacity8),onActiveStateLayerOpacity:n.extend("--ftds-switch-on-active-state-layer-opacity","",l.opacity16),onDisabledComponentOpacity:n.extend("--ftds-switch-on-disabled-component-opacity","",l.opacity40),onColor:n.extend("--ftds-switch-on-color","",f.contentActionPrimary),onStateLayerColor:n.extend("--ftds-switch-on-state-layer-color","",f.contentActionPrimary),iconHorizontalPadding:n.extend("--ftds-switch-icon-horizontal-padding","",l.spacing1),iconVerticalPadding:n.extend("--ftds-switch-icon-vertical-padding","",l.spacing1),focusOutlineWidth:n.create("--ftds-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:n.extend("--ftds-switch-focus-focus-ring-color","",f.borderActionFocusRing),optionBorderRadius:n.extend("--ftds-switch-option-border-radius","",l.borderRadiusS)};var Y4={color1Light:n.extend("--ftds-chart-1-light","for area color charts",l.colorBrand40),color1Base:n.extend("--ftds-chart-1-base","for line charts",l.colorBrand0),color2Light:n.extend("--ftds-chart-2-light","for area color charts",l.colorYellow60),color2Base:n.extend("--ftds-chart-2-base","for line charts",l.colorYellow100),color3Light:n.extend("--ftds-chart-3-light","",l.colorUltramarine40),color3Base:n.extend("--ftds-chart-3-base","",l.colorUltramarine70),color4Light:n.extend("--ftds-chart-4-light","",l.colorCyan50),color4Base:n.extend("--ftds-chart-4-base","",l.colorCyan100),color5Light:n.extend("--ftds-chart-5-light","",l.colorRed40),color5Base:n.extend("--ftds-chart-5-base","",l.colorRed60),color6Light:n.extend("--ftds-chart-6-light","",l.colorGreen40),color6Base:n.extend("--ftds-chart-6-base","",l.colorGreen70),color7Light:n.extend("--ftds-chart-7-light","",l.colorOrange70),color7Base:n.extend("--ftds-chart-7-base","",l.colorOrange100),color8Light:n.extend("--ftds-chart-8-light","",l.colorAvocado70),color8Base:n.extend("--ftds-chart-8-base","",l.colorAvocado200),color9Light:n.extend("--ftds-chart-9-light","",l.colorBrown50),color9Base:n.extend("--ftds-chart-9-base","",l.colorBrown200),color10Light:n.extend("--ftds-chart-10-light","",l.colorGray50),color10Base:n.extend("--ftds-chart-10-base","",l.colorGray80),monochrome10:n.extend("--ftds-chart-monochrome-10","",l.colorBrand10),monochrome20:n.extend("--ftds-chart-monochrome-20","",l.colorBrand20),monochrome30:n.extend("--ftds-chart-monochrome-30","",l.colorBrand40),monochrome40:n.extend("--ftds-chart-monochrome-40","",l.colorBrand60),monochrome50:n.extend("--ftds-chart-monochrome-50","",l.colorBrand0),monochrome60:n.extend("--ftds-chart-monochrome-60","",l.colorBrand200),scatterplotQuadrantPopularOldBackgroundColor:n.extend("--ftds-chart-scatterplot-quadrant-popular-old-background-color","",l.colorYellow10),scatterplotQuadrantPopularNewBackgroundColor:n.extend("--ftds-chart-scatterplot-quadrant-popular-new-background-color","",l.colorAvocado10),scatterplotQuadrantUnpopularOldBackgroundColor:n.extend("--ftds-chart-scatterplot-quadrant-unpopular-old-background-color","",l.colorRed10),scatterplotQuadrantUnpopularNewBackgroundColor:n.extend("--ftds-chart-scatterplot-quadrant-unpopular-new-background-color","",l.colorCyan10),scatterplotDatapointInitialDefaultBackgroundColor:n.extend("--ftds-chart-scatterplot-datapoint-initial-default-background-color","",l.colorBrand70),scatterplotDatapointInitialDefaultBackgroundOpacity:n.extend("--ftds-chart-scatterplot-datapoint-initial-default-background-opacity","",l.opacity48),scatterplotDatapointInitialHoverBackgroundColor:n.extend("--ftds-chart-scatterplot-datapoint-initial-hover-background-color","",l.colorBrand0),scatterplotDatapointSelectedDefaultBackgroundColor:n.extend("--ftds-chart-scatterplot-datapoint-selected-default-background-color","",l.colorBrand100),scatterplotDatapointSelectedHoverBackgroundColor:n.extend("--ftds-chart-scatterplot-datapoint-selected-hover-background-color","",l.colorBrand200),scatterplotDatapointUnselectedDefaultBackgroundColor:n.extend("--ftds-chart-scatterplot-datapoint-unselected-default-background-color","",l.colorGray60),scatterplotDatapointUnselectedDefaultBackgroundOpacity:n.extend("--ftds-chart-scatterplot-datapoint-unselected-default-background-opacity","",l.opacity48),scatterplotDatapointUnselectedHoverBackgroundColor:n.extend("--ftds-chart-scatterplot-datapoint-unselected-hover-background-color","",l.colorGray70),scatterplotDatapointHoverHoverRingColor:n.extend("--ftds-chart-scatterplot-datapoint-hover-hover-ring-color","",l.colorCyan200)};var X4={color1IconColor:n.extend("--ftds-page-designer-1-icon-color","for area color charts",l.colorCyan0),color1ToolbarColor:n.extend("--ftds-page-designer-1-toolbar-color","for area color charts",l.colorCyan0),color2IconColor:n.extend("--ftds-page-designer-2-icon-color","for area color charts",l.colorBrand0),color2ToolbarColor:n.extend("--ftds-page-designer-2-toolbar-color","for area color charts",l.colorBrand0),color3IconColor:n.extend("--ftds-page-designer-3-icon-color","for area color charts",l.colorYellow200),color3ToolbarColor:n.extend("--ftds-page-designer-3-toolbar-color","for area color charts",l.colorYellow200),color4IconColor:n.extend("--ftds-page-designer-4-icon-color","for area color charts",l.colorUltramarine50),color4ToolbarColor:n.extend("--ftds-page-designer-4-toolbar-color","for area color charts",l.colorUltramarine50),color5IconColor:n.extend("--ftds-page-designer-5-icon-color","for area color charts",l.colorGreen0),color5ToolbarColor:n.extend("--ftds-page-designer-5-toolbar-color","for area color charts",l.colorGreen0),color6IconColor:n.extend("--ftds-page-designer-6-icon-color","for area color charts",l.colorOrange0),color6ToolbarColor:n.extend("--ftds-page-designer-6-toolbar-color","for area color charts",l.colorOrange0),color7IconColor:n.extend("--ftds-page-designer-7-icon-color","for area color charts",l.colorAvocado200),color7ToolbarColor:n.extend("--ftds-page-designer-7-toolbar-color","for area color charts",l.colorAvocado200),color8IconColor:n.extend("--ftds-page-designer-8-icon-color","for area color charts",l.colorBrown0),color8ToolbarColor:n.extend("--ftds-page-designer-8-toolbar-color","for area color charts",l.colorBrown0)};var J4={borderWidth:n.create("--ftds-notice-border-width","","SIZE","1px"),horizontalPadding:n.extend("--ftds-notice-horizontal-padding","",l.spacing3),verticalPadding:n.extend("--ftds-notice-vertical-padding","",l.spacing2),borderRadius:n.extend("--ftds-notice-border-radius","",l.borderRadiusS),gap:n.extend("--ftds-notice-gap","",l.spacing2),iconSize:n.extend("--ftds-notice-icon-size","",l.iconSize3),infoBackgroundColor:n.extend("--ftds-notice-info-background-color","",f.backgroundInfoSubtle),infoBorderColor:n.extend("--ftds-notice-info-border-color","",f.borderInfoSubtle),infoColor:n.extend("--ftds-notice-info-color","",f.contentInfoPrimary),infoIconColor:n.extend("--ftds-notice-info-icon-color","",f.contentInfoIconOnly),warningBackgroundColor:n.extend("--ftds-notice-warning-background-color","",f.backgroundWarningSubtle),warningBorderColor:n.extend("--ftds-notice-warning-border-color","",f.borderWarningSubtle),warningColor:n.extend("--ftds-notice-warning-color","",f.contentWarningPrimary),warningIconColor:n.extend("--ftds-notice-warning-icon-color","",f.contentWarningIconOnly),errorBackgroundColor:n.extend("--ftds-notice-error-background-color","",f.backgroundErrorSubtle),errorBorderColor:n.extend("--ftds-notice-error-border-color","",f.borderErrorSubtle),errorColor:n.extend("--ftds-notice-error-color","",f.contentErrorPrimary),errorIconColor:n.extend("--ftds-notice-error-icon-color","",f.contentErrorIconOnly),successBackgroundColor:n.extend("--ftds-notice-success-background-color","",f.backgroundSuccessSubtle),successBorderColor:n.extend("--ftds-notice-success-border-color","",f.borderSuccessSubtle),successColor:n.extend("--ftds-notice-success-color","",f.contentSuccessPrimary),successIconColor:n.extend("--ftds-notice-success-icon-color","",f.contentSuccessIconOnly),denseHorizontalPadding:n.create("--ftds-notice-dense-horizontal-padding","","SIZE","0px"),denseVerticalPadding:n.create("--ftds-notice-dense-vertical-padding","","SIZE","0px"),denseGap:n.extend("--ftds-notice-dense-gap","",l.spacing1),denseIconSize:n.extend("--ftds-notice-dense-icon-size","",l.iconSize2),denseBorderWidth:n.create("--ftds-notice-dense-border-width","","SIZE","0")};var Q4={offHoverStateLayerOpacity:n.extend("--ftds-toggle-off-hover-state-layer-opacity","",l.opacity16),offFocusStateLayerOpacity:n.extend("--ftds-toggle-off-focus-state-layer-opacity","",l.opacity16),offActiveStateLayerOpacity:n.extend("--ftds-toggle-off-active-state-layer-opacity","",l.opacity24),offDisabledComponentOpacity:n.extend("--ftds-toggle-off-disabled-component-opacity","",l.opacity40),offBackgroundColor:n.extend("--ftds-toggle-off-background-color","",f.contentGlobalSubtle),offIconColor:n.extend("--ftds-toggle-off-icon-color","",f.contentGlobalSubtle),offStateLayerColor:n.extend("--ftds-toggle-off-state-layer-color","",f.contentGlobalSubtle),onHoverStateLayerOpacity:n.extend("--ftds-toggle-on-hover-state-layer-opacity","",l.opacity16),onFocusStateLayerOpacity:n.extend("--ftds-toggle-on-focus-state-layer-opacity","",l.opacity16),onActiveStateLayerOpacity:n.extend("--ftds-toggle-on-active-state-layer-opacity","",l.opacity24),onDisabledComponentOpacity:n.extend("--ftds-toggle-on-disabled-component-opacity","",l.opacity40),onBackgroundColor:n.extend("--ftds-toggle-on-background-color","",f.contentActionPrimary),onStateLayerColor:n.extend("--ftds-toggle-on-state-layer-color","",f.contentActionPrimary),onIconColor:n.extend("--ftds-toggle-on-icon-color","",f.contentActionPrimary),color:n.extend("--ftds-toggle-color","",f.contentGlobalPrimary),focusFocusRingColor:n.extend("--ftds-toggle-focus-focus-ring-color","",f.borderActionFocusRing),gap:n.extend("--ftds-toggle-gap","",l.spacing3)};var eu={iconSize:n.extend("--ftds-notification-icon-size","",l.iconSize4),leftPadding:n.extend("--ftds-notification-left-padding","",l.spacing5),rightPadding:n.extend("--ftds-notification-right-padding","",l.spacing4),verticalPadding:n.extend("--ftds-notification-vertical-padding","",l.spacing3),infoBackgroundColor:n.extend("--ftds-notification-info-background-color","",f.backgroundInfoSubtle),infoColor:n.extend("--ftds-notification-info-color","",f.contentInfoPrimary),infoIconColor:n.extend("--ftds-notification-info-icon-color","",f.contentInfoIconOnly),infoBorderColor:n.extend("--ftds-notification-info-border-color","",f.borderInfoSubtle),successBackgroundColor:n.extend("--ftds-notification-success-background-color","",f.backgroundSuccessSubtle),successColor:n.extend("--ftds-notification-success-color","",f.contentSuccessPrimary),successIconColor:n.extend("--ftds-notification-success-icon-color","",f.contentSuccessIconOnly),successBorderColor:n.extend("--ftds-notification-success-border-color","",f.borderSuccessSubtle),warningBackgroundColor:n.extend("--ftds-notification-warning-background-color","",f.backgroundWarningSubtle),warningColor:n.extend("--ftds-notification-warning-color","",f.contentWarningPrimary),warningIconColor:n.extend("--ftds-notification-warning-icon-color","",f.contentWarningIconOnly),warningBorderColor:n.extend("--ftds-notification-warning-border-color","",f.borderWarningSubtle),errorBackgroundColor:n.extend("--ftds-notification-error-background-color","",f.backgroundErrorSubtle),errorColor:n.extend("--ftds-notification-error-color","",f.contentErrorPrimary),errorIconColor:n.extend("--ftds-notification-error-icon-color","",f.contentErrorIconOnly),errorBorderColor:n.extend("--ftds-notification-error-border-color","",f.borderErrorSubtle),borderRadius:n.extend("--ftds-notification-border-radius","",l.borderRadiusPill),borderWidth:n.create("--ftds-notification-border-width","","SIZE","1px"),leadingGap:n.extend("--ftds-notification-leading-gap","",l.spacing2),trailingGap:n.extend("--ftds-notification-trailing-gap","",l.spacing8)};var tu={horizontalPadding:n.extend("--ftds-tooltip-horizontal-padding","",l.spacing2),verticalPadding:n.extend("--ftds-tooltip-vertical-padding","",l.spacing2),borderRadius:n.extend("--ftds-tooltip-border-radius","",l.borderRadiusS),color:n.extend("--ftds-tooltip-color","",f.contentGlobalOnColor),backgroundColor:n.extend("--ftds-tooltip-background-color","",f.contentGlobalPrimary),backgroundOpacity:n.extend("--ftds-tooltip-background-opacity","",l.opacity80),shadow:n.extend("--ftds-tooltip-shadow","",l.shadowElevation02),maxWidth:n.create("--ftds-tooltip-max-width","","SIZE","256px"),gap:n.extend("--ftds-tooltip-gap","",l.spacing05)};var ru={menuHorizontalPadding:n.extend("--ftds-date-range-picker-menu-horizontal-padding","",l.spacing4),menuVerticalPadding:n.extend("--ftds-date-range-picker-menu-vertical-padding","",l.spacing4),menuVerticalGap:n.extend("--ftds-date-range-picker-menu-vertical-gap","",l.spacing4),menuButtonsVerticalGap:n.extend("--ftds-date-range-picker-menu-buttons-vertical-gap","",l.spacing2)};var nt;(function(t){t.brand="brand",t.neutral="neutral",t.info="info",t.success="success",t.warning="warning",t.error="error"})(nt||(nt={}));var at;(function(t){t.large="large",t.medium="medium",t.small="small"})(at||(at={}));function Va(t){return`ftds--family-${t}`}function Ka(t){return`ftds--size-${t}`}var ae={colorPrimary:n.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:n.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:n.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:n.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:n.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:n.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorInfo:n.create("--ft-color-info","","COLOR","#0F6BC5"),colorWarning:n.create("--ft-color-warning","","COLOR","#B74706"),colorError:n.create("--ft-color-error","","COLOR","#B00020"),colorSuccess:n.create("--ft-color-success","","COLOR","#187856"),colorOutline:n.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:n.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:n.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:n.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:n.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:n.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:n.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:n.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:n.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:n.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:n.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:n.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:n.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:n.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:n.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:n.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:n.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:n.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:n.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:n.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:n.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:n.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:n.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:n.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:n.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:n.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:n.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:n.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:n.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:n.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:n.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:n.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:n.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:n.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:n.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:n.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:n.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:n.create("--ft-elevation-00","","SHADOW","0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0)"),elevation01:n.create("--ft-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation02:n.create("--ft-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation03:n.create("--ft-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0, 0, 0, 0.06), 0px 3px 7px 0px rgba(0, 0, 0, 0.14), 0px 1px 2px 0px rgba(0, 0, 0, 0.06)"),elevation04:n.create("--ft-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0, 0, 0, 0.06), 0px 4px 9px 0px rgba(0, 0, 0, 0.14), 0px 2px 3px 0px rgba(0, 0, 0, 0.06)"),elevation06:n.create("--ft-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0, 0, 0, 0.06), 0px 6px 13px 0px rgba(0, 0, 0, 0.14), 0px 4px 5px 0px rgba(0, 0, 0, 0.06)"),elevation08:n.create("--ft-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0, 0, 0, 0.06), 0px 8px 17px 0px rgba(0, 0, 0, 0.14), 0px 6px 7px 0px rgba(0, 0, 0, 0.06)"),elevation12:n.create("--ft-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0, 0, 0, 0.06), 0px 12px 23px 0px rgba(0, 0, 0, 0.14), 0px 10px 11px 0px rgba(0, 0, 0, 0.06)"),elevation16:n.create("--ft-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0, 0, 0, 0.06), 0px 16px 29px 0px rgba(0, 0, 0, 0.14), 0px 14px 15px 0px rgba(0, 0, 0, 0.06)"),elevation24:n.create("--ft-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0, 0, 0, 0.06), 0px 24px 41px 0px rgba(0, 0, 0, 0.14), 0px 22px 23px 0px rgba(0, 0, 0, 0.06)"),borderRadiusS:n.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:n.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:n.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXL:n.create("--ft-border-radius-xl","","SIZE","16px"),titleFont:n.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:n.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:n.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:n.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};var Ya={};V(Ya,{DynamicImporter:()=>nn,dynamicImporter:()=>ou});var nn=class{async import(e){if(e)return import(e)}},ou=new nn;var li={};V(li,{computeOffsetAutoPosition:()=>Ru,computeOffsetPosition:()=>ci});var jc=["top","right","bottom","left"],Wc=["start","end"],Ja=jc.reduce((t,e)=>t.concat(e,e+"-"+Wc[0],e+"-"+Wc[1]),[]),Dt=Math.min,Ye=Math.max,lo=Math.round;var Xe=t=>({x:t,y:t}),nu={left:"right",right:"left",bottom:"top",top:"bottom"};function Vc(t,e,r){return Ye(t,Dt(e,r))}function ur(t,e){return typeof t=="function"?t(e):t}function Ut(t){return t.split("-")[0]}function Je(t){return t.split("-")[1]}function Qa(t){return t==="x"?"y":"x"}function ei(t){return t==="y"?"height":"width"}function fr(t){let e=t[0];return e==="t"||e==="b"?"y":"x"}function ti(t){return Qa(fr(t))}function Kc(t,e,r){r===void 0&&(r=!1);let o=Je(t),a=ti(t),i=ei(a),s=a==="x"?o===(r?"end":"start")?"right":"left":o==="start"?"bottom":"top";return e.reference[i]>e.floating[i]&&(s=Xa(s)),[s,Xa(s)]}function qc(t){return t.includes("start")?t.replace("start","end"):t.replace("end","start")}function Xa(t){let e=Ut(t);return nu[e]+t.slice(e.length)}function au(t){var e,r,o,a;return{top:(e=t.top)!=null?e:0,right:(r=t.right)!=null?r:0,bottom:(o=t.bottom)!=null?o:0,left:(a=t.left)!=null?a:0}}function Zc(t){return typeof t!="number"?au(t):{top:t,right:t,bottom:t,left:t}}function Ft(t){let{x:e,y:r,width:o,height:a}=t;return{width:o,height:a,top:r,left:e,right:e+o,bottom:r+a,x:e,y:r}}function Yc(t,e,r){let{reference:o,floating:a}=t,i=fr(e),s=ti(e),c=ei(s),d=Ut(e),u=i==="y",m=o.x+o.width/2-a.width/2,h=o.y+o.height/2-a.height/2,y=o[c]/2-a[c]/2,b;switch(d){case"top":b={x:m,y:o.y-a.height};break;case"bottom":b={x:m,y:o.y+o.height};break;case"right":b={x:o.x+o.width,y:h};break;case"left":b={x:o.x-a.width,y:h};break;default:b={x:o.x,y:o.y}}let x=Je(e);return x&&(b[s]+=y*(x==="end"?1:-1)*(r&&u?-1:1)),b}async function Xc(t,e){var r;e===void 0&&(e={});let{x:o,y:a,platform:i,rects:s,elements:c,strategy:d}=t,{boundary:u="clippingAncestors",rootBoundary:m="viewport",elementContext:h="floating",altBoundary:y=!1,padding:b=0}=ur(e,t),x=Zc(b),A=c[y?h==="floating"?"reference":"floating":h],w=Ft(await i.getClippingRect({element:(r=await(i.isElement==null?void 0:i.isElement(A)))==null||r?A:A.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(c.floating)),boundary:u,rootBoundary:m,strategy:d})),N=h==="floating"?{x:o,y:a,width:s.floating.width,height:s.floating.height}:s.reference,E=await(i.getOffsetParent==null?void 0:i.getOffsetParent(c.floating)),C=await(i.isElement==null?void 0:i.isElement(E))&&await(i.getScale==null?void 0:i.getScale(E))||{x:1,y:1},O=Ft(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:c,rect:N,offsetParent:E,strategy:d}):N);return{top:(w.top-O.top+x.top)/C.y,bottom:(O.bottom-w.bottom+x.bottom)/C.y,left:(w.left-O.left+x.left)/C.x,right:(O.right-w.right+x.right)/C.x}}var iu=50,Jc=async(t,e,r)=>{let{placement:o="bottom",strategy:a="absolute",middleware:i=[],platform:s}=r,c=s.detectOverflow?s:{...s,detectOverflow:Xc},d=await(s.isRTL==null?void 0:s.isRTL(e)),u=await s.getElementRects({reference:t,floating:e,strategy:a}),{x:m,y:h}=Yc(u,o,d),y=o,b=0,x={};for(let S=0;S<i.length;S++){let A=i[S];if(!A)continue;let{name:w,fn:N}=A,{x:E,y:C,data:O,reset:k}=await N({x:m,y:h,initialPlacement:o,placement:y,strategy:a,middlewareData:x,rects:u,platform:c,elements:{reference:t,floating:e}});m=E??m,h=C??h,x[w]={...x[w],...O},k&&b<iu&&(b++,typeof k=="object"&&(k.placement&&(y=k.placement),k.rects&&(u=k.rects===!0?await s.getElementRects({reference:t,floating:e,strategy:a}):k.rects),{x:m,y:h}=Yc(u,y,d)),S=-1)}return{x:m,y:h,placement:y,strategy:a,middlewareData:x}};function su(t,e,r){return(t?[...r.filter(a=>Je(a)===t),...r.filter(a=>Je(a)!==t)]:r.filter(a=>Ut(a)===a)).filter(a=>t?Je(a)===t||(e?qc(a)!==a:!1):!0)}var Qc=function(t){return t===void 0&&(t={}),{name:"autoPlacement",options:t,async fn(e){var r,o,a;let{rects:i,middlewareData:s,placement:c,platform:d,elements:u}=e,{crossAxis:m=!1,alignment:h,allowedPlacements:y=Ja,autoAlignment:b=!0,...x}=ur(t,e),S=h!==void 0||y===Ja?su(h||null,b,y):y,A=((r=s.autoPlacement)==null?void 0:r.index)||0,w=S[A];if(w==null)return{};if(c!==w)return{reset:{placement:S[0]}};let N=await d.detectOverflow(e,x),E=Kc(w,i,await(d.isRTL==null?void 0:d.isRTL(u.floating))),C=[N[Ut(w)],N[E[0]],N[E[1]]],O=[...((o=s.autoPlacement)==null?void 0:o.overflows)||[],{placement:w,overflows:C}],k=S[A+1];if(k)return{data:{index:A+1,overflows:O},reset:{placement:k}};let j=O.map(I=>{let $=Je(I.placement);return[I.placement,$&&m?I.overflows.slice(0,2).reduce((K,ge)=>K+ge,0):I.overflows[0],I.overflows]}).sort((I,$)=>I[1]-$[1]),H=((a=j.filter(I=>I[2].slice(0,Je(I[0])?2:3).every($=>$<=0))[0])==null?void 0:a[0])||j[0][0];return H!==c?{data:{index:A+1,overflows:O},reset:{placement:H}}:{}}}};var cu=new Set(["left","top"]);async function lu(t,e){let{placement:r,platform:o,elements:a}=t,i=await(o.isRTL==null?void 0:o.isRTL(a.floating)),s=Ut(r),c=Je(r),d=fr(r)==="y",u=cu.has(s)?-1:1,m=i&&d?-1:1,h=ur(e,t),{mainAxis:y,crossAxis:b,alignmentAxis:x}=typeof h=="number"?{mainAxis:h,crossAxis:0,alignmentAxis:null}:{mainAxis:h.mainAxis||0,crossAxis:h.crossAxis||0,alignmentAxis:h.alignmentAxis};return c&&typeof x=="number"&&(b=c==="end"?x*-1:x),d?{x:b*m,y:y*u}:{x:y*u,y:b*m}}var el=function(t){return t===void 0&&(t=0),{name:"offset",options:t,async fn(e){var r,o;let{x:a,y:i,placement:s,middlewareData:c}=e,d=await lu(e,t);return s===((r=c.offset)==null?void 0:r.placement)&&(o=c.arrow)!=null&&o.alignmentOffset?{}:{x:a+d.x,y:i+d.y,data:{...d,placement:s}}}}},tl=function(t){return t===void 0&&(t={}),{name:"shift",options:t,async fn(e){let{x:r,y:o,placement:a,platform:i}=e,{mainAxis:s=!0,crossAxis:c=!1,limiter:d={fn:N=>{let{x:E,y:C}=N;return{x:E,y:C}}},...u}=ur(t,e),m={x:r,y:o},h=await i.detectOverflow(e,u),y=fr(a),b=Qa(y),x=m[b],S=m[y],A=(N,E)=>Vc(E+h[N==="y"?"top":"left"],E,E-h[N==="y"?"bottom":"right"]);s&&(x=A(b,x)),c&&(S=A(y,S));let w=d.fn({...e,[b]:x,[y]:S});return{...w,data:{x:w.x-r,y:w.y-o,enabled:{[b]:s,[y]:c}}}}}};var rl=function(t){return t===void 0&&(t={}),{name:"size",options:t,async fn(e){let{placement:r,rects:o,platform:a,elements:i}=e,{apply:s=()=>{},...c}=ur(t,e),d=await a.detectOverflow(e,c),u=Ut(r),m=Je(r),h=fr(r)==="y",{width:y,height:b}=o.floating,x,S;u==="top"||u==="bottom"?(x=u,S=m===(await(a.isRTL==null?void 0:a.isRTL(i.floating))?"start":"end")?"left":"right"):(S=u,x=m==="end"?"top":"bottom");let A=b-d.top-d.bottom,w=y-d.left-d.right,N=Dt(b-d[x],A),E=Dt(y-d[S],w),C=e.middlewareData.shift,O=!C,k=N,j=E;C!=null&&C.enabled.x&&(j=w),C!=null&&C.enabled.y&&(k=A),O&&!m&&(h?j=y-2*Ye(d.left,d.right):k=b-2*Ye(d.top,d.bottom)),await s({...e,availableWidth:j,availableHeight:k});let B=await a.getDimensions(i.floating);return y!==B.width||b!==B.height?{reset:{rects:!0}}:{}}}};function sn(){return typeof window<"u"}function Bt(t){return nl(t)?(t.nodeName||"").toLowerCase():"#document"}function Ce(t){var e;return(t==null||(e=t.ownerDocument)==null?void 0:e.defaultView)||window}function it(t){var e;return(e=(nl(t)?t.ownerDocument:t.document)||window.document)==null?void 0:e.documentElement}function nl(t){return sn()?t instanceof Node||t instanceof Ce(t).Node:!1}function Fe(t){return sn()?t instanceof Element||t instanceof Ce(t).Element:!1}function st(t){return sn()?t instanceof HTMLElement||t instanceof Ce(t).HTMLElement:!1}function ol(t){return!sn()||typeof ShadowRoot>"u"?!1:t instanceof ShadowRoot||t instanceof Ce(t).ShadowRoot}function uo(t){let{overflow:e,overflowX:r,overflowY:o,display:a}=$e(t);return/auto|scroll|overlay|hidden|clip/.test(e+o+r)&&a!=="inline"&&a!=="contents"}function al(t){return/^(table|td|th)$/.test(Bt(t))}function fo(t){try{if(t.matches(":popover-open"))return!0}catch{}try{return t.matches(":modal")}catch{return!1}}var du=/transform|translate|scale|rotate|perspective|filter/,uu=/paint|layout|strict|content/,$t=t=>!!t&&t!=="none",ri;function pr(t){let e=Fe(t)?$e(t):t;return $t(e.transform)||$t(e.translate)||$t(e.scale)||$t(e.rotate)||$t(e.perspective)||!cn()&&($t(e.backdropFilter)||$t(e.filter))||du.test(e.willChange||"")||uu.test(e.contain||"")}function il(t){let e=yt(t);for(;st(e)&&!hr(e);){if(pr(e))return e;if(fo(e))return null;e=yt(e)}return null}function cn(){return ri==null&&(ri=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),ri}function hr(t){return/^(html|body|#document)$/.test(Bt(t))}function $e(t){return Ce(t).getComputedStyle(t)}function po(t){return Fe(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.scrollX,scrollTop:t.scrollY}}function yt(t){if(Bt(t)==="html")return t;let e=t.assignedSlot||t.parentNode||ol(t)&&t.host||it(t);return ol(e)?e.host:e}function sl(t){let e=yt(t);return hr(e)?(t.ownerDocument||t).body:st(e)&&uo(e)?e:sl(e)}function an(t,e,r){var o;e===void 0&&(e=[]),r===void 0&&(r=!0);let a=sl(t),i=a===((o=t.ownerDocument)==null?void 0:o.body),s=Ce(a);if(i){let c=ln(s);return e.concat(s,s.visualViewport||[],uo(a)?a:[],c&&r?an(c):[])}else return e.concat(a,an(a,[],r))}function ln(t){return t.parent&&Object.getPrototypeOf(t.parent)?t.frameElement:null}function dl(t){let e=$e(t),r=parseFloat(e.width)||0,o=parseFloat(e.height)||0,a=st(t),i=a?t.offsetWidth:r,s=a?t.offsetHeight:o,c=lo(r)!==i||lo(o)!==s;return c&&(r=i,o=s),{width:r,height:o,$:c}}function ul(t){return Fe(t)?t:t.contextElement}function mr(t){let e=ul(t);if(!st(e))return Xe(1);let r=e.getBoundingClientRect(),{width:o,height:a,$:i}=dl(e),s=(i?lo(r.width):r.width)/o,c=(i?lo(r.height):r.height)/a;return(!s||!Number.isFinite(s))&&(s=1),(!c||!Number.isFinite(c))&&(c=1),{x:s,y:c}}var fu=Xe(0);function fl(t){let e=Ce(t);return!cn()||!e.visualViewport?fu:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function pu(t,e,r){return e===void 0&&(e=!1),!!r&&e&&r===Ce(t)}function ho(t,e,r,o){e===void 0&&(e=!1),r===void 0&&(r=!1);let a=t.getBoundingClientRect(),i=ul(t),s=Xe(1);e&&(o?Fe(o)&&(s=mr(o)):s=mr(t));let c=pu(i,r,o)?fl(i):Xe(0),d=(a.left+c.x)/s.x,u=(a.top+c.y)/s.y,m=a.width/s.x,h=a.height/s.y;if(i&&o){let y=Ce(i),b=Fe(o)?Ce(o):o,x=y,S=ln(x);for(;S&&b!==x;){let A=mr(S),w=S.getBoundingClientRect(),N=$e(S),E=w.left+(S.clientLeft+parseFloat(N.paddingLeft))*A.x,C=w.top+(S.clientTop+parseFloat(N.paddingTop))*A.y;d*=A.x,u*=A.y,m*=A.x,h*=A.y,d+=E,u+=C,x=Ce(S),S=ln(x)}}return Ft({width:m,height:h,x:d,y:u})}function dn(t,e){let r=po(t).scrollLeft;return e?e.left+r:ho(it(t)).left+r}function pl(t,e){let r=t.getBoundingClientRect(),o=r.left+e.scrollLeft-dn(t,r),a=r.top+e.scrollTop;return{x:o,y:a}}function hu(t){let{elements:e,rect:r,offsetParent:o,strategy:a}=t,i=a==="fixed",s=it(o),c=e?fo(e.floating):!1;if(o===s||c&&i)return r;let d={scrollLeft:0,scrollTop:0},u=Xe(1),m=Xe(0),h=st(o);if((h||!i)&&((Bt(o)!=="body"||uo(s))&&(d=po(o)),h)){let b=ho(o);u=mr(o),m.x=b.x+o.clientLeft,m.y=b.y+o.clientTop}let y=s&&!h&&!i?pl(s,d):Xe(0);return{width:r.width*u.x,height:r.height*u.y,x:r.x*u.x-d.scrollLeft*u.x+m.x+y.x,y:r.y*u.y-d.scrollTop*u.y+m.y+y.y}}function mu(t){return t.getClientRects?Array.from(t.getClientRects()):[]}function gu(t){let e=po(t),r=t.ownerDocument.body,o=Ye(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),a=Ye(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight),i=-e.scrollLeft+dn(t),s=-e.scrollTop;return $e(r).direction==="rtl"&&(i+=Ye(t.clientWidth,r.clientWidth)-o),{width:o,height:a,x:i,y:s}}var yu=25;function bu(t,e,r){r===void 0&&(r="viewport");let o=r==="layoutViewport",a=Ce(t),i=it(t),s=a.visualViewport,c=i.clientWidth,d=i.clientHeight,u=0,m=0;if(s){let y=!cn()||e==="fixed";o?y||(u=-s.offsetLeft,m=-s.offsetTop):(c=s.width,d=s.height,y&&(u=s.offsetLeft,m=s.offsetTop))}if(dn(i)<=0){let y=i.ownerDocument,b=y.body,x=getComputedStyle(b),S=y.compatMode==="CSS1Compat"&&parseFloat(x.marginLeft)+parseFloat(x.marginRight)||0,A=Math.abs(i.clientWidth-b.clientWidth-S),w=getComputedStyle(i).scrollbarGutter==="stable both-edges"?A/2:A;w<=yu&&(c-=w)}return{width:c,height:d,x:u,y:m}}function vu(t,e){let r=ho(t,!0,e==="fixed"),o=r.top+t.clientTop,a=r.left+t.clientLeft,i=mr(t),s=t.clientWidth*i.x,c=t.clientHeight*i.y,d=a*i.x,u=o*i.y;return{width:s,height:c,x:d,y:u}}function cl(t,e,r){let o;if(e==="viewport"||e==="layoutViewport")o=bu(t,r,e);else if(e==="document")o=gu(it(t));else if(Fe(e))o=vu(e,r);else{let a=fl(t);o={x:e.x-a.x,y:e.y-a.y,width:e.width,height:e.height}}return Ft(o)}function xu(t,e){let r=e.get(t);if(r)return r;let o=an(t,[],!1).filter(c=>Fe(c)&&Bt(c)!=="body"),a=null,i=$e(t).position==="fixed",s=i?yt(t):t;for(;Fe(s)&&!hr(s);){let c=$e(s),d=pr(s),u=a?a.position:i?"fixed":"";!d&&(u==="fixed"||u==="absolute"&&c.position==="static")?o=o.filter(h=>h!==s):a=c,s=yt(s)}return e.set(t,o),o}function Su(t){let{element:e,boundary:r,rootBoundary:o,strategy:a}=t,s=[...r==="clippingAncestors"?fo(e)?[]:xu(e,this._c):[].concat(r),o],c=cl(e,s[0],a),d=c.top,u=c.right,m=c.bottom,h=c.left;for(let y=1;y<s.length;y++){let b=cl(e,s[y],a);d=Ye(b.top,d),u=Dt(b.right,u),m=Dt(b.bottom,m),h=Ye(b.left,h)}return{width:u-h,height:m-d,x:h,y:d}}function Cu(t){let{width:e,height:r}=dl(t);return{width:e,height:r}}function Eu(t,e,r){let o=st(e),a=it(e),i=r==="fixed",s=ho(t,!0,i,e),c={scrollLeft:0,scrollTop:0},d=Xe(0);if((o||!i)&&((Bt(e)!=="body"||uo(a))&&(c=po(e)),o)){let y=ho(e,!0,i,e);d.x=y.x+e.clientLeft,d.y=y.y+e.clientTop}!o&&a&&(d.x=dn(a));let u=a&&!o&&!i?pl(a,c):Xe(0),m=s.left+c.scrollLeft-d.x-u.x,h=s.top+c.scrollTop-d.y-u.y;return{x:m,y:h,width:s.width,height:s.height}}function oi(t){return $e(t).position==="static"}function ll(t,e){if(!st(t)||$e(t).position==="fixed")return null;if(e)return e(t);let r=t.offsetParent;return it(t)===r&&(r=r.ownerDocument.body),r}function hl(t,e){let r=Ce(t);if(fo(t))return r;if(!st(t)){let a=yt(t);for(;a&&!hr(a);){if(Fe(a)&&!oi(a))return a;a=yt(a)}return r}let o=ll(t,e);for(;o&&al(o)&&oi(o);)o=ll(o,e);return o&&hr(o)&&oi(o)&&!pr(o)?r:o||il(t)||r}var Au=async function(t){let e=this.getOffsetParent||hl,r=this.getDimensions,o=await r(t.floating);return{reference:Eu(t.reference,await e(t.floating),t.strategy),floating:{x:0,y:0,width:o.width,height:o.height}}};function Lu(t){return $e(t).direction==="rtl"}var gr={convertOffsetParentRelativeRectToViewportRelativeRect:hu,getDocumentElement:it,getClippingRect:Su,getOffsetParent:hl,getElementRects:Au,getClientRects:mu,getDimensions:Cu,getScale:mr,isElement:Fe,isRTL:Lu};var ml=el,ni=Qc,gl=tl;var yl=rl;var ai=(t,e,r)=>{let o=new Map,a=r??{},i={...gr,...a.platform,_c:o};return Jc(t,e,{...a,platform:i})};function si(t){return Ou(t)}function ii(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}function Ou(t){for(let e=t;e;e=ii(e))if(e instanceof Element&&getComputedStyle(e).display==="none")return null;for(let e=ii(t);e;e=ii(e)){if(!(e instanceof Element))continue;let r=getComputedStyle(e);if(r.display!=="contents"&&(r.position!=="static"||pr(r)||e.tagName==="BODY"))return e}return null}async function ci(t,e,r){let o;return typeof r=="object"?o=r:o={placement:r},ai(t,e,{strategy:o.strategy,platform:{...gr,getOffsetParent:a=>gr.getOffsetParent(a,si)},middleware:[gl({crossAxis:!0}),ni({allowedPlacements:[o.placement]})]})}async function Ru(t,e,r,o,a,i,s){let c,d;return typeof r=="object"?(c=r.placement,o=r.allowedPlacements,a=r.strategy,i=r.maxHeightCssVariable,d=r.maxWidthCssVariable,s=r.offsetValue):c=r,ai(t,e,{placement:c,strategy:a,platform:{...gr,getOffsetParent:u=>gr.getOffsetParent(u,si)},middleware:[ml(s??4),ni({allowedPlacements:o}),yl({apply({availableHeight:u,availableWidth:m,elements:h}){typeof i=="string"&&(i=`var(${i})`),i?h.floating.style.maxHeight=`min(${Math.max(0,u)}px, ${i})`:h.floating.style.maxHeight=`${Math.max(0,u)}px`,typeof d=="string"&&(d=`var(${d})`),d?h.floating.style.maxWidth=`min(${Math.max(0,m)}px, ${d})`:h.floating.style.maxWidth=`${Math.max(0,m)}px`}})]})}var di={};V(di,{isSlotEmptyOrWithoutContent:()=>wu});var wu=t=>t?t.assignedNodes({flatten:!0}).filter(o=>{var a;return o.nodeType===Node.TEXT_NODE?((a=o.textContent)!==null&&a!==void 0?a:"").trim().length>0:!0}).length===0:!0;var gi={};V(gi,{FtdsBase:()=>mi,toFtdsBase:()=>un});var hi={};V(hi,{ExportpartsUpdatedEvent:()=>Ht,FtLitElement:()=>Z});var ui={};V(ui,{ScopedRegistryLitElement:()=>mo});var mo=class extends Ke{get scopedRegistryConstructor(){return this.constructor}createRenderRoot(){let e=this.scopedRegistryConstructor;e.elementDefinitions&&!e.registry&&(e.registry=new CustomElementRegistry,e.defineScopedElements(e.elementDefinitions));let r={...e.shadowRootOptions,customElements:e.registry},o=this.renderOptions.creationScope=this.attachShadow(r);return Jr(o,e.elementStyles),o}static canDefineScopedElement(e){return!!this.registry&&!this.registry.get(e)}static defineScopedElements(e){Object.entries(e).forEach(([r,o])=>this.defineScopedElement(r,o))}static defineScopedElement(e,r){ao(e)(r),this.canDefineScopedElement(e)&&this.registry.define(e,r)}canDefineScopedElement(e){return this.scopedRegistryConstructor.canDefineScopedElement(e)}defineScopedElements(e){this.scopedRegistryConstructor.defineScopedElements(e)}defineScopedElement(e,r){this.scopedRegistryConstructor.defineScopedElement(e,r)}};var pi={};V(pi,{shadowQuerySelector:()=>fi,shadowQuerySelectorAll:()=>_u});function fi(t,e,...r){var o;let a=t.querySelector(e);for(let i of r)a=(o=a?.shadowRoot)===null||o===void 0?void 0:o.querySelector(i);return a}function _u(t,e,...r){let o=[...t.querySelectorAll(e)];for(let a of r)o=o.flatMap(i=>{var s,c;return[...(c=(s=i.shadowRoot)===null||s===void 0?void 0:s.querySelectorAll(a))!==null&&c!==void 0?c:[]]});return o}var yr=function(t,e,r,o){var a=arguments.length,i=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},Sl,bl=Symbol("constructorPrototype"),vl=Symbol("constructorName"),Cl=Symbol("exportpartsDebouncer"),xl=Symbol("dynamicDependenciesLoaded"),Ht=class t extends CustomEvent{constructor(){super(t.eventName,{bubbles:!0})}};Ht.eventName="exportparts-updated";var Z=class extends mo{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[Sl]=new Se(5),this.scheduleExportpartsUpdate=()=>{var e,r,o;(!((e=this.exportpartsPrefix)===null||e===void 0)&&e.trim()||(o=(r=this.exportpartsPrefixes)===null||r===void 0?void 0:r.length)!==null&&o!==void 0&&o)&&this[Cl].run(()=>{var a,i;!((a=this.exportpartsPrefix)===null||a===void 0)&&a.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((i=this.exportpartsPrefixes)===null||i===void 0?void 0:i.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})},this[vl]=this.constructor.name,this[bl]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[vl]&&Object.setPrototypeOf(this,this[bl])}connectedCallback(){var e;super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(o){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",o)}let r=this.constructor;r[xl]||(r[xl]=!0,this.importDynamicDependencies()),(e=this.shadowRoot)===null||e===void 0||e.addEventListener(Ht.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var e;super.disconnectedCallback(),(e=this.shadowRoot)===null||e===void 0||e.removeEventListener(Ht.eventName,this.scheduleExportpartsUpdate)}importDynamicDependencies(){}updated(e){super.updated(e),this.updateComplete.then(()=>{this.contentAvailableCallback(e),this.focusElementToFocus(e),this.applyCustomStylesheet(e),this.scheduleExportpartsUpdate(),e.has("exportparts")&&this.dispatchEvent(new Ht)})}contentAvailableCallback(e){}focusElementToFocus(e){if(e.has("elementToFocus")&&this.elementToFocus!=null){let{element:r,selector:o,shadowPath:a}=this.elementToFocus;if(o!=null){let i=[...a??[],o];r=fi(this.shadowRoot,...i)}r?.focus(),window.FluidTopicsA11yHints.isKeyboardNavigation||r?.blur(),this.elementToFocus=void 0}}applyCustomStylesheet(e){var r,o,a;if(((o=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&o!==void 0?o:[]).forEach(i=>i.remove()),this.useAdoptedStyleSheets){if(e.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((a=this.customStylesheet)!==null&&a!==void 0?a:"")}catch(i){console.error(i,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let i=document.createElement("style");i.classList.add("ft-lit-element--custom-stylesheet"),i.innerHTML=this.customStylesheet,this.shadowRoot.append(i)}}setExportpartsAttribute(e){var r,o,a,i,s,c;let d=y=>y!=null&&y.trim().length>0,u=e.filter(d).map(y=>y.trim());if(u.length===0){this.exportparts=void 0;return}let m=new Set;for(let y of(o=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll("[part],[exportparts]"))!==null&&o!==void 0?o:[]){let b=(i=(a=y.getAttribute("part"))===null||a===void 0?void 0:a.split(" "))!==null&&i!==void 0?i:[],x=(c=(s=y.getAttribute("exportparts"))===null||s===void 0?void 0:s.split(",").map(A=>A.split(":")[1]))!==null&&c!==void 0?c:[],S=[...b,...x].filter(d).map(A=>A.trim());for(let A of S)m.add(A)}if(m.size===0){this.exportparts=void 0;return}let h=[...m.values()].flatMap(y=>u.map(b=>`${y}:${b}--${y}`));this.exportparts=[...this.part,...h].join(", ")}};Sl=Cl;yr([L()],Z.prototype,"exportpartsPrefix",void 0);yr([be([])],Z.prototype,"exportpartsPrefixes",void 0);yr([L({reflect:!0})],Z.prototype,"exportparts",void 0);yr([L()],Z.prototype,"customStylesheet",void 0);yr([L()],Z.prototype,"elementToFocus",void 0);yr([X()],Z.prototype,"useAdoptedStyleSheets",void 0);var El=function(t,e,r,o){var a=arguments.length,i=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},un=fe(Symbol("toFtdsBase"),function(t){class e extends t{constructor(){super(...arguments),this.size=at.medium,this.family=nt.neutral}getDesignSystemBaseClasses(){return{[Va(this.family)]:!0,[Ka(this.size)]:!0}}}return El([L()],e.prototype,"size",void 0),El([L()],e.prototype,"family",void 0),e}),mi=class extends un(Z){};var Al={};var vi={};V(vi,{highlightHtml:()=>bi,highlightHtmlColorCssVariable:()=>Ll,highlightHtmlStyles:()=>Mu});var Gt=class t{constructor(e,r=!0,o=[],a=5e3){this.ctx=e,this.iframes=r,this.exclude=o,this.iframesTimeout=a}static matches(e,r){let o=typeof r=="string"?[r]:r,a=e.matches||e.matchesSelector||e.msMatchesSelector||e.mozMatchesSelector||e.oMatchesSelector||e.webkitMatchesSelector;if(a){let i=!1;return o.every(s=>a.call(e,s)?(i=!0,!1):!0),i}else return!1}getContexts(){let e,r=[];return typeof this.ctx>"u"||!this.ctx?e=[]:NodeList.prototype.isPrototypeOf(this.ctx)?e=Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?e=this.ctx:typeof this.ctx=="string"?e=Array.prototype.slice.call(document.querySelectorAll(this.ctx)):e=[this.ctx],e.forEach(o=>{let a=r.filter(i=>i.contains(o)).length>0;r.indexOf(o)===-1&&!a&&r.push(o)}),r}getIframeContents(e,r,o=()=>{}){let a;try{let i=e.contentWindow;if(a=i.document,!i||!a)throw new Error("iframe inaccessible")}catch{o()}a&&r(a)}isIframeBlank(e){let r="about:blank",o=e.getAttribute("src").trim();return e.contentWindow.location.href===r&&o!==r&&o}observeIframeLoad(e,r,o){let a=!1,i=null,s=()=>{if(!a){a=!0,clearTimeout(i);try{this.isIframeBlank(e)||(e.removeEventListener("load",s),this.getIframeContents(e,r,o))}catch{o()}}};e.addEventListener("load",s),i=setTimeout(s,this.iframesTimeout)}onIframeReady(e,r,o){try{e.contentWindow.document.readyState==="complete"?this.isIframeBlank(e)?this.observeIframeLoad(e,r,o):this.getIframeContents(e,r,o):this.observeIframeLoad(e,r,o)}catch{o()}}waitForIframes(e,r){let o=0;this.forEachIframe(e,()=>!0,a=>{o++,this.waitForIframes(a.querySelector("html"),()=>{--o||r()})},a=>{a||r()})}forEachIframe(e,r,o,a=()=>{}){let i=e.querySelectorAll("iframe"),s=i.length,c=0;i=Array.prototype.slice.call(i);let d=()=>{--s<=0&&a(c)};s||d(),i.forEach(u=>{t.matches(u,this.exclude)?d():this.onIframeReady(u,m=>{r(u)&&(c++,o(m)),d()},d)})}createIterator(e,r,o){return document.createNodeIterator(e,r,o,!1)}createInstanceOnIframe(e){return new t(e.querySelector("html"),this.iframes)}compareNodeIframe(e,r,o){let a=e.compareDocumentPosition(o),i=Node.DOCUMENT_POSITION_PRECEDING;if(a&i)if(r!==null){let s=r.compareDocumentPosition(o),c=Node.DOCUMENT_POSITION_FOLLOWING;if(s&c)return!0}else return!0;return!1}getIteratorNode(e){let r=e.previousNode(),o;return r===null?o=e.nextNode():o=e.nextNode()&&e.nextNode(),{prevNode:r,node:o}}checkIframeFilter(e,r,o,a){let i=!1,s=!1;return a.forEach((c,d)=>{c.val===o&&(i=d,s=c.handled)}),this.compareNodeIframe(e,r,o)?(i===!1&&!s?a.push({val:o,handled:!0}):i!==!1&&!s&&(a[i].handled=!0),!0):(i===!1&&a.push({val:o,handled:!1}),!1)}handleOpenIframes(e,r,o,a){e.forEach(i=>{i.handled||this.getIframeContents(i.val,s=>{this.createInstanceOnIframe(s).forEachNode(r,o,a)})})}iterateThroughNodes(e,r,o,a,i){let s=this.createIterator(r,e,a),c=[],d=[],u,m,h=()=>({prevNode:m,node:u}=this.getIteratorNode(s),u);for(;h();)this.iframes&&this.forEachIframe(r,y=>this.checkIframeFilter(u,m,y,c),y=>{this.createInstanceOnIframe(y).forEachNode(e,b=>d.push(b),a)}),d.push(u);d.forEach(y=>{o(y)}),this.iframes&&this.handleOpenIframes(c,e,o,a),i()}forEachNode(e,r,o,a=()=>{}){let i=this.getContexts(),s=i.length;s||a(),i.forEach(c=>{let d=()=>{this.iterateThroughNodes(e,c,r,o,()=>{--s<=0&&a()})};this.iframes?this.waitForIframes(c,d):d()})}};var go=class{constructor(e){this.ctx=e,this.ie=!1;let r=window.navigator.userAgent;(r.indexOf("MSIE")>-1||r.indexOf("Trident")>-1)&&(this.ie=!0)}set opt(e){this._opt=Object.assign({},{element:"",className:"",exclude:[],iframes:!1,iframesTimeout:5e3,separateWordSearch:!0,diacritics:!0,synonyms:{},accuracy:"partially",acrossElements:!1,caseSensitive:!1,ignoreJoiners:!1,ignoreGroups:0,ignorePunctuation:[],wildcards:"disabled",each:()=>{},noMatch:()=>{},filter:()=>!0,done:()=>{},debug:!1,log:window.console},e)}get opt(){return this._opt}get iterator(){return new Gt(this.ctx,this.opt.iframes,this.opt.exclude,this.opt.iframesTimeout)}log(e,r="debug"){let o=this.opt.log;this.opt.debug&&typeof o=="object"&&typeof o[r]=="function"&&o[r](`mark.js: ${e}`)}escapeStr(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}createRegExp(e){return this.opt.wildcards!=="disabled"&&(e=this.setupWildcardsRegExp(e)),e=this.escapeStr(e),Object.keys(this.opt.synonyms).length&&(e=this.createSynonymsRegExp(e)),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.setupIgnoreJoinersRegExp(e)),this.opt.diacritics&&(e=this.createDiacriticsRegExp(e)),e=this.createMergedBlanksRegExp(e),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.createJoinersRegExp(e)),this.opt.wildcards!=="disabled"&&(e=this.createWildcardsRegExp(e)),e=this.createAccuracyRegExp(e),e}createSynonymsRegExp(e){let r=this.opt.synonyms,o=this.opt.caseSensitive?"":"i",a=this.opt.ignoreJoiners||this.opt.ignorePunctuation.length?"\0":"";for(let i in r)if(r.hasOwnProperty(i)){let s=r[i],c=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(i):this.escapeStr(i),d=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(s):this.escapeStr(s);c!==""&&d!==""&&(e=e.replace(new RegExp(`(${this.escapeStr(c)}|${this.escapeStr(d)})`,`gm${o}`),a+`(${this.processSynomyms(c)}|${this.processSynomyms(d)})`+a))}return e}processSynomyms(e){return(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.setupIgnoreJoinersRegExp(e)),e}setupWildcardsRegExp(e){return e=e.replace(/(?:\\)*\?/g,r=>r.charAt(0)==="\\"?"?":""),e.replace(/(?:\\)*\*/g,r=>r.charAt(0)==="\\"?"*":"")}createWildcardsRegExp(e){let r=this.opt.wildcards==="withSpaces";return e.replace(/\u0001/g,r?"[\\S\\s]?":"\\S?").replace(/\u0002/g,r?"[\\S\\s]*?":"\\S*")}setupIgnoreJoinersRegExp(e){return e.replace(/[^(|)\\]/g,(r,o,a)=>{let i=a.charAt(o+1);return/[(|)\\]/.test(i)||i===""?r:r+"\0"})}createJoinersRegExp(e){let r=[],o=this.opt.ignorePunctuation;return Array.isArray(o)&&o.length&&r.push(this.escapeStr(o.join(""))),this.opt.ignoreJoiners&&r.push("\\u00ad\\u200b\\u200c\\u200d"),r.length?e.split(/\u0000+/).join(`[${r.join("")}]*`):e}createDiacriticsRegExp(e){let r=this.opt.caseSensitive?"":"i",o=this.opt.caseSensitive?["a\xE0\xE1\u1EA3\xE3\u1EA1\u0103\u1EB1\u1EAF\u1EB3\u1EB5\u1EB7\xE2\u1EA7\u1EA5\u1EA9\u1EAB\u1EAD\xE4\xE5\u0101\u0105","A\xC0\xC1\u1EA2\xC3\u1EA0\u0102\u1EB0\u1EAE\u1EB2\u1EB4\u1EB6\xC2\u1EA6\u1EA4\u1EA8\u1EAA\u1EAC\xC4\xC5\u0100\u0104","c\xE7\u0107\u010D","C\xC7\u0106\u010C","d\u0111\u010F","D\u0110\u010E","e\xE8\xE9\u1EBB\u1EBD\u1EB9\xEA\u1EC1\u1EBF\u1EC3\u1EC5\u1EC7\xEB\u011B\u0113\u0119","E\xC8\xC9\u1EBA\u1EBC\u1EB8\xCA\u1EC0\u1EBE\u1EC2\u1EC4\u1EC6\xCB\u011A\u0112\u0118","i\xEC\xED\u1EC9\u0129\u1ECB\xEE\xEF\u012B","I\xCC\xCD\u1EC8\u0128\u1ECA\xCE\xCF\u012A","l\u0142","L\u0141","n\xF1\u0148\u0144","N\xD1\u0147\u0143","o\xF2\xF3\u1ECF\xF5\u1ECD\xF4\u1ED3\u1ED1\u1ED5\u1ED7\u1ED9\u01A1\u1EDF\u1EE1\u1EDB\u1EDD\u1EE3\xF6\xF8\u014D","O\xD2\xD3\u1ECE\xD5\u1ECC\xD4\u1ED2\u1ED0\u1ED4\u1ED6\u1ED8\u01A0\u1EDE\u1EE0\u1EDA\u1EDC\u1EE2\xD6\xD8\u014C","r\u0159","R\u0158","s\u0161\u015B\u0219\u015F","S\u0160\u015A\u0218\u015E","t\u0165\u021B\u0163","T\u0164\u021A\u0162","u\xF9\xFA\u1EE7\u0169\u1EE5\u01B0\u1EEB\u1EE9\u1EED\u1EEF\u1EF1\xFB\xFC\u016F\u016B","U\xD9\xDA\u1EE6\u0168\u1EE4\u01AF\u1EEA\u1EE8\u1EEC\u1EEE\u1EF0\xDB\xDC\u016E\u016A","y\xFD\u1EF3\u1EF7\u1EF9\u1EF5\xFF","Y\xDD\u1EF2\u1EF6\u1EF8\u1EF4\u0178","z\u017E\u017C\u017A","Z\u017D\u017B\u0179"]:["a\xE0\xE1\u1EA3\xE3\u1EA1\u0103\u1EB1\u1EAF\u1EB3\u1EB5\u1EB7\xE2\u1EA7\u1EA5\u1EA9\u1EAB\u1EAD\xE4\xE5\u0101\u0105A\xC0\xC1\u1EA2\xC3\u1EA0\u0102\u1EB0\u1EAE\u1EB2\u1EB4\u1EB6\xC2\u1EA6\u1EA4\u1EA8\u1EAA\u1EAC\xC4\xC5\u0100\u0104","c\xE7\u0107\u010DC\xC7\u0106\u010C","d\u0111\u010FD\u0110\u010E","e\xE8\xE9\u1EBB\u1EBD\u1EB9\xEA\u1EC1\u1EBF\u1EC3\u1EC5\u1EC7\xEB\u011B\u0113\u0119E\xC8\xC9\u1EBA\u1EBC\u1EB8\xCA\u1EC0\u1EBE\u1EC2\u1EC4\u1EC6\xCB\u011A\u0112\u0118","i\xEC\xED\u1EC9\u0129\u1ECB\xEE\xEF\u012BI\xCC\xCD\u1EC8\u0128\u1ECA\xCE\xCF\u012A","l\u0142L\u0141","n\xF1\u0148\u0144N\xD1\u0147\u0143","o\xF2\xF3\u1ECF\xF5\u1ECD\xF4\u1ED3\u1ED1\u1ED5\u1ED7\u1ED9\u01A1\u1EDF\u1EE1\u1EDB\u1EDD\u1EE3\xF6\xF8\u014DO\xD2\xD3\u1ECE\xD5\u1ECC\xD4\u1ED2\u1ED0\u1ED4\u1ED6\u1ED8\u01A0\u1EDE\u1EE0\u1EDA\u1EDC\u1EE2\xD6\xD8\u014C","r\u0159R\u0158","s\u0161\u015B\u0219\u015FS\u0160\u015A\u0218\u015E","t\u0165\u021B\u0163T\u0164\u021A\u0162","u\xF9\xFA\u1EE7\u0169\u1EE5\u01B0\u1EEB\u1EE9\u1EED\u1EEF\u1EF1\xFB\xFC\u016F\u016BU\xD9\xDA\u1EE6\u0168\u1EE4\u01AF\u1EEA\u1EE8\u1EEC\u1EEE\u1EF0\xDB\xDC\u016E\u016A","y\xFD\u1EF3\u1EF7\u1EF9\u1EF5\xFFY\xDD\u1EF2\u1EF6\u1EF8\u1EF4\u0178","z\u017E\u017C\u017AZ\u017D\u017B\u0179"],a=[];return e.split("").forEach(i=>{o.every(s=>{if(s.indexOf(i)!==-1){if(a.indexOf(s)>-1)return!1;e=e.replace(new RegExp(`[${s}]`,`gm${r}`),`[${s}]`),a.push(s)}return!0})}),e}createMergedBlanksRegExp(e){return e.replace(/[\s]+/gmi,"[\\s]+")}createAccuracyRegExp(e){let r="!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~\xA1\xBF",o=this.opt.accuracy,a=typeof o=="string"?o:o.value,i=typeof o=="string"?[]:o.limiters,s="";switch(i.forEach(c=>{s+=`|${this.escapeStr(c)}`}),a){case"partially":default:return`()(${e})`;case"complementary":return s="\\s"+(s||this.escapeStr(r)),`()([^${s}]*${e}[^${s}]*)`;case"exactly":return`(^|\\s${s})(${e})(?=$|\\s${s})`}}getSeparatedKeywords(e){let r=[];return e.forEach(o=>{this.opt.separateWordSearch?o.split(" ").forEach(a=>{a.trim()&&r.indexOf(a)===-1&&r.push(a)}):o.trim()&&r.indexOf(o)===-1&&r.push(o)}),{keywords:r.sort((o,a)=>a.length-o.length),length:r.length}}isNumeric(e){return Number(parseFloat(e))==e}checkRanges(e){if(!Array.isArray(e)||Object.prototype.toString.call(e[0])!=="[object Object]")return this.log("markRanges() will only accept an array of objects"),this.opt.noMatch(e),[];let r=[],o=0;return e.sort((a,i)=>a.start-i.start).forEach(a=>{let{start:i,end:s,valid:c}=this.callNoMatchOnInvalidRanges(a,o);c&&(a.start=i,a.length=s-i,r.push(a),o=s)}),r}callNoMatchOnInvalidRanges(e,r){let o,a,i=!1;return e&&typeof e.start<"u"?(o=parseInt(e.start,10),a=o+parseInt(e.length,10),this.isNumeric(e.start)&&this.isNumeric(e.length)&&a-r>0&&a-o>0?i=!0:(this.log(`Ignoring invalid or overlapping range: ${JSON.stringify(e)}`),this.opt.noMatch(e))):(this.log(`Ignoring invalid range: ${JSON.stringify(e)}`),this.opt.noMatch(e)),{start:o,end:a,valid:i}}checkWhitespaceRanges(e,r,o){let a,i=!0,s=o.length,c=r-s,d=parseInt(e.start,10)-c;return d=d>s?s:d,a=d+parseInt(e.length,10),a>s&&(a=s,this.log(`End range automatically set to the max value of ${s}`)),d<0||a-d<0||d>s||a>s?(i=!1,this.log(`Invalid range: ${JSON.stringify(e)}`),this.opt.noMatch(e)):o.substring(d,a).replace(/\s+/g,"")===""&&(i=!1,this.log("Skipping whitespace only range: "+JSON.stringify(e)),this.opt.noMatch(e)),{start:d,end:a,valid:i}}getTextNodes(e){let r="",o=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,a=>{o.push({start:r.length,end:(r+=a.textContent).length,node:a})},a=>this.matchesExclude(a.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT,()=>{e({value:r,nodes:o})})}matchesExclude(e){return Gt.matches(e,this.opt.exclude.concat(["script","style","title","head","html"]))}wrapRangeInTextNode(e,r,o){let a=this.opt.element?this.opt.element:"mark",i=e.splitText(r),s=i.splitText(o-r),c=document.createElement(a);return c.setAttribute("data-markjs","true"),this.opt.className&&c.setAttribute("class",this.opt.className),c.textContent=i.textContent,i.parentNode.replaceChild(c,i),s}wrapRangeInMappedTextNode(e,r,o,a,i){e.nodes.every((s,c)=>{let d=e.nodes[c+1];if(typeof d>"u"||d.start>r){if(!a(s.node))return!1;let u=r-s.start,m=(o>s.end?s.end:o)-s.start,h=e.value.substr(0,s.start),y=e.value.substr(m+s.start);if(s.node=this.wrapRangeInTextNode(s.node,u,m),e.value=h+y,e.nodes.forEach((b,x)=>{x>=c&&(e.nodes[x].start>0&&x!==c&&(e.nodes[x].start-=m),e.nodes[x].end-=m)}),o-=m,i(s.node.previousSibling,s.start),o>s.end)r=s.end;else return!1}return!0})}wrapMatches(e,r,o,a,i){let s=r===0?0:r+1;this.getTextNodes(c=>{c.nodes.forEach(d=>{d=d.node;let u;for(;(u=e.exec(d.textContent))!==null&&u[s]!=="";){if(!o(u[s],d))continue;let m=u.index;if(s!==0)for(let h=1;h<s;h++)m+=u[h].length;d=this.wrapRangeInTextNode(d,m,m+u[s].length),a(d.previousSibling),e.lastIndex=0}}),i()})}wrapMatchesAcrossElements(e,r,o,a,i){let s=r===0?0:r+1;this.getTextNodes(c=>{let d;for(;(d=e.exec(c.value))!==null&&d[s]!=="";){let u=d.index;if(s!==0)for(let h=1;h<s;h++)u+=d[h].length;let m=u+d[s].length;this.wrapRangeInMappedTextNode(c,u,m,h=>o(d[s],h),(h,y)=>{e.lastIndex=y,a(h)})}i()})}wrapRangeFromIndex(e,r,o,a){this.getTextNodes(i=>{let s=i.value.length;e.forEach((c,d)=>{let{start:u,end:m,valid:h}=this.checkWhitespaceRanges(c,s,i.value);h&&this.wrapRangeInMappedTextNode(i,u,m,y=>r(y,c,i.value.substring(u,m),d),y=>{o(y,c)})}),a()})}unwrapMatches(e){let r=e.parentNode,o=document.createDocumentFragment();for(;e.firstChild;)o.appendChild(e.removeChild(e.firstChild));r.replaceChild(o,e),this.ie?this.normalizeTextNode(r):r.normalize()}normalizeTextNode(e){if(e){if(e.nodeType===3)for(;e.nextSibling&&e.nextSibling.nodeType===3;)e.nodeValue+=e.nextSibling.nodeValue,e.parentNode.removeChild(e.nextSibling);else this.normalizeTextNode(e.firstChild);this.normalizeTextNode(e.nextSibling)}}markRegExp(e,r){this.opt=r,this.log(`Searching with expression "${e}"`);let o=0,a="wrapMatches",i=s=>{o++,this.opt.each(s)};this.opt.acrossElements&&(a="wrapMatchesAcrossElements"),this[a](e,this.opt.ignoreGroups,(s,c)=>this.opt.filter(c,s,o),i,()=>{o===0&&this.opt.noMatch(e),this.opt.done(o)})}mark(e,r){this.opt=r;let o=0,a="wrapMatches",{keywords:i,length:s}=this.getSeparatedKeywords(typeof e=="string"?[e]:e),c=this.opt.caseSensitive?"":"i",d=u=>{let m=new RegExp(this.createRegExp(u),`gm${c}`),h=0;this.log(`Searching with expression "${m}"`),this[a](m,1,(y,b)=>this.opt.filter(b,u,o,h),y=>{h++,o++,this.opt.each(y)},()=>{h===0&&this.opt.noMatch(u),i[s-1]===u?this.opt.done(o):d(i[i.indexOf(u)+1])})};this.opt.acrossElements&&(a="wrapMatchesAcrossElements"),s===0?this.opt.done(o):d(i[0])}markRanges(e,r){this.opt=r;let o=0,a=this.checkRanges(e);a&&a.length?(this.log("Starting to mark with the following ranges: "+JSON.stringify(a)),this.wrapRangeFromIndex(a,(i,s,c,d)=>this.opt.filter(i,s,c,d),(i,s)=>{o++,this.opt.each(i,s)},()=>{this.opt.done(o)})):this.opt.done(o)}unmark(e){this.opt=e;let r=this.opt.element?this.opt.element:"*";r+="[data-markjs]",this.opt.className&&(r+=`.${this.opt.className}`),this.log(`Removal selector "${r}"`),this.iterator.forEachNode(NodeFilter.SHOW_ELEMENT,o=>{this.unwrapMatches(o)},o=>{let a=Gt.matches(o,r),i=this.matchesExclude(o);return!a||i?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT},this.opt.done)}};function yi(t){let e=new go(t);return this.mark=(r,o)=>(e.mark(r,o),this),this.markRegExp=(r,o)=>(e.markRegExp(r,o),this),this.markRanges=(r,o)=>(e.markRanges(r,o),this),this.unmark=r=>(e.unmark(r),this),this}var Nu=yi,Ll=n.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E"),Mu=U`
|
|
1
|
+
"use strict";(()=>{var o4=Object.defineProperty;var j=(t,e)=>{for(var r in e)o4(t,r,{get:e[r],enumerable:!0})};if(!ShadowRoot.prototype.createElement){let t=window.HTMLElement,e=window.customElements.define,r=window.customElements.get,o=window.customElements,a=new WeakMap,i=new WeakMap,s=new WeakMap,c=new WeakMap;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(x,S){if(x=x.toLowerCase(),this._getDefinition(x)!==void 0)throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${x}" has already been used with this registry`);if(this._definitionsByClass.get(S)!==void 0)throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");let C=S.prototype.attributeChangedCallback,k=new Set(S.observedAttributes||[]);y(S,k,C);let D={elementClass:S,connectedCallback:S.prototype.connectedCallback,disconnectedCallback:S.prototype.disconnectedCallback,adoptedCallback:S.prototype.adoptedCallback,attributeChangedCallback:C,formAssociated:S.formAssociated,formAssociatedCallback:S.prototype.formAssociatedCallback,formDisabledCallback:S.prototype.formDisabledCallback,formResetCallback:S.prototype.formResetCallback,formStateRestoreCallback:S.prototype.formStateRestoreCallback,observedAttributes:k};this._definitionsByTag.set(x,D),this._definitionsByClass.set(S,D);let T=r.call(o,x);T||(T=h(x),e.call(o,x,T)),this===window.customElements&&(s.set(S,D),D.standInClass=T);let V=this._awaitingUpgrade.get(x);if(V){this._awaitingUpgrade.delete(x);for(let H of V)i.delete(H),E(H,D,!0)}let I=this._whenDefinedPromises.get(x);return I!==void 0&&(I.resolve(S),this._whenDefinedPromises.delete(x)),S}upgrade(){A.push(this),o.upgrade.apply(o,arguments),A.pop()}get(x){return this._definitionsByTag.get(x)?.elementClass}_getDefinition(x){return this._definitionsByTag.get(x)}whenDefined(x){let S=this._getDefinition(x);if(S!==void 0)return Promise.resolve(S.elementClass);let C=this._whenDefinedPromises.get(x);return C===void 0&&(C={},C.promise=new Promise(k=>C.resolve=k),this._whenDefinedPromises.set(x,C)),C.promise}_upgradeWhenDefined(x,S,C){let k=this._awaitingUpgrade.get(S);k||this._awaitingUpgrade.set(S,k=new Set),C?k.add(x):k.delete(x)}};let d;window.HTMLElement=function(){let S=d;if(S)return d=void 0,S;let C=s.get(this.constructor);if(!C)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return S=Reflect.construct(t,[],C.standInClass),Object.setPrototypeOf(S,this.constructor.prototype),a.set(S,C),S},window.HTMLElement.prototype=t.prototype;let f=x=>x===document||x instanceof ShadowRoot,g=x=>{let S=x.getRootNode();if(!f(S)){let C=A[A.length-1];if(C instanceof CustomElementRegistry)return C;S=C.getRootNode(),f(S)||(S=c.get(S)?.getRootNode()||document)}return S.customElements},h=x=>class{static get formAssociated(){return!0}constructor(){let C=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(C,HTMLElement.prototype);let k=g(C)||window.customElements,D=k._getDefinition(x);return D?E(C,D):i.set(C,k),C}connectedCallback(){let C=a.get(this);C?C.connectedCallback&&C.connectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,x,!0)}disconnectedCallback(){let C=a.get(this);C?C.disconnectedCallback&&C.disconnectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,x,!1)}adoptedCallback(){a.get(this)?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){let C=a.get(this);C&&C.formAssociated&&C?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){let C=a.get(this);C?.formAssociated&&C?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){let C=a.get(this);C?.formAssociated&&C?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){let C=a.get(this);C?.formAssociated&&C?.formStateRestoreCallback?.apply(this,arguments)}},y=(x,S,C)=>{if(S.size===0||C===void 0)return;let k=x.prototype.setAttribute;k&&(x.prototype.setAttribute=function(V,I){let H=V.toLowerCase();if(S.has(H)){let Q=this.getAttribute(H);k.call(this,H,I),C.call(this,H,Q,I)}else k.call(this,H,I)});let D=x.prototype.removeAttribute;D&&(x.prototype.removeAttribute=function(V){let I=V.toLowerCase();if(S.has(I)){let H=this.getAttribute(I);D.call(this,I),C.call(this,I,H,null)}else D.call(this,I)});let T=x.prototype.toggleAttribute;T&&(x.prototype.toggleAttribute=function(V,I){let H=V.toLowerCase();if(S.has(H)){let Q=this.getAttribute(H);T.call(this,H,I);let je=this.getAttribute(H);C.call(this,H,Q,je)}else T.call(this,H,I)})},v=x=>{let S=Object.getPrototypeOf(x);if(S!==window.HTMLElement)return S===t?Object.setPrototypeOf(x,window.HTMLElement):v(S)},E=(x,S,C=!1)=>{Object.setPrototypeOf(x,S.elementClass.prototype),a.set(x,S),d=x;try{new S.elementClass}catch{v(S.elementClass),new S.elementClass}S.attributeChangedCallback&&S.observedAttributes.forEach(k=>{x.hasAttribute(k)&&S.attributeChangedCallback.call(x,k,null,x.getAttribute(k))}),C&&S.connectedCallback&&x.isConnected&&S.connectedCallback.call(x)},R=Element.prototype.attachShadow;Element.prototype.attachShadow=function(x){let S=R.apply(this,arguments);return x.customElements&&(S.customElements=x.customElements),S};let A=[document],_=(x,S,C=void 0)=>{let k=(C?Object.getPrototypeOf(C):x.prototype)[S];x.prototype[S]=function(){A.push(this);let D=k.apply(C||this,arguments);return D!==void 0&&c.set(D,this),A.pop(),D}};_(ShadowRoot,"createElement",document),_(ShadowRoot,"importNode",document),_(Element,"insertAdjacentHTML");let P=(x,S)=>{let C=Object.getOwnPropertyDescriptor(x.prototype,S);Object.defineProperty(x.prototype,S,{...C,set(k){A.push(this),C.set.call(this,k),A.pop()}})};if(P(Element,"innerHTML"),P(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){let x=new WeakMap,S=HTMLElement.prototype.attachInternals,C=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...V){let I=S.call(this,...V);return x.set(I,this),I},C.forEach(V=>{let I=window.ElementInternals.prototype,H=I[V];I[V]=function(...Q){let je=x.get(this);if(a.get(je).formAssociated===!0)return H?.call(this,...Q);throw new DOMException(`Failed to execute ${H} on 'ElementInternals': The target element is not a form-associated custom element.`)}});class k extends Array{constructor(I){super(...I),this._elements=I}get value(){return this._elements.find(I=>I.checked===!0)?.value||""}}class D{constructor(I){let H=new Map;I.forEach((Q,je)=>{let sa=Q.getAttribute("name"),Sc=H.get(sa)||[];this[+je]=Q,Sc.push(Q),H.set(sa,Sc)}),this.length=I.length,H.forEach((Q,je)=>{Q&&(Q.length===1?this[je]=Q[0]:this[je]=new k(Q))})}namedItem(I){return this[I]}}let T=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){let V=T.get.call(this,[]),I=[];for(let H of V){let Q=a.get(H);(!Q||Q.formAssociated===!0)&&I.push(H)}return new D(I)}})}}try{window.customElements.define("custom-element",null)}catch{let e=window.customElements.define;window.customElements.define=(r,o,a)=>{var i;if(o!==null)try{e.bind(window.customElements)(r,o,a)}catch(s){!((i=s.message)===null||i===void 0)&&i.includes("this constructor has already been used")?window.customElements.define(r,class extends o{},a):console.info(r,o,a,s)}}}var xa={};j(xa,{CSSResult:()=>rr,LitElement:()=>Ke,ReactiveElement:()=>Ne,_$LE:()=>Pc,_$LH:()=>ya,adoptStyles:()=>jr,css:()=>$,defaultConverter:()=>or,getCompatibleStyle:()=>Bo,html:()=>F,isServer:()=>m8,mathml:()=>ga,noChange:()=>se,notEqual:()=>Zr,nothing:()=>K,render:()=>ba,supportsAdoptingStyleSheets:()=>Vr,svg:()=>ma,unsafeCSS:()=>mt});var $o=globalThis,Vr=$o.ShadowRoot&&($o.ShadyCSS===void 0||$o.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,ca=Symbol(),Cc=new WeakMap,rr=class{constructor(e,r,o){if(this._$cssResult$=!0,o!==ca)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this.t=r}get styleSheet(){let e=this.o,r=this.t;if(Vr&&e===void 0){let o=r!==void 0&&r.length===1;o&&(e=Cc.get(r)),e===void 0&&((this.o=e=new CSSStyleSheet).replaceSync(this.cssText),o&&Cc.set(r,e))}return e}toString(){return this.cssText}},mt=t=>new rr(typeof t=="string"?t:t+"",void 0,ca),$=(t,...e)=>{let r=t.length===1?t[0]:e.reduce((o,a,i)=>o+(s=>{if(s._$cssResult$===!0)return s.cssText;if(typeof s=="number")return s;throw Error("Value passed to 'css' function must be a 'css' function result: "+s+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(a)+t[i+1],t[0]);return new rr(r,t,ca)},jr=(t,e)=>{if(Vr)t.adoptedStyleSheets=e.map(r=>r instanceof CSSStyleSheet?r:r.styleSheet);else for(let r of e){let o=document.createElement("style"),a=$o.litNonce;a!==void 0&&o.setAttribute("nonce",a),o.textContent=r.cssText,t.appendChild(o)}},Bo=Vr?t=>t:t=>t instanceof CSSStyleSheet?(e=>{let r="";for(let o of e.cssRules)r+=o.cssText;return mt(r)})(t):t;var{is:n4,defineProperty:a4,getOwnPropertyDescriptor:i4,getOwnPropertyNames:s4,getOwnPropertySymbols:c4,getPrototypeOf:l4}=Object,Ho=globalThis,Ec=Ho.trustedTypes,d4=Ec?Ec.emptyScript:"",u4=Ho.reactiveElementPolyfillSupport,Kr=(t,e)=>t,or={toAttribute(t,e){switch(e){case Boolean:t=t?d4:null;break;case Object:case Array:t=t==null?t:JSON.stringify(t)}return t},fromAttribute(t,e){let r=t;switch(e){case Boolean:r=t!==null;break;case Number:r=t===null?null:Number(t);break;case Object:case Array:try{r=JSON.parse(t)}catch{r=null}}return r}},Zr=(t,e)=>!n4(t,e),Lc={attribute:!0,type:String,converter:or,reflect:!1,useDefault:!1,hasChanged:Zr};Symbol.metadata??=Symbol("metadata"),Ho.litPropertyMetadata??=new WeakMap;var Ne=class extends HTMLElement{static addInitializer(e){this._$Ei(),(this.l??=[]).push(e)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(e,r=Lc){if(r.state&&(r.attribute=!1),this._$Ei(),this.prototype.hasOwnProperty(e)&&((r=Object.create(r)).wrapped=!0),this.elementProperties.set(e,r),!r.noAccessor){let o=Symbol(),a=this.getPropertyDescriptor(e,o,r);a!==void 0&&a4(this.prototype,e,a)}}static getPropertyDescriptor(e,r,o){let{get:a,set:i}=i4(this.prototype,e)??{get(){return this[r]},set(s){this[r]=s}};return{get:a,set(s){let c=a?.call(this);i?.call(this,s),this.requestUpdate(e,c,o)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??Lc}static _$Ei(){if(this.hasOwnProperty(Kr("elementProperties")))return;let e=l4(this);e.finalize(),e.l!==void 0&&(this.l=[...e.l]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(Kr("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(Kr("properties"))){let r=this.properties,o=[...s4(r),...c4(r)];for(let a of o)this.createProperty(a,r[a])}let e=this[Symbol.metadata];if(e!==null){let r=litPropertyMetadata.get(e);if(r!==void 0)for(let[o,a]of r)this.elementProperties.set(o,a)}this._$Eh=new Map;for(let[r,o]of this.elementProperties){let a=this._$Eu(r,o);a!==void 0&&this._$Eh.set(a,r)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(e){let r=[];if(Array.isArray(e)){let o=new Set(e.flat(1/0).reverse());for(let a of o)r.unshift(Bo(a))}else e!==void 0&&r.push(Bo(e));return r}static _$Eu(e,r){let o=r.attribute;return o===!1?void 0:typeof o=="string"?o:typeof e=="string"?e.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$ES=new Promise(e=>this.enableUpdating=e),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach(e=>e(this))}addController(e){(this._$EO??=new Set).add(e),this.renderRoot!==void 0&&this.isConnected&&e.hostConnected?.()}removeController(e){this._$EO?.delete(e)}_$E_(){let e=new Map,r=this.constructor.elementProperties;for(let o of r.keys())this.hasOwnProperty(o)&&(e.set(o,this[o]),delete this[o]);e.size>0&&(this._$Ep=e)}createRenderRoot(){let e=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return jr(e,this.constructor.elementStyles),e}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach(e=>e.hostConnected?.())}enableUpdating(e){}disconnectedCallback(){this._$EO?.forEach(e=>e.hostDisconnected?.())}attributeChangedCallback(e,r,o){this._$AK(e,o)}_$ET(e,r){let o=this.constructor.elementProperties.get(e),a=this.constructor._$Eu(e,o);if(a!==void 0&&o.reflect===!0){let i=(o.converter?.toAttribute!==void 0?o.converter:or).toAttribute(r,o.type);this._$Em=e,i==null?this.removeAttribute(a):this.setAttribute(a,i),this._$Em=null}}_$AK(e,r){let o=this.constructor,a=o._$Eh.get(e);if(a!==void 0&&this._$Em!==a){let i=o.getPropertyOptions(a),s=typeof i.converter=="function"?{fromAttribute:i.converter}:i.converter?.fromAttribute!==void 0?i.converter:or;this._$Em=a;let c=s.fromAttribute(r,i.type);this[a]=c??this._$Ej?.get(a)??c,this._$Em=null}}requestUpdate(e,r,o,a=!1,i){if(e!==void 0){let s=this.constructor;if(a===!1&&(i=this[e]),o??=s.getPropertyOptions(e),!((o.hasChanged??Zr)(i,r)||o.useDefault&&o.reflect&&i===this._$Ej?.get(e)&&!this.hasAttribute(s._$Eu(e,o))))return;this.C(e,r,o)}this.isUpdatePending===!1&&(this._$ES=this._$EP())}C(e,r,{useDefault:o,reflect:a,wrapped:i},s){o&&!(this._$Ej??=new Map).has(e)&&(this._$Ej.set(e,s??r??this[e]),i!==!0||s!==void 0)||(this._$AL.has(e)||(this.hasUpdated||o||(r=void 0),this._$AL.set(e,r)),a===!0&&this._$Em!==e&&(this._$Eq??=new Set).add(e))}async _$EP(){this.isUpdatePending=!0;try{await this._$ES}catch(r){Promise.reject(r)}let e=this.scheduleUpdate();return e!=null&&await e,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(let[a,i]of this._$Ep)this[a]=i;this._$Ep=void 0}let o=this.constructor.elementProperties;if(o.size>0)for(let[a,i]of o){let{wrapped:s}=i,c=this[a];s!==!0||this._$AL.has(a)||c===void 0||this.C(a,void 0,i,c)}}let e=!1,r=this._$AL;try{e=this.shouldUpdate(r),e?(this.willUpdate(r),this._$EO?.forEach(o=>o.hostUpdate?.()),this.update(r)):this._$EM()}catch(o){throw e=!1,this._$EM(),o}e&&this._$AE(r)}willUpdate(e){}_$AE(e){this._$EO?.forEach(r=>r.hostUpdated?.()),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e)}_$EM(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(e){return!0}update(e){this._$Eq&&=this._$Eq.forEach(r=>this._$ET(r,this[r])),this._$EM()}updated(e){}firstUpdated(e){}};Ne.elementStyles=[],Ne.shadowRootOptions={mode:"open"},Ne[Kr("elementProperties")]=new Map,Ne[Kr("finalized")]=new Map,u4?.({ReactiveElement:Ne}),(Ho.reactiveElementVersions??=[]).push("2.1.2");var da=globalThis,Ac=t=>t,Go=da.trustedTypes,Oc=Go?Go.createPolicy("lit-html",{createHTML:t=>t}):void 0,ua="$lit$",rt=`lit$${Math.random().toFixed(9).slice(2)}$`,fa="?"+rt,f4=`<${fa}>`,_t=document,Yr=()=>_t.createComment(""),Xr=t=>t===null||typeof t!="object"&&typeof t!="function",pa=Array.isArray,Tc=t=>pa(t)||typeof t?.[Symbol.iterator]=="function",la=`[
|
|
2
|
+
\f\r]`,qr=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,wc=/-->/g,Rc=/>/g,wt=RegExp(`>|${la}(?:([^\\s"'>=/]+)(${la}*=${la}*(?:[^
|
|
3
|
+
\f\r"'\`<>=]|("|')|))|$)`,"g"),_c=/'/g,Nc=/"/g,kc=/^(?:script|style|textarea|title)$/i,ha=t=>(e,...r)=>({_$litType$:t,strings:e,values:r}),F=ha(1),ma=ha(2),ga=ha(3),se=Symbol.for("lit-noChange"),K=Symbol.for("lit-nothing"),Mc=new WeakMap,Rt=_t.createTreeWalker(_t,129);function Ic(t,e){if(!pa(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return Oc!==void 0?Oc.createHTML(e):e}var zc=(t,e)=>{let r=t.length-1,o=[],a,i=e===2?"<svg>":e===3?"<math>":"",s=qr;for(let c=0;c<r;c++){let d=t[c],f,g,h=-1,y=0;for(;y<d.length&&(s.lastIndex=y,g=s.exec(d),g!==null);)y=s.lastIndex,s===qr?g[1]==="!--"?s=wc:g[1]!==void 0?s=Rc:g[2]!==void 0?(kc.test(g[2])&&(a=RegExp("</"+g[2],"g")),s=wt):g[3]!==void 0&&(s=wt):s===wt?g[0]===">"?(s=a??qr,h=-1):g[1]===void 0?h=-2:(h=s.lastIndex-g[2].length,f=g[1],s=g[3]===void 0?wt:g[3]==='"'?Nc:_c):s===Nc||s===_c?s=wt:s===wc||s===Rc?s=qr:(s=wt,a=void 0);let v=s===wt&&t[c+1].startsWith("/>")?" ":"";i+=s===qr?d+f4:h>=0?(o.push(f),d.slice(0,h)+ua+d.slice(h)+rt+v):d+rt+(h===-2?c:v)}return[Ic(t,i+(t[r]||"<?>")+(e===2?"</svg>":e===3?"</math>":"")),o]},Jr=class t{constructor({strings:e,_$litType$:r},o){let a;this.parts=[];let i=0,s=0,c=e.length-1,d=this.parts,[f,g]=zc(e,r);if(this.el=t.createElement(f,o),Rt.currentNode=this.el.content,r===2||r===3){let h=this.el.content.firstChild;h.replaceWith(...h.childNodes)}for(;(a=Rt.nextNode())!==null&&d.length<c;){if(a.nodeType===1){if(a.hasAttributes())for(let h of a.getAttributeNames())if(h.endsWith(ua)){let y=g[s++],v=a.getAttribute(h).split(rt),E=/([.?@])?(.*)/.exec(y);d.push({type:1,index:i,name:E[2],strings:v,ctor:E[1]==="."?Vo:E[1]==="?"?jo:E[1]==="@"?Ko:Mt}),a.removeAttribute(h)}else h.startsWith(rt)&&(d.push({type:6,index:i}),a.removeAttribute(h));if(kc.test(a.tagName)){let h=a.textContent.split(rt),y=h.length-1;if(y>0){a.textContent=Go?Go.emptyScript:"";for(let v=0;v<y;v++)a.append(h[v],Yr()),Rt.nextNode(),d.push({type:2,index:++i});a.append(h[y],Yr())}}}else if(a.nodeType===8)if(a.data===fa)d.push({type:2,index:i});else{let h=-1;for(;(h=a.data.indexOf(rt,h+1))!==-1;)d.push({type:7,index:i}),h+=rt.length-1}i++}}static createElement(e,r){let o=_t.createElement("template");return o.innerHTML=e,o}};function Nt(t,e,r=t,o){if(e===se)return e;let a=o!==void 0?r._$Co?.[o]:r._$Cl,i=Xr(e)?void 0:e._$litDirective$;return a?.constructor!==i&&(a?._$AO?.(!1),i===void 0?a=void 0:(a=new i(t),a._$AT(t,r,o)),o!==void 0?(r._$Co??=[])[o]=a:r._$Cl=a),a!==void 0&&(e=Nt(t,a._$AS(t,e.values),a,o)),e}var Wo=class{constructor(e,r){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){let{el:{content:r},parts:o}=this._$AD,a=(e?.creationScope??_t).importNode(r,!0);Rt.currentNode=a;let i=Rt.nextNode(),s=0,c=0,d=o[0];for(;d!==void 0;){if(s===d.index){let f;d.type===2?f=new nr(i,i.nextSibling,this,e):d.type===1?f=new d.ctor(i,d.name,d.strings,this,e):d.type===6&&(f=new Zo(i,this,e)),this._$AV.push(f),d=o[++c]}s!==d?.index&&(i=Rt.nextNode(),s++)}return Rt.currentNode=_t,a}p(e){let r=0;for(let o of this._$AV)o!==void 0&&(o.strings!==void 0?(o._$AI(e,o,r),r+=o.strings.length-2):o._$AI(e[r])),r++}},nr=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(e,r,o,a){this.type=2,this._$AH=K,this._$AN=void 0,this._$AA=e,this._$AB=r,this._$AM=o,this.options=a,this._$Cv=a?.isConnected??!0}get parentNode(){let e=this._$AA.parentNode,r=this._$AM;return r!==void 0&&e?.nodeType===11&&(e=r.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,r=this){e=Nt(this,e,r),Xr(e)?e===K||e==null||e===""?(this._$AH!==K&&this._$AR(),this._$AH=K):e!==this._$AH&&e!==se&&this._(e):e._$litType$!==void 0?this.$(e):e.nodeType!==void 0?this.T(e):Tc(e)?this.k(e):this._(e)}O(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}T(e){this._$AH!==e&&(this._$AR(),this._$AH=this.O(e))}_(e){this._$AH!==K&&Xr(this._$AH)?this._$AA.nextSibling.data=e:this.T(_t.createTextNode(e)),this._$AH=e}$(e){let{values:r,_$litType$:o}=e,a=typeof o=="number"?this._$AC(e):(o.el===void 0&&(o.el=Jr.createElement(Ic(o.h,o.h[0]),this.options)),o);if(this._$AH?._$AD===a)this._$AH.p(r);else{let i=new Wo(a,this),s=i.u(this.options);i.p(r),this.T(s),this._$AH=i}}_$AC(e){let r=Mc.get(e.strings);return r===void 0&&Mc.set(e.strings,r=new Jr(e)),r}k(e){pa(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,o,a=0;for(let i of e)a===r.length?r.push(o=new t(this.O(Yr()),this.O(Yr()),this,this.options)):o=r[a],o._$AI(i),a++;a<r.length&&(this._$AR(o&&o._$AB.nextSibling,a),r.length=a)}_$AR(e=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);e!==this._$AB;){let o=Ac(e).nextSibling;Ac(e).remove(),e=o}}setConnected(e){this._$AM===void 0&&(this._$Cv=e,this._$AP?.(e))}},Mt=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,r,o,a,i){this.type=1,this._$AH=K,this._$AN=void 0,this.element=e,this.name=r,this._$AM=a,this.options=i,o.length>2||o[0]!==""||o[1]!==""?(this._$AH=Array(o.length-1).fill(new String),this.strings=o):this._$AH=K}_$AI(e,r=this,o,a){let i=this.strings,s=!1;if(i===void 0)e=Nt(this,e,r,0),s=!Xr(e)||e!==this._$AH&&e!==se,s&&(this._$AH=e);else{let c=e,d,f;for(e=i[0],d=0;d<i.length-1;d++)f=Nt(this,c[o+d],r,d),f===se&&(f=this._$AH[d]),s||=!Xr(f)||f!==this._$AH[d],f===K?e=K:e!==K&&(e+=(f??"")+i[d+1]),this._$AH[d]=f}s&&!a&&this.j(e)}j(e){e===K?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}},Vo=class extends Mt{constructor(){super(...arguments),this.type=3}j(e){this.element[this.name]=e===K?void 0:e}},jo=class extends Mt{constructor(){super(...arguments),this.type=4}j(e){this.element.toggleAttribute(this.name,!!e&&e!==K)}},Ko=class extends Mt{constructor(e,r,o,a,i){super(e,r,o,a,i),this.type=5}_$AI(e,r=this){if((e=Nt(this,e,r,0)??K)===se)return;let o=this._$AH,a=e===K&&o!==K||e.capture!==o.capture||e.once!==o.once||e.passive!==o.passive,i=e!==K&&(o===K||a);a&&this.element.removeEventListener(this.name,this,o),i&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,e):this._$AH.handleEvent(e)}},Zo=class{constructor(e,r,o){this.element=e,this.type=6,this._$AN=void 0,this._$AM=r,this.options=o}get _$AU(){return this._$AM._$AU}_$AI(e){Nt(this,e)}},ya={M:ua,P:rt,A:fa,C:1,L:zc,R:Wo,D:Tc,V:Nt,I:nr,H:Mt,N:jo,U:Ko,B:Vo,F:Zo},p4=da.litHtmlPolyfillSupport;p4?.(Jr,nr),(da.litHtmlVersions??=[]).push("3.3.3");var ba=(t,e,r)=>{let o=r?.renderBefore??e,a=o._$litPart$;if(a===void 0){let i=r?.renderBefore??null;o._$litPart$=a=new nr(e.insertBefore(Yr(),i),i,void 0,r??{})}return a._$AI(t),a};var va=globalThis,Ke=class extends Ne{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){let e=super.createRenderRoot();return this.renderOptions.renderBefore??=e.firstChild,e}update(e){let r=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(e),this._$Do=ba(r,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return se}};Ke._$litElement$=!0,Ke.finalized=!0,va.litElementHydrateSupport?.({LitElement:Ke});var h4=va.litElementPolyfillSupport;h4?.({LitElement:Ke});var Pc={_$AK:(t,e,r)=>{t._$AK(e,r)},_$AL:t=>t._$AL};(va.litElementVersions??=[]).push("4.2.2");var m8=!1;var Ca={};j(Ca,{customElement:()=>m4,eventOptions:()=>y4,property:()=>L,query:()=>Me,queryAll:()=>v4,queryAssignedElements:()=>S4,queryAssignedNodes:()=>Sa,queryAsync:()=>x4,standardProperty:()=>Dc,state:()=>Y});var m4=t=>(e,r)=>{r!==void 0?r.addInitializer(()=>{customElements.define(t,e)}):customElements.define(t,e)};var g4={attribute:!0,type:String,converter:or,reflect:!1,hasChanged:Zr},Dc=(t=g4,e,r)=>{let{kind:o,metadata:a}=r,i=globalThis.litPropertyMetadata.get(a);if(i===void 0&&globalThis.litPropertyMetadata.set(a,i=new Map),o==="setter"&&((t=Object.create(t)).wrapped=!0),i.set(r.name,t),o==="accessor"){let{name:s}=r;return{set(c){let d=e.get.call(this);e.set.call(this,c),this.requestUpdate(s,d,t,!0,c)},init(c){return c!==void 0&&this.C(s,void 0,t,c),c}}}if(o==="setter"){let{name:s}=r;return function(c){let d=this[s];e.call(this,c),this.requestUpdate(s,d,t,!0,c)}}throw Error("Unsupported decorator location: "+o)};function L(t){return(e,r)=>typeof r=="object"?Dc(t,e,r):((o,a,i)=>{let s=a.hasOwnProperty(i);return a.constructor.createProperty(i,o),s?Object.getOwnPropertyDescriptor(a,i):void 0})(t,e,r)}function Y(t){return L({...t,state:!0,attribute:!1})}function y4(t){return(e,r)=>{let o=typeof e=="function"?e:e[r];Object.assign(o,t)}}var ze=(t,e,r)=>(r.configurable=!0,r.enumerable=!0,Reflect.decorate&&typeof e!="object"&&Object.defineProperty(t,e,r),r);function Me(t,e){return(r,o,a)=>{let i=s=>s.renderRoot?.querySelector(t)??null;if(e){let{get:s,set:c}=typeof o=="object"?r:a??(()=>{let d=Symbol();return{get(){return this[d]},set(f){this[d]=f}}})();return ze(r,o,{get(){let d=s.call(this);return d===void 0&&(d=i(this),(d!==null||this.hasUpdated)&&c.call(this,d)),d}})}return ze(r,o,{get(){return i(this)}})}}var b4;function v4(t){return(e,r)=>ze(e,r,{get(){return(this.renderRoot??(b4??=document.createDocumentFragment())).querySelectorAll(t)}})}function x4(t){return(e,r)=>ze(e,r,{async get(){return await this.updateComplete,this.renderRoot?.querySelector(t)??null}})}function S4(t){return(e,r)=>{let{slot:o,selector:a}=t??{},i="slot"+(o?`[name=${o}]`:":not([name])");return ze(e,r,{get(){let s=this.renderRoot?.querySelector(i),c=s?.assignedElements(t)??[];return a===void 0?c:c.filter(d=>d.matches(a))}})}}function Sa(t){return(e,r)=>{let{slot:o}=t??{},a="slot"+(o?`[name=${o}]`:":not([name])");return ze(e,r,{get(){return this.renderRoot?.querySelector(a)?.assignedNodes(t)??[]}})}}var Ea={};j(Ea,{repeat:()=>Tt});var Ze={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},Ae=t=>(...e)=>({_$litDirective$:t,values:e}),Te=class{constructor(e){}get _$AU(){return this._$AM._$AU}_$AT(e,r,o){this._$Ct=e,this._$AM=r,this._$Ci=o}_$AS(e,r){return this.update(e,r)}update(e,r){return this.render(...r)}};var{I:C4}=ya,Uc=t=>t;var $c=t=>t.strings===void 0,Fc=()=>document.createComment(""),ar=(t,e,r)=>{let o=t._$AA.parentNode,a=e===void 0?t._$AB:e._$AA;if(r===void 0){let i=o.insertBefore(Fc(),a),s=o.insertBefore(Fc(),a);r=new C4(i,s,t,t.options)}else{let i=r._$AB.nextSibling,s=r._$AM,c=s!==t;if(c){let d;r._$AQ?.(t),r._$AM=t,r._$AP!==void 0&&(d=t._$AU)!==s._$AU&&r._$AP(d)}if(i!==a||c){let d=r._$AA;for(;d!==i;){let f=Uc(d).nextSibling;Uc(o).insertBefore(d,a),d=f}}}return r},gt=(t,e,r=t)=>(t._$AI(e,r),t),E4={},Bc=(t,e=E4)=>t._$AH=e,Hc=t=>t._$AH,qo=t=>{t._$AR(),t._$AA.remove()};var Gc=(t,e,r)=>{let o=new Map;for(let a=e;a<=r;a++)o.set(t[a],a);return o},Tt=Ae(class extends Te{constructor(t){if(super(t),t.type!==Ze.CHILD)throw Error("repeat() can only be used in text expressions")}dt(t,e,r){let o;r===void 0?r=e:e!==void 0&&(o=e);let a=[],i=[],s=0;for(let c of t)a[s]=o?o(c,s):s,i[s]=r(c,s),s++;return{values:i,keys:a}}render(t,e,r){return this.dt(t,e,r).values}update(t,[e,r,o]){let a=Hc(t),{values:i,keys:s}=this.dt(e,r,o);if(!Array.isArray(a))return this.ut=s,i;let c=this.ut??=[],d=[],f,g,h=0,y=a.length-1,v=0,E=i.length-1;for(;h<=y&&v<=E;)if(a[h]===null)h++;else if(a[y]===null)y--;else if(c[h]===s[v])d[v]=gt(a[h],i[v]),h++,v++;else if(c[y]===s[E])d[E]=gt(a[y],i[E]),y--,E--;else if(c[h]===s[E])d[E]=gt(a[h],i[E]),ar(t,d[E+1],a[h]),h++,E--;else if(c[y]===s[v])d[v]=gt(a[y],i[v]),ar(t,a[h],a[y]),y--,v++;else if(f===void 0&&(f=Gc(s,v,E),g=Gc(c,h,y)),f.has(c[h]))if(f.has(c[y])){let R=g.get(s[v]),A=R!==void 0?a[R]:null;if(A===null){let _=ar(t,a[h]);gt(_,i[v]),d[v]=_}else d[v]=gt(A,i[v]),ar(t,a[h],A),a[R]=null;v++}else qo(a[y]),y--;else qo(a[h]),h++;for(;v<=E;){let R=ar(t,d[E+1]);gt(R,i[v]),d[v++]=R}for(;h<=y;){let R=a[h++];R!==null&&qo(R)}return this.ut=s,Bc(t,d),se}});var La={};j(La,{classMap:()=>Pe});var Pe=Ae(class extends Te{constructor(t){if(super(t),t.type!==Ze.ATTRIBUTE||t.name!=="class"||t.strings?.length>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter(e=>t[e]).join(" ")+" "}update(t,[e]){if(this.st===void 0){this.st=new Set,t.strings!==void 0&&(this.nt=new Set(t.strings.join(" ").split(/\s/).filter(o=>o!=="")));for(let o in e)e[o]&&!this.nt?.has(o)&&this.st.add(o);return this.render(e)}let r=t.element.classList;for(let o of this.st)o in e||(r.remove(o),this.st.delete(o));for(let o in e){let a=!!e[o];a===this.st.has(o)||this.nt?.has(o)||(a?(r.add(o),this.st.add(o)):(r.remove(o),this.st.delete(o)))}return se}});var Aa={};j(Aa,{styleMap:()=>A4});var Wc="important",L4=" !"+Wc,A4=Ae(class extends Te{constructor(t){if(super(t),t.type!==Ze.ATTRIBUTE||t.name!=="style"||t.strings?.length>2)throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(t){return Object.keys(t).reduce((e,r)=>{let o=t[r];return o==null?e:e+`${r=r.includes("-")?r:r.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${o};`},"")}update(t,[e]){let{style:r}=t.element;if(this.ft===void 0)return this.ft=new Set(Object.keys(e)),this.render(e);for(let o of this.ft)e[o]==null&&(this.ft.delete(o),o.includes("-")?r.removeProperty(o):r[o]=null);for(let o in e){let a=e[o];if(a!=null){this.ft.add(o);let i=typeof a=="string"&&a.endsWith(L4);o.includes("-")||i?r.setProperty(o,i?a.slice(0,-11):a,i?Wc:""):r[o]=a}}return se}});var wa={};j(wa,{UnsafeHTMLDirective:()=>ir,unsafeHTML:()=>Oa});var ir=class extends Te{constructor(e){if(super(e),this.it=K,e.type!==Ze.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(e){if(e===K||e==null)return this._t=void 0,this.it=e;if(e===se)return e;if(typeof e!="string")throw Error(this.constructor.directiveName+"() called with a non-string value");if(e===this.it)return this._t;this.it=e;let r=[e];return r.raw=r,this._t={_$litType$:this.constructor.resultType,strings:r,values:[]}}};ir.directiveName="unsafeHTML",ir.resultType=1;var Oa=Ae(ir);var Da={};j(Da,{CacheRegistry:()=>qe,ClearCacheEvent:()=>to});var _a={};j(_a,{CancelablePromise:()=>Yo,CanceledPromiseError:()=>kt,cancelable:()=>Ra});var kt=class extends Error{constructor(e,r,o){super(e),this.canceledPromiseResult=r,this.canceledPromiseError=o}},Yo=class extends Promise{constructor(e){super((r,o)=>e(a=>{this.isCanceled?o(new kt("Promise has been canceled",a)):r(a)},a=>{this.isCanceled?o(new kt("Promise has been canceled",void 0,a)):o(a)})),this.isCanceled=!1}cancel(){this.isCanceled=!0}},Ra=t=>new Yo((e,r)=>t.then(e).catch(r));var Pa={};j(Pa,{FtNotificationEvent:()=>eo,PostResizeEvent:()=>za,PreResizeEvent:()=>Ia,WithEventBus:()=>ot,withEventBus:()=>Qo});var ka={};j(ka,{applyMixinOnce:()=>ue,customElements:()=>ee,dateReviver:()=>N4,deepCopy:()=>De,deepEqual:()=>be,delay:()=>Xo,eventPathContainsMatchingElement:()=>Ma,everyDeep:()=>_4,flatDeep:()=>Kc,forEachDeep:()=>Zc,getComposedPathTo:()=>Ta,hasChanged:()=>ke,ignoreComposingEvents:()=>I4,last:()=>T4,minmax:()=>It,parseDate:()=>Yc,randomId:()=>k4,someDeep:()=>qc,unslotText:()=>Jo,waitFor:()=>jc,waitUntil:()=>R4});var Na={};j(Na,{customElement:()=>Qr,dateProperty:()=>w4,isNumber:()=>Vc,jsonProperty:()=>ye,numberProperty:()=>sr,optionalNumberProperty:()=>O4});var Qr=t=>e=>{window.customElements.get(t)||window.customElements.define(t,e)};function ye(t,e){return L({type:Object,converter:{fromAttribute:r=>{if(r==null)return De(t);try{return JSON.parse(r)}catch{return De(t)}},toAttribute:r=>JSON.stringify(r)},hasChanged:ke,...e??{}})}function O4(t){return sr(t)}function sr(t){return L({type:Object,converter:{fromAttribute:e=>{var r,o;if(e==null)return;let a=(r=t?.min)!==null&&r!==void 0?r:-1/0,i=(o=t?.max)!==null&&o!==void 0?o:1/0;return Vc(e)?It(a,+e,i):void 0},toAttribute:e=>e==null?void 0:""+e},useDefault:!0,...t??{}})}function Vc(t){return!isNaN(parseFloat(t))}function w4(t){return L({type:Object,converter:{fromAttribute:e=>{if(e==null)return;let r=new Date(Date.parse(e));if(!isNaN(r.valueOf()))return r},toAttribute:e=>e?.toISOString()},useDefault:!0,...t??{}})}var Xo=t=>new Promise(e=>setTimeout(e,t));async function R4(t,e=10,r=2e4){await jc(async()=>await t()||void 0,e,r)}async function jc(t,e=10,r=2e4){let o=await t(),a=performance.now(),i=a;for(;o==null&&(!r||i-a<r);)await Xo(e),o=await t(),i=performance.now();if(o==null)throw new Error("Timeout exceeded");return o}function Kc(t,e){return t.flatMap(r=>[r,...Kc(e(r),e)])}function Zc(t,e,r){let o=(a,i)=>{var s;for(let c=0;c<a.length;c++){let d=a[c];if(!(((s=r(d,c,a,i))!==null&&s!==void 0?s:!0)&&o(e(d),[...i,d])))return!1}return!0};o(t,[])}function qc(t,e,r){let o=!1;return Zc(t,e,(a,i,s,c)=>(o=!!r(a,i,s,c),!o)),o}function _4(t,e,r){return!qc(t,e,(o,a,i,s)=>!r(o,a,i,s))}function N4(...t){return(e,r)=>t.includes(e)?Yc(r):r}function Yc(t){return t.match(/^\d{4}-\d{2}-\d{2}$/)&&(t=t.replace(/-/g,"/")),t=t.replace(" ","T").replace(/^(.+)(\+\d{2})(\d{2})$/,(e,r,o,a)=>r+o+":"+a),new Date(t)}function M4(t,e){if(t===e)return!0;if(t&&e&&typeof t=="object"&&typeof e=="object"){if(t.constructor!==e.constructor)return!1;let r,o;if(Array.isArray(t)){if(r=t.length,r!=e.length)return!1;for(o=r;o--!==0;)if(!be(t[o],e[o]))return!1;return!0}if(t instanceof Map&&e instanceof Map){if(t.size!==e.size)return!1;for(o of t.entries())if(!e.has(o[0]))return!1;for(o of t.entries())if(!be(o[1],e.get(o[0])))return!1;return!0}if(t instanceof Set&&e instanceof Set){if(t.size!==e.size)return!1;for(o of t.entries())if(!e.has(o[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===e.source&&t.flags===e.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===e.valueOf();let a=s=>Object.keys(s).filter(c=>s[c]!=null),i=a(t);if(r=i.length,r!==a(e).length)return!1;for(o=r;o--!==0;)if(!Object.prototype.hasOwnProperty.call(e,i[o]))return!1;for(o=r;o--!==0;){let s=i[o];if(!be(t[s],e[s]))return!1}return!0}return t!==t&&e!==e||t==null&&e==null}function be(t,e){try{return M4(t,e)}catch{return!1}}function ke(t,e){return!be(t,e)}function Ma(t,e,r=window.document.body){if(e.length>0){let o=t.composedPath();for(let a of o){if(a===r)return!1;if(a.matches&&e.some(i=>a.matches(i)))return!0}}return!1}function It(t,e,r){return Math.min(Math.max(t,e),r)}function T4(t){return t[t.length-1]}function Jo(t){return t instanceof HTMLSlotElement?t.assignedNodes().map(e=>Jo(e)).join(""):t?.textContent||""}function Ta(t){let e=[],r=o=>{o.stopPropagation(),e=o.composedPath()};return t.addEventListener("get-composed-path",r),t.dispatchEvent(new Event("get-composed-path",{composed:!0})),t.removeEventListener("get-composed-path",r),e}function De(t){return typeof window.structuredClone=="function"?structuredClone(t):t!=null?JSON.parse(JSON.stringify(t)):t}function k4(t,e){return(e??"")+(""+Math.floor(Math.random()*10**t)).padStart(t,"0")}function ue(t,e){let r=o=>o[t]===!0;return o=>{if(r(o))return o;let a=e(o);return a[t]=!0,a}}function I4(){return function(t,e,r){let o=r.value;r.value=function(a,...i){if(a.isComposing||a.keyCode===229){a.stopPropagation();return}return o.apply(this,[a].concat(i))}}}function ee(t){for(let[e,r]of Object.entries(t))Qr(e)(r)}var eo=class extends CustomEvent{constructor(e){super("ft-notification",{bubbles:!0,composed:!0,detail:e})}},Ia=class extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}},za=class extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}},Qo=ue(Symbol("withEventBus"),function(t,e){return class extends t{constructor(){super(...arguments),this.eventBus=e??document.createElement("span")}addEventListener(r,o,a){this.eventBus.addEventListener(r,o,a)}dispatchEvent(r){return this.eventBus.dispatchEvent(r)}removeEventListener(r,o,a){this.eventBus.removeEventListener(r,o,a)}}}),ot=class extends Qo(Object){};var to=class extends CustomEvent{constructor(e){super("clear-cache",{detail:{clearedKeys:e}})}},qe=class extends ot{constructor(){super(...arguments),this.content={}}register(e,r,o=!1){var a;let i=this.content[e],s=(a=i?.status)!==null&&a!==void 0?a:"REGISTERED";this.content[e]={...i,loader:r,final:o,status:s}}registerFinal(e,r){this.register(e,r,!0)}clearAll(e=!0){return this.clearMatching(()=>!0,e)}clearMatching(e,r=!0){let o=Object.keys(this.content).filter(e).filter(a=>this.clear(a,!1)!=null);return r&&o.length>0&&this.dispatchEvent(new to(o)),o}clear(e,r=!0){if(this.content[e]&&!this.content[e].final)return this.forceClear(e),r&&this.dispatchEvent(new to([e])),e}forceClear(e){var r;let o=this.content[e];o&&(this.clearClearTimeout(e),(r=o.promise)===null||r===void 0||r.cancel(),this.content[e]={loader:o.loader,final:o.final,status:"REGISTERED"})}clearClearTimeout(e){var r,o,a;((r=this.content[e])===null||r===void 0?void 0:r.clearTimeout)!=null&&(window.clearTimeout((o=this.content[e])===null||o===void 0?void 0:o.clearTimeout),(a=this.content[e])===null||a===void 0||delete a.clearTimeout)}set(e,r,o=!1){this.forceClear(e);let a=async()=>r,i="RESOLVED";this.content[e]={loader:a,final:o,status:i,value:r}}setFinal(e,r){return this.set(e,r,!0)}async get(e,r,o){if(!this.isRegistered(e)){if(!r)throw new Error("Unknown cache key "+e);this.register(e,r)}let a=this.content[e];switch(a.status){case"ERROR":throw a.error;case"LOADING":return a.promise;case"RESOLVED":return a.value;case"REGISTERED":return r=r??a.loader,a.status="LOADING",a.promise=Ra(r()),a.promise.then(i=>(a.status="RESOLVED",a.value=i,o!=null&&(this.clearClearTimeout(e),a.clearTimeout=window.setTimeout(()=>this.clear(e),o)),i)).catch(i=>{var s;throw!((s=a.promise)===null||s===void 0)&&s.isCanceled||(a.status="ERROR",a.error=i),i})}}isRegistered(e){return this.content[e]!=null}getNow(e){var r;return(r=this.content[e])===null||r===void 0?void 0:r.value}has(e){var r,o;return((r=this.content[e])===null||r===void 0?void 0:r.status)!==void 0&&((o=this.content[e])===null||o===void 0?void 0:o.status)!=="REGISTERED"}resolvedKeys(){return Object.keys(this.content).filter(e=>{var r;return((r=this.content[e])===null||r===void 0?void 0:r.status)==="RESOLVED"})}resolvedValues(){return this.resolvedKeys().map(e=>this.content[e].value)}keys(){return Object.keys(this.content)}};var Ha={};j(Ha,{ClusteringHelper:()=>Ba,formatHierarchicalValues:()=>$a});var Fa={};j(Fa,{accessBreadcrumb:()=>D4,accessResult:()=>Ua,accessResultId:()=>z4,accessResultUrl:()=>P4});function Ua(t){var e,r,o,a;return(a=(o=(r=(e=t?.map)!==null&&e!==void 0?e:t?.topic)!==null&&r!==void 0?r:t?.document)!==null&&o!==void 0?o:t?.htmlPackage)!==null&&a!==void 0?a:t?.htmlPackagePage}function z4(t){var e,r,o,a,i,s,c,d,f;return(d=(s=(a=(r=(e=t?.map)===null||e===void 0?void 0:e.mapId)!==null&&r!==void 0?r:(o=t?.topic)===null||o===void 0?void 0:o.tocId)!==null&&a!==void 0?a:(i=t?.document)===null||i===void 0?void 0:i.documentId)!==null&&s!==void 0?s:(c=t?.htmlPackage)===null||c===void 0?void 0:c.packageId)!==null&&d!==void 0?d:(f=t?.htmlPackagePage)===null||f===void 0?void 0:f.contentId}function P4(t){var e,r,o,a,i,s,c,d,f;return(d=(s=(a=(r=(e=t?.map)===null||e===void 0?void 0:e.readerUrl)!==null&&r!==void 0?r:(o=t?.topic)===null||o===void 0?void 0:o.readerUrl)!==null&&a!==void 0?a:(i=t?.document)===null||i===void 0?void 0:i.viewerUrl)!==null&&s!==void 0?s:(c=t?.htmlPackage)===null||c===void 0?void 0:c.viewerUrl)!==null&&d!==void 0?d:(f=t?.htmlPackagePage)===null||f===void 0?void 0:f.viewerUrl}function D4(t){return t?.topic?[t.topic.mapTitle,...t.topic.breadcrumb]:t?.map?[t.map.title]:t?.document?[t.document.title]:t?.htmlPackage?[t.htmlPackage.title]:t?.htmlPackagePage?[t.htmlPackagePage.packageTitle,t.htmlPackagePage.title]:[]}function $a(t,e){return e&&e>1&&t.length>=e?`... > ${t[t.length-1]}`:t.join(" > ")}var Ba=class t{constructor(e,r,o,a){this.allResults=e,this.selectedResult=r,this.clusteringMetadata=o,this.metadataDescriptors=a}static findResultWithMetadataValue(e,r,o){return e?.find(a=>{var i;return((i=this.extractResultMetadata({result:a}).find(s=>s.key==r))===null||i===void 0?void 0:i.value)==o})}static extractResultMetadata(e){var r,o;let a=(o=(r=Ua(e.result))===null||r===void 0?void 0:r.metadata)!==null&&o!==void 0?o:[];return e.key==null?t.flattenMetadata(a,e.hierarchicalValueTruncatingLevel,e.dateFormatter):t.flattenMetadata(a.find(i=>i.key===e.key),e.hierarchicalValueTruncatingLevel,e.dateFormatter)}static flattenMetadata(e,r,o){if(Array.isArray(e))return e.map(i=>t.flattenMetadata(i,r,o)).filter(i=>i!=null);let a=e?.hierarchicalValues!=null&&e.hierarchicalValues.length>0;if(!(e==null||e.values.length==0&&!a))if(a){let i=[],s=[];return e.hierarchicalValues.forEach(c=>{i.push($a(c)),s.push($a(c,r))}),{key:e.key,label:e.label,value:i.join(", "),displayValue:s.join(", "),displayTooltipValue:i.join(", ")}}else{let i=e.values.join(", "),s=e.values.map(c=>o?o(c):c).join(", ");return{key:e.key,label:e.label,value:i,displayValue:s,displayTooltipValue:s}}}computeClustersItemsForMetadata(e,r,o="No value",a,i){var s,c;let d=t.extractResultMetadata({result:this.selectedResult,key:e,dateFormatter:i}),f=(s=d?.label)!==null&&s!==void 0?s:(c=this.getMetadataDescriptor(e))===null||c===void 0?void 0:c.label;return this.allResults.map(h=>t.extractResultMetadata({result:h,key:e,hierarchicalValueTruncatingLevel:a,dateFormatter:i})).map(h=>h??{key:e,label:f,value:void 0,displayValue:o}).filter(h=>h.value!=d?.value).filter((h,y,v)=>v.findIndex(E=>E.value===h.value)===y).map(h=>({result:this.findBestResultForMetadataValue(e,h.value),metadata:h})).sort((h,y)=>this.compareMetadata(h.metadata.value,y.metadata.value,e,r))}compareMetadata(e,r,o,a){if(e==null)return-1;if(r==null)return 1;let i=this.getMetadataDescriptor(o),s=i?.sortRule||"NONE",c=i?.reverseSort||!1;if(s=="ALPHABET"||s=="VERSION"){let d=e.localeCompare(r,a,{numeric:!0});return c?d*-1:d}return 0}getMetadataDescriptor(e){return this.metadataDescriptors.find(r=>e==r.key)}findBestResultForMetadataValue(e,r){let o=this.allResults.filter(d=>{var f;return((f=t.extractResultMetadata({result:d,key:e}))===null||f===void 0?void 0:f.value)==r}),i=[...t.extractResultMetadata({result:this.selectedResult}).filter(d=>this.clusteringMetadata.has(d.key)).filter(d=>d.key!==e)],s,c=-1;for(let d of o){let f=this.countMatchingMetadata(d,i);if(f>c&&(c=f,s=d,f===i.length))break}return s}countMatchingMetadata(e,r){return t.extractResultMetadata({result:e}).filter(o=>r.some(a=>a.key===o.key&&a.value===o.value)).length}};var Ga={};j(Ga,{Debouncer:()=>xe});var xe=class{constructor(e=0){this.timeout=e,this.callbacks=[]}run(e,r){return this.callbacks=[e],this.debounce(r)}queue(e,r){return this.callbacks.push(e),this.debounce(r)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(e){return this.promise==null&&(this.promise=new Promise((r,o)=>{this.resolvePromise=r,this.rejectPromise=o})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),e??this.timeout),this.promise}async runCallbacks(){var e,r;let o=[...this.callbacks];this.callbacks=[];let a=(e=this.rejectPromise)!==null&&e!==void 0?e:(()=>null),i=(r=this.resolvePromise)!==null&&r!==void 0?r:(()=>null);this.clearPromise();for(let s of o)try{await s()}catch(c){a(c);return}i(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var si={};j(si,{designSystemVariables:()=>ne});var ii={};j(ii,{DesignSystemFamily:()=>nt,DesignSystemSize:()=>at,FtCssVariableFactory:()=>n,badge:()=>Z4,banner:()=>K4,button:()=>b,card:()=>F4,chart:()=>du,checkbox:()=>$4,chip:()=>W4,chipChoice:()=>G4,chipGroup:()=>V4,collapsible:()=>cu,combobox:()=>iu,dateRangePicker:()=>gu,drawer:()=>tu,floatingMenu:()=>au,foundation:()=>l,link:()=>j4,modal:()=>Q4,notice:()=>fu,notification:()=>hu,pageDesigner:()=>uu,pageFooter:()=>X4,pageHeader:()=>Y4,pageLayout:()=>J4,popover:()=>su,radio:()=>B4,reorderableList:()=>eu,resolveFamilyClass:()=>ni,resolveSizeClass:()=>ai,semantic:()=>u,setVariable:()=>O,switch_:()=>lu,table:()=>H4,tabs:()=>ru,textArea:()=>nu,textInput:()=>ou,titleBreadcrumb:()=>q4,toggle:()=>pu,tooltip:()=>mu,treeList:()=>M,typographies:()=>en,typographyBody1Medium:()=>qa,typographyBody1Regular:()=>Za,typographyBody1Semibold:()=>Ya,typographyBody2Medium:()=>Ja,typographyBody2MediumUnderline:()=>Xc,typographyBody2Regular:()=>Xa,typographyBody2Semibold:()=>ro,typographyCaption1Medium:()=>Qa,typographyCaption1Semibold:()=>ei,typographyCaption2Bold:()=>oi,typographyCaption2Medium:()=>ti,typographyCaption2Semibold:()=>ri,typographyDisplay:()=>Wa,typographyTitle1:()=>Va,typographyTitle2:()=>ja,typographyTitle3:()=>Ka,typographyVariants:()=>U4});var yt=t=>typeof t=="string"?mt(t):t,n=class{static create(e,r,o,a){let i=c=>yt(c??a),s=$`var(${yt(e)}, ${i(a)})`;return s.name=e,s.description=r,s.category=o,s.defaultValue=a,s.defaultCssValue=i,s.set=c=>O(s,c??i(a)),s.get=c=>$`var(${yt(e)}, ${i(c)})`,s.breadcrumb=()=>[],s.lastResortDefaultValue=()=>a,s}static extend(e,r,o,a){let i=c=>o.get(c??a),s=$`var(${yt(e)}, ${i(a)})`;return s.name=e,s.description=r,s.category=o.category,s.fallbackVariable=o,s.defaultValue=a,s.defaultCssValue=i,s.set=c=>O(s,c??i(a)),s.get=c=>$`var(${yt(e)}, ${i(c)})`,s.breadcrumb=()=>[o.name,...o.breadcrumb()],s.lastResortDefaultValue=()=>a??o.lastResortDefaultValue(),s}static external(e,r){let o=i=>e.defaultCssValue(i),a=$`var(${yt(e.name)}, ${o(e.defaultValue)})`;return a.name=e.name,a.category=e.category,a.fallbackVariable=e.fallbackVariable,a.defaultValue=e.defaultValue,a.context=r,a.defaultCssValue=o,a.set=i=>e.set(i),a.get=i=>$`var(${yt(e.name)}, ${o(i)})`,a.breadcrumb=()=>e.breadcrumb(),a.lastResortDefaultValue=()=>e.lastResortDefaultValue(),a}};function O(t,e){return yt(`${t.name}: ${e}`)}var l={colorWhite:n.create("--ftds-color-white","","COLOR","#ffffff"),colorGray0:n.create("--ftds-color-gray-0","","COLOR","#71718e"),colorGray10:n.create("--ftds-color-gray-10","","COLOR","#fbfbfc"),colorGray20:n.create("--ftds-color-gray-20","","COLOR","#f2f2f5"),colorGray30:n.create("--ftds-color-gray-30","","COLOR","#e9e9ed"),colorGray40:n.create("--ftds-color-gray-40","","COLOR","#e0e0e6"),colorGray50:n.create("--ftds-color-gray-50","","COLOR","#cdcdd7"),colorGray60:n.create("--ftds-color-gray-60","","COLOR","#bbbbc9"),colorGray70:n.create("--ftds-color-gray-70","","COLOR","#a8a8ba"),colorGray80:n.create("--ftds-color-gray-80","","COLOR","#9696ab"),colorGray90:n.create("--ftds-color-gray-90","","COLOR","#83839d"),colorGray100:n.create("--ftds-color-gray-100","","COLOR","#62627c"),colorGray200:n.create("--ftds-color-gray-200","","COLOR","#545469"),colorGray300:n.create("--ftds-color-gray-300","","COLOR","#454557"),colorGray400:n.create("--ftds-color-gray-400","","COLOR","#363644"),colorGray500:n.create("--ftds-color-gray-500","","COLOR","#282832"),colorGray600:n.create("--ftds-color-gray-600","","COLOR","#19191f"),colorGray700:n.create("--ftds-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:n.create("--ftds-color-brand-0","","COLOR","#9d207b"),colorBrand10:n.create("--ftds-color-brand-10","","COLOR","#f7edf4"),colorBrand20:n.create("--ftds-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:n.create("--ftds-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:n.create("--ftds-color-brand-40","","COLOR","#d395c2"),colorBrand50:n.create("--ftds-color-brand-50","","COLOR","#c778b1"),colorBrand60:n.create("--ftds-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:n.create("--ftds-color-brand-70","","COLOR","#ae3e90"),colorBrand100:n.create("--ftds-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:n.create("--ftds-color-brand-200","","COLOR","#78185e"),colorBrand300:n.create("--ftds-color-brand-300","","COLOR","#62144d"),colorBrand400:n.create("--ftds-color-brand-400","","COLOR","#4d103c"),colorBrand500:n.create("--ftds-color-brand-500","","COLOR","#380b2c"),colorBrand600:n.create("--ftds-color-brand-600","","COLOR","#23071b"),colorBrand700:n.create("--ftds-color-brand-700","","COLOR","#0d030b"),colorCyan0:n.create("--ftds-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:n.create("--ftds-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:n.create("--ftds-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:n.create("--ftds-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:n.create("--ftds-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:n.create("--ftds-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:n.create("--ftds-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:n.create("--ftds-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:n.create("--ftds-color-cyan-100","","COLOR","#0c849c"),colorCyan200:n.create("--ftds-color-cyan-200","","COLOR","#0a7085"),colorCyan300:n.create("--ftds-color-cyan-300","","COLOR","#085c6d"),colorCyan400:n.create("--ftds-color-cyan-400","","COLOR","#074856"),colorCyan500:n.create("--ftds-color-cyan-500","","COLOR","#05343e"),colorCyan600:n.create("--ftds-color-cyan-600","","COLOR","#032127"),colorCyan700:n.create("--ftds-color-cyan-700","","COLOR","#010d0f"),colorGreen0:n.create("--ftds-color-green-0","","COLOR","#21a274"),colorGreen10:n.create("--ftds-color-green-10","","COLOR","#edf7f3"),colorGreen20:n.create("--ftds-color-green-20","","COLOR","#cfebe1"),colorGreen30:n.create("--ftds-color-green-30","","COLOR","#b2dfcf"),colorGreen40:n.create("--ftds-color-green-40","","COLOR","#95d3bd"),colorGreen50:n.create("--ftds-color-green-50","","COLOR","#78c7ab"),colorGreen60:n.create("--ftds-color-green-60","","COLOR","#5bba98"),colorGreen70:n.create("--ftds-color-green-70","","COLOR","#3eae86"),colorGreen100:n.create("--ftds-color-green-100","","COLOR","#1d8d65"),colorGreen200:n.create("--ftds-color-green-200","","COLOR","#187856"),colorGreen300:n.create("--ftds-color-green-300","","COLOR","#146246"),colorGreen400:n.create("--ftds-color-green-400","","COLOR","#104d37"),colorGreen500:n.create("--ftds-color-green-500","","COLOR","#0b3828"),colorGreen600:n.create("--ftds-color-green-600","","COLOR","#072319"),colorGreen700:n.create("--ftds-color-green-700","","COLOR","#030d0a"),colorOrange0:n.create("--ftds-color-orange-0","","COLOR","#F2700D"),colorOrange10:n.create("--ftds-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:n.create("--ftds-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:n.create("--ftds-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:n.create("--ftds-color-orange-40","","COLOR","#FECB90"),colorOrange50:n.create("--ftds-color-orange-50","","COLOR","#FCB76E"),colorOrange60:n.create("--ftds-color-orange-60","","COLOR","#F9A34D"),colorOrange70:n.create("--ftds-color-orange-70","","COLOR","#F68B2C"),colorOrange100:n.create("--ftds-color-orange-100","","COLOR","#D35909"),colorOrange200:n.create("--ftds-color-orange-200","","COLOR","#B74706"),colorOrange300:n.create("--ftds-color-orange-300","","COLOR","#913503"),colorOrange400:n.create("--ftds-color-orange-400","","COLOR","#6F2601"),colorOrange500:n.create("--ftds-color-orange-500","","COLOR","#4D1800"),colorOrange600:n.create("--ftds-color-orange-600","","COLOR","#330F00"),colorOrange700:n.create("--ftds-color-orange-700","","COLOR","#140600"),colorRed0:n.create("--ftds-color-red-0","","COLOR","#b40e2c"),colorRed10:n.create("--ftds-color-red-10","","COLOR","#f9ebed"),colorRed20:n.create("--ftds-color-red-20","","COLOR","#efcbd2"),colorRed30:n.create("--ftds-color-red-30","","COLOR","#e5acb6"),colorRed40:n.create("--ftds-color-red-40","","COLOR","#db8c9b"),colorRed50:n.create("--ftds-color-red-50","","COLOR","#d16d7f"),colorRed60:n.create("--ftds-color-red-60","","COLOR","#c84d63"),colorRed70:n.create("--ftds-color-red-70","","COLOR","#be2e48"),colorRed100:n.create("--ftds-color-red-100","","COLOR","#9c0c26"),colorRed200:n.create("--ftds-color-red-200","","COLOR","#850a20"),colorRed300:n.create("--ftds-color-red-300","","COLOR","#6d081b"),colorRed400:n.create("--ftds-color-red-400","","COLOR","#560715"),colorRed500:n.create("--ftds-color-red-500","","COLOR","#3e050f"),colorRed600:n.create("--ftds-color-red-600","","COLOR","#270309"),colorRed700:n.create("--ftds-color-red-700","","COLOR","#0f0104"),colorYellow0:n.create("--ftds-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:n.create("--ftds-color-yellow-10","","COLOR","#fefae9"),colorYellow20:n.create("--ftds-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:n.create("--ftds-color-yellow-30","","COLOR","#faedaa"),colorYellow40:n.create("--ftds-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:n.create("--ftds-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:n.create("--ftds-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:n.create("--ftds-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:n.create("--ftds-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:n.create("--ftds-color-yellow-200","","COLOR","#b3970a"),colorYellow300:n.create("--ftds-color-yellow-300","","COLOR","#947c08"),colorYellow400:n.create("--ftds-color-yellow-400","","COLOR","#746206"),colorYellow500:n.create("--ftds-color-yellow-500","","COLOR","#554705"),colorYellow600:n.create("--ftds-color-yellow-600","","COLOR","#352d03"),colorYellow700:n.create("--ftds-color-yellow-700","","COLOR","#161201"),colorUltramarine0:n.create("--ftds-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:n.create("--ftds-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:n.create("--ftds-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:n.create("--ftds-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:n.create("--ftds-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:n.create("--ftds-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:n.create("--ftds-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:n.create("--ftds-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:n.create("--ftds-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:n.create("--ftds-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:n.create("--ftds-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:n.create("--ftds-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:n.create("--ftds-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:n.create("--ftds-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:n.create("--ftds-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:n.create("--ftds-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:n.create("--ftds-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:n.create("--ftds-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:n.create("--ftds-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:n.create("--ftds-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:n.create("--ftds-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:n.create("--ftds-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:n.create("--ftds-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:n.create("--ftds-color-avocado-100","","COLOR","#84A423"),colorAvocado200:n.create("--ftds-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:n.create("--ftds-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:n.create("--ftds-color-avocado-400","","COLOR","#495B13"),colorAvocado500:n.create("--ftds-color-avocado-500","","COLOR","#35420E"),colorAvocado600:n.create("--ftds-color-avocado-600","","COLOR","#212A09"),colorAvocado700:n.create("--ftds-color-avocado-700","","COLOR","#0E1104"),colorBrown0:n.create("--ftds-color-brown-0","","COLOR","#B26F4D"),colorBrown10:n.create("--ftds-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:n.create("--ftds-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:n.create("--ftds-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:n.create("--ftds-color-brown-40","","COLOR","#DABAAA"),colorBrown50:n.create("--ftds-color-brown-50","","COLOR","#D0A792"),colorBrown60:n.create("--ftds-color-brown-60","","COLOR","#C6947B"),colorBrown70:n.create("--ftds-color-brown-70","","COLOR","#BC8264"),colorBrown100:n.create("--ftds-color-brown-100","","COLOR","#9B6143"),colorBrown200:n.create("--ftds-color-brown-200","","COLOR","#845239"),colorBrown300:n.create("--ftds-color-brown-300","","COLOR","#6D442F"),colorBrown400:n.create("--ftds-color-brown-400","","COLOR","#553525"),colorBrown500:n.create("--ftds-color-brown-500","","COLOR","#3E271B"),colorBrown600:n.create("--ftds-color-brown-600","","COLOR","#271811"),colorBrown700:n.create("--ftds-color-brown-700","","COLOR","#100A07"),spacing1:n.create("--ftds-spacing-1","","SIZE","0.25rem"),spacing2:n.create("--ftds-spacing-2","","SIZE","calc(0.25rem*2)"),spacing3:n.create("--ftds-spacing-3","","SIZE","calc(0.25rem*3)"),spacing4:n.create("--ftds-spacing-4","","SIZE","calc(0.25rem*4)"),spacing5:n.create("--ftds-spacing-5","","SIZE","calc(0.25rem*5)"),spacing6:n.create("--ftds-spacing-6","","SIZE","calc(0.25rem*6)"),spacing8:n.create("--ftds-spacing-8","","SIZE","calc(0.25rem*8)"),spacing10:n.create("--ftds-spacing-10","","SIZE","calc(0.25rem*10)"),spacing12:n.create("--ftds-spacing-12","","SIZE","calc(0.25rem*12)"),spacing16:n.create("--ftds-spacing-16","","SIZE","calc(0.25rem*16)"),spacing20:n.create("--ftds-spacing-20","","SIZE","calc(0.25rem*20)"),spacing24:n.create("--ftds-spacing-24","","SIZE","calc(0.25rem*24)"),spacing28:n.create("--ftds-spacing-28","","SIZE","calc(0.25rem*28)"),spacing32:n.create("--ftds-spacing-32","","SIZE","calc(0.25rem*32)"),spacing05:n.create("--ftds-spacing-0-5","","SIZE","calc(0.25rem*0.5)"),borderRadiusS:n.create("--ftds-border-radius-s","","SIZE","4px"),borderRadiusM:n.create("--ftds-border-radius-m","","SIZE","8px"),borderRadiusL:n.create("--ftds-border-radius-l","","SIZE","12px"),borderRadiusXl:n.create("--ftds-border-radius-xl","","SIZE","16px"),borderRadiusPill:n.create("--ftds-border-radius-pill","","SIZE","999px"),borderRadiusRound:n.create("--ftds-border-radius-round","","SIZE","50%"),iconSize1:n.create("--ftds-icon-size-1","","SIZE","0.5rem"),iconSize2:n.create("--ftds-icon-size-2","","SIZE","0.75rem"),iconSize3:n.create("--ftds-icon-size-3","","SIZE","1rem"),iconSize4:n.create("--ftds-icon-size-4","","SIZE","1.25rem"),iconSize5:n.create("--ftds-icon-size-5","","SIZE","1.5rem"),iconSize6:n.create("--ftds-icon-size-6","","SIZE","2rem"),iconSize7:n.create("--ftds-icon-size-7","","SIZE","3rem"),opacity0:n.create("--ftds-opacity-0","","NUMBER","0"),opacity4:n.create("--ftds-opacity-4","","NUMBER","0.04"),opacity6:n.create("--ftds-opacity-6","","NUMBER","0.06"),opacity8:n.create("--ftds-opacity-8","","NUMBER","0.08"),opacity12:n.create("--ftds-opacity-12","","NUMBER","0.12"),opacity16:n.create("--ftds-opacity-16","","NUMBER","0.16"),opacity24:n.create("--ftds-opacity-24","","NUMBER","0.24"),opacity32:n.create("--ftds-opacity-32","","NUMBER","0.32"),opacity40:n.create("--ftds-opacity-40","","NUMBER","0.4"),opacity48:n.create("--ftds-opacity-48","","NUMBER","0.48"),opacity80:n.create("--ftds-opacity-80","","NUMBER","0.8"),shadowElevation01:n.create("--ftds-shadow-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0,0,0,0.06), 0px 1px 2px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation02:n.create("--ftds-shadow-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0,0,0,0.06), 0px 2px 5px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation03:n.create("--ftds-shadow-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0,0,0,0.06), 0px 3px 7px 0px rgba(0,0,0,0.14), 0px 1px 2px 0px rgba(0,0,0,0.06)"),shadowElevation04:n.create("--ftds-shadow-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0,0,0,0.06), 0px 4px 9px 0px rgba(0,0,0,0.14), 0px 2px 3px 0px rgba(0,0,0,0.06)"),shadowElevation06:n.create("--ftds-shadow-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0,0,0,0.06), 0px 6px 13px 0px rgba(0,0,0,0.14), 0px 4px 5px 0px rgba(0,0,0,0.06)"),shadowElevation08:n.create("--ftds-shadow-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0,0,0,0.06), 0px 8px 17px 0px rgba(0,0,0,0.14), 0px 6px 7px 0px rgba(0,0,0,0.06)"),shadowElevation12:n.create("--ftds-shadow-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0,0,0,0.06), 0px 12px 23px 0px rgba(0,0,0,0.14), 0px 10px 11px 0px rgba(0,0,0,0.06)"),shadowElevation16:n.create("--ftds-shadow-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0,0,0,0.06), 0px 16px 29px 0px rgba(0,0,0,0.14), 0px 14px 15px 0px rgba(0,0,0,0.06)"),shadowElevation24:n.create("--ftds-shadow-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0,0,0,0.06), 0px 24px 41px 0px rgba(0,0,0,0.14), 0px 22px 23px 0px rgba(0,0,0,0.06)")},Wa={fontFamily:n.create("--ftds-typography-display-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-display-font-weight","","UNKNOWN","600"),lineHeight:n.create("--ftds-typography-display-line-height","","SIZE","1.2"),fontSize:n.create("--ftds-typography-display-font-size","","SIZE","2.5rem"),letterSpacing:n.create("--ftds-typography-display-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:n.create("--ftds-typography-display-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-display-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-display-text-decoration","","UNKNOWN","none"),textCase:n.create("--ftds-typography-display-text-case","","UNKNOWN","none")},Va={fontFamily:n.create("--ftds-typography-title-1-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-title-1-font-weight","","UNKNOWN","600"),lineHeight:n.create("--ftds-typography-title-1-line-height","","SIZE","1.2"),fontSize:n.create("--ftds-typography-title-1-font-size","","SIZE","1.5rem"),letterSpacing:n.create("--ftds-typography-title-1-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:n.create("--ftds-typography-title-1-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-title-1-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-title-1-text-decoration","","UNKNOWN","none"),textCase:n.create("--ftds-typography-title-1-text-case","","UNKNOWN","none")},ja={fontFamily:n.create("--ftds-typography-title-2-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-title-2-font-weight","","UNKNOWN","500"),lineHeight:n.create("--ftds-typography-title-2-line-height","","SIZE","1.2"),fontSize:n.create("--ftds-typography-title-2-font-size","","SIZE","1.25rem"),letterSpacing:n.create("--ftds-typography-title-2-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:n.create("--ftds-typography-title-2-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-title-2-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-title-2-text-decoration","","UNKNOWN","none"),textCase:n.create("--ftds-typography-title-2-text-case","","UNKNOWN","none")},Ka={fontFamily:n.create("--ftds-typography-title-3-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-title-3-font-weight","","UNKNOWN","500"),lineHeight:n.create("--ftds-typography-title-3-line-height","","SIZE","1.2"),fontSize:n.create("--ftds-typography-title-3-font-size","","SIZE","1.125rem"),letterSpacing:n.create("--ftds-typography-title-3-letter-spacing","","SIZE","-0.01em"),paragraphSpacing:n.create("--ftds-typography-title-3-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-title-3-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-title-3-text-decoration","","UNKNOWN","none"),textCase:n.create("--ftds-typography-title-3-text-case","","UNKNOWN","none")},Za={fontFamily:n.create("--ftds-typography-body-1-regular-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-body-1-regular-font-weight","","UNKNOWN","400"),lineHeight:n.create("--ftds-typography-body-1-regular-line-height","","SIZE","1.35"),fontSize:n.create("--ftds-typography-body-1-regular-font-size","","SIZE","1rem"),letterSpacing:n.create("--ftds-typography-body-1-regular-letter-spacing","","SIZE","normal"),paragraphSpacing:n.create("--ftds-typography-body-1-regular-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-body-1-regular-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-body-1-regular-text-decoration","","UNKNOWN","none"),textCase:n.create("--ftds-typography-body-1-regular-text-case","","UNKNOWN","none")},qa={fontFamily:n.create("--ftds-typography-body-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-body-1-medium-font-weight","","UNKNOWN","500"),lineHeight:n.create("--ftds-typography-body-1-medium-line-height","","SIZE","1.35"),fontSize:n.create("--ftds-typography-body-1-medium-font-size","","SIZE","1rem"),letterSpacing:n.create("--ftds-typography-body-1-medium-letter-spacing","","SIZE","normal"),paragraphSpacing:n.create("--ftds-typography-body-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-body-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-body-1-medium-text-decoration","","UNKNOWN","none"),textCase:n.create("--ftds-typography-body-1-medium-text-case","","UNKNOWN","none")},Ya={fontFamily:n.create("--ftds-typography-body-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-body-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:n.create("--ftds-typography-body-1-semibold-line-height","","SIZE","1.35"),fontSize:n.create("--ftds-typography-body-1-semibold-font-size","","SIZE","1rem"),letterSpacing:n.create("--ftds-typography-body-1-semibold-letter-spacing","","SIZE","normal"),paragraphSpacing:n.create("--ftds-typography-body-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-body-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-body-1-semibold-text-decoration","","UNKNOWN","none"),textCase:n.create("--ftds-typography-body-1-semibold-text-case","","UNKNOWN","none")},Xa={fontFamily:n.create("--ftds-typography-body-2-regular-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-body-2-regular-font-weight","","UNKNOWN","400"),lineHeight:n.create("--ftds-typography-body-2-regular-line-height","","SIZE","1.35"),fontSize:n.create("--ftds-typography-body-2-regular-font-size","","SIZE","0.875rem"),letterSpacing:n.create("--ftds-typography-body-2-regular-letter-spacing","","SIZE","normal"),paragraphSpacing:n.create("--ftds-typography-body-2-regular-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-body-2-regular-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-body-2-regular-text-decoration","","UNKNOWN","none"),textCase:n.create("--ftds-typography-body-2-regular-text-case","","UNKNOWN","none")},Ja={fontFamily:n.create("--ftds-typography-body-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-body-2-medium-font-weight","","UNKNOWN","500"),lineHeight:n.create("--ftds-typography-body-2-medium-line-height","","SIZE","1.35"),fontSize:n.create("--ftds-typography-body-2-medium-font-size","","SIZE","0.875rem"),letterSpacing:n.create("--ftds-typography-body-2-medium-letter-spacing","","SIZE","normal"),paragraphSpacing:n.create("--ftds-typography-body-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-body-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-body-2-medium-text-decoration","","UNKNOWN","none"),textCase:n.create("--ftds-typography-body-2-medium-text-case","","UNKNOWN","none")},Xc={fontFamily:n.create("--ftds-typography-body-2-medium-underline-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-body-2-medium-underline-font-weight","","UNKNOWN","500"),lineHeight:n.create("--ftds-typography-body-2-medium-underline-line-height","","SIZE","1.35"),fontSize:n.create("--ftds-typography-body-2-medium-underline-font-size","","SIZE","0.875rem"),letterSpacing:n.create("--ftds-typography-body-2-medium-underline-letter-spacing","","SIZE","normal"),paragraphSpacing:n.create("--ftds-typography-body-2-medium-underline-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-body-2-medium-underline-paragraph-indent","","UNKNOWN","0"),textCase:n.create("--ftds-typography-body-2-medium-underline-text-case","","UNKNOWN","none"),textDecoration:n.create("--ftds-typography-body-2-medium-underline-text-decoration","","UNKNOWN","underline")},ro={fontFamily:n.create("--ftds-typography-body-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-body-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:n.create("--ftds-typography-body-2-semibold-line-height","","SIZE","1.35"),fontSize:n.create("--ftds-typography-body-2-semibold-font-size","","SIZE","0.875rem"),letterSpacing:n.create("--ftds-typography-body-2-semibold-letter-spacing","","SIZE","normal"),paragraphSpacing:n.create("--ftds-typography-body-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-body-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-body-2-semibold-text-decoration","","UNKNOWN","none"),textCase:n.create("--ftds-typography-body-2-semibold-text-case","","UNKNOWN","none")},Qa={fontFamily:n.create("--ftds-typography-caption-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-caption-1-medium-font-weight","","UNKNOWN","500"),lineHeight:n.create("--ftds-typography-caption-1-medium-line-height","","SIZE","1.3"),fontSize:n.create("--ftds-typography-caption-1-medium-font-size","","SIZE","0.75rem"),letterSpacing:n.create("--ftds-typography-caption-1-medium-letter-spacing","","SIZE","normal"),textCase:n.create("--ftds-typography-caption-1-medium-text-case","","UNKNOWN","none"),paragraphSpacing:n.create("--ftds-typography-caption-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-caption-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-caption-1-medium-text-decoration","","UNKNOWN","none")},ei={fontFamily:n.create("--ftds-typography-caption-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-caption-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:n.create("--ftds-typography-caption-1-semibold-line-height","","SIZE","1.3"),fontSize:n.create("--ftds-typography-caption-1-semibold-font-size","","SIZE","0.75rem"),letterSpacing:n.create("--ftds-typography-caption-1-semibold-letter-spacing","","SIZE","normal"),textCase:n.create("--ftds-typography-caption-1-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:n.create("--ftds-typography-caption-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-caption-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-caption-1-semibold-text-decoration","","UNKNOWN","none")},ti={fontFamily:n.create("--ftds-typography-caption-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-caption-2-medium-font-weight","","UNKNOWN","500"),lineHeight:n.create("--ftds-typography-caption-2-medium-line-height","","SIZE","1.3"),fontSize:n.create("--ftds-typography-caption-2-medium-font-size","","SIZE","0.6875rem"),letterSpacing:n.create("--ftds-typography-caption-2-medium-letter-spacing","","SIZE","normal"),textCase:n.create("--ftds-typography-caption-2-medium-text-case","","UNKNOWN","none"),paragraphSpacing:n.create("--ftds-typography-caption-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-caption-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-caption-2-medium-text-decoration","","UNKNOWN","none")},ri={fontFamily:n.create("--ftds-typography-caption-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-caption-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:n.create("--ftds-typography-caption-2-semibold-line-height","","SIZE","1.3"),fontSize:n.create("--ftds-typography-caption-2-semibold-font-size","","SIZE","0.6875rem"),letterSpacing:n.create("--ftds-typography-caption-2-semibold-letter-spacing","","SIZE","normal"),textCase:n.create("--ftds-typography-caption-2-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:n.create("--ftds-typography-caption-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-caption-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-caption-2-semibold-text-decoration","","UNKNOWN","none")},oi={fontFamily:n.create("--ftds-typography-caption-2-bold-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-caption-2-bold-font-weight","","UNKNOWN","700"),lineHeight:n.create("--ftds-typography-caption-2-bold-line-height","","SIZE","1.3"),fontSize:n.create("--ftds-typography-caption-2-bold-font-size","","SIZE","0.6875rem"),letterSpacing:n.create("--ftds-typography-caption-2-bold-letter-spacing","","SIZE","normal"),textCase:n.create("--ftds-typography-caption-2-bold-text-case","","UNKNOWN","none"),paragraphSpacing:n.create("--ftds-typography-caption-2-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-caption-2-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-caption-2-bold-text-decoration","","UNKNOWN","none")},en={display:Wa,"title-1":Va,"title-2":ja,"title-3":Ka,"body-1-regular":Za,"body-1-medium":qa,"body-1-semibold":Ya,"body-2-regular":Xa,"body-2-medium":Ja,"body-2-medium-underline":Xc,"body-2-semibold":ro,"caption-1-medium":Qa,"caption-1-semibold":ei,"caption-2-medium":ti,"caption-2-semibold":ri,"caption-2-bold":oi},U4=["display","title-1","title-2","title-3","body-1","body-2","body-2-underline","caption-1","caption-2"];var u={backgroundActionPrimary:n.extend("--ftds-background-action-primary","Used as backgorund of primary action components.",l.colorBrand0),backgroundErrorSubtle:n.extend("--ftds-background-error-subtle","Used as background of subtle error components.",l.colorRed10),backgroundInfoSubtle:n.extend("--ftds-background-info-subtle","Used as background of subtle information components.",l.colorCyan10),backgroundWarningSubtle:n.extend("--ftds-background-warning-subtle","Used as background of subtle information components.",l.colorOrange10),backgroundSuccessSubtle:n.extend("--ftds-background-success-subtle","Used as background of subtle success components.",l.colorGreen10),backgroundGlobalSurface:n.extend("--ftds-background-global-surface","Used as app background.",l.colorWhite),backgroundGlobalOnSurface:n.extend("--ftds-background-global-on-surface","Used as background on element on the base background, like cards.",l.colorGray10),backgroundGlobalOnSurfaceDark:n.extend("--ftds-background-global-on-surface-dark","Used as background on element that need background separation.",l.colorGray30),contentActionPrimary:n.extend("--ftds-content-action-primary","Used on label of primary action on light surface.",l.colorBrand0),contentWarningPrimary:n.extend("--ftds-content-warning-primary","Used on label of warning messages on light surface.",l.colorOrange200),contentWarningIconOnly:n.extend("--ftds-content-warning-icon-only","Used on warning status icons alone",l.colorOrange0),contentErrorPrimary:n.extend("--ftds-content-error-primary","Used on label of error messages on light surface.",l.colorRed0),contentErrorIconOnly:n.extend("--ftds-content-error-icon-only","Used on error status icons alone",l.colorRed70),contentInfoPrimary:n.extend("--ftds-content-info-primary","Used on label of information messages on light surface.",l.colorCyan200),contentInfoIconOnly:n.extend("--ftds-content-info-icon-only","Used on info status icons alone",l.colorCyan0),contentSuccessPrimary:n.extend("--ftds-content-success-primary","Used on label of success messages on light surface.",l.colorGreen200),contentSuccessIconOnly:n.extend("--ftds-content-success-icon-only","Used on success status icons alone",l.colorGreen0),contentGlobalPrimary:n.extend("--ftds-content-global-primary","Used for main content on the page.",l.colorGray500),contentGlobalSecondary:n.extend("--ftds-content-global-secondary",`Used for secondary content, often paired with primary content.
|
|
4
|
+
Also for action icons.`,l.colorGray200),contentGlobalSubtle:n.extend("--ftds-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",l.colorGray0),contentGlobalOnColor:n.extend("--ftds-content-global-on-color","Used for content on a dominant color.",l.colorWhite),borderActionPrimary:n.extend("--ftds-border-action-primary","Used as border for primary action components.",l.colorBrand0),borderActionFocusRing:n.extend("--ftds-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",l.colorCyan0),borderWarningPrimary:n.extend("--ftds-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",l.colorOrange200),borderWarningSubtle:n.extend("--ftds-border-warning-subtle","Used as border for warning components.",l.colorOrange30),borderSuccessPrimary:n.extend("--ftds-border-success-primary","Used as border for success buttons.",l.colorGreen200),borderSuccessSubtle:n.extend("--ftds-border-success-subtle","Used as border for success components.",l.colorGreen30),borderErrorPrimary:n.extend("--ftds-border-error-primary","Used as border for text fields in error states.",l.colorRed0),borderErrorSubtle:n.extend("--ftds-border-error-subtle","Used as border for error components.",l.colorRed30),borderInfoPrimary:n.extend("--ftds-border-info-primary","Used as border for buttons in info color.",l.colorCyan200),borderInfoSubtle:n.extend("--ftds-border-info-subtle","Used as border for information components.",l.colorCyan30),borderGlobalPrimary:n.extend("--ftds-border-global-primary","Used as border for elements/areas filled with background.global.on-surface-dark",l.colorGray50),borderGlobalSecondary:n.extend("--ftds-border-global-secondary","Used as border for elements/areas filled with background.global.on-surface",l.colorGray40),borderGlobalSubtle:n.extend("--ftds-border-global-subtle","Used as border to deliminate an area/element filled with background.global.surface and separators.",l.colorGray30),borderInputPrimary:n.extend("--ftds-border-input-primary","Used as border for checkboxes and radio buttons",l.colorGray80),borderNeutralPrimary:n.extend("--ftds-border-neutral-primary","Used as border for neutral secondary buttons",l.colorGray200)};var b={largeHeight:n.create("--ftds-button-large-height","","SIZE","40px"),largeHorizontalPadding:n.extend("--ftds-button-large-horizontal-padding","",l.spacing4),largeGap:n.extend("--ftds-button-large-gap","",l.spacing2),largeBorderRadius:n.extend("--ftds-button-large-border-radius","",l.borderRadiusS),largeIconSize:n.extend("--ftds-button-large-icon-size","",l.iconSize3),largeBorderWidth:n.create("--ftds-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:n.create("--ftds-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:n.create("--ftds-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:n.create("--ftds-button-large-icon-only-width","","SIZE","40px"),mediumHeight:n.create("--ftds-button-medium-height","","SIZE","30px"),mediumHorizontalPadding:n.extend("--ftds-button-medium-horizontal-padding","",l.spacing3),mediumGap:n.extend("--ftds-button-medium-gap","",l.spacing2),mediumBorderRadius:n.extend("--ftds-button-medium-border-radius","",l.borderRadiusS),mediumIconSize:n.extend("--ftds-button-medium-icon-size","",l.iconSize2),mediumBorderWidth:n.create("--ftds-button-medium-border-width","","SIZE","1px"),mediumFocusOutlineOffset:n.create("--ftds-button-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:n.create("--ftds-button-medium-focus-outline-width","","SIZE","2px"),mediumIconOnlyWidth:n.create("--ftds-button-medium-icon-only-width","","SIZE","30px"),smallHeight:n.create("--ftds-button-small-height","","SIZE","20px"),smallHorizontalPadding:n.extend("--ftds-button-small-horizontal-padding","",l.spacing2),smallGap:n.extend("--ftds-button-small-gap","",l.spacing1),smallBorderRadius:n.extend("--ftds-button-small-border-radius","",l.borderRadiusS),smallIconSize:n.extend("--ftds-button-small-icon-size","",l.iconSize1),smallBorderWidth:n.create("--ftds-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:n.create("--ftds-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:n.create("--ftds-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:n.create("--ftds-button-small-icon-only-width","","SIZE","20px"),xSmallHeight:n.create("--ftds-button-x-small-height","","SIZE","16px"),xSmallIconSize:n.extend("--ftds-button-x-small-icon-size","",l.iconSize1),xSmallFocusOutlineOffset:n.create("--ftds-button-x-small-focus-outline-offset","","SIZE","2px"),xSmallFocusOutlineWidth:n.create("--ftds-button-x-small-focus-outline-width","","SIZE","2px"),xSmallIconOnlyWidth:n.create("--ftds-button-x-small-icon-only-width","","SIZE","16px"),roundBorderRadius:n.extend("--ftds-button-round-border-radius","",l.borderRadiusPill),primaryBrandBackgroundColor:n.extend("--ftds-button-primary-brand-background-color","",u.backgroundActionPrimary),primaryBrandColor:n.extend("--ftds-button-primary-brand-color","",u.contentGlobalOnColor),primaryBrandIconColor:n.extend("--ftds-button-primary-brand-icon-color","",u.contentGlobalOnColor),primaryBrandStateLayerColor:n.extend("--ftds-button-primary-brand-state-layer-color","",u.contentGlobalOnColor),primaryBrandHoverStateLayerOpacity:n.extend("--ftds-button-primary-brand-hover-state-layer-opacity","",l.opacity16),primaryBrandFocusStateLayerOpacity:n.extend("--ftds-button-primary-brand-focus-state-layer-opacity","",l.opacity16),primaryBrandActiveStateLayerOpacity:n.extend("--ftds-button-primary-brand-active-state-layer-opacity","",l.opacity24),primaryBrandDisabledComponentOpacity:n.extend("--ftds-button-primary-brand-disabled-component-opacity","",l.opacity40),focusFocusRingColor:n.extend("--ftds-button-focus-focus-ring-color","",u.borderActionFocusRing),tertiaryBrandBackgroundColor:n.create("--ftds-button-tertiary-brand-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryBrandColor:n.extend("--ftds-button-tertiary-brand-color","",u.contentActionPrimary),tertiaryBrandIconColor:n.extend("--ftds-button-tertiary-brand-icon-color","",u.contentActionPrimary),tertiaryBrandStateLayerColor:n.extend("--ftds-button-tertiary-brand-state-layer-color","",u.contentActionPrimary),tertiaryBrandHoverStateLayerOpacity:n.extend("--ftds-button-tertiary-brand-hover-state-layer-opacity","",l.opacity8),tertiaryBrandFocusStateLayerOpacity:n.extend("--ftds-button-tertiary-brand-focus-state-layer-opacity","",l.opacity8),tertiaryBrandActiveStateLayerOpacity:n.extend("--ftds-button-tertiary-brand-active-state-layer-opacity","",l.opacity16),tertiaryBrandDisabledComponentOpacity:n.extend("--ftds-button-tertiary-brand-disabled-component-opacity","",l.opacity40),tertiaryInfoBackgroundColor:n.create("--ftds-button-tertiary-info-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryInfoColor:n.extend("--ftds-button-tertiary-info-color","",u.contentInfoPrimary),tertiaryInfoIconColor:n.extend("--ftds-button-tertiary-info-icon-color","",u.contentInfoPrimary),tertiaryInfoStateLayerColor:n.extend("--ftds-button-tertiary-info-state-layer-color","",u.contentInfoPrimary),tertiaryInfoFocusStateLayerOpacity:n.extend("--ftds-button-tertiary-info-focus-state-layer-opacity","",l.opacity8),tertiaryInfoHoverStateLayerOpacity:n.extend("--ftds-button-tertiary-info-hover-state-layer-opacity","",l.opacity8),tertiaryInfoActiveStateLayerOpacity:n.extend("--ftds-button-tertiary-info-active-state-layer-opacity","",l.opacity16),tertiaryInfoDisabledComponentOpacity:n.extend("--ftds-button-tertiary-info-disabled-component-opacity","",l.opacity40),tertiarySuccessBackgroundColor:n.create("--ftds-button-tertiary-success-background-color","","COLOR","rgba(0,0,0,0)"),tertiarySuccessColor:n.extend("--ftds-button-tertiary-success-color","",u.contentSuccessPrimary),tertiarySuccessIconColor:n.extend("--ftds-button-tertiary-success-icon-color","",u.contentSuccessPrimary),tertiarySuccessStateLayerColor:n.extend("--ftds-button-tertiary-success-state-layer-color","",u.contentSuccessPrimary),tertiarySuccessHoverStateLayerOpacity:n.extend("--ftds-button-tertiary-success-hover-state-layer-opacity","",l.opacity8),tertiarySuccessFocusStateLayerOpacity:n.extend("--ftds-button-tertiary-success-focus-state-layer-opacity","",l.opacity8),tertiarySuccessActiveStateLayerOpacity:n.extend("--ftds-button-tertiary-success-active-state-layer-opacity","",l.opacity16),tertiarySuccessDisabledComponentOpacity:n.extend("--ftds-button-tertiary-success-disabled-component-opacity","",l.opacity40),tertiaryWarningBackgroundColor:n.create("--ftds-button-tertiary-warning-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryWarningColor:n.extend("--ftds-button-tertiary-warning-color","",u.contentWarningPrimary),tertiaryWarningIconColor:n.extend("--ftds-button-tertiary-warning-icon-color","",u.contentWarningPrimary),tertiaryWarningStateLayerColor:n.extend("--ftds-button-tertiary-warning-state-layer-color","",u.contentWarningPrimary),tertiaryWarningHoverStateLayerOpacity:n.extend("--ftds-button-tertiary-warning-hover-state-layer-opacity","",l.opacity8),tertiaryWarningFocusStateLayerOpacity:n.extend("--ftds-button-tertiary-warning-focus-state-layer-opacity","",l.opacity8),tertiaryWarningActiveStateLayerOpacity:n.extend("--ftds-button-tertiary-warning-active-state-layer-opacity","",l.opacity16),tertiaryWarningDisabledComponentOpacity:n.extend("--ftds-button-tertiary-warning-disabled-component-opacity","",l.opacity40),tertiaryErrorBackgroundColor:n.create("--ftds-button-tertiary-error-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryErrorColor:n.extend("--ftds-button-tertiary-error-color","",u.contentErrorPrimary),tertiaryErrorIconColor:n.extend("--ftds-button-tertiary-error-icon-color","",u.contentErrorPrimary),tertiaryErrorStateLayerColor:n.extend("--ftds-button-tertiary-error-state-layer-color","",u.contentErrorPrimary),tertiaryErrorHoverStateLayerOpacity:n.extend("--ftds-button-tertiary-error-hover-state-layer-opacity","",l.opacity8),tertiaryErrorFocusStateLayerOpacity:n.extend("--ftds-button-tertiary-error-focus-state-layer-opacity","",l.opacity8),tertiaryErrorActiveStateLayerOpacity:n.extend("--ftds-button-tertiary-error-active-state-layer-opacity","",l.opacity16),tertiaryErrorDisabledComponentOpacity:n.extend("--ftds-button-tertiary-error-disabled-component-opacity","",l.opacity40),tertiaryNeutralBackgroundColor:n.create("--ftds-button-tertiary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryNeutralIconColor:n.extend("--ftds-button-tertiary-neutral-icon-color","",u.contentGlobalSecondary),tertiaryNeutralColor:n.extend("--ftds-button-tertiary-neutral-color","",u.contentGlobalSecondary),tertiaryNeutralStateLayerColor:n.extend("--ftds-button-tertiary-neutral-state-layer-color","",u.contentGlobalSecondary),tertiaryNeutralHoverStateLayerOpacity:n.extend("--ftds-button-tertiary-neutral-hover-state-layer-opacity","",l.opacity8),tertiaryNeutralFocusStateLayerOpacity:n.extend("--ftds-button-tertiary-neutral-focus-state-layer-opacity","",l.opacity8),tertiaryNeutralActiveStateLayerOpacity:n.extend("--ftds-button-tertiary-neutral-active-state-layer-opacity","",l.opacity16),tertiaryNeutralDisabledComponentOpacity:n.extend("--ftds-button-tertiary-neutral-disabled-component-opacity","",l.opacity40),secondaryBrandBackgroundColor:n.create("--ftds-button-secondary-brand-background-color","","COLOR","rgba(0,0,0,0)"),secondaryBrandColor:n.extend("--ftds-button-secondary-brand-color","",u.contentActionPrimary),secondaryBrandIconColor:n.extend("--ftds-button-secondary-brand-icon-color","",u.contentActionPrimary),secondaryBrandStateLayerColor:n.extend("--ftds-button-secondary-brand-state-layer-color","",u.contentActionPrimary),secondaryBrandHoverStateLayerOpacity:n.extend("--ftds-button-secondary-brand-hover-state-layer-opacity","",l.opacity8),secondaryBrandFocusStateLayerOpacity:n.extend("--ftds-button-secondary-brand-focus-state-layer-opacity","",l.opacity8),secondaryBrandActiveStateLayerOpacity:n.extend("--ftds-button-secondary-brand-active-state-layer-opacity","",l.opacity16),secondaryBrandDisabledComponentOpacity:n.extend("--ftds-button-secondary-brand-disabled-component-opacity","",l.opacity40),secondaryBrandBorderColor:n.extend("--ftds-button-secondary-brand-border-color","",u.borderActionPrimary),secondaryNeutralHoverStateLayerOpacity:n.extend("--ftds-button-secondary-neutral-hover-state-layer-opacity","",l.opacity8),secondaryNeutralFocusStateLayerOpacity:n.extend("--ftds-button-secondary-neutral-focus-state-layer-opacity","",l.opacity8),secondaryNeutralActiveStateLayerOpacity:n.extend("--ftds-button-secondary-neutral-active-state-layer-opacity","",l.opacity16),secondaryNeutralDisabledComponentOpacity:n.extend("--ftds-button-secondary-neutral-disabled-component-opacity","",l.opacity40),secondaryNeutralBackgroundColor:n.create("--ftds-button-secondary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),secondaryNeutralColor:n.extend("--ftds-button-secondary-neutral-color","",u.contentGlobalSecondary),secondaryNeutralIconColor:n.extend("--ftds-button-secondary-neutral-icon-color","",u.contentGlobalSecondary),secondaryNeutralStateLayerColor:n.extend("--ftds-button-secondary-neutral-state-layer-color","",u.contentGlobalSecondary),secondaryNeutralBorderColor:n.extend("--ftds-button-secondary-neutral-border-color","",u.borderNeutralPrimary),secondaryInfoHoverStateLayerOpacity:n.extend("--ftds-button-secondary-info-hover-state-layer-opacity","",l.opacity8),secondaryInfoFocusStateLayerOpacity:n.extend("--ftds-button-secondary-info-focus-state-layer-opacity","",l.opacity8),secondaryInfoActiveStateLayerOpacity:n.extend("--ftds-button-secondary-info-active-state-layer-opacity","",l.opacity16),secondaryInfoDisabledComponentOpacity:n.extend("--ftds-button-secondary-info-disabled-component-opacity","",l.opacity40),secondaryInfoBackgroundColor:n.create("--ftds-button-secondary-info-background-color","","COLOR","rgba(0,0,0,0)"),secondaryInfoBorderColor:n.extend("--ftds-button-secondary-info-border-color","",u.borderInfoPrimary),secondaryInfoColor:n.extend("--ftds-button-secondary-info-color","",u.contentInfoPrimary),secondaryInfoIconColor:n.extend("--ftds-button-secondary-info-icon-color","",u.contentInfoPrimary),secondaryInfoStateLayerColor:n.extend("--ftds-button-secondary-info-state-layer-color","",u.contentInfoPrimary),secondarySuccessHoverStateLayerOpacity:n.extend("--ftds-button-secondary-success-hover-state-layer-opacity","",l.opacity8),secondarySuccessFocusStateLayerOpacity:n.extend("--ftds-button-secondary-success-focus-state-layer-opacity","",l.opacity8),secondarySuccessActiveStateLayerOpacity:n.extend("--ftds-button-secondary-success-active-state-layer-opacity","",l.opacity16),secondarySuccessDisabledComponentOpacity:n.extend("--ftds-button-secondary-success-disabled-component-opacity","",l.opacity40),secondarySuccessBackgroundColor:n.create("--ftds-button-secondary-success-background-color","","COLOR","rgba(0,0,0,0)"),secondarySuccessBorderColor:n.extend("--ftds-button-secondary-success-border-color","",u.borderSuccessPrimary),secondarySuccessColor:n.extend("--ftds-button-secondary-success-color","",u.contentSuccessPrimary),secondarySuccessIconColor:n.extend("--ftds-button-secondary-success-icon-color","",u.contentSuccessPrimary),secondarySuccessStateLayerColor:n.extend("--ftds-button-secondary-success-state-layer-color","",u.contentSuccessPrimary),secondaryWarningHoverStateLayerOpacity:n.extend("--ftds-button-secondary-warning-hover-state-layer-opacity","",l.opacity8),secondaryWarningFocusStateLayerOpacity:n.extend("--ftds-button-secondary-warning-focus-state-layer-opacity","",l.opacity8),secondaryWarningActiveStateLayerOpacity:n.extend("--ftds-button-secondary-warning-active-state-layer-opacity","",l.opacity16),secondaryWarningDisabledComponentOpacity:n.extend("--ftds-button-secondary-warning-disabled-component-opacity","",l.opacity40),secondaryWarningBackgroundColor:n.create("--ftds-button-secondary-warning-background-color","","COLOR","rgba(0,0,0,0)"),secondaryWarningBorderColor:n.extend("--ftds-button-secondary-warning-border-color","",u.borderWarningPrimary),secondaryWarningColor:n.extend("--ftds-button-secondary-warning-color","",u.contentWarningPrimary),secondaryWarningIconColor:n.extend("--ftds-button-secondary-warning-icon-color","",u.contentWarningPrimary),secondaryWarningStateLayerColor:n.extend("--ftds-button-secondary-warning-state-layer-color","",u.contentWarningPrimary),secondaryErrorHoverStateLayerOpacity:n.extend("--ftds-button-secondary-error-hover-state-layer-opacity","",l.opacity8),secondaryErrorFocusStateLayerOpacity:n.extend("--ftds-button-secondary-error-focus-state-layer-opacity","",l.opacity8),secondaryErrorActiveStateLayerOpacity:n.extend("--ftds-button-secondary-error-active-state-layer-opacity","",l.opacity16),secondaryErrorDisabledComponentOpacity:n.extend("--ftds-button-secondary-error-disabled-component-opacity","",l.opacity40),secondaryErrorBackgroundColor:n.create("--ftds-button-secondary-error-background-color","","COLOR","rgba(0,0,0,0)"),secondaryErrorBorderColor:n.extend("--ftds-button-secondary-error-border-color","",u.contentErrorPrimary),secondaryErrorColor:n.extend("--ftds-button-secondary-error-color","",u.contentErrorPrimary),secondaryErrorIconColor:n.extend("--ftds-button-secondary-error-icon-color","",u.contentErrorPrimary),secondaryErrorStateLayerColor:n.extend("--ftds-button-secondary-error-state-layer-color","",u.contentErrorPrimary)};var F4={borderRadius:n.extend("--ftds-card-border-radius","",l.borderRadiusS),focusFocusRingColor:n.extend("--ftds-card-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineWidth:n.create("--ftds-card-focus-outline-width","","SIZE","2px"),focusOutlineOffset:n.create("--ftds-card-focus-outline-offset","","SIZE","2px"),headerTitleHorizontalPadding:n.extend("--ftds-card-header-title-horizontal-padding","",l.spacing4),headerTitleVerticalPadding:n.extend("--ftds-card-header-title-vertical-padding","",l.spacing3),headerActionHorizontalPadding:n.extend("--ftds-card-header-action-horizontal-padding","",l.spacing2),headerActionVerticalPadding:n.extend("--ftds-card-header-action-vertical-padding","",l.spacing2),headerActionGap:n.extend("--ftds-card-header-action-gap","",l.spacing1),bodyHorizontalPadding:n.extend("--ftds-card-body-horizontal-padding","",l.spacing4),bodyVerticalPadding:n.extend("--ftds-card-body-vertical-padding","",l.spacing4),footerActionHorizontalPadding:n.extend("--ftds-card-footer-action-horizontal-padding","",l.spacing2),footerActionVerticalPadding:n.extend("--ftds-card-footer-action-vertical-padding","",l.spacing2),footerActionGap:n.extend("--ftds-card-footer-action-gap","",l.spacing1),footerContentHorizontalPadding:n.extend("--ftds-card-footer-content-horizontal-padding","",l.spacing4),footerContentVerticalPadding:n.extend("--ftds-card-footer-content-vertical-padding","",l.spacing3),sideBarHorizontalPadding:n.extend("--ftds-card-side-bar-horizontal-padding","",l.spacing1),sideBarVerticalPadding:n.extend("--ftds-card-side-bar-vertical-padding","",l.spacing1),sideBarGap:n.extend("--ftds-card-side-bar-gap","",l.spacing1),nonSelectableBorderWidth:n.create("--ftds-card-non-selectable-border-width","","SIZE","1px"),nonSelectableStateLayerColor:n.extend("--ftds-card-non-selectable-state-layer-color","",u.contentGlobalPrimary),nonSelectableDefaultBackgroundColor:n.extend("--ftds-card-non-selectable-default-background-color","",u.backgroundGlobalOnSurface),nonSelectableDefaultBorderColor:n.extend("--ftds-card-non-selectable-default-border-color","",u.borderGlobalSecondary),nonSelectableHoverBorderColor:n.extend("--ftds-card-non-selectable-hover-border-color","",u.borderGlobalPrimary),nonSelectableHoverStateLayerOpacity:n.extend("--ftds-card-non-selectable-hover-state-layer-opacity","",l.opacity4),nonSelectableFocusBorderColor:n.extend("--ftds-card-non-selectable-focus-border-color","",u.borderGlobalPrimary),nonSelectableFocusStateLayerOpacity:n.extend("--ftds-card-non-selectable-focus-state-layer-opacity","",l.opacity4),internalBorderColor:n.extend("--ftds-card-internal-border-color","",u.borderGlobalSecondary),selectableUnselectedBorderWidth:n.create("--ftds-card-selectable-unselected-border-width","","SIZE","1px"),selectableUnselectedStateLayerColor:n.extend("--ftds-card-selectable-unselected-state-layer-color","",u.contentGlobalPrimary),selectableUnselectedDefaultBackgroundColor:n.extend("--ftds-card-selectable-unselected-default-background-color","",u.backgroundGlobalOnSurface),selectableUnselectedDefaultBorderColor:n.extend("--ftds-card-selectable-unselected-default-border-color","",u.borderGlobalSecondary),selectableUnselectedHoverBorderColor:n.extend("--ftds-card-selectable-unselected-hover-border-color","",u.borderGlobalPrimary),selectableUnselectedHoverStateLayerOpacity:n.extend("--ftds-card-selectable-unselected-hover-state-layer-opacity","",l.opacity4),selectableUnselectedFocusBorderColor:n.extend("--ftds-card-selectable-unselected-focus-border-color","",u.borderGlobalPrimary),selectableUnselectedFocusStateLayerOpacity:n.extend("--ftds-card-selectable-unselected-focus-state-layer-opacity","",l.opacity4),selectableSelectedBorderColor:n.extend("--ftds-card-selectable-selected-border-color","",u.borderActionPrimary),selectableSelectedBorderWidth:n.create("--ftds-card-selectable-selected-border-width","","SIZE","2px"),selectableSelectedStateLayerColor:n.extend("--ftds-card-selectable-selected-state-layer-color","",u.contentActionPrimary),selectableSelectedBackgroundColor:n.extend("--ftds-card-selectable-selected-background-color","",u.backgroundGlobalSurface),selectableSelectedDefaultStateLayerOpacity:n.extend("--ftds-card-selectable-selected-default-state-layer-opacity","",l.opacity4),selectableSelectedHoverStateLayerOpacity:n.extend("--ftds-card-selectable-selected-hover-state-layer-opacity","",l.opacity4),selectableSelectedFocusStateLayerOpacity:n.extend("--ftds-card-selectable-selected-focus-state-layer-opacity","",l.opacity4),internalBorderWidth:n.create("--ftds-card-internal-border-width","","SIZE","1px")};var M={loadMoreIconSize:n.extend("--ftds-tree-list-load-more-icon-size","",l.iconSize2),loadMorePaddingLeft:n.extend("--ftds-tree-list-load-more-padding-left","",l.spacing6),loadMoreUnselectedDefaultBorderColor:n.extend("--ftds-tree-list-load-more-unselected-default-border-color","",u.borderGlobalSubtle),loadMoreIconColor:n.extend("--ftds-tree-list-load-more-icon-color","",u.contentActionPrimary),loadMoreLabelColor:n.extend("--ftds-tree-list-load-more-label-color","",u.contentActionPrimary),loadMoreHoverBorderColor:n.extend("--ftds-tree-list-load-more-hover-border-color","",l.colorBrand20),loadMoreHoverBackgroundColor:n.create("--ftds-tree-list-load-more-hover-background-color","","COLOR","rgba(157,32,123,0.08)"),loadMoreActiveBorderColor:n.extend("--ftds-tree-list-load-more-active-border-color","",l.colorBrand20),loadMoreActiveBackgroundColor:n.create("--ftds-tree-list-load-more-active-background-color","","COLOR","rgba(157,32,123,0.16)"),loadMoreFocusBackgroundColor:n.create("--ftds-tree-list-load-more-focus-background-color","","COLOR","rgba(157,32,123,0.08)"),loadMoreDescendantOfSelectedDefaultBackgroundColor:n.create("--ftds-tree-list-load-more-descendant-of-selected-default-background-color","","COLOR","rgba(113,113,142,0.08)"),loadMoreDescendantOfSelectedDefaultBorderColor:n.extend("--ftds-tree-list-load-more-descendant-of-selected-default-border-color","",u.borderGlobalPrimary),loadMoreLabelMarginLeft:n.extend("--ftds-tree-list-load-more-label-margin-left","",l.spacing1),nodeIconSize:n.extend("--ftds-tree-list-node-icon-size","",l.iconSize2),nodeHeight:n.create("--ftds-tree-list-node-height","","SIZE","36px"),nodeParentLabelMarginLeft:n.extend("--ftds-tree-list-node-parent-label-margin-left","",l.spacing2),nodeParentLabelMarginRight:n.extend("--ftds-tree-list-node-parent-label-margin-right","",l.spacing2),nodeRootPaddingLeft:n.extend("--ftds-tree-list-node-root-padding-left","",l.spacing6),nodeChildPaddingLeft:n.extend("--ftds-tree-list-node-child-padding-left","",l.spacing5),nodeLeafPaddingLeft:n.extend("--ftds-tree-list-node-leaf-padding-left","",l.spacing6),nodeUnselectedDefaultBorderColor:n.extend("--ftds-tree-list-node-unselected-default-border-color","",u.borderGlobalSubtle),nodeUnselectedIconColor:n.extend("--ftds-tree-list-node-unselected-icon-color","",u.contentGlobalSecondary),nodeUnselectedLabelColor:n.extend("--ftds-tree-list-node-unselected-label-color","",u.contentGlobalSecondary),nodeUnselectedCounterColor:n.extend("--ftds-tree-list-node-unselected-counter-color","",u.contentGlobalSecondary),nodeHoverBorderColor:n.extend("--ftds-tree-list-node-hover-border-color","",u.borderActionPrimary),nodeFocusFocusRingColor:n.extend("--ftds-tree-list-node-focus-focus-ring-color","",u.borderActionFocusRing),nodeFocusOutlineWidth:n.create("--ftds-tree-list-node-focus-outline-width","","SIZE","2px"),nodeSelectedDefaultBorderColor:n.extend("--ftds-tree-list-node-selected-default-border-color","",u.borderGlobalPrimary),nodeSelectedIconColor:n.extend("--ftds-tree-list-node-selected-icon-color","",u.contentGlobalSecondary),nodeSelectedLabelColor:n.extend("--ftds-tree-list-node-selected-label-color","",u.contentGlobalPrimary),nodeSelectedCounterColor:n.extend("--ftds-tree-list-node-selected-counter-color","",u.contentGlobalSecondary),nodeSelectedBackgroundColor:n.create("--ftds-tree-list-node-selected-background-color","","COLOR","rgba(113,113,142,0.24)"),nodeDescendantOfSelectedDefaultBorderColor:n.extend("--ftds-tree-list-node-descendant-of-selected-default-border-color","",u.borderGlobalPrimary),nodeDescendantOfSelectedIconColor:n.extend("--ftds-tree-list-node-descendant-of-selected-icon-color","",u.contentGlobalSecondary),nodeDescendantOfSelectedLabelColor:n.extend("--ftds-tree-list-node-descendant-of-selected-label-color","",u.contentGlobalSecondary),nodeDescendantOfSelectedCounterColor:n.extend("--ftds-tree-list-node-descendant-of-selected-counter-color","",u.contentGlobalSecondary),nodeDescendantOfSelectedBackgroundColor:n.create("--ftds-tree-list-node-descendant-of-selected-background-color","","COLOR","rgba(113,113,142,0.08)"),nodeBorderWidth:n.create("--ftds-tree-list-node-border-width","","SIZE","1px"),headerSectionPaddingLeft:n.extend("--ftds-tree-list-header-section-padding-left","",l.spacing6),headerSectionPaddingRight:n.extend("--ftds-tree-list-header-section-padding-right","",l.spacing3),headerSectionHorizontalGap:n.extend("--ftds-tree-list-header-section-horizontal-gap","",l.spacing2),headerSectionMarginBottom:n.extend("--ftds-tree-list-header-section-margin-bottom","",l.spacing2),headerSectionColor:n.extend("--ftds-tree-list-header-section-color","",u.contentGlobalPrimary),headerSectionCounterColor:n.extend("--ftds-tree-list-header-section-counter-color","",u.contentGlobalSecondary),listContainerBorderWidth:n.create("--ftds-tree-list-list-container-border-width","","SIZE","1px"),listContainerBackgroundColor:n.extend("--ftds-tree-list-list-container-background-color","",u.backgroundGlobalSurface),listContainerBorderColor:n.extend("--ftds-tree-list-list-container-border-color","",u.borderGlobalSubtle),emptyStateIllustrationWidth:n.create("--ftds-tree-list-empty-state-illustration-width","","SIZE","192px"),emptyStateIllustrationHeight:n.create("--ftds-tree-list-empty-state-illustration-height","","SIZE","192px"),emptyStateIllustrationMarginBottom:n.extend("--ftds-tree-list-empty-state-illustration-margin-bottom","",l.spacing10),emptyStateContainerPaddingTop:n.extend("--ftds-tree-list-empty-state-container-padding-top","",l.spacing10),emptyStateContainerPaddingBottom:n.extend("--ftds-tree-list-empty-state-container-padding-bottom","",l.spacing10),emptyStateTitleMarginBottom:n.extend("--ftds-tree-list-empty-state-title-margin-bottom","",l.spacing2),emptyStateTitleLabelColor:n.extend("--ftds-tree-list-empty-state-title-label-color","",u.contentGlobalSecondary),emptyStateDescriptionLabelColor:n.extend("--ftds-tree-list-empty-state-description-label-color","",u.contentGlobalSecondary)};var $4={iconSize:n.extend("--ftds-checkbox-icon-size","",l.iconSize2),boxSize:n.create("--ftds-checkbox-box-size","","SIZE","18px"),colorLegendSize:n.create("--ftds-checkbox-color-legend-size","","SIZE","16px"),borderRadius:n.create("--ftds-checkbox-border-radius","","SIZE","1px"),labelHorizontalGap:n.extend("--ftds-checkbox-label-horizontal-gap","",l.spacing1),color:n.extend("--ftds-checkbox-color","",u.contentGlobalPrimary),checkedBackgroundColor:n.extend("--ftds-checkbox-checked-background-color","",u.contentActionPrimary),checkedStateLayerColor:n.extend("--ftds-checkbox-checked-state-layer-color","",u.contentActionPrimary),checkedIconColor:n.extend("--ftds-checkbox-checked-icon-color","",u.contentGlobalOnColor),checkedHoverStateLayerOpacity:n.extend("--ftds-checkbox-checked-hover-state-layer-opacity","",l.opacity16),checkedFocusStateLayerOpacity:n.extend("--ftds-checkbox-checked-focus-state-layer-opacity","",l.opacity16),checkedActiveStateLayerOpacity:n.extend("--ftds-checkbox-checked-active-state-layer-opacity","",l.opacity24),checkedDisabledComponentOpacity:n.extend("--ftds-checkbox-checked-disabled-component-opacity","",l.opacity40),uncheckedBorderColor:n.extend("--ftds-checkbox-unchecked-border-color","",l.colorGray80),uncheckedStateLayerColor:n.extend("--ftds-checkbox-unchecked-state-layer-color","",l.colorGray80),uncheckedHoverStateLayerOpacity:n.extend("--ftds-checkbox-unchecked-hover-state-layer-opacity","",l.opacity16),uncheckedFocusStateLayerOpacity:n.extend("--ftds-checkbox-unchecked-focus-state-layer-opacity","",l.opacity16),uncheckedActiveStateLayerOpacity:n.extend("--ftds-checkbox-unchecked-active-state-layer-opacity","",l.opacity24),uncheckedDisabledComponentOpacity:n.extend("--ftds-checkbox-unchecked-disabled-component-opacity","",l.opacity40),focusFocusRingColor:n.extend("--ftds-checkbox-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineOffset:n.create("--ftds-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:n.create("--ftds-checkbox-focus-outline-width","","SIZE","2px"),focusOutlineBorderRadius:n.create("--ftds-checkbox-focus-outline-border-radius","","SIZE","2px"),borderWidth:n.create("--ftds-checkbox-border-width","","SIZE","2px"),horizontalGap:n.extend("--ftds-checkbox-horizontal-gap","",l.spacing3),helperPaddingTop:n.create("--ftds-checkbox-helper-padding-top","","SIZE","0px"),helperIconSize:n.extend("--ftds-checkbox-helper-icon-size","",l.iconSize2),helperHorizontalGap:n.extend("--ftds-checkbox-helper-horizontal-gap","",l.spacing1),errorUncheckedBorderColor:n.extend("--ftds-checkbox-error-unchecked-border-color","",u.borderErrorPrimary),errorStateLayerColor:n.extend("--ftds-checkbox-error-state-layer-color","",u.contentErrorPrimary),errorHelperTextColor:n.extend("--ftds-checkbox-error-helper-text-color","",u.borderErrorPrimary),errorCheckedBackgroundColor:n.extend("--ftds-checkbox-error-checked-background-color","",u.contentErrorPrimary),helperTextColor:n.extend("--ftds-checkbox-helper-text-color","",u.contentGlobalSubtle),groupVerticalGap:n.extend("--ftds-checkbox-group-vertical-gap","",l.spacing3)};var B4={circleSize:n.create("--ftds-radio-circle-size","","SIZE","18px"),borderWidth:n.create("--ftds-radio-border-width","","SIZE","2px"),color:n.extend("--ftds-radio-color","",u.contentGlobalPrimary),selectedRadioColor:n.extend("--ftds-radio-selected-radio-color","",u.contentActionPrimary),selectedStateLayerColor:n.extend("--ftds-radio-selected-state-layer-color","",u.contentActionPrimary),selectedHoverStateLayerOpacity:n.extend("--ftds-radio-selected-hover-state-layer-opacity","",l.opacity16),selectedFocusStateLayerOpacity:n.extend("--ftds-radio-selected-focus-state-layer-opacity","",l.opacity16),selectedActiveStateLayerOpacity:n.extend("--ftds-radio-selected-active-state-layer-opacity","",l.opacity24),selectedDisabledComponentOpacity:n.extend("--ftds-radio-selected-disabled-component-opacity","",l.opacity40),unselectedStateLayerColor:n.extend("--ftds-radio-unselected-state-layer-color","",u.borderInputPrimary),unselectedBorderColor:n.extend("--ftds-radio-unselected-border-color","",u.borderInputPrimary),unselectedHoverStateLayerOpacity:n.extend("--ftds-radio-unselected-hover-state-layer-opacity","",l.opacity16),unselectedFocusStateLayerOpacity:n.extend("--ftds-radio-unselected-focus-state-layer-opacity","",l.opacity16),unselectedActiveStateLayerOpacity:n.extend("--ftds-radio-unselected-active-state-layer-opacity","",l.opacity24),unselectedDisabledComponentOpacity:n.extend("--ftds-radio-unselected-disabled-component-opacity","",l.opacity40),focusFocusRingColor:n.extend("--ftds-radio-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineOffset:n.create("--ftds-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:n.create("--ftds-radio-focus-outline-width","","SIZE","2px"),verticalGap:n.extend("--ftds-radio-vertical-gap","",l.spacing3),horizontalGap:n.extend("--ftds-radio-horizontal-gap","",l.spacing3)};var H4={headerRowBorderWidth:n.create("--ftds-table-header-row-border-width","","SIZE","1px"),headerRowBackgroundColor:n.extend("--ftds-table-header-row-background-color","",u.backgroundGlobalOnSurfaceDark),headerRowBorderColor:n.extend("--ftds-table-header-row-border-color","",u.borderGlobalPrimary),headerRowColor:n.extend("--ftds-table-header-row-color","",u.contentGlobalPrimary),dataRowBorderWidth:n.create("--ftds-table-data-row-border-width","","SIZE","1px"),dataRowBackgroundColor:n.extend("--ftds-table-data-row-background-color","",u.backgroundGlobalOnSurface),dataRowBorderColor:n.extend("--ftds-table-data-row-border-color","",u.borderGlobalSubtle),dataRowColor:n.extend("--ftds-table-data-row-color","",u.contentGlobalSecondary),dataRowDefaultHoverBackgroundColor:n.extend("--ftds-table-data-row-default-hover-background-color","",l.colorGray20),dataRowSelectableUnselectedHoverBackgroundColor:n.extend("--ftds-table-data-row-selectable-unselected-hover-background-color","",l.colorGray20),dataRowSelectableSelectedDefaultBackgroundColor:n.extend("--ftds-table-data-row-selectable-selected-default-background-color","",l.colorBrand10),dataRowSelectableSelectedDefaultBorderColor:n.extend("--ftds-table-data-row-selectable-selected-default-border-color","",l.colorBrand20),dataRowSelectableSelectedHoverBackgroundColor:n.extend("--ftds-table-data-row-selectable-selected-hover-background-color","",l.colorBrand20),dataRowSelectableSelectedHoverBorderColor:n.extend("--ftds-table-data-row-selectable-selected-hover-border-color","",l.colorBrand30),dataRowSelectableSelectedColor:n.extend("--ftds-table-data-row-selectable-selected-color","",u.contentActionPrimary),dataRowClickableHoverBackgroundColor:n.extend("--ftds-table-data-row-clickable-hover-background-color","",l.colorGray30),dataRowClickableFocusBorderColor:n.extend("--ftds-table-data-row-clickable-focus-border-color","",u.borderActionFocusRing),dataRowClickableFocusBackgroundColor:n.extend("--ftds-table-data-row-clickable-focus-background-color","",l.colorGray30),dataRowClickableActiveBackgroundColor:n.extend("--ftds-table-data-row-clickable-active-background-color","",l.colorGray40),headerCellHorizontalGap:n.extend("--ftds-table-header-cell-horizontal-gap","",l.spacing1),headerCellVerticalPadding:n.extend("--ftds-table-header-cell-vertical-padding","",l.spacing2),headerCellHorizontalPadding:n.extend("--ftds-table-header-cell-horizontal-padding","",l.spacing3),dataCellVerticalPadding:n.extend("--ftds-table-data-cell-vertical-padding","",l.spacing2),dataCellHorizontalPadding:n.extend("--ftds-table-data-cell-horizontal-padding","",l.spacing3),dataCellVerticalGap:n.extend("--ftds-table-data-cell-vertical-gap","",l.spacing1)};var G4={neutralOffHoverStateLayerOpacity:n.extend("--ftds-chip-choice-neutral-off-hover-state-layer-opacity","",l.opacity8),neutralOffFocusStateLayerOpacity:n.extend("--ftds-chip-choice-neutral-off-focus-state-layer-opacity","",l.opacity8),neutralOffFocusFocusRingColor:n.extend("--ftds-chip-choice-neutral-off-focus-focus-ring-color","",u.borderActionFocusRing),neutralOffActiveStateLayerOpacity:n.extend("--ftds-chip-choice-neutral-off-active-state-layer-opacity","",l.opacity16),neutralOffBackgroundColor:n.extend("--ftds-chip-choice-neutral-off-background-color","",u.backgroundGlobalOnSurface),neutralOffBorderColor:n.extend("--ftds-chip-choice-neutral-off-border-color","",u.borderGlobalPrimary),neutralOffColor:n.extend("--ftds-chip-choice-neutral-off-color","",u.contentGlobalSecondary),neutralOffStateLayerColor:n.extend("--ftds-chip-choice-neutral-off-state-layer-color","",u.contentGlobalSecondary),neutralOnDefaultStateLayerOpacity:n.extend("--ftds-chip-choice-neutral-on-default-state-layer-opacity","",l.opacity16),neutralOnHoverStateLayerOpacity:n.extend("--ftds-chip-choice-neutral-on-hover-state-layer-opacity","",l.opacity24),neutralOnFocusStateLayerOpacity:n.extend("--ftds-chip-choice-neutral-on-focus-state-layer-opacity","",l.opacity24),neutralOnFocusFocusRingColor:n.extend("--ftds-chip-choice-neutral-on-focus-focus-ring-color","",u.borderActionFocusRing),neutralOnActiveStateLayerOpacity:n.extend("--ftds-chip-choice-neutral-on-active-state-layer-opacity","",l.opacity32),neutralOnBackgroundColor:n.extend("--ftds-chip-choice-neutral-on-background-color","",u.backgroundGlobalOnSurface),neutralOnBorderColor:n.extend("--ftds-chip-choice-neutral-on-border-color","",u.borderGlobalPrimary),neutralOnColor:n.extend("--ftds-chip-choice-neutral-on-color","",u.contentGlobalPrimary),neutralOnIconColor:n.extend("--ftds-chip-choice-neutral-on-icon-color","",u.contentGlobalPrimary),neutralOnStateLayerColor:n.extend("--ftds-chip-choice-neutral-on-state-layer-color","",u.contentGlobalPrimary),largeMinHeight:n.create("--ftds-chip-choice-large-min-height","","SIZE","36px"),largeHorizontalPadding:n.extend("--ftds-chip-choice-large-horizontal-padding","",l.spacing3),largeGap:n.extend("--ftds-chip-choice-large-gap","",l.spacing1),largeBorderRadius:n.create("--ftds-chip-choice-large-border-radius","","SIZE","18px"),largeBorderWidth:n.create("--ftds-chip-choice-large-border-width","","SIZE","1px"),largeIconSize:n.extend("--ftds-chip-choice-large-icon-size","",l.iconSize3),mediumMinHeight:n.create("--ftds-chip-choice-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:n.extend("--ftds-chip-choice-medium-horizontal-padding","",l.spacing2),mediumGap:n.extend("--ftds-chip-choice-medium-gap","",l.spacing1),mediumBorderRadius:n.create("--ftds-chip-choice-medium-border-radius","","SIZE","12px"),mediumBorderWidth:n.create("--ftds-chip-choice-medium-border-width","","SIZE","1px"),mediumIconSize:n.extend("--ftds-chip-choice-medium-icon-size","",l.iconSize2)};var W4={largeMinHeight:n.create("--ftds-chip-large-min-height","","SIZE","36px"),largeHorizontalPadding:n.extend("--ftds-chip-large-horizontal-padding","",l.spacing3),largeButtonRightPadding:n.extend("--ftds-chip-large-button-right-padding","",l.spacing1),largeGap:n.extend("--ftds-chip-large-gap","",l.spacing1),largeFocusOutlineOffset:n.create("--ftds-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:n.create("--ftds-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:n.create("--ftds-chip-large-border-radius","","SIZE","18px"),largeBorderWidth:n.create("--ftds-chip-large-border-width","","SIZE","1px"),largeIconSize:n.extend("--ftds-chip-large-icon-size","",l.iconSize3),mediumMinHeight:n.create("--ftds-chip-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:n.extend("--ftds-chip-medium-horizontal-padding","",l.spacing2),mediumButtonRightPadding:n.extend("--ftds-chip-medium-button-right-padding","",l.spacing05),mediumGap:n.extend("--ftds-chip-medium-gap","",l.spacing1),mediumFocusOutlineOffset:n.create("--ftds-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:n.create("--ftds-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:n.create("--ftds-chip-medium-border-radius","","SIZE","12px"),mediumBorderWidth:n.create("--ftds-chip-medium-border-width","","SIZE","1px"),mediumIconSize:n.extend("--ftds-chip-medium-icon-size","",l.iconSize2),smallMinHeight:n.create("--ftds-chip-small-min-height","","SIZE","20px"),smallHorizontalPadding:n.extend("--ftds-chip-small-horizontal-padding","",l.spacing1),smallButtonRightPadding:n.extend("--ftds-chip-small-button-right-padding","",l.spacing05),smallGap:n.extend("--ftds-chip-small-gap","",l.spacing1),smallFocusOutlineOffset:n.create("--ftds-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:n.create("--ftds-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:n.create("--ftds-chip-small-border-radius","","SIZE","10px"),smallBorderWidth:n.create("--ftds-chip-small-border-width","","SIZE","1px"),smallIconSize:n.extend("--ftds-chip-small-icon-size","",l.iconSize1),neutralBackgroundColor:n.extend("--ftds-chip-neutral-background-color","",u.backgroundGlobalOnSurface),neutralColor:n.extend("--ftds-chip-neutral-color","",u.contentGlobalSecondary),neutralIconColor:n.extend("--ftds-chip-neutral-icon-color","",u.contentGlobalSecondary),neutralBorderColor:n.extend("--ftds-chip-neutral-border-color","",u.borderGlobalSecondary),infoBackgroundColor:n.extend("--ftds-chip-info-background-color","",u.backgroundInfoSubtle),infoColor:n.extend("--ftds-chip-info-color","",u.contentInfoPrimary),infoIconColor:n.extend("--ftds-chip-info-icon-color","",u.contentInfoIconOnly),infoBorderColor:n.extend("--ftds-chip-info-border-color","",u.borderInfoSubtle),successBackgroundColor:n.extend("--ftds-chip-success-background-color","",u.backgroundSuccessSubtle),successColor:n.extend("--ftds-chip-success-color","",u.contentSuccessPrimary),successIconColor:n.extend("--ftds-chip-success-icon-color","",u.contentSuccessIconOnly),successBorderColor:n.extend("--ftds-chip-success-border-color","",u.borderSuccessSubtle),warningBackgroundColor:n.extend("--ftds-chip-warning-background-color","",u.backgroundWarningSubtle),warningColor:n.extend("--ftds-chip-warning-color","",u.contentWarningPrimary),warningIconColor:n.extend("--ftds-chip-warning-icon-color","",u.contentWarningIconOnly),warningBorderColor:n.extend("--ftds-chip-warning-border-color","",u.borderWarningSubtle),errorBackgroundColor:n.extend("--ftds-chip-error-background-color","",u.backgroundErrorSubtle),errorColor:n.extend("--ftds-chip-error-color","",u.contentErrorPrimary),errorIconColor:n.extend("--ftds-chip-error-icon-color","",u.contentErrorIconOnly),errorBorderColor:n.extend("--ftds-chip-error-border-color","",u.borderErrorSubtle)};var V4={horizontalGap:n.extend("--ftds-chip-group-horizontal-gap","",l.spacing2),verticalGap:n.extend("--ftds-chip-group-vertical-gap","",l.spacing2),countChipDefaultBackgroundColor:n.extend("--ftds-chip-group-count-chip-default-background-color","",l.colorBrand10),countChipDefaultBorderColor:n.extend("--ftds-chip-group-count-chip-default-border-color","",l.colorBrand60),countChipDefaultContentColor:n.extend("--ftds-chip-group-count-chip-default-content-color","",u.contentActionPrimary),countChipHoverBackgroundColor:n.extend("--ftds-chip-group-count-chip-hover-background-color","",l.colorBrand20),countChipHoverBorderColor:n.extend("--ftds-chip-group-count-chip-hover-border-color","",l.colorBrand70),countChipHoverContentColor:n.extend("--ftds-chip-group-count-chip-hover-content-color","",u.contentActionPrimary),countChipFocusedBackgroundColor:n.extend("--ftds-chip-group-count-chip-focused-background-color","",l.colorBrand20),countChipFocusedBorderColor:n.extend("--ftds-chip-group-count-chip-focused-border-color","",l.colorBrand70),countChipFocusedContentColor:n.extend("--ftds-chip-group-count-chip-focused-content-color","",u.contentActionPrimary)};var j4={brandHoverOpacity:n.extend("--ftds-link-brand-hover-opacity","",l.opacity80),brandHoverColor:n.extend("--ftds-link-brand-hover-color","",u.contentActionPrimary),brandFocusFocusRingColor:n.extend("--ftds-link-brand-focus-focus-ring-color","",u.borderActionFocusRing),brandFocusColor:n.extend("--ftds-link-brand-focus-color","",u.contentActionPrimary),brandDefaultColor:n.extend("--ftds-link-brand-default-color","",u.contentActionPrimary),brandActiveColor:n.extend("--ftds-link-brand-active-color","",u.contentActionPrimary),infoHoverOpacity:n.extend("--ftds-link-info-hover-opacity","",l.opacity80),infoHoverColor:n.extend("--ftds-link-info-hover-color","",u.contentInfoPrimary),infoFocusFocusRingColor:n.extend("--ftds-link-info-focus-focus-ring-color","",u.borderActionFocusRing),infoFocusColor:n.extend("--ftds-link-info-focus-color","",u.contentInfoPrimary),infoDefaultColor:n.extend("--ftds-link-info-default-color","",u.contentInfoPrimary),infoActiveColor:n.extend("--ftds-link-info-active-color","",u.contentInfoPrimary),neutralFocusFocusRingColor:n.extend("--ftds-link-neutral-focus-focus-ring-color","",u.borderActionFocusRing),neutralFocusColor:n.extend("--ftds-link-neutral-focus-color","",u.contentActionPrimary),neutralDefaultColor:n.extend("--ftds-link-neutral-default-color","",u.contentGlobalPrimary),neutralHoverColor:n.extend("--ftds-link-neutral-hover-color","",u.contentActionPrimary),neutralActiveColor:n.extend("--ftds-link-neutral-active-color","",u.contentActionPrimary),neutralVisitedColor:n.extend("--ftds-link-neutral-visited-color","",l.colorBrand100),horizontalGap:n.extend("--ftds-link-horizontal-gap","",l.spacing1)};var K4={iconSize:n.extend("--ftds-banner-icon-size","",l.iconSize5),borderWidth:n.create("--ftds-banner-border-width","","SIZE","1px"),leftPadding:n.extend("--ftds-banner-left-padding","",l.spacing6),rightPadding:n.extend("--ftds-banner-right-padding","",l.spacing6),verticalPadding:n.extend("--ftds-banner-vertical-padding","",l.spacing6),horizontalSideGap:n.extend("--ftds-banner-horizontal-side-gap","",l.spacing6),horizontalMobileGap:n.extend("--ftds-banner-horizontal-mobile-gap","",l.spacing4),verticalMobileGap:n.extend("--ftds-banner-vertical-mobile-gap","",l.spacing6),horizontalMiddleGap:n.extend("--ftds-banner-horizontal-middle-gap","",l.spacing20),infoBackgroundColor:n.extend("--ftds-banner-info-background-color","",u.backgroundInfoSubtle),infoColor:n.extend("--ftds-banner-info-color","",u.contentInfoPrimary),infoIconColor:n.extend("--ftds-banner-info-icon-color","",u.contentInfoIconOnly),infoBorderColor:n.extend("--ftds-banner-info-border-color","",u.borderInfoSubtle)};var Z4={horizontalPadding:n.extend("--ftds-badge-horizontal-padding","",l.spacing1),verticalPadding:n.extend("--ftds-badge-vertical-padding","",l.spacing1),borderRadius:n.extend("--ftds-badge-border-radius","",l.borderRadiusPill),color:n.extend("--ftds-badge-color","",u.contentGlobalOnColor),backgroundColor:n.extend("--ftds-badge-background-color","",u.contentActionPrimary)};var q4={horizontalGap:n.extend("--ftds-title-breadcrumb-horizontal-gap","",l.spacing1),currentColor:n.extend("--ftds-title-breadcrumb-current-color","",u.contentGlobalPrimary),previousNonClickableColor:n.extend("--ftds-title-breadcrumb-previous-non-clickable-color","",u.contentGlobalSecondary),iconColor:n.extend("--ftds-title-breadcrumb-icon-color","",u.contentGlobalSubtle)};var Y4={parentHorizontalPadding:n.extend("--ftds-page-header-parent-horizontal-padding","",l.spacing6),parentTopPadding:n.extend("--ftds-page-header-parent-top-padding","",l.spacing4),parentBottomPadding:n.extend("--ftds-page-header-parent-bottom-padding","",l.spacing6),parentHelpLeftMargin:n.extend("--ftds-page-header-parent-help-left-margin","",l.spacing1),parentTitleColor:n.extend("--ftds-page-header-parent-title-color","",u.contentGlobalPrimary),parentSubtitleColor:n.extend("--ftds-page-header-parent-subtitle-color","",u.contentGlobalSecondary),parentChipLeftMargin:n.extend("--ftds-page-header-parent-chip-left-margin","",l.spacing4),parentVerticalGap:n.extend("--ftds-page-header-parent-vertical-gap","",l.spacing2),parentButtonsGroupHorizontalGap:n.extend("--ftds-page-header-parent-buttons-group-horizontal-gap","",l.spacing4),parentButtonsGroupVerticalGap:n.extend("--ftds-page-header-parent-buttons-group-vertical-gap","",l.spacing4),parentChipsGroupHorizontalGap:n.extend("--ftds-page-header-parent-chips-group-horizontal-gap","",l.spacing2),parentChipsGroupVerticalGap:n.extend("--ftds-page-header-parent-chips-group-vertical-gap","",l.spacing2),childHorizontalPadding:n.extend("--ftds-page-header-child-horizontal-padding","",l.spacing6),childTopPadding:n.extend("--ftds-page-header-child-top-padding","",l.spacing2),childBottomPadding:n.extend("--ftds-page-header-child-bottom-padding","",l.spacing2),childHelpLeftMargin:n.extend("--ftds-page-header-child-help-left-margin","",l.spacing1),childChipLeftMargin:n.extend("--ftds-page-header-child-chip-left-margin","",l.spacing4),childVerticalGap:n.extend("--ftds-page-header-child-vertical-gap","",l.spacing2),childMinHeight:n.create("--ftds-page-header-child-min-height","","SIZE","40px"),childButtonsGroupHorizontalGap:n.extend("--ftds-page-header-child-buttons-group-horizontal-gap","",l.spacing4),childButtonsGroupVerticalGap:n.extend("--ftds-page-header-child-buttons-group-vertical-gap","",l.spacing4),childChipsGroupHorizontalGap:n.extend("--ftds-page-header-child-chips-group-horizontal-gap","",l.spacing2),childChipsGroupVerticalGap:n.extend("--ftds-page-header-child-chips-group-vertical-gap","",l.spacing2),backgroundColor:n.extend("--ftds-page-header-background-color","",l.colorWhite),bottomBorderColor:n.extend("--ftds-page-header-bottom-border-color","",u.borderGlobalSubtle),bottomBorderWidth:n.create("--ftds-page-header-bottom-border-width","","SIZE","1px")};var X4={horizontalPadding:n.extend("--ftds-page-footer-horizontal-padding","",l.spacing6),verticalPadding:n.extend("--ftds-page-footer-vertical-padding","",l.spacing2),verticalGap:n.extend("--ftds-page-footer-vertical-gap","",l.spacing2),minHeight:n.create("--ftds-page-footer-min-height","","SIZE","40px"),backgroundColor:n.extend("--ftds-page-footer-background-color","",l.colorWhite),topBorderColor:n.extend("--ftds-page-footer-top-border-color","",u.borderGlobalSubtle),topBorderWidth:n.create("--ftds-page-footer-top-border-width","","SIZE","1px"),buttonsGroupGap:n.extend("--ftds-page-footer-buttons-group-gap","",l.spacing4)};var J4={contentHorizontalPadding:n.extend("--ftds-page-layout-content-horizontal-padding","",l.spacing6),contentVerticalPadding:n.extend("--ftds-page-layout-content-vertical-padding","",l.spacing6)};var Q4={smallContainerTargetWidth:n.create("--ftds-modal-small-container-target-width","","SIZE","560px"),smallContainerMargin:n.extend("--ftds-modal-small-container-margin","",l.spacing6),headerIconSize:n.extend("--ftds-modal-header-icon-size","",l.iconSize3),headerBackgroundColor:n.extend("--ftds-modal-header-background-color","",u.backgroundGlobalOnSurface),headerBorderColor:n.extend("--ftds-modal-header-border-color","",u.borderGlobalSubtle),headerColor:n.extend("--ftds-modal-header-color","",u.contentGlobalPrimary),headerLeadingIconColor:n.extend("--ftds-modal-header-leading-icon-color","",u.contentGlobalPrimary),headerVerticalPadding:n.extend("--ftds-modal-header-vertical-padding","",l.spacing1),headerRightPadding:n.extend("--ftds-modal-header-right-padding","",l.spacing1),headerLeftPadding:n.extend("--ftds-modal-header-left-padding","",l.spacing6),headerGap:n.extend("--ftds-modal-header-gap","",l.spacing2),headerBorderBottomWidth:n.create("--ftds-modal-header-border-bottom-width","","SIZE","1px"),mediumContainerTargetWidth:n.create("--ftds-modal-medium-container-target-width","","SIZE","800px"),mediumContainerMargin:n.extend("--ftds-modal-medium-container-margin","",l.spacing6),largeContainerTargetWidth:n.create("--ftds-modal-large-container-target-width","","SIZE","1040px"),largeContainerMargin:n.extend("--ftds-modal-large-container-margin","",l.spacing6),overlayBackgroundColor:n.extend("--ftds-modal-overlay-background-color","",l.colorGray700),overlayOpacity:n.extend("--ftds-modal-overlay-opacity","",l.opacity40),shadow:n.extend("--ftds-modal-shadow","",l.shadowElevation03),bodyBackgroundColor:n.extend("--ftds-modal-body-background-color","",l.colorWhite),bodyColor:n.extend("--ftds-modal-body-color","",u.contentGlobalPrimary),bodyHorizontalPadding:n.extend("--ftds-modal-body-horizontal-padding","",l.spacing6),bodyVerticalPadding:n.extend("--ftds-modal-body-vertical-padding","",l.spacing6),bodyVerticalGap:n.extend("--ftds-modal-body-vertical-gap","",l.spacing6),borderRadius:n.extend("--ftds-modal-border-radius","",l.borderRadiusM)};var eu={grabberIconSize:n.extend("--ftds-reorderable-list-grabber-icon-size","",l.iconSize3),verticalPadding:n.extend("--ftds-reorderable-list-vertical-padding","",l.spacing4),gap:n.extend("--ftds-reorderable-list-gap","",l.spacing1),borderRadius:n.extend("--ftds-reorderable-list-border-radius","",l.borderRadiusM),reorderableItemTitleMarginRight:n.extend("--ftds-reorderable-list-reorderable-item-title-margin-right","",l.spacing6),reorderableItemTitleColor:n.extend("--ftds-reorderable-list-reorderable-item-title-color","",u.contentGlobalPrimary),reorderableItemLeftButtonsGroupMarginRight:n.extend("--ftds-reorderable-list-reorderable-item-left-buttons-group-margin-right","",l.spacing6),reorderableItemLeftButtonsGroupHorizontalGap:n.extend("--ftds-reorderable-list-reorderable-item-left-buttons-group-horizontal-gap","",l.spacing2),reorderableItemRightButtonsGroupHorizontalGap:n.extend("--ftds-reorderable-list-reorderable-item-right-buttons-group-horizontal-gap","",l.spacing2),reorderableItemUsersCountColor:n.extend("--ftds-reorderable-list-reorderable-item-users-count-color","",u.contentGlobalPrimary),reorderableItemUsersCountMarginRight:n.extend("--ftds-reorderable-list-reorderable-item-users-count-margin-right","",l.spacing6),reorderableItemBackgroundColor:n.extend("--ftds-reorderable-list-reorderable-item-background-color","",u.backgroundGlobalOnSurface),reorderableItemWarningMessageGap:n.extend("--ftds-reorderable-list-reorderable-item-warning-message-gap","",l.spacing1),reorderableItemWarningMessageColor:n.extend("--ftds-reorderable-list-reorderable-item-warning-message-color","",u.contentWarningPrimary),reorderableItemWarningMessageIconColor:n.extend("--ftds-reorderable-list-reorderable-item-warning-message-icon-color","",u.contentWarningIconOnly),reorderableItemGripColor:n.extend("--ftds-reorderable-list-reorderable-item-grip-color","",u.contentGlobalSecondary),reorderableItemGripOpacity:n.extend("--ftds-reorderable-list-reorderable-item-grip-opacity","",l.opacity48),boxShadow:n.extend("--ftds-reorderable-list-box-shadow","",l.shadowElevation01),borderWidth:n.create("--ftds-reorderable-list-border-width","","SIZE","1px"),reorderableItemsGap:n.extend("--ftds-reorderable-list-reorderable-items-gap","",l.spacing2),leftPadding:n.extend("--ftds-reorderable-list-left-padding","",l.spacing2),rightPadding:n.extend("--ftds-reorderable-list-right-padding","",l.spacing6),borderColor:n.extend("--ftds-reorderable-list-border-color","",u.borderGlobalPrimary),backgroundColor:n.extend("--ftds-reorderable-list-background-color","",u.backgroundGlobalOnSurfaceDark)};var tu={overlayOpacity:n.extend("--ftds-drawer-overlay-opacity","",l.opacity40),shadow:n.extend("--ftds-drawer-shadow","",l.shadowElevation03),bodyColor:n.extend("--ftds-drawer-body-color","",u.contentGlobalPrimary),bodyHorizontalPadding:n.extend("--ftds-drawer-body-horizontal-padding","",l.spacing6),bodyVerticalPadding:n.extend("--ftds-drawer-body-vertical-padding","",l.spacing6),bodyGap:n.extend("--ftds-drawer-body-gap","",l.spacing6),bodyBackgroundColor:n.extend("--ftds-drawer-body-background-color","",l.colorWhite),headerBackgroundColor:n.extend("--ftds-drawer-header-background-color","",u.backgroundGlobalOnSurface),headerBorderColor:n.extend("--ftds-drawer-header-border-color","",u.borderGlobalSubtle),headerColor:n.extend("--ftds-drawer-header-color","",u.contentGlobalPrimary),headerTrailingIconColor:n.extend("--ftds-drawer-header-trailing-icon-color","",u.contentGlobalSecondary),headerHeight:n.create("--ftds-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:n.extend("--ftds-drawer-header-horizontal-padding","",l.spacing2),headerBorderWidth:n.create("--ftds-drawer-header-border-width","","SIZE","1px"),headerGap:n.extend("--ftds-drawer-header-gap","",l.spacing3),buttonsBarBackgroundColor:n.extend("--ftds-drawer-buttons-bar-background-color","",u.backgroundGlobalOnSurface),buttonsBarBorderColor:n.extend("--ftds-drawer-buttons-bar-border-color","",u.borderGlobalSubtle),buttonsBarColor:n.extend("--ftds-drawer-buttons-bar-color","",u.contentGlobalPrimary),buttonsBarHorizontalPadding:n.extend("--ftds-drawer-buttons-bar-horizontal-padding","",l.spacing6),buttonsBarVerticalPadding:n.extend("--ftds-drawer-buttons-bar-vertical-padding","",l.spacing4),buttonsBarGap:n.extend("--ftds-drawer-buttons-bar-gap","",l.spacing3),buttonsBarBorderWidth:n.create("--ftds-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:n.create("--ftds-drawer-container-width","","SIZE","66%"),containerMinWidth:n.create("--ftds-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:n.create("--ftds-drawer-container-max-width","","SIZE","1000px"),containerHeight:n.create("--ftds-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:n.extend("--ftds-drawer-overlay-background-color","",l.colorGray700)};var ru={offBorderBottomWidth:n.create("--ftds-tabs-off-border-bottom-width","","SIZE","1px"),offHoverStateLayerOpacity:n.extend("--ftds-tabs-off-hover-state-layer-opacity","",l.opacity8),offDefaultStateLayerOpacity:n.extend("--ftds-tabs-off-default-state-layer-opacity","",l.opacity0),offFocusStateLayerOpacity:n.extend("--ftds-tabs-off-focus-state-layer-opacity","",l.opacity8),offDisabledComponentOpacity:n.extend("--ftds-tabs-off-disabled-component-opacity","",l.opacity40),offColor:n.extend("--ftds-tabs-off-color","",u.contentGlobalSubtle),offStateLayerColor:n.extend("--ftds-tabs-off-state-layer-color","",u.contentGlobalSubtle),offBorderBottomColor:n.extend("--ftds-tabs-off-border-bottom-color","",u.borderGlobalSubtle),activeTabIndicatorHeight:n.create("--ftds-tabs-active-tab-indicator-height","","SIZE","3px"),topLeftBorderRadius:n.extend("--ftds-tabs-top-left-border-radius","",l.borderRadiusS),topRightBorderRadius:n.extend("--ftds-tabs-top-right-border-radius","",l.borderRadiusS),withLabelHorizontalPadding:n.extend("--ftds-tabs-with-label-horizontal-padding","",l.spacing4),withLabelVerticalPadding:n.extend("--ftds-tabs-with-label-vertical-padding","",l.spacing3),horizontalGap:n.extend("--ftds-tabs-horizontal-gap","",l.spacing1),verticalGap:n.extend("--ftds-tabs-vertical-gap","",l.spacing1),onHoverStateLayerOpacity:n.extend("--ftds-tabs-on-hover-state-layer-opacity","",l.opacity16),onDefaultStateLayerOpacity:n.extend("--ftds-tabs-on-default-state-layer-opacity","",l.opacity8),onFocusStateLayerOpacity:n.extend("--ftds-tabs-on-focus-state-layer-opacity","",l.opacity16),onActiveStateLayerOpacity:n.extend("--ftds-tabs-on-active-state-layer-opacity","",l.opacity24),onColor:n.extend("--ftds-tabs-on-color","",u.contentActionPrimary),onStateLayerColor:n.extend("--ftds-tabs-on-state-layer-color","",u.contentActionPrimary),onActiveTabIndicatorColor:n.extend("--ftds-tabs-on-active-tab-indicator-color","",u.contentActionPrimary),iconOnlyHorizontalPadding:n.extend("--ftds-tabs-icon-only-horizontal-padding","",l.spacing4),iconOnlyVerticalPadding:n.extend("--ftds-tabs-icon-only-vertical-padding","",l.spacing4),alertTopPadding:n.extend("--ftds-tabs-alert-top-padding","",l.spacing1),alertRightPadding:n.extend("--ftds-tabs-alert-right-padding","",l.spacing05),focusOutlineWidth:n.create("--ftds-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:n.extend("--ftds-tabs-focus-focus-ring-color","",u.borderActionFocusRing),mainIconIconSize:n.extend("--ftds-tabs-main-icon-icon-size","",l.iconSize3),alertIconIconSize:n.extend("--ftds-tabs-alert-icon-icon-size","",l.iconSize2)};var ou={largeFieldHorizontalPadding:n.extend("--ftds-text-input-large-field-horizontal-padding","",l.spacing4),largeFieldHorizontalGap:n.extend("--ftds-text-input-large-field-horizontal-gap","",l.spacing3),largeFieldVerticalGap:n.extend("--ftds-text-input-large-field-vertical-gap","",l.spacing05),largeFieldHeight:n.create("--ftds-text-input-large-field-height","","SIZE","50px"),largeFieldIconSize:n.extend("--ftds-text-input-large-field-icon-size","",l.iconSize3),mediumFieldHorizontalPadding:n.extend("--ftds-text-input-medium-field-horizontal-padding","",l.spacing4),mediumFieldHorizontalGap:n.extend("--ftds-text-input-medium-field-horizontal-gap","",l.spacing3),mediumFieldVerticalGap:n.create("--ftds-text-input-medium-field-vertical-gap","","SIZE","0px"),mediumFieldHeight:n.create("--ftds-text-input-medium-field-height","","SIZE","40px"),mediumFieldIconSize:n.extend("--ftds-text-input-medium-field-icon-size","",l.iconSize3),helperHorizontalPadding:n.extend("--ftds-text-input-helper-horizontal-padding","",l.spacing4),helperHorizontalGap:n.extend("--ftds-text-input-helper-horizontal-gap","",l.spacing1),helperIconSize:n.extend("--ftds-text-input-helper-icon-size","",l.iconSize2),borderRadius:n.extend("--ftds-text-input-border-radius","",l.borderRadiusS),backgroundColor:n.extend("--ftds-text-input-background-color","",l.colorWhite),contentValueColor:n.extend("--ftds-text-input-content-value-color","",u.contentGlobalPrimary),trailingIconColor:n.extend("--ftds-text-input-trailing-icon-color","",u.contentGlobalSubtle),labelColor:n.extend("--ftds-text-input-label-color","",u.contentGlobalSubtle),defaultBorderColor:n.extend("--ftds-text-input-default-border-color","",u.borderInputPrimary),defaultHelperTextColor:n.extend("--ftds-text-input-default-helper-text-color","",u.contentGlobalSubtle),defaultBorderWidth:n.create("--ftds-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:n.create("--ftds-text-input-error-border-width","","SIZE","2px"),errorBorderColor:n.extend("--ftds-text-input-error-border-color","",u.borderErrorPrimary),errorHelperTextColor:n.extend("--ftds-text-input-error-helper-text-color","",u.contentErrorPrimary),errorHelperIconColor:n.extend("--ftds-text-input-error-helper-icon-color","",u.contentErrorIconOnly),warningBorderColor:n.extend("--ftds-text-input-warning-border-color","",u.borderWarningPrimary),warningHelperTextColor:n.extend("--ftds-text-input-warning-helper-text-color","",u.contentWarningPrimary),warningHelperIconColor:n.extend("--ftds-text-input-warning-helper-icon-color","",u.contentWarningIconOnly),warningBorderWidth:n.create("--ftds-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:n.create("--ftds-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:n.extend("--ftds-text-input-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineOffset:n.create("--ftds-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:n.extend("--ftds-text-input-disabled-component-opacity","",l.opacity40)};var nu={backgroundColor:n.extend("--ftds-text-area-background-color","",l.colorWhite),contentValueColor:n.extend("--ftds-text-area-content-value-color","",u.contentGlobalPrimary),labelColor:n.extend("--ftds-text-area-label-color","",u.contentGlobalSubtle),defaultBorderColor:n.extend("--ftds-text-area-default-border-color","",u.borderInputPrimary),defaultHelperTextColor:n.extend("--ftds-text-area-default-helper-text-color","",u.contentGlobalSubtle),defaultBorderWidth:n.create("--ftds-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:n.create("--ftds-text-area-error-border-width","","SIZE","2px"),errorBorderColor:n.extend("--ftds-text-area-error-border-color","",u.borderErrorPrimary),errorHelperTextColor:n.extend("--ftds-text-area-error-helper-text-color","",u.contentErrorPrimary),errorHelperIconColor:n.extend("--ftds-text-area-error-helper-icon-color","",u.contentErrorIconOnly),focusFocusRingColor:n.extend("--ftds-text-area-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineWidth:n.create("--ftds-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:n.create("--ftds-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:n.extend("--ftds-text-area-disabled-component-opacity","",l.opacity40),fieldHorizontalLeftPadding:n.extend("--ftds-text-area-field-horizontal-left-padding","",l.spacing4),fieldHorizontalGap:n.extend("--ftds-text-area-field-horizontal-gap","",l.spacing3),fieldVerticalGap:n.extend("--ftds-text-area-field-vertical-gap","",l.spacing05),fieldMinHeight:n.create("--ftds-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:n.extend("--ftds-text-area-helper-horizontal-padding","",l.spacing4),helperHorizontalGap:n.extend("--ftds-text-area-helper-horizontal-gap","",l.spacing1),helperIconSize:n.extend("--ftds-text-area-helper-icon-size","",l.iconSize2),borderRadius:n.extend("--ftds-text-area-border-radius","",l.borderRadiusS)};var au={height:n.create("--ftds-floating-menu-height","","SIZE","52px"),horizontalPadding:n.extend("--ftds-floating-menu-horizontal-padding","",l.spacing4),verticalPadding:n.extend("--ftds-floating-menu-vertical-padding","",l.spacing2),offIconColor:n.extend("--ftds-floating-menu-off-icon-color","",u.contentGlobalPrimary),offColor:n.extend("--ftds-floating-menu-off-color","",u.contentGlobalPrimary),onColor:n.extend("--ftds-floating-menu-on-color","",u.contentActionPrimary),onStateLayerColor:n.extend("--ftds-floating-menu-on-state-layer-color","",u.contentActionPrimary),gap:n.extend("--ftds-floating-menu-gap","",l.spacing3),focusFocusRingColor:n.extend("--ftds-floating-menu-focus-focus-ring-color","",u.borderActionFocusRing),focusOutlineWidth:n.create("--ftds-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:n.extend("--ftds-floating-menu-focus-state-layer-opacity","",l.opacity24),hoverStateLayerOpacity:n.extend("--ftds-floating-menu-hover-state-layer-opacity","",l.opacity8),activeStateLayerOpacity:n.extend("--ftds-floating-menu-active-state-layer-opacity","",l.opacity16),disabledComponentOpacity:n.extend("--ftds-floating-menu-disabled-component-opacity","",l.opacity40),iconSize:n.extend("--ftds-floating-menu-icon-size","",l.iconSize3),backgroundColor:n.extend("--ftds-floating-menu-background-color","",u.backgroundGlobalOnSurface),shadow:n.extend("--ftds-floating-menu-shadow","",l.shadowElevation02),multiselectCheckedStateLayerColor:n.extend("--ftds-floating-menu-multiselect-checked-state-layer-color","",u.contentActionPrimary),multiselectCheckedColor:n.extend("--ftds-floating-menu-multiselect-checked-color","",u.contentGlobalPrimary),multiselectCheckedIconColor:n.extend("--ftds-floating-menu-multiselect-checked-icon-color","",u.contentActionPrimary),multiselectCheckedDefaultStateLayerOpacity:n.extend("--ftds-floating-menu-multiselect-checked-default-state-layer-opacity","",l.opacity8),multiselectCheckedHoverStateLayerOpacity:n.extend("--ftds-floating-menu-multiselect-checked-hover-state-layer-opacity","",l.opacity16),multiselectCheckedFocusStateLayerOpacity:n.extend("--ftds-floating-menu-multiselect-checked-focus-state-layer-opacity","",l.opacity24),multiselectIndeterminatedStateLayerColor:n.extend("--ftds-floating-menu-multiselect-indeterminated-state-layer-color","",u.contentActionPrimary),multiselectIndeterminatedColor:n.extend("--ftds-floating-menu-multiselect-indeterminated-color","",u.contentGlobalPrimary),multiselectIndeterminatedIconColor:n.extend("--ftds-floating-menu-multiselect-indeterminated-icon-color","",u.contentActionPrimary),multiselectIndeterminatedDefaultStateLayerOpacity:n.extend("--ftds-floating-menu-multiselect-indeterminated-default-state-layer-opacity","",l.opacity8),multiselectIndeterminatedHoverStateLayerOpacity:n.extend("--ftds-floating-menu-multiselect-indeterminated-hover-state-layer-opacity","",l.opacity16),multiselectIndeterminatedFocusStateLayerOpacity:n.extend("--ftds-floating-menu-multiselect-indeterminated-focus-state-layer-opacity","",l.opacity24),multiselectUncheckedStateLayerColor:n.extend("--ftds-floating-menu-multiselect-unchecked-state-layer-color","",u.contentGlobalPrimary),multiselectUncheckedColor:n.extend("--ftds-floating-menu-multiselect-unchecked-color","",u.contentGlobalPrimary),multiselectUncheckedIconColor:n.extend("--ftds-floating-menu-multiselect-unchecked-icon-color","",u.contentGlobalSubtle),multiselectUncheckedDefaultStateLayerOpacity:n.extend("--ftds-floating-menu-multiselect-unchecked-default-state-layer-opacity","",l.opacity0),multiselectUncheckedHoverStateLayerOpacity:n.extend("--ftds-floating-menu-multiselect-unchecked-hover-state-layer-opacity","",l.opacity8),multiselectUncheckedFocusStateLayerOpacity:n.extend("--ftds-floating-menu-multiselect-unchecked-focus-state-layer-opacity","",l.opacity16),selectAllCheckedStateLayerColor:n.extend("--ftds-floating-menu-select-all-checked-state-layer-color","",u.contentActionPrimary),selectAllCheckedColor:n.extend("--ftds-floating-menu-select-all-checked-color","",u.contentGlobalPrimary),selectAllCheckedIconColor:n.extend("--ftds-floating-menu-select-all-checked-icon-color","",u.contentActionPrimary),selectAllCheckedDefaultStateLayerOpacity:n.extend("--ftds-floating-menu-select-all-checked-default-state-layer-opacity","",l.opacity0),selectAllCheckedHoverStateLayerOpacity:n.extend("--ftds-floating-menu-select-all-checked-hover-state-layer-opacity","",l.opacity16),selectAllCheckedFocusStateLayerOpacity:n.extend("--ftds-floating-menu-select-all-checked-focus-state-layer-opacity","",l.opacity24),selectAllIndeterminatedStateLayerColor:n.extend("--ftds-floating-menu-select-all-indeterminated-state-layer-color","",u.contentGlobalPrimary),selectAllIndeterminatedColor:n.extend("--ftds-floating-menu-select-all-indeterminated-color","",u.contentGlobalPrimary),selectAllIndeterminatedIconColor:n.extend("--ftds-floating-menu-select-all-indeterminated-icon-color","",u.contentActionPrimary),selectAllIndeterminatedDefaultStateLayerOpacity:n.extend("--ftds-floating-menu-select-all-indeterminated-default-state-layer-opacity","",l.opacity0),selectAllIndeterminatedHoverStateLayerOpacity:n.extend("--ftds-floating-menu-select-all-indeterminated-hover-state-layer-opacity","",l.opacity8),selectAllIndeterminatedFocusStateLayerOpacity:n.extend("--ftds-floating-menu-select-all-indeterminated-focus-state-layer-opacity","",l.opacity16),selectAllUncheckedStateLayerColor:n.extend("--ftds-floating-menu-select-all-unchecked-state-layer-color","",u.contentGlobalPrimary),selectAllUncheckedColor:n.extend("--ftds-floating-menu-select-all-unchecked-color","",u.contentGlobalPrimary),selectAllUncheckedIconColor:n.extend("--ftds-floating-menu-select-all-unchecked-icon-color","",u.contentGlobalSubtle),selectAllUncheckedDefaultStateLayerOpacity:n.extend("--ftds-floating-menu-select-all-unchecked-default-state-layer-opacity","",l.opacity0),selectAllUncheckedHoverStateLayerOpacity:n.extend("--ftds-floating-menu-select-all-unchecked-hover-state-layer-opacity","",l.opacity8),selectAllUncheckedFocusStateLayerOpacity:n.extend("--ftds-floating-menu-select-all-unchecked-focus-state-layer-opacity","",l.opacity16),defaultUncheckedStateLayerColor:n.extend("--ftds-floating-menu-default-unchecked-state-layer-color","",u.contentGlobalPrimary),defaultUncheckedColor:n.extend("--ftds-floating-menu-default-unchecked-color","",u.contentGlobalPrimary),defaultUncheckedIconColor:n.extend("--ftds-floating-menu-default-unchecked-icon-color","",u.contentGlobalSubtle),defaultUncheckedDefaultStateLayerOpacity:n.extend("--ftds-floating-menu-default-unchecked-default-state-layer-opacity","",l.opacity0),defaultUncheckedHoverStateLayerOpacity:n.extend("--ftds-floating-menu-default-unchecked-hover-state-layer-opacity","",l.opacity8),defaultUncheckedFocusStateLayerOpacity:n.extend("--ftds-floating-menu-default-unchecked-focus-state-layer-opacity","",l.opacity16),defaultCheckedStateLayerColor:n.extend("--ftds-floating-menu-default-checked-state-layer-color","",u.contentActionPrimary),defaultCheckedColor:n.extend("--ftds-floating-menu-default-checked-color","",u.contentActionPrimary),defaultCheckedIconColor:n.extend("--ftds-floating-menu-default-checked-icon-color","",u.contentActionPrimary),defaultCheckedDefaultStateLayerOpacity:n.extend("--ftds-floating-menu-default-checked-default-state-layer-opacity","",l.opacity8),defaultCheckedHoverStateLayerOpacity:n.extend("--ftds-floating-menu-default-checked-hover-state-layer-opacity","",l.opacity16),defaultCheckedFocusStateLayerOpacity:n.extend("--ftds-floating-menu-default-checked-focus-state-layer-opacity","",l.opacity24)};var iu={menuVerticalGap:n.extend("--ftds-combobox-menu-vertical-gap","",l.spacing2),menuNewValuePaddingTop:n.extend("--ftds-combobox-menu-new-value-padding-top","",l.spacing4),menuNewValuePaddingBottom:n.extend("--ftds-combobox-menu-new-value-padding-bottom","",l.spacing1),menuNewValueHorizontalPadding:n.extend("--ftds-combobox-menu-new-value-horizontal-padding","",l.spacing4),menuNewValueLabelColor:n.extend("--ftds-combobox-menu-new-value-label-color","",u.contentGlobalSubtle),menuNewValueBorderColor:n.extend("--ftds-combobox-menu-new-value-border-color","",u.borderGlobalPrimary),menuNewValueBorderWidth:n.create("--ftds-combobox-menu-new-value-border-width","","SIZE","1px"),menuNewValueErrorBackgroundColor:n.extend("--ftds-combobox-menu-new-value-error-background-color","",u.backgroundErrorSubtle),menuNewValueErrorBorderColor:n.extend("--ftds-combobox-menu-new-value-error-border-color","",u.borderErrorPrimary),menuNewValueErrorStateLayerColor:n.extend("--ftds-combobox-menu-new-value-error-state-layer-color","",u.contentActionPrimary),menuNewValueErrorHoverStateLayerOpacity:n.extend("--ftds-combobox-menu-new-value-error-hover-state-layer-opacity","",l.opacity4),menuNewValueErrorActiveStateLayerOpacity:n.extend("--ftds-combobox-menu-new-value-error-active-state-layer-opacity","",l.opacity6),menuMessagePaddingTop:n.extend("--ftds-combobox-menu-message-padding-top","",l.spacing2),menuMessagePaddingBottom:n.extend("--ftds-combobox-menu-message-padding-bottom","",l.spacing2),menuMessageHorizontalPadding:n.extend("--ftds-combobox-menu-message-horizontal-padding","",l.spacing4),menuMessageLabelColor:n.extend("--ftds-combobox-menu-message-label-color","",u.contentGlobalSubtle),valuesChipBackgroundColor:n.extend("--ftds-combobox-values-chip-background-color","",u.backgroundGlobalOnSurface),valuesChipBorderColor:n.extend("--ftds-combobox-values-chip-border-color","",u.borderInputPrimary)};var su={backgroundColor:n.extend("--ftds-popover-background-color","",u.backgroundGlobalOnSurface),titleColor:n.extend("--ftds-popover-title-color","",u.contentGlobalPrimary),bodyColor:n.extend("--ftds-popover-body-color","",u.contentGlobalSecondary),gap:n.extend("--ftds-popover-gap","",l.spacing2),borderRadius:n.extend("--ftds-popover-border-radius","",l.borderRadiusM),shadow:n.extend("--ftds-popover-shadow","",l.shadowElevation02),maxWidth:n.create("--ftds-popover-max-width","","SIZE","440px"),minWidth:n.create("--ftds-popover-min-width","","SIZE","160px"),maxHeight:n.create("--ftds-popover-max-height","","SIZE","0.16vh"),contentSectionVerticalGap:n.extend("--ftds-popover-content-section-vertical-gap","",l.spacing2),multiSectionVerticalGap:n.extend("--ftds-popover-multi-section-vertical-gap","",l.spacing6),defaultHorizontalPadding:n.extend("--ftds-popover-default-horizontal-padding","",l.spacing6),defaultVerticalPadding:n.extend("--ftds-popover-default-vertical-padding","",l.spacing6),denseHorizontalPadding:n.extend("--ftds-popover-dense-horizontal-padding","",l.spacing3),denseVerticalPadding:n.extend("--ftds-popover-dense-vertical-padding","",l.spacing3)};var cu={hoverStateLayerOpacity:n.extend("--ftds-collapsible-hover-state-layer-opacity","",l.opacity8),focusStateLayerOpacity:n.extend("--ftds-collapsible-focus-state-layer-opacity","",l.opacity8),focusOutlineWidth:n.create("--ftds-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:n.extend("--ftds-collapsible-focus-focus-ring-color","",u.borderActionFocusRing),activeStateLayerOpacity:n.extend("--ftds-collapsible-active-state-layer-opacity","",l.opacity16),disabledComponentOpacity:n.extend("--ftds-collapsible-disabled-component-opacity","",l.opacity40),horizontalPadding:n.extend("--ftds-collapsible-horizontal-padding","",l.spacing4),verticalPadding:n.extend("--ftds-collapsible-vertical-padding","",l.spacing3),color:n.extend("--ftds-collapsible-color","",u.contentGlobalPrimary),stateLayerColor:n.extend("--ftds-collapsible-state-layer-color","",u.contentGlobalPrimary),backgroundColor:n.extend("--ftds-collapsible-background-color","",u.backgroundGlobalOnSurface),borderColor:n.extend("--ftds-collapsible-border-color","",u.borderGlobalSubtle),iconSize:n.extend("--ftds-collapsible-icon-size","",l.iconSize3)};var lu={groupHorizontalPadding:n.extend("--ftds-switch-group-horizontal-padding","",l.spacing1),groupVerticalPadding:n.extend("--ftds-switch-group-vertical-padding","",l.spacing1),groupGap:n.extend("--ftds-switch-group-gap","",l.spacing1),groupBackgroundColor:n.extend("--ftds-switch-group-background-color","",u.backgroundGlobalSurface),groupBorderColor:n.extend("--ftds-switch-group-border-color","",u.borderGlobalSubtle),groupBorderRadius:n.create("--ftds-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:n.extend("--ftds-switch-label-horizontal-padding","",l.spacing2),labelVerticalPadding:n.extend("--ftds-switch-label-vertical-padding","",l.spacing1),offHoverStateLayerOpacity:n.extend("--ftds-switch-off-hover-state-layer-opacity","",l.opacity8),offFocusStateLayerOpacity:n.extend("--ftds-switch-off-focus-state-layer-opacity","",l.opacity8),offActiveStateLayerOpacity:n.extend("--ftds-switch-off-active-state-layer-opacity","",l.opacity16),offDisabledComponentOpacity:n.extend("--ftds-switch-off-disabled-component-opacity","",l.opacity40),offColor:n.extend("--ftds-switch-off-color","",u.contentGlobalSubtle),offStateLayerColor:n.extend("--ftds-switch-off-state-layer-color","",u.contentGlobalSubtle),onHoverStateLayerOpacity:n.extend("--ftds-switch-on-hover-state-layer-opacity","",l.opacity8),onFocusStateLayerOpacity:n.extend("--ftds-switch-on-focus-state-layer-opacity","",l.opacity8),onActiveStateLayerOpacity:n.extend("--ftds-switch-on-active-state-layer-opacity","",l.opacity16),onDisabledComponentOpacity:n.extend("--ftds-switch-on-disabled-component-opacity","",l.opacity40),onColor:n.extend("--ftds-switch-on-color","",u.contentActionPrimary),onStateLayerColor:n.extend("--ftds-switch-on-state-layer-color","",u.contentActionPrimary),iconHorizontalPadding:n.extend("--ftds-switch-icon-horizontal-padding","",l.spacing1),iconVerticalPadding:n.extend("--ftds-switch-icon-vertical-padding","",l.spacing1),focusOutlineWidth:n.create("--ftds-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:n.extend("--ftds-switch-focus-focus-ring-color","",u.borderActionFocusRing),optionBorderRadius:n.extend("--ftds-switch-option-border-radius","",l.borderRadiusS)};var du={color1Light:n.extend("--ftds-chart-1-light","for area color charts",l.colorBrand40),color1Base:n.extend("--ftds-chart-1-base","for line charts",l.colorBrand0),color2Light:n.extend("--ftds-chart-2-light","for area color charts",l.colorYellow60),color2Base:n.extend("--ftds-chart-2-base","for line charts",l.colorYellow100),color3Light:n.extend("--ftds-chart-3-light","",l.colorUltramarine40),color3Base:n.extend("--ftds-chart-3-base","",l.colorUltramarine70),color4Light:n.extend("--ftds-chart-4-light","",l.colorCyan50),color4Base:n.extend("--ftds-chart-4-base","",l.colorCyan100),color5Light:n.extend("--ftds-chart-5-light","",l.colorRed40),color5Base:n.extend("--ftds-chart-5-base","",l.colorRed60),color6Light:n.extend("--ftds-chart-6-light","",l.colorGreen40),color6Base:n.extend("--ftds-chart-6-base","",l.colorGreen70),color7Light:n.extend("--ftds-chart-7-light","",l.colorOrange70),color7Base:n.extend("--ftds-chart-7-base","",l.colorOrange100),color8Light:n.extend("--ftds-chart-8-light","",l.colorAvocado70),color8Base:n.extend("--ftds-chart-8-base","",l.colorAvocado200),color9Light:n.extend("--ftds-chart-9-light","",l.colorBrown50),color9Base:n.extend("--ftds-chart-9-base","",l.colorBrown200),color10Light:n.extend("--ftds-chart-10-light","",l.colorGray50),color10Base:n.extend("--ftds-chart-10-base","",l.colorGray80),monochrome10:n.extend("--ftds-chart-monochrome-10","",l.colorBrand10),monochrome20:n.extend("--ftds-chart-monochrome-20","",l.colorBrand20),monochrome30:n.extend("--ftds-chart-monochrome-30","",l.colorBrand40),monochrome40:n.extend("--ftds-chart-monochrome-40","",l.colorBrand60),monochrome50:n.extend("--ftds-chart-monochrome-50","",l.colorBrand0),monochrome60:n.extend("--ftds-chart-monochrome-60","",l.colorBrand200),scatterplotQuadrantPopularOldBackgroundColor:n.extend("--ftds-chart-scatterplot-quadrant-popular-old-background-color","",l.colorYellow10),scatterplotQuadrantPopularNewBackgroundColor:n.extend("--ftds-chart-scatterplot-quadrant-popular-new-background-color","",l.colorAvocado10),scatterplotQuadrantUnpopularOldBackgroundColor:n.extend("--ftds-chart-scatterplot-quadrant-unpopular-old-background-color","",l.colorRed10),scatterplotQuadrantUnpopularNewBackgroundColor:n.extend("--ftds-chart-scatterplot-quadrant-unpopular-new-background-color","",l.colorCyan10),scatterplotDatapointInitialDefaultBackgroundColor:n.extend("--ftds-chart-scatterplot-datapoint-initial-default-background-color","",l.colorBrand70),scatterplotDatapointInitialDefaultBackgroundOpacity:n.extend("--ftds-chart-scatterplot-datapoint-initial-default-background-opacity","",l.opacity48),scatterplotDatapointInitialHoverBackgroundColor:n.extend("--ftds-chart-scatterplot-datapoint-initial-hover-background-color","",l.colorBrand0),scatterplotDatapointSelectedDefaultBackgroundColor:n.extend("--ftds-chart-scatterplot-datapoint-selected-default-background-color","",l.colorBrand100),scatterplotDatapointSelectedHoverBackgroundColor:n.extend("--ftds-chart-scatterplot-datapoint-selected-hover-background-color","",l.colorBrand200),scatterplotDatapointUnselectedDefaultBackgroundColor:n.extend("--ftds-chart-scatterplot-datapoint-unselected-default-background-color","",l.colorGray60),scatterplotDatapointUnselectedDefaultBackgroundOpacity:n.extend("--ftds-chart-scatterplot-datapoint-unselected-default-background-opacity","",l.opacity48),scatterplotDatapointUnselectedHoverBackgroundColor:n.extend("--ftds-chart-scatterplot-datapoint-unselected-hover-background-color","",l.colorGray70),scatterplotDatapointHoverHoverRingColor:n.extend("--ftds-chart-scatterplot-datapoint-hover-hover-ring-color","",l.colorCyan200)};var uu={color1IconColor:n.extend("--ftds-page-designer-1-icon-color","for area color charts",l.colorCyan0),color1ToolbarColor:n.extend("--ftds-page-designer-1-toolbar-color","for area color charts",l.colorCyan0),color2IconColor:n.extend("--ftds-page-designer-2-icon-color","for area color charts",l.colorBrand0),color2ToolbarColor:n.extend("--ftds-page-designer-2-toolbar-color","for area color charts",l.colorBrand0),color3IconColor:n.extend("--ftds-page-designer-3-icon-color","for area color charts",l.colorYellow200),color3ToolbarColor:n.extend("--ftds-page-designer-3-toolbar-color","for area color charts",l.colorYellow200),color4IconColor:n.extend("--ftds-page-designer-4-icon-color","for area color charts",l.colorUltramarine50),color4ToolbarColor:n.extend("--ftds-page-designer-4-toolbar-color","for area color charts",l.colorUltramarine50),color5IconColor:n.extend("--ftds-page-designer-5-icon-color","for area color charts",l.colorGreen0),color5ToolbarColor:n.extend("--ftds-page-designer-5-toolbar-color","for area color charts",l.colorGreen0),color6IconColor:n.extend("--ftds-page-designer-6-icon-color","for area color charts",l.colorOrange0),color6ToolbarColor:n.extend("--ftds-page-designer-6-toolbar-color","for area color charts",l.colorOrange0),color7IconColor:n.extend("--ftds-page-designer-7-icon-color","for area color charts",l.colorAvocado200),color7ToolbarColor:n.extend("--ftds-page-designer-7-toolbar-color","for area color charts",l.colorAvocado200),color8IconColor:n.extend("--ftds-page-designer-8-icon-color","for area color charts",l.colorBrown0),color8ToolbarColor:n.extend("--ftds-page-designer-8-toolbar-color","for area color charts",l.colorBrown0)};var fu={borderWidth:n.create("--ftds-notice-border-width","","SIZE","1px"),horizontalPadding:n.extend("--ftds-notice-horizontal-padding","",l.spacing3),verticalPadding:n.extend("--ftds-notice-vertical-padding","",l.spacing2),borderRadius:n.extend("--ftds-notice-border-radius","",l.borderRadiusS),gap:n.extend("--ftds-notice-gap","",l.spacing2),iconSize:n.extend("--ftds-notice-icon-size","",l.iconSize3),infoBackgroundColor:n.extend("--ftds-notice-info-background-color","",u.backgroundInfoSubtle),infoBorderColor:n.extend("--ftds-notice-info-border-color","",u.borderInfoSubtle),infoColor:n.extend("--ftds-notice-info-color","",u.contentInfoPrimary),infoIconColor:n.extend("--ftds-notice-info-icon-color","",u.contentInfoIconOnly),warningBackgroundColor:n.extend("--ftds-notice-warning-background-color","",u.backgroundWarningSubtle),warningBorderColor:n.extend("--ftds-notice-warning-border-color","",u.borderWarningSubtle),warningColor:n.extend("--ftds-notice-warning-color","",u.contentWarningPrimary),warningIconColor:n.extend("--ftds-notice-warning-icon-color","",u.contentWarningIconOnly),errorBackgroundColor:n.extend("--ftds-notice-error-background-color","",u.backgroundErrorSubtle),errorBorderColor:n.extend("--ftds-notice-error-border-color","",u.borderErrorSubtle),errorColor:n.extend("--ftds-notice-error-color","",u.contentErrorPrimary),errorIconColor:n.extend("--ftds-notice-error-icon-color","",u.contentErrorIconOnly),successBackgroundColor:n.extend("--ftds-notice-success-background-color","",u.backgroundSuccessSubtle),successBorderColor:n.extend("--ftds-notice-success-border-color","",u.borderSuccessSubtle),successColor:n.extend("--ftds-notice-success-color","",u.contentSuccessPrimary),successIconColor:n.extend("--ftds-notice-success-icon-color","",u.contentSuccessIconOnly),denseHorizontalPadding:n.create("--ftds-notice-dense-horizontal-padding","","SIZE","0px"),denseVerticalPadding:n.create("--ftds-notice-dense-vertical-padding","","SIZE","0px"),denseGap:n.extend("--ftds-notice-dense-gap","",l.spacing1),denseIconSize:n.extend("--ftds-notice-dense-icon-size","",l.iconSize2),denseBorderWidth:n.create("--ftds-notice-dense-border-width","","SIZE","0")};var pu={offHoverStateLayerOpacity:n.extend("--ftds-toggle-off-hover-state-layer-opacity","",l.opacity16),offFocusStateLayerOpacity:n.extend("--ftds-toggle-off-focus-state-layer-opacity","",l.opacity16),offActiveStateLayerOpacity:n.extend("--ftds-toggle-off-active-state-layer-opacity","",l.opacity24),offDisabledComponentOpacity:n.extend("--ftds-toggle-off-disabled-component-opacity","",l.opacity40),offBackgroundColor:n.extend("--ftds-toggle-off-background-color","",u.contentGlobalSubtle),offIconColor:n.extend("--ftds-toggle-off-icon-color","",u.contentGlobalSubtle),offStateLayerColor:n.extend("--ftds-toggle-off-state-layer-color","",u.contentGlobalSubtle),onHoverStateLayerOpacity:n.extend("--ftds-toggle-on-hover-state-layer-opacity","",l.opacity16),onFocusStateLayerOpacity:n.extend("--ftds-toggle-on-focus-state-layer-opacity","",l.opacity16),onActiveStateLayerOpacity:n.extend("--ftds-toggle-on-active-state-layer-opacity","",l.opacity24),onDisabledComponentOpacity:n.extend("--ftds-toggle-on-disabled-component-opacity","",l.opacity40),onBackgroundColor:n.extend("--ftds-toggle-on-background-color","",u.contentActionPrimary),onStateLayerColor:n.extend("--ftds-toggle-on-state-layer-color","",u.contentActionPrimary),onIconColor:n.extend("--ftds-toggle-on-icon-color","",u.contentActionPrimary),color:n.extend("--ftds-toggle-color","",u.contentGlobalPrimary),focusFocusRingColor:n.extend("--ftds-toggle-focus-focus-ring-color","",u.borderActionFocusRing),gap:n.extend("--ftds-toggle-gap","",l.spacing3)};var hu={iconSize:n.extend("--ftds-notification-icon-size","",l.iconSize4),leftPadding:n.extend("--ftds-notification-left-padding","",l.spacing5),rightPadding:n.extend("--ftds-notification-right-padding","",l.spacing4),verticalPadding:n.extend("--ftds-notification-vertical-padding","",l.spacing3),infoBackgroundColor:n.extend("--ftds-notification-info-background-color","",u.backgroundInfoSubtle),infoColor:n.extend("--ftds-notification-info-color","",u.contentInfoPrimary),infoIconColor:n.extend("--ftds-notification-info-icon-color","",u.contentInfoIconOnly),infoBorderColor:n.extend("--ftds-notification-info-border-color","",u.borderInfoSubtle),successBackgroundColor:n.extend("--ftds-notification-success-background-color","",u.backgroundSuccessSubtle),successColor:n.extend("--ftds-notification-success-color","",u.contentSuccessPrimary),successIconColor:n.extend("--ftds-notification-success-icon-color","",u.contentSuccessIconOnly),successBorderColor:n.extend("--ftds-notification-success-border-color","",u.borderSuccessSubtle),warningBackgroundColor:n.extend("--ftds-notification-warning-background-color","",u.backgroundWarningSubtle),warningColor:n.extend("--ftds-notification-warning-color","",u.contentWarningPrimary),warningIconColor:n.extend("--ftds-notification-warning-icon-color","",u.contentWarningIconOnly),warningBorderColor:n.extend("--ftds-notification-warning-border-color","",u.borderWarningSubtle),errorBackgroundColor:n.extend("--ftds-notification-error-background-color","",u.backgroundErrorSubtle),errorColor:n.extend("--ftds-notification-error-color","",u.contentErrorPrimary),errorIconColor:n.extend("--ftds-notification-error-icon-color","",u.contentErrorIconOnly),errorBorderColor:n.extend("--ftds-notification-error-border-color","",u.borderErrorSubtle),borderRadius:n.extend("--ftds-notification-border-radius","",l.borderRadiusPill),borderWidth:n.create("--ftds-notification-border-width","","SIZE","1px"),leadingGap:n.extend("--ftds-notification-leading-gap","",l.spacing2),trailingGap:n.extend("--ftds-notification-trailing-gap","",l.spacing8)};var mu={horizontalPadding:n.extend("--ftds-tooltip-horizontal-padding","",l.spacing2),verticalPadding:n.extend("--ftds-tooltip-vertical-padding","",l.spacing2),borderRadius:n.extend("--ftds-tooltip-border-radius","",l.borderRadiusS),color:n.extend("--ftds-tooltip-color","",u.contentGlobalOnColor),backgroundColor:n.extend("--ftds-tooltip-background-color","",u.contentGlobalPrimary),backgroundOpacity:n.extend("--ftds-tooltip-background-opacity","",l.opacity80),shadow:n.extend("--ftds-tooltip-shadow","",l.shadowElevation02),maxWidth:n.create("--ftds-tooltip-max-width","","SIZE","256px"),gap:n.extend("--ftds-tooltip-gap","",l.spacing05)};var gu={menuHorizontalPadding:n.extend("--ftds-date-range-picker-menu-horizontal-padding","",l.spacing4),menuVerticalPadding:n.extend("--ftds-date-range-picker-menu-vertical-padding","",l.spacing4),menuVerticalGap:n.extend("--ftds-date-range-picker-menu-vertical-gap","",l.spacing4),menuButtonsVerticalGap:n.extend("--ftds-date-range-picker-menu-buttons-vertical-gap","",l.spacing2)};var nt;(function(t){t.brand="brand",t.neutral="neutral",t.info="info",t.success="success",t.warning="warning",t.error="error"})(nt||(nt={}));var at;(function(t){t.large="large",t.medium="medium",t.small="small"})(at||(at={}));function ni(t){return`ftds--family-${t}`}function ai(t){return`ftds--size-${t}`}var ne={colorPrimary:n.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:n.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:n.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:n.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:n.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:n.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorInfo:n.create("--ft-color-info","","COLOR","#0F6BC5"),colorWarning:n.create("--ft-color-warning","","COLOR","#B74706"),colorError:n.create("--ft-color-error","","COLOR","#B00020"),colorSuccess:n.create("--ft-color-success","","COLOR","#187856"),colorOutline:n.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:n.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:n.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:n.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:n.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:n.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:n.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:n.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:n.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:n.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:n.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:n.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:n.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:n.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:n.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:n.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:n.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:n.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:n.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:n.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:n.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:n.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:n.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:n.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:n.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:n.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:n.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:n.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:n.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:n.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:n.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:n.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:n.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:n.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:n.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:n.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:n.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:n.create("--ft-elevation-00","","SHADOW","0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0)"),elevation01:n.create("--ft-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation02:n.create("--ft-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation03:n.create("--ft-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0, 0, 0, 0.06), 0px 3px 7px 0px rgba(0, 0, 0, 0.14), 0px 1px 2px 0px rgba(0, 0, 0, 0.06)"),elevation04:n.create("--ft-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0, 0, 0, 0.06), 0px 4px 9px 0px rgba(0, 0, 0, 0.14), 0px 2px 3px 0px rgba(0, 0, 0, 0.06)"),elevation06:n.create("--ft-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0, 0, 0, 0.06), 0px 6px 13px 0px rgba(0, 0, 0, 0.14), 0px 4px 5px 0px rgba(0, 0, 0, 0.06)"),elevation08:n.create("--ft-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0, 0, 0, 0.06), 0px 8px 17px 0px rgba(0, 0, 0, 0.14), 0px 6px 7px 0px rgba(0, 0, 0, 0.06)"),elevation12:n.create("--ft-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0, 0, 0, 0.06), 0px 12px 23px 0px rgba(0, 0, 0, 0.14), 0px 10px 11px 0px rgba(0, 0, 0, 0.06)"),elevation16:n.create("--ft-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0, 0, 0, 0.06), 0px 16px 29px 0px rgba(0, 0, 0, 0.14), 0px 14px 15px 0px rgba(0, 0, 0, 0.06)"),elevation24:n.create("--ft-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0, 0, 0, 0.06), 0px 24px 41px 0px rgba(0, 0, 0, 0.14), 0px 22px 23px 0px rgba(0, 0, 0, 0.06)"),borderRadiusS:n.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:n.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:n.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXL:n.create("--ft-border-radius-xl","","SIZE","16px"),titleFont:n.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:n.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:n.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:n.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};var ci={};j(ci,{DynamicImporter:()=>tn,dynamicImporter:()=>yu});var tn=class{async import(e){if(e)return import(e)}},yu=new tn;var Si={};j(Si,{computeOffsetAutoPosition:()=>Bu,computeOffsetPosition:()=>xi});var Qc=["top","right","bottom","left"],Jc=["start","end"],di=Qc.reduce((t,e)=>t.concat(e,e+"-"+Jc[0],e+"-"+Jc[1]),[]),zt=Math.min,Ye=Math.max,oo=Math.round;var Xe=t=>({x:t,y:t}),bu={left:"right",right:"left",bottom:"top",top:"bottom"};function el(t,e,r){return Ye(t,zt(e,r))}function cr(t,e){return typeof t=="function"?t(e):t}function Pt(t){return t.split("-")[0]}function Je(t){return t.split("-")[1]}function ui(t){return t==="x"?"y":"x"}function fi(t){return t==="y"?"height":"width"}function lr(t){let e=t[0];return e==="t"||e==="b"?"y":"x"}function pi(t){return ui(lr(t))}function tl(t,e,r){r===void 0&&(r=!1);let o=Je(t),a=pi(t),i=fi(a),s=a==="x"?o===(r?"end":"start")?"right":"left":o==="start"?"bottom":"top";return e.reference[i]>e.floating[i]&&(s=li(s)),[s,li(s)]}function rl(t){return t.includes("start")?t.replace("start","end"):t.replace("end","start")}function li(t){let e=Pt(t);return bu[e]+t.slice(e.length)}function vu(t){var e,r,o,a;return{top:(e=t.top)!=null?e:0,right:(r=t.right)!=null?r:0,bottom:(o=t.bottom)!=null?o:0,left:(a=t.left)!=null?a:0}}function ol(t){return typeof t!="number"?vu(t):{top:t,right:t,bottom:t,left:t}}function Dt(t){let{x:e,y:r,width:o,height:a}=t;return{width:o,height:a,top:r,left:e,right:e+o,bottom:r+a,x:e,y:r}}function nl(t,e,r){let{reference:o,floating:a}=t,i=lr(e),s=pi(e),c=fi(s),d=Pt(e),f=i==="y",g=o.x+o.width/2-a.width/2,h=o.y+o.height/2-a.height/2,y=o[c]/2-a[c]/2,v;switch(d){case"top":v={x:g,y:o.y-a.height};break;case"bottom":v={x:g,y:o.y+o.height};break;case"right":v={x:o.x+o.width,y:h};break;case"left":v={x:o.x-a.width,y:h};break;default:v={x:o.x,y:o.y}}let E=Je(e);return E&&(v[s]+=y*(E==="end"?1:-1)*(r&&f?-1:1)),v}async function al(t,e){var r;e===void 0&&(e={});let{x:o,y:a,platform:i,rects:s,elements:c,strategy:d}=t,{boundary:f="clippingAncestors",rootBoundary:g="viewport",elementContext:h="floating",altBoundary:y=!1,padding:v=0}=cr(e,t),E=ol(v),A=c[y?h==="floating"?"reference":"floating":h],_=Dt(await i.getClippingRect({element:(r=await(i.isElement==null?void 0:i.isElement(A)))==null||r?A:A.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(c.floating)),boundary:f,rootBoundary:g,strategy:d})),P=h==="floating"?{x:o,y:a,width:s.floating.width,height:s.floating.height}:s.reference,x=await(i.getOffsetParent==null?void 0:i.getOffsetParent(c.floating)),S=await(i.isElement==null?void 0:i.isElement(x))&&await(i.getScale==null?void 0:i.getScale(x))||{x:1,y:1},C=Dt(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:c,rect:P,offsetParent:x,strategy:d}):P);return{top:(_.top-C.top+E.top)/S.y,bottom:(C.bottom-_.bottom+E.bottom)/S.y,left:(_.left-C.left+E.left)/S.x,right:(C.right-_.right+E.right)/S.x}}var xu=50,il=async(t,e,r)=>{let{placement:o="bottom",strategy:a="absolute",middleware:i=[],platform:s}=r,c=s.detectOverflow?s:{...s,detectOverflow:al},d=await(s.isRTL==null?void 0:s.isRTL(e)),f=await s.getElementRects({reference:t,floating:e,strategy:a}),{x:g,y:h}=nl(f,o,d),y=o,v=0,E={};for(let R=0;R<i.length;R++){let A=i[R];if(!A)continue;let{name:_,fn:P}=A,{x,y:S,data:C,reset:k}=await P({x:g,y:h,initialPlacement:o,placement:y,strategy:a,middlewareData:E,rects:f,platform:c,elements:{reference:t,floating:e}});g=x??g,h=S??h,E[_]={...E[_],...C},k&&v<xu&&(v++,typeof k=="object"&&(k.placement&&(y=k.placement),k.rects&&(f=k.rects===!0?await s.getElementRects({reference:t,floating:e,strategy:a}):k.rects),{x:g,y:h}=nl(f,y,d)),R=-1)}return{x:g,y:h,placement:y,strategy:a,middlewareData:E}};function Su(t,e,r){return(t?[...r.filter(a=>Je(a)===t),...r.filter(a=>Je(a)!==t)]:r.filter(a=>Pt(a)===a)).filter(a=>t?Je(a)===t||(e?rl(a)!==a:!1):!0)}var sl=function(t){return t===void 0&&(t={}),{name:"autoPlacement",options:t,async fn(e){var r,o,a;let{rects:i,middlewareData:s,placement:c,platform:d,elements:f}=e,{crossAxis:g=!1,alignment:h,allowedPlacements:y=di,autoAlignment:v=!0,...E}=cr(t,e),R=h!==void 0||y===di?Su(h||null,v,y):y,A=((r=s.autoPlacement)==null?void 0:r.index)||0,_=R[A];if(_==null)return{};if(c!==_)return{reset:{placement:R[0]}};let P=await d.detectOverflow(e,E),x=tl(_,i,await(d.isRTL==null?void 0:d.isRTL(f.floating))),S=[P[Pt(_)],P[x[0]],P[x[1]]],C=[...((o=s.autoPlacement)==null?void 0:o.overflows)||[],{placement:_,overflows:S}],k=R[A+1];if(k)return{data:{index:A+1,overflows:C},reset:{placement:k}};let D=C.map(I=>{let H=Je(I.placement);return[I.placement,H&&g?I.overflows.slice(0,2).reduce((Q,je)=>Q+je,0):I.overflows[0],I.overflows]}).sort((I,H)=>I[1]-H[1]),V=((a=D.filter(I=>I[2].slice(0,Je(I[0])?2:3).every(H=>H<=0))[0])==null?void 0:a[0])||D[0][0];return V!==c?{data:{index:A+1,overflows:C},reset:{placement:V}}:{}}}};var Cu=new Set(["left","top"]);async function Eu(t,e){let{placement:r,platform:o,elements:a}=t,i=await(o.isRTL==null?void 0:o.isRTL(a.floating)),s=Pt(r),c=Je(r),d=lr(r)==="y",f=Cu.has(s)?-1:1,g=i&&d?-1:1,h=cr(e,t),{mainAxis:y,crossAxis:v,alignmentAxis:E}=typeof h=="number"?{mainAxis:h,crossAxis:0,alignmentAxis:null}:{mainAxis:h.mainAxis||0,crossAxis:h.crossAxis||0,alignmentAxis:h.alignmentAxis};return c&&typeof E=="number"&&(v=c==="end"?E*-1:E),d?{x:v*g,y:y*f}:{x:y*f,y:v*g}}var cl=function(t){return t===void 0&&(t=0),{name:"offset",options:t,async fn(e){var r,o;let{x:a,y:i,placement:s,middlewareData:c}=e,d=await Eu(e,t);return s===((r=c.offset)==null?void 0:r.placement)&&(o=c.arrow)!=null&&o.alignmentOffset?{}:{x:a+d.x,y:i+d.y,data:{...d,placement:s}}}}},ll=function(t){return t===void 0&&(t={}),{name:"shift",options:t,async fn(e){let{x:r,y:o,placement:a,platform:i}=e,{mainAxis:s=!0,crossAxis:c=!1,limiter:d={fn:P=>{let{x,y:S}=P;return{x,y:S}}},...f}=cr(t,e),g={x:r,y:o},h=await i.detectOverflow(e,f),y=lr(a),v=ui(y),E=g[v],R=g[y],A=(P,x)=>el(x+h[P==="y"?"top":"left"],x,x-h[P==="y"?"bottom":"right"]);s&&(E=A(v,E)),c&&(R=A(y,R));let _=d.fn({...e,[v]:E,[y]:R});return{..._,data:{x:_.x-r,y:_.y-o,enabled:{[v]:s,[y]:c}}}}}};var dl=function(t){return t===void 0&&(t={}),{name:"size",options:t,async fn(e){let{placement:r,rects:o,platform:a,elements:i}=e,{apply:s=()=>{},...c}=cr(t,e),d=await a.detectOverflow(e,c),f=Pt(r),g=Je(r),h=lr(r)==="y",{width:y,height:v}=o.floating,E,R;f==="top"||f==="bottom"?(E=f,R=g===(await(a.isRTL==null?void 0:a.isRTL(i.floating))?"start":"end")?"left":"right"):(R=f,E=g==="end"?"top":"bottom");let A=v-d.top-d.bottom,_=y-d.left-d.right,P=zt(v-d[E],A),x=zt(y-d[R],_),S=e.middlewareData.shift,C=!S,k=P,D=x;S!=null&&S.enabled.x&&(D=_),S!=null&&S.enabled.y&&(k=A),C&&!g&&(h?D=y-2*Ye(d.left,d.right):k=v-2*Ye(d.top,d.bottom)),await s({...e,availableWidth:D,availableHeight:k});let T=await a.getDimensions(i.floating);return y!==T.width||v!==T.height?{reset:{rects:!0}}:{}}}};function on(){return typeof window<"u"}function Ft(t){return fl(t)?(t.nodeName||"").toLowerCase():"#document"}function Se(t){var e;return(t==null||(e=t.ownerDocument)==null?void 0:e.defaultView)||window}function it(t){var e;return(e=(fl(t)?t.ownerDocument:t.document)||window.document)==null?void 0:e.documentElement}function fl(t){return on()?t instanceof Node||t instanceof Se(t).Node:!1}function Ue(t){return on()?t instanceof Element||t instanceof Se(t).Element:!1}function st(t){return on()?t instanceof HTMLElement||t instanceof Se(t).HTMLElement:!1}function ul(t){return!on()||typeof ShadowRoot>"u"?!1:t instanceof ShadowRoot||t instanceof Se(t).ShadowRoot}function no(t){let{overflow:e,overflowX:r,overflowY:o,display:a}=Fe(t);return/auto|scroll|overlay|hidden|clip/.test(e+o+r)&&a!=="inline"&&a!=="contents"}function pl(t){return/^(table|td|th)$/.test(Ft(t))}function ao(t){try{if(t.matches(":popover-open"))return!0}catch{}try{return t.matches(":modal")}catch{return!1}}var Lu=/transform|translate|scale|rotate|perspective|filter/,Au=/paint|layout|strict|content/,Ut=t=>!!t&&t!=="none",hi;function dr(t){let e=Ue(t)?Fe(t):t;return Ut(e.transform)||Ut(e.translate)||Ut(e.scale)||Ut(e.rotate)||Ut(e.perspective)||!nn()&&(Ut(e.backdropFilter)||Ut(e.filter))||Lu.test(e.willChange||"")||Au.test(e.contain||"")}function hl(t){let e=bt(t);for(;st(e)&&!ur(e);){if(dr(e))return e;if(ao(e))return null;e=bt(e)}return null}function nn(){return hi==null&&(hi=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),hi}function ur(t){return/^(html|body|#document)$/.test(Ft(t))}function Fe(t){return Se(t).getComputedStyle(t)}function io(t){return Ue(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.scrollX,scrollTop:t.scrollY}}function bt(t){if(Ft(t)==="html")return t;let e=t.assignedSlot||t.parentNode||ul(t)&&t.host||it(t);return ul(e)?e.host:e}function ml(t){let e=bt(t);return ur(e)?(t.ownerDocument||t).body:st(e)&&no(e)?e:ml(e)}function rn(t,e,r){var o;e===void 0&&(e=[]),r===void 0&&(r=!0);let a=ml(t),i=a===((o=t.ownerDocument)==null?void 0:o.body),s=Se(a);if(i){let c=an(s);return e.concat(s,s.visualViewport||[],no(a)?a:[],c&&r?rn(c):[])}else return e.concat(a,rn(a,[],r))}function an(t){return t.parent&&Object.getPrototypeOf(t.parent)?t.frameElement:null}function bl(t){let e=Fe(t),r=parseFloat(e.width)||0,o=parseFloat(e.height)||0,a=st(t),i=a?t.offsetWidth:r,s=a?t.offsetHeight:o,c=oo(r)!==i||oo(o)!==s;return c&&(r=i,o=s),{width:r,height:o,$:c}}function vl(t){return Ue(t)?t:t.contextElement}function fr(t){let e=vl(t);if(!st(e))return Xe(1);let r=e.getBoundingClientRect(),{width:o,height:a,$:i}=bl(e),s=(i?oo(r.width):r.width)/o,c=(i?oo(r.height):r.height)/a;return(!s||!Number.isFinite(s))&&(s=1),(!c||!Number.isFinite(c))&&(c=1),{x:s,y:c}}var Ou=Xe(0);function xl(t){let e=Se(t);return!nn()||!e.visualViewport?Ou:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function wu(t,e,r){return e===void 0&&(e=!1),!!r&&e&&r===Se(t)}function so(t,e,r,o){e===void 0&&(e=!1),r===void 0&&(r=!1);let a=t.getBoundingClientRect(),i=vl(t),s=Xe(1);e&&(o?Ue(o)&&(s=fr(o)):s=fr(t));let c=wu(i,r,o)?xl(i):Xe(0),d=(a.left+c.x)/s.x,f=(a.top+c.y)/s.y,g=a.width/s.x,h=a.height/s.y;if(i&&o){let y=Se(i),v=Ue(o)?Se(o):o,E=y,R=an(E);for(;R&&v!==E;){let A=fr(R),_=R.getBoundingClientRect(),P=Fe(R),x=_.left+(R.clientLeft+parseFloat(P.paddingLeft))*A.x,S=_.top+(R.clientTop+parseFloat(P.paddingTop))*A.y;d*=A.x,f*=A.y,g*=A.x,h*=A.y,d+=x,f+=S,E=Se(R),R=an(E)}}return Dt({width:g,height:h,x:d,y:f})}function sn(t,e){let r=io(t).scrollLeft;return e?e.left+r:so(it(t)).left+r}function Sl(t,e){let r=t.getBoundingClientRect(),o=r.left+e.scrollLeft-sn(t,r),a=r.top+e.scrollTop;return{x:o,y:a}}function Ru(t){let{elements:e,rect:r,offsetParent:o,strategy:a}=t,i=a==="fixed",s=it(o),c=e?ao(e.floating):!1;if(o===s||c&&i)return r;let d={scrollLeft:0,scrollTop:0},f=Xe(1),g=Xe(0),h=st(o);if((h||!i)&&((Ft(o)!=="body"||no(s))&&(d=io(o)),h)){let v=so(o);f=fr(o),g.x=v.x+o.clientLeft,g.y=v.y+o.clientTop}let y=s&&!h&&!i?Sl(s,d):Xe(0);return{width:r.width*f.x,height:r.height*f.y,x:r.x*f.x-d.scrollLeft*f.x+g.x+y.x,y:r.y*f.y-d.scrollTop*f.y+g.y+y.y}}function _u(t){return t.getClientRects?Array.from(t.getClientRects()):[]}function Nu(t){let e=io(t),r=t.ownerDocument.body,o=Ye(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),a=Ye(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight),i=-e.scrollLeft+sn(t),s=-e.scrollTop;return Fe(r).direction==="rtl"&&(i+=Ye(t.clientWidth,r.clientWidth)-o),{width:o,height:a,x:i,y:s}}var Mu=25;function Tu(t,e,r){r===void 0&&(r="viewport");let o=r==="layoutViewport",a=Se(t),i=it(t),s=a.visualViewport,c=i.clientWidth,d=i.clientHeight,f=0,g=0;if(s){let y=!nn()||e==="fixed";o?y||(f=-s.offsetLeft,g=-s.offsetTop):(c=s.width,d=s.height,y&&(f=s.offsetLeft,g=s.offsetTop))}if(sn(i)<=0){let y=i.ownerDocument,v=y.body,E=getComputedStyle(v),R=y.compatMode==="CSS1Compat"&&parseFloat(E.marginLeft)+parseFloat(E.marginRight)||0,A=Math.abs(i.clientWidth-v.clientWidth-R),_=getComputedStyle(i).scrollbarGutter==="stable both-edges"?A/2:A;_<=Mu&&(c-=_)}return{width:c,height:d,x:f,y:g}}function ku(t,e){let r=so(t,!0,e==="fixed"),o=r.top+t.clientTop,a=r.left+t.clientLeft,i=fr(t),s=t.clientWidth*i.x,c=t.clientHeight*i.y,d=a*i.x,f=o*i.y;return{width:s,height:c,x:d,y:f}}function gl(t,e,r){let o;if(e==="viewport"||e==="layoutViewport")o=Tu(t,r,e);else if(e==="document")o=Nu(it(t));else if(Ue(e))o=ku(e,r);else{let a=xl(t);o={x:e.x-a.x,y:e.y-a.y,width:e.width,height:e.height}}return Dt(o)}function Iu(t,e){let r=e.get(t);if(r)return r;let o=rn(t,[],!1).filter(c=>Ue(c)&&Ft(c)!=="body"),a=null,i=Fe(t).position==="fixed",s=i?bt(t):t;for(;Ue(s)&&!ur(s);){let c=Fe(s),d=dr(s),f=a?a.position:i?"fixed":"";!d&&(f==="fixed"||f==="absolute"&&c.position==="static")?o=o.filter(h=>h!==s):a=c,s=bt(s)}return e.set(t,o),o}function zu(t){let{element:e,boundary:r,rootBoundary:o,strategy:a}=t,s=[...r==="clippingAncestors"?ao(e)?[]:Iu(e,this._c):[].concat(r),o],c=gl(e,s[0],a),d=c.top,f=c.right,g=c.bottom,h=c.left;for(let y=1;y<s.length;y++){let v=gl(e,s[y],a);d=Ye(v.top,d),f=zt(v.right,f),g=zt(v.bottom,g),h=Ye(v.left,h)}return{width:f-h,height:g-d,x:h,y:d}}function Pu(t){let{width:e,height:r}=bl(t);return{width:e,height:r}}function Du(t,e,r){let o=st(e),a=it(e),i=r==="fixed",s=so(t,!0,i,e),c={scrollLeft:0,scrollTop:0},d=Xe(0);if((o||!i)&&((Ft(e)!=="body"||no(a))&&(c=io(e)),o)){let y=so(e,!0,i,e);d.x=y.x+e.clientLeft,d.y=y.y+e.clientTop}!o&&a&&(d.x=sn(a));let f=a&&!o&&!i?Sl(a,c):Xe(0),g=s.left+c.scrollLeft-d.x-f.x,h=s.top+c.scrollTop-d.y-f.y;return{x:g,y:h,width:s.width,height:s.height}}function mi(t){return Fe(t).position==="static"}function yl(t,e){if(!st(t)||Fe(t).position==="fixed")return null;if(e)return e(t);let r=t.offsetParent;return it(t)===r&&(r=r.ownerDocument.body),r}function Cl(t,e){let r=Se(t);if(ao(t))return r;if(!st(t)){let a=bt(t);for(;a&&!ur(a);){if(Ue(a)&&!mi(a))return a;a=bt(a)}return r}let o=yl(t,e);for(;o&&pl(o)&&mi(o);)o=yl(o,e);return o&&ur(o)&&mi(o)&&!dr(o)?r:o||hl(t)||r}var Uu=async function(t){let e=this.getOffsetParent||Cl,r=this.getDimensions,o=await r(t.floating);return{reference:Du(t.reference,await e(t.floating),t.strategy),floating:{x:0,y:0,width:o.width,height:o.height}}};function Fu(t){return Fe(t).direction==="rtl"}var pr={convertOffsetParentRelativeRectToViewportRelativeRect:Ru,getDocumentElement:it,getClippingRect:zu,getOffsetParent:Cl,getElementRects:Uu,getClientRects:_u,getDimensions:Pu,getScale:fr,isElement:Ue,isRTL:Fu};var El=cl,gi=sl,Ll=ll;var Al=dl;var yi=(t,e,r)=>{let o=new Map,a=r??{},i={...pr,...a.platform,_c:o};return il(t,e,{...a,platform:i})};function vi(t){return $u(t)}function bi(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}function $u(t){for(let e=t;e;e=bi(e))if(e instanceof Element&&getComputedStyle(e).display==="none")return null;for(let e=bi(t);e;e=bi(e)){if(!(e instanceof Element))continue;let r=getComputedStyle(e);if(r.display!=="contents"&&(r.position!=="static"||dr(r)||e.tagName==="BODY"))return e}return null}async function xi(t,e,r){let o;return typeof r=="object"?o=r:o={placement:r},yi(t,e,{strategy:o.strategy,platform:{...pr,getOffsetParent:a=>pr.getOffsetParent(a,vi)},middleware:[Ll({crossAxis:!0}),gi({allowedPlacements:[o.placement]})]})}async function Bu(t,e,r,o,a,i,s){let c,d;return typeof r=="object"?(c=r.placement,o=r.allowedPlacements,a=r.strategy,i=r.maxHeightCssVariable,d=r.maxWidthCssVariable,s=r.offsetValue):c=r,yi(t,e,{placement:c,strategy:a,platform:{...pr,getOffsetParent:f=>pr.getOffsetParent(f,vi)},middleware:[El(s??4),gi({allowedPlacements:o}),Al({apply({availableHeight:f,availableWidth:g,elements:h}){typeof i=="string"&&(i=`var(${i})`),i?h.floating.style.maxHeight=`min(${Math.max(0,f)}px, ${i})`:h.floating.style.maxHeight=`${Math.max(0,f)}px`,typeof d=="string"&&(d=`var(${d})`),d?h.floating.style.maxWidth=`min(${Math.max(0,g)}px, ${d})`:h.floating.style.maxWidth=`${Math.max(0,g)}px`}})]})}var Ci={};j(Ci,{isSlotEmptyOrWithoutContent:()=>Hu});var Hu=t=>t?t.assignedNodes({flatten:!0}).filter(o=>{var a;return o.nodeType===Node.TEXT_NODE?((a=o.textContent)!==null&&a!==void 0?a:"").trim().length>0:!0}).length===0:!0;var Ri={};j(Ri,{FtdsBase:()=>wi,toFtdsBase:()=>cn});var Oi={};j(Oi,{ExportpartsUpdatedEvent:()=>$t,FtLitElement:()=>Z});var Ei={};j(Ei,{ScopedRegistryLitElement:()=>co});var co=class extends Ke{get scopedRegistryConstructor(){return this.constructor}createRenderRoot(){let e=this.scopedRegistryConstructor;e.elementDefinitions&&!e.registry&&(e.registry=new CustomElementRegistry,e.defineScopedElements(e.elementDefinitions));let r={...e.shadowRootOptions,customElements:e.registry},o=this.renderOptions.creationScope=this.attachShadow(r);return jr(o,e.elementStyles),o}static canDefineScopedElement(e){return!!this.registry&&!this.registry.get(e)}static defineScopedElements(e){Object.entries(e).forEach(([r,o])=>this.defineScopedElement(r,o))}static defineScopedElement(e,r){Qr(e)(r),this.canDefineScopedElement(e)&&this.registry.define(e,r)}canDefineScopedElement(e){return this.scopedRegistryConstructor.canDefineScopedElement(e)}defineScopedElements(e){this.scopedRegistryConstructor.defineScopedElements(e)}defineScopedElement(e,r){this.scopedRegistryConstructor.defineScopedElement(e,r)}};var Ai={};j(Ai,{shadowQuerySelector:()=>Li,shadowQuerySelectorAll:()=>Gu});function Li(t,e,...r){var o;let a=t.querySelector(e);for(let i of r)a=(o=a?.shadowRoot)===null||o===void 0?void 0:o.querySelector(i);return a}function Gu(t,e,...r){let o=[...t.querySelectorAll(e)];for(let a of r)o=o.flatMap(i=>{var s,c;return[...(c=(s=i.shadowRoot)===null||s===void 0?void 0:s.querySelectorAll(a))!==null&&c!==void 0?c:[]]});return o}var hr=function(t,e,r,o){var a=arguments.length,i=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},_l,Ol=Symbol("constructorPrototype"),wl=Symbol("constructorName"),Nl=Symbol("exportpartsDebouncer"),Rl=Symbol("dynamicDependenciesLoaded"),$t=class t extends CustomEvent{constructor(){super(t.eventName,{bubbles:!0})}};$t.eventName="exportparts-updated";var Z=class extends co{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[_l]=new xe(5),this.scheduleExportpartsUpdate=()=>{var e,r,o;(!((e=this.exportpartsPrefix)===null||e===void 0)&&e.trim()||(o=(r=this.exportpartsPrefixes)===null||r===void 0?void 0:r.length)!==null&&o!==void 0&&o)&&this[Nl].run(()=>{var a,i;!((a=this.exportpartsPrefix)===null||a===void 0)&&a.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((i=this.exportpartsPrefixes)===null||i===void 0?void 0:i.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})},this[wl]=this.constructor.name,this[Ol]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[wl]&&Object.setPrototypeOf(this,this[Ol])}connectedCallback(){var e;super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(o){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",o)}let r=this.constructor;r[Rl]||(r[Rl]=!0,this.importDynamicDependencies()),(e=this.shadowRoot)===null||e===void 0||e.addEventListener($t.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var e;super.disconnectedCallback(),(e=this.shadowRoot)===null||e===void 0||e.removeEventListener($t.eventName,this.scheduleExportpartsUpdate)}importDynamicDependencies(){}updated(e){super.updated(e),this.updateComplete.then(()=>{this.contentAvailableCallback(e),this.focusElementToFocus(e),this.applyCustomStylesheet(e),this.scheduleExportpartsUpdate(),e.has("exportparts")&&this.dispatchEvent(new $t)})}contentAvailableCallback(e){}focusElementToFocus(e){if(e.has("elementToFocus")&&this.elementToFocus!=null){let{element:r,selector:o,shadowPath:a}=this.elementToFocus;if(o!=null){let i=[...a??[],o];r=Li(this.shadowRoot,...i)}r?.focus(),window.FluidTopicsA11yHints.isKeyboardNavigation||r?.blur(),this.elementToFocus=void 0}}applyCustomStylesheet(e){var r,o,a;if(((o=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&o!==void 0?o:[]).forEach(i=>i.remove()),this.useAdoptedStyleSheets){if(e.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((a=this.customStylesheet)!==null&&a!==void 0?a:"")}catch(i){console.error(i,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let i=document.createElement("style");i.classList.add("ft-lit-element--custom-stylesheet"),i.innerHTML=this.customStylesheet,this.shadowRoot.append(i)}}setExportpartsAttribute(e){var r,o,a,i,s,c;let d=y=>y!=null&&y.trim().length>0,f=e.filter(d).map(y=>y.trim());if(f.length===0){this.exportparts=void 0;return}let g=new Set;for(let y of(o=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll("[part],[exportparts]"))!==null&&o!==void 0?o:[]){let v=(i=(a=y.getAttribute("part"))===null||a===void 0?void 0:a.split(" "))!==null&&i!==void 0?i:[],E=(c=(s=y.getAttribute("exportparts"))===null||s===void 0?void 0:s.split(",").map(A=>A.split(":")[1]))!==null&&c!==void 0?c:[],R=[...v,...E].filter(d).map(A=>A.trim());for(let A of R)g.add(A)}if(g.size===0){this.exportparts=void 0;return}let h=[...g.values()].flatMap(y=>f.map(v=>`${y}:${v}--${y}`));this.exportparts=[...this.part,...h].join(", ")}};_l=Nl;hr([L()],Z.prototype,"exportpartsPrefix",void 0);hr([ye([])],Z.prototype,"exportpartsPrefixes",void 0);hr([L({reflect:!0})],Z.prototype,"exportparts",void 0);hr([L()],Z.prototype,"customStylesheet",void 0);hr([L()],Z.prototype,"elementToFocus",void 0);hr([Y()],Z.prototype,"useAdoptedStyleSheets",void 0);var Ml=function(t,e,r,o){var a=arguments.length,i=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},cn=ue(Symbol("toFtdsBase"),function(t){class e extends t{constructor(){super(...arguments),this.size=at.medium,this.family=nt.neutral}getDesignSystemBaseClasses(){return{[ni(this.family)]:!0,[ai(this.size)]:!0}}}return Ml([L()],e.prototype,"size",void 0),Ml([L()],e.prototype,"family",void 0),e}),wi=class extends cn(Z){};var Tl={};var Mi={};j(Mi,{highlightHtml:()=>Ni,highlightHtmlColorCssVariable:()=>kl,highlightHtmlStyles:()=>Vu});var Bt=class t{constructor(e,r=!0,o=[],a=5e3){this.ctx=e,this.iframes=r,this.exclude=o,this.iframesTimeout=a}static matches(e,r){let o=typeof r=="string"?[r]:r,a=e.matches||e.matchesSelector||e.msMatchesSelector||e.mozMatchesSelector||e.oMatchesSelector||e.webkitMatchesSelector;if(a){let i=!1;return o.every(s=>a.call(e,s)?(i=!0,!1):!0),i}else return!1}getContexts(){let e,r=[];return typeof this.ctx>"u"||!this.ctx?e=[]:NodeList.prototype.isPrototypeOf(this.ctx)?e=Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?e=this.ctx:typeof this.ctx=="string"?e=Array.prototype.slice.call(document.querySelectorAll(this.ctx)):e=[this.ctx],e.forEach(o=>{let a=r.filter(i=>i.contains(o)).length>0;r.indexOf(o)===-1&&!a&&r.push(o)}),r}getIframeContents(e,r,o=()=>{}){let a;try{let i=e.contentWindow;if(a=i.document,!i||!a)throw new Error("iframe inaccessible")}catch{o()}a&&r(a)}isIframeBlank(e){let r="about:blank",o=e.getAttribute("src").trim();return e.contentWindow.location.href===r&&o!==r&&o}observeIframeLoad(e,r,o){let a=!1,i=null,s=()=>{if(!a){a=!0,clearTimeout(i);try{this.isIframeBlank(e)||(e.removeEventListener("load",s),this.getIframeContents(e,r,o))}catch{o()}}};e.addEventListener("load",s),i=setTimeout(s,this.iframesTimeout)}onIframeReady(e,r,o){try{e.contentWindow.document.readyState==="complete"?this.isIframeBlank(e)?this.observeIframeLoad(e,r,o):this.getIframeContents(e,r,o):this.observeIframeLoad(e,r,o)}catch{o()}}waitForIframes(e,r){let o=0;this.forEachIframe(e,()=>!0,a=>{o++,this.waitForIframes(a.querySelector("html"),()=>{--o||r()})},a=>{a||r()})}forEachIframe(e,r,o,a=()=>{}){let i=e.querySelectorAll("iframe"),s=i.length,c=0;i=Array.prototype.slice.call(i);let d=()=>{--s<=0&&a(c)};s||d(),i.forEach(f=>{t.matches(f,this.exclude)?d():this.onIframeReady(f,g=>{r(f)&&(c++,o(g)),d()},d)})}createIterator(e,r,o){return document.createNodeIterator(e,r,o,!1)}createInstanceOnIframe(e){return new t(e.querySelector("html"),this.iframes)}compareNodeIframe(e,r,o){let a=e.compareDocumentPosition(o),i=Node.DOCUMENT_POSITION_PRECEDING;if(a&i)if(r!==null){let s=r.compareDocumentPosition(o),c=Node.DOCUMENT_POSITION_FOLLOWING;if(s&c)return!0}else return!0;return!1}getIteratorNode(e){let r=e.previousNode(),o;return r===null?o=e.nextNode():o=e.nextNode()&&e.nextNode(),{prevNode:r,node:o}}checkIframeFilter(e,r,o,a){let i=!1,s=!1;return a.forEach((c,d)=>{c.val===o&&(i=d,s=c.handled)}),this.compareNodeIframe(e,r,o)?(i===!1&&!s?a.push({val:o,handled:!0}):i!==!1&&!s&&(a[i].handled=!0),!0):(i===!1&&a.push({val:o,handled:!1}),!1)}handleOpenIframes(e,r,o,a){e.forEach(i=>{i.handled||this.getIframeContents(i.val,s=>{this.createInstanceOnIframe(s).forEachNode(r,o,a)})})}iterateThroughNodes(e,r,o,a,i){let s=this.createIterator(r,e,a),c=[],d=[],f,g,h=()=>({prevNode:g,node:f}=this.getIteratorNode(s),f);for(;h();)this.iframes&&this.forEachIframe(r,y=>this.checkIframeFilter(f,g,y,c),y=>{this.createInstanceOnIframe(y).forEachNode(e,v=>d.push(v),a)}),d.push(f);d.forEach(y=>{o(y)}),this.iframes&&this.handleOpenIframes(c,e,o,a),i()}forEachNode(e,r,o,a=()=>{}){let i=this.getContexts(),s=i.length;s||a(),i.forEach(c=>{let d=()=>{this.iterateThroughNodes(e,c,r,o,()=>{--s<=0&&a()})};this.iframes?this.waitForIframes(c,d):d()})}};var lo=class{constructor(e){this.ctx=e,this.ie=!1;let r=window.navigator.userAgent;(r.indexOf("MSIE")>-1||r.indexOf("Trident")>-1)&&(this.ie=!0)}set opt(e){this._opt=Object.assign({},{element:"",className:"",exclude:[],iframes:!1,iframesTimeout:5e3,separateWordSearch:!0,diacritics:!0,synonyms:{},accuracy:"partially",acrossElements:!1,caseSensitive:!1,ignoreJoiners:!1,ignoreGroups:0,ignorePunctuation:[],wildcards:"disabled",each:()=>{},noMatch:()=>{},filter:()=>!0,done:()=>{},debug:!1,log:window.console},e)}get opt(){return this._opt}get iterator(){return new Bt(this.ctx,this.opt.iframes,this.opt.exclude,this.opt.iframesTimeout)}log(e,r="debug"){let o=this.opt.log;this.opt.debug&&typeof o=="object"&&typeof o[r]=="function"&&o[r](`mark.js: ${e}`)}escapeStr(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}createRegExp(e){return this.opt.wildcards!=="disabled"&&(e=this.setupWildcardsRegExp(e)),e=this.escapeStr(e),Object.keys(this.opt.synonyms).length&&(e=this.createSynonymsRegExp(e)),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.setupIgnoreJoinersRegExp(e)),this.opt.diacritics&&(e=this.createDiacriticsRegExp(e)),e=this.createMergedBlanksRegExp(e),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.createJoinersRegExp(e)),this.opt.wildcards!=="disabled"&&(e=this.createWildcardsRegExp(e)),e=this.createAccuracyRegExp(e),e}createSynonymsRegExp(e){let r=this.opt.synonyms,o=this.opt.caseSensitive?"":"i",a=this.opt.ignoreJoiners||this.opt.ignorePunctuation.length?"\0":"";for(let i in r)if(r.hasOwnProperty(i)){let s=r[i],c=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(i):this.escapeStr(i),d=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(s):this.escapeStr(s);c!==""&&d!==""&&(e=e.replace(new RegExp(`(${this.escapeStr(c)}|${this.escapeStr(d)})`,`gm${o}`),a+`(${this.processSynomyms(c)}|${this.processSynomyms(d)})`+a))}return e}processSynomyms(e){return(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.setupIgnoreJoinersRegExp(e)),e}setupWildcardsRegExp(e){return e=e.replace(/(?:\\)*\?/g,r=>r.charAt(0)==="\\"?"?":""),e.replace(/(?:\\)*\*/g,r=>r.charAt(0)==="\\"?"*":"")}createWildcardsRegExp(e){let r=this.opt.wildcards==="withSpaces";return e.replace(/\u0001/g,r?"[\\S\\s]?":"\\S?").replace(/\u0002/g,r?"[\\S\\s]*?":"\\S*")}setupIgnoreJoinersRegExp(e){return e.replace(/[^(|)\\]/g,(r,o,a)=>{let i=a.charAt(o+1);return/[(|)\\]/.test(i)||i===""?r:r+"\0"})}createJoinersRegExp(e){let r=[],o=this.opt.ignorePunctuation;return Array.isArray(o)&&o.length&&r.push(this.escapeStr(o.join(""))),this.opt.ignoreJoiners&&r.push("\\u00ad\\u200b\\u200c\\u200d"),r.length?e.split(/\u0000+/).join(`[${r.join("")}]*`):e}createDiacriticsRegExp(e){let r=this.opt.caseSensitive?"":"i",o=this.opt.caseSensitive?["a\xE0\xE1\u1EA3\xE3\u1EA1\u0103\u1EB1\u1EAF\u1EB3\u1EB5\u1EB7\xE2\u1EA7\u1EA5\u1EA9\u1EAB\u1EAD\xE4\xE5\u0101\u0105","A\xC0\xC1\u1EA2\xC3\u1EA0\u0102\u1EB0\u1EAE\u1EB2\u1EB4\u1EB6\xC2\u1EA6\u1EA4\u1EA8\u1EAA\u1EAC\xC4\xC5\u0100\u0104","c\xE7\u0107\u010D","C\xC7\u0106\u010C","d\u0111\u010F","D\u0110\u010E","e\xE8\xE9\u1EBB\u1EBD\u1EB9\xEA\u1EC1\u1EBF\u1EC3\u1EC5\u1EC7\xEB\u011B\u0113\u0119","E\xC8\xC9\u1EBA\u1EBC\u1EB8\xCA\u1EC0\u1EBE\u1EC2\u1EC4\u1EC6\xCB\u011A\u0112\u0118","i\xEC\xED\u1EC9\u0129\u1ECB\xEE\xEF\u012B","I\xCC\xCD\u1EC8\u0128\u1ECA\xCE\xCF\u012A","l\u0142","L\u0141","n\xF1\u0148\u0144","N\xD1\u0147\u0143","o\xF2\xF3\u1ECF\xF5\u1ECD\xF4\u1ED3\u1ED1\u1ED5\u1ED7\u1ED9\u01A1\u1EDF\u1EE1\u1EDB\u1EDD\u1EE3\xF6\xF8\u014D","O\xD2\xD3\u1ECE\xD5\u1ECC\xD4\u1ED2\u1ED0\u1ED4\u1ED6\u1ED8\u01A0\u1EDE\u1EE0\u1EDA\u1EDC\u1EE2\xD6\xD8\u014C","r\u0159","R\u0158","s\u0161\u015B\u0219\u015F","S\u0160\u015A\u0218\u015E","t\u0165\u021B\u0163","T\u0164\u021A\u0162","u\xF9\xFA\u1EE7\u0169\u1EE5\u01B0\u1EEB\u1EE9\u1EED\u1EEF\u1EF1\xFB\xFC\u016F\u016B","U\xD9\xDA\u1EE6\u0168\u1EE4\u01AF\u1EEA\u1EE8\u1EEC\u1EEE\u1EF0\xDB\xDC\u016E\u016A","y\xFD\u1EF3\u1EF7\u1EF9\u1EF5\xFF","Y\xDD\u1EF2\u1EF6\u1EF8\u1EF4\u0178","z\u017E\u017C\u017A","Z\u017D\u017B\u0179"]:["a\xE0\xE1\u1EA3\xE3\u1EA1\u0103\u1EB1\u1EAF\u1EB3\u1EB5\u1EB7\xE2\u1EA7\u1EA5\u1EA9\u1EAB\u1EAD\xE4\xE5\u0101\u0105A\xC0\xC1\u1EA2\xC3\u1EA0\u0102\u1EB0\u1EAE\u1EB2\u1EB4\u1EB6\xC2\u1EA6\u1EA4\u1EA8\u1EAA\u1EAC\xC4\xC5\u0100\u0104","c\xE7\u0107\u010DC\xC7\u0106\u010C","d\u0111\u010FD\u0110\u010E","e\xE8\xE9\u1EBB\u1EBD\u1EB9\xEA\u1EC1\u1EBF\u1EC3\u1EC5\u1EC7\xEB\u011B\u0113\u0119E\xC8\xC9\u1EBA\u1EBC\u1EB8\xCA\u1EC0\u1EBE\u1EC2\u1EC4\u1EC6\xCB\u011A\u0112\u0118","i\xEC\xED\u1EC9\u0129\u1ECB\xEE\xEF\u012BI\xCC\xCD\u1EC8\u0128\u1ECA\xCE\xCF\u012A","l\u0142L\u0141","n\xF1\u0148\u0144N\xD1\u0147\u0143","o\xF2\xF3\u1ECF\xF5\u1ECD\xF4\u1ED3\u1ED1\u1ED5\u1ED7\u1ED9\u01A1\u1EDF\u1EE1\u1EDB\u1EDD\u1EE3\xF6\xF8\u014DO\xD2\xD3\u1ECE\xD5\u1ECC\xD4\u1ED2\u1ED0\u1ED4\u1ED6\u1ED8\u01A0\u1EDE\u1EE0\u1EDA\u1EDC\u1EE2\xD6\xD8\u014C","r\u0159R\u0158","s\u0161\u015B\u0219\u015FS\u0160\u015A\u0218\u015E","t\u0165\u021B\u0163T\u0164\u021A\u0162","u\xF9\xFA\u1EE7\u0169\u1EE5\u01B0\u1EEB\u1EE9\u1EED\u1EEF\u1EF1\xFB\xFC\u016F\u016BU\xD9\xDA\u1EE6\u0168\u1EE4\u01AF\u1EEA\u1EE8\u1EEC\u1EEE\u1EF0\xDB\xDC\u016E\u016A","y\xFD\u1EF3\u1EF7\u1EF9\u1EF5\xFFY\xDD\u1EF2\u1EF6\u1EF8\u1EF4\u0178","z\u017E\u017C\u017AZ\u017D\u017B\u0179"],a=[];return e.split("").forEach(i=>{o.every(s=>{if(s.indexOf(i)!==-1){if(a.indexOf(s)>-1)return!1;e=e.replace(new RegExp(`[${s}]`,`gm${r}`),`[${s}]`),a.push(s)}return!0})}),e}createMergedBlanksRegExp(e){return e.replace(/[\s]+/gmi,"[\\s]+")}createAccuracyRegExp(e){let r="!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~\xA1\xBF",o=this.opt.accuracy,a=typeof o=="string"?o:o.value,i=typeof o=="string"?[]:o.limiters,s="";switch(i.forEach(c=>{s+=`|${this.escapeStr(c)}`}),a){case"partially":default:return`()(${e})`;case"complementary":return s="\\s"+(s||this.escapeStr(r)),`()([^${s}]*${e}[^${s}]*)`;case"exactly":return`(^|\\s${s})(${e})(?=$|\\s${s})`}}getSeparatedKeywords(e){let r=[];return e.forEach(o=>{this.opt.separateWordSearch?o.split(" ").forEach(a=>{a.trim()&&r.indexOf(a)===-1&&r.push(a)}):o.trim()&&r.indexOf(o)===-1&&r.push(o)}),{keywords:r.sort((o,a)=>a.length-o.length),length:r.length}}isNumeric(e){return Number(parseFloat(e))==e}checkRanges(e){if(!Array.isArray(e)||Object.prototype.toString.call(e[0])!=="[object Object]")return this.log("markRanges() will only accept an array of objects"),this.opt.noMatch(e),[];let r=[],o=0;return e.sort((a,i)=>a.start-i.start).forEach(a=>{let{start:i,end:s,valid:c}=this.callNoMatchOnInvalidRanges(a,o);c&&(a.start=i,a.length=s-i,r.push(a),o=s)}),r}callNoMatchOnInvalidRanges(e,r){let o,a,i=!1;return e&&typeof e.start<"u"?(o=parseInt(e.start,10),a=o+parseInt(e.length,10),this.isNumeric(e.start)&&this.isNumeric(e.length)&&a-r>0&&a-o>0?i=!0:(this.log(`Ignoring invalid or overlapping range: ${JSON.stringify(e)}`),this.opt.noMatch(e))):(this.log(`Ignoring invalid range: ${JSON.stringify(e)}`),this.opt.noMatch(e)),{start:o,end:a,valid:i}}checkWhitespaceRanges(e,r,o){let a,i=!0,s=o.length,c=r-s,d=parseInt(e.start,10)-c;return d=d>s?s:d,a=d+parseInt(e.length,10),a>s&&(a=s,this.log(`End range automatically set to the max value of ${s}`)),d<0||a-d<0||d>s||a>s?(i=!1,this.log(`Invalid range: ${JSON.stringify(e)}`),this.opt.noMatch(e)):o.substring(d,a).replace(/\s+/g,"")===""&&(i=!1,this.log("Skipping whitespace only range: "+JSON.stringify(e)),this.opt.noMatch(e)),{start:d,end:a,valid:i}}getTextNodes(e){let r="",o=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,a=>{o.push({start:r.length,end:(r+=a.textContent).length,node:a})},a=>this.matchesExclude(a.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT,()=>{e({value:r,nodes:o})})}matchesExclude(e){return Bt.matches(e,this.opt.exclude.concat(["script","style","title","head","html"]))}wrapRangeInTextNode(e,r,o){let a=this.opt.element?this.opt.element:"mark",i=e.splitText(r),s=i.splitText(o-r),c=document.createElement(a);return c.setAttribute("data-markjs","true"),this.opt.className&&c.setAttribute("class",this.opt.className),c.textContent=i.textContent,i.parentNode.replaceChild(c,i),s}wrapRangeInMappedTextNode(e,r,o,a,i){e.nodes.every((s,c)=>{let d=e.nodes[c+1];if(typeof d>"u"||d.start>r){if(!a(s.node))return!1;let f=r-s.start,g=(o>s.end?s.end:o)-s.start,h=e.value.substr(0,s.start),y=e.value.substr(g+s.start);if(s.node=this.wrapRangeInTextNode(s.node,f,g),e.value=h+y,e.nodes.forEach((v,E)=>{E>=c&&(e.nodes[E].start>0&&E!==c&&(e.nodes[E].start-=g),e.nodes[E].end-=g)}),o-=g,i(s.node.previousSibling,s.start),o>s.end)r=s.end;else return!1}return!0})}wrapMatches(e,r,o,a,i){let s=r===0?0:r+1;this.getTextNodes(c=>{c.nodes.forEach(d=>{d=d.node;let f;for(;(f=e.exec(d.textContent))!==null&&f[s]!=="";){if(!o(f[s],d))continue;let g=f.index;if(s!==0)for(let h=1;h<s;h++)g+=f[h].length;d=this.wrapRangeInTextNode(d,g,g+f[s].length),a(d.previousSibling),e.lastIndex=0}}),i()})}wrapMatchesAcrossElements(e,r,o,a,i){let s=r===0?0:r+1;this.getTextNodes(c=>{let d;for(;(d=e.exec(c.value))!==null&&d[s]!=="";){let f=d.index;if(s!==0)for(let h=1;h<s;h++)f+=d[h].length;let g=f+d[s].length;this.wrapRangeInMappedTextNode(c,f,g,h=>o(d[s],h),(h,y)=>{e.lastIndex=y,a(h)})}i()})}wrapRangeFromIndex(e,r,o,a){this.getTextNodes(i=>{let s=i.value.length;e.forEach((c,d)=>{let{start:f,end:g,valid:h}=this.checkWhitespaceRanges(c,s,i.value);h&&this.wrapRangeInMappedTextNode(i,f,g,y=>r(y,c,i.value.substring(f,g),d),y=>{o(y,c)})}),a()})}unwrapMatches(e){let r=e.parentNode,o=document.createDocumentFragment();for(;e.firstChild;)o.appendChild(e.removeChild(e.firstChild));r.replaceChild(o,e),this.ie?this.normalizeTextNode(r):r.normalize()}normalizeTextNode(e){if(e){if(e.nodeType===3)for(;e.nextSibling&&e.nextSibling.nodeType===3;)e.nodeValue+=e.nextSibling.nodeValue,e.parentNode.removeChild(e.nextSibling);else this.normalizeTextNode(e.firstChild);this.normalizeTextNode(e.nextSibling)}}markRegExp(e,r){this.opt=r,this.log(`Searching with expression "${e}"`);let o=0,a="wrapMatches",i=s=>{o++,this.opt.each(s)};this.opt.acrossElements&&(a="wrapMatchesAcrossElements"),this[a](e,this.opt.ignoreGroups,(s,c)=>this.opt.filter(c,s,o),i,()=>{o===0&&this.opt.noMatch(e),this.opt.done(o)})}mark(e,r){this.opt=r;let o=0,a="wrapMatches",{keywords:i,length:s}=this.getSeparatedKeywords(typeof e=="string"?[e]:e),c=this.opt.caseSensitive?"":"i",d=f=>{let g=new RegExp(this.createRegExp(f),`gm${c}`),h=0;this.log(`Searching with expression "${g}"`),this[a](g,1,(y,v)=>this.opt.filter(v,f,o,h),y=>{h++,o++,this.opt.each(y)},()=>{h===0&&this.opt.noMatch(f),i[s-1]===f?this.opt.done(o):d(i[i.indexOf(f)+1])})};this.opt.acrossElements&&(a="wrapMatchesAcrossElements"),s===0?this.opt.done(o):d(i[0])}markRanges(e,r){this.opt=r;let o=0,a=this.checkRanges(e);a&&a.length?(this.log("Starting to mark with the following ranges: "+JSON.stringify(a)),this.wrapRangeFromIndex(a,(i,s,c,d)=>this.opt.filter(i,s,c,d),(i,s)=>{o++,this.opt.each(i,s)},()=>{this.opt.done(o)})):this.opt.done(o)}unmark(e){this.opt=e;let r=this.opt.element?this.opt.element:"*";r+="[data-markjs]",this.opt.className&&(r+=`.${this.opt.className}`),this.log(`Removal selector "${r}"`),this.iterator.forEachNode(NodeFilter.SHOW_ELEMENT,o=>{this.unwrapMatches(o)},o=>{let a=Bt.matches(o,r),i=this.matchesExclude(o);return!a||i?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT},this.opt.done)}};function _i(t){let e=new lo(t);return this.mark=(r,o)=>(e.mark(r,o),this),this.markRegExp=(r,o)=>(e.markRegExp(r,o),this),this.markRanges=(r,o)=>(e.markRanges(r,o),this),this.unmark=r=>(e.unmark(r),this),this}var Wu=_i,kl=n.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E"),Vu=$`
|
|
5
5
|
.highlight-html-match {
|
|
6
|
-
background: ${
|
|
6
|
+
background: ${kl};
|
|
7
7
|
}
|
|
8
|
-
`;function
|
|
8
|
+
`;function Ni(t,e,r){var o,a;let i=t.getAttribute("data-highlight-html-query");if((i??"")!==(e??"")){let s=new Wu(t);if(s.unmark(),e&&e.trim()){let c={className:(o=r?.className)!==null&&o!==void 0?o:"highlight-html-match",acrossElements:!0};r?.attributes!=null&&(c.each=f=>{for(let g in r.attributes)f.setAttribute(g,r.attributes[g])}),s.mark(e.replace(/"[^"]+"/g,""),{...c,separateWordSearch:!0}),((a=e.match(/"[^"]+"/g))!==null&&a!==void 0?a:[]).forEach(f=>s.mark(f.replace(/"/g,""),{...c,separateWordSearch:!1}))}}t.setAttribute("data-highlight-html-query",e??"")}var ki={};j(ki,{noTextInputDefaultClearButton:()=>Ku,noTextSelect:()=>uo,safariEllipsisFix:()=>Ti,wordWrap:()=>ju});var uo=$`
|
|
9
9
|
.ft-no-text-select {
|
|
10
10
|
-webkit-touch-callout: none;
|
|
11
11
|
-webkit-user-select: none;
|
|
@@ -14,7 +14,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:n.extend("--ftds-con
|
|
|
14
14
|
-ms-user-select: none;
|
|
15
15
|
user-select: none;
|
|
16
16
|
}
|
|
17
|
-
`,
|
|
17
|
+
`,ju=$`
|
|
18
18
|
.ft-word-wrap {
|
|
19
19
|
white-space: normal;
|
|
20
20
|
word-wrap: break-word;
|
|
@@ -26,7 +26,7 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:n.extend("--ftds-con
|
|
|
26
26
|
-webkit-hyphens: auto;
|
|
27
27
|
hyphens: auto
|
|
28
28
|
}
|
|
29
|
-
`,
|
|
29
|
+
`,Ti=$`
|
|
30
30
|
.ft-safari-ellipsis-fix {
|
|
31
31
|
margin-right: 0;
|
|
32
32
|
|
|
@@ -37,14 +37,14 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:n.extend("--ftds-con
|
|
|
37
37
|
display: inline-block;
|
|
38
38
|
width: 0;
|
|
39
39
|
}
|
|
40
|
-
`,
|
|
40
|
+
`,Ku=$`
|
|
41
41
|
input::-webkit-search-cancel-button,
|
|
42
42
|
input::-webkit-search-decoration,
|
|
43
43
|
input::-webkit-search-results-button,
|
|
44
44
|
input::-webkit-search-results-decoration {
|
|
45
45
|
display: none;
|
|
46
46
|
}
|
|
47
|
-
`;var Ol={};var Ci={};V(Ci,{ParametrizedLabelResolver:()=>bo});var bo=class t{constructor(e,r){this.defaultLabels=e,this.labels=r}resolve(e,...r){var o,a;e=this.resolvePluralKey(e,r);let i=(a=(o=this.labels[e])!==null&&o!==void 0?o:this.defaultLabels[e])!==null&&a!==void 0?a:"";return t.replaceParameters(i,...r)}static replaceParameters(e,...r){return r.forEach((o,a)=>e=e.replace(new RegExp(`\\{${a}([^}]*)\\}`,"g"),(i,s)=>t.formatValue(o,s))),e}resolvePluralKey(e,r){for(let o of r)if(typeof o=="number"){let a=`${String(e)}[\\=${o}]`;if(a in this.labels||a in this.defaultLabels)return a}return e}static formatValue(e,r){return e instanceof Date?t.formatDate(e,r):e??""}static formatDate(e,r){let o=a=>r?.includes("date")?e.toLocaleDateString(a):r?.includes("time")?e.toLocaleTimeString(a):e.toLocaleString(a);try{return o(document.documentElement.lang)}catch{return o()}}};var Vi={};V(Vi,{FtCommandQueue:()=>vo,FtLitElementRedux:()=>jt,FtReduxStore:()=>qt,FtStateManager:()=>Ao,ReduxWatcher:()=>yn,clearAllStores:()=>vf,isFtReduxStore:()=>vr,redux:()=>br,reduxEventListener:()=>zu,reduxReactive:()=>ku,watch:()=>xf,withRedux:()=>Rl});var ku=()=>(t,e)=>{var r;let o=t.constructor;o.reduxReactiveProperties=new Set(o.reduxReactiveProperties),(r=o.reduxReactiveProperties)===null||r===void 0||r.add(e)},br=t=>{let e=t??{};return(r,o)=>{var a;let i={hasChanged:Ie,attribute:!1,...e};L(i)(r,o);let s=r.constructor;s.reduxProperties=new Map(s.reduxProperties),s.reduxProperties.set(o,{selector:(a=e.selector)!==null&&a!==void 0?a:(c=>c[o]),store:e.store})}},zu=t=>(e,r)=>{let o=e.constructor;o.reduxEventListeners=new Map(o.reduxEventListeners),o.reduxEventListeners.set(r,t)};var vo=class{constructor(){this.queue=[]}add(e,r=!1){r&&this.clear(e.type),this.queue.push(e)}consume(e){let r=this.queue.find(o=>o.type===e);return r&&(this.queue=this.queue.filter(o=>o!==r)),r}clear(e){typeof e=="string"?this.queue=this.queue.filter(r=>r.type!==e):this.queue=this.queue.filter(r=>!e.test(r.type))}};function vr(t){var e;return(e=t?.isFtReduxStore)!==null&&e!==void 0?e:!1}var xo=Symbol("internalReduxEventsUnsubscribers"),bt=Symbol("internalStoresUnsubscribers"),Wt=Symbol("internalStores"),Rl=fe(Symbol("withRedux"),function(t){var e,r,o;class a extends t{constructor(){super(...arguments),this[e]=new Map,this[r]=new Map,this[o]=new Map}get reduxConstructor(){return this.constructor}willUpdate(s){super.willUpdate(s),[...this.reduxConstructor.reduxReactiveProperties].some(c=>s.has(c))&&this.updateFromStores()}getUnnamedStore(){if(this[Wt].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Wt].values()][0]}getStore(s){return s==null?this.getUnnamedStore():this[Wt].get(s)}addStore(s,c){var d;c=(d=c??s.name)!==null&&d!==void 0?d:"default-store",this.unsubscribeFromStore(c),this[Wt].set(c,s),this.subscribeToStore(c,s),this.updateFromStores()}removeStore(s){let c=typeof s=="string"?s:s.name;this.unsubscribeFromStore(c),this[Wt].delete(c)}setupStores(){this.unsubscribeFromStores(),this[Wt].forEach((s,c)=>this.subscribeToStore(c,s)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((s,c)=>{let d=this.constructor.getPropertyOptions(c);if(!d?.attribute||!this.hasAttribute(typeof d?.attribute=="string"?d.attribute:c)){let u=this.getStore(s.store);u&&(s.store?this[bt].has(s.store):this[bt].size>0)&&(this[c]=s.selector(u.getState(),this))}})}subscribeToStore(s,c){var d;this[bt].set(s,c.subscribe(()=>this.updateFromStores())),this[xo].set(s,[]),vr(c)&&c.eventBus&&((d=this.reduxConstructor.reduxEventListeners)===null||d===void 0||d.forEach((u,m)=>{if(typeof this[m]=="function"&&(!u.store||c.name===u.store)){let h=y=>this[m](y);c.addEventListener(u.eventName,h),this[xo].get(s).push(()=>c.removeEventListener(u.eventName,h))}})),this.onStoreAvailable(s)}unsubscribeFromStores(){this[bt].forEach((s,c)=>this.unsubscribeFromStore(c))}unsubscribeFromStore(s){var c;this[bt].has(s)&&this[bt].get(s)(),this[bt].delete(s),(c=this[xo].get(s))===null||c===void 0||c.forEach(d=>d()),this[xo].delete(s)}onStoreAvailable(s){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return e=bt,r=Wt,o=xo,a.reduxProperties=new Map,a.reduxReactiveProperties=new Set,a.reduxEventListeners=new Map,a}),jt=class extends Rl(Z){};function ke(t){for(var e=arguments.length,r=Array(e>1?e-1:0),o=1;o<e;o++)r[o-1]=arguments[o];if(0)var a,i;throw Error("[Immer] minified error nr: "+t+(r.length?" "+r.map((function(s){return"'"+s+"'"})).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function ct(t){return!!t&&!!t[Q]}function Be(t){var e;return!!t&&((function(r){if(!r||typeof r!="object")return!1;var o=Object.getPrototypeOf(r);if(o===null)return!0;var a=Object.hasOwnProperty.call(o,"constructor")&&o.constructor;return a===Object||typeof a=="function"&&Function.toString.call(a)===Gu})(t)||Array.isArray(t)||!!t[kl]||!!(!((e=t.constructor)===null||e===void 0)&&e[kl])||Mi(t)||Ti(t))}function Vt(t,e,r){r===void 0&&(r=!1),Cr(t)===0?(r?Object.keys:Sr)(t).forEach((function(o){r&&typeof o=="symbol"||e(o,t[o],t)})):t.forEach((function(o,a){return e(a,o,t)}))}function Cr(t){var e=t[Q];return e?e.i>3?e.i-4:e.i:Array.isArray(t)?1:Mi(t)?2:Ti(t)?3:0}function xr(t,e){return Cr(t)===2?t.has(e):Object.prototype.hasOwnProperty.call(t,e)}function Pu(t,e){return Cr(t)===2?t.get(e):t[e]}function zl(t,e,r){var o=Cr(t);o===2?t.set(e,r):o===3?t.add(r):t[e]=r}function Pl(t,e){return t===e?t!==0||1/t==1/e:t!=t&&e!=e}function Mi(t){return Bu&&t instanceof Map}function Ti(t){return Hu&&t instanceof Set}function vt(t){return t.o||t.t}function Ii(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var e=Fl(t);delete e[Q];for(var r=Sr(e),o=0;o<r.length;o++){var a=r[o],i=e[a];i.writable===!1&&(i.writable=!0,i.configurable=!0),(i.get||i.set)&&(e[a]={configurable:!0,writable:!0,enumerable:i.enumerable,value:t[a]})}return Object.create(Object.getPrototypeOf(t),e)}function ki(t,e){return e===void 0&&(e=!1),zi(t)||ct(t)||!Be(t)||(Cr(t)>1&&(t.set=t.add=t.clear=t.delete=Du),Object.freeze(t),e&&Vt(t,(function(r,o){return ki(o,!0)}),!0)),t}function Du(){ke(2)}function zi(t){return t==null||typeof t!="object"||Object.isFrozen(t)}function Qe(t){var e=Ni[t];return e||ke(18,t),e}function Uu(t,e){Ni[t]||(Ni[t]=e)}function Ri(){return Co}function Ei(t,e){e&&(Qe("Patches"),t.u=[],t.s=[],t.v=e)}function fn(t){wi(t),t.p.forEach(Fu),t.p=null}function wi(t){t===Co&&(Co=t.l)}function wl(t){return Co={p:[],l:Co,h:t,m:!0,_:0}}function Fu(t){var e=t[Q];e.i===0||e.i===1?e.j():e.g=!0}function Ai(t,e){e._=e.p.length;var r=e.p[0],o=t!==void 0&&t!==r;return e.h.O||Qe("ES5").S(e,t,o),o?(r[Q].P&&(fn(e),ke(4)),Be(t)&&(t=pn(e,t),e.l||hn(e,t)),e.u&&Qe("Patches").M(r[Q].t,t,e.u,e.s)):t=pn(e,r,[]),fn(e),e.u&&e.v(e.u,e.s),t!==Ul?t:void 0}function pn(t,e,r){if(zi(e))return e;var o=e[Q];if(!o)return Vt(e,(function(c,d){return _l(t,o,e,c,d,r)}),!0),e;if(o.A!==t)return e;if(!o.P)return hn(t,o.t,!0),o.t;if(!o.I){o.I=!0,o.A._--;var a=o.i===4||o.i===5?o.o=Ii(o.k):o.o,i=a,s=!1;o.i===3&&(i=new Set(a),a.clear(),s=!0),Vt(i,(function(c,d){return _l(t,o,a,c,d,r,s)})),hn(t,a,!1),r&&t.u&&Qe("Patches").N(o,r,t.u,t.s)}return o.o}function _l(t,e,r,o,a,i,s){if(ct(a)){var c=pn(t,a,i&&e&&e.i!==3&&!xr(e.R,o)?i.concat(o):void 0);if(zl(r,o,c),!ct(c))return;t.m=!1}else s&&r.add(a);if(Be(a)&&!zi(a)){if(!t.h.D&&t._<1)return;pn(t,a),e&&e.A.l||hn(t,a)}}function hn(t,e,r){r===void 0&&(r=!1),!t.l&&t.h.D&&t.m&&ki(e,r)}function Li(t,e){var r=t[Q];return(r?vt(r):t)[e]}function Nl(t,e){if(e in t)for(var r=Object.getPrototypeOf(t);r;){var o=Object.getOwnPropertyDescriptor(r,e);if(o)return o;r=Object.getPrototypeOf(r)}}function xt(t){t.P||(t.P=!0,t.l&&xt(t.l))}function Oi(t){t.o||(t.o=Ii(t.t))}function _i(t,e,r){var o=Mi(e)?Qe("MapSet").F(e,r):Ti(e)?Qe("MapSet").T(e,r):t.O?(function(a,i){var s=Array.isArray(a),c={i:s?1:0,A:i?i.A:Ri(),P:!1,I:!1,R:{},l:i,t:a,k:null,o:null,j:null,C:!1},d=c,u=Eo;s&&(d=[c],u=So);var m=Proxy.revocable(d,u),h=m.revoke,y=m.proxy;return c.k=y,c.j=h,y})(e,r):Qe("ES5").J(e,r);return(r?r.A:Ri()).p.push(o),o}function $u(t){return ct(t)||ke(22,t),(function e(r){if(!Be(r))return r;var o,a=r[Q],i=Cr(r);if(a){if(!a.P&&(a.i<4||!Qe("ES5").K(a)))return a.t;a.I=!0,o=Ml(r,i),a.I=!1}else o=Ml(r,i);return Vt(o,(function(s,c){a&&Pu(a.t,s)===c||zl(o,s,e(c))})),i===3?new Set(o):o})(t)}function Ml(t,e){switch(e){case 2:return new Map(t);case 3:return Array.from(t)}return Ii(t)}function Dl(){function t(s,c){var d=i[s];return d?d.enumerable=c:i[s]=d={configurable:!0,enumerable:c,get:function(){var u=this[Q];return Eo.get(u,s)},set:function(u){var m=this[Q];Eo.set(m,s,u)}},d}function e(s){for(var c=s.length-1;c>=0;c--){var d=s[c][Q];if(!d.P)switch(d.i){case 5:o(d)&&xt(d);break;case 4:r(d)&&xt(d)}}}function r(s){for(var c=s.t,d=s.k,u=Sr(d),m=u.length-1;m>=0;m--){var h=u[m];if(h!==Q){var y=c[h];if(y===void 0&&!xr(c,h))return!0;var b=d[h],x=b&&b[Q];if(x?x.t!==y:!Pl(b,y))return!0}}var S=!!c[Q];return u.length!==Sr(c).length+(S?0:1)}function o(s){var c=s.k;if(c.length!==s.t.length)return!0;var d=Object.getOwnPropertyDescriptor(c,c.length-1);if(d&&!d.get)return!0;for(var u=0;u<c.length;u++)if(!c.hasOwnProperty(u))return!0;return!1}function a(s){s.g&&ke(3,JSON.stringify(vt(s)))}var i={};Uu("ES5",{J:function(s,c){var d=Array.isArray(s),u=(function(h,y){if(h){for(var b=Array(y.length),x=0;x<y.length;x++)Object.defineProperty(b,""+x,t(x,!0));return b}var S=Fl(y);delete S[Q];for(var A=Sr(S),w=0;w<A.length;w++){var N=A[w];S[N]=t(N,h||!!S[N].enumerable)}return Object.create(Object.getPrototypeOf(y),S)})(d,s),m={i:d?5:4,A:c?c.A:Ri(),P:!1,I:!1,R:{},l:c,t:s,k:u,o:null,g:!1,C:!1};return Object.defineProperty(u,Q,{value:m,writable:!0}),u},S:function(s,c,d){d?ct(c)&&c[Q].A===s&&e(s.p):(s.u&&(function u(m){if(m&&typeof m=="object"){var h=m[Q];if(h){var y=h.t,b=h.k,x=h.R,S=h.i;if(S===4)Vt(b,(function(C){C!==Q&&(y[C]!==void 0||xr(y,C)?x[C]||u(b[C]):(x[C]=!0,xt(h)))})),Vt(y,(function(C){b[C]!==void 0||xr(b,C)||(x[C]=!1,xt(h))}));else if(S===5){if(o(h)&&(xt(h),x.length=!0),b.length<y.length)for(var A=b.length;A<y.length;A++)x[A]=!1;else for(var w=y.length;w<b.length;w++)x[w]=!0;for(var N=Math.min(b.length,y.length),E=0;E<N;E++)b.hasOwnProperty(E)||(x[E]=!0),x[E]===void 0&&u(b[E])}}}})(s.p[0]),e(s.p))},K:function(s){return s.i===4?r(s):o(s)}})}var Tl,Co,Pi=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",Bu=typeof Map<"u",Hu=typeof Set<"u",Il=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",Ul=Pi?Symbol.for("immer-nothing"):((Tl={})["immer-nothing"]=!0,Tl),kl=Pi?Symbol.for("immer-draftable"):"__$immer_draftable",Q=Pi?Symbol.for("immer-state"):"__$immer_state";var Gu=""+Object.prototype.constructor,Sr=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,Fl=Object.getOwnPropertyDescriptors||function(t){var e={};return Sr(t).forEach((function(r){e[r]=Object.getOwnPropertyDescriptor(t,r)})),e},Ni={},Eo={get:function(t,e){if(e===Q)return t;var r=vt(t);if(!xr(r,e))return(function(a,i,s){var c,d=Nl(i,s);return d?"value"in d?d.value:(c=d.get)===null||c===void 0?void 0:c.call(a.k):void 0})(t,r,e);var o=r[e];return t.I||!Be(o)?o:o===Li(t.t,e)?(Oi(t),t.o[e]=_i(t.A.h,o,t)):o},has:function(t,e){return e in vt(t)},ownKeys:function(t){return Reflect.ownKeys(vt(t))},set:function(t,e,r){var o=Nl(vt(t),e);if(o?.set)return o.set.call(t.k,r),!0;if(!t.P){var a=Li(vt(t),e),i=a?.[Q];if(i&&i.t===r)return t.o[e]=r,t.R[e]=!1,!0;if(Pl(r,a)&&(r!==void 0||xr(t.t,e)))return!0;Oi(t),xt(t)}return t.o[e]===r&&(r!==void 0||e in t.o)||Number.isNaN(r)&&Number.isNaN(t.o[e])||(t.o[e]=r,t.R[e]=!0),!0},deleteProperty:function(t,e){return Li(t.t,e)!==void 0||e in t.t?(t.R[e]=!1,Oi(t),xt(t)):delete t.R[e],t.o&&delete t.o[e],!0},getOwnPropertyDescriptor:function(t,e){var r=vt(t),o=Reflect.getOwnPropertyDescriptor(r,e);return o&&{writable:!0,configurable:t.i!==1||e!=="length",enumerable:o.enumerable,value:r[e]}},defineProperty:function(){ke(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){ke(12)}},So={};Vt(Eo,(function(t,e){So[t]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}})),So.deleteProperty=function(t,e){return So.set.call(this,t,e,void 0)},So.set=function(t,e,r){return Eo.set.call(this,t[0],e,r,t[0])};var Wu=(function(){function t(r){var o=this;this.O=Il,this.D=!0,this.produce=function(a,i,s){if(typeof a=="function"&&typeof i!="function"){var c=i;i=a;var d=o;return function(S){var A=this;S===void 0&&(S=c);for(var w=arguments.length,N=Array(w>1?w-1:0),E=1;E<w;E++)N[E-1]=arguments[E];return d.produce(S,(function(C){var O;return(O=i).call.apply(O,[A,C].concat(N))}))}}var u;if(typeof i!="function"&&ke(6),s!==void 0&&typeof s!="function"&&ke(7),Be(a)){var m=wl(o),h=_i(o,a,void 0),y=!0;try{u=i(h),y=!1}finally{y?fn(m):wi(m)}return typeof Promise<"u"&&u instanceof Promise?u.then((function(S){return Ei(m,s),Ai(S,m)}),(function(S){throw fn(m),S})):(Ei(m,s),Ai(u,m))}if(!a||typeof a!="object"){if((u=i(a))===void 0&&(u=a),u===Ul&&(u=void 0),o.D&&ki(u,!0),s){var b=[],x=[];Qe("Patches").M(a,u,b,x),s(b,x)}return u}ke(21,a)},this.produceWithPatches=function(a,i){if(typeof a=="function")return function(u){for(var m=arguments.length,h=Array(m>1?m-1:0),y=1;y<m;y++)h[y-1]=arguments[y];return o.produceWithPatches(u,(function(b){return a.apply(void 0,[b].concat(h))}))};var s,c,d=o.produce(a,i,(function(u,m){s=u,c=m}));return typeof Promise<"u"&&d instanceof Promise?d.then((function(u){return[u,s,c]})):[d,s,c]},typeof r?.useProxies=="boolean"&&this.setUseProxies(r.useProxies),typeof r?.autoFreeze=="boolean"&&this.setAutoFreeze(r.autoFreeze)}var e=t.prototype;return e.createDraft=function(r){Be(r)||ke(8),ct(r)&&(r=$u(r));var o=wl(this),a=_i(this,r,void 0);return a[Q].C=!0,wi(o),a},e.finishDraft=function(r,o){var a=r&&r[Q],i=a.A;return Ei(i,o),Ai(void 0,i)},e.setAutoFreeze=function(r){this.D=r},e.setUseProxies=function(r){r&&!Il&&ke(20),this.O=r},e.applyPatches=function(r,o){var a;for(a=o.length-1;a>=0;a--){var i=o[a];if(i.path.length===0&&i.op==="replace"){r=i.value;break}}a>-1&&(o=o.slice(a+1));var s=Qe("Patches").$;return ct(r)?s(r,o):this.produce(r,(function(c){return s(c,o)}))},t})(),Re=new Wu,ju=Re.produce,yy=Re.produceWithPatches.bind(Re),by=Re.setAutoFreeze.bind(Re),vy=Re.setUseProxies.bind(Re),xy=Re.applyPatches.bind(Re),Sy=Re.createDraft.bind(Re),Cy=Re.finishDraft.bind(Re),mn=ju;function Kt(t){"@babel/helpers - typeof";return Kt=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Kt(t)}function $l(t,e){if(Kt(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var o=r.call(t,e||"default");if(Kt(o)!="object")return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function Bl(t){var e=$l(t,"string");return Kt(e)=="symbol"?e:e+""}function Hl(t,e,r){return(e=Bl(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function Gl(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter(function(a){return Object.getOwnPropertyDescriptor(t,a).enumerable})),r.push.apply(r,o)}return r}function Di(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?Gl(Object(r),!0).forEach(function(o){Hl(t,o,r[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Gl(Object(r)).forEach(function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))})}return t}function ye(t){return"Minified Redux error #"+t+"; visit https://redux.js.org/Errors?code="+t+" for the full message or use the non-minified dev environment for full errors. "}var Wl=(function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"})(),Ui=function(){return Math.random().toString(36).substring(7).split("").join(".")},gn={INIT:"@@redux/INIT"+Ui(),REPLACE:"@@redux/REPLACE"+Ui(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+Ui()}};function Vu(t){if(typeof t!="object"||t===null)return!1;for(var e=t;Object.getPrototypeOf(e)!==null;)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(t)===e}function Fi(t,e,r){var o;if(typeof e=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(ye(0));if(typeof e=="function"&&typeof r>"u"&&(r=e,e=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(ye(1));return r(Fi)(t,e)}if(typeof t!="function")throw new Error(ye(2));var a=t,i=e,s=[],c=s,d=!1;function u(){c===s&&(c=s.slice())}function m(){if(d)throw new Error(ye(3));return i}function h(S){if(typeof S!="function")throw new Error(ye(4));if(d)throw new Error(ye(5));var A=!0;return u(),c.push(S),function(){if(A){if(d)throw new Error(ye(6));A=!1,u();var N=c.indexOf(S);c.splice(N,1),s=null}}}function y(S){if(!Vu(S))throw new Error(ye(7));if(typeof S.type>"u")throw new Error(ye(8));if(d)throw new Error(ye(9));try{d=!0,i=a(i,S)}finally{d=!1}for(var A=s=c,w=0;w<A.length;w++){var N=A[w];N()}return S}function b(S){if(typeof S!="function")throw new Error(ye(10));a=S,y({type:gn.REPLACE})}function x(){var S,A=h;return S={subscribe:function(N){if(typeof N!="object"||N===null)throw new Error(ye(11));function E(){N.next&&N.next(m())}E();var C=A(E);return{unsubscribe:C}}},S[Wl]=function(){return this},S}return y({type:gn.INIT}),o={dispatch:y,subscribe:h,getState:m,replaceReducer:b},o[Wl]=x,o}function Ku(t){Object.keys(t).forEach(function(e){var r=t[e],o=r(void 0,{type:gn.INIT});if(typeof o>"u")throw new Error(ye(12));if(typeof r(void 0,{type:gn.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(ye(13))})}function jl(t){for(var e=Object.keys(t),r={},o=0;o<e.length;o++){var a=e[o];typeof t[a]=="function"&&(r[a]=t[a])}var i=Object.keys(r),s,c;try{Ku(r)}catch(d){c=d}return function(u,m){if(u===void 0&&(u={}),c)throw c;if(0)var h;for(var y=!1,b={},x=0;x<i.length;x++){var S=i[x],A=r[S],w=u[S],N=A(w,m);if(typeof N>"u"){var E=m&&m.type;throw new Error(ye(14))}b[S]=N,y=y||N!==w}return y=y||i.length!==Object.keys(u).length,y?b:u}}function Er(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];return e.length===0?function(o){return o}:e.length===1?e[0]:e.reduce(function(o,a){return function(){return o(a.apply(void 0,arguments))}})}function Vl(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];return function(o){return function(){var a=o.apply(void 0,arguments),i=function(){throw new Error(ye(15))},s={getState:a.getState,dispatch:function(){return i.apply(void 0,arguments)}},c=e.map(function(d){return d(s)});return i=Er.apply(void 0,c)(a.dispatch),Di(Di({},a),{},{dispatch:i})}}}function Kl(t){var e=function(o){var a=o.dispatch,i=o.getState;return function(s){return function(c){return typeof c=="function"?c(a,i,t):s(c)}}};return e}var ql=Kl();ql.withExtraArgument=Kl;var $i=ql;var Ql=(function(){var t=function(e,r){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(o,a){o.__proto__=a}||function(o,a){for(var i in a)Object.prototype.hasOwnProperty.call(a,i)&&(o[i]=a[i])},t(e,r)};return function(e,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");t(e,r);function o(){this.constructor=e}e.prototype=r===null?Object.create(r):(o.prototype=r.prototype,new o)}})(),qu=function(t,e){var r={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},o,a,i,s;return s={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function c(u){return function(m){return d([u,m])}}function d(u){if(o)throw new TypeError("Generator is already executing.");for(;r;)try{if(o=1,a&&(i=u[0]&2?a.return:u[0]?a.throw||((i=a.return)&&i.call(a),0):a.next)&&!(i=i.call(a,u[1])).done)return i;switch(a=0,i&&(u=[u[0]&2,i.value]),u[0]){case 0:case 1:i=u;break;case 4:return r.label++,{value:u[1],done:!1};case 5:r.label++,a=u[1],u=[0];continue;case 7:u=r.ops.pop(),r.trys.pop();continue;default:if(i=r.trys,!(i=i.length>0&&i[i.length-1])&&(u[0]===6||u[0]===2)){r=0;continue}if(u[0]===3&&(!i||u[1]>i[0]&&u[1]<i[3])){r.label=u[1];break}if(u[0]===6&&r.label<i[1]){r.label=i[1],i=u;break}if(i&&r.label<i[2]){r.label=i[2],r.ops.push(u);break}i[2]&&r.ops.pop(),r.trys.pop();continue}u=e.call(t,r)}catch(m){u=[6,m],a=0}finally{o=i=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}},Ar=function(t,e){for(var r=0,o=e.length,a=t.length;r<o;r++,a++)t[a]=e[r];return t},Zu=Object.defineProperty,Yu=Object.defineProperties,Xu=Object.getOwnPropertyDescriptors,Zl=Object.getOwnPropertySymbols,Ju=Object.prototype.hasOwnProperty,Qu=Object.prototype.propertyIsEnumerable,Yl=function(t,e,r){return e in t?Zu(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r},St=function(t,e){for(var r in e||(e={}))Ju.call(e,r)&&Yl(t,r,e[r]);if(Zl)for(var o=0,a=Zl(e);o<a.length;o++){var r=a[o];Qu.call(e,r)&&Yl(t,r,e[r])}return t},Bi=function(t,e){return Yu(t,Xu(e))},ef=function(t,e,r){return new Promise(function(o,a){var i=function(d){try{c(r.next(d))}catch(u){a(u)}},s=function(d){try{c(r.throw(d))}catch(u){a(u)}},c=function(d){return d.done?o(d.value):Promise.resolve(d.value).then(i,s)};c((r=r.apply(t,e)).next())})};var tf=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?Er:Er.apply(null,arguments)},$y=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(t){return t}};function rf(t){if(typeof t!="object"||t===null)return!1;var e=Object.getPrototypeOf(t);if(e===null)return!0;for(var r=e;Object.getPrototypeOf(r)!==null;)r=Object.getPrototypeOf(r);return e===r}function Ct(t,e){function r(){for(var o=[],a=0;a<arguments.length;a++)o[a]=arguments[a];if(e){var i=e.apply(void 0,o);if(!i)throw new Error("prepareAction did not return an object");return St(St({type:t,payload:i.payload},"meta"in i&&{meta:i.meta}),"error"in i&&{error:i.error})}return{type:t,payload:o[0]}}return r.toString=function(){return""+t},r.type=t,r.match=function(o){return o.type===t},r}var of=(function(t){Ql(e,t);function e(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];var a=t.apply(this,r)||this;return Object.setPrototypeOf(a,e.prototype),a}return Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];return t.prototype.concat.apply(this,r)},e.prototype.prepend=function(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];return r.length===1&&Array.isArray(r[0])?new(e.bind.apply(e,Ar([void 0],r[0].concat(this)))):new(e.bind.apply(e,Ar([void 0],r.concat(this))))},e})(Array),nf=(function(t){Ql(e,t);function e(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];var a=t.apply(this,r)||this;return Object.setPrototypeOf(a,e.prototype),a}return Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];return t.prototype.concat.apply(this,r)},e.prototype.prepend=function(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];return r.length===1&&Array.isArray(r[0])?new(e.bind.apply(e,Ar([void 0],r[0].concat(this)))):new(e.bind.apply(e,Ar([void 0],r.concat(this))))},e})(Array);function Wi(t){return Be(t)?mn(t,function(){}):t}function af(t){return typeof t=="boolean"}function sf(){return function(e){return cf(e)}}function cf(t){t===void 0&&(t={});var e=t.thunk,r=e===void 0?!0:e,o=t.immutableCheck,a=o===void 0?!0:o,i=t.serializableCheck,s=i===void 0?!0:i,c=t.actionCreatorCheck,d=c===void 0?!0:c,u=new of;if(r&&(af(r)?u.push($i):u.push($i.withExtraArgument(r.extraArgument))),0){if(a)var m;if(s)var h;if(d)var y}return u}var Hi=!0;function e1(t){var e=sf(),r=t||{},o=r.reducer,a=o===void 0?void 0:o,i=r.middleware,s=i===void 0?e():i,c=r.devTools,d=c===void 0?!0:c,u=r.preloadedState,m=u===void 0?void 0:u,h=r.enhancers,y=h===void 0?void 0:h,b;if(typeof a=="function")b=a;else if(rf(a))b=jl(a);else throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');var x=s;if(typeof x=="function"&&(x=x(e),!Hi&&!Array.isArray(x)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!Hi&&x.some(function(C){return typeof C!="function"}))throw new Error("each middleware provided to configureStore must be a function");var S=Vl.apply(void 0,x),A=Er;d&&(A=tf(St({trace:!Hi},typeof d=="object"&&d)));var w=new nf(S),N=w;Array.isArray(y)?N=Ar([S],y):typeof y=="function"&&(N=y(w));var E=A.apply(void 0,N);return Fi(b,m,E)}function t1(t){var e={},r=[],o,a={addCase:function(i,s){var c=typeof i=="string"?i:i.type;if(!c)throw new Error("`builder.addCase` cannot be called with an empty action type");if(c in e)throw new Error("`builder.addCase` cannot be called with two reducers for the same action type");return e[c]=s,a},addMatcher:function(i,s){return r.push({matcher:i,reducer:s}),a},addDefaultCase:function(i){return o=i,a}};return t(a),[e,r,o]}function lf(t){return typeof t=="function"}function df(t,e,r,o){r===void 0&&(r=[]);var a=typeof e=="function"?t1(e):[e,r,o],i=a[0],s=a[1],c=a[2],d;if(lf(t))d=function(){return Wi(t())};else{var u=Wi(t);d=function(){return u}}function m(h,y){h===void 0&&(h=d());var b=Ar([i[y.type]],s.filter(function(x){var S=x.matcher;return S(y)}).map(function(x){var S=x.reducer;return S}));return b.filter(function(x){return!!x}).length===0&&(b=[c]),b.reduce(function(x,S){if(S)if(ct(x)){var A=x,w=S(A,y);return w===void 0?x:w}else{if(Be(x))return mn(x,function(N){return S(N,y)});var w=S(x,y);if(w===void 0){if(x===null)return x;throw Error("A case reducer on a non-draftable value must not return undefined")}return w}return x},h)}return m.getInitialState=d,m}function uf(t,e){return t+"/"+e}function r1(t){var e=t.name;if(!e)throw new Error("`name` is a required option for createSlice");typeof process<"u";var r=typeof t.initialState=="function"?t.initialState:Wi(t.initialState),o=t.reducers||{},a=Object.keys(o),i={},s={},c={};a.forEach(function(m){var h=o[m],y=uf(e,m),b,x;"reducer"in h?(b=h.reducer,x=h.prepare):b=h,i[m]=b,s[y]=b,c[m]=x?Ct(y,x):Ct(y)});function d(){var m=typeof t.extraReducers=="function"?t1(t.extraReducers):[t.extraReducers],h=m[0],y=h===void 0?{}:h,b=m[1],x=b===void 0?[]:b,S=m[2],A=S===void 0?void 0:S,w=St(St({},y),s);return df(r,function(N){for(var E in w)N.addCase(E,w[E]);for(var C=0,O=x;C<O.length;C++){var k=O[C];N.addMatcher(k.matcher,k.reducer)}A&&N.addDefaultCase(A)})}var u;return{name:e,reducer:function(m,h){return u||(u=d()),u(m,h)},actions:c,caseReducers:i,getInitialState:function(){return u||(u=d()),u.getInitialState()}}}var ff="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",pf=function(t){t===void 0&&(t=21);for(var e="",r=t;r--;)e+=ff[Math.random()*64|0];return e},hf=["name","message","stack","code"],Gi=(function(){function t(e,r){this.payload=e,this.meta=r}return t})(),Xl=(function(){function t(e,r){this.payload=e,this.meta=r}return t})(),mf=function(t){if(typeof t=="object"&&t!==null){for(var e={},r=0,o=hf;r<o.length;r++){var a=o[r];typeof t[a]=="string"&&(e[a]=t[a])}return e}return{message:String(t)}},Wy=(function(){function t(e,r,o){var a=Ct(e+"/fulfilled",function(m,h,y,b){return{payload:m,meta:Bi(St({},b||{}),{arg:y,requestId:h,requestStatus:"fulfilled"})}}),i=Ct(e+"/pending",function(m,h,y){return{payload:void 0,meta:Bi(St({},y||{}),{arg:h,requestId:m,requestStatus:"pending"})}}),s=Ct(e+"/rejected",function(m,h,y,b,x){return{payload:b,error:(o&&o.serializeError||mf)(m||"Rejected"),meta:Bi(St({},x||{}),{arg:y,requestId:h,rejectedWithValue:!!b,requestStatus:"rejected",aborted:m?.name==="AbortError",condition:m?.name==="ConditionError"})}}),c=!1,d=typeof AbortController<"u"?AbortController:(function(){function m(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return m.prototype.abort=function(){},m})();function u(m){return function(h,y,b){var x=o?.idGenerator?o.idGenerator(m):pf(),S=new d,A,w=!1;function N(C){A=C,S.abort()}var E=(function(){return ef(this,null,function(){var C,O,k,j,B,H,I;return qu(this,function($){switch($.label){case 0:return $.trys.push([0,4,,5]),j=(C=o?.condition)==null?void 0:C.call(o,m,{getState:y,extra:b}),yf(j)?[4,j]:[3,2];case 1:j=$.sent(),$.label=2;case 2:if(j===!1||S.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return w=!0,B=new Promise(function(K,ge){return S.signal.addEventListener("abort",function(){return ge({name:"AbortError",message:A||"Aborted"})})}),h(i(x,m,(O=o?.getPendingMeta)==null?void 0:O.call(o,{requestId:x,arg:m},{getState:y,extra:b}))),[4,Promise.race([B,Promise.resolve(r(m,{dispatch:h,getState:y,extra:b,requestId:x,signal:S.signal,abort:N,rejectWithValue:function(K,ge){return new Gi(K,ge)},fulfillWithValue:function(K,ge){return new Xl(K,ge)}})).then(function(K){if(K instanceof Gi)throw K;return K instanceof Xl?a(K.payload,x,m,K.meta):a(K,x,m)})])];case 3:return k=$.sent(),[3,5];case 4:return H=$.sent(),k=H instanceof Gi?s(null,x,m,H.payload,H.meta):s(H,x,m),[3,5];case 5:return I=o&&!o.dispatchConditionRejection&&s.match(k)&&k.meta.condition,I||h(k),[2,k]}})})})();return Object.assign(E,{abort:N,requestId:x,arg:m,unwrap:function(){return E.then(gf)}})}}return Object.assign(u,{pending:i,rejected:s,fulfilled:a,typePrefix:e})}return t.withTypes=function(){return t},t})();function gf(t){if(t.meta&&t.meta.rejectedWithValue)throw t.payload;if(t.error)throw t.error;return t.payload}function yf(t){return t!==null&&typeof t=="object"&&typeof t.then=="function"}var o1="listener",n1="completed",a1="cancelled",jy="task-"+a1,Vy="task-"+n1,Ky=o1+"-"+a1,qy=o1+"-"+n1;var ji="listenerMiddleware";var Zy=Ct(ji+"/add"),Yy=Ct(ji+"/removeAll"),Xy=Ct(ji+"/remove");var Jl,Jy=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(t){return(Jl||(Jl=Promise.resolve())).then(t).catch(function(e){return setTimeout(function(){throw e},0)})},bf=function(t){return function(e){setTimeout(e,t)}},Qy=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:bf(10);Dl();window.ftReduxStores||(window.ftReduxStores={});var qt=class t extends ot{static get(e){var r;let o=typeof e=="string"?e:e.name,a=typeof e=="string"?void 0:e,i=window.ftReduxStores[o];if(vr(i))return i;if(a==null)return;let s=r1({...a,reducers:(r=a.reducers)!==null&&r!==void 0?r:{}}),c=e1({reducer:(d,u)=>{if(u.type==="CLEAR_FT_REDUX_STORE"){let m=Ue(s.getInitialState());for(let h of u.keeping)m[h]=(d??m)[h];return m}else if(typeof u.type=="string"&&u.type.startsWith("DEFAULT_VALUE_SETTER__"))return{...d,...u.overwrites};return s.reducer(d,u)}});return window.ftReduxStores[a.name]=new t(s,c,a.eventBus)}constructor(e,r,o){super(),this.reduxSlice=e,this.reduxStore=r,this.isFtReduxStore=!0,this.commands=new vo;let a=i=>i!=null?JSON.parse(JSON.stringify(i)):i;this.actions=new Proxy(this.reduxSlice.actions,{get:(i,s,c)=>{let d=s,u=i[d];return u?(...m)=>{let h=u(...m.map(a));return this.reduxStore.dispatch(h),h}:m=>{let h=d,y=this.getState()[h];ve(y,m)||this.setState({[h]:a(m)})}}}),this.eventBus=o??this.eventBus}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:[]})}clearKeeping(...e){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:e})}setState(e){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(e).join("_"),overwrites:e})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(e){throw new Error("Not implemented yet.")}subscribe(e){return this.reduxStore.subscribe(e)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}};function vf(){var t;for(let e of Object.values((t=window.ftReduxStores)!==null&&t!==void 0?t:{}))vr(e)&&e.clear()}var yn=class{constructor(e,r,o){this.store=e,this.valueSelector=r,this.callback=o}watch(){return this.stop(),this.lastValue=this.valueSelector(this.store.getState()),this.unsubscribe=this.store.subscribe(()=>{let e=this.store.getState(),r=this.valueSelector(e);Ie(this.lastValue,r)&&(this.callback(r,e),this.lastValue=r)}),this}stop(){return this.unsubscribe!=null&&(this.unsubscribe(),this.unsubscribe=void 0),this.lastValue=void 0,this}};function xf(t,e,r){return new yn(t,e,r).watch()}var Ao=class{constructor(){this.requestConsumers=new Map}getOrCreateRequestConsumers(e){var r;return(r=this.requestConsumers.get(e))!==null&&r!==void 0?r:this.requestConsumers.set(e,new Set).get(e)}registerComponent(e,r){for(let o of r)this.getOrCreateRequestConsumers(o).add(e).size==1&&this.onNewNeededRequest(o)}unregisterComponent(e,r){for(let o of r)this.getOrCreateRequestConsumers(o).delete(e)}isRequestNeeded(e){return this.getOrCreateRequestConsumers(e).size>0}};var Zi={};V(Zi,{scrollHelper:()=>Sf});var Ki,bn=new Map,qi=class{lock(e,r){if(r){let o=bn.get(r);if(o==null||o===e)return bn.set(r,e),r}}release(e,r){r&&bn.get(r)===e&&bn.delete(r)}findFirstScrollableParent(e){var r;let o,a;for(let i of xa(e)){let s=i,c=this.elementCanScroll(s);if(c&&s.clientHeight&&s.clientHeight<s.scrollHeight){o=s;break}else c&&a==null&&(a=s)}return(r=o??a)!==null&&r!==void 0?r:document.body}elementCanScroll(e){try{return["auto","scroll"].includes(getComputedStyle(e).overflowY)&&!["contents"].includes(getComputedStyle(e).display)}catch{return!1}}getAbsoluteScrollOffset(e,r){var o,a;let i=0;for(;r&&r.offsetParent!==e.offsetParent;)i+=(o=r.offsetTop)!==null&&o!==void 0?o:0,r=r.offsetParent;return i+((a=r?.offsetTop)!==null&&a!==void 0?a:0)-e.offsetTop}computeTopOffsetRatio(e,r){if(typeof e=="number")return e;switch(e){case"end":return 1;case"center":return .5;case"nearest":return r;default:return 0}}scrollIntoViewIfPossible(e,r){let o=this.findFirstScrollableParent(e);if(e&&this.lock(this,o)){let a=this.getAbsoluteScrollOffset(o,e),i=a-o.clientHeight+e.clientHeight,s=a,c=Pt(0,(s-o.scrollTop)/(s-i),1),d=this.computeTopOffsetRatio(r?.position,c)*(i-s)+s;o.scrollTo({behavior:r?.behavior,top:d})}else console.warn("Could not scroll element into view because the scrollable parent is already locked",e,o);this.release(this,o)}};window.FluidTopicsScrollHelper=(Ki=window.FluidTopicsScrollHelper)!==null&&Ki!==void 0?Ki:new qi;var Sf=window.FluidTopicsScrollHelper;var Xi={};V(Xi,{SearchPlaceConverter:()=>Rr,SearchPlaceQueryParams:()=>G,isSearchPlaceQueryParams:()=>q1,serializeRequest:()=>Of});var Cf=t=>typeof t=="object"&&t!=null;var Ef=t=>typeof t=="number",vn=t=>typeof t=="string",M1=t=>Cf(t)&&vn(t.endpoint)&&vn(t.method)&&vn(t.statusText)&&vn(t.body)&&Ef(t.status),i1;(function(t){t.black="black",t.green="green",t.blue="blue",t.purple="purple",t.red="red",t.orange="orange",t.yellow="yellow"})(i1||(i1={}));var s1;(function(t){t.OFFICIAL="OFFICIAL",t.PERSONAL="PERSONAL",t.SHARED="SHARED"})(s1||(s1={}));var c1;(function(t){t.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",t.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",t.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",t.PERSONAL_BOOK="PERSONAL_BOOK",t.ATTACHMENT="ATTACHMENT",t.RESOURCE="RESOURCE",t.HTML_PACKAGE="HTML_PACKAGE"})(c1||(c1={}));var l1;(function(t){t.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",t.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",t.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",t.PERSONAL_BOOK="PERSONAL_BOOK",t.ATTACHMENT="ATTACHMENT",t.RESOURCE="RESOURCE",t.HTML_PACKAGE="HTML_PACKAGE"})(l1||(l1={}));var d1;(function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR"})(d1||(d1={}));var u1;(function(t){t.VALUE="VALUE",t.DATE="DATE",t.RANGE="RANGE"})(u1||(u1={}));var f1;(function(t){t.OFFICIAL="OFFICIAL",t.AI="AI"})(f1||(f1={}));var p1;(function(t){t.BOOKMARK__CREATE="BOOKMARK__CREATE",t.BOOKMARK__DELETE="BOOKMARK__DELETE",t.CASE_DEFLECTION__START="CASE_DEFLECTION__START",t.CASE_DEFLECTION__OPEN_TICKET="CASE_DEFLECTION__OPEN_TICKET",t.CASE_DEFLECTION__RATE="CASE_DEFLECTION__RATE",t.CHATBOT__RATE="CHATBOT__RATE",t.COLLECTION__CREATE="COLLECTION__CREATE",t.COLLECTION__UPDATE="COLLECTION__UPDATE",t.COLLECTION__DELETE="COLLECTION__DELETE",t.CUSTOM_EVENT__TRIGGER="CUSTOM_EVENT__TRIGGER",t.DOCUMENT__ON_DEMAND_TRANSLATE="DOCUMENT__ON_DEMAND_TRANSLATE",t.DOCUMENT__DOWNLOAD="DOCUMENT__DOWNLOAD",t.DOCUMENT__PRINT="DOCUMENT__PRINT",t.DOCUMENT__PROCESS="DOCUMENT__PROCESS",t.DOCUMENT__RATE="DOCUMENT__RATE",t.DOCUMENT__SEARCH="DOCUMENT__SEARCH",t.DOCUMENT__START_DISPLAY="DOCUMENT__START_DISPLAY",t.DOCUMENT__UNRATE="DOCUMENT__UNRATE",t.FEEDBACK__SEND="FEEDBACK__SEND",t.AI__COMPLETED_QUERY="AI__COMPLETED_QUERY",t.AI__RATE="AI__RATE",t.AI_CASE_DEFLECTION__START="AI_CASE_DEFLECTION__START",t.AI_CASE_DEFLECTION__OPEN_TICKET="AI_CASE_DEFLECTION__OPEN_TICKET",t.KHUB__PROCESS="KHUB__PROCESS",t.KHUB__SEARCH="KHUB__SEARCH",t.LABELS__DOWNLOAD="LABELS__DOWNLOAD",t.LINK__SHARE="LINK__SHARE",t.PAGE__DISPLAY="PAGE__DISPLAY",t.PERSONAL_BOOK__CREATE="PERSONAL_BOOK__CREATE",t.PERSONAL_BOOK__DELETE="PERSONAL_BOOK__DELETE",t.PERSONAL_BOOK__UPDATE="PERSONAL_BOOK__UPDATE",t.PERSONAL_TOPIC__CREATE="PERSONAL_TOPIC__CREATE",t.PERSONAL_TOPIC__UPDATE="PERSONAL_TOPIC__UPDATE",t.PERSONAL_TOPIC__DELETE="PERSONAL_TOPIC__DELETE",t.SAVED_SEARCH__CREATE="SAVED_SEARCH__CREATE",t.SAVED_SEARCH__DELETE="SAVED_SEARCH__DELETE",t.SAVED_SEARCH__UPDATE="SAVED_SEARCH__UPDATE",t.SEARCH_PAGE__SELECT="SEARCH_PAGE__SELECT",t.SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU="SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU",t.TOPIC__AI_TRANSLATE="TOPIC__AI_TRANSLATE",t.TOPIC__RATE="TOPIC__RATE",t.TOPIC__START_DISPLAY="TOPIC__START_DISPLAY",t.TOPIC__UNRATE="TOPIC__UNRATE",t.USER__LOGIN="USER__LOGIN",t.USER__LOGOUT="USER__LOGOUT",t.HEARTBEAT="HEARTBEAT"})(p1||(p1={}));var h1;(function(t){t.STANDARD="STANDARD",t.STRUCTURAL="STRUCTURAL"})(h1||(h1={}));var m1;(function(t){t.THIRD_PARTY="THIRD_PARTY",t.OFF_THE_GRID="OFF_THE_GRID",t.CONTENT_PACKAGER="CONTENT_PACKAGER",t.PAGES="PAGES",t.DESIGNED_READER="DESIGNED_READER"})(m1||(m1={}));var g1;(function(t){t.HOMEPAGE="HOMEPAGE",t.CUSTOM="CUSTOM",t.HEADER="HEADER",t.READER="READER",t.TOPIC_TEMPLATE="TOPIC_TEMPLATE",t.SEARCH="SEARCH",t.SEARCH_RESULT="SEARCH_RESULT",t.SEARCH_ANNOUNCEMENT="SEARCH_ANNOUNCEMENT",t.LINK_PREVIEW="LINK_PREVIEW",t.UD_VIEWER="UD_VIEWER",t.ASSET_VIEWER="ASSET_VIEWER"})(g1||(g1={}));var y1;(function(t){t.CLASSIC="CLASSIC",t.CUSTOM="CUSTOM",t.DESIGNER="DESIGNER"})(y1||(y1={}));var b1;(function(t){t.AND="AND",t.OR="OR",t.MONOVALUED="MONOVALUED"})(b1||(b1={}));var v1;(function(t){t.NONE="NONE",t.ALPHABET="ALPHABET",t.VERSION="VERSION"})(v1||(v1={}));var x1;(function(t){t.STARS="STARS",t.LIKE="LIKE",t.DICHOTOMOUS="DICHOTOMOUS",t.NO_RATING="NO_RATING"})(x1||(x1={}));var S1;(function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR",t.CUSTOM="CUSTOM"})(S1||(S1={}));var Lr;(function(t){t.OPTIONAL="OPTIONAL",t.MANDATORY="MANDATORY"})(Lr||(Lr={}));var C1;(function(t){t.ASC="ASC",t.DESC="DESC"})(C1||(C1={}));var E1;(function(t){t.ALPHA="ALPHA",t.NATURAL="NATURAL"})(E1||(E1={}));var Yi;(function(t){t.EVERYWHERE="EVERYWHERE",t.TITLE_ONLY="TITLE_ONLY",t.NONE="NONE"})(Yi||(Yi={}));var T1=t=>Object.keys(Yi).includes(t);var A1;(function(t){t.ARTICLE="ARTICLE",t.BOOK="BOOK",t.SHARED_BOOK="SHARED_BOOK",t.HTML_PACKAGE="HTML_PACKAGE"})(A1||(A1={}));var L1;(function(t){t.FLUIDTOPICS="FLUIDTOPICS",t.EXTERNAL="EXTERNAL"})(L1||(L1={}));var O1;(function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.PERSONAL_BOOK="PERSONAL_BOOK",t.SHARED_BOOK="SHARED_BOOK",t.HTML_PACKAGE="HTML_PACKAGE"})(O1||(O1={}));var Or;(function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR"})(Or||(Or={}));var I1=t=>Object.keys(Or).includes(t);var R1;(function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.HTML_PACKAGE="HTML_PACKAGE",t.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})(R1||(R1={}));var w1;(function(t){t.DEFAULT="DEFAULT",t.DOCUMENTS="DOCUMENTS",t.ALL_TOPICS="ALL_TOPICS",t.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(w1||(w1={}));var _1;(function(t){t.PLAIN_TEXT="PLAIN_TEXT",t.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",t.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(_1||(_1={}));var se;(function(t){t.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",t.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",t.HTML_EXPORT_USER="HTML_EXPORT_USER",t.PDF_EXPORT_USER="PDF_EXPORT_USER",t.SAVED_SEARCH_USER="SAVED_SEARCH_USER",t.COLLECTION_USER="COLLECTION_USER",t.OFFLINE_USER="OFFLINE_USER",t.ANALYTICS_USER="ANALYTICS_USER",t.BETA_USER="BETA_USER",t.DEBUG_USER="DEBUG_USER",t.PRINT_USER="PRINT_USER",t.RATING_USER="RATING_USER",t.FEEDBACK_USER="FEEDBACK_USER",t.GENERATIVE_AI_USER="GENERATIVE_AI_USER",t.GENERATIVE_AI_EXPORT_USER="GENERATIVE_AI_EXPORT_USER",t.CONTENT_PUBLISHER="CONTENT_PUBLISHER",t.BEHAVIOR_DATA_USER="BEHAVIOR_DATA_USER",t.ANNOUNCEMENT_ADMIN="ANNOUNCEMENT_ADMIN",t.KHUB_ADMIN="KHUB_ADMIN",t.USERS_ADMIN="USERS_ADMIN",t.PORTAL_ADMIN="PORTAL_ADMIN",t.ADMIN="ADMIN"})(se||(se={}));var ze;(function(t){t.SEARCHES="SEARCHES",t.BOOKMARKS="BOOKMARKS",t.BOOKS="BOOKS",t.COLLECTIONS="COLLECTIONS"})(ze||(ze={}));var N1;(function(t){t.UNAUTHENTICATED="UNAUTHENTICATED",t.USER_INCOMPLETE="USER_INCOMPLETE",t.MFA_REQUIRED="MFA_REQUIRED",t.AUTHENTICATED="AUTHENTICATED"})(N1||(N1={}));var k1;(function(t){t.UNREACHABLE="UNREACHABLE",t.UNAUTHORIZED="UNAUTHORIZED",t.FORBIDDEN="FORBIDDEN",t.INCOMPATIBLE="INCOMPATIBLE",t.FAILED="FAILED",t.OK="OK"})(k1||(k1={}));var z1;(function(t){t.VALID="VALID",t.INVALID="INVALID"})(z1||(z1={}));var P1;(function(t){t.INACCURATE="INACCURATE",t.INCOMPLETE="INCOMPLETE",t.OFF_TOPIC="OFF_TOPIC",t.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",t.SUMMARY="SUMMARY",t.SEMANTIC_SEARCH="SEMANTIC_SEARCH",t.CHATBOT_INSTRUCTIONS="CHATBOT_INSTRUCTIONS",t.DOCUMENTATION="DOCUMENTATION",t.OTHER="OTHER"})(P1||(P1={}));var D1;(function(t){t.INACCURATE="INACCURATE",t.INCOMPLETE="INCOMPLETE",t.OFF_TOPIC="OFF_TOPIC",t.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",t.SLOW="SLOW",t.OTHER="OTHER"})(D1||(D1={}));var U1;(function(t){t.JSON="JSON",t.TEXT="TEXT"})(U1||(U1={}));var F1;(function(t){t.JSON="JSON",t.TEXT="TEXT"})(F1||(F1={}));var $1;(function(t){t.TEXT="TEXT",t.HTML="HTML"})($1||($1={}));var B1;(function(t){t.IN_PROGRESS="IN_PROGRESS",t.ERROR="ERROR",t.DONE="DONE"})(B1||(B1={}));var H1;(function(t){t.HTML="HTML",t.MARKDOWN="MARKDOWN"})(H1||(H1={}));var G1;(function(t){t.SOURCES="SOURCES",t.ENRICH_AND_CLEAN="ENRICH_AND_CLEAN",t.VOCABULARIES="VOCABULARIES",t.METADATA="METADATA",t.PRETTY_URL="PRETTY_URL",t.ACCESS_RULE="ACCESS_RULE",t.DESIGNED_PAGES="DESIGNED_PAGES",t.THEME_STUDIO="THEME_STUDIO",t.PORTAL_GENERAL="PORTAL_GENERAL",t.ASSETS="ASSETS",t.CODE_LIBRARY="CODE_LIBRARY",t.THEME="THEME",t.CONTENT_STYLES="CONTENT_STYLES",t.HOMEPAGE="HOMEPAGE",t.CLASSIC_SEARCH_PAGE="CLASSIC_SEARCH_PAGE",t.CLASSIC_READER_PAGE="CLASSIC_READER_PAGE",t.PORTAL_METADATA="PORTAL_METADATA",t.LANGUAGES="LANGUAGES",t.PRINT_TEMPLATES="PRINT_TEMPLATES",t.OFFLINE="OFFLINE",t.CUSTOM_JS="CUSTOM_JS",t.CONFIDENTIALITY="CONFIDENTIALITY",t.NOTIFICATIONS="NOTIFICATIONS"})(G1||(G1={}));var W1;(function(t){t.MAP="MAP",t.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT"})(W1||(W1={}));var Af={[se.PERSONAL_BOOK_SHARE_USER]:[se.PERSONAL_BOOK_USER],[se.HTML_EXPORT_USER]:[se.PERSONAL_BOOK_USER],[se.PDF_EXPORT_USER]:[se.PERSONAL_BOOK_USER],[se.KHUB_ADMIN]:[se.CONTENT_PUBLISHER],[se.ADMIN]:[se.KHUB_ADMIN,se.USERS_ADMIN,se.PORTAL_ADMIN,se.BEHAVIOR_DATA_USER],[se.GENERATIVE_AI_EXPORT_USER]:[se.GENERATIVE_AI_USER]};function j1(t,e){return t===e||(Af[t]??[]).some(r=>j1(r,e))}function V1(t,e){return t==null?!1:(Array.isArray(t)?t:Array.isArray(t.roles)?t.roles:Array.isArray(t.profile?.roles)?t.profile.roles:[]).some(o=>j1(o,e))}function Lf(t){return`"${t}"`}function K1(t){return t.startsWith('"')&&t.endsWith('"')?t.replace(/(^"+)|("+$)/g,""):t}function Of(t,e){return new Rr(t).serialize(e)}var G;(function(t){t.LOCALE="content-lang",t.QUERY="query",t.SCOPE="scope",t.FILTERS="filters",t.VIRTUAL_FIELD="virtual-field",t.PERIOD="period",t.VALUE_FILTERS="value-filters",t.NEGATIVE_VALUE_FILTERS="negative-value-filters",t.DATE_FILTERS="date-filters",t.RANGE_FILTERS="range-filters",t.SORT="sort",t.PER_PAGE="per-page",t.KEYWORD_MATCH="keyword-match"})(G||(G={}));var Rf=new Set(Object.values(G));function q1(t){return Rf.has(t)}var Rr=class{constructor(e,r=20,o=!1,a="en-US"){this.baseUrl=e,this.defaultPerPage=r,this.allLanguagesAllowed=o,this.defaultContentLocale=a,this.scopeMapping={documents:"DOCUMENTS",topics:"ALL_TOPICS"},this.filtersEscapeMapping=[["*","\\*","[ft-escaped-star-character]"],["~","\\\\~","[ft-escaped-tilde-character]"],["_","\\\\\\\\_","[ft-escaped-underscore-character]"]]}serialize(e,r){return this.serializeToCurrentPageIfPossible(e,r??"/search")}serializeToCurrentPageIfPossible(e,r){let o=r==null||r.trim().length===0,a=new URL(o?window.location.href:`${this.baseUrl.replace(/\/+$/,"")}${r}`);return a.search=this.toURLSearchParams(e),a.toString()}toURLSearchParams(e,r=!1){var o,a,i,s,c,d,u,m,h,y,b,x,S;let A=new URLSearchParams;e.contentLocale?(!r||e.contentLocale!==this.defaultContentLocale)&&A.append(G.LOCALE,e.contentLocale):A.append(G.LOCALE,this.allLanguagesAllowed?"all":this.defaultContentLocale),((o=e.query)===null||o===void 0?void 0:o.length)>0&&A.append(G.QUERY,e.query);let w=B=>{var H,I;let $=((I=(H=B.valueFilter)===null||H===void 0?void 0:H.values)!==null&&I!==void 0?I:[]).map(K=>this.escapeFilters(K)).map(K=>Lf(K1(K))).join("_");return`${B.key}~${$}`},N=(i=(a=e.metadataFilters)===null||a===void 0?void 0:a.filter(B=>B.valueFilter&&!B.valueFilter.negative))!==null&&i!==void 0?i:[];N.length>0&&A.append(G.VALUE_FILTERS,N.map(w).join("*"));let E=(c=(s=e.metadataFilters)===null||s===void 0?void 0:s.filter(B=>B.valueFilter&&B.valueFilter.negative))!==null&&c!==void 0?c:[];E.length>0&&A.append(G.NEGATIVE_VALUE_FILTERS,E.map(w).join("*"));let C=(u=(d=e.metadataFilters)===null||d===void 0?void 0:d.filter(B=>B.dateFilter))!==null&&u!==void 0?u:[];if(C.length>0){let B=C.map(H=>{var I;return`${H.key}~${(I=H.dateFilter)===null||I===void 0?void 0:I.type.toLowerCase()}`}).join("*");A.append(G.DATE_FILTERS,B)}let O=(h=(m=e.metadataFilters)===null||m===void 0?void 0:m.filter(B=>B.rangeFilter))!==null&&h!==void 0?h:[];if(O.length>0){let B=O.map(H=>{var I,$;return`${H.key}~${(I=H.rangeFilter)===null||I===void 0?void 0:I.from}_${($=H.rangeFilter)===null||$===void 0?void 0:$.to}`}).join("*");A.append(G.RANGE_FILTERS,B)}e.virtualField&&e.virtualField!=="EVERYWHERE"&&A.append(G.VIRTUAL_FIELD,e.virtualField.toLowerCase()),e.scope&&e.scope!=="DEFAULT"&&A.append(G.SCOPE,e.scope.toLowerCase()),e.sortId!=null&&A.append(G.SORT,e.sortId),!((y=e.paging)===null||y===void 0)&&y.perPage&&((x=(b=e.paging)===null||b===void 0?void 0:b.perPage)!==null&&x!==void 0?x:this.defaultPerPage)!=this.defaultPerPage&&A.append(G.PER_PAGE,String(e.paging.perPage)),e.keywordMatch!=null&&A.append(G.KEYWORD_MATCH,e.keywordMatch.toLowerCase());let k=(S=e.otherQueryParams)!==null&&S!==void 0?S:{};for(let B in k)A.append(B,k[B]);let j=new Array;return A.forEach((B,H)=>{j.push(this.encodeQueryString(H)+"="+this.encodeQueryString(B))}),encodeURI(j.join("&")).replace(/#/g,"%23")}encodeQueryString(e){return encodeURIComponent(e).replace(/%20/g,"+")}parse(e){var r;let o=e.split("?"),a=this.fromURLSearchParams(o.slice(1).join("?")),i=o[0].split("/search/")[1];return i==null?a:{...a,scope:(r=this.scopeMapping[i])!==null&&r!==void 0?r:a.scope}}fromURLSearchParams(e){var r,o,a,i,s,c;try{e=decodeURI(e).replace(/%23/g,"#")}catch(w){console.warn("Could not decode search request query params, fallback on raw value",w)}let d=new URLSearchParams(e),u=d.get(G.LOCALE)==="all"?void 0:d.get(G.LOCALE),m=((r=d.get(G.VIRTUAL_FIELD))!==null&&r!==void 0?r:"EVERYWHERE").toUpperCase(),h=(o=d.get(G.SORT))===null||o===void 0?void 0:o.toLowerCase(),y=(a=d.get(G.SCOPE))!==null&&a!==void 0?a:"default",b=+((i=d.get(G.PER_PAGE))!==null&&i!==void 0?i:this.defaultPerPage),x=d.get(G.KEYWORD_MATCH),S=x?x.toUpperCase()===Lr.MANDATORY?Lr.MANDATORY:Lr.OPTIONAL:void 0,A={};for(let w of d.keys())q1(w)||(A[w]=d.get(w));return{contentLocale:u??(this.allLanguagesAllowed?void 0:this.defaultContentLocale),query:(s=d.get(G.QUERY))!==null&&s!==void 0?s:"",scope:(c=this.scopeMapping[y])!==null&&c!==void 0?c:"DEFAULT",virtualField:T1(m)?m:"EVERYWHERE",sortId:h,metadataFilters:this.parseCompatFilters(d),facets:[],paging:{page:1,perPage:Pt(1,isNaN(b)?this.defaultPerPage:b,1e3)},keywordMatch:S,otherQueryParams:A}}parseCompatFilters(e){var r,o,a,i,s,c,d;let u=[];return e.has(G.FILTERS)&&(u=this.parseValueFilters((r=e.get(G.FILTERS))!==null&&r!==void 0?r:"")),(o=e.has(G.PERIOD))!==null&&o!==void 0&&o&&(u=[...u,...this.parseLegacyPeriodFilter(((a=e.get(G.PERIOD))!==null&&a!==void 0?a:"").toUpperCase())]),[...u,...this.parseValueFilters((i=e.get(G.VALUE_FILTERS))!==null&&i!==void 0?i:""),...this.parseValueFilters((s=e.get(G.NEGATIVE_VALUE_FILTERS))!==null&&s!==void 0?s:"",!0),...this.parseDateFilters((c=e.get(G.DATE_FILTERS))!==null&&c!==void 0?c:""),...this.parseRangeFilters((d=e.get(G.RANGE_FILTERS))!==null&&d!==void 0?d:"")]}splitUnknownFilter(e){return this.superEscapeFilters(e).split("*").map(r=>r.split("~"))}parseValueFilters(e,r=!1){return e.length===0?[]:this.splitUnknownFilter(e).map(o=>({key:o[0],valueFilter:{values:o[1].split("_").map(K1).map(a=>this.unescapeFilterValue(a)),negative:r}}))}parseDateFilters(e){return e.length===0?[]:this.splitUnknownFilter(e).map(r=>({key:r[0],dateFilter:{type:Or[r[1].toUpperCase()]}}))}parseRangeFilters(e){return e.length===0?[]:this.splitUnknownFilter(e).map(r=>({key:r[0],rangeFilter:{from:r[1].split("_")[0],to:r[1].split("_")[1]}}))}escapeFilters(e){for(let[r,o,a]of this.filtersEscapeMapping)e=e.replaceAll(r,o);return e}superEscapeFilters(e){for(let[r,o,a]of this.filtersEscapeMapping)e=e.replaceAll(o,a);return e}unescapeFilterValue(e){for(let[r,o,a]of this.filtersEscapeMapping)e=e.replaceAll(a,r);return e}parseLegacyPeriodFilter(e){if(I1(e))return[{key:"ft:lastEdition",dateFilter:{type:Or[e]}}];if(e.startsWith("CUSTOM_")){let[r,o,a]=e.split("_");return[{key:"ft:lastEdition",rangeFilter:{from:o,to:a}}]}return[]}static clearSearchParamsInUrl(e){let r=new URL(e);return[G.LOCALE,G.FILTERS,G.VALUE_FILTERS,G.NEGATIVE_VALUE_FILTERS,G.DATE_FILTERS,G.RANGE_FILTERS].forEach(a=>{r.searchParams.delete(a)}),r.toString()}static updateLocaleParamInUrl(e,r){let o=new URL(e);return o.searchParams.delete(G.LOCALE),r!==void 0&&o.searchParams.append(G.LOCALE,r),o.toString()}};var es={};V(es,{toFtFormComponent:()=>Qi});var Ji=Symbol("elementInternals"),Qi=fe(Symbol("toFtFormComponent"),function(t){class e extends t{static get formAssociated(){return!0}get form(){return this[Ji].form}constructor(...o){super(o),this[Ji]=this.attachInternals()}setFormValue(o){this[Ji].setFormValue(o)}}return e});var ts={};V(ts,{DateFormatter:()=>Zt});var Zt=class{static format(e,r,o,a,i){return window.moment?window.moment(e).locale(r).format(this.getMomentDateFormat(o,a,!!i)):this.getIntlDateTime(e,r,o,a,!!i)}static getMomentDateFormat(e,r,o){return o?"LT":e?r?"lll":"ll":r?"L LT":"L"}static getIntlDateTime(e,r,o,a,i){let s=typeof e=="string"?new Date(e):e,c=new Intl.DateTimeFormat(r,{dateStyle:o?"medium":"short"}).format(s),d=new Intl.DateTimeFormat(r,{timeStyle:"short"}).format(s);return i?d:a?`${c} ${d}`:c}static getTimezoneAsString(){let e=o=>String(Math.floor(o)).padStart(2,"0"),r=new Date().getTimezoneOffset();return`${r<0?"+":"-"}${e(Math.abs(r)/60)}:${e(Math.abs(r)%60)}`}};var os={};V(os,{ALL_KEYS_VALUE:()=>rs,SameWindowStorageEvent:()=>wr});var rs="__all__",wr=class extends CustomEvent{constructor(e,r,o){super("same-window-storage",{detail:{key:e,oldValue:r,newValue:o}})}keyMatch(e){return this.detail.key.includes(e)||this.detail.key==rs}};Storage.prototype.setItem=new Proxy(Storage.prototype.setItem,{apply(t,e,r){let o=e.getItem(r[0]);Reflect.apply(t,e,r),window.dispatchEvent(new wr(r[0],o,r[1]))}});Storage.prototype.removeItem=new Proxy(Storage.prototype.removeItem,{apply(t,e,r){let o=e.getItem(r[0]);Reflect.apply(t,e,r),window.dispatchEvent(new wr(r[0],o))}});Storage.prototype.clear=new Proxy(Storage.prototype.clear,{apply(t,e,r){Reflect.apply(t,e,r),window.dispatchEvent(new wr(rs))}});var as={};V(as,{FocusMainContentEvent:()=>ns});var ns=class extends Event{constructor(){super("ft-focus-main-content",{composed:!0,bubbles:!0})}};var Z1={};window.FluidTopicsA11yHints={isKeyboardNavigation:!1,lastPressedKey:""};function wf(t){(t.key==="Enter"||t.key===" "||t.key==="Tab")&&(window.FluidTopicsA11yHints.isKeyboardNavigation=!0),window.FluidTopicsA11yHints.lastPressedKey=t.key}function _f(t){window.FluidTopicsA11yHints.isKeyboardNavigation=t.detail==0}document.addEventListener("keydown",wf);document.addEventListener("click",_f);var Y1=U`
|
|
47
|
+
`;var Il={};var Ii={};j(Ii,{ParametrizedLabelResolver:()=>fo});var fo=class t{constructor(e,r){this.defaultLabels=e,this.labels=r}resolve(e,...r){var o,a;e=this.resolvePluralKey(e,r);let i=(a=(o=this.labels[e])!==null&&o!==void 0?o:this.defaultLabels[e])!==null&&a!==void 0?a:"";return t.replaceParameters(i,...r)}static replaceParameters(e,...r){return r.forEach((o,a)=>e=e.replace(new RegExp(`\\{${a}([^}]*)\\}`,"g"),(i,s)=>t.formatValue(o,s))),e}resolvePluralKey(e,r){for(let o of r)if(typeof o=="number"){let a=`${String(e)}[\\=${o}]`;if(a in this.labels||a in this.defaultLabels)return a}return e}static formatValue(e,r){return e instanceof Date?t.formatDate(e,r):e??""}static formatDate(e,r){let o=a=>r?.includes("date")?e.toLocaleDateString(a):r?.includes("time")?e.toLocaleTimeString(a):e.toLocaleString(a);try{return o(document.documentElement.lang)}catch{return o()}}};var es={};j(es,{FtCommandQueue:()=>po,FtLitElementRedux:()=>Gt,FtReduxStore:()=>Vt,FtStateManager:()=>So,ReduxWatcher:()=>_n,clearAllStores:()=>Wf,isFtReduxStore:()=>gr,redux:()=>mr,reduxEventListener:()=>qu,reduxReactive:()=>Zu,watch:()=>Vf,withRedux:()=>zl});var Zu=()=>(t,e)=>{var r;let o=t.constructor;o.reduxReactiveProperties=new Set(o.reduxReactiveProperties),(r=o.reduxReactiveProperties)===null||r===void 0||r.add(e)},mr=t=>{let e=t??{};return(r,o)=>{var a;let i={hasChanged:ke,attribute:!1,...e};L(i)(r,o);let s=r.constructor;s.reduxProperties=new Map(s.reduxProperties),s.reduxProperties.set(o,{selector:(a=e.selector)!==null&&a!==void 0?a:(c=>c[o]),store:e.store})}},qu=t=>(e,r)=>{let o=e.constructor;o.reduxEventListeners=new Map(o.reduxEventListeners),o.reduxEventListeners.set(r,t)};var po=class{constructor(){this.queue=[]}add(e,r=!1){r&&this.clear(e.type),this.queue.push(e)}consume(e){let r=this.queue.find(o=>o.type===e);return r&&(this.queue=this.queue.filter(o=>o!==r)),r}clear(e){typeof e=="string"?this.queue=this.queue.filter(r=>r.type!==e):this.queue=this.queue.filter(r=>!e.test(r.type))}};function gr(t){var e;return(e=t?.isFtReduxStore)!==null&&e!==void 0?e:!1}var ho=Symbol("internalReduxEventsUnsubscribers"),vt=Symbol("internalStoresUnsubscribers"),Ht=Symbol("internalStores"),zl=ue(Symbol("withRedux"),function(t){var e,r,o;class a extends t{constructor(){super(...arguments),this[e]=new Map,this[r]=new Map,this[o]=new Map}get reduxConstructor(){return this.constructor}willUpdate(s){super.willUpdate(s),[...this.reduxConstructor.reduxReactiveProperties].some(c=>s.has(c))&&this.updateFromStores()}getUnnamedStore(){if(this[Ht].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Ht].values()][0]}getStore(s){return s==null?this.getUnnamedStore():this[Ht].get(s)}addStore(s,c){var d;c=(d=c??s.name)!==null&&d!==void 0?d:"default-store",this.unsubscribeFromStore(c),this[Ht].set(c,s),this.subscribeToStore(c,s),this.updateFromStores()}removeStore(s){let c=typeof s=="string"?s:s.name;this.unsubscribeFromStore(c),this[Ht].delete(c)}setupStores(){this.unsubscribeFromStores(),this[Ht].forEach((s,c)=>this.subscribeToStore(c,s)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((s,c)=>{let d=this.constructor.getPropertyOptions(c);if(!d?.attribute||!this.hasAttribute(typeof d?.attribute=="string"?d.attribute:c)){let f=this.getStore(s.store);f&&(s.store?this[vt].has(s.store):this[vt].size>0)&&(this[c]=s.selector(f.getState(),this))}})}subscribeToStore(s,c){var d;this[vt].set(s,c.subscribe(()=>this.updateFromStores())),this[ho].set(s,[]),gr(c)&&c.eventBus&&((d=this.reduxConstructor.reduxEventListeners)===null||d===void 0||d.forEach((f,g)=>{if(typeof this[g]=="function"&&(!f.store||c.name===f.store)){let h=y=>this[g](y);c.addEventListener(f.eventName,h),this[ho].get(s).push(()=>c.removeEventListener(f.eventName,h))}})),this.onStoreAvailable(s)}unsubscribeFromStores(){this[vt].forEach((s,c)=>this.unsubscribeFromStore(c))}unsubscribeFromStore(s){var c;this[vt].has(s)&&this[vt].get(s)(),this[vt].delete(s),(c=this[ho].get(s))===null||c===void 0||c.forEach(d=>d()),this[ho].delete(s)}onStoreAvailable(s){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return e=vt,r=Ht,o=ho,a.reduxProperties=new Map,a.reduxReactiveProperties=new Set,a.reduxEventListeners=new Map,a}),Gt=class extends zl(Z){};function fe(t){return`Minified Redux error #${t}; visit https://redux.js.org/Errors?code=${t} for the full message or use the non-minified dev environment for full errors. `}var Yu=typeof Symbol=="function"&&Symbol.observable||"@@observable",Pl=Yu,zi=()=>Math.random().toString(36).substring(7).split("").join("."),Xu={INIT:`@@redux/INIT${zi()}`,REPLACE:`@@redux/REPLACE${zi()}`,PROBE_UNKNOWN_ACTION:()=>`@@redux/PROBE_UNKNOWN_ACTION${zi()}`},ln=Xu;function dn(t){if(typeof t!="object"||t===null)return!1;let e=t;for(;Object.getPrototypeOf(e)!==null;)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(t)===e||Object.getPrototypeOf(t)===null}function Pi(t,e,r){if(typeof t!="function")throw new Error(fe(2));if(typeof e=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(fe(0));if(typeof e=="function"&&typeof r>"u"&&(r=e,e=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(fe(1));return r(Pi)(t,e)}let o=t,a=e,i=new Map,s=i,c=0,d=!1;function f(){s===i&&(s=new Map,i.forEach((A,_)=>{s.set(_,A)}))}function g(){if(d)throw new Error(fe(3));return a}function h(A){if(typeof A!="function")throw new Error(fe(4));if(d)throw new Error(fe(5));let _=!0;f();let P=c++;return s.set(P,A),function(){if(_){if(d)throw new Error(fe(6));_=!1,f(),s.delete(P),i=null}}}function y(A){if(!dn(A))throw new Error(fe(7));if(typeof A.type>"u")throw new Error(fe(8));if(typeof A.type!="string")throw new Error(fe(17));if(d)throw new Error(fe(9));try{d=!0,a=o(a,A)}finally{d=!1}return(i=s).forEach(P=>{P()}),A}function v(A){if(typeof A!="function")throw new Error(fe(10));o=A,y({type:ln.REPLACE})}function E(){let A=h;return{subscribe(_){if(typeof _!="object"||_===null)throw new Error(fe(11));function P(){let S=_;S.next&&S.next(g())}return P(),{unsubscribe:A(P)}},[Pl](){return this}}}return y({type:ln.INIT}),{dispatch:y,subscribe:h,getState:g,replaceReducer:v,[Pl]:E}}function Ju(t){Object.keys(t).forEach(e=>{let r=t[e];if(typeof r(void 0,{type:ln.INIT})>"u")throw new Error(fe(12));if(typeof r(void 0,{type:ln.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(fe(13))})}function Dl(t){let e=Object.keys(t),r={};for(let s=0;s<e.length;s++){let c=e[s];typeof t[c]=="function"&&(r[c]=t[c])}let o=Object.keys(r),a,i;try{Ju(r)}catch(s){i=s}return function(c={},d){if(i)throw i;let f=!1,g={};for(let h=0;h<o.length;h++){let y=o[h],v=r[y],E=c[y],R=v(E,d);if(typeof R>"u"){let A=d&&d.type;throw new Error(fe(14))}g[y]=R,f=f||R!==E}return f=f||o.length!==Object.keys(c).length,f?g:c}}function mo(...t){return t.length===0?e=>e:t.length===1?t[0]:t.reduce((e,r)=>(...o)=>e(r(...o)))}function Ul(...t){return e=>(r,o)=>{let a=e(r,o),i=()=>{throw new Error(fe(15))},s={getState:a.getState,dispatch:(d,...f)=>i(d,...f)},c=t.map(d=>d(s));return i=mo(...c)(a.dispatch),{...a,dispatch:i}}}function Fl(t){return dn(t)&&"type"in t&&typeof t.type=="string"}var Zl=Symbol.for("immer-nothing"),$l=Symbol.for("immer-draftable"),ge=Symbol.for("immer-state");function $e(t,...e){throw new Error(`[Immer] minified error nr: ${t}. Full error at: https://bit.ly/3cXEKWf`)}var Oe=Object,br=Oe.getPrototypeOf,hn="constructor",xn="prototype",$i="configurable",mn="enumerable",fn="writable",go="value",Qe=t=>!!t&&!!t[ge];function we(t){return t?ql(t)||Cn(t)||!!t[$l]||!!t[hn]?.[$l]||En(t)||Ln(t):!1}var Qu=Oe[xn][hn].toString(),Bl=new WeakMap;function ql(t){if(!t||!Zi(t))return!1;let e=br(t);if(e===null||e===Oe[xn])return!0;let r=Oe.hasOwnProperty.call(e,hn)&&e[hn];if(r===Object)return!0;if(!yr(r))return!1;let o=Bl.get(r);return o===void 0&&(o=Function.toString.call(r),Bl.set(r,o)),o===Qu}function Sn(t,e,r=!0){vo(t)===0?(r?Reflect.ownKeys(t):Oe.keys(t)).forEach(a=>{e(a,t[a],t)}):t.forEach((o,a)=>e(a,o,t))}function vo(t){let e=t[ge];return e?e.type_:Cn(t)?1:En(t)?2:Ln(t)?3:0}var Di=(t,e,r=vo(t))=>r===2?t.has(e):Oe[xn].hasOwnProperty.call(t,e),Bi=(t,e,r=vo(t))=>r===2?t.get(e):t[e],gn=(t,e,r,o=vo(t))=>{o===2?t.set(e,r):o===3?t.add(r):t[e]=r};function ef(t,e){return t===e?t!==0||1/t===1/e:t!==t&&e!==e}var Cn=Array.isArray,En=t=>t instanceof Map,Ln=t=>t instanceof Set,Zi=t=>typeof t=="object",yr=t=>typeof t=="function",Ui=t=>typeof t=="boolean";function tf(t){let e=+t;return Number.isInteger(e)&&String(e)===t}var ct=t=>t.copy_||t.base_;var qi=t=>t.modified_?t.copy_:t.base_;function Hi(t,e){if(En(t))return new Map(t);if(Ln(t))return new Set(t);if(Cn(t))return Array[xn].slice.call(t);let r=ql(t);if(e===!0||e==="class_only"&&!r){let o=Oe.getOwnPropertyDescriptors(t);delete o[ge];let a=Reflect.ownKeys(o);for(let i=0;i<a.length;i++){let s=a[i],c=o[s];c[fn]===!1&&(c[fn]=!0,c[$i]=!0),(c.get||c.set)&&(o[s]={[$i]:!0,[fn]:!0,[mn]:c[mn],[go]:t[s]})}return Oe.create(br(t),o)}else{let o=br(t);if(o!==null&&r)return{...t};let a=Oe.create(o);return Oe.assign(a,t)}}function Yi(t,e=!1){return An(t)||Qe(t)||!we(t)||(vo(t)>1&&Oe.defineProperties(t,{set:un,add:un,clear:un,delete:un}),Oe.freeze(t),e&&Sn(t,(r,o)=>{Yi(o,!0)},!1)),t}function rf(){$e(2)}var un={[go]:rf};function An(t){return t===null||!Zi(t)?!0:Oe.isFrozen(t)}var yn="MapSet",Gi="Patches",Hl="ArrayMethods",Yl={};function Wt(t){let e=Yl[t];return e||$e(0,t),e}var Gl=t=>!!Yl[t];var yo,Xl=()=>yo,of=(t,e)=>({drafts_:[],parent_:t,immer_:e,canAutoFreeze_:!0,unfinalizedDrafts_:0,handledSet_:new Set,processedForPatches_:new Set,mapSetPlugin_:Gl(yn)?Wt(yn):void 0,arrayMethodsPlugin_:Gl(Hl)?Wt(Hl):void 0});function Wl(t,e){e&&(t.patchPlugin_=Wt(Gi),t.patches_=[],t.inversePatches_=[],t.patchListener_=e)}function Wi(t){Vi(t),t.drafts_.forEach(nf),t.drafts_=null}function Vi(t){t===yo&&(yo=t.parent_)}var Vl=t=>yo=of(yo,t);function nf(t){let e=t[ge];e.type_===0||e.type_===1?e.revoke_():e.revoked_=!0}function jl(t,e){e.unfinalizedDrafts_=e.drafts_.length;let r=e.drafts_[0];if(t!==void 0&&t!==r){r[ge].modified_&&(Wi(e),$e(4)),we(t)&&(t=Kl(e,t));let{patchPlugin_:a}=e;a&&a.generateReplacementPatches_(r[ge].base_,t,e)}else t=Kl(e,r);return af(e,t,!0),Wi(e),e.patches_&&e.patchListener_(e.patches_,e.inversePatches_),t!==Zl?t:void 0}function Kl(t,e){if(An(e))return e;let r=e[ge];if(!r)return bn(e,t.handledSet_,t);if(!On(r,t))return e;if(!r.modified_)return r.base_;if(!r.finalized_){let{callbacks_:o}=r;if(o)for(;o.length>0;)o.pop()(t);e1(r,t)}return r.copy_}function af(t,e,r=!1){!t.parent_&&t.immer_.autoFreeze_&&t.canAutoFreeze_&&Yi(e,r)}function Jl(t){t.finalized_=!0,t.scope_.unfinalizedDrafts_--}var On=(t,e)=>t.scope_===e,sf=[];function Ql(t,e,r,o){let a=ct(t),i=t.type_;if(o!==void 0&&Bi(a,o,i)===e){gn(a,o,r,i);return}if(!t.draftLocations_){let c=t.draftLocations_=new Map;Sn(a,(d,f)=>{if(Qe(f)){let g=c.get(f)||[];g.push(d),c.set(f,g)}})}let s=t.draftLocations_.get(e)??sf;for(let c of s)gn(a,c,r,i)}function cf(t,e,r){t.callbacks_.push(function(a){let i=e;if(!i||!On(i,a))return;a.mapSetPlugin_?.fixSetContents(i);let s=qi(i);Ql(t,i.draft_??i,s,r),e1(i,a)})}function e1(t,e){if(t.modified_&&!t.finalized_&&(t.type_===3||t.type_===1&&t.allIndicesReassigned_||(t.assigned_?.size??0)>0)){let{patchPlugin_:o}=e;if(o){let a=o.getPath(t);a&&o.generatePatches_(t,a,e)}Jl(t)}}function lf(t,e,r){let{scope_:o}=t;if(Qe(r)){let a=r[ge];On(a,o)&&a.callbacks_.push(function(){pn(t);let s=qi(a);Ql(t,r,s,e)})}else we(r)&&t.callbacks_.push(function(){let i=ct(t);t.type_===3?i.has(r)&&bn(r,o.handledSet_,o):Bi(i,e,t.type_)===r&&o.drafts_.length>1&&(t.assigned_.get(e)??!1)===!0&&t.copy_&&bn(Bi(t.copy_,e,t.type_),o.handledSet_,o)})}function bn(t,e,r){return!r.immer_.autoFreeze_&&r.unfinalizedDrafts_<1||Qe(t)||e.has(t)||!we(t)||An(t)||(e.add(t),Sn(t,(o,a)=>{if(Qe(a)){let i=a[ge];if(On(i,r)){let s=qi(i);gn(t,o,s,t.type_),Jl(i)}}else we(a)&&bn(a,e,r)})),t}function df(t,e){let r=Cn(t),o={type_:r?1:0,scope_:e?e.scope_:Xl(),modified_:!1,finalized_:!1,assigned_:void 0,parent_:e,base_:t,draft_:null,copy_:null,revoke_:null,isManual_:!1,callbacks_:void 0},a=o,i=vn;r&&(a=[o],i=bo);let{revoke:s,proxy:c}=Proxy.revocable(a,i);return o.draft_=c,o.revoke_=s,[c,o]}var vn={get(t,e){if(e===ge)return t;let r=t.scope_.arrayMethodsPlugin_,o=t.type_===1&&typeof e=="string";if(o&&r?.isArrayOperationMethod(e))return r.createMethodInterceptor(t,e);let a=ct(t);if(!Di(a,e,t.type_))return ff(t,a,e);let i=a[e];if(t.finalized_||!we(i)||o&&t.operationMethod&&r?.isMutatingArrayMethod(t.operationMethod)&&tf(e))return i;if(i===Fi(t.base_,e)||uf(t,e,i)){pn(t);let s=t.type_===1?+e:e,c=Ki(t.scope_,i,t,s);return t.copy_[s]=c}return i},has(t,e){return e in ct(t)},ownKeys(t){return Reflect.ownKeys(ct(t))},set(t,e,r){let o=t1(ct(t),e);if(o?.set)return o.set.call(t.draft_,r),!0;if(!t.modified_){let a=Fi(ct(t),e),i=a?.[ge];if(i&&i.base_===r)return t.copy_[e]=r,t.assigned_.set(e,!1),!0;if(ef(r,a)&&(r!==void 0||Di(t.base_,e,t.type_)))return!0;pn(t),ji(t)}return t.copy_[e]===r&&(r!==void 0||Di(t.copy_,e,t.type_))||Number.isNaN(r)&&Number.isNaN(t.copy_[e])||(t.copy_[e]=r,t.assigned_.set(e,!0),lf(t,e,r)),!0},deleteProperty(t,e){return pn(t),Fi(t.base_,e)!==void 0||e in t.base_?(t.assigned_.set(e,!1),ji(t)):t.assigned_.delete(e),t.copy_&&delete t.copy_[e],!0},getOwnPropertyDescriptor(t,e){let r=ct(t),o=Reflect.getOwnPropertyDescriptor(r,e);return o&&{[fn]:!0,[$i]:t.type_!==1||e!=="length",[mn]:o[mn],[go]:r[e]}},defineProperty(){$e(11)},getPrototypeOf(t){return br(t.base_)},setPrototypeOf(){$e(12)}},bo={};for(let t in vn){let e=vn[t];bo[t]=function(){let r=arguments;return r[0]=r[0][0],e.apply(this,r)}}bo.deleteProperty=function(t,e){return bo.set.call(this,t,e,void 0)};bo.set=function(t,e,r){return vn.set.call(this,t[0],e,r,t[0])};function Fi(t,e){let r=t[ge];return(r?ct(r):t)[e]}function uf(t,e,r){return t.type_!==1||!t.allIndicesReassigned_||t.assigned_?.get(e)||!we(r)||r[ge]?!1:t.baseRefs_.has(r)}function ff(t,e,r){let o=t1(e,r);return o?go in o?o[go]:o.get?.call(t.draft_):void 0}function t1(t,e){if(!(e in t))return;let r=br(t);for(;r;){let o=Object.getOwnPropertyDescriptor(r,e);if(o)return o;r=br(r)}}function ji(t){t.modified_||(t.modified_=!0,t.parent_&&ji(t.parent_))}function pn(t){t.copy_||(t.assigned_=new Map,t.copy_=Hi(t.base_,t.scope_.immer_.useStrictShallowCopy_))}var pf=class{constructor(t){this.autoFreeze_=!0,this.useStrictShallowCopy_=!1,this.useStrictIteration_=!1,this.produce=(e,r,o)=>{if(yr(e)&&!yr(r)){let i=r;r=e;let s=this;return function(d=i,...f){return s.produce(d,g=>r.call(this,g,...f))}}yr(r)||$e(6),o!==void 0&&!yr(o)&&$e(7);let a;if(we(e)){let i=Vl(this),s=Ki(i,e,void 0),c=!0;try{a=r(s),c=!1}finally{c?Wi(i):Vi(i)}return Wl(i,o),jl(a,i)}else if(!e||!Zi(e)){if(a=r(e),a===void 0&&(a=e),a===Zl&&(a=void 0),this.autoFreeze_&&Yi(a,!0),o){let i=[],s=[];Wt(Gi).generateReplacementPatches_(e,a,{patches_:i,inversePatches_:s}),o(i,s)}return a}else $e(1,e)},this.produceWithPatches=(e,r)=>{if(yr(e))return(s,...c)=>this.produceWithPatches(s,d=>e(d,...c));let o,a;return[this.produce(e,r,(s,c)=>{o=s,a=c}),o,a]},Ui(t?.autoFreeze)&&this.setAutoFreeze(t.autoFreeze),Ui(t?.useStrictShallowCopy)&&this.setUseStrictShallowCopy(t.useStrictShallowCopy),Ui(t?.useStrictIteration)&&this.setUseStrictIteration(t.useStrictIteration)}createDraft(t){we(t)||$e(8),Qe(t)&&(t=r1(t));let e=Vl(this),r=Ki(e,t,void 0);return r[ge].isManual_=!0,Vi(e),r}finishDraft(t,e){let r=t&&t[ge];(!r||!r.isManual_)&&$e(9);let{scope_:o}=r;return Wl(o,e),jl(void 0,o)}setAutoFreeze(t){this.autoFreeze_=t}setUseStrictShallowCopy(t){this.useStrictShallowCopy_=t}setUseStrictIteration(t){this.useStrictIteration_=t}shouldUseStrictIteration(){return this.useStrictIteration_}applyPatches(t,e){let r;for(r=e.length-1;r>=0;r--){let a=e[r];if(a.path.length===0&&a.op==="replace"){t=a.value;break}}r>-1&&(e=e.slice(r+1));let o=Wt(Gi).applyPatches_;return Qe(t)?o(t,e):this.produce(t,a=>o(a,e))}};function Ki(t,e,r,o){let[a,i]=En(e)?Wt(yn).proxyMap_(e,r):Ln(e)?Wt(yn).proxySet_(e,r):df(e,r);return(r?.scope_??Xl()).drafts_.push(a),i.callbacks_=r?.callbacks_??[],i.key_=o,r&&o!==void 0?cf(r,i,o):i.callbacks_.push(function(d){d.mapSetPlugin_?.fixSetContents(i);let{patchPlugin_:f}=d;i.modified_&&f&&f.generatePatches_(i,[],d)}),a}function r1(t){return Qe(t)||$e(10,t),o1(t)}function o1(t){if(!we(t)||An(t))return t;let e=t[ge],r,o=!0;if(e){if(!e.modified_)return e.base_;e.finalized_=!0,r=Hi(t,e.scope_.immer_.useStrictShallowCopy_),o=e.scope_.immer_.shouldUseStrictIteration()}else r=Hi(t,!0);return Sn(r,(a,i)=>{gn(r,a,o1(i))},o),e&&(e.finalized_=!1),r}var hf=new pf,Xi=hf.produce;function n1(t){return({dispatch:r,getState:o})=>a=>i=>typeof i=="function"?i(r,o,t):a(i)}var a1=n1(),i1=n1;var mf=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?mo:mo.apply(null,arguments)},qy=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(t){return t}},gf=t=>t&&typeof t.match=="function";function xt(t,e){function r(...o){if(e){let a=e(...o);if(!a)throw new Error(lt(0));return{type:t,payload:a.payload,..."meta"in a&&{meta:a.meta},..."error"in a&&{error:a.error}}}return{type:t,payload:o[0]}}return r.toString=()=>`${t}`,r.type=t,r.match=o=>Fl(o)&&o.type===t,r}var u1=class xo extends Array{constructor(...e){super(...e),Object.setPrototypeOf(this,xo.prototype)}static get[Symbol.species](){return xo}concat(...e){return super.concat.apply(this,e)}prepend(...e){return e.length===1&&Array.isArray(e[0])?new xo(...e[0].concat(this)):new xo(...e.concat(this))}};function s1(t){return we(t)?Xi(t,()=>{}):t}function wn(t,e,r){return t.has(e)?t.get(e):t.set(e,r(e)).get(e)}function yf(t){return typeof t=="boolean"}var bf=()=>function(e){let{thunk:r=!0,immutableCheck:o=!0,serializableCheck:a=!0,actionCreatorCheck:i=!0}=e??{},s=new u1;return r&&(yf(r)?s.push(a1):s.push(i1(r.extraArgument))),s},vf="RTK_autoBatch";var c1=t=>e=>{setTimeout(e,t)},xf=(t,e)=>r=>{let o=!1,a=()=>{o||(o=!0,cancelAnimationFrame(i),clearTimeout(s),r())},i=t(a),s=setTimeout(a,e)},Sf=(t={type:"raf"})=>e=>(...r)=>{let o=e(...r),a=!0,i=!1,s=!1,c=new Set,d=t.type==="tick"?queueMicrotask:t.type==="raf"?typeof window<"u"&&window.requestAnimationFrame?xf(window.requestAnimationFrame,100):c1(10):t.type==="callback"?t.queueNotification:c1(t.timeout),f=()=>{s=!1,i&&(i=!1,c.forEach(g=>g()))};return Object.assign({},o,{subscribe(g){let h=()=>a&&g(),y=o.subscribe(h);return c.add(g),()=>{y(),c.delete(g)}},dispatch(g){try{return a=!g?.meta?.[vf],i=!a,i&&(s||(s=!0,d(f))),o.dispatch(g)}finally{a=!0}}})},Cf=t=>function(r){let{autoBatch:o=!0}=r??{},a=new u1(t);return o&&a.push(Sf(typeof o=="object"?o:void 0)),a};function f1(t){let e=bf(),{reducer:r=void 0,middleware:o,devTools:a=!0,duplicateMiddlewareCheck:i=!0,preloadedState:s=void 0,enhancers:c=void 0}=t||{},d;if(typeof r=="function")d=r;else if(dn(r))d=Dl(r);else throw new Error(lt(1));let f;typeof o=="function"?f=o(e):f=e();let g=mo;a&&(g=mf({trace:!1,...typeof a=="object"&&a}));let h=Ul(...f),y=Cf(h),v=typeof c=="function"?c(y):y(),E=g(...v);return Pi(d,s,E)}function p1(t){let e={},r=[],o,a={addCase(i,s){let c=typeof i=="string"?i:i.type;if(!c)throw new Error(lt(28));if(c in e)throw new Error(lt(29));return e[c]=s,a},addAsyncThunk(i,s){return s.pending&&(e[i.pending.type]=s.pending),s.rejected&&(e[i.rejected.type]=s.rejected),s.fulfilled&&(e[i.fulfilled.type]=s.fulfilled),s.settled&&r.push({matcher:i.settled,reducer:s.settled}),a},addMatcher(i,s){return r.push({matcher:i,reducer:s}),a},addDefaultCase(i){return o=i,a}};return t(a),[e,r,o]}function Ef(t){return typeof t=="function"}function Lf(t,e){let[r,o,a]=p1(e),i;if(Ef(t))i=()=>s1(t());else{let c=s1(t);i=()=>c}function s(c=i(),d){let f=[r[d.type],...o.filter(({matcher:g})=>g(d)).map(({reducer:g})=>g)];return f.filter(g=>!!g).length===0&&(f=[a]),f.reduce((g,h)=>{if(h)if(Qe(g)){let v=h(g,d);return v===void 0?g:v}else{if(we(g))return Xi(g,y=>h(y,d));{let y=h(g,d);if(y===void 0){if(g===null)return g;throw Error("A case reducer on a non-draftable value must not return undefined")}return y}}return g},c)}return s.getInitialState=i,s}var Af=(t,e)=>gf(t)?t.match(e):t(e);function Of(...t){return e=>t.some(r=>Af(r,e))}var wf="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Rf=(t=21)=>{let e="",r=t;for(;r--;)e+=wf[Math.random()*64|0];return e},_f=["name","message","stack","code"],Ji=class{constructor(t,e){this.payload=t,this.meta=e}payload;meta;_type},l1=class{constructor(t,e){this.payload=t,this.meta=e}payload;meta;_type},Nf=t=>{if(typeof t=="object"&&t!==null){let e={};for(let r of _f)typeof t[r]=="string"&&(e[r]=t[r]);return e}return{message:String(t)}},d1="External signal was aborted",Mf=(()=>{function t(e,r,o){let a=xt(e+"/fulfilled",(d,f,g,h)=>({payload:d,meta:{...h||{},arg:g,requestId:f,requestStatus:"fulfilled"}})),i=xt(e+"/pending",(d,f,g)=>({payload:void 0,meta:{...g||{},arg:f,requestId:d,requestStatus:"pending"}})),s=xt(e+"/rejected",(d,f,g,h,y)=>({payload:h,error:(o&&o.serializeError||Nf)(d||"Rejected"),meta:{...y||{},arg:g,requestId:f,rejectedWithValue:!!h,requestStatus:"rejected",aborted:d?.name==="AbortError",condition:d?.name==="ConditionError"}}));function c(d,{signal:f}={}){return(g,h,y)=>{let v=o?.idGenerator?o.idGenerator(d):Rf(),E=new AbortController,R,A;function _(x){A=x,E.abort()}f&&(f.aborted?_(d1):f.addEventListener("abort",()=>_(d1),{once:!0}));let P=(async function(){let x;try{let C=o?.condition?.(d,{getState:h,extra:y});if(kf(C)&&(C=await C),C===!1||E.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};let k=new Promise((D,T)=>{R=()=>{T({name:"AbortError",message:A||"Aborted"})},E.signal.addEventListener("abort",R,{once:!0})});g(i(v,d,o?.getPendingMeta?.({requestId:v,arg:d},{getState:h,extra:y}))),x=await Promise.race([k,Promise.resolve(r(d,{dispatch:g,getState:h,extra:y,requestId:v,signal:E.signal,abort:_,rejectWithValue:((D,T)=>new Ji(D,T)),fulfillWithValue:((D,T)=>new l1(D,T))})).then(D=>{if(D instanceof Ji)throw D;return D instanceof l1?a(D.payload,v,d,D.meta):a(D,v,d)})])}catch(C){x=C instanceof Ji?s(null,v,d,C.payload,C.meta):s(C,v,d)}finally{R&&E.signal.removeEventListener("abort",R)}return o&&!o.dispatchConditionRejection&&s.match(x)&&x.meta.condition||g(x),x})();return Object.assign(P,{abort:_,requestId:v,arg:d,unwrap(){return P.then(Tf)}})}}return Object.assign(c,{pending:i,rejected:s,fulfilled:a,settled:Of(s,a),typePrefix:e})}return t.withTypes=()=>t,t})();function Tf(t){if(t.meta&&t.meta.rejectedWithValue)throw t.payload;if(t.error)throw t.error;return t.payload}function kf(t){return t!==null&&typeof t=="object"&&typeof t.then=="function"}var h1=Symbol.for("rtk-slice-createasyncthunk"),Xy={[h1]:Mf};function If(t,e){return`${t}/${e}`}function zf({creators:t}={}){let e=t?.asyncThunk?.[h1];return function(o){let{name:a,reducerPath:i=a}=o;if(!a)throw new Error(lt(11));typeof process<"u";let s=(typeof o.reducers=="function"?o.reducers(Df()):o.reducers)||{},c=Object.keys(s),d={sliceCaseReducersByName:{},sliceCaseReducersByType:{},actionCreators:{},sliceMatchers:[]},f={addCase(x,S){let C=typeof x=="string"?x:x.type;if(!C)throw new Error(lt(12));if(C in d.sliceCaseReducersByType)throw new Error(lt(13));return d.sliceCaseReducersByType[C]=S,f},addMatcher(x,S){return d.sliceMatchers.push({matcher:x,reducer:S}),f},exposeAction(x,S){return d.actionCreators[x]=S,f},exposeCaseReducer(x,S){return d.sliceCaseReducersByName[x]=S,f}};c.forEach(x=>{let S=s[x],C={reducerName:x,type:If(a,x),createNotation:typeof o.reducers=="function"};Ff(S)?Bf(C,S,f,e):Uf(C,S,f)});function g(){let[x={},S=[],C=void 0]=typeof o.extraReducers=="function"?p1(o.extraReducers):[o.extraReducers],k={...x,...d.sliceCaseReducersByType};return Lf(o.initialState,D=>{for(let T in k)D.addCase(T,k[T]);for(let T of d.sliceMatchers)D.addMatcher(T.matcher,T.reducer);for(let T of S)D.addMatcher(T.matcher,T.reducer);C&&D.addDefaultCase(C)})}let h=x=>x,y=new Map,v=new WeakMap,E;function R(x,S){return E||(E=g()),E(x,S)}function A(){return E||(E=g()),E.getInitialState()}function _(x,S=!1){function C(D){let T=D[x];return typeof T>"u"&&S&&(T=wn(v,C,A)),T}function k(D=h){let T=wn(y,S,()=>new WeakMap);return wn(T,D,()=>{let V={};for(let[I,H]of Object.entries(o.selectors??{}))V[I]=Pf(H,D,()=>wn(v,D,A),S);return V})}return{reducerPath:x,getSelectors:k,get selectors(){return k(C)},selectSlice:C}}let P={name:a,reducer:R,actions:d.actionCreators,caseReducers:d.sliceCaseReducersByName,getInitialState:A,..._(i),injectInto(x,{reducerPath:S,...C}={}){let k=S??i;return x.inject({reducerPath:k,reducer:R},C),{...P,..._(k,!0)}}};return P}}function Pf(t,e,r,o){function a(i,...s){let c=e(i);return typeof c>"u"&&o&&(c=r()),t(c,...s)}return a.unwrapped=t,a}var m1=zf();function Df(){function t(e,r){return{_reducerDefinitionType:"asyncThunk",payloadCreator:e,...r}}return t.withTypes=()=>t,{reducer(e){return Object.assign({[e.name](...r){return e(...r)}}[e.name],{_reducerDefinitionType:"reducer"})},preparedReducer(e,r){return{_reducerDefinitionType:"reducerWithPrepare",prepare:e,reducer:r}},asyncThunk:t}}function Uf({type:t,reducerName:e,createNotation:r},o,a){let i,s;if("reducer"in o){if(r&&!$f(o))throw new Error(lt(17));i=o.reducer,s=o.prepare}else i=o;a.addCase(t,i).exposeCaseReducer(e,i).exposeAction(e,s?xt(t,s):xt(t))}function Ff(t){return t._reducerDefinitionType==="asyncThunk"}function $f(t){return t._reducerDefinitionType==="reducerWithPrepare"}function Bf({type:t,reducerName:e},r,o,a){if(!a)throw new Error(lt(18));let{payloadCreator:i,fulfilled:s,pending:c,rejected:d,settled:f,options:g}=r,h=a(t,i,g);o.exposeAction(e,h),s&&o.addCase(h.fulfilled,s),c&&o.addCase(h.pending,c),d&&o.addCase(h.rejected,d),f&&o.addMatcher(h.settled,f),o.exposeCaseReducer(e,{fulfilled:s||Rn,pending:c||Rn,rejected:d||Rn,settled:f||Rn})}function Rn(){}var g1="listener",y1="completed",b1="cancelled",Jy=`task-${b1}`,Qy=`task-${y1}`,e9=`${g1}-${b1}`,t9=`${g1}-${y1}`;var{assign:v1}=Object;var Qi="listenerMiddleware";var Hf=v1(xt(`${Qi}/add`),{withTypes:()=>Hf}),r9=xt(`${Qi}/removeAll`),Gf=v1(xt(`${Qi}/remove`),{withTypes:()=>Gf});function lt(t){return`Minified Redux Toolkit error #${t}; visit https://redux-toolkit.js.org/Errors?code=${t} for the full message or use the non-minified dev environment for full errors. `}window.ftReduxStores||(window.ftReduxStores={});var Vt=class t extends ot{static get(e){var r;let o=typeof e=="string"?e:e.name,a=typeof e=="string"?void 0:e,i=window.ftReduxStores[o];if(gr(i))return i;if(a==null)return;let s=m1({...a,reducers:(r=a.reducers)!==null&&r!==void 0?r:{}}),c=f1({reducer:(d,f)=>{if(f.type==="CLEAR_FT_REDUX_STORE"){let g=De(s.getInitialState());for(let h of f.keeping)g[h]=(d??g)[h];return g}else if(typeof f.type=="string"&&f.type.startsWith("DEFAULT_VALUE_SETTER__"))return{...d,...f.overwrites};return s.reducer(d,f)}});return window.ftReduxStores[a.name]=new t(s,c,a.eventBus)}constructor(e,r,o){super(),this.reduxSlice=e,this.reduxStore=r,this.isFtReduxStore=!0,this.commands=new po,this.injectInto=(i,s)=>this.reduxSlice.injectInto(i,s),this.selectSlice=i=>this.reduxSlice.selectSlice(i);let a=i=>i!=null?JSON.parse(JSON.stringify(i)):i;this.actions=new Proxy(this.reduxSlice.actions,{get:(i,s,c)=>{let d=s,f=i[d];return f?(...g)=>{let h=f(...g.map(a));return this.reduxStore.dispatch(h),h}:g=>{let h=d,y=this.getState()[h];be(y,g)||this.setState({[h]:a(g)})}}}),this.eventBus=o??this.eventBus}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:[]})}clearKeeping(...e){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:e})}setState(e){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(e).join("_"),overwrites:e})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(e){throw new Error("Not implemented yet.")}subscribe(e){return this.reduxStore.subscribe(e)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}get selectors(){return this.reduxSlice.selectors}get reducerPath(){return this.reduxSlice.reducerPath}getSelectors(){return this.reduxSlice.getSelectors()}};function Wf(){var t;for(let e of Object.values((t=window.ftReduxStores)!==null&&t!==void 0?t:{}))gr(e)&&e.clear()}var _n=class{constructor(e,r,o){this.store=e,this.valueSelector=r,this.callback=o}watch(){return this.stop(),this.lastValue=this.valueSelector(this.store.getState()),this.unsubscribe=this.store.subscribe(()=>{let e=this.store.getState(),r=this.valueSelector(e);ke(this.lastValue,r)&&(this.callback(r,e),this.lastValue=r)}),this}stop(){return this.unsubscribe!=null&&(this.unsubscribe(),this.unsubscribe=void 0),this.lastValue=void 0,this}};function Vf(t,e,r){return new _n(t,e,r).watch()}var So=class{constructor(){this.requestConsumers=new Map}getOrCreateRequestConsumers(e){var r;return(r=this.requestConsumers.get(e))!==null&&r!==void 0?r:this.requestConsumers.set(e,new Set).get(e)}registerComponent(e,r){for(let o of r)this.getOrCreateRequestConsumers(o).add(e).size==1&&this.onNewNeededRequest(o)}unregisterComponent(e,r){for(let o of r)this.getOrCreateRequestConsumers(o).delete(e)}isRequestNeeded(e){return this.getOrCreateRequestConsumers(e).size>0}};var os={};j(os,{scrollHelper:()=>jf});var ts,Nn=new Map,rs=class{lock(e,r){if(r){let o=Nn.get(r);if(o==null||o===e)return Nn.set(r,e),r}}release(e,r){r&&Nn.get(r)===e&&Nn.delete(r)}findFirstScrollableParent(e){var r;let o,a;for(let i of Ta(e)){let s=i,c=this.elementCanScroll(s);if(c&&s.clientHeight&&s.clientHeight<s.scrollHeight){o=s;break}else c&&a==null&&(a=s)}return(r=o??a)!==null&&r!==void 0?r:document.body}elementCanScroll(e){try{return["auto","scroll"].includes(getComputedStyle(e).overflowY)&&!["contents"].includes(getComputedStyle(e).display)}catch{return!1}}getAbsoluteScrollOffset(e,r){var o,a;let i=0;for(;r&&r.offsetParent!==e.offsetParent;)i+=(o=r.offsetTop)!==null&&o!==void 0?o:0,r=r.offsetParent;return i+((a=r?.offsetTop)!==null&&a!==void 0?a:0)-e.offsetTop}computeTopOffsetRatio(e,r){if(typeof e=="number")return e;switch(e){case"end":return 1;case"center":return .5;case"nearest":return r;default:return 0}}scrollIntoViewIfPossible(e,r){let o=this.findFirstScrollableParent(e);if(e&&this.lock(this,o)){let a=this.getAbsoluteScrollOffset(o,e),i=a-o.clientHeight+e.clientHeight,s=a,c=It(0,(s-o.scrollTop)/(s-i),1),d=this.computeTopOffsetRatio(r?.position,c)*(i-s)+s;o.scrollTo({behavior:r?.behavior,top:d})}else console.warn("Could not scroll element into view because the scrollable parent is already locked",e,o);this.release(this,o)}};window.FluidTopicsScrollHelper=(ts=window.FluidTopicsScrollHelper)!==null&&ts!==void 0?ts:new rs;var jf=window.FluidTopicsScrollHelper;var as={};j(as,{SearchPlaceConverter:()=>Sr,SearchPlaceQueryParams:()=>G,isSearchPlaceQueryParams:()=>c2,serializeRequest:()=>Xf});var Kf=t=>typeof t=="object"&&t!=null;var Zf=t=>typeof t=="number",Mn=t=>typeof t=="string",V1=t=>Kf(t)&&Mn(t.endpoint)&&Mn(t.method)&&Mn(t.statusText)&&Mn(t.body)&&Zf(t.status),x1;(function(t){t.black="black",t.green="green",t.blue="blue",t.purple="purple",t.red="red",t.orange="orange",t.yellow="yellow"})(x1||(x1={}));var S1;(function(t){t.OFFICIAL="OFFICIAL",t.PERSONAL="PERSONAL",t.SHARED="SHARED"})(S1||(S1={}));var C1;(function(t){t.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",t.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",t.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",t.PERSONAL_BOOK="PERSONAL_BOOK",t.ATTACHMENT="ATTACHMENT",t.RESOURCE="RESOURCE",t.HTML_PACKAGE="HTML_PACKAGE"})(C1||(C1={}));var E1;(function(t){t.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",t.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",t.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",t.PERSONAL_BOOK="PERSONAL_BOOK",t.ATTACHMENT="ATTACHMENT",t.RESOURCE="RESOURCE",t.HTML_PACKAGE="HTML_PACKAGE"})(E1||(E1={}));var L1;(function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR"})(L1||(L1={}));var A1;(function(t){t.VALUE="VALUE",t.DATE="DATE",t.RANGE="RANGE"})(A1||(A1={}));var O1;(function(t){t.OFFICIAL="OFFICIAL",t.AI="AI"})(O1||(O1={}));var w1;(function(t){t.BOOKMARK__CREATE="BOOKMARK__CREATE",t.BOOKMARK__DELETE="BOOKMARK__DELETE",t.CASE_DEFLECTION__START="CASE_DEFLECTION__START",t.CASE_DEFLECTION__OPEN_TICKET="CASE_DEFLECTION__OPEN_TICKET",t.CASE_DEFLECTION__RATE="CASE_DEFLECTION__RATE",t.CHATBOT__RATE="CHATBOT__RATE",t.COLLECTION__CREATE="COLLECTION__CREATE",t.COLLECTION__UPDATE="COLLECTION__UPDATE",t.COLLECTION__DELETE="COLLECTION__DELETE",t.CUSTOM_EVENT__TRIGGER="CUSTOM_EVENT__TRIGGER",t.DOCUMENT__ON_DEMAND_TRANSLATE="DOCUMENT__ON_DEMAND_TRANSLATE",t.DOCUMENT__DOWNLOAD="DOCUMENT__DOWNLOAD",t.DOCUMENT__PRINT="DOCUMENT__PRINT",t.DOCUMENT__PROCESS="DOCUMENT__PROCESS",t.DOCUMENT__RATE="DOCUMENT__RATE",t.DOCUMENT__SEARCH="DOCUMENT__SEARCH",t.DOCUMENT__START_DISPLAY="DOCUMENT__START_DISPLAY",t.DOCUMENT__UNRATE="DOCUMENT__UNRATE",t.FEEDBACK__SEND="FEEDBACK__SEND",t.AI__COMPLETED_QUERY="AI__COMPLETED_QUERY",t.AI__RATE="AI__RATE",t.AI_CASE_DEFLECTION__START="AI_CASE_DEFLECTION__START",t.AI_CASE_DEFLECTION__OPEN_TICKET="AI_CASE_DEFLECTION__OPEN_TICKET",t.KHUB__PROCESS="KHUB__PROCESS",t.KHUB__SEARCH="KHUB__SEARCH",t.LABELS__DOWNLOAD="LABELS__DOWNLOAD",t.LINK__SHARE="LINK__SHARE",t.PAGE__DISPLAY="PAGE__DISPLAY",t.PERSONAL_BOOK__CREATE="PERSONAL_BOOK__CREATE",t.PERSONAL_BOOK__DELETE="PERSONAL_BOOK__DELETE",t.PERSONAL_BOOK__UPDATE="PERSONAL_BOOK__UPDATE",t.PERSONAL_TOPIC__CREATE="PERSONAL_TOPIC__CREATE",t.PERSONAL_TOPIC__UPDATE="PERSONAL_TOPIC__UPDATE",t.PERSONAL_TOPIC__DELETE="PERSONAL_TOPIC__DELETE",t.SAVED_SEARCH__CREATE="SAVED_SEARCH__CREATE",t.SAVED_SEARCH__DELETE="SAVED_SEARCH__DELETE",t.SAVED_SEARCH__UPDATE="SAVED_SEARCH__UPDATE",t.SEARCH_PAGE__SELECT="SEARCH_PAGE__SELECT",t.SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU="SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU",t.TOPIC__AI_TRANSLATE="TOPIC__AI_TRANSLATE",t.TOPIC__RATE="TOPIC__RATE",t.TOPIC__START_DISPLAY="TOPIC__START_DISPLAY",t.TOPIC__UNRATE="TOPIC__UNRATE",t.USER__LOGIN="USER__LOGIN",t.USER__LOGOUT="USER__LOGOUT",t.HEARTBEAT="HEARTBEAT"})(w1||(w1={}));var R1;(function(t){t.STANDARD="STANDARD",t.STRUCTURAL="STRUCTURAL"})(R1||(R1={}));var _1;(function(t){t.THIRD_PARTY="THIRD_PARTY",t.OFF_THE_GRID="OFF_THE_GRID",t.CONTENT_PACKAGER="CONTENT_PACKAGER",t.PAGES="PAGES",t.DESIGNED_READER="DESIGNED_READER"})(_1||(_1={}));var N1;(function(t){t.HOMEPAGE="HOMEPAGE",t.CUSTOM="CUSTOM",t.HEADER="HEADER",t.READER="READER",t.TOPIC_TEMPLATE="TOPIC_TEMPLATE",t.SEARCH="SEARCH",t.SEARCH_RESULT="SEARCH_RESULT",t.SEARCH_ANNOUNCEMENT="SEARCH_ANNOUNCEMENT",t.LINK_PREVIEW="LINK_PREVIEW",t.UD_VIEWER="UD_VIEWER",t.ASSET_VIEWER="ASSET_VIEWER"})(N1||(N1={}));var M1;(function(t){t.CLASSIC="CLASSIC",t.CUSTOM="CUSTOM",t.DESIGNER="DESIGNER"})(M1||(M1={}));var T1;(function(t){t.AND="AND",t.OR="OR",t.MONOVALUED="MONOVALUED"})(T1||(T1={}));var k1;(function(t){t.NONE="NONE",t.ALPHABET="ALPHABET",t.VERSION="VERSION"})(k1||(k1={}));var I1;(function(t){t.STARS="STARS",t.LIKE="LIKE",t.DICHOTOMOUS="DICHOTOMOUS",t.NO_RATING="NO_RATING"})(I1||(I1={}));var z1;(function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR",t.CUSTOM="CUSTOM"})(z1||(z1={}));var vr;(function(t){t.OPTIONAL="OPTIONAL",t.MANDATORY="MANDATORY"})(vr||(vr={}));var P1;(function(t){t.ASC="ASC",t.DESC="DESC"})(P1||(P1={}));var D1;(function(t){t.ALPHA="ALPHA",t.NATURAL="NATURAL"})(D1||(D1={}));var ns;(function(t){t.EVERYWHERE="EVERYWHERE",t.TITLE_ONLY="TITLE_ONLY",t.NONE="NONE"})(ns||(ns={}));var j1=t=>Object.keys(ns).includes(t);var U1;(function(t){t.ARTICLE="ARTICLE",t.BOOK="BOOK",t.SHARED_BOOK="SHARED_BOOK",t.HTML_PACKAGE="HTML_PACKAGE"})(U1||(U1={}));var F1;(function(t){t.FLUIDTOPICS="FLUIDTOPICS",t.EXTERNAL="EXTERNAL"})(F1||(F1={}));var $1;(function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.PERSONAL_BOOK="PERSONAL_BOOK",t.SHARED_BOOK="SHARED_BOOK",t.HTML_PACKAGE="HTML_PACKAGE"})($1||($1={}));var xr;(function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR"})(xr||(xr={}));var K1=t=>Object.keys(xr).includes(t);var B1;(function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.HTML_PACKAGE="HTML_PACKAGE",t.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})(B1||(B1={}));var H1;(function(t){t.DEFAULT="DEFAULT",t.DOCUMENTS="DOCUMENTS",t.ALL_TOPICS="ALL_TOPICS",t.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(H1||(H1={}));var G1;(function(t){t.PLAIN_TEXT="PLAIN_TEXT",t.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",t.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(G1||(G1={}));var ie;(function(t){t.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",t.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",t.HTML_EXPORT_USER="HTML_EXPORT_USER",t.PDF_EXPORT_USER="PDF_EXPORT_USER",t.SAVED_SEARCH_USER="SAVED_SEARCH_USER",t.COLLECTION_USER="COLLECTION_USER",t.OFFLINE_USER="OFFLINE_USER",t.ANALYTICS_USER="ANALYTICS_USER",t.BETA_USER="BETA_USER",t.DEBUG_USER="DEBUG_USER",t.PRINT_USER="PRINT_USER",t.RATING_USER="RATING_USER",t.FEEDBACK_USER="FEEDBACK_USER",t.GENERATIVE_AI_USER="GENERATIVE_AI_USER",t.GENERATIVE_AI_EXPORT_USER="GENERATIVE_AI_EXPORT_USER",t.CONTENT_PUBLISHER="CONTENT_PUBLISHER",t.BEHAVIOR_DATA_USER="BEHAVIOR_DATA_USER",t.ANNOUNCEMENT_ADMIN="ANNOUNCEMENT_ADMIN",t.KHUB_ADMIN="KHUB_ADMIN",t.USERS_ADMIN="USERS_ADMIN",t.PORTAL_ADMIN="PORTAL_ADMIN",t.ADMIN="ADMIN"})(ie||(ie={}));var Ie;(function(t){t.SEARCHES="SEARCHES",t.BOOKMARKS="BOOKMARKS",t.BOOKS="BOOKS",t.COLLECTIONS="COLLECTIONS"})(Ie||(Ie={}));var W1;(function(t){t.UNAUTHENTICATED="UNAUTHENTICATED",t.USER_INCOMPLETE="USER_INCOMPLETE",t.MFA_REQUIRED="MFA_REQUIRED",t.AUTHENTICATED="AUTHENTICATED"})(W1||(W1={}));var Z1;(function(t){t.UNREACHABLE="UNREACHABLE",t.UNAUTHORIZED="UNAUTHORIZED",t.FORBIDDEN="FORBIDDEN",t.INCOMPATIBLE="INCOMPATIBLE",t.FAILED="FAILED",t.OK="OK"})(Z1||(Z1={}));var q1;(function(t){t.VALID="VALID",t.INVALID="INVALID"})(q1||(q1={}));var Y1;(function(t){t.INACCURATE="INACCURATE",t.INCOMPLETE="INCOMPLETE",t.OFF_TOPIC="OFF_TOPIC",t.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",t.SUMMARY="SUMMARY",t.SEMANTIC_SEARCH="SEMANTIC_SEARCH",t.CHATBOT_INSTRUCTIONS="CHATBOT_INSTRUCTIONS",t.DOCUMENTATION="DOCUMENTATION",t.OTHER="OTHER"})(Y1||(Y1={}));var X1;(function(t){t.INACCURATE="INACCURATE",t.INCOMPLETE="INCOMPLETE",t.OFF_TOPIC="OFF_TOPIC",t.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",t.SLOW="SLOW",t.OTHER="OTHER"})(X1||(X1={}));var J1;(function(t){t.JSON="JSON",t.TEXT="TEXT"})(J1||(J1={}));var Q1;(function(t){t.JSON="JSON",t.TEXT="TEXT"})(Q1||(Q1={}));var e2;(function(t){t.TEXT="TEXT",t.HTML="HTML"})(e2||(e2={}));var t2;(function(t){t.IN_PROGRESS="IN_PROGRESS",t.ERROR="ERROR",t.DONE="DONE"})(t2||(t2={}));var r2;(function(t){t.HTML="HTML",t.MARKDOWN="MARKDOWN"})(r2||(r2={}));var o2;(function(t){t.SOURCES="SOURCES",t.ENRICH_AND_CLEAN="ENRICH_AND_CLEAN",t.VOCABULARIES="VOCABULARIES",t.METADATA="METADATA",t.PRETTY_URL="PRETTY_URL",t.ACCESS_RULE="ACCESS_RULE",t.DESIGNED_PAGES="DESIGNED_PAGES",t.THEME_STUDIO="THEME_STUDIO",t.PORTAL_GENERAL="PORTAL_GENERAL",t.ASSETS="ASSETS",t.CODE_LIBRARY="CODE_LIBRARY",t.THEME="THEME",t.CONTENT_STYLES="CONTENT_STYLES",t.HOMEPAGE="HOMEPAGE",t.CLASSIC_SEARCH_PAGE="CLASSIC_SEARCH_PAGE",t.CLASSIC_READER_PAGE="CLASSIC_READER_PAGE",t.PORTAL_METADATA="PORTAL_METADATA",t.LANGUAGES="LANGUAGES",t.PRINT_TEMPLATES="PRINT_TEMPLATES",t.OFFLINE="OFFLINE",t.CUSTOM_JS="CUSTOM_JS",t.CONFIDENTIALITY="CONFIDENTIALITY",t.NOTIFICATIONS="NOTIFICATIONS"})(o2||(o2={}));var n2;(function(t){t.MAP="MAP",t.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT"})(n2||(n2={}));var qf={[ie.PERSONAL_BOOK_SHARE_USER]:[ie.PERSONAL_BOOK_USER],[ie.HTML_EXPORT_USER]:[ie.PERSONAL_BOOK_USER],[ie.PDF_EXPORT_USER]:[ie.PERSONAL_BOOK_USER],[ie.KHUB_ADMIN]:[ie.CONTENT_PUBLISHER],[ie.ADMIN]:[ie.KHUB_ADMIN,ie.USERS_ADMIN,ie.PORTAL_ADMIN,ie.BEHAVIOR_DATA_USER],[ie.GENERATIVE_AI_EXPORT_USER]:[ie.GENERATIVE_AI_USER]};function a2(t,e){return t===e||(qf[t]??[]).some(r=>a2(r,e))}function i2(t,e){return t==null?!1:(Array.isArray(t)?t:Array.isArray(t.roles)?t.roles:Array.isArray(t.profile?.roles)?t.profile.roles:[]).some(o=>a2(o,e))}function Yf(t){return`"${t}"`}function s2(t){return t.startsWith('"')&&t.endsWith('"')?t.replace(/(^"+)|("+$)/g,""):t}function Xf(t,e){return new Sr(t).serialize(e)}var G;(function(t){t.LOCALE="content-lang",t.QUERY="query",t.SCOPE="scope",t.FILTERS="filters",t.VIRTUAL_FIELD="virtual-field",t.PERIOD="period",t.VALUE_FILTERS="value-filters",t.NEGATIVE_VALUE_FILTERS="negative-value-filters",t.DATE_FILTERS="date-filters",t.RANGE_FILTERS="range-filters",t.SORT="sort",t.PER_PAGE="per-page",t.KEYWORD_MATCH="keyword-match"})(G||(G={}));var Jf=new Set(Object.values(G));function c2(t){return Jf.has(t)}var Sr=class{constructor(e,r=20,o=!1,a="en-US"){this.baseUrl=e,this.defaultPerPage=r,this.allLanguagesAllowed=o,this.defaultContentLocale=a,this.scopeMapping={documents:"DOCUMENTS",topics:"ALL_TOPICS"},this.filtersEscapeMapping=[["*","\\*","[ft-escaped-star-character]"],["~","\\\\~","[ft-escaped-tilde-character]"],["_","\\\\\\\\_","[ft-escaped-underscore-character]"]]}serialize(e,r){return this.serializeToCurrentPageIfPossible(e,r??"/search")}serializeToCurrentPageIfPossible(e,r){let o=r==null||r.trim().length===0,a=new URL(o?window.location.href:`${this.baseUrl.replace(/\/+$/,"")}${r}`);return a.search=this.toURLSearchParams(e),a.toString()}toURLSearchParams(e,r=!1){var o,a,i,s,c,d,f,g,h,y,v,E,R;let A=new URLSearchParams;e.contentLocale?(!r||e.contentLocale!==this.defaultContentLocale)&&A.append(G.LOCALE,e.contentLocale):A.append(G.LOCALE,this.allLanguagesAllowed?"all":this.defaultContentLocale),((o=e.query)===null||o===void 0?void 0:o.length)>0&&A.append(G.QUERY,e.query);let _=T=>{var V,I;let H=((I=(V=T.valueFilter)===null||V===void 0?void 0:V.values)!==null&&I!==void 0?I:[]).map(Q=>this.escapeFilters(Q)).map(Q=>Yf(s2(Q))).join("_");return`${T.key}~${H}`},P=(i=(a=e.metadataFilters)===null||a===void 0?void 0:a.filter(T=>T.valueFilter&&!T.valueFilter.negative))!==null&&i!==void 0?i:[];P.length>0&&A.append(G.VALUE_FILTERS,P.map(_).join("*"));let x=(c=(s=e.metadataFilters)===null||s===void 0?void 0:s.filter(T=>T.valueFilter&&T.valueFilter.negative))!==null&&c!==void 0?c:[];x.length>0&&A.append(G.NEGATIVE_VALUE_FILTERS,x.map(_).join("*"));let S=(f=(d=e.metadataFilters)===null||d===void 0?void 0:d.filter(T=>T.dateFilter))!==null&&f!==void 0?f:[];if(S.length>0){let T=S.map(V=>{var I;return`${V.key}~${(I=V.dateFilter)===null||I===void 0?void 0:I.type.toLowerCase()}`}).join("*");A.append(G.DATE_FILTERS,T)}let C=(h=(g=e.metadataFilters)===null||g===void 0?void 0:g.filter(T=>T.rangeFilter))!==null&&h!==void 0?h:[];if(C.length>0){let T=C.map(V=>{var I,H;return`${V.key}~${(I=V.rangeFilter)===null||I===void 0?void 0:I.from}_${(H=V.rangeFilter)===null||H===void 0?void 0:H.to}`}).join("*");A.append(G.RANGE_FILTERS,T)}e.virtualField&&e.virtualField!=="EVERYWHERE"&&A.append(G.VIRTUAL_FIELD,e.virtualField.toLowerCase()),e.scope&&e.scope!=="DEFAULT"&&A.append(G.SCOPE,e.scope.toLowerCase()),e.sortId!=null&&A.append(G.SORT,e.sortId),!((y=e.paging)===null||y===void 0)&&y.perPage&&((E=(v=e.paging)===null||v===void 0?void 0:v.perPage)!==null&&E!==void 0?E:this.defaultPerPage)!=this.defaultPerPage&&A.append(G.PER_PAGE,String(e.paging.perPage)),e.keywordMatch!=null&&A.append(G.KEYWORD_MATCH,e.keywordMatch.toLowerCase());let k=(R=e.otherQueryParams)!==null&&R!==void 0?R:{};for(let T in k)A.append(T,k[T]);let D=new Array;return A.forEach((T,V)=>{D.push(this.encodeQueryString(V)+"="+this.encodeQueryString(T))}),encodeURI(D.join("&")).replace(/#/g,"%23")}encodeQueryString(e){return encodeURIComponent(e).replace(/%20/g,"+")}parse(e){var r;let o=e.split("?"),a=this.fromURLSearchParams(o.slice(1).join("?")),i=o[0].split("/search/")[1];return i==null?a:{...a,scope:(r=this.scopeMapping[i])!==null&&r!==void 0?r:a.scope}}fromURLSearchParams(e){var r,o,a,i,s,c;try{e=decodeURI(e).replace(/%23/g,"#")}catch(_){console.warn("Could not decode search request query params, fallback on raw value",_)}let d=new URLSearchParams(e),f=d.get(G.LOCALE)==="all"?void 0:d.get(G.LOCALE),g=((r=d.get(G.VIRTUAL_FIELD))!==null&&r!==void 0?r:"EVERYWHERE").toUpperCase(),h=(o=d.get(G.SORT))===null||o===void 0?void 0:o.toLowerCase(),y=(a=d.get(G.SCOPE))!==null&&a!==void 0?a:"default",v=+((i=d.get(G.PER_PAGE))!==null&&i!==void 0?i:this.defaultPerPage),E=d.get(G.KEYWORD_MATCH),R=E?E.toUpperCase()===vr.MANDATORY?vr.MANDATORY:vr.OPTIONAL:void 0,A={};for(let _ of d.keys())c2(_)||(A[_]=d.get(_));return{contentLocale:f??(this.allLanguagesAllowed?void 0:this.defaultContentLocale),query:(s=d.get(G.QUERY))!==null&&s!==void 0?s:"",scope:(c=this.scopeMapping[y])!==null&&c!==void 0?c:"DEFAULT",virtualField:j1(g)?g:"EVERYWHERE",sortId:h,metadataFilters:this.parseCompatFilters(d),facets:[],paging:{page:1,perPage:It(1,isNaN(v)?this.defaultPerPage:v,1e3)},keywordMatch:R,otherQueryParams:A}}parseCompatFilters(e){var r,o,a,i,s,c,d;let f=[];return e.has(G.FILTERS)&&(f=this.parseValueFilters((r=e.get(G.FILTERS))!==null&&r!==void 0?r:"")),(o=e.has(G.PERIOD))!==null&&o!==void 0&&o&&(f=[...f,...this.parseLegacyPeriodFilter(((a=e.get(G.PERIOD))!==null&&a!==void 0?a:"").toUpperCase())]),[...f,...this.parseValueFilters((i=e.get(G.VALUE_FILTERS))!==null&&i!==void 0?i:""),...this.parseValueFilters((s=e.get(G.NEGATIVE_VALUE_FILTERS))!==null&&s!==void 0?s:"",!0),...this.parseDateFilters((c=e.get(G.DATE_FILTERS))!==null&&c!==void 0?c:""),...this.parseRangeFilters((d=e.get(G.RANGE_FILTERS))!==null&&d!==void 0?d:"")]}splitUnknownFilter(e){return this.superEscapeFilters(e).split("*").map(r=>r.split("~"))}parseValueFilters(e,r=!1){return e.length===0?[]:this.splitUnknownFilter(e).map(o=>({key:o[0],valueFilter:{values:o[1].split("_").map(s2).map(a=>this.unescapeFilterValue(a)),negative:r}}))}parseDateFilters(e){return e.length===0?[]:this.splitUnknownFilter(e).map(r=>({key:r[0],dateFilter:{type:xr[r[1].toUpperCase()]}}))}parseRangeFilters(e){return e.length===0?[]:this.splitUnknownFilter(e).map(r=>({key:r[0],rangeFilter:{from:r[1].split("_")[0],to:r[1].split("_")[1]}}))}escapeFilters(e){for(let[r,o,a]of this.filtersEscapeMapping)e=e.replaceAll(r,o);return e}superEscapeFilters(e){for(let[r,o,a]of this.filtersEscapeMapping)e=e.replaceAll(o,a);return e}unescapeFilterValue(e){for(let[r,o,a]of this.filtersEscapeMapping)e=e.replaceAll(a,r);return e}parseLegacyPeriodFilter(e){if(K1(e))return[{key:"ft:lastEdition",dateFilter:{type:xr[e]}}];if(e.startsWith("CUSTOM_")){let[r,o,a]=e.split("_");return[{key:"ft:lastEdition",rangeFilter:{from:o,to:a}}]}return[]}static clearSearchParamsInUrl(e){let r=new URL(e);return[G.LOCALE,G.FILTERS,G.VALUE_FILTERS,G.NEGATIVE_VALUE_FILTERS,G.DATE_FILTERS,G.RANGE_FILTERS].forEach(a=>{r.searchParams.delete(a)}),r.toString()}static updateLocaleParamInUrl(e,r){let o=new URL(e);return o.searchParams.delete(G.LOCALE),r!==void 0&&o.searchParams.append(G.LOCALE,r),o.toString()}};var cs={};j(cs,{toFtFormComponent:()=>ss});var is=Symbol("elementInternals"),ss=ue(Symbol("toFtFormComponent"),function(t){class e extends t{static get formAssociated(){return!0}get form(){return this[is].form}constructor(...o){super(o),this[is]=this.attachInternals()}setFormValue(o){this[is].setFormValue(o)}}return e});var ls={};j(ls,{DateFormatter:()=>jt});var jt=class{static format(e,r,o,a,i){return window.moment?window.moment(e).locale(r).format(this.getMomentDateFormat(o,a,!!i)):this.getIntlDateTime(e,r,o,a,!!i)}static getMomentDateFormat(e,r,o){return o?"LT":e?r?"lll":"ll":r?"L LT":"L"}static getIntlDateTime(e,r,o,a,i){let s=typeof e=="string"?new Date(e):e,c=new Intl.DateTimeFormat(r,{dateStyle:o?"medium":"short"}).format(s),d=new Intl.DateTimeFormat(r,{timeStyle:"short"}).format(s);return i?d:a?`${c} ${d}`:c}static getTimezoneAsString(){let e=o=>String(Math.floor(o)).padStart(2,"0"),r=new Date().getTimezoneOffset();return`${r<0?"+":"-"}${e(Math.abs(r)/60)}:${e(Math.abs(r)%60)}`}};var us={};j(us,{ALL_KEYS_VALUE:()=>ds,SameWindowStorageEvent:()=>Cr});var ds="__all__",Cr=class extends CustomEvent{constructor(e,r,o){super("same-window-storage",{detail:{key:e,oldValue:r,newValue:o}})}keyMatch(e){return this.detail.key.includes(e)||this.detail.key==ds}};Storage.prototype.setItem=new Proxy(Storage.prototype.setItem,{apply(t,e,r){let o=e.getItem(r[0]);Reflect.apply(t,e,r),window.dispatchEvent(new Cr(r[0],o,r[1]))}});Storage.prototype.removeItem=new Proxy(Storage.prototype.removeItem,{apply(t,e,r){let o=e.getItem(r[0]);Reflect.apply(t,e,r),window.dispatchEvent(new Cr(r[0],o))}});Storage.prototype.clear=new Proxy(Storage.prototype.clear,{apply(t,e,r){Reflect.apply(t,e,r),window.dispatchEvent(new Cr(ds))}});var ps={};j(ps,{FocusMainContentEvent:()=>fs});var fs=class extends Event{constructor(){super("ft-focus-main-content",{composed:!0,bubbles:!0})}};var l2={};window.FluidTopicsA11yHints={isKeyboardNavigation:!1,lastPressedKey:""};function Qf(t){(t.key==="Enter"||t.key===" "||t.key==="Tab")&&(window.FluidTopicsA11yHints.isKeyboardNavigation=!0),window.FluidTopicsA11yHints.lastPressedKey=t.key}function ep(t){window.FluidTopicsA11yHints.isKeyboardNavigation=t.detail==0}document.addEventListener("keydown",Qf);document.addEventListener("click",ep);var d2=$`
|
|
48
48
|
.sr-only {
|
|
49
49
|
position:absolute;
|
|
50
50
|
left:-10000px;
|
|
@@ -68,21 +68,21 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:n.extend("--ftds-con
|
|
|
68
68
|
width:auto;
|
|
69
69
|
height:auto;
|
|
70
70
|
}
|
|
71
|
-
`;var
|
|
71
|
+
`;var hs={};j(hs,{withAriaNotification:()=>rp});var tp={checkVisibility:!0},rp=ue(Symbol("withAriaNotification"),function(t){class e extends t{sendAriaNotification(o,a){let{checkVisibility:i}={...tp,...a};setTimeout(()=>{(!i||this.checkVisibility())&&(o=typeof o=="string"?o:o?.message,o&&this.dispatchEvent(new eo({type:"aria",message:o})))},20)}}return e});var ms={};j(ms,{withConditionalVisibility:()=>op});var u2=function(t,e,r,o){var a=arguments.length,i=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i};function op(t){class e extends t{constructor(){super(...arguments),this.forceVisible=!1,this.isVisible=!0,this.isElementWithConditionalVisibility=!0}calculateStyles(o,a){if(o){let i=document.createElement("style");i.classList.add("conditional-visibility-style"),i.innerHTML=a,this.shadowRoot.append(i)}}hideIfNecessary(){let o=!(this.forceVisible||this.isVisible);this.calculateStyles(o,":host { display: none !important; }")}highlightIfForceVisible(){this.calculateStyles(this.forceVisible,":host { box-shadow: 0px 0px 0px 8px rgba(227,119,59,0.4) inset; }")}willUpdate(o){super.willUpdate(o),this.updateComplete.then(()=>{this.shadowRoot.querySelectorAll(".conditional-visibility-style").forEach(a=>a.remove()),this.hideIfNecessary(),this.highlightIfForceVisible()})}}return u2([L({type:Boolean,attribute:!1})],e.prototype,"forceVisible",void 0),u2([Y()],e.prototype,"isVisible",void 0),e}var ys={};j(ys,{FormController:()=>gs});function np(t){let e={};for(let r of Object.keys(t))e[r]=t[r].initial;return e}var gs=class{constructor(e,r){this.host=e,this.config=r,this.errors=new Map,this.submitting=!1,e.addController(this),this.initial=np(r),this.data={...this.initial}}hostDisconnected(){this.submitting=!1}get values(){return this.data}get fields(){return Object.keys(this.config)}get isSubmitting(){return this.submitting}get inError(){return this.errors.size>0}value(e){return this.data[e]}hasError(e){return this.errors.has(e)}errorFor(e){return this.errors.get(e)}setValue(e,r){if(this.data[e]===r)return;let o={...this.data};o[e]=r,this.data=o,this.checkValidity()}bind(e){return r=>this.setValue(e,r.detail)}setInitialValues(e){this.initial={...e},this.reset()}reset(){this.data={...this.initial},this.errors.clear(),this.submitting=!1,this.host.requestUpdate()}validateField(e,r){var o,a;let i=(a=(o=this.config[e]).validator)===null||a===void 0?void 0:a.call(o,this.value(e),this.data,r);i!==void 0&&this.errors.set(e,i)}checkValidity(e){return this.errors.clear(),this.fields.forEach(r=>{this.validateField(r,e)}),this.host.requestUpdate(),!this.inError}get firstFieldSelectorInError(){for(let e of this.fields){let r=this.config[e].selector;if(this.errors.has(e)&&r!==void 0)return r}}focusFirstFieldInError(){let e=this.firstFieldSelectorInError;if(e===void 0)return;let r=this.host.renderRoot.querySelector(e);r instanceof HTMLElement&&r.focus()}async submit(e){var r,o,a;if(!this.submitting){this.submitting=!0,this.host.requestUpdate();try{if(!this.checkValidity()){this.focusFirstFieldInError(),(r=e.onInvalid)===null||r===void 0||r.call(e);return}e.onSuccess(await e.request(this.data))}catch(i){let s=V1(i)?i:void 0;if(!this.checkValidity(s)){this.focusFirstFieldInError(),(o=e.onInvalid)===null||o===void 0||o.call(e);return}(a=e.onFailure)===null||a===void 0||a.call(e,s)}finally{this.submitting=!1,this.host.requestUpdate()}}}};function bs(t,e){return e.map(r=>r(t)).filter(r=>r!==!0).map(r=>r)}function St(t,e,r){return t?e(t):r?.(t)}var pe=function(t,e,r,o){var a=arguments.length,i=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},Kt;(function(t){t.blur="blur",t.blurWithStatusResolutionOnInput="blurWithStatusResolutionOnInput",t.input="input"})(Kt||(Kt={}));var Zt;(function(t){t.default="default",t.warning="warning",t.error="error"})(Zt||(Zt={}));var vs=class extends CustomEvent{constructor(e){super("input-validated",{detail:{level:e}})}},ab=ue(Symbol("toFtInput"),function(t){class e extends t{constructor(){super(...arguments),this.warningRules=[],this.errorRules=[],this.validateOn=Kt.input,this.validateAtRender=!1,this.label="",this.hideLabel=!1,this.name="",this.disabled=!1,this.errorMessages=[],this.warningMessages=[],this.status=Zt.default,this.focused=!1,this.additionalWarningRules=[],this.additionalErrorRules=[]}connectedCallback(){super.connectedCallback(),this.validateAtRender&&this.triggerValidation()}onBlur(){this.focused=!1,(this.validateOn===Kt.blur||this.validateOn===Kt.blurWithStatusResolutionOnInput)&&this.triggerValidation()}onFocus(){this.focused=!0}onInput(){(this.status!==Zt.default&&this.validateOn===Kt.blurWithStatusResolutionOnInput||this.validateOn===Kt.input)&&this.triggerValidation()}triggerValidation(){this.errorMessages=bs(this.value,[...this.errorRules,...this.additionalErrorRules]),this.warningMessages=bs(this.value,[...this.warningRules,...this.additionalWarningRules]),this.status=this.resolveStatus(),this.dispatchEvent(new vs(this.status))}get messagesForScreenReaderElementId(){return"sr-helper-text-list"}renderMessagesForScreenReader(){return F`
|
|
72
72
|
<ul aria-live="polite" id="${this.messagesForScreenReaderElementId}"
|
|
73
73
|
style="position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden;list-style:none;">
|
|
74
|
-
${
|
|
74
|
+
${Tt(this.errorMessages,o=>F`
|
|
75
75
|
<li>${o}</li>
|
|
76
76
|
`)}
|
|
77
|
-
${
|
|
77
|
+
${Tt(this.warningMessages,o=>F`
|
|
78
78
|
<li>${o}</li>
|
|
79
79
|
`)}
|
|
80
|
-
${
|
|
80
|
+
${St(!this.errorMessages.length&&!this.warningMessages.length&&this.helperText,()=>F`
|
|
81
81
|
<li>${this.helperText}</li>
|
|
82
82
|
`)}
|
|
83
83
|
</ul>
|
|
84
|
-
`}resolveStatus(){return this.forceStatus?this.forceStatus:this.errorMessages.length?
|
|
85
|
-
${e?
|
|
84
|
+
`}resolveStatus(){return this.forceStatus?this.forceStatus:this.errorMessages.length?Zt.error:this.warningMessages.length?Zt.warning:Zt.default}}return pe([L()],e.prototype,"warningRules",void 0),pe([L()],e.prototype,"errorRules",void 0),pe([L()],e.prototype,"validateOn",void 0),pe([L({type:Boolean})],e.prototype,"validateAtRender",void 0),pe([L()],e.prototype,"label",void 0),pe([L({type:Boolean})],e.prototype,"hideLabel",void 0),pe([L()],e.prototype,"name",void 0),pe([L({type:Boolean})],e.prototype,"disabled",void 0),pe([L()],e.prototype,"helperText",void 0),pe([L()],e.prototype,"forceStatus",void 0),pe([L({reflect:!0})],e.prototype,"value",void 0),pe([Y()],e.prototype,"errorMessages",void 0),pe([Y()],e.prototype,"warningMessages",void 0),pe([Y()],e.prototype,"status",void 0),pe([Y()],e.prototype,"focused",void 0),pe([Y()],e.prototype,"additionalWarningRules",void 0),pe([Y()],e.prototype,"additionalErrorRules",void 0),e});var Co=(t,e)=>{let r=t._$AN;if(r===void 0)return!1;for(let o of r)o._$AO?.(e,!1),Co(o,e);return!0},Tn=t=>{let e,r;do{if((e=t._$AM)===void 0)break;r=e._$AN,r.delete(t),t=e}while(r?.size===0)},f2=t=>{for(let e;e=t._$AM;t=e){let r=e._$AN;if(r===void 0)e._$AN=r=new Set;else if(r.has(t))break;r.add(t),sp(e)}};function ap(t){this._$AN!==void 0?(Tn(this),this._$AM=t,f2(this)):this._$AM=t}function ip(t,e=!1,r=0){let o=this._$AH,a=this._$AN;if(a!==void 0&&a.size!==0)if(e)if(Array.isArray(o))for(let i=r;i<o.length;i++)Co(o[i],!1),Tn(o[i]);else o!=null&&(Co(o,!1),Tn(o));else Co(this,t)}var sp=t=>{t.type==Ze.CHILD&&(t._$AP??=ip,t._$AQ??=ap)},Er=class extends Te{constructor(){super(...arguments),this._$AN=void 0}_$AT(e,r,o){super._$AT(e,r,o),f2(this),this.isConnected=e._$AU}_$AO(e,r=!0){e!==this.isConnected&&(this.isConnected=e,e?this.reconnected?.():this.disconnected?.()),r&&(Co(this,e),Tn(this))}setValue(e){if($c(this._$Ct))this._$Ct._$AI(e,this);else{let r=[...this._$Ct._$AH];r[this._$Ci]=e,this._$Ct._$AI(r,this,0)}}disconnected(){}reconnected(){}};var xs=class extends Er{get element(){var e;return(e=this.part)===null||e===void 0?void 0:e.element}constructor(e){super(e),this.onFirstTrapFocus=async r=>{if(!this.element||!r.relatedTarget)return;let o=r.relatedTarget;this.isInsideElement(o,this.element)?await this.focusLastDescendant(this.element):await this.focusFirstDescendant(this.element)},this.onLastTrapFocus=async r=>{if(!this.element||!r.relatedTarget)return;let o=r.relatedTarget;this.isInsideElement(o,this.element)?await this.focusFirstDescendant(this.element):await this.focusLastDescendant(this.element)}}render(){return se}update(e){return this.part=e,this.ensureFocusTrap(e.element),se}reconnected(){var e;this.ensureFocusTrap((e=this.part)===null||e===void 0?void 0:e.element)}disconnected(){this.removeFocusTrap()}ensureFocusTrap(e){var r,o;this.isElementTrappable(e)&&(((r=this.firstTrap)===null||r===void 0?void 0:r.parentElement)===e&&((o=this.lastTrap)===null||o===void 0?void 0:o.parentElement)===e||(this.removeFocusTrap(),this.createFocusTrap(e)))}removeFocusTrap(){var e,r,o,a;(e=this.firstTrap)===null||e===void 0||e.removeEventListener("focus",this.onFirstTrapFocus),(r=this.lastTrap)===null||r===void 0||r.removeEventListener("focus",this.onLastTrapFocus),(o=this.firstTrap)===null||o===void 0||o.remove(),(a=this.lastTrap)===null||a===void 0||a.remove(),this.firstTrap=void 0,this.lastTrap=void 0}isElementTrappable(e){return!!e&&e instanceof HTMLElement&&e.childElementCount>0}createFocusTrap(e){this.firstTrap=this.createTrap(),this.lastTrap=this.createTrap(),e.insertBefore(this.firstTrap,e.firstChild),e.appendChild(this.lastTrap),this.lastTrap.addEventListener("focus",this.onLastTrapFocus),this.firstTrap.addEventListener("focus",this.onFirstTrapFocus)}createTrap(){let e=document.createElement("div");return e.tabIndex=0,e}getChildren(e){return e instanceof HTMLSlotElement?e.assignedElements():e.shadowRoot?e.shadowRoot.children:e.children}async focusFirstDescendant(e){await this.updateCompleteIfNecessary(e);let r=this.getChildren(e);for(let o=0;o<r.length;o++){let a=r[o];if(a instanceof HTMLElement&&(this.attemptFocus(a)||await this.focusFirstDescendant(a)))return!0}return!1}async focusLastDescendant(e){await this.updateCompleteIfNecessary(e);let r=this.getChildren(e);for(let o=r.length-1;o>=0;o--){let a=r[o];if(a instanceof HTMLElement&&(this.attemptFocus(a)||await this.focusLastDescendant(a)))return!0}return!1}async updateCompleteIfNecessary(e){e instanceof Ne&&await e.updateComplete}isInsideElement(e,r){for(let o=e;o;o=o.parentNode){if(o===r)return!0;o instanceof ShadowRoot?o=o.host:o.assignedSlot&&(o=o.assignedSlot)}return!1}attemptFocus(e){return e===this.firstTrap||e===this.lastTrap||!this.isFocusable(e)?!1:(e.focus(),!0)}isFocusable(e){return!e.checkVisibility()||this.isElementDisabled(e)?!1:e instanceof HTMLAnchorElement?!!e.href&&e.rel!=="ignore":e instanceof HTMLInputElement?e.type!=="hidden":e.tabIndex>=0}isElementDisabled(e){return"disabled"in e&&!!e.disabled}},Eb=Ae(xs);var p2;(function(t){t.sm="sm",t.md="md",t.lg="lg",t.xl="xl"})(p2||(p2={}));var cp={sm:640,md:768,lg:1024,xl:1280},Ss=class extends Er{constructor(e){super(e),this.size=0,this.onResize=()=>{let r=window.innerWidth;this.size!==r&&(this.size=r,this.lastArgs&&this.setValue(this.render(...this.lastArgs)))},this.size=window.innerWidth,window.addEventListener("resize",this.onResize)}disconnected(){window.removeEventListener("resize",this.onResize)}reconnected(){window.addEventListener("resize",this.onResize)}update(e,[r,o,a]){return this.lastArgs=[r,o,a],this.render(r,o,a)}render(e,r,o){let a=this.resolveThreshold(e),i=o??(()=>K);return this.size>a?r():i()}resolveThreshold(e){return typeof e=="number"?e:cp[e]}},wb=Ae(Ss);var Cs,Es,Ls,As,Os=navigator.vendor&&!!navigator.vendor.match(/apple/i)||((Ls=(Es=(Cs=window.safari)===null||Cs===void 0?void 0:Cs.pushNotification)===null||Es===void 0?void 0:Es.toString())!==null&&Ls!==void 0?Ls:"")==="[object SafariRemoteNotification]",lp="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;window.ftGlobals=(As=window.ftGlobals)!==null&&As!==void 0?As:{lit:xa,litDecorators:Ca,litRepeat:Ea,litClassMap:La,litStyleMap:Aa,litUnsafeHTML:wa,wcUtils:{...Da,..._a,...Ha,...ls,...Ga,...Na,...si,...Pa,...Si,...ps,...l2,...os,...Ci,...ii,...Ri,...cs,...Oi,...hs,...ms,...Tl,...ka,...Mi,...ci,...ki,...d2,...Il,...Ii,...es,...us,...Ei,...Ai,...as,...Fa,...ys,isSafari:Os,isTouchScreen:lp,setVariable:O}};var Eo=t=>t??K;function dp(t,e){let r=en[t];return $`
|
|
85
|
+
${e?mt(e):$`.ftds-typography--${mt(t)}`} {
|
|
86
86
|
font-family: ${r.fontFamily};
|
|
87
87
|
font-size: ${r.fontSize};
|
|
88
88
|
font-weight: ${r.fontWeight};
|
|
@@ -91,15 +91,15 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:n.extend("--ftds-con
|
|
|
91
91
|
text-decoration: ${r.textDecoration};
|
|
92
92
|
text-transform: ${r.textCase};
|
|
93
93
|
}
|
|
94
|
-
`}var
|
|
95
|
-
<${
|
|
94
|
+
`}var h2=[Object.keys(en).map(t=>dp(t))];var le;(function(t){t.display="display",t.title1="title-1",t.title2="title-2",t.title3="title-3",t.body1regular="body-1-regular",t.body1medium="body-1-medium",t.body1semibold="body-1-semibold",t.body2regular="body-2-regular",t.body2medium="body-2-medium",t.body2semibold="body-2-semibold",t.caption1medium="caption-1-medium",t.caption1semibold="caption-1-semibold",t.caption2medium="caption-2-medium",t.caption2semibold="caption-2-semibold",t.caption2bold="caption-2-bold"})(le||(le={}));var g2=Symbol.for(""),up=t=>{if(t?.r===g2)return t?._$litStatic$},Lr=t=>({_$litStatic$:t,r:g2});var m2=new Map,ws=t=>(e,...r)=>{let o=r.length,a,i,s=[],c=[],d,f=0,g=!1;for(;f<o;){for(d=e[f];f<o&&(i=r[f],(a=up(i))!==void 0);)d+=a+e[++f],g=!0;f!==o&&c.push(i),s.push(d),f++}if(f===o&&s.push(e[o]),g){let h=s.join("$$lit$$");(e=m2.get(h))===void 0&&(s.raw=s,m2.set(h,e=s)),r=c}return t(e,...r)},Ar=ws(F),jv=ws(ma),Kv=ws(ga);var y2=function(t,e,r,o){var a=arguments.length,i=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},Be=class extends Z{constructor(){super(...arguments),this.variant=le.body2medium}render(){return this.element?Ar`
|
|
95
|
+
<${Lr(this.element)}
|
|
96
96
|
part="text"
|
|
97
97
|
class="ftds-typography ftds-typography--${this.variant}">
|
|
98
98
|
<slot></slot>
|
|
99
|
-
</${
|
|
100
|
-
`:
|
|
99
|
+
</${Lr(this.element)}>
|
|
100
|
+
`:Ar`
|
|
101
101
|
<slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
|
|
102
|
-
`}};
|
|
102
|
+
`}};Be.styles=[...h2];y2([L()],Be.prototype,"element",void 0);y2([L()],Be.prototype,"variant",void 0);var b2={"ftds-typography":Be};ee(b2);var et={size:n.create("--ftds-icon-font-size","","SIZE","24px")},v2=[$`
|
|
103
103
|
:host {
|
|
104
104
|
display: inline-flex;
|
|
105
105
|
}
|
|
@@ -116,10 +116,10 @@ Also for action icons.`,l.colorGray200),contentGlobalSubtle:n.extend("--ftds-con
|
|
|
116
116
|
.ftds-icon--monospace svg {
|
|
117
117
|
width: ${et.size};
|
|
118
118
|
}
|
|
119
|
-
`,yo];var p;(function(t){t.regular="regular",t.solid="solid",t.custom="custom"})(p||(p={}));var i2=[{prefix:"far",iconName:"lock-keyhole",icon:[384,512,["lock-alt"],"f30d","M192 16c44.2 0 80 35.8 80 80l0 64-160 0 0-64c0-44.2 35.8-80 80-80zM64 96l0 64c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64l0-64c0-70.7-57.3-128-128-128S64 25.3 64 96zM272 208l48 0 0 0c8.8 0 16 7.2 16 16l0 224c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16l0-224c0-8.8 7.2-16 16-16l0 0 48 0 0 0 160 0 0 0zm-56 88c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 80c0 13.3 10.7 24 24 24s24-10.7 24-24l0-80z"]},{prefix:"far",iconName:"link-simple-slash",icon:[576,512,[],"e1ce","M41-24.9c-9.4-9.4-24.6-9.4-33.9 0S-2.3-.3 7 9.1l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-83.9-83.9C539.7 385.4 576 324.9 576 256 576 150 490 64 384 64l-40 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l40 0c79.5 0 144 64.5 144 144 0 55.8-31.7 104.1-78.1 128.1L345.8 280 392 280c13.3 0 24-10.7 24-24s-10.7-24-24-24l-94.2 0-119.4-119.4c4.5-.4 9-.6 13.5-.6l40 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-40 0c-18.9 0-37.1 2.7-54.4 7.8L41-24.9zm46.3 182l-34-34C20.3 157.7 0 204.5 0 256 0 362 86 448 192 448l40 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-40 0c-79.5 0-144-64.5-144-144 0-38.3 14.9-73.1 39.3-98.9z"]},{prefix:"far",iconName:"table-layout",icon:[448,512,[],"e290","M384 80c8.8 0 16 7.2 16 16l0 64-352 0 0-64c0-8.8 7.2-16 16-16l320 0zM0 160L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96l0 64zM400 416c0 8.8-7.2 16-16 16l-224 0 0-224 240 0 0 208zM112 432l-48 0c-8.8 0-16-7.2-16-16l0-208 64 0 0 224z"]},{prefix:"far",iconName:"layer-group",icon:[512,512,[],"f5fd","M259.4 48.7L430.8 128 259.4 207.2c-2.1 1-4.6 1-6.7 0L81.2 128 252.6 48.7c2.1-1 4.6-1 6.7 0zM279.5 5.2c-14.9-6.9-32.1-6.9-47 0L13.9 106.2C5.4 110.1 0 118.6 0 128s5.4 17.9 13.9 21.8l218.6 101c14.9 6.9 32.1 6.9 47 0l218.6-101c8.5-3.9 13.9-12.4 13.9-21.8s-5.4-17.9-13.9-21.8L279.5 5.2zM48.1 218.4L13.9 234.2C5.4 238.1 0 246.6 0 256s5.4 17.9 13.9 21.8l218.6 101c14.9 6.9 32.1 6.9 47 0l218.6-101c8.5-3.9 13.9-12.4 13.9-21.8s-5.4-17.9-13.9-21.8l-34.1-15.8-57.2 26.4 24.1 11.1-171.4 79.2c-2.1 1-4.6 1-6.7 0L81.2 256 105.3 244.9 48.1 218.4zM13.9 362.2C5.4 366.1 0 374.6 0 384s5.4 17.9 13.9 21.8l218.6 101c14.9 6.9 32.1 6.9 47 0l218.6-101c8.5-3.9 13.9-12.4 13.9-21.8s-5.4-17.9-13.9-21.8l-34.1-15.8-57.2 26.4 24.1 11.1-171.4 79.2c-2.1 1-4.6 1-6.7 0l-171.4-79.2 24.1-11.1-57.2-26.4-34.1 15.8z"]},{prefix:"far",iconName:"circle-info",icon:[512,512,["info-circle"],"f05a","M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM216 336c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0-88c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l24 0 0 64-24 0zm40-144a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"]},{prefix:"far",iconName:"bars-progress",icon:[448,512,["tasks-alt"],"f828","M158.1 80l-110.1 0 0 96 14.1 0 96-96zm-28.1 96l110.1 0 0-96-14.1 0-96 96zM288 176l112 0 0-96-112 0 0 96zM0 80C0 53.5 21.5 32 48 32l352 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48L48 224c-26.5 0-48-21.5-48-48L0 80zM400 336l-240 0 0 96 240 0 0-96zM48 336l0 96 64 0 0-96-64 0zm0-48l352 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48L48 480c-26.5 0-48-21.5-48-48l0-96c0-26.5 21.5-48 48-48z"]},{prefix:"far",iconName:"code-compare",icon:[512,512,[],"e13a","M191 7c9.4-9.4 24.6-9.4 33.9 0l56 56c9.4 9.4 9.4 24.6 0 33.9l-56 56c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l15-15-46.1 0c-22.1 0-40 17.9-40 40l0 211.7c32.5 10.2 56 40.5 56 76.3 0 44.2-35.8 80-80 80s-80-35.8-80-80c0-35.8 23.5-66.1 56-76.3L72 144c0-48.6 39.4-88 88-88l46.1 0-15-15c-9.4-9.4-9.4-24.6 0-33.9zM384 80a32 32 0 1 0 64 0 32 32 0 1 0 -64 0zm8 76.3c-32.5-10.2-56-40.5-56-76.3 0-44.2 35.8-80 80-80s80 35.8 80 80c0 35.8-23.5 66.1-56 76.3L440 368c0 48.6-39.4 88-88 88l-46.1 0 15 15c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-56-56c-9.4-9.4-9.4-24.6 0-33.9l56-56c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-15 15 46.1 0c22.1 0 40-17.9 40-40l0-211.7zM64 432a32 32 0 1 0 64 0 32 32 0 1 0 -64 0z"]},{prefix:"far",iconName:"arrow-turn-right",icon:[512,512,[],"e635","M48 424c0 13.3-10.7 24-24 24S0 437.3 0 424l0-96c0-53 43-96 96-96l334.1 0-95-95c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L505 239c4.5 4.5 7 10.6 7 17s-2.5 12.5-7 17L369 409c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l95-95-334.1 0c-26.5 0-48 21.5-48 48l0 96z"]},{prefix:"far",iconName:"hourglass-end",icon:[384,512,[8987,"hourglass-3"],"f253","M0 24C0 10.7 10.7 0 24 0L360 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 19c0 40.3-16 79-44.5 107.5l-81.5 81.5 81.5 81.5C336 366 352 404.7 352 445l0 19 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 512c-13.3 0-24-10.7-24-24s10.7-24 24-24l8 0 0-19c0-40.3 16-79 44.5-107.5l81.5-81.5-81.5-81.5C48 146 32 107.3 32 67l0-19-8 0C10.7 48 0 37.3 0 24zM129.9 352l124.1 0-62.1-62.1-62.1 62.1zM90.2 400C83.6 413.9 80 429.3 80 445l0 19 224 0 0-19c0-15.7-3.6-31.1-10.2-45L90.2 400zM273.5 140.5C293 121 304 94.6 304 67l0-19-224 0 0 19c0 27.6 11 54 30.5 73.5l81.5 81.5 81.5-81.5z"]},{prefix:"far",iconName:"box-archive",icon:[512,512,["archive"],"f187","M464 80l0 64-416 0 0-64 416 0zM0 144c0 20.9 13.4 38.7 32 45.3L32 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-226.7c18.6-6.6 32-24.4 32-45.3l0-64c0-26.5-21.5-48-48-48L48 32C21.5 32 0 53.5 0 80l0 64zM80 416l0-224 352 0 0 224c0 8.8-7.2 16-16 16L96 432c-8.8 0-16-7.2-16-16zM184 240c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0z"]},{prefix:"far",iconName:"arrows-rotate",icon:[512,512,[128472,"refresh","sync"],"f021","M109 108.9c81.2-81.2 212.9-81.2 294.2 0l27.1 27.1-78.2 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l136.1 0c13.3 0 24-10.7 24-24l0-136c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 78.1-27.1-27.1c-100-100-262.1-100-362 0-43.2 43.2-67.8 98.1-73.6 154.5-1.4 13.2 8.2 25 21.4 26.3s25-8.2 26.3-21.4C54 188.6 73.9 144.1 109 108.9zM510.7 282.5c1.4-13.2-8.2-25-21.4-26.3s-25 8.2-26.3 21.4c-4.7 45.8-24.7 90.4-59.8 125.5-81.2 81.2-212.9 81.2-294.2 0l-27.1-27.1 78.2 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 328c-13.3 0-24 10.7-24 24L0 488c0 13.3 10.7 24 24 24s24-10.7 24-24l0-78.1 27.1 27.1c100 100 262.1 100 362 0 43.2-43.2 67.8-98.1 73.6-154.5z"]},{prefix:"far",iconName:"circle-dot",icon:[512,512,[128280,"dot-circle"],"f192","M256 512a256 256 0 1 1 0-512 256 256 0 1 1 0 512zm0-464a208 208 0 1 0 0 416 208 208 0 1 0 0-416zm0 304a96 96 0 1 1 0-192 96 96 0 1 1 0 192z"]},{prefix:"far",iconName:"angles-left",icon:[448,512,[171,"angle-double-left"],"f100","M15.5 239c-9.4 9.4-9.4 24.6 0 33.9l160 160c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-143-143 143-143c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L15.5 239zm352-160l-160 160c-9.4 9.4-9.4 24.6 0 33.9l160 160c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-143-143 143-143c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0z"]},{prefix:"far",iconName:"route",icon:[512,512,[],"f4d7","M438.6 155.7c-7.2 11.5-15 22.6-22.6 32.7-7.5-10.1-15.4-21.2-22.6-32.7-17.7-28.4-25.4-49.4-25.4-59.7 0-26.5 21.5-48 48-48s48 21.5 48 48c0 10.3-7.7 31.3-25.4 59.7zM427.4 251c25.4-29.9 84.6-104.8 84.6-155 0-53-43-96-96-96s-96 43-96 96c0 33.3 25.9 77.3 50.8 112L328 208c-48.6 0-88 39.4-88 88s39.4 88 88 88l96 0c22.1 0 40 17.9 40 40s-17.9 40-40 40l-246.2 0c-2.7 3.8-5.5 7.6-8.2 11.2-10.7 14.2-21.3 26.9-30 36.8L424 512c48.6 0 88-39.4 88-88s-39.4-88-88-88l-96 0c-22.1 0-40-17.9-40-40s17.9-40 40-40l84.9 0c5.1 1.1 10.7-.6 14.5-5zM118.9 408.4c-7.3 11-15.3 21.7-22.9 31.2-7.6-9.5-15.6-20.2-22.9-31.2-17.7-26.7-25.1-46.5-25.1-56.4 0-26.5 21.5-48 48-48s48 21.5 48 48c0 9.9-7.4 29.7-25.1 56.4zm19 55.6c25.9-33.1 54.1-77.3 54.1-112 0-53-43-96-96-96S0 299 0 352c0 50.5 59.8 121 85 148.4 6 6.5 16 6.5 21.9 0 .1-.1 .2-.2 .3-.3 .3-.3 .6-.7 .9-1 2.8-3.1 6-6.7 9.5-10.7 .1-.1 .1-.1 .2-.2 6.1-7 13-15.2 20-24.2z"]},{prefix:"far",iconName:"bars",icon:[448,512,["navicon"],"f0c9","M0 88C0 74.7 10.7 64 24 64l400 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 112C10.7 112 0 101.3 0 88zM0 256c0-13.3 10.7-24 24-24l400 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 280c-13.3 0-24-10.7-24-24zM448 424c0 13.3-10.7 24-24 24L24 448c-13.3 0-24-10.7-24-24s10.7-24 24-24l400 0c13.3 0 24 10.7 24 24z"]},{prefix:"far",iconName:"arrow-down",icon:[384,512,[8595],"f063","M175.5 505c9.4 9.4 24.6 9.4 33.9 0l168-168c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-127 127 0-406.1c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 406.1-127-127c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l168 168z"]},{prefix:"far",iconName:"lock-keyhole-open",icon:[576,512,["lock-open-alt"],"f3c2","M448 16c-44.2 0-80 35.8-80 80l0 64 48 0c35.3 0 64 28.7 64 64l0 224c0 35.3-28.7 64-64 64l-256 0c-35.3 0-64-28.7-64-64l0-224c0-35.3 28.7-64 64-64l160 0 0-64c0-70.7 57.3-128 128-128S576 25.3 576 96l0 40c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-40c0-44.2-35.8-80-80-80zM320 208l0 0-160 0c-8.8 0-16 7.2-16 16l0 224c0 8.8 7.2 16 16 16l256 0c8.8 0 16-7.2 16-16l0-224c0-8.8-7.2-16-16-16l-48 0 0 0-48 0zm8 152l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l80 0c13.3 0 24 10.7 24 24s-10.7 24-24 24z"]},{prefix:"far",iconName:"desktop",icon:[512,512,[61704,128421,"desktop-alt"],"f390","M448 80c8.8 0 16 7.2 16 16l0 176-416 0 0-176c0-8.8 7.2-16 16-16l384 0zm16 240l0 32c0 8.8-7.2 16-16 16L64 368c-8.8 0-16-7.2-16-16l0-32 416 0zM64 32C28.7 32 0 60.7 0 96L0 352c0 35.3 28.7 64 64 64l115.7 0-8 48-51.7 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l272 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-51.7 0-8-48 115.7 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 32zM220.3 464l8-48 55.3 0 8 48-71.3 0z"]},{prefix:"far",iconName:"angles-right",icon:[448,512,[187,"angle-double-right"],"f101","M81.5 433l160-160c9.4-9.4 9.4-24.6 0-33.9L81.5 79c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l143 143-143 143c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0zm192 0l160-160c9.4-9.4 9.4-24.6 0-33.9L273.5 79c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l143 143-143 143c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0z"]},{prefix:"far",iconName:"piggy-bank",icon:[576,512,[],"f4d3","M192 64a96 96 0 1 1 192 0 96 96 0 1 1 -192 0zM40 286.5c0-72.9 47-133.2 114.9-167.5 6.2 15 14.9 28.7 25.5 40.6-56.9 27.7-92.4 76.2-92.4 126.9 0 45.8 27.8 87.3 75.9 114.6 7.5 4.3 12.1 12.2 12.1 20.9l0 34c0 4.4 3.6 8 8 8l30.1 0c2.9 0 5.6-1.6 7-4.2l9.4-17.4c4.7-8.7 14.2-13.6 24-12.4 10.9 1.3 22.1 2 33.6 2s22.7-.7 33.6-2c9.8-1.2 19.3 3.8 24 12.4l9.4 17.4c1.4 2.6 4.1 4.2 7 4.2l30.1 0c4.4 0 8-3.6 8-8l0-34c0-8.6 4.6-16.6 12.1-20.9 13.6-7.7 25.6-16.6 35.8-26.5 4.5-4.3 10.4-6.7 16.6-6.7l63.4 0 0-96-21.5 0c-10.7 0-20.1-7.1-23.1-17.3-3-10.2-7.3-20.1-13-29.6-3.5-5.9-4.4-13-2.3-19.5l19.2-61.5-7.4 0c-18.2 0-34.7 6.7-47.4 17.8-7.6 6.6-18.5 7.8-27.3 3-3.2-1.7-6.4-3.4-9.7-5 12.9-14.4 22.9-31.5 29.1-50.3 16.6-8.6 35.4-13.5 55.3-13.5l18.2 0c27 0 46.2 26.2 38.2 51.9L517 210c2.4 4.6 4.5 9.2 6.5 14l4.5 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-54.1 0c-8 7-16.7 13.6-25.9 19.5l0 20.5c0 30.9-25.1 56-56 56l-30.1 0c-20.6 0-39.5-11.3-49.3-29.4l-1.8-3.4c-15 1-30.7 1-45.7 0l-1.8 3.4c-9.8 18.1-28.7 29.4-49.3 29.4L184 512c-30.9 0-56-25.1-56-56l0-20.5c-52.4-34-88-86.4-88-149zM424 272a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM216 192l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"]},{prefix:"far",iconName:"angle-up",icon:[384,512,[8963],"f106","M175.5 143c9.4-9.4 24.6-9.4 33.9 0l160 160c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-143-143-143 143c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l160-160z"]},{prefix:"far",iconName:"square",icon:[448,512,[61590,9724,9723,9632],"f0c8","M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"]},{prefix:"far",iconName:"pen-nib",icon:[512,512,[10001],"f5ad","M368.5 18.3c21.9-21.9 57.3-21.9 79.2 0l46.1 46.1c21.9 21.9 21.9 57.3 0 79.2l-71 71-10.4 10.4-40.7 149.1c-4.8 17.8-18.1 32-35.5 38.1L72 505c-18.5 6.5-39.1 1.8-52.9-12S.5 458.5 7 440L99.8 175.9c6.1-17.4 20.3-30.6 38.1-35.5l149.1-40.7 10.4-10.4 71-71zM296.9 146.8L150.6 186.7c-2.5 .7-4.6 2.6-5.4 5.1L65.6 418.2 163 320.7c-1.9-5.2-3-10.8-3-16.7 0-26.5 21.5-48 48-48s48 21.5 48 48-21.5 48-48 48c-5.9 0-11.5-1.1-16.7-3l-97.5 97.5 226.4-79.5c2.5-.9 4.4-2.9 5.1-5.4l39.9-146.4-68.3-68.3z"]},{prefix:"far",iconName:"arrow-up-right-from-square",icon:[512,512,["external-link"],"f08e","M288 24c0 13.3 10.7 24 24 24l118.1 0-231 231c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l231-231 0 118.1c0 13.3 10.7 24 24 24s24-10.7 24-24l0-176c0-13.3-10.7-24-24-24L312 0c-13.3 0-24 10.7-24 24zM80 96C35.8 96 0 131.8 0 176L0 432c0 44.2 35.8 80 80 80l256 0c44.2 0 80-35.8 80-80l0-88c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 88c0 17.7-14.3 32-32 32L80 464c-17.7 0-32-14.3-32-32l0-256c0-17.7 14.3-32 32-32l88 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L80 96z"]},{prefix:"far",iconName:"grid-2",icon:[448,512,[],"e196","M48 80l0 96 96 0 0-96-96 0zM0 80C0 53.5 21.5 32 48 32l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48L0 80zM48 336l0 96 96 0 0-96-96 0zM0 336c0-26.5 21.5-48 48-48l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-96zM400 80l-96 0 0 96 96 0 0-96zM304 32l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-96c0-26.5 21.5-48 48-48zm0 304l0 96 96 0 0-96-96 0zm-48 0c0-26.5 21.5-48 48-48l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-96z"]},{prefix:"far",iconName:"books",icon:[576,512,[128218],"f5db","M96.3 48l48 0c8.8 0 16 7.2 16 16l0 32-80 0 0-32c0-8.8 7.2-16 16-16zm-16 96l80 0 0 224-80 0 0-224zm128-78l0-2c0-35.3-28.7-64-64-64l-48 0c-35.3 0-64 28.7-64 64l0 384c0 35.3 28.7 64 64 64l48 0c15.1 0 29-5.3 40-14 11 8.8 24.9 14 40 14l48 0c35.3 0 64-28.7 64-64l0-164.4 48.6 181.2c9.1 34.1 44.2 54.4 78.4 45.3l46.4-12.4c34.1-9.1 54.4-44.2 45.3-78.4L455.4 48.3C446.3 14.2 411.2-6.1 377 3.1L330.7 15.5c-24.4 6.5-41.8 26.4-46.3 49.7-3.9-.8-8-1.1-12.1-1.1l-48 0c-5.5 0-10.9 .7-16 2zm0 62c0-8.8 7.2-16 16-16l48 0c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16l-48 0c-8.8 0-16-7.2-16-16l0-320zm-48 320c0 8.8-7.2 16-16 16l-48 0c-8.8 0-16-7.2-16-16l0-32 80 0 0 32zM389.5 49.4c8.5-2.3 17.3 2.8 19.6 11.3l8.3 30.9-77.3 20.7-8.3-30.9c-2.3-8.5 2.8-17.3 11.3-19.6l46.4-12.4zm21 325.7l-58-216.4 77.3-20.7 58 216.4-77.3 20.7zm12.4 46.4l77.3-20.7 8.3 30.9c2.3 8.5-2.8 17.3-11.3 19.6l-46.4 12.4c-8.5 2.3-17.3-2.8-19.6-11.3l-8.3-30.9z"]},{prefix:"far",iconName:"tag",icon:[576,512,[127991],"f02b","M96.1 88c0-13.3 10.7-24 24-24l156.1 0c6.4 0 12.5 2.5 17 7l208 208c9.4 9.4 9.4 24.6 0 33.9L345.1 469.1c-9.4 9.4-24.6 9.4-33.9 0l-208-208c-4.5-4.5-7-10.6-7-17L96.1 88zm24-72c-39.8 0-72 32.2-72 72l0 156.1c0 19.1 7.6 37.4 21.1 50.9l208 208c28.1 28.1 73.7 28.1 101.8 0L535.1 346.9c28.1-28.1 28.1-73.7 0-101.8l-208-208C313.6 23.6 295.3 16 276.2 16L120.1 16zm56 160a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"]},{prefix:"far",iconName:"angles-up-down",icon:[384,512,[],"e60d","M209.5 7c-9.4-9.4-24.6-9.4-33.9 0L23.5 159c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l135-135 135 135c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L209.5 7zM361.5 353c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-135 135-135-135c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l152 152c9.4 9.4 24.6 9.4 33.9 0l152-152z"]},{prefix:"far",iconName:"arrow-rotate-left",icon:[512,512,[8634,"arrow-left-rotate","arrow-rotate-back","arrow-rotate-backward","undo"],"f0e2","M24 0C37.3 0 48 10.7 48 24L48 102.1 75.1 75c100-100 262.1-100 362 0s100 262.1 0 362-262.1 100-362 0c-14.9-14.9-27.6-31.2-38.1-48.5-6.9-11.3-3.2-26.1 8.1-33s26.1-3.2 33 8.1c8.5 14 18.8 27.3 31 39.4 81.2 81.2 212.9 81.2 294.2 0s81.2-212.9 0-294.2-212.9-81.2-294.2 0l-27.1 27.1 78.2 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 184c-13.3 0-24-10.7-24-24L0 24C0 10.7 10.7 0 24 0z"]},{prefix:"far",iconName:"eye-slash",icon:[576,512,[],"f070","M41-24.9c-9.4-9.4-24.6-9.4-33.9 0S-2.3-.3 7 9.1l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-96.4-96.4c2.7-2.4 5.4-4.8 8-7.2 46.8-43.5 78.1-95.4 93-131.1 3.3-7.9 3.3-16.7 0-24.6-14.9-35.7-46.2-87.7-93-131.1-47.1-43.7-111.8-80.6-192.6-80.6-56.8 0-105.6 18.2-146 44.2L41-24.9zM176.9 111.1c32.1-18.9 69.2-31.1 111.1-31.1 65.2 0 118.8 29.6 159.9 67.7 38.5 35.7 65.1 78.3 78.6 108.3-13.6 30-40.2 72.5-78.6 108.3-3.1 2.8-6.2 5.6-9.4 8.4L393.8 328c14-20.5 22.2-45.3 22.2-72 0-70.7-57.3-128-128-128-26.7 0-51.5 8.2-72 22.2l-39.1-39.1zm182 182l-108-108c11.1-5.8 23.7-9.1 37.1-9.1 44.2 0 80 35.8 80 80 0 13.4-3.3 26-9.1 37.1zM103.4 173.2l-34-34c-32.6 36.8-55 75.8-66.9 104.5-3.3 7.9-3.3 16.7 0 24.6 14.9 35.7 46.2 87.7 93 131.1 47.1 43.7 111.8 80.6 192.6 80.6 37.3 0 71.2-7.9 101.5-20.6L352.2 422c-20 6.4-41.4 10-64.2 10-65.2 0-118.8-29.6-159.9-67.7-38.5-35.7-65.1-78.3-78.6-108.3 10.4-23.1 28.6-53.6 54-82.8z"]},{prefix:"far",iconName:"circle-dollar",icon:[512,512,["dollar-circle","usd-circle"],"f2e8","M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512zm24-368c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 8.3c-31.5 3.3-56 29.9-56 62.2 0 31.1 22.9 57.5 53.7 61.9l45.8 6.5c7.2 1 12.5 7.2 12.5 14.4 0 8-6.5 14.6-14.6 14.6L208 312c-13.3 0-24 10.7-24 24s10.7 24 24 24l24 0 0 8c0 13.3 10.7 24 24 24s24-10.7 24-24l0-8.3c31.5-3.3 56-29.9 56-62.2 0-31.1-22.9-57.5-53.7-61.9L236.5 229c-7.2-1-12.5-7.2-12.5-14.4 0-8 6.5-14.6 14.6-14.6l57.4 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-16 0 0-8z"]},{prefix:"far",iconName:"compress",icon:[448,512,[],"f066","M160 56c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 88-88 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l112 0c13.3 0 24-10.7 24-24l0-112zM24 320c-13.3 0-24 10.7-24 24s10.7 24 24 24l88 0 0 88c0 13.3 10.7 24 24 24s24-10.7 24-24l0-112c0-13.3-10.7-24-24-24L24 320zM336 56c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 112c0 13.3 10.7 24 24 24l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-88 0 0-88zM312 320c-13.3 0-24 10.7-24 24l0 112c0 13.3 10.7 24 24 24s24-10.7 24-24l0-88 88 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-112 0z"]},{prefix:"far",iconName:"radar",icon:[512,512,[],"e024","M304.8 173.3c-14.3-8.4-31-13.3-48.8-13.3-53 0-96 43-96 96s43 96 96 96 96-43 96-96l48 0c0 79.5-64.5 144-144 144s-144-64.5-144-144 64.5-144 144-144c31.1 0 59.9 9.9 83.4 26.6l45.7-45.7C349.7 64.8 304.8 48 256 48 141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208l48 0c0 141.4-114.6 256-256 256S0 397.4 0 256 114.6 0 256 0c62.1 0 118.9 22.1 163.3 58.8L463 15c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L273 273c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l65.7-65.7z"]},{prefix:"far",iconName:"arrow-rotate-right",icon:[512,512,[8635,"arrow-right-rotate","arrow-rotate-forward","redo"],"f01e","M488.2 0c-13.3 0-24 10.7-24 24l0 78.1-27.1-27.1c-100-100-262.1-100-362 0s-100 262.1 0 362 262.1 100 362 0c14.9-14.9 27.6-31.2 38.1-48.5 6.9-11.3 3.2-26.1-8.1-33s-26.1-3.2-33 8.1c-8.5 14-18.8 27.3-31 39.4-81.2 81.2-212.9 81.2-294.2 0s-81.2-212.9 0-294.2 212.9-81.2 294.2 0l27.1 27.1-78.2 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l136.1 0c13.3 0 24-10.7 24-24l0-136c0-13.3-10.7-24-24-24z"]},{prefix:"far",iconName:"chart-network",icon:[640,512,[],"f78a","M224 40a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0 88c1.1 0 2.2 0 3.3-.1l26.9 57.6c-31.3 21.7-53.7 55.4-60.2 94.5l-70.6 0c-9.5-23.5-32.5-40-59.3-40-35.3 0-64 28.7-64 64s28.7 64 64 64c26.9 0 49.9-16.5 59.3-40l70.6 0c11.4 68.1 70.7 120 142 120 43.8 0 83-19.5 109.4-50.4l67.4 40.4c-.5 3.2-.8 6.6-.8 9.9 0 35.3 28.7 64 64 64s64-28.7 64-64-28.7-64-64-64c-14.5 0-27.8 4.8-38.5 12.9l-67.3-40.4c6.4-16.3 9.9-34 9.9-52.5 0-23.2-5.5-45.2-15.3-64.6l77.6-56.9c9.8 6.1 21.3 9.6 33.7 9.6 35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64c0 5.4 .7 10.7 1.9 15.7l-77.6 56.9c-25.9-25.2-61.3-40.7-100.3-40.7-13.3 0-26.1 1.8-38.3 5.2l-26.9-57.5C281.5 96.2 288 80.9 288 64 288 28.7 259.3 0 224 0s-64 28.7-64 64 28.7 64 64 64zm352-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM552 448a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM64 280a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm272-72a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"]},{prefix:"far",iconName:"plus",icon:[448,512,[61543,10133,"add"],"2b","M248 56c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 176-176 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l176 0 0 176c0 13.3 10.7 24 24 24s24-10.7 24-24l0-176 176 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-176 0 0-176z"]},{prefix:"far",iconName:"underline",icon:[384,512,[],"f0cd","M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48l16 0 0 184c0 83.9 68.1 152 152 152s152-68.1 152-152l0-184 16 0c13.3 0 24-10.7 24-24S373.3 0 360 0L280 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l16 0 0 184c0 57.4-46.6 104-104 104S88 289.4 88 232l0-184 16 0c13.3 0 24-10.7 24-24S117.3 0 104 0L24 0zM0 488c0 13.3 10.7 24 24 24l336 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 464c-13.3 0-24 10.7-24 24z"]},{prefix:"far",iconName:"arrow-left",icon:[512,512,[8592],"f060","M7 239c-9.4 9.4-9.4 24.6 0 33.9L175 441c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L81.9 280 488 280c13.3 0 24-10.7 24-24s-10.7-24-24-24L81.9 232 209 105c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L7 239z"]},{prefix:"far",iconName:"upload",icon:[448,512,[],"f093","M248 328c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-246.1-63 63c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L207 7c9.4-9.4 24.6-9.4 33.9 0L345 111c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-63-63 0 246.1zm-96-8l-88 0c-8.8 0-16 7.2-16 16l0 80c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-80c0-8.8-7.2-16-16-16l-88 0 0-48 88 0c35.3 0 64 28.7 64 64l0 80c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64l0-80c0-35.3 28.7-64 64-64l88 0 0 48zm168 56a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"]},{prefix:"far",iconName:"arrows-to-line",icon:[384,512,[],"e0a7","M209 169l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L216 94.1 216-8c0-13.3-10.7-24-24-24S168-21.3 168-8l0 102.1-31-31c-9.4-9.4-24.6-9.4-33.9 0S93.7 87.6 103 97l72 72c9.4 9.4 24.6 9.4 33.9 0zM209 343c-9.4-9.4-24.6-9.4-33.9 0l-72 72c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l31-31 0 102.1c0 13.3 10.7 24 24 24s24-10.7 24-24l0-102.1 31 31c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-72-72zM24 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l336 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 232z"]},{prefix:"far",iconName:"globe",icon:[512,512,[127760],"f0ac","M303.2 413c-21.5 43.7-41.4 51-47.2 51s-25.7-7.3-47.2-51c-17-34.5-29.2-81.6-32.1-133l158.6 0c-3 51.5-15.2 98.6-32.1 133zm32.1-181l-158.6 0c3-51.5 15.2-98.6 32.1-133 21.5-43.7 41.4-51 47.2-51s25.7 7.3 47.2 51c17 34.5 29.2 81.6 32.1 133zm48.1 48l79.2 0c-8.6 74.6-56.7 137.3-122.8 166.4 24-42.8 40.3-102.4 43.6-166.4zm79.2-48l-79.2 0c-3.3-64-19.6-123.6-43.6-166.4 66.1 29.2 114.2 91.8 122.8 166.4zm-334 0l-79.2 0c8.6-74.6 56.7-137.3 122.8-166.4-24 42.8-40.3 102.4-43.6 166.4zM49.4 280l79.2 0c3.3 64 19.6 123.6 43.6 166.4-66.1-29.2-114.2-91.8-122.8-166.4zM256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512z"]},{prefix:"far",iconName:"language",icon:[576,512,[],"f1ab","M168 0c13.3 0 24 10.7 24 24l0 56 136 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16.2 0-16.5 38.4c-18.6 43.5-45.2 82.8-77.9 116 13.9 9.2 28.6 17.4 44 24.4l60.9 27.9 71.8-160.5C398 165.6 406.5 160 416 160s18 5.6 21.9 14.2l136 304c5.4 12.1 0 26.3-12.1 31.7s-26.3 0-31.7-12.1l-29.4-65.8-169.3 0-29.4 65.8c-5.4 12.1-19.6 17.5-31.7 12.1s-17.5-19.6-12.1-31.7l44.6-99.7-61.3-28.1c-21.5-9.9-41.9-21.7-60.9-35.2-17.5 13.6-36.3 25.7-56.2 36.1L67.1 381.3c-11.7 6.2-26.2 1.6-32.4-10.1s-1.6-26.2 10.1-32.4L102 308.8c14-7.3 27.4-15.7 40.1-24.8-27.5-25.6-51.1-55.2-70-88-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8c17.4 30.3 39.5 57.5 65.4 80.7 30.5-29.8 55.1-65.5 72.2-105.3L259.6 128 24 128c-13.3 0-24-10.7-24-24S10.8 80 24 80l120 0 0-56c0-13.3 10.7-24 24-24zM479.2 384L416 242.8 352.8 384 479.2 384z"]},{prefix:"far",iconName:"person-chalkboard",icon:[640,512,[],"e53d","M136 24a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zM112 520l0-304.7-52.7 71c-7.9 10.6-22.9 12.9-33.6 5s-12.9-22.9-5-33.6L88.1 167c25.7-34.6 66.2-55 109.2-55l122.7 0 0-64c0-26.5 21.5-48 48-48L592 0c26.5 0 48 21.5 48 48l0 224c0 26.5-21.5 48-48 48l-224 0c-26.5 0-48-21.5-48-48l0-64 48 0 0 64 224 0 0-224-224 0 0 64 32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-128 0 0 360c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-152-64 0 0 152c0 13.3-10.7 24-24 24s-24-10.7-24-24zm48-200l64 0 0-160-26.7 0c-13.1 0-25.8 2.9-37.3 8.3L160 320z"]},{prefix:"far",iconName:"toggle-on",icon:[576,512,[],"f205","M192 112c-79.5 0-144 64.5-144 144s64.5 144 144 144l192 0c79.5 0 144-64.5 144-144S463.5 112 384 112l-192 0zM0 256C0 150 86 64 192 64l192 0c106 0 192 86 192 192S490 448 384 448l-192 0C86 448 0 362 0 256zm384-96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"]},{prefix:"far",iconName:"download",icon:[448,512,[],"f019","M248 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 246.1-63-63c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L207 345c9.4 9.4 24.6 9.4 33.9 0L345 241c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-63 63 0-246.1zM66.2 272L64 272c-35.3 0-64 28.7-64 64l0 80c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-80c0-35.3-28.7-64-64-64l-2.2 0-48 48 50.2 0c8.8 0 16 7.2 16 16l0 80c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16l0-80c0-8.8 7.2-16 16-16l50.2 0-48-48zM368 376a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z"]},{prefix:"far",iconName:"crosshairs",icon:[576,512,[],"f05b","M288-16c13.3 0 24 10.7 24 24l0 25.3C416.5 44.4 499.6 127.5 510.7 232l25.3 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-25.3 0C499.6 384.5 416.5 467.6 312 478.7l0 25.3c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-25.3C159.5 467.6 76.4 384.5 65.3 280L40 280c-13.3 0-24-10.7-24-24s10.7-24 24-24l25.3 0C76.4 127.5 159.5 44.4 264 33.3L264 8c0-13.3 10.7-24 24-24zM113.6 280C124.3 358 186 419.7 264 430.4l0-22.4c0-13.3 10.7-24 24-24s24 10.7 24 24l0 22.4C390 419.7 451.7 358 462.4 280L440 280c-13.3 0-24-10.7-24-24s10.7-24 24-24l22.4 0C451.7 154 390 92.3 312 81.6l0 22.4c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-22.4C186 92.3 124.3 154 113.6 232l22.4 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-22.4 0zM288 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"]},{prefix:"far",iconName:"message-quote",icon:[512,512,["comment-alt-quote"],"e1e4","M203.7 512.9l0 0 91.9-64.9 120.4 0c53 0 96-43 96-96l0-224c0-53-43-96-96-96L96 32C43 32 0 75 0 128L0 352c0 53 43 96 96 96l32 0 0 72c0 9 5 17.2 13 21.3s17.6 3.5 24.9-1.7l37.8-26.7zM295.6 400c-9.9 0-19.6 3.1-27.7 8.8-28.6 20.2-59.3 41.8-91.9 64.9l0-49.7c0-2.8-.5-5.6-1.4-8.1-3.3-9.3-12.2-15.9-22.6-15.9l-56 0c-26.5 0-48-21.5-48-48l0-224c0-26.5 21.5-48 48-48l320 0c26.5 0 48 21.5 48 48l0 224c0 26.5-21.5 48-48 48l-120.4 0zM168 160c-22.1 0-40 17.9-40 40l0 32c0 22.1 17.9 40 40 40l24 0 0 8c0 13.3-10.7 24-24 24s-24 10.7-24 24 10.7 24 24 24c39.8 0 72-32.2 72-72l0-80c0-22.1-17.9-40-40-40l-32 0zm232 72l0-32c0-22.1-17.9-40-40-40l-32 0c-22.1 0-40 17.9-40 40l0 32c0 22.1 17.9 40 40 40l24 0 0 8c0 13.3-10.7 24-24 24s-24 10.7-24 24 10.7 24 24 24c39.8 0 72-32.2 72-72l0-48z"]},{prefix:"far",iconName:"file-html",icon:[576,512,[],"e83d","M208 380c11 0 20 9 20 20l0 128c0 11-9 20-20 20s-20-9-20-20l0-44-24 0 0 44c0 11-9 20-20 20s-20-9-20-20l0-128c0-11 9-20 20-20s20 9 20 20l0 44 24 0 0-44c0-11 9-20 20-20zm112 0c11 0 20 9 20 20s-9 20-20 20l-12 0 0 108c0 11-9 20-20 20s-20-9-20-20l0-108-12 0c-11 0-20-9-20-20s9-20 20-20l64 0zm126.8 9.7c4.6-7.7 13.8-11.4 22.5-9S484 391 484 400l0 128c0 11-9 20-20 20s-20-9-20-20l0-55.8-10.8 18.1c-3.6 6-10.1 9.7-17.2 9.7s-13.5-3.7-17.2-9.7L388 472.2 388 528c0 11-9 20-20 20s-20-9-20-20l0-128c0-9 6-16.9 14.7-19.3s17.9 1.3 22.5 9l30.8 51.4 30.8-51.4zM528 380c11 0 20 9 20 20l0 108 12 0c11 0 20 9 20 20s-9 20-20 20l-32 0c-11 0-20-9-20-20l0-128c0-11 9-20 20-20zM235.8 .3c14.7 1.5 28.4 7.9 38.9 18.4L397.3 141.2c12 12 18.7 28.3 18.7 45.2l0 149.5-48 0 0-128-88 0c-39.8 0-72-32.2-72-72l0-88-112 0c-8.8 0-16 7.2-16 16l0 445.9c-27.6-7.1-48-32.1-48-61.9L32 64C32 28.7 60.7 0 96 0l133.5 0 6.3 .3zM256 136c0 13.3 10.7 24 24 24l68.1 0-92.1-92.1 0 68.1z"]},{prefix:"far",iconName:"triangle-exclamation",icon:[512,512,[9888,"exclamation-triangle","warning"],"f071","M256.5 0c14.7 0 28.2 8.1 35.2 21l216 400c6.7 12.4 6.4 27.4-.8 39.5S486.6 480 472.5 480l-432 0c-14.1 0-27.1-7.4-34.3-19.5s-7.5-27.1-.8-39.5l216-400c7-12.9 20.5-21 35.2-21zM53.9 432L459.1 432 256.5 56.8 53.9 432zm202.6-40a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm0-208c18.6 0 33 16.1 31 34.6l-7.1 64.1C279 294.8 268.7 304 256.5 304s-22.5-9.2-23.8-21.3l-7.1-64.1c-2-18.5 12.4-34.6 31-34.6z"]},{prefix:"far",iconName:"star",icon:[576,512,[61446,11088],"f005","M288.1-32c9 0 17.3 5.1 21.4 13.1L383 125.3 542.9 150.7c8.9 1.4 16.3 7.7 19.1 16.3s.5 18-5.8 24.4L441.7 305.9 467 465.8c1.4 8.9-2.3 17.9-9.6 23.2s-17 6.1-25 2L288.1 417.6 143.8 491c-8 4.1-17.7 3.3-25-2s-11-14.2-9.6-23.2L134.4 305.9 20 191.4c-6.4-6.4-8.6-15.8-5.8-24.4s10.1-14.9 19.1-16.3l159.9-25.4 73.6-144.2c4.1-8 12.4-13.1 21.4-13.1zm0 76.8L230.3 158c-3.5 6.8-10 11.6-17.6 12.8l-125.5 20 89.8 89.9c5.4 5.4 7.9 13.1 6.7 20.7l-19.8 125.5 113.3-57.6c6.8-3.5 14.9-3.5 21.8 0l113.3 57.6-19.8-125.5c-1.2-7.6 1.3-15.3 6.7-20.7l89.8-89.9-125.5-20c-7.6-1.2-14.1-6-17.6-12.8L288.1 44.8z"]},{prefix:"far",iconName:"bell-slash",icon:[576,512,[61943,128277],"f1f6","M41-24.9c-9.4-9.4-24.6-9.4-33.9 0S-2.3-.3 7 9.1l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-87.8-87.8c17.5-3.3 30.8-18.7 30.8-37.1 0-6.7-1.8-13.3-5.1-19L485 321.7c-19-32.6-29-69.6-29-107.3l0-14.5c0-84.6-62.6-154.7-144-166.3l0-9.7c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 9.7c-42.2 6-79.4 27.8-105.4 59.1L41-24.9zM192.8 126.9C214.7 98.4 249.2 80 288 80 354.3 80 408 133.7 408 200l0 14.5c0 46.2 12.3 91.5 35.5 131.4l12.9 22.1-22.6 0-241.1-241.1zM132.5 345.9c19.5-33.4 31.3-70.7 34.6-109l-46.7-46.7c-.2 3.3-.3 6.6-.3 9.9l0 14.5c0 37.7-10 74.7-29 107.3L69.1 359.2c-3.4 5.8-5.1 12.3-5.1 19 0 20.9 16.9 37.8 37.8 37.8l244.4 0-48-48-178.6 0 12.9-22.1zM220.1 464c9.9 28 36.6 48 67.9 48s58-20 67.9-48l-135.8 0z"]},{prefix:"far",iconName:"hourglass-half",icon:[384,512,["hourglass-2"],"f252","M0 24C0 10.7 10.7 0 24 0L360 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 19c0 40.3-16 79-44.5 107.5l-81.5 81.5 81.5 81.5C336 366 352 404.7 352 445l0 19 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 512c-13.3 0-24-10.7-24-24s10.7-24 24-24l8 0 0-19c0-40.3 16-79 44.5-107.5l81.5-81.5-81.5-81.5C48 146 32 107.3 32 67l0-19-8 0C10.7 48 0 37.3 0 24zM110.5 371.5c-3.9 3.9-7.5 8.1-10.7 12.5l184.4 0c-3.2-4.4-6.8-8.6-10.7-12.5l-81.5-81.5-81.5 81.5zM80.8 432c-.5 4.3-.8 8.6-.8 13l0 19 224 0 0-19c0-4.4-.3-8.7-.8-13L80.8 432zM254.1 160l-124.1 0 62.1 62.1 62.1-62.1zm39.7-48C300.4 98.1 304 82.7 304 67l0-19-224 0 0 19c0 15.7 3.6 31.1 10.2 45l203.5 0z"]},{prefix:"far",iconName:"inbox",icon:[512,512,[],"f01c","M75.3 94c1-8 7.8-14 15.9-14l329.7 0c8 0 14.8 6 15.9 14l25 194-85.2 0c-13.4 0-25.9 6.7-33.3 17.8l-20.1 30.2-134.3 0-20.1-30.2c-7.4-11.1-19.9-17.8-33.3-17.8l-85.2 0 25-194zM48 336l83.2 0 20.1 30.2c7.4 11.1 19.9 17.8 33.3 17.8l142.9 0c13.4 0 25.9-6.7 33.3-17.8l20.1-30.2 83.2 0 0 80c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16l0-80zM91.2 32C59 32 31.8 55.9 27.7 87.8L.2 300.9 0 302.5 0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-113.5-.2-1.5-27.5-213.1C480.2 55.9 453 32 420.8 32L91.2 32z"]},{prefix:"far",iconName:"comment-dots",icon:[512,512,[62075,128172,"commenting"],"f4ad","M0 240c0 54.4 19.3 104.6 51.9 144.9L3.1 474.3c-2 3.7-3.1 7.9-3.1 12.2 0 14.1 11.4 25.5 25.5 25.5 4 0 7.8-.6 11.5-2.1L153.4 460c31.4 12.9 66.1 20 102.6 20 141.4 0 256-107.5 256-240S397.4 0 256 0 0 107.5 0 240zM94 407.9c9.3-17.1 7.4-38.1-4.8-53.2-26.1-32.3-41.2-71.9-41.2-114.7 0-103.2 90.2-192 208-192s208 88.8 208 192-90.2 192-208 192c-30.2 0-58.7-5.9-84.3-16.4-11.9-4.9-25.3-4.8-37.1 .3L76 440.9 94 407.9zM144 272a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm144-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm80 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"]},{prefix:"far",iconName:"angle-down",icon:[384,512,[8964],"f107","M209.5 369c-9.4 9.4-24.6 9.4-33.9 0L15.5 209c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143 143-143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-160 160z"]},{prefix:"far",iconName:"cloud-arrow-down",icon:[576,512,[62337,"cloud-download","cloud-download-alt"],"f0ed","M240 32c-88.4 0-160 71.6-160 160 0 4.9 .2 9.8 .7 14.6-47.8 23.4-80.7 72.5-80.7 129.4 0 79.5 64.5 144 144 144l304 0c70.7 0 128-57.3 128-128 0-49.9-28.5-93-70.1-114.2 4-11.9 6.1-24.6 6.1-37.8 0-66.3-53.7-120-120-120-11.5 0-22.7 1.6-33.3 4.7-29.3-32.3-71.6-52.7-118.7-52.7zM128 192c0-61.9 50.1-112 112-112 37.7 0 71 18.6 91.3 47.1 6.7 9.5 19.3 12.8 29.8 7.8 9.3-4.4 19.7-6.9 30.8-6.9 39.8 0 72 32.2 72 72 0 14.1-4 27.2-11 38.3-4.1 6.5-4.8 14.6-2 21.7s9 12.5 16.5 14.3c34.8 8.7 60.5 40.2 60.5 77.6 0 44.2-35.8 80-80 80l-304 0c-53 0-96-43-96-96 0-42.7 27.9-79 66.6-91.4 11.8-3.8 18.8-16 16.1-28.1-1.8-7.9-2.7-16.1-2.7-24.5zM305 377l64-64c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-23 23 0-86.1c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 86.1-23-23c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0z"]},{prefix:"far",iconName:"bookmark-slash",icon:[576,512,[],"e0c2","M41-24.9c-9.4-9.4-24.6-9.4-33.9 0S-2.3-.3 7 9.1l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-89-89 0-350.2c0-35.3-28.7-64-64-64L160 0c-25.5 0-47.4 14.9-57.8 36.4L41-24.9zm103 103L144 64c0-8.8 7.2-16 16-16l256 0c8.8 0 16 7.2 16 16l0 302.2-288-288zM295.6 365.5c-11.7-1.9-24 .6-34.3 7.5l-117.4 78.2 0-237.3-48-48 0 315.2c0 25.6 28.5 40.8 49.8 26.6L288 412.8 430.2 507.7c4 2.7 8.3 4.3 12.6 5L295.6 365.5z"]},{prefix:"far",iconName:"link-simple",icon:[576,512,[],"e1cd","M0 256C0 150 86 64 192 64l40 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-40 0c-79.5 0-144 64.5-144 144s64.5 144 144 144l40 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-40 0C86 448 0 362 0 256zm160 0c0-13.3 10.7-24 24-24l208 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-208 0c-13.3 0-24-10.7-24-24zM384 64c106 0 192 86 192 192S490 448 384 448l-40 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l40 0c79.5 0 144-64.5 144-144S463.5 112 384 112l-40 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l40 0z"]},{prefix:"far",iconName:"clock-rotate-left",icon:[512,512,["history"],"f1da","M48 106.7L48 56c0-13.3-10.7-24-24-24S0 42.7 0 56L0 168c0 13.3 10.7 24 24 24l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-55.3 0c37-57.8 101.7-96 175.3-96 114.9 0 208 93.1 208 208S370.9 464 256 464c-42.5 0-81.9-12.7-114.7-34.5-11-7.3-25.9-4.3-33.3 6.7s-4.3 25.9 6.7 33.3c40.5 26.8 89.1 42.5 141.3 42.5 141.4 0 256-114.6 256-256S397.4 0 256 0C170.3 0 94.4 42.1 48 106.7zM256 128c-13.3 0-24 10.7-24 24l0 104c0 6.4 2.5 12.5 7 17l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-65-65 0-94.1c0-13.3-10.7-24-24-24z"]},{prefix:"far",iconName:"plug",icon:[448,512,[128268],"f1e6","M120-32c13.3 0 24 10.7 24 24l0 104 160 0 0-104c0-13.3 10.7-24 24-24s24 10.7 24 24l0 104 72 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 80c0 97.9-73.3 178.7-168 190.5l0 73.5c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-73.5C105.3 402.7 32 321.9 32 224l0-80-8 0c-13.3 0-24-10.7-24-24S10.7 96 24 96L96 96 96-8c0-13.3 10.7-24 24-24zM80 144l0 80c0 79.5 64.5 144 144 144s144-64.5 144-144l0-80-288 0z"]},{prefix:"far",iconName:"chart-simple",icon:[576,512,[],"e473","M304 80l0 352-48 0 0-352 48 0zM256 32c-26.5 0-48 21.5-48 48l0 352c0 26.5 21.5 48 48 48l48 0c26.5 0 48-21.5 48-48l0-352c0-26.5-21.5-48-48-48l-48 0zM112 272l0 160-48 0 0-160 48 0zM64 224c-26.5 0-48 21.5-48 48l0 160c0 26.5 21.5 48 48 48l48 0c26.5 0 48-21.5 48-48l0-160c0-26.5-21.5-48-48-48l-48 0zm384-80l48 0 0 288-48 0 0-288zm-48 0l0 288c0 26.5 21.5 48 48 48l48 0c26.5 0 48-21.5 48-48l0-288c0-26.5-21.5-48-48-48l-48 0c-26.5 0-48 21.5-48 48z"]},{prefix:"far",iconName:"circle-play",icon:[512,512,[61469,"play-circle"],"f144","M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM212.5 147.5c-7.4-4.5-16.7-4.7-24.3-.5S176 159.3 176 168l0 176c0 8.7 4.7 16.7 12.3 20.9s16.8 4.1 24.3-.5l144-88c7.1-4.4 11.5-12.1 11.5-20.5s-4.4-16.1-11.5-20.5l-144-88zM298 256l-74 45.2 0-90.4 74 45.2z"]},{prefix:"far",iconName:"file-magnifying-glass",icon:[384,512,["file-search"],"f865","M64 48l112 0 0 88c0 39.8 32.2 72 72 72l88 0 0 240c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16L48 64c0-8.8 7.2-16 16-16zM224 67.9l92.1 92.1-68.1 0c-13.3 0-24-10.7-24-24l0-68.1zM64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-261.5c0-17-6.7-33.3-18.7-45.3L242.7 18.7C230.7 6.7 214.5 0 197.5 0L64 0zM262.5 320c0-47.8-38.7-86.5-86.5-86.5s-86.5 38.7-86.5 86.5 38.7 86.5 86.5 86.5c15.2 0 29.4-3.9 41.8-10.7L255 433.1c9.4 9.4 24.6 9.4 33.9 .1s9.4-24.6 .1-33.9l-37.2-37.4c6.9-12.4 10.8-26.7 10.8-41.8zM176 278a42 42 0 1 1 0 84 42 42 0 1 1 0-84z"]},{prefix:"far",iconName:"pen",icon:[512,512,[128394],"f304","M36.4 353.8c4.1-14.6 11.8-27.9 22.6-38.7l294-294C366.4 7.6 384.8 0 404 0s37.6 7.6 51.1 21.2l35.7 35.7C504.4 70.4 512 88.8 512 108s-7.6 37.6-21.2 51.1l-294 294c-10.7 10.7-24.1 18.5-38.7 22.6L30.4 511.1c-8.3 2.3-17.3 0-23.4-6.2s-8.5-15.1-6.2-23.4L36.4 353.8zM386.8 55.1l-52.9 52.9 70.1 70.1 52.9-52.9c4.6-4.6 7.1-10.7 7.1-17.2s-2.6-12.6-7.1-17.2L421.2 55.1C416.6 50.6 410.4 48 404 48s-12.6 2.6-17.2 7.1zM300 141.9L92.9 349.1c-4.9 4.9-8.4 10.9-10.3 17.6l-24.1 86.9 86.9-24.1c6.6-1.8 12.7-5.4 17.6-10.3L370.1 212 300 141.9z"]},{prefix:"far",iconName:"tablet",icon:[448,512,["tablet-android"],"f3fb","M64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-384c0-8.8-7.2-16-16-16L64 48zM0 64C0 28.7 28.7 0 64 0L384 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zM184 368l80 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"]},{prefix:"far",iconName:"circle-check",icon:[512,512,[61533,"check-circle"],"f058","M256 512a256 256 0 1 1 0-512 256 256 0 1 1 0 512zm0-464a208 208 0 1 0 0 416 208 208 0 1 0 0-416zm70.7 121.9c7.8-10.7 22.8-13.1 33.5-5.3 10.7 7.8 13.1 22.8 5.3 33.5L243.4 366.1c-4.1 5.7-10.5 9.3-17.5 9.8-7 .5-13.9-2-18.8-6.9l-55.9-55.9c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l36 36 105.6-145.2z"]},{prefix:"far",iconName:"file-invoice",icon:[384,512,[],"f570","M176 48L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l256 0c8.8 0 16-7.2 16-16l0-240-88 0c-39.8 0-72-32.2-72-72l0-88zM316.1 160L224 67.9 224 136c0 13.3 10.7 24 24 24l68.1 0zM0 64C0 28.7 28.7 0 64 0L197.5 0c17 0 33.3 6.7 45.3 18.7L365.3 141.3c12 12 18.7 28.3 18.7 45.3L384 448c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zm80 40c0-13.3 10.7-24 24-24l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24zm0 80c0-13.3 10.7-24 24-24l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24zM256 368l0-64-128 0 0 64 128 0zM80 376l0-80c0-22.1 17.9-40 40-40l144 0c22.1 0 40 17.9 40 40l0 80c0 22.1-17.9 40-40 40l-144 0c-22.1 0-40-17.9-40-40z"]},{prefix:"far",iconName:"xmark",icon:[384,512,[215,10060,10006,10005,128473,"close","multiply","remove","times"],"f00d","M7.5 105c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l151 151 151-151c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-151 151 151 151c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-151-151-151 151c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l151-151-151-151z"]},{prefix:"far",iconName:"arrow-right",icon:[512,512,[8594],"f061","M505 273c9.4-9.4 9.4-24.6 0-33.9L337 71c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l127 127-406.1 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l406.1 0-127 127c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L505 273z"]},{prefix:"far",iconName:"bookmark",icon:[384,512,[61591,128278],"f02e","M0 64C0 28.7 28.7 0 64 0L320 0c35.3 0 64 28.7 64 64l0 417.1c0 25.6-28.5 40.8-49.8 26.6L192 412.8 49.8 507.7C28.5 521.9 0 506.6 0 481.1L0 64zM64 48c-8.8 0-16 7.2-16 16l0 387.2 117.4-78.2c16.1-10.7 37.1-10.7 53.2 0L336 451.2 336 64c0-8.8-7.2-16-16-16L64 48z"]},{prefix:"far",iconName:"expand-wide",icon:[512,512,[],"f320","M136 64c13.3 0 24 10.7 24 24s-10.7 24-24 24l-88 0 0 88c0 13.3-10.7 24-24 24S0 213.3 0 200L0 88C0 74.7 10.7 64 24 64l112 0zM0 312c0-13.3 10.7-24 24-24s24 10.7 24 24l0 88 88 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 448c-13.3 0-24-10.7-24-24L0 312zM488 64c13.3 0 24 10.7 24 24l0 112c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-88-88 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l112 0zM464 312c0-13.3 10.7-24 24-24s24 10.7 24 24l0 112c0 13.3-10.7 24-24 24l-112 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l88 0 0-88z"]},{prefix:"far",iconName:"user",icon:[448,512,[62470,62144,128100,"user-alt","user-large"],"f007","M144 128a80 80 0 1 1 160 0 80 80 0 1 1 -160 0zm208 0a128 128 0 1 0 -256 0 128 128 0 1 0 256 0zM48 480c0-70.7 57.3-128 128-128l96 0c70.7 0 128 57.3 128 128l0 8c0 13.3 10.7 24 24 24s24-10.7 24-24l0-8c0-97.2-78.8-176-176-176l-96 0C78.8 304 0 382.8 0 480l0 8c0 13.3 10.7 24 24 24s24-10.7 24-24l0-8z"]},{prefix:"far",iconName:"server",icon:[448,512,[],"f233","M64 80c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64L64 224c-35.3 0-64-28.7-64-64L0 96zm264 8a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm56 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM64 336c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16L64 336zM0 352c0-35.3 28.7-64 64-64l320 0c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64l0-64zm240 32a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm104-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"]},{prefix:"far",iconName:"calendar-range",icon:[448,512,[],"e0d6","M144 24c0-13.3-10.7-24-24-24S96 10.7 96 24l0 40-32 0C28.7 64 0 92.7 0 128L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-288c0-35.3-28.7-64-64-64l-32 0 0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40-160 0 0-40zm184 88l56 0c8.8 0 16 7.2 16 16l0 288c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16l0-288c0-8.8 7.2-16 16-16l264 0zM96 224a32 32 0 1 0 64 0 32 32 0 1 0 -64 0zm224 96a32 32 0 1 0 0 64 32 32 0 1 0 0-64zM192 216c0 13.3 10.7 24 24 24l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-112 0c-13.3 0-24 10.7-24 24zm40 104l-112 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24z"]},{prefix:"far",iconName:"broom-wide",icon:[576,512,[],"e5d1","M569 9c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-200 200-12.9-12.9c-20.2-20.2-51.4-24.6-76.3-10.7L16.4 278.9C6.3 284.5 0 295.2 0 306.8 0 315.2 3.4 323.4 9.3 329.3L214.7 534.7c6 6 14.1 9.3 22.6 9.3 11.6 0 22.3-6.3 27.9-16.4L392.6 298.2c13.9-25 9.5-56.1-10.7-76.3L369 209 569 9zM288.2 196.1l59.7 59.7c5.1 5.1 6.1 12.8 2.7 19.1l-14.9 26.8-93.4-93.4 26.8-14.9c6.2-3.5 14-2.4 19.1 2.7zm-89.6 36.5l112.8 112.8-77.9 140.3-96.5-96.5 18-53.9c2.1-6.3-3.9-12.2-10.1-10.1l-53.9 18-32.5-32.5 140.3-77.9z"]},{prefix:"far",iconName:"house",icon:[512,512,[63500,63498,127968,"home","home-alt","home-lg-alt"],"f015","M240 6.1c9.1-8.2 22.9-8.2 32 0l232 208c9.9 8.8 10.7 24 1.8 33.9s-24 10.7-33.9 1.8l-8-7.2 0 205.3c0 35.3-28.7 64-64 64l-288 0c-35.3 0-64-28.7-64-64l0-205.3-8 7.2c-9.9 8.8-25 8-33.9-1.8s-8-25 1.8-33.9L240 6.1zm16 50.1L96 199.7 96 448c0 8.8 7.2 16 16 16l48 0 0-104c0-39.8 32.2-72 72-72l48 0c39.8 0 72 32.2 72 72l0 104 48 0c8.8 0 16-7.2 16-16l0-248.3-160-143.4zM208 464l96 0 0-104c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24l0 104z"]},{prefix:"far",iconName:"arrows-up-down-left-right",icon:[512,512,["arrows"],"f047","M273.5 7c-9.4-9.4-24.6-9.4-33.9 0l-72 72c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l31-31 0 150.1-150.1 0 31-31c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-72 72c-9.4 9.4-9.4 24.6 0 33.9l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-31-31 150.1 0 0 150.1-31-31c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72c9.4 9.4 24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-31 31 0-150.1 150.1 0-31 31c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9l-72-72c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l31 31-150.1 0 0-150.1 31 31c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-72-72z"]},{prefix:"far",iconName:"wifi-slash",icon:[576,512,[],"f6ac","M41-24.9c-9.4-9.4-24.6-9.4-33.9 0S-2.3-.3 7.1 9.1l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-243-243c38 8.4 71.5 29 95.9 57.7 8.6 10.1 23.8 11.3 33.8 2.7s11.3-23.8 2.7-33.8c-41-48-102.2-78.6-170.4-78.6-4.6 0-9.2 .1-13.7 .4L167.2 101.3c37.7-13.8 78.4-21.3 120.9-21.3 96.4 0 183.6 38.7 247.2 101.4 9.4 9.3 24.6 9.2 33.9-.2s9.2-24.6-.2-33.9C496.8 76 397.5 32 288.1 32 232 32 178.7 43.5 130.3 64.3L41-24.9zM79 148.8L44.7 114.5c-13.2 10.1-25.8 21.1-37.6 32.8-9.4 9.3-9.5 24.5-.2 33.9s24.5 9.5 33.9 .2c11.9-11.8 24.7-22.7 38.2-32.6zM206.3 276.1l-35.2-35.2c-20.1 12.4-38.2 27.8-53.5 45.7-8.6 10.1-7.4 25.2 2.7 33.8s25.2 7.4 33.8-2.7c14.5-17 32.2-31.2 52.1-41.7zM336.1 432a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z"]},{prefix:"far",iconName:"user-lock",icon:[576,512,[],"f502","M304 128a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM96 128a128 128 0 1 1 256 0 128 128 0 1 1 -256 0zM48 480l0 8c0 13.3-10.7 24-24 24S0 501.3 0 488l0-8c0-97.2 78.8-176 176-176l96 0c22.6 0 44.2 4.3 64 12l0 12.4c-9.5 8.5-17.3 18.8-22.8 30.4-12.9-4.4-26.8-6.8-41.2-6.8l-96 0c-70.7 0-128 57.3-128 128zM496 304.1c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 47.9 64 0 0-47.9zM352 400c0-20.9 13.4-38.7 32-45.3l0-50.6c0-44.2 35.8-80 80-80s80 35.8 80 80l0 50.6c18.6 6.6 32 24.4 32 45.3l0 96c0 26.5-21.5 48-48 48l-128 0c-26.5 0-48-21.5-48-48l0-96z"]},{prefix:"far",iconName:"check",icon:[448,512,[10004,10003],"f00c","M438 68.5c10.8 7.7 13.2 22.7 5.5 33.5l-264 368c-4.1 5.7-10.5 9.4-17.5 9.9S148 478 143 473L7 337c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L157 419 404.5 74c7.7-10.8 22.7-13.2 33.5-5.5z"]},{prefix:"far",iconName:"italic",icon:[384,512,[],"f033","M128 56c0-13.3 10.7-24 24-24l208 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-76.4 0-132 352 80.4 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 480c-13.3 0-24-10.7-24-24s10.7-24 24-24l76.4 0 132-352-80.4 0c-13.3 0-24-10.7-24-24z"]},{prefix:"far",iconName:"life-ring",icon:[512,512,[],"f1cd","M385.1 419.1C349.7 447.2 304.8 464 256 464s-93.7-16.8-129.1-44.9l80.4-80.4c14.3 8.4 31 13.3 48.8 13.3s34.5-4.8 48.8-13.3l80.4 80.4zm68.1 .2C489.9 374.9 512 318.1 512 256S489.9 137.1 453.2 92.7L465 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L419.3 58.8C374.9 22.1 318.1 0 256 0S137.1 22.1 92.7 58.8L81 47c-9.4-9.4-24.6-9.4-33.9 0S37.7 71.6 47 81L58.8 92.7C22.1 137.1 0 193.9 0 256S22.1 374.9 58.8 419.3L47 431c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l11.8-11.8C137.1 489.9 193.9 512 256 512s118.9-22.1 163.3-58.8L431 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-11.8-11.8zm-34.1-34.1l-80.4-80.4c8.4-14.3 13.3-31 13.3-48.8s-4.8-34.5-13.3-48.8l80.4-80.4C447.2 162.3 464 207.2 464 256s-16.8 93.7-44.9 129.1zM385.1 92.9l-80.4 80.4c-14.3-8.4-31-13.3-48.8-13.3s-34.5 4.8-48.8 13.3L126.9 92.9C162.3 64.8 207.2 48 256 48s93.7 16.8 129.1 44.9zM173.3 304.8L92.9 385.1C64.8 349.7 48 304.8 48 256s16.8-93.7 44.9-129.1l80.4 80.4c-8.4 14.3-13.3 31-13.3 48.8s4.8 34.5 13.3 48.8zM208 256a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z"]},{prefix:"far",iconName:"table-cells",icon:[448,512,["th"],"f00a","M312 80l0 88 88 0 0-72c0-8.8-7.2-16-16-16l-72 0zm-48 0l-80 0 0 88 80 0 0-88zM136 80L64 80c-8.8 0-16 7.2-16 16l0 72 88 0 0-88zM0 216L0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 216zm48 80l88 0 0-80-88 0 0 80zm0 48l0 72c0 8.8 7.2 16 16 16l72 0 0-88-88 0zm136 88l80 0 0-88-80 0 0 88zm128 0l72 0c8.8 0 16-7.2 16-16l0-72-88 0 0 88zm88-136l0-80-88 0 0 80 88 0zm-216 0l80 0 0-80-80 0 0 80z"]},{prefix:"far",iconName:"trash-can",icon:[448,512,[61460,"trash-alt"],"f2ed","M166.2-16c-13.3 0-25.3 8.3-30 20.8L120 48 24 48C10.7 48 0 58.7 0 72S10.7 96 24 96l400 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-96 0-16.2-43.2C307.1-7.7 295.2-16 281.8-16L166.2-16zM32 144l0 304c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-304-48 0 0 304c0 8.8-7.2 16-16 16L96 464c-8.8 0-16-7.2-16-16l0-304-48 0zm160 72c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 176c0 13.3 10.7 24 24 24s24-10.7 24-24l0-176zm112 0c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 176c0 13.3 10.7 24 24 24s24-10.7 24-24l0-176z"]},{prefix:"far",iconName:"wrench",icon:[576,512,[128295],"f0ad","M208 168c0-92.8 75.2-168 168-168 27.1 0 52.8 6.4 75.5 17.9 6.9 3.5 11.7 10 12.9 17.6s-1.3 15.3-6.7 20.8l-73.7 73.7 0 30.1 30.1 0 73.7-73.7c5.4-5.4 13.2-7.9 20.8-6.7s14.2 6 17.6 12.9c11.4 22.7 17.9 48.4 17.9 75.5 0 92.8-75.2 168-168 168-16.6 0-32.7-2.4-47.9-6.9L152.6 504.6c-31.2 31.2-81.9 31.2-113.1 0s-31.2-81.9 0-113.1L214.9 215.9c-4.5-15.2-6.9-31.3-6.9-47.9zM376 48c-66.3 0-120 53.7-120 120 0 16 3.1 31.3 8.8 45.2 3.6 8.9 1.6 19.2-5.3 26l-186.2 186.2 0 0c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L304.8 284.5c6.8-6.8 17.1-8.9 26-5.3 13.9 5.7 29.2 8.8 45.2 8.8 66.3 0 120-53.7 120-120 0-6.9-.6-13.7-1.7-20.3L441 201c-4.5 4.5-10.6 7-17 7l-64 0c-13.3 0-24-10.7-24-24l0-64c0-6.4 2.5-12.5 7-17l53.3-53.3C389.7 48.6 382.9 48 376 48z"]},{prefix:"far",iconName:"paperclip",icon:[512,512,[128206],"f0c6","M241.4 18.4c53.1-53.1 139.2-53.1 192.3 0s53.1 139.2 0 192.3L264 380.5c-34.4 34.4-90.1 34.4-124.5 0s-34.4-90.1 0-124.5L298 97.6c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L173.5 289.9c-15.6 15.6-15.6 40.9 0 56.6s40.9 15.6 56.6 0L399.8 176.8c34.4-34.4 34.4-90.1 0-124.5s-90.1-34.4-124.4 0l-181 181c-53.1 53.1-53.1 139.2 0 192.3s139.2 53.1 192.3 0L428.1 284.3c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L320.6 459.6c-71.9 71.9-188.4 71.9-260.2 0s-71.9-188.4 0-260.2l181-181z"]},{prefix:"far",iconName:"cabinet-filing",icon:[448,512,[128452],"f64b","M384 232L64 232 64 64c0-8.8 7.2-16 16-16l288 0c8.8 0 16 7.2 16 16l0 168zM16 256l0 192c0 35.3 28.7 64 64 64l288 0c35.3 0 64-28.7 64-64l0-384c0-35.3-28.7-64-64-64L80 0C44.7 0 16 28.7 16 64l0 192zM384 448c0 8.8-7.2 16-16 16L80 464c-8.8 0-16-7.2-16-16l0-168 320 0 0 168zM160 152l0-8 128 0 0 8c0 13.3 10.7 24 24 24s24-10.7 24-24l0-16c0-22.1-17.9-40-40-40L152 96c-22.1 0-40 17.9-40 40l0 16c0 13.3 10.7 24 24 24s24-10.7 24-24zm-8 184c-22.1 0-40 17.9-40 40l0 16c0 13.3 10.7 24 24 24s24-10.7 24-24l0-8 128 0 0 8c0 13.3 10.7 24 24 24s24-10.7 24-24l0-16c0-22.1-17.9-40-40-40l-144 0z"]},{prefix:"far",iconName:"arrow-up",icon:[384,512,[8593],"f062","M209.5 7c-9.4-9.4-24.6-9.4-33.9 0L7.5 175c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l127-127 0 406.1c0 13.3 10.7 24 24 24s24-10.7 24-24l0-406.1 127 127c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L209.5 7z"]},{prefix:"far",iconName:"file",icon:[384,512,[61462,128459,128196],"f15b","M176 48L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l256 0c8.8 0 16-7.2 16-16l0-240-88 0c-39.8 0-72-32.2-72-72l0-88zM316.1 160L224 67.9 224 136c0 13.3 10.7 24 24 24l68.1 0zM0 64C0 28.7 28.7 0 64 0L197.5 0c17 0 33.3 6.7 45.3 18.7L365.3 141.3c12 12 18.7 28.3 18.7 45.3L384 448c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64z"]},{prefix:"far",iconName:"circle-question",icon:[512,512,[62108,"question-circle"],"f059","M464 256a208 208 0 1 0 -416 0 208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0 256 256 0 1 1 -512 0zm256-80c-17.7 0-32 14.3-32 32 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-44.2 35.8-80 80-80s80 35.8 80 80c0 47.2-36 67.2-56 74.5l0 3.8c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-8.1c0-20.5 14.8-35.2 30.1-40.2 6.4-2.1 13.2-5.5 18.2-10.3 4.3-4.2 7.7-10 7.7-19.6 0-17.7-14.3-32-32-32zM224 368a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"]},{prefix:"far",iconName:"columns-3",icon:[448,512,[],"e361","M320 80l0 352 64 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16l-64 0zm-48 0l-96 0 0 352 96 0 0-352zM128 432l0-352-64 0c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l64 0zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96z"]},{prefix:"far",iconName:"gear",icon:[512,512,[9881,"cog"],"f013","M205.5 92.7l13.7-60.7 73.6 0 13.7 60.7c1.7 7.4 6.8 13.6 13.8 16.7 10.8 4.8 21 10.7 30.4 17.6 6.1 4.5 14.1 5.9 21.4 3.6l59.5-18.5 36.8 63.8-45.8 42.3c-5.6 5.2-8.4 12.7-7.6 20.2 1.3 11.5 1.3 23.7 0 35.2-.8 7.6 2 15.1 7.6 20.2l45.8 42.3-36.8 63.8-59.5-18.5c-7.3-2.3-15.2-.9-21.4 3.6-9.4 6.9-19.6 12.9-30.4 17.6-7 3.1-12.1 9.3-13.8 16.7l-13.7 60.7-73.6 0-13.7-60.7c-1.7-7.4-6.8-13.6-13.8-16.7-10.8-4.8-21-10.7-30.4-17.6-6.1-4.5-14.1-5.9-21.4-3.6l-59.5 18.5-36.8-63.8 45.8-42.3c5.6-5.2 8.4-12.7 7.6-20.2-1.3-11.5-1.3-23.7 0-35.2 .8-7.6-2-15.1-7.6-20.2l-45.8-42.3 36.8-63.8 59.5 18.5c7.3 2.3 15.2 .9 21.4-3.6 9.4-6.9 19.6-12.9 30.4-17.6 7-3.1 12.1-9.3 13.8-16.7zM212.8-16c-18.7 0-34.9 13-39 31.2L161.2 70.8c-6.3 3.2-12.3 6.7-18.2 10.5L88.6 64.4c-17.9-5.6-37.2 2-46.5 18.2L-1.1 157.4c-9.3 16.2-6.2 36.7 7.5 49.4l41.9 38.7c-.3 6.9-.3 14 0 21L6.4 305.2c-13.7 12.7-16.9 33.2-7.5 49.4l43.2 74.8c9.3 16.2 28.7 23.7 46.5 18.2l54.5-16.9c5.9 3.8 11.9 7.3 18.2 10.5l12.6 55.6c4.1 18.2 20.3 31.2 39 31.2l86.4 0c18.7 0 34.9-13 39-31.2l12.6-55.6c6.3-3.2 12.3-6.7 18.2-10.5l54.5 16.9c17.9 5.6 37.2-2 46.5-18.2l43.2-74.8c9.3-16.2 6.2-36.7-7.5-49.4l-41.9-38.7c.3-6.9 .3-14 0-21l41.9-38.7c13.7-12.7 16.8-33.2 7.5-49.4L470 82.6c-9.4-16.2-28.7-23.7-46.5-18.2L369 81.3c-5.9-3.8-11.9-7.3-18.2-10.5L338.3 15.2C334.1-3 317.9-16 299.2-16l-86.4 0zM304 256a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zm-48-96a96 96 0 1 0 0 192 96 96 0 1 0 0-192z"]},{prefix:"far",iconName:"circle-arrow-down",icon:[512,512,["arrow-circle-down"],"f0ab","M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM239 353c9.4 9.4 24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-31 31 0-102.1c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 102.1-31-31c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72z"]},{prefix:"far",iconName:"chart-line",icon:[512,512,["line-chart"],"f201","M48 56c0-13.3-10.7-24-24-24S0 42.7 0 56L0 400c0 44.2 35.8 80 80 80l408 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L80 432c-17.7 0-32-14.3-32-32L48 56zM473 169c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-119 119-79-79c-9.4-9.4-24.6-9.4-33.9 0L103 279c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l87-87 79 79c9.4 9.4 24.6 9.4 33.9 0L473 169z"]},{prefix:"far",iconName:"thumbs-up",icon:[512,512,[61575,128077],"f164","M171.5 38.8C192.3 4 236.5-10 274 7.6l7.2 3.8C316 32.3 330 76.5 312.4 114l0 0-14.1 30 109.7 0 7.4 .4c36.3 3.7 64.6 34.4 64.6 71.6 0 13.2-3.6 25.4-9.8 36 6.1 10.6 9.7 22.8 9.8 36 0 18.3-6.9 34.8-18 47.5 1.3 5.3 2 10.8 2 16.5 0 25.1-12.9 47-32.2 59.9-1.9 35.5-29.4 64.2-64.4 67.7l-7.4 .4-104.1 0c-18 0-35.9-3.4-52.6-9.9l-7.1-3-.7-.3-6.6-3.2-.7-.3-12.2-6.5c-12.3-6.5-23.3-14.7-32.9-24.1-4.1 26.9-27.3 47.4-55.3 47.4l-32 0c-30.9 0-56-25.1-56-56L0 200c0-30.9 25.1-56 56-56l32 0c10.8 0 20.9 3.1 29.5 8.5l50.1-106.5 .6-1.2 2.7-5 .6-.9zM56 192c-4.4 0-8 3.6-8 8l0 224c0 4.4 3.6 8 8 8l32 0c4.4 0 8-3.6 8-8l0-224c0-4.4-3.6-8-8-8l-32 0zM253.6 51c-14.8-6.9-32.3-1.6-40.7 12l-2.2 4-56.8 120.9c-3.5 7.5-5.5 15.5-6 23.7l-.1 4.2 0 112.9 .2 7.9c2.4 32.7 21.4 62.1 50.7 77.7l11.5 6.1 6.3 3.1c12.4 5.6 25.8 8.5 39.4 8.5l104.1 0 2.4-.1c12.1-1.2 21.6-11.5 21.6-23.9l-.2-2.6c-.1-.9-.2-1.7-.4-2.6-2.7-12.1 4.3-24.2 16-28 9.7-3.1 16.6-12.2 16.6-22.8 0-4.3-1.1-8.2-3.1-11.8-6.3-11.1-2.8-25.2 8-32 6.8-4.3 11.2-11.8 11.2-20.2 0-7.1-3.1-13.5-8.2-18-5.2-4.6-8.2-11.1-8.2-18s3-13.4 8.2-18c5.1-4.5 8.2-10.9 8.2-18l-.1-2.4c-1.1-11.3-10.1-20.3-21.4-21.4l-2.4-.1-147.5 0c-8.2 0-15.8-4.2-20.2-11.1-4.4-6.9-5-15.7-1.5-23.1L269 93.6c7-15 1.4-32.7-12.5-41L253.6 51z"]},{prefix:"far",iconName:"hand",icon:[512,512,[9995,129306,"hand-paper"],"f256","M256.5 0c-25.3 0-47.2 14.7-57.6 36-7-2.6-14.5-4-22.4-4-35.3 0-64 28.7-64 64l0 165.5-2.7-2.7c-25-25-65.5-25-90.5 0s-25 65.5 0 90.5L107 437c48 48 113.1 75 181 75l16.5 0c1.5 0 3-.1 4.5-.4 91.7-6.2 165-79.4 171.1-171.1 .3-1.5 .4-3 .4-4.5l0-176c0-35.3-28.7-64-64-64-5.5 0-10.9 .7-16 2l0-2c0-35.3-28.7-64-64-64-7.9 0-15.4 1.4-22.4 4-10.4-21.3-32.3-36-57.6-36zm-16 96.1l0-.1 0-32c0-8.8 7.2-16 16-16s16 7.2 16 16l0 168c0 13.3 10.7 24 24 24s24-10.7 24-24l0-136c0-8.8 7.2-16 16-16s16 7.2 16 16l0 136c0 13.3 10.7 24 24 24s24-10.7 24-24l0-72c0-8.8 7.2-16 16-16s16 7.2 16 16l0 172.9c-.1 .6-.1 1.3-.2 1.9-3.4 69.7-59.3 125.6-129 129-.6 0-1.3 .1-1.9 .2L288 464C232.9 464 180 442.1 141 403.1L53.2 315.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l43.7 43.7c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2l0-223.4c0-8.8 7.2-16 16-16 8.8 0 16 7.1 16 15.9l0 136.1c0 13.3 10.7 24 24 24s24-10.7 24-24l0-135.9z"]},{prefix:"far",iconName:"circle",icon:[512,512,[61915,61708,11044,9899,9898,9679,128996,128995,128994,128993,128992,128309,128308],"f111","M464 256a208 208 0 1 0 -416 0 208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0 256 256 0 1 1 -512 0z"]},{prefix:"far",iconName:"calendar-day",icon:[448,512,[],"f783","M120 0c13.3 0 24 10.7 24 24l0 40 160 0 0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40 32 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 128C0 92.7 28.7 64 64 64l32 0 0-40c0-13.3 10.7-24 24-24zm0 112l-56 0c-8.8 0-16 7.2-16 16l0 288c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-288c0-8.8-7.2-16-16-16l-264 0zm24 144l0 80 80 0 0-80-80 0zm-48 0c0-26.5 21.5-48 48-48l80 0c26.5 0 48 21.5 48 48l0 80c0 26.5-21.5 48-48 48l-80 0c-26.5 0-48-21.5-48-48l0-80z"]},{prefix:"far",iconName:"cloud",icon:[576,512,[9729],"f0c2","M80 192c0-88.4 71.6-160 160-160 47.1 0 89.4 20.4 118.7 52.7 10.6-3.1 21.8-4.7 33.3-4.7 66.3 0 120 53.7 120 120 0 13.2-2.1 25.9-6.1 37.8 41.6 21.1 70.1 64.3 70.1 114.2 0 70.7-57.3 128-128 128l-304 0c-79.5 0-144-64.5-144-144 0-56.8 32.9-105.9 80.7-129.4-.4-4.8-.7-9.7-.7-14.6zM240 80c-61.9 0-112 50.1-112 112 0 8.4 .9 16.6 2.7 24.5 2.7 12.1-4.3 24.3-16.1 28.1-38.7 12.4-66.6 48.7-66.6 91.4 0 53 43 96 96 96l304 0c44.2 0 80-35.8 80-80 0-37.4-25.7-68.9-60.5-77.6-7.5-1.9-13.6-7.2-16.5-14.3s-2.1-15.2 2-21.7c7-11.1 11-24.2 11-38.3 0-39.8-32.2-72-72-72-11.1 0-21.5 2.5-30.8 6.9-10.5 5-23.1 1.7-29.8-7.8-20.3-28.6-53.7-47.1-91.3-47.1z"]},{prefix:"far",iconName:"list-tree",icon:[512,512,[],"e1d2","M48 48c-26.5 0-48 21.5-48 48 0 17.8 9.7 33.3 24 41.6L24 384c0 30.9 25.1 56 56 56l54.4 0c8.3 14.3 23.8 24 41.6 24 26.5 0 48-21.5 48-48s-21.5-48-48-48c-17.8 0-33.3 9.7-41.6 24L80 392c-4.4 0-8-3.6-8-8l0-104 62.4 0c8.3 14.3 23.8 24 41.6 24 26.5 0 48-21.5 48-48s-21.5-48-48-48c-17.8 0-33.3 9.7-41.6 24l-62.4 0 0-94.4c14.3-8.3 24-23.8 24-41.6 0-26.5-21.5-48-48-48zM160 96c0 13.3 10.7 24 24 24l304 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L184 72c-13.3 0-24 10.7-24 24zM288 256c0 13.3 10.7 24 24 24l176 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-176 0c-13.3 0-24 10.7-24 24zm0 160c0 13.3 10.7 24 24 24l176 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-176 0c-13.3 0-24 10.7-24 24z"]},{prefix:"far",iconName:"arrows-maximize",icon:[448,512,["expand-arrows"],"f31d","M296 32c-13.3 0-24 10.7-24 24s10.7 24 24 24L366.1 80 224 222.1 81.9 80 152 80c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 32C10.7 32 0 42.7 0 56L0 184c0 13.3 10.7 24 24 24s24-10.7 24-24L48 113.9 190.1 256 48 398.1 48 328c0-13.3-10.7-24-24-24S0 314.7 0 328L0 456c0 13.3 10.7 24 24 24l128 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L81.9 432 224 289.9 366.1 432 296 432c-13.3 0-24 10.7-24 24s10.7 24 24 24l128 0c13.3 0 24-10.7 24-24l0-128c0-13.3-10.7-24-24-24s-24 10.7-24 24L400 398.1 257.9 256 400 113.9 400 184c0 13.3 10.7 24 24 24s24-10.7 24-24l0-128c0-13.3-10.7-24-24-24L296 32z"]},{prefix:"far",iconName:"angle-right",icon:[256,512,[8250],"f105","M241.5 239c9.4 9.4 9.4 24.6 0 33.9L81.5 433c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l143-143-143-143c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l160 160z"]},{prefix:"far",iconName:"sparkles",icon:[576,512,[10024],"f890","M391.5 53.2c-4.5 1.7-7.5 6-7.5 10.8s3 9.1 7.5 10.8L448 96 469.2 152.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L512 96 568.5 74.8c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L512 32 490.8-24.5c-1.7-4.5-6-7.5-10.8-7.5s-9.1 3-10.8 7.5L448 32 391.5 53.2zM167.9 208.5l24.1-52.1 24.1 52.1c4.8 10.4 13.1 18.7 23.5 23.5l52.1 24.1-52.1 24.1c-10.4 4.8-18.7 13.1-23.5 23.5l-24.1 52.1-24.1-52.1c-4.8-10.4-13.1-18.7-23.5-23.5L92.3 256 144.5 231.9c10.4-4.8 18.7-13.1 23.5-23.5zM165.6 99.1l-41.2 89.3-89.3 41.2-.6 .3c-3.9 1.8-12.3 5.7-25.2 11.6-5.7 2.6-9.3 8.3-9.3 14.5s3.6 11.9 9.3 14.5c12.9 5.9 21.2 9.8 25.2 11.6l.6 .3 89.3 41.2 41.2 89.3 .3 .6c1.8 3.9 5.7 12.3 11.6 25.2 2.6 5.7 8.3 9.3 14.5 9.3s11.9-3.6 14.5-9.3c14.4-31.1 15.1-32.7 53.1-115l89.3-41.2 .6-.3c3.9-1.8 12.3-5.7 25.2-11.6 5.7-2.6 9.3-8.3 9.3-14.5s-3.6-11.9-9.3-14.5c-31.1-14.4-32.7-15.1-115-53.1l-41.2-89.3-.3-.6c-1.8-3.9-5.7-12.3-11.6-25.2-2.6-5.7-8.3-9.3-14.5-9.3s-11.9 3.6-14.5 9.3c-13.8 29.8-11.5 25-11.9 25.8zM416 416l-56.5 21.2c-4.5 1.7-7.5 6-7.5 10.8s3 9.1 7.5 10.8L416 480 437.2 536.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L480 480 536.5 458.8c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L480 416 458.8 359.5c-1.7-4.5-6-7.5-10.8-7.5s-9.1 3-10.8 7.5L416 416z"]},{prefix:"far",iconName:"code",icon:[576,512,[],"f121","M337.1 16.9c3.9-12.7 17.4-19.7 30-15.8s19.7 17.4 15.8 30l-144 464c-3.9 12.7-17.4 19.7-30 15.8s-19.7-17.4-15.8-30l144-464zM145 135c9.4 9.4 9.4 24.6 0 33.9l-87 87 87 87c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L111 135c9.4-9.4 24.6-9.4 33.9 0zM431 135c9.4-9.4 24.6-9.4 33.9 0L569 239c9.4 9.4 9.4 24.6 0 33.9L465 377c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l87-87-87-87c-9.4-9.4-9.4-24.6 0-33.9z"]},{prefix:"far",iconName:"align-center",icon:[448,512,[],"f037","M120 40c-13.3 0-24 10.7-24 24s10.7 24 24 24l208 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L120 40zM24 168c-13.3 0-24 10.7-24 24s10.7 24 24 24l400 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 168zM96 320c0 13.3 10.7 24 24 24l208 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-208 0c-13.3 0-24 10.7-24 24zM24 424c-13.3 0-24 10.7-24 24s10.7 24 24 24l400 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 424z"]},{prefix:"far",iconName:"comment-question",icon:[512,512,[],"e14b","M0 240c0 54.4 19.3 104.6 51.9 144.9L3.1 474.3c-2 3.7-3.1 7.9-3.1 12.2 0 14.1 11.4 25.5 25.5 25.5 4 0 7.8-.6 11.5-2.1L153.4 460c31.4 12.9 66.1 20 102.6 20 141.4 0 256-107.5 256-240S397.4 0 256 0 0 107.5 0 240zM94 407.9c9.3-17.1 7.4-38.1-4.8-53.2-26.1-32.3-41.2-71.9-41.2-114.7 0-103.2 90.2-192 208-192s208 88.8 208 192-90.2 192-208 192c-30.2 0-58.7-5.9-84.3-16.4-11.9-4.9-25.3-4.8-37.1 .3L76 440.9 94 407.9zM256 168c16.1 0 29.2 13.1 29.2 29.2 0 8.7-3.1 13.9-6.9 17.7-4.5 4.4-10.7 7.5-16.8 9.5-14.9 5-29.5 19.3-29.5 39.5 0 13.3 10.7 24 24 24 11.5 0 21.2-8.1 23.5-19 19.2-7.1 53.7-26.3 53.7-71.8 0-42.6-34.6-77.2-77.2-77.2s-77.2 34.6-77.2 77.2c0 13.3 10.7 24 24 24s24-10.7 24-24c0-16.1 13.1-29.2 29.2-29.2zm28 168a28 28 0 1 0 -56 0 28 28 0 1 0 56 0z"]},{prefix:"far",iconName:"image",icon:[448,512,[],"f03e","M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm128 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm136 72c8.5 0 16.4 4.5 20.7 11.8l80 136c4.4 7.4 4.4 16.6 .1 24.1S352.6 384 344 384l-240 0c-8.9 0-17.2-5-21.3-12.9s-3.5-17.5 1.6-24.8l56-80c4.5-6.4 11.8-10.2 19.7-10.2s15.2 3.8 19.7 10.2l17.2 24.6 46.5-79c4.3-7.3 12.2-11.8 20.7-11.8z"]},{prefix:"far",iconName:"arrow-up-right-and-arrow-down-left-from-center",icon:[512,512,[],"e0a0","M295 183c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l135-135 0 86.1c0 13.3 10.7 24 24 24s24-10.7 24-24l0-144c0-13.3-10.7-24-24-24L344 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l86.1 0-135 135zM217 329c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L48 430.1 48 344c0-13.3-10.7-24-24-24S0 330.7 0 344L0 488c0 13.3 10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-86.1 0 135-135z"]},{prefix:"far",iconName:"thumbs-down",icon:[512,512,[61576,128078],"f165","M360 32l7.4 .4c35 3.6 62.5 32.2 64.4 67.7 17.8 11.8 30.1 31.4 32 53.9l.2 6c0 5.7-.7 11.2-2 16.5 10.2 11.5 16.8 26.3 17.8 42.7l.2 4.8c0 13.2-3.6 25.4-9.8 36 4.9 8.4 8.2 17.9 9.3 28l.4 8c0 37.3-28.3 67.9-64.6 71.6l-7.4 .4-109.7 0 14.1 30 3.1 7.6c12.5 35.7-1.8 75.5-34.2 95l-7.2 3.9c-37.5 17.6-81.7 3.6-102.6-31.2l-.6-.9-2.7-5-.6-1.2-30.1-64c-9.4 17.8-28 29.9-49.5 29.9l-32 0c-30.9 0-56-25.1-56-56L0 152c0-30.9 25.1-56 56-56l32 0c12.4 0 23.9 4.1 33.2 11 13.2-21.4 32-39.4 55-51.6l12.2-6.5 .7-.3 6.6-3.2 .7-.3 7.1-3c16.7-6.6 34.5-9.9 52.6-9.9L360 32zM255.9 80c-12 0-23.9 2.3-35.1 6.6l-4.7 2-5.3 2.6 0 0-12.2 6.5c-29.2 15.5-48.3 44.9-50.7 77.6l-.2 8 0 112.9 .1 4.1c.5 8.2 2.5 16.2 6 23.7l56.8 120.9 2.1 3.8c8.4 13.7 26 19.1 40.8 12.2l2.9-1.6c13-7.8 18.7-23.7 13.7-38l-1.2-3-30.2-64.2c-3.5-7.4-2.9-16.1 1.5-23.1s12-11.1 20.2-11.1l147.5 0 2.4-.1c11.3-1.1 20.3-10.1 21.4-21.4l.1-2.5c0-7.1-3.1-13.5-8.2-18-5.2-4.6-8.2-11.1-8.2-18s3-13.4 8.2-18c4.4-3.9 7.4-9.3 8-15.3l.2-2.7c0-8.4-4.4-15.9-11.2-20.2-10.7-6.9-14.2-20.9-8-32 1.5-2.6 2.5-5.6 2.9-8.6l.2-3.2c0-10.6-6.9-19.6-16.6-22.8-11.7-3.8-18.7-15.9-16-28 .2-.9 .3-1.8 .4-2.6l.2-2.6c0-12.4-9.5-22.6-21.6-23.8L360 80 255.9 80zM56 144c-4.4 0-8 3.6-8 8l0 224c0 4.4 3.6 8 8 8l32 0c4.4 0 8-3.6 8-8l0-224c0-4.4-3.6-8-8-8l-32 0z"]},{prefix:"far",iconName:"diagram-sankey",icon:[576,512,[],"e158","M327.6 112c-2.5 0-4.8 1.1-6.3 3.1l-68.8 87.5c-10.6 13.5-26.8 21.4-44 21.4L24 224c-13.3 0-24-10.7-24-24s10.7-24 24-24l184.4 0c2.5 0 4.8-1.1 6.3-3.1l68.8-87.5c10.6-13.5 26.8-21.4 44-21.4L520 64c13.3 0 24 10.7 24 24s-10.7 24-24 24l-192.4 0zM212 320L266 396.6c1.5 2.1 3.9 3.4 6.5 3.4L520 400c13.3 0 24 10.7 24 24s-10.7 24-24 24l-247.4 0c-18.2 0-35.3-8.8-45.8-23.7L153.2 320 24 320c-13.3 0-24-10.7-24-24s10.7-24 24-24l496 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-308 0z"]},{prefix:"far",iconName:"message-check",icon:[512,512,["comment-alt-check"],"f4a2","M416 32c53 0 96 43 96 96l0 224c0 53-43 96-96 96l-120.4 0-129.8 91.6c-7.3 5.2-16.9 5.8-24.9 1.7S128 529 128 520l0-72-32 0c-53 0-96-43-96-96L0 128C0 75 43 32 96 32l320 0zM96 80c-26.5 0-48 21.5-48 48l0 224c0 26.5 21.5 48 48 48l56 0c13.3 0 24 10.7 24 24l0 49.7 91.9-64.9c8.1-5.7 17.8-8.8 27.7-8.8L416 400c26.5 0 48-21.5 48-48l0-224c0-26.5-21.5-48-48-48L96 80zm230.7 65.9c7.8-10.7 22.8-13.1 33.5-5.3 10.7 7.8 13.1 22.8 5.3 33.5L243.4 342.1c-4.1 5.7-10.5 9.3-17.5 9.8-7 .5-13.9-2-18.8-6.9l-55.9-55.9c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l36 36 105.6-145.2z"]},{prefix:"far",iconName:"bold",icon:[384,512,[],"f032","M24 32C10.7 32 0 42.7 0 56S10.7 80 24 80l40 0 0 352-40 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l236 0c68.5 0 124-55.5 124-124 0-48.9-28.3-91.1-69.3-111.3 23-22.5 37.3-53.9 37.3-88.7 0-68.5-55.5-124-124-124L24 32zM304 156c0 42-34 76-76 76l-116 0 0-152 116 0c42 0 76 34 76 76zM112 432l0-152 148 0c42 0 76 34 76 76s-34 76-76 76l-148 0z"]},{prefix:"far",iconName:"circle-stop",icon:[512,512,[62094,"stop-circle"],"f28d","M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM160 192l0 128c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32l-128 0c-17.7 0-32 14.3-32 32zm48 112l0-96 96 0 0 96-96 0z"]},{prefix:"far",iconName:"arrow-right-to-bracket",icon:[512,512,["sign-in"],"f090","M209 409L345 273c9.4-9.4 9.4-24.6 0-33.9L209 103c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l95 95-246.1 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l246.1 0-95 95c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0zM344 80l72 0c26.5 0 48 21.5 48 48l0 256c0 26.5-21.5 48-48 48l-72 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l72 0c53 0 96-43 96-96l0-256c0-53-43-96-96-96l-72 0c-13.3 0-24 10.7-24 24s10.7 24 24 24z"]},{prefix:"far",iconName:"users",icon:[640,512,[],"f0c0","M320 192a64 64 0 1 0 0-128 64 64 0 1 0 0 128zm0-176a112 112 0 1 1 0 224 112 112 0 1 1 0-224zM296 336c-57.4 0-104 46.6-104 104l0 16c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-16c0-83.9 68.1-152 152-152l48 0c83.9 0 152 68.1 152 152l0 16c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-16c0-57.4-46.6-104-104-104l-48 0zm135.4-93.2c11.7-11.3 21.6-24.4 29.4-38.8 5.9 2.6 12.4 4 19.2 4 26.5 0 48-21.5 48-48s-21.5-48-48-48l-.8 0c-1.6-16.6-5.8-32.4-12.1-47.1 4.2-.6 8.6-.9 12.9-.9 53 0 96 43 96 96s-43 96-96 96c-17.7 0-34.3-4.8-48.6-13.2zM160 64c4.4 0 8.7 .3 12.9 .9-6.3 14.7-10.5 30.6-12.1 47.1l-.8 0c-26.5 0-48 21.5-48 48s21.5 48 48 48c6.8 0 13.3-1.4 19.2-4 7.8 14.4 17.7 27.5 29.4 38.8-14.2 8.4-30.8 13.2-48.6 13.2-53 0-96-43-96-96s43-96 96-96zM149.3 304c-15.1 16.3-27.5 35-36.5 55.6-38 15.5-64.8 52.8-64.8 96.4 0 13.3-10.7 24-24 24S0 469.3 0 456c0-83.1 66.6-150.6 149.3-152zm377.9 55.6c-9-20.6-21.5-39.4-36.5-55.6 82.7 1.4 149.3 68.9 149.3 152 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-43.6-26.8-80.9-64.8-96.4z"]},{prefix:"far",iconName:"arrow-turn-down-right",icon:[512,512,[],"e3d6","M48 88c0-13.3-10.7-24-24-24S0 74.7 0 88l0 96c0 53 43 96 96 96l334.1 0-95 95c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L505 273c4.5-4.5 7-10.6 7-17s-2.5-12.5-7-17L369 103c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l95 95-334.1 0c-26.5 0-48-21.5-48-48l0-96z"]},{prefix:"far",iconName:"print",icon:[512,512,[9113,128438,128424],"f02f","M384 144l48 0 0-37.5c0-17-6.7-33.3-18.7-45.3L370.7 18.7C358.7 6.7 342.5 0 325.5 0L144 0C108.7 0 80 28.7 80 64l0 80 48 0 0-80c0-8.8 7.2-16 16-16l181.5 0c4.2 0 8.3 1.7 11.3 4.7l42.5 42.5c3 3 4.7 7.1 4.7 11.3l0 37.5zM368 368l0 96-224 0 0-96 224 0zM128 320c-17.7 0-32 14.3-32 32l0 16-48 0 0-112c0-8.8 7.2-16 16-16l384 0c8.8 0 16 7.2 16 16l0 112-48 0 0-16c0-17.7-14.3-32-32-32l-256 0zm288 96l64 0c17.7 0 32-14.3 32-32l0-128c0-35.3-28.7-64-64-64L64 192c-35.3 0-64 28.7-64 64L0 384c0 17.7 14.3 32 32 32l64 0 0 64c0 17.7 14.3 32 32 32l256 0c17.7 0 32-14.3 32-32l0-64z"]},{prefix:"far",iconName:"align-right",icon:[448,512,[],"f038","M424 40c13.3 0 24 10.7 24 24s-10.7 24-24 24L184 88c-13.3 0-24-10.7-24-24s10.7-24 24-24l240 0zm0 128c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 216c-13.3 0-24-10.7-24-24s10.7-24 24-24l400 0zm24 152c0 13.3-10.7 24-24 24l-240 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l240 0c13.3 0 24 10.7 24 24zM424 424c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 472c-13.3 0-24-10.7-24-24s10.7-24 24-24l400 0z"]},{prefix:"far",iconName:"flask",icon:[448,512,[],"f0c3","M96 24c0-13.3 10.7-24 24-24L328 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 169.6 120.7 211.2c4.8 8.4 7.3 17.9 7.3 27.6 0 30.7-24.9 55.6-55.6 55.6L55.6 512c-30.7 0-55.6-24.9-55.6-55.6 0-9.7 2.5-19.2 7.3-27.6L128 217.6 128 48 120 48c-13.3 0-24-10.7-24-24zm80 24l0 176c0 4.2-1.1 8.3-3.2 11.9l-38.9 68.1 180.1 0-38.9-68.1c-2.1-3.6-3.2-7.7-3.2-11.9l0-176-96 0zM106.5 352L49 452.6c-.7 1.1-1 2.4-1 3.8 0 4.2 3.4 7.6 7.6 7.6l336.8 0c4.2 0 7.6-3.4 7.6-7.6 0-1.3-.3-2.6-1-3.8l-57.5-100.6-235 0z"]},{prefix:"far",iconName:"magnifying-glass-plus",icon:[512,512,["search-plus"],"f00e","M208 48a160 160 0 1 1 0 320 160 160 0 1 1 0-320zm0 368c48.8 0 93.7-16.8 129.1-44.9L471 505c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L371.1 337.1C399.2 301.7 416 256.8 416 208 416 93.1 322.9 0 208 0S0 93.1 0 208 93.1 416 208 416zm0-304c-13.3 0-24 10.7-24 24l0 48-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l48 0 0 48c0 13.3 10.7 24 24 24s24-10.7 24-24l0-48 48 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0 0-48c0-13.3-10.7-24-24-24z"]},{prefix:"far",iconName:"photo-film",icon:[640,512,["photo-video"],"f87c","M576 48c8.8 0 16 7.2 16 16l0 224c0 8.8-7.2 16-16 16l-320 0c-8.8 0-16-7.2-16-16l0-224c0-8.8 7.2-16 16-16l320 0zM256 0c-35.3 0-64 28.7-64 64l0 224c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64L256 0zM456 96c-8.3 0-16 4.3-20.4 11.3l-47.5 76.1-17.2-22.1c-4.5-5.8-11.5-9.3-18.9-9.3s-14.4 3.4-18.9 9.3l-56 72c-5.6 7.2-6.6 17-2.6 25.3S286.8 272 296 272l240 0c8.7 0 16.8-4.7 21-12.4s4-17-.6-24.4l-80-128C472 100.3 464.3 96 456 96zM336 112a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM120 128l-56 0c-35.3 0-64 28.7-64 64L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-16-48 0 0 16c0 8.8-7.2 16-16 16l-32 0 0-32-48 0 0 32-160 0 0-304-24 0zM96 176l0 56-48 0 0-40c0-8.8 7.2-16 16-16l32 0zm0 256l-32 0c-8.8 0-16-7.2-16-16l0-40 48 0 0 56zM48 328l0-48 48 0 0 48-48 0z"]},{prefix:"far",iconName:"shield-check",icon:[512,512,[],"f2f7","M256.1 0c4.6 0 9.2 1 13.3 2.9L457.8 82.8c22 9.3 38.4 31 38.3 57.2-.5 99.2-41.3 280.7-213.6 363.2-16.7 8-36.1 8-52.8 0-172.4-82.5-213.2-263.9-213.7-363.2-.1-26.2 16.3-47.9 38.3-57.2L242.7 2.9C246.8 1 251.4 0 256.1 0zM73.1 127c-5.9 2.5-9.1 7.7-9 12.7 .5 91.4 38.4 249.3 186.4 320.1 3.6 1.7 7.8 1.7 11.3 0 148-70.8 185.9-228.7 186.3-320.1 0-5-3.1-10.2-9-12.7l-183-77.6-183 77.6zm240.3 34.9c7.8-10.7 22.8-13.1 33.5-5.3 10.7 7.8 13.1 22.8 5.3 33.5L249.8 330.9c-4.2 5.7-10.7 9.3-17.8 9.8s-14-2.2-18.9-7.3l-46.4-48c-9.2-9.5-9-24.7 .6-33.9 9.5-9.2 24.7-8.9 33.9 .6l26.5 27.4 85.6-117.7z"]},{prefix:"far",iconName:"strikethrough",icon:[512,512,[],"f0cc","M96 151.7C96 85.6 149.6 32 215.7 32L376 32c13.3 0 24 10.7 24 24s-10.7 24-24 24L215.7 80c-39.6 0-71.7 32.1-71.7 71.7 0 34.8 25 64.6 59.2 70.6L303.4 240 488 240c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 288c-13.3 0-24-10.7-24-24s10.7-24 24-24l110.9 0C110.8 217.9 96 186.3 96 151.7zM363.8 336l49.8 0c1.6 7.9 2.5 16 2.5 24.3 0 66.1-53.6 119.7-119.7 119.7L136 480c-13.3 0-24-10.7-24-24s10.7-24 24-24l160.3 0c39.6 0 71.7-32.1 71.7-71.7 0-8.5-1.5-16.7-4.2-24.3z"]},{prefix:"far",iconName:"folder-open",icon:[576,512,[61717,128449,128194],"f07c","M97.5 400l50-160 379.4 0-50 160-379.4 0zm190.7 48L477 448c21 0 39.6-13.6 45.8-33.7l50-160c9.7-30.9-13.4-62.3-45.8-62.3l-379.4 0c-21 0-39.6 13.6-45.8 33.7L80.2 294.4 80.2 96c0-8.8 7.2-16 16-16l138.7 0c3.5 0 6.8 1.1 9.6 3.2L282.9 112c13.8 10.4 30.7 16 48 16l117.3 0c8.8 0 16 7.2 16 16l48 0c0-35.3-28.7-64-64-64L330.9 80c-6.9 0-13.7-2.2-19.2-6.4L273.3 44.8C262.2 36.5 248.8 32 234.9 32L96.2 32c-35.3 0-64 28.7-64 64l0 288c0 35.3 28.7 64 64 64l192 0z"]},{prefix:"far",iconName:"clone",icon:[512,512,[],"f24d","M288 464L64 464c-8.8 0-16-7.2-16-16l0-224c0-8.8 7.2-16 16-16l48 0 0-48-48 0c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l224 0c35.3 0 64-28.7 64-64l0-48-48 0 0 48c0 8.8-7.2 16-16 16zM224 304c-8.8 0-16-7.2-16-16l0-224c0-8.8 7.2-16 16-16l224 0c8.8 0 16 7.2 16 16l0 224c0 8.8-7.2 16-16 16l-224 0zm-64-16c0 35.3 28.7 64 64 64l224 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64L224 0c-35.3 0-64 28.7-64 64l0 224z"]},{prefix:"far",iconName:"heart",icon:[512,512,[61578,10084,9829,129505,129294,129293,128420,128156,128155,128154,128153],"f004","M378.9 80c-27.3 0-53 13.1-69 35.2l-34.4 47.6c-4.5 6.2-11.7 9.9-19.4 9.9s-14.9-3.7-19.4-9.9l-34.4-47.6c-16-22.1-41.7-35.2-69-35.2-47 0-85.1 38.1-85.1 85.1 0 49.9 32 98.4 68.1 142.3 41.1 50 91.4 94 125.9 120.3 3.2 2.4 7.9 4.2 14 4.2s10.8-1.8 14-4.2c34.5-26.3 84.8-70.4 125.9-120.3 36.2-43.9 68.1-92.4 68.1-142.3 0-47-38.1-85.1-85.1-85.1zM271 87.1c25-34.6 65.2-55.1 107.9-55.1 73.5 0 133.1 59.6 133.1 133.1 0 68.6-42.9 128.9-79.1 172.8-44.1 53.6-97.3 100.1-133.8 127.9-12.3 9.4-27.5 14.1-43.1 14.1s-30.8-4.7-43.1-14.1C176.4 438 123.2 391.5 79.1 338 42.9 294.1 0 233.7 0 165.1 0 91.6 59.6 32 133.1 32 175.8 32 216 52.5 241 87.1l15 20.7 15-20.7z"]},{prefix:"far",iconName:"paper-plane",icon:[576,512,[61913],"f1d8","M290.5 287.7L491.4 86.9 359 456.3 290.5 287.7zM457.4 53L256.6 253.8 88 185.3 457.4 53zM38.1 216.8l205.8 83.6 83.6 205.8c5.3 13.1 18.1 21.7 32.3 21.7 14.7 0 27.8-9.2 32.8-23.1L570.6 8c3.5-9.8 1-20.6-6.3-28s-18.2-9.8-28-6.3L39.4 151.7c-13.9 5-23.1 18.1-23.1 32.8 0 14.2 8.6 27 21.7 32.3z"]},{prefix:"far",iconName:"magnifying-glass-minus",icon:[512,512,["search-minus"],"f010","M208 48a160 160 0 1 1 0 320 160 160 0 1 1 0-320zm0 368c48.8 0 93.7-16.8 129.1-44.9L471 505c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L371.1 337.1C399.2 301.7 416 256.8 416 208 416 93.1 322.9 0 208 0S0 93.1 0 208 93.1 416 208 416zM136 184c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0z"]},{prefix:"far",iconName:"book",icon:[448,512,[128212],"f02d","M88 0C39.4 0 0 39.4 0 88L0 432c0 44.2 35.8 80 80 80l344 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0-76.1C435.3 375 448 353 448 328l0-256c0-39.8-32.2-72-72-72L88 0zM368 400l0 64-288 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l288 0zM80 352c-11.4 0-22.2 2.4-32 6.7L48 88c0-22.1 17.9-40 40-40l288 0c13.3 0 24 10.7 24 24l0 256c0 13.3-10.7 24-24 24L80 352zm48-200c0 13.3 10.7 24 24 24l176 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-176 0c-13.3 0-24 10.7-24 24zm24 72c-13.3 0-24 10.7-24 24s10.7 24 24 24l176 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-176 0z"]},{prefix:"far",iconName:"clock",icon:[512,512,[128339,"clock-four"],"f017","M464 256a208 208 0 1 1 -416 0 208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0 256 256 0 1 0 -512 0zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"]},{prefix:"far",iconName:"ellipsis-vertical",icon:[128,512,["ellipsis-v"],"f142","M112 80a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zM16 256c0-26.5 21.5-48 48-48s48 21.5 48 48-21.5 48-48 48-48-21.5-48-48zm96 176c0 26.5-21.5 48-48 48s-48-21.5-48-48 21.5-48 48-48 48 21.5 48 48z"]},{prefix:"far",iconName:"arrow-right-to-line",icon:[512,512,[8677,"arrow-to-right"],"f340","M512 88c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 336c0 13.3 10.7 24 24 24s24-10.7 24-24l0-336zM377 273c9.4-9.4 9.4-24.6 0-33.9L241 103c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l95 95-278.1 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l278.1 0-95 95c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L377 273z"]},{prefix:"far",iconName:"angle-left",icon:[256,512,[8249],"f104","M15.5 239c-9.4 9.4-9.4 24.6 0 33.9l160 160c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-143-143 143-143c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L15.5 239z"]},{prefix:"far",iconName:"calendar-circle-exclamation",icon:[576,512,[],"e46e","M152 0c13.3 0 24 10.7 24 24l0 40 160 0 0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40 32 0c35.3 0 64 28.7 64 64l0 86c-15.3-3.9-31.4-6-48-6-27.3 0-53.3 5.7-76.9 16L80 224 80 416c0 8.8 7.2 16 16 16l146.7 0c2.8 16.8 7.8 32.9 14.8 48L96 480c-35.3 0-64-28.7-64-64l0-288c0-35.3 28.7-64 64-64l32 0 0-40c0-13.3 10.7-24 24-24zm0 112l-56 0c-8.8 0-16 7.2-16 16l0 48 352 0 0-48c0-8.8-7.2-16-16-16l-264 0zM432 256a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 228a20 20 0 1 0 0-40 20 20 0 1 0 0 40zm0-180c-8.8 0-16 7.2-16 16l0 80c0 8.8 7.2 16 16 16s16-7.2 16-16l0-80c0-8.8-7.2-16-16-16z"]},{prefix:"far",iconName:"expand",icon:[448,512,[],"f065","M136 32c13.3 0 24 10.7 24 24s-10.7 24-24 24l-88 0 0 88c0 13.3-10.7 24-24 24S0 181.3 0 168L0 56C0 42.7 10.7 32 24 32l112 0zM0 344c0-13.3 10.7-24 24-24s24 10.7 24 24l0 88 88 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 480c-13.3 0-24-10.7-24-24L0 344zM424 32c13.3 0 24 10.7 24 24l0 112c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-88-88 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l112 0zM400 344c0-13.3 10.7-24 24-24s24 10.7 24 24l0 112c0 13.3-10.7 24-24 24l-112 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l88 0 0-88z"]},{prefix:"far",iconName:"equals",icon:[448,512,[62764],"3d","M24 128c-13.3 0-24 10.7-24 24s10.7 24 24 24l400 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 128zm0 208c-13.3 0-24 10.7-24 24s10.7 24 24 24l400 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 336z"]},{prefix:"far",iconName:"receipt",icon:[384,512,[129534],"f543","M32.4 1.5C25.1-1.2 16.8-.2 10.3 4.3S0 16.1 0 24L0 488c0 7.9 3.9 15.2 10.3 19.7s14.7 5.5 22.1 2.7l55-20.6 47.1 20.2c6.5 2.8 13.9 2.6 20.2-.6l37.3-18.6 37.3 18.6c6.3 3.2 13.7 3.4 20.2 .6l47.1-20.2 55 20.6c7.4 2.8 15.6 1.7 22.1-2.7S384 495.9 384 488l0-464c0-7.9-3.9-15.2-10.3-19.7s-14.7-5.5-22.1-2.7l-55 20.6-47.1-20.2C243-.8 235.6-.6 229.3 2.5L192 21.2 154.7 2.5C148.4-.6 141-.8 134.5 1.9L87.4 22.1 32.4 1.5zM48 453.4L48 58.6 79.6 70.5c5.8 2.2 12.2 2 17.9-.4l45.8-19.6 38 19c6.8 3.4 14.7 3.4 21.5 0l38-19 45.8 19.6c5.7 2.4 12.1 2.6 17.9 .4l31.6-11.8 0 394.7-31.6-11.8c-5.8-2.2-12.2-2-17.9 .4l-45.8 19.6-38-19c-6.8-3.4-14.7-3.4-21.5 0l-38 19-45.8-19.6c-5.7-2.4-12.1-2.6-17.9-.4L48 453.4zM120 136c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0zm0 192c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0zM96 256c0 13.3 10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0c-13.3 0-24 10.7-24 24z"]},{prefix:"far",iconName:"eye",icon:[576,512,[128065],"f06e","M288 80C222.8 80 169.2 109.6 128.1 147.7 89.6 183.5 63 226 49.4 256 63 286 89.6 328.5 128.1 364.3 169.2 402.4 222.8 432 288 432s118.8-29.6 159.9-67.7C486.4 328.5 513 286 526.6 256 513 226 486.4 183.5 447.9 147.7 406.8 109.6 353.2 80 288 80zM95.4 112.6C142.5 68.8 207.2 32 288 32s145.5 36.8 192.6 80.6c46.8 43.5 78.1 95.4 93 131.1 3.3 7.9 3.3 16.7 0 24.6-14.9 35.7-46.2 87.7-93 131.1-47.1 43.7-111.8 80.6-192.6 80.6S142.5 443.2 95.4 399.4c-46.8-43.5-78.1-95.4-93-131.1-3.3-7.9-3.3-16.7 0-24.6 14.9-35.7 46.2-87.7 93-131.1zM288 336c44.2 0 80-35.8 80-80 0-29.6-16.1-55.5-40-69.3-1.4 59.7-49.6 107.9-109.3 109.3 13.8 23.9 39.7 40 69.3 40zm-79.6-88.4c2.5 .3 5 .4 7.6 .4 35.3 0 64-28.7 64-64 0-2.6-.2-5.1-.4-7.6-37.4 3.9-67.2 33.7-71.1 71.1zm45.6-115c10.8-3 22.2-4.5 33.9-4.5 8.8 0 17.5 .9 25.8 2.6 .3 .1 .5 .1 .8 .2 57.9 12.2 101.4 63.7 101.4 125.2 0 70.7-57.3 128-128 128-61.6 0-113-43.5-125.2-101.4-1.8-8.6-2.8-17.5-2.8-26.6 0-11 1.4-21.8 4-32 .2-.7 .3-1.3 .5-1.9 11.9-43.4 46.1-77.6 89.5-89.5z"]},{prefix:"far",iconName:"align-left",icon:[448,512,[],"f036","M24 40C10.7 40 0 50.7 0 64S10.7 88 24 88l240 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 40zm0 128c-13.3 0-24 10.7-24 24s10.7 24 24 24l400 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 168zM0 320c0 13.3 10.7 24 24 24l240 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 296c-13.3 0-24 10.7-24 24zM24 424c-13.3 0-24 10.7-24 24s10.7 24 24 24l400 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 424z"]},{prefix:"far",iconName:"paintbrush",icon:[576,512,[128396,"paint-brush"],"f1fc","M498.4 0c-17.3 0-34.1 5.8-47.8 16.4L246.1 176.3c-25.3 19.7-41.4 48.6-45.2 80-2.9-.2-5.9-.3-8.9-.3-70.7 0-128 57.3-128 128 0 8.6 .9 17.1 2.5 25.2 3.6 18.1-8.5 38.8-27 38.8L32 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l160 0c70.7 0 128-57.3 128-128 0-3-.1-5.9-.3-8.9 31.4-3.8 60.3-20 80-45.2L559.6 125.3C570.2 111.7 576 94.9 576 77.6 576 34.7 541.3 0 498.4 0zM307.1 328c-12.5-25.7-33.4-46.6-59.1-59.1 .6-21.4 10.7-41.5 27.6-54.8L480.2 54.3c5.2-4.1 11.6-6.3 18.2-6.3 16.3 0 29.6 13.2 29.6 29.6 0 6.6-2.2 13-6.3 18.2L361.9 300.3c-13.2 17-33.4 27.1-54.8 27.6zM272 384c0 44.2-35.8 80-80 80l-92.1 0c.5-.7 1-1.5 1.5-2.2 11.5-17.5 16.6-39.9 12.2-62-1-5.1-1.6-10.4-1.6-15.8 0-44.2 35.8-80 80-80s80 35.8 80 80z"]},{prefix:"far",iconName:"key",icon:[512,512,[128273],"f084","M208 176c0-70.7 57.3-128 128-128s128 57.3 128 128-57.3 128-128 128c-10.4 0-20.5-1.2-30.1-3.6-8.1-2-16.7 .5-22.6 6.4L254.1 336 200 336c-13.3 0-24 10.7-24 24l0 40-40 0c-13.3 0-24 10.7-24 24l0 40-64 0 0-78.1 157.2-157.2c5.9-5.9 8.3-14.5 6.4-22.6-2.3-9.6-3.6-19.7-3.6-30.1zM336 0c-97.2 0-176 78.8-176 176 0 9.5 .7 18.8 2.2 27.9L7 359c-4.5 4.5-7 10.6-7 17L0 488c0 13.3 10.7 24 24 24l112 0c13.3 0 24-10.7 24-24l0-40 40 0c13.3 0 24-10.7 24-24l0-40 40 0c6.4 0 12.5-2.5 17-7l27.2-27.2c9.1 1.4 18.4 2.2 27.9 2.2 97.2 0 176-78.8 176-176S433.2 0 336 0zm32 176a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"]},{prefix:"far",iconName:"palette",icon:[512,512,[127912],"f53f","M464 258.2c0 2.7-1 5.2-4.2 8-3.8 3.1-10.1 5.8-17.8 5.8L344 272c-53 0-96 43-96 96 0 6.8 .7 13.4 2.1 19.8 3.3 15.7 10.2 31.1 14.4 40.6l0 0c.7 1.6 1.4 3 1.9 4.3 5 11.5 5.6 15.4 5.6 17.1 0 5.3-1.9 9.5-3.8 11.8-.9 1.1-1.6 1.6-2 1.8-.3 .2-.8 .3-1.6 .4-2.9 .1-5.7 .2-8.6 .2-114.9 0-208-93.1-208-208S141.1 48 256 48 464 141.1 464 256c0 .7 0 1.4 0 2.2zm48 .5c0-.9 0-1.8 0-2.7 0-141.4-114.6-256-256-256S0 114.6 0 256 114.6 512 256 512c3.5 0 7.1-.1 10.6-.2 31.8-1.3 53.4-30.1 53.4-62 0-14.5-6.1-28.3-12.1-42-4.3-9.8-8.7-19.7-10.8-29.9-.7-3.2-1-6.5-1-9.9 0-26.5 21.5-48 48-48l97.9 0c36.5 0 69.7-24.8 70.1-61.3zM160 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0-64a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm128-64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm64 64a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"]},{prefix:"far",iconName:"floppy-disk",icon:[448,512,[128426,128190,"save"],"f0c7","M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-242.7c0-4.2-1.7-8.3-4.7-11.3L320 86.6 320 176c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-96-32 0zm80 0l0 80 128 0 0-80-128 0zM0 96C0 60.7 28.7 32 64 32l242.7 0c17 0 33.3 6.7 45.3 18.7L429.3 128c12 12 18.7 28.3 18.7 45.3L448 416c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM160 320a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z"]},{prefix:"far",iconName:"magnifying-glass",icon:[512,512,[128269,"search"],"f002","M368 208a160 160 0 1 0 -320 0 160 160 0 1 0 320 0zM337.1 371.1C301.7 399.2 256.8 416 208 416 93.1 416 0 322.9 0 208S93.1 0 208 0 416 93.1 416 208c0 48.8-16.8 93.7-44.9 129.1L505 471c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L337.1 371.1z"]},{prefix:"far",iconName:"ellipsis",icon:[448,512,["ellipsis-h"],"f141","M448 256a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zm-176 0a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zM48 304a48 48 0 1 1 0-96 48 48 0 1 1 0 96z"]},{prefix:"far",iconName:"share-nodes",icon:[512,512,["share-alt"],"f1e0","M432 96a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm48 0c0 53-43 96-96 96-27.4 0-52.1-11.5-69.6-29.9L188.9 231.8c2 7.7 3.1 15.8 3.1 24.2s-1.1 16.5-3.1 24.2l125.5 69.7c17.5-18.4 42.2-29.9 69.6-29.9 53 0 96 43 96 96s-43 96-96 96-96-43-96-96c0-8.3 1.1-16.5 3.1-24.2L165.6 322.1C148.1 340.5 123.4 352 96 352 43 352 0 309 0 256s43-96 96-96c27.4 0 52.1 11.5 69.6 29.9l125.5-69.7c-2-7.7-3.1-15.8-3.1-24.2 0-53 43-96 96-96s96 43 96 96zM144 256a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM384 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"]},{prefix:"far",iconName:"arrows-from-line",icon:[384,512,[],"e0a4","M209-25c-9.4-9.4-24.6-9.4-33.9 0L103 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l31-31 0 102.1c0 13.3 10.7 24 24 24s24-10.7 24-24l0-102.1 31 31c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L209-25zm7 385c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 102.1-31-31c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72c9.4 9.4 24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-31 31 0-102.1zM24 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l336 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 232z"]},{prefix:"far",iconName:"power-off",icon:[512,512,[9211],"f011","M280-8c0-13.3-10.7-24-24-24S232-21.3 232-8l0 264c0 13.3 10.7 24 24 24s24-10.7 24-24L280-8zM148.4 78c11.3-6.9 15-21.6 8.1-33s-21.6-15-33-8.1C49.5 81.7 0 163.1 0 256 0 397.4 114.6 512 256 512S512 397.4 512 256c0-92.9-49.5-174.3-123.5-219.1-11.3-6.9-26.1-3.2-33 8.1s-3.2 26.1 8.1 33c60.2 36.5 100.4 102.6 100.4 178 0 114.9-93.1 208-208 208S48 370.9 48 256c0-75.4 40.2-141.5 100.4-178z"]},{prefix:"far",iconName:"envelope-open-text",icon:[576,512,[],"f658","M523.5 125.2c7 4.8 12.4 11.3 16 18.8l-73.3 0-155.4-107.2c-13.7-9.4-31.7-9.4-45.4 0L80.4 164.4 263.8 303.5c2.6 1.9 5.3 3.5 8.2 4.8l0 49.9c-13.2-2.4-26-7.9-37.2-16.4L80 224.3 80 416c0 8.9 7.2 16 16 16l176 0 0 48-176 0c-35.4 0-64-28.7-64-64l0-252c.1-15.5 7.8-30 20.5-38.8L238-2.7c30.1-20.7 69.8-20.7 99.9 0L523.5 125.2zM320 240c0-26.5 21.5-48 48-48l160 0c26.5 0 48 21.5 48 48l0 224c0 26.5-21.5 48-48 48l-160 0c-26.5 0-48-21.5-48-48l0-224zm56 40c0 13.3 10.7 24 24 24l96 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-96 0c-13.3 0-24 10.7-24 24zm0 96c0 13.3 10.7 24 24 24l56 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-56 0c-13.3 0-24 10.7-24 24z"]},{prefix:"far",iconName:"circle-pause",icon:[512,512,[62092,"pause-circle"],"f28b","M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM224 184c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 144c0 13.3 10.7 24 24 24s24-10.7 24-24l0-144zm112 0c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 144c0 13.3 10.7 24 24 24s24-10.7 24-24l0-144z"]},{prefix:"far",iconName:"mobile",icon:[384,512,[128241,"mobile-android","mobile-phone"],"f3ce","M80 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l224 0c8.8 0 16-7.2 16-16l0-384c0-8.8-7.2-16-16-16L80 48zM16 64C16 28.7 44.7 0 80 0L304 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L80 512c-35.3 0-64-28.7-64-64L16 64zM152 368l80 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"]},{prefix:"far",iconName:"bell",icon:[448,512,[61602,128276],"f0f3","M224 0c-13.3 0-24 10.7-24 24l0 9.7C118.6 45.3 56 115.4 56 200l0 14.5c0 37.7-10 74.7-29 107.3L5.1 359.2C1.8 365 0 371.5 0 378.2 0 399.1 16.9 416 37.8 416l372.4 0c20.9 0 37.8-16.9 37.8-37.8 0-6.7-1.8-13.3-5.1-19L421 321.7c-19-32.6-29-69.6-29-107.3l0-14.5c0-84.6-62.6-154.7-144-166.3l0-9.7c0-13.3-10.7-24-24-24zM392.4 368l-336.9 0 12.9-22.1C91.7 306 104 260.6 104 214.5l0-14.5c0-66.3 53.7-120 120-120s120 53.7 120 120l0 14.5c0 46.2 12.3 91.5 35.5 131.4L392.4 368zM156.1 464c9.9 28 36.6 48 67.9 48s58-20 67.9-48l-135.8 0z"]},{prefix:"far",iconName:"hyphen",icon:[320,512,[],"2d","M0 256c0-13.3 10.7-24 24-24l272 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 280c-13.3 0-24-10.7-24-24z"]},{prefix:"far",iconName:"filter",icon:[512,512,[],"f0b0","M0 93.7C0 77.3 13.3 64 29.7 64l452.7 0c16.4 0 29.7 13.3 29.7 29.7 0 7.9-3.1 15.4-8.7 21L336 281.9 336 482.3c0 16.4-13.3 29.7-29.7 29.7-7.9 0-15.4-3.1-21-8.7L183 401c-4.5-4.5-7-10.6-7-17L176 281.9 8.7 114.6C3.1 109.1 0 101.5 0 93.7zM73.9 112L217 255c4.5 4.5 7 10.6 7 17l0 102.1 64 64 0-166.1c0-6.4 2.5-12.5 7-17l143-143-364.1 0z"]},{prefix:"far",iconName:"medal",icon:[512,512,[127941],"f5a2","M21.6 64.2L96.4 213.8c-20.2 30.4-32 67-32 106.2 0 106 86 192 192 192s192-86 192-192c0-39.3-11.8-75.8-32-106.2L491 64.2c11.9-23.7 2.2-52.5-21.5-64.4L383.8-43.1c-23.1-11.6-51.2-2.7-63.6 19.9l-63.8 117-63.8-117C180.1-45.8 152-54.7 128.9-43.1L43-.2C19.3 11.7 9.7 40.5 21.6 64.2zm269.1 66.9L362.3-.2 448.1 42.7 382 174.9c-25.5-22.1-56.8-37.6-91.3-43.8zm-68.8 0c-34.5 6.2-65.9 21.7-91.3 43.8L64.5 42.7 150.3-.2 221.9 131.1zM112.3 320a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm174.8-49.5l-22.4-45.4c-3.4-7-13.3-7-16.8 0l-22.4 45.4c-1.4 2.8-4 4.7-7 5.1l-50.1 7.3c-7.7 1.1-10.7 10.5-5.2 16l36.3 35.4c2.2 2.1 3.2 5.2 2.7 8.3l-8.6 49.9c-1.3 7.6 6.7 13.5 13.6 9.9L252 378.7c2.7-1.4 6-1.4 8.7 0l44.8 23.6c6.9 3.6 14.9-2.2 13.6-9.9l-8.6-49.9c-.5-3 .5-6.1 2.7-8.3l36.3-35.4c5.5-5.4 2.5-14.8-5.2-16l-50.1-7.3c-3-.4-5.7-2.4-7-5.1z"]},{prefix:"far",iconName:"cloud-slash",icon:[576,512,[],"e137","M41-25C31.6-34.3 16.4-34.3 7-25S-2.3-.4 7 9L535 537c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-46.7-46.7c32.5-23.2 53.8-61.3 53.8-104.3 0-49.9-28.5-93-70.1-114.2 4-11.9 6.1-24.6 6.1-37.8 0-66.3-53.7-120-120-120-11.5 0-22.7 1.6-33.3 4.7-29.3-32.3-71.6-52.7-118.7-52.7-39.6 0-75.9 14.4-103.8 38.2L41-25zM170.3 104.3c19.1-15.2 43.4-24.3 69.7-24.3 37.7 0 71 18.6 91.3 47.1 6.7 9.5 19.3 12.8 29.8 7.8 9.3-4.4 19.7-6.9 30.8-6.9 39.8 0 72 32.2 72 72 0 14.1-4 27.2-11 38.3-4.1 6.5-4.8 14.6-2 21.7s9 12.5 16.5 14.3c34.8 8.7 60.5 40.2 60.5 77.6 0 29.8-16.3 55.8-40.5 69.6L170.3 104.3zM362.2 432L144 432c-53 0-96-43-96-96 0-42.7 27.9-79 66.6-91.4 11.8-3.8 18.8-16 16.1-28.1-1.3-6-2.2-12.2-2.5-18.5L84.5 154.3c-2.9 12.1-4.5 24.7-4.5 37.7 0 4.9 .2 9.8 .7 14.6-47.8 23.4-80.7 72.5-80.7 129.4 0 79.5 64.5 144 144 144l266.2 0-48-48z"]},{prefix:"far",iconName:"arrow-turn-left",icon:[512,512,[],"e632","M464 424c0 13.3 10.7 24 24 24s24-10.7 24-24l0-96c0-53-43-96-96-96l-334.1 0 95-95c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L7 239c-4.5 4.5-7 10.6-7 17s2.5 12.5 7 17L143 409c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-95-95 334.1 0c26.5 0 48 21.5 48 48l0 96z"]},{prefix:"far",iconName:"minus",icon:[448,512,[10134,8722,8211,"subtract"],"f068","M0 256c0-13.3 10.7-24 24-24l400 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 280c-13.3 0-24-10.7-24-24z"]},{prefix:"far",iconName:"paste",icon:[512,512,["file-clipboard"],"f0ea","M64 48l224 0c8.8 0 16 7.2 16 16l0 48 48 0 0-48c0-35.3-28.7-64-64-64L64 0C28.7 0 0 28.7 0 64L0 384c0 35.3 28.7 64 64 64l112 0 0-48-112 0c-8.8 0-16-7.2-16-16L48 64c0-8.8 7.2-16 16-16zm176 72c0-13.3-10.7-24-24-24L104 96c-13.3 0-24 10.7-24 24s10.7 24 24 24l105.6 0c8.8-8.6 19-15.8 30.2-21.1 .1-.9 .2-1.9 .2-2.9zM448 464l-160 0c-8.8 0-16-7.2-16-16l0-224c0-8.8 7.2-16 16-16l101.5 0c4.2 0 8.3 1.7 11.3 4.7l58.5 58.5c3 3 4.7 7.1 4.7 11.3L464 448c0 8.8-7.2 16-16 16zM224 224l0 224c0 35.3 28.7 64 64 64l160 0c35.3 0 64-28.7 64-64l0-165.5c0-17-6.7-33.3-18.7-45.3l-58.5-58.5c-12-12-28.3-18.7-45.3-18.7L288 160c-35.3 0-64 28.7-64 64z"]},{prefix:"far",iconName:"calendar-check",icon:[448,512,[],"f274","M328 0c13.3 0 24 10.7 24 24l0 40 32 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 128C0 92.7 28.7 64 64 64l32 0 0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40 160 0 0-40c0-13.3 10.7-24 24-24zM64 112c-8.8 0-16 7.2-16 16l0 288c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-288c0-8.8-7.2-16-16-16L64 112zm230.7 65.9c7.8-10.7 22.8-13.1 33.5-5.3 10.7 7.8 13.1 22.8 5.3 33.5L211.4 374.1c-4.1 5.7-10.5 9.3-17.5 9.8-7 .5-13.9-2-18.8-6.9l-55.9-55.9c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l36 36 105.6-145.2z"]},{prefix:"fas",iconName:"lock-keyhole",icon:[384,512,["lock-alt"],"f30d","M192 32c35.3 0 64 28.7 64 64l0 64-128 0 0-64c0-35.3 28.7-64 64-64zM64 96l0 64c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64l0-64c0-70.7-57.3-128-128-128S64 25.3 64 96zM216 296l0 80c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-80c0-13.3 10.7-24 24-24s24 10.7 24 24z"]},{prefix:"fas",iconName:"sort-down",icon:[384,512,["sort-desc"],"f0dd","M32 288c-12.9 0-24.6 7.8-29.6 19.8S.2 333.5 9.4 342.6l160 160c12.5 12.5 32.8 12.5 45.3 0l160-160c9.2-9.2 11.9-22.9 6.9-34.9S364.9 288 352 288L32 288z"]},{prefix:"fas",iconName:"hexagon-xmark",icon:[576,512,["times-hexagon","xmark-hexagon"],"f2ee","M33.5 291.8c-12.7-22.2-12.7-49.4 0-71.5L129.7 52.2C142.5 29.8 166.4 16 192.2 16l191.6 0c25.8 0 49.7 13.8 62.5 36.2l96.2 168.1c12.7 22.2 12.7 49.4 0 71.5L446.3 459.9c-12.8 22.4-36.7 36.2-62.5 36.2l-191.6 0c-25.8 0-49.7-13.8-62.5-36.2L33.5 291.8zM199 167c-9.4 9.4-9.4 24.6 0 33.9l55 55-55 55c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l55-55 55 55c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-55-55 55-55c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-55 55-55-55c-9.4-9.4-24.6-9.4-33.9 0z"]},{prefix:"fas",iconName:"caret-large-down",icon:[384,512,[],"e82c","M214.6 374.6c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-9.2-9.2-11.9-22.9-6.9-34.9S19.1 160 32 160l320 0c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-160 160z"]},{prefix:"fas",iconName:"code-compare",icon:[512,512,[],"e13a","M198.8 1.8c9-3.7 19.3-1.7 26.2 5.2l56 56c9.4 9.4 9.4 24.6 0 33.9l-56 56c-6.9 6.9-17.2 8.9-26.2 5.2S184 145.7 184 136l0-24-24 0c-17.7 0-32 14.3-32 32l0 214.7c28.3 12.3 48 40.5 48 73.3 0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3L64 144c0-53 43-96 96-96l24 0 0-24c0-9.7 5.8-18.5 14.8-22.2zM392 80a24 24 0 1 0 48 0 24 24 0 1 0 -48 0zm-8 73.3c-28.3-12.3-48-40.5-48-73.3 0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3L448 368c0 53-43 96-96 96l-24 0 0 24c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-56-56c-9.4-9.4-9.4-24.6 0-33.9l56-56c6.9-6.9 17.2-8.9 26.2-5.2S328 366.3 328 376l0 24 24 0c17.7 0 32-14.3 32-32l0-214.7zM72 432a24 24 0 1 0 48 0 24 24 0 1 0 -48 0z"]},{prefix:"fas",iconName:"box-archive",icon:[512,512,["archive"],"f187","M0 64C0 46.3 14.3 32 32 32l448 0c17.7 0 32 14.3 32 32l0 32c0 17.7-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96L0 64zM32 176l448 0 0 240c0 35.3-28.7 64-64 64L96 480c-35.3 0-64-28.7-64-64l0-240zm152 64c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0z"]},{prefix:"fas",iconName:"lock-keyhole-open",icon:[576,512,["lock-open-alt"],"f3c2","M448 32c-35.3 0-64 28.7-64 64l0 64 32 0c35.3 0 64 28.7 64 64l0 224c0 35.3-28.7 64-64 64l-256 0c-35.3 0-64-28.7-64-64l0-224c0-35.3 28.7-64 64-64l160 0 0-64c0-70.7 57.3-128 128-128S576 25.3 576 96l0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32c0-35.3-28.7-64-64-64zM328 360c13.3 0 24-10.7 24-24s-10.7-24-24-24l-80 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0z"]},{prefix:"fas",iconName:"pause",icon:[384,512,[9208],"f04c","M48 32C21.5 32 0 53.5 0 80L0 432c0 26.5 21.5 48 48 48l64 0c26.5 0 48-21.5 48-48l0-352c0-26.5-21.5-48-48-48L48 32zm224 0c-26.5 0-48 21.5-48 48l0 352c0 26.5 21.5 48 48 48l64 0c26.5 0 48-21.5 48-48l0-352c0-26.5-21.5-48-48-48l-64 0z"]},{prefix:"fas",iconName:"books",icon:[576,512,[128218],"f5db","M359.2 17c-17.1 4.6-27.2 22.1-22.6 39.2l12.4 46.4 123.6-33.1-12.4-46.4C455.7 6 438.1-4.1 421 .4L359.2 17zm125.9 98.8l-123.6 33.1 66.3 247.3 123.6-33.1-66.3-247.3zM452.5 488.9c4.6 17.1 22.1 27.2 39.2 22.6L553.6 495c17.1-4.6 27.2-22.1 22.6-39.2l-12.4-46.4-123.6 33.1 12.4 46.4zM32.4 32l0 48 128 0 0-48c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32 14.3-32 32zm0 96l0 256 128 0 0-256-128 0zm0 304l0 48c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-48-128 0zm176-304l0 352c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32l0-352c0-17.7-14.3-32-32-32l-48 0c-17.7 0-32 14.3-32 32z"]},{prefix:"fas",iconName:"tag",icon:[512,512,[127991],"f02b","M32.5 96l0 149.5c0 17 6.7 33.3 18.7 45.3l192 192c25 25 65.5 25 90.5 0L483.2 333.3c25-25 25-65.5 0-90.5l-192-192C279.2 38.7 263 32 246 32L96.5 32c-35.3 0-64 28.7-64 64zm112 16a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"]},{prefix:"fas",iconName:"chart-mixed",icon:[512,512,["analytics"],"f643","M500 89c13.8-11 16-31.2 5-45s-31.2-16-45-5L319.4 151.5 211.2 70.4c-11.7-8.8-27.8-8.5-39.2 .6L12 199c-13.8 11-16 31.2-5 45s31.2 16 45 5l140.6-112.5 108.2 81.1c11.7 8.8 27.8 8.5 39.2-.6L500 89zM160 256l0 192c0 17.7 14.3 32 32 32s32-14.3 32-32l0-192c0-17.7-14.3-32-32-32s-32 14.3-32 32zM32 352l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96c0-17.7-14.3-32-32-32s-32 14.3-32 32zm288-64c-17.7 0-32 14.3-32 32l0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128c0-17.7-14.3-32-32-32zm96-32l0 192c0 17.7 14.3 32 32 32s32-14.3 32-32l0-192c0-17.7-14.3-32-32-32s-32 14.3-32 32z"]},{prefix:"fas",iconName:"caret-large-left",icon:[256,512,[],"e82d","M9.9 233.4c-12.5 12.5-12.5 32.8 0 45.2l160 160c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6l0-320c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-160 160z"]},{prefix:"fas",iconName:"circle-dollar",icon:[512,512,["dollar-circle","usd-circle"],"f2e8","M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zm0-408c13.3 0 24 10.7 24 24l0 16 16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-61.6 0c-10.2 0-18.4 8.2-18.4 18.4 0 9.2 6.8 17 16 18.2l54.4 7.2c33 4.4 57.7 32.5 57.7 65.8 0 35.9-28.4 65.1-64 66.3l0 16c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-16-32 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l77.6 0c10.2 0 18.4-8.2 18.4-18.4 0-9.2-6.8-17-16-18.2l-54.4-7.2c-33-4.4-57.7-32.5-57.7-65.8 0-35.9 28.4-65.1 64-66.3l0-16c0-13.3 10.7-24 24-24z"]},{prefix:"fas",iconName:"caret-down",icon:[320,512,[],"f0d7","M140.3 376.8c12.6 10.2 31.1 9.5 42.8-2.2l128-128c9.2-9.2 11.9-22.9 6.9-34.9S301.4 192 288.5 192l-256 0c-12.9 0-24.6 7.8-29.6 19.8S.7 237.5 9.9 246.6l128 128 2.4 2.2z"]},{prefix:"fas",iconName:"robot",icon:[640,512,[129302],"f544","M352 0c0-17.7-14.3-32-32-32S288-17.7 288 0l0 64-96 0c-53 0-96 43-96 96l0 224c0 53 43 96 96 96l256 0c53 0 96-43 96-96l0-224c0-53-43-96-96-96l-96 0 0-64zM160 368c0-13.3 10.7-24 24-24l32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0c-13.3 0-24-10.7-24-24zm120 0c0-13.3 10.7-24 24-24l32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0c-13.3 0-24-10.7-24-24zm120 0c0-13.3 10.7-24 24-24l32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0c-13.3 0-24-10.7-24-24zM224 176a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm144 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM64 224c0-17.7-14.3-32-32-32S0 206.3 0 224l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96zm544-32c-17.7 0-32 14.3-32 32l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96c0-17.7-14.3-32-32-32z"]},{prefix:"fas",iconName:"message-quote",icon:[512,512,["comment-alt-quote"],"e1e4","M0 128L0 352c0 53 43 96 96 96l32 0 0 72c0 13.3 10.7 24 24 24 5.2 0 10.2-1.7 14.4-4.8l115.2-86.4c4.2-3.1 9.2-4.8 14.4-4.8l120 0c53 0 96-43 96-96l0-224c0-53-43-96-96-96L96 32C43 32 0 75 0 128zm152 32l32 0c22.1 0 40 17.9 40 40l0 80c0 39.8-32.2 72-72 72-13.3 0-24-10.7-24-24s10.7-24 24-24 24-10.7 24-24l0-8-24 0c-22.1 0-40-17.9-40-40l0-32c0-22.1 17.9-40 40-40zm232 72l0 48c0 39.8-32.2 72-72 72-13.3 0-24-10.7-24-24s10.7-24 24-24 24-10.7 24-24l0-8-24 0c-22.1 0-40-17.9-40-40l0-32c0-22.1 17.9-40 40-40l32 0c22.1 0 40 17.9 40 40l0 32z"]},{prefix:"fas",iconName:"triangle-exclamation",icon:[512,512,[9888,"exclamation-triangle","warning"],"f071","M256 0c14.7 0 28.2 8.1 35.2 21l216 400c6.7 12.4 6.4 27.4-.8 39.5S486.1 480 472 480L40 480c-14.1 0-27.2-7.4-34.4-19.5s-7.5-27.1-.8-39.5l216-400c7-12.9 20.5-21 35.2-21zm0 352a32 32 0 1 0 0 64 32 32 0 1 0 0-64zm0-192c-18.2 0-32.7 15.5-31.4 33.7l7.4 104c.9 12.5 11.4 22.3 23.9 22.3 12.6 0 23-9.7 23.9-22.3l7.4-104c1.3-18.2-13.1-33.7-31.4-33.7z"]},{prefix:"fas",iconName:"star",icon:[576,512,[61446,11088],"f005","M309.5-18.9c-4.1-8-12.4-13.1-21.4-13.1s-17.3 5.1-21.4 13.1L193.1 125.3 33.2 150.7c-8.9 1.4-16.3 7.7-19.1 16.3s-.5 18 5.8 24.4l114.4 114.5-25.2 159.9c-1.4 8.9 2.3 17.9 9.6 23.2s16.9 6.1 25 2L288.1 417.6 432.4 491c8 4.1 17.7 3.3 25-2s11-14.2 9.6-23.2L441.7 305.9 556.1 191.4c6.4-6.4 8.6-15.8 5.8-24.4s-10.1-14.9-19.1-16.3L383 125.3 309.5-18.9z"]},{prefix:"fas",iconName:"bell-slash",icon:[576,512,[61943,128277],"f1f6","M41-24.9c-9.4-9.4-24.6-9.4-33.9 0S-2.3-.3 7 9.1l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-87.5-87.5c17.2-2.4 30.5-17.3 30.5-35.2 0-8.1-2.7-15.9-7.8-22.2l-9.8-12.2C464.4 308.5 448 261.8 448 213.7l0-21.7c0-77.4-55-142-128-156.8l0-3.2c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 3.2c-38.6 7.8-72.2 29.6-95.2 59.7L41-24.9zm87 238.5c0 48.1-16.4 94.8-46.4 132.4l-9.8 12.2c-5 6.3-7.8 14.1-7.8 22.2 0 19.6 15.9 35.5 35.5 35.5l235.3 0-206.9-206.9 0 4.5zM288 512c29.8 0 54.9-20.4 62-48l-124 0c7.1 27.6 32.2 48 62 48z"]},{prefix:"fas",iconName:"wand-magic-sparkles",icon:[576,512,["magic-wand-sparkles"],"e2ca","M263.4-27L278.2 9.8 315 24.6c3 1.2 5 4.2 5 7.4s-2 6.2-5 7.4L278.2 54.2 263.4 91c-1.2 3-4.2 5-7.4 5s-6.2-2-7.4-5L233.8 54.2 197 39.4c-3-1.2-5-4.2-5-7.4s2-6.2 5-7.4L233.8 9.8 248.6-27c1.2-3 4.2-5 7.4-5s6.2 2 7.4 5zM110.7 41.7l21.5 50.1 50.1 21.5c5.9 2.5 9.7 8.3 9.7 14.7s-3.8 12.2-9.7 14.7l-50.1 21.5-21.5 50.1c-2.5 5.9-8.3 9.7-14.7 9.7s-12.2-3.8-14.7-9.7L59.8 164.2 9.7 142.7C3.8 140.2 0 134.4 0 128s3.8-12.2 9.7-14.7L59.8 91.8 81.3 41.7C83.8 35.8 89.6 32 96 32s12.2 3.8 14.7 9.7zM464 304c6.4 0 12.2 3.8 14.7 9.7l21.5 50.1 50.1 21.5c5.9 2.5 9.7 8.3 9.7 14.7s-3.8 12.2-9.7 14.7l-50.1 21.5-21.5 50.1c-2.5 5.9-8.3 9.7-14.7 9.7s-12.2-3.8-14.7-9.7l-21.5-50.1-50.1-21.5c-5.9-2.5-9.7-8.3-9.7-14.7s3.8-12.2 9.7-14.7l50.1-21.5 21.5-50.1c2.5-5.9 8.3-9.7 14.7-9.7zM460 0c11 0 21.6 4.4 29.5 12.2l42.3 42.3C539.6 62.4 544 73 544 84s-4.4 21.6-12.2 29.5l-88.2 88.2-101.3-101.3 88.2-88.2C438.4 4.4 449 0 460 0zM44.2 398.5L308.4 134.3 409.7 235.6 145.5 499.8C137.6 507.6 127 512 116 512s-21.6-4.4-29.5-12.2L44.2 457.5C36.4 449.6 32 439 32 428s4.4-21.6 12.2-29.5z"]},{prefix:"fas",iconName:"hexagon-exclamation",icon:[576,512,[],"e417","M383.8 16c25.8 0 49.7 13.8 62.5 36.2l96.2 168c12.7 22.2 12.7 49.4 0 71.5L446.3 459.9c-12.8 22.4-36.7 36.2-62.5 36.2l-191.6 0c-25.8 0-49.7-13.8-62.5-36.2L33.5 291.8c-12.7-22.2-12.7-49.4 0-71.5l96.2-168C142.5 29.8 166.4 16 192.2 16l191.6 0zM288 320a32 32 0 1 0 0 64 32 32 0 1 0 0-64zm0-192c-18.2 0-32.7 15.5-31.4 33.7l7.4 104C265 278.3 275.4 288 288 288s23-9.7 23.9-22.3l7.4-104c1.3-18.2-13.1-33.7-31.4-33.7z"]},{prefix:"fas",iconName:"cubes",icon:[512,512,[],"f1b3","M284-1.3c-17.3-10-38.7-10-56 0L143.8 47.3c-17.3 10-28 28.5-28 48.5l0 101.9-88.3 51c-17.3 10-28 28.5-28 48.5l0 97.3c0 20 10.7 38.5 28 48.5l84.3 48.6c17.3 10 38.7 10 56 0l88.3-51 88.3 51c17.3 10 38.7 10 56 0L484.5 443c17.3-10 28-28.5 28-48.5l0-97.3c0-20-10.7-38.5-28-48.5l-88.3-51 0-101.9c0-20-10.7-38.5-28-48.5L284-1.3zM232 292.6l0 106.5-88.3 51c-1.2 .7-2.6 1.1-4 1.1l0-105.3 92.3-53.3zm231.4 .6c.7 1.2 1.1 2.6 1.1 4l0 97.3c0 2.9-1.5 5.5-4 6.9l-84.3 48.6c-1.2 .7-2.6 1.1-4 1.1l0-105.3 91.2-52.6zM348.3 95.8l0 101.9-92.3 53.3 0-106.5 91.2-52.6c.7 1.2 1.1 2.6 1.1 4z"]},{prefix:"fas",iconName:"turn-right",icon:[512,512,[],"e639","M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9S320 115.1 320 128l0 64-160 0C71.6 192 0 263.6 0 352l0 64c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-64c0-17.7 14.3-32 32-32l160 0 0 64c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z"]},{prefix:"fas",iconName:"caret-large-up",icon:[384,512,[],"e82f","M169.9 137.4c12.5-12.5 32.8-12.5 45.2 0l160 160c9.2 9.2 11.9 22.9 6.9 34.9S365.4 352 352.5 352l-320 0c-12.9 0-24.6-7.8-29.6-19.8S.7 306.5 9.9 297.4l160-160z"]},{prefix:"fas",iconName:"circle-check",icon:[512,512,[61533,"check-circle"],"f058","M256 512a256 256 0 1 1 0-512 256 256 0 1 1 0 512zM374 145.7c-10.7-7.8-25.7-5.4-33.5 5.3L221.1 315.2 169 263.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72c5 5 11.8 7.5 18.8 7s13.4-4.1 17.5-9.8L379.3 179.2c7.8-10.7 5.4-25.7-5.3-33.5z"]},{prefix:"fas",iconName:"xmark",icon:[384,512,[215,10060,10006,10005,128473,"close","multiply","remove","times"],"f00d","M55.1 73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L147.2 256 9.9 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192.5 301.3 329.9 438.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.8 256 375.1 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192.5 210.7 55.1 73.4z"]},{prefix:"fas",iconName:"square-info",icon:[448,512,[8505,"info-square"],"f30f","M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM184 336l24 0 0-64-24 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 88 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"]},{prefix:"fas",iconName:"bookmark",icon:[384,512,[61591,128278],"f02e","M64 0C28.7 0 0 28.7 0 64L0 480c0 11.5 6.2 22.2 16.2 27.8s22.3 5.5 32.2-.4L192 421.3 335.5 507.4c9.9 5.9 22.2 6.1 32.2 .4S384 491.5 384 480l0-416c0-35.3-28.7-64-64-64L64 0z"]},{prefix:"fas",iconName:"user",icon:[448,512,[62470,62144,128100,"user-alt","user-large"],"f007","M224 248a120 120 0 1 0 0-240 120 120 0 1 0 0 240zm-29.7 56C95.8 304 16 383.8 16 482.3 16 498.7 29.3 512 45.7 512l356.6 0c16.4 0 29.7-13.3 29.7-29.7 0-98.5-79.8-178.3-178.3-178.3l-59.4 0z"]},{prefix:"fas",iconName:"server",icon:[448,512,[],"f233","M64 32C28.7 32 0 60.7 0 96l0 64c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-64c0-35.3-28.7-64-64-64L64 32zm216 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm56 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM64 288c-35.3 0-64 28.7-64 64l0 64c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-64c0-35.3-28.7-64-64-64L64 288zm216 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm56 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"]},{prefix:"fas",iconName:"sort",icon:[384,512,["unsorted"],"f0dc","M2.4 204.2c5 12 16.6 19.8 29.6 19.8l320 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-160-160c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-9.2 9.2-11.9 22.9-6.9 34.9zm0 103.5c-5 12-2.2 25.7 6.9 34.9l160 160c12.5 12.5 32.8 12.5 45.3 0l160-160c9.2-9.2 11.9-22.9 6.9-34.9S364.9 288 352 288L32 288c-12.9 0-24.6 7.8-29.6 19.8z"]},{prefix:"fas",iconName:"info",icon:[192,512,[],"f129","M48 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM0 192c0-17.7 14.3-32 32-32l64 0c17.7 0 32 14.3 32 32l0 256 32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0 0-224-32 0c-17.7 0-32-14.3-32-32z"]},{prefix:"fas",iconName:"message-bot",icon:[640,512,[],"e3b8","M96 128l0 64-72 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l72 0 0 112c0 53 43 96 96 96l0 72c0 13.3 10.7 24 24 24 5.2 0 10.2-1.7 14.4-4.8l115.2-86.4c4.2-3.1 9.2-4.8 14.4-4.8l88 0c53 0 96-43 96-96l0-112 72 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-72 0 0-64c0-53-43-96-96-96L192 32c-53 0-96 43-96 96zm160 0l128 0c53 0 96 43 96 96s-43 96-96 96l-128 0c-53 0-96-43-96-96s43-96 96-96zm32 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm96 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"]},{prefix:"fas",iconName:"check",icon:[448,512,[10004,10003],"f00c","M434.8 70.1c14.3 10.4 17.5 30.4 7.1 44.7l-256 352c-5.5 7.6-14 12.3-23.4 13.1s-18.5-2.7-25.1-9.3l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l101.5 101.5 234-321.7c10.4-14.3 30.4-17.5 44.7-7.1z"]},{prefix:"fas",iconName:"play",icon:[448,512,[9654],"f04b","M91.2 36.9c-12.4-6.8-27.4-6.5-39.6 .7S32 57.9 32 72l0 368c0 14.1 7.5 27.2 19.6 34.4s27.2 7.5 39.6 .7l336-184c12.8-7 20.8-20.5 20.8-35.1s-8-28.1-20.8-35.1l-336-184z"]},{prefix:"fas",iconName:"file",icon:[384,512,[61462,128459,128196],"f15b","M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-277.5c0-17-6.7-33.3-18.7-45.3L258.7 18.7C246.7 6.7 230.5 0 213.5 0L64 0zM325.5 176L232 176c-13.3 0-24-10.7-24-24L208 58.5 325.5 176z"]},{prefix:"fas",iconName:"circle-question",icon:[512,512,[62108,"question-circle"],"f059","M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zm0-336c-17.7 0-32 14.3-32 32 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-44.2 35.8-80 80-80s80 35.8 80 80c0 47.2-36 67.2-56 74.5l0 3.8c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-8.1c0-20.5 14.8-35.2 30.1-40.2 6.4-2.1 13.2-5.5 18.2-10.3 4.3-4.2 7.7-10 7.7-19.6 0-17.7-14.3-32-32-32zM224 368a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"]},{prefix:"fas",iconName:"gear",icon:[512,512,[9881,"cog"],"f013","M195.1 9.5C198.1-5.3 211.2-16 226.4-16l59.8 0c15.2 0 28.3 10.7 31.3 25.5L332 79.5c14.1 6 27.3 13.7 39.3 22.8l67.8-22.5c14.4-4.8 30.2 1.2 37.8 14.4l29.9 51.8c7.6 13.2 4.9 29.8-6.5 39.9L447 233.3c.9 7.4 1.3 15 1.3 22.7s-.5 15.3-1.3 22.7l53.4 47.5c11.4 10.1 14 26.8 6.5 39.9l-29.9 51.8c-7.6 13.1-23.4 19.2-37.8 14.4l-67.8-22.5c-12.1 9.1-25.3 16.7-39.3 22.8l-14.4 69.9c-3.1 14.9-16.2 25.5-31.3 25.5l-59.8 0c-15.2 0-28.3-10.7-31.3-25.5l-14.4-69.9c-14.1-6-27.2-13.7-39.3-22.8L73.5 432.3c-14.4 4.8-30.2-1.2-37.8-14.4L5.8 366.1c-7.6-13.2-4.9-29.8 6.5-39.9l53.4-47.5c-.9-7.4-1.3-15-1.3-22.7s.5-15.3 1.3-22.7L12.3 185.8c-11.4-10.1-14-26.8-6.5-39.9L35.7 94.1c7.6-13.2 23.4-19.2 37.8-14.4l67.8 22.5c12.1-9.1 25.3-16.7 39.3-22.8L195.1 9.5zM256.3 336a80 80 0 1 0 -.6-160 80 80 0 1 0 .6 160z"]},{prefix:"fas",iconName:"turn-left",icon:[512,512,[],"e636","M9.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l128-128c9.2-9.2 22.9-11.9 34.9-6.9S192 115.1 192 128l0 64 160 0c88.4 0 160 71.6 160 160l0 64c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-64c0-17.7-14.3-32-32-32l-160 0 0 64c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-128-128z"]},{prefix:"fas",iconName:"thumbs-up",icon:[512,512,[61575,128077],"f164","M80 160c17.7 0 32 14.3 32 32l0 256c0 17.7-14.3 32-32 32l-48 0c-17.7 0-32-14.3-32-32L0 192c0-17.7 14.3-32 32-32l48 0zM270.6 16C297.9 16 320 38.1 320 65.4l0 4.2c0 6.8-1.3 13.6-3.8 19.9L288 160 448 160c26.5 0 48 21.5 48 48 0 19.7-11.9 36.6-28.9 44 17 7.4 28.9 24.3 28.9 44 0 23.4-16.8 42.9-39 47.1 4.4 7.3 7 15.8 7 24.9 0 22.2-15 40.8-35.4 46.3 2.2 5.5 3.4 11.5 3.4 17.7 0 26.5-21.5 48-48 48l-87.9 0c-36.3 0-71.6-12.4-99.9-35.1L184 435.2c-15.2-12.1-24-30.5-24-50l0-186.6c0-14.9 3.5-29.6 10.1-42.9L226.3 43.3C234.7 26.6 251.8 16 270.6 16z"]},{prefix:"fas",iconName:"hand",icon:[512,512,[9995,129306,"hand-paper"],"f256","M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 208c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-176c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 272c0 1.5 0 3.1 .1 4.6L67.6 283c-16-15.2-41.3-14.6-56.6 1.4S-3.6 325.7 12.4 341L124.8 448c43.1 41.1 100.4 64 160 64l19.2 0c97.2 0 176-78.8 176-176l0-208c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 112c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-176c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 176c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-208z"]},{prefix:"fas",iconName:"octagon-xmark",icon:[512,512,["times-octagon","xmark-octagon"],"f2f0","M143.4 18.8c12-12 28.3-18.7 45.3-18.7l135.6 0c17 0 33.3 6.7 45.3 18.7L493.6 143c12 12 18.7 28.3 18.7 45.3l0 135.6c0 17-6.7 33.3-18.7 45.3L369.5 493.2c-12 12-28.3 18.7-45.3 18.7l-135.6 0c-17 0-33.3-6.7-45.3-18.7L19.2 369C7.2 357 .5 340.8 .5 323.8l0-135.6c0-17 6.7-33.3 18.7-45.3L143.4 18.8zM167.5 167c-9.4 9.4-9.4 24.6 0 33.9l55 55-55 55c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l55-55 55 55c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-55-55 55-55c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-55 55-55-55c-9.4-9.4-24.6-9.4-33.9 0z"]},{prefix:"fas",iconName:"circle",icon:[512,512,[61915,61708,11044,9899,9898,9679,128996,128995,128994,128993,128992,128309,128308],"f111","M0 256a256 256 0 1 1 512 0 256 256 0 1 1 -512 0z"]},{prefix:"fas",iconName:"address-card",icon:[576,512,[62140,"contact-card","vcard"],"f2bb","M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm80 256l64 0c44.2 0 80 35.8 80 80 0 8.8-7.2 16-16 16L80 384c-8.8 0-16-7.2-16-16 0-44.2 35.8-80 80-80zm-24-96a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm240-48l112 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-112 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 96l112 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-112 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"]},{prefix:"fas",iconName:"comment-question",icon:[512,512,[],"e14b","M256 480c141.4 0 256-107.5 256-240S397.4 0 256 0 0 107.5 0 240c0 54.3 19.2 104.3 51.6 144.5L2.8 476.8c-4.8 9-3.3 20 3.6 27.5s17.8 9.8 27.1 5.8l118.4-50.7C183.7 472.6 218.9 480 256 480zm0-312c-16.1 0-29.2 13.1-29.2 29.2 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-42.6 34.6-77.2 77.2-77.2s77.2 34.6 77.2 77.2c0 45.5-34.5 64.7-53.7 71.8-2.3 10.8-11.9 19-23.5 19-13.3 0-24-10.7-24-24 0-20.2 14.6-34.6 29.5-39.5 6-2 12.3-5.1 16.8-9.5 3.9-3.8 6.9-9 6.9-17.7 0-16.1-13.1-29.2-29.2-29.2zM228 336a28 28 0 1 1 56 0 28 28 0 1 1 -56 0z"]},{prefix:"fas",iconName:"crown",icon:[576,512,[128081],"f521","M313 87.2c9.2-7.3 15-18.6 15-31.2 0-22.1-17.9-40-40-40s-40 17.9-40 40c0 12.6 5.9 23.9 15 31.2L194.6 194.8c-10 15.7-31.3 19.6-46.2 8.4L88.9 158.7c4.5-6.4 7.1-14.3 7.1-22.7 0-22.1-17.9-40-40-40s-40 17.9-40 40c0 21.8 17.5 39.6 39.2 40L87.8 393.5c4.7 31.3 31.6 54.5 63.3 54.5l273.8 0c31.7 0 58.6-23.2 63.3-54.5L520.8 176c21.7-.4 39.2-18.2 39.2-40 0-22.1-17.9-40-40-40s-40 17.9-40 40c0 8.4 2.6 16.3 7.1 22.7l-59.4 44.6c-14.9 11.2-36.2 7.3-46.2-8.4L313 87.2z"]},{prefix:"fas",iconName:"square-check",icon:[448,512,[61510,9989,9745,"check-square"],"f14a","M384 32c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0zM342 145.7c-10.7-7.8-25.7-5.4-33.5 5.3L189.1 315.2 137 263.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72c5 5 11.9 7.5 18.8 7s13.4-4.1 17.5-9.8L347.3 179.2c7.8-10.7 5.4-25.7-5.3-33.5z"]},{prefix:"fas",iconName:"thumbs-down",icon:[512,512,[61576,128078],"f165","M384 32c26.5 0 48 21.5 48 48 0 6.3-1.3 12.2-3.4 17.7 20.4 5.5 35.4 24.1 35.4 46.3 0 9.1-2.6 17.6-7 24.9 22.2 4.2 39 23.7 39 47.1 0 19.7-11.9 36.6-28.9 44 17 7.4 28.9 24.3 28.9 44 0 26.5-21.5 48-48 48l-160 0 28.2 70.4c2.5 6.3 3.8 13.1 3.8 19.9l0 4.2c0 27.3-22.1 49.4-49.4 49.4-18.7 0-35.8-10.6-44.2-27.3L170.1 356.3c-6.7-13.3-10.1-28-10.1-42.9l0-186.6c0-19.4 8.9-37.8 24-50l12.2-9.7C224.6 44.4 259.8 32 296.1 32L384 32zM80 96c17.7 0 32 14.3 32 32l0 256c0 17.7-14.3 32-32 32l-48 0c-17.7 0-32-14.3-32-32L0 128c0-17.7 14.3-32 32-32l48 0z"]},{prefix:"fas",iconName:"message-check",icon:[512,512,["comment-alt-check"],"f4a2","M416 32c53 0 96 43 96 96l0 224c0 53-43 96-96 96l-120 0c-5.2 0-10.3 1.7-14.4 4.8L166.4 539.2c-4.2 3.1-9.2 4.8-14.4 4.8-13.3 0-24-10.7-24-24l0-72-32 0c-53 0-96-43-96-96L0 128C0 75 43 32 96 32l320 0zm-42 97.7c-10.7-7.8-25.7-5.4-33.5 5.3L221.1 299.2 169 247.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72c5 5 11.9 7.5 18.8 7s13.4-4.1 17.5-9.8L379.3 163.2c7.8-10.7 5.4-25.7-5.3-33.5z"]},{prefix:"fas",iconName:"circle-stop",icon:[512,512,[62094,"stop-circle"],"f28d","M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM192 160l128 0c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-128 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32z"]},{prefix:"fas",iconName:"spinner-scale",icon:[448,512,[],"e62a","M224 116a52 52 0 1 1 0-104 52 52 0 1 1 0 104zm0 300c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zM416 288a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM0 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm399.4-96.2a56 56 0 1 1 -79.2-79.2 56 56 0 1 1 79.2 79.2zM65.6 414.4a32 32 0 1 1 45.3-45.3 32 32 0 1 1 -45.3 45.3zm271.5 0a32 32 0 1 1 45.3-45.3 32 32 0 1 1 -45.3 45.3zM54.3 86.3a48 48 0 1 1 67.9 67.9 48 48 0 1 1 -67.9-67.9z"]},{prefix:"fas",iconName:"users",icon:[640,512,[],"f0c0","M320 16a104 104 0 1 1 0 208 104 104 0 1 1 0-208zM96 88a72 72 0 1 1 0 144 72 72 0 1 1 0-144zM0 416c0-70.7 57.3-128 128-128 12.8 0 25.2 1.9 36.9 5.4-32.9 36.8-52.9 85.4-52.9 138.6l0 16c0 11.4 2.4 22.2 6.7 32L32 480c-17.7 0-32-14.3-32-32l0-32zm521.3 64c4.3-9.8 6.7-20.6 6.7-32l0-16c0-53.2-20-101.8-52.9-138.6 11.7-3.5 24.1-5.4 36.9-5.4 70.7 0 128 57.3 128 128l0 32c0 17.7-14.3 32-32 32l-86.7 0zM472 160a72 72 0 1 1 144 0 72 72 0 1 1 -144 0zM160 432c0-88.4 71.6-160 160-160s160 71.6 160 160l0 16c0 17.7-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32l0-16z"]},{prefix:"fas",iconName:"grip-lines",icon:[448,512,[],"f7a4","M32 288c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 288zm0-128c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 160z"]},{prefix:"fas",iconName:"heart",icon:[512,512,[61578,10084,9829,129505,129294,129293,128420,128156,128155,128154,128153],"f004","M241 87.1l15 20.7 15-20.7C296 52.5 336.2 32 378.9 32 452.4 32 512 91.6 512 165.1l0 2.6c0 112.2-139.9 242.5-212.9 298.2-12.4 9.4-27.6 14.1-43.1 14.1s-30.8-4.6-43.1-14.1C139.9 410.2 0 279.9 0 167.7l0-2.6C0 91.6 59.6 32 133.1 32 175.8 32 216 52.5 241 87.1z"]},{prefix:"fas",iconName:"chart-area",icon:[512,512,["area-chart"],"f1fe","M32 32c17.7 0 32 14.3 32 32l0 336c0 8.8 7.2 16 16 16l400 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L80 480c-44.2 0-80-35.8-80-80L0 64C0 46.3 14.3 32 32 32zM240 96c6.7 0 13.1 2.8 17.7 7.8L328.8 181.3 375 135c9.4-9.4 24.6-9.4 33.9 0l64 64c4.5 4.5 7 10.6 7 17l0 112c0 13.3-10.7 24-24 24l-304 0c-13.3 0-24-10.7-24-24l0-112c0-6 2.3-11.8 6.3-16.2l88-96c4.5-5 11-7.8 17.7-7.8z"]},{prefix:"fas",iconName:"clock",icon:[512,512,[128339,"clock-four"],"f017","M256 0a256 256 0 1 1 0 512 256 256 0 1 1 0-512zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"]},{prefix:"fas",iconName:"trash",icon:[448,512,[],"f1f8","M136.7 5.9L128 32 32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0-8.7-26.1C306.9-7.2 294.7-16 280.9-16L167.1-16c-13.8 0-26 8.8-30.4 21.9zM416 144L32 144 53.1 467.1C54.7 492.4 75.7 512 101 512L347 512c25.3 0 46.3-19.6 47.9-44.9L416 144z"]},{prefix:"fas",iconName:"sort-up",icon:[384,512,["sort-asc"],"f0de","M32 224c-12.9 0-24.6-7.8-29.6-19.8S.2 178.5 9.4 169.4l160-160c12.5-12.5 32.8-12.5 45.3 0l160 160c9.2 9.2 11.9 22.9 6.9 34.9S364.9 224 352 224L32 224z"]},{prefix:"fas",iconName:"user-tie",icon:[448,512,[],"f508","M224 248a120 120 0 1 1 0-240 120 120 0 1 1 0 240zm-30.5 56l61 0c9.7 0 17.5 7.8 17.5 17.5 0 4.2-1.5 8.2-4.2 11.4l-27.4 32 31 115.1 .6 0 34.6-138.5c2.2-8.7 11.1-14 19.5-10.8 61.9 23.6 105.9 83.6 105.9 153.8 0 15.1-12.3 27.4-27.4 27.4L43.4 512c-15.1 0-27.4-12.3-27.4-27.4 0-70.2 44-130.2 105.9-153.8 8.4-3.2 17.3 2.1 19.5 10.8l34.6 138.5 .6 0 31-115.1-27.4-32c-2.7-3.2-4.2-7.2-4.2-11.4 0-9.7 7.8-17.5 17.5-17.5z"]},{prefix:"fas",iconName:"circle-pause",icon:[512,512,[62092,"pause-circle"],"f28b","M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM224 192l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32s32 14.3 32 32zm128 0l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32s32 14.3 32 32z"]},{prefix:"fas",iconName:"caret-large-right",icon:[256,512,[],"e82e","M247.1 233.4c12.5 12.5 12.5 32.8 0 45.2l-160 160c-9.2 9.2-22.9 11.9-34.9 6.9S32.5 428.9 32.5 416l0-320c0-12.9 7.8-24.6 19.8-29.6S78 64.2 87.1 73.4l160 160z"]},{prefix:"fas",iconName:"bell",icon:[448,512,[61602,128276],"f0f3","M224 0c-17.7 0-32 14.3-32 32l0 3.2C119 50 64 114.6 64 192l0 21.7c0 48.1-16.4 94.8-46.4 132.4L7.8 358.3C2.7 364.6 0 372.4 0 380.5 0 400.1 15.9 416 35.5 416l376.9 0c19.6 0 35.5-15.9 35.5-35.5 0-8.1-2.7-15.9-7.8-22.2l-9.8-12.2C400.4 308.5 384 261.8 384 213.7l0-21.7c0-77.4-55-142-128-156.8l0-3.2c0-17.7-14.3-32-32-32zM162 464c7.1 27.6 32.2 48 62 48s54.9-20.4 62-48l-124 0z"]},{prefix:"fas",iconName:"circle-small",icon:[320,512,[],"e122","M0 256a160 160 0 1 1 320 0 160 160 0 1 1 -320 0z"]},{prefix:"fas",iconName:"filter",icon:[512,512,[],"f0b0","M32 64C19.1 64 7.4 71.8 2.4 83.8S.2 109.5 9.4 118.6L192 301.3 192 416c0 8.5 3.4 16.6 9.4 22.6l64 64c9.2 9.2 22.9 11.9 34.9 6.9S320 492.9 320 480l0-178.7 182.6-182.6c9.2-9.2 11.9-22.9 6.9-34.9S492.9 64 480 64L32 64z"]},{prefix:"fas",iconName:"minus",icon:[448,512,[10134,8722,8211,"subtract"],"f068","M0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32z"]},{prefix:"fas",iconName:"question",icon:[320,512,[61736,10068,10067],"3f","M64 160c0-53 43-96 96-96s96 43 96 96c0 42.7-27.9 78.9-66.5 91.4-28.4 9.2-61.5 35.3-61.5 76.6l0 24c0 17.7 14.3 32 32 32s32-14.3 32-32l0-24c0-1.7 .6-4.1 3.5-7.3 3-3.3 7.9-6.5 13.7-8.4 64.3-20.7 110.8-81 110.8-152.3 0-88.4-71.6-160-160-160S0 71.6 0 160c0 17.7 14.3 32 32 32s32-14.3 32-32zm96 352c22.1 0 40-17.9 40-40s-17.9-40-40-40-40 17.9-40 40 17.9 40 40 40z"]},{prefix:"fas",iconName:"square-minus",icon:[448,512,[61767,"minus-square"],"f146","M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm72 200l176 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-176 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"]},{prefix:"fak",iconName:"square-poll-vertical-regular",icon:[512,512,[],"e066","M410.8 39c30.8 0 55.8 24.9 55.8 55.8l0 316c0 30.8-24.9 55.8-55.8 55.8l-316 0c-30.8 0-55.8-25-55.8-55.8l0-316C39 64 64 39 94.8 39l316 0zm0-39L94.8 0C42.5 .1 .1 42.5 0 94.8l0 316c.1 52.3 42.5 94.7 94.8 94.8l316 0c52.3-.1 94.7-42.5 94.8-94.8l0-316C505.5 42.5 463.1 .1 410.8 0zM169.9 402.6c0 5.9-3.1 10.5-6.8 10.5l-44.9 0c-3.7 0-6.8-4.7-6.8-10.5l0-231.9c0-5.9 3.1-10.5 6.8-10.5l44.9 0c3.7 0 6.8 4.7 6.8 10.5l0 231.9zm112.2 0c0 5.9-3.1 10.5-6.8 10.5l-44.8 0c-3.7 0-6.8-4.7-6.8-10.5l0-151.1c0-5.9 3.1-10.5 6.8-10.5l44.8 0c3.7 0 6.8 4.7 6.8 10.5l0 151.1zm111.9 0c0 5.9-3.1 10.5-6.8 10.5l-44.9 0c-3.7 0-6.8-4.7-6.8-10.5l0-304.5c0-5.9 3.1-10.5 6.8-10.5l44.9 0c3.7 0 6.8 4.7 6.8 10.5l0 304.5z"]},{prefix:"fak",iconName:"preview-regular",icon:[512,512,[],"e046","M270.1 323.5c28.5-7.7 45.4-36.8 37.8-65.3c-6.1-23-26.6-38.4-49.3-39.4c-3.2 0-5.1 3.5-4.2 6.4c1.3 3.5 1.9 7.4 1.9 11.2h-.3c0 19.5-16 35.5-35.5 35.5s-7.7-.6-11.2-1.9c-3.2-1-6.7 1-6.4 4.2c0 3.8 .6 7.7 1.9 11.5c7.7 28.5 36.8 45.4 65.3 37.8zM149.1 352c26.2 24.3 62.1 44.8 106.9 44.8s81-20.5 106.9-44.8 43.5-53.1 51.5-73c1.9-4.5 1.9-9.3 0-13.8c-8.3-19.8-25.6-48.6-51.5-73c-26.2-24.3-62.1-44.8-106.9-44.8s-81 20.5-106.9 44.8c-25.9 24-43.5 53.1-51.5 73c-1.9 4.5-1.9 9.3 0 13.8c8.3 19.8 25.6 48.6 51.5 73zM256 192c44.2 0 80 35.8 80 80s-35.8 80-80 80-80-35.8-80-80 35.8-80 80-80zM480 0H32C14.4 0 0 14.4 0 32v448c0 17.6 14.4 32 32 32h448c17.6 0 32-14.4 32-32V32c0-17.6-14.4-32-32-32zM464 464H48V96h416v368z"]},{prefix:"fak",iconName:"language-slash-regular",icon:[640,512,[],"e04e","M0 128c0-9.7 2.2-19 6.1-27.2l125.2 98.6-53.6 120.5c-4.4 10.1 .1 22 10.2 26.4s21.9-.1 26.4-10.2l8.9-20.1 73.6 0 8.9 20.1c4.5 10.1 16.3 14.7 26.4 10.2s14.7-16.3 10.2-26.4l-22.6-50.8 100.3 79 0 51.9 65.8 0 60.9 48-126.8 0-16 0-32 0-208 0c-35.3 0-64-28.7-64-64L0 128zM5.1 9.2C13.3-1.2 28.4-3.1 38.8 5.1l75.1 58.9 158.1 0 32 0 16 0 256 0c35.3 0 64 28.7 64 64l0 256c0 27.3-17.2 50.7-41.4 59.9l32.2 25.2c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2zM141 276l19-42.8 19 42.8-38 0zM320 112l0 113.5 100.1 78.4c3.4-1.8 6.7-3.7 9.9-5.6l-12.1-12.1c-7.8-7.8-7.8-20.5 0-28.3s20.5-7.8 28.3 0l14.6 14.6 .5 .5c12.4-13.1 22.5-28.3 29.8-45l-35.1 0-72 0c-11 0-20-9-20-20s9-20 20-20l52 0 0-4c0-11 9-20 20-20s20 9 20 20l0 4 44 0 16 0c11 0 20 9 20 20s-9 20-20 20l-2 0-1.8 4.5c-8.9 24.5-22.4 46.6-39.6 65.4 .9 .5 1.8 1.1 2.7 1.6l18.9 11.3c9.5 5.6 12.5 17.9 6.9 27.4s-17.9 12.6-27.4 6.9l-18.9-11.3c-4.5-2.7-8.8-5.5-13.1-8.5-2.5 1.8-5.1 3.6-7.7 5.2l88.6 69.5 33.4 0c8.8 0 16-7.2 16-16l0-256c0-8.8-7.2-16-16-16l-256 0z"]},{prefix:"fak",iconName:"circle-user-circle-check-solid",icon:[640,512,[],"e00c","M0 256C0 164.5 48.8 80 128 34.3s176.8-45.7 256 0c60.3 34.8 103 92.1 119.9 157.9c-2.6-.1-5.3-.2-7.9-.2c-82.5 0-151.8 56.8-170.8 133.5c-11.8-3.6-24.3-5.5-37.2-5.5l-64 0c-47.4 0-88.9 25.8-111 64.2c35.2 39.2 86.2 63.8 143 63.8c27.1 0 52.8-5.6 76.1-15.7c8 20.3 19.7 38.9 34.2 54.7c-75.7 36.2-164.9 33.1-238.4-9.3C48.8 432 0 347.5 0 256zm193.6-92c-12.9 22.3-12.9 49.7 0 72s36.6 36 62.4 36s49.5-13.7 62.4-36s12.9-49.7 0-72s-36.6-36-62.4-36s-49.5 13.7-62.4 36zM352 368c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144zm76.7-11.3c-6.2 6.2-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L480 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0z"]},{prefix:"fak",iconName:"folder-open-lock-regular",icon:[640,512,[],"e005","M0 96C0 60.7 28.7 32 64 32l117.4 0c17 0 33.3 6.7 45.3 18.7l26.5 26.6c12 12 28.3 18.7 45.3 18.7L416 96c35.3 0 64 28.7 64 64l0 10.8c-11.3 5.4-21.6 12.6-30.4 21.2L432 192l0-32c0-8.8-7.2-16-16-16l-117.5 0c-29.7 0-58.2-11.8-79.2-32.8L192.8 84.7c-3-3-7.1-4.7-11.3-4.7L64 80c-8.8 0-16 7.2-16 16l0 261.1 68.4-117.2C122.1 230 132.6 224 144 224l282.8 0c-6.9 14.5-10.8 30.8-10.8 48l0 24.6c-19.1 11-32 31.7-32 55.4l0 127.9c0 0 0 .1 0 .1L87.7 480 64 480c-35.3 0-64-28.7-64-64L0 96zM416 352c0-17.7 14.3-32 32-32l0-48c0-44.2 35.8-80 80-80s80 35.8 80 80l0 48c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-128zm80-80l0 48 64 0 0-48c0-17.7-14.3-32-32-32s-32 14.3-32 32z"]},{prefix:"fak",iconName:"table-cells-slash-regular",icon:[640,512,[],"e006","M5.1 9.2C13.3-1.2 28.4-3.1 38.8 5.1L89.5 44.9C100.3 36.8 113.6 32 128 32l384 0c35.3 0 64 28.7 64 64l0 320c0 3.3-.2 6.5-.7 9.6l55.5 43.5c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2zM64 146.4L152.3 216 112 216l0 80 104 0 0-29.8L314.8 344 264 344l0 88 112 0 0-39.8 48 37.8 0 1.9 2.5 0 60.9 48L128 480c-35.3 0-64-28.7-64-64l0-269.6zM112 344l0 72c0 8.8 7.2 16 16 16l88 0 0-88-104 0zM134.4 80L216 144l0-64-81.6 0zM264 80l0 88 112 0 0-88L264 80zm43.9 136L376 269.4l0-53.4-68.1 0zM424 80l0 88 104 0 0-72c0-8.8-7.2-16-16-16l-88 0zm0 136l0 80 104 0 0-80-104 0zm47.2 128L528 388.5l0-44.5-56.8 0z"]},{prefix:"fak",iconName:"pip-wide-regular",icon:[512,512,[],"e044","M448 64H64C28.7 64 0 92.7 0 128v256c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zm16 320c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V128c0-8.8 7.2-16 16-16h384c8.8 0 16 7.2 16 16v256zM392 240H152c-22.1 0-40 17.9-40 40v48c0 22.1 17.9 40 40 40h240c22.1 0 40-17.9 40-40v-48c0-22.1-17.9-40-40-40z"]},{prefix:"fak",iconName:"cloud-slash-gear-regular",icon:[640,512,[],"e03c","M10 42.8l326.8 256.1 22.5-39c.6-1 1.2-1.9 1.8-2.9L179.6 114.8c21.6-21.6 51.6-35 84.6-35s68.6 16.1 90.6 41.6c13.8 16 36.4 21 55.7 12.5c8.9-3.9 18.6-6.2 29.1-6.2c37.4 0 68.1 28.6 71.5 65.1h12.4c13.2 0 25.6 4.5 35.6 12.8c0-2 .2-4.1 .2-6.1c0-66.1-53.5-119.7-119.7-119.7s-33.7 3.7-48.6 10.3C360.2 54.5 314.8 32 264.1 32s-91.8 20.4-122.4 53.2L39.6 5.1C29.2-3.1 14.1-1.2 6 9.2C-2.2 19.5-.3 34.6 10 42.8zM335.5 435.4s0 0 0 0c-.9-1.5-1.6-3-2.4-4.6H144.5c-52.8 0-95.7-42.9-95.7-95.7s26.5-77.1 63.8-90.2c16.4-5.8 28.1-19.8 31.1-36.5l-45-35.5c-1.4 8.7-2.1 17.5-2.1 26.6v.2C40.9 219.4 .9 272.5 .9 335s64.3 143.6 143.6 143.6h216c-.4-.6-.7-1.2-1.1-1.8l-23.9-41.4zm291.6-48.7l-8.4-4.9c-4.9-2.8-7.6-8.2-7.6-13.9s2.6-10.4 7.2-13l8.9-5.1c11.5-6.6 15.4-21.2 8.8-32.7l-23.9-41.5c-6.6-11.5-21.2-15.4-32.7-8.8l-8.2 4.7c-4.9 2.8-10.8 2.5-15.7-.3c-4.8-2.8-8.1-7.8-8.1-13.4v-9.4c0-13.3-10.7-23.9-23.9-23.9h-47.9v.2c-13.4 0-24 10.7-24 23.9v9.2c0 5.6-3.3 10.7-8.2 13.5s-10.9 3.1-15.8 .3l-8-4.6c-11.5-6.6-26.1-2.7-32.7 8.8L363 317.3h0c-6.6 11.5-2.7 26.1 8.8 32.7l8.5 4.9c4.7 2.7 7.3 7.8 7.3 13.2s-2.8 11.2-7.8 14.1l-8 4.6c-11.4 6.7-15.3 21.2-8.7 32.7L387 461c6.6 11.5 21.2 15.4 32.7 8.8l8.7-5c4.7-2.7 10.5-2.4 15.3 .3c4.7 2.7 7.9 7.6 7.9 13.1v10c0 13.3 10.7 23.9 23.9 23.9h47.9c13.3 0 23.9-10.7 23.9-23.9v-10.3c0-5.4 3.2-10.3 7.9-13s10.5-3 15.2-.3l8.9 5.1c11.5 6.6 26.1 2.7 32.7-8.8l23.9-41.5c6.6-11.5 2.7-26.1-8.8-32.7zM540.9 392c-8.6 14.9-24.3 23.9-41.5 23.9s-32.9-9.1-41.5-23.9c-8.6-14.9-8.6-33 0-47.9s24.3-23.9 41.5-23.9s32.9 9.1 41.5 23.9c8.6 14.9 8.6 33 0 47.9z"]},{prefix:"fak",iconName:"circle-dashed-dollar-question-regular",icon:[640,512,[],"e03a","M321.4 345.5c2.6-20.9 9-40.7 18.3-58.6c-3.3-13-11.4-24.4-23.4-32.6c-14.9-10.2-34.8-15.9-50.4-20.3c-2.3-.6-4.6-1.3-7-1.9c-11.4-3.1-23.4-6.3-33.2-12.6c-12.5-8-3.4-19.6 7.6-24.4c12.3-5.3 27.6-6.5 40.8-4c7.1 1.4 14.1 3.3 21.1 5.3c1.6 .4 3.1 .9 4.7 1.3c11.5 3.1 23.4-3.6 26.6-15.1s-3.6-23.4-15.1-26.6c-1.9-.6-3.7-1.1-5.6-1.6c-9.6-2.7-19.3-5.4-29-6.6v-14.2c.1-11.9-9.6-21.6-21.5-21.6s-21.6 9.7-21.6 21.6v16.1c-6.1 1.4-12 3.3-17.5 5.7c-18 7.8-35 22.3-39 44.1h0c-4.2 23.1 5.7 43.9 25.2 56.4c14.2 9.1 33.1 14.4 48.2 18.7c2.3 .7 4.5 1.3 6.8 1.9c11.9 3.2 24.4 6.6 34.5 13.5c11.8 8 6.1 22.3-5.9 27.1c-8.9 3.6-22.5 5.1-39.5 2.6c-11.6-1.9-23.2-5.8-34.5-9.6c-2.5-.8-5-1.7-7.5-2.5c-11.3-3.8-23.5 2.4-27.3 13.7s2.4 23.6 13.7 27.3c14.1 4.6 28.3 9.2 42.8 12.5v17.4c0 11.9 9.7 21.6 21.6 21.6s21.6-9.7 21.6-21.6v-15.2c8.9-1 17.4-3 25.2-6.2c7-2.8 13.6-6.7 19.3-11.6zM496 224c-79.5 0-144 64.5-144 144s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144zm0 240c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm39.5-97.4L512 378.9v5.1c0 8.8-7.2 16-16 16s-16-7.2-16-16v-14.8c0-6 3.3-11.4 8.6-14.2l32-16.8c4.5-2.4 7.4-7.1 7.4-12.3c0-7.7-6.2-13.9-13.9-13.9h-40.5c-5.3 0-9.6 4.3-9.6 9.6v6.4c0 8.8-7.2 16-16 16s-16-7.2-16-16v-6.3c0-23 18.6-41.6 41.6-41.6h40.5c25.3 0 45.9 20.5 45.9 45.9s-9.4 32.7-24.5 40.6zM302.2 51.5c23.9 5.3 46.2 14.7 66.2 27.4c10.4 6.6 24.2 6 32.9-2.8c10.1-10.1 9.4-26.8-2.5-34.7c-27.3-18.2-58.3-31.3-91.6-37.9c-14-2.8-26.3 8.5-26.3 22.8s9.3 22.5 21.3 25.2zM145.4 78.9c20-12.7 42.3-22.1 66.2-27.4c12-2.7 21.3-12.9 21.3-25.2S220.6 .7 206.6 3.5c-33.3 6.6-64.3 19.7-91.6 37.9c-11.9 7.9-12.6 24.6-2.5 34.7c8.7 8.7 22.5 9.4 32.9 2.8zM456.8 196.8c12.6-2.9 25.7-4.4 39.2-4.4s6.3 0 9.4 .3c-7.1-29-19.2-56-35.3-80.1c-7.9-11.9-24.6-12.6-34.7-2.5c-8.7 8.7-9.4 22.5-2.8 32.9c10.5 16.5 18.7 34.6 24.3 53.9zM302.2 457.6c-12 2.7-21.3 12.9-21.3 25.2s12.3 25.6 26.3 22.8c20.6-4.1 40.3-10.7 58.9-19.4c-10.9-12-20.2-25.6-27.5-40.3c-11.6 5-23.7 8.9-36.3 11.7zM28.6 230.5c12.3 0 22.5-9.3 25.2-21.3c5.3-23.9 14.7-46.2 27.4-66.2c6.6-10.4 6-24.2-2.8-32.9c-10.1-10.1-26.8-9.4-34.7 2.5c-18.2 27.3-31.3 58.3-37.9 91.6c-2.8 14 8.5 26.3 22.8 26.3zm183 226.9c-23.9-5.3-46.2-14.7-66.2-27.4c-10.4-6.6-24.2-6-32.9 2.8c-10.1 10.1-9.4 26.8 2.5 34.7c27.3 18.2 58.3 31.3 91.6 37.9c14 2.8 26.3-8.5 26.3-22.8s-9.3-22.5-21.3-25.2zM53.9 299.8c-2.7-12-12.9-21.3-25.2-21.3S3.1 290.8 5.9 304.8c6.6 33.3 19.7 64.3 37.9 91.6c7.9 11.9 24.6 12.6 34.7 2.5s9.4-22.5 2.8-32.9c-12.7-20-22.1-42.3-27.4-66.2z"]},{prefix:"fak",iconName:"paper-plane-regular",icon:[512,512,[],"e058","M16.1 260.2c-22.6 12.9-20.5 47.3 3.6 57.3L160 376 160 479.3c0 18.1 14.6 32.7 32.7 32.7 9.7 0 18.9-4.3 25.1-11.8l62-74.3 123.9 51.6c18.9 7.9 40.8-4.5 43.9-24.7l64-416c1.9-12.1-3.4-24.3-13.5-31.2s-23.3-7.5-34-1.4l-448 256zm52.1 25.5l341.5-195.1-219.6 245.4 1.2 1-123.1-51.3zM403.3 425.4l-166.6-69.5 214.1-239.3-47.5 308.8z"]},{prefix:"fak",iconName:"cabinet-filing-floppy-disk-regular",icon:[640,512,[],"e050","M496 352l0 8c0 13.4 10.6 24 24 24s24-10.6 24-24l0-16c0-22.1-17.9-40-40-40l-120 0 0 48 112 0zm24-208c13.4 0 24-10.6 24-24l0-16c0-22.1-17.9-40-40-40L360 64c-22.1 0-40 17.9-40 40l0 16c0 13.4 10.6 24 24 24s24-10.6 24-24l0-8 128 0 0 8c0 13.4 10.6 24 24 24zM576-32L288-32c-35.2 0-64 28.8-64 64l0 128 17 0c10.9 0 21.4 2.2 31 6.1L272 32c0-9 7-16 16-16l288 0c9 0 16 7 16 16l0 168-276.8 0 44.8 44.8s1.6 2.2 2.6 3.2l229.4 0 0 168c0 9-7 16-16 16l-192 0 0 48 192 0c35.2 0 64-28.8 64-64l0-384c0-35.2-28.8-64-64-64zM50.2 192C22.4 192 0 214.4 0 242.2L0 493.8C0 521.6 22.4 544 50.2 544l251.5 0c27.8 0 50.2-22.4 50.2-50.2L352 303c0-13.4-5.1-26.2-14.7-35.5l-60.8-60.8c-9.3-9.3-22.1-14.7-35.5-14.7L50.2 192zm25.3 75.5c0-13.8 11.2-25.3 25.3-25.3l125.8 0c13.8 0 25.3 11.2 25.3 25.3l0 50.2c0 13.8-11.2 25.3-25.3 25.3l-125.8 0c-13.8 0-25.3-11.2-25.3-25.3l0-50.2zM176 493.8a50.2 50.2 0 1 1 0-100.5 50.2 50.2 0 1 1 0 100.5z"]},{prefix:"fak",iconName:"user-gear-regular",icon:[640,512,[],"e00f","M0 482.3C0 383.8 79.8 304 178.3 304l91.4 0c19.7 0 38.7 3.2 56.4 9.1c-5.7 19.4-.4 40.5 13.8 54.9c-.9 .9-1.8 1.9-2.6 2.8c-19.7-12-42.8-18.8-67.5-18.8l-91.4 0c-65.7 0-120.1 48.7-129 112L348 464l7.4 12.8c13 22.3 38.9 32.4 62.6 26.2c.9 3 2 6 3.2 8.9c-1 .1-1.9 .1-2.9 .1L29.7 512C13.3 512 0 498.7 0 482.3zM96 128c0-45.7 24.4-88 64-110.9s88.4-22.9 128 0S352 82.3 352 128s-24.4 88-64 110.9s-88.4 22.9-128 0S96 173.7 96 128zm48 0c0 28.6 15.2 55 40 69.3s55.2 14.3 80 0s40-40.7 40-69.3s-15.2-55-40-69.3s-55.2-14.3-80 0S144 99.4 144 128zM363.2 316.8l24-41.6c6.6-11.5 21.3-15.4 32.8-8.8l8 4.6c4.9 2.8 10.9 2.5 15.8-.3s8.2-7.9 8.2-13.5l0-9.2c0-13.3 10.7-24 24-24l.1-.2 48 0c13.3 0 24 10.7 24 24l0 9.4c0 5.6 3.3 10.6 8.1 13.4c4.9 2.8 10.8 3.1 15.7 .3l8.2-4.7c11.5-6.6 26.2-2.7 32.8 8.8l24 41.6c6.6 11.5 2.7 26.2-8.8 32.8l-8.9 5.1c-4.6 2.6-7.2 7.7-7.2 13c0 5.7 2.7 11.1 7.6 13.9l8.4 4.9c11.5 6.6 15.4 21.3 8.8 32.8l-24 41.6c-6.6 11.5-21.3 15.4-32.8 8.8l-8.9-5.1c-4.7-2.7-10.5-2.4-15.2 .3s-7.9 7.6-7.9 13l0 10.3c0 13.3-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24l0-10c0-5.5-3.2-10.4-7.9-13.1c-4.8-2.7-10.6-3-15.3-.3l-8.7 5c-11.5 6.6-26.2 2.7-32.8-8.8l-24-41.6c-6.6-11.5-2.7-26.1 8.7-32.8l8-4.6c5-2.9 7.8-8.4 7.8-14.1c0-5.4-2.6-10.5-7.3-13.2l-8.5-4.9c-11.5-6.6-15.4-21.3-8.8-32.8zm95.2 26.9c-8.6 14.9-8.6 33.1 0 48s24.4 24 41.6 24s33-9.1 41.6-24s8.6-33.1 0-48s-24.4-24-41.6-24s-33 9.1-41.6 24z"]},{prefix:"fak",iconName:"chart-bar-stacked-regular",icon:[512,512,[],"e039","M417.1 200h-42.6c-19 0-34.7 15.7-34.7 34.7v210.6c0 19 15.7 34.7 34.7 34.7h42.6c19.3 0 34.7-15.7 34.7-34.7V234.7c0-19.3-15.7-34.7-34.7-34.7zm-7.2 238h-28v-56h28v56zm0-98h-28v-98h28v98zM132.4 116H99.6c-21.8 0-39.5 17.6-39.5 39.5v284.8c0 21.8 17.6 39.5 39.5 39.5h32.8c21.8 0 39.5-17.6 39.5-39.5V155.5c0-21.8-17.6-39.5-39.5-39.5zm-2.5 322h-28V326h28v112zm0-154h-28V158h28v126zm138-252h-24.1c-24.4 0-44 19.6-44 44v360.1c0 24.4 19.6 44 44 44h24.1c24.4 0 44-19.6 44-44V76c0-24.4-19.6-44-44-44zm2 404s-.8 2-2 2h-24.1s-2-.8-2-2V214h28v222zm0-264h-28V76s.8-2 2-2H268s2 .8 2 2v96z"]},{prefix:"fak",iconName:"code-compare-solid",icon:[512,512,[],"e060","M275.9 128.7c7.5-7.4 7.5-19.6 0-27.1L231.1 56.8c-7.4-7.5-19.6-7.5-27.1 0l0 0c0 .1 .1 .1 .1 .1-7.5 7.4-7.5 19.6 0 27.1l12 12-36.9 0c-38.9 0-70.4 31.5-70.5 70.4l0 169.4c-26 8.2-44.8 25.7-44.8 61s28.6 64 64 64 64-35.4 64-64-18.8-52.9-44.8-61l0-169.4c0-17.7 14.3-32 32-32l36.9 0-12 12c-7.5 7.4-7.4 19.6 0 27.1s19.6 7.5 27.1 0l44.8-44.8zM384 51.2c-35.4 0-64 35.4-64 64s18.8 52.9 44.8 61l0 169.3c0 17.7-14.3 32-32 32l-36.9 0 12-12c7.5-7.4 7.4-19.6 0-27.1s-19.6-7.5-27.1 0L236 383.2c-7.5 7.4-7.5 19.6 0 27.1l44.8 44.8c7.4 7.5 19.6 7.4 27.1 0s7.5-19.6 0-27.1l-12-12 36.9 0c38.9 0 70.4-31.5 70.4-70.4l0-169.4c26-8.2 44.8-25.7 44.8-61s-28.6-64-64-64z"]},{prefix:"fak",iconName:"file-rotate-right-solid",icon:[576,512,[],"e004","M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 38.6c-73.6 20.8-127.6 88.3-128 168.5l0 1.7c.3 58.7 29.3 110.7 73.8 142.5c-3.2 .5-6.4 .7-9.8 .7L64 512c-35.3 0-64-28.7-64-64L0 64zM256 0L384 128l-128 0L256 0zm32 368c0-79.5 64.5-144 144-144c36.9 0 70.5 13.9 96 36.7l0-12.7c0-13.3 10.7-24 24-24s24 10.7 24 24l0 80c0 13.3-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l31.6 0c-17.6-19.7-43.1-32-71.6-32c-53 0-96 43-96 96s43 96 96 96c28.4 0 53.9-12.3 71.6-32c8.8-9.9 24-10.7 33.9-1.9s10.7 24 1.9 33.9C513 493.4 474.7 512 432 512c-79.5 0-144-64.5-144-144z"]},{prefix:"fak",iconName:"consumer-regular",icon:[512,512,[],"e03d","M360 320h80c22.1 0 40-17.9 40-40v-80c0-22.1-17.9-40-40-40h-80c-22.1 0-40 17.9-40 40v16H136v-56h16c22.1 0 40-17.9 40-40V40c0-22.1-17.9-40-40-40H72C49.9 0 32 17.9 32 40v80c0 22.1 17.9 40 40 40h16v224c0 39.7 32.3 72 72 72h160v16c0 22.1 17.9 40 40 40h80c22.1 0 40-17.9 40-40v-80c0-22.1-17.9-40-40-40h-80c-22.1 0-40 17.9-40 40v16H160c-13.1 0-24-10.9-24-24V264h184v16c0 22.1 17.9 40 40 40zm8 80h64v64h-64v-64zM80 112V48h64v64H80z"]},{prefix:"fak",iconName:"house-magnifying-glass-regular",icon:[640,512,[],"e008","M5.6 263.5c-8.5-10.1-7.3-25.2 2.8-33.8l264-224c9-7.6 22.1-7.6 31.1 0c63.1 53.6 126.2 107.1 189.4 160.7c-14.2-4.1-29.3-6.4-44.9-6.4c-11.3 0-22.2 1.2-32.8 3.4L288 55.5 112 204.8 112 432c0 17.7 14.3 32 32 32l48 0 0-152c0-22.1 17.9-40 40-40l63.3 0c-4.8 15.2-7.3 31.3-7.3 48l-48 0 0 144 96 0 0-29.7c28.9 28.3 68.4 45.7 112 45.7c17.6 0 34.4-2.8 50.2-8l1.9 1.9C486.1 496.8 460.8 512 432 512l-288 0c-44.2 0-80-35.8-80-80l0-186.5L39.4 266.3c-10.1 8.5-25.3 7.3-33.8-2.8zM320 320c0-70.7 57.3-128 128-128s128 57.3 128 128c0 26.7-8.2 51.4-22.1 71.9L633 471c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L520 425.8l-.1 .1C499.4 439.8 474.7 448 448 448c-70.7 0-128-57.3-128-128zm48 0c0 28.6 15.2 55 40 69.3s55.2 14.3 80 0s40-40.7 40-69.3s-15.2-55-40-69.3s-55.2-14.3-80 0s-40 40.7-40 69.3z"]},{prefix:"fak",iconName:"left-panel-solid",icon:[576,512,[],"e021","M519.3 32H56.7C25.3 32 0 57.3 0 88.6V423c0 31.4 25.3 56.6 56.7 56.6h183.5v.3h48v-.3h231.2c31.4 0 56.7-25.3 56.7-56.6V88.6c0-31.4-25.3-56.6-56.7-56.6zM168.1 368h-48c-13.1 0-24-10.9-24-24s10.9-24 24-24h48c13.1 0 24 10.9 24 24s-10.9 24-24 24zm0-96h-48c-13.1 0-24-10.9-24-24s10.9-24 24-24h48c13.1 0 24 10.9 24 24s-10.9 24-24 24zm0-96h-48c-13.1 0-24-10.9-24-24s10.9-24 24-24h48c13.1 0 24 10.9 24 24s-10.9 24-24 24zM528.3 423c0 4.8-3.8 8.6-8.6 8.6H288.2V80h231.5c4.8 0 8.6 3.8 8.6 8.6V423z"]},{prefix:"fak",iconName:"list-magnifying-glass-regular",icon:[640,512,[],"e009","M16 72l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24L40 48C26.7 48 16 58.7 16 72zm0 160l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24zm0 160l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24zM160 96c0 13.3 10.7 24 24 24l304 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L184 72c-13.3 0-24 10.7-24 24zm0 160c0 13.3 10.7 24 24 24l109 0c4.5-17.3 11.7-33.5 21.3-48L184 232c-13.3 0-24 10.7-24 24zm0 160c0 13.3 10.7 24 24 24l158.1 0c-15.2-13.4-27.8-29.7-37.1-48L184 392c-13.3 0-24 10.7-24 24zm160-96c0 70.7 57.3 128 128 128c26.7 0 51.4-8.2 71.9-22.1l.1-.1 79.1 79.1c9.3 9.4 24.5 9.3 33.9 0s9.4-24.5 0-33.9l-79.1-79.1C567.8 371.4 576 346.7 576 320c0-70.7-57.3-128-128-128s-128 57.3-128 128zm48 0c0-28.6 15.2-55 40-69.3s55.2-14.3 80 0s40 40.7 40 69.3s-15.2 55-40 69.3s-55.2 14.3-80 0s-40-40.7-40-69.3z"]},{prefix:"fak",iconName:"thumbs-up-thumbs-down-solid",icon:[640,512,[],"e061","M479.4 256l1.3-7c4.2-20.8 15.4-39.4 32-52.5l4.5-3.8c14.1-11.5 22.4-28.5 22.4-46.7l0-69.8c0-20.2-9.9-38.7-26.6-49.9l-24-16C479.4 3.5 467.8 0 456 0L409.9 0c-16.6 0-30.1 13.4-30.1 30.1 0 2.2 0 4.5 .6 6.4-12.2 3.8-20.8 15-20.8 28.5 0 5.8 1.6 10.9 4.2 15.7-13.8 2.6-24.3 14.7-24.3 29.4 0 7.7 2.9 14.7 7.7 20.2-15.4 1.3-27.8 14.1-27.8 30.1 0 16.6 13.4 30.1 30.1 30.1l89.9 0c-8.6 14.4-14.7 30.4-17.9 47l-1.3 7c-3.2 16.3 7.4 32 23.7 35.2s32-7.4 35.2-23.7l.3 0zM640 160l0-139.8C640 9 631 0 620.2 0l-40 0C569 0 560.3 9 560 19.8l0 139.8c0 11.2 9 19.8 19.8 20.2l40 0c11.2 0 19.8-9 20.2-19.8zM195.8 232.6c16.3 3.2 26.9 19.2 23.7 35.2l-1.3 7c-3.2 16.6-9.3 32.6-17.9 47l89.9 0c16.6 0 30.1 13.4 30.1 30.1s-12.2 28.8-27.8 30.1c4.8 5.4 7.7 12.5 7.7 20.2 0 14.7-10.6 26.9-24.3 29.4 2.9 4.5 4.2 9.9 4.2 15.7 0 13.4-8.6 24.6-20.8 28.5 2 8.9-.2 18.2-6 25.3s-14.4 11.2-23.5 11.2l-46.1 0c-11.8 0-23.4-3.5-33.3-9.9l-24-16c-16.6-11.2-26.6-29.8-26.6-49.9l0-69.4c0-18.2 8.3-35.5 22.4-46.7l4.5-3.8c16.6-13.1 27.8-32 32-52.5l1.3-7c3.2-16.3 19.2-26.9 35.2-23.7l.6-.6zm-176 99.5l40 0c11.2 0 19.8 9 19.8 19.8l0 140.2c0 11.2-9 19.8-19.8 19.8l-40 0C8.6 512 0 503 0 492.2L0 352c0-11.2 9-19.8 19.8-19.8z"]},{prefix:"fak",iconName:"scheduled-regular",icon:[512,512,[],"e063","M480.1 418l-64.4-64.4c-4.2-4.5-10.1-7-16.2-7s-12 2.5-16.2 7l-2.9 2.8-36.7-37.1c26.7-32 41.3-72.4 41.4-114.1 .3-47.7-18.7-93.5-52.6-127-33.6-33.8-79.4-52.8-127.1-52.6-47.7-.3-93.5 18.7-127.1 52.6-33.8 33.6-52.8 79.4-52.6 127.1 0 47.9 18.4 93.2 52.6 127.1 33.6 33.8 79.4 52.8 127 52.6 41.7 .1 82.2-14.6 114.1-41.4l36.7 36.7-2.9 2.9c-4.5 4.2-7 10.1-7 16.2s2.5 12 7 16.2L417.8 480c4.1 4.3 9.9 6.6 15.8 6.5 5.4 0 11.9-1.8 15.8-6.5L479 450.4c9.1-8.7 9.6-23.1 1.1-32.4zM205.4 346c-37.7 .1-73.8-14.8-100.4-41.4-26.6-26.6-41.5-62.8-41.4-100.5-.1-37.7 14.8-73.8 41.4-100.4 26.6-26.6 62.8-41.5 100.4-41.4 37.7-.1 73.8 14.8 100.4 41.4 26.6 26.6 41.5 62.8 41.4 100.4 .1 37.7-14.8 73.8-41.4 100.4-27.7 26.7-62.6 41.4-100.5 41.4zm15.9-61.6l-31.3 0c-1.1 0-1.8 1.1-1.8 1.8 0 9.3 8.3 16.5 17.7 16.5 10.1 0 17.7-7.2 17.7-16.5 .3 0-.4-1.8-2.2-1.8zM258 236.5c1.8-5.4 2.9-10.1 2.9-15.8l0-43.2c0-22-14.8-41.4-36.7-49l0-4.7c0-9.4-8.3-16.5-17.6-16.5-10.1 0-17.7 7.2-17.7 16.5l0 4.7c-22 7.2-36.7 26.6-36.7 49l0 43.2c0 5.4 1.1 11.2 2.9 15.8-16.6 1.1-27.7 8.3-27.7 17.7l0 15.8c0 1.1 1.1 1.8 1.8 1.8l151.9 0c1.1 0 1.8-1.1 1.8-1.8l0-15.8c1.1-9.4-10-17-24.8-17.7z"]},{prefix:"fak",iconName:"wand-magic-sparkles-regular",icon:[512,512,[],"e05e","M230.4 25.6c2.6 0 5 1.6 5.9 4L248.2 59 277.6 70.9c2.4 1 4 3.4 4 5.9s-1.6 5-4 5.9L248.2 94.6 236.3 124c-1 2.4-3.4 4-5.9 4s-5-1.6-5.9-4l-11.8-29.4-29.4-11.8c-2.4-1-4-3.4-4-5.9s1.6-5 4-5.9L212.6 59 224.5 29.6c1-2.4 3.4-4 5.9-4zm163.2 64c-1 0-2.1 .4-2.8 1.2l-85.3 85.2 30.5 30.5 85.2-85.3c.7-.7 1.2-1.8 1.2-2.8s-.4-2.1-1.2-2.8L396.4 90.8c-.7-.7-1.8-1.2-2.8-1.2zm-29.9-26c7.9-7.9 18.7-12.4 29.9-12.4s22 4.5 30 12.4l24.8 24.8c7.9 8 12.4 18.8 12.4 30s-4.5 22-12.4 30l-300 300c-8 7.9-18.8 12.4-30 12.4s-22-4.5-30-12.4L63.6 423.6c-7.9-8-12.4-18.8-12.4-30s4.5-22 12.4-30l300-300 .1 0zm-249.5 21l17.2 40.1 40.1 17.2c4.7 2 7.8 6.6 7.8 11.8s-3 9.8-7.8 11.8l-40.1 17.2-17.2 40.1c-2 4.7-6.6 7.8-11.8 7.8s-9.8-3-11.8-7.8l-17.2-40.1-40.1-17.2c-4.7-2-7.8-6.6-7.8-11.8s3-9.8 7.8-11.8l40.1-17.2 17.2-40.1c2-4.7 6.6-7.8 11.8-7.8s9.8 3 11.8 7.8zM408.6 302.2l17.2 40.1 40.1 17.2c4.7 2 7.8 6.6 7.8 11.8s-3 9.8-7.8 11.8l-40.1 17.2-17.2 40.1c-2 4.7-6.6 7.8-11.8 7.8s-9.8-3-11.8-7.8l-17.2-40.1-40.1-17.2c-4.7-2-7.8-6.6-7.8-11.8s3-9.8 7.8-11.8l40.1-17.2 17.2-40.1c2-4.7 6.6-7.8 11.8-7.8s9.8 3 11.8 7.8z"]},{prefix:"fak",iconName:"hourglass-end-regular",icon:[512,512,[],"e05b","M102.4 70.4c0-10.6 8.6-19.2 19.2-19.2l268.8 0c10.6 0 19.2 8.6 19.2 19.2S401 89.6 390.4 89.6l-6.4 0 0 15.2c0 32.2-12.8 63.2-35.6 86l-65.2 65.2 65.2 65.2C371.2 344 384 375 384 407.2l0 15.2 6.4 0c10.6 0 19.2 8.6 19.2 19.2s-8.6 19.2-19.2 19.2l-268.8 0c-10.6 0-19.2-8.6-19.2-19.2s8.6-19.2 19.2-19.2l6.4 0 0-15.2c0-32.2 12.8-63.2 35.6-86l65.2-65.2-65.2-65.2C140.8 168 128 137 128 104.8l0-15.2-6.4 0c-10.6 0-19.2-8.6-19.2-19.2zM206.3 332.8l99.3 0-49.7-49.7-49.7 49.7 .1 0zM321.2 163.6c15.6-15.6 24.4-36.7 24.4-58.8l0-15.2-179.2 0 0 15.2c0 22.1 8.8 43.2 24.4 58.8l65.2 65.2 65.2-65.2z"]},{prefix:"fak",iconName:"file-lines-gear-regular",icon:[576,512,[],"e049","M0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.2 6.7 45.2 18.7l90.6 90.5c12 12 18.7 28.3 18.7 45.3l0 42.8c-14.6 6.9-25.7 19.8-30.1 35.7-5.9-1.5-12-2-17.9-1.6l0-71.4-80 0c-17.7 0-32-14.3-32-32l0-80-160 0c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l220 0 7.4 12.8c12.6 21.6 37.3 31.8 60.4 26.7-9.4 5.4-20.2 8.5-31.8 8.5L64 512c-35.3 0-64-28.7-64-64L0 64zM96 280c0-13.3 10.7-24 24-24l144 0c9.5 0 17.6 5.4 21.5 13.4l-18.1 31.4c-.6 1-1.2 2.1-1.7 3.1-.6 0-1.1 .1-1.7 .1l-144 0c-13.3 0-24-10.7-24-24zm0 96c0-13.3 10.7-24 24-24l144 0c.3 0 .6 0 .9 0 2.7 5.8 6.4 11.3 11 16-8.6 8.8-14 20.1-15.6 32L120 400c-13.3 0-24-10.7-24-24zm203.2-59.2l24-41.6c6.6-11.5 21.3-15.4 32.8-8.8l8 4.6c4.9 2.8 10.9 2.5 15.8-.3s8.2-7.9 8.2-13.5l0-9.2c0-13.3 10.7-24 24-24l.1-.2 48 0c13.3 0 24 10.7 24 24l0 9.4c0 5.6 3.3 10.6 8.1 13.4 4.9 2.8 10.8 3.1 15.7 .3l8.2-4.7c11.5-6.6 26.2-2.7 32.8 8.8l24 41.6c6.6 11.5 2.7 26.2-8.8 32.8l-8.9 5.1c-4.6 2.6-7.2 7.7-7.2 13 0 5.7 2.7 11.1 7.6 13.9l8.4 4.9c11.5 6.6 15.4 21.3 8.8 32.8l-24 41.6c-6.6 11.5-21.3 15.4-32.8 8.8l-8.9-5.1c-4.7-2.7-10.5-2.4-15.2 .3s-7.9 7.6-7.9 13l0 10.3c0 13.3-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24l0-10c0-5.5-3.2-10.4-7.9-13.1-4.8-2.7-10.6-3-15.3-.3l-8.7 5c-11.5 6.6-26.2 2.7-32.8-8.8l-24-41.6c-6.6-11.5-2.7-26.1 8.7-32.8l8-4.6c5-2.9 7.8-8.4 7.8-14.1 0-5.4-2.6-10.5-7.3-13.2l-8.5-4.9c-11.5-6.6-15.4-21.3-8.8-32.8zM388 367.7c0 26.5 21.5 48 48 48s48-21.5 48-48-21.5-48-48-48-48 21.5-48 48z"]},{prefix:"fak",iconName:"user-lock-regular",icon:[640,512,[],"e010","M0 482.3C0 383.8 79.8 304 178.3 304l91.4 0c43.6 0 83.6 15.7 114.6 41.7c-.2 2.1-.3 4.2-.3 6.3l0 67.6C361.8 379.3 319 352 269.8 352l-91.4 0c-65.7 0-120.1 48.7-129 112L384 464l0 15.9c0 11.7 3.1 22.6 8.6 32.1L29.7 512C13.3 512 0 498.7 0 482.3zM96 128c0-45.7 24.4-88 64-110.9s88.4-22.9 128 0S352 82.3 352 128s-24.4 88-64 110.9s-88.4 22.9-128 0S96 173.7 96 128zm48 0c0 28.6 15.2 55 40 69.3s55.2 14.3 80 0s40-40.7 40-69.3s-15.2-55-40-69.3s-55.2-14.3-80 0S144 99.4 144 128zM416 352c0-17.7 14.3-32 32-32l0-48c0-44.2 35.8-80 80-80s80 35.8 80 80l0 48c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-128zm80-80l0 48 64 0 0-48c0-17.7-14.3-32-32-32s-32 14.3-32 32z"]},{prefix:"fak",iconName:"hourglass-half-circle-check-regular",icon:[576,512,[],"e00b","M0 24C0 10.7 10.7 0 24 0L360 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 19c0 40.3-16 79-44.5 107.5L225.9 256l43.8 43.8c-7.2 17-11.7 35.4-13.2 54.7L192 289.9l-81.5 81.5 0 .1c-3.9 3.9-7.5 8.1-10.7 12.5l156.9 0c4.8 52.9 33 99 74.1 128L24 512c-13.3 0-24-10.7-24-24s10.7-24 24-24l8 0 0-19c0-40.3 16-79 44.5-107.5L158.1 256 76.5 174.5C48 146 32 107.3 32 67l0-19-8 0C10.7 48 0 37.3 0 24zM80 48l0 19c0 22.1 7 43.4 19.8 61l184.4 0C297 110.4 304 89 304 67l0-19L80 48zM288 368c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144zm76.7-11.3c-6.2 6.2-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L416 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0z"]},{prefix:"fak",iconName:"context-menu-cursor-regular",icon:[586,512,[],"e04f","M319.6 232.6c0-4.4 1.1-8.4 1.8-12.4l-166 0c-15.4 0-27.4 12.1-27.4 27.4S140.1 275 155.4 275l164.2 0 0-42.4zm0 224.5l-246.5 0c-9.9 0-18.3-8-18.3-18.3l0-366.1c0-10.2 8-18.3 18.3-18.3l365.7 0c10.2 0 18.3 8 18.3 18.3l0 125.8 54.9 41 0-166.4C512 32.9 479.1 0 438.9 0L73.1 0C32.9 0 0 32.9 0 73.1L0 438.9C0 479.1 32.9 512 73.1 512L343 512c-14.3-12.8-23.4-30.7-23.4-50.8l0-4zM384 137.9c0-15.4-12.1-27.4-27.4-27.4l-201.1 0c-15.4 0-27.4 12.1-27.4 27.4s12.1 27.4 27.4 27.4l201.1 0c15.4 0 27.4-12.1 27.4-27.4zM128 357.3c0 15.4 12.1 27.4 27.4 27.4l164.2 0 0-54.9-164.2 0c-15.4 0-27.4 12.1-27.4 27.4zm451.3 1.5L396.4 221.6c-4-3.3-9.9-3.7-14.3-1.5-4.8 2.2-7.7 6.9-7.7 12.4l0 228.6c0 5.9 3.7 11 9.5 12.8s11.7 0 15.4-4.8l52.3-69.5 50.8 101.7c4.4 9.1 15.4 12.8 24.5 8 9.1-4.4 12.8-15.4 8-24.5l-50.8-101.7 87 0c5.9 0 11.3-3.7 13.2-9.5 1.8-5.5 0-11.7-4.8-15.4z"]},{prefix:"fak",iconName:"bars-progress-regular",icon:[512,512,[],"e05d","M307.2 192l89.6 0 0-76.8-89.6 0 0 76.8zM76.8 115.2C76.8 94 94 76.8 115.2 76.8l281.6 0c21.2 0 38.4 17.2 38.4 38.4l0 76.8c0 21.2-17.2 38.4-38.4 38.4l-281.6 0c-21.2 0-38.4-17.2-38.4-38.4l0-76.8zM396.8 320l-192 0 0 76.8 192 0 0-76.8zM115.2 281.6l281.6 0c21.2 0 38.4 17.2 38.4 38.4l0 76.8c0 21.2-17.2 38.4-38.4 38.4l-281.6 0c-21.2 0-38.4-17.2-38.4-38.4l0-76.8c0-21.2 17.2-38.4 38.4-38.4z"]},{prefix:"fak",iconName:"hourglass-half-regular",icon:[512,512,[],"e065","M102.4 70.4c0-10.6 8.6-19.2 19.2-19.2l268.8 0c10.6 0 19.2 8.6 19.2 19.2S401 89.6 390.4 89.6l-6.4 0 0 15.2c0 32.2-12.8 63.2-35.6 86l-65.2 65.2 65.2 65.2C371.2 344 384 375 384 407.2l0 15.2 6.4 0c10.6 0 19.2 8.6 19.2 19.2s-8.6 19.2-19.2 19.2l-268.8 0c-10.6 0-19.2-8.6-19.2-19.2s8.6-19.2 19.2-19.2l6.4 0 0-15.2c0-32.2 12.8-63.2 35.6-86l65.2-65.2-65.2-65.2C140.8 168 128 137 128 104.8l0-15.2-6.4 0c-10.6 0-19.2-8.6-19.2-19.2zm88.4 278c-3.1 3.1-6 6.5-8.6 10l147.5 0c-2.6-3.5-5.4-6.9-8.6-10l-65.2-65.2-65.2 65.2zM337.4 140.8c5.3-11.1 8.2-23.4 8.2-36l0-15.2-179.2 0 0 15.2c0 12.6 2.9 24.9 8.2 36l162.9 0z"]},{prefix:"fak",iconName:"paper-plane-slash-regular",icon:[640,512,[],"e057","M5.1 9.2C-3.1 19.6-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L522.2 384 575.6 36.8c1.9-12.1-3.4-24.3-13.5-31.2s-23.3-7.5-34-1.4L244.5 166.3 38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2zM285.2 198.3l188.5-107.7-134.3 150.1-54.1-42.4zm92 72.1L514.8 116.6 478.9 350 377.2 270.4zM154.5 217.7L80.1 260.2c-22.6 12.9-20.5 47.3 3.6 57.3L224 376 224 479.3c0 18.1 14.6 32.7 32.7 32.7 9.7 0 18.9-4.3 25.1-11.8l62-74.3 123.9 51.6c6.2 2.6 12.6 3 18.7 1.7l-123.7-97.4-62-25.9 12.1-13.5-37.8-29.8-20.9 23.3 1.2 1-123.1-51.3 62.9-36-40.7-32z"]},{prefix:"fak",iconName:"binder-open-arrow-right-regular",icon:[576,512,[],"e032","M478.7 262.1c-5.4-4.8-12.7-6-19.1-2.9l-.3 .6c-6.4 2.9-10.5 9.2-10.5 16.2v35.6h-62.6c-54.3 0-98.1 44.1-98.1 98.1s45.4 91.5 55.9 97.2c1.3 .6 2.9 1 4.4 1c6 0 11.1-5.1 11.1-11.1s-2.5-7.9-5.4-10.8c-5.4-5.1-12.4-14.6-12.4-31.8c0-29.5 24.1-53.7 53.7-53.7h53.7v35.6c0 7 4.1 13.3 10.5 16.2s14 1.6 19.1-2.9l89.2-80.4c3.8-3.5 6-8.3 6-13.3s-2.2-9.8-6-13.3L478.7 262zM547 53.7c-21.6-7-73-21.3-128-21.3l-.3-.3c-36.5 0-71.1 6.4-96.6 12.7c-12.7 3.2-23.2 6.4-30.8 8.6c-1.3 .3-2.5 .6-3.8 1.3c-1-.3-2.5-1-3.8-1.3c-7.3-2.5-18.1-5.4-30.8-8.6c-25.4-6.4-60-12.7-96.6-12.7c-54.6 0-105.8 14.6-127.4 21.3C12.5 58.8 2 74 2 90.5v310c0 23.5 19.7 40.3 41 40.3s4.4 0 6.7-.6c19.7-3.2 54.3-7.6 99.1-7.6s79.1 16.2 99.4 27.9c-5.1-15.2-7.9-32.1-7.9-50.5s.6-3.8 .6-6c-24.5-10.2-56.2-18.7-91.8-18.7s-76.9 3.8-99.1 7V96.9c22.2-6.7 63.8-17.1 107.3-17.1s62.2 5.4 85.1 11.1c8.6 2.2 15.9 4.1 21.9 6v62.3h-31.8c-13 0-23.8 10.8-23.8 23.8s10.8 23.8 23.8 23.8h31.8v95.3h-31.8c-13 0-23.8 10.8-23.8 23.8s10.8 23.8 23.8 23.8h21.6c12.4-27 32.7-49.2 57.8-64.2v-78.8h31.8c13 0 23.8-10.8 23.8-23.8s-10.8-23.8-23.8-23.8h-31.8V96.8c6-1.9 13.3-3.8 21.9-6c23.2-5.7 54-11.1 85.1-11.1S504 90.2 526.2 96.8v144.8l47.6 42.9V90.9c0-16.5-10.2-31.8-27-37.2z"]},{prefix:"fak",iconName:"bell-circle-plus-regular",icon:[640,512,[],"e000","M2.4 402.4c-4-8.3-2.9-18.2 2.9-25.4l14.9-18.7C48.5 322.9 64 278.8 64 233.4L64 208c0-77.4 55-142 128-156.8L192 32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 19.2C329 66 384 130.6 384 208l0 24.2c-17.4 14.3-31.9 31.9-42.8 51.9c-3.5-16.6-5.2-33.6-5.2-50.7l0-25.4c0-61.9-50.1-112-112-112s-112 50.1-112 112l0 25.4C112 281.3 98.1 328 72.3 368L320 368c0 16.6 2.3 32.7 6.6 48L24 416c-9.2 0-17.6-5.3-21.6-13.6zM160 448l64 0 64 0c0 17-6.7 33.3-18.7 45.3s-28.3 18.7-45.3 18.7s-33.3-6.7-45.3-18.7s-18.7-28.3-18.7-45.3zm192-80c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144zm64 0c0 8.8 7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16s16-7.2 16-16l0-48 48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0 0-48c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 48-48 0c-8.8 0-16 7.2-16 16z"]},{prefix:"fak",iconName:"diagram-sunburst-regular",icon:[512,512,[],"e03f","M314.8 185.3l79.5-30.3C359.5 85.9 291 39 214 32v84.8c42.7 6.2 79.2 31.2 100.8 68.5zM193.2 354.4h.3c34 0 66-17.7 84-46.6l-74.1-26.7-36.2 69.9c8.4 2.2 17.1 3.4 26.1 3.4h-.1zm-20.5-104v-91.8c-45.5 9.5-78.3 49.7-78.3 96.9s13.5 57.6 36.2 76.4l42.1-81.4h0zm119.7 5.1c0-47.2-32.9-87.3-78.3-96.9v82.3l77.5 28.1c.6-4.5 .8-9 .8-13.5h0zM147.9 388.1l-39 75.5c32.9 13.2 67.4 18.5 103.3 15.7l-14.3-83.7c-17.7 .3-34.3-2-50-7.6h0zm261-194.9v.4h.2l-.3-.4h0zm.1 .3l-79.3 30c2.5 10.4 3.7 21.1 3.7 31.7s-.8 18.5-2.8 27.5l79.7 28.9c4.8-18.2 7.3-37.3 7.3-56.4s-2.8-41.6-8.6-61.7h0zM238.9 388.1l-.3 .3 14.3 83.7c63.7-17.4 115.7-61.5 143.8-121.3L317 321.9c-16.8 31.4-44.4 54.7-78.1 66.3h0z"]},{prefix:"fak",iconName:"bullets-line-regular",icon:[512,512,[],"e035","M416 192c-28.4 0-52.4 18.5-60.8 44h-38.4c-8.4-25.6-32.4-44-60.8-44s-52.4 18.5-60.8 44h-38.4c-8.4-25.6-32.4-44-60.8-44s-64 28.7-64 64 28.7 64 64 64 52.4-18.5 60.8-44h38.4c8.4 25.6 32.4 44 60.8 44s52.4-18.5 60.8-44h38.4c8.4 25.6 32.4 44 60.8 44s64-28.7 64-64-28.7-64-64-64zM96 280c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm160 0c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm160 0c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24z"]},{prefix:"fak",iconName:"language-circle-exclamation-regular",icon:[640,512,[],"e04d","M0 128C0 92.7 28.7 64 64 64l208 0 32 0 16 0 256 0c35.3 0 64 28.7 64 64l0 138.8c-12.9-18.3-29.2-34-48-46.3l0-92.5c0-8.8-7.2-16-16-16l-256 0 0 256 0 32 2.9 0c3.1 17 8.7 33.1 16.3 48l-19.2 0-16 0-32 0-208 0c-35.3 0-64-28.7-64-64L0 128zM77.7 319.9c-4.4 10.1 .1 22 10.2 26.4s21.9-.1 26.4-10.2l8.9-20.1 73.6 0 8.9 20.1c4.5 10.1 16.3 14.7 26.4 10.2s14.7-16.3 10.2-26.4l-64-144c-3.2-7.2-10.4-11.9-18.3-11.9s-15.1 4.7-18.3 11.9l-64 144zM141 276l19-42.8 19 42.8-38 0zm211 92c0-79.5 64.5-144 144-144s144 64.5 144 144-64.5 144-144 144-144-64.5-144-144zm12-160c0-11 9-20 20-20l52 0 0-4c0-11 9-20 20-20s20 9 20 20l0 4 44 0 16 0c9 0 16.6 6 19.1 14.2-18.5-6.6-38.4-10.2-59.1-10.2-40.1 0-77.1 13.4-106.7 36l-5.3 0c-11 0-20-9-20-20zM472 440c0 13.3 10.7 24 24 24s24-10.7 24-24-10.7-24-24-24-24 10.7-24 24zm8-152l0 80c0 8.8 7.2 16 16 16s16-7.2 16-16l0-80c0-8.8-7.2-16-16-16s-16 7.2-16 16z"]},{prefix:"fak",iconName:"message-bot-circle-bot-solid",icon:[640,512,[],"e05a","M192 32q128 0 0 0 128 0 0 0zm0 0c-53 0-96 43-96 96l0 64-72 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l72 0 0 112c0 53 43 96 96 96l0 72c0 13.3 10.7 24 24 24 5.2 0 10.2-1.7 14.4-4.8l79.5-59.7c-3.9-15.2-5.9-31.1-5.9-47.5 0-41.8 13.4-80.5 36-112l-84 0c-53 0-96-43-96-96s43-96 96-96l128 0c53 0 96 43 96 96 0 5.7-.5 11.3-1.5 16.8 5.8-.5 11.6-.8 17.5-.8 16.6 0 32.7 2.1 48 6.1l0-6.1 72 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-72 0 0-64c0-53-43-96-96-96L192 32zm64 160t0 0 0 0zm128 0t0 0 0 0zm-128 0c-17.7 0-32 14.3-32 32s14.3 32 32 32t0 0 0 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0 0 0 0zm128 0c-17.7 0-32 14.3-32 32s14.3 32 32 32t0 0 0 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0 0 0 0zm112 96c-79.5 0-144 64.5-144 144s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144zm14 67.5c5.6-4.5 13.6-4.7 19.4-.4 5.8 4.2 8.1 11.8 5.6 18.6L519.1 416 552 416c6.8 0 12.8 4.3 15.1 10.7s.2 13.5-5.1 17.8l-80 64c-5.6 4.5-13.6 4.7-19.4 .4-5.8-4.2-8.1-11.8-5.6-18.6l15.9-42.4-32.9 0c-6.8 0-12.8-4.3-15.1-10.7s-.2-13.5 5.1-17.8l80-64z"]},{prefix:"fak",iconName:"mobile-landscape-regular",icon:[512,512,[],"e043","M48 368c0 8.8 7.2 16 16 16h384c8.8 0 16-7.2 16-16V144c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16v224zm16 64c-35.3 0-64-28.7-64-64V144c0-35.3 28.7-64 64-64h384c35.3 0 64 28.7 64 64v224c0 35.3-28.7 64-64 64H64zM400 288v-64c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 8.8-7.2 16-16 16s-16-7.2-16-16z"]},{prefix:"fak",iconName:"binder-open-pen-regular",icon:[608,512,[],"e031","M367.3 324.8c-1.3-12.1-11.2-21.7-23.7-21.7h-32v-95.9h32c13.1 0 24-10.9 24-24s-10.9-24-24-24h-32V96.5c6.1-1.9 13.4-3.8 22.1-6.1c23.3-5.8 54.3-11.2 85.7-11.2s85.7 10.5 108.1 17.3v83.1c8.3-2.6 16.9-4.2 25.6-4.2s15 1.3 22.4 3.2V90.4c0-16.6-10.2-32-27.2-37.4c-21.7-7-73.5-21.4-128.8-21.4l.6 .3c-36.8 0-71.6 6.4-97.2 12.8c-12.8 3.2-23.3 6.4-31 8.6c-1.3 .3-2.6 .6-3.8 1.3c-1-.3-2.6-1-3.8-1.3c-7.4-2.6-18.2-5.4-31-8.6c-25.6-6.4-60.4-12.8-97.2-12.8c-55.3 0-107.1 14.7-128.8 21.4C10.6 58.8 0 74.1 0 90.7v312c0 23.7 19.8 40.6 41.2 40.6s4.5 0 6.7-.6c19.8-3.2 54.7-7.7 99.7-7.7s97.5 25.6 112.5 35.5c4.2 2.9 9 4.8 14.4 6.4l6.7-27.5 7.4-29.7c3.5-14.1 10.9-27.2 21.1-37.4l1.9-1.9V351H341l26.2-26.2zm-103.2-165h-32c-13.1 0-24 10.9-24 24s10.9 24 24 24h32v95.9h-32c-13.1 0-24 10.9-24 24s10.9 24 24 24h32v65.9c-25.9-13.7-67.1-29.7-115.7-29.7s-77.4 3.8-99.7 7h-.3V97.1c22.4-6.7 64.3-17.3 108.1-17.3s62.7 5.4 85.7 11.2c8.6 2.2 16 4.2 22.1 6.1v62.7zm332.2 90.1c-4.8-4.8-9.6-9.6-14.4-14.4c-15.7-15.7-40.9-15.7-56.6 0l-29.4 29.4c23.7 23.7 47.3 47.3 71 71c9.9-9.9 19.5-19.5 29.4-29.4c15.7-15.7 15.7-40.9 0-56.6zM344 416.5c-4.2 4.2-7 9.3-8.3 15c-5.1 19.8-9.9 40-15 60.1c-1.3 5.4 0 11.2 4.2 15.3c4.2 4.2 9.6 5.8 15.3 4.2c19.8-5.1 40-9.9 60.1-15c5.8-1.3 10.9-4.2 15-8.3c43.2-43.2 86-86 129.2-129.2L473.2 287.3 344 416.5z"]},{prefix:"fak",iconName:"threshold-regular",icon:[512,512,[],"e048","M122 112.8H20.2C9 112.8 0 121.8 0 133v3.7c0 11.2 9 20.2 20.2 20.2H122c11.2 0 20.2-9 20.2-20.2V133c0-11.2-9-20.2-20.2-20.2zM92.4 313.6H78.2c-15.7 0-28.4 12.7-28.4 28.4v85.3c0 15.7 12.7 28.4 28.4 28.4h14.2c15.7 0 28.4-12.7 28.4-28.4V342c0-15.7-12.7-28.4-28.4-28.4zm113.8-85.3H192c-15.7 0-28.4 12.7-28.4 28.4v170.7c0 15.7 12.7 28.4 28.4 28.4h14.2c15.7 0 28.4-12.7 28.4-28.4V256.7c0-15.7-12.7-28.4-28.4-28.4zm-1.1-128h101.8c11.2 0 20.2-9 20.2-20.2v-3.7c0-11.2-9-20.2-20.2-20.2H205.1c-11.2 0-20.2 9-20.2 20.2v3.7c0 11.2 9 20.2 20.2 20.2zM320 285.2h-14.2c-15.7 0-28.4 12.7-28.4 28.4v113.8c0 15.7 12.7 28.4 28.4 28.4H320c15.7 0 28.4-12.7 28.4-28.4V313.6c0-15.7-12.7-28.4-28.4-28.4zm171.8-229H390c-11.2 0-20.2 9-20.2 20.2v3.7c0 11.2 9 20.2 20.2 20.2h101.8c11.2 0 20.2-9 20.2-20.2v-3.7c0-11.2-9-20.2-20.2-20.2zm-59.7 143.6h-10.8c-16.7 0-30.2 13.5-30.2 30.2v194.3c0 16.7 13.5 30.2 30.2 30.2h10.8c16.7 0 30.2-13.5 30.2-30.2V230c0-16.7-13.5-30.2-30.2-30.2z"]},{prefix:"fak",iconName:"bookmark-circle-plus-regular",icon:[576,512,[],"e001","M0 48C0 21.5 21.5 0 48 0L336 0c26.5 0 48 21.5 48 48l0 150.6c-17.2 4.9-33.4 12.3-48 21.8L336 48 48 48l0 393.4 130.1-92.9c8.3-6 19.6-6 27.9 0l50.8 36.3c2.7 28.7 12.3 55.3 27.1 78.3L192 397.5 37.9 507.5c-7.3 5.2-16.9 5.9-24.9 1.8S0 497 0 488L0 48zM288 368c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144zm64 0c0 8.8 7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16s16-7.2 16-16l0-48 48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0 0-48c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 48-48 0c-8.8 0-16 7.2-16 16z"]},{prefix:"fak",iconName:"shared-solid",icon:[512,512,[],"e062","M217.9 179.3l197.9 0c21.2 0 38.4-17.2 38.4-38.4s-17.2-38.4-38.4-38.4l-197.9 0 0-76.5-198.9 114.9 198.9 125.2 0-86.7zm62.9 153.8L83 333.1c-21.2 0-38.4 17.2-38.4 38.4S61.8 409.9 83 409.9l197.8 0 0 76.5 199-114.9-199-125.1 0 86.7z"]},{prefix:"fak",iconName:"binder-open-regular",icon:[576,512,[],"e034","M548.8 53.8c-21.8-7.1-73.6-21.5-129-21.5l.6-.3c-36.8 0-71.7 6.4-97.3 12.8c-12.8 3.2-23.4 6.4-31 8.7c-1.3 .3-2.6 .6-3.8 1.3c-1-.3-2.6-1-3.8-1.3c-7.4-2.6-18.2-5.4-31-8.7c-25.6-6.4-60.5-12.8-97.3-12.8c-55.4 0-107.2 14.7-129 21.5C10.6 58.9 0 74.3 0 91v312.8c0 23.7 19.8 40.7 41.3 40.7s4.5 0 6.7-.6c19.8-3.2 54.7-7.7 99.8-7.7s97.6 25.6 112.6 35.6c7.4 5.1 17 8.3 26.9 8.3s21.4-4.2 29.4-9.9c13.4-9.9 52.2-34.3 111-34.3s80.6 3.8 98.9 7.1c2.2 .3 4.5 .6 7 .6c21.4 0 42.2-17 42.2-41.3V91.3c0-16.7-10.2-32-27.2-37.5zM264.3 160.2h-32c-13.1 0-24 10.9-24 24s10.9 24 24 24h32v96.1h-32c-13.1 0-24 10.9-24 24s10.9 24 24 24h32v66c-25.9-13.8-67.2-29.8-115.8-29.8s-77.4 3.8-99.8 7.1h-.3V97.4c22.4-6.7 64.3-17.3 108.2-17.3s62.7 5.4 85.8 11.2c8.6 2.2 16 4.2 22.1 6.1v62.8zm264 234.9c-21.8-3.2-55-6.7-99.8-6.7s-90.9 15.1-115.8 28.5v-64.7h32c13.1 0 24-10.9 24-24s-10.9-24-24-24h-32v-96.1h32c13.1 0 24-10.9 24-24s-10.9-24-24-24h-32l-.3 .3V97.6c6.1-1.9 13.4-3.8 22.1-6.1c23.4-5.8 54.4-11.2 85.8-11.2s85.8 10.6 108.2 17.3v297.7z"]},{prefix:"fak",iconName:"book-open-gear-regular",icon:[640,512,[],"e003","M0 91.1C0 74.5 10.3 59 27.1 53.6C48.8 46.6 100.6 32 156 32c36.8 0 71.8 6.4 97.4 12.7c12.8 3.2 23.4 6.3 30.9 8.7c1.3 .4 2.6 .8 3.7 1.2c1.1-.4 2.4-.8 3.7-1.2c7.4-2.4 18.1-5.5 30.9-8.7C348.2 38.4 383.2 32 420 32c55.4 0 107.2 14.6 128.9 21.6C565.7 59 576 74.6 576 91.1l0 141.4c-.7 .2-1.4 .3-2.1 .5c-5.9-21.1-23.8-37.2-45.9-40.4l0-95.3C505.7 90.6 463.6 80 420 80c-31.6 0-62.6 5.6-85.9 11.3c-8.6 2.1-16.1 4.2-22.1 6l0 319.2 0 .1c3.7-2 7.7-4 12-6c.5 8.4 2.9 16.8 7.4 24.6l11.3 19.6c-12.1 5.8-20.8 11.6-25.9 15.3c-7.7 5.7-17.8 9.9-29.3 9.9c-10.2 0-19.5-3.4-27-8.4C245.5 461.5 202 436 148 436c-45.2 0-80.2 4.4-100 7.7c-24 4-48-14.1-48-40.2L0 91.1zm48 6.2l0 297.8c22.6-3.4 57.1-7.1 100-7.1c48.8 0 90 16.2 116 29.9l0-320.6c-6-1.8-13.5-3.9-22.1-6C218.6 85.6 187.6 80 156 80C112.4 80 70.3 90.6 48 97.3zM363.2 316.8l24-41.6c6.6-11.5 21.3-15.4 32.8-8.8l8 4.6c4.9 2.8 10.9 2.5 15.8-.3s8.2-7.9 8.2-13.5l0-9.2c0-13.3 10.7-24 24-24l.1-.2 48 0c13.3 0 24 10.7 24 24l0 9.4c0 5.6 3.3 10.6 8.1 13.4c4.9 2.8 10.8 3.1 15.7 .3l8.2-4.7c11.5-6.6 26.2-2.7 32.8 8.8l24 41.6c6.6 11.5 2.7 26.2-8.8 32.8l-8.9 5.1c-4.6 2.6-7.2 7.7-7.2 13c0 5.7 2.7 11.1 7.6 13.9l8.4 4.9c11.5 6.6 15.4 21.3 8.8 32.8l-24 41.6c-6.6 11.5-21.3 15.4-32.8 8.8l-8.9-5.1c-4.7-2.7-10.5-2.4-15.2 .3s-7.9 7.6-7.9 13l0 10.3c0 13.3-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24l0-10c0-5.5-3.2-10.4-7.9-13.1c-4.8-2.7-10.6-3-15.3-.3l-8.7 5c-11.5 6.6-26.2 2.7-32.8-8.8l-24-41.6c-6.6-11.5-2.7-26.1 8.7-32.8l8-4.6c5-2.9 7.8-8.4 7.8-14.1c0-5.4-2.6-10.5-7.3-13.2l-8.5-4.9c-11.5-6.6-15.4-21.3-8.8-32.8zm95.2 26.9c-8.6 14.9-8.6 33.1 0 48s24.4 24 41.6 24s33-9.1 41.6-24s8.6-33.1 0-48s-24.4-24-41.6-24s-33 9.1-41.6 24z"]},{prefix:"fak",iconName:"circle-arrow-down-slash-regular",icon:[640,512,[],"e054","M39-24.8C29.7-15.5 29.7-.3 39 9.1l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-83.8-83.8C553.9 375 576 318.1 576 256 576 114.6 461.4 0 320 0l0 0C257.9 0 201 22.1 156.7 58.9l0 0-83.7-83.7c-9.4-9.4-24.6-9.4-33.9 0zM190.8 93c35.5-28.2 80.4-45 129.2-45 114.9 0 208 93.1 208 208 0 48.8-16.8 93.7-45 129.2l0 0-89.2-89.2 15-15c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-15 15-16-16 0-70.2c0-13.3-10.7-24-24-24s-24 10.7-24 24L296 198.2 190.8 93zM95.3 133.2C75.4 169.6 64 211.5 64 256 64 397.4 178.6 512 320 512l0 0c44.5 0 86.4-11.4 122.8-31.3l-35.7-35.7c-26.5 12.2-56 19.1-87.1 19.1-114.9 0-208-93.1-208-208 0-31.1 6.8-60.6 19.1-87.1L95.3 133.2zM224.2 262c-.6 6.8 1.7 13.8 6.9 19l72 72-.1 0c5.2 5.2 12.3 7.6 19.1 7L224.2 262z"]},{prefix:"fak",iconName:"binder-open-arrow-left-regular",icon:[608,512,[],"e033","M119.7 318.5c-9.3 9.3-9.3 24.7 0 34s24.7 9.3 33.9 0l79.1-79.2c9.3-9.3 9.3-24.7 0-34l-79.1-79.2c-9.3-9.3-24.7-9.3-33.9 0c-9.3 9.3-9.3 24.7 0 34l38.1 38.1H24c-13.2 .1-24 10.9-24 24.1s10.8 24 24 24h133.8l-38.1 38.1zM580.8 53.8c-21.8-7.1-73.6-21.5-129-21.5l.3-.3c-36.8 0-71.7 6.4-97.3 12.8c-12.8 3.2-23.4 6.4-31.1 8.7c-1.3 .3-2.6 .6-3.8 1.3c-1-.3-2.6-1-3.8-1.3c-7.4-2.6-18.2-5.4-31.1-8.7c-25.6-6.4-60.5-12.8-97.3-12.8c-55.4 0-107.3 14.7-129 21.5c-16.6 5.4-27.2 20.8-27.2 37.5v92.9h48V97.1c22.4-6.7 64.4-17.3 108.2-17.3s62.8 5.4 85.8 11.2c8.6 2.2 16 4.2 22.1 6.1v62.8h-32c-13.1 0-24 10.9-24 24s10.9 24 24 24h32V304h-32c-13.1 0-24 10.9-24 24s10.9 24 24 24h32v66c-25.9-13.8-67.2-29.8-115.9-29.8s-77.5 3.8-99.9 7v-67.3H31.7v75.6c0 23.7 19.9 40.7 41.3 40.7s4.5 0 6.7-.6c19.9-3.2 54.7-7.7 99.9-7.7s97.7 25.6 112.7 35.6c7.4 5.1 17 8.3 26.9 8.3s21.5-4.2 29.5-9.9c13.4-9.9 52.2-34.3 111.1-34.3s80.7 3.8 98.9 7c2.2 .3 4.5 .6 7 .6c21.5 0 42.3-17 42.3-41.3V91.3c0-16.7-10.2-32-27.2-37.5zM560 395.1c-21.8-3.2-55.1-6.7-99.9-6.7s-90.9 15.1-115.9 28.5v-64.7h32c13.1 0 24-10.9 24-24s-10.9-24-24-24h-32v-96.1h32c13.1 0 24-10.9 24-24s-10.9-24-24-24h-32l-.3 .3V97.6c6.1-1.9 13.4-3.8 22.1-6.1c23.4-5.8 54.4-11.2 85.8-11.2S537.6 90.9 560 97.6v297.7z"]},{prefix:"fak",iconName:"left-panel-regular",icon:[576,512,[],"e022","M120.1 176h48c13.3 0 24-10.7 24-24s-10.8-24-24-24h-48c-13.3 0-24 10.7-24 24s10.8 24 24 24zm0 96h48c13.3 0 24-10.7 24-24s-10.8-24-24-24h-48c-13.3 0-24 10.7-24 24s10.8 24 24 24zM519.3 32H56.7C25.3 32 0 57.3 0 88.6V423c0 31.4 25.3 56.6 56.7 56.6h183.5v.3h48v-.3h231.2c31.4 0 56.7-25.3 56.7-56.6V88.6c0-31.4-25.3-56.6-56.7-56.6zM240.1 431.7H56.7c-4.8 0-8.6-3.8-8.6-8.6V88.6c0-4.8 3.8-8.6 8.6-8.6h183.5v351.7zM528.3 423c0 4.8-3.8 8.6-8.6 8.6H288.2V80h231.5c4.8 0 8.6 3.8 8.6 8.6V423zM120.1 368h48c13.3 0 24-10.7 24-24s-10.8-24-24-24h-48c-13.3 0-24 10.7-24 24s10.8 24 24 24z"]},{prefix:"fak",iconName:"format-clear-regular",icon:[512,512,[],"e040","M293.2 384.1H26.6C11.9 384.1 0 395 0 408.1s11.8 24 26.6 24h266.9c14.7 0 26.6-10.9 26.6-24h-.3c0-13.1-11.8-24-26.6-24zM60.2 49.3h127.4l-46.4 262.8c-2.2 13.1 6.4 24 19.8 24s25.9-10.9 28.2-24L235.6 49.3H363c13.4 0 26.6-10.9 28.8-24.6c2.2-13.4-6.7-24.6-20.2-24.6H68.8C55.4 .1 42.2 11 40 24.7C37.8 38.1 46.7 49.3 60.2 49.3zM465 431.1l40-40c9.3-9.3 9.3-24.6 0-33.9s-24.6-9.3-33.9 0l-40 40-40-40c-9.3-9.3-24.6-9.3-33.9 0s-9.3 24.6 0 33.9l40 40-40 40c-9.3 9.3-9.3 24.6 0 33.9s24.6 9.3 33.9 0l40-40 40 40c9.3 9.3 24.6 9.3 33.9 0s9.3-24.6 0-33.9l-40-40z"]},{prefix:"fak",iconName:"magnifying-glass-one-regular",icon:[512,512,[],"e042","M505 471.1l-133.8-134c28.2-35.5 44.8-80.3 44.8-129.2C416.1 93.1 322.9 0 208 0S0 93.1 0 207.9s93.1 207.9 208 207.9 93.5-16.6 129-44.8v.3L471.1 505c9.3 9.3 24.6 9.3 33.9 0s9.3-24.6 0-33.9zM208 367.8c-88.3 0-160-71.6-160-159.9S119.7 48 208 48s160 71.6 160 159.9-71.7 159.9-160 159.9zm44.5-93.1l.3 .3h-22.4V118.3c0-8.3-4.5-15.7-11.8-19.8c-7.4-3.8-16-3.5-23 1l-44.8 29.7c-5.1 3.2-8.3 8.3-9.6 14.1s0 11.8 3.2 17c3.2 5.1 8.3 8.3 14.1 9.6s11.8 0 17-3.2l9.9-6.7v114.8H163c-12.5 0-22.4 9.9-22.4 22.4s9.9 22.4 22.4 22.4h89.6c12.5 0 22.4-9.9 22.4-22.4s-9.9-22.4-22.4-22.4z"]},{prefix:"fak",iconName:"circle-dollar-slash-regular",icon:[640,512,[],"e00a","M5.1 9.2C13.3-1.2 28.4-3.1 38.8 5.1l95.4 74.8c16.7-17.7 36.1-33.1 57.8-45.6c79.2-45.7 176.8-45.7 256 0S576 164.5 576 256c0 49.9-14.5 97.7-40.6 138.3l95.4 74.8c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2zM64 256c0-33.1 6.4-65.3 18.3-95.1L122 192.2c-6.6 20.3-10 41.8-10 63.8c0 74.3 39.6 143 104 180.1s143.6 37.2 208 0c1.5-.9 2.9-1.7 4.4-2.6l39.7 31.3c-6.5 4.6-13.2 8.9-20.1 12.9c-79.2 45.7-176.8 45.7-256 0S64 347.5 64 256zM172.2 109.6L254 173.8c7.2-8.1 16.6-14.2 26.2-18.4c5.5-2.4 11.4-4.3 17.5-5.7l0-16.1c0-11.9 9.7-21.6 21.6-21.6s21.6 9.7 21.5 21.6l0 14.2c9.7 1.2 19.4 3.9 29 6.6c1.9 .5 3.7 1 5.6 1.6c11.5 3.2 18.3 15.1 15.1 26.6s-15.1 18.2-26.6 15.1c-1.6-.4-3.1-.9-4.7-1.3c-7-2-14-3.9-21.1-5.3c-13.2-2.5-28.5-1.3-40.8 4c-3.2 1.4-6.3 3.4-8.7 5.8l42.8 33.6c15.4 4.3 34.5 10 48.9 19.9c13.5 9.3 22.1 22.6 24.5 37.7l92.6 72.6C517.1 332.4 528 295 528 256c0-74.3-39.6-143-104-180.1s-143.6-37.2-208 0c-16.3 9.4-30.9 20.8-43.8 33.8zm69 211.7c3.8-11.3 16-17.5 27.3-13.7c0 0 .1 0 .1 0l72.3 57 0 13.9c0 11.9-9.7 21.6-21.6 21.6s-21.6-9.7-21.6-21.6l0-17.4c-14.5-3.3-28.7-7.9-42.8-12.5c-11.3-3.7-17.5-16-13.7-27.3z"]},{prefix:"fak",iconName:"translation-sparkle-solid",icon:[640,512,[],"e064","M224 251.2l-16.6-9.9c-4.8-2.9-9.3-5.8-13.8-9-11.2 8-23 14.7-35.5 20.2l-3.8 1.6c-10.6 4.5-23 0-27.5-10.6s0-22.7 10.6-27.5l3.8-1.6c6.7-2.9 13.1-6.4 19.2-10.2l-12.5-12.5c-8-8.2-8-21.3 0-29.4 8-8 21.4-8 29.4 0l16 16c12.8-13.8 23.4-29.4 31-47l-111.7 0c-11.5 0-20.8-9.3-20.8-20.8s9.3-20.8 20.8-20.8l54.4 0 0-4.2c0-11.5 9.3-20.8 20.8-20.8s20.8 9.3 20.8 20.8l0 4.2 62.7 0c11.5 0 20.8 9.3 20.8 20.8s-9.3 20.8-20.8 20.8l-2.2 0-1.9 4.8c-9.3 25.6-23.4 48.6-41.3 68.2 1 .6 1.9 1.3 2.9 1.6l2.6 1.6c12.8-27.5 40.6-47 73-47l79.7 0 0-104.3c0-30.7-25.3-56-56-56L56 0C25.3 0 0 25.3 0 56L0 264c0 30.7 25.3 56 56 56l168 0 0-68.8zM584 192l-272 0c-30.7 0-56 25.3-56 56l0 208c0 30.7 25.3 56 56 56l272 0c30.7 0 56-25.3 56-56l0-208c0-30.7-25.3-56-56-56zM523.5 446.1c-10.6 4.8-23 0-27.5-10.6l-9.3-21.1-77.1 0-9.3 21.1c-4.8 10.6-17 15.4-27.5 10.6-5.1-2.2-9.1-6.4-11.1-11.5s-1.8-10.9 .5-16l67.2-150.4c3.4-7.6 10.9-12.5 19.2-12.5s15.8 4.9 19.2 12.5L535 418.6c4.8 10.6 0 22.7-10.6 27.5l-1 0zm-95.4-73.3l39.7 0-19.8-44.5-19.8 44.5zM454.4 71c-3.8 1.3-6.4 4.9-6.4 9 0 3.8 2.6 7.7 6.4 9l47 17.6 17.6 47c1.3 3.8 5.1 6.4 9 6.4 4 0 7.6-2.6 9-6.4l17.6-47 47-17.6c3.8-1.3 6.4-4.9 6.4-9 0-4-2.6-7.6-6.4-9l-47-17.6-17.6-47c-1.3-3.8-4.9-6.4-9-6.4-4 0-7.6 2.6-9 6.4l-17.6 47-47 17.6zM200 464c-13.8 0-27.5 0-41.3-1.3-1.3 0-2.2 0-3.5-.3l-1.3 0c-2.2 0-2.2-.3-1.3-.3-1.9-.3-4.2-.6-5.4-.6-4.5-1-9-2.6-13.4-3.8-.6 0-1.3-.6-1.9-1-1.9-1-3.8-2.2-5.8-3.2 0 0-.6-.3-1-.6 1 1 1.6 1.6 0 0-.6-.3-1-1-1.6-1 .3 0 1 .6 1.3 1-1.6-1.6-3.2-2.9-4.8-4.8l-2.2-2.2c-.3-.3-1-1.3-1.6-1.9-1-1.2-1.8-2.5-2.6-3.8-3.2-4.8-5.8-9.9-8.3-15-1.3-2.6-2.6-5.1-3.5-7.7l7.7-2.9c10.9-3.8 12.8-18.9 3.2-25.3L66.6 357.8c-3.9-2.6-8.7-3.2-13.1-1.6s-7.7 5.1-9 9.6l-15 53.4c-3.2 11.2 7.7 21.4 18.9 17.3l8.3-2.9c7 16.3 15 31.7 26.6 45.1 17.3 20.5 42.2 28.8 68.2 32.3 16.3 2.2 32.6 2.2 49 2.2 12.5 0 24.6-11.2 24-24-.6-13.1-10.6-24-24-24L200 464z"]},{prefix:"fak",iconName:"pip-regular",icon:[512,512,[],"e045","M392 208h-80c-22.1 0-40 17.9-40 40v80c0 22.1 17.9 40 40 40h80c22.1 0 40-17.9 40-40v-80c0-22.1-17.9-40-40-40zM448 64H64C28.7 64 0 92.7 0 128v256c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zm16 320c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V128c0-8.8 7.2-16 16-16h384c8.8 0 16 7.2 16 16v256z"]},{prefix:"fak",iconName:"server-circle-arrow-down-regular",icon:[640,512,[],"e067","M160 32c-35.3 0-64 28.7-64 64l0 64c0 35.3 28.7 64 64 64l0 0 320 0c35.3 0 64-28.7 64-64l0-64c0-35.3-28.7-64-64-64L160 32zM144 96c0-8.8 7.2-16 16-16l320 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-320 0c-8.8 0-16-7.2-16-16l0-64zm216 8t0 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24t0 0zm80 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zM160 288c-35.3 0-64 28.7-64 64l0 64c0 35.3 28.7 64 64 64l0 0 150.1 0c-4-15.3-6.1-31.4-6.1-48l-144 0 0 0c-8.8 0-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16l169.7 0c10.5-18.1 23.8-34.3 39.3-48l-209 0zm336 0c-79.5 0-144 64.5-144 144s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144zm-16 80c0-8.8 7.2-16 16-16s16 7.2 16 16l0 89.4 28.7-28.7c6.2-6.3 16.4-6.3 22.6 0s6.3 16.4 0 22.6l-56 56c-6.2 6.3-16.4 6.3-22.6 0l-56-56c-6.3-6.2-6.3-16.4 0-22.6s16.4-6.3 22.6 0l28.7 28.7 0-89.4z"]},{prefix:"fak",iconName:"chart-bar-grouped-regular",icon:[512,512,[],"e037","M81 88c-11.6 0-21 9.4-21 21v350c0 11.6 9.4 21 21 21s21-9.4 21-21V109c0-11.6-9.4-21-21-21zm70-56c-11.6 0-21 9.4-21 21v406c0 11.6 9.4 21 21 21s21-9.4 21-21V53c0-11.6-9.4-21-21-21zM431 144c-11.6 0-21 9.4-21 21v294c0 11.6 9.4 21 21 21s21-9.4 21-21V165c0-11.6-9.4-21-21-21zm-70 56c-11.6 0-21 9.4-21 21v238c0 11.6 9.4 21 21 21s21-9.4 21-21V221c0-11.6-9.4-21-21-21z"]},{prefix:"fak",iconName:"language-regular",icon:[640,512,[],"e059","M64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l512 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 64zm512 48c8.8 0 16 7.2 16 16l0 256c0 8.8-7.2 16-16 16l-256 0 0-288 256 0zM178.3 175.9l64 144c4.5 10.1-.1 21.9-10.2 26.4s-21.9-.1-26.4-10.2l-8.9-20.1-73.6 0-8.9 20.1c-4.5 10.1-16.3 14.6-26.4 10.2S73.3 330 77.7 319.9l64-144c3.2-7.2 10.4-11.9 18.3-11.9s15.1 4.7 18.3 11.9zM179 276l-19-42.8-19 42.8 38 0zM456 164c-11 0-20 9-20 20l0 4-52 0c-11 0-20 9-20 20s9 20 20 20l107.1 0c-7.3 16.7-17.4 31.9-29.8 45l-15.1-15.1c-7.8-7.8-20.5-7.8-28.3 0s-7.8 20.5 0 28.3L430 298.3c-5.9 3.6-12.1 6.9-18.5 9.8l-3.6 1.6c-10.1 4.5-14.6 16.3-10.2 26.4s16.3 14.6 26.4 10.2l3.6-1.6c12-5.3 23.4-11.8 34-19.4 4.3 3 8.6 5.8 13.1 8.5l18.9 11.3c9.5 5.7 21.8 2.6 27.4-6.9s2.6-21.8-6.9-27.4l-18.9-11.3c-.9-.5-1.8-1.1-2.7-1.6 17.2-18.8 30.7-40.9 39.6-65.4l1.8-4.5 2 0c11 0 20-9 20-20s-9-20-20-20l-60 0 0-4c0-11-9-20-20-20z"]},{prefix:"fak",iconName:"computer-mouse-magnifying-glass-regular",icon:[576,512,[],"e007","M0 160C0 71.6 71.6 0 160 0l8 0 24 0 24 0 8 0c88.4 0 160 71.6 160 160c-16.7 0-32.8 2.6-48 7.3l0-7.3c0-61.9-50.1-112-112-112l-8 0 0 128 98.1 0c-23 11.2-43 27.7-58.2 48l-64 0L48 224l0 128c0 61.9 50.1 112 112 112l64 0c22.6 0 43.6-6.7 61.2-18.1c13.6 10.7 29.1 19.3 45.8 25.2c-28.3 25.5-65.8 41-107 41l-64 0C71.6 512 0 440.4 0 352L0 224l0-24 0-24 0-16zm48 0l0 16 120 0 0-128-8 0C98.1 48 48 98.1 48 160zM256 320c0-70.7 57.3-128 128-128s128 57.3 128 128c0 26.7-8.2 51.4-22.1 71.9L569 471c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L456 425.8l-.1 .1C435.4 439.8 410.7 448 384 448c-70.7 0-128-57.3-128-128zm48 0c0 28.6 15.2 55 40 69.3s55.2 14.3 80 0s40-40.7 40-69.3s-15.2-55-40-69.3s-55.2-14.3-80 0s-40 40.7-40 69.3z"]},{prefix:"fak",iconName:"user-circle-check-regular",icon:[640,512,[],"e00e","M0 482.3C0 383.8 79.8 304 178.3 304l91.4 0c20.6 0 40.4 3.5 58.8 9.9c-4.9 15.2-7.8 31.4-8.4 48.2c-15.5-6.5-32.5-10.1-50.3-10.1l-91.4 0c-65.7 0-120.1 48.7-129 112l299.1 0c12.3 18.8 28 35.1 46.3 48L29.7 512C13.3 512 0 498.7 0 482.3zM96 128c0-45.7 24.4-88 64-110.9s88.4-22.9 128 0S352 82.3 352 128s-24.4 88-64 110.9s-88.4 22.9-128 0S96 173.7 96 128zm48 0c0 28.6 15.2 55 40 69.3s55.2 14.3 80 0s40-40.7 40-69.3s-15.2-55-40-69.3s-55.2-14.3-80 0S144 99.4 144 128zM352 368c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144zm76.7-11.3c-6.2 6.2-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L480 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0z"]},{prefix:"fak",iconName:"clone-link-simple-regular",icon:[640,512,[],"e03b","M186.2 272c-5.8 0-10.2-4.5-10.2-10.2V58.2c0-5.8 4.5-10.2 10.2-10.2h203.5c5.8 0 10.2 4.5 10.2 10.2v198.7c15.4 1.9 29.1 8 40 17.9c2.2-1.9 4.8-3.8 7.4-5.4c0-2.6 .6-4.8 .6-7.4V58.2c0-32-26.2-58.2-58.2-58.2H186.2c-32 0-58.2 26.2-58.2 58.2v203.5c0 32 26.2 58.2 58.2 58.2h31.7c14.1-20.8 33.3-36.8 56.3-48h-88zM368 408c0 13.1 10.9 24 24 24h96c13.1 0 24-10.9 24-24s-10.9-24-24-24h-96c-13.1 0-24 10.9-24 24zm-176 0c0-2.9 .6-5.1 .6-8H58.2c-5.8 0-10.2-4.5-10.2-10.2V186.3c0-5.8 4.5-10.2 10.2-10.2H80v-48H58.2C26.2 128 0 154.2 0 186.2v203.5C0 421.8 26.2 448 58.2 448h139.2c-3.2-12.8-5.1-25.9-5.1-40h-.3zM536 304h-48c-13.1 0-24 10.9-24 24s10.9 24 24 24h48c34.6 0 56 21.4 56 56s-21.4 56-56 56h-47.7c-13.1 0-24 10.9-24 24s10.9 24 24 24H536c61.1 0 104-42.9 104-104s-42.9-104-104-104zM391.7 464H344c-17 0-31-5.1-41-15c-9.9-9.6-15-24-15-41c0-34.6 21.4-56 56-56h48c13.1 0 24-10.9 24-24s-10.9-24-24-24h-48c-61.1 0-104 42.9-104 104s10.2 56 29.1 74.9C288 502.1 313.9 512 344 512h47.7c13.1 0 24-10.9 24-24s-10.9-24-24-24z"]},{prefix:"fak",iconName:"chart-line-user-regular",icon:[640,512,[],"e068","M88 32C74.7 32 64 42.7 64 56l0 344c0 44.2 35.8 80 80 80l173.9 0c9-18.6 21.9-35 37.8-48L144 432c-17.7 0-32-14.3-32-32l0-344c0-13.3-10.7-24-24-24zM503.1 135.1l-119 119-79-79c-9.4-9.4-24.6-9.4-33.9 0L167 279c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l87-87 79 79c1.3 1.3 2.7 2.4 4.1 3.3 12.7-57.3 63.8-100.2 125-100.2 .6 0 1.3 0 1.9 0L537 169c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0zM496 256c-44.2 0-80 35.8-80 80s35.8 80 80 80 80-35.8 80-80-35.8-80-80-80zM448 448c-53 0-96 43-96 96 0 17.7 14.3 32 32 32l224 0c17.7 0 32-14.3 32-32 0-53-43-96-96-96l-96 0z"]},{prefix:"fak",iconName:"context-regular",icon:[512,512,[],"e03e","M215.4 465.3l-169-.6 .6-418.2 417.9 .6V217c0 12.8 10.6 23.4 23.4 23.4s23.4-10.6 23.4-23.4V47.4c0-26.2-21.1-47.4-47.4-47.4H47.4C21.1 0 0 21.1 0 47.4v417.3c0 26.2 21.1 47.4 47.4 47.4h168c12.8 0 23.4-10.6 23.4-23.4s-10.6-23.4-23.4-23.4zm19.2-331.2v.3c-11.8 0-21.4 9.6-21.4 21.4v26.9l-82.9-82.9c-9.3-6.7-23-4.5-30.1 4.8c-5.8 7.7-5.4 18.2 1 26.2l81.9 82.2h-27.2c-11.8 0-21.4 9.6-21.4 21.4s9.6 21.4 21.4 21.4h83.8l3.2-1c2.6-1 5.1-2.9 7-4.8s3.5-4.2 4.5-7v-1.6c1-2.6 1.3-5.1 .6-7l1-79c0-11.8-9.6-21.4-21.4-21.4zM465.6 256H302.7c-25.6 0-46.4 20.8-46.4 46.4v162.9c0 25.6 20.8 46.4 46.4 46.4h162.9c25.6 0 46.4-20.8 46.4-46.4V302.4c0-25.6-20.8-46.4-46.4-46.4zm-.3 209.9H301.8V302.4h.3v-.3h163.5l-.3 163.8z"]},{prefix:"fak",iconName:"bullets-lines-regular",icon:[512,512,[],"e036","M416 192c-28.4 0-52.4 18.5-60.8 44h-38.4c-8.4-25.6-32.4-44-60.8-44s-52.4 18.5-60.8 44h-38.4c-8.4-25.6-32.4-44-60.8-44s-64 28.7-64 64 28.7 64 64 64 52.4-18.5 60.8-44h38.4c8.4 25.6 32.4 44 60.8 44s52.4-18.5 60.8-44h38.4c8.4 25.6 32.4 44 60.8 44s64-28.7 64-64-28.7-64-64-64h0zM96 280c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm160 0c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm160 0c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm0 80c-28.4 0-52.4 18.5-60.8 44h-38.4c-8.4-25.6-32.4-44-60.8-44s-52.4 18.5-60.8 44h-38.4c-8.4-25.6-32.4-44-60.8-44s-64 28.7-64 64 28.7 64 64 64 52.4-18.5 60.8-44h38.4c8.4 25.6 32.4 44 60.8 44s52.4-18.5 60.8-44h38.4c8.4 25.6 32.4 44 60.8 44s64-28.7 64-64-28.7-64-64-64h0zM96 448c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm160 0c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm160 0c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm0-424c-28.4 0-52.4 18.5-60.8 44h-38.4c-8.4-25.6-32.4-44-60.8-44s-52.4 18.5-60.8 44h-38.4c-8.4-25.6-32.4-44-60.8-44S32 52.7 32 88s28.7 64 64 64 52.4-18.5 60.8-44h38.4c8.4 25.6 32.4 44 60.8 44s52.4-18.5 60.8-44h38.4c8.4 25.6 32.4 44 60.8 44s64-28.7 64-64-28.7-64-64-64h0zM96 112c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm160 0c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm160 0c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24z"]},{prefix:"fak",iconName:"magnifying-glass-floppy-disk-regular",icon:[640,512,[],"e051","M633 439L499.2 305c28.2-35.5 44.8-80.3 44.8-129.3 0-114.9-93.1-208-208-208s-199 84.5-207 192l49 0c8-80.6 75.5-144 158.4-144 88.3 0 160 71.7 160 160 0 71.7-47.4 131.5-112 152l0 49.9c30.1-7 57.6-20.2 81-38.7L599.4 472.6c9.3 9.3 24.6 9.3 33.9 0s9.3-24.6 0-33.9l-.3 .3zM50.2 192C22.4 192 0 214.4 0 242.2L0 493.8C0 521.6 22.4 544 50.2 544l251.5 0c27.8 0 50.2-22.4 50.2-50.2L352 303c0-13.4-5.1-26.2-14.7-35.5l-60.8-60.8c-9.3-9.3-22.1-14.7-35.5-14.7L50.2 192zm25.3 75.5c0-13.8 11.2-25.3 25.3-25.3l125.8 0c13.8 0 25.3 11.2 25.3 25.3l0 50.2c0 13.8-11.2 25.3-25.3 25.3l-125.8 0c-13.8 0-25.3-11.2-25.3-25.3l0-50.2zM176 493.8a50.2 50.2 0 1 1 0-100.5 50.2 50.2 0 1 1 0 100.5z"]},{prefix:"fak",iconName:"book-open-gear-slash-regular",icon:[640,512,[],"e02f","M628 386.3l-8.4-4.9c-4.9-2.8-7.6-8.2-7.6-13.9s2.6-10.4 7.2-13l8.9-5.1c11.5-6.6 15.4-21.3 8.8-32.8l-24-41.6c-6.6-11.5-21.3-15.4-32.8-8.8l-8.2 4.7c-4.9 2.8-10.8 2.5-15.7-.3c-4.8-2.8-8.1-7.8-8.1-13.4v-9.4c0-13.3-10.7-24-24-24h-48v.2c-13.4 0-24.1 10.7-24.1 24v9.2c0 5.6-3.3 10.7-8.2 13.5s-10.9 3.1-15.8 .3l-8-4.6c-11.5-6.6-26.2-2.7-32.8 8.8l-1.2 2-74-58V97.3c6-1.8 13.5-3.9 22.1-6c23.3-5.7 54.3-11.3 85.9-11.3s85.7 10.6 108 17.3v95.3c22.1 3.2 40 19.3 45.9 40.4c.7-.2 1.4-.3 2.1-.5V91.1c0-16.5-10.3-32.1-27.1-37.5c-21.7-7-73.5-21.6-128.9-21.6s-71.8 6.4-97.4 12.7c-12.8 3.2-23.5 6.3-30.9 8.7c-1.3 .4-2.6 .8-3.7 1.2c-1.1-.4-2.4-.8-3.7-1.2c-7.5-2.4-18.1-5.5-30.9-8.7c-25.6-6.3-60.6-12.7-97.4-12.7s-51.6 3.3-73.4 7.4L38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l15 11.8 31 24.3 546 427.9c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-15.7-12.3 21.7-37.7c6.6-11.5 2.7-26.2-8.8-32.8zM264 181.6L135.3 80.8c6.8-.5 13.7-.8 20.7-.8c31.6 0 62.6 5.6 85.9 11.3c8.6 2.1 16.1 4.2 22.1 6v84.3zM541.6 391.7c-1 1.7-2.1 3.4-3.3 4.9l-75.6-59.2c9-11.1 22.6-17.7 37.2-17.7s33 9.1 41.6 24s8.6 33.1 0 48zM324 410.6c-4.3 2-8.3 4-12 6h0v-75.4l-48-37.6v114.3c-26-13.7-67.2-29.9-116-29.9s-77.4 3.7-100 7.1V134.3L0 96.7v306.8c0 26.1 24 44.2 48 40.2c19.8-3.3 54.8-7.7 100-7.7s97.5 25.5 112.5 35.6c7.5 5 16.8 8.4 27 8.4s21.6-4.2 29.3-9.9c5.1-3.7 13.8-9.5 25.9-15.3l-11.3-19.6c-4.5-7.8-6.9-16.2-7.4-24.6zm39.3 8.6l24 41.6c6.6 11.5 21.3 15.4 32.8 8.8l8.7-5c4.7-2.7 10.5-2.4 15.3 .3c4.7 2.7 7.9 7.6 7.9 13.1v10c0 13.3 10.7 24 24 24h48c1.8 0 3.5-.2 5.2-.6L370.7 387.2c-10.4 7-13.7 20.9-7.4 32z"]},{prefix:"fak",iconName:"bookmark-circle-minus-regular",icon:[576,512,[],"e002","M0 48C0 21.5 21.5 0 48 0L336 0c26.5 0 48 21.5 48 48l0 150.6c-17.2 4.9-33.4 12.3-48 21.8L336 48 48 48l0 393.4 130.1-92.9c8.3-6 19.6-6 27.9 0l50.8 36.3c2.7 28.7 12.3 55.3 27.1 78.3L192 397.5 37.9 507.5c-7.3 5.2-16.9 5.9-24.9 1.8S0 497 0 488L0 48zM288 368c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144zm64 0c0 8.8 7.2 16 16 16l128 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-128 0c-8.8 0-16 7.2-16 16z"]},{prefix:"fak",iconName:"circle-user-slash-solid",icon:[640,512,[],"e00d","M5.1 9.2C13.3-1.2 28.4-3.1 38.8 5.1l95.4 74.8c16.7-17.7 36.1-33.1 57.8-45.6c79.2-45.7 176.8-45.7 256 0S576 164.5 576 256c0 49.9-14.5 97.7-40.6 138.3l95.4 74.8c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2zM64 256c0-33.1 6.4-65.3 18.3-95.1l202 159.2c-45.9 1.3-85.8 26.7-107.4 64.1c35.2 39.2 86.2 63.8 143 63.8c34.5 0 66.9-9.1 94.9-25.1l53.2 41.9c-6.5 4.6-13.2 8.9-20.1 12.9c-79.2 45.7-176.8 45.7-256 0S64 347.5 64 256zm189.2-82.9L362 258.5c8.2-5.9 15.1-13.5 20.3-22.5c12.9-22.3 12.9-49.7 0-72s-36.6-36-62.4-36s-49.5 13.7-62.4 36c-1.7 3-3.2 6-4.4 9.1z"]},{prefix:"fak",iconName:"tablet-landscape-regular",icon:[512,512,[],"e047","M48 416c0 8.8 7.2 16 16 16h384c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16v320zm16 64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32h384c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64zM400 288v-64c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 8.8-7.2 16-16 16s-16-7.2-16-16z"]},{prefix:"fak",iconName:"box-html-regular",icon:[512,512,[],"e056","M425.7 140.2L386.5 85.4C376.9 72 361.4 64 344.9 64L167.1 64c-16.5 0-32 8-41.6 21.4L86.3 140.2c-6.2 8.7-9.5 19.1-9.5 29.8l0 214c0 28.2 23 51.2 51.2 51.2l256 0c28.2 0 51.2-23 51.2-51.2l0-214c0-10.6-3.4-21-9.5-29.8zM275.2 102.4l69.7 0c4.2 0 8 2 10.4 5.4l32.7 45.8-112.8 0 0-51.2zm-118.5 5.4c2.4-3.4 6.3-5.4 10.4-5.4l69.7 0 0 51.2-112.8 0 32.7-45.8zM396.8 384c0 7-5.8 12.8-12.8 12.8l-256 0c-7 0-12.8-5.8-12.8-12.8l0-192 281.6 0 0 192zM227.4 368.2L253 214.6c1.4-8.7 9.7-14.6 18.4-13.1s14.6 9.7 13.1 18.4L259 373.4c-1.4 8.7-9.7 14.6-18.4 13.1s-14.6-9.7-13.1-18.4zM155 305.4c-6.2-6.2-6.2-16.4 0-22.6l32-32c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l0 0S189 294.1 189 294.1l20.7 20.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-32-32zm147.2 9.3L323 294 302.2 273.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l0 0c0 .1 32 32.1 32 32.1 6.2 6.2 6.2 16.4 0 22.6l-32 32c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6z"]},{prefix:"fak",iconName:"magnifying-glass-back-regular",icon:[512,512,[],"e041","M400.2 181.8v-.3H224.7l43.5-38.7c11.2-9.6 11.8-26.6 2.2-37.4c-9.6-11.2-26.6-11.8-37.4-2.2l-96 85.5c-5.8 5.1-9 12.2-9 19.8s3.2 15 9 19.8l96 85.5c11.2 9.6 27.8 8.6 37.4-2.2c9.6-11.2 8.6-27.8-2.2-37.4l-43.5-38.4h175.4c32.3 0 58.6 26.2 58.6 58.6v32c0 14.7 11.8 26.6 26.6 26.6s26.6-11.8 26.6-26.6v-32c0-61.8-50.2-112-112-112l.3-.6zM505 471.1L371.4 337.2c16-20.2 27.7-43.7 35.4-69c-2.2-.6-4.2-1.3-6.4-1.3h-43.5c-23.4 59.2-81 101.5-148.5 101.5S48.3 296.7 48.3 208.4 119.7 48 208 48s125.1 41.9 148.5 101.5H400c2.6 0 5.1 .6 7.7 .6C382.5 63.4 302.8 0 208 0S0 93.1 0 208s93.1 208 208 208 93.8-17 129-44.8L471.1 505c9.3 9.3 24.6 9.3 33.9 0s9.3-24.6 0-33.9z"]},{prefix:"fak",iconName:"chart-bar-normalized-regular",icon:[512,512,[],"e038","M284 32h-56c-19.3 0-35 15.7-35 35v378c0 19.3 15.7 35 35 35h56c19.3 0 35-15.7 35-35V67c0-19.3-15.7-35-35-35zm-7 406h-42v-42h42zm0-182h-42V74h42zM123 32H67c-19.3 0-35 15.7-35 35v378c0 19.3 15.7 35 35 35h56c19.3 0 35-15.7 35-35V67c0-19.3-15.7-35-35-35zm-7 406H74v-70h42zm0-294H74V74h42zM445 32h-56c-19.3 0-35 15.7-35 35v378c0 19.3 15.7 35 35 35h56c19.3 0 35-15.7 35-35V67c0-19.3-15.7-35-35-35zm-7 406h-42V256h42zm0-322h-42V74h42z"]}];function Ls(t,e){(e==null||e>t.length)&&(e=t.length);for(var r=0,o=Array(e);r<e;r++)o[r]=t[r];return o}function Bf(t){if(Array.isArray(t))return t}function Hf(t){if(Array.isArray(t))return Ls(t)}function Gf(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function s2(t,e){for(var r=0;r<e.length;r++){var o=e[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,F2(o.key),o)}}function Wf(t,e,r){return e&&s2(t.prototype,e),r&&s2(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function Ln(t,e){var r=typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=$s(t))||e&&t&&typeof t.length=="number"){r&&(t=r);var o=0,a=function(){};return{s:a,n:function(){return o>=t.length?{done:!0}:{done:!1,value:t[o++]}},e:function(d){throw d},f:a}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
120
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var i,s=!0,c=!1;return{s:function(){r=r.call(t)},n:function(){var d=r.next();return s=d.done,d},e:function(d){c=!0,i=d},f:function(){try{s||r.return==null||r.return()}finally{if(c)throw i}}}}function
|
|
121
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function
|
|
122
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function c2(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter(function(a){return Object.getOwnPropertyDescriptor(t,a).enumerable})),r.push.apply(r,o)}return r}function _(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?c2(Object(r),!0).forEach(function(o){P(t,o,r[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):c2(Object(r)).forEach(function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))})}return t}function Mn(t,e){return Bf(t)||Vf(t,e)||$s(t,e)||Kf()}function We(t){return Hf(t)||jf(t)||$s(t)||qf()}function Zf(t,e){if(typeof t!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var o=r.call(t,e||"default");if(typeof o!="object")return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function F2(t){var e=Zf(t,"string");return typeof e=="symbol"?e:e+""}function wn(t){"@babel/helpers - typeof";return wn=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},wn(t)}function $s(t,e){if(t){if(typeof t=="string")return Ls(t,e);var r={}.toString.call(t).slice(8,-1);return r==="Object"&&t.constructor&&(r=t.constructor.name),r==="Map"||r==="Set"?Array.from(t):r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?Ls(t,e):void 0}}var l2=function(){},Bs={},$2={},B2=null,H2={mark:l2,measure:l2};try{typeof window<"u"&&(Bs=window),typeof document<"u"&&($2=document),typeof MutationObserver<"u"&&(B2=MutationObserver),typeof performance<"u"&&(H2=performance)}catch{}var Yf=Bs.navigator||{},d2=Yf.userAgent,u2=d2===void 0?"":d2,Lt=Bs,J=$2,f2=B2,Sn=H2,fx=!!Lt.document,ut=!!J.documentElement&&!!J.head&&typeof J.addEventListener=="function"&&typeof J.createElement=="function",G2=~u2.indexOf("MSIE")||~u2.indexOf("Trident/"),Cn,Xf=/fa(k|kd|s|r|l|t|d|dr|dl|dt|b|slr|slpr|wsb|tl|ns|nds|es|gt|jr|jfr|jdr|usb|ufsb|udsb|cr|ss|sr|sl|st|sds|sdr|sdl|sdt|sldr|slpdr|pr|ms|vs)?[\-\ ]/,Jf=/Font ?Awesome ?([567 ]*)(Solid|Regular|Light|Thin|Duotone|Brands|Free|Pro|Sharp Duotone|Sharp|Kit|Notdog Duo|Notdog|Chisel|Etch|Graphite|Thumbprint|Jelly Fill|Jelly Duo|Jelly|Utility|Utility Fill|Utility Duo|Slab Press|Slab|Slab Duo|Slab Press Duo|Pixel|Mosaic|Vellum|Whiteboard)?.*/i,W2={classic:{fa:"solid",fas:"solid","fa-solid":"solid",far:"regular","fa-regular":"regular",fal:"light","fa-light":"light",fat:"thin","fa-thin":"thin",fab:"brands","fa-brands":"brands"},duotone:{fa:"solid",fad:"solid","fa-solid":"solid","fa-duotone":"solid",fadr:"regular","fa-regular":"regular",fadl:"light","fa-light":"light",fadt:"thin","fa-thin":"thin"},sharp:{fa:"solid",fass:"solid","fa-solid":"solid",fasr:"regular","fa-regular":"regular",fasl:"light","fa-light":"light",fast:"thin","fa-thin":"thin"},"sharp-duotone":{fa:"solid",fasds:"solid","fa-solid":"solid",fasdr:"regular","fa-regular":"regular",fasdl:"light","fa-light":"light",fasdt:"thin","fa-thin":"thin"},slab:{"fa-regular":"regular",faslr:"regular"},"slab-press":{"fa-regular":"regular",faslpr:"regular"},"slab-duo":{"fa-regular":"regular",fasldr:"regular"},"slab-press-duo":{"fa-regular":"regular",faslpdr:"regular"},thumbprint:{"fa-light":"light",fatl:"light"},vellum:{"fa-solid":"solid",favs:"solid"},pixel:{"fa-regular":"regular",fapr:"regular"},mosaic:{"fa-solid":"solid",fams:"solid"},whiteboard:{"fa-semibold":"semibold",fawsb:"semibold"},notdog:{"fa-solid":"solid",fans:"solid"},"notdog-duo":{"fa-solid":"solid",fands:"solid"},etch:{"fa-solid":"solid",faes:"solid"},graphite:{"fa-thin":"thin",fagt:"thin"},jelly:{"fa-regular":"regular",fajr:"regular"},"jelly-fill":{"fa-regular":"regular",fajfr:"regular"},"jelly-duo":{"fa-regular":"regular",fajdr:"regular"},chisel:{"fa-regular":"regular",facr:"regular"},utility:{"fa-semibold":"semibold",fausb:"semibold"},"utility-duo":{"fa-semibold":"semibold",faudsb:"semibold"},"utility-fill":{"fa-semibold":"semibold",faufsb:"semibold"}},Qf={GROUP:"duotone-group",SWAP_OPACITY:"swap-opacity",PRIMARY:"primary",SECONDARY:"secondary"},j2=["fa-classic","fa-duotone","fa-sharp","fa-sharp-duotone","fa-thumbprint","fa-whiteboard","fa-notdog","fa-notdog-duo","fa-chisel","fa-etch","fa-graphite","fa-jelly","fa-jelly-fill","fa-jelly-duo","fa-slab","fa-slab-press","fa-slab-press-duo","fa-slab-duo","fa-mosaic","fa-pixel","fa-vellum","fa-utility","fa-utility-duo","fa-utility-fill"],he="classic",Mo="duotone",V2="sharp",K2="sharp-duotone",q2="chisel",Z2="etch",Y2="graphite",X2="jelly",J2="jelly-duo",Q2="jelly-fill",e0="mosaic",t0="notdog",r0="notdog-duo",o0="pixel",n0="slab",a0="slab-duo",i0="slab-press",s0="slab-press-duo",c0="thumbprint",l0="utility",d0="utility-duo",u0="utility-fill",f0="vellum",p0="whiteboard",ep="Classic",tp="Duotone",rp="Sharp",op="Sharp Duotone",np="Chisel",ap="Etch",ip="Graphite",sp="Jelly",cp="Jelly Duo",lp="Jelly Fill",dp="Mosaic",up="Notdog",fp="Notdog Duo",pp="Pixel",hp="Slab",mp="Slab Duo",gp="Slab Press",yp="Slab Press Duo",bp="Thumbprint",vp="Utility",xp="Utility Duo",Sp="Utility Fill",Cp="Vellum",Ep="Whiteboard",h0=[he,Mo,V2,K2,q2,Z2,Y2,X2,J2,Q2,e0,t0,r0,o0,n0,a0,i0,s0,c0,l0,d0,u0,f0,p0],px=(Cn={},P(P(P(P(P(P(P(P(P(P(Cn,he,ep),Mo,tp),V2,rp),K2,op),q2,np),Z2,ap),Y2,ip),X2,sp),J2,cp),Q2,lp),P(P(P(P(P(P(P(P(P(P(Cn,e0,dp),t0,up),r0,fp),o0,pp),n0,hp),a0,mp),i0,gp),s0,yp),c0,bp),l0,vp),P(P(P(P(Cn,d0,xp),u0,Sp),f0,Cp),p0,Ep)),Ap={classic:{900:"fas",400:"far",normal:"far",300:"fal",100:"fat"},duotone:{900:"fad",400:"fadr",300:"fadl",100:"fadt"},sharp:{900:"fass",400:"fasr",300:"fasl",100:"fast"},"sharp-duotone":{900:"fasds",400:"fasdr",300:"fasdl",100:"fasdt"},slab:{400:"faslr"},"slab-press":{400:"faslpr"},"slab-duo":{400:"fasldr"},"slab-press-duo":{400:"faslpdr"},vellum:{900:"favs"},mosaic:{900:"fams"},pixel:{400:"fapr"},whiteboard:{600:"fawsb"},thumbprint:{300:"fatl"},notdog:{900:"fans"},"notdog-duo":{900:"fands"},etch:{900:"faes"},graphite:{100:"fagt"},chisel:{400:"facr"},jelly:{400:"fajr"},"jelly-fill":{400:"fajfr"},"jelly-duo":{400:"fajdr"},utility:{600:"fausb"},"utility-duo":{600:"faudsb"},"utility-fill":{600:"faufsb"}},Lp={"Font Awesome 7 Free":{900:"fas",400:"far"},"Font Awesome 7 Pro":{900:"fas",400:"far",normal:"far",300:"fal",100:"fat"},"Font Awesome 7 Brands":{400:"fab",normal:"fab"},"Font Awesome 7 Duotone":{900:"fad",400:"fadr",normal:"fadr",300:"fadl",100:"fadt"},"Font Awesome 7 Sharp":{900:"fass",400:"fasr",normal:"fasr",300:"fasl",100:"fast"},"Font Awesome 7 Sharp Duotone":{900:"fasds",400:"fasdr",normal:"fasdr",300:"fasdl",100:"fasdt"},"Font Awesome 7 Jelly":{400:"fajr",normal:"fajr"},"Font Awesome 7 Jelly Fill":{400:"fajfr",normal:"fajfr"},"Font Awesome 7 Jelly Duo":{400:"fajdr",normal:"fajdr"},"Font Awesome 7 Slab":{400:"faslr",normal:"faslr"},"Font Awesome 7 Slab Press":{400:"faslpr",normal:"faslpr"},"Font Awesome 7 Slab Duo":{400:"fasldr",normal:"fasldr"},"Font Awesome 7 Slab Press Duo":{400:"faslpdr",normal:"faslpdr"},"Font Awesome 7 Pixel":{400:"fapr",normal:"fapr"},"Font Awesome 7 Mosaic":{900:"fams",normal:"fams"},"Font Awesome 7 Vellum":{900:"favs",normal:"favs"},"Font Awesome 7 Thumbprint":{300:"fatl",normal:"fatl"},"Font Awesome 7 Notdog":{900:"fans",normal:"fans"},"Font Awesome 7 Notdog Duo":{900:"fands",normal:"fands"},"Font Awesome 7 Etch":{900:"faes",normal:"faes"},"Font Awesome 7 Graphite":{100:"fagt",normal:"fagt"},"Font Awesome 7 Chisel":{400:"facr",normal:"facr"},"Font Awesome 7 Whiteboard":{600:"fawsb",normal:"fawsb"},"Font Awesome 7 Utility":{600:"fausb",normal:"fausb"},"Font Awesome 7 Utility Duo":{600:"faudsb",normal:"faudsb"},"Font Awesome 7 Utility Fill":{600:"faufsb",normal:"faufsb"}},Op=new Map([["classic",{defaultShortPrefixId:"fas",defaultStyleId:"solid",styleIds:["solid","regular","light","thin","brands"],futureStyleIds:[],defaultFontWeight:900}],["duotone",{defaultShortPrefixId:"fad",defaultStyleId:"solid",styleIds:["solid","regular","light","thin"],futureStyleIds:[],defaultFontWeight:900}],["sharp",{defaultShortPrefixId:"fass",defaultStyleId:"solid",styleIds:["solid","regular","light","thin"],futureStyleIds:[],defaultFontWeight:900}],["sharp-duotone",{defaultShortPrefixId:"fasds",defaultStyleId:"solid",styleIds:["solid","regular","light","thin"],futureStyleIds:[],defaultFontWeight:900}],["chisel",{defaultShortPrefixId:"facr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["etch",{defaultShortPrefixId:"faes",defaultStyleId:"solid",styleIds:["solid"],futureStyleIds:[],defaultFontWeight:900}],["graphite",{defaultShortPrefixId:"fagt",defaultStyleId:"thin",styleIds:["thin"],futureStyleIds:[],defaultFontWeight:100}],["jelly",{defaultShortPrefixId:"fajr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["jelly-duo",{defaultShortPrefixId:"fajdr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["jelly-fill",{defaultShortPrefixId:"fajfr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["mosaic",{defaultShortPrefixId:"fams",defaultStyleId:"solid",styleIds:["solid"],futureStyleIds:[],defaultFontWeight:900}],["notdog",{defaultShortPrefixId:"fans",defaultStyleId:"solid",styleIds:["solid"],futureStyleIds:[],defaultFontWeight:900}],["notdog-duo",{defaultShortPrefixId:"fands",defaultStyleId:"solid",styleIds:["solid"],futureStyleIds:[],defaultFontWeight:900}],["pixel",{defaultShortPrefixId:"fapr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["slab",{defaultShortPrefixId:"faslr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["slab-duo",{defaultShortPrefixId:"fasldr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["slab-press",{defaultShortPrefixId:"faslpr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["slab-press-duo",{defaultShortPrefixId:"faslpdr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["thumbprint",{defaultShortPrefixId:"fatl",defaultStyleId:"light",styleIds:["light"],futureStyleIds:[],defaultFontWeight:300}],["utility",{defaultShortPrefixId:"fausb",defaultStyleId:"semibold",styleIds:["semibold"],futureStyleIds:[],defaultFontWeight:600}],["utility-duo",{defaultShortPrefixId:"faudsb",defaultStyleId:"semibold",styleIds:["semibold"],futureStyleIds:[],defaultFontWeight:600}],["utility-fill",{defaultShortPrefixId:"faufsb",defaultStyleId:"semibold",styleIds:["semibold"],futureStyleIds:[],defaultFontWeight:600}],["vellum",{defaultShortPrefixId:"favs",defaultStyleId:"solid",styleIds:["solid"],futureStyleIds:[],defaultFontWeight:900}],["whiteboard",{defaultShortPrefixId:"fawsb",defaultStyleId:"semibold",styleIds:["semibold"],futureStyleIds:[],defaultFontWeight:600}]]),Rp={chisel:{regular:"facr"},classic:{brands:"fab",light:"fal",regular:"far",solid:"fas",thin:"fat"},duotone:{light:"fadl",regular:"fadr",solid:"fad",thin:"fadt"},etch:{solid:"faes"},graphite:{thin:"fagt"},jelly:{regular:"fajr"},"jelly-duo":{regular:"fajdr"},"jelly-fill":{regular:"fajfr"},mosaic:{solid:"fams"},notdog:{solid:"fans"},"notdog-duo":{solid:"fands"},pixel:{regular:"fapr"},sharp:{light:"fasl",regular:"fasr",solid:"fass",thin:"fast"},"sharp-duotone":{light:"fasdl",regular:"fasdr",solid:"fasds",thin:"fasdt"},slab:{regular:"faslr"},"slab-duo":{regular:"fasldr"},"slab-press":{regular:"faslpr"},"slab-press-duo":{regular:"faslpdr"},thumbprint:{light:"fatl"},utility:{semibold:"fausb"},"utility-duo":{semibold:"faudsb"},"utility-fill":{semibold:"faufsb"},vellum:{solid:"favs"},whiteboard:{semibold:"fawsb"}},m0=["fak","fa-kit","fakd","fa-kit-duotone"],p2={kit:{fak:"kit","fa-kit":"kit"},"kit-duotone":{fakd:"kit-duotone","fa-kit-duotone":"kit-duotone"}},wp=["kit"],_p="kit",Np="kit-duotone",Mp="Kit",Tp="Kit Duotone",hx=P(P({},_p,Mp),Np,Tp),Ip={kit:{"fa-kit":"fak"},"kit-duotone":{"fa-kit-duotone":"fakd"}},kp={"Font Awesome Kit":{400:"fak",normal:"fak"},"Font Awesome Kit Duotone":{400:"fakd",normal:"fakd"}},zp={kit:{fak:"fa-kit"},"kit-duotone":{fakd:"fa-kit-duotone"}},h2={kit:{kit:"fak"},"kit-duotone":{"kit-duotone":"fakd"}},En,An={GROUP:"duotone-group",SWAP_OPACITY:"swap-opacity",PRIMARY:"primary",SECONDARY:"secondary"},Pp=["fa-classic","fa-duotone","fa-sharp","fa-sharp-duotone","fa-thumbprint","fa-whiteboard","fa-notdog","fa-notdog-duo","fa-chisel","fa-etch","fa-graphite","fa-jelly","fa-jelly-fill","fa-jelly-duo","fa-slab","fa-slab-press","fa-slab-press-duo","fa-slab-duo","fa-mosaic","fa-pixel","fa-vellum","fa-utility","fa-utility-duo","fa-utility-fill"],Dp="classic",Up="duotone",Fp="sharp",$p="sharp-duotone",Bp="chisel",Hp="etch",Gp="graphite",Wp="jelly",jp="jelly-duo",Vp="jelly-fill",Kp="mosaic",qp="notdog",Zp="notdog-duo",Yp="pixel",Xp="slab",Jp="slab-duo",Qp="slab-press",e3="slab-press-duo",t3="thumbprint",r3="utility",o3="utility-duo",n3="utility-fill",a3="vellum",i3="whiteboard",s3="Classic",c3="Duotone",l3="Sharp",d3="Sharp Duotone",u3="Chisel",f3="Etch",p3="Graphite",h3="Jelly",m3="Jelly Duo",g3="Jelly Fill",y3="Mosaic",b3="Notdog",v3="Notdog Duo",x3="Pixel",S3="Slab",C3="Slab Duo",E3="Slab Press",A3="Slab Press Duo",L3="Thumbprint",O3="Utility",R3="Utility Duo",w3="Utility Fill",_3="Vellum",N3="Whiteboard",mx=(En={},P(P(P(P(P(P(P(P(P(P(En,Dp,s3),Up,c3),Fp,l3),$p,d3),Bp,u3),Hp,f3),Gp,p3),Wp,h3),jp,m3),Vp,g3),P(P(P(P(P(P(P(P(P(P(En,Kp,y3),qp,b3),Zp,v3),Yp,x3),Xp,S3),Jp,C3),Qp,E3),e3,A3),t3,L3),r3,O3),P(P(P(P(En,o3,R3),n3,w3),a3,_3),i3,N3)),M3="kit",T3="kit-duotone",I3="Kit",k3="Kit Duotone",gx=P(P({},M3,I3),T3,k3),z3={classic:{"fa-brands":"fab","fa-duotone":"fad","fa-light":"fal","fa-regular":"far","fa-solid":"fas","fa-thin":"fat"},duotone:{"fa-regular":"fadr","fa-light":"fadl","fa-thin":"fadt"},sharp:{"fa-solid":"fass","fa-regular":"fasr","fa-light":"fasl","fa-thin":"fast"},"sharp-duotone":{"fa-solid":"fasds","fa-regular":"fasdr","fa-light":"fasdl","fa-thin":"fasdt"},slab:{"fa-regular":"faslr"},"slab-press":{"fa-regular":"faslpr"},"slab-duo":{"fa-regular":"fasldr"},"slab-press-duo":{"fa-regular":"faslpdr"},pixel:{"fa-regular":"fapr"},mosaic:{"fa-solid":"fams"},vellum:{"fa-solid":"favs"},whiteboard:{"fa-semibold":"fawsb"},thumbprint:{"fa-light":"fatl"},notdog:{"fa-solid":"fans"},"notdog-duo":{"fa-solid":"fands"},etch:{"fa-solid":"faes"},graphite:{"fa-thin":"fagt"},jelly:{"fa-regular":"fajr"},"jelly-fill":{"fa-regular":"fajfr"},"jelly-duo":{"fa-regular":"fajdr"},chisel:{"fa-regular":"facr"},utility:{"fa-semibold":"fausb"},"utility-duo":{"fa-semibold":"faudsb"},"utility-fill":{"fa-semibold":"faufsb"}},P3={classic:["fas","far","fal","fat","fad"],duotone:["fadr","fadl","fadt"],sharp:["fass","fasr","fasl","fast"],"sharp-duotone":["fasds","fasdr","fasdl","fasdt"],slab:["faslr"],"slab-press":["faslpr"],"slab-duo":["fasldr"],"slab-press-duo":["faslpdr"],pixel:["fapr"],mosaic:["fams"],vellum:["favs"],whiteboard:["fawsb"],thumbprint:["fatl"],notdog:["fans"],"notdog-duo":["fands"],etch:["faes"],graphite:["fagt"],jelly:["fajr"],"jelly-fill":["fajfr"],"jelly-duo":["fajdr"],chisel:["facr"],utility:["fausb"],"utility-duo":["faudsb"],"utility-fill":["faufsb"]},Os={classic:{fab:"fa-brands",fad:"fa-duotone",fal:"fa-light",far:"fa-regular",fas:"fa-solid",fat:"fa-thin"},duotone:{fadr:"fa-regular",fadl:"fa-light",fadt:"fa-thin"},sharp:{fass:"fa-solid",fasr:"fa-regular",fasl:"fa-light",fast:"fa-thin"},"sharp-duotone":{fasds:"fa-solid",fasdr:"fa-regular",fasdl:"fa-light",fasdt:"fa-thin"},slab:{faslr:"fa-regular"},"slab-press":{faslpr:"fa-regular"},"slab-duo":{fasldr:"fa-regular"},"slab-press-duo":{faslpdr:"fa-regular"},pixel:{fapr:"fa-regular"},mosaic:{fams:"fa-solid"},vellum:{favs:"fa-solid"},whiteboard:{fawsb:"fa-semibold"},thumbprint:{fatl:"fa-light"},notdog:{fans:"fa-solid"},"notdog-duo":{fands:"fa-solid"},etch:{faes:"fa-solid"},graphite:{fagt:"fa-thin"},jelly:{fajr:"fa-regular"},"jelly-fill":{fajfr:"fa-regular"},"jelly-duo":{fajdr:"fa-regular"},chisel:{facr:"fa-regular"},utility:{fausb:"fa-semibold"},"utility-duo":{faudsb:"fa-semibold"},"utility-fill":{faufsb:"fa-semibold"}},D3=["fa-solid","fa-regular","fa-light","fa-thin","fa-duotone","fa-brands","fa-semibold"],g0=["fa","fas","far","fal","fat","fad","fadr","fadl","fadt","fab","fass","fasr","fasl","fast","fasds","fasdr","fasdl","fasdt","faslr","faslpr","fasldr","faslpdr","fapr","fams","favs","fawsb","fatl","fans","fands","faes","fagt","fajr","fajfr","fajdr","facr","fausb","faudsb","faufsb"].concat(Pp,D3),U3=["solid","regular","light","thin","duotone","brands","semibold"],y0=[1,2,3,4,5,6,7,8,9,10],F3=y0.concat([11,12,13,14,15,16,17,18,19,20]),$3=["aw","fw","pull-left","pull-right"],B3=[].concat(We(Object.keys(P3)),U3,$3,["2xs","xs","sm","lg","xl","2xl","beat","beat-fade","border","bounce","buzz","canvas-square","canvas-roomy","fade","flip-360","flip-both","flip-horizontal","flip-vertical","flip","float","inverse","jello","layers","layers-bottom-left","layers-bottom-right","layers-counter","layers-text","layers-top-left","layers-top-right","li","pull-end","pull-start","pulse","rotate-180","rotate-270","rotate-90","rotate-by","shake","spin-pulse","spin-reverse","spin","spin-snap","spin-snap-4","spin-snap-8","stack-1x","stack-2x","stack","swing","ul","wag","width-auto","width-fixed",An.GROUP,An.SWAP_OPACITY,An.PRIMARY,An.SECONDARY]).concat(y0.map(function(t){return"".concat(t,"x")})).concat(F3.map(function(t){return"w-".concat(t)})),H3={"Font Awesome 5 Free":{900:"fas",400:"far"},"Font Awesome 5 Pro":{900:"fas",400:"far",normal:"far",300:"fal"},"Font Awesome 5 Brands":{400:"fab",normal:"fab"},"Font Awesome 5 Duotone":{900:"fad"}},lt="___FONT_AWESOME___",Rs=16,b0="fa",v0="svg-inline--fa",Qt="data-fa-i2svg",ws="data-fa-pseudo-element",G3="data-fa-pseudo-element-pending",Hs="data-prefix",Gs="data-icon",m2="fontawesome-i2svg",W3="async",j3=["HTML","HEAD","STYLE","SCRIPT"],x0=["::before","::after",":before",":after"],S0=(function(){try{return!0}catch{return!1}})();function To(t){return new Proxy(t,{get:function(r,o){return o in r?r[o]:r[he]}})}var C0=_({},W2);C0[he]=_(_(_(_({},{"fa-duotone":"duotone"}),W2[he]),p2.kit),p2["kit-duotone"]);var V3=To(C0),_s=_({},Rp);_s[he]=_(_(_(_({},{duotone:"fad"}),_s[he]),h2.kit),h2["kit-duotone"]);var g2=To(_s),Ns=_({},Os);Ns[he]=_(_({},Ns[he]),zp.kit);var Ws=To(Ns),Ms=_({},z3);Ms[he]=_(_({},Ms[he]),Ip.kit);var yx=To(Ms),K3=Xf,E0="fa-layers-text",q3=Jf,Z3=_({},Ap),bx=To(Z3),Y3=["class","data-prefix","data-icon","data-fa-transform","data-fa-mask"],xs=Qf,X3=[].concat(We(wp),We(B3)),wo=Lt.FontAwesomeConfig||{};function J3(t){var e=J.querySelector("script["+t+"]");if(e)return e.getAttribute(t)}function Q3(t){return t===""?!0:t==="false"?!1:t==="true"?!0:t}J&&typeof J.querySelector=="function"&&(y2=[["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-search-pseudo-elements","searchPseudoElements"],["data-search-pseudo-elements-warnings","searchPseudoElementsWarnings"],["data-search-pseudo-elements-full-scan","searchPseudoElementsFullScan"],["data-observe-mutations","observeMutations"],["data-mutate-approach","mutateApproach"],["data-keep-original-source","keepOriginalSource"],["data-measure-performance","measurePerformance"],["data-show-missing-icons","showMissingIcons"]],y2.forEach(function(t){var e=Mn(t,2),r=e[0],o=e[1],a=Q3(J3(r));a!=null&&(wo[o]=a)}));var y2,A0={styleDefault:"solid",familyDefault:he,cssPrefix:b0,replacementClass:v0,autoReplaceSvg:!0,autoAddCss:!0,searchPseudoElements:!1,searchPseudoElementsWarnings:!0,searchPseudoElementsFullScan:!1,observeMutations:!0,mutateApproach:"async",keepOriginalSource:!0,measurePerformance:!1,showMissingIcons:!0};wo.familyPrefix&&(wo.cssPrefix=wo.familyPrefix);var kr=_(_({},A0),wo);kr.autoReplaceSvg||(kr.observeMutations=!1);var z={};Object.keys(A0).forEach(function(t){Object.defineProperty(z,t,{enumerable:!0,set:function(r){kr[t]=r,_o.forEach(function(o){return o(z)})},get:function(){return kr[t]}})});Object.defineProperty(z,"familyPrefix",{enumerable:!0,set:function(e){kr.cssPrefix=e,_o.forEach(function(r){return r(z)})},get:function(){return kr.cssPrefix}});Lt.FontAwesomeConfig=z;var _o=[];function e6(t){return _o.push(t),function(){_o.splice(_o.indexOf(t),1)}}var At=Rs,tt={size:16,x:0,y:0,rotate:0,flipX:!1,flipY:!1};function t6(t){if(!(!t||!ut)){var e=J.createElement("style");e.setAttribute("type","text/css"),e.innerHTML=t;for(var r=J.head.childNodes,o=null,a=r.length-1;a>-1;a--){var i=r[a],s=(i.tagName||"").toUpperCase();["STYLE","LINK"].indexOf(s)>-1&&(o=i)}return J.head.insertBefore(e,o),t}}var r6="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";function b2(){for(var t=12,e="";t-- >0;)e+=r6[Math.random()*62|0];return e}function zr(t){for(var e=[],r=(t||[]).length>>>0;r--;)e[r]=t[r];return e}function js(t){return t.classList?zr(t.classList):(t.getAttribute("class")||"").split(" ").filter(function(e){return e})}function L0(t){return"".concat(t).replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(/</g,"<").replace(/>/g,">")}function o6(t){return Object.keys(t||{}).reduce(function(e,r){return e+"".concat(r,'="').concat(L0(t[r]),'" ')},"").trim()}function Tn(t){return Object.keys(t||{}).reduce(function(e,r){return e+"".concat(r,": ").concat(t[r].trim(),";")},"")}function Vs(t){return t.size!==tt.size||t.x!==tt.x||t.y!==tt.y||t.rotate!==tt.rotate||t.flipX||t.flipY}function n6(t){var e=t.transform,r=t.containerWidth,o=t.iconWidth,a={transform:"translate(".concat(r/2," 256)")},i="translate(".concat(e.x*32,", ").concat(e.y*32,") "),s="scale(".concat(e.size/16*(e.flipX?-1:1),", ").concat(e.size/16*(e.flipY?-1:1),") "),c="rotate(".concat(e.rotate," 0 0)"),d={transform:"".concat(i," ").concat(s," ").concat(c)},u={transform:"translate(".concat(o/2*-1," -256)")};return{outer:a,inner:d,path:u}}function a6(t){var e=t.transform,r=t.width,o=r===void 0?Rs:r,a=t.height,i=a===void 0?Rs:a,s=t.startCentered,c=s===void 0?!1:s,d="";return c&&G2?d+="translate(".concat(e.x/At-o/2,"em, ").concat(e.y/At-i/2,"em) "):c?d+="translate(calc(-50% + ".concat(e.x/At,"em), calc(-50% + ").concat(e.y/At,"em)) "):d+="translate(".concat(e.x/At,"em, ").concat(e.y/At,"em) "),d+="scale(".concat(e.size/At*(e.flipX?-1:1),", ").concat(e.size/At*(e.flipY?-1:1),") "),d+="rotate(".concat(e.rotate,"deg) "),d}var i6=`:root, :host {
|
|
119
|
+
`,uo];var p;(function(t){t.regular="regular",t.solid="solid",t.custom="custom"})(p||(p={}));var x2=[{prefix:"far",iconName:"lock-keyhole",icon:[384,512,["lock-alt"],"f30d","M192 16c44.2 0 80 35.8 80 80l0 64-160 0 0-64c0-44.2 35.8-80 80-80zM64 96l0 64c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64l0-64c0-70.7-57.3-128-128-128S64 25.3 64 96zM272 208l48 0 0 0c8.8 0 16 7.2 16 16l0 224c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16l0-224c0-8.8 7.2-16 16-16l0 0 48 0 0 0 160 0 0 0zm-56 88c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 80c0 13.3 10.7 24 24 24s24-10.7 24-24l0-80z"]},{prefix:"far",iconName:"link-simple-slash",icon:[576,512,[],"e1ce","M41-24.9c-9.4-9.4-24.6-9.4-33.9 0S-2.3-.3 7 9.1l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-83.9-83.9C539.7 385.4 576 324.9 576 256 576 150 490 64 384 64l-40 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l40 0c79.5 0 144 64.5 144 144 0 55.8-31.7 104.1-78.1 128.1L345.8 280 392 280c13.3 0 24-10.7 24-24s-10.7-24-24-24l-94.2 0-119.4-119.4c4.5-.4 9-.6 13.5-.6l40 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-40 0c-18.9 0-37.1 2.7-54.4 7.8L41-24.9zm46.3 182l-34-34C20.3 157.7 0 204.5 0 256 0 362 86 448 192 448l40 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-40 0c-79.5 0-144-64.5-144-144 0-38.3 14.9-73.1 39.3-98.9z"]},{prefix:"far",iconName:"table-layout",icon:[448,512,[],"e290","M384 80c8.8 0 16 7.2 16 16l0 64-352 0 0-64c0-8.8 7.2-16 16-16l320 0zM0 160L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96l0 64zM400 416c0 8.8-7.2 16-16 16l-224 0 0-224 240 0 0 208zM112 432l-48 0c-8.8 0-16-7.2-16-16l0-208 64 0 0 224z"]},{prefix:"far",iconName:"layer-group",icon:[512,512,[],"f5fd","M259.4 48.7L430.8 128 259.4 207.2c-2.1 1-4.6 1-6.7 0L81.2 128 252.6 48.7c2.1-1 4.6-1 6.7 0zM279.5 5.2c-14.9-6.9-32.1-6.9-47 0L13.9 106.2C5.4 110.1 0 118.6 0 128s5.4 17.9 13.9 21.8l218.6 101c14.9 6.9 32.1 6.9 47 0l218.6-101c8.5-3.9 13.9-12.4 13.9-21.8s-5.4-17.9-13.9-21.8L279.5 5.2zM48.1 218.4L13.9 234.2C5.4 238.1 0 246.6 0 256s5.4 17.9 13.9 21.8l218.6 101c14.9 6.9 32.1 6.9 47 0l218.6-101c8.5-3.9 13.9-12.4 13.9-21.8s-5.4-17.9-13.9-21.8l-34.1-15.8-57.2 26.4 24.1 11.1-171.4 79.2c-2.1 1-4.6 1-6.7 0L81.2 256 105.3 244.9 48.1 218.4zM13.9 362.2C5.4 366.1 0 374.6 0 384s5.4 17.9 13.9 21.8l218.6 101c14.9 6.9 32.1 6.9 47 0l218.6-101c8.5-3.9 13.9-12.4 13.9-21.8s-5.4-17.9-13.9-21.8l-34.1-15.8-57.2 26.4 24.1 11.1-171.4 79.2c-2.1 1-4.6 1-6.7 0l-171.4-79.2 24.1-11.1-57.2-26.4-34.1 15.8z"]},{prefix:"far",iconName:"circle-info",icon:[512,512,["info-circle"],"f05a","M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM216 336c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0-88c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l24 0 0 64-24 0zm40-144a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"]},{prefix:"far",iconName:"bars-progress",icon:[448,512,["tasks-alt"],"f828","M158.1 80l-110.1 0 0 96 14.1 0 96-96zm-28.1 96l110.1 0 0-96-14.1 0-96 96zM288 176l112 0 0-96-112 0 0 96zM0 80C0 53.5 21.5 32 48 32l352 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48L48 224c-26.5 0-48-21.5-48-48L0 80zM400 336l-240 0 0 96 240 0 0-96zM48 336l0 96 64 0 0-96-64 0zm0-48l352 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48L48 480c-26.5 0-48-21.5-48-48l0-96c0-26.5 21.5-48 48-48z"]},{prefix:"far",iconName:"code-compare",icon:[512,512,[],"e13a","M191 7c9.4-9.4 24.6-9.4 33.9 0l56 56c9.4 9.4 9.4 24.6 0 33.9l-56 56c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l15-15-46.1 0c-22.1 0-40 17.9-40 40l0 211.7c32.5 10.2 56 40.5 56 76.3 0 44.2-35.8 80-80 80s-80-35.8-80-80c0-35.8 23.5-66.1 56-76.3L72 144c0-48.6 39.4-88 88-88l46.1 0-15-15c-9.4-9.4-9.4-24.6 0-33.9zM384 80a32 32 0 1 0 64 0 32 32 0 1 0 -64 0zm8 76.3c-32.5-10.2-56-40.5-56-76.3 0-44.2 35.8-80 80-80s80 35.8 80 80c0 35.8-23.5 66.1-56 76.3L440 368c0 48.6-39.4 88-88 88l-46.1 0 15 15c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-56-56c-9.4-9.4-9.4-24.6 0-33.9l56-56c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-15 15 46.1 0c22.1 0 40-17.9 40-40l0-211.7zM64 432a32 32 0 1 0 64 0 32 32 0 1 0 -64 0z"]},{prefix:"far",iconName:"arrow-turn-right",icon:[512,512,[],"e635","M48 424c0 13.3-10.7 24-24 24S0 437.3 0 424l0-96c0-53 43-96 96-96l334.1 0-95-95c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L505 239c4.5 4.5 7 10.6 7 17s-2.5 12.5-7 17L369 409c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l95-95-334.1 0c-26.5 0-48 21.5-48 48l0 96z"]},{prefix:"far",iconName:"hourglass-end",icon:[384,512,[8987,"hourglass-3"],"f253","M0 24C0 10.7 10.7 0 24 0L360 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 19c0 40.3-16 79-44.5 107.5l-81.5 81.5 81.5 81.5C336 366 352 404.7 352 445l0 19 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 512c-13.3 0-24-10.7-24-24s10.7-24 24-24l8 0 0-19c0-40.3 16-79 44.5-107.5l81.5-81.5-81.5-81.5C48 146 32 107.3 32 67l0-19-8 0C10.7 48 0 37.3 0 24zM129.9 352l124.1 0-62.1-62.1-62.1 62.1zM90.2 400C83.6 413.9 80 429.3 80 445l0 19 224 0 0-19c0-15.7-3.6-31.1-10.2-45L90.2 400zM273.5 140.5C293 121 304 94.6 304 67l0-19-224 0 0 19c0 27.6 11 54 30.5 73.5l81.5 81.5 81.5-81.5z"]},{prefix:"far",iconName:"box-archive",icon:[512,512,["archive"],"f187","M464 80l0 64-416 0 0-64 416 0zM0 144c0 20.9 13.4 38.7 32 45.3L32 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-226.7c18.6-6.6 32-24.4 32-45.3l0-64c0-26.5-21.5-48-48-48L48 32C21.5 32 0 53.5 0 80l0 64zM80 416l0-224 352 0 0 224c0 8.8-7.2 16-16 16L96 432c-8.8 0-16-7.2-16-16zM184 240c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0z"]},{prefix:"far",iconName:"arrows-rotate",icon:[512,512,[128472,"refresh","sync"],"f021","M109 108.9c81.2-81.2 212.9-81.2 294.2 0l27.1 27.1-78.2 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l136.1 0c13.3 0 24-10.7 24-24l0-136c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 78.1-27.1-27.1c-100-100-262.1-100-362 0-43.2 43.2-67.8 98.1-73.6 154.5-1.4 13.2 8.2 25 21.4 26.3s25-8.2 26.3-21.4C54 188.6 73.9 144.1 109 108.9zM510.7 282.5c1.4-13.2-8.2-25-21.4-26.3s-25 8.2-26.3 21.4c-4.7 45.8-24.7 90.4-59.8 125.5-81.2 81.2-212.9 81.2-294.2 0l-27.1-27.1 78.2 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 328c-13.3 0-24 10.7-24 24L0 488c0 13.3 10.7 24 24 24s24-10.7 24-24l0-78.1 27.1 27.1c100 100 262.1 100 362 0 43.2-43.2 67.8-98.1 73.6-154.5z"]},{prefix:"far",iconName:"circle-dot",icon:[512,512,[128280,"dot-circle"],"f192","M256 512a256 256 0 1 1 0-512 256 256 0 1 1 0 512zm0-464a208 208 0 1 0 0 416 208 208 0 1 0 0-416zm0 304a96 96 0 1 1 0-192 96 96 0 1 1 0 192z"]},{prefix:"far",iconName:"angles-left",icon:[448,512,[171,"angle-double-left"],"f100","M15.5 239c-9.4 9.4-9.4 24.6 0 33.9l160 160c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-143-143 143-143c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L15.5 239zm352-160l-160 160c-9.4 9.4-9.4 24.6 0 33.9l160 160c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-143-143 143-143c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0z"]},{prefix:"far",iconName:"route",icon:[512,512,[],"f4d7","M438.6 155.7c-7.2 11.5-15 22.6-22.6 32.7-7.5-10.1-15.4-21.2-22.6-32.7-17.7-28.4-25.4-49.4-25.4-59.7 0-26.5 21.5-48 48-48s48 21.5 48 48c0 10.3-7.7 31.3-25.4 59.7zM427.4 251c25.4-29.9 84.6-104.8 84.6-155 0-53-43-96-96-96s-96 43-96 96c0 33.3 25.9 77.3 50.8 112L328 208c-48.6 0-88 39.4-88 88s39.4 88 88 88l96 0c22.1 0 40 17.9 40 40s-17.9 40-40 40l-246.2 0c-2.7 3.8-5.5 7.6-8.2 11.2-10.7 14.2-21.3 26.9-30 36.8L424 512c48.6 0 88-39.4 88-88s-39.4-88-88-88l-96 0c-22.1 0-40-17.9-40-40s17.9-40 40-40l84.9 0c5.1 1.1 10.7-.6 14.5-5zM118.9 408.4c-7.3 11-15.3 21.7-22.9 31.2-7.6-9.5-15.6-20.2-22.9-31.2-17.7-26.7-25.1-46.5-25.1-56.4 0-26.5 21.5-48 48-48s48 21.5 48 48c0 9.9-7.4 29.7-25.1 56.4zm19 55.6c25.9-33.1 54.1-77.3 54.1-112 0-53-43-96-96-96S0 299 0 352c0 50.5 59.8 121 85 148.4 6 6.5 16 6.5 21.9 0 .1-.1 .2-.2 .3-.3 .3-.3 .6-.7 .9-1 2.8-3.1 6-6.7 9.5-10.7 .1-.1 .1-.1 .2-.2 6.1-7 13-15.2 20-24.2z"]},{prefix:"far",iconName:"bars",icon:[448,512,["navicon"],"f0c9","M0 88C0 74.7 10.7 64 24 64l400 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 112C10.7 112 0 101.3 0 88zM0 256c0-13.3 10.7-24 24-24l400 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 280c-13.3 0-24-10.7-24-24zM448 424c0 13.3-10.7 24-24 24L24 448c-13.3 0-24-10.7-24-24s10.7-24 24-24l400 0c13.3 0 24 10.7 24 24z"]},{prefix:"far",iconName:"arrow-down",icon:[384,512,[8595],"f063","M175.5 505c9.4 9.4 24.6 9.4 33.9 0l168-168c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-127 127 0-406.1c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 406.1-127-127c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l168 168z"]},{prefix:"far",iconName:"lock-keyhole-open",icon:[576,512,["lock-open-alt"],"f3c2","M448 16c-44.2 0-80 35.8-80 80l0 64 48 0c35.3 0 64 28.7 64 64l0 224c0 35.3-28.7 64-64 64l-256 0c-35.3 0-64-28.7-64-64l0-224c0-35.3 28.7-64 64-64l160 0 0-64c0-70.7 57.3-128 128-128S576 25.3 576 96l0 40c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-40c0-44.2-35.8-80-80-80zM320 208l0 0-160 0c-8.8 0-16 7.2-16 16l0 224c0 8.8 7.2 16 16 16l256 0c8.8 0 16-7.2 16-16l0-224c0-8.8-7.2-16-16-16l-48 0 0 0-48 0zm8 152l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l80 0c13.3 0 24 10.7 24 24s-10.7 24-24 24z"]},{prefix:"far",iconName:"desktop",icon:[512,512,[61704,128421,"desktop-alt"],"f390","M448 80c8.8 0 16 7.2 16 16l0 176-416 0 0-176c0-8.8 7.2-16 16-16l384 0zm16 240l0 32c0 8.8-7.2 16-16 16L64 368c-8.8 0-16-7.2-16-16l0-32 416 0zM64 32C28.7 32 0 60.7 0 96L0 352c0 35.3 28.7 64 64 64l115.7 0-8 48-51.7 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l272 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-51.7 0-8-48 115.7 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 32zM220.3 464l8-48 55.3 0 8 48-71.3 0z"]},{prefix:"far",iconName:"angles-right",icon:[448,512,[187,"angle-double-right"],"f101","M81.5 433l160-160c9.4-9.4 9.4-24.6 0-33.9L81.5 79c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l143 143-143 143c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0zm192 0l160-160c9.4-9.4 9.4-24.6 0-33.9L273.5 79c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l143 143-143 143c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0z"]},{prefix:"far",iconName:"piggy-bank",icon:[576,512,[],"f4d3","M192 64a96 96 0 1 1 192 0 96 96 0 1 1 -192 0zM40 286.5c0-72.9 47-133.2 114.9-167.5 6.2 15 14.9 28.7 25.5 40.6-56.9 27.7-92.4 76.2-92.4 126.9 0 45.8 27.8 87.3 75.9 114.6 7.5 4.3 12.1 12.2 12.1 20.9l0 34c0 4.4 3.6 8 8 8l30.1 0c2.9 0 5.6-1.6 7-4.2l9.4-17.4c4.7-8.7 14.2-13.6 24-12.4 10.9 1.3 22.1 2 33.6 2s22.7-.7 33.6-2c9.8-1.2 19.3 3.8 24 12.4l9.4 17.4c1.4 2.6 4.1 4.2 7 4.2l30.1 0c4.4 0 8-3.6 8-8l0-34c0-8.6 4.6-16.6 12.1-20.9 13.6-7.7 25.6-16.6 35.8-26.5 4.5-4.3 10.4-6.7 16.6-6.7l63.4 0 0-96-21.5 0c-10.7 0-20.1-7.1-23.1-17.3-3-10.2-7.3-20.1-13-29.6-3.5-5.9-4.4-13-2.3-19.5l19.2-61.5-7.4 0c-18.2 0-34.7 6.7-47.4 17.8-7.6 6.6-18.5 7.8-27.3 3-3.2-1.7-6.4-3.4-9.7-5 12.9-14.4 22.9-31.5 29.1-50.3 16.6-8.6 35.4-13.5 55.3-13.5l18.2 0c27 0 46.2 26.2 38.2 51.9L517 210c2.4 4.6 4.5 9.2 6.5 14l4.5 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-54.1 0c-8 7-16.7 13.6-25.9 19.5l0 20.5c0 30.9-25.1 56-56 56l-30.1 0c-20.6 0-39.5-11.3-49.3-29.4l-1.8-3.4c-15 1-30.7 1-45.7 0l-1.8 3.4c-9.8 18.1-28.7 29.4-49.3 29.4L184 512c-30.9 0-56-25.1-56-56l0-20.5c-52.4-34-88-86.4-88-149zM424 272a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM216 192l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"]},{prefix:"far",iconName:"angle-up",icon:[384,512,[8963],"f106","M175.5 143c9.4-9.4 24.6-9.4 33.9 0l160 160c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-143-143-143 143c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l160-160z"]},{prefix:"far",iconName:"square",icon:[448,512,[61590,9724,9723,9632],"f0c8","M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"]},{prefix:"far",iconName:"pen-nib",icon:[512,512,[10001],"f5ad","M368.5 18.3c21.9-21.9 57.3-21.9 79.2 0l46.1 46.1c21.9 21.9 21.9 57.3 0 79.2l-71 71-10.4 10.4-40.7 149.1c-4.8 17.8-18.1 32-35.5 38.1L72 505c-18.5 6.5-39.1 1.8-52.9-12S.5 458.5 7 440L99.8 175.9c6.1-17.4 20.3-30.6 38.1-35.5l149.1-40.7 10.4-10.4 71-71zM296.9 146.8L150.6 186.7c-2.5 .7-4.6 2.6-5.4 5.1L65.6 418.2 163 320.7c-1.9-5.2-3-10.8-3-16.7 0-26.5 21.5-48 48-48s48 21.5 48 48-21.5 48-48 48c-5.9 0-11.5-1.1-16.7-3l-97.5 97.5 226.4-79.5c2.5-.9 4.4-2.9 5.1-5.4l39.9-146.4-68.3-68.3z"]},{prefix:"far",iconName:"arrow-up-right-from-square",icon:[512,512,["external-link"],"f08e","M288 24c0 13.3 10.7 24 24 24l118.1 0-231 231c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l231-231 0 118.1c0 13.3 10.7 24 24 24s24-10.7 24-24l0-176c0-13.3-10.7-24-24-24L312 0c-13.3 0-24 10.7-24 24zM80 96C35.8 96 0 131.8 0 176L0 432c0 44.2 35.8 80 80 80l256 0c44.2 0 80-35.8 80-80l0-88c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 88c0 17.7-14.3 32-32 32L80 464c-17.7 0-32-14.3-32-32l0-256c0-17.7 14.3-32 32-32l88 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L80 96z"]},{prefix:"far",iconName:"grid-2",icon:[448,512,[],"e196","M48 80l0 96 96 0 0-96-96 0zM0 80C0 53.5 21.5 32 48 32l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48L0 80zM48 336l0 96 96 0 0-96-96 0zM0 336c0-26.5 21.5-48 48-48l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-96zM400 80l-96 0 0 96 96 0 0-96zM304 32l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-96c0-26.5 21.5-48 48-48zm0 304l0 96 96 0 0-96-96 0zm-48 0c0-26.5 21.5-48 48-48l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-96z"]},{prefix:"far",iconName:"books",icon:[576,512,[128218],"f5db","M96.3 48l48 0c8.8 0 16 7.2 16 16l0 32-80 0 0-32c0-8.8 7.2-16 16-16zm-16 96l80 0 0 224-80 0 0-224zm128-78l0-2c0-35.3-28.7-64-64-64l-48 0c-35.3 0-64 28.7-64 64l0 384c0 35.3 28.7 64 64 64l48 0c15.1 0 29-5.3 40-14 11 8.8 24.9 14 40 14l48 0c35.3 0 64-28.7 64-64l0-164.4 48.6 181.2c9.1 34.1 44.2 54.4 78.4 45.3l46.4-12.4c34.1-9.1 54.4-44.2 45.3-78.4L455.4 48.3C446.3 14.2 411.2-6.1 377 3.1L330.7 15.5c-24.4 6.5-41.8 26.4-46.3 49.7-3.9-.8-8-1.1-12.1-1.1l-48 0c-5.5 0-10.9 .7-16 2zm0 62c0-8.8 7.2-16 16-16l48 0c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16l-48 0c-8.8 0-16-7.2-16-16l0-320zm-48 320c0 8.8-7.2 16-16 16l-48 0c-8.8 0-16-7.2-16-16l0-32 80 0 0 32zM389.5 49.4c8.5-2.3 17.3 2.8 19.6 11.3l8.3 30.9-77.3 20.7-8.3-30.9c-2.3-8.5 2.8-17.3 11.3-19.6l46.4-12.4zm21 325.7l-58-216.4 77.3-20.7 58 216.4-77.3 20.7zm12.4 46.4l77.3-20.7 8.3 30.9c2.3 8.5-2.8 17.3-11.3 19.6l-46.4 12.4c-8.5 2.3-17.3-2.8-19.6-11.3l-8.3-30.9z"]},{prefix:"far",iconName:"tag",icon:[576,512,[127991],"f02b","M96.1 88c0-13.3 10.7-24 24-24l156.1 0c6.4 0 12.5 2.5 17 7l208 208c9.4 9.4 9.4 24.6 0 33.9L345.1 469.1c-9.4 9.4-24.6 9.4-33.9 0l-208-208c-4.5-4.5-7-10.6-7-17L96.1 88zm24-72c-39.8 0-72 32.2-72 72l0 156.1c0 19.1 7.6 37.4 21.1 50.9l208 208c28.1 28.1 73.7 28.1 101.8 0L535.1 346.9c28.1-28.1 28.1-73.7 0-101.8l-208-208C313.6 23.6 295.3 16 276.2 16L120.1 16zm56 160a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"]},{prefix:"far",iconName:"angles-up-down",icon:[384,512,[],"e60d","M209.5 7c-9.4-9.4-24.6-9.4-33.9 0L23.5 159c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l135-135 135 135c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L209.5 7zM361.5 353c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-135 135-135-135c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l152 152c9.4 9.4 24.6 9.4 33.9 0l152-152z"]},{prefix:"far",iconName:"arrow-rotate-left",icon:[512,512,[8634,"arrow-left-rotate","arrow-rotate-back","arrow-rotate-backward","undo"],"f0e2","M24 0C37.3 0 48 10.7 48 24L48 102.1 75.1 75c100-100 262.1-100 362 0s100 262.1 0 362-262.1 100-362 0c-14.9-14.9-27.6-31.2-38.1-48.5-6.9-11.3-3.2-26.1 8.1-33s26.1-3.2 33 8.1c8.5 14 18.8 27.3 31 39.4 81.2 81.2 212.9 81.2 294.2 0s81.2-212.9 0-294.2-212.9-81.2-294.2 0l-27.1 27.1 78.2 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 184c-13.3 0-24-10.7-24-24L0 24C0 10.7 10.7 0 24 0z"]},{prefix:"far",iconName:"eye-slash",icon:[576,512,[],"f070","M41-24.9c-9.4-9.4-24.6-9.4-33.9 0S-2.3-.3 7 9.1l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-96.4-96.4c2.7-2.4 5.4-4.8 8-7.2 46.8-43.5 78.1-95.4 93-131.1 3.3-7.9 3.3-16.7 0-24.6-14.9-35.7-46.2-87.7-93-131.1-47.1-43.7-111.8-80.6-192.6-80.6-56.8 0-105.6 18.2-146 44.2L41-24.9zM176.9 111.1c32.1-18.9 69.2-31.1 111.1-31.1 65.2 0 118.8 29.6 159.9 67.7 38.5 35.7 65.1 78.3 78.6 108.3-13.6 30-40.2 72.5-78.6 108.3-3.1 2.8-6.2 5.6-9.4 8.4L393.8 328c14-20.5 22.2-45.3 22.2-72 0-70.7-57.3-128-128-128-26.7 0-51.5 8.2-72 22.2l-39.1-39.1zm182 182l-108-108c11.1-5.8 23.7-9.1 37.1-9.1 44.2 0 80 35.8 80 80 0 13.4-3.3 26-9.1 37.1zM103.4 173.2l-34-34c-32.6 36.8-55 75.8-66.9 104.5-3.3 7.9-3.3 16.7 0 24.6 14.9 35.7 46.2 87.7 93 131.1 47.1 43.7 111.8 80.6 192.6 80.6 37.3 0 71.2-7.9 101.5-20.6L352.2 422c-20 6.4-41.4 10-64.2 10-65.2 0-118.8-29.6-159.9-67.7-38.5-35.7-65.1-78.3-78.6-108.3 10.4-23.1 28.6-53.6 54-82.8z"]},{prefix:"far",iconName:"circle-dollar",icon:[512,512,["dollar-circle","usd-circle"],"f2e8","M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512zm24-368c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 8.3c-31.5 3.3-56 29.9-56 62.2 0 31.1 22.9 57.5 53.7 61.9l45.8 6.5c7.2 1 12.5 7.2 12.5 14.4 0 8-6.5 14.6-14.6 14.6L208 312c-13.3 0-24 10.7-24 24s10.7 24 24 24l24 0 0 8c0 13.3 10.7 24 24 24s24-10.7 24-24l0-8.3c31.5-3.3 56-29.9 56-62.2 0-31.1-22.9-57.5-53.7-61.9L236.5 229c-7.2-1-12.5-7.2-12.5-14.4 0-8 6.5-14.6 14.6-14.6l57.4 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-16 0 0-8z"]},{prefix:"far",iconName:"compress",icon:[448,512,[],"f066","M160 56c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 88-88 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l112 0c13.3 0 24-10.7 24-24l0-112zM24 320c-13.3 0-24 10.7-24 24s10.7 24 24 24l88 0 0 88c0 13.3 10.7 24 24 24s24-10.7 24-24l0-112c0-13.3-10.7-24-24-24L24 320zM336 56c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 112c0 13.3 10.7 24 24 24l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-88 0 0-88zM312 320c-13.3 0-24 10.7-24 24l0 112c0 13.3 10.7 24 24 24s24-10.7 24-24l0-88 88 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-112 0z"]},{prefix:"far",iconName:"radar",icon:[512,512,[],"e024","M304.8 173.3c-14.3-8.4-31-13.3-48.8-13.3-53 0-96 43-96 96s43 96 96 96 96-43 96-96l48 0c0 79.5-64.5 144-144 144s-144-64.5-144-144 64.5-144 144-144c31.1 0 59.9 9.9 83.4 26.6l45.7-45.7C349.7 64.8 304.8 48 256 48 141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208l48 0c0 141.4-114.6 256-256 256S0 397.4 0 256 114.6 0 256 0c62.1 0 118.9 22.1 163.3 58.8L463 15c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L273 273c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l65.7-65.7z"]},{prefix:"far",iconName:"arrow-rotate-right",icon:[512,512,[8635,"arrow-right-rotate","arrow-rotate-forward","redo"],"f01e","M488.2 0c-13.3 0-24 10.7-24 24l0 78.1-27.1-27.1c-100-100-262.1-100-362 0s-100 262.1 0 362 262.1 100 362 0c14.9-14.9 27.6-31.2 38.1-48.5 6.9-11.3 3.2-26.1-8.1-33s-26.1-3.2-33 8.1c-8.5 14-18.8 27.3-31 39.4-81.2 81.2-212.9 81.2-294.2 0s-81.2-212.9 0-294.2 212.9-81.2 294.2 0l27.1 27.1-78.2 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l136.1 0c13.3 0 24-10.7 24-24l0-136c0-13.3-10.7-24-24-24z"]},{prefix:"far",iconName:"chart-network",icon:[640,512,[],"f78a","M224 40a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0 88c1.1 0 2.2 0 3.3-.1l26.9 57.6c-31.3 21.7-53.7 55.4-60.2 94.5l-70.6 0c-9.5-23.5-32.5-40-59.3-40-35.3 0-64 28.7-64 64s28.7 64 64 64c26.9 0 49.9-16.5 59.3-40l70.6 0c11.4 68.1 70.7 120 142 120 43.8 0 83-19.5 109.4-50.4l67.4 40.4c-.5 3.2-.8 6.6-.8 9.9 0 35.3 28.7 64 64 64s64-28.7 64-64-28.7-64-64-64c-14.5 0-27.8 4.8-38.5 12.9l-67.3-40.4c6.4-16.3 9.9-34 9.9-52.5 0-23.2-5.5-45.2-15.3-64.6l77.6-56.9c9.8 6.1 21.3 9.6 33.7 9.6 35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64c0 5.4 .7 10.7 1.9 15.7l-77.6 56.9c-25.9-25.2-61.3-40.7-100.3-40.7-13.3 0-26.1 1.8-38.3 5.2l-26.9-57.5C281.5 96.2 288 80.9 288 64 288 28.7 259.3 0 224 0s-64 28.7-64 64 28.7 64 64 64zm352-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM552 448a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM64 280a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm272-72a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"]},{prefix:"far",iconName:"plus",icon:[448,512,[61543,10133,"add"],"2b","M248 56c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 176-176 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l176 0 0 176c0 13.3 10.7 24 24 24s24-10.7 24-24l0-176 176 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-176 0 0-176z"]},{prefix:"far",iconName:"underline",icon:[384,512,[],"f0cd","M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48l16 0 0 184c0 83.9 68.1 152 152 152s152-68.1 152-152l0-184 16 0c13.3 0 24-10.7 24-24S373.3 0 360 0L280 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l16 0 0 184c0 57.4-46.6 104-104 104S88 289.4 88 232l0-184 16 0c13.3 0 24-10.7 24-24S117.3 0 104 0L24 0zM0 488c0 13.3 10.7 24 24 24l336 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 464c-13.3 0-24 10.7-24 24z"]},{prefix:"far",iconName:"arrow-left",icon:[512,512,[8592],"f060","M7 239c-9.4 9.4-9.4 24.6 0 33.9L175 441c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L81.9 280 488 280c13.3 0 24-10.7 24-24s-10.7-24-24-24L81.9 232 209 105c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L7 239z"]},{prefix:"far",iconName:"upload",icon:[448,512,[],"f093","M248 328c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-246.1-63 63c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L207 7c9.4-9.4 24.6-9.4 33.9 0L345 111c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-63-63 0 246.1zm-96-8l-88 0c-8.8 0-16 7.2-16 16l0 80c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-80c0-8.8-7.2-16-16-16l-88 0 0-48 88 0c35.3 0 64 28.7 64 64l0 80c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64l0-80c0-35.3 28.7-64 64-64l88 0 0 48zm168 56a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"]},{prefix:"far",iconName:"arrows-to-line",icon:[384,512,[],"e0a7","M209 169l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L216 94.1 216-8c0-13.3-10.7-24-24-24S168-21.3 168-8l0 102.1-31-31c-9.4-9.4-24.6-9.4-33.9 0S93.7 87.6 103 97l72 72c9.4 9.4 24.6 9.4 33.9 0zM209 343c-9.4-9.4-24.6-9.4-33.9 0l-72 72c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l31-31 0 102.1c0 13.3 10.7 24 24 24s24-10.7 24-24l0-102.1 31 31c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-72-72zM24 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l336 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 232z"]},{prefix:"far",iconName:"globe",icon:[512,512,[127760],"f0ac","M303.2 413c-21.5 43.7-41.4 51-47.2 51s-25.7-7.3-47.2-51c-17-34.5-29.2-81.6-32.1-133l158.6 0c-3 51.5-15.2 98.6-32.1 133zm32.1-181l-158.6 0c3-51.5 15.2-98.6 32.1-133 21.5-43.7 41.4-51 47.2-51s25.7 7.3 47.2 51c17 34.5 29.2 81.6 32.1 133zm48.1 48l79.2 0c-8.6 74.6-56.7 137.3-122.8 166.4 24-42.8 40.3-102.4 43.6-166.4zm79.2-48l-79.2 0c-3.3-64-19.6-123.6-43.6-166.4 66.1 29.2 114.2 91.8 122.8 166.4zm-334 0l-79.2 0c8.6-74.6 56.7-137.3 122.8-166.4-24 42.8-40.3 102.4-43.6 166.4zM49.4 280l79.2 0c3.3 64 19.6 123.6 43.6 166.4-66.1-29.2-114.2-91.8-122.8-166.4zM256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512z"]},{prefix:"far",iconName:"language",icon:[576,512,[],"f1ab","M168 0c13.3 0 24 10.7 24 24l0 56 136 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16.2 0-16.5 38.4c-18.6 43.5-45.2 82.8-77.9 116 13.9 9.2 28.6 17.4 44 24.4l60.9 27.9 71.8-160.5C398 165.6 406.5 160 416 160s18 5.6 21.9 14.2l136 304c5.4 12.1 0 26.3-12.1 31.7s-26.3 0-31.7-12.1l-29.4-65.8-169.3 0-29.4 65.8c-5.4 12.1-19.6 17.5-31.7 12.1s-17.5-19.6-12.1-31.7l44.6-99.7-61.3-28.1c-21.5-9.9-41.9-21.7-60.9-35.2-17.5 13.6-36.3 25.7-56.2 36.1L67.1 381.3c-11.7 6.2-26.2 1.6-32.4-10.1s-1.6-26.2 10.1-32.4L102 308.8c14-7.3 27.4-15.7 40.1-24.8-27.5-25.6-51.1-55.2-70-88-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8c17.4 30.3 39.5 57.5 65.4 80.7 30.5-29.8 55.1-65.5 72.2-105.3L259.6 128 24 128c-13.3 0-24-10.7-24-24S10.8 80 24 80l120 0 0-56c0-13.3 10.7-24 24-24zM479.2 384L416 242.8 352.8 384 479.2 384z"]},{prefix:"far",iconName:"person-chalkboard",icon:[640,512,[],"e53d","M136 24a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zM112 520l0-304.7-52.7 71c-7.9 10.6-22.9 12.9-33.6 5s-12.9-22.9-5-33.6L88.1 167c25.7-34.6 66.2-55 109.2-55l122.7 0 0-64c0-26.5 21.5-48 48-48L592 0c26.5 0 48 21.5 48 48l0 224c0 26.5-21.5 48-48 48l-224 0c-26.5 0-48-21.5-48-48l0-64 48 0 0 64 224 0 0-224-224 0 0 64 32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-128 0 0 360c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-152-64 0 0 152c0 13.3-10.7 24-24 24s-24-10.7-24-24zm48-200l64 0 0-160-26.7 0c-13.1 0-25.8 2.9-37.3 8.3L160 320z"]},{prefix:"far",iconName:"toggle-on",icon:[576,512,[],"f205","M192 112c-79.5 0-144 64.5-144 144s64.5 144 144 144l192 0c79.5 0 144-64.5 144-144S463.5 112 384 112l-192 0zM0 256C0 150 86 64 192 64l192 0c106 0 192 86 192 192S490 448 384 448l-192 0C86 448 0 362 0 256zm384-96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"]},{prefix:"far",iconName:"download",icon:[448,512,[],"f019","M248 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 246.1-63-63c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L207 345c9.4 9.4 24.6 9.4 33.9 0L345 241c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-63 63 0-246.1zM66.2 272L64 272c-35.3 0-64 28.7-64 64l0 80c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-80c0-35.3-28.7-64-64-64l-2.2 0-48 48 50.2 0c8.8 0 16 7.2 16 16l0 80c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16l0-80c0-8.8 7.2-16 16-16l50.2 0-48-48zM368 376a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z"]},{prefix:"far",iconName:"crosshairs",icon:[576,512,[],"f05b","M288-16c13.3 0 24 10.7 24 24l0 25.3C416.5 44.4 499.6 127.5 510.7 232l25.3 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-25.3 0C499.6 384.5 416.5 467.6 312 478.7l0 25.3c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-25.3C159.5 467.6 76.4 384.5 65.3 280L40 280c-13.3 0-24-10.7-24-24s10.7-24 24-24l25.3 0C76.4 127.5 159.5 44.4 264 33.3L264 8c0-13.3 10.7-24 24-24zM113.6 280C124.3 358 186 419.7 264 430.4l0-22.4c0-13.3 10.7-24 24-24s24 10.7 24 24l0 22.4C390 419.7 451.7 358 462.4 280L440 280c-13.3 0-24-10.7-24-24s10.7-24 24-24l22.4 0C451.7 154 390 92.3 312 81.6l0 22.4c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-22.4C186 92.3 124.3 154 113.6 232l22.4 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-22.4 0zM288 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"]},{prefix:"far",iconName:"message-quote",icon:[512,512,["comment-alt-quote"],"e1e4","M203.7 512.9l0 0 91.9-64.9 120.4 0c53 0 96-43 96-96l0-224c0-53-43-96-96-96L96 32C43 32 0 75 0 128L0 352c0 53 43 96 96 96l32 0 0 72c0 9 5 17.2 13 21.3s17.6 3.5 24.9-1.7l37.8-26.7zM295.6 400c-9.9 0-19.6 3.1-27.7 8.8-28.6 20.2-59.3 41.8-91.9 64.9l0-49.7c0-2.8-.5-5.6-1.4-8.1-3.3-9.3-12.2-15.9-22.6-15.9l-56 0c-26.5 0-48-21.5-48-48l0-224c0-26.5 21.5-48 48-48l320 0c26.5 0 48 21.5 48 48l0 224c0 26.5-21.5 48-48 48l-120.4 0zM168 160c-22.1 0-40 17.9-40 40l0 32c0 22.1 17.9 40 40 40l24 0 0 8c0 13.3-10.7 24-24 24s-24 10.7-24 24 10.7 24 24 24c39.8 0 72-32.2 72-72l0-80c0-22.1-17.9-40-40-40l-32 0zm232 72l0-32c0-22.1-17.9-40-40-40l-32 0c-22.1 0-40 17.9-40 40l0 32c0 22.1 17.9 40 40 40l24 0 0 8c0 13.3-10.7 24-24 24s-24 10.7-24 24 10.7 24 24 24c39.8 0 72-32.2 72-72l0-48z"]},{prefix:"far",iconName:"file-html",icon:[576,512,[],"e83d","M208 380c11 0 20 9 20 20l0 128c0 11-9 20-20 20s-20-9-20-20l0-44-24 0 0 44c0 11-9 20-20 20s-20-9-20-20l0-128c0-11 9-20 20-20s20 9 20 20l0 44 24 0 0-44c0-11 9-20 20-20zm112 0c11 0 20 9 20 20s-9 20-20 20l-12 0 0 108c0 11-9 20-20 20s-20-9-20-20l0-108-12 0c-11 0-20-9-20-20s9-20 20-20l64 0zm126.8 9.7c4.6-7.7 13.8-11.4 22.5-9S484 391 484 400l0 128c0 11-9 20-20 20s-20-9-20-20l0-55.8-10.8 18.1c-3.6 6-10.1 9.7-17.2 9.7s-13.5-3.7-17.2-9.7L388 472.2 388 528c0 11-9 20-20 20s-20-9-20-20l0-128c0-9 6-16.9 14.7-19.3s17.9 1.3 22.5 9l30.8 51.4 30.8-51.4zM528 380c11 0 20 9 20 20l0 108 12 0c11 0 20 9 20 20s-9 20-20 20l-32 0c-11 0-20-9-20-20l0-128c0-11 9-20 20-20zM235.8 .3c14.7 1.5 28.4 7.9 38.9 18.4L397.3 141.2c12 12 18.7 28.3 18.7 45.2l0 149.5-48 0 0-128-88 0c-39.8 0-72-32.2-72-72l0-88-112 0c-8.8 0-16 7.2-16 16l0 445.9c-27.6-7.1-48-32.1-48-61.9L32 64C32 28.7 60.7 0 96 0l133.5 0 6.3 .3zM256 136c0 13.3 10.7 24 24 24l68.1 0-92.1-92.1 0 68.1z"]},{prefix:"far",iconName:"triangle-exclamation",icon:[512,512,[9888,"exclamation-triangle","warning"],"f071","M256.5 0c14.7 0 28.2 8.1 35.2 21l216 400c6.7 12.4 6.4 27.4-.8 39.5S486.6 480 472.5 480l-432 0c-14.1 0-27.1-7.4-34.3-19.5s-7.5-27.1-.8-39.5l216-400c7-12.9 20.5-21 35.2-21zM53.9 432L459.1 432 256.5 56.8 53.9 432zm202.6-40a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm0-208c18.6 0 33 16.1 31 34.6l-7.1 64.1C279 294.8 268.7 304 256.5 304s-22.5-9.2-23.8-21.3l-7.1-64.1c-2-18.5 12.4-34.6 31-34.6z"]},{prefix:"far",iconName:"star",icon:[576,512,[61446,11088],"f005","M288.1-32c9 0 17.3 5.1 21.4 13.1L383 125.3 542.9 150.7c8.9 1.4 16.3 7.7 19.1 16.3s.5 18-5.8 24.4L441.7 305.9 467 465.8c1.4 8.9-2.3 17.9-9.6 23.2s-17 6.1-25 2L288.1 417.6 143.8 491c-8 4.1-17.7 3.3-25-2s-11-14.2-9.6-23.2L134.4 305.9 20 191.4c-6.4-6.4-8.6-15.8-5.8-24.4s10.1-14.9 19.1-16.3l159.9-25.4 73.6-144.2c4.1-8 12.4-13.1 21.4-13.1zm0 76.8L230.3 158c-3.5 6.8-10 11.6-17.6 12.8l-125.5 20 89.8 89.9c5.4 5.4 7.9 13.1 6.7 20.7l-19.8 125.5 113.3-57.6c6.8-3.5 14.9-3.5 21.8 0l113.3 57.6-19.8-125.5c-1.2-7.6 1.3-15.3 6.7-20.7l89.8-89.9-125.5-20c-7.6-1.2-14.1-6-17.6-12.8L288.1 44.8z"]},{prefix:"far",iconName:"bell-slash",icon:[576,512,[61943,128277],"f1f6","M41-24.9c-9.4-9.4-24.6-9.4-33.9 0S-2.3-.3 7 9.1l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-87.8-87.8c17.5-3.3 30.8-18.7 30.8-37.1 0-6.7-1.8-13.3-5.1-19L485 321.7c-19-32.6-29-69.6-29-107.3l0-14.5c0-84.6-62.6-154.7-144-166.3l0-9.7c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 9.7c-42.2 6-79.4 27.8-105.4 59.1L41-24.9zM192.8 126.9C214.7 98.4 249.2 80 288 80 354.3 80 408 133.7 408 200l0 14.5c0 46.2 12.3 91.5 35.5 131.4l12.9 22.1-22.6 0-241.1-241.1zM132.5 345.9c19.5-33.4 31.3-70.7 34.6-109l-46.7-46.7c-.2 3.3-.3 6.6-.3 9.9l0 14.5c0 37.7-10 74.7-29 107.3L69.1 359.2c-3.4 5.8-5.1 12.3-5.1 19 0 20.9 16.9 37.8 37.8 37.8l244.4 0-48-48-178.6 0 12.9-22.1zM220.1 464c9.9 28 36.6 48 67.9 48s58-20 67.9-48l-135.8 0z"]},{prefix:"far",iconName:"hourglass-half",icon:[384,512,["hourglass-2"],"f252","M0 24C0 10.7 10.7 0 24 0L360 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 19c0 40.3-16 79-44.5 107.5l-81.5 81.5 81.5 81.5C336 366 352 404.7 352 445l0 19 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 512c-13.3 0-24-10.7-24-24s10.7-24 24-24l8 0 0-19c0-40.3 16-79 44.5-107.5l81.5-81.5-81.5-81.5C48 146 32 107.3 32 67l0-19-8 0C10.7 48 0 37.3 0 24zM110.5 371.5c-3.9 3.9-7.5 8.1-10.7 12.5l184.4 0c-3.2-4.4-6.8-8.6-10.7-12.5l-81.5-81.5-81.5 81.5zM80.8 432c-.5 4.3-.8 8.6-.8 13l0 19 224 0 0-19c0-4.4-.3-8.7-.8-13L80.8 432zM254.1 160l-124.1 0 62.1 62.1 62.1-62.1zm39.7-48C300.4 98.1 304 82.7 304 67l0-19-224 0 0 19c0 15.7 3.6 31.1 10.2 45l203.5 0z"]},{prefix:"far",iconName:"inbox",icon:[512,512,[],"f01c","M75.3 94c1-8 7.8-14 15.9-14l329.7 0c8 0 14.8 6 15.9 14l25 194-85.2 0c-13.4 0-25.9 6.7-33.3 17.8l-20.1 30.2-134.3 0-20.1-30.2c-7.4-11.1-19.9-17.8-33.3-17.8l-85.2 0 25-194zM48 336l83.2 0 20.1 30.2c7.4 11.1 19.9 17.8 33.3 17.8l142.9 0c13.4 0 25.9-6.7 33.3-17.8l20.1-30.2 83.2 0 0 80c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16l0-80zM91.2 32C59 32 31.8 55.9 27.7 87.8L.2 300.9 0 302.5 0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-113.5-.2-1.5-27.5-213.1C480.2 55.9 453 32 420.8 32L91.2 32z"]},{prefix:"far",iconName:"comment-dots",icon:[512,512,[62075,128172,"commenting"],"f4ad","M0 240c0 54.4 19.3 104.6 51.9 144.9L3.1 474.3c-2 3.7-3.1 7.9-3.1 12.2 0 14.1 11.4 25.5 25.5 25.5 4 0 7.8-.6 11.5-2.1L153.4 460c31.4 12.9 66.1 20 102.6 20 141.4 0 256-107.5 256-240S397.4 0 256 0 0 107.5 0 240zM94 407.9c9.3-17.1 7.4-38.1-4.8-53.2-26.1-32.3-41.2-71.9-41.2-114.7 0-103.2 90.2-192 208-192s208 88.8 208 192-90.2 192-208 192c-30.2 0-58.7-5.9-84.3-16.4-11.9-4.9-25.3-4.8-37.1 .3L76 440.9 94 407.9zM144 272a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm144-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm80 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"]},{prefix:"far",iconName:"angle-down",icon:[384,512,[8964],"f107","M209.5 369c-9.4 9.4-24.6 9.4-33.9 0L15.5 209c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143 143-143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-160 160z"]},{prefix:"far",iconName:"cloud-arrow-down",icon:[576,512,[62337,"cloud-download","cloud-download-alt"],"f0ed","M240 32c-88.4 0-160 71.6-160 160 0 4.9 .2 9.8 .7 14.6-47.8 23.4-80.7 72.5-80.7 129.4 0 79.5 64.5 144 144 144l304 0c70.7 0 128-57.3 128-128 0-49.9-28.5-93-70.1-114.2 4-11.9 6.1-24.6 6.1-37.8 0-66.3-53.7-120-120-120-11.5 0-22.7 1.6-33.3 4.7-29.3-32.3-71.6-52.7-118.7-52.7zM128 192c0-61.9 50.1-112 112-112 37.7 0 71 18.6 91.3 47.1 6.7 9.5 19.3 12.8 29.8 7.8 9.3-4.4 19.7-6.9 30.8-6.9 39.8 0 72 32.2 72 72 0 14.1-4 27.2-11 38.3-4.1 6.5-4.8 14.6-2 21.7s9 12.5 16.5 14.3c34.8 8.7 60.5 40.2 60.5 77.6 0 44.2-35.8 80-80 80l-304 0c-53 0-96-43-96-96 0-42.7 27.9-79 66.6-91.4 11.8-3.8 18.8-16 16.1-28.1-1.8-7.9-2.7-16.1-2.7-24.5zM305 377l64-64c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-23 23 0-86.1c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 86.1-23-23c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0z"]},{prefix:"far",iconName:"bookmark-slash",icon:[576,512,[],"e0c2","M41-24.9c-9.4-9.4-24.6-9.4-33.9 0S-2.3-.3 7 9.1l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-89-89 0-350.2c0-35.3-28.7-64-64-64L160 0c-25.5 0-47.4 14.9-57.8 36.4L41-24.9zm103 103L144 64c0-8.8 7.2-16 16-16l256 0c8.8 0 16 7.2 16 16l0 302.2-288-288zM295.6 365.5c-11.7-1.9-24 .6-34.3 7.5l-117.4 78.2 0-237.3-48-48 0 315.2c0 25.6 28.5 40.8 49.8 26.6L288 412.8 430.2 507.7c4 2.7 8.3 4.3 12.6 5L295.6 365.5z"]},{prefix:"far",iconName:"link-simple",icon:[576,512,[],"e1cd","M0 256C0 150 86 64 192 64l40 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-40 0c-79.5 0-144 64.5-144 144s64.5 144 144 144l40 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-40 0C86 448 0 362 0 256zm160 0c0-13.3 10.7-24 24-24l208 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-208 0c-13.3 0-24-10.7-24-24zM384 64c106 0 192 86 192 192S490 448 384 448l-40 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l40 0c79.5 0 144-64.5 144-144S463.5 112 384 112l-40 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l40 0z"]},{prefix:"far",iconName:"clock-rotate-left",icon:[512,512,["history"],"f1da","M48 106.7L48 56c0-13.3-10.7-24-24-24S0 42.7 0 56L0 168c0 13.3 10.7 24 24 24l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-55.3 0c37-57.8 101.7-96 175.3-96 114.9 0 208 93.1 208 208S370.9 464 256 464c-42.5 0-81.9-12.7-114.7-34.5-11-7.3-25.9-4.3-33.3 6.7s-4.3 25.9 6.7 33.3c40.5 26.8 89.1 42.5 141.3 42.5 141.4 0 256-114.6 256-256S397.4 0 256 0C170.3 0 94.4 42.1 48 106.7zM256 128c-13.3 0-24 10.7-24 24l0 104c0 6.4 2.5 12.5 7 17l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-65-65 0-94.1c0-13.3-10.7-24-24-24z"]},{prefix:"far",iconName:"plug",icon:[448,512,[128268],"f1e6","M120-32c13.3 0 24 10.7 24 24l0 104 160 0 0-104c0-13.3 10.7-24 24-24s24 10.7 24 24l0 104 72 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 80c0 97.9-73.3 178.7-168 190.5l0 73.5c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-73.5C105.3 402.7 32 321.9 32 224l0-80-8 0c-13.3 0-24-10.7-24-24S10.7 96 24 96L96 96 96-8c0-13.3 10.7-24 24-24zM80 144l0 80c0 79.5 64.5 144 144 144s144-64.5 144-144l0-80-288 0z"]},{prefix:"far",iconName:"chart-simple",icon:[576,512,[],"e473","M304 80l0 352-48 0 0-352 48 0zM256 32c-26.5 0-48 21.5-48 48l0 352c0 26.5 21.5 48 48 48l48 0c26.5 0 48-21.5 48-48l0-352c0-26.5-21.5-48-48-48l-48 0zM112 272l0 160-48 0 0-160 48 0zM64 224c-26.5 0-48 21.5-48 48l0 160c0 26.5 21.5 48 48 48l48 0c26.5 0 48-21.5 48-48l0-160c0-26.5-21.5-48-48-48l-48 0zm384-80l48 0 0 288-48 0 0-288zm-48 0l0 288c0 26.5 21.5 48 48 48l48 0c26.5 0 48-21.5 48-48l0-288c0-26.5-21.5-48-48-48l-48 0c-26.5 0-48 21.5-48 48z"]},{prefix:"far",iconName:"circle-play",icon:[512,512,[61469,"play-circle"],"f144","M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM212.5 147.5c-7.4-4.5-16.7-4.7-24.3-.5S176 159.3 176 168l0 176c0 8.7 4.7 16.7 12.3 20.9s16.8 4.1 24.3-.5l144-88c7.1-4.4 11.5-12.1 11.5-20.5s-4.4-16.1-11.5-20.5l-144-88zM298 256l-74 45.2 0-90.4 74 45.2z"]},{prefix:"far",iconName:"file-magnifying-glass",icon:[384,512,["file-search"],"f865","M64 48l112 0 0 88c0 39.8 32.2 72 72 72l88 0 0 240c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16L48 64c0-8.8 7.2-16 16-16zM224 67.9l92.1 92.1-68.1 0c-13.3 0-24-10.7-24-24l0-68.1zM64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-261.5c0-17-6.7-33.3-18.7-45.3L242.7 18.7C230.7 6.7 214.5 0 197.5 0L64 0zM262.5 320c0-47.8-38.7-86.5-86.5-86.5s-86.5 38.7-86.5 86.5 38.7 86.5 86.5 86.5c15.2 0 29.4-3.9 41.8-10.7L255 433.1c9.4 9.4 24.6 9.4 33.9 .1s9.4-24.6 .1-33.9l-37.2-37.4c6.9-12.4 10.8-26.7 10.8-41.8zM176 278a42 42 0 1 1 0 84 42 42 0 1 1 0-84z"]},{prefix:"far",iconName:"pen",icon:[512,512,[128394],"f304","M36.4 353.8c4.1-14.6 11.8-27.9 22.6-38.7l294-294C366.4 7.6 384.8 0 404 0s37.6 7.6 51.1 21.2l35.7 35.7C504.4 70.4 512 88.8 512 108s-7.6 37.6-21.2 51.1l-294 294c-10.7 10.7-24.1 18.5-38.7 22.6L30.4 511.1c-8.3 2.3-17.3 0-23.4-6.2s-8.5-15.1-6.2-23.4L36.4 353.8zM386.8 55.1l-52.9 52.9 70.1 70.1 52.9-52.9c4.6-4.6 7.1-10.7 7.1-17.2s-2.6-12.6-7.1-17.2L421.2 55.1C416.6 50.6 410.4 48 404 48s-12.6 2.6-17.2 7.1zM300 141.9L92.9 349.1c-4.9 4.9-8.4 10.9-10.3 17.6l-24.1 86.9 86.9-24.1c6.6-1.8 12.7-5.4 17.6-10.3L370.1 212 300 141.9z"]},{prefix:"far",iconName:"tablet",icon:[448,512,["tablet-android"],"f3fb","M64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-384c0-8.8-7.2-16-16-16L64 48zM0 64C0 28.7 28.7 0 64 0L384 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zM184 368l80 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"]},{prefix:"far",iconName:"circle-check",icon:[512,512,[61533,"check-circle"],"f058","M256 512a256 256 0 1 1 0-512 256 256 0 1 1 0 512zm0-464a208 208 0 1 0 0 416 208 208 0 1 0 0-416zm70.7 121.9c7.8-10.7 22.8-13.1 33.5-5.3 10.7 7.8 13.1 22.8 5.3 33.5L243.4 366.1c-4.1 5.7-10.5 9.3-17.5 9.8-7 .5-13.9-2-18.8-6.9l-55.9-55.9c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l36 36 105.6-145.2z"]},{prefix:"far",iconName:"file-invoice",icon:[384,512,[],"f570","M176 48L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l256 0c8.8 0 16-7.2 16-16l0-240-88 0c-39.8 0-72-32.2-72-72l0-88zM316.1 160L224 67.9 224 136c0 13.3 10.7 24 24 24l68.1 0zM0 64C0 28.7 28.7 0 64 0L197.5 0c17 0 33.3 6.7 45.3 18.7L365.3 141.3c12 12 18.7 28.3 18.7 45.3L384 448c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zm80 40c0-13.3 10.7-24 24-24l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24zm0 80c0-13.3 10.7-24 24-24l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24zM256 368l0-64-128 0 0 64 128 0zM80 376l0-80c0-22.1 17.9-40 40-40l144 0c22.1 0 40 17.9 40 40l0 80c0 22.1-17.9 40-40 40l-144 0c-22.1 0-40-17.9-40-40z"]},{prefix:"far",iconName:"xmark",icon:[384,512,[215,10060,10006,10005,128473,"close","multiply","remove","times"],"f00d","M7.5 105c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l151 151 151-151c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-151 151 151 151c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-151-151-151 151c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l151-151-151-151z"]},{prefix:"far",iconName:"arrow-right",icon:[512,512,[8594],"f061","M505 273c9.4-9.4 9.4-24.6 0-33.9L337 71c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l127 127-406.1 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l406.1 0-127 127c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L505 273z"]},{prefix:"far",iconName:"bookmark",icon:[384,512,[61591,128278],"f02e","M0 64C0 28.7 28.7 0 64 0L320 0c35.3 0 64 28.7 64 64l0 417.1c0 25.6-28.5 40.8-49.8 26.6L192 412.8 49.8 507.7C28.5 521.9 0 506.6 0 481.1L0 64zM64 48c-8.8 0-16 7.2-16 16l0 387.2 117.4-78.2c16.1-10.7 37.1-10.7 53.2 0L336 451.2 336 64c0-8.8-7.2-16-16-16L64 48z"]},{prefix:"far",iconName:"expand-wide",icon:[512,512,[],"f320","M136 64c13.3 0 24 10.7 24 24s-10.7 24-24 24l-88 0 0 88c0 13.3-10.7 24-24 24S0 213.3 0 200L0 88C0 74.7 10.7 64 24 64l112 0zM0 312c0-13.3 10.7-24 24-24s24 10.7 24 24l0 88 88 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 448c-13.3 0-24-10.7-24-24L0 312zM488 64c13.3 0 24 10.7 24 24l0 112c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-88-88 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l112 0zM464 312c0-13.3 10.7-24 24-24s24 10.7 24 24l0 112c0 13.3-10.7 24-24 24l-112 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l88 0 0-88z"]},{prefix:"far",iconName:"user",icon:[448,512,[62470,62144,128100,"user-alt","user-large"],"f007","M144 128a80 80 0 1 1 160 0 80 80 0 1 1 -160 0zm208 0a128 128 0 1 0 -256 0 128 128 0 1 0 256 0zM48 480c0-70.7 57.3-128 128-128l96 0c70.7 0 128 57.3 128 128l0 8c0 13.3 10.7 24 24 24s24-10.7 24-24l0-8c0-97.2-78.8-176-176-176l-96 0C78.8 304 0 382.8 0 480l0 8c0 13.3 10.7 24 24 24s24-10.7 24-24l0-8z"]},{prefix:"far",iconName:"server",icon:[448,512,[],"f233","M64 80c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64L64 224c-35.3 0-64-28.7-64-64L0 96zm264 8a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm56 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM64 336c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16L64 336zM0 352c0-35.3 28.7-64 64-64l320 0c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64l0-64zm240 32a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm104-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"]},{prefix:"far",iconName:"calendar-range",icon:[448,512,[],"e0d6","M144 24c0-13.3-10.7-24-24-24S96 10.7 96 24l0 40-32 0C28.7 64 0 92.7 0 128L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-288c0-35.3-28.7-64-64-64l-32 0 0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40-160 0 0-40zm184 88l56 0c8.8 0 16 7.2 16 16l0 288c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16l0-288c0-8.8 7.2-16 16-16l264 0zM96 224a32 32 0 1 0 64 0 32 32 0 1 0 -64 0zm224 96a32 32 0 1 0 0 64 32 32 0 1 0 0-64zM192 216c0 13.3 10.7 24 24 24l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-112 0c-13.3 0-24 10.7-24 24zm40 104l-112 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24z"]},{prefix:"far",iconName:"broom-wide",icon:[576,512,[],"e5d1","M569 9c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-200 200-12.9-12.9c-20.2-20.2-51.4-24.6-76.3-10.7L16.4 278.9C6.3 284.5 0 295.2 0 306.8 0 315.2 3.4 323.4 9.3 329.3L214.7 534.7c6 6 14.1 9.3 22.6 9.3 11.6 0 22.3-6.3 27.9-16.4L392.6 298.2c13.9-25 9.5-56.1-10.7-76.3L369 209 569 9zM288.2 196.1l59.7 59.7c5.1 5.1 6.1 12.8 2.7 19.1l-14.9 26.8-93.4-93.4 26.8-14.9c6.2-3.5 14-2.4 19.1 2.7zm-89.6 36.5l112.8 112.8-77.9 140.3-96.5-96.5 18-53.9c2.1-6.3-3.9-12.2-10.1-10.1l-53.9 18-32.5-32.5 140.3-77.9z"]},{prefix:"far",iconName:"house",icon:[512,512,[63500,63498,127968,"home","home-alt","home-lg-alt"],"f015","M240 6.1c9.1-8.2 22.9-8.2 32 0l232 208c9.9 8.8 10.7 24 1.8 33.9s-24 10.7-33.9 1.8l-8-7.2 0 205.3c0 35.3-28.7 64-64 64l-288 0c-35.3 0-64-28.7-64-64l0-205.3-8 7.2c-9.9 8.8-25 8-33.9-1.8s-8-25 1.8-33.9L240 6.1zm16 50.1L96 199.7 96 448c0 8.8 7.2 16 16 16l48 0 0-104c0-39.8 32.2-72 72-72l48 0c39.8 0 72 32.2 72 72l0 104 48 0c8.8 0 16-7.2 16-16l0-248.3-160-143.4zM208 464l96 0 0-104c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24l0 104z"]},{prefix:"far",iconName:"arrows-up-down-left-right",icon:[512,512,["arrows"],"f047","M273.5 7c-9.4-9.4-24.6-9.4-33.9 0l-72 72c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l31-31 0 150.1-150.1 0 31-31c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-72 72c-9.4 9.4-9.4 24.6 0 33.9l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-31-31 150.1 0 0 150.1-31-31c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72c9.4 9.4 24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-31 31 0-150.1 150.1 0-31 31c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9l-72-72c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l31 31-150.1 0 0-150.1 31 31c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-72-72z"]},{prefix:"far",iconName:"wifi-slash",icon:[576,512,[],"f6ac","M41-24.9c-9.4-9.4-24.6-9.4-33.9 0S-2.3-.3 7.1 9.1l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-243-243c38 8.4 71.5 29 95.9 57.7 8.6 10.1 23.8 11.3 33.8 2.7s11.3-23.8 2.7-33.8c-41-48-102.2-78.6-170.4-78.6-4.6 0-9.2 .1-13.7 .4L167.2 101.3c37.7-13.8 78.4-21.3 120.9-21.3 96.4 0 183.6 38.7 247.2 101.4 9.4 9.3 24.6 9.2 33.9-.2s9.2-24.6-.2-33.9C496.8 76 397.5 32 288.1 32 232 32 178.7 43.5 130.3 64.3L41-24.9zM79 148.8L44.7 114.5c-13.2 10.1-25.8 21.1-37.6 32.8-9.4 9.3-9.5 24.5-.2 33.9s24.5 9.5 33.9 .2c11.9-11.8 24.7-22.7 38.2-32.6zM206.3 276.1l-35.2-35.2c-20.1 12.4-38.2 27.8-53.5 45.7-8.6 10.1-7.4 25.2 2.7 33.8s25.2 7.4 33.8-2.7c14.5-17 32.2-31.2 52.1-41.7zM336.1 432a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z"]},{prefix:"far",iconName:"user-lock",icon:[576,512,[],"f502","M304 128a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM96 128a128 128 0 1 1 256 0 128 128 0 1 1 -256 0zM48 480l0 8c0 13.3-10.7 24-24 24S0 501.3 0 488l0-8c0-97.2 78.8-176 176-176l96 0c22.6 0 44.2 4.3 64 12l0 12.4c-9.5 8.5-17.3 18.8-22.8 30.4-12.9-4.4-26.8-6.8-41.2-6.8l-96 0c-70.7 0-128 57.3-128 128zM496 304.1c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 47.9 64 0 0-47.9zM352 400c0-20.9 13.4-38.7 32-45.3l0-50.6c0-44.2 35.8-80 80-80s80 35.8 80 80l0 50.6c18.6 6.6 32 24.4 32 45.3l0 96c0 26.5-21.5 48-48 48l-128 0c-26.5 0-48-21.5-48-48l0-96z"]},{prefix:"far",iconName:"check",icon:[448,512,[10004,10003],"f00c","M438 68.5c10.8 7.7 13.2 22.7 5.5 33.5l-264 368c-4.1 5.7-10.5 9.4-17.5 9.9S148 478 143 473L7 337c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L157 419 404.5 74c7.7-10.8 22.7-13.2 33.5-5.5z"]},{prefix:"far",iconName:"italic",icon:[384,512,[],"f033","M128 56c0-13.3 10.7-24 24-24l208 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-76.4 0-132 352 80.4 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 480c-13.3 0-24-10.7-24-24s10.7-24 24-24l76.4 0 132-352-80.4 0c-13.3 0-24-10.7-24-24z"]},{prefix:"far",iconName:"life-ring",icon:[512,512,[],"f1cd","M385.1 419.1C349.7 447.2 304.8 464 256 464s-93.7-16.8-129.1-44.9l80.4-80.4c14.3 8.4 31 13.3 48.8 13.3s34.5-4.8 48.8-13.3l80.4 80.4zm68.1 .2C489.9 374.9 512 318.1 512 256S489.9 137.1 453.2 92.7L465 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L419.3 58.8C374.9 22.1 318.1 0 256 0S137.1 22.1 92.7 58.8L81 47c-9.4-9.4-24.6-9.4-33.9 0S37.7 71.6 47 81L58.8 92.7C22.1 137.1 0 193.9 0 256S22.1 374.9 58.8 419.3L47 431c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l11.8-11.8C137.1 489.9 193.9 512 256 512s118.9-22.1 163.3-58.8L431 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-11.8-11.8zm-34.1-34.1l-80.4-80.4c8.4-14.3 13.3-31 13.3-48.8s-4.8-34.5-13.3-48.8l80.4-80.4C447.2 162.3 464 207.2 464 256s-16.8 93.7-44.9 129.1zM385.1 92.9l-80.4 80.4c-14.3-8.4-31-13.3-48.8-13.3s-34.5 4.8-48.8 13.3L126.9 92.9C162.3 64.8 207.2 48 256 48s93.7 16.8 129.1 44.9zM173.3 304.8L92.9 385.1C64.8 349.7 48 304.8 48 256s16.8-93.7 44.9-129.1l80.4 80.4c-8.4 14.3-13.3 31-13.3 48.8s4.8 34.5 13.3 48.8zM208 256a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z"]},{prefix:"far",iconName:"table-cells",icon:[448,512,["th"],"f00a","M312 80l0 88 88 0 0-72c0-8.8-7.2-16-16-16l-72 0zm-48 0l-80 0 0 88 80 0 0-88zM136 80L64 80c-8.8 0-16 7.2-16 16l0 72 88 0 0-88zM0 216L0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 216zm48 80l88 0 0-80-88 0 0 80zm0 48l0 72c0 8.8 7.2 16 16 16l72 0 0-88-88 0zm136 88l80 0 0-88-80 0 0 88zm128 0l72 0c8.8 0 16-7.2 16-16l0-72-88 0 0 88zm88-136l0-80-88 0 0 80 88 0zm-216 0l80 0 0-80-80 0 0 80z"]},{prefix:"far",iconName:"trash-can",icon:[448,512,[61460,"trash-alt"],"f2ed","M166.2-16c-13.3 0-25.3 8.3-30 20.8L120 48 24 48C10.7 48 0 58.7 0 72S10.7 96 24 96l400 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-96 0-16.2-43.2C307.1-7.7 295.2-16 281.8-16L166.2-16zM32 144l0 304c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-304-48 0 0 304c0 8.8-7.2 16-16 16L96 464c-8.8 0-16-7.2-16-16l0-304-48 0zm160 72c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 176c0 13.3 10.7 24 24 24s24-10.7 24-24l0-176zm112 0c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 176c0 13.3 10.7 24 24 24s24-10.7 24-24l0-176z"]},{prefix:"far",iconName:"wrench",icon:[576,512,[128295],"f0ad","M208 168c0-92.8 75.2-168 168-168 27.1 0 52.8 6.4 75.5 17.9 6.9 3.5 11.7 10 12.9 17.6s-1.3 15.3-6.7 20.8l-73.7 73.7 0 30.1 30.1 0 73.7-73.7c5.4-5.4 13.2-7.9 20.8-6.7s14.2 6 17.6 12.9c11.4 22.7 17.9 48.4 17.9 75.5 0 92.8-75.2 168-168 168-16.6 0-32.7-2.4-47.9-6.9L152.6 504.6c-31.2 31.2-81.9 31.2-113.1 0s-31.2-81.9 0-113.1L214.9 215.9c-4.5-15.2-6.9-31.3-6.9-47.9zM376 48c-66.3 0-120 53.7-120 120 0 16 3.1 31.3 8.8 45.2 3.6 8.9 1.6 19.2-5.3 26l-186.2 186.2 0 0c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L304.8 284.5c6.8-6.8 17.1-8.9 26-5.3 13.9 5.7 29.2 8.8 45.2 8.8 66.3 0 120-53.7 120-120 0-6.9-.6-13.7-1.7-20.3L441 201c-4.5 4.5-10.6 7-17 7l-64 0c-13.3 0-24-10.7-24-24l0-64c0-6.4 2.5-12.5 7-17l53.3-53.3C389.7 48.6 382.9 48 376 48z"]},{prefix:"far",iconName:"paperclip",icon:[512,512,[128206],"f0c6","M241.4 18.4c53.1-53.1 139.2-53.1 192.3 0s53.1 139.2 0 192.3L264 380.5c-34.4 34.4-90.1 34.4-124.5 0s-34.4-90.1 0-124.5L298 97.6c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L173.5 289.9c-15.6 15.6-15.6 40.9 0 56.6s40.9 15.6 56.6 0L399.8 176.8c34.4-34.4 34.4-90.1 0-124.5s-90.1-34.4-124.4 0l-181 181c-53.1 53.1-53.1 139.2 0 192.3s139.2 53.1 192.3 0L428.1 284.3c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L320.6 459.6c-71.9 71.9-188.4 71.9-260.2 0s-71.9-188.4 0-260.2l181-181z"]},{prefix:"far",iconName:"cabinet-filing",icon:[448,512,[128452],"f64b","M384 232L64 232 64 64c0-8.8 7.2-16 16-16l288 0c8.8 0 16 7.2 16 16l0 168zM16 256l0 192c0 35.3 28.7 64 64 64l288 0c35.3 0 64-28.7 64-64l0-384c0-35.3-28.7-64-64-64L80 0C44.7 0 16 28.7 16 64l0 192zM384 448c0 8.8-7.2 16-16 16L80 464c-8.8 0-16-7.2-16-16l0-168 320 0 0 168zM160 152l0-8 128 0 0 8c0 13.3 10.7 24 24 24s24-10.7 24-24l0-16c0-22.1-17.9-40-40-40L152 96c-22.1 0-40 17.9-40 40l0 16c0 13.3 10.7 24 24 24s24-10.7 24-24zm-8 184c-22.1 0-40 17.9-40 40l0 16c0 13.3 10.7 24 24 24s24-10.7 24-24l0-8 128 0 0 8c0 13.3 10.7 24 24 24s24-10.7 24-24l0-16c0-22.1-17.9-40-40-40l-144 0z"]},{prefix:"far",iconName:"arrow-up",icon:[384,512,[8593],"f062","M209.5 7c-9.4-9.4-24.6-9.4-33.9 0L7.5 175c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l127-127 0 406.1c0 13.3 10.7 24 24 24s24-10.7 24-24l0-406.1 127 127c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L209.5 7z"]},{prefix:"far",iconName:"file",icon:[384,512,[61462,128459,128196],"f15b","M176 48L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l256 0c8.8 0 16-7.2 16-16l0-240-88 0c-39.8 0-72-32.2-72-72l0-88zM316.1 160L224 67.9 224 136c0 13.3 10.7 24 24 24l68.1 0zM0 64C0 28.7 28.7 0 64 0L197.5 0c17 0 33.3 6.7 45.3 18.7L365.3 141.3c12 12 18.7 28.3 18.7 45.3L384 448c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64z"]},{prefix:"far",iconName:"circle-question",icon:[512,512,[62108,"question-circle"],"f059","M464 256a208 208 0 1 0 -416 0 208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0 256 256 0 1 1 -512 0zm256-80c-17.7 0-32 14.3-32 32 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-44.2 35.8-80 80-80s80 35.8 80 80c0 47.2-36 67.2-56 74.5l0 3.8c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-8.1c0-20.5 14.8-35.2 30.1-40.2 6.4-2.1 13.2-5.5 18.2-10.3 4.3-4.2 7.7-10 7.7-19.6 0-17.7-14.3-32-32-32zM224 368a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"]},{prefix:"far",iconName:"columns-3",icon:[448,512,[],"e361","M320 80l0 352 64 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16l-64 0zm-48 0l-96 0 0 352 96 0 0-352zM128 432l0-352-64 0c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l64 0zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96z"]},{prefix:"far",iconName:"gear",icon:[512,512,[9881,"cog"],"f013","M205.5 92.7l13.7-60.7 73.6 0 13.7 60.7c1.7 7.4 6.8 13.6 13.8 16.7 10.8 4.8 21 10.7 30.4 17.6 6.1 4.5 14.1 5.9 21.4 3.6l59.5-18.5 36.8 63.8-45.8 42.3c-5.6 5.2-8.4 12.7-7.6 20.2 1.3 11.5 1.3 23.7 0 35.2-.8 7.6 2 15.1 7.6 20.2l45.8 42.3-36.8 63.8-59.5-18.5c-7.3-2.3-15.2-.9-21.4 3.6-9.4 6.9-19.6 12.9-30.4 17.6-7 3.1-12.1 9.3-13.8 16.7l-13.7 60.7-73.6 0-13.7-60.7c-1.7-7.4-6.8-13.6-13.8-16.7-10.8-4.8-21-10.7-30.4-17.6-6.1-4.5-14.1-5.9-21.4-3.6l-59.5 18.5-36.8-63.8 45.8-42.3c5.6-5.2 8.4-12.7 7.6-20.2-1.3-11.5-1.3-23.7 0-35.2 .8-7.6-2-15.1-7.6-20.2l-45.8-42.3 36.8-63.8 59.5 18.5c7.3 2.3 15.2 .9 21.4-3.6 9.4-6.9 19.6-12.9 30.4-17.6 7-3.1 12.1-9.3 13.8-16.7zM212.8-16c-18.7 0-34.9 13-39 31.2L161.2 70.8c-6.3 3.2-12.3 6.7-18.2 10.5L88.6 64.4c-17.9-5.6-37.2 2-46.5 18.2L-1.1 157.4c-9.3 16.2-6.2 36.7 7.5 49.4l41.9 38.7c-.3 6.9-.3 14 0 21L6.4 305.2c-13.7 12.7-16.9 33.2-7.5 49.4l43.2 74.8c9.3 16.2 28.7 23.7 46.5 18.2l54.5-16.9c5.9 3.8 11.9 7.3 18.2 10.5l12.6 55.6c4.1 18.2 20.3 31.2 39 31.2l86.4 0c18.7 0 34.9-13 39-31.2l12.6-55.6c6.3-3.2 12.3-6.7 18.2-10.5l54.5 16.9c17.9 5.6 37.2-2 46.5-18.2l43.2-74.8c9.3-16.2 6.2-36.7-7.5-49.4l-41.9-38.7c.3-6.9 .3-14 0-21l41.9-38.7c13.7-12.7 16.8-33.2 7.5-49.4L470 82.6c-9.4-16.2-28.7-23.7-46.5-18.2L369 81.3c-5.9-3.8-11.9-7.3-18.2-10.5L338.3 15.2C334.1-3 317.9-16 299.2-16l-86.4 0zM304 256a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zm-48-96a96 96 0 1 0 0 192 96 96 0 1 0 0-192z"]},{prefix:"far",iconName:"circle-arrow-down",icon:[512,512,["arrow-circle-down"],"f0ab","M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM239 353c9.4 9.4 24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-31 31 0-102.1c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 102.1-31-31c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72z"]},{prefix:"far",iconName:"chart-line",icon:[512,512,["line-chart"],"f201","M48 56c0-13.3-10.7-24-24-24S0 42.7 0 56L0 400c0 44.2 35.8 80 80 80l408 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L80 432c-17.7 0-32-14.3-32-32L48 56zM473 169c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-119 119-79-79c-9.4-9.4-24.6-9.4-33.9 0L103 279c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l87-87 79 79c9.4 9.4 24.6 9.4 33.9 0L473 169z"]},{prefix:"far",iconName:"thumbs-up",icon:[512,512,[61575,128077],"f164","M171.5 38.8C192.3 4 236.5-10 274 7.6l7.2 3.8C316 32.3 330 76.5 312.4 114l0 0-14.1 30 109.7 0 7.4 .4c36.3 3.7 64.6 34.4 64.6 71.6 0 13.2-3.6 25.4-9.8 36 6.1 10.6 9.7 22.8 9.8 36 0 18.3-6.9 34.8-18 47.5 1.3 5.3 2 10.8 2 16.5 0 25.1-12.9 47-32.2 59.9-1.9 35.5-29.4 64.2-64.4 67.7l-7.4 .4-104.1 0c-18 0-35.9-3.4-52.6-9.9l-7.1-3-.7-.3-6.6-3.2-.7-.3-12.2-6.5c-12.3-6.5-23.3-14.7-32.9-24.1-4.1 26.9-27.3 47.4-55.3 47.4l-32 0c-30.9 0-56-25.1-56-56L0 200c0-30.9 25.1-56 56-56l32 0c10.8 0 20.9 3.1 29.5 8.5l50.1-106.5 .6-1.2 2.7-5 .6-.9zM56 192c-4.4 0-8 3.6-8 8l0 224c0 4.4 3.6 8 8 8l32 0c4.4 0 8-3.6 8-8l0-224c0-4.4-3.6-8-8-8l-32 0zM253.6 51c-14.8-6.9-32.3-1.6-40.7 12l-2.2 4-56.8 120.9c-3.5 7.5-5.5 15.5-6 23.7l-.1 4.2 0 112.9 .2 7.9c2.4 32.7 21.4 62.1 50.7 77.7l11.5 6.1 6.3 3.1c12.4 5.6 25.8 8.5 39.4 8.5l104.1 0 2.4-.1c12.1-1.2 21.6-11.5 21.6-23.9l-.2-2.6c-.1-.9-.2-1.7-.4-2.6-2.7-12.1 4.3-24.2 16-28 9.7-3.1 16.6-12.2 16.6-22.8 0-4.3-1.1-8.2-3.1-11.8-6.3-11.1-2.8-25.2 8-32 6.8-4.3 11.2-11.8 11.2-20.2 0-7.1-3.1-13.5-8.2-18-5.2-4.6-8.2-11.1-8.2-18s3-13.4 8.2-18c5.1-4.5 8.2-10.9 8.2-18l-.1-2.4c-1.1-11.3-10.1-20.3-21.4-21.4l-2.4-.1-147.5 0c-8.2 0-15.8-4.2-20.2-11.1-4.4-6.9-5-15.7-1.5-23.1L269 93.6c7-15 1.4-32.7-12.5-41L253.6 51z"]},{prefix:"far",iconName:"hand",icon:[512,512,[9995,129306,"hand-paper"],"f256","M256.5 0c-25.3 0-47.2 14.7-57.6 36-7-2.6-14.5-4-22.4-4-35.3 0-64 28.7-64 64l0 165.5-2.7-2.7c-25-25-65.5-25-90.5 0s-25 65.5 0 90.5L107 437c48 48 113.1 75 181 75l16.5 0c1.5 0 3-.1 4.5-.4 91.7-6.2 165-79.4 171.1-171.1 .3-1.5 .4-3 .4-4.5l0-176c0-35.3-28.7-64-64-64-5.5 0-10.9 .7-16 2l0-2c0-35.3-28.7-64-64-64-7.9 0-15.4 1.4-22.4 4-10.4-21.3-32.3-36-57.6-36zm-16 96.1l0-.1 0-32c0-8.8 7.2-16 16-16s16 7.2 16 16l0 168c0 13.3 10.7 24 24 24s24-10.7 24-24l0-136c0-8.8 7.2-16 16-16s16 7.2 16 16l0 136c0 13.3 10.7 24 24 24s24-10.7 24-24l0-72c0-8.8 7.2-16 16-16s16 7.2 16 16l0 172.9c-.1 .6-.1 1.3-.2 1.9-3.4 69.7-59.3 125.6-129 129-.6 0-1.3 .1-1.9 .2L288 464C232.9 464 180 442.1 141 403.1L53.2 315.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l43.7 43.7c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2l0-223.4c0-8.8 7.2-16 16-16 8.8 0 16 7.1 16 15.9l0 136.1c0 13.3 10.7 24 24 24s24-10.7 24-24l0-135.9z"]},{prefix:"far",iconName:"circle",icon:[512,512,[61915,61708,11044,9899,9898,9679,128996,128995,128994,128993,128992,128309,128308],"f111","M464 256a208 208 0 1 0 -416 0 208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0 256 256 0 1 1 -512 0z"]},{prefix:"far",iconName:"calendar-day",icon:[448,512,[],"f783","M120 0c13.3 0 24 10.7 24 24l0 40 160 0 0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40 32 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 128C0 92.7 28.7 64 64 64l32 0 0-40c0-13.3 10.7-24 24-24zm0 112l-56 0c-8.8 0-16 7.2-16 16l0 288c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-288c0-8.8-7.2-16-16-16l-264 0zm24 144l0 80 80 0 0-80-80 0zm-48 0c0-26.5 21.5-48 48-48l80 0c26.5 0 48 21.5 48 48l0 80c0 26.5-21.5 48-48 48l-80 0c-26.5 0-48-21.5-48-48l0-80z"]},{prefix:"far",iconName:"cloud",icon:[576,512,[9729],"f0c2","M80 192c0-88.4 71.6-160 160-160 47.1 0 89.4 20.4 118.7 52.7 10.6-3.1 21.8-4.7 33.3-4.7 66.3 0 120 53.7 120 120 0 13.2-2.1 25.9-6.1 37.8 41.6 21.1 70.1 64.3 70.1 114.2 0 70.7-57.3 128-128 128l-304 0c-79.5 0-144-64.5-144-144 0-56.8 32.9-105.9 80.7-129.4-.4-4.8-.7-9.7-.7-14.6zM240 80c-61.9 0-112 50.1-112 112 0 8.4 .9 16.6 2.7 24.5 2.7 12.1-4.3 24.3-16.1 28.1-38.7 12.4-66.6 48.7-66.6 91.4 0 53 43 96 96 96l304 0c44.2 0 80-35.8 80-80 0-37.4-25.7-68.9-60.5-77.6-7.5-1.9-13.6-7.2-16.5-14.3s-2.1-15.2 2-21.7c7-11.1 11-24.2 11-38.3 0-39.8-32.2-72-72-72-11.1 0-21.5 2.5-30.8 6.9-10.5 5-23.1 1.7-29.8-7.8-20.3-28.6-53.7-47.1-91.3-47.1z"]},{prefix:"far",iconName:"list-tree",icon:[512,512,[],"e1d2","M48 48c-26.5 0-48 21.5-48 48 0 17.8 9.7 33.3 24 41.6L24 384c0 30.9 25.1 56 56 56l54.4 0c8.3 14.3 23.8 24 41.6 24 26.5 0 48-21.5 48-48s-21.5-48-48-48c-17.8 0-33.3 9.7-41.6 24L80 392c-4.4 0-8-3.6-8-8l0-104 62.4 0c8.3 14.3 23.8 24 41.6 24 26.5 0 48-21.5 48-48s-21.5-48-48-48c-17.8 0-33.3 9.7-41.6 24l-62.4 0 0-94.4c14.3-8.3 24-23.8 24-41.6 0-26.5-21.5-48-48-48zM160 96c0 13.3 10.7 24 24 24l304 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L184 72c-13.3 0-24 10.7-24 24zM288 256c0 13.3 10.7 24 24 24l176 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-176 0c-13.3 0-24 10.7-24 24zm0 160c0 13.3 10.7 24 24 24l176 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-176 0c-13.3 0-24 10.7-24 24z"]},{prefix:"far",iconName:"arrows-maximize",icon:[448,512,["expand-arrows"],"f31d","M296 32c-13.3 0-24 10.7-24 24s10.7 24 24 24L366.1 80 224 222.1 81.9 80 152 80c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 32C10.7 32 0 42.7 0 56L0 184c0 13.3 10.7 24 24 24s24-10.7 24-24L48 113.9 190.1 256 48 398.1 48 328c0-13.3-10.7-24-24-24S0 314.7 0 328L0 456c0 13.3 10.7 24 24 24l128 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L81.9 432 224 289.9 366.1 432 296 432c-13.3 0-24 10.7-24 24s10.7 24 24 24l128 0c13.3 0 24-10.7 24-24l0-128c0-13.3-10.7-24-24-24s-24 10.7-24 24L400 398.1 257.9 256 400 113.9 400 184c0 13.3 10.7 24 24 24s24-10.7 24-24l0-128c0-13.3-10.7-24-24-24L296 32z"]},{prefix:"far",iconName:"angle-right",icon:[256,512,[8250],"f105","M241.5 239c9.4 9.4 9.4 24.6 0 33.9L81.5 433c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l143-143-143-143c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l160 160z"]},{prefix:"far",iconName:"sparkles",icon:[576,512,[10024],"f890","M391.5 53.2c-4.5 1.7-7.5 6-7.5 10.8s3 9.1 7.5 10.8L448 96 469.2 152.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L512 96 568.5 74.8c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L512 32 490.8-24.5c-1.7-4.5-6-7.5-10.8-7.5s-9.1 3-10.8 7.5L448 32 391.5 53.2zM167.9 208.5l24.1-52.1 24.1 52.1c4.8 10.4 13.1 18.7 23.5 23.5l52.1 24.1-52.1 24.1c-10.4 4.8-18.7 13.1-23.5 23.5l-24.1 52.1-24.1-52.1c-4.8-10.4-13.1-18.7-23.5-23.5L92.3 256 144.5 231.9c10.4-4.8 18.7-13.1 23.5-23.5zM165.6 99.1l-41.2 89.3-89.3 41.2-.6 .3c-3.9 1.8-12.3 5.7-25.2 11.6-5.7 2.6-9.3 8.3-9.3 14.5s3.6 11.9 9.3 14.5c12.9 5.9 21.2 9.8 25.2 11.6l.6 .3 89.3 41.2 41.2 89.3 .3 .6c1.8 3.9 5.7 12.3 11.6 25.2 2.6 5.7 8.3 9.3 14.5 9.3s11.9-3.6 14.5-9.3c14.4-31.1 15.1-32.7 53.1-115l89.3-41.2 .6-.3c3.9-1.8 12.3-5.7 25.2-11.6 5.7-2.6 9.3-8.3 9.3-14.5s-3.6-11.9-9.3-14.5c-31.1-14.4-32.7-15.1-115-53.1l-41.2-89.3-.3-.6c-1.8-3.9-5.7-12.3-11.6-25.2-2.6-5.7-8.3-9.3-14.5-9.3s-11.9 3.6-14.5 9.3c-13.8 29.8-11.5 25-11.9 25.8zM416 416l-56.5 21.2c-4.5 1.7-7.5 6-7.5 10.8s3 9.1 7.5 10.8L416 480 437.2 536.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L480 480 536.5 458.8c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L480 416 458.8 359.5c-1.7-4.5-6-7.5-10.8-7.5s-9.1 3-10.8 7.5L416 416z"]},{prefix:"far",iconName:"code",icon:[576,512,[],"f121","M337.1 16.9c3.9-12.7 17.4-19.7 30-15.8s19.7 17.4 15.8 30l-144 464c-3.9 12.7-17.4 19.7-30 15.8s-19.7-17.4-15.8-30l144-464zM145 135c9.4 9.4 9.4 24.6 0 33.9l-87 87 87 87c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L111 135c9.4-9.4 24.6-9.4 33.9 0zM431 135c9.4-9.4 24.6-9.4 33.9 0L569 239c9.4 9.4 9.4 24.6 0 33.9L465 377c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l87-87-87-87c-9.4-9.4-9.4-24.6 0-33.9z"]},{prefix:"far",iconName:"align-center",icon:[448,512,[],"f037","M120 40c-13.3 0-24 10.7-24 24s10.7 24 24 24l208 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L120 40zM24 168c-13.3 0-24 10.7-24 24s10.7 24 24 24l400 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 168zM96 320c0 13.3 10.7 24 24 24l208 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-208 0c-13.3 0-24 10.7-24 24zM24 424c-13.3 0-24 10.7-24 24s10.7 24 24 24l400 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 424z"]},{prefix:"far",iconName:"comment-question",icon:[512,512,[],"e14b","M0 240c0 54.4 19.3 104.6 51.9 144.9L3.1 474.3c-2 3.7-3.1 7.9-3.1 12.2 0 14.1 11.4 25.5 25.5 25.5 4 0 7.8-.6 11.5-2.1L153.4 460c31.4 12.9 66.1 20 102.6 20 141.4 0 256-107.5 256-240S397.4 0 256 0 0 107.5 0 240zM94 407.9c9.3-17.1 7.4-38.1-4.8-53.2-26.1-32.3-41.2-71.9-41.2-114.7 0-103.2 90.2-192 208-192s208 88.8 208 192-90.2 192-208 192c-30.2 0-58.7-5.9-84.3-16.4-11.9-4.9-25.3-4.8-37.1 .3L76 440.9 94 407.9zM256 168c16.1 0 29.2 13.1 29.2 29.2 0 8.7-3.1 13.9-6.9 17.7-4.5 4.4-10.7 7.5-16.8 9.5-14.9 5-29.5 19.3-29.5 39.5 0 13.3 10.7 24 24 24 11.5 0 21.2-8.1 23.5-19 19.2-7.1 53.7-26.3 53.7-71.8 0-42.6-34.6-77.2-77.2-77.2s-77.2 34.6-77.2 77.2c0 13.3 10.7 24 24 24s24-10.7 24-24c0-16.1 13.1-29.2 29.2-29.2zm28 168a28 28 0 1 0 -56 0 28 28 0 1 0 56 0z"]},{prefix:"far",iconName:"image",icon:[448,512,[],"f03e","M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm128 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm136 72c8.5 0 16.4 4.5 20.7 11.8l80 136c4.4 7.4 4.4 16.6 .1 24.1S352.6 384 344 384l-240 0c-8.9 0-17.2-5-21.3-12.9s-3.5-17.5 1.6-24.8l56-80c4.5-6.4 11.8-10.2 19.7-10.2s15.2 3.8 19.7 10.2l17.2 24.6 46.5-79c4.3-7.3 12.2-11.8 20.7-11.8z"]},{prefix:"far",iconName:"arrow-up-right-and-arrow-down-left-from-center",icon:[512,512,[],"e0a0","M295 183c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l135-135 0 86.1c0 13.3 10.7 24 24 24s24-10.7 24-24l0-144c0-13.3-10.7-24-24-24L344 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l86.1 0-135 135zM217 329c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L48 430.1 48 344c0-13.3-10.7-24-24-24S0 330.7 0 344L0 488c0 13.3 10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-86.1 0 135-135z"]},{prefix:"far",iconName:"thumbs-down",icon:[512,512,[61576,128078],"f165","M360 32l7.4 .4c35 3.6 62.5 32.2 64.4 67.7 17.8 11.8 30.1 31.4 32 53.9l.2 6c0 5.7-.7 11.2-2 16.5 10.2 11.5 16.8 26.3 17.8 42.7l.2 4.8c0 13.2-3.6 25.4-9.8 36 4.9 8.4 8.2 17.9 9.3 28l.4 8c0 37.3-28.3 67.9-64.6 71.6l-7.4 .4-109.7 0 14.1 30 3.1 7.6c12.5 35.7-1.8 75.5-34.2 95l-7.2 3.9c-37.5 17.6-81.7 3.6-102.6-31.2l-.6-.9-2.7-5-.6-1.2-30.1-64c-9.4 17.8-28 29.9-49.5 29.9l-32 0c-30.9 0-56-25.1-56-56L0 152c0-30.9 25.1-56 56-56l32 0c12.4 0 23.9 4.1 33.2 11 13.2-21.4 32-39.4 55-51.6l12.2-6.5 .7-.3 6.6-3.2 .7-.3 7.1-3c16.7-6.6 34.5-9.9 52.6-9.9L360 32zM255.9 80c-12 0-23.9 2.3-35.1 6.6l-4.7 2-5.3 2.6 0 0-12.2 6.5c-29.2 15.5-48.3 44.9-50.7 77.6l-.2 8 0 112.9 .1 4.1c.5 8.2 2.5 16.2 6 23.7l56.8 120.9 2.1 3.8c8.4 13.7 26 19.1 40.8 12.2l2.9-1.6c13-7.8 18.7-23.7 13.7-38l-1.2-3-30.2-64.2c-3.5-7.4-2.9-16.1 1.5-23.1s12-11.1 20.2-11.1l147.5 0 2.4-.1c11.3-1.1 20.3-10.1 21.4-21.4l.1-2.5c0-7.1-3.1-13.5-8.2-18-5.2-4.6-8.2-11.1-8.2-18s3-13.4 8.2-18c4.4-3.9 7.4-9.3 8-15.3l.2-2.7c0-8.4-4.4-15.9-11.2-20.2-10.7-6.9-14.2-20.9-8-32 1.5-2.6 2.5-5.6 2.9-8.6l.2-3.2c0-10.6-6.9-19.6-16.6-22.8-11.7-3.8-18.7-15.9-16-28 .2-.9 .3-1.8 .4-2.6l.2-2.6c0-12.4-9.5-22.6-21.6-23.8L360 80 255.9 80zM56 144c-4.4 0-8 3.6-8 8l0 224c0 4.4 3.6 8 8 8l32 0c4.4 0 8-3.6 8-8l0-224c0-4.4-3.6-8-8-8l-32 0z"]},{prefix:"far",iconName:"diagram-sankey",icon:[576,512,[],"e158","M327.6 112c-2.5 0-4.8 1.1-6.3 3.1l-68.8 87.5c-10.6 13.5-26.8 21.4-44 21.4L24 224c-13.3 0-24-10.7-24-24s10.7-24 24-24l184.4 0c2.5 0 4.8-1.1 6.3-3.1l68.8-87.5c10.6-13.5 26.8-21.4 44-21.4L520 64c13.3 0 24 10.7 24 24s-10.7 24-24 24l-192.4 0zM212 320L266 396.6c1.5 2.1 3.9 3.4 6.5 3.4L520 400c13.3 0 24 10.7 24 24s-10.7 24-24 24l-247.4 0c-18.2 0-35.3-8.8-45.8-23.7L153.2 320 24 320c-13.3 0-24-10.7-24-24s10.7-24 24-24l496 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-308 0z"]},{prefix:"far",iconName:"message-check",icon:[512,512,["comment-alt-check"],"f4a2","M416 32c53 0 96 43 96 96l0 224c0 53-43 96-96 96l-120.4 0-129.8 91.6c-7.3 5.2-16.9 5.8-24.9 1.7S128 529 128 520l0-72-32 0c-53 0-96-43-96-96L0 128C0 75 43 32 96 32l320 0zM96 80c-26.5 0-48 21.5-48 48l0 224c0 26.5 21.5 48 48 48l56 0c13.3 0 24 10.7 24 24l0 49.7 91.9-64.9c8.1-5.7 17.8-8.8 27.7-8.8L416 400c26.5 0 48-21.5 48-48l0-224c0-26.5-21.5-48-48-48L96 80zm230.7 65.9c7.8-10.7 22.8-13.1 33.5-5.3 10.7 7.8 13.1 22.8 5.3 33.5L243.4 342.1c-4.1 5.7-10.5 9.3-17.5 9.8-7 .5-13.9-2-18.8-6.9l-55.9-55.9c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l36 36 105.6-145.2z"]},{prefix:"far",iconName:"bold",icon:[384,512,[],"f032","M24 32C10.7 32 0 42.7 0 56S10.7 80 24 80l40 0 0 352-40 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l236 0c68.5 0 124-55.5 124-124 0-48.9-28.3-91.1-69.3-111.3 23-22.5 37.3-53.9 37.3-88.7 0-68.5-55.5-124-124-124L24 32zM304 156c0 42-34 76-76 76l-116 0 0-152 116 0c42 0 76 34 76 76zM112 432l0-152 148 0c42 0 76 34 76 76s-34 76-76 76l-148 0z"]},{prefix:"far",iconName:"circle-stop",icon:[512,512,[62094,"stop-circle"],"f28d","M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM160 192l0 128c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32l-128 0c-17.7 0-32 14.3-32 32zm48 112l0-96 96 0 0 96-96 0z"]},{prefix:"far",iconName:"arrow-right-to-bracket",icon:[512,512,["sign-in"],"f090","M209 409L345 273c9.4-9.4 9.4-24.6 0-33.9L209 103c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l95 95-246.1 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l246.1 0-95 95c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0zM344 80l72 0c26.5 0 48 21.5 48 48l0 256c0 26.5-21.5 48-48 48l-72 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l72 0c53 0 96-43 96-96l0-256c0-53-43-96-96-96l-72 0c-13.3 0-24 10.7-24 24s10.7 24 24 24z"]},{prefix:"far",iconName:"users",icon:[640,512,[],"f0c0","M320 192a64 64 0 1 0 0-128 64 64 0 1 0 0 128zm0-176a112 112 0 1 1 0 224 112 112 0 1 1 0-224zM296 336c-57.4 0-104 46.6-104 104l0 16c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-16c0-83.9 68.1-152 152-152l48 0c83.9 0 152 68.1 152 152l0 16c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-16c0-57.4-46.6-104-104-104l-48 0zm135.4-93.2c11.7-11.3 21.6-24.4 29.4-38.8 5.9 2.6 12.4 4 19.2 4 26.5 0 48-21.5 48-48s-21.5-48-48-48l-.8 0c-1.6-16.6-5.8-32.4-12.1-47.1 4.2-.6 8.6-.9 12.9-.9 53 0 96 43 96 96s-43 96-96 96c-17.7 0-34.3-4.8-48.6-13.2zM160 64c4.4 0 8.7 .3 12.9 .9-6.3 14.7-10.5 30.6-12.1 47.1l-.8 0c-26.5 0-48 21.5-48 48s21.5 48 48 48c6.8 0 13.3-1.4 19.2-4 7.8 14.4 17.7 27.5 29.4 38.8-14.2 8.4-30.8 13.2-48.6 13.2-53 0-96-43-96-96s43-96 96-96zM149.3 304c-15.1 16.3-27.5 35-36.5 55.6-38 15.5-64.8 52.8-64.8 96.4 0 13.3-10.7 24-24 24S0 469.3 0 456c0-83.1 66.6-150.6 149.3-152zm377.9 55.6c-9-20.6-21.5-39.4-36.5-55.6 82.7 1.4 149.3 68.9 149.3 152 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-43.6-26.8-80.9-64.8-96.4z"]},{prefix:"far",iconName:"arrow-turn-down-right",icon:[512,512,[],"e3d6","M48 88c0-13.3-10.7-24-24-24S0 74.7 0 88l0 96c0 53 43 96 96 96l334.1 0-95 95c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L505 273c4.5-4.5 7-10.6 7-17s-2.5-12.5-7-17L369 103c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l95 95-334.1 0c-26.5 0-48-21.5-48-48l0-96z"]},{prefix:"far",iconName:"print",icon:[512,512,[9113,128438,128424],"f02f","M384 144l48 0 0-37.5c0-17-6.7-33.3-18.7-45.3L370.7 18.7C358.7 6.7 342.5 0 325.5 0L144 0C108.7 0 80 28.7 80 64l0 80 48 0 0-80c0-8.8 7.2-16 16-16l181.5 0c4.2 0 8.3 1.7 11.3 4.7l42.5 42.5c3 3 4.7 7.1 4.7 11.3l0 37.5zM368 368l0 96-224 0 0-96 224 0zM128 320c-17.7 0-32 14.3-32 32l0 16-48 0 0-112c0-8.8 7.2-16 16-16l384 0c8.8 0 16 7.2 16 16l0 112-48 0 0-16c0-17.7-14.3-32-32-32l-256 0zm288 96l64 0c17.7 0 32-14.3 32-32l0-128c0-35.3-28.7-64-64-64L64 192c-35.3 0-64 28.7-64 64L0 384c0 17.7 14.3 32 32 32l64 0 0 64c0 17.7 14.3 32 32 32l256 0c17.7 0 32-14.3 32-32l0-64z"]},{prefix:"far",iconName:"align-right",icon:[448,512,[],"f038","M424 40c13.3 0 24 10.7 24 24s-10.7 24-24 24L184 88c-13.3 0-24-10.7-24-24s10.7-24 24-24l240 0zm0 128c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 216c-13.3 0-24-10.7-24-24s10.7-24 24-24l400 0zm24 152c0 13.3-10.7 24-24 24l-240 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l240 0c13.3 0 24 10.7 24 24zM424 424c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 472c-13.3 0-24-10.7-24-24s10.7-24 24-24l400 0z"]},{prefix:"far",iconName:"flask",icon:[448,512,[],"f0c3","M96 24c0-13.3 10.7-24 24-24L328 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 169.6 120.7 211.2c4.8 8.4 7.3 17.9 7.3 27.6 0 30.7-24.9 55.6-55.6 55.6L55.6 512c-30.7 0-55.6-24.9-55.6-55.6 0-9.7 2.5-19.2 7.3-27.6L128 217.6 128 48 120 48c-13.3 0-24-10.7-24-24zm80 24l0 176c0 4.2-1.1 8.3-3.2 11.9l-38.9 68.1 180.1 0-38.9-68.1c-2.1-3.6-3.2-7.7-3.2-11.9l0-176-96 0zM106.5 352L49 452.6c-.7 1.1-1 2.4-1 3.8 0 4.2 3.4 7.6 7.6 7.6l336.8 0c4.2 0 7.6-3.4 7.6-7.6 0-1.3-.3-2.6-1-3.8l-57.5-100.6-235 0z"]},{prefix:"far",iconName:"magnifying-glass-plus",icon:[512,512,["search-plus"],"f00e","M208 48a160 160 0 1 1 0 320 160 160 0 1 1 0-320zm0 368c48.8 0 93.7-16.8 129.1-44.9L471 505c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L371.1 337.1C399.2 301.7 416 256.8 416 208 416 93.1 322.9 0 208 0S0 93.1 0 208 93.1 416 208 416zm0-304c-13.3 0-24 10.7-24 24l0 48-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l48 0 0 48c0 13.3 10.7 24 24 24s24-10.7 24-24l0-48 48 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0 0-48c0-13.3-10.7-24-24-24z"]},{prefix:"far",iconName:"photo-film",icon:[640,512,["photo-video"],"f87c","M576 48c8.8 0 16 7.2 16 16l0 224c0 8.8-7.2 16-16 16l-320 0c-8.8 0-16-7.2-16-16l0-224c0-8.8 7.2-16 16-16l320 0zM256 0c-35.3 0-64 28.7-64 64l0 224c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64L256 0zM456 96c-8.3 0-16 4.3-20.4 11.3l-47.5 76.1-17.2-22.1c-4.5-5.8-11.5-9.3-18.9-9.3s-14.4 3.4-18.9 9.3l-56 72c-5.6 7.2-6.6 17-2.6 25.3S286.8 272 296 272l240 0c8.7 0 16.8-4.7 21-12.4s4-17-.6-24.4l-80-128C472 100.3 464.3 96 456 96zM336 112a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM120 128l-56 0c-35.3 0-64 28.7-64 64L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-16-48 0 0 16c0 8.8-7.2 16-16 16l-32 0 0-32-48 0 0 32-160 0 0-304-24 0zM96 176l0 56-48 0 0-40c0-8.8 7.2-16 16-16l32 0zm0 256l-32 0c-8.8 0-16-7.2-16-16l0-40 48 0 0 56zM48 328l0-48 48 0 0 48-48 0z"]},{prefix:"far",iconName:"shield-check",icon:[512,512,[],"f2f7","M256.1 0c4.6 0 9.2 1 13.3 2.9L457.8 82.8c22 9.3 38.4 31 38.3 57.2-.5 99.2-41.3 280.7-213.6 363.2-16.7 8-36.1 8-52.8 0-172.4-82.5-213.2-263.9-213.7-363.2-.1-26.2 16.3-47.9 38.3-57.2L242.7 2.9C246.8 1 251.4 0 256.1 0zM73.1 127c-5.9 2.5-9.1 7.7-9 12.7 .5 91.4 38.4 249.3 186.4 320.1 3.6 1.7 7.8 1.7 11.3 0 148-70.8 185.9-228.7 186.3-320.1 0-5-3.1-10.2-9-12.7l-183-77.6-183 77.6zm240.3 34.9c7.8-10.7 22.8-13.1 33.5-5.3 10.7 7.8 13.1 22.8 5.3 33.5L249.8 330.9c-4.2 5.7-10.7 9.3-17.8 9.8s-14-2.2-18.9-7.3l-46.4-48c-9.2-9.5-9-24.7 .6-33.9 9.5-9.2 24.7-8.9 33.9 .6l26.5 27.4 85.6-117.7z"]},{prefix:"far",iconName:"strikethrough",icon:[512,512,[],"f0cc","M96 151.7C96 85.6 149.6 32 215.7 32L376 32c13.3 0 24 10.7 24 24s-10.7 24-24 24L215.7 80c-39.6 0-71.7 32.1-71.7 71.7 0 34.8 25 64.6 59.2 70.6L303.4 240 488 240c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 288c-13.3 0-24-10.7-24-24s10.7-24 24-24l110.9 0C110.8 217.9 96 186.3 96 151.7zM363.8 336l49.8 0c1.6 7.9 2.5 16 2.5 24.3 0 66.1-53.6 119.7-119.7 119.7L136 480c-13.3 0-24-10.7-24-24s10.7-24 24-24l160.3 0c39.6 0 71.7-32.1 71.7-71.7 0-8.5-1.5-16.7-4.2-24.3z"]},{prefix:"far",iconName:"folder-open",icon:[576,512,[61717,128449,128194],"f07c","M97.5 400l50-160 379.4 0-50 160-379.4 0zm190.7 48L477 448c21 0 39.6-13.6 45.8-33.7l50-160c9.7-30.9-13.4-62.3-45.8-62.3l-379.4 0c-21 0-39.6 13.6-45.8 33.7L80.2 294.4 80.2 96c0-8.8 7.2-16 16-16l138.7 0c3.5 0 6.8 1.1 9.6 3.2L282.9 112c13.8 10.4 30.7 16 48 16l117.3 0c8.8 0 16 7.2 16 16l48 0c0-35.3-28.7-64-64-64L330.9 80c-6.9 0-13.7-2.2-19.2-6.4L273.3 44.8C262.2 36.5 248.8 32 234.9 32L96.2 32c-35.3 0-64 28.7-64 64l0 288c0 35.3 28.7 64 64 64l192 0z"]},{prefix:"far",iconName:"clone",icon:[512,512,[],"f24d","M288 464L64 464c-8.8 0-16-7.2-16-16l0-224c0-8.8 7.2-16 16-16l48 0 0-48-48 0c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l224 0c35.3 0 64-28.7 64-64l0-48-48 0 0 48c0 8.8-7.2 16-16 16zM224 304c-8.8 0-16-7.2-16-16l0-224c0-8.8 7.2-16 16-16l224 0c8.8 0 16 7.2 16 16l0 224c0 8.8-7.2 16-16 16l-224 0zm-64-16c0 35.3 28.7 64 64 64l224 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64L224 0c-35.3 0-64 28.7-64 64l0 224z"]},{prefix:"far",iconName:"heart",icon:[512,512,[61578,10084,9829,129505,129294,129293,128420,128156,128155,128154,128153],"f004","M378.9 80c-27.3 0-53 13.1-69 35.2l-34.4 47.6c-4.5 6.2-11.7 9.9-19.4 9.9s-14.9-3.7-19.4-9.9l-34.4-47.6c-16-22.1-41.7-35.2-69-35.2-47 0-85.1 38.1-85.1 85.1 0 49.9 32 98.4 68.1 142.3 41.1 50 91.4 94 125.9 120.3 3.2 2.4 7.9 4.2 14 4.2s10.8-1.8 14-4.2c34.5-26.3 84.8-70.4 125.9-120.3 36.2-43.9 68.1-92.4 68.1-142.3 0-47-38.1-85.1-85.1-85.1zM271 87.1c25-34.6 65.2-55.1 107.9-55.1 73.5 0 133.1 59.6 133.1 133.1 0 68.6-42.9 128.9-79.1 172.8-44.1 53.6-97.3 100.1-133.8 127.9-12.3 9.4-27.5 14.1-43.1 14.1s-30.8-4.7-43.1-14.1C176.4 438 123.2 391.5 79.1 338 42.9 294.1 0 233.7 0 165.1 0 91.6 59.6 32 133.1 32 175.8 32 216 52.5 241 87.1l15 20.7 15-20.7z"]},{prefix:"far",iconName:"paper-plane",icon:[576,512,[61913],"f1d8","M290.5 287.7L491.4 86.9 359 456.3 290.5 287.7zM457.4 53L256.6 253.8 88 185.3 457.4 53zM38.1 216.8l205.8 83.6 83.6 205.8c5.3 13.1 18.1 21.7 32.3 21.7 14.7 0 27.8-9.2 32.8-23.1L570.6 8c3.5-9.8 1-20.6-6.3-28s-18.2-9.8-28-6.3L39.4 151.7c-13.9 5-23.1 18.1-23.1 32.8 0 14.2 8.6 27 21.7 32.3z"]},{prefix:"far",iconName:"magnifying-glass-minus",icon:[512,512,["search-minus"],"f010","M208 48a160 160 0 1 1 0 320 160 160 0 1 1 0-320zm0 368c48.8 0 93.7-16.8 129.1-44.9L471 505c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L371.1 337.1C399.2 301.7 416 256.8 416 208 416 93.1 322.9 0 208 0S0 93.1 0 208 93.1 416 208 416zM136 184c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0z"]},{prefix:"far",iconName:"book",icon:[448,512,[128212],"f02d","M88 0C39.4 0 0 39.4 0 88L0 432c0 44.2 35.8 80 80 80l344 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0-76.1C435.3 375 448 353 448 328l0-256c0-39.8-32.2-72-72-72L88 0zM368 400l0 64-288 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l288 0zM80 352c-11.4 0-22.2 2.4-32 6.7L48 88c0-22.1 17.9-40 40-40l288 0c13.3 0 24 10.7 24 24l0 256c0 13.3-10.7 24-24 24L80 352zm48-200c0 13.3 10.7 24 24 24l176 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-176 0c-13.3 0-24 10.7-24 24zm24 72c-13.3 0-24 10.7-24 24s10.7 24 24 24l176 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-176 0z"]},{prefix:"far",iconName:"clock",icon:[512,512,[128339,"clock-four"],"f017","M464 256a208 208 0 1 1 -416 0 208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0 256 256 0 1 0 -512 0zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"]},{prefix:"far",iconName:"ellipsis-vertical",icon:[128,512,["ellipsis-v"],"f142","M112 80a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zM16 256c0-26.5 21.5-48 48-48s48 21.5 48 48-21.5 48-48 48-48-21.5-48-48zm96 176c0 26.5-21.5 48-48 48s-48-21.5-48-48 21.5-48 48-48 48 21.5 48 48z"]},{prefix:"far",iconName:"arrow-right-to-line",icon:[512,512,[8677,"arrow-to-right"],"f340","M512 88c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 336c0 13.3 10.7 24 24 24s24-10.7 24-24l0-336zM377 273c9.4-9.4 9.4-24.6 0-33.9L241 103c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l95 95-278.1 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l278.1 0-95 95c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L377 273z"]},{prefix:"far",iconName:"angle-left",icon:[256,512,[8249],"f104","M15.5 239c-9.4 9.4-9.4 24.6 0 33.9l160 160c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-143-143 143-143c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L15.5 239z"]},{prefix:"far",iconName:"calendar-circle-exclamation",icon:[576,512,[],"e46e","M152 0c13.3 0 24 10.7 24 24l0 40 160 0 0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40 32 0c35.3 0 64 28.7 64 64l0 86c-15.3-3.9-31.4-6-48-6-27.3 0-53.3 5.7-76.9 16L80 224 80 416c0 8.8 7.2 16 16 16l146.7 0c2.8 16.8 7.8 32.9 14.8 48L96 480c-35.3 0-64-28.7-64-64l0-288c0-35.3 28.7-64 64-64l32 0 0-40c0-13.3 10.7-24 24-24zm0 112l-56 0c-8.8 0-16 7.2-16 16l0 48 352 0 0-48c0-8.8-7.2-16-16-16l-264 0zM432 256a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 228a20 20 0 1 0 0-40 20 20 0 1 0 0 40zm0-180c-8.8 0-16 7.2-16 16l0 80c0 8.8 7.2 16 16 16s16-7.2 16-16l0-80c0-8.8-7.2-16-16-16z"]},{prefix:"far",iconName:"expand",icon:[448,512,[],"f065","M136 32c13.3 0 24 10.7 24 24s-10.7 24-24 24l-88 0 0 88c0 13.3-10.7 24-24 24S0 181.3 0 168L0 56C0 42.7 10.7 32 24 32l112 0zM0 344c0-13.3 10.7-24 24-24s24 10.7 24 24l0 88 88 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 480c-13.3 0-24-10.7-24-24L0 344zM424 32c13.3 0 24 10.7 24 24l0 112c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-88-88 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l112 0zM400 344c0-13.3 10.7-24 24-24s24 10.7 24 24l0 112c0 13.3-10.7 24-24 24l-112 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l88 0 0-88z"]},{prefix:"far",iconName:"equals",icon:[448,512,[62764],"3d","M24 128c-13.3 0-24 10.7-24 24s10.7 24 24 24l400 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 128zm0 208c-13.3 0-24 10.7-24 24s10.7 24 24 24l400 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 336z"]},{prefix:"far",iconName:"receipt",icon:[384,512,[129534],"f543","M32.4 1.5C25.1-1.2 16.8-.2 10.3 4.3S0 16.1 0 24L0 488c0 7.9 3.9 15.2 10.3 19.7s14.7 5.5 22.1 2.7l55-20.6 47.1 20.2c6.5 2.8 13.9 2.6 20.2-.6l37.3-18.6 37.3 18.6c6.3 3.2 13.7 3.4 20.2 .6l47.1-20.2 55 20.6c7.4 2.8 15.6 1.7 22.1-2.7S384 495.9 384 488l0-464c0-7.9-3.9-15.2-10.3-19.7s-14.7-5.5-22.1-2.7l-55 20.6-47.1-20.2C243-.8 235.6-.6 229.3 2.5L192 21.2 154.7 2.5C148.4-.6 141-.8 134.5 1.9L87.4 22.1 32.4 1.5zM48 453.4L48 58.6 79.6 70.5c5.8 2.2 12.2 2 17.9-.4l45.8-19.6 38 19c6.8 3.4 14.7 3.4 21.5 0l38-19 45.8 19.6c5.7 2.4 12.1 2.6 17.9 .4l31.6-11.8 0 394.7-31.6-11.8c-5.8-2.2-12.2-2-17.9 .4l-45.8 19.6-38-19c-6.8-3.4-14.7-3.4-21.5 0l-38 19-45.8-19.6c-5.7-2.4-12.1-2.6-17.9-.4L48 453.4zM120 136c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0zm0 192c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0zM96 256c0 13.3 10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0c-13.3 0-24 10.7-24 24z"]},{prefix:"far",iconName:"eye",icon:[576,512,[128065],"f06e","M288 80C222.8 80 169.2 109.6 128.1 147.7 89.6 183.5 63 226 49.4 256 63 286 89.6 328.5 128.1 364.3 169.2 402.4 222.8 432 288 432s118.8-29.6 159.9-67.7C486.4 328.5 513 286 526.6 256 513 226 486.4 183.5 447.9 147.7 406.8 109.6 353.2 80 288 80zM95.4 112.6C142.5 68.8 207.2 32 288 32s145.5 36.8 192.6 80.6c46.8 43.5 78.1 95.4 93 131.1 3.3 7.9 3.3 16.7 0 24.6-14.9 35.7-46.2 87.7-93 131.1-47.1 43.7-111.8 80.6-192.6 80.6S142.5 443.2 95.4 399.4c-46.8-43.5-78.1-95.4-93-131.1-3.3-7.9-3.3-16.7 0-24.6 14.9-35.7 46.2-87.7 93-131.1zM288 336c44.2 0 80-35.8 80-80 0-29.6-16.1-55.5-40-69.3-1.4 59.7-49.6 107.9-109.3 109.3 13.8 23.9 39.7 40 69.3 40zm-79.6-88.4c2.5 .3 5 .4 7.6 .4 35.3 0 64-28.7 64-64 0-2.6-.2-5.1-.4-7.6-37.4 3.9-67.2 33.7-71.1 71.1zm45.6-115c10.8-3 22.2-4.5 33.9-4.5 8.8 0 17.5 .9 25.8 2.6 .3 .1 .5 .1 .8 .2 57.9 12.2 101.4 63.7 101.4 125.2 0 70.7-57.3 128-128 128-61.6 0-113-43.5-125.2-101.4-1.8-8.6-2.8-17.5-2.8-26.6 0-11 1.4-21.8 4-32 .2-.7 .3-1.3 .5-1.9 11.9-43.4 46.1-77.6 89.5-89.5z"]},{prefix:"far",iconName:"align-left",icon:[448,512,[],"f036","M24 40C10.7 40 0 50.7 0 64S10.7 88 24 88l240 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 40zm0 128c-13.3 0-24 10.7-24 24s10.7 24 24 24l400 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 168zM0 320c0 13.3 10.7 24 24 24l240 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 296c-13.3 0-24 10.7-24 24zM24 424c-13.3 0-24 10.7-24 24s10.7 24 24 24l400 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 424z"]},{prefix:"far",iconName:"paintbrush",icon:[576,512,[128396,"paint-brush"],"f1fc","M498.4 0c-17.3 0-34.1 5.8-47.8 16.4L246.1 176.3c-25.3 19.7-41.4 48.6-45.2 80-2.9-.2-5.9-.3-8.9-.3-70.7 0-128 57.3-128 128 0 8.6 .9 17.1 2.5 25.2 3.6 18.1-8.5 38.8-27 38.8L32 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l160 0c70.7 0 128-57.3 128-128 0-3-.1-5.9-.3-8.9 31.4-3.8 60.3-20 80-45.2L559.6 125.3C570.2 111.7 576 94.9 576 77.6 576 34.7 541.3 0 498.4 0zM307.1 328c-12.5-25.7-33.4-46.6-59.1-59.1 .6-21.4 10.7-41.5 27.6-54.8L480.2 54.3c5.2-4.1 11.6-6.3 18.2-6.3 16.3 0 29.6 13.2 29.6 29.6 0 6.6-2.2 13-6.3 18.2L361.9 300.3c-13.2 17-33.4 27.1-54.8 27.6zM272 384c0 44.2-35.8 80-80 80l-92.1 0c.5-.7 1-1.5 1.5-2.2 11.5-17.5 16.6-39.9 12.2-62-1-5.1-1.6-10.4-1.6-15.8 0-44.2 35.8-80 80-80s80 35.8 80 80z"]},{prefix:"far",iconName:"key",icon:[512,512,[128273],"f084","M208 176c0-70.7 57.3-128 128-128s128 57.3 128 128-57.3 128-128 128c-10.4 0-20.5-1.2-30.1-3.6-8.1-2-16.7 .5-22.6 6.4L254.1 336 200 336c-13.3 0-24 10.7-24 24l0 40-40 0c-13.3 0-24 10.7-24 24l0 40-64 0 0-78.1 157.2-157.2c5.9-5.9 8.3-14.5 6.4-22.6-2.3-9.6-3.6-19.7-3.6-30.1zM336 0c-97.2 0-176 78.8-176 176 0 9.5 .7 18.8 2.2 27.9L7 359c-4.5 4.5-7 10.6-7 17L0 488c0 13.3 10.7 24 24 24l112 0c13.3 0 24-10.7 24-24l0-40 40 0c13.3 0 24-10.7 24-24l0-40 40 0c6.4 0 12.5-2.5 17-7l27.2-27.2c9.1 1.4 18.4 2.2 27.9 2.2 97.2 0 176-78.8 176-176S433.2 0 336 0zm32 176a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"]},{prefix:"far",iconName:"palette",icon:[512,512,[127912],"f53f","M464 258.2c0 2.7-1 5.2-4.2 8-3.8 3.1-10.1 5.8-17.8 5.8L344 272c-53 0-96 43-96 96 0 6.8 .7 13.4 2.1 19.8 3.3 15.7 10.2 31.1 14.4 40.6l0 0c.7 1.6 1.4 3 1.9 4.3 5 11.5 5.6 15.4 5.6 17.1 0 5.3-1.9 9.5-3.8 11.8-.9 1.1-1.6 1.6-2 1.8-.3 .2-.8 .3-1.6 .4-2.9 .1-5.7 .2-8.6 .2-114.9 0-208-93.1-208-208S141.1 48 256 48 464 141.1 464 256c0 .7 0 1.4 0 2.2zm48 .5c0-.9 0-1.8 0-2.7 0-141.4-114.6-256-256-256S0 114.6 0 256 114.6 512 256 512c3.5 0 7.1-.1 10.6-.2 31.8-1.3 53.4-30.1 53.4-62 0-14.5-6.1-28.3-12.1-42-4.3-9.8-8.7-19.7-10.8-29.9-.7-3.2-1-6.5-1-9.9 0-26.5 21.5-48 48-48l97.9 0c36.5 0 69.7-24.8 70.1-61.3zM160 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0-64a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm128-64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm64 64a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"]},{prefix:"far",iconName:"floppy-disk",icon:[448,512,[128426,128190,"save"],"f0c7","M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-242.7c0-4.2-1.7-8.3-4.7-11.3L320 86.6 320 176c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-96-32 0zm80 0l0 80 128 0 0-80-128 0zM0 96C0 60.7 28.7 32 64 32l242.7 0c17 0 33.3 6.7 45.3 18.7L429.3 128c12 12 18.7 28.3 18.7 45.3L448 416c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM160 320a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z"]},{prefix:"far",iconName:"magnifying-glass",icon:[512,512,[128269,"search"],"f002","M368 208a160 160 0 1 0 -320 0 160 160 0 1 0 320 0zM337.1 371.1C301.7 399.2 256.8 416 208 416 93.1 416 0 322.9 0 208S93.1 0 208 0 416 93.1 416 208c0 48.8-16.8 93.7-44.9 129.1L505 471c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L337.1 371.1z"]},{prefix:"far",iconName:"ellipsis",icon:[448,512,["ellipsis-h"],"f141","M448 256a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zm-176 0a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zM48 304a48 48 0 1 1 0-96 48 48 0 1 1 0 96z"]},{prefix:"far",iconName:"share-nodes",icon:[512,512,["share-alt"],"f1e0","M432 96a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm48 0c0 53-43 96-96 96-27.4 0-52.1-11.5-69.6-29.9L188.9 231.8c2 7.7 3.1 15.8 3.1 24.2s-1.1 16.5-3.1 24.2l125.5 69.7c17.5-18.4 42.2-29.9 69.6-29.9 53 0 96 43 96 96s-43 96-96 96-96-43-96-96c0-8.3 1.1-16.5 3.1-24.2L165.6 322.1C148.1 340.5 123.4 352 96 352 43 352 0 309 0 256s43-96 96-96c27.4 0 52.1 11.5 69.6 29.9l125.5-69.7c-2-7.7-3.1-15.8-3.1-24.2 0-53 43-96 96-96s96 43 96 96zM144 256a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM384 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"]},{prefix:"far",iconName:"arrows-from-line",icon:[384,512,[],"e0a4","M209-25c-9.4-9.4-24.6-9.4-33.9 0L103 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l31-31 0 102.1c0 13.3 10.7 24 24 24s24-10.7 24-24l0-102.1 31 31c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L209-25zm7 385c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 102.1-31-31c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72c9.4 9.4 24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-31 31 0-102.1zM24 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l336 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 232z"]},{prefix:"far",iconName:"power-off",icon:[512,512,[9211],"f011","M280-8c0-13.3-10.7-24-24-24S232-21.3 232-8l0 264c0 13.3 10.7 24 24 24s24-10.7 24-24L280-8zM148.4 78c11.3-6.9 15-21.6 8.1-33s-21.6-15-33-8.1C49.5 81.7 0 163.1 0 256 0 397.4 114.6 512 256 512S512 397.4 512 256c0-92.9-49.5-174.3-123.5-219.1-11.3-6.9-26.1-3.2-33 8.1s-3.2 26.1 8.1 33c60.2 36.5 100.4 102.6 100.4 178 0 114.9-93.1 208-208 208S48 370.9 48 256c0-75.4 40.2-141.5 100.4-178z"]},{prefix:"far",iconName:"envelope-open-text",icon:[576,512,[],"f658","M523.5 125.2c7 4.8 12.4 11.3 16 18.8l-73.3 0-155.4-107.2c-13.7-9.4-31.7-9.4-45.4 0L80.4 164.4 263.8 303.5c2.6 1.9 5.3 3.5 8.2 4.8l0 49.9c-13.2-2.4-26-7.9-37.2-16.4L80 224.3 80 416c0 8.9 7.2 16 16 16l176 0 0 48-176 0c-35.4 0-64-28.7-64-64l0-252c.1-15.5 7.8-30 20.5-38.8L238-2.7c30.1-20.7 69.8-20.7 99.9 0L523.5 125.2zM320 240c0-26.5 21.5-48 48-48l160 0c26.5 0 48 21.5 48 48l0 224c0 26.5-21.5 48-48 48l-160 0c-26.5 0-48-21.5-48-48l0-224zm56 40c0 13.3 10.7 24 24 24l96 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-96 0c-13.3 0-24 10.7-24 24zm0 96c0 13.3 10.7 24 24 24l56 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-56 0c-13.3 0-24 10.7-24 24z"]},{prefix:"far",iconName:"circle-pause",icon:[512,512,[62092,"pause-circle"],"f28b","M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM224 184c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 144c0 13.3 10.7 24 24 24s24-10.7 24-24l0-144zm112 0c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 144c0 13.3 10.7 24 24 24s24-10.7 24-24l0-144z"]},{prefix:"far",iconName:"mobile",icon:[384,512,[128241,"mobile-android","mobile-phone"],"f3ce","M80 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l224 0c8.8 0 16-7.2 16-16l0-384c0-8.8-7.2-16-16-16L80 48zM16 64C16 28.7 44.7 0 80 0L304 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L80 512c-35.3 0-64-28.7-64-64L16 64zM152 368l80 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"]},{prefix:"far",iconName:"bell",icon:[448,512,[61602,128276],"f0f3","M224 0c-13.3 0-24 10.7-24 24l0 9.7C118.6 45.3 56 115.4 56 200l0 14.5c0 37.7-10 74.7-29 107.3L5.1 359.2C1.8 365 0 371.5 0 378.2 0 399.1 16.9 416 37.8 416l372.4 0c20.9 0 37.8-16.9 37.8-37.8 0-6.7-1.8-13.3-5.1-19L421 321.7c-19-32.6-29-69.6-29-107.3l0-14.5c0-84.6-62.6-154.7-144-166.3l0-9.7c0-13.3-10.7-24-24-24zM392.4 368l-336.9 0 12.9-22.1C91.7 306 104 260.6 104 214.5l0-14.5c0-66.3 53.7-120 120-120s120 53.7 120 120l0 14.5c0 46.2 12.3 91.5 35.5 131.4L392.4 368zM156.1 464c9.9 28 36.6 48 67.9 48s58-20 67.9-48l-135.8 0z"]},{prefix:"far",iconName:"hyphen",icon:[320,512,[],"2d","M0 256c0-13.3 10.7-24 24-24l272 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 280c-13.3 0-24-10.7-24-24z"]},{prefix:"far",iconName:"filter",icon:[512,512,[],"f0b0","M0 93.7C0 77.3 13.3 64 29.7 64l452.7 0c16.4 0 29.7 13.3 29.7 29.7 0 7.9-3.1 15.4-8.7 21L336 281.9 336 482.3c0 16.4-13.3 29.7-29.7 29.7-7.9 0-15.4-3.1-21-8.7L183 401c-4.5-4.5-7-10.6-7-17L176 281.9 8.7 114.6C3.1 109.1 0 101.5 0 93.7zM73.9 112L217 255c4.5 4.5 7 10.6 7 17l0 102.1 64 64 0-166.1c0-6.4 2.5-12.5 7-17l143-143-364.1 0z"]},{prefix:"far",iconName:"medal",icon:[512,512,[127941],"f5a2","M21.6 64.2L96.4 213.8c-20.2 30.4-32 67-32 106.2 0 106 86 192 192 192s192-86 192-192c0-39.3-11.8-75.8-32-106.2L491 64.2c11.9-23.7 2.2-52.5-21.5-64.4L383.8-43.1c-23.1-11.6-51.2-2.7-63.6 19.9l-63.8 117-63.8-117C180.1-45.8 152-54.7 128.9-43.1L43-.2C19.3 11.7 9.7 40.5 21.6 64.2zm269.1 66.9L362.3-.2 448.1 42.7 382 174.9c-25.5-22.1-56.8-37.6-91.3-43.8zm-68.8 0c-34.5 6.2-65.9 21.7-91.3 43.8L64.5 42.7 150.3-.2 221.9 131.1zM112.3 320a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm174.8-49.5l-22.4-45.4c-3.4-7-13.3-7-16.8 0l-22.4 45.4c-1.4 2.8-4 4.7-7 5.1l-50.1 7.3c-7.7 1.1-10.7 10.5-5.2 16l36.3 35.4c2.2 2.1 3.2 5.2 2.7 8.3l-8.6 49.9c-1.3 7.6 6.7 13.5 13.6 9.9L252 378.7c2.7-1.4 6-1.4 8.7 0l44.8 23.6c6.9 3.6 14.9-2.2 13.6-9.9l-8.6-49.9c-.5-3 .5-6.1 2.7-8.3l36.3-35.4c5.5-5.4 2.5-14.8-5.2-16l-50.1-7.3c-3-.4-5.7-2.4-7-5.1z"]},{prefix:"far",iconName:"cloud-slash",icon:[576,512,[],"e137","M41-25C31.6-34.3 16.4-34.3 7-25S-2.3-.4 7 9L535 537c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-46.7-46.7c32.5-23.2 53.8-61.3 53.8-104.3 0-49.9-28.5-93-70.1-114.2 4-11.9 6.1-24.6 6.1-37.8 0-66.3-53.7-120-120-120-11.5 0-22.7 1.6-33.3 4.7-29.3-32.3-71.6-52.7-118.7-52.7-39.6 0-75.9 14.4-103.8 38.2L41-25zM170.3 104.3c19.1-15.2 43.4-24.3 69.7-24.3 37.7 0 71 18.6 91.3 47.1 6.7 9.5 19.3 12.8 29.8 7.8 9.3-4.4 19.7-6.9 30.8-6.9 39.8 0 72 32.2 72 72 0 14.1-4 27.2-11 38.3-4.1 6.5-4.8 14.6-2 21.7s9 12.5 16.5 14.3c34.8 8.7 60.5 40.2 60.5 77.6 0 29.8-16.3 55.8-40.5 69.6L170.3 104.3zM362.2 432L144 432c-53 0-96-43-96-96 0-42.7 27.9-79 66.6-91.4 11.8-3.8 18.8-16 16.1-28.1-1.3-6-2.2-12.2-2.5-18.5L84.5 154.3c-2.9 12.1-4.5 24.7-4.5 37.7 0 4.9 .2 9.8 .7 14.6-47.8 23.4-80.7 72.5-80.7 129.4 0 79.5 64.5 144 144 144l266.2 0-48-48z"]},{prefix:"far",iconName:"arrow-turn-left",icon:[512,512,[],"e632","M464 424c0 13.3 10.7 24 24 24s24-10.7 24-24l0-96c0-53-43-96-96-96l-334.1 0 95-95c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L7 239c-4.5 4.5-7 10.6-7 17s2.5 12.5 7 17L143 409c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-95-95 334.1 0c26.5 0 48 21.5 48 48l0 96z"]},{prefix:"far",iconName:"minus",icon:[448,512,[10134,8722,8211,"subtract"],"f068","M0 256c0-13.3 10.7-24 24-24l400 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 280c-13.3 0-24-10.7-24-24z"]},{prefix:"far",iconName:"paste",icon:[512,512,["file-clipboard"],"f0ea","M64 48l224 0c8.8 0 16 7.2 16 16l0 48 48 0 0-48c0-35.3-28.7-64-64-64L64 0C28.7 0 0 28.7 0 64L0 384c0 35.3 28.7 64 64 64l112 0 0-48-112 0c-8.8 0-16-7.2-16-16L48 64c0-8.8 7.2-16 16-16zm176 72c0-13.3-10.7-24-24-24L104 96c-13.3 0-24 10.7-24 24s10.7 24 24 24l105.6 0c8.8-8.6 19-15.8 30.2-21.1 .1-.9 .2-1.9 .2-2.9zM448 464l-160 0c-8.8 0-16-7.2-16-16l0-224c0-8.8 7.2-16 16-16l101.5 0c4.2 0 8.3 1.7 11.3 4.7l58.5 58.5c3 3 4.7 7.1 4.7 11.3L464 448c0 8.8-7.2 16-16 16zM224 224l0 224c0 35.3 28.7 64 64 64l160 0c35.3 0 64-28.7 64-64l0-165.5c0-17-6.7-33.3-18.7-45.3l-58.5-58.5c-12-12-28.3-18.7-45.3-18.7L288 160c-35.3 0-64 28.7-64 64z"]},{prefix:"far",iconName:"calendar-check",icon:[448,512,[],"f274","M328 0c13.3 0 24 10.7 24 24l0 40 32 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 128C0 92.7 28.7 64 64 64l32 0 0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40 160 0 0-40c0-13.3 10.7-24 24-24zM64 112c-8.8 0-16 7.2-16 16l0 288c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-288c0-8.8-7.2-16-16-16L64 112zm230.7 65.9c7.8-10.7 22.8-13.1 33.5-5.3 10.7 7.8 13.1 22.8 5.3 33.5L211.4 374.1c-4.1 5.7-10.5 9.3-17.5 9.8-7 .5-13.9-2-18.8-6.9l-55.9-55.9c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l36 36 105.6-145.2z"]},{prefix:"fas",iconName:"lock-keyhole",icon:[384,512,["lock-alt"],"f30d","M192 32c35.3 0 64 28.7 64 64l0 64-128 0 0-64c0-35.3 28.7-64 64-64zM64 96l0 64c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64l0-64c0-70.7-57.3-128-128-128S64 25.3 64 96zM216 296l0 80c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-80c0-13.3 10.7-24 24-24s24 10.7 24 24z"]},{prefix:"fas",iconName:"sort-down",icon:[384,512,["sort-desc"],"f0dd","M32 288c-12.9 0-24.6 7.8-29.6 19.8S.2 333.5 9.4 342.6l160 160c12.5 12.5 32.8 12.5 45.3 0l160-160c9.2-9.2 11.9-22.9 6.9-34.9S364.9 288 352 288L32 288z"]},{prefix:"fas",iconName:"hexagon-xmark",icon:[576,512,["times-hexagon","xmark-hexagon"],"f2ee","M33.5 291.8c-12.7-22.2-12.7-49.4 0-71.5L129.7 52.2C142.5 29.8 166.4 16 192.2 16l191.6 0c25.8 0 49.7 13.8 62.5 36.2l96.2 168.1c12.7 22.2 12.7 49.4 0 71.5L446.3 459.9c-12.8 22.4-36.7 36.2-62.5 36.2l-191.6 0c-25.8 0-49.7-13.8-62.5-36.2L33.5 291.8zM199 167c-9.4 9.4-9.4 24.6 0 33.9l55 55-55 55c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l55-55 55 55c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-55-55 55-55c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-55 55-55-55c-9.4-9.4-24.6-9.4-33.9 0z"]},{prefix:"fas",iconName:"caret-large-down",icon:[384,512,[],"e82c","M214.6 374.6c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-9.2-9.2-11.9-22.9-6.9-34.9S19.1 160 32 160l320 0c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-160 160z"]},{prefix:"fas",iconName:"code-compare",icon:[512,512,[],"e13a","M198.8 1.8c9-3.7 19.3-1.7 26.2 5.2l56 56c9.4 9.4 9.4 24.6 0 33.9l-56 56c-6.9 6.9-17.2 8.9-26.2 5.2S184 145.7 184 136l0-24-24 0c-17.7 0-32 14.3-32 32l0 214.7c28.3 12.3 48 40.5 48 73.3 0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3L64 144c0-53 43-96 96-96l24 0 0-24c0-9.7 5.8-18.5 14.8-22.2zM392 80a24 24 0 1 0 48 0 24 24 0 1 0 -48 0zm-8 73.3c-28.3-12.3-48-40.5-48-73.3 0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3L448 368c0 53-43 96-96 96l-24 0 0 24c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-56-56c-9.4-9.4-9.4-24.6 0-33.9l56-56c6.9-6.9 17.2-8.9 26.2-5.2S328 366.3 328 376l0 24 24 0c17.7 0 32-14.3 32-32l0-214.7zM72 432a24 24 0 1 0 48 0 24 24 0 1 0 -48 0z"]},{prefix:"fas",iconName:"box-archive",icon:[512,512,["archive"],"f187","M0 64C0 46.3 14.3 32 32 32l448 0c17.7 0 32 14.3 32 32l0 32c0 17.7-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96L0 64zM32 176l448 0 0 240c0 35.3-28.7 64-64 64L96 480c-35.3 0-64-28.7-64-64l0-240zm152 64c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0z"]},{prefix:"fas",iconName:"lock-keyhole-open",icon:[576,512,["lock-open-alt"],"f3c2","M448 32c-35.3 0-64 28.7-64 64l0 64 32 0c35.3 0 64 28.7 64 64l0 224c0 35.3-28.7 64-64 64l-256 0c-35.3 0-64-28.7-64-64l0-224c0-35.3 28.7-64 64-64l160 0 0-64c0-70.7 57.3-128 128-128S576 25.3 576 96l0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32c0-35.3-28.7-64-64-64zM328 360c13.3 0 24-10.7 24-24s-10.7-24-24-24l-80 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0z"]},{prefix:"fas",iconName:"pause",icon:[384,512,[9208],"f04c","M48 32C21.5 32 0 53.5 0 80L0 432c0 26.5 21.5 48 48 48l64 0c26.5 0 48-21.5 48-48l0-352c0-26.5-21.5-48-48-48L48 32zm224 0c-26.5 0-48 21.5-48 48l0 352c0 26.5 21.5 48 48 48l64 0c26.5 0 48-21.5 48-48l0-352c0-26.5-21.5-48-48-48l-64 0z"]},{prefix:"fas",iconName:"books",icon:[576,512,[128218],"f5db","M359.2 17c-17.1 4.6-27.2 22.1-22.6 39.2l12.4 46.4 123.6-33.1-12.4-46.4C455.7 6 438.1-4.1 421 .4L359.2 17zm125.9 98.8l-123.6 33.1 66.3 247.3 123.6-33.1-66.3-247.3zM452.5 488.9c4.6 17.1 22.1 27.2 39.2 22.6L553.6 495c17.1-4.6 27.2-22.1 22.6-39.2l-12.4-46.4-123.6 33.1 12.4 46.4zM32.4 32l0 48 128 0 0-48c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32 14.3-32 32zm0 96l0 256 128 0 0-256-128 0zm0 304l0 48c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-48-128 0zm176-304l0 352c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32l0-352c0-17.7-14.3-32-32-32l-48 0c-17.7 0-32 14.3-32 32z"]},{prefix:"fas",iconName:"tag",icon:[512,512,[127991],"f02b","M32.5 96l0 149.5c0 17 6.7 33.3 18.7 45.3l192 192c25 25 65.5 25 90.5 0L483.2 333.3c25-25 25-65.5 0-90.5l-192-192C279.2 38.7 263 32 246 32L96.5 32c-35.3 0-64 28.7-64 64zm112 16a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"]},{prefix:"fas",iconName:"chart-mixed",icon:[512,512,["analytics"],"f643","M500 89c13.8-11 16-31.2 5-45s-31.2-16-45-5L319.4 151.5 211.2 70.4c-11.7-8.8-27.8-8.5-39.2 .6L12 199c-13.8 11-16 31.2-5 45s31.2 16 45 5l140.6-112.5 108.2 81.1c11.7 8.8 27.8 8.5 39.2-.6L500 89zM160 256l0 192c0 17.7 14.3 32 32 32s32-14.3 32-32l0-192c0-17.7-14.3-32-32-32s-32 14.3-32 32zM32 352l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96c0-17.7-14.3-32-32-32s-32 14.3-32 32zm288-64c-17.7 0-32 14.3-32 32l0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128c0-17.7-14.3-32-32-32zm96-32l0 192c0 17.7 14.3 32 32 32s32-14.3 32-32l0-192c0-17.7-14.3-32-32-32s-32 14.3-32 32z"]},{prefix:"fas",iconName:"caret-large-left",icon:[256,512,[],"e82d","M9.9 233.4c-12.5 12.5-12.5 32.8 0 45.2l160 160c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6l0-320c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-160 160z"]},{prefix:"fas",iconName:"circle-dollar",icon:[512,512,["dollar-circle","usd-circle"],"f2e8","M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zm0-408c13.3 0 24 10.7 24 24l0 16 16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-61.6 0c-10.2 0-18.4 8.2-18.4 18.4 0 9.2 6.8 17 16 18.2l54.4 7.2c33 4.4 57.7 32.5 57.7 65.8 0 35.9-28.4 65.1-64 66.3l0 16c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-16-32 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l77.6 0c10.2 0 18.4-8.2 18.4-18.4 0-9.2-6.8-17-16-18.2l-54.4-7.2c-33-4.4-57.7-32.5-57.7-65.8 0-35.9 28.4-65.1 64-66.3l0-16c0-13.3 10.7-24 24-24z"]},{prefix:"fas",iconName:"caret-down",icon:[320,512,[],"f0d7","M140.3 376.8c12.6 10.2 31.1 9.5 42.8-2.2l128-128c9.2-9.2 11.9-22.9 6.9-34.9S301.4 192 288.5 192l-256 0c-12.9 0-24.6 7.8-29.6 19.8S.7 237.5 9.9 246.6l128 128 2.4 2.2z"]},{prefix:"fas",iconName:"robot",icon:[640,512,[129302],"f544","M352 0c0-17.7-14.3-32-32-32S288-17.7 288 0l0 64-96 0c-53 0-96 43-96 96l0 224c0 53 43 96 96 96l256 0c53 0 96-43 96-96l0-224c0-53-43-96-96-96l-96 0 0-64zM160 368c0-13.3 10.7-24 24-24l32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0c-13.3 0-24-10.7-24-24zm120 0c0-13.3 10.7-24 24-24l32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0c-13.3 0-24-10.7-24-24zm120 0c0-13.3 10.7-24 24-24l32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0c-13.3 0-24-10.7-24-24zM224 176a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm144 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM64 224c0-17.7-14.3-32-32-32S0 206.3 0 224l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96zm544-32c-17.7 0-32 14.3-32 32l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96c0-17.7-14.3-32-32-32z"]},{prefix:"fas",iconName:"message-quote",icon:[512,512,["comment-alt-quote"],"e1e4","M0 128L0 352c0 53 43 96 96 96l32 0 0 72c0 13.3 10.7 24 24 24 5.2 0 10.2-1.7 14.4-4.8l115.2-86.4c4.2-3.1 9.2-4.8 14.4-4.8l120 0c53 0 96-43 96-96l0-224c0-53-43-96-96-96L96 32C43 32 0 75 0 128zm152 32l32 0c22.1 0 40 17.9 40 40l0 80c0 39.8-32.2 72-72 72-13.3 0-24-10.7-24-24s10.7-24 24-24 24-10.7 24-24l0-8-24 0c-22.1 0-40-17.9-40-40l0-32c0-22.1 17.9-40 40-40zm232 72l0 48c0 39.8-32.2 72-72 72-13.3 0-24-10.7-24-24s10.7-24 24-24 24-10.7 24-24l0-8-24 0c-22.1 0-40-17.9-40-40l0-32c0-22.1 17.9-40 40-40l32 0c22.1 0 40 17.9 40 40l0 32z"]},{prefix:"fas",iconName:"triangle-exclamation",icon:[512,512,[9888,"exclamation-triangle","warning"],"f071","M256 0c14.7 0 28.2 8.1 35.2 21l216 400c6.7 12.4 6.4 27.4-.8 39.5S486.1 480 472 480L40 480c-14.1 0-27.2-7.4-34.4-19.5s-7.5-27.1-.8-39.5l216-400c7-12.9 20.5-21 35.2-21zm0 352a32 32 0 1 0 0 64 32 32 0 1 0 0-64zm0-192c-18.2 0-32.7 15.5-31.4 33.7l7.4 104c.9 12.5 11.4 22.3 23.9 22.3 12.6 0 23-9.7 23.9-22.3l7.4-104c1.3-18.2-13.1-33.7-31.4-33.7z"]},{prefix:"fas",iconName:"star",icon:[576,512,[61446,11088],"f005","M309.5-18.9c-4.1-8-12.4-13.1-21.4-13.1s-17.3 5.1-21.4 13.1L193.1 125.3 33.2 150.7c-8.9 1.4-16.3 7.7-19.1 16.3s-.5 18 5.8 24.4l114.4 114.5-25.2 159.9c-1.4 8.9 2.3 17.9 9.6 23.2s16.9 6.1 25 2L288.1 417.6 432.4 491c8 4.1 17.7 3.3 25-2s11-14.2 9.6-23.2L441.7 305.9 556.1 191.4c6.4-6.4 8.6-15.8 5.8-24.4s-10.1-14.9-19.1-16.3L383 125.3 309.5-18.9z"]},{prefix:"fas",iconName:"bell-slash",icon:[576,512,[61943,128277],"f1f6","M41-24.9c-9.4-9.4-24.6-9.4-33.9 0S-2.3-.3 7 9.1l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-87.5-87.5c17.2-2.4 30.5-17.3 30.5-35.2 0-8.1-2.7-15.9-7.8-22.2l-9.8-12.2C464.4 308.5 448 261.8 448 213.7l0-21.7c0-77.4-55-142-128-156.8l0-3.2c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 3.2c-38.6 7.8-72.2 29.6-95.2 59.7L41-24.9zm87 238.5c0 48.1-16.4 94.8-46.4 132.4l-9.8 12.2c-5 6.3-7.8 14.1-7.8 22.2 0 19.6 15.9 35.5 35.5 35.5l235.3 0-206.9-206.9 0 4.5zM288 512c29.8 0 54.9-20.4 62-48l-124 0c7.1 27.6 32.2 48 62 48z"]},{prefix:"fas",iconName:"wand-magic-sparkles",icon:[576,512,["magic-wand-sparkles"],"e2ca","M263.4-27L278.2 9.8 315 24.6c3 1.2 5 4.2 5 7.4s-2 6.2-5 7.4L278.2 54.2 263.4 91c-1.2 3-4.2 5-7.4 5s-6.2-2-7.4-5L233.8 54.2 197 39.4c-3-1.2-5-4.2-5-7.4s2-6.2 5-7.4L233.8 9.8 248.6-27c1.2-3 4.2-5 7.4-5s6.2 2 7.4 5zM110.7 41.7l21.5 50.1 50.1 21.5c5.9 2.5 9.7 8.3 9.7 14.7s-3.8 12.2-9.7 14.7l-50.1 21.5-21.5 50.1c-2.5 5.9-8.3 9.7-14.7 9.7s-12.2-3.8-14.7-9.7L59.8 164.2 9.7 142.7C3.8 140.2 0 134.4 0 128s3.8-12.2 9.7-14.7L59.8 91.8 81.3 41.7C83.8 35.8 89.6 32 96 32s12.2 3.8 14.7 9.7zM464 304c6.4 0 12.2 3.8 14.7 9.7l21.5 50.1 50.1 21.5c5.9 2.5 9.7 8.3 9.7 14.7s-3.8 12.2-9.7 14.7l-50.1 21.5-21.5 50.1c-2.5 5.9-8.3 9.7-14.7 9.7s-12.2-3.8-14.7-9.7l-21.5-50.1-50.1-21.5c-5.9-2.5-9.7-8.3-9.7-14.7s3.8-12.2 9.7-14.7l50.1-21.5 21.5-50.1c2.5-5.9 8.3-9.7 14.7-9.7zM460 0c11 0 21.6 4.4 29.5 12.2l42.3 42.3C539.6 62.4 544 73 544 84s-4.4 21.6-12.2 29.5l-88.2 88.2-101.3-101.3 88.2-88.2C438.4 4.4 449 0 460 0zM44.2 398.5L308.4 134.3 409.7 235.6 145.5 499.8C137.6 507.6 127 512 116 512s-21.6-4.4-29.5-12.2L44.2 457.5C36.4 449.6 32 439 32 428s4.4-21.6 12.2-29.5z"]},{prefix:"fas",iconName:"hexagon-exclamation",icon:[576,512,[],"e417","M383.8 16c25.8 0 49.7 13.8 62.5 36.2l96.2 168c12.7 22.2 12.7 49.4 0 71.5L446.3 459.9c-12.8 22.4-36.7 36.2-62.5 36.2l-191.6 0c-25.8 0-49.7-13.8-62.5-36.2L33.5 291.8c-12.7-22.2-12.7-49.4 0-71.5l96.2-168C142.5 29.8 166.4 16 192.2 16l191.6 0zM288 320a32 32 0 1 0 0 64 32 32 0 1 0 0-64zm0-192c-18.2 0-32.7 15.5-31.4 33.7l7.4 104C265 278.3 275.4 288 288 288s23-9.7 23.9-22.3l7.4-104c1.3-18.2-13.1-33.7-31.4-33.7z"]},{prefix:"fas",iconName:"cubes",icon:[512,512,[],"f1b3","M284-1.3c-17.3-10-38.7-10-56 0L143.8 47.3c-17.3 10-28 28.5-28 48.5l0 101.9-88.3 51c-17.3 10-28 28.5-28 48.5l0 97.3c0 20 10.7 38.5 28 48.5l84.3 48.6c17.3 10 38.7 10 56 0l88.3-51 88.3 51c17.3 10 38.7 10 56 0L484.5 443c17.3-10 28-28.5 28-48.5l0-97.3c0-20-10.7-38.5-28-48.5l-88.3-51 0-101.9c0-20-10.7-38.5-28-48.5L284-1.3zM232 292.6l0 106.5-88.3 51c-1.2 .7-2.6 1.1-4 1.1l0-105.3 92.3-53.3zm231.4 .6c.7 1.2 1.1 2.6 1.1 4l0 97.3c0 2.9-1.5 5.5-4 6.9l-84.3 48.6c-1.2 .7-2.6 1.1-4 1.1l0-105.3 91.2-52.6zM348.3 95.8l0 101.9-92.3 53.3 0-106.5 91.2-52.6c.7 1.2 1.1 2.6 1.1 4z"]},{prefix:"fas",iconName:"turn-right",icon:[512,512,[],"e639","M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9S320 115.1 320 128l0 64-160 0C71.6 192 0 263.6 0 352l0 64c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-64c0-17.7 14.3-32 32-32l160 0 0 64c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z"]},{prefix:"fas",iconName:"caret-large-up",icon:[384,512,[],"e82f","M169.9 137.4c12.5-12.5 32.8-12.5 45.2 0l160 160c9.2 9.2 11.9 22.9 6.9 34.9S365.4 352 352.5 352l-320 0c-12.9 0-24.6-7.8-29.6-19.8S.7 306.5 9.9 297.4l160-160z"]},{prefix:"fas",iconName:"circle-check",icon:[512,512,[61533,"check-circle"],"f058","M256 512a256 256 0 1 1 0-512 256 256 0 1 1 0 512zM374 145.7c-10.7-7.8-25.7-5.4-33.5 5.3L221.1 315.2 169 263.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72c5 5 11.8 7.5 18.8 7s13.4-4.1 17.5-9.8L379.3 179.2c7.8-10.7 5.4-25.7-5.3-33.5z"]},{prefix:"fas",iconName:"xmark",icon:[384,512,[215,10060,10006,10005,128473,"close","multiply","remove","times"],"f00d","M55.1 73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L147.2 256 9.9 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192.5 301.3 329.9 438.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.8 256 375.1 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192.5 210.7 55.1 73.4z"]},{prefix:"fas",iconName:"square-info",icon:[448,512,[8505,"info-square"],"f30f","M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM184 336l24 0 0-64-24 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 88 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"]},{prefix:"fas",iconName:"bookmark",icon:[384,512,[61591,128278],"f02e","M64 0C28.7 0 0 28.7 0 64L0 480c0 11.5 6.2 22.2 16.2 27.8s22.3 5.5 32.2-.4L192 421.3 335.5 507.4c9.9 5.9 22.2 6.1 32.2 .4S384 491.5 384 480l0-416c0-35.3-28.7-64-64-64L64 0z"]},{prefix:"fas",iconName:"user",icon:[448,512,[62470,62144,128100,"user-alt","user-large"],"f007","M224 248a120 120 0 1 0 0-240 120 120 0 1 0 0 240zm-29.7 56C95.8 304 16 383.8 16 482.3 16 498.7 29.3 512 45.7 512l356.6 0c16.4 0 29.7-13.3 29.7-29.7 0-98.5-79.8-178.3-178.3-178.3l-59.4 0z"]},{prefix:"fas",iconName:"server",icon:[448,512,[],"f233","M64 32C28.7 32 0 60.7 0 96l0 64c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-64c0-35.3-28.7-64-64-64L64 32zm216 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm56 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM64 288c-35.3 0-64 28.7-64 64l0 64c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-64c0-35.3-28.7-64-64-64L64 288zm216 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm56 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"]},{prefix:"fas",iconName:"sort",icon:[384,512,["unsorted"],"f0dc","M2.4 204.2c5 12 16.6 19.8 29.6 19.8l320 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-160-160c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-9.2 9.2-11.9 22.9-6.9 34.9zm0 103.5c-5 12-2.2 25.7 6.9 34.9l160 160c12.5 12.5 32.8 12.5 45.3 0l160-160c9.2-9.2 11.9-22.9 6.9-34.9S364.9 288 352 288L32 288c-12.9 0-24.6 7.8-29.6 19.8z"]},{prefix:"fas",iconName:"info",icon:[192,512,[],"f129","M48 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM0 192c0-17.7 14.3-32 32-32l64 0c17.7 0 32 14.3 32 32l0 256 32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0 0-224-32 0c-17.7 0-32-14.3-32-32z"]},{prefix:"fas",iconName:"message-bot",icon:[640,512,[],"e3b8","M96 128l0 64-72 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l72 0 0 112c0 53 43 96 96 96l0 72c0 13.3 10.7 24 24 24 5.2 0 10.2-1.7 14.4-4.8l115.2-86.4c4.2-3.1 9.2-4.8 14.4-4.8l88 0c53 0 96-43 96-96l0-112 72 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-72 0 0-64c0-53-43-96-96-96L192 32c-53 0-96 43-96 96zm160 0l128 0c53 0 96 43 96 96s-43 96-96 96l-128 0c-53 0-96-43-96-96s43-96 96-96zm32 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm96 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"]},{prefix:"fas",iconName:"check",icon:[448,512,[10004,10003],"f00c","M434.8 70.1c14.3 10.4 17.5 30.4 7.1 44.7l-256 352c-5.5 7.6-14 12.3-23.4 13.1s-18.5-2.7-25.1-9.3l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l101.5 101.5 234-321.7c10.4-14.3 30.4-17.5 44.7-7.1z"]},{prefix:"fas",iconName:"play",icon:[448,512,[9654],"f04b","M91.2 36.9c-12.4-6.8-27.4-6.5-39.6 .7S32 57.9 32 72l0 368c0 14.1 7.5 27.2 19.6 34.4s27.2 7.5 39.6 .7l336-184c12.8-7 20.8-20.5 20.8-35.1s-8-28.1-20.8-35.1l-336-184z"]},{prefix:"fas",iconName:"file",icon:[384,512,[61462,128459,128196],"f15b","M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-277.5c0-17-6.7-33.3-18.7-45.3L258.7 18.7C246.7 6.7 230.5 0 213.5 0L64 0zM325.5 176L232 176c-13.3 0-24-10.7-24-24L208 58.5 325.5 176z"]},{prefix:"fas",iconName:"circle-question",icon:[512,512,[62108,"question-circle"],"f059","M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zm0-336c-17.7 0-32 14.3-32 32 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-44.2 35.8-80 80-80s80 35.8 80 80c0 47.2-36 67.2-56 74.5l0 3.8c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-8.1c0-20.5 14.8-35.2 30.1-40.2 6.4-2.1 13.2-5.5 18.2-10.3 4.3-4.2 7.7-10 7.7-19.6 0-17.7-14.3-32-32-32zM224 368a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"]},{prefix:"fas",iconName:"gear",icon:[512,512,[9881,"cog"],"f013","M195.1 9.5C198.1-5.3 211.2-16 226.4-16l59.8 0c15.2 0 28.3 10.7 31.3 25.5L332 79.5c14.1 6 27.3 13.7 39.3 22.8l67.8-22.5c14.4-4.8 30.2 1.2 37.8 14.4l29.9 51.8c7.6 13.2 4.9 29.8-6.5 39.9L447 233.3c.9 7.4 1.3 15 1.3 22.7s-.5 15.3-1.3 22.7l53.4 47.5c11.4 10.1 14 26.8 6.5 39.9l-29.9 51.8c-7.6 13.1-23.4 19.2-37.8 14.4l-67.8-22.5c-12.1 9.1-25.3 16.7-39.3 22.8l-14.4 69.9c-3.1 14.9-16.2 25.5-31.3 25.5l-59.8 0c-15.2 0-28.3-10.7-31.3-25.5l-14.4-69.9c-14.1-6-27.2-13.7-39.3-22.8L73.5 432.3c-14.4 4.8-30.2-1.2-37.8-14.4L5.8 366.1c-7.6-13.2-4.9-29.8 6.5-39.9l53.4-47.5c-.9-7.4-1.3-15-1.3-22.7s.5-15.3 1.3-22.7L12.3 185.8c-11.4-10.1-14-26.8-6.5-39.9L35.7 94.1c7.6-13.2 23.4-19.2 37.8-14.4l67.8 22.5c12.1-9.1 25.3-16.7 39.3-22.8L195.1 9.5zM256.3 336a80 80 0 1 0 -.6-160 80 80 0 1 0 .6 160z"]},{prefix:"fas",iconName:"turn-left",icon:[512,512,[],"e636","M9.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l128-128c9.2-9.2 22.9-11.9 34.9-6.9S192 115.1 192 128l0 64 160 0c88.4 0 160 71.6 160 160l0 64c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-64c0-17.7-14.3-32-32-32l-160 0 0 64c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-128-128z"]},{prefix:"fas",iconName:"thumbs-up",icon:[512,512,[61575,128077],"f164","M80 160c17.7 0 32 14.3 32 32l0 256c0 17.7-14.3 32-32 32l-48 0c-17.7 0-32-14.3-32-32L0 192c0-17.7 14.3-32 32-32l48 0zM270.6 16C297.9 16 320 38.1 320 65.4l0 4.2c0 6.8-1.3 13.6-3.8 19.9L288 160 448 160c26.5 0 48 21.5 48 48 0 19.7-11.9 36.6-28.9 44 17 7.4 28.9 24.3 28.9 44 0 23.4-16.8 42.9-39 47.1 4.4 7.3 7 15.8 7 24.9 0 22.2-15 40.8-35.4 46.3 2.2 5.5 3.4 11.5 3.4 17.7 0 26.5-21.5 48-48 48l-87.9 0c-36.3 0-71.6-12.4-99.9-35.1L184 435.2c-15.2-12.1-24-30.5-24-50l0-186.6c0-14.9 3.5-29.6 10.1-42.9L226.3 43.3C234.7 26.6 251.8 16 270.6 16z"]},{prefix:"fas",iconName:"hand",icon:[512,512,[9995,129306,"hand-paper"],"f256","M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 208c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-176c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 272c0 1.5 0 3.1 .1 4.6L67.6 283c-16-15.2-41.3-14.6-56.6 1.4S-3.6 325.7 12.4 341L124.8 448c43.1 41.1 100.4 64 160 64l19.2 0c97.2 0 176-78.8 176-176l0-208c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 112c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-176c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 176c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-208z"]},{prefix:"fas",iconName:"octagon-xmark",icon:[512,512,["times-octagon","xmark-octagon"],"f2f0","M143.4 18.8c12-12 28.3-18.7 45.3-18.7l135.6 0c17 0 33.3 6.7 45.3 18.7L493.6 143c12 12 18.7 28.3 18.7 45.3l0 135.6c0 17-6.7 33.3-18.7 45.3L369.5 493.2c-12 12-28.3 18.7-45.3 18.7l-135.6 0c-17 0-33.3-6.7-45.3-18.7L19.2 369C7.2 357 .5 340.8 .5 323.8l0-135.6c0-17 6.7-33.3 18.7-45.3L143.4 18.8zM167.5 167c-9.4 9.4-9.4 24.6 0 33.9l55 55-55 55c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l55-55 55 55c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-55-55 55-55c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-55 55-55-55c-9.4-9.4-24.6-9.4-33.9 0z"]},{prefix:"fas",iconName:"circle",icon:[512,512,[61915,61708,11044,9899,9898,9679,128996,128995,128994,128993,128992,128309,128308],"f111","M0 256a256 256 0 1 1 512 0 256 256 0 1 1 -512 0z"]},{prefix:"fas",iconName:"address-card",icon:[576,512,[62140,"contact-card","vcard"],"f2bb","M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm80 256l64 0c44.2 0 80 35.8 80 80 0 8.8-7.2 16-16 16L80 384c-8.8 0-16-7.2-16-16 0-44.2 35.8-80 80-80zm-24-96a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm240-48l112 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-112 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 96l112 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-112 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"]},{prefix:"fas",iconName:"comment-question",icon:[512,512,[],"e14b","M256 480c141.4 0 256-107.5 256-240S397.4 0 256 0 0 107.5 0 240c0 54.3 19.2 104.3 51.6 144.5L2.8 476.8c-4.8 9-3.3 20 3.6 27.5s17.8 9.8 27.1 5.8l118.4-50.7C183.7 472.6 218.9 480 256 480zm0-312c-16.1 0-29.2 13.1-29.2 29.2 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-42.6 34.6-77.2 77.2-77.2s77.2 34.6 77.2 77.2c0 45.5-34.5 64.7-53.7 71.8-2.3 10.8-11.9 19-23.5 19-13.3 0-24-10.7-24-24 0-20.2 14.6-34.6 29.5-39.5 6-2 12.3-5.1 16.8-9.5 3.9-3.8 6.9-9 6.9-17.7 0-16.1-13.1-29.2-29.2-29.2zM228 336a28 28 0 1 1 56 0 28 28 0 1 1 -56 0z"]},{prefix:"fas",iconName:"crown",icon:[576,512,[128081],"f521","M313 87.2c9.2-7.3 15-18.6 15-31.2 0-22.1-17.9-40-40-40s-40 17.9-40 40c0 12.6 5.9 23.9 15 31.2L194.6 194.8c-10 15.7-31.3 19.6-46.2 8.4L88.9 158.7c4.5-6.4 7.1-14.3 7.1-22.7 0-22.1-17.9-40-40-40s-40 17.9-40 40c0 21.8 17.5 39.6 39.2 40L87.8 393.5c4.7 31.3 31.6 54.5 63.3 54.5l273.8 0c31.7 0 58.6-23.2 63.3-54.5L520.8 176c21.7-.4 39.2-18.2 39.2-40 0-22.1-17.9-40-40-40s-40 17.9-40 40c0 8.4 2.6 16.3 7.1 22.7l-59.4 44.6c-14.9 11.2-36.2 7.3-46.2-8.4L313 87.2z"]},{prefix:"fas",iconName:"square-check",icon:[448,512,[61510,9989,9745,"check-square"],"f14a","M384 32c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0zM342 145.7c-10.7-7.8-25.7-5.4-33.5 5.3L189.1 315.2 137 263.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72c5 5 11.9 7.5 18.8 7s13.4-4.1 17.5-9.8L347.3 179.2c7.8-10.7 5.4-25.7-5.3-33.5z"]},{prefix:"fas",iconName:"thumbs-down",icon:[512,512,[61576,128078],"f165","M384 32c26.5 0 48 21.5 48 48 0 6.3-1.3 12.2-3.4 17.7 20.4 5.5 35.4 24.1 35.4 46.3 0 9.1-2.6 17.6-7 24.9 22.2 4.2 39 23.7 39 47.1 0 19.7-11.9 36.6-28.9 44 17 7.4 28.9 24.3 28.9 44 0 26.5-21.5 48-48 48l-160 0 28.2 70.4c2.5 6.3 3.8 13.1 3.8 19.9l0 4.2c0 27.3-22.1 49.4-49.4 49.4-18.7 0-35.8-10.6-44.2-27.3L170.1 356.3c-6.7-13.3-10.1-28-10.1-42.9l0-186.6c0-19.4 8.9-37.8 24-50l12.2-9.7C224.6 44.4 259.8 32 296.1 32L384 32zM80 96c17.7 0 32 14.3 32 32l0 256c0 17.7-14.3 32-32 32l-48 0c-17.7 0-32-14.3-32-32L0 128c0-17.7 14.3-32 32-32l48 0z"]},{prefix:"fas",iconName:"message-check",icon:[512,512,["comment-alt-check"],"f4a2","M416 32c53 0 96 43 96 96l0 224c0 53-43 96-96 96l-120 0c-5.2 0-10.3 1.7-14.4 4.8L166.4 539.2c-4.2 3.1-9.2 4.8-14.4 4.8-13.3 0-24-10.7-24-24l0-72-32 0c-53 0-96-43-96-96L0 128C0 75 43 32 96 32l320 0zm-42 97.7c-10.7-7.8-25.7-5.4-33.5 5.3L221.1 299.2 169 247.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72c5 5 11.9 7.5 18.8 7s13.4-4.1 17.5-9.8L379.3 163.2c7.8-10.7 5.4-25.7-5.3-33.5z"]},{prefix:"fas",iconName:"circle-stop",icon:[512,512,[62094,"stop-circle"],"f28d","M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM192 160l128 0c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-128 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32z"]},{prefix:"fas",iconName:"spinner-scale",icon:[448,512,[],"e62a","M224 116a52 52 0 1 1 0-104 52 52 0 1 1 0 104zm0 300c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zM416 288a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM0 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm399.4-96.2a56 56 0 1 1 -79.2-79.2 56 56 0 1 1 79.2 79.2zM65.6 414.4a32 32 0 1 1 45.3-45.3 32 32 0 1 1 -45.3 45.3zm271.5 0a32 32 0 1 1 45.3-45.3 32 32 0 1 1 -45.3 45.3zM54.3 86.3a48 48 0 1 1 67.9 67.9 48 48 0 1 1 -67.9-67.9z"]},{prefix:"fas",iconName:"users",icon:[640,512,[],"f0c0","M320 16a104 104 0 1 1 0 208 104 104 0 1 1 0-208zM96 88a72 72 0 1 1 0 144 72 72 0 1 1 0-144zM0 416c0-70.7 57.3-128 128-128 12.8 0 25.2 1.9 36.9 5.4-32.9 36.8-52.9 85.4-52.9 138.6l0 16c0 11.4 2.4 22.2 6.7 32L32 480c-17.7 0-32-14.3-32-32l0-32zm521.3 64c4.3-9.8 6.7-20.6 6.7-32l0-16c0-53.2-20-101.8-52.9-138.6 11.7-3.5 24.1-5.4 36.9-5.4 70.7 0 128 57.3 128 128l0 32c0 17.7-14.3 32-32 32l-86.7 0zM472 160a72 72 0 1 1 144 0 72 72 0 1 1 -144 0zM160 432c0-88.4 71.6-160 160-160s160 71.6 160 160l0 16c0 17.7-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32l0-16z"]},{prefix:"fas",iconName:"grip-lines",icon:[448,512,[],"f7a4","M32 288c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 288zm0-128c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 160z"]},{prefix:"fas",iconName:"heart",icon:[512,512,[61578,10084,9829,129505,129294,129293,128420,128156,128155,128154,128153],"f004","M241 87.1l15 20.7 15-20.7C296 52.5 336.2 32 378.9 32 452.4 32 512 91.6 512 165.1l0 2.6c0 112.2-139.9 242.5-212.9 298.2-12.4 9.4-27.6 14.1-43.1 14.1s-30.8-4.6-43.1-14.1C139.9 410.2 0 279.9 0 167.7l0-2.6C0 91.6 59.6 32 133.1 32 175.8 32 216 52.5 241 87.1z"]},{prefix:"fas",iconName:"chart-area",icon:[512,512,["area-chart"],"f1fe","M32 32c17.7 0 32 14.3 32 32l0 336c0 8.8 7.2 16 16 16l400 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L80 480c-44.2 0-80-35.8-80-80L0 64C0 46.3 14.3 32 32 32zM240 96c6.7 0 13.1 2.8 17.7 7.8L328.8 181.3 375 135c9.4-9.4 24.6-9.4 33.9 0l64 64c4.5 4.5 7 10.6 7 17l0 112c0 13.3-10.7 24-24 24l-304 0c-13.3 0-24-10.7-24-24l0-112c0-6 2.3-11.8 6.3-16.2l88-96c4.5-5 11-7.8 17.7-7.8z"]},{prefix:"fas",iconName:"clock",icon:[512,512,[128339,"clock-four"],"f017","M256 0a256 256 0 1 1 0 512 256 256 0 1 1 0-512zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"]},{prefix:"fas",iconName:"trash",icon:[448,512,[],"f1f8","M136.7 5.9L128 32 32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0-8.7-26.1C306.9-7.2 294.7-16 280.9-16L167.1-16c-13.8 0-26 8.8-30.4 21.9zM416 144L32 144 53.1 467.1C54.7 492.4 75.7 512 101 512L347 512c25.3 0 46.3-19.6 47.9-44.9L416 144z"]},{prefix:"fas",iconName:"sort-up",icon:[384,512,["sort-asc"],"f0de","M32 224c-12.9 0-24.6-7.8-29.6-19.8S.2 178.5 9.4 169.4l160-160c12.5-12.5 32.8-12.5 45.3 0l160 160c9.2 9.2 11.9 22.9 6.9 34.9S364.9 224 352 224L32 224z"]},{prefix:"fas",iconName:"user-tie",icon:[448,512,[],"f508","M224 248a120 120 0 1 1 0-240 120 120 0 1 1 0 240zm-30.5 56l61 0c9.7 0 17.5 7.8 17.5 17.5 0 4.2-1.5 8.2-4.2 11.4l-27.4 32 31 115.1 .6 0 34.6-138.5c2.2-8.7 11.1-14 19.5-10.8 61.9 23.6 105.9 83.6 105.9 153.8 0 15.1-12.3 27.4-27.4 27.4L43.4 512c-15.1 0-27.4-12.3-27.4-27.4 0-70.2 44-130.2 105.9-153.8 8.4-3.2 17.3 2.1 19.5 10.8l34.6 138.5 .6 0 31-115.1-27.4-32c-2.7-3.2-4.2-7.2-4.2-11.4 0-9.7 7.8-17.5 17.5-17.5z"]},{prefix:"fas",iconName:"circle-pause",icon:[512,512,[62092,"pause-circle"],"f28b","M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM224 192l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32s32 14.3 32 32zm128 0l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32s32 14.3 32 32z"]},{prefix:"fas",iconName:"caret-large-right",icon:[256,512,[],"e82e","M247.1 233.4c12.5 12.5 12.5 32.8 0 45.2l-160 160c-9.2 9.2-22.9 11.9-34.9 6.9S32.5 428.9 32.5 416l0-320c0-12.9 7.8-24.6 19.8-29.6S78 64.2 87.1 73.4l160 160z"]},{prefix:"fas",iconName:"bell",icon:[448,512,[61602,128276],"f0f3","M224 0c-17.7 0-32 14.3-32 32l0 3.2C119 50 64 114.6 64 192l0 21.7c0 48.1-16.4 94.8-46.4 132.4L7.8 358.3C2.7 364.6 0 372.4 0 380.5 0 400.1 15.9 416 35.5 416l376.9 0c19.6 0 35.5-15.9 35.5-35.5 0-8.1-2.7-15.9-7.8-22.2l-9.8-12.2C400.4 308.5 384 261.8 384 213.7l0-21.7c0-77.4-55-142-128-156.8l0-3.2c0-17.7-14.3-32-32-32zM162 464c7.1 27.6 32.2 48 62 48s54.9-20.4 62-48l-124 0z"]},{prefix:"fas",iconName:"circle-small",icon:[320,512,[],"e122","M0 256a160 160 0 1 1 320 0 160 160 0 1 1 -320 0z"]},{prefix:"fas",iconName:"filter",icon:[512,512,[],"f0b0","M32 64C19.1 64 7.4 71.8 2.4 83.8S.2 109.5 9.4 118.6L192 301.3 192 416c0 8.5 3.4 16.6 9.4 22.6l64 64c9.2 9.2 22.9 11.9 34.9 6.9S320 492.9 320 480l0-178.7 182.6-182.6c9.2-9.2 11.9-22.9 6.9-34.9S492.9 64 480 64L32 64z"]},{prefix:"fas",iconName:"minus",icon:[448,512,[10134,8722,8211,"subtract"],"f068","M0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32z"]},{prefix:"fas",iconName:"question",icon:[320,512,[61736,10068,10067],"3f","M64 160c0-53 43-96 96-96s96 43 96 96c0 42.7-27.9 78.9-66.5 91.4-28.4 9.2-61.5 35.3-61.5 76.6l0 24c0 17.7 14.3 32 32 32s32-14.3 32-32l0-24c0-1.7 .6-4.1 3.5-7.3 3-3.3 7.9-6.5 13.7-8.4 64.3-20.7 110.8-81 110.8-152.3 0-88.4-71.6-160-160-160S0 71.6 0 160c0 17.7 14.3 32 32 32s32-14.3 32-32zm96 352c22.1 0 40-17.9 40-40s-17.9-40-40-40-40 17.9-40 40 17.9 40 40 40z"]},{prefix:"fas",iconName:"square-minus",icon:[448,512,[61767,"minus-square"],"f146","M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm72 200l176 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-176 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"]},{prefix:"fak",iconName:"square-poll-vertical-regular",icon:[512,512,[],"e066","M410.8 39c30.8 0 55.8 24.9 55.8 55.8l0 316c0 30.8-24.9 55.8-55.8 55.8l-316 0c-30.8 0-55.8-25-55.8-55.8l0-316C39 64 64 39 94.8 39l316 0zm0-39L94.8 0C42.5 .1 .1 42.5 0 94.8l0 316c.1 52.3 42.5 94.7 94.8 94.8l316 0c52.3-.1 94.7-42.5 94.8-94.8l0-316C505.5 42.5 463.1 .1 410.8 0zM169.9 402.6c0 5.9-3.1 10.5-6.8 10.5l-44.9 0c-3.7 0-6.8-4.7-6.8-10.5l0-231.9c0-5.9 3.1-10.5 6.8-10.5l44.9 0c3.7 0 6.8 4.7 6.8 10.5l0 231.9zm112.2 0c0 5.9-3.1 10.5-6.8 10.5l-44.8 0c-3.7 0-6.8-4.7-6.8-10.5l0-151.1c0-5.9 3.1-10.5 6.8-10.5l44.8 0c3.7 0 6.8 4.7 6.8 10.5l0 151.1zm111.9 0c0 5.9-3.1 10.5-6.8 10.5l-44.9 0c-3.7 0-6.8-4.7-6.8-10.5l0-304.5c0-5.9 3.1-10.5 6.8-10.5l44.9 0c3.7 0 6.8 4.7 6.8 10.5l0 304.5z"]},{prefix:"fak",iconName:"preview-regular",icon:[512,512,[],"e046","M270.1 323.5c28.5-7.7 45.4-36.8 37.8-65.3c-6.1-23-26.6-38.4-49.3-39.4c-3.2 0-5.1 3.5-4.2 6.4c1.3 3.5 1.9 7.4 1.9 11.2h-.3c0 19.5-16 35.5-35.5 35.5s-7.7-.6-11.2-1.9c-3.2-1-6.7 1-6.4 4.2c0 3.8 .6 7.7 1.9 11.5c7.7 28.5 36.8 45.4 65.3 37.8zM149.1 352c26.2 24.3 62.1 44.8 106.9 44.8s81-20.5 106.9-44.8 43.5-53.1 51.5-73c1.9-4.5 1.9-9.3 0-13.8c-8.3-19.8-25.6-48.6-51.5-73c-26.2-24.3-62.1-44.8-106.9-44.8s-81 20.5-106.9 44.8c-25.9 24-43.5 53.1-51.5 73c-1.9 4.5-1.9 9.3 0 13.8c8.3 19.8 25.6 48.6 51.5 73zM256 192c44.2 0 80 35.8 80 80s-35.8 80-80 80-80-35.8-80-80 35.8-80 80-80zM480 0H32C14.4 0 0 14.4 0 32v448c0 17.6 14.4 32 32 32h448c17.6 0 32-14.4 32-32V32c0-17.6-14.4-32-32-32zM464 464H48V96h416v368z"]},{prefix:"fak",iconName:"language-slash-regular",icon:[640,512,[],"e04e","M0 128c0-9.7 2.2-19 6.1-27.2l125.2 98.6-53.6 120.5c-4.4 10.1 .1 22 10.2 26.4s21.9-.1 26.4-10.2l8.9-20.1 73.6 0 8.9 20.1c4.5 10.1 16.3 14.7 26.4 10.2s14.7-16.3 10.2-26.4l-22.6-50.8 100.3 79 0 51.9 65.8 0 60.9 48-126.8 0-16 0-32 0-208 0c-35.3 0-64-28.7-64-64L0 128zM5.1 9.2C13.3-1.2 28.4-3.1 38.8 5.1l75.1 58.9 158.1 0 32 0 16 0 256 0c35.3 0 64 28.7 64 64l0 256c0 27.3-17.2 50.7-41.4 59.9l32.2 25.2c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2zM141 276l19-42.8 19 42.8-38 0zM320 112l0 113.5 100.1 78.4c3.4-1.8 6.7-3.7 9.9-5.6l-12.1-12.1c-7.8-7.8-7.8-20.5 0-28.3s20.5-7.8 28.3 0l14.6 14.6 .5 .5c12.4-13.1 22.5-28.3 29.8-45l-35.1 0-72 0c-11 0-20-9-20-20s9-20 20-20l52 0 0-4c0-11 9-20 20-20s20 9 20 20l0 4 44 0 16 0c11 0 20 9 20 20s-9 20-20 20l-2 0-1.8 4.5c-8.9 24.5-22.4 46.6-39.6 65.4 .9 .5 1.8 1.1 2.7 1.6l18.9 11.3c9.5 5.6 12.5 17.9 6.9 27.4s-17.9 12.6-27.4 6.9l-18.9-11.3c-4.5-2.7-8.8-5.5-13.1-8.5-2.5 1.8-5.1 3.6-7.7 5.2l88.6 69.5 33.4 0c8.8 0 16-7.2 16-16l0-256c0-8.8-7.2-16-16-16l-256 0z"]},{prefix:"fak",iconName:"circle-user-circle-check-solid",icon:[640,512,[],"e00c","M0 256C0 164.5 48.8 80 128 34.3s176.8-45.7 256 0c60.3 34.8 103 92.1 119.9 157.9c-2.6-.1-5.3-.2-7.9-.2c-82.5 0-151.8 56.8-170.8 133.5c-11.8-3.6-24.3-5.5-37.2-5.5l-64 0c-47.4 0-88.9 25.8-111 64.2c35.2 39.2 86.2 63.8 143 63.8c27.1 0 52.8-5.6 76.1-15.7c8 20.3 19.7 38.9 34.2 54.7c-75.7 36.2-164.9 33.1-238.4-9.3C48.8 432 0 347.5 0 256zm193.6-92c-12.9 22.3-12.9 49.7 0 72s36.6 36 62.4 36s49.5-13.7 62.4-36s12.9-49.7 0-72s-36.6-36-62.4-36s-49.5 13.7-62.4 36zM352 368c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144zm76.7-11.3c-6.2 6.2-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L480 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0z"]},{prefix:"fak",iconName:"folder-open-lock-regular",icon:[640,512,[],"e005","M0 96C0 60.7 28.7 32 64 32l117.4 0c17 0 33.3 6.7 45.3 18.7l26.5 26.6c12 12 28.3 18.7 45.3 18.7L416 96c35.3 0 64 28.7 64 64l0 10.8c-11.3 5.4-21.6 12.6-30.4 21.2L432 192l0-32c0-8.8-7.2-16-16-16l-117.5 0c-29.7 0-58.2-11.8-79.2-32.8L192.8 84.7c-3-3-7.1-4.7-11.3-4.7L64 80c-8.8 0-16 7.2-16 16l0 261.1 68.4-117.2C122.1 230 132.6 224 144 224l282.8 0c-6.9 14.5-10.8 30.8-10.8 48l0 24.6c-19.1 11-32 31.7-32 55.4l0 127.9c0 0 0 .1 0 .1L87.7 480 64 480c-35.3 0-64-28.7-64-64L0 96zM416 352c0-17.7 14.3-32 32-32l0-48c0-44.2 35.8-80 80-80s80 35.8 80 80l0 48c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-128zm80-80l0 48 64 0 0-48c0-17.7-14.3-32-32-32s-32 14.3-32 32z"]},{prefix:"fak",iconName:"table-cells-slash-regular",icon:[640,512,[],"e006","M5.1 9.2C13.3-1.2 28.4-3.1 38.8 5.1L89.5 44.9C100.3 36.8 113.6 32 128 32l384 0c35.3 0 64 28.7 64 64l0 320c0 3.3-.2 6.5-.7 9.6l55.5 43.5c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2zM64 146.4L152.3 216 112 216l0 80 104 0 0-29.8L314.8 344 264 344l0 88 112 0 0-39.8 48 37.8 0 1.9 2.5 0 60.9 48L128 480c-35.3 0-64-28.7-64-64l0-269.6zM112 344l0 72c0 8.8 7.2 16 16 16l88 0 0-88-104 0zM134.4 80L216 144l0-64-81.6 0zM264 80l0 88 112 0 0-88L264 80zm43.9 136L376 269.4l0-53.4-68.1 0zM424 80l0 88 104 0 0-72c0-8.8-7.2-16-16-16l-88 0zm0 136l0 80 104 0 0-80-104 0zm47.2 128L528 388.5l0-44.5-56.8 0z"]},{prefix:"fak",iconName:"pip-wide-regular",icon:[512,512,[],"e044","M448 64H64C28.7 64 0 92.7 0 128v256c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zm16 320c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V128c0-8.8 7.2-16 16-16h384c8.8 0 16 7.2 16 16v256zM392 240H152c-22.1 0-40 17.9-40 40v48c0 22.1 17.9 40 40 40h240c22.1 0 40-17.9 40-40v-48c0-22.1-17.9-40-40-40z"]},{prefix:"fak",iconName:"cloud-slash-gear-regular",icon:[640,512,[],"e03c","M10 42.8l326.8 256.1 22.5-39c.6-1 1.2-1.9 1.8-2.9L179.6 114.8c21.6-21.6 51.6-35 84.6-35s68.6 16.1 90.6 41.6c13.8 16 36.4 21 55.7 12.5c8.9-3.9 18.6-6.2 29.1-6.2c37.4 0 68.1 28.6 71.5 65.1h12.4c13.2 0 25.6 4.5 35.6 12.8c0-2 .2-4.1 .2-6.1c0-66.1-53.5-119.7-119.7-119.7s-33.7 3.7-48.6 10.3C360.2 54.5 314.8 32 264.1 32s-91.8 20.4-122.4 53.2L39.6 5.1C29.2-3.1 14.1-1.2 6 9.2C-2.2 19.5-.3 34.6 10 42.8zM335.5 435.4s0 0 0 0c-.9-1.5-1.6-3-2.4-4.6H144.5c-52.8 0-95.7-42.9-95.7-95.7s26.5-77.1 63.8-90.2c16.4-5.8 28.1-19.8 31.1-36.5l-45-35.5c-1.4 8.7-2.1 17.5-2.1 26.6v.2C40.9 219.4 .9 272.5 .9 335s64.3 143.6 143.6 143.6h216c-.4-.6-.7-1.2-1.1-1.8l-23.9-41.4zm291.6-48.7l-8.4-4.9c-4.9-2.8-7.6-8.2-7.6-13.9s2.6-10.4 7.2-13l8.9-5.1c11.5-6.6 15.4-21.2 8.8-32.7l-23.9-41.5c-6.6-11.5-21.2-15.4-32.7-8.8l-8.2 4.7c-4.9 2.8-10.8 2.5-15.7-.3c-4.8-2.8-8.1-7.8-8.1-13.4v-9.4c0-13.3-10.7-23.9-23.9-23.9h-47.9v.2c-13.4 0-24 10.7-24 23.9v9.2c0 5.6-3.3 10.7-8.2 13.5s-10.9 3.1-15.8 .3l-8-4.6c-11.5-6.6-26.1-2.7-32.7 8.8L363 317.3h0c-6.6 11.5-2.7 26.1 8.8 32.7l8.5 4.9c4.7 2.7 7.3 7.8 7.3 13.2s-2.8 11.2-7.8 14.1l-8 4.6c-11.4 6.7-15.3 21.2-8.7 32.7L387 461c6.6 11.5 21.2 15.4 32.7 8.8l8.7-5c4.7-2.7 10.5-2.4 15.3 .3c4.7 2.7 7.9 7.6 7.9 13.1v10c0 13.3 10.7 23.9 23.9 23.9h47.9c13.3 0 23.9-10.7 23.9-23.9v-10.3c0-5.4 3.2-10.3 7.9-13s10.5-3 15.2-.3l8.9 5.1c11.5 6.6 26.1 2.7 32.7-8.8l23.9-41.5c6.6-11.5 2.7-26.1-8.8-32.7zM540.9 392c-8.6 14.9-24.3 23.9-41.5 23.9s-32.9-9.1-41.5-23.9c-8.6-14.9-8.6-33 0-47.9s24.3-23.9 41.5-23.9s32.9 9.1 41.5 23.9c8.6 14.9 8.6 33 0 47.9z"]},{prefix:"fak",iconName:"circle-dashed-dollar-question-regular",icon:[640,512,[],"e03a","M321.4 345.5c2.6-20.9 9-40.7 18.3-58.6c-3.3-13-11.4-24.4-23.4-32.6c-14.9-10.2-34.8-15.9-50.4-20.3c-2.3-.6-4.6-1.3-7-1.9c-11.4-3.1-23.4-6.3-33.2-12.6c-12.5-8-3.4-19.6 7.6-24.4c12.3-5.3 27.6-6.5 40.8-4c7.1 1.4 14.1 3.3 21.1 5.3c1.6 .4 3.1 .9 4.7 1.3c11.5 3.1 23.4-3.6 26.6-15.1s-3.6-23.4-15.1-26.6c-1.9-.6-3.7-1.1-5.6-1.6c-9.6-2.7-19.3-5.4-29-6.6v-14.2c.1-11.9-9.6-21.6-21.5-21.6s-21.6 9.7-21.6 21.6v16.1c-6.1 1.4-12 3.3-17.5 5.7c-18 7.8-35 22.3-39 44.1h0c-4.2 23.1 5.7 43.9 25.2 56.4c14.2 9.1 33.1 14.4 48.2 18.7c2.3 .7 4.5 1.3 6.8 1.9c11.9 3.2 24.4 6.6 34.5 13.5c11.8 8 6.1 22.3-5.9 27.1c-8.9 3.6-22.5 5.1-39.5 2.6c-11.6-1.9-23.2-5.8-34.5-9.6c-2.5-.8-5-1.7-7.5-2.5c-11.3-3.8-23.5 2.4-27.3 13.7s2.4 23.6 13.7 27.3c14.1 4.6 28.3 9.2 42.8 12.5v17.4c0 11.9 9.7 21.6 21.6 21.6s21.6-9.7 21.6-21.6v-15.2c8.9-1 17.4-3 25.2-6.2c7-2.8 13.6-6.7 19.3-11.6zM496 224c-79.5 0-144 64.5-144 144s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144zm0 240c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm39.5-97.4L512 378.9v5.1c0 8.8-7.2 16-16 16s-16-7.2-16-16v-14.8c0-6 3.3-11.4 8.6-14.2l32-16.8c4.5-2.4 7.4-7.1 7.4-12.3c0-7.7-6.2-13.9-13.9-13.9h-40.5c-5.3 0-9.6 4.3-9.6 9.6v6.4c0 8.8-7.2 16-16 16s-16-7.2-16-16v-6.3c0-23 18.6-41.6 41.6-41.6h40.5c25.3 0 45.9 20.5 45.9 45.9s-9.4 32.7-24.5 40.6zM302.2 51.5c23.9 5.3 46.2 14.7 66.2 27.4c10.4 6.6 24.2 6 32.9-2.8c10.1-10.1 9.4-26.8-2.5-34.7c-27.3-18.2-58.3-31.3-91.6-37.9c-14-2.8-26.3 8.5-26.3 22.8s9.3 22.5 21.3 25.2zM145.4 78.9c20-12.7 42.3-22.1 66.2-27.4c12-2.7 21.3-12.9 21.3-25.2S220.6 .7 206.6 3.5c-33.3 6.6-64.3 19.7-91.6 37.9c-11.9 7.9-12.6 24.6-2.5 34.7c8.7 8.7 22.5 9.4 32.9 2.8zM456.8 196.8c12.6-2.9 25.7-4.4 39.2-4.4s6.3 0 9.4 .3c-7.1-29-19.2-56-35.3-80.1c-7.9-11.9-24.6-12.6-34.7-2.5c-8.7 8.7-9.4 22.5-2.8 32.9c10.5 16.5 18.7 34.6 24.3 53.9zM302.2 457.6c-12 2.7-21.3 12.9-21.3 25.2s12.3 25.6 26.3 22.8c20.6-4.1 40.3-10.7 58.9-19.4c-10.9-12-20.2-25.6-27.5-40.3c-11.6 5-23.7 8.9-36.3 11.7zM28.6 230.5c12.3 0 22.5-9.3 25.2-21.3c5.3-23.9 14.7-46.2 27.4-66.2c6.6-10.4 6-24.2-2.8-32.9c-10.1-10.1-26.8-9.4-34.7 2.5c-18.2 27.3-31.3 58.3-37.9 91.6c-2.8 14 8.5 26.3 22.8 26.3zm183 226.9c-23.9-5.3-46.2-14.7-66.2-27.4c-10.4-6.6-24.2-6-32.9 2.8c-10.1 10.1-9.4 26.8 2.5 34.7c27.3 18.2 58.3 31.3 91.6 37.9c14 2.8 26.3-8.5 26.3-22.8s-9.3-22.5-21.3-25.2zM53.9 299.8c-2.7-12-12.9-21.3-25.2-21.3S3.1 290.8 5.9 304.8c6.6 33.3 19.7 64.3 37.9 91.6c7.9 11.9 24.6 12.6 34.7 2.5s9.4-22.5 2.8-32.9c-12.7-20-22.1-42.3-27.4-66.2z"]},{prefix:"fak",iconName:"paper-plane-regular",icon:[512,512,[],"e058","M16.1 260.2c-22.6 12.9-20.5 47.3 3.6 57.3L160 376 160 479.3c0 18.1 14.6 32.7 32.7 32.7 9.7 0 18.9-4.3 25.1-11.8l62-74.3 123.9 51.6c18.9 7.9 40.8-4.5 43.9-24.7l64-416c1.9-12.1-3.4-24.3-13.5-31.2s-23.3-7.5-34-1.4l-448 256zm52.1 25.5l341.5-195.1-219.6 245.4 1.2 1-123.1-51.3zM403.3 425.4l-166.6-69.5 214.1-239.3-47.5 308.8z"]},{prefix:"fak",iconName:"cabinet-filing-floppy-disk-regular",icon:[640,512,[],"e050","M496 352l0 8c0 13.4 10.6 24 24 24s24-10.6 24-24l0-16c0-22.1-17.9-40-40-40l-120 0 0 48 112 0zm24-208c13.4 0 24-10.6 24-24l0-16c0-22.1-17.9-40-40-40L360 64c-22.1 0-40 17.9-40 40l0 16c0 13.4 10.6 24 24 24s24-10.6 24-24l0-8 128 0 0 8c0 13.4 10.6 24 24 24zM576-32L288-32c-35.2 0-64 28.8-64 64l0 128 17 0c10.9 0 21.4 2.2 31 6.1L272 32c0-9 7-16 16-16l288 0c9 0 16 7 16 16l0 168-276.8 0 44.8 44.8s1.6 2.2 2.6 3.2l229.4 0 0 168c0 9-7 16-16 16l-192 0 0 48 192 0c35.2 0 64-28.8 64-64l0-384c0-35.2-28.8-64-64-64zM50.2 192C22.4 192 0 214.4 0 242.2L0 493.8C0 521.6 22.4 544 50.2 544l251.5 0c27.8 0 50.2-22.4 50.2-50.2L352 303c0-13.4-5.1-26.2-14.7-35.5l-60.8-60.8c-9.3-9.3-22.1-14.7-35.5-14.7L50.2 192zm25.3 75.5c0-13.8 11.2-25.3 25.3-25.3l125.8 0c13.8 0 25.3 11.2 25.3 25.3l0 50.2c0 13.8-11.2 25.3-25.3 25.3l-125.8 0c-13.8 0-25.3-11.2-25.3-25.3l0-50.2zM176 493.8a50.2 50.2 0 1 1 0-100.5 50.2 50.2 0 1 1 0 100.5z"]},{prefix:"fak",iconName:"user-gear-regular",icon:[640,512,[],"e00f","M0 482.3C0 383.8 79.8 304 178.3 304l91.4 0c19.7 0 38.7 3.2 56.4 9.1c-5.7 19.4-.4 40.5 13.8 54.9c-.9 .9-1.8 1.9-2.6 2.8c-19.7-12-42.8-18.8-67.5-18.8l-91.4 0c-65.7 0-120.1 48.7-129 112L348 464l7.4 12.8c13 22.3 38.9 32.4 62.6 26.2c.9 3 2 6 3.2 8.9c-1 .1-1.9 .1-2.9 .1L29.7 512C13.3 512 0 498.7 0 482.3zM96 128c0-45.7 24.4-88 64-110.9s88.4-22.9 128 0S352 82.3 352 128s-24.4 88-64 110.9s-88.4 22.9-128 0S96 173.7 96 128zm48 0c0 28.6 15.2 55 40 69.3s55.2 14.3 80 0s40-40.7 40-69.3s-15.2-55-40-69.3s-55.2-14.3-80 0S144 99.4 144 128zM363.2 316.8l24-41.6c6.6-11.5 21.3-15.4 32.8-8.8l8 4.6c4.9 2.8 10.9 2.5 15.8-.3s8.2-7.9 8.2-13.5l0-9.2c0-13.3 10.7-24 24-24l.1-.2 48 0c13.3 0 24 10.7 24 24l0 9.4c0 5.6 3.3 10.6 8.1 13.4c4.9 2.8 10.8 3.1 15.7 .3l8.2-4.7c11.5-6.6 26.2-2.7 32.8 8.8l24 41.6c6.6 11.5 2.7 26.2-8.8 32.8l-8.9 5.1c-4.6 2.6-7.2 7.7-7.2 13c0 5.7 2.7 11.1 7.6 13.9l8.4 4.9c11.5 6.6 15.4 21.3 8.8 32.8l-24 41.6c-6.6 11.5-21.3 15.4-32.8 8.8l-8.9-5.1c-4.7-2.7-10.5-2.4-15.2 .3s-7.9 7.6-7.9 13l0 10.3c0 13.3-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24l0-10c0-5.5-3.2-10.4-7.9-13.1c-4.8-2.7-10.6-3-15.3-.3l-8.7 5c-11.5 6.6-26.2 2.7-32.8-8.8l-24-41.6c-6.6-11.5-2.7-26.1 8.7-32.8l8-4.6c5-2.9 7.8-8.4 7.8-14.1c0-5.4-2.6-10.5-7.3-13.2l-8.5-4.9c-11.5-6.6-15.4-21.3-8.8-32.8zm95.2 26.9c-8.6 14.9-8.6 33.1 0 48s24.4 24 41.6 24s33-9.1 41.6-24s8.6-33.1 0-48s-24.4-24-41.6-24s-33 9.1-41.6 24z"]},{prefix:"fak",iconName:"chart-bar-stacked-regular",icon:[512,512,[],"e039","M417.1 200h-42.6c-19 0-34.7 15.7-34.7 34.7v210.6c0 19 15.7 34.7 34.7 34.7h42.6c19.3 0 34.7-15.7 34.7-34.7V234.7c0-19.3-15.7-34.7-34.7-34.7zm-7.2 238h-28v-56h28v56zm0-98h-28v-98h28v98zM132.4 116H99.6c-21.8 0-39.5 17.6-39.5 39.5v284.8c0 21.8 17.6 39.5 39.5 39.5h32.8c21.8 0 39.5-17.6 39.5-39.5V155.5c0-21.8-17.6-39.5-39.5-39.5zm-2.5 322h-28V326h28v112zm0-154h-28V158h28v126zm138-252h-24.1c-24.4 0-44 19.6-44 44v360.1c0 24.4 19.6 44 44 44h24.1c24.4 0 44-19.6 44-44V76c0-24.4-19.6-44-44-44zm2 404s-.8 2-2 2h-24.1s-2-.8-2-2V214h28v222zm0-264h-28V76s.8-2 2-2H268s2 .8 2 2v96z"]},{prefix:"fak",iconName:"code-compare-solid",icon:[512,512,[],"e060","M275.9 128.7c7.5-7.4 7.5-19.6 0-27.1L231.1 56.8c-7.4-7.5-19.6-7.5-27.1 0l0 0c0 .1 .1 .1 .1 .1-7.5 7.4-7.5 19.6 0 27.1l12 12-36.9 0c-38.9 0-70.4 31.5-70.5 70.4l0 169.4c-26 8.2-44.8 25.7-44.8 61s28.6 64 64 64 64-35.4 64-64-18.8-52.9-44.8-61l0-169.4c0-17.7 14.3-32 32-32l36.9 0-12 12c-7.5 7.4-7.4 19.6 0 27.1s19.6 7.5 27.1 0l44.8-44.8zM384 51.2c-35.4 0-64 35.4-64 64s18.8 52.9 44.8 61l0 169.3c0 17.7-14.3 32-32 32l-36.9 0 12-12c7.5-7.4 7.4-19.6 0-27.1s-19.6-7.5-27.1 0L236 383.2c-7.5 7.4-7.5 19.6 0 27.1l44.8 44.8c7.4 7.5 19.6 7.4 27.1 0s7.5-19.6 0-27.1l-12-12 36.9 0c38.9 0 70.4-31.5 70.4-70.4l0-169.4c26-8.2 44.8-25.7 44.8-61s-28.6-64-64-64z"]},{prefix:"fak",iconName:"file-rotate-right-solid",icon:[576,512,[],"e004","M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 38.6c-73.6 20.8-127.6 88.3-128 168.5l0 1.7c.3 58.7 29.3 110.7 73.8 142.5c-3.2 .5-6.4 .7-9.8 .7L64 512c-35.3 0-64-28.7-64-64L0 64zM256 0L384 128l-128 0L256 0zm32 368c0-79.5 64.5-144 144-144c36.9 0 70.5 13.9 96 36.7l0-12.7c0-13.3 10.7-24 24-24s24 10.7 24 24l0 80c0 13.3-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l31.6 0c-17.6-19.7-43.1-32-71.6-32c-53 0-96 43-96 96s43 96 96 96c28.4 0 53.9-12.3 71.6-32c8.8-9.9 24-10.7 33.9-1.9s10.7 24 1.9 33.9C513 493.4 474.7 512 432 512c-79.5 0-144-64.5-144-144z"]},{prefix:"fak",iconName:"consumer-regular",icon:[512,512,[],"e03d","M360 320h80c22.1 0 40-17.9 40-40v-80c0-22.1-17.9-40-40-40h-80c-22.1 0-40 17.9-40 40v16H136v-56h16c22.1 0 40-17.9 40-40V40c0-22.1-17.9-40-40-40H72C49.9 0 32 17.9 32 40v80c0 22.1 17.9 40 40 40h16v224c0 39.7 32.3 72 72 72h160v16c0 22.1 17.9 40 40 40h80c22.1 0 40-17.9 40-40v-80c0-22.1-17.9-40-40-40h-80c-22.1 0-40 17.9-40 40v16H160c-13.1 0-24-10.9-24-24V264h184v16c0 22.1 17.9 40 40 40zm8 80h64v64h-64v-64zM80 112V48h64v64H80z"]},{prefix:"fak",iconName:"house-magnifying-glass-regular",icon:[640,512,[],"e008","M5.6 263.5c-8.5-10.1-7.3-25.2 2.8-33.8l264-224c9-7.6 22.1-7.6 31.1 0c63.1 53.6 126.2 107.1 189.4 160.7c-14.2-4.1-29.3-6.4-44.9-6.4c-11.3 0-22.2 1.2-32.8 3.4L288 55.5 112 204.8 112 432c0 17.7 14.3 32 32 32l48 0 0-152c0-22.1 17.9-40 40-40l63.3 0c-4.8 15.2-7.3 31.3-7.3 48l-48 0 0 144 96 0 0-29.7c28.9 28.3 68.4 45.7 112 45.7c17.6 0 34.4-2.8 50.2-8l1.9 1.9C486.1 496.8 460.8 512 432 512l-288 0c-44.2 0-80-35.8-80-80l0-186.5L39.4 266.3c-10.1 8.5-25.3 7.3-33.8-2.8zM320 320c0-70.7 57.3-128 128-128s128 57.3 128 128c0 26.7-8.2 51.4-22.1 71.9L633 471c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L520 425.8l-.1 .1C499.4 439.8 474.7 448 448 448c-70.7 0-128-57.3-128-128zm48 0c0 28.6 15.2 55 40 69.3s55.2 14.3 80 0s40-40.7 40-69.3s-15.2-55-40-69.3s-55.2-14.3-80 0s-40 40.7-40 69.3z"]},{prefix:"fak",iconName:"left-panel-solid",icon:[576,512,[],"e021","M519.3 32H56.7C25.3 32 0 57.3 0 88.6V423c0 31.4 25.3 56.6 56.7 56.6h183.5v.3h48v-.3h231.2c31.4 0 56.7-25.3 56.7-56.6V88.6c0-31.4-25.3-56.6-56.7-56.6zM168.1 368h-48c-13.1 0-24-10.9-24-24s10.9-24 24-24h48c13.1 0 24 10.9 24 24s-10.9 24-24 24zm0-96h-48c-13.1 0-24-10.9-24-24s10.9-24 24-24h48c13.1 0 24 10.9 24 24s-10.9 24-24 24zm0-96h-48c-13.1 0-24-10.9-24-24s10.9-24 24-24h48c13.1 0 24 10.9 24 24s-10.9 24-24 24zM528.3 423c0 4.8-3.8 8.6-8.6 8.6H288.2V80h231.5c4.8 0 8.6 3.8 8.6 8.6V423z"]},{prefix:"fak",iconName:"list-magnifying-glass-regular",icon:[640,512,[],"e009","M16 72l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24L40 48C26.7 48 16 58.7 16 72zm0 160l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24zm0 160l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24zM160 96c0 13.3 10.7 24 24 24l304 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L184 72c-13.3 0-24 10.7-24 24zm0 160c0 13.3 10.7 24 24 24l109 0c4.5-17.3 11.7-33.5 21.3-48L184 232c-13.3 0-24 10.7-24 24zm0 160c0 13.3 10.7 24 24 24l158.1 0c-15.2-13.4-27.8-29.7-37.1-48L184 392c-13.3 0-24 10.7-24 24zm160-96c0 70.7 57.3 128 128 128c26.7 0 51.4-8.2 71.9-22.1l.1-.1 79.1 79.1c9.3 9.4 24.5 9.3 33.9 0s9.4-24.5 0-33.9l-79.1-79.1C567.8 371.4 576 346.7 576 320c0-70.7-57.3-128-128-128s-128 57.3-128 128zm48 0c0-28.6 15.2-55 40-69.3s55.2-14.3 80 0s40 40.7 40 69.3s-15.2 55-40 69.3s-55.2 14.3-80 0s-40-40.7-40-69.3z"]},{prefix:"fak",iconName:"thumbs-up-thumbs-down-solid",icon:[640,512,[],"e061","M479.4 256l1.3-7c4.2-20.8 15.4-39.4 32-52.5l4.5-3.8c14.1-11.5 22.4-28.5 22.4-46.7l0-69.8c0-20.2-9.9-38.7-26.6-49.9l-24-16C479.4 3.5 467.8 0 456 0L409.9 0c-16.6 0-30.1 13.4-30.1 30.1 0 2.2 0 4.5 .6 6.4-12.2 3.8-20.8 15-20.8 28.5 0 5.8 1.6 10.9 4.2 15.7-13.8 2.6-24.3 14.7-24.3 29.4 0 7.7 2.9 14.7 7.7 20.2-15.4 1.3-27.8 14.1-27.8 30.1 0 16.6 13.4 30.1 30.1 30.1l89.9 0c-8.6 14.4-14.7 30.4-17.9 47l-1.3 7c-3.2 16.3 7.4 32 23.7 35.2s32-7.4 35.2-23.7l.3 0zM640 160l0-139.8C640 9 631 0 620.2 0l-40 0C569 0 560.3 9 560 19.8l0 139.8c0 11.2 9 19.8 19.8 20.2l40 0c11.2 0 19.8-9 20.2-19.8zM195.8 232.6c16.3 3.2 26.9 19.2 23.7 35.2l-1.3 7c-3.2 16.6-9.3 32.6-17.9 47l89.9 0c16.6 0 30.1 13.4 30.1 30.1s-12.2 28.8-27.8 30.1c4.8 5.4 7.7 12.5 7.7 20.2 0 14.7-10.6 26.9-24.3 29.4 2.9 4.5 4.2 9.9 4.2 15.7 0 13.4-8.6 24.6-20.8 28.5 2 8.9-.2 18.2-6 25.3s-14.4 11.2-23.5 11.2l-46.1 0c-11.8 0-23.4-3.5-33.3-9.9l-24-16c-16.6-11.2-26.6-29.8-26.6-49.9l0-69.4c0-18.2 8.3-35.5 22.4-46.7l4.5-3.8c16.6-13.1 27.8-32 32-52.5l1.3-7c3.2-16.3 19.2-26.9 35.2-23.7l.6-.6zm-176 99.5l40 0c11.2 0 19.8 9 19.8 19.8l0 140.2c0 11.2-9 19.8-19.8 19.8l-40 0C8.6 512 0 503 0 492.2L0 352c0-11.2 9-19.8 19.8-19.8z"]},{prefix:"fak",iconName:"scheduled-regular",icon:[512,512,[],"e063","M480.1 418l-64.4-64.4c-4.2-4.5-10.1-7-16.2-7s-12 2.5-16.2 7l-2.9 2.8-36.7-37.1c26.7-32 41.3-72.4 41.4-114.1 .3-47.7-18.7-93.5-52.6-127-33.6-33.8-79.4-52.8-127.1-52.6-47.7-.3-93.5 18.7-127.1 52.6-33.8 33.6-52.8 79.4-52.6 127.1 0 47.9 18.4 93.2 52.6 127.1 33.6 33.8 79.4 52.8 127 52.6 41.7 .1 82.2-14.6 114.1-41.4l36.7 36.7-2.9 2.9c-4.5 4.2-7 10.1-7 16.2s2.5 12 7 16.2L417.8 480c4.1 4.3 9.9 6.6 15.8 6.5 5.4 0 11.9-1.8 15.8-6.5L479 450.4c9.1-8.7 9.6-23.1 1.1-32.4zM205.4 346c-37.7 .1-73.8-14.8-100.4-41.4-26.6-26.6-41.5-62.8-41.4-100.5-.1-37.7 14.8-73.8 41.4-100.4 26.6-26.6 62.8-41.5 100.4-41.4 37.7-.1 73.8 14.8 100.4 41.4 26.6 26.6 41.5 62.8 41.4 100.4 .1 37.7-14.8 73.8-41.4 100.4-27.7 26.7-62.6 41.4-100.5 41.4zm15.9-61.6l-31.3 0c-1.1 0-1.8 1.1-1.8 1.8 0 9.3 8.3 16.5 17.7 16.5 10.1 0 17.7-7.2 17.7-16.5 .3 0-.4-1.8-2.2-1.8zM258 236.5c1.8-5.4 2.9-10.1 2.9-15.8l0-43.2c0-22-14.8-41.4-36.7-49l0-4.7c0-9.4-8.3-16.5-17.6-16.5-10.1 0-17.7 7.2-17.7 16.5l0 4.7c-22 7.2-36.7 26.6-36.7 49l0 43.2c0 5.4 1.1 11.2 2.9 15.8-16.6 1.1-27.7 8.3-27.7 17.7l0 15.8c0 1.1 1.1 1.8 1.8 1.8l151.9 0c1.1 0 1.8-1.1 1.8-1.8l0-15.8c1.1-9.4-10-17-24.8-17.7z"]},{prefix:"fak",iconName:"wand-magic-sparkles-regular",icon:[512,512,[],"e05e","M230.4 25.6c2.6 0 5 1.6 5.9 4L248.2 59 277.6 70.9c2.4 1 4 3.4 4 5.9s-1.6 5-4 5.9L248.2 94.6 236.3 124c-1 2.4-3.4 4-5.9 4s-5-1.6-5.9-4l-11.8-29.4-29.4-11.8c-2.4-1-4-3.4-4-5.9s1.6-5 4-5.9L212.6 59 224.5 29.6c1-2.4 3.4-4 5.9-4zm163.2 64c-1 0-2.1 .4-2.8 1.2l-85.3 85.2 30.5 30.5 85.2-85.3c.7-.7 1.2-1.8 1.2-2.8s-.4-2.1-1.2-2.8L396.4 90.8c-.7-.7-1.8-1.2-2.8-1.2zm-29.9-26c7.9-7.9 18.7-12.4 29.9-12.4s22 4.5 30 12.4l24.8 24.8c7.9 8 12.4 18.8 12.4 30s-4.5 22-12.4 30l-300 300c-8 7.9-18.8 12.4-30 12.4s-22-4.5-30-12.4L63.6 423.6c-7.9-8-12.4-18.8-12.4-30s4.5-22 12.4-30l300-300 .1 0zm-249.5 21l17.2 40.1 40.1 17.2c4.7 2 7.8 6.6 7.8 11.8s-3 9.8-7.8 11.8l-40.1 17.2-17.2 40.1c-2 4.7-6.6 7.8-11.8 7.8s-9.8-3-11.8-7.8l-17.2-40.1-40.1-17.2c-4.7-2-7.8-6.6-7.8-11.8s3-9.8 7.8-11.8l40.1-17.2 17.2-40.1c2-4.7 6.6-7.8 11.8-7.8s9.8 3 11.8 7.8zM408.6 302.2l17.2 40.1 40.1 17.2c4.7 2 7.8 6.6 7.8 11.8s-3 9.8-7.8 11.8l-40.1 17.2-17.2 40.1c-2 4.7-6.6 7.8-11.8 7.8s-9.8-3-11.8-7.8l-17.2-40.1-40.1-17.2c-4.7-2-7.8-6.6-7.8-11.8s3-9.8 7.8-11.8l40.1-17.2 17.2-40.1c2-4.7 6.6-7.8 11.8-7.8s9.8 3 11.8 7.8z"]},{prefix:"fak",iconName:"hourglass-end-regular",icon:[512,512,[],"e05b","M102.4 70.4c0-10.6 8.6-19.2 19.2-19.2l268.8 0c10.6 0 19.2 8.6 19.2 19.2S401 89.6 390.4 89.6l-6.4 0 0 15.2c0 32.2-12.8 63.2-35.6 86l-65.2 65.2 65.2 65.2C371.2 344 384 375 384 407.2l0 15.2 6.4 0c10.6 0 19.2 8.6 19.2 19.2s-8.6 19.2-19.2 19.2l-268.8 0c-10.6 0-19.2-8.6-19.2-19.2s8.6-19.2 19.2-19.2l6.4 0 0-15.2c0-32.2 12.8-63.2 35.6-86l65.2-65.2-65.2-65.2C140.8 168 128 137 128 104.8l0-15.2-6.4 0c-10.6 0-19.2-8.6-19.2-19.2zM206.3 332.8l99.3 0-49.7-49.7-49.7 49.7 .1 0zM321.2 163.6c15.6-15.6 24.4-36.7 24.4-58.8l0-15.2-179.2 0 0 15.2c0 22.1 8.8 43.2 24.4 58.8l65.2 65.2 65.2-65.2z"]},{prefix:"fak",iconName:"file-lines-gear-regular",icon:[576,512,[],"e049","M0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.2 6.7 45.2 18.7l90.6 90.5c12 12 18.7 28.3 18.7 45.3l0 42.8c-14.6 6.9-25.7 19.8-30.1 35.7-5.9-1.5-12-2-17.9-1.6l0-71.4-80 0c-17.7 0-32-14.3-32-32l0-80-160 0c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l220 0 7.4 12.8c12.6 21.6 37.3 31.8 60.4 26.7-9.4 5.4-20.2 8.5-31.8 8.5L64 512c-35.3 0-64-28.7-64-64L0 64zM96 280c0-13.3 10.7-24 24-24l144 0c9.5 0 17.6 5.4 21.5 13.4l-18.1 31.4c-.6 1-1.2 2.1-1.7 3.1-.6 0-1.1 .1-1.7 .1l-144 0c-13.3 0-24-10.7-24-24zm0 96c0-13.3 10.7-24 24-24l144 0c.3 0 .6 0 .9 0 2.7 5.8 6.4 11.3 11 16-8.6 8.8-14 20.1-15.6 32L120 400c-13.3 0-24-10.7-24-24zm203.2-59.2l24-41.6c6.6-11.5 21.3-15.4 32.8-8.8l8 4.6c4.9 2.8 10.9 2.5 15.8-.3s8.2-7.9 8.2-13.5l0-9.2c0-13.3 10.7-24 24-24l.1-.2 48 0c13.3 0 24 10.7 24 24l0 9.4c0 5.6 3.3 10.6 8.1 13.4 4.9 2.8 10.8 3.1 15.7 .3l8.2-4.7c11.5-6.6 26.2-2.7 32.8 8.8l24 41.6c6.6 11.5 2.7 26.2-8.8 32.8l-8.9 5.1c-4.6 2.6-7.2 7.7-7.2 13 0 5.7 2.7 11.1 7.6 13.9l8.4 4.9c11.5 6.6 15.4 21.3 8.8 32.8l-24 41.6c-6.6 11.5-21.3 15.4-32.8 8.8l-8.9-5.1c-4.7-2.7-10.5-2.4-15.2 .3s-7.9 7.6-7.9 13l0 10.3c0 13.3-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24l0-10c0-5.5-3.2-10.4-7.9-13.1-4.8-2.7-10.6-3-15.3-.3l-8.7 5c-11.5 6.6-26.2 2.7-32.8-8.8l-24-41.6c-6.6-11.5-2.7-26.1 8.7-32.8l8-4.6c5-2.9 7.8-8.4 7.8-14.1 0-5.4-2.6-10.5-7.3-13.2l-8.5-4.9c-11.5-6.6-15.4-21.3-8.8-32.8zM388 367.7c0 26.5 21.5 48 48 48s48-21.5 48-48-21.5-48-48-48-48 21.5-48 48z"]},{prefix:"fak",iconName:"user-lock-regular",icon:[640,512,[],"e010","M0 482.3C0 383.8 79.8 304 178.3 304l91.4 0c43.6 0 83.6 15.7 114.6 41.7c-.2 2.1-.3 4.2-.3 6.3l0 67.6C361.8 379.3 319 352 269.8 352l-91.4 0c-65.7 0-120.1 48.7-129 112L384 464l0 15.9c0 11.7 3.1 22.6 8.6 32.1L29.7 512C13.3 512 0 498.7 0 482.3zM96 128c0-45.7 24.4-88 64-110.9s88.4-22.9 128 0S352 82.3 352 128s-24.4 88-64 110.9s-88.4 22.9-128 0S96 173.7 96 128zm48 0c0 28.6 15.2 55 40 69.3s55.2 14.3 80 0s40-40.7 40-69.3s-15.2-55-40-69.3s-55.2-14.3-80 0S144 99.4 144 128zM416 352c0-17.7 14.3-32 32-32l0-48c0-44.2 35.8-80 80-80s80 35.8 80 80l0 48c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-128zm80-80l0 48 64 0 0-48c0-17.7-14.3-32-32-32s-32 14.3-32 32z"]},{prefix:"fak",iconName:"hourglass-half-circle-check-regular",icon:[576,512,[],"e00b","M0 24C0 10.7 10.7 0 24 0L360 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 19c0 40.3-16 79-44.5 107.5L225.9 256l43.8 43.8c-7.2 17-11.7 35.4-13.2 54.7L192 289.9l-81.5 81.5 0 .1c-3.9 3.9-7.5 8.1-10.7 12.5l156.9 0c4.8 52.9 33 99 74.1 128L24 512c-13.3 0-24-10.7-24-24s10.7-24 24-24l8 0 0-19c0-40.3 16-79 44.5-107.5L158.1 256 76.5 174.5C48 146 32 107.3 32 67l0-19-8 0C10.7 48 0 37.3 0 24zM80 48l0 19c0 22.1 7 43.4 19.8 61l184.4 0C297 110.4 304 89 304 67l0-19L80 48zM288 368c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144zm76.7-11.3c-6.2 6.2-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L416 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0z"]},{prefix:"fak",iconName:"context-menu-cursor-regular",icon:[586,512,[],"e04f","M319.6 232.6c0-4.4 1.1-8.4 1.8-12.4l-166 0c-15.4 0-27.4 12.1-27.4 27.4S140.1 275 155.4 275l164.2 0 0-42.4zm0 224.5l-246.5 0c-9.9 0-18.3-8-18.3-18.3l0-366.1c0-10.2 8-18.3 18.3-18.3l365.7 0c10.2 0 18.3 8 18.3 18.3l0 125.8 54.9 41 0-166.4C512 32.9 479.1 0 438.9 0L73.1 0C32.9 0 0 32.9 0 73.1L0 438.9C0 479.1 32.9 512 73.1 512L343 512c-14.3-12.8-23.4-30.7-23.4-50.8l0-4zM384 137.9c0-15.4-12.1-27.4-27.4-27.4l-201.1 0c-15.4 0-27.4 12.1-27.4 27.4s12.1 27.4 27.4 27.4l201.1 0c15.4 0 27.4-12.1 27.4-27.4zM128 357.3c0 15.4 12.1 27.4 27.4 27.4l164.2 0 0-54.9-164.2 0c-15.4 0-27.4 12.1-27.4 27.4zm451.3 1.5L396.4 221.6c-4-3.3-9.9-3.7-14.3-1.5-4.8 2.2-7.7 6.9-7.7 12.4l0 228.6c0 5.9 3.7 11 9.5 12.8s11.7 0 15.4-4.8l52.3-69.5 50.8 101.7c4.4 9.1 15.4 12.8 24.5 8 9.1-4.4 12.8-15.4 8-24.5l-50.8-101.7 87 0c5.9 0 11.3-3.7 13.2-9.5 1.8-5.5 0-11.7-4.8-15.4z"]},{prefix:"fak",iconName:"bars-progress-regular",icon:[512,512,[],"e05d","M307.2 192l89.6 0 0-76.8-89.6 0 0 76.8zM76.8 115.2C76.8 94 94 76.8 115.2 76.8l281.6 0c21.2 0 38.4 17.2 38.4 38.4l0 76.8c0 21.2-17.2 38.4-38.4 38.4l-281.6 0c-21.2 0-38.4-17.2-38.4-38.4l0-76.8zM396.8 320l-192 0 0 76.8 192 0 0-76.8zM115.2 281.6l281.6 0c21.2 0 38.4 17.2 38.4 38.4l0 76.8c0 21.2-17.2 38.4-38.4 38.4l-281.6 0c-21.2 0-38.4-17.2-38.4-38.4l0-76.8c0-21.2 17.2-38.4 38.4-38.4z"]},{prefix:"fak",iconName:"hourglass-half-regular",icon:[512,512,[],"e065","M102.4 70.4c0-10.6 8.6-19.2 19.2-19.2l268.8 0c10.6 0 19.2 8.6 19.2 19.2S401 89.6 390.4 89.6l-6.4 0 0 15.2c0 32.2-12.8 63.2-35.6 86l-65.2 65.2 65.2 65.2C371.2 344 384 375 384 407.2l0 15.2 6.4 0c10.6 0 19.2 8.6 19.2 19.2s-8.6 19.2-19.2 19.2l-268.8 0c-10.6 0-19.2-8.6-19.2-19.2s8.6-19.2 19.2-19.2l6.4 0 0-15.2c0-32.2 12.8-63.2 35.6-86l65.2-65.2-65.2-65.2C140.8 168 128 137 128 104.8l0-15.2-6.4 0c-10.6 0-19.2-8.6-19.2-19.2zm88.4 278c-3.1 3.1-6 6.5-8.6 10l147.5 0c-2.6-3.5-5.4-6.9-8.6-10l-65.2-65.2-65.2 65.2zM337.4 140.8c5.3-11.1 8.2-23.4 8.2-36l0-15.2-179.2 0 0 15.2c0 12.6 2.9 24.9 8.2 36l162.9 0z"]},{prefix:"fak",iconName:"paper-plane-slash-regular",icon:[640,512,[],"e057","M5.1 9.2C-3.1 19.6-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L522.2 384 575.6 36.8c1.9-12.1-3.4-24.3-13.5-31.2s-23.3-7.5-34-1.4L244.5 166.3 38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2zM285.2 198.3l188.5-107.7-134.3 150.1-54.1-42.4zm92 72.1L514.8 116.6 478.9 350 377.2 270.4zM154.5 217.7L80.1 260.2c-22.6 12.9-20.5 47.3 3.6 57.3L224 376 224 479.3c0 18.1 14.6 32.7 32.7 32.7 9.7 0 18.9-4.3 25.1-11.8l62-74.3 123.9 51.6c6.2 2.6 12.6 3 18.7 1.7l-123.7-97.4-62-25.9 12.1-13.5-37.8-29.8-20.9 23.3 1.2 1-123.1-51.3 62.9-36-40.7-32z"]},{prefix:"fak",iconName:"binder-open-arrow-right-regular",icon:[576,512,[],"e032","M478.7 262.1c-5.4-4.8-12.7-6-19.1-2.9l-.3 .6c-6.4 2.9-10.5 9.2-10.5 16.2v35.6h-62.6c-54.3 0-98.1 44.1-98.1 98.1s45.4 91.5 55.9 97.2c1.3 .6 2.9 1 4.4 1c6 0 11.1-5.1 11.1-11.1s-2.5-7.9-5.4-10.8c-5.4-5.1-12.4-14.6-12.4-31.8c0-29.5 24.1-53.7 53.7-53.7h53.7v35.6c0 7 4.1 13.3 10.5 16.2s14 1.6 19.1-2.9l89.2-80.4c3.8-3.5 6-8.3 6-13.3s-2.2-9.8-6-13.3L478.7 262zM547 53.7c-21.6-7-73-21.3-128-21.3l-.3-.3c-36.5 0-71.1 6.4-96.6 12.7c-12.7 3.2-23.2 6.4-30.8 8.6c-1.3 .3-2.5 .6-3.8 1.3c-1-.3-2.5-1-3.8-1.3c-7.3-2.5-18.1-5.4-30.8-8.6c-25.4-6.4-60-12.7-96.6-12.7c-54.6 0-105.8 14.6-127.4 21.3C12.5 58.8 2 74 2 90.5v310c0 23.5 19.7 40.3 41 40.3s4.4 0 6.7-.6c19.7-3.2 54.3-7.6 99.1-7.6s79.1 16.2 99.4 27.9c-5.1-15.2-7.9-32.1-7.9-50.5s.6-3.8 .6-6c-24.5-10.2-56.2-18.7-91.8-18.7s-76.9 3.8-99.1 7V96.9c22.2-6.7 63.8-17.1 107.3-17.1s62.2 5.4 85.1 11.1c8.6 2.2 15.9 4.1 21.9 6v62.3h-31.8c-13 0-23.8 10.8-23.8 23.8s10.8 23.8 23.8 23.8h31.8v95.3h-31.8c-13 0-23.8 10.8-23.8 23.8s10.8 23.8 23.8 23.8h21.6c12.4-27 32.7-49.2 57.8-64.2v-78.8h31.8c13 0 23.8-10.8 23.8-23.8s-10.8-23.8-23.8-23.8h-31.8V96.8c6-1.9 13.3-3.8 21.9-6c23.2-5.7 54-11.1 85.1-11.1S504 90.2 526.2 96.8v144.8l47.6 42.9V90.9c0-16.5-10.2-31.8-27-37.2z"]},{prefix:"fak",iconName:"bell-circle-plus-regular",icon:[640,512,[],"e000","M2.4 402.4c-4-8.3-2.9-18.2 2.9-25.4l14.9-18.7C48.5 322.9 64 278.8 64 233.4L64 208c0-77.4 55-142 128-156.8L192 32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 19.2C329 66 384 130.6 384 208l0 24.2c-17.4 14.3-31.9 31.9-42.8 51.9c-3.5-16.6-5.2-33.6-5.2-50.7l0-25.4c0-61.9-50.1-112-112-112s-112 50.1-112 112l0 25.4C112 281.3 98.1 328 72.3 368L320 368c0 16.6 2.3 32.7 6.6 48L24 416c-9.2 0-17.6-5.3-21.6-13.6zM160 448l64 0 64 0c0 17-6.7 33.3-18.7 45.3s-28.3 18.7-45.3 18.7s-33.3-6.7-45.3-18.7s-18.7-28.3-18.7-45.3zm192-80c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144zm64 0c0 8.8 7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16s16-7.2 16-16l0-48 48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0 0-48c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 48-48 0c-8.8 0-16 7.2-16 16z"]},{prefix:"fak",iconName:"diagram-sunburst-regular",icon:[512,512,[],"e03f","M314.8 185.3l79.5-30.3C359.5 85.9 291 39 214 32v84.8c42.7 6.2 79.2 31.2 100.8 68.5zM193.2 354.4h.3c34 0 66-17.7 84-46.6l-74.1-26.7-36.2 69.9c8.4 2.2 17.1 3.4 26.1 3.4h-.1zm-20.5-104v-91.8c-45.5 9.5-78.3 49.7-78.3 96.9s13.5 57.6 36.2 76.4l42.1-81.4h0zm119.7 5.1c0-47.2-32.9-87.3-78.3-96.9v82.3l77.5 28.1c.6-4.5 .8-9 .8-13.5h0zM147.9 388.1l-39 75.5c32.9 13.2 67.4 18.5 103.3 15.7l-14.3-83.7c-17.7 .3-34.3-2-50-7.6h0zm261-194.9v.4h.2l-.3-.4h0zm.1 .3l-79.3 30c2.5 10.4 3.7 21.1 3.7 31.7s-.8 18.5-2.8 27.5l79.7 28.9c4.8-18.2 7.3-37.3 7.3-56.4s-2.8-41.6-8.6-61.7h0zM238.9 388.1l-.3 .3 14.3 83.7c63.7-17.4 115.7-61.5 143.8-121.3L317 321.9c-16.8 31.4-44.4 54.7-78.1 66.3h0z"]},{prefix:"fak",iconName:"bullets-line-regular",icon:[512,512,[],"e035","M416 192c-28.4 0-52.4 18.5-60.8 44h-38.4c-8.4-25.6-32.4-44-60.8-44s-52.4 18.5-60.8 44h-38.4c-8.4-25.6-32.4-44-60.8-44s-64 28.7-64 64 28.7 64 64 64 52.4-18.5 60.8-44h38.4c8.4 25.6 32.4 44 60.8 44s52.4-18.5 60.8-44h38.4c8.4 25.6 32.4 44 60.8 44s64-28.7 64-64-28.7-64-64-64zM96 280c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm160 0c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm160 0c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24z"]},{prefix:"fak",iconName:"language-circle-exclamation-regular",icon:[640,512,[],"e04d","M0 128C0 92.7 28.7 64 64 64l208 0 32 0 16 0 256 0c35.3 0 64 28.7 64 64l0 138.8c-12.9-18.3-29.2-34-48-46.3l0-92.5c0-8.8-7.2-16-16-16l-256 0 0 256 0 32 2.9 0c3.1 17 8.7 33.1 16.3 48l-19.2 0-16 0-32 0-208 0c-35.3 0-64-28.7-64-64L0 128zM77.7 319.9c-4.4 10.1 .1 22 10.2 26.4s21.9-.1 26.4-10.2l8.9-20.1 73.6 0 8.9 20.1c4.5 10.1 16.3 14.7 26.4 10.2s14.7-16.3 10.2-26.4l-64-144c-3.2-7.2-10.4-11.9-18.3-11.9s-15.1 4.7-18.3 11.9l-64 144zM141 276l19-42.8 19 42.8-38 0zm211 92c0-79.5 64.5-144 144-144s144 64.5 144 144-64.5 144-144 144-144-64.5-144-144zm12-160c0-11 9-20 20-20l52 0 0-4c0-11 9-20 20-20s20 9 20 20l0 4 44 0 16 0c9 0 16.6 6 19.1 14.2-18.5-6.6-38.4-10.2-59.1-10.2-40.1 0-77.1 13.4-106.7 36l-5.3 0c-11 0-20-9-20-20zM472 440c0 13.3 10.7 24 24 24s24-10.7 24-24-10.7-24-24-24-24 10.7-24 24zm8-152l0 80c0 8.8 7.2 16 16 16s16-7.2 16-16l0-80c0-8.8-7.2-16-16-16s-16 7.2-16 16z"]},{prefix:"fak",iconName:"message-bot-circle-bot-solid",icon:[640,512,[],"e05a","M192 32q128 0 0 0 128 0 0 0zm0 0c-53 0-96 43-96 96l0 64-72 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l72 0 0 112c0 53 43 96 96 96l0 72c0 13.3 10.7 24 24 24 5.2 0 10.2-1.7 14.4-4.8l79.5-59.7c-3.9-15.2-5.9-31.1-5.9-47.5 0-41.8 13.4-80.5 36-112l-84 0c-53 0-96-43-96-96s43-96 96-96l128 0c53 0 96 43 96 96 0 5.7-.5 11.3-1.5 16.8 5.8-.5 11.6-.8 17.5-.8 16.6 0 32.7 2.1 48 6.1l0-6.1 72 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-72 0 0-64c0-53-43-96-96-96L192 32zm64 160t0 0 0 0zm128 0t0 0 0 0zm-128 0c-17.7 0-32 14.3-32 32s14.3 32 32 32t0 0 0 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0 0 0 0zm128 0c-17.7 0-32 14.3-32 32s14.3 32 32 32t0 0 0 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0 0 0 0zm112 96c-79.5 0-144 64.5-144 144s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144zm14 67.5c5.6-4.5 13.6-4.7 19.4-.4 5.8 4.2 8.1 11.8 5.6 18.6L519.1 416 552 416c6.8 0 12.8 4.3 15.1 10.7s.2 13.5-5.1 17.8l-80 64c-5.6 4.5-13.6 4.7-19.4 .4-5.8-4.2-8.1-11.8-5.6-18.6l15.9-42.4-32.9 0c-6.8 0-12.8-4.3-15.1-10.7s-.2-13.5 5.1-17.8l80-64z"]},{prefix:"fak",iconName:"mobile-landscape-regular",icon:[512,512,[],"e043","M48 368c0 8.8 7.2 16 16 16h384c8.8 0 16-7.2 16-16V144c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16v224zm16 64c-35.3 0-64-28.7-64-64V144c0-35.3 28.7-64 64-64h384c35.3 0 64 28.7 64 64v224c0 35.3-28.7 64-64 64H64zM400 288v-64c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 8.8-7.2 16-16 16s-16-7.2-16-16z"]},{prefix:"fak",iconName:"binder-open-pen-regular",icon:[608,512,[],"e031","M367.3 324.8c-1.3-12.1-11.2-21.7-23.7-21.7h-32v-95.9h32c13.1 0 24-10.9 24-24s-10.9-24-24-24h-32V96.5c6.1-1.9 13.4-3.8 22.1-6.1c23.3-5.8 54.3-11.2 85.7-11.2s85.7 10.5 108.1 17.3v83.1c8.3-2.6 16.9-4.2 25.6-4.2s15 1.3 22.4 3.2V90.4c0-16.6-10.2-32-27.2-37.4c-21.7-7-73.5-21.4-128.8-21.4l.6 .3c-36.8 0-71.6 6.4-97.2 12.8c-12.8 3.2-23.3 6.4-31 8.6c-1.3 .3-2.6 .6-3.8 1.3c-1-.3-2.6-1-3.8-1.3c-7.4-2.6-18.2-5.4-31-8.6c-25.6-6.4-60.4-12.8-97.2-12.8c-55.3 0-107.1 14.7-128.8 21.4C10.6 58.8 0 74.1 0 90.7v312c0 23.7 19.8 40.6 41.2 40.6s4.5 0 6.7-.6c19.8-3.2 54.7-7.7 99.7-7.7s97.5 25.6 112.5 35.5c4.2 2.9 9 4.8 14.4 6.4l6.7-27.5 7.4-29.7c3.5-14.1 10.9-27.2 21.1-37.4l1.9-1.9V351H341l26.2-26.2zm-103.2-165h-32c-13.1 0-24 10.9-24 24s10.9 24 24 24h32v95.9h-32c-13.1 0-24 10.9-24 24s10.9 24 24 24h32v65.9c-25.9-13.7-67.1-29.7-115.7-29.7s-77.4 3.8-99.7 7h-.3V97.1c22.4-6.7 64.3-17.3 108.1-17.3s62.7 5.4 85.7 11.2c8.6 2.2 16 4.2 22.1 6.1v62.7zm332.2 90.1c-4.8-4.8-9.6-9.6-14.4-14.4c-15.7-15.7-40.9-15.7-56.6 0l-29.4 29.4c23.7 23.7 47.3 47.3 71 71c9.9-9.9 19.5-19.5 29.4-29.4c15.7-15.7 15.7-40.9 0-56.6zM344 416.5c-4.2 4.2-7 9.3-8.3 15c-5.1 19.8-9.9 40-15 60.1c-1.3 5.4 0 11.2 4.2 15.3c4.2 4.2 9.6 5.8 15.3 4.2c19.8-5.1 40-9.9 60.1-15c5.8-1.3 10.9-4.2 15-8.3c43.2-43.2 86-86 129.2-129.2L473.2 287.3 344 416.5z"]},{prefix:"fak",iconName:"threshold-regular",icon:[512,512,[],"e048","M122 112.8H20.2C9 112.8 0 121.8 0 133v3.7c0 11.2 9 20.2 20.2 20.2H122c11.2 0 20.2-9 20.2-20.2V133c0-11.2-9-20.2-20.2-20.2zM92.4 313.6H78.2c-15.7 0-28.4 12.7-28.4 28.4v85.3c0 15.7 12.7 28.4 28.4 28.4h14.2c15.7 0 28.4-12.7 28.4-28.4V342c0-15.7-12.7-28.4-28.4-28.4zm113.8-85.3H192c-15.7 0-28.4 12.7-28.4 28.4v170.7c0 15.7 12.7 28.4 28.4 28.4h14.2c15.7 0 28.4-12.7 28.4-28.4V256.7c0-15.7-12.7-28.4-28.4-28.4zm-1.1-128h101.8c11.2 0 20.2-9 20.2-20.2v-3.7c0-11.2-9-20.2-20.2-20.2H205.1c-11.2 0-20.2 9-20.2 20.2v3.7c0 11.2 9 20.2 20.2 20.2zM320 285.2h-14.2c-15.7 0-28.4 12.7-28.4 28.4v113.8c0 15.7 12.7 28.4 28.4 28.4H320c15.7 0 28.4-12.7 28.4-28.4V313.6c0-15.7-12.7-28.4-28.4-28.4zm171.8-229H390c-11.2 0-20.2 9-20.2 20.2v3.7c0 11.2 9 20.2 20.2 20.2h101.8c11.2 0 20.2-9 20.2-20.2v-3.7c0-11.2-9-20.2-20.2-20.2zm-59.7 143.6h-10.8c-16.7 0-30.2 13.5-30.2 30.2v194.3c0 16.7 13.5 30.2 30.2 30.2h10.8c16.7 0 30.2-13.5 30.2-30.2V230c0-16.7-13.5-30.2-30.2-30.2z"]},{prefix:"fak",iconName:"bookmark-circle-plus-regular",icon:[576,512,[],"e001","M0 48C0 21.5 21.5 0 48 0L336 0c26.5 0 48 21.5 48 48l0 150.6c-17.2 4.9-33.4 12.3-48 21.8L336 48 48 48l0 393.4 130.1-92.9c8.3-6 19.6-6 27.9 0l50.8 36.3c2.7 28.7 12.3 55.3 27.1 78.3L192 397.5 37.9 507.5c-7.3 5.2-16.9 5.9-24.9 1.8S0 497 0 488L0 48zM288 368c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144zm64 0c0 8.8 7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16s16-7.2 16-16l0-48 48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0 0-48c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 48-48 0c-8.8 0-16 7.2-16 16z"]},{prefix:"fak",iconName:"shared-solid",icon:[512,512,[],"e062","M217.9 179.3l197.9 0c21.2 0 38.4-17.2 38.4-38.4s-17.2-38.4-38.4-38.4l-197.9 0 0-76.5-198.9 114.9 198.9 125.2 0-86.7zm62.9 153.8L83 333.1c-21.2 0-38.4 17.2-38.4 38.4S61.8 409.9 83 409.9l197.8 0 0 76.5 199-114.9-199-125.1 0 86.7z"]},{prefix:"fak",iconName:"binder-open-regular",icon:[576,512,[],"e034","M548.8 53.8c-21.8-7.1-73.6-21.5-129-21.5l.6-.3c-36.8 0-71.7 6.4-97.3 12.8c-12.8 3.2-23.4 6.4-31 8.7c-1.3 .3-2.6 .6-3.8 1.3c-1-.3-2.6-1-3.8-1.3c-7.4-2.6-18.2-5.4-31-8.7c-25.6-6.4-60.5-12.8-97.3-12.8c-55.4 0-107.2 14.7-129 21.5C10.6 58.9 0 74.3 0 91v312.8c0 23.7 19.8 40.7 41.3 40.7s4.5 0 6.7-.6c19.8-3.2 54.7-7.7 99.8-7.7s97.6 25.6 112.6 35.6c7.4 5.1 17 8.3 26.9 8.3s21.4-4.2 29.4-9.9c13.4-9.9 52.2-34.3 111-34.3s80.6 3.8 98.9 7.1c2.2 .3 4.5 .6 7 .6c21.4 0 42.2-17 42.2-41.3V91.3c0-16.7-10.2-32-27.2-37.5zM264.3 160.2h-32c-13.1 0-24 10.9-24 24s10.9 24 24 24h32v96.1h-32c-13.1 0-24 10.9-24 24s10.9 24 24 24h32v66c-25.9-13.8-67.2-29.8-115.8-29.8s-77.4 3.8-99.8 7.1h-.3V97.4c22.4-6.7 64.3-17.3 108.2-17.3s62.7 5.4 85.8 11.2c8.6 2.2 16 4.2 22.1 6.1v62.8zm264 234.9c-21.8-3.2-55-6.7-99.8-6.7s-90.9 15.1-115.8 28.5v-64.7h32c13.1 0 24-10.9 24-24s-10.9-24-24-24h-32v-96.1h32c13.1 0 24-10.9 24-24s-10.9-24-24-24h-32l-.3 .3V97.6c6.1-1.9 13.4-3.8 22.1-6.1c23.4-5.8 54.4-11.2 85.8-11.2s85.8 10.6 108.2 17.3v297.7z"]},{prefix:"fak",iconName:"book-open-gear-regular",icon:[640,512,[],"e003","M0 91.1C0 74.5 10.3 59 27.1 53.6C48.8 46.6 100.6 32 156 32c36.8 0 71.8 6.4 97.4 12.7c12.8 3.2 23.4 6.3 30.9 8.7c1.3 .4 2.6 .8 3.7 1.2c1.1-.4 2.4-.8 3.7-1.2c7.4-2.4 18.1-5.5 30.9-8.7C348.2 38.4 383.2 32 420 32c55.4 0 107.2 14.6 128.9 21.6C565.7 59 576 74.6 576 91.1l0 141.4c-.7 .2-1.4 .3-2.1 .5c-5.9-21.1-23.8-37.2-45.9-40.4l0-95.3C505.7 90.6 463.6 80 420 80c-31.6 0-62.6 5.6-85.9 11.3c-8.6 2.1-16.1 4.2-22.1 6l0 319.2 0 .1c3.7-2 7.7-4 12-6c.5 8.4 2.9 16.8 7.4 24.6l11.3 19.6c-12.1 5.8-20.8 11.6-25.9 15.3c-7.7 5.7-17.8 9.9-29.3 9.9c-10.2 0-19.5-3.4-27-8.4C245.5 461.5 202 436 148 436c-45.2 0-80.2 4.4-100 7.7c-24 4-48-14.1-48-40.2L0 91.1zm48 6.2l0 297.8c22.6-3.4 57.1-7.1 100-7.1c48.8 0 90 16.2 116 29.9l0-320.6c-6-1.8-13.5-3.9-22.1-6C218.6 85.6 187.6 80 156 80C112.4 80 70.3 90.6 48 97.3zM363.2 316.8l24-41.6c6.6-11.5 21.3-15.4 32.8-8.8l8 4.6c4.9 2.8 10.9 2.5 15.8-.3s8.2-7.9 8.2-13.5l0-9.2c0-13.3 10.7-24 24-24l.1-.2 48 0c13.3 0 24 10.7 24 24l0 9.4c0 5.6 3.3 10.6 8.1 13.4c4.9 2.8 10.8 3.1 15.7 .3l8.2-4.7c11.5-6.6 26.2-2.7 32.8 8.8l24 41.6c6.6 11.5 2.7 26.2-8.8 32.8l-8.9 5.1c-4.6 2.6-7.2 7.7-7.2 13c0 5.7 2.7 11.1 7.6 13.9l8.4 4.9c11.5 6.6 15.4 21.3 8.8 32.8l-24 41.6c-6.6 11.5-21.3 15.4-32.8 8.8l-8.9-5.1c-4.7-2.7-10.5-2.4-15.2 .3s-7.9 7.6-7.9 13l0 10.3c0 13.3-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24l0-10c0-5.5-3.2-10.4-7.9-13.1c-4.8-2.7-10.6-3-15.3-.3l-8.7 5c-11.5 6.6-26.2 2.7-32.8-8.8l-24-41.6c-6.6-11.5-2.7-26.1 8.7-32.8l8-4.6c5-2.9 7.8-8.4 7.8-14.1c0-5.4-2.6-10.5-7.3-13.2l-8.5-4.9c-11.5-6.6-15.4-21.3-8.8-32.8zm95.2 26.9c-8.6 14.9-8.6 33.1 0 48s24.4 24 41.6 24s33-9.1 41.6-24s8.6-33.1 0-48s-24.4-24-41.6-24s-33 9.1-41.6 24z"]},{prefix:"fak",iconName:"circle-arrow-down-slash-regular",icon:[640,512,[],"e054","M39-24.8C29.7-15.5 29.7-.3 39 9.1l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-83.8-83.8C553.9 375 576 318.1 576 256 576 114.6 461.4 0 320 0l0 0C257.9 0 201 22.1 156.7 58.9l0 0-83.7-83.7c-9.4-9.4-24.6-9.4-33.9 0zM190.8 93c35.5-28.2 80.4-45 129.2-45 114.9 0 208 93.1 208 208 0 48.8-16.8 93.7-45 129.2l0 0-89.2-89.2 15-15c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-15 15-16-16 0-70.2c0-13.3-10.7-24-24-24s-24 10.7-24 24L296 198.2 190.8 93zM95.3 133.2C75.4 169.6 64 211.5 64 256 64 397.4 178.6 512 320 512l0 0c44.5 0 86.4-11.4 122.8-31.3l-35.7-35.7c-26.5 12.2-56 19.1-87.1 19.1-114.9 0-208-93.1-208-208 0-31.1 6.8-60.6 19.1-87.1L95.3 133.2zM224.2 262c-.6 6.8 1.7 13.8 6.9 19l72 72-.1 0c5.2 5.2 12.3 7.6 19.1 7L224.2 262z"]},{prefix:"fak",iconName:"binder-open-arrow-left-regular",icon:[608,512,[],"e033","M119.7 318.5c-9.3 9.3-9.3 24.7 0 34s24.7 9.3 33.9 0l79.1-79.2c9.3-9.3 9.3-24.7 0-34l-79.1-79.2c-9.3-9.3-24.7-9.3-33.9 0c-9.3 9.3-9.3 24.7 0 34l38.1 38.1H24c-13.2 .1-24 10.9-24 24.1s10.8 24 24 24h133.8l-38.1 38.1zM580.8 53.8c-21.8-7.1-73.6-21.5-129-21.5l.3-.3c-36.8 0-71.7 6.4-97.3 12.8c-12.8 3.2-23.4 6.4-31.1 8.7c-1.3 .3-2.6 .6-3.8 1.3c-1-.3-2.6-1-3.8-1.3c-7.4-2.6-18.2-5.4-31.1-8.7c-25.6-6.4-60.5-12.8-97.3-12.8c-55.4 0-107.3 14.7-129 21.5c-16.6 5.4-27.2 20.8-27.2 37.5v92.9h48V97.1c22.4-6.7 64.4-17.3 108.2-17.3s62.8 5.4 85.8 11.2c8.6 2.2 16 4.2 22.1 6.1v62.8h-32c-13.1 0-24 10.9-24 24s10.9 24 24 24h32V304h-32c-13.1 0-24 10.9-24 24s10.9 24 24 24h32v66c-25.9-13.8-67.2-29.8-115.9-29.8s-77.5 3.8-99.9 7v-67.3H31.7v75.6c0 23.7 19.9 40.7 41.3 40.7s4.5 0 6.7-.6c19.9-3.2 54.7-7.7 99.9-7.7s97.7 25.6 112.7 35.6c7.4 5.1 17 8.3 26.9 8.3s21.5-4.2 29.5-9.9c13.4-9.9 52.2-34.3 111.1-34.3s80.7 3.8 98.9 7c2.2 .3 4.5 .6 7 .6c21.5 0 42.3-17 42.3-41.3V91.3c0-16.7-10.2-32-27.2-37.5zM560 395.1c-21.8-3.2-55.1-6.7-99.9-6.7s-90.9 15.1-115.9 28.5v-64.7h32c13.1 0 24-10.9 24-24s-10.9-24-24-24h-32v-96.1h32c13.1 0 24-10.9 24-24s-10.9-24-24-24h-32l-.3 .3V97.6c6.1-1.9 13.4-3.8 22.1-6.1c23.4-5.8 54.4-11.2 85.8-11.2S537.6 90.9 560 97.6v297.7z"]},{prefix:"fak",iconName:"left-panel-regular",icon:[576,512,[],"e022","M120.1 176h48c13.3 0 24-10.7 24-24s-10.8-24-24-24h-48c-13.3 0-24 10.7-24 24s10.8 24 24 24zm0 96h48c13.3 0 24-10.7 24-24s-10.8-24-24-24h-48c-13.3 0-24 10.7-24 24s10.8 24 24 24zM519.3 32H56.7C25.3 32 0 57.3 0 88.6V423c0 31.4 25.3 56.6 56.7 56.6h183.5v.3h48v-.3h231.2c31.4 0 56.7-25.3 56.7-56.6V88.6c0-31.4-25.3-56.6-56.7-56.6zM240.1 431.7H56.7c-4.8 0-8.6-3.8-8.6-8.6V88.6c0-4.8 3.8-8.6 8.6-8.6h183.5v351.7zM528.3 423c0 4.8-3.8 8.6-8.6 8.6H288.2V80h231.5c4.8 0 8.6 3.8 8.6 8.6V423zM120.1 368h48c13.3 0 24-10.7 24-24s-10.8-24-24-24h-48c-13.3 0-24 10.7-24 24s10.8 24 24 24z"]},{prefix:"fak",iconName:"format-clear-regular",icon:[512,512,[],"e040","M293.2 384.1H26.6C11.9 384.1 0 395 0 408.1s11.8 24 26.6 24h266.9c14.7 0 26.6-10.9 26.6-24h-.3c0-13.1-11.8-24-26.6-24zM60.2 49.3h127.4l-46.4 262.8c-2.2 13.1 6.4 24 19.8 24s25.9-10.9 28.2-24L235.6 49.3H363c13.4 0 26.6-10.9 28.8-24.6c2.2-13.4-6.7-24.6-20.2-24.6H68.8C55.4 .1 42.2 11 40 24.7C37.8 38.1 46.7 49.3 60.2 49.3zM465 431.1l40-40c9.3-9.3 9.3-24.6 0-33.9s-24.6-9.3-33.9 0l-40 40-40-40c-9.3-9.3-24.6-9.3-33.9 0s-9.3 24.6 0 33.9l40 40-40 40c-9.3 9.3-9.3 24.6 0 33.9s24.6 9.3 33.9 0l40-40 40 40c9.3 9.3 24.6 9.3 33.9 0s9.3-24.6 0-33.9l-40-40z"]},{prefix:"fak",iconName:"magnifying-glass-one-regular",icon:[512,512,[],"e042","M505 471.1l-133.8-134c28.2-35.5 44.8-80.3 44.8-129.2C416.1 93.1 322.9 0 208 0S0 93.1 0 207.9s93.1 207.9 208 207.9 93.5-16.6 129-44.8v.3L471.1 505c9.3 9.3 24.6 9.3 33.9 0s9.3-24.6 0-33.9zM208 367.8c-88.3 0-160-71.6-160-159.9S119.7 48 208 48s160 71.6 160 159.9-71.7 159.9-160 159.9zm44.5-93.1l.3 .3h-22.4V118.3c0-8.3-4.5-15.7-11.8-19.8c-7.4-3.8-16-3.5-23 1l-44.8 29.7c-5.1 3.2-8.3 8.3-9.6 14.1s0 11.8 3.2 17c3.2 5.1 8.3 8.3 14.1 9.6s11.8 0 17-3.2l9.9-6.7v114.8H163c-12.5 0-22.4 9.9-22.4 22.4s9.9 22.4 22.4 22.4h89.6c12.5 0 22.4-9.9 22.4-22.4s-9.9-22.4-22.4-22.4z"]},{prefix:"fak",iconName:"circle-dollar-slash-regular",icon:[640,512,[],"e00a","M5.1 9.2C13.3-1.2 28.4-3.1 38.8 5.1l95.4 74.8c16.7-17.7 36.1-33.1 57.8-45.6c79.2-45.7 176.8-45.7 256 0S576 164.5 576 256c0 49.9-14.5 97.7-40.6 138.3l95.4 74.8c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2zM64 256c0-33.1 6.4-65.3 18.3-95.1L122 192.2c-6.6 20.3-10 41.8-10 63.8c0 74.3 39.6 143 104 180.1s143.6 37.2 208 0c1.5-.9 2.9-1.7 4.4-2.6l39.7 31.3c-6.5 4.6-13.2 8.9-20.1 12.9c-79.2 45.7-176.8 45.7-256 0S64 347.5 64 256zM172.2 109.6L254 173.8c7.2-8.1 16.6-14.2 26.2-18.4c5.5-2.4 11.4-4.3 17.5-5.7l0-16.1c0-11.9 9.7-21.6 21.6-21.6s21.6 9.7 21.5 21.6l0 14.2c9.7 1.2 19.4 3.9 29 6.6c1.9 .5 3.7 1 5.6 1.6c11.5 3.2 18.3 15.1 15.1 26.6s-15.1 18.2-26.6 15.1c-1.6-.4-3.1-.9-4.7-1.3c-7-2-14-3.9-21.1-5.3c-13.2-2.5-28.5-1.3-40.8 4c-3.2 1.4-6.3 3.4-8.7 5.8l42.8 33.6c15.4 4.3 34.5 10 48.9 19.9c13.5 9.3 22.1 22.6 24.5 37.7l92.6 72.6C517.1 332.4 528 295 528 256c0-74.3-39.6-143-104-180.1s-143.6-37.2-208 0c-16.3 9.4-30.9 20.8-43.8 33.8zm69 211.7c3.8-11.3 16-17.5 27.3-13.7c0 0 .1 0 .1 0l72.3 57 0 13.9c0 11.9-9.7 21.6-21.6 21.6s-21.6-9.7-21.6-21.6l0-17.4c-14.5-3.3-28.7-7.9-42.8-12.5c-11.3-3.7-17.5-16-13.7-27.3z"]},{prefix:"fak",iconName:"translation-sparkle-solid",icon:[640,512,[],"e064","M224 251.2l-16.6-9.9c-4.8-2.9-9.3-5.8-13.8-9-11.2 8-23 14.7-35.5 20.2l-3.8 1.6c-10.6 4.5-23 0-27.5-10.6s0-22.7 10.6-27.5l3.8-1.6c6.7-2.9 13.1-6.4 19.2-10.2l-12.5-12.5c-8-8.2-8-21.3 0-29.4 8-8 21.4-8 29.4 0l16 16c12.8-13.8 23.4-29.4 31-47l-111.7 0c-11.5 0-20.8-9.3-20.8-20.8s9.3-20.8 20.8-20.8l54.4 0 0-4.2c0-11.5 9.3-20.8 20.8-20.8s20.8 9.3 20.8 20.8l0 4.2 62.7 0c11.5 0 20.8 9.3 20.8 20.8s-9.3 20.8-20.8 20.8l-2.2 0-1.9 4.8c-9.3 25.6-23.4 48.6-41.3 68.2 1 .6 1.9 1.3 2.9 1.6l2.6 1.6c12.8-27.5 40.6-47 73-47l79.7 0 0-104.3c0-30.7-25.3-56-56-56L56 0C25.3 0 0 25.3 0 56L0 264c0 30.7 25.3 56 56 56l168 0 0-68.8zM584 192l-272 0c-30.7 0-56 25.3-56 56l0 208c0 30.7 25.3 56 56 56l272 0c30.7 0 56-25.3 56-56l0-208c0-30.7-25.3-56-56-56zM523.5 446.1c-10.6 4.8-23 0-27.5-10.6l-9.3-21.1-77.1 0-9.3 21.1c-4.8 10.6-17 15.4-27.5 10.6-5.1-2.2-9.1-6.4-11.1-11.5s-1.8-10.9 .5-16l67.2-150.4c3.4-7.6 10.9-12.5 19.2-12.5s15.8 4.9 19.2 12.5L535 418.6c4.8 10.6 0 22.7-10.6 27.5l-1 0zm-95.4-73.3l39.7 0-19.8-44.5-19.8 44.5zM454.4 71c-3.8 1.3-6.4 4.9-6.4 9 0 3.8 2.6 7.7 6.4 9l47 17.6 17.6 47c1.3 3.8 5.1 6.4 9 6.4 4 0 7.6-2.6 9-6.4l17.6-47 47-17.6c3.8-1.3 6.4-4.9 6.4-9 0-4-2.6-7.6-6.4-9l-47-17.6-17.6-47c-1.3-3.8-4.9-6.4-9-6.4-4 0-7.6 2.6-9 6.4l-17.6 47-47 17.6zM200 464c-13.8 0-27.5 0-41.3-1.3-1.3 0-2.2 0-3.5-.3l-1.3 0c-2.2 0-2.2-.3-1.3-.3-1.9-.3-4.2-.6-5.4-.6-4.5-1-9-2.6-13.4-3.8-.6 0-1.3-.6-1.9-1-1.9-1-3.8-2.2-5.8-3.2 0 0-.6-.3-1-.6 1 1 1.6 1.6 0 0-.6-.3-1-1-1.6-1 .3 0 1 .6 1.3 1-1.6-1.6-3.2-2.9-4.8-4.8l-2.2-2.2c-.3-.3-1-1.3-1.6-1.9-1-1.2-1.8-2.5-2.6-3.8-3.2-4.8-5.8-9.9-8.3-15-1.3-2.6-2.6-5.1-3.5-7.7l7.7-2.9c10.9-3.8 12.8-18.9 3.2-25.3L66.6 357.8c-3.9-2.6-8.7-3.2-13.1-1.6s-7.7 5.1-9 9.6l-15 53.4c-3.2 11.2 7.7 21.4 18.9 17.3l8.3-2.9c7 16.3 15 31.7 26.6 45.1 17.3 20.5 42.2 28.8 68.2 32.3 16.3 2.2 32.6 2.2 49 2.2 12.5 0 24.6-11.2 24-24-.6-13.1-10.6-24-24-24L200 464z"]},{prefix:"fak",iconName:"pip-regular",icon:[512,512,[],"e045","M392 208h-80c-22.1 0-40 17.9-40 40v80c0 22.1 17.9 40 40 40h80c22.1 0 40-17.9 40-40v-80c0-22.1-17.9-40-40-40zM448 64H64C28.7 64 0 92.7 0 128v256c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zm16 320c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V128c0-8.8 7.2-16 16-16h384c8.8 0 16 7.2 16 16v256z"]},{prefix:"fak",iconName:"server-circle-arrow-down-regular",icon:[640,512,[],"e067","M160 32c-35.3 0-64 28.7-64 64l0 64c0 35.3 28.7 64 64 64l0 0 320 0c35.3 0 64-28.7 64-64l0-64c0-35.3-28.7-64-64-64L160 32zM144 96c0-8.8 7.2-16 16-16l320 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-320 0c-8.8 0-16-7.2-16-16l0-64zm216 8t0 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24t0 0zm80 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zM160 288c-35.3 0-64 28.7-64 64l0 64c0 35.3 28.7 64 64 64l0 0 150.1 0c-4-15.3-6.1-31.4-6.1-48l-144 0 0 0c-8.8 0-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16l169.7 0c10.5-18.1 23.8-34.3 39.3-48l-209 0zm336 0c-79.5 0-144 64.5-144 144s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144zm-16 80c0-8.8 7.2-16 16-16s16 7.2 16 16l0 89.4 28.7-28.7c6.2-6.3 16.4-6.3 22.6 0s6.3 16.4 0 22.6l-56 56c-6.2 6.3-16.4 6.3-22.6 0l-56-56c-6.3-6.2-6.3-16.4 0-22.6s16.4-6.3 22.6 0l28.7 28.7 0-89.4z"]},{prefix:"fak",iconName:"chart-bar-grouped-regular",icon:[512,512,[],"e037","M81 88c-11.6 0-21 9.4-21 21v350c0 11.6 9.4 21 21 21s21-9.4 21-21V109c0-11.6-9.4-21-21-21zm70-56c-11.6 0-21 9.4-21 21v406c0 11.6 9.4 21 21 21s21-9.4 21-21V53c0-11.6-9.4-21-21-21zM431 144c-11.6 0-21 9.4-21 21v294c0 11.6 9.4 21 21 21s21-9.4 21-21V165c0-11.6-9.4-21-21-21zm-70 56c-11.6 0-21 9.4-21 21v238c0 11.6 9.4 21 21 21s21-9.4 21-21V221c0-11.6-9.4-21-21-21z"]},{prefix:"fak",iconName:"language-regular",icon:[640,512,[],"e059","M64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l512 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 64zm512 48c8.8 0 16 7.2 16 16l0 256c0 8.8-7.2 16-16 16l-256 0 0-288 256 0zM178.3 175.9l64 144c4.5 10.1-.1 21.9-10.2 26.4s-21.9-.1-26.4-10.2l-8.9-20.1-73.6 0-8.9 20.1c-4.5 10.1-16.3 14.6-26.4 10.2S73.3 330 77.7 319.9l64-144c3.2-7.2 10.4-11.9 18.3-11.9s15.1 4.7 18.3 11.9zM179 276l-19-42.8-19 42.8 38 0zM456 164c-11 0-20 9-20 20l0 4-52 0c-11 0-20 9-20 20s9 20 20 20l107.1 0c-7.3 16.7-17.4 31.9-29.8 45l-15.1-15.1c-7.8-7.8-20.5-7.8-28.3 0s-7.8 20.5 0 28.3L430 298.3c-5.9 3.6-12.1 6.9-18.5 9.8l-3.6 1.6c-10.1 4.5-14.6 16.3-10.2 26.4s16.3 14.6 26.4 10.2l3.6-1.6c12-5.3 23.4-11.8 34-19.4 4.3 3 8.6 5.8 13.1 8.5l18.9 11.3c9.5 5.7 21.8 2.6 27.4-6.9s2.6-21.8-6.9-27.4l-18.9-11.3c-.9-.5-1.8-1.1-2.7-1.6 17.2-18.8 30.7-40.9 39.6-65.4l1.8-4.5 2 0c11 0 20-9 20-20s-9-20-20-20l-60 0 0-4c0-11-9-20-20-20z"]},{prefix:"fak",iconName:"computer-mouse-magnifying-glass-regular",icon:[576,512,[],"e007","M0 160C0 71.6 71.6 0 160 0l8 0 24 0 24 0 8 0c88.4 0 160 71.6 160 160c-16.7 0-32.8 2.6-48 7.3l0-7.3c0-61.9-50.1-112-112-112l-8 0 0 128 98.1 0c-23 11.2-43 27.7-58.2 48l-64 0L48 224l0 128c0 61.9 50.1 112 112 112l64 0c22.6 0 43.6-6.7 61.2-18.1c13.6 10.7 29.1 19.3 45.8 25.2c-28.3 25.5-65.8 41-107 41l-64 0C71.6 512 0 440.4 0 352L0 224l0-24 0-24 0-16zm48 0l0 16 120 0 0-128-8 0C98.1 48 48 98.1 48 160zM256 320c0-70.7 57.3-128 128-128s128 57.3 128 128c0 26.7-8.2 51.4-22.1 71.9L569 471c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L456 425.8l-.1 .1C435.4 439.8 410.7 448 384 448c-70.7 0-128-57.3-128-128zm48 0c0 28.6 15.2 55 40 69.3s55.2 14.3 80 0s40-40.7 40-69.3s-15.2-55-40-69.3s-55.2-14.3-80 0s-40 40.7-40 69.3z"]},{prefix:"fak",iconName:"user-circle-check-regular",icon:[640,512,[],"e00e","M0 482.3C0 383.8 79.8 304 178.3 304l91.4 0c20.6 0 40.4 3.5 58.8 9.9c-4.9 15.2-7.8 31.4-8.4 48.2c-15.5-6.5-32.5-10.1-50.3-10.1l-91.4 0c-65.7 0-120.1 48.7-129 112l299.1 0c12.3 18.8 28 35.1 46.3 48L29.7 512C13.3 512 0 498.7 0 482.3zM96 128c0-45.7 24.4-88 64-110.9s88.4-22.9 128 0S352 82.3 352 128s-24.4 88-64 110.9s-88.4 22.9-128 0S96 173.7 96 128zm48 0c0 28.6 15.2 55 40 69.3s55.2 14.3 80 0s40-40.7 40-69.3s-15.2-55-40-69.3s-55.2-14.3-80 0S144 99.4 144 128zM352 368c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144zm76.7-11.3c-6.2 6.2-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L480 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0z"]},{prefix:"fak",iconName:"clone-link-simple-regular",icon:[640,512,[],"e03b","M186.2 272c-5.8 0-10.2-4.5-10.2-10.2V58.2c0-5.8 4.5-10.2 10.2-10.2h203.5c5.8 0 10.2 4.5 10.2 10.2v198.7c15.4 1.9 29.1 8 40 17.9c2.2-1.9 4.8-3.8 7.4-5.4c0-2.6 .6-4.8 .6-7.4V58.2c0-32-26.2-58.2-58.2-58.2H186.2c-32 0-58.2 26.2-58.2 58.2v203.5c0 32 26.2 58.2 58.2 58.2h31.7c14.1-20.8 33.3-36.8 56.3-48h-88zM368 408c0 13.1 10.9 24 24 24h96c13.1 0 24-10.9 24-24s-10.9-24-24-24h-96c-13.1 0-24 10.9-24 24zm-176 0c0-2.9 .6-5.1 .6-8H58.2c-5.8 0-10.2-4.5-10.2-10.2V186.3c0-5.8 4.5-10.2 10.2-10.2H80v-48H58.2C26.2 128 0 154.2 0 186.2v203.5C0 421.8 26.2 448 58.2 448h139.2c-3.2-12.8-5.1-25.9-5.1-40h-.3zM536 304h-48c-13.1 0-24 10.9-24 24s10.9 24 24 24h48c34.6 0 56 21.4 56 56s-21.4 56-56 56h-47.7c-13.1 0-24 10.9-24 24s10.9 24 24 24H536c61.1 0 104-42.9 104-104s-42.9-104-104-104zM391.7 464H344c-17 0-31-5.1-41-15c-9.9-9.6-15-24-15-41c0-34.6 21.4-56 56-56h48c13.1 0 24-10.9 24-24s-10.9-24-24-24h-48c-61.1 0-104 42.9-104 104s10.2 56 29.1 74.9C288 502.1 313.9 512 344 512h47.7c13.1 0 24-10.9 24-24s-10.9-24-24-24z"]},{prefix:"fak",iconName:"chart-line-user-regular",icon:[640,512,[],"e068","M88 32C74.7 32 64 42.7 64 56l0 344c0 44.2 35.8 80 80 80l173.9 0c9-18.6 21.9-35 37.8-48L144 432c-17.7 0-32-14.3-32-32l0-344c0-13.3-10.7-24-24-24zM503.1 135.1l-119 119-79-79c-9.4-9.4-24.6-9.4-33.9 0L167 279c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l87-87 79 79c1.3 1.3 2.7 2.4 4.1 3.3 12.7-57.3 63.8-100.2 125-100.2 .6 0 1.3 0 1.9 0L537 169c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0zM496 256c-44.2 0-80 35.8-80 80s35.8 80 80 80 80-35.8 80-80-35.8-80-80-80zM448 448c-53 0-96 43-96 96 0 17.7 14.3 32 32 32l224 0c17.7 0 32-14.3 32-32 0-53-43-96-96-96l-96 0z"]},{prefix:"fak",iconName:"context-regular",icon:[512,512,[],"e03e","M215.4 465.3l-169-.6 .6-418.2 417.9 .6V217c0 12.8 10.6 23.4 23.4 23.4s23.4-10.6 23.4-23.4V47.4c0-26.2-21.1-47.4-47.4-47.4H47.4C21.1 0 0 21.1 0 47.4v417.3c0 26.2 21.1 47.4 47.4 47.4h168c12.8 0 23.4-10.6 23.4-23.4s-10.6-23.4-23.4-23.4zm19.2-331.2v.3c-11.8 0-21.4 9.6-21.4 21.4v26.9l-82.9-82.9c-9.3-6.7-23-4.5-30.1 4.8c-5.8 7.7-5.4 18.2 1 26.2l81.9 82.2h-27.2c-11.8 0-21.4 9.6-21.4 21.4s9.6 21.4 21.4 21.4h83.8l3.2-1c2.6-1 5.1-2.9 7-4.8s3.5-4.2 4.5-7v-1.6c1-2.6 1.3-5.1 .6-7l1-79c0-11.8-9.6-21.4-21.4-21.4zM465.6 256H302.7c-25.6 0-46.4 20.8-46.4 46.4v162.9c0 25.6 20.8 46.4 46.4 46.4h162.9c25.6 0 46.4-20.8 46.4-46.4V302.4c0-25.6-20.8-46.4-46.4-46.4zm-.3 209.9H301.8V302.4h.3v-.3h163.5l-.3 163.8z"]},{prefix:"fak",iconName:"bullets-lines-regular",icon:[512,512,[],"e036","M416 192c-28.4 0-52.4 18.5-60.8 44h-38.4c-8.4-25.6-32.4-44-60.8-44s-52.4 18.5-60.8 44h-38.4c-8.4-25.6-32.4-44-60.8-44s-64 28.7-64 64 28.7 64 64 64 52.4-18.5 60.8-44h38.4c8.4 25.6 32.4 44 60.8 44s52.4-18.5 60.8-44h38.4c8.4 25.6 32.4 44 60.8 44s64-28.7 64-64-28.7-64-64-64h0zM96 280c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm160 0c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm160 0c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm0 80c-28.4 0-52.4 18.5-60.8 44h-38.4c-8.4-25.6-32.4-44-60.8-44s-52.4 18.5-60.8 44h-38.4c-8.4-25.6-32.4-44-60.8-44s-64 28.7-64 64 28.7 64 64 64 52.4-18.5 60.8-44h38.4c8.4 25.6 32.4 44 60.8 44s52.4-18.5 60.8-44h38.4c8.4 25.6 32.4 44 60.8 44s64-28.7 64-64-28.7-64-64-64h0zM96 448c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm160 0c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm160 0c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm0-424c-28.4 0-52.4 18.5-60.8 44h-38.4c-8.4-25.6-32.4-44-60.8-44s-52.4 18.5-60.8 44h-38.4c-8.4-25.6-32.4-44-60.8-44S32 52.7 32 88s28.7 64 64 64 52.4-18.5 60.8-44h38.4c8.4 25.6 32.4 44 60.8 44s52.4-18.5 60.8-44h38.4c8.4 25.6 32.4 44 60.8 44s64-28.7 64-64-28.7-64-64-64h0zM96 112c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm160 0c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm160 0c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24z"]},{prefix:"fak",iconName:"magnifying-glass-floppy-disk-regular",icon:[640,512,[],"e051","M633 439L499.2 305c28.2-35.5 44.8-80.3 44.8-129.3 0-114.9-93.1-208-208-208s-199 84.5-207 192l49 0c8-80.6 75.5-144 158.4-144 88.3 0 160 71.7 160 160 0 71.7-47.4 131.5-112 152l0 49.9c30.1-7 57.6-20.2 81-38.7L599.4 472.6c9.3 9.3 24.6 9.3 33.9 0s9.3-24.6 0-33.9l-.3 .3zM50.2 192C22.4 192 0 214.4 0 242.2L0 493.8C0 521.6 22.4 544 50.2 544l251.5 0c27.8 0 50.2-22.4 50.2-50.2L352 303c0-13.4-5.1-26.2-14.7-35.5l-60.8-60.8c-9.3-9.3-22.1-14.7-35.5-14.7L50.2 192zm25.3 75.5c0-13.8 11.2-25.3 25.3-25.3l125.8 0c13.8 0 25.3 11.2 25.3 25.3l0 50.2c0 13.8-11.2 25.3-25.3 25.3l-125.8 0c-13.8 0-25.3-11.2-25.3-25.3l0-50.2zM176 493.8a50.2 50.2 0 1 1 0-100.5 50.2 50.2 0 1 1 0 100.5z"]},{prefix:"fak",iconName:"book-open-gear-slash-regular",icon:[640,512,[],"e02f","M628 386.3l-8.4-4.9c-4.9-2.8-7.6-8.2-7.6-13.9s2.6-10.4 7.2-13l8.9-5.1c11.5-6.6 15.4-21.3 8.8-32.8l-24-41.6c-6.6-11.5-21.3-15.4-32.8-8.8l-8.2 4.7c-4.9 2.8-10.8 2.5-15.7-.3c-4.8-2.8-8.1-7.8-8.1-13.4v-9.4c0-13.3-10.7-24-24-24h-48v.2c-13.4 0-24.1 10.7-24.1 24v9.2c0 5.6-3.3 10.7-8.2 13.5s-10.9 3.1-15.8 .3l-8-4.6c-11.5-6.6-26.2-2.7-32.8 8.8l-1.2 2-74-58V97.3c6-1.8 13.5-3.9 22.1-6c23.3-5.7 54.3-11.3 85.9-11.3s85.7 10.6 108 17.3v95.3c22.1 3.2 40 19.3 45.9 40.4c.7-.2 1.4-.3 2.1-.5V91.1c0-16.5-10.3-32.1-27.1-37.5c-21.7-7-73.5-21.6-128.9-21.6s-71.8 6.4-97.4 12.7c-12.8 3.2-23.5 6.3-30.9 8.7c-1.3 .4-2.6 .8-3.7 1.2c-1.1-.4-2.4-.8-3.7-1.2c-7.5-2.4-18.1-5.5-30.9-8.7c-25.6-6.3-60.6-12.7-97.4-12.7s-51.6 3.3-73.4 7.4L38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l15 11.8 31 24.3 546 427.9c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-15.7-12.3 21.7-37.7c6.6-11.5 2.7-26.2-8.8-32.8zM264 181.6L135.3 80.8c6.8-.5 13.7-.8 20.7-.8c31.6 0 62.6 5.6 85.9 11.3c8.6 2.1 16.1 4.2 22.1 6v84.3zM541.6 391.7c-1 1.7-2.1 3.4-3.3 4.9l-75.6-59.2c9-11.1 22.6-17.7 37.2-17.7s33 9.1 41.6 24s8.6 33.1 0 48zM324 410.6c-4.3 2-8.3 4-12 6h0v-75.4l-48-37.6v114.3c-26-13.7-67.2-29.9-116-29.9s-77.4 3.7-100 7.1V134.3L0 96.7v306.8c0 26.1 24 44.2 48 40.2c19.8-3.3 54.8-7.7 100-7.7s97.5 25.5 112.5 35.6c7.5 5 16.8 8.4 27 8.4s21.6-4.2 29.3-9.9c5.1-3.7 13.8-9.5 25.9-15.3l-11.3-19.6c-4.5-7.8-6.9-16.2-7.4-24.6zm39.3 8.6l24 41.6c6.6 11.5 21.3 15.4 32.8 8.8l8.7-5c4.7-2.7 10.5-2.4 15.3 .3c4.7 2.7 7.9 7.6 7.9 13.1v10c0 13.3 10.7 24 24 24h48c1.8 0 3.5-.2 5.2-.6L370.7 387.2c-10.4 7-13.7 20.9-7.4 32z"]},{prefix:"fak",iconName:"bookmark-circle-minus-regular",icon:[576,512,[],"e002","M0 48C0 21.5 21.5 0 48 0L336 0c26.5 0 48 21.5 48 48l0 150.6c-17.2 4.9-33.4 12.3-48 21.8L336 48 48 48l0 393.4 130.1-92.9c8.3-6 19.6-6 27.9 0l50.8 36.3c2.7 28.7 12.3 55.3 27.1 78.3L192 397.5 37.9 507.5c-7.3 5.2-16.9 5.9-24.9 1.8S0 497 0 488L0 48zM288 368c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144zm64 0c0 8.8 7.2 16 16 16l128 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-128 0c-8.8 0-16 7.2-16 16z"]},{prefix:"fak",iconName:"circle-user-slash-solid",icon:[640,512,[],"e00d","M5.1 9.2C13.3-1.2 28.4-3.1 38.8 5.1l95.4 74.8c16.7-17.7 36.1-33.1 57.8-45.6c79.2-45.7 176.8-45.7 256 0S576 164.5 576 256c0 49.9-14.5 97.7-40.6 138.3l95.4 74.8c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2zM64 256c0-33.1 6.4-65.3 18.3-95.1l202 159.2c-45.9 1.3-85.8 26.7-107.4 64.1c35.2 39.2 86.2 63.8 143 63.8c34.5 0 66.9-9.1 94.9-25.1l53.2 41.9c-6.5 4.6-13.2 8.9-20.1 12.9c-79.2 45.7-176.8 45.7-256 0S64 347.5 64 256zm189.2-82.9L362 258.5c8.2-5.9 15.1-13.5 20.3-22.5c12.9-22.3 12.9-49.7 0-72s-36.6-36-62.4-36s-49.5 13.7-62.4 36c-1.7 3-3.2 6-4.4 9.1z"]},{prefix:"fak",iconName:"tablet-landscape-regular",icon:[512,512,[],"e047","M48 416c0 8.8 7.2 16 16 16h384c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16v320zm16 64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32h384c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64zM400 288v-64c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 8.8-7.2 16-16 16s-16-7.2-16-16z"]},{prefix:"fak",iconName:"box-html-regular",icon:[512,512,[],"e056","M425.7 140.2L386.5 85.4C376.9 72 361.4 64 344.9 64L167.1 64c-16.5 0-32 8-41.6 21.4L86.3 140.2c-6.2 8.7-9.5 19.1-9.5 29.8l0 214c0 28.2 23 51.2 51.2 51.2l256 0c28.2 0 51.2-23 51.2-51.2l0-214c0-10.6-3.4-21-9.5-29.8zM275.2 102.4l69.7 0c4.2 0 8 2 10.4 5.4l32.7 45.8-112.8 0 0-51.2zm-118.5 5.4c2.4-3.4 6.3-5.4 10.4-5.4l69.7 0 0 51.2-112.8 0 32.7-45.8zM396.8 384c0 7-5.8 12.8-12.8 12.8l-256 0c-7 0-12.8-5.8-12.8-12.8l0-192 281.6 0 0 192zM227.4 368.2L253 214.6c1.4-8.7 9.7-14.6 18.4-13.1s14.6 9.7 13.1 18.4L259 373.4c-1.4 8.7-9.7 14.6-18.4 13.1s-14.6-9.7-13.1-18.4zM155 305.4c-6.2-6.2-6.2-16.4 0-22.6l32-32c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l0 0S189 294.1 189 294.1l20.7 20.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-32-32zm147.2 9.3L323 294 302.2 273.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l0 0c0 .1 32 32.1 32 32.1 6.2 6.2 6.2 16.4 0 22.6l-32 32c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6z"]},{prefix:"fak",iconName:"magnifying-glass-back-regular",icon:[512,512,[],"e041","M400.2 181.8v-.3H224.7l43.5-38.7c11.2-9.6 11.8-26.6 2.2-37.4c-9.6-11.2-26.6-11.8-37.4-2.2l-96 85.5c-5.8 5.1-9 12.2-9 19.8s3.2 15 9 19.8l96 85.5c11.2 9.6 27.8 8.6 37.4-2.2c9.6-11.2 8.6-27.8-2.2-37.4l-43.5-38.4h175.4c32.3 0 58.6 26.2 58.6 58.6v32c0 14.7 11.8 26.6 26.6 26.6s26.6-11.8 26.6-26.6v-32c0-61.8-50.2-112-112-112l.3-.6zM505 471.1L371.4 337.2c16-20.2 27.7-43.7 35.4-69c-2.2-.6-4.2-1.3-6.4-1.3h-43.5c-23.4 59.2-81 101.5-148.5 101.5S48.3 296.7 48.3 208.4 119.7 48 208 48s125.1 41.9 148.5 101.5H400c2.6 0 5.1 .6 7.7 .6C382.5 63.4 302.8 0 208 0S0 93.1 0 208s93.1 208 208 208 93.8-17 129-44.8L471.1 505c9.3 9.3 24.6 9.3 33.9 0s9.3-24.6 0-33.9z"]},{prefix:"fak",iconName:"chart-bar-normalized-regular",icon:[512,512,[],"e038","M284 32h-56c-19.3 0-35 15.7-35 35v378c0 19.3 15.7 35 35 35h56c19.3 0 35-15.7 35-35V67c0-19.3-15.7-35-35-35zm-7 406h-42v-42h42zm0-182h-42V74h42zM123 32H67c-19.3 0-35 15.7-35 35v378c0 19.3 15.7 35 35 35h56c19.3 0 35-15.7 35-35V67c0-19.3-15.7-35-35-35zm-7 406H74v-70h42zm0-294H74V74h42zM445 32h-56c-19.3 0-35 15.7-35 35v378c0 19.3 15.7 35 35 35h56c19.3 0 35-15.7 35-35V67c0-19.3-15.7-35-35-35zm-7 406h-42V256h42zm0-322h-42V74h42z"]}];function ks(t,e){(e==null||e>t.length)&&(e=t.length);for(var r=0,o=Array(e);r<e;r++)o[r]=t[r];return o}function fp(t){if(Array.isArray(t))return t}function pp(t){if(Array.isArray(t))return ks(t)}function hp(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function S2(t,e){for(var r=0;r<e.length;r++){var o=e[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,Q2(o.key),o)}}function mp(t,e,r){return e&&S2(t.prototype,e),r&&S2(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function Dn(t,e){var r=typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=Zs(t))||e&&t&&typeof t.length=="number"){r&&(t=r);var o=0,a=function(){};return{s:a,n:function(){return o>=t.length?{done:!0}:{done:!1,value:t[o++]}},e:function(d){throw d},f:a}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
|
|
120
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var i,s=!0,c=!1;return{s:function(){r=r.call(t)},n:function(){var d=r.next();return s=d.done,d},e:function(d){c=!0,i=d},f:function(){try{s||r.return==null||r.return()}finally{if(c)throw i}}}}function U(t,e,r){return(e=Q2(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function gp(t){if(typeof Symbol<"u"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function yp(t,e){var r=t==null?null:typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(r!=null){var o,a,i,s,c=[],d=!0,f=!1;try{if(i=(r=r.call(t)).next,e===0){if(Object(r)!==r)return;d=!1}else for(;!(d=(o=i.call(r)).done)&&(c.push(o.value),c.length!==e);d=!0);}catch(g){f=!0,a=g}finally{try{if(!d&&r.return!=null&&(s=r.return(),Object(s)!==s))return}finally{if(f)throw a}}return c}}function bp(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
121
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function vp(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
122
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function C2(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter(function(a){return Object.getOwnPropertyDescriptor(t,a).enumerable})),r.push.apply(r,o)}return r}function w(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?C2(Object(r),!0).forEach(function(o){U(t,o,r[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):C2(Object(r)).forEach(function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))})}return t}function Gn(t,e){return fp(t)||yp(t,e)||Zs(t,e)||bp()}function Ge(t){return pp(t)||gp(t)||Zs(t)||vp()}function xp(t,e){if(typeof t!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var o=r.call(t,e||"default");if(typeof o!="object")return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function Q2(t){var e=xp(t,"string");return typeof e=="symbol"?e:e+""}function $n(t){"@babel/helpers - typeof";return $n=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},$n(t)}function Zs(t,e){if(t){if(typeof t=="string")return ks(t,e);var r={}.toString.call(t).slice(8,-1);return r==="Object"&&t.constructor&&(r=t.constructor.name),r==="Map"||r==="Set"?Array.from(t):r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?ks(t,e):void 0}}var E2=function(){},qs={},ed={},td=null,rd={mark:E2,measure:E2};try{typeof window<"u"&&(qs=window),typeof document<"u"&&(ed=document),typeof MutationObserver<"u"&&(td=MutationObserver),typeof performance<"u"&&(rd=performance)}catch{}var Sp=qs.navigator||{},L2=Sp.userAgent,A2=L2===void 0?"":L2,Et=qs,X=ed,O2=td,kn=rd,yx=!!Et.document,ft=!!X.documentElement&&!!X.head&&typeof X.addEventListener=="function"&&typeof X.createElement=="function",od=~A2.indexOf("MSIE")||~A2.indexOf("Trident/"),In,Cp=/fa(k|kd|s|r|l|t|d|dr|dl|dt|b|slr|slpr|wsb|tl|ns|nds|es|gt|jr|jfr|jdr|usb|ufsb|udsb|cr|ss|sr|sl|st|sds|sdr|sdl|sdt|sldr|slpdr|pr|ms|vs)?[\-\ ]/,Ep=/Font ?Awesome ?([567 ]*)(Solid|Regular|Light|Thin|Duotone|Brands|Free|Pro|Sharp Duotone|Sharp|Kit|Notdog Duo|Notdog|Chisel|Etch|Graphite|Thumbprint|Jelly Fill|Jelly Duo|Jelly|Utility|Utility Fill|Utility Duo|Slab Press|Slab|Slab Duo|Slab Press Duo|Pixel|Mosaic|Vellum|Whiteboard)?.*/i,nd={classic:{fa:"solid",fas:"solid","fa-solid":"solid",far:"regular","fa-regular":"regular",fal:"light","fa-light":"light",fat:"thin","fa-thin":"thin",fab:"brands","fa-brands":"brands"},duotone:{fa:"solid",fad:"solid","fa-solid":"solid","fa-duotone":"solid",fadr:"regular","fa-regular":"regular",fadl:"light","fa-light":"light",fadt:"thin","fa-thin":"thin"},sharp:{fa:"solid",fass:"solid","fa-solid":"solid",fasr:"regular","fa-regular":"regular",fasl:"light","fa-light":"light",fast:"thin","fa-thin":"thin"},"sharp-duotone":{fa:"solid",fasds:"solid","fa-solid":"solid",fasdr:"regular","fa-regular":"regular",fasdl:"light","fa-light":"light",fasdt:"thin","fa-thin":"thin"},slab:{"fa-regular":"regular",faslr:"regular"},"slab-press":{"fa-regular":"regular",faslpr:"regular"},"slab-duo":{"fa-regular":"regular",fasldr:"regular"},"slab-press-duo":{"fa-regular":"regular",faslpdr:"regular"},thumbprint:{"fa-light":"light",fatl:"light"},vellum:{"fa-solid":"solid",favs:"solid"},pixel:{"fa-regular":"regular",fapr:"regular"},mosaic:{"fa-solid":"solid",fams:"solid"},whiteboard:{"fa-semibold":"semibold",fawsb:"semibold"},notdog:{"fa-solid":"solid",fans:"solid"},"notdog-duo":{"fa-solid":"solid",fands:"solid"},etch:{"fa-solid":"solid",faes:"solid"},graphite:{"fa-thin":"thin",fagt:"thin"},jelly:{"fa-regular":"regular",fajr:"regular"},"jelly-fill":{"fa-regular":"regular",fajfr:"regular"},"jelly-duo":{"fa-regular":"regular",fajdr:"regular"},chisel:{"fa-regular":"regular",facr:"regular"},utility:{"fa-semibold":"semibold",fausb:"semibold"},"utility-duo":{"fa-semibold":"semibold",faudsb:"semibold"},"utility-fill":{"fa-semibold":"semibold",faufsb:"semibold"}},Lp={GROUP:"duotone-group",SWAP_OPACITY:"swap-opacity",PRIMARY:"primary",SECONDARY:"secondary"},ad=["fa-classic","fa-duotone","fa-sharp","fa-sharp-duotone","fa-thumbprint","fa-whiteboard","fa-notdog","fa-notdog-duo","fa-chisel","fa-etch","fa-graphite","fa-jelly","fa-jelly-fill","fa-jelly-duo","fa-slab","fa-slab-press","fa-slab-press-duo","fa-slab-duo","fa-mosaic","fa-pixel","fa-vellum","fa-utility","fa-utility-duo","fa-utility-fill"],he="classic",Ro="duotone",id="sharp",sd="sharp-duotone",cd="chisel",ld="etch",dd="graphite",ud="jelly",fd="jelly-duo",pd="jelly-fill",hd="mosaic",md="notdog",gd="notdog-duo",yd="pixel",bd="slab",vd="slab-duo",xd="slab-press",Sd="slab-press-duo",Cd="thumbprint",Ed="utility",Ld="utility-duo",Ad="utility-fill",Od="vellum",wd="whiteboard",Ap="Classic",Op="Duotone",wp="Sharp",Rp="Sharp Duotone",_p="Chisel",Np="Etch",Mp="Graphite",Tp="Jelly",kp="Jelly Duo",Ip="Jelly Fill",zp="Mosaic",Pp="Notdog",Dp="Notdog Duo",Up="Pixel",Fp="Slab",$p="Slab Duo",Bp="Slab Press",Hp="Slab Press Duo",Gp="Thumbprint",Wp="Utility",Vp="Utility Duo",jp="Utility Fill",Kp="Vellum",Zp="Whiteboard",Rd=[he,Ro,id,sd,cd,ld,dd,ud,fd,pd,hd,md,gd,yd,bd,vd,xd,Sd,Cd,Ed,Ld,Ad,Od,wd],bx=(In={},U(U(U(U(U(U(U(U(U(U(In,he,Ap),Ro,Op),id,wp),sd,Rp),cd,_p),ld,Np),dd,Mp),ud,Tp),fd,kp),pd,Ip),U(U(U(U(U(U(U(U(U(U(In,hd,zp),md,Pp),gd,Dp),yd,Up),bd,Fp),vd,$p),xd,Bp),Sd,Hp),Cd,Gp),Ed,Wp),U(U(U(U(In,Ld,Vp),Ad,jp),Od,Kp),wd,Zp)),qp={classic:{900:"fas",400:"far",normal:"far",300:"fal",100:"fat"},duotone:{900:"fad",400:"fadr",300:"fadl",100:"fadt"},sharp:{900:"fass",400:"fasr",300:"fasl",100:"fast"},"sharp-duotone":{900:"fasds",400:"fasdr",300:"fasdl",100:"fasdt"},slab:{400:"faslr"},"slab-press":{400:"faslpr"},"slab-duo":{400:"fasldr"},"slab-press-duo":{400:"faslpdr"},vellum:{900:"favs"},mosaic:{900:"fams"},pixel:{400:"fapr"},whiteboard:{600:"fawsb"},thumbprint:{300:"fatl"},notdog:{900:"fans"},"notdog-duo":{900:"fands"},etch:{900:"faes"},graphite:{100:"fagt"},chisel:{400:"facr"},jelly:{400:"fajr"},"jelly-fill":{400:"fajfr"},"jelly-duo":{400:"fajdr"},utility:{600:"fausb"},"utility-duo":{600:"faudsb"},"utility-fill":{600:"faufsb"}},Yp={"Font Awesome 7 Free":{900:"fas",400:"far"},"Font Awesome 7 Pro":{900:"fas",400:"far",normal:"far",300:"fal",100:"fat"},"Font Awesome 7 Brands":{400:"fab",normal:"fab"},"Font Awesome 7 Duotone":{900:"fad",400:"fadr",normal:"fadr",300:"fadl",100:"fadt"},"Font Awesome 7 Sharp":{900:"fass",400:"fasr",normal:"fasr",300:"fasl",100:"fast"},"Font Awesome 7 Sharp Duotone":{900:"fasds",400:"fasdr",normal:"fasdr",300:"fasdl",100:"fasdt"},"Font Awesome 7 Jelly":{400:"fajr",normal:"fajr"},"Font Awesome 7 Jelly Fill":{400:"fajfr",normal:"fajfr"},"Font Awesome 7 Jelly Duo":{400:"fajdr",normal:"fajdr"},"Font Awesome 7 Slab":{400:"faslr",normal:"faslr"},"Font Awesome 7 Slab Press":{400:"faslpr",normal:"faslpr"},"Font Awesome 7 Slab Duo":{400:"fasldr",normal:"fasldr"},"Font Awesome 7 Slab Press Duo":{400:"faslpdr",normal:"faslpdr"},"Font Awesome 7 Pixel":{400:"fapr",normal:"fapr"},"Font Awesome 7 Mosaic":{900:"fams",normal:"fams"},"Font Awesome 7 Vellum":{900:"favs",normal:"favs"},"Font Awesome 7 Thumbprint":{300:"fatl",normal:"fatl"},"Font Awesome 7 Notdog":{900:"fans",normal:"fans"},"Font Awesome 7 Notdog Duo":{900:"fands",normal:"fands"},"Font Awesome 7 Etch":{900:"faes",normal:"faes"},"Font Awesome 7 Graphite":{100:"fagt",normal:"fagt"},"Font Awesome 7 Chisel":{400:"facr",normal:"facr"},"Font Awesome 7 Whiteboard":{600:"fawsb",normal:"fawsb"},"Font Awesome 7 Utility":{600:"fausb",normal:"fausb"},"Font Awesome 7 Utility Duo":{600:"faudsb",normal:"faudsb"},"Font Awesome 7 Utility Fill":{600:"faufsb",normal:"faufsb"}},Xp=new Map([["classic",{defaultShortPrefixId:"fas",defaultStyleId:"solid",styleIds:["solid","regular","light","thin","brands"],futureStyleIds:[],defaultFontWeight:900}],["duotone",{defaultShortPrefixId:"fad",defaultStyleId:"solid",styleIds:["solid","regular","light","thin"],futureStyleIds:[],defaultFontWeight:900}],["sharp",{defaultShortPrefixId:"fass",defaultStyleId:"solid",styleIds:["solid","regular","light","thin"],futureStyleIds:[],defaultFontWeight:900}],["sharp-duotone",{defaultShortPrefixId:"fasds",defaultStyleId:"solid",styleIds:["solid","regular","light","thin"],futureStyleIds:[],defaultFontWeight:900}],["chisel",{defaultShortPrefixId:"facr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["etch",{defaultShortPrefixId:"faes",defaultStyleId:"solid",styleIds:["solid"],futureStyleIds:[],defaultFontWeight:900}],["graphite",{defaultShortPrefixId:"fagt",defaultStyleId:"thin",styleIds:["thin"],futureStyleIds:[],defaultFontWeight:100}],["jelly",{defaultShortPrefixId:"fajr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["jelly-duo",{defaultShortPrefixId:"fajdr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["jelly-fill",{defaultShortPrefixId:"fajfr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["mosaic",{defaultShortPrefixId:"fams",defaultStyleId:"solid",styleIds:["solid"],futureStyleIds:[],defaultFontWeight:900}],["notdog",{defaultShortPrefixId:"fans",defaultStyleId:"solid",styleIds:["solid"],futureStyleIds:[],defaultFontWeight:900}],["notdog-duo",{defaultShortPrefixId:"fands",defaultStyleId:"solid",styleIds:["solid"],futureStyleIds:[],defaultFontWeight:900}],["pixel",{defaultShortPrefixId:"fapr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["slab",{defaultShortPrefixId:"faslr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["slab-duo",{defaultShortPrefixId:"fasldr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["slab-press",{defaultShortPrefixId:"faslpr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["slab-press-duo",{defaultShortPrefixId:"faslpdr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["thumbprint",{defaultShortPrefixId:"fatl",defaultStyleId:"light",styleIds:["light"],futureStyleIds:[],defaultFontWeight:300}],["utility",{defaultShortPrefixId:"fausb",defaultStyleId:"semibold",styleIds:["semibold"],futureStyleIds:[],defaultFontWeight:600}],["utility-duo",{defaultShortPrefixId:"faudsb",defaultStyleId:"semibold",styleIds:["semibold"],futureStyleIds:[],defaultFontWeight:600}],["utility-fill",{defaultShortPrefixId:"faufsb",defaultStyleId:"semibold",styleIds:["semibold"],futureStyleIds:[],defaultFontWeight:600}],["vellum",{defaultShortPrefixId:"favs",defaultStyleId:"solid",styleIds:["solid"],futureStyleIds:[],defaultFontWeight:900}],["whiteboard",{defaultShortPrefixId:"fawsb",defaultStyleId:"semibold",styleIds:["semibold"],futureStyleIds:[],defaultFontWeight:600}]]),Jp={chisel:{regular:"facr"},classic:{brands:"fab",light:"fal",regular:"far",solid:"fas",thin:"fat"},duotone:{light:"fadl",regular:"fadr",solid:"fad",thin:"fadt"},etch:{solid:"faes"},graphite:{thin:"fagt"},jelly:{regular:"fajr"},"jelly-duo":{regular:"fajdr"},"jelly-fill":{regular:"fajfr"},mosaic:{solid:"fams"},notdog:{solid:"fans"},"notdog-duo":{solid:"fands"},pixel:{regular:"fapr"},sharp:{light:"fasl",regular:"fasr",solid:"fass",thin:"fast"},"sharp-duotone":{light:"fasdl",regular:"fasdr",solid:"fasds",thin:"fasdt"},slab:{regular:"faslr"},"slab-duo":{regular:"fasldr"},"slab-press":{regular:"faslpr"},"slab-press-duo":{regular:"faslpdr"},thumbprint:{light:"fatl"},utility:{semibold:"fausb"},"utility-duo":{semibold:"faudsb"},"utility-fill":{semibold:"faufsb"},vellum:{solid:"favs"},whiteboard:{semibold:"fawsb"}},_d=["fak","fa-kit","fakd","fa-kit-duotone"],w2={kit:{fak:"kit","fa-kit":"kit"},"kit-duotone":{fakd:"kit-duotone","fa-kit-duotone":"kit-duotone"}},Qp=["kit"],e3="kit",t3="kit-duotone",r3="Kit",o3="Kit Duotone",vx=U(U({},e3,r3),t3,o3),n3={kit:{"fa-kit":"fak"},"kit-duotone":{"fa-kit-duotone":"fakd"}},a3={"Font Awesome Kit":{400:"fak",normal:"fak"},"Font Awesome Kit Duotone":{400:"fakd",normal:"fakd"}},i3={kit:{fak:"fa-kit"},"kit-duotone":{fakd:"fa-kit-duotone"}},R2={kit:{kit:"fak"},"kit-duotone":{"kit-duotone":"fakd"}},zn,Pn={GROUP:"duotone-group",SWAP_OPACITY:"swap-opacity",PRIMARY:"primary",SECONDARY:"secondary"},s3=["fa-classic","fa-duotone","fa-sharp","fa-sharp-duotone","fa-thumbprint","fa-whiteboard","fa-notdog","fa-notdog-duo","fa-chisel","fa-etch","fa-graphite","fa-jelly","fa-jelly-fill","fa-jelly-duo","fa-slab","fa-slab-press","fa-slab-press-duo","fa-slab-duo","fa-mosaic","fa-pixel","fa-vellum","fa-utility","fa-utility-duo","fa-utility-fill"],c3="classic",l3="duotone",d3="sharp",u3="sharp-duotone",f3="chisel",p3="etch",h3="graphite",m3="jelly",g3="jelly-duo",y3="jelly-fill",b3="mosaic",v3="notdog",x3="notdog-duo",S3="pixel",C3="slab",E3="slab-duo",L3="slab-press",A3="slab-press-duo",O3="thumbprint",w3="utility",R3="utility-duo",_3="utility-fill",N3="vellum",M3="whiteboard",T3="Classic",k3="Duotone",I3="Sharp",z3="Sharp Duotone",P3="Chisel",D3="Etch",U3="Graphite",F3="Jelly",$3="Jelly Duo",B3="Jelly Fill",H3="Mosaic",G3="Notdog",W3="Notdog Duo",V3="Pixel",j3="Slab",K3="Slab Duo",Z3="Slab Press",q3="Slab Press Duo",Y3="Thumbprint",X3="Utility",J3="Utility Duo",Q3="Utility Fill",e6="Vellum",t6="Whiteboard",xx=(zn={},U(U(U(U(U(U(U(U(U(U(zn,c3,T3),l3,k3),d3,I3),u3,z3),f3,P3),p3,D3),h3,U3),m3,F3),g3,$3),y3,B3),U(U(U(U(U(U(U(U(U(U(zn,b3,H3),v3,G3),x3,W3),S3,V3),C3,j3),E3,K3),L3,Z3),A3,q3),O3,Y3),w3,X3),U(U(U(U(zn,R3,J3),_3,Q3),N3,e6),M3,t6)),r6="kit",o6="kit-duotone",n6="Kit",a6="Kit Duotone",Sx=U(U({},r6,n6),o6,a6),i6={classic:{"fa-brands":"fab","fa-duotone":"fad","fa-light":"fal","fa-regular":"far","fa-solid":"fas","fa-thin":"fat"},duotone:{"fa-regular":"fadr","fa-light":"fadl","fa-thin":"fadt"},sharp:{"fa-solid":"fass","fa-regular":"fasr","fa-light":"fasl","fa-thin":"fast"},"sharp-duotone":{"fa-solid":"fasds","fa-regular":"fasdr","fa-light":"fasdl","fa-thin":"fasdt"},slab:{"fa-regular":"faslr"},"slab-press":{"fa-regular":"faslpr"},"slab-duo":{"fa-regular":"fasldr"},"slab-press-duo":{"fa-regular":"faslpdr"},pixel:{"fa-regular":"fapr"},mosaic:{"fa-solid":"fams"},vellum:{"fa-solid":"favs"},whiteboard:{"fa-semibold":"fawsb"},thumbprint:{"fa-light":"fatl"},notdog:{"fa-solid":"fans"},"notdog-duo":{"fa-solid":"fands"},etch:{"fa-solid":"faes"},graphite:{"fa-thin":"fagt"},jelly:{"fa-regular":"fajr"},"jelly-fill":{"fa-regular":"fajfr"},"jelly-duo":{"fa-regular":"fajdr"},chisel:{"fa-regular":"facr"},utility:{"fa-semibold":"fausb"},"utility-duo":{"fa-semibold":"faudsb"},"utility-fill":{"fa-semibold":"faufsb"}},s6={classic:["fas","far","fal","fat","fad"],duotone:["fadr","fadl","fadt"],sharp:["fass","fasr","fasl","fast"],"sharp-duotone":["fasds","fasdr","fasdl","fasdt"],slab:["faslr"],"slab-press":["faslpr"],"slab-duo":["fasldr"],"slab-press-duo":["faslpdr"],pixel:["fapr"],mosaic:["fams"],vellum:["favs"],whiteboard:["fawsb"],thumbprint:["fatl"],notdog:["fans"],"notdog-duo":["fands"],etch:["faes"],graphite:["fagt"],jelly:["fajr"],"jelly-fill":["fajfr"],"jelly-duo":["fajdr"],chisel:["facr"],utility:["fausb"],"utility-duo":["faudsb"],"utility-fill":["faufsb"]},Is={classic:{fab:"fa-brands",fad:"fa-duotone",fal:"fa-light",far:"fa-regular",fas:"fa-solid",fat:"fa-thin"},duotone:{fadr:"fa-regular",fadl:"fa-light",fadt:"fa-thin"},sharp:{fass:"fa-solid",fasr:"fa-regular",fasl:"fa-light",fast:"fa-thin"},"sharp-duotone":{fasds:"fa-solid",fasdr:"fa-regular",fasdl:"fa-light",fasdt:"fa-thin"},slab:{faslr:"fa-regular"},"slab-press":{faslpr:"fa-regular"},"slab-duo":{fasldr:"fa-regular"},"slab-press-duo":{faslpdr:"fa-regular"},pixel:{fapr:"fa-regular"},mosaic:{fams:"fa-solid"},vellum:{favs:"fa-solid"},whiteboard:{fawsb:"fa-semibold"},thumbprint:{fatl:"fa-light"},notdog:{fans:"fa-solid"},"notdog-duo":{fands:"fa-solid"},etch:{faes:"fa-solid"},graphite:{fagt:"fa-thin"},jelly:{fajr:"fa-regular"},"jelly-fill":{fajfr:"fa-regular"},"jelly-duo":{fajdr:"fa-regular"},chisel:{facr:"fa-regular"},utility:{fausb:"fa-semibold"},"utility-duo":{faudsb:"fa-semibold"},"utility-fill":{faufsb:"fa-semibold"}},c6=["fa-solid","fa-regular","fa-light","fa-thin","fa-duotone","fa-brands","fa-semibold"],Nd=["fa","fas","far","fal","fat","fad","fadr","fadl","fadt","fab","fass","fasr","fasl","fast","fasds","fasdr","fasdl","fasdt","faslr","faslpr","fasldr","faslpdr","fapr","fams","favs","fawsb","fatl","fans","fands","faes","fagt","fajr","fajfr","fajdr","facr","fausb","faudsb","faufsb"].concat(s3,c6),l6=["solid","regular","light","thin","duotone","brands","semibold"],Md=[1,2,3,4,5,6,7,8,9,10],d6=Md.concat([11,12,13,14,15,16,17,18,19,20]),u6=["aw","fw","pull-left","pull-right"],f6=[].concat(Ge(Object.keys(s6)),l6,u6,["2xs","xs","sm","lg","xl","2xl","beat","beat-fade","border","bounce","buzz","canvas-square","canvas-roomy","fade","flip-360","flip-both","flip-horizontal","flip-vertical","flip","float","inverse","jello","layers","layers-bottom-left","layers-bottom-right","layers-counter","layers-text","layers-top-left","layers-top-right","li","pull-end","pull-start","pulse","rotate-180","rotate-270","rotate-90","rotate-by","shake","spin-pulse","spin-reverse","spin","spin-snap","spin-snap-4","spin-snap-8","stack-1x","stack-2x","stack","swing","ul","wag","width-auto","width-fixed",Pn.GROUP,Pn.SWAP_OPACITY,Pn.PRIMARY,Pn.SECONDARY]).concat(Md.map(function(t){return"".concat(t,"x")})).concat(d6.map(function(t){return"w-".concat(t)})),p6={"Font Awesome 5 Free":{900:"fas",400:"far"},"Font Awesome 5 Pro":{900:"fas",400:"far",normal:"far",300:"fal"},"Font Awesome 5 Brands":{400:"fab",normal:"fab"},"Font Awesome 5 Duotone":{900:"fad"}},dt="___FONT_AWESOME___",zs=16,Td="fa",kd="svg-inline--fa",Yt="data-fa-i2svg",Ps="data-fa-pseudo-element",h6="data-fa-pseudo-element-pending",Ys="data-prefix",Xs="data-icon",_2="fontawesome-i2svg",m6="async",g6=["HTML","HEAD","STYLE","SCRIPT"],Id=["::before","::after",":before",":after"],zd=(function(){try{return!0}catch{return!1}})();function _o(t){return new Proxy(t,{get:function(r,o){return o in r?r[o]:r[he]}})}var Pd=w({},nd);Pd[he]=w(w(w(w({},{"fa-duotone":"duotone"}),nd[he]),w2.kit),w2["kit-duotone"]);var y6=_o(Pd),Ds=w({},Jp);Ds[he]=w(w(w(w({},{duotone:"fad"}),Ds[he]),R2.kit),R2["kit-duotone"]);var N2=_o(Ds),Us=w({},Is);Us[he]=w(w({},Us[he]),i3.kit);var Js=_o(Us),Fs=w({},i6);Fs[he]=w(w({},Fs[he]),n3.kit);var Cx=_o(Fs),b6=Cp,Dd="fa-layers-text",v6=Ep,x6=w({},qp),Ex=_o(x6),S6=["class","data-prefix","data-icon","data-fa-transform","data-fa-mask"],Rs=Lp,C6=[].concat(Ge(Qp),Ge(f6)),Ao=Et.FontAwesomeConfig||{};function E6(t){var e=X.querySelector("script["+t+"]");if(e)return e.getAttribute(t)}function L6(t){return t===""?!0:t==="false"?!1:t==="true"?!0:t}X&&typeof X.querySelector=="function"&&(M2=[["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-search-pseudo-elements","searchPseudoElements"],["data-search-pseudo-elements-warnings","searchPseudoElementsWarnings"],["data-search-pseudo-elements-full-scan","searchPseudoElementsFullScan"],["data-observe-mutations","observeMutations"],["data-mutate-approach","mutateApproach"],["data-keep-original-source","keepOriginalSource"],["data-measure-performance","measurePerformance"],["data-show-missing-icons","showMissingIcons"]],M2.forEach(function(t){var e=Gn(t,2),r=e[0],o=e[1],a=L6(E6(r));a!=null&&(Ao[o]=a)}));var M2,Ud={styleDefault:"solid",familyDefault:he,cssPrefix:Td,replacementClass:kd,autoReplaceSvg:!0,autoAddCss:!0,searchPseudoElements:!1,searchPseudoElementsWarnings:!0,searchPseudoElementsFullScan:!1,observeMutations:!0,mutateApproach:"async",keepOriginalSource:!0,measurePerformance:!1,showMissingIcons:!0};Ao.familyPrefix&&(Ao.cssPrefix=Ao.familyPrefix);var Rr=w(w({},Ud),Ao);Rr.autoReplaceSvg||(Rr.observeMutations=!1);var z={};Object.keys(Ud).forEach(function(t){Object.defineProperty(z,t,{enumerable:!0,set:function(r){Rr[t]=r,Oo.forEach(function(o){return o(z)})},get:function(){return Rr[t]}})});Object.defineProperty(z,"familyPrefix",{enumerable:!0,set:function(e){Rr.cssPrefix=e,Oo.forEach(function(r){return r(z)})},get:function(){return Rr.cssPrefix}});Et.FontAwesomeConfig=z;var Oo=[];function A6(t){return Oo.push(t),function(){Oo.splice(Oo.indexOf(t),1)}}var Ct=zs,tt={size:16,x:0,y:0,rotate:0,flipX:!1,flipY:!1};function O6(t){if(!(!t||!ft)){var e=X.createElement("style");e.setAttribute("type","text/css"),e.innerHTML=t;for(var r=X.head.childNodes,o=null,a=r.length-1;a>-1;a--){var i=r[a],s=(i.tagName||"").toUpperCase();["STYLE","LINK"].indexOf(s)>-1&&(o=i)}return X.head.insertBefore(e,o),t}}var w6="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";function T2(){for(var t=12,e="";t-- >0;)e+=w6[Math.random()*62|0];return e}function _r(t){for(var e=[],r=(t||[]).length>>>0;r--;)e[r]=t[r];return e}function Qs(t){return t.classList?_r(t.classList):(t.getAttribute("class")||"").split(" ").filter(function(e){return e})}function Fd(t){return"".concat(t).replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(/</g,"<").replace(/>/g,">")}function R6(t){return Object.keys(t||{}).reduce(function(e,r){return e+"".concat(r,'="').concat(Fd(t[r]),'" ')},"").trim()}function Wn(t){return Object.keys(t||{}).reduce(function(e,r){return e+"".concat(r,": ").concat(t[r].trim(),";")},"")}function ec(t){return t.size!==tt.size||t.x!==tt.x||t.y!==tt.y||t.rotate!==tt.rotate||t.flipX||t.flipY}function _6(t){var e=t.transform,r=t.containerWidth,o=t.iconWidth,a={transform:"translate(".concat(r/2," 256)")},i="translate(".concat(e.x*32,", ").concat(e.y*32,") "),s="scale(".concat(e.size/16*(e.flipX?-1:1),", ").concat(e.size/16*(e.flipY?-1:1),") "),c="rotate(".concat(e.rotate," 0 0)"),d={transform:"".concat(i," ").concat(s," ").concat(c)},f={transform:"translate(".concat(o/2*-1," -256)")};return{outer:a,inner:d,path:f}}function N6(t){var e=t.transform,r=t.width,o=r===void 0?zs:r,a=t.height,i=a===void 0?zs:a,s=t.startCentered,c=s===void 0?!1:s,d="";return c&&od?d+="translate(".concat(e.x/Ct-o/2,"em, ").concat(e.y/Ct-i/2,"em) "):c?d+="translate(calc(-50% + ".concat(e.x/Ct,"em), calc(-50% + ").concat(e.y/Ct,"em)) "):d+="translate(".concat(e.x/Ct,"em, ").concat(e.y/Ct,"em) "),d+="scale(".concat(e.size/Ct*(e.flipX?-1:1),", ").concat(e.size/Ct*(e.flipY?-1:1),") "),d+="rotate(".concat(e.rotate,"deg) "),d}var M6=`:root, :host {
|
|
123
123
|
--fa-font-solid: normal 900 1em/1 'Font Awesome 7 Free';
|
|
124
124
|
--fa-font-regular: normal 400 1em/1 'Font Awesome 7 Free';
|
|
125
125
|
--fa-font-light: normal 300 1em/1 'Font Awesome 7 Pro';
|
|
@@ -1192,12 +1192,12 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
1192
1192
|
margin: auto;
|
|
1193
1193
|
position: absolute;
|
|
1194
1194
|
z-index: var(--fa-stack-z-index, auto);
|
|
1195
|
-
}`;function O0(){var t=b0,e=v0,r=z.cssPrefix,o=z.replacementClass,a=i6;if(r!==t||o!==e){var i=new RegExp("\\.".concat(t,"\\-"),"g"),s=new RegExp("\\--".concat(t,"\\-"),"g"),c=new RegExp("\\.".concat(e),"g");a=a.replace(i,".".concat(r,"-")).replace(s,"--".concat(r,"-")).replace(c,".".concat(o))}return a}var v2=!1;function Ss(){z.autoAddCss&&!v2&&(t6(O0()),v2=!0)}var s6={mixout:function(){return{dom:{css:O0,insertCss:Ss}}},hooks:function(){return{beforeDOMElementCreation:function(){Ss()},beforeI2svg:function(){Ss()}}}},dt=Lt||{};dt[lt]||(dt[lt]={});dt[lt].styles||(dt[lt].styles={});dt[lt].hooks||(dt[lt].hooks={});dt[lt].shims||(dt[lt].shims=[]);var Ge=dt[lt],R0=[],w0=function(){J.removeEventListener("DOMContentLoaded",w0),_n=1,R0.map(function(e){return e()})},_n=!1;ut&&(_n=(J.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(J.readyState),_n||J.addEventListener("DOMContentLoaded",w0));function c6(t){ut&&(_n?setTimeout(t,0):R0.push(t))}function Io(t){var e=t.tag,r=t.attributes,o=r===void 0?{}:r,a=t.children,i=a===void 0?[]:a;return typeof t=="string"?L0(t):"<".concat(e," ").concat(o6(o),">").concat(i.map(Io).join(""),"</").concat(e,">")}function x2(t,e,r){if(t&&t[e]&&t[e][r])return{prefix:e,iconName:r,icon:t[e][r]}}var l6=function(e,r){return function(o,a,i,s){return e.call(r,o,a,i,s)}},Cs=function(e,r,o,a){var i=Object.keys(e),s=i.length,c=a!==void 0?l6(r,a):r,d,u,m;for(o===void 0?(d=1,m=e[i[0]]):(d=0,m=o);d<s;d++)u=i[d],m=c(m,e[u],u,e);return m};function _0(t){return We(t).length!==1?null:t.codePointAt(0).toString(16)}function S2(t){return Object.keys(t).reduce(function(e,r){var o=t[r],a=!!o.icon;return a?e[o.iconName]=o.icon:e[r]=o,e},{})}function Ts(t,e){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},o=r.skipHooks,a=o===void 0?!1:o,i=S2(e);typeof Ge.hooks.addPack=="function"&&!a?Ge.hooks.addPack(t,S2(e)):Ge.styles[t]=_(_({},Ge.styles[t]||{}),i),t==="fas"&&Ts("fa",e)}var No=Ge.styles,d6=Ge.shims,N0=Object.keys(Ws),u6=N0.reduce(function(t,e){return t[e]=Object.keys(Ws[e]),t},{}),Ks=null,M0={},T0={},I0={},k0={},z0={};function f6(t){return~X3.indexOf(t)}function p6(t,e){var r=e.split("-"),o=r[0],a=r.slice(1).join("-");return o===t&&a!==""&&!f6(a)?a:null}var P0=function(){var e=function(i){return Cs(No,function(s,c,d){return s[d]=Cs(c,i,{}),s},{})};M0=e(function(a,i,s){if(i[3]&&(a[i[3]]=s),i[2]){var c=i[2].filter(function(d){return typeof d=="number"});c.forEach(function(d){a[d.toString(16)]=s})}return a}),T0=e(function(a,i,s){if(a[s]=s,i[2]){var c=i[2].filter(function(d){return typeof d=="string"});c.forEach(function(d){a[d]=s})}return a}),z0=e(function(a,i,s){var c=i[2];return a[s]=s,c.forEach(function(d){a[d]=s}),a});var r="far"in No||z.autoFetchSvg,o=Cs(d6,function(a,i){var s=i[0],c=i[1],d=i[2];return c==="far"&&!r&&(c="fas"),typeof s=="string"&&(a.names[s]={prefix:c,iconName:d}),typeof s=="number"&&(a.unicodes[s.toString(16)]={prefix:c,iconName:d}),a},{names:{},unicodes:{}});I0=o.names,k0=o.unicodes,Ks=In(z.styleDefault,{family:z.familyDefault})};e6(function(t){Ks=In(t.styleDefault,{family:z.familyDefault})});P0();function qs(t,e){return(M0[t]||{})[e]}function h6(t,e){return(T0[t]||{})[e]}function Jt(t,e){return(z0[t]||{})[e]}function D0(t){return I0[t]||{prefix:null,iconName:null}}function m6(t){var e=k0[t],r=qs("fas",t);return e||(r?{prefix:"fas",iconName:r}:null)||{prefix:null,iconName:null}}function Ot(){return Ks}var U0=function(){return{prefix:null,iconName:null,rest:[]}};function g6(t){var e=he,r=N0.reduce(function(o,a){return o[a]="".concat(z.cssPrefix,"-").concat(a),o},{});return h0.forEach(function(o){(t.includes(r[o])||t.some(function(a){return u6[o].includes(a)}))&&(e=o)}),e}function In(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=e.family,o=r===void 0?he:r,a=V3[o][t];if(o===Mo&&!t)return"fad";var i=g2[o][t]||g2[o][a],s=t in Ge.styles?t:null,c=i||s||null;return c}function y6(t){var e=[],r=null;return t.forEach(function(o){var a=p6(z.cssPrefix,o);a?r=a:o&&e.push(o)}),{iconName:r,rest:e}}function C2(t){return t.sort().filter(function(e,r,o){return o.indexOf(e)===r})}var E2=g0.concat(m0);function kn(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=e.skipLookups,o=r===void 0?!1:r,a=null,i=C2(t.filter(function(b){return E2.includes(b)})),s=C2(t.filter(function(b){return!E2.includes(b)})),c=i.filter(function(b){return a=b,!j2.includes(b)}),d=Mn(c,1),u=d[0],m=u===void 0?null:u,h=g6(i),y=_(_({},y6(s)),{},{prefix:In(m,{family:h})});return _(_(_({},y),S6({values:t,family:h,styles:No,config:z,canonical:y,givenPrefix:a})),b6(o,a,y))}function b6(t,e,r){var o=r.prefix,a=r.iconName;if(t||!o||!a)return{prefix:o,iconName:a};var i=e==="fa"?D0(a):{},s=Jt(o,a);return a=i.iconName||s||a,o=i.prefix||o,o==="far"&&!No.far&&No.fas&&!z.autoFetchSvg&&(o="fas"),{prefix:o,iconName:a}}var v6=h0.filter(function(t){return t!==he||t!==Mo}),x6=Object.keys(Os).filter(function(t){return t!==he}).map(function(t){return Object.keys(Os[t])}).flat();function S6(t){var e=t.values,r=t.family,o=t.canonical,a=t.givenPrefix,i=a===void 0?"":a,s=t.styles,c=s===void 0?{}:s,d=t.config,u=d===void 0?{}:d,m=r===Mo,h=e.includes("fa-duotone")||e.includes("fad"),y=u.familyDefault==="duotone",b=o.prefix==="fad"||o.prefix==="fa-duotone";if(!m&&(h||y||b)&&(o.prefix="fad"),(e.includes("fa-brands")||e.includes("fab"))&&(o.prefix="fab"),!o.prefix&&v6.includes(r)){var x=Object.keys(c).find(function(A){return x6.includes(A)});if(x||u.autoFetchSvg){var S=Op.get(r).defaultShortPrefixId;o.prefix=S,o.iconName=Jt(o.prefix,o.iconName)||o.iconName}}return(o.prefix==="fa"||i==="fa")&&(o.prefix=Ot()||"fas"),o}var C6=(function(){function t(){Gf(this,t),this.definitions={}}return Wf(t,[{key:"add",value:function(){for(var r=this,o=arguments.length,a=new Array(o),i=0;i<o;i++)a[i]=arguments[i];var s=a.reduce(this._pullDefinitions,{});Object.keys(s).forEach(function(c){r.definitions[c]=_(_({},r.definitions[c]||{}),s[c]),Ts(c,s[c]);var d=Ws[he][c];d&&Ts(d,s[c]),P0()})}},{key:"reset",value:function(){this.definitions={}}},{key:"_pullDefinitions",value:function(r,o){var a=o.prefix&&o.iconName&&o.icon?{0:o}:o;return Object.keys(a).map(function(i){var s=a[i],c=s.prefix,d=s.iconName,u=s.icon,m=u[2];r[c]||(r[c]={}),m.length>0&&m.forEach(function(h){typeof h=="string"&&(r[c][h]=u)}),r[c][d]=u}),r}}])})(),A2=[],Tr={},Ir={},E6=Object.keys(Ir);function A6(t,e){var r=e.mixoutsTo;return A2=t,Tr={},Object.keys(Ir).forEach(function(o){E6.indexOf(o)===-1&&delete Ir[o]}),A2.forEach(function(o){var a=o.mixout?o.mixout():{};if(Object.keys(a).forEach(function(s){typeof a[s]=="function"&&(r[s]=a[s]),wn(a[s])==="object"&&Object.keys(a[s]).forEach(function(c){r[s]||(r[s]={}),r[s][c]=a[s][c]})}),o.hooks){var i=o.hooks();Object.keys(i).forEach(function(s){Tr[s]||(Tr[s]=[]),Tr[s].push(i[s])})}o.provides&&o.provides(Ir)}),r}function Is(t,e){for(var r=arguments.length,o=new Array(r>2?r-2:0),a=2;a<r;a++)o[a-2]=arguments[a];var i=Tr[t]||[];return i.forEach(function(s){e=s.apply(null,[e].concat(o))}),e}function er(t){for(var e=arguments.length,r=new Array(e>1?e-1:0),o=1;o<e;o++)r[o-1]=arguments[o];var a=Tr[t]||[];a.forEach(function(i){i.apply(null,r)})}function Rt(){var t=arguments[0],e=Array.prototype.slice.call(arguments,1);return Ir[t]?Ir[t].apply(null,e):void 0}function ks(t){t.prefix==="fa"&&(t.prefix="fas");var e=t.iconName,r=t.prefix||Ot();if(e)return e=Jt(r,e)||e,x2(F0.definitions,r,e)||x2(Ge.styles,r,e)}var F0=new C6,L6=function(){z.autoReplaceSvg=!1,z.observeMutations=!1,er("noAuto")},O6={i2svg:function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return ut?(er("beforeI2svg",e),Rt("pseudoElements2svg",e),Rt("i2svg",e)):Promise.reject(new Error("Operation requires a DOM of some kind."))},watch:function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},r=e.autoReplaceSvgRoot;z.autoReplaceSvg===!1&&(z.autoReplaceSvg=!0),z.observeMutations=!0,c6(function(){w6({autoReplaceSvgRoot:r}),er("watch",e)})}},R6={icon:function(e){if(e===null)return null;if(wn(e)==="object"&&e.prefix&&e.iconName)return{prefix:e.prefix,iconName:Jt(e.prefix,e.iconName)||e.iconName};if(Array.isArray(e)&&e.length===2){var r=e[1].indexOf("fa-")===0?e[1].slice(3):e[1],o=In(e[0]);return{prefix:o,iconName:Jt(o,r)||r}}if(typeof e=="string"&&(e.indexOf("".concat(z.cssPrefix,"-"))>-1||e.match(K3))){var a=kn(e.split(" "),{skipLookups:!0});return{prefix:a.prefix||Ot(),iconName:Jt(a.prefix,a.iconName)||a.iconName}}if(typeof e=="string"){var i=Ot();return{prefix:i,iconName:Jt(i,e)||e}}}},we={noAuto:L6,config:z,dom:O6,parse:R6,library:F0,findIconDefinition:ks,toHtml:Io},w6=function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},r=e.autoReplaceSvgRoot,o=r===void 0?J:r;(Object.keys(Ge.styles).length>0||z.autoFetchSvg)&&ut&&z.autoReplaceSvg&&we.dom.i2svg({node:o})};function zn(t,e){return Object.defineProperty(t,"abstract",{get:e}),Object.defineProperty(t,"html",{get:function(){return t.abstract.map(function(o){return Io(o)})}}),Object.defineProperty(t,"node",{get:function(){if(ut){var o=J.createElement("div");return o.innerHTML=t.html,o.children}}}),t}function _6(t){var e=t.children,r=t.main,o=t.mask,a=t.attributes,i=t.styles,s=t.transform;if(Vs(s)&&r.found&&!o.found){var c=r.width,d=r.height,u={x:c/d/2,y:.5};a.style=Tn(_(_({},i),{},{"transform-origin":"".concat(u.x+s.x/16,"em ").concat(u.y+s.y/16,"em")}))}return[{tag:"svg",attributes:a,children:e}]}function N6(t){var e=t.prefix,r=t.iconName,o=t.children,a=t.attributes,i=t.symbol,s=i===!0?"".concat(e,"-").concat(z.cssPrefix,"-").concat(r):i;return[{tag:"svg",attributes:{style:"display: none;"},children:[{tag:"symbol",attributes:_(_({},a),{},{id:s}),children:o}]}]}function M6(t){var e=["aria-label","aria-labelledby","title","role"];return e.some(function(r){return r in t})}function Zs(t){var e=t.icons,r=e.main,o=e.mask,a=t.prefix,i=t.iconName,s=t.transform,c=t.symbol,d=t.maskId,u=t.extra,m=t.watchable,h=m===void 0?!1:m,y=o.found?o:r,b=y.width,x=y.height,S=[z.replacementClass,i?"".concat(z.cssPrefix,"-").concat(i):""].filter(function(O){return u.classes.indexOf(O)===-1}).filter(function(O){return O!==""||!!O}).concat(u.classes).join(" "),A={children:[],attributes:_(_({},u.attributes),{},{"data-prefix":a,"data-icon":i,class:S,role:u.attributes.role||"img",viewBox:"0 0 ".concat(b," ").concat(x)})};!M6(u.attributes)&&!u.attributes["aria-hidden"]&&(A.attributes["aria-hidden"]="true"),h&&(A.attributes[Qt]="");var w=_(_({},A),{},{prefix:a,iconName:i,main:r,mask:o,maskId:d,transform:s,symbol:c,styles:_({},u.styles)}),N=o.found&&r.found?Rt("generateAbstractMask",w)||{children:[],attributes:{}}:Rt("generateAbstractIcon",w)||{children:[],attributes:{}},E=N.children,C=N.attributes;return w.children=E,w.attributes=C,c?N6(w):_6(w)}function L2(t){var e=t.content,r=t.width,o=t.height,a=t.transform,i=t.extra,s=t.watchable,c=s===void 0?!1:s,d=_(_({},i.attributes),{},{class:i.classes.join(" ")});c&&(d[Qt]="");var u=_({},i.styles);Vs(a)&&(u.transform=a6({transform:a,startCentered:!0,width:r,height:o}),u["-webkit-transform"]=u.transform);var m=Tn(u);m.length>0&&(d.style=m);var h=[];return h.push({tag:"span",attributes:d,children:[e]}),h}function T6(t){var e=t.content,r=t.extra,o=_(_({},r.attributes),{},{class:r.classes.join(" ")}),a=Tn(r.styles);a.length>0&&(o.style=a);var i=[];return i.push({tag:"span",attributes:o,children:[e]}),i}var Es=Ge.styles;function zs(t){var e=t[0],r=t[1],o=t.slice(4),a=Mn(o,1),i=a[0],s=null;return Array.isArray(i)?s={tag:"g",attributes:{class:"".concat(z.cssPrefix,"-").concat(xs.GROUP)},children:[{tag:"path",attributes:{class:"".concat(z.cssPrefix,"-").concat(xs.SECONDARY),fill:"currentColor",d:i[0]}},{tag:"path",attributes:{class:"".concat(z.cssPrefix,"-").concat(xs.PRIMARY),fill:"currentColor",d:i[1]}}]}:s={tag:"path",attributes:{fill:"currentColor",d:i}},{found:!0,width:e,height:r,icon:s}}var I6={found:!1,width:512,height:512};function k6(t,e){!S0&&!z.showMissingIcons&&t&&console.error('Icon with name "'.concat(t,'" and prefix "').concat(e,'" is missing.'))}function Ps(t,e){var r=e;return e==="fa"&&z.styleDefault!==null&&(e=Ot()),new Promise(function(o,a){if(r==="fa"){var i=D0(t)||{};t=i.iconName||t,e=i.prefix||e}if(t&&e&&Es[e]&&Es[e][t]){var s=Es[e][t];return o(zs(s))}k6(t,e),o(_(_({},I6),{},{icon:z.showMissingIcons&&t?Rt("missingIconAbstract")||{}:{}}))})}var O2=function(){},Ds=z.measurePerformance&&Sn&&Sn.mark&&Sn.measure?Sn:{mark:O2,measure:O2},Ro='FA "7.3.1"',z6=function(e){return Ds.mark("".concat(Ro," ").concat(e," begins")),function(){return $0(e)}},$0=function(e){Ds.mark("".concat(Ro," ").concat(e," ends")),Ds.measure("".concat(Ro," ").concat(e),"".concat(Ro," ").concat(e," begins"),"".concat(Ro," ").concat(e," ends"))},Ys={begin:z6,end:$0},On=function(){};function R2(t){var e=t.getAttribute?t.getAttribute(Qt):null;return typeof e=="string"}function P6(t){var e=t.getAttribute?t.getAttribute(Hs):null,r=t.getAttribute?t.getAttribute(Gs):null;return e&&r}function D6(t){return t&&t.classList&&t.classList.contains&&t.classList.contains(z.replacementClass)}function U6(){if(z.autoReplaceSvg===!0)return Rn.replace;var t=Rn[z.autoReplaceSvg];return t||Rn.replace}function F6(t){return J.createElementNS("http://www.w3.org/2000/svg",t)}function $6(t){return J.createElement(t)}function B0(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=e.ceFn,o=r===void 0?t.tag==="svg"?F6:$6:r;if(typeof t=="string")return J.createTextNode(t);var a=o(t.tag);Object.keys(t.attributes||[]).forEach(function(s){a.setAttribute(s,t.attributes[s])});var i=t.children||[];return i.forEach(function(s){a.appendChild(B0(s,{ceFn:o}))}),a}function B6(t){var e=" ".concat(t.outerHTML," ");return e="".concat(e,"Font Awesome fontawesome.com "),e}var Rn={replace:function(e){var r=e[0];if(r.parentNode)if(e[1].forEach(function(a){r.parentNode.insertBefore(B0(a),r)}),r.getAttribute(Qt)===null&&z.keepOriginalSource){var o=J.createComment(B6(r));r.parentNode.replaceChild(o,r)}else r.remove()},nest:function(e){var r=e[0],o=e[1];if(~js(r).indexOf(z.replacementClass))return Rn.replace(e);var a=new RegExp("".concat(z.cssPrefix,"-.*"));if(delete o[0].attributes.id,o[0].attributes.class){var i=o[0].attributes.class.split(" ").reduce(function(c,d){return d===z.replacementClass||d.match(a)?c.toSvg.push(d):c.toNode.push(d),c},{toNode:[],toSvg:[]});o[0].attributes.class=i.toSvg.join(" "),i.toNode.length===0?r.removeAttribute("class"):r.setAttribute("class",i.toNode.join(" "))}var s=o.map(function(c){return Io(c)}).join(`
|
|
1196
|
-
`);r.setAttribute(
|
|
1197
|
-
`),t.removeAttribute(r),o()}).catch(a)}else o()}else o()})}function
|
|
1198
|
-
If it declares any Font Awesome CSS pseudo-elements, they will not be rendered as SVG icons. Add crossorigin="anonymous" to the <link>, enable searchPseudoElementsFullScan for slower but more thorough DOM parsing, or suppress this warning by setting searchPseudoElementsWarnings to false.`))}}}catch(S){a.e(S)}finally{a.f()}if(!o.size)return;var x=Array.from(o).join(", ");try{r=t.querySelectorAll(x)}catch{}}return new Promise(function(S,A){var w=zr(r).filter(sh).map(ih),N=Ys.begin("searchPseudoElements");G0(),Promise.all(w).then(function(){N(),Us(),S()}).catch(function(){N(),Us(),A()})})}}var dh={hooks:function(){return{mutationObserverCallbacks:function(r){return r.pseudoElementsCallback=z2,r}}},provides:function(e){e.pseudoElements2svg=function(r){var o=r.node,a=o===void 0?J:o;z.searchPseudoElements&&z2(a)}}},P2=!1,uh={mixout:function(){return{dom:{unwatch:function(){G0(),P2=!0}}}},hooks:function(){return{bootstrap:function(){_2(Is("mutationObserverCallbacks",{}))},noAuto:function(){H6()},watch:function(r){var o=r.observeMutationsRoot;P2?Us():_2(Is("mutationObserverCallbacks",{observeMutationsRoot:o}))}}}},D2=function(e){var r={size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0};return e.toLowerCase().split(" ").reduce(function(o,a){var i=a.toLowerCase().split("-"),s=i[0],c=i.slice(1).join("-");if(s&&c==="h")return o.flipX=!0,o;if(s&&c==="v")return o.flipY=!0,o;if(c=parseFloat(c),isNaN(c))return o;switch(s){case"grow":o.size=o.size+c;break;case"shrink":o.size=o.size-c;break;case"left":o.x=o.x-c;break;case"right":o.x=o.x+c;break;case"up":o.y=o.y-c;break;case"down":o.y=o.y+c;break;case"rotate":o.rotate=o.rotate+c;break}return o},r)},fh={mixout:function(){return{parse:{transform:function(r){return D2(r)}}}},hooks:function(){return{parseNodeAttributes:function(r,o){var a=o.getAttribute("data-fa-transform");return a&&(r.transform=D2(a)),r}}},provides:function(e){e.generateAbstractTransformGrouping=function(r){var o=r.main,a=r.transform,i=r.containerWidth,s=r.iconWidth,c={transform:"translate(".concat(i/2," 256)")},d="translate(".concat(a.x*32,", ").concat(a.y*32,") "),u="scale(".concat(a.size/16*(a.flipX?-1:1),", ").concat(a.size/16*(a.flipY?-1:1),") "),m="rotate(".concat(a.rotate," 0 0)"),h={transform:"".concat(d," ").concat(u," ").concat(m)},y={transform:"translate(".concat(s/2*-1," -256)")},b={outer:c,inner:h,path:y};return{tag:"g",attributes:_({},b.outer),children:[{tag:"g",attributes:_({},b.inner),children:[{tag:o.icon.tag,children:o.icon.children,attributes:_(_({},o.icon.attributes),b.path)}]}]}}}},As={x:0,y:0,width:"100%",height:"100%"};function U2(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;return t.attributes&&(t.attributes.fill||e)&&(t.attributes.fill="black"),t}function ph(t){return t.tag==="g"?t.children:[t]}var hh={hooks:function(){return{parseNodeAttributes:function(r,o){var a=o.getAttribute("data-fa-mask"),i=a?kn(a.split(" ").map(function(s){return s.trim()})):U0();return i.prefix||(i.prefix=Ot()),r.mask=i,r.maskId=o.getAttribute("data-fa-mask-id"),r}}},provides:function(e){e.generateAbstractMask=function(r){var o=r.children,a=r.attributes,i=r.main,s=r.mask,c=r.maskId,d=r.transform,u=i.width,m=i.icon,h=s.width,y=s.icon,b=n6({transform:d,containerWidth:h,iconWidth:u}),x={tag:"rect",attributes:_(_({},As),{},{fill:"white"})},S=m.children?{children:m.children.map(U2)}:{},A={tag:"g",attributes:_({},b.inner),children:[U2(_({tag:m.tag,attributes:_(_({},m.attributes),b.path)},S))]},w={tag:"g",attributes:_({},b.outer),children:[A]},N="mask-".concat(c||b2()),E="clip-".concat(c||b2()),C={tag:"mask",attributes:_(_({},As),{},{id:N,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[x,w]},O={tag:"defs",children:[{tag:"clipPath",attributes:{id:E},children:ph(y)},C]};return o.push(O,{tag:"rect",attributes:_({fill:"currentColor","clip-path":"url(#".concat(E,")"),mask:"url(#".concat(N,")")},As)}),{children:o,attributes:a}}}},mh={provides:function(e){var r=!1;Lt.matchMedia&&(r=Lt.matchMedia("(prefers-reduced-motion: reduce)").matches),e.missingIconAbstract=function(){var o=[],a={fill:"currentColor"},i={attributeType:"XML",repeatCount:"indefinite",dur:"2s"};o.push({tag:"path",attributes:_(_({},a),{},{d:"M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z"})});var s=_(_({},i),{},{attributeName:"opacity"}),c={tag:"circle",attributes:_(_({},a),{},{cx:"256",cy:"364",r:"28"}),children:[]};return r||c.children.push({tag:"animate",attributes:_(_({},i),{},{attributeName:"r",values:"28;14;28;28;14;28;"})},{tag:"animate",attributes:_(_({},s),{},{values:"1;0;1;1;0;1;"})}),o.push(c),o.push({tag:"path",attributes:_(_({},a),{},{opacity:"1",d:"M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z"}),children:r?[]:[{tag:"animate",attributes:_(_({},s),{},{values:"1;0;0;0;0;1;"})}]}),r||o.push({tag:"path",attributes:_(_({},a),{},{opacity:"0",d:"M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z"}),children:[{tag:"animate",attributes:_(_({},s),{},{values:"0;0;1;1;0;0;"})}]}),{tag:"g",attributes:{class:"missing"},children:o}}}},gh={hooks:function(){return{parseNodeAttributes:function(r,o){var a=o.getAttribute("data-fa-symbol"),i=a===null?!1:a===""?!0:a;return r.symbol=i,r}}}},yh=[s6,J6,Q6,eh,th,dh,uh,fh,hh,mh,gh];A6(yh,{mixoutsTo:we});var vx=we.noAuto,xx=we.config,V0=we.library,Sx=we.dom,Cx=we.parse,Ex=we.findIconDefinition,Ax=we.toHtml,K0=we.icon,Lx=we.layer,Ox=we.text,Rx=we.counter;var g;(function(t){t.LOCK_KEYHOLE="lock-keyhole",t.LINK_SIMPLE_SLASH="link-simple-slash",t.TABLE_LAYOUT="table-layout",t.LAYER_GROUP="layer-group",t.CIRCLE_INFO="circle-info",t.BARS_PROGRESS="bars-progress",t.CODE_COMPARE="code-compare",t.ARROW_TURN_RIGHT="arrow-turn-right",t.HOURGLASS_END="hourglass-end",t.BOX_ARCHIVE="box-archive",t.ARROWS_ROTATE="arrows-rotate",t.CIRCLE_DOT="circle-dot",t.ANGLES_LEFT="angles-left",t.ROUTE="route",t.BARS="bars",t.ARROW_DOWN="arrow-down",t.LOCK_KEYHOLE_OPEN="lock-keyhole-open",t.DESKTOP="desktop",t.ANGLES_RIGHT="angles-right",t.PIGGY_BANK="piggy-bank",t.ANGLE_UP="angle-up",t.SQUARE="square",t.PEN_NIB="pen-nib",t.ARROW_UP_RIGHT_FROM_SQUARE="arrow-up-right-from-square",t.GRID_2="grid-2",t.BOOKS="books",t.TAG="tag",t.ANGLES_UP_DOWN="angles-up-down",t.ARROW_ROTATE_LEFT="arrow-rotate-left",t.EYE_SLASH="eye-slash",t.CIRCLE_DOLLAR="circle-dollar",t.COMPRESS="compress",t.RADAR="radar",t.ARROW_ROTATE_RIGHT="arrow-rotate-right",t.CHART_NETWORK="chart-network",t.PLUS="plus",t.UNDERLINE="underline",t.ARROW_LEFT="arrow-left",t.UPLOAD="upload",t.ARROWS_TO_LINE="arrows-to-line",t.GLOBE="globe",t.LANGUAGE="language",t.PERSON_CHALKBOARD="person-chalkboard",t.TOGGLE_ON="toggle-on",t.DOWNLOAD="download",t.CROSSHAIRS="crosshairs",t.MESSAGE_QUOTE="message-quote",t.FILE_HTML="file-html",t.TRIANGLE_EXCLAMATION="triangle-exclamation",t.STAR="star",t.BELL_SLASH="bell-slash",t.HOURGLASS_HALF="hourglass-half",t.INBOX="inbox",t.COMMENT_DOTS="comment-dots",t.ANGLE_DOWN="angle-down",t.CLOUD_ARROW_DOWN="cloud-arrow-down",t.BOOKMARK_SLASH="bookmark-slash",t.LINK_SIMPLE="link-simple",t.CLOCK_ROTATE_LEFT="clock-rotate-left",t.PLUG="plug",t.CHART_SIMPLE="chart-simple",t.CIRCLE_PLAY="circle-play",t.FILE_MAGNIFYING_GLASS="file-magnifying-glass",t.PEN="pen",t.TABLET="tablet",t.CIRCLE_CHECK="circle-check",t.FILE_INVOICE="file-invoice",t.XMARK="xmark",t.ARROW_RIGHT="arrow-right",t.BOOKMARK="bookmark",t.EXPAND_WIDE="expand-wide",t.USER="user",t.SERVER="server",t.CALENDAR_RANGE="calendar-range",t.BROOM_WIDE="broom-wide",t.HOUSE="house",t.ARROWS_UP_DOWN_LEFT_RIGHT="arrows-up-down-left-right",t.WIFI_SLASH="wifi-slash",t.USER_LOCK="user-lock",t.CHECK="check",t.ITALIC="italic",t.LIFE_RING="life-ring",t.TABLE_CELLS="table-cells",t.TRASH_CAN="trash-can",t.WRENCH="wrench",t.PAPERCLIP="paperclip",t.CABINET_FILING="cabinet-filing",t.ARROW_UP="arrow-up",t.FILE="file",t.CIRCLE_QUESTION="circle-question",t.COLUMNS_3="columns-3",t.GEAR="gear",t.CIRCLE_ARROW_DOWN="circle-arrow-down",t.CHART_LINE="chart-line",t.THUMBS_UP="thumbs-up",t.HAND="hand",t.CIRCLE="circle",t.CALENDAR_DAY="calendar-day",t.CLOUD="cloud",t.LIST_TREE="list-tree",t.ARROWS_MAXIMIZE="arrows-maximize",t.ANGLE_RIGHT="angle-right",t.SPARKLES="sparkles",t.CODE="code",t.ALIGN_CENTER="align-center",t.COMMENT_QUESTION="comment-question",t.IMAGE="image",t.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER="arrow-up-right-and-arrow-down-left-from-center",t.THUMBS_DOWN="thumbs-down",t.DIAGRAM_SANKEY="diagram-sankey",t.MESSAGE_CHECK="message-check",t.BOLD="bold",t.CIRCLE_STOP="circle-stop",t.ARROW_RIGHT_TO_BRACKET="arrow-right-to-bracket",t.USERS="users",t.ARROW_TURN_DOWN_RIGHT="arrow-turn-down-right",t.PRINT="print",t.ALIGN_RIGHT="align-right",t.FLASK="flask",t.MAGNIFYING_GLASS_PLUS="magnifying-glass-plus",t.PHOTO_FILM="photo-film",t.SHIELD_CHECK="shield-check",t.STRIKETHROUGH="strikethrough",t.FOLDER_OPEN="folder-open",t.CLONE="clone",t.HEART="heart",t.PAPER_PLANE="paper-plane",t.MAGNIFYING_GLASS_MINUS="magnifying-glass-minus",t.BOOK="book",t.CLOCK="clock",t.ELLIPSIS_VERTICAL="ellipsis-vertical",t.ARROW_RIGHT_TO_LINE="arrow-right-to-line",t.ANGLE_LEFT="angle-left",t.CALENDAR_CIRCLE_EXCLAMATION="calendar-circle-exclamation",t.EXPAND="expand",t.EQUALS="equals",t.RECEIPT="receipt",t.EYE="eye",t.ALIGN_LEFT="align-left",t.PAINTBRUSH="paintbrush",t.KEY="key",t.PALETTE="palette",t.FLOPPY_DISK="floppy-disk",t.MAGNIFYING_GLASS="magnifying-glass",t.ELLIPSIS="ellipsis",t.SHARE_NODES="share-nodes",t.ARROWS_FROM_LINE="arrows-from-line",t.POWER_OFF="power-off",t.ENVELOPE_OPEN_TEXT="envelope-open-text",t.CIRCLE_PAUSE="circle-pause",t.MOBILE="mobile",t.BELL="bell",t.HYPHEN="hyphen",t.FILTER="filter",t.MEDAL="medal",t.CLOUD_SLASH="cloud-slash",t.ARROW_TURN_LEFT="arrow-turn-left",t.MINUS="minus",t.PASTE="paste",t.CALENDAR_CHECK="calendar-check",t.SORT_DOWN="sort-down",t.HEXAGON_XMARK="hexagon-xmark",t.CARET_LARGE_DOWN="caret-large-down",t.PAUSE="pause",t.CHART_MIXED="chart-mixed",t.CARET_LARGE_LEFT="caret-large-left",t.CARET_DOWN="caret-down",t.ROBOT="robot",t.WAND_MAGIC_SPARKLES="wand-magic-sparkles",t.HEXAGON_EXCLAMATION="hexagon-exclamation",t.CUBES="cubes",t.TURN_RIGHT="turn-right",t.CARET_LARGE_UP="caret-large-up",t.SQUARE_INFO="square-info",t.SORT="sort",t.INFO="info",t.MESSAGE_BOT="message-bot",t.PLAY="play",t.TURN_LEFT="turn-left",t.OCTAGON_XMARK="octagon-xmark",t.ADDRESS_CARD="address-card",t.CROWN="crown",t.SQUARE_CHECK="square-check",t.SPINNER_SCALE="spinner-scale",t.GRIP_LINES="grip-lines",t.CHART_AREA="chart-area",t.TRASH="trash",t.SORT_UP="sort-up",t.USER_TIE="user-tie",t.CARET_LARGE_RIGHT="caret-large-right",t.CIRCLE_SMALL="circle-small",t.QUESTION="question",t.SQUARE_MINUS="square-minus",t.SQUARE_POLL_VERTICAL_REGULAR="square-poll-vertical-regular",t.PREVIEW_REGULAR="preview-regular",t.LANGUAGE_SLASH_REGULAR="language-slash-regular",t.CIRCLE_USER_CIRCLE_CHECK_SOLID="circle-user-circle-check-solid",t.FOLDER_OPEN_LOCK_REGULAR="folder-open-lock-regular",t.TABLE_CELLS_SLASH_REGULAR="table-cells-slash-regular",t.PIP_WIDE_REGULAR="pip-wide-regular",t.CLOUD_SLASH_GEAR_REGULAR="cloud-slash-gear-regular",t.CIRCLE_DASHED_DOLLAR_QUESTION_REGULAR="circle-dashed-dollar-question-regular",t.PAPER_PLANE_REGULAR="paper-plane-regular",t.CABINET_FILING_FLOPPY_DISK_REGULAR="cabinet-filing-floppy-disk-regular",t.USER_GEAR_REGULAR="user-gear-regular",t.CHART_BAR_STACKED_REGULAR="chart-bar-stacked-regular",t.CODE_COMPARE_SOLID="code-compare-solid",t.FILE_ROTATE_RIGHT_SOLID="file-rotate-right-solid",t.CONSUMER_REGULAR="consumer-regular",t.HOUSE_MAGNIFYING_GLASS_REGULAR="house-magnifying-glass-regular",t.LEFT_PANEL_SOLID="left-panel-solid",t.LIST_MAGNIFYING_GLASS_REGULAR="list-magnifying-glass-regular",t.THUMBS_UP_THUMBS_DOWN_SOLID="thumbs-up-thumbs-down-solid",t.SCHEDULED_REGULAR="scheduled-regular",t.WAND_MAGIC_SPARKLES_REGULAR="wand-magic-sparkles-regular",t.HOURGLASS_END_REGULAR="hourglass-end-regular",t.FILE_LINES_GEAR_REGULAR="file-lines-gear-regular",t.USER_LOCK_REGULAR="user-lock-regular",t.HOURGLASS_HALF_CIRCLE_CHECK_REGULAR="hourglass-half-circle-check-regular",t.CONTEXT_MENU_CURSOR_REGULAR="context-menu-cursor-regular",t.BARS_PROGRESS_REGULAR="bars-progress-regular",t.HOURGLASS_HALF_REGULAR="hourglass-half-regular",t.PAPER_PLANE_SLASH_REGULAR="paper-plane-slash-regular",t.BINDER_OPEN_ARROW_RIGHT_REGULAR="binder-open-arrow-right-regular",t.BELL_CIRCLE_PLUS_REGULAR="bell-circle-plus-regular",t.DIAGRAM_SUNBURST_REGULAR="diagram-sunburst-regular",t.BULLETS_LINE_REGULAR="bullets-line-regular",t.LANGUAGE_CIRCLE_EXCLAMATION_REGULAR="language-circle-exclamation-regular",t.MESSAGE_BOT_CIRCLE_BOT_SOLID="message-bot-circle-bot-solid",t.MOBILE_LANDSCAPE_REGULAR="mobile-landscape-regular",t.BINDER_OPEN_PEN_REGULAR="binder-open-pen-regular",t.THRESHOLD_REGULAR="threshold-regular",t.BOOKMARK_CIRCLE_PLUS_REGULAR="bookmark-circle-plus-regular",t.SHARED_SOLID="shared-solid",t.BINDER_OPEN_REGULAR="binder-open-regular",t.BOOK_OPEN_GEAR_REGULAR="book-open-gear-regular",t.CIRCLE_ARROW_DOWN_SLASH_REGULAR="circle-arrow-down-slash-regular",t.BINDER_OPEN_ARROW_LEFT_REGULAR="binder-open-arrow-left-regular",t.LEFT_PANEL_REGULAR="left-panel-regular",t.FORMAT_CLEAR_REGULAR="format-clear-regular",t.MAGNIFYING_GLASS_ONE_REGULAR="magnifying-glass-one-regular",t.CIRCLE_DOLLAR_SLASH_REGULAR="circle-dollar-slash-regular",t.TRANSLATION_SPARKLE_SOLID="translation-sparkle-solid",t.PIP_REGULAR="pip-regular",t.SERVER_CIRCLE_ARROW_DOWN_REGULAR="server-circle-arrow-down-regular",t.CHART_BAR_GROUPED_REGULAR="chart-bar-grouped-regular",t.LANGUAGE_REGULAR="language-regular",t.COMPUTER_MOUSE_MAGNIFYING_GLASS_REGULAR="computer-mouse-magnifying-glass-regular",t.USER_CIRCLE_CHECK_REGULAR="user-circle-check-regular",t.CLONE_LINK_SIMPLE_REGULAR="clone-link-simple-regular",t.CHART_LINE_USER_REGULAR="chart-line-user-regular",t.CONTEXT_REGULAR="context-regular",t.BULLETS_LINES_REGULAR="bullets-lines-regular",t.MAGNIFYING_GLASS_FLOPPY_DISK_REGULAR="magnifying-glass-floppy-disk-regular",t.BOOK_OPEN_GEAR_SLASH_REGULAR="book-open-gear-slash-regular",t.BOOKMARK_CIRCLE_MINUS_REGULAR="bookmark-circle-minus-regular",t.CIRCLE_USER_SLASH_SOLID="circle-user-slash-solid",t.TABLET_LANDSCAPE_REGULAR="tablet-landscape-regular",t.BOX_HTML_REGULAR="box-html-regular",t.MAGNIFYING_GLASS_BACK_REGULAR="magnifying-glass-back-regular",t.CHART_BAR_NORMALIZED_REGULAR="chart-bar-normalized-regular"})(g||(g={}));var Nx={[g.LOCK_KEYHOLE]:[p.regular,p.solid],[g.LINK_SIMPLE_SLASH]:[p.regular],[g.TABLE_LAYOUT]:[p.regular],[g.LAYER_GROUP]:[p.regular],[g.CIRCLE_INFO]:[p.regular],[g.BARS_PROGRESS]:[p.regular],[g.CODE_COMPARE]:[p.regular,p.solid],[g.ARROW_TURN_RIGHT]:[p.regular],[g.HOURGLASS_END]:[p.regular],[g.BOX_ARCHIVE]:[p.regular,p.solid],[g.ARROWS_ROTATE]:[p.regular],[g.CIRCLE_DOT]:[p.regular],[g.ANGLES_LEFT]:[p.regular],[g.ROUTE]:[p.regular],[g.BARS]:[p.regular],[g.ARROW_DOWN]:[p.regular],[g.LOCK_KEYHOLE_OPEN]:[p.regular,p.solid],[g.DESKTOP]:[p.regular],[g.ANGLES_RIGHT]:[p.regular],[g.PIGGY_BANK]:[p.regular],[g.ANGLE_UP]:[p.regular],[g.SQUARE]:[p.regular],[g.PEN_NIB]:[p.regular],[g.ARROW_UP_RIGHT_FROM_SQUARE]:[p.regular],[g.GRID_2]:[p.regular],[g.BOOKS]:[p.regular,p.solid],[g.TAG]:[p.regular,p.solid],[g.ANGLES_UP_DOWN]:[p.regular],[g.ARROW_ROTATE_LEFT]:[p.regular],[g.EYE_SLASH]:[p.regular],[g.CIRCLE_DOLLAR]:[p.regular,p.solid],[g.COMPRESS]:[p.regular],[g.RADAR]:[p.regular],[g.ARROW_ROTATE_RIGHT]:[p.regular],[g.CHART_NETWORK]:[p.regular],[g.PLUS]:[p.regular],[g.UNDERLINE]:[p.regular],[g.ARROW_LEFT]:[p.regular],[g.UPLOAD]:[p.regular],[g.ARROWS_TO_LINE]:[p.regular],[g.GLOBE]:[p.regular],[g.LANGUAGE]:[p.regular],[g.PERSON_CHALKBOARD]:[p.regular],[g.TOGGLE_ON]:[p.regular],[g.DOWNLOAD]:[p.regular],[g.CROSSHAIRS]:[p.regular],[g.MESSAGE_QUOTE]:[p.regular,p.solid],[g.FILE_HTML]:[p.regular],[g.TRIANGLE_EXCLAMATION]:[p.regular,p.solid],[g.STAR]:[p.regular,p.solid],[g.BELL_SLASH]:[p.regular,p.solid],[g.HOURGLASS_HALF]:[p.regular],[g.INBOX]:[p.regular],[g.COMMENT_DOTS]:[p.regular],[g.ANGLE_DOWN]:[p.regular],[g.CLOUD_ARROW_DOWN]:[p.regular],[g.BOOKMARK_SLASH]:[p.regular],[g.LINK_SIMPLE]:[p.regular],[g.CLOCK_ROTATE_LEFT]:[p.regular],[g.PLUG]:[p.regular],[g.CHART_SIMPLE]:[p.regular],[g.CIRCLE_PLAY]:[p.regular],[g.FILE_MAGNIFYING_GLASS]:[p.regular],[g.PEN]:[p.regular],[g.TABLET]:[p.regular],[g.CIRCLE_CHECK]:[p.regular,p.solid],[g.FILE_INVOICE]:[p.regular],[g.XMARK]:[p.regular,p.solid],[g.ARROW_RIGHT]:[p.regular],[g.BOOKMARK]:[p.regular,p.solid],[g.EXPAND_WIDE]:[p.regular],[g.USER]:[p.regular,p.solid],[g.SERVER]:[p.regular,p.solid],[g.CALENDAR_RANGE]:[p.regular],[g.BROOM_WIDE]:[p.regular],[g.HOUSE]:[p.regular],[g.ARROWS_UP_DOWN_LEFT_RIGHT]:[p.regular],[g.WIFI_SLASH]:[p.regular],[g.USER_LOCK]:[p.regular],[g.CHECK]:[p.regular,p.solid],[g.ITALIC]:[p.regular],[g.LIFE_RING]:[p.regular],[g.TABLE_CELLS]:[p.regular],[g.TRASH_CAN]:[p.regular],[g.WRENCH]:[p.regular],[g.PAPERCLIP]:[p.regular],[g.CABINET_FILING]:[p.regular],[g.ARROW_UP]:[p.regular],[g.FILE]:[p.regular,p.solid],[g.CIRCLE_QUESTION]:[p.regular,p.solid],[g.COLUMNS_3]:[p.regular],[g.GEAR]:[p.regular,p.solid],[g.CIRCLE_ARROW_DOWN]:[p.regular],[g.CHART_LINE]:[p.regular],[g.THUMBS_UP]:[p.regular,p.solid],[g.HAND]:[p.regular,p.solid],[g.CIRCLE]:[p.regular,p.solid],[g.CALENDAR_DAY]:[p.regular],[g.CLOUD]:[p.regular],[g.LIST_TREE]:[p.regular],[g.ARROWS_MAXIMIZE]:[p.regular],[g.ANGLE_RIGHT]:[p.regular],[g.SPARKLES]:[p.regular],[g.CODE]:[p.regular],[g.ALIGN_CENTER]:[p.regular],[g.COMMENT_QUESTION]:[p.regular,p.solid],[g.IMAGE]:[p.regular],[g.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER]:[p.regular],[g.THUMBS_DOWN]:[p.regular,p.solid],[g.DIAGRAM_SANKEY]:[p.regular],[g.MESSAGE_CHECK]:[p.regular,p.solid],[g.BOLD]:[p.regular],[g.CIRCLE_STOP]:[p.regular,p.solid],[g.ARROW_RIGHT_TO_BRACKET]:[p.regular],[g.USERS]:[p.regular,p.solid],[g.ARROW_TURN_DOWN_RIGHT]:[p.regular],[g.PRINT]:[p.regular],[g.ALIGN_RIGHT]:[p.regular],[g.FLASK]:[p.regular],[g.MAGNIFYING_GLASS_PLUS]:[p.regular],[g.PHOTO_FILM]:[p.regular],[g.SHIELD_CHECK]:[p.regular],[g.STRIKETHROUGH]:[p.regular],[g.FOLDER_OPEN]:[p.regular],[g.CLONE]:[p.regular],[g.HEART]:[p.regular,p.solid],[g.PAPER_PLANE]:[p.regular],[g.MAGNIFYING_GLASS_MINUS]:[p.regular],[g.BOOK]:[p.regular],[g.CLOCK]:[p.regular,p.solid],[g.ELLIPSIS_VERTICAL]:[p.regular],[g.ARROW_RIGHT_TO_LINE]:[p.regular],[g.ANGLE_LEFT]:[p.regular],[g.CALENDAR_CIRCLE_EXCLAMATION]:[p.regular],[g.EXPAND]:[p.regular],[g.EQUALS]:[p.regular],[g.RECEIPT]:[p.regular],[g.EYE]:[p.regular],[g.ALIGN_LEFT]:[p.regular],[g.PAINTBRUSH]:[p.regular],[g.KEY]:[p.regular],[g.PALETTE]:[p.regular],[g.FLOPPY_DISK]:[p.regular],[g.MAGNIFYING_GLASS]:[p.regular],[g.ELLIPSIS]:[p.regular],[g.SHARE_NODES]:[p.regular],[g.ARROWS_FROM_LINE]:[p.regular],[g.POWER_OFF]:[p.regular],[g.ENVELOPE_OPEN_TEXT]:[p.regular],[g.CIRCLE_PAUSE]:[p.regular,p.solid],[g.MOBILE]:[p.regular],[g.BELL]:[p.regular,p.solid],[g.HYPHEN]:[p.regular],[g.FILTER]:[p.regular,p.solid],[g.MEDAL]:[p.regular],[g.CLOUD_SLASH]:[p.regular],[g.ARROW_TURN_LEFT]:[p.regular],[g.MINUS]:[p.regular,p.solid],[g.PASTE]:[p.regular],[g.CALENDAR_CHECK]:[p.regular],[g.SORT_DOWN]:[p.solid],[g.HEXAGON_XMARK]:[p.solid],[g.CARET_LARGE_DOWN]:[p.solid],[g.PAUSE]:[p.solid],[g.CHART_MIXED]:[p.solid],[g.CARET_LARGE_LEFT]:[p.solid],[g.CARET_DOWN]:[p.solid],[g.ROBOT]:[p.solid],[g.WAND_MAGIC_SPARKLES]:[p.solid],[g.HEXAGON_EXCLAMATION]:[p.solid],[g.CUBES]:[p.solid],[g.TURN_RIGHT]:[p.solid],[g.CARET_LARGE_UP]:[p.solid],[g.SQUARE_INFO]:[p.solid],[g.SORT]:[p.solid],[g.INFO]:[p.solid],[g.MESSAGE_BOT]:[p.solid],[g.PLAY]:[p.solid],[g.TURN_LEFT]:[p.solid],[g.OCTAGON_XMARK]:[p.solid],[g.ADDRESS_CARD]:[p.solid],[g.CROWN]:[p.solid],[g.SQUARE_CHECK]:[p.solid],[g.SPINNER_SCALE]:[p.solid],[g.GRIP_LINES]:[p.solid],[g.CHART_AREA]:[p.solid],[g.TRASH]:[p.solid],[g.SORT_UP]:[p.solid],[g.USER_TIE]:[p.solid],[g.CARET_LARGE_RIGHT]:[p.solid],[g.CIRCLE_SMALL]:[p.solid],[g.QUESTION]:[p.solid],[g.SQUARE_MINUS]:[p.solid],[g.SQUARE_POLL_VERTICAL_REGULAR]:[p.custom],[g.PREVIEW_REGULAR]:[p.custom],[g.LANGUAGE_SLASH_REGULAR]:[p.custom],[g.CIRCLE_USER_CIRCLE_CHECK_SOLID]:[p.custom],[g.FOLDER_OPEN_LOCK_REGULAR]:[p.custom],[g.TABLE_CELLS_SLASH_REGULAR]:[p.custom],[g.PIP_WIDE_REGULAR]:[p.custom],[g.CLOUD_SLASH_GEAR_REGULAR]:[p.custom],[g.CIRCLE_DASHED_DOLLAR_QUESTION_REGULAR]:[p.custom],[g.PAPER_PLANE_REGULAR]:[p.custom],[g.CABINET_FILING_FLOPPY_DISK_REGULAR]:[p.custom],[g.USER_GEAR_REGULAR]:[p.custom],[g.CHART_BAR_STACKED_REGULAR]:[p.custom],[g.CODE_COMPARE_SOLID]:[p.custom],[g.FILE_ROTATE_RIGHT_SOLID]:[p.custom],[g.CONSUMER_REGULAR]:[p.custom],[g.HOUSE_MAGNIFYING_GLASS_REGULAR]:[p.custom],[g.LEFT_PANEL_SOLID]:[p.custom],[g.LIST_MAGNIFYING_GLASS_REGULAR]:[p.custom],[g.THUMBS_UP_THUMBS_DOWN_SOLID]:[p.custom],[g.SCHEDULED_REGULAR]:[p.custom],[g.WAND_MAGIC_SPARKLES_REGULAR]:[p.custom],[g.HOURGLASS_END_REGULAR]:[p.custom],[g.FILE_LINES_GEAR_REGULAR]:[p.custom],[g.USER_LOCK_REGULAR]:[p.custom],[g.HOURGLASS_HALF_CIRCLE_CHECK_REGULAR]:[p.custom],[g.CONTEXT_MENU_CURSOR_REGULAR]:[p.custom],[g.BARS_PROGRESS_REGULAR]:[p.custom],[g.HOURGLASS_HALF_REGULAR]:[p.custom],[g.PAPER_PLANE_SLASH_REGULAR]:[p.custom],[g.BINDER_OPEN_ARROW_RIGHT_REGULAR]:[p.custom],[g.BELL_CIRCLE_PLUS_REGULAR]:[p.custom],[g.DIAGRAM_SUNBURST_REGULAR]:[p.custom],[g.BULLETS_LINE_REGULAR]:[p.custom],[g.LANGUAGE_CIRCLE_EXCLAMATION_REGULAR]:[p.custom],[g.MESSAGE_BOT_CIRCLE_BOT_SOLID]:[p.custom],[g.MOBILE_LANDSCAPE_REGULAR]:[p.custom],[g.BINDER_OPEN_PEN_REGULAR]:[p.custom],[g.THRESHOLD_REGULAR]:[p.custom],[g.BOOKMARK_CIRCLE_PLUS_REGULAR]:[p.custom],[g.SHARED_SOLID]:[p.custom],[g.BINDER_OPEN_REGULAR]:[p.custom],[g.BOOK_OPEN_GEAR_REGULAR]:[p.custom],[g.CIRCLE_ARROW_DOWN_SLASH_REGULAR]:[p.custom],[g.BINDER_OPEN_ARROW_LEFT_REGULAR]:[p.custom],[g.LEFT_PANEL_REGULAR]:[p.custom],[g.FORMAT_CLEAR_REGULAR]:[p.custom],[g.MAGNIFYING_GLASS_ONE_REGULAR]:[p.custom],[g.CIRCLE_DOLLAR_SLASH_REGULAR]:[p.custom],[g.TRANSLATION_SPARKLE_SOLID]:[p.custom],[g.PIP_REGULAR]:[p.custom],[g.SERVER_CIRCLE_ARROW_DOWN_REGULAR]:[p.custom],[g.CHART_BAR_GROUPED_REGULAR]:[p.custom],[g.LANGUAGE_REGULAR]:[p.custom],[g.COMPUTER_MOUSE_MAGNIFYING_GLASS_REGULAR]:[p.custom],[g.USER_CIRCLE_CHECK_REGULAR]:[p.custom],[g.CLONE_LINK_SIMPLE_REGULAR]:[p.custom],[g.CHART_LINE_USER_REGULAR]:[p.custom],[g.CONTEXT_REGULAR]:[p.custom],[g.BULLETS_LINES_REGULAR]:[p.custom],[g.MAGNIFYING_GLASS_FLOPPY_DISK_REGULAR]:[p.custom],[g.BOOK_OPEN_GEAR_SLASH_REGULAR]:[p.custom],[g.BOOKMARK_CIRCLE_MINUS_REGULAR]:[p.custom],[g.CIRCLE_USER_SLASH_SOLID]:[p.custom],[g.TABLET_LANDSCAPE_REGULAR]:[p.custom],[g.BOX_HTML_REGULAR]:[p.custom],[g.MAGNIFYING_GLASS_BACK_REGULAR]:[p.custom],[g.CHART_BAR_NORMALIZED_REGULAR]:[p.custom]},q0={[p.regular]:"far",[p.solid]:"fas",[p.custom]:"fak"};var Pn=function(t,e,r,o){var a=arguments.length,i=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},Ee=class extends Z{constructor(){super(...arguments),this.monospace=!1,this.ariaHidden="true"}render(){let e={"ftds-icon":!0,"ftds-icon--monospace":this.monospace};return D`
|
|
1199
|
-
<div class="${
|
|
1200
|
-
`}buildIcon(){let e=this.variant?
|
|
1195
|
+
}`;function $d(){var t=Td,e=kd,r=z.cssPrefix,o=z.replacementClass,a=M6;if(r!==t||o!==e){var i=new RegExp("\\.".concat(t,"\\-"),"g"),s=new RegExp("\\--".concat(t,"\\-"),"g"),c=new RegExp("\\.".concat(e),"g");a=a.replace(i,".".concat(r,"-")).replace(s,"--".concat(r,"-")).replace(c,".".concat(o))}return a}var k2=!1;function _s(){z.autoAddCss&&!k2&&(O6($d()),k2=!0)}var T6={mixout:function(){return{dom:{css:$d,insertCss:_s}}},hooks:function(){return{beforeDOMElementCreation:function(){_s()},beforeI2svg:function(){_s()}}}},ut=Et||{};ut[dt]||(ut[dt]={});ut[dt].styles||(ut[dt].styles={});ut[dt].hooks||(ut[dt].hooks={});ut[dt].shims||(ut[dt].shims=[]);var He=ut[dt],Bd=[],Hd=function(){X.removeEventListener("DOMContentLoaded",Hd),Bn=1,Bd.map(function(e){return e()})},Bn=!1;ft&&(Bn=(X.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(X.readyState),Bn||X.addEventListener("DOMContentLoaded",Hd));function k6(t){ft&&(Bn?setTimeout(t,0):Bd.push(t))}function No(t){var e=t.tag,r=t.attributes,o=r===void 0?{}:r,a=t.children,i=a===void 0?[]:a;return typeof t=="string"?Fd(t):"<".concat(e," ").concat(R6(o),">").concat(i.map(No).join(""),"</").concat(e,">")}function I2(t,e,r){if(t&&t[e]&&t[e][r])return{prefix:e,iconName:r,icon:t[e][r]}}var I6=function(e,r){return function(o,a,i,s){return e.call(r,o,a,i,s)}},Ns=function(e,r,o,a){var i=Object.keys(e),s=i.length,c=a!==void 0?I6(r,a):r,d,f,g;for(o===void 0?(d=1,g=e[i[0]]):(d=0,g=o);d<s;d++)f=i[d],g=c(g,e[f],f,e);return g};function Gd(t){return Ge(t).length!==1?null:t.codePointAt(0).toString(16)}function z2(t){return Object.keys(t).reduce(function(e,r){var o=t[r],a=!!o.icon;return a?e[o.iconName]=o.icon:e[r]=o,e},{})}function $s(t,e){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},o=r.skipHooks,a=o===void 0?!1:o,i=z2(e);typeof He.hooks.addPack=="function"&&!a?He.hooks.addPack(t,z2(e)):He.styles[t]=w(w({},He.styles[t]||{}),i),t==="fas"&&$s("fa",e)}var wo=He.styles,z6=He.shims,Wd=Object.keys(Js),P6=Wd.reduce(function(t,e){return t[e]=Object.keys(Js[e]),t},{}),tc=null,Vd={},jd={},Kd={},Zd={},qd={};function D6(t){return~C6.indexOf(t)}function U6(t,e){var r=e.split("-"),o=r[0],a=r.slice(1).join("-");return o===t&&a!==""&&!D6(a)?a:null}var Yd=function(){var e=function(i){return Ns(wo,function(s,c,d){return s[d]=Ns(c,i,{}),s},{})};Vd=e(function(a,i,s){if(i[3]&&(a[i[3]]=s),i[2]){var c=i[2].filter(function(d){return typeof d=="number"});c.forEach(function(d){a[d.toString(16)]=s})}return a}),jd=e(function(a,i,s){if(a[s]=s,i[2]){var c=i[2].filter(function(d){return typeof d=="string"});c.forEach(function(d){a[d]=s})}return a}),qd=e(function(a,i,s){var c=i[2];return a[s]=s,c.forEach(function(d){a[d]=s}),a});var r="far"in wo||z.autoFetchSvg,o=Ns(z6,function(a,i){var s=i[0],c=i[1],d=i[2];return c==="far"&&!r&&(c="fas"),typeof s=="string"&&(a.names[s]={prefix:c,iconName:d}),typeof s=="number"&&(a.unicodes[s.toString(16)]={prefix:c,iconName:d}),a},{names:{},unicodes:{}});Kd=o.names,Zd=o.unicodes,tc=Vn(z.styleDefault,{family:z.familyDefault})};A6(function(t){tc=Vn(t.styleDefault,{family:z.familyDefault})});Yd();function rc(t,e){return(Vd[t]||{})[e]}function F6(t,e){return(jd[t]||{})[e]}function qt(t,e){return(qd[t]||{})[e]}function Xd(t){return Kd[t]||{prefix:null,iconName:null}}function $6(t){var e=Zd[t],r=rc("fas",t);return e||(r?{prefix:"fas",iconName:r}:null)||{prefix:null,iconName:null}}function Lt(){return tc}var Jd=function(){return{prefix:null,iconName:null,rest:[]}};function B6(t){var e=he,r=Wd.reduce(function(o,a){return o[a]="".concat(z.cssPrefix,"-").concat(a),o},{});return Rd.forEach(function(o){(t.includes(r[o])||t.some(function(a){return P6[o].includes(a)}))&&(e=o)}),e}function Vn(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=e.family,o=r===void 0?he:r,a=y6[o][t];if(o===Ro&&!t)return"fad";var i=N2[o][t]||N2[o][a],s=t in He.styles?t:null,c=i||s||null;return c}function H6(t){var e=[],r=null;return t.forEach(function(o){var a=U6(z.cssPrefix,o);a?r=a:o&&e.push(o)}),{iconName:r,rest:e}}function P2(t){return t.sort().filter(function(e,r,o){return o.indexOf(e)===r})}var D2=Nd.concat(_d);function jn(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=e.skipLookups,o=r===void 0?!1:r,a=null,i=P2(t.filter(function(v){return D2.includes(v)})),s=P2(t.filter(function(v){return!D2.includes(v)})),c=i.filter(function(v){return a=v,!ad.includes(v)}),d=Gn(c,1),f=d[0],g=f===void 0?null:f,h=B6(i),y=w(w({},H6(s)),{},{prefix:Vn(g,{family:h})});return w(w(w({},y),j6({values:t,family:h,styles:wo,config:z,canonical:y,givenPrefix:a})),G6(o,a,y))}function G6(t,e,r){var o=r.prefix,a=r.iconName;if(t||!o||!a)return{prefix:o,iconName:a};var i=e==="fa"?Xd(a):{},s=qt(o,a);return a=i.iconName||s||a,o=i.prefix||o,o==="far"&&!wo.far&&wo.fas&&!z.autoFetchSvg&&(o="fas"),{prefix:o,iconName:a}}var W6=Rd.filter(function(t){return t!==he||t!==Ro}),V6=Object.keys(Is).filter(function(t){return t!==he}).map(function(t){return Object.keys(Is[t])}).flat();function j6(t){var e=t.values,r=t.family,o=t.canonical,a=t.givenPrefix,i=a===void 0?"":a,s=t.styles,c=s===void 0?{}:s,d=t.config,f=d===void 0?{}:d,g=r===Ro,h=e.includes("fa-duotone")||e.includes("fad"),y=f.familyDefault==="duotone",v=o.prefix==="fad"||o.prefix==="fa-duotone";if(!g&&(h||y||v)&&(o.prefix="fad"),(e.includes("fa-brands")||e.includes("fab"))&&(o.prefix="fab"),!o.prefix&&W6.includes(r)){var E=Object.keys(c).find(function(A){return V6.includes(A)});if(E||f.autoFetchSvg){var R=Xp.get(r).defaultShortPrefixId;o.prefix=R,o.iconName=qt(o.prefix,o.iconName)||o.iconName}}return(o.prefix==="fa"||i==="fa")&&(o.prefix=Lt()||"fas"),o}var K6=(function(){function t(){hp(this,t),this.definitions={}}return mp(t,[{key:"add",value:function(){for(var r=this,o=arguments.length,a=new Array(o),i=0;i<o;i++)a[i]=arguments[i];var s=a.reduce(this._pullDefinitions,{});Object.keys(s).forEach(function(c){r.definitions[c]=w(w({},r.definitions[c]||{}),s[c]),$s(c,s[c]);var d=Js[he][c];d&&$s(d,s[c]),Yd()})}},{key:"reset",value:function(){this.definitions={}}},{key:"_pullDefinitions",value:function(r,o){var a=o.prefix&&o.iconName&&o.icon?{0:o}:o;return Object.keys(a).map(function(i){var s=a[i],c=s.prefix,d=s.iconName,f=s.icon,g=f[2];r[c]||(r[c]={}),g.length>0&&g.forEach(function(h){typeof h=="string"&&(r[c][h]=f)}),r[c][d]=f}),r}}])})(),U2=[],Or={},wr={},Z6=Object.keys(wr);function q6(t,e){var r=e.mixoutsTo;return U2=t,Or={},Object.keys(wr).forEach(function(o){Z6.indexOf(o)===-1&&delete wr[o]}),U2.forEach(function(o){var a=o.mixout?o.mixout():{};if(Object.keys(a).forEach(function(s){typeof a[s]=="function"&&(r[s]=a[s]),$n(a[s])==="object"&&Object.keys(a[s]).forEach(function(c){r[s]||(r[s]={}),r[s][c]=a[s][c]})}),o.hooks){var i=o.hooks();Object.keys(i).forEach(function(s){Or[s]||(Or[s]=[]),Or[s].push(i[s])})}o.provides&&o.provides(wr)}),r}function Bs(t,e){for(var r=arguments.length,o=new Array(r>2?r-2:0),a=2;a<r;a++)o[a-2]=arguments[a];var i=Or[t]||[];return i.forEach(function(s){e=s.apply(null,[e].concat(o))}),e}function Xt(t){for(var e=arguments.length,r=new Array(e>1?e-1:0),o=1;o<e;o++)r[o-1]=arguments[o];var a=Or[t]||[];a.forEach(function(i){i.apply(null,r)})}function At(){var t=arguments[0],e=Array.prototype.slice.call(arguments,1);return wr[t]?wr[t].apply(null,e):void 0}function Hs(t){t.prefix==="fa"&&(t.prefix="fas");var e=t.iconName,r=t.prefix||Lt();if(e)return e=qt(r,e)||e,I2(Qd.definitions,r,e)||I2(He.styles,r,e)}var Qd=new K6,Y6=function(){z.autoReplaceSvg=!1,z.observeMutations=!1,Xt("noAuto")},X6={i2svg:function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return ft?(Xt("beforeI2svg",e),At("pseudoElements2svg",e),At("i2svg",e)):Promise.reject(new Error("Operation requires a DOM of some kind."))},watch:function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},r=e.autoReplaceSvgRoot;z.autoReplaceSvg===!1&&(z.autoReplaceSvg=!0),z.observeMutations=!0,k6(function(){Q6({autoReplaceSvgRoot:r}),Xt("watch",e)})}},J6={icon:function(e){if(e===null)return null;if($n(e)==="object"&&e.prefix&&e.iconName)return{prefix:e.prefix,iconName:qt(e.prefix,e.iconName)||e.iconName};if(Array.isArray(e)&&e.length===2){var r=e[1].indexOf("fa-")===0?e[1].slice(3):e[1],o=Vn(e[0]);return{prefix:o,iconName:qt(o,r)||r}}if(typeof e=="string"&&(e.indexOf("".concat(z.cssPrefix,"-"))>-1||e.match(b6))){var a=jn(e.split(" "),{skipLookups:!0});return{prefix:a.prefix||Lt(),iconName:qt(a.prefix,a.iconName)||a.iconName}}if(typeof e=="string"){var i=Lt();return{prefix:i,iconName:qt(i,e)||e}}}},Re={noAuto:Y6,config:z,dom:X6,parse:J6,library:Qd,findIconDefinition:Hs,toHtml:No},Q6=function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},r=e.autoReplaceSvgRoot,o=r===void 0?X:r;(Object.keys(He.styles).length>0||z.autoFetchSvg)&&ft&&z.autoReplaceSvg&&Re.dom.i2svg({node:o})};function Kn(t,e){return Object.defineProperty(t,"abstract",{get:e}),Object.defineProperty(t,"html",{get:function(){return t.abstract.map(function(o){return No(o)})}}),Object.defineProperty(t,"node",{get:function(){if(ft){var o=X.createElement("div");return o.innerHTML=t.html,o.children}}}),t}function eh(t){var e=t.children,r=t.main,o=t.mask,a=t.attributes,i=t.styles,s=t.transform;if(ec(s)&&r.found&&!o.found){var c=r.width,d=r.height,f={x:c/d/2,y:.5};a.style=Wn(w(w({},i),{},{"transform-origin":"".concat(f.x+s.x/16,"em ").concat(f.y+s.y/16,"em")}))}return[{tag:"svg",attributes:a,children:e}]}function th(t){var e=t.prefix,r=t.iconName,o=t.children,a=t.attributes,i=t.symbol,s=i===!0?"".concat(e,"-").concat(z.cssPrefix,"-").concat(r):i;return[{tag:"svg",attributes:{style:"display: none;"},children:[{tag:"symbol",attributes:w(w({},a),{},{id:s}),children:o}]}]}function rh(t){var e=["aria-label","aria-labelledby","title","role"];return e.some(function(r){return r in t})}function oc(t){var e=t.icons,r=e.main,o=e.mask,a=t.prefix,i=t.iconName,s=t.transform,c=t.symbol,d=t.maskId,f=t.extra,g=t.watchable,h=g===void 0?!1:g,y=o.found?o:r,v=y.width,E=y.height,R=[z.replacementClass,i?"".concat(z.cssPrefix,"-").concat(i):""].filter(function(C){return f.classes.indexOf(C)===-1}).filter(function(C){return C!==""||!!C}).concat(f.classes).join(" "),A={children:[],attributes:w(w({},f.attributes),{},{"data-prefix":a,"data-icon":i,class:R,role:f.attributes.role||"img",viewBox:"0 0 ".concat(v," ").concat(E)})};!rh(f.attributes)&&!f.attributes["aria-hidden"]&&(A.attributes["aria-hidden"]="true"),h&&(A.attributes[Yt]="");var _=w(w({},A),{},{prefix:a,iconName:i,main:r,mask:o,maskId:d,transform:s,symbol:c,styles:w({},f.styles)}),P=o.found&&r.found?At("generateAbstractMask",_)||{children:[],attributes:{}}:At("generateAbstractIcon",_)||{children:[],attributes:{}},x=P.children,S=P.attributes;return _.children=x,_.attributes=S,c?th(_):eh(_)}function F2(t){var e=t.content,r=t.width,o=t.height,a=t.transform,i=t.extra,s=t.watchable,c=s===void 0?!1:s,d=w(w({},i.attributes),{},{class:i.classes.join(" ")});c&&(d[Yt]="");var f=w({},i.styles);ec(a)&&(f.transform=N6({transform:a,startCentered:!0,width:r,height:o}),f["-webkit-transform"]=f.transform);var g=Wn(f);g.length>0&&(d.style=g);var h=[];return h.push({tag:"span",attributes:d,children:[e]}),h}function oh(t){var e=t.content,r=t.extra,o=w(w({},r.attributes),{},{class:r.classes.join(" ")}),a=Wn(r.styles);a.length>0&&(o.style=a);var i=[];return i.push({tag:"span",attributes:o,children:[e]}),i}var Ms=He.styles;function Gs(t){var e=t[0],r=t[1],o=t.slice(4),a=Gn(o,1),i=a[0],s=null;return Array.isArray(i)?s={tag:"g",attributes:{class:"".concat(z.cssPrefix,"-").concat(Rs.GROUP)},children:[{tag:"path",attributes:{class:"".concat(z.cssPrefix,"-").concat(Rs.SECONDARY),fill:"currentColor",d:i[0]}},{tag:"path",attributes:{class:"".concat(z.cssPrefix,"-").concat(Rs.PRIMARY),fill:"currentColor",d:i[1]}}]}:s={tag:"path",attributes:{fill:"currentColor",d:i}},{found:!0,width:e,height:r,icon:s}}var nh={found:!1,width:512,height:512};function ah(t,e){!zd&&!z.showMissingIcons&&t&&console.error('Icon with name "'.concat(t,'" and prefix "').concat(e,'" is missing.'))}function Ws(t,e){var r=e;return e==="fa"&&z.styleDefault!==null&&(e=Lt()),new Promise(function(o,a){if(r==="fa"){var i=Xd(t)||{};t=i.iconName||t,e=i.prefix||e}if(t&&e&&Ms[e]&&Ms[e][t]){var s=Ms[e][t];return o(Gs(s))}ah(t,e),o(w(w({},nh),{},{icon:z.showMissingIcons&&t?At("missingIconAbstract")||{}:{}}))})}var $2=function(){},Vs=z.measurePerformance&&kn&&kn.mark&&kn.measure?kn:{mark:$2,measure:$2},Lo='FA "7.3.1"',ih=function(e){return Vs.mark("".concat(Lo," ").concat(e," begins")),function(){return e0(e)}},e0=function(e){Vs.mark("".concat(Lo," ").concat(e," ends")),Vs.measure("".concat(Lo," ").concat(e),"".concat(Lo," ").concat(e," begins"),"".concat(Lo," ").concat(e," ends"))},nc={begin:ih,end:e0},Un=function(){};function B2(t){var e=t.getAttribute?t.getAttribute(Yt):null;return typeof e=="string"}function sh(t){var e=t.getAttribute?t.getAttribute(Ys):null,r=t.getAttribute?t.getAttribute(Xs):null;return e&&r}function ch(t){return t&&t.classList&&t.classList.contains&&t.classList.contains(z.replacementClass)}function lh(){if(z.autoReplaceSvg===!0)return Fn.replace;var t=Fn[z.autoReplaceSvg];return t||Fn.replace}function dh(t){return X.createElementNS("http://www.w3.org/2000/svg",t)}function uh(t){return X.createElement(t)}function t0(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=e.ceFn,o=r===void 0?t.tag==="svg"?dh:uh:r;if(typeof t=="string")return X.createTextNode(t);var a=o(t.tag);Object.keys(t.attributes||[]).forEach(function(s){a.setAttribute(s,t.attributes[s])});var i=t.children||[];return i.forEach(function(s){a.appendChild(t0(s,{ceFn:o}))}),a}function fh(t){var e=" ".concat(t.outerHTML," ");return e="".concat(e,"Font Awesome fontawesome.com "),e}var Fn={replace:function(e){var r=e[0];if(r.parentNode)if(e[1].forEach(function(a){r.parentNode.insertBefore(t0(a),r)}),r.getAttribute(Yt)===null&&z.keepOriginalSource){var o=X.createComment(fh(r));r.parentNode.replaceChild(o,r)}else r.remove()},nest:function(e){var r=e[0],o=e[1];if(~Qs(r).indexOf(z.replacementClass))return Fn.replace(e);var a=new RegExp("".concat(z.cssPrefix,"-.*"));if(delete o[0].attributes.id,o[0].attributes.class){var i=o[0].attributes.class.split(" ").reduce(function(c,d){return d===z.replacementClass||d.match(a)?c.toSvg.push(d):c.toNode.push(d),c},{toNode:[],toSvg:[]});o[0].attributes.class=i.toSvg.join(" "),i.toNode.length===0?r.removeAttribute("class"):r.setAttribute("class",i.toNode.join(" "))}var s=o.map(function(c){return No(c)}).join(`
|
|
1196
|
+
`);r.setAttribute(Yt,""),r.innerHTML=s}};function H2(t){t()}function r0(t,e){var r=typeof e=="function"?e:Un;if(t.length===0)r();else{var o=H2;z.mutateApproach===m6&&(o=Et.requestAnimationFrame||H2),o(function(){var a=lh(),i=nc.begin("mutate");t.map(a),i(),r()})}}var ac=!1;function o0(){ac=!0}function js(){ac=!1}var Hn=null;function G2(t){if(O2&&z.observeMutations){var e=t.treeCallback,r=e===void 0?Un:e,o=t.nodeCallback,a=o===void 0?Un:o,i=t.pseudoElementsCallback,s=i===void 0?Un:i,c=t.observeMutationsRoot,d=c===void 0?X:c;Hn=new O2(function(f){if(!ac){var g=Lt();_r(f).forEach(function(h){if(h.type==="childList"&&h.addedNodes.length>0&&!B2(h.addedNodes[0])&&(z.searchPseudoElements&&s(h.target),r(h.target)),h.type==="attributes"&&h.target.parentNode&&z.searchPseudoElements&&s([h.target],!0),h.type==="attributes"&&B2(h.target)&&~S6.indexOf(h.attributeName))if(h.attributeName==="class"&&sh(h.target)){var y=jn(Qs(h.target)),v=y.prefix,E=y.iconName;h.target.setAttribute(Ys,v||g),E&&h.target.setAttribute(Xs,E)}else ch(h.target)&&a(h.target)})}}),ft&&Hn.observe(d,{childList:!0,attributes:!0,characterData:!0,subtree:!0})}}function ph(){Hn&&Hn.disconnect()}function hh(t){var e=t.getAttribute("style"),r=[];return e&&(r=e.split(";").reduce(function(o,a){var i=a.split(":"),s=i[0],c=i.slice(1);return s&&c.length>0&&(o[s]=c.join(":").trim()),o},{})),r}function mh(t){var e=t.getAttribute("data-prefix"),r=t.getAttribute("data-icon"),o=t.innerText!==void 0?t.innerText.trim():"",a=jn(Qs(t));return a.prefix||(a.prefix=Lt()),e&&r&&(a.prefix=e,a.iconName=r),a.iconName&&a.prefix||(a.prefix&&o.length>0&&(a.iconName=F6(a.prefix,t.innerText)||rc(a.prefix,Gd(t.innerText))),!a.iconName&&z.autoFetchSvg&&t.firstChild&&t.firstChild.nodeType===Node.TEXT_NODE&&(a.iconName=t.firstChild.data)),a}function gh(t){var e=_r(t.attributes).reduce(function(r,o){return r.name!=="class"&&r.name!=="style"&&(r[o.name]=o.value),r},{});return e}function yh(){return{iconName:null,prefix:null,transform:tt,symbol:!1,mask:{iconName:null,prefix:null,rest:[]},maskId:null,extra:{classes:[],styles:{},attributes:{}}}}function W2(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{styleParser:!0},r=mh(t),o=r.iconName,a=r.prefix,i=r.rest,s=gh(t),c=Bs("parseNodeAttributes",{},t),d=e.styleParser?hh(t):[];return w({iconName:o,prefix:a,transform:tt,mask:{iconName:null,prefix:null,rest:[]},maskId:null,symbol:!1,extra:{classes:i,styles:d,attributes:s}},c)}var bh=He.styles;function n0(t){var e=z.autoReplaceSvg==="nest"?W2(t,{styleParser:!1}):W2(t);return~e.extra.classes.indexOf(Dd)?At("generateLayersText",t,e):At("generateSvgReplacementMutation",t,e)}function vh(){return[].concat(Ge(_d),Ge(Nd))}function V2(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;if(!ft)return Promise.resolve();var r=X.documentElement.classList,o=function(h){return r.add("".concat(_2,"-").concat(h))},a=function(h){return r.remove("".concat(_2,"-").concat(h))},i=z.autoFetchSvg?vh():ad.concat(Object.keys(bh));i.includes("fa")||i.push("fa");var s=[".".concat(Dd,":not([").concat(Yt,"])")].concat(i.map(function(g){return".".concat(g,":not([").concat(Yt,"])")})).join(", ");if(s.length===0)return Promise.resolve();var c=[];try{c=_r(t.querySelectorAll(s))}catch{}if(c.length>0)o("pending"),a("complete");else return Promise.resolve();var d=nc.begin("onTree"),f=c.reduce(function(g,h){try{var y=n0(h);y&&g.push(y)}catch(v){zd||v.name==="MissingIcon"&&console.error(v)}return g},[]);return new Promise(function(g,h){Promise.all(f).then(function(y){r0(y,function(){o("active"),o("complete"),a("pending"),typeof e=="function"&&e(),d(),g()})}).catch(function(y){d(),h(y)})})}function xh(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;n0(t).then(function(r){r&&r0([r],e)})}function Sh(t){return function(e){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=(e||{}).icon?e:Hs(e||{}),a=r.mask;return a&&(a=(a||{}).icon?a:Hs(a||{})),t(o,w(w({},r),{},{mask:a}))}}var Ch=function(e){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=r.transform,a=o===void 0?tt:o,i=r.symbol,s=i===void 0?!1:i,c=r.mask,d=c===void 0?null:c,f=r.maskId,g=f===void 0?null:f,h=r.classes,y=h===void 0?[]:h,v=r.attributes,E=v===void 0?{}:v,R=r.styles,A=R===void 0?{}:R;if(e){var _=e.prefix,P=e.iconName,x=e.icon;return Kn(w({type:"icon"},e),function(){return Xt("beforeDOMElementCreation",{iconDefinition:e,params:r}),oc({icons:{main:Gs(x),mask:d?Gs(d.icon):{found:!1,width:null,height:null,icon:{}}},prefix:_,iconName:P,transform:w(w({},tt),a),symbol:s,maskId:g,extra:{attributes:E,styles:A,classes:y}})})}},Eh={mixout:function(){return{icon:Sh(Ch)}},hooks:function(){return{mutationObserverCallbacks:function(r){return r.treeCallback=V2,r.nodeCallback=xh,r}}},provides:function(e){e.i2svg=function(r){var o=r.node,a=o===void 0?X:o,i=r.callback,s=i===void 0?function(){}:i;return V2(a,s)},e.generateSvgReplacementMutation=function(r,o){var a=o.iconName,i=o.prefix,s=o.transform,c=o.symbol,d=o.mask,f=o.maskId,g=o.extra;return new Promise(function(h,y){Promise.all([Ws(a,i),d.iconName?Ws(d.iconName,d.prefix):Promise.resolve({found:!1,width:512,height:512,icon:{}})]).then(function(v){var E=Gn(v,2),R=E[0],A=E[1];h([r,oc({icons:{main:R,mask:A},prefix:i,iconName:a,transform:s,symbol:c,maskId:f,extra:g,watchable:!0})])}).catch(y)})},e.generateAbstractIcon=function(r){var o=r.children,a=r.attributes,i=r.main,s=r.transform,c=r.styles,d=Wn(c);d.length>0&&(a.style=d);var f;return ec(s)&&(f=At("generateAbstractTransformGrouping",{main:i,transform:s,containerWidth:i.width,iconWidth:i.width})),o.push(f||i.icon),{children:o,attributes:a}}}},Lh={mixout:function(){return{layer:function(r){var o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=o.classes,i=a===void 0?[]:a;return Kn({type:"layer"},function(){Xt("beforeDOMElementCreation",{assembler:r,params:o});var s=[];return r(function(c){Array.isArray(c)?c.map(function(d){s=s.concat(d.abstract)}):s=s.concat(c.abstract)}),[{tag:"span",attributes:{class:["".concat(z.cssPrefix,"-layers")].concat(Ge(i)).join(" ")},children:s}]})}}}},Ah={mixout:function(){return{counter:function(r){var o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=o.title,i=a===void 0?null:a,s=o.classes,c=s===void 0?[]:s,d=o.attributes,f=d===void 0?{}:d,g=o.styles,h=g===void 0?{}:g;return Kn({type:"counter",content:r},function(){return Xt("beforeDOMElementCreation",{content:r,params:o}),oh({content:r.toString(),title:i,extra:{attributes:f,styles:h,classes:["".concat(z.cssPrefix,"-layers-counter")].concat(Ge(c))}})})}}}},Oh={mixout:function(){return{text:function(r){var o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=o.transform,i=a===void 0?tt:a,s=o.classes,c=s===void 0?[]:s,d=o.attributes,f=d===void 0?{}:d,g=o.styles,h=g===void 0?{}:g;return Kn({type:"text",content:r},function(){return Xt("beforeDOMElementCreation",{content:r,params:o}),F2({content:r,transform:w(w({},tt),i),extra:{attributes:f,styles:h,classes:["".concat(z.cssPrefix,"-layers-text")].concat(Ge(c))}})})}}},provides:function(e){e.generateLayersText=function(r,o){var a=o.transform,i=o.extra,s=null,c=null;if(od){var d=parseInt(getComputedStyle(r).fontSize,10),f=r.getBoundingClientRect();s=f.width/d,c=f.height/d}return Promise.resolve([r,F2({content:r.innerHTML,width:s,height:c,transform:a,extra:i,watchable:!0})])}}},a0=new RegExp('"',"ug"),j2=[1105920,1112319],K2=w(w(w(w({},{FontAwesome:{normal:"fas",400:"fas"}}),Yp),p6),a3),Ks=Object.keys(K2).reduce(function(t,e){return t[e.toLowerCase()]=K2[e],t},{}),wh=Object.keys(Ks).reduce(function(t,e){var r=Ks[e];return t[e]=r[900]||Ge(Object.entries(r))[0][1],t},{});function Rh(t){var e=t.replace(a0,"");return Gd(Ge(e)[0]||"")}function _h(t){var e=t.getPropertyValue("font-feature-settings").includes("ss01"),r=t.getPropertyValue("content"),o=r.replace(a0,""),a=o.codePointAt(0),i=a>=j2[0]&&a<=j2[1],s=o.length===2?o[0]===o[1]:!1;return i||s||e}function Nh(t,e){var r=t.replace(/^['"]|['"]$/g,"").toLowerCase(),o=parseInt(e),a=isNaN(o)?"normal":o;return(Ks[r]||{})[a]||wh[r]}function Z2(t,e){var r="".concat(h6).concat(e.replace(":","-"));return new Promise(function(o,a){if(t.getAttribute(r)!==null)return o();var i=_r(t.children),s=i.filter(function(k){return k.getAttribute(Ps)===e})[0],c=Et.getComputedStyle(t,e),d=c.getPropertyValue("font-family"),f=d.match(v6),g=c.getPropertyValue("font-weight"),h=c.getPropertyValue("content");if(s&&!f)return t.removeChild(s),o();if(f&&h!=="none"&&h!==""){var y=c.getPropertyValue("content"),v=Nh(d,g),E=Rh(y),R=f[0].startsWith("FontAwesome"),A=_h(c),_=rc(v,E),P=_;if(R){var x=$6(E);x.iconName&&x.prefix&&(_=x.iconName,v=x.prefix)}if(_&&!A&&(!s||s.getAttribute(Ys)!==v||s.getAttribute(Xs)!==P)){t.setAttribute(r,P),s&&t.removeChild(s);var S=yh(),C=S.extra;C.attributes[Ps]=e,Ws(_,v).then(function(k){var D=oc(w(w({},S),{},{icons:{main:k,mask:Jd()},prefix:v,iconName:P,extra:C,watchable:!0})),T=X.createElementNS("http://www.w3.org/2000/svg","svg");e==="::before"?t.insertBefore(T,t.firstChild):t.appendChild(T),T.outerHTML=D.map(function(V){return No(V)}).join(`
|
|
1197
|
+
`),t.removeAttribute(r),o()}).catch(a)}else o()}else o()})}function Mh(t){return Promise.all([Z2(t,"::before"),Z2(t,"::after")])}function Th(t){return t.parentNode!==document.head&&!~g6.indexOf(t.tagName.toUpperCase())&&!t.getAttribute(Ps)&&(!t.parentNode||t.parentNode.tagName!=="svg")}var kh=function(e){return!!e&&Id.some(function(r){return e.includes(r)})},Ih=function(e){if(!e)return[];var r=new Set,o=e.split(/,(?![^()]*\))/).map(function(d){return d.trim()});o=o.flatMap(function(d){return d.includes("(")?d:d.split(",").map(function(f){return f.trim()})});var a=Dn(o),i;try{for(a.s();!(i=a.n()).done;){var s=i.value;if(kh(s)){var c=Id.reduce(function(d,f){return d.replace(f,"")},s);c!==""&&c!=="*"&&r.add(c)}}}catch(d){a.e(d)}finally{a.f()}return r};function q2(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;if(ft){var r;if(e)r=t;else if(z.searchPseudoElementsFullScan)r=t.querySelectorAll("*");else{var o=new Set,a=Dn(document.styleSheets),i;try{for(a.s();!(i=a.n()).done;){var s=i.value;try{var c=Dn(s.cssRules),d;try{for(c.s();!(d=c.n()).done;){var f=d.value,g=Ih(f.selectorText),h=Dn(g),y;try{for(h.s();!(y=h.n()).done;){var v=y.value;o.add(v)}}catch(R){h.e(R)}finally{h.f()}}}catch(R){c.e(R)}finally{c.f()}}catch(R){z.searchPseudoElementsWarnings&&console.warn("Font Awesome: cannot parse stylesheet: ".concat(s.href," (").concat(R.message,`)
|
|
1198
|
+
If it declares any Font Awesome CSS pseudo-elements, they will not be rendered as SVG icons. Add crossorigin="anonymous" to the <link>, enable searchPseudoElementsFullScan for slower but more thorough DOM parsing, or suppress this warning by setting searchPseudoElementsWarnings to false.`))}}}catch(R){a.e(R)}finally{a.f()}if(!o.size)return;var E=Array.from(o).join(", ");try{r=t.querySelectorAll(E)}catch{}}return new Promise(function(R,A){var _=_r(r).filter(Th).map(Mh),P=nc.begin("searchPseudoElements");o0(),Promise.all(_).then(function(){P(),js(),R()}).catch(function(){P(),js(),A()})})}}var zh={hooks:function(){return{mutationObserverCallbacks:function(r){return r.pseudoElementsCallback=q2,r}}},provides:function(e){e.pseudoElements2svg=function(r){var o=r.node,a=o===void 0?X:o;z.searchPseudoElements&&q2(a)}}},Y2=!1,Ph={mixout:function(){return{dom:{unwatch:function(){o0(),Y2=!0}}}},hooks:function(){return{bootstrap:function(){G2(Bs("mutationObserverCallbacks",{}))},noAuto:function(){ph()},watch:function(r){var o=r.observeMutationsRoot;Y2?js():G2(Bs("mutationObserverCallbacks",{observeMutationsRoot:o}))}}}},X2=function(e){var r={size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0};return e.toLowerCase().split(" ").reduce(function(o,a){var i=a.toLowerCase().split("-"),s=i[0],c=i.slice(1).join("-");if(s&&c==="h")return o.flipX=!0,o;if(s&&c==="v")return o.flipY=!0,o;if(c=parseFloat(c),isNaN(c))return o;switch(s){case"grow":o.size=o.size+c;break;case"shrink":o.size=o.size-c;break;case"left":o.x=o.x-c;break;case"right":o.x=o.x+c;break;case"up":o.y=o.y-c;break;case"down":o.y=o.y+c;break;case"rotate":o.rotate=o.rotate+c;break}return o},r)},Dh={mixout:function(){return{parse:{transform:function(r){return X2(r)}}}},hooks:function(){return{parseNodeAttributes:function(r,o){var a=o.getAttribute("data-fa-transform");return a&&(r.transform=X2(a)),r}}},provides:function(e){e.generateAbstractTransformGrouping=function(r){var o=r.main,a=r.transform,i=r.containerWidth,s=r.iconWidth,c={transform:"translate(".concat(i/2," 256)")},d="translate(".concat(a.x*32,", ").concat(a.y*32,") "),f="scale(".concat(a.size/16*(a.flipX?-1:1),", ").concat(a.size/16*(a.flipY?-1:1),") "),g="rotate(".concat(a.rotate," 0 0)"),h={transform:"".concat(d," ").concat(f," ").concat(g)},y={transform:"translate(".concat(s/2*-1," -256)")},v={outer:c,inner:h,path:y};return{tag:"g",attributes:w({},v.outer),children:[{tag:"g",attributes:w({},v.inner),children:[{tag:o.icon.tag,children:o.icon.children,attributes:w(w({},o.icon.attributes),v.path)}]}]}}}},Ts={x:0,y:0,width:"100%",height:"100%"};function J2(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;return t.attributes&&(t.attributes.fill||e)&&(t.attributes.fill="black"),t}function Uh(t){return t.tag==="g"?t.children:[t]}var Fh={hooks:function(){return{parseNodeAttributes:function(r,o){var a=o.getAttribute("data-fa-mask"),i=a?jn(a.split(" ").map(function(s){return s.trim()})):Jd();return i.prefix||(i.prefix=Lt()),r.mask=i,r.maskId=o.getAttribute("data-fa-mask-id"),r}}},provides:function(e){e.generateAbstractMask=function(r){var o=r.children,a=r.attributes,i=r.main,s=r.mask,c=r.maskId,d=r.transform,f=i.width,g=i.icon,h=s.width,y=s.icon,v=_6({transform:d,containerWidth:h,iconWidth:f}),E={tag:"rect",attributes:w(w({},Ts),{},{fill:"white"})},R=g.children?{children:g.children.map(J2)}:{},A={tag:"g",attributes:w({},v.inner),children:[J2(w({tag:g.tag,attributes:w(w({},g.attributes),v.path)},R))]},_={tag:"g",attributes:w({},v.outer),children:[A]},P="mask-".concat(c||T2()),x="clip-".concat(c||T2()),S={tag:"mask",attributes:w(w({},Ts),{},{id:P,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[E,_]},C={tag:"defs",children:[{tag:"clipPath",attributes:{id:x},children:Uh(y)},S]};return o.push(C,{tag:"rect",attributes:w({fill:"currentColor","clip-path":"url(#".concat(x,")"),mask:"url(#".concat(P,")")},Ts)}),{children:o,attributes:a}}}},$h={provides:function(e){var r=!1;Et.matchMedia&&(r=Et.matchMedia("(prefers-reduced-motion: reduce)").matches),e.missingIconAbstract=function(){var o=[],a={fill:"currentColor"},i={attributeType:"XML",repeatCount:"indefinite",dur:"2s"};o.push({tag:"path",attributes:w(w({},a),{},{d:"M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z"})});var s=w(w({},i),{},{attributeName:"opacity"}),c={tag:"circle",attributes:w(w({},a),{},{cx:"256",cy:"364",r:"28"}),children:[]};return r||c.children.push({tag:"animate",attributes:w(w({},i),{},{attributeName:"r",values:"28;14;28;28;14;28;"})},{tag:"animate",attributes:w(w({},s),{},{values:"1;0;1;1;0;1;"})}),o.push(c),o.push({tag:"path",attributes:w(w({},a),{},{opacity:"1",d:"M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z"}),children:r?[]:[{tag:"animate",attributes:w(w({},s),{},{values:"1;0;0;0;0;1;"})}]}),r||o.push({tag:"path",attributes:w(w({},a),{},{opacity:"0",d:"M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z"}),children:[{tag:"animate",attributes:w(w({},s),{},{values:"0;0;1;1;0;0;"})}]}),{tag:"g",attributes:{class:"missing"},children:o}}}},Bh={hooks:function(){return{parseNodeAttributes:function(r,o){var a=o.getAttribute("data-fa-symbol"),i=a===null?!1:a===""?!0:a;return r.symbol=i,r}}}},Hh=[T6,Eh,Lh,Ah,Oh,zh,Ph,Dh,Fh,$h,Bh];q6(Hh,{mixoutsTo:Re});var Lx=Re.noAuto,Ax=Re.config,i0=Re.library,Ox=Re.dom,wx=Re.parse,Rx=Re.findIconDefinition,_x=Re.toHtml,s0=Re.icon,Nx=Re.layer,Mx=Re.text,Tx=Re.counter;var m;(function(t){t.LOCK_KEYHOLE="lock-keyhole",t.LINK_SIMPLE_SLASH="link-simple-slash",t.TABLE_LAYOUT="table-layout",t.LAYER_GROUP="layer-group",t.CIRCLE_INFO="circle-info",t.BARS_PROGRESS="bars-progress",t.CODE_COMPARE="code-compare",t.ARROW_TURN_RIGHT="arrow-turn-right",t.HOURGLASS_END="hourglass-end",t.BOX_ARCHIVE="box-archive",t.ARROWS_ROTATE="arrows-rotate",t.CIRCLE_DOT="circle-dot",t.ANGLES_LEFT="angles-left",t.ROUTE="route",t.BARS="bars",t.ARROW_DOWN="arrow-down",t.LOCK_KEYHOLE_OPEN="lock-keyhole-open",t.DESKTOP="desktop",t.ANGLES_RIGHT="angles-right",t.PIGGY_BANK="piggy-bank",t.ANGLE_UP="angle-up",t.SQUARE="square",t.PEN_NIB="pen-nib",t.ARROW_UP_RIGHT_FROM_SQUARE="arrow-up-right-from-square",t.GRID_2="grid-2",t.BOOKS="books",t.TAG="tag",t.ANGLES_UP_DOWN="angles-up-down",t.ARROW_ROTATE_LEFT="arrow-rotate-left",t.EYE_SLASH="eye-slash",t.CIRCLE_DOLLAR="circle-dollar",t.COMPRESS="compress",t.RADAR="radar",t.ARROW_ROTATE_RIGHT="arrow-rotate-right",t.CHART_NETWORK="chart-network",t.PLUS="plus",t.UNDERLINE="underline",t.ARROW_LEFT="arrow-left",t.UPLOAD="upload",t.ARROWS_TO_LINE="arrows-to-line",t.GLOBE="globe",t.LANGUAGE="language",t.PERSON_CHALKBOARD="person-chalkboard",t.TOGGLE_ON="toggle-on",t.DOWNLOAD="download",t.CROSSHAIRS="crosshairs",t.MESSAGE_QUOTE="message-quote",t.FILE_HTML="file-html",t.TRIANGLE_EXCLAMATION="triangle-exclamation",t.STAR="star",t.BELL_SLASH="bell-slash",t.HOURGLASS_HALF="hourglass-half",t.INBOX="inbox",t.COMMENT_DOTS="comment-dots",t.ANGLE_DOWN="angle-down",t.CLOUD_ARROW_DOWN="cloud-arrow-down",t.BOOKMARK_SLASH="bookmark-slash",t.LINK_SIMPLE="link-simple",t.CLOCK_ROTATE_LEFT="clock-rotate-left",t.PLUG="plug",t.CHART_SIMPLE="chart-simple",t.CIRCLE_PLAY="circle-play",t.FILE_MAGNIFYING_GLASS="file-magnifying-glass",t.PEN="pen",t.TABLET="tablet",t.CIRCLE_CHECK="circle-check",t.FILE_INVOICE="file-invoice",t.XMARK="xmark",t.ARROW_RIGHT="arrow-right",t.BOOKMARK="bookmark",t.EXPAND_WIDE="expand-wide",t.USER="user",t.SERVER="server",t.CALENDAR_RANGE="calendar-range",t.BROOM_WIDE="broom-wide",t.HOUSE="house",t.ARROWS_UP_DOWN_LEFT_RIGHT="arrows-up-down-left-right",t.WIFI_SLASH="wifi-slash",t.USER_LOCK="user-lock",t.CHECK="check",t.ITALIC="italic",t.LIFE_RING="life-ring",t.TABLE_CELLS="table-cells",t.TRASH_CAN="trash-can",t.WRENCH="wrench",t.PAPERCLIP="paperclip",t.CABINET_FILING="cabinet-filing",t.ARROW_UP="arrow-up",t.FILE="file",t.CIRCLE_QUESTION="circle-question",t.COLUMNS_3="columns-3",t.GEAR="gear",t.CIRCLE_ARROW_DOWN="circle-arrow-down",t.CHART_LINE="chart-line",t.THUMBS_UP="thumbs-up",t.HAND="hand",t.CIRCLE="circle",t.CALENDAR_DAY="calendar-day",t.CLOUD="cloud",t.LIST_TREE="list-tree",t.ARROWS_MAXIMIZE="arrows-maximize",t.ANGLE_RIGHT="angle-right",t.SPARKLES="sparkles",t.CODE="code",t.ALIGN_CENTER="align-center",t.COMMENT_QUESTION="comment-question",t.IMAGE="image",t.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER="arrow-up-right-and-arrow-down-left-from-center",t.THUMBS_DOWN="thumbs-down",t.DIAGRAM_SANKEY="diagram-sankey",t.MESSAGE_CHECK="message-check",t.BOLD="bold",t.CIRCLE_STOP="circle-stop",t.ARROW_RIGHT_TO_BRACKET="arrow-right-to-bracket",t.USERS="users",t.ARROW_TURN_DOWN_RIGHT="arrow-turn-down-right",t.PRINT="print",t.ALIGN_RIGHT="align-right",t.FLASK="flask",t.MAGNIFYING_GLASS_PLUS="magnifying-glass-plus",t.PHOTO_FILM="photo-film",t.SHIELD_CHECK="shield-check",t.STRIKETHROUGH="strikethrough",t.FOLDER_OPEN="folder-open",t.CLONE="clone",t.HEART="heart",t.PAPER_PLANE="paper-plane",t.MAGNIFYING_GLASS_MINUS="magnifying-glass-minus",t.BOOK="book",t.CLOCK="clock",t.ELLIPSIS_VERTICAL="ellipsis-vertical",t.ARROW_RIGHT_TO_LINE="arrow-right-to-line",t.ANGLE_LEFT="angle-left",t.CALENDAR_CIRCLE_EXCLAMATION="calendar-circle-exclamation",t.EXPAND="expand",t.EQUALS="equals",t.RECEIPT="receipt",t.EYE="eye",t.ALIGN_LEFT="align-left",t.PAINTBRUSH="paintbrush",t.KEY="key",t.PALETTE="palette",t.FLOPPY_DISK="floppy-disk",t.MAGNIFYING_GLASS="magnifying-glass",t.ELLIPSIS="ellipsis",t.SHARE_NODES="share-nodes",t.ARROWS_FROM_LINE="arrows-from-line",t.POWER_OFF="power-off",t.ENVELOPE_OPEN_TEXT="envelope-open-text",t.CIRCLE_PAUSE="circle-pause",t.MOBILE="mobile",t.BELL="bell",t.HYPHEN="hyphen",t.FILTER="filter",t.MEDAL="medal",t.CLOUD_SLASH="cloud-slash",t.ARROW_TURN_LEFT="arrow-turn-left",t.MINUS="minus",t.PASTE="paste",t.CALENDAR_CHECK="calendar-check",t.SORT_DOWN="sort-down",t.HEXAGON_XMARK="hexagon-xmark",t.CARET_LARGE_DOWN="caret-large-down",t.PAUSE="pause",t.CHART_MIXED="chart-mixed",t.CARET_LARGE_LEFT="caret-large-left",t.CARET_DOWN="caret-down",t.ROBOT="robot",t.WAND_MAGIC_SPARKLES="wand-magic-sparkles",t.HEXAGON_EXCLAMATION="hexagon-exclamation",t.CUBES="cubes",t.TURN_RIGHT="turn-right",t.CARET_LARGE_UP="caret-large-up",t.SQUARE_INFO="square-info",t.SORT="sort",t.INFO="info",t.MESSAGE_BOT="message-bot",t.PLAY="play",t.TURN_LEFT="turn-left",t.OCTAGON_XMARK="octagon-xmark",t.ADDRESS_CARD="address-card",t.CROWN="crown",t.SQUARE_CHECK="square-check",t.SPINNER_SCALE="spinner-scale",t.GRIP_LINES="grip-lines",t.CHART_AREA="chart-area",t.TRASH="trash",t.SORT_UP="sort-up",t.USER_TIE="user-tie",t.CARET_LARGE_RIGHT="caret-large-right",t.CIRCLE_SMALL="circle-small",t.QUESTION="question",t.SQUARE_MINUS="square-minus",t.SQUARE_POLL_VERTICAL_REGULAR="square-poll-vertical-regular",t.PREVIEW_REGULAR="preview-regular",t.LANGUAGE_SLASH_REGULAR="language-slash-regular",t.CIRCLE_USER_CIRCLE_CHECK_SOLID="circle-user-circle-check-solid",t.FOLDER_OPEN_LOCK_REGULAR="folder-open-lock-regular",t.TABLE_CELLS_SLASH_REGULAR="table-cells-slash-regular",t.PIP_WIDE_REGULAR="pip-wide-regular",t.CLOUD_SLASH_GEAR_REGULAR="cloud-slash-gear-regular",t.CIRCLE_DASHED_DOLLAR_QUESTION_REGULAR="circle-dashed-dollar-question-regular",t.PAPER_PLANE_REGULAR="paper-plane-regular",t.CABINET_FILING_FLOPPY_DISK_REGULAR="cabinet-filing-floppy-disk-regular",t.USER_GEAR_REGULAR="user-gear-regular",t.CHART_BAR_STACKED_REGULAR="chart-bar-stacked-regular",t.CODE_COMPARE_SOLID="code-compare-solid",t.FILE_ROTATE_RIGHT_SOLID="file-rotate-right-solid",t.CONSUMER_REGULAR="consumer-regular",t.HOUSE_MAGNIFYING_GLASS_REGULAR="house-magnifying-glass-regular",t.LEFT_PANEL_SOLID="left-panel-solid",t.LIST_MAGNIFYING_GLASS_REGULAR="list-magnifying-glass-regular",t.THUMBS_UP_THUMBS_DOWN_SOLID="thumbs-up-thumbs-down-solid",t.SCHEDULED_REGULAR="scheduled-regular",t.WAND_MAGIC_SPARKLES_REGULAR="wand-magic-sparkles-regular",t.HOURGLASS_END_REGULAR="hourglass-end-regular",t.FILE_LINES_GEAR_REGULAR="file-lines-gear-regular",t.USER_LOCK_REGULAR="user-lock-regular",t.HOURGLASS_HALF_CIRCLE_CHECK_REGULAR="hourglass-half-circle-check-regular",t.CONTEXT_MENU_CURSOR_REGULAR="context-menu-cursor-regular",t.BARS_PROGRESS_REGULAR="bars-progress-regular",t.HOURGLASS_HALF_REGULAR="hourglass-half-regular",t.PAPER_PLANE_SLASH_REGULAR="paper-plane-slash-regular",t.BINDER_OPEN_ARROW_RIGHT_REGULAR="binder-open-arrow-right-regular",t.BELL_CIRCLE_PLUS_REGULAR="bell-circle-plus-regular",t.DIAGRAM_SUNBURST_REGULAR="diagram-sunburst-regular",t.BULLETS_LINE_REGULAR="bullets-line-regular",t.LANGUAGE_CIRCLE_EXCLAMATION_REGULAR="language-circle-exclamation-regular",t.MESSAGE_BOT_CIRCLE_BOT_SOLID="message-bot-circle-bot-solid",t.MOBILE_LANDSCAPE_REGULAR="mobile-landscape-regular",t.BINDER_OPEN_PEN_REGULAR="binder-open-pen-regular",t.THRESHOLD_REGULAR="threshold-regular",t.BOOKMARK_CIRCLE_PLUS_REGULAR="bookmark-circle-plus-regular",t.SHARED_SOLID="shared-solid",t.BINDER_OPEN_REGULAR="binder-open-regular",t.BOOK_OPEN_GEAR_REGULAR="book-open-gear-regular",t.CIRCLE_ARROW_DOWN_SLASH_REGULAR="circle-arrow-down-slash-regular",t.BINDER_OPEN_ARROW_LEFT_REGULAR="binder-open-arrow-left-regular",t.LEFT_PANEL_REGULAR="left-panel-regular",t.FORMAT_CLEAR_REGULAR="format-clear-regular",t.MAGNIFYING_GLASS_ONE_REGULAR="magnifying-glass-one-regular",t.CIRCLE_DOLLAR_SLASH_REGULAR="circle-dollar-slash-regular",t.TRANSLATION_SPARKLE_SOLID="translation-sparkle-solid",t.PIP_REGULAR="pip-regular",t.SERVER_CIRCLE_ARROW_DOWN_REGULAR="server-circle-arrow-down-regular",t.CHART_BAR_GROUPED_REGULAR="chart-bar-grouped-regular",t.LANGUAGE_REGULAR="language-regular",t.COMPUTER_MOUSE_MAGNIFYING_GLASS_REGULAR="computer-mouse-magnifying-glass-regular",t.USER_CIRCLE_CHECK_REGULAR="user-circle-check-regular",t.CLONE_LINK_SIMPLE_REGULAR="clone-link-simple-regular",t.CHART_LINE_USER_REGULAR="chart-line-user-regular",t.CONTEXT_REGULAR="context-regular",t.BULLETS_LINES_REGULAR="bullets-lines-regular",t.MAGNIFYING_GLASS_FLOPPY_DISK_REGULAR="magnifying-glass-floppy-disk-regular",t.BOOK_OPEN_GEAR_SLASH_REGULAR="book-open-gear-slash-regular",t.BOOKMARK_CIRCLE_MINUS_REGULAR="bookmark-circle-minus-regular",t.CIRCLE_USER_SLASH_SOLID="circle-user-slash-solid",t.TABLET_LANDSCAPE_REGULAR="tablet-landscape-regular",t.BOX_HTML_REGULAR="box-html-regular",t.MAGNIFYING_GLASS_BACK_REGULAR="magnifying-glass-back-regular",t.CHART_BAR_NORMALIZED_REGULAR="chart-bar-normalized-regular"})(m||(m={}));var zx={[m.LOCK_KEYHOLE]:[p.regular,p.solid],[m.LINK_SIMPLE_SLASH]:[p.regular],[m.TABLE_LAYOUT]:[p.regular],[m.LAYER_GROUP]:[p.regular],[m.CIRCLE_INFO]:[p.regular],[m.BARS_PROGRESS]:[p.regular],[m.CODE_COMPARE]:[p.regular,p.solid],[m.ARROW_TURN_RIGHT]:[p.regular],[m.HOURGLASS_END]:[p.regular],[m.BOX_ARCHIVE]:[p.regular,p.solid],[m.ARROWS_ROTATE]:[p.regular],[m.CIRCLE_DOT]:[p.regular],[m.ANGLES_LEFT]:[p.regular],[m.ROUTE]:[p.regular],[m.BARS]:[p.regular],[m.ARROW_DOWN]:[p.regular],[m.LOCK_KEYHOLE_OPEN]:[p.regular,p.solid],[m.DESKTOP]:[p.regular],[m.ANGLES_RIGHT]:[p.regular],[m.PIGGY_BANK]:[p.regular],[m.ANGLE_UP]:[p.regular],[m.SQUARE]:[p.regular],[m.PEN_NIB]:[p.regular],[m.ARROW_UP_RIGHT_FROM_SQUARE]:[p.regular],[m.GRID_2]:[p.regular],[m.BOOKS]:[p.regular,p.solid],[m.TAG]:[p.regular,p.solid],[m.ANGLES_UP_DOWN]:[p.regular],[m.ARROW_ROTATE_LEFT]:[p.regular],[m.EYE_SLASH]:[p.regular],[m.CIRCLE_DOLLAR]:[p.regular,p.solid],[m.COMPRESS]:[p.regular],[m.RADAR]:[p.regular],[m.ARROW_ROTATE_RIGHT]:[p.regular],[m.CHART_NETWORK]:[p.regular],[m.PLUS]:[p.regular],[m.UNDERLINE]:[p.regular],[m.ARROW_LEFT]:[p.regular],[m.UPLOAD]:[p.regular],[m.ARROWS_TO_LINE]:[p.regular],[m.GLOBE]:[p.regular],[m.LANGUAGE]:[p.regular],[m.PERSON_CHALKBOARD]:[p.regular],[m.TOGGLE_ON]:[p.regular],[m.DOWNLOAD]:[p.regular],[m.CROSSHAIRS]:[p.regular],[m.MESSAGE_QUOTE]:[p.regular,p.solid],[m.FILE_HTML]:[p.regular],[m.TRIANGLE_EXCLAMATION]:[p.regular,p.solid],[m.STAR]:[p.regular,p.solid],[m.BELL_SLASH]:[p.regular,p.solid],[m.HOURGLASS_HALF]:[p.regular],[m.INBOX]:[p.regular],[m.COMMENT_DOTS]:[p.regular],[m.ANGLE_DOWN]:[p.regular],[m.CLOUD_ARROW_DOWN]:[p.regular],[m.BOOKMARK_SLASH]:[p.regular],[m.LINK_SIMPLE]:[p.regular],[m.CLOCK_ROTATE_LEFT]:[p.regular],[m.PLUG]:[p.regular],[m.CHART_SIMPLE]:[p.regular],[m.CIRCLE_PLAY]:[p.regular],[m.FILE_MAGNIFYING_GLASS]:[p.regular],[m.PEN]:[p.regular],[m.TABLET]:[p.regular],[m.CIRCLE_CHECK]:[p.regular,p.solid],[m.FILE_INVOICE]:[p.regular],[m.XMARK]:[p.regular,p.solid],[m.ARROW_RIGHT]:[p.regular],[m.BOOKMARK]:[p.regular,p.solid],[m.EXPAND_WIDE]:[p.regular],[m.USER]:[p.regular,p.solid],[m.SERVER]:[p.regular,p.solid],[m.CALENDAR_RANGE]:[p.regular],[m.BROOM_WIDE]:[p.regular],[m.HOUSE]:[p.regular],[m.ARROWS_UP_DOWN_LEFT_RIGHT]:[p.regular],[m.WIFI_SLASH]:[p.regular],[m.USER_LOCK]:[p.regular],[m.CHECK]:[p.regular,p.solid],[m.ITALIC]:[p.regular],[m.LIFE_RING]:[p.regular],[m.TABLE_CELLS]:[p.regular],[m.TRASH_CAN]:[p.regular],[m.WRENCH]:[p.regular],[m.PAPERCLIP]:[p.regular],[m.CABINET_FILING]:[p.regular],[m.ARROW_UP]:[p.regular],[m.FILE]:[p.regular,p.solid],[m.CIRCLE_QUESTION]:[p.regular,p.solid],[m.COLUMNS_3]:[p.regular],[m.GEAR]:[p.regular,p.solid],[m.CIRCLE_ARROW_DOWN]:[p.regular],[m.CHART_LINE]:[p.regular],[m.THUMBS_UP]:[p.regular,p.solid],[m.HAND]:[p.regular,p.solid],[m.CIRCLE]:[p.regular,p.solid],[m.CALENDAR_DAY]:[p.regular],[m.CLOUD]:[p.regular],[m.LIST_TREE]:[p.regular],[m.ARROWS_MAXIMIZE]:[p.regular],[m.ANGLE_RIGHT]:[p.regular],[m.SPARKLES]:[p.regular],[m.CODE]:[p.regular],[m.ALIGN_CENTER]:[p.regular],[m.COMMENT_QUESTION]:[p.regular,p.solid],[m.IMAGE]:[p.regular],[m.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER]:[p.regular],[m.THUMBS_DOWN]:[p.regular,p.solid],[m.DIAGRAM_SANKEY]:[p.regular],[m.MESSAGE_CHECK]:[p.regular,p.solid],[m.BOLD]:[p.regular],[m.CIRCLE_STOP]:[p.regular,p.solid],[m.ARROW_RIGHT_TO_BRACKET]:[p.regular],[m.USERS]:[p.regular,p.solid],[m.ARROW_TURN_DOWN_RIGHT]:[p.regular],[m.PRINT]:[p.regular],[m.ALIGN_RIGHT]:[p.regular],[m.FLASK]:[p.regular],[m.MAGNIFYING_GLASS_PLUS]:[p.regular],[m.PHOTO_FILM]:[p.regular],[m.SHIELD_CHECK]:[p.regular],[m.STRIKETHROUGH]:[p.regular],[m.FOLDER_OPEN]:[p.regular],[m.CLONE]:[p.regular],[m.HEART]:[p.regular,p.solid],[m.PAPER_PLANE]:[p.regular],[m.MAGNIFYING_GLASS_MINUS]:[p.regular],[m.BOOK]:[p.regular],[m.CLOCK]:[p.regular,p.solid],[m.ELLIPSIS_VERTICAL]:[p.regular],[m.ARROW_RIGHT_TO_LINE]:[p.regular],[m.ANGLE_LEFT]:[p.regular],[m.CALENDAR_CIRCLE_EXCLAMATION]:[p.regular],[m.EXPAND]:[p.regular],[m.EQUALS]:[p.regular],[m.RECEIPT]:[p.regular],[m.EYE]:[p.regular],[m.ALIGN_LEFT]:[p.regular],[m.PAINTBRUSH]:[p.regular],[m.KEY]:[p.regular],[m.PALETTE]:[p.regular],[m.FLOPPY_DISK]:[p.regular],[m.MAGNIFYING_GLASS]:[p.regular],[m.ELLIPSIS]:[p.regular],[m.SHARE_NODES]:[p.regular],[m.ARROWS_FROM_LINE]:[p.regular],[m.POWER_OFF]:[p.regular],[m.ENVELOPE_OPEN_TEXT]:[p.regular],[m.CIRCLE_PAUSE]:[p.regular,p.solid],[m.MOBILE]:[p.regular],[m.BELL]:[p.regular,p.solid],[m.HYPHEN]:[p.regular],[m.FILTER]:[p.regular,p.solid],[m.MEDAL]:[p.regular],[m.CLOUD_SLASH]:[p.regular],[m.ARROW_TURN_LEFT]:[p.regular],[m.MINUS]:[p.regular,p.solid],[m.PASTE]:[p.regular],[m.CALENDAR_CHECK]:[p.regular],[m.SORT_DOWN]:[p.solid],[m.HEXAGON_XMARK]:[p.solid],[m.CARET_LARGE_DOWN]:[p.solid],[m.PAUSE]:[p.solid],[m.CHART_MIXED]:[p.solid],[m.CARET_LARGE_LEFT]:[p.solid],[m.CARET_DOWN]:[p.solid],[m.ROBOT]:[p.solid],[m.WAND_MAGIC_SPARKLES]:[p.solid],[m.HEXAGON_EXCLAMATION]:[p.solid],[m.CUBES]:[p.solid],[m.TURN_RIGHT]:[p.solid],[m.CARET_LARGE_UP]:[p.solid],[m.SQUARE_INFO]:[p.solid],[m.SORT]:[p.solid],[m.INFO]:[p.solid],[m.MESSAGE_BOT]:[p.solid],[m.PLAY]:[p.solid],[m.TURN_LEFT]:[p.solid],[m.OCTAGON_XMARK]:[p.solid],[m.ADDRESS_CARD]:[p.solid],[m.CROWN]:[p.solid],[m.SQUARE_CHECK]:[p.solid],[m.SPINNER_SCALE]:[p.solid],[m.GRIP_LINES]:[p.solid],[m.CHART_AREA]:[p.solid],[m.TRASH]:[p.solid],[m.SORT_UP]:[p.solid],[m.USER_TIE]:[p.solid],[m.CARET_LARGE_RIGHT]:[p.solid],[m.CIRCLE_SMALL]:[p.solid],[m.QUESTION]:[p.solid],[m.SQUARE_MINUS]:[p.solid],[m.SQUARE_POLL_VERTICAL_REGULAR]:[p.custom],[m.PREVIEW_REGULAR]:[p.custom],[m.LANGUAGE_SLASH_REGULAR]:[p.custom],[m.CIRCLE_USER_CIRCLE_CHECK_SOLID]:[p.custom],[m.FOLDER_OPEN_LOCK_REGULAR]:[p.custom],[m.TABLE_CELLS_SLASH_REGULAR]:[p.custom],[m.PIP_WIDE_REGULAR]:[p.custom],[m.CLOUD_SLASH_GEAR_REGULAR]:[p.custom],[m.CIRCLE_DASHED_DOLLAR_QUESTION_REGULAR]:[p.custom],[m.PAPER_PLANE_REGULAR]:[p.custom],[m.CABINET_FILING_FLOPPY_DISK_REGULAR]:[p.custom],[m.USER_GEAR_REGULAR]:[p.custom],[m.CHART_BAR_STACKED_REGULAR]:[p.custom],[m.CODE_COMPARE_SOLID]:[p.custom],[m.FILE_ROTATE_RIGHT_SOLID]:[p.custom],[m.CONSUMER_REGULAR]:[p.custom],[m.HOUSE_MAGNIFYING_GLASS_REGULAR]:[p.custom],[m.LEFT_PANEL_SOLID]:[p.custom],[m.LIST_MAGNIFYING_GLASS_REGULAR]:[p.custom],[m.THUMBS_UP_THUMBS_DOWN_SOLID]:[p.custom],[m.SCHEDULED_REGULAR]:[p.custom],[m.WAND_MAGIC_SPARKLES_REGULAR]:[p.custom],[m.HOURGLASS_END_REGULAR]:[p.custom],[m.FILE_LINES_GEAR_REGULAR]:[p.custom],[m.USER_LOCK_REGULAR]:[p.custom],[m.HOURGLASS_HALF_CIRCLE_CHECK_REGULAR]:[p.custom],[m.CONTEXT_MENU_CURSOR_REGULAR]:[p.custom],[m.BARS_PROGRESS_REGULAR]:[p.custom],[m.HOURGLASS_HALF_REGULAR]:[p.custom],[m.PAPER_PLANE_SLASH_REGULAR]:[p.custom],[m.BINDER_OPEN_ARROW_RIGHT_REGULAR]:[p.custom],[m.BELL_CIRCLE_PLUS_REGULAR]:[p.custom],[m.DIAGRAM_SUNBURST_REGULAR]:[p.custom],[m.BULLETS_LINE_REGULAR]:[p.custom],[m.LANGUAGE_CIRCLE_EXCLAMATION_REGULAR]:[p.custom],[m.MESSAGE_BOT_CIRCLE_BOT_SOLID]:[p.custom],[m.MOBILE_LANDSCAPE_REGULAR]:[p.custom],[m.BINDER_OPEN_PEN_REGULAR]:[p.custom],[m.THRESHOLD_REGULAR]:[p.custom],[m.BOOKMARK_CIRCLE_PLUS_REGULAR]:[p.custom],[m.SHARED_SOLID]:[p.custom],[m.BINDER_OPEN_REGULAR]:[p.custom],[m.BOOK_OPEN_GEAR_REGULAR]:[p.custom],[m.CIRCLE_ARROW_DOWN_SLASH_REGULAR]:[p.custom],[m.BINDER_OPEN_ARROW_LEFT_REGULAR]:[p.custom],[m.LEFT_PANEL_REGULAR]:[p.custom],[m.FORMAT_CLEAR_REGULAR]:[p.custom],[m.MAGNIFYING_GLASS_ONE_REGULAR]:[p.custom],[m.CIRCLE_DOLLAR_SLASH_REGULAR]:[p.custom],[m.TRANSLATION_SPARKLE_SOLID]:[p.custom],[m.PIP_REGULAR]:[p.custom],[m.SERVER_CIRCLE_ARROW_DOWN_REGULAR]:[p.custom],[m.CHART_BAR_GROUPED_REGULAR]:[p.custom],[m.LANGUAGE_REGULAR]:[p.custom],[m.COMPUTER_MOUSE_MAGNIFYING_GLASS_REGULAR]:[p.custom],[m.USER_CIRCLE_CHECK_REGULAR]:[p.custom],[m.CLONE_LINK_SIMPLE_REGULAR]:[p.custom],[m.CHART_LINE_USER_REGULAR]:[p.custom],[m.CONTEXT_REGULAR]:[p.custom],[m.BULLETS_LINES_REGULAR]:[p.custom],[m.MAGNIFYING_GLASS_FLOPPY_DISK_REGULAR]:[p.custom],[m.BOOK_OPEN_GEAR_SLASH_REGULAR]:[p.custom],[m.BOOKMARK_CIRCLE_MINUS_REGULAR]:[p.custom],[m.CIRCLE_USER_SLASH_SOLID]:[p.custom],[m.TABLET_LANDSCAPE_REGULAR]:[p.custom],[m.BOX_HTML_REGULAR]:[p.custom],[m.MAGNIFYING_GLASS_BACK_REGULAR]:[p.custom],[m.CHART_BAR_NORMALIZED_REGULAR]:[p.custom]},c0={[p.regular]:"far",[p.solid]:"fas",[p.custom]:"fak"};var Zn=function(t,e,r,o){var a=arguments.length,i=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},Ce=class extends Z{constructor(){super(...arguments),this.monospace=!1,this.ariaHidden="true"}render(){let e={"ftds-icon":!0,"ftds-icon--monospace":this.monospace};return F`
|
|
1199
|
+
<div class="${Pe(e)}">${Oa(this.buildIcon())}</div>
|
|
1200
|
+
`}buildIcon(){let e=this.variant?c0[this.variant]:void 0,r=x2.find(o=>o.iconName===this.icon&&(e?o.prefix===e:!0));return r?(i0.add(r),s0(r).html[0]):(console.log(`Attempted usage of unknown ftds-icon : ${this.icon}/${this.variant}`),"")}};Ce.elementDefinitions={};Ce.styles=v2;Zn([L()],Ce.prototype,"variant",void 0);Zn([L()],Ce.prototype,"icon",void 0);Zn([L({type:Boolean})],Ce.prototype,"monospace",void 0);Zn([L({reflect:!0,attribute:"aria-hidden"})],Ce.prototype,"ariaHidden",void 0);var l0={"ftds-icon":Ce};ee(l0);var d0=n.extend("--ft-ripple-color","",ne.colorContent),N={color:d0,backgroundColor:n.extend("--ft-ripple-background-color","",d0),opacityContentOnSurfacePressed:n.external(ne.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:n.external(ne.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:n.external(ne.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:n.external(ne.opacityContentOnSurfaceSelected,"Design system"),borderRadius:n.create("--ft-ripple-border-radius","","SIZE","0px")},u0=n.extend("--ft-ripple-color","",ne.colorPrimary),f0={color:u0,backgroundColor:n.extend("--ft-ripple-background-color","",u0)},p0=n.extend("--ft-ripple-color","",ne.colorSecondary),h0={color:p0,backgroundColor:n.extend("--ft-ripple-background-color","",p0)},m0=$`
|
|
1201
1201
|
:host {
|
|
1202
1202
|
display: contents;
|
|
1203
1203
|
}
|
|
@@ -1210,7 +1210,7 @@ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered a
|
|
|
1210
1210
|
|
|
1211
1211
|
.ft-ripple:not(.ft-ripple--unbounded) {
|
|
1212
1212
|
overflow: hidden;
|
|
1213
|
-
border-radius: ${
|
|
1213
|
+
border-radius: ${N.borderRadius};
|
|
1214
1214
|
}
|
|
1215
1215
|
|
|
1216
1216
|
.ft-ripple .ft-ripple--background,
|
|
@@ -1244,27 +1244,27 @@ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered a
|
|
|
1244
1244
|
}
|
|
1245
1245
|
|
|
1246
1246
|
.ft-ripple .ft-ripple--background {
|
|
1247
|
-
background-color: ${
|
|
1247
|
+
background-color: ${N.backgroundColor};
|
|
1248
1248
|
}
|
|
1249
1249
|
|
|
1250
1250
|
.ft-ripple .ft-ripple--effect {
|
|
1251
|
-
background-color: ${
|
|
1251
|
+
background-color: ${N.color};
|
|
1252
1252
|
}
|
|
1253
1253
|
|
|
1254
1254
|
.ft-ripple.ft-ripple--secondary .ft-ripple--background {
|
|
1255
|
-
background-color: ${
|
|
1255
|
+
background-color: ${h0.backgroundColor};
|
|
1256
1256
|
}
|
|
1257
1257
|
|
|
1258
1258
|
.ft-ripple.ft-ripple--secondary .ft-ripple--effect {
|
|
1259
|
-
background-color: ${
|
|
1259
|
+
background-color: ${h0.color};
|
|
1260
1260
|
}
|
|
1261
1261
|
|
|
1262
1262
|
.ft-ripple.ft-ripple--primary .ft-ripple--background {
|
|
1263
|
-
background-color: ${
|
|
1263
|
+
background-color: ${f0.backgroundColor};
|
|
1264
1264
|
}
|
|
1265
1265
|
|
|
1266
1266
|
.ft-ripple.ft-ripple--primary .ft-ripple--effect {
|
|
1267
|
-
background-color: ${
|
|
1267
|
+
background-color: ${f0.color};
|
|
1268
1268
|
}
|
|
1269
1269
|
|
|
1270
1270
|
.ft-ripple .ft-ripple--background {
|
|
@@ -1294,22 +1294,22 @@ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered a
|
|
|
1294
1294
|
}
|
|
1295
1295
|
|
|
1296
1296
|
.ft-ripple.ft-ripple--hovered .ft-ripple--background {
|
|
1297
|
-
opacity: ${
|
|
1297
|
+
opacity: ${N.opacityContentOnSurfaceHover};
|
|
1298
1298
|
}
|
|
1299
1299
|
|
|
1300
1300
|
.ft-ripple.ft-ripple--selected .ft-ripple--background {
|
|
1301
|
-
opacity: ${
|
|
1301
|
+
opacity: ${N.opacityContentOnSurfaceSelected};
|
|
1302
1302
|
}
|
|
1303
1303
|
|
|
1304
1304
|
.ft-ripple.ft-ripple--focused .ft-ripple--background {
|
|
1305
|
-
opacity: ${
|
|
1305
|
+
opacity: ${N.opacityContentOnSurfaceFocused};
|
|
1306
1306
|
}
|
|
1307
1307
|
|
|
1308
1308
|
.ft-ripple.ft-ripple--pressed .ft-ripple--effect {
|
|
1309
|
-
opacity: ${
|
|
1309
|
+
opacity: ${N.opacityContentOnSurfacePressed};
|
|
1310
1310
|
transform: translate(-50%, -50%) scale(1);
|
|
1311
1311
|
}
|
|
1312
|
-
`;var
|
|
1312
|
+
`;var ae={color:n.extend("--ft-loader-color","",ne.colorPrimary),size:n.create("--ft-loader-size","","SIZE","80px")},g0=$`
|
|
1313
1313
|
:host {
|
|
1314
1314
|
line-height: 0;
|
|
1315
1315
|
}
|
|
@@ -1318,8 +1318,8 @@ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered a
|
|
|
1318
1318
|
display: inline-block;
|
|
1319
1319
|
position: relative;
|
|
1320
1320
|
|
|
1321
|
-
width: ${
|
|
1322
|
-
height: ${
|
|
1321
|
+
width: ${ae.size};
|
|
1322
|
+
height: ${ae.size};
|
|
1323
1323
|
}
|
|
1324
1324
|
|
|
1325
1325
|
.ft-loader div {
|
|
@@ -1328,7 +1328,7 @@ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered a
|
|
|
1328
1328
|
width: 25%;
|
|
1329
1329
|
height: 25%;
|
|
1330
1330
|
border-radius: 50%;
|
|
1331
|
-
background: ${
|
|
1331
|
+
background: ${ae.color};
|
|
1332
1332
|
animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
|
1333
1333
|
}
|
|
1334
1334
|
|
|
@@ -1375,10 +1375,10 @@ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered a
|
|
|
1375
1375
|
transform: translate(0, 0);
|
|
1376
1376
|
}
|
|
1377
1377
|
100% {
|
|
1378
|
-
transform: translate(calc(0.35 * ${
|
|
1378
|
+
transform: translate(calc(0.35 * ${ae.size}), 0);
|
|
1379
1379
|
}
|
|
1380
1380
|
}
|
|
1381
|
-
`;var
|
|
1381
|
+
`;var Gh={...b,iconOnlyScale:n.create("--ftds-button-icon-only-scale","","NUMBER","1")},y0=[$`
|
|
1382
1382
|
:host {
|
|
1383
1383
|
display: inline-block;
|
|
1384
1384
|
max-width: 100%;
|
|
@@ -1429,7 +1429,7 @@ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered a
|
|
|
1429
1429
|
}
|
|
1430
1430
|
|
|
1431
1431
|
.ftds-button:focus-visible {
|
|
1432
|
-
outline-color: ${
|
|
1432
|
+
outline-color: ${b.focusFocusRingColor};
|
|
1433
1433
|
outline-style: solid;
|
|
1434
1434
|
}
|
|
1435
1435
|
|
|
@@ -1461,413 +1461,468 @@ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered a
|
|
|
1461
1461
|
}
|
|
1462
1462
|
|
|
1463
1463
|
.ftds-button.ftds-button--icon-only ftds-icon {
|
|
1464
|
-
transform: scale(${
|
|
1464
|
+
transform: scale(${Gh.iconOnlyScale});
|
|
1465
1465
|
}
|
|
1466
1466
|
|
|
1467
1467
|
/** Brand Primary styles **/
|
|
1468
1468
|
|
|
1469
1469
|
.ftds--family-brand.ftds-button--primary {
|
|
1470
|
-
${
|
|
1470
|
+
${O(ae.color,b.primaryBrandIconColor)};
|
|
1471
1471
|
|
|
1472
|
-
${
|
|
1473
|
-
${
|
|
1474
|
-
${
|
|
1475
|
-
${
|
|
1476
|
-
${
|
|
1472
|
+
${O(N.color,b.primaryBrandStateLayerColor)};
|
|
1473
|
+
${O(N.opacityContentOnSurfaceHover,b.primaryBrandHoverStateLayerOpacity)};
|
|
1474
|
+
${O(N.opacityContentOnSurfaceFocused,b.primaryBrandFocusStateLayerOpacity)};
|
|
1475
|
+
${O(N.opacityContentOnSurfaceSelected,b.primaryBrandActiveStateLayerOpacity)};
|
|
1476
|
+
${O(N.opacityContentOnSurfacePressed,b.primaryBrandActiveStateLayerOpacity)};
|
|
1477
1477
|
|
|
1478
|
-
background-color: ${
|
|
1479
|
-
color: ${
|
|
1478
|
+
background-color: ${b.primaryBrandBackgroundColor};
|
|
1479
|
+
color: ${b.primaryBrandColor};
|
|
1480
1480
|
border-style: none;
|
|
1481
1481
|
}
|
|
1482
1482
|
|
|
1483
1483
|
.ftds--family-brand.ftds-button--primary[disabled] {
|
|
1484
|
-
opacity: ${
|
|
1484
|
+
opacity: ${b.primaryBrandDisabledComponentOpacity};
|
|
1485
1485
|
}
|
|
1486
1486
|
|
|
1487
1487
|
.ftds--family-brand.ftds-button--primary ftds-icon {
|
|
1488
|
-
color: ${
|
|
1488
|
+
color: ${b.primaryBrandIconColor};
|
|
1489
1489
|
}
|
|
1490
1490
|
|
|
1491
1491
|
/** Brand Secondary styles **/
|
|
1492
1492
|
|
|
1493
1493
|
.ftds--family-brand.ftds-button--secondary {
|
|
1494
|
-
${
|
|
1494
|
+
${O(ae.color,b.secondaryBrandIconColor)};
|
|
1495
1495
|
|
|
1496
|
-
${
|
|
1497
|
-
${
|
|
1498
|
-
${
|
|
1499
|
-
${
|
|
1500
|
-
${
|
|
1496
|
+
${O(N.color,b.secondaryBrandStateLayerColor)};
|
|
1497
|
+
${O(N.opacityContentOnSurfaceHover,b.secondaryBrandHoverStateLayerOpacity)};
|
|
1498
|
+
${O(N.opacityContentOnSurfaceFocused,b.secondaryBrandFocusStateLayerOpacity)};
|
|
1499
|
+
${O(N.opacityContentOnSurfaceSelected,b.secondaryBrandActiveStateLayerOpacity)};
|
|
1500
|
+
${O(N.opacityContentOnSurfacePressed,b.secondaryBrandActiveStateLayerOpacity)};
|
|
1501
1501
|
|
|
1502
|
-
background-color: ${
|
|
1503
|
-
color: ${
|
|
1504
|
-
border-color: ${
|
|
1502
|
+
background-color: ${b.secondaryBrandBackgroundColor};
|
|
1503
|
+
color: ${b.secondaryBrandColor};
|
|
1504
|
+
border-color: ${b.secondaryBrandBorderColor};
|
|
1505
1505
|
border-style: solid;
|
|
1506
1506
|
}
|
|
1507
1507
|
|
|
1508
1508
|
.ftds--family-brand.ftds-button--secondary[disabled] {
|
|
1509
|
-
opacity: ${
|
|
1509
|
+
opacity: ${b.secondaryBrandDisabledComponentOpacity};
|
|
1510
1510
|
}
|
|
1511
1511
|
|
|
1512
1512
|
.ftds--family-brand.ftds-button--secondary ftds-icon {
|
|
1513
|
-
color: ${
|
|
1513
|
+
color: ${b.secondaryBrandIconColor};
|
|
1514
1514
|
}
|
|
1515
1515
|
|
|
1516
1516
|
/** Brand Tertiary styles **/
|
|
1517
1517
|
|
|
1518
1518
|
.ftds--family-brand.ftds-button--tertiary {
|
|
1519
|
-
${
|
|
1519
|
+
${O(ae.color,b.tertiaryBrandIconColor)};
|
|
1520
1520
|
|
|
1521
|
-
${
|
|
1522
|
-
${
|
|
1523
|
-
${
|
|
1524
|
-
${
|
|
1525
|
-
${
|
|
1521
|
+
${O(N.color,b.tertiaryBrandStateLayerColor)};
|
|
1522
|
+
${O(N.opacityContentOnSurfaceHover,b.tertiaryBrandHoverStateLayerOpacity)};
|
|
1523
|
+
${O(N.opacityContentOnSurfaceFocused,b.tertiaryBrandFocusStateLayerOpacity)};
|
|
1524
|
+
${O(N.opacityContentOnSurfaceSelected,b.tertiaryBrandActiveStateLayerOpacity)};
|
|
1525
|
+
${O(N.opacityContentOnSurfacePressed,b.tertiaryBrandActiveStateLayerOpacity)};
|
|
1526
1526
|
|
|
1527
|
-
background-color: ${
|
|
1528
|
-
color: ${
|
|
1527
|
+
background-color: ${b.tertiaryBrandBackgroundColor};
|
|
1528
|
+
color: ${b.tertiaryBrandColor};
|
|
1529
1529
|
border-style: none;
|
|
1530
1530
|
}
|
|
1531
1531
|
|
|
1532
1532
|
.ftds--family-brand.ftds-button--tertiary[disabled] {
|
|
1533
|
-
opacity: ${
|
|
1533
|
+
opacity: ${b.tertiaryBrandDisabledComponentOpacity};
|
|
1534
1534
|
}
|
|
1535
1535
|
|
|
1536
1536
|
.ftds--family-brand.ftds-button--tertiary ftds-icon {
|
|
1537
|
-
color: ${
|
|
1537
|
+
color: ${b.tertiaryBrandIconColor};
|
|
1538
1538
|
}
|
|
1539
1539
|
|
|
1540
1540
|
/** Neutral Secondary styles **/
|
|
1541
1541
|
|
|
1542
1542
|
.ftds--family-neutral.ftds-button--secondary {
|
|
1543
|
-
${
|
|
1543
|
+
${O(ae.color,b.secondaryNeutralIconColor)};
|
|
1544
1544
|
|
|
1545
|
-
${
|
|
1546
|
-
${
|
|
1547
|
-
${
|
|
1548
|
-
${
|
|
1549
|
-
${
|
|
1545
|
+
${O(N.backgroundColor,b.secondaryNeutralStateLayerColor)};
|
|
1546
|
+
${O(N.opacityContentOnSurfaceHover,b.secondaryNeutralHoverStateLayerOpacity)};
|
|
1547
|
+
${O(N.opacityContentOnSurfaceFocused,b.secondaryNeutralFocusStateLayerOpacity)};
|
|
1548
|
+
${O(N.opacityContentOnSurfaceSelected,b.secondaryNeutralActiveStateLayerOpacity)};
|
|
1549
|
+
${O(N.opacityContentOnSurfacePressed,b.secondaryNeutralActiveStateLayerOpacity)};
|
|
1550
1550
|
|
|
1551
|
-
background-color: ${
|
|
1552
|
-
color: ${
|
|
1553
|
-
border-color: ${
|
|
1551
|
+
background-color: ${b.secondaryNeutralBackgroundColor};
|
|
1552
|
+
color: ${b.secondaryNeutralColor};
|
|
1553
|
+
border-color: ${b.secondaryNeutralBorderColor};
|
|
1554
1554
|
border-style: solid;
|
|
1555
1555
|
}
|
|
1556
1556
|
|
|
1557
1557
|
.ftds--family-neutral.ftds-button--secondary[disabled] {
|
|
1558
|
-
opacity: ${
|
|
1558
|
+
opacity: ${b.secondaryNeutralDisabledComponentOpacity};
|
|
1559
1559
|
}
|
|
1560
1560
|
|
|
1561
1561
|
.ftds--family-neutral.ftds-button--secondary ftds-icon {
|
|
1562
|
-
color: ${
|
|
1562
|
+
color: ${b.secondaryNeutralIconColor};
|
|
1563
1563
|
}
|
|
1564
1564
|
|
|
1565
1565
|
/** Neutral Tertiary styles **/
|
|
1566
1566
|
|
|
1567
1567
|
.ftds--family-neutral.ftds-button--tertiary {
|
|
1568
|
-
${
|
|
1568
|
+
${O(ae.color,b.tertiaryNeutralIconColor)};
|
|
1569
1569
|
|
|
1570
|
-
${
|
|
1571
|
-
${
|
|
1572
|
-
${
|
|
1573
|
-
${
|
|
1574
|
-
${
|
|
1570
|
+
${O(N.backgroundColor,b.tertiaryNeutralStateLayerColor)};
|
|
1571
|
+
${O(N.opacityContentOnSurfaceHover,b.tertiaryNeutralHoverStateLayerOpacity)};
|
|
1572
|
+
${O(N.opacityContentOnSurfaceFocused,b.tertiaryNeutralFocusStateLayerOpacity)};
|
|
1573
|
+
${O(N.opacityContentOnSurfaceSelected,b.tertiaryNeutralActiveStateLayerOpacity)};
|
|
1574
|
+
${O(N.opacityContentOnSurfacePressed,b.tertiaryNeutralActiveStateLayerOpacity)};
|
|
1575
1575
|
|
|
1576
|
-
background-color: ${
|
|
1577
|
-
color: ${
|
|
1576
|
+
background-color: ${b.tertiaryNeutralBackgroundColor};
|
|
1577
|
+
color: ${b.tertiaryNeutralColor};
|
|
1578
1578
|
border-style: none;
|
|
1579
1579
|
}
|
|
1580
1580
|
|
|
1581
1581
|
.ftds--family-neutral.ftds-button--tertiary[disabled] {
|
|
1582
|
-
opacity: ${
|
|
1582
|
+
opacity: ${b.tertiaryNeutralDisabledComponentOpacity};
|
|
1583
1583
|
}
|
|
1584
1584
|
|
|
1585
1585
|
.ftds--family-neutral.ftds-button--tertiary ftds-icon {
|
|
1586
|
-
color: ${
|
|
1586
|
+
color: ${b.tertiaryNeutralIconColor};
|
|
1587
1587
|
}
|
|
1588
1588
|
|
|
1589
1589
|
/** Info Secondary styles **/
|
|
1590
1590
|
|
|
1591
1591
|
.ftds--family-info.ftds-button--secondary {
|
|
1592
|
-
${
|
|
1592
|
+
${O(ae.color,b.secondaryInfoIconColor)};
|
|
1593
1593
|
|
|
1594
|
-
${
|
|
1595
|
-
${
|
|
1596
|
-
${
|
|
1597
|
-
${
|
|
1598
|
-
${
|
|
1594
|
+
${O(N.backgroundColor,b.secondaryInfoStateLayerColor)};
|
|
1595
|
+
${O(N.opacityContentOnSurfaceHover,b.secondaryInfoHoverStateLayerOpacity)};
|
|
1596
|
+
${O(N.opacityContentOnSurfaceFocused,b.secondaryInfoFocusStateLayerOpacity)};
|
|
1597
|
+
${O(N.opacityContentOnSurfaceSelected,b.secondaryInfoActiveStateLayerOpacity)};
|
|
1598
|
+
${O(N.opacityContentOnSurfacePressed,b.secondaryInfoActiveStateLayerOpacity)};
|
|
1599
1599
|
|
|
1600
|
-
background-color: ${
|
|
1601
|
-
color: ${
|
|
1602
|
-
border-color: ${
|
|
1600
|
+
background-color: ${b.secondaryInfoBackgroundColor};
|
|
1601
|
+
color: ${b.secondaryInfoColor};
|
|
1602
|
+
border-color: ${b.secondaryInfoBorderColor};
|
|
1603
1603
|
border-style: solid;
|
|
1604
1604
|
}
|
|
1605
1605
|
|
|
1606
1606
|
.ftds--family-info.ftds-button--secondary[disabled] {
|
|
1607
|
-
opacity: ${
|
|
1607
|
+
opacity: ${b.secondaryInfoDisabledComponentOpacity};
|
|
1608
1608
|
}
|
|
1609
1609
|
|
|
1610
1610
|
.ftds--family-info.ftds-button--secondary ftds-icon {
|
|
1611
|
-
color: ${
|
|
1611
|
+
color: ${b.secondaryInfoIconColor};
|
|
1612
1612
|
}
|
|
1613
1613
|
|
|
1614
1614
|
/** Info Tertiary styles **/
|
|
1615
1615
|
|
|
1616
1616
|
.ftds--family-info.ftds-button--tertiary {
|
|
1617
|
-
${
|
|
1617
|
+
${O(ae.color,b.tertiaryInfoIconColor)};
|
|
1618
1618
|
|
|
1619
|
-
${
|
|
1620
|
-
${
|
|
1621
|
-
${
|
|
1622
|
-
${
|
|
1623
|
-
${
|
|
1619
|
+
${O(N.backgroundColor,b.tertiaryInfoStateLayerColor)};
|
|
1620
|
+
${O(N.opacityContentOnSurfaceHover,b.tertiaryInfoHoverStateLayerOpacity)};
|
|
1621
|
+
${O(N.opacityContentOnSurfaceFocused,b.tertiaryInfoFocusStateLayerOpacity)};
|
|
1622
|
+
${O(N.opacityContentOnSurfaceSelected,b.tertiaryInfoActiveStateLayerOpacity)};
|
|
1623
|
+
${O(N.opacityContentOnSurfacePressed,b.tertiaryInfoActiveStateLayerOpacity)};
|
|
1624
1624
|
|
|
1625
|
-
background-color: ${
|
|
1626
|
-
color: ${
|
|
1625
|
+
background-color: ${b.tertiaryInfoBackgroundColor};
|
|
1626
|
+
color: ${b.tertiaryInfoColor};
|
|
1627
1627
|
border-style: none;
|
|
1628
1628
|
}
|
|
1629
1629
|
|
|
1630
1630
|
.ftds--family-info.ftds-button--tertiary[disabled] {
|
|
1631
|
-
opacity: ${
|
|
1631
|
+
opacity: ${b.tertiaryInfoDisabledComponentOpacity};
|
|
1632
1632
|
}
|
|
1633
1633
|
|
|
1634
1634
|
.ftds--family-info.ftds-button--tertiary ftds-icon {
|
|
1635
|
-
color: ${
|
|
1635
|
+
color: ${b.tertiaryInfoIconColor};
|
|
1636
1636
|
}
|
|
1637
1637
|
|
|
1638
1638
|
/** Success Secondary styles **/
|
|
1639
1639
|
|
|
1640
1640
|
.ftds--family-success.ftds-button--secondary {
|
|
1641
|
-
${
|
|
1641
|
+
${O(ae.color,b.secondarySuccessIconColor)};
|
|
1642
1642
|
|
|
1643
|
-
${
|
|
1644
|
-
${
|
|
1645
|
-
${
|
|
1646
|
-
${
|
|
1647
|
-
${
|
|
1643
|
+
${O(N.backgroundColor,b.secondarySuccessStateLayerColor)};
|
|
1644
|
+
${O(N.opacityContentOnSurfaceHover,b.secondarySuccessHoverStateLayerOpacity)};
|
|
1645
|
+
${O(N.opacityContentOnSurfaceFocused,b.secondarySuccessFocusStateLayerOpacity)};
|
|
1646
|
+
${O(N.opacityContentOnSurfaceSelected,b.secondarySuccessActiveStateLayerOpacity)};
|
|
1647
|
+
${O(N.opacityContentOnSurfacePressed,b.secondarySuccessActiveStateLayerOpacity)};
|
|
1648
1648
|
|
|
1649
|
-
background-color: ${
|
|
1650
|
-
color: ${
|
|
1651
|
-
border-color: ${
|
|
1649
|
+
background-color: ${b.secondarySuccessBackgroundColor};
|
|
1650
|
+
color: ${b.secondarySuccessColor};
|
|
1651
|
+
border-color: ${b.secondarySuccessBorderColor};
|
|
1652
1652
|
border-style: solid;
|
|
1653
1653
|
}
|
|
1654
1654
|
|
|
1655
1655
|
.ftds--family-success.ftds-button--secondary[disabled] {
|
|
1656
|
-
opacity: ${
|
|
1656
|
+
opacity: ${b.secondarySuccessDisabledComponentOpacity};
|
|
1657
1657
|
}
|
|
1658
1658
|
|
|
1659
1659
|
.ftds--family-success.ftds-button--secondary ftds-icon {
|
|
1660
|
-
color: ${
|
|
1660
|
+
color: ${b.secondarySuccessIconColor};
|
|
1661
1661
|
}
|
|
1662
1662
|
|
|
1663
1663
|
/** Success Tertiary styles **/
|
|
1664
1664
|
|
|
1665
1665
|
.ftds--family-success.ftds-button--tertiary {
|
|
1666
|
-
${
|
|
1666
|
+
${O(ae.color,b.tertiarySuccessIconColor)};
|
|
1667
1667
|
|
|
1668
|
-
${
|
|
1669
|
-
${
|
|
1670
|
-
${
|
|
1671
|
-
${
|
|
1672
|
-
${
|
|
1668
|
+
${O(N.backgroundColor,b.tertiarySuccessStateLayerColor)};
|
|
1669
|
+
${O(N.opacityContentOnSurfaceHover,b.tertiarySuccessHoverStateLayerOpacity)};
|
|
1670
|
+
${O(N.opacityContentOnSurfaceFocused,b.tertiarySuccessFocusStateLayerOpacity)};
|
|
1671
|
+
${O(N.opacityContentOnSurfaceSelected,b.tertiarySuccessActiveStateLayerOpacity)};
|
|
1672
|
+
${O(N.opacityContentOnSurfacePressed,b.tertiarySuccessActiveStateLayerOpacity)};
|
|
1673
1673
|
|
|
1674
|
-
background-color: ${
|
|
1675
|
-
color: ${
|
|
1674
|
+
background-color: ${b.tertiarySuccessBackgroundColor};
|
|
1675
|
+
color: ${b.tertiarySuccessColor};
|
|
1676
1676
|
border-style: none;
|
|
1677
1677
|
}
|
|
1678
1678
|
|
|
1679
1679
|
.ftds--family-success.ftds-button--tertiary[disabled] {
|
|
1680
|
-
opacity: ${
|
|
1680
|
+
opacity: ${b.tertiarySuccessDisabledComponentOpacity};
|
|
1681
1681
|
}
|
|
1682
1682
|
|
|
1683
1683
|
.ftds--family-success.ftds-button--tertiary ftds-icon {
|
|
1684
|
-
color: ${
|
|
1684
|
+
color: ${b.tertiarySuccessIconColor};
|
|
1685
1685
|
}
|
|
1686
1686
|
|
|
1687
1687
|
/** Warning Secondary styles **/
|
|
1688
1688
|
|
|
1689
1689
|
.ftds--family-warning.ftds-button--secondary {
|
|
1690
|
-
${
|
|
1690
|
+
${O(ae.color,b.secondaryWarningIconColor)};
|
|
1691
1691
|
|
|
1692
|
-
${
|
|
1693
|
-
${
|
|
1694
|
-
${
|
|
1695
|
-
${
|
|
1696
|
-
${
|
|
1692
|
+
${O(N.backgroundColor,b.secondaryWarningStateLayerColor)};
|
|
1693
|
+
${O(N.opacityContentOnSurfaceHover,b.secondaryWarningHoverStateLayerOpacity)};
|
|
1694
|
+
${O(N.opacityContentOnSurfaceFocused,b.secondaryWarningFocusStateLayerOpacity)};
|
|
1695
|
+
${O(N.opacityContentOnSurfaceSelected,b.secondaryWarningActiveStateLayerOpacity)};
|
|
1696
|
+
${O(N.opacityContentOnSurfacePressed,b.secondaryWarningActiveStateLayerOpacity)};
|
|
1697
1697
|
|
|
1698
|
-
background-color: ${
|
|
1699
|
-
color: ${
|
|
1700
|
-
border-color: ${
|
|
1698
|
+
background-color: ${b.secondaryWarningBackgroundColor};
|
|
1699
|
+
color: ${b.secondaryWarningColor};
|
|
1700
|
+
border-color: ${b.secondaryWarningBorderColor};
|
|
1701
1701
|
border-style: solid;
|
|
1702
1702
|
}
|
|
1703
1703
|
|
|
1704
1704
|
.ftds--family-warning.ftds-button--secondary[disabled] {
|
|
1705
|
-
opacity: ${
|
|
1705
|
+
opacity: ${b.secondaryWarningDisabledComponentOpacity};
|
|
1706
1706
|
}
|
|
1707
1707
|
|
|
1708
1708
|
.ftds--family-warning.ftds-button--secondary ftds-icon {
|
|
1709
|
-
color: ${
|
|
1709
|
+
color: ${b.secondaryWarningIconColor};
|
|
1710
1710
|
}
|
|
1711
1711
|
|
|
1712
1712
|
/** Warning Tertiary styles **/
|
|
1713
1713
|
|
|
1714
1714
|
.ftds--family-warning.ftds-button--tertiary {
|
|
1715
|
-
${
|
|
1715
|
+
${O(ae.color,b.tertiaryWarningIconColor)};
|
|
1716
1716
|
|
|
1717
|
-
${
|
|
1718
|
-
${
|
|
1719
|
-
${
|
|
1720
|
-
${
|
|
1721
|
-
${
|
|
1717
|
+
${O(N.backgroundColor,b.tertiaryWarningStateLayerColor)};
|
|
1718
|
+
${O(N.opacityContentOnSurfaceHover,b.tertiaryWarningHoverStateLayerOpacity)};
|
|
1719
|
+
${O(N.opacityContentOnSurfaceFocused,b.tertiaryWarningFocusStateLayerOpacity)};
|
|
1720
|
+
${O(N.opacityContentOnSurfaceSelected,b.tertiaryWarningActiveStateLayerOpacity)};
|
|
1721
|
+
${O(N.opacityContentOnSurfacePressed,b.tertiaryWarningActiveStateLayerOpacity)};
|
|
1722
1722
|
|
|
1723
|
-
background-color: ${
|
|
1724
|
-
color: ${
|
|
1723
|
+
background-color: ${b.tertiaryWarningBackgroundColor};
|
|
1724
|
+
color: ${b.tertiaryWarningColor};
|
|
1725
1725
|
border-style: none;
|
|
1726
1726
|
}
|
|
1727
1727
|
|
|
1728
1728
|
.ftds--family-warning.ftds-button--tertiary[disabled] {
|
|
1729
|
-
opacity: ${
|
|
1729
|
+
opacity: ${b.tertiaryWarningDisabledComponentOpacity};
|
|
1730
1730
|
}
|
|
1731
1731
|
|
|
1732
1732
|
.ftds--family-warning.ftds-button--tertiary ftds-icon {
|
|
1733
|
-
color: ${
|
|
1733
|
+
color: ${b.tertiaryWarningIconColor};
|
|
1734
1734
|
}
|
|
1735
1735
|
|
|
1736
1736
|
/** Error Secondary styles **/
|
|
1737
1737
|
|
|
1738
1738
|
.ftds--family-error.ftds-button--secondary {
|
|
1739
|
-
${
|
|
1739
|
+
${O(ae.color,b.secondaryErrorIconColor)};
|
|
1740
1740
|
|
|
1741
|
-
${
|
|
1742
|
-
${
|
|
1743
|
-
${
|
|
1744
|
-
${
|
|
1745
|
-
${
|
|
1741
|
+
${O(N.backgroundColor,b.secondaryErrorStateLayerColor)};
|
|
1742
|
+
${O(N.opacityContentOnSurfaceHover,b.secondaryErrorHoverStateLayerOpacity)};
|
|
1743
|
+
${O(N.opacityContentOnSurfaceFocused,b.secondaryErrorFocusStateLayerOpacity)};
|
|
1744
|
+
${O(N.opacityContentOnSurfaceSelected,b.secondaryErrorActiveStateLayerOpacity)};
|
|
1745
|
+
${O(N.opacityContentOnSurfacePressed,b.secondaryErrorActiveStateLayerOpacity)};
|
|
1746
1746
|
|
|
1747
|
-
background-color: ${
|
|
1748
|
-
color: ${
|
|
1749
|
-
border-color: ${
|
|
1747
|
+
background-color: ${b.secondaryErrorBackgroundColor};
|
|
1748
|
+
color: ${b.secondaryErrorColor};
|
|
1749
|
+
border-color: ${b.secondaryErrorBorderColor};
|
|
1750
1750
|
border-style: solid;
|
|
1751
1751
|
}
|
|
1752
1752
|
|
|
1753
1753
|
.ftds--family-error.ftds-button--secondary[disabled] {
|
|
1754
|
-
opacity: ${
|
|
1754
|
+
opacity: ${b.secondaryErrorDisabledComponentOpacity};
|
|
1755
1755
|
}
|
|
1756
1756
|
|
|
1757
1757
|
.ftds--family-error.ftds-button--secondary ftds-icon {
|
|
1758
|
-
color: ${
|
|
1758
|
+
color: ${b.secondaryErrorIconColor};
|
|
1759
1759
|
}
|
|
1760
1760
|
|
|
1761
1761
|
/** Error Tertiary styles **/
|
|
1762
1762
|
|
|
1763
1763
|
.ftds--family-error.ftds-button--tertiary {
|
|
1764
|
-
${
|
|
1764
|
+
${O(ae.color,b.tertiaryErrorIconColor)};
|
|
1765
1765
|
|
|
1766
|
-
${
|
|
1767
|
-
${
|
|
1768
|
-
${
|
|
1769
|
-
${
|
|
1770
|
-
${
|
|
1766
|
+
${O(N.backgroundColor,b.tertiaryErrorStateLayerColor)};
|
|
1767
|
+
${O(N.opacityContentOnSurfaceHover,b.tertiaryErrorHoverStateLayerOpacity)};
|
|
1768
|
+
${O(N.opacityContentOnSurfaceFocused,b.tertiaryErrorFocusStateLayerOpacity)};
|
|
1769
|
+
${O(N.opacityContentOnSurfaceSelected,b.tertiaryErrorActiveStateLayerOpacity)};
|
|
1770
|
+
${O(N.opacityContentOnSurfacePressed,b.tertiaryErrorActiveStateLayerOpacity)};
|
|
1771
1771
|
|
|
1772
|
-
background-color: ${
|
|
1773
|
-
color: ${
|
|
1772
|
+
background-color: ${b.tertiaryErrorBackgroundColor};
|
|
1773
|
+
color: ${b.tertiaryErrorColor};
|
|
1774
1774
|
border-style: none;
|
|
1775
1775
|
}
|
|
1776
1776
|
|
|
1777
1777
|
.ftds--family-error.ftds-button--tertiary[disabled] {
|
|
1778
|
-
opacity: ${
|
|
1778
|
+
opacity: ${b.tertiaryErrorDisabledComponentOpacity};
|
|
1779
1779
|
}
|
|
1780
1780
|
|
|
1781
1781
|
.ftds--family-error.ftds-button--tertiary ftds-icon {
|
|
1782
|
-
color: ${
|
|
1782
|
+
color: ${b.tertiaryErrorIconColor};
|
|
1783
1783
|
}
|
|
1784
1784
|
|
|
1785
1785
|
/** Large styles **/
|
|
1786
1786
|
|
|
1787
1787
|
.ftds--size-large {
|
|
1788
|
-
${
|
|
1789
|
-
${
|
|
1788
|
+
${O(et.size,b.largeIconSize)};
|
|
1789
|
+
${O(ae.size,b.largeIconSize)};
|
|
1790
1790
|
|
|
1791
|
-
height: ${
|
|
1792
|
-
padding: 0 ${
|
|
1793
|
-
gap: ${
|
|
1794
|
-
border-radius: ${
|
|
1795
|
-
border-width: ${
|
|
1791
|
+
height: ${b.largeHeight};
|
|
1792
|
+
padding: 0 ${b.largeHorizontalPadding};
|
|
1793
|
+
gap: ${b.largeGap};
|
|
1794
|
+
border-radius: ${b.largeBorderRadius};
|
|
1795
|
+
border-width: ${b.largeBorderWidth};
|
|
1796
1796
|
}
|
|
1797
1797
|
|
|
1798
1798
|
.ftds--size-large:focus-visible {
|
|
1799
|
-
outline-width: ${
|
|
1800
|
-
outline-offset: ${
|
|
1799
|
+
outline-width: ${b.largeFocusOutlineWidth};
|
|
1800
|
+
outline-offset: ${b.largeFocusOutlineOffset};
|
|
1801
1801
|
}
|
|
1802
1802
|
|
|
1803
1803
|
.ftds--size-large.ftds-button--icon-only {
|
|
1804
|
-
width: ${
|
|
1804
|
+
width: ${b.largeIconOnlyWidth};
|
|
1805
1805
|
}
|
|
1806
1806
|
|
|
1807
1807
|
/** Small styles **/
|
|
1808
1808
|
|
|
1809
1809
|
.ftds--size-medium {
|
|
1810
|
-
${
|
|
1811
|
-
${
|
|
1810
|
+
${O(et.size,b.mediumIconSize)};
|
|
1811
|
+
${O(ae.size,b.mediumIconSize)};
|
|
1812
1812
|
|
|
1813
|
-
height: ${
|
|
1814
|
-
padding: 0 ${
|
|
1815
|
-
gap: ${
|
|
1816
|
-
border-radius: ${
|
|
1817
|
-
border-width: ${
|
|
1813
|
+
height: ${b.mediumHeight};
|
|
1814
|
+
padding: 0 ${b.mediumHorizontalPadding};
|
|
1815
|
+
gap: ${b.mediumGap};
|
|
1816
|
+
border-radius: ${b.mediumBorderRadius};
|
|
1817
|
+
border-width: ${b.mediumBorderWidth};
|
|
1818
1818
|
}
|
|
1819
1819
|
|
|
1820
1820
|
.ftds--size-medium:focus-visible {
|
|
1821
|
-
outline-width: ${
|
|
1822
|
-
outline-offset: ${
|
|
1821
|
+
outline-width: ${b.mediumFocusOutlineWidth};
|
|
1822
|
+
outline-offset: ${b.mediumFocusOutlineOffset};
|
|
1823
1823
|
}
|
|
1824
1824
|
|
|
1825
1825
|
.ftds--size-medium.ftds-button--icon-only {
|
|
1826
|
-
width: ${
|
|
1826
|
+
width: ${b.mediumIconOnlyWidth};
|
|
1827
1827
|
}
|
|
1828
1828
|
|
|
1829
1829
|
|
|
1830
1830
|
/** Small styles **/
|
|
1831
1831
|
|
|
1832
1832
|
.ftds--size-small {
|
|
1833
|
-
${
|
|
1834
|
-
${
|
|
1833
|
+
${O(et.size,b.smallIconSize)};
|
|
1834
|
+
${O(ae.size,b.smallIconSize)};
|
|
1835
1835
|
|
|
1836
|
-
height: ${
|
|
1837
|
-
padding: 0 ${
|
|
1838
|
-
gap: ${
|
|
1839
|
-
border-radius: ${
|
|
1840
|
-
border-width: ${
|
|
1836
|
+
height: ${b.smallHeight};
|
|
1837
|
+
padding: 0 ${b.smallHorizontalPadding};
|
|
1838
|
+
gap: ${b.smallGap};
|
|
1839
|
+
border-radius: ${b.smallBorderRadius};
|
|
1840
|
+
border-width: ${b.smallBorderWidth};
|
|
1841
1841
|
}
|
|
1842
1842
|
|
|
1843
1843
|
.ftds--size-small:focus-visible {
|
|
1844
|
-
outline-width: ${
|
|
1845
|
-
outline-offset: ${
|
|
1844
|
+
outline-width: ${b.smallFocusOutlineWidth};
|
|
1845
|
+
outline-offset: ${b.smallFocusOutlineOffset};
|
|
1846
1846
|
}
|
|
1847
1847
|
|
|
1848
1848
|
.ftds--size-small.ftds-button--icon-only {
|
|
1849
|
-
width: ${
|
|
1849
|
+
width: ${b.smallIconOnlyWidth};
|
|
1850
1850
|
}
|
|
1851
|
-
`,
|
|
1851
|
+
`,uo];var Jt=class extends Z{render(){return F`
|
|
1852
1852
|
<div class="ft-loader">
|
|
1853
1853
|
<div></div>
|
|
1854
1854
|
<div></div>
|
|
1855
1855
|
<div></div>
|
|
1856
1856
|
<div></div>
|
|
1857
1857
|
</div>
|
|
1858
|
-
`}};
|
|
1858
|
+
`}};Jt.styles=g0;var b0={"ft-loader":Jt};ee(b0);var Ee=function(t,e,r,o){var a=arguments.length,i=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},oe=class extends Z{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new xe(1e3),this.onTransitionStart=e=>{e.propertyName==="transform"&&(this.rippling=this.pressed,this.debouncer.run(()=>this.rippling=!1))},this.onTransitionEnd=e=>{e.propertyName==="transform"&&(this.rippling=!1)},this.setupDebouncer=new xe(10),this.moveRipple=e=>{var r,o;let{x:a,y:i}=this.getCoordinates(e),s=(o=(r=this.ripple)===null||r===void 0?void 0:r.getBoundingClientRect())!==null&&o!==void 0?o:{x:0,y:0,width:0,height:0};this.originX=Math.round(a!=null?a-s.x:s.width/2),this.originY=Math.round(i!=null?i-s.y:s.height/2)},this.startPress=e=>{this.moveRipple(e),this.pressed=!this.isIgnored(e)},this.endPress=()=>{this.pressed=!1},this.startHover=e=>{this.hovered=!this.isIgnored(e)},this.endHover=()=>{this.hovered=!1},this.startFocus=e=>{this.focused=this.isFocusVisible(e?.target)&&!this.isIgnored(e)},this.endFocus=()=>{this.focused=!1}}render(){let e={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return F`
|
|
1859
1859
|
<style>
|
|
1860
1860
|
.ft-ripple .ft-ripple--effect {
|
|
1861
1861
|
left: ${this.originX}px;
|
|
1862
1862
|
top: ${this.originY}px;
|
|
1863
1863
|
}
|
|
1864
1864
|
</style>
|
|
1865
|
-
<div class="${
|
|
1865
|
+
<div class="${Pe(e)}">
|
|
1866
1866
|
<div class="ft-ripple--background"></div>
|
|
1867
1867
|
<div class="ft-ripple--effect"></div>
|
|
1868
1868
|
</div>
|
|
1869
|
-
`}contentAvailableCallback(e){super.contentAvailableCallback(e),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(e){var r,o;super.update(e),e.has("disabled")&&(this.disabled?(this.endRipple(),(r=this.target)===null||r===void 0||r.removeAttribute("data-is-ft-ripple-target")):(o=this.target)===null||o===void 0||o.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var e,r;let o=(e=this.shadowRoot)===null||e===void 0?void 0:e.host.parentElement;o&&this.setupFor((r=this.target)!==null&&r!==void 0?r:o)}forceFocusUpdate(){var e;!((e=this.target)===null||e===void 0)&&e.matches(":focus-within")?this.startFocus():this.endFocus()}setupFor(e){if(this.setupDebouncer.cancel(),this.target===e)return;this.onDisconnect&&this.onDisconnect(),this.target=e,e.setAttribute("data-is-ft-ripple-target","true");let r=(...c)=>d=>{c.forEach(
|
|
1869
|
+
`}contentAvailableCallback(e){super.contentAvailableCallback(e),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(e){var r,o;super.update(e),e.has("disabled")&&(this.disabled?(this.endRipple(),(r=this.target)===null||r===void 0||r.removeAttribute("data-is-ft-ripple-target")):(o=this.target)===null||o===void 0||o.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var e,r;let o=(e=this.shadowRoot)===null||e===void 0?void 0:e.host.parentElement;o&&this.setupFor((r=this.target)!==null&&r!==void 0?r:o)}forceFocusUpdate(){var e;!((e=this.target)===null||e===void 0)&&e.matches(":focus-within")?this.startFocus():this.endFocus()}setupFor(e){if(this.setupDebouncer.cancel(),this.target===e)return;this.onDisconnect&&this.onDisconnect(),this.target=e,e.setAttribute("data-is-ft-ripple-target","true");let r=(...c)=>d=>{c.forEach(f=>window.addEventListener(f,this.endPress,{once:!0})),this.startPress(d)},o=r("mouseup","contextmenu"),a=r("touchend","touchcancel"),i=c=>{["Enter"," "].includes(c.key)&&r("keyup")(c)},s={passive:!0};e.addEventListener("mouseover",this.startHover,s),e.addEventListener("mousemove",this.moveRipple,s),e.addEventListener("mouseleave",this.endHover,s),e.addEventListener("mousedown",o,s),e.addEventListener("touchstart",a,s),e.addEventListener("touchmove",this.moveRipple,s),e.addEventListener("keydown",i,s),e.addEventListener("focus",this.startFocus,s),e.addEventListener("blur",this.endFocus,s),e.addEventListener("focusin",this.startFocus,s),e.addEventListener("focusout",this.endFocus,s),this.onDisconnect=()=>{e.removeAttribute("data-is-ft-ripple-target"),e.removeEventListener("mouseover",this.startHover,s),e.removeEventListener("mousemove",this.moveRipple,s),e.removeEventListener("mouseleave",this.endHover,s),e.removeEventListener("mousedown",o,s),e.removeEventListener("touchstart",a,s),e.removeEventListener("touchmove",this.moveRipple,s),e.removeEventListener("keydown",i,s),e.removeEventListener("focus",this.startFocus,s),e.removeEventListener("blur",this.endFocus,s),e.removeEventListener("focusin",this.startFocus,s),e.removeEventListener("focusout",this.endFocus,s),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(e){let r=e,o=e,a,i;return r.x!=null?{x:a,y:i}=r:o.touches!=null&&(a=o.touches[0].clientX,i=o.touches[0].clientY),{x:a,y:i}}isFocusVisible(e){return e instanceof HTMLElement?e.matches(":focus-visible"):!0}isIgnored(e){if(this.disabled)return!0;if(e!=null)for(let r of e.composedPath()){if(r===this.target)break;if("hasAttribute"in r&&r.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};oe.elementDefinitions={};oe.styles=m0;Ee([L({type:Boolean})],oe.prototype,"primary",void 0);Ee([L({type:Boolean})],oe.prototype,"secondary",void 0);Ee([L({type:Boolean})],oe.prototype,"unbounded",void 0);Ee([L({type:Boolean})],oe.prototype,"activated",void 0);Ee([L({type:Boolean})],oe.prototype,"selected",void 0);Ee([L({type:Boolean})],oe.prototype,"disabled",void 0);Ee([Y()],oe.prototype,"hovered",void 0);Ee([Y()],oe.prototype,"focused",void 0);Ee([Y()],oe.prototype,"pressed",void 0);Ee([Y()],oe.prototype,"rippling",void 0);Ee([Y()],oe.prototype,"originX",void 0);Ee([Y()],oe.prototype,"originY",void 0);Ee([Me(".ft-ripple")],oe.prototype,"ripple",void 0);Ee([Me(".ft-ripple--effect")],oe.prototype,"rippleEffect",void 0);var v0={"ft-ripple":oe};ee(v0);var Nr;(function(t){t.title="title",t.title_dense="title-dense",t.subtitle1="subtitle1",t.subtitle2="subtitle2",t.body1="body1",t.body2="body2",t.caption="caption",t.breadcrumb="breadcrumb",t.overline="overline",t.button="button"})(Nr||(Nr={}));var x0=n.extend("--ft-typography-font-family","",ne.titleFont),pt=n.extend("--ft-typography-font-family","",ne.contentFont),B={fontFamily:pt,fontSize:n.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:n.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:n.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:n.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:n.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Mr={fontFamily:n.extend("--ft-typography-title-font-family","",x0),fontSize:n.extend("--ft-typography-title-font-size","",B.fontSize,"20px"),fontWeight:n.extend("--ft-typography-title-font-weight","",B.fontWeight,"normal"),letterSpacing:n.extend("--ft-typography-title-letter-spacing","",B.letterSpacing,"0.15px"),lineHeight:n.extend("--ft-typography-title-line-height","",B.lineHeight,"1.2"),textTransform:n.extend("--ft-typography-title-text-transform","",B.textTransform,"inherit")},Tr={fontFamily:n.extend("--ft-typography-title-dense-font-family","",x0),fontSize:n.extend("--ft-typography-title-dense-font-size","",B.fontSize,"14px"),fontWeight:n.extend("--ft-typography-title-dense-font-weight","",B.fontWeight,"normal"),letterSpacing:n.extend("--ft-typography-title-dense-letter-spacing","",B.letterSpacing,"0.105px"),lineHeight:n.extend("--ft-typography-title-dense-line-height","",B.lineHeight,"1.7"),textTransform:n.extend("--ft-typography-title-dense-text-transform","",B.textTransform,"inherit")},kr={fontFamily:n.extend("--ft-typography-subtitle1-font-family","",pt),fontSize:n.extend("--ft-typography-subtitle1-font-size","",B.fontSize,"16px"),fontWeight:n.extend("--ft-typography-subtitle1-font-weight","",B.fontWeight,"600"),letterSpacing:n.extend("--ft-typography-subtitle1-letter-spacing","",B.letterSpacing,"0.144px"),lineHeight:n.extend("--ft-typography-subtitle1-line-height","",B.lineHeight,"1.5"),textTransform:n.extend("--ft-typography-subtitle1-text-transform","",B.textTransform,"inherit")},Ir={fontFamily:n.extend("--ft-typography-subtitle2-font-family","",pt),fontSize:n.extend("--ft-typography-subtitle2-font-size","",B.fontSize,"14px"),fontWeight:n.extend("--ft-typography-subtitle2-font-weight","",B.fontWeight,"normal"),letterSpacing:n.extend("--ft-typography-subtitle2-letter-spacing","",B.letterSpacing,"0.098px"),lineHeight:n.extend("--ft-typography-subtitle2-line-height","",B.lineHeight,"1.7"),textTransform:n.extend("--ft-typography-subtitle2-text-transform","",B.textTransform,"inherit")},zr={fontFamily:n.extend("--ft-typography-body1-font-family","",pt),fontSize:n.extend("--ft-typography-body1-font-size","",B.fontSize,"16px"),fontWeight:n.extend("--ft-typography-body1-font-weight","",B.fontWeight,"normal"),letterSpacing:n.extend("--ft-typography-body1-letter-spacing","",B.letterSpacing,"0.496px"),lineHeight:n.extend("--ft-typography-body1-line-height","",B.lineHeight,"1.5"),textTransform:n.extend("--ft-typography-body1-text-transform","",B.textTransform,"inherit")},Pr={fontFamily:n.extend("--ft-typography-body2-font-family","",pt),fontSize:n.extend("--ft-typography-body2-font-size","",B.fontSize,"14px"),fontWeight:n.extend("--ft-typography-body2-font-weight","",B.fontWeight,"normal"),letterSpacing:n.extend("--ft-typography-body2-letter-spacing","",B.letterSpacing,"0.252px"),lineHeight:n.extend("--ft-typography-body2-line-height","",B.lineHeight,"1.4"),textTransform:n.extend("--ft-typography-body2-text-transform","",B.textTransform,"inherit")},Dr={fontFamily:n.extend("--ft-typography-caption-font-family","",pt),fontSize:n.extend("--ft-typography-caption-font-size","",B.fontSize,"12px"),fontWeight:n.extend("--ft-typography-caption-font-weight","",B.fontWeight,"normal"),letterSpacing:n.extend("--ft-typography-caption-letter-spacing","",B.letterSpacing,"0.396px"),lineHeight:n.extend("--ft-typography-caption-line-height","",B.lineHeight,"1.33"),textTransform:n.extend("--ft-typography-caption-text-transform","",B.textTransform,"inherit")},Ur={fontFamily:n.extend("--ft-typography-breadcrumb-font-family","",pt),fontSize:n.extend("--ft-typography-breadcrumb-font-size","",B.fontSize,"10px"),fontWeight:n.extend("--ft-typography-breadcrumb-font-weight","",B.fontWeight,"normal"),letterSpacing:n.extend("--ft-typography-breadcrumb-letter-spacing","",B.letterSpacing,"0.33px"),lineHeight:n.extend("--ft-typography-breadcrumb-line-height","",B.lineHeight,"1.6"),textTransform:n.extend("--ft-typography-breadcrumb-text-transform","",B.textTransform,"inherit")},Fr={fontFamily:n.extend("--ft-typography-overline-font-family","",pt),fontSize:n.extend("--ft-typography-overline-font-size","",B.fontSize,"10px"),fontWeight:n.extend("--ft-typography-overline-font-weight","",B.fontWeight,"normal"),letterSpacing:n.extend("--ft-typography-overline-letter-spacing","",B.letterSpacing,"1.5px"),lineHeight:n.extend("--ft-typography-overline-line-height","",B.lineHeight,"1.6"),textTransform:n.extend("--ft-typography-overline-text-transform","",B.textTransform,"uppercase")},$r={fontFamily:n.extend("--ft-typography-button-font-family","",pt),fontSize:n.extend("--ft-typography-button-font-size","",B.fontSize,"14px"),fontWeight:n.extend("--ft-typography-button-font-weight","",B.fontWeight,"600"),letterSpacing:n.extend("--ft-typography-button-letter-spacing","",B.letterSpacing,"1.246px"),lineHeight:n.extend("--ft-typography-button-line-height","",B.lineHeight,"1.15"),textTransform:n.extend("--ft-typography-button-text-transform","",B.textTransform,"uppercase")},S0=$`
|
|
1870
1870
|
.ft-typography--title {
|
|
1871
|
+
font-family: ${Mr.fontFamily};
|
|
1872
|
+
font-size: ${Mr.fontSize};
|
|
1873
|
+
font-weight: ${Mr.fontWeight};
|
|
1874
|
+
letter-spacing: ${Mr.letterSpacing};
|
|
1875
|
+
line-height: ${Mr.lineHeight};
|
|
1876
|
+
text-transform: ${Mr.textTransform};
|
|
1877
|
+
}
|
|
1878
|
+
`,C0=$`
|
|
1879
|
+
.ft-typography--title-dense {
|
|
1880
|
+
font-family: ${Tr.fontFamily};
|
|
1881
|
+
font-size: ${Tr.fontSize};
|
|
1882
|
+
font-weight: ${Tr.fontWeight};
|
|
1883
|
+
letter-spacing: ${Tr.letterSpacing};
|
|
1884
|
+
line-height: ${Tr.lineHeight};
|
|
1885
|
+
text-transform: ${Tr.textTransform};
|
|
1886
|
+
}
|
|
1887
|
+
`,E0=$`
|
|
1888
|
+
.ft-typography--subtitle1 {
|
|
1889
|
+
font-family: ${kr.fontFamily};
|
|
1890
|
+
font-size: ${kr.fontSize};
|
|
1891
|
+
font-weight: ${kr.fontWeight};
|
|
1892
|
+
letter-spacing: ${kr.letterSpacing};
|
|
1893
|
+
line-height: ${kr.lineHeight};
|
|
1894
|
+
text-transform: ${kr.textTransform};
|
|
1895
|
+
}
|
|
1896
|
+
`,L0=$`
|
|
1897
|
+
.ft-typography--subtitle2 {
|
|
1898
|
+
font-family: ${Ir.fontFamily};
|
|
1899
|
+
font-size: ${Ir.fontSize};
|
|
1900
|
+
font-weight: ${Ir.fontWeight};
|
|
1901
|
+
letter-spacing: ${Ir.letterSpacing};
|
|
1902
|
+
line-height: ${Ir.lineHeight};
|
|
1903
|
+
text-transform: ${Ir.textTransform};
|
|
1904
|
+
}
|
|
1905
|
+
|
|
1906
|
+
`,A0=$`
|
|
1907
|
+
.ft-typography--body1 {
|
|
1908
|
+
font-family: ${zr.fontFamily};
|
|
1909
|
+
font-size: ${zr.fontSize};
|
|
1910
|
+
font-weight: ${zr.fontWeight};
|
|
1911
|
+
letter-spacing: ${zr.letterSpacing};
|
|
1912
|
+
line-height: ${zr.lineHeight};
|
|
1913
|
+
text-transform: ${zr.textTransform};
|
|
1914
|
+
}
|
|
1915
|
+
`,O0=$`
|
|
1916
|
+
.ft-typography--body2 {
|
|
1917
|
+
font-family: ${Pr.fontFamily};
|
|
1918
|
+
font-size: ${Pr.fontSize};
|
|
1919
|
+
font-weight: ${Pr.fontWeight};
|
|
1920
|
+
letter-spacing: ${Pr.letterSpacing};
|
|
1921
|
+
line-height: ${Pr.lineHeight};
|
|
1922
|
+
text-transform: ${Pr.textTransform};
|
|
1923
|
+
}
|
|
1924
|
+
`,w0=$`
|
|
1925
|
+
.ft-typography--caption {
|
|
1871
1926
|
font-family: ${Dr.fontFamily};
|
|
1872
1927
|
font-size: ${Dr.fontSize};
|
|
1873
1928
|
font-weight: ${Dr.fontWeight};
|
|
@@ -1875,8 +1930,8 @@ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered a
|
|
|
1875
1930
|
line-height: ${Dr.lineHeight};
|
|
1876
1931
|
text-transform: ${Dr.textTransform};
|
|
1877
1932
|
}
|
|
1878
|
-
`,
|
|
1879
|
-
.ft-typography--
|
|
1933
|
+
`,R0=$`
|
|
1934
|
+
.ft-typography--breadcrumb {
|
|
1880
1935
|
font-family: ${Ur.fontFamily};
|
|
1881
1936
|
font-size: ${Ur.fontSize};
|
|
1882
1937
|
font-weight: ${Ur.fontWeight};
|
|
@@ -1884,8 +1939,8 @@ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered a
|
|
|
1884
1939
|
line-height: ${Ur.lineHeight};
|
|
1885
1940
|
text-transform: ${Ur.textTransform};
|
|
1886
1941
|
}
|
|
1887
|
-
`,
|
|
1888
|
-
.ft-typography--
|
|
1942
|
+
`,_0=$`
|
|
1943
|
+
.ft-typography--overline {
|
|
1889
1944
|
font-family: ${Fr.fontFamily};
|
|
1890
1945
|
font-size: ${Fr.fontSize};
|
|
1891
1946
|
font-weight: ${Fr.fontWeight};
|
|
@@ -1893,8 +1948,8 @@ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered a
|
|
|
1893
1948
|
line-height: ${Fr.lineHeight};
|
|
1894
1949
|
text-transform: ${Fr.textTransform};
|
|
1895
1950
|
}
|
|
1896
|
-
`,
|
|
1897
|
-
.ft-typography--
|
|
1951
|
+
`,N0=$`
|
|
1952
|
+
.ft-typography--button {
|
|
1898
1953
|
font-family: ${$r.fontFamily};
|
|
1899
1954
|
font-size: ${$r.fontSize};
|
|
1900
1955
|
font-weight: ${$r.fontWeight};
|
|
@@ -1902,74 +1957,19 @@ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered a
|
|
|
1902
1957
|
line-height: ${$r.lineHeight};
|
|
1903
1958
|
text-transform: ${$r.textTransform};
|
|
1904
1959
|
}
|
|
1905
|
-
|
|
1906
|
-
`,ud=U`
|
|
1907
|
-
.ft-typography--body1 {
|
|
1908
|
-
font-family: ${Br.fontFamily};
|
|
1909
|
-
font-size: ${Br.fontSize};
|
|
1910
|
-
font-weight: ${Br.fontWeight};
|
|
1911
|
-
letter-spacing: ${Br.letterSpacing};
|
|
1912
|
-
line-height: ${Br.lineHeight};
|
|
1913
|
-
text-transform: ${Br.textTransform};
|
|
1914
|
-
}
|
|
1915
|
-
`,fd=U`
|
|
1916
|
-
.ft-typography--body2 {
|
|
1917
|
-
font-family: ${Hr.fontFamily};
|
|
1918
|
-
font-size: ${Hr.fontSize};
|
|
1919
|
-
font-weight: ${Hr.fontWeight};
|
|
1920
|
-
letter-spacing: ${Hr.letterSpacing};
|
|
1921
|
-
line-height: ${Hr.lineHeight};
|
|
1922
|
-
text-transform: ${Hr.textTransform};
|
|
1923
|
-
}
|
|
1924
|
-
`,pd=U`
|
|
1925
|
-
.ft-typography--caption {
|
|
1926
|
-
font-family: ${Gr.fontFamily};
|
|
1927
|
-
font-size: ${Gr.fontSize};
|
|
1928
|
-
font-weight: ${Gr.fontWeight};
|
|
1929
|
-
letter-spacing: ${Gr.letterSpacing};
|
|
1930
|
-
line-height: ${Gr.lineHeight};
|
|
1931
|
-
text-transform: ${Gr.textTransform};
|
|
1932
|
-
}
|
|
1933
|
-
`,hd=U`
|
|
1934
|
-
.ft-typography--breadcrumb {
|
|
1935
|
-
font-family: ${Wr.fontFamily};
|
|
1936
|
-
font-size: ${Wr.fontSize};
|
|
1937
|
-
font-weight: ${Wr.fontWeight};
|
|
1938
|
-
letter-spacing: ${Wr.letterSpacing};
|
|
1939
|
-
line-height: ${Wr.lineHeight};
|
|
1940
|
-
text-transform: ${Wr.textTransform};
|
|
1941
|
-
}
|
|
1942
|
-
`,md=U`
|
|
1943
|
-
.ft-typography--overline {
|
|
1944
|
-
font-family: ${jr.fontFamily};
|
|
1945
|
-
font-size: ${jr.fontSize};
|
|
1946
|
-
font-weight: ${jr.fontWeight};
|
|
1947
|
-
letter-spacing: ${jr.letterSpacing};
|
|
1948
|
-
line-height: ${jr.lineHeight};
|
|
1949
|
-
text-transform: ${jr.textTransform};
|
|
1950
|
-
}
|
|
1951
|
-
`,gd=U`
|
|
1952
|
-
.ft-typography--button {
|
|
1953
|
-
font-family: ${Vr.fontFamily};
|
|
1954
|
-
font-size: ${Vr.fontSize};
|
|
1955
|
-
font-weight: ${Vr.fontWeight};
|
|
1956
|
-
letter-spacing: ${Vr.letterSpacing};
|
|
1957
|
-
line-height: ${Vr.lineHeight};
|
|
1958
|
-
text-transform: ${Vr.textTransform};
|
|
1959
|
-
}
|
|
1960
|
-
`,yd=U`
|
|
1960
|
+
`,M0=$`
|
|
1961
1961
|
.ft-typography {
|
|
1962
1962
|
vertical-align: inherit;
|
|
1963
1963
|
}
|
|
1964
|
-
`;var
|
|
1965
|
-
<${
|
|
1964
|
+
`;var T0=function(t,e,r,o){var a=arguments.length,i=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},ht=class extends Z{constructor(){super(...arguments),this.variant=Nr.body1}render(){return this.element?Ar`
|
|
1965
|
+
<${Lr(this.element)}
|
|
1966
1966
|
part="text"
|
|
1967
1967
|
class="ft-typography ft-typography--${this.variant}">
|
|
1968
1968
|
<slot></slot>
|
|
1969
|
-
</${
|
|
1970
|
-
`:
|
|
1969
|
+
</${Lr(this.element)}>
|
|
1970
|
+
`:Ar`
|
|
1971
1971
|
<slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
|
|
1972
|
-
`}};
|
|
1972
|
+
`}};ht.styles=[S0,C0,E0,L0,A0,O0,w0,R0,_0,N0,M0];T0([L()],ht.prototype,"element",void 0);T0([L()],ht.prototype,"variant",void 0);var k0={"ft-typography":ht};ee(k0);var Mo={distance:n.create("--ft-tooltip-distance","","SIZE","4px"),color:n.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:n.create("--ft-tooltip-background-color","","COLOR","#666666"),borderRadiusS:n.extend("--ft-tooltip-border-radius","",ne.borderRadiusS),maxWidth:n.create("--ft-tooltip-max-width","","SIZE","150px")},I0=$`
|
|
1973
1973
|
.ft-tooltip--container {
|
|
1974
1974
|
display: block;
|
|
1975
1975
|
}
|
|
@@ -1987,28 +1987,28 @@ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered a
|
|
|
1987
1987
|
box-sizing: border-box;
|
|
1988
1988
|
overflow: hidden;
|
|
1989
1989
|
width: max-content;
|
|
1990
|
-
max-width: ${
|
|
1990
|
+
max-width: ${Mo.maxWidth};
|
|
1991
1991
|
text-align: center;
|
|
1992
|
-
padding: ${
|
|
1992
|
+
padding: ${Mo.distance};
|
|
1993
1993
|
}
|
|
1994
1994
|
|
|
1995
1995
|
.ft-tooltip--content {
|
|
1996
1996
|
padding: 4px 8px;
|
|
1997
|
-
border-radius: ${
|
|
1998
|
-
background-color: ${
|
|
1999
|
-
color: ${
|
|
1997
|
+
border-radius: ${Mo.borderRadiusS};
|
|
1998
|
+
background-color: ${Mo.backgroundColor};
|
|
1999
|
+
color: ${Mo.color};
|
|
2000
2000
|
position: relative;
|
|
2001
2001
|
word-break: break-word;
|
|
2002
2002
|
}
|
|
2003
|
-
`;var vh="ft-app-info",Kr=class t extends CustomEvent{constructor(e){super(t.eventName,{detail:e})}};Kr.eventName="authentication-change";var zo=class t extends CustomEvent{constructor(e){super(t.eventName,{detail:e})}};zo.eventName="ui-locale-changed";var xh={session:(t,e)=>{ve(t.session,e.payload)||(t.session=e.payload,setTimeout(()=>W.dispatchEvent(new Kr(e.payload)),0))}},W=qt.get({name:vh,reducers:xh,initialState:{baseUrl:void 0,tenantId:void 0,apiIntegrationIdentifier:void 0,apiIntegrationAppVersion:void 0,uiLocale:document.documentElement.lang||"en-US",availableContentLocales:[],localesConfiguration:void 0,metadataConfiguration:void 0,privacyPolicyConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0,openExternalDocumentInNewTab:!1,navigatorOnline:!0,forcedOffline:!1,authenticationRequired:!1}});var Dn=function(t,e,r,o){var a=arguments.length,i=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},hC=fe(Symbol("withDateFormat"),function(t){class e extends t{constructor(...o){super(o),this.useLongDateFormat=!1,this.useDateTimeFormat=!1,this.metadataDescriptors=[],this.uiLocale="en-US",this.addStore(W)}dateFormatOptionsChanged(o){return o.has("metadataDescriptors")||o.has("useLongDateFormat")||o.has("useDateTimeFormat")||o.has("uiLocale")}getDateFormatter(o){var a,i;return((i=(a=this.metadataDescriptors.find(c=>c.key===o))===null||a===void 0?void 0:a.date)!==null&&i!==void 0?i:!1)?c=>Zt.format(c,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return Dn([L({type:Boolean})],e.prototype,"useLongDateFormat",void 0),Dn([L({type:Boolean})],e.prototype,"useDateTimeFormat",void 0),Dn([br({store:W.name,selector:r=>{var o,a;return(a=(o=r.metadataConfiguration)===null||o===void 0?void 0:o.descriptors)!==null&&a!==void 0?a:[]}})],e.prototype,"metadataDescriptors",void 0),Dn([br({store:W.name})],e.prototype,"uiLocale",void 0),e});var rr=class t{static get(e){let{baseUrl:r,apiIntegrationIdentifier:o}=W.getState(),a=e??o;if(r&&a&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(r,a,!0)}static await(e){return new Promise(r=>{let o=t.get(e);if(o)r(o);else{let a=W.subscribe(()=>{o=t.get(e),o&&(a(),r(o))})}})}};var qr=class{constructor(e){this.overrideApi=e}get api(){var e;return(e=this.overrideApi)!==null&&e!==void 0?e:rr.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):rr.await()}};var _e=class extends qr{constructor(e=!0,r){var o;super(r),this.sortObjectFields=(i,s)=>typeof s!="object"||s==null||Array.isArray(s)?s:Object.fromEntries(Object.entries(s).sort(([c],[d])=>c.localeCompare(d)));let a=this.constructor;a.commonCache=(o=a.commonCache)!==null&&o!==void 0?o:new Ze,this.cache=e?a.commonCache:new Ze}clearCache(){this.cache.clearAll()}hash(e){return String(Array.from(JSON.stringify(e,this.sortObjectFields)).reduce((r,o)=>0|31*r+o.charCodeAt(0),0))}};var Un=class extends _e{async listMySearches(){let{session:e}=W.getState();return V1(e,se.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(e.profile.userId),300*1e3):[]}};var Fn=class extends _e{async listMyBookmarks(){let e=W.getState().session;return e?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(e.profile.userId),300*1e3):[]}};var $n=class extends _e{constructor(){super(...arguments),this.CACHE_DURATION=180*1e3}async getUserAssetCount(e){if(this.isAuthenticated())return this.cache.get(`user-asset-count-${e}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/${e}`),this.CACHE_DURATION)}async getUserBookmarkCountByMap(e){if(this.isAuthenticated())return this.cache.get(`user-bookmark-count-by-map-${e}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/BOOKMARKS/${e}`),this.CACHE_DURATION)}isAuthenticated(){let e=W.getState().session;return!!e?.sessionAuthenticated}};var Bn=class extends _e{constructor(){super(...arguments),this.CACHE_DURATION=180*1e3}async getUserAssetLabels(){return this.isAuthenticated()?this.cache.get("user-asset-labels",async()=>(await this.awaitApi).get("/internal/api/webapp/user/assets/labels"),this.CACHE_DURATION):[]}isAuthenticated(){let e=W.getState().session;return!!e?.sessionAuthenticated}};var Sh="ft-user-assets",Ch={setAssetCount:(t,e)=>{let{userAssetType:r,count:o}=e.payload.assetCount;t.assetCounts.allAsset[r]=o},clearAssetCount:t=>{Object.values(ze).forEach(e=>{t.assetCounts.allAsset[e]=void 0})},setBookmarkCountByMap:(t,e)=>{let r=e.payload.mapId;t.assetCounts.bookmarkByMap[r]=e.payload.count},clearBookmarkCountByMap:t=>{t.assetCounts.bookmarkByMap={}},addAsset:(t,e)=>{let{assetType:r,mapId:o,asset:a}=e.payload;Qs(t,r,[...Js(t,r),a]),Sd(t,r,1,o),Cd(t,a)},editAsset:(t,e)=>{let{assetType:r,asset:o}=e.payload;Qs(t,r,Js(t,r).map(a=>a.id===o.id?o:a)),Cd(t,o)},removeAsset:(t,e)=>{let{assetType:r,mapId:o,assetId:a}=e.payload;Qs(t,r,Js(t,r).filter(i=>i.id!==a)),Sd(t,r,-1,o)}},Ed={[ze.SEARCHES]:"savedSearches",[ze.BOOKMARKS]:"bookmarks",[ze.BOOKS]:void 0,[ze.COLLECTIONS]:void 0},Js=(t,e)=>{var r;let o=Ed[e];return o?(r=t[o])!==null&&r!==void 0?r:[]:[]},Qs=(t,e,r)=>{let o=Ed[e];o&&(t[o]=r)},Sd=(t,e,r,o)=>{let a=t.assetCounts.allAsset[e];if(a!==void 0&&(t.assetCounts.allAsset[e]=Math.max(0,a+r),e===ze.BOOKMARKS&&o)){let i=t.assetCounts.bookmarkByMap[o];t.assetCounts.bookmarkByMap[o]=Math.max(0,i+r)}},Cd=(t,e)=>{let r=t.assetLabels.map(a=>a.title),o=e.labels.filter(a=>!r.includes(a)).map(a=>({title:a}));t.assetLabels.push(...o)},xe=qt.get({name:Sh,reducers:Ch,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(ze).map(t=>[t,void 0])),bookmarkByMap:{}},assetLabels:[]}}),ec=class{constructor(e=new $n,r=new Bn){this.assetCountsService=e,this.assetLabelsService=r,this.currentSession=W.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new Fn,this.savedSearchesService=new Un,W.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var e;let{session:r}=W.getState();ve((e=this.currentSession)===null||e===void 0?void 0:e.profile,r?.profile)||(this.currentSession=r,this.clearMySearches(),this.reloadBookmarks(),this.clearUserAssetCounts(),this.reloadAssetLabels())}clearUserAssetCounts(){this.assetCountsService.clearCache(),xe.actions.clearAssetCount(),xe.actions.clearBookmarkCountByMap()}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),xe.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),xe.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let e=await this.savedSearchesService.listMySearches();xe.actions.savedSearches(e)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async reloadAssetLabels(){this.assetLabelsService.clearCache();let e=await this.assetLabelsService.getUserAssetLabels();xe.actions.assetLabels(e)}async loadAssetCount(e){let r=await this.assetCountsService.getUserAssetCount(e);r&&xe.getState().assetCounts.allAsset[e]!==r.count&&xe.actions.setAssetCount({assetCount:r})}async loadBookmarkByMapId(e){let r=await this.assetCountsService.getUserBookmarkCountByMap(e);r&&xe.getState().assetCounts.bookmarkByMap[e]!==r.count&&xe.actions.setBookmarkCountByMap({count:r.count,mapId:e})}async reloadAssetCount(e){this.assetCountsService.clearCache();let r=Object.keys(xe.getState().assetCounts.bookmarkByMap).length!==0;e===ze.BOOKMARKS&&r&&xe.actions.clearBookmarkCountByMap(),xe.getState().assetCounts.allAsset[e]!==void 0&&await this.loadAssetCount(e)}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var e;if(this.bookmarksAreUsed){let r=!((e=this.currentSession)===null||e===void 0)&&e.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;xe.actions.bookmarks(r)}}},Eh=new ec;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=Eh);var tc=class{addCommand(e,r=!1){W.commands.add(e,r)}consumeCommand(e){return W.commands.consume(e)}};window.FluidTopicsAppInfoStoreService=new tc;var Ad,Zr=class extends CustomEvent{constructor(e){super("ft-i18n-context-loaded",{detail:e})}},Ah=Symbol("clearAfterUnitTest"),Hn=class extends rn(_e){constructor(e){super(),this.messageContextProvider=e,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[Ad]=()=>{this.defaultMessages={},this.cache=new Ze,this.listeners={}},this.currentUiLocale=W.getState().uiLocale,W.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:e}=W.getState();this.currentUiLocale!==e&&(this.currentUiLocale=e,this.cache.clearAll(),this.notifyAll())}addContext(e){let r=e.name.toLowerCase();this.cache.setFinal(r,e),this.notify(r)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(e,r){var o;if(e=e.toLowerCase(),r&&Object.keys(r).length>0){let a={...(o=this.defaultMessages[e])!==null&&o!==void 0?o:{},...r};ve(this.defaultMessages[e],a)||(this.defaultMessages[e]=a,await this.notify(e))}return this.fetchContext(e)}resolveContext(e){var r,o;return this.fetchContext(e),(o=(r=this.cache.getNow(e))===null||r===void 0?void 0:r.messages)!==null&&o!==void 0?o:{}}resolveRawMessage(e,r){let o=e.toLowerCase();return this.resolveContext(o)[r]}resolveMessage(e,r,...o){var a;let i=e.toLowerCase(),s=this.resolveContext(i);return new bo((a=this.defaultMessages[i])!==null&&a!==void 0?a:{},s).resolve(r,...o)}async fetchContext(e){let r=!this.cache.has(e),o;try{o=await this.cache.get(e,()=>this.messageContextProvider(this.currentUiLocale,e)),r&&await this.notify(e)}catch(a){!(a instanceof zt)&&r&&console.error(a)}return o}subscribe(e,r){var o;return e=e.toLowerCase(),this.listeners[e]=(o=this.listeners[e])!==null&&o!==void 0?o:new Set,this.listeners[e].add(r),()=>{var a;return(a=this.listeners[e])===null||a===void 0?void 0:a.delete(r)}}async notifyAll(){let e=Object.keys(this.listeners);document.body.dispatchEvent(new Zr({loadedContexts:e})),this.dispatchEvent(new Zr({loadedContexts:e})),await Promise.all(e.map(r=>this.notify(r,!1)))}async notify(e,r=!0){r&&(document.body.dispatchEvent(new Zr({loadedContexts:[e]})),this.dispatchEvent(new Zr({loadedContexts:[e]}))),this.listeners[e]!=null&&await Promise.all([...this.listeners[e].values()].map(o=>en(0).then(()=>o()).catch(()=>null)))}};Ad=Ah;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends Hn{constructor(){super(async(t,e)=>(await this.awaitApi).getFluidTopicsMessageContext(t,e))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends Hn{constructor(){super(async(t,e)=>(await this.awaitApi).getCustomMessageContext(t,e))}});var Po=window.FluidTopicsI18nService,rc=window.FluidTopicsCustomI18nService;var oc=class{highlightHtml(e,r,o){bi(e,r,o)}};window.FluidTopicsHighlightHtmlService=new oc;var nc=class{isDate(e){var r,o,a,i;return(i=(a=((o=(r=W.getState().metadataConfiguration)===null||r===void 0?void 0:r.descriptors)!==null&&o!==void 0?o:[]).find(c=>c.key===e))===null||a===void 0?void 0:a.date)!==null&&i!==void 0?i:!1}format(e,r){var o,a,i,s;if(e==null)return"";try{return Zt.format(e,(o=r?.locale)!==null&&o!==void 0?o:W.getState().uiLocale,(a=r?.longFormat)!==null&&a!==void 0?a:!1,(i=r?.withTime)!==null&&i!==void 0?i:!1,(s=r?.onlyTime)!==null&&s!==void 0?s:!1)}catch(c){throw console.error(`Date ${JSON.stringify(e)} is not valid`,c),c}}};window.FluidTopicsDateService=new nc;var Do=class{static get(e,r){var o,a,i,s;let c=W.getState(),{lang:d,region:u}=(i=(a=(o=c.localesConfiguration)===null||o===void 0?void 0:o.defaultLocales)===null||a===void 0?void 0:a.defaultContentLocale)!==null&&i!==void 0?i:{lang:"en",region:"US"};return new Rr(c.baseUrl,e??20,(s=c.localesConfiguration)===null||s===void 0?void 0:s.allLanguagesAllowed,r??`${d}-${u}`)}};var ac=class{urlToSearchRequest(e){return Do.get().parse(e)}searchRequestToUrl(e){return Do.get().serialize(e)}};window.FluidTopicsUrlService=new ac;var or=class t extends CustomEvent{constructor(e){super(t.eventName,{detail:{currentItem:e}})}};or.eventName="change";var ic=class{itemName(e){return`fluid-topics-history-item-${e}`}get(e){let r=sessionStorage.getItem(this.itemName(e));return r?JSON.parse(r):void 0}set(e,r){sessionStorage.setItem(this.itemName(e),JSON.stringify(r))}},Ld=new ic;var Gn=class t extends ot{static build(){return new t(window.history,Ld,()=>window.location,!1)}constructor(e,r,o,a){var i,s;super(),this.history=e,this.historyStorage=r,this.windowLocation=o,this.states=[],this.realPushState=e.pushState,this.realReplaceState=e.replaceState,this.initialIndex=(s=(i=e.state)===null||i===void 0?void 0:i.index)!==null&&s!==void 0?s:e.length-1,this.currentIndex=this.initialIndex,this.setCurrentState(this.buildCurrentState()),this.installProxies(),this.initEventListeners(),this.initData(a)}setCurrentState(e,r=!1){let o=r&&this.currentIndex===e.index-1;this.currentState={...this.buildCurrentState(),...e},this.currentIndex=this.currentState.index,this.states[this.currentIndex]=this.currentState,o&&(this.states=this.states.slice(0,this.currentIndex+1)),this.historyStorage.set(this.currentIndex,this.currentState),ve(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new or(this.currentItem())),0)}installProxies(){let e=r=>(o,a,[i,s,c])=>{let d=r(),u={...d===this.currentIndex?this.currentState:void 0,...i,index:d,href:typeof c=="string"?c:(c??this.windowLocation()).href};o.apply(a,[u,s,c]),this.setCurrentState(u,!0)};this.history.pushState=new Proxy(this.history.pushState,{apply:e(()=>this.currentIndex+1)}),this.history.replaceState=new Proxy(this.history.replaceState,{apply:e(()=>this.currentIndex)})}initEventListeners(){window.addEventListener("popstate",e=>this.setCurrentState(e.state)),document.querySelector("title")==null&&document.head.append(document.createElement("title")),new MutationObserver(()=>this.updateCurrentState({title:document.title})).observe(document.querySelector("title"),{subtree:!0,characterData:!0,childList:!0})}initData(e){for(let r=this.history.length-1;r>=0;r--)e?this.states[r]=this.historyStorage.get(r):setTimeout(()=>this.states[r]=this.historyStorage.get(r),this.history.length-r)}updateCurrentState(e){var r;let o={...this.buildCurrentState(),...e,index:this.currentIndex,title:(r=e?.title)!==null&&r!==void 0?r:this.currentState.title};this.setCurrentState(o)}addHistoryChangeListener(e){this.addEventListener(or.eventName,e)}removeHistoryChangeListener(e){this.removeEventListener(or.eventName,e)}currentItem(){return Ue(this.currentState)}back(){let e=this.previousDifferentMajorPosition();e>=0?this.history.go(e-this.currentIndex):this.currentIndex!==this.initialIndex?this.history.go(this.initialIndex-this.currentIndex):this.history.back()}backwardItem(){return Ue(this.states[this.previousDifferentMajorPosition()])}backwardItemMatching(e){let r=this.states.filter(o=>!!o).filter(o=>o.index<this.currentIndex).reverse();return Ue(r.find(o=>e(o)))}previousDifferentMajorPosition(){let e=this.currentIndex>0?this.currentIndex-1:0;for(;e>0&&!this.isDifferentMajorState(e);)e--;return e}forward(){let e=this.nextMajorPosition();e&&e<this.states.length?this.history.go(e-this.currentIndex):this.history.forward()}forwardItem(){let e=this.nextMajorPosition();if(e)return Ue(this.states[e])}nextMajorPosition(){let e=this.currentIndex;if(!(e>=this.states.length)){do e++;while(e<this.states.length&&!this.isDifferentMajorState(e));return this.getHigherPositionInTheSameState(e)}}getHigherPositionInTheSameState(e){var r;let o=(r=this.states[e])===null||r===void 0?void 0:r.majorStateId;if(!o)return e;let a=e,i=e+1;for(;this.states.length>i&&!this.isDifferentMajorState(i,o);)this.hasState(i)&&(a=i),i++;return a}buildCurrentState(){var e,r;return{...this.history.state,index:this.currentIndex,href:this.windowLocation().href,title:(r=(e=this.history.state)===null||e===void 0?void 0:e.title)!==null&&r!==void 0?r:document.title}}hasState(e){return this.states[e]!=null}isDifferentMajorState(e,r){var o;if(!this.hasState(e))return!1;let a=r??this.currentState.majorStateId,i=(o=this.states[e])===null||o===void 0?void 0:o.majorStateId;return i==null||i!=a}};window.FluidTopicsInternalHistoryService==null&&(window.FluidTopicsInternalHistoryService=Gn.build(),window.FluidTopicsHistoryService={currentItem:()=>window.FluidTopicsInternalHistoryService.currentItem(),back:()=>window.FluidTopicsInternalHistoryService.back(),forward:()=>window.FluidTopicsInternalHistoryService.forward(),backwardItem:()=>window.FluidTopicsInternalHistoryService.backwardItem(),forwardItem:()=>window.FluidTopicsInternalHistoryService.forwardItem(),backwardItemMatching:t=>window.FluidTopicsInternalHistoryService.backwardItemMatching(t),addHistoryChangeListener:t=>window.FluidTopicsInternalHistoryService.addHistoryChangeListener(t),removeHistoryChangeListener:t=>window.FluidTopicsInternalHistoryService.removeHistoryChangeListener(t)});var Od=U`
|
|
2004
|
-
`;function
|
|
2003
|
+
`;var Wh="ft-app-info",Br=class t extends CustomEvent{constructor(e){super(t.eventName,{detail:e})}};Br.eventName="authentication-change";var To=class t extends CustomEvent{constructor(e){super(t.eventName,{detail:e})}};To.eventName="ui-locale-changed";var Vh={session:(t,e)=>{be(t.session,e.payload)||(t.session=e.payload,setTimeout(()=>W.dispatchEvent(new Br(e.payload)),0))}},W=Vt.get({name:Wh,reducers:Vh,initialState:{baseUrl:void 0,tenantId:void 0,apiIntegrationIdentifier:void 0,apiIntegrationAppVersion:void 0,uiLocale:document.documentElement.lang||"en-US",availableContentLocales:[],localesConfiguration:void 0,metadataConfiguration:void 0,privacyPolicyConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0,openExternalDocumentInNewTab:!1,navigatorOnline:!0,forcedOffline:!1,authenticationRequired:!1}});var qn=function(t,e,r,o){var a=arguments.length,i=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},vC=ue(Symbol("withDateFormat"),function(t){class e extends t{constructor(...o){super(o),this.useLongDateFormat=!1,this.useDateTimeFormat=!1,this.metadataDescriptors=[],this.uiLocale="en-US",this.addStore(W)}dateFormatOptionsChanged(o){return o.has("metadataDescriptors")||o.has("useLongDateFormat")||o.has("useDateTimeFormat")||o.has("uiLocale")}getDateFormatter(o){var a,i;return((i=(a=this.metadataDescriptors.find(c=>c.key===o))===null||a===void 0?void 0:a.date)!==null&&i!==void 0?i:!1)?c=>jt.format(c,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return qn([L({type:Boolean})],e.prototype,"useLongDateFormat",void 0),qn([L({type:Boolean})],e.prototype,"useDateTimeFormat",void 0),qn([mr({store:W.name,selector:r=>{var o,a;return(a=(o=r.metadataConfiguration)===null||o===void 0?void 0:o.descriptors)!==null&&a!==void 0?a:[]}})],e.prototype,"metadataDescriptors",void 0),qn([mr({store:W.name})],e.prototype,"uiLocale",void 0),e});var Qt=class t{static get(e){let{baseUrl:r,apiIntegrationIdentifier:o}=W.getState(),a=e??o;if(r&&a&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(r,a,!0)}static await(e){return new Promise(r=>{let o=t.get(e);if(o)r(o);else{let a=W.subscribe(()=>{o=t.get(e),o&&(a(),r(o))})}})}};var Hr=class{constructor(e){this.overrideApi=e}get api(){var e;return(e=this.overrideApi)!==null&&e!==void 0?e:Qt.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):Qt.await()}};var _e=class extends Hr{constructor(e=!0,r){var o;super(r),this.sortObjectFields=(i,s)=>typeof s!="object"||s==null||Array.isArray(s)?s:Object.fromEntries(Object.entries(s).sort(([c],[d])=>c.localeCompare(d)));let a=this.constructor;a.commonCache=(o=a.commonCache)!==null&&o!==void 0?o:new qe,this.cache=e?a.commonCache:new qe}clearCache(){this.cache.clearAll()}hash(e){return String(Array.from(JSON.stringify(e,this.sortObjectFields)).reduce((r,o)=>0|31*r+o.charCodeAt(0),0))}};var Yn=class extends _e{async listMySearches(){let{session:e}=W.getState();return i2(e,ie.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(e.profile.userId),300*1e3):[]}};var Xn=class extends _e{async listMyBookmarks(){let e=W.getState().session;return e?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(e.profile.userId),300*1e3):[]}};var Jn=class extends _e{constructor(){super(...arguments),this.CACHE_DURATION=180*1e3}async getUserAssetCount(e){if(this.isAuthenticated())return this.cache.get(`user-asset-count-${e}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/${e}`),this.CACHE_DURATION)}async getUserBookmarkCountByMap(e){if(this.isAuthenticated())return this.cache.get(`user-bookmark-count-by-map-${e}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/BOOKMARKS/${e}`),this.CACHE_DURATION)}isAuthenticated(){let e=W.getState().session;return!!e?.sessionAuthenticated}};var Qn=class extends _e{constructor(){super(...arguments),this.CACHE_DURATION=180*1e3}async getUserAssetLabels(){return this.isAuthenticated()?this.cache.get("user-asset-labels",async()=>(await this.awaitApi).get("/internal/api/webapp/user/assets/labels"),this.CACHE_DURATION):[]}isAuthenticated(){let e=W.getState().session;return!!e?.sessionAuthenticated}};var jh="ft-user-assets",Kh={setAssetCount:(t,e)=>{let{userAssetType:r,count:o}=e.payload.assetCount;t.assetCounts.allAsset[r]=o},clearAssetCount:t=>{Object.values(Ie).forEach(e=>{t.assetCounts.allAsset[e]=void 0})},setBookmarkCountByMap:(t,e)=>{let r=e.payload.mapId;t.assetCounts.bookmarkByMap[r]=e.payload.count},clearBookmarkCountByMap:t=>{t.assetCounts.bookmarkByMap={}},addAsset:(t,e)=>{let{assetType:r,mapId:o,asset:a}=e.payload;sc(t,r,[...ic(t,r),a]),z0(t,r,1,o),P0(t,a)},editAsset:(t,e)=>{let{assetType:r,asset:o}=e.payload;sc(t,r,ic(t,r).map(a=>a.id===o.id?o:a)),P0(t,o)},removeAsset:(t,e)=>{let{assetType:r,mapId:o,assetId:a}=e.payload;sc(t,r,ic(t,r).filter(i=>i.id!==a)),z0(t,r,-1,o)}},D0={[Ie.SEARCHES]:"savedSearches",[Ie.BOOKMARKS]:"bookmarks",[Ie.BOOKS]:void 0,[Ie.COLLECTIONS]:void 0},ic=(t,e)=>{var r;let o=D0[e];return o?(r=t[o])!==null&&r!==void 0?r:[]:[]},sc=(t,e,r)=>{let o=D0[e];o&&(t[o]=r)},z0=(t,e,r,o)=>{let a=t.assetCounts.allAsset[e];if(a!==void 0&&(t.assetCounts.allAsset[e]=Math.max(0,a+r),e===Ie.BOOKMARKS&&o)){let i=t.assetCounts.bookmarkByMap[o];t.assetCounts.bookmarkByMap[o]=Math.max(0,i+r)}},P0=(t,e)=>{let r=t.assetLabels.map(a=>a.title),o=e.labels.filter(a=>!r.includes(a)).map(a=>({title:a}));t.assetLabels.push(...o)},ve=Vt.get({name:jh,reducers:Kh,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(Ie).map(t=>[t,void 0])),bookmarkByMap:{}},assetLabels:[]}}),cc=class{constructor(e=new Jn,r=new Qn){this.assetCountsService=e,this.assetLabelsService=r,this.currentSession=W.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new Xn,this.savedSearchesService=new Yn,W.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var e;let{session:r}=W.getState();be((e=this.currentSession)===null||e===void 0?void 0:e.profile,r?.profile)||(this.currentSession=r,this.clearMySearches(),this.reloadBookmarks(),this.clearUserAssetCounts(),this.reloadAssetLabels())}clearUserAssetCounts(){this.assetCountsService.clearCache(),ve.actions.clearAssetCount(),ve.actions.clearBookmarkCountByMap()}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),ve.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),ve.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let e=await this.savedSearchesService.listMySearches();ve.actions.savedSearches(e)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async reloadAssetLabels(){this.assetLabelsService.clearCache();let e=await this.assetLabelsService.getUserAssetLabels();ve.actions.assetLabels(e)}async loadAssetCount(e){let r=await this.assetCountsService.getUserAssetCount(e);r&&ve.getState().assetCounts.allAsset[e]!==r.count&&ve.actions.setAssetCount({assetCount:r})}async loadBookmarkByMapId(e){let r=await this.assetCountsService.getUserBookmarkCountByMap(e);r&&ve.getState().assetCounts.bookmarkByMap[e]!==r.count&&ve.actions.setBookmarkCountByMap({count:r.count,mapId:e})}async reloadAssetCount(e){this.assetCountsService.clearCache();let r=Object.keys(ve.getState().assetCounts.bookmarkByMap).length!==0;e===Ie.BOOKMARKS&&r&&ve.actions.clearBookmarkCountByMap(),ve.getState().assetCounts.allAsset[e]!==void 0&&await this.loadAssetCount(e)}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var e;if(this.bookmarksAreUsed){let r=!((e=this.currentSession)===null||e===void 0)&&e.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;ve.actions.bookmarks(r)}}},Zh=new cc;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=Zh);var lc=class{addCommand(e,r=!1){W.commands.add(e,r)}consumeCommand(e){return W.commands.consume(e)}};window.FluidTopicsAppInfoStoreService=new lc;var U0,Gr=class extends CustomEvent{constructor(e){super("ft-i18n-context-loaded",{detail:e})}},qh=Symbol("clearAfterUnitTest"),ea=class extends Qo(_e){constructor(e){super(),this.messageContextProvider=e,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[U0]=()=>{this.defaultMessages={},this.cache=new qe,this.listeners={}},this.currentUiLocale=W.getState().uiLocale,W.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:e}=W.getState();this.currentUiLocale!==e&&(this.currentUiLocale=e,this.cache.clearAll(),this.notifyAll())}addContext(e){let r=e.name.toLowerCase();this.cache.setFinal(r,e),this.notify(r)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(e,r){var o;if(e=e.toLowerCase(),r&&Object.keys(r).length>0){let a={...(o=this.defaultMessages[e])!==null&&o!==void 0?o:{},...r};be(this.defaultMessages[e],a)||(this.defaultMessages[e]=a,await this.notify(e))}return this.fetchContext(e)}resolveContext(e){var r,o;return this.fetchContext(e),(o=(r=this.cache.getNow(e))===null||r===void 0?void 0:r.messages)!==null&&o!==void 0?o:{}}resolveRawMessage(e,r){let o=e.toLowerCase();return this.resolveContext(o)[r]}resolveMessage(e,r,...o){var a;let i=e.toLowerCase(),s=this.resolveContext(i);return new fo((a=this.defaultMessages[i])!==null&&a!==void 0?a:{},s).resolve(r,...o)}async fetchContext(e){let r=!this.cache.has(e),o;try{o=await this.cache.get(e,()=>this.messageContextProvider(this.currentUiLocale,e)),r&&await this.notify(e)}catch(a){!(a instanceof kt)&&r&&console.error(a)}return o}subscribe(e,r){var o;return e=e.toLowerCase(),this.listeners[e]=(o=this.listeners[e])!==null&&o!==void 0?o:new Set,this.listeners[e].add(r),()=>{var a;return(a=this.listeners[e])===null||a===void 0?void 0:a.delete(r)}}async notifyAll(){let e=Object.keys(this.listeners);document.body.dispatchEvent(new Gr({loadedContexts:e})),this.dispatchEvent(new Gr({loadedContexts:e})),await Promise.all(e.map(r=>this.notify(r,!1)))}async notify(e,r=!0){r&&(document.body.dispatchEvent(new Gr({loadedContexts:[e]})),this.dispatchEvent(new Gr({loadedContexts:[e]}))),this.listeners[e]!=null&&await Promise.all([...this.listeners[e].values()].map(o=>Xo(0).then(()=>o()).catch(()=>null)))}};U0=qh;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends ea{constructor(){super(async(t,e)=>(await this.awaitApi).getFluidTopicsMessageContext(t,e))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends ea{constructor(){super(async(t,e)=>(await this.awaitApi).getCustomMessageContext(t,e))}});var ko=window.FluidTopicsI18nService,dc=window.FluidTopicsCustomI18nService;var uc=class{highlightHtml(e,r,o){Ni(e,r,o)}};window.FluidTopicsHighlightHtmlService=new uc;var fc=class{isDate(e){var r,o,a,i;return(i=(a=((o=(r=W.getState().metadataConfiguration)===null||r===void 0?void 0:r.descriptors)!==null&&o!==void 0?o:[]).find(c=>c.key===e))===null||a===void 0?void 0:a.date)!==null&&i!==void 0?i:!1}format(e,r){var o,a,i,s;if(e==null)return"";try{return jt.format(e,(o=r?.locale)!==null&&o!==void 0?o:W.getState().uiLocale,(a=r?.longFormat)!==null&&a!==void 0?a:!1,(i=r?.withTime)!==null&&i!==void 0?i:!1,(s=r?.onlyTime)!==null&&s!==void 0?s:!1)}catch(c){throw console.error(`Date ${JSON.stringify(e)} is not valid`,c),c}}};window.FluidTopicsDateService=new fc;var Io=class{static get(e,r){var o,a,i,s;let c=W.getState(),{lang:d,region:f}=(i=(a=(o=c.localesConfiguration)===null||o===void 0?void 0:o.defaultLocales)===null||a===void 0?void 0:a.defaultContentLocale)!==null&&i!==void 0?i:{lang:"en",region:"US"};return new Sr(c.baseUrl,e??20,(s=c.localesConfiguration)===null||s===void 0?void 0:s.allLanguagesAllowed,r??`${d}-${f}`)}};var pc=class{urlToSearchRequest(e){return Io.get().parse(e)}searchRequestToUrl(e){return Io.get().serialize(e)}};window.FluidTopicsUrlService=new pc;var er=class t extends CustomEvent{constructor(e){super(t.eventName,{detail:{currentItem:e}})}};er.eventName="change";var hc=class{itemName(e){return`fluid-topics-history-item-${e}`}get(e){let r=sessionStorage.getItem(this.itemName(e));return r?JSON.parse(r):void 0}set(e,r){sessionStorage.setItem(this.itemName(e),JSON.stringify(r))}},F0=new hc;var ta=class t extends ot{static build(){return new t(window.history,F0,()=>window.location,!1)}constructor(e,r,o,a){var i,s;super(),this.history=e,this.historyStorage=r,this.windowLocation=o,this.states=[],this.realPushState=e.pushState,this.realReplaceState=e.replaceState,this.initialIndex=(s=(i=e.state)===null||i===void 0?void 0:i.index)!==null&&s!==void 0?s:e.length-1,this.currentIndex=this.initialIndex,this.setCurrentState(this.buildCurrentState()),this.installProxies(),this.initEventListeners(),this.initData(a)}setCurrentState(e,r=!1){let o=r&&this.currentIndex===e.index-1;this.currentState={...this.buildCurrentState(),...e},this.currentIndex=this.currentState.index,this.states[this.currentIndex]=this.currentState,o&&(this.states=this.states.slice(0,this.currentIndex+1)),this.historyStorage.set(this.currentIndex,this.currentState),be(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new er(this.currentItem())),0)}installProxies(){let e=r=>(o,a,[i,s,c])=>{let d=r(),f={...d===this.currentIndex?this.currentState:void 0,...i,index:d,href:typeof c=="string"?c:(c??this.windowLocation()).href};o.apply(a,[f,s,c]),this.setCurrentState(f,!0)};this.history.pushState=new Proxy(this.history.pushState,{apply:e(()=>this.currentIndex+1)}),this.history.replaceState=new Proxy(this.history.replaceState,{apply:e(()=>this.currentIndex)})}initEventListeners(){window.addEventListener("popstate",e=>this.setCurrentState(e.state)),document.querySelector("title")==null&&document.head.append(document.createElement("title")),new MutationObserver(()=>this.updateCurrentState({title:document.title})).observe(document.querySelector("title"),{subtree:!0,characterData:!0,childList:!0})}initData(e){for(let r=this.history.length-1;r>=0;r--)e?this.states[r]=this.historyStorage.get(r):setTimeout(()=>this.states[r]=this.historyStorage.get(r),this.history.length-r)}updateCurrentState(e){var r;let o={...this.buildCurrentState(),...e,index:this.currentIndex,title:(r=e?.title)!==null&&r!==void 0?r:this.currentState.title};this.setCurrentState(o)}addHistoryChangeListener(e){this.addEventListener(er.eventName,e)}removeHistoryChangeListener(e){this.removeEventListener(er.eventName,e)}currentItem(){return De(this.currentState)}back(){let e=this.previousDifferentMajorPosition();e>=0?this.history.go(e-this.currentIndex):this.currentIndex!==this.initialIndex?this.history.go(this.initialIndex-this.currentIndex):this.history.back()}backwardItem(){return De(this.states[this.previousDifferentMajorPosition()])}backwardItemMatching(e){let r=this.states.filter(o=>!!o).filter(o=>o.index<this.currentIndex).reverse();return De(r.find(o=>e(o)))}previousDifferentMajorPosition(){let e=this.currentIndex>0?this.currentIndex-1:0;for(;e>0&&!this.isDifferentMajorState(e);)e--;return e}forward(){let e=this.nextMajorPosition();e&&e<this.states.length?this.history.go(e-this.currentIndex):this.history.forward()}forwardItem(){let e=this.nextMajorPosition();if(e)return De(this.states[e])}nextMajorPosition(){let e=this.currentIndex;if(!(e>=this.states.length)){do e++;while(e<this.states.length&&!this.isDifferentMajorState(e));return this.getHigherPositionInTheSameState(e)}}getHigherPositionInTheSameState(e){var r;let o=(r=this.states[e])===null||r===void 0?void 0:r.majorStateId;if(!o)return e;let a=e,i=e+1;for(;this.states.length>i&&!this.isDifferentMajorState(i,o);)this.hasState(i)&&(a=i),i++;return a}buildCurrentState(){var e,r;return{...this.history.state,index:this.currentIndex,href:this.windowLocation().href,title:(r=(e=this.history.state)===null||e===void 0?void 0:e.title)!==null&&r!==void 0?r:document.title}}hasState(e){return this.states[e]!=null}isDifferentMajorState(e,r){var o;if(!this.hasState(e))return!1;let a=r??this.currentState.majorStateId,i=(o=this.states[e])===null||o===void 0?void 0:o.majorStateId;return i==null||i!=a}};window.FluidTopicsInternalHistoryService==null&&(window.FluidTopicsInternalHistoryService=ta.build(),window.FluidTopicsHistoryService={currentItem:()=>window.FluidTopicsInternalHistoryService.currentItem(),back:()=>window.FluidTopicsInternalHistoryService.back(),forward:()=>window.FluidTopicsInternalHistoryService.forward(),backwardItem:()=>window.FluidTopicsInternalHistoryService.backwardItem(),forwardItem:()=>window.FluidTopicsInternalHistoryService.forwardItem(),backwardItemMatching:t=>window.FluidTopicsInternalHistoryService.backwardItemMatching(t),addHistoryChangeListener:t=>window.FluidTopicsInternalHistoryService.addHistoryChangeListener(t),removeHistoryChangeListener:t=>window.FluidTopicsInternalHistoryService.removeHistoryChangeListener(t)});var $0=$`
|
|
2004
|
+
`;function B0(t,e){let{authenticationRequired:r,session:o}=W.getState();return r&&!o?.sessionAuthenticated?Promise.resolve(e):t()}var ra=class extends Hr{async updateUiLocale(e){return(await this.awaitApi).updateUiLocale(e)}};var mc=class t extends So{static build(e){return new t(W,e)}constructor(e,r){super(),this.store=e,this.cache=new qe,this.withManualResources=!0,this.userLocaleService=new ra,this.cleanSessionDebouncer=new xe,this.reloadDebouncer=new xe(500),this.apiProvider=r??(()=>Qt.get())}setWithManualResources(e){this.withManualResources=e,this.updateIfNeeded()}async initService(){this.store.addEventListener(Br.eventName,this.reloadConfiguration)}async updateIfNeeded(){this.apiProvider()&&(this.withManualResources||(this.store.getState().session==null&&this.updateSession(),this.store.getState().metadataConfiguration==null&&this.updateMetadataConfiguration()),this.store.getState().localesConfiguration==null&&this.updateLocalesConfiguration(),(this.store.getState().availableContentLocales==null||this.store.getState().availableContentLocales.length==0)&&this.updateAvailableContentLocales())}async updateSession(){let e=await this.cache.get("session",async()=>{let r=await this.apiProvider().getCurrentSession();return r.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run(()=>{this.cache.clear("session"),this.setSession(void 0)},r.idleTimeoutInMillis),r});this.setSession(e)}async updateMetadataConfiguration(){this.setMetadataConfiguration(await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration()))}async updateLocalesConfiguration(){this.setLocalesConfiguration(await this.cache.get("localesConfiguration",()=>this.apiProvider().getLocalesConfiguration()))}async updateAvailableContentLocales(){var e;let r=await this.cache.get("availableContentLocales",()=>B0(()=>this.apiProvider().getAvailableSearchLocales(),{contentLocales:[]}));this.setAvailableContentLocales((e=r.contentLocales)!==null&&e!==void 0?e:[])}reloadConfiguration(){var e;(e=this.cache)===null||e===void 0||e.clear("availableContentLocales"),typeof this.updateAvailableContentLocales=="function"&&this.updateAvailableContentLocales()}setBaseUrl(e){this.store.actions.baseUrl(e),window.fluidTopicsBaseUrl=e}setTenantId(e){this.store.actions.tenantId(e)}setApiIntegrationIdentifier(e){this.store.actions.apiIntegrationIdentifier(e)}setApiIntegrationAppVersion(e){this.store.actions.apiIntegrationAppVersion(e)}setUiLocale(e){this.store.actions.uiLocale(e)}setLocalesConfiguration(e){this.store.actions.localesConfiguration(e),setTimeout(()=>this.updateIfNeeded())}setAvailableContentLocales(e){this.store.actions.availableContentLocales(e),setTimeout(()=>this.updateIfNeeded())}stopReloadDebouncer(){this.reloadDebouncer.cancel()}requestUiLocaleUpdate(e,r){this.userLocaleService.updateUiLocale({uiLocale:e,contentLocale:r}).then(o=>{o.uiLocaleChanged&&(this.reloadDebouncer.run(()=>window.location.reload()),this.store.dispatchEvent(new To(o)))}).catch(()=>{})}setMetadataConfiguration(e){this.store.actions.metadataConfiguration(e),setTimeout(()=>this.updateIfNeeded())}setNoCustom(e){this.store.actions.noCustom(e)}setEditorMode(e){this.store.actions.editorMode(e)}setNoCustomComponent(e){this.store.actions.noCustomComponent(e)}setSession(e){this.store.actions.session(e),setTimeout(()=>this.updateIfNeeded())}setOpenExternalDocumentInNewTab(e){this.store.actions.openExternalDocumentInNewTab(e)}setNavigatorOnline(e){this.store.actions.navigatorOnline(e)}setForcedOffline(e){this.store.actions.forcedOffline(e)}setAuthenticationRequired(e){this.store.actions.authenticationRequired(e)}},H0=mc.build();var tr=class extends Event{constructor(e,r,o,a){super("context-request",{bubbles:!0,composed:!0}),this.context=e,this.contextTarget=r,this.callback=o,this.subscribe=a??!1}};var zo=class{constructor(){this.pendingContextRequests=new Map,this.onContextProvider=e=>{let r=this.pendingContextRequests.get(e.context);if(r===void 0)return;this.pendingContextRequests.delete(e.context);let{requests:o}=r;for(let{elementRef:a,callbackRef:i}of o){let s=a.deref(),c=i.deref();s===void 0||c===void 0||s.dispatchEvent(new tr(e.context,s,c,!0))}},this.onContextRequest=e=>{if(e.subscribe!==!0)return;let r=e.contextTarget??e.composedPath()[0],o=e.callback,a=this.pendingContextRequests.get(e.context);a===void 0&&this.pendingContextRequests.set(e.context,a={callbacks:new WeakMap,requests:[]});let i=a.callbacks.get(r);i===void 0&&a.callbacks.set(r,i=new WeakSet),i.has(o)||(i.add(o),a.requests.push({elementRef:new WeakRef(r),callbackRef:new WeakRef(o)}))}}attach(e){e.addEventListener("context-request",this.onContextRequest),e.addEventListener("context-provider",this.onContextProvider)}detach(e){e.removeEventListener("context-request",this.onContextRequest),e.removeEventListener("context-provider",this.onContextProvider)}};var me=function(t,e,r,o){var a=arguments.length,i=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},te=class extends Gt{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",this.apiIntegrationAppVersion="ft-integration-app-version",this.uiLocale="en-US",this.editorMode=!1,this.noCustom=!1,this.openExternalDocumentInNewTab=!1,this.noCustomComponent=!1,this.withManualResources=!1,this.navigatorOnline=!1,this.forcedOffline=!1,this.authenticationRequired=!1,this.messageContexts=[],this.stateManager=H0,this.contextRoot=new zo}render(){return F`
|
|
2005
2005
|
<slot></slot>
|
|
2006
|
-
`}connectedCallback(){super.connectedCallback(),this.stateManager.initService(),this.contextRoot.attach(document.body)}disconnectedCallback(){super.disconnectedCallback(),this.contextRoot.detach(document.body)}update(e){var r;super.update(e),e.has("baseUrl")&&this.stateManager.setBaseUrl(this.baseUrl),e.has("tenantId")&&this.stateManager.setTenantId(this.tenantId),e.has("apiIntegrationIdentifier")&&this.stateManager.setApiIntegrationIdentifier(this.apiIntegrationIdentifier),e.has("apiIntegrationAppVersion")&&this.stateManager.setApiIntegrationAppVersion(this.apiIntegrationAppVersion),e.has("uiLocale")&&this.stateManager.setUiLocale(this.uiLocale),e.has("metadataConfiguration")&&this.stateManager.setMetadataConfiguration(this.metadataConfiguration),e.has("noCustom")&&this.stateManager.setNoCustom(this.noCustom),e.has("editorMode")&&this.stateManager.setEditorMode(this.editorMode),e.has("noCustomComponent")&&this.stateManager.setNoCustomComponent(this.noCustomComponent),e.has("session")&&this.stateManager.setSession(this.session),e.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(o=>
|
|
2007
|
-
`;var
|
|
2006
|
+
`}connectedCallback(){super.connectedCallback(),this.stateManager.initService(),this.contextRoot.attach(document.body)}disconnectedCallback(){super.disconnectedCallback(),this.contextRoot.detach(document.body)}update(e){var r;super.update(e),e.has("baseUrl")&&this.stateManager.setBaseUrl(this.baseUrl),e.has("tenantId")&&this.stateManager.setTenantId(this.tenantId),e.has("apiIntegrationIdentifier")&&this.stateManager.setApiIntegrationIdentifier(this.apiIntegrationIdentifier),e.has("apiIntegrationAppVersion")&&this.stateManager.setApiIntegrationAppVersion(this.apiIntegrationAppVersion),e.has("uiLocale")&&this.stateManager.setUiLocale(this.uiLocale),e.has("metadataConfiguration")&&this.stateManager.setMetadataConfiguration(this.metadataConfiguration),e.has("noCustom")&&this.stateManager.setNoCustom(this.noCustom),e.has("editorMode")&&this.stateManager.setEditorMode(this.editorMode),e.has("noCustomComponent")&&this.stateManager.setNoCustomComponent(this.noCustomComponent),e.has("session")&&this.stateManager.setSession(this.session),e.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(o=>ko.addContext(o)),e.has("openExternalDocumentInNewTab")&&this.stateManager.setOpenExternalDocumentInNewTab(this.openExternalDocumentInNewTab),e.has("navigatorOnline")&&this.stateManager.setNavigatorOnline(this.navigatorOnline),e.has("forcedOffline")&&this.stateManager.setForcedOffline(this.forcedOffline),e.has("authenticationRequired")&&this.stateManager.setAuthenticationRequired(this.authenticationRequired),e.has("withManualResources")&&((r=this.stateManager)===null||r===void 0||r.setWithManualResources(this.withManualResources)),setTimeout(()=>this.stateManager.updateIfNeeded())}};te.elementDefinitions={};te.styles=$0;me([L()],te.prototype,"baseUrl",void 0);me([L()],te.prototype,"tenantId",void 0);me([L()],te.prototype,"apiIntegrationIdentifier",void 0);me([L()],te.prototype,"apiIntegrationAppVersion",void 0);me([L()],te.prototype,"uiLocale",void 0);me([ye(null)],te.prototype,"availableUiLocales",void 0);me([ye(null)],te.prototype,"metadataConfiguration",void 0);me([L({type:Boolean})],te.prototype,"editorMode",void 0);me([L({type:Boolean})],te.prototype,"noCustom",void 0);me([L({type:Boolean})],te.prototype,"openExternalDocumentInNewTab",void 0);me([L({converter:{fromAttribute(t){return t==="false"?!1:t==="true"||(t??!1)}}})],te.prototype,"noCustomComponent",void 0);me([L({type:Boolean})],te.prototype,"withManualResources",void 0);me([L({type:Boolean})],te.prototype,"navigatorOnline",void 0);me([L({type:Boolean})],te.prototype,"forcedOffline",void 0);me([L({type:Boolean})],te.prototype,"authenticationRequired",void 0);me([ye([])],te.prototype,"messageContexts",void 0);me([ye(void 0)],te.prototype,"session",void 0);var G0={"ft-app-context":te};ee(G0);var gc=class{fromLocalizableLabel(e){return e.type=="PLAIN_TEXT"?{message:e.text}:{key:e.key,custom:e.type=="LOCALIZED_CUSTOM",context:e.context,message:e.key}}fromAttribute(e){if(e!=null)try{return JSON.parse(e)}catch{if(this.isI18nKey(e)){let[r,o]=e.split(".");return{context:r,key:o,custom:r!=="officialContext",message:""}}return{message:e}}}toAttribute(e){if(e!=null)return JSON.stringify(e)}isI18nKey(e){return e.match(/^[\w-]+\.[\w-]+$/)}},Wr=new gc;var Jh=function(t,e,r,o){var a=arguments.length,i=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},Do=Symbol("i18nAttributes"),W0=Symbol("i18nListAttributes"),V0=Symbol("i18nProperties"),oa=Symbol("i18nContexts"),Po=Symbol("i18nUnsubs"),j0=ue(Symbol("withI18n"),function(t){var e,r;class o extends t{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[e]=new Map,this[r]=new Map}getI18nService(i){return i??this.useCustomMessageContexts?dc:ko}i18n(i){let{context:s,key:c,message:d}=i,{custom:f,args:g,argsProvider:h}=i;if(s&&c){this.hasI18nContext(s)||this.addI18nContext(s,void 0,f);let y=g??(h?h(this):[]);return this.getI18nService(f).resolveMessage(s,c,...y)}return d}async awaitI18n(i){let{context:s,custom:c}=i;return s&&await this.getI18nService(c).prepareContext(s),this.i18n(i)}customI18n(i,s){if(Wr.isI18nKey(i)){let[c,d]=i.split(".");return this.i18n({custom:!0,context:c,key:d,...s})||i}return i}firstUpdated(i){super.firstUpdated(i),this.updateI18nAttributes(()=>!0),this.updateI18nProperties(()=>!0)}update(i){super.update(i),this.updateI18nAttributes((s,c,d)=>i.has(c)||typeof s.argsProvider=="function"),this.updateI18nProperties(s=>typeof s.argsProvider=="function")}onI18nUpdate(i){this.updateI18nAttributes((s,c,d)=>{var f;return((f=d?.context)===null||f===void 0?void 0:f.toLowerCase())===i}),this.updateI18nProperties(s=>s.context.toLowerCase()===i),this.requestUpdate()}updateI18nAttributes(i){var s,c;let d=this,f=(g,h,y)=>y?.context&&y.key&&i(g,h,y)?{...y,message:this.i18n({context:y.context,key:y.key,custom:y.custom,...g})}:y;(s=this[Do])===null||s===void 0||s.forEach((g,h)=>d[h]=f(g,h,d[h])),(c=this[W0])===null||c===void 0||c.forEach((g,h)=>{var y;return d[h]=(y=d[h])===null||y===void 0?void 0:y.map(v=>f(g,h,v))})}updateI18nProperties(i){var s;(s=this[V0])===null||s===void 0||s.forEach((c,d)=>{i(c,d)&&(this[d]=this.i18n(c))})}addI18nMessages(i,s,c){console.warn('Deprecated usage of method "addI18nMessages", use "addI18nContext" instead.'),this.addI18nContext(i,s,c)}addI18nContext(i,s,c){let d=(typeof i=="string"?i:i.name).toLowerCase();c=typeof i=="string"?c:i.custom,this[oa].set(d,{isCustomContext:c}),this[Po].has(d)||this[Po].set(d,this.getI18nService(c).subscribe(d,()=>this.onI18nUpdate(d))),this.getI18nService(c).prepareContext(d,s)}hasI18nContext(i){return this[oa].has(i.toLowerCase())}connectedCallback(){super.connectedCallback(),this[oa].forEach((i,s)=>this.addI18nContext(s,void 0,i.isCustomContext))}disconnectedCallback(){super.disconnectedCallback(),this[Po].forEach(i=>i()),this[Po].clear()}}return e=oa,r=Po,Jh([L({type:Boolean})],o.prototype,"useCustomMessageContexts",void 0),o}),na=class extends j0(Z){},aa=class extends j0(Gt){};var yc=class{fromAttribute(e){if(!e)return[];try{let r=JSON.parse(e);return Array.isArray(r)?r.map(o=>typeof o=="string"?Wr.fromAttribute(o):o):[]}catch{return[]}}toAttribute(e){if(e!=null)return JSON.stringify(e)}},Qh=new yc;var K0=(t,e)=>(r,o)=>{var a;r.constructor.createProperty(o,{type:Object,hasChanged:ke,converter:Wr,...e}),r[Do]=(a=r[Do])!==null&&a!==void 0?a:new Map,r[Do].set(o,t??{})};var Z0=$`
|
|
2007
|
+
`;var Uo=function(t,e,r,o){var a=arguments.length,i=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},We=class extends aa{constructor(){super(),this.editorMode=!1,this.addStore(W)}render(){return!this.key||!this.context?this.editorMode?"Select a context and a label key.":K:F`
|
|
2008
2008
|
<span class="ft-i18n">
|
|
2009
2009
|
${this.i18n({context:this.context,key:this.key,args:Array.isArray(this.args)?this.args:[]})}
|
|
2010
2010
|
</span>
|
|
2011
|
-
`}update(e){var r;super.update(e),["context","key","defaultMessage"].some(o=>e.has(o))&&this.context&&this.key&&this.addI18nContext(this.context,{[this.key]:(r=this.defaultMessage)!==null&&r!==void 0?r:""})}};
|
|
2011
|
+
`}update(e){var r;super.update(e),["context","key","defaultMessage"].some(o=>e.has(o))&&this.context&&this.key&&this.addI18nContext(this.context,{[this.key]:(r=this.defaultMessage)!==null&&r!==void 0?r:""})}};We.elementDefinitions={};We.styles=Z0;Uo([mr()],We.prototype,"editorMode",void 0);Uo([L()],We.prototype,"context",void 0);Uo([L()],We.prototype,"key",void 0);Uo([ye([])],We.prototype,"args",void 0);Uo([L()],We.prototype,"defaultMessage",void 0);var q0={"ft-i18n":We};ee(q0);var Ve=function(t,e,r,o){var a=arguments.length,i=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},ce=class extends na{constructor(){super(...arguments),this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.ignoreMatchingElements=[],this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new xe,this.revealDebouncer=new xe,this.onTouch=e=>{this.isIgnored(e)||(this.show(),setTimeout(()=>window.addEventListener("touchstart",r=>{r.composedPath().includes(this.container)||this.onOut(r)},{once:!0}),100))},this.onHover=e=>{this.isIgnored(e)?this.matchesIgnored(e)&&this.hide():this.show()},this.onFocusIn=e=>{!this.isIgnored(e)&&window.FluidTopicsA11yHints.isKeyboardNavigation&&window.FluidTopicsA11yHints.lastPressedKey==="Tab"&&this.show()},this.onOut=e=>{this.isIgnored(e)||(this.revealDebouncer.cancel(),this.hide())},this.onClick=e=>{this.isIgnored(e)||(this.revealDebouncer.cancel(),this.hide())}}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){var e,r;return F`
|
|
2012
2012
|
<div part="container"
|
|
2013
2013
|
class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}">
|
|
2014
2014
|
<slot part="slot"></slot>
|
|
@@ -2017,13 +2017,13 @@ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered a
|
|
|
2017
2017
|
popover="manual">
|
|
2018
2018
|
<div part="tooltip-content" class="ft-tooltip--content">
|
|
2019
2019
|
<slot name="text"></slot>
|
|
2020
|
-
<ft-typography variant="${
|
|
2020
|
+
<ft-typography variant="${Nr.caption}" ?hidden=${!(!((e=this.text)===null||e===void 0)&&e.message)}>
|
|
2021
2021
|
${(r=this.text)===null||r===void 0?void 0:r.message}
|
|
2022
2022
|
</ft-typography>
|
|
2023
2023
|
</div>
|
|
2024
2024
|
</div>
|
|
2025
2025
|
</div>
|
|
2026
|
-
`}setupFor(e){this.eventsTarget!==e&&(this.removeHandlers(),this.eventsTarget=e,this.eventsTarget.addEventListener("mouseover",this.onHover,{passive:!0}),this.eventsTarget.addEventListener("mouseleave",this.onOut,{passive:!0}),this.eventsTarget.addEventListener("focusin",this.onFocusIn,{passive:!0}),this.eventsTarget.addEventListener("focusout",this.onOut,{passive:!0}),this.eventsTarget.addEventListener("touchstart",this.onTouch,{passive:!0}),this.eventsTarget.addEventListener("click",this.onClick,{passive:!0}))}removeHandlers(){this.eventsTarget&&(this.eventsTarget.removeEventListener("mouseover",this.onHover),this.eventsTarget.removeEventListener("mouseleave",this.onOut),this.eventsTarget.removeEventListener("focusin",this.onFocusIn),this.eventsTarget.removeEventListener("focusout",this.onOut),this.eventsTarget.removeEventListener("touchstart",this.onTouch),this.eventsTarget.removeEventListener("click",this.onClick),this.eventsTarget=void 0)}defaultSetup(){this.container&&this.setupFor(this.container)}updated(e){var r,o;e.has("visible")&&(this.visible?(this.resetTooltipContent(),(r=this.tooltip)===null||r===void 0||r.showPopover()):(o=this.tooltip)===null||o===void 0||o.hidePopover()),super.updated(e)}contentAvailableCallback(e){super.contentAvailableCallback(e),["visible","text"].some(r=>e.has(r))&&this.visible&&this.positionTooltip()}connectedCallback(){super.connectedCallback(),this.updateComplete.then(()=>{this.eventsTarget==null&&this.defaultSetup()})}disconnectedCallback(){super.disconnectedCallback(),this.removeHandlers()}async show(e){this.visible=!0,e!=null&&await this.hideDebounce.run(()=>{this.hide()},e)}async showTemporaryText(e,r){let o=this.manual;this.manual=!0;let a=this.text;this.text={message:e},await this.show(r),this.text=a,this.manual=o}hide(){this.visible=!1}toggle(){this.visible=!this.visible}isVisible(){return this.visible}get slottedElement(){var e;return((e=this.slotNodes)!==null&&e!==void 0?e:[]).filter(r=>r.nodeType==Node.ELEMENT_NODE)[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){let e=this.tooltipContent.style;switch(e.transition="none",this.validPosition){case"top":e.top=this.tooltip.clientHeight+"px",e.left="0";break;case"bottom":e.top=-this.tooltip.clientHeight+"px",e.left="0";break;case"left":e.top="0",e.left=this.tooltip.clientWidth+"px";break;case"right":e.top="0",e.left=-this.tooltip.clientWidth+"px";break}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&
|
|
2026
|
+
`}setupFor(e){this.eventsTarget!==e&&(this.removeHandlers(),this.eventsTarget=e,this.eventsTarget.addEventListener("mouseover",this.onHover,{passive:!0}),this.eventsTarget.addEventListener("mouseleave",this.onOut,{passive:!0}),this.eventsTarget.addEventListener("focusin",this.onFocusIn,{passive:!0}),this.eventsTarget.addEventListener("focusout",this.onOut,{passive:!0}),this.eventsTarget.addEventListener("touchstart",this.onTouch,{passive:!0}),this.eventsTarget.addEventListener("click",this.onClick,{passive:!0}))}removeHandlers(){this.eventsTarget&&(this.eventsTarget.removeEventListener("mouseover",this.onHover),this.eventsTarget.removeEventListener("mouseleave",this.onOut),this.eventsTarget.removeEventListener("focusin",this.onFocusIn),this.eventsTarget.removeEventListener("focusout",this.onOut),this.eventsTarget.removeEventListener("touchstart",this.onTouch),this.eventsTarget.removeEventListener("click",this.onClick),this.eventsTarget=void 0)}defaultSetup(){this.container&&this.setupFor(this.container)}updated(e){var r,o;e.has("visible")&&(this.visible?(this.resetTooltipContent(),(r=this.tooltip)===null||r===void 0||r.showPopover()):(o=this.tooltip)===null||o===void 0||o.hidePopover()),super.updated(e)}contentAvailableCallback(e){super.contentAvailableCallback(e),["visible","text"].some(r=>e.has(r))&&this.visible&&this.positionTooltip()}connectedCallback(){super.connectedCallback(),this.updateComplete.then(()=>{this.eventsTarget==null&&this.defaultSetup()})}disconnectedCallback(){super.disconnectedCallback(),this.removeHandlers()}async show(e){this.visible=!0,e!=null&&await this.hideDebounce.run(()=>{this.hide()},e)}async showTemporaryText(e,r){let o=this.manual;this.manual=!0;let a=this.text;this.text={message:e},await this.show(r),this.text=a,this.manual=o}hide(){this.visible=!1}toggle(){this.visible=!this.visible}isVisible(){return this.visible}get slottedElement(){var e;return((e=this.slotNodes)!==null&&e!==void 0?e:[]).filter(r=>r.nodeType==Node.ELEMENT_NODE)[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){let e=this.tooltipContent.style;switch(e.transition="none",this.validPosition){case"top":e.top=this.tooltip.clientHeight+"px",e.left="0";break;case"bottom":e.top=-this.tooltip.clientHeight+"px",e.left="0";break;case"left":e.top="0",e.left=this.tooltip.clientWidth+"px";break;case"right":e.top="0",e.left=-this.tooltip.clientWidth+"px";break}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&xi(this.slottedElement,this.tooltip,{placement:this.position,strategy:"fixed"}).then(({x:e,y:r})=>{this.tooltip&&(this.tooltip.style.transform=`translate(${e}px,${r}px)`)}),this.revealDebouncer.run(()=>{this.tooltipContent&&(this.tooltipContent.style.transition=`top ${ne.transitionDuration}, left ${ne.transitionDuration}`,this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}matchesIgnored(e){return Ma(e,this.ignoreMatchingElements,this.eventsTarget)}isIgnored(e){return this.manual||this.matchesIgnored(e)}};ce.elementDefinitions={"ft-typography":ht};ce.styles=I0;Ve([K0()],ce.prototype,"text",void 0);Ve([L({type:Boolean})],ce.prototype,"manual",void 0);Ve([L({type:Boolean})],ce.prototype,"inline",void 0);Ve([sr()],ce.prototype,"delay",void 0);Ve([L()],ce.prototype,"position",void 0);Ve([ye([])],ce.prototype,"ignoreMatchingElements",void 0);Ve([Sa()],ce.prototype,"slotNodes",void 0);Ve([Me(".ft-tooltip--container")],ce.prototype,"container",void 0);Ve([Me(".ft-tooltip")],ce.prototype,"tooltip",void 0);Ve([Me(".ft-tooltip--content")],ce.prototype,"tooltipContent",void 0);Ve([Y()],ce.prototype,"visible",void 0);var Y0={"ft-tooltip":ce};ee(Y0);var re=function(t,e,r,o){var a=arguments.length,i=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},q=class extends ss(cn(Z)){get buttonClasses(){return{"ftds-button":!0,"ftds-button--primary":this.primary,"ftds-button--secondary":this.secondary,"ftds-button--tertiary":this.tertiary||!this.primary&&!this.secondary,"ftds-button--icon-only":!this.hasTextContent(),"ftds-button--trailing-icon":this.trailingIcon,"ftds-button--loading":this.trailingIcon,"ft-no-text-select":!0,"ftds-button--no-icon":!this.icon,"ftds-button--round":this.round,...this.getDesignSystemBaseClasses()}}get typographyVariant(){switch(this.size){case at.large:return le.body2medium;case at.medium:return le.caption1medium;case at.small:return le.caption2medium;default:return le.caption1medium}}constructor(){super(),this.primary=!1,this.secondary=!1,this.tertiary=!1,this.round=!1,this.href=void 0,this.target=void 0,this.type="button",this.disabled=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.loading=!1,this.ariaLabel=null,this.ariaHasPopup=null,this.ariaPressed=null,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.activated=!1,this.family=nt.brand,this.addEventListener("click",e=>{var r;this.isDisabled()?(e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()):this.type=="submit"&&((r=this.form)===null||r===void 0||r.requestSubmit())})}render(){var e,r,o;let a=F`
|
|
2027
2027
|
<ft-ripple part="ripple"
|
|
2028
2028
|
?disabled=${this.isDisabled()}
|
|
2029
2029
|
?activated=${this.activated}
|
|
@@ -2031,56 +2031,56 @@ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered a
|
|
|
2031
2031
|
<ftds-typography part="label"
|
|
2032
2032
|
variant="${this.typographyVariant}"
|
|
2033
2033
|
element="span"
|
|
2034
|
-
class="ftds-button--label ${
|
|
2034
|
+
class="ftds-button--label ${Os?"ft-safari-ellipsis-fix":""}"
|
|
2035
2035
|
?hidden=${!this.hasTextContent()}>
|
|
2036
2036
|
<slot @slotchange=${this.onSlotchange}></slot>
|
|
2037
2037
|
</ftds-typography>
|
|
2038
2038
|
${this.resolveIcon()}
|
|
2039
|
-
`,i=this.href!=null&&this.href.trim().length>0?this.href:void 0;return this.addTooltipIfNeeded(i?
|
|
2039
|
+
`,i=this.href!=null&&this.href.trim().length>0?this.href:void 0;return this.addTooltipIfNeeded(i?F`
|
|
2040
2040
|
<a href="${i}"
|
|
2041
2041
|
target="${(e=this.target)!==null&&e!==void 0?e:"_self"}"
|
|
2042
2042
|
part="button"
|
|
2043
|
-
class="${
|
|
2043
|
+
class="${Pe(this.buttonClasses)}"
|
|
2044
2044
|
aria-label="${(r=this.ariaLabel)!==null&&r!==void 0?r:this.getLabel()}"
|
|
2045
2045
|
?disabled=${this.isDisabled()}>
|
|
2046
2046
|
${a}
|
|
2047
2047
|
</a>
|
|
2048
|
-
`:
|
|
2048
|
+
`:F`
|
|
2049
2049
|
<button part="button"
|
|
2050
|
-
class="${
|
|
2050
|
+
class="${Pe(this.buttonClasses)}"
|
|
2051
2051
|
aria-label="${(o=this.ariaLabel)!==null&&o!==void 0?o:this.getLabel()}"
|
|
2052
|
-
aria-haspopup="${
|
|
2053
|
-
aria-pressed="${
|
|
2052
|
+
aria-haspopup="${Eo(this.ariaHasPopup)}"
|
|
2053
|
+
aria-pressed="${Eo(this.ariaPressed)}"
|
|
2054
2054
|
?disabled=${this.isDisabled()}>
|
|
2055
2055
|
${a}
|
|
2056
2056
|
</button>
|
|
2057
|
-
`)}addTooltipIfNeeded(e){return this.getLabel().trim().length>0&&(this.forceTooltip||!this.hasTextContent()&&!this.hideTooltip)?
|
|
2057
|
+
`)}addTooltipIfNeeded(e){return this.getLabel().trim().length>0&&(this.forceTooltip||!this.hasTextContent()&&!this.hideTooltip)?F`
|
|
2058
2058
|
<ft-tooltip part="tooltip"
|
|
2059
2059
|
text="${this.getLabel()}"
|
|
2060
2060
|
position="${this.tooltipPosition}">
|
|
2061
2061
|
${e}
|
|
2062
2062
|
</ft-tooltip>
|
|
2063
|
-
`:e}resolveIcon(){return this.loading?
|
|
2064
|
-
<ft-loader part="loader icon"></ft-loader> `:this.icon?
|
|
2063
|
+
`:e}resolveIcon(){return this.loading?F`
|
|
2064
|
+
<ft-loader part="loader icon"></ft-loader> `:this.icon?F`
|
|
2065
2065
|
<ftds-icon part="icon" .variant=${this.iconVariant} .icon=${this.icon}></ftds-icon>
|
|
2066
|
-
`:
|
|
2066
|
+
`:F`
|
|
2067
2067
|
<slot part="icon" name="icon"></slot>
|
|
2068
|
-
`}focus(){var e;(e=this.button)===null||e===void 0||e.focus()}showTooltip(){var e;(e=this.tooltip)===null||e===void 0||e.show()}showTemporaryTooltip(e,r){var o;return(o=this.tooltip)===null||o===void 0?void 0:o.showTemporaryText(e,r)}setTooltipManual(e){this.tooltip&&(this.tooltip.manual=e)}click(){var e;(e=this.button)===null||e===void 0||e.click()}getLabel(){return this.label||this.getTextContent()}getTextContent(){return
|
|
2068
|
+
`}focus(){var e;(e=this.button)===null||e===void 0||e.focus()}showTooltip(){var e;(e=this.tooltip)===null||e===void 0||e.show()}showTemporaryTooltip(e,r){var o;return(o=this.tooltip)===null||o===void 0?void 0:o.showTemporaryText(e,r)}setTooltipManual(e){this.tooltip&&(this.tooltip.manual=e)}click(){var e;(e=this.button)===null||e===void 0||e.click()}getLabel(){return this.label||this.getTextContent()}getTextContent(){return Jo(this.slottedContent).trim()}hasTextContent(){return this.getTextContent().length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};q.elementDefinitions={"ft-ripple":oe,"ft-tooltip":ce,"ftds-icon":Ce,"ft-loader":Jt,"ftds-typography":Be};q.styles=[Ti,y0];re([L({type:Boolean})],q.prototype,"primary",void 0);re([L({type:Boolean})],q.prototype,"secondary",void 0);re([L({type:Boolean})],q.prototype,"tertiary",void 0);re([L({type:Boolean})],q.prototype,"round",void 0);re([L()],q.prototype,"href",void 0);re([L()],q.prototype,"target",void 0);re([L()],q.prototype,"type",void 0);re([L({type:Boolean})],q.prototype,"disabled",void 0);re([L()],q.prototype,"label",void 0);re([L()],q.prototype,"icon",void 0);re([L()],q.prototype,"iconVariant",void 0);re([L({type:Boolean})],q.prototype,"trailingIcon",void 0);re([L({type:Boolean})],q.prototype,"loading",void 0);re([L({attribute:"aria-label"})],q.prototype,"ariaLabel",void 0);re([L()],q.prototype,"ariaHasPopup",void 0);re([L({attribute:"aria-pressed"})],q.prototype,"ariaPressed",void 0);re([L()],q.prototype,"tooltipPosition",void 0);re([L({type:Boolean})],q.prototype,"hideTooltip",void 0);re([L({type:Boolean})],q.prototype,"forceTooltip",void 0);re([L({type:Boolean})],q.prototype,"activated",void 0);re([Me(".ftds-button")],q.prototype,"button",void 0);re([Me(".ftds-button--label slot")],q.prototype,"slottedContent",void 0);re([Me("[part=tooltip]")],q.prototype,"tooltip",void 0);var X0={"ftds-button":q};ee(X0);var J0=$`
|
|
2069
2069
|
/* Header */
|
|
2070
2070
|
[part="header"] {
|
|
2071
2071
|
display: flex;
|
|
2072
2072
|
flex-wrap: wrap;
|
|
2073
2073
|
justify-content: space-between;
|
|
2074
2074
|
align-items: baseline;
|
|
2075
|
-
margin-bottom: ${
|
|
2076
|
-
padding-left: ${
|
|
2077
|
-
padding-right: ${
|
|
2078
|
-
color: ${
|
|
2075
|
+
margin-bottom: ${M.headerSectionMarginBottom};
|
|
2076
|
+
padding-left: ${M.headerSectionPaddingLeft};
|
|
2077
|
+
padding-right: ${M.headerSectionPaddingRight};
|
|
2078
|
+
color: ${M.headerSectionColor};
|
|
2079
2079
|
}
|
|
2080
2080
|
|
|
2081
2081
|
.header-label {
|
|
2082
2082
|
display: flex;
|
|
2083
|
-
gap: ${
|
|
2083
|
+
gap: ${M.headerSectionHorizontalGap};
|
|
2084
2084
|
align-items: baseline;
|
|
2085
2085
|
}
|
|
2086
2086
|
|
|
@@ -2104,10 +2104,10 @@ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered a
|
|
|
2104
2104
|
}
|
|
2105
2105
|
|
|
2106
2106
|
ul.ftds-tree-list:before {
|
|
2107
|
-
border-width: 0 ${
|
|
2107
|
+
border-width: 0 ${M.listContainerBorderWidth};
|
|
2108
2108
|
border-style: solid;
|
|
2109
|
-
border-color: ${
|
|
2110
|
-
background-color: ${
|
|
2109
|
+
border-color: ${M.listContainerBorderColor};
|
|
2110
|
+
background-color: ${M.listContainerBackgroundColor};
|
|
2111
2111
|
}
|
|
2112
2112
|
|
|
2113
2113
|
ul.ftds-tree-list,
|
|
@@ -2118,13 +2118,13 @@ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered a
|
|
|
2118
2118
|
}
|
|
2119
2119
|
|
|
2120
2120
|
ul.ftds-tree-list > li {
|
|
2121
|
-
padding-left: ${
|
|
2121
|
+
padding-left: ${M.nodeRootPaddingLeft};
|
|
2122
2122
|
}
|
|
2123
2123
|
|
|
2124
2124
|
ul.ftds-tree-list .ftds-tree-list--item {
|
|
2125
|
-
height: ${
|
|
2126
|
-
line-height: ${
|
|
2127
|
-
width: calc(100% - ${
|
|
2125
|
+
height: ${M.nodeHeight};
|
|
2126
|
+
line-height: ${M.nodeHeight};
|
|
2127
|
+
width: calc(100% - ${M.nodeRootPaddingLeft});
|
|
2128
2128
|
}
|
|
2129
2129
|
|
|
2130
2130
|
ul.loading-state .ftds-tree-list--item {
|
|
@@ -2135,16 +2135,16 @@ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered a
|
|
|
2135
2135
|
li a[role="treeitem"] {
|
|
2136
2136
|
display: inline-flex;
|
|
2137
2137
|
align-items: baseline;
|
|
2138
|
-
padding-right: ${
|
|
2138
|
+
padding-right: ${M.nodeParentLabelMarginRight};
|
|
2139
2139
|
cursor: pointer;
|
|
2140
2140
|
}
|
|
2141
2141
|
|
|
2142
2142
|
li a[role="treeitem"]:not(.with-children):not([part="load-more"]) {
|
|
2143
|
-
padding-left: ${
|
|
2143
|
+
padding-left: ${M.nodeLeafPaddingLeft};
|
|
2144
2144
|
}
|
|
2145
2145
|
|
|
2146
2146
|
li a[role="treeitem"] + ul {
|
|
2147
|
-
padding-left: ${
|
|
2147
|
+
padding-left: ${M.nodeChildPaddingLeft};
|
|
2148
2148
|
}
|
|
2149
2149
|
|
|
2150
2150
|
li .ftds-tree-list--item:before {
|
|
@@ -2152,15 +2152,15 @@ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered a
|
|
|
2152
2152
|
position: absolute;
|
|
2153
2153
|
left: 0;
|
|
2154
2154
|
width: 100%;
|
|
2155
|
-
height: ${
|
|
2155
|
+
height: ${M.nodeHeight};
|
|
2156
2156
|
pointer-events: none;
|
|
2157
|
-
border-width: 0 ${
|
|
2157
|
+
border-width: 0 ${M.nodeBorderWidth} ${M.nodeBorderWidth} ${M.nodeBorderWidth};
|
|
2158
2158
|
border-style: solid;
|
|
2159
|
-
border-color: ${
|
|
2159
|
+
border-color: ${M.nodeUnselectedDefaultBorderColor};
|
|
2160
2160
|
}
|
|
2161
2161
|
|
|
2162
2162
|
ul.ftds-tree-list > li:first-of-type .ftds-tree-list--item:before {
|
|
2163
|
-
border-top-width: ${
|
|
2163
|
+
border-top-width: ${M.nodeBorderWidth};
|
|
2164
2164
|
}
|
|
2165
2165
|
|
|
2166
2166
|
li a[role="treeitem"]:hover:before, li a[role="treeitem"]:focus-visible:before {
|
|
@@ -2171,8 +2171,8 @@ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered a
|
|
|
2171
2171
|
|
|
2172
2172
|
/* Hover node */
|
|
2173
2173
|
li a[role="treeitem"]:hover:before {
|
|
2174
|
-
border-color: ${
|
|
2175
|
-
border-width: ${
|
|
2174
|
+
border-color: ${M.nodeHoverBorderColor} !important;
|
|
2175
|
+
border-width: ${M.nodeBorderWidth};
|
|
2176
2176
|
}
|
|
2177
2177
|
|
|
2178
2178
|
/* Focus node */
|
|
@@ -2181,81 +2181,81 @@ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered a
|
|
|
2181
2181
|
}
|
|
2182
2182
|
|
|
2183
2183
|
li a[role="treeitem"]:focus-visible:before, ul[role="tree"] > li:first-of-type a[role="treeitem"]:focus-visible:before {
|
|
2184
|
-
border-color: ${
|
|
2185
|
-
border-width: ${
|
|
2184
|
+
border-color: ${M.nodeFocusFocusRingColor} !important;
|
|
2185
|
+
border-width: ${M.nodeFocusOutlineWidth};
|
|
2186
2186
|
}
|
|
2187
2187
|
|
|
2188
2188
|
/* Selected Node */
|
|
2189
2189
|
li > a[role="treeitem"][aria-selected=true] ftds-typography[part="node-label"] {
|
|
2190
|
-
color: ${
|
|
2190
|
+
color: ${M.nodeSelectedLabelColor};
|
|
2191
2191
|
}
|
|
2192
2192
|
|
|
2193
2193
|
li > a[role="treeitem"][aria-selected=true] [part="node-expand"] {
|
|
2194
|
-
color: ${
|
|
2194
|
+
color: ${M.nodeSelectedIconColor};
|
|
2195
2195
|
}
|
|
2196
2196
|
|
|
2197
2197
|
li > a[role="treeitem"][aria-selected=true]:before {
|
|
2198
|
-
background-color: ${
|
|
2199
|
-
border-color: ${
|
|
2198
|
+
background-color: ${M.nodeSelectedBackgroundColor};
|
|
2199
|
+
border-color: ${M.nodeSelectedDefaultBorderColor};
|
|
2200
2200
|
}
|
|
2201
2201
|
|
|
2202
2202
|
/* Descendent of selected Node */
|
|
2203
2203
|
li > a[role="treeitem"][aria-selected=true] + ul a ftds-typography[part="node-label"] {
|
|
2204
|
-
color: ${
|
|
2204
|
+
color: ${M.nodeDescendantOfSelectedLabelColor};
|
|
2205
2205
|
}
|
|
2206
2206
|
|
|
2207
2207
|
li > a[role="treeitem"][aria-selected=true] + ul a [part="node-expand"] {
|
|
2208
|
-
color: ${
|
|
2208
|
+
color: ${M.nodeDescendantOfSelectedIconColor};
|
|
2209
2209
|
}
|
|
2210
2210
|
|
|
2211
2211
|
li > a[role="treeitem"][aria-selected=true] + ul a:before {
|
|
2212
|
-
background-color: ${
|
|
2213
|
-
border-color: ${
|
|
2212
|
+
background-color: ${M.nodeDescendantOfSelectedBackgroundColor};
|
|
2213
|
+
border-color: ${M.nodeDescendantOfSelectedDefaultBorderColor};
|
|
2214
2214
|
}
|
|
2215
2215
|
|
|
2216
2216
|
/* Buttons */
|
|
2217
2217
|
[part="node-expand"] {
|
|
2218
|
-
${
|
|
2219
|
-
color: ${
|
|
2218
|
+
${O(et.size,M.nodeIconSize)};
|
|
2219
|
+
color: ${M.nodeUnselectedIconColor};
|
|
2220
2220
|
}
|
|
2221
2221
|
|
|
2222
2222
|
/* Load more node */
|
|
2223
2223
|
[part="load-more"] {
|
|
2224
|
-
padding-left: ${
|
|
2224
|
+
padding-left: ${M.loadMorePaddingLeft};
|
|
2225
2225
|
}
|
|
2226
2226
|
|
|
2227
2227
|
[part="load-more"] [part="node-label"],
|
|
2228
2228
|
li > a[role="treeitem"][aria-selected=true] + ul a[part="load-more"] ftds-typography[part="node-label"] {
|
|
2229
|
-
color: ${
|
|
2230
|
-
margin-left: ${
|
|
2229
|
+
color: ${M.loadMoreLabelColor};
|
|
2230
|
+
margin-left: ${M.loadMoreLabelMarginLeft};
|
|
2231
2231
|
}
|
|
2232
2232
|
|
|
2233
2233
|
[part="load-more"] ftds-icon {
|
|
2234
|
-
${
|
|
2235
|
-
color: ${
|
|
2234
|
+
${O(et.size,M.loadMoreIconSize)};
|
|
2235
|
+
color: ${M.loadMoreIconColor};
|
|
2236
2236
|
}
|
|
2237
2237
|
|
|
2238
2238
|
li a[role="treeitem"][part="load-more"]:before {
|
|
2239
|
-
border-color: ${
|
|
2239
|
+
border-color: ${M.loadMoreUnselectedDefaultBorderColor};
|
|
2240
2240
|
}
|
|
2241
2241
|
|
|
2242
2242
|
li > a[role="treeitem"][aria-selected=true] + ul a[part="load-more"]:not(:hover, :focus-visible, :active):before {
|
|
2243
|
-
background-color: ${
|
|
2244
|
-
border-color: ${
|
|
2243
|
+
background-color: ${M.loadMoreDescendantOfSelectedDefaultBackgroundColor};
|
|
2244
|
+
border-color: ${M.loadMoreDescendantOfSelectedDefaultBorderColor};
|
|
2245
2245
|
}
|
|
2246
2246
|
|
|
2247
2247
|
li a[role="treeitem"][part="load-more"]:hover:before {
|
|
2248
|
-
background-color: ${
|
|
2249
|
-
border-color: ${
|
|
2248
|
+
background-color: ${M.loadMoreHoverBackgroundColor};
|
|
2249
|
+
border-color: ${M.loadMoreHoverBorderColor} !important;
|
|
2250
2250
|
}
|
|
2251
2251
|
|
|
2252
2252
|
li a[role="treeitem"][part="load-more"]:focus-visible:before {
|
|
2253
|
-
background-color: ${
|
|
2253
|
+
background-color: ${M.loadMoreFocusBackgroundColor};
|
|
2254
2254
|
}
|
|
2255
2255
|
|
|
2256
2256
|
li a[role="treeitem"][part="load-more"]:active:before {
|
|
2257
|
-
background-color: ${
|
|
2258
|
-
border-color: ${
|
|
2257
|
+
background-color: ${M.loadMoreActiveBackgroundColor};
|
|
2258
|
+
border-color: ${M.loadMoreActiveBorderColor} !important;
|
|
2259
2259
|
}
|
|
2260
2260
|
|
|
2261
2261
|
/* Labels */
|
|
@@ -2268,20 +2268,20 @@ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered a
|
|
|
2268
2268
|
ftds-typography[part="node-label"] {
|
|
2269
2269
|
height: 100%;
|
|
2270
2270
|
white-space: nowrap;
|
|
2271
|
-
color: ${
|
|
2272
|
-
margin-right: ${
|
|
2271
|
+
color: ${M.nodeUnselectedLabelColor};
|
|
2272
|
+
margin-right: ${M.nodeParentLabelMarginRight};
|
|
2273
2273
|
}
|
|
2274
2274
|
|
|
2275
2275
|
li a[role="treeitem"].with-children > .node-label-container > ftds-typography[part="node-label"] {
|
|
2276
|
-
margin-left: ${
|
|
2276
|
+
margin-left: ${M.nodeParentLabelMarginLeft};
|
|
2277
2277
|
}
|
|
2278
2278
|
|
|
2279
2279
|
li > a[aria-selected=true] > ftds-typography[part="node-label"] {
|
|
2280
|
-
${
|
|
2280
|
+
${O(ro.fontWeight,"bold")};
|
|
2281
2281
|
}
|
|
2282
2282
|
|
|
2283
2283
|
.node-children-count {
|
|
2284
|
-
color: ${
|
|
2284
|
+
color: ${M.nodeUnselectedCounterColor};
|
|
2285
2285
|
}
|
|
2286
2286
|
|
|
2287
2287
|
/* Empty State */
|
|
@@ -2289,13 +2289,13 @@ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered a
|
|
|
2289
2289
|
display: flex;
|
|
2290
2290
|
flex-direction: column;
|
|
2291
2291
|
align-items: center;
|
|
2292
|
-
padding-top: ${
|
|
2293
|
-
padding-bottom: ${
|
|
2292
|
+
padding-top: ${M.emptyStateContainerPaddingTop};
|
|
2293
|
+
padding-bottom: ${M.emptyStateContainerPaddingBottom};
|
|
2294
2294
|
}
|
|
2295
2295
|
|
|
2296
2296
|
.empty-state--title {
|
|
2297
|
-
margin-bottom: ${
|
|
2298
|
-
color: ${
|
|
2297
|
+
margin-bottom: ${M.emptyStateTitleMarginBottom};
|
|
2298
|
+
color: ${M.emptyStateTitleLabelColor};
|
|
2299
2299
|
}
|
|
2300
2300
|
|
|
2301
2301
|
.empty-state--description {
|
|
@@ -2303,19 +2303,19 @@ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered a
|
|
|
2303
2303
|
flex-direction: column;
|
|
2304
2304
|
align-items: center;
|
|
2305
2305
|
gap: ${l.spacing2};
|
|
2306
|
-
color: ${
|
|
2306
|
+
color: ${M.emptyStateDescriptionLabelColor};
|
|
2307
2307
|
}
|
|
2308
2308
|
|
|
2309
2309
|
.empty-state svg {
|
|
2310
|
-
height: ${
|
|
2311
|
-
width: ${
|
|
2312
|
-
margin-bottom: ${
|
|
2310
|
+
height: ${M.emptyStateIllustrationHeight};
|
|
2311
|
+
width: ${M.emptyStateIllustrationWidth};
|
|
2312
|
+
margin-bottom: ${M.emptyStateIllustrationMarginBottom};
|
|
2313
2313
|
}
|
|
2314
2314
|
|
|
2315
2315
|
[part="node-container"] {
|
|
2316
|
-
${
|
|
2316
|
+
${O(et.size,M.nodeIconSize)};
|
|
2317
2317
|
}
|
|
2318
|
-
`;var
|
|
2318
|
+
`;var ia=class{constructor(e,r){this.finished=e,this.skipChild=r}};function bc(t){return{value:`load-more-${t.value}`,label:"Load more",children:[]}}function vc(t,e,r=null,o=0){var a;for(let i of t){let s=e(i,o,r);if(s?.finished)return!0;if(!s?.skipChild&&(!((a=i.children)===null||a===void 0)&&a.length)){if(vc(i.children.slice(0,i.loadedCount),e,i,o+1))return!0;if(i.loadedCount&&i.loadedCount<i.children.length){let d=bc(i);e(d,o+1,r)}}}return!1}function Fo(t,e,r=[]){var o;let a=Array.isArray(t)?t:[t];for(let i of a){let s=[...r,i];if(i.value===e)return s;if(!((o=i.children)===null||o===void 0)&&o.length){let c=Fo(i.children,e,s);if(c)return c}}return null}var Q0=F`
|
|
2319
2319
|
<svg width="120" height="121" viewBox="0 0 120 121" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2320
2320
|
<g clip-path="url(#clip0_9048_22830)">
|
|
2321
2321
|
<path
|
|
@@ -2337,7 +2337,7 @@ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered a
|
|
|
2337
2337
|
</clipPath>
|
|
2338
2338
|
</defs>
|
|
2339
2339
|
</svg>
|
|
2340
|
-
`,
|
|
2340
|
+
`,wO=F`
|
|
2341
2341
|
<svg fill="none" height="192" viewBox="0 0 192 192" width="192" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
2342
2342
|
<clipPath id="a">
|
|
2343
2343
|
<path d="m0 0h192v192h-192z"/>
|
|
@@ -2354,7 +2354,7 @@ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered a
|
|
|
2354
2354
|
</g>
|
|
2355
2355
|
</g>
|
|
2356
2356
|
</svg>
|
|
2357
|
-
`,
|
|
2357
|
+
`,RO=F`
|
|
2358
2358
|
<svg width="192" height="192" viewBox="0 0 192 192" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2359
2359
|
<g clip-path="url(#clip0_3192_11841)">
|
|
2360
2360
|
<path d="M96 192C149.019 192 192 149.019 192 96C192 42.9807 149.019 0 96 0C42.9807 0 0 42.9807 0 96C0 149.019 42.9807 192 96 192Z" fill="#F2F2F5"/>
|
|
@@ -2379,7 +2379,7 @@ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered a
|
|
|
2379
2379
|
</clipPath>
|
|
2380
2380
|
</defs>
|
|
2381
2381
|
</svg>
|
|
2382
|
-
`;var Le={display:n.create("--ft-skeleton--display","","DISPLAY","block"),width:n.create("--ft-skeleton--width","","SIZE","100%"),height:n.create("--ft-skeleton--height","","SIZE","20px"),backgroundColor:n.create("--ft-skeleton--background-color","","COLOR","#f1f1f1"),glareWidth:n.create("--ft-skeleton--glare-width","","SIZE","200px"),glareColor:n.create("--ft-skeleton--glare-color","","COLOR","rgba(255, 255, 255, .6)"),animationDuration:n.create("--ft-skeleton--animation-duration","","UNKNOWN","2s"),borderRadiusM:n.external(
|
|
2382
|
+
`;var Le={display:n.create("--ft-skeleton--display","","DISPLAY","block"),width:n.create("--ft-skeleton--width","","SIZE","100%"),height:n.create("--ft-skeleton--height","","SIZE","20px"),backgroundColor:n.create("--ft-skeleton--background-color","","COLOR","#f1f1f1"),glareWidth:n.create("--ft-skeleton--glare-width","","SIZE","200px"),glareColor:n.create("--ft-skeleton--glare-color","","COLOR","rgba(255, 255, 255, .6)"),animationDuration:n.create("--ft-skeleton--animation-duration","","UNKNOWN","2s"),borderRadiusM:n.external(ne.borderRadiusM,"Design system")},e4=$`
|
|
2383
2383
|
:host {
|
|
2384
2384
|
width: ${Le.width};
|
|
2385
2385
|
height: ${Le.height};
|
|
@@ -2406,17 +2406,17 @@ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered a
|
|
|
2406
2406
|
background-position: calc(100vw + ${Le.glareWidth}) 0, calc(${Le.glareWidth} * -1) 0;
|
|
2407
2407
|
}
|
|
2408
2408
|
}
|
|
2409
|
-
`;var
|
|
2410
|
-
`}};
|
|
2409
|
+
`;var Ot=class extends Z{render(){return F`
|
|
2410
|
+
`}};Ot.elementDefinitions={};Ot.styles=e4;var t4={"ft-skeleton":Ot};ee(t4);var de=function(t,e,r,o){var a=arguments.length,i=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},xc=class extends CustomEvent{constructor(e){super("node-selected",{detail:e})}},J=class extends Z{constructor(){super(...arguments),this.label="",this.pageSize=10,this.expandLabel="Expand",this.collapseLabel="Collapse",this.loadMoreLabel="Load more",this.expandParametrizedLabel="Expand {0}",this.collapseParametrizedLabel="Collapse {0}",this.expandAllLabel="Expand all",this.collapseAllLabel="Collapse all",this.loading=!1,this.childrenCounts=new Map,this.userOpenedNodes=new Set,this.userClosedNodes=new Set}expandAll(){this.userClosedNodes=new Set,this.userOpenedNodes=new Set(this.data.rootNodes.flatMap(e=>this.getAllClosedNodes(e))),this.isTreeSelectorCollapsed=!1}collapseAll(){this.userOpenedNodes=new Set,this.userClosedNodes=new Set(this.data.rootNodes.filter(e=>e.expanded).map(e=>e.value)),this.isTreeSelectorCollapsed=!0}getItemSelector(e){var r;return(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelector(`[data-value="${e.value}"]`)}isNodeExpanded(e){return!this.userClosedNodes.has(e.value)&&(e.expanded||this.userOpenedNodes.has(e.value))}setFocusToTreeItem(e){var r,o;(o=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelector('[tabindex="0"]'))===null||o===void 0||o.setAttribute("tabindex","-1");let a=this.getItemSelector(e);a?.focus(),a?.setAttribute("tabindex","0")}async selectNodeByBreadcrumb(e){let r=this.data.rootNodes.find(o=>o.value===e[0]);for(let o=0;o<e.length-1;o++)r=this.displayChild(r,e[o+1]);await this.updateComplete,this.selectNode(r)}render(){let e=this.data&&this.data.rootNodes&&this.data.rootNodes.length>0?this.data.rootNodes.some(r=>r.children.length>0):!1;return F`
|
|
2411
2411
|
<div part="header">
|
|
2412
|
-
${
|
|
2413
|
-
${
|
|
2412
|
+
${St(this.label.length>0,()=>this.renderLeftHeader())}
|
|
2413
|
+
${St(e,()=>F`
|
|
2414
2414
|
<ftds-button
|
|
2415
2415
|
dense
|
|
2416
2416
|
tooltipposition="bottom"
|
|
2417
2417
|
part="expand-button"
|
|
2418
2418
|
family="${nt.neutral}"
|
|
2419
|
-
icon="${
|
|
2419
|
+
icon="${m.ARROWS_TO_LINE}"
|
|
2420
2420
|
label="${this.collapseAllLabel}"
|
|
2421
2421
|
@click=${()=>this.collapseAll()}
|
|
2422
2422
|
>
|
|
@@ -2425,44 +2425,44 @@ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered a
|
|
|
2425
2425
|
`)}
|
|
2426
2426
|
</div>
|
|
2427
2427
|
${this.renderBody()}
|
|
2428
|
-
`}renderBody(){var e;return this.loading?this.renderLoadingState():!(!((e=this.data)===null||e===void 0)&&e.rootNodes)||this.data.rootNodes.length<=0?this.renderEmptyState():
|
|
2428
|
+
`}renderBody(){var e;return this.loading?this.renderLoadingState():!(!((e=this.data)===null||e===void 0)&&e.rootNodes)||this.data.rootNodes.length<=0?this.renderEmptyState():F`
|
|
2429
2429
|
<ul role="tree" class="ftds-tree-list" aria-labelledby="${this.label}">
|
|
2430
|
-
${
|
|
2431
|
-
</ul>`}renderLoadingState(){let e=[50,45,30,35,25,44,35,27,42,25,47,30,29,45,49].map(r=>
|
|
2430
|
+
${Tt(this.data.rootNodes,r=>r.value,r=>this.renderNode(r))}
|
|
2431
|
+
</ul>`}renderLoadingState(){let e=[50,45,30,35,25,44,35,27,42,25,47,30,29,45,49].map(r=>F`
|
|
2432
2432
|
<li>
|
|
2433
2433
|
<div class="ftds-tree-list--item">
|
|
2434
2434
|
<ft-skeleton style="--ft-skeleton--width: ${r}%"></ft-skeleton>
|
|
2435
2435
|
</div>
|
|
2436
|
-
</li>`);return
|
|
2437
|
-
<ul class="ftds-tree-list loading-state">${e}</ul>`}renderLeftHeader(){return this.loading?
|
|
2436
|
+
</li>`);return F`
|
|
2437
|
+
<ul class="ftds-tree-list loading-state">${e}</ul>`}renderLeftHeader(){return this.loading?F`
|
|
2438
2438
|
<div class="header-left">
|
|
2439
|
-
<ftds-typography class="header-label" variant="${
|
|
2439
|
+
<ftds-typography class="header-label" variant="${le.body1semibold}">
|
|
2440
2440
|
${this.label}
|
|
2441
2441
|
</ftds-typography>
|
|
2442
2442
|
<ft-skeleton class="node-count-loader"></ft-skeleton>
|
|
2443
2443
|
</div>
|
|
2444
|
-
`:
|
|
2445
|
-
<ftds-typography class="header-label" variant="${
|
|
2444
|
+
`:F`
|
|
2445
|
+
<ftds-typography class="header-label" variant="${le.body1semibold}">
|
|
2446
2446
|
${this.label}
|
|
2447
|
-
<ftds-typography variant="${
|
|
2447
|
+
<ftds-typography variant="${le.body2medium}" class="node-children-count">
|
|
2448
2448
|
(${this.getEntriesCount()})
|
|
2449
2449
|
</ftds-typography>
|
|
2450
2450
|
</ftds-typography>
|
|
2451
|
-
`}renderNode(e){var r;let o=this.isNodeExpanded(e);e.loadedCount=(r=e.loadedCount)!==null&&r!==void 0?r:this.pageSize,e.loadedCount||(e.loadedCount=e.children.length);let a=e.children.slice(0,e.loadedCount),i={expanded:o,collapsed:o,"with-expandable":this.hasExpandableChildren(e),"with-children":this.hasChildren(e)};return
|
|
2451
|
+
`}renderNode(e){var r;let o=this.isNodeExpanded(e);e.loadedCount=(r=e.loadedCount)!==null&&r!==void 0?r:this.pageSize,e.loadedCount||(e.loadedCount=e.children.length);let a=e.children.slice(0,e.loadedCount),i={expanded:o,collapsed:o,"with-expandable":this.hasExpandableChildren(e),"with-children":this.hasChildren(e)};return F`
|
|
2452
2452
|
<li role="none">
|
|
2453
2453
|
<a
|
|
2454
2454
|
part="node-container"
|
|
2455
2455
|
role="treeitem"
|
|
2456
2456
|
data-value="${e.value}"
|
|
2457
|
-
aria-expanded="${
|
|
2458
|
-
class="ftds-tree-list--item ${
|
|
2457
|
+
aria-expanded="${Eo(o)}"
|
|
2458
|
+
class="ftds-tree-list--item ${Pe(i)}"
|
|
2459
2459
|
tabindex="-1"
|
|
2460
2460
|
@keydown=${s=>this.onKeydown(s,e,!1)}
|
|
2461
2461
|
>
|
|
2462
|
-
${
|
|
2462
|
+
${St(this.hasChildren(e),()=>F`
|
|
2463
2463
|
<ftds-icon
|
|
2464
2464
|
part="node-expand"
|
|
2465
|
-
icon="${o?
|
|
2465
|
+
icon="${o?m.ANGLE_DOWN:m.ANGLE_RIGHT}"
|
|
2466
2466
|
variant="${p.regular}"
|
|
2467
2467
|
@click=${()=>this.expandNode(!o,e.value)}
|
|
2468
2468
|
></ftds-icon>
|
|
@@ -2470,59 +2470,59 @@ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered a
|
|
|
2470
2470
|
<div class="node-label-container" @click=${s=>this.handleNodeSelectEvent(s,e)}>
|
|
2471
2471
|
<ftds-typography
|
|
2472
2472
|
part="node-label"
|
|
2473
|
-
variant="${
|
|
2473
|
+
variant="${le.body2medium}"
|
|
2474
2474
|
>
|
|
2475
2475
|
${e.label}
|
|
2476
2476
|
</ftds-typography>
|
|
2477
|
-
${
|
|
2478
|
-
<ftds-typography variant="${
|
|
2477
|
+
${St(this.hasChildren(e),()=>F`
|
|
2478
|
+
<ftds-typography variant="${le.body2medium}" class="node-children-count">
|
|
2479
2479
|
(${this.getChildrenCount(e)})
|
|
2480
2480
|
</ftds-typography>
|
|
2481
2481
|
`)}
|
|
2482
2482
|
</div>
|
|
2483
2483
|
</a>
|
|
2484
|
-
${this.hasChildren(e)?this.renderChildNodes(o,a,e,i):
|
|
2484
|
+
${this.hasChildren(e)?this.renderChildNodes(o,a,e,i):K}
|
|
2485
2485
|
</li>
|
|
2486
|
-
`}renderChildNodes(e,r,o,a){return
|
|
2486
|
+
`}renderChildNodes(e,r,o,a){return F`
|
|
2487
2487
|
<ul role="group">
|
|
2488
|
-
${
|
|
2489
|
-
${
|
|
2490
|
-
${o.loadedCount&&o.children.length>o.loadedCount?this.renderShowMore(o,a):
|
|
2488
|
+
${St(e,()=>F`
|
|
2489
|
+
${Tt(r,i=>i.value,i=>this.renderNode(i))}
|
|
2490
|
+
${o.loadedCount&&o.children.length>o.loadedCount?this.renderShowMore(o,a):K}`)}
|
|
2491
2491
|
</ul>
|
|
2492
|
-
`}renderShowMore(e,r){return
|
|
2492
|
+
`}renderShowMore(e,r){return F`
|
|
2493
2493
|
<li role="none">
|
|
2494
2494
|
<a part="load-more"
|
|
2495
2495
|
role="treeitem"
|
|
2496
2496
|
data-value="load-more-${e.value}"
|
|
2497
|
-
icon="${
|
|
2497
|
+
icon="${m.ARROW_DOWN}"
|
|
2498
2498
|
tabindex="-1"
|
|
2499
2499
|
aria-expanded="false"
|
|
2500
|
-
class="ftds-tree-list--item ${
|
|
2500
|
+
class="ftds-tree-list--item ${Pe(r)}"
|
|
2501
2501
|
@click=${()=>this.loadMore(e)}
|
|
2502
|
-
@keydown=${o=>this.onKeydown(o,
|
|
2503
|
-
<ftds-icon icon="${
|
|
2502
|
+
@keydown=${o=>this.onKeydown(o,bc(e),!0,e)}>
|
|
2503
|
+
<ftds-icon icon="${m.ARROW_DOWN}" variant="${p.regular}"></ftds-icon>
|
|
2504
2504
|
<ftds-typography
|
|
2505
2505
|
part="node-label"
|
|
2506
|
-
variant="${
|
|
2506
|
+
variant="${le.body2medium}"
|
|
2507
2507
|
>
|
|
2508
2508
|
${this.loadMoreLabel}
|
|
2509
2509
|
</ftds-typography>
|
|
2510
2510
|
</a>
|
|
2511
2511
|
</li>
|
|
2512
|
-
`}renderEmptyState(){var e;return
|
|
2512
|
+
`}renderEmptyState(){var e;return F`
|
|
2513
2513
|
<div class="empty-state">
|
|
2514
|
-
${!((e=this.emptyState)===null||e===void 0)&&e.noImage?
|
|
2514
|
+
${!((e=this.emptyState)===null||e===void 0)&&e.noImage?K:Q0}
|
|
2515
2515
|
${this.renderEmptyStateTitle()}
|
|
2516
2516
|
${this.renderEmptyStateDescription()}
|
|
2517
2517
|
</div>
|
|
2518
|
-
`}renderEmptyStateTitle(){return this.emptyState?typeof this.emptyState.title=="string"?
|
|
2519
|
-
<ftds-typography class="empty-state--title" variant="${
|
|
2518
|
+
`}renderEmptyStateTitle(){return this.emptyState?typeof this.emptyState.title=="string"?F`
|
|
2519
|
+
<ftds-typography class="empty-state--title" variant="${le.body1medium}">
|
|
2520
2520
|
${this.emptyState.title}
|
|
2521
|
-
</ftds-typography>`:this.emptyState.title:
|
|
2522
|
-
<ftds-typography variant="${
|
|
2521
|
+
</ftds-typography>`:this.emptyState.title:K}renderEmptyStateDescription(){var e;if(!(!((e=this.emptyState)===null||e===void 0)&&e.description))return K;if(typeof this.emptyState.description=="string"&&(this.emptyState.description=[this.emptyState.description]),this.emptyState.description instanceof Array){let r=this.emptyState.description.map(o=>F`
|
|
2522
|
+
<ftds-typography variant="${le.body1medium}">
|
|
2523
2523
|
${o}
|
|
2524
|
-
</ftds-typography>`);return
|
|
2525
|
-
<div class="empty-state--description">${r}</div>`}else return this.emptyState.description}willUpdate(e){var r,o;super.willUpdate(e),!this.selectedNode&&(!((r=this.data)===null||r===void 0)&&r.rootNodes)&&(this.selectedNode=(o=this.data)===null||o===void 0?void 0:o.rootNodes[0])}updated(e){super.updated(e),this.nodeToFocus&&(this.setFocusToTreeItem(this.nodeToFocus),this.nodeToFocus=void 0)}onKeydown(e,r,o,a){let i=!1,s=this.data.rootNodes,c=this.getAdjacentVisibleTreeItems(s,r),d=c.findIndex(
|
|
2524
|
+
</ftds-typography>`);return F`
|
|
2525
|
+
<div class="empty-state--description">${r}</div>`}else return this.emptyState.description}willUpdate(e){var r,o;super.willUpdate(e),!this.selectedNode&&(!((r=this.data)===null||r===void 0)&&r.rootNodes)&&(this.selectedNode=(o=this.data)===null||o===void 0?void 0:o.rootNodes[0])}updated(e){super.updated(e),this.nodeToFocus&&(this.setFocusToTreeItem(this.nodeToFocus),this.nodeToFocus=void 0)}onKeydown(e,r,o,a){let i=!1,s=this.data.rootNodes,c=this.getAdjacentVisibleTreeItems(s,r),d=c.findIndex(f=>f.value===r.value);if(e.shiftKey&&e.key===" ")e.stopPropagation();else{let f=this.isNodeExpanded(r);switch(e.key){case"Enter":case" ":o&&a?this.loadMore(a):this.handleNodeSelectEvent(e,r),i=!0;break;case"ArrowDown":this.setFocusToNextNode(c,d),i=!0;break;case"ArrowUp":this.setFocusToPreviousNode(c,d),i=!0;break;case"ArrowRight":f?r.children.length>0&&this.setFocusToTreeItem(r.children[0]):this.expandNode(!f,r.value),i=!0;break;case"ArrowLeft":if(f)this.expandNode(!f,r.value);else{let h=Fo(s,r.value);if(h&&h.length>1){let y=h[h.length-2];this.setFocusToTreeItem(y)}}i=!0;break;case"Home":this.setFocusToTreeItem(c[0]),i=!0;break;case"End":this.setFocusToTreeItem(c[c.length-1]),i=!0;break;case"*":let g=Fo(s,r.value);if(g&&g.length>1){let h=g[g.length-2].children;for(let y of h)this.expandNode(!0,y.value)}else if(g?.length==1)for(let h of this.data.rootNodes)this.expandNode(!0,h.value);i=!0;break}}i&&(e.stopPropagation(),e.preventDefault())}setFocusToPreviousNode(e,r){e[r-1]&&this.setFocusToTreeItem(e[r-1])}setFocusToNextNode(e,r){e[r+1]&&this.setFocusToTreeItem(e[r+1])}getAdjacentVisibleTreeItems(e,r){let o=[],a=!1,i=!1;return vc(e,s=>{let c=a;return s.value===r.value&&(a=!0,i=!0),this.isVisible(s)&&(i?o.push(s):o[0]=s),new ia(c,!this.isNodeExpanded(s))}),o}isVisible(e){var r,o;let a=this.data.rootNodes;if(e.value.includes("load-more-")){let s=e.value.replace("load-more-",""),c=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelector(`[data-value="${s}"]`);if(!c||c.getAttribute("aria-expanded")==="false")return!1}let i=Fo(a,e.value);if(i&&i.length>1){let s=i[i?.length-2],c=this.getItemSelector(s),d=s.children.findIndex(f=>f.value===e.value);if(!c||c.getAttribute("aria-expanded")==="false"||d>=((o=s.loadedCount)!==null&&o!==void 0?o:1/0))return!1}return!0}expandNode(e,r){e?this.userClosedNodes.has(r)?this.userClosedNodes.delete(r):this.userOpenedNodes.add(r):this.userOpenedNodes.has(r)?this.userOpenedNodes.delete(r):this.userClosedNodes.add(r),this.requestUpdate()}toggleExpandAll(){this.isTreeSelectorCollapsed?this.expandAll():this.collapseAll()}getAllClosedNodes(e){return e.children.length!==0?[...e.expanded?[]:[e.value],...e.children.flatMap(r=>this.getAllClosedNodes(r))]:[]}getChildrenCount(e){if(this.childrenCounts.has(e.value))return this.childrenCounts.get(e.value);let r=e.children.reduce((o,a)=>o+this.getChildrenCount(a)+1,0);return this.childrenCounts.set(e.value,r),r}getEntriesCount(){var e,r;return(r=(e=this.data)===null||e===void 0?void 0:e.rootNodes.reduce((o,a)=>o+this.getChildrenCount(a)+1,0))!==null&&r!==void 0?r:0}hasExpandableChildren(e){return e.children.some(r=>r.children.length>0)}hasChildren(e){return e.children.length>0}loadMore(e){var r;if(this.pageSize){let o=(r=e.loadedCount)!==null&&r!==void 0?r:this.pageSize;e.loadedCount=o+this.pageSize,this.nodeToFocus=e.children[o],this.requestUpdate(),this.setFocusToTreeItem(e.children[o])}}displayChild(e,r){var o;this.expandNode(!0,e.value);let a=e.children.findIndex(i=>i.value===r);return e.loadedCount=Math.max((o=e.loadedCount)!==null&&o!==void 0?o:this.pageSize,a+1),e.children[a]}handleNodeSelectEvent(e,r){e.preventDefault(),this.selectNode(r),e.stopPropagation()}selectNode(e){var r,o;let a=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelector("[aria-selected]");a?.removeAttribute("aria-selected"),((o=this.shadowRoot)===null||o===void 0?void 0:o.querySelector(`[data-value="${e.value}"]`)).setAttribute("aria-selected","true"),this.selectedNode=e,this.dispatchEvent(new xc(e)),this.setFocusToTreeItem(e)}};J.elementDefinitions={"ftds-typography":Be,"ftds-button":q,"ftds-icon":Ce,"ft-skeleton":Ot};J.styles=J0;de([L()],J.prototype,"data",void 0);de([L()],J.prototype,"label",void 0);de([sr()],J.prototype,"pageSize",void 0);de([L()],J.prototype,"selectedNode",void 0);de([L()],J.prototype,"expandLabel",void 0);de([L()],J.prototype,"collapseLabel",void 0);de([L()],J.prototype,"loadMoreLabel",void 0);de([L()],J.prototype,"expandParametrizedLabel",void 0);de([L()],J.prototype,"collapseParametrizedLabel",void 0);de([L()],J.prototype,"expandAllLabel",void 0);de([L()],J.prototype,"collapseAllLabel",void 0);de([ye(void 0)],J.prototype,"emptyState",void 0);de([L({type:Boolean})],J.prototype,"loading",void 0);de([Y()],J.prototype,"nodeToFocus",void 0);de([Y()],J.prototype,"isTreeSelectorCollapsed",void 0);de([Y()],J.prototype,"childrenCounts",void 0);de([Y({hasChanged:ke})],J.prototype,"userOpenedNodes",void 0);de([Y({hasChanged:ke})],J.prototype,"userClosedNodes",void 0);var r4={"ftds-tree-list":J};ee(r4);})();
|
|
2526
2526
|
/*! Bundled license information:
|
|
2527
2527
|
|
|
2528
2528
|
@webcomponents/scoped-custom-element-registry/src/scoped-custom-element-registry.js:
|