@fluid-topics/ft-chart 1.0.62 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26,7 +26,7 @@ export declare class FtChart extends FtLitElement implements FtChartProperties {
26
26
  data: number[][];
27
27
  private container;
28
28
  private myChart?;
29
- render(): import("lit-html").TemplateResult<1>;
29
+ render(): import("lit").TemplateResult<1>;
30
30
  protected firstUpdated(_changedProperties: PropertyValues): void;
31
31
  protected updated(props: PropertyValues): void;
32
32
  private getOptions;
@@ -1,58 +1,78 @@
1
1
  !function(t){
2
2
  /**
3
- * @license
4
- * Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
5
- * This code may only be used under the BSD style license found at
6
- * http://polymer.github.io/LICENSE.txt
7
- * The complete set of authors may be found at
8
- * http://polymer.github.io/AUTHORS.txt
9
- * The complete set of contributors may be found at
10
- * http://polymer.github.io/CONTRIBUTORS.txt
11
- * Code distributed by Google as part of the polymer project is also
12
- * subject to an additional IP rights grant found at
13
- * http://polymer.github.io/PATENTS.txt
14
- *
15
- * @see https://github.com/webcomponents/polyfills/tree/master/packages/scoped-custom-element-registry
16
- */
17
- if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,o=window.customElements.define,r=window.customElements.get,e=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 f=r.call(e,t);f||(f=u(t),o.call(e,t,f)),this===window.customElements&&(a.set(n,l),l.standInClass=f);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),e.upgrade.apply(e,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 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,o,r){let e=this._awaitingUpgrade.get(o);e||this._awaitingUpgrade.set(o,e=new Set),r?e.add(t):e.delete(t)}},window.HTMLElement=function(){let o=c;if(o)return c=void 0,o;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 o=Reflect.construct(t,[],r.standInClass),Object.setPrototypeOf(o,this.constructor.prototype),n.set(o,r),o},window.HTMLElement.prototype=t.prototype;const l=t=>t===document||t instanceof ShadowRoot,f=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=s.get(o)?.getRootNode()||document)}return o.customElements},u=o=>class{static get formAssociated(){return!0}constructor(){const r=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(r,HTMLElement.prototype);const e=f(r)||window.customElements,n=e._getDefinition(o);return n?p(r,n):i.set(r,e),r}connectedCallback(){const t=n.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,o,!0)}disconnectedCallback(){const t=n.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,o,!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,o,r)=>{if(0===o.size||void 0===r)return;const e=t.prototype.setAttribute;e&&(t.prototype.setAttribute=function(t,n){const i=t.toLowerCase();if(o.has(i)){const t=this.getAttribute(i);e.call(this,i,n),r.call(this,i,t,n)}else e.call(this,i,n)});const n=t.prototype.removeAttribute;n&&(t.prototype.removeAttribute=function(t){const e=t.toLowerCase();if(o.has(e)){const t=this.getAttribute(e);n.call(this,e),r.call(this,e,t,null)}else n.call(this,e)})},d=o=>{const r=Object.getPrototypeOf(o);if(r!==window.HTMLElement)return r===t||"HTMLElement"===r?.prototype?.constructor?.name?Object.setPrototypeOf(o,window.HTMLElement):d(r)},p=(t,o,r=!1)=>{Object.setPrototypeOf(t,o.elementClass.prototype),n.set(t,o),c=t;try{new o.elementClass}catch(t){d(o.elementClass),new o.elementClass}o.observedAttributes.forEach((r=>{t.hasAttribute(r)&&o.attributeChangedCallback.call(t,r,null,t.getAttribute(r))})),r&&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,r=void 0)=>{const e=(r?Object.getPrototypeOf(r):t.prototype)[o];t.prototype[o]=function(){g.push(this);const t=e.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,o)=>{const r=Object.getOwnPropertyDescriptor(t.prototype,o);Object.defineProperty(t.prototype,o,{...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,o=HTMLElement.prototype.attachInternals,r=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...r){const e=o.call(this,...r);return t.set(e,this),e},r.forEach((o=>{const r=window.ElementInternals.prototype,e=r[o];r[o]=function(...o){const r=t.get(this);if(!0!==n.get(r).formAssociated)throw new DOMException(`Failed to execute ${e} on 'ElementInternals': The target element is not a form-associated custom element.`);e?.call(this,...o)}}));class e 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 o=new Map;t.forEach(((t,r)=>{const e=t.getAttribute("name"),n=o.get(e)||[];this[+r]=t,n.push(t),o.set(e,n)})),this.length=t.length,o.forEach(((t,o)=>{t&&(1===t.length?this[o]=t[0]:this[o]=new e(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,[]),o=[];for(const r of t){const t=n.get(r);t&&!0!==t.formAssociated||o.push(r)}return new i(o)}})}}try{window.customElements.define("custom-element",null)}catch(Y){const t=window.customElements.define;window.customElements.define=(o,r,e)=>{if(null!==r)try{t.bind(window.customElements)(o,r,e)}catch(t){console.info(o,r,e,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 r=[...this.callbacks];this.callbacks=[];const e=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,n=null!==(o=this.resolvePromise)&&void 0!==o?o:()=>null;this.clearPromise();for(let t of r)try{await t()}catch(t){return void e(t)}n(!0)}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}
3
+ * @license
4
+ * Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
5
+ * This code may only be used under the BSD style license found at
6
+ * http://polymer.github.io/LICENSE.txt
7
+ * The complete set of authors may be found at
8
+ * http://polymer.github.io/AUTHORS.txt
9
+ * The complete set of contributors may be found at
10
+ * http://polymer.github.io/CONTRIBUTORS.txt
11
+ * Code distributed by Google as part of the polymer project is also
12
+ * subject to an additional IP rights grant found at
13
+ * http://polymer.github.io/PATENTS.txt
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}}
18
16
  /**
19
- * @license
20
- * Copyright 2017 Google LLC
21
- * SPDX-License-Identifier: BSD-3-Clause
22
- */const r=(t,o)=>"method"===o.kind&&o.descriptor&&!("value"in o.descriptor)?{...o,finisher(r){r.createProperty(o.key,t)}}:{kind:"field",key:Symbol(),placement:"own",descriptor:{},originalKey:o.key,initializer(){"function"==typeof o.initializer&&(this[o.key]=o.initializer.call(this))},finisher(r){r.createProperty(o.key,t)}};function e(t){return(o,e)=>void 0!==e?((t,o,r)=>{o.constructor.createProperty(r,t)})(t,o,e):r(t,o)
17
+ * @license
18
+ * Copyright 2019 Google LLC
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
23
21
  /**
24
- * @license
25
- * Copyright 2017 Google LLC
26
- * SPDX-License-Identifier: BSD-3-Clause
27
- */}
22
+ * @license
23
+ * Copyright 2017 Google LLC
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");
28
26
  /**
29
- * @license
30
- * Copyright 2021 Google LLC
31
- * SPDX-License-Identifier: BSD-3-Clause
32
- */
33
- var n;function i(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 r,e,n;if(Array.isArray(t)){if((r=t.length)!=o.length)return!1;for(e=r;0!=e--;)if(!i(t[e],o[e]))return!1;return!0}if(t instanceof Map&&o instanceof Map){if(t.size!==o.size)return!1;for(e of t.entries())if(!o.has(e[0]))return!1;for(e of t.entries())if(!i(e[1],o.get(e[0])))return!1;return!0}if(t instanceof Set&&o instanceof Set){if(t.size!==o.size)return!1;for(e of t.entries())if(!o.has(e[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((r=(n=Object.keys(t)).length)!==Object.keys(o).length)return!1;for(e=r;0!=e--;)if(!Object.prototype.hasOwnProperty.call(o,n[e]))return!1;for(e=r;0!=e--;){var a=n[e];if(!i(t[a],o[a]))return!1}return!0}return t!=t&&o!=o}(t,o)}catch(t){return!1}}null===(n=window.HTMLSlotElement)||void 0===n||n.prototype.assignedElements;const a=t=>o=>{window.customElements.get(t)||window.customElements.define(t,o)};function s(t,o){const r=()=>JSON.parse(JSON.stringify(t));return e({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,o)=>!i(t,o),...null!=o?o:{}})}
27
+ * @license
28
+ * Copyright 2017 Google LLC
29
+ * SPDX-License-Identifier: BSD-3-Clause
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)
34
32
  /**
35
- * @license
36
- * Copyright 2019 Google LLC
37
- * SPDX-License-Identifier: BSD-3-Clause
38
- */const c=window,l=c.ShadowRoot&&(void 0===c.ShadyCSS||c.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,f=Symbol(),u=new WeakMap;let h=class{constructor(t,o,r){if(this._$cssResult$=!0,r!==f)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(l&&void 0===t){const r=void 0!==o&&1===o.length;r&&(t=u.get(o)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),r&&u.set(o,t))}return t}toString(){return this.cssText}};const d=t=>new h("string"==typeof t?t:t+"",void 0,f),p=(t,...o)=>{const r=1===t.length?t[0]:o.reduce(((o,r,e)=>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.")})(r)+t[e+1]),t[0]);return new h(r,t,f)},y=(t,o)=>{l?t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):o.forEach((o=>{const r=document.createElement("style"),e=c.litNonce;void 0!==e&&r.setAttribute("nonce",e),r.textContent=o.cssText,t.appendChild(r)}))},g=l?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let o="";for(const r of t.cssRules)o+=r.cssText;return d(o)})(t):t
33
+ * @license
34
+ * Copyright 2017 Google LLC
35
+ * SPDX-License-Identifier: BSD-3-Clause
36
+ */}const M=(t,o,e)=>(e.configurable=!0,e.enumerable=!0,e)
39
37
  /**
40
- * @license
41
- * Copyright 2017 Google LLC
42
- * SPDX-License-Identifier: BSD-3-Clause
43
- */;var m;const b=window,N=b.trustedTypes,O=N?N.emptyScript:"",v=b.reactiveElementPolyfillSupport,S={toAttribute(t,o){switch(o){case Boolean:t=t?O:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,o){let r=t;switch(o){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}},w=(t,o)=>o!==t&&(o==o||t==t),x={attribute:!0,type:String,converter:S,reflect:!1,hasChanged:w};let C=class extends HTMLElement{constructor(){super(),this._$Ei=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$El=null,this.u()}static addInitializer(t){var o;this.finalize(),(null!==(o=this.h)&&void 0!==o?o:this.h=[]).push(t)}static get observedAttributes(){this.finalize();const t=[];return this.elementProperties.forEach(((o,r)=>{const e=this._$Ep(r,o);void 0!==e&&(this._$Ev.set(e,r),t.push(e))})),t}static createProperty(t,o=x){if(o.state&&(o.attribute=!1),this.finalize(),this.elementProperties.set(t,o),!o.noAccessor&&!this.prototype.hasOwnProperty(t)){const r="symbol"==typeof t?Symbol():"__"+t,e=this.getPropertyDescriptor(t,r,o);void 0!==e&&Object.defineProperty(this.prototype,t,e)}}static getPropertyDescriptor(t,o,r){return{get(){return this[o]},set(e){const n=this[t];this[o]=e,this.requestUpdate(t,n,r)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||x}static finalize(){if(this.hasOwnProperty("finalized"))return!1;this.finalized=!0;const t=Object.getPrototypeOf(this);if(t.finalize(),void 0!==t.h&&(this.h=[...t.h]),this.elementProperties=new Map(t.elementProperties),this._$Ev=new Map,this.hasOwnProperty("properties")){const t=this.properties,o=[...Object.getOwnPropertyNames(t),...Object.getOwnPropertySymbols(t)];for(const r of o)this.createProperty(r,t[r])}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(t){const o=[];if(Array.isArray(t)){const r=new Set(t.flat(1/0).reverse());for(const t of r)o.unshift(g(t))}else void 0!==t&&o.push(g(t));return o}static _$Ep(t,o){const r=o.attribute;return!1===r?void 0:"string"==typeof r?r:"string"==typeof t?t.toLowerCase():void 0}u(){var t;this._$E_=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$Eg(),this.requestUpdate(),null===(t=this.constructor.h)||void 0===t||t.forEach((t=>t(this)))}addController(t){var o,r;(null!==(o=this._$ES)&&void 0!==o?o:this._$ES=[]).push(t),void 0!==this.renderRoot&&this.isConnected&&(null===(r=t.hostConnected)||void 0===r||r.call(t))}removeController(t){var o;null===(o=this._$ES)||void 0===o||o.splice(this._$ES.indexOf(t)>>>0,1)}_$Eg(){this.constructor.elementProperties.forEach(((t,o)=>{this.hasOwnProperty(o)&&(this._$Ei.set(o,this[o]),delete this[o])}))}createRenderRoot(){var t;const o=null!==(t=this.shadowRoot)&&void 0!==t?t:this.attachShadow(this.constructor.shadowRootOptions);return y(o,this.constructor.elementStyles),o}connectedCallback(){var t;void 0===this.renderRoot&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var o;return null===(o=t.hostConnected)||void 0===o?void 0:o.call(t)}))}enableUpdating(t){}disconnectedCallback(){var t;null===(t=this._$ES)||void 0===t||t.forEach((t=>{var o;return null===(o=t.hostDisconnected)||void 0===o?void 0:o.call(t)}))}attributeChangedCallback(t,o,r){this._$AK(t,r)}_$EO(t,o,r=x){var e;const n=this.constructor._$Ep(t,r);if(void 0!==n&&!0===r.reflect){const i=(void 0!==(null===(e=r.converter)||void 0===e?void 0:e.toAttribute)?r.converter:S).toAttribute(o,r.type);this._$El=t,null==i?this.removeAttribute(n):this.setAttribute(n,i),this._$El=null}}_$AK(t,o){var r;const e=this.constructor,n=e._$Ev.get(t);if(void 0!==n&&this._$El!==n){const t=e.getPropertyOptions(n),i="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==(null===(r=t.converter)||void 0===r?void 0:r.fromAttribute)?t.converter:S;this._$El=n,this[n]=i.fromAttribute(o,t.type),this._$El=null}}requestUpdate(t,o,r){let e=!0;void 0!==t&&(((r=r||this.constructor.getPropertyOptions(t)).hasChanged||w)(this[t],o)?(this._$AL.has(t)||this._$AL.set(t,o),!0===r.reflect&&this._$El!==t&&(void 0===this._$EC&&(this._$EC=new Map),this._$EC.set(t,r))):e=!1),!this.isUpdatePending&&e&&(this._$E_=this._$Ej())}async _$Ej(){this.isUpdatePending=!0;try{await this._$E_}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var t;if(!this.isUpdatePending)return;this.hasUpdated,this._$Ei&&(this._$Ei.forEach(((t,o)=>this[o]=t)),this._$Ei=void 0);let o=!1;const r=this._$AL;try{o=this.shouldUpdate(r),o?(this.willUpdate(r),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var o;return null===(o=t.hostUpdate)||void 0===o?void 0:o.call(t)})),this.update(r)):this._$Ek()}catch(t){throw o=!1,this._$Ek(),t}o&&this._$AE(r)}willUpdate(t){}_$AE(t){var o;null===(o=this._$ES)||void 0===o||o.forEach((t=>{var o;return null===(o=t.hostUpdated)||void 0===o?void 0:o.call(t)})),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$Ek(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$E_}shouldUpdate(t){return!0}update(t){void 0!==this._$EC&&(this._$EC.forEach(((t,o)=>this._$EO(o,this[o],t))),this._$EC=void 0),this._$Ek()}updated(t){}firstUpdated(t){}};
38
+ * @license
39
+ * Copyright 2017 Google LLC
40
+ * SPDX-License-Identifier: BSD-3-Clause
41
+ */;function R(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(!R(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(!R(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(!R(t[n],o[n]))return!1}return!0}return t!=t&&o!=o}(t,o)}catch(t){return!1}}const E=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)=>!R(t,o),...null!=o?o:{}})}
44
42
  /**
45
- * @license
46
- * Copyright 2017 Google LLC
47
- * SPDX-License-Identifier: BSD-3-Clause
48
- */
49
- var R;C.finalized=!0,C.elementProperties=new Map,C.elementStyles=[],C.shadowRootOptions={mode:"open"},null==v||v({ReactiveElement:C}),(null!==(m=b.reactiveElementVersions)&&void 0!==m?m:b.reactiveElementVersions=[]).push("1.6.1");const M=window,E=M.trustedTypes,Y=E?E.createPolicy("lit-html",{createHTML:t=>t}):void 0,U="$lit$",k=`lit$${(Math.random()+"").slice(9)}$`,W="?"+k,D=`<${W}>`,L=document,I=()=>L.createComment(""),Z=t=>null===t||"object"!=typeof t&&"function"!=typeof t,K=Array.isArray,F="[ \t\n\f\r]",A=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,G=/-->/g,H=/>/g,T=RegExp(`>|${F}(?:([^\\s"'>=/]+)(${F}*=${F}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),_=/'/g,B=/"/g,$=/^(?:script|style|textarea|title)$/i,z=(t=>(o,...r)=>({_$litType$:t,strings:o,values:r}))(1),j=Symbol.for("lit-noChange"),P=Symbol.for("lit-nothing"),J=new WeakMap,q=L.createTreeWalker(L,129,null,!1),Q=(t,o)=>{const r=t.length-1,e=[];let n,i=2===o?"<svg>":"",a=A;for(let o=0;o<r;o++){const r=t[o];let s,c,l=-1,f=0;for(;f<r.length&&(a.lastIndex=f,c=a.exec(r),null!==c);)f=a.lastIndex,a===A?"!--"===c[1]?a=G:void 0!==c[1]?a=H:void 0!==c[2]?($.test(c[2])&&(n=RegExp("</"+c[2],"g")),a=T):void 0!==c[3]&&(a=T):a===T?">"===c[0]?(a=null!=n?n:A,l=-1):void 0===c[1]?l=-2:(l=a.lastIndex-c[2].length,s=c[1],a=void 0===c[3]?T:'"'===c[3]?B:_):a===B||a===_?a=T:a===G||a===H?a=A:(a=T,n=void 0);const u=a===T&&t[o+1].startsWith("/>")?" ":"";i+=a===A?r+D:l>=0?(e.push(s),r.slice(0,l)+U+r.slice(l)+k+u):r+k+(-2===l?(e.push(void 0),o):u)}const s=i+(t[r]||"<?>")+(2===o?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==Y?Y.createHTML(s):s,e]};class V{constructor({strings:t,_$litType$:o},r){let e;this.parts=[];let n=0,i=0;const a=t.length-1,s=this.parts,[c,l]=Q(t,o);if(this.el=V.createElement(c,r),q.currentNode=this.el.content,2===o){const t=this.el.content,o=t.firstChild;o.remove(),t.append(...o.childNodes)}for(;null!==(e=q.nextNode())&&s.length<a;){if(1===e.nodeType){if(e.hasAttributes()){const t=[];for(const o of e.getAttributeNames())if(o.endsWith(U)||o.startsWith(k)){const r=l[i++];if(t.push(o),void 0!==r){const t=e.getAttribute(r.toLowerCase()+U).split(k),o=/([.?@])?(.*)/.exec(r);s.push({type:1,index:n,name:o[2],strings:t,ctor:"."===o[1]?et:"?"===o[1]?it:"@"===o[1]?at:rt})}else s.push({type:6,index:n})}for(const o of t)e.removeAttribute(o)}if($.test(e.tagName)){const t=e.textContent.split(k),o=t.length-1;if(o>0){e.textContent=E?E.emptyScript:"";for(let r=0;r<o;r++)e.append(t[r],I()),q.nextNode(),s.push({type:2,index:++n});e.append(t[o],I())}}}else if(8===e.nodeType)if(e.data===W)s.push({type:2,index:n});else{let t=-1;for(;-1!==(t=e.data.indexOf(k,t+1));)s.push({type:7,index:n}),t+=k.length-1}n++}}static createElement(t,o){const r=L.createElement("template");return r.innerHTML=t,r}}function X(t,o,r=t,e){var n,i,a,s;if(o===j)return o;let c=void 0!==e?null===(n=r._$Co)||void 0===n?void 0:n[e]:r._$Cl;const l=Z(o)?void 0:o._$litDirective$;return(null==c?void 0:c.constructor)!==l&&(null===(i=null==c?void 0:c._$AO)||void 0===i||i.call(c,!1),void 0===l?c=void 0:(c=new l(t),c._$AT(t,r,e)),void 0!==e?(null!==(a=(s=r)._$Co)&&void 0!==a?a:s._$Co=[])[e]=c:r._$Cl=c),void 0!==c&&(o=X(t,c._$AS(t,o.values),c,e)),o}class tt{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){var o;const{el:{content:r},parts:e}=this._$AD,n=(null!==(o=null==t?void 0:t.creationScope)&&void 0!==o?o:L).importNode(r,!0);q.currentNode=n;let i=q.nextNode(),a=0,s=0,c=e[0];for(;void 0!==c;){if(a===c.index){let o;2===c.type?o=new ot(i,i.nextSibling,this,t):1===c.type?o=new c.ctor(i,c.name,c.strings,this,t):6===c.type&&(o=new st(i,this,t)),this._$AV.push(o),c=e[++s]}a!==(null==c?void 0:c.index)&&(i=q.nextNode(),a++)}return n}v(t){let o=0;for(const r of this._$AV)void 0!==r&&(void 0!==r.strings?(r._$AI(t,r,o),o+=r.strings.length-2):r._$AI(t[o])),o++}}class ot{constructor(t,o,r,e){var n;this.type=2,this._$AH=P,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=r,this.options=e,this._$Cp=null===(n=null==e?void 0:e.isConnected)||void 0===n||n}get _$AU(){var t,o;return null!==(o=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==o?o:this._$Cp}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===(null==t?void 0:t.nodeType)&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=X(this,t,o),Z(t)?t===P||null==t||""===t?(this._$AH!==P&&this._$AR(),this._$AH=P):t!==this._$AH&&t!==j&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>K(t)||"function"==typeof(null==t?void 0: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!==P&&Z(this._$AH)?this._$AA.nextSibling.data=t:this.$(L.createTextNode(t)),this._$AH=t}g(t){var o;const{values:r,_$litType$:e}=t,n="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=V.createElement(e.h,this.options)),e);if((null===(o=this._$AH)||void 0===o?void 0:o._$AD)===n)this._$AH.v(r);else{const t=new tt(n,this),o=t.u(this.options);t.v(r),this.$(o),this._$AH=t}}_$AC(t){let o=J.get(t.strings);return void 0===o&&J.set(t.strings,o=new V(t)),o}T(t){K(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let r,e=0;for(const n of t)e===o.length?o.push(r=new ot(this.k(I()),this.k(I()),this,this.options)):r=o[e],r._$AI(n),e++;e<o.length&&(this._$AR(r&&r._$AB.nextSibling,e),o.length=e)}_$AR(t=this._$AA.nextSibling,o){var r;for(null===(r=this._$AP)||void 0===r||r.call(this,!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){var o;void 0===this._$AM&&(this._$Cp=t,null===(o=this._$AP)||void 0===o||o.call(this,t))}}class rt{constructor(t,o,r,e,n){this.type=1,this._$AH=P,this._$AN=void 0,this.element=t,this.name=o,this._$AM=e,this.options=n,r.length>2||""!==r[0]||""!==r[1]?(this._$AH=Array(r.length-1).fill(new String),this.strings=r):this._$AH=P}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,o=this,r,e){const n=this.strings;let i=!1;if(void 0===n)t=X(this,t,o,0),i=!Z(t)||t!==this._$AH&&t!==j,i&&(this._$AH=t);else{const e=t;let a,s;for(t=n[0],a=0;a<n.length-1;a++)s=X(this,e[r+a],o,a),s===j&&(s=this._$AH[a]),i||(i=!Z(s)||s!==this._$AH[a]),s===P?t=P:t!==P&&(t+=(null!=s?s:"")+n[a+1]),this._$AH[a]=s}i&&!e&&this.j(t)}j(t){t===P?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class et extends rt{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===P?void 0:t}}const nt=E?E.emptyScript:"";class it extends rt{constructor(){super(...arguments),this.type=4}j(t){t&&t!==P?this.element.setAttribute(this.name,nt):this.element.removeAttribute(this.name)}}class at extends rt{constructor(t,o,r,e,n){super(t,o,r,e,n),this.type=5}_$AI(t,o=this){var r;if((t=null!==(r=X(this,t,o,0))&&void 0!==r?r:P)===j)return;const e=this._$AH,n=t===P&&e!==P||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,i=t!==P&&(e===P||n);n&&this.element.removeEventListener(this.name,this,e),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var o,r;"function"==typeof this._$AH?this._$AH.call(null!==(r=null===(o=this.options)||void 0===o?void 0:o.host)&&void 0!==r?r:this.element,t):this._$AH.handleEvent(t)}}class st{constructor(t,o,r){this.element=t,this.type=6,this._$AN=void 0,this._$AM=o,this.options=r}get _$AU(){return this._$AM._$AU}_$AI(t){X(this,t)}}const ct=M.litHtmlPolyfillSupport;null==ct||ct(V,ot),(null!==(R=M.litHtmlVersions)&&void 0!==R?R:M.litHtmlVersions=[]).push("2.7.3");
43
+ * @license
44
+ * Copyright 2017 Google LLC
45
+ * SPDX-License-Identifier: BSD-3-Clause
46
+ */const Y=globalThis,k=Y.trustedTypes,W=k?k.createPolicy("lit-html",{createHTML:t=>t}):void 0,D="$lit$",L=`lit$${(Math.random()+"").slice(9)}$`,I="?"+L,Z=`<${I}>`,K=document,A=()=>K.createComment(""),F=t=>null===t||"object"!=typeof t&&"function"!=typeof t,_=Array.isArray,$="[ \t\n\f\r]",T=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,G=/-->/g,H=/>/g,B=RegExp(`>|${$}(?:([^\\s"'>=/]+)(${$}*=${$}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),z=/'/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!==W?W.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=T;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===T?"!--"===c[1]?s=G:void 0!==c[1]?s=H:void 0!==c[2]?(P.test(c[2])&&(i=RegExp("</"+c[2],"g")),s=B):void 0!==c[3]&&(s=B):s===B?">"===c[0]?(s=i??T,l=-1):void 0===c[1]?l=-2:(l=s.lastIndex-c[2].length,a=c[1],s=void 0===c[3]?B:'"'===c[3]?j:z):s===j||s===z?s=B:s===G||s===H?s=T:(s=B,i=void 0);const f=s===B&&t[o+1].startsWith("/>")?" ":"";n+=s===T?e+Z:l>=0?(r.push(a),e.slice(0,l)+D+e.slice(l)+L+f):e+L+(-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(L),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(L)&&(c.push({type:6,index:n}),i.removeAttribute(t));if(P.test(i.tagName)){const t=i.textContent.split(L),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===I)c.push({type:2,index:n});else{let t=-1;for(;-1!==(t=i.data.indexOf(L,t+1));)c.push({type:7,index:n}),t+=L.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=>_(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){_(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=Y.litHtmlPolyfillSupport;ct?.(tt,et),(Y.litHtmlVersions??=[]).push("3.1.0");
50
47
  /**
51
- * @license
52
- * Copyright 2017 Google LLC
53
- * SPDX-License-Identifier: BSD-3-Clause
54
- */
55
- var lt,ft;class ut extends C{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var t,o;const r=super.createRenderRoot();return null!==(t=(o=this.renderOptions).renderBefore)&&void 0!==t||(o.renderBefore=r.firstChild),r}update(t){const o=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,o,r)=>{var e,n;const i=null!==(e=null==r?void 0:r.renderBefore)&&void 0!==e?e:o;let a=i._$litPart$;if(void 0===a){const t=null!==(n=null==r?void 0:r.renderBefore)&&void 0!==n?n:null;i._$litPart$=a=new ot(o.insertBefore(I(),t),t,void 0,null!=r?r:{})}return a._$AI(t),a})(o,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!1)}render(){return j}}ut.finalized=!0,ut._$litElement$=!0,null===(lt=globalThis.litElementHydrateSupport)||void 0===lt||lt.call(globalThis,{LitElement:ut});const ht=globalThis.litElementPolyfillSupport;null==ht||ht({LitElement:ut}),(null!==(ft=globalThis.litElementVersions)&&void 0!==ft?ft:globalThis.litElementVersions=[]).push("3.3.2");const dt=t=>"string"==typeof t?d(t):t;class pt{static create(t,o,r,e){const n=t=>dt(null!=t?t:e),i=p`var(${dt(t)}, ${n(e)})`;return i.name=t,i.description=t,i.category=r,i.defaultValue=e,i.defaultCssValue=n,i.get=o=>p`var(${dt(t)}, ${n(o)})`,i.breadcrumb=()=>[],i.lastResortDefaultValue=()=>e,i}static extend(t,o,r,e){const n=t=>r.get(null!=t?t:e),i=p`var(${dt(t)}, ${n(e)})`;return i.name=t,i.description=o,i.category=r.category,i.fallbackVariable=r,i.defaultValue=e,i.defaultCssValue=n,i.get=o=>p`var(${dt(t)}, ${n(o)})`,i.breadcrumb=()=>[r.name,...r.breadcrumb()],i.lastResortDefaultValue=()=>null!=e?e:r.lastResortDefaultValue(),i}static external(t,o){const r=o=>t.fallbackVariable?t.fallbackVariable.get(null!=o?o:t.defaultValue):dt(null!=o?o:t.lastResortDefaultValue()),e=p`var(${dt(t.name)}, ${r(t.defaultValue)})`;return e.name=t.name,e.category=t.category,e.fallbackVariable=t.fallbackVariable,e.defaultValue=t.defaultValue,e.context=o,e.defaultCssValue=r,e.get=o=>p`var(${dt(t.name)}, ${r(o)})`,e.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],e.lastResortDefaultValue=()=>t.lastResortDefaultValue(),e}}const yt={colorWhite:pt.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:pt.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:pt.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:pt.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:pt.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:pt.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:pt.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:pt.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:pt.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:pt.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:pt.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:pt.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:pt.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:pt.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:pt.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:pt.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:pt.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:pt.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:pt.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:pt.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:pt.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:pt.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:pt.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:pt.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:pt.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:pt.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:pt.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:pt.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:pt.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:pt.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:pt.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:pt.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:pt.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:pt.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:pt.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:pt.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:pt.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:pt.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:pt.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:pt.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:pt.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:pt.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:pt.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:pt.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:pt.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:pt.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:pt.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:pt.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:pt.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:pt.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:pt.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:pt.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:pt.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:pt.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:pt.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:pt.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:pt.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:pt.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:pt.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:pt.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:pt.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:pt.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:pt.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:pt.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:pt.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:pt.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:pt.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:pt.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:pt.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:pt.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:pt.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:pt.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:pt.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:pt.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:pt.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:pt.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:pt.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:pt.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:pt.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:pt.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:pt.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:pt.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:pt.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:pt.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:pt.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:pt.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:pt.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:pt.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:pt.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:pt.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:pt.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:pt.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:pt.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:pt.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:pt.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:pt.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:pt.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:pt.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:pt.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:pt.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:pt.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:pt.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:pt.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:pt.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:pt.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:pt.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:pt.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:pt.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:pt.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:pt.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:pt.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:pt.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:pt.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:pt.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:pt.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:pt.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:pt.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:pt.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:pt.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:pt.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:pt.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:pt.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:pt.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:pt.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:pt.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:pt.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:pt.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:pt.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:pt.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:pt.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:pt.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:pt.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:pt.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:pt.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:pt.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:pt.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:pt.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:pt.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:pt.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:pt.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:pt.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:pt.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:pt.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:pt.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:pt.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:pt.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:pt.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:pt.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:pt.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:pt.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:pt.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:pt.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:pt.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:pt.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:pt.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:pt.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:pt.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:pt.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:pt.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:pt.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:pt.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:pt.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:pt.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:pt.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:pt.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:pt.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:pt.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:pt.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:pt.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:pt.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:pt.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:pt.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:pt.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:pt.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:pt.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:pt.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:pt.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:pt.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:pt.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:pt.create("--ft-icon-size-6","","SIZE","48px"),opacity0:pt.create("--ft-opacity-0","","NUMBER","0"),opacity8:pt.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:pt.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:pt.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:pt.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:pt.create("--ft-opacity-80","","NUMBER","0.8")};pt.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),pt.create("--ft-typography-display-lineHeight","","SIZE","120%"),pt.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),pt.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),pt.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-display-textCase","","UNKNOWN","none"),pt.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),pt.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),pt.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),pt.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),pt.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-title-1-textCase","","UNKNOWN","none"),pt.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),pt.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),pt.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),pt.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),pt.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-title-2-textCase","","UNKNOWN","none"),pt.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),pt.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),pt.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),pt.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),pt.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-title-3-textCase","","UNKNOWN","none"),pt.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),pt.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),pt.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),pt.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),pt.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none"),pt.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),pt.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),pt.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),pt.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),pt.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none"),pt.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),pt.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),pt.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),pt.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),pt.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none"),pt.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),pt.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),pt.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),pt.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),pt.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none"),pt.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),pt.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),pt.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),pt.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),pt.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none"),pt.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),pt.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),pt.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),pt.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),pt.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none"),pt.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),pt.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),pt.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),pt.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),pt.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),pt.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),pt.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),pt.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),pt.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),pt.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),pt.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),pt.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),pt.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),pt.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),pt.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),pt.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),pt.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),pt.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),pt.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),pt.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),pt.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),pt.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),pt.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),pt.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),pt.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),pt.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),pt.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),pt.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),pt.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),pt.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),pt.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),pt.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),pt.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),pt.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),pt.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),pt.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),pt.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),pt.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),pt.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),pt.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),pt.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),pt.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),pt.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),pt.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),pt.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),pt.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),pt.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),pt.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),pt.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),pt.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),pt.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),pt.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),pt.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),pt.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),pt.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),pt.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none"),pt.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),pt.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),pt.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),pt.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),pt.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),pt.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),pt.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),pt.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),pt.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none");const gt={backgroundActionPrimary:pt.extend("--ft-background-action-primary","Used as backgorund of primary action components.",yt.colorBrand0),backgroundErrorPrimary:pt.extend("--ft-background-error-primary","Used as background of error components.",yt.colorRed0),backgroundErrorSubtle:pt.extend("--ft-background-error-subtle","Used as background of subtle error components.",yt.colorRed10),backgroundInfoPrimary:pt.extend("--ft-background-info-primary","Used as background of information components.",yt.colorCyan200),backgroundInfoSubtle:pt.extend("--ft-background-info-subtle","Used as background of subtle information components.",yt.colorCyan10),backgroundWarningPrimary:pt.extend("--ft-background-warning-primary","Used as background of warning components.",yt.colorOrange300),backgroundWarningSubtle:pt.extend("--ft-background-warning-subtle","Used as background of subtle information components.",yt.colorOrange10),backgroundSuccessPrimary:pt.extend("--ft-background-success-primary","Used as background of success components.",yt.colorGreen200),backgroundSuccessSubtle:pt.extend("--ft-background-success-subtle","Used as background of subtle success components.",yt.colorGreen10),backgroundGlobalSurface:pt.extend("--ft-background-global-surface","Used as app background.",yt.colorWhite),backgroundGlobalOnSurface:pt.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",yt.colorGray10),backgroundGlobalOnSurfaceDark:pt.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",yt.colorGray30),contentActionPrimary:pt.extend("--ft-content-action-primary","Used on label of primary action on light surface.",yt.colorBrand0),contentWarningPrimary:pt.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",yt.colorOrange300),contentWarningIconOnly:pt.extend("--ft-content-warning-icon-only","Used on warning status icons alone",yt.colorOrange0),contentErrorPrimary:pt.extend("--ft-content-error-primary","Used on label of error messages on light surface.",yt.colorRed0),contentErrorIconOnly:pt.extend("--ft-content-error-icon-only","Used on error status icons alone",yt.colorRed0),contentInfoPrimary:pt.extend("--ft-content-info-primary","Used on label of information messages on light surface.",yt.colorCyan200),contentInfoIconOnly:pt.extend("--ft-content-info-icon-only","Used on info status icons alone",yt.colorCyan0),contentSuccessIconOnly:pt.extend("--ft-content-success-icon-only","Used on success status icons alone",yt.colorGreen0),contentSuccessPrimary:pt.extend("--ft-content-success-primary","Used on label of success messages on light surface.",yt.colorGreen200),contentGlobalPrimary:pt.extend("--ft-content-global-primary","Used for main content on the page.",yt.colorGray500),contentGlobalSecondary:pt.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",yt.colorGray200),contentGlobalSubtle:pt.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",yt.colorGray0),contentGlobalOnColor:pt.extend("--ft-content-global-on-color","Used for content on a dominant color.",yt.colorWhite),borderActionPrimary:pt.extend("--ft-border-action-primary","Used as border for primary action components.",yt.colorBrand0),borderActionFocusRing:pt.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",yt.colorCyan0),borderWarningPrimary:pt.extend("--ft-border-warning-primary","Used as border for warning components.",yt.colorOrange30),borderSuccessPrimary:pt.extend("--ft-border-success-primary","Used as border for success components.",yt.colorGreen30),borderErrorPrimary:pt.extend("--ft-border-error-primary","Used as border for error components.",yt.colorRed30),borderInfoPrimary:pt.extend("--ft-border-info-primary","Used as border for information components.",yt.colorCyan30),borderGlobalSubtle:pt.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",yt.colorGray30),borderGlobalPrimary:pt.extend("--ft-border-global-primary","Used as border for element like input.",yt.colorGray50),borderInputPrimary:pt.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",yt.colorGray80)};pt.create("--ft-button-large-height","","SIZE","40px"),pt.extend("--ft-button-large-horizontal-padding","",yt.spacing4),pt.extend("--ft-button-large-gap","",yt.spacing2),pt.extend("--ft-button-large-border-radius","",yt.borderRadiusS),pt.extend("--ft-button-large-icon-size","",yt.iconSize3),pt.create("--ft-button-large-border-width","","SIZE","1px"),pt.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),pt.create("--ft-button-large-focus-outline-width","","SIZE","2px"),pt.create("--ft-button-large-icon-only-width","","SIZE","40px"),pt.create("--ft-button-small-height","","SIZE","30px"),pt.extend("--ft-button-small-horizontal-padding","",yt.spacing3),pt.extend("--ft-button-small-gap","",yt.spacing2),pt.extend("--ft-button-small-border-radius","",yt.borderRadiusS),pt.extend("--ft-button-small-icon-size","",yt.iconSize2),pt.create("--ft-button-small-border-width","","SIZE","1px"),pt.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),pt.create("--ft-button-small-focus-outline-width","","SIZE","2px"),pt.create("--ft-button-small-icon-only-width","","SIZE","30px"),pt.extend("--ft-button-primary-background-color","",gt.backgroundActionPrimary),pt.extend("--ft-button-primary-color","",gt.contentGlobalOnColor),pt.extend("--ft-button-primary-icon-color","",gt.contentGlobalOnColor),pt.extend("--ft-button-primary-state-layer-color","",gt.contentGlobalOnColor),pt.extend("--ft-button-primary-state-layer-opacity-hover","",yt.opacity16),pt.extend("--ft-button-primary-state-layer-opacity-focus","",yt.opacity16),pt.extend("--ft-button-primary-state-layer-opacity-active","",yt.opacity24),pt.extend("--ft-button-primary-component-opacity-disabled","",yt.opacity40),pt.extend("--ft-button-focus-focus-ring-color","",gt.borderActionFocusRing),pt.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),pt.extend("--ft-button-tertiary-color","",gt.contentActionPrimary),pt.extend("--ft-button-tertiary-icon-color","",gt.contentActionPrimary),pt.extend("--ft-button-tertiary-state-layer-color","",gt.contentActionPrimary),pt.extend("--ft-button-tertiary-state-layer-opacity-hover","",yt.opacity8),pt.extend("--ft-button-tertiary-state-layer-opacity-focus","",yt.opacity8),pt.extend("--ft-button-tertiary-state-layer-opacity-active","",yt.opacity16),pt.extend("--ft-button-tertiary-component-opacity-disabled","",yt.opacity40),pt.extend("--ft-button-secondary-background-color","",yt.colorWhite),pt.extend("--ft-button-secondary-color","",gt.contentActionPrimary),pt.extend("--ft-button-secondary-icon-color","",gt.contentActionPrimary),pt.extend("--ft-button-secondary-state-layer-color","",gt.contentActionPrimary),pt.extend("--ft-button-secondary-state-layer-opacity-hover","",yt.opacity8),pt.extend("--ft-button-secondary-state-layer-opacity-focus","",yt.opacity8),pt.extend("--ft-button-secondary-state-layer-opacity-active","",yt.opacity16),pt.extend("--ft-button-secondary-component-opacity-disabled","",yt.opacity40),pt.extend("--ft-button-secondary-border-color","",gt.borderActionPrimary),pt.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),pt.extend("--ft-button-neutral-icon-color","",gt.contentGlobalSecondary),pt.extend("--ft-button-neutral-color","",gt.contentGlobalSecondary),pt.extend("--ft-button-neutral-state-layer-color","",gt.contentGlobalSecondary),pt.extend("--ft-button-neutral-state-layer-opacity-hover","",yt.opacity8),pt.extend("--ft-button-neutral-state-layer-opacity-focus","",yt.opacity8),pt.extend("--ft-button-neutral-state-layer-opacity-active","",yt.opacity16),pt.extend("--ft-button-neutral-component-opacity-disabled","",yt.opacity40),pt.extend("--ft-tabs-top-left-border-radius","",yt.borderRadiusS),pt.extend("--ft-tabs-top-right-border-radius","",yt.borderRadiusS),pt.extend("--ft-tabs-label-horizontal-padding","",yt.spacing4),pt.extend("--ft-tabs-label-vertical-padding","",yt.spacing3),pt.extend("--ft-tabs-label-gap","",yt.spacing1),pt.extend("--ft-switch-group-horizontal-padding","",yt.spacing1),pt.extend("--ft-switch-group-vertical-padding","",yt.spacing1),pt.extend("--ft-switch-group-gap","",yt.spacing1),pt.extend("--ft-switch-group-background-color","",gt.backgroundGlobalSurface),pt.extend("--ft-switch-group-border-color","",gt.borderGlobalSubtle),pt.create("--ft-switch-group-border-radius","","SIZE","6px"),pt.extend("--ft-switch-label-horizontal-padding","",yt.spacing2),pt.extend("--ft-switch-label-vertical-padding","",yt.spacing1),pt.extend("--ft-switch-icon-horizontal-padding","",yt.spacing1),pt.extend("--ft-switch-icon-vertical-padding","",yt.spacing1),pt.create("--ft-switch-focus-outline-width","","SIZE","2px"),pt.extend("--ft-switch-focus-focus-ring-color","",gt.borderActionFocusRing),pt.extend("--ft-switch-option-border-radius","",yt.borderRadiusS),pt.extend("--ft-switch-off-state-layer-opacity-hover","",yt.opacity8),pt.extend("--ft-switch-off-state-layer-opacity-focus","",yt.opacity8),pt.extend("--ft-switch-off-state-layer-opacity-active","",yt.opacity16),pt.extend("--ft-switch-off-component-opacity-disabled","",yt.opacity40),pt.extend("--ft-switch-off-color","",gt.contentGlobalSubtle),pt.extend("--ft-switch-off-state-layer-color","",gt.contentGlobalSubtle),pt.extend("--ft-chart-1-light","for area color charts",yt.colorBrand40),pt.extend("--ft-chart-1-base","for line charts",yt.colorBrand0),pt.extend("--ft-chart-2-light","for area color charts",yt.colorYellow60),pt.extend("--ft-chart-2-base","for line charts",yt.colorYellow100),pt.extend("--ft-chart-3-light","",yt.colorUltramarine40),pt.extend("--ft-chart-3-base","",yt.colorUltramarine70),pt.extend("--ft-chart-4-light","",yt.colorCyan50),pt.extend("--ft-chart-4-base","",yt.colorCyan100),pt.extend("--ft-chart-5-light","",yt.colorRed40),pt.extend("--ft-chart-5-base","",yt.colorRed60),pt.extend("--ft-chart-6-light","",yt.colorGreen40),pt.extend("--ft-chart-6-base","",yt.colorGreen70),pt.extend("--ft-chart-7-light","",yt.colorOrange70),pt.extend("--ft-chart-7-base","",yt.colorOrange100),pt.extend("--ft-chart-8-light","",yt.colorAvocado70),pt.extend("--ft-chart-8-base","",yt.colorAvocado200),pt.extend("--ft-chart-9-light","",yt.colorBrown50),pt.extend("--ft-chart-9-base","",yt.colorBrown200),pt.extend("--ft-chart-10-light","",yt.colorGray50),pt.extend("--ft-chart-10-base","",yt.colorGray80),pt.extend("--ft-chart-monochrome-10","",yt.colorBrand10),pt.extend("--ft-chart-monochrome-20","",yt.colorBrand20),pt.extend("--ft-chart-monochrome-30","",yt.colorBrand40),pt.extend("--ft-chart-monochrome-40","",yt.colorBrand60),pt.extend("--ft-chart-monochrome-50","",yt.colorBrand0),pt.extend("--ft-chart-monochrome-60","",yt.colorBrand200),pt.extend("--ft-chip-large-horizontal-padding","",yt.spacing4),pt.extend("--ft-chip-large-vertical-padding","",yt.spacing2),pt.extend("--ft-chip-large-gap","",yt.spacing1),pt.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),pt.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),pt.extend("--ft-chip-large-border-radius","",yt.borderRadiusPill),pt.create("--ft-chip-large-border-width","","SIZE","1px"),pt.extend("--ft-chip-large-icon-size","",yt.iconSize3),pt.extend("--ft-chip-medium-horizontal-padding","",yt.spacing3),pt.extend("--ft-chip-medium-vertical-padding","",yt.spacing1),pt.extend("--ft-chip-medium-gap","",yt.spacing1),pt.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),pt.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),pt.extend("--ft-chip-medium-border-radius","",yt.borderRadiusPill),pt.create("--ft-chip-medium-border-width","","SIZE","1px"),pt.extend("--ft-chip-medium-icon-size","",yt.iconSize2),pt.extend("--ft-chip-small-horizontal-padding","",yt.spacing2),pt.extend("--ft-chip-small-vertical-padding","",yt.spacing05),pt.extend("--ft-chip-small-gap","",yt.spacing1),pt.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),pt.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),pt.extend("--ft-chip-small-border-radius","",yt.borderRadiusPill),pt.create("--ft-chip-small-border-width","","SIZE","1px"),pt.extend("--ft-chip-small-icon-size","",yt.iconSize1),pt.extend("--ft-chip-neutral-background-color","",gt.backgroundGlobalOnSurface),pt.extend("--ft-chip-neutral-color","",gt.contentGlobalPrimary),pt.extend("--ft-chip-neutral-border-color","",gt.borderGlobalSubtle),pt.extend("--ft-chip-info-background-color","",gt.backgroundInfoSubtle),pt.extend("--ft-chip-info-color","",gt.contentInfoPrimary),pt.extend("--ft-chip-info-border-color","",gt.borderInfoPrimary),pt.extend("--ft-chip-success-background-color","",gt.backgroundSuccessSubtle),pt.extend("--ft-chip-success-color","",gt.contentSuccessPrimary),pt.extend("--ft-chip-success-border-color","",gt.borderSuccessPrimary),pt.extend("--ft-chip-warning-background-color","",gt.backgroundWarningSubtle),pt.extend("--ft-chip-warning-color","",gt.contentWarningPrimary),pt.extend("--ft-chip-warning-border-color","",gt.borderWarningPrimary),pt.extend("--ft-chip-error-background-color","",gt.backgroundErrorSubtle),pt.extend("--ft-chip-error-color","",gt.contentErrorPrimary),pt.extend("--ft-chip-error-border-color","",gt.borderErrorPrimary),pt.create("--ft-notice-border-width","","SIZE","1px"),pt.extend("--ft-notice-horizontal-padding","",yt.spacing2),pt.extend("--ft-notice-vertical-padding","",yt.spacing1),pt.extend("--ft-notice-border-radius","",yt.borderRadiusS),pt.extend("--ft-notice-gap","",yt.spacing2),pt.extend("--ft-notice-icon-size","",yt.iconSize3),pt.extend("--ft-notice-info-background-color","",gt.backgroundInfoSubtle),pt.extend("--ft-notice-info-border-color","",gt.borderInfoPrimary),pt.extend("--ft-notice-info-color","",gt.contentInfoPrimary),pt.extend("--ft-notice-warning-background-color","",gt.backgroundWarningSubtle),pt.extend("--ft-notice-warning-border-color","",gt.borderWarningPrimary),pt.extend("--ft-notice-warning-color","",gt.contentWarningPrimary),pt.extend("--ft-checkbox-label-color","",gt.contentGlobalPrimary),pt.extend("--ft-checkbox-checked-background-color","",gt.contentActionPrimary),pt.extend("--ft-checkbox-checked-state-layer-color","",gt.contentActionPrimary),pt.extend("--ft-checkbox-checked-color","",gt.contentGlobalOnColor),pt.extend("--ft-checkbox-checked-state-layer-opacity-hover","",yt.opacity16),pt.extend("--ft-checkbox-checked-state-layer-opacity-focus","",yt.opacity16),pt.extend("--ft-checkbox-checked-state-layer-opacity-active","",yt.opacity24),pt.extend("--ft-checkbox-checked-component-opacity-disabled","",yt.opacity40),pt.extend("--ft-checkbox-unchecked-border-color","",yt.colorGray80),pt.extend("--ft-checkbox-unchecked-state-layer-color","",yt.colorGray80),pt.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",yt.opacity16),pt.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",yt.opacity16),pt.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",yt.opacity24),pt.extend("--ft-checkbox-unchecked-component-opacity-disabled","",yt.opacity40),pt.extend("--ft-checkbox-focus-focus-ring-color","",gt.borderActionFocusRing),pt.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),pt.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),pt.extend("--ft-checkbox-gap","",yt.spacing3),pt.extend("--ft-toggle-off-state-layer-opacity-hover","",yt.opacity16),pt.extend("--ft-toggle-off-state-layer-opacity-focus","",yt.opacity16),pt.extend("--ft-toggle-off-state-layer-opacity-active","",yt.opacity24),pt.extend("--ft-toggle-off-component-opacity-disabled","",yt.opacity40),pt.extend("--ft-toggle-off-background-color","",gt.contentGlobalSubtle),pt.extend("--ft-toggle-off-icon-color","",gt.contentGlobalSubtle),pt.extend("--ft-toggle-off-state-layer-color","",gt.contentGlobalSubtle),pt.extend("--ft-toggle-on-state-layer-opacity-hover","",yt.opacity16),pt.extend("--ft-toggle-on-state-layer-opacity-focus","",yt.opacity16),pt.extend("--ft-toggle-on-state-layer-opacity-active","",yt.opacity24),pt.extend("--ft-toggle-on-component-opacity-disabled","",yt.opacity40),pt.extend("--ft-toggle-on-background-color","",gt.contentActionPrimary),pt.extend("--ft-toggle-on-icon-color","",gt.contentActionPrimary),pt.extend("--ft-toggle-on-state-layer-color","",gt.contentActionPrimary),pt.extend("--ft-toggle-label-color","",gt.contentGlobalPrimary),pt.extend("--ft-toggle-focus-focus-ring-color","",gt.borderActionFocusRing),pt.extend("--ft-toggle-gap","",yt.spacing3),pt.extend("--ft-radio-label-color","",gt.contentGlobalPrimary),pt.extend("--ft-radio-selected-color","",gt.contentActionPrimary),pt.extend("--ft-radio-selected-state-layer-color","",gt.contentActionPrimary),pt.extend("--ft-radio-selected-state-layer-opacity-hover","",yt.opacity16),pt.extend("--ft-radio-selected-state-layer-opacity-focus","",yt.opacity16),pt.extend("--ft-radio-selected-state-layer-opacity-active","",yt.opacity24),pt.extend("--ft-radio-selected-component-opacity-disabled","",yt.opacity40),pt.extend("--ft-radio-unselected-state-layer-color","",yt.colorGray80),pt.extend("--ft-radio-unselected-state-layer-opacity-hover","",yt.opacity16),pt.extend("--ft-radio-unselected-state-layer-opacity-focus","",yt.opacity16),pt.extend("--ft-radio-unselected-state-layer-opacity-active","",yt.opacity24),pt.extend("--ft-radio-unselected-component-opacity-disabled","",yt.opacity40),pt.extend("--ft-radio-focus-focus-ring-color","",gt.borderActionFocusRing),pt.create("--ft-radio-focus-outline-offset","","SIZE","3px"),pt.create("--ft-radio-focus-outline-width","","SIZE","2px"),pt.extend("--ft-radio-gap","",yt.spacing3),pt.extend("--ft-notification-icon-size","",yt.iconSize4),pt.extend("--ft-notification-horizontal-padding","",yt.spacing4),pt.extend("--ft-notification-vertical-padding","",yt.spacing4),pt.extend("--ft-notification-info-background-color","",gt.backgroundInfoSubtle),pt.extend("--ft-notification-info-color","",gt.contentInfoPrimary),pt.extend("--ft-notification-info-border-color","",gt.borderInfoPrimary),pt.extend("--ft-notification-success-background-color","",gt.backgroundSuccessSubtle),pt.extend("--ft-notification-success-color","",gt.contentSuccessPrimary),pt.extend("--ft-notification-success-border-color","",gt.borderSuccessPrimary),pt.extend("--ft-notification-warning-background-color","",gt.backgroundWarningSubtle),pt.extend("--ft-notification-warning-color","",gt.contentWarningPrimary),pt.extend("--ft-notification-warning-border-color","",gt.borderWarningPrimary),pt.extend("--ft-notification-error-background-color","",gt.backgroundErrorSubtle),pt.extend("--ft-notification-error-color","",gt.contentErrorPrimary),pt.extend("--ft-notification-error-border-color","",gt.borderErrorPrimary),pt.extend("--ft-notification-border-radius","",yt.borderRadiusPill),pt.create("--ft-notification-border-width","","SIZE","1px"),pt.extend("--ft-notification-gap-leading","",yt.spacing2),pt.extend("--ft-notification-gap-trailing","",yt.spacing8),pt.create("--ft-color-primary","","COLOR","#2196F3"),pt.create("--ft-color-primary-variant","","COLOR","#1976D2"),pt.create("--ft-color-secondary","","COLOR","#FFCC80"),pt.create("--ft-color-secondary-variant","","COLOR","#F57C00"),pt.create("--ft-color-surface","","COLOR","#FFFFFF"),pt.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),pt.create("--ft-color-error","","COLOR","#B00020"),pt.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),pt.create("--ft-color-opacity-high","","NUMBER","1"),pt.create("--ft-color-opacity-medium","","NUMBER","0.74"),pt.create("--ft-color-opacity-disabled","","NUMBER","0.38"),pt.create("--ft-color-on-primary","","COLOR","#FFFFFF"),pt.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),pt.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),pt.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),pt.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),pt.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),pt.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),pt.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),pt.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),pt.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),pt.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),pt.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),pt.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),pt.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),pt.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),pt.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),pt.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),pt.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),pt.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),pt.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),pt.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),pt.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),pt.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),pt.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),pt.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),pt.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),pt.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),pt.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),pt.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),pt.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),pt.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),pt.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),pt.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),pt.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)"),pt.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)"),pt.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)"),pt.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)"),pt.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)"),pt.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)"),pt.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)"),pt.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)"),pt.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)"),pt.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)"),pt.create("--ft-border-radius-S","","SIZE","4px"),pt.create("--ft-border-radius-M","","SIZE","8px"),pt.create("--ft-border-radius-L","","SIZE","12px"),pt.create("--ft-border-radius-XL","","SIZE","16px"),pt.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),pt.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),pt.create("--ft-transition-duration","","UNKNOWN","250ms"),pt.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out");class mt extends ut{createRenderRoot(){const t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach((([o,r])=>t.registry.define(o,r))));const o={...t.shadowRootOptions,customElements:t.registry},r=this.renderOptions.creationScope=this.attachShadow(o);return y(r,t.elementStyles),r}}var bt,Nt=function(t,o,r,e){for(var n,i=arguments.length,a=i<3?o:null===e?e=Object.getOwnPropertyDescriptor(o,r):e,s=t.length-1;s>=0;s--)(n=t[s])&&(a=(i<3?n(a):i>3?n(o,r,a):n(o,r))||a);return i>3&&a&&Object.defineProperty(o,r,a),a};const Ot=Symbol("constructorPrototype"),vt=Symbol("constructorName"),St=Symbol("exportpartsDebouncer");class wt extends mt{constructor(){super(),this[bt]=new o(5),this[vt]=this.constructor.name,this[Ot]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[vt]&&Object.setPrototypeOf(this,this[Ot])}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var o,r;if((null!==(r=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==r?r:[]).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(){this[St].run((()=>{var t;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&this.exportpartsPrefixes.length>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var o,r,e,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===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll("[part],[exportparts]"))&&void 0!==r?r:[]){const o=null!==(n=null===(e=t.getAttribute("part"))||void 0===e?void 0:e.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(...o,...r).filter(s).map((t=>t.trim())).forEach((t=>l.add(t)))}if(0===l.size)return void this.removeAttribute("exportparts");const f=[...l.values()].flatMap((t=>c.map((o=>`${t}:${o}--${t}`))));this.setAttribute("exportparts",[...this.part,...f].join(", "))}}var xt,Ct,Rt,Mt;function Et(){return Rt.apply(null,arguments)}function Yt(t){return t instanceof Array||"[object Array]"===Object.prototype.toString.call(t)}function Ut(t){return null!=t&&"[object Object]"===Object.prototype.toString.call(t)}function kt(t,o){return Object.prototype.hasOwnProperty.call(t,o)}function Wt(t){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(t).length;var o;for(o in t)if(kt(t,o))return!1;return!0}function Dt(t){return void 0===t}function Lt(t){return"number"==typeof t||"[object Number]"===Object.prototype.toString.call(t)}function It(t){return t instanceof Date||"[object Date]"===Object.prototype.toString.call(t)}function Zt(t,o){var r,e=[],n=t.length;for(r=0;r<n;++r)e.push(o(t[r],r));return e}function Kt(t,o){for(var r in o)kt(o,r)&&(t[r]=o[r]);return kt(o,"toString")&&(t.toString=o.toString),kt(o,"valueOf")&&(t.valueOf=o.valueOf),t}function Ft(t,o,r,e){return ie(t,o,r,e,!0).utc()}function At(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 Gt(t){if(null==t._isValid){var o=At(t),r=Mt.call(o.parsedDateParts,(function(t){return null!=t})),e=!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&&r);if(t._strict&&(e=e&&0===o.charsLeftOver&&0===o.unusedTokens.length&&void 0===o.bigHour),null!=Object.isFrozen&&Object.isFrozen(t))return e;t._isValid=e}return t._isValid}function Ht(t){var o=Ft(NaN);return null!=t?Kt(At(o),t):At(o).userInvalidated=!0,o}bt=St,Nt([e()],wt.prototype,"exportpartsPrefix",void 0),Nt([s([])],wt.prototype,"exportpartsPrefixes",void 0),Nt([e()],wt.prototype,"customStylesheet",void 0),p`
48
+ * @license
49
+ * Copyright 2019 Google LLC
50
+ * SPDX-License-Identifier: BSD-3-Clause
51
+ */
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
53
+ /**
54
+ * @license
55
+ * Copyright 2017 Google LLC
56
+ * 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:"",Mt=wt.reactiveElementPolyfillSupport,Rt=(t,o)=>t,Et={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),Yt={attribute:!0,type:String,converter:Et,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=Yt){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)??Yt}static _$Ei(){if(this.hasOwnProperty(Rt("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(Rt("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(Rt("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:Et).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:Et;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[Rt("elementProperties")]=new Map,kt[Rt("finalized")]=new Map,Mt?.({ReactiveElement:kt}),(wt.reactiveElementVersions??=[]).push("2.0.2");
58
+ /**
59
+ * @license
60
+ * Copyright 2017 Google LLC
61
+ * SPDX-License-Identifier: BSD-3-Clause
62
+ */
63
+ const Wt=globalThis,Dt=Wt.trustedTypes,Lt=Dt?Dt.createPolicy("lit-html",{createHTML:t=>t}):void 0,It="$lit$",Zt=`lit$${(Math.random()+"").slice(9)}$`,Kt="?"+Zt,At=`<${Kt}>`,Ft=document,_t=()=>Ft.createComment(""),$t=t=>null===t||"object"!=typeof t&&"function"!=typeof t,Tt=Array.isArray,Gt="[ \t\n\f\r]",Ht=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Bt=/-->/g,zt=/>/g,jt=RegExp(`>|${Gt}(?:([^\\s"'>=/]+)(${Gt}*=${Gt}*(?:[^ \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!==Lt?Lt.createHTML(o):o}const ro=(t,o)=>{const e=t.length-1,r=[];let i,n=2===o?"<svg>":"",s=Ht;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===Ht?"!--"===c[1]?s=Bt:void 0!==c[1]?s=zt: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??Ht,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===Bt||s===zt?s=Ht:(s=jt,i=void 0);const f=s===jt&&t[o+1].startsWith("/>")?" ":"";n+=s===Ht?e+At:l>=0?(r.push(a),e.slice(0,l)+It+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(It)){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],_t()),oo.nextNode(),a.push({type:2,index:++i});r.append(t[o],_t())}}}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=>Tt(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){Tt(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(_t()),this.k(_t()),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=Wt.litHtmlPolyfillSupport;uo?.(io,so),(Wt.litHtmlVersions??=[]).push("3.1.0");
64
+ /**
65
+ * @license
66
+ * Copyright 2017 Google LLC
67
+ * SPDX-License-Identifier: BSD-3-Clause
68
+ */
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(_t(),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")};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","2rem"),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","600"),mo.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),mo.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),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","600"),mo.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),mo.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),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");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),contentSuccessIconOnly:mo.extend("--ft-content-success-icon-only","Used on success status icons alone",bo.colorGreen0),contentSuccessPrimary:mo.extend("--ft-content-success-primary","Used on label of success messages on light surface.",bo.colorGreen200),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 warning components.",bo.colorOrange30),borderSuccessPrimary:mo.extend("--ft-border-success-primary","Used as border for success components.",bo.colorGreen30),borderErrorPrimary:mo.extend("--ft-border-error-primary","Used as border for error components.",bo.colorRed30),borderInfoPrimary:mo.extend("--ft-border-info-primary","Used as border for information components.",bo.colorCyan30),borderGlobalSubtle:mo.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",bo.colorGray30),borderGlobalPrimary:mo.extend("--ft-border-global-primary","Used as border for element like input.",bo.colorGray50),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-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-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-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.borderInfoPrimary),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.borderSuccessPrimary),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.borderWarningPrimary),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.borderErrorPrimary),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.borderInfoPrimary),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.borderWarningPrimary),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.borderInfoPrimary),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.borderSuccessPrimary),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.borderWarningPrimary),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.borderErrorPrimary),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.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");
70
+ /**
71
+ * @license
72
+ * Copyright 2019 Google LLC
73
+ * 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"),Mo=Symbol("constructorName"),Ro=Symbol("exportpartsDebouncer");class Eo extends So{constructor(){super(),this[wo]=new o(5),this[Mo]=this.constructor.name,this[Co]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Mo]&&Object.setPrototypeOf(this,this[Co])}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var o,e;if((null!==(e=null===(o=this.shadowRoot)||void 0===o?void 0:o.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(){this[Ro].run((()=>{var t;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&this.exportpartsPrefixes.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(", "))}}var Uo,Yo,ko,Wo;function Do(){return ko.apply(null,arguments)}function Lo(t){return t instanceof Array||"[object Array]"===Object.prototype.toString.call(t)}function Io(t){return null!=t&&"[object Object]"===Object.prototype.toString.call(t)}function Zo(t,o){return Object.prototype.hasOwnProperty.call(t,o)}function Ko(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 Ao(t){return void 0===t}function Fo(t){return"number"==typeof t||"[object Number]"===Object.prototype.toString.call(t)}function _o(t){return t instanceof Date||"[object Date]"===Object.prototype.toString.call(t)}function $o(t,o){var e,r=[],i=t.length;for(e=0;e<i;++e)r.push(o(t[e],e));return r}function To(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 Go(t,o,e,r){return li(t,o,e,r,!0).utc()}function Ho(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 Bo(t){if(null==t._isValid){var o=Ho(t),e=Wo.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 zo(t){var o=Go(NaN);return null!=t?To(Ho(o),t):Ho(o).userInvalidated=!0,o}wo=Ro,xo([C()],Eo.prototype,"exportpartsPrefix",void 0),xo([U([])],Eo.prototype,"exportpartsPrefixes",void 0),xo([C()],Eo.prototype,"customStylesheet",void 0),yt`
56
76
  .ft-no-text-select {
57
77
  -webkit-touch-callout: none;
58
78
  -webkit-user-select: none;
@@ -61,7 +81,7 @@ var lt,ft;class ut extends C{constructor(){super(...arguments),this.renderOption
61
81
  -ms-user-select: none;
62
82
  user-select: none;
63
83
  }
64
- `,p`
84
+ `,yt`
65
85
  .ft-word-wrap {
66
86
  white-space: normal;
67
87
  word-wrap: break-word;
@@ -73,7 +93,7 @@ var lt,ft;class ut extends C{constructor(){super(...arguments),this.renderOption
73
93
  -webkit-hyphens: auto;
74
94
  hyphens: auto
75
95
  }
76
- `,p`
96
+ `,yt`
77
97
  .ft-safari-ellipsis-fix {
78
98
  margin-right: 0;
79
99
 
@@ -84,19 +104,13 @@ var lt,ft;class ut extends C{constructor(){super(...arguments),this.renderOption
84
104
  display: inline-block;
85
105
  width: 0;
86
106
  }
87
- `,window.ftReduxStores||(window.ftReduxStores={}),navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(Ct=null===(xt=window.safari)||void 0===xt?void 0:xt.pushNotification)||void 0===Ct||Ct.toString()),Mt=Array.prototype.some?Array.prototype.some:function(t){var o,r=Object(this),e=r.length>>>0;for(o=0;o<e;o++)if(o in r&&t.call(this,r[o],o,r))return!0;return!1};var Tt=Et.momentProperties=[],_t=!1;function Bt(t,o){var r,e,n,i=Tt.length;if(Dt(o._isAMomentObject)||(t._isAMomentObject=o._isAMomentObject),Dt(o._i)||(t._i=o._i),Dt(o._f)||(t._f=o._f),Dt(o._l)||(t._l=o._l),Dt(o._strict)||(t._strict=o._strict),Dt(o._tzm)||(t._tzm=o._tzm),Dt(o._isUTC)||(t._isUTC=o._isUTC),Dt(o._offset)||(t._offset=o._offset),Dt(o._pf)||(t._pf=At(o)),Dt(o._locale)||(t._locale=o._locale),i>0)for(r=0;r<i;r++)Dt(n=o[e=Tt[r]])||(t[e]=n);return t}function $t(t){Bt(this,t),this._d=new Date(null!=t._d?t._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===_t&&(_t=!0,Et.updateOffset(this),_t=!1)}function zt(t){return t instanceof $t||null!=t&&null!=t._isAMomentObject}function jt(t){!1===Et.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+t)}function Pt(t,o){var r=!0;return Kt((function(){if(null!=Et.deprecationHandler&&Et.deprecationHandler(null,t),r){var e,n,i,a=[],s=arguments.length;for(n=0;n<s;n++){if(e="","object"==typeof arguments[n]){for(i in e+="\n["+n+"] ",arguments[0])kt(arguments[0],i)&&(e+=i+": "+arguments[0][i]+", ");e=e.slice(0,-2)}else e=arguments[n];a.push(e)}jt(t+"\nArguments: "+Array.prototype.slice.call(a).join("")+"\n"+(new Error).stack),r=!1}return o.apply(this,arguments)}),o)}var Jt,qt={};function Qt(t,o){null!=Et.deprecationHandler&&Et.deprecationHandler(t,o),qt[t]||(jt(o),qt[t]=!0)}function Vt(t){return"undefined"!=typeof Function&&t instanceof Function||"[object Function]"===Object.prototype.toString.call(t)}function Xt(t,o){var r,e=Kt({},t);for(r in o)kt(o,r)&&(Ut(t[r])&&Ut(o[r])?(e[r]={},Kt(e[r],t[r]),Kt(e[r],o[r])):null!=o[r]?e[r]=o[r]:delete e[r]);for(r in t)kt(t,r)&&!kt(o,r)&&Ut(t[r])&&(e[r]=Kt({},e[r]));return e}function to(t){null!=t&&this.set(t)}Et.suppressDeprecationWarnings=!1,Et.deprecationHandler=null,Jt=Object.keys?Object.keys:function(t){var o,r=[];for(o in t)kt(t,o)&&r.push(o);return r};function oo(t,o,r){var e=""+Math.abs(t),n=o-e.length;return(t>=0?r?"+":"":"-")+Math.pow(10,Math.max(0,n)).toString().substr(1)+e}var ro=/(\[[^\[]*\])|(\\)?([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,eo=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,no={},io={};function ao(t,o,r,e){var n=e;"string"==typeof e&&(n=function(){return this[e]()}),t&&(io[t]=n),o&&(io[o[0]]=function(){return oo(n.apply(this,arguments),o[1],o[2])}),r&&(io[r]=function(){return this.localeData().ordinal(n.apply(this,arguments),t)})}function so(t,o){return t.isValid()?(o=co(o,t.localeData()),no[o]=no[o]||function(t){var o,r,e,n=t.match(ro);for(o=0,r=n.length;o<r;o++)io[n[o]]?n[o]=io[n[o]]:n[o]=(e=n[o]).match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"");return function(o){var e,i="";for(e=0;e<r;e++)i+=Vt(n[e])?n[e].call(o,t):n[e];return i}}(o),no[o](t)):t.localeData().invalidDate()}function co(t,o){var r=5;function e(t){return o.longDateFormat(t)||t}for(eo.lastIndex=0;r>=0&&eo.test(t);)t=t.replace(eo,e),eo.lastIndex=0,r-=1;return t}var lo={};function fo(t,o){var r=t.toLowerCase();lo[r]=lo[r+"s"]=lo[o]=t}function uo(t){return"string"==typeof t?lo[t]||lo[t.toLowerCase()]:void 0}function ho(t){var o,r,e={};for(r in t)kt(t,r)&&(o=uo(r))&&(e[o]=t[r]);return e}var po={};function yo(t,o){po[t]=o}function go(t){return t%4==0&&t%100!=0||t%400==0}function mo(t){return t<0?Math.ceil(t)||0:Math.floor(t)}function bo(t){var o=+t,r=0;return 0!==o&&isFinite(o)&&(r=mo(o)),r}function No(t,o){return function(r){return null!=r?(vo(this,t,r),Et.updateOffset(this,o),this):Oo(this,t)}}function Oo(t,o){return t.isValid()?t._d["get"+(t._isUTC?"UTC":"")+o]():NaN}function vo(t,o,r){t.isValid()&&!isNaN(r)&&("FullYear"===o&&go(t.year())&&1===t.month()&&29===t.date()?(r=bo(r),t._d["set"+(t._isUTC?"UTC":"")+o](r,t.month(),rr(r,t.month()))):t._d["set"+(t._isUTC?"UTC":"")+o](r))}var So,wo=/\d/,xo=/\d\d/,Co=/\d{3}/,Ro=/\d{4}/,Mo=/[+-]?\d{6}/,Eo=/\d\d?/,Yo=/\d\d\d\d?/,Uo=/\d\d\d\d\d\d?/,ko=/\d{1,3}/,Wo=/\d{1,4}/,Do=/[+-]?\d{1,6}/,Lo=/\d+/,Io=/[+-]?\d+/,Zo=/Z|[+-]\d\d:?\d\d/gi,Ko=/Z|[+-]\d\d(?::?\d\d)?/gi,Fo=/[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 Ao(t,o,r){So[t]=Vt(o)?o:function(t,e){return t&&r?r:o}}function Go(t,o){return kt(So,t)?So[t](o._strict,o._locale):new RegExp(function(t){return Ho(t.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(t,o,r,e,n){return o||r||e||n})))}(t))}function Ho(t){return t.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}So={};var To={};function _o(t,o){var r,e,n=o;for("string"==typeof t&&(t=[t]),Lt(o)&&(n=function(t,r){r[o]=bo(t)}),e=t.length,r=0;r<e;r++)To[t[r]]=n}function Bo(t,o){_o(t,(function(t,r,e,n){e._w=e._w||{},o(t,e._w,e,n)}))}function $o(t,o,r){null!=o&&kt(To,t)&&To[t](o,r._a,r,t)}var zo,jo=0,Po=1,Jo=2,qo=3,Qo=4,Vo=5,Xo=6,tr=7,or=8;function rr(t,o){if(isNaN(t)||isNaN(o))return NaN;var r=function(t,o){return(t%o+o)%o}(o,12);return t+=(o-r)/12,1===r?go(t)?29:28:31-r%7%2}zo=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},ao("M",["MM",2],"Mo",(function(){return this.month()+1})),ao("MMM",0,0,(function(t){return this.localeData().monthsShort(this,t)})),ao("MMMM",0,0,(function(t){return this.localeData().months(this,t)})),fo("month","M"),yo("month",8),Ao("M",Eo),Ao("MM",Eo,xo),Ao("MMM",(function(t,o){return o.monthsShortRegex(t)})),Ao("MMMM",(function(t,o){return o.monthsRegex(t)})),_o(["M","MM"],(function(t,o){o[Po]=bo(t)-1})),_o(["MMM","MMMM"],(function(t,o,r,e){var n=r._locale.monthsParse(t,e,r._strict);null!=n?o[Po]=n:At(r).invalidMonth=t}));var er="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),nr="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),ir=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,ar=Fo,sr=Fo;function cr(t,o,r){var e,n,i,a=t.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],e=0;e<12;++e)i=Ft([2e3,e]),this._shortMonthsParse[e]=this.monthsShort(i,"").toLocaleLowerCase(),this._longMonthsParse[e]=this.months(i,"").toLocaleLowerCase();return r?"MMM"===o?-1!==(n=zo.call(this._shortMonthsParse,a))?n:null:-1!==(n=zo.call(this._longMonthsParse,a))?n:null:"MMM"===o?-1!==(n=zo.call(this._shortMonthsParse,a))||-1!==(n=zo.call(this._longMonthsParse,a))?n:null:-1!==(n=zo.call(this._longMonthsParse,a))||-1!==(n=zo.call(this._shortMonthsParse,a))?n:null}function lr(t,o){var r;if(!t.isValid())return t;if("string"==typeof o)if(/^\d+$/.test(o))o=bo(o);else if(!Lt(o=t.localeData().monthsParse(o)))return t;return r=Math.min(t.date(),rr(t.year(),o)),t._d["set"+(t._isUTC?"UTC":"")+"Month"](o,r),t}function fr(t){return null!=t?(lr(this,t),Et.updateOffset(this,!0),this):Oo(this,"Month")}function ur(){function t(t,o){return o.length-t.length}var o,r,e=[],n=[],i=[];for(o=0;o<12;o++)r=Ft([2e3,o]),e.push(this.monthsShort(r,"")),n.push(this.months(r,"")),i.push(this.months(r,"")),i.push(this.monthsShort(r,""));for(e.sort(t),n.sort(t),i.sort(t),o=0;o<12;o++)e[o]=Ho(e[o]),n[o]=Ho(n[o]);for(o=0;o<24;o++)i[o]=Ho(i[o]);this._monthsRegex=new RegExp("^("+i.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+n.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+e.join("|")+")","i")}function hr(t){return go(t)?366:365}ao("Y",0,0,(function(){var t=this.year();return t<=9999?oo(t,4):"+"+t})),ao(0,["YY",2],0,(function(){return this.year()%100})),ao(0,["YYYY",4],0,"year"),ao(0,["YYYYY",5],0,"year"),ao(0,["YYYYYY",6,!0],0,"year"),fo("year","y"),yo("year",1),Ao("Y",Io),Ao("YY",Eo,xo),Ao("YYYY",Wo,Ro),Ao("YYYYY",Do,Mo),Ao("YYYYYY",Do,Mo),_o(["YYYYY","YYYYYY"],jo),_o("YYYY",(function(t,o){o[jo]=2===t.length?Et.parseTwoDigitYear(t):bo(t)})),_o("YY",(function(t,o){o[jo]=Et.parseTwoDigitYear(t)})),_o("Y",(function(t,o){o[jo]=parseInt(t,10)})),Et.parseTwoDigitYear=function(t){return bo(t)+(bo(t)>68?1900:2e3)};var dr=No("FullYear",!0);function pr(t,o,r,e,n,i,a){var s;return t<100&&t>=0?(s=new Date(t+400,o,r,e,n,i,a),isFinite(s.getFullYear())&&s.setFullYear(t)):s=new Date(t,o,r,e,n,i,a),s}function yr(t){var o,r;return t<100&&t>=0?((r=Array.prototype.slice.call(arguments))[0]=t+400,o=new Date(Date.UTC.apply(null,r)),isFinite(o.getUTCFullYear())&&o.setUTCFullYear(t)):o=new Date(Date.UTC.apply(null,arguments)),o}function gr(t,o,r){var e=7+o-r;return-((7+yr(t,0,e).getUTCDay()-o)%7)+e-1}function mr(t,o,r,e,n){var i,a,s=1+7*(o-1)+(7+r-e)%7+gr(t,e,n);return s<=0?a=hr(i=t-1)+s:s>hr(t)?(i=t+1,a=s-hr(t)):(i=t,a=s),{year:i,dayOfYear:a}}function br(t,o,r){var e,n,i=gr(t.year(),o,r),a=Math.floor((t.dayOfYear()-i-1)/7)+1;return a<1?e=a+Nr(n=t.year()-1,o,r):a>Nr(t.year(),o,r)?(e=a-Nr(t.year(),o,r),n=t.year()+1):(n=t.year(),e=a),{week:e,year:n}}function Nr(t,o,r){var e=gr(t,o,r),n=gr(t+1,o,r);return(hr(t)-e+n)/7}ao("w",["ww",2],"wo","week"),ao("W",["WW",2],"Wo","isoWeek"),fo("week","w"),fo("isoWeek","W"),yo("week",5),yo("isoWeek",5),Ao("w",Eo),Ao("ww",Eo,xo),Ao("W",Eo),Ao("WW",Eo,xo),Bo(["w","ww","W","WW"],(function(t,o,r,e){o[e.substr(0,1)]=bo(t)}));function Or(t,o){return t.slice(o,7).concat(t.slice(0,o))}ao("d",0,"do","day"),ao("dd",0,0,(function(t){return this.localeData().weekdaysMin(this,t)})),ao("ddd",0,0,(function(t){return this.localeData().weekdaysShort(this,t)})),ao("dddd",0,0,(function(t){return this.localeData().weekdays(this,t)})),ao("e",0,0,"weekday"),ao("E",0,0,"isoWeekday"),fo("day","d"),fo("weekday","e"),fo("isoWeekday","E"),yo("day",11),yo("weekday",11),yo("isoWeekday",11),Ao("d",Eo),Ao("e",Eo),Ao("E",Eo),Ao("dd",(function(t,o){return o.weekdaysMinRegex(t)})),Ao("ddd",(function(t,o){return o.weekdaysShortRegex(t)})),Ao("dddd",(function(t,o){return o.weekdaysRegex(t)})),Bo(["dd","ddd","dddd"],(function(t,o,r,e){var n=r._locale.weekdaysParse(t,e,r._strict);null!=n?o.d=n:At(r).invalidWeekday=t})),Bo(["d","e","E"],(function(t,o,r,e){o[e]=bo(t)}));var vr="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Sr="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),wr="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),xr=Fo,Cr=Fo,Rr=Fo;function Mr(t,o,r){var e,n,i,a=t.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],e=0;e<7;++e)i=Ft([2e3,1]).day(e),this._minWeekdaysParse[e]=this.weekdaysMin(i,"").toLocaleLowerCase(),this._shortWeekdaysParse[e]=this.weekdaysShort(i,"").toLocaleLowerCase(),this._weekdaysParse[e]=this.weekdays(i,"").toLocaleLowerCase();return r?"dddd"===o?-1!==(n=zo.call(this._weekdaysParse,a))?n:null:"ddd"===o?-1!==(n=zo.call(this._shortWeekdaysParse,a))?n:null:-1!==(n=zo.call(this._minWeekdaysParse,a))?n:null:"dddd"===o?-1!==(n=zo.call(this._weekdaysParse,a))||-1!==(n=zo.call(this._shortWeekdaysParse,a))||-1!==(n=zo.call(this._minWeekdaysParse,a))?n:null:"ddd"===o?-1!==(n=zo.call(this._shortWeekdaysParse,a))||-1!==(n=zo.call(this._weekdaysParse,a))||-1!==(n=zo.call(this._minWeekdaysParse,a))?n:null:-1!==(n=zo.call(this._minWeekdaysParse,a))||-1!==(n=zo.call(this._weekdaysParse,a))||-1!==(n=zo.call(this._shortWeekdaysParse,a))?n:null}function Er(){function t(t,o){return o.length-t.length}var o,r,e,n,i,a=[],s=[],c=[],l=[];for(o=0;o<7;o++)r=Ft([2e3,1]).day(o),e=Ho(this.weekdaysMin(r,"")),n=Ho(this.weekdaysShort(r,"")),i=Ho(this.weekdays(r,"")),a.push(e),s.push(n),c.push(i),l.push(e),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 Yr(){return this.hours()%12||12}function Ur(t,o){ao(t,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),o)}))}function kr(t,o){return o._meridiemParse}ao("H",["HH",2],0,"hour"),ao("h",["hh",2],0,Yr),ao("k",["kk",2],0,(function(){return this.hours()||24})),ao("hmm",0,0,(function(){return""+Yr.apply(this)+oo(this.minutes(),2)})),ao("hmmss",0,0,(function(){return""+Yr.apply(this)+oo(this.minutes(),2)+oo(this.seconds(),2)})),ao("Hmm",0,0,(function(){return""+this.hours()+oo(this.minutes(),2)})),ao("Hmmss",0,0,(function(){return""+this.hours()+oo(this.minutes(),2)+oo(this.seconds(),2)})),Ur("a",!0),Ur("A",!1),fo("hour","h"),yo("hour",13),Ao("a",kr),Ao("A",kr),Ao("H",Eo),Ao("h",Eo),Ao("k",Eo),Ao("HH",Eo,xo),Ao("hh",Eo,xo),Ao("kk",Eo,xo),Ao("hmm",Yo),Ao("hmmss",Uo),Ao("Hmm",Yo),Ao("Hmmss",Uo),_o(["H","HH"],qo),_o(["k","kk"],(function(t,o,r){var e=bo(t);o[qo]=24===e?0:e})),_o(["a","A"],(function(t,o,r){r._isPm=r._locale.isPM(t),r._meridiem=t})),_o(["h","hh"],(function(t,o,r){o[qo]=bo(t),At(r).bigHour=!0})),_o("hmm",(function(t,o,r){var e=t.length-2;o[qo]=bo(t.substr(0,e)),o[Qo]=bo(t.substr(e)),At(r).bigHour=!0})),_o("hmmss",(function(t,o,r){var e=t.length-4,n=t.length-2;o[qo]=bo(t.substr(0,e)),o[Qo]=bo(t.substr(e,2)),o[Vo]=bo(t.substr(n)),At(r).bigHour=!0})),_o("Hmm",(function(t,o,r){var e=t.length-2;o[qo]=bo(t.substr(0,e)),o[Qo]=bo(t.substr(e))})),_o("Hmmss",(function(t,o,r){var e=t.length-4,n=t.length-2;o[qo]=bo(t.substr(0,e)),o[Qo]=bo(t.substr(e,2)),o[Vo]=bo(t.substr(n))}));var Wr=No("Hours",!0);var Dr,Lr={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:er,monthsShort:nr,week:{dow:0,doy:6},weekdays:vr,weekdaysMin:wr,weekdaysShort:Sr,meridiemParse:/[ap]\.?m?\.?/i},Ir={},Zr={};function Kr(t,o){var r,e=Math.min(t.length,o.length);for(r=0;r<e;r+=1)if(t[r]!==o[r])return r;return e}function Fr(t){return t?t.toLowerCase().replace("_","-"):t}function Ar(t){var o=null;if(void 0===Ir[t]&&"undefined"!=typeof module&&module&&module.exports&&function(t){return null!=t.match("^[^/\\\\]*$")}(t))try{o=Dr._abbr,require("./locale/"+t),Gr(o)}catch(o){Ir[t]=null}return Ir[t]}function Gr(t,o){var r;return t&&((r=Dt(o)?Tr(t):Hr(t,o))?Dr=r:"undefined"!=typeof console&&console.warn&&console.warn("Locale "+t+" not found. Did you forget to load it?")),Dr._abbr}function Hr(t,o){if(null!==o){var r,e=Lr;if(o.abbr=t,null!=Ir[t])Qt("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."),e=Ir[t]._config;else if(null!=o.parentLocale)if(null!=Ir[o.parentLocale])e=Ir[o.parentLocale]._config;else{if(null==(r=Ar(o.parentLocale)))return Zr[o.parentLocale]||(Zr[o.parentLocale]=[]),Zr[o.parentLocale].push({name:t,config:o}),null;e=r._config}return Ir[t]=new to(Xt(e,o)),Zr[t]&&Zr[t].forEach((function(t){Hr(t.name,t.config)})),Gr(t),Ir[t]}return delete Ir[t],null}function Tr(t){var o;if(t&&t._locale&&t._locale._abbr&&(t=t._locale._abbr),!t)return Dr;if(!Yt(t)){if(o=Ar(t))return o;t=[t]}return function(t){for(var o,r,e,n,i=0;i<t.length;){for(o=(n=Fr(t[i]).split("-")).length,r=(r=Fr(t[i+1]))?r.split("-"):null;o>0;){if(e=Ar(n.slice(0,o).join("-")))return e;if(r&&r.length>=o&&Kr(n,r)>=o-1)break;o--}i++}return Dr}(t)}function _r(t){var o,r=t._a;return r&&-2===At(t).overflow&&(o=r[Po]<0||r[Po]>11?Po:r[Jo]<1||r[Jo]>rr(r[jo],r[Po])?Jo:r[qo]<0||r[qo]>24||24===r[qo]&&(0!==r[Qo]||0!==r[Vo]||0!==r[Xo])?qo:r[Qo]<0||r[Qo]>59?Qo:r[Vo]<0||r[Vo]>59?Vo:r[Xo]<0||r[Xo]>999?Xo:-1,At(t)._overflowDayOfYear&&(o<jo||o>Jo)&&(o=Jo),At(t)._overflowWeeks&&-1===o&&(o=tr),At(t)._overflowWeekday&&-1===o&&(o=or),At(t).overflow=o),t}var Br=/^\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)?)?$/,$r=/^\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)?)?$/,zr=/Z|[+-]\d\d(?::?\d\d)?/,jr=[["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]],Pr=[["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/]],Jr=/^\/?Date\((-?\d+)/i,qr=/^(?:(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}))$/,Qr={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function Vr(t){var o,r,e,n,i,a,s=t._i,c=Br.exec(s)||$r.exec(s),l=jr.length,f=Pr.length;if(c){for(At(t).iso=!0,o=0,r=l;o<r;o++)if(jr[o][1].exec(c[1])){n=jr[o][0],e=!1!==jr[o][2];break}if(null==n)return void(t._isValid=!1);if(c[3]){for(o=0,r=f;o<r;o++)if(Pr[o][1].exec(c[3])){i=(c[2]||" ")+Pr[o][0];break}if(null==i)return void(t._isValid=!1)}if(!e&&null!=i)return void(t._isValid=!1);if(c[4]){if(!zr.exec(c[4]))return void(t._isValid=!1);a="Z"}t._f=n+(i||"")+(a||""),ee(t)}else t._isValid=!1}function Xr(t){var o=parseInt(t,10);return o<=49?2e3+o:o<=999?1900+o:o}function te(t){var o,r,e,n,i,a,s,c,l=qr.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],e=l[3],n=l[2],i=l[5],a=l[6],s=l[7],c=[Xr(r),nr.indexOf(e),parseInt(n,10),parseInt(i,10),parseInt(a,10)],s&&c.push(parseInt(s,10)),o=c,!function(t,o,r){return!t||Sr.indexOf(t)===new Date(o[0],o[1],o[2]).getDay()||(At(r).weekdayMismatch=!0,r._isValid=!1,!1)}(l[1],o,t))return;t._a=o,t._tzm=function(t,o,r){if(t)return Qr[t];if(o)return 0;var e=parseInt(r,10),n=e%100;return(e-n)/100*60+n}(l[8],l[9],l[10]),t._d=yr.apply(null,t._a),t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),At(t).rfc2822=!0}else t._isValid=!1}function oe(t,o,r){return null!=t?t:null!=o?o:r}function re(t){var o,r,e,n,i,a=[];if(!t._d){for(e=function(t){var o=new Date(Et.now());return t._useUTC?[o.getUTCFullYear(),o.getUTCMonth(),o.getUTCDate()]:[o.getFullYear(),o.getMonth(),o.getDate()]}(t),t._w&&null==t._a[Jo]&&null==t._a[Po]&&function(t){var o,r,e,n,i,a,s,c,l;o=t._w,null!=o.GG||null!=o.W||null!=o.E?(i=1,a=4,r=oe(o.GG,t._a[jo],br(ae(),1,4).year),e=oe(o.W,1),((n=oe(o.E,1))<1||n>7)&&(c=!0)):(i=t._locale._week.dow,a=t._locale._week.doy,l=br(ae(),i,a),r=oe(o.gg,t._a[jo],l.year),e=oe(o.w,l.week),null!=o.d?((n=o.d)<0||n>6)&&(c=!0):null!=o.e?(n=o.e+i,(o.e<0||o.e>6)&&(c=!0)):n=i);e<1||e>Nr(r,i,a)?At(t)._overflowWeeks=!0:null!=c?At(t)._overflowWeekday=!0:(s=mr(r,e,n,i,a),t._a[jo]=s.year,t._dayOfYear=s.dayOfYear)}(t),null!=t._dayOfYear&&(i=oe(t._a[jo],e[jo]),(t._dayOfYear>hr(i)||0===t._dayOfYear)&&(At(t)._overflowDayOfYear=!0),r=yr(i,0,t._dayOfYear),t._a[Po]=r.getUTCMonth(),t._a[Jo]=r.getUTCDate()),o=0;o<3&&null==t._a[o];++o)t._a[o]=a[o]=e[o];for(;o<7;o++)t._a[o]=a[o]=null==t._a[o]?2===o?1:0:t._a[o];24===t._a[qo]&&0===t._a[Qo]&&0===t._a[Vo]&&0===t._a[Xo]&&(t._nextDay=!0,t._a[qo]=0),t._d=(t._useUTC?yr:pr).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[qo]=24),t._w&&void 0!==t._w.d&&t._w.d!==n&&(At(t).weekdayMismatch=!0)}}function ee(t){if(t._f!==Et.ISO_8601)if(t._f!==Et.RFC_2822){t._a=[],At(t).empty=!0;var o,r,e,n,i,a,s,c=""+t._i,l=c.length,f=0;for(s=(e=co(t._f,t._locale).match(ro)||[]).length,o=0;o<s;o++)n=e[o],(r=(c.match(Go(n,t))||[])[0])&&((i=c.substr(0,c.indexOf(r))).length>0&&At(t).unusedInput.push(i),c=c.slice(c.indexOf(r)+r.length),f+=r.length),io[n]?(r?At(t).empty=!1:At(t).unusedTokens.push(n),$o(n,r,t)):t._strict&&!r&&At(t).unusedTokens.push(n);At(t).charsLeftOver=l-f,c.length>0&&At(t).unusedInput.push(c),t._a[qo]<=12&&!0===At(t).bigHour&&t._a[qo]>0&&(At(t).bigHour=void 0),At(t).parsedDateParts=t._a.slice(0),At(t).meridiem=t._meridiem,t._a[qo]=function(t,o,r){var e;if(null==r)return o;return null!=t.meridiemHour?t.meridiemHour(o,r):null!=t.isPM?((e=t.isPM(r))&&o<12&&(o+=12),e||12!==o||(o=0),o):o}(t._locale,t._a[qo],t._meridiem),null!==(a=At(t).era)&&(t._a[jo]=t._locale.erasConvertYear(a,t._a[jo])),re(t),_r(t)}else te(t);else Vr(t)}function ne(t){var o=t._i,r=t._f;return t._locale=t._locale||Tr(t._l),null===o||void 0===r&&""===o?Ht({nullInput:!0}):("string"==typeof o&&(t._i=o=t._locale.preparse(o)),zt(o)?new $t(_r(o)):(It(o)?t._d=o:Yt(r)?function(t){var o,r,e,n,i,a,s=!1,c=t._f.length;if(0===c)return At(t).invalidFormat=!0,void(t._d=new Date(NaN));for(n=0;n<c;n++)i=0,a=!1,o=Bt({},t),null!=t._useUTC&&(o._useUTC=t._useUTC),o._f=t._f[n],ee(o),Gt(o)&&(a=!0),i+=At(o).charsLeftOver,i+=10*At(o).unusedTokens.length,At(o).score=i,s?i<e&&(e=i,r=o):(null==e||i<e||a)&&(e=i,r=o,a&&(s=!0));Kt(t,r||o)}(t):r?ee(t):function(t){var o=t._i;Dt(o)?t._d=new Date(Et.now()):It(o)?t._d=new Date(o.valueOf()):"string"==typeof o?function(t){var o=Jr.exec(t._i);null===o?(Vr(t),!1===t._isValid&&(delete t._isValid,te(t),!1===t._isValid&&(delete t._isValid,t._strict?t._isValid=!1:Et.createFromInputFallback(t)))):t._d=new Date(+o[1])}(t):Yt(o)?(t._a=Zt(o.slice(0),(function(t){return parseInt(t,10)})),re(t)):Ut(o)?function(t){if(!t._d){var o=ho(t._i),r=void 0===o.day?o.date:o.day;t._a=Zt([o.year,o.month,r,o.hour,o.minute,o.second,o.millisecond],(function(t){return t&&parseInt(t,10)})),re(t)}}(t):Lt(o)?t._d=new Date(o):Et.createFromInputFallback(t)}(t),Gt(t)||(t._d=null),t))}function ie(t,o,r,e,n){var i,a={};return!0!==o&&!1!==o||(e=o,o=void 0),!0!==r&&!1!==r||(e=r,r=void 0),(Ut(t)&&Wt(t)||Yt(t)&&0===t.length)&&(t=void 0),a._isAMomentObject=!0,a._useUTC=a._isUTC=n,a._l=r,a._i=t,a._f=o,a._strict=e,(i=new $t(_r(ne(a))))._nextDay&&(i.add(1,"d"),i._nextDay=void 0),i}function ae(t,o,r,e){return ie(t,o,r,e,!1)}Et.createFromInputFallback=Pt("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":""))})),Et.ISO_8601=function(){},Et.RFC_2822=function(){};var se=Pt("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var t=ae.apply(null,arguments);return this.isValid()&&t.isValid()?t<this?this:t:Ht()})),ce=Pt("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var t=ae.apply(null,arguments);return this.isValid()&&t.isValid()?t>this?this:t:Ht()}));function le(t,o){var r,e;if(1===o.length&&Yt(o[0])&&(o=o[0]),!o.length)return ae();for(r=o[0],e=1;e<o.length;++e)o[e].isValid()&&!o[e][t](r)||(r=o[e]);return r}var fe=["year","quarter","month","week","day","hour","minute","second","millisecond"];function ue(t){var o=ho(t),r=o.year||0,e=o.quarter||0,n=o.month||0,i=o.week||o.isoWeek||0,a=o.day||0,s=o.hour||0,c=o.minute||0,l=o.second||0,f=o.millisecond||0;this._isValid=function(t){var o,r,e=!1,n=fe.length;for(o in t)if(kt(t,o)&&(-1===zo.call(fe,o)||null!=t[o]&&isNaN(t[o])))return!1;for(r=0;r<n;++r)if(t[fe[r]]){if(e)return!1;parseFloat(t[fe[r]])!==bo(t[fe[r]])&&(e=!0)}return!0}(o),this._milliseconds=+f+1e3*l+6e4*c+1e3*s*60*60,this._days=+a+7*i,this._months=+n+3*e+12*r,this._data={},this._locale=Tr(),this._bubble()}function he(t){return t instanceof ue}function de(t){return t<0?-1*Math.round(-1*t):Math.round(t)}function pe(t,o){ao(t,0,0,(function(){var t=this.utcOffset(),r="+";return t<0&&(t=-t,r="-"),r+oo(~~(t/60),2)+o+oo(~~t%60,2)}))}pe("Z",":"),pe("ZZ",""),Ao("Z",Ko),Ao("ZZ",Ko),_o(["Z","ZZ"],(function(t,o,r){r._useUTC=!0,r._tzm=ge(Ko,t)}));var ye=/([\+\-]|\d\d)/gi;function ge(t,o){var r,e,n=(o||"").match(t);return null===n?null:0===(e=60*(r=((n[n.length-1]||[])+"").match(ye)||["-",0,0])[1]+bo(r[2]))?0:"+"===r[0]?e:-e}function me(t,o){var r,e;return o._isUTC?(r=o.clone(),e=(zt(t)||It(t)?t.valueOf():ae(t).valueOf())-r.valueOf(),r._d.setTime(r._d.valueOf()+e),Et.updateOffset(r,!1),r):ae(t).local()}function be(t){return-Math.round(t._d.getTimezoneOffset())}function Ne(){return!!this.isValid()&&(this._isUTC&&0===this._offset)}Et.updateOffset=function(){};var Oe=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,ve=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Se(t,o){var r,e,n,i=t,a=null;return he(t)?i={ms:t._milliseconds,d:t._days,M:t._months}:Lt(t)||!isNaN(+t)?(i={},o?i[o]=+t:i.milliseconds=+t):(a=Oe.exec(t))?(r="-"===a[1]?-1:1,i={y:0,d:bo(a[Jo])*r,h:bo(a[qo])*r,m:bo(a[Qo])*r,s:bo(a[Vo])*r,ms:bo(de(1e3*a[Xo]))*r}):(a=ve.exec(t))?(r="-"===a[1]?-1:1,i={y:we(a[2],r),M:we(a[3],r),w:we(a[4],r),d:we(a[5],r),h:we(a[6],r),m:we(a[7],r),s:we(a[8],r)}):null==i?i={}:"object"==typeof i&&("from"in i||"to"in i)&&(n=function(t,o){var r;if(!t.isValid()||!o.isValid())return{milliseconds:0,months:0};o=me(o,t),t.isBefore(o)?r=xe(t,o):((r=xe(o,t)).milliseconds=-r.milliseconds,r.months=-r.months);return r}(ae(i.from),ae(i.to)),(i={}).ms=n.milliseconds,i.M=n.months),e=new ue(i),he(t)&&kt(t,"_locale")&&(e._locale=t._locale),he(t)&&kt(t,"_isValid")&&(e._isValid=t._isValid),e}function we(t,o){var r=t&&parseFloat(t.replace(",","."));return(isNaN(r)?0:r)*o}function xe(t,o){var r={};return r.months=o.month()-t.month()+12*(o.year()-t.year()),t.clone().add(r.months,"M").isAfter(o)&&--r.months,r.milliseconds=+o-+t.clone().add(r.months,"M"),r}function Ce(t,o){return function(r,e){var n;return null===e||isNaN(+e)||(Qt(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."),n=r,r=e,e=n),Re(this,Se(r,e),t),this}}function Re(t,o,r,e){var n=o._milliseconds,i=de(o._days),a=de(o._months);t.isValid()&&(e=null==e||e,a&&lr(t,Oo(t,"Month")+a*r),i&&vo(t,"Date",Oo(t,"Date")+i*r),n&&t._d.setTime(t._d.valueOf()+n*r),e&&Et.updateOffset(t,i||a))}Se.fn=ue.prototype,Se.invalid=function(){return Se(NaN)};var Me=Ce(1,"add"),Ee=Ce(-1,"subtract");function Ye(t){return"string"==typeof t||t instanceof String}function Ue(t){return zt(t)||It(t)||Ye(t)||Lt(t)||function(t){var o=Yt(t),r=!1;o&&(r=0===t.filter((function(o){return!Lt(o)&&Ye(t)})).length);return o&&r}(t)||function(t){var o,r,e=Ut(t)&&!Wt(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(o=0;o<a;o+=1)r=i[o],n=n||kt(t,r);return e&&n}(t)||null==t}function ke(t,o){if(t.date()<o.date())return-ke(o,t);var r=12*(o.year()-t.year())+(o.month()-t.month()),e=t.clone().add(r,"months");return-(r+(o-e<0?(o-e)/(e-t.clone().add(r-1,"months")):(o-e)/(t.clone().add(r+1,"months")-e)))||0}function We(t){var o;return void 0===t?this._locale._abbr:(null!=(o=Tr(t))&&(this._locale=o),this)}Et.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",Et.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var De=Pt("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 Le(){return this._locale}var Ie=1e3,Ze=6e4,Ke=36e5,Fe=126227808e5;function Ae(t,o){return(t%o+o)%o}function Ge(t,o,r){return t<100&&t>=0?new Date(t+400,o,r)-Fe:new Date(t,o,r).valueOf()}function He(t,o,r){return t<100&&t>=0?Date.UTC(t+400,o,r)-Fe:Date.UTC(t,o,r)}function Te(t,o){return o.erasAbbrRegex(t)}function _e(){var t,o,r=[],e=[],n=[],i=[],a=this.eras();for(t=0,o=a.length;t<o;++t)e.push(Ho(a[t].name)),r.push(Ho(a[t].abbr)),n.push(Ho(a[t].narrow)),i.push(Ho(a[t].name)),i.push(Ho(a[t].abbr)),i.push(Ho(a[t].narrow));this._erasRegex=new RegExp("^("+i.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+e.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+r.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+n.join("|")+")","i")}function Be(t,o){ao(0,[t,t.length],0,o)}function $e(t,o,r,e,n){var i;return null==t?br(this,e,n).year:(o>(i=Nr(t,e,n))&&(o=i),ze.call(this,t,o,r,e,n))}function ze(t,o,r,e,n){var i=mr(t,o,r,e,n),a=yr(i.year,0,i.dayOfYear);return this.year(a.getUTCFullYear()),this.month(a.getUTCMonth()),this.date(a.getUTCDate()),this}ao("N",0,0,"eraAbbr"),ao("NN",0,0,"eraAbbr"),ao("NNN",0,0,"eraAbbr"),ao("NNNN",0,0,"eraName"),ao("NNNNN",0,0,"eraNarrow"),ao("y",["y",1],"yo","eraYear"),ao("y",["yy",2],0,"eraYear"),ao("y",["yyy",3],0,"eraYear"),ao("y",["yyyy",4],0,"eraYear"),Ao("N",Te),Ao("NN",Te),Ao("NNN",Te),Ao("NNNN",(function(t,o){return o.erasNameRegex(t)})),Ao("NNNNN",(function(t,o){return o.erasNarrowRegex(t)})),_o(["N","NN","NNN","NNNN","NNNNN"],(function(t,o,r,e){var n=r._locale.erasParse(t,e,r._strict);n?At(r).era=n:At(r).invalidEra=t})),Ao("y",Lo),Ao("yy",Lo),Ao("yyy",Lo),Ao("yyyy",Lo),Ao("yo",(function(t,o){return o._eraYearOrdinalRegex||Lo})),_o(["y","yy","yyy","yyyy"],jo),_o(["yo"],(function(t,o,r,e){var n;r._locale._eraYearOrdinalRegex&&(n=t.match(r._locale._eraYearOrdinalRegex)),r._locale.eraYearOrdinalParse?o[jo]=r._locale.eraYearOrdinalParse(t,n):o[jo]=parseInt(t,10)})),ao(0,["gg",2],0,(function(){return this.weekYear()%100})),ao(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),Be("gggg","weekYear"),Be("ggggg","weekYear"),Be("GGGG","isoWeekYear"),Be("GGGGG","isoWeekYear"),fo("weekYear","gg"),fo("isoWeekYear","GG"),yo("weekYear",1),yo("isoWeekYear",1),Ao("G",Io),Ao("g",Io),Ao("GG",Eo,xo),Ao("gg",Eo,xo),Ao("GGGG",Wo,Ro),Ao("gggg",Wo,Ro),Ao("GGGGG",Do,Mo),Ao("ggggg",Do,Mo),Bo(["gggg","ggggg","GGGG","GGGGG"],(function(t,o,r,e){o[e.substr(0,2)]=bo(t)})),Bo(["gg","GG"],(function(t,o,r,e){o[e]=Et.parseTwoDigitYear(t)})),ao("Q",0,"Qo","quarter"),fo("quarter","Q"),yo("quarter",7),Ao("Q",wo),_o("Q",(function(t,o){o[Po]=3*(bo(t)-1)})),ao("D",["DD",2],"Do","date"),fo("date","D"),yo("date",9),Ao("D",Eo),Ao("DD",Eo,xo),Ao("Do",(function(t,o){return t?o._dayOfMonthOrdinalParse||o._ordinalParse:o._dayOfMonthOrdinalParseLenient})),_o(["D","DD"],Jo),_o("Do",(function(t,o){o[Jo]=bo(t.match(Eo)[0])}));var je=No("Date",!0);ao("DDD",["DDDD",3],"DDDo","dayOfYear"),fo("dayOfYear","DDD"),yo("dayOfYear",4),Ao("DDD",ko),Ao("DDDD",Co),_o(["DDD","DDDD"],(function(t,o,r){r._dayOfYear=bo(t)})),ao("m",["mm",2],0,"minute"),fo("minute","m"),yo("minute",14),Ao("m",Eo),Ao("mm",Eo,xo),_o(["m","mm"],Qo);var Pe=No("Minutes",!1);ao("s",["ss",2],0,"second"),fo("second","s"),yo("second",15),Ao("s",Eo),Ao("ss",Eo,xo),_o(["s","ss"],Vo);var Je,qe,Qe=No("Seconds",!1);for(ao("S",0,0,(function(){return~~(this.millisecond()/100)})),ao(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),ao(0,["SSS",3],0,"millisecond"),ao(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),ao(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),ao(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),ao(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),ao(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),ao(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),fo("millisecond","ms"),yo("millisecond",16),Ao("S",ko,wo),Ao("SS",ko,xo),Ao("SSS",ko,Co),Je="SSSS";Je.length<=9;Je+="S")Ao(Je,Lo);function Ve(t,o){o[Xo]=bo(1e3*("0."+t))}for(Je="S";Je.length<=9;Je+="S")_o(Je,Ve);qe=No("Milliseconds",!1),ao("z",0,0,"zoneAbbr"),ao("zz",0,0,"zoneName");var Xe=$t.prototype;function tn(t){return t}Xe.add=Me,Xe.calendar=function(t,o){1===arguments.length&&(arguments[0]?Ue(arguments[0])?(t=arguments[0],o=void 0):function(t){var o,r=Ut(t)&&!Wt(t),e=!1,n=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"];for(o=0;o<n.length;o+=1)e=e||kt(t,n[o]);return r&&e}(arguments[0])&&(o=arguments[0],t=void 0):(t=void 0,o=void 0));var r=t||ae(),e=me(r,this).startOf("day"),n=Et.calendarFormat(this,e)||"sameElse",i=o&&(Vt(o[n])?o[n].call(this,r):o[n]);return this.format(i||this.localeData().calendar(n,this,ae(r)))},Xe.clone=function(){return new $t(this)},Xe.diff=function(t,o,r){var e,n,i;if(!this.isValid())return NaN;if(!(e=me(t,this)).isValid())return NaN;switch(n=6e4*(e.utcOffset()-this.utcOffset()),o=uo(o)){case"year":i=ke(this,e)/12;break;case"month":i=ke(this,e);break;case"quarter":i=ke(this,e)/3;break;case"second":i=(this-e)/1e3;break;case"minute":i=(this-e)/6e4;break;case"hour":i=(this-e)/36e5;break;case"day":i=(this-e-n)/864e5;break;case"week":i=(this-e-n)/6048e5;break;default:i=this-e}return r?i:mo(i)},Xe.endOf=function(t){var o,r;if(void 0===(t=uo(t))||"millisecond"===t||!this.isValid())return this;switch(r=this._isUTC?He:Ge,t){case"year":o=r(this.year()+1,0,1)-1;break;case"quarter":o=r(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":o=r(this.year(),this.month()+1,1)-1;break;case"week":o=r(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":o=r(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":o=r(this.year(),this.month(),this.date()+1)-1;break;case"hour":o=this._d.valueOf(),o+=Ke-Ae(o+(this._isUTC?0:this.utcOffset()*Ze),Ke)-1;break;case"minute":o=this._d.valueOf(),o+=Ze-Ae(o,Ze)-1;break;case"second":o=this._d.valueOf(),o+=Ie-Ae(o,Ie)-1}return this._d.setTime(o),Et.updateOffset(this,!0),this},Xe.format=function(t){t||(t=this.isUtc()?Et.defaultFormatUtc:Et.defaultFormat);var o=so(this,t);return this.localeData().postformat(o)},Xe.from=function(t,o){return this.isValid()&&(zt(t)&&t.isValid()||ae(t).isValid())?Se({to:this,from:t}).locale(this.locale()).humanize(!o):this.localeData().invalidDate()},Xe.fromNow=function(t){return this.from(ae(),t)},Xe.to=function(t,o){return this.isValid()&&(zt(t)&&t.isValid()||ae(t).isValid())?Se({from:this,to:t}).locale(this.locale()).humanize(!o):this.localeData().invalidDate()},Xe.toNow=function(t){return this.to(ae(),t)},Xe.get=function(t){return Vt(this[t=uo(t)])?this[t]():this},Xe.invalidAt=function(){return At(this).overflow},Xe.isAfter=function(t,o){var r=zt(t)?t:ae(t);return!(!this.isValid()||!r.isValid())&&("millisecond"===(o=uo(o)||"millisecond")?this.valueOf()>r.valueOf():r.valueOf()<this.clone().startOf(o).valueOf())},Xe.isBefore=function(t,o){var r=zt(t)?t:ae(t);return!(!this.isValid()||!r.isValid())&&("millisecond"===(o=uo(o)||"millisecond")?this.valueOf()<r.valueOf():this.clone().endOf(o).valueOf()<r.valueOf())},Xe.isBetween=function(t,o,r,e){var n=zt(t)?t:ae(t),i=zt(o)?o:ae(o);return!!(this.isValid()&&n.isValid()&&i.isValid())&&(("("===(e=e||"()")[0]?this.isAfter(n,r):!this.isBefore(n,r))&&(")"===e[1]?this.isBefore(i,r):!this.isAfter(i,r)))},Xe.isSame=function(t,o){var r,e=zt(t)?t:ae(t);return!(!this.isValid()||!e.isValid())&&("millisecond"===(o=uo(o)||"millisecond")?this.valueOf()===e.valueOf():(r=e.valueOf(),this.clone().startOf(o).valueOf()<=r&&r<=this.clone().endOf(o).valueOf()))},Xe.isSameOrAfter=function(t,o){return this.isSame(t,o)||this.isAfter(t,o)},Xe.isSameOrBefore=function(t,o){return this.isSame(t,o)||this.isBefore(t,o)},Xe.isValid=function(){return Gt(this)},Xe.lang=De,Xe.locale=We,Xe.localeData=Le,Xe.max=ce,Xe.min=se,Xe.parsingFlags=function(){return Kt({},At(this))},Xe.set=function(t,o){if("object"==typeof t){var r,e=function(t){var o,r=[];for(o in t)kt(t,o)&&r.push({unit:o,priority:po[o]});return r.sort((function(t,o){return t.priority-o.priority})),r}(t=ho(t)),n=e.length;for(r=0;r<n;r++)this[e[r].unit](t[e[r].unit])}else if(Vt(this[t=uo(t)]))return this[t](o);return this},Xe.startOf=function(t){var o,r;if(void 0===(t=uo(t))||"millisecond"===t||!this.isValid())return this;switch(r=this._isUTC?He:Ge,t){case"year":o=r(this.year(),0,1);break;case"quarter":o=r(this.year(),this.month()-this.month()%3,1);break;case"month":o=r(this.year(),this.month(),1);break;case"week":o=r(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":o=r(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":o=r(this.year(),this.month(),this.date());break;case"hour":o=this._d.valueOf(),o-=Ae(o+(this._isUTC?0:this.utcOffset()*Ze),Ke);break;case"minute":o=this._d.valueOf(),o-=Ae(o,Ze);break;case"second":o=this._d.valueOf(),o-=Ae(o,Ie)}return this._d.setTime(o),Et.updateOffset(this,!0),this},Xe.subtract=Ee,Xe.toArray=function(){var t=this;return[t.year(),t.month(),t.date(),t.hour(),t.minute(),t.second(),t.millisecond()]},Xe.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()}},Xe.toDate=function(){return new Date(this.valueOf())},Xe.toISOString=function(t){if(!this.isValid())return null;var o=!0!==t,r=o?this.clone().utc():this;return r.year()<0||r.year()>9999?so(r,o?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):Vt(Date.prototype.toISOString)?o?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",so(r,"Z")):so(r,o?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")},Xe.inspect=function(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var t,o,r,e="moment",n="";return this.isLocal()||(e=0===this.utcOffset()?"moment.utc":"moment.parseZone",n="Z"),t="["+e+'("]',o=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY","-MM-DD[T]HH:mm:ss.SSS",r=n+'[")]',this.format(t+o+"-MM-DD[T]HH:mm:ss.SSS"+r)},"undefined"!=typeof Symbol&&null!=Symbol.for&&(Xe[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),Xe.toJSON=function(){return this.isValid()?this.toISOString():null},Xe.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},Xe.unix=function(){return Math.floor(this.valueOf()/1e3)},Xe.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},Xe.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},Xe.eraName=function(){var t,o,r,e=this.localeData().eras();for(t=0,o=e.length;t<o;++t){if(r=this.clone().startOf("day").valueOf(),e[t].since<=r&&r<=e[t].until)return e[t].name;if(e[t].until<=r&&r<=e[t].since)return e[t].name}return""},Xe.eraNarrow=function(){var t,o,r,e=this.localeData().eras();for(t=0,o=e.length;t<o;++t){if(r=this.clone().startOf("day").valueOf(),e[t].since<=r&&r<=e[t].until)return e[t].narrow;if(e[t].until<=r&&r<=e[t].since)return e[t].narrow}return""},Xe.eraAbbr=function(){var t,o,r,e=this.localeData().eras();for(t=0,o=e.length;t<o;++t){if(r=this.clone().startOf("day").valueOf(),e[t].since<=r&&r<=e[t].until)return e[t].abbr;if(e[t].until<=r&&r<=e[t].since)return e[t].abbr}return""},Xe.eraYear=function(){var t,o,r,e,n=this.localeData().eras();for(t=0,o=n.length;t<o;++t)if(r=n[t].since<=n[t].until?1:-1,e=this.clone().startOf("day").valueOf(),n[t].since<=e&&e<=n[t].until||n[t].until<=e&&e<=n[t].since)return(this.year()-Et(n[t].since).year())*r+n[t].offset;return this.year()},Xe.year=dr,Xe.isLeapYear=function(){return go(this.year())},Xe.weekYear=function(t){return $e.call(this,t,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)},Xe.isoWeekYear=function(t){return $e.call(this,t,this.isoWeek(),this.isoWeekday(),1,4)},Xe.quarter=Xe.quarters=function(t){return null==t?Math.ceil((this.month()+1)/3):this.month(3*(t-1)+this.month()%3)},Xe.month=fr,Xe.daysInMonth=function(){return rr(this.year(),this.month())},Xe.week=Xe.weeks=function(t){var o=this.localeData().week(this);return null==t?o:this.add(7*(t-o),"d")},Xe.isoWeek=Xe.isoWeeks=function(t){var o=br(this,1,4).week;return null==t?o:this.add(7*(t-o),"d")},Xe.weeksInYear=function(){var t=this.localeData()._week;return Nr(this.year(),t.dow,t.doy)},Xe.weeksInWeekYear=function(){var t=this.localeData()._week;return Nr(this.weekYear(),t.dow,t.doy)},Xe.isoWeeksInYear=function(){return Nr(this.year(),1,4)},Xe.isoWeeksInISOWeekYear=function(){return Nr(this.isoWeekYear(),1,4)},Xe.date=je,Xe.day=Xe.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},Xe.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")},Xe.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},Xe.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")},Xe.hour=Xe.hours=Wr,Xe.minute=Xe.minutes=Pe,Xe.second=Xe.seconds=Qe,Xe.millisecond=Xe.milliseconds=qe,Xe.utcOffset=function(t,o,r){var e,n=this._offset||0;if(!this.isValid())return null!=t?this:NaN;if(null!=t){if("string"==typeof t){if(null===(t=ge(Ko,t)))return this}else Math.abs(t)<16&&!r&&(t*=60);return!this._isUTC&&o&&(e=be(this)),this._offset=t,this._isUTC=!0,null!=e&&this.add(e,"m"),n!==t&&(!o||this._changeInProgress?Re(this,Se(t-n,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,Et.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?n:be(this)},Xe.utc=function(t){return this.utcOffset(0,t)},Xe.local=function(t){return this._isUTC&&(this.utcOffset(0,t),this._isUTC=!1,t&&this.subtract(be(this),"m")),this},Xe.parseZone=function(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var t=ge(Zo,this._i);null!=t?this.utcOffset(t):this.utcOffset(0,!0)}return this},Xe.hasAlignedHourOffset=function(t){return!!this.isValid()&&(t=t?ae(t).utcOffset():0,(this.utcOffset()-t)%60==0)},Xe.isDST=function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},Xe.isLocal=function(){return!!this.isValid()&&!this._isUTC},Xe.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},Xe.isUtc=Ne,Xe.isUTC=Ne,Xe.zoneAbbr=function(){return this._isUTC?"UTC":""},Xe.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},Xe.dates=Pt("dates accessor is deprecated. Use date instead.",je),Xe.months=Pt("months accessor is deprecated. Use month instead",fr),Xe.years=Pt("years accessor is deprecated. Use year instead",dr),Xe.zone=Pt("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()})),Xe.isDSTShifted=Pt("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",(function(){if(!Dt(this._isDSTShifted))return this._isDSTShifted;var t,o={};return Bt(o,this),(o=ne(o))._a?(t=o._isUTC?Ft(o._a):ae(o._a),this._isDSTShifted=this.isValid()&&function(t,o,r){var e,n=Math.min(t.length,o.length),i=Math.abs(t.length-o.length),a=0;for(e=0;e<n;e++)(r&&t[e]!==o[e]||!r&&bo(t[e])!==bo(o[e]))&&a++;return a+i}(o._a,t.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}));var on=to.prototype;function rn(t,o,r,e){var n=Tr(),i=Ft().set(e,o);return n[r](i,t)}function en(t,o,r){if(Lt(t)&&(o=t,t=void 0),t=t||"",null!=o)return rn(t,o,r,"month");var e,n=[];for(e=0;e<12;e++)n[e]=rn(t,e,r,"month");return n}function nn(t,o,r,e){"boolean"==typeof t?(Lt(o)&&(r=o,o=void 0),o=o||""):(r=o=t,t=!1,Lt(o)&&(r=o,o=void 0),o=o||"");var n,i=Tr(),a=t?i._week.dow:0,s=[];if(null!=r)return rn(o,(r+a)%7,e,"day");for(n=0;n<7;n++)s[n]=rn(o,(n+a)%7,e,"day");return s}on.calendar=function(t,o,r){var e=this._calendar[t]||this._calendar.sameElse;return Vt(e)?e.call(o,r):e},on.longDateFormat=function(t){var o=this._longDateFormat[t],r=this._longDateFormat[t.toUpperCase()];return o||!r?o:(this._longDateFormat[t]=r.match(ro).map((function(t){return"MMMM"===t||"MM"===t||"DD"===t||"dddd"===t?t.slice(1):t})).join(""),this._longDateFormat[t])},on.invalidDate=function(){return this._invalidDate},on.ordinal=function(t){return this._ordinal.replace("%d",t)},on.preparse=tn,on.postformat=tn,on.relativeTime=function(t,o,r,e){var n=this._relativeTime[r];return Vt(n)?n(t,o,r,e):n.replace(/%d/i,t)},on.pastFuture=function(t,o){var r=this._relativeTime[t>0?"future":"past"];return Vt(r)?r(o):r.replace(/%s/i,o)},on.set=function(t){var o,r;for(r in t)kt(t,r)&&(Vt(o=t[r])?this[r]=o:this["_"+r]=o);this._config=t,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)},on.eras=function(t,o){var r,e,n,i=this._eras||Tr("en")._eras;for(r=0,e=i.length;r<e;++r){if("string"==typeof i[r].since)n=Et(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=Et(i[r].until).startOf("day").valueOf(),i[r].until=n.valueOf()}}return i},on.erasParse=function(t,o,r){var e,n,i,a,s,c=this.eras();for(t=t.toUpperCase(),e=0,n=c.length;e<n;++e)if(i=c[e].name.toUpperCase(),a=c[e].abbr.toUpperCase(),s=c[e].narrow.toUpperCase(),r)switch(o){case"N":case"NN":case"NNN":if(a===t)return c[e];break;case"NNNN":if(i===t)return c[e];break;case"NNNNN":if(s===t)return c[e]}else if([i,a,s].indexOf(t)>=0)return c[e]},on.erasConvertYear=function(t,o){var r=t.since<=t.until?1:-1;return void 0===o?Et(t.since).year():Et(t.since).year()+(o-t.offset)*r},on.erasAbbrRegex=function(t){return kt(this,"_erasAbbrRegex")||_e.call(this),t?this._erasAbbrRegex:this._erasRegex},on.erasNameRegex=function(t){return kt(this,"_erasNameRegex")||_e.call(this),t?this._erasNameRegex:this._erasRegex},on.erasNarrowRegex=function(t){return kt(this,"_erasNarrowRegex")||_e.call(this),t?this._erasNarrowRegex:this._erasRegex},on.months=function(t,o){return t?Yt(this._months)?this._months[t.month()]:this._months[(this._months.isFormat||ir).test(o)?"format":"standalone"][t.month()]:Yt(this._months)?this._months:this._months.standalone},on.monthsShort=function(t,o){return t?Yt(this._monthsShort)?this._monthsShort[t.month()]:this._monthsShort[ir.test(o)?"format":"standalone"][t.month()]:Yt(this._monthsShort)?this._monthsShort:this._monthsShort.standalone},on.monthsParse=function(t,o,r){var e,n,i;if(this._monthsParseExact)return cr.call(this,t,o,r);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),e=0;e<12;e++){if(n=Ft([2e3,e]),r&&!this._longMonthsParse[e]&&(this._longMonthsParse[e]=new RegExp("^"+this.months(n,"").replace(".","")+"$","i"),this._shortMonthsParse[e]=new RegExp("^"+this.monthsShort(n,"").replace(".","")+"$","i")),r||this._monthsParse[e]||(i="^"+this.months(n,"")+"|^"+this.monthsShort(n,""),this._monthsParse[e]=new RegExp(i.replace(".",""),"i")),r&&"MMMM"===o&&this._longMonthsParse[e].test(t))return e;if(r&&"MMM"===o&&this._shortMonthsParse[e].test(t))return e;if(!r&&this._monthsParse[e].test(t))return e}},on.monthsRegex=function(t){return this._monthsParseExact?(kt(this,"_monthsRegex")||ur.call(this),t?this._monthsStrictRegex:this._monthsRegex):(kt(this,"_monthsRegex")||(this._monthsRegex=sr),this._monthsStrictRegex&&t?this._monthsStrictRegex:this._monthsRegex)},on.monthsShortRegex=function(t){return this._monthsParseExact?(kt(this,"_monthsRegex")||ur.call(this),t?this._monthsShortStrictRegex:this._monthsShortRegex):(kt(this,"_monthsShortRegex")||(this._monthsShortRegex=ar),this._monthsShortStrictRegex&&t?this._monthsShortStrictRegex:this._monthsShortRegex)},on.week=function(t){return br(t,this._week.dow,this._week.doy).week},on.firstDayOfYear=function(){return this._week.doy},on.firstDayOfWeek=function(){return this._week.dow},on.weekdays=function(t,o){var r=Yt(this._weekdays)?this._weekdays:this._weekdays[t&&!0!==t&&this._weekdays.isFormat.test(o)?"format":"standalone"];return!0===t?Or(r,this._week.dow):t?r[t.day()]:r},on.weekdaysMin=function(t){return!0===t?Or(this._weekdaysMin,this._week.dow):t?this._weekdaysMin[t.day()]:this._weekdaysMin},on.weekdaysShort=function(t){return!0===t?Or(this._weekdaysShort,this._week.dow):t?this._weekdaysShort[t.day()]:this._weekdaysShort},on.weekdaysParse=function(t,o,r){var e,n,i;if(this._weekdaysParseExact)return Mr.call(this,t,o,r);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),e=0;e<7;e++){if(n=Ft([2e3,1]).day(e),r&&!this._fullWeekdaysParse[e]&&(this._fullWeekdaysParse[e]=new RegExp("^"+this.weekdays(n,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[e]=new RegExp("^"+this.weekdaysShort(n,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[e]=new RegExp("^"+this.weekdaysMin(n,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[e]||(i="^"+this.weekdays(n,"")+"|^"+this.weekdaysShort(n,"")+"|^"+this.weekdaysMin(n,""),this._weekdaysParse[e]=new RegExp(i.replace(".",""),"i")),r&&"dddd"===o&&this._fullWeekdaysParse[e].test(t))return e;if(r&&"ddd"===o&&this._shortWeekdaysParse[e].test(t))return e;if(r&&"dd"===o&&this._minWeekdaysParse[e].test(t))return e;if(!r&&this._weekdaysParse[e].test(t))return e}},on.weekdaysRegex=function(t){return this._weekdaysParseExact?(kt(this,"_weekdaysRegex")||Er.call(this),t?this._weekdaysStrictRegex:this._weekdaysRegex):(kt(this,"_weekdaysRegex")||(this._weekdaysRegex=xr),this._weekdaysStrictRegex&&t?this._weekdaysStrictRegex:this._weekdaysRegex)},on.weekdaysShortRegex=function(t){return this._weekdaysParseExact?(kt(this,"_weekdaysRegex")||Er.call(this),t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(kt(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Cr),this._weekdaysShortStrictRegex&&t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)},on.weekdaysMinRegex=function(t){return this._weekdaysParseExact?(kt(this,"_weekdaysRegex")||Er.call(this),t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(kt(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Rr),this._weekdaysMinStrictRegex&&t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)},on.isPM=function(t){return"p"===(t+"").toLowerCase().charAt(0)},on.meridiem=function(t,o,r){return t>11?r?"pm":"PM":r?"am":"AM"},Gr("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===bo(t%100/10)?"th":1===o?"st":2===o?"nd":3===o?"rd":"th")}}),Et.lang=Pt("moment.lang is deprecated. Use moment.locale instead.",Gr),Et.langData=Pt("moment.langData is deprecated. Use moment.localeData instead.",Tr);var an=Math.abs;function sn(t,o,r,e){var n=Se(o,r);return t._milliseconds+=e*n._milliseconds,t._days+=e*n._days,t._months+=e*n._months,t._bubble()}function cn(t){return t<0?Math.floor(t):Math.ceil(t)}function ln(t){return 4800*t/146097}function fn(t){return 146097*t/4800}function un(t){return function(){return this.as(t)}}var hn=un("ms"),dn=un("s"),pn=un("m"),yn=un("h"),gn=un("d"),mn=un("w"),bn=un("M"),Nn=un("Q"),On=un("y");function vn(t){return function(){return this.isValid()?this._data[t]:NaN}}var Sn=vn("milliseconds"),wn=vn("seconds"),xn=vn("minutes"),Cn=vn("hours"),Rn=vn("days"),Mn=vn("months"),En=vn("years");var Yn=Math.round,Un={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function kn(t,o,r,e,n){return n.relativeTime(o||1,!!r,t,e)}var Wn=Math.abs;function Dn(t){return(t>0)-(t<0)||+t}function Ln(){if(!this.isValid())return this.localeData().invalidDate();var t,o,r,e,n,i,a,s,c=Wn(this._milliseconds)/1e3,l=Wn(this._days),f=Wn(this._months),u=this.asSeconds();return u?(t=mo(c/60),o=mo(t/60),c%=60,t%=60,r=mo(f/12),f%=12,e=c?c.toFixed(3).replace(/\.?0+$/,""):"",n=u<0?"-":"",i=Dn(this._months)!==Dn(u)?"-":"",a=Dn(this._days)!==Dn(u)?"-":"",s=Dn(this._milliseconds)!==Dn(u)?"-":"",n+"P"+(r?i+r+"Y":"")+(f?i+f+"M":"")+(l?a+l+"D":"")+(o||t||c?"T":"")+(o?s+o+"H":"")+(t?s+t+"M":"")+(c?s+e+"S":"")):"P0D"}var In,Zn=ue.prototype;Zn.isValid=function(){return this._isValid},Zn.abs=function(){var t=this._data;return this._milliseconds=an(this._milliseconds),this._days=an(this._days),this._months=an(this._months),t.milliseconds=an(t.milliseconds),t.seconds=an(t.seconds),t.minutes=an(t.minutes),t.hours=an(t.hours),t.months=an(t.months),t.years=an(t.years),this},Zn.add=function(t,o){return sn(this,t,o,1)},Zn.subtract=function(t,o){return sn(this,t,o,-1)},Zn.as=function(t){if(!this.isValid())return NaN;var o,r,e=this._milliseconds;if("month"===(t=uo(t))||"quarter"===t||"year"===t)switch(o=this._days+e/864e5,r=this._months+ln(o),t){case"month":return r;case"quarter":return r/3;case"year":return r/12}else switch(o=this._days+Math.round(fn(this._months)),t){case"week":return o/7+e/6048e5;case"day":return o+e/864e5;case"hour":return 24*o+e/36e5;case"minute":return 1440*o+e/6e4;case"second":return 86400*o+e/1e3;case"millisecond":return Math.floor(864e5*o)+e;default:throw new Error("Unknown unit "+t)}},Zn.asMilliseconds=hn,Zn.asSeconds=dn,Zn.asMinutes=pn,Zn.asHours=yn,Zn.asDays=gn,Zn.asWeeks=mn,Zn.asMonths=bn,Zn.asQuarters=Nn,Zn.asYears=On,Zn.valueOf=function(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*bo(this._months/12):NaN},Zn._bubble=function(){var t,o,r,e,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*cn(fn(s)+a),a=0,s=0),c.milliseconds=i%1e3,t=mo(i/1e3),c.seconds=t%60,o=mo(t/60),c.minutes=o%60,r=mo(o/60),c.hours=r%24,a+=mo(r/24),s+=n=mo(ln(a)),a-=cn(fn(n)),e=mo(s/12),s%=12,c.days=a,c.months=s,c.years=e,this},Zn.clone=function(){return Se(this)},Zn.get=function(t){return t=uo(t),this.isValid()?this[t+"s"]():NaN},Zn.milliseconds=Sn,Zn.seconds=wn,Zn.minutes=xn,Zn.hours=Cn,Zn.days=Rn,Zn.weeks=function(){return mo(this.days()/7)},Zn.months=Mn,Zn.years=En,Zn.humanize=function(t,o){if(!this.isValid())return this.localeData().invalidDate();var r,e,n=!1,i=Un;return"object"==typeof t&&(o=t,t=!1),"boolean"==typeof t&&(n=t),"object"==typeof o&&(i=Object.assign({},Un,o),null!=o.s&&null==o.ss&&(i.ss=o.s-1)),e=function(t,o,r,e){var n=Se(t).abs(),i=Yn(n.as("s")),a=Yn(n.as("m")),s=Yn(n.as("h")),c=Yn(n.as("d")),l=Yn(n.as("M")),f=Yn(n.as("w")),u=Yn(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||f<=1&&["w"]||f<r.w&&["ww",f]),(h=h||l<=1&&["M"]||l<r.M&&["MM",l]||u<=1&&["y"]||["yy",u])[2]=o,h[3]=+t>0,h[4]=e,kn.apply(null,h)}(this,!n,i,r=this.localeData()),n&&(e=r.pastFuture(+this,e)),r.postformat(e)},Zn.toISOString=Ln,Zn.toString=Ln,Zn.toJSON=Ln,Zn.locale=We,Zn.localeData=Le,Zn.toIsoString=Pt("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",Ln),Zn.lang=De,ao("X",0,0,"unix"),ao("x",0,0,"valueOf"),Ao("x",Io),Ao("X",/[+-]?\d+(\.\d{1,3})?/),_o("X",(function(t,o,r){r._d=new Date(1e3*parseFloat(t))})),_o("x",(function(t,o,r){r._d=new Date(bo(t))})),
107
+ `,window.ftReduxStores||(window.ftReduxStores={}),navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(Yo=null===(Uo=window.safari)||void 0===Uo?void 0:Uo.pushNotification)||void 0===Yo||Yo.toString()),Wo=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 jo=Do.momentProperties=[],Po=!1;function Jo(t,o){var e,r,i,n=jo.length;if(Ao(o._isAMomentObject)||(t._isAMomentObject=o._isAMomentObject),Ao(o._i)||(t._i=o._i),Ao(o._f)||(t._f=o._f),Ao(o._l)||(t._l=o._l),Ao(o._strict)||(t._strict=o._strict),Ao(o._tzm)||(t._tzm=o._tzm),Ao(o._isUTC)||(t._isUTC=o._isUTC),Ao(o._offset)||(t._offset=o._offset),Ao(o._pf)||(t._pf=Ho(o)),Ao(o._locale)||(t._locale=o._locale),n>0)for(e=0;e<n;e++)Ao(i=o[r=jo[e]])||(t[r]=i);return t}function qo(t){Jo(this,t),this._d=new Date(null!=t._d?t._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===Po&&(Po=!0,Do.updateOffset(this),Po=!1)}function Qo(t){return t instanceof qo||null!=t&&null!=t._isAMomentObject}function Vo(t){!1===Do.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+t)}function Xo(t,o){var e=!0;return To((function(){if(null!=Do.deprecationHandler&&Do.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)}Vo(t+"\nArguments: "+Array.prototype.slice.call(s).join("")+"\n"+(new Error).stack),e=!1}return o.apply(this,arguments)}),o)}var te,oe={};function ee(t,o){null!=Do.deprecationHandler&&Do.deprecationHandler(t,o),oe[t]||(Vo(o),oe[t]=!0)}function re(t){return"undefined"!=typeof Function&&t instanceof Function||"[object Function]"===Object.prototype.toString.call(t)}function ie(t,o){var e,r=To({},t);for(e in o)Zo(o,e)&&(Io(t[e])&&Io(o[e])?(r[e]={},To(r[e],t[e]),To(r[e],o[e])):null!=o[e]?r[e]=o[e]:delete r[e]);for(e in t)Zo(t,e)&&!Zo(o,e)&&Io(t[e])&&(r[e]=To({},r[e]));return r}function ne(t){null!=t&&this.set(t)}Do.suppressDeprecationWarnings=!1,Do.deprecationHandler=null,te=Object.keys?Object.keys:function(t){var o,e=[];for(o in t)Zo(t,o)&&e.push(o);return e};function se(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 ae=/(\[[^\[]*\])|(\\)?([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,ce=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,le={},he={};function fe(t,o,e,r){var i=r;"string"==typeof r&&(i=function(){return this[r]()}),t&&(he[t]=i),o&&(he[o[0]]=function(){return se(i.apply(this,arguments),o[1],o[2])}),e&&(he[e]=function(){return this.localeData().ordinal(i.apply(this,arguments),t)})}function ue(t,o){return t.isValid()?(o=de(o,t.localeData()),le[o]=le[o]||function(t){var o,e,r,i=t.match(ae);for(o=0,e=i.length;o<e;o++)he[i[o]]?i[o]=he[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+=re(i[r])?i[r].call(o,t):i[r];return n}}(o),le[o](t)):t.localeData().invalidDate()}function de(t,o){var e=5;function r(t){return o.longDateFormat(t)||t}for(ce.lastIndex=0;e>=0&&ce.test(t);)t=t.replace(ce,r),ce.lastIndex=0,e-=1;return t}var pe={};function ye(t,o){var e=t.toLowerCase();pe[e]=pe[e+"s"]=pe[o]=t}function ge(t){return"string"==typeof t?pe[t]||pe[t.toLowerCase()]:void 0}function me(t){var o,e,r={};for(e in t)Zo(t,e)&&(o=ge(e))&&(r[o]=t[e]);return r}var be={};function Ne(t,o){be[t]=o}function Oe(t){return t%4==0&&t%100!=0||t%400==0}function ve(t){return t<0?Math.ceil(t)||0:Math.floor(t)}function Se(t){var o=+t,e=0;return 0!==o&&isFinite(o)&&(e=ve(o)),e}function we(t,o){return function(e){return null!=e?(Ce(this,t,e),Do.updateOffset(this,o),this):xe(this,t)}}function xe(t,o){return t.isValid()?t._d["get"+(t._isUTC?"UTC":"")+o]():NaN}function Ce(t,o,e){t.isValid()&&!isNaN(e)&&("FullYear"===o&&Oe(t.year())&&1===t.month()&&29===t.date()?(e=Se(e),t._d["set"+(t._isUTC?"UTC":"")+o](e,t.month(),sr(e,t.month()))):t._d["set"+(t._isUTC?"UTC":"")+o](e))}var Me,Re=/\d/,Ee=/\d\d/,Ue=/\d{3}/,Ye=/\d{4}/,ke=/[+-]?\d{6}/,We=/\d\d?/,De=/\d\d\d\d?/,Le=/\d\d\d\d\d\d?/,Ie=/\d{1,3}/,Ze=/\d{1,4}/,Ke=/[+-]?\d{1,6}/,Ae=/\d+/,Fe=/[+-]?\d+/,_e=/Z|[+-]\d\d:?\d\d/gi,$e=/Z|[+-]\d\d(?::?\d\d)?/gi,Te=/[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 Ge(t,o,e){Me[t]=re(o)?o:function(t,r){return t&&e?e:o}}function He(t,o){return Zo(Me,t)?Me[t](o._strict,o._locale):new RegExp(function(t){return Be(t.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(t,o,e,r,i){return o||e||r||i})))}(t))}function Be(t){return t.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}Me={};var ze={};function je(t,o){var e,r,i=o;for("string"==typeof t&&(t=[t]),Fo(o)&&(i=function(t,e){e[o]=Se(t)}),r=t.length,e=0;e<r;e++)ze[t[e]]=i}function Pe(t,o){je(t,(function(t,e,r,i){r._w=r._w||{},o(t,r._w,r,i)}))}function Je(t,o,e){null!=o&&Zo(ze,t)&&ze[t](o,e._a,e,t)}var qe,Qe=0,Ve=1,Xe=2,tr=3,or=4,er=5,rr=6,ir=7,nr=8;function sr(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?Oe(t)?29:28:31-e%7%2}qe=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},fe("M",["MM",2],"Mo",(function(){return this.month()+1})),fe("MMM",0,0,(function(t){return this.localeData().monthsShort(this,t)})),fe("MMMM",0,0,(function(t){return this.localeData().months(this,t)})),ye("month","M"),Ne("month",8),Ge("M",We),Ge("MM",We,Ee),Ge("MMM",(function(t,o){return o.monthsShortRegex(t)})),Ge("MMMM",(function(t,o){return o.monthsRegex(t)})),je(["M","MM"],(function(t,o){o[Ve]=Se(t)-1})),je(["MMM","MMMM"],(function(t,o,e,r){var i=e._locale.monthsParse(t,r,e._strict);null!=i?o[Ve]=i:Ho(e).invalidMonth=t}));var ar="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),cr="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),lr=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,hr=Te,fr=Te;function ur(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=Go([2e3,r]),this._shortMonthsParse[r]=this.monthsShort(n,"").toLocaleLowerCase(),this._longMonthsParse[r]=this.months(n,"").toLocaleLowerCase();return e?"MMM"===o?-1!==(i=qe.call(this._shortMonthsParse,s))?i:null:-1!==(i=qe.call(this._longMonthsParse,s))?i:null:"MMM"===o?-1!==(i=qe.call(this._shortMonthsParse,s))||-1!==(i=qe.call(this._longMonthsParse,s))?i:null:-1!==(i=qe.call(this._longMonthsParse,s))||-1!==(i=qe.call(this._shortMonthsParse,s))?i:null}function dr(t,o){var e;if(!t.isValid())return t;if("string"==typeof o)if(/^\d+$/.test(o))o=Se(o);else if(!Fo(o=t.localeData().monthsParse(o)))return t;return e=Math.min(t.date(),sr(t.year(),o)),t._d["set"+(t._isUTC?"UTC":"")+"Month"](o,e),t}function pr(t){return null!=t?(dr(this,t),Do.updateOffset(this,!0),this):xe(this,"Month")}function yr(){function t(t,o){return o.length-t.length}var o,e,r=[],i=[],n=[];for(o=0;o<12;o++)e=Go([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]=Be(r[o]),i[o]=Be(i[o]);for(o=0;o<24;o++)n[o]=Be(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 gr(t){return Oe(t)?366:365}fe("Y",0,0,(function(){var t=this.year();return t<=9999?se(t,4):"+"+t})),fe(0,["YY",2],0,(function(){return this.year()%100})),fe(0,["YYYY",4],0,"year"),fe(0,["YYYYY",5],0,"year"),fe(0,["YYYYYY",6,!0],0,"year"),ye("year","y"),Ne("year",1),Ge("Y",Fe),Ge("YY",We,Ee),Ge("YYYY",Ze,Ye),Ge("YYYYY",Ke,ke),Ge("YYYYYY",Ke,ke),je(["YYYYY","YYYYYY"],Qe),je("YYYY",(function(t,o){o[Qe]=2===t.length?Do.parseTwoDigitYear(t):Se(t)})),je("YY",(function(t,o){o[Qe]=Do.parseTwoDigitYear(t)})),je("Y",(function(t,o){o[Qe]=parseInt(t,10)})),Do.parseTwoDigitYear=function(t){return Se(t)+(Se(t)>68?1900:2e3)};var mr=we("FullYear",!0);function br(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 Nr(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 Or(t,o,e){var r=7+o-e;return-((7+Nr(t,0,r).getUTCDay()-o)%7)+r-1}function vr(t,o,e,r,i){var n,s,a=1+7*(o-1)+(7+e-r)%7+Or(t,r,i);return a<=0?s=gr(n=t-1)+a:a>gr(t)?(n=t+1,s=a-gr(t)):(n=t,s=a),{year:n,dayOfYear:s}}function Sr(t,o,e){var r,i,n=Or(t.year(),o,e),s=Math.floor((t.dayOfYear()-n-1)/7)+1;return s<1?r=s+wr(i=t.year()-1,o,e):s>wr(t.year(),o,e)?(r=s-wr(t.year(),o,e),i=t.year()+1):(i=t.year(),r=s),{week:r,year:i}}function wr(t,o,e){var r=Or(t,o,e),i=Or(t+1,o,e);return(gr(t)-r+i)/7}fe("w",["ww",2],"wo","week"),fe("W",["WW",2],"Wo","isoWeek"),ye("week","w"),ye("isoWeek","W"),Ne("week",5),Ne("isoWeek",5),Ge("w",We),Ge("ww",We,Ee),Ge("W",We),Ge("WW",We,Ee),Pe(["w","ww","W","WW"],(function(t,o,e,r){o[r.substr(0,1)]=Se(t)}));function xr(t,o){return t.slice(o,7).concat(t.slice(0,o))}fe("d",0,"do","day"),fe("dd",0,0,(function(t){return this.localeData().weekdaysMin(this,t)})),fe("ddd",0,0,(function(t){return this.localeData().weekdaysShort(this,t)})),fe("dddd",0,0,(function(t){return this.localeData().weekdays(this,t)})),fe("e",0,0,"weekday"),fe("E",0,0,"isoWeekday"),ye("day","d"),ye("weekday","e"),ye("isoWeekday","E"),Ne("day",11),Ne("weekday",11),Ne("isoWeekday",11),Ge("d",We),Ge("e",We),Ge("E",We),Ge("dd",(function(t,o){return o.weekdaysMinRegex(t)})),Ge("ddd",(function(t,o){return o.weekdaysShortRegex(t)})),Ge("dddd",(function(t,o){return o.weekdaysRegex(t)})),Pe(["dd","ddd","dddd"],(function(t,o,e,r){var i=e._locale.weekdaysParse(t,r,e._strict);null!=i?o.d=i:Ho(e).invalidWeekday=t})),Pe(["d","e","E"],(function(t,o,e,r){o[r]=Se(t)}));var Cr="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Mr="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Rr="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Er=Te,Ur=Te,Yr=Te;function kr(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=Go([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=qe.call(this._weekdaysParse,s))?i:null:"ddd"===o?-1!==(i=qe.call(this._shortWeekdaysParse,s))?i:null:-1!==(i=qe.call(this._minWeekdaysParse,s))?i:null:"dddd"===o?-1!==(i=qe.call(this._weekdaysParse,s))||-1!==(i=qe.call(this._shortWeekdaysParse,s))||-1!==(i=qe.call(this._minWeekdaysParse,s))?i:null:"ddd"===o?-1!==(i=qe.call(this._shortWeekdaysParse,s))||-1!==(i=qe.call(this._weekdaysParse,s))||-1!==(i=qe.call(this._minWeekdaysParse,s))?i:null:-1!==(i=qe.call(this._minWeekdaysParse,s))||-1!==(i=qe.call(this._weekdaysParse,s))||-1!==(i=qe.call(this._shortWeekdaysParse,s))?i:null}function Wr(){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=Go([2e3,1]).day(o),r=Be(this.weekdaysMin(e,"")),i=Be(this.weekdaysShort(e,"")),n=Be(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 Dr(){return this.hours()%12||12}function Lr(t,o){fe(t,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),o)}))}function Ir(t,o){return o._meridiemParse}fe("H",["HH",2],0,"hour"),fe("h",["hh",2],0,Dr),fe("k",["kk",2],0,(function(){return this.hours()||24})),fe("hmm",0,0,(function(){return""+Dr.apply(this)+se(this.minutes(),2)})),fe("hmmss",0,0,(function(){return""+Dr.apply(this)+se(this.minutes(),2)+se(this.seconds(),2)})),fe("Hmm",0,0,(function(){return""+this.hours()+se(this.minutes(),2)})),fe("Hmmss",0,0,(function(){return""+this.hours()+se(this.minutes(),2)+se(this.seconds(),2)})),Lr("a",!0),Lr("A",!1),ye("hour","h"),Ne("hour",13),Ge("a",Ir),Ge("A",Ir),Ge("H",We),Ge("h",We),Ge("k",We),Ge("HH",We,Ee),Ge("hh",We,Ee),Ge("kk",We,Ee),Ge("hmm",De),Ge("hmmss",Le),Ge("Hmm",De),Ge("Hmmss",Le),je(["H","HH"],tr),je(["k","kk"],(function(t,o,e){var r=Se(t);o[tr]=24===r?0:r})),je(["a","A"],(function(t,o,e){e._isPm=e._locale.isPM(t),e._meridiem=t})),je(["h","hh"],(function(t,o,e){o[tr]=Se(t),Ho(e).bigHour=!0})),je("hmm",(function(t,o,e){var r=t.length-2;o[tr]=Se(t.substr(0,r)),o[or]=Se(t.substr(r)),Ho(e).bigHour=!0})),je("hmmss",(function(t,o,e){var r=t.length-4,i=t.length-2;o[tr]=Se(t.substr(0,r)),o[or]=Se(t.substr(r,2)),o[er]=Se(t.substr(i)),Ho(e).bigHour=!0})),je("Hmm",(function(t,o,e){var r=t.length-2;o[tr]=Se(t.substr(0,r)),o[or]=Se(t.substr(r))})),je("Hmmss",(function(t,o,e){var r=t.length-4,i=t.length-2;o[tr]=Se(t.substr(0,r)),o[or]=Se(t.substr(r,2)),o[er]=Se(t.substr(i))}));var Zr=we("Hours",!0);var Kr,Ar={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:ar,monthsShort:cr,week:{dow:0,doy:6},weekdays:Cr,weekdaysMin:Rr,weekdaysShort:Mr,meridiemParse:/[ap]\.?m?\.?/i},Fr={},_r={};function $r(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 Tr(t){return t?t.toLowerCase().replace("_","-"):t}function Gr(t){var o=null;if(void 0===Fr[t]&&"undefined"!=typeof module&&module&&module.exports&&function(t){return null!=t.match("^[^/\\\\]*$")}(t))try{o=Kr._abbr,require("./locale/"+t),Hr(o)}catch(o){Fr[t]=null}return Fr[t]}function Hr(t,o){var e;return t&&((e=Ao(o)?zr(t):Br(t,o))?Kr=e:"undefined"!=typeof console&&console.warn&&console.warn("Locale "+t+" not found. Did you forget to load it?")),Kr._abbr}function Br(t,o){if(null!==o){var e,r=Ar;if(o.abbr=t,null!=Fr[t])ee("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=Fr[t]._config;else if(null!=o.parentLocale)if(null!=Fr[o.parentLocale])r=Fr[o.parentLocale]._config;else{if(null==(e=Gr(o.parentLocale)))return _r[o.parentLocale]||(_r[o.parentLocale]=[]),_r[o.parentLocale].push({name:t,config:o}),null;r=e._config}return Fr[t]=new ne(ie(r,o)),_r[t]&&_r[t].forEach((function(t){Br(t.name,t.config)})),Hr(t),Fr[t]}return delete Fr[t],null}function zr(t){var o;if(t&&t._locale&&t._locale._abbr&&(t=t._locale._abbr),!t)return Kr;if(!Lo(t)){if(o=Gr(t))return o;t=[t]}return function(t){for(var o,e,r,i,n=0;n<t.length;){for(o=(i=Tr(t[n]).split("-")).length,e=(e=Tr(t[n+1]))?e.split("-"):null;o>0;){if(r=Gr(i.slice(0,o).join("-")))return r;if(e&&e.length>=o&&$r(i,e)>=o-1)break;o--}n++}return Kr}(t)}function jr(t){var o,e=t._a;return e&&-2===Ho(t).overflow&&(o=e[Ve]<0||e[Ve]>11?Ve:e[Xe]<1||e[Xe]>sr(e[Qe],e[Ve])?Xe:e[tr]<0||e[tr]>24||24===e[tr]&&(0!==e[or]||0!==e[er]||0!==e[rr])?tr:e[or]<0||e[or]>59?or:e[er]<0||e[er]>59?er:e[rr]<0||e[rr]>999?rr:-1,Ho(t)._overflowDayOfYear&&(o<Qe||o>Xe)&&(o=Xe),Ho(t)._overflowWeeks&&-1===o&&(o=ir),Ho(t)._overflowWeekday&&-1===o&&(o=nr),Ho(t).overflow=o),t}var Pr=/^\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)?)?$/,Jr=/^\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)?)?$/,qr=/Z|[+-]\d\d(?::?\d\d)?/,Qr=[["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]],Vr=[["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/]],Xr=/^\/?Date\((-?\d+)/i,ti=/^(?:(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}))$/,oi={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function ei(t){var o,e,r,i,n,s,a=t._i,c=Pr.exec(a)||Jr.exec(a),l=Qr.length,h=Vr.length;if(c){for(Ho(t).iso=!0,o=0,e=l;o<e;o++)if(Qr[o][1].exec(c[1])){i=Qr[o][0],r=!1!==Qr[o][2];break}if(null==i)return void(t._isValid=!1);if(c[3]){for(o=0,e=h;o<e;o++)if(Vr[o][1].exec(c[3])){n=(c[2]||" ")+Vr[o][0];break}if(null==n)return void(t._isValid=!1)}if(!r&&null!=n)return void(t._isValid=!1);if(c[4]){if(!qr.exec(c[4]))return void(t._isValid=!1);s="Z"}t._f=i+(n||"")+(s||""),ai(t)}else t._isValid=!1}function ri(t){var o=parseInt(t,10);return o<=49?2e3+o:o<=999?1900+o:o}function ii(t){var o,e,r,i,n,s,a,c,l=ti.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=[ri(e),cr.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||Mr.indexOf(t)===new Date(o[0],o[1],o[2]).getDay()||(Ho(e).weekdayMismatch=!0,e._isValid=!1,!1)}(l[1],o,t))return;t._a=o,t._tzm=function(t,o,e){if(t)return oi[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=Nr.apply(null,t._a),t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),Ho(t).rfc2822=!0}else t._isValid=!1}function ni(t,o,e){return null!=t?t:null!=o?o:e}function si(t){var o,e,r,i,n,s=[];if(!t._d){for(r=function(t){var o=new Date(Do.now());return t._useUTC?[o.getUTCFullYear(),o.getUTCMonth(),o.getUTCDate()]:[o.getFullYear(),o.getMonth(),o.getDate()]}(t),t._w&&null==t._a[Xe]&&null==t._a[Ve]&&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=ni(o.GG,t._a[Qe],Sr(hi(),1,4).year),r=ni(o.W,1),((i=ni(o.E,1))<1||i>7)&&(c=!0)):(n=t._locale._week.dow,s=t._locale._week.doy,l=Sr(hi(),n,s),e=ni(o.gg,t._a[Qe],l.year),r=ni(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>wr(e,n,s)?Ho(t)._overflowWeeks=!0:null!=c?Ho(t)._overflowWeekday=!0:(a=vr(e,r,i,n,s),t._a[Qe]=a.year,t._dayOfYear=a.dayOfYear)}(t),null!=t._dayOfYear&&(n=ni(t._a[Qe],r[Qe]),(t._dayOfYear>gr(n)||0===t._dayOfYear)&&(Ho(t)._overflowDayOfYear=!0),e=Nr(n,0,t._dayOfYear),t._a[Ve]=e.getUTCMonth(),t._a[Xe]=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[tr]&&0===t._a[or]&&0===t._a[er]&&0===t._a[rr]&&(t._nextDay=!0,t._a[tr]=0),t._d=(t._useUTC?Nr:br).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[tr]=24),t._w&&void 0!==t._w.d&&t._w.d!==i&&(Ho(t).weekdayMismatch=!0)}}function ai(t){if(t._f!==Do.ISO_8601)if(t._f!==Do.RFC_2822){t._a=[],Ho(t).empty=!0;var o,e,r,i,n,s,a,c=""+t._i,l=c.length,h=0;for(a=(r=de(t._f,t._locale).match(ae)||[]).length,o=0;o<a;o++)i=r[o],(e=(c.match(He(i,t))||[])[0])&&((n=c.substr(0,c.indexOf(e))).length>0&&Ho(t).unusedInput.push(n),c=c.slice(c.indexOf(e)+e.length),h+=e.length),he[i]?(e?Ho(t).empty=!1:Ho(t).unusedTokens.push(i),Je(i,e,t)):t._strict&&!e&&Ho(t).unusedTokens.push(i);Ho(t).charsLeftOver=l-h,c.length>0&&Ho(t).unusedInput.push(c),t._a[tr]<=12&&!0===Ho(t).bigHour&&t._a[tr]>0&&(Ho(t).bigHour=void 0),Ho(t).parsedDateParts=t._a.slice(0),Ho(t).meridiem=t._meridiem,t._a[tr]=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[tr],t._meridiem),null!==(s=Ho(t).era)&&(t._a[Qe]=t._locale.erasConvertYear(s,t._a[Qe])),si(t),jr(t)}else ii(t);else ei(t)}function ci(t){var o=t._i,e=t._f;return t._locale=t._locale||zr(t._l),null===o||void 0===e&&""===o?zo({nullInput:!0}):("string"==typeof o&&(t._i=o=t._locale.preparse(o)),Qo(o)?new qo(jr(o)):(_o(o)?t._d=o:Lo(e)?function(t){var o,e,r,i,n,s,a=!1,c=t._f.length;if(0===c)return Ho(t).invalidFormat=!0,void(t._d=new Date(NaN));for(i=0;i<c;i++)n=0,s=!1,o=Jo({},t),null!=t._useUTC&&(o._useUTC=t._useUTC),o._f=t._f[i],ai(o),Bo(o)&&(s=!0),n+=Ho(o).charsLeftOver,n+=10*Ho(o).unusedTokens.length,Ho(o).score=n,a?n<r&&(r=n,e=o):(null==r||n<r||s)&&(r=n,e=o,s&&(a=!0));To(t,e||o)}(t):e?ai(t):function(t){var o=t._i;Ao(o)?t._d=new Date(Do.now()):_o(o)?t._d=new Date(o.valueOf()):"string"==typeof o?function(t){var o=Xr.exec(t._i);null===o?(ei(t),!1===t._isValid&&(delete t._isValid,ii(t),!1===t._isValid&&(delete t._isValid,t._strict?t._isValid=!1:Do.createFromInputFallback(t)))):t._d=new Date(+o[1])}(t):Lo(o)?(t._a=$o(o.slice(0),(function(t){return parseInt(t,10)})),si(t)):Io(o)?function(t){if(!t._d){var o=me(t._i),e=void 0===o.day?o.date:o.day;t._a=$o([o.year,o.month,e,o.hour,o.minute,o.second,o.millisecond],(function(t){return t&&parseInt(t,10)})),si(t)}}(t):Fo(o)?t._d=new Date(o):Do.createFromInputFallback(t)}(t),Bo(t)||(t._d=null),t))}function li(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),(Io(t)&&Ko(t)||Lo(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 qo(jr(ci(s))))._nextDay&&(n.add(1,"d"),n._nextDay=void 0),n}function hi(t,o,e,r){return li(t,o,e,r,!1)}Do.createFromInputFallback=Xo("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":""))})),Do.ISO_8601=function(){},Do.RFC_2822=function(){};var fi=Xo("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var t=hi.apply(null,arguments);return this.isValid()&&t.isValid()?t<this?this:t:zo()})),ui=Xo("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var t=hi.apply(null,arguments);return this.isValid()&&t.isValid()?t>this?this:t:zo()}));function di(t,o){var e,r;if(1===o.length&&Lo(o[0])&&(o=o[0]),!o.length)return hi();for(e=o[0],r=1;r<o.length;++r)o[r].isValid()&&!o[r][t](e)||(e=o[r]);return e}var pi=["year","quarter","month","week","day","hour","minute","second","millisecond"];function yi(t){var o=me(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=pi.length;for(o in t)if(Zo(t,o)&&(-1===qe.call(pi,o)||null!=t[o]&&isNaN(t[o])))return!1;for(e=0;e<i;++e)if(t[pi[e]]){if(r)return!1;parseFloat(t[pi[e]])!==Se(t[pi[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=zr(),this._bubble()}function gi(t){return t instanceof yi}function mi(t){return t<0?-1*Math.round(-1*t):Math.round(t)}function bi(t,o){fe(t,0,0,(function(){var t=this.utcOffset(),e="+";return t<0&&(t=-t,e="-"),e+se(~~(t/60),2)+o+se(~~t%60,2)}))}bi("Z",":"),bi("ZZ",""),Ge("Z",$e),Ge("ZZ",$e),je(["Z","ZZ"],(function(t,o,e){e._useUTC=!0,e._tzm=Oi($e,t)}));var Ni=/([\+\-]|\d\d)/gi;function Oi(t,o){var e,r,i=(o||"").match(t);return null===i?null:0===(r=60*(e=((i[i.length-1]||[])+"").match(Ni)||["-",0,0])[1]+Se(e[2]))?0:"+"===e[0]?r:-r}function vi(t,o){var e,r;return o._isUTC?(e=o.clone(),r=(Qo(t)||_o(t)?t.valueOf():hi(t).valueOf())-e.valueOf(),e._d.setTime(e._d.valueOf()+r),Do.updateOffset(e,!1),e):hi(t).local()}function Si(t){return-Math.round(t._d.getTimezoneOffset())}function wi(){return!!this.isValid()&&(this._isUTC&&0===this._offset)}Do.updateOffset=function(){};var xi=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,Ci=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Mi(t,o){var e,r,i,n=t,s=null;return gi(t)?n={ms:t._milliseconds,d:t._days,M:t._months}:Fo(t)||!isNaN(+t)?(n={},o?n[o]=+t:n.milliseconds=+t):(s=xi.exec(t))?(e="-"===s[1]?-1:1,n={y:0,d:Se(s[Xe])*e,h:Se(s[tr])*e,m:Se(s[or])*e,s:Se(s[er])*e,ms:Se(mi(1e3*s[rr]))*e}):(s=Ci.exec(t))?(e="-"===s[1]?-1:1,n={y:Ri(s[2],e),M:Ri(s[3],e),w:Ri(s[4],e),d:Ri(s[5],e),h:Ri(s[6],e),m:Ri(s[7],e),s:Ri(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=vi(o,t),t.isBefore(o)?e=Ei(t,o):((e=Ei(o,t)).milliseconds=-e.milliseconds,e.months=-e.months);return e}(hi(n.from),hi(n.to)),(n={}).ms=i.milliseconds,n.M=i.months),r=new yi(n),gi(t)&&Zo(t,"_locale")&&(r._locale=t._locale),gi(t)&&Zo(t,"_isValid")&&(r._isValid=t._isValid),r}function Ri(t,o){var e=t&&parseFloat(t.replace(",","."));return(isNaN(e)?0:e)*o}function Ei(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 Ui(t,o){return function(e,r){var i;return null===r||isNaN(+r)||(ee(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),Yi(this,Mi(e,r),t),this}}function Yi(t,o,e,r){var i=o._milliseconds,n=mi(o._days),s=mi(o._months);t.isValid()&&(r=null==r||r,s&&dr(t,xe(t,"Month")+s*e),n&&Ce(t,"Date",xe(t,"Date")+n*e),i&&t._d.setTime(t._d.valueOf()+i*e),r&&Do.updateOffset(t,n||s))}Mi.fn=yi.prototype,Mi.invalid=function(){return Mi(NaN)};var ki=Ui(1,"add"),Wi=Ui(-1,"subtract");function Di(t){return"string"==typeof t||t instanceof String}function Li(t){return Qo(t)||_o(t)||Di(t)||Fo(t)||function(t){var o=Lo(t),e=!1;o&&(e=0===t.filter((function(o){return!Fo(o)&&Di(t)})).length);return o&&e}(t)||function(t){var o,e,r=Io(t)&&!Ko(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 Ii(t,o){if(t.date()<o.date())return-Ii(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=zr(t))&&(this._locale=o),this)}Do.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",Do.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var Ki=Xo("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 Ai(){return this._locale}var Fi=1e3,_i=6e4,$i=36e5,Ti=126227808e5;function Gi(t,o){return(t%o+o)%o}function Hi(t,o,e){return t<100&&t>=0?new Date(t+400,o,e)-Ti:new Date(t,o,e).valueOf()}function Bi(t,o,e){return t<100&&t>=0?Date.UTC(t+400,o,e)-Ti:Date.UTC(t,o,e)}function zi(t,o){return o.erasAbbrRegex(t)}function ji(){var t,o,e=[],r=[],i=[],n=[],s=this.eras();for(t=0,o=s.length;t<o;++t)r.push(Be(s[t].name)),e.push(Be(s[t].abbr)),i.push(Be(s[t].narrow)),n.push(Be(s[t].name)),n.push(Be(s[t].abbr)),n.push(Be(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 Pi(t,o){fe(0,[t,t.length],0,o)}function Ji(t,o,e,r,i){var n;return null==t?Sr(this,r,i).year:(o>(n=wr(t,r,i))&&(o=n),qi.call(this,t,o,e,r,i))}function qi(t,o,e,r,i){var n=vr(t,o,e,r,i),s=Nr(n.year,0,n.dayOfYear);return this.year(s.getUTCFullYear()),this.month(s.getUTCMonth()),this.date(s.getUTCDate()),this}fe("N",0,0,"eraAbbr"),fe("NN",0,0,"eraAbbr"),fe("NNN",0,0,"eraAbbr"),fe("NNNN",0,0,"eraName"),fe("NNNNN",0,0,"eraNarrow"),fe("y",["y",1],"yo","eraYear"),fe("y",["yy",2],0,"eraYear"),fe("y",["yyy",3],0,"eraYear"),fe("y",["yyyy",4],0,"eraYear"),Ge("N",zi),Ge("NN",zi),Ge("NNN",zi),Ge("NNNN",(function(t,o){return o.erasNameRegex(t)})),Ge("NNNNN",(function(t,o){return o.erasNarrowRegex(t)})),je(["N","NN","NNN","NNNN","NNNNN"],(function(t,o,e,r){var i=e._locale.erasParse(t,r,e._strict);i?Ho(e).era=i:Ho(e).invalidEra=t})),Ge("y",Ae),Ge("yy",Ae),Ge("yyy",Ae),Ge("yyyy",Ae),Ge("yo",(function(t,o){return o._eraYearOrdinalRegex||Ae})),je(["y","yy","yyy","yyyy"],Qe),je(["yo"],(function(t,o,e,r){var i;e._locale._eraYearOrdinalRegex&&(i=t.match(e._locale._eraYearOrdinalRegex)),e._locale.eraYearOrdinalParse?o[Qe]=e._locale.eraYearOrdinalParse(t,i):o[Qe]=parseInt(t,10)})),fe(0,["gg",2],0,(function(){return this.weekYear()%100})),fe(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),Pi("gggg","weekYear"),Pi("ggggg","weekYear"),Pi("GGGG","isoWeekYear"),Pi("GGGGG","isoWeekYear"),ye("weekYear","gg"),ye("isoWeekYear","GG"),Ne("weekYear",1),Ne("isoWeekYear",1),Ge("G",Fe),Ge("g",Fe),Ge("GG",We,Ee),Ge("gg",We,Ee),Ge("GGGG",Ze,Ye),Ge("gggg",Ze,Ye),Ge("GGGGG",Ke,ke),Ge("ggggg",Ke,ke),Pe(["gggg","ggggg","GGGG","GGGGG"],(function(t,o,e,r){o[r.substr(0,2)]=Se(t)})),Pe(["gg","GG"],(function(t,o,e,r){o[r]=Do.parseTwoDigitYear(t)})),fe("Q",0,"Qo","quarter"),ye("quarter","Q"),Ne("quarter",7),Ge("Q",Re),je("Q",(function(t,o){o[Ve]=3*(Se(t)-1)})),fe("D",["DD",2],"Do","date"),ye("date","D"),Ne("date",9),Ge("D",We),Ge("DD",We,Ee),Ge("Do",(function(t,o){return t?o._dayOfMonthOrdinalParse||o._ordinalParse:o._dayOfMonthOrdinalParseLenient})),je(["D","DD"],Xe),je("Do",(function(t,o){o[Xe]=Se(t.match(We)[0])}));var Qi=we("Date",!0);fe("DDD",["DDDD",3],"DDDo","dayOfYear"),ye("dayOfYear","DDD"),Ne("dayOfYear",4),Ge("DDD",Ie),Ge("DDDD",Ue),je(["DDD","DDDD"],(function(t,o,e){e._dayOfYear=Se(t)})),fe("m",["mm",2],0,"minute"),ye("minute","m"),Ne("minute",14),Ge("m",We),Ge("mm",We,Ee),je(["m","mm"],or);var Vi=we("Minutes",!1);fe("s",["ss",2],0,"second"),ye("second","s"),Ne("second",15),Ge("s",We),Ge("ss",We,Ee),je(["s","ss"],er);var Xi,tn,on=we("Seconds",!1);for(fe("S",0,0,(function(){return~~(this.millisecond()/100)})),fe(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),fe(0,["SSS",3],0,"millisecond"),fe(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),fe(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),fe(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),fe(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),fe(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),fe(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),ye("millisecond","ms"),Ne("millisecond",16),Ge("S",Ie,Re),Ge("SS",Ie,Ee),Ge("SSS",Ie,Ue),Xi="SSSS";Xi.length<=9;Xi+="S")Ge(Xi,Ae);function en(t,o){o[rr]=Se(1e3*("0."+t))}for(Xi="S";Xi.length<=9;Xi+="S")je(Xi,en);tn=we("Milliseconds",!1),fe("z",0,0,"zoneAbbr"),fe("zz",0,0,"zoneName");var rn=qo.prototype;function nn(t){return t}rn.add=ki,rn.calendar=function(t,o){1===arguments.length&&(arguments[0]?Li(arguments[0])?(t=arguments[0],o=void 0):function(t){var o,e=Io(t)&&!Ko(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||hi(),r=vi(e,this).startOf("day"),i=Do.calendarFormat(this,r)||"sameElse",n=o&&(re(o[i])?o[i].call(this,e):o[i]);return this.format(n||this.localeData().calendar(i,this,hi(e)))},rn.clone=function(){return new qo(this)},rn.diff=function(t,o,e){var r,i,n;if(!this.isValid())return NaN;if(!(r=vi(t,this)).isValid())return NaN;switch(i=6e4*(r.utcOffset()-this.utcOffset()),o=ge(o)){case"year":n=Ii(this,r)/12;break;case"month":n=Ii(this,r);break;case"quarter":n=Ii(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:ve(n)},rn.endOf=function(t){var o,e;if(void 0===(t=ge(t))||"millisecond"===t||!this.isValid())return this;switch(e=this._isUTC?Bi:Hi,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+=$i-Gi(o+(this._isUTC?0:this.utcOffset()*_i),$i)-1;break;case"minute":o=this._d.valueOf(),o+=_i-Gi(o,_i)-1;break;case"second":o=this._d.valueOf(),o+=Fi-Gi(o,Fi)-1}return this._d.setTime(o),Do.updateOffset(this,!0),this},rn.format=function(t){t||(t=this.isUtc()?Do.defaultFormatUtc:Do.defaultFormat);var o=ue(this,t);return this.localeData().postformat(o)},rn.from=function(t,o){return this.isValid()&&(Qo(t)&&t.isValid()||hi(t).isValid())?Mi({to:this,from:t}).locale(this.locale()).humanize(!o):this.localeData().invalidDate()},rn.fromNow=function(t){return this.from(hi(),t)},rn.to=function(t,o){return this.isValid()&&(Qo(t)&&t.isValid()||hi(t).isValid())?Mi({from:this,to:t}).locale(this.locale()).humanize(!o):this.localeData().invalidDate()},rn.toNow=function(t){return this.to(hi(),t)},rn.get=function(t){return re(this[t=ge(t)])?this[t]():this},rn.invalidAt=function(){return Ho(this).overflow},rn.isAfter=function(t,o){var e=Qo(t)?t:hi(t);return!(!this.isValid()||!e.isValid())&&("millisecond"===(o=ge(o)||"millisecond")?this.valueOf()>e.valueOf():e.valueOf()<this.clone().startOf(o).valueOf())},rn.isBefore=function(t,o){var e=Qo(t)?t:hi(t);return!(!this.isValid()||!e.isValid())&&("millisecond"===(o=ge(o)||"millisecond")?this.valueOf()<e.valueOf():this.clone().endOf(o).valueOf()<e.valueOf())},rn.isBetween=function(t,o,e,r){var i=Qo(t)?t:hi(t),n=Qo(o)?o:hi(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)))},rn.isSame=function(t,o){var e,r=Qo(t)?t:hi(t);return!(!this.isValid()||!r.isValid())&&("millisecond"===(o=ge(o)||"millisecond")?this.valueOf()===r.valueOf():(e=r.valueOf(),this.clone().startOf(o).valueOf()<=e&&e<=this.clone().endOf(o).valueOf()))},rn.isSameOrAfter=function(t,o){return this.isSame(t,o)||this.isAfter(t,o)},rn.isSameOrBefore=function(t,o){return this.isSame(t,o)||this.isBefore(t,o)},rn.isValid=function(){return Bo(this)},rn.lang=Ki,rn.locale=Zi,rn.localeData=Ai,rn.max=ui,rn.min=fi,rn.parsingFlags=function(){return To({},Ho(this))},rn.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:be[o]});return e.sort((function(t,o){return t.priority-o.priority})),e}(t=me(t)),i=r.length;for(e=0;e<i;e++)this[r[e].unit](t[r[e].unit])}else if(re(this[t=ge(t)]))return this[t](o);return this},rn.startOf=function(t){var o,e;if(void 0===(t=ge(t))||"millisecond"===t||!this.isValid())return this;switch(e=this._isUTC?Bi:Hi,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-=Gi(o+(this._isUTC?0:this.utcOffset()*_i),$i);break;case"minute":o=this._d.valueOf(),o-=Gi(o,_i);break;case"second":o=this._d.valueOf(),o-=Gi(o,Fi)}return this._d.setTime(o),Do.updateOffset(this,!0),this},rn.subtract=Wi,rn.toArray=function(){var t=this;return[t.year(),t.month(),t.date(),t.hour(),t.minute(),t.second(),t.millisecond()]},rn.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()}},rn.toDate=function(){return new Date(this.valueOf())},rn.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?ue(e,o?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):re(Date.prototype.toISOString)?o?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",ue(e,"Z")):ue(e,o?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")},rn.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&&(rn[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),rn.toJSON=function(){return this.isValid()?this.toISOString():null},rn.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},rn.unix=function(){return Math.floor(this.valueOf()/1e3)},rn.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},rn.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},rn.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""},rn.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""},rn.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""},rn.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()-Do(i[t].since).year())*e+i[t].offset;return this.year()},rn.year=mr,rn.isLeapYear=function(){return Oe(this.year())},rn.weekYear=function(t){return Ji.call(this,t,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)},rn.isoWeekYear=function(t){return Ji.call(this,t,this.isoWeek(),this.isoWeekday(),1,4)},rn.quarter=rn.quarters=function(t){return null==t?Math.ceil((this.month()+1)/3):this.month(3*(t-1)+this.month()%3)},rn.month=pr,rn.daysInMonth=function(){return sr(this.year(),this.month())},rn.week=rn.weeks=function(t){var o=this.localeData().week(this);return null==t?o:this.add(7*(t-o),"d")},rn.isoWeek=rn.isoWeeks=function(t){var o=Sr(this,1,4).week;return null==t?o:this.add(7*(t-o),"d")},rn.weeksInYear=function(){var t=this.localeData()._week;return wr(this.year(),t.dow,t.doy)},rn.weeksInWeekYear=function(){var t=this.localeData()._week;return wr(this.weekYear(),t.dow,t.doy)},rn.isoWeeksInYear=function(){return wr(this.year(),1,4)},rn.isoWeeksInISOWeekYear=function(){return wr(this.isoWeekYear(),1,4)},rn.date=Qi,rn.day=rn.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},rn.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")},rn.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},rn.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")},rn.hour=rn.hours=Zr,rn.minute=rn.minutes=Vi,rn.second=rn.seconds=on,rn.millisecond=rn.milliseconds=tn,rn.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=Oi($e,t)))return this}else Math.abs(t)<16&&!e&&(t*=60);return!this._isUTC&&o&&(r=Si(this)),this._offset=t,this._isUTC=!0,null!=r&&this.add(r,"m"),i!==t&&(!o||this._changeInProgress?Yi(this,Mi(t-i,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,Do.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?i:Si(this)},rn.utc=function(t){return this.utcOffset(0,t)},rn.local=function(t){return this._isUTC&&(this.utcOffset(0,t),this._isUTC=!1,t&&this.subtract(Si(this),"m")),this},rn.parseZone=function(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var t=Oi(_e,this._i);null!=t?this.utcOffset(t):this.utcOffset(0,!0)}return this},rn.hasAlignedHourOffset=function(t){return!!this.isValid()&&(t=t?hi(t).utcOffset():0,(this.utcOffset()-t)%60==0)},rn.isDST=function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},rn.isLocal=function(){return!!this.isValid()&&!this._isUTC},rn.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},rn.isUtc=wi,rn.isUTC=wi,rn.zoneAbbr=function(){return this._isUTC?"UTC":""},rn.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},rn.dates=Xo("dates accessor is deprecated. Use date instead.",Qi),rn.months=Xo("months accessor is deprecated. Use month instead",pr),rn.years=Xo("years accessor is deprecated. Use year instead",mr),rn.zone=Xo("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()})),rn.isDSTShifted=Xo("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",(function(){if(!Ao(this._isDSTShifted))return this._isDSTShifted;var t,o={};return Jo(o,this),(o=ci(o))._a?(t=o._isUTC?Go(o._a):hi(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&&Se(t[r])!==Se(o[r]))&&s++;return s+n}(o._a,t.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}));var sn=ne.prototype;function an(t,o,e,r){var i=zr(),n=Go().set(r,o);return i[e](n,t)}function cn(t,o,e){if(Fo(t)&&(o=t,t=void 0),t=t||"",null!=o)return an(t,o,e,"month");var r,i=[];for(r=0;r<12;r++)i[r]=an(t,r,e,"month");return i}function ln(t,o,e,r){"boolean"==typeof t?(Fo(o)&&(e=o,o=void 0),o=o||""):(e=o=t,t=!1,Fo(o)&&(e=o,o=void 0),o=o||"");var i,n=zr(),s=t?n._week.dow:0,a=[];if(null!=e)return an(o,(e+s)%7,r,"day");for(i=0;i<7;i++)a[i]=an(o,(i+s)%7,r,"day");return a}sn.calendar=function(t,o,e){var r=this._calendar[t]||this._calendar.sameElse;return re(r)?r.call(o,e):r},sn.longDateFormat=function(t){var o=this._longDateFormat[t],e=this._longDateFormat[t.toUpperCase()];return o||!e?o:(this._longDateFormat[t]=e.match(ae).map((function(t){return"MMMM"===t||"MM"===t||"DD"===t||"dddd"===t?t.slice(1):t})).join(""),this._longDateFormat[t])},sn.invalidDate=function(){return this._invalidDate},sn.ordinal=function(t){return this._ordinal.replace("%d",t)},sn.preparse=nn,sn.postformat=nn,sn.relativeTime=function(t,o,e,r){var i=this._relativeTime[e];return re(i)?i(t,o,e,r):i.replace(/%d/i,t)},sn.pastFuture=function(t,o){var e=this._relativeTime[t>0?"future":"past"];return re(e)?e(o):e.replace(/%s/i,o)},sn.set=function(t){var o,e;for(e in t)Zo(t,e)&&(re(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)},sn.eras=function(t,o){var e,r,i,n=this._eras||zr("en")._eras;for(e=0,r=n.length;e<r;++e){if("string"==typeof n[e].since)i=Do(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=Do(n[e].until).startOf("day").valueOf(),n[e].until=i.valueOf()}}return n},sn.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]},sn.erasConvertYear=function(t,o){var e=t.since<=t.until?1:-1;return void 0===o?Do(t.since).year():Do(t.since).year()+(o-t.offset)*e},sn.erasAbbrRegex=function(t){return Zo(this,"_erasAbbrRegex")||ji.call(this),t?this._erasAbbrRegex:this._erasRegex},sn.erasNameRegex=function(t){return Zo(this,"_erasNameRegex")||ji.call(this),t?this._erasNameRegex:this._erasRegex},sn.erasNarrowRegex=function(t){return Zo(this,"_erasNarrowRegex")||ji.call(this),t?this._erasNarrowRegex:this._erasRegex},sn.months=function(t,o){return t?Lo(this._months)?this._months[t.month()]:this._months[(this._months.isFormat||lr).test(o)?"format":"standalone"][t.month()]:Lo(this._months)?this._months:this._months.standalone},sn.monthsShort=function(t,o){return t?Lo(this._monthsShort)?this._monthsShort[t.month()]:this._monthsShort[lr.test(o)?"format":"standalone"][t.month()]:Lo(this._monthsShort)?this._monthsShort:this._monthsShort.standalone},sn.monthsParse=function(t,o,e){var r,i,n;if(this._monthsParseExact)return ur.call(this,t,o,e);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),r=0;r<12;r++){if(i=Go([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}},sn.monthsRegex=function(t){return this._monthsParseExact?(Zo(this,"_monthsRegex")||yr.call(this),t?this._monthsStrictRegex:this._monthsRegex):(Zo(this,"_monthsRegex")||(this._monthsRegex=fr),this._monthsStrictRegex&&t?this._monthsStrictRegex:this._monthsRegex)},sn.monthsShortRegex=function(t){return this._monthsParseExact?(Zo(this,"_monthsRegex")||yr.call(this),t?this._monthsShortStrictRegex:this._monthsShortRegex):(Zo(this,"_monthsShortRegex")||(this._monthsShortRegex=hr),this._monthsShortStrictRegex&&t?this._monthsShortStrictRegex:this._monthsShortRegex)},sn.week=function(t){return Sr(t,this._week.dow,this._week.doy).week},sn.firstDayOfYear=function(){return this._week.doy},sn.firstDayOfWeek=function(){return this._week.dow},sn.weekdays=function(t,o){var e=Lo(this._weekdays)?this._weekdays:this._weekdays[t&&!0!==t&&this._weekdays.isFormat.test(o)?"format":"standalone"];return!0===t?xr(e,this._week.dow):t?e[t.day()]:e},sn.weekdaysMin=function(t){return!0===t?xr(this._weekdaysMin,this._week.dow):t?this._weekdaysMin[t.day()]:this._weekdaysMin},sn.weekdaysShort=function(t){return!0===t?xr(this._weekdaysShort,this._week.dow):t?this._weekdaysShort[t.day()]:this._weekdaysShort},sn.weekdaysParse=function(t,o,e){var r,i,n;if(this._weekdaysParseExact)return kr.call(this,t,o,e);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),r=0;r<7;r++){if(i=Go([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}},sn.weekdaysRegex=function(t){return this._weekdaysParseExact?(Zo(this,"_weekdaysRegex")||Wr.call(this),t?this._weekdaysStrictRegex:this._weekdaysRegex):(Zo(this,"_weekdaysRegex")||(this._weekdaysRegex=Er),this._weekdaysStrictRegex&&t?this._weekdaysStrictRegex:this._weekdaysRegex)},sn.weekdaysShortRegex=function(t){return this._weekdaysParseExact?(Zo(this,"_weekdaysRegex")||Wr.call(this),t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(Zo(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Ur),this._weekdaysShortStrictRegex&&t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)},sn.weekdaysMinRegex=function(t){return this._weekdaysParseExact?(Zo(this,"_weekdaysRegex")||Wr.call(this),t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(Zo(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Yr),this._weekdaysMinStrictRegex&&t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)},sn.isPM=function(t){return"p"===(t+"").toLowerCase().charAt(0)},sn.meridiem=function(t,o,e){return t>11?e?"pm":"PM":e?"am":"AM"},Hr("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===Se(t%100/10)?"th":1===o?"st":2===o?"nd":3===o?"rd":"th")}}),Do.lang=Xo("moment.lang is deprecated. Use moment.locale instead.",Hr),Do.langData=Xo("moment.langData is deprecated. Use moment.localeData instead.",zr);var hn=Math.abs;function fn(t,o,e,r){var i=Mi(o,e);return t._milliseconds+=r*i._milliseconds,t._days+=r*i._days,t._months+=r*i._months,t._bubble()}function un(t){return t<0?Math.floor(t):Math.ceil(t)}function dn(t){return 4800*t/146097}function pn(t){return 146097*t/4800}function yn(t){return function(){return this.as(t)}}var gn=yn("ms"),mn=yn("s"),bn=yn("m"),Nn=yn("h"),On=yn("d"),vn=yn("w"),Sn=yn("M"),wn=yn("Q"),xn=yn("y");function Cn(t){return function(){return this.isValid()?this._data[t]:NaN}}var Mn=Cn("milliseconds"),Rn=Cn("seconds"),En=Cn("minutes"),Un=Cn("hours"),Yn=Cn("days"),kn=Cn("months"),Wn=Cn("years");var Dn=Math.round,Ln={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function In(t,o,e,r,i){return i.relativeTime(o||1,!!e,t,r)}var Zn=Math.abs;function Kn(t){return(t>0)-(t<0)||+t}function An(){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=ve(c/60),o=ve(t/60),c%=60,t%=60,e=ve(h/12),h%=12,r=c?c.toFixed(3).replace(/\.?0+$/,""):"",i=f<0?"-":"",n=Kn(this._months)!==Kn(f)?"-":"",s=Kn(this._days)!==Kn(f)?"-":"",a=Kn(this._milliseconds)!==Kn(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 Fn,_n=yi.prototype;_n.isValid=function(){return this._isValid},_n.abs=function(){var t=this._data;return this._milliseconds=hn(this._milliseconds),this._days=hn(this._days),this._months=hn(this._months),t.milliseconds=hn(t.milliseconds),t.seconds=hn(t.seconds),t.minutes=hn(t.minutes),t.hours=hn(t.hours),t.months=hn(t.months),t.years=hn(t.years),this},_n.add=function(t,o){return fn(this,t,o,1)},_n.subtract=function(t,o){return fn(this,t,o,-1)},_n.as=function(t){if(!this.isValid())return NaN;var o,e,r=this._milliseconds;if("month"===(t=ge(t))||"quarter"===t||"year"===t)switch(o=this._days+r/864e5,e=this._months+dn(o),t){case"month":return e;case"quarter":return e/3;case"year":return e/12}else switch(o=this._days+Math.round(pn(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)}},_n.asMilliseconds=gn,_n.asSeconds=mn,_n.asMinutes=bn,_n.asHours=Nn,_n.asDays=On,_n.asWeeks=vn,_n.asMonths=Sn,_n.asQuarters=wn,_n.asYears=xn,_n.valueOf=function(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*Se(this._months/12):NaN},_n._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*un(pn(a)+s),s=0,a=0),c.milliseconds=n%1e3,t=ve(n/1e3),c.seconds=t%60,o=ve(t/60),c.minutes=o%60,e=ve(o/60),c.hours=e%24,s+=ve(e/24),a+=i=ve(dn(s)),s-=un(pn(i)),r=ve(a/12),a%=12,c.days=s,c.months=a,c.years=r,this},_n.clone=function(){return Mi(this)},_n.get=function(t){return t=ge(t),this.isValid()?this[t+"s"]():NaN},_n.milliseconds=Mn,_n.seconds=Rn,_n.minutes=En,_n.hours=Un,_n.days=Yn,_n.weeks=function(){return ve(this.days()/7)},_n.months=kn,_n.years=Wn,_n.humanize=function(t,o){if(!this.isValid())return this.localeData().invalidDate();var e,r,i=!1,n=Ln;return"object"==typeof t&&(o=t,t=!1),"boolean"==typeof t&&(i=t),"object"==typeof o&&(n=Object.assign({},Ln,o),null!=o.s&&null==o.ss&&(n.ss=o.s-1)),r=function(t,o,e,r){var i=Mi(t).abs(),n=Dn(i.as("s")),s=Dn(i.as("m")),a=Dn(i.as("h")),c=Dn(i.as("d")),l=Dn(i.as("M")),h=Dn(i.as("w")),f=Dn(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,In.apply(null,u)}(this,!i,n,e=this.localeData()),i&&(r=e.pastFuture(+this,r)),e.postformat(r)},_n.toISOString=An,_n.toString=An,_n.toJSON=An,_n.locale=Zi,_n.localeData=Ai,_n.toIsoString=Xo("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",An),_n.lang=Ki,fe("X",0,0,"unix"),fe("x",0,0,"valueOf"),Ge("x",Fe),Ge("X",/[+-]?\d+(\.\d{1,3})?/),je("X",(function(t,o,e){e._d=new Date(1e3*parseFloat(t))})),je("x",(function(t,o,e){e._d=new Date(Se(t))})),
88
108
  //! moment.js
89
- Et.version="2.29.4",Rt=ae,Et.fn=Xe,Et.min=function(){return le("isBefore",[].slice.call(arguments,0))},Et.max=function(){return le("isAfter",[].slice.call(arguments,0))},Et.now=function(){return Date.now?Date.now():+new Date},Et.utc=Ft,Et.unix=function(t){return ae(1e3*t)},Et.months=function(t,o){return en(t,o,"months")},Et.isDate=It,Et.locale=Gr,Et.invalid=Ht,Et.duration=Se,Et.isMoment=zt,Et.weekdays=function(t,o,r){return nn(t,o,r,"weekdays")},Et.parseZone=function(){return ae.apply(null,arguments).parseZone()},Et.localeData=Tr,Et.isDuration=he,Et.monthsShort=function(t,o){return en(t,o,"monthsShort")},Et.weekdaysMin=function(t,o,r){return nn(t,o,r,"weekdaysMin")},Et.defineLocale=Hr,Et.updateLocale=function(t,o){if(null!=o){var r,e,n=Lr;null!=Ir[t]&&null!=Ir[t].parentLocale?Ir[t].set(Xt(Ir[t]._config,o)):(null!=(e=Ar(t))&&(n=e._config),o=Xt(n,o),null==e&&(o.abbr=t),(r=new to(o)).parentLocale=Ir[t],Ir[t]=r),Gr(t)}else null!=Ir[t]&&(null!=Ir[t].parentLocale?(Ir[t]=Ir[t].parentLocale,t===Gr()&&Gr(t)):null!=Ir[t]&&delete Ir[t]);return Ir[t]},Et.locales=function(){return Jt(Ir)},Et.weekdaysShort=function(t,o,r){return nn(t,o,r,"weekdaysShort")},Et.normalizeUnits=uo,Et.relativeTimeRounding=function(t){return void 0===t?Yn:"function"==typeof t&&(Yn=t,!0)},Et.relativeTimeThreshold=function(t,o){return void 0!==Un[t]&&(void 0===o?Un[t]:(Un[t]=o,"s"===t&&(Un.ss=o-1),!0))},Et.calendarFormat=function(t,o){var r=t.diff(o,"days",!0);return r<-6?"sameElse":r<-1?"lastWeek":r<0?"lastDay":r<1?"sameDay":r<2?"nextDay":r<7?"nextWeek":"sameElse"},Et.prototype=Xe,Et.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,(In=t.Period||(t.Period={})).DAY="DAY",In.WEEK="WEEK",In.MONTH="MONTH";const Kn=p`
109
+ Do.version="2.29.4",ko=hi,Do.fn=rn,Do.min=function(){return di("isBefore",[].slice.call(arguments,0))},Do.max=function(){return di("isAfter",[].slice.call(arguments,0))},Do.now=function(){return Date.now?Date.now():+new Date},Do.utc=Go,Do.unix=function(t){return hi(1e3*t)},Do.months=function(t,o){return cn(t,o,"months")},Do.isDate=_o,Do.locale=Hr,Do.invalid=zo,Do.duration=Mi,Do.isMoment=Qo,Do.weekdays=function(t,o,e){return ln(t,o,e,"weekdays")},Do.parseZone=function(){return hi.apply(null,arguments).parseZone()},Do.localeData=zr,Do.isDuration=gi,Do.monthsShort=function(t,o){return cn(t,o,"monthsShort")},Do.weekdaysMin=function(t,o,e){return ln(t,o,e,"weekdaysMin")},Do.defineLocale=Br,Do.updateLocale=function(t,o){if(null!=o){var e,r,i=Ar;null!=Fr[t]&&null!=Fr[t].parentLocale?Fr[t].set(ie(Fr[t]._config,o)):(null!=(r=Gr(t))&&(i=r._config),o=ie(i,o),null==r&&(o.abbr=t),(e=new ne(o)).parentLocale=Fr[t],Fr[t]=e),Hr(t)}else null!=Fr[t]&&(null!=Fr[t].parentLocale?(Fr[t]=Fr[t].parentLocale,t===Hr()&&Hr(t)):null!=Fr[t]&&delete Fr[t]);return Fr[t]},Do.locales=function(){return te(Fr)},Do.weekdaysShort=function(t,o,e){return ln(t,o,e,"weekdaysShort")},Do.normalizeUnits=ge,Do.relativeTimeRounding=function(t){return void 0===t?Dn:"function"==typeof t&&(Dn=t,!0)},Do.relativeTimeThreshold=function(t,o){return void 0!==Ln[t]&&(void 0===o?Ln[t]:(Ln[t]=o,"s"===t&&(Ln.ss=o-1),!0))},Do.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"},Do.prototype=rn,Do.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,(Fn=t.Period||(t.Period={})).DAY="DAY",Fn.WEEK="WEEK",Fn.MONTH="MONTH";const $n=yt`
90
110
  .sessions-chart {
91
111
  height: 100%;
92
112
  width: 100%;
93
113
  }
94
- `;var Fn=function(t,o,r,e){for(var n,i=arguments.length,a=i<3?o:null===e?e=Object.getOwnPropertyDescriptor(o,r):e,s=t.length-1;s>=0;s--)(n=t[s])&&(a=(i<3?n(a):i>3?n(o,r,a):n(o,r))||a);return i>3&&a&&Object.defineProperty(o,r,a),a};null==window.echarts&&console.warn("Echarts is not available"),t.FtChart=class extends wt{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 z`
114
+ `;var Tn=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 Eo{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`
95
115
  <div class="sessions-chart"></div>
96
- `}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:r=>o.period===t.Period.DAY||o.period===t.Period.WEEK?Et.utc(1e3*r).format("DD MMM YYYY"):(o.period,t.Period.MONTH,Et.utc(1e3*r).format("MMMM YYYY"))}},yAxis:{type:"value",name:this.yAxisName.toUpperCase()},color:this.graphColor,series:this.getSeries()}}getTooltip(o){const r=Et.utc(1e3*o[0].data.value[0]),e=o.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<e.length;t++){let o=this.valueLabels?this.valueLabels[t]:this.yAxisName,r=this.valueLabelsSingular?this.valueLabelsSingular[t]:o;const c=1===e[t]?r:o;s+=`${e[t].toLocaleString()} ${c} ${i} ${n}${a}</br>`}return s.substring(0,s.length-5)}isThisPeriod(o,r,e=Et.utc()){switch(r){case t.Period.DAY:return o.format("YYYY-MM-DD")===e.clone().startOf("day").format("YYYY-MM-DD");case t.Period.WEEK:return o.clone().startOf("isoWeek").format("YYYY-MM-DD")===e.clone().startOf("isoWeek").format("YYYY-MM-DD");case t.Period.MONTH:return o.month()===e.month()&&o.year()===e.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 r=0;r<t;r++)o[r]={type:this.barChart?"bar":"line",data:this.getData(r)};return o}getData(t){return this.data.map((o=>this.isThisPeriod(Et.unix(o[0]),this.period)?{value:[o[0],o[t+1]],itemStyle:{opacity:.5}}:{value:[o[0],o[t+1]]}))}},t.FtChart.styles=Kn,Fn([e({type:String})],t.FtChart.prototype,"xAxisName",void 0),Fn([e({type:String})],t.FtChart.prototype,"yAxisName",void 0),Fn([e({type:String})],t.FtChart.prototype,"graphColor",void 0),Fn([e({type:String})],t.FtChart.prototype,"hoverColor",void 0),Fn([e({type:String})],t.FtChart.prototype,"tooltipBackgroundColor",void 0),Fn([e({type:String})],t.FtChart.prototype,"tooltipBorderColor",void 0),Fn([e({type:String})],t.FtChart.prototype,"tooltipTextColor",void 0),Fn([e({type:String})],t.FtChart.prototype,"tooltipBorderRadius",void 0),Fn([s(void 0)],t.FtChart.prototype,"valueLabels",void 0),Fn([s(void 0)],t.FtChart.prototype,"valueLabelsSingular",void 0),Fn([e({type:Boolean})],t.FtChart.prototype,"barChart",void 0),Fn([e({type:String})],t.FtChart.prototype,"period",void 0),Fn([s([])],t.FtChart.prototype,"data",void 0),Fn([
97
- /**
98
- * @license
99
- * Copyright 2017 Google LLC
100
- * SPDX-License-Identifier: BSD-3-Clause
101
- */
102
- function(t,o){return(({finisher:t,descriptor:o})=>(r,e)=>{var n;if(void 0===e){const e=null!==(n=r.originalKey)&&void 0!==n?n:r.key,i=null!=o?{kind:"method",placement:"prototype",key:e,descriptor:o(r.key)}:{...r,key:e};return null!=t&&(i.finisher=function(o){t(o,e)}),i}{const n=r.constructor;void 0!==o&&Object.defineProperty(r,e,o(e)),null==t||t(n,e)}})({descriptor:r=>{const e={get(){var o,r;return null!==(r=null===(o=this.renderRoot)||void 0===o?void 0:o.querySelector(t))&&void 0!==r?r:null},enumerable:!0,configurable:!0};if(o){const o="symbol"==typeof r?Symbol():"__"+r;e.get=function(){var r,e;return void 0===this[o]&&(this[o]=null!==(e=null===(r=this.renderRoot)||void 0===r?void 0:r.querySelector(t))&&void 0!==e?e:null),this[o]}}return e}})}(".sessions-chart")],t.FtChart.prototype,"container",void 0),t.FtChart=Fn([a("ft-chart")],t.FtChart),a("ft-chart")(t.FtChart),t.styles=Kn}({});
116
+ `}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?Do.utc(1e3*e).format("DD MMM YYYY"):(o.period,t.Period.MONTH,Do.utc(1e3*e).format("MMMM YYYY"))}},yAxis:{type:"value",name:this.yAxisName.toUpperCase()},color:this.graphColor,series:this.getSeries()}}getTooltip(o){const e=Do.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=Do.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(Do.unix(o[0]),this.period)?{value:[o[0],o[t+1]],itemStyle:{opacity:.5}}:{value:[o[0],o[t+1]]}))}},t.FtChart.styles=$n,Tn([C({type:String})],t.FtChart.prototype,"xAxisName",void 0),Tn([C({type:String})],t.FtChart.prototype,"yAxisName",void 0),Tn([C({type:String})],t.FtChart.prototype,"graphColor",void 0),Tn([C({type:String})],t.FtChart.prototype,"hoverColor",void 0),Tn([C({type:String})],t.FtChart.prototype,"tooltipBackgroundColor",void 0),Tn([C({type:String})],t.FtChart.prototype,"tooltipBorderColor",void 0),Tn([C({type:String})],t.FtChart.prototype,"tooltipTextColor",void 0),Tn([C({type:String})],t.FtChart.prototype,"tooltipBorderRadius",void 0),Tn([U(void 0)],t.FtChart.prototype,"valueLabels",void 0),Tn([U(void 0)],t.FtChart.prototype,"valueLabelsSingular",void 0),Tn([C({type:Boolean})],t.FtChart.prototype,"barChart",void 0),Tn([C({type:String})],t.FtChart.prototype,"period",void 0),Tn([U([])],t.FtChart.prototype,"data",void 0),Tn([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 M(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 M(0,0,{get(){return n(this)}})}}(".sessions-chart")],t.FtChart.prototype,"container",void 0),t.FtChart=Tn([E("ft-chart")],t.FtChart),E("ft-chart")(t.FtChart),t.styles=$n}({});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-chart",
3
- "version": "1.0.62",
3
+ "version": "1.1.0",
4
4
  "description": "Display charts from data",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,8 +19,8 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-wc-utils": "1.0.62",
23
- "lit": "2.7.2",
22
+ "@fluid-topics/ft-wc-utils": "1.1.0",
23
+ "lit": "3.1.0",
24
24
  "moment": "2.29.4"
25
25
  },
26
26
  "devDependencies": {
@@ -29,5 +29,5 @@
29
29
  "peerDependencies": {
30
30
  "echarts": "^5.3.0"
31
31
  },
32
- "gitHead": "44e9005773fe47b2e6a9ada16802918052a146cf"
32
+ "gitHead": "3f2a051fc84a0e27b942f311efee39954f6d2883"
33
33
  }