@fluid-topics/ft-chart 1.1.40 → 1.1.42

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.
@@ -12,71 +12,137 @@
12
12
  * subject to an additional IP rights grant found at
13
13
  * http://polymer.github.io/PATENTS.txt
14
14
  */
15
- if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,o=window.customElements.define,e=window.customElements.get,r=window.customElements,i=new WeakMap,n=new WeakMap,s=new WeakMap,a=new WeakMap;let c;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,i){if(t=t.toLowerCase(),void 0!==this._getDefinition(t))throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${t}" has already been used with this registry`);if(void 0!==this._definitionsByClass.get(i))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const a=i.prototype.attributeChangedCallback,c=new Set(i.observedAttributes||[]);u(i,c,a);const l={elementClass:i,connectedCallback:i.prototype.connectedCallback,disconnectedCallback:i.prototype.disconnectedCallback,adoptedCallback:i.prototype.adoptedCallback,attributeChangedCallback:a,formAssociated:i.formAssociated,formAssociatedCallback:i.prototype.formAssociatedCallback,formDisabledCallback:i.prototype.formDisabledCallback,formResetCallback:i.prototype.formResetCallback,formStateRestoreCallback:i.prototype.formStateRestoreCallback,observedAttributes:c};this._definitionsByTag.set(t,l),this._definitionsByClass.set(i,l);let h=e.call(r,t);h||(h=f(t),o.call(r,t,h)),this===window.customElements&&(s.set(i,l),l.standInClass=h);const d=this._awaitingUpgrade.get(t);if(d){this._awaitingUpgrade.delete(t);for(const t of d)n.delete(t),p(t,l,!0)}const y=this._whenDefinedPromises.get(t);return void 0!==y&&(y.resolve(i),this._whenDefinedPromises.delete(t)),i}upgrade(){g.push(this),r.upgrade.apply(r,arguments),g.pop()}get(t){const o=this._definitionsByTag.get(t);return o?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const o=this._getDefinition(t);if(void 0!==o)return Promise.resolve(o.elementClass);let e=this._whenDefinedPromises.get(t);return void 0===e&&(e={},e.promise=new Promise((t=>e.resolve=t)),this._whenDefinedPromises.set(t,e)),e.promise}_upgradeWhenDefined(t,o,e){let r=this._awaitingUpgrade.get(o);r||this._awaitingUpgrade.set(o,r=new Set),e?r.add(t):r.delete(t)}},window.HTMLElement=function(){let o=c;if(o)return c=void 0,o;const e=s.get(this.constructor);if(!e)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return o=Reflect.construct(t,[],e.standInClass),Object.setPrototypeOf(o,this.constructor.prototype),i.set(o,e),o},window.HTMLElement.prototype=t.prototype;const l=t=>t===document||t instanceof ShadowRoot,h=t=>{let o=t.getRootNode();if(!l(o)){const t=g[g.length-1];if(t instanceof CustomElementRegistry)return t;o=t.getRootNode(),l(o)||(o=a.get(o)?.getRootNode()||document)}return o.customElements},f=o=>class{static get formAssociated(){return!0}constructor(){const e=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(e,HTMLElement.prototype);const r=h(e)||window.customElements,i=r._getDefinition(o);return i?p(e,i):n.set(e,r),e}connectedCallback(){const t=i.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,o,!0)}disconnectedCallback(){const t=i.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,o,!1)}adoptedCallback(){const t=i.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=i.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=i.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=i.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=i.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},u=(t,o,e)=>{if(0===o.size||void 0===e)return;const r=t.prototype.setAttribute;r&&(t.prototype.setAttribute=function(t,i){const n=t.toLowerCase();if(o.has(n)){const t=this.getAttribute(n);r.call(this,n,i),e.call(this,n,t,i)}else r.call(this,n,i)});const i=t.prototype.removeAttribute;i&&(t.prototype.removeAttribute=function(t){const r=t.toLowerCase();if(o.has(r)){const t=this.getAttribute(r);i.call(this,r),e.call(this,r,t,null)}else i.call(this,r)});const n=t.prototype.toggleAttribute;n&&(t.prototype.toggleAttribute=function(t,r){const i=t.toLowerCase();if(o.has(i)){const t=this.getAttribute(i);n.call(this,i,r);const o=this.getAttribute(i);e.call(this,i,t,o)}else n.call(this,i,r)})},d=o=>{const e=Object.getPrototypeOf(o);if(e!==window.HTMLElement)return e===t?Object.setPrototypeOf(o,window.HTMLElement):d(e)},p=(t,o,e=!1)=>{Object.setPrototypeOf(t,o.elementClass.prototype),i.set(t,o),c=t;try{new o.elementClass}catch(t){d(o.elementClass),new o.elementClass}o.attributeChangedCallback&&o.observedAttributes.forEach((e=>{t.hasAttribute(e)&&o.attributeChangedCallback.call(t,e,null,t.getAttribute(e))})),e&&o.connectedCallback&&t.isConnected&&o.connectedCallback.call(t)},y=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const o=y.apply(this,arguments);return t.customElements&&(o.customElements=t.customElements),o};let g=[document];const m=(t,o,e=void 0)=>{const r=(e?Object.getPrototypeOf(e):t.prototype)[o];t.prototype[o]=function(){g.push(this);const t=r.apply(e||this,arguments);return void 0!==t&&a.set(t,this),g.pop(),t}};m(ShadowRoot,"createElement",document),m(ShadowRoot,"importNode",document),m(Element,"insertAdjacentHTML");const b=(t,o)=>{const e=Object.getOwnPropertyDescriptor(t.prototype,o);Object.defineProperty(t.prototype,o,{...e,set(t){g.push(this),e.set.call(this,t),g.pop()}})};if(b(Element,"innerHTML"),b(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,o=HTMLElement.prototype.attachInternals,e=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...e){const r=o.call(this,...e);return t.set(r,this),r},e.forEach((o=>{const e=window.ElementInternals.prototype,r=e[o];e[o]=function(...o){const e=t.get(this);if(!0===i.get(e).formAssociated)return r?.call(this,...o);throw new DOMException(`Failed to execute ${r} on 'ElementInternals': The target element is not a form-associated custom element.`)}}));class r extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class n{constructor(t){const o=new Map;t.forEach(((t,e)=>{const r=t.getAttribute("name"),i=o.get(r)||[];this[+e]=t,i.push(t),o.set(r,i)})),this.length=t.length,o.forEach(((t,o)=>{t&&(1===t.length?this[o]=t[0]:this[o]=new r(t))}))}namedItem(t){return this[t]}}const s=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=s.get.call(this,[]),o=[];for(const e of t){const t=i.get(e);t&&!0!==t.formAssociated||o.push(e)}return new n(o)}})}}try{window.customElements.define("custom-element",null)}catch(vo){const t=window.customElements.define;window.customElements.define=(o,e,r)=>{if(null!==e)try{t.bind(window.customElements)(o,e,r)}catch(t){console.info(o,e,r,t)}}}class o{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,o){return this.callbacks=[t],this.debounce(o)}queue(t,o){return this.callbacks.push(t),this.debounce(o)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return null==this.promise&&(this.promise=new Promise(((t,o)=>{this.resolvePromise=t,this.rejectPromise=o}))),this.clearTimeout(),this._debounce=window.setTimeout((()=>this.runCallbacks()),null!=t?t:this.timeout),this.promise}async runCallbacks(){var t,o;const e=[...this.callbacks];this.callbacks=[];const r=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,i=null!==(o=this.resolvePromise)&&void 0!==o?o:()=>null;this.clearPromise();for(let t of e)try{await t()}catch(t){return void r(t)}i(!0)}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}
15
+ if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,e=window.customElements.define,r=window.customElements.get,o=window.customElements,n=new WeakMap,i=new WeakMap,a=new WeakMap,s=new WeakMap;let c;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,n){if(t=t.toLowerCase(),void 0!==this._getDefinition(t))throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${t}" has already been used with this registry`);if(void 0!==this._definitionsByClass.get(n))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const s=n.prototype.attributeChangedCallback,c=new Set(n.observedAttributes||[]);h(n,c,s);const l={elementClass:n,connectedCallback:n.prototype.connectedCallback,disconnectedCallback:n.prototype.disconnectedCallback,adoptedCallback:n.prototype.adoptedCallback,attributeChangedCallback:s,formAssociated:n.formAssociated,formAssociatedCallback:n.prototype.formAssociatedCallback,formDisabledCallback:n.prototype.formDisabledCallback,formResetCallback:n.prototype.formResetCallback,formStateRestoreCallback:n.prototype.formStateRestoreCallback,observedAttributes:c};this._definitionsByTag.set(t,l),this._definitionsByClass.set(n,l);let u=r.call(o,t);u||(u=f(t),e.call(o,t,u)),this===window.customElements&&(a.set(n,l),l.standInClass=u);const d=this._awaitingUpgrade.get(t);if(d){this._awaitingUpgrade.delete(t);for(const t of d)i.delete(t),p(t,l,!0)}const y=this._whenDefinedPromises.get(t);return void 0!==y&&(y.resolve(n),this._whenDefinedPromises.delete(t)),n}upgrade(){g.push(this),o.upgrade.apply(o,arguments),g.pop()}get(t){const e=this._definitionsByTag.get(t);return e?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const e=this._getDefinition(t);if(void 0!==e)return Promise.resolve(e.elementClass);let r=this._whenDefinedPromises.get(t);return void 0===r&&(r={},r.promise=new Promise((t=>r.resolve=t)),this._whenDefinedPromises.set(t,r)),r.promise}_upgradeWhenDefined(t,e,r){let o=this._awaitingUpgrade.get(e);o||this._awaitingUpgrade.set(e,o=new Set),r?o.add(t):o.delete(t)}},window.HTMLElement=function(){let e=c;if(e)return c=void 0,e;const r=a.get(this.constructor);if(!r)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return e=Reflect.construct(t,[],r.standInClass),Object.setPrototypeOf(e,this.constructor.prototype),n.set(e,r),e},window.HTMLElement.prototype=t.prototype;const l=t=>t===document||t instanceof ShadowRoot,u=t=>{let e=t.getRootNode();if(!l(e)){const t=g[g.length-1];if(t instanceof CustomElementRegistry)return t;e=t.getRootNode(),l(e)||(e=s.get(e)?.getRootNode()||document)}return e.customElements},f=e=>class{static get formAssociated(){return!0}constructor(){const r=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(r,HTMLElement.prototype);const o=u(r)||window.customElements,n=o._getDefinition(e);return n?p(r,n):i.set(r,o),r}connectedCallback(){const t=n.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,e,!0)}disconnectedCallback(){const t=n.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,e,!1)}adoptedCallback(){const t=n.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=n.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=n.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=n.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=n.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},h=(t,e,r)=>{if(0===e.size||void 0===r)return;const o=t.prototype.setAttribute;o&&(t.prototype.setAttribute=function(t,n){const i=t.toLowerCase();if(e.has(i)){const t=this.getAttribute(i);o.call(this,i,n),r.call(this,i,t,n)}else o.call(this,i,n)});const n=t.prototype.removeAttribute;n&&(t.prototype.removeAttribute=function(t){const o=t.toLowerCase();if(e.has(o)){const t=this.getAttribute(o);n.call(this,o),r.call(this,o,t,null)}else n.call(this,o)});const i=t.prototype.toggleAttribute;i&&(t.prototype.toggleAttribute=function(t,o){const n=t.toLowerCase();if(e.has(n)){const t=this.getAttribute(n);i.call(this,n,o);const e=this.getAttribute(n);r.call(this,n,t,e)}else i.call(this,n,o)})},d=e=>{const r=Object.getPrototypeOf(e);if(r!==window.HTMLElement)return r===t?Object.setPrototypeOf(e,window.HTMLElement):d(r)},p=(t,e,r=!1)=>{Object.setPrototypeOf(t,e.elementClass.prototype),n.set(t,e),c=t;try{new e.elementClass}catch(t){d(e.elementClass),new e.elementClass}e.attributeChangedCallback&&e.observedAttributes.forEach((r=>{t.hasAttribute(r)&&e.attributeChangedCallback.call(t,r,null,t.getAttribute(r))})),r&&e.connectedCallback&&t.isConnected&&e.connectedCallback.call(t)},y=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const e=y.apply(this,arguments);return t.customElements&&(e.customElements=t.customElements),e};let g=[document];const m=(t,e,r=void 0)=>{const o=(r?Object.getPrototypeOf(r):t.prototype)[e];t.prototype[e]=function(){g.push(this);const t=o.apply(r||this,arguments);return void 0!==t&&s.set(t,this),g.pop(),t}};m(ShadowRoot,"createElement",document),m(ShadowRoot,"importNode",document),m(Element,"insertAdjacentHTML");const b=(t,e)=>{const r=Object.getOwnPropertyDescriptor(t.prototype,e);Object.defineProperty(t.prototype,e,{...r,set(t){g.push(this),r.set.call(this,t),g.pop()}})};if(b(Element,"innerHTML"),b(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,e=HTMLElement.prototype.attachInternals,r=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...r){const o=e.call(this,...r);return t.set(o,this),o},r.forEach((e=>{const r=window.ElementInternals.prototype,o=r[e];r[e]=function(...e){const r=t.get(this);if(!0===n.get(r).formAssociated)return o?.call(this,...e);throw new DOMException(`Failed to execute ${o} on 'ElementInternals': The target element is not a form-associated custom element.`)}}));class o extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class i{constructor(t){const e=new Map;t.forEach(((t,r)=>{const o=t.getAttribute("name"),n=e.get(o)||[];this[+r]=t,n.push(t),e.set(o,n)})),this.length=t.length,e.forEach(((t,e)=>{t&&(1===t.length?this[e]=t[0]:this[e]=new o(t))}))}namedItem(t){return this[t]}}const a=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=a.get.call(this,[]),e=[];for(const r of t){const t=n.get(r);t&&!0!==t.formAssociated||e.push(r)}return new i(e)}})}}try{window.customElements.define("custom-element",null)}catch(dn){const t=window.customElements.define;window.customElements.define=(e,r,o)=>{if(null!==r)try{t.bind(window.customElements)(e,r,o)}catch(t){console.info(e,r,o,t)}}}
16
16
  /**
17
17
  * @license
18
18
  * Copyright 2019 Google LLC
19
19
  * SPDX-License-Identifier: BSD-3-Clause
20
- */const e=globalThis,r=e.ShadowRoot&&(void 0===e.ShadyCSS||e.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,i=Symbol(),n=new WeakMap;const s=t=>new class{constructor(t,o,e){if(this._$cssResult$=!0,e!==i)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=o}get styleSheet(){let t=this.o;const o=this.t;if(r&&void 0===t){const e=void 0!==o&&1===o.length;e&&(t=n.get(o)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&n.set(o,t))}return t}toString(){return this.cssText}}("string"==typeof t?t:t+"",void 0,i),a=r?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let o="";for(const e of t.cssRules)o+=e.cssText;return s(o)})(t):t
20
+ */const e=globalThis,r=e.ShadowRoot&&(void 0===e.ShadyCSS||e.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,o=Symbol(),n=new WeakMap;const i=t=>new class{constructor(t,e,r){if(this._$cssResult$=!0,r!==o)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(r&&void 0===t){const r=void 0!==e&&1===e.length;r&&(t=n.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),r&&n.set(e,t))}return t}toString(){return this.cssText}}("string"==typeof t?t:t+"",void 0,o),a=r?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const r of t.cssRules)e+=r.cssText;return i(e)})(t):t
21
21
  /**
22
22
  * @license
23
23
  * Copyright 2017 Google LLC
24
24
  * SPDX-License-Identifier: BSD-3-Clause
25
- */,{is:c,defineProperty:l,getOwnPropertyDescriptor:h,getOwnPropertyNames:f,getOwnPropertySymbols:u,getPrototypeOf:d}=Object,p=globalThis,y=p.trustedTypes,g=y?y.emptyScript:"",m=p.reactiveElementPolyfillSupport,b=(t,o)=>t,N={toAttribute(t,o){switch(o){case Boolean:t=t?g:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,o){let e=t;switch(o){case Boolean:e=null!==t;break;case Number:e=null===t?null:Number(t);break;case Object:case Array:try{e=JSON.parse(t)}catch(t){e=null}}return e}},O=(t,o)=>!c(t,o),v={attribute:!0,type:String,converter:N,reflect:!1,hasChanged:O};Symbol.metadata??=Symbol("metadata"),p.litPropertyMetadata??=new WeakMap;let S=class extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,o=v){if(o.state&&(o.attribute=!1),this._$Ei(),this.elementProperties.set(t,o),!o.noAccessor){const e=Symbol(),r=this.getPropertyDescriptor(t,e,o);void 0!==r&&l(this.prototype,t,r)}}static getPropertyDescriptor(t,o,e){const{get:r,set:i}=h(this.prototype,t)??{get(){return this[o]},set(t){this[o]=t}};return{get(){return r?.call(this)},set(o){const n=r?.call(this);i.call(this,o),this.requestUpdate(t,n,e)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??v}static _$Ei(){if(this.hasOwnProperty(b("elementProperties")))return;const t=d(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(b("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(b("properties"))){const t=this.properties,o=[...f(t),...u(t)];for(const e of o)this.createProperty(e,t[e])}const t=this[Symbol.metadata];if(null!==t){const o=litPropertyMetadata.get(t);if(void 0!==o)for(const[t,e]of o)this.elementProperties.set(t,e)}this._$Eh=new Map;for(const[t,o]of this.elementProperties){const e=this._$Eu(t,o);void 0!==e&&this._$Eh.set(e,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const o=[];if(Array.isArray(t)){const e=new Set(t.flat(1/0).reverse());for(const t of e)o.unshift(a(t))}else void 0!==t&&o.push(a(t));return o}static _$Eu(t,o){const e=o.attribute;return!1===e?void 0:"string"==typeof e?e:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$E_??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){const t=new Map,o=this.constructor.elementProperties;for(const e of o.keys())this.hasOwnProperty(e)&&(t.set(e,this[e]),delete this[e]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((t,o)=>{if(r)t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const r of o){const o=document.createElement("style"),i=e.litNonce;void 0!==i&&o.setAttribute("nonce",i),o.textContent=r.cssText,t.appendChild(o)}})(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$E_?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,o,e){this._$AK(t,e)}_$EO(t,o){const e=this.constructor.elementProperties.get(t),r=this.constructor._$Eu(t,e);if(void 0!==r&&!0===e.reflect){const i=(void 0!==e.converter?.toAttribute?e.converter:N).toAttribute(o,e.type);this._$Em=t,null==i?this.removeAttribute(r):this.setAttribute(r,i),this._$Em=null}}_$AK(t,o){const e=this.constructor,r=e._$Eh.get(t);if(void 0!==r&&this._$Em!==r){const t=e.getPropertyOptions(r),i="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:N;this._$Em=r,this[r]=i.fromAttribute(o,t.type),this._$Em=null}}requestUpdate(t,o,e,r=!1,i){if(void 0!==t){if(e??=this.constructor.getPropertyOptions(t),!(e.hasChanged??O)(r?i:this[t],o))return;this.C(t,o,e)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(t,o,e){this._$AL.has(t)||this._$AL.set(t,o),!0===e.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,o]of this._$Ep)this[t]=o;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[o,e]of t)!0!==e.wrapped||this._$AL.has(o)||void 0===this[o]||this.C(o,this[o],e)}let t=!1;const o=this._$AL;try{t=this.shouldUpdate(o),t?(this.willUpdate(o),this._$E_?.forEach((t=>t.hostUpdate?.())),this.update(o)):this._$ET()}catch(o){throw t=!1,this._$ET(),o}t&&this._$AE(o)}willUpdate(t){}_$AE(t){this._$E_?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EO(t,this[t]))),this._$ET()}updated(t){}firstUpdated(t){}};S.elementStyles=[],S.shadowRootOptions={mode:"open"},S[b("elementProperties")]=new Map,S[b("finalized")]=new Map,m?.({ReactiveElement:S}),(p.reactiveElementVersions??=[]).push("2.0.2");
25
+ */,{is:s,defineProperty:c,getOwnPropertyDescriptor:l,getOwnPropertyNames:u,getOwnPropertySymbols:f,getPrototypeOf:h}=Object,d=globalThis,p=d.trustedTypes,y=p?p.emptyScript:"",g=d.reactiveElementPolyfillSupport,m=(t,e)=>t,b={toAttribute(t,e){switch(e){case Boolean:t=t?y:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let r=t;switch(e){case Boolean:r=null!==t;break;case Number:r=null===t?null:Number(t);break;case Object:case Array:try{r=JSON.parse(t)}catch(t){r=null}}return r}},v=(t,e)=>!s(t,e),O={attribute:!0,type:String,converter:b,reflect:!1,hasChanged:v};Symbol.metadata??=Symbol("metadata"),d.litPropertyMetadata??=new WeakMap;let S=class extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,e=O){if(e.state&&(e.attribute=!1),this._$Ei(),this.elementProperties.set(t,e),!e.noAccessor){const r=Symbol(),o=this.getPropertyDescriptor(t,r,e);void 0!==o&&c(this.prototype,t,o)}}static getPropertyDescriptor(t,e,r){const{get:o,set:n}=l(this.prototype,t)??{get(){return this[e]},set(t){this[e]=t}};return{get(){return o?.call(this)},set(e){const i=o?.call(this);n.call(this,e),this.requestUpdate(t,i,r)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??O}static _$Ei(){if(this.hasOwnProperty(m("elementProperties")))return;const t=h(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(m("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(m("properties"))){const t=this.properties,e=[...u(t),...f(t)];for(const r of e)this.createProperty(r,t[r])}const t=this[Symbol.metadata];if(null!==t){const e=litPropertyMetadata.get(t);if(void 0!==e)for(const[t,r]of e)this.elementProperties.set(t,r)}this._$Eh=new Map;for(const[t,e]of this.elementProperties){const r=this._$Eu(t,e);void 0!==r&&this._$Eh.set(r,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const r=new Set(t.flat(1/0).reverse());for(const t of r)e.unshift(a(t))}else void 0!==t&&e.push(a(t));return e}static _$Eu(t,e){const r=e.attribute;return!1===r?void 0:"string"==typeof r?r:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$E_??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){const t=new Map,e=this.constructor.elementProperties;for(const r of e.keys())this.hasOwnProperty(r)&&(t.set(r,this[r]),delete this[r]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((t,o)=>{if(r)t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const r of o){const o=document.createElement("style"),n=e.litNonce;void 0!==n&&o.setAttribute("nonce",n),o.textContent=r.cssText,t.appendChild(o)}})(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$E_?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,e,r){this._$AK(t,r)}_$EO(t,e){const r=this.constructor.elementProperties.get(t),o=this.constructor._$Eu(t,r);if(void 0!==o&&!0===r.reflect){const n=(void 0!==r.converter?.toAttribute?r.converter:b).toAttribute(e,r.type);this._$Em=t,null==n?this.removeAttribute(o):this.setAttribute(o,n),this._$Em=null}}_$AK(t,e){const r=this.constructor,o=r._$Eh.get(t);if(void 0!==o&&this._$Em!==o){const t=r.getPropertyOptions(o),n="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:b;this._$Em=o,this[o]=n.fromAttribute(e,t.type),this._$Em=null}}requestUpdate(t,e,r,o=!1,n){if(void 0!==t){if(r??=this.constructor.getPropertyOptions(t),!(r.hasChanged??v)(o?n:this[t],e))return;this.C(t,e,r)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(t,e,r){this._$AL.has(t)||this._$AL.set(t,e),!0===r.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,e]of this._$Ep)this[t]=e;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[e,r]of t)!0!==r.wrapped||this._$AL.has(e)||void 0===this[e]||this.C(e,this[e],r)}let t=!1;const e=this._$AL;try{t=this.shouldUpdate(e),t?(this.willUpdate(e),this._$E_?.forEach((t=>t.hostUpdate?.())),this.update(e)):this._$ET()}catch(e){throw t=!1,this._$ET(),e}t&&this._$AE(e)}willUpdate(t){}_$AE(t){this._$E_?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EO(t,this[t]))),this._$ET()}updated(t){}firstUpdated(t){}};S.elementStyles=[],S.shadowRootOptions={mode:"open"},S[m("elementProperties")]=new Map,S[m("finalized")]=new Map,g?.({ReactiveElement:S}),(d.reactiveElementVersions??=[]).push("2.0.2");
26
26
  /**
27
27
  * @license
28
28
  * Copyright 2017 Google LLC
29
29
  * SPDX-License-Identifier: BSD-3-Clause
30
30
  */
31
- const w={attribute:!0,type:String,converter:N,reflect:!1,hasChanged:O},x=(t=w,o,e)=>{const{kind:r,metadata:i}=e;let n=globalThis.litPropertyMetadata.get(i);if(void 0===n&&globalThis.litPropertyMetadata.set(i,n=new Map),n.set(e.name,t),"accessor"===r){const{name:r}=e;return{set(e){const i=o.get.call(this);o.set.call(this,e),this.requestUpdate(r,i,t)},init(o){return void 0!==o&&this.C(r,void 0,t),o}}}if("setter"===r){const{name:r}=e;return function(e){const i=this[r];o.call(this,e),this.requestUpdate(r,i,t)}}throw Error("Unsupported decorator location: "+r)};function C(t){return(o,e)=>"object"==typeof e?x(t,o,e):((t,o,e)=>{const r=o.hasOwnProperty(e);return o.constructor.createProperty(e,r?{...t,wrapped:!0}:t),r?Object.getOwnPropertyDescriptor(o,e):void 0})(t,o,e)
31
+ const w=globalThis,N=w.trustedTypes,x=N?N.createPolicy("lit-html",{createHTML:t=>t}):void 0,C="$lit$",E=`lit$${(Math.random()+"").slice(9)}$`,R="?"+E,M=`<${R}>`,L=document,k=()=>L.createComment(""),D=t=>null===t||"object"!=typeof t&&"function"!=typeof t,W=Array.isArray,I=t=>W(t)||"function"==typeof t?.[Symbol.iterator],U="[ \t\n\f\r]",Y=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,_=/-->/g,A=/>/g,F=RegExp(`>|${U}(?:([^\\s"'>=/]+)(${U}*=${U}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),j=/'/g,H=/"/g,P=/^(?:script|style|textarea|title)$/i,$=Symbol.for("lit-noChange"),K=Symbol.for("lit-nothing"),Z=new WeakMap,T=L.createTreeWalker(L,129);function B(t,e){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==x?x.createHTML(e):e}const z=(t,e)=>{const r=t.length-1,o=[];let n,i=2===e?"<svg>":"",a=Y;for(let e=0;e<r;e++){const r=t[e];let s,c,l=-1,u=0;for(;u<r.length&&(a.lastIndex=u,c=a.exec(r),null!==c);)u=a.lastIndex,a===Y?"!--"===c[1]?a=_:void 0!==c[1]?a=A:void 0!==c[2]?(P.test(c[2])&&(n=RegExp("</"+c[2],"g")),a=F):void 0!==c[3]&&(a=F):a===F?">"===c[0]?(a=n??Y,l=-1):void 0===c[1]?l=-2:(l=a.lastIndex-c[2].length,s=c[1],a=void 0===c[3]?F:'"'===c[3]?H:j):a===H||a===j?a=F:a===_||a===A?a=Y:(a=F,n=void 0);const f=a===F&&t[e+1].startsWith("/>")?" ":"";i+=a===Y?r+M:l>=0?(o.push(s),r.slice(0,l)+C+r.slice(l)+E+f):r+E+(-2===l?e:f)}return[B(t,i+(t[r]||"<?>")+(2===e?"</svg>":"")),o]};let G=class t{constructor({strings:e,_$litType$:r},o){let n;this.parts=[];let i=0,a=0;const s=e.length-1,c=this.parts,[l,u]=z(e,r);if(this.el=t.createElement(l,o),T.currentNode=this.el.content,2===r){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(n=T.nextNode())&&c.length<s;){if(1===n.nodeType){if(n.hasAttributes())for(const t of n.getAttributeNames())if(t.endsWith(C)){const e=u[a++],r=n.getAttribute(t).split(E),o=/([.?@])?(.*)/.exec(e);c.push({type:1,index:i,name:o[2],strings:r,ctor:"."===o[1]?Q:"?"===o[1]?tt:"@"===o[1]?et:X}),n.removeAttribute(t)}else t.startsWith(E)&&(c.push({type:6,index:i}),n.removeAttribute(t));if(P.test(n.tagName)){const t=n.textContent.split(E),e=t.length-1;if(e>0){n.textContent=N?N.emptyScript:"";for(let r=0;r<e;r++)n.append(t[r],k()),T.nextNode(),c.push({type:2,index:++i});n.append(t[e],k())}}}else if(8===n.nodeType)if(n.data===R)c.push({type:2,index:i});else{let t=-1;for(;-1!==(t=n.data.indexOf(E,t+1));)c.push({type:7,index:i}),t+=E.length-1}i++}}static createElement(t,e){const r=L.createElement("template");return r.innerHTML=t,r}};function q(t,e,r=t,o){if(e===$)return e;let n=void 0!==o?r._$Co?.[o]:r._$Cl;const i=D(e)?void 0:e._$litDirective$;return n?.constructor!==i&&(n?._$AO?.(!1),void 0===i?n=void 0:(n=new i(t),n._$AT(t,r,o)),void 0!==o?(r._$Co??=[])[o]=n:r._$Cl=n),void 0!==n&&(e=q(t,n._$AS(t,e.values),n,o)),e}let V=class{constructor(t,e){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:e},parts:r}=this._$AD,o=(t?.creationScope??L).importNode(e,!0);T.currentNode=o;let n=T.nextNode(),i=0,a=0,s=r[0];for(;void 0!==s;){if(i===s.index){let e;2===s.type?e=new J(n,n.nextSibling,this,t):1===s.type?e=new s.ctor(n,s.name,s.strings,this,t):6===s.type&&(e=new rt(n,this,t)),this._$AV.push(e),s=r[++a]}i!==s?.index&&(n=T.nextNode(),i++)}return T.currentNode=L,o}p(t){let e=0;for(const r of this._$AV)void 0!==r&&(void 0!==r.strings?(r._$AI(t,r,e),e+=r.strings.length-2):r._$AI(t[e])),e++}},J=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,e,r,o){this.type=2,this._$AH=K,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=r,this.options=o,this._$Cv=o?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===t?.nodeType&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=q(this,t,e),D(t)?t===K||null==t||""===t?(this._$AH!==K&&this._$AR(),this._$AH=K):t!==this._$AH&&t!==$&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):I(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==K&&D(this._$AH)?this._$AA.nextSibling.data=t:this.$(L.createTextNode(t)),this._$AH=t}g(t){const{values:e,_$litType$:r}=t,o="number"==typeof r?this._$AC(t):(void 0===r.el&&(r.el=G.createElement(B(r.h,r.h[0]),this.options)),r);if(this._$AH?._$AD===o)this._$AH.p(e);else{const t=new V(o,this),r=t.u(this.options);t.p(e),this.$(r),this._$AH=t}}_$AC(t){let e=Z.get(t.strings);return void 0===e&&Z.set(t.strings,e=new G(t)),e}T(e){W(this._$AH)||(this._$AH=[],this._$AR());const r=this._$AH;let o,n=0;for(const i of e)n===r.length?r.push(o=new t(this.k(k()),this.k(k()),this,this.options)):o=r[n],o._$AI(i),n++;n<r.length&&(this._$AR(o&&o._$AB.nextSibling,n),r.length=n)}_$AR(t=this._$AA.nextSibling,e){for(this._$AP?.(!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}},X=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,e,r,o,n){this.type=1,this._$AH=K,this._$AN=void 0,this.element=t,this.name=e,this._$AM=o,this.options=n,r.length>2||""!==r[0]||""!==r[1]?(this._$AH=Array(r.length-1).fill(new String),this.strings=r):this._$AH=K}_$AI(t,e=this,r,o){const n=this.strings;let i=!1;if(void 0===n)t=q(this,t,e,0),i=!D(t)||t!==this._$AH&&t!==$,i&&(this._$AH=t);else{const o=t;let a,s;for(t=n[0],a=0;a<n.length-1;a++)s=q(this,o[r+a],e,a),s===$&&(s=this._$AH[a]),i||=!D(s)||s!==this._$AH[a],s===K?t=K:t!==K&&(t+=(s??"")+n[a+1]),this._$AH[a]=s}i&&!o&&this.O(t)}O(t){t===K?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},Q=class extends X{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===K?void 0:t}},tt=class extends X{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==K)}},et=class extends X{constructor(t,e,r,o,n){super(t,e,r,o,n),this.type=5}_$AI(t,e=this){if((t=q(this,t,e,0)??K)===$)return;const r=this._$AH,o=t===K&&r!==K||t.capture!==r.capture||t.once!==r.once||t.passive!==r.passive,n=t!==K&&(r===K||o);o&&this.element.removeEventListener(this.name,this,r),n&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},rt=class{constructor(t,e,r){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=r}get _$AU(){return this._$AM._$AU}_$AI(t){q(this,t)}};const ot={j:C,P:E,A:R,C:1,M:z,L:V,R:I,V:q,D:J,I:X,H:tt,N:et,U:Q,B:rt},nt=w.litHtmlPolyfillSupport;nt?.(G,J),(w.litHtmlVersions??=[]).push("3.1.0");
32
+ /**
33
+ * @license
34
+ * Copyright 2019 Google LLC
35
+ * SPDX-License-Identifier: BSD-3-Clause
36
+ */
37
+ const it=globalThis,at=it.ShadowRoot&&(void 0===it.ShadyCSS||it.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,st=Symbol(),ct=new WeakMap;let lt=class{constructor(t,e,r){if(this._$cssResult$=!0,r!==st)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e}get styleSheet(){let t=this.o;const e=this.t;if(at&&void 0===t){const r=void 0!==e&&1===e.length;r&&(t=ct.get(e)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),r&&ct.set(e,t))}return t}toString(){return this.cssText}};const ut=t=>new lt("string"==typeof t?t:t+"",void 0,st),ft=(t,...e)=>{const r=1===t.length?t[0]:e.reduce(((e,r,o)=>e+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(r)+t[o+1]),t[0]);return new lt(r,t,st)},ht=(t,e)=>{if(at)t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const r of e){const e=document.createElement("style"),o=it.litNonce;void 0!==o&&e.setAttribute("nonce",o),e.textContent=r.cssText,t.appendChild(e)}},dt=at?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const r of t.cssRules)e+=r.cssText;return ut(e)})(t):t
32
38
  /**
33
39
  * @license
34
40
  * Copyright 2017 Google LLC
35
41
  * SPDX-License-Identifier: BSD-3-Clause
36
- */}const E=(t,o,e)=>(e.configurable=!0,e.enumerable=!0,e)
42
+ */,{is:pt,defineProperty:yt,getOwnPropertyDescriptor:gt,getOwnPropertyNames:mt,getOwnPropertySymbols:bt,getPrototypeOf:vt}=Object,Ot=globalThis,St=Ot.trustedTypes,wt=St?St.emptyScript:"",Nt=Ot.reactiveElementPolyfillSupport,xt=(t,e)=>t,Ct={toAttribute(t,e){switch(e){case Boolean:t=t?wt:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,e){let r=t;switch(e){case Boolean:r=null!==t;break;case Number:r=null===t?null:Number(t);break;case Object:case Array:try{r=JSON.parse(t)}catch(t){r=null}}return r}},Et=(t,e)=>!pt(t,e),Rt={attribute:!0,type:String,converter:Ct,reflect:!1,hasChanged:Et};Symbol.metadata??=Symbol("metadata"),Ot.litPropertyMetadata??=new WeakMap;let Mt=class extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,e=Rt){if(e.state&&(e.attribute=!1),this._$Ei(),this.elementProperties.set(t,e),!e.noAccessor){const r=Symbol(),o=this.getPropertyDescriptor(t,r,e);void 0!==o&&yt(this.prototype,t,o)}}static getPropertyDescriptor(t,e,r){const{get:o,set:n}=gt(this.prototype,t)??{get(){return this[e]},set(t){this[e]=t}};return{get(){return o?.call(this)},set(e){const i=o?.call(this);n.call(this,e),this.requestUpdate(t,i,r)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??Rt}static _$Ei(){if(this.hasOwnProperty(xt("elementProperties")))return;const t=vt(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(xt("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(xt("properties"))){const t=this.properties,e=[...mt(t),...bt(t)];for(const r of e)this.createProperty(r,t[r])}const t=this[Symbol.metadata];if(null!==t){const e=litPropertyMetadata.get(t);if(void 0!==e)for(const[t,r]of e)this.elementProperties.set(t,r)}this._$Eh=new Map;for(const[t,e]of this.elementProperties){const r=this._$Eu(t,e);void 0!==r&&this._$Eh.set(r,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const r=new Set(t.flat(1/0).reverse());for(const t of r)e.unshift(dt(t))}else void 0!==t&&e.push(dt(t));return e}static _$Eu(t,e){const r=e.attribute;return!1===r?void 0:"string"==typeof r?r:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$E_??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){const t=new Map,e=this.constructor.elementProperties;for(const r of e.keys())this.hasOwnProperty(r)&&(t.set(r,this[r]),delete this[r]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return ht(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$E_?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,e,r){this._$AK(t,r)}_$EO(t,e){const r=this.constructor.elementProperties.get(t),o=this.constructor._$Eu(t,r);if(void 0!==o&&!0===r.reflect){const n=(void 0!==r.converter?.toAttribute?r.converter:Ct).toAttribute(e,r.type);this._$Em=t,null==n?this.removeAttribute(o):this.setAttribute(o,n),this._$Em=null}}_$AK(t,e){const r=this.constructor,o=r._$Eh.get(t);if(void 0!==o&&this._$Em!==o){const t=r.getPropertyOptions(o),n="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:Ct;this._$Em=o,this[o]=n.fromAttribute(e,t.type),this._$Em=null}}requestUpdate(t,e,r,o=!1,n){if(void 0!==t){if(r??=this.constructor.getPropertyOptions(t),!(r.hasChanged??Et)(o?n:this[t],e))return;this.C(t,e,r)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(t,e,r){this._$AL.has(t)||this._$AL.set(t,e),!0===r.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,e]of this._$Ep)this[t]=e;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[e,r]of t)!0!==r.wrapped||this._$AL.has(e)||void 0===this[e]||this.C(e,this[e],r)}let t=!1;const e=this._$AL;try{t=this.shouldUpdate(e),t?(this.willUpdate(e),this._$E_?.forEach((t=>t.hostUpdate?.())),this.update(e)):this._$ET()}catch(e){throw t=!1,this._$ET(),e}t&&this._$AE(e)}willUpdate(t){}_$AE(t){this._$E_?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EO(t,this[t]))),this._$ET()}updated(t){}firstUpdated(t){}};Mt.elementStyles=[],Mt.shadowRootOptions={mode:"open"},Mt[xt("elementProperties")]=new Map,Mt[xt("finalized")]=new Map,Nt?.({ReactiveElement:Mt}),(Ot.reactiveElementVersions??=[]).push("2.0.2");
37
43
  /**
38
44
  * @license
39
45
  * Copyright 2017 Google LLC
40
46
  * SPDX-License-Identifier: BSD-3-Clause
41
- */;function M(t,o){try{return function(t,o){if(t===o)return!0;if(t&&o&&"object"==typeof t&&"object"==typeof o){if(t.constructor!==o.constructor)return!1;var e,r,i;if(Array.isArray(t)){if((e=t.length)!=o.length)return!1;for(r=e;0!=r--;)if(!M(t[r],o[r]))return!1;return!0}if(t instanceof Map&&o instanceof Map){if(t.size!==o.size)return!1;for(r of t.entries())if(!o.has(r[0]))return!1;for(r of t.entries())if(!M(r[1],o.get(r[0])))return!1;return!0}if(t instanceof Set&&o instanceof Set){if(t.size!==o.size)return!1;for(r of t.entries())if(!o.has(r[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===o.source&&t.flags===o.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===o.valueOf();if((e=(i=Object.keys(t)).length)!==Object.keys(o).length)return!1;for(r=e;0!=r--;)if(!Object.prototype.hasOwnProperty.call(o,i[r]))return!1;for(r=e;0!=r--;){var n=i[r];if(!M(t[n],o[n]))return!1}return!0}return t!=t&&o!=o}(t,o)}catch(t){return!1}}const R=t=>o=>{window.customElements.get(t)||window.customElements.define(t,o)};function U(t,o){const e=()=>JSON.parse(JSON.stringify(t));return C({type:Object,converter:{fromAttribute:t=>{if(null==t)return e();try{return JSON.parse(t)}catch{return e()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,o)=>!M(t,o),...null!=o?o:{}})}
47
+ */
48
+ const Lt=globalThis,kt=Lt.trustedTypes,Dt=kt?kt.createPolicy("lit-html",{createHTML:t=>t}):void 0,Wt="$lit$",It=`lit$${(Math.random()+"").slice(9)}$`,Ut="?"+It,Yt=`<${Ut}>`,_t=document,At=()=>_t.createComment(""),Ft=t=>null===t||"object"!=typeof t&&"function"!=typeof t,jt=Array.isArray,Ht=t=>jt(t)||"function"==typeof t?.[Symbol.iterator],Pt="[ \t\n\f\r]",$t=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Kt=/-->/g,Zt=/>/g,Tt=RegExp(`>|${Pt}(?:([^\\s"'>=/]+)(${Pt}*=${Pt}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),Bt=/'/g,zt=/"/g,Gt=/^(?:script|style|textarea|title)$/i,qt=t=>(e,...r)=>({_$litType$:t,strings:e,values:r}),Vt=qt(1),Jt=qt(2),Xt=Symbol.for("lit-noChange"),Qt=Symbol.for("lit-nothing"),te=new WeakMap,ee=_t.createTreeWalker(_t,129);function re(t,e){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==Dt?Dt.createHTML(e):e}const oe=(t,e)=>{const r=t.length-1,o=[];let n,i=2===e?"<svg>":"",a=$t;for(let e=0;e<r;e++){const r=t[e];let s,c,l=-1,u=0;for(;u<r.length&&(a.lastIndex=u,c=a.exec(r),null!==c);)u=a.lastIndex,a===$t?"!--"===c[1]?a=Kt:void 0!==c[1]?a=Zt:void 0!==c[2]?(Gt.test(c[2])&&(n=RegExp("</"+c[2],"g")),a=Tt):void 0!==c[3]&&(a=Tt):a===Tt?">"===c[0]?(a=n??$t,l=-1):void 0===c[1]?l=-2:(l=a.lastIndex-c[2].length,s=c[1],a=void 0===c[3]?Tt:'"'===c[3]?zt:Bt):a===zt||a===Bt?a=Tt:a===Kt||a===Zt?a=$t:(a=Tt,n=void 0);const f=a===Tt&&t[e+1].startsWith("/>")?" ":"";i+=a===$t?r+Yt:l>=0?(o.push(s),r.slice(0,l)+Wt+r.slice(l)+It+f):r+It+(-2===l?e:f)}return[re(t,i+(t[r]||"<?>")+(2===e?"</svg>":"")),o]};class ne{constructor({strings:t,_$litType$:e},r){let o;this.parts=[];let n=0,i=0;const a=t.length-1,s=this.parts,[c,l]=oe(t,e);if(this.el=ne.createElement(c,r),ee.currentNode=this.el.content,2===e){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(o=ee.nextNode())&&s.length<a;){if(1===o.nodeType){if(o.hasAttributes())for(const t of o.getAttributeNames())if(t.endsWith(Wt)){const e=l[i++],r=o.getAttribute(t).split(It),a=/([.?@])?(.*)/.exec(e);s.push({type:1,index:n,name:a[2],strings:r,ctor:"."===a[1]?le:"?"===a[1]?ue:"@"===a[1]?fe:ce}),o.removeAttribute(t)}else t.startsWith(It)&&(s.push({type:6,index:n}),o.removeAttribute(t));if(Gt.test(o.tagName)){const t=o.textContent.split(It),e=t.length-1;if(e>0){o.textContent=kt?kt.emptyScript:"";for(let r=0;r<e;r++)o.append(t[r],At()),ee.nextNode(),s.push({type:2,index:++n});o.append(t[e],At())}}}else if(8===o.nodeType)if(o.data===Ut)s.push({type:2,index:n});else{let t=-1;for(;-1!==(t=o.data.indexOf(It,t+1));)s.push({type:7,index:n}),t+=It.length-1}n++}}static createElement(t,e){const r=_t.createElement("template");return r.innerHTML=t,r}}function ie(t,e,r=t,o){if(e===Xt)return e;let n=void 0!==o?r._$Co?.[o]:r._$Cl;const i=Ft(e)?void 0:e._$litDirective$;return n?.constructor!==i&&(n?._$AO?.(!1),void 0===i?n=void 0:(n=new i(t),n._$AT(t,r,o)),void 0!==o?(r._$Co??=[])[o]=n:r._$Cl=n),void 0!==n&&(e=ie(t,n._$AS(t,e.values),n,o)),e}let ae=class{constructor(t,e){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=e}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:e},parts:r}=this._$AD,o=(t?.creationScope??_t).importNode(e,!0);ee.currentNode=o;let n=ee.nextNode(),i=0,a=0,s=r[0];for(;void 0!==s;){if(i===s.index){let e;2===s.type?e=new se(n,n.nextSibling,this,t):1===s.type?e=new s.ctor(n,s.name,s.strings,this,t):6===s.type&&(e=new he(n,this,t)),this._$AV.push(e),s=r[++a]}i!==s?.index&&(n=ee.nextNode(),i++)}return ee.currentNode=_t,o}p(t){let e=0;for(const r of this._$AV)void 0!==r&&(void 0!==r.strings?(r._$AI(t,r,e),e+=r.strings.length-2):r._$AI(t[e])),e++}},se=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,e,r,o){this.type=2,this._$AH=Qt,this._$AN=void 0,this._$AA=t,this._$AB=e,this._$AM=r,this.options=o,this._$Cv=o?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const e=this._$AM;return void 0!==e&&11===t?.nodeType&&(t=e.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,e=this){t=ie(this,t,e),Ft(t)?t===Qt||null==t||""===t?(this._$AH!==Qt&&this._$AR(),this._$AH=Qt):t!==this._$AH&&t!==Xt&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):Ht(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==Qt&&Ft(this._$AH)?this._$AA.nextSibling.data=t:this.$(_t.createTextNode(t)),this._$AH=t}g(t){const{values:e,_$litType$:r}=t,o="number"==typeof r?this._$AC(t):(void 0===r.el&&(r.el=ne.createElement(re(r.h,r.h[0]),this.options)),r);if(this._$AH?._$AD===o)this._$AH.p(e);else{const t=new ae(o,this),r=t.u(this.options);t.p(e),this.$(r),this._$AH=t}}_$AC(t){let e=te.get(t.strings);return void 0===e&&te.set(t.strings,e=new ne(t)),e}T(e){jt(this._$AH)||(this._$AH=[],this._$AR());const r=this._$AH;let o,n=0;for(const i of e)n===r.length?r.push(o=new t(this.k(At()),this.k(At()),this,this.options)):o=r[n],o._$AI(i),n++;n<r.length&&(this._$AR(o&&o._$AB.nextSibling,n),r.length=n)}_$AR(t=this._$AA.nextSibling,e){for(this._$AP?.(!1,!0,e);t&&t!==this._$AB;){const e=t.nextSibling;t.remove(),t=e}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}},ce=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,e,r,o,n){this.type=1,this._$AH=Qt,this._$AN=void 0,this.element=t,this.name=e,this._$AM=o,this.options=n,r.length>2||""!==r[0]||""!==r[1]?(this._$AH=Array(r.length-1).fill(new String),this.strings=r):this._$AH=Qt}_$AI(t,e=this,r,o){const n=this.strings;let i=!1;if(void 0===n)t=ie(this,t,e,0),i=!Ft(t)||t!==this._$AH&&t!==Xt,i&&(this._$AH=t);else{const o=t;let a,s;for(t=n[0],a=0;a<n.length-1;a++)s=ie(this,o[r+a],e,a),s===Xt&&(s=this._$AH[a]),i||=!Ft(s)||s!==this._$AH[a],s===Qt?t=Qt:t!==Qt&&(t+=(s??"")+n[a+1]),this._$AH[a]=s}i&&!o&&this.O(t)}O(t){t===Qt?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},le=class extends ce{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===Qt?void 0:t}},ue=class extends ce{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==Qt)}},fe=class extends ce{constructor(t,e,r,o,n){super(t,e,r,o,n),this.type=5}_$AI(t,e=this){if((t=ie(this,t,e,0)??Qt)===Xt)return;const r=this._$AH,o=t===Qt&&r!==Qt||t.capture!==r.capture||t.once!==r.once||t.passive!==r.passive,n=t!==Qt&&(r===Qt||o);o&&this.element.removeEventListener(this.name,this,r),n&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},he=class{constructor(t,e,r){this.element=t,this.type=6,this._$AN=void 0,this._$AM=e,this.options=r}get _$AU(){return this._$AM._$AU}_$AI(t){ie(this,t)}};const de={j:Wt,P:It,A:Ut,C:1,M:oe,L:ae,R:Ht,V:ie,D:se,I:ce,H:ue,N:fe,U:le,B:he},pe=Lt.litHtmlPolyfillSupport;pe?.(ne,se),(Lt.litHtmlVersions??=[]).push("3.1.0");const ye=(t,e,r)=>{const o=r?.renderBefore??e;let n=o._$litPart$;if(void 0===n){const t=r?.renderBefore??null;o._$litPart$=n=new se(e.insertBefore(At(),t),t,void 0,r??{})}return n._$AI(t),n
42
49
  /**
43
50
  * @license
44
51
  * Copyright 2017 Google LLC
45
52
  * SPDX-License-Identifier: BSD-3-Clause
46
- */const W=globalThis,k=W.trustedTypes,Y=k?k.createPolicy("lit-html",{createHTML:t=>t}):void 0,D="$lit$",I=`lit$${(Math.random()+"").slice(9)}$`,L="?"+I,Z=`<${L}>`,K=document,A=()=>K.createComment(""),F=t=>null===t||"object"!=typeof t&&"function"!=typeof t,H=Array.isArray,_="[ \t\n\f\r]",$=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,T=/-->/g,G=/>/g,z=RegExp(`>|${_}(?:([^\\s"'>=/]+)(${_}*=${_}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),B=/'/g,j=/"/g,P=/^(?:script|style|textarea|title)$/i,J=Symbol.for("lit-noChange"),q=Symbol.for("lit-nothing"),Q=new WeakMap,V=K.createTreeWalker(K,129);function X(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==Y?Y.createHTML(o):o}let tt=class t{constructor({strings:o,_$litType$:e},r){let i;this.parts=[];let n=0,s=0;const a=o.length-1,c=this.parts,[l,h]=((t,o)=>{const e=t.length-1,r=[];let i,n=2===o?"<svg>":"",s=$;for(let o=0;o<e;o++){const e=t[o];let a,c,l=-1,h=0;for(;h<e.length&&(s.lastIndex=h,c=s.exec(e),null!==c);)h=s.lastIndex,s===$?"!--"===c[1]?s=T:void 0!==c[1]?s=G:void 0!==c[2]?(P.test(c[2])&&(i=RegExp("</"+c[2],"g")),s=z):void 0!==c[3]&&(s=z):s===z?">"===c[0]?(s=i??$,l=-1):void 0===c[1]?l=-2:(l=s.lastIndex-c[2].length,a=c[1],s=void 0===c[3]?z:'"'===c[3]?j:B):s===j||s===B?s=z:s===T||s===G?s=$:(s=z,i=void 0);const f=s===z&&t[o+1].startsWith("/>")?" ":"";n+=s===$?e+Z:l>=0?(r.push(a),e.slice(0,l)+D+e.slice(l)+I+f):e+I+(-2===l?o:f)}return[X(t,n+(t[e]||"<?>")+(2===o?"</svg>":"")),r]})(o,e);if(this.el=t.createElement(l,r),V.currentNode=this.el.content,2===e){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(i=V.nextNode())&&c.length<a;){if(1===i.nodeType){if(i.hasAttributes())for(const t of i.getAttributeNames())if(t.endsWith(D)){const o=h[s++],e=i.getAttribute(t).split(I),r=/([.?@])?(.*)/.exec(o);c.push({type:1,index:n,name:r[2],strings:e,ctor:"."===r[1]?it:"?"===r[1]?nt:"@"===r[1]?st:rt}),i.removeAttribute(t)}else t.startsWith(I)&&(c.push({type:6,index:n}),i.removeAttribute(t));if(P.test(i.tagName)){const t=i.textContent.split(I),o=t.length-1;if(o>0){i.textContent=k?k.emptyScript:"";for(let e=0;e<o;e++)i.append(t[e],A()),V.nextNode(),c.push({type:2,index:++n});i.append(t[o],A())}}}else if(8===i.nodeType)if(i.data===L)c.push({type:2,index:n});else{let t=-1;for(;-1!==(t=i.data.indexOf(I,t+1));)c.push({type:7,index:n}),t+=I.length-1}n++}}static createElement(t,o){const e=K.createElement("template");return e.innerHTML=t,e}};function ot(t,o,e=t,r){if(o===J)return o;let i=void 0!==r?e._$Co?.[r]:e._$Cl;const n=F(o)?void 0:o._$litDirective$;return i?.constructor!==n&&(i?._$AO?.(!1),void 0===n?i=void 0:(i=new n(t),i._$AT(t,e,r)),void 0!==r?(e._$Co??=[])[r]=i:e._$Cl=i),void 0!==i&&(o=ot(t,i._$AS(t,o.values),i,r)),o}let et=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=q,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===t?.nodeType&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=ot(this,t,o),F(t)?t===q||null==t||""===t?(this._$AH!==q&&this._$AR(),this._$AH=q):t!==this._$AH&&t!==J&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>H(t)||"function"==typeof t?.[Symbol.iterator])(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==q&&F(this._$AH)?this._$AA.nextSibling.data=t:this.$(K.createTextNode(t)),this._$AH=t}g(t){const{values:o,_$litType$:e}=t,r="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=tt.createElement(X(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new class{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:o},parts:e}=this._$AD,r=(t?.creationScope??K).importNode(o,!0);V.currentNode=r;let i=V.nextNode(),n=0,s=0,a=e[0];for(;void 0!==a;){if(n===a.index){let o;2===a.type?o=new et(i,i.nextSibling,this,t):1===a.type?o=new a.ctor(i,a.name,a.strings,this,t):6===a.type&&(o=new at(i,this,t)),this._$AV.push(o),a=e[++s]}n!==a?.index&&(i=V.nextNode(),n++)}return V.currentNode=K,r}p(t){let o=0;for(const e of this._$AV)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,o),o+=e.strings.length-2):e._$AI(t[o])),o++}}(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=Q.get(t.strings);return void 0===o&&Q.set(t.strings,o=new tt(t)),o}T(o){H(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let r,i=0;for(const n of o)i===e.length?e.push(r=new t(this.k(A()),this.k(A()),this,this.options)):r=e[i],r._$AI(n),i++;i<e.length&&(this._$AR(r&&r._$AB.nextSibling,i),e.length=i)}_$AR(t=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}},rt=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,i){this.type=1,this._$AH=q,this._$AN=void 0,this.element=t,this.name=o,this._$AM=r,this.options=i,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=q}_$AI(t,o=this,e,r){const i=this.strings;let n=!1;if(void 0===i)t=ot(this,t,o,0),n=!F(t)||t!==this._$AH&&t!==J,n&&(this._$AH=t);else{const r=t;let s,a;for(t=i[0],s=0;s<i.length-1;s++)a=ot(this,r[e+s],o,s),a===J&&(a=this._$AH[s]),n||=!F(a)||a!==this._$AH[s],a===q?t=q:t!==q&&(t+=(a??"")+i[s+1]),this._$AH[s]=a}n&&!r&&this.O(t)}O(t){t===q?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},it=class extends rt{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===q?void 0:t}},nt=class extends rt{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==q)}},st=class extends rt{constructor(t,o,e,r,i){super(t,o,e,r,i),this.type=5}_$AI(t,o=this){if((t=ot(this,t,o,0)??q)===J)return;const e=this._$AH,r=t===q&&e!==q||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,i=t!==q&&(e===q||r);r&&this.element.removeEventListener(this.name,this,e),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},at=class{constructor(t,o,e){this.element=t,this.type=6,this._$AN=void 0,this._$AM=o,this.options=e}get _$AU(){return this._$AM._$AU}_$AI(t){ot(this,t)}};const ct=W.litHtmlPolyfillSupport;ct?.(tt,et),(W.litHtmlVersions??=[]).push("3.1.0");
53
+ */};let ge=class extends Mt{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=ye(e,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return Xt}};ge._$litElement$=!0,ge.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:ge});const me=globalThis.litElementPolyfillSupport;me?.({LitElement:ge});(globalThis.litElementVersions??=[]).push("4.0.2");var be=Object.freeze({__proto__:null,CSSResult:lt,LitElement:ge,ReactiveElement:Mt,_$LE:{_$AK:(t,e,r)=>{t._$AK(e,r)},_$AL:t=>t._$AL},_$LH:de,adoptStyles:ht,css:ft,defaultConverter:Ct,getCompatibleStyle:dt,html:Vt,isServer:!1,noChange:Xt,notEqual:Et,nothing:Qt,render:ye,supportsAdoptingStyleSheets:at,svg:Jt,unsafeCSS:ut});
47
54
  /**
48
55
  * @license
49
- * Copyright 2019 Google LLC
56
+ * Copyright 2017 Google LLC
57
+ * SPDX-License-Identifier: BSD-3-Clause
58
+ */const ve={attribute:!0,type:String,converter:b,reflect:!1,hasChanged:v},Oe=(t=ve,e,r)=>{const{kind:o,metadata:n}=r;let i=globalThis.litPropertyMetadata.get(n);if(void 0===i&&globalThis.litPropertyMetadata.set(n,i=new Map),i.set(r.name,t),"accessor"===o){const{name:o}=r;return{set(r){const n=e.get.call(this);e.set.call(this,r),this.requestUpdate(o,n,t)},init(e){return void 0!==e&&this.C(o,void 0,t),e}}}if("setter"===o){const{name:o}=r;return function(r){const n=this[o];e.call(this,r),this.requestUpdate(o,n,t)}}throw Error("Unsupported decorator location: "+o)};
59
+ /**
60
+ * @license
61
+ * Copyright 2017 Google LLC
62
+ * SPDX-License-Identifier: BSD-3-Clause
63
+ */function Se(t){return(e,r)=>"object"==typeof r?Oe(t,e,r):((t,e,r)=>{const o=e.hasOwnProperty(r);return e.constructor.createProperty(r,o?{...t,wrapped:!0}:t),o?Object.getOwnPropertyDescriptor(e,r):void 0})(t,e,r)
64
+ /**
65
+ * @license
66
+ * Copyright 2017 Google LLC
67
+ * SPDX-License-Identifier: BSD-3-Clause
68
+ */}
69
+ /**
70
+ * @license
71
+ * Copyright 2017 Google LLC
50
72
  * SPDX-License-Identifier: BSD-3-Clause
51
73
  */
52
- const lt=globalThis,ht=lt.ShadowRoot&&(void 0===lt.ShadyCSS||lt.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,ft=Symbol(),ut=new WeakMap;let dt=class{constructor(t,o,e){if(this._$cssResult$=!0,e!==ft)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=o}get styleSheet(){let t=this.o;const o=this.t;if(ht&&void 0===t){const e=void 0!==o&&1===o.length;e&&(t=ut.get(o)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&ut.set(o,t))}return t}toString(){return this.cssText}};const pt=t=>new dt("string"==typeof t?t:t+"",void 0,ft),yt=(t,...o)=>{const e=1===t.length?t[0]:o.reduce(((o,e,r)=>o+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(e)+t[r+1]),t[0]);return new dt(e,t,ft)},gt=ht?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let o="";for(const e of t.cssRules)o+=e.cssText;return pt(o)})(t):t
74
+ const we=(t,e,r)=>(r.configurable=!0,r.enumerable=!0,r)
53
75
  /**
54
76
  * @license
55
77
  * Copyright 2017 Google LLC
56
78
  * SPDX-License-Identifier: BSD-3-Clause
57
- */,{is:mt,defineProperty:bt,getOwnPropertyDescriptor:Nt,getOwnPropertyNames:Ot,getOwnPropertySymbols:vt,getPrototypeOf:St}=Object,wt=globalThis,xt=wt.trustedTypes,Ct=xt?xt.emptyScript:"",Et=wt.reactiveElementPolyfillSupport,Mt=(t,o)=>t,Rt={toAttribute(t,o){switch(o){case Boolean:t=t?Ct:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,o){let e=t;switch(o){case Boolean:e=null!==t;break;case Number:e=null===t?null:Number(t);break;case Object:case Array:try{e=JSON.parse(t)}catch(t){e=null}}return e}},Ut=(t,o)=>!mt(t,o),Wt={attribute:!0,type:String,converter:Rt,reflect:!1,hasChanged:Ut};Symbol.metadata??=Symbol("metadata"),wt.litPropertyMetadata??=new WeakMap;class kt extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,o=Wt){if(o.state&&(o.attribute=!1),this._$Ei(),this.elementProperties.set(t,o),!o.noAccessor){const e=Symbol(),r=this.getPropertyDescriptor(t,e,o);void 0!==r&&bt(this.prototype,t,r)}}static getPropertyDescriptor(t,o,e){const{get:r,set:i}=Nt(this.prototype,t)??{get(){return this[o]},set(t){this[o]=t}};return{get(){return r?.call(this)},set(o){const n=r?.call(this);i.call(this,o),this.requestUpdate(t,n,e)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??Wt}static _$Ei(){if(this.hasOwnProperty(Mt("elementProperties")))return;const t=St(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(Mt("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(Mt("properties"))){const t=this.properties,o=[...Ot(t),...vt(t)];for(const e of o)this.createProperty(e,t[e])}const t=this[Symbol.metadata];if(null!==t){const o=litPropertyMetadata.get(t);if(void 0!==o)for(const[t,e]of o)this.elementProperties.set(t,e)}this._$Eh=new Map;for(const[t,o]of this.elementProperties){const e=this._$Eu(t,o);void 0!==e&&this._$Eh.set(e,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const o=[];if(Array.isArray(t)){const e=new Set(t.flat(1/0).reverse());for(const t of e)o.unshift(gt(t))}else void 0!==t&&o.push(gt(t));return o}static _$Eu(t,o){const e=o.attribute;return!1===e?void 0:"string"==typeof e?e:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$E_??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){const t=new Map,o=this.constructor.elementProperties;for(const e of o.keys())this.hasOwnProperty(e)&&(t.set(e,this[e]),delete this[e]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((t,o)=>{if(ht)t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const e of o){const o=document.createElement("style"),r=lt.litNonce;void 0!==r&&o.setAttribute("nonce",r),o.textContent=e.cssText,t.appendChild(o)}})(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$E_?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,o,e){this._$AK(t,e)}_$EO(t,o){const e=this.constructor.elementProperties.get(t),r=this.constructor._$Eu(t,e);if(void 0!==r&&!0===e.reflect){const i=(void 0!==e.converter?.toAttribute?e.converter:Rt).toAttribute(o,e.type);this._$Em=t,null==i?this.removeAttribute(r):this.setAttribute(r,i),this._$Em=null}}_$AK(t,o){const e=this.constructor,r=e._$Eh.get(t);if(void 0!==r&&this._$Em!==r){const t=e.getPropertyOptions(r),i="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:Rt;this._$Em=r,this[r]=i.fromAttribute(o,t.type),this._$Em=null}}requestUpdate(t,o,e,r=!1,i){if(void 0!==t){if(e??=this.constructor.getPropertyOptions(t),!(e.hasChanged??Ut)(r?i:this[t],o))return;this.C(t,o,e)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(t,o,e){this._$AL.has(t)||this._$AL.set(t,o),!0===e.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,o]of this._$Ep)this[t]=o;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[o,e]of t)!0!==e.wrapped||this._$AL.has(o)||void 0===this[o]||this.C(o,this[o],e)}let t=!1;const o=this._$AL;try{t=this.shouldUpdate(o),t?(this.willUpdate(o),this._$E_?.forEach((t=>t.hostUpdate?.())),this.update(o)):this._$ET()}catch(o){throw t=!1,this._$ET(),o}t&&this._$AE(o)}willUpdate(t){}_$AE(t){this._$E_?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EO(t,this[t]))),this._$ET()}updated(t){}firstUpdated(t){}}kt.elementStyles=[],kt.shadowRootOptions={mode:"open"},kt[Mt("elementProperties")]=new Map,kt[Mt("finalized")]=new Map,Et?.({ReactiveElement:kt}),(wt.reactiveElementVersions??=[]).push("2.0.2");
79
+ */;function Ne(t,e){return(r,o,n)=>{const i=e=>e.renderRoot?.querySelector(t)??null;if(e){const{get:t,set:e}="object"==typeof o?r:n??(()=>{const t=Symbol();return{get(){return this[t]},set(e){this[t]=e}}})();return we(0,0,{get(){let r=t.call(this);return void 0===r&&(r=i(this),(null!==r||this.hasUpdated)&&e.call(this,r)),r}})}return we(0,0,{get(){return i(this)}})}}
80
+ /**
81
+ * @license
82
+ * Copyright 2017 Google LLC
83
+ * SPDX-License-Identifier: BSD-3-Clause
84
+ */let xe;var Ce=Object.freeze({__proto__:null,customElement:t=>(e,r)=>{void 0!==r?r.addInitializer((()=>{customElements.define(t,e)})):customElements.define(t,e)},eventOptions:
58
85
  /**
59
86
  * @license
60
87
  * Copyright 2017 Google LLC
61
88
  * SPDX-License-Identifier: BSD-3-Clause
62
89
  */
63
- const Yt=globalThis,Dt=Yt.trustedTypes,It=Dt?Dt.createPolicy("lit-html",{createHTML:t=>t}):void 0,Lt="$lit$",Zt=`lit$${(Math.random()+"").slice(9)}$`,Kt="?"+Zt,At=`<${Kt}>`,Ft=document,Ht=()=>Ft.createComment(""),_t=t=>null===t||"object"!=typeof t&&"function"!=typeof t,$t=Array.isArray,Tt="[ \t\n\f\r]",Gt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,zt=/-->/g,Bt=/>/g,jt=RegExp(`>|${Tt}(?:([^\\s"'>=/]+)(${Tt}*=${Tt}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),Pt=/'/g,Jt=/"/g,qt=/^(?:script|style|textarea|title)$/i,Qt=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),Vt=Symbol.for("lit-noChange"),Xt=Symbol.for("lit-nothing"),to=new WeakMap,oo=Ft.createTreeWalker(Ft,129);function eo(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==It?It.createHTML(o):o}const ro=(t,o)=>{const e=t.length-1,r=[];let i,n=2===o?"<svg>":"",s=Gt;for(let o=0;o<e;o++){const e=t[o];let a,c,l=-1,h=0;for(;h<e.length&&(s.lastIndex=h,c=s.exec(e),null!==c);)h=s.lastIndex,s===Gt?"!--"===c[1]?s=zt:void 0!==c[1]?s=Bt:void 0!==c[2]?(qt.test(c[2])&&(i=RegExp("</"+c[2],"g")),s=jt):void 0!==c[3]&&(s=jt):s===jt?">"===c[0]?(s=i??Gt,l=-1):void 0===c[1]?l=-2:(l=s.lastIndex-c[2].length,a=c[1],s=void 0===c[3]?jt:'"'===c[3]?Jt:Pt):s===Jt||s===Pt?s=jt:s===zt||s===Bt?s=Gt:(s=jt,i=void 0);const f=s===jt&&t[o+1].startsWith("/>")?" ":"";n+=s===Gt?e+At:l>=0?(r.push(a),e.slice(0,l)+Lt+e.slice(l)+Zt+f):e+Zt+(-2===l?o:f)}return[eo(t,n+(t[e]||"<?>")+(2===o?"</svg>":"")),r]};class io{constructor({strings:t,_$litType$:o},e){let r;this.parts=[];let i=0,n=0;const s=t.length-1,a=this.parts,[c,l]=ro(t,o);if(this.el=io.createElement(c,e),oo.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=oo.nextNode())&&a.length<s;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(Lt)){const o=l[n++],e=r.getAttribute(t).split(Zt),s=/([.?@])?(.*)/.exec(o);a.push({type:1,index:i,name:s[2],strings:e,ctor:"."===s[1]?co:"?"===s[1]?lo:"@"===s[1]?ho:ao}),r.removeAttribute(t)}else t.startsWith(Zt)&&(a.push({type:6,index:i}),r.removeAttribute(t));if(qt.test(r.tagName)){const t=r.textContent.split(Zt),o=t.length-1;if(o>0){r.textContent=Dt?Dt.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],Ht()),oo.nextNode(),a.push({type:2,index:++i});r.append(t[o],Ht())}}}else if(8===r.nodeType)if(r.data===Kt)a.push({type:2,index:i});else{let t=-1;for(;-1!==(t=r.data.indexOf(Zt,t+1));)a.push({type:7,index:i}),t+=Zt.length-1}i++}}static createElement(t,o){const e=Ft.createElement("template");return e.innerHTML=t,e}}function no(t,o,e=t,r){if(o===Vt)return o;let i=void 0!==r?e._$Co?.[r]:e._$Cl;const n=_t(o)?void 0:o._$litDirective$;return i?.constructor!==n&&(i?._$AO?.(!1),void 0===n?i=void 0:(i=new n(t),i._$AT(t,e,r)),void 0!==r?(e._$Co??=[])[r]=i:e._$Cl=i),void 0!==i&&(o=no(t,i._$AS(t,o.values),i,r)),o}class so{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=Xt,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===t?.nodeType&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=no(this,t,o),_t(t)?t===Xt||null==t||""===t?(this._$AH!==Xt&&this._$AR(),this._$AH=Xt):t!==this._$AH&&t!==Vt&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>$t(t)||"function"==typeof t?.[Symbol.iterator])(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==Xt&&_t(this._$AH)?this._$AA.nextSibling.data=t:this.$(Ft.createTextNode(t)),this._$AH=t}g(t){const{values:o,_$litType$:e}=t,r="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=io.createElement(eo(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new class{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:o},parts:e}=this._$AD,r=(t?.creationScope??Ft).importNode(o,!0);oo.currentNode=r;let i=oo.nextNode(),n=0,s=0,a=e[0];for(;void 0!==a;){if(n===a.index){let o;2===a.type?o=new so(i,i.nextSibling,this,t):1===a.type?o=new a.ctor(i,a.name,a.strings,this,t):6===a.type&&(o=new fo(i,this,t)),this._$AV.push(o),a=e[++s]}n!==a?.index&&(i=oo.nextNode(),n++)}return oo.currentNode=Ft,r}p(t){let o=0;for(const e of this._$AV)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,o),o+=e.strings.length-2):e._$AI(t[o])),o++}}(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=to.get(t.strings);return void 0===o&&to.set(t.strings,o=new io(t)),o}T(t){$t(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let e,r=0;for(const i of t)r===o.length?o.push(e=new so(this.k(Ht()),this.k(Ht()),this,this.options)):e=o[r],e._$AI(i),r++;r<o.length&&(this._$AR(e&&e._$AB.nextSibling,r),o.length=r)}_$AR(t=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}}class ao{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,i){this.type=1,this._$AH=Xt,this._$AN=void 0,this.element=t,this.name=o,this._$AM=r,this.options=i,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=Xt}_$AI(t,o=this,e,r){const i=this.strings;let n=!1;if(void 0===i)t=no(this,t,o,0),n=!_t(t)||t!==this._$AH&&t!==Vt,n&&(this._$AH=t);else{const r=t;let s,a;for(t=i[0],s=0;s<i.length-1;s++)a=no(this,r[e+s],o,s),a===Vt&&(a=this._$AH[s]),n||=!_t(a)||a!==this._$AH[s],a===Xt?t=Xt:t!==Xt&&(t+=(a??"")+i[s+1]),this._$AH[s]=a}n&&!r&&this.O(t)}O(t){t===Xt?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class co extends ao{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===Xt?void 0:t}}class lo extends ao{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==Xt)}}class ho extends ao{constructor(t,o,e,r,i){super(t,o,e,r,i),this.type=5}_$AI(t,o=this){if((t=no(this,t,o,0)??Xt)===Vt)return;const e=this._$AH,r=t===Xt&&e!==Xt||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,i=t!==Xt&&(e===Xt||r);r&&this.element.removeEventListener(this.name,this,e),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}}class fo{constructor(t,o,e){this.element=t,this.type=6,this._$AN=void 0,this._$AM=o,this.options=e}get _$AU(){return this._$AM._$AU}_$AI(t){no(this,t)}}const uo=Yt.litHtmlPolyfillSupport;uo?.(io,so),(Yt.litHtmlVersions??=[]).push("3.1.0");
90
+ function(t){return(e,r)=>{const o="function"==typeof e?e:e[r];Object.assign(o,t)}},property:Se,query:Ne,queryAll:function(t){return(e,r)=>we(0,0,{get(){return(this.renderRoot??(xe??=document.createDocumentFragment())).querySelectorAll(t)}})
64
91
  /**
65
92
  * @license
66
93
  * Copyright 2017 Google LLC
67
94
  * SPDX-License-Identifier: BSD-3-Clause
95
+ */},queryAssignedElements:
96
+ /**
97
+ * @license
98
+ * Copyright 2021 Google LLC
99
+ * SPDX-License-Identifier: BSD-3-Clause
68
100
  */
69
- class po extends kt{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){const o=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,o,e)=>{const r=e?.renderBefore??o;let i=r._$litPart$;if(void 0===i){const t=e?.renderBefore??null;r._$litPart$=i=new so(o.insertBefore(Ht(),t),t,void 0,e??{})}return i._$AI(t),i})(o,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return Vt}}po._$litElement$=!0,po.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:po});const yo=globalThis.litElementPolyfillSupport;yo?.({LitElement:po}),(globalThis.litElementVersions??=[]).push("4.0.2");const go=t=>"string"==typeof t?pt(t):t;class mo{static create(t,o,e,r){const i=t=>go(null!=t?t:r),n=yt`var(${go(t)}, ${i(r)})`;return n.name=t,n.description=o,n.category=e,n.defaultValue=r,n.defaultCssValue=i,n.get=o=>yt`var(${go(t)}, ${i(o)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>r,n}static extend(t,o,e,r){const i=t=>e.get(null!=t?t:r),n=yt`var(${go(t)}, ${i(r)})`;return n.name=t,n.description=o,n.category=e.category,n.fallbackVariable=e,n.defaultValue=r,n.defaultCssValue=i,n.get=o=>yt`var(${go(t)}, ${i(o)})`,n.breadcrumb=()=>[e.name,...e.breadcrumb()],n.lastResortDefaultValue=()=>null!=r?r:e.lastResortDefaultValue(),n}static external(t,o){const e=o=>t.fallbackVariable?t.fallbackVariable.get(null!=o?o:t.defaultValue):go(null!=o?o:t.lastResortDefaultValue()),r=yt`var(${go(t.name)}, ${e(t.defaultValue)})`;return r.name=t.name,r.category=t.category,r.fallbackVariable=t.fallbackVariable,r.defaultValue=t.defaultValue,r.context=o,r.defaultCssValue=e,r.get=o=>yt`var(${go(t.name)}, ${e(o)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}const bo={colorWhite:mo.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:mo.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:mo.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:mo.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:mo.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:mo.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:mo.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:mo.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:mo.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:mo.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:mo.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:mo.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:mo.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:mo.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:mo.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:mo.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:mo.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:mo.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:mo.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:mo.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:mo.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:mo.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:mo.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:mo.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:mo.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:mo.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:mo.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:mo.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:mo.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:mo.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:mo.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:mo.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:mo.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:mo.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:mo.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:mo.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:mo.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:mo.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:mo.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:mo.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:mo.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:mo.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:mo.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:mo.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:mo.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:mo.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:mo.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:mo.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:mo.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:mo.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:mo.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:mo.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:mo.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:mo.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:mo.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:mo.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:mo.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:mo.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:mo.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:mo.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:mo.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:mo.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:mo.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:mo.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:mo.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:mo.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:mo.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:mo.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:mo.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:mo.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:mo.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:mo.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:mo.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:mo.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:mo.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:mo.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:mo.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:mo.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:mo.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:mo.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:mo.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:mo.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:mo.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:mo.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:mo.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:mo.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:mo.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:mo.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:mo.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:mo.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:mo.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:mo.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:mo.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:mo.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:mo.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:mo.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:mo.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:mo.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:mo.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:mo.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:mo.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:mo.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:mo.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:mo.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:mo.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:mo.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:mo.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:mo.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:mo.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:mo.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:mo.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:mo.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:mo.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:mo.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:mo.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:mo.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:mo.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:mo.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:mo.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:mo.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:mo.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:mo.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:mo.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:mo.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:mo.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:mo.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:mo.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:mo.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:mo.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:mo.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:mo.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:mo.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:mo.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:mo.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:mo.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:mo.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:mo.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:mo.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:mo.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:mo.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:mo.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:mo.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:mo.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:mo.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:mo.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:mo.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:mo.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:mo.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:mo.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:mo.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:mo.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:mo.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:mo.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:mo.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:mo.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:mo.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:mo.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:mo.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:mo.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:mo.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:mo.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:mo.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:mo.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:mo.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:mo.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:mo.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:mo.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:mo.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:mo.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:mo.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:mo.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:mo.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:mo.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:mo.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:mo.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:mo.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:mo.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:mo.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:mo.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:mo.create("--ft-icon-size-6","","SIZE","48px"),opacity0:mo.create("--ft-opacity-0","","NUMBER","0"),opacity8:mo.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:mo.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:mo.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:mo.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:mo.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:mo.create("--ft-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:mo.create("--ft-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:mo.create("--ft-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:mo.create("--ft-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:mo.create("--ft-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:mo.create("--ft-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:mo.create("--ft-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:mo.create("--ft-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:mo.create("--ft-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)")};mo.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),mo.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),mo.create("--ft-typography-display-lineHeight","","SIZE","120%"),mo.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),mo.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),mo.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),mo.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),mo.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),mo.create("--ft-typography-display-textCase","","UNKNOWN","none"),mo.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),mo.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),mo.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),mo.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),mo.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),mo.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),mo.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),mo.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),mo.create("--ft-typography-title-1-textCase","","UNKNOWN","none"),mo.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),mo.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),mo.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),mo.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),mo.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),mo.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),mo.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),mo.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),mo.create("--ft-typography-title-2-textCase","","UNKNOWN","none"),mo.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),mo.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),mo.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),mo.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),mo.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),mo.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),mo.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),mo.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),mo.create("--ft-typography-title-3-textCase","","UNKNOWN","none"),mo.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),mo.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),mo.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),mo.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),mo.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),mo.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),mo.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),mo.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),mo.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none"),mo.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),mo.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),mo.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),mo.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),mo.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),mo.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),mo.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),mo.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),mo.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none"),mo.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),mo.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),mo.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),mo.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),mo.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),mo.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),mo.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),mo.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),mo.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none"),mo.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),mo.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),mo.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),mo.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),mo.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),mo.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),mo.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),mo.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),mo.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none"),mo.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),mo.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),mo.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),mo.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),mo.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),mo.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),mo.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),mo.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),mo.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none"),mo.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),mo.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),mo.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),mo.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),mo.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),mo.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),mo.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),mo.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),mo.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none"),mo.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),mo.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),mo.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),mo.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),mo.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),mo.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),mo.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),mo.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),mo.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none"),mo.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),mo.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),mo.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),mo.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),mo.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),mo.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),mo.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),mo.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),mo.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none"),mo.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),mo.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),mo.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),mo.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),mo.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),mo.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),mo.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),mo.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),mo.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none"),mo.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),mo.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),mo.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),mo.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),mo.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),mo.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),mo.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),mo.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),mo.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none"),mo.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),mo.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),mo.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),mo.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),mo.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),mo.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),mo.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),mo.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),mo.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none"),mo.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),mo.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),mo.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),mo.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),mo.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),mo.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),mo.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),mo.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),mo.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none"),mo.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),mo.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),mo.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),mo.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),mo.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),mo.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),mo.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),mo.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),mo.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none"),mo.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),mo.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),mo.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),mo.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),mo.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),mo.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),mo.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),mo.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),mo.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none"),mo.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),mo.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),mo.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),mo.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),mo.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),mo.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),mo.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),mo.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),mo.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none"),mo.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),mo.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),mo.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),mo.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),mo.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),mo.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),mo.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),mo.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),mo.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none"),mo.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),mo.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),mo.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),mo.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),mo.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),mo.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),mo.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),mo.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),mo.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none"),mo.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),mo.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),mo.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),mo.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),mo.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),mo.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),mo.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),mo.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),mo.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none"),mo.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),mo.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),mo.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),mo.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),mo.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),mo.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),mo.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),mo.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),mo.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none"),mo.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),mo.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),mo.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),mo.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),mo.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),mo.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),mo.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),mo.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),mo.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none"),mo.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),mo.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),mo.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),mo.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),mo.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),mo.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),mo.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),mo.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),mo.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none");const No={backgroundActionPrimary:mo.extend("--ft-background-action-primary","Used as backgorund of primary action components.",bo.colorBrand0),backgroundErrorPrimary:mo.extend("--ft-background-error-primary","Used as background of error components.",bo.colorRed0),backgroundErrorSubtle:mo.extend("--ft-background-error-subtle","Used as background of subtle error components.",bo.colorRed10),backgroundInfoPrimary:mo.extend("--ft-background-info-primary","Used as background of information components.",bo.colorCyan200),backgroundInfoSubtle:mo.extend("--ft-background-info-subtle","Used as background of subtle information components.",bo.colorCyan10),backgroundWarningPrimary:mo.extend("--ft-background-warning-primary","Used as background of warning components.",bo.colorOrange300),backgroundWarningSubtle:mo.extend("--ft-background-warning-subtle","Used as background of subtle information components.",bo.colorOrange10),backgroundSuccessPrimary:mo.extend("--ft-background-success-primary","Used as background of success components.",bo.colorGreen200),backgroundSuccessSubtle:mo.extend("--ft-background-success-subtle","Used as background of subtle success components.",bo.colorGreen10),backgroundGlobalSurface:mo.extend("--ft-background-global-surface","Used as app background.",bo.colorWhite),backgroundGlobalOnSurface:mo.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",bo.colorGray10),backgroundGlobalOnSurfaceDark:mo.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",bo.colorGray30),contentActionPrimary:mo.extend("--ft-content-action-primary","Used on label of primary action on light surface.",bo.colorBrand0),contentWarningPrimary:mo.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",bo.colorOrange300),contentWarningIconOnly:mo.extend("--ft-content-warning-icon-only","Used on warning status icons alone",bo.colorOrange0),contentErrorPrimary:mo.extend("--ft-content-error-primary","Used on label of error messages on light surface.",bo.colorRed0),contentErrorIconOnly:mo.extend("--ft-content-error-icon-only","Used on error status icons alone",bo.colorRed0),contentInfoPrimary:mo.extend("--ft-content-info-primary","Used on label of information messages on light surface.",bo.colorCyan200),contentInfoIconOnly:mo.extend("--ft-content-info-icon-only","Used on info status icons alone",bo.colorCyan0),contentSuccessPrimary:mo.extend("--ft-content-success-primary","Used on label of success messages on light surface.",bo.colorGreen200),contentSuccessIconOnly:mo.extend("--ft-content-success-icon-only","Used on success status icons alone",bo.colorGreen0),contentGlobalPrimary:mo.extend("--ft-content-global-primary","Used for main content on the page.",bo.colorGray500),contentGlobalSecondary:mo.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",bo.colorGray200),contentGlobalSubtle:mo.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",bo.colorGray0),contentGlobalOnColor:mo.extend("--ft-content-global-on-color","Used for content on a dominant color.",bo.colorWhite),borderActionPrimary:mo.extend("--ft-border-action-primary","Used as border for primary action components.",bo.colorBrand0),borderActionFocusRing:mo.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",bo.colorCyan0),borderWarningPrimary:mo.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",bo.colorOrange300),borderWarningSubtle:mo.extend("--ft-border-warning-subtle","Used as border for warning components.",bo.colorOrange30),borderSuccessPrimary:mo.extend("--ft-border-success-primary","Used as border for success buttons.",bo.colorGreen200),borderSuccessSubtle:mo.extend("--ft-border-success-subtle","Used as border for success components.",bo.colorGreen30),borderErrorPrimary:mo.extend("--ft-border-error-primary","Used as border for text fields in error states.",bo.colorRed0),borderErrorSubtle:mo.extend("--ft-border-error-subtle","Used as border for error components.",bo.colorRed30),borderInfoPrimary:mo.extend("--ft-border-info-primary","Used as border for buttons in info color.",bo.colorCyan200),borderInfoSubtle:mo.extend("--ft-border-info-subtle","Used as border for information components.",bo.colorCyan30),borderGlobalPrimary:mo.extend("--ft-border-global-primary","Used as border for element like input.",bo.colorGray50),borderGlobalSubtle:mo.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",bo.colorGray30),borderInputPrimary:mo.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",bo.colorGray80)};mo.create("--ft-button-large-height","","SIZE","40px"),mo.extend("--ft-button-large-horizontal-padding","",bo.spacing4),mo.extend("--ft-button-large-gap","",bo.spacing2),mo.extend("--ft-button-large-border-radius","",bo.borderRadiusS),mo.extend("--ft-button-large-icon-size","",bo.iconSize3),mo.create("--ft-button-large-border-width","","SIZE","1px"),mo.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),mo.create("--ft-button-large-focus-outline-width","","SIZE","2px"),mo.create("--ft-button-large-icon-only-width","","SIZE","40px"),mo.create("--ft-button-small-height","","SIZE","30px"),mo.extend("--ft-button-small-horizontal-padding","",bo.spacing3),mo.extend("--ft-button-small-gap","",bo.spacing2),mo.extend("--ft-button-small-border-radius","",bo.borderRadiusS),mo.extend("--ft-button-small-icon-size","",bo.iconSize2),mo.create("--ft-button-small-border-width","","SIZE","1px"),mo.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),mo.create("--ft-button-small-focus-outline-width","","SIZE","2px"),mo.create("--ft-button-small-icon-only-width","","SIZE","30px"),mo.extend("--ft-button-primary-background-color","",No.backgroundActionPrimary),mo.extend("--ft-button-primary-color","",No.contentGlobalOnColor),mo.extend("--ft-button-primary-icon-color","",No.contentGlobalOnColor),mo.extend("--ft-button-primary-state-layer-color","",No.contentGlobalOnColor),mo.extend("--ft-button-primary-state-layer-opacity-hover","",bo.opacity16),mo.extend("--ft-button-primary-state-layer-opacity-focus","",bo.opacity16),mo.extend("--ft-button-primary-state-layer-opacity-active","",bo.opacity24),mo.extend("--ft-button-primary-component-opacity-disabled","",bo.opacity40),mo.extend("--ft-button-focus-focus-ring-color","",No.borderActionFocusRing),mo.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),mo.extend("--ft-button-tertiary-color","",No.contentActionPrimary),mo.extend("--ft-button-tertiary-icon-color","",No.contentActionPrimary),mo.extend("--ft-button-tertiary-state-layer-color","",No.contentActionPrimary),mo.extend("--ft-button-tertiary-state-layer-opacity-hover","",bo.opacity8),mo.extend("--ft-button-tertiary-state-layer-opacity-focus","",bo.opacity8),mo.extend("--ft-button-tertiary-state-layer-opacity-active","",bo.opacity16),mo.extend("--ft-button-tertiary-component-opacity-disabled","",bo.opacity40),mo.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),mo.extend("--ft-button-secondary-color","",No.contentActionPrimary),mo.extend("--ft-button-secondary-icon-color","",No.contentActionPrimary),mo.extend("--ft-button-secondary-state-layer-color","",No.contentActionPrimary),mo.extend("--ft-button-secondary-state-layer-opacity-hover","",bo.opacity8),mo.extend("--ft-button-secondary-state-layer-opacity-focus","",bo.opacity8),mo.extend("--ft-button-secondary-state-layer-opacity-active","",bo.opacity16),mo.extend("--ft-button-secondary-component-opacity-disabled","",bo.opacity40),mo.extend("--ft-button-secondary-border-color","",No.borderActionPrimary),mo.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),mo.extend("--ft-button-neutral-icon-color","",No.contentGlobalSecondary),mo.extend("--ft-button-neutral-color","",No.contentGlobalSecondary),mo.extend("--ft-button-neutral-state-layer-color","",No.contentGlobalSecondary),mo.extend("--ft-button-neutral-state-layer-opacity-hover","",bo.opacity8),mo.extend("--ft-button-neutral-state-layer-opacity-focus","",bo.opacity8),mo.extend("--ft-button-neutral-state-layer-opacity-active","",bo.opacity16),mo.extend("--ft-button-neutral-component-opacity-disabled","",bo.opacity40),mo.extend("--ft-floating-menu-horizontal-padding","",bo.spacing4),mo.extend("--ft-floating-menu-vertical-padding","",bo.spacing4),mo.extend("--ft-floating-menu-off-icon-color","",No.contentGlobalPrimary),mo.extend("--ft-floating-menu-off-color","",No.contentGlobalPrimary),mo.extend("--ft-floating-menu-on-color","",No.contentActionPrimary),mo.extend("--ft-floating-menu-on-icon-color","",No.contentActionPrimary),mo.extend("--ft-floating-menu-on-state-layer-color","",No.contentActionPrimary),mo.extend("--ft-floating-menu-gap","",bo.spacing3),mo.extend("--ft-floating-menu-focus-focus-ring-color","",No.borderActionFocusRing),mo.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),mo.extend("--ft-floating-menu-state-layer-opacity-hover","",bo.opacity8),mo.extend("--ft-floating-menu-state-layer-opacity-active","",bo.opacity16),mo.extend("--ft-floating-menu-state-layer-opacity-focus","",bo.opacity8),mo.extend("--ft-floating-menu-component-opacity-disabled","",bo.opacity40),mo.extend("--ft-floating-menu-icon-size","",bo.iconSize3),mo.extend("--ft-floating-menu-background-color","",No.backgroundGlobalOnSurface),mo.extend("--ft-tabs-top-left-border-radius","",bo.borderRadiusS),mo.extend("--ft-tabs-top-right-border-radius","",bo.borderRadiusS),mo.extend("--ft-tabs-label-horizontal-padding","",bo.spacing4),mo.extend("--ft-tabs-label-vertical-padding","",bo.spacing3),mo.extend("--ft-tabs-label-gap","",bo.spacing1),mo.extend("--ft-tabs-icon-horizontal-padding","",bo.spacing1),mo.extend("--ft-tabs-icon-vertical-padding","",bo.spacing4),mo.create("--ft-tabs-focus-outline-width","","SIZE","2px"),mo.extend("--ft-tabs-focus-focus-ring-color","",No.borderActionFocusRing),mo.extend("--ft-tabs-off-state-layer-opacity-hover","",bo.opacity8),mo.extend("--ft-tabs-off-state-layer-opacity-focus","",bo.opacity8),mo.extend("--ft-tabs-off-state-layer-opacity-active","",bo.opacity16),mo.extend("--ft-tabs-off-component-opacity-disabled","",bo.opacity40),mo.extend("--ft-tabs-off-color","",No.contentGlobalSubtle),mo.extend("--ft-tabs-off-state-layer-color","",No.contentGlobalSubtle),mo.extend("--ft-tabs-on-state-layer-opacity-hover","",bo.opacity8),mo.extend("--ft-tabs-on-state-layer-opacity-focus","",bo.opacity8),mo.extend("--ft-tabs-on-state-layer-opacity-active","",bo.opacity16),mo.extend("--ft-tabs-on-component-opacity-disabled","",bo.opacity40),mo.extend("--ft-tabs-on-color","",No.contentActionPrimary),mo.extend("--ft-tabs-on-state-layer-color","",No.contentActionPrimary),mo.extend("--ft-collapsible-state-layer-opacity-hover","",bo.opacity8),mo.extend("--ft-collapsible-state-layer-opacity-focus","",bo.opacity8),mo.extend("--ft-collapsible-state-layer-opacity-active","",bo.opacity16),mo.extend("--ft-collapsible-component-opacity-disabled","",bo.opacity40),mo.extend("--ft-collapsible-horizontal-padding","",bo.spacing4),mo.extend("--ft-collapsible-vertical-padding","",bo.spacing3),mo.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),mo.extend("--ft-collapsible-focus-focus-ring-color","",No.borderActionFocusRing),mo.extend("--ft-collapsible-color","",No.contentGlobalPrimary),mo.extend("--ft-collapsible-state-layer-color","",No.contentGlobalPrimary),mo.extend("--ft-collapsible-background-color","",No.backgroundGlobalOnSurface),mo.extend("--ft-collapsible-border-color","",No.borderGlobalSubtle),mo.extend("--ft-collapsible-icon-size","",bo.iconSize3),mo.extend("--ft-switch-group-horizontal-padding","",bo.spacing1),mo.extend("--ft-switch-group-vertical-padding","",bo.spacing1),mo.extend("--ft-switch-group-gap","",bo.spacing1),mo.extend("--ft-switch-group-background-color","",No.backgroundGlobalSurface),mo.extend("--ft-switch-group-border-color","",No.borderGlobalSubtle),mo.create("--ft-switch-group-border-radius","","SIZE","6px"),mo.extend("--ft-switch-label-horizontal-padding","",bo.spacing2),mo.extend("--ft-switch-label-vertical-padding","",bo.spacing1),mo.extend("--ft-switch-icon-horizontal-padding","",bo.spacing1),mo.extend("--ft-switch-icon-vertical-padding","",bo.spacing1),mo.create("--ft-switch-focus-outline-width","","SIZE","2px"),mo.extend("--ft-switch-focus-focus-ring-color","",No.borderActionFocusRing),mo.extend("--ft-switch-option-border-radius","",bo.borderRadiusS),mo.extend("--ft-switch-off-state-layer-opacity-hover","",bo.opacity8),mo.extend("--ft-switch-off-state-layer-opacity-focus","",bo.opacity8),mo.extend("--ft-switch-off-state-layer-opacity-active","",bo.opacity16),mo.extend("--ft-switch-off-component-opacity-disabled","",bo.opacity40),mo.extend("--ft-switch-off-color","",No.contentGlobalSubtle),mo.extend("--ft-switch-off-state-layer-color","",No.contentGlobalSubtle),mo.extend("--ft-switch-on-state-layer-opacity-hover","",bo.opacity8),mo.extend("--ft-switch-on-state-layer-opacity-focus","",bo.opacity8),mo.extend("--ft-switch-on-state-layer-opacity-active","",bo.opacity16),mo.extend("--ft-switch-on-component-opacity-disabled","",bo.opacity40),mo.extend("--ft-switch-on-color","",No.contentActionPrimary),mo.extend("--ft-switch-on-state-layer-color","",No.contentActionPrimary),mo.extend("--ft-chart-1-light","for area color charts",bo.colorBrand40),mo.extend("--ft-chart-1-base","for line charts",bo.colorBrand0),mo.extend("--ft-chart-2-light","for area color charts",bo.colorYellow60),mo.extend("--ft-chart-2-base","for line charts",bo.colorYellow100),mo.extend("--ft-chart-3-light","",bo.colorUltramarine40),mo.extend("--ft-chart-3-base","",bo.colorUltramarine70),mo.extend("--ft-chart-4-light","",bo.colorCyan50),mo.extend("--ft-chart-4-base","",bo.colorCyan100),mo.extend("--ft-chart-5-light","",bo.colorRed40),mo.extend("--ft-chart-5-base","",bo.colorRed60),mo.extend("--ft-chart-6-light","",bo.colorGreen40),mo.extend("--ft-chart-6-base","",bo.colorGreen70),mo.extend("--ft-chart-7-light","",bo.colorOrange70),mo.extend("--ft-chart-7-base","",bo.colorOrange100),mo.extend("--ft-chart-8-light","",bo.colorAvocado70),mo.extend("--ft-chart-8-base","",bo.colorAvocado200),mo.extend("--ft-chart-9-light","",bo.colorBrown50),mo.extend("--ft-chart-9-base","",bo.colorBrown200),mo.extend("--ft-chart-10-light","",bo.colorGray50),mo.extend("--ft-chart-10-base","",bo.colorGray80),mo.extend("--ft-chart-monochrome-10","",bo.colorBrand10),mo.extend("--ft-chart-monochrome-20","",bo.colorBrand20),mo.extend("--ft-chart-monochrome-30","",bo.colorBrand40),mo.extend("--ft-chart-monochrome-40","",bo.colorBrand60),mo.extend("--ft-chart-monochrome-50","",bo.colorBrand0),mo.extend("--ft-chart-monochrome-60","",bo.colorBrand200),mo.extend("--ft-chip-large-horizontal-padding","",bo.spacing4),mo.extend("--ft-chip-large-vertical-padding","",bo.spacing2),mo.extend("--ft-chip-large-gap","",bo.spacing1),mo.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),mo.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),mo.extend("--ft-chip-large-border-radius","",bo.borderRadiusPill),mo.create("--ft-chip-large-border-width","","SIZE","1px"),mo.extend("--ft-chip-large-icon-size","",bo.iconSize3),mo.extend("--ft-chip-medium-horizontal-padding","",bo.spacing3),mo.extend("--ft-chip-medium-vertical-padding","",bo.spacing1),mo.extend("--ft-chip-medium-gap","",bo.spacing1),mo.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mo.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mo.extend("--ft-chip-medium-border-radius","",bo.borderRadiusPill),mo.create("--ft-chip-medium-border-width","","SIZE","1px"),mo.extend("--ft-chip-medium-icon-size","",bo.iconSize2),mo.extend("--ft-chip-small-horizontal-padding","",bo.spacing2),mo.extend("--ft-chip-small-vertical-padding","",bo.spacing05),mo.extend("--ft-chip-small-gap","",bo.spacing1),mo.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),mo.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),mo.extend("--ft-chip-small-border-radius","",bo.borderRadiusPill),mo.create("--ft-chip-small-border-width","","SIZE","1px"),mo.extend("--ft-chip-small-icon-size","",bo.iconSize1),mo.extend("--ft-chip-neutral-background-color","",No.backgroundGlobalOnSurface),mo.extend("--ft-chip-neutral-color","",No.contentGlobalPrimary),mo.extend("--ft-chip-neutral-border-color","",No.borderGlobalSubtle),mo.extend("--ft-chip-info-background-color","",No.backgroundInfoSubtle),mo.extend("--ft-chip-info-color","",No.contentInfoPrimary),mo.extend("--ft-chip-info-border-color","",No.borderInfoSubtle),mo.extend("--ft-chip-success-background-color","",No.backgroundSuccessSubtle),mo.extend("--ft-chip-success-color","",No.contentSuccessPrimary),mo.extend("--ft-chip-success-border-color","",No.borderSuccessSubtle),mo.extend("--ft-chip-warning-background-color","",No.backgroundWarningSubtle),mo.extend("--ft-chip-warning-color","",No.contentWarningPrimary),mo.extend("--ft-chip-warning-border-color","",No.borderWarningSubtle),mo.extend("--ft-chip-error-background-color","",No.backgroundErrorSubtle),mo.extend("--ft-chip-error-color","",No.contentErrorPrimary),mo.extend("--ft-chip-error-border-color","",No.borderErrorSubtle),mo.create("--ft-notice-border-width","","SIZE","1px"),mo.extend("--ft-notice-horizontal-padding","",bo.spacing2),mo.extend("--ft-notice-vertical-padding","",bo.spacing1),mo.extend("--ft-notice-border-radius","",bo.borderRadiusS),mo.extend("--ft-notice-gap","",bo.spacing2),mo.extend("--ft-notice-icon-size","",bo.iconSize3),mo.extend("--ft-notice-info-background-color","",No.backgroundInfoSubtle),mo.extend("--ft-notice-info-border-color","",No.borderInfoSubtle),mo.extend("--ft-notice-info-color","",No.contentInfoPrimary),mo.extend("--ft-notice-warning-background-color","",No.backgroundWarningSubtle),mo.extend("--ft-notice-warning-border-color","",No.borderWarningSubtle),mo.extend("--ft-notice-warning-color","",No.contentWarningPrimary),mo.extend("--ft-checkbox-label-color","",No.contentGlobalPrimary),mo.extend("--ft-checkbox-checked-background-color","",No.contentActionPrimary),mo.extend("--ft-checkbox-checked-state-layer-color","",No.contentActionPrimary),mo.extend("--ft-checkbox-checked-color","",No.contentGlobalOnColor),mo.extend("--ft-checkbox-checked-state-layer-opacity-hover","",bo.opacity16),mo.extend("--ft-checkbox-checked-state-layer-opacity-focus","",bo.opacity16),mo.extend("--ft-checkbox-checked-state-layer-opacity-active","",bo.opacity24),mo.extend("--ft-checkbox-checked-component-opacity-disabled","",bo.opacity40),mo.extend("--ft-checkbox-unchecked-border-color","",bo.colorGray80),mo.extend("--ft-checkbox-unchecked-state-layer-color","",bo.colorGray80),mo.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",bo.opacity16),mo.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",bo.opacity16),mo.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",bo.opacity24),mo.extend("--ft-checkbox-unchecked-component-opacity-disabled","",bo.opacity40),mo.extend("--ft-checkbox-focus-focus-ring-color","",No.borderActionFocusRing),mo.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),mo.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),mo.extend("--ft-checkbox-gap","",bo.spacing3),mo.extend("--ft-toggle-off-state-layer-opacity-hover","",bo.opacity16),mo.extend("--ft-toggle-off-state-layer-opacity-focus","",bo.opacity16),mo.extend("--ft-toggle-off-state-layer-opacity-active","",bo.opacity24),mo.extend("--ft-toggle-off-component-opacity-disabled","",bo.opacity40),mo.extend("--ft-toggle-off-background-color","",No.contentGlobalSubtle),mo.extend("--ft-toggle-off-icon-color","",No.contentGlobalSubtle),mo.extend("--ft-toggle-off-state-layer-color","",No.contentGlobalSubtle),mo.extend("--ft-toggle-on-state-layer-opacity-hover","",bo.opacity16),mo.extend("--ft-toggle-on-state-layer-opacity-focus","",bo.opacity16),mo.extend("--ft-toggle-on-state-layer-opacity-active","",bo.opacity24),mo.extend("--ft-toggle-on-component-opacity-disabled","",bo.opacity40),mo.extend("--ft-toggle-on-background-color","",No.contentActionPrimary),mo.extend("--ft-toggle-on-icon-color","",No.contentActionPrimary),mo.extend("--ft-toggle-on-state-layer-color","",No.contentActionPrimary),mo.extend("--ft-toggle-label-color","",No.contentGlobalPrimary),mo.extend("--ft-toggle-focus-focus-ring-color","",No.borderActionFocusRing),mo.extend("--ft-toggle-gap","",bo.spacing3),mo.extend("--ft-radio-label-color","",No.contentGlobalPrimary),mo.extend("--ft-radio-selected-color","",No.contentActionPrimary),mo.extend("--ft-radio-selected-state-layer-color","",No.contentActionPrimary),mo.extend("--ft-radio-selected-state-layer-opacity-hover","",bo.opacity16),mo.extend("--ft-radio-selected-state-layer-opacity-focus","",bo.opacity16),mo.extend("--ft-radio-selected-state-layer-opacity-active","",bo.opacity24),mo.extend("--ft-radio-selected-component-opacity-disabled","",bo.opacity40),mo.extend("--ft-radio-unselected-state-layer-color","",bo.colorGray80),mo.extend("--ft-radio-unselected-state-layer-opacity-hover","",bo.opacity16),mo.extend("--ft-radio-unselected-state-layer-opacity-focus","",bo.opacity16),mo.extend("--ft-radio-unselected-state-layer-opacity-active","",bo.opacity24),mo.extend("--ft-radio-unselected-component-opacity-disabled","",bo.opacity40),mo.extend("--ft-radio-focus-focus-ring-color","",No.borderActionFocusRing),mo.create("--ft-radio-focus-outline-offset","","SIZE","3px"),mo.create("--ft-radio-focus-outline-width","","SIZE","2px"),mo.extend("--ft-radio-gap","",bo.spacing3),mo.extend("--ft-notification-icon-size","",bo.iconSize4),mo.extend("--ft-notification-horizontal-padding","",bo.spacing4),mo.extend("--ft-notification-vertical-padding","",bo.spacing4),mo.extend("--ft-notification-info-background-color","",No.backgroundInfoSubtle),mo.extend("--ft-notification-info-color","",No.contentInfoPrimary),mo.extend("--ft-notification-info-border-color","",No.borderInfoSubtle),mo.extend("--ft-notification-success-background-color","",No.backgroundSuccessSubtle),mo.extend("--ft-notification-success-color","",No.contentSuccessPrimary),mo.extend("--ft-notification-success-border-color","",No.borderSuccessSubtle),mo.extend("--ft-notification-warning-background-color","",No.backgroundWarningSubtle),mo.extend("--ft-notification-warning-color","",No.contentWarningPrimary),mo.extend("--ft-notification-warning-border-color","",No.borderWarningSubtle),mo.extend("--ft-notification-error-background-color","",No.backgroundErrorSubtle),mo.extend("--ft-notification-error-color","",No.contentErrorPrimary),mo.extend("--ft-notification-error-border-color","",No.borderErrorSubtle),mo.extend("--ft-notification-border-radius","",bo.borderRadiusPill),mo.create("--ft-notification-border-width","","SIZE","1px"),mo.extend("--ft-notification-gap-leading","",bo.spacing2),mo.extend("--ft-notification-gap-trailing","",bo.spacing8),mo.extend("--ft-tooltip-horizontal-padding","",bo.spacing2),mo.extend("--ft-tooltip-vertical-padding","",bo.spacing2),mo.extend("--ft-tooltip-border-radius","",bo.borderRadiusS),mo.extend("--ft-tooltip-label","",No.contentGlobalOnColor),mo.extend("--ft-tooltip-background","",No.contentGlobalPrimary),mo.extend("--ft-tooltip-background-opacity","",bo.opacity80),mo.extend("--ft-tooltip-shadow","",bo.shadowElevation03),mo.create("--ft-color-primary","","COLOR","#2196F3"),mo.create("--ft-color-primary-variant","","COLOR","#1976D2"),mo.create("--ft-color-secondary","","COLOR","#FFCC80"),mo.create("--ft-color-secondary-variant","","COLOR","#F57C00"),mo.create("--ft-color-surface","","COLOR","#FFFFFF"),mo.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),mo.create("--ft-color-error","","COLOR","#B00020"),mo.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),mo.create("--ft-color-opacity-high","","NUMBER","1"),mo.create("--ft-color-opacity-medium","","NUMBER","0.74"),mo.create("--ft-color-opacity-disabled","","NUMBER","0.38"),mo.create("--ft-color-on-primary","","COLOR","#FFFFFF"),mo.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),mo.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),mo.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),mo.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),mo.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),mo.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),mo.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),mo.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),mo.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),mo.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),mo.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),mo.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),mo.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),mo.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),mo.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),mo.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),mo.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),mo.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),mo.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),mo.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),mo.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),mo.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),mo.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),mo.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),mo.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),mo.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),mo.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),mo.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),mo.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),mo.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),mo.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),mo.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),mo.create("--ft-elevation-00","","UNKNOWN","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)"),mo.create("--ft-elevation-01","","UNKNOWN","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)"),mo.create("--ft-elevation-02","","UNKNOWN","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)"),mo.create("--ft-elevation-03","","UNKNOWN","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)"),mo.create("--ft-elevation-04","","UNKNOWN","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)"),mo.create("--ft-elevation-06","","UNKNOWN","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)"),mo.create("--ft-elevation-08","","UNKNOWN","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)"),mo.create("--ft-elevation-12","","UNKNOWN","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)"),mo.create("--ft-elevation-16","","UNKNOWN","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)"),mo.create("--ft-elevation-24","","UNKNOWN","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)"),mo.create("--ft-border-radius-S","","SIZE","4px"),mo.create("--ft-border-radius-M","","SIZE","8px"),mo.create("--ft-border-radius-L","","SIZE","12px"),mo.create("--ft-border-radius-XL","","SIZE","16px"),mo.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),mo.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),mo.create("--ft-transition-duration","","UNKNOWN","250ms"),mo.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out");
101
+ function(t){return(e,r)=>{const{slot:o,selector:n}=t??{},i="slot"+(o?`[name=${o}]`:":not([name])");return we(0,0,{get(){const e=this.renderRoot?.querySelector(i),r=e?.assignedElements(t)??[];return void 0===n?r:r.filter((t=>t.matches(n)))}})}}
102
+ /**
103
+ * @license
104
+ * Copyright 2017 Google LLC
105
+ * SPDX-License-Identifier: BSD-3-Clause
106
+ */,queryAssignedNodes:function(t){return(e,r)=>{const{slot:o}=t??{},n="slot"+(o?`[name=${o}]`:":not([name])");return we(0,0,{get(){const e=this.renderRoot?.querySelector(n);return e?.assignedNodes(t)??[]}})}},queryAsync:function(t){return(e,r)=>we(0,0,{async get(){return await this.updateComplete,this.renderRoot?.querySelector(t)??null}})},standardProperty:Oe,state:function(t){return Se({...t,state:!0,attribute:!1})}});
107
+ /**
108
+ * @license
109
+ * Copyright 2017 Google LLC
110
+ * SPDX-License-Identifier: BSD-3-Clause
111
+ */const Ee=1,Re=2,Me=t=>(...e)=>({_$litDirective$:t,values:e});let Le=class{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,r){this._$Ct=t,this._$AM=e,this._$Ci=r}_$AS(t,e){return this.update(t,e)}update(t,e){return this.render(...e)}};
112
+ /**
113
+ * @license
114
+ * Copyright 2020 Google LLC
115
+ * SPDX-License-Identifier: BSD-3-Clause
116
+ */const{D:ke}=ot,De=()=>document.createComment(""),We=(t,e,r)=>{const o=t._$AA.parentNode,n=void 0===e?t._$AB:e._$AA;if(void 0===r){const e=o.insertBefore(De(),n),i=o.insertBefore(De(),n);r=new ke(e,i,t,t.options)}else{const e=r._$AB.nextSibling,i=r._$AM,a=i!==t;if(a){let e;r._$AQ?.(t),r._$AM=t,void 0!==r._$AP&&(e=t._$AU)!==i._$AU&&r._$AP(e)}if(e!==n||a){let t=r._$AA;for(;t!==e;){const e=t.nextSibling;o.insertBefore(t,n),t=e}}}return r},Ie=(t,e,r=t)=>(t._$AI(e,r),t),Ue={},Ye=t=>{t._$AP?.(!1,!0);let e=t._$AA;const r=t._$AB.nextSibling;for(;e!==r;){const t=e.nextSibling;e.remove(),e=t}},_e=(t,e,r)=>{const o=new Map;for(let n=e;n<=r;n++)o.set(t[n],n);return o},Ae=Me(class extends Le{constructor(t){if(super(t),t.type!==Re)throw Error("repeat() can only be used in text expressions")}ht(t,e,r){let o;void 0===r?r=e:void 0!==e&&(o=e);const n=[],i=[];let a=0;for(const e of t)n[a]=o?o(e,a):a,i[a]=r(e,a),a++;return{values:i,keys:n}}render(t,e,r){return this.ht(t,e,r).values}update(t,[e,r,o]){const n=(t=>t._$AH)(t),{values:i,keys:a}=this.ht(e,r,o);if(!Array.isArray(n))return this.dt=a,i;const s=this.dt??=[],c=[];let l,u,f=0,h=n.length-1,d=0,p=i.length-1;for(;f<=h&&d<=p;)if(null===n[f])f++;else if(null===n[h])h--;else if(s[f]===a[d])c[d]=Ie(n[f],i[d]),f++,d++;else if(s[h]===a[p])c[p]=Ie(n[h],i[p]),h--,p--;else if(s[f]===a[p])c[p]=Ie(n[f],i[p]),We(t,c[p+1],n[f]),f++,p--;else if(s[h]===a[d])c[d]=Ie(n[h],i[d]),We(t,n[f],n[h]),h--,d++;else if(void 0===l&&(l=_e(a,d,p),u=_e(s,f,h)),l.has(s[f]))if(l.has(s[h])){const e=u.get(a[d]),r=void 0!==e?n[e]:null;if(null===r){const e=We(t,n[f]);Ie(e,i[d]),c[d]=e}else c[d]=Ie(r,i[d]),We(t,n[f],r),n[e]=null;d++}else Ye(n[h]),h--;else Ye(n[f]),f++;for(;d<=p;){const e=We(t,c[p+1]);Ie(e,i[d]),c[d++]=e}for(;f<=h;){const t=n[f++];null!==t&&Ye(t)}return this.dt=a,((t,e=Ue)=>{t._$AH=e})(t,c),$}});
117
+ /**
118
+ * @license
119
+ * Copyright 2017 Google LLC
120
+ * SPDX-License-Identifier: BSD-3-Clause
121
+ */var Fe=Object.freeze({__proto__:null,repeat:Ae});
122
+ /**
123
+ * @license
124
+ * Copyright 2018 Google LLC
125
+ * SPDX-License-Identifier: BSD-3-Clause
126
+ */const je=Me(class extends Le{constructor(t){if(super(t),t.type!==Ee||"class"!==t.name||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(void 0===this.it){this.it=new Set,void 0!==t.strings&&(this.st=new Set(t.strings.join(" ").split(/\s/).filter((t=>""!==t))));for(const t in e)e[t]&&!this.st?.has(t)&&this.it.add(t);return this.render(e)}const r=t.element.classList;for(const t of this.it)t in e||(r.remove(t),this.it.delete(t));for(const t in e){const o=!!e[t];o===this.it.has(t)||this.st?.has(t)||(o?(r.add(t),this.it.add(t)):(r.remove(t),this.it.delete(t)))}return $}});var He=Object.freeze({__proto__:null,classMap:je});
127
+ /**
128
+ * @license
129
+ * Copyright 2018 Google LLC
130
+ * SPDX-License-Identifier: BSD-3-Clause
131
+ */const Pe="important",$e=" !"+Pe,Ke=Me(class extends Le{constructor(t){if(super(t),t.type!==Ee||"style"!==t.name||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)=>{const o=t[r];return null==o?e:e+`${r=r.includes("-")?r:r.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${o};`}),"")}update(t,[e]){const{style:r}=t.element;if(void 0===this.ut)return this.ut=new Set(Object.keys(e)),this.render(e);for(const t of this.ut)null==e[t]&&(this.ut.delete(t),t.includes("-")?r.removeProperty(t):r[t]=null);for(const t in e){const o=e[t];if(null!=o){this.ut.add(t);const e="string"==typeof o&&o.endsWith($e);t.includes("-")||e?r.setProperty(t,e?o.slice(0,-11):o,e?Pe:""):r[t]=o}}return $}});var Ze=Object.freeze({__proto__:null,styleMap:Ke});
132
+ /**
133
+ * @license
134
+ * Copyright 2017 Google LLC
135
+ * SPDX-License-Identifier: BSD-3-Clause
136
+ */let Te=class extends Le{constructor(t){if(super(t),this.et=K,t.type!==Re)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===K||null==t)return this.vt=void 0,this.et=t;if(t===$)return t;if("string"!=typeof t)throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.et)return this.vt;this.et=t;const e=[t];return e.raw=e,this.vt={_$litType$:this.constructor.resultType,strings:e,values:[]}}};Te.directiveName="unsafeHTML",Te.resultType=1;const Be=Me(Te);var ze=Object.freeze({__proto__:null,UnsafeHTMLDirective:Te,unsafeHTML:Be});class Ge extends Error{constructor(t,e,r){super(t),this.canceledPromiseResult=e,this.canceledPromiseError=r}}class qe extends Promise{constructor(t){super(((e,r)=>t((t=>{this.isCanceled?r(new Ge("Promise has been canceled",t)):e(t)}),(t=>{this.isCanceled?r(new Ge("Promise has been canceled",void 0,t)):r(t)})))),this.isCanceled=!1}cancel(){this.isCanceled=!0}}const Ve=t=>new qe(((e,r)=>t.then(e).catch(r)));var Je=Object.freeze({__proto__:null,CancelablePromise:qe,CanceledPromiseError:Ge,cancelable:Ve});var Xe=Object.freeze({__proto__:null,CacheRegistry:class{constructor(){this.loaders={},this.content={},this.clearTimeouts={},this.finalContent=new Set}register(t,e){this.loaders[t]=e,this.finalContent.delete(t)}registerFinal(t,e){this.loaders[t]=e,this.finalContent.add(t)}clearAll(){for(let t in this.content)this.clear(t)}clear(t){this.finalContent.has(t)||this.forceClear(t)}forceClear(t){this.clearClearTimeout(t),this.content[t]instanceof qe&&this.content[t].cancel(),delete this.content[t]}clearClearTimeout(t){null!=this.clearTimeouts[t]&&(window.clearTimeout(this.clearTimeouts[t]),delete this.clearTimeouts[t])}set(t,e){this.forceClear(t),this.register(t,(async()=>e)),this.content[t]=e}setFinal(t,e){this.forceClear(t),this.registerFinal(t,(async()=>e)),this.content[t]=e}async get(t,e,r){if(void 0===this.content[t]){if(null==(e=null!=e?e:this.loaders[t]))throw new Error("Unknown cache key "+t);const o=Ve(e());return this.content[t]=o,o.then((e=>(this.content[t]=e,null!=r&&(this.clearClearTimeout(t),this.clearTimeouts[t]=window.setTimeout((()=>this.clear(t)),r)),e)))}if(this.content[t]instanceof Error)throw this.content[t];return this.content[t]}isResolvedValue(t){return!(null==t||t instanceof Promise||t instanceof Error)}getNow(t){if(this.isResolvedValue(this.content[t]))return this.content[t]}has(t){return null!=this.content[t]}resolvedKeys(){return Object.keys(this.content).filter((t=>this.isResolvedValue(this.content[t])))}resolvedValues(){return Object.values(this.content).filter((t=>this.isResolvedValue(t)))}keys(){return Object.keys(this.content)}values(){return Object.values(this.content)}}});class Qe{constructor(t,e,r,o){this.allResults=t,this.selectedResult=e,this.clusteringMetadata=r,this.metadataDescriptors=o}static extractResultMetadata(t){var e,r;return(null!==(r=null!==(e=null==t?void 0:t.map)&&void 0!==e?e:null==t?void 0:t.document)&&void 0!==r?r:null==t?void 0:t.topic).metadata.map((t=>Qe.flattenMetadata(t)))}static flattenMetadata(t){if(t.hierarchicalValues){const e=[],r=[];return t.hierarchicalValues.forEach((t=>{e.push(t.join(" > ")),t.length>2?r.push(`... > ${t[t.length-1]}`):r.push(t.join(" > "))})),{key:t.key,value:e.join(", "),displayValue:r.join(", ")}}{const e=t.values.join(", ");return{key:t.key,value:e,displayValue:e}}}computeClustersItemsForMetadata(t,e){let r=Qe.extractResultMetadata(this.selectedResult).find((e=>e.key===t));const o=this.allResults.flatMap((e=>Qe.extractResultMetadata(e).filter((e=>e.key===t)))).filter((t=>!(t.key===(null==r?void 0:r.key)&&t.value===(null==r?void 0:r.value)))).filter(((t,e,r)=>r.findIndex((e=>e.value===t.value))===e));return o.map((e=>({result:this.findBestResultForMetadataValue(t,e.value),metadata:e}))).sort(((r,o)=>this.compareMetadata(r.metadata.value,o.metadata.value,t,e)))}compareMetadata(t,e,r,o){let n=this.metadataDescriptors.find((t=>r==t.key)),i=(null==n?void 0:n.sortRule)||"NONE",a=(null==n?void 0:n.reverseSort)||!1;if("ALPHABET"==i||"VERSION"==i){let r=t.localeCompare(e,o,{numeric:!0});return a?-1*r:r}return 0}findBestResultForMetadataValue(t,e){const r=this.allResults.filter((r=>Qe.extractResultMetadata(r).find((r=>r.key===t&&r.value===e))));let o,n=Qe.extractResultMetadata(this.selectedResult).filter((t=>this.clusteringMetadata.has(t.key))),i=[...n.filter((e=>e.key!==t))],a=-1;for(let t of r){let e=this.countMatchingMetadata(t,i);if(e>a&&(a=e,o=t,e===i.length))break}return o}countMatchingMetadata(t,e){return Qe.extractResultMetadata(t).filter((t=>e.some((e=>e.key===t.key&&e.value===t.value)))).length}}var tr=Object.freeze({__proto__:null,ClusteringHelper:Qe});class er{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,e){return this.callbacks=[t],this.debounce(e)}queue(t,e){return this.callbacks.push(t),this.debounce(e)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return null==this.promise&&(this.promise=new Promise(((t,e)=>{this.resolvePromise=t,this.rejectPromise=e}))),this.clearTimeout(),this._debounce=window.setTimeout((()=>this.runCallbacks()),null!=t?t:this.timeout),this.promise}async runCallbacks(){var t,e;const r=[...this.callbacks];this.callbacks=[];const o=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,n=null!==(e=this.resolvePromise)&&void 0!==e?e:()=>null;this.clearPromise();for(let t of r)try{await t()}catch(t){return void o(t)}n(!0)}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}var rr=Object.freeze({__proto__:null,Debouncer:er});const or=t=>new Promise((e=>setTimeout(e,t)));async function nr(t,e=10,r=2e4){let o,n,i=await t();for(o=n=performance.now();null==i&&(!r||n-o<r);)await or(e),i=await t(),n=performance.now();if(null==i)throw new Error("Timeout exceeded");return i}function ir(t){return t.match(/^\d{4}-\d{2}-\d{2}$/)&&(t=t.replace(/-/g,"/")),t=t.replace(" ","T").replace(/^(.+)(\+\d{2})(\d{2})$/,((t,e,r,o)=>e+r+":"+o)),new Date(t)}function ar(t,e){try{return function(t,e){if(t===e)return!0;if(t&&e&&"object"==typeof t&&"object"==typeof e){if(t.constructor!==e.constructor)return!1;var r,o,n;if(Array.isArray(t)){if((r=t.length)!=e.length)return!1;for(o=r;0!=o--;)if(!ar(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(!ar(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();if((r=(n=Object.keys(t)).length)!==Object.keys(e).length)return!1;for(o=r;0!=o--;)if(!Object.prototype.hasOwnProperty.call(e,n[o]))return!1;for(o=r;0!=o--;){var i=n[o];if(!ar(t[i],e[i]))return!1}return!0}return t!=t&&e!=e}(t,e)}catch(t){return!1}}var sr=Object.freeze({__proto__:null,dateReviver:function(...t){return function(e,r){return t.includes(e)?ir(r):r}},deepEqual:ar,delay:or,eventPathContainsMatchingElement:function(t,e,r=window.document.body){if(e.length>0){const o=t.composedPath();for(let t of o){if(t===r)return!1;if(t.matches&&e.some((e=>t.matches(e))))return!0}}return!1},flatDeep:function t(e,r){return e.flatMap((e=>[e,...t(r(e),r)]))},last:function(t){return t[t.length-1]},minmax:function(t,e,r){return Math.min(Math.max(t,e),r)},parseDate:ir,waitFor:nr,waitUntil:async function(t,e=10,r=2e4){await nr((async()=>await t()||void 0),e,r)}});const cr=t=>e=>{window.customElements.get(t)||window.customElements.define(t,e)};function lr(t,e){const r=()=>JSON.parse(JSON.stringify(t));return Se({type:Object,converter:{fromAttribute:t=>{if(null==t)return r();try{return JSON.parse(t)}catch{return r()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,e)=>!ar(t,e),...null!=e?e:{}})}function ur(t){return!isNaN(parseFloat(t))}var fr=Object.freeze({__proto__:null,customElement:cr,isNumber:ur,jsonProperty:lr,optionalNumberProperty:function(t){return Se({type:Object,converter:{fromAttribute:t=>{if(null!=t)return ur(t)?+t:void 0},toAttribute:t=>""+t},...null!=t?t:{}})}});const hr=t=>"string"==typeof t?ut(t):t;class dr{static create(t,e,r,o){const n=t=>hr(null!=t?t:o),i=ft`var(${hr(t)}, ${n(o)})`;return i.name=t,i.description=e,i.category=r,i.defaultValue=o,i.defaultCssValue=n,i.get=e=>ft`var(${hr(t)}, ${n(e)})`,i.breadcrumb=()=>[],i.lastResortDefaultValue=()=>o,i}static extend(t,e,r,o){const n=t=>r.get(null!=t?t:o),i=ft`var(${hr(t)}, ${n(o)})`;return i.name=t,i.description=e,i.category=r.category,i.fallbackVariable=r,i.defaultValue=o,i.defaultCssValue=n,i.get=e=>ft`var(${hr(t)}, ${n(e)})`,i.breadcrumb=()=>[r.name,...r.breadcrumb()],i.lastResortDefaultValue=()=>null!=o?o:r.lastResortDefaultValue(),i}static external(t,e){const r=e=>t.fallbackVariable?t.fallbackVariable.get(null!=e?e:t.defaultValue):hr(null!=e?e:t.lastResortDefaultValue()),o=ft`var(${hr(t.name)}, ${r(t.defaultValue)})`;return o.name=t.name,o.category=t.category,o.fallbackVariable=t.fallbackVariable,o.defaultValue=t.defaultValue,o.context=e,o.defaultCssValue=r,o.get=e=>ft`var(${hr(t.name)}, ${r(e)})`,o.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],o.lastResortDefaultValue=()=>t.lastResortDefaultValue(),o}}const pr={colorWhite:dr.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:dr.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:dr.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:dr.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:dr.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:dr.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:dr.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:dr.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:dr.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:dr.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:dr.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:dr.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:dr.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:dr.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:dr.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:dr.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:dr.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:dr.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:dr.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:dr.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:dr.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:dr.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:dr.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:dr.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:dr.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:dr.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:dr.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:dr.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:dr.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:dr.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:dr.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:dr.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:dr.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:dr.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:dr.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:dr.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:dr.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:dr.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:dr.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:dr.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:dr.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:dr.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:dr.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:dr.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:dr.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:dr.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:dr.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:dr.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:dr.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:dr.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:dr.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:dr.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:dr.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:dr.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:dr.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:dr.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:dr.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:dr.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:dr.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:dr.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:dr.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:dr.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:dr.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:dr.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:dr.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:dr.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:dr.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:dr.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:dr.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:dr.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:dr.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:dr.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:dr.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:dr.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:dr.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:dr.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:dr.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:dr.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:dr.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:dr.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:dr.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:dr.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:dr.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:dr.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:dr.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:dr.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:dr.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:dr.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:dr.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:dr.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:dr.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:dr.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:dr.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:dr.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:dr.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:dr.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:dr.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:dr.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:dr.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:dr.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:dr.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:dr.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:dr.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:dr.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:dr.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:dr.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:dr.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:dr.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:dr.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:dr.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:dr.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:dr.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:dr.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:dr.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:dr.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:dr.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:dr.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:dr.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:dr.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:dr.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:dr.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:dr.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:dr.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:dr.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:dr.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:dr.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:dr.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:dr.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:dr.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:dr.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:dr.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:dr.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:dr.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:dr.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:dr.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:dr.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:dr.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:dr.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:dr.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:dr.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:dr.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:dr.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:dr.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:dr.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:dr.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:dr.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:dr.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:dr.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:dr.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:dr.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:dr.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:dr.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:dr.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:dr.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:dr.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:dr.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:dr.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:dr.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:dr.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:dr.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:dr.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:dr.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:dr.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:dr.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:dr.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:dr.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:dr.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:dr.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:dr.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:dr.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:dr.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:dr.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:dr.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:dr.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:dr.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:dr.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:dr.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:dr.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:dr.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:dr.create("--ft-icon-size-6","","SIZE","48px"),opacity0:dr.create("--ft-opacity-0","","NUMBER","0"),opacity8:dr.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:dr.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:dr.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:dr.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:dr.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:dr.create("--ft-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:dr.create("--ft-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:dr.create("--ft-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:dr.create("--ft-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:dr.create("--ft-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:dr.create("--ft-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:dr.create("--ft-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:dr.create("--ft-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:dr.create("--ft-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)")},yr={fontFamily:dr.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:dr.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:dr.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:dr.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:dr.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:dr.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dr.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:dr.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:dr.create("--ft-typography-display-textCase","","UNKNOWN","none")},gr={fontFamily:dr.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:dr.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:dr.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:dr.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:dr.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:dr.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dr.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:dr.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:dr.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},mr={fontFamily:dr.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:dr.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:dr.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:dr.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:dr.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:dr.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dr.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:dr.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:dr.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},br={fontFamily:dr.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:dr.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:dr.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:dr.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:dr.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:dr.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dr.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:dr.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:dr.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},vr={fontFamily:dr.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:dr.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:dr.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:dr.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:dr.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:dr.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dr.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:dr.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:dr.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},Or={fontFamily:dr.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:dr.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:dr.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:dr.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:dr.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:dr.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dr.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:dr.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:dr.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},Sr={fontFamily:dr.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:dr.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:dr.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:dr.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:dr.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:dr.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dr.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:dr.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:dr.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},wr={fontFamily:dr.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:dr.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:dr.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:dr.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:dr.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:dr.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dr.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:dr.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:dr.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},Nr={fontFamily:dr.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:dr.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:dr.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:dr.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:dr.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:dr.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dr.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:dr.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:dr.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},xr={fontFamily:dr.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:dr.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:dr.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:dr.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:dr.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:dr.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dr.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:dr.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:dr.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},Cr={fontFamily:dr.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:dr.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:dr.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:dr.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:dr.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:dr.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:dr.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dr.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:dr.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},Er={fontFamily:dr.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:dr.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:dr.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:dr.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:dr.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:dr.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:dr.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dr.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:dr.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},Rr={fontFamily:dr.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:dr.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:dr.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:dr.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:dr.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:dr.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:dr.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dr.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:dr.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},Mr={fontFamily:dr.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:dr.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:dr.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:dr.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:dr.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:dr.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:dr.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dr.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:dr.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},Lr={fontFamily:dr.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:dr.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:dr.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:dr.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:dr.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:dr.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:dr.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dr.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:dr.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},kr={fontFamily:dr.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:dr.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:dr.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:dr.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:dr.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:dr.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:dr.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dr.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:dr.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},Dr={fontFamily:dr.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:dr.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:dr.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:dr.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:dr.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:dr.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:dr.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dr.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:dr.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},Wr={fontFamily:dr.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:dr.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:dr.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:dr.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:dr.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:dr.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:dr.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dr.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:dr.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},Ir={fontFamily:dr.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:dr.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:dr.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:dr.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:dr.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:dr.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:dr.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dr.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:dr.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},Ur={fontFamily:dr.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:dr.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:dr.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:dr.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:dr.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:dr.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:dr.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dr.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:dr.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},Yr={fontFamily:dr.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:dr.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:dr.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:dr.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:dr.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:dr.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:dr.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dr.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:dr.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},_r={fontFamily:dr.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:dr.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:dr.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:dr.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:dr.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:dr.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:dr.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dr.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:dr.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},Ar={fontFamily:dr.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:dr.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:dr.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:dr.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:dr.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:dr.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:dr.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dr.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:dr.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},Fr={fontFamily:dr.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:dr.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:dr.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:dr.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:dr.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:dr.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:dr.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dr.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:dr.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},jr={fontFamily:dr.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:dr.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:dr.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:dr.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:dr.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:dr.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:dr.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:dr.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:dr.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},Hr={display:yr,"title-1":gr,"title-2":mr,"title-3":br,"body-1-regular":vr,"body-1-medium":Or,"body-1-semibold":Sr,"body-2-regular":wr,"body-2-medium":Nr,"body-2-semibold":xr,"label-1-medium":Cr,"label-1-semibold":Er,"label-1-bold":Rr,"label-2-medium":Mr,"label-2-semibold":Lr,"label-2-bold":kr,"caption-1-medium":Dr,"caption-1-semibold":Wr,"caption-1-bold":Ir,"caption-2-medium":Ur,"caption-2-semibold":Yr,"caption-2-bold":_r,"caption-3-medium":Ar,"caption-3-semibold":Fr,"caption-3-bold":jr},Pr={backgroundActionPrimary:dr.extend("--ft-background-action-primary","Used as backgorund of primary action components.",pr.colorBrand0),backgroundErrorPrimary:dr.extend("--ft-background-error-primary","Used as background of error components.",pr.colorRed0),backgroundErrorSubtle:dr.extend("--ft-background-error-subtle","Used as background of subtle error components.",pr.colorRed10),backgroundInfoPrimary:dr.extend("--ft-background-info-primary","Used as background of information components.",pr.colorCyan200),backgroundInfoSubtle:dr.extend("--ft-background-info-subtle","Used as background of subtle information components.",pr.colorCyan10),backgroundWarningPrimary:dr.extend("--ft-background-warning-primary","Used as background of warning components.",pr.colorOrange300),backgroundWarningSubtle:dr.extend("--ft-background-warning-subtle","Used as background of subtle information components.",pr.colorOrange10),backgroundSuccessPrimary:dr.extend("--ft-background-success-primary","Used as background of success components.",pr.colorGreen200),backgroundSuccessSubtle:dr.extend("--ft-background-success-subtle","Used as background of subtle success components.",pr.colorGreen10),backgroundGlobalSurface:dr.extend("--ft-background-global-surface","Used as app background.",pr.colorWhite),backgroundGlobalOnSurface:dr.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",pr.colorGray10),backgroundGlobalOnSurfaceDark:dr.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",pr.colorGray30),contentActionPrimary:dr.extend("--ft-content-action-primary","Used on label of primary action on light surface.",pr.colorBrand0),contentWarningPrimary:dr.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",pr.colorOrange300),contentWarningIconOnly:dr.extend("--ft-content-warning-icon-only","Used on warning status icons alone",pr.colorOrange0),contentErrorPrimary:dr.extend("--ft-content-error-primary","Used on label of error messages on light surface.",pr.colorRed0),contentErrorIconOnly:dr.extend("--ft-content-error-icon-only","Used on error status icons alone",pr.colorRed0),contentInfoPrimary:dr.extend("--ft-content-info-primary","Used on label of information messages on light surface.",pr.colorCyan200),contentInfoIconOnly:dr.extend("--ft-content-info-icon-only","Used on info status icons alone",pr.colorCyan0),contentSuccessPrimary:dr.extend("--ft-content-success-primary","Used on label of success messages on light surface.",pr.colorGreen200),contentSuccessIconOnly:dr.extend("--ft-content-success-icon-only","Used on success status icons alone",pr.colorGreen0),contentGlobalPrimary:dr.extend("--ft-content-global-primary","Used for main content on the page.",pr.colorGray500),contentGlobalSecondary:dr.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",pr.colorGray200),contentGlobalSubtle:dr.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",pr.colorGray0),contentGlobalOnColor:dr.extend("--ft-content-global-on-color","Used for content on a dominant color.",pr.colorWhite),borderActionPrimary:dr.extend("--ft-border-action-primary","Used as border for primary action components.",pr.colorBrand0),borderActionFocusRing:dr.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",pr.colorCyan0),borderWarningPrimary:dr.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",pr.colorOrange300),borderWarningSubtle:dr.extend("--ft-border-warning-subtle","Used as border for warning components.",pr.colorOrange30),borderSuccessPrimary:dr.extend("--ft-border-success-primary","Used as border for success buttons.",pr.colorGreen200),borderSuccessSubtle:dr.extend("--ft-border-success-subtle","Used as border for success components.",pr.colorGreen30),borderErrorPrimary:dr.extend("--ft-border-error-primary","Used as border for text fields in error states.",pr.colorRed0),borderErrorSubtle:dr.extend("--ft-border-error-subtle","Used as border for error components.",pr.colorRed30),borderInfoPrimary:dr.extend("--ft-border-info-primary","Used as border for buttons in info color.",pr.colorCyan200),borderInfoSubtle:dr.extend("--ft-border-info-subtle","Used as border for information components.",pr.colorCyan30),borderGlobalPrimary:dr.extend("--ft-border-global-primary","Used as border for element like input.",pr.colorGray50),borderGlobalSubtle:dr.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",pr.colorGray30),borderInputPrimary:dr.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",pr.colorGray80)},$r={largeHeight:dr.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:dr.extend("--ft-button-large-horizontal-padding","",pr.spacing4),largeGap:dr.extend("--ft-button-large-gap","",pr.spacing2),largeBorderRadius:dr.extend("--ft-button-large-border-radius","",pr.borderRadiusS),largeIconSize:dr.extend("--ft-button-large-icon-size","",pr.iconSize3),largeBorderWidth:dr.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:dr.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:dr.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:dr.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:dr.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:dr.extend("--ft-button-small-horizontal-padding","",pr.spacing3),smallGap:dr.extend("--ft-button-small-gap","",pr.spacing2),smallBorderRadius:dr.extend("--ft-button-small-border-radius","",pr.borderRadiusS),smallIconSize:dr.extend("--ft-button-small-icon-size","",pr.iconSize2),smallBorderWidth:dr.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:dr.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:dr.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:dr.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:dr.extend("--ft-button-primary-background-color","",Pr.backgroundActionPrimary),primaryColor:dr.extend("--ft-button-primary-color","",Pr.contentGlobalOnColor),primaryIconColor:dr.extend("--ft-button-primary-icon-color","",Pr.contentGlobalOnColor),primaryStateLayerColor:dr.extend("--ft-button-primary-state-layer-color","",Pr.contentGlobalOnColor),primaryStateLayerOpacityHover:dr.extend("--ft-button-primary-state-layer-opacity-hover","",pr.opacity16),primaryStateLayerOpacityFocus:dr.extend("--ft-button-primary-state-layer-opacity-focus","",pr.opacity16),primaryStateLayerOpacityActive:dr.extend("--ft-button-primary-state-layer-opacity-active","",pr.opacity24),primaryComponentOpacityDisabled:dr.extend("--ft-button-primary-component-opacity-disabled","",pr.opacity40),focusFocusRingColor:dr.extend("--ft-button-focus-focus-ring-color","",Pr.borderActionFocusRing),tertiaryBackgroundColor:dr.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:dr.extend("--ft-button-tertiary-color","",Pr.contentActionPrimary),tertiaryIconColor:dr.extend("--ft-button-tertiary-icon-color","",Pr.contentActionPrimary),tertiaryStateLayerColor:dr.extend("--ft-button-tertiary-state-layer-color","",Pr.contentActionPrimary),tertiaryStateLayerOpacityHover:dr.extend("--ft-button-tertiary-state-layer-opacity-hover","",pr.opacity8),tertiaryStateLayerOpacityFocus:dr.extend("--ft-button-tertiary-state-layer-opacity-focus","",pr.opacity8),tertiaryStateLayerOpacityActive:dr.extend("--ft-button-tertiary-state-layer-opacity-active","",pr.opacity16),tertiaryComponentOpacityDisabled:dr.extend("--ft-button-tertiary-component-opacity-disabled","",pr.opacity40),secondaryBackgroundColor:dr.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:dr.extend("--ft-button-secondary-color","",Pr.contentActionPrimary),secondaryIconColor:dr.extend("--ft-button-secondary-icon-color","",Pr.contentActionPrimary),secondaryStateLayerColor:dr.extend("--ft-button-secondary-state-layer-color","",Pr.contentActionPrimary),secondaryStateLayerOpacityHover:dr.extend("--ft-button-secondary-state-layer-opacity-hover","",pr.opacity8),secondaryStateLayerOpacityFocus:dr.extend("--ft-button-secondary-state-layer-opacity-focus","",pr.opacity8),secondaryStateLayerOpacityActive:dr.extend("--ft-button-secondary-state-layer-opacity-active","",pr.opacity16),secondaryComponentOpacityDisabled:dr.extend("--ft-button-secondary-component-opacity-disabled","",pr.opacity40),secondaryBorderColor:dr.extend("--ft-button-secondary-border-color","",Pr.borderActionPrimary),neutralBackgroundColor:dr.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:dr.extend("--ft-button-neutral-icon-color","",Pr.contentGlobalSecondary),neutralColor:dr.extend("--ft-button-neutral-color","",Pr.contentGlobalSecondary),neutralStateLayerColor:dr.extend("--ft-button-neutral-state-layer-color","",Pr.contentGlobalSecondary),neutralStateLayerOpacityHover:dr.extend("--ft-button-neutral-state-layer-opacity-hover","",pr.opacity8),neutralStateLayerOpacityFocus:dr.extend("--ft-button-neutral-state-layer-opacity-focus","",pr.opacity8),neutralStateLayerOpacityActive:dr.extend("--ft-button-neutral-state-layer-opacity-active","",pr.opacity16),neutralComponentOpacityDisabled:dr.extend("--ft-button-neutral-component-opacity-disabled","",pr.opacity40)},Kr={horizontalPadding:dr.extend("--ft-floating-menu-horizontal-padding","",pr.spacing4),verticalPadding:dr.extend("--ft-floating-menu-vertical-padding","",pr.spacing4),offIconColor:dr.extend("--ft-floating-menu-off-icon-color","",Pr.contentGlobalPrimary),offColor:dr.extend("--ft-floating-menu-off-color","",Pr.contentGlobalPrimary),onColor:dr.extend("--ft-floating-menu-on-color","",Pr.contentActionPrimary),onIconColor:dr.extend("--ft-floating-menu-on-icon-color","",Pr.contentActionPrimary),onStateLayerColor:dr.extend("--ft-floating-menu-on-state-layer-color","",Pr.contentActionPrimary),gap:dr.extend("--ft-floating-menu-gap","",pr.spacing3),focusFocusRingColor:dr.extend("--ft-floating-menu-focus-focus-ring-color","",Pr.borderActionFocusRing),focusOutlineWidth:dr.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),stateLayerOpacityHover:dr.extend("--ft-floating-menu-state-layer-opacity-hover","",pr.opacity8),stateLayerOpacityActive:dr.extend("--ft-floating-menu-state-layer-opacity-active","",pr.opacity16),stateLayerOpacityFocus:dr.extend("--ft-floating-menu-state-layer-opacity-focus","",pr.opacity8),componentOpacityDisabled:dr.extend("--ft-floating-menu-component-opacity-disabled","",pr.opacity40),iconSize:dr.extend("--ft-floating-menu-icon-size","",pr.iconSize3),backgroundColor:dr.extend("--ft-floating-menu-background-color","",Pr.backgroundGlobalOnSurface)},Zr={topLeftBorderRadius:dr.extend("--ft-tabs-top-left-border-radius","",pr.borderRadiusS),topRightBorderRadius:dr.extend("--ft-tabs-top-right-border-radius","",pr.borderRadiusS),labelHorizontalPadding:dr.extend("--ft-tabs-label-horizontal-padding","",pr.spacing4),labelVerticalPadding:dr.extend("--ft-tabs-label-vertical-padding","",pr.spacing3),labelGap:dr.extend("--ft-tabs-label-gap","",pr.spacing1),iconHorizontalPadding:dr.extend("--ft-tabs-icon-horizontal-padding","",pr.spacing1),iconVerticalPadding:dr.extend("--ft-tabs-icon-vertical-padding","",pr.spacing4),focusOutlineWidth:dr.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:dr.extend("--ft-tabs-focus-focus-ring-color","",Pr.borderActionFocusRing),offStateLayerOpacityHover:dr.extend("--ft-tabs-off-state-layer-opacity-hover","",pr.opacity8),offStateLayerOpacityFocus:dr.extend("--ft-tabs-off-state-layer-opacity-focus","",pr.opacity8),offStateLayerOpacityActive:dr.extend("--ft-tabs-off-state-layer-opacity-active","",pr.opacity16),offComponentOpacityDisabled:dr.extend("--ft-tabs-off-component-opacity-disabled","",pr.opacity40),offColor:dr.extend("--ft-tabs-off-color","",Pr.contentGlobalSubtle),offStateLayerColor:dr.extend("--ft-tabs-off-state-layer-color","",Pr.contentGlobalSubtle),onStateLayerOpacityHover:dr.extend("--ft-tabs-on-state-layer-opacity-hover","",pr.opacity8),onStateLayerOpacityFocus:dr.extend("--ft-tabs-on-state-layer-opacity-focus","",pr.opacity8),onStateLayerOpacityActive:dr.extend("--ft-tabs-on-state-layer-opacity-active","",pr.opacity16),onComponentOpacityDisabled:dr.extend("--ft-tabs-on-component-opacity-disabled","",pr.opacity40),onColor:dr.extend("--ft-tabs-on-color","",Pr.contentActionPrimary),onStateLayerColor:dr.extend("--ft-tabs-on-state-layer-color","",Pr.contentActionPrimary)},Tr={stateLayerOpacityHover:dr.extend("--ft-collapsible-state-layer-opacity-hover","",pr.opacity8),stateLayerOpacityFocus:dr.extend("--ft-collapsible-state-layer-opacity-focus","",pr.opacity8),stateLayerOpacityActive:dr.extend("--ft-collapsible-state-layer-opacity-active","",pr.opacity16),componentOpacityDisabled:dr.extend("--ft-collapsible-component-opacity-disabled","",pr.opacity40),horizontalPadding:dr.extend("--ft-collapsible-horizontal-padding","",pr.spacing4),verticalPadding:dr.extend("--ft-collapsible-vertical-padding","",pr.spacing3),focusOutlineWidth:dr.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:dr.extend("--ft-collapsible-focus-focus-ring-color","",Pr.borderActionFocusRing),color:dr.extend("--ft-collapsible-color","",Pr.contentGlobalPrimary),stateLayerColor:dr.extend("--ft-collapsible-state-layer-color","",Pr.contentGlobalPrimary),backgroundColor:dr.extend("--ft-collapsible-background-color","",Pr.backgroundGlobalOnSurface),borderColor:dr.extend("--ft-collapsible-border-color","",Pr.borderGlobalSubtle),iconSize:dr.extend("--ft-collapsible-icon-size","",pr.iconSize3)},Br={groupHorizontalPadding:dr.extend("--ft-switch-group-horizontal-padding","",pr.spacing1),groupVerticalPadding:dr.extend("--ft-switch-group-vertical-padding","",pr.spacing1),groupGap:dr.extend("--ft-switch-group-gap","",pr.spacing1),groupBackgroundColor:dr.extend("--ft-switch-group-background-color","",Pr.backgroundGlobalSurface),groupBorderColor:dr.extend("--ft-switch-group-border-color","",Pr.borderGlobalSubtle),groupBorderRadius:dr.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:dr.extend("--ft-switch-label-horizontal-padding","",pr.spacing2),labelVerticalPadding:dr.extend("--ft-switch-label-vertical-padding","",pr.spacing1),iconHorizontalPadding:dr.extend("--ft-switch-icon-horizontal-padding","",pr.spacing1),iconVerticalPadding:dr.extend("--ft-switch-icon-vertical-padding","",pr.spacing1),focusOutlineWidth:dr.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:dr.extend("--ft-switch-focus-focus-ring-color","",Pr.borderActionFocusRing),optionBorderRadius:dr.extend("--ft-switch-option-border-radius","",pr.borderRadiusS),offStateLayerOpacityHover:dr.extend("--ft-switch-off-state-layer-opacity-hover","",pr.opacity8),offStateLayerOpacityFocus:dr.extend("--ft-switch-off-state-layer-opacity-focus","",pr.opacity8),offStateLayerOpacityActive:dr.extend("--ft-switch-off-state-layer-opacity-active","",pr.opacity16),offComponentOpacityDisabled:dr.extend("--ft-switch-off-component-opacity-disabled","",pr.opacity40),offColor:dr.extend("--ft-switch-off-color","",Pr.contentGlobalSubtle),offStateLayerColor:dr.extend("--ft-switch-off-state-layer-color","",Pr.contentGlobalSubtle),onStateLayerOpacityHover:dr.extend("--ft-switch-on-state-layer-opacity-hover","",pr.opacity8),onStateLayerOpacityFocus:dr.extend("--ft-switch-on-state-layer-opacity-focus","",pr.opacity8),onStateLayerOpacityActive:dr.extend("--ft-switch-on-state-layer-opacity-active","",pr.opacity16),onComponentOpacityDisabled:dr.extend("--ft-switch-on-component-opacity-disabled","",pr.opacity40),onColor:dr.extend("--ft-switch-on-color","",Pr.contentActionPrimary),onStateLayerColor:dr.extend("--ft-switch-on-state-layer-color","",Pr.contentActionPrimary)},zr={color1Light:dr.extend("--ft-chart-1-light","for area color charts",pr.colorBrand40),color1Base:dr.extend("--ft-chart-1-base","for line charts",pr.colorBrand0),color2Light:dr.extend("--ft-chart-2-light","for area color charts",pr.colorYellow60),color2Base:dr.extend("--ft-chart-2-base","for line charts",pr.colorYellow100),color3Light:dr.extend("--ft-chart-3-light","",pr.colorUltramarine40),color3Base:dr.extend("--ft-chart-3-base","",pr.colorUltramarine70),color4Light:dr.extend("--ft-chart-4-light","",pr.colorCyan50),color4Base:dr.extend("--ft-chart-4-base","",pr.colorCyan100),color5Light:dr.extend("--ft-chart-5-light","",pr.colorRed40),color5Base:dr.extend("--ft-chart-5-base","",pr.colorRed60),color6Light:dr.extend("--ft-chart-6-light","",pr.colorGreen40),color6Base:dr.extend("--ft-chart-6-base","",pr.colorGreen70),color7Light:dr.extend("--ft-chart-7-light","",pr.colorOrange70),color7Base:dr.extend("--ft-chart-7-base","",pr.colorOrange100),color8Light:dr.extend("--ft-chart-8-light","",pr.colorAvocado70),color8Base:dr.extend("--ft-chart-8-base","",pr.colorAvocado200),color9Light:dr.extend("--ft-chart-9-light","",pr.colorBrown50),color9Base:dr.extend("--ft-chart-9-base","",pr.colorBrown200),color10Light:dr.extend("--ft-chart-10-light","",pr.colorGray50),color10Base:dr.extend("--ft-chart-10-base","",pr.colorGray80),monochrome10:dr.extend("--ft-chart-monochrome-10","",pr.colorBrand10),monochrome20:dr.extend("--ft-chart-monochrome-20","",pr.colorBrand20),monochrome30:dr.extend("--ft-chart-monochrome-30","",pr.colorBrand40),monochrome40:dr.extend("--ft-chart-monochrome-40","",pr.colorBrand60),monochrome50:dr.extend("--ft-chart-monochrome-50","",pr.colorBrand0),monochrome60:dr.extend("--ft-chart-monochrome-60","",pr.colorBrand200)},Gr={largeHorizontalPadding:dr.extend("--ft-chip-large-horizontal-padding","",pr.spacing4),largeVerticalPadding:dr.extend("--ft-chip-large-vertical-padding","",pr.spacing2),largeGap:dr.extend("--ft-chip-large-gap","",pr.spacing1),largeFocusOutlineOffset:dr.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:dr.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:dr.extend("--ft-chip-large-border-radius","",pr.borderRadiusPill),largeBorderWidth:dr.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:dr.extend("--ft-chip-large-icon-size","",pr.iconSize3),mediumHorizontalPadding:dr.extend("--ft-chip-medium-horizontal-padding","",pr.spacing3),mediumVerticalPadding:dr.extend("--ft-chip-medium-vertical-padding","",pr.spacing1),mediumGap:dr.extend("--ft-chip-medium-gap","",pr.spacing1),mediumFocusOutlineOffset:dr.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:dr.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:dr.extend("--ft-chip-medium-border-radius","",pr.borderRadiusPill),mediumBorderWidth:dr.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:dr.extend("--ft-chip-medium-icon-size","",pr.iconSize2),smallHorizontalPadding:dr.extend("--ft-chip-small-horizontal-padding","",pr.spacing2),smallVerticalPadding:dr.extend("--ft-chip-small-vertical-padding","",pr.spacing05),smallGap:dr.extend("--ft-chip-small-gap","",pr.spacing1),smallFocusOutlineOffset:dr.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:dr.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:dr.extend("--ft-chip-small-border-radius","",pr.borderRadiusPill),smallBorderWidth:dr.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:dr.extend("--ft-chip-small-icon-size","",pr.iconSize1),neutralBackgroundColor:dr.extend("--ft-chip-neutral-background-color","",Pr.backgroundGlobalOnSurface),neutralColor:dr.extend("--ft-chip-neutral-color","",Pr.contentGlobalPrimary),neutralBorderColor:dr.extend("--ft-chip-neutral-border-color","",Pr.borderGlobalSubtle),infoBackgroundColor:dr.extend("--ft-chip-info-background-color","",Pr.backgroundInfoSubtle),infoColor:dr.extend("--ft-chip-info-color","",Pr.contentInfoPrimary),infoBorderColor:dr.extend("--ft-chip-info-border-color","",Pr.borderInfoSubtle),successBackgroundColor:dr.extend("--ft-chip-success-background-color","",Pr.backgroundSuccessSubtle),successColor:dr.extend("--ft-chip-success-color","",Pr.contentSuccessPrimary),successBorderColor:dr.extend("--ft-chip-success-border-color","",Pr.borderSuccessSubtle),warningBackgroundColor:dr.extend("--ft-chip-warning-background-color","",Pr.backgroundWarningSubtle),warningColor:dr.extend("--ft-chip-warning-color","",Pr.contentWarningPrimary),warningBorderColor:dr.extend("--ft-chip-warning-border-color","",Pr.borderWarningSubtle),errorBackgroundColor:dr.extend("--ft-chip-error-background-color","",Pr.backgroundErrorSubtle),errorColor:dr.extend("--ft-chip-error-color","",Pr.contentErrorPrimary),errorBorderColor:dr.extend("--ft-chip-error-border-color","",Pr.borderErrorSubtle)},qr={borderWidth:dr.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:dr.extend("--ft-notice-horizontal-padding","",pr.spacing2),verticalPadding:dr.extend("--ft-notice-vertical-padding","",pr.spacing1),borderRadius:dr.extend("--ft-notice-border-radius","",pr.borderRadiusS),gap:dr.extend("--ft-notice-gap","",pr.spacing2),iconSize:dr.extend("--ft-notice-icon-size","",pr.iconSize3),infoBackgroundColor:dr.extend("--ft-notice-info-background-color","",Pr.backgroundInfoSubtle),infoBorderColor:dr.extend("--ft-notice-info-border-color","",Pr.borderInfoSubtle),infoColor:dr.extend("--ft-notice-info-color","",Pr.contentInfoPrimary),warningBackgroundColor:dr.extend("--ft-notice-warning-background-color","",Pr.backgroundWarningSubtle),warningBorderColor:dr.extend("--ft-notice-warning-border-color","",Pr.borderWarningSubtle),warningColor:dr.extend("--ft-notice-warning-color","",Pr.contentWarningPrimary)},Vr={labelColor:dr.extend("--ft-checkbox-label-color","",Pr.contentGlobalPrimary),checkedBackgroundColor:dr.extend("--ft-checkbox-checked-background-color","",Pr.contentActionPrimary),checkedStateLayerColor:dr.extend("--ft-checkbox-checked-state-layer-color","",Pr.contentActionPrimary),checkedColor:dr.extend("--ft-checkbox-checked-color","",Pr.contentGlobalOnColor),checkedStateLayerOpacityHover:dr.extend("--ft-checkbox-checked-state-layer-opacity-hover","",pr.opacity16),checkedStateLayerOpacityFocus:dr.extend("--ft-checkbox-checked-state-layer-opacity-focus","",pr.opacity16),checkedStateLayerOpacityActive:dr.extend("--ft-checkbox-checked-state-layer-opacity-active","",pr.opacity24),checkedComponentOpacityDisabled:dr.extend("--ft-checkbox-checked-component-opacity-disabled","",pr.opacity40),uncheckedBorderColor:dr.extend("--ft-checkbox-unchecked-border-color","",pr.colorGray80),uncheckedStateLayerColor:dr.extend("--ft-checkbox-unchecked-state-layer-color","",pr.colorGray80),uncheckedStateLayerOpacityHover:dr.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",pr.opacity16),uncheckedStateLayerOpacityFocus:dr.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",pr.opacity16),uncheckedStateLayerOpacityActive:dr.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",pr.opacity24),uncheckedComponentOpacityDisabled:dr.extend("--ft-checkbox-unchecked-component-opacity-disabled","",pr.opacity40),focusFocusRingColor:dr.extend("--ft-checkbox-focus-focus-ring-color","",Pr.borderActionFocusRing),focusOutlineOffset:dr.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:dr.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:dr.extend("--ft-checkbox-gap","",pr.spacing3)},Jr={offStateLayerOpacityHover:dr.extend("--ft-toggle-off-state-layer-opacity-hover","",pr.opacity16),offStateLayerOpacityFocus:dr.extend("--ft-toggle-off-state-layer-opacity-focus","",pr.opacity16),offStateLayerOpacityActive:dr.extend("--ft-toggle-off-state-layer-opacity-active","",pr.opacity24),offComponentOpacityDisabled:dr.extend("--ft-toggle-off-component-opacity-disabled","",pr.opacity40),offBackgroundColor:dr.extend("--ft-toggle-off-background-color","",Pr.contentGlobalSubtle),offIconColor:dr.extend("--ft-toggle-off-icon-color","",Pr.contentGlobalSubtle),offStateLayerColor:dr.extend("--ft-toggle-off-state-layer-color","",Pr.contentGlobalSubtle),onStateLayerOpacityHover:dr.extend("--ft-toggle-on-state-layer-opacity-hover","",pr.opacity16),onStateLayerOpacityFocus:dr.extend("--ft-toggle-on-state-layer-opacity-focus","",pr.opacity16),onStateLayerOpacityActive:dr.extend("--ft-toggle-on-state-layer-opacity-active","",pr.opacity24),onComponentOpacityDisabled:dr.extend("--ft-toggle-on-component-opacity-disabled","",pr.opacity40),onBackgroundColor:dr.extend("--ft-toggle-on-background-color","",Pr.contentActionPrimary),onIconColor:dr.extend("--ft-toggle-on-icon-color","",Pr.contentActionPrimary),onStateLayerColor:dr.extend("--ft-toggle-on-state-layer-color","",Pr.contentActionPrimary),labelColor:dr.extend("--ft-toggle-label-color","",Pr.contentGlobalPrimary),focusFocusRingColor:dr.extend("--ft-toggle-focus-focus-ring-color","",Pr.borderActionFocusRing),gap:dr.extend("--ft-toggle-gap","",pr.spacing3)},Xr={labelColor:dr.extend("--ft-radio-label-color","",Pr.contentGlobalPrimary),selectedColor:dr.extend("--ft-radio-selected-color","",Pr.contentActionPrimary),selectedStateLayerColor:dr.extend("--ft-radio-selected-state-layer-color","",Pr.contentActionPrimary),selectedStateLayerOpacityHover:dr.extend("--ft-radio-selected-state-layer-opacity-hover","",pr.opacity16),selectedStateLayerOpacityFocus:dr.extend("--ft-radio-selected-state-layer-opacity-focus","",pr.opacity16),selectedStateLayerOpacityActive:dr.extend("--ft-radio-selected-state-layer-opacity-active","",pr.opacity24),selectedComponentOpacityDisabled:dr.extend("--ft-radio-selected-component-opacity-disabled","",pr.opacity40),unselectedStateLayerColor:dr.extend("--ft-radio-unselected-state-layer-color","",pr.colorGray80),unselectedStateLayerOpacityHover:dr.extend("--ft-radio-unselected-state-layer-opacity-hover","",pr.opacity16),unselectedStateLayerOpacityFocus:dr.extend("--ft-radio-unselected-state-layer-opacity-focus","",pr.opacity16),unselectedStateLayerOpacityActive:dr.extend("--ft-radio-unselected-state-layer-opacity-active","",pr.opacity24),unselectedComponentOpacityDisabled:dr.extend("--ft-radio-unselected-component-opacity-disabled","",pr.opacity40),focusFocusRingColor:dr.extend("--ft-radio-focus-focus-ring-color","",Pr.borderActionFocusRing),focusOutlineOffset:dr.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:dr.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:dr.extend("--ft-radio-gap","",pr.spacing3)},Qr={iconSize:dr.extend("--ft-notification-icon-size","",pr.iconSize4),horizontalPadding:dr.extend("--ft-notification-horizontal-padding","",pr.spacing4),verticalPadding:dr.extend("--ft-notification-vertical-padding","",pr.spacing4),infoBackgroundColor:dr.extend("--ft-notification-info-background-color","",Pr.backgroundInfoSubtle),infoColor:dr.extend("--ft-notification-info-color","",Pr.contentInfoPrimary),infoBorderColor:dr.extend("--ft-notification-info-border-color","",Pr.borderInfoSubtle),successBackgroundColor:dr.extend("--ft-notification-success-background-color","",Pr.backgroundSuccessSubtle),successColor:dr.extend("--ft-notification-success-color","",Pr.contentSuccessPrimary),successBorderColor:dr.extend("--ft-notification-success-border-color","",Pr.borderSuccessSubtle),warningBackgroundColor:dr.extend("--ft-notification-warning-background-color","",Pr.backgroundWarningSubtle),warningColor:dr.extend("--ft-notification-warning-color","",Pr.contentWarningPrimary),warningBorderColor:dr.extend("--ft-notification-warning-border-color","",Pr.borderWarningSubtle),errorBackgroundColor:dr.extend("--ft-notification-error-background-color","",Pr.backgroundErrorSubtle),errorColor:dr.extend("--ft-notification-error-color","",Pr.contentErrorPrimary),errorBorderColor:dr.extend("--ft-notification-error-border-color","",Pr.borderErrorSubtle),borderRadius:dr.extend("--ft-notification-border-radius","",pr.borderRadiusPill),borderWidth:dr.create("--ft-notification-border-width","","SIZE","1px"),gapLeading:dr.extend("--ft-notification-gap-leading","",pr.spacing2),gapTrailing:dr.extend("--ft-notification-gap-trailing","",pr.spacing8)},to={horizontalPadding:dr.extend("--ft-tooltip-horizontal-padding","",pr.spacing2),verticalPadding:dr.extend("--ft-tooltip-vertical-padding","",pr.spacing2),borderRadius:dr.extend("--ft-tooltip-border-radius","",pr.borderRadiusS),label:dr.extend("--ft-tooltip-label","",Pr.contentGlobalOnColor),background:dr.extend("--ft-tooltip-background","",Pr.contentGlobalPrimary),backgroundOpacity:dr.extend("--ft-tooltip-background-opacity","",pr.opacity80),shadow:dr.extend("--ft-tooltip-shadow","",pr.shadowElevation03)};var eo=Object.freeze({__proto__:null,FtCssVariableFactory:dr,button:$r,chart:zr,checkbox:Vr,chip:Gr,collapsible:Tr,floatingMenu:Kr,foundation:pr,notice:qr,notification:Qr,radio:Xr,semantic:Pr,setVariable:function(t,e){return hr(`${t.name}: ${e}`)},switch_:Br,tabs:Zr,toggle:Jr,tooltip:to,typographies:Hr,typographyBody1Medium:Or,typographyBody1Regular:vr,typographyBody1Semibold:Sr,typographyBody2Medium:Nr,typographyBody2Regular:wr,typographyBody2Semibold:xr,typographyCaption1Bold:Ir,typographyCaption1Medium:Dr,typographyCaption1Semibold:Wr,typographyCaption2Bold:_r,typographyCaption2Medium:Ur,typographyCaption2Semibold:Yr,typographyCaption3Bold:jr,typographyCaption3Medium:Ar,typographyCaption3Semibold:Fr,typographyDisplay:yr,typographyLabel1Bold:Rr,typographyLabel1Medium:Cr,typographyLabel1Semibold:Er,typographyLabel2Bold:kr,typographyLabel2Medium:Mr,typographyLabel2Semibold:Lr,typographyTitle1:gr,typographyTitle2:mr,typographyTitle3:br,typographyVariants:["display","title-1","title-2","title-3","body-1","body-2","label-1","label-2","caption-1","caption-2","caption-3"]});const ro={colorPrimary:dr.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:dr.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:dr.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:dr.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:dr.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:dr.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:dr.create("--ft-color-error","","COLOR","#B00020"),colorOutline:dr.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:dr.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:dr.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:dr.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:dr.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:dr.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:dr.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:dr.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:dr.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:dr.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:dr.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:dr.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:dr.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:dr.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:dr.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:dr.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:dr.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:dr.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:dr.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:dr.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:dr.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:dr.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:dr.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:dr.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:dr.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:dr.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:dr.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:dr.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:dr.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:dr.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:dr.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:dr.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:dr.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:dr.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:dr.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:dr.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:dr.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:dr.create("--ft-elevation-00","","UNKNOWN","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:dr.create("--ft-elevation-01","","UNKNOWN","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:dr.create("--ft-elevation-02","","UNKNOWN","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:dr.create("--ft-elevation-03","","UNKNOWN","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:dr.create("--ft-elevation-04","","UNKNOWN","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:dr.create("--ft-elevation-06","","UNKNOWN","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:dr.create("--ft-elevation-08","","UNKNOWN","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:dr.create("--ft-elevation-12","","UNKNOWN","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:dr.create("--ft-elevation-16","","UNKNOWN","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:dr.create("--ft-elevation-24","","UNKNOWN","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:dr.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:dr.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:dr.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:dr.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:dr.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:dr.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:dr.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:dr.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};var oo=Object.freeze({__proto__:null,designSystemVariables:ro});class no extends CustomEvent{constructor(t){super("ft-notification",{bubbles:!0,composed:!0,detail:t})}}class io extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}}class ao extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}}var so=Object.freeze({__proto__:null,FtNotificationEvent:no,PostResizeEvent:ao,PreResizeEvent:io});const co=["start","end"],lo=["top","right","bottom","left"].reduce(((t,e)=>t.concat(e,e+"-"+co[0],e+"-"+co[1])),[]),uo=Math.min,fo=Math.max,ho=Math.round,po=t=>({x:t,y:t}),yo={left:"right",right:"left",bottom:"top",top:"bottom"},go={start:"end",end:"start"};function mo(t,e,r){return fo(t,uo(e,r))}function bo(t,e){return"function"==typeof t?t(e):t}function vo(t){return t.split("-")[0]}function Oo(t){return t.split("-")[1]}function So(t){return"x"===t?"y":"x"}function wo(t){return"y"===t?"height":"width"}function No(t){return["top","bottom"].includes(vo(t))?"y":"x"}function xo(t){return So(No(t))}function Co(t){return t.replace(/left|right|bottom|top/g,(t=>yo[t]))}function Eo(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function Ro(t,e,r){let{reference:o,floating:n}=t;const i=No(e),a=xo(e),s=wo(a),c=vo(e),l="y"===i,u=o.x+o.width/2-n.width/2,f=o.y+o.height/2-n.height/2,h=o[s]/2-n[s]/2;let d;switch(c){case"top":d={x:u,y:o.y-n.height};break;case"bottom":d={x:u,y:o.y+o.height};break;case"right":d={x:o.x+o.width,y:f};break;case"left":d={x:o.x-n.width,y:f};break;default:d={x:o.x,y:o.y}}switch(Oo(e)){case"start":d[a]-=h*(r&&l?-1:1);break;case"end":d[a]+=h*(r&&l?-1:1)}return d}async function Mo(t,e){var r;void 0===e&&(e={});const{x:o,y:n,platform:i,rects:a,elements:s,strategy:c}=t,{boundary:l="clippingAncestors",rootBoundary:u="viewport",elementContext:f="floating",altBoundary:h=!1,padding:d=0}=bo(e,t),p=function(t){return"number"!=typeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}(d),y=s[h?"floating"===f?"reference":"floating":f],g=Eo(await i.getClippingRect({element:null==(r=await(null==i.isElement?void 0:i.isElement(y)))||r?y:y.contextElement||await(null==i.getDocumentElement?void 0:i.getDocumentElement(s.floating)),boundary:l,rootBoundary:u,strategy:c})),m="floating"===f?{...a.floating,x:o,y:n}:a.reference,b=await(null==i.getOffsetParent?void 0:i.getOffsetParent(s.floating)),v=await(null==i.isElement?void 0:i.isElement(b))&&await(null==i.getScale?void 0:i.getScale(b))||{x:1,y:1},O=Eo(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({rect:m,offsetParent:b,strategy:c}):m);return{top:(g.top-O.top+p.top)/v.y,bottom:(O.bottom-g.bottom+p.bottom)/v.y,left:(g.left-O.left+p.left)/v.x,right:(O.right-g.right+p.right)/v.x}}function Lo(t,e,r){return(t?[...r.filter((e=>Oo(e)===t)),...r.filter((e=>Oo(e)!==t))]:r.filter((t=>vo(t)===t))).filter((r=>!t||(Oo(r)===t||!!e&&function(t){return t.replace(/start|end/g,(t=>go[t]))}(r)!==r)))}const ko=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(e){var r,o,n;const{rects:i,middlewareData:a,placement:s,platform:c,elements:l}=e,{crossAxis:u=!1,alignment:f,allowedPlacements:h=lo,autoAlignment:d=!0,...p}=bo(t,e),y=void 0!==f||h===lo?Lo(f||null,d,h):h,g=await Mo(e,p),m=(null==(r=a.autoPlacement)?void 0:r.index)||0,b=y[m];if(null==b)return{};const v=function(t,e,r){void 0===r&&(r=!1);const o=Oo(t),n=xo(t),i=wo(n);let a="x"===n?o===(r?"end":"start")?"right":"left":"start"===o?"bottom":"top";return e.reference[i]>e.floating[i]&&(a=Co(a)),[a,Co(a)]}(b,i,await(null==c.isRTL?void 0:c.isRTL(l.floating)));if(s!==b)return{reset:{placement:y[0]}};const O=[g[vo(b)],g[v[0]],g[v[1]]],S=[...(null==(o=a.autoPlacement)?void 0:o.overflows)||[],{placement:b,overflows:O}],w=y[m+1];if(w)return{data:{index:m+1,overflows:S},reset:{placement:w}};const N=S.map((t=>{const e=Oo(t.placement);return[t.placement,e&&u?t.overflows.slice(0,2).reduce(((t,e)=>t+e),0):t.overflows[0],t.overflows]})).sort(((t,e)=>t[1]-e[1])),x=N.filter((t=>t[2].slice(0,Oo(t[0])?2:3).every((t=>t<=0)))),C=(null==(n=x[0])?void 0:n[0])||N[0][0];return C!==s?{data:{index:m+1,overflows:S},reset:{placement:C}}:{}}}};function Do(t){return Uo(t)?(t.nodeName||"").toLowerCase():"#document"}function Wo(t){var e;return(null==t||null==(e=t.ownerDocument)?void 0:e.defaultView)||window}function Io(t){var e;return null==(e=(Uo(t)?t.ownerDocument:t.document)||window.document)?void 0:e.documentElement}function Uo(t){return t instanceof Node||t instanceof Wo(t).Node}function Yo(t){return t instanceof Element||t instanceof Wo(t).Element}function _o(t){return t instanceof HTMLElement||t instanceof Wo(t).HTMLElement}function Ao(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof Wo(t).ShadowRoot)}function Fo(t){const{overflow:e,overflowX:r,overflowY:o,display:n}=Ko(t);return/auto|scroll|overlay|hidden|clip/.test(e+o+r)&&!["inline","contents"].includes(n)}function jo(t){return["table","td","th"].includes(Do(t))}function Ho(t){const e=Po(),r=Ko(t);return"none"!==r.transform||"none"!==r.perspective||!!r.containerType&&"normal"!==r.containerType||!e&&!!r.backdropFilter&&"none"!==r.backdropFilter||!e&&!!r.filter&&"none"!==r.filter||["transform","perspective","filter"].some((t=>(r.willChange||"").includes(t)))||["paint","layout","strict","content"].some((t=>(r.contain||"").includes(t)))}function Po(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function $o(t){return["html","body","#document"].includes(Do(t))}function Ko(t){return Wo(t).getComputedStyle(t)}function Zo(t){return Yo(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function To(t){if("html"===Do(t))return t;const e=t.assignedSlot||t.parentNode||Ao(t)&&t.host||Io(t);return Ao(e)?e.host:e}function Bo(t){const e=To(t);return $o(e)?t.ownerDocument?t.ownerDocument.body:t.body:_o(e)&&Fo(e)?e:Bo(e)}function zo(t,e,r){var o;void 0===e&&(e=[]),void 0===r&&(r=!0);const n=Bo(t),i=n===(null==(o=t.ownerDocument)?void 0:o.body),a=Wo(n);return i?e.concat(a,a.visualViewport||[],Fo(n)?n:[],a.frameElement&&r?zo(a.frameElement):[]):e.concat(n,zo(n,[],r))}function Go(t){const e=Ko(t);let r=parseFloat(e.width)||0,o=parseFloat(e.height)||0;const n=_o(t),i=n?t.offsetWidth:r,a=n?t.offsetHeight:o,s=ho(r)!==i||ho(o)!==a;return s&&(r=i,o=a),{width:r,height:o,$:s}}function qo(t){return Yo(t)?t:t.contextElement}function Vo(t){const e=qo(t);if(!_o(e))return po(1);const r=e.getBoundingClientRect(),{width:o,height:n,$:i}=Go(e);let a=(i?ho(r.width):r.width)/o,s=(i?ho(r.height):r.height)/n;return a&&Number.isFinite(a)||(a=1),s&&Number.isFinite(s)||(s=1),{x:a,y:s}}const Jo=po(0);function Xo(t){const e=Wo(t);return Po()&&e.visualViewport?{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}:Jo}function Qo(t,e,r,o){void 0===e&&(e=!1),void 0===r&&(r=!1);const n=t.getBoundingClientRect(),i=qo(t);let a=po(1);e&&(o?Yo(o)&&(a=Vo(o)):a=Vo(t));const s=function(t,e,r){return void 0===e&&(e=!1),!(!r||e&&r!==Wo(t))&&e}(i,r,o)?Xo(i):po(0);let c=(n.left+s.x)/a.x,l=(n.top+s.y)/a.y,u=n.width/a.x,f=n.height/a.y;if(i){const t=Wo(i),e=o&&Yo(o)?Wo(o):o;let r=t.frameElement;for(;r&&o&&e!==t;){const t=Vo(r),e=r.getBoundingClientRect(),o=Ko(r),n=e.left+(r.clientLeft+parseFloat(o.paddingLeft))*t.x,i=e.top+(r.clientTop+parseFloat(o.paddingTop))*t.y;c*=t.x,l*=t.y,u*=t.x,f*=t.y,c+=n,l+=i,r=Wo(r).frameElement}}return Eo({width:u,height:f,x:c,y:l})}function tn(t){return Qo(Io(t)).left+Zo(t).scrollLeft}function en(t,e,r){let o;if("viewport"===e)o=function(t,e){const r=Wo(t),o=Io(t),n=r.visualViewport;let i=o.clientWidth,a=o.clientHeight,s=0,c=0;if(n){i=n.width,a=n.height;const t=Po();(!t||t&&"fixed"===e)&&(s=n.offsetLeft,c=n.offsetTop)}return{width:i,height:a,x:s,y:c}}(t,r);else if("document"===e)o=function(t){const e=Io(t),r=Zo(t),o=t.ownerDocument.body,n=fo(e.scrollWidth,e.clientWidth,o.scrollWidth,o.clientWidth),i=fo(e.scrollHeight,e.clientHeight,o.scrollHeight,o.clientHeight);let a=-r.scrollLeft+tn(t);const s=-r.scrollTop;return"rtl"===Ko(o).direction&&(a+=fo(e.clientWidth,o.clientWidth)-n),{width:n,height:i,x:a,y:s}}(Io(t));else if(Yo(e))o=function(t,e){const r=Qo(t,!0,"fixed"===e),o=r.top+t.clientTop,n=r.left+t.clientLeft,i=_o(t)?Vo(t):po(1);return{width:t.clientWidth*i.x,height:t.clientHeight*i.y,x:n*i.x,y:o*i.y}}(e,r);else{const r=Xo(t);o={...e,x:e.x-r.x,y:e.y-r.y}}return Eo(o)}function rn(t,e){const r=To(t);return!(r===e||!Yo(r)||$o(r))&&("fixed"===Ko(r).position||rn(r,e))}function on(t,e,r){const o=_o(e),n=Io(e),i="fixed"===r,a=Qo(t,!0,i,e);let s={scrollLeft:0,scrollTop:0};const c=po(0);if(o||!o&&!i)if(("body"!==Do(e)||Fo(n))&&(s=Zo(e)),o){const t=Qo(e,!0,i,e);c.x=t.x+e.clientLeft,c.y=t.y+e.clientTop}else n&&(c.x=tn(n));return{x:a.left+s.scrollLeft-c.x,y:a.top+s.scrollTop-c.y,width:a.width,height:a.height}}function nn(t,e){return _o(t)&&"fixed"!==Ko(t).position?e?e(t):t.offsetParent:null}function an(t,e){const r=Wo(t);if(!_o(t))return r;let o=nn(t,e);for(;o&&jo(o)&&"static"===Ko(o).position;)o=nn(o,e);return o&&("html"===Do(o)||"body"===Do(o)&&"static"===Ko(o).position&&!Ho(o))?r:o||function(t){let e=To(t);for(;_o(e)&&!$o(e);){if(Ho(e))return e;e=To(e)}return null}(t)||r}const sn={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:e,offsetParent:r,strategy:o}=t;const n=_o(r),i=Io(r);if(r===i)return e;let a={scrollLeft:0,scrollTop:0},s=po(1);const c=po(0);if((n||!n&&"fixed"!==o)&&(("body"!==Do(r)||Fo(i))&&(a=Zo(r)),_o(r))){const t=Qo(r);s=Vo(r),c.x=t.x+r.clientLeft,c.y=t.y+r.clientTop}return{width:e.width*s.x,height:e.height*s.y,x:e.x*s.x-a.scrollLeft*s.x+c.x,y:e.y*s.y-a.scrollTop*s.y+c.y}},getDocumentElement:Io,getClippingRect:function(t){let{element:e,boundary:r,rootBoundary:o,strategy:n}=t;const i=[..."clippingAncestors"===r?function(t,e){const r=e.get(t);if(r)return r;let o=zo(t,[],!1).filter((t=>Yo(t)&&"body"!==Do(t))),n=null;const i="fixed"===Ko(t).position;let a=i?To(t):t;for(;Yo(a)&&!$o(a);){const e=Ko(a),r=Ho(a);r||"fixed"!==e.position||(n=null),(i?!r&&!n:!r&&"static"===e.position&&n&&["absolute","fixed"].includes(n.position)||Fo(a)&&!r&&rn(t,a))?o=o.filter((t=>t!==a)):n=e,a=To(a)}return e.set(t,o),o}(e,this._c):[].concat(r),o],a=i[0],s=i.reduce(((t,r)=>{const o=en(e,r,n);return t.top=fo(o.top,t.top),t.right=uo(o.right,t.right),t.bottom=uo(o.bottom,t.bottom),t.left=fo(o.left,t.left),t}),en(e,a,n));return{width:s.right-s.left,height:s.bottom-s.top,x:s.left,y:s.top}},getOffsetParent:an,getElementRects:async function(t){let{reference:e,floating:r,strategy:o}=t;const n=this.getOffsetParent||an,i=this.getDimensions;return{reference:on(e,await n(r),o),floating:{x:0,y:0,...await i(r)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){return Go(t)},getScale:Vo,isElement:Yo,isRTL:function(t){return"rtl"===Ko(t).direction}},cn=(t,e,r)=>{const o=new Map,n={platform:sn,...r},i={...n.platform,_c:o};return(async(t,e,r)=>{const{placement:o="bottom",strategy:n="absolute",middleware:i=[],platform:a}=r,s=i.filter(Boolean),c=await(null==a.isRTL?void 0:a.isRTL(e));let l=await a.getElementRects({reference:t,floating:e,strategy:n}),{x:u,y:f}=Ro(l,o,c),h=o,d={},p=0;for(let r=0;r<s.length;r++){const{name:i,fn:y}=s[r],{x:g,y:m,data:b,reset:v}=await y({x:u,y:f,initialPlacement:o,placement:h,strategy:n,middlewareData:d,rects:l,platform:a,elements:{reference:t,floating:e}});u=null!=g?g:u,f=null!=m?m:f,d={...d,[i]:{...d[i],...b}},v&&p<=50&&(p++,"object"==typeof v&&(v.placement&&(h=v.placement),v.rects&&(l=!0===v.rects?await a.getElementRects({reference:t,floating:e,strategy:n}):v.rects),({x:u,y:f}=Ro(l,h,c))),r=-1)}return{x:u,y:f,placement:h,strategy:n,middlewareData:d}})(t,e,{...n,platform:i})};function ln(t){return function(t){for(let e=t;e;e=un(e))if(e instanceof Element&&"none"===getComputedStyle(e).display)return null;for(let e=un(t);e;e=un(e)){if(!(e instanceof Element))continue;const t=getComputedStyle(e);if("contents"!==t.display){if("static"!==t.position||"none"!==t.filter)return e;if("BODY"===e.tagName)return e}}return null}(t)}function un(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}var fn=Object.freeze({__proto__:null,computeOffsetPosition:async function(t,e,r){return cn(t,e,{platform:{...sn,getOffsetParent:t=>sn.getOffsetParent(t,ln)},middleware:[(o={crossAxis:!0},void 0===o&&(o={}),{name:"shift",options:o,async fn(t){const{x:e,y:r,placement:n}=t,{mainAxis:i=!0,crossAxis:a=!1,limiter:s={fn:t=>{let{x:e,y:r}=t;return{x:e,y:r}}},...c}=bo(o,t),l={x:e,y:r},u=await Mo(t,c),f=No(vo(n)),h=So(f);let d=l[h],p=l[f];if(i){const t="y"===h?"bottom":"right";d=mo(d+u["y"===h?"top":"left"],d,d-u[t])}if(a){const t="y"===f?"bottom":"right";p=mo(p+u["y"===f?"top":"left"],p,p-u[t])}const y=s.fn({...t,[h]:d,[f]:p});return{...y,data:{x:y.x-e,y:y.y-r}}}}),ko({allowedPlacements:[r]})]});var o}});
70
137
  /**
71
138
  * @license
72
139
  * Copyright 2019 Google LLC
73
140
  * SPDX-License-Identifier: BSD-3-Clause
74
- */
75
- const Oo=window,vo=Oo.ShadowRoot&&(void 0===Oo.ShadyCSS||Oo.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;class So extends po{createRenderRoot(){const t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach((([o,e])=>t.registry.define(o,e))));const o={...t.shadowRootOptions,customElements:t.registry},e=this.renderOptions.creationScope=this.attachShadow(o);return((t,o)=>{vo?t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):o.forEach((o=>{const e=document.createElement("style"),r=Oo.litNonce;void 0!==r&&e.setAttribute("nonce",r),e.textContent=o.cssText,t.appendChild(e)}))})(e,t.elementStyles),e}}var wo,xo=function(t,o,e,r){for(var i,n=arguments.length,s=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,a=t.length-1;a>=0;a--)(i=t[a])&&(s=(n<3?i(s):n>3?i(o,e,s):i(o,e))||s);return n>3&&s&&Object.defineProperty(o,e,s),s};const Co=Symbol("constructorPrototype"),Eo=Symbol("constructorName"),Mo=Symbol("exportpartsDebouncer");class Ro extends So{constructor(){super(),this[wo]=new o(5),this[Eo]=this.constructor.name,this[Co]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Eo]&&Object.setPrototypeOf(this,this[Co])}updated(t){super.updated(t),this.updateComplete.then((()=>{this.contentAvailableCallback(t),this.insertCustomStylesheet(),this.scheduleExportpartsUpdate()}))}contentAvailableCallback(t){}insertCustomStylesheet(){var t,o;if((null!==(o=null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==o?o:[]).forEach((t=>t.remove())),this.customStylesheet){const t=document.createElement("style");t.classList.add("ft-lit-element--custom-stylesheet"),t.innerHTML=this.customStylesheet,this.shadowRoot.append(t)}}scheduleExportpartsUpdate(){var t,o,e;((null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())||null!==(e=null===(o=this.exportpartsPrefixes)||void 0===o?void 0:o.length)&&void 0!==e&&e)&&this[Mo].run((()=>{var t,o;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&(null===(o=this.exportpartsPrefixes)||void 0===o?void 0:o.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var o,e,r,i,n,s;const a=t=>null!=t&&t.trim().length>0,c=t.filter(a).map((t=>t.trim()));if(0===c.length)return void this.removeAttribute("exportparts");const l=new Set;for(let t of null!==(e=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll("[part],[exportparts]"))&&void 0!==e?e:[]){const o=null!==(i=null===(r=t.getAttribute("part"))||void 0===r?void 0:r.split(" "))&&void 0!==i?i:[],e=null!==(s=null===(n=t.getAttribute("exportparts"))||void 0===n?void 0:n.split(",").map((t=>t.split(":")[1])))&&void 0!==s?s:[];new Array(...o,...e).filter(a).map((t=>t.trim())).forEach((t=>l.add(t)))}if(0===l.size)return void this.removeAttribute("exportparts");const h=[...l.values()].flatMap((t=>c.map((o=>`${t}:${o}--${t}`))));this.setAttribute("exportparts",[...this.part,...h].join(", "))}}wo=Mo,xo([C()],Ro.prototype,"exportpartsPrefix",void 0),xo([U([])],Ro.prototype,"exportpartsPrefixes",void 0),xo([C()],Ro.prototype,"customStylesheet",void 0);const Uo=mo.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E");function Wo(t){var o;return null!==(o=null==t?void 0:t.isFtReduxStore)&&void 0!==o&&o}var ko,Yo,Do;yt`
141
+ */const hn=window,dn=hn.ShadowRoot&&(void 0===hn.ShadyCSS||hn.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;class pn extends ge{createRenderRoot(){const t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach((([e,r])=>t.registry.define(e,r))));const e={...t.shadowRootOptions,customElements:t.registry},r=this.renderOptions.creationScope=this.attachShadow(e);return((t,e)=>{dn?t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):e.forEach((e=>{const r=document.createElement("style"),o=hn.litNonce;void 0!==o&&r.setAttribute("nonce",o),r.textContent=e.cssText,t.appendChild(r)}))})(r,t.elementStyles),r}}var yn,gn=Object.freeze({__proto__:null,ScopedRegistryLitElement:pn}),mn=function(t,e,r,o){for(var n,i=arguments.length,a=i<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,r):o,s=t.length-1;s>=0;s--)(n=t[s])&&(a=(i<3?n(a):i>3?n(e,r,a):n(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a};const bn=Symbol("constructorPrototype"),vn=Symbol("constructorName"),On=Symbol("exportpartsDebouncer");class Sn extends pn{constructor(){super(),this[yn]=new er(5),this[vn]=this.constructor.name,this[bn]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[vn]&&Object.setPrototypeOf(this,this[bn])}updated(t){super.updated(t),this.updateComplete.then((()=>{this.contentAvailableCallback(t),this.insertCustomStylesheet(),this.scheduleExportpartsUpdate()}))}contentAvailableCallback(t){}insertCustomStylesheet(){var t,e;if((null!==(e=null===(t=this.shadowRoot)||void 0===t?void 0:t.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==e?e:[]).forEach((t=>t.remove())),this.customStylesheet){const t=document.createElement("style");t.classList.add("ft-lit-element--custom-stylesheet"),t.innerHTML=this.customStylesheet,this.shadowRoot.append(t)}}scheduleExportpartsUpdate(){var t,e,r;((null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())||null!==(r=null===(e=this.exportpartsPrefixes)||void 0===e?void 0:e.length)&&void 0!==r&&r)&&this[On].run((()=>{var t,e;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&(null===(e=this.exportpartsPrefixes)||void 0===e?void 0:e.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var e,r,o,n,i,a;const s=t=>null!=t&&t.trim().length>0,c=t.filter(s).map((t=>t.trim()));if(0===c.length)return void this.removeAttribute("exportparts");const l=new Set;for(let t of null!==(r=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll("[part],[exportparts]"))&&void 0!==r?r:[]){const e=null!==(n=null===(o=t.getAttribute("part"))||void 0===o?void 0:o.split(" "))&&void 0!==n?n:[],r=null!==(a=null===(i=t.getAttribute("exportparts"))||void 0===i?void 0:i.split(",").map((t=>t.split(":")[1])))&&void 0!==a?a:[];new Array(...e,...r).filter(s).map((t=>t.trim())).forEach((t=>l.add(t)))}if(0===l.size)return void this.removeAttribute("exportparts");const u=[...l.values()].flatMap((t=>c.map((e=>`${t}:${e}--${t}`))));this.setAttribute("exportparts",[...this.part,...u].join(", "))}}yn=On,mn([Se()],Sn.prototype,"exportpartsPrefix",void 0),mn([lr([])],Sn.prototype,"exportpartsPrefixes",void 0),mn([Se()],Sn.prototype,"customStylesheet",void 0);var wn=Object.freeze({__proto__:null,FtLitElement:Sn}),Nn=Object.freeze({__proto__:null});class xn{constructor(t,e=!0,r=[],o=5e3){this.ctx=t,this.iframes=e,this.exclude=r,this.iframesTimeout=o}static matches(t,e){const r="string"==typeof e?[e]:e,o=t.matches||t.matchesSelector||t.msMatchesSelector||t.mozMatchesSelector||t.oMatchesSelector||t.webkitMatchesSelector;if(o){let e=!1;return r.every((r=>!o.call(t,r)||(e=!0,!1))),e}return!1}getContexts(){let t,e=[];return t=void 0!==this.ctx&&this.ctx?NodeList.prototype.isPrototypeOf(this.ctx)?Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?this.ctx:"string"==typeof this.ctx?Array.prototype.slice.call(document.querySelectorAll(this.ctx)):[this.ctx]:[],t.forEach((t=>{const r=e.filter((e=>e.contains(t))).length>0;-1!==e.indexOf(t)||r||e.push(t)})),e}getIframeContents(t,e,r=(()=>{})){let o;try{const e=t.contentWindow;if(o=e.document,!e||!o)throw new Error("iframe inaccessible")}catch(t){r()}o&&e(o)}isIframeBlank(t){const e="about:blank",r=t.getAttribute("src").trim();return t.contentWindow.location.href===e&&r!==e&&r}observeIframeLoad(t,e,r){let o=!1,n=null;const i=()=>{if(!o){o=!0,clearTimeout(n);try{this.isIframeBlank(t)||(t.removeEventListener("load",i),this.getIframeContents(t,e,r))}catch(t){r()}}};t.addEventListener("load",i),n=setTimeout(i,this.iframesTimeout)}onIframeReady(t,e,r){try{"complete"===t.contentWindow.document.readyState?this.isIframeBlank(t)?this.observeIframeLoad(t,e,r):this.getIframeContents(t,e,r):this.observeIframeLoad(t,e,r)}catch(t){r()}}waitForIframes(t,e){let r=0;this.forEachIframe(t,(()=>!0),(t=>{r++,this.waitForIframes(t.querySelector("html"),(()=>{--r||e()}))}),(t=>{t||e()}))}forEachIframe(t,e,r,o=(()=>{})){let n=t.querySelectorAll("iframe"),i=n.length,a=0;n=Array.prototype.slice.call(n);const s=()=>{--i<=0&&o(a)};i||s(),n.forEach((t=>{xn.matches(t,this.exclude)?s():this.onIframeReady(t,(o=>{e(t)&&(a++,r(o)),s()}),s)}))}createIterator(t,e,r){return document.createNodeIterator(t,e,r,!1)}createInstanceOnIframe(t){return new xn(t.querySelector("html"),this.iframes)}compareNodeIframe(t,e,r){if(t.compareDocumentPosition(r)&Node.DOCUMENT_POSITION_PRECEDING){if(null===e)return!0;if(e.compareDocumentPosition(r)&Node.DOCUMENT_POSITION_FOLLOWING)return!0}return!1}getIteratorNode(t){const e=t.previousNode();let r;return r=(null===e||t.nextNode())&&t.nextNode(),{prevNode:e,node:r}}checkIframeFilter(t,e,r,o){let n=!1,i=!1;return o.forEach(((t,e)=>{t.val===r&&(n=e,i=t.handled)})),this.compareNodeIframe(t,e,r)?(!1!==n||i?!1===n||i||(o[n].handled=!0):o.push({val:r,handled:!0}),!0):(!1===n&&o.push({val:r,handled:!1}),!1)}handleOpenIframes(t,e,r,o){t.forEach((t=>{t.handled||this.getIframeContents(t.val,(t=>{this.createInstanceOnIframe(t).forEachNode(e,r,o)}))}))}iterateThroughNodes(t,e,r,o,n){const i=this.createIterator(e,t,o);let a,s,c=[],l=[],u=()=>(({prevNode:s,node:a}=this.getIteratorNode(i)),a);for(;u();)this.iframes&&this.forEachIframe(e,(t=>this.checkIframeFilter(a,s,t,c)),(e=>{this.createInstanceOnIframe(e).forEachNode(t,(t=>l.push(t)),o)})),l.push(a);l.forEach((t=>{r(t)})),this.iframes&&this.handleOpenIframes(c,t,r,o),n()}forEachNode(t,e,r,o=(()=>{})){const n=this.getContexts();let i=n.length;i||o(),n.forEach((n=>{const a=()=>{this.iterateThroughNodes(t,n,e,r,(()=>{--i<=0&&o()}))};this.iframes?this.waitForIframes(n,a):a()}))}}const Cn=function(t){const e=new class{constructor(t){this.ctx=t,this.ie=!1;const e=window.navigator.userAgent;(e.indexOf("MSIE")>-1||e.indexOf("Trident")>-1)&&(this.ie=!0)}set opt(t){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},t)}get opt(){return this._opt}get iterator(){return new xn(this.ctx,this.opt.iframes,this.opt.exclude,this.opt.iframesTimeout)}log(t,e="debug"){const r=this.opt.log;this.opt.debug&&"object"==typeof r&&"function"==typeof r[e]&&r[e](`mark.js: ${t}`)}escapeStr(t){return t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}createRegExp(t){return"disabled"!==this.opt.wildcards&&(t=this.setupWildcardsRegExp(t)),t=this.escapeStr(t),Object.keys(this.opt.synonyms).length&&(t=this.createSynonymsRegExp(t)),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.setupIgnoreJoinersRegExp(t)),this.opt.diacritics&&(t=this.createDiacriticsRegExp(t)),t=this.createMergedBlanksRegExp(t),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.createJoinersRegExp(t)),"disabled"!==this.opt.wildcards&&(t=this.createWildcardsRegExp(t)),this.createAccuracyRegExp(t)}createSynonymsRegExp(t){const e=this.opt.synonyms,r=this.opt.caseSensitive?"":"i",o=this.opt.ignoreJoiners||this.opt.ignorePunctuation.length?"\0":"";for(let n in e)if(e.hasOwnProperty(n)){const i=e[n],a="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(n):this.escapeStr(n),s="disabled"!==this.opt.wildcards?this.setupWildcardsRegExp(i):this.escapeStr(i);""!==a&&""!==s&&(t=t.replace(new RegExp(`(${this.escapeStr(a)}|${this.escapeStr(s)})`,`gm${r}`),o+`(${this.processSynomyms(a)}|`+`${this.processSynomyms(s)})`+o))}return t}processSynomyms(t){return(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(t=this.setupIgnoreJoinersRegExp(t)),t}setupWildcardsRegExp(t){return(t=t.replace(/(?:\\)*\?/g,(t=>"\\"===t.charAt(0)?"?":""))).replace(/(?:\\)*\*/g,(t=>"\\"===t.charAt(0)?"*":""))}createWildcardsRegExp(t){let e="withSpaces"===this.opt.wildcards;return t.replace(/\u0001/g,e?"[\\S\\s]?":"\\S?").replace(/\u0002/g,e?"[\\S\\s]*?":"\\S*")}setupIgnoreJoinersRegExp(t){return t.replace(/[^(|)\\]/g,((t,e,r)=>{let o=r.charAt(e+1);return/[(|)\\]/.test(o)||""===o?t:t+"\0"}))}createJoinersRegExp(t){let e=[];const r=this.opt.ignorePunctuation;return Array.isArray(r)&&r.length&&e.push(this.escapeStr(r.join(""))),this.opt.ignoreJoiners&&e.push("\\u00ad\\u200b\\u200c\\u200d"),e.length?t.split(/\u0000+/).join(`[${e.join("")}]*`):t}createDiacriticsRegExp(t){const e=this.opt.caseSensitive?"":"i",r=this.opt.caseSensitive?["aàáảãạăằắẳẵặâầấẩẫậäåāą","AÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćč","CÇĆČ","dđď","DĐĎ","eèéẻẽẹêềếểễệëěēę","EÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïī","IÌÍỈĨỊÎÏĪ","lł","LŁ","nñňń","NÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøō","OÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rř","RŘ","sšśșş","SŠŚȘŞ","tťțţ","TŤȚŢ","uùúủũụưừứửữựûüůū","UÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿ","YÝỲỶỸỴŸ","zžżź","ZŽŻŹ"]:["aàáảãạăằắẳẵặâầấẩẫậäåāąAÀÁẢÃẠĂẰẮẲẴẶÂẦẤẨẪẬÄÅĀĄ","cçćčCÇĆČ","dđďDĐĎ","eèéẻẽẹêềếểễệëěēęEÈÉẺẼẸÊỀẾỂỄỆËĚĒĘ","iìíỉĩịîïīIÌÍỈĨỊÎÏĪ","lłLŁ","nñňńNÑŇŃ","oòóỏõọôồốổỗộơởỡớờợöøōOÒÓỎÕỌÔỒỐỔỖỘƠỞỠỚỜỢÖØŌ","rřRŘ","sšśșşSŠŚȘŞ","tťțţTŤȚŢ","uùúủũụưừứửữựûüůūUÙÚỦŨỤƯỪỨỬỮỰÛÜŮŪ","yýỳỷỹỵÿYÝỲỶỸỴŸ","zžżźZŽŻŹ"];let o=[];return t.split("").forEach((n=>{r.every((r=>{if(-1!==r.indexOf(n)){if(o.indexOf(r)>-1)return!1;t=t.replace(new RegExp(`[${r}]`,`gm${e}`),`[${r}]`),o.push(r)}return!0}))})),t}createMergedBlanksRegExp(t){return t.replace(/[\s]+/gim,"[\\s]+")}createAccuracyRegExp(t){let e=this.opt.accuracy,r="string"==typeof e?e:e.value,o="string"==typeof e?[]:e.limiters,n="";switch(o.forEach((t=>{n+=`|${this.escapeStr(t)}`})),r){case"partially":default:return`()(${t})`;case"complementary":return n="\\s"+(n||this.escapeStr("!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~¡¿")),`()([^${n}]*${t}[^${n}]*)`;case"exactly":return`(^|\\s${n})(${t})(?=$|\\s${n})`}}getSeparatedKeywords(t){let e=[];return t.forEach((t=>{this.opt.separateWordSearch?t.split(" ").forEach((t=>{t.trim()&&-1===e.indexOf(t)&&e.push(t)})):t.trim()&&-1===e.indexOf(t)&&e.push(t)})),{keywords:e.sort(((t,e)=>e.length-t.length)),length:e.length}}isNumeric(t){return Number(parseFloat(t))==t}checkRanges(t){if(!Array.isArray(t)||"[object Object]"!==Object.prototype.toString.call(t[0]))return this.log("markRanges() will only accept an array of objects"),this.opt.noMatch(t),[];const e=[];let r=0;return t.sort(((t,e)=>t.start-e.start)).forEach((t=>{let{start:o,end:n,valid:i}=this.callNoMatchOnInvalidRanges(t,r);i&&(t.start=o,t.length=n-o,e.push(t),r=n)})),e}callNoMatchOnInvalidRanges(t,e){let r,o,n=!1;return t&&void 0!==t.start?(r=parseInt(t.start,10),o=r+parseInt(t.length,10),this.isNumeric(t.start)&&this.isNumeric(t.length)&&o-e>0&&o-r>0?n=!0:(this.log(`Ignoring invalid or overlapping range: ${JSON.stringify(t)}`),this.opt.noMatch(t))):(this.log(`Ignoring invalid range: ${JSON.stringify(t)}`),this.opt.noMatch(t)),{start:r,end:o,valid:n}}checkWhitespaceRanges(t,e,r){let o,n=!0,i=r.length,a=e-i,s=parseInt(t.start,10)-a;return s=s>i?i:s,o=s+parseInt(t.length,10),o>i&&(o=i,this.log(`End range automatically set to the max value of ${i}`)),s<0||o-s<0||s>i||o>i?(n=!1,this.log(`Invalid range: ${JSON.stringify(t)}`),this.opt.noMatch(t)):""===r.substring(s,o).replace(/\s+/g,"")&&(n=!1,this.log("Skipping whitespace only range: "+JSON.stringify(t)),this.opt.noMatch(t)),{start:s,end:o,valid:n}}getTextNodes(t){let e="",r=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,(t=>{r.push({start:e.length,end:(e+=t.textContent).length,node:t})}),(t=>this.matchesExclude(t.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT),(()=>{t({value:e,nodes:r})}))}matchesExclude(t){return xn.matches(t,this.opt.exclude.concat(["script","style","title","head","html"]))}wrapRangeInTextNode(t,e,r){const o=this.opt.element?this.opt.element:"mark",n=t.splitText(e),i=n.splitText(r-e);let a=document.createElement(o);return a.setAttribute("data-markjs","true"),this.opt.className&&a.setAttribute("class",this.opt.className),a.textContent=n.textContent,n.parentNode.replaceChild(a,n),i}wrapRangeInMappedTextNode(t,e,r,o,n){t.nodes.every(((i,a)=>{const s=t.nodes[a+1];if(void 0===s||s.start>e){if(!o(i.node))return!1;const s=e-i.start,c=(r>i.end?i.end:r)-i.start,l=t.value.substr(0,i.start),u=t.value.substr(c+i.start);if(i.node=this.wrapRangeInTextNode(i.node,s,c),t.value=l+u,t.nodes.forEach(((e,r)=>{r>=a&&(t.nodes[r].start>0&&r!==a&&(t.nodes[r].start-=c),t.nodes[r].end-=c)})),r-=c,n(i.node.previousSibling,i.start),!(r>i.end))return!1;e=i.end}return!0}))}wrapMatches(t,e,r,o,n){const i=0===e?0:e+1;this.getTextNodes((e=>{e.nodes.forEach((e=>{let n;for(e=e.node;null!==(n=t.exec(e.textContent))&&""!==n[i];){if(!r(n[i],e))continue;let a=n.index;if(0!==i)for(let t=1;t<i;t++)a+=n[t].length;e=this.wrapRangeInTextNode(e,a,a+n[i].length),o(e.previousSibling),t.lastIndex=0}})),n()}))}wrapMatchesAcrossElements(t,e,r,o,n){const i=0===e?0:e+1;this.getTextNodes((e=>{let a;for(;null!==(a=t.exec(e.value))&&""!==a[i];){let n=a.index;if(0!==i)for(let t=1;t<i;t++)n+=a[t].length;const s=n+a[i].length;this.wrapRangeInMappedTextNode(e,n,s,(t=>r(a[i],t)),((e,r)=>{t.lastIndex=r,o(e)}))}n()}))}wrapRangeFromIndex(t,e,r,o){this.getTextNodes((n=>{const i=n.value.length;t.forEach(((t,o)=>{let{start:a,end:s,valid:c}=this.checkWhitespaceRanges(t,i,n.value);c&&this.wrapRangeInMappedTextNode(n,a,s,(r=>e(r,t,n.value.substring(a,s),o)),(e=>{r(e,t)}))})),o()}))}unwrapMatches(t){const e=t.parentNode;let r=document.createDocumentFragment();for(;t.firstChild;)r.appendChild(t.removeChild(t.firstChild));e.replaceChild(r,t),this.ie?this.normalizeTextNode(e):e.normalize()}normalizeTextNode(t){if(t){if(3===t.nodeType)for(;t.nextSibling&&3===t.nextSibling.nodeType;)t.nodeValue+=t.nextSibling.nodeValue,t.parentNode.removeChild(t.nextSibling);else this.normalizeTextNode(t.firstChild);this.normalizeTextNode(t.nextSibling)}}markRegExp(t,e){this.opt=e,this.log(`Searching with expression "${t}"`);let r=0,o="wrapMatches";this.opt.acrossElements&&(o="wrapMatchesAcrossElements"),this[o](t,this.opt.ignoreGroups,((t,e)=>this.opt.filter(e,t,r)),(t=>{r++,this.opt.each(t)}),(()=>{0===r&&this.opt.noMatch(t),this.opt.done(r)}))}mark(t,e){this.opt=e;let r=0,o="wrapMatches";const{keywords:n,length:i}=this.getSeparatedKeywords("string"==typeof t?[t]:t),a=this.opt.caseSensitive?"":"i",s=t=>{let e=new RegExp(this.createRegExp(t),`gm${a}`),c=0;this.log(`Searching with expression "${e}"`),this[o](e,1,((e,o)=>this.opt.filter(o,t,r,c)),(t=>{c++,r++,this.opt.each(t)}),(()=>{0===c&&this.opt.noMatch(t),n[i-1]===t?this.opt.done(r):s(n[n.indexOf(t)+1])}))};this.opt.acrossElements&&(o="wrapMatchesAcrossElements"),0===i?this.opt.done(r):s(n[0])}markRanges(t,e){this.opt=e;let r=0,o=this.checkRanges(t);o&&o.length?(this.log("Starting to mark with the following ranges: "+JSON.stringify(o)),this.wrapRangeFromIndex(o,((t,e,r,o)=>this.opt.filter(t,e,r,o)),((t,e)=>{r++,this.opt.each(t,e)}),(()=>{this.opt.done(r)}))):this.opt.done(r)}unmark(t){this.opt=t;let e=this.opt.element?this.opt.element:"*";e+="[data-markjs]",this.opt.className&&(e+=`.${this.opt.className}`),this.log(`Removal selector "${e}"`),this.iterator.forEachNode(NodeFilter.SHOW_ELEMENT,(t=>{this.unwrapMatches(t)}),(t=>{const r=xn.matches(t,e),o=this.matchesExclude(t);return!r||o?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT}),this.opt.done)}}(t);return this.mark=(t,r)=>(e.mark(t,r),this),this.markRegExp=(t,r)=>(e.markRegExp(t,r),this),this.markRanges=(t,r)=>(e.markRanges(t,r),this),this.unmark=t=>(e.unmark(t),this),this},En=dr.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E"),Rn=ft`
76
142
  .highlight-html-match {
77
- background: ${Uo};
143
+ background: ${En};
78
144
  }
79
- `,yt`
145
+ `,Mn={className:"highlight-html-match"};var Ln=Object.freeze({__proto__:null,highlightHtml:function(t,e){var r;let o=t.getAttribute("data-highlight-html-query");if((null!=o?o:"")!==(null!=e?e:"")){const o=new Cn(t);if(o.unmark(Mn),e&&e.trim()){o.mark(e.replace(/"[^"]+"/g,""),{...Mn,separateWordSearch:!0});(null!==(r=e.match(/"[^"]+"/g))&&void 0!==r?r:[]).forEach((t=>o.mark(t.replace(/"/g,""),{...Mn,separateWordSearch:!1})))}}t.setAttribute("data-highlight-html-query",null!=e?e:"")},highlightHtmlColorCssVariable:En,highlightHtmlStyles:Rn});const kn=ft`
80
146
  .ft-no-text-select {
81
147
  -webkit-touch-callout: none;
82
148
  -webkit-user-select: none;
@@ -85,7 +151,7 @@ const Oo=window,vo=Oo.ShadowRoot&&(void 0===Oo.ShadyCSS||Oo.ShadyCSS.nativeShado
85
151
  -ms-user-select: none;
86
152
  user-select: none;
87
153
  }
88
- `,yt`
154
+ `,Dn=ft`
89
155
  .ft-word-wrap {
90
156
  white-space: normal;
91
157
  word-wrap: break-word;
@@ -97,7 +163,7 @@ const Oo=window,vo=Oo.ShadowRoot&&(void 0===Oo.ShadyCSS||Oo.ShadyCSS.nativeShado
97
163
  -webkit-hyphens: auto;
98
164
  hyphens: auto
99
165
  }
100
- `,yt`
166
+ `,Wn=ft`
101
167
  .ft-safari-ellipsis-fix {
102
168
  margin-right: 0;
103
169
 
@@ -108,13 +174,19 @@ const Oo=window,vo=Oo.ShadowRoot&&(void 0===Oo.ShadyCSS||Oo.ShadyCSS.nativeShado
108
174
  display: inline-block;
109
175
  width: 0;
110
176
  }
111
- `;const Io=Symbol("internalReduxEventsUnsubscribers"),Lo=Symbol("internalStoresUnsubscribers"),Zo=Symbol("internalStores");class Ko extends Ro{constructor(){super(...arguments),this[ko]=new Map,this[Yo]=new Map,this[Do]=[]}get reduxConstructor(){return this.constructor}update(t){super.update(t),[...this.reduxConstructor.reduxReactiveProperties].some((o=>t.has(o)))&&this.updateFromStores()}getUnnamedStore(){if(this[Zo].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Zo].values()][0]}getStore(t){return null==t?this.getUnnamedStore():this[Zo].get(t)}addStore(t,o){var e;o=null!==(e=null!=o?o:Wo(t)?t.name:void 0)&&void 0!==e?e:"default-store",this.unsubscribeFromStore(o),this.setupStore(o,t)}removeStore(t){const o="string"==typeof t?t:t.name;this.unsubscribeFromStore(o),this[Zo].delete(o)}setupStore(t,o){this[Zo].set(t,o),this.subscribeToStore(t,o),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[Zo].forEach(((t,o)=>this.subscribeToStore(o,t))),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach(((t,o)=>{const e=this.constructor.getPropertyOptions(o);if(!(null==e?void 0:e.attribute)||!this.hasAttribute("string"==typeof(null==e?void 0:e.attribute)?e.attribute:o)){const e=this.getStore(t.store);e&&(t.store?this[Lo].has(t.store):this[Lo].size>0)&&(this[o]=t.selector(e.getState(),this))}}))}subscribeToStore(t,o){var e;this[Lo].set(t,o.subscribe((()=>this.updateFromStores()))),Wo(o)&&o.eventBus&&(null===(e=this.reduxConstructor.reduxEventListeners)||void 0===e||e.forEach(((t,e)=>{if("function"==typeof this[e]&&(!t.store||o.name===t.store)){const r=t=>this[e](t);o.eventBus.addEventListener(t.eventName,r),this[Io].push((()=>o.eventBus.removeEventListener(t.eventName,r)))}}))),this.onStoreAvailable(t)}unsubscribeFromStores(){this[Lo].forEach(((t,o)=>this.unsubscribeFromStore(o))),this[Io].forEach((t=>t())),this[Io]=[]}unsubscribeFromStore(t){this[Lo].has(t)&&this[Lo].get(t)(),this[Lo].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}var Ao,Fo,Ho,_o;function $o(){return Ho.apply(null,arguments)}function To(t){return t instanceof Array||"[object Array]"===Object.prototype.toString.call(t)}function Go(t){return null!=t&&"[object Object]"===Object.prototype.toString.call(t)}function zo(t,o){return Object.prototype.hasOwnProperty.call(t,o)}function Bo(t){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(t).length;var o;for(o in t)if(zo(t,o))return!1;return!0}function jo(t){return void 0===t}function Po(t){return"number"==typeof t||"[object Number]"===Object.prototype.toString.call(t)}function Jo(t){return t instanceof Date||"[object Date]"===Object.prototype.toString.call(t)}function qo(t,o){var e,r=[],i=t.length;for(e=0;e<i;++e)r.push(o(t[e],e));return r}function Qo(t,o){for(var e in o)zo(o,e)&&(t[e]=o[e]);return zo(o,"toString")&&(t.toString=o.toString),zo(o,"valueOf")&&(t.valueOf=o.valueOf),t}function Vo(t,o,e,r){return bi(t,o,e,r,!0).utc()}function Xo(t){return null==t._pf&&(t._pf={empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidEra:null,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],era:null,meridiem:null,rfc2822:!1,weekdayMismatch:!1}),t._pf}function te(t){if(null==t._isValid){var o=Xo(t),e=_o.call(o.parsedDateParts,(function(t){return null!=t})),r=!isNaN(t._d.getTime())&&o.overflow<0&&!o.empty&&!o.invalidEra&&!o.invalidMonth&&!o.invalidWeekday&&!o.weekdayMismatch&&!o.nullInput&&!o.invalidFormat&&!o.userInvalidated&&(!o.meridiem||o.meridiem&&e);if(t._strict&&(r=r&&0===o.charsLeftOver&&0===o.unusedTokens.length&&void 0===o.bigHour),null!=Object.isFrozen&&Object.isFrozen(t))return r;t._isValid=r}return t._isValid}function oe(t){var o=Vo(NaN);return null!=t?Qo(Xo(o),t):Xo(o).userInvalidated=!0,o}ko=Lo,Yo=Zo,Do=Io,Ko.reduxProperties=new Map,Ko.reduxReactiveProperties=new Set,Ko.reduxEventListeners=new Map,window.ftReduxStores||(window.ftReduxStores={}),navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(Fo=null===(Ao=window.safari)||void 0===Ao?void 0:Ao.pushNotification)||void 0===Fo||Fo.toString()),_o=Array.prototype.some?Array.prototype.some:function(t){var o,e=Object(this),r=e.length>>>0;for(o=0;o<r;o++)if(o in e&&t.call(this,e[o],o,e))return!0;return!1};var ee=$o.momentProperties=[],re=!1;function ie(t,o){var e,r,i,n=ee.length;if(jo(o._isAMomentObject)||(t._isAMomentObject=o._isAMomentObject),jo(o._i)||(t._i=o._i),jo(o._f)||(t._f=o._f),jo(o._l)||(t._l=o._l),jo(o._strict)||(t._strict=o._strict),jo(o._tzm)||(t._tzm=o._tzm),jo(o._isUTC)||(t._isUTC=o._isUTC),jo(o._offset)||(t._offset=o._offset),jo(o._pf)||(t._pf=Xo(o)),jo(o._locale)||(t._locale=o._locale),n>0)for(e=0;e<n;e++)jo(i=o[r=ee[e]])||(t[r]=i);return t}function ne(t){ie(this,t),this._d=new Date(null!=t._d?t._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===re&&(re=!0,$o.updateOffset(this),re=!1)}function se(t){return t instanceof ne||null!=t&&null!=t._isAMomentObject}function ae(t){!1===$o.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+t)}function ce(t,o){var e=!0;return Qo((function(){if(null!=$o.deprecationHandler&&$o.deprecationHandler(null,t),e){var r,i,n,s=[],a=arguments.length;for(i=0;i<a;i++){if(r="","object"==typeof arguments[i]){for(n in r+="\n["+i+"] ",arguments[0])zo(arguments[0],n)&&(r+=n+": "+arguments[0][n]+", ");r=r.slice(0,-2)}else r=arguments[i];s.push(r)}ae(t+"\nArguments: "+Array.prototype.slice.call(s).join("")+"\n"+(new Error).stack),e=!1}return o.apply(this,arguments)}),o)}var le,he={};function fe(t,o){null!=$o.deprecationHandler&&$o.deprecationHandler(t,o),he[t]||(ae(o),he[t]=!0)}function ue(t){return"undefined"!=typeof Function&&t instanceof Function||"[object Function]"===Object.prototype.toString.call(t)}function de(t,o){var e,r=Qo({},t);for(e in o)zo(o,e)&&(Go(t[e])&&Go(o[e])?(r[e]={},Qo(r[e],t[e]),Qo(r[e],o[e])):null!=o[e]?r[e]=o[e]:delete r[e]);for(e in t)zo(t,e)&&!zo(o,e)&&Go(t[e])&&(r[e]=Qo({},r[e]));return r}function pe(t){null!=t&&this.set(t)}$o.suppressDeprecationWarnings=!1,$o.deprecationHandler=null,le=Object.keys?Object.keys:function(t){var o,e=[];for(o in t)zo(t,o)&&e.push(o);return e};function ye(t,o,e){var r=""+Math.abs(t),i=o-r.length;return(t>=0?e?"+":"":"-")+Math.pow(10,Math.max(0,i)).toString().substr(1)+r}var ge=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,me=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,be={},Ne={};function Oe(t,o,e,r){var i=r;"string"==typeof r&&(i=function(){return this[r]()}),t&&(Ne[t]=i),o&&(Ne[o[0]]=function(){return ye(i.apply(this,arguments),o[1],o[2])}),e&&(Ne[e]=function(){return this.localeData().ordinal(i.apply(this,arguments),t)})}function ve(t,o){return t.isValid()?(o=Se(o,t.localeData()),be[o]=be[o]||function(t){var o,e,r,i=t.match(ge);for(o=0,e=i.length;o<e;o++)Ne[i[o]]?i[o]=Ne[i[o]]:i[o]=(r=i[o]).match(/\[[\s\S]/)?r.replace(/^\[|\]$/g,""):r.replace(/\\/g,"");return function(o){var r,n="";for(r=0;r<e;r++)n+=ue(i[r])?i[r].call(o,t):i[r];return n}}(o),be[o](t)):t.localeData().invalidDate()}function Se(t,o){var e=5;function r(t){return o.longDateFormat(t)||t}for(me.lastIndex=0;e>=0&&me.test(t);)t=t.replace(me,r),me.lastIndex=0,e-=1;return t}var we={};function xe(t,o){var e=t.toLowerCase();we[e]=we[e+"s"]=we[o]=t}function Ce(t){return"string"==typeof t?we[t]||we[t.toLowerCase()]:void 0}function Ee(t){var o,e,r={};for(e in t)zo(t,e)&&(o=Ce(e))&&(r[o]=t[e]);return r}var Me={};function Re(t,o){Me[t]=o}function Ue(t){return t%4==0&&t%100!=0||t%400==0}function We(t){return t<0?Math.ceil(t)||0:Math.floor(t)}function ke(t){var o=+t,e=0;return 0!==o&&isFinite(o)&&(e=We(o)),e}function Ye(t,o){return function(e){return null!=e?(Ie(this,t,e),$o.updateOffset(this,o),this):De(this,t)}}function De(t,o){return t.isValid()?t._d["get"+(t._isUTC?"UTC":"")+o]():NaN}function Ie(t,o,e){t.isValid()&&!isNaN(e)&&("FullYear"===o&&Ue(t.year())&&1===t.month()&&29===t.date()?(e=ke(e),t._d["set"+(t._isUTC?"UTC":"")+o](e,t.month(),yr(e,t.month()))):t._d["set"+(t._isUTC?"UTC":"")+o](e))}var Le,Ze=/\d/,Ke=/\d\d/,Ae=/\d{3}/,Fe=/\d{4}/,He=/[+-]?\d{6}/,_e=/\d\d?/,$e=/\d\d\d\d?/,Te=/\d\d\d\d\d\d?/,Ge=/\d{1,3}/,ze=/\d{1,4}/,Be=/[+-]?\d{1,6}/,je=/\d+/,Pe=/[+-]?\d+/,Je=/Z|[+-]\d\d:?\d\d/gi,qe=/Z|[+-]\d\d(?::?\d\d)?/gi,Qe=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i;function Ve(t,o,e){Le[t]=ue(o)?o:function(t,r){return t&&e?e:o}}function Xe(t,o){return zo(Le,t)?Le[t](o._strict,o._locale):new RegExp(function(t){return tr(t.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(t,o,e,r,i){return o||e||r||i})))}(t))}function tr(t){return t.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}Le={};var or={};function er(t,o){var e,r,i=o;for("string"==typeof t&&(t=[t]),Po(o)&&(i=function(t,e){e[o]=ke(t)}),r=t.length,e=0;e<r;e++)or[t[e]]=i}function rr(t,o){er(t,(function(t,e,r,i){r._w=r._w||{},o(t,r._w,r,i)}))}function ir(t,o,e){null!=o&&zo(or,t)&&or[t](o,e._a,e,t)}var nr,sr=0,ar=1,cr=2,lr=3,hr=4,fr=5,ur=6,dr=7,pr=8;function yr(t,o){if(isNaN(t)||isNaN(o))return NaN;var e=function(t,o){return(t%o+o)%o}(o,12);return t+=(o-e)/12,1===e?Ue(t)?29:28:31-e%7%2}nr=Array.prototype.indexOf?Array.prototype.indexOf:function(t){var o;for(o=0;o<this.length;++o)if(this[o]===t)return o;return-1},Oe("M",["MM",2],"Mo",(function(){return this.month()+1})),Oe("MMM",0,0,(function(t){return this.localeData().monthsShort(this,t)})),Oe("MMMM",0,0,(function(t){return this.localeData().months(this,t)})),xe("month","M"),Re("month",8),Ve("M",_e),Ve("MM",_e,Ke),Ve("MMM",(function(t,o){return o.monthsShortRegex(t)})),Ve("MMMM",(function(t,o){return o.monthsRegex(t)})),er(["M","MM"],(function(t,o){o[ar]=ke(t)-1})),er(["MMM","MMMM"],(function(t,o,e,r){var i=e._locale.monthsParse(t,r,e._strict);null!=i?o[ar]=i:Xo(e).invalidMonth=t}));var gr="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),mr="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),br=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,Nr=Qe,Or=Qe;function vr(t,o,e){var r,i,n,s=t.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],r=0;r<12;++r)n=Vo([2e3,r]),this._shortMonthsParse[r]=this.monthsShort(n,"").toLocaleLowerCase(),this._longMonthsParse[r]=this.months(n,"").toLocaleLowerCase();return e?"MMM"===o?-1!==(i=nr.call(this._shortMonthsParse,s))?i:null:-1!==(i=nr.call(this._longMonthsParse,s))?i:null:"MMM"===o?-1!==(i=nr.call(this._shortMonthsParse,s))||-1!==(i=nr.call(this._longMonthsParse,s))?i:null:-1!==(i=nr.call(this._longMonthsParse,s))||-1!==(i=nr.call(this._shortMonthsParse,s))?i:null}function Sr(t,o){var e;if(!t.isValid())return t;if("string"==typeof o)if(/^\d+$/.test(o))o=ke(o);else if(!Po(o=t.localeData().monthsParse(o)))return t;return e=Math.min(t.date(),yr(t.year(),o)),t._d["set"+(t._isUTC?"UTC":"")+"Month"](o,e),t}function wr(t){return null!=t?(Sr(this,t),$o.updateOffset(this,!0),this):De(this,"Month")}function xr(){function t(t,o){return o.length-t.length}var o,e,r=[],i=[],n=[];for(o=0;o<12;o++)e=Vo([2e3,o]),r.push(this.monthsShort(e,"")),i.push(this.months(e,"")),n.push(this.months(e,"")),n.push(this.monthsShort(e,""));for(r.sort(t),i.sort(t),n.sort(t),o=0;o<12;o++)r[o]=tr(r[o]),i[o]=tr(i[o]);for(o=0;o<24;o++)n[o]=tr(n[o]);this._monthsRegex=new RegExp("^("+n.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+i.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+r.join("|")+")","i")}function Cr(t){return Ue(t)?366:365}Oe("Y",0,0,(function(){var t=this.year();return t<=9999?ye(t,4):"+"+t})),Oe(0,["YY",2],0,(function(){return this.year()%100})),Oe(0,["YYYY",4],0,"year"),Oe(0,["YYYYY",5],0,"year"),Oe(0,["YYYYYY",6,!0],0,"year"),xe("year","y"),Re("year",1),Ve("Y",Pe),Ve("YY",_e,Ke),Ve("YYYY",ze,Fe),Ve("YYYYY",Be,He),Ve("YYYYYY",Be,He),er(["YYYYY","YYYYYY"],sr),er("YYYY",(function(t,o){o[sr]=2===t.length?$o.parseTwoDigitYear(t):ke(t)})),er("YY",(function(t,o){o[sr]=$o.parseTwoDigitYear(t)})),er("Y",(function(t,o){o[sr]=parseInt(t,10)})),$o.parseTwoDigitYear=function(t){return ke(t)+(ke(t)>68?1900:2e3)};var Er=Ye("FullYear",!0);function Mr(t,o,e,r,i,n,s){var a;return t<100&&t>=0?(a=new Date(t+400,o,e,r,i,n,s),isFinite(a.getFullYear())&&a.setFullYear(t)):a=new Date(t,o,e,r,i,n,s),a}function Rr(t){var o,e;return t<100&&t>=0?((e=Array.prototype.slice.call(arguments))[0]=t+400,o=new Date(Date.UTC.apply(null,e)),isFinite(o.getUTCFullYear())&&o.setUTCFullYear(t)):o=new Date(Date.UTC.apply(null,arguments)),o}function Ur(t,o,e){var r=7+o-e;return-((7+Rr(t,0,r).getUTCDay()-o)%7)+r-1}function Wr(t,o,e,r,i){var n,s,a=1+7*(o-1)+(7+e-r)%7+Ur(t,r,i);return a<=0?s=Cr(n=t-1)+a:a>Cr(t)?(n=t+1,s=a-Cr(t)):(n=t,s=a),{year:n,dayOfYear:s}}function kr(t,o,e){var r,i,n=Ur(t.year(),o,e),s=Math.floor((t.dayOfYear()-n-1)/7)+1;return s<1?r=s+Yr(i=t.year()-1,o,e):s>Yr(t.year(),o,e)?(r=s-Yr(t.year(),o,e),i=t.year()+1):(i=t.year(),r=s),{week:r,year:i}}function Yr(t,o,e){var r=Ur(t,o,e),i=Ur(t+1,o,e);return(Cr(t)-r+i)/7}Oe("w",["ww",2],"wo","week"),Oe("W",["WW",2],"Wo","isoWeek"),xe("week","w"),xe("isoWeek","W"),Re("week",5),Re("isoWeek",5),Ve("w",_e),Ve("ww",_e,Ke),Ve("W",_e),Ve("WW",_e,Ke),rr(["w","ww","W","WW"],(function(t,o,e,r){o[r.substr(0,1)]=ke(t)}));function Dr(t,o){return t.slice(o,7).concat(t.slice(0,o))}Oe("d",0,"do","day"),Oe("dd",0,0,(function(t){return this.localeData().weekdaysMin(this,t)})),Oe("ddd",0,0,(function(t){return this.localeData().weekdaysShort(this,t)})),Oe("dddd",0,0,(function(t){return this.localeData().weekdays(this,t)})),Oe("e",0,0,"weekday"),Oe("E",0,0,"isoWeekday"),xe("day","d"),xe("weekday","e"),xe("isoWeekday","E"),Re("day",11),Re("weekday",11),Re("isoWeekday",11),Ve("d",_e),Ve("e",_e),Ve("E",_e),Ve("dd",(function(t,o){return o.weekdaysMinRegex(t)})),Ve("ddd",(function(t,o){return o.weekdaysShortRegex(t)})),Ve("dddd",(function(t,o){return o.weekdaysRegex(t)})),rr(["dd","ddd","dddd"],(function(t,o,e,r){var i=e._locale.weekdaysParse(t,r,e._strict);null!=i?o.d=i:Xo(e).invalidWeekday=t})),rr(["d","e","E"],(function(t,o,e,r){o[r]=ke(t)}));var Ir="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Lr="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Zr="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Kr=Qe,Ar=Qe,Fr=Qe;function Hr(t,o,e){var r,i,n,s=t.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],r=0;r<7;++r)n=Vo([2e3,1]).day(r),this._minWeekdaysParse[r]=this.weekdaysMin(n,"").toLocaleLowerCase(),this._shortWeekdaysParse[r]=this.weekdaysShort(n,"").toLocaleLowerCase(),this._weekdaysParse[r]=this.weekdays(n,"").toLocaleLowerCase();return e?"dddd"===o?-1!==(i=nr.call(this._weekdaysParse,s))?i:null:"ddd"===o?-1!==(i=nr.call(this._shortWeekdaysParse,s))?i:null:-1!==(i=nr.call(this._minWeekdaysParse,s))?i:null:"dddd"===o?-1!==(i=nr.call(this._weekdaysParse,s))||-1!==(i=nr.call(this._shortWeekdaysParse,s))||-1!==(i=nr.call(this._minWeekdaysParse,s))?i:null:"ddd"===o?-1!==(i=nr.call(this._shortWeekdaysParse,s))||-1!==(i=nr.call(this._weekdaysParse,s))||-1!==(i=nr.call(this._minWeekdaysParse,s))?i:null:-1!==(i=nr.call(this._minWeekdaysParse,s))||-1!==(i=nr.call(this._weekdaysParse,s))||-1!==(i=nr.call(this._shortWeekdaysParse,s))?i:null}function _r(){function t(t,o){return o.length-t.length}var o,e,r,i,n,s=[],a=[],c=[],l=[];for(o=0;o<7;o++)e=Vo([2e3,1]).day(o),r=tr(this.weekdaysMin(e,"")),i=tr(this.weekdaysShort(e,"")),n=tr(this.weekdays(e,"")),s.push(r),a.push(i),c.push(n),l.push(r),l.push(i),l.push(n);s.sort(t),a.sort(t),c.sort(t),l.sort(t),this._weekdaysRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+c.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+a.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+s.join("|")+")","i")}function $r(){return this.hours()%12||12}function Tr(t,o){Oe(t,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),o)}))}function Gr(t,o){return o._meridiemParse}Oe("H",["HH",2],0,"hour"),Oe("h",["hh",2],0,$r),Oe("k",["kk",2],0,(function(){return this.hours()||24})),Oe("hmm",0,0,(function(){return""+$r.apply(this)+ye(this.minutes(),2)})),Oe("hmmss",0,0,(function(){return""+$r.apply(this)+ye(this.minutes(),2)+ye(this.seconds(),2)})),Oe("Hmm",0,0,(function(){return""+this.hours()+ye(this.minutes(),2)})),Oe("Hmmss",0,0,(function(){return""+this.hours()+ye(this.minutes(),2)+ye(this.seconds(),2)})),Tr("a",!0),Tr("A",!1),xe("hour","h"),Re("hour",13),Ve("a",Gr),Ve("A",Gr),Ve("H",_e),Ve("h",_e),Ve("k",_e),Ve("HH",_e,Ke),Ve("hh",_e,Ke),Ve("kk",_e,Ke),Ve("hmm",$e),Ve("hmmss",Te),Ve("Hmm",$e),Ve("Hmmss",Te),er(["H","HH"],lr),er(["k","kk"],(function(t,o,e){var r=ke(t);o[lr]=24===r?0:r})),er(["a","A"],(function(t,o,e){e._isPm=e._locale.isPM(t),e._meridiem=t})),er(["h","hh"],(function(t,o,e){o[lr]=ke(t),Xo(e).bigHour=!0})),er("hmm",(function(t,o,e){var r=t.length-2;o[lr]=ke(t.substr(0,r)),o[hr]=ke(t.substr(r)),Xo(e).bigHour=!0})),er("hmmss",(function(t,o,e){var r=t.length-4,i=t.length-2;o[lr]=ke(t.substr(0,r)),o[hr]=ke(t.substr(r,2)),o[fr]=ke(t.substr(i)),Xo(e).bigHour=!0})),er("Hmm",(function(t,o,e){var r=t.length-2;o[lr]=ke(t.substr(0,r)),o[hr]=ke(t.substr(r))})),er("Hmmss",(function(t,o,e){var r=t.length-4,i=t.length-2;o[lr]=ke(t.substr(0,r)),o[hr]=ke(t.substr(r,2)),o[fr]=ke(t.substr(i))}));var zr=Ye("Hours",!0);var Br,jr={calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},longDateFormat:{LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},invalidDate:"Invalid date",ordinal:"%d",dayOfMonthOrdinalParse:/\d{1,2}/,relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},months:gr,monthsShort:mr,week:{dow:0,doy:6},weekdays:Ir,weekdaysMin:Zr,weekdaysShort:Lr,meridiemParse:/[ap]\.?m?\.?/i},Pr={},Jr={};function qr(t,o){var e,r=Math.min(t.length,o.length);for(e=0;e<r;e+=1)if(t[e]!==o[e])return e;return r}function Qr(t){return t?t.toLowerCase().replace("_","-"):t}function Vr(t){var o=null;if(void 0===Pr[t]&&"undefined"!=typeof module&&module&&module.exports&&function(t){return null!=t.match("^[^/\\\\]*$")}(t))try{o=Br._abbr,require("./locale/"+t),Xr(o)}catch(o){Pr[t]=null}return Pr[t]}function Xr(t,o){var e;return t&&((e=jo(o)?oi(t):ti(t,o))?Br=e:"undefined"!=typeof console&&console.warn&&console.warn("Locale "+t+" not found. Did you forget to load it?")),Br._abbr}function ti(t,o){if(null!==o){var e,r=jr;if(o.abbr=t,null!=Pr[t])fe("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),r=Pr[t]._config;else if(null!=o.parentLocale)if(null!=Pr[o.parentLocale])r=Pr[o.parentLocale]._config;else{if(null==(e=Vr(o.parentLocale)))return Jr[o.parentLocale]||(Jr[o.parentLocale]=[]),Jr[o.parentLocale].push({name:t,config:o}),null;r=e._config}return Pr[t]=new pe(de(r,o)),Jr[t]&&Jr[t].forEach((function(t){ti(t.name,t.config)})),Xr(t),Pr[t]}return delete Pr[t],null}function oi(t){var o;if(t&&t._locale&&t._locale._abbr&&(t=t._locale._abbr),!t)return Br;if(!To(t)){if(o=Vr(t))return o;t=[t]}return function(t){for(var o,e,r,i,n=0;n<t.length;){for(o=(i=Qr(t[n]).split("-")).length,e=(e=Qr(t[n+1]))?e.split("-"):null;o>0;){if(r=Vr(i.slice(0,o).join("-")))return r;if(e&&e.length>=o&&qr(i,e)>=o-1)break;o--}n++}return Br}(t)}function ei(t){var o,e=t._a;return e&&-2===Xo(t).overflow&&(o=e[ar]<0||e[ar]>11?ar:e[cr]<1||e[cr]>yr(e[sr],e[ar])?cr:e[lr]<0||e[lr]>24||24===e[lr]&&(0!==e[hr]||0!==e[fr]||0!==e[ur])?lr:e[hr]<0||e[hr]>59?hr:e[fr]<0||e[fr]>59?fr:e[ur]<0||e[ur]>999?ur:-1,Xo(t)._overflowDayOfYear&&(o<sr||o>cr)&&(o=cr),Xo(t)._overflowWeeks&&-1===o&&(o=dr),Xo(t)._overflowWeekday&&-1===o&&(o=pr),Xo(t).overflow=o),t}var ri=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,ii=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,ni=/Z|[+-]\d\d(?::?\d\d)?/,si=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],ai=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],ci=/^\/?Date\((-?\d+)/i,li=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,hi={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function fi(t){var o,e,r,i,n,s,a=t._i,c=ri.exec(a)||ii.exec(a),l=si.length,h=ai.length;if(c){for(Xo(t).iso=!0,o=0,e=l;o<e;o++)if(si[o][1].exec(c[1])){i=si[o][0],r=!1!==si[o][2];break}if(null==i)return void(t._isValid=!1);if(c[3]){for(o=0,e=h;o<e;o++)if(ai[o][1].exec(c[3])){n=(c[2]||" ")+ai[o][0];break}if(null==n)return void(t._isValid=!1)}if(!r&&null!=n)return void(t._isValid=!1);if(c[4]){if(!ni.exec(c[4]))return void(t._isValid=!1);s="Z"}t._f=i+(n||"")+(s||""),gi(t)}else t._isValid=!1}function ui(t){var o=parseInt(t,10);return o<=49?2e3+o:o<=999?1900+o:o}function di(t){var o,e,r,i,n,s,a,c,l=li.exec(function(t){return t.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}(t._i));if(l){if(e=l[4],r=l[3],i=l[2],n=l[5],s=l[6],a=l[7],c=[ui(e),mr.indexOf(r),parseInt(i,10),parseInt(n,10),parseInt(s,10)],a&&c.push(parseInt(a,10)),o=c,!function(t,o,e){return!t||Lr.indexOf(t)===new Date(o[0],o[1],o[2]).getDay()||(Xo(e).weekdayMismatch=!0,e._isValid=!1,!1)}(l[1],o,t))return;t._a=o,t._tzm=function(t,o,e){if(t)return hi[t];if(o)return 0;var r=parseInt(e,10),i=r%100;return(r-i)/100*60+i}(l[8],l[9],l[10]),t._d=Rr.apply(null,t._a),t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),Xo(t).rfc2822=!0}else t._isValid=!1}function pi(t,o,e){return null!=t?t:null!=o?o:e}function yi(t){var o,e,r,i,n,s=[];if(!t._d){for(r=function(t){var o=new Date($o.now());return t._useUTC?[o.getUTCFullYear(),o.getUTCMonth(),o.getUTCDate()]:[o.getFullYear(),o.getMonth(),o.getDate()]}(t),t._w&&null==t._a[cr]&&null==t._a[ar]&&function(t){var o,e,r,i,n,s,a,c,l;o=t._w,null!=o.GG||null!=o.W||null!=o.E?(n=1,s=4,e=pi(o.GG,t._a[sr],kr(Ni(),1,4).year),r=pi(o.W,1),((i=pi(o.E,1))<1||i>7)&&(c=!0)):(n=t._locale._week.dow,s=t._locale._week.doy,l=kr(Ni(),n,s),e=pi(o.gg,t._a[sr],l.year),r=pi(o.w,l.week),null!=o.d?((i=o.d)<0||i>6)&&(c=!0):null!=o.e?(i=o.e+n,(o.e<0||o.e>6)&&(c=!0)):i=n);r<1||r>Yr(e,n,s)?Xo(t)._overflowWeeks=!0:null!=c?Xo(t)._overflowWeekday=!0:(a=Wr(e,r,i,n,s),t._a[sr]=a.year,t._dayOfYear=a.dayOfYear)}(t),null!=t._dayOfYear&&(n=pi(t._a[sr],r[sr]),(t._dayOfYear>Cr(n)||0===t._dayOfYear)&&(Xo(t)._overflowDayOfYear=!0),e=Rr(n,0,t._dayOfYear),t._a[ar]=e.getUTCMonth(),t._a[cr]=e.getUTCDate()),o=0;o<3&&null==t._a[o];++o)t._a[o]=s[o]=r[o];for(;o<7;o++)t._a[o]=s[o]=null==t._a[o]?2===o?1:0:t._a[o];24===t._a[lr]&&0===t._a[hr]&&0===t._a[fr]&&0===t._a[ur]&&(t._nextDay=!0,t._a[lr]=0),t._d=(t._useUTC?Rr:Mr).apply(null,s),i=t._useUTC?t._d.getUTCDay():t._d.getDay(),null!=t._tzm&&t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),t._nextDay&&(t._a[lr]=24),t._w&&void 0!==t._w.d&&t._w.d!==i&&(Xo(t).weekdayMismatch=!0)}}function gi(t){if(t._f!==$o.ISO_8601)if(t._f!==$o.RFC_2822){t._a=[],Xo(t).empty=!0;var o,e,r,i,n,s,a,c=""+t._i,l=c.length,h=0;for(a=(r=Se(t._f,t._locale).match(ge)||[]).length,o=0;o<a;o++)i=r[o],(e=(c.match(Xe(i,t))||[])[0])&&((n=c.substr(0,c.indexOf(e))).length>0&&Xo(t).unusedInput.push(n),c=c.slice(c.indexOf(e)+e.length),h+=e.length),Ne[i]?(e?Xo(t).empty=!1:Xo(t).unusedTokens.push(i),ir(i,e,t)):t._strict&&!e&&Xo(t).unusedTokens.push(i);Xo(t).charsLeftOver=l-h,c.length>0&&Xo(t).unusedInput.push(c),t._a[lr]<=12&&!0===Xo(t).bigHour&&t._a[lr]>0&&(Xo(t).bigHour=void 0),Xo(t).parsedDateParts=t._a.slice(0),Xo(t).meridiem=t._meridiem,t._a[lr]=function(t,o,e){var r;if(null==e)return o;return null!=t.meridiemHour?t.meridiemHour(o,e):null!=t.isPM?((r=t.isPM(e))&&o<12&&(o+=12),r||12!==o||(o=0),o):o}(t._locale,t._a[lr],t._meridiem),null!==(s=Xo(t).era)&&(t._a[sr]=t._locale.erasConvertYear(s,t._a[sr])),yi(t),ei(t)}else di(t);else fi(t)}function mi(t){var o=t._i,e=t._f;return t._locale=t._locale||oi(t._l),null===o||void 0===e&&""===o?oe({nullInput:!0}):("string"==typeof o&&(t._i=o=t._locale.preparse(o)),se(o)?new ne(ei(o)):(Jo(o)?t._d=o:To(e)?function(t){var o,e,r,i,n,s,a=!1,c=t._f.length;if(0===c)return Xo(t).invalidFormat=!0,void(t._d=new Date(NaN));for(i=0;i<c;i++)n=0,s=!1,o=ie({},t),null!=t._useUTC&&(o._useUTC=t._useUTC),o._f=t._f[i],gi(o),te(o)&&(s=!0),n+=Xo(o).charsLeftOver,n+=10*Xo(o).unusedTokens.length,Xo(o).score=n,a?n<r&&(r=n,e=o):(null==r||n<r||s)&&(r=n,e=o,s&&(a=!0));Qo(t,e||o)}(t):e?gi(t):function(t){var o=t._i;jo(o)?t._d=new Date($o.now()):Jo(o)?t._d=new Date(o.valueOf()):"string"==typeof o?function(t){var o=ci.exec(t._i);null===o?(fi(t),!1===t._isValid&&(delete t._isValid,di(t),!1===t._isValid&&(delete t._isValid,t._strict?t._isValid=!1:$o.createFromInputFallback(t)))):t._d=new Date(+o[1])}(t):To(o)?(t._a=qo(o.slice(0),(function(t){return parseInt(t,10)})),yi(t)):Go(o)?function(t){if(!t._d){var o=Ee(t._i),e=void 0===o.day?o.date:o.day;t._a=qo([o.year,o.month,e,o.hour,o.minute,o.second,o.millisecond],(function(t){return t&&parseInt(t,10)})),yi(t)}}(t):Po(o)?t._d=new Date(o):$o.createFromInputFallback(t)}(t),te(t)||(t._d=null),t))}function bi(t,o,e,r,i){var n,s={};return!0!==o&&!1!==o||(r=o,o=void 0),!0!==e&&!1!==e||(r=e,e=void 0),(Go(t)&&Bo(t)||To(t)&&0===t.length)&&(t=void 0),s._isAMomentObject=!0,s._useUTC=s._isUTC=i,s._l=e,s._i=t,s._f=o,s._strict=r,(n=new ne(ei(mi(s))))._nextDay&&(n.add(1,"d"),n._nextDay=void 0),n}function Ni(t,o,e,r){return bi(t,o,e,r,!1)}$o.createFromInputFallback=ce("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",(function(t){t._d=new Date(t._i+(t._useUTC?" UTC":""))})),$o.ISO_8601=function(){},$o.RFC_2822=function(){};var Oi=ce("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var t=Ni.apply(null,arguments);return this.isValid()&&t.isValid()?t<this?this:t:oe()})),vi=ce("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var t=Ni.apply(null,arguments);return this.isValid()&&t.isValid()?t>this?this:t:oe()}));function Si(t,o){var e,r;if(1===o.length&&To(o[0])&&(o=o[0]),!o.length)return Ni();for(e=o[0],r=1;r<o.length;++r)o[r].isValid()&&!o[r][t](e)||(e=o[r]);return e}var wi=["year","quarter","month","week","day","hour","minute","second","millisecond"];function xi(t){var o=Ee(t),e=o.year||0,r=o.quarter||0,i=o.month||0,n=o.week||o.isoWeek||0,s=o.day||0,a=o.hour||0,c=o.minute||0,l=o.second||0,h=o.millisecond||0;this._isValid=function(t){var o,e,r=!1,i=wi.length;for(o in t)if(zo(t,o)&&(-1===nr.call(wi,o)||null!=t[o]&&isNaN(t[o])))return!1;for(e=0;e<i;++e)if(t[wi[e]]){if(r)return!1;parseFloat(t[wi[e]])!==ke(t[wi[e]])&&(r=!0)}return!0}(o),this._milliseconds=+h+1e3*l+6e4*c+1e3*a*60*60,this._days=+s+7*n,this._months=+i+3*r+12*e,this._data={},this._locale=oi(),this._bubble()}function Ci(t){return t instanceof xi}function Ei(t){return t<0?-1*Math.round(-1*t):Math.round(t)}function Mi(t,o){Oe(t,0,0,(function(){var t=this.utcOffset(),e="+";return t<0&&(t=-t,e="-"),e+ye(~~(t/60),2)+o+ye(~~t%60,2)}))}Mi("Z",":"),Mi("ZZ",""),Ve("Z",qe),Ve("ZZ",qe),er(["Z","ZZ"],(function(t,o,e){e._useUTC=!0,e._tzm=Ui(qe,t)}));var Ri=/([\+\-]|\d\d)/gi;function Ui(t,o){var e,r,i=(o||"").match(t);return null===i?null:0===(r=60*(e=((i[i.length-1]||[])+"").match(Ri)||["-",0,0])[1]+ke(e[2]))?0:"+"===e[0]?r:-r}function Wi(t,o){var e,r;return o._isUTC?(e=o.clone(),r=(se(t)||Jo(t)?t.valueOf():Ni(t).valueOf())-e.valueOf(),e._d.setTime(e._d.valueOf()+r),$o.updateOffset(e,!1),e):Ni(t).local()}function ki(t){return-Math.round(t._d.getTimezoneOffset())}function Yi(){return!!this.isValid()&&(this._isUTC&&0===this._offset)}$o.updateOffset=function(){};var Di=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,Ii=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Li(t,o){var e,r,i,n=t,s=null;return Ci(t)?n={ms:t._milliseconds,d:t._days,M:t._months}:Po(t)||!isNaN(+t)?(n={},o?n[o]=+t:n.milliseconds=+t):(s=Di.exec(t))?(e="-"===s[1]?-1:1,n={y:0,d:ke(s[cr])*e,h:ke(s[lr])*e,m:ke(s[hr])*e,s:ke(s[fr])*e,ms:ke(Ei(1e3*s[ur]))*e}):(s=Ii.exec(t))?(e="-"===s[1]?-1:1,n={y:Zi(s[2],e),M:Zi(s[3],e),w:Zi(s[4],e),d:Zi(s[5],e),h:Zi(s[6],e),m:Zi(s[7],e),s:Zi(s[8],e)}):null==n?n={}:"object"==typeof n&&("from"in n||"to"in n)&&(i=function(t,o){var e;if(!t.isValid()||!o.isValid())return{milliseconds:0,months:0};o=Wi(o,t),t.isBefore(o)?e=Ki(t,o):((e=Ki(o,t)).milliseconds=-e.milliseconds,e.months=-e.months);return e}(Ni(n.from),Ni(n.to)),(n={}).ms=i.milliseconds,n.M=i.months),r=new xi(n),Ci(t)&&zo(t,"_locale")&&(r._locale=t._locale),Ci(t)&&zo(t,"_isValid")&&(r._isValid=t._isValid),r}function Zi(t,o){var e=t&&parseFloat(t.replace(",","."));return(isNaN(e)?0:e)*o}function Ki(t,o){var e={};return e.months=o.month()-t.month()+12*(o.year()-t.year()),t.clone().add(e.months,"M").isAfter(o)&&--e.months,e.milliseconds=+o-+t.clone().add(e.months,"M"),e}function Ai(t,o){return function(e,r){var i;return null===r||isNaN(+r)||(fe(o,"moment()."+o+"(period, number) is deprecated. Please use moment()."+o+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),i=e,e=r,r=i),Fi(this,Li(e,r),t),this}}function Fi(t,o,e,r){var i=o._milliseconds,n=Ei(o._days),s=Ei(o._months);t.isValid()&&(r=null==r||r,s&&Sr(t,De(t,"Month")+s*e),n&&Ie(t,"Date",De(t,"Date")+n*e),i&&t._d.setTime(t._d.valueOf()+i*e),r&&$o.updateOffset(t,n||s))}Li.fn=xi.prototype,Li.invalid=function(){return Li(NaN)};var Hi=Ai(1,"add"),_i=Ai(-1,"subtract");function $i(t){return"string"==typeof t||t instanceof String}function Ti(t){return se(t)||Jo(t)||$i(t)||Po(t)||function(t){var o=To(t),e=!1;o&&(e=0===t.filter((function(o){return!Po(o)&&$i(t)})).length);return o&&e}(t)||function(t){var o,e,r=Go(t)&&!Bo(t),i=!1,n=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"],s=n.length;for(o=0;o<s;o+=1)e=n[o],i=i||zo(t,e);return r&&i}(t)||null==t}function Gi(t,o){if(t.date()<o.date())return-Gi(o,t);var e=12*(o.year()-t.year())+(o.month()-t.month()),r=t.clone().add(e,"months");return-(e+(o-r<0?(o-r)/(r-t.clone().add(e-1,"months")):(o-r)/(t.clone().add(e+1,"months")-r)))||0}function zi(t){var o;return void 0===t?this._locale._abbr:(null!=(o=oi(t))&&(this._locale=o),this)}$o.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",$o.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var Bi=ce("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",(function(t){return void 0===t?this.localeData():this.locale(t)}));function ji(){return this._locale}var Pi=1e3,Ji=6e4,qi=36e5,Qi=126227808e5;function Vi(t,o){return(t%o+o)%o}function Xi(t,o,e){return t<100&&t>=0?new Date(t+400,o,e)-Qi:new Date(t,o,e).valueOf()}function tn(t,o,e){return t<100&&t>=0?Date.UTC(t+400,o,e)-Qi:Date.UTC(t,o,e)}function on(t,o){return o.erasAbbrRegex(t)}function en(){var t,o,e=[],r=[],i=[],n=[],s=this.eras();for(t=0,o=s.length;t<o;++t)r.push(tr(s[t].name)),e.push(tr(s[t].abbr)),i.push(tr(s[t].narrow)),n.push(tr(s[t].name)),n.push(tr(s[t].abbr)),n.push(tr(s[t].narrow));this._erasRegex=new RegExp("^("+n.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+r.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+e.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+i.join("|")+")","i")}function rn(t,o){Oe(0,[t,t.length],0,o)}function nn(t,o,e,r,i){var n;return null==t?kr(this,r,i).year:(o>(n=Yr(t,r,i))&&(o=n),sn.call(this,t,o,e,r,i))}function sn(t,o,e,r,i){var n=Wr(t,o,e,r,i),s=Rr(n.year,0,n.dayOfYear);return this.year(s.getUTCFullYear()),this.month(s.getUTCMonth()),this.date(s.getUTCDate()),this}Oe("N",0,0,"eraAbbr"),Oe("NN",0,0,"eraAbbr"),Oe("NNN",0,0,"eraAbbr"),Oe("NNNN",0,0,"eraName"),Oe("NNNNN",0,0,"eraNarrow"),Oe("y",["y",1],"yo","eraYear"),Oe("y",["yy",2],0,"eraYear"),Oe("y",["yyy",3],0,"eraYear"),Oe("y",["yyyy",4],0,"eraYear"),Ve("N",on),Ve("NN",on),Ve("NNN",on),Ve("NNNN",(function(t,o){return o.erasNameRegex(t)})),Ve("NNNNN",(function(t,o){return o.erasNarrowRegex(t)})),er(["N","NN","NNN","NNNN","NNNNN"],(function(t,o,e,r){var i=e._locale.erasParse(t,r,e._strict);i?Xo(e).era=i:Xo(e).invalidEra=t})),Ve("y",je),Ve("yy",je),Ve("yyy",je),Ve("yyyy",je),Ve("yo",(function(t,o){return o._eraYearOrdinalRegex||je})),er(["y","yy","yyy","yyyy"],sr),er(["yo"],(function(t,o,e,r){var i;e._locale._eraYearOrdinalRegex&&(i=t.match(e._locale._eraYearOrdinalRegex)),e._locale.eraYearOrdinalParse?o[sr]=e._locale.eraYearOrdinalParse(t,i):o[sr]=parseInt(t,10)})),Oe(0,["gg",2],0,(function(){return this.weekYear()%100})),Oe(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),rn("gggg","weekYear"),rn("ggggg","weekYear"),rn("GGGG","isoWeekYear"),rn("GGGGG","isoWeekYear"),xe("weekYear","gg"),xe("isoWeekYear","GG"),Re("weekYear",1),Re("isoWeekYear",1),Ve("G",Pe),Ve("g",Pe),Ve("GG",_e,Ke),Ve("gg",_e,Ke),Ve("GGGG",ze,Fe),Ve("gggg",ze,Fe),Ve("GGGGG",Be,He),Ve("ggggg",Be,He),rr(["gggg","ggggg","GGGG","GGGGG"],(function(t,o,e,r){o[r.substr(0,2)]=ke(t)})),rr(["gg","GG"],(function(t,o,e,r){o[r]=$o.parseTwoDigitYear(t)})),Oe("Q",0,"Qo","quarter"),xe("quarter","Q"),Re("quarter",7),Ve("Q",Ze),er("Q",(function(t,o){o[ar]=3*(ke(t)-1)})),Oe("D",["DD",2],"Do","date"),xe("date","D"),Re("date",9),Ve("D",_e),Ve("DD",_e,Ke),Ve("Do",(function(t,o){return t?o._dayOfMonthOrdinalParse||o._ordinalParse:o._dayOfMonthOrdinalParseLenient})),er(["D","DD"],cr),er("Do",(function(t,o){o[cr]=ke(t.match(_e)[0])}));var an=Ye("Date",!0);Oe("DDD",["DDDD",3],"DDDo","dayOfYear"),xe("dayOfYear","DDD"),Re("dayOfYear",4),Ve("DDD",Ge),Ve("DDDD",Ae),er(["DDD","DDDD"],(function(t,o,e){e._dayOfYear=ke(t)})),Oe("m",["mm",2],0,"minute"),xe("minute","m"),Re("minute",14),Ve("m",_e),Ve("mm",_e,Ke),er(["m","mm"],hr);var cn=Ye("Minutes",!1);Oe("s",["ss",2],0,"second"),xe("second","s"),Re("second",15),Ve("s",_e),Ve("ss",_e,Ke),er(["s","ss"],fr);var ln,hn,fn=Ye("Seconds",!1);for(Oe("S",0,0,(function(){return~~(this.millisecond()/100)})),Oe(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),Oe(0,["SSS",3],0,"millisecond"),Oe(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),Oe(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),Oe(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),Oe(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),Oe(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),Oe(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),xe("millisecond","ms"),Re("millisecond",16),Ve("S",Ge,Ze),Ve("SS",Ge,Ke),Ve("SSS",Ge,Ae),ln="SSSS";ln.length<=9;ln+="S")Ve(ln,je);function un(t,o){o[ur]=ke(1e3*("0."+t))}for(ln="S";ln.length<=9;ln+="S")er(ln,un);hn=Ye("Milliseconds",!1),Oe("z",0,0,"zoneAbbr"),Oe("zz",0,0,"zoneName");var dn=ne.prototype;function pn(t){return t}dn.add=Hi,dn.calendar=function(t,o){1===arguments.length&&(arguments[0]?Ti(arguments[0])?(t=arguments[0],o=void 0):function(t){var o,e=Go(t)&&!Bo(t),r=!1,i=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"];for(o=0;o<i.length;o+=1)r=r||zo(t,i[o]);return e&&r}(arguments[0])&&(o=arguments[0],t=void 0):(t=void 0,o=void 0));var e=t||Ni(),r=Wi(e,this).startOf("day"),i=$o.calendarFormat(this,r)||"sameElse",n=o&&(ue(o[i])?o[i].call(this,e):o[i]);return this.format(n||this.localeData().calendar(i,this,Ni(e)))},dn.clone=function(){return new ne(this)},dn.diff=function(t,o,e){var r,i,n;if(!this.isValid())return NaN;if(!(r=Wi(t,this)).isValid())return NaN;switch(i=6e4*(r.utcOffset()-this.utcOffset()),o=Ce(o)){case"year":n=Gi(this,r)/12;break;case"month":n=Gi(this,r);break;case"quarter":n=Gi(this,r)/3;break;case"second":n=(this-r)/1e3;break;case"minute":n=(this-r)/6e4;break;case"hour":n=(this-r)/36e5;break;case"day":n=(this-r-i)/864e5;break;case"week":n=(this-r-i)/6048e5;break;default:n=this-r}return e?n:We(n)},dn.endOf=function(t){var o,e;if(void 0===(t=Ce(t))||"millisecond"===t||!this.isValid())return this;switch(e=this._isUTC?tn:Xi,t){case"year":o=e(this.year()+1,0,1)-1;break;case"quarter":o=e(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":o=e(this.year(),this.month()+1,1)-1;break;case"week":o=e(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":o=e(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":o=e(this.year(),this.month(),this.date()+1)-1;break;case"hour":o=this._d.valueOf(),o+=qi-Vi(o+(this._isUTC?0:this.utcOffset()*Ji),qi)-1;break;case"minute":o=this._d.valueOf(),o+=Ji-Vi(o,Ji)-1;break;case"second":o=this._d.valueOf(),o+=Pi-Vi(o,Pi)-1}return this._d.setTime(o),$o.updateOffset(this,!0),this},dn.format=function(t){t||(t=this.isUtc()?$o.defaultFormatUtc:$o.defaultFormat);var o=ve(this,t);return this.localeData().postformat(o)},dn.from=function(t,o){return this.isValid()&&(se(t)&&t.isValid()||Ni(t).isValid())?Li({to:this,from:t}).locale(this.locale()).humanize(!o):this.localeData().invalidDate()},dn.fromNow=function(t){return this.from(Ni(),t)},dn.to=function(t,o){return this.isValid()&&(se(t)&&t.isValid()||Ni(t).isValid())?Li({from:this,to:t}).locale(this.locale()).humanize(!o):this.localeData().invalidDate()},dn.toNow=function(t){return this.to(Ni(),t)},dn.get=function(t){return ue(this[t=Ce(t)])?this[t]():this},dn.invalidAt=function(){return Xo(this).overflow},dn.isAfter=function(t,o){var e=se(t)?t:Ni(t);return!(!this.isValid()||!e.isValid())&&("millisecond"===(o=Ce(o)||"millisecond")?this.valueOf()>e.valueOf():e.valueOf()<this.clone().startOf(o).valueOf())},dn.isBefore=function(t,o){var e=se(t)?t:Ni(t);return!(!this.isValid()||!e.isValid())&&("millisecond"===(o=Ce(o)||"millisecond")?this.valueOf()<e.valueOf():this.clone().endOf(o).valueOf()<e.valueOf())},dn.isBetween=function(t,o,e,r){var i=se(t)?t:Ni(t),n=se(o)?o:Ni(o);return!!(this.isValid()&&i.isValid()&&n.isValid())&&(("("===(r=r||"()")[0]?this.isAfter(i,e):!this.isBefore(i,e))&&(")"===r[1]?this.isBefore(n,e):!this.isAfter(n,e)))},dn.isSame=function(t,o){var e,r=se(t)?t:Ni(t);return!(!this.isValid()||!r.isValid())&&("millisecond"===(o=Ce(o)||"millisecond")?this.valueOf()===r.valueOf():(e=r.valueOf(),this.clone().startOf(o).valueOf()<=e&&e<=this.clone().endOf(o).valueOf()))},dn.isSameOrAfter=function(t,o){return this.isSame(t,o)||this.isAfter(t,o)},dn.isSameOrBefore=function(t,o){return this.isSame(t,o)||this.isBefore(t,o)},dn.isValid=function(){return te(this)},dn.lang=Bi,dn.locale=zi,dn.localeData=ji,dn.max=vi,dn.min=Oi,dn.parsingFlags=function(){return Qo({},Xo(this))},dn.set=function(t,o){if("object"==typeof t){var e,r=function(t){var o,e=[];for(o in t)zo(t,o)&&e.push({unit:o,priority:Me[o]});return e.sort((function(t,o){return t.priority-o.priority})),e}(t=Ee(t)),i=r.length;for(e=0;e<i;e++)this[r[e].unit](t[r[e].unit])}else if(ue(this[t=Ce(t)]))return this[t](o);return this},dn.startOf=function(t){var o,e;if(void 0===(t=Ce(t))||"millisecond"===t||!this.isValid())return this;switch(e=this._isUTC?tn:Xi,t){case"year":o=e(this.year(),0,1);break;case"quarter":o=e(this.year(),this.month()-this.month()%3,1);break;case"month":o=e(this.year(),this.month(),1);break;case"week":o=e(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":o=e(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":o=e(this.year(),this.month(),this.date());break;case"hour":o=this._d.valueOf(),o-=Vi(o+(this._isUTC?0:this.utcOffset()*Ji),qi);break;case"minute":o=this._d.valueOf(),o-=Vi(o,Ji);break;case"second":o=this._d.valueOf(),o-=Vi(o,Pi)}return this._d.setTime(o),$o.updateOffset(this,!0),this},dn.subtract=_i,dn.toArray=function(){var t=this;return[t.year(),t.month(),t.date(),t.hour(),t.minute(),t.second(),t.millisecond()]},dn.toObject=function(){var t=this;return{years:t.year(),months:t.month(),date:t.date(),hours:t.hours(),minutes:t.minutes(),seconds:t.seconds(),milliseconds:t.milliseconds()}},dn.toDate=function(){return new Date(this.valueOf())},dn.toISOString=function(t){if(!this.isValid())return null;var o=!0!==t,e=o?this.clone().utc():this;return e.year()<0||e.year()>9999?ve(e,o?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):ue(Date.prototype.toISOString)?o?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",ve(e,"Z")):ve(e,o?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")},dn.inspect=function(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var t,o,e,r="moment",i="";return this.isLocal()||(r=0===this.utcOffset()?"moment.utc":"moment.parseZone",i="Z"),t="["+r+'("]',o=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY","-MM-DD[T]HH:mm:ss.SSS",e=i+'[")]',this.format(t+o+"-MM-DD[T]HH:mm:ss.SSS"+e)},"undefined"!=typeof Symbol&&null!=Symbol.for&&(dn[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),dn.toJSON=function(){return this.isValid()?this.toISOString():null},dn.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},dn.unix=function(){return Math.floor(this.valueOf()/1e3)},dn.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},dn.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},dn.eraName=function(){var t,o,e,r=this.localeData().eras();for(t=0,o=r.length;t<o;++t){if(e=this.clone().startOf("day").valueOf(),r[t].since<=e&&e<=r[t].until)return r[t].name;if(r[t].until<=e&&e<=r[t].since)return r[t].name}return""},dn.eraNarrow=function(){var t,o,e,r=this.localeData().eras();for(t=0,o=r.length;t<o;++t){if(e=this.clone().startOf("day").valueOf(),r[t].since<=e&&e<=r[t].until)return r[t].narrow;if(r[t].until<=e&&e<=r[t].since)return r[t].narrow}return""},dn.eraAbbr=function(){var t,o,e,r=this.localeData().eras();for(t=0,o=r.length;t<o;++t){if(e=this.clone().startOf("day").valueOf(),r[t].since<=e&&e<=r[t].until)return r[t].abbr;if(r[t].until<=e&&e<=r[t].since)return r[t].abbr}return""},dn.eraYear=function(){var t,o,e,r,i=this.localeData().eras();for(t=0,o=i.length;t<o;++t)if(e=i[t].since<=i[t].until?1:-1,r=this.clone().startOf("day").valueOf(),i[t].since<=r&&r<=i[t].until||i[t].until<=r&&r<=i[t].since)return(this.year()-$o(i[t].since).year())*e+i[t].offset;return this.year()},dn.year=Er,dn.isLeapYear=function(){return Ue(this.year())},dn.weekYear=function(t){return nn.call(this,t,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)},dn.isoWeekYear=function(t){return nn.call(this,t,this.isoWeek(),this.isoWeekday(),1,4)},dn.quarter=dn.quarters=function(t){return null==t?Math.ceil((this.month()+1)/3):this.month(3*(t-1)+this.month()%3)},dn.month=wr,dn.daysInMonth=function(){return yr(this.year(),this.month())},dn.week=dn.weeks=function(t){var o=this.localeData().week(this);return null==t?o:this.add(7*(t-o),"d")},dn.isoWeek=dn.isoWeeks=function(t){var o=kr(this,1,4).week;return null==t?o:this.add(7*(t-o),"d")},dn.weeksInYear=function(){var t=this.localeData()._week;return Yr(this.year(),t.dow,t.doy)},dn.weeksInWeekYear=function(){var t=this.localeData()._week;return Yr(this.weekYear(),t.dow,t.doy)},dn.isoWeeksInYear=function(){return Yr(this.year(),1,4)},dn.isoWeeksInISOWeekYear=function(){return Yr(this.isoWeekYear(),1,4)},dn.date=an,dn.day=dn.days=function(t){if(!this.isValid())return null!=t?this:NaN;var o=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=t?(t=function(t,o){return"string"!=typeof t?t:isNaN(t)?"number"==typeof(t=o.weekdaysParse(t))?t:null:parseInt(t,10)}(t,this.localeData()),this.add(t-o,"d")):o},dn.weekday=function(t){if(!this.isValid())return null!=t?this:NaN;var o=(this.day()+7-this.localeData()._week.dow)%7;return null==t?o:this.add(t-o,"d")},dn.isoWeekday=function(t){if(!this.isValid())return null!=t?this:NaN;if(null!=t){var o=function(t,o){return"string"==typeof t?o.weekdaysParse(t)%7||7:isNaN(t)?null:t}(t,this.localeData());return this.day(this.day()%7?o:o-7)}return this.day()||7},dn.dayOfYear=function(t){var o=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==t?o:this.add(t-o,"d")},dn.hour=dn.hours=zr,dn.minute=dn.minutes=cn,dn.second=dn.seconds=fn,dn.millisecond=dn.milliseconds=hn,dn.utcOffset=function(t,o,e){var r,i=this._offset||0;if(!this.isValid())return null!=t?this:NaN;if(null!=t){if("string"==typeof t){if(null===(t=Ui(qe,t)))return this}else Math.abs(t)<16&&!e&&(t*=60);return!this._isUTC&&o&&(r=ki(this)),this._offset=t,this._isUTC=!0,null!=r&&this.add(r,"m"),i!==t&&(!o||this._changeInProgress?Fi(this,Li(t-i,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,$o.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?i:ki(this)},dn.utc=function(t){return this.utcOffset(0,t)},dn.local=function(t){return this._isUTC&&(this.utcOffset(0,t),this._isUTC=!1,t&&this.subtract(ki(this),"m")),this},dn.parseZone=function(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var t=Ui(Je,this._i);null!=t?this.utcOffset(t):this.utcOffset(0,!0)}return this},dn.hasAlignedHourOffset=function(t){return!!this.isValid()&&(t=t?Ni(t).utcOffset():0,(this.utcOffset()-t)%60==0)},dn.isDST=function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},dn.isLocal=function(){return!!this.isValid()&&!this._isUTC},dn.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},dn.isUtc=Yi,dn.isUTC=Yi,dn.zoneAbbr=function(){return this._isUTC?"UTC":""},dn.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},dn.dates=ce("dates accessor is deprecated. Use date instead.",an),dn.months=ce("months accessor is deprecated. Use month instead",wr),dn.years=ce("years accessor is deprecated. Use year instead",Er),dn.zone=ce("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",(function(t,o){return null!=t?("string"!=typeof t&&(t=-t),this.utcOffset(t,o),this):-this.utcOffset()})),dn.isDSTShifted=ce("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",(function(){if(!jo(this._isDSTShifted))return this._isDSTShifted;var t,o={};return ie(o,this),(o=mi(o))._a?(t=o._isUTC?Vo(o._a):Ni(o._a),this._isDSTShifted=this.isValid()&&function(t,o,e){var r,i=Math.min(t.length,o.length),n=Math.abs(t.length-o.length),s=0;for(r=0;r<i;r++)(e&&t[r]!==o[r]||!e&&ke(t[r])!==ke(o[r]))&&s++;return s+n}(o._a,t.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}));var yn=pe.prototype;function gn(t,o,e,r){var i=oi(),n=Vo().set(r,o);return i[e](n,t)}function mn(t,o,e){if(Po(t)&&(o=t,t=void 0),t=t||"",null!=o)return gn(t,o,e,"month");var r,i=[];for(r=0;r<12;r++)i[r]=gn(t,r,e,"month");return i}function bn(t,o,e,r){"boolean"==typeof t?(Po(o)&&(e=o,o=void 0),o=o||""):(e=o=t,t=!1,Po(o)&&(e=o,o=void 0),o=o||"");var i,n=oi(),s=t?n._week.dow:0,a=[];if(null!=e)return gn(o,(e+s)%7,r,"day");for(i=0;i<7;i++)a[i]=gn(o,(i+s)%7,r,"day");return a}yn.calendar=function(t,o,e){var r=this._calendar[t]||this._calendar.sameElse;return ue(r)?r.call(o,e):r},yn.longDateFormat=function(t){var o=this._longDateFormat[t],e=this._longDateFormat[t.toUpperCase()];return o||!e?o:(this._longDateFormat[t]=e.match(ge).map((function(t){return"MMMM"===t||"MM"===t||"DD"===t||"dddd"===t?t.slice(1):t})).join(""),this._longDateFormat[t])},yn.invalidDate=function(){return this._invalidDate},yn.ordinal=function(t){return this._ordinal.replace("%d",t)},yn.preparse=pn,yn.postformat=pn,yn.relativeTime=function(t,o,e,r){var i=this._relativeTime[e];return ue(i)?i(t,o,e,r):i.replace(/%d/i,t)},yn.pastFuture=function(t,o){var e=this._relativeTime[t>0?"future":"past"];return ue(e)?e(o):e.replace(/%s/i,o)},yn.set=function(t){var o,e;for(e in t)zo(t,e)&&(ue(o=t[e])?this[e]=o:this["_"+e]=o);this._config=t,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)},yn.eras=function(t,o){var e,r,i,n=this._eras||oi("en")._eras;for(e=0,r=n.length;e<r;++e){if("string"==typeof n[e].since)i=$o(n[e].since).startOf("day"),n[e].since=i.valueOf();switch(typeof n[e].until){case"undefined":n[e].until=1/0;break;case"string":i=$o(n[e].until).startOf("day").valueOf(),n[e].until=i.valueOf()}}return n},yn.erasParse=function(t,o,e){var r,i,n,s,a,c=this.eras();for(t=t.toUpperCase(),r=0,i=c.length;r<i;++r)if(n=c[r].name.toUpperCase(),s=c[r].abbr.toUpperCase(),a=c[r].narrow.toUpperCase(),e)switch(o){case"N":case"NN":case"NNN":if(s===t)return c[r];break;case"NNNN":if(n===t)return c[r];break;case"NNNNN":if(a===t)return c[r]}else if([n,s,a].indexOf(t)>=0)return c[r]},yn.erasConvertYear=function(t,o){var e=t.since<=t.until?1:-1;return void 0===o?$o(t.since).year():$o(t.since).year()+(o-t.offset)*e},yn.erasAbbrRegex=function(t){return zo(this,"_erasAbbrRegex")||en.call(this),t?this._erasAbbrRegex:this._erasRegex},yn.erasNameRegex=function(t){return zo(this,"_erasNameRegex")||en.call(this),t?this._erasNameRegex:this._erasRegex},yn.erasNarrowRegex=function(t){return zo(this,"_erasNarrowRegex")||en.call(this),t?this._erasNarrowRegex:this._erasRegex},yn.months=function(t,o){return t?To(this._months)?this._months[t.month()]:this._months[(this._months.isFormat||br).test(o)?"format":"standalone"][t.month()]:To(this._months)?this._months:this._months.standalone},yn.monthsShort=function(t,o){return t?To(this._monthsShort)?this._monthsShort[t.month()]:this._monthsShort[br.test(o)?"format":"standalone"][t.month()]:To(this._monthsShort)?this._monthsShort:this._monthsShort.standalone},yn.monthsParse=function(t,o,e){var r,i,n;if(this._monthsParseExact)return vr.call(this,t,o,e);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),r=0;r<12;r++){if(i=Vo([2e3,r]),e&&!this._longMonthsParse[r]&&(this._longMonthsParse[r]=new RegExp("^"+this.months(i,"").replace(".","")+"$","i"),this._shortMonthsParse[r]=new RegExp("^"+this.monthsShort(i,"").replace(".","")+"$","i")),e||this._monthsParse[r]||(n="^"+this.months(i,"")+"|^"+this.monthsShort(i,""),this._monthsParse[r]=new RegExp(n.replace(".",""),"i")),e&&"MMMM"===o&&this._longMonthsParse[r].test(t))return r;if(e&&"MMM"===o&&this._shortMonthsParse[r].test(t))return r;if(!e&&this._monthsParse[r].test(t))return r}},yn.monthsRegex=function(t){return this._monthsParseExact?(zo(this,"_monthsRegex")||xr.call(this),t?this._monthsStrictRegex:this._monthsRegex):(zo(this,"_monthsRegex")||(this._monthsRegex=Or),this._monthsStrictRegex&&t?this._monthsStrictRegex:this._monthsRegex)},yn.monthsShortRegex=function(t){return this._monthsParseExact?(zo(this,"_monthsRegex")||xr.call(this),t?this._monthsShortStrictRegex:this._monthsShortRegex):(zo(this,"_monthsShortRegex")||(this._monthsShortRegex=Nr),this._monthsShortStrictRegex&&t?this._monthsShortStrictRegex:this._monthsShortRegex)},yn.week=function(t){return kr(t,this._week.dow,this._week.doy).week},yn.firstDayOfYear=function(){return this._week.doy},yn.firstDayOfWeek=function(){return this._week.dow},yn.weekdays=function(t,o){var e=To(this._weekdays)?this._weekdays:this._weekdays[t&&!0!==t&&this._weekdays.isFormat.test(o)?"format":"standalone"];return!0===t?Dr(e,this._week.dow):t?e[t.day()]:e},yn.weekdaysMin=function(t){return!0===t?Dr(this._weekdaysMin,this._week.dow):t?this._weekdaysMin[t.day()]:this._weekdaysMin},yn.weekdaysShort=function(t){return!0===t?Dr(this._weekdaysShort,this._week.dow):t?this._weekdaysShort[t.day()]:this._weekdaysShort},yn.weekdaysParse=function(t,o,e){var r,i,n;if(this._weekdaysParseExact)return Hr.call(this,t,o,e);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),r=0;r<7;r++){if(i=Vo([2e3,1]).day(r),e&&!this._fullWeekdaysParse[r]&&(this._fullWeekdaysParse[r]=new RegExp("^"+this.weekdays(i,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[r]=new RegExp("^"+this.weekdaysShort(i,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[r]=new RegExp("^"+this.weekdaysMin(i,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[r]||(n="^"+this.weekdays(i,"")+"|^"+this.weekdaysShort(i,"")+"|^"+this.weekdaysMin(i,""),this._weekdaysParse[r]=new RegExp(n.replace(".",""),"i")),e&&"dddd"===o&&this._fullWeekdaysParse[r].test(t))return r;if(e&&"ddd"===o&&this._shortWeekdaysParse[r].test(t))return r;if(e&&"dd"===o&&this._minWeekdaysParse[r].test(t))return r;if(!e&&this._weekdaysParse[r].test(t))return r}},yn.weekdaysRegex=function(t){return this._weekdaysParseExact?(zo(this,"_weekdaysRegex")||_r.call(this),t?this._weekdaysStrictRegex:this._weekdaysRegex):(zo(this,"_weekdaysRegex")||(this._weekdaysRegex=Kr),this._weekdaysStrictRegex&&t?this._weekdaysStrictRegex:this._weekdaysRegex)},yn.weekdaysShortRegex=function(t){return this._weekdaysParseExact?(zo(this,"_weekdaysRegex")||_r.call(this),t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(zo(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Ar),this._weekdaysShortStrictRegex&&t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)},yn.weekdaysMinRegex=function(t){return this._weekdaysParseExact?(zo(this,"_weekdaysRegex")||_r.call(this),t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(zo(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Fr),this._weekdaysMinStrictRegex&&t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)},yn.isPM=function(t){return"p"===(t+"").toLowerCase().charAt(0)},yn.meridiem=function(t,o,e){return t>11?e?"pm":"PM":e?"am":"AM"},Xr("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(t){var o=t%10;return t+(1===ke(t%100/10)?"th":1===o?"st":2===o?"nd":3===o?"rd":"th")}}),$o.lang=ce("moment.lang is deprecated. Use moment.locale instead.",Xr),$o.langData=ce("moment.langData is deprecated. Use moment.localeData instead.",oi);var Nn=Math.abs;function On(t,o,e,r){var i=Li(o,e);return t._milliseconds+=r*i._milliseconds,t._days+=r*i._days,t._months+=r*i._months,t._bubble()}function vn(t){return t<0?Math.floor(t):Math.ceil(t)}function Sn(t){return 4800*t/146097}function wn(t){return 146097*t/4800}function xn(t){return function(){return this.as(t)}}var Cn=xn("ms"),En=xn("s"),Mn=xn("m"),Rn=xn("h"),Un=xn("d"),Wn=xn("w"),kn=xn("M"),Yn=xn("Q"),Dn=xn("y");function In(t){return function(){return this.isValid()?this._data[t]:NaN}}var Ln=In("milliseconds"),Zn=In("seconds"),Kn=In("minutes"),An=In("hours"),Fn=In("days"),Hn=In("months"),_n=In("years");var $n=Math.round,Tn={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function Gn(t,o,e,r,i){return i.relativeTime(o||1,!!e,t,r)}var zn=Math.abs;function Bn(t){return(t>0)-(t<0)||+t}function jn(){if(!this.isValid())return this.localeData().invalidDate();var t,o,e,r,i,n,s,a,c=zn(this._milliseconds)/1e3,l=zn(this._days),h=zn(this._months),f=this.asSeconds();return f?(t=We(c/60),o=We(t/60),c%=60,t%=60,e=We(h/12),h%=12,r=c?c.toFixed(3).replace(/\.?0+$/,""):"",i=f<0?"-":"",n=Bn(this._months)!==Bn(f)?"-":"",s=Bn(this._days)!==Bn(f)?"-":"",a=Bn(this._milliseconds)!==Bn(f)?"-":"",i+"P"+(e?n+e+"Y":"")+(h?n+h+"M":"")+(l?s+l+"D":"")+(o||t||c?"T":"")+(o?a+o+"H":"")+(t?a+t+"M":"")+(c?a+r+"S":"")):"P0D"}var Pn,Jn=xi.prototype;Jn.isValid=function(){return this._isValid},Jn.abs=function(){var t=this._data;return this._milliseconds=Nn(this._milliseconds),this._days=Nn(this._days),this._months=Nn(this._months),t.milliseconds=Nn(t.milliseconds),t.seconds=Nn(t.seconds),t.minutes=Nn(t.minutes),t.hours=Nn(t.hours),t.months=Nn(t.months),t.years=Nn(t.years),this},Jn.add=function(t,o){return On(this,t,o,1)},Jn.subtract=function(t,o){return On(this,t,o,-1)},Jn.as=function(t){if(!this.isValid())return NaN;var o,e,r=this._milliseconds;if("month"===(t=Ce(t))||"quarter"===t||"year"===t)switch(o=this._days+r/864e5,e=this._months+Sn(o),t){case"month":return e;case"quarter":return e/3;case"year":return e/12}else switch(o=this._days+Math.round(wn(this._months)),t){case"week":return o/7+r/6048e5;case"day":return o+r/864e5;case"hour":return 24*o+r/36e5;case"minute":return 1440*o+r/6e4;case"second":return 86400*o+r/1e3;case"millisecond":return Math.floor(864e5*o)+r;default:throw new Error("Unknown unit "+t)}},Jn.asMilliseconds=Cn,Jn.asSeconds=En,Jn.asMinutes=Mn,Jn.asHours=Rn,Jn.asDays=Un,Jn.asWeeks=Wn,Jn.asMonths=kn,Jn.asQuarters=Yn,Jn.asYears=Dn,Jn.valueOf=function(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*ke(this._months/12):NaN},Jn._bubble=function(){var t,o,e,r,i,n=this._milliseconds,s=this._days,a=this._months,c=this._data;return n>=0&&s>=0&&a>=0||n<=0&&s<=0&&a<=0||(n+=864e5*vn(wn(a)+s),s=0,a=0),c.milliseconds=n%1e3,t=We(n/1e3),c.seconds=t%60,o=We(t/60),c.minutes=o%60,e=We(o/60),c.hours=e%24,s+=We(e/24),a+=i=We(Sn(s)),s-=vn(wn(i)),r=We(a/12),a%=12,c.days=s,c.months=a,c.years=r,this},Jn.clone=function(){return Li(this)},Jn.get=function(t){return t=Ce(t),this.isValid()?this[t+"s"]():NaN},Jn.milliseconds=Ln,Jn.seconds=Zn,Jn.minutes=Kn,Jn.hours=An,Jn.days=Fn,Jn.weeks=function(){return We(this.days()/7)},Jn.months=Hn,Jn.years=_n,Jn.humanize=function(t,o){if(!this.isValid())return this.localeData().invalidDate();var e,r,i=!1,n=Tn;return"object"==typeof t&&(o=t,t=!1),"boolean"==typeof t&&(i=t),"object"==typeof o&&(n=Object.assign({},Tn,o),null!=o.s&&null==o.ss&&(n.ss=o.s-1)),r=function(t,o,e,r){var i=Li(t).abs(),n=$n(i.as("s")),s=$n(i.as("m")),a=$n(i.as("h")),c=$n(i.as("d")),l=$n(i.as("M")),h=$n(i.as("w")),f=$n(i.as("y")),u=n<=e.ss&&["s",n]||n<e.s&&["ss",n]||s<=1&&["m"]||s<e.m&&["mm",s]||a<=1&&["h"]||a<e.h&&["hh",a]||c<=1&&["d"]||c<e.d&&["dd",c];return null!=e.w&&(u=u||h<=1&&["w"]||h<e.w&&["ww",h]),(u=u||l<=1&&["M"]||l<e.M&&["MM",l]||f<=1&&["y"]||["yy",f])[2]=o,u[3]=+t>0,u[4]=r,Gn.apply(null,u)}(this,!i,n,e=this.localeData()),i&&(r=e.pastFuture(+this,r)),e.postformat(r)},Jn.toISOString=jn,Jn.toString=jn,Jn.toJSON=jn,Jn.locale=zi,Jn.localeData=ji,Jn.toIsoString=ce("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",jn),Jn.lang=Bi,Oe("X",0,0,"unix"),Oe("x",0,0,"valueOf"),Ve("x",Pe),Ve("X",/[+-]?\d+(\.\d{1,3})?/),er("X",(function(t,o,e){e._d=new Date(1e3*parseFloat(t))})),er("x",(function(t,o,e){e._d=new Date(ke(t))})),
177
+ `;var In=Object.freeze({__proto__:null,noTextSelect:kn,safariEllipsisFix:Wn,wordWrap:Dn}),Un=Object.freeze({__proto__:null});var Yn=Object.freeze({__proto__:null,ParametrizedLabelResolver:class{constructor(t,e){this.defaultLabels=t,this.labels=e}resolve(t,...e){var r,o;t=this.resolvePluralKey(t,e);let n=null!==(o=null!==(r=this.labels[t])&&void 0!==r?r:this.defaultLabels[t])&&void 0!==o?o:"";return e.forEach(((t,e)=>n=n.replace(new RegExp(`\\{${e}([^}]*)\\}`,"g"),((e,r)=>this.formatValue(t,r))))),n}resolvePluralKey(t,e){for(let r of e)if("number"==typeof r){const e=`${String(t)}[\\=${r}]`;if(e in this.labels||e in this.defaultLabels)return e}return t}formatValue(t,e){return t instanceof Date?this.formatDate(t,e):null!=t?t:""}formatDate(t,e){const r=r=>(null==e?void 0:e.includes("date"))?t.toLocaleDateString(r):(null==e?void 0:e.includes("time"))?t.toLocaleTimeString(r):t.toLocaleString(r);try{return r(document.documentElement.lang)}catch(t){return r()}}}});class _n{constructor(){this.queue=[]}add(t,e=!1){e&&(this.queue=this.queue.filter((e=>e.type!==t.type))),this.queue.push(t)}consume(t){const e=this.queue.find((e=>e.type===t));return e&&(this.queue=this.queue.filter((t=>t!==e))),e}}function An(t){var e;return null!==(e=null==t?void 0:t.isFtReduxStore)&&void 0!==e&&e}var Fn,jn,Hn;const Pn=Symbol("internalReduxEventsUnsubscribers"),$n=Symbol("internalStoresUnsubscribers"),Kn=Symbol("internalStores");class Zn extends Sn{constructor(){super(...arguments),this[Fn]=new Map,this[jn]=new Map,this[Hn]=[]}get reduxConstructor(){return this.constructor}update(t){super.update(t),[...this.reduxConstructor.reduxReactiveProperties].some((e=>t.has(e)))&&this.updateFromStores()}getUnnamedStore(){if(this[Kn].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Kn].values()][0]}getStore(t){return null==t?this.getUnnamedStore():this[Kn].get(t)}addStore(t,e){var r;e=null!==(r=null!=e?e:An(t)?t.name:void 0)&&void 0!==r?r:"default-store",this.unsubscribeFromStore(e),this.setupStore(e,t)}removeStore(t){const e="string"==typeof t?t:t.name;this.unsubscribeFromStore(e),this[Kn].delete(e)}setupStore(t,e){this[Kn].set(t,e),this.subscribeToStore(t,e),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[Kn].forEach(((t,e)=>this.subscribeToStore(e,t))),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach(((t,e)=>{const r=this.constructor.getPropertyOptions(e);if(!(null==r?void 0:r.attribute)||!this.hasAttribute("string"==typeof(null==r?void 0:r.attribute)?r.attribute:e)){const r=this.getStore(t.store);r&&(t.store?this[$n].has(t.store):this[$n].size>0)&&(this[e]=t.selector(r.getState(),this))}}))}subscribeToStore(t,e){var r;this[$n].set(t,e.subscribe((()=>this.updateFromStores()))),An(e)&&e.eventBus&&(null===(r=this.reduxConstructor.reduxEventListeners)||void 0===r||r.forEach(((t,r)=>{if("function"==typeof this[r]&&(!t.store||e.name===t.store)){const o=t=>this[r](t);e.eventBus.addEventListener(t.eventName,o),this[Pn].push((()=>e.eventBus.removeEventListener(t.eventName,o)))}}))),this.onStoreAvailable(t)}unsubscribeFromStores(){this[$n].forEach(((t,e)=>this.unsubscribeFromStore(e))),this[Pn].forEach((t=>t())),this[Pn]=[]}unsubscribeFromStore(t){this[$n].has(t)&&this[$n].get(t)(),this[$n].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}function Tn(t){for(var e=arguments.length,r=Array(e>1?e-1:0),o=1;o<e;o++)r[o-1]=arguments[o];throw Error("[Immer] minified error nr: "+t+(r.length?" "+r.map((function(t){return"'"+t+"'"})).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function Bn(t){return!!t&&!!t[Wi]}function zn(t){var e;return!!t&&(function(t){if(!t||"object"!=typeof t)return!1;var e=Object.getPrototypeOf(t);if(null===e)return!0;var r=Object.hasOwnProperty.call(e,"constructor")&&e.constructor;return r===Object||"function"==typeof r&&Function.toString.call(r)===Ii}(t)||Array.isArray(t)||!!t[Di]||!!(null===(e=t.constructor)||void 0===e?void 0:e[Di])||Qn(t)||ti(t))}function Gn(t,e,r){void 0===r&&(r=!1),0===qn(t)?(r?Object.keys:Ui)(t).forEach((function(o){r&&"symbol"==typeof o||e(o,t[o],t)})):t.forEach((function(r,o){return e(o,r,t)}))}function qn(t){var e=t[Wi];return e?e.i>3?e.i-4:e.i:Array.isArray(t)?1:Qn(t)?2:ti(t)?3:0}function Vn(t,e){return 2===qn(t)?t.has(e):Object.prototype.hasOwnProperty.call(t,e)}function Jn(t,e,r){var o=qn(t);2===o?t.set(e,r):3===o?t.add(r):t[e]=r}function Xn(t,e){return t===e?0!==t||1/t==1/e:t!=t&&e!=e}function Qn(t){return Ri&&t instanceof Map}function ti(t){return Mi&&t instanceof Set}function ei(t){return t.o||t.t}function ri(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var e=Yi(t);delete e[Wi];for(var r=Ui(e),o=0;o<r.length;o++){var n=r[o],i=e[n];!1===i.writable&&(i.writable=!0,i.configurable=!0),(i.get||i.set)&&(e[n]={configurable:!0,writable:!0,enumerable:i.enumerable,value:t[n]})}return Object.create(Object.getPrototypeOf(t),e)}function oi(t,e){return void 0===e&&(e=!1),ii(t)||Bn(t)||!zn(t)||(qn(t)>1&&(t.set=t.add=t.clear=t.delete=ni),Object.freeze(t),e&&Gn(t,(function(t,e){return oi(e,!0)}),!0)),t}function ni(){Tn(2)}function ii(t){return null==t||"object"!=typeof t||Object.isFrozen(t)}function ai(t){var e=_i[t];return e||Tn(18,t),e}function si(){return Ci}function ci(t,e){e&&(ai("Patches"),t.u=[],t.s=[],t.v=e)}function li(t){ui(t),t.p.forEach(hi),t.p=null}function ui(t){t===Ci&&(Ci=t.l)}function fi(t){return Ci={p:[],l:Ci,h:t,m:!0,_:0}}function hi(t){var e=t[Wi];0===e.i||1===e.i?e.j():e.g=!0}function di(t,e){e._=e.p.length;var r=e.p[0],o=void 0!==t&&t!==r;return e.h.O||ai("ES5").S(e,t,o),o?(r[Wi].P&&(li(e),Tn(4)),zn(t)&&(t=pi(e,t),e.l||gi(e,t)),e.u&&ai("Patches").M(r[Wi].t,t,e.u,e.s)):t=pi(e,r,[]),li(e),e.u&&e.v(e.u,e.s),t!==ki?t:void 0}function pi(t,e,r){if(ii(e))return e;var o=e[Wi];if(!o)return Gn(e,(function(n,i){return yi(t,o,e,n,i,r)}),!0),e;if(o.A!==t)return e;if(!o.P)return gi(t,o.t,!0),o.t;if(!o.I){o.I=!0,o.A._--;var n=4===o.i||5===o.i?o.o=ri(o.k):o.o,i=n,a=!1;3===o.i&&(i=new Set(n),n.clear(),a=!0),Gn(i,(function(e,i){return yi(t,o,n,e,i,r,a)})),gi(t,n,!1),r&&t.u&&ai("Patches").N(o,r,t.u,t.s)}return o.o}function yi(t,e,r,o,n,i,a){if(Bn(n)){var s=pi(t,n,i&&e&&3!==e.i&&!Vn(e.R,o)?i.concat(o):void 0);if(Jn(r,o,s),!Bn(s))return;t.m=!1}else a&&r.add(n);if(zn(n)&&!ii(n)){if(!t.h.D&&t._<1)return;pi(t,n),e&&e.A.l||gi(t,n)}}function gi(t,e,r){void 0===r&&(r=!1),!t.l&&t.h.D&&t.m&&oi(e,r)}function mi(t,e){var r=t[Wi];return(r?ei(r):t)[e]}function bi(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 vi(t){t.P||(t.P=!0,t.l&&vi(t.l))}function Oi(t){t.o||(t.o=ri(t.t))}function Si(t,e,r){var o=Qn(e)?ai("MapSet").F(e,r):ti(e)?ai("MapSet").T(e,r):t.O?function(t,e){var r=Array.isArray(t),o={i:r?1:0,A:e?e.A:si(),P:!1,I:!1,R:{},l:e,t,k:null,o:null,j:null,C:!1},n=o,i=Ai;r&&(n=[o],i=Fi);var a=Proxy.revocable(n,i),s=a.revoke,c=a.proxy;return o.k=c,o.j=s,c}(e,r):ai("ES5").J(e,r);return(r?r.A:si()).p.push(o),o}function wi(t){return Bn(t)||Tn(22,t),function t(e){if(!zn(e))return e;var r,o=e[Wi],n=qn(e);if(o){if(!o.P&&(o.i<4||!ai("ES5").K(o)))return o.t;o.I=!0,r=Ni(e,n),o.I=!1}else r=Ni(e,n);return Gn(r,(function(e,n){o&&function(t,e){return 2===qn(t)?t.get(e):t[e]}(o.t,e)===n||Jn(r,e,t(n))})),3===n?new Set(r):r}(t)}function Ni(t,e){switch(e){case 2:return new Map(t);case 3:return Array.from(t)}return ri(t)}Fn=$n,jn=Kn,Hn=Pn,Zn.reduxProperties=new Map,Zn.reduxReactiveProperties=new Set,Zn.reduxEventListeners=new Map;var xi,Ci,Ei="undefined"!=typeof Symbol&&"symbol"==typeof Symbol("x"),Ri="undefined"!=typeof Map,Mi="undefined"!=typeof Set,Li="undefined"!=typeof Proxy&&void 0!==Proxy.revocable&&"undefined"!=typeof Reflect,ki=Ei?Symbol.for("immer-nothing"):((xi={})["immer-nothing"]=!0,xi),Di=Ei?Symbol.for("immer-draftable"):"__$immer_draftable",Wi=Ei?Symbol.for("immer-state"):"__$immer_state",Ii=""+Object.prototype.constructor,Ui="undefined"!=typeof Reflect&&Reflect.ownKeys?Reflect.ownKeys:void 0!==Object.getOwnPropertySymbols?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,Yi=Object.getOwnPropertyDescriptors||function(t){var e={};return Ui(t).forEach((function(r){e[r]=Object.getOwnPropertyDescriptor(t,r)})),e},_i={},Ai={get:function(t,e){if(e===Wi)return t;var r=ei(t);if(!Vn(r,e))return function(t,e,r){var o,n=bi(e,r);return n?"value"in n?n.value:null===(o=n.get)||void 0===o?void 0:o.call(t.k):void 0}(t,r,e);var o=r[e];return t.I||!zn(o)?o:o===mi(t.t,e)?(Oi(t),t.o[e]=Si(t.A.h,o,t)):o},has:function(t,e){return e in ei(t)},ownKeys:function(t){return Reflect.ownKeys(ei(t))},set:function(t,e,r){var o=bi(ei(t),e);if(null==o?void 0:o.set)return o.set.call(t.k,r),!0;if(!t.P){var n=mi(ei(t),e),i=null==n?void 0:n[Wi];if(i&&i.t===r)return t.o[e]=r,t.R[e]=!1,!0;if(Xn(r,n)&&(void 0!==r||Vn(t.t,e)))return!0;Oi(t),vi(t)}return t.o[e]===r&&(void 0!==r||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 void 0!==mi(t.t,e)||e in t.t?(t.R[e]=!1,Oi(t),vi(t)):delete t.R[e],t.o&&delete t.o[e],!0},getOwnPropertyDescriptor:function(t,e){var r=ei(t),o=Reflect.getOwnPropertyDescriptor(r,e);return o?{writable:!0,configurable:1!==t.i||"length"!==e,enumerable:o.enumerable,value:r[e]}:o},defineProperty:function(){Tn(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){Tn(12)}},Fi={};Gn(Ai,(function(t,e){Fi[t]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}})),Fi.deleteProperty=function(t,e){return Fi.set.call(this,t,e,void 0)},Fi.set=function(t,e,r){return Ai.set.call(this,t[0],e,r,t[0])};var ji=function(){function t(t){var e=this;this.O=Li,this.D=!0,this.produce=function(t,r,o){if("function"==typeof t&&"function"!=typeof r){var n=r;r=t;var i=e;return function(t){var e=this;void 0===t&&(t=n);for(var o=arguments.length,a=Array(o>1?o-1:0),s=1;s<o;s++)a[s-1]=arguments[s];return i.produce(t,(function(t){var o;return(o=r).call.apply(o,[e,t].concat(a))}))}}var a;if("function"!=typeof r&&Tn(6),void 0!==o&&"function"!=typeof o&&Tn(7),zn(t)){var s=fi(e),c=Si(e,t,void 0),l=!0;try{a=r(c),l=!1}finally{l?li(s):ui(s)}return"undefined"!=typeof Promise&&a instanceof Promise?a.then((function(t){return ci(s,o),di(t,s)}),(function(t){throw li(s),t})):(ci(s,o),di(a,s))}if(!t||"object"!=typeof t){if(void 0===(a=r(t))&&(a=t),a===ki&&(a=void 0),e.D&&oi(a,!0),o){var u=[],f=[];ai("Patches").M(t,a,u,f),o(u,f)}return a}Tn(21,t)},this.produceWithPatches=function(t,r){if("function"==typeof t)return function(r){for(var o=arguments.length,n=Array(o>1?o-1:0),i=1;i<o;i++)n[i-1]=arguments[i];return e.produceWithPatches(r,(function(e){return t.apply(void 0,[e].concat(n))}))};var o,n,i=e.produce(t,r,(function(t,e){o=t,n=e}));return"undefined"!=typeof Promise&&i instanceof Promise?i.then((function(t){return[t,o,n]})):[i,o,n]},"boolean"==typeof(null==t?void 0:t.useProxies)&&this.setUseProxies(t.useProxies),"boolean"==typeof(null==t?void 0:t.autoFreeze)&&this.setAutoFreeze(t.autoFreeze)}var e=t.prototype;return e.createDraft=function(t){zn(t)||Tn(8),Bn(t)&&(t=wi(t));var e=fi(this),r=Si(this,t,void 0);return r[Wi].C=!0,ui(e),r},e.finishDraft=function(t,e){var r=(t&&t[Wi]).A;return ci(r,e),di(void 0,r)},e.setAutoFreeze=function(t){this.D=t},e.setUseProxies=function(t){t&&!Li&&Tn(20),this.O=t},e.applyPatches=function(t,e){var r;for(r=e.length-1;r>=0;r--){var o=e[r];if(0===o.path.length&&"replace"===o.op){t=o.value;break}}r>-1&&(e=e.slice(r+1));var n=ai("Patches").$;return Bn(t)?n(t,e):this.produce(t,(function(t){return n(t,e)}))},t}(),Hi=new ji,Pi=Hi.produce;function $i(t){return $i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},$i(t)}function Ki(t){var e=function(t,e){if("object"!==$i(t)||null===t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var o=r.call(t,e||"default");if("object"!==$i(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"===$i(e)?e:String(e)}function Zi(t,e,r){return(e=Ki(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function Ti(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,o)}return r}function Bi(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?Ti(Object(r),!0).forEach((function(e){Zi(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Ti(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}function zi(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. "}Hi.produceWithPatches.bind(Hi),Hi.setAutoFreeze.bind(Hi),Hi.setUseProxies.bind(Hi),Hi.applyPatches.bind(Hi),Hi.createDraft.bind(Hi),Hi.finishDraft.bind(Hi);var Gi="function"==typeof Symbol&&Symbol.observable||"@@observable",qi=function(){return Math.random().toString(36).substring(7).split("").join(".")},Vi={INIT:"@@redux/INIT"+qi(),REPLACE:"@@redux/REPLACE"+qi(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+qi()}};function Ji(t,e,r){var o;if("function"==typeof e&&"function"==typeof r||"function"==typeof r&&"function"==typeof arguments[3])throw new Error(zi(0));if("function"==typeof e&&void 0===r&&(r=e,e=void 0),void 0!==r){if("function"!=typeof r)throw new Error(zi(1));return r(Ji)(t,e)}if("function"!=typeof t)throw new Error(zi(2));var n=t,i=e,a=[],s=a,c=!1;function l(){s===a&&(s=a.slice())}function u(){if(c)throw new Error(zi(3));return i}function f(t){if("function"!=typeof t)throw new Error(zi(4));if(c)throw new Error(zi(5));var e=!0;return l(),s.push(t),function(){if(e){if(c)throw new Error(zi(6));e=!1,l();var r=s.indexOf(t);s.splice(r,1),a=null}}}function h(t){if(!function(t){if("object"!=typeof t||null===t)return!1;for(var e=t;null!==Object.getPrototypeOf(e);)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(t)===e}(t))throw new Error(zi(7));if(void 0===t.type)throw new Error(zi(8));if(c)throw new Error(zi(9));try{c=!0,i=n(i,t)}finally{c=!1}for(var e=a=s,r=0;r<e.length;r++){(0,e[r])()}return t}return h({type:Vi.INIT}),(o={dispatch:h,subscribe:f,getState:u,replaceReducer:function(t){if("function"!=typeof t)throw new Error(zi(10));n=t,h({type:Vi.REPLACE})}})[Gi]=function(){var t,e=f;return(t={subscribe:function(t){if("object"!=typeof t||null===t)throw new Error(zi(11));function r(){t.next&&t.next(u())}return r(),{unsubscribe:e(r)}}})[Gi]=function(){return this},t},o}function Xi(t){for(var e=Object.keys(t),r={},o=0;o<e.length;o++){var n=e[o];"function"==typeof t[n]&&(r[n]=t[n])}var i,a=Object.keys(r);try{!function(t){Object.keys(t).forEach((function(e){var r=t[e];if(void 0===r(void 0,{type:Vi.INIT}))throw new Error(zi(12));if(void 0===r(void 0,{type:Vi.PROBE_UNKNOWN_ACTION()}))throw new Error(zi(13))}))}(r)}catch(t){i=t}return function(t,e){if(void 0===t&&(t={}),i)throw i;for(var o=!1,n={},s=0;s<a.length;s++){var c=a[s],l=r[c],u=t[c],f=l(u,e);if(void 0===f)throw e&&e.type,new Error(zi(14));n[c]=f,o=o||f!==u}return(o=o||a.length!==Object.keys(t).length)?n:t}}function Qi(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];return 0===e.length?function(t){return t}:1===e.length?e[0]:e.reduce((function(t,e){return function(){return t(e.apply(void 0,arguments))}}))}function ta(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];return function(t){return function(){var r=t.apply(void 0,arguments),o=function(){throw new Error(zi(15))},n={getState:r.getState,dispatch:function(){return o.apply(void 0,arguments)}},i=e.map((function(t){return t(n)}));return o=Qi.apply(void 0,i)(r.dispatch),Bi(Bi({},r),{},{dispatch:o})}}}function ea(t){return function(e){var r=e.dispatch,o=e.getState;return function(e){return function(n){return"function"==typeof n?n(r,o,t):e(n)}}}}var ra=ea();ra.withExtraArgument=ea;var oa,na=ra,ia=(oa=function(t,e){return oa=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r])},oa(t,e)},function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");function r(){this.constructor=t}oa(t,e),t.prototype=null===e?Object.create(e):(r.prototype=e.prototype,new r)}),aa=function(t,e){var r,o,n,i,a={label:0,sent:function(){if(1&n[0])throw n[1];return n[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,o&&(n=2&i[0]?o.return:i[0]?o.throw||((n=o.return)&&n.call(o),0):o.next)&&!(n=n.call(o,i[1])).done)return n;switch(o=0,n&&(i=[2&i[0],n.value]),i[0]){case 0:case 1:n=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,o=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(n=a.trys,(n=n.length>0&&n[n.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!n||i[1]>n[0]&&i[1]<n[3])){a.label=i[1];break}if(6===i[0]&&a.label<n[1]){a.label=n[1],n=i;break}if(n&&a.label<n[2]){a.label=n[2],a.ops.push(i);break}n[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],o=0}finally{r=n=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},sa=function(t,e){for(var r=0,o=e.length,n=t.length;r<o;r++,n++)t[n]=e[r];return t},ca=Object.defineProperty,la=Object.defineProperties,ua=Object.getOwnPropertyDescriptors,fa=Object.getOwnPropertySymbols,ha=Object.prototype.hasOwnProperty,da=Object.prototype.propertyIsEnumerable,pa=function(t,e,r){return e in t?ca(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r},ya=function(t,e){for(var r in e||(e={}))ha.call(e,r)&&pa(t,r,e[r]);if(fa)for(var o=0,n=fa(e);o<n.length;o++){r=n[o];da.call(e,r)&&pa(t,r,e[r])}return t},ga=function(t,e){return la(t,ua(e))},ma="undefined"!=typeof window&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(0!==arguments.length)return"object"==typeof arguments[0]?Qi:Qi.apply(null,arguments)};var ba=function(t){function e(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];var n=t.apply(this,r)||this;return Object.setPrototypeOf(n,e.prototype),n}return ia(e,t),Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];return t.prototype.concat.apply(this,e)},e.prototype.prepend=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return 1===t.length&&Array.isArray(t[0])?new(e.bind.apply(e,sa([void 0],t[0].concat(this)))):new(e.bind.apply(e,sa([void 0],t.concat(this))))},e}(Array),va=function(t){function e(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];var n=t.apply(this,r)||this;return Object.setPrototypeOf(n,e.prototype),n}return ia(e,t),Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];return t.prototype.concat.apply(this,e)},e.prototype.prepend=function(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];return 1===t.length&&Array.isArray(t[0])?new(e.bind.apply(e,sa([void 0],t[0].concat(this)))):new(e.bind.apply(e,sa([void 0],t.concat(this))))},e}(Array);function Oa(t){return zn(t)?Pi(t,(function(){})):t}function Sa(){return function(t){return function(t){void 0===t&&(t={});var e=t.thunk,r=void 0===e||e;t.immutableCheck,t.serializableCheck;var o=new ba;r&&(!function(t){return"boolean"==typeof t}(r)?o.push(na.withExtraArgument(r.extraArgument)):o.push(na));return o}(t)}}function wa(t){var e,r=Sa(),o=t||{},n=o.reducer,i=void 0===n?void 0:n,a=o.middleware,s=void 0===a?r():a,c=o.devTools,l=void 0===c||c,u=o.preloadedState,f=void 0===u?void 0:u,h=o.enhancers,d=void 0===h?void 0:h;if("function"==typeof i)e=i;else{if(!function(t){if("object"!=typeof t||null===t)return!1;var e=Object.getPrototypeOf(t);if(null===e)return!0;for(var r=e;null!==Object.getPrototypeOf(r);)r=Object.getPrototypeOf(r);return e===r}(i))throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');e=Xi(i)}var p=s;"function"==typeof p&&(p=p(r));var y=ta.apply(void 0,p),g=Qi;l&&(g=ma(ya({trace:!1},"object"==typeof l&&l)));var m=new va(y),b=m;return Array.isArray(d)?b=sa([y],d):"function"==typeof d&&(b=d(m)),Ji(e,f,g.apply(void 0,b))}function Na(t,e){function r(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];if(e){var n=e.apply(void 0,r);if(!n)throw new Error("prepareAction did not return an object");return ya(ya({type:t,payload:n.payload},"meta"in n&&{meta:n.meta}),"error"in n&&{error:n.error})}return{type:t,payload:r[0]}}return r.toString=function(){return""+t},r.type=t,r.match=function(e){return e.type===t},r}function xa(t){var e,r={},o=[],n={addCase:function(t,e){var o="string"==typeof t?t:t.type;if(o in r)throw new Error("addCase cannot be called with two reducers for the same action type");return r[o]=e,n},addMatcher:function(t,e){return o.push({matcher:t,reducer:e}),n},addDefaultCase:function(t){return e=t,n}};return t(n),[r,o,e]}function Ca(t){var e=t.name;if(!e)throw new Error("`name` is a required option for createSlice");var r,o="function"==typeof t.initialState?t.initialState:Oa(t.initialState),n=t.reducers||{},i=Object.keys(n),a={},s={},c={};function l(){var e="function"==typeof t.extraReducers?xa(t.extraReducers):[t.extraReducers],r=e[0],n=void 0===r?{}:r,i=e[1],a=void 0===i?[]:i,c=e[2],l=void 0===c?void 0:c,u=ya(ya({},n),s);return function(t,e,r,o){void 0===r&&(r=[]);var n,i="function"==typeof e?xa(e):[e,r,o],a=i[0],s=i[1],c=i[2];if(function(t){return"function"==typeof t}(t))n=function(){return Oa(t())};else{var l=Oa(t);n=function(){return l}}function u(t,e){void 0===t&&(t=n());var r=sa([a[e.type]],s.filter((function(t){return(0,t.matcher)(e)})).map((function(t){return t.reducer})));return 0===r.filter((function(t){return!!t})).length&&(r=[c]),r.reduce((function(t,r){if(r){var o;if(Bn(t))return void 0===(o=r(t,e))?t:o;if(zn(t))return Pi(t,(function(t){return r(t,e)}));if(void 0===(o=r(t,e))){if(null===t)return t;throw Error("A case reducer on a non-draftable value must not return undefined")}return o}return t}),t)}return u.getInitialState=n,u}(o,(function(t){for(var e in u)t.addCase(e,u[e]);for(var r=0,o=a;r<o.length;r++){var n=o[r];t.addMatcher(n.matcher,n.reducer)}l&&t.addDefaultCase(l)}))}return i.forEach((function(t){var r,o,i=n[t],l=e+"/"+t;"reducer"in i?(r=i.reducer,o=i.prepare):r=i,a[t]=r,s[l]=r,c[t]=o?Na(l,o):Na(l)})),{name:e,reducer:function(t,e){return r||(r=l()),r(t,e)},actions:c,caseReducers:a,getInitialState:function(){return r||(r=l()),r.getInitialState()}}}var Ea=["name","message","stack","code"],Ra=function(t,e){this.payload=t,this.meta=e},Ma=function(t,e){this.payload=t,this.meta=e},La=function(t){if("object"==typeof t&&null!==t){for(var e={},r=0,o=Ea;r<o.length;r++){var n=o[r];"string"==typeof t[n]&&(e[n]=t[n])}return e}return{message:String(t)}};function ka(t){if(t.meta&&t.meta.rejectedWithValue)throw t.payload;if(t.error)throw t.error;return t.payload}!function(){function t(t,e,r){var o=Na(t+"/fulfilled",(function(t,e,r,o){return{payload:t,meta:ga(ya({},o||{}),{arg:r,requestId:e,requestStatus:"fulfilled"})}})),n=Na(t+"/pending",(function(t,e,r){return{payload:void 0,meta:ga(ya({},r||{}),{arg:e,requestId:t,requestStatus:"pending"})}})),i=Na(t+"/rejected",(function(t,e,o,n,i){return{payload:n,error:(r&&r.serializeError||La)(t||"Rejected"),meta:ga(ya({},i||{}),{arg:o,requestId:e,rejectedWithValue:!!n,requestStatus:"rejected",aborted:"AbortError"===(null==t?void 0:t.name),condition:"ConditionError"===(null==t?void 0:t.name)})}})),a="undefined"!=typeof AbortController?AbortController:function(){function t(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return t.prototype.abort=function(){},t}();return Object.assign((function(t){return function(s,c,l){var u,f=(null==r?void 0:r.idGenerator)?r.idGenerator(t):function(t){void 0===t&&(t=21);for(var e="",r=t;r--;)e+="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW"[64*Math.random()|0];return e}(),h=new a;function d(t){u=t,h.abort()}var p=function(){return a=this,p=null,y=function(){var a,p,y,g,m,b;return aa(this,(function(v){switch(v.label){case 0:return v.trys.push([0,4,,5]),g=null==(a=null==r?void 0:r.condition)?void 0:a.call(r,t,{getState:c,extra:l}),null===(O=g)||"object"!=typeof O||"function"!=typeof O.then?[3,2]:[4,g];case 1:g=v.sent(),v.label=2;case 2:if(!1===g||h.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return m=new Promise((function(t,e){return h.signal.addEventListener("abort",(function(){return e({name:"AbortError",message:u||"Aborted"})}))})),s(n(f,t,null==(p=null==r?void 0:r.getPendingMeta)?void 0:p.call(r,{requestId:f,arg:t},{getState:c,extra:l}))),[4,Promise.race([m,Promise.resolve(e(t,{dispatch:s,getState:c,extra:l,requestId:f,signal:h.signal,abort:d,rejectWithValue:function(t,e){return new Ra(t,e)},fulfillWithValue:function(t,e){return new Ma(t,e)}})).then((function(e){if(e instanceof Ra)throw e;return e instanceof Ma?o(e.payload,f,t,e.meta):o(e,f,t)}))])];case 3:return y=v.sent(),[3,5];case 4:return b=v.sent(),y=b instanceof Ra?i(null,f,t,b.payload,b.meta):i(b,f,t),[3,5];case 5:return r&&!r.dispatchConditionRejection&&i.match(y)&&y.meta.condition||s(y),[2,y]}var O}))},new Promise((function(t,e){var r=function(t){try{n(y.next(t))}catch(t){e(t)}},o=function(t){try{n(y.throw(t))}catch(t){e(t)}},n=function(e){return e.done?t(e.value):Promise.resolve(e.value).then(r,o)};n((y=y.apply(a,p)).next())}));var a,p,y}();return Object.assign(p,{abort:d,requestId:f,arg:t,unwrap:function(){return p.then(ka)}})}}),{pending:n,rejected:i,fulfilled:o,typePrefix:t})}t.withTypes=function(){return t}}();var Da="listenerMiddleware";Na(Da+"/add"),Na(Da+"/removeAll"),Na(Da+"/remove"),"function"==typeof queueMicrotask&&queueMicrotask.bind("undefined"!=typeof window?window:"undefined"!=typeof global?global:globalThis),function(){function t(t,e){var r=n[t];return r?r.enumerable=e:n[t]=r={configurable:!0,enumerable:e,get:function(){var e=this[Wi];return Ai.get(e,t)},set:function(e){var r=this[Wi];Ai.set(r,t,e)}},r}function e(t){for(var e=t.length-1;e>=0;e--){var n=t[e][Wi];if(!n.P)switch(n.i){case 5:o(n)&&vi(n);break;case 4:r(n)&&vi(n)}}}function r(t){for(var e=t.t,r=t.k,o=Ui(r),n=o.length-1;n>=0;n--){var i=o[n];if(i!==Wi){var a=e[i];if(void 0===a&&!Vn(e,i))return!0;var s=r[i],c=s&&s[Wi];if(c?c.t!==a:!Xn(s,a))return!0}}var l=!!e[Wi];return o.length!==Ui(e).length+(l?0:1)}function o(t){var e=t.k;if(e.length!==t.t.length)return!0;var r=Object.getOwnPropertyDescriptor(e,e.length-1);if(r&&!r.get)return!0;for(var o=0;o<e.length;o++)if(!e.hasOwnProperty(o))return!0;return!1}var n={};!function(t,e){_i[t]||(_i[t]=e)}("ES5",{J:function(e,r){var o=Array.isArray(e),n=function(e,r){if(e){for(var o=Array(r.length),n=0;n<r.length;n++)Object.defineProperty(o,""+n,t(n,!0));return o}var i=Yi(r);delete i[Wi];for(var a=Ui(i),s=0;s<a.length;s++){var c=a[s];i[c]=t(c,e||!!i[c].enumerable)}return Object.create(Object.getPrototypeOf(r),i)}(o,e),i={i:o?5:4,A:r?r.A:si(),P:!1,I:!1,R:{},l:r,t:e,k:n,o:null,g:!1,C:!1};return Object.defineProperty(n,Wi,{value:i,writable:!0}),n},S:function(t,r,n){n?Bn(r)&&r[Wi].A===t&&e(t.p):(t.u&&function t(e){if(e&&"object"==typeof e){var r=e[Wi];if(r){var n=r.t,i=r.k,a=r.R,s=r.i;if(4===s)Gn(i,(function(e){e!==Wi&&(void 0!==n[e]||Vn(n,e)?a[e]||t(i[e]):(a[e]=!0,vi(r)))})),Gn(n,(function(t){void 0!==i[t]||Vn(i,t)||(a[t]=!1,vi(r))}));else if(5===s){if(o(r)&&(vi(r),a.length=!0),i.length<n.length)for(var c=i.length;c<n.length;c++)a[c]=!1;else for(var l=n.length;l<i.length;l++)a[l]=!0;for(var u=Math.min(i.length,n.length),f=0;f<u;f++)i.hasOwnProperty(f)||(a[f]=!0),void 0===a[f]&&t(i[f])}}}}(t.p[0]),e(t.p))},K:function(t){return 4===t.i?r(t):o(t)}})}(),window.ftReduxStores||(window.ftReduxStores={});class Wa{static get(t){var e;const r="string"==typeof t?t:t.name,o="string"==typeof t?void 0:t,n=window.ftReduxStores[r];if(An(n))return n;if(null==o)return;const i=Ca({...o,reducers:null!==(e=o.reducers)&&void 0!==e?e:{}}),a=wa({reducer:(t,e)=>{var r;switch(e.type){case"CLEAR_FT_REDUX_STORE":return i.getInitialState();case"DEFAULT_STATE_FIELDS_VALUES_SETTER":return{...t,...null!==(r=e.overwrites)&&void 0!==r?r:{}};default:return i.reducer(t,e)}}});return window.ftReduxStores[o.name]=new Wa(i,a)}constructor(t,e){this.reduxSlice=t,this.reduxStore=e,this.isFtReduxStore=!0,this.eventBus=document.createElement("event-bus"),this.commands=new _n,this.actions=new Proxy(this.reduxSlice.actions,{get:(t,e,r)=>{const o=e,n=t[o];return n?(...t)=>{const e=n(...t);return this.reduxStore.dispatch(e),e}:t=>{this.setState({[o]:t})}}})}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(t){this.reduxStore.dispatch({type:"DEFAULT_STATE_FIELDS_VALUES_SETTER",overwrites:t})}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(t){throw new Error("Not implemented yet.")}subscribe(t){return this.reduxStore.subscribe(t)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}}var Ia=Object.freeze({__proto__:null,FtCommandQueue:_n,FtLitElementRedux:Zn,FtReduxStore:Wa,clearAllStores:function(){var t;for(let e of Object.values(null!==(t=window.ftReduxStores)&&void 0!==t?t:{}))An(e)&&e.clear()},isFtReduxStore:An,redux:t=>{const e=null!=t?t:{};return(t,r)=>{var o;const n={hasChanged:(t,e)=>!ar(t,e),attribute:!1,...e};Se(n)(t,r);const i=t.constructor;i.reduxProperties=new Map(i.reduxProperties),i.reduxProperties.set(r,{selector:null!==(o=e.selector)&&void 0!==o?o:t=>t[r],store:e.store})}},reduxEventListener:t=>(e,r)=>{const o=e.constructor;o.reduxEventListeners=new Map(o.reduxEventListeners),o.reduxEventListeners.set(r,t)},reduxReactive:()=>(t,e)=>{var r;const o=t.constructor;o.reduxReactiveProperties=new Set(o.reduxReactiveProperties),null===(r=o.reduxReactiveProperties)||void 0===r||r.add(e)}});var Ua=Object.freeze({__proto__:null,serializeRequest:function(t,e){var r;const o=new URLSearchParams({"content-lang":null!==(r=e.contentLocale)&&void 0!==r?r:"all",query:e.query});if(e.filters.length>0){const t=e.filters.map((t=>{const e=t.values.map((t=>t.replace(/_/g,"\\\\\\\\_").replace(/~/g,"\\\\~").replace(/\*/g,"\\*"))).map((t=>encodeURIComponent(function(t){return`"${t}"`}(t)))).join("_");return`${t.key}~${e}`})).join("*");o.append("filters",t)}return new URL(`${t.replace(/\/+$/,"")}/search?${o.toString()}`).href}});const Ya=Symbol("elementInternals");var _a,Aa,Fa,ja,Ha=Object.freeze({__proto__:null,toFtFormComponent:function(t,e){return class extends t{static get formAssociated(){return!0}get form(){return this[Ya].form}constructor(...t){super(t),this[Ya]=this.attachInternals(),this[Ya].role=e}setFormValue(t){this[Ya].setFormValue(t)}}}});const Pa=navigator.vendor&&!!navigator.vendor.match(/apple/i)||"[object SafariRemoteNotification]"===(null!==(Fa=null===(Aa=null===(_a=window.safari)||void 0===_a?void 0:_a.pushNotification)||void 0===Aa?void 0:Aa.toString())&&void 0!==Fa?Fa:""),$a="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;
178
+ //! moment.js
179
+ //! version : 2.29.4
180
+ //! authors : Tim Wood, Iskren Chernev, Moment.js contributors
181
+ //! license : MIT
182
+ //! momentjs.com
183
+ var Ka,Za;function Ta(){return Ka.apply(null,arguments)}function Ba(t){return t instanceof Array||"[object Array]"===Object.prototype.toString.call(t)}function za(t){return null!=t&&"[object Object]"===Object.prototype.toString.call(t)}function Ga(t,e){return Object.prototype.hasOwnProperty.call(t,e)}function qa(t){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(t).length;var e;for(e in t)if(Ga(t,e))return!1;return!0}function Va(t){return void 0===t}function Ja(t){return"number"==typeof t||"[object Number]"===Object.prototype.toString.call(t)}function Xa(t){return t instanceof Date||"[object Date]"===Object.prototype.toString.call(t)}function Qa(t,e){var r,o=[],n=t.length;for(r=0;r<n;++r)o.push(e(t[r],r));return o}function ts(t,e){for(var r in e)Ga(e,r)&&(t[r]=e[r]);return Ga(e,"toString")&&(t.toString=e.toString),Ga(e,"valueOf")&&(t.valueOf=e.valueOf),t}function es(t,e,r,o){return Sl(t,e,r,o,!0).utc()}function rs(t){return null==t._pf&&(t._pf={empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidEra:null,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],era:null,meridiem:null,rfc2822:!1,weekdayMismatch:!1}),t._pf}function os(t){if(null==t._isValid){var e=rs(t),r=Za.call(e.parsedDateParts,(function(t){return null!=t})),o=!isNaN(t._d.getTime())&&e.overflow<0&&!e.empty&&!e.invalidEra&&!e.invalidMonth&&!e.invalidWeekday&&!e.weekdayMismatch&&!e.nullInput&&!e.invalidFormat&&!e.userInvalidated&&(!e.meridiem||e.meridiem&&r);if(t._strict&&(o=o&&0===e.charsLeftOver&&0===e.unusedTokens.length&&void 0===e.bigHour),null!=Object.isFrozen&&Object.isFrozen(t))return o;t._isValid=o}return t._isValid}function ns(t){var e=es(NaN);return null!=t?ts(rs(e),t):rs(e).userInvalidated=!0,e}window.ftGlobals=null!==(ja=window.ftGlobals)&&void 0!==ja?ja:{lit:be,litDecorators:Ce,litRepeat:Fe,litClassMap:He,litStyleMap:Ze,litUnsafeHTML:ze,wcUtils:{...Xe,...Je,...tr,...rr,...fr,...oo,...so,...fn,...eo,...wn,...Nn,...sr,...Ln,...In,...Un,...Yn,...Ia,...gn,...Ua,...Ha,isSafari:Pa,isTouchScreen:$a}},Za=Array.prototype.some?Array.prototype.some:function(t){var e,r=Object(this),o=r.length>>>0;for(e=0;e<o;e++)if(e in r&&t.call(this,r[e],e,r))return!0;return!1};var is=Ta.momentProperties=[],as=!1;function ss(t,e){var r,o,n,i=is.length;if(Va(e._isAMomentObject)||(t._isAMomentObject=e._isAMomentObject),Va(e._i)||(t._i=e._i),Va(e._f)||(t._f=e._f),Va(e._l)||(t._l=e._l),Va(e._strict)||(t._strict=e._strict),Va(e._tzm)||(t._tzm=e._tzm),Va(e._isUTC)||(t._isUTC=e._isUTC),Va(e._offset)||(t._offset=e._offset),Va(e._pf)||(t._pf=rs(e)),Va(e._locale)||(t._locale=e._locale),i>0)for(r=0;r<i;r++)Va(n=e[o=is[r]])||(t[o]=n);return t}function cs(t){ss(this,t),this._d=new Date(null!=t._d?t._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===as&&(as=!0,Ta.updateOffset(this),as=!1)}function ls(t){return t instanceof cs||null!=t&&null!=t._isAMomentObject}function us(t){!1===Ta.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+t)}function fs(t,e){var r=!0;return ts((function(){if(null!=Ta.deprecationHandler&&Ta.deprecationHandler(null,t),r){var o,n,i,a=[],s=arguments.length;for(n=0;n<s;n++){if(o="","object"==typeof arguments[n]){for(i in o+="\n["+n+"] ",arguments[0])Ga(arguments[0],i)&&(o+=i+": "+arguments[0][i]+", ");o=o.slice(0,-2)}else o=arguments[n];a.push(o)}us(t+"\nArguments: "+Array.prototype.slice.call(a).join("")+"\n"+(new Error).stack),r=!1}return e.apply(this,arguments)}),e)}var hs,ds={};function ps(t,e){null!=Ta.deprecationHandler&&Ta.deprecationHandler(t,e),ds[t]||(us(e),ds[t]=!0)}function ys(t){return"undefined"!=typeof Function&&t instanceof Function||"[object Function]"===Object.prototype.toString.call(t)}function gs(t,e){var r,o=ts({},t);for(r in e)Ga(e,r)&&(za(t[r])&&za(e[r])?(o[r]={},ts(o[r],t[r]),ts(o[r],e[r])):null!=e[r]?o[r]=e[r]:delete o[r]);for(r in t)Ga(t,r)&&!Ga(e,r)&&za(t[r])&&(o[r]=ts({},o[r]));return o}function ms(t){null!=t&&this.set(t)}Ta.suppressDeprecationWarnings=!1,Ta.deprecationHandler=null,hs=Object.keys?Object.keys:function(t){var e,r=[];for(e in t)Ga(t,e)&&r.push(e);return r};function bs(t,e,r){var o=""+Math.abs(t),n=e-o.length;return(t>=0?r?"+":"":"-")+Math.pow(10,Math.max(0,n)).toString().substr(1)+o}var vs=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,Os=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,Ss={},ws={};function Ns(t,e,r,o){var n=o;"string"==typeof o&&(n=function(){return this[o]()}),t&&(ws[t]=n),e&&(ws[e[0]]=function(){return bs(n.apply(this,arguments),e[1],e[2])}),r&&(ws[r]=function(){return this.localeData().ordinal(n.apply(this,arguments),t)})}function xs(t,e){return t.isValid()?(e=Cs(e,t.localeData()),Ss[e]=Ss[e]||function(t){var e,r,o,n=t.match(vs);for(e=0,r=n.length;e<r;e++)ws[n[e]]?n[e]=ws[n[e]]:n[e]=(o=n[e]).match(/\[[\s\S]/)?o.replace(/^\[|\]$/g,""):o.replace(/\\/g,"");return function(e){var o,i="";for(o=0;o<r;o++)i+=ys(n[o])?n[o].call(e,t):n[o];return i}}(e),Ss[e](t)):t.localeData().invalidDate()}function Cs(t,e){var r=5;function o(t){return e.longDateFormat(t)||t}for(Os.lastIndex=0;r>=0&&Os.test(t);)t=t.replace(Os,o),Os.lastIndex=0,r-=1;return t}var Es={};function Rs(t,e){var r=t.toLowerCase();Es[r]=Es[r+"s"]=Es[e]=t}function Ms(t){return"string"==typeof t?Es[t]||Es[t.toLowerCase()]:void 0}function Ls(t){var e,r,o={};for(r in t)Ga(t,r)&&(e=Ms(r))&&(o[e]=t[r]);return o}var ks={};function Ds(t,e){ks[t]=e}function Ws(t){return t%4==0&&t%100!=0||t%400==0}function Is(t){return t<0?Math.ceil(t)||0:Math.floor(t)}function Us(t){var e=+t,r=0;return 0!==e&&isFinite(e)&&(r=Is(e)),r}function Ys(t,e){return function(r){return null!=r?(As(this,t,r),Ta.updateOffset(this,e),this):_s(this,t)}}function _s(t,e){return t.isValid()?t._d["get"+(t._isUTC?"UTC":"")+e]():NaN}function As(t,e,r){t.isValid()&&!isNaN(r)&&("FullYear"===e&&Ws(t.year())&&1===t.month()&&29===t.date()?(r=Us(r),t._d["set"+(t._isUTC?"UTC":"")+e](r,t.month(),bc(r,t.month()))):t._d["set"+(t._isUTC?"UTC":"")+e](r))}var Fs,js=/\d/,Hs=/\d\d/,Ps=/\d{3}/,$s=/\d{4}/,Ks=/[+-]?\d{6}/,Zs=/\d\d?/,Ts=/\d\d\d\d?/,Bs=/\d\d\d\d\d\d?/,zs=/\d{1,3}/,Gs=/\d{1,4}/,qs=/[+-]?\d{1,6}/,Vs=/\d+/,Js=/[+-]?\d+/,Xs=/Z|[+-]\d\d:?\d\d/gi,Qs=/Z|[+-]\d\d(?::?\d\d)?/gi,tc=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i;function ec(t,e,r){Fs[t]=ys(e)?e:function(t,o){return t&&r?r:e}}function rc(t,e){return Ga(Fs,t)?Fs[t](e._strict,e._locale):new RegExp(function(t){return oc(t.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(t,e,r,o,n){return e||r||o||n})))}(t))}function oc(t){return t.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}Fs={};var nc={};function ic(t,e){var r,o,n=e;for("string"==typeof t&&(t=[t]),Ja(e)&&(n=function(t,r){r[e]=Us(t)}),o=t.length,r=0;r<o;r++)nc[t[r]]=n}function ac(t,e){ic(t,(function(t,r,o,n){o._w=o._w||{},e(t,o._w,o,n)}))}function sc(t,e,r){null!=e&&Ga(nc,t)&&nc[t](e,r._a,r,t)}var cc,lc=0,uc=1,fc=2,hc=3,dc=4,pc=5,yc=6,gc=7,mc=8;function bc(t,e){if(isNaN(t)||isNaN(e))return NaN;var r=function(t,e){return(t%e+e)%e}(e,12);return t+=(e-r)/12,1===r?Ws(t)?29:28:31-r%7%2}cc=Array.prototype.indexOf?Array.prototype.indexOf:function(t){var e;for(e=0;e<this.length;++e)if(this[e]===t)return e;return-1},Ns("M",["MM",2],"Mo",(function(){return this.month()+1})),Ns("MMM",0,0,(function(t){return this.localeData().monthsShort(this,t)})),Ns("MMMM",0,0,(function(t){return this.localeData().months(this,t)})),Rs("month","M"),Ds("month",8),ec("M",Zs),ec("MM",Zs,Hs),ec("MMM",(function(t,e){return e.monthsShortRegex(t)})),ec("MMMM",(function(t,e){return e.monthsRegex(t)})),ic(["M","MM"],(function(t,e){e[uc]=Us(t)-1})),ic(["MMM","MMMM"],(function(t,e,r,o){var n=r._locale.monthsParse(t,o,r._strict);null!=n?e[uc]=n:rs(r).invalidMonth=t}));var vc="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),Oc="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),Sc=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,wc=tc,Nc=tc;function xc(t,e,r){var o,n,i,a=t.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],o=0;o<12;++o)i=es([2e3,o]),this._shortMonthsParse[o]=this.monthsShort(i,"").toLocaleLowerCase(),this._longMonthsParse[o]=this.months(i,"").toLocaleLowerCase();return r?"MMM"===e?-1!==(n=cc.call(this._shortMonthsParse,a))?n:null:-1!==(n=cc.call(this._longMonthsParse,a))?n:null:"MMM"===e?-1!==(n=cc.call(this._shortMonthsParse,a))||-1!==(n=cc.call(this._longMonthsParse,a))?n:null:-1!==(n=cc.call(this._longMonthsParse,a))||-1!==(n=cc.call(this._shortMonthsParse,a))?n:null}function Cc(t,e){var r;if(!t.isValid())return t;if("string"==typeof e)if(/^\d+$/.test(e))e=Us(e);else if(!Ja(e=t.localeData().monthsParse(e)))return t;return r=Math.min(t.date(),bc(t.year(),e)),t._d["set"+(t._isUTC?"UTC":"")+"Month"](e,r),t}function Ec(t){return null!=t?(Cc(this,t),Ta.updateOffset(this,!0),this):_s(this,"Month")}function Rc(){function t(t,e){return e.length-t.length}var e,r,o=[],n=[],i=[];for(e=0;e<12;e++)r=es([2e3,e]),o.push(this.monthsShort(r,"")),n.push(this.months(r,"")),i.push(this.months(r,"")),i.push(this.monthsShort(r,""));for(o.sort(t),n.sort(t),i.sort(t),e=0;e<12;e++)o[e]=oc(o[e]),n[e]=oc(n[e]);for(e=0;e<24;e++)i[e]=oc(i[e]);this._monthsRegex=new RegExp("^("+i.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+n.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+o.join("|")+")","i")}function Mc(t){return Ws(t)?366:365}Ns("Y",0,0,(function(){var t=this.year();return t<=9999?bs(t,4):"+"+t})),Ns(0,["YY",2],0,(function(){return this.year()%100})),Ns(0,["YYYY",4],0,"year"),Ns(0,["YYYYY",5],0,"year"),Ns(0,["YYYYYY",6,!0],0,"year"),Rs("year","y"),Ds("year",1),ec("Y",Js),ec("YY",Zs,Hs),ec("YYYY",Gs,$s),ec("YYYYY",qs,Ks),ec("YYYYYY",qs,Ks),ic(["YYYYY","YYYYYY"],lc),ic("YYYY",(function(t,e){e[lc]=2===t.length?Ta.parseTwoDigitYear(t):Us(t)})),ic("YY",(function(t,e){e[lc]=Ta.parseTwoDigitYear(t)})),ic("Y",(function(t,e){e[lc]=parseInt(t,10)})),Ta.parseTwoDigitYear=function(t){return Us(t)+(Us(t)>68?1900:2e3)};var Lc=Ys("FullYear",!0);function kc(t,e,r,o,n,i,a){var s;return t<100&&t>=0?(s=new Date(t+400,e,r,o,n,i,a),isFinite(s.getFullYear())&&s.setFullYear(t)):s=new Date(t,e,r,o,n,i,a),s}function Dc(t){var e,r;return t<100&&t>=0?((r=Array.prototype.slice.call(arguments))[0]=t+400,e=new Date(Date.UTC.apply(null,r)),isFinite(e.getUTCFullYear())&&e.setUTCFullYear(t)):e=new Date(Date.UTC.apply(null,arguments)),e}function Wc(t,e,r){var o=7+e-r;return-((7+Dc(t,0,o).getUTCDay()-e)%7)+o-1}function Ic(t,e,r,o,n){var i,a,s=1+7*(e-1)+(7+r-o)%7+Wc(t,o,n);return s<=0?a=Mc(i=t-1)+s:s>Mc(t)?(i=t+1,a=s-Mc(t)):(i=t,a=s),{year:i,dayOfYear:a}}function Uc(t,e,r){var o,n,i=Wc(t.year(),e,r),a=Math.floor((t.dayOfYear()-i-1)/7)+1;return a<1?o=a+Yc(n=t.year()-1,e,r):a>Yc(t.year(),e,r)?(o=a-Yc(t.year(),e,r),n=t.year()+1):(n=t.year(),o=a),{week:o,year:n}}function Yc(t,e,r){var o=Wc(t,e,r),n=Wc(t+1,e,r);return(Mc(t)-o+n)/7}Ns("w",["ww",2],"wo","week"),Ns("W",["WW",2],"Wo","isoWeek"),Rs("week","w"),Rs("isoWeek","W"),Ds("week",5),Ds("isoWeek",5),ec("w",Zs),ec("ww",Zs,Hs),ec("W",Zs),ec("WW",Zs,Hs),ac(["w","ww","W","WW"],(function(t,e,r,o){e[o.substr(0,1)]=Us(t)}));function _c(t,e){return t.slice(e,7).concat(t.slice(0,e))}Ns("d",0,"do","day"),Ns("dd",0,0,(function(t){return this.localeData().weekdaysMin(this,t)})),Ns("ddd",0,0,(function(t){return this.localeData().weekdaysShort(this,t)})),Ns("dddd",0,0,(function(t){return this.localeData().weekdays(this,t)})),Ns("e",0,0,"weekday"),Ns("E",0,0,"isoWeekday"),Rs("day","d"),Rs("weekday","e"),Rs("isoWeekday","E"),Ds("day",11),Ds("weekday",11),Ds("isoWeekday",11),ec("d",Zs),ec("e",Zs),ec("E",Zs),ec("dd",(function(t,e){return e.weekdaysMinRegex(t)})),ec("ddd",(function(t,e){return e.weekdaysShortRegex(t)})),ec("dddd",(function(t,e){return e.weekdaysRegex(t)})),ac(["dd","ddd","dddd"],(function(t,e,r,o){var n=r._locale.weekdaysParse(t,o,r._strict);null!=n?e.d=n:rs(r).invalidWeekday=t})),ac(["d","e","E"],(function(t,e,r,o){e[o]=Us(t)}));var Ac="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Fc="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),jc="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Hc=tc,Pc=tc,$c=tc;function Kc(t,e,r){var o,n,i,a=t.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],o=0;o<7;++o)i=es([2e3,1]).day(o),this._minWeekdaysParse[o]=this.weekdaysMin(i,"").toLocaleLowerCase(),this._shortWeekdaysParse[o]=this.weekdaysShort(i,"").toLocaleLowerCase(),this._weekdaysParse[o]=this.weekdays(i,"").toLocaleLowerCase();return r?"dddd"===e?-1!==(n=cc.call(this._weekdaysParse,a))?n:null:"ddd"===e?-1!==(n=cc.call(this._shortWeekdaysParse,a))?n:null:-1!==(n=cc.call(this._minWeekdaysParse,a))?n:null:"dddd"===e?-1!==(n=cc.call(this._weekdaysParse,a))||-1!==(n=cc.call(this._shortWeekdaysParse,a))||-1!==(n=cc.call(this._minWeekdaysParse,a))?n:null:"ddd"===e?-1!==(n=cc.call(this._shortWeekdaysParse,a))||-1!==(n=cc.call(this._weekdaysParse,a))||-1!==(n=cc.call(this._minWeekdaysParse,a))?n:null:-1!==(n=cc.call(this._minWeekdaysParse,a))||-1!==(n=cc.call(this._weekdaysParse,a))||-1!==(n=cc.call(this._shortWeekdaysParse,a))?n:null}function Zc(){function t(t,e){return e.length-t.length}var e,r,o,n,i,a=[],s=[],c=[],l=[];for(e=0;e<7;e++)r=es([2e3,1]).day(e),o=oc(this.weekdaysMin(r,"")),n=oc(this.weekdaysShort(r,"")),i=oc(this.weekdays(r,"")),a.push(o),s.push(n),c.push(i),l.push(o),l.push(n),l.push(i);a.sort(t),s.sort(t),c.sort(t),l.sort(t),this._weekdaysRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+c.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+a.join("|")+")","i")}function Tc(){return this.hours()%12||12}function Bc(t,e){Ns(t,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),e)}))}function zc(t,e){return e._meridiemParse}Ns("H",["HH",2],0,"hour"),Ns("h",["hh",2],0,Tc),Ns("k",["kk",2],0,(function(){return this.hours()||24})),Ns("hmm",0,0,(function(){return""+Tc.apply(this)+bs(this.minutes(),2)})),Ns("hmmss",0,0,(function(){return""+Tc.apply(this)+bs(this.minutes(),2)+bs(this.seconds(),2)})),Ns("Hmm",0,0,(function(){return""+this.hours()+bs(this.minutes(),2)})),Ns("Hmmss",0,0,(function(){return""+this.hours()+bs(this.minutes(),2)+bs(this.seconds(),2)})),Bc("a",!0),Bc("A",!1),Rs("hour","h"),Ds("hour",13),ec("a",zc),ec("A",zc),ec("H",Zs),ec("h",Zs),ec("k",Zs),ec("HH",Zs,Hs),ec("hh",Zs,Hs),ec("kk",Zs,Hs),ec("hmm",Ts),ec("hmmss",Bs),ec("Hmm",Ts),ec("Hmmss",Bs),ic(["H","HH"],hc),ic(["k","kk"],(function(t,e,r){var o=Us(t);e[hc]=24===o?0:o})),ic(["a","A"],(function(t,e,r){r._isPm=r._locale.isPM(t),r._meridiem=t})),ic(["h","hh"],(function(t,e,r){e[hc]=Us(t),rs(r).bigHour=!0})),ic("hmm",(function(t,e,r){var o=t.length-2;e[hc]=Us(t.substr(0,o)),e[dc]=Us(t.substr(o)),rs(r).bigHour=!0})),ic("hmmss",(function(t,e,r){var o=t.length-4,n=t.length-2;e[hc]=Us(t.substr(0,o)),e[dc]=Us(t.substr(o,2)),e[pc]=Us(t.substr(n)),rs(r).bigHour=!0})),ic("Hmm",(function(t,e,r){var o=t.length-2;e[hc]=Us(t.substr(0,o)),e[dc]=Us(t.substr(o))})),ic("Hmmss",(function(t,e,r){var o=t.length-4,n=t.length-2;e[hc]=Us(t.substr(0,o)),e[dc]=Us(t.substr(o,2)),e[pc]=Us(t.substr(n))}));var Gc=Ys("Hours",!0);var qc,Vc={calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},longDateFormat:{LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},invalidDate:"Invalid date",ordinal:"%d",dayOfMonthOrdinalParse:/\d{1,2}/,relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},months:vc,monthsShort:Oc,week:{dow:0,doy:6},weekdays:Ac,weekdaysMin:jc,weekdaysShort:Fc,meridiemParse:/[ap]\.?m?\.?/i},Jc={},Xc={};function Qc(t,e){var r,o=Math.min(t.length,e.length);for(r=0;r<o;r+=1)if(t[r]!==e[r])return r;return o}function tl(t){return t?t.toLowerCase().replace("_","-"):t}function el(t){var e=null;if(void 0===Jc[t]&&"undefined"!=typeof module&&module&&module.exports&&function(t){return null!=t.match("^[^/\\\\]*$")}(t))try{e=qc._abbr,require("./locale/"+t),rl(e)}catch(e){Jc[t]=null}return Jc[t]}function rl(t,e){var r;return t&&((r=Va(e)?nl(t):ol(t,e))?qc=r:"undefined"!=typeof console&&console.warn&&console.warn("Locale "+t+" not found. Did you forget to load it?")),qc._abbr}function ol(t,e){if(null!==e){var r,o=Vc;if(e.abbr=t,null!=Jc[t])ps("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),o=Jc[t]._config;else if(null!=e.parentLocale)if(null!=Jc[e.parentLocale])o=Jc[e.parentLocale]._config;else{if(null==(r=el(e.parentLocale)))return Xc[e.parentLocale]||(Xc[e.parentLocale]=[]),Xc[e.parentLocale].push({name:t,config:e}),null;o=r._config}return Jc[t]=new ms(gs(o,e)),Xc[t]&&Xc[t].forEach((function(t){ol(t.name,t.config)})),rl(t),Jc[t]}return delete Jc[t],null}function nl(t){var e;if(t&&t._locale&&t._locale._abbr&&(t=t._locale._abbr),!t)return qc;if(!Ba(t)){if(e=el(t))return e;t=[t]}return function(t){for(var e,r,o,n,i=0;i<t.length;){for(e=(n=tl(t[i]).split("-")).length,r=(r=tl(t[i+1]))?r.split("-"):null;e>0;){if(o=el(n.slice(0,e).join("-")))return o;if(r&&r.length>=e&&Qc(n,r)>=e-1)break;e--}i++}return qc}(t)}function il(t){var e,r=t._a;return r&&-2===rs(t).overflow&&(e=r[uc]<0||r[uc]>11?uc:r[fc]<1||r[fc]>bc(r[lc],r[uc])?fc:r[hc]<0||r[hc]>24||24===r[hc]&&(0!==r[dc]||0!==r[pc]||0!==r[yc])?hc:r[dc]<0||r[dc]>59?dc:r[pc]<0||r[pc]>59?pc:r[yc]<0||r[yc]>999?yc:-1,rs(t)._overflowDayOfYear&&(e<lc||e>fc)&&(e=fc),rs(t)._overflowWeeks&&-1===e&&(e=gc),rs(t)._overflowWeekday&&-1===e&&(e=mc),rs(t).overflow=e),t}var al=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,sl=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,cl=/Z|[+-]\d\d(?::?\d\d)?/,ll=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],ul=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],fl=/^\/?Date\((-?\d+)/i,hl=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,dl={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function pl(t){var e,r,o,n,i,a,s=t._i,c=al.exec(s)||sl.exec(s),l=ll.length,u=ul.length;if(c){for(rs(t).iso=!0,e=0,r=l;e<r;e++)if(ll[e][1].exec(c[1])){n=ll[e][0],o=!1!==ll[e][2];break}if(null==n)return void(t._isValid=!1);if(c[3]){for(e=0,r=u;e<r;e++)if(ul[e][1].exec(c[3])){i=(c[2]||" ")+ul[e][0];break}if(null==i)return void(t._isValid=!1)}if(!o&&null!=i)return void(t._isValid=!1);if(c[4]){if(!cl.exec(c[4]))return void(t._isValid=!1);a="Z"}t._f=n+(i||"")+(a||""),vl(t)}else t._isValid=!1}function yl(t){var e=parseInt(t,10);return e<=49?2e3+e:e<=999?1900+e:e}function gl(t){var e,r,o,n,i,a,s,c,l=hl.exec(function(t){return t.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}(t._i));if(l){if(r=l[4],o=l[3],n=l[2],i=l[5],a=l[6],s=l[7],c=[yl(r),Oc.indexOf(o),parseInt(n,10),parseInt(i,10),parseInt(a,10)],s&&c.push(parseInt(s,10)),e=c,!function(t,e,r){return!t||Fc.indexOf(t)===new Date(e[0],e[1],e[2]).getDay()||(rs(r).weekdayMismatch=!0,r._isValid=!1,!1)}(l[1],e,t))return;t._a=e,t._tzm=function(t,e,r){if(t)return dl[t];if(e)return 0;var o=parseInt(r,10),n=o%100;return(o-n)/100*60+n}(l[8],l[9],l[10]),t._d=Dc.apply(null,t._a),t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),rs(t).rfc2822=!0}else t._isValid=!1}function ml(t,e,r){return null!=t?t:null!=e?e:r}function bl(t){var e,r,o,n,i,a=[];if(!t._d){for(o=function(t){var e=new Date(Ta.now());return t._useUTC?[e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()]:[e.getFullYear(),e.getMonth(),e.getDate()]}(t),t._w&&null==t._a[fc]&&null==t._a[uc]&&function(t){var e,r,o,n,i,a,s,c,l;e=t._w,null!=e.GG||null!=e.W||null!=e.E?(i=1,a=4,r=ml(e.GG,t._a[lc],Uc(wl(),1,4).year),o=ml(e.W,1),((n=ml(e.E,1))<1||n>7)&&(c=!0)):(i=t._locale._week.dow,a=t._locale._week.doy,l=Uc(wl(),i,a),r=ml(e.gg,t._a[lc],l.year),o=ml(e.w,l.week),null!=e.d?((n=e.d)<0||n>6)&&(c=!0):null!=e.e?(n=e.e+i,(e.e<0||e.e>6)&&(c=!0)):n=i);o<1||o>Yc(r,i,a)?rs(t)._overflowWeeks=!0:null!=c?rs(t)._overflowWeekday=!0:(s=Ic(r,o,n,i,a),t._a[lc]=s.year,t._dayOfYear=s.dayOfYear)}(t),null!=t._dayOfYear&&(i=ml(t._a[lc],o[lc]),(t._dayOfYear>Mc(i)||0===t._dayOfYear)&&(rs(t)._overflowDayOfYear=!0),r=Dc(i,0,t._dayOfYear),t._a[uc]=r.getUTCMonth(),t._a[fc]=r.getUTCDate()),e=0;e<3&&null==t._a[e];++e)t._a[e]=a[e]=o[e];for(;e<7;e++)t._a[e]=a[e]=null==t._a[e]?2===e?1:0:t._a[e];24===t._a[hc]&&0===t._a[dc]&&0===t._a[pc]&&0===t._a[yc]&&(t._nextDay=!0,t._a[hc]=0),t._d=(t._useUTC?Dc:kc).apply(null,a),n=t._useUTC?t._d.getUTCDay():t._d.getDay(),null!=t._tzm&&t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),t._nextDay&&(t._a[hc]=24),t._w&&void 0!==t._w.d&&t._w.d!==n&&(rs(t).weekdayMismatch=!0)}}function vl(t){if(t._f!==Ta.ISO_8601)if(t._f!==Ta.RFC_2822){t._a=[],rs(t).empty=!0;var e,r,o,n,i,a,s,c=""+t._i,l=c.length,u=0;for(s=(o=Cs(t._f,t._locale).match(vs)||[]).length,e=0;e<s;e++)n=o[e],(r=(c.match(rc(n,t))||[])[0])&&((i=c.substr(0,c.indexOf(r))).length>0&&rs(t).unusedInput.push(i),c=c.slice(c.indexOf(r)+r.length),u+=r.length),ws[n]?(r?rs(t).empty=!1:rs(t).unusedTokens.push(n),sc(n,r,t)):t._strict&&!r&&rs(t).unusedTokens.push(n);rs(t).charsLeftOver=l-u,c.length>0&&rs(t).unusedInput.push(c),t._a[hc]<=12&&!0===rs(t).bigHour&&t._a[hc]>0&&(rs(t).bigHour=void 0),rs(t).parsedDateParts=t._a.slice(0),rs(t).meridiem=t._meridiem,t._a[hc]=function(t,e,r){var o;if(null==r)return e;return null!=t.meridiemHour?t.meridiemHour(e,r):null!=t.isPM?((o=t.isPM(r))&&e<12&&(e+=12),o||12!==e||(e=0),e):e}(t._locale,t._a[hc],t._meridiem),null!==(a=rs(t).era)&&(t._a[lc]=t._locale.erasConvertYear(a,t._a[lc])),bl(t),il(t)}else gl(t);else pl(t)}function Ol(t){var e=t._i,r=t._f;return t._locale=t._locale||nl(t._l),null===e||void 0===r&&""===e?ns({nullInput:!0}):("string"==typeof e&&(t._i=e=t._locale.preparse(e)),ls(e)?new cs(il(e)):(Xa(e)?t._d=e:Ba(r)?function(t){var e,r,o,n,i,a,s=!1,c=t._f.length;if(0===c)return rs(t).invalidFormat=!0,void(t._d=new Date(NaN));for(n=0;n<c;n++)i=0,a=!1,e=ss({},t),null!=t._useUTC&&(e._useUTC=t._useUTC),e._f=t._f[n],vl(e),os(e)&&(a=!0),i+=rs(e).charsLeftOver,i+=10*rs(e).unusedTokens.length,rs(e).score=i,s?i<o&&(o=i,r=e):(null==o||i<o||a)&&(o=i,r=e,a&&(s=!0));ts(t,r||e)}(t):r?vl(t):function(t){var e=t._i;Va(e)?t._d=new Date(Ta.now()):Xa(e)?t._d=new Date(e.valueOf()):"string"==typeof e?function(t){var e=fl.exec(t._i);null===e?(pl(t),!1===t._isValid&&(delete t._isValid,gl(t),!1===t._isValid&&(delete t._isValid,t._strict?t._isValid=!1:Ta.createFromInputFallback(t)))):t._d=new Date(+e[1])}(t):Ba(e)?(t._a=Qa(e.slice(0),(function(t){return parseInt(t,10)})),bl(t)):za(e)?function(t){if(!t._d){var e=Ls(t._i),r=void 0===e.day?e.date:e.day;t._a=Qa([e.year,e.month,r,e.hour,e.minute,e.second,e.millisecond],(function(t){return t&&parseInt(t,10)})),bl(t)}}(t):Ja(e)?t._d=new Date(e):Ta.createFromInputFallback(t)}(t),os(t)||(t._d=null),t))}function Sl(t,e,r,o,n){var i,a={};return!0!==e&&!1!==e||(o=e,e=void 0),!0!==r&&!1!==r||(o=r,r=void 0),(za(t)&&qa(t)||Ba(t)&&0===t.length)&&(t=void 0),a._isAMomentObject=!0,a._useUTC=a._isUTC=n,a._l=r,a._i=t,a._f=e,a._strict=o,(i=new cs(il(Ol(a))))._nextDay&&(i.add(1,"d"),i._nextDay=void 0),i}function wl(t,e,r,o){return Sl(t,e,r,o,!1)}Ta.createFromInputFallback=fs("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",(function(t){t._d=new Date(t._i+(t._useUTC?" UTC":""))})),Ta.ISO_8601=function(){},Ta.RFC_2822=function(){};var Nl=fs("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var t=wl.apply(null,arguments);return this.isValid()&&t.isValid()?t<this?this:t:ns()})),xl=fs("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var t=wl.apply(null,arguments);return this.isValid()&&t.isValid()?t>this?this:t:ns()}));function Cl(t,e){var r,o;if(1===e.length&&Ba(e[0])&&(e=e[0]),!e.length)return wl();for(r=e[0],o=1;o<e.length;++o)e[o].isValid()&&!e[o][t](r)||(r=e[o]);return r}var El=["year","quarter","month","week","day","hour","minute","second","millisecond"];function Rl(t){var e=Ls(t),r=e.year||0,o=e.quarter||0,n=e.month||0,i=e.week||e.isoWeek||0,a=e.day||0,s=e.hour||0,c=e.minute||0,l=e.second||0,u=e.millisecond||0;this._isValid=function(t){var e,r,o=!1,n=El.length;for(e in t)if(Ga(t,e)&&(-1===cc.call(El,e)||null!=t[e]&&isNaN(t[e])))return!1;for(r=0;r<n;++r)if(t[El[r]]){if(o)return!1;parseFloat(t[El[r]])!==Us(t[El[r]])&&(o=!0)}return!0}(e),this._milliseconds=+u+1e3*l+6e4*c+1e3*s*60*60,this._days=+a+7*i,this._months=+n+3*o+12*r,this._data={},this._locale=nl(),this._bubble()}function Ml(t){return t instanceof Rl}function Ll(t){return t<0?-1*Math.round(-1*t):Math.round(t)}function kl(t,e){Ns(t,0,0,(function(){var t=this.utcOffset(),r="+";return t<0&&(t=-t,r="-"),r+bs(~~(t/60),2)+e+bs(~~t%60,2)}))}kl("Z",":"),kl("ZZ",""),ec("Z",Qs),ec("ZZ",Qs),ic(["Z","ZZ"],(function(t,e,r){r._useUTC=!0,r._tzm=Wl(Qs,t)}));var Dl=/([\+\-]|\d\d)/gi;function Wl(t,e){var r,o,n=(e||"").match(t);return null===n?null:0===(o=60*(r=((n[n.length-1]||[])+"").match(Dl)||["-",0,0])[1]+Us(r[2]))?0:"+"===r[0]?o:-o}function Il(t,e){var r,o;return e._isUTC?(r=e.clone(),o=(ls(t)||Xa(t)?t.valueOf():wl(t).valueOf())-r.valueOf(),r._d.setTime(r._d.valueOf()+o),Ta.updateOffset(r,!1),r):wl(t).local()}function Ul(t){return-Math.round(t._d.getTimezoneOffset())}function Yl(){return!!this.isValid()&&(this._isUTC&&0===this._offset)}Ta.updateOffset=function(){};var _l=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,Al=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Fl(t,e){var r,o,n,i=t,a=null;return Ml(t)?i={ms:t._milliseconds,d:t._days,M:t._months}:Ja(t)||!isNaN(+t)?(i={},e?i[e]=+t:i.milliseconds=+t):(a=_l.exec(t))?(r="-"===a[1]?-1:1,i={y:0,d:Us(a[fc])*r,h:Us(a[hc])*r,m:Us(a[dc])*r,s:Us(a[pc])*r,ms:Us(Ll(1e3*a[yc]))*r}):(a=Al.exec(t))?(r="-"===a[1]?-1:1,i={y:jl(a[2],r),M:jl(a[3],r),w:jl(a[4],r),d:jl(a[5],r),h:jl(a[6],r),m:jl(a[7],r),s:jl(a[8],r)}):null==i?i={}:"object"==typeof i&&("from"in i||"to"in i)&&(n=function(t,e){var r;if(!t.isValid()||!e.isValid())return{milliseconds:0,months:0};e=Il(e,t),t.isBefore(e)?r=Hl(t,e):((r=Hl(e,t)).milliseconds=-r.milliseconds,r.months=-r.months);return r}(wl(i.from),wl(i.to)),(i={}).ms=n.milliseconds,i.M=n.months),o=new Rl(i),Ml(t)&&Ga(t,"_locale")&&(o._locale=t._locale),Ml(t)&&Ga(t,"_isValid")&&(o._isValid=t._isValid),o}function jl(t,e){var r=t&&parseFloat(t.replace(",","."));return(isNaN(r)?0:r)*e}function Hl(t,e){var r={};return r.months=e.month()-t.month()+12*(e.year()-t.year()),t.clone().add(r.months,"M").isAfter(e)&&--r.months,r.milliseconds=+e-+t.clone().add(r.months,"M"),r}function Pl(t,e){return function(r,o){var n;return null===o||isNaN(+o)||(ps(e,"moment()."+e+"(period, number) is deprecated. Please use moment()."+e+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),n=r,r=o,o=n),$l(this,Fl(r,o),t),this}}function $l(t,e,r,o){var n=e._milliseconds,i=Ll(e._days),a=Ll(e._months);t.isValid()&&(o=null==o||o,a&&Cc(t,_s(t,"Month")+a*r),i&&As(t,"Date",_s(t,"Date")+i*r),n&&t._d.setTime(t._d.valueOf()+n*r),o&&Ta.updateOffset(t,i||a))}Fl.fn=Rl.prototype,Fl.invalid=function(){return Fl(NaN)};var Kl=Pl(1,"add"),Zl=Pl(-1,"subtract");function Tl(t){return"string"==typeof t||t instanceof String}function Bl(t){return ls(t)||Xa(t)||Tl(t)||Ja(t)||function(t){var e=Ba(t),r=!1;e&&(r=0===t.filter((function(e){return!Ja(e)&&Tl(t)})).length);return e&&r}(t)||function(t){var e,r,o=za(t)&&!qa(t),n=!1,i=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"],a=i.length;for(e=0;e<a;e+=1)r=i[e],n=n||Ga(t,r);return o&&n}(t)||null==t}function zl(t,e){if(t.date()<e.date())return-zl(e,t);var r=12*(e.year()-t.year())+(e.month()-t.month()),o=t.clone().add(r,"months");return-(r+(e-o<0?(e-o)/(o-t.clone().add(r-1,"months")):(e-o)/(t.clone().add(r+1,"months")-o)))||0}function Gl(t){var e;return void 0===t?this._locale._abbr:(null!=(e=nl(t))&&(this._locale=e),this)}Ta.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",Ta.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var ql=fs("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",(function(t){return void 0===t?this.localeData():this.locale(t)}));function Vl(){return this._locale}var Jl=1e3,Xl=6e4,Ql=36e5,tu=126227808e5;function eu(t,e){return(t%e+e)%e}function ru(t,e,r){return t<100&&t>=0?new Date(t+400,e,r)-tu:new Date(t,e,r).valueOf()}function ou(t,e,r){return t<100&&t>=0?Date.UTC(t+400,e,r)-tu:Date.UTC(t,e,r)}function nu(t,e){return e.erasAbbrRegex(t)}function iu(){var t,e,r=[],o=[],n=[],i=[],a=this.eras();for(t=0,e=a.length;t<e;++t)o.push(oc(a[t].name)),r.push(oc(a[t].abbr)),n.push(oc(a[t].narrow)),i.push(oc(a[t].name)),i.push(oc(a[t].abbr)),i.push(oc(a[t].narrow));this._erasRegex=new RegExp("^("+i.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+o.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+r.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+n.join("|")+")","i")}function au(t,e){Ns(0,[t,t.length],0,e)}function su(t,e,r,o,n){var i;return null==t?Uc(this,o,n).year:(e>(i=Yc(t,o,n))&&(e=i),cu.call(this,t,e,r,o,n))}function cu(t,e,r,o,n){var i=Ic(t,e,r,o,n),a=Dc(i.year,0,i.dayOfYear);return this.year(a.getUTCFullYear()),this.month(a.getUTCMonth()),this.date(a.getUTCDate()),this}Ns("N",0,0,"eraAbbr"),Ns("NN",0,0,"eraAbbr"),Ns("NNN",0,0,"eraAbbr"),Ns("NNNN",0,0,"eraName"),Ns("NNNNN",0,0,"eraNarrow"),Ns("y",["y",1],"yo","eraYear"),Ns("y",["yy",2],0,"eraYear"),Ns("y",["yyy",3],0,"eraYear"),Ns("y",["yyyy",4],0,"eraYear"),ec("N",nu),ec("NN",nu),ec("NNN",nu),ec("NNNN",(function(t,e){return e.erasNameRegex(t)})),ec("NNNNN",(function(t,e){return e.erasNarrowRegex(t)})),ic(["N","NN","NNN","NNNN","NNNNN"],(function(t,e,r,o){var n=r._locale.erasParse(t,o,r._strict);n?rs(r).era=n:rs(r).invalidEra=t})),ec("y",Vs),ec("yy",Vs),ec("yyy",Vs),ec("yyyy",Vs),ec("yo",(function(t,e){return e._eraYearOrdinalRegex||Vs})),ic(["y","yy","yyy","yyyy"],lc),ic(["yo"],(function(t,e,r,o){var n;r._locale._eraYearOrdinalRegex&&(n=t.match(r._locale._eraYearOrdinalRegex)),r._locale.eraYearOrdinalParse?e[lc]=r._locale.eraYearOrdinalParse(t,n):e[lc]=parseInt(t,10)})),Ns(0,["gg",2],0,(function(){return this.weekYear()%100})),Ns(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),au("gggg","weekYear"),au("ggggg","weekYear"),au("GGGG","isoWeekYear"),au("GGGGG","isoWeekYear"),Rs("weekYear","gg"),Rs("isoWeekYear","GG"),Ds("weekYear",1),Ds("isoWeekYear",1),ec("G",Js),ec("g",Js),ec("GG",Zs,Hs),ec("gg",Zs,Hs),ec("GGGG",Gs,$s),ec("gggg",Gs,$s),ec("GGGGG",qs,Ks),ec("ggggg",qs,Ks),ac(["gggg","ggggg","GGGG","GGGGG"],(function(t,e,r,o){e[o.substr(0,2)]=Us(t)})),ac(["gg","GG"],(function(t,e,r,o){e[o]=Ta.parseTwoDigitYear(t)})),Ns("Q",0,"Qo","quarter"),Rs("quarter","Q"),Ds("quarter",7),ec("Q",js),ic("Q",(function(t,e){e[uc]=3*(Us(t)-1)})),Ns("D",["DD",2],"Do","date"),Rs("date","D"),Ds("date",9),ec("D",Zs),ec("DD",Zs,Hs),ec("Do",(function(t,e){return t?e._dayOfMonthOrdinalParse||e._ordinalParse:e._dayOfMonthOrdinalParseLenient})),ic(["D","DD"],fc),ic("Do",(function(t,e){e[fc]=Us(t.match(Zs)[0])}));var lu=Ys("Date",!0);Ns("DDD",["DDDD",3],"DDDo","dayOfYear"),Rs("dayOfYear","DDD"),Ds("dayOfYear",4),ec("DDD",zs),ec("DDDD",Ps),ic(["DDD","DDDD"],(function(t,e,r){r._dayOfYear=Us(t)})),Ns("m",["mm",2],0,"minute"),Rs("minute","m"),Ds("minute",14),ec("m",Zs),ec("mm",Zs,Hs),ic(["m","mm"],dc);var uu=Ys("Minutes",!1);Ns("s",["ss",2],0,"second"),Rs("second","s"),Ds("second",15),ec("s",Zs),ec("ss",Zs,Hs),ic(["s","ss"],pc);var fu,hu,du=Ys("Seconds",!1);for(Ns("S",0,0,(function(){return~~(this.millisecond()/100)})),Ns(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),Ns(0,["SSS",3],0,"millisecond"),Ns(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),Ns(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),Ns(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),Ns(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),Ns(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),Ns(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),Rs("millisecond","ms"),Ds("millisecond",16),ec("S",zs,js),ec("SS",zs,Hs),ec("SSS",zs,Ps),fu="SSSS";fu.length<=9;fu+="S")ec(fu,Vs);function pu(t,e){e[yc]=Us(1e3*("0."+t))}for(fu="S";fu.length<=9;fu+="S")ic(fu,pu);hu=Ys("Milliseconds",!1),Ns("z",0,0,"zoneAbbr"),Ns("zz",0,0,"zoneName");var yu=cs.prototype;function gu(t){return t}yu.add=Kl,yu.calendar=function(t,e){1===arguments.length&&(arguments[0]?Bl(arguments[0])?(t=arguments[0],e=void 0):function(t){var e,r=za(t)&&!qa(t),o=!1,n=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"];for(e=0;e<n.length;e+=1)o=o||Ga(t,n[e]);return r&&o}(arguments[0])&&(e=arguments[0],t=void 0):(t=void 0,e=void 0));var r=t||wl(),o=Il(r,this).startOf("day"),n=Ta.calendarFormat(this,o)||"sameElse",i=e&&(ys(e[n])?e[n].call(this,r):e[n]);return this.format(i||this.localeData().calendar(n,this,wl(r)))},yu.clone=function(){return new cs(this)},yu.diff=function(t,e,r){var o,n,i;if(!this.isValid())return NaN;if(!(o=Il(t,this)).isValid())return NaN;switch(n=6e4*(o.utcOffset()-this.utcOffset()),e=Ms(e)){case"year":i=zl(this,o)/12;break;case"month":i=zl(this,o);break;case"quarter":i=zl(this,o)/3;break;case"second":i=(this-o)/1e3;break;case"minute":i=(this-o)/6e4;break;case"hour":i=(this-o)/36e5;break;case"day":i=(this-o-n)/864e5;break;case"week":i=(this-o-n)/6048e5;break;default:i=this-o}return r?i:Is(i)},yu.endOf=function(t){var e,r;if(void 0===(t=Ms(t))||"millisecond"===t||!this.isValid())return this;switch(r=this._isUTC?ou:ru,t){case"year":e=r(this.year()+1,0,1)-1;break;case"quarter":e=r(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":e=r(this.year(),this.month()+1,1)-1;break;case"week":e=r(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":e=r(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":e=r(this.year(),this.month(),this.date()+1)-1;break;case"hour":e=this._d.valueOf(),e+=Ql-eu(e+(this._isUTC?0:this.utcOffset()*Xl),Ql)-1;break;case"minute":e=this._d.valueOf(),e+=Xl-eu(e,Xl)-1;break;case"second":e=this._d.valueOf(),e+=Jl-eu(e,Jl)-1}return this._d.setTime(e),Ta.updateOffset(this,!0),this},yu.format=function(t){t||(t=this.isUtc()?Ta.defaultFormatUtc:Ta.defaultFormat);var e=xs(this,t);return this.localeData().postformat(e)},yu.from=function(t,e){return this.isValid()&&(ls(t)&&t.isValid()||wl(t).isValid())?Fl({to:this,from:t}).locale(this.locale()).humanize(!e):this.localeData().invalidDate()},yu.fromNow=function(t){return this.from(wl(),t)},yu.to=function(t,e){return this.isValid()&&(ls(t)&&t.isValid()||wl(t).isValid())?Fl({from:this,to:t}).locale(this.locale()).humanize(!e):this.localeData().invalidDate()},yu.toNow=function(t){return this.to(wl(),t)},yu.get=function(t){return ys(this[t=Ms(t)])?this[t]():this},yu.invalidAt=function(){return rs(this).overflow},yu.isAfter=function(t,e){var r=ls(t)?t:wl(t);return!(!this.isValid()||!r.isValid())&&("millisecond"===(e=Ms(e)||"millisecond")?this.valueOf()>r.valueOf():r.valueOf()<this.clone().startOf(e).valueOf())},yu.isBefore=function(t,e){var r=ls(t)?t:wl(t);return!(!this.isValid()||!r.isValid())&&("millisecond"===(e=Ms(e)||"millisecond")?this.valueOf()<r.valueOf():this.clone().endOf(e).valueOf()<r.valueOf())},yu.isBetween=function(t,e,r,o){var n=ls(t)?t:wl(t),i=ls(e)?e:wl(e);return!!(this.isValid()&&n.isValid()&&i.isValid())&&(("("===(o=o||"()")[0]?this.isAfter(n,r):!this.isBefore(n,r))&&(")"===o[1]?this.isBefore(i,r):!this.isAfter(i,r)))},yu.isSame=function(t,e){var r,o=ls(t)?t:wl(t);return!(!this.isValid()||!o.isValid())&&("millisecond"===(e=Ms(e)||"millisecond")?this.valueOf()===o.valueOf():(r=o.valueOf(),this.clone().startOf(e).valueOf()<=r&&r<=this.clone().endOf(e).valueOf()))},yu.isSameOrAfter=function(t,e){return this.isSame(t,e)||this.isAfter(t,e)},yu.isSameOrBefore=function(t,e){return this.isSame(t,e)||this.isBefore(t,e)},yu.isValid=function(){return os(this)},yu.lang=ql,yu.locale=Gl,yu.localeData=Vl,yu.max=xl,yu.min=Nl,yu.parsingFlags=function(){return ts({},rs(this))},yu.set=function(t,e){if("object"==typeof t){var r,o=function(t){var e,r=[];for(e in t)Ga(t,e)&&r.push({unit:e,priority:ks[e]});return r.sort((function(t,e){return t.priority-e.priority})),r}(t=Ls(t)),n=o.length;for(r=0;r<n;r++)this[o[r].unit](t[o[r].unit])}else if(ys(this[t=Ms(t)]))return this[t](e);return this},yu.startOf=function(t){var e,r;if(void 0===(t=Ms(t))||"millisecond"===t||!this.isValid())return this;switch(r=this._isUTC?ou:ru,t){case"year":e=r(this.year(),0,1);break;case"quarter":e=r(this.year(),this.month()-this.month()%3,1);break;case"month":e=r(this.year(),this.month(),1);break;case"week":e=r(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":e=r(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":e=r(this.year(),this.month(),this.date());break;case"hour":e=this._d.valueOf(),e-=eu(e+(this._isUTC?0:this.utcOffset()*Xl),Ql);break;case"minute":e=this._d.valueOf(),e-=eu(e,Xl);break;case"second":e=this._d.valueOf(),e-=eu(e,Jl)}return this._d.setTime(e),Ta.updateOffset(this,!0),this},yu.subtract=Zl,yu.toArray=function(){var t=this;return[t.year(),t.month(),t.date(),t.hour(),t.minute(),t.second(),t.millisecond()]},yu.toObject=function(){var t=this;return{years:t.year(),months:t.month(),date:t.date(),hours:t.hours(),minutes:t.minutes(),seconds:t.seconds(),milliseconds:t.milliseconds()}},yu.toDate=function(){return new Date(this.valueOf())},yu.toISOString=function(t){if(!this.isValid())return null;var e=!0!==t,r=e?this.clone().utc():this;return r.year()<0||r.year()>9999?xs(r,e?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):ys(Date.prototype.toISOString)?e?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",xs(r,"Z")):xs(r,e?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")},yu.inspect=function(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var t,e,r,o="moment",n="";return this.isLocal()||(o=0===this.utcOffset()?"moment.utc":"moment.parseZone",n="Z"),t="["+o+'("]',e=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY","-MM-DD[T]HH:mm:ss.SSS",r=n+'[")]',this.format(t+e+"-MM-DD[T]HH:mm:ss.SSS"+r)},"undefined"!=typeof Symbol&&null!=Symbol.for&&(yu[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),yu.toJSON=function(){return this.isValid()?this.toISOString():null},yu.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},yu.unix=function(){return Math.floor(this.valueOf()/1e3)},yu.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},yu.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},yu.eraName=function(){var t,e,r,o=this.localeData().eras();for(t=0,e=o.length;t<e;++t){if(r=this.clone().startOf("day").valueOf(),o[t].since<=r&&r<=o[t].until)return o[t].name;if(o[t].until<=r&&r<=o[t].since)return o[t].name}return""},yu.eraNarrow=function(){var t,e,r,o=this.localeData().eras();for(t=0,e=o.length;t<e;++t){if(r=this.clone().startOf("day").valueOf(),o[t].since<=r&&r<=o[t].until)return o[t].narrow;if(o[t].until<=r&&r<=o[t].since)return o[t].narrow}return""},yu.eraAbbr=function(){var t,e,r,o=this.localeData().eras();for(t=0,e=o.length;t<e;++t){if(r=this.clone().startOf("day").valueOf(),o[t].since<=r&&r<=o[t].until)return o[t].abbr;if(o[t].until<=r&&r<=o[t].since)return o[t].abbr}return""},yu.eraYear=function(){var t,e,r,o,n=this.localeData().eras();for(t=0,e=n.length;t<e;++t)if(r=n[t].since<=n[t].until?1:-1,o=this.clone().startOf("day").valueOf(),n[t].since<=o&&o<=n[t].until||n[t].until<=o&&o<=n[t].since)return(this.year()-Ta(n[t].since).year())*r+n[t].offset;return this.year()},yu.year=Lc,yu.isLeapYear=function(){return Ws(this.year())},yu.weekYear=function(t){return su.call(this,t,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)},yu.isoWeekYear=function(t){return su.call(this,t,this.isoWeek(),this.isoWeekday(),1,4)},yu.quarter=yu.quarters=function(t){return null==t?Math.ceil((this.month()+1)/3):this.month(3*(t-1)+this.month()%3)},yu.month=Ec,yu.daysInMonth=function(){return bc(this.year(),this.month())},yu.week=yu.weeks=function(t){var e=this.localeData().week(this);return null==t?e:this.add(7*(t-e),"d")},yu.isoWeek=yu.isoWeeks=function(t){var e=Uc(this,1,4).week;return null==t?e:this.add(7*(t-e),"d")},yu.weeksInYear=function(){var t=this.localeData()._week;return Yc(this.year(),t.dow,t.doy)},yu.weeksInWeekYear=function(){var t=this.localeData()._week;return Yc(this.weekYear(),t.dow,t.doy)},yu.isoWeeksInYear=function(){return Yc(this.year(),1,4)},yu.isoWeeksInISOWeekYear=function(){return Yc(this.isoWeekYear(),1,4)},yu.date=lu,yu.day=yu.days=function(t){if(!this.isValid())return null!=t?this:NaN;var e=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=t?(t=function(t,e){return"string"!=typeof t?t:isNaN(t)?"number"==typeof(t=e.weekdaysParse(t))?t:null:parseInt(t,10)}(t,this.localeData()),this.add(t-e,"d")):e},yu.weekday=function(t){if(!this.isValid())return null!=t?this:NaN;var e=(this.day()+7-this.localeData()._week.dow)%7;return null==t?e:this.add(t-e,"d")},yu.isoWeekday=function(t){if(!this.isValid())return null!=t?this:NaN;if(null!=t){var e=function(t,e){return"string"==typeof t?e.weekdaysParse(t)%7||7:isNaN(t)?null:t}(t,this.localeData());return this.day(this.day()%7?e:e-7)}return this.day()||7},yu.dayOfYear=function(t){var e=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==t?e:this.add(t-e,"d")},yu.hour=yu.hours=Gc,yu.minute=yu.minutes=uu,yu.second=yu.seconds=du,yu.millisecond=yu.milliseconds=hu,yu.utcOffset=function(t,e,r){var o,n=this._offset||0;if(!this.isValid())return null!=t?this:NaN;if(null!=t){if("string"==typeof t){if(null===(t=Wl(Qs,t)))return this}else Math.abs(t)<16&&!r&&(t*=60);return!this._isUTC&&e&&(o=Ul(this)),this._offset=t,this._isUTC=!0,null!=o&&this.add(o,"m"),n!==t&&(!e||this._changeInProgress?$l(this,Fl(t-n,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,Ta.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?n:Ul(this)},yu.utc=function(t){return this.utcOffset(0,t)},yu.local=function(t){return this._isUTC&&(this.utcOffset(0,t),this._isUTC=!1,t&&this.subtract(Ul(this),"m")),this},yu.parseZone=function(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var t=Wl(Xs,this._i);null!=t?this.utcOffset(t):this.utcOffset(0,!0)}return this},yu.hasAlignedHourOffset=function(t){return!!this.isValid()&&(t=t?wl(t).utcOffset():0,(this.utcOffset()-t)%60==0)},yu.isDST=function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},yu.isLocal=function(){return!!this.isValid()&&!this._isUTC},yu.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},yu.isUtc=Yl,yu.isUTC=Yl,yu.zoneAbbr=function(){return this._isUTC?"UTC":""},yu.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},yu.dates=fs("dates accessor is deprecated. Use date instead.",lu),yu.months=fs("months accessor is deprecated. Use month instead",Ec),yu.years=fs("years accessor is deprecated. Use year instead",Lc),yu.zone=fs("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",(function(t,e){return null!=t?("string"!=typeof t&&(t=-t),this.utcOffset(t,e),this):-this.utcOffset()})),yu.isDSTShifted=fs("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",(function(){if(!Va(this._isDSTShifted))return this._isDSTShifted;var t,e={};return ss(e,this),(e=Ol(e))._a?(t=e._isUTC?es(e._a):wl(e._a),this._isDSTShifted=this.isValid()&&function(t,e,r){var o,n=Math.min(t.length,e.length),i=Math.abs(t.length-e.length),a=0;for(o=0;o<n;o++)(r&&t[o]!==e[o]||!r&&Us(t[o])!==Us(e[o]))&&a++;return a+i}(e._a,t.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}));var mu=ms.prototype;function bu(t,e,r,o){var n=nl(),i=es().set(o,e);return n[r](i,t)}function vu(t,e,r){if(Ja(t)&&(e=t,t=void 0),t=t||"",null!=e)return bu(t,e,r,"month");var o,n=[];for(o=0;o<12;o++)n[o]=bu(t,o,r,"month");return n}function Ou(t,e,r,o){"boolean"==typeof t?(Ja(e)&&(r=e,e=void 0),e=e||""):(r=e=t,t=!1,Ja(e)&&(r=e,e=void 0),e=e||"");var n,i=nl(),a=t?i._week.dow:0,s=[];if(null!=r)return bu(e,(r+a)%7,o,"day");for(n=0;n<7;n++)s[n]=bu(e,(n+a)%7,o,"day");return s}mu.calendar=function(t,e,r){var o=this._calendar[t]||this._calendar.sameElse;return ys(o)?o.call(e,r):o},mu.longDateFormat=function(t){var e=this._longDateFormat[t],r=this._longDateFormat[t.toUpperCase()];return e||!r?e:(this._longDateFormat[t]=r.match(vs).map((function(t){return"MMMM"===t||"MM"===t||"DD"===t||"dddd"===t?t.slice(1):t})).join(""),this._longDateFormat[t])},mu.invalidDate=function(){return this._invalidDate},mu.ordinal=function(t){return this._ordinal.replace("%d",t)},mu.preparse=gu,mu.postformat=gu,mu.relativeTime=function(t,e,r,o){var n=this._relativeTime[r];return ys(n)?n(t,e,r,o):n.replace(/%d/i,t)},mu.pastFuture=function(t,e){var r=this._relativeTime[t>0?"future":"past"];return ys(r)?r(e):r.replace(/%s/i,e)},mu.set=function(t){var e,r;for(r in t)Ga(t,r)&&(ys(e=t[r])?this[r]=e:this["_"+r]=e);this._config=t,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)},mu.eras=function(t,e){var r,o,n,i=this._eras||nl("en")._eras;for(r=0,o=i.length;r<o;++r){if("string"==typeof i[r].since)n=Ta(i[r].since).startOf("day"),i[r].since=n.valueOf();switch(typeof i[r].until){case"undefined":i[r].until=1/0;break;case"string":n=Ta(i[r].until).startOf("day").valueOf(),i[r].until=n.valueOf()}}return i},mu.erasParse=function(t,e,r){var o,n,i,a,s,c=this.eras();for(t=t.toUpperCase(),o=0,n=c.length;o<n;++o)if(i=c[o].name.toUpperCase(),a=c[o].abbr.toUpperCase(),s=c[o].narrow.toUpperCase(),r)switch(e){case"N":case"NN":case"NNN":if(a===t)return c[o];break;case"NNNN":if(i===t)return c[o];break;case"NNNNN":if(s===t)return c[o]}else if([i,a,s].indexOf(t)>=0)return c[o]},mu.erasConvertYear=function(t,e){var r=t.since<=t.until?1:-1;return void 0===e?Ta(t.since).year():Ta(t.since).year()+(e-t.offset)*r},mu.erasAbbrRegex=function(t){return Ga(this,"_erasAbbrRegex")||iu.call(this),t?this._erasAbbrRegex:this._erasRegex},mu.erasNameRegex=function(t){return Ga(this,"_erasNameRegex")||iu.call(this),t?this._erasNameRegex:this._erasRegex},mu.erasNarrowRegex=function(t){return Ga(this,"_erasNarrowRegex")||iu.call(this),t?this._erasNarrowRegex:this._erasRegex},mu.months=function(t,e){return t?Ba(this._months)?this._months[t.month()]:this._months[(this._months.isFormat||Sc).test(e)?"format":"standalone"][t.month()]:Ba(this._months)?this._months:this._months.standalone},mu.monthsShort=function(t,e){return t?Ba(this._monthsShort)?this._monthsShort[t.month()]:this._monthsShort[Sc.test(e)?"format":"standalone"][t.month()]:Ba(this._monthsShort)?this._monthsShort:this._monthsShort.standalone},mu.monthsParse=function(t,e,r){var o,n,i;if(this._monthsParseExact)return xc.call(this,t,e,r);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),o=0;o<12;o++){if(n=es([2e3,o]),r&&!this._longMonthsParse[o]&&(this._longMonthsParse[o]=new RegExp("^"+this.months(n,"").replace(".","")+"$","i"),this._shortMonthsParse[o]=new RegExp("^"+this.monthsShort(n,"").replace(".","")+"$","i")),r||this._monthsParse[o]||(i="^"+this.months(n,"")+"|^"+this.monthsShort(n,""),this._monthsParse[o]=new RegExp(i.replace(".",""),"i")),r&&"MMMM"===e&&this._longMonthsParse[o].test(t))return o;if(r&&"MMM"===e&&this._shortMonthsParse[o].test(t))return o;if(!r&&this._monthsParse[o].test(t))return o}},mu.monthsRegex=function(t){return this._monthsParseExact?(Ga(this,"_monthsRegex")||Rc.call(this),t?this._monthsStrictRegex:this._monthsRegex):(Ga(this,"_monthsRegex")||(this._monthsRegex=Nc),this._monthsStrictRegex&&t?this._monthsStrictRegex:this._monthsRegex)},mu.monthsShortRegex=function(t){return this._monthsParseExact?(Ga(this,"_monthsRegex")||Rc.call(this),t?this._monthsShortStrictRegex:this._monthsShortRegex):(Ga(this,"_monthsShortRegex")||(this._monthsShortRegex=wc),this._monthsShortStrictRegex&&t?this._monthsShortStrictRegex:this._monthsShortRegex)},mu.week=function(t){return Uc(t,this._week.dow,this._week.doy).week},mu.firstDayOfYear=function(){return this._week.doy},mu.firstDayOfWeek=function(){return this._week.dow},mu.weekdays=function(t,e){var r=Ba(this._weekdays)?this._weekdays:this._weekdays[t&&!0!==t&&this._weekdays.isFormat.test(e)?"format":"standalone"];return!0===t?_c(r,this._week.dow):t?r[t.day()]:r},mu.weekdaysMin=function(t){return!0===t?_c(this._weekdaysMin,this._week.dow):t?this._weekdaysMin[t.day()]:this._weekdaysMin},mu.weekdaysShort=function(t){return!0===t?_c(this._weekdaysShort,this._week.dow):t?this._weekdaysShort[t.day()]:this._weekdaysShort},mu.weekdaysParse=function(t,e,r){var o,n,i;if(this._weekdaysParseExact)return Kc.call(this,t,e,r);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),o=0;o<7;o++){if(n=es([2e3,1]).day(o),r&&!this._fullWeekdaysParse[o]&&(this._fullWeekdaysParse[o]=new RegExp("^"+this.weekdays(n,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[o]=new RegExp("^"+this.weekdaysShort(n,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[o]=new RegExp("^"+this.weekdaysMin(n,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[o]||(i="^"+this.weekdays(n,"")+"|^"+this.weekdaysShort(n,"")+"|^"+this.weekdaysMin(n,""),this._weekdaysParse[o]=new RegExp(i.replace(".",""),"i")),r&&"dddd"===e&&this._fullWeekdaysParse[o].test(t))return o;if(r&&"ddd"===e&&this._shortWeekdaysParse[o].test(t))return o;if(r&&"dd"===e&&this._minWeekdaysParse[o].test(t))return o;if(!r&&this._weekdaysParse[o].test(t))return o}},mu.weekdaysRegex=function(t){return this._weekdaysParseExact?(Ga(this,"_weekdaysRegex")||Zc.call(this),t?this._weekdaysStrictRegex:this._weekdaysRegex):(Ga(this,"_weekdaysRegex")||(this._weekdaysRegex=Hc),this._weekdaysStrictRegex&&t?this._weekdaysStrictRegex:this._weekdaysRegex)},mu.weekdaysShortRegex=function(t){return this._weekdaysParseExact?(Ga(this,"_weekdaysRegex")||Zc.call(this),t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(Ga(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Pc),this._weekdaysShortStrictRegex&&t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)},mu.weekdaysMinRegex=function(t){return this._weekdaysParseExact?(Ga(this,"_weekdaysRegex")||Zc.call(this),t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(Ga(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=$c),this._weekdaysMinStrictRegex&&t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)},mu.isPM=function(t){return"p"===(t+"").toLowerCase().charAt(0)},mu.meridiem=function(t,e,r){return t>11?r?"pm":"PM":r?"am":"AM"},rl("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(t){var e=t%10;return t+(1===Us(t%100/10)?"th":1===e?"st":2===e?"nd":3===e?"rd":"th")}}),Ta.lang=fs("moment.lang is deprecated. Use moment.locale instead.",rl),Ta.langData=fs("moment.langData is deprecated. Use moment.localeData instead.",nl);var Su=Math.abs;function wu(t,e,r,o){var n=Fl(e,r);return t._milliseconds+=o*n._milliseconds,t._days+=o*n._days,t._months+=o*n._months,t._bubble()}function Nu(t){return t<0?Math.floor(t):Math.ceil(t)}function xu(t){return 4800*t/146097}function Cu(t){return 146097*t/4800}function Eu(t){return function(){return this.as(t)}}var Ru=Eu("ms"),Mu=Eu("s"),Lu=Eu("m"),ku=Eu("h"),Du=Eu("d"),Wu=Eu("w"),Iu=Eu("M"),Uu=Eu("Q"),Yu=Eu("y");function _u(t){return function(){return this.isValid()?this._data[t]:NaN}}var Au=_u("milliseconds"),Fu=_u("seconds"),ju=_u("minutes"),Hu=_u("hours"),Pu=_u("days"),$u=_u("months"),Ku=_u("years");var Zu=Math.round,Tu={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function Bu(t,e,r,o,n){return n.relativeTime(e||1,!!r,t,o)}var zu=Math.abs;function Gu(t){return(t>0)-(t<0)||+t}function qu(){if(!this.isValid())return this.localeData().invalidDate();var t,e,r,o,n,i,a,s,c=zu(this._milliseconds)/1e3,l=zu(this._days),u=zu(this._months),f=this.asSeconds();return f?(t=Is(c/60),e=Is(t/60),c%=60,t%=60,r=Is(u/12),u%=12,o=c?c.toFixed(3).replace(/\.?0+$/,""):"",n=f<0?"-":"",i=Gu(this._months)!==Gu(f)?"-":"",a=Gu(this._days)!==Gu(f)?"-":"",s=Gu(this._milliseconds)!==Gu(f)?"-":"",n+"P"+(r?i+r+"Y":"")+(u?i+u+"M":"")+(l?a+l+"D":"")+(e||t||c?"T":"")+(e?s+e+"H":"")+(t?s+t+"M":"")+(c?s+o+"S":"")):"P0D"}var Vu,Ju=Rl.prototype;Ju.isValid=function(){return this._isValid},Ju.abs=function(){var t=this._data;return this._milliseconds=Su(this._milliseconds),this._days=Su(this._days),this._months=Su(this._months),t.milliseconds=Su(t.milliseconds),t.seconds=Su(t.seconds),t.minutes=Su(t.minutes),t.hours=Su(t.hours),t.months=Su(t.months),t.years=Su(t.years),this},Ju.add=function(t,e){return wu(this,t,e,1)},Ju.subtract=function(t,e){return wu(this,t,e,-1)},Ju.as=function(t){if(!this.isValid())return NaN;var e,r,o=this._milliseconds;if("month"===(t=Ms(t))||"quarter"===t||"year"===t)switch(e=this._days+o/864e5,r=this._months+xu(e),t){case"month":return r;case"quarter":return r/3;case"year":return r/12}else switch(e=this._days+Math.round(Cu(this._months)),t){case"week":return e/7+o/6048e5;case"day":return e+o/864e5;case"hour":return 24*e+o/36e5;case"minute":return 1440*e+o/6e4;case"second":return 86400*e+o/1e3;case"millisecond":return Math.floor(864e5*e)+o;default:throw new Error("Unknown unit "+t)}},Ju.asMilliseconds=Ru,Ju.asSeconds=Mu,Ju.asMinutes=Lu,Ju.asHours=ku,Ju.asDays=Du,Ju.asWeeks=Wu,Ju.asMonths=Iu,Ju.asQuarters=Uu,Ju.asYears=Yu,Ju.valueOf=function(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*Us(this._months/12):NaN},Ju._bubble=function(){var t,e,r,o,n,i=this._milliseconds,a=this._days,s=this._months,c=this._data;return i>=0&&a>=0&&s>=0||i<=0&&a<=0&&s<=0||(i+=864e5*Nu(Cu(s)+a),a=0,s=0),c.milliseconds=i%1e3,t=Is(i/1e3),c.seconds=t%60,e=Is(t/60),c.minutes=e%60,r=Is(e/60),c.hours=r%24,a+=Is(r/24),s+=n=Is(xu(a)),a-=Nu(Cu(n)),o=Is(s/12),s%=12,c.days=a,c.months=s,c.years=o,this},Ju.clone=function(){return Fl(this)},Ju.get=function(t){return t=Ms(t),this.isValid()?this[t+"s"]():NaN},Ju.milliseconds=Au,Ju.seconds=Fu,Ju.minutes=ju,Ju.hours=Hu,Ju.days=Pu,Ju.weeks=function(){return Is(this.days()/7)},Ju.months=$u,Ju.years=Ku,Ju.humanize=function(t,e){if(!this.isValid())return this.localeData().invalidDate();var r,o,n=!1,i=Tu;return"object"==typeof t&&(e=t,t=!1),"boolean"==typeof t&&(n=t),"object"==typeof e&&(i=Object.assign({},Tu,e),null!=e.s&&null==e.ss&&(i.ss=e.s-1)),o=function(t,e,r,o){var n=Fl(t).abs(),i=Zu(n.as("s")),a=Zu(n.as("m")),s=Zu(n.as("h")),c=Zu(n.as("d")),l=Zu(n.as("M")),u=Zu(n.as("w")),f=Zu(n.as("y")),h=i<=r.ss&&["s",i]||i<r.s&&["ss",i]||a<=1&&["m"]||a<r.m&&["mm",a]||s<=1&&["h"]||s<r.h&&["hh",s]||c<=1&&["d"]||c<r.d&&["dd",c];return null!=r.w&&(h=h||u<=1&&["w"]||u<r.w&&["ww",u]),(h=h||l<=1&&["M"]||l<r.M&&["MM",l]||f<=1&&["y"]||["yy",f])[2]=e,h[3]=+t>0,h[4]=o,Bu.apply(null,h)}(this,!n,i,r=this.localeData()),n&&(o=r.pastFuture(+this,o)),r.postformat(o)},Ju.toISOString=qu,Ju.toString=qu,Ju.toJSON=qu,Ju.locale=Gl,Ju.localeData=Vl,Ju.toIsoString=fs("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",qu),Ju.lang=ql,Ns("X",0,0,"unix"),Ns("x",0,0,"valueOf"),ec("x",Js),ec("X",/[+-]?\d+(\.\d{1,3})?/),ic("X",(function(t,e,r){r._d=new Date(1e3*parseFloat(t))})),ic("x",(function(t,e,r){r._d=new Date(Us(t))})),
112
184
  //! moment.js
113
- $o.version="2.29.4",Ho=Ni,$o.fn=dn,$o.min=function(){return Si("isBefore",[].slice.call(arguments,0))},$o.max=function(){return Si("isAfter",[].slice.call(arguments,0))},$o.now=function(){return Date.now?Date.now():+new Date},$o.utc=Vo,$o.unix=function(t){return Ni(1e3*t)},$o.months=function(t,o){return mn(t,o,"months")},$o.isDate=Jo,$o.locale=Xr,$o.invalid=oe,$o.duration=Li,$o.isMoment=se,$o.weekdays=function(t,o,e){return bn(t,o,e,"weekdays")},$o.parseZone=function(){return Ni.apply(null,arguments).parseZone()},$o.localeData=oi,$o.isDuration=Ci,$o.monthsShort=function(t,o){return mn(t,o,"monthsShort")},$o.weekdaysMin=function(t,o,e){return bn(t,o,e,"weekdaysMin")},$o.defineLocale=ti,$o.updateLocale=function(t,o){if(null!=o){var e,r,i=jr;null!=Pr[t]&&null!=Pr[t].parentLocale?Pr[t].set(de(Pr[t]._config,o)):(null!=(r=Vr(t))&&(i=r._config),o=de(i,o),null==r&&(o.abbr=t),(e=new pe(o)).parentLocale=Pr[t],Pr[t]=e),Xr(t)}else null!=Pr[t]&&(null!=Pr[t].parentLocale?(Pr[t]=Pr[t].parentLocale,t===Xr()&&Xr(t)):null!=Pr[t]&&delete Pr[t]);return Pr[t]},$o.locales=function(){return le(Pr)},$o.weekdaysShort=function(t,o,e){return bn(t,o,e,"weekdaysShort")},$o.normalizeUnits=Ce,$o.relativeTimeRounding=function(t){return void 0===t?$n:"function"==typeof t&&($n=t,!0)},$o.relativeTimeThreshold=function(t,o){return void 0!==Tn[t]&&(void 0===o?Tn[t]:(Tn[t]=o,"s"===t&&(Tn.ss=o-1),!0))},$o.calendarFormat=function(t,o){var e=t.diff(o,"days",!0);return e<-6?"sameElse":e<-1?"lastWeek":e<0?"lastDay":e<1?"sameDay":e<2?"nextDay":e<7?"nextWeek":"sameElse"},$o.prototype=dn,$o.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},t.Period=void 0,(Pn=t.Period||(t.Period={})).DAY="DAY",Pn.WEEK="WEEK",Pn.MONTH="MONTH";const qn=yt`
185
+ Ta.version="2.29.4",Ka=wl,Ta.fn=yu,Ta.min=function(){return Cl("isBefore",[].slice.call(arguments,0))},Ta.max=function(){return Cl("isAfter",[].slice.call(arguments,0))},Ta.now=function(){return Date.now?Date.now():+new Date},Ta.utc=es,Ta.unix=function(t){return wl(1e3*t)},Ta.months=function(t,e){return vu(t,e,"months")},Ta.isDate=Xa,Ta.locale=rl,Ta.invalid=ns,Ta.duration=Fl,Ta.isMoment=ls,Ta.weekdays=function(t,e,r){return Ou(t,e,r,"weekdays")},Ta.parseZone=function(){return wl.apply(null,arguments).parseZone()},Ta.localeData=nl,Ta.isDuration=Ml,Ta.monthsShort=function(t,e){return vu(t,e,"monthsShort")},Ta.weekdaysMin=function(t,e,r){return Ou(t,e,r,"weekdaysMin")},Ta.defineLocale=ol,Ta.updateLocale=function(t,e){if(null!=e){var r,o,n=Vc;null!=Jc[t]&&null!=Jc[t].parentLocale?Jc[t].set(gs(Jc[t]._config,e)):(null!=(o=el(t))&&(n=o._config),e=gs(n,e),null==o&&(e.abbr=t),(r=new ms(e)).parentLocale=Jc[t],Jc[t]=r),rl(t)}else null!=Jc[t]&&(null!=Jc[t].parentLocale?(Jc[t]=Jc[t].parentLocale,t===rl()&&rl(t)):null!=Jc[t]&&delete Jc[t]);return Jc[t]},Ta.locales=function(){return hs(Jc)},Ta.weekdaysShort=function(t,e,r){return Ou(t,e,r,"weekdaysShort")},Ta.normalizeUnits=Ms,Ta.relativeTimeRounding=function(t){return void 0===t?Zu:"function"==typeof t&&(Zu=t,!0)},Ta.relativeTimeThreshold=function(t,e){return void 0!==Tu[t]&&(void 0===e?Tu[t]:(Tu[t]=e,"s"===t&&(Tu.ss=e-1),!0))},Ta.calendarFormat=function(t,e){var r=t.diff(e,"days",!0);return r<-6?"sameElse":r<-1?"lastWeek":r<0?"lastDay":r<1?"sameDay":r<2?"nextDay":r<7?"nextWeek":"sameElse"},Ta.prototype=yu,Ta.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},t.Period=void 0,(Vu=t.Period||(t.Period={})).DAY="DAY",Vu.WEEK="WEEK",Vu.MONTH="MONTH";const Xu=ft`
114
186
  .sessions-chart {
115
187
  height: 100%;
116
188
  width: 100%;
117
189
  }
118
- `;var Qn=function(t,o,e,r){for(var i,n=arguments.length,s=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,a=t.length-1;a>=0;a--)(i=t[a])&&(s=(n<3?i(s):n>3?i(o,e,s):i(o,e))||s);return n>3&&s&&Object.defineProperty(o,e,s),s};null==window.echarts&&console.warn("Echarts is not available"),t.FtChart=class extends Ro{constructor(){super(...arguments),this.xAxisName="date",this.yAxisName="",this.graphColor="",this.hoverColor="",this.tooltipBackgroundColor="",this.tooltipBorderColor="",this.tooltipTextColor="",this.tooltipBorderRadius=0,this.valueLabels=void 0,this.valueLabelsSingular=void 0,this.barChart=!1,this.period=t.Period.DAY,this.data=[]}render(){return Qt`
190
+ `;var Qu=function(t,e,r,o){for(var n,i=arguments.length,a=i<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,r):o,s=t.length-1;s>=0;s--)(n=t[s])&&(a=(i<3?n(a):i>3?n(e,r,a):n(e,r))||a);return i>3&&a&&Object.defineProperty(e,r,a),a};null==window.echarts&&console.warn("Echarts is not available"),t.FtChart=class extends Sn{constructor(){super(...arguments),this.xAxisName="date",this.yAxisName="",this.graphColor="",this.hoverColor="",this.tooltipBackgroundColor="",this.tooltipBorderColor="",this.tooltipTextColor="",this.tooltipBorderRadius=0,this.valueLabels=void 0,this.valueLabelsSingular=void 0,this.barChart=!1,this.period=t.Period.DAY,this.data=[]}render(){return Vt`
119
191
  <div class="sessions-chart"></div>
120
- `}firstUpdated(t){var o;super.firstUpdated(t),this.myChart=null===(o=window.echarts)||void 0===o?void 0:o.init(this.container,void 0,{renderer:"svg"}),window.addEventListener("resize",(()=>{var t;null===(t=this.myChart)||void 0===t||t.resize()}))}updated(t){super.updated(t);const o=this.getOptions();o&&this.myChart&&this.myChart.setOption(o)}getOptions(){const o=this;return{tooltip:{axisPointer:{type:"shadow",shadowStyle:{color:o.hoverColor}},trigger:"axis",formatter:t=>o.getTooltip(t),backgroundColor:o.tooltipBackgroundColor,borderColor:o.tooltipBorderColor,textStyle:{color:o.tooltipTextColor},borderRadius:o.tooltipBorderRadius},grid:{left:"80px",right:"100px",top:"50px",bottom:"20px"},xAxis:{type:"category",name:this.xAxisName.toUpperCase(),axisTick:{alignWithLabel:!0},axisLabel:{formatter:e=>o.period===t.Period.DAY||o.period===t.Period.WEEK?$o.utc(1e3*e).format("DD MMM YYYY"):(o.period,t.Period.MONTH,$o.utc(1e3*e).format("MMMM YYYY"))}},yAxis:{type:"value",name:this.yAxisName.toUpperCase()},color:this.graphColor,series:this.getSeries()}}getTooltip(o){const e=$o.utc(1e3*o[0].data.value[0]),r=o.map((t=>t.data.value[1]));let i,n,s="";switch(this.period){case t.Period.DAY:i=e.format("DD MMM YYYY"),n="on",this.isThisPeriod(e,t.Period.DAY)&&(s=" so far");break;case t.Period.WEEK:i=e.format("DD MMM YYYY"),n="during the week of",this.isThisPeriod(e,t.Period.WEEK)&&(s=" so far");break;case t.Period.MONTH:n="in",i=e.format("MMMM YYYY"),this.isThisPeriod(e,t.Period.MONTH)&&(s=" so far")}let a="";for(let t=0;t<r.length;t++){let o=this.valueLabels?this.valueLabels[t]:this.yAxisName,e=this.valueLabelsSingular?this.valueLabelsSingular[t]:o;const c=1===r[t]?e:o;a+=`${r[t].toLocaleString()} ${c} ${n} ${i}${s}</br>`}return a.substring(0,a.length-5)}isThisPeriod(o,e,r=$o.utc()){switch(e){case t.Period.DAY:return o.format("YYYY-MM-DD")===r.clone().startOf("day").format("YYYY-MM-DD");case t.Period.WEEK:return o.clone().startOf("isoWeek").format("YYYY-MM-DD")===r.clone().startOf("isoWeek").format("YYYY-MM-DD");case t.Period.MONTH:return o.month()===r.month()&&o.year()===r.year()}return!1}getSeries(){if(0==this.data.length)return[];const t=this.data[0].length-1;if(0==t)return[];let o=[];for(let e=0;e<t;e++)o[e]={type:this.barChart?"bar":"line",data:this.getData(e)};return o}getData(t){return this.data.map((o=>this.isThisPeriod($o.unix(o[0]),this.period)?{value:[o[0],o[t+1]],itemStyle:{opacity:.5}}:{value:[o[0],o[t+1]]}))}},t.FtChart.styles=qn,Qn([C({type:String})],t.FtChart.prototype,"xAxisName",void 0),Qn([C({type:String})],t.FtChart.prototype,"yAxisName",void 0),Qn([C({type:String})],t.FtChart.prototype,"graphColor",void 0),Qn([C({type:String})],t.FtChart.prototype,"hoverColor",void 0),Qn([C({type:String})],t.FtChart.prototype,"tooltipBackgroundColor",void 0),Qn([C({type:String})],t.FtChart.prototype,"tooltipBorderColor",void 0),Qn([C({type:String})],t.FtChart.prototype,"tooltipTextColor",void 0),Qn([C({type:String})],t.FtChart.prototype,"tooltipBorderRadius",void 0),Qn([U(void 0)],t.FtChart.prototype,"valueLabels",void 0),Qn([U(void 0)],t.FtChart.prototype,"valueLabelsSingular",void 0),Qn([C({type:Boolean})],t.FtChart.prototype,"barChart",void 0),Qn([C({type:String})],t.FtChart.prototype,"period",void 0),Qn([U([])],t.FtChart.prototype,"data",void 0),Qn([function(t,o){return(e,r,i)=>{const n=o=>o.renderRoot?.querySelector(t)??null;if(o){const{get:t,set:o}="object"==typeof r?e:i??(()=>{const t=Symbol();return{get(){return this[t]},set(o){this[t]=o}}})();return E(0,0,{get(){let e=t.call(this);return void 0===e&&(e=n(this),(null!==e||this.hasUpdated)&&o.call(this,e)),e}})}return E(0,0,{get(){return n(this)}})}}(".sessions-chart")],t.FtChart.prototype,"container",void 0),t.FtChart=Qn([R("ft-chart")],t.FtChart),R("ft-chart")(t.FtChart),t.styles=qn}({});
192
+ `}firstUpdated(t){var e;super.firstUpdated(t),this.myChart=null===(e=window.echarts)||void 0===e?void 0:e.init(this.container,void 0,{renderer:"svg"}),window.addEventListener("resize",(()=>{var t;null===(t=this.myChart)||void 0===t||t.resize()}))}updated(t){super.updated(t);const e=this.getOptions();e&&this.myChart&&this.myChart.setOption(e)}getOptions(){const e=this;return{tooltip:{axisPointer:{type:"shadow",shadowStyle:{color:e.hoverColor}},trigger:"axis",formatter:t=>e.getTooltip(t),backgroundColor:e.tooltipBackgroundColor,borderColor:e.tooltipBorderColor,textStyle:{color:e.tooltipTextColor},borderRadius:e.tooltipBorderRadius},grid:{left:"80px",right:"100px",top:"50px",bottom:"20px"},xAxis:{type:"category",name:this.xAxisName.toUpperCase(),axisTick:{alignWithLabel:!0},axisLabel:{formatter:r=>e.period===t.Period.DAY||e.period===t.Period.WEEK?Ta.utc(1e3*r).format("DD MMM YYYY"):(e.period,t.Period.MONTH,Ta.utc(1e3*r).format("MMMM YYYY"))}},yAxis:{type:"value",name:this.yAxisName.toUpperCase()},color:this.graphColor,series:this.getSeries()}}getTooltip(e){const r=Ta.utc(1e3*e[0].data.value[0]),o=e.map((t=>t.data.value[1]));let n,i,a="";switch(this.period){case t.Period.DAY:n=r.format("DD MMM YYYY"),i="on",this.isThisPeriod(r,t.Period.DAY)&&(a=" so far");break;case t.Period.WEEK:n=r.format("DD MMM YYYY"),i="during the week of",this.isThisPeriod(r,t.Period.WEEK)&&(a=" so far");break;case t.Period.MONTH:i="in",n=r.format("MMMM YYYY"),this.isThisPeriod(r,t.Period.MONTH)&&(a=" so far")}let s="";for(let t=0;t<o.length;t++){let e=this.valueLabels?this.valueLabels[t]:this.yAxisName,r=this.valueLabelsSingular?this.valueLabelsSingular[t]:e;const c=1===o[t]?r:e;s+=`${o[t].toLocaleString()} ${c} ${i} ${n}${a}</br>`}return s.substring(0,s.length-5)}isThisPeriod(e,r,o=Ta.utc()){switch(r){case t.Period.DAY:return e.format("YYYY-MM-DD")===o.clone().startOf("day").format("YYYY-MM-DD");case t.Period.WEEK:return e.clone().startOf("isoWeek").format("YYYY-MM-DD")===o.clone().startOf("isoWeek").format("YYYY-MM-DD");case t.Period.MONTH:return e.month()===o.month()&&e.year()===o.year()}return!1}getSeries(){if(0==this.data.length)return[];const t=this.data[0].length-1;if(0==t)return[];let e=[];for(let r=0;r<t;r++)e[r]={type:this.barChart?"bar":"line",data:this.getData(r)};return e}getData(t){return this.data.map((e=>this.isThisPeriod(Ta.unix(e[0]),this.period)?{value:[e[0],e[t+1]],itemStyle:{opacity:.5}}:{value:[e[0],e[t+1]]}))}},t.FtChart.styles=Xu,Qu([Se({type:String})],t.FtChart.prototype,"xAxisName",void 0),Qu([Se({type:String})],t.FtChart.prototype,"yAxisName",void 0),Qu([Se({type:String})],t.FtChart.prototype,"graphColor",void 0),Qu([Se({type:String})],t.FtChart.prototype,"hoverColor",void 0),Qu([Se({type:String})],t.FtChart.prototype,"tooltipBackgroundColor",void 0),Qu([Se({type:String})],t.FtChart.prototype,"tooltipBorderColor",void 0),Qu([Se({type:String})],t.FtChart.prototype,"tooltipTextColor",void 0),Qu([Se({type:String})],t.FtChart.prototype,"tooltipBorderRadius",void 0),Qu([lr(void 0)],t.FtChart.prototype,"valueLabels",void 0),Qu([lr(void 0)],t.FtChart.prototype,"valueLabelsSingular",void 0),Qu([Se({type:Boolean})],t.FtChart.prototype,"barChart",void 0),Qu([Se({type:String})],t.FtChart.prototype,"period",void 0),Qu([lr([])],t.FtChart.prototype,"data",void 0),Qu([Ne(".sessions-chart")],t.FtChart.prototype,"container",void 0),t.FtChart=Qu([cr("ft-chart")],t.FtChart),cr("ft-chart")(t.FtChart),t.styles=Xu}({});