@sync-in/server 2.0.0 → 2.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.
Files changed (232) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/README.md +38 -28
  3. package/environment/environment.dist.yaml +4 -0
  4. package/package.json +17 -17
  5. package/server/applications/files/utils/doc-textify/adapters/pdf.js +1 -1
  6. package/server/applications/files/utils/doc-textify/adapters/pdf.js.map +1 -1
  7. package/server/applications/files/utils/files.js +37 -24
  8. package/server/applications/files/utils/files.js.map +1 -1
  9. package/server/applications/notifications/i18n/index.js +5 -0
  10. package/server/applications/notifications/i18n/index.js.map +1 -1
  11. package/server/applications/notifications/i18n/nl.js +54 -0
  12. package/server/applications/notifications/i18n/nl.js.map +1 -0
  13. package/server/applications/sync/services/sync-clients-manager.service.js +1 -1
  14. package/server/applications/sync/services/sync-clients-manager.service.js.map +1 -1
  15. package/server/authentication/providers/oidc/auth-oidc.config.js +5 -0
  16. package/server/authentication/providers/oidc/auth-oidc.config.js.map +1 -1
  17. package/server/authentication/providers/oidc/auth-provider-oidc.service.js +10 -7
  18. package/server/authentication/providers/oidc/auth-provider-oidc.service.js.map +1 -1
  19. package/server/authentication/providers/oidc/auth-provider-oidc.service.spec.js +16 -0
  20. package/server/authentication/providers/oidc/auth-provider-oidc.service.spec.js.map +1 -1
  21. package/server/common/i18n.js +1 -0
  22. package/server/common/i18n.js.map +1 -1
  23. package/server/infrastructure/database/database.module.js +7 -0
  24. package/server/infrastructure/database/database.module.js.map +1 -1
  25. package/server/infrastructure/database/scripts/check-db.js +20 -0
  26. package/server/infrastructure/database/scripts/check-db.js.map +1 -0
  27. package/static/3rdpartylicenses.txt +391 -391
  28. package/static/assets/pdfjs/build/pdf.mjs +512 -417
  29. package/static/assets/pdfjs/build/pdf.mjs.map +1 -1
  30. package/static/assets/pdfjs/build/pdf.sandbox.mjs +390 -4
  31. package/static/assets/pdfjs/build/pdf.sandbox.mjs.map +1 -1
  32. package/static/assets/pdfjs/build/pdf.worker.mjs +2378 -401
  33. package/static/assets/pdfjs/build/pdf.worker.mjs.map +1 -1
  34. package/static/assets/pdfjs/version +1 -1
  35. package/static/assets/pdfjs/web/debugger.mjs +6 -15
  36. package/static/assets/pdfjs/web/locale/be/viewer.ftl +78 -0
  37. package/static/assets/pdfjs/web/locale/cs/viewer.ftl +82 -0
  38. package/static/assets/pdfjs/web/locale/cy/viewer.ftl +90 -0
  39. package/static/assets/pdfjs/web/locale/de/viewer.ftl +75 -0
  40. package/static/assets/pdfjs/web/locale/dsb/viewer.ftl +82 -0
  41. package/static/assets/pdfjs/web/locale/el/viewer.ftl +74 -0
  42. package/static/assets/pdfjs/web/locale/en-CA/viewer.ftl +74 -0
  43. package/static/assets/pdfjs/web/locale/en-GB/viewer.ftl +81 -0
  44. package/static/assets/pdfjs/web/locale/en-US/viewer.ftl +14 -14
  45. package/static/assets/pdfjs/web/locale/eo/viewer.ftl +74 -0
  46. package/static/assets/pdfjs/web/locale/es-AR/viewer.ftl +74 -0
  47. package/static/assets/pdfjs/web/locale/es-CL/viewer.ftl +74 -0
  48. package/static/assets/pdfjs/web/locale/es-ES/viewer.ftl +74 -0
  49. package/static/assets/pdfjs/web/locale/es-MX/viewer.ftl +75 -0
  50. package/static/assets/pdfjs/web/locale/eu/viewer.ftl +74 -0
  51. package/static/assets/pdfjs/web/locale/fi/viewer.ftl +74 -0
  52. package/static/assets/pdfjs/web/locale/fr/viewer.ftl +81 -0
  53. package/static/assets/pdfjs/web/locale/fy-NL/viewer.ftl +74 -0
  54. package/static/assets/pdfjs/web/locale/gn/viewer.ftl +77 -0
  55. package/static/assets/pdfjs/web/locale/he/viewer.ftl +81 -0
  56. package/static/assets/pdfjs/web/locale/hsb/viewer.ftl +87 -0
  57. package/static/assets/pdfjs/web/locale/hu/viewer.ftl +74 -0
  58. package/static/assets/pdfjs/web/locale/hy-AM/viewer.ftl +10 -10
  59. package/static/assets/pdfjs/web/locale/ia/viewer.ftl +75 -0
  60. package/static/assets/pdfjs/web/locale/it/viewer.ftl +81 -0
  61. package/static/assets/pdfjs/web/locale/ja/viewer.ftl +58 -0
  62. package/static/assets/pdfjs/web/locale/ka/viewer.ftl +74 -0
  63. package/static/assets/pdfjs/web/locale/kk/viewer.ftl +81 -0
  64. package/static/assets/pdfjs/web/locale/km/viewer.ftl +44 -0
  65. package/static/assets/pdfjs/web/locale/ko/viewer.ftl +65 -0
  66. package/static/assets/pdfjs/web/locale/nb-NO/viewer.ftl +74 -0
  67. package/static/assets/pdfjs/web/locale/nl/viewer.ftl +81 -0
  68. package/static/assets/pdfjs/web/locale/nn-NO/viewer.ftl +75 -0
  69. package/static/assets/pdfjs/web/locale/pa-IN/viewer.ftl +74 -0
  70. package/static/assets/pdfjs/web/locale/pl/viewer.ftl +78 -0
  71. package/static/assets/pdfjs/web/locale/pt-BR/viewer.ftl +74 -0
  72. package/static/assets/pdfjs/web/locale/ro/viewer.ftl +81 -3
  73. package/static/assets/pdfjs/web/locale/ru/viewer.ftl +85 -0
  74. package/static/assets/pdfjs/web/locale/sk/viewer.ftl +83 -1
  75. package/static/assets/pdfjs/web/locale/sl/viewer.ftl +82 -0
  76. package/static/assets/pdfjs/web/locale/sv-SE/viewer.ftl +81 -0
  77. package/static/assets/pdfjs/web/locale/tg/viewer.ftl +74 -0
  78. package/static/assets/pdfjs/web/locale/th/viewer.ftl +58 -0
  79. package/static/assets/pdfjs/web/locale/tr/viewer.ftl +74 -0
  80. package/static/assets/pdfjs/web/locale/uk/viewer.ftl +144 -0
  81. package/static/assets/pdfjs/web/locale/vi/viewer.ftl +65 -0
  82. package/static/assets/pdfjs/web/locale/zh-CN/viewer.ftl +61 -3
  83. package/static/assets/pdfjs/web/locale/zh-TW/viewer.ftl +65 -0
  84. package/static/assets/pdfjs/web/viewer.css +292 -152
  85. package/static/assets/pdfjs/web/viewer.html +14 -21
  86. package/static/assets/pdfjs/web/viewer.mjs +782 -327
  87. package/static/assets/pdfjs/web/viewer.mjs.map +1 -1
  88. package/static/assets/pdfjs/web/wasm/jbig2.wasm +0 -0
  89. package/static/{chunk-7WOPGQXB.js → chunk-25XD7GNL.js} +1 -1
  90. package/static/{chunk-E5WI5725.js → chunk-2W4Z5VTY.js} +1 -1
  91. package/static/chunk-2XNPCG4F.js +1 -0
  92. package/static/chunk-3B2RHO2H.js +1 -0
  93. package/static/{chunk-UMDRE4S7.js → chunk-3DNAFXGN.js} +1 -1
  94. package/static/{chunk-OANZITPM.js → chunk-3EPN4WD7.js} +1 -1
  95. package/static/chunk-4L2WBHB6.js +1 -0
  96. package/static/chunk-4RYZNAIZ.js +1 -0
  97. package/static/chunk-5C77PEFA.js +1 -0
  98. package/static/chunk-5JA3DZWQ.js +1 -0
  99. package/static/chunk-5MSTJGPE.js +1 -0
  100. package/static/{chunk-VSBFNFOM.js → chunk-5O7KTREI.js} +1 -1
  101. package/static/chunk-6KORLSUZ.js +1 -0
  102. package/static/chunk-6LIHQVPW.js +2 -0
  103. package/static/{chunk-2CKLZ3FM.js → chunk-72BXGTUG.js} +1 -1
  104. package/static/chunk-7423QJQN.js +1 -0
  105. package/static/chunk-77HB4DE6.js +1 -0
  106. package/static/{chunk-RWAAC3A4.js → chunk-7PVTMTWH.js} +1 -1
  107. package/static/{chunk-IWWBV6EM.js → chunk-7UIOW5AD.js} +1 -1
  108. package/static/chunk-7YMONFZZ.js +1 -0
  109. package/static/chunk-AUPNSQGJ.js +1 -0
  110. package/static/chunk-AYF6ZI6L.js +5 -0
  111. package/static/chunk-BEESW4BF.js +1 -0
  112. package/static/{chunk-2R6IBBPZ.js → chunk-BI3VI6XG.js} +1 -1
  113. package/static/chunk-BMGKB3JK.js +4 -0
  114. package/static/chunk-CFXAKPPB.js +563 -0
  115. package/static/chunk-CGYZG6CB.js +2 -0
  116. package/static/{chunk-K25E7YGG.js → chunk-CHAYERHQ.js} +1 -1
  117. package/static/chunk-CLNKPQMZ.js +1 -0
  118. package/static/{chunk-ISV3BO6R.js → chunk-CVLSRA2W.js} +1 -1
  119. package/static/chunk-D373HBMN.js +1 -0
  120. package/static/{chunk-MTRXBVWZ.js → chunk-D43PHZEY.js} +1 -1
  121. package/static/chunk-D44RAVFK.js +1 -0
  122. package/static/chunk-DFVVEGWC.js +1 -0
  123. package/static/chunk-E43LXI27.js +1 -0
  124. package/static/{chunk-GQFMWVFD.js → chunk-E5M4ZDID.js} +1 -1
  125. package/static/chunk-F7JS3YWP.js +2 -0
  126. package/static/chunk-FRWEEOOM.js +1 -0
  127. package/static/chunk-HIZGSP7R.js +1 -0
  128. package/static/chunk-HX6ZWXQD.js +1 -0
  129. package/static/chunk-HZ6LLXLE.js +1 -0
  130. package/static/{chunk-RLL634K4.js → chunk-IFHFPV5W.js} +1 -1
  131. package/static/{chunk-KJD3KFF3.js → chunk-JICKUOQ6.js} +1 -1
  132. package/static/chunk-KY2BW2LP.js +1 -0
  133. package/static/{chunk-CWYHOPOP.js → chunk-KYA3HPDX.js} +1 -1
  134. package/static/{chunk-RWCNTCU5.js → chunk-KYLATNX5.js} +1 -1
  135. package/static/chunk-LCZNSV4Z.js +1 -0
  136. package/static/{chunk-GVNTC564.js → chunk-MA6DYTMQ.js} +1 -1
  137. package/static/{chunk-KZS7CTNR.js → chunk-MXH5XYBD.js} +1 -1
  138. package/static/{chunk-NMTBMHUL.js → chunk-MXIJGSDQ.js} +1 -1
  139. package/static/{chunk-RS2OFKWP.js → chunk-NE75E3GD.js} +1 -1
  140. package/static/{chunk-MZQK6LNV.js → chunk-NJKIHMOH.js} +1 -1
  141. package/static/chunk-NMDGST45.js +1 -0
  142. package/static/{chunk-CU76ATCF.js → chunk-OF7P4LTI.js} +1 -1
  143. package/static/chunk-OK5K5CYJ.js +13 -0
  144. package/static/chunk-OZ6LXMUH.js +1 -0
  145. package/static/chunk-PFY6YUPS.js +2 -0
  146. package/static/chunk-PQ2YFCVM.js +1 -0
  147. package/static/{chunk-Y4AUYQTG.js → chunk-QPX34S6P.js} +4 -4
  148. package/static/{chunk-27ATUHBH.js → chunk-QQO7S2VY.js} +1 -1
  149. package/static/chunk-RANZZPRG.js +1 -0
  150. package/static/{chunk-WN4WXCVK.js → chunk-RNQB2QJB.js} +1 -1
  151. package/static/{chunk-Q3EGCMF5.js → chunk-S7QYAKG5.js} +1 -1
  152. package/static/chunk-SCEWOW5C.js +2 -0
  153. package/static/chunk-SQ2KIOJ7.js +1 -0
  154. package/static/{chunk-QVRVFYJH.js → chunk-SW5GCGOI.js} +1 -1
  155. package/static/chunk-SWCYWB2T.js +1 -0
  156. package/static/{chunk-4FIGEBNL.js → chunk-SWZ3L2LK.js} +1 -1
  157. package/static/{chunk-TWCGKSYE.js → chunk-TDK62XEQ.js} +1 -1
  158. package/static/chunk-TH4L5H6P.js +1 -0
  159. package/static/chunk-U3ZGYOLA.js +1 -0
  160. package/static/chunk-U6V4Y234.js +1 -0
  161. package/static/chunk-U7KNV64D.js +2 -0
  162. package/static/chunk-UC66HJV4.js +1 -0
  163. package/static/{chunk-7GWW6MJO.js → chunk-V4HAIERK.js} +1 -1
  164. package/static/chunk-V55LDRV7.js +1 -0
  165. package/static/{chunk-5CZOSAMZ.js → chunk-WF6D7CQ4.js} +1 -1
  166. package/static/chunk-WJPVHM7T.js +1 -0
  167. package/static/chunk-WM4XBDC2.js +1 -0
  168. package/static/chunk-X2EKQYMZ.js +1 -0
  169. package/static/{chunk-L5IHUVXL.js → chunk-XEDABMM5.js} +1 -1
  170. package/static/{chunk-OGE4SAHU.js → chunk-Y3YKVK3K.js} +1 -1
  171. package/static/{chunk-QIGUDEZF.js → chunk-YEOAMYRK.js} +1 -1
  172. package/static/{chunk-A4UGPSWX.js → chunk-ZLTL7I7D.js} +1 -1
  173. package/static/chunk-ZYNBYM7I.js +3 -0
  174. package/static/index.html +2 -2
  175. package/static/main-KFUSRCP5.js +5 -0
  176. package/static/media/inter-cyrillic-ext-wght-normal-IYF56FF6.woff2 +0 -0
  177. package/static/media/inter-cyrillic-wght-normal-JEOLYBOO.woff2 +0 -0
  178. package/static/media/inter-greek-ext-wght-normal-EOVOK2B5.woff2 +0 -0
  179. package/static/media/inter-greek-wght-normal-IRE366VL.woff2 +0 -0
  180. package/static/media/inter-latin-ext-wght-normal-HA22NDSG.woff2 +0 -0
  181. package/static/media/inter-latin-wght-normal-NRMW37G5.woff2 +0 -0
  182. package/static/media/inter-vietnamese-wght-normal-CE5GGD3W.woff2 +0 -0
  183. package/static/styles-66AEF62D.css +1 -0
  184. package/static/chunk-22TZP6HW.js +0 -1
  185. package/static/chunk-2QZPX7LO.js +0 -1
  186. package/static/chunk-4P3JABAP.js +0 -13
  187. package/static/chunk-677WUBCT.js +0 -1
  188. package/static/chunk-74CAHBFM.js +0 -1
  189. package/static/chunk-AHO37FKW.js +0 -1
  190. package/static/chunk-AQCXMKP3.js +0 -1
  191. package/static/chunk-B6PDYCRO.js +0 -3
  192. package/static/chunk-FC5HTKVM.js +0 -1
  193. package/static/chunk-FOSM7EYI.js +0 -1
  194. package/static/chunk-GAZO25PI.js +0 -1
  195. package/static/chunk-GB7ABR5N.js +0 -1
  196. package/static/chunk-GEHFKZQ5.js +0 -2
  197. package/static/chunk-HGL3NYP2.js +0 -2
  198. package/static/chunk-HLIWPWRA.js +0 -1
  199. package/static/chunk-HNYB3M4S.js +0 -1
  200. package/static/chunk-HUXAUQMN.js +0 -1
  201. package/static/chunk-I2XA6PPK.js +0 -1
  202. package/static/chunk-JV3AGU5B.js +0 -1
  203. package/static/chunk-K46PUTZB.js +0 -1
  204. package/static/chunk-KERFLJ56.js +0 -1
  205. package/static/chunk-KPKSI23S.js +0 -1
  206. package/static/chunk-L7RRX2M3.js +0 -1
  207. package/static/chunk-LGWJ2WKU.js +0 -1
  208. package/static/chunk-LUSVISM6.js +0 -1
  209. package/static/chunk-MLC7JK2H.js +0 -2
  210. package/static/chunk-MOHNYW2A.js +0 -1
  211. package/static/chunk-NCDUOVMW.js +0 -1
  212. package/static/chunk-NGUAJIGI.js +0 -1
  213. package/static/chunk-NIPP6JDI.js +0 -1
  214. package/static/chunk-O4XXMZFX.js +0 -4
  215. package/static/chunk-OI3ME22C.js +0 -1
  216. package/static/chunk-QF2NSHZA.js +0 -1
  217. package/static/chunk-QJVC3SRJ.js +0 -562
  218. package/static/chunk-QKN6LAAA.js +0 -1
  219. package/static/chunk-QRFESU5O.js +0 -2
  220. package/static/chunk-RFJIPIOK.js +0 -2
  221. package/static/chunk-S5Y64DDS.js +0 -1
  222. package/static/chunk-SLG5KDU6.js +0 -1
  223. package/static/chunk-TJ4CVFEL.js +0 -1
  224. package/static/chunk-VRIOLRYR.js +0 -5
  225. package/static/chunk-VS4O2XDP.js +0 -1
  226. package/static/chunk-WX7RXW7K.js +0 -1
  227. package/static/chunk-XC4POKR3.js +0 -2
  228. package/static/chunk-Y67J3BOL.js +0 -1
  229. package/static/chunk-YMIXHRJQ.js +0 -1
  230. package/static/chunk-ZUNKFAKP.js +0 -1
  231. package/static/main-QN4UCOC5.js +0 -5
  232. package/static/styles-46GLIE7Y.css +0 -1
@@ -0,0 +1,563 @@
1
+ import{a as I,b as V,d as w3,i as Fe}from"./chunk-KAVP6UXH.js";function N(e){return typeof e=="function"}function Dr(e){return N(e?.lift)}function x(e){return t=>{if(Dr(t))return t.lift(function(n){try{return e(n,this)}catch(r){this.error(r)}});throw new TypeError("Unable to lift unknown Observable type")}}function at(e){let n=e(r=>{Error.call(r),r.stack=new Error().stack});return n.prototype=Object.create(Error.prototype),n.prototype.constructor=n,n}var S3=at(e=>function(n){e(this),this.message=n?`${n.length} errors occurred during unsubscription:
2
+ ${n.map((r,i)=>`${i+1}) ${r.toString()}`).join(`
3
+ `)}`:"",this.name="UnsubscriptionError",this.errors=n});function M1(e,t){if(e){let n=e.indexOf(t);0<=n&&e.splice(n,1)}}var Y=class e{constructor(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}unsubscribe(){let t;if(!this.closed){this.closed=!0;let{_parentage:n}=this;if(n)if(this._parentage=null,Array.isArray(n))for(let o of n)o.remove(this);else n.remove(this);let{initialTeardown:r}=this;if(N(r))try{r()}catch(o){t=o instanceof S3?o.errors:[o]}let{_finalizers:i}=this;if(i){this._finalizers=null;for(let o of i)try{xs(o)}catch(a){t=t??[],a instanceof S3?t=[...t,...a.errors]:t.push(a)}}if(t)throw new S3(t)}}add(t){var n;if(t&&t!==this)if(this.closed)xs(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(n=this._finalizers)!==null&&n!==void 0?n:[]).push(t)}}_hasParent(t){let{_parentage:n}=this;return n===t||Array.isArray(n)&&n.includes(t)}_addParent(t){let{_parentage:n}=this;this._parentage=Array.isArray(n)?(n.push(t),n):n?[n,t]:t}_removeParent(t){let{_parentage:n}=this;n===t?this._parentage=null:Array.isArray(n)&&M1(n,t)}remove(t){let{_finalizers:n}=this;n&&M1(n,t),t instanceof e&&t._removeParent(this)}};Y.EMPTY=(()=>{let e=new Y;return e.closed=!0,e})();var wr=Y.EMPTY;function E3(e){return e instanceof Y||e&&"closed"in e&&N(e.remove)&&N(e.add)&&N(e.unsubscribe)}function xs(e){N(e)?e():e.unsubscribe()}var Ye={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1};var st={setTimeout(e,t,...n){let{delegate:r}=st;return r?.setTimeout?r.setTimeout(e,t,...n):setTimeout(e,t,...n)},clearTimeout(e){let{delegate:t}=st;return(t?.clearTimeout||clearTimeout)(e)},delegate:void 0};function x3(e){st.setTimeout(()=>{let{onUnhandledError:t}=Ye;if(t)t(e);else throw e})}function y1(){}var Ns=Sr("C",void 0,void 0);function Is(e){return Sr("E",void 0,e)}function Ts(e){return Sr("N",e,void 0)}function Sr(e,t,n){return{kind:e,value:t,error:n}}var C1=null;function ct(e){if(Ye.useDeprecatedSynchronousErrorHandling){let t=!C1;if(t&&(C1={errorThrown:!1,error:null}),e(),t){let{errorThrown:n,error:r}=C1;if(C1=null,n)throw r}}else e()}function As(e){Ye.useDeprecatedSynchronousErrorHandling&&C1&&(C1.errorThrown=!0,C1.error=e)}var L1=class extends Y{constructor(t){super(),this.isStopped=!1,t?(this.destination=t,E3(t)&&t.add(this)):this.destination=Gu}static create(t,n,r){return new Ze(t,n,r)}next(t){this.isStopped?xr(Ts(t),this):this._next(t)}error(t){this.isStopped?xr(Is(t),this):(this.isStopped=!0,this._error(t))}complete(){this.isStopped?xr(Ns,this):(this.isStopped=!0,this._complete())}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe(),this.destination=null)}_next(t){this.destination.next(t)}_error(t){try{this.destination.error(t)}finally{this.unsubscribe()}}_complete(){try{this.destination.complete()}finally{this.unsubscribe()}}},Uu=Function.prototype.bind;function Er(e,t){return Uu.call(e,t)}var Nr=class{constructor(t){this.partialObserver=t}next(t){let{partialObserver:n}=this;if(n.next)try{n.next(t)}catch(r){N3(r)}}error(t){let{partialObserver:n}=this;if(n.error)try{n.error(t)}catch(r){N3(r)}else N3(t)}complete(){let{partialObserver:t}=this;if(t.complete)try{t.complete()}catch(n){N3(n)}}},Ze=class extends L1{constructor(t,n,r){super();let i;if(N(t)||!t)i={next:t??void 0,error:n??void 0,complete:r??void 0};else{let o;this&&Ye.useDeprecatedNextContext?(o=Object.create(t),o.unsubscribe=()=>this.unsubscribe(),i={next:t.next&&Er(t.next,o),error:t.error&&Er(t.error,o),complete:t.complete&&Er(t.complete,o)}):i=t}this.destination=new Nr(i)}};function N3(e){Ye.useDeprecatedSynchronousErrorHandling?As(e):x3(e)}function $u(e){throw e}function xr(e,t){let{onStoppedNotification:n}=Ye;n&&st.setTimeout(()=>n(e,t))}var Gu={closed:!0,next:y1,error:$u,complete:y1};function A(e,t,n,r,i){return new Ir(e,t,n,r,i)}var Ir=class extends L1{constructor(t,n,r,i,o,a){super(t),this.onFinalize=o,this.shouldUnsubscribe=a,this._next=n?function(s){try{n(s)}catch(c){t.error(c)}}:super._next,this._error=i?function(s){try{i(s)}catch(c){t.error(c)}finally{this.unsubscribe()}}:super._error,this._complete=r?function(){try{r()}catch(s){t.error(s)}finally{this.unsubscribe()}}:super._complete}unsubscribe(){var t;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){let{closed:n}=this;super.unsubscribe(),!n&&((t=this.onFinalize)===null||t===void 0||t.call(this))}}};function b2(e,t){return x((n,r)=>{let i=0;n.subscribe(A(r,o=>e.call(t,o,i++)&&r.next(o)))})}var lt=typeof Symbol=="function"&&Symbol.observable||"@@observable";function ge(e){return e}function Wu(...e){return Tr(e)}function Tr(e){return e.length===0?ge:e.length===1?e[0]:function(n){return e.reduce((r,i)=>i(r),n)}}var R=(()=>{class e{constructor(n){n&&(this._subscribe=n)}lift(n){let r=new e;return r.source=this,r.operator=n,r}subscribe(n,r,i){let o=Yu(n)?n:new Ze(n,r,i);return ct(()=>{let{operator:a,source:s}=this;o.add(a?a.call(o,s):s?this._subscribe(o):this._trySubscribe(o))}),o}_trySubscribe(n){try{return this._subscribe(n)}catch(r){n.error(r)}}forEach(n,r){return r=_s(r),new r((i,o)=>{let a=new Ze({next:s=>{try{n(s)}catch(c){o(c),a.unsubscribe()}},error:o,complete:i});this.subscribe(a)})}_subscribe(n){var r;return(r=this.source)===null||r===void 0?void 0:r.subscribe(n)}[lt](){return this}pipe(...n){return Tr(n)(this)}toPromise(n){return n=_s(n),new n((r,i)=>{let o;this.subscribe(a=>o=a,a=>i(a),()=>r(o))})}}return e.create=t=>new e(t),e})();function _s(e){var t;return(t=e??Ye.Promise)!==null&&t!==void 0?t:Promise}function qu(e){return e&&N(e.next)&&N(e.error)&&N(e.complete)}function Yu(e){return e&&e instanceof L1||qu(e)&&E3(e)}var z1=new R(e=>e.complete());function ft(e){return e<=0?()=>z1:x((t,n)=>{let r=0;t.subscribe(A(n,i=>{++r<=e&&(n.next(i),e<=r&&n.complete())}))})}var Ar;function I3(){return Ar}function l2(e){let t=Ar;return Ar=e,t}var ks=Symbol("NotFound");function ut(e){return e===ks||e?.name==="\u0275NotFound"}var ue=null,T3=!1,_r=1,Zu=null,ne=Symbol("SIGNAL");function T(e){let t=ue;return ue=e,t}function F3(){return ue}var b1={version:0,lastCleanEpoch:0,dirty:!1,producers:void 0,producersTail:void 0,consumers:void 0,consumersTail:void 0,recomputing:!1,consumerAllowSignalWrites:!1,consumerIsAlwaysLive:!1,kind:"unknown",producerMustRecompute:()=>!1,producerRecomputeValue:()=>{},consumerMarkedDirty:()=>{},consumerOnSignalRead:()=>{}};function D1(e){if(T3)throw new Error("");if(ue===null)return;ue.consumerOnSignalRead(e);let t=ue.producersTail;if(t!==void 0&&t.producer===e)return;let n,r=ue.recomputing;if(r&&(n=t!==void 0?t.nextProducer:ue.producers,n!==void 0&&n.producer===e)){ue.producersTail=n,n.lastReadVersion=e.version;return}let i=e.consumersTail;if(i!==void 0&&i.consumer===ue&&(!r||Ku(i,ue)))return;let o=mt(ue),a={producer:e,consumer:ue,nextProducer:n,prevConsumer:i,lastReadVersion:e.version,nextConsumer:void 0};ue.producersTail=a,t!==void 0?t.nextProducer=a:ue.producers=a,o&&Os(e,a)}function Fs(){_r++}function R3(e){if(!(mt(e)&&!e.dirty)&&!(!e.dirty&&e.lastCleanEpoch===_r)){if(!e.producerMustRecompute(e)&&!pt(e)){k3(e);return}e.producerRecomputeValue(e),k3(e)}}function kr(e){if(e.consumers===void 0)return;let t=T3;T3=!0;try{for(let n=e.consumers;n!==void 0;n=n.nextConsumer){let r=n.consumer;r.dirty||Qu(r)}}finally{T3=t}}function Fr(){return ue?.consumerAllowSignalWrites!==!1}function Qu(e){e.dirty=!0,kr(e),e.consumerMarkedDirty?.(e)}function k3(e){e.dirty=!1,e.lastCleanEpoch=_r}function w1(e){return e&&Rs(e),T(e)}function Rs(e){e.producersTail=void 0,e.recomputing=!0}function dt(e,t){T(t),e&&Ps(e)}function Ps(e){e.recomputing=!1;let t=e.producersTail,n=t!==void 0?t.nextProducer:e.producers;if(n!==void 0){if(mt(e))do n=Rr(n);while(n!==void 0);t!==void 0?t.nextProducer=void 0:e.producers=void 0}}function pt(e){for(let t=e.producers;t!==void 0;t=t.nextProducer){let n=t.producer,r=t.lastReadVersion;if(r!==n.version||(R3(n),r!==n.version))return!0}return!1}function S1(e){if(mt(e)){let t=e.producers;for(;t!==void 0;)t=Rr(t)}e.producers=void 0,e.producersTail=void 0,e.consumers=void 0,e.consumersTail=void 0}function Os(e,t){let n=e.consumersTail,r=mt(e);if(n!==void 0?(t.nextConsumer=n.nextConsumer,n.nextConsumer=t):(t.nextConsumer=void 0,e.consumers=t),t.prevConsumer=n,e.consumersTail=t,!r)for(let i=e.producers;i!==void 0;i=i.nextProducer)Os(i.producer,i)}function Rr(e){let t=e.producer,n=e.nextProducer,r=e.nextConsumer,i=e.prevConsumer;if(e.nextConsumer=void 0,e.prevConsumer=void 0,r!==void 0?r.prevConsumer=i:t.consumersTail=i,i!==void 0)i.nextConsumer=r;else if(t.consumers=r,!mt(t)){let o=t.producers;for(;o!==void 0;)o=Rr(o)}return n}function mt(e){return e.consumerIsAlwaysLive||e.consumers!==void 0}function P3(e){Zu?.(e)}function Ku(e,t){let n=t.producersTail;if(n!==void 0){let r=t.producers;do{if(r===e)return!0;if(r===n)break;r=r.nextProducer}while(r!==void 0)}return!1}function O3(e,t){return Object.is(e,t)}function r4(e,t){let n=Object.create(Xu);n.computation=e,t!==void 0&&(n.equal=t);let r=()=>{if(R3(n),D1(n),n.value===n4)throw n.error;return n.value};return r[ne]=n,P3(n),r}var A3=Symbol("UNSET"),_3=Symbol("COMPUTING"),n4=Symbol("ERRORED"),Xu=V(I({},b1),{value:A3,dirty:!0,error:null,equal:O3,kind:"computed",producerMustRecompute(e){return e.value===A3||e.value===_3},producerRecomputeValue(e){if(e.value===_3)throw new Error("");let t=e.value;e.value=_3;let n=w1(e),r,i=!1;try{r=e.computation(),T(null),i=t!==A3&&t!==n4&&r!==n4&&e.equal(t,r)}catch(o){r=n4,e.error=o}finally{dt(e,n)}if(i){e.value=t;return}e.value=r,e.version++}});function Ju(){throw new Error}var Bs=Ju;function Vs(e){Bs(e)}function Pr(e){Bs=e}var ed=null;function Or(e,t){let n=Object.create(B3);n.value=e,t!==void 0&&(n.equal=t);let r=()=>js(n);return r[ne]=n,P3(n),[r,a=>E1(n,a),a=>Br(n,a)]}function js(e){return D1(e),e.value}function E1(e,t){Fr()||Vs(e),e.equal(e.value,t)||(e.value=t,td(e))}function Br(e,t){Fr()||Vs(e),E1(e,t(e.value))}var B3=V(I({},b1),{equal:O3,value:void 0,kind:"signal"});function td(e){e.version++,Fs(),kr(e),ed?.(e)}function Vr(){return x((e,t)=>{let n=null;e._refCount++;let r=A(t,void 0,void 0,void 0,()=>{if(!e||e._refCount<=0||0<--e._refCount){n=null;return}let i=e._connection,o=n;n=null,i&&(!o||i===o)&&i.unsubscribe(),t.unsubscribe()});e.subscribe(r),r.closed||(n=e.connect())})}var jr=class extends R{constructor(t,n){super(),this.source=t,this.subjectFactory=n,this._subject=null,this._refCount=0,this._connection=null,Dr(t)&&(this.lift=t.lift)}_subscribe(t){return this.getSubject().subscribe(t)}getSubject(){let t=this._subject;return(!t||t.isStopped)&&(this._subject=this.subjectFactory()),this._subject}_teardown(){this._refCount=0;let{_connection:t}=this;this._subject=this._connection=null,t?.unsubscribe()}connect(){let t=this._connection;if(!t){t=this._connection=new Y;let n=this.getSubject();t.add(this.source.subscribe(A(n,void 0,()=>{this._teardown(),n.complete()},r=>{this._teardown(),n.error(r)},()=>this._teardown()))),t.closed&&(this._connection=null,t=Y.EMPTY)}return t}refCount(){return Vr()(this)}};var ht={schedule(e){let t=requestAnimationFrame,n=cancelAnimationFrame,{delegate:r}=ht;r&&(t=r.requestAnimationFrame,n=r.cancelAnimationFrame);let i=t(o=>{n=void 0,e(o)});return new Y(()=>n?.(i))},requestAnimationFrame(...e){let{delegate:t}=ht;return(t?.requestAnimationFrame||requestAnimationFrame)(...e)},cancelAnimationFrame(...e){let{delegate:t}=ht;return(t?.cancelAnimationFrame||cancelAnimationFrame)(...e)},delegate:void 0};var Hs=at(e=>function(){e(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"});var ee=(()=>{class e extends R{constructor(){super(),this.closed=!1,this.currentObservers=null,this.observers=[],this.isStopped=!1,this.hasError=!1,this.thrownError=null}lift(n){let r=new V3(this,this);return r.operator=n,r}_throwIfClosed(){if(this.closed)throw new Hs}next(n){ct(()=>{if(this._throwIfClosed(),!this.isStopped){this.currentObservers||(this.currentObservers=Array.from(this.observers));for(let r of this.currentObservers)r.next(n)}})}error(n){ct(()=>{if(this._throwIfClosed(),!this.isStopped){this.hasError=this.isStopped=!0,this.thrownError=n;let{observers:r}=this;for(;r.length;)r.shift().error(n)}})}complete(){ct(()=>{if(this._throwIfClosed(),!this.isStopped){this.isStopped=!0;let{observers:n}=this;for(;n.length;)n.shift().complete()}})}unsubscribe(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null}get observed(){var n;return((n=this.observers)===null||n===void 0?void 0:n.length)>0}_trySubscribe(n){return this._throwIfClosed(),super._trySubscribe(n)}_subscribe(n){return this._throwIfClosed(),this._checkFinalizedStatuses(n),this._innerSubscribe(n)}_innerSubscribe(n){let{hasError:r,isStopped:i,observers:o}=this;return r||i?wr:(this.currentObservers=null,o.push(n),new Y(()=>{this.currentObservers=null,M1(o,n)}))}_checkFinalizedStatuses(n){let{hasError:r,thrownError:i,isStopped:o}=this;r?n.error(i):o&&n.complete()}asObservable(){let n=new R;return n.source=this,n}}return e.create=(t,n)=>new V3(t,n),e})(),V3=class extends ee{constructor(t,n){super(),this.destination=t,this.source=n}next(t){var n,r;(r=(n=this.destination)===null||n===void 0?void 0:n.next)===null||r===void 0||r.call(n,t)}error(t){var n,r;(r=(n=this.destination)===null||n===void 0?void 0:n.error)===null||r===void 0||r.call(n,t)}complete(){var t,n;(n=(t=this.destination)===null||t===void 0?void 0:t.complete)===null||n===void 0||n.call(t)}_subscribe(t){var n,r;return(r=(n=this.source)===null||n===void 0?void 0:n.subscribe(t))!==null&&r!==void 0?r:wr}};var U2=class extends ee{constructor(t){super(),this._value=t}get value(){return this.getValue()}_subscribe(t){let n=super._subscribe(t);return!n.closed&&t.next(this._value),n}getValue(){let{hasError:t,thrownError:n,_value:r}=this;if(t)throw n;return this._throwIfClosed(),r}next(t){super.next(this._value=t)}};var i4={now(){return(i4.delegate||Date).now()},delegate:void 0};var o4=class extends ee{constructor(t=1/0,n=1/0,r=i4){super(),this._bufferSize=t,this._windowTime=n,this._timestampProvider=r,this._buffer=[],this._infiniteTimeWindow=!0,this._infiniteTimeWindow=n===1/0,this._bufferSize=Math.max(1,t),this._windowTime=Math.max(1,n)}next(t){let{isStopped:n,_buffer:r,_infiniteTimeWindow:i,_timestampProvider:o,_windowTime:a}=this;n||(r.push(t),!i&&r.push(o.now()+a)),this._trimBuffer(),super.next(t)}_subscribe(t){this._throwIfClosed(),this._trimBuffer();let n=this._innerSubscribe(t),{_infiniteTimeWindow:r,_buffer:i}=this,o=i.slice();for(let a=0;a<o.length&&!t.closed;a+=r?1:2)t.next(o[a]);return this._checkFinalizedStatuses(t),n}_trimBuffer(){let{_bufferSize:t,_timestampProvider:n,_buffer:r,_infiniteTimeWindow:i}=this,o=(i?1:2)*t;if(t<1/0&&o<r.length&&r.splice(0,r.length-o),!i){let a=n.now(),s=0;for(let c=1;c<r.length&&r[c]<=a;c+=2)s=c;s&&r.splice(0,s+1)}}};var j3=class extends Y{constructor(t,n){super()}schedule(t,n=0){return this}};var a4={setInterval(e,t,...n){let{delegate:r}=a4;return r?.setInterval?r.setInterval(e,t,...n):setInterval(e,t,...n)},clearInterval(e){let{delegate:t}=a4;return(t?.clearInterval||clearInterval)(e)},delegate:void 0};var $2=class extends j3{constructor(t,n){super(t,n),this.scheduler=t,this.work=n,this.pending=!1}schedule(t,n=0){var r;if(this.closed)return this;this.state=t;let i=this.id,o=this.scheduler;return i!=null&&(this.id=this.recycleAsyncId(o,i,n)),this.pending=!0,this.delay=n,this.id=(r=this.id)!==null&&r!==void 0?r:this.requestAsyncId(o,this.id,n),this}requestAsyncId(t,n,r=0){return a4.setInterval(t.flush.bind(t,this),r)}recycleAsyncId(t,n,r=0){if(r!=null&&this.delay===r&&this.pending===!1)return n;n!=null&&a4.clearInterval(n)}execute(t,n){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;let r=this._execute(t,n);if(r)return r;this.pending===!1&&this.id!=null&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))}_execute(t,n){let r=!1,i;try{this.work(t)}catch(o){r=!0,i=o||new Error("Scheduled action threw falsy error")}if(r)return this.unsubscribe(),i}unsubscribe(){if(!this.closed){let{id:t,scheduler:n}=this,{actions:r}=n;this.work=this.state=this.scheduler=null,this.pending=!1,M1(r,this),t!=null&&(this.id=this.recycleAsyncId(n,t,null)),this.delay=null,super.unsubscribe()}}};var gt=class e{constructor(t,n=e.now){this.schedulerActionCtor=t,this.now=n}schedule(t,n=0,r){return new this.schedulerActionCtor(this,t).schedule(r,n)}};gt.now=i4.now;var G2=class extends gt{constructor(t,n=gt.now){super(t,n),this.actions=[],this._active=!1}flush(t){let{actions:n}=this;if(this._active){n.push(t);return}let r;this._active=!0;do if(r=t.execute(t.state,t.delay))break;while(t=n.shift());if(this._active=!1,r){for(;t=n.shift();)t.unsubscribe();throw r}}};var x1=new G2($2),Us=x1;var H3=class extends $2{constructor(t,n){super(t,n),this.scheduler=t,this.work=n}schedule(t,n=0){return n>0?super.schedule(t,n):(this.delay=n,this.state=t,this.scheduler.flush(this),this)}execute(t,n){return n>0||this.closed?super.execute(t,n):this._execute(t,n)}requestAsyncId(t,n,r=0){return r!=null&&r>0||r==null&&this.delay>0?super.requestAsyncId(t,n,r):(t.flush(this),0)}};var U3=class extends G2{};var nd=new U3(H3);var $3=class extends $2{constructor(t,n){super(t,n),this.scheduler=t,this.work=n}requestAsyncId(t,n,r=0){return r!==null&&r>0?super.requestAsyncId(t,n,r):(t.actions.push(this),t._scheduled||(t._scheduled=ht.requestAnimationFrame(()=>t.flush(void 0))))}recycleAsyncId(t,n,r=0){var i;if(r!=null?r>0:this.delay>0)return super.recycleAsyncId(t,n,r);let{actions:o}=t;n!=null&&n===t._scheduled&&((i=o[o.length-1])===null||i===void 0?void 0:i.id)!==n&&(ht.cancelAnimationFrame(n),t._scheduled=void 0)}};var G3=class extends G2{flush(t){this._active=!0;let n;t?n=t.id:(n=this._scheduled,this._scheduled=void 0);let{actions:r}=this,i;t=t||r.shift();do if(i=t.execute(t.state,t.delay))break;while((t=r[0])&&t.id===n&&r.shift());if(this._active=!1,i){for(;(t=r[0])&&t.id===n&&r.shift();)t.unsubscribe();throw i}}};var rd=new G3($3);function W3(e){return e&&N(e.schedule)}function Hr(e){return e[e.length-1]}function q3(e){return N(Hr(e))?e.pop():void 0}function Re(e){return W3(Hr(e))?e.pop():void 0}function Y3(e,t){return typeof Hr(e)=="number"?e.pop():t}function kE(e,t,n,r){var i=arguments.length,o=i<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,a;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")o=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(a=e[s])&&(o=(i<3?a(o):i>3?a(t,n,o):a(t,n))||o);return i>3&&o&&Object.defineProperty(t,n,o),o}function FE(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}function Gs(e,t,n,r){function i(o){return o instanceof n?o:new n(function(a){a(o)})}return new(n||(n=Promise))(function(o,a){function s(f){try{l(r.next(f))}catch(u){a(u)}}function c(f){try{l(r.throw(f))}catch(u){a(u)}}function l(f){f.done?o(f.value):i(f.value).then(s,c)}l((r=r.apply(e,t||[])).next())})}function $s(e){var t=typeof Symbol=="function"&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&typeof e.length=="number")return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function N1(e){return this instanceof N1?(this.v=e,this):new N1(e)}function Ws(e,t,n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r=n.apply(e,t||[]),i,o=[];return i=Object.create((typeof AsyncIterator=="function"?AsyncIterator:Object).prototype),s("next"),s("throw"),s("return",a),i[Symbol.asyncIterator]=function(){return this},i;function a(d){return function(m){return Promise.resolve(m).then(d,u)}}function s(d,m){r[d]&&(i[d]=function(M){return new Promise(function(y,v){o.push([d,M,y,v])>1||c(d,M)})},m&&(i[d]=m(i[d])))}function c(d,m){try{l(r[d](m))}catch(M){p(o[0][3],M)}}function l(d){d.value instanceof N1?Promise.resolve(d.value.v).then(f,u):p(o[0][2],d)}function f(d){c("next",d)}function u(d){c("throw",d)}function p(d,m){d(m),o.shift(),o.length&&c(o[0][0],o[0][1])}}function qs(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t=e[Symbol.asyncIterator],n;return t?t.call(e):(e=typeof $s=="function"?$s(e):e[Symbol.iterator](),n={},r("next"),r("throw"),r("return"),n[Symbol.asyncIterator]=function(){return this},n);function r(o){n[o]=e[o]&&function(a){return new Promise(function(s,c){a=e[o](a),i(s,c,a.done,a.value)})}}function i(o,a,s,c){Promise.resolve(c).then(function(l){o({value:l,done:s})},a)}}var vt=e=>e&&typeof e.length=="number"&&typeof e!="function";function Z3(e){return N(e?.then)}function Q3(e){return N(e[lt])}function K3(e){return Symbol.asyncIterator&&N(e?.[Symbol.asyncIterator])}function X3(e){return new TypeError(`You provided ${e!==null&&typeof e=="object"?"an invalid object":`'${e}'`} where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.`)}function id(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var J3=id();function en(e){return N(e?.[J3])}function tn(e){return Ws(this,arguments,function*(){let n=e.getReader();try{for(;;){let{value:r,done:i}=yield N1(n.read());if(i)return yield N1(void 0);yield yield N1(r)}}finally{n.releaseLock()}})}function nn(e){return N(e?.getReader)}function B(e){if(e instanceof R)return e;if(e!=null){if(Q3(e))return od(e);if(vt(e))return ad(e);if(Z3(e))return sd(e);if(K3(e))return Ys(e);if(en(e))return cd(e);if(nn(e))return ld(e)}throw X3(e)}function od(e){return new R(t=>{let n=e[lt]();if(N(n.subscribe))return n.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function ad(e){return new R(t=>{for(let n=0;n<e.length&&!t.closed;n++)t.next(e[n]);t.complete()})}function sd(e){return new R(t=>{e.then(n=>{t.closed||(t.next(n),t.complete())},n=>t.error(n)).then(null,x3)})}function cd(e){return new R(t=>{for(let n of e)if(t.next(n),t.closed)return;t.complete()})}function Ys(e){return new R(t=>{fd(e,t).catch(n=>t.error(n))})}function ld(e){return Ys(tn(e))}function fd(e,t){var n,r,i,o;return Gs(this,void 0,void 0,function*(){try{for(n=qs(e);r=yield n.next(),!r.done;){let a=r.value;if(t.next(a),t.closed)return}}catch(a){i={error:a}}finally{try{r&&!r.done&&(o=n.return)&&(yield o.call(n))}finally{if(i)throw i.error}}t.complete()})}function be(e,t,n,r=0,i=!1){let o=t.schedule(function(){n(),i?e.add(this.schedule(null,r)):this.unsubscribe()},r);if(e.add(o),!i)return o}function s4(e,t=0){return x((n,r)=>{n.subscribe(A(r,i=>be(r,e,()=>r.next(i),t),()=>be(r,e,()=>r.complete(),t),i=>be(r,e,()=>r.error(i),t)))})}function rn(e,t=0){return x((n,r)=>{r.add(e.schedule(()=>n.subscribe(r),t))})}function Zs(e,t){return B(e).pipe(rn(t),s4(t))}function Qs(e,t){return B(e).pipe(rn(t),s4(t))}function Ks(e,t){return new R(n=>{let r=0;return t.schedule(function(){r===e.length?n.complete():(n.next(e[r++]),n.closed||this.schedule())})})}function Xs(e,t){return new R(n=>{let r;return be(n,t,()=>{r=e[J3](),be(n,t,()=>{let i,o;try{({value:i,done:o}=r.next())}catch(a){n.error(a);return}o?n.complete():n.next(i)},0,!0)}),()=>N(r?.return)&&r.return()})}function on(e,t){if(!e)throw new Error("Iterable cannot be null");return new R(n=>{be(n,t,()=>{let r=e[Symbol.asyncIterator]();be(n,t,()=>{r.next().then(i=>{i.done?n.complete():n.next(i.value)})},0,!0)})})}function Js(e,t){return on(tn(e),t)}function ec(e,t){if(e!=null){if(Q3(e))return Zs(e,t);if(vt(e))return Ks(e,t);if(Z3(e))return Qs(e,t);if(K3(e))return on(e,t);if(en(e))return Xs(e,t);if(nn(e))return Js(e,t)}throw X3(e)}function De(e,t){return t?ec(e,t):B(e)}function Mt(...e){let t=Re(e);return De(e,t)}function Ur(e,t){let n=N(e)?e:()=>e,r=i=>i.error(n());return new R(t?i=>t.schedule(r,0,i):r)}function ud(e){return!!e&&(e instanceof R||N(e.lift)&&N(e.subscribe))}var Qe=at(e=>function(){e(this),this.name="EmptyError",this.message="no elements in sequence"});function dd(e,t){let n=typeof t=="object";return new Promise((r,i)=>{let o=!1,a;e.subscribe({next:s=>{a=s,o=!0},error:i,complete:()=>{o?r(a):n?r(t.defaultValue):i(new Qe)}})})}function pd(e,t){let n=typeof t=="object";return new Promise((r,i)=>{let o=new Ze({next:a=>{r(a),o.unsubscribe()},error:i,complete:()=>{n?r(t.defaultValue):i(new Qe)}});e.subscribe(o)})}function tc(e){return e instanceof Date&&!isNaN(e)}function se(e,t){return x((n,r)=>{let i=0;n.subscribe(A(r,o=>{r.next(e.call(t,o,i++))}))})}var{isArray:md}=Array;function hd(e,t){return md(t)?e(...t):e(t)}function yt(e){return se(t=>hd(e,t))}var{isArray:gd}=Array,{getPrototypeOf:vd,prototype:Md,keys:yd}=Object;function an(e){if(e.length===1){let t=e[0];if(gd(t))return{args:t,keys:null};if(Cd(t)){let n=yd(t);return{args:n.map(r=>t[r]),keys:n}}}return{args:e,keys:null}}function Cd(e){return e&&typeof e=="object"&&vd(e)===Md}function sn(e,t){return e.reduce((n,r,i)=>(n[r]=t[i],n),{})}function Ld(...e){let t=Re(e),n=q3(e),{args:r,keys:i}=an(e);if(r.length===0)return De([],t);let o=new R(zd(r,t,i?a=>sn(i,a):ge));return n?o.pipe(yt(n)):o}function zd(e,t,n=ge){return r=>{nc(t,()=>{let{length:i}=e,o=new Array(i),a=i,s=i;for(let c=0;c<i;c++)nc(t,()=>{let l=De(e[c],t),f=!1;l.subscribe(A(r,u=>{o[c]=u,f||(f=!0,s--),s||r.next(n(o.slice()))},()=>{--a||r.complete()}))},r)},r)}}function nc(e,t,n){e?be(n,e,t):t()}function rc(e,t,n,r,i,o,a,s){let c=[],l=0,f=0,u=!1,p=()=>{u&&!c.length&&!l&&t.complete()},d=M=>l<r?m(M):c.push(M),m=M=>{o&&t.next(M),l++;let y=!1;B(n(M,f++)).subscribe(A(t,v=>{i?.(v),o?d(v):t.next(v)},()=>{y=!0},void 0,()=>{if(y)try{for(l--;c.length&&l<r;){let v=c.shift();a?be(t,a,()=>m(v)):m(v)}p()}catch(v){t.error(v)}}))};return e.subscribe(A(t,d,()=>{u=!0,p()})),()=>{s?.()}}function Pe(e,t,n=1/0){return N(t)?Pe((r,i)=>se((o,a)=>t(r,o,i,a))(B(e(r,i))),n):(typeof t=="number"&&(n=t),x((r,i)=>rc(r,i,e,n)))}function I1(e=1/0){return Pe(ge,e)}function ic(){return I1(1)}function W2(...e){return ic()(De(e,Re(e)))}function bd(e){return new R(t=>{B(e()).subscribe(t)})}function $r(...e){let t=q3(e),{args:n,keys:r}=an(e),i=new R(o=>{let{length:a}=n;if(!a){o.complete();return}let s=new Array(a),c=a,l=a;for(let f=0;f<a;f++){let u=!1;B(n[f]).subscribe(A(o,p=>{u||(u=!0,l--),s[f]=p},()=>c--,void 0,()=>{(!c||!u)&&(l||o.next(r?sn(r,s):s),o.complete())}))}});return t?i.pipe(yt(t)):i}var Dd=["addListener","removeListener"],wd=["addEventListener","removeEventListener"],Sd=["on","off"];function Gr(e,t,n,r){if(N(n)&&(r=n,n=void 0),r)return Gr(e,t,n).pipe(yt(r));let[i,o]=Nd(e)?wd.map(a=>s=>e[a](t,s,n)):Ed(e)?Dd.map(oc(e,t)):xd(e)?Sd.map(oc(e,t)):[];if(!i&&vt(e))return Pe(a=>Gr(a,t,n))(B(e));if(!i)throw new TypeError("Invalid event target");return new R(a=>{let s=(...c)=>a.next(1<c.length?c:c[0]);return i(s),()=>o(s)})}function oc(e,t){return n=>r=>e[n](t,r)}function Ed(e){return N(e.addListener)&&N(e.removeListener)}function xd(e){return N(e.on)&&N(e.off)}function Nd(e){return N(e.addEventListener)&&N(e.removeEventListener)}function c4(e=0,t,n=Us){let r=-1;return t!=null&&(W3(t)?n=t:r=t),new R(i=>{let o=tc(e)?+e-n.now():e;o<0&&(o=0);let a=0;return n.schedule(function(){i.closed||(i.next(a++),0<=r?this.schedule(void 0,r):i.complete())},o)})}function Wr(...e){let t=Re(e),n=Y3(e,1/0),r=e;return r.length?r.length===1?B(r[0]):I1(n)(De(r,t)):z1}function ac(e){return x((t,n)=>{let r=!1,i=null,o=null,a=!1,s=()=>{if(o?.unsubscribe(),o=null,r){r=!1;let l=i;i=null,n.next(l)}a&&n.complete()},c=()=>{o=null,a&&n.complete()};t.subscribe(A(n,l=>{r=!0,i=l,o||B(e(l)).subscribe(o=A(n,s,c))},()=>{a=!0,(!r||!o||o.closed)&&n.complete()}))})}function Id(e,t=x1){return ac(()=>c4(e,t))}function qr(e){return x((t,n)=>{let r=null,i=!1,o;r=t.subscribe(A(n,void 0,void 0,a=>{o=B(e(a,qr(e)(t))),r?(r.unsubscribe(),r=null,o.subscribe(n)):i=!0})),i&&(r.unsubscribe(),r=null,o.subscribe(n))})}function cn(e,t,n,r,i){return(o,a)=>{let s=n,c=t,l=0;o.subscribe(A(a,f=>{let u=l++;c=s?e(c,f,u):(s=!0,f),r&&a.next(c)},i&&(()=>{s&&a.next(c),a.complete()})))}}function sc(e,t){return x(cn(e,t,arguments.length>=2,!1,!0))}var Td=(e,t)=>(e.push(t),e);function Ad(){return x((e,t)=>{sc(Td,[])(e).subscribe(t)})}function ln(e,t){return N(t)?Pe(e,t,1):Pe(e,1)}function _d(e,t=x1){return x((n,r)=>{let i=null,o=null,a=null,s=()=>{if(i){i.unsubscribe(),i=null;let l=o;o=null,r.next(l)}};function c(){let l=a+e,f=t.now();if(f<l){i=this.schedule(void 0,l-f),r.add(i);return}s()}n.subscribe(A(r,l=>{o=l,a=t.now(),i||(i=t.schedule(c,e),r.add(i))},()=>{s(),r.complete()},void 0,()=>{o=i=null}))})}function l4(e){return x((t,n)=>{let r=!1;t.subscribe(A(n,i=>{r=!0,n.next(i)},()=>{r||n.next(e),n.complete()}))})}function cc(){return x((e,t)=>{e.subscribe(A(t,y1))})}function lc(e){return se(()=>e)}function Yr(e,t){return t?n=>W2(t.pipe(ft(1),cc()),n.pipe(Yr(e))):Pe((n,r)=>B(e(n,r)).pipe(ft(1),lc(n)))}function kd(e,t=x1){let n=c4(e,t);return Yr(()=>n)}function Fd(e,t=ge){return e=e??Rd,x((n,r)=>{let i,o=!0;n.subscribe(A(r,a=>{let s=t(a);(o||!e(i,s))&&(o=!1,i=s,r.next(a))}))})}function Rd(e,t){return e===t}function fn(e=Pd){return x((t,n)=>{let r=!1;t.subscribe(A(n,i=>{r=!0,n.next(i)},()=>r?n.complete():n.error(e())))})}function Pd(){return new Qe}function f4(e){return x((t,n)=>{try{t.subscribe(n)}finally{n.add(e)}})}function Od(e,t){let n=arguments.length>=2;return r=>r.pipe(e?b2((i,o)=>e(i,o,r)):ge,ft(1),n?l4(t):fn(()=>new Qe))}function Zr(e){return e<=0?()=>z1:x((t,n)=>{let r=[];t.subscribe(A(n,i=>{r.push(i),e<r.length&&r.shift()},()=>{for(let i of r)n.next(i);n.complete()},void 0,()=>{r=null}))})}function Bd(e,t){let n=arguments.length>=2;return r=>r.pipe(e?b2((i,o)=>e(i,o,r)):ge,Zr(1),n?l4(t):fn(()=>new Qe))}function fc(...e){let t=Re(e),n=Y3(e,1/0);return x((r,i)=>{I1(n)(De([r,...e],t)).subscribe(i)})}function Vd(...e){return fc(...e)}function jd(e){return x((t,n)=>{let r,i=!1,o,a=()=>{r=t.subscribe(A(n,void 0,void 0,s=>{o||(o=new ee,B(e(o)).subscribe(A(n,()=>r?a():i=!0))),o&&o.next(s)})),i&&(r.unsubscribe(),r=null,i=!1,a())};a()})}function Hd(e,t){return x(cn(e,t,arguments.length>=2,!0))}function Kr(e={}){let{connector:t=()=>new ee,resetOnError:n=!0,resetOnComplete:r=!0,resetOnRefCountZero:i=!0}=e;return o=>{let a,s,c,l=0,f=!1,u=!1,p=()=>{s?.unsubscribe(),s=void 0},d=()=>{p(),a=c=void 0,f=u=!1},m=()=>{let M=a;d(),M?.unsubscribe()};return x((M,y)=>{l++,!u&&!f&&p();let v=c=c??t();y.add(()=>{l--,l===0&&!u&&!f&&(s=Qr(m,i))}),v.subscribe(y),!a&&l>0&&(a=new Ze({next:P=>v.next(P),error:P=>{u=!0,p(),s=Qr(d,n,P),v.error(P)},complete:()=>{f=!0,p(),s=Qr(d,r),v.complete()}}),B(M).subscribe(a))})(o)}}function Qr(e,t,...n){if(t===!0){e();return}if(t===!1)return;let r=new Ze({next:()=>{r.unsubscribe(),e()}});return B(t(...n)).subscribe(r)}function un(e,t,n){let r,i=!1;return e&&typeof e=="object"?{bufferSize:r=1/0,windowTime:t=1/0,refCount:i=!1,scheduler:n}=e:r=e??1/0,Kr({connector:()=>new o4(r,t,n),resetOnError:!0,resetOnComplete:!1,resetOnRefCountZero:i})}function Ud(e){return b2((t,n)=>e<=n)}function $d(...e){let t=Re(e);return x((n,r)=>{(t?W2(e,n,t):W2(e,n)).subscribe(r)})}function dn(e,t){return x((n,r)=>{let i=null,o=0,a=!1,s=()=>a&&!i&&r.complete();n.subscribe(A(r,c=>{i?.unsubscribe();let l=0,f=o++;B(e(c,f)).subscribe(i=A(r,u=>r.next(t?t(c,u,f,l++):u),()=>{i=null,s()}))},()=>{a=!0,s()}))})}function Xr(e){return x((t,n)=>{B(e).subscribe(A(n,()=>n.complete(),y1)),!n.closed&&t.subscribe(n)})}function Gd(e,t,n){let r=N(e)||t||n?{next:e,error:t,complete:n}:e;return r?x((i,o)=>{var a;(a=r.subscribe)===null||a===void 0||a.call(r);let s=!0;i.subscribe(A(o,c=>{var l;(l=r.next)===null||l===void 0||l.call(r,c),o.next(c)},()=>{var c;s=!1,(c=r.complete)===null||c===void 0||c.call(r),o.complete()},c=>{var l;s=!1,(l=r.error)===null||l===void 0||l.call(r,c),o.error(c)},()=>{var c,l;s&&((c=r.unsubscribe)===null||c===void 0||c.call(r)),(l=r.finalize)===null||l===void 0||l.call(r)}))}):ge}function uc(e){let t=T(null);try{return e()}finally{T(t)}}var dc=V(I({},b1),{consumerIsAlwaysLive:!0,consumerAllowSignalWrites:!0,dirty:!0,kind:"effect"});function pc(e){if(e.dirty=!1,e.version>0&&!pt(e))return;e.version++;let t=w1(e);try{e.cleanup(),e.fn()}finally{dt(e,t)}}var gn="https://angular.dev/best-practices/security#preventing-cross-site-scripting-xss",L=class extends Error{code;constructor(t,n){super(S2(t,n)),this.code=t}};function Wd(e){return`NG0${Math.abs(e)}`}function S2(e,t){return`${Wd(e)}${t?": "+t:""}`}var Z2=globalThis;function j(e){for(let t in e)if(e[t]===j)return t;throw Error("")}function gc(e,t){for(let n in t)t.hasOwnProperty(n)&&!e.hasOwnProperty(n)&&(e[n]=t[n])}function w2(e){if(typeof e=="string")return e;if(Array.isArray(e))return`[${e.map(w2).join(", ")}]`;if(e==null)return""+e;let t=e.overriddenName||e.name;if(t)return`${t}`;let n=e.toString();if(n==null)return""+n;let r=n.indexOf(`
4
+ `);return r>=0?n.slice(0,r):n}function vn(e,t){return e?t?`${e} ${t}`:e:t||""}var qd=j({__forward_ref__:j});function ie(e){return e.__forward_ref__=ie,e.toString=function(){return w2(this())},e}function ce(e){return li(e)?e():e}function li(e){return typeof e=="function"&&e.hasOwnProperty(qd)&&e.__forward_ref__===ie}function C(e){return{token:e.token,providedIn:e.providedIn||null,factory:e.factory,value:void 0}}function Ie(e){return{providers:e.providers||[],imports:e.imports||[]}}function h4(e){return Zd(e,Mn)}function Yd(e){return h4(e)!==null}function Zd(e,t){return e.hasOwnProperty(t)&&e[t]||null}function Qd(e){let t=e?.[Mn]??null;return t||null}function ei(e){return e&&e.hasOwnProperty(mn)?e[mn]:null}var Mn=j({\u0275prov:j}),mn=j({\u0275inj:j}),b=class{_desc;ngMetadataName="InjectionToken";\u0275prov;constructor(t,n){this._desc=t,this.\u0275prov=void 0,typeof n=="number"?this.__NG_ELEMENT_ID__=n:n!==void 0&&(this.\u0275prov=C({token:this,providedIn:n.providedIn||"root",factory:n.factory}))}get multi(){return this}toString(){return`InjectionToken ${this._desc}`}};function fi(e){return e&&!!e.\u0275providers}var ui=j({\u0275cmp:j}),di=j({\u0275dir:j}),pi=j({\u0275pipe:j}),mi=j({\u0275mod:j}),d4=j({\u0275fac:j}),F1=j({__NG_ELEMENT_ID__:j}),mc=j({__NG_ENV_ID__:j});function E2(e){return typeof e=="string"?e:e==null?"":String(e)}function vc(e){return typeof e=="function"?e.name||e.toString():typeof e=="object"&&e!=null&&typeof e.type=="function"?e.type.name||e.type.toString():E2(e)}var Mc=j({ngErrorCode:j}),Kd=j({ngErrorMessage:j}),Xd=j({ngTokenPath:j});function hi(e,t){return yc("",-200,t)}function yn(e,t){throw new L(-201,!1)}function yc(e,t,n){let r=new L(t,e);return r[Mc]=t,r[Kd]=e,n&&(r[Xd]=n),r}function Jd(e){return e[Mc]}var ti;function Cc(){return ti}function ve(e){let t=ti;return ti=e,t}function gi(e,t,n){let r=h4(e);if(r&&r.providedIn=="root")return r.value===void 0?r.value=r.factory():r.value;if(n&8)return null;if(t!==void 0)return t;yn(e,"Injector")}var ep={},T1=ep,tp="__NG_DI_FLAG__",ni=class{injector;constructor(t){this.injector=t}retrieve(t,n){let r=A1(n)||0;try{return this.injector.get(t,r&8?null:T1,r)}catch(i){if(ut(i))return i;throw i}}};function np(e,t=0){let n=I3();if(n===void 0)throw new L(-203,!1);if(n===null)return gi(e,void 0,t);{let r=rp(t),i=n.retrieve(e,r);if(ut(i)){if(r.optional)return null;throw i}return i}}function z(e,t=0){return(Cc()||np)(ce(e),t)}function g(e,t){return z(e,A1(t))}function A1(e){return typeof e>"u"||typeof e=="number"?e:0|(e.optional&&8)|(e.host&&1)|(e.self&&2)|(e.skipSelf&&4)}function rp(e){return{optional:!!(e&8),host:!!(e&1),self:!!(e&2),skipSelf:!!(e&4)}}function ri(e){let t=[];for(let n=0;n<e.length;n++){let r=ce(e[n]);if(Array.isArray(r)){if(r.length===0)throw new L(900,!1);let i,o=0;for(let a=0;a<r.length;a++){let s=r[a],c=ip(s);typeof c=="number"?c===-1?i=s.token:o|=c:i=s}t.push(z(i,o))}else t.push(z(r))}return t}function ip(e){return e[tp]}function q2(e,t){let n=e.hasOwnProperty(d4);return n?e[d4]:null}function Lc(e,t,n){if(e.length!==t.length)return!1;for(let r=0;r<e.length;r++){let i=e[r],o=t[r];if(n&&(i=n(i),o=n(o)),o!==i)return!1}return!0}function zc(e){return e.flat(Number.POSITIVE_INFINITY)}function Cn(e,t){e.forEach(n=>Array.isArray(n)?Cn(n,t):t(n))}function vi(e,t,n){t>=e.length?e.push(n):e.splice(t,0,n)}function g4(e,t){return t>=e.length-1?e.pop():e.splice(t,1)[0]}function bc(e,t){let n=[];for(let r=0;r<e;r++)n.push(t);return n}function Dc(e,t,n,r){let i=e.length;if(i==t)e.push(n,r);else if(i===1)e.push(r,e[0]),e[0]=n;else{for(i--,e.push(e[i-1],e[i]);i>t;){let o=i-2;e[i]=e[o],i--}e[t]=n,e[t+1]=r}}function Ln(e,t,n){let r=Lt(e,t);return r>=0?e[r|1]=n:(r=~r,Dc(e,r,t,n)),r}function zn(e,t){let n=Lt(e,t);if(n>=0)return e[n|1]}function Lt(e,t){return op(e,t,1)}function op(e,t,n){let r=0,i=e.length>>n;for(;i!==r;){let o=r+(i-r>>1),a=e[o<<n];if(t===a)return o<<n;a>t?i=o:r=o+1}return~(i<<n)}var Q2={},de=[],K2=new b(""),Mi=new b("",-1),yi=new b(""),p4=class{get(t,n=T1){if(n===T1){let i=yc("",-201);throw i.name="\u0275NotFound",i}return n}};function Ci(e){return e[mi]||null}function x2(e){return e[ui]||null}function Li(e){return e[di]||null}function wc(e){return e[pi]||null}function N2(e){return{\u0275providers:e}}function Sc(...e){return{\u0275providers:zi(!0,e),\u0275fromNgModule:!0}}function zi(e,...t){let n=[],r=new Set,i,o=a=>{n.push(a)};return Cn(t,a=>{let s=a;hn(s,o,[],r)&&(i||=[],i.push(s))}),i!==void 0&&Ec(i,o),n}function Ec(e,t){for(let n=0;n<e.length;n++){let{ngModule:r,providers:i}=e[n];bi(i,o=>{t(o,r)})}}function hn(e,t,n,r){if(e=ce(e),!e)return!1;let i=null,o=ei(e),a=!o&&x2(e);if(!o&&!a){let c=e.ngModule;if(o=ei(c),o)i=c;else return!1}else{if(a&&!a.standalone)return!1;i=e}let s=r.has(i);if(a){if(s)return!1;if(r.add(i),a.dependencies){let c=typeof a.dependencies=="function"?a.dependencies():a.dependencies;for(let l of c)hn(l,t,n,r)}}else if(o){if(o.imports!=null&&!s){r.add(i);let l;try{Cn(o.imports,f=>{hn(f,t,n,r)&&(l||=[],l.push(f))})}finally{}l!==void 0&&Ec(l,t)}if(!s){let l=q2(i)||(()=>new i);t({provide:i,useFactory:l,deps:de},i),t({provide:yi,useValue:i,multi:!0},i),t({provide:K2,useValue:()=>z(i),multi:!0},i)}let c=o.providers;if(c!=null&&!s){let l=e;bi(c,f=>{t(f,l)})}}else return!1;return i!==e&&e.providers!==void 0}function bi(e,t){for(let n of e)fi(n)&&(n=n.\u0275providers),Array.isArray(n)?bi(n,t):t(n)}var ap=j({provide:String,useValue:j});function xc(e){return e!==null&&typeof e=="object"&&ap in e}function sp(e){return!!(e&&e.useExisting)}function cp(e){return!!(e&&e.useFactory)}function _1(e){return typeof e=="function"}function Nc(e){return!!e.useClass}var v4=new b(""),pn={},hc={},Jr;function zt(){return Jr===void 0&&(Jr=new p4),Jr}var we=class{},k1=class extends we{parent;source;scopes;records=new Map;_ngOnDestroyHooks=new Set;_onDestroyHooks=[];get destroyed(){return this._destroyed}_destroyed=!1;injectorDefTypes;constructor(t,n,r,i){super(),this.parent=n,this.source=r,this.scopes=i,oi(t,a=>this.processProvider(a)),this.records.set(Mi,Ct(void 0,this)),i.has("environment")&&this.records.set(we,Ct(void 0,this));let o=this.records.get(v4);o!=null&&typeof o.value=="string"&&this.scopes.add(o.value),this.injectorDefTypes=new Set(this.get(yi,de,{self:!0}))}retrieve(t,n){let r=A1(n)||0;try{return this.get(t,T1,r)}catch(i){if(ut(i))return i;throw i}}destroy(){u4(this),this._destroyed=!0;let t=T(null);try{for(let r of this._ngOnDestroyHooks)r.ngOnDestroy();let n=this._onDestroyHooks;this._onDestroyHooks=[];for(let r of n)r()}finally{this.records.clear(),this._ngOnDestroyHooks.clear(),this.injectorDefTypes.clear(),T(t)}}onDestroy(t){return u4(this),this._onDestroyHooks.push(t),()=>this.removeOnDestroy(t)}runInContext(t){u4(this);let n=l2(this),r=ve(void 0),i;try{return t()}finally{l2(n),ve(r)}}get(t,n=T1,r){if(u4(this),t.hasOwnProperty(mc))return t[mc](this);let i=A1(r),o,a=l2(this),s=ve(void 0);try{if(!(i&4)){let l=this.records.get(t);if(l===void 0){let f=pp(t)&&h4(t);f&&this.injectableDefInScope(f)?l=Ct(ii(t),pn):l=null,this.records.set(t,l)}if(l!=null)return this.hydrate(t,l,i)}let c=i&2?zt():this.parent;return n=i&8&&n===T1?null:n,c.get(t,n)}catch(c){let l=Jd(c);throw l===-200||l===-201?new L(l,null):c}finally{ve(s),l2(a)}}resolveInjectorInitializers(){let t=T(null),n=l2(this),r=ve(void 0),i;try{let o=this.get(K2,de,{self:!0});for(let a of o)a()}finally{l2(n),ve(r),T(t)}}toString(){let t=[],n=this.records;for(let r of n.keys())t.push(w2(r));return`R3Injector[${t.join(", ")}]`}processProvider(t){t=ce(t);let n=_1(t)?t:ce(t&&t.provide),r=fp(t);if(!_1(t)&&t.multi===!0){let i=this.records.get(n);i||(i=Ct(void 0,pn,!0),i.factory=()=>ri(i.multi),this.records.set(n,i)),n=t,i.multi.push(t)}this.records.set(n,r)}hydrate(t,n,r){let i=T(null);try{if(n.value===hc)throw hi(w2(t));return n.value===pn&&(n.value=hc,n.value=n.factory(void 0,r)),typeof n.value=="object"&&n.value&&dp(n.value)&&this._ngOnDestroyHooks.add(n.value),n.value}finally{T(i)}}injectableDefInScope(t){if(!t.providedIn)return!1;let n=ce(t.providedIn);return typeof n=="string"?n==="any"||this.scopes.has(n):this.injectorDefTypes.has(n)}removeOnDestroy(t){let n=this._onDestroyHooks.indexOf(t);n!==-1&&this._onDestroyHooks.splice(n,1)}};function ii(e){let t=h4(e),n=t!==null?t.factory:q2(e);if(n!==null)return n;if(e instanceof b)throw new L(204,!1);if(e instanceof Function)return lp(e);throw new L(204,!1)}function lp(e){if(e.length>0)throw new L(204,!1);let n=Qd(e);return n!==null?()=>n.factory(e):()=>new e}function fp(e){if(xc(e))return Ct(void 0,e.useValue);{let t=Di(e);return Ct(t,pn)}}function Di(e,t,n){let r;if(_1(e)){let i=ce(e);return q2(i)||ii(i)}else if(xc(e))r=()=>ce(e.useValue);else if(cp(e))r=()=>e.useFactory(...ri(e.deps||[]));else if(sp(e))r=(i,o)=>z(ce(e.useExisting),o!==void 0&&o&8?8:void 0);else{let i=ce(e&&(e.useClass||e.provide));if(up(e))r=()=>new i(...ri(e.deps));else return q2(i)||ii(i)}return r}function u4(e){if(e.destroyed)throw new L(205,!1)}function Ct(e,t,n=!1){return{factory:e,value:t,multi:n?[]:void 0}}function up(e){return!!e.deps}function dp(e){return e!==null&&typeof e=="object"&&typeof e.ngOnDestroy=="function"}function pp(e){return typeof e=="function"||typeof e=="object"&&e.ngMetadataName==="InjectionToken"}function oi(e,t){for(let n of e)Array.isArray(n)?oi(n,t):n&&fi(n)?oi(n.\u0275providers,t):t(n)}function bt(e,t){let n;e instanceof k1?(u4(e),n=e):n=new ni(e);let r,i=l2(n),o=ve(void 0);try{return t()}finally{l2(i),ve(o)}}function Ic(){return Cc()!==void 0||I3()!=null}var Oe=0,E=1,_=2,re=3,Be=4,ye=5,R1=6,Dt=7,X=8,I2=9,f2=10,H=11,wt=12,wi=13,P1=14,Ce=15,X2=16,O1=17,u2=18,M4=19,Si=20,D2=21,bn=22,T2=23,Te=24,B1=25,V1=26,$=27,Ei=1,xi=6,J2=7,y4=8,j1=9,Z=10;function d2(e){return Array.isArray(e)&&typeof e[Ei]=="object"}function Xe(e){return Array.isArray(e)&&e[Ei]===!0}function Ni(e){return(e.flags&4)!==0}function e1(e){return e.componentOffset>-1}function St(e){return(e.flags&1)===1}function Je(e){return!!e.template}function Et(e){return(e[_]&512)!==0}function H1(e){return(e[_]&256)===256}var Tc="svg",Ac="math";function Ve(e){for(;Array.isArray(e);)e=e[Oe];return e}function Ii(e){for(;Array.isArray(e);){if(typeof e[Ei]=="object")return e;e=e[Oe]}return null}function Ti(e,t){return Ve(t[e])}function e2(e,t){return Ve(t[e.index])}function C4(e,t){return e.data[t]}function xt(e,t){return e[t]}function L4(e,t,n,r){n>=e.data.length&&(e.data[n]=null,e.blueprint[n]=null),t[n]=r}function je(e,t){let n=t[e];return d2(n)?n:n[Oe]}function _c(e){return(e[_]&4)===4}function Dn(e){return(e[_]&128)===128}function kc(e){return Xe(e[re])}function He(e,t){return t==null?null:e[t]}function Ai(e){e[O1]=0}function _i(e){e[_]&1024||(e[_]|=1024,Dn(e)&&t1(e))}function Fc(e,t){for(;e>0;)t=t[P1],e--;return t}function z4(e){return!!(e[_]&9216||e[Te]?.dirty)}function wn(e){e[f2].changeDetectionScheduler?.notify(8),e[_]&64&&(e[_]|=1024),z4(e)&&t1(e)}function t1(e){e[f2].changeDetectionScheduler?.notify(0);let t=Y2(e);for(;t!==null&&!(t[_]&8192||(t[_]|=8192,!Dn(t)));)t=Y2(t)}function ki(e,t){if(H1(e))throw new L(911,!1);e[D2]===null&&(e[D2]=[]),e[D2].push(t)}function Rc(e,t){if(e[D2]===null)return;let n=e[D2].indexOf(t);n!==-1&&e[D2].splice(n,1)}function Y2(e){let t=e[re];return Xe(t)?t[re]:t}function Fi(e){return e[Dt]??=[]}function Ri(e){return e.cleanup??=[]}function Pc(e,t,n,r){let i=Fi(t);i.push(n),e.firstCreatePass&&Ri(e).push(r,i.length-1)}var F={lFrame:Zc(null),bindingsEnabled:!0,skipHydrationRootTNode:null};var ai=!1;function Oc(){return F.lFrame.elementDepthCount}function Bc(){F.lFrame.elementDepthCount++}function Pi(){F.lFrame.elementDepthCount--}function Sn(){return F.bindingsEnabled}function Oi(){return F.skipHydrationRootTNode!==null}function Bi(e){return F.skipHydrationRootTNode===e}function Vi(){F.skipHydrationRootTNode=null}function D(){return F.lFrame.lView}function G(){return F.lFrame.tView}function Vc(e){return F.lFrame.contextLView=e,e[X]}function jc(e){return F.lFrame.contextLView=null,e}function te(){let e=ji();for(;e!==null&&e.type===64;)e=e.parent;return e}function ji(){return F.lFrame.currentTNode}function Hc(){let e=F.lFrame,t=e.currentTNode;return e.isParent?t:t.parent}function U1(e,t){let n=F.lFrame;n.currentTNode=e,n.isParent=t}function Hi(){return F.lFrame.isParent}function Ui(){F.lFrame.isParent=!1}function $i(){return F.lFrame.contextLView}function Gi(){return ai}function Nt(e){let t=ai;return ai=e,t}function A2(){let e=F.lFrame,t=e.bindingRootIndex;return t===-1&&(t=e.bindingRootIndex=e.tView.bindingStartIndex),t}function Uc(){return F.lFrame.bindingIndex}function $c(e){return F.lFrame.bindingIndex=e}function p2(){return F.lFrame.bindingIndex++}function En(e){let t=F.lFrame,n=t.bindingIndex;return t.bindingIndex=t.bindingIndex+e,n}function Gc(){return F.lFrame.inI18n}function Wc(e,t){let n=F.lFrame;n.bindingIndex=n.bindingRootIndex=e,xn(t)}function qc(){return F.lFrame.currentDirectiveIndex}function xn(e){F.lFrame.currentDirectiveIndex=e}function Wi(e){let t=F.lFrame.currentDirectiveIndex;return t===-1?null:e[t]}function Nn(){return F.lFrame.currentQueryIndex}function b4(e){F.lFrame.currentQueryIndex=e}function mp(e){let t=e[E];return t.type===2?t.declTNode:t.type===1?e[ye]:null}function qi(e,t,n){if(n&4){let i=t,o=e;for(;i=i.parent,i===null&&!(n&1);)if(i=mp(o),i===null||(o=o[P1],i.type&10))break;if(i===null)return!1;t=i,e=o}let r=F.lFrame=Yc();return r.currentTNode=t,r.lView=e,!0}function In(e){let t=Yc(),n=e[E];F.lFrame=t,t.currentTNode=n.firstChild,t.lView=e,t.tView=n,t.contextLView=e,t.bindingIndex=n.bindingStartIndex,t.inI18n=!1}function Yc(){let e=F.lFrame,t=e===null?null:e.child;return t===null?Zc(e):t}function Zc(e){let t={currentTNode:null,isParent:!0,lView:null,tView:null,selectedIndex:-1,contextLView:null,elementDepthCount:0,currentNamespace:null,currentDirectiveIndex:-1,bindingRootIndex:-1,bindingIndex:-1,currentQueryIndex:0,parent:e,child:null,inI18n:!1};return e!==null&&(e.child=t),t}function Qc(){let e=F.lFrame;return F.lFrame=e.parent,e.currentTNode=null,e.lView=null,e}var Yi=Qc;function Tn(){let e=Qc();e.isParent=!0,e.tView=null,e.selectedIndex=-1,e.contextLView=null,e.elementDepthCount=0,e.currentDirectiveIndex=-1,e.currentNamespace=null,e.bindingRootIndex=-1,e.bindingIndex=-1,e.currentQueryIndex=0}function Kc(e){return(F.lFrame.contextLView=Fc(e,F.lFrame.contextLView))[X]}function t2(){return F.lFrame.selectedIndex}function n1(e){F.lFrame.selectedIndex=e}function It(){let e=F.lFrame;return C4(e.tView,e.selectedIndex)}function Xc(){return F.lFrame.currentNamespace}var Jc=!0;function An(){return Jc}function D4(e){Jc=e}function si(e,t=null,n=null,r){let i=Zi(e,t,n,r);return i.resolveInjectorInitializers(),i}function Zi(e,t=null,n=null,r,i=new Set){let o=[n||de,Sc(e)];return r=r||(typeof e=="object"?void 0:w2(e)),new k1(o,t||zt(),r||null,i)}var Me=class e{static THROW_IF_NOT_FOUND=T1;static NULL=new p4;static create(t,n){if(Array.isArray(t))return si({name:""},n,t,"");{let r=t.name??"";return si({name:r},t.parent,t.providers,r)}}static \u0275prov=C({token:e,providedIn:"any",factory:()=>z(Mi)});static __NG_ELEMENT_ID__=-1},Q=new b(""),Ae=(()=>{class e{static __NG_ELEMENT_ID__=hp;static __NG_ENV_ID__=n=>n}return e})(),m4=class extends Ae{_lView;constructor(t){super(),this._lView=t}get destroyed(){return H1(this._lView)}onDestroy(t){let n=this._lView;return ki(n,t),()=>Rc(n,t)}};function hp(){return new m4(D())}var Ne=class{_console=console;handleError(t){this._console.error("ERROR",t)}},n2=new b("",{providedIn:"root",factory:()=>{let e=g(we),t;return n=>{e.destroyed&&!t?setTimeout(()=>{throw n}):(t??=e.get(Ne),t.handleError(n))}}}),el={provide:K2,useValue:()=>void g(Ne),multi:!0};function Qi(e){return typeof e=="function"&&e[ne]!==void 0}function m2(e,t){let[n,r,i]=Or(e,t?.equal),o=n,a=o[ne];return o.set=r,o.update=i,o.asReadonly=_n.bind(o),o}function _n(){let e=this[ne];if(e.readonlyFn===void 0){let t=()=>this();t[ne]=e,e.readonlyFn=t}return e.readonlyFn}function Ki(e){return Qi(e)&&typeof e.set=="function"}var Tt=(()=>{class e{view;node;constructor(n,r){this.view=n,this.node=r}static __NG_ELEMENT_ID__=gp}return e})();function gp(){return new Tt(D(),te())}var Ke=class{},At=new b("",{providedIn:"root",factory:()=>!1});var Xi=new b(""),Ji=new b(""),r1=(()=>{class e{taskId=0;pendingTasks=new Set;destroyed=!1;pendingTask=new U2(!1);get hasPendingTasks(){return this.destroyed?!1:this.pendingTask.value}get hasPendingTasksObservable(){return this.destroyed?new R(n=>{n.next(!1),n.complete()}):this.pendingTask}add(){!this.hasPendingTasks&&!this.destroyed&&this.pendingTask.next(!0);let n=this.taskId++;return this.pendingTasks.add(n),n}has(n){return this.pendingTasks.has(n)}remove(n){this.pendingTasks.delete(n),this.pendingTasks.size===0&&this.hasPendingTasks&&this.pendingTask.next(!1)}ngOnDestroy(){this.pendingTasks.clear(),this.hasPendingTasks&&this.pendingTask.next(!1),this.destroyed=!0,this.pendingTask.unsubscribe()}static \u0275prov=C({token:e,providedIn:"root",factory:()=>new e})}return e})(),_t=(()=>{class e{internalPendingTasks=g(r1);scheduler=g(Ke);errorHandler=g(n2);add(){let n=this.internalPendingTasks.add();return()=>{this.internalPendingTasks.has(n)&&(this.scheduler.notify(11),this.internalPendingTasks.remove(n))}}run(n){let r=this.add();n().catch(this.errorHandler).finally(r)}static \u0275prov=C({token:e,providedIn:"root",factory:()=>new e})}return e})();function $1(...e){}var w4=(()=>{class e{static \u0275prov=C({token:e,providedIn:"root",factory:()=>new ci})}return e})(),ci=class{dirtyEffectCount=0;queues=new Map;add(t){this.enqueue(t),this.schedule(t)}schedule(t){t.dirty&&this.dirtyEffectCount++}remove(t){let n=t.zone,r=this.queues.get(n);r.has(t)&&(r.delete(t),t.dirty&&this.dirtyEffectCount--)}enqueue(t){let n=t.zone;this.queues.has(n)||this.queues.set(n,new Set);let r=this.queues.get(n);r.has(t)||r.add(t)}flush(){for(;this.dirtyEffectCount>0;){let t=!1;for(let[n,r]of this.queues)n===null?t||=this.flushQueue(r):t||=n.run(()=>this.flushQueue(r));t||(this.dirtyEffectCount=0)}}flushQueue(t){let n=!1;for(let r of t)r.dirty&&(this.dirtyEffectCount--,n=!0,r.run());return n}};function R4(e){return{toString:e}.toString()}function Dp(e){return typeof e=="function"}var Un=class{previousValue;currentValue;firstChange;constructor(t,n,r){this.previousValue=t,this.currentValue=n,this.firstChange=r}isFirstChange(){return this.firstChange}};function kl(e,t,n,r){t!==null?t.applyValueToInputSignal(t,r):e[n]=r}var Se=(()=>{let e=()=>Fl;return e.ngInherit=!0,e})();function Fl(e){return e.type.prototype.ngOnChanges&&(e.setInput=Sp),wp}function wp(){let e=Pl(this),t=e?.current;if(t){let n=e.previous;if(n===Q2)e.previous=t;else for(let r in t)n[r]=t[r];e.current=null,this.ngOnChanges(t)}}function Sp(e,t,n,r,i){let o=this.declaredInputs[r],a=Pl(e)||Ep(e,{previous:Q2,current:null}),s=a.current||(a.current={}),c=a.previous,l=c[o];s[o]=new Un(l&&l.currentValue,n,c===Q2),kl(e,t,i,n)}var Rl="__ngSimpleChanges__";function Pl(e){return e[Rl]||null}function Ep(e,t){return e[Rl]=t}var tl=[];var U=function(e,t=null,n){for(let r=0;r<tl.length;r++){let i=tl[r];i(e,t,n)}};function xp(e,t,n){let{ngOnChanges:r,ngOnInit:i,ngDoCheck:o}=t.type.prototype;if(r){let a=Fl(t);(n.preOrderHooks??=[]).push(e,a),(n.preOrderCheckHooks??=[]).push(e,a)}i&&(n.preOrderHooks??=[]).push(0-e,i),o&&((n.preOrderHooks??=[]).push(e,o),(n.preOrderCheckHooks??=[]).push(e,o))}function Ol(e,t){for(let n=t.directiveStart,r=t.directiveEnd;n<r;n++){let o=e.data[n].type.prototype,{ngAfterContentInit:a,ngAfterContentChecked:s,ngAfterViewInit:c,ngAfterViewChecked:l,ngOnDestroy:f}=o;a&&(e.contentHooks??=[]).push(-n,a),s&&((e.contentHooks??=[]).push(n,s),(e.contentCheckHooks??=[]).push(n,s)),c&&(e.viewHooks??=[]).push(-n,c),l&&((e.viewHooks??=[]).push(n,l),(e.viewCheckHooks??=[]).push(n,l)),f!=null&&(e.destroyHooks??=[]).push(n,f)}}function On(e,t,n){Bl(e,t,3,n)}function Bn(e,t,n,r){(e[_]&3)===n&&Bl(e,t,n,r)}function eo(e,t){let n=e[_];(n&3)===t&&(n&=16383,n+=1,e[_]=n)}function Bl(e,t,n,r){let i=r!==void 0?e[O1]&65535:0,o=r??-1,a=t.length-1,s=0;for(let c=i;c<a;c++)if(typeof t[c+1]=="number"){if(s=t[c],r!=null&&s>=r)break}else t[c]<0&&(e[O1]+=65536),(s<o||o==-1)&&(Np(e,n,t,c),e[O1]=(e[O1]&4294901760)+c+2),c++}function nl(e,t){U(4,e,t);let n=T(null);try{t.call(e)}finally{T(n),U(5,e,t)}}function Np(e,t,n,r){let i=n[r]<0,o=n[r+1],a=i?-n[r]:n[r],s=e[a];i?e[_]>>14<e[O1]>>16&&(e[_]&3)===t&&(e[_]+=16384,nl(s,o)):nl(s,o)}var Ft=-1,W1=class{factory;name;injectImpl;resolving=!1;canSeeViewProviders;multi;componentProviders;index;providerFactory;constructor(t,n,r,i){this.factory=t,this.name=i,this.canSeeViewProviders=n,this.injectImpl=r}};function Ip(e){return(e.flags&8)!==0}function Tp(e){return(e.flags&16)!==0}function Ap(e,t,n){let r=0;for(;r<n.length;){let i=n[r];if(typeof i=="number"){if(i!==0)break;r++;let o=n[r++],a=n[r++],s=n[r++];e.setAttribute(t,a,s,o)}else{let o=i,a=n[++r];_p(o)?e.setProperty(t,o,a):e.setAttribute(t,o,a),r++}}return r}function Vl(e){return e===3||e===4||e===6}function _p(e){return e.charCodeAt(0)===64}function Rt(e,t){if(!(t===null||t.length===0))if(e===null||e.length===0)e=t.slice();else{let n=-1;for(let r=0;r<t.length;r++){let i=t[r];typeof i=="number"?n=i:n===0||(n===-1||n===2?rl(e,n,i,null,t[++r]):rl(e,n,i,null,null))}}return e}function rl(e,t,n,r,i){let o=0,a=e.length;if(t===-1)a=-1;else for(;o<e.length;){let s=e[o++];if(typeof s=="number"){if(s===t){a=-1;break}else if(s>t){a=o-1;break}}}for(;o<e.length;){let s=e[o];if(typeof s=="number")break;if(s===n){i!==null&&(e[o+1]=i);return}o++,i!==null&&o++}a!==-1&&(e.splice(a,0,t),o=a+1),e.splice(o++,0,n),i!==null&&e.splice(o++,0,i)}function jl(e){return e!==Ft}function $n(e){return e&32767}function kp(e){return e>>16}function Gn(e,t){let n=kp(e),r=t;for(;n>0;)r=r[P1],n--;return r}var fo=!0;function Wn(e){let t=fo;return fo=e,t}var Fp=256,Hl=Fp-1,Ul=5,Rp=0,h2={};function Pp(e,t,n){let r;typeof n=="string"?r=n.charCodeAt(0)||0:n.hasOwnProperty(F1)&&(r=n[F1]),r==null&&(r=n[F1]=Rp++);let i=r&Hl,o=1<<i;t.data[e+(i>>Ul)]|=o}function qn(e,t){let n=$l(e,t);if(n!==-1)return n;let r=t[E];r.firstCreatePass&&(e.injectorIndex=t.length,to(r.data,e),to(t,null),to(r.blueprint,null));let i=Zo(e,t),o=e.injectorIndex;if(jl(i)){let a=$n(i),s=Gn(i,t),c=s[E].data;for(let l=0;l<8;l++)t[o+l]=s[a+l]|c[a+l]}return t[o+8]=i,o}function to(e,t){e.push(0,0,0,0,0,0,0,0,t)}function $l(e,t){return e.injectorIndex===-1||e.parent&&e.parent.injectorIndex===e.injectorIndex||t[e.injectorIndex+8]===null?-1:e.injectorIndex}function Zo(e,t){if(e.parent&&e.parent.injectorIndex!==-1)return e.parent.injectorIndex;let n=0,r=null,i=t;for(;i!==null;){if(r=Zl(i),r===null)return Ft;if(n++,i=i[P1],r.injectorIndex!==-1)return r.injectorIndex|n<<16}return Ft}function uo(e,t,n){Pp(e,t,n)}function Op(e,t){if(t==="class")return e.classes;if(t==="style")return e.styles;let n=e.attrs;if(n){let r=n.length,i=0;for(;i<r;){let o=n[i];if(Vl(o))break;if(o===0)i=i+2;else if(typeof o=="number")for(i++;i<r&&typeof n[i]=="string";)i++;else{if(o===t)return n[i+1];i=i+2}}}return null}function Gl(e,t,n){if(n&8||e!==void 0)return e;yn(t,"NodeInjector")}function Wl(e,t,n,r){if(n&8&&r===void 0&&(r=null),(n&3)===0){let i=e[I2],o=ve(void 0);try{return i?i.get(t,r,n&8):gi(t,r,n&8)}finally{ve(o)}}return Gl(r,t,n)}function ql(e,t,n,r=0,i){if(e!==null){if(t[_]&2048&&!(r&2)){let a=Hp(e,t,n,r,h2);if(a!==h2)return a}let o=Yl(e,t,n,r,h2);if(o!==h2)return o}return Wl(t,n,r,i)}function Yl(e,t,n,r,i){let o=Vp(n);if(typeof o=="function"){if(!qi(t,e,r))return r&1?Gl(i,n,r):Wl(t,n,r,i);try{let a;if(a=o(r),a==null&&!(r&8))yn(n);else return a}finally{Yi()}}else if(typeof o=="number"){let a=null,s=$l(e,t),c=Ft,l=r&1?t[Ce][ye]:null;for((s===-1||r&4)&&(c=s===-1?Zo(e,t):t[s+8],c===Ft||!ol(r,!1)?s=-1:(a=t[E],s=$n(c),t=Gn(c,t)));s!==-1;){let f=t[E];if(il(o,s,f.data)){let u=Bp(s,t,n,a,r,l);if(u!==h2)return u}c=t[s+8],c!==Ft&&ol(r,t[E].data[s+8]===l)&&il(o,s,t)?(a=f,s=$n(c),t=Gn(c,t)):s=-1}}return i}function Bp(e,t,n,r,i,o){let a=t[E],s=a.data[e+8],c=r==null?e1(s)&&fo:r!=a&&(s.type&3)!==0,l=i&1&&o===s,f=Vn(s,a,n,c,l);return f!==null?x4(t,a,f,s,i):h2}function Vn(e,t,n,r,i){let o=e.providerIndexes,a=t.data,s=o&1048575,c=e.directiveStart,l=e.directiveEnd,f=o>>20,u=r?s:s+f,p=i?s+f:l;for(let d=u;d<p;d++){let m=a[d];if(d<c&&n===m||d>=c&&m.type===n)return d}if(i){let d=a[c];if(d&&Je(d)&&d.type===n)return c}return null}function x4(e,t,n,r,i){let o=e[n],a=t.data;if(o instanceof W1){let s=o;if(s.resolving){let d=vc(a[n]);throw hi(d)}let c=Wn(s.canSeeViewProviders);s.resolving=!0;let l=a[n].type||a[n],f,u=s.injectImpl?ve(s.injectImpl):null,p=qi(e,r,0);try{o=e[n]=s.factory(void 0,i,a,e,r),t.firstCreatePass&&n>=r.directiveStart&&xp(n,a[n],t)}finally{u!==null&&ve(u),Wn(c),s.resolving=!1,Yi()}}return o}function Vp(e){if(typeof e=="string")return e.charCodeAt(0)||0;let t=e.hasOwnProperty(F1)?e[F1]:void 0;return typeof t=="number"?t>=0?t&Hl:jp:t}function il(e,t,n){let r=1<<e;return!!(n[t+(e>>Ul)]&r)}function ol(e,t){return!(e&2)&&!(e&1&&t)}var G1=class{_tNode;_lView;constructor(t,n){this._tNode=t,this._lView=n}get(t,n,r){return ql(this._tNode,this._lView,t,A1(r),n)}};function jp(){return new G1(te(),D())}function Ee(e){return R4(()=>{let t=e.prototype.constructor,n=t[d4]||po(t),r=Object.prototype,i=Object.getPrototypeOf(e.prototype).constructor;for(;i&&i!==r;){let o=i[d4]||po(i);if(o&&o!==n)return o;i=Object.getPrototypeOf(i)}return o=>new o})}function po(e){return li(e)?()=>{let t=po(ce(e));return t&&t()}:q2(e)}function Hp(e,t,n,r,i){let o=e,a=t;for(;o!==null&&a!==null&&a[_]&2048&&!Et(a);){let s=Yl(o,a,n,r|2,h2);if(s!==h2)return s;let c=o.parent;if(!c){let l=a[Si];if(l){let f=l.get(n,h2,r);if(f!==h2)return f}c=Zl(a),a=a[P1]}o=c}return i}function Zl(e){let t=e[E],n=t.type;return n===2?t.declTNode:n===1?e[ye]:null}function Qo(e){return Op(te(),e)}function Up(){return Vt(te(),D())}function Vt(e,t){return new pe(e2(e,t))}var pe=(()=>{class e{nativeElement;constructor(n){this.nativeElement=n}static __NG_ELEMENT_ID__=Up}return e})();function Ql(e){return e instanceof pe?e.nativeElement:e}function $p(){return this._results[Symbol.iterator]()}var Yn=class{_emitDistinctChangesOnly;dirty=!0;_onDirty=void 0;_results=[];_changesDetected=!1;_changes=void 0;length=0;first=void 0;last=void 0;get changes(){return this._changes??=new ee}constructor(t=!1){this._emitDistinctChangesOnly=t}get(t){return this._results[t]}map(t){return this._results.map(t)}filter(t){return this._results.filter(t)}find(t){return this._results.find(t)}reduce(t,n){return this._results.reduce(t,n)}forEach(t){this._results.forEach(t)}some(t){return this._results.some(t)}toArray(){return this._results.slice()}toString(){return this._results.toString()}reset(t,n){this.dirty=!1;let r=zc(t);(this._changesDetected=!Lc(this._results,r,n))&&(this._results=r,this.length=r.length,this.last=r[this.length-1],this.first=r[0])}notifyOnChanges(){this._changes!==void 0&&(this._changesDetected||!this._emitDistinctChangesOnly)&&this._changes.next(this)}onDirty(t){this._onDirty=t}setDirty(){this.dirty=!0,this._onDirty?.()}destroy(){this._changes!==void 0&&(this._changes.complete(),this._changes.unsubscribe())}[Symbol.iterator]=$p};function Kl(e){return(e.flags&128)===128}var Ko=(function(e){return e[e.OnPush=0]="OnPush",e[e.Default=1]="Default",e})(Ko||{}),Xl=new Map,Gp=0;function Wp(){return Gp++}function qp(e){Xl.set(e[M4],e)}function mo(e){Xl.delete(e[M4])}var al="__ngContext__";function Pt(e,t){d2(t)?(e[al]=t[M4],qp(t)):e[al]=t}function Jl(e){return t8(e[wt])}function e8(e){return t8(e[Be])}function t8(e){for(;e!==null&&!Xe(e);)e=e[Be];return e}var ho;function Xo(e){ho=e}function Jo(){if(ho!==void 0)return ho;if(typeof document<"u")return document;throw new L(210,!1)}var l0=new b("",{providedIn:"root",factory:()=>Yp}),Yp="ng",f0=new b(""),P4=new b("",{providedIn:"platform",factory:()=>"unknown"});var Zp=new b(""),u0=new b("",{providedIn:"root",factory:()=>Jo().body?.querySelector("[ngCspNonce]")?.getAttribute("ngCspNonce")||null}),d0={breakpoints:[16,32,48,64,96,128,256,384,640,750,828,1080,1200,1920,2048,3840],placeholderResolution:30,disableImageSizeWarning:!1,disableImageLazyLoadWarning:!1},p0=new b("",{providedIn:"root",factory:()=>d0});var Qp="h",Kp="b";var n8="r";var r8="di";var i8=!1,o8=new b("",{providedIn:"root",factory:()=>i8});var Xp=(e,t,n,r)=>{};function Jp(e,t,n,r){Xp(e,t,n,r)}function m0(e){return(e.flags&32)===32}var em=()=>null;function a8(e,t,n=!1){return em(e,t,n)}function s8(e,t){let n=e.contentQueries;if(n!==null){let r=T(null);try{for(let i=0;i<n.length;i+=2){let o=n[i],a=n[i+1];if(a!==-1){let s=e.data[a];b4(o),s.contentQueries(2,t[a],a)}}}finally{T(r)}}}function go(e,t,n){b4(0);let r=T(null);try{t(e,n)}finally{T(r)}}function ea(e,t,n){if(Ni(t)){let r=T(null);try{let i=t.directiveStart,o=t.directiveEnd;for(let a=i;a<o;a++){let s=e.data[a];if(s.contentQueries){let c=n[a];s.contentQueries(1,c,a)}}}finally{T(r)}}}var _2=(function(e){return e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom",e})(_2||{});var kn;function tm(){if(kn===void 0&&(kn=null,Z2.trustedTypes))try{kn=Z2.trustedTypes.createPolicy("angular",{createHTML:e=>e,createScript:e=>e,createScriptURL:e=>e})}catch{}return kn}function h0(e){return tm()?.createHTML(e)||e}var Fn;function c8(){if(Fn===void 0&&(Fn=null,Z2.trustedTypes))try{Fn=Z2.trustedTypes.createPolicy("angular#unsafe-bypass",{createHTML:e=>e,createScript:e=>e,createScriptURL:e=>e})}catch{}return Fn}function sl(e){return c8()?.createHTML(e)||e}function cl(e){return c8()?.createScriptURL(e)||e}var k2=class{changingThisBreaksApplicationSecurity;constructor(t){this.changingThisBreaksApplicationSecurity=t}toString(){return`SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity} (see ${gn})`}},vo=class extends k2{getTypeName(){return"HTML"}},Mo=class extends k2{getTypeName(){return"Style"}},yo=class extends k2{getTypeName(){return"Script"}},Co=class extends k2{getTypeName(){return"URL"}},Lo=class extends k2{getTypeName(){return"ResourceURL"}};function xe(e){return e instanceof k2?e.changingThisBreaksApplicationSecurity:e}function v2(e,t){let n=l8(e);if(n!=null&&n!==t){if(n==="ResourceURL"&&t==="URL")return!0;throw new Error(`Required a safe ${t}, got a ${n} (see ${gn})`)}return n===t}function l8(e){return e instanceof k2&&e.getTypeName()||null}function ta(e){return new vo(e)}function na(e){return new Mo(e)}function ra(e){return new yo(e)}function ia(e){return new Co(e)}function oa(e){return new Lo(e)}function nm(e){let t=new bo(e);return rm()?new zo(t):t}var zo=class{inertDocumentHelper;constructor(t){this.inertDocumentHelper=t}getInertBodyElement(t){t="<body><remove></remove>"+t;try{let n=new window.DOMParser().parseFromString(h0(t),"text/html").body;return n===null?this.inertDocumentHelper.getInertBodyElement(t):(n.firstChild?.remove(),n)}catch{return null}}},bo=class{defaultDoc;inertDocument;constructor(t){this.defaultDoc=t,this.inertDocument=this.defaultDoc.implementation.createHTMLDocument("sanitization-inert")}getInertBodyElement(t){let n=this.inertDocument.createElement("template");return n.innerHTML=h0(t),n}};function rm(){try{return!!new window.DOMParser().parseFromString(h0(""),"text/html")}catch{return!1}}var im=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:\/?#]*(?:[\/?#]|$))/i;function O4(e){return e=String(e),e.match(im)?e:"unsafe:"+e}function R2(e){let t={};for(let n of e.split(","))t[n]=!0;return t}function B4(...e){let t={};for(let n of e)for(let r in n)n.hasOwnProperty(r)&&(t[r]=!0);return t}var f8=R2("area,br,col,hr,img,wbr"),u8=R2("colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr"),d8=R2("rp,rt"),om=B4(d8,u8),am=B4(u8,R2("address,article,aside,blockquote,caption,center,del,details,dialog,dir,div,dl,figure,figcaption,footer,h1,h2,h3,h4,h5,h6,header,hgroup,hr,ins,main,map,menu,nav,ol,pre,section,summary,table,ul")),sm=B4(d8,R2("a,abbr,acronym,audio,b,bdi,bdo,big,br,cite,code,del,dfn,em,font,i,img,ins,kbd,label,map,mark,picture,q,ruby,rp,rt,s,samp,small,source,span,strike,strong,sub,sup,time,track,tt,u,var,video")),ll=B4(f8,am,sm,om),p8=R2("background,cite,href,itemtype,longdesc,poster,src,xlink:href"),cm=R2("abbr,accesskey,align,alt,autoplay,axis,bgcolor,border,cellpadding,cellspacing,class,clear,color,cols,colspan,compact,controls,coords,datetime,default,dir,download,face,headers,height,hidden,hreflang,hspace,ismap,itemscope,itemprop,kind,label,lang,language,loop,media,muted,nohref,nowrap,open,preload,rel,rev,role,rows,rowspan,rules,scope,scrolling,shape,size,sizes,span,srclang,srcset,start,summary,tabindex,target,title,translate,type,usemap,valign,value,vspace,width"),lm=R2("aria-activedescendant,aria-atomic,aria-autocomplete,aria-busy,aria-checked,aria-colcount,aria-colindex,aria-colspan,aria-controls,aria-current,aria-describedby,aria-details,aria-disabled,aria-dropeffect,aria-errormessage,aria-expanded,aria-flowto,aria-grabbed,aria-haspopup,aria-hidden,aria-invalid,aria-keyshortcuts,aria-label,aria-labelledby,aria-level,aria-live,aria-modal,aria-multiline,aria-multiselectable,aria-orientation,aria-owns,aria-placeholder,aria-posinset,aria-pressed,aria-readonly,aria-relevant,aria-required,aria-roledescription,aria-rowcount,aria-rowindex,aria-rowspan,aria-selected,aria-setsize,aria-sort,aria-valuemax,aria-valuemin,aria-valuenow,aria-valuetext"),fm=B4(p8,cm,lm),um=R2("script,style,template");var Do=class{sanitizedSomething=!1;buf=[];sanitizeChildren(t){let n=t.firstChild,r=!0,i=[];for(;n;){if(n.nodeType===Node.ELEMENT_NODE?r=this.startElement(n):n.nodeType===Node.TEXT_NODE?this.chars(n.nodeValue):this.sanitizedSomething=!0,r&&n.firstChild){i.push(n),n=mm(n);continue}for(;n;){n.nodeType===Node.ELEMENT_NODE&&this.endElement(n);let o=pm(n);if(o){n=o;break}n=i.pop()}}return this.buf.join("")}startElement(t){let n=fl(t).toLowerCase();if(!ll.hasOwnProperty(n))return this.sanitizedSomething=!0,!um.hasOwnProperty(n);this.buf.push("<"),this.buf.push(n);let r=t.attributes;for(let i=0;i<r.length;i++){let o=r.item(i),a=o.name,s=a.toLowerCase();if(!fm.hasOwnProperty(s)){this.sanitizedSomething=!0;continue}let c=o.value;p8[s]&&(c=O4(c)),this.buf.push(" ",a,'="',ul(c),'"')}return this.buf.push(">"),!0}endElement(t){let n=fl(t).toLowerCase();ll.hasOwnProperty(n)&&!f8.hasOwnProperty(n)&&(this.buf.push("</"),this.buf.push(n),this.buf.push(">"))}chars(t){this.buf.push(ul(t))}};function dm(e,t){return(e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_CONTAINED_BY)!==Node.DOCUMENT_POSITION_CONTAINED_BY}function pm(e){let t=e.nextSibling;if(t&&e!==t.previousSibling)throw m8(t);return t}function mm(e){let t=e.firstChild;if(t&&dm(e,t))throw m8(t);return t}function fl(e){let t=e.nodeName;return typeof t=="string"?t:"FORM"}function m8(e){return new Error(`Failed to sanitize html because the element is clobbered: ${e.outerHTML}`)}var hm=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,gm=/([^\#-~ |!])/g;function ul(e){return e.replace(/&/g,"&amp;").replace(hm,function(t){let n=t.charCodeAt(0),r=t.charCodeAt(1);return"&#"+((n-55296)*1024+(r-56320)+65536)+";"}).replace(gm,function(t){return"&#"+t.charCodeAt(0)+";"}).replace(/</g,"&lt;").replace(/>/g,"&gt;")}var Rn;function g0(e,t){let n=null;try{Rn=Rn||nm(e);let r=t?String(t):"";n=Rn.getInertBodyElement(r);let i=5,o=r;do{if(i===0)throw new Error("Failed to sanitize html because the input is unstable");i--,r=o,o=n.innerHTML,n=Rn.getInertBodyElement(r)}while(r!==o);let s=new Do().sanitizeChildren(dl(n)||n);return h0(s)}finally{if(n){let r=dl(n)||n;for(;r.firstChild;)r.firstChild.remove()}}}function dl(e){return"content"in e&&vm(e)?e.content:null}function vm(e){return e.nodeType===Node.ELEMENT_NODE&&e.nodeName==="TEMPLATE"}var Mm=/^>|^->|<!--|-->|--!>|<!-$/g,ym=/(<|>)/g,Cm="\u200B$1\u200B";function Lm(e){return e.replace(Mm,t=>t.replace(ym,Cm))}function zm(e,t){return e.createText(t)}function bm(e,t,n){e.setValue(t,n)}function Dm(e,t){return e.createComment(Lm(t))}function h8(e,t,n){return e.createElement(t,n)}function Zn(e,t,n,r,i){e.insertBefore(t,n,r,i)}function g8(e,t,n){e.appendChild(t,n)}function pl(e,t,n,r,i){r!==null?Zn(e,t,n,r,i):g8(e,t,n)}function v8(e,t,n,r){e.removeChild(null,t,n,r)}function wm(e,t,n){e.setAttribute(t,"style",n)}function Sm(e,t,n){n===""?e.removeAttribute(t,"class"):e.setAttribute(t,"class",n)}function M8(e,t,n){let{mergedAttrs:r,classes:i,styles:o}=n;r!==null&&Ap(e,t,r),i!==null&&Sm(e,t,i),o!==null&&wm(e,t,o)}var Ue=(function(e){return e[e.NONE=0]="NONE",e[e.HTML=1]="HTML",e[e.STYLE=2]="STYLE",e[e.SCRIPT=3]="SCRIPT",e[e.URL=4]="URL",e[e.RESOURCE_URL=5]="RESOURCE_URL",e})(Ue||{});function aa(e){let t=sa();return t?sl(t.sanitize(Ue.HTML,e)||""):v2(e,"HTML")?sl(xe(e)):g0(Jo(),E2(e))}function y8(e){let t=sa();return t?t.sanitize(Ue.URL,e)||"":v2(e,"URL")?xe(e):O4(E2(e))}function C8(e){let t=sa();if(t)return cl(t.sanitize(Ue.RESOURCE_URL,e)||"");if(v2(e,"ResourceURL"))return cl(xe(e));throw new L(904,!1)}var Em=new Set(["embed","frame","iframe","media","script"]),xm=new Set(["base","link","script"]);function Nm(e,t){return t==="src"&&Em.has(e)||t==="href"&&xm.has(e)||t==="xlink:href"&&e==="script"?C8:y8}function Im(e,t,n){return Nm(t,n)(e)}function sa(){let e=D();return e&&e[f2].sanitizer}function Tm(e){return e.ownerDocument.defaultView}function Am(e){return e.ownerDocument}function _m(e){return e.ownerDocument.body}function L8(e){return e instanceof Function?e():e}function km(e,t,n){let r=e.length;for(;;){let i=e.indexOf(t,n);if(i===-1)return i;if(i===0||e.charCodeAt(i-1)<=32){let o=t.length;if(i+o===r||e.charCodeAt(i+o)<=32)return i}n=i+1}}var z8="ng-template";function Fm(e,t,n,r){let i=0;if(r){for(;i<t.length&&typeof t[i]=="string";i+=2)if(t[i]==="class"&&km(t[i+1].toLowerCase(),n,0)!==-1)return!0}else if(ca(e))return!1;if(i=t.indexOf(1,i),i>-1){let o;for(;++i<t.length&&typeof(o=t[i])=="string";)if(o.toLowerCase()===n)return!0}return!1}function ca(e){return e.type===4&&e.value!==z8}function Rm(e,t,n){let r=e.type===4&&!n?z8:e.value;return t===r}function Pm(e,t,n){let r=4,i=e.attrs,o=i!==null?Vm(i):0,a=!1;for(let s=0;s<t.length;s++){let c=t[s];if(typeof c=="number"){if(!a&&!r2(r)&&!r2(c))return!1;if(a&&r2(c))continue;a=!1,r=c|r&1;continue}if(!a)if(r&4){if(r=2|r&1,c!==""&&!Rm(e,c,n)||c===""&&t.length===1){if(r2(r))return!1;a=!0}}else if(r&8){if(i===null||!Fm(e,i,c,n)){if(r2(r))return!1;a=!0}}else{let l=t[++s],f=Om(c,i,ca(e),n);if(f===-1){if(r2(r))return!1;a=!0;continue}if(l!==""){let u;if(f>o?u="":u=i[f+1].toLowerCase(),r&2&&l!==u){if(r2(r))return!1;a=!0}}}}return r2(r)||a}function r2(e){return(e&1)===0}function Om(e,t,n,r){if(t===null)return-1;let i=0;if(r||!n){let o=!1;for(;i<t.length;){let a=t[i];if(a===e)return i;if(a===3||a===6)o=!0;else if(a===1||a===2){let s=t[++i];for(;typeof s=="string";)s=t[++i];continue}else{if(a===4)break;if(a===0){i+=4;continue}}i+=o?1:2}return-1}else return jm(t,e)}function b8(e,t,n=!1){for(let r=0;r<t.length;r++)if(Pm(e,t[r],n))return!0;return!1}function Bm(e){let t=e.attrs;if(t!=null){let n=t.indexOf(5);if((n&1)===0)return t[n+1]}return null}function Vm(e){for(let t=0;t<e.length;t++){let n=e[t];if(Vl(n))return t}return e.length}function jm(e,t){let n=e.indexOf(4);if(n>-1)for(n++;n<e.length;){let r=e[n];if(typeof r=="number")return-1;if(r===t)return n;n++}return-1}function Hm(e,t){e:for(let n=0;n<t.length;n++){let r=t[n];if(e.length===r.length){for(let i=0;i<e.length;i++)if(e[i]!==r[i])continue e;return!0}}return!1}function ml(e,t){return e?":not("+t.trim()+")":t}function Um(e){let t=e[0],n=1,r=2,i="",o=!1;for(;n<e.length;){let a=e[n];if(typeof a=="string")if(r&2){let s=e[++n];i+="["+a+(s.length>0?'="'+s+'"':"")+"]"}else r&8?i+="."+a:r&4&&(i+=" "+a);else i!==""&&!r2(a)&&(t+=ml(o,i),i=""),r=a,o=o||!r2(r);n++}return i!==""&&(t+=ml(o,i)),t}function $m(e){return e.map(Um).join(",")}function Gm(e){let t=[],n=[],r=1,i=2;for(;r<e.length;){let o=e[r];if(typeof o=="string")i===2?o!==""&&t.push(o,e[++r]):i===8&&n.push(o);else{if(!r2(i))break;i=o}r++}return n.length&&t.push(1,...n),t}var me={};function la(e,t,n,r,i,o,a,s,c,l,f){let u=$+r,p=u+i,d=Wm(u,p),m=typeof l=="function"?l():l;return d[E]={type:e,blueprint:d,template:n,queries:null,viewQuery:s,declTNode:t,data:d.slice().fill(null,u),bindingStartIndex:u,expandoStartIndex:p,hostBindingOpCodes:null,firstCreatePass:!0,firstUpdatePass:!0,staticViewQueries:!1,staticContentQueries:!1,preOrderHooks:null,preOrderCheckHooks:null,contentHooks:null,contentCheckHooks:null,viewHooks:null,viewCheckHooks:null,destroyHooks:null,cleanup:null,contentQueries:null,components:null,directiveRegistry:typeof o=="function"?o():o,pipeRegistry:typeof a=="function"?a():a,firstChild:null,schemas:c,consts:m,incompleteFirstPass:!1,ssrId:f}}function Wm(e,t){let n=[];for(let r=0;r<t;r++)n.push(r<e?null:me);return n}function qm(e){let t=e.tView;return t===null||t.incompleteFirstPass?e.tView=la(1,null,e.template,e.decls,e.vars,e.directiveDefs,e.pipeDefs,e.viewQuery,e.schemas,e.consts,e.id):t}function fa(e,t,n,r,i,o,a,s,c,l,f){let u=t.blueprint.slice();return u[Oe]=i,u[_]=r|4|128|8|64|1024,(l!==null||e&&e[_]&2048)&&(u[_]|=2048),Ai(u),u[re]=u[P1]=e,u[X]=n,u[f2]=a||e&&e[f2],u[H]=s||e&&e[H],u[I2]=c||e&&e[I2]||null,u[ye]=o,u[M4]=Wp(),u[R1]=f,u[Si]=l,u[Ce]=t.type==2?e[Ce]:u,u}function Ym(e,t,n){let r=e2(t,e),i=qm(n),o=e[f2].rendererFactory,a=ua(e,fa(e,i,null,D8(n),r,t,null,o.createRenderer(r,n),null,null,null));return e[t.index]=a}function D8(e){let t=16;return e.signals?t=4096:e.onPush&&(t=64),t}function w8(e,t,n,r){if(n===0)return-1;let i=t.length;for(let o=0;o<n;o++)t.push(r),e.blueprint.push(r),e.data.push(null);return i}function ua(e,t){return e[wt]?e[wi][Be]=t:e[wt]=t,e[wi]=t,t}function Zm(e=1){S8(G(),D(),t2()+e,!1)}function S8(e,t,n,r){if(!r)if((t[_]&3)===3){let o=e.preOrderCheckHooks;o!==null&&On(t,o,n)}else{let o=e.preOrderHooks;o!==null&&Bn(t,o,0,n)}n1(n)}var v0=(function(e){return e[e.None=0]="None",e[e.SignalBased=1]="SignalBased",e[e.HasDecoratorInputTransform=2]="HasDecoratorInputTransform",e})(v0||{});function wo(e,t,n,r){let i=T(null);try{let[o,a,s]=e.inputs[n],c=null;(a&v0.SignalBased)!==0&&(c=t[o][ne]),c!==null&&c.transformFn!==void 0?r=c.transformFn(r):s!==null&&(r=s.call(t,r)),e.setInput!==null?e.setInput(t,c,r,n,o):kl(t,c,o,r)}finally{T(i)}}var g2=(function(e){return e[e.Important=1]="Important",e[e.DashCase=2]="DashCase",e})(g2||{}),Qm;function da(e,t){return Qm(e,t)}var q1=new Set,M0=(function(e){return e[e.CHANGE_DETECTION=0]="CHANGE_DETECTION",e[e.AFTER_NEXT_RENDER=1]="AFTER_NEXT_RENDER",e})(M0||{}),K1=new b(""),hl=new Set;function o2(e){hl.has(e)||(hl.add(e),performance?.mark?.("mark_feature_usage",{detail:{feature:e}}))}var E8=!1,So=class extends ee{__isAsync;destroyRef=void 0;pendingTasks=void 0;constructor(t=!1){super(),this.__isAsync=t,Ic()&&(this.destroyRef=g(Ae,{optional:!0})??void 0,this.pendingTasks=g(r1,{optional:!0})??void 0)}emit(t){let n=T(null);try{super.next(t)}finally{T(n)}}subscribe(t,n,r){let i=t,o=n||(()=>null),a=r;if(t&&typeof t=="object"){let c=t;i=c.next?.bind(c),o=c.error?.bind(c),a=c.complete?.bind(c)}this.__isAsync&&(o=this.wrapInTimeout(o),i&&(i=this.wrapInTimeout(i)),a&&(a=this.wrapInTimeout(a)));let s=super.subscribe({next:i,error:o,complete:a});return t instanceof Y&&t.add(s),s}wrapInTimeout(t){return n=>{let r=this.pendingTasks?.add();setTimeout(()=>{try{t(n)}finally{r!==void 0&&this.pendingTasks?.remove(r)}})}}},le=So;function x8(e){let t,n;function r(){e=$1;try{n!==void 0&&typeof cancelAnimationFrame=="function"&&cancelAnimationFrame(n),t!==void 0&&clearTimeout(t)}catch{}}return t=setTimeout(()=>{e(),r()}),typeof requestAnimationFrame=="function"&&(n=requestAnimationFrame(()=>{e(),r()})),()=>r()}function gl(e){return queueMicrotask(()=>e()),()=>{e=$1}}var pa="isAngularZone",Qn=pa+"_ID",Km=0,J=class e{hasPendingMacrotasks=!1;hasPendingMicrotasks=!1;isStable=!0;onUnstable=new le(!1);onMicrotaskEmpty=new le(!1);onStable=new le(!1);onError=new le(!1);constructor(t){let{enableLongStackTrace:n=!1,shouldCoalesceEventChangeDetection:r=!1,shouldCoalesceRunChangeDetection:i=!1,scheduleInRootZone:o=E8}=t;if(typeof Zone>"u")throw new L(908,!1);Zone.assertZonePatched();let a=this;a._nesting=0,a._outer=a._inner=Zone.current,Zone.TaskTrackingZoneSpec&&(a._inner=a._inner.fork(new Zone.TaskTrackingZoneSpec)),n&&Zone.longStackTraceZoneSpec&&(a._inner=a._inner.fork(Zone.longStackTraceZoneSpec)),a.shouldCoalesceEventChangeDetection=!i&&r,a.shouldCoalesceRunChangeDetection=i,a.callbackScheduled=!1,a.scheduleInRootZone=o,eh(a)}static isInAngularZone(){return typeof Zone<"u"&&Zone.current.get(pa)===!0}static assertInAngularZone(){if(!e.isInAngularZone())throw new L(909,!1)}static assertNotInAngularZone(){if(e.isInAngularZone())throw new L(909,!1)}run(t,n,r){return this._inner.run(t,n,r)}runTask(t,n,r,i){let o=this._inner,a=o.scheduleEventTask("NgZoneEvent: "+i,t,Xm,$1,$1);try{return o.runTask(a,n,r)}finally{o.cancelTask(a)}}runGuarded(t,n,r){return this._inner.runGuarded(t,n,r)}runOutsideAngular(t){return this._outer.run(t)}},Xm={};function ma(e){if(e._nesting==0&&!e.hasPendingMicrotasks&&!e.isStable)try{e._nesting++,e.onMicrotaskEmpty.emit(null)}finally{if(e._nesting--,!e.hasPendingMicrotasks)try{e.runOutsideAngular(()=>e.onStable.emit(null))}finally{e.isStable=!0}}}function Jm(e){if(e.isCheckStableRunning||e.callbackScheduled)return;e.callbackScheduled=!0;function t(){x8(()=>{e.callbackScheduled=!1,Eo(e),e.isCheckStableRunning=!0,ma(e),e.isCheckStableRunning=!1})}e.scheduleInRootZone?Zone.root.run(()=>{t()}):e._outer.run(()=>{t()}),Eo(e)}function eh(e){let t=()=>{Jm(e)},n=Km++;e._inner=e._inner.fork({name:"angular",properties:{[pa]:!0,[Qn]:n,[Qn+n]:!0},onInvokeTask:(r,i,o,a,s,c)=>{if(th(c))return r.invokeTask(o,a,s,c);try{return vl(e),r.invokeTask(o,a,s,c)}finally{(e.shouldCoalesceEventChangeDetection&&a.type==="eventTask"||e.shouldCoalesceRunChangeDetection)&&t(),Ml(e)}},onInvoke:(r,i,o,a,s,c,l)=>{try{return vl(e),r.invoke(o,a,s,c,l)}finally{e.shouldCoalesceRunChangeDetection&&!e.callbackScheduled&&!nh(c)&&t(),Ml(e)}},onHasTask:(r,i,o,a)=>{r.hasTask(o,a),i===o&&(a.change=="microTask"?(e._hasPendingMicrotasks=a.microTask,Eo(e),ma(e)):a.change=="macroTask"&&(e.hasPendingMacrotasks=a.macroTask))},onHandleError:(r,i,o,a)=>(r.handleError(o,a),e.runOutsideAngular(()=>e.onError.emit(a)),!1)})}function Eo(e){e._hasPendingMicrotasks||(e.shouldCoalesceEventChangeDetection||e.shouldCoalesceRunChangeDetection)&&e.callbackScheduled===!0?e.hasPendingMicrotasks=!0:e.hasPendingMicrotasks=!1}function vl(e){e._nesting++,e.isStable&&(e.isStable=!1,e.onUnstable.emit(null))}function Ml(e){e._nesting--,ma(e)}var Kn=class{hasPendingMicrotasks=!1;hasPendingMacrotasks=!1;isStable=!0;onUnstable=new le;onMicrotaskEmpty=new le;onStable=new le;onError=new le;run(t,n,r){return t.apply(n,r)}runGuarded(t,n,r){return t.apply(n,r)}runOutsideAngular(t){return t()}runTask(t,n,r,i){return t.apply(n,r)}};function th(e){return N8(e,"__ignore_ng_zone__")}function nh(e){return N8(e,"__scheduler_tick__")}function N8(e,t){return!Array.isArray(e)||e.length!==1?!1:e[0]?.data?.[t]===!0}var ha=(()=>{class e{impl=null;execute(){this.impl?.execute()}static \u0275prov=C({token:e,providedIn:"root",factory:()=>new e})}return e})(),I8=[0,1,2,3],T8=(()=>{class e{ngZone=g(J);scheduler=g(Ke);errorHandler=g(Ne,{optional:!0});sequences=new Set;deferredRegistrations=new Set;executing=!1;constructor(){g(K1,{optional:!0})}execute(){let n=this.sequences.size>0;n&&U(16),this.executing=!0;for(let r of I8)for(let i of this.sequences)if(!(i.erroredOrDestroyed||!i.hooks[r]))try{i.pipelinedValue=this.ngZone.runOutsideAngular(()=>this.maybeTrace(()=>{let o=i.hooks[r];return o(i.pipelinedValue)},i.snapshot))}catch(o){i.erroredOrDestroyed=!0,this.errorHandler?.handleError(o)}this.executing=!1;for(let r of this.sequences)r.afterRun(),r.once&&(this.sequences.delete(r),r.destroy());for(let r of this.deferredRegistrations)this.sequences.add(r);this.deferredRegistrations.size>0&&this.scheduler.notify(7),this.deferredRegistrations.clear(),n&&U(17)}register(n){let{view:r}=n;r!==void 0?((r[B1]??=[]).push(n),t1(r),r[_]|=8192):this.executing?this.deferredRegistrations.add(n):this.addSequence(n)}addSequence(n){this.sequences.add(n),this.scheduler.notify(7)}unregister(n){this.executing&&this.sequences.has(n)?(n.erroredOrDestroyed=!0,n.pipelinedValue=void 0,n.once=!0):(this.sequences.delete(n),this.deferredRegistrations.delete(n))}maybeTrace(n,r){return r?r.run(M0.AFTER_NEXT_RENDER,n):n()}static \u0275prov=C({token:e,providedIn:"root",factory:()=>new e})}return e})(),Xn=class{impl;hooks;view;once;snapshot;erroredOrDestroyed=!1;pipelinedValue=void 0;unregisterOnDestroy;constructor(t,n,r,i,o,a=null){this.impl=t,this.hooks=n,this.view=r,this.once=i,this.snapshot=a,this.unregisterOnDestroy=o?.onDestroy(()=>this.destroy())}afterRun(){this.erroredOrDestroyed=!1,this.pipelinedValue=void 0,this.snapshot?.dispose(),this.snapshot=null}destroy(){this.impl.unregister(this),this.unregisterOnDestroy?.();let t=this.view?.[B1];t&&(this.view[B1]=t.filter(n=>n!==this))}};function ga(e,t){let n=t?.injector??g(Me);return o2("NgAfterNextRender"),ih(e,n,t,!0)}function rh(e){return e instanceof Function?[void 0,void 0,e,void 0]:[e.earlyRead,e.write,e.mixedReadWrite,e.read]}function ih(e,t,n,r){let i=t.get(ha);i.impl??=t.get(T8);let o=t.get(K1,null,{optional:!0}),a=n?.manualCleanup!==!0?t.get(Ae):null,s=t.get(Tt,null,{optional:!0}),c=new Xn(i.impl,rh(e),s?.view,r,a,o?.snapshot(null));return i.impl.register(c),c}var A8=new b("",{providedIn:"root",factory:()=>({queue:new Set,isScheduled:!1,scheduler:null})});function _8(e,t,n){let r=e.get(A8);if(Array.isArray(t))for(let i of t)r.queue.add(i),n?.detachedLeaveAnimationFns?.push(i);else r.queue.add(t),n?.detachedLeaveAnimationFns?.push(t);r.scheduler&&r.scheduler(e)}function oh(e,t){let n=e.get(A8);if(t.detachedLeaveAnimationFns){for(let r of t.detachedLeaveAnimationFns)n.queue.delete(r);t.detachedLeaveAnimationFns=void 0}}function ah(e,t){for(let[n,r]of t)_8(e,r.animateFns)}function yl(e,t,n,r){let i=e?.[V1]?.enter;t!==null&&i&&i.has(n.index)&&ah(r,i)}function kt(e,t,n,r,i,o,a,s){if(i!=null){let c,l=!1;Xe(i)?c=i:d2(i)&&(l=!0,i=i[Oe]);let f=Ve(i);e===0&&r!==null?(yl(s,r,o,n),a==null?g8(t,r,f):Zn(t,r,f,a||null,!0)):e===1&&r!==null?(yl(s,r,o,n),Zn(t,r,f,a||null,!0)):e===2?Cl(s,o,n,u=>{v8(t,f,l,u)}):e===3&&Cl(s,o,n,()=>{t.destroyNode(f)}),c!=null&&vh(t,e,n,c,o,r,a)}}function sh(e,t){k8(e,t),t[Oe]=null,t[ye]=null}function ch(e,t,n,r,i,o){r[Oe]=i,r[ye]=t,C0(e,r,n,1,i,o)}function k8(e,t){t[f2].changeDetectionScheduler?.notify(9),C0(e,t,t[H],2,null,null)}function lh(e){let t=e[wt];if(!t)return no(e[E],e);for(;t;){let n=null;if(d2(t))n=t[wt];else{let r=t[Z];r&&(n=r)}if(!n){for(;t&&!t[Be]&&t!==e;)d2(t)&&no(t[E],t),t=t[re];t===null&&(t=e),d2(t)&&no(t[E],t),n=t&&t[Be]}t=n}}function va(e,t){let n=e[j1],r=n.indexOf(t);n.splice(r,1)}function y0(e,t){if(H1(t))return;let n=t[H];n.destroyNode&&C0(e,t,n,3,null,null),lh(t)}function no(e,t){if(H1(t))return;let n=T(null);try{t[_]&=-129,t[_]|=256,t[Te]&&S1(t[Te]),dh(e,t),uh(e,t),t[E].type===1&&t[H].destroy();let r=t[X2];if(r!==null&&Xe(t[re])){r!==t[re]&&va(r,t);let i=t[u2];i!==null&&i.detachView(e)}mo(t)}finally{T(n)}}function Cl(e,t,n,r){let i=e?.[V1];if(i==null||i.leave==null||!i.leave.has(t.index))return r(!1);e&&q1.add(e),_8(n,()=>{if(i.leave&&i.leave.has(t.index)){let a=i.leave.get(t.index),s=[];if(a){for(let c=0;c<a.animateFns.length;c++){let l=a.animateFns[c],{promise:f}=l();s.push(f)}i.detachedLeaveAnimationFns=void 0}i.running=Promise.allSettled(s),fh(e,r)}else e&&q1.delete(e),r(!1)},i)}function fh(e,t){let n=e[V1]?.running;if(n){n.then(()=>{e[V1].running=void 0,q1.delete(e),t(!0)});return}t(!1)}function uh(e,t){let n=e.cleanup,r=t[Dt];if(n!==null)for(let a=0;a<n.length-1;a+=2)if(typeof n[a]=="string"){let s=n[a+3];s>=0?r[s]():r[-s].unsubscribe(),a+=2}else{let s=r[n[a+1]];n[a].call(s)}r!==null&&(t[Dt]=null);let i=t[D2];if(i!==null){t[D2]=null;for(let a=0;a<i.length;a++){let s=i[a];s()}}let o=t[T2];if(o!==null){t[T2]=null;for(let a of o)a.destroy()}}function dh(e,t){let n;if(e!=null&&(n=e.destroyHooks)!=null)for(let r=0;r<n.length;r+=2){let i=t[n[r]];if(!(i instanceof W1)){let o=n[r+1];if(Array.isArray(o))for(let a=0;a<o.length;a+=2){let s=i[o[a]],c=o[a+1];U(4,s,c);try{c.call(s)}finally{U(5,s,c)}}else{U(4,i,o);try{o.call(i)}finally{U(5,i,o)}}}}}function F8(e,t,n){return ph(e,t.parent,n)}function ph(e,t,n){let r=t;for(;r!==null&&r.type&168;)t=r,r=t.parent;if(r===null)return n[Oe];if(e1(r)){let{encapsulation:i}=e.data[r.directiveStart+r.componentOffset];if(i===_2.None||i===_2.Emulated)return null}return e2(r,n)}function R8(e,t,n){return hh(e,t,n)}function mh(e,t,n){return e.type&40?e2(e,n):null}var hh=mh,Ll;function Ma(e,t,n,r){let i=F8(e,r,t),o=t[H],a=r.parent||t[ye],s=R8(a,r,t);if(i!=null)if(Array.isArray(n))for(let c=0;c<n.length;c++)pl(o,i,n[c],s,!1);else pl(o,i,n,s,!1);Ll!==void 0&&Ll(o,r,t,n,i)}function S4(e,t){if(t!==null){let n=t.type;if(n&3)return e2(t,e);if(n&4)return xo(-1,e[t.index]);if(n&8){let r=t.child;if(r!==null)return S4(e,r);{let i=e[t.index];return Xe(i)?xo(-1,i):Ve(i)}}else{if(n&128)return S4(e,t.next);if(n&32)return da(t,e)()||Ve(e[t.index]);{let r=P8(e,t);if(r!==null){if(Array.isArray(r))return r[0];let i=Y2(e[Ce]);return S4(i,r)}else return S4(e,t.next)}}}return null}function P8(e,t){if(t!==null){let r=e[Ce][ye],i=t.projection;return r.projection[i]}return null}function xo(e,t){let n=Z+e+1;if(n<t.length){let r=t[n],i=r[E].firstChild;if(i!==null)return S4(r,i)}return t[J2]}function ya(e,t,n,r,i,o,a){for(;n!=null;){let s=r[I2];if(n.type===128){n=n.next;continue}let c=r[n.index],l=n.type;if(a&&t===0&&(c&&Pt(Ve(c),r),n.flags|=2),!m0(n))if(l&8)ya(e,t,n.child,r,i,o,!1),kt(t,e,s,i,c,n,o,r);else if(l&32){let f=da(n,r),u;for(;u=f();)kt(t,e,s,i,u,n,o,r);kt(t,e,s,i,c,n,o,r)}else l&16?O8(e,t,r,n,i,o):kt(t,e,s,i,c,n,o,r);n=a?n.projectionNext:n.next}}function C0(e,t,n,r,i,o){ya(n,r,e.firstChild,t,i,o,!1)}function gh(e,t,n){let r=t[H],i=F8(e,n,t),o=n.parent||t[ye],a=R8(o,n,t);O8(r,0,t,n,i,a)}function O8(e,t,n,r,i,o){let a=n[Ce],c=a[ye].projection[r.projection];if(Array.isArray(c))for(let l=0;l<c.length;l++){let f=c[l];kt(t,e,n[I2],i,f,r,o,n)}else{let l=c,f=a[re];Kl(r)&&(l.flags|=128),ya(e,t,l,f,i,o,!0)}}function vh(e,t,n,r,i,o,a){let s=r[J2],c=Ve(r);s!==c&&kt(t,e,n,o,s,i,a);for(let l=Z;l<r.length;l++){let f=r[l];C0(f[E],f,e,t,o,s)}}function Mh(e,t,n,r,i){if(t)i?e.addClass(n,r):e.removeClass(n,r);else{let o=r.indexOf("-")===-1?void 0:g2.DashCase;i==null?e.removeStyle(n,r,o):(typeof i=="string"&&i.endsWith("!important")&&(i=i.slice(0,-10),o|=g2.Important),e.setStyle(n,r,i,o))}}function B8(e,t,n,r,i){let o=t2(),a=r&2;try{n1(-1),a&&t.length>$&&S8(e,t,$,!1),U(a?2:0,i,n),n(r,i)}finally{n1(o),U(a?3:1,i,n)}}function L0(e,t,n){Dh(e,t,n),(n.flags&64)===64&&wh(e,t,n)}function V4(e,t,n=e2){let r=t.localNames;if(r!==null){let i=t.index+1;for(let o=0;o<r.length;o+=2){let a=r[o+1],s=a===-1?n(t,e):e[a];e[i++]=s}}}function yh(e,t,n,r){let o=r.get(o8,i8)||n===_2.ShadowDom,a=e.selectRootElement(t,o);return Ch(a),a}function Ch(e){Lh(e)}var Lh=()=>null;function zh(e){return e==="class"?"className":e==="for"?"htmlFor":e==="formaction"?"formAction":e==="innerHtml"?"innerHTML":e==="readonly"?"readOnly":e==="tabindex"?"tabIndex":e}function V8(e,t,n,r,i,o){let a=t[E];if(Da(e,a,t,n,r)){e1(e)&&bh(t,e.index);return}e.type&3&&(n=zh(n)),Ca(e,t,n,r,i,o)}function Ca(e,t,n,r,i,o){if(e.type&3){let a=e2(e,t);r=o!=null?o(r,e.value||"",n):r,i.setProperty(a,n,r)}else e.type&12}function bh(e,t){let n=je(t,e);n[_]&16||(n[_]|=64)}function Dh(e,t,n){let r=n.directiveStart,i=n.directiveEnd;e1(n)&&Ym(t,n,e.data[r+n.componentOffset]),e.firstCreatePass||qn(n,t);let o=n.initialInputs;for(let a=r;a<i;a++){let s=e.data[a],c=x4(t,e,a,n);if(Pt(c,t),o!==null&&Nh(t,a-r,c,s,n,o),Je(s)){let l=je(n.index,t);l[X]=x4(t,e,a,n)}}}function wh(e,t,n){let r=n.directiveStart,i=n.directiveEnd,o=n.index,a=qc();try{n1(o);for(let s=r;s<i;s++){let c=e.data[s],l=t[s];xn(s),(c.hostBindings!==null||c.hostVars!==0||c.hostAttrs!==null)&&Sh(c,l)}}finally{n1(-1),xn(a)}}function Sh(e,t){e.hostBindings!==null&&e.hostBindings(1,t)}function La(e,t){let n=e.directiveRegistry,r=null;if(n)for(let i=0;i<n.length;i++){let o=n[i];b8(t,o.selectors,!1)&&(r??=[],Je(o)?r.unshift(o):r.push(o))}return r}function Eh(e,t,n,r,i,o){let a=e2(e,t);xh(t[H],a,o,e.value,n,r,i)}function xh(e,t,n,r,i,o,a){if(o==null)e.removeAttribute(t,i,n);else{let s=a==null?E2(o):a(o,r||"",i);e.setAttribute(t,i,s,n)}}function Nh(e,t,n,r,i,o){let a=o[t];if(a!==null)for(let s=0;s<a.length;s+=2){let c=a[s],l=a[s+1];wo(r,n,c,l)}}function za(e,t,n,r,i){let o=$+n,a=t[E],s=i(a,t,e,r,n);t[o]=s,U1(e,!0);let c=e.type===2;return c?(M8(t[H],s,e),(Oc()===0||St(e))&&Pt(s,t),Bc()):Pt(s,t),An()&&(!c||!m0(e))&&Ma(a,t,s,e),e}function ba(e){let t=e;return Hi()?Ui():(t=t.parent,U1(t,!1)),t}function Ih(e,t,n){return(e===null||Je(e))&&(n=Ii(n[t.index])),n[H]}function Th(e,t){let n=e[I2];if(!n)return;let r;try{r=n.get(n2,null)}catch{r=null}r?.(t)}function Da(e,t,n,r,i){let o=e.inputs?.[r],a=e.hostDirectiveInputs?.[r],s=!1;if(a)for(let c=0;c<a.length;c+=2){let l=a[c],f=a[c+1],u=t.data[l];wo(u,n[l],f,i),s=!0}if(o)for(let c of o){let l=n[c],f=t.data[c];wo(f,l,r,i),s=!0}return s}function Ah(e,t){let n=je(t,e),r=n[E];_h(r,n);let i=n[Oe];i!==null&&n[R1]===null&&(n[R1]=a8(i,n[I2])),U(18),wa(r,n,n[X]),U(19,n[X])}function _h(e,t){for(let n=t.length;n<e.blueprint.length;n++)t.push(e.blueprint[n])}function wa(e,t,n){In(t);try{let r=e.viewQuery;r!==null&&go(1,r,n);let i=e.template;i!==null&&B8(e,t,i,1,n),e.firstCreatePass&&(e.firstCreatePass=!1),t[u2]?.finishViewCreation(e),e.staticContentQueries&&s8(e,t),e.staticViewQueries&&go(2,e.viewQuery,n);let o=e.components;o!==null&&kh(t,o)}catch(r){throw e.firstCreatePass&&(e.incompleteFirstPass=!0,e.firstCreatePass=!1),r}finally{t[_]&=-5,Tn()}}function kh(e,t){for(let n=0;n<t.length;n++)Ah(e,t[n])}function j4(e,t,n,r){let i=T(null);try{let o=t.tView,s=e[_]&4096?4096:16,c=fa(e,o,n,s,null,t,null,null,r?.injector??null,r?.embeddedViewInjector??null,r?.dehydratedView??null),l=e[t.index];c[X2]=l;let f=e[u2];return f!==null&&(c[u2]=f.createEmbeddedView(o)),wa(o,c,n),c}finally{T(i)}}function Ot(e,t){return!t||t.firstChild===null||Kl(e)}function N4(e,t,n,r,i=!1){for(;n!==null;){if(n.type===128){n=i?n.projectionNext:n.next;continue}let o=t[n.index];o!==null&&r.push(Ve(o)),Xe(o)&&j8(o,r);let a=n.type;if(a&8)N4(e,t,n.child,r);else if(a&32){let s=da(n,t),c;for(;c=s();)r.push(c)}else if(a&16){let s=P8(t,n);if(Array.isArray(s))r.push(...s);else{let c=Y2(t[Ce]);N4(c[E],c,s,r,!0)}}n=i?n.projectionNext:n.next}return r}function j8(e,t){for(let n=Z;n<e.length;n++){let r=e[n],i=r[E].firstChild;i!==null&&N4(r[E],r,i,t)}e[J2]!==e[Oe]&&t.push(e[J2])}function H8(e){if(e[B1]!==null){for(let t of e[B1])t.impl.addSequence(t);e[B1].length=0}}var U8=[];function Fh(e){return e[Te]??Rh(e)}function Rh(e){let t=U8.pop()??Object.create(Oh);return t.lView=e,t}function Ph(e){e.lView[Te]!==e&&(e.lView=null,U8.push(e))}var Oh=V(I({},b1),{consumerIsAlwaysLive:!0,kind:"template",consumerMarkedDirty:e=>{t1(e.lView)},consumerOnSignalRead(){this.lView[Te]=this}});function Bh(e){let t=e[Te]??Object.create(Vh);return t.lView=e,t}var Vh=V(I({},b1),{consumerIsAlwaysLive:!0,kind:"template",consumerMarkedDirty:e=>{let t=Y2(e.lView);for(;t&&!$8(t[E]);)t=Y2(t);t&&_i(t)},consumerOnSignalRead(){this.lView[Te]=this}});function $8(e){return e.type!==2}function G8(e){if(e[T2]===null)return;let t=!0;for(;t;){let n=!1;for(let r of e[T2])r.dirty&&(n=!0,r.zone===null||Zone.current===r.zone?r.run():r.zone.run(()=>r.run()));t=n&&!!(e[_]&8192)}}var jh=100;function W8(e,t=0){let r=e[f2].rendererFactory,i=!1;i||r.begin?.();try{Hh(e,t)}finally{i||r.end?.()}}function Hh(e,t){let n=Gi();try{Nt(!0),No(e,t);let r=0;for(;z4(e);){if(r===jh)throw new L(103,!1);r++,No(e,1)}}finally{Nt(n)}}function Uh(e,t,n,r){if(H1(t))return;let i=t[_],o=!1,a=!1;In(t);let s=!0,c=null,l=null;o||($8(e)?(l=Fh(t),c=w1(l)):F3()===null?(s=!1,l=Bh(t),c=w1(l)):t[Te]&&(S1(t[Te]),t[Te]=null));try{Ai(t),$c(e.bindingStartIndex),n!==null&&B8(e,t,n,2,r);let f=(i&3)===3;if(!o)if(f){let d=e.preOrderCheckHooks;d!==null&&On(t,d,null)}else{let d=e.preOrderHooks;d!==null&&Bn(t,d,0,null),eo(t,0)}if(a||$h(t),G8(t),q8(t,0),e.contentQueries!==null&&s8(e,t),!o)if(f){let d=e.contentCheckHooks;d!==null&&On(t,d)}else{let d=e.contentHooks;d!==null&&Bn(t,d,1),eo(t,1)}Wh(e,t);let u=e.components;u!==null&&Z8(t,u,0);let p=e.viewQuery;if(p!==null&&go(2,p,r),!o)if(f){let d=e.viewCheckHooks;d!==null&&On(t,d)}else{let d=e.viewHooks;d!==null&&Bn(t,d,2),eo(t,2)}if(e.firstUpdatePass===!0&&(e.firstUpdatePass=!1),t[bn]){for(let d of t[bn])d();t[bn]=null}o||(H8(t),t[_]&=-73)}catch(f){throw o||t1(t),f}finally{l!==null&&(dt(l,c),s&&Ph(l)),Tn()}}function q8(e,t){for(let n=Jl(e);n!==null;n=e8(n))for(let r=Z;r<n.length;r++){let i=n[r];Y8(i,t)}}function $h(e){for(let t=Jl(e);t!==null;t=e8(t)){if(!(t[_]&2))continue;let n=t[j1];for(let r=0;r<n.length;r++){let i=n[r];_i(i)}}}function Gh(e,t,n){U(18);let r=je(t,e);Y8(r,n),U(19,r[X])}function Y8(e,t){Dn(e)&&No(e,t)}function No(e,t){let r=e[E],i=e[_],o=e[Te],a=!!(t===0&&i&16);if(a||=!!(i&64&&t===0),a||=!!(i&1024),a||=!!(o?.dirty&&pt(o)),a||=!1,o&&(o.dirty=!1),e[_]&=-9217,a)Uh(r,e,r.template,e[X]);else if(i&8192){let s=T(null);try{G8(e),q8(e,1);let c=r.components;c!==null&&Z8(e,c,1),H8(e)}finally{T(s)}}}function Z8(e,t,n){for(let r=0;r<t.length;r++)Gh(e,t[r],n)}function Wh(e,t){let n=e.hostBindingOpCodes;if(n!==null)try{for(let r=0;r<n.length;r++){let i=n[r];if(i<0)n1(~i);else{let o=i,a=n[++r],s=n[++r];Wc(a,o);let c=t[o];U(24,c),s(2,c),U(25,c)}}}finally{n1(-1)}}function Sa(e,t){let n=Gi()?64:1088;for(e[f2].changeDetectionScheduler?.notify(t);e;){e[_]|=n;let r=Y2(e);if(Et(e)&&!r)return e;e=r}return null}function Q8(e,t,n,r){return[e,!0,0,t,null,r,null,n,null,null]}function K8(e,t){let n=Z+t;if(n<e.length)return e[n]}function H4(e,t,n,r=!0){let i=t[E];if(qh(i,t,e,n),r){let a=xo(n,e),s=t[H],c=s.parentNode(e[J2]);c!==null&&ch(i,e[ye],s,t,c,a)}let o=t[R1];o!==null&&o.firstChild!==null&&(o.firstChild=null)}function X8(e,t){let n=I4(e,t);return n!==void 0&&y0(n[E],n),n}function I4(e,t){if(e.length<=Z)return;let n=Z+t,r=e[n];if(r){let i=r[X2];i!==null&&i!==e&&va(i,r),t>0&&(e[n-1][Be]=r[Be]);let o=g4(e,Z+t);sh(r[E],r);let a=o[u2];a!==null&&a.detachView(o[E]),r[re]=null,r[Be]=null,r[_]&=-129}return r}function qh(e,t,n,r){let i=Z+r,o=n.length;r>0&&(n[i-1][Be]=t),r<o-Z?(t[Be]=n[i],vi(n,Z+r,t)):(n.push(t),t[Be]=null),t[re]=n;let a=t[X2];a!==null&&n!==a&&J8(a,t);let s=t[u2];s!==null&&s.insertView(e),wn(t),t[_]|=128}function J8(e,t){let n=e[j1],r=t[re];if(d2(r))e[_]|=2;else{let i=r[re][Ce];t[Ce]!==i&&(e[_]|=2)}n===null?e[j1]=[t]:n.push(t)}var i1=class{_lView;_cdRefInjectingView;_appRef=null;_attachedToViewContainer=!1;exhaustive;get rootNodes(){let t=this._lView,n=t[E];return N4(n,t,n.firstChild,[])}constructor(t,n){this._lView=t,this._cdRefInjectingView=n}get context(){return this._lView[X]}set context(t){this._lView[X]=t}get destroyed(){return H1(this._lView)}destroy(){if(this._appRef)this._appRef.detachView(this);else if(this._attachedToViewContainer){let t=this._lView[re];if(Xe(t)){let n=t[y4],r=n?n.indexOf(this):-1;r>-1&&(I4(t,r),g4(n,r))}this._attachedToViewContainer=!1}y0(this._lView[E],this._lView)}onDestroy(t){ki(this._lView,t)}markForCheck(){Sa(this._cdRefInjectingView||this._lView,4)}detach(){this._lView[_]&=-129}reattach(){wn(this._lView),this._lView[_]|=128}detectChanges(){this._lView[_]|=1024,W8(this._lView)}checkNoChanges(){}attachToViewContainerRef(){if(this._appRef)throw new L(902,!1);this._attachedToViewContainer=!0}detachFromAppRef(){this._appRef=null;let t=Et(this._lView),n=this._lView[X2];n!==null&&!t&&va(n,this._lView),k8(this._lView[E],this._lView)}attachToAppRef(t){if(this._attachedToViewContainer)throw new L(902,!1);this._appRef=t;let n=Et(this._lView),r=this._lView[X2];r!==null&&!n&&J8(r,this._lView),wn(this._lView)}};var F2=(()=>{class e{_declarationLView;_declarationTContainer;elementRef;static __NG_ELEMENT_ID__=Yh;constructor(n,r,i){this._declarationLView=n,this._declarationTContainer=r,this.elementRef=i}get ssrId(){return this._declarationTContainer.tView?.ssrId||null}createEmbeddedView(n,r){return this.createEmbeddedViewImpl(n,r)}createEmbeddedViewImpl(n,r,i){let o=j4(this._declarationLView,this._declarationTContainer,n,{embeddedViewInjector:r,dehydratedView:i});return new i1(o)}}return e})();function Yh(){return z0(te(),D())}function z0(e,t){return e.type&4?new F2(t,e,Vt(e,t)):null}function X1(e,t,n,r,i){let o=e.data[t];if(o===null)o=Zh(e,t,n,r,i),Gc()&&(o.flags|=32);else if(o.type&64){o.type=n,o.value=r,o.attrs=i;let a=Hc();o.injectorIndex=a===null?-1:a.injectorIndex}return U1(o,!0),o}function Zh(e,t,n,r,i){let o=ji(),a=Hi(),s=a?o:o&&o.parent,c=e.data[t]=Kh(e,s,n,t,r,i);return Qh(e,c,o,a),c}function Qh(e,t,n,r){e.firstChild===null&&(e.firstChild=t),n!==null&&(r?n.child==null&&t.parent!==null&&(n.child=t):n.next===null&&(n.next=t,t.prev=n))}function Kh(e,t,n,r,i,o){let a=t?t.injectorIndex:-1,s=0;return Oi()&&(s|=128),{type:n,index:r,insertBeforeIndex:null,injectorIndex:a,directiveStart:-1,directiveEnd:-1,directiveStylingLast:-1,componentOffset:-1,propertyBindings:null,flags:s,providerIndexes:0,value:i,attrs:o,mergedAttrs:null,localNames:null,initialInputs:null,inputs:null,hostDirectiveInputs:null,outputs:null,hostDirectiveOutputs:null,directiveToIndex:null,tView:null,next:null,prev:null,projectionNext:null,child:null,parent:t,projection:null,styles:null,stylesWithoutHost:null,residualStyles:void 0,classes:null,classesWithoutHost:null,residualClasses:void 0,classBindings:0,styleBindings:0}}var IF=new RegExp(`^(\\d+)*(${Kp}|${Qp})*(.*)`);function Xh(e){let t=e[xi]??[],r=e[re][H],i=[];for(let o of t)o.data[r8]!==void 0?i.push(o):Jh(o,r);e[xi]=i}function Jh(e,t){let n=0,r=e.firstChild;if(r){let i=e.data[n8];for(;n<i;){let o=r.nextSibling;v8(t,r,!1),r=o,n++}}}var eg=()=>null,tg=()=>null;function Jn(e,t){return eg(e,t)}function e5(e,t,n){return tg(e,t,n)}var t5=class{},b0=class{},Io=class{resolveComponentFactory(t){throw new L(917,!1)}},U4=class{static NULL=new Io},Y1=class{},$e=(()=>{class e{destroyNode=null;static __NG_ELEMENT_ID__=()=>ng()}return e})();function ng(){let e=D(),t=te(),n=je(t.index,e);return(d2(n)?n:e)[H]}var n5=(()=>{class e{static \u0275prov=C({token:e,providedIn:"root",factory:()=>null})}return e})();var jn={},To=class{injector;parentInjector;constructor(t,n){this.injector=t,this.parentInjector=n}get(t,n,r){let i=this.injector.get(t,jn,r);return i!==jn||n===jn?i:this.parentInjector.get(t,n,r)}};function e0(e,t,n){let r=n?e.styles:null,i=n?e.classes:null,o=0;if(t!==null)for(let a=0;a<t.length;a++){let s=t[a];if(typeof s=="number")o=s;else if(o==1)i=vn(i,s);else if(o==2){let c=s,l=t[++a];r=vn(r,c+": "+l+";")}}n?e.styles=r:e.stylesWithoutHost=r,n?e.classes=i:e.classesWithoutHost=i}function w(e,t=0){let n=D();if(n===null)return z(e,t);let r=te();return ql(r,n,ce(e),t)}function r5(e,t,n,r,i){let o=r===null?null:{"":-1},a=i(e,n);if(a!==null){let s=a,c=null,l=null;for(let f of a)if(f.resolveHostDirectives!==null){[s,c,l]=f.resolveHostDirectives(a);break}og(e,t,n,s,o,c,l)}o!==null&&r!==null&&rg(n,r,o)}function rg(e,t,n){let r=e.localNames=[];for(let i=0;i<t.length;i+=2){let o=n[t[i+1]];if(o==null)throw new L(-301,!1);r.push(t[i],o)}}function ig(e,t,n){t.componentOffset=n,(e.components??=[]).push(t.index)}function og(e,t,n,r,i,o,a){let s=r.length,c=!1;for(let p=0;p<s;p++){let d=r[p];!c&&Je(d)&&(c=!0,ig(e,n,p)),uo(qn(n,t),e,d.type)}ug(n,e.data.length,s);for(let p=0;p<s;p++){let d=r[p];d.providersResolver&&d.providersResolver(d)}let l=!1,f=!1,u=w8(e,t,s,null);s>0&&(n.directiveToIndex=new Map);for(let p=0;p<s;p++){let d=r[p];if(n.mergedAttrs=Rt(n.mergedAttrs,d.hostAttrs),sg(e,n,t,u,d),fg(u,d,i),a!==null&&a.has(d)){let[M,y]=a.get(d);n.directiveToIndex.set(d.type,[u,M+n.directiveStart,y+n.directiveStart])}else(o===null||!o.has(d))&&n.directiveToIndex.set(d.type,u);d.contentQueries!==null&&(n.flags|=4),(d.hostBindings!==null||d.hostAttrs!==null||d.hostVars!==0)&&(n.flags|=64);let m=d.type.prototype;!l&&(m.ngOnChanges||m.ngOnInit||m.ngDoCheck)&&((e.preOrderHooks??=[]).push(n.index),l=!0),!f&&(m.ngOnChanges||m.ngDoCheck)&&((e.preOrderCheckHooks??=[]).push(n.index),f=!0),u++}ag(e,n,o)}function ag(e,t,n){for(let r=t.directiveStart;r<t.directiveEnd;r++){let i=e.data[r];if(n===null||!n.has(i))zl(0,t,i,r),zl(1,t,i,r),Dl(t,r,!1);else{let o=n.get(i);bl(0,t,o,r),bl(1,t,o,r),Dl(t,r,!0)}}}function zl(e,t,n,r){let i=e===0?n.inputs:n.outputs;for(let o in i)if(i.hasOwnProperty(o)){let a;e===0?a=t.inputs??={}:a=t.outputs??={},a[o]??=[],a[o].push(r),i5(t,o)}}function bl(e,t,n,r){let i=e===0?n.inputs:n.outputs;for(let o in i)if(i.hasOwnProperty(o)){let a=i[o],s;e===0?s=t.hostDirectiveInputs??={}:s=t.hostDirectiveOutputs??={},s[a]??=[],s[a].push(r,o),i5(t,a)}}function i5(e,t){t==="class"?e.flags|=8:t==="style"&&(e.flags|=16)}function Dl(e,t,n){let{attrs:r,inputs:i,hostDirectiveInputs:o}=e;if(r===null||!n&&i===null||n&&o===null||ca(e)){e.initialInputs??=[],e.initialInputs.push(null);return}let a=null,s=0;for(;s<r.length;){let c=r[s];if(c===0){s+=4;continue}else if(c===5){s+=2;continue}else if(typeof c=="number")break;if(!n&&i.hasOwnProperty(c)){let l=i[c];for(let f of l)if(f===t){a??=[],a.push(c,r[s+1]);break}}else if(n&&o.hasOwnProperty(c)){let l=o[c];for(let f=0;f<l.length;f+=2)if(l[f]===t){a??=[],a.push(l[f+1],r[s+1]);break}}s+=2}e.initialInputs??=[],e.initialInputs.push(a)}function sg(e,t,n,r,i){e.data[r]=i;let o=i.factory||(i.factory=q2(i.type,!0)),a=new W1(o,Je(i),w,null);e.blueprint[r]=a,n[r]=a,cg(e,t,r,w8(e,n,i.hostVars,me),i)}function cg(e,t,n,r,i){let o=i.hostBindings;if(o){let a=e.hostBindingOpCodes;a===null&&(a=e.hostBindingOpCodes=[]);let s=~t.index;lg(a)!=s&&a.push(s),a.push(n,r,o)}}function lg(e){let t=e.length;for(;t>0;){let n=e[--t];if(typeof n=="number"&&n<0)return n}return 0}function fg(e,t,n){if(n){if(t.exportAs)for(let r=0;r<t.exportAs.length;r++)n[t.exportAs[r]]=e;Je(t)&&(n[""]=e)}}function ug(e,t,n){e.flags|=1,e.directiveStart=t,e.directiveEnd=t+n,e.providerIndexes=t}function Ea(e,t,n,r,i,o,a,s){let c=t[E],l=c.consts,f=He(l,a),u=X1(c,e,n,r,f);return o&&r5(c,t,u,He(l,s),i),u.mergedAttrs=Rt(u.mergedAttrs,u.attrs),u.attrs!==null&&e0(u,u.attrs,!1),u.mergedAttrs!==null&&e0(u,u.mergedAttrs,!0),c.queries!==null&&c.queries.elementStart(c,u),u}function xa(e,t){Ol(e,t),Ni(t)&&e.queries.elementEnd(t)}function dg(e,t,n,r,i,o){let a=t.consts,s=He(a,i),c=X1(t,e,n,r,s);if(c.mergedAttrs=Rt(c.mergedAttrs,c.attrs),o!=null){let l=He(a,o);c.localNames=[];for(let f=0;f<l.length;f+=2)c.localNames.push(l[f],-1)}return c.attrs!==null&&e0(c,c.attrs,!1),c.mergedAttrs!==null&&e0(c,c.mergedAttrs,!0),t.queries!==null&&t.queries.elementStart(t,c),c}function Na(e){return D0(e)?Array.isArray(e)||!(e instanceof Map)&&Symbol.iterator in e:!1}function o5(e,t){if(Array.isArray(e))for(let n=0;n<e.length;n++)t(e[n]);else{let n=e[Symbol.iterator](),r;for(;!(r=n.next()).done;)t(r.value)}}function D0(e){return e!==null&&(typeof e=="function"||typeof e=="object")}function $4(e,t,n){return e[t]=n}function pg(e,t){return e[t]}function Le(e,t,n){if(n===me)return!1;let r=e[t];return Object.is(r,n)?!1:(e[t]=n,!0)}function T4(e,t,n,r){let i=Le(e,t,n);return Le(e,t+1,r)||i}function mg(e,t,n,r,i){let o=T4(e,t,n,r);return Le(e,t+2,i)||o}function hg(e,t,n,r,i,o){let a=T4(e,t,n,r);return T4(e,t+2,i,o)||a}function Hn(e,t,n){return function r(i){let o=e1(e)?je(e.index,t):t;Sa(o,5);let a=t[X],s=wl(t,a,n,i),c=r.__ngNextListenerFn__;for(;c;)s=wl(t,a,c,i)&&s,c=c.__ngNextListenerFn__;return s}}function wl(e,t,n,r){let i=T(null);try{return U(6,t,n),n(r)!==!1}catch(o){return Th(e,o),!1}finally{U(7,t,n),T(i)}}function a5(e,t,n,r,i,o,a,s){let c=St(e),l=!1,f=null;if(!r&&c&&(f=vg(t,n,o,e.index)),f!==null){let u=f.__ngLastListenerFn__||f;u.__ngNextListenerFn__=a,f.__ngLastListenerFn__=a,l=!0}else{let u=e2(e,n),p=r?r(u):u;Jp(n,p,o,s);let d=i.listen(p,o,s);if(!gg(o)){let m=r?M=>r(Ve(M[e.index])):e.index;s5(m,t,n,o,s,d,!1)}}return l}function gg(e){return e.startsWith("animation")||e.startsWith("transition")}function vg(e,t,n,r){let i=e.cleanup;if(i!=null)for(let o=0;o<i.length-1;o+=2){let a=i[o];if(a===n&&i[o+1]===r){let s=t[Dt],c=i[o+2];return s&&s.length>c?s[c]:null}typeof a=="string"&&(o+=2)}return null}function s5(e,t,n,r,i,o,a){let s=t.firstCreatePass?Ri(t):null,c=Fi(n),l=c.length;c.push(i,o),s&&s.push(r,e,l,(l+1)*(a?-1:1))}function Sl(e,t,n,r,i,o){let a=t[n],s=t[E],l=s.data[n].outputs[r],u=a[l].subscribe(o);s5(e.index,s,t,i,o,u,!0)}var Ao=Symbol("BINDING");var t0=class extends U4{ngModule;constructor(t){super(),this.ngModule=t}resolveComponentFactory(t){let n=x2(t);return new Z1(n,this.ngModule)}};function Mg(e){return Object.keys(e).map(t=>{let[n,r,i]=e[t],o={propName:n,templateName:t,isSignal:(r&v0.SignalBased)!==0};return i&&(o.transform=i),o})}function yg(e){return Object.keys(e).map(t=>({propName:e[t],templateName:t}))}function Cg(e,t,n){let r=t instanceof we?t:t?.injector;return r&&e.getStandaloneInjector!==null&&(r=e.getStandaloneInjector(r)||r),r?new To(n,r):n}function Lg(e){let t=e.get(Y1,null);if(t===null)throw new L(407,!1);let n=e.get(n5,null),r=e.get(Ke,null);return{rendererFactory:t,sanitizer:n,changeDetectionScheduler:r,ngReflect:!1}}function zg(e,t){let n=c5(e);return h8(t,n,n==="svg"?Tc:n==="math"?Ac:null)}function c5(e){return(e.selectors[0][0]||"div").toLowerCase()}var Z1=class extends b0{componentDef;ngModule;selector;componentType;ngContentSelectors;isBoundToModule;cachedInputs=null;cachedOutputs=null;get inputs(){return this.cachedInputs??=Mg(this.componentDef.inputs),this.cachedInputs}get outputs(){return this.cachedOutputs??=yg(this.componentDef.outputs),this.cachedOutputs}constructor(t,n){super(),this.componentDef=t,this.ngModule=n,this.componentType=t.type,this.selector=$m(t.selectors),this.ngContentSelectors=t.ngContentSelectors??[],this.isBoundToModule=!!n}create(t,n,r,i,o,a){U(22);let s=T(null);try{let c=this.componentDef,l=bg(r,c,a,o),f=Cg(c,i||this.ngModule,t),u=Lg(f),p=u.rendererFactory.createRenderer(null,c),d=r?yh(p,r,c.encapsulation,f):zg(c,p),m=a?.some(El)||o?.some(v=>typeof v!="function"&&v.bindings.some(El)),M=fa(null,l,null,512|D8(c),null,null,u,p,f,null,a8(d,f,!0));M[$]=d,In(M);let y=null;try{let v=Ea($,M,2,"#host",()=>l.directiveRegistry,!0,0);M8(p,d,v),Pt(d,M),L0(l,M,v),ea(l,v,M),xa(l,v),n!==void 0&&wg(v,this.ngContentSelectors,n),y=je(v.index,M),M[X]=y[X],wa(l,M,null)}catch(v){throw y!==null&&mo(y),mo(M),v}finally{U(23),Tn()}return new n0(this.componentType,M,!!m)}finally{T(s)}}};function bg(e,t,n,r){let i=e?["ng-version","20.3.18"]:Gm(t.selectors[0]),o=null,a=null,s=0;if(n)for(let f of n)s+=f[Ao].requiredVars,f.create&&(f.targetIdx=0,(o??=[]).push(f)),f.update&&(f.targetIdx=0,(a??=[]).push(f));if(r)for(let f=0;f<r.length;f++){let u=r[f];if(typeof u!="function")for(let p of u.bindings){s+=p[Ao].requiredVars;let d=f+1;p.create&&(p.targetIdx=d,(o??=[]).push(p)),p.update&&(p.targetIdx=d,(a??=[]).push(p))}}let c=[t];if(r)for(let f of r){let u=typeof f=="function"?f:f.type,p=Li(u);c.push(p)}return la(0,null,Dg(o,a),1,s,c,null,null,null,[i],null)}function Dg(e,t){return!e&&!t?null:n=>{if(n&1&&e)for(let r of e)r.create();if(n&2&&t)for(let r of t)r.update()}}function El(e){let t=e[Ao].kind;return t==="input"||t==="twoWay"}var n0=class extends t5{_rootLView;_hasInputBindings;instance;hostView;changeDetectorRef;componentType;location;previousInputValues=null;_tNode;constructor(t,n,r){super(),this._rootLView=n,this._hasInputBindings=r,this._tNode=C4(n[E],$),this.location=Vt(this._tNode,n),this.instance=je(this._tNode.index,n)[X],this.hostView=this.changeDetectorRef=new i1(n,void 0),this.componentType=t}setInput(t,n){this._hasInputBindings;let r=this._tNode;if(this.previousInputValues??=new Map,this.previousInputValues.has(t)&&Object.is(this.previousInputValues.get(t),n))return;let i=this._rootLView,o=Da(r,i[E],i,t,n);this.previousInputValues.set(t,n);let a=je(r.index,i);Sa(a,1)}get injector(){return new G1(this._tNode,this._rootLView)}destroy(){this.hostView.destroy()}onDestroy(t){this.hostView.onDestroy(t)}};function wg(e,t,n){let r=e.projection=[];for(let i=0;i<t.length;i++){let o=n[i];r.push(o!=null&&o.length?Array.from(o):null)}}var M2=(()=>{class e{static __NG_ELEMENT_ID__=Sg}return e})();function Sg(){let e=te();return f5(e,D())}var Eg=M2,l5=class extends Eg{_lContainer;_hostTNode;_hostLView;constructor(t,n,r){super(),this._lContainer=t,this._hostTNode=n,this._hostLView=r}get element(){return Vt(this._hostTNode,this._hostLView)}get injector(){return new G1(this._hostTNode,this._hostLView)}get parentInjector(){let t=Zo(this._hostTNode,this._hostLView);if(jl(t)){let n=Gn(t,this._hostLView),r=$n(t),i=n[E].data[r+8];return new G1(i,n)}else return new G1(null,this._hostLView)}clear(){for(;this.length>0;)this.remove(this.length-1)}get(t){let n=xl(this._lContainer);return n!==null&&n[t]||null}get length(){return this._lContainer.length-Z}createEmbeddedView(t,n,r){let i,o;typeof r=="number"?i=r:r!=null&&(i=r.index,o=r.injector);let a=Jn(this._lContainer,t.ssrId),s=t.createEmbeddedViewImpl(n||{},o,a);return this.insertImpl(s,i,Ot(this._hostTNode,a)),s}createComponent(t,n,r,i,o,a,s){let c=t&&!Dp(t),l;if(c)l=n;else{let y=n||{};l=y.index,r=y.injector,i=y.projectableNodes,o=y.environmentInjector||y.ngModuleRef,a=y.directives,s=y.bindings}let f=c?t:new Z1(x2(t)),u=r||this.parentInjector;if(!o&&f.ngModule==null){let v=(c?u:this.parentInjector).get(we,null);v&&(o=v)}let p=x2(f.componentType??{}),d=Jn(this._lContainer,p?.id??null),m=d?.firstChild??null,M=f.create(u,i,m,o,a,s);return this.insertImpl(M.hostView,l,Ot(this._hostTNode,d)),M}insert(t,n){return this.insertImpl(t,n,!0)}insertImpl(t,n,r){let i=t._lView;if(kc(i)){let s=this.indexOf(t);if(s!==-1)this.detach(s);else{let c=i[re],l=new l5(c,c[ye],c[re]);l.detach(l.indexOf(t))}}let o=this._adjustIndex(n),a=this._lContainer;return H4(a,i,o,r),t.attachToViewContainerRef(),vi(ro(a),o,t),t}move(t,n){return this.insert(t,n)}indexOf(t){let n=xl(this._lContainer);return n!==null?n.indexOf(t):-1}remove(t){let n=this._adjustIndex(t,-1),r=I4(this._lContainer,n);r&&(g4(ro(this._lContainer),n),y0(r[E],r))}detach(t){let n=this._adjustIndex(t,-1),r=I4(this._lContainer,n);return r&&g4(ro(this._lContainer),n)!=null?new i1(r):null}_adjustIndex(t,n=0){return t??this.length+n}};function xl(e){return e[y4]}function ro(e){return e[y4]||(e[y4]=[])}function f5(e,t){let n,r=t[e.index];return Xe(r)?n=r:(n=Q8(r,t,null,e),t[e.index]=n,ua(t,n)),Ng(n,t,e,r),new l5(n,e,t)}function xg(e,t){let n=e[H],r=n.createComment(""),i=e2(t,e),o=n.parentNode(i);return Zn(n,o,r,n.nextSibling(i),!1),r}var Ng=Ag,Ig=()=>!1;function Tg(e,t,n){return Ig(e,t,n)}function Ag(e,t,n,r){if(e[J2])return;let i;n.type&8?i=Ve(r):i=xg(t,n),e[J2]=i}var _o=class e{queryList;matches=null;constructor(t){this.queryList=t}clone(){return new e(this.queryList)}setDirty(){this.queryList.setDirty()}},ko=class e{queries;constructor(t=[]){this.queries=t}createEmbeddedView(t){let n=t.queries;if(n!==null){let r=t.contentQueries!==null?t.contentQueries[0]:n.length,i=[];for(let o=0;o<r;o++){let a=n.getByIndex(o),s=this.queries[a.indexInDeclarationView];i.push(s.clone())}return new e(i)}return null}insertView(t){this.dirtyQueriesWithMatches(t)}detachView(t){this.dirtyQueriesWithMatches(t)}finishViewCreation(t){this.dirtyQueriesWithMatches(t)}dirtyQueriesWithMatches(t){for(let n=0;n<this.queries.length;n++)Ta(t,n).matches!==null&&this.queries[n].setDirty()}},r0=class{flags;read;predicate;constructor(t,n,r=null){this.flags=n,this.read=r,typeof t=="string"?this.predicate=Og(t):this.predicate=t}},Fo=class e{queries;constructor(t=[]){this.queries=t}elementStart(t,n){for(let r=0;r<this.queries.length;r++)this.queries[r].elementStart(t,n)}elementEnd(t){for(let n=0;n<this.queries.length;n++)this.queries[n].elementEnd(t)}embeddedTView(t){let n=null;for(let r=0;r<this.length;r++){let i=n!==null?n.length:0,o=this.getByIndex(r).embeddedTView(t,i);o&&(o.indexInDeclarationView=r,n!==null?n.push(o):n=[o])}return n!==null?new e(n):null}template(t,n){for(let r=0;r<this.queries.length;r++)this.queries[r].template(t,n)}getByIndex(t){return this.queries[t]}get length(){return this.queries.length}track(t){this.queries.push(t)}},Ro=class e{metadata;matches=null;indexInDeclarationView=-1;crossesNgTemplate=!1;_declarationNodeIndex;_appliesToNextNode=!0;constructor(t,n=-1){this.metadata=t,this._declarationNodeIndex=n}elementStart(t,n){this.isApplyingToNode(n)&&this.matchTNode(t,n)}elementEnd(t){this._declarationNodeIndex===t.index&&(this._appliesToNextNode=!1)}template(t,n){this.elementStart(t,n)}embeddedTView(t,n){return this.isApplyingToNode(t)?(this.crossesNgTemplate=!0,this.addMatch(-t.index,n),new e(this.metadata)):null}isApplyingToNode(t){if(this._appliesToNextNode&&(this.metadata.flags&1)!==1){let n=this._declarationNodeIndex,r=t.parent;for(;r!==null&&r.type&8&&r.index!==n;)r=r.parent;return n===(r!==null?r.index:-1)}return this._appliesToNextNode}matchTNode(t,n){let r=this.metadata.predicate;if(Array.isArray(r))for(let i=0;i<r.length;i++){let o=r[i];this.matchTNodeWithReadOption(t,n,_g(n,o)),this.matchTNodeWithReadOption(t,n,Vn(n,t,o,!1,!1))}else r===F2?n.type&4&&this.matchTNodeWithReadOption(t,n,-1):this.matchTNodeWithReadOption(t,n,Vn(n,t,r,!1,!1))}matchTNodeWithReadOption(t,n,r){if(r!==null){let i=this.metadata.read;if(i!==null)if(i===pe||i===M2||i===F2&&n.type&4)this.addMatch(n.index,-2);else{let o=Vn(n,t,i,!1,!1);o!==null&&this.addMatch(n.index,o)}else this.addMatch(n.index,r)}}addMatch(t,n){this.matches===null?this.matches=[t,n]:this.matches.push(t,n)}};function _g(e,t){let n=e.localNames;if(n!==null){for(let r=0;r<n.length;r+=2)if(n[r]===t)return n[r+1]}return null}function kg(e,t){return e.type&11?Vt(e,t):e.type&4?z0(e,t):null}function Fg(e,t,n,r){return n===-1?kg(t,e):n===-2?Rg(e,t,r):x4(e,e[E],n,t)}function Rg(e,t,n){if(n===pe)return Vt(t,e);if(n===F2)return z0(t,e);if(n===M2)return f5(t,e)}function u5(e,t,n,r){let i=t[u2].queries[r];if(i.matches===null){let o=e.data,a=n.matches,s=[];for(let c=0;a!==null&&c<a.length;c+=2){let l=a[c];if(l<0)s.push(null);else{let f=o[l];s.push(Fg(t,f,a[c+1],n.metadata.read))}}i.matches=s}return i.matches}function Po(e,t,n,r){let i=e.queries.getByIndex(n),o=i.matches;if(o!==null){let a=u5(e,t,i,n);for(let s=0;s<o.length;s+=2){let c=o[s];if(c>0)r.push(a[s/2]);else{let l=o[s+1],f=t[-c];for(let u=Z;u<f.length;u++){let p=f[u];p[X2]===p[re]&&Po(p[E],p,l,r)}if(f[j1]!==null){let u=f[j1];for(let p=0;p<u.length;p++){let d=u[p];Po(d[E],d,l,r)}}}}}return r}function Ia(e,t){return e[u2].queries[t].queryList}function d5(e,t,n){let r=new Yn((n&4)===4);return Pc(e,t,r,r.destroy),(t[u2]??=new ko).queries.push(new _o(r))-1}function p5(e,t,n){let r=G();return r.firstCreatePass&&(m5(r,new r0(e,t,n),-1),(t&2)===2&&(r.staticViewQueries=!0)),d5(r,D(),t)}function Pg(e,t,n,r){let i=G();if(i.firstCreatePass){let o=te();m5(i,new r0(t,n,r),o.index),Bg(i,e),(n&2)===2&&(i.staticContentQueries=!0)}return d5(i,D(),n)}function Og(e){return e.split(",").map(t=>t.trim())}function m5(e,t,n){e.queries===null&&(e.queries=new Fo),e.queries.track(new Ro(t,n))}function Bg(e,t){let n=e.contentQueries||(e.contentQueries=[]),r=n.length?n[n.length-1]:-1;t!==r&&n.push(e.queries.length-1,t)}function Ta(e,t){return e.queries.getByIndex(t)}function h5(e,t){let n=e[E],r=Ta(n,t);return r.crossesNgTemplate?Po(n,e,t,[]):u5(n,e,r,t)}function g5(e,t,n){let r,i=r4(()=>{r._dirtyCounter();let o=jg(r,e);if(t&&o===void 0)throw new L(-951,!1);return o});return r=i[ne],r._dirtyCounter=m2(0),r._flatValue=void 0,i}function v5(e){return g5(!0,!1,e)}function M5(e){return g5(!0,!0,e)}function Vg(e,t){let n=e[ne];n._lView=D(),n._queryIndex=t,n._queryList=Ia(n._lView,t),n._queryList.onDirty(()=>n._dirtyCounter.update(r=>r+1))}function jg(e,t){let n=e._lView,r=e._queryIndex;if(n===void 0||r===void 0||n[_]&4)return t?void 0:de;let i=Ia(n,r),o=h5(n,r);return i.reset(o,Ql),t?i.first:i._changesDetected||e._flatValue===void 0?e._flatValue=i.toArray():e._flatValue}var o1=class{},y5=class{};function Aa(e,t){return new A4(e,t??null,[])}var A4=class extends o1{ngModuleType;_parent;_bootstrapComponents=[];_r3Injector;instance;destroyCbs=[];componentFactoryResolver=new t0(this);constructor(t,n,r,i=!0){super(),this.ngModuleType=t,this._parent=n;let o=Ci(t);this._bootstrapComponents=L8(o.bootstrap),this._r3Injector=Zi(t,n,[{provide:o1,useValue:this},{provide:U4,useValue:this.componentFactoryResolver},...r],w2(t),new Set(["environment"])),i&&this.resolveInjectorInitializers()}resolveInjectorInitializers(){this._r3Injector.resolveInjectorInitializers(),this.instance=this._r3Injector.get(this.ngModuleType)}get injector(){return this._r3Injector}destroy(){let t=this._r3Injector;!t.destroyed&&t.destroy(),this.destroyCbs.forEach(n=>n()),this.destroyCbs=null}onDestroy(t){this.destroyCbs.push(t)}},i0=class extends y5{moduleType;constructor(t){super(),this.moduleType=t}create(t){return new A4(this.moduleType,t,[])}};var _4=class extends o1{injector;componentFactoryResolver=new t0(this);instance=null;constructor(t){super();let n=new k1([...t.providers,{provide:o1,useValue:this},{provide:U4,useValue:this.componentFactoryResolver}],t.parent||zt(),t.debugName,new Set(["environment"]));this.injector=n,t.runEnvironmentInitializers&&n.resolveInjectorInitializers()}destroy(){this.injector.destroy()}onDestroy(t){this.injector.onDestroy(t)}};function C5(e,t,n=null){return new _4({providers:e,parent:t,debugName:n,runEnvironmentInitializers:!0}).injector}var Hg=(()=>{class e{_injector;cachedInjectors=new Map;constructor(n){this._injector=n}getOrCreateStandaloneInjector(n){if(!n.standalone)return null;if(!this.cachedInjectors.has(n)){let r=zi(!1,n.type),i=r.length>0?C5([r],this._injector,`Standalone[${n.type.name}]`):null;this.cachedInjectors.set(n,i)}return this.cachedInjectors.get(n)}ngOnDestroy(){try{for(let n of this.cachedInjectors.values())n!==null&&n.destroy()}finally{this.cachedInjectors.clear()}}static \u0275prov=C({token:e,providedIn:"environment",factory:()=>new e(z(we))})}return e})();function w0(e){return R4(()=>{let t=L5(e),n=V(I({},t),{decls:e.decls,vars:e.vars,template:e.template,consts:e.consts||null,ngContentSelectors:e.ngContentSelectors,onPush:e.changeDetection===Ko.OnPush,directiveDefs:null,pipeDefs:null,dependencies:t.standalone&&e.dependencies||null,getStandaloneInjector:t.standalone?i=>i.get(Hg).getOrCreateStandaloneInjector(n):null,getExternalStyles:null,signals:e.signals??!1,data:e.data||{},encapsulation:e.encapsulation||_2.Emulated,styles:e.styles||de,_:null,schemas:e.schemas||null,tView:null,id:""});t.standalone&&o2("NgStandalone"),z5(n);let r=e.dependencies;return n.directiveDefs=Nl(r,Ug),n.pipeDefs=Nl(r,wc),n.id=Wg(n),n})}function Ug(e){return x2(e)||Li(e)}function Ge(e){return R4(()=>({type:e.type,bootstrap:e.bootstrap||de,declarations:e.declarations||de,imports:e.imports||de,exports:e.exports||de,transitiveCompileScopes:null,schemas:e.schemas||null,id:e.id||null}))}function $g(e,t){if(e==null)return Q2;let n={};for(let r in e)if(e.hasOwnProperty(r)){let i=e[r],o,a,s,c;Array.isArray(i)?(s=i[0],o=i[1],a=i[2]??o,c=i[3]||null):(o=i,a=i,s=v0.None,c=null),n[o]=[r,s,c],t[o]=a}return n}function Gg(e){if(e==null)return Q2;let t={};for(let n in e)e.hasOwnProperty(n)&&(t[e[n]]=n);return t}function O(e){return R4(()=>{let t=L5(e);return z5(t),t})}function J1(e){return{type:e.type,name:e.name,factory:null,pure:e.pure!==!1,standalone:e.standalone??!0,onDestroy:e.type.prototype.ngOnDestroy||null}}function L5(e){let t={};return{type:e.type,providersResolver:null,factory:null,hostBindings:e.hostBindings||null,hostVars:e.hostVars||0,hostAttrs:e.hostAttrs||null,contentQueries:e.contentQueries||null,declaredInputs:t,inputConfig:e.inputs||Q2,exportAs:e.exportAs||null,standalone:e.standalone??!0,signals:e.signals===!0,selectors:e.selectors||de,viewQuery:e.viewQuery||null,features:e.features||null,setInput:null,resolveHostDirectives:null,hostDirectives:null,inputs:$g(e.inputs,t),outputs:Gg(e.outputs),debugInfo:null}}function z5(e){e.features?.forEach(t=>t(e))}function Nl(e,t){return e?()=>{let n=typeof e=="function"?e():e,r=[];for(let i of n){let o=t(i);o!==null&&r.push(o)}return r}:null}function Wg(e){let t=0,n=typeof e.consts=="function"?"":e.consts,r=[e.selectors,e.ngContentSelectors,e.hostVars,e.hostAttrs,n,e.vars,e.decls,e.encapsulation,e.standalone,e.signals,e.exportAs,JSON.stringify(e.inputs),JSON.stringify(e.outputs),Object.getOwnPropertyNames(e.type.prototype),!!e.contentQueries,!!e.viewQuery];for(let o of r.join("|"))t=Math.imul(31,t)+o.charCodeAt(0)<<0;return t+=2147483648,"c"+t}function qg(e){return Object.getPrototypeOf(e.prototype).constructor}function K(e){let t=qg(e.type),n=!0,r=[e];for(;t;){let i;if(Je(e))i=t.\u0275cmp||t.\u0275dir;else{if(t.\u0275cmp)throw new L(903,!1);i=t.\u0275dir}if(i){if(n){r.push(i);let a=e;a.inputs=io(e.inputs),a.declaredInputs=io(e.declaredInputs),a.outputs=io(e.outputs);let s=i.hostBindings;s&&Xg(e,s);let c=i.viewQuery,l=i.contentQueries;if(c&&Qg(e,c),l&&Kg(e,l),Yg(e,i),gc(e.outputs,i.outputs),Je(i)&&i.data.animation){let f=e.data;f.animation=(f.animation||[]).concat(i.data.animation)}}let o=i.features;if(o)for(let a=0;a<o.length;a++){let s=o[a];s&&s.ngInherit&&s(e),s===K&&(n=!1)}}t=Object.getPrototypeOf(t)}Zg(r)}function Yg(e,t){for(let n in t.inputs){if(!t.inputs.hasOwnProperty(n)||e.inputs.hasOwnProperty(n))continue;let r=t.inputs[n];r!==void 0&&(e.inputs[n]=r,e.declaredInputs[n]=t.declaredInputs[n])}}function Zg(e){let t=0,n=null;for(let r=e.length-1;r>=0;r--){let i=e[r];i.hostVars=t+=i.hostVars,i.hostAttrs=Rt(i.hostAttrs,n=Rt(n,i.hostAttrs))}}function io(e){return e===Q2?{}:e===de?[]:e}function Qg(e,t){let n=e.viewQuery;n?e.viewQuery=(r,i)=>{t(r,i),n(r,i)}:e.viewQuery=t}function Kg(e,t){let n=e.contentQueries;n?e.contentQueries=(r,i,o)=>{t(r,i,o),n(r,i,o)}:e.contentQueries=t}function Xg(e,t){let n=e.hostBindings;n?e.hostBindings=(r,i)=>{t(r,i),n(r,i)}:e.hostBindings=t}function b5(e,t,n,r,i,o,a,s){if(n.firstCreatePass){e.mergedAttrs=Rt(e.mergedAttrs,e.attrs);let f=e.tView=la(2,e,i,o,a,n.directiveRegistry,n.pipeRegistry,null,n.schemas,n.consts,null);n.queries!==null&&(n.queries.template(n,e),f.queries=n.queries.embeddedTView(e))}s&&(e.flags|=s),U1(e,!1);let c=ev(n,t,e,r);An()&&Ma(n,t,c,e),Pt(c,t);let l=Q8(c,t,c,e);t[r+$]=l,ua(t,l),Tg(l,e,t)}function Jg(e,t,n,r,i,o,a,s,c,l,f){let u=n+$,p;return t.firstCreatePass?(p=X1(t,u,4,a||null,s||null),Sn()&&r5(t,e,p,He(t.consts,l),La),Ol(t,p)):p=t.data[u],b5(p,e,t,n,r,i,o,c),St(p)&&L0(t,e,p),l!=null&&V4(e,p,f),p}function k4(e,t,n,r,i,o,a,s,c,l,f){let u=n+$,p;if(t.firstCreatePass){if(p=X1(t,u,4,a||null,s||null),l!=null){let d=He(t.consts,l);p.localNames=[];for(let m=0;m<d.length;m+=2)p.localNames.push(d[m],-1)}}else p=t.data[u];return b5(p,e,t,n,r,i,o,c),l!=null&&V4(e,p,f),p}function D5(e,t,n,r,i,o,a,s){let c=D(),l=G(),f=He(l.consts,o);return Jg(c,l,e,t,n,r,i,f,void 0,a,s),D5}var ev=tv;function tv(e,t,n,r){return D4(!0),t[H].createComment("")}var w5=(()=>{class e{log(n){console.log(n)}warn(n){console.warn(n)}static \u0275fac=function(r){return new(r||e)};static \u0275prov=C({token:e,factory:e.\u0275fac,providedIn:"platform"})}return e})();var _a=new b("");function et(e){return!!e&&typeof e.then=="function"}function S0(e){return!!e&&typeof e.subscribe=="function"}var E0=new b("");var ka=(()=>{class e{resolve;reject;initialized=!1;done=!1;donePromise=new Promise((n,r)=>{this.resolve=n,this.reject=r});appInits=g(E0,{optional:!0})??[];injector=g(Me);constructor(){}runInitializers(){if(this.initialized)return;let n=[];for(let i of this.appInits){let o=bt(this.injector,i);if(et(o))n.push(o);else if(S0(o)){let a=new Promise((s,c)=>{o.subscribe({complete:s,error:c})});n.push(a)}}let r=()=>{this.done=!0,this.resolve()};Promise.all(n).then(()=>{r()}).catch(i=>{this.reject(i)}),n.length===0&&r(),this.initialized=!0}static \u0275fac=function(r){return new(r||e)};static \u0275prov=C({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})(),S5=new b("");function E5(){Pr(()=>{let e="";throw new L(600,e)})}function x5(e){return e.isBoundToModule}var nv=10;var a1=(()=>{class e{_runningTick=!1;_destroyed=!1;_destroyListeners=[];_views=[];internalErrorHandler=g(n2);afterRenderManager=g(ha);zonelessEnabled=g(At);rootEffectScheduler=g(w4);dirtyFlags=0;tracingSnapshot=null;allTestViews=new Set;autoDetectTestViews=new Set;includeAllTestViews=!1;afterTick=new ee;get allViews(){return[...(this.includeAllTestViews?this.allTestViews:this.autoDetectTestViews).keys(),...this._views]}get destroyed(){return this._destroyed}componentTypes=[];components=[];internalPendingTask=g(r1);get isStable(){return this.internalPendingTask.hasPendingTasksObservable.pipe(se(n=>!n))}constructor(){g(K1,{optional:!0})}whenStable(){let n;return new Promise(r=>{n=this.isStable.subscribe({next:i=>{i&&r()}})}).finally(()=>{n.unsubscribe()})}_injector=g(we);_rendererFactory=null;get injector(){return this._injector}bootstrap(n,r){return this.bootstrapImpl(n,r)}bootstrapImpl(n,r,i=Me.NULL){return this._injector.get(J).run(()=>{U(10);let a=n instanceof b0;if(!this._injector.get(ka).done){let m="";throw new L(405,m)}let c;a?c=n:c=this._injector.get(U4).resolveComponentFactory(n),this.componentTypes.push(c.componentType);let l=x5(c)?void 0:this._injector.get(o1),f=r||c.selector,u=c.create(i,[],f,l),p=u.location.nativeElement,d=u.injector.get(_a,null);return d?.registerApplication(p),u.onDestroy(()=>{this.detachView(u.hostView),E4(this.components,u),d?.unregisterApplication(p)}),this._loadComponent(u),U(11,u),u})}tick(){this.zonelessEnabled||(this.dirtyFlags|=1),this._tick()}_tick(){U(12),this.tracingSnapshot!==null?this.tracingSnapshot.run(M0.CHANGE_DETECTION,this.tickImpl):this.tickImpl()}tickImpl=()=>{if(this._runningTick)throw new L(101,!1);let n=T(null);try{this._runningTick=!0,this.synchronize()}finally{this._runningTick=!1,this.tracingSnapshot?.dispose(),this.tracingSnapshot=null,T(n),this.afterTick.next(),U(13)}};synchronize(){this._rendererFactory===null&&!this._injector.destroyed&&(this._rendererFactory=this._injector.get(Y1,null,{optional:!0}));let n=0;for(;this.dirtyFlags!==0&&n++<nv;)U(14),this.synchronizeOnce(),U(15)}synchronizeOnce(){this.dirtyFlags&16&&(this.dirtyFlags&=-17,this.rootEffectScheduler.flush());let n=!1;if(this.dirtyFlags&7){let r=!!(this.dirtyFlags&1);this.dirtyFlags&=-8,this.dirtyFlags|=8;for(let{_lView:i}of this.allViews){if(!r&&!z4(i))continue;let o=r&&!this.zonelessEnabled?0:1;W8(i,o),n=!0}if(this.dirtyFlags&=-5,this.syncDirtyFlagsWithViews(),this.dirtyFlags&23)return}n||(this._rendererFactory?.begin?.(),this._rendererFactory?.end?.()),this.dirtyFlags&8&&(this.dirtyFlags&=-9,this.afterRenderManager.execute()),this.syncDirtyFlagsWithViews()}syncDirtyFlagsWithViews(){if(this.allViews.some(({_lView:n})=>z4(n))){this.dirtyFlags|=2;return}else this.dirtyFlags&=-8}attachView(n){let r=n;this._views.push(r),r.attachToAppRef(this)}detachView(n){let r=n;E4(this._views,r),r.detachFromAppRef()}_loadComponent(n){this.attachView(n.hostView);try{this.tick()}catch(i){this.internalErrorHandler(i)}this.components.push(n),this._injector.get(S5,[]).forEach(i=>i(n))}ngOnDestroy(){if(!this._destroyed)try{this._destroyListeners.forEach(n=>n()),this._views.slice().forEach(n=>n.destroy())}finally{this._destroyed=!0,this._views=[],this._destroyListeners=[]}}onDestroy(n){return this._destroyListeners.push(n),()=>E4(this._destroyListeners,n)}destroy(){if(this._destroyed)throw new L(406,!1);let n=this._injector;n.destroy&&!n.destroyed&&n.destroy()}get viewCount(){return this._views.length}static \u0275fac=function(r){return new(r||e)};static \u0275prov=C({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function E4(e,t){let n=e.indexOf(t);n>-1&&e.splice(n,1)}function s1(e,t,n,r){let i=D(),o=p2();if(Le(i,o,t)){let a=G(),s=It();Eh(s,i,e,t,n,r)}return s1}var PF=typeof document<"u"&&typeof document?.documentElement?.getAnimations=="function";var Oo=class{destroy(t){}updateValue(t,n){}swap(t,n){let r=Math.min(t,n),i=Math.max(t,n),o=this.detach(i);if(i-r>1){let a=this.detach(r);this.attach(r,o),this.attach(i,a)}else this.attach(r,o)}move(t,n){this.attach(n,this.detach(t))}};function oo(e,t,n,r,i){return e===n&&Object.is(t,r)?1:Object.is(i(e,t),i(n,r))?-1:0}function rv(e,t,n){let r,i,o=0,a=e.length-1,s=void 0;if(Array.isArray(t)){let c=t.length-1;for(;o<=a&&o<=c;){let l=e.at(o),f=t[o],u=oo(o,l,o,f,n);if(u!==0){u<0&&e.updateValue(o,f),o++;continue}let p=e.at(a),d=t[c],m=oo(a,p,c,d,n);if(m!==0){m<0&&e.updateValue(a,d),a--,c--;continue}let M=n(o,l),y=n(a,p),v=n(o,f);if(Object.is(v,y)){let P=n(c,d);Object.is(P,M)?(e.swap(o,a),e.updateValue(a,d),c--,a--):e.move(a,o),e.updateValue(o,f),o++;continue}if(r??=new o0,i??=Tl(e,o,a,n),Bo(e,r,o,v))e.updateValue(o,f),o++,a++;else if(i.has(v))r.set(M,e.detach(o)),a--;else{let P=e.create(o,t[o]);e.attach(o,P),o++,a++}}for(;o<=c;)Il(e,r,n,o,t[o]),o++}else if(t!=null){let c=t[Symbol.iterator](),l=c.next();for(;!l.done&&o<=a;){let f=e.at(o),u=l.value,p=oo(o,f,o,u,n);if(p!==0)p<0&&e.updateValue(o,u),o++,l=c.next();else{r??=new o0,i??=Tl(e,o,a,n);let d=n(o,u);if(Bo(e,r,o,d))e.updateValue(o,u),o++,a++,l=c.next();else if(!i.has(d))e.attach(o,e.create(o,u)),o++,a++,l=c.next();else{let m=n(o,f);r.set(m,e.detach(o)),a--}}}for(;!l.done;)Il(e,r,n,e.length,l.value),l=c.next()}for(;o<=a;)e.destroy(e.detach(a--));r?.forEach(c=>{e.destroy(c)})}function Bo(e,t,n,r){return t!==void 0&&t.has(r)?(e.attach(n,t.get(r)),t.delete(r),!0):!1}function Il(e,t,n,r,i){if(Bo(e,t,r,n(r,i)))e.updateValue(r,i);else{let o=e.create(r,i);e.attach(r,o)}}function Tl(e,t,n,r){let i=new Set;for(let o=t;o<=n;o++)i.add(r(o,e.at(o)));return i}var o0=class{kvMap=new Map;_vMap=void 0;has(t){return this.kvMap.has(t)}delete(t){if(!this.has(t))return!1;let n=this.kvMap.get(t);return this._vMap!==void 0&&this._vMap.has(n)?(this.kvMap.set(t,this._vMap.get(n)),this._vMap.delete(n)):this.kvMap.delete(t),!0}get(t){return this.kvMap.get(t)}set(t,n){if(this.kvMap.has(t)){let r=this.kvMap.get(t);this._vMap===void 0&&(this._vMap=new Map);let i=this._vMap;for(;i.has(r);)r=i.get(r);i.set(r,n)}else this.kvMap.set(t,n)}forEach(t){for(let[n,r]of this.kvMap)if(t(r,n),this._vMap!==void 0){let i=this._vMap;for(;i.has(r);)r=i.get(r),t(r,n)}}};function iv(e,t,n,r,i,o,a,s){o2("NgControlFlow");let c=D(),l=G(),f=He(l.consts,o);return k4(c,l,e,t,n,r,i,f,256,a,s),Fa}function Fa(e,t,n,r,i,o,a,s){o2("NgControlFlow");let c=D(),l=G(),f=He(l.consts,o);return k4(c,l,e,t,n,r,i,f,512,a,s),Fa}function ov(e,t){o2("NgControlFlow");let n=D(),r=p2(),i=n[r]!==me?n[r]:-1,o=i!==-1?a0(n,$+i):void 0,a=0;if(Le(n,r,e)){let s=T(null);try{if(o!==void 0&&X8(o,a),e!==-1){let c=$+e,l=a0(n,c),f=Uo(n[E],c),u=e5(l,f,n),p=j4(n,f,t,{dehydratedView:u});H4(l,p,a,Ot(f,u))}}finally{T(s)}}else if(o!==void 0){let s=K8(o,a);s!==void 0&&(s[X]=t)}}var Vo=class{lContainer;$implicit;$index;constructor(t,n,r){this.lContainer=t,this.$implicit=n,this.$index=r}get $count(){return this.lContainer.length-Z}};function av(e){return e}function sv(e,t){return t}var jo=class{hasEmptyBlock;trackByFn;liveCollection;constructor(t,n,r){this.hasEmptyBlock=t,this.trackByFn=n,this.liveCollection=r}};function cv(e,t,n,r,i,o,a,s,c,l,f,u,p){o2("NgControlFlow");let d=D(),m=G(),M=c!==void 0,y=D(),v=s?a.bind(y[Ce][X]):a,P=new jo(M,v);y[$+e]=P,k4(d,m,e+1,t,n,r,i,He(m.consts,o),256),M&&k4(d,m,e+2,c,l,f,u,He(m.consts,p),512)}var Ho=class extends Oo{lContainer;hostLView;templateTNode;operationsCounter=void 0;needsIndexUpdate=!1;constructor(t,n,r){super(),this.lContainer=t,this.hostLView=n,this.templateTNode=r}get length(){return this.lContainer.length-Z}at(t){return this.getLView(t)[X].$implicit}attach(t,n){let r=n[R1];this.needsIndexUpdate||=t!==this.length,H4(this.lContainer,n,t,Ot(this.templateTNode,r)),fv(this.lContainer,t)}detach(t){return this.needsIndexUpdate||=t!==this.length-1,uv(this.lContainer,t),dv(this.lContainer,t)}create(t,n){let r=Jn(this.lContainer,this.templateTNode.tView.ssrId),i=j4(this.hostLView,this.templateTNode,new Vo(this.lContainer,n,t),{dehydratedView:r});return this.operationsCounter?.recordCreate(),i}destroy(t){y0(t[E],t),this.operationsCounter?.recordDestroy()}updateValue(t,n){this.getLView(t)[X].$implicit=n}reset(){this.needsIndexUpdate=!1,this.operationsCounter?.reset()}updateIndexes(){if(this.needsIndexUpdate)for(let t=0;t<this.length;t++)this.getLView(t)[X].$index=t}getLView(t){return pv(this.lContainer,t)}};function lv(e){let t=T(null),n=t2();try{let r=D(),i=r[E],o=r[n],a=n+1,s=a0(r,a);if(o.liveCollection===void 0){let l=Uo(i,a);o.liveCollection=new Ho(s,r,l)}else o.liveCollection.reset();let c=o.liveCollection;if(rv(c,e,o.trackByFn),c.updateIndexes(),o.hasEmptyBlock){let l=p2(),f=c.length===0;if(Le(r,l,f)){let u=n+2,p=a0(r,u);if(f){let d=Uo(i,u),m=e5(p,d,r),M=j4(r,d,void 0,{dehydratedView:m});H4(p,M,0,Ot(d,m))}else i.firstUpdatePass&&Xh(p),X8(p,0)}}}finally{T(t)}}function a0(e,t){return e[t]}function fv(e,t){if(e.length<=Z)return;let n=Z+t,r=e[n],i=r?r[V1]:void 0;if(r&&i&&i.detachedLeaveAnimationFns&&i.detachedLeaveAnimationFns.length>0){let o=r[I2];oh(o,i),q1.delete(r),i.detachedLeaveAnimationFns=void 0}}function uv(e,t){if(e.length<=Z)return;let n=Z+t,r=e[n],i=r?r[V1]:void 0;i&&i.leave&&i.leave.size>0&&(i.detachedLeaveAnimationFns=[])}function dv(e,t){return I4(e,t)}function pv(e,t){return K8(e,t)}function Uo(e,t){return C4(e,t)}function N5(e,t,n){let r=D(),i=p2();if(Le(r,i,t)){let o=G(),a=It();V8(a,r,e,t,r[H],n)}return N5}function $o(e,t,n,r,i){Da(t,e,n,i?"class":"style",r)}function Ra(e,t,n,r){let i=D(),o=i[E],a=e+$,s=o.firstCreatePass?Ea(a,i,2,t,La,Sn(),n,r):o.data[a];if(za(s,i,e,t,A5),St(s)){let c=i[E];L0(c,i,s),ea(c,s,i)}return r!=null&&V4(i,s),Ra}function Pa(){let e=G(),t=te(),n=ba(t);return e.firstCreatePass&&xa(e,n),Bi(n)&&Vi(),Pi(),n.classesWithoutHost!=null&&Ip(n)&&$o(e,n,D(),n.classesWithoutHost,!0),n.stylesWithoutHost!=null&&Tp(n)&&$o(e,n,D(),n.stylesWithoutHost,!1),Pa}function I5(e,t,n,r){return Ra(e,t,n,r),Pa(),I5}function Oa(e,t,n,r){let i=D(),o=i[E],a=e+$,s=o.firstCreatePass?dg(a,o,2,t,n,r):o.data[a];return za(s,i,e,t,A5),r!=null&&V4(i,s),Oa}function Ba(){let e=te(),t=ba(e);return Bi(t)&&Vi(),Pi(),Ba}function T5(e,t,n,r){return Oa(e,t,n,r),Ba(),T5}var A5=(e,t,n,r,i)=>(D4(!0),h8(t[H],r,Xc()));function Va(e,t,n){let r=D(),i=r[E],o=e+$,a=i.firstCreatePass?Ea(o,r,8,"ng-container",La,Sn(),t,n):i.data[o];if(za(a,r,e,"ng-container",mv),St(a)){let s=r[E];L0(s,r,a),ea(s,a,r)}return n!=null&&V4(r,a),Va}function ja(){let e=G(),t=te(),n=ba(t);return e.firstCreatePass&&xa(e,n),ja}function _5(e,t,n){return Va(e,t,n),ja(),_5}var mv=(e,t,n,r,i)=>(D4(!0),Dm(t[H],""));function hv(){return D()}function x0(e,t,n){let r=D(),i=p2();if(Le(r,i,t)){let o=G(),a=It();Ca(a,r,e,t,r[H],n)}return x0}function k5(e,t,n){let r=D(),i=p2();if(Le(r,i,t)){let o=G(),a=It(),s=Wi(o.data),c=Ih(s,a,r);Ca(a,r,e,t,c,n)}return k5}var G4="en-US";var gv=G4;function F5(e){typeof e=="string"&&(gv=e.toLowerCase().replace(/_/g,"-"))}function y2(e,t,n){let r=D(),i=G(),o=te();return P5(i,r,r[H],o,e,t,n),y2}function R5(e,t,n){let r=D(),i=G(),o=te();return(o.type&3||n)&&a5(o,i,r,n,r[H],e,t,Hn(o,r,t)),R5}function P5(e,t,n,r,i,o,a){let s=!0,c=null;if((r.type&3||a)&&(c??=Hn(r,t,o),a5(r,e,t,a,n,i,o,c)&&(s=!1)),s){let l=r.outputs?.[i],f=r.hostDirectiveOutputs?.[i];if(f&&f.length)for(let u=0;u<f.length;u+=2){let p=f[u],d=f[u+1];c??=Hn(r,t,o),Sl(r,t,p,d,i,c)}if(l&&l.length)for(let u of l)c??=Hn(r,t,o),Sl(r,t,u,i,i,c)}}function vv(e=1){return Kc(e)}function Mv(e,t){let n=null,r=Bm(e);for(let i=0;i<t.length;i++){let o=t[i];if(o==="*"){n=i;continue}if(r===null?b8(e,o,!0):Hm(r,o))return i}return n}function Ha(e){let t=D()[Ce][ye];if(!t.projection){let n=e?e.length:1,r=t.projection=bc(n,null),i=r.slice(),o=t.child;for(;o!==null;){if(o.type!==128){let a=e?Mv(o,e):0;a!==null&&(i[a]?i[a].projectionNext=o:r[a]=o,i[a]=o)}o=o.next}}}function Ua(e,t=0,n,r,i,o){let a=D(),s=G(),c=r?e+1:null;c!==null&&k4(a,s,c,r,i,o,null,n);let l=X1(s,$+e,16,null,n||null);l.projection===null&&(l.projection=t),Ui();let u=!a[R1]||Oi();a[Ce][ye].projection[l.projection]===null&&c!==null?yv(a,s,c):u&&!m0(l)&&gh(s,a,l)}function yv(e,t,n){let r=$+n,i=t.data[r],o=e[r],a=Jn(o,i.tView.ssrId),s=j4(e,i,void 0,{dehydratedView:a});H4(o,s,0,Ot(i,a))}function Cv(e,t,n,r){Pg(e,t,n,r)}function Lv(e,t,n){p5(e,t,n)}function zv(e){let t=D(),n=G(),r=Nn();b4(r+1);let i=Ta(n,r);if(e.dirty&&_c(t)===((i.metadata.flags&2)===2)){if(i.matches===null)e.reset([]);else{let o=h5(t,r);e.reset(o,Ql),e.notifyOnChanges()}return!0}return!1}function bv(){return Ia(D(),Nn())}function Dv(e,t,n,r){Vg(e,p5(t,n,r))}function wv(e=1){b4(Nn()+e)}function Sv(e){let t=$i();return xt(t,$+e)}function Pn(e,t){return e<<17|t<<2}function Q1(e){return e>>17&32767}function Ev(e){return(e&2)==2}function xv(e,t){return e&131071|t<<17}function Go(e){return e|2}function Bt(e){return(e&131068)>>2}function ao(e,t){return e&-131069|t<<2}function Nv(e){return(e&1)===1}function Wo(e){return e|1}function Iv(e,t,n,r,i,o){let a=o?t.classBindings:t.styleBindings,s=Q1(a),c=Bt(a);e[r]=n;let l=!1,f;if(Array.isArray(n)){let u=n;f=u[1],(f===null||Lt(u,f)>0)&&(l=!0)}else f=n;if(i)if(c!==0){let p=Q1(e[s+1]);e[r+1]=Pn(p,s),p!==0&&(e[p+1]=ao(e[p+1],r)),e[s+1]=xv(e[s+1],r)}else e[r+1]=Pn(s,0),s!==0&&(e[s+1]=ao(e[s+1],r)),s=r;else e[r+1]=Pn(c,0),s===0?s=r:e[c+1]=ao(e[c+1],r),c=r;l&&(e[r+1]=Go(e[r+1])),Al(e,f,r,!0),Al(e,f,r,!1),Tv(t,f,e,r,o),a=Pn(s,c),o?t.classBindings=a:t.styleBindings=a}function Tv(e,t,n,r,i){let o=i?e.residualClasses:e.residualStyles;o!=null&&typeof t=="string"&&Lt(o,t)>=0&&(n[r+1]=Wo(n[r+1]))}function Al(e,t,n,r){let i=e[n+1],o=t===null,a=r?Q1(i):Bt(i),s=!1;for(;a!==0&&(s===!1||o);){let c=e[a],l=e[a+1];Av(c,t)&&(s=!0,e[a+1]=r?Wo(l):Go(l)),a=r?Q1(l):Bt(l)}s&&(e[n+1]=r?Go(i):Wo(i))}function Av(e,t){return e===null||t==null||(Array.isArray(e)?e[1]:e)===t?!0:Array.isArray(e)&&typeof t=="string"?Lt(e,t)>=0:!1}var i2={textEnd:0,key:0,keyEnd:0,value:0,valueEnd:0};function _v(e){return e.substring(i2.key,i2.keyEnd)}function kv(e){return Fv(e),O5(e,B5(e,0,i2.textEnd))}function O5(e,t){let n=i2.textEnd;return n===t?-1:(t=i2.keyEnd=Rv(e,i2.key=t,n),B5(e,t,n))}function Fv(e){i2.key=0,i2.keyEnd=0,i2.value=0,i2.valueEnd=0,i2.textEnd=e.length}function B5(e,t,n){for(;t<n&&e.charCodeAt(t)<=32;)t++;return t}function Rv(e,t,n){for(;t<n&&e.charCodeAt(t)>32;)t++;return t}function N0(e,t,n){return V5(e,t,n,!1),N0}function W4(e,t){return V5(e,t,null,!0),W4}function $a(e){Ov($v,Pv,e,!0)}function Pv(e,t){for(let n=kv(t);n>=0;n=O5(t,n))Ln(e,_v(t),!0)}function V5(e,t,n,r){let i=D(),o=G(),a=En(2);if(o.firstUpdatePass&&H5(o,e,a,r),t!==me&&Le(i,a,t)){let s=o.data[t2()];U5(o,s,i,i[H],e,i[a+1]=Wv(t,n),r,a)}}function Ov(e,t,n,r){let i=G(),o=En(2);i.firstUpdatePass&&H5(i,null,o,r);let a=D();if(n!==me&&Le(a,o,n)){let s=i.data[t2()];if($5(s,r)&&!j5(i,o)){let c=r?s.classesWithoutHost:s.stylesWithoutHost;c!==null&&(n=vn(c,n||"")),$o(i,s,a,n,r)}else Gv(i,s,a,a[H],a[o+1],a[o+1]=Uv(e,t,n),r,o)}}function j5(e,t){return t>=e.expandoStartIndex}function H5(e,t,n,r){let i=e.data;if(i[n+1]===null){let o=i[t2()],a=j5(e,n);$5(o,r)&&t===null&&!a&&(t=!1),t=Bv(i,o,t,r),Iv(i,o,t,n,a,r)}}function Bv(e,t,n,r){let i=Wi(e),o=r?t.residualClasses:t.residualStyles;if(i===null)(r?t.classBindings:t.styleBindings)===0&&(n=so(null,e,t,n,r),n=F4(n,t.attrs,r),o=null);else{let a=t.directiveStylingLast;if(a===-1||e[a]!==i)if(n=so(i,e,t,n,r),o===null){let c=Vv(e,t,r);c!==void 0&&Array.isArray(c)&&(c=so(null,e,t,c[1],r),c=F4(c,t.attrs,r),jv(e,t,r,c))}else o=Hv(e,t,r)}return o!==void 0&&(r?t.residualClasses=o:t.residualStyles=o),n}function Vv(e,t,n){let r=n?t.classBindings:t.styleBindings;if(Bt(r)!==0)return e[Q1(r)]}function jv(e,t,n,r){let i=n?t.classBindings:t.styleBindings;e[Q1(i)]=r}function Hv(e,t,n){let r,i=t.directiveEnd;for(let o=1+t.directiveStylingLast;o<i;o++){let a=e[o].hostAttrs;r=F4(r,a,n)}return F4(r,t.attrs,n)}function so(e,t,n,r,i){let o=null,a=n.directiveEnd,s=n.directiveStylingLast;for(s===-1?s=n.directiveStart:s++;s<a&&(o=t[s],r=F4(r,o.hostAttrs,i),o!==e);)s++;return e!==null&&(n.directiveStylingLast=s),r}function F4(e,t,n){let r=n?1:2,i=-1;if(t!==null)for(let o=0;o<t.length;o++){let a=t[o];typeof a=="number"?i=a:i===r&&(Array.isArray(e)||(e=e===void 0?[]:["",e]),Ln(e,a,n?!0:t[++o]))}return e===void 0?null:e}function Uv(e,t,n){if(n==null||n==="")return de;let r=[],i=xe(n);if(Array.isArray(i))for(let o=0;o<i.length;o++)e(r,i[o],!0);else if(typeof i=="object")for(let o in i)i.hasOwnProperty(o)&&e(r,o,i[o]);else typeof i=="string"&&t(r,i);return r}function $v(e,t,n){let r=String(t);r!==""&&!r.includes(" ")&&Ln(e,r,n)}function Gv(e,t,n,r,i,o,a,s){i===me&&(i=de);let c=0,l=0,f=0<i.length?i[0]:null,u=0<o.length?o[0]:null;for(;f!==null||u!==null;){let p=c<i.length?i[c+1]:void 0,d=l<o.length?o[l+1]:void 0,m=null,M;f===u?(c+=2,l+=2,p!==d&&(m=u,M=d)):u===null||f!==null&&f<u?(c+=2,m=f):(l+=2,m=u,M=d),m!==null&&U5(e,t,n,r,m,M,a,s),f=c<i.length?i[c]:null,u=l<o.length?o[l]:null}}function U5(e,t,n,r,i,o,a,s){if(!(t.type&3))return;let c=e.data,l=c[s+1],f=Nv(l)?_l(c,t,n,i,Bt(l),a):void 0;if(!s0(f)){s0(o)||Ev(l)&&(o=_l(c,null,n,i,s,a));let u=Ti(t2(),n);Mh(r,a,u,i,o)}}function _l(e,t,n,r,i,o){let a=t===null,s;for(;i>0;){let c=e[i],l=Array.isArray(c),f=l?c[1]:c,u=f===null,p=n[i+1];p===me&&(p=u?de:void 0);let d=u?zn(p,r):f===r?p:void 0;if(l&&!s0(d)&&(d=zn(c,r)),s0(d)&&(s=d,a))return s;let m=e[i+1];i=a?Q1(m):Bt(m)}if(t!==null){let c=o?t.residualClasses:t.residualStyles;c!=null&&(s=zn(c,r))}return s}function s0(e){return e!==void 0}function Wv(e,t){return e==null||e===""||(typeof t=="string"?e=e+t:typeof e=="object"&&(e=w2(xe(e)))),e}function $5(e,t){return(e.flags&(t?8:16))!==0}function qv(e,t=""){let n=D(),r=G(),i=e+$,o=r.firstCreatePass?X1(r,i,1,t,null):r.data[i],a=Yv(r,n,o,t,e);n[i]=a,An()&&Ma(r,n,a,o),U1(o,!1)}var Yv=(e,t,n,r,i)=>(D4(!0),zm(t[H],r));function G5(e,t,n,r=""){return Le(e,p2(),n)?t+E2(n)+r:me}function W5(e,t,n,r,i,o=""){let a=Uc(),s=T4(e,a,n,i);return En(2),s?t+E2(n)+r+E2(i)+o:me}function q5(e){return Ga("",e),q5}function Ga(e,t,n){let r=D(),i=G5(r,e,t,n);return i!==me&&Z5(r,t2(),i),Ga}function Y5(e,t,n,r,i){let o=D(),a=W5(o,e,t,n,r,i);return a!==me&&Z5(o,t2(),a),Y5}function Z5(e,t,n){let r=Ti(t,e);bm(e[H],r,n)}function Q5(e,t,n){Ki(t)&&(t=t());let r=D(),i=p2();if(Le(r,i,t)){let o=G(),a=It();V8(a,r,e,t,r[H],n)}return Q5}function Zv(e,t){let n=Ki(e);return n&&e.set(t),n}function K5(e,t){let n=D(),r=G(),i=te();return P5(r,n,n[H],i,e,t),K5}var X5={};function J5(e){let t=G(),n=D(),r=e+$,i=X1(t,r,128,null,null);return U1(i,!1),L4(t,n,r,X5),J5}function Qv(e){o2("NgLet");let t=G(),n=D(),r=t2();return L4(t,n,r,e),e}function Kv(e){let t=$i(),n=xt(t,$+e);if(n===X5)throw new L(314,!1);return n}function Xv(e){return Le(D(),p2(),e)?E2(e):me}function Jv(e,t,n=""){return G5(D(),e,t,n)}function eM(e,t,n,r,i=""){return W5(D(),e,t,n,r,i)}function tM(e,t,n){let r=G();if(r.firstCreatePass){let i=Je(e);qo(n,r.data,r.blueprint,i,!0),qo(t,r.data,r.blueprint,i,!1)}}function qo(e,t,n,r,i){if(e=ce(e),Array.isArray(e))for(let o=0;o<e.length;o++)qo(e[o],t,n,r,i);else{let o=G(),a=D(),s=te(),c=_1(e)?e:ce(e.provide),l=Di(e),f=s.providerIndexes&1048575,u=s.directiveStart,p=s.providerIndexes>>20;if(_1(e)||!e.multi){let d=new W1(l,i,w,null),m=lo(c,t,i?f:f+p,u);m===-1?(uo(qn(s,a),o,c),co(o,e,t.length),t.push(c),s.directiveStart++,s.directiveEnd++,i&&(s.providerIndexes+=1048576),n.push(d),a.push(d)):(n[m]=d,a[m]=d)}else{let d=lo(c,t,f+p,u),m=lo(c,t,f,f+p),M=d>=0&&n[d],y=m>=0&&n[m];if(i&&!y||!i&&!M){uo(qn(s,a),o,c);let v=iM(i?rM:nM,n.length,i,r,l,e);!i&&y&&(n[m].providerFactory=v),co(o,e,t.length,0),t.push(c),s.directiveStart++,s.directiveEnd++,i&&(s.providerIndexes+=1048576),n.push(v),a.push(v)}else{let v=e7(n[i?m:d],l,!i&&r);co(o,e,d>-1?d:m,v)}!i&&r&&y&&n[m].componentProviders++}}}function co(e,t,n,r){let i=_1(t),o=Nc(t);if(i||o){let c=(o?ce(t.useClass):t).prototype.ngOnDestroy;if(c){let l=e.destroyHooks||(e.destroyHooks=[]);if(!i&&t.multi){let f=l.indexOf(n);f===-1?l.push(n,[r,c]):l[f+1].push(r,c)}else l.push(n,c)}}}function e7(e,t,n){return n&&e.componentProviders++,e.multi.push(t)-1}function lo(e,t,n,r){for(let i=n;i<r;i++)if(t[i]===e)return i;return-1}function nM(e,t,n,r,i){return Yo(this.multi,[])}function rM(e,t,n,r,i){let o=this.multi,a;if(this.providerFactory){let s=this.providerFactory.componentProviders,c=x4(r,r[E],this.providerFactory.index,i);a=c.slice(0,s),Yo(o,a);for(let l=s;l<c.length;l++)a.push(c[l])}else a=[],Yo(o,a);return a}function Yo(e,t){for(let n=0;n<e.length;n++){let r=e[n];t.push(r())}return t}function iM(e,t,n,r,i,o){let a=new W1(e,n,w,null);return a.multi=[],a.index=t,a.componentProviders=0,e7(a,i,r&&!n),a}function he(e,t=[]){return n=>{n.providersResolver=(r,i)=>tM(r,i?i(e):e,t)}}function oM(e,t,n){let r=A2()+e,i=D();return i[r]===me?$4(i,r,n?t.call(n):t()):pg(i,r)}function aM(e,t,n,r){return t7(D(),A2(),e,t,n,r)}function sM(e,t,n,r,i){return n7(D(),A2(),e,t,n,r,i)}function cM(e,t,n,r,i,o){return r7(D(),A2(),e,t,n,r,i,o)}function lM(e,t,n,r,i,o,a){return fM(D(),A2(),e,t,n,r,i,o,a)}function I0(e,t){let n=e[t];return n===me?void 0:n}function t7(e,t,n,r,i,o){let a=t+n;return Le(e,a,i)?$4(e,a+1,o?r.call(o,i):r(i)):I0(e,a+1)}function n7(e,t,n,r,i,o,a){let s=t+n;return T4(e,s,i,o)?$4(e,s+2,a?r.call(a,i,o):r(i,o)):I0(e,s+2)}function r7(e,t,n,r,i,o,a,s){let c=t+n;return mg(e,c,i,o,a)?$4(e,c+3,s?r.call(s,i,o,a):r(i,o,a)):I0(e,c+3)}function fM(e,t,n,r,i,o,a,s,c){let l=t+n;return hg(e,l,i,o,a,s)?$4(e,l+4,c?r.call(c,i,o,a,s):r(i,o,a,s)):I0(e,l+4)}function uM(e,t){let n=G(),r,i=e+$;n.firstCreatePass?(r=dM(t,n.pipeRegistry),n.data[i]=r,r.onDestroy&&(n.destroyHooks??=[]).push(i,r.onDestroy)):r=n.data[i];let o=r.factory||(r.factory=q2(r.type,!0)),a,s=ve(w);try{let c=Wn(!1),l=o();return Wn(c),L4(n,D(),i,l),l}finally{ve(s)}}function dM(e,t){if(t)for(let n=t.length-1;n>=0;n--){let r=t[n];if(e===r.name)return r}}function pM(e,t,n){let r=e+$,i=D(),o=xt(i,r);return Wa(i,r)?t7(i,A2(),t,o.transform,n,o):o.transform(n)}function mM(e,t,n,r){let i=e+$,o=D(),a=xt(o,i);return Wa(o,i)?n7(o,A2(),t,a.transform,n,r,a):a.transform(n,r)}function hM(e,t,n,r,i){let o=e+$,a=D(),s=xt(a,o);return Wa(a,o)?r7(a,A2(),t,s.transform,n,r,i,s):s.transform(n,r,i)}function Wa(e,t){return e[E].data[t].pure}function gM(e,t){return z0(e,t)}var c0=class{ngModuleFactory;componentFactories;constructor(t,n){this.ngModuleFactory=t,this.componentFactories=n}},vM=(()=>{class e{compileModuleSync(n){return new i0(n)}compileModuleAsync(n){return Promise.resolve(this.compileModuleSync(n))}compileModuleAndAllComponentsSync(n){let r=this.compileModuleSync(n),i=Ci(n),o=L8(i.declarations).reduce((a,s)=>{let c=x2(s);return c&&a.push(new Z1(c)),a},[]);return new c0(r,o)}compileModuleAndAllComponentsAsync(n){return Promise.resolve(this.compileModuleAndAllComponentsSync(n))}clearCache(){}clearCacheFor(n){}getModuleId(n){}static \u0275fac=function(r){return new(r||e)};static \u0275prov=C({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();var MM=(()=>{class e{zone=g(J);changeDetectionScheduler=g(Ke);applicationRef=g(a1);applicationErrorHandler=g(n2);_onMicrotaskEmptySubscription;initialize(){this._onMicrotaskEmptySubscription||(this._onMicrotaskEmptySubscription=this.zone.onMicrotaskEmpty.subscribe({next:()=>{this.changeDetectionScheduler.runningTick||this.zone.run(()=>{try{this.applicationRef.dirtyFlags|=1,this.applicationRef._tick()}catch(n){this.applicationErrorHandler(n)}})}}))}ngOnDestroy(){this._onMicrotaskEmptySubscription?.unsubscribe()}static \u0275fac=function(r){return new(r||e)};static \u0275prov=C({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})(),i7=new b("",{factory:()=>!1});function qa({ngZoneFactory:e,ignoreChangesOutsideZone:t,scheduleInRootZone:n}){return e??=()=>new J(V(I({},Ya()),{scheduleInRootZone:n})),[{provide:J,useFactory:e},{provide:K2,multi:!0,useFactory:()=>{let r=g(MM,{optional:!0});return()=>r.initialize()}},{provide:K2,multi:!0,useFactory:()=>{let r=g(CM);return()=>{r.initialize()}}},t===!0?{provide:Xi,useValue:!0}:[],{provide:Ji,useValue:n??E8},{provide:n2,useFactory:()=>{let r=g(J),i=g(we),o;return a=>{r.runOutsideAngular(()=>{i.destroyed&&!o?setTimeout(()=>{throw a}):(o??=i.get(Ne),o.handleError(a))})}}}]}function yM(e){let t=e?.ignoreChangesOutsideZone,n=e?.scheduleInRootZone,r=qa({ngZoneFactory:()=>{let i=Ya(e);return i.scheduleInRootZone=n,i.shouldCoalesceEventChangeDetection&&o2("NgZone_CoalesceEvent"),new J(i)},ignoreChangesOutsideZone:t,scheduleInRootZone:n});return N2([{provide:i7,useValue:!0},{provide:At,useValue:!1},r])}function Ya(e){return{enableLongStackTrace:!1,shouldCoalesceEventChangeDetection:e?.eventCoalescing??!1,shouldCoalesceRunChangeDetection:e?.runCoalescing??!1}}var CM=(()=>{class e{subscription=new Y;initialized=!1;zone=g(J);pendingTasks=g(r1);initialize(){if(this.initialized)return;this.initialized=!0;let n=null;!this.zone.isStable&&!this.zone.hasPendingMacrotasks&&!this.zone.hasPendingMicrotasks&&(n=this.pendingTasks.add()),this.zone.runOutsideAngular(()=>{this.subscription.add(this.zone.onStable.subscribe(()=>{J.assertNotInAngularZone(),queueMicrotask(()=>{n!==null&&!this.zone.hasPendingMacrotasks&&!this.zone.hasPendingMicrotasks&&(this.pendingTasks.remove(n),n=null)})}))}),this.subscription.add(this.zone.onUnstable.subscribe(()=>{J.assertInAngularZone(),n??=this.pendingTasks.add()}))}ngOnDestroy(){this.subscription.unsubscribe()}static \u0275fac=function(r){return new(r||e)};static \u0275prov=C({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();var o7=(()=>{class e{applicationErrorHandler=g(n2);appRef=g(a1);taskService=g(r1);ngZone=g(J);zonelessEnabled=g(At);tracing=g(K1,{optional:!0});disableScheduling=g(Xi,{optional:!0})??!1;zoneIsDefined=typeof Zone<"u"&&!!Zone.root.run;schedulerTickApplyArgs=[{data:{__scheduler_tick__:!0}}];subscriptions=new Y;angularZoneId=this.zoneIsDefined?this.ngZone._inner?.get(Qn):null;scheduleInRootZone=!this.zonelessEnabled&&this.zoneIsDefined&&(g(Ji,{optional:!0})??!1);cancelScheduledCallback=null;useMicrotaskScheduler=!1;runningTick=!1;pendingRenderTaskId=null;constructor(){this.subscriptions.add(this.appRef.afterTick.subscribe(()=>{this.runningTick||this.cleanup()})),this.subscriptions.add(this.ngZone.onUnstable.subscribe(()=>{this.runningTick||this.cleanup()})),this.disableScheduling||=!this.zonelessEnabled&&(this.ngZone instanceof Kn||!this.zoneIsDefined)}notify(n){if(!this.zonelessEnabled&&n===5)return;let r=!1;switch(n){case 0:{this.appRef.dirtyFlags|=2;break}case 3:case 2:case 4:case 5:case 1:{this.appRef.dirtyFlags|=4;break}case 6:{this.appRef.dirtyFlags|=2,r=!0;break}case 12:{this.appRef.dirtyFlags|=16,r=!0;break}case 13:{this.appRef.dirtyFlags|=2,r=!0;break}case 11:{r=!0;break}case 9:case 8:case 7:case 10:default:this.appRef.dirtyFlags|=8}if(this.appRef.tracingSnapshot=this.tracing?.snapshot(this.appRef.tracingSnapshot)??null,!this.shouldScheduleTick(r))return;let i=this.useMicrotaskScheduler?gl:x8;this.pendingRenderTaskId=this.taskService.add(),this.scheduleInRootZone?this.cancelScheduledCallback=Zone.root.run(()=>i(()=>this.tick())):this.cancelScheduledCallback=this.ngZone.runOutsideAngular(()=>i(()=>this.tick()))}shouldScheduleTick(n){return!(this.disableScheduling&&!n||this.appRef.destroyed||this.pendingRenderTaskId!==null||this.runningTick||this.appRef._runningTick||!this.zonelessEnabled&&this.zoneIsDefined&&Zone.current.get(Qn+this.angularZoneId))}tick(){if(this.runningTick||this.appRef.destroyed)return;if(this.appRef.dirtyFlags===0){this.cleanup();return}!this.zonelessEnabled&&this.appRef.dirtyFlags&7&&(this.appRef.dirtyFlags|=1);let n=this.taskService.add();try{this.ngZone.run(()=>{this.runningTick=!0,this.appRef._tick()},void 0,this.schedulerTickApplyArgs)}catch(r){this.taskService.remove(n),this.applicationErrorHandler(r)}finally{this.cleanup()}this.useMicrotaskScheduler=!0,gl(()=>{this.useMicrotaskScheduler=!1,this.taskService.remove(n)})}ngOnDestroy(){this.subscriptions.unsubscribe(),this.cleanup()}cleanup(){if(this.runningTick=!1,this.cancelScheduledCallback?.(),this.cancelScheduledCallback=null,this.pendingRenderTaskId!==null){let n=this.pendingRenderTaskId;this.pendingRenderTaskId=null,this.taskService.remove(n)}}static \u0275fac=function(r){return new(r||e)};static \u0275prov=C({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();function LM(){return typeof $localize<"u"&&$localize.locale||G4}var T0=new b("",{providedIn:"root",factory:()=>g(T0,{optional:!0,skipSelf:!0})||LM()});var q4=class{destroyed=!1;listeners=null;errorHandler=g(Ne,{optional:!0});destroyRef=g(Ae);constructor(){this.destroyRef.onDestroy(()=>{this.destroyed=!0,this.listeners=null})}subscribe(t){if(this.destroyed)throw new L(953,!1);return(this.listeners??=[]).push(t),{unsubscribe:()=>{let n=this.listeners?.indexOf(t);n!==void 0&&n!==-1&&this.listeners?.splice(n,1)}}}emit(t){if(this.destroyed){console.warn(S2(953,!1));return}if(this.listeners===null)return;let n=T(null);try{for(let r of this.listeners)try{r(t)}catch(i){this.errorHandler?.handleError(i)}}finally{T(n)}}};function _e(e){return uc(e)}function C2(e,t){return r4(e,t?.equal)}var Za=class{[ne];constructor(t){this[ne]=t}destroy(){this[ne].destroy()}};function Qa(e,t){let n=t?.injector??g(Me),r=t?.manualCleanup!==!0?n.get(Ae):null,i,o=n.get(Tt,null,{optional:!0}),a=n.get(Ke);return o!==null?(i=DM(o.view,a,e),r instanceof m4&&r._lView===o.view&&(r=null)):i=wM(e,n.get(w4),a),i.injector=n,r!==null&&(i.onDestroyFn=r.onDestroy(()=>i.destroy())),new Za(i)}var a7=V(I({},dc),{cleanupFns:void 0,zone:null,onDestroyFn:$1,run(){let e=Nt(!1);try{pc(this)}finally{Nt(e)}},cleanup(){if(!this.cleanupFns?.length)return;let e=T(null);try{for(;this.cleanupFns.length;)this.cleanupFns.pop()()}finally{this.cleanupFns=[],T(e)}}}),zM=V(I({},a7),{consumerMarkedDirty(){this.scheduler.schedule(this),this.notifier.notify(12)},destroy(){S1(this),this.onDestroyFn(),this.cleanup(),this.scheduler.remove(this)}}),bM=V(I({},a7),{consumerMarkedDirty(){this.view[_]|=8192,t1(this.view),this.notifier.notify(13)},destroy(){S1(this),this.onDestroyFn(),this.cleanup(),this.view[T2]?.delete(this)}});function DM(e,t,n){let r=Object.create(bM);return r.view=e,r.zone=typeof Zone<"u"?Zone.current:null,r.notifier=t,r.fn=s7(r,n),e[T2]??=new Set,e[T2].add(r),r.consumerMarkedDirty(r),r}function wM(e,t,n){let r=Object.create(zM);return r.fn=s7(r,e),r.scheduler=t,r.notifier=n,r.zone=typeof Zone<"u"?Zone.current:null,r.scheduler.add(r),r.notifier.notify(12),r}function s7(e,t){return()=>{t(n=>(e.cleanupFns??=[]).push(n))}}var k0=Symbol("InputSignalNode#UNSET"),g7=V(I({},B3),{transformFn:void 0,applyValueToInputSignal(e,t){E1(e,t)}});function v7(e,t){let n=Object.create(g7);n.value=e,n.transformFn=t?.transform;function r(){if(D1(n),n.value===k0){let i=null;throw new L(-950,i)}return n.value}return r[ne]=n,r}var c7=class{attributeName;constructor(t){this.attributeName=t}__NG_ELEMENT_ID__=()=>Qo(this.attributeName);toString(){return`HostAttributeToken ${this.attributeName}`}},OM=new b("");OM.__NG_ELEMENT_ID__=e=>{let t=te();if(t===null)throw new L(204,!1);if(t.type&2)return t.value;if(e&8)return null;throw new L(204,!1)};function Mj(e){return new q4}function l7(e,t){return v7(e,t)}function BM(e){return v7(k0,e)}var F0=(l7.required=BM,l7);function f7(e,t){return v5(t)}function VM(e,t){return M5(t)}var yj=(f7.required=VM,f7);function M7(e,t){let n=Object.create(g7),r=new q4;n.value=e;function i(){return D1(n),u7(n.value),n.value}return i[ne]=n,i.asReadonly=_n.bind(i),i.set=o=>{n.equal(n.value,o)||(E1(n,o),r.emit(o))},i.update=o=>{u7(n.value),i.set(o(n.value))},i.subscribe=r.subscribe.bind(r),i.destroyRef=r.destroyRef,i}function u7(e){if(e===k0)throw new L(952,!1)}function d7(e,t){return M7(e,t)}function jM(e){return M7(k0,e)}var ze=(d7.required=jM,d7);var Ka=new b(""),HM=new b("");function Y4(e){return!e.moduleRef}function UM(e){let t=Y4(e)?e.r3Injector:e.moduleRef.injector,n=t.get(J);return n.run(()=>{Y4(e)?e.r3Injector.resolveInjectorInitializers():e.moduleRef.resolveInjectorInitializers();let r=t.get(n2),i;if(n.runOutsideAngular(()=>{i=n.onError.subscribe({next:r})}),Y4(e)){let o=()=>t.destroy(),a=e.platformInjector.get(Ka);a.add(o),t.onDestroy(()=>{i.unsubscribe(),a.delete(o)})}else{let o=()=>e.moduleRef.destroy(),a=e.platformInjector.get(Ka);a.add(o),e.moduleRef.onDestroy(()=>{E4(e.allPlatformModules,e.moduleRef),i.unsubscribe(),a.delete(o)})}return GM(r,n,()=>{let o=t.get(r1),a=o.add(),s=t.get(ka);return s.runInitializers(),s.donePromise.then(()=>{let c=t.get(T0,G4);if(F5(c||G4),!t.get(HM,!0))return Y4(e)?t.get(a1):(e.allPlatformModules.push(e.moduleRef),e.moduleRef);if(Y4(e)){let f=t.get(a1);return e.rootComponent!==void 0&&f.bootstrap(e.rootComponent),f}else return $M?.(e.moduleRef,e.allPlatformModules),e.moduleRef}).finally(()=>void o.remove(a))})})}var $M;function GM(e,t,n){try{let r=n();return et(r)?r.catch(i=>{throw t.runOutsideAngular(()=>e(i)),i}):r}catch(r){throw t.runOutsideAngular(()=>e(r)),r}}var A0=null;function WM(e=[],t){return Me.create({name:t,providers:[{provide:v4,useValue:"platform"},{provide:Ka,useValue:new Set([()=>A0=null])},...e]})}function qM(e=[]){if(A0)return A0;let t=WM(e);return A0=t,E5(),YM(t),t}function YM(e){let t=e.get(f0,null);bt(e,()=>{t?.forEach(n=>n())})}function Cj(){return!1}var c1=(()=>{class e{static __NG_ELEMENT_ID__=ZM}return e})();function ZM(e){return QM(te(),D(),(e&16)===16)}function QM(e,t,n){if(e1(e)&&!n){let r=je(e.index,t);return new i1(r,r)}else if(e.type&175){let r=t[Ce];return new i1(r,t)}return null}var Xa=class{constructor(){}supports(t){return Na(t)}create(t){return new Ja(t)}},KM=(e,t)=>t,Ja=class{length=0;collection;_linkedRecords=null;_unlinkedRecords=null;_previousItHead=null;_itHead=null;_itTail=null;_additionsHead=null;_additionsTail=null;_movesHead=null;_movesTail=null;_removalsHead=null;_removalsTail=null;_identityChangesHead=null;_identityChangesTail=null;_trackByFn;constructor(t){this._trackByFn=t||KM}forEachItem(t){let n;for(n=this._itHead;n!==null;n=n._next)t(n)}forEachOperation(t){let n=this._itHead,r=this._removalsHead,i=0,o=null;for(;n||r;){let a=!r||n&&n.currentIndex<p7(r,i,o)?n:r,s=p7(a,i,o),c=a.currentIndex;if(a===r)i--,r=r._nextRemoved;else if(n=n._next,a.previousIndex==null)i++;else{o||(o=[]);let l=s-i,f=c-i;if(l!=f){for(let p=0;p<l;p++){let d=p<o.length?o[p]:o[p]=0,m=d+p;f<=m&&m<l&&(o[p]=d+1)}let u=a.previousIndex;o[u]=f-l}}s!==c&&t(a,s,c)}}forEachPreviousItem(t){let n;for(n=this._previousItHead;n!==null;n=n._nextPrevious)t(n)}forEachAddedItem(t){let n;for(n=this._additionsHead;n!==null;n=n._nextAdded)t(n)}forEachMovedItem(t){let n;for(n=this._movesHead;n!==null;n=n._nextMoved)t(n)}forEachRemovedItem(t){let n;for(n=this._removalsHead;n!==null;n=n._nextRemoved)t(n)}forEachIdentityChange(t){let n;for(n=this._identityChangesHead;n!==null;n=n._nextIdentityChange)t(n)}diff(t){if(t==null&&(t=[]),!Na(t))throw new L(900,!1);return this.check(t)?this:null}onDestroy(){}check(t){this._reset();let n=this._itHead,r=!1,i,o,a;if(Array.isArray(t)){this.length=t.length;for(let s=0;s<this.length;s++)o=t[s],a=this._trackByFn(s,o),n===null||!Object.is(n.trackById,a)?(n=this._mismatch(n,o,a,s),r=!0):(r&&(n=this._verifyReinsertion(n,o,a,s)),Object.is(n.item,o)||this._addIdentityChange(n,o)),n=n._next}else i=0,o5(t,s=>{a=this._trackByFn(i,s),n===null||!Object.is(n.trackById,a)?(n=this._mismatch(n,s,a,i),r=!0):(r&&(n=this._verifyReinsertion(n,s,a,i)),Object.is(n.item,s)||this._addIdentityChange(n,s)),n=n._next,i++}),this.length=i;return this._truncate(n),this.collection=t,this.isDirty}get isDirty(){return this._additionsHead!==null||this._movesHead!==null||this._removalsHead!==null||this._identityChangesHead!==null}_reset(){if(this.isDirty){let t;for(t=this._previousItHead=this._itHead;t!==null;t=t._next)t._nextPrevious=t._next;for(t=this._additionsHead;t!==null;t=t._nextAdded)t.previousIndex=t.currentIndex;for(this._additionsHead=this._additionsTail=null,t=this._movesHead;t!==null;t=t._nextMoved)t.previousIndex=t.currentIndex;this._movesHead=this._movesTail=null,this._removalsHead=this._removalsTail=null,this._identityChangesHead=this._identityChangesTail=null}}_mismatch(t,n,r,i){let o;return t===null?o=this._itTail:(o=t._prev,this._remove(t)),t=this._unlinkedRecords===null?null:this._unlinkedRecords.get(r,null),t!==null?(Object.is(t.item,n)||this._addIdentityChange(t,n),this._reinsertAfter(t,o,i)):(t=this._linkedRecords===null?null:this._linkedRecords.get(r,i),t!==null?(Object.is(t.item,n)||this._addIdentityChange(t,n),this._moveAfter(t,o,i)):t=this._addAfter(new e6(n,r),o,i)),t}_verifyReinsertion(t,n,r,i){let o=this._unlinkedRecords===null?null:this._unlinkedRecords.get(r,null);return o!==null?t=this._reinsertAfter(o,t._prev,i):t.currentIndex!=i&&(t.currentIndex=i,this._addToMoves(t,i)),t}_truncate(t){for(;t!==null;){let n=t._next;this._addToRemovals(this._unlink(t)),t=n}this._unlinkedRecords!==null&&this._unlinkedRecords.clear(),this._additionsTail!==null&&(this._additionsTail._nextAdded=null),this._movesTail!==null&&(this._movesTail._nextMoved=null),this._itTail!==null&&(this._itTail._next=null),this._removalsTail!==null&&(this._removalsTail._nextRemoved=null),this._identityChangesTail!==null&&(this._identityChangesTail._nextIdentityChange=null)}_reinsertAfter(t,n,r){this._unlinkedRecords!==null&&this._unlinkedRecords.remove(t);let i=t._prevRemoved,o=t._nextRemoved;return i===null?this._removalsHead=o:i._nextRemoved=o,o===null?this._removalsTail=i:o._prevRemoved=i,this._insertAfter(t,n,r),this._addToMoves(t,r),t}_moveAfter(t,n,r){return this._unlink(t),this._insertAfter(t,n,r),this._addToMoves(t,r),t}_addAfter(t,n,r){return this._insertAfter(t,n,r),this._additionsTail===null?this._additionsTail=this._additionsHead=t:this._additionsTail=this._additionsTail._nextAdded=t,t}_insertAfter(t,n,r){let i=n===null?this._itHead:n._next;return t._next=i,t._prev=n,i===null?this._itTail=t:i._prev=t,n===null?this._itHead=t:n._next=t,this._linkedRecords===null&&(this._linkedRecords=new _0),this._linkedRecords.put(t),t.currentIndex=r,t}_remove(t){return this._addToRemovals(this._unlink(t))}_unlink(t){this._linkedRecords!==null&&this._linkedRecords.remove(t);let n=t._prev,r=t._next;return n===null?this._itHead=r:n._next=r,r===null?this._itTail=n:r._prev=n,t}_addToMoves(t,n){return t.previousIndex===n||(this._movesTail===null?this._movesTail=this._movesHead=t:this._movesTail=this._movesTail._nextMoved=t),t}_addToRemovals(t){return this._unlinkedRecords===null&&(this._unlinkedRecords=new _0),this._unlinkedRecords.put(t),t.currentIndex=null,t._nextRemoved=null,this._removalsTail===null?(this._removalsTail=this._removalsHead=t,t._prevRemoved=null):(t._prevRemoved=this._removalsTail,this._removalsTail=this._removalsTail._nextRemoved=t),t}_addIdentityChange(t,n){return t.item=n,this._identityChangesTail===null?this._identityChangesTail=this._identityChangesHead=t:this._identityChangesTail=this._identityChangesTail._nextIdentityChange=t,t}},e6=class{item;trackById;currentIndex=null;previousIndex=null;_nextPrevious=null;_prev=null;_next=null;_prevDup=null;_nextDup=null;_prevRemoved=null;_nextRemoved=null;_nextAdded=null;_nextMoved=null;_nextIdentityChange=null;constructor(t,n){this.item=t,this.trackById=n}},t6=class{_head=null;_tail=null;add(t){this._head===null?(this._head=this._tail=t,t._nextDup=null,t._prevDup=null):(this._tail._nextDup=t,t._prevDup=this._tail,t._nextDup=null,this._tail=t)}get(t,n){let r;for(r=this._head;r!==null;r=r._nextDup)if((n===null||n<=r.currentIndex)&&Object.is(r.trackById,t))return r;return null}remove(t){let n=t._prevDup,r=t._nextDup;return n===null?this._head=r:n._nextDup=r,r===null?this._tail=n:r._prevDup=n,this._head===null}},_0=class{map=new Map;put(t){let n=t.trackById,r=this.map.get(n);r||(r=new t6,this.map.set(n,r)),r.add(t)}get(t,n){let r=t,i=this.map.get(r);return i?i.get(t,n):null}remove(t){let n=t.trackById;return this.map.get(n).remove(t)&&this.map.delete(n),t}get isEmpty(){return this.map.size===0}clear(){this.map.clear()}};function p7(e,t,n){let r=e.previousIndex;if(r===null)return r;let i=0;return n&&r<n.length&&(i=n[r]),r+t+i}var n6=class{constructor(){}supports(t){return t instanceof Map||D0(t)}create(){return new r6}},r6=class{_records=new Map;_mapHead=null;_appendAfter=null;_previousMapHead=null;_changesHead=null;_changesTail=null;_additionsHead=null;_additionsTail=null;_removalsHead=null;_removalsTail=null;get isDirty(){return this._additionsHead!==null||this._changesHead!==null||this._removalsHead!==null}forEachItem(t){let n;for(n=this._mapHead;n!==null;n=n._next)t(n)}forEachPreviousItem(t){let n;for(n=this._previousMapHead;n!==null;n=n._nextPrevious)t(n)}forEachChangedItem(t){let n;for(n=this._changesHead;n!==null;n=n._nextChanged)t(n)}forEachAddedItem(t){let n;for(n=this._additionsHead;n!==null;n=n._nextAdded)t(n)}forEachRemovedItem(t){let n;for(n=this._removalsHead;n!==null;n=n._nextRemoved)t(n)}diff(t){if(!t)t=new Map;else if(!(t instanceof Map||D0(t)))throw new L(900,!1);return this.check(t)?this:null}onDestroy(){}check(t){this._reset();let n=this._mapHead;if(this._appendAfter=null,this._forEach(t,(r,i)=>{if(n&&n.key===i)this._maybeAddToChanges(n,r),this._appendAfter=n,n=n._next;else{let o=this._getOrCreateRecordForKey(i,r);n=this._insertBeforeOrAppend(n,o)}}),n){n._prev&&(n._prev._next=null),this._removalsHead=n;for(let r=n;r!==null;r=r._nextRemoved)r===this._mapHead&&(this._mapHead=null),this._records.delete(r.key),r._nextRemoved=r._next,r.previousValue=r.currentValue,r.currentValue=null,r._prev=null,r._next=null}return this._changesTail&&(this._changesTail._nextChanged=null),this._additionsTail&&(this._additionsTail._nextAdded=null),this.isDirty}_insertBeforeOrAppend(t,n){if(t){let r=t._prev;return n._next=t,n._prev=r,t._prev=n,r&&(r._next=n),t===this._mapHead&&(this._mapHead=n),this._appendAfter=t,t}return this._appendAfter?(this._appendAfter._next=n,n._prev=this._appendAfter):this._mapHead=n,this._appendAfter=n,null}_getOrCreateRecordForKey(t,n){if(this._records.has(t)){let i=this._records.get(t);this._maybeAddToChanges(i,n);let o=i._prev,a=i._next;return o&&(o._next=a),a&&(a._prev=o),i._next=null,i._prev=null,i}let r=new i6(t);return this._records.set(t,r),r.currentValue=n,this._addToAdditions(r),r}_reset(){if(this.isDirty){let t;for(this._previousMapHead=this._mapHead,t=this._previousMapHead;t!==null;t=t._next)t._nextPrevious=t._next;for(t=this._changesHead;t!==null;t=t._nextChanged)t.previousValue=t.currentValue;for(t=this._additionsHead;t!=null;t=t._nextAdded)t.previousValue=t.currentValue;this._changesHead=this._changesTail=null,this._additionsHead=this._additionsTail=null,this._removalsHead=null}}_maybeAddToChanges(t,n){Object.is(n,t.currentValue)||(t.previousValue=t.currentValue,t.currentValue=n,this._addToChanges(t))}_addToAdditions(t){this._additionsHead===null?this._additionsHead=this._additionsTail=t:(this._additionsTail._nextAdded=t,this._additionsTail=t)}_addToChanges(t){this._changesHead===null?this._changesHead=this._changesTail=t:(this._changesTail._nextChanged=t,this._changesTail=t)}_forEach(t,n){t instanceof Map?t.forEach(n):Object.keys(t).forEach(r=>n(t[r],r))}},i6=class{key;previousValue=null;currentValue=null;_nextPrevious=null;_next=null;_prev=null;_nextAdded=null;_nextRemoved=null;_nextChanged=null;constructor(t){this.key=t}};function m7(){return new a6([new Xa])}var a6=(()=>{class e{factories;static \u0275prov=C({token:e,providedIn:"root",factory:m7});constructor(n){this.factories=n}static create(n,r){if(r!=null){let i=r.factories.slice();n=n.concat(i)}return new e(n)}static extend(n){return{provide:e,useFactory:()=>{let r=g(e,{optional:!0,skipSelf:!0});return e.create(n,r||m7())}}}find(n){let r=this.factories.find(i=>i.supports(n));if(r!=null)return r;throw new L(901,!1)}}return e})();function h7(){return new s6([new n6])}var s6=(()=>{class e{static \u0275prov=C({token:e,providedIn:"root",factory:h7});factories;constructor(n){this.factories=n}static create(n,r){if(r){let i=r.factories.slice();n=n.concat(i)}return new e(n)}static extend(n){return{provide:e,useFactory:()=>{let r=g(e,{optional:!0,skipSelf:!0});return e.create(n,r||h7())}}}find(n){let r=this.factories.find(i=>i.supports(n));if(r)return r;throw new L(901,!1)}}return e})();function y7(e){let{rootComponent:t,appProviders:n,platformProviders:r,platformRef:i}=e;U(8);try{let o=i?.injector??qM(r),a=[qa({}),{provide:Ke,useExisting:o7},el,...n||[]],s=new _4({providers:a,parent:o,debugName:"",runEnvironmentInitializers:!1});return UM({r3Injector:s.injector,platformInjector:o,rootComponent:t})}catch(o){return Promise.reject(o)}finally{U(9)}}function l1(e){return typeof e=="boolean"?e:e!=null&&e!=="false"}function c6(e,t=NaN){return!isNaN(parseFloat(e))&&!isNaN(Number(e))?Number(e):t}function Lj(e,t){let n=x2(e),r=t.elementInjector||zt();return new Z1(n).create(r,t.projectableNodes,t.hostElement,t.environmentInjector,t.directives,t.bindings)}var z7=null;function We(){return z7}function l6(e){z7??=e}var Z4=class{},Q4=(()=>{class e{historyGo(n){throw new Error("")}static \u0275fac=function(r){return new(r||e)};static \u0275prov=C({token:e,factory:()=>g(b7),providedIn:"platform"})}return e})();var b7=(()=>{class e extends Q4{_location;_history;_doc=g(Q);constructor(){super(),this._location=window.location,this._history=window.history}getBaseHrefFromDOM(){return We().getBaseHref(this._doc)}onPopState(n){let r=We().getGlobalEventTarget(this._doc,"window");return r.addEventListener("popstate",n,!1),()=>r.removeEventListener("popstate",n)}onHashChange(n){let r=We().getGlobalEventTarget(this._doc,"window");return r.addEventListener("hashchange",n,!1),()=>r.removeEventListener("hashchange",n)}get href(){return this._location.href}get protocol(){return this._location.protocol}get hostname(){return this._location.hostname}get port(){return this._location.port}get pathname(){return this._location.pathname}get search(){return this._location.search}get hash(){return this._location.hash}set pathname(n){this._location.pathname=n}pushState(n,r,i){this._history.pushState(n,r,i)}replaceState(n,r,i){this._history.replaceState(n,r,i)}forward(){this._history.forward()}back(){this._history.back()}historyGo(n=0){this._history.go(n)}getState(){return this._history.state}static \u0275fac=function(r){return new(r||e)};static \u0275prov=C({token:e,factory:()=>new e,providedIn:"platform"})}return e})();function R0(e,t){return e?t?e.endsWith("/")?t.startsWith("/")?e+t.slice(1):e+t:t.startsWith("/")?e+t:`${e}/${t}`:e:t}function C7(e){let t=e.search(/#|\?|$/);return e[t-1]==="/"?e.slice(0,t-1)+e.slice(t):e}function a2(e){return e&&e[0]!=="?"?`?${e}`:e}var jt=(()=>{class e{historyGo(n){throw new Error("")}static \u0275fac=function(r){return new(r||e)};static \u0275prov=C({token:e,factory:()=>g(D7),providedIn:"root"})}return e})(),P0=new b(""),D7=(()=>{class e extends jt{_platformLocation;_baseHref;_removeListenerFns=[];constructor(n,r){super(),this._platformLocation=n,this._baseHref=r??this._platformLocation.getBaseHrefFromDOM()??g(Q).location?.origin??""}ngOnDestroy(){for(;this._removeListenerFns.length;)this._removeListenerFns.pop()()}onPopState(n){this._removeListenerFns.push(this._platformLocation.onPopState(n),this._platformLocation.onHashChange(n))}getBaseHref(){return this._baseHref}prepareExternalUrl(n){return R0(this._baseHref,n)}path(n=!1){let r=this._platformLocation.pathname+a2(this._platformLocation.search),i=this._platformLocation.hash;return i&&n?`${r}${i}`:r}pushState(n,r,i,o){let a=this.prepareExternalUrl(i+a2(o));this._platformLocation.pushState(n,r,a)}replaceState(n,r,i,o){let a=this.prepareExternalUrl(i+a2(o));this._platformLocation.replaceState(n,r,a)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}getState(){return this._platformLocation.getState()}historyGo(n=0){this._platformLocation.historyGo?.(n)}static \u0275fac=function(r){return new(r||e)(z(Q4),z(P0,8))};static \u0275prov=C({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})(),w7=(()=>{class e{_subject=new ee;_basePath;_locationStrategy;_urlChangeListeners=[];_urlChangeSubscription=null;constructor(n){this._locationStrategy=n;let r=this._locationStrategy.getBaseHref();this._basePath=ey(C7(L7(r))),this._locationStrategy.onPopState(i=>{this._subject.next({url:this.path(!0),pop:!0,state:i.state,type:i.type})})}ngOnDestroy(){this._urlChangeSubscription?.unsubscribe(),this._urlChangeListeners=[]}path(n=!1){return this.normalize(this._locationStrategy.path(n))}getState(){return this._locationStrategy.getState()}isCurrentPathEqualTo(n,r=""){return this.path()==this.normalize(n+a2(r))}normalize(n){return e.stripTrailingSlash(JM(this._basePath,L7(n)))}prepareExternalUrl(n){return n&&n[0]!=="/"&&(n="/"+n),this._locationStrategy.prepareExternalUrl(n)}go(n,r="",i=null){this._locationStrategy.pushState(i,"",n,r),this._notifyUrlChangeListeners(this.prepareExternalUrl(n+a2(r)),i)}replaceState(n,r="",i=null){this._locationStrategy.replaceState(i,"",n,r),this._notifyUrlChangeListeners(this.prepareExternalUrl(n+a2(r)),i)}forward(){this._locationStrategy.forward()}back(){this._locationStrategy.back()}historyGo(n=0){this._locationStrategy.historyGo?.(n)}onUrlChange(n){return this._urlChangeListeners.push(n),this._urlChangeSubscription??=this.subscribe(r=>{this._notifyUrlChangeListeners(r.url,r.state)}),()=>{let r=this._urlChangeListeners.indexOf(n);this._urlChangeListeners.splice(r,1),this._urlChangeListeners.length===0&&(this._urlChangeSubscription?.unsubscribe(),this._urlChangeSubscription=null)}}_notifyUrlChangeListeners(n="",r){this._urlChangeListeners.forEach(i=>i(n,r))}subscribe(n,r,i){return this._subject.subscribe({next:n,error:r??void 0,complete:i??void 0})}static normalizeQueryParams=a2;static joinWithSlash=R0;static stripTrailingSlash=C7;static \u0275fac=function(r){return new(r||e)(z(jt))};static \u0275prov=C({token:e,factory:()=>XM(),providedIn:"root"})}return e})();function XM(){return new w7(z(jt))}function JM(e,t){if(!e||!t.startsWith(e))return t;let n=t.substring(e.length);return n===""||["/",";","?","#"].includes(n[0])?n:t}function L7(e){return e.replace(/\/index.html$/,"")}function ey(e){if(new RegExp("^(https?:)?//").test(e)){let[,n]=e.split(/\/\/[^\/]+/);return n}return e}var ty=(()=>{class e extends jt{_platformLocation;_baseHref="";_removeListenerFns=[];constructor(n,r){super(),this._platformLocation=n,r!=null&&(this._baseHref=r)}ngOnDestroy(){for(;this._removeListenerFns.length;)this._removeListenerFns.pop()()}onPopState(n){this._removeListenerFns.push(this._platformLocation.onPopState(n),this._platformLocation.onHashChange(n))}getBaseHref(){return this._baseHref}path(n=!1){let r=this._platformLocation.hash??"#";return r.length>0?r.substring(1):r}prepareExternalUrl(n){let r=R0(this._baseHref,n);return r.length>0?"#"+r:r}pushState(n,r,i,o){let a=this.prepareExternalUrl(i+a2(o))||this._platformLocation.pathname;this._platformLocation.pushState(n,r,a)}replaceState(n,r,i,o){let a=this.prepareExternalUrl(i+a2(o))||this._platformLocation.pathname;this._platformLocation.replaceState(n,r,a)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}getState(){return this._platformLocation.getState()}historyGo(n=0){this._platformLocation.historyGo?.(n)}static \u0275fac=function(r){return new(r||e)(z(Q4),z(P0,8))};static \u0275prov=C({token:e,factory:e.\u0275fac})}return e})();var f6=/\s+/,S7=[],ny=(()=>{class e{_ngEl;_renderer;initialClasses=S7;rawClass;stateMap=new Map;constructor(n,r){this._ngEl=n,this._renderer=r}set klass(n){this.initialClasses=n!=null?n.trim().split(f6):S7}set ngClass(n){this.rawClass=typeof n=="string"?n.trim().split(f6):n}ngDoCheck(){for(let r of this.initialClasses)this._updateState(r,!0);let n=this.rawClass;if(Array.isArray(n)||n instanceof Set)for(let r of n)this._updateState(r,!0);else if(n!=null)for(let r of Object.keys(n))this._updateState(r,!!n[r]);this._applyStateDiff()}_updateState(n,r){let i=this.stateMap.get(n);i!==void 0?(i.enabled!==r&&(i.changed=!0,i.enabled=r),i.touched=!0):this.stateMap.set(n,{enabled:r,changed:!0,touched:!0})}_applyStateDiff(){for(let n of this.stateMap){let r=n[0],i=n[1];i.changed?(this._toggleClass(r,i.enabled),i.changed=!1):i.touched||(i.enabled&&this._toggleClass(r,!1),this.stateMap.delete(r)),i.touched=!1}}_toggleClass(n,r){n=n.trim(),n.length>0&&n.split(f6).forEach(i=>{r?this._renderer.addClass(this._ngEl.nativeElement,i):this._renderer.removeClass(this._ngEl.nativeElement,i)})}static \u0275fac=function(r){return new(r||e)(w(pe),w($e))};static \u0275dir=O({type:e,selectors:[["","ngClass",""]],inputs:{klass:[0,"class","klass"],ngClass:"ngClass"}})}return e})(),ry=(()=>{class e{_viewContainerRef;ngComponentOutlet=null;ngComponentOutletInputs;ngComponentOutletInjector;ngComponentOutletEnvironmentInjector;ngComponentOutletContent;ngComponentOutletNgModule;ngComponentOutletNgModuleFactory;_componentRef;_moduleRef;_inputsUsed=new Map;get componentInstance(){return this._componentRef?.instance??null}constructor(n){this._viewContainerRef=n}_needToReCreateNgModuleInstance(n){return n.ngComponentOutletNgModule!==void 0||n.ngComponentOutletNgModuleFactory!==void 0}_needToReCreateComponentInstance(n){return n.ngComponentOutlet!==void 0||n.ngComponentOutletContent!==void 0||n.ngComponentOutletInjector!==void 0||n.ngComponentOutletEnvironmentInjector!==void 0||this._needToReCreateNgModuleInstance(n)}ngOnChanges(n){if(this._needToReCreateComponentInstance(n)&&(this._viewContainerRef.clear(),this._inputsUsed.clear(),this._componentRef=void 0,this.ngComponentOutlet)){let r=this.ngComponentOutletInjector||this._viewContainerRef.parentInjector;this._needToReCreateNgModuleInstance(n)&&(this._moduleRef?.destroy(),this.ngComponentOutletNgModule?this._moduleRef=Aa(this.ngComponentOutletNgModule,E7(r)):this.ngComponentOutletNgModuleFactory?this._moduleRef=this.ngComponentOutletNgModuleFactory.create(E7(r)):this._moduleRef=void 0),this._componentRef=this._viewContainerRef.createComponent(this.ngComponentOutlet,{injector:r,ngModuleRef:this._moduleRef,projectableNodes:this.ngComponentOutletContent,environmentInjector:this.ngComponentOutletEnvironmentInjector})}}ngDoCheck(){if(this._componentRef){if(this.ngComponentOutletInputs)for(let n of Object.keys(this.ngComponentOutletInputs))this._inputsUsed.set(n,!0);this._applyInputStateDiff(this._componentRef)}}ngOnDestroy(){this._moduleRef?.destroy()}_applyInputStateDiff(n){for(let[r,i]of this._inputsUsed)i?(n.setInput(r,this.ngComponentOutletInputs[r]),this._inputsUsed.set(r,!1)):(n.setInput(r,void 0),this._inputsUsed.delete(r))}static \u0275fac=function(r){return new(r||e)(w(M2))};static \u0275dir=O({type:e,selectors:[["","ngComponentOutlet",""]],inputs:{ngComponentOutlet:"ngComponentOutlet",ngComponentOutletInputs:"ngComponentOutletInputs",ngComponentOutletInjector:"ngComponentOutletInjector",ngComponentOutletEnvironmentInjector:"ngComponentOutletEnvironmentInjector",ngComponentOutletContent:"ngComponentOutletContent",ngComponentOutletNgModule:"ngComponentOutletNgModule",ngComponentOutletNgModuleFactory:"ngComponentOutletNgModuleFactory"},exportAs:["ngComponentOutlet"],features:[Se]})}return e})();function E7(e){return e.get(o1).injector}var O0=class{$implicit;ngForOf;index;count;constructor(t,n,r,i){this.$implicit=t,this.ngForOf=n,this.index=r,this.count=i}get first(){return this.index===0}get last(){return this.index===this.count-1}get even(){return this.index%2===0}get odd(){return!this.even}},T7=(()=>{class e{_viewContainer;_template;_differs;set ngForOf(n){this._ngForOf=n,this._ngForOfDirty=!0}set ngForTrackBy(n){this._trackByFn=n}get ngForTrackBy(){return this._trackByFn}_ngForOf=null;_ngForOfDirty=!0;_differ=null;_trackByFn;constructor(n,r,i){this._viewContainer=n,this._template=r,this._differs=i}set ngForTemplate(n){n&&(this._template=n)}ngDoCheck(){if(this._ngForOfDirty){this._ngForOfDirty=!1;let n=this._ngForOf;!this._differ&&n&&(this._differ=this._differs.find(n).create(this.ngForTrackBy))}if(this._differ){let n=this._differ.diff(this._ngForOf);n&&this._applyChanges(n)}}_applyChanges(n){let r=this._viewContainer;n.forEachOperation((i,o,a)=>{if(i.previousIndex==null)r.createEmbeddedView(this._template,new O0(i.item,this._ngForOf,-1,-1),a===null?void 0:a);else if(a==null)r.remove(o===null?void 0:o);else if(o!==null){let s=r.get(o);r.move(s,a),x7(s,i)}});for(let i=0,o=r.length;i<o;i++){let s=r.get(i).context;s.index=i,s.count=o,s.ngForOf=this._ngForOf}n.forEachIdentityChange(i=>{let o=r.get(i.currentIndex);x7(o,i)})}static ngTemplateContextGuard(n,r){return!0}static \u0275fac=function(r){return new(r||e)(w(M2),w(F2),w(a6))};static \u0275dir=O({type:e,selectors:[["","ngFor","","ngForOf",""]],inputs:{ngForOf:"ngForOf",ngForTrackBy:"ngForTrackBy",ngForTemplate:"ngForTemplate"}})}return e})();function x7(e,t){e.context.$implicit=t.item}var iy=(()=>{class e{_viewContainer;_context=new B0;_thenTemplateRef=null;_elseTemplateRef=null;_thenViewRef=null;_elseViewRef=null;constructor(n,r){this._viewContainer=n,this._thenTemplateRef=r}set ngIf(n){this._context.$implicit=this._context.ngIf=n,this._updateView()}set ngIfThen(n){N7(n,!1),this._thenTemplateRef=n,this._thenViewRef=null,this._updateView()}set ngIfElse(n){N7(n,!1),this._elseTemplateRef=n,this._elseViewRef=null,this._updateView()}_updateView(){this._context.$implicit?this._thenViewRef||(this._viewContainer.clear(),this._elseViewRef=null,this._thenTemplateRef&&(this._thenViewRef=this._viewContainer.createEmbeddedView(this._thenTemplateRef,this._context))):this._elseViewRef||(this._viewContainer.clear(),this._thenViewRef=null,this._elseTemplateRef&&(this._elseViewRef=this._viewContainer.createEmbeddedView(this._elseTemplateRef,this._context)))}static ngIfUseIfTypeGuard;static ngTemplateGuard_ngIf;static ngTemplateContextGuard(n,r){return!0}static \u0275fac=function(r){return new(r||e)(w(M2),w(F2))};static \u0275dir=O({type:e,selectors:[["","ngIf",""]],inputs:{ngIf:"ngIf",ngIfThen:"ngIfThen",ngIfElse:"ngIfElse"}})}return e})(),B0=class{$implicit=null;ngIf=null};function N7(e,t){if(e&&!e.createEmbeddedView)throw new L(2020,!1)}var u6=class{_viewContainerRef;_templateRef;_created=!1;constructor(t,n){this._viewContainerRef=t,this._templateRef=n}create(){this._created=!0,this._viewContainerRef.createEmbeddedView(this._templateRef)}destroy(){this._created=!1,this._viewContainerRef.clear()}enforceState(t){t&&!this._created?this.create():!t&&this._created&&this.destroy()}},A7=(()=>{class e{_defaultViews=[];_defaultUsed=!1;_caseCount=0;_lastCaseCheckIndex=0;_lastCasesMatched=!1;_ngSwitch;set ngSwitch(n){this._ngSwitch=n,this._caseCount===0&&this._updateDefaultCases(!0)}_addCase(){return this._caseCount++}_addDefault(n){this._defaultViews.push(n)}_matchCase(n){let r=n===this._ngSwitch;return this._lastCasesMatched||=r,this._lastCaseCheckIndex++,this._lastCaseCheckIndex===this._caseCount&&(this._updateDefaultCases(!this._lastCasesMatched),this._lastCaseCheckIndex=0,this._lastCasesMatched=!1),r}_updateDefaultCases(n){if(this._defaultViews.length>0&&n!==this._defaultUsed){this._defaultUsed=n;for(let r of this._defaultViews)r.enforceState(n)}}static \u0275fac=function(r){return new(r||e)};static \u0275dir=O({type:e,selectors:[["","ngSwitch",""]],inputs:{ngSwitch:"ngSwitch"}})}return e})(),oy=(()=>{class e{ngSwitch;_view;ngSwitchCase;constructor(n,r,i){this.ngSwitch=i,i._addCase(),this._view=new u6(n,r)}ngDoCheck(){this._view.enforceState(this.ngSwitch._matchCase(this.ngSwitchCase))}static \u0275fac=function(r){return new(r||e)(w(M2),w(F2),w(A7,9))};static \u0275dir=O({type:e,selectors:[["","ngSwitchCase",""]],inputs:{ngSwitchCase:"ngSwitchCase"}})}return e})();var ay=(()=>{class e{_viewContainerRef;_viewRef=null;ngTemplateOutletContext=null;ngTemplateOutlet=null;ngTemplateOutletInjector=null;constructor(n){this._viewContainerRef=n}ngOnChanges(n){if(this._shouldRecreateView(n)){let r=this._viewContainerRef;if(this._viewRef&&r.remove(r.indexOf(this._viewRef)),!this.ngTemplateOutlet){this._viewRef=null;return}let i=this._createContextForwardProxy();this._viewRef=r.createEmbeddedView(this.ngTemplateOutlet,i,{injector:this.ngTemplateOutletInjector??void 0})}}_shouldRecreateView(n){return!!n.ngTemplateOutlet||!!n.ngTemplateOutletInjector}_createContextForwardProxy(){return new Proxy({},{set:(n,r,i)=>this.ngTemplateOutletContext?Reflect.set(this.ngTemplateOutletContext,r,i):!1,get:(n,r,i)=>{if(this.ngTemplateOutletContext)return Reflect.get(this.ngTemplateOutletContext,r,i)}})}static \u0275fac=function(r){return new(r||e)(w(M2))};static \u0275dir=O({type:e,selectors:[["","ngTemplateOutlet",""]],inputs:{ngTemplateOutletContext:"ngTemplateOutletContext",ngTemplateOutlet:"ngTemplateOutlet",ngTemplateOutletInjector:"ngTemplateOutletInjector"},features:[Se]})}return e})();function _7(e,t){return new L(2100,!1)}var d6=class{createSubscription(t,n,r){return _e(()=>t.subscribe({next:n,error:r}))}dispose(t){_e(()=>t.unsubscribe())}},p6=class{createSubscription(t,n,r){return t.then(i=>n?.(i),i=>r?.(i)),{unsubscribe:()=>{n=null,r=null}}}dispose(t){t.unsubscribe()}},sy=new p6,cy=new d6,ly=(()=>{class e{_ref;_latestValue=null;markForCheckOnValueUpdate=!0;_subscription=null;_obj=null;_strategy=null;applicationErrorHandler=g(n2);constructor(n){this._ref=n}ngOnDestroy(){this._subscription&&this._dispose(),this._ref=null}transform(n){if(!this._obj){if(n)try{this.markForCheckOnValueUpdate=!1,this._subscribe(n)}finally{this.markForCheckOnValueUpdate=!0}return this._latestValue}return n!==this._obj?(this._dispose(),this.transform(n)):this._latestValue}_subscribe(n){this._obj=n,this._strategy=this._selectStrategy(n),this._subscription=this._strategy.createSubscription(n,r=>this._updateLatestValue(n,r),r=>this.applicationErrorHandler(r))}_selectStrategy(n){if(et(n))return sy;if(S0(n))return cy;throw _7(e,n)}_dispose(){this._strategy.dispose(this._subscription),this._latestValue=null,this._subscription=null,this._obj=null}_updateLatestValue(n,r){n===this._obj&&(this._latestValue=r,this.markForCheckOnValueUpdate&&this._ref?.markForCheck())}static \u0275fac=function(r){return new(r||e)(w(c1,16))};static \u0275pipe=J1({name:"async",type:e,pure:!1})}return e})();var fy=/(?:[0-9A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD23\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF1C\uDF27\uDF30-\uDF45\uDF70-\uDF81\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDEB8\uDF00-\uDF1A\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCDF\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDEE0-\uDEF2\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE70-\uDEBE\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE7F\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD837[\uDF00-\uDF1E]|\uD838[\uDD00-\uDD2C\uDD37-\uDD3D\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB]|\uD839[\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43\uDD4B]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF38\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A])\S*/g,uy=(()=>{class e{transform(n){if(n==null)return null;if(typeof n!="string")throw _7(e,n);return n.replace(fy,r=>r[0].toUpperCase()+r.slice(1).toLowerCase())}static \u0275fac=function(r){return new(r||e)};static \u0275pipe=J1({name:"titlecase",type:e,pure:!0})}return e})();function dy(e,t){return{key:e,value:t}}var py=(()=>{class e{differs;constructor(n){this.differs=n}differ;keyValues=[];compareFn=I7;transform(n,r=I7){if(!n||!(n instanceof Map)&&typeof n!="object")return null;this.differ??=this.differs.find(n).create();let i=this.differ.diff(n),o=r!==this.compareFn;return i&&(this.keyValues=[],i.forEachItem(a=>{this.keyValues.push(dy(a.key,a.currentValue))})),(i||o)&&(r&&this.keyValues.sort(r),this.compareFn=r),this.keyValues}static \u0275fac=function(r){return new(r||e)(w(s6,16))};static \u0275pipe=J1({name:"keyvalue",type:e,pure:!1})}return e})();function I7(e,t){let n=e.key,r=t.key;if(n===r)return 0;if(n==null)return 1;if(r==null)return-1;if(typeof n=="string"&&typeof r=="string")return n<r?-1:1;if(typeof n=="number"&&typeof r=="number")return n-r;if(typeof n=="boolean"&&typeof r=="boolean")return n<r?-1:1;let i=String(n),o=String(r);return i==o?0:i<o?-1:1}var k7=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275mod=Ge({type:e});static \u0275inj=Ie({})}return e})();function K4(e,t){t=encodeURIComponent(t);for(let n of e.split(";")){let r=n.indexOf("="),[i,o]=r==-1?[n,""]:[n.slice(0,r),n.slice(r+1)];if(i.trim()===t)return decodeURIComponent(o)}return null}var tt=class{};var m6="browser";function ZH(e){return e===m6}var R7=e=>e.src,my=new b("",{providedIn:"root",factory:()=>R7});var F7=/^((\s*\d+w\s*(,|$)){1,})$/;var hy=[1,2],gy=640;var vy=1920,My=1080;var QH=(()=>{class e{imageLoader=g(my);config=yy(g(p0));renderer=g($e);imgElement=g(pe).nativeElement;injector=g(Me);destroyRef=g(Ae);lcpObserver;_renderedSrc=null;ngSrc;ngSrcset;sizes;width;height;decoding;loading;priority=!1;loaderParams;disableOptimizedSrcset=!1;fill=!1;placeholder;placeholderConfig;src;srcset;constructor(){}ngOnInit(){o2("NgOptimizedImage"),this.placeholder&&this.removePlaceholderOnLoad(this.imgElement),this.setHostAttributes()}setHostAttributes(){this.fill?this.sizes||="100vw":(this.setHostAttribute("width",this.width.toString()),this.setHostAttribute("height",this.height.toString())),this.setHostAttribute("loading",this.getLoadingBehavior()),this.setHostAttribute("fetchpriority",this.getFetchPriority()),this.setHostAttribute("decoding",this.getDecoding()),this.setHostAttribute("ng-img","true");let n=this.updateSrcAndSrcset();this.sizes?this.getLoadingBehavior()==="lazy"?this.setHostAttribute("sizes","auto, "+this.sizes):this.setHostAttribute("sizes",this.sizes):this.ngSrcset&&F7.test(this.ngSrcset)&&this.getLoadingBehavior()==="lazy"&&this.setHostAttribute("sizes","auto, 100vw")}ngOnChanges(n){if(n.ngSrc&&!n.ngSrc.isFirstChange()){let r=this._renderedSrc;this.updateSrcAndSrcset(!0)}}callImageLoader(n){let r=n;return this.loaderParams&&(r.loaderParams=this.loaderParams),this.imageLoader(r)}getLoadingBehavior(){return!this.priority&&this.loading!==void 0?this.loading:this.priority?"eager":"lazy"}getFetchPriority(){return this.priority?"high":"auto"}getDecoding(){return this.priority?"sync":this.decoding??"auto"}getRewrittenSrc(){if(!this._renderedSrc){let n={src:this.ngSrc};this._renderedSrc=this.callImageLoader(n)}return this._renderedSrc}getRewrittenSrcset(){let n=F7.test(this.ngSrcset);return this.ngSrcset.split(",").filter(i=>i!=="").map(i=>{i=i.trim();let o=n?parseFloat(i):parseFloat(i)*this.width;return`${this.callImageLoader({src:this.ngSrc,width:o})} ${i}`}).join(", ")}getAutomaticSrcset(){return this.sizes?this.getResponsiveSrcset():this.getFixedSrcset()}getResponsiveSrcset(){let{breakpoints:n}=this.config,r=n;return this.sizes?.trim()==="100vw"&&(r=n.filter(o=>o>=gy)),r.map(o=>`${this.callImageLoader({src:this.ngSrc,width:o})} ${o}w`).join(", ")}updateSrcAndSrcset(n=!1){n&&(this._renderedSrc=null);let r=this.getRewrittenSrc();this.setHostAttribute("src",r);let i;return this.ngSrcset?i=this.getRewrittenSrcset():this.shouldGenerateAutomaticSrcset()&&(i=this.getAutomaticSrcset()),i&&this.setHostAttribute("srcset",i),i}getFixedSrcset(){return hy.map(r=>`${this.callImageLoader({src:this.ngSrc,width:this.width*r})} ${r}x`).join(", ")}shouldGenerateAutomaticSrcset(){let n=!1;return this.sizes||(n=this.width>vy||this.height>My),!this.disableOptimizedSrcset&&!this.srcset&&this.imageLoader!==R7&&!n}generatePlaceholder(n){let{placeholderResolution:r}=this.config;return n===!0?`url(${this.callImageLoader({src:this.ngSrc,width:r,isPlaceholder:!0})})`:typeof n=="string"?`url(${n})`:null}shouldBlurPlaceholder(n){return!n||!n.hasOwnProperty("blur")?!0:!!n.blur}removePlaceholderOnLoad(n){let r=()=>{let a=this.injector.get(c1);i(),o(),this.placeholder=!1,a.markForCheck()},i=this.renderer.listen(n,"load",r),o=this.renderer.listen(n,"error",r);this.destroyRef.onDestroy(()=>{i(),o()}),Cy(n,r)}setHostAttribute(n,r){this.renderer.setAttribute(this.imgElement,n,r)}static \u0275fac=function(r){return new(r||e)};static \u0275dir=O({type:e,selectors:[["img","ngSrc",""]],hostVars:18,hostBindings:function(r,i){r&2&&N0("position",i.fill?"absolute":null)("width",i.fill?"100%":null)("height",i.fill?"100%":null)("inset",i.fill?"0":null)("background-size",i.placeholder?"cover":null)("background-position",i.placeholder?"50% 50%":null)("background-repeat",i.placeholder?"no-repeat":null)("background-image",i.placeholder?i.generatePlaceholder(i.placeholder):null)("filter",i.placeholder&&i.shouldBlurPlaceholder(i.placeholderConfig)?"blur(15px)":null)},inputs:{ngSrc:[2,"ngSrc","ngSrc",Ly],ngSrcset:"ngSrcset",sizes:"sizes",width:[2,"width","width",c6],height:[2,"height","height",c6],decoding:"decoding",loading:"loading",priority:[2,"priority","priority",l1],loaderParams:"loaderParams",disableOptimizedSrcset:[2,"disableOptimizedSrcset","disableOptimizedSrcset",l1],fill:[2,"fill","fill",l1],placeholder:[2,"placeholder","placeholder",zy],placeholderConfig:"placeholderConfig",src:"src",srcset:"srcset"},features:[Se]})}return e})();function yy(e){let t={};return e.breakpoints&&(t.breakpoints=e.breakpoints.sort((n,r)=>n-r)),Object.assign({},d0,e,t)}function Cy(e,t){e.complete&&e.naturalWidth&&t()}function Ly(e){return typeof e=="string"?e:xe(e)}function zy(e){return typeof e=="string"&&e!=="true"&&e!=="false"&&e!==""?e:l1(e)}var X4=class{_doc;constructor(t){this._doc=t}manager},V0=(()=>{class e extends X4{constructor(n){super(n)}supports(n){return!0}addEventListener(n,r,i,o){return n.addEventListener(r,i,o),()=>this.removeEventListener(n,r,i,o)}removeEventListener(n,r,i,o){return n.removeEventListener(r,i,o)}static \u0275fac=function(r){return new(r||e)(z(Q))};static \u0275prov=C({token:e,factory:e.\u0275fac})}return e})(),H0=new b(""),y6=(()=>{class e{_zone;_plugins;_eventNameToPlugin=new Map;constructor(n,r){this._zone=r,n.forEach(a=>{a.manager=this});let i=n.filter(a=>!(a instanceof V0));this._plugins=i.slice().reverse();let o=n.find(a=>a instanceof V0);o&&this._plugins.push(o)}addEventListener(n,r,i,o){return this._findPluginFor(r).addEventListener(n,r,i,o)}getZone(){return this._zone}_findPluginFor(n){let r=this._eventNameToPlugin.get(n);if(r)return r;if(r=this._plugins.find(o=>o.supports(n)),!r)throw new L(5101,!1);return this._eventNameToPlugin.set(n,r),r}static \u0275fac=function(r){return new(r||e)(z(H0),z(J))};static \u0275prov=C({token:e,factory:e.\u0275fac})}return e})(),h6="ng-app-id";function P7(e){for(let t of e)t.remove()}function O7(e,t){let n=t.createElement("style");return n.textContent=e,n}function by(e,t,n,r){let i=e.head?.querySelectorAll(`style[${h6}="${t}"],link[${h6}="${t}"]`);if(i)for(let o of i)o.removeAttribute(h6),o instanceof HTMLLinkElement?r.set(o.href.slice(o.href.lastIndexOf("/")+1),{usage:0,elements:[o]}):o.textContent&&n.set(o.textContent,{usage:0,elements:[o]})}function v6(e,t){let n=t.createElement("link");return n.setAttribute("rel","stylesheet"),n.setAttribute("href",e),n}var C6=(()=>{class e{doc;appId;nonce;inline=new Map;external=new Map;hosts=new Set;constructor(n,r,i,o={}){this.doc=n,this.appId=r,this.nonce=i,by(n,r,this.inline,this.external),this.hosts.add(n.head)}addStyles(n,r){for(let i of n)this.addUsage(i,this.inline,O7);r?.forEach(i=>this.addUsage(i,this.external,v6))}removeStyles(n,r){for(let i of n)this.removeUsage(i,this.inline);r?.forEach(i=>this.removeUsage(i,this.external))}addUsage(n,r,i){let o=r.get(n);o?o.usage++:r.set(n,{usage:1,elements:[...this.hosts].map(a=>this.addElement(a,i(n,this.doc)))})}removeUsage(n,r){let i=r.get(n);i&&(i.usage--,i.usage<=0&&(P7(i.elements),r.delete(n)))}ngOnDestroy(){for(let[,{elements:n}]of[...this.inline,...this.external])P7(n);this.hosts.clear()}addHost(n){this.hosts.add(n);for(let[r,{elements:i}]of this.inline)i.push(this.addElement(n,O7(r,this.doc)));for(let[r,{elements:i}]of this.external)i.push(this.addElement(n,v6(r,this.doc)))}removeHost(n){this.hosts.delete(n)}addElement(n,r){return this.nonce&&r.setAttribute("nonce",this.nonce),n.appendChild(r)}static \u0275fac=function(r){return new(r||e)(z(Q),z(l0),z(u0,8),z(P4))};static \u0275prov=C({token:e,factory:e.\u0275fac})}return e})(),g6={svg:"http://www.w3.org/2000/svg",xhtml:"http://www.w3.org/1999/xhtml",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/",math:"http://www.w3.org/1998/Math/MathML"},L6=/%COMP%/g;var V7="%COMP%",Dy=`_nghost-${V7}`,wy=`_ngcontent-${V7}`,Sy=!0,Ey=new b("",{providedIn:"root",factory:()=>Sy});function xy(e){return wy.replace(L6,e)}function Ny(e){return Dy.replace(L6,e)}function j7(e,t){return t.map(n=>n.replace(L6,e))}var z6=(()=>{class e{eventManager;sharedStylesHost;appId;removeStylesOnCompDestroy;doc;ngZone;nonce;tracingService;rendererByCompId=new Map;defaultRenderer;platformIsServer;constructor(n,r,i,o,a,s,c=null,l=null){this.eventManager=n,this.sharedStylesHost=r,this.appId=i,this.removeStylesOnCompDestroy=o,this.doc=a,this.ngZone=s,this.nonce=c,this.tracingService=l,this.platformIsServer=!1,this.defaultRenderer=new J4(n,a,s,this.platformIsServer,this.tracingService)}createRenderer(n,r){if(!n||!r)return this.defaultRenderer;let i=this.getOrCreateRenderer(n,r);return i instanceof j0?i.applyToHost(n):i instanceof e3&&i.applyStyles(),i}getOrCreateRenderer(n,r){let i=this.rendererByCompId,o=i.get(r.id);if(!o){let a=this.doc,s=this.ngZone,c=this.eventManager,l=this.sharedStylesHost,f=this.removeStylesOnCompDestroy,u=this.platformIsServer,p=this.tracingService;switch(r.encapsulation){case _2.Emulated:o=new j0(c,l,r,this.appId,f,a,s,u,p);break;case _2.ShadowDom:return new M6(c,l,n,r,a,s,this.nonce,u,p);default:o=new e3(c,l,r,f,a,s,u,p);break}i.set(r.id,o)}return o}ngOnDestroy(){this.rendererByCompId.clear()}componentReplaced(n){this.rendererByCompId.delete(n)}static \u0275fac=function(r){return new(r||e)(z(y6),z(C6),z(l0),z(Ey),z(Q),z(J),z(u0),z(K1,8))};static \u0275prov=C({token:e,factory:e.\u0275fac})}return e})(),J4=class{eventManager;doc;ngZone;platformIsServer;tracingService;data=Object.create(null);throwOnSyntheticProps=!0;constructor(t,n,r,i,o){this.eventManager=t,this.doc=n,this.ngZone=r,this.platformIsServer=i,this.tracingService=o}destroy(){}destroyNode=null;createElement(t,n){return n?this.doc.createElementNS(g6[n]||n,t):this.doc.createElement(t)}createComment(t){return this.doc.createComment(t)}createText(t){return this.doc.createTextNode(t)}appendChild(t,n){(B7(t)?t.content:t).appendChild(n)}insertBefore(t,n,r){t&&(B7(t)?t.content:t).insertBefore(n,r)}removeChild(t,n){n.remove()}selectRootElement(t,n){let r=typeof t=="string"?this.doc.querySelector(t):t;if(!r)throw new L(-5104,!1);return n||(r.textContent=""),r}parentNode(t){return t.parentNode}nextSibling(t){return t.nextSibling}setAttribute(t,n,r,i){if(i){n=i+":"+n;let o=g6[i];o?t.setAttributeNS(o,n,r):t.setAttribute(n,r)}else t.setAttribute(n,r)}removeAttribute(t,n,r){if(r){let i=g6[r];i?t.removeAttributeNS(i,n):t.removeAttribute(`${r}:${n}`)}else t.removeAttribute(n)}addClass(t,n){t.classList.add(n)}removeClass(t,n){t.classList.remove(n)}setStyle(t,n,r,i){i&(g2.DashCase|g2.Important)?t.style.setProperty(n,r,i&g2.Important?"important":""):t.style[n]=r}removeStyle(t,n,r){r&g2.DashCase?t.style.removeProperty(n):t.style[n]=""}setProperty(t,n,r){t!=null&&(t[n]=r)}setValue(t,n){t.nodeValue=n}listen(t,n,r,i){if(typeof t=="string"&&(t=We().getGlobalEventTarget(this.doc,t),!t))throw new L(5102,!1);let o=this.decoratePreventDefault(r);return this.tracingService?.wrapEventListener&&(o=this.tracingService.wrapEventListener(t,n,o)),this.eventManager.addEventListener(t,n,o,i)}decoratePreventDefault(t){return n=>{if(n==="__ngUnwrap__")return t;t(n)===!1&&n.preventDefault()}}};function B7(e){return e.tagName==="TEMPLATE"&&e.content!==void 0}var M6=class extends J4{sharedStylesHost;hostEl;shadowRoot;constructor(t,n,r,i,o,a,s,c,l){super(t,o,a,c,l),this.sharedStylesHost=n,this.hostEl=r,this.shadowRoot=r.attachShadow({mode:"open"}),this.sharedStylesHost.addHost(this.shadowRoot);let f=i.styles;f=j7(i.id,f);for(let p of f){let d=document.createElement("style");s&&d.setAttribute("nonce",s),d.textContent=p,this.shadowRoot.appendChild(d)}let u=i.getExternalStyles?.();if(u)for(let p of u){let d=v6(p,o);s&&d.setAttribute("nonce",s),this.shadowRoot.appendChild(d)}}nodeOrShadowRoot(t){return t===this.hostEl?this.shadowRoot:t}appendChild(t,n){return super.appendChild(this.nodeOrShadowRoot(t),n)}insertBefore(t,n,r){return super.insertBefore(this.nodeOrShadowRoot(t),n,r)}removeChild(t,n){return super.removeChild(null,n)}parentNode(t){return this.nodeOrShadowRoot(super.parentNode(this.nodeOrShadowRoot(t)))}destroy(){this.sharedStylesHost.removeHost(this.shadowRoot)}},e3=class extends J4{sharedStylesHost;removeStylesOnCompDestroy;styles;styleUrls;constructor(t,n,r,i,o,a,s,c,l){super(t,o,a,s,c),this.sharedStylesHost=n,this.removeStylesOnCompDestroy=i;let f=r.styles;this.styles=l?j7(l,f):f,this.styleUrls=r.getExternalStyles?.(l)}applyStyles(){this.sharedStylesHost.addStyles(this.styles,this.styleUrls)}destroy(){this.removeStylesOnCompDestroy&&q1.size===0&&this.sharedStylesHost.removeStyles(this.styles,this.styleUrls)}},j0=class extends e3{contentAttr;hostAttr;constructor(t,n,r,i,o,a,s,c,l){let f=i+"-"+r.id;super(t,n,r,o,a,s,c,l,f),this.contentAttr=xy(f),this.hostAttr=Ny(f)}applyToHost(t){this.applyStyles(),this.setAttribute(t,this.hostAttr,"")}createElement(t,n){let r=super.createElement(t,n);return super.setAttribute(r,this.contentAttr,""),r}};var U0=class e extends Z4{supportsDOMEvents=!0;static makeCurrent(){l6(new e)}onAndCancel(t,n,r,i){return t.addEventListener(n,r,i),()=>{t.removeEventListener(n,r,i)}}dispatchEvent(t,n){t.dispatchEvent(n)}remove(t){t.remove()}createElement(t,n){return n=n||this.getDefaultDocument(),n.createElement(t)}createHtmlDocument(){return document.implementation.createHTMLDocument("fakeTitle")}getDefaultDocument(){return document}isElementNode(t){return t.nodeType===Node.ELEMENT_NODE}isShadowRoot(t){return t instanceof DocumentFragment}getGlobalEventTarget(t,n){return n==="window"?window:n==="document"?t:n==="body"?t.body:null}getBaseHref(t){let n=Iy();return n==null?null:Ty(n)}resetBaseElement(){t3=null}getUserAgent(){return window.navigator.userAgent}getCookie(t){return K4(document.cookie,t)}},t3=null;function Iy(){return t3=t3||document.head.querySelector("base"),t3?t3.getAttribute("href"):null}function Ty(e){return new URL(e,document.baseURI).pathname}var Ay=(()=>{class e{build(){return new XMLHttpRequest}static \u0275fac=function(r){return new(r||e)};static \u0275prov=C({token:e,factory:e.\u0275fac})}return e})(),H7=["alt","control","meta","shift"],_y={"\b":"Backspace"," ":"Tab","\x7F":"Delete","\x1B":"Escape",Del:"Delete",Esc:"Escape",Left:"ArrowLeft",Right:"ArrowRight",Up:"ArrowUp",Down:"ArrowDown",Menu:"ContextMenu",Scroll:"ScrollLock",Win:"OS"},ky={alt:e=>e.altKey,control:e=>e.ctrlKey,meta:e=>e.metaKey,shift:e=>e.shiftKey},U7=(()=>{class e extends X4{constructor(n){super(n)}supports(n){return e.parseEventName(n)!=null}addEventListener(n,r,i,o){let a=e.parseEventName(r),s=e.eventCallback(a.fullKey,i,this.manager.getZone());return this.manager.getZone().runOutsideAngular(()=>We().onAndCancel(n,a.domEventName,s,o))}static parseEventName(n){let r=n.toLowerCase().split("."),i=r.shift();if(r.length===0||!(i==="keydown"||i==="keyup"))return null;let o=e._normalizeKey(r.pop()),a="",s=r.indexOf("code");if(s>-1&&(r.splice(s,1),a="code."),H7.forEach(l=>{let f=r.indexOf(l);f>-1&&(r.splice(f,1),a+=l+".")}),a+=o,r.length!=0||o.length===0)return null;let c={};return c.domEventName=i,c.fullKey=a,c}static matchEventFullKeyCode(n,r){let i=_y[n.key]||n.key,o="";return r.indexOf("code.")>-1&&(i=n.code,o="code."),i==null||!i?!1:(i=i.toLowerCase(),i===" "?i="space":i==="."&&(i="dot"),H7.forEach(a=>{if(a!==i){let s=ky[a];s(n)&&(o+=a+".")}}),o+=i,o===r)}static eventCallback(n,r,i){return o=>{e.matchEventFullKeyCode(o,n)&&i.runGuarded(()=>r(o))}}static _normalizeKey(n){return n==="esc"?"escape":n}static \u0275fac=function(r){return new(r||e)(z(Q))};static \u0275prov=C({token:e,factory:e.\u0275fac})}return e})();function Fy(e,t,n){let r=I({rootComponent:e,platformRef:n?.platformRef},Ry(t));return y7(r)}function Ry(e){return{appProviders:[...jy,...e?.providers??[]],platformProviders:Vy}}function Py(){U0.makeCurrent()}function Oy(){return new Ne}function By(){return Xo(document),document}var Vy=[{provide:P4,useValue:m6},{provide:f0,useValue:Py,multi:!0},{provide:Q,useFactory:By}];var jy=[{provide:v4,useValue:"root"},{provide:Ne,useFactory:Oy},{provide:H0,useClass:V0,multi:!0,deps:[Q]},{provide:H0,useClass:U7,multi:!0,deps:[Q]},z6,C6,y6,{provide:Y1,useExisting:z6},{provide:tt,useClass:Ay},[]];var $t=class{},n3=class{},f1=class e{headers;normalizedNames=new Map;lazyInit;lazyUpdate=null;constructor(t){t?typeof t=="string"?this.lazyInit=()=>{this.headers=new Map,t.split(`
5
+ `).forEach(n=>{let r=n.indexOf(":");if(r>0){let i=n.slice(0,r),o=n.slice(r+1).trim();this.addHeaderEntry(i,o)}})}:typeof Headers<"u"&&t instanceof Headers?(this.headers=new Map,t.forEach((n,r)=>{this.addHeaderEntry(r,n)})):this.lazyInit=()=>{this.headers=new Map,Object.entries(t).forEach(([n,r])=>{this.setHeaderEntries(n,r)})}:this.headers=new Map}has(t){return this.init(),this.headers.has(t.toLowerCase())}get(t){this.init();let n=this.headers.get(t.toLowerCase());return n&&n.length>0?n[0]:null}keys(){return this.init(),Array.from(this.normalizedNames.values())}getAll(t){return this.init(),this.headers.get(t.toLowerCase())||null}append(t,n){return this.clone({name:t,value:n,op:"a"})}set(t,n){return this.clone({name:t,value:n,op:"s"})}delete(t,n){return this.clone({name:t,value:n,op:"d"})}maybeSetNormalizedName(t,n){this.normalizedNames.has(n)||this.normalizedNames.set(n,t)}init(){this.lazyInit&&(this.lazyInit instanceof e?this.copyFrom(this.lazyInit):this.lazyInit(),this.lazyInit=null,this.lazyUpdate&&(this.lazyUpdate.forEach(t=>this.applyUpdate(t)),this.lazyUpdate=null))}copyFrom(t){t.init(),Array.from(t.headers.keys()).forEach(n=>{this.headers.set(n,t.headers.get(n)),this.normalizedNames.set(n,t.normalizedNames.get(n))})}clone(t){let n=new e;return n.lazyInit=this.lazyInit&&this.lazyInit instanceof e?this.lazyInit:this,n.lazyUpdate=(this.lazyUpdate||[]).concat([t]),n}applyUpdate(t){let n=t.name.toLowerCase();switch(t.op){case"a":case"s":let r=t.value;if(typeof r=="string"&&(r=[r]),r.length===0)return;this.maybeSetNormalizedName(t.name,n);let i=(t.op==="a"?this.headers.get(n):void 0)||[];i.push(...r),this.headers.set(n,i);break;case"d":let o=t.value;if(!o)this.headers.delete(n),this.normalizedNames.delete(n);else{let a=this.headers.get(n);if(!a)return;a=a.filter(s=>o.indexOf(s)===-1),a.length===0?(this.headers.delete(n),this.normalizedNames.delete(n)):this.headers.set(n,a)}break}}addHeaderEntry(t,n){let r=t.toLowerCase();this.maybeSetNormalizedName(t,r),this.headers.has(r)?this.headers.get(r).push(n):this.headers.set(r,[n])}setHeaderEntries(t,n){let r=(Array.isArray(n)?n:[n]).map(o=>o.toString()),i=t.toLowerCase();this.headers.set(i,r),this.maybeSetNormalizedName(t,i)}forEach(t){this.init(),Array.from(this.normalizedNames.keys()).forEach(n=>t(this.normalizedNames.get(n),this.headers.get(n)))}};var G0=class{encodeKey(t){return $7(t)}encodeValue(t){return $7(t)}decodeKey(t){return decodeURIComponent(t)}decodeValue(t){return decodeURIComponent(t)}};function Hy(e,t){let n=new Map;return e.length>0&&e.replace(/^\?/,"").split("&").forEach(i=>{let o=i.indexOf("="),[a,s]=o==-1?[t.decodeKey(i),""]:[t.decodeKey(i.slice(0,o)),t.decodeValue(i.slice(o+1))],c=n.get(a)||[];c.push(s),n.set(a,c)}),n}var Uy=/%(\d[a-f0-9])/gi,$y={40:"@","3A":":",24:"$","2C":",","3B":";","3D":"=","3F":"?","2F":"/"};function $7(e){return encodeURIComponent(e).replace(Uy,(t,n)=>$y[n]??t)}function $0(e){return`${e}`}var P2=class e{map;encoder;updates=null;cloneFrom=null;constructor(t={}){if(this.encoder=t.encoder||new G0,t.fromString){if(t.fromObject)throw new L(2805,!1);this.map=Hy(t.fromString,this.encoder)}else t.fromObject?(this.map=new Map,Object.keys(t.fromObject).forEach(n=>{let r=t.fromObject[n],i=Array.isArray(r)?r.map($0):[$0(r)];this.map.set(n,i)})):this.map=null}has(t){return this.init(),this.map.has(t)}get(t){this.init();let n=this.map.get(t);return n?n[0]:null}getAll(t){return this.init(),this.map.get(t)||null}keys(){return this.init(),Array.from(this.map.keys())}append(t,n){return this.clone({param:t,value:n,op:"a"})}appendAll(t){let n=[];return Object.keys(t).forEach(r=>{let i=t[r];Array.isArray(i)?i.forEach(o=>{n.push({param:r,value:o,op:"a"})}):n.push({param:r,value:i,op:"a"})}),this.clone(n)}set(t,n){return this.clone({param:t,value:n,op:"s"})}delete(t,n){return this.clone({param:t,value:n,op:"d"})}toString(){return this.init(),this.keys().map(t=>{let n=this.encoder.encodeKey(t);return this.map.get(t).map(r=>n+"="+this.encoder.encodeValue(r)).join("&")}).filter(t=>t!=="").join("&")}clone(t){let n=new e({encoder:this.encoder});return n.cloneFrom=this.cloneFrom||this,n.updates=(this.updates||[]).concat(t),n}init(){this.map===null&&(this.map=new Map),this.cloneFrom!==null&&(this.cloneFrom.init(),this.cloneFrom.keys().forEach(t=>this.map.set(t,this.cloneFrom.map.get(t))),this.updates.forEach(t=>{switch(t.op){case"a":case"s":let n=(t.op==="a"?this.map.get(t.param):void 0)||[];n.push($0(t.value)),this.map.set(t.param,n);break;case"d":if(t.value!==void 0){let r=this.map.get(t.param)||[],i=r.indexOf($0(t.value));i!==-1&&r.splice(i,1),r.length>0?this.map.set(t.param,r):this.map.delete(t.param)}else{this.map.delete(t.param);break}}}),this.cloneFrom=this.updates=null)}};var W0=class{map=new Map;set(t,n){return this.map.set(t,n),this}get(t){return this.map.has(t)||this.map.set(t,t.defaultValue()),this.map.get(t)}delete(t){return this.map.delete(t),this}has(t){return this.map.has(t)}keys(){return this.map.keys()}};function Gy(e){switch(e){case"DELETE":case"GET":case"HEAD":case"OPTIONS":case"JSONP":return!1;default:return!0}}function G7(e){return typeof ArrayBuffer<"u"&&e instanceof ArrayBuffer}function W7(e){return typeof Blob<"u"&&e instanceof Blob}function q7(e){return typeof FormData<"u"&&e instanceof FormData}function Wy(e){return typeof URLSearchParams<"u"&&e instanceof URLSearchParams}var Y7="Content-Type",Z7="Accept",K7="X-Request-URL",X7="text/plain",J7="application/json",qy=`${J7}, ${X7}, */*`,Ht=class e{url;body=null;headers;context;reportProgress=!1;withCredentials=!1;credentials;keepalive=!1;cache;priority;mode;redirect;referrer;integrity;responseType="json";method;params;urlWithParams;transferCache;timeout;constructor(t,n,r,i){this.url=n,this.method=t.toUpperCase();let o;if(Gy(this.method)||i?(this.body=r!==void 0?r:null,o=i):o=r,o){if(this.reportProgress=!!o.reportProgress,this.withCredentials=!!o.withCredentials,this.keepalive=!!o.keepalive,o.responseType&&(this.responseType=o.responseType),o.headers&&(this.headers=o.headers),o.context&&(this.context=o.context),o.params&&(this.params=o.params),o.priority&&(this.priority=o.priority),o.cache&&(this.cache=o.cache),o.credentials&&(this.credentials=o.credentials),typeof o.timeout=="number"){if(o.timeout<1||!Number.isInteger(o.timeout))throw new L(2822,"");this.timeout=o.timeout}o.mode&&(this.mode=o.mode),o.redirect&&(this.redirect=o.redirect),o.integrity&&(this.integrity=o.integrity),o.referrer&&(this.referrer=o.referrer),this.transferCache=o.transferCache}if(this.headers??=new f1,this.context??=new W0,!this.params)this.params=new P2,this.urlWithParams=n;else{let a=this.params.toString();if(a.length===0)this.urlWithParams=n;else{let s=n.indexOf("?"),c=s===-1?"?":s<n.length-1?"&":"";this.urlWithParams=n+c+a}}}serializeBody(){return this.body===null?null:typeof this.body=="string"||G7(this.body)||W7(this.body)||q7(this.body)||Wy(this.body)?this.body:this.body instanceof P2?this.body.toString():typeof this.body=="object"||typeof this.body=="boolean"||Array.isArray(this.body)?JSON.stringify(this.body):this.body.toString()}detectContentTypeHeader(){return this.body===null||q7(this.body)?null:W7(this.body)?this.body.type||null:G7(this.body)?null:typeof this.body=="string"?X7:this.body instanceof P2?"application/x-www-form-urlencoded;charset=UTF-8":typeof this.body=="object"||typeof this.body=="number"||typeof this.body=="boolean"?J7:null}clone(t={}){let n=t.method||this.method,r=t.url||this.url,i=t.responseType||this.responseType,o=t.keepalive??this.keepalive,a=t.priority||this.priority,s=t.cache||this.cache,c=t.mode||this.mode,l=t.redirect||this.redirect,f=t.credentials||this.credentials,u=t.referrer||this.referrer,p=t.integrity||this.integrity,d=t.transferCache??this.transferCache,m=t.timeout??this.timeout,M=t.body!==void 0?t.body:this.body,y=t.withCredentials??this.withCredentials,v=t.reportProgress??this.reportProgress,P=t.headers||this.headers,oe=t.params||this.params,q=t.context??this.context;return t.setHeaders!==void 0&&(P=Object.keys(t.setHeaders).reduce((ae,qe)=>ae.set(qe,t.setHeaders[qe]),P)),t.setParams&&(oe=Object.keys(t.setParams).reduce((ae,qe)=>ae.set(qe,t.setParams[qe]),oe)),new e(n,r,M,{params:oe,headers:P,context:q,reportProgress:v,responseType:i,withCredentials:y,transferCache:d,keepalive:o,cache:s,priority:a,timeout:m,mode:c,redirect:l,credentials:f,referrer:u,integrity:p})}},nt=(function(e){return e[e.Sent=0]="Sent",e[e.UploadProgress=1]="UploadProgress",e[e.ResponseHeader=2]="ResponseHeader",e[e.DownloadProgress=3]="DownloadProgress",e[e.Response=4]="Response",e[e.User=5]="User",e})(nt||{}),Gt=class{headers;status;statusText;url;ok;type;redirected;constructor(t,n=200,r="OK"){this.headers=t.headers||new f1,this.status=t.status!==void 0?t.status:n,this.statusText=t.statusText||r,this.url=t.url||null,this.redirected=t.redirected,this.ok=this.status>=200&&this.status<300}},q0=class e extends Gt{constructor(t={}){super(t)}type=nt.ResponseHeader;clone(t={}){return new e({headers:t.headers||this.headers,status:t.status!==void 0?t.status:this.status,statusText:t.statusText||this.statusText,url:t.url||this.url||void 0})}},r3=class e extends Gt{body;constructor(t={}){super(t),this.body=t.body!==void 0?t.body:null}type=nt.Response;clone(t={}){return new e({body:t.body!==void 0?t.body:this.body,headers:t.headers||this.headers,status:t.status!==void 0?t.status:this.status,statusText:t.statusText||this.statusText,url:t.url||this.url||void 0,redirected:t.redirected??this.redirected})}},Ut=class extends Gt{name="HttpErrorResponse";message;error;ok=!1;constructor(t){super(t,0,"Unknown Error"),this.status>=200&&this.status<300?this.message=`Http failure during parsing for ${t.url||"(unknown url)"}`:this.message=`Http failure response for ${t.url||"(unknown url)"}: ${t.status} ${t.statusText}`,this.error=t.error||null}},Yy=200,Zy=204;function b6(e,t){return{body:t,headers:e.headers,context:e.context,observe:e.observe,params:e.params,reportProgress:e.reportProgress,responseType:e.responseType,withCredentials:e.withCredentials,credentials:e.credentials,transferCache:e.transferCache,timeout:e.timeout,keepalive:e.keepalive,priority:e.priority,cache:e.cache,mode:e.mode,redirect:e.redirect,integrity:e.integrity,referrer:e.referrer}}var ef=(()=>{class e{handler;constructor(n){this.handler=n}request(n,r,i={}){let o;if(n instanceof Ht)o=n;else{let c;i.headers instanceof f1?c=i.headers:c=new f1(i.headers);let l;i.params&&(i.params instanceof P2?l=i.params:l=new P2({fromObject:i.params})),o=new Ht(n,r,i.body!==void 0?i.body:null,{headers:c,context:i.context,params:l,reportProgress:i.reportProgress,responseType:i.responseType||"json",withCredentials:i.withCredentials,transferCache:i.transferCache,keepalive:i.keepalive,priority:i.priority,cache:i.cache,mode:i.mode,redirect:i.redirect,credentials:i.credentials,referrer:i.referrer,integrity:i.integrity,timeout:i.timeout})}let a=Mt(o).pipe(ln(c=>this.handler.handle(c)));if(n instanceof Ht||i.observe==="events")return a;let s=a.pipe(b2(c=>c instanceof r3));switch(i.observe||"body"){case"body":switch(o.responseType){case"arraybuffer":return s.pipe(se(c=>{if(c.body!==null&&!(c.body instanceof ArrayBuffer))throw new L(2806,!1);return c.body}));case"blob":return s.pipe(se(c=>{if(c.body!==null&&!(c.body instanceof Blob))throw new L(2807,!1);return c.body}));case"text":return s.pipe(se(c=>{if(c.body!==null&&typeof c.body!="string")throw new L(2808,!1);return c.body}));case"json":default:return s.pipe(se(c=>c.body))}case"response":return s;default:throw new L(2809,!1)}}delete(n,r={}){return this.request("DELETE",n,r)}get(n,r={}){return this.request("GET",n,r)}head(n,r={}){return this.request("HEAD",n,r)}jsonp(n,r){return this.request("JSONP",n,{params:new P2().append(r,"JSONP_CALLBACK"),observe:"body",responseType:"json"})}options(n,r={}){return this.request("OPTIONS",n,r)}patch(n,r,i={}){return this.request("PATCH",n,b6(i,r))}post(n,r,i={}){return this.request("POST",n,b6(i,r))}put(n,r,i={}){return this.request("PUT",n,b6(i,r))}static \u0275fac=function(r){return new(r||e)(z($t))};static \u0275prov=C({token:e,factory:e.\u0275fac})}return e})();var Qy=new b("");function tf(e,t){return t(e)}function Ky(e,t){return(n,r)=>t.intercept(n,{handle:i=>e(i,r)})}function Xy(e,t,n){return(r,i)=>bt(n,()=>t(r,o=>e(o,i)))}var nf=new b(""),w6=new b(""),rf=new b(""),S6=new b("",{providedIn:"root",factory:()=>!0});function Jy(){let e=null;return(t,n)=>{e===null&&(e=(g(nf,{optional:!0})??[]).reduceRight(Ky,tf));let r=g(_t);if(g(S6)){let o=r.add();return e(t,n).pipe(f4(o))}else return e(t,n)}}var Y0=(()=>{class e extends $t{backend;injector;chain=null;pendingTasks=g(_t);contributeToStability=g(S6);constructor(n,r){super(),this.backend=n,this.injector=r}handle(n){if(this.chain===null){let r=Array.from(new Set([...this.injector.get(w6),...this.injector.get(rf,[])]));this.chain=r.reduceRight((i,o)=>Xy(i,o,this.injector),tf)}if(this.contributeToStability){let r=this.pendingTasks.add();return this.chain(n,i=>this.backend.handle(i)).pipe(f4(r))}else return this.chain(n,r=>this.backend.handle(r))}static \u0275fac=function(r){return new(r||e)(z(n3),z(we))};static \u0275prov=C({token:e,factory:e.\u0275fac})}return e})();var eC=/^\)\]\}',?\n/,tC=RegExp(`^${K7}:`,"m");function nC(e){return"responseURL"in e&&e.responseURL?e.responseURL:tC.test(e.getAllResponseHeaders())?e.getResponseHeader(K7):null}var D6=(()=>{class e{xhrFactory;constructor(n){this.xhrFactory=n}handle(n){if(n.method==="JSONP")throw new L(-2800,!1);let r=this.xhrFactory;return Mt(null).pipe(dn(()=>new R(o=>{let a=r.build();if(a.open(n.method,n.urlWithParams),n.withCredentials&&(a.withCredentials=!0),n.headers.forEach((y,v)=>a.setRequestHeader(y,v.join(","))),n.headers.has(Z7)||a.setRequestHeader(Z7,qy),!n.headers.has(Y7)){let y=n.detectContentTypeHeader();y!==null&&a.setRequestHeader(Y7,y)}if(n.timeout&&(a.timeout=n.timeout),n.responseType){let y=n.responseType.toLowerCase();a.responseType=y!=="json"?y:"text"}let s=n.serializeBody(),c=null,l=()=>{if(c!==null)return c;let y=a.statusText||"OK",v=new f1(a.getAllResponseHeaders()),P=nC(a)||n.url;return c=new q0({headers:v,status:a.status,statusText:y,url:P}),c},f=()=>{let{headers:y,status:v,statusText:P,url:oe}=l(),q=null;v!==Zy&&(q=typeof a.response>"u"?a.responseText:a.response),v===0&&(v=q?Yy:0);let ae=v>=200&&v<300;if(n.responseType==="json"&&typeof q=="string"){let qe=q;q=q.replace(eC,"");try{q=q!==""?JSON.parse(q):null}catch(zr){q=qe,ae&&(ae=!1,q={error:zr,text:q})}}ae?(o.next(new r3({body:q,headers:y,status:v,statusText:P,url:oe||void 0})),o.complete()):o.error(new Ut({error:q,headers:y,status:v,statusText:P,url:oe||void 0}))},u=y=>{let{url:v}=l(),P=new Ut({error:y,status:a.status||0,statusText:a.statusText||"Unknown Error",url:v||void 0});o.error(P)},p=u;n.timeout&&(p=y=>{let{url:v}=l(),P=new Ut({error:new DOMException("Request timed out","TimeoutError"),status:a.status||0,statusText:a.statusText||"Request timeout",url:v||void 0});o.error(P)});let d=!1,m=y=>{d||(o.next(l()),d=!0);let v={type:nt.DownloadProgress,loaded:y.loaded};y.lengthComputable&&(v.total=y.total),n.responseType==="text"&&a.responseText&&(v.partialText=a.responseText),o.next(v)},M=y=>{let v={type:nt.UploadProgress,loaded:y.loaded};y.lengthComputable&&(v.total=y.total),o.next(v)};return a.addEventListener("load",f),a.addEventListener("error",u),a.addEventListener("timeout",p),a.addEventListener("abort",u),n.reportProgress&&(a.addEventListener("progress",m),s!==null&&a.upload&&a.upload.addEventListener("progress",M)),a.send(s),o.next({type:nt.Sent}),()=>{a.removeEventListener("error",u),a.removeEventListener("abort",u),a.removeEventListener("load",f),a.removeEventListener("timeout",p),n.reportProgress&&(a.removeEventListener("progress",m),s!==null&&a.upload&&a.upload.removeEventListener("progress",M)),a.readyState!==a.DONE&&a.abort()}})))}static \u0275fac=function(r){return new(r||e)(z(tt))};static \u0275prov=C({token:e,factory:e.\u0275fac})}return e})(),of=new b(""),rC="XSRF-TOKEN",af=new b("",{providedIn:"root",factory:()=>rC}),iC="X-XSRF-TOKEN",sf=new b("",{providedIn:"root",factory:()=>iC}),i3=class{},oC=(()=>{class e{doc;cookieName;lastCookieString="";lastToken=null;parseCount=0;constructor(n,r){this.doc=n,this.cookieName=r}getToken(){let n=this.doc.cookie||"";return n!==this.lastCookieString&&(this.parseCount++,this.lastToken=K4(n,this.cookieName),this.lastCookieString=n),this.lastToken}static \u0275fac=function(r){return new(r||e)(z(Q),z(af))};static \u0275prov=C({token:e,factory:e.\u0275fac})}return e})(),aC=/^(?:https?:)?\/\//i;function sC(e,t){if(!g(of)||e.method==="GET"||e.method==="HEAD"||aC.test(e.url))return t(e);let n=g(i3).getToken(),r=g(sf);return n!=null&&!e.headers.has(r)&&(e=e.clone({headers:e.headers.set(r,n)})),t(e)}var Z0=(function(e){return e[e.Interceptors=0]="Interceptors",e[e.LegacyInterceptors=1]="LegacyInterceptors",e[e.CustomXsrfConfiguration=2]="CustomXsrfConfiguration",e[e.NoXsrfProtection=3]="NoXsrfProtection",e[e.JsonpSupport=4]="JsonpSupport",e[e.RequestsMadeViaParent=5]="RequestsMadeViaParent",e[e.Fetch=6]="Fetch",e})(Z0||{});function cf(e,t){return{\u0275kind:e,\u0275providers:t}}function cC(...e){let t=[ef,D6,Y0,{provide:$t,useExisting:Y0},{provide:n3,useFactory:()=>g(Qy,{optional:!0})??g(D6)},{provide:w6,useValue:sC,multi:!0},{provide:of,useValue:!0},{provide:i3,useClass:oC}];for(let n of e)t.push(...n.\u0275providers);return N2(t)}var Q7=new b("");function lC(){return cf(Z0.LegacyInterceptors,[{provide:Q7,useFactory:Jy},{provide:w6,useExisting:Q7,multi:!0}])}function fC({cookieName:e,headerName:t}){let n=[];return e!==void 0&&n.push({provide:af,useValue:e}),t!==void 0&&n.push({provide:sf,useValue:t}),cf(Z0.CustomXsrfConfiguration,n)}var p$=(()=>{class e{_doc;constructor(n){this._doc=n}getTitle(){return this._doc.title}setTitle(n){this._doc.title=n||""}static \u0275fac=function(r){return new(r||e)(z(Q))};static \u0275prov=C({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();var E6=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275prov=C({token:e,factory:function(r){let i=null;return r?i=new(r||e):i=z(uC),i},providedIn:"root"})}return e})(),uC=(()=>{class e extends E6{_doc;constructor(n){super(),this._doc=n}sanitize(n,r){if(r==null)return null;switch(n){case Ue.NONE:return r;case Ue.HTML:return v2(r,"HTML")?xe(r):g0(this._doc,String(r)).toString();case Ue.STYLE:return v2(r,"Style")?xe(r):r;case Ue.SCRIPT:if(v2(r,"Script"))return xe(r);throw new L(5200,!1);case Ue.URL:return v2(r,"URL")?xe(r):O4(String(r));case Ue.RESOURCE_URL:if(v2(r,"ResourceURL"))return xe(r);throw new L(5201,!1);default:throw new L(5202,!1)}}bypassSecurityTrustHtml(n){return ta(n)}bypassSecurityTrustStyle(n){return na(n)}bypassSecurityTrustScript(n){return ra(n)}bypassSecurityTrustUrl(n){return ia(n)}bypassSecurityTrustResourceUrl(n){return oa(n)}static \u0275fac=function(r){return new(r||e)(z(Q))};static \u0275prov=C({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();var Mf=(()=>{class e{_renderer;_elementRef;onChange=n=>{};onTouched=()=>{};constructor(n,r){this._renderer=n,this._elementRef=r}setProperty(n,r){this._renderer.setProperty(this._elementRef.nativeElement,n,r)}registerOnTouched(n){this.onTouched=n}registerOnChange(n){this.onChange=n}setDisabledState(n){this.setProperty("disabled",n)}static \u0275fac=function(r){return new(r||e)(w($e),w(pe))};static \u0275dir=O({type:e})}return e})(),p3=(()=>{class e extends Mf{static \u0275fac=(()=>{let n;return function(i){return(n||(n=Ee(e)))(i||e)}})();static \u0275dir=O({type:e,features:[K]})}return e})(),d1=new b(""),dC={provide:d1,useExisting:ie(()=>pC),multi:!0},pC=(()=>{class e extends p3{writeValue(n){this.setProperty("checked",n)}static \u0275fac=(()=>{let n;return function(i){return(n||(n=Ee(e)))(i||e)}})();static \u0275dir=O({type:e,selectors:[["input","type","checkbox","formControlName",""],["input","type","checkbox","formControl",""],["input","type","checkbox","ngModel",""]],hostBindings:function(r,i){r&1&&y2("change",function(a){return i.onChange(a.target.checked)})("blur",function(){return i.onTouched()})},standalone:!1,features:[he([dC]),K]})}return e})(),mC={provide:d1,useExisting:ie(()=>yf),multi:!0};function hC(){let e=We()?We().getUserAgent():"";return/android (\d+)/.test(e.toLowerCase())}var gC=new b(""),yf=(()=>{class e extends Mf{_compositionMode;_composing=!1;constructor(n,r,i){super(n,r),this._compositionMode=i,this._compositionMode==null&&(this._compositionMode=!hC())}writeValue(n){let r=n??"";this.setProperty("value",r)}_handleInput(n){(!this._compositionMode||this._compositionMode&&!this._composing)&&this.onChange(n)}_compositionStart(){this._composing=!0}_compositionEnd(n){this._composing=!1,this._compositionMode&&this.onChange(n)}static \u0275fac=function(r){return new(r||e)(w($e),w(pe),w(gC,8))};static \u0275dir=O({type:e,selectors:[["input","formControlName","",3,"type","checkbox"],["textarea","formControlName",""],["input","formControl","",3,"type","checkbox"],["textarea","formControl",""],["input","ngModel","",3,"type","checkbox"],["textarea","ngModel",""],["","ngDefaultControl",""]],hostBindings:function(r,i){r&1&&y2("input",function(a){return i._handleInput(a.target.value)})("blur",function(){return i.onTouched()})("compositionstart",function(){return i._compositionStart()})("compositionend",function(a){return i._compositionEnd(a.target.value)})},standalone:!1,features:[he([mC]),K]})}return e})();function T6(e){return e==null||A6(e)===0}function A6(e){return e==null?null:Array.isArray(e)||typeof e=="string"?e.length:e instanceof Set?e.size:null}var p1=new b(""),m3=new b(""),vC=/^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/,lf=class{static min(t){return Cf(t)}static max(t){return MC(t)}static required(t){return Lf(t)}static requiredTrue(t){return yC(t)}static email(t){return CC(t)}static minLength(t){return LC(t)}static maxLength(t){return zf(t)}static pattern(t){return zC(t)}static nullValidator(t){return K0()}static compose(t){return xf(t)}static composeAsync(t){return Nf(t)}};function Cf(e){return t=>{if(t.value==null||e==null)return null;let n=parseFloat(t.value);return!isNaN(n)&&n<e?{min:{min:e,actual:t.value}}:null}}function MC(e){return t=>{if(t.value==null||e==null)return null;let n=parseFloat(t.value);return!isNaN(n)&&n>e?{max:{max:e,actual:t.value}}:null}}function Lf(e){return T6(e.value)?{required:!0}:null}function yC(e){return e.value===!0?null:{required:!0}}function CC(e){return T6(e.value)||vC.test(e.value)?null:{email:!0}}function LC(e){return t=>{let n=t.value?.length??A6(t.value);return n===null||n===0?null:n<e?{minlength:{requiredLength:e,actualLength:n}}:null}}function zf(e){return t=>{let n=t.value?.length??A6(t.value);return n!==null&&n>e?{maxlength:{requiredLength:e,actualLength:n}}:null}}function zC(e){if(!e)return K0;let t,n;return typeof e=="string"?(n="",e.charAt(0)!=="^"&&(n+="^"),n+=e,e.charAt(e.length-1)!=="$"&&(n+="$"),t=new RegExp(n)):(n=e.toString(),t=e),r=>{if(T6(r.value))return null;let i=r.value;return t.test(i)?null:{pattern:{requiredPattern:n,actualValue:i}}}}function K0(e){return null}function bf(e){return e!=null}function Df(e){return et(e)?De(e):e}function wf(e){let t={};return e.forEach(n=>{t=n!=null?I(I({},t),n):t}),Object.keys(t).length===0?null:t}function Sf(e,t){return t.map(n=>n(e))}function bC(e){return!e.validate}function Ef(e){return e.map(t=>bC(t)?t:n=>t.validate(n))}function xf(e){if(!e)return null;let t=e.filter(bf);return t.length==0?null:function(n){return wf(Sf(n,t))}}function _6(e){return e!=null?xf(Ef(e)):null}function Nf(e){if(!e)return null;let t=e.filter(bf);return t.length==0?null:function(n){let r=Sf(n,t).map(Df);return $r(r).pipe(se(wf))}}function k6(e){return e!=null?Nf(Ef(e)):null}function ff(e,t){return e===null?[t]:Array.isArray(e)?[...e,t]:[e,t]}function If(e){return e._rawValidators}function Tf(e){return e._rawAsyncValidators}function x6(e){return e?Array.isArray(e)?e:[e]:[]}function X0(e,t){return Array.isArray(e)?e.includes(t):e===t}function uf(e,t){let n=x6(t);return x6(e).forEach(i=>{X0(n,i)||n.push(i)}),n}function df(e,t){return x6(t).filter(n=>!X0(e,n))}var J0=class{get value(){return this.control?this.control.value:null}get valid(){return this.control?this.control.valid:null}get invalid(){return this.control?this.control.invalid:null}get pending(){return this.control?this.control.pending:null}get disabled(){return this.control?this.control.disabled:null}get enabled(){return this.control?this.control.enabled:null}get errors(){return this.control?this.control.errors:null}get pristine(){return this.control?this.control.pristine:null}get dirty(){return this.control?this.control.dirty:null}get touched(){return this.control?this.control.touched:null}get status(){return this.control?this.control.status:null}get untouched(){return this.control?this.control.untouched:null}get statusChanges(){return this.control?this.control.statusChanges:null}get valueChanges(){return this.control?this.control.valueChanges:null}get path(){return null}_composedValidatorFn;_composedAsyncValidatorFn;_rawValidators=[];_rawAsyncValidators=[];_setValidators(t){this._rawValidators=t||[],this._composedValidatorFn=_6(this._rawValidators)}_setAsyncValidators(t){this._rawAsyncValidators=t||[],this._composedAsyncValidatorFn=k6(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn||null}get asyncValidator(){return this._composedAsyncValidatorFn||null}_onDestroyCallbacks=[];_registerOnDestroy(t){this._onDestroyCallbacks.push(t)}_invokeOnDestroyCallbacks(){this._onDestroyCallbacks.forEach(t=>t()),this._onDestroyCallbacks=[]}reset(t=void 0){this.control&&this.control.reset(t)}hasError(t,n){return this.control?this.control.hasError(t,n):!1}getError(t,n){return this.control?this.control.getError(t,n):null}},O2=class extends J0{name;get formDirective(){return null}get path(){return null}},B2=class extends J0{_parent=null;name=null;valueAccessor=null},er=class{_cd;constructor(t){this._cd=t}get isTouched(){return this._cd?.control?._touched?.(),!!this._cd?.control?.touched}get isUntouched(){return!!this._cd?.control?.untouched}get isPristine(){return this._cd?.control?._pristine?.(),!!this._cd?.control?.pristine}get isDirty(){return!!this._cd?.control?.dirty}get isValid(){return this._cd?.control?._status?.(),!!this._cd?.control?.valid}get isInvalid(){return!!this._cd?.control?.invalid}get isPending(){return!!this._cd?.control?.pending}get isSubmitted(){return this._cd?._submitted?.(),!!this._cd?.submitted}},DC={"[class.ng-untouched]":"isUntouched","[class.ng-touched]":"isTouched","[class.ng-pristine]":"isPristine","[class.ng-dirty]":"isDirty","[class.ng-valid]":"isValid","[class.ng-invalid]":"isInvalid","[class.ng-pending]":"isPending"},T$=V(I({},DC),{"[class.ng-submitted]":"isSubmitted"}),A$=(()=>{class e extends er{constructor(n){super(n)}static \u0275fac=function(r){return new(r||e)(w(B2,2))};static \u0275dir=O({type:e,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(r,i){r&2&&W4("ng-untouched",i.isUntouched)("ng-touched",i.isTouched)("ng-pristine",i.isPristine)("ng-dirty",i.isDirty)("ng-valid",i.isValid)("ng-invalid",i.isInvalid)("ng-pending",i.isPending)},standalone:!1,features:[K]})}return e})(),_$=(()=>{class e extends er{constructor(n){super(n)}static \u0275fac=function(r){return new(r||e)(w(O2,10))};static \u0275dir=O({type:e,selectors:[["","formGroupName",""],["","formArrayName",""],["","ngModelGroup",""],["","formGroup",""],["form",3,"ngNoForm",""],["","ngForm",""]],hostVars:16,hostBindings:function(r,i){r&2&&W4("ng-untouched",i.isUntouched)("ng-touched",i.isTouched)("ng-pristine",i.isPristine)("ng-dirty",i.isDirty)("ng-valid",i.isValid)("ng-invalid",i.isInvalid)("ng-pending",i.isPending)("ng-submitted",i.isSubmitted)},standalone:!1,features:[K]})}return e})();var o3="VALID",Q0="INVALID",Wt="PENDING",a3="DISABLED",u1=class{},tr=class extends u1{value;source;constructor(t,n){super(),this.value=t,this.source=n}},c3=class extends u1{pristine;source;constructor(t,n){super(),this.pristine=t,this.source=n}},l3=class extends u1{touched;source;constructor(t,n){super(),this.touched=t,this.source=n}},qt=class extends u1{status;source;constructor(t,n){super(),this.status=t,this.source=n}},nr=class extends u1{source;constructor(t){super(),this.source=t}},u3=class extends u1{source;constructor(t){super(),this.source=t}};function F6(e){return(ar(e)?e.validators:e)||null}function wC(e){return Array.isArray(e)?_6(e):e||null}function R6(e,t){return(ar(t)?t.asyncValidators:e)||null}function SC(e){return Array.isArray(e)?k6(e):e||null}function ar(e){return e!=null&&!Array.isArray(e)&&typeof e=="object"}function Af(e,t,n){let r=e.controls;if(!(t?Object.keys(r):r).length)throw new L(1e3,"");if(!r[n])throw new L(1001,"")}function _f(e,t,n){e._forEachChild((r,i)=>{if(n[i]===void 0)throw new L(1002,"")})}var Yt=class{_pendingDirty=!1;_hasOwnPendingAsyncValidator=null;_pendingTouched=!1;_onCollectionChange=()=>{};_updateOn;_parent=null;_asyncValidationSubscription;_composedValidatorFn;_composedAsyncValidatorFn;_rawValidators;_rawAsyncValidators;value;constructor(t,n){this._assignValidators(t),this._assignAsyncValidators(n)}get validator(){return this._composedValidatorFn}set validator(t){this._rawValidators=this._composedValidatorFn=t}get asyncValidator(){return this._composedAsyncValidatorFn}set asyncValidator(t){this._rawAsyncValidators=this._composedAsyncValidatorFn=t}get parent(){return this._parent}get status(){return _e(this.statusReactive)}set status(t){_e(()=>this.statusReactive.set(t))}_status=C2(()=>this.statusReactive());statusReactive=m2(void 0);get valid(){return this.status===o3}get invalid(){return this.status===Q0}get pending(){return this.status==Wt}get disabled(){return this.status===a3}get enabled(){return this.status!==a3}errors;get pristine(){return _e(this.pristineReactive)}set pristine(t){_e(()=>this.pristineReactive.set(t))}_pristine=C2(()=>this.pristineReactive());pristineReactive=m2(!0);get dirty(){return!this.pristine}get touched(){return _e(this.touchedReactive)}set touched(t){_e(()=>this.touchedReactive.set(t))}_touched=C2(()=>this.touchedReactive());touchedReactive=m2(!1);get untouched(){return!this.touched}_events=new ee;events=this._events.asObservable();valueChanges;statusChanges;get updateOn(){return this._updateOn?this._updateOn:this.parent?this.parent.updateOn:"change"}setValidators(t){this._assignValidators(t)}setAsyncValidators(t){this._assignAsyncValidators(t)}addValidators(t){this.setValidators(uf(t,this._rawValidators))}addAsyncValidators(t){this.setAsyncValidators(uf(t,this._rawAsyncValidators))}removeValidators(t){this.setValidators(df(t,this._rawValidators))}removeAsyncValidators(t){this.setAsyncValidators(df(t,this._rawAsyncValidators))}hasValidator(t){return X0(this._rawValidators,t)}hasAsyncValidator(t){return X0(this._rawAsyncValidators,t)}clearValidators(){this.validator=null}clearAsyncValidators(){this.asyncValidator=null}markAsTouched(t={}){let n=this.touched===!1;this.touched=!0;let r=t.sourceControl??this;this._parent&&!t.onlySelf&&this._parent.markAsTouched(V(I({},t),{sourceControl:r})),n&&t.emitEvent!==!1&&this._events.next(new l3(!0,r))}markAllAsDirty(t={}){this.markAsDirty({onlySelf:!0,emitEvent:t.emitEvent,sourceControl:this}),this._forEachChild(n=>n.markAllAsDirty(t))}markAllAsTouched(t={}){this.markAsTouched({onlySelf:!0,emitEvent:t.emitEvent,sourceControl:this}),this._forEachChild(n=>n.markAllAsTouched(t))}markAsUntouched(t={}){let n=this.touched===!0;this.touched=!1,this._pendingTouched=!1;let r=t.sourceControl??this;this._forEachChild(i=>{i.markAsUntouched({onlySelf:!0,emitEvent:t.emitEvent,sourceControl:r})}),this._parent&&!t.onlySelf&&this._parent._updateTouched(t,r),n&&t.emitEvent!==!1&&this._events.next(new l3(!1,r))}markAsDirty(t={}){let n=this.pristine===!0;this.pristine=!1;let r=t.sourceControl??this;this._parent&&!t.onlySelf&&this._parent.markAsDirty(V(I({},t),{sourceControl:r})),n&&t.emitEvent!==!1&&this._events.next(new c3(!1,r))}markAsPristine(t={}){let n=this.pristine===!1;this.pristine=!0,this._pendingDirty=!1;let r=t.sourceControl??this;this._forEachChild(i=>{i.markAsPristine({onlySelf:!0,emitEvent:t.emitEvent})}),this._parent&&!t.onlySelf&&this._parent._updatePristine(t,r),n&&t.emitEvent!==!1&&this._events.next(new c3(!0,r))}markAsPending(t={}){this.status=Wt;let n=t.sourceControl??this;t.emitEvent!==!1&&(this._events.next(new qt(this.status,n)),this.statusChanges.emit(this.status)),this._parent&&!t.onlySelf&&this._parent.markAsPending(V(I({},t),{sourceControl:n}))}disable(t={}){let n=this._parentMarkedDirty(t.onlySelf);this.status=a3,this.errors=null,this._forEachChild(i=>{i.disable(V(I({},t),{onlySelf:!0}))}),this._updateValue();let r=t.sourceControl??this;t.emitEvent!==!1&&(this._events.next(new tr(this.value,r)),this._events.next(new qt(this.status,r)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors(V(I({},t),{skipPristineCheck:n}),this),this._onDisabledChange.forEach(i=>i(!0))}enable(t={}){let n=this._parentMarkedDirty(t.onlySelf);this.status=o3,this._forEachChild(r=>{r.enable(V(I({},t),{onlySelf:!0}))}),this.updateValueAndValidity({onlySelf:!0,emitEvent:t.emitEvent}),this._updateAncestors(V(I({},t),{skipPristineCheck:n}),this),this._onDisabledChange.forEach(r=>r(!1))}_updateAncestors(t,n){this._parent&&!t.onlySelf&&(this._parent.updateValueAndValidity(t),t.skipPristineCheck||this._parent._updatePristine({},n),this._parent._updateTouched({},n))}setParent(t){this._parent=t}getRawValue(){return this.value}updateValueAndValidity(t={}){if(this._setInitialStatus(),this._updateValue(),this.enabled){let r=this._cancelExistingSubscription();this.errors=this._runValidator(),this.status=this._calculateStatus(),(this.status===o3||this.status===Wt)&&this._runAsyncValidator(r,t.emitEvent)}let n=t.sourceControl??this;t.emitEvent!==!1&&(this._events.next(new tr(this.value,n)),this._events.next(new qt(this.status,n)),this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._parent&&!t.onlySelf&&this._parent.updateValueAndValidity(V(I({},t),{sourceControl:n}))}_updateTreeValidity(t={emitEvent:!0}){this._forEachChild(n=>n._updateTreeValidity(t)),this.updateValueAndValidity({onlySelf:!0,emitEvent:t.emitEvent})}_setInitialStatus(){this.status=this._allControlsDisabled()?a3:o3}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(t,n){if(this.asyncValidator){this.status=Wt,this._hasOwnPendingAsyncValidator={emitEvent:n!==!1,shouldHaveEmitted:t!==!1};let r=Df(this.asyncValidator(this));this._asyncValidationSubscription=r.subscribe(i=>{this._hasOwnPendingAsyncValidator=null,this.setErrors(i,{emitEvent:n,shouldHaveEmitted:t})})}}_cancelExistingSubscription(){if(this._asyncValidationSubscription){this._asyncValidationSubscription.unsubscribe();let t=(this._hasOwnPendingAsyncValidator?.emitEvent||this._hasOwnPendingAsyncValidator?.shouldHaveEmitted)??!1;return this._hasOwnPendingAsyncValidator=null,t}return!1}setErrors(t,n={}){this.errors=t,this._updateControlsErrors(n.emitEvent!==!1,this,n.shouldHaveEmitted)}get(t){let n=t;return n==null||(Array.isArray(n)||(n=n.split(".")),n.length===0)?null:n.reduce((r,i)=>r&&r._find(i),this)}getError(t,n){let r=n?this.get(n):this;return r&&r.errors?r.errors[t]:null}hasError(t,n){return!!this.getError(t,n)}get root(){let t=this;for(;t._parent;)t=t._parent;return t}_updateControlsErrors(t,n,r){this.status=this._calculateStatus(),t&&this.statusChanges.emit(this.status),(t||r)&&this._events.next(new qt(this.status,n)),this._parent&&this._parent._updateControlsErrors(t,n,r)}_initObservables(){this.valueChanges=new le,this.statusChanges=new le}_calculateStatus(){return this._allControlsDisabled()?a3:this.errors?Q0:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(Wt)?Wt:this._anyControlsHaveStatus(Q0)?Q0:o3}_anyControlsHaveStatus(t){return this._anyControls(n=>n.status===t)}_anyControlsDirty(){return this._anyControls(t=>t.dirty)}_anyControlsTouched(){return this._anyControls(t=>t.touched)}_updatePristine(t,n){let r=!this._anyControlsDirty(),i=this.pristine!==r;this.pristine=r,this._parent&&!t.onlySelf&&this._parent._updatePristine(t,n),i&&this._events.next(new c3(this.pristine,n))}_updateTouched(t={},n){this.touched=this._anyControlsTouched(),this._events.next(new l3(this.touched,n)),this._parent&&!t.onlySelf&&this._parent._updateTouched(t,n)}_onDisabledChange=[];_registerOnCollectionChange(t){this._onCollectionChange=t}_setUpdateStrategy(t){ar(t)&&t.updateOn!=null&&(this._updateOn=t.updateOn)}_parentMarkedDirty(t){let n=this._parent&&this._parent.dirty;return!t&&!!n&&!this._parent._anyControlsDirty()}_find(t){return null}_assignValidators(t){this._rawValidators=Array.isArray(t)?t.slice():t,this._composedValidatorFn=wC(this._rawValidators)}_assignAsyncValidators(t){this._rawAsyncValidators=Array.isArray(t)?t.slice():t,this._composedAsyncValidatorFn=SC(this._rawAsyncValidators)}},Zt=class extends Yt{constructor(t,n,r){super(F6(n),R6(r,n)),this.controls=t,this._initObservables(),this._setUpdateStrategy(n),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}controls;registerControl(t,n){return this.controls[t]?this.controls[t]:(this.controls[t]=n,n.setParent(this),n._registerOnCollectionChange(this._onCollectionChange),n)}addControl(t,n,r={}){this.registerControl(t,n),this.updateValueAndValidity({emitEvent:r.emitEvent}),this._onCollectionChange()}removeControl(t,n={}){this.controls[t]&&this.controls[t]._registerOnCollectionChange(()=>{}),delete this.controls[t],this.updateValueAndValidity({emitEvent:n.emitEvent}),this._onCollectionChange()}setControl(t,n,r={}){this.controls[t]&&this.controls[t]._registerOnCollectionChange(()=>{}),delete this.controls[t],n&&this.registerControl(t,n),this.updateValueAndValidity({emitEvent:r.emitEvent}),this._onCollectionChange()}contains(t){return this.controls.hasOwnProperty(t)&&this.controls[t].enabled}setValue(t,n={}){_f(this,!0,t),Object.keys(t).forEach(r=>{Af(this,!0,r),this.controls[r].setValue(t[r],{onlySelf:!0,emitEvent:n.emitEvent})}),this.updateValueAndValidity(n)}patchValue(t,n={}){t!=null&&(Object.keys(t).forEach(r=>{let i=this.controls[r];i&&i.patchValue(t[r],{onlySelf:!0,emitEvent:n.emitEvent})}),this.updateValueAndValidity(n))}reset(t={},n={}){this._forEachChild((r,i)=>{r.reset(t?t[i]:null,{onlySelf:!0,emitEvent:n.emitEvent})}),this._updatePristine(n,this),this._updateTouched(n,this),this.updateValueAndValidity(n),n?.emitEvent!==!1&&this._events.next(new u3(this))}getRawValue(){return this._reduceChildren({},(t,n,r)=>(t[r]=n.getRawValue(),t))}_syncPendingControls(){let t=this._reduceChildren(!1,(n,r)=>r._syncPendingControls()?!0:n);return t&&this.updateValueAndValidity({onlySelf:!0}),t}_forEachChild(t){Object.keys(this.controls).forEach(n=>{let r=this.controls[n];r&&t(r,n)})}_setUpControls(){this._forEachChild(t=>{t.setParent(this),t._registerOnCollectionChange(this._onCollectionChange)})}_updateValue(){this.value=this._reduceValue()}_anyControls(t){for(let[n,r]of Object.entries(this.controls))if(this.contains(n)&&t(r))return!0;return!1}_reduceValue(){let t={};return this._reduceChildren(t,(n,r,i)=>((r.enabled||this.disabled)&&(n[i]=r.value),n))}_reduceChildren(t,n){let r=t;return this._forEachChild((i,o)=>{r=n(r,i,o)}),r}_allControlsDisabled(){for(let t of Object.keys(this.controls))if(this.controls[t].enabled)return!1;return Object.keys(this.controls).length>0||this.disabled}_find(t){return this.controls.hasOwnProperty(t)?this.controls[t]:null}};var N6=class extends Zt{};var Qt=new b("",{providedIn:"root",factory:()=>sr}),sr="always";function kf(e,t){return[...t.path,e]}function d3(e,t,n=sr){P6(e,t),t.valueAccessor.writeValue(e.value),(e.disabled||n==="always")&&t.valueAccessor.setDisabledState?.(e.disabled),xC(e,t),IC(e,t),NC(e,t),EC(e,t)}function rr(e,t,n=!0){let r=()=>{};t.valueAccessor&&(t.valueAccessor.registerOnChange(r),t.valueAccessor.registerOnTouched(r)),or(e,t),e&&(t._invokeOnDestroyCallbacks(),e._registerOnCollectionChange(()=>{}))}function ir(e,t){e.forEach(n=>{n.registerOnValidatorChange&&n.registerOnValidatorChange(t)})}function EC(e,t){if(t.valueAccessor.setDisabledState){let n=r=>{t.valueAccessor.setDisabledState(r)};e.registerOnDisabledChange(n),t._registerOnDestroy(()=>{e._unregisterOnDisabledChange(n)})}}function P6(e,t){let n=If(e);t.validator!==null?e.setValidators(ff(n,t.validator)):typeof n=="function"&&e.setValidators([n]);let r=Tf(e);t.asyncValidator!==null?e.setAsyncValidators(ff(r,t.asyncValidator)):typeof r=="function"&&e.setAsyncValidators([r]);let i=()=>e.updateValueAndValidity();ir(t._rawValidators,i),ir(t._rawAsyncValidators,i)}function or(e,t){let n=!1;if(e!==null){if(t.validator!==null){let i=If(e);if(Array.isArray(i)&&i.length>0){let o=i.filter(a=>a!==t.validator);o.length!==i.length&&(n=!0,e.setValidators(o))}}if(t.asyncValidator!==null){let i=Tf(e);if(Array.isArray(i)&&i.length>0){let o=i.filter(a=>a!==t.asyncValidator);o.length!==i.length&&(n=!0,e.setAsyncValidators(o))}}}let r=()=>{};return ir(t._rawValidators,r),ir(t._rawAsyncValidators,r),n}function xC(e,t){t.valueAccessor.registerOnChange(n=>{e._pendingValue=n,e._pendingChange=!0,e._pendingDirty=!0,e.updateOn==="change"&&Ff(e,t)})}function NC(e,t){t.valueAccessor.registerOnTouched(()=>{e._pendingTouched=!0,e.updateOn==="blur"&&e._pendingChange&&Ff(e,t),e.updateOn!=="submit"&&e.markAsTouched()})}function Ff(e,t){e._pendingDirty&&e.markAsDirty(),e.setValue(e._pendingValue,{emitModelToViewChange:!1}),t.viewToModelUpdate(e._pendingValue),e._pendingChange=!1}function IC(e,t){let n=(r,i)=>{t.valueAccessor.writeValue(r),i&&t.viewToModelUpdate(r)};e.registerOnChange(n),t._registerOnDestroy(()=>{e._unregisterOnChange(n)})}function Rf(e,t){e==null,P6(e,t)}function TC(e,t){return or(e,t)}function O6(e,t){if(!e.hasOwnProperty("model"))return!1;let n=e.model;return n.isFirstChange()?!0:!Object.is(t,n.currentValue)}function AC(e){return Object.getPrototypeOf(e.constructor)===p3}function Pf(e,t){e._syncPendingControls(),t.forEach(n=>{let r=n.control;r.updateOn==="submit"&&r._pendingChange&&(n.viewToModelUpdate(r._pendingValue),r._pendingChange=!1)})}function B6(e,t){if(!t)return null;Array.isArray(t);let n,r,i;return t.forEach(o=>{o.constructor===yf?n=o:AC(o)?r=o:i=o}),i||r||n||null}function _C(e,t){let n=e.indexOf(t);n>-1&&e.splice(n,1)}var kC={provide:O2,useExisting:ie(()=>FC)},s3=Promise.resolve(),FC=(()=>{class e extends O2{callSetDisabledState;get submitted(){return _e(this.submittedReactive)}_submitted=C2(()=>this.submittedReactive());submittedReactive=m2(!1);_directives=new Set;form;ngSubmit=new le;options;constructor(n,r,i){super(),this.callSetDisabledState=i,this.form=new Zt({},_6(n),k6(r))}ngAfterViewInit(){this._setUpdateStrategy()}get formDirective(){return this}get control(){return this.form}get path(){return[]}get controls(){return this.form.controls}addControl(n){s3.then(()=>{let r=this._findContainer(n.path);n.control=r.registerControl(n.name,n.control),d3(n.control,n,this.callSetDisabledState),n.control.updateValueAndValidity({emitEvent:!1}),this._directives.add(n)})}getControl(n){return this.form.get(n.path)}removeControl(n){s3.then(()=>{let r=this._findContainer(n.path);r&&r.removeControl(n.name),this._directives.delete(n)})}addFormGroup(n){s3.then(()=>{let r=this._findContainer(n.path),i=new Zt({});Rf(i,n),r.registerControl(n.name,i),i.updateValueAndValidity({emitEvent:!1})})}removeFormGroup(n){s3.then(()=>{let r=this._findContainer(n.path);r&&r.removeControl(n.name)})}getFormGroup(n){return this.form.get(n.path)}updateModel(n,r){s3.then(()=>{this.form.get(n.path).setValue(r)})}setValue(n){this.control.setValue(n)}onSubmit(n){return this.submittedReactive.set(!0),Pf(this.form,this._directives),this.ngSubmit.emit(n),this.form._events.next(new nr(this.control)),n?.target?.method==="dialog"}onReset(){this.resetForm()}resetForm(n=void 0){this.form.reset(n),this.submittedReactive.set(!1)}_setUpdateStrategy(){this.options&&this.options.updateOn!=null&&(this.form._updateOn=this.options.updateOn)}_findContainer(n){return n.pop(),n.length?this.form.get(n):this.form}static \u0275fac=function(r){return new(r||e)(w(p1,10),w(m3,10),w(Qt,8))};static \u0275dir=O({type:e,selectors:[["form",3,"ngNoForm","",3,"formGroup",""],["ng-form"],["","ngForm",""]],hostBindings:function(r,i){r&1&&y2("submit",function(a){return i.onSubmit(a)})("reset",function(){return i.onReset()})},inputs:{options:[0,"ngFormOptions","options"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],standalone:!1,features:[he([kC]),K]})}return e})();function pf(e,t){let n=e.indexOf(t);n>-1&&e.splice(n,1)}function mf(e){return typeof e=="object"&&e!==null&&Object.keys(e).length===2&&"value"in e&&"disabled"in e}var f3=class extends Yt{defaultValue=null;_onChange=[];_pendingValue;_pendingChange=!1;constructor(t=null,n,r){super(F6(n),R6(r,n)),this._applyFormState(t),this._setUpdateStrategy(n),this._initObservables(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator}),ar(n)&&(n.nonNullable||n.initialValueIsDefault)&&(mf(t)?this.defaultValue=t.value:this.defaultValue=t)}setValue(t,n={}){this.value=this._pendingValue=t,this._onChange.length&&n.emitModelToViewChange!==!1&&this._onChange.forEach(r=>r(this.value,n.emitViewToModelChange!==!1)),this.updateValueAndValidity(n)}patchValue(t,n={}){this.setValue(t,n)}reset(t=this.defaultValue,n={}){this._applyFormState(t),this.markAsPristine(n),this.markAsUntouched(n),this.setValue(this.value,n),this._pendingChange=!1,n?.emitEvent!==!1&&this._events.next(new u3(this))}_updateValue(){}_anyControls(t){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(t){this._onChange.push(t)}_unregisterOnChange(t){pf(this._onChange,t)}registerOnDisabledChange(t){this._onDisabledChange.push(t)}_unregisterOnDisabledChange(t){pf(this._onDisabledChange,t)}_forEachChild(t){}_syncPendingControls(){return this.updateOn==="submit"&&(this._pendingDirty&&this.markAsDirty(),this._pendingTouched&&this.markAsTouched(),this._pendingChange)?(this.setValue(this._pendingValue,{onlySelf:!0,emitModelToViewChange:!1}),!0):!1}_applyFormState(t){mf(t)?(this.value=this._pendingValue=t.value,t.disabled?this.disable({onlySelf:!0,emitEvent:!1}):this.enable({onlySelf:!0,emitEvent:!1})):this.value=this._pendingValue=t}};var RC=e=>e instanceof f3;var PC={provide:B2,useExisting:ie(()=>OC)},hf=Promise.resolve(),OC=(()=>{class e extends B2{_changeDetectorRef;callSetDisabledState;control=new f3;static ngAcceptInputType_isDisabled;_registered=!1;viewModel;name="";isDisabled;model;options;update=new le;constructor(n,r,i,o,a,s){super(),this._changeDetectorRef=a,this.callSetDisabledState=s,this._parent=n,this._setValidators(r),this._setAsyncValidators(i),this.valueAccessor=B6(this,o)}ngOnChanges(n){if(this._checkForErrors(),!this._registered||"name"in n){if(this._registered&&(this._checkName(),this.formDirective)){let r=n.name.previousValue;this.formDirective.removeControl({name:r,path:this._getPath(r)})}this._setUpControl()}"isDisabled"in n&&this._updateDisabled(n),O6(n,this.viewModel)&&(this._updateValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}get path(){return this._getPath(this.name)}get formDirective(){return this._parent?this._parent.formDirective:null}viewToModelUpdate(n){this.viewModel=n,this.update.emit(n)}_setUpControl(){this._setUpdateStrategy(),this._isStandalone()?this._setUpStandalone():this.formDirective.addControl(this),this._registered=!0}_setUpdateStrategy(){this.options&&this.options.updateOn!=null&&(this.control._updateOn=this.options.updateOn)}_isStandalone(){return!this._parent||!!(this.options&&this.options.standalone)}_setUpStandalone(){d3(this.control,this,this.callSetDisabledState),this.control.updateValueAndValidity({emitEvent:!1})}_checkForErrors(){this._checkName()}_checkName(){this.options&&this.options.name&&(this.name=this.options.name),!this._isStandalone()&&this.name}_updateValue(n){hf.then(()=>{this.control.setValue(n,{emitViewToModelChange:!1}),this._changeDetectorRef?.markForCheck()})}_updateDisabled(n){let r=n.isDisabled.currentValue,i=r!==0&&l1(r);hf.then(()=>{i&&!this.control.disabled?this.control.disable():!i&&this.control.disabled&&this.control.enable(),this._changeDetectorRef?.markForCheck()})}_getPath(n){return this._parent?kf(n,this._parent):[n]}static \u0275fac=function(r){return new(r||e)(w(O2,9),w(p1,10),w(m3,10),w(d1,10),w(c1,8),w(Qt,8))};static \u0275dir=O({type:e,selectors:[["","ngModel","",3,"formControlName","",3,"formControl",""]],inputs:{name:"name",isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"],options:[0,"ngModelOptions","options"]},outputs:{update:"ngModelChange"},exportAs:["ngModel"],standalone:!1,features:[he([PC]),K,Se]})}return e})();var F$=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275dir=O({type:e,selectors:[["form",3,"ngNoForm","",3,"ngNativeValidate",""]],hostAttrs:["novalidate",""],standalone:!1})}return e})(),BC={provide:d1,useExisting:ie(()=>VC),multi:!0},VC=(()=>{class e extends p3{writeValue(n){let r=n??"";this.setProperty("value",r)}registerOnChange(n){this.onChange=r=>{n(r==""?null:parseFloat(r))}}static \u0275fac=(()=>{let n;return function(i){return(n||(n=Ee(e)))(i||e)}})();static \u0275dir=O({type:e,selectors:[["input","type","number","formControlName",""],["input","type","number","formControl",""],["input","type","number","ngModel",""]],hostBindings:function(r,i){r&1&&y2("input",function(a){return i.onChange(a.target.value)})("blur",function(){return i.onTouched()})},standalone:!1,features:[he([BC]),K]})}return e})();var V6=new b(""),jC={provide:B2,useExisting:ie(()=>HC)},HC=(()=>{class e extends B2{_ngModelWarningConfig;callSetDisabledState;viewModel;form;set isDisabled(n){}model;update=new le;static _ngModelWarningSentOnce=!1;_ngModelWarningSent=!1;constructor(n,r,i,o,a){super(),this._ngModelWarningConfig=o,this.callSetDisabledState=a,this._setValidators(n),this._setAsyncValidators(r),this.valueAccessor=B6(this,i)}ngOnChanges(n){if(this._isControlChanged(n)){let r=n.form.previousValue;r&&rr(r,this,!1),d3(this.form,this,this.callSetDisabledState),this.form.updateValueAndValidity({emitEvent:!1})}O6(n,this.viewModel)&&(this.form.setValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.form&&rr(this.form,this,!1)}get path(){return[]}get control(){return this.form}viewToModelUpdate(n){this.viewModel=n,this.update.emit(n)}_isControlChanged(n){return n.hasOwnProperty("form")}static \u0275fac=function(r){return new(r||e)(w(p1,10),w(m3,10),w(d1,10),w(V6,8),w(Qt,8))};static \u0275dir=O({type:e,selectors:[["","formControl",""]],inputs:{form:[0,"formControl","form"],isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"]},outputs:{update:"ngModelChange"},exportAs:["ngForm"],standalone:!1,features:[he([jC]),K,Se]})}return e})(),UC={provide:O2,useExisting:ie(()=>$C)},$C=(()=>{class e extends O2{callSetDisabledState;get submitted(){return _e(this._submittedReactive)}set submitted(n){this._submittedReactive.set(n)}_submitted=C2(()=>this._submittedReactive());_submittedReactive=m2(!1);_oldForm;_onCollectionChange=()=>this._updateDomValue();directives=[];form=null;ngSubmit=new le;constructor(n,r,i){super(),this.callSetDisabledState=i,this._setValidators(n),this._setAsyncValidators(r)}ngOnChanges(n){n.hasOwnProperty("form")&&(this._updateValidators(),this._updateDomValue(),this._updateRegistrations(),this._oldForm=this.form)}ngOnDestroy(){this.form&&(or(this.form,this),this.form._onCollectionChange===this._onCollectionChange&&this.form._registerOnCollectionChange(()=>{}))}get formDirective(){return this}get control(){return this.form}get path(){return[]}addControl(n){let r=this.form.get(n.path);return d3(r,n,this.callSetDisabledState),r.updateValueAndValidity({emitEvent:!1}),this.directives.push(n),r}getControl(n){return this.form.get(n.path)}removeControl(n){rr(n.control||null,n,!1),_C(this.directives,n)}addFormGroup(n){this._setUpFormContainer(n)}removeFormGroup(n){this._cleanUpFormContainer(n)}getFormGroup(n){return this.form.get(n.path)}addFormArray(n){this._setUpFormContainer(n)}removeFormArray(n){this._cleanUpFormContainer(n)}getFormArray(n){return this.form.get(n.path)}updateModel(n,r){this.form.get(n.path).setValue(r)}onSubmit(n){return this._submittedReactive.set(!0),Pf(this.form,this.directives),this.ngSubmit.emit(n),this.form._events.next(new nr(this.control)),n?.target?.method==="dialog"}onReset(){this.resetForm()}resetForm(n=void 0,r={}){this.form.reset(n,r),this._submittedReactive.set(!1)}_updateDomValue(){this.directives.forEach(n=>{let r=n.control,i=this.form.get(n.path);r!==i&&(rr(r||null,n),RC(i)&&(d3(i,n,this.callSetDisabledState),n.control=i))}),this.form._updateTreeValidity({emitEvent:!1})}_setUpFormContainer(n){let r=this.form.get(n.path);Rf(r,n),r.updateValueAndValidity({emitEvent:!1})}_cleanUpFormContainer(n){if(this.form){let r=this.form.get(n.path);r&&TC(r,n)&&r.updateValueAndValidity({emitEvent:!1})}}_updateRegistrations(){this.form._registerOnCollectionChange(this._onCollectionChange),this._oldForm&&this._oldForm._registerOnCollectionChange(()=>{})}_updateValidators(){P6(this.form,this),this._oldForm&&or(this._oldForm,this)}static \u0275fac=function(r){return new(r||e)(w(p1,10),w(m3,10),w(Qt,8))};static \u0275dir=O({type:e,selectors:[["","formGroup",""]],hostBindings:function(r,i){r&1&&y2("submit",function(a){return i.onSubmit(a)})("reset",function(){return i.onReset()})},inputs:{form:[0,"formGroup","form"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],standalone:!1,features:[he([UC]),K,Se]})}return e})();var GC={provide:B2,useExisting:ie(()=>WC)},WC=(()=>{class e extends B2{_ngModelWarningConfig;_added=!1;viewModel;control;name=null;set isDisabled(n){}model;update=new le;static _ngModelWarningSentOnce=!1;_ngModelWarningSent=!1;constructor(n,r,i,o,a){super(),this._ngModelWarningConfig=a,this._parent=n,this._setValidators(r),this._setAsyncValidators(i),this.valueAccessor=B6(this,o)}ngOnChanges(n){this._added||this._setUpControl(),O6(n,this.viewModel)&&(this.viewModel=this.model,this.formDirective.updateModel(this,this.model))}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}viewToModelUpdate(n){this.viewModel=n,this.update.emit(n)}get path(){return kf(this.name==null?this.name:this.name.toString(),this._parent)}get formDirective(){return this._parent?this._parent.formDirective:null}_setUpControl(){this.control=this.formDirective.addControl(this),this._added=!0}static \u0275fac=function(r){return new(r||e)(w(O2,13),w(p1,10),w(m3,10),w(d1,10),w(V6,8))};static \u0275dir=O({type:e,selectors:[["","formControlName",""]],inputs:{name:[0,"formControlName","name"],isDisabled:[0,"disabled","isDisabled"],model:[0,"ngModel","model"]},outputs:{update:"ngModelChange"},standalone:!1,features:[he([GC]),K,Se]})}return e})();var qC={provide:d1,useExisting:ie(()=>Bf),multi:!0};function Of(e,t){return e==null?`${t}`:(t&&typeof t=="object"&&(t="Object"),`${e}: ${t}`.slice(0,50))}function YC(e){return e.split(":")[0]}var Bf=(()=>{class e extends p3{value;_optionMap=new Map;_idCounter=0;set compareWith(n){this._compareWith=n}_compareWith=Object.is;appRefInjector=g(a1).injector;destroyRef=g(Ae);cdr=g(c1);_queuedWrite=!1;_writeValueAfterRender(){this._queuedWrite||this.appRefInjector.destroyed||(this._queuedWrite=!0,ga({write:()=>{this.destroyRef.destroyed||(this._queuedWrite=!1,this.writeValue(this.value))}},{injector:this.appRefInjector}))}writeValue(n){this.cdr.markForCheck(),this.value=n;let r=this._getOptionId(n),i=Of(r,n);this.setProperty("value",i)}registerOnChange(n){this.onChange=r=>{this.value=this._getOptionValue(r),n(this.value)}}_registerOption(){return(this._idCounter++).toString()}_getOptionId(n){for(let r of this._optionMap.keys())if(this._compareWith(this._optionMap.get(r),n))return r;return null}_getOptionValue(n){let r=YC(n);return this._optionMap.has(r)?this._optionMap.get(r):n}static \u0275fac=(()=>{let n;return function(i){return(n||(n=Ee(e)))(i||e)}})();static \u0275dir=O({type:e,selectors:[["select","formControlName","",3,"multiple",""],["select","formControl","",3,"multiple",""],["select","ngModel","",3,"multiple",""]],hostBindings:function(r,i){r&1&&y2("change",function(a){return i.onChange(a.target.value)})("blur",function(){return i.onTouched()})},inputs:{compareWith:"compareWith"},standalone:!1,features:[he([qC]),K]})}return e})(),R$=(()=>{class e{_element;_renderer;_select;id;constructor(n,r,i){this._element=n,this._renderer=r,this._select=i,this._select&&(this.id=this._select._registerOption())}set ngValue(n){this._select!=null&&(this._select._optionMap.set(this.id,n),this._setElementValue(Of(this.id,n)),this._select._writeValueAfterRender())}set value(n){this._setElementValue(n),this._select&&this._select._writeValueAfterRender()}_setElementValue(n){this._renderer.setProperty(this._element.nativeElement,"value",n)}ngOnDestroy(){this._select&&(this._select._optionMap.delete(this.id),this._select._writeValueAfterRender())}static \u0275fac=function(r){return new(r||e)(w(pe),w($e),w(Bf,9))};static \u0275dir=O({type:e,selectors:[["option"]],inputs:{ngValue:"ngValue",value:"value"},standalone:!1})}return e})(),ZC={provide:d1,useExisting:ie(()=>Vf),multi:!0};function gf(e,t){return e==null?`${t}`:(typeof t=="string"&&(t=`'${t}'`),t&&typeof t=="object"&&(t="Object"),`${e}: ${t}`.slice(0,50))}function QC(e){return e.split(":")[0]}var Vf=(()=>{class e extends p3{value;_optionMap=new Map;_idCounter=0;set compareWith(n){this._compareWith=n}_compareWith=Object.is;writeValue(n){this.value=n;let r;if(Array.isArray(n)){let i=n.map(o=>this._getOptionId(o));r=(o,a)=>{o._setSelected(i.indexOf(a.toString())>-1)}}else r=(i,o)=>{i._setSelected(!1)};this._optionMap.forEach(r)}registerOnChange(n){this.onChange=r=>{let i=[],o=r.selectedOptions;if(o!==void 0){let a=o;for(let s=0;s<a.length;s++){let c=a[s],l=this._getOptionValue(c.value);i.push(l)}}else{let a=r.options;for(let s=0;s<a.length;s++){let c=a[s];if(c.selected){let l=this._getOptionValue(c.value);i.push(l)}}}this.value=i,n(i)}}_registerOption(n){let r=(this._idCounter++).toString();return this._optionMap.set(r,n),r}_getOptionId(n){for(let r of this._optionMap.keys())if(this._compareWith(this._optionMap.get(r)._value,n))return r;return null}_getOptionValue(n){let r=QC(n);return this._optionMap.has(r)?this._optionMap.get(r)._value:n}static \u0275fac=(()=>{let n;return function(i){return(n||(n=Ee(e)))(i||e)}})();static \u0275dir=O({type:e,selectors:[["select","multiple","","formControlName",""],["select","multiple","","formControl",""],["select","multiple","","ngModel",""]],hostBindings:function(r,i){r&1&&y2("change",function(a){return i.onChange(a.target)})("blur",function(){return i.onTouched()})},inputs:{compareWith:"compareWith"},standalone:!1,features:[he([ZC]),K]})}return e})(),P$=(()=>{class e{_element;_renderer;_select;id;_value;constructor(n,r,i){this._element=n,this._renderer=r,this._select=i,this._select&&(this.id=this._select._registerOption(this))}set ngValue(n){this._select!=null&&(this._value=n,this._setElementValue(gf(this.id,n)),this._select.writeValue(this._select.value))}set value(n){this._select?(this._value=n,this._setElementValue(gf(this.id,n)),this._select.writeValue(this._select.value)):this._setElementValue(n)}_setElementValue(n){this._renderer.setProperty(this._element.nativeElement,"value",n)}_setSelected(n){this._renderer.setProperty(this._element.nativeElement,"selected",n)}ngOnDestroy(){this._select&&(this._select._optionMap.delete(this.id),this._select.writeValue(this._select.value))}static \u0275fac=function(r){return new(r||e)(w(pe),w($e),w(Vf,9))};static \u0275dir=O({type:e,selectors:[["option"]],inputs:{ngValue:"ngValue",value:"value"},standalone:!1})}return e})();function KC(e){return typeof e=="number"?e:parseInt(e,10)}function XC(e){return typeof e=="number"?e:parseFloat(e)}var j6=(()=>{class e{_validator=K0;_onChange;_enabled;ngOnChanges(n){if(this.inputName in n){let r=this.normalizeInput(n[this.inputName].currentValue);this._enabled=this.enabled(r),this._validator=this._enabled?this.createValidator(r):K0,this._onChange&&this._onChange()}}validate(n){return this._validator(n)}registerOnValidatorChange(n){this._onChange=n}enabled(n){return n!=null}static \u0275fac=function(r){return new(r||e)};static \u0275dir=O({type:e,features:[Se]})}return e})();var JC={provide:p1,useExisting:ie(()=>eL),multi:!0},eL=(()=>{class e extends j6{min;inputName="min";normalizeInput=n=>XC(n);createValidator=n=>Cf(n);static \u0275fac=(()=>{let n;return function(i){return(n||(n=Ee(e)))(i||e)}})();static \u0275dir=O({type:e,selectors:[["input","type","number","min","","formControlName",""],["input","type","number","min","","formControl",""],["input","type","number","min","","ngModel",""]],hostVars:1,hostBindings:function(r,i){r&2&&s1("min",i._enabled?i.min:null)},inputs:{min:"min"},standalone:!1,features:[he([JC]),K]})}return e})(),tL={provide:p1,useExisting:ie(()=>nL),multi:!0};var nL=(()=>{class e extends j6{required;inputName="required";normalizeInput=l1;createValidator=n=>Lf;enabled(n){return n}static \u0275fac=(()=>{let n;return function(i){return(n||(n=Ee(e)))(i||e)}})();static \u0275dir=O({type:e,selectors:[["","required","","formControlName","",3,"type","checkbox"],["","required","","formControl","",3,"type","checkbox"],["","required","","ngModel","",3,"type","checkbox"]],hostVars:1,hostBindings:function(r,i){r&2&&s1("required",i._enabled?"":null)},inputs:{required:"required"},standalone:!1,features:[he([tL]),K]})}return e})();var rL={provide:p1,useExisting:ie(()=>iL),multi:!0},iL=(()=>{class e extends j6{maxlength;inputName="maxlength";normalizeInput=n=>KC(n);createValidator=n=>zf(n);static \u0275fac=(()=>{let n;return function(i){return(n||(n=Ee(e)))(i||e)}})();static \u0275dir=O({type:e,selectors:[["","maxlength","","formControlName",""],["","maxlength","","formControl",""],["","maxlength","","ngModel",""]],hostVars:1,hostBindings:function(r,i){r&2&&s1("maxlength",i._enabled?i.maxlength:null)},inputs:{maxlength:"maxlength"},standalone:!1,features:[he([rL]),K]})}return e})();var jf=(()=>{class e{static \u0275fac=function(r){return new(r||e)};static \u0275mod=Ge({type:e});static \u0275inj=Ie({})}return e})(),I6=class extends Yt{constructor(t,n,r){super(F6(n),R6(r,n)),this.controls=t,this._initObservables(),this._setUpdateStrategy(n),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}controls;at(t){return this.controls[this._adjustIndex(t)]}push(t,n={}){Array.isArray(t)?t.forEach(r=>{this.controls.push(r),this._registerControl(r)}):(this.controls.push(t),this._registerControl(t)),this.updateValueAndValidity({emitEvent:n.emitEvent}),this._onCollectionChange()}insert(t,n,r={}){this.controls.splice(t,0,n),this._registerControl(n),this.updateValueAndValidity({emitEvent:r.emitEvent})}removeAt(t,n={}){let r=this._adjustIndex(t);r<0&&(r=0),this.controls[r]&&this.controls[r]._registerOnCollectionChange(()=>{}),this.controls.splice(r,1),this.updateValueAndValidity({emitEvent:n.emitEvent})}setControl(t,n,r={}){let i=this._adjustIndex(t);i<0&&(i=0),this.controls[i]&&this.controls[i]._registerOnCollectionChange(()=>{}),this.controls.splice(i,1),n&&(this.controls.splice(i,0,n),this._registerControl(n)),this.updateValueAndValidity({emitEvent:r.emitEvent}),this._onCollectionChange()}get length(){return this.controls.length}setValue(t,n={}){_f(this,!1,t),t.forEach((r,i)=>{Af(this,!1,i),this.at(i).setValue(r,{onlySelf:!0,emitEvent:n.emitEvent})}),this.updateValueAndValidity(n)}patchValue(t,n={}){t!=null&&(t.forEach((r,i)=>{this.at(i)&&this.at(i).patchValue(r,{onlySelf:!0,emitEvent:n.emitEvent})}),this.updateValueAndValidity(n))}reset(t=[],n={}){this._forEachChild((r,i)=>{r.reset(t[i],{onlySelf:!0,emitEvent:n.emitEvent})}),this._updatePristine(n,this),this._updateTouched(n,this),this.updateValueAndValidity(n),n?.emitEvent!==!1&&this._events.next(new u3(this))}getRawValue(){return this.controls.map(t=>t.getRawValue())}clear(t={}){this.controls.length<1||(this._forEachChild(n=>n._registerOnCollectionChange(()=>{})),this.controls.splice(0),this.updateValueAndValidity({emitEvent:t.emitEvent}))}_adjustIndex(t){return t<0?t+this.length:t}_syncPendingControls(){let t=this.controls.reduce((n,r)=>r._syncPendingControls()?!0:n,!1);return t&&this.updateValueAndValidity({onlySelf:!0}),t}_forEachChild(t){this.controls.forEach((n,r)=>{t(n,r)})}_updateValue(){this.value=this.controls.filter(t=>t.enabled||this.disabled).map(t=>t.value)}_anyControls(t){return this.controls.some(n=>n.enabled&&t(n))}_setUpControls(){this._forEachChild(t=>this._registerControl(t))}_allControlsDisabled(){for(let t of this.controls)if(t.enabled)return!1;return this.controls.length>0||this.disabled}_registerControl(t){t.setParent(this),t._registerOnCollectionChange(this._onCollectionChange)}_find(t){return this.at(t)??null}};function vf(e){return!!e&&(e.asyncValidators!==void 0||e.validators!==void 0||e.updateOn!==void 0)}var oL=(()=>{class e{useNonNullable=!1;get nonNullable(){let n=new e;return n.useNonNullable=!0,n}group(n,r=null){let i=this._reduceControls(n),o={};return vf(r)?o=r:r!==null&&(o.validators=r.validator,o.asyncValidators=r.asyncValidator),new Zt(i,o)}record(n,r=null){let i=this._reduceControls(n);return new N6(i,r)}control(n,r,i){let o={};return this.useNonNullable?(vf(r)?o=r:(o.validators=r,o.asyncValidators=i),new f3(n,V(I({},o),{nonNullable:!0}))):new f3(n,r,i)}array(n,r,i){let o=n.map(a=>this._createControl(a));return new I6(o,r,i)}_reduceControls(n){let r={};return Object.keys(n).forEach(i=>{r[i]=this._createControl(n[i])}),r}_createControl(n){if(n instanceof f3)return n;if(n instanceof Yt)return n;if(Array.isArray(n)){let r=n[0],i=n.length>1?n[1]:null,o=n.length>2?n[2]:null;return this.control(r,i,o)}else return this.control(n)}static \u0275fac=function(r){return new(r||e)};static \u0275prov=C({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();var O$=(()=>{class e extends oL{group(n,r=null){return super.group(n,r)}control(n,r,i){return super.control(n,r,i)}array(n,r,i){return super.array(n,r,i)}static \u0275fac=(()=>{let n;return function(i){return(n||(n=Ee(e)))(i||e)}})();static \u0275prov=C({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})();var B$=(()=>{class e{static withConfig(n){return{ngModule:e,providers:[{provide:Qt,useValue:n.callSetDisabledState??sr}]}}static \u0275fac=function(r){return new(r||e)};static \u0275mod=Ge({type:e});static \u0275inj=Ie({imports:[jf]})}return e})(),V$=(()=>{class e{static withConfig(n){return{ngModule:e,providers:[{provide:V6,useValue:n.warnOnNgModelWithFormControl??"always"},{provide:Qt,useValue:n.callSetDisabledState??sr}]}}static \u0275fac=function(r){return new(r||e)};static \u0275mod=Ge({type:e});static \u0275inj=Ie({imports:[jf]})}return e})();var h3=new b("L10N_CONFIG"),$6=new b("L10N_LOCALE");function cr(e,t){return new Error(`angular-l10n (${e.name}): ${t}`)}function aL(e){return new RegExp(/^([a-z]{2,3})(\-[A-Z][a-z]{3})?(\-[A-Z]{2})?(-u.+)?$/).test(e)}function Kt(e,t){if(e==null||e==="")return"";if(!aL(e))throw cr(Kt,"Invalid language");let[,n="",r="",i=""]=e.match(/^([a-z]{2,3})(\-[A-Z][a-z]{3})?(\-[A-Z]{2})?/)||[];switch(t){case"language":return n;case"language-script":return n+r;case"language-region":return n+i;case"language-script-region":return n+r+i}}function sL(e){let t=null;if(typeof navigator<"u"&&navigator.language)switch(e){case"language-region":case"language-script-region":t=navigator.language;break;default:t=navigator.language.split("-")[0]}return t}function qf(e,t,n){return e.find(i=>Kt(i.locale.language,n)===t)}function Hf(e,t,n){return t?n?e.split(n).reduce((r,i)=>(r&&r[i])!=null?r[i]:null,t):t[e]!=null?t[e]:null:null}function cL(e,t){return e.replace(/{{\s?([^{}\s]*)\s?}}/g,(r,i)=>{let o=t[i];return o!==void 0?o:r})}function Yf(e,t){let n=Object.assign({},e);return U6(e)&&U6(t)&&Object.keys(t).forEach(r=>{U6(t[r])?r in e?n[r]=Yf(e[r],t[r]):Object.assign(n,{[r]:t[r]}):Object.assign(n,{[r]:t[r]})}),n}function H6(e){return typeof e=="string"&&!isNaN(+e-parseFloat(e))?+e:e}function Zf(e){if(Uf(e))return e;if(typeof e=="number"&&!isNaN(e))return new Date(e);if(typeof e=="string"){if(e=e.trim(),!isNaN(e-parseFloat(e)))return new Date(parseFloat(e));if(/^(\d{4}-\d{1,2}-\d{1,2})$/.test(e)){let[r,i,o]=e.split("-").map(a=>+a);return new Date(r,i-1,o)}let n=e.match(/^(\d{4})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/);if(n)return uL(n)}let t=new Date(e);if(!Uf(t))throw cr(Zf,"Invalid date");return t}var lL={full:{weekday:"long",year:"numeric",month:"long",day:"numeric"},long:{year:"numeric",month:"long",day:"numeric"},medium:{year:"numeric",month:"short",day:"numeric"},short:{year:"2-digit",month:"numeric",day:"numeric"}},fL={full:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"long"},long:{hour:"numeric",minute:"numeric",second:"numeric",timeZoneName:"short"},medium:{hour:"numeric",minute:"numeric",second:"numeric"},short:{hour:"numeric",minute:"numeric"}};function Qf(e){let t=e.match(/^(\d+)?\.((\d+)(\-(\d+))?)?$/);if(t==null)throw cr(Qf,"Invalid digits");return{minimumIntegerDigits:t[1]?parseInt(t[1]):void 0,minimumFractionDigits:t[3]?parseInt(t[3]):void 0,maximumFractionDigits:t[5]?parseInt(t[5]):void 0}}function U6(e){return typeof e=="object"&&!Array.isArray(e)}function Uf(e){return e instanceof Date&&!isNaN(e.valueOf())}function uL(e){let t=new Date(0),n=0,r=0,i=e[8]?t.setUTCFullYear:t.setFullYear,o=e[8]?t.setUTCHours:t.setHours;e[9]&&(n=Number(e[9]+e[10]),r=Number(e[9]+e[11])),i.call(t,Number(e[1]),Number(e[2])-1,Number(e[3]));let a=Number(e[4]||0)-n,s=Number(e[5]||0)-r,c=Number(e[6]||0),l=Math.round(parseFloat("0."+(e[7]||0))*1e3);return o.call(t,a,s,c,l),t}var G6=(()=>{let t=class t{constructor(){this.cache={}}read(r,i){if(this.cache[r])return this.cache[r];let o=i.pipe(un(1));return this.cache[r]=o,o}};t.\u0275fac=function(i){return new(i||t)},t.\u0275prov=C({token:t,factory:t.\u0275fac});let e=t;return e})(),Kf=(()=>{let t=class t{};t.\u0275fac=function(i){return new(i||t)},t.\u0275prov=C({token:t,factory:t.\u0275fac});let e=t;return e})(),dL=(()=>{let t=class t{read(){return Fe(this,null,function*(){return Promise.resolve(null)})}write(r){return Fe(this,null,function*(){})}};t.\u0275fac=function(i){return new(i||t)},t.\u0275prov=C({token:t,factory:t.\u0275fac});let e=t;return e})(),Xf=(()=>{let t=class t{};t.\u0275fac=function(i){return new(i||t)},t.\u0275prov=C({token:t,factory:t.\u0275fac});let e=t;return e})(),pL=(()=>{let t=class t{constructor(r){this.config=r}get(){return Fe(this,null,function*(){let r=sL(this.config.format);if(r){let i=qf(this.config.schema,r,this.config.format);if(i)return Promise.resolve(i.locale)}return Promise.resolve(null)})}};t.\u0275fac=function(i){return new(i||t)(z(h3))},t.\u0275prov=C({token:t,factory:t.\u0275fac});let e=t;return e})(),W6=(()=>{let t=class t{};t.\u0275fac=function(i){return new(i||t)},t.\u0275prov=C({token:t,factory:t.\u0275fac});let e=t;return e})(),mL=(()=>{let t=class t{get(r,i){return i.asset[r]?Mt(i.asset[r]):Ur(()=>cr(t,"Asset not found"))}};t.\u0275fac=function(i){return new(i||t)},t.\u0275prov=C({token:t,factory:t.\u0275fac});let e=t;return e})(),Jf=(()=>{let t=class t{};t.\u0275fac=function(i){return new(i||t)},t.\u0275prov=C({token:t,factory:t.\u0275fac});let e=t;return e})(),hL=(()=>{let t=class t{constructor(r,i,o){this.config=r,this.cache=i,this.translationLoader=o}get(r,i){let o=[],a=r.match(/-?[a-zA-z]+/g)||[],s="";for(let c of a)s+=c,this.config.cache?o.push(this.cache.read(`${i.name}-${s}`,this.translationLoader.get(s,i))):o.push(this.translationLoader.get(s,i));return o}};t.\u0275fac=function(i){return new(i||t)(z(h3),z(G6),z(W6))},t.\u0275prov=C({token:t,factory:t.\u0275fac});let e=t;return e})(),e9=(()=>{let t=class t{};t.\u0275fac=function(i){return new(i||t)},t.\u0275prov=C({token:t,factory:t.\u0275fac});let e=t;return e})(),gL=(()=>{let t=class t{parseValue(r,i,o){return i?cL(o,i):o}};t.\u0275fac=function(i){return new(i||t)},t.\u0275prov=C({token:t,factory:t.\u0275fac});let e=t;return e})(),t9=(()=>{let t=class t{};t.\u0275fac=function(i){return new(i||t)},t.\u0275prov=C({token:t,factory:t.\u0275fac});let e=t;return e})(),vL=(()=>{let t=class t{handle(r,i,o){return r}};t.\u0275fac=function(i){return new(i||t)},t.\u0275prov=C({token:t,factory:t.\u0275fac});let e=t;return e})(),g3=(()=>{let t=class t{constructor(r,i,o,a,s,c,l,f,u){this.config=r,this.locale=i,this.cache=o,this.storage=a,this.resolveLocale=s,this.translationFallback=c,this.translationLoader=l,this.translationHandler=f,this.missingTranslationHandler=u,this.data={},this.translation=new U2(this.locale),this.error=new U2(null)}getLocale(){return this.locale}setLocale(r){return Fe(this,null,function*(){yield this.loadTranslations(this.config.providers,r)})}onChange(){return this.translation.asObservable()}onError(){return this.error.asObservable()}translate(r,i,o=this.locale.language){if(o=Kt(o,this.config.format),Array.isArray(r)){let s={};for(let c of r)s[c]=this.translate(c,i,o);return s}let a=Hf(r,this.data[o],this.config.keySeparator);return a?this.translationHandler.parseValue(r,i,a):this.missingTranslationHandler.handle(r,a,i)}has(r,i=this.locale.language){return i=Kt(i,this.config.format),Hf(r,this.data[i],this.config.keySeparator)!==null}getLanguageDirection(r=this.locale.language){let i=qf(this.config.schema,r,this.config.format);return i?i.dir:void 0}getAvailableLanguages(){return this.config.schema.map(i=>Kt(i.locale.language,this.config.format))}init(){return Fe(this,arguments,function*(r=this.config.providers){let i=null;i==null&&(i=yield this.storage.read()),i==null&&(i=yield this.resolveLocale.get()),i==null&&(i=this.config.defaultLocale),yield this.loadTranslations(r,i)})}loadTranslations(){return Fe(this,arguments,function*(r=this.config.providers,i=this.locale){let o=Kt(i.language,this.config.format);return new Promise(a=>{W2(...this.getTranslation(r,o)).subscribe({next:s=>this.addData(s,o),error:s=>{this.handleError(s),a()},complete:()=>{this.releaseTranslation(i),a()}})})})}addData(r,i){this.data[i]=this.data[i]!==void 0?Yf(this.data[i],r):r}addProviders(r){r.forEach(i=>{this.config.providers.find(o=>o.name===i.name)||this.config.providers.push(i)})}getTranslation(r,i){let o=[],a=[];for(let s of r)this.config.fallback?a=a.concat(this.translationFallback.get(i,s)):this.config.cache?o.push(this.cache.read(`${s.name}-${i}`,this.translationLoader.get(i,s))):o.push(this.translationLoader.get(i,s));return a.push(Wr(...o)),a}handleError(r){this.error.next(r)}releaseTranslation(r){Object.assign(this.locale,r),this.translation.next(this.locale),this.storage.write(this.locale)}};t.\u0275fac=function(i){return new(i||t)(z(h3),z($6),z(G6),z(Kf),z(Xf),z(Jf),z(W6),z(e9),z(t9))},t.\u0275prov=C({token:t,factory:t.\u0275fac});let e=t;return e})();function $f(e){return ML(e)}var Gf=10;function ML(e){let t=[],n,r=0,i=1;for(t.push(e);t.length>0&&r<=Gf;){if(n=t.splice(0,1)[0],yL(n))return n;if(r<Gf&&n.childNodes)for(let o of Array.from(n.childNodes))CL(o)&&t.push(o);--i===0&&(r++,i=t.length)}return e}function yL(e){return typeof e<"u"&&e.nodeType===3&&e.nodeValue!=null&&e.nodeValue.trim()!==""}function CL(e){if(typeof e<"u"&&e.nodeType===1&&e.attributes){for(let t of Array.from(e.attributes))if(t&&/^l10n|translate/.test(t.name))return!1}return!0}var LL=(()=>{let t=class t{constructor(){this.el=g(pe),this.renderer=g($e),this.translation=g(g3),this.attributes=[],this.destroy=new ee}set innerHTML(r){this.content=r.toString()}ngAfterViewInit(){this.el&&this.el.nativeElement&&(this.element=this.el.nativeElement,this.renderNode=$f(this.el.nativeElement),this.text=this.getText(),this.attributes=this.getAttributes(),this.addTextListener(),this.language?(this.replaceText(),this.replaceAttributes()):this.addTranslationListener())}ngOnChanges(){this.text&&((this.nodeValue==null||this.nodeValue==="")&&(this.value?this.text=this.value:this.content&&(this.text=this.content)),this.replaceText()),this.attributes&&this.attributes.length>0&&this.replaceAttributes()}ngOnDestroy(){this.destroy.next(!0),this.removeTextListener()}getText(){let r="";return this.element&&this.element.childNodes.length>0?r=this.getNodeValue():this.value?r=this.value:this.content&&(r=this.content),r}getNodeValue(){return this.nodeValue=this.renderNode!=null&&this.renderNode.nodeValue!=null?this.renderNode.nodeValue:"",this.nodeValue?this.nodeValue.trim():""}getAttributes(){let r=[];if(this.element&&this.element.attributes){for(let i of Array.from(this.element.attributes))if(i&&i.name){let[,o=""]=i.name.match(/^l10n-(.+)$/)||[];if(o){let a=Array.from(this.element.attributes).find(s=>s.name===o);a&&r.push({name:a.name,value:a.value})}}}return r}addTextListener(){typeof MutationObserver<"u"&&(this.textObserver=new MutationObserver(()=>{this.element&&(this.renderNode=$f(this.element),this.text=this.getText(),this.replaceText())}),this.renderNode&&this.textObserver.observe(this.renderNode,{subtree:!0,characterData:!0}))}removeTextListener(){this.textObserver&&this.textObserver.disconnect()}addTranslationListener(){this.translation.onChange().pipe(Xr(this.destroy)).subscribe({next:()=>{this.replaceText(),this.replaceAttributes()}})}replaceText(){this.text&&this.setText(this.getValue(this.text))}replaceAttributes(){this.attributes.length>0&&this.setAttributes(this.getAttributesValues())}setText(r){r&&(this.nodeValue&&this.text?(this.removeTextListener(),this.renderer.setValue(this.renderNode,this.nodeValue.replace(this.text,r)),this.addTextListener()):this.value?this.renderer.setAttribute(this.element,"value",r):this.content&&this.renderer.setProperty(this.element,"innerHTML",r))}setAttributes(r){for(let i of this.attributes)this.renderer.setAttribute(this.element,i.name,r[i.value])}getAttributesValues(){let r=this.attributes.map(o=>o.value),i={};for(let o of r)i[o]=this.getValue(o);return i}};t.\u0275fac=function(i){return new(i||t)},t.\u0275dir=O({type:t,inputs:{value:"value",innerHTML:"innerHTML",language:"language"},standalone:!1,features:[Se]});let e=t;return e})();var Wf=(()=>{let t=class t{};t.\u0275fac=function(i){return new(i||t)},t.\u0275prov=C({token:t,factory:t.\u0275fac});let e=t;return e})(),zL=(()=>{let t=class t{constructor(r){this.translation=r}init(){return Fe(this,null,function*(){yield this.translation.init()})}};t.\u0275fac=function(i){return new(i||t)(z(g3))},t.\u0275prov=C({token:t,factory:t.\u0275fac});let e=t;return e})(),bL=(()=>{let t=class t{constructor(r,i,o){this.config=r,this.locale=i,this.translation=o}formatDate(r,i,o=this.locale.dateLanguage||this.locale.language,a=this.locale.timeZone){r=Zf(r);let s={};if(i&&i){let c=i,{dateStyle:l,timeStyle:f}=c,u=w3(c,["dateStyle","timeStyle"]);l&&(s=I(I({},s),lL[l])),f&&(s=I(I({},s),fL[f])),s=I(I({},s),u)}return a&&(s.timeZone=a),new Intl.DateTimeFormat(o,s).format(r)}formatNumber(r,i,o=this.locale.numberLanguage||this.locale.language,a=this.locale.currency,s,c){if(i&&i.style==="unit"&&!i.unit)return r;r=H6(r),typeof s=="function"&&(r=s(r,this.locale,Object.values(c||{})));let l={};if(i){let f=i,{digits:u}=f,p=w3(f,["digits"]);u&&(l=I(I({},l),Qf(u))),l=I(I({},l),p)}return a&&(l.currency=a),new Intl.NumberFormat(o,l).format(r)}formatRelativeTime(r,i,o,a=this.locale.dateLanguage||this.locale.language){return r=H6(r),new Intl.RelativeTimeFormat(a,o).format(r,i)}plural(r,i="",o,a=this.locale.language){r=H6(r);let s=new Intl.PluralRules(a,o).select(r),c=i?`${i}${this.config.keySeparator}${s}`:s;return this.translation.translate(c,{value:r})}displayNames(r,i,o=this.locale.language){return new Intl.DisplayNames(o,i).of(r)||r}getCurrencySymbol(r=this.locale){let i=this.formatNumber(0,{digits:"1.0-0"},r.numberLanguage||r.language),a=this.formatNumber(0,{digits:"1.0-0",style:"currency",currencyDisplay:"symbol"},r.numberLanguage||r.language,r.currency).replace(i,"");return a=a.trim(),a}compare(r,i,o,a=this.locale.language){let s=this.translation.translate(r),c=this.translation.translate(i);return new Intl.Collator(a,o).compare(s,c)}list(r,i,o=this.locale.language){let a=r.map(s=>this.translation.translate(s));return o==null||o===""?a.join(", "):new Intl.ListFormat(o,i).format(a)}};t.\u0275fac=function(i){return new(i||t)(z(h3),z($6),z(g3))},t.\u0275prov=C({token:t,factory:t.\u0275fac});let e=t;return e})();function DL(e){return()=>e.init()}function X$(e,t={}){return N2([g3,G6,{provide:h3,useValue:e},{provide:$6,useValue:{language:"",units:{}}},{provide:Kf,useClass:t.storage||dL},{provide:Xf,useClass:t.localeResolver||pL},{provide:Jf,useClass:t.translationFallback||hL},{provide:W6,useClass:t.translationLoader||mL},{provide:e9,useClass:t.translationHandler||gL},{provide:t9,useClass:t.missingTranslationHandler||vL},{provide:Wf,useClass:t.loader||zL},{provide:E0,useFactory:DL,deps:[Wf],multi:!0}])}function J$(){return N2([bL])}var eG=(()=>{let t=class t{constructor(r){this.translation=r}transform(r,i,o){return r==null||r===""?null:this.translation.translate(r,o,i)}};t.\u0275fac=function(i){return new(i||t)(w(g3,16))},t.\u0275pipe=J1({name:"translate",type:t,pure:!0});let e=t;return e})();var tG=(()=>{let t=class t extends LL{set l10nTranslate(r){r&&(this.params=r)}set translate(r){r&&(this.params=r)}getValue(r){return this.translation.translate(r,this.params,this.language)}};t.\u0275fac=(()=>{let r;return function(o){return(r||(r=Ee(t)))(o||t)}})(),t.\u0275dir=O({type:t,selectors:[["","l10nTranslate",""],["","translate",""]],inputs:{l10nTranslate:"l10nTranslate",translate:"translate",params:"params"},features:[K]});let e=t;return e})();var iG={prefix:"fas",iconName:"rotate",icon:[512,512,[128260,"sync-alt"],"f2f1","M480.1 192l7.9 0c13.3 0 24-10.7 24-24l0-144c0-9.7-5.8-18.5-14.8-22.2S477.9 .2 471 7L419.3 58.8C375 22.1 318 0 256 0 127 0 20.3 95.4 2.6 219.5 .1 237 12.2 253.2 29.7 255.7s33.7-9.7 36.2-27.1C79.2 135.5 159.3 64 256 64 300.4 64 341.2 79 373.7 104.3L327 151c-6.9 6.9-8.9 17.2-5.2 26.2S334.3 192 344 192l136.1 0zm29.4 100.5c2.5-17.5-9.7-33.7-27.1-36.2s-33.7 9.7-36.2 27.1c-13.3 93-93.4 164.5-190.1 164.5-44.4 0-85.2-15-117.7-40.3L185 361c6.9-6.9 8.9-17.2 5.2-26.2S177.7 320 168 320L24 320c-13.3 0-24 10.7-24 24L0 488c0 9.7 5.8 18.5 14.8 22.2S34.1 511.8 41 505l51.8-51.8C137 489.9 194 512 256 512 385 512 491.7 416.6 509.4 292.5z"]};var oG={prefix:"fas",iconName:"calendar-check",icon:[448,512,[],"f274","M320 0c17.7 0 32 14.3 32 32l0 32 32 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 128C0 92.7 28.7 64 64 64l32 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32 128 0 0-32c0-17.7 14.3-32 32-32zm22 161.7c-10.7-7.8-25.7-5.4-33.5 5.3L189.1 331.2 137 279.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72c5 5 11.9 7.5 18.8 7s13.4-4.1 17.5-9.8L347.3 195.2c7.8-10.7 5.4-25.7-5.3-33.5z"]};var aG={prefix:"fas",iconName:"file-circle-plus",icon:[576,512,[58606],"e494","M96 0C60.7 0 32 28.7 32 64l0 384c0 35.3 28.7 64 64 64l180 0c-22.7-31.5-36-70.2-36-112 0-100.6 77.4-183.2 176-191.3l0-38.1c0-17-6.7-33.3-18.7-45.3L290.7 18.7C278.7 6.7 262.5 0 245.5 0L96 0zM357.5 176L264 176c-13.3 0-24-10.7-24-24L240 58.5 357.5 176zM432 544a144 144 0 1 0 0-288 144 144 0 1 0 0 288zm16-208l0 48 48 0c8.8 0 16 7.2 16 16s-7.2 16-16 16l-48 0 0 48c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-48-48 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l48 0 0-48c0-8.8 7.2-16 16-16s16 7.2 16 16z"]};var sG={prefix:"fas",iconName:"question",icon:[320,512,[10067,10068,61736],"3f","M64 160c0-53 43-96 96-96s96 43 96 96c0 42.7-27.9 78.9-66.5 91.4-28.4 9.2-61.5 35.3-61.5 76.6l0 24c0 17.7 14.3 32 32 32s32-14.3 32-32l0-24c0-1.7 .6-4.1 3.5-7.3 3-3.3 7.9-6.5 13.7-8.4 64.3-20.7 110.8-81 110.8-152.3 0-88.4-71.6-160-160-160S0 71.6 0 160c0 17.7 14.3 32 32 32s32-14.3 32-32zm96 352c22.1 0 40-17.9 40-40s-17.9-40-40-40-40 17.9-40 40 17.9 40 40 40z"]};var cG={prefix:"fas",iconName:"file-arrow-down",icon:[384,512,["file-download"],"f56d","M0 64C0 28.7 28.7 0 64 0L213.5 0c17 0 33.3 6.7 45.3 18.7L365.3 125.3c12 12 18.7 28.3 18.7 45.3L384 448c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zm208-5.5l0 93.5c0 13.3 10.7 24 24 24L325.5 176 208 58.5zM175 441c9.4 9.4 24.6 9.4 33.9 0l64-64c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-23 23 0-86.1c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 86.1-23-23c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64z"]};var lG={prefix:"fas",iconName:"minus",icon:[448,512,[8211,8722,10134,"subtract"],"f068","M0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32z"]};var fG={prefix:"fas",iconName:"filter",icon:[512,512,[],"f0b0","M32 64C19.1 64 7.4 71.8 2.4 83.8S.2 109.5 9.4 118.6L192 301.3 192 416c0 8.5 3.4 16.6 9.4 22.6l64 64c9.2 9.2 22.9 11.9 34.9 6.9S320 492.9 320 480l0-178.7 182.6-182.6c9.2-9.2 11.9-22.9 6.9-34.9S492.9 64 480 64L32 64z"]};var uG={prefix:"fas",iconName:"at",icon:[512,512,[61946],"40","M256 64C150 64 64 150 64 256s86 192 192 192c17.7 0 32 14.3 32 32s-14.3 32-32 32C114.6 512 0 397.4 0 256S114.6 0 256 0 512 114.6 512 256l0 32c0 53-43 96-96 96-29.3 0-55.6-13.2-73.2-33.9-22.8 21-53.3 33.9-86.8 33.9-70.7 0-128-57.3-128-128s57.3-128 128-128c27.9 0 53.7 8.9 74.7 24.1 5.7-5 13.1-8.1 21.3-8.1 17.7 0 32 14.3 32 32l0 112c0 17.7 14.3 32 32 32s32-14.3 32-32l0-32c0-106-86-192-192-192zm64 192a64 64 0 1 0 -128 0 64 64 0 1 0 128 0z"]};var dG={prefix:"fas",iconName:"users-rectangle",icon:[576,512,[],"e594","M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm224 72a56 56 0 1 1 0 112 56 56 0 1 1 0-112zm0 152c53 0 96 43 96 96l0 24c0 13.3-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24l0-24c0-53 43-96 96-96zm96-64a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM168 272.3c-15.2 22.8-24 50.2-24 79.7l0 24c0 8.4 1.4 16.5 4.1 24l-46.8 0C89.6 400 80 390.4 80 378.7L80 368c0-50.3 38.7-91.6 88-95.7zM427.9 400c2.7-7.5 4.1-15.6 4.1-24l0-24c0-29.5-8.8-56.9-24-79.7 49.3 4.1 88 45.3 88 95.7l0 10.7c0 11.8-9.6 21.3-21.3 21.3l-46.8 0zM96 192a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z"]};var pG={prefix:"fas",iconName:"exclamation",icon:[128,512,[10069,10071,61738],"21","M64 432c22.1 0 40 17.9 40 40s-17.9 40-40 40-40-17.9-40-40c0-22.1 17.9-40 40-40zM64 0c26.5 0 48 21.5 48 48 0 .6 0 1.1 0 1.7l-16 304c-.9 17-15 30.3-32 30.3S33 370.7 32 353.7L16 49.7c0-.6 0-1.1 0-1.7 0-26.5 21.5-48 48-48z"]};var mG={prefix:"fas",iconName:"toggle-off",icon:[576,512,[],"f204","M384 128c70.7 0 128 57.3 128 128S454.7 384 384 384l-192 0c-70.7 0-128-57.3-128-128s57.3-128 128-128l192 0zM576 256c0-106-86-192-192-192L192 64C86 64 0 150 0 256S86 448 192 448l192 0c106 0 192-86 192-192zM192 336a80 80 0 1 0 0-160 80 80 0 1 0 0 160z"]};var hG={prefix:"fas",iconName:"gauge",icon:[512,512,["dashboard","gauge-med","tachometer-alt-average"],"f624","M0 256a256 256 0 1 1 512 0 256 256 0 1 1 -512 0zm320 96c0-26.9-16.5-49.9-40-59.3L280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 172.7c-23.5 9.5-40 32.5-40 59.3 0 35.3 28.7 64 64 64s64-28.7 64-64zM144 176a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm-16 80a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm288 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64zM400 144a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"]};var gG={prefix:"fas",iconName:"power-off",icon:[512,512,[9211],"f011","M288 0c0-17.7-14.3-32-32-32S224-17.7 224 0l0 256c0 17.7 14.3 32 32 32s32-14.3 32-32L288 0zM146.3 98.4c14.5-10.1 18-30.1 7.9-44.6s-30.1-18-44.6-7.9C43.4 92.1 0 169 0 256 0 397.4 114.6 512 256 512S512 397.4 512 256c0-87-43.4-163.9-109.7-210.1-14.5-10.1-34.4-6.6-44.6 7.9s-6.6 34.4 7.9 44.6c49.8 34.8 82.3 92.4 82.3 157.6 0 106-86 192-192 192S64 362 64 256c0-65.2 32.5-122.9 82.3-157.6z"]};var vG={prefix:"fas",iconName:"arrows-spin",icon:[512,512,[],"e4bb","M481.7 240.1c-17.6-1.2-32.9 12-34.2 29.7-3.3 47-23.6 89.4-54.8 121L361 359c-6.9-6.9-17.2-8.9-26.2-5.2S320 366.3 320 376l0 112c0 13.3 10.7 24 24 24l112 0c9.7 0 18.5-5.8 22.2-14.8s1.7-19.3-5.2-26.2l-35-35c41.7-42.2 68.9-98.8 73.4-161.8 1.2-17.6-12-32.9-29.7-34.2zM39 41L74 76c-41.7 42.2-68.9 98.8-73.4 161.8-1.2 17.6 12 32.9 29.7 34.2s32.9-12 34.2-29.7c3.3-47 23.6-89.4 54.8-121L151 153c6.9 6.9 17.2 8.9 26.2 5.2S192 145.7 192 136l0-112c0-13.3-10.7-24-24-24L56 0C46.3 0 37.5 5.8 33.8 14.8S32.2 34.1 39 41zm201-10.7c-1.2 17.6 12 32.9 29.7 34.2 47 3.3 89.4 23.6 121 54.8L359 151c-6.9 6.9-8.9 17.2-5.2 26.2S366.3 192 376 192l112 0c13.3 0 24-10.7 24-24l0-112c0-9.7-5.8-18.5-14.8-22.2S477.9 32.2 471 39L436 74c-42.2-41.7-98.8-68.9-161.8-73.4-17.6-1.2-32.9 12-34.2 29.7zM41 473l35-35c42.2 41.7 98.8 68.9 161.8 73.4 17.6 1.2 32.9-12 34.2-29.7s-12-32.9-29.7-34.2c-47-3.3-89.4-23.6-121-54.8L153 361c6.9-6.9 8.9-17.2 5.2-26.2S145.7 320 136 320L24 320c-13.3 0-24 10.7-24 24L0 456c0 9.7 5.8 18.5 14.8 22.2S34.1 479.8 41 473z"]};var MG={prefix:"fas",iconName:"share-nodes",icon:[512,512,["share-alt"],"f1e0","M384 192c53 0 96-43 96-96s-43-96-96-96-96 43-96 96c0 5.4 .5 10.8 1.3 16L159.6 184.1c-16.9-15-39.2-24.1-63.6-24.1-53 0-96 43-96 96s43 96 96 96c24.4 0 46.6-9.1 63.6-24.1L289.3 400c-.9 5.2-1.3 10.5-1.3 16 0 53 43 96 96 96s96-43 96-96-43-96-96-96c-24.4 0-46.6 9.1-63.6 24.1L190.7 272c.9-5.2 1.3-10.5 1.3-16s-.5-10.8-1.3-16l129.7-72.1c16.9 15 39.2 24.1 63.6 24.1z"]};var wL={prefix:"fas",iconName:"ellipsis",icon:[448,512,["ellipsis-h"],"f141","M0 256a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm168 0a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm224-56a56 56 0 1 1 0 112 56 56 0 1 1 0-112z"]},yG=wL;var SL={prefix:"fas",iconName:"file-zipper",icon:[384,512,["file-archive"],"f1c6","M0 64C0 28.7 28.7 0 64 0L213.5 0c17 0 33.3 6.7 45.3 18.7L365.3 125.3c12 12 18.7 28.3 18.7 45.3L384 448c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zm208-5.5l0 93.5c0 13.3 10.7 24 24 24L325.5 176 208 58.5zM64 72c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L88 48C74.7 48 64 58.7 64 72zm0 96c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24zm64 72l-32 0c-17.7 0-32 14.3-32 32l0 48c0 26.5 21.5 48 48 48s48-21.5 48-48l0-48c0-17.7-14.3-32-32-32zm-16 64a16 16 0 1 1 0 32 16 16 0 1 1 0-32z"]},CG=SL;var LG={prefix:"fas",iconName:"magnifying-glass",icon:[512,512,[128269,"search"],"f002","M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376C296.3 401.1 253.9 416 208 416 93.1 416 0 322.9 0 208S93.1 0 208 0 416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"]};var zG={prefix:"fas",iconName:"code-branch",icon:[448,512,[],"f126","M80 104a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm80-24c0 32.8-19.7 61-48 73.3l0 70.7 176 0c26.5 0 48-21.5 48-48l0-22.7c-28.3-12.3-48-40.5-48-73.3 0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3l0 22.7c0 61.9-50.1 112-112 112l-176 0 0 70.7c28.3 12.3 48 40.5 48 73.3 0 44.2-35.8 80-80 80S0 476.2 0 432c0-32.8 19.7-61 48-73.3l0-205.3C19.7 141 0 112.8 0 80 0 35.8 35.8 0 80 0s80 35.8 80 80zm232 0a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zM80 456a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"]},bG={prefix:"fas",iconName:"ban",icon:[512,512,[128683,"cancel"],"f05e","M367.2 412.5L99.5 144.8c-22.4 31.4-35.5 69.8-35.5 111.2 0 106 86 192 192 192 41.5 0 79.9-13.1 111.2-35.5zm45.3-45.3c22.4-31.4 35.5-69.8 35.5-111.2 0-106-86-192-192-192-41.5 0-79.9 13.1-111.2 35.5L412.5 367.2zM0 256a256 256 0 1 1 512 0 256 256 0 1 1 -512 0z"]};var DG={prefix:"fas",iconName:"reply",icon:[512,512,[61714,"mail-reply"],"f3e5","M204.2 18.4c12 5 19.8 16.6 19.8 29.6l0 80 112 0c97.2 0 176 78.8 176 176 0 113.3-81.5 163.9-100.2 174.1-2.5 1.4-5.3 1.9-8.1 1.9-10.9 0-19.7-8.9-19.7-19.7 0-7.5 4.3-14.4 9.8-19.5 9.4-8.8 22.2-26.4 22.2-56.7 0-53-43-96-96-96l-96 0 0 80c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-160-160c-12.5-12.5-12.5-32.8 0-45.3l160-160c9.2-9.2 22.9-11.9 34.9-6.9z"]};var wG={prefix:"fas",iconName:"floppy-disk",icon:[448,512,[128190,128426,"save"],"f0c7","M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-242.7c0-17-6.7-33.3-18.7-45.3L352 50.7C340 38.7 323.7 32 306.7 32L64 32zm32 96c0-17.7 14.3-32 32-32l160 0c17.7 0 32 14.3 32 32l0 64c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-64zM224 288a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"]};var SG={prefix:"fas",iconName:"unlock",icon:[384,512,[128275],"f09c","M128 96c0-35.3 28.7-64 64-64 31.7 0 58 23 63.1 53.3 2.9 17.4 19.4 29.2 36.9 26.3s29.2-19.4 26.3-36.9C308.1 14.1 255.5-32 192-32 121.3-32 64 25.3 64 96l0 64c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64l-192 0 0-64z"]};var EG={prefix:"fas",iconName:"key",icon:[512,512,[128273],"f084","M336 352c97.2 0 176-78.8 176-176S433.2 0 336 0 160 78.8 160 176c0 18.7 2.9 36.8 8.3 53.7L7 391c-4.5 4.5-7 10.6-7 17l0 80c0 13.3 10.7 24 24 24l80 0c13.3 0 24-10.7 24-24l0-40 40 0c13.3 0 24-10.7 24-24l0-40 40 0c6.4 0 12.5-2.5 17-7l33.3-33.3c16.9 5.4 35 8.3 53.7 8.3zM376 96a40 40 0 1 1 0 80 40 40 0 1 1 0-80z"]};var xG={prefix:"fas",iconName:"eye",icon:[576,512,[128065],"f06e","M288 32c-80.8 0-145.5 36.8-192.6 80.6-46.8 43.5-78.1 95.4-93 131.1-3.3 7.9-3.3 16.7 0 24.6 14.9 35.7 46.2 87.7 93 131.1 47.1 43.7 111.8 80.6 192.6 80.6s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1 3.3-7.9 3.3-16.7 0-24.6-14.9-35.7-46.2-87.7-93-131.1-47.1-43.7-111.8-80.6-192.6-80.6zM144 256a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm144-64c0 35.3-28.7 64-64 64-11.5 0-22.3-3-31.7-8.4-1 10.9-.1 22.1 2.9 33.2 13.7 51.2 66.4 81.6 117.6 67.9s81.6-66.4 67.9-117.6c-12.2-45.7-55.5-74.8-101.1-70.8 5.3 9.3 8.4 20.1 8.4 31.7z"]};var NG={prefix:"fas",iconName:"arrows-left-right-to-line",icon:[576,512,[],"e4ba","M32 96C14.3 96 0 110.3 0 128L0 384c0 17.7 14.3 32 32 32s32-14.3 32-32l0-256c0-17.7-14.3-32-32-32zM390.6 342.6l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l9.4 9.4-133.5 0 9.4-9.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-64 64c-6 6-9.4 14.1-9.4 22.6s3.4 16.6 9.4 22.6l64 64c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-9.4-9.4 133.5 0-9.4 9.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0zM576 128c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 256c0 17.7 14.3 32 32 32s32-14.3 32-32l0-256z"]},IG={prefix:"fas",iconName:"trash",icon:[448,512,[],"f1f8","M136.7 5.9L128 32 32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0-8.7-26.1C306.9-7.2 294.7-16 280.9-16L167.1-16c-13.8 0-26 8.8-30.4 21.9zM416 144L32 144 53.1 467.1C54.7 492.4 75.7 512 101 512L347 512c25.3 0 46.3-19.6 47.9-44.9L416 144z"]};var TG={prefix:"fas",iconName:"clipboard-check",icon:[384,512,[],"f46c","M256 0c23.7 0 44.4 12.9 55.4 32l8.6 0c35.3 0 64 28.7 64 64l0 352c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l8.6 0C83.6 12.9 104.3 0 128 0L256 0zm26.9 212.6c-10.7-7.8-25.7-5.4-33.5 5.3l-85.6 117.7-26.5-27.4c-9.2-9.5-24.4-9.8-33.9-.6s-9.8 24.4-.6 33.9l46.4 48c4.9 5.1 11.8 7.8 18.9 7.3s13.6-4.1 17.8-9.8L288.2 246.1c7.8-10.7 5.4-25.7-5.3-33.5zM136 64c-13.3 0-24 10.7-24 24s10.7 24 24 24l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L136 64z"]};var AG={prefix:"fas",iconName:"expand",icon:[448,512,[],"f065","M32 32C14.3 32 0 46.3 0 64l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64 64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 32zM64 352c0-17.7-14.3-32-32-32S0 334.3 0 352l0 96c0 17.7 14.3 32 32 32l96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0 0-64zM320 32c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0 0 64c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96c0-17.7-14.3-32-32-32l-96 0zM448 352c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0c17.7 0 32-14.3 32-32l0-96z"]};var _G={prefix:"fas",iconName:"stop",icon:[448,512,[9209],"f04d","M64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32z"]};var kG={prefix:"fas",iconName:"angle-left",icon:[256,512,[8249],"f104","M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"]};var EL={prefix:"fas",iconName:"right-to-bracket",icon:[512,512,["sign-in-alt"],"f2f6","M345 273c9.4-9.4 9.4-24.6 0-33.9L201 95c-6.9-6.9-17.2-8.9-26.2-5.2S160 102.3 160 112l0 80-112 0c-26.5 0-48 21.5-48 48l0 32c0 26.5 21.5 48 48 48l112 0 0 80c0 9.7 5.8 18.5 14.8 22.2s19.3 1.7 26.2-5.2L345 273zm7 143c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0c53 0 96-43 96-96l0-256c0-53-43-96-96-96l-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0c17.7 0 32 14.3 32 32l0 256c0 17.7-14.3 32-32 32l-64 0z"]},FG=EL;var xL={prefix:"fas",iconName:"pen-to-square",icon:[512,512,["edit"],"f044","M471.6 21.7c-21.9-21.9-57.3-21.9-79.2 0L368 46.1 465.9 144 490.3 119.6c21.9-21.9 21.9-57.3 0-79.2L471.6 21.7zm-299.2 220c-6.1 6.1-10.8 13.6-13.5 21.9l-29.6 88.8c-2.9 8.6-.6 18.1 5.8 24.6s15.9 8.7 24.6 5.8l88.8-29.6c8.2-2.7 15.7-7.4 21.9-13.5L432 177.9 334.1 80 172.4 241.7zM96 64C43 64 0 107 0 160L0 416c0 53 43 96 96 96l256 0c53 0 96-43 96-96l0-96c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 96c0 17.7-14.3 32-32 32L96 448c-17.7 0-32-14.3-32-32l0-256c0-17.7 14.3-32 32-32l96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L96 64z"]},RG=xL;var PG={prefix:"fas",iconName:"circle-half-stroke",icon:[512,512,[9680,"adjust"],"f042","M448 256c0-106-86-192-192-192l0 384c106 0 192-86 192-192zM0 256a256 256 0 1 1 512 0 256 256 0 1 1 -512 0z"]};var OG={prefix:"fas",iconName:"clock",icon:[512,512,[128339,"clock-four"],"f017","M256 0a256 256 0 1 1 0 512 256 256 0 1 1 0-512zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"]};var BG={prefix:"fas",iconName:"magnifying-glass-minus",icon:[512,512,["search-minus"],"f010","M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376C296.3 401.1 253.9 416 208 416 93.1 416 0 322.9 0 208S93.1 0 208 0 416 93.1 416 208zM136 184c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0z"]};var VG={prefix:"fas",iconName:"clone",icon:[512,512,[],"f24d","M288 448l-224 0 0-224 48 0 0-64-48 0c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l224 0c35.3 0 64-28.7 64-64l0-48-64 0 0 48zm-64-96l224 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64L224 0c-35.3 0-64 28.7-64 64l0 224c0 35.3 28.7 64 64 64z"]},jG={prefix:"fas",iconName:"forward",icon:[576,512,[9193],"f04e","M371.7 43.1C360.1 32 343 28.9 328.3 35.2S304 56 304 72l0 136.3-172.3-165.1C120.1 32 103 28.9 88.3 35.2S64 56 64 72l0 368c0 16 9.6 30.5 24.3 36.8s31.8 3.2 43.4-7.9L304 303.7 304 440c0 16 9.6 30.5 24.3 36.8s31.8 3.2 43.4-7.9l192-184c7.9-7.5 12.3-18 12.3-28.9s-4.5-21.3-12.3-28.9l-192-184z"]};var HG={prefix:"fas",iconName:"folder-open",icon:[576,512,[128194,128449,61717],"f07c","M56 225.6L32.4 296.2 32.4 96c0-35.3 28.7-64 64-64l138.7 0c13.8 0 27.3 4.5 38.4 12.8l38.4 28.8c5.5 4.2 12.3 6.4 19.2 6.4l117.3 0c35.3 0 64 28.7 64 64l0 16-365.4 0c-41.3 0-78 26.4-91.1 65.6zM477.8 448L99 448c-32.8 0-55.9-32.1-45.5-63.2l48-144C108 221.2 126.4 208 147 208l378.8 0c32.8 0 55.9 32.1 45.5 63.2l-48 144c-6.5 19.6-24.9 32.8-45.5 32.8z"]};var UG={prefix:"fas",iconName:"chevron-right",icon:[320,512,[9002],"f054","M311.1 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L243.2 256 73.9 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"]};var $G={prefix:"fas",iconName:"magnifying-glass-plus",icon:[512,512,["search-plus"],"f00e","M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376C296.3 401.1 253.9 416 208 416 93.1 416 0 322.9 0 208S93.1 0 208 0 416 93.1 416 208zM208 112c-13.3 0-24 10.7-24 24l0 48-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l48 0 0 48c0 13.3 10.7 24 24 24s24-10.7 24-24l0-48 48 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0 0-48c0-13.3-10.7-24-24-24z"]};var GG={prefix:"fas",iconName:"flask",icon:[448,512,[],"f0c3","M288 0L128 0C110.3 0 96 14.3 96 32s14.3 32 32 32L128 215.5 7.5 426.3C2.6 435 0 444.7 0 454.7 0 486.4 25.6 512 57.3 512l333.4 0c31.6 0 57.3-25.6 57.3-57.3 0-10-2.6-19.8-7.5-28.4L320 215.5 320 64c17.7 0 32-14.3 32-32S337.7 0 320 0L288 0zM192 215.5l0-151.5 64 0 0 151.5c0 11.1 2.9 22.1 8.4 31.8l41.6 72.7-164 0 41.6-72.7c5.5-9.7 8.4-20.6 8.4-31.8z"]};var WG={prefix:"fas",iconName:"users",icon:[640,512,[],"f0c0","M320 16a104 104 0 1 1 0 208 104 104 0 1 1 0-208zM96 88a72 72 0 1 1 0 144 72 72 0 1 1 0-144zM0 416c0-70.7 57.3-128 128-128 12.8 0 25.2 1.9 36.9 5.4-32.9 36.8-52.9 85.4-52.9 138.6l0 16c0 11.4 2.4 22.2 6.7 32L32 480c-17.7 0-32-14.3-32-32l0-32zm521.3 64c4.3-9.8 6.7-20.6 6.7-32l0-16c0-53.2-20-101.8-52.9-138.6 11.7-3.5 24.1-5.4 36.9-5.4 70.7 0 128 57.3 128 128l0 32c0 17.7-14.3 32-32 32l-86.7 0zM472 160a72 72 0 1 1 144 0 72 72 0 1 1 -144 0zM160 432c0-88.4 71.6-160 160-160s160 71.6 160 160l0 16c0 17.7-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32l0-16z"]};var qG={prefix:"fas",iconName:"share",icon:[512,512,["mail-forward"],"f064","M307.8 18.4c-12 5-19.8 16.6-19.8 29.6l0 80-112 0c-97.2 0-176 78.8-176 176 0 113.3 81.5 163.9 100.2 174.1 2.5 1.4 5.3 1.9 8.1 1.9 10.9 0 19.7-8.9 19.7-19.7 0-7.5-4.3-14.4-9.8-19.5-9.4-8.8-22.2-26.4-22.2-56.7 0-53 43-96 96-96l96 0 0 80c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l160-160c12.5-12.5 12.5-32.8 0-45.3l-160-160c-9.2-9.2-22.9-11.9-34.9-6.9z"]};var YG={prefix:"fas",iconName:"user-shield",icon:[576,512,[],"f505","M224 248a120 120 0 1 0 0-240 120 120 0 1 0 0 240zm-29.7 56C95.8 304 16 383.8 16 482.3 16 498.7 29.3 512 45.7 512l251.5 0C261 469.4 240 414.5 240 356.4l0-31.1c0-7.3 1-14.5 2.9-21.3l-48.6 0zm251 184.5l-13.3 6.3 0-188.1 96 32 0 19.6c0 55.8-32.2 106.5-82.7 130.3zM421.9 259.5l-112 37.3c-13.1 4.4-21.9 16.6-21.9 30.4l0 31.1c0 74.4 43 142.1 110.2 173.7l18.5 8.7c4.8 2.2 10 3.4 15.2 3.4s10.5-1.2 15.2-3.4l18.5-8.7C533 500.3 576 432.6 576 358.2l0-31.1c0-13.8-8.8-26-21.9-30.4l-112-37.3c-6.6-2.2-13.7-2.2-20.2 0z"]};var ZG={prefix:"fas",iconName:"clipboard",icon:[384,512,[128203],"f328","M320 32l-8.6 0C300.4 12.9 279.7 0 256 0L128 0C104.3 0 83.6 12.9 72.6 32L64 32C28.7 32 0 60.7 0 96L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-352c0-35.3-28.7-64-64-64zM136 112c-13.3 0-24-10.7-24-24s10.7-24 24-24l112 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-112 0z"]};var QG={prefix:"fas",iconName:"laptop",icon:[640,512,[128187],"f109","M128 32C92.7 32 64 60.7 64 96l0 240 64 0 0-240 384 0 0 240 64 0 0-240c0-35.3-28.7-64-64-64L128 32zM19.2 384C8.6 384 0 392.6 0 403.2 0 445.6 34.4 480 76.8 480l486.4 0c42.4 0 76.8-34.4 76.8-76.8 0-10.6-8.6-19.2-19.2-19.2L19.2 384z"]};var KG={prefix:"fas",iconName:"file-import",icon:[384,512,["arrow-right-to-file"],"f56f","M64 0C28.7 0 0 28.7 0 64l0 240 182.1 0-31-31c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l72 72c9.4 9.4 9.4 24.6 0 33.9l-72 72c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l31-31-182.1 0 0 96c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-277.5c0-17-6.7-33.3-18.7-45.3L258.7 18.7C246.7 6.7 230.5 0 213.5 0L64 0zM325.5 176L232 176c-13.3 0-24-10.7-24-24L208 58.5 325.5 176z"]};var NL={prefix:"fas",iconName:"circle-xmark",icon:[512,512,[61532,"times-circle","xmark-circle"],"f057","M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM167 167c9.4-9.4 24.6-9.4 33.9 0l55 55 55-55c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-55 55 55 55c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-55-55-55 55c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l55-55-55-55c-9.4-9.4-9.4-24.6 0-33.9z"]},XG=NL;var JG={prefix:"fas",iconName:"user-pen",icon:[640,512,["user-edit"],"f4ff","M256.1 248a120 120 0 1 0 0-240 120 120 0 1 0 0 240zm-29.7 56c-98.5 0-178.3 79.8-178.3 178.3 0 16.4 13.3 29.7 29.7 29.7l196.5 0 10.9-54.5c4.3-21.7 15-41.6 30.6-57.2l67.3-67.3c-28-18.3-61.4-28.9-97.4-28.9l-59.4 0zM332.3 466.9l-11.9 59.6c-.2 .9-.3 1.9-.3 2.9 0 8 6.5 14.6 14.6 14.6 1 0 1.9-.1 2.9-.3l59.6-11.9c12.4-2.5 23.8-8.6 32.7-17.5l118.9-118.9-80-80-118.9 118.9c-8.9 8.9-15 20.3-17.5 32.7zm267.8-123c22.1-22.1 22.1-57.9 0-80s-57.9-22.1-80 0l-28.8 28.8 80 80 28.8-28.8z"]};var eW={prefix:"fas",iconName:"clipboard-list",icon:[384,512,[],"f46d","M311.4 32l8.6 0c35.3 0 64 28.7 64 64l0 352c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l8.6 0C83.6 12.9 104.3 0 128 0L256 0c23.7 0 44.4 12.9 55.4 32zM248 112c13.3 0 24-10.7 24-24s-10.7-24-24-24L136 64c-13.3 0-24 10.7-24 24s10.7 24 24 24l112 0zM128 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm32 0c0 13.3 10.7 24 24 24l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-112 0c-13.3 0-24 10.7-24 24zm0 128c0 13.3 10.7 24 24 24l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-112 0c-13.3 0-24 10.7-24 24zM96 416a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"]};var IL={prefix:"fas",iconName:"pencil",icon:[512,512,[9999,61504,"pencil-alt"],"f303","M36.4 353.2c4.1-14.6 11.8-27.9 22.6-38.7l181.2-181.2 33.9-33.9c16.6 16.6 51.3 51.3 104 104l33.9 33.9-33.9 33.9-181.2 181.2c-10.7 10.7-24.1 18.5-38.7 22.6L30.4 510.6c-8.3 2.3-17.3 0-23.4-6.2S-1.4 489.3 .9 481L36.4 353.2zm55.6-3.7c-4.4 4.7-7.6 10.4-9.3 16.6l-24.1 86.9 86.9-24.1c6.4-1.8 12.2-5.1 17-9.7L91.9 349.5zm354-146.1c-16.6-16.6-51.3-51.3-104-104L308 65.5C334.5 39 349.4 24.1 352.9 20.6 366.4 7 384.8-.6 404-.6S441.6 7 455.1 20.6l35.7 35.7C504.4 69.9 512 88.3 512 107.4s-7.6 37.6-21.2 51.1c-3.5 3.5-18.4 18.4-44.9 44.9z"]},tW=IL;var TL={prefix:"fas",iconName:"circle-arrow-left",icon:[512,512,["arrow-circle-left"],"f0a8","M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM135 239l80-80c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-39 39 150.1 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-150.1 0 39 39c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-80-80c-9.4-9.4-9.4-24.6 0-33.9z"]},nW=TL;var rW={prefix:"fas",iconName:"lightbulb",icon:[384,512,[128161],"f0eb","M292.9 384c7.3-22.3 21.9-42.5 38.4-59.9 32.7-34.4 52.7-80.9 52.7-132.1 0-106-86-192-192-192S0 86 0 192c0 51.2 20 97.7 52.7 132.1 16.5 17.4 31.2 37.6 38.4 59.9l201.7 0zM288 432l-192 0 0 16c0 44.2 35.8 80 80 80l32 0c44.2 0 80-35.8 80-80l0-16zM184 112c-39.8 0-72 32.2-72 72 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-66.3 53.7-120 120-120 13.3 0 24 10.7 24 24s-10.7 24-24 24z"]},AL={prefix:"fas",iconName:"circle-arrow-right",icon:[512,512,["arrow-circle-right"],"f0a9","M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zm41-159c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l39-39-150.1 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l150.1 0-39-39c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l80 80c9.4 9.4 9.4 24.6 0 33.9l-80 80z"]},iW=AL;var oW={prefix:"fas",iconName:"address-card",icon:[576,512,[62140,"contact-card","vcard"],"f2bb","M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm80 256l64 0c44.2 0 80 35.8 80 80 0 8.8-7.2 16-16 16L80 384c-8.8 0-16-7.2-16-16 0-44.2 35.8-80 80-80zm-24-96a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm240-48l112 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-112 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 96l112 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-112 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"]};var aW={prefix:"fas",iconName:"angle-right",icon:[256,512,[8250],"f105","M247.1 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L179.2 256 41.9 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"]};var sW={prefix:"fas",iconName:"user-plus",icon:[640,512,[],"f234","M285.7 304c98.5 0 178.3 79.8 178.3 178.3 0 16.4-13.3 29.7-29.7 29.7L77.7 512C61.3 512 48 498.7 48 482.3 48 383.8 127.8 304 226.3 304l59.4 0zM528 80c13.3 0 24 10.7 24 24l0 48 48 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-48 0 0 48c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-48-48 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l48 0 0-48c0-13.3 10.7-24 24-24zM256 248a120 120 0 1 1 0-240 120 120 0 1 1 0 240z"]};var cW={prefix:"fas",iconName:"terminal",icon:[512,512,[],"f120","M9.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L146.7 256 9.4 118.6zM224 384l256 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z"]};var _L={prefix:"fas",iconName:"thumbtack",icon:[384,512,[128204,128392,"thumb-tack"],"f08d","M32 32C32 14.3 46.3 0 64 0L320 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-29.5 0 10.3 134.1c37.1 21.2 65.8 56.4 78.2 99.7l3.8 13.4c2.8 9.7 .8 20-5.2 28.1S362 352 352 352L32 352c-10 0-19.5-4.7-25.5-12.7s-8-18.4-5.2-28.1L5 297.8c12.4-43.3 41-78.5 78.2-99.7L93.5 64 64 64C46.3 64 32 49.7 32 32zM160 400l64 0 0 112c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-112z"]},lW=_L;var fW={prefix:"fas",iconName:"file-shield",icon:[576,512,[],"e4f0","M96 0C60.7 0 32 28.7 32 64l0 384c0 35.3 28.7 64 64 64l201.2 0C261 469.4 240 414.5 240 356.4l0-31.1c0-34.4 22-65 54.7-75.9l112-37.3c3.1-1 6.2-1.8 9.3-2.5l0-39.1c0-17-6.7-33.3-18.7-45.3L290.7 18.7C278.7 6.7 262.5 0 245.5 0L96 0zM357.5 176L264 176c-13.3 0-24-10.7-24-24L240 58.5 357.5 176zm87.8 312.5l-13.3 6.3 0-188.1 96 32 0 19.6c0 55.8-32.2 106.5-82.7 130.3zM421.9 259.5l-112 37.3c-13.1 4.4-21.9 16.6-21.9 30.4l0 31.1c0 74.4 43 142.1 110.2 173.7l18.5 8.7c4.8 2.2 10 3.4 15.2 3.4s10.5-1.2 15.2-3.4l18.5-8.7C533 500.3 576 432.6 576 358.2l0-31.1c0-13.8-8.8-26-21.9-30.4l-112-37.3c-6.6-2.2-13.7-2.2-20.2 0z"]};var kL={prefix:"fas",iconName:"circle-plus",icon:[512,512,["plus-circle"],"f055","M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM232 344l0-64-64 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l64 0 0-64c0-13.3 10.7-24 24-24s24 10.7 24 24l0 64 64 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-64 0 0 64c0 13.3-10.7 24-24 24s-24-10.7-24-24z"]},uW=kL;var dW={prefix:"fas",iconName:"folder",icon:[512,512,[128193,128447,61716,"folder-blank"],"f07b","M64 448l384 0c35.3 0 64-28.7 64-64l0-240c0-35.3-28.7-64-64-64L298.7 80c-6.9 0-13.7-2.2-19.2-6.4L241.1 44.8C230 36.5 216.5 32 202.7 32L64 32C28.7 32 0 60.7 0 96L0 384c0 35.3 28.7 64 64 64z"]};var FL={prefix:"fas",iconName:"thumbtack-slash",icon:[576,512,["thumb-tack-slash"],"e68f","M41-24.9c-9.4-9.4-24.6-9.4-33.9 0S-2.3-.3 7 9.1l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L417.8 352 448 352c10 0 19.5-4.7 25.5-12.7s8-18.4 5.2-28.1L475 297.8c-12.4-43.3-41-78.5-78.2-99.7L386.5 64 416 64c17.7 0 32-14.3 32-32S433.7 0 416 0L160 0c-7.4 0-14.1 2.5-19.5 6.6L190.1 56.3 185.3 119.4 41-24.9zM282.2 352L149.7 219.6c-22.7 20.5-39.8 47.4-48.7 78.3l-3.8 13.4c-2.8 9.7-.8 20 5.2 28.1S118 352 128 352l154.2 0zM256 512c0 17.7 14.3 32 32 32s32-14.3 32-32l0-112-64 0 0 112z"]},pW=FL;var mW={prefix:"fas",iconName:"circle",icon:[512,512,[128308,128309,128992,128993,128994,128995,128996,9679,9898,9899,11044,61708,61915],"f111","M0 256a256 256 0 1 1 512 0 256 256 0 1 1 -512 0z"]};var RL={prefix:"fas",iconName:"table-list",icon:[448,512,["th-list"],"f00b","M0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm64 0l0 64 64 0 0-64-64 0zm320 0l-192 0 0 64 192 0 0-64zM64 224l0 64 64 0 0-64-64 0zm320 0l-192 0 0 64 192 0 0-64zM64 352l0 64 64 0 0-64-64 0zm320 0l-192 0 0 64 192 0 0-64z"]},hW=RL;var PL={prefix:"fas",iconName:"circle-exclamation",icon:[512,512,["exclamation-circle"],"f06a","M256 512a256 256 0 1 1 0-512 256 256 0 1 1 0 512zm0-192a32 32 0 1 0 0 64 32 32 0 1 0 0-64zm0-192c-18.2 0-32.7 15.5-31.4 33.7l7.4 104c.9 12.6 11.4 22.3 23.9 22.3 12.6 0 23-9.7 23.9-22.3l7.4-104c1.3-18.2-13.1-33.7-31.4-33.7z"]},gW=PL;var vW={prefix:"fas",iconName:"link",icon:[576,512,[128279,"chain"],"f0c1","M419.5 96c-16.6 0-32.7 4.5-46.8 12.7-15.8-16-34.2-29.4-54.5-39.5 28.2-24 64.1-37.2 101.3-37.2 86.4 0 156.5 70 156.5 156.5 0 41.5-16.5 81.3-45.8 110.6l-71.1 71.1c-29.3 29.3-69.1 45.8-110.6 45.8-86.4 0-156.5-70-156.5-156.5 0-1.5 0-3 .1-4.5 .5-17.7 15.2-31.6 32.9-31.1s31.6 15.2 31.1 32.9c0 .9 0 1.8 0 2.6 0 51.1 41.4 92.5 92.5 92.5 24.5 0 48-9.7 65.4-27.1l71.1-71.1c17.3-17.3 27.1-40.9 27.1-65.4 0-51.1-41.4-92.5-92.5-92.5zM275.2 173.3c-1.9-.8-3.8-1.9-5.5-3.1-12.6-6.5-27-10.2-42.1-10.2-24.5 0-48 9.7-65.4 27.1L91.1 258.2c-17.3 17.3-27.1 40.9-27.1 65.4 0 51.1 41.4 92.5 92.5 92.5 16.5 0 32.6-4.4 46.7-12.6 15.8 16 34.2 29.4 54.6 39.5-28.2 23.9-64 37.2-101.3 37.2-86.4 0-156.5-70-156.5-156.5 0-41.5 16.5-81.3 45.8-110.6l71.1-71.1c29.3-29.3 69.1-45.8 110.6-45.8 86.6 0 156.5 70.6 156.5 156.9 0 1.3 0 2.6 0 3.9-.4 17.7-15.1 31.6-32.8 31.2s-31.6-15.1-31.2-32.8c0-.8 0-1.5 0-2.3 0-33.7-18-63.3-44.8-79.6z"]};var MW={prefix:"fas",iconName:"circle-user",icon:[512,512,[62142,"user-circle"],"f2bd","M399 384.2C376.9 345.8 335.4 320 288 320l-64 0c-47.4 0-88.9 25.8-111 64.2 35.2 39.2 86.2 63.8 143 63.8s107.8-24.7 143-63.8zM0 256a256 256 0 1 1 512 0 256 256 0 1 1 -512 0zm256 16a72 72 0 1 0 0-144 72 72 0 1 0 0 144z"]};var OL={prefix:"fas",iconName:"gear",icon:[512,512,[9881,"cog"],"f013","M195.1 9.5C198.1-5.3 211.2-16 226.4-16l59.8 0c15.2 0 28.3 10.7 31.3 25.5L332 79.5c14.1 6 27.3 13.7 39.3 22.8l67.8-22.5c14.4-4.8 30.2 1.2 37.8 14.4l29.9 51.8c7.6 13.2 4.9 29.8-6.5 39.9L447 233.3c.9 7.4 1.3 15 1.3 22.7s-.5 15.3-1.3 22.7l53.4 47.5c11.4 10.1 14 26.8 6.5 39.9l-29.9 51.8c-7.6 13.1-23.4 19.2-37.8 14.4l-67.8-22.5c-12.1 9.1-25.3 16.7-39.3 22.8l-14.4 69.9c-3.1 14.9-16.2 25.5-31.3 25.5l-59.8 0c-15.2 0-28.3-10.7-31.3-25.5l-14.4-69.9c-14.1-6-27.2-13.7-39.3-22.8L73.5 432.3c-14.4 4.8-30.2-1.2-37.8-14.4L5.8 366.1c-7.6-13.2-4.9-29.8 6.5-39.9l53.4-47.5c-.9-7.4-1.3-15-1.3-22.7s.5-15.3 1.3-22.7L12.3 185.8c-11.4-10.1-14-26.8-6.5-39.9L35.7 94.1c7.6-13.2 23.4-19.2 37.8-14.4l67.8 22.5c12.1-9.1 25.3-16.7 39.3-22.8L195.1 9.5zM256.3 336a80 80 0 1 0 -.6-160 80 80 0 1 0 .6 160z"]},yW=OL;var CW={prefix:"fas",iconName:"user-group",icon:[576,512,[128101,"user-friends"],"f500","M64 128a112 112 0 1 1 224 0 112 112 0 1 1 -224 0zM0 464c0-97.2 78.8-176 176-176s176 78.8 176 176l0 6c0 23.2-18.8 42-42 42L42 512c-23.2 0-42-18.8-42-42l0-6zM432 64a96 96 0 1 1 0 192 96 96 0 1 1 0-192zm0 240c79.5 0 144 64.5 144 144l0 22.4c0 23-18.6 41.6-41.6 41.6l-144.8 0c6.6-12.5 10.4-26.8 10.4-42l0-6c0-51.5-17.4-98.9-46.5-136.7 22.6-14.7 49.6-23.3 78.5-23.3z"]};var LW={prefix:"fas",iconName:"right-from-bracket",icon:[512,512,["sign-out-alt"],"f2f5","M505 273c9.4-9.4 9.4-24.6 0-33.9L361 95c-6.9-6.9-17.2-8.9-26.2-5.2S320 102.3 320 112l0 80-112 0c-26.5 0-48 21.5-48 48l0 32c0 26.5 21.5 48 48 48l112 0 0 80c0 9.7 5.8 18.5 14.8 22.2s19.3 1.7 26.2-5.2L505 273zM160 96c17.7 0 32-14.3 32-32s-14.3-32-32-32L96 32C43 32 0 75 0 128L0 384c0 53 43 96 96 96l64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0c-17.7 0-32-14.3-32-32l0-256c0-17.7 14.3-32 32-32l64 0z"]};var zW={prefix:"fas",iconName:"arrow-up",icon:[384,512,[8593],"f062","M214.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 109.3 160 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-370.7 105.4 105.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160z"]};var bW={prefix:"fas",iconName:"play",icon:[448,512,[9654],"f04b","M91.2 36.9c-12.4-6.8-27.4-6.5-39.6 .7S32 57.9 32 72l0 368c0 14.1 7.5 27.2 19.6 34.4s27.2 7.5 39.6 .7l336-184c12.8-7 20.8-20.5 20.8-35.1s-8-28.1-20.8-35.1l-336-184z"]};var BL={prefix:"fas",iconName:"trash-can",icon:[448,512,[61460,"trash-alt"],"f2ed","M136.7 5.9C141.1-7.2 153.3-16 167.1-16l113.9 0c13.8 0 26 8.8 30.4 21.9L320 32 416 32c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 96C14.3 96 0 81.7 0 64S14.3 32 32 32l96 0 8.7-26.1zM32 144l384 0 0 304c0 35.3-28.7 64-64 64L96 512c-35.3 0-64-28.7-64-64l0-304zm88 64c-13.3 0-24 10.7-24 24l0 192c0 13.3 10.7 24 24 24s24-10.7 24-24l0-192c0-13.3-10.7-24-24-24zm104 0c-13.3 0-24 10.7-24 24l0 192c0 13.3 10.7 24 24 24s24-10.7 24-24l0-192c0-13.3-10.7-24-24-24zm104 0c-13.3 0-24 10.7-24 24l0 192c0 13.3 10.7 24 24 24s24-10.7 24-24l0-192c0-13.3-10.7-24-24-24z"]},DW=BL,VL={prefix:"fas",iconName:"table-cells",icon:[448,512,["th"],"f00a","M384 96l0 64-64 0 0-64 64 0zm0 128l0 64-64 0 0-64 64 0zm0 128l0 64-64 0 0-64 64 0zM256 288l-64 0 0-64 64 0 0 64zm-64 64l64 0 0 64-64 0 0-64zm-64-64l-64 0 0-64 64 0 0 64zM64 352l64 0 0 64-64 0 0-64zm0-192l0-64 64 0 0 64-64 0zm128 0l0-64 64 0 0 64-64 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"]},wW=VL;var jL={prefix:"fas",iconName:"up-down-left-right",icon:[512,512,["arrows-alt"],"f0b2","M278.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-64 64c-9.2 9.2-11.9 22.9-6.9 34.9S179.1 128 192 128l32 0 0 96-96 0 0-32c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-64 64c-12.5 12.5-12.5 32.8 0 45.3l64 64c9.2 9.2 22.9 11.9 34.9 6.9S128 332.9 128 320l0-32 96 0 0 96-32 0c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l64 64c12.5 12.5 32.8 12.5 45.3 0l64-64c9.2-9.2 11.9-22.9 6.9-34.9S332.9 384 320 384l-32 0 0-96 96 0 0 32c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l64-64c12.5-12.5 12.5-32.8 0-45.3l-64-64c-9.2-9.2-22.9-11.9-34.9-6.9S384 179.1 384 192l0 32-96 0 0-96 32 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-64-64z"]},SW=jL;var EW={prefix:"fas",iconName:"check",icon:[448,512,[10003,10004],"f00c","M434.8 70.1c14.3 10.4 17.5 30.4 7.1 44.7l-256 352c-5.5 7.6-14 12.3-23.4 13.1s-18.5-2.7-25.1-9.3l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l101.5 101.5 234-321.7c10.4-14.3 30.4-17.5 44.7-7.1z"]};var HL={prefix:"fas",iconName:"house",icon:[512,512,[127968,63498,63500,"home","home-alt","home-lg-alt"],"f015","M277.8 8.6c-12.3-11.4-31.3-11.4-43.5 0l-224 208c-9.6 9-12.8 22.9-8 35.1S18.8 272 32 272l16 0 0 176c0 35.3 28.7 64 64 64l288 0c35.3 0 64-28.7 64-64l0-176 16 0c13.2 0 25-8.1 29.8-20.3s1.6-26.2-8-35.1l-224-208zM240 320l32 0c26.5 0 48 21.5 48 48l0 96-128 0 0-96c0-26.5 21.5-48 48-48z"]},xW=HL;var NW={prefix:"fas",iconName:"spinner",icon:[512,512,[],"f110","M208 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm0 416a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM48 208a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm368 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM75 369.1A48 48 0 1 1 142.9 437 48 48 0 1 1 75 369.1zM75 75A48 48 0 1 1 142.9 142.9 48 48 0 1 1 75 75zM437 369.1A48 48 0 1 1 369.1 437 48 48 0 1 1 437 369.1z"]};var IW={prefix:"fas",iconName:"sliders",icon:[512,512,["sliders-h"],"f1de","M32 64C14.3 64 0 78.3 0 96s14.3 32 32 32l86.7 0c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48L480 128c17.7 0 32-14.3 32-32s-14.3-32-32-32L265.3 64C253 35.7 224.8 16 192 16s-61 19.7-73.3 48L32 64zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l246.7 0c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48l54.7 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-54.7 0c-12.3-28.3-40.5-48-73.3-48s-61 19.7-73.3 48L32 224zm0 160c-17.7 0-32 14.3-32 32s14.3 32 32 32l54.7 0c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48L480 448c17.7 0 32-14.3 32-32s-14.3-32-32-32l-246.7 0c-12.3-28.3-40.5-48-73.3-48s-61 19.7-73.3 48L32 384z"]};var TW={prefix:"fas",iconName:"info",icon:[192,512,[],"f129","M48 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM0 192c0-17.7 14.3-32 32-32l64 0c17.7 0 32 14.3 32 32l0 256 32 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 512c-17.7 0-32-14.3-32-32s14.3-32 32-32l32 0 0-224-32 0c-17.7 0-32-14.3-32-32z"]};var AW={prefix:"fas",iconName:"server",icon:[448,512,[],"f233","M64 32C28.7 32 0 60.7 0 96l0 64c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-64c0-35.3-28.7-64-64-64L64 32zm216 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm56 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM64 288c-35.3 0-64 28.7-64 64l0 64c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-64c0-35.3-28.7-64-64-64L64 288zm216 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm56 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"]},UL={prefix:"fas",iconName:"user",icon:[448,512,[128100,62144,62470,"user-alt","user-large"],"f007","M224 248a120 120 0 1 0 0-240 120 120 0 1 0 0 240zm-29.7 56C95.8 304 16 383.8 16 482.3 16 498.7 29.3 512 45.7 512l356.6 0c16.4 0 29.7-13.3 29.7-29.7 0-98.5-79.8-178.3-178.3-178.3l-59.4 0z"]},_W=UL;var kW={prefix:"fas",iconName:"spell-check",icon:[576,512,[],"f891","M120 32c-48.6 0-88 39.4-88 88l0 168c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64 64 0 0 64c0 17.7 14.3 32 32 32s32-14.3 32-32l0-168c0-48.6-39.4-88-88-88l-16 0zm40 128l-64 0 0-40c0-13.3 10.7-24 24-24l16 0c13.3 0 24 10.7 24 24l0 40zM304 32c-17.7 0-32 14.3-32 32l0 224c0 17.7 14.3 32 32 32l72 0c48.6 0 88-39.4 88-88 0-23.6-9.3-45-24.4-60.8 10.3-14.4 16.4-32.1 16.4-51.2 0-48.6-39.4-88-88-88l-64 0zm64 112l-32 0 0-48 32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24zM336 256l0-48 40 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-40 0zm233 84c11-13.8 8.8-33.9-5-45s-33.9-8.8-45 5l-105.7 132.1-38.7-38.7c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l64 64c6.4 6.4 15.3 9.8 24.4 9.3s17.5-4.9 23.2-12L569 340z"]};var FW={prefix:"fas",iconName:"arrow-right",icon:[512,512,[8594],"f061","M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L402.7 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l370.7 0-105.4 105.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z"]};var RW={prefix:"fas",iconName:"right-left",icon:[512,512,["exchange-alt"],"f362","M502.6 150.6l-96 96c-9.2 9.2-22.9 11.9-34.9 6.9S352 236.9 352 224l0-64-320 0c-17.7 0-32-14.3-32-32S14.3 96 32 96l320 0 0-64c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l96 96c12.5 12.5 12.5 32.8 0 45.3zm-397.3 352l-96-96c-12.5-12.5-12.5-32.8 0-45.3l96-96c9.2-9.2 22.9-11.9 34.9-6.9S160 275.1 160 288l0 64 320 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-320 0 0 64c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9z"]};var PW={prefix:"fas",iconName:"calendar-xmark",icon:[448,512,["calendar-times"],"f273","M128 0c17.7 0 32 14.3 32 32l0 32 128 0 0-32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 32 32 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 128C0 92.7 28.7 64 64 64l32 0 0-32c0-17.7 14.3-32 32-32zM291.9 220.1c-9.4-9.4-24.6-9.4-33.9 0l-33.9 33.9-33.9-33.9c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l33.9 33.9-33.9 33.9c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l33.9-33.9 33.9 33.9c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-33.9-33.9 33.9-33.9c9.4-9.4 9.4-24.6 0-33.9z"]};var $L={prefix:"fas",iconName:"xmark",icon:[384,512,[128473,10005,10006,10060,215,"close","multiply","remove","times"],"f00d","M55.1 73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L147.2 256 9.9 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192.5 301.3 329.9 438.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.8 256 375.1 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192.5 210.7 55.1 73.4z"]};var OW=$L;var BW={prefix:"fas",iconName:"lock-open",icon:[576,512,[],"f3c1","M384 96c0-35.3 28.7-64 64-64s64 28.7 64 64l0 32c0 17.7 14.3 32 32 32s32-14.3 32-32l0-32c0-70.7-57.3-128-128-128S320 25.3 320 96l0 64-160 0c-35.3 0-64 28.7-64 64l0 224c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64l-32 0 0-64z"]};var GL={prefix:"fas",iconName:"file-lines",icon:[384,512,[128441,128462,61686,"file-alt","file-text"],"f15c","M0 64C0 28.7 28.7 0 64 0L213.5 0c17 0 33.3 6.7 45.3 18.7L365.3 125.3c12 12 18.7 28.3 18.7 45.3L384 448c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zm208-5.5l0 93.5c0 13.3 10.7 24 24 24L325.5 176 208 58.5zM120 256c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0zm0 96c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0z"]},VW=GL;var jW={prefix:"fas",iconName:"comments",icon:[576,512,[128490,61670],"f086","M384 144c0 97.2-86 176-192 176-26.7 0-52.1-5-75.2-14L35.2 349.2c-9.3 4.9-20.7 3.2-28.2-4.2s-9.2-18.9-4.2-28.2l35.6-67.2C14.3 220.2 0 183.6 0 144 0 46.8 86-32 192-32S384 46.8 384 144zm0 368c-94.1 0-172.4-62.1-188.8-144 120-1.5 224.3-86.9 235.8-202.7 83.3 19.2 145 88.3 145 170.7 0 39.6-14.3 76.2-38.4 105.6l35.6 67.2c4.9 9.3 3.2 20.7-4.2 28.2s-18.9 9.2-28.2 4.2L459.2 498c-23.1 9-48.5 14-75.2 14z"]};var WL={prefix:"fas",iconName:"circle-check",icon:[512,512,[61533,"check-circle"],"f058","M256 512a256 256 0 1 1 0-512 256 256 0 1 1 0 512zM374 145.7c-10.7-7.8-25.7-5.4-33.5 5.3L221.1 315.2 169 263.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72c5 5 11.8 7.5 18.8 7s13.4-4.1 17.5-9.8L379.3 179.2c7.8-10.7 5.4-25.7-5.3-33.5z"]},HW=WL;var UW={prefix:"fas",iconName:"pen",icon:[512,512,[128394],"f304","M352.9 21.2L308 66.1 445.9 204 490.8 159.1C504.4 145.6 512 127.2 512 108s-7.6-37.6-21.2-51.1L455.1 21.2C441.6 7.6 423.2 0 404 0s-37.6 7.6-51.1 21.2zM274.1 100L58.9 315.1c-10.7 10.7-18.5 24.1-22.6 38.7L.9 481.6c-2.3 8.3 0 17.3 6.2 23.4s15.1 8.5 23.4 6.2l127.8-35.5c14.6-4.1 27.9-11.8 38.7-22.6L412 237.9 274.1 100z"]};var $W={prefix:"fas",iconName:"chevron-down",icon:[448,512,[],"f078","M201.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 338.7 54.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"]};var GW={prefix:"fas",iconName:"comment-dots",icon:[512,512,[128172,62075,"commenting"],"f4ad","M256 480c141.4 0 256-107.5 256-240S397.4 0 256 0 0 107.5 0 240c0 54.3 19.2 104.3 51.6 144.5L2.8 476.8c-4.8 9-3.3 20 3.6 27.5s17.8 9.8 27.1 5.8l118.4-50.7C183.7 472.6 218.9 480 256 480zM128 208a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm128 0a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm96 32a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"]};var WW={prefix:"fas",iconName:"wand-magic-sparkles",icon:[576,512,["magic-wand-sparkles"],"e2ca","M263.4-27L278.2 9.8 315 24.6c3 1.2 5 4.2 5 7.4s-2 6.2-5 7.4L278.2 54.2 263.4 91c-1.2 3-4.2 5-7.4 5s-6.2-2-7.4-5L233.8 54.2 197 39.4c-3-1.2-5-4.2-5-7.4s2-6.2 5-7.4L233.8 9.8 248.6-27c1.2-3 4.2-5 7.4-5s6.2 2 7.4 5zM110.7 41.7l21.5 50.1 50.1 21.5c5.9 2.5 9.7 8.3 9.7 14.7s-3.8 12.2-9.7 14.7l-50.1 21.5-21.5 50.1c-2.5 5.9-8.3 9.7-14.7 9.7s-12.2-3.8-14.7-9.7L59.8 164.2 9.7 142.7C3.8 140.2 0 134.4 0 128s3.8-12.2 9.7-14.7L59.8 91.8 81.3 41.7C83.8 35.8 89.6 32 96 32s12.2 3.8 14.7 9.7zM464 304c6.4 0 12.2 3.8 14.7 9.7l21.5 50.1 50.1 21.5c5.9 2.5 9.7 8.3 9.7 14.7s-3.8 12.2-9.7 14.7l-50.1 21.5-21.5 50.1c-2.5 5.9-8.3 9.7-14.7 9.7s-12.2-3.8-14.7-9.7l-21.5-50.1-50.1-21.5c-5.9-2.5-9.7-8.3-9.7-14.7s3.8-12.2 9.7-14.7l50.1-21.5 21.5-50.1c2.5-5.9 8.3-9.7 14.7-9.7zM460 0c11 0 21.6 4.4 29.5 12.2l42.3 42.3C539.6 62.4 544 73 544 84s-4.4 21.6-12.2 29.5l-88.2 88.2-101.3-101.3 88.2-88.2C438.4 4.4 449 0 460 0zM44.2 398.5L308.4 134.3 409.7 235.6 145.5 499.8C137.6 507.6 127 512 116 512s-21.6-4.4-29.5-12.2L44.2 457.5C36.4 449.6 32 439 32 428s4.4-21.6 12.2-29.5z"]};var qW={prefix:"fas",iconName:"flag",icon:[448,512,[127988,61725],"f024","M64 32C64 14.3 49.7 0 32 0S0 14.3 0 32L0 480c0 17.7 14.3 32 32 32s32-14.3 32-32l0-121.6 62.7-18.8c41.9-12.6 87.1-8.7 126.2 10.9 42.7 21.4 92.5 24 137.2 7.2l37.1-13.9c12.5-4.7 20.8-16.6 20.8-30l0-247.7c0-23-24.2-38-44.8-27.7l-11.8 5.9c-44.9 22.5-97.8 22.5-142.8 0-36.4-18.2-78.3-21.8-117.2-10.1L64 54.4 64 32z"]},qL={prefix:"fas",iconName:"triangle-exclamation",icon:[512,512,[9888,"exclamation-triangle","warning"],"f071","M256 0c14.7 0 28.2 8.1 35.2 21l216 400c6.7 12.4 6.4 27.4-.8 39.5S486.1 480 472 480L40 480c-14.1 0-27.2-7.4-34.4-19.5s-7.5-27.1-.8-39.5l216-400c7-12.9 20.5-21 35.2-21zm0 352a32 32 0 1 0 0 64 32 32 0 1 0 0-64zm0-192c-18.2 0-32.7 15.5-31.4 33.7l7.4 104c.9 12.5 11.4 22.3 23.9 22.3 12.6 0 23-9.7 23.9-22.3l7.4-104c1.3-18.2-13.1-33.7-31.4-33.7z"]},YW=qL;var ZW={prefix:"fas",iconName:"lock",icon:[384,512,[128274],"f023","M128 96l0 64 128 0 0-64c0-35.3-28.7-64-64-64s-64 28.7-64 64zM64 160l0-64C64 25.3 121.3-32 192-32S320 25.3 320 96l0 64c35.3 0 64 28.7 64 64l0 224c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 224c0-35.3 28.7-64 64-64z"]};var QW={prefix:"fas",iconName:"folder-plus",icon:[512,512,[],"f65e","M512 384c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l138.7 0c13.8 0 27.3 4.5 38.4 12.8l38.4 28.8c5.5 4.2 12.3 6.4 19.2 6.4L448 80c35.3 0 64 28.7 64 64l0 240zM256 160c-13.3 0-24 10.7-24 24l0 48-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l48 0 0 48c0 13.3 10.7 24 24 24s24-10.7 24-24l0-48 48 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0 0-48c0-13.3-10.7-24-24-24z"]};var KW={prefix:"fas",iconName:"anchor",icon:[576,512,[9875],"f13d","M288 64a32 32 0 1 0 0 64 32 32 0 1 0 0-64zM192 96c0-53 43-96 96-96s96 43 96 96c0 41.8-26.7 77.4-64 90.5l0 257.9c62.9-14.3 110.2-69.7 111.9-136.5l-16.1 14.1c-10 8.7-25.1 7.7-33.9-2.3s-7.7-25.1 2.3-33.9l64-56c9-7.9 22.6-7.9 31.6 0l64 56c10 8.7 11 23.9 2.3 33.9s-23.9 11-33.9 2.3L496 307.9C493.9 421 401.6 512 288 512S82.1 421 80 307.9L63.8 322.1c-10 8.7-25.1 7.7-33.9-2.3s-7.7-25.1 2.3-33.9l64-56c9-7.9 22.6-7.9 31.6 0l64 56c10 8.7 11 23.9 2.3 33.9s-23.9 11-33.9 2.3l-16.1-14.1c1.8 66.8 49.1 122.2 111.9 136.5l0-257.9c-37.3-13.2-64-48.7-64-90.5z"]};var XW={prefix:"fas",iconName:"user-minus",icon:[640,512,[],"f503","M285.7 304c98.5 0 178.3 79.8 178.3 178.3 0 16.4-13.3 29.7-29.7 29.7L77.7 512C61.3 512 48 498.7 48 482.3 48 383.8 127.8 304 226.3 304l59.4 0zM256 248a120 120 0 1 1 0-240 120 120 0 1 1 0 240zm344-96c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l144 0z"]};var JW={prefix:"fas",iconName:"download",icon:[448,512,[],"f019","M256 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 210.7-41.4-41.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l96 96c12.5 12.5 32.8 12.5 45.3 0l96-96c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 242.7 256 32zM64 320c-35.3 0-64 28.7-64 64l0 32c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-32c0-35.3-28.7-64-64-64l-46.9 0-56.6 56.6c-31.2 31.2-81.9 31.2-113.1 0L110.9 320 64 320zm304 56a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"]};var eq={prefix:"fas",iconName:"bug",icon:[576,512,[],"f188","M192 96c0-53 43-96 96-96s96 43 96 96l0 3.6c0 15.7-12.7 28.4-28.4 28.4l-135.1 0c-15.7 0-28.4-12.7-28.4-28.4l0-3.6zm345.6 12.8c10.6 14.1 7.7 34.2-6.4 44.8l-97.8 73.3c5.3 8.9 9.3 18.7 11.8 29.1l98.8 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-96 0 0 32c0 2.6-.1 5.3-.2 7.9l83.4 62.5c14.1 10.6 17 30.7 6.4 44.8s-30.7 17-44.8 6.4l-63.1-47.3c-23.2 44.2-66.5 76.2-117.7 83.9L312 280c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 230.2c-51.2-7.7-94.5-39.7-117.7-83.9L83.2 473.6c-14.1 10.6-34.2 7.7-44.8-6.4s-7.7-34.2 6.4-44.8l83.4-62.5c-.1-2.6-.2-5.2-.2-7.9l0-32-96 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l98.8 0c2.5-10.4 6.5-20.2 11.8-29.1L44.8 153.6c-14.1-10.6-17-30.7-6.4-44.8s30.7-17 44.8-6.4L192 184c12.3-5.1 25.8-8 40-8l112 0c14.2 0 27.7 2.8 40 8l108.8-81.6c14.1-10.6 34.2-7.7 44.8 6.4z"]};var tq={prefix:"fas",iconName:"toggle-on",icon:[576,512,[],"f205","M192 64C86 64 0 150 0 256S86 448 192 448l192 0c106 0 192-86 192-192S490 64 384 64L192 64zm192 96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"]};var nq={prefix:"fas",iconName:"font",icon:[512,512,[],"f031","M285.1 50.7C279.9 39.3 268.5 32 256 32s-23.9 7.3-29.1 18.7L59.5 416 48 416c-17.7 0-32 14.3-32 32s14.3 32 32 32l88 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-6.1 0 22-48 208.3 0 22 48-6.1 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l88 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-11.5 0-167.4-365.3zM330.8 304L181.2 304 256 140.8 330.8 304z"]};var rq={prefix:"fas",iconName:"shield-halved",icon:[512,512,["shield-alt"],"f3ed","M256 0c4.6 0 9.2 1 13.4 2.9L457.8 82.8c22 9.3 38.4 31 38.3 57.2-.5 99.2-41.3 280.7-213.6 363.2-16.7 8-36.1 8-52.8 0-172.4-82.5-213.1-264-213.6-363.2-.1-26.2 16.3-47.9 38.3-57.2L242.7 2.9C246.9 1 251.4 0 256 0zm0 66.8l0 378.1c138-66.8 175.1-214.8 176-303.4l-176-74.6 0 0z"]};var iq={prefix:"fas",iconName:"file-pen",icon:[640,512,[128221,"file-edit"],"f31c","M128.1 0c-35.3 0-64 28.7-64 64l0 384c0 35.3 28.7 64 64 64l146.2 0 10.9-54.5c4.3-21.7 15-41.6 30.6-57.2l132.2-132.2 0-97.5c0-17-6.7-33.3-18.7-45.3L322.8 18.7C310.8 6.7 294.5 0 277.6 0L128.1 0zM389.6 176l-93.5 0c-13.3 0-24-10.7-24-24l0-93.5 117.5 117.5zM332.3 466.9l-11.9 59.6c-.2 .9-.3 1.9-.3 2.9 0 8 6.5 14.6 14.6 14.6 1 0 1.9-.1 2.9-.3l59.6-11.9c12.4-2.5 23.8-8.6 32.7-17.5l118.9-118.9-80-80-118.9 118.9c-8.9 8.9-15 20.3-17.5 32.7zm267.8-123c22.1-22.1 22.1-57.9 0-80s-57.9-22.1-80 0l-28.8 28.8 80 80 28.8-28.8z"]};var oq={prefix:"fas",iconName:"globe",icon:[512,512,[127760],"f0ac","M351.9 280l-190.9 0c2.9 64.5 17.2 123.9 37.5 167.4 11.4 24.5 23.7 41.8 35.1 52.4 11.2 10.5 18.9 12.2 22.9 12.2s11.7-1.7 22.9-12.2c11.4-10.6 23.7-28 35.1-52.4 20.3-43.5 34.6-102.9 37.5-167.4zM160.9 232l190.9 0C349 167.5 334.7 108.1 314.4 64.6 303 40.2 290.7 22.8 279.3 12.2 268.1 1.7 260.4 0 256.4 0s-11.7 1.7-22.9 12.2c-11.4 10.6-23.7 28-35.1 52.4-20.3 43.5-34.6 102.9-37.5 167.4zm-48 0C116.4 146.4 138.5 66.9 170.8 14.7 78.7 47.3 10.9 131.2 1.5 232l111.4 0zM1.5 280c9.4 100.8 77.2 184.7 169.3 217.3-32.3-52.2-54.4-131.7-57.9-217.3L1.5 280zm398.4 0c-3.5 85.6-25.6 165.1-57.9 217.3 92.1-32.7 159.9-116.5 169.3-217.3l-111.4 0zm111.4-48C501.9 131.2 434.1 47.3 342 14.7 374.3 66.9 396.4 146.4 399.9 232l111.4 0z"]};var aq={prefix:"fas",iconName:"upload",icon:[448,512,[],"f093","M256 109.3L256 320c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-210.7-41.4 41.4c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l96-96c12.5-12.5 32.8-12.5 45.3 0l96 96c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 109.3zM224 400c44.2 0 80-35.8 80-80l80 0c35.3 0 64 28.7 64 64l0 32c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64l0-32c0-35.3 28.7-64 64-64l80 0c0 44.2 35.8 80 80 80zm144 24a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"]};var sq={prefix:"fas",iconName:"shuffle",icon:[512,512,[128256,"random"],"f074","M403.8 34.4c12-5 25.7-2.2 34.9 6.9l64 64c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-64 64c-9.2 9.2-22.9 11.9-34.9 6.9S384 204.9 384 192l0-32-32 0c-10.1 0-19.6 4.7-25.6 12.8l-32.4 43.2-40-53.3 21.2-28.3C293.3 110.2 321.8 96 352 96l32 0 0-32c0-12.9 7.8-24.6 19.8-29.6zM154 296l40 53.3-21.2 28.3C154.7 401.8 126.2 416 96 416l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0c10.1 0 19.6-4.7 25.6-12.8L154 296zM438.6 470.6c-9.2 9.2-22.9 11.9-34.9 6.9S384 460.9 384 448l0-32-32 0c-30.2 0-58.7-14.2-76.8-38.4L121.6 172.8c-6-8.1-15.5-12.8-25.6-12.8l-64 0c-17.7 0-32-14.3-32-32S14.3 96 32 96l64 0c30.2 0 58.7 14.2 76.8 38.4L326.4 339.2c6 8.1 15.5 12.8 25.6 12.8l32 0 0-32c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l64 64c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-64 64z"]};var cq={prefix:"fas",iconName:"plus",icon:[448,512,[10133,61543,"add"],"2b","M256 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 160-160 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l160 0 0 160c0 17.7 14.3 32 32 32s32-14.3 32-32l0-160 160 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-160 0 0-160z"]};var lq={prefix:"fas",iconName:"copy",icon:[448,512,[],"f0c5","M192 0c-35.3 0-64 28.7-64 64l0 256c0 35.3 28.7 64 64 64l192 0c35.3 0 64-28.7 64-64l0-200.6c0-17.4-7.1-34.1-19.7-46.2L370.6 17.8C358.7 6.4 342.8 0 326.3 0L192 0zM64 128c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l192 0c35.3 0 64-28.7 64-64l0-16-64 0 0 16-192 0 0-256 16 0 0-64-16 0z"]};var YL={prefix:"fas",iconName:"arrow-rotate-right",icon:[512,512,[8635,"arrow-right-rotate","arrow-rotate-forward","redo"],"f01e","M436.7 74.7L448 85.4 448 32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-128 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l47.9 0-7.6-7.2c-.2-.2-.4-.4-.6-.6-75-75-196.5-75-271.5 0s-75 196.5 0 271.5 196.5 75 271.5 0c8.2-8.2 15.5-16.9 21.9-26.1 10.1-14.5 30.1-18 44.6-7.9s18 30.1 7.9 44.6c-8.5 12.2-18.2 23.8-29.1 34.7-100 100-262.1 100-362 0S-25 175 75 75c99.9-99.9 261.7-100 361.7-.3z"]};var fq=YL;var uq={prefix:"fas",iconName:"caret-down",icon:[320,512,[],"f0d7","M140.3 376.8c12.6 10.2 31.1 9.5 42.8-2.2l128-128c9.2-9.2 11.9-22.9 6.9-34.9S301.4 192 288.5 192l-256 0c-12.9 0-24.6 7.8-29.6 19.8S.7 237.5 9.9 246.6l128 128 2.4 2.2z"]};var dq={prefix:"fas",iconName:"eye-slash",icon:[576,512,[],"f070","M41-24.9c-9.4-9.4-24.6-9.4-33.9 0S-2.3-.3 7 9.1l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-96.4-96.4c2.7-2.4 5.4-4.8 8-7.2 46.8-43.5 78.1-95.4 93-131.1 3.3-7.9 3.3-16.7 0-24.6-14.9-35.7-46.2-87.7-93-131.1-47.1-43.7-111.8-80.6-192.6-80.6-56.8 0-105.6 18.2-146 44.2L41-24.9zM204.5 138.7c23.5-16.8 52.4-26.7 83.5-26.7 79.5 0 144 64.5 144 144 0 31.1-9.9 59.9-26.7 83.5l-34.7-34.7c12.7-21.4 17-47.7 10.1-73.7-13.7-51.2-66.4-81.6-117.6-67.9-8.6 2.3-16.7 5.7-24 10l-34.7-34.7zM325.3 395.1c-11.9 3.2-24.4 4.9-37.3 4.9-79.5 0-144-64.5-144-144 0-12.9 1.7-25.4 4.9-37.3L69.4 139.2c-32.6 36.8-55 75.8-66.9 104.5-3.3 7.9-3.3 16.7 0 24.6 14.9 35.7 46.2 87.7 93 131.1 47.1 43.7 111.8 80.6 192.6 80.6 37.3 0 71.2-7.9 101.5-20.6l-64.2-64.2z"]};var pq={prefix:"fas",iconName:"wifi",icon:[576,512,["wifi-3","wifi-strong"],"f1eb","M288 96c-90.9 0-173.2 36-233.7 94.6-12.7 12.3-33 12-45.2-.7s-12-33 .7-45.2C81.7 74.9 179.9 32 288 32S494.3 74.9 566.3 144.7c12.7 12.3 13 32.6 .7 45.2s-32.6 13-45.2 .7C461.2 132 378.9 96 288 96zM240 432a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM168 326.2c-11.7 13.3-31.9 14.5-45.2 2.8s-14.5-31.9-2.8-45.2C161 237.4 221.1 208 288 208s127 29.4 168 75.8c11.7 13.3 10.4 33.5-2.8 45.2s-33.5 10.4-45.2-2.8C378.6 292.9 335.8 272 288 272s-90.6 20.9-120 54.2z"]};var mq={prefix:"fas",iconName:"file-circle-minus",icon:[576,512,[],"e4ed","M96 0C60.7 0 32 28.7 32 64l0 384c0 35.3 28.7 64 64 64l180 0c-22.7-31.5-36-70.2-36-112 0-100.6 77.4-183.2 176-191.3l0-38.1c0-17-6.7-33.3-18.7-45.3L290.7 18.7C278.7 6.7 262.5 0 245.5 0L96 0zM357.5 176L264 176c-13.3 0-24-10.7-24-24L240 58.5 357.5 176zM576 400a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zm-64 0c0 8.8-7.2 16-16 16l-128 0c-8.8 0-16-7.2-16-16s7.2-16 16-16l128 0c8.8 0 16 7.2 16 16z"]};var hq={prefix:"fas",iconName:"user-secret",icon:[448,512,[128373],"f21b","M171-16c-36.4 0-57.8 58.3-68.3 112L72 96c-13.3 0-24 10.7-24 24s10.7 24 24 24l24 0 0 32c0 17 3.3 33.2 9.3 48l-9.3 0 0 0-20.5 0c-15.2 0-27.5 12.3-27.5 27.5 0 3 .5 5.9 1.4 8.7l28.9 86.6C40.2 379.6 16 428.1 16 482.3 16 498.7 29.3 512 45.7 512l356.6 0c16.4 0 29.7-13.3 29.7-29.7 0-54.2-24.2-102.7-62.3-135.4l28.9-86.6c.9-2.8 1.4-5.7 1.4-8.7 0-15.2-12.3-27.5-27.5-27.5l-20.5 0 0 0-9.3 0c6-14.8 9.3-31 9.3-48l0-32 24 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-30.7 0c-10.4-53.7-31.9-112-68.3-112-9.6 0-19 3.9-27.5 8.2-8.2 4.1-18.4 7.8-25.5 7.8s-17.3-3.7-25.5-7.8C190-12.1 180.6-16 171-16zm93.7 484.4l-24.8-70.9 27.9-32.5c2.7-3.2 4.2-7.2 4.2-11.4 0-9.7-7.8-17.5-17.5-17.5l-61 0c-9.7 0-17.5 7.8-17.5 17.5 0 4.2 1.5 8.2 4.2 11.4l27.9 32.5-24.8 70.9-57-180.4 35.7 0c18.4 10.2 39.5 16 62 16s43.6-5.8 62-16l35.7 0-57 180.4zM224 256c-34.7 0-64.2-22.1-75.3-53 5.7 3.2 12.3 5 19.3 5l12.4 0c16.5 0 31.1-10.6 36.3-26.2 2.3-7 12.2-7 14.5 0 5.2 15.6 19.9 26.2 36.3 26.2l12.4 0c7 0 13.6-1.8 19.3-5-11.1 30.9-40.6 53-75.3 53z"]};var gq={prefix:"fas",iconName:"users-gear",icon:[640,512,["users-cog"],"f509","M320 224a104 104 0 1 0 0-208 104 104 0 1 0 0 208zM96 232a72 72 0 1 0 0-144 72 72 0 1 0 0 144zM0 416l0 32c0 17.7 14.3 32 32 32l86.7 0c-4.3-9.8-6.7-20.6-6.7-32l0-16c0-53.2 20-101.8 52.9-138.6-11.7-3.5-24.1-5.4-36.9-5.4-70.7 0-128 57.3-128 128zM616 160a72 72 0 1 0 -144 0 72 72 0 1 0 144 0zM160 432l0 16c0 17.7 14.3 32 32 32l156.8 0c-7.1-21.6-6.3-44.4 10.7-64-14-16.2-20.5-39.7-11.4-63.3 6.6-17.1 15.9-33.1 27.4-47.3 5.4-6.6 11.6-11.7 18.3-15.4-22.1-11.5-47.2-18-73.8-18-88.4 0-160 71.6-160 160zm464.6-44.1c6.3-3.6 9.5-11.1 6.8-18-4.8-12.4-11.5-24.1-19.9-34.4-4.6-5.7-12.7-6.7-19-3-21.8 12.6-48.6-2.8-48.6-28.1 0-7.3-4.9-13.8-12.1-14.9-12.9-2-26.8-2-39.7 0-7.2 1.1-12.1 7.6-12.1 14.9 0 25.2-26.8 40.7-48.6 28.1-6.3-3.6-14.4-2.6-19 3-8.4 10.3-15.1 22-19.9 34.4-2.6 6.8 .5 14.3 6.8 17.9 21.9 12.6 21.9 43.5 0 56.2-6.3 3.6-9.5 11.1-6.8 17.9 4.8 12.4 11.5 24.1 19.9 34.4 4.6 5.7 12.7 6.7 19 3 21.8-12.6 48.6 2.9 48.6 28.1 0 7.3 4.9 13.8 12.1 14.9 12.9 2 26.8 2 39.7 0 7.2-1.1 12.1-7.6 12.1-14.9 0-25.2 26.8-40.7 48.6-28.1 6.3 3.6 14.4 2.6 19-3 8.4-10.3 15.1-22 19.9-34.4 2.6-6.8-.5-14.3-6.8-17.9-21.9-12.6-21.9-43.5 0-56.2zM472 416a40 40 0 1 1 80 0 40 40 0 1 1 -80 0z"]};var vq={prefix:"fas",iconName:"angles-right",icon:[448,512,[187,"angle-double-right"],"f101","M439.1 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L371.2 256 233.9 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160zm-352 160l160-160c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L179.2 256 41.9 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0z"]};var Mq={prefix:"fas",iconName:"desktop",icon:[512,512,[128421,61704,"desktop-alt"],"f390","M64 32C28.7 32 0 60.7 0 96L0 352c0 35.3 28.7 64 64 64l144 0-16 48-72 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l272 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-72 0-16-48 144 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 32zM96 96l320 0c17.7 0 32 14.3 32 32l0 160c0 17.7-14.3 32-32 32L96 320c-17.7 0-32-14.3-32-32l0-160c0-17.7 14.3-32 32-32z"]};var yq={prefix:"fas",iconName:"user-gear",icon:[640,512,["user-cog"],"f4fe","M256.5 8a120 120 0 1 1 0 240 120 120 0 1 1 0-240zM226.7 304l59.4 0 1.5 0c-12.9 26.8-7.8 58.2 11.5 79.5-20.2 22.3-24.8 55.8-9.4 83.4l22.5 40.4c.9 1.6 1.9 3.2 2.9 4.7l-237 0c-16.4 0-29.7-13.3-29.7-29.7 0-98.5 79.8-178.3 178.3-178.3zm205.9-56.4c0-13.3 10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 6.1c0 18.9 24.1 32.8 40.5 23.4l5-2.9c11.6-6.7 26.5-2.6 33 9.1l22.4 40.2c6.2 11.2 2.6 25.2-8.2 32l-4.7 2.9c-16.2 10.1-16.2 39.9 0 50.1l4.6 2.9c10.8 6.8 14.5 20.8 8.3 32L607 483.8c-6.5 11.7-21.4 15.9-33 9.1l-4.9-2.9c-16.4-9.5-40.5 4.5-40.5 23.4l0 6.1c0 13.3-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24l0-5.9c0-19-24.2-33-40.7-23.5l-4.8 2.8c-11.6 6.7-26.4 2.6-33-9.1l-22.6-40.4c-6.2-11.2-2.6-25.3 8.3-32.1l4.4-2.7c16.3-10.1 16.3-40.1 0-50.2l-4.5-2.8c-10.9-6.8-14.5-20.9-8.3-32.1l22.5-40.3c6.5-11.7 21.4-15.8 32.9-9.1l4.8 2.8c16.5 9.5 40.7-4.5 40.7-23.5l0-5.9zm99.9 136.2a52 52 0 1 0 -104 0 52 52 0 1 0 104 0z"]};var Cq={prefix:"fas",iconName:"arrow-down",icon:[384,512,[8595],"f063","M169.4 502.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 402.7 224 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 370.7-105.4-105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"]},ZL={prefix:"fas",iconName:"location-dot",icon:[384,512,["map-marker-alt"],"f3c5","M0 188.6C0 84.4 86 0 192 0S384 84.4 384 188.6c0 119.3-120.2 262.3-170.4 316.8-11.8 12.8-31.5 12.8-43.3 0-50.2-54.5-170.4-197.5-170.4-316.8zM192 256a64 64 0 1 0 0-128 64 64 0 1 0 0 128z"]},Lq=ZL;var zq={prefix:"fas",iconName:"folder-closed",icon:[512,512,[],"e185","M448 448L64 448c-35.3 0-64-28.7-64-64l0-176 512 0 0 176c0 35.3-28.7 64-64 64zm64-288L0 160 0 96C0 60.7 28.7 32 64 32l138.7 0c13.8 0 27.3 4.5 38.4 12.8l38.4 28.8c5.5 4.2 12.3 6.4 19.2 6.4L448 80c35.3 0 64 28.7 64 64l0 16z"]};var bq={prefix:"fas",iconName:"up-down",icon:[512,512,[8597,11021,"arrows-alt-v"],"f338","M406.6 502.6l96-96c9.2-9.2 11.9-22.9 6.9-34.9S492.9 352 480 352l-64 0 0-320c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 320-64 0c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l96 96c12.5 12.5 32.8 12.5 45.3 0zM150.6 9.4c-12.5-12.5-32.8-12.5-45.3 0l-96 96c-9.2 9.2-11.9 22.9-6.9 34.9S19.1 160 32 160l64 0 0 320c0 17.7 14.3 32 32 32s32-14.3 32-32l0-320 64 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-96-96z"]};var Dq={prefix:"fas",iconName:"folder-tree",icon:[576,512,[],"f802","M48 24C48 10.7 37.3 0 24 0S0 10.7 0 24L0 392c0 30.9 25.1 56 56 56l184 0 0-48-184 0c-4.4 0-8-3.6-8-8l0-232 192 0 0-48-192 0 0-88zM336 224l192 0c26.5 0 48-21.5 48-48l0-96c0-26.5-21.5-48-48-48l-82.7 0c-8.5 0-16.6-3.4-22.6-9.4l-8.6-8.6c-9-9-21.2-14.1-33.9-14.1L336 0c-26.5 0-48 21.5-48 48l0 128c0 26.5 21.5 48 48 48zm0 288l192 0c26.5 0 48-21.5 48-48l0-96c0-26.5-21.5-48-48-48l-82.7 0c-8.5 0-16.6-3.4-22.6-9.4l-8.6-8.6c-9-9-21.2-14.1-33.9-14.1L336 288c-26.5 0-48 21.5-48 48l0 128c0 26.5 21.5 48 48 48z"]};var wq={prefix:"fas",iconName:"qrcode",icon:[448,512,[],"f029","M64 160l64 0 0-64-64 0 0 64zM0 80C0 53.5 21.5 32 48 32l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48L0 80zM64 416l64 0 0-64-64 0 0 64zM0 336c0-26.5 21.5-48 48-48l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-96zM320 96l0 64 64 0 0-64-64 0zM304 32l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-96c0-26.5 21.5-48 48-48zM288 352a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm0 64c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zm96 32c0-17.7 14.3-32 32-32s32 14.3 32 32-14.3 32-32 32-32-14.3-32-32zm32-96a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm-32 32a32 32 0 1 1 -64 0 32 32 0 1 1 64 0z"]};var QL={prefix:"fas",iconName:"table-cells-large",icon:[448,512,["th-large"],"f009","M384 96l-128 0 0 128 128 0 0-128zm64 128l0 192c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 128zM64 288l0 128 128 0 0-128-128 0zm128-64l0-128-128 0 0 128 128 0zm64 64l0 128 128 0 0-128-128 0z"]},Sq=QL;var KL={prefix:"fas",iconName:"circle-info",icon:[512,512,["info-circle"],"f05a","M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM224 160a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm-8 64l48 0c13.3 0 24 10.7 24 24l0 88 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l24 0 0-64-24 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"]},Eq=KL;var xq={prefix:"fas",iconName:"layer-group",icon:[512,512,[],"f5fd","M232.5 5.2c14.9-6.9 32.1-6.9 47 0l218.6 101c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L13.9 149.8C5.4 145.8 0 137.3 0 128s5.4-17.9 13.9-21.8L232.5 5.2zM48.1 218.4l164.3 75.9c27.7 12.8 59.6 12.8 87.3 0l164.3-75.9 34.1 15.8c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L13.9 277.8C5.4 273.8 0 265.3 0 256s5.4-17.9 13.9-21.8l34.1-15.8zM13.9 362.2l34.1-15.8 164.3 75.9c27.7 12.8 59.6 12.8 87.3 0l164.3-75.9 34.1 15.8c8.5 3.9 13.9 12.4 13.9 21.8s-5.4 17.9-13.9 21.8l-218.6 101c-14.9 6.9-32.1 6.9-47 0L13.9 405.8C5.4 401.8 0 393.3 0 384s5.4-17.9 13.9-21.8z"]};var Nq={prefix:"fas",iconName:"dice",icon:[512,512,[127922],"f522","M141.4 2.3C103-8 63.5 14.8 53.3 53.2L2.5 242.7C-7.8 281.1 15 320.6 53.4 330.9l189.5 50.8c38.4 10.3 77.9-12.5 88.2-50.9l50.8-189.5c10.3-38.4-12.5-77.9-50.9-88.2L141.4 2.3zm23 205.7a32 32 0 1 1 55.4-32 32 32 0 1 1 -55.4 32zM79.2 220.3a32 32 0 1 1 32 55.4 32 32 0 1 1 -32-55.4zm185 96.4a32 32 0 1 1 -32-55.4 32 32 0 1 1 32 55.4zm9-208.4a32 32 0 1 1 32 55.4 32 32 0 1 1 -32-55.4zm-121 14.4a32 32 0 1 1 -32-55.4 32 32 0 1 1 32 55.4zM418 192L377.4 343.2c-17.2 64-83 102-147 84.9l-38.3-10.3 0 30.2c0 35.3 28.7 64 64 64l192 0c35.3 0 64-28.7 64-64l0-192c0-35.3-28.7-64-64-64L418 192z"]};function es(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function XL(e){if(Array.isArray(e))return e}function JL(e){if(Array.isArray(e))return es(e)}function ez(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function n9(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,k9(r.key),r)}}function tz(e,t,n){return t&&n9(e.prototype,t),n&&n9(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function ur(e,t){var n=typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=hs(e))||t&&e&&typeof e.length=="number"){n&&(e=n);var r=0,i=function(){};return{s:i,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(c){throw c},f:i}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
6
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var o,a=!0,s=!1;return{s:function(){n=n.call(e)},n:function(){var c=n.next();return a=c.done,c},e:function(c){s=!0,o=c},f:function(){try{a||n.return==null||n.return()}finally{if(s)throw o}}}}function k(e,t,n){return(t=k9(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function nz(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function rz(e,t){var n=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r,i,o,a,s=[],c=!0,l=!1;try{if(o=(n=n.call(e)).next,t===0){if(Object(n)!==n)return;c=!1}else for(;!(c=(r=o.call(n)).done)&&(s.push(r.value),s.length!==t);c=!0);}catch(f){l=!0,i=f}finally{try{if(!c&&n.return!=null&&(a=n.return(),Object(a)!==a))return}finally{if(l)throw i}}return s}}function iz(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
7
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function oz(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
8
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function r9(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function h(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?r9(Object(n),!0).forEach(function(r){k(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):r9(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function vr(e,t){return XL(e)||rz(e,t)||hs(e,t)||iz()}function c2(e){return JL(e)||nz(e)||hs(e)||oz()}function az(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t||"default");if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function k9(e){var t=az(e,"string");return typeof t=="symbol"?t:t+""}function mr(e){"@babel/helpers - typeof";return mr=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},mr(e)}function hs(e,t){if(e){if(typeof e=="string")return es(e,t);var n={}.toString.call(e).slice(8,-1);return n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set"?Array.from(e):n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?es(e,t):void 0}}var i9=function(){},gs={},F9={},R9=null,P9={mark:i9,measure:i9};try{typeof window<"u"&&(gs=window),typeof document<"u"&&(F9=document),typeof MutationObserver<"u"&&(R9=MutationObserver),typeof performance<"u"&&(P9=performance)}catch{}var sz=gs.navigator||{},o9=sz.userAgent,a9=o9===void 0?"":o9,h1=gs,W=F9,s9=R9,lr=P9,Tq=!!h1.document,H2=!!W.documentElement&&!!W.head&&typeof W.addEventListener=="function"&&typeof W.createElement=="function",O9=~a9.indexOf("MSIE")||~a9.indexOf("Trident/"),q6,cz=/fa(k|kd|s|r|l|t|d|dr|dl|dt|b|slr|slpr|wsb|tl|ns|nds|es|gt|jr|jfr|jdr|usb|ufsb|udsb|cr|ss|sr|sl|st|sds|sdr|sdl|sdt)?[\-\ ]/,lz=/Font ?Awesome ?([567 ]*)(Solid|Regular|Light|Thin|Duotone|Brands|Free|Pro|Sharp Duotone|Sharp|Kit|Notdog Duo|Notdog|Chisel|Etch|Graphite|Thumbprint|Jelly Fill|Jelly Duo|Jelly|Utility|Utility Fill|Utility Duo|Slab Press|Slab|Whiteboard)?.*/i,B9={classic:{fa:"solid",fas:"solid","fa-solid":"solid",far:"regular","fa-regular":"regular",fal:"light","fa-light":"light",fat:"thin","fa-thin":"thin",fab:"brands","fa-brands":"brands"},duotone:{fa:"solid",fad:"solid","fa-solid":"solid","fa-duotone":"solid",fadr:"regular","fa-regular":"regular",fadl:"light","fa-light":"light",fadt:"thin","fa-thin":"thin"},sharp:{fa:"solid",fass:"solid","fa-solid":"solid",fasr:"regular","fa-regular":"regular",fasl:"light","fa-light":"light",fast:"thin","fa-thin":"thin"},"sharp-duotone":{fa:"solid",fasds:"solid","fa-solid":"solid",fasdr:"regular","fa-regular":"regular",fasdl:"light","fa-light":"light",fasdt:"thin","fa-thin":"thin"},slab:{"fa-regular":"regular",faslr:"regular"},"slab-press":{"fa-regular":"regular",faslpr:"regular"},thumbprint:{"fa-light":"light",fatl:"light"},whiteboard:{"fa-semibold":"semibold",fawsb:"semibold"},notdog:{"fa-solid":"solid",fans:"solid"},"notdog-duo":{"fa-solid":"solid",fands:"solid"},etch:{"fa-solid":"solid",faes:"solid"},graphite:{"fa-thin":"thin",fagt:"thin"},jelly:{"fa-regular":"regular",fajr:"regular"},"jelly-fill":{"fa-regular":"regular",fajfr:"regular"},"jelly-duo":{"fa-regular":"regular",fajdr:"regular"},chisel:{"fa-regular":"regular",facr:"regular"},utility:{"fa-semibold":"semibold",fausb:"semibold"},"utility-duo":{"fa-semibold":"semibold",faudsb:"semibold"},"utility-fill":{"fa-semibold":"semibold",faufsb:"semibold"}},fz={GROUP:"duotone-group",SWAP_OPACITY:"swap-opacity",PRIMARY:"primary",SECONDARY:"secondary"},V9=["fa-classic","fa-duotone","fa-sharp","fa-sharp-duotone","fa-thumbprint","fa-whiteboard","fa-notdog","fa-notdog-duo","fa-chisel","fa-etch","fa-graphite","fa-jelly","fa-jelly-fill","fa-jelly-duo","fa-slab","fa-slab-press","fa-utility","fa-utility-duo","fa-utility-fill"],fe="classic",L3="duotone",j9="sharp",H9="sharp-duotone",U9="chisel",$9="etch",G9="graphite",W9="jelly",q9="jelly-duo",Y9="jelly-fill",Z9="notdog",Q9="notdog-duo",K9="slab",X9="slab-press",J9="thumbprint",eu="utility",tu="utility-duo",nu="utility-fill",ru="whiteboard",uz="Classic",dz="Duotone",pz="Sharp",mz="Sharp Duotone",hz="Chisel",gz="Etch",vz="Graphite",Mz="Jelly",yz="Jelly Duo",Cz="Jelly Fill",Lz="Notdog",zz="Notdog Duo",bz="Slab",Dz="Slab Press",wz="Thumbprint",Sz="Utility",Ez="Utility Duo",xz="Utility Fill",Nz="Whiteboard",iu=[fe,L3,j9,H9,U9,$9,G9,W9,q9,Y9,Z9,Q9,K9,X9,J9,eu,tu,nu,ru],Aq=(q6={},k(k(k(k(k(k(k(k(k(k(q6,fe,uz),L3,dz),j9,pz),H9,mz),U9,hz),$9,gz),G9,vz),W9,Mz),q9,yz),Y9,Cz),k(k(k(k(k(k(k(k(k(q6,Z9,Lz),Q9,zz),K9,bz),X9,Dz),J9,wz),eu,Sz),tu,Ez),nu,xz),ru,Nz)),Iz={classic:{900:"fas",400:"far",normal:"far",300:"fal",100:"fat"},duotone:{900:"fad",400:"fadr",300:"fadl",100:"fadt"},sharp:{900:"fass",400:"fasr",300:"fasl",100:"fast"},"sharp-duotone":{900:"fasds",400:"fasdr",300:"fasdl",100:"fasdt"},slab:{400:"faslr"},"slab-press":{400:"faslpr"},whiteboard:{600:"fawsb"},thumbprint:{300:"fatl"},notdog:{900:"fans"},"notdog-duo":{900:"fands"},etch:{900:"faes"},graphite:{100:"fagt"},chisel:{400:"facr"},jelly:{400:"fajr"},"jelly-fill":{400:"fajfr"},"jelly-duo":{400:"fajdr"},utility:{600:"fausb"},"utility-duo":{600:"faudsb"},"utility-fill":{600:"faufsb"}},Tz={"Font Awesome 7 Free":{900:"fas",400:"far"},"Font Awesome 7 Pro":{900:"fas",400:"far",normal:"far",300:"fal",100:"fat"},"Font Awesome 7 Brands":{400:"fab",normal:"fab"},"Font Awesome 7 Duotone":{900:"fad",400:"fadr",normal:"fadr",300:"fadl",100:"fadt"},"Font Awesome 7 Sharp":{900:"fass",400:"fasr",normal:"fasr",300:"fasl",100:"fast"},"Font Awesome 7 Sharp Duotone":{900:"fasds",400:"fasdr",normal:"fasdr",300:"fasdl",100:"fasdt"},"Font Awesome 7 Jelly":{400:"fajr",normal:"fajr"},"Font Awesome 7 Jelly Fill":{400:"fajfr",normal:"fajfr"},"Font Awesome 7 Jelly Duo":{400:"fajdr",normal:"fajdr"},"Font Awesome 7 Slab":{400:"faslr",normal:"faslr"},"Font Awesome 7 Slab Press":{400:"faslpr",normal:"faslpr"},"Font Awesome 7 Thumbprint":{300:"fatl",normal:"fatl"},"Font Awesome 7 Notdog":{900:"fans",normal:"fans"},"Font Awesome 7 Notdog Duo":{900:"fands",normal:"fands"},"Font Awesome 7 Etch":{900:"faes",normal:"faes"},"Font Awesome 7 Graphite":{100:"fagt",normal:"fagt"},"Font Awesome 7 Chisel":{400:"facr",normal:"facr"},"Font Awesome 7 Whiteboard":{600:"fawsb",normal:"fawsb"},"Font Awesome 7 Utility":{600:"fausb",normal:"fausb"},"Font Awesome 7 Utility Duo":{600:"faudsb",normal:"faudsb"},"Font Awesome 7 Utility Fill":{600:"faufsb",normal:"faufsb"}},Az=new Map([["classic",{defaultShortPrefixId:"fas",defaultStyleId:"solid",styleIds:["solid","regular","light","thin","brands"],futureStyleIds:[],defaultFontWeight:900}],["duotone",{defaultShortPrefixId:"fad",defaultStyleId:"solid",styleIds:["solid","regular","light","thin"],futureStyleIds:[],defaultFontWeight:900}],["sharp",{defaultShortPrefixId:"fass",defaultStyleId:"solid",styleIds:["solid","regular","light","thin"],futureStyleIds:[],defaultFontWeight:900}],["sharp-duotone",{defaultShortPrefixId:"fasds",defaultStyleId:"solid",styleIds:["solid","regular","light","thin"],futureStyleIds:[],defaultFontWeight:900}],["chisel",{defaultShortPrefixId:"facr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["etch",{defaultShortPrefixId:"faes",defaultStyleId:"solid",styleIds:["solid"],futureStyleIds:[],defaultFontWeight:900}],["graphite",{defaultShortPrefixId:"fagt",defaultStyleId:"thin",styleIds:["thin"],futureStyleIds:[],defaultFontWeight:100}],["jelly",{defaultShortPrefixId:"fajr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["jelly-duo",{defaultShortPrefixId:"fajdr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["jelly-fill",{defaultShortPrefixId:"fajfr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["notdog",{defaultShortPrefixId:"fans",defaultStyleId:"solid",styleIds:["solid"],futureStyleIds:[],defaultFontWeight:900}],["notdog-duo",{defaultShortPrefixId:"fands",defaultStyleId:"solid",styleIds:["solid"],futureStyleIds:[],defaultFontWeight:900}],["slab",{defaultShortPrefixId:"faslr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["slab-press",{defaultShortPrefixId:"faslpr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["thumbprint",{defaultShortPrefixId:"fatl",defaultStyleId:"light",styleIds:["light"],futureStyleIds:[],defaultFontWeight:300}],["utility",{defaultShortPrefixId:"fausb",defaultStyleId:"semibold",styleIds:["semibold"],futureStyleIds:[],defaultFontWeight:600}],["utility-duo",{defaultShortPrefixId:"faudsb",defaultStyleId:"semibold",styleIds:["semibold"],futureStyleIds:[],defaultFontWeight:600}],["utility-fill",{defaultShortPrefixId:"faufsb",defaultStyleId:"semibold",styleIds:["semibold"],futureStyleIds:[],defaultFontWeight:600}],["whiteboard",{defaultShortPrefixId:"fawsb",defaultStyleId:"semibold",styleIds:["semibold"],futureStyleIds:[],defaultFontWeight:600}]]),_z={chisel:{regular:"facr"},classic:{brands:"fab",light:"fal",regular:"far",solid:"fas",thin:"fat"},duotone:{light:"fadl",regular:"fadr",solid:"fad",thin:"fadt"},etch:{solid:"faes"},graphite:{thin:"fagt"},jelly:{regular:"fajr"},"jelly-duo":{regular:"fajdr"},"jelly-fill":{regular:"fajfr"},notdog:{solid:"fans"},"notdog-duo":{solid:"fands"},sharp:{light:"fasl",regular:"fasr",solid:"fass",thin:"fast"},"sharp-duotone":{light:"fasdl",regular:"fasdr",solid:"fasds",thin:"fasdt"},slab:{regular:"faslr"},"slab-press":{regular:"faslpr"},thumbprint:{light:"fatl"},utility:{semibold:"fausb"},"utility-duo":{semibold:"faudsb"},"utility-fill":{semibold:"faufsb"},whiteboard:{semibold:"fawsb"}},ou=["fak","fa-kit","fakd","fa-kit-duotone"],c9={kit:{fak:"kit","fa-kit":"kit"},"kit-duotone":{fakd:"kit-duotone","fa-kit-duotone":"kit-duotone"}},kz=["kit"],Fz="kit",Rz="kit-duotone",Pz="Kit",Oz="Kit Duotone",_q=k(k({},Fz,Pz),Rz,Oz),Bz={kit:{"fa-kit":"fak"},"kit-duotone":{"fa-kit-duotone":"fakd"}},Vz={"Font Awesome Kit":{400:"fak",normal:"fak"},"Font Awesome Kit Duotone":{400:"fakd",normal:"fakd"}},jz={kit:{fak:"fa-kit"},"kit-duotone":{fakd:"fa-kit-duotone"}},l9={kit:{kit:"fak"},"kit-duotone":{"kit-duotone":"fakd"}},Y6,fr={GROUP:"duotone-group",SWAP_OPACITY:"swap-opacity",PRIMARY:"primary",SECONDARY:"secondary"},Hz=["fa-classic","fa-duotone","fa-sharp","fa-sharp-duotone","fa-thumbprint","fa-whiteboard","fa-notdog","fa-notdog-duo","fa-chisel","fa-etch","fa-graphite","fa-jelly","fa-jelly-fill","fa-jelly-duo","fa-slab","fa-slab-press","fa-utility","fa-utility-duo","fa-utility-fill"],Uz="classic",$z="duotone",Gz="sharp",Wz="sharp-duotone",qz="chisel",Yz="etch",Zz="graphite",Qz="jelly",Kz="jelly-duo",Xz="jelly-fill",Jz="notdog",eb="notdog-duo",tb="slab",nb="slab-press",rb="thumbprint",ib="utility",ob="utility-duo",ab="utility-fill",sb="whiteboard",cb="Classic",lb="Duotone",fb="Sharp",ub="Sharp Duotone",db="Chisel",pb="Etch",mb="Graphite",hb="Jelly",gb="Jelly Duo",vb="Jelly Fill",Mb="Notdog",yb="Notdog Duo",Cb="Slab",Lb="Slab Press",zb="Thumbprint",bb="Utility",Db="Utility Duo",wb="Utility Fill",Sb="Whiteboard",kq=(Y6={},k(k(k(k(k(k(k(k(k(k(Y6,Uz,cb),$z,lb),Gz,fb),Wz,ub),qz,db),Yz,pb),Zz,mb),Qz,hb),Kz,gb),Xz,vb),k(k(k(k(k(k(k(k(k(Y6,Jz,Mb),eb,yb),tb,Cb),nb,Lb),rb,zb),ib,bb),ob,Db),ab,wb),sb,Sb)),Eb="kit",xb="kit-duotone",Nb="Kit",Ib="Kit Duotone",Fq=k(k({},Eb,Nb),xb,Ib),Tb={classic:{"fa-brands":"fab","fa-duotone":"fad","fa-light":"fal","fa-regular":"far","fa-solid":"fas","fa-thin":"fat"},duotone:{"fa-regular":"fadr","fa-light":"fadl","fa-thin":"fadt"},sharp:{"fa-solid":"fass","fa-regular":"fasr","fa-light":"fasl","fa-thin":"fast"},"sharp-duotone":{"fa-solid":"fasds","fa-regular":"fasdr","fa-light":"fasdl","fa-thin":"fasdt"},slab:{"fa-regular":"faslr"},"slab-press":{"fa-regular":"faslpr"},whiteboard:{"fa-semibold":"fawsb"},thumbprint:{"fa-light":"fatl"},notdog:{"fa-solid":"fans"},"notdog-duo":{"fa-solid":"fands"},etch:{"fa-solid":"faes"},graphite:{"fa-thin":"fagt"},jelly:{"fa-regular":"fajr"},"jelly-fill":{"fa-regular":"fajfr"},"jelly-duo":{"fa-regular":"fajdr"},chisel:{"fa-regular":"facr"},utility:{"fa-semibold":"fausb"},"utility-duo":{"fa-semibold":"faudsb"},"utility-fill":{"fa-semibold":"faufsb"}},Ab={classic:["fas","far","fal","fat","fad"],duotone:["fadr","fadl","fadt"],sharp:["fass","fasr","fasl","fast"],"sharp-duotone":["fasds","fasdr","fasdl","fasdt"],slab:["faslr"],"slab-press":["faslpr"],whiteboard:["fawsb"],thumbprint:["fatl"],notdog:["fans"],"notdog-duo":["fands"],etch:["faes"],graphite:["fagt"],jelly:["fajr"],"jelly-fill":["fajfr"],"jelly-duo":["fajdr"],chisel:["facr"],utility:["fausb"],"utility-duo":["faudsb"],"utility-fill":["faufsb"]},ts={classic:{fab:"fa-brands",fad:"fa-duotone",fal:"fa-light",far:"fa-regular",fas:"fa-solid",fat:"fa-thin"},duotone:{fadr:"fa-regular",fadl:"fa-light",fadt:"fa-thin"},sharp:{fass:"fa-solid",fasr:"fa-regular",fasl:"fa-light",fast:"fa-thin"},"sharp-duotone":{fasds:"fa-solid",fasdr:"fa-regular",fasdl:"fa-light",fasdt:"fa-thin"},slab:{faslr:"fa-regular"},"slab-press":{faslpr:"fa-regular"},whiteboard:{fawsb:"fa-semibold"},thumbprint:{fatl:"fa-light"},notdog:{fans:"fa-solid"},"notdog-duo":{fands:"fa-solid"},etch:{faes:"fa-solid"},graphite:{fagt:"fa-thin"},jelly:{fajr:"fa-regular"},"jelly-fill":{fajfr:"fa-regular"},"jelly-duo":{fajdr:"fa-regular"},chisel:{facr:"fa-regular"},utility:{fausb:"fa-semibold"},"utility-duo":{faudsb:"fa-semibold"},"utility-fill":{faufsb:"fa-semibold"}},_b=["fa-solid","fa-regular","fa-light","fa-thin","fa-duotone","fa-brands","fa-semibold"],au=["fa","fas","far","fal","fat","fad","fadr","fadl","fadt","fab","fass","fasr","fasl","fast","fasds","fasdr","fasdl","fasdt","faslr","faslpr","fawsb","fatl","fans","fands","faes","fagt","fajr","fajfr","fajdr","facr","fausb","faudsb","faufsb"].concat(Hz,_b),kb=["solid","regular","light","thin","duotone","brands","semibold"],su=[1,2,3,4,5,6,7,8,9,10],Fb=su.concat([11,12,13,14,15,16,17,18,19,20]),Rb=["aw","fw","pull-left","pull-right"],Pb=[].concat(c2(Object.keys(Ab)),kb,Rb,["2xs","xs","sm","lg","xl","2xl","beat","border","fade","beat-fade","bounce","flip-both","flip-horizontal","flip-vertical","flip","inverse","layers","layers-bottom-left","layers-bottom-right","layers-counter","layers-text","layers-top-left","layers-top-right","li","pull-end","pull-start","pulse","rotate-180","rotate-270","rotate-90","rotate-by","shake","spin-pulse","spin-reverse","spin","stack-1x","stack-2x","stack","ul","width-auto","width-fixed",fr.GROUP,fr.SWAP_OPACITY,fr.PRIMARY,fr.SECONDARY]).concat(su.map(function(e){return"".concat(e,"x")})).concat(Fb.map(function(e){return"w-".concat(e)})),Ob={"Font Awesome 5 Free":{900:"fas",400:"far"},"Font Awesome 5 Pro":{900:"fas",400:"far",normal:"far",300:"fal"},"Font Awesome 5 Brands":{400:"fab",normal:"fab"},"Font Awesome 5 Duotone":{900:"fad"}},V2="___FONT_AWESOME___",ns=16,cu="fa",lu="svg-inline--fa",it="data-fa-i2svg",rs="data-fa-pseudo-element",Bb="data-fa-pseudo-element-pending",vs="data-prefix",Ms="data-icon",f9="fontawesome-i2svg",Vb="async",jb=["HTML","HEAD","STYLE","SCRIPT"],fu=["::before","::after",":before",":after"],uu=(function(){try{return!0}catch{return!1}})();function z3(e){return new Proxy(e,{get:function(n,r){return r in n?n[r]:n[fe]}})}var du=h({},B9);du[fe]=h(h(h(h({},{"fa-duotone":"duotone"}),B9[fe]),c9.kit),c9["kit-duotone"]);var Hb=z3(du),is=h({},_z);is[fe]=h(h(h(h({},{duotone:"fad"}),is[fe]),l9.kit),l9["kit-duotone"]);var u9=z3(is),os=h({},ts);os[fe]=h(h({},os[fe]),jz.kit);var ys=z3(os),as=h({},Tb);as[fe]=h(h({},as[fe]),Bz.kit);var Rq=z3(as),Ub=cz,pu="fa-layers-text",$b=lz,Gb=h({},Iz),Pq=z3(Gb),Wb=["class","data-prefix","data-icon","data-fa-transform","data-fa-mask"],Z6=fz,qb=[].concat(c2(kz),c2(Pb)),M3=h1.FontAwesomeConfig||{};function Yb(e){var t=W.querySelector("script["+e+"]");if(t)return t.getAttribute(e)}function Zb(e){return e===""?!0:e==="false"?!1:e==="true"?!0:e}W&&typeof W.querySelector=="function"&&(d9=[["data-family-prefix","familyPrefix"],["data-css-prefix","cssPrefix"],["data-family-default","familyDefault"],["data-style-default","styleDefault"],["data-replacement-class","replacementClass"],["data-auto-replace-svg","autoReplaceSvg"],["data-auto-add-css","autoAddCss"],["data-search-pseudo-elements","searchPseudoElements"],["data-search-pseudo-elements-warnings","searchPseudoElementsWarnings"],["data-search-pseudo-elements-full-scan","searchPseudoElementsFullScan"],["data-observe-mutations","observeMutations"],["data-mutate-approach","mutateApproach"],["data-keep-original-source","keepOriginalSource"],["data-measure-performance","measurePerformance"],["data-show-missing-icons","showMissingIcons"]],d9.forEach(function(e){var t=vr(e,2),n=t[0],r=t[1],i=Zb(Yb(n));i!=null&&(M3[r]=i)}));var d9,mu={styleDefault:"solid",familyDefault:fe,cssPrefix:cu,replacementClass:lu,autoReplaceSvg:!0,autoAddCss:!0,searchPseudoElements:!1,searchPseudoElementsWarnings:!0,searchPseudoElementsFullScan:!1,observeMutations:!0,mutateApproach:"async",keepOriginalSource:!0,measurePerformance:!1,showMissingIcons:!0};M3.familyPrefix&&(M3.cssPrefix=M3.familyPrefix);var e4=h(h({},mu),M3);e4.autoReplaceSvg||(e4.observeMutations=!1);var S={};Object.keys(mu).forEach(function(e){Object.defineProperty(S,e,{enumerable:!0,set:function(n){e4[e]=n,y3.forEach(function(r){return r(S)})},get:function(){return e4[e]}})});Object.defineProperty(S,"familyPrefix",{enumerable:!0,set:function(t){e4.cssPrefix=t,y3.forEach(function(n){return n(S)})},get:function(){return e4.cssPrefix}});h1.FontAwesomeConfig=S;var y3=[];function Qb(e){return y3.push(e),function(){y3.splice(y3.indexOf(e),1)}}var m1=ns,z2={size:16,x:0,y:0,rotate:0,flipX:!1,flipY:!1};function Kb(e){if(!(!e||!H2)){var t=W.createElement("style");t.setAttribute("type","text/css"),t.innerHTML=e;for(var n=W.head.childNodes,r=null,i=n.length-1;i>-1;i--){var o=n[i],a=(o.tagName||"").toUpperCase();["STYLE","LINK"].indexOf(a)>-1&&(r=o)}return W.head.insertBefore(t,r),e}}var Xb="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";function p9(){for(var e=12,t="";e-- >0;)t+=Xb[Math.random()*62|0];return t}function t4(e){for(var t=[],n=(e||[]).length>>>0;n--;)t[n]=e[n];return t}function Cs(e){return e.classList?t4(e.classList):(e.getAttribute("class")||"").split(" ").filter(function(t){return t})}function hu(e){return"".concat(e).replace(/&/g,"&amp;").replace(/"/g,"&quot;").replace(/'/g,"&#39;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}function Jb(e){return Object.keys(e||{}).reduce(function(t,n){return t+"".concat(n,'="').concat(hu(e[n]),'" ')},"").trim()}function Mr(e){return Object.keys(e||{}).reduce(function(t,n){return t+"".concat(n,": ").concat(e[n].trim(),";")},"")}function Ls(e){return e.size!==z2.size||e.x!==z2.x||e.y!==z2.y||e.rotate!==z2.rotate||e.flipX||e.flipY}function eD(e){var t=e.transform,n=e.containerWidth,r=e.iconWidth,i={transform:"translate(".concat(n/2," 256)")},o="translate(".concat(t.x*32,", ").concat(t.y*32,") "),a="scale(".concat(t.size/16*(t.flipX?-1:1),", ").concat(t.size/16*(t.flipY?-1:1),") "),s="rotate(".concat(t.rotate," 0 0)"),c={transform:"".concat(o," ").concat(a," ").concat(s)},l={transform:"translate(".concat(r/2*-1," -256)")};return{outer:i,inner:c,path:l}}function tD(e){var t=e.transform,n=e.width,r=n===void 0?ns:n,i=e.height,o=i===void 0?ns:i,a=e.startCentered,s=a===void 0?!1:a,c="";return s&&O9?c+="translate(".concat(t.x/m1-r/2,"em, ").concat(t.y/m1-o/2,"em) "):s?c+="translate(calc(-50% + ".concat(t.x/m1,"em), calc(-50% + ").concat(t.y/m1,"em)) "):c+="translate(".concat(t.x/m1,"em, ").concat(t.y/m1,"em) "),c+="scale(".concat(t.size/m1*(t.flipX?-1:1),", ").concat(t.size/m1*(t.flipY?-1:1),") "),c+="rotate(".concat(t.rotate,"deg) "),c}var nD=`:root, :host {
9
+ --fa-font-solid: normal 900 1em/1 'Font Awesome 7 Free';
10
+ --fa-font-regular: normal 400 1em/1 'Font Awesome 7 Free';
11
+ --fa-font-light: normal 300 1em/1 'Font Awesome 7 Pro';
12
+ --fa-font-thin: normal 100 1em/1 'Font Awesome 7 Pro';
13
+ --fa-font-duotone: normal 900 1em/1 'Font Awesome 7 Duotone';
14
+ --fa-font-duotone-regular: normal 400 1em/1 'Font Awesome 7 Duotone';
15
+ --fa-font-duotone-light: normal 300 1em/1 'Font Awesome 7 Duotone';
16
+ --fa-font-duotone-thin: normal 100 1em/1 'Font Awesome 7 Duotone';
17
+ --fa-font-brands: normal 400 1em/1 'Font Awesome 7 Brands';
18
+ --fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 7 Sharp';
19
+ --fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 7 Sharp';
20
+ --fa-font-sharp-light: normal 300 1em/1 'Font Awesome 7 Sharp';
21
+ --fa-font-sharp-thin: normal 100 1em/1 'Font Awesome 7 Sharp';
22
+ --fa-font-sharp-duotone-solid: normal 900 1em/1 'Font Awesome 7 Sharp Duotone';
23
+ --fa-font-sharp-duotone-regular: normal 400 1em/1 'Font Awesome 7 Sharp Duotone';
24
+ --fa-font-sharp-duotone-light: normal 300 1em/1 'Font Awesome 7 Sharp Duotone';
25
+ --fa-font-sharp-duotone-thin: normal 100 1em/1 'Font Awesome 7 Sharp Duotone';
26
+ --fa-font-slab-regular: normal 400 1em/1 'Font Awesome 7 Slab';
27
+ --fa-font-slab-press-regular: normal 400 1em/1 'Font Awesome 7 Slab Press';
28
+ --fa-font-whiteboard-semibold: normal 600 1em/1 'Font Awesome 7 Whiteboard';
29
+ --fa-font-thumbprint-light: normal 300 1em/1 'Font Awesome 7 Thumbprint';
30
+ --fa-font-notdog-solid: normal 900 1em/1 'Font Awesome 7 Notdog';
31
+ --fa-font-notdog-duo-solid: normal 900 1em/1 'Font Awesome 7 Notdog Duo';
32
+ --fa-font-etch-solid: normal 900 1em/1 'Font Awesome 7 Etch';
33
+ --fa-font-graphite-thin: normal 100 1em/1 'Font Awesome 7 Graphite';
34
+ --fa-font-jelly-regular: normal 400 1em/1 'Font Awesome 7 Jelly';
35
+ --fa-font-jelly-fill-regular: normal 400 1em/1 'Font Awesome 7 Jelly Fill';
36
+ --fa-font-jelly-duo-regular: normal 400 1em/1 'Font Awesome 7 Jelly Duo';
37
+ --fa-font-chisel-regular: normal 400 1em/1 'Font Awesome 7 Chisel';
38
+ --fa-font-utility-semibold: normal 600 1em/1 'Font Awesome 7 Utility';
39
+ --fa-font-utility-duo-semibold: normal 600 1em/1 'Font Awesome 7 Utility Duo';
40
+ --fa-font-utility-fill-semibold: normal 600 1em/1 'Font Awesome 7 Utility Fill';
41
+ }
42
+
43
+ .svg-inline--fa {
44
+ box-sizing: content-box;
45
+ display: var(--fa-display, inline-block);
46
+ height: 1em;
47
+ overflow: visible;
48
+ vertical-align: -0.125em;
49
+ width: var(--fa-width, 1.25em);
50
+ }
51
+ .svg-inline--fa.fa-2xs {
52
+ vertical-align: 0.1em;
53
+ }
54
+ .svg-inline--fa.fa-xs {
55
+ vertical-align: 0em;
56
+ }
57
+ .svg-inline--fa.fa-sm {
58
+ vertical-align: -0.0714285714em;
59
+ }
60
+ .svg-inline--fa.fa-lg {
61
+ vertical-align: -0.2em;
62
+ }
63
+ .svg-inline--fa.fa-xl {
64
+ vertical-align: -0.25em;
65
+ }
66
+ .svg-inline--fa.fa-2xl {
67
+ vertical-align: -0.3125em;
68
+ }
69
+ .svg-inline--fa.fa-pull-left,
70
+ .svg-inline--fa .fa-pull-start {
71
+ float: inline-start;
72
+ margin-inline-end: var(--fa-pull-margin, 0.3em);
73
+ }
74
+ .svg-inline--fa.fa-pull-right,
75
+ .svg-inline--fa .fa-pull-end {
76
+ float: inline-end;
77
+ margin-inline-start: var(--fa-pull-margin, 0.3em);
78
+ }
79
+ .svg-inline--fa.fa-li {
80
+ width: var(--fa-li-width, 2em);
81
+ inset-inline-start: calc(-1 * var(--fa-li-width, 2em));
82
+ inset-block-start: 0.25em; /* syncing vertical alignment with Web Font rendering */
83
+ }
84
+
85
+ .fa-layers-counter, .fa-layers-text {
86
+ display: inline-block;
87
+ position: absolute;
88
+ text-align: center;
89
+ }
90
+
91
+ .fa-layers {
92
+ display: inline-block;
93
+ height: 1em;
94
+ position: relative;
95
+ text-align: center;
96
+ vertical-align: -0.125em;
97
+ width: var(--fa-width, 1.25em);
98
+ }
99
+ .fa-layers .svg-inline--fa {
100
+ inset: 0;
101
+ margin: auto;
102
+ position: absolute;
103
+ transform-origin: center center;
104
+ }
105
+
106
+ .fa-layers-text {
107
+ left: 50%;
108
+ top: 50%;
109
+ transform: translate(-50%, -50%);
110
+ transform-origin: center center;
111
+ }
112
+
113
+ .fa-layers-counter {
114
+ background-color: var(--fa-counter-background-color, #ff253a);
115
+ border-radius: var(--fa-counter-border-radius, 1em);
116
+ box-sizing: border-box;
117
+ color: var(--fa-inverse, #fff);
118
+ line-height: var(--fa-counter-line-height, 1);
119
+ max-width: var(--fa-counter-max-width, 5em);
120
+ min-width: var(--fa-counter-min-width, 1.5em);
121
+ overflow: hidden;
122
+ padding: var(--fa-counter-padding, 0.25em 0.5em);
123
+ right: var(--fa-right, 0);
124
+ text-overflow: ellipsis;
125
+ top: var(--fa-top, 0);
126
+ transform: scale(var(--fa-counter-scale, 0.25));
127
+ transform-origin: top right;
128
+ }
129
+
130
+ .fa-layers-bottom-right {
131
+ bottom: var(--fa-bottom, 0);
132
+ right: var(--fa-right, 0);
133
+ top: auto;
134
+ transform: scale(var(--fa-layers-scale, 0.25));
135
+ transform-origin: bottom right;
136
+ }
137
+
138
+ .fa-layers-bottom-left {
139
+ bottom: var(--fa-bottom, 0);
140
+ left: var(--fa-left, 0);
141
+ right: auto;
142
+ top: auto;
143
+ transform: scale(var(--fa-layers-scale, 0.25));
144
+ transform-origin: bottom left;
145
+ }
146
+
147
+ .fa-layers-top-right {
148
+ top: var(--fa-top, 0);
149
+ right: var(--fa-right, 0);
150
+ transform: scale(var(--fa-layers-scale, 0.25));
151
+ transform-origin: top right;
152
+ }
153
+
154
+ .fa-layers-top-left {
155
+ left: var(--fa-left, 0);
156
+ right: auto;
157
+ top: var(--fa-top, 0);
158
+ transform: scale(var(--fa-layers-scale, 0.25));
159
+ transform-origin: top left;
160
+ }
161
+
162
+ .fa-1x {
163
+ font-size: 1em;
164
+ }
165
+
166
+ .fa-2x {
167
+ font-size: 2em;
168
+ }
169
+
170
+ .fa-3x {
171
+ font-size: 3em;
172
+ }
173
+
174
+ .fa-4x {
175
+ font-size: 4em;
176
+ }
177
+
178
+ .fa-5x {
179
+ font-size: 5em;
180
+ }
181
+
182
+ .fa-6x {
183
+ font-size: 6em;
184
+ }
185
+
186
+ .fa-7x {
187
+ font-size: 7em;
188
+ }
189
+
190
+ .fa-8x {
191
+ font-size: 8em;
192
+ }
193
+
194
+ .fa-9x {
195
+ font-size: 9em;
196
+ }
197
+
198
+ .fa-10x {
199
+ font-size: 10em;
200
+ }
201
+
202
+ .fa-2xs {
203
+ font-size: calc(10 / 16 * 1em); /* converts a 10px size into an em-based value that's relative to the scale's 16px base */
204
+ line-height: calc(1 / 10 * 1em); /* sets the line-height of the icon back to that of it's parent */
205
+ vertical-align: calc((6 / 10 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
206
+ }
207
+
208
+ .fa-xs {
209
+ font-size: calc(12 / 16 * 1em); /* converts a 12px size into an em-based value that's relative to the scale's 16px base */
210
+ line-height: calc(1 / 12 * 1em); /* sets the line-height of the icon back to that of it's parent */
211
+ vertical-align: calc((6 / 12 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
212
+ }
213
+
214
+ .fa-sm {
215
+ font-size: calc(14 / 16 * 1em); /* converts a 14px size into an em-based value that's relative to the scale's 16px base */
216
+ line-height: calc(1 / 14 * 1em); /* sets the line-height of the icon back to that of it's parent */
217
+ vertical-align: calc((6 / 14 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
218
+ }
219
+
220
+ .fa-lg {
221
+ font-size: calc(20 / 16 * 1em); /* converts a 20px size into an em-based value that's relative to the scale's 16px base */
222
+ line-height: calc(1 / 20 * 1em); /* sets the line-height of the icon back to that of it's parent */
223
+ vertical-align: calc((6 / 20 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
224
+ }
225
+
226
+ .fa-xl {
227
+ font-size: calc(24 / 16 * 1em); /* converts a 24px size into an em-based value that's relative to the scale's 16px base */
228
+ line-height: calc(1 / 24 * 1em); /* sets the line-height of the icon back to that of it's parent */
229
+ vertical-align: calc((6 / 24 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
230
+ }
231
+
232
+ .fa-2xl {
233
+ font-size: calc(32 / 16 * 1em); /* converts a 32px size into an em-based value that's relative to the scale's 16px base */
234
+ line-height: calc(1 / 32 * 1em); /* sets the line-height of the icon back to that of it's parent */
235
+ vertical-align: calc((6 / 32 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
236
+ }
237
+
238
+ .fa-width-auto {
239
+ --fa-width: auto;
240
+ }
241
+
242
+ .fa-fw,
243
+ .fa-width-fixed {
244
+ --fa-width: 1.25em;
245
+ }
246
+
247
+ .fa-ul {
248
+ list-style-type: none;
249
+ margin-inline-start: var(--fa-li-margin, 2.5em);
250
+ padding-inline-start: 0;
251
+ }
252
+ .fa-ul > li {
253
+ position: relative;
254
+ }
255
+
256
+ .fa-li {
257
+ inset-inline-start: calc(-1 * var(--fa-li-width, 2em));
258
+ position: absolute;
259
+ text-align: center;
260
+ width: var(--fa-li-width, 2em);
261
+ line-height: inherit;
262
+ }
263
+
264
+ /* Heads Up: Bordered Icons will not be supported in the future!
265
+ - This feature will be deprecated in the next major release of Font Awesome (v8)!
266
+ - You may continue to use it in this version *v7), but it will not be supported in Font Awesome v8.
267
+ */
268
+ /* Notes:
269
+ * --@{v.$css-prefix}-border-width = 1/16 by default (to render as ~1px based on a 16px default font-size)
270
+ * --@{v.$css-prefix}-border-padding =
271
+ ** 3/16 for vertical padding (to give ~2px of vertical whitespace around an icon considering it's vertical alignment)
272
+ ** 4/16 for horizontal padding (to give ~4px of horizontal whitespace around an icon)
273
+ */
274
+ .fa-border {
275
+ border-color: var(--fa-border-color, #eee);
276
+ border-radius: var(--fa-border-radius, 0.1em);
277
+ border-style: var(--fa-border-style, solid);
278
+ border-width: var(--fa-border-width, 0.0625em);
279
+ box-sizing: var(--fa-border-box-sizing, content-box);
280
+ padding: var(--fa-border-padding, 0.1875em 0.25em);
281
+ }
282
+
283
+ .fa-pull-left,
284
+ .fa-pull-start {
285
+ float: inline-start;
286
+ margin-inline-end: var(--fa-pull-margin, 0.3em);
287
+ }
288
+
289
+ .fa-pull-right,
290
+ .fa-pull-end {
291
+ float: inline-end;
292
+ margin-inline-start: var(--fa-pull-margin, 0.3em);
293
+ }
294
+
295
+ .fa-beat {
296
+ animation-name: fa-beat;
297
+ animation-delay: var(--fa-animation-delay, 0s);
298
+ animation-direction: var(--fa-animation-direction, normal);
299
+ animation-duration: var(--fa-animation-duration, 1s);
300
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
301
+ animation-timing-function: var(--fa-animation-timing, ease-in-out);
302
+ }
303
+
304
+ .fa-bounce {
305
+ animation-name: fa-bounce;
306
+ animation-delay: var(--fa-animation-delay, 0s);
307
+ animation-direction: var(--fa-animation-direction, normal);
308
+ animation-duration: var(--fa-animation-duration, 1s);
309
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
310
+ animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
311
+ }
312
+
313
+ .fa-fade {
314
+ animation-name: fa-fade;
315
+ animation-delay: var(--fa-animation-delay, 0s);
316
+ animation-direction: var(--fa-animation-direction, normal);
317
+ animation-duration: var(--fa-animation-duration, 1s);
318
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
319
+ animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
320
+ }
321
+
322
+ .fa-beat-fade {
323
+ animation-name: fa-beat-fade;
324
+ animation-delay: var(--fa-animation-delay, 0s);
325
+ animation-direction: var(--fa-animation-direction, normal);
326
+ animation-duration: var(--fa-animation-duration, 1s);
327
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
328
+ animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
329
+ }
330
+
331
+ .fa-flip {
332
+ animation-name: fa-flip;
333
+ animation-delay: var(--fa-animation-delay, 0s);
334
+ animation-direction: var(--fa-animation-direction, normal);
335
+ animation-duration: var(--fa-animation-duration, 1s);
336
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
337
+ animation-timing-function: var(--fa-animation-timing, ease-in-out);
338
+ }
339
+
340
+ .fa-shake {
341
+ animation-name: fa-shake;
342
+ animation-delay: var(--fa-animation-delay, 0s);
343
+ animation-direction: var(--fa-animation-direction, normal);
344
+ animation-duration: var(--fa-animation-duration, 1s);
345
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
346
+ animation-timing-function: var(--fa-animation-timing, linear);
347
+ }
348
+
349
+ .fa-spin {
350
+ animation-name: fa-spin;
351
+ animation-delay: var(--fa-animation-delay, 0s);
352
+ animation-direction: var(--fa-animation-direction, normal);
353
+ animation-duration: var(--fa-animation-duration, 2s);
354
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
355
+ animation-timing-function: var(--fa-animation-timing, linear);
356
+ }
357
+
358
+ .fa-spin-reverse {
359
+ --fa-animation-direction: reverse;
360
+ }
361
+
362
+ .fa-pulse,
363
+ .fa-spin-pulse {
364
+ animation-name: fa-spin;
365
+ animation-direction: var(--fa-animation-direction, normal);
366
+ animation-duration: var(--fa-animation-duration, 1s);
367
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
368
+ animation-timing-function: var(--fa-animation-timing, steps(8));
369
+ }
370
+
371
+ @media (prefers-reduced-motion: reduce) {
372
+ .fa-beat,
373
+ .fa-bounce,
374
+ .fa-fade,
375
+ .fa-beat-fade,
376
+ .fa-flip,
377
+ .fa-pulse,
378
+ .fa-shake,
379
+ .fa-spin,
380
+ .fa-spin-pulse {
381
+ animation: none !important;
382
+ transition: none !important;
383
+ }
384
+ }
385
+ @keyframes fa-beat {
386
+ 0%, 90% {
387
+ transform: scale(1);
388
+ }
389
+ 45% {
390
+ transform: scale(var(--fa-beat-scale, 1.25));
391
+ }
392
+ }
393
+ @keyframes fa-bounce {
394
+ 0% {
395
+ transform: scale(1, 1) translateY(0);
396
+ }
397
+ 10% {
398
+ transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
399
+ }
400
+ 30% {
401
+ transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
402
+ }
403
+ 50% {
404
+ transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
405
+ }
406
+ 57% {
407
+ transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
408
+ }
409
+ 64% {
410
+ transform: scale(1, 1) translateY(0);
411
+ }
412
+ 100% {
413
+ transform: scale(1, 1) translateY(0);
414
+ }
415
+ }
416
+ @keyframes fa-fade {
417
+ 50% {
418
+ opacity: var(--fa-fade-opacity, 0.4);
419
+ }
420
+ }
421
+ @keyframes fa-beat-fade {
422
+ 0%, 100% {
423
+ opacity: var(--fa-beat-fade-opacity, 0.4);
424
+ transform: scale(1);
425
+ }
426
+ 50% {
427
+ opacity: 1;
428
+ transform: scale(var(--fa-beat-fade-scale, 1.125));
429
+ }
430
+ }
431
+ @keyframes fa-flip {
432
+ 50% {
433
+ transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
434
+ }
435
+ }
436
+ @keyframes fa-shake {
437
+ 0% {
438
+ transform: rotate(-15deg);
439
+ }
440
+ 4% {
441
+ transform: rotate(15deg);
442
+ }
443
+ 8%, 24% {
444
+ transform: rotate(-18deg);
445
+ }
446
+ 12%, 28% {
447
+ transform: rotate(18deg);
448
+ }
449
+ 16% {
450
+ transform: rotate(-22deg);
451
+ }
452
+ 20% {
453
+ transform: rotate(22deg);
454
+ }
455
+ 32% {
456
+ transform: rotate(-12deg);
457
+ }
458
+ 36% {
459
+ transform: rotate(12deg);
460
+ }
461
+ 40%, 100% {
462
+ transform: rotate(0deg);
463
+ }
464
+ }
465
+ @keyframes fa-spin {
466
+ 0% {
467
+ transform: rotate(0deg);
468
+ }
469
+ 100% {
470
+ transform: rotate(360deg);
471
+ }
472
+ }
473
+ .fa-rotate-90 {
474
+ transform: rotate(90deg);
475
+ }
476
+
477
+ .fa-rotate-180 {
478
+ transform: rotate(180deg);
479
+ }
480
+
481
+ .fa-rotate-270 {
482
+ transform: rotate(270deg);
483
+ }
484
+
485
+ .fa-flip-horizontal {
486
+ transform: scale(-1, 1);
487
+ }
488
+
489
+ .fa-flip-vertical {
490
+ transform: scale(1, -1);
491
+ }
492
+
493
+ .fa-flip-both,
494
+ .fa-flip-horizontal.fa-flip-vertical {
495
+ transform: scale(-1, -1);
496
+ }
497
+
498
+ .fa-rotate-by {
499
+ transform: rotate(var(--fa-rotate-angle, 0));
500
+ }
501
+
502
+ .svg-inline--fa .fa-primary {
503
+ fill: var(--fa-primary-color, currentColor);
504
+ opacity: var(--fa-primary-opacity, 1);
505
+ }
506
+
507
+ .svg-inline--fa .fa-secondary {
508
+ fill: var(--fa-secondary-color, currentColor);
509
+ opacity: var(--fa-secondary-opacity, 0.4);
510
+ }
511
+
512
+ .svg-inline--fa.fa-swap-opacity .fa-primary {
513
+ opacity: var(--fa-secondary-opacity, 0.4);
514
+ }
515
+
516
+ .svg-inline--fa.fa-swap-opacity .fa-secondary {
517
+ opacity: var(--fa-primary-opacity, 1);
518
+ }
519
+
520
+ .svg-inline--fa mask .fa-primary,
521
+ .svg-inline--fa mask .fa-secondary {
522
+ fill: black;
523
+ }
524
+
525
+ .svg-inline--fa.fa-inverse {
526
+ fill: var(--fa-inverse, #fff);
527
+ }
528
+
529
+ .fa-stack {
530
+ display: inline-block;
531
+ height: 2em;
532
+ line-height: 2em;
533
+ position: relative;
534
+ vertical-align: middle;
535
+ width: 2.5em;
536
+ }
537
+
538
+ .fa-inverse {
539
+ color: var(--fa-inverse, #fff);
540
+ }
541
+
542
+ .svg-inline--fa.fa-stack-1x {
543
+ --fa-width: 1.25em;
544
+ height: 1em;
545
+ width: var(--fa-width);
546
+ }
547
+ .svg-inline--fa.fa-stack-2x {
548
+ --fa-width: 2.5em;
549
+ height: 2em;
550
+ width: var(--fa-width);
551
+ }
552
+
553
+ .fa-stack-1x,
554
+ .fa-stack-2x {
555
+ inset: 0;
556
+ margin: auto;
557
+ position: absolute;
558
+ z-index: var(--fa-stack-z-index, auto);
559
+ }`;function gu(){var e=cu,t=lu,n=S.cssPrefix,r=S.replacementClass,i=nD;if(n!==e||r!==t){var o=new RegExp("\\.".concat(e,"\\-"),"g"),a=new RegExp("\\--".concat(e,"\\-"),"g"),s=new RegExp("\\.".concat(t),"g");i=i.replace(o,".".concat(n,"-")).replace(a,"--".concat(n,"-")).replace(s,".".concat(r))}return i}var m9=!1;function Q6(){S.autoAddCss&&!m9&&(Kb(gu()),m9=!0)}var rD={mixout:function(){return{dom:{css:gu,insertCss:Q6}}},hooks:function(){return{beforeDOMElementCreation:function(){Q6()},beforeI2svg:function(){Q6()}}}},j2=h1||{};j2[V2]||(j2[V2]={});j2[V2].styles||(j2[V2].styles={});j2[V2].hooks||(j2[V2].hooks={});j2[V2].shims||(j2[V2].shims=[]);var s2=j2[V2],vu=[],Mu=function(){W.removeEventListener("DOMContentLoaded",Mu),hr=1,vu.map(function(t){return t()})},hr=!1;H2&&(hr=(W.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(W.readyState),hr||W.addEventListener("DOMContentLoaded",Mu));function iD(e){H2&&(hr?setTimeout(e,0):vu.push(e))}function b3(e){var t=e.tag,n=e.attributes,r=n===void 0?{}:n,i=e.children,o=i===void 0?[]:i;return typeof e=="string"?hu(e):"<".concat(t," ").concat(Jb(r),">").concat(o.map(b3).join(""),"</").concat(t,">")}function h9(e,t,n){if(e&&e[t]&&e[t][n])return{prefix:t,iconName:n,icon:e[t][n]}}var oD=function(t,n){return function(r,i,o,a){return t.call(n,r,i,o,a)}},K6=function(t,n,r,i){var o=Object.keys(t),a=o.length,s=i!==void 0?oD(n,i):n,c,l,f;for(r===void 0?(c=1,f=t[o[0]]):(c=0,f=r);c<a;c++)l=o[c],f=s(f,t[l],l,t);return f};function yu(e){return c2(e).length!==1?null:e.codePointAt(0).toString(16)}function g9(e){return Object.keys(e).reduce(function(t,n){var r=e[n],i=!!r.icon;return i?t[r.iconName]=r.icon:t[n]=r,t},{})}function ss(e,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},r=n.skipHooks,i=r===void 0?!1:r,o=g9(t);typeof s2.hooks.addPack=="function"&&!i?s2.hooks.addPack(e,g9(t)):s2.styles[e]=h(h({},s2.styles[e]||{}),o),e==="fas"&&ss("fa",t)}var C3=s2.styles,aD=s2.shims,Cu=Object.keys(ys),sD=Cu.reduce(function(e,t){return e[t]=Object.keys(ys[t]),e},{}),zs=null,Lu={},zu={},bu={},Du={},wu={};function cD(e){return~qb.indexOf(e)}function lD(e,t){var n=t.split("-"),r=n[0],i=n.slice(1).join("-");return r===e&&i!==""&&!cD(i)?i:null}var Su=function(){var t=function(o){return K6(C3,function(a,s,c){return a[c]=K6(s,o,{}),a},{})};Lu=t(function(i,o,a){if(o[3]&&(i[o[3]]=a),o[2]){var s=o[2].filter(function(c){return typeof c=="number"});s.forEach(function(c){i[c.toString(16)]=a})}return i}),zu=t(function(i,o,a){if(i[a]=a,o[2]){var s=o[2].filter(function(c){return typeof c=="string"});s.forEach(function(c){i[c]=a})}return i}),wu=t(function(i,o,a){var s=o[2];return i[a]=a,s.forEach(function(c){i[c]=a}),i});var n="far"in C3||S.autoFetchSvg,r=K6(aD,function(i,o){var a=o[0],s=o[1],c=o[2];return s==="far"&&!n&&(s="fas"),typeof a=="string"&&(i.names[a]={prefix:s,iconName:c}),typeof a=="number"&&(i.unicodes[a.toString(16)]={prefix:s,iconName:c}),i},{names:{},unicodes:{}});bu=r.names,Du=r.unicodes,zs=yr(S.styleDefault,{family:S.familyDefault})};Qb(function(e){zs=yr(e.styleDefault,{family:S.familyDefault})});Su();function bs(e,t){return(Lu[e]||{})[t]}function fD(e,t){return(zu[e]||{})[t]}function rt(e,t){return(wu[e]||{})[t]}function Eu(e){return bu[e]||{prefix:null,iconName:null}}function uD(e){var t=Du[e],n=bs("fas",e);return t||(n?{prefix:"fas",iconName:n}:null)||{prefix:null,iconName:null}}function g1(){return zs}var xu=function(){return{prefix:null,iconName:null,rest:[]}};function dD(e){var t=fe,n=Cu.reduce(function(r,i){return r[i]="".concat(S.cssPrefix,"-").concat(i),r},{});return iu.forEach(function(r){(e.includes(n[r])||e.some(function(i){return sD[r].includes(i)}))&&(t=r)}),t}function yr(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=t.family,r=n===void 0?fe:n,i=Hb[r][e];if(r===L3&&!e)return"fad";var o=u9[r][e]||u9[r][i],a=e in s2.styles?e:null,s=o||a||null;return s}function pD(e){var t=[],n=null;return e.forEach(function(r){var i=lD(S.cssPrefix,r);i?n=i:r&&t.push(r)}),{iconName:n,rest:t}}function v9(e){return e.sort().filter(function(t,n,r){return r.indexOf(t)===n})}var M9=au.concat(ou);function Cr(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=t.skipLookups,r=n===void 0?!1:n,i=null,o=v9(e.filter(function(d){return M9.includes(d)})),a=v9(e.filter(function(d){return!M9.includes(d)})),s=o.filter(function(d){return i=d,!V9.includes(d)}),c=vr(s,1),l=c[0],f=l===void 0?null:l,u=dD(o),p=h(h({},pD(a)),{},{prefix:yr(f,{family:u})});return h(h(h({},p),vD({values:e,family:u,styles:C3,config:S,canonical:p,givenPrefix:i})),mD(r,i,p))}function mD(e,t,n){var r=n.prefix,i=n.iconName;if(e||!r||!i)return{prefix:r,iconName:i};var o=t==="fa"?Eu(i):{},a=rt(r,i);return i=o.iconName||a||i,r=o.prefix||r,r==="far"&&!C3.far&&C3.fas&&!S.autoFetchSvg&&(r="fas"),{prefix:r,iconName:i}}var hD=iu.filter(function(e){return e!==fe||e!==L3}),gD=Object.keys(ts).filter(function(e){return e!==fe}).map(function(e){return Object.keys(ts[e])}).flat();function vD(e){var t=e.values,n=e.family,r=e.canonical,i=e.givenPrefix,o=i===void 0?"":i,a=e.styles,s=a===void 0?{}:a,c=e.config,l=c===void 0?{}:c,f=n===L3,u=t.includes("fa-duotone")||t.includes("fad"),p=l.familyDefault==="duotone",d=r.prefix==="fad"||r.prefix==="fa-duotone";if(!f&&(u||p||d)&&(r.prefix="fad"),(t.includes("fa-brands")||t.includes("fab"))&&(r.prefix="fab"),!r.prefix&&hD.includes(n)){var m=Object.keys(s).find(function(y){return gD.includes(y)});if(m||l.autoFetchSvg){var M=Az.get(n).defaultShortPrefixId;r.prefix=M,r.iconName=rt(r.prefix,r.iconName)||r.iconName}}return(r.prefix==="fa"||o==="fa")&&(r.prefix=g1()||"fas"),r}var MD=(function(){function e(){ez(this,e),this.definitions={}}return tz(e,[{key:"add",value:function(){for(var n=this,r=arguments.length,i=new Array(r),o=0;o<r;o++)i[o]=arguments[o];var a=i.reduce(this._pullDefinitions,{});Object.keys(a).forEach(function(s){n.definitions[s]=h(h({},n.definitions[s]||{}),a[s]),ss(s,a[s]);var c=ys[fe][s];c&&ss(c,a[s]),Su()})}},{key:"reset",value:function(){this.definitions={}}},{key:"_pullDefinitions",value:function(n,r){var i=r.prefix&&r.iconName&&r.icon?{0:r}:r;return Object.keys(i).map(function(o){var a=i[o],s=a.prefix,c=a.iconName,l=a.icon,f=l[2];n[s]||(n[s]={}),f.length>0&&f.forEach(function(u){typeof u=="string"&&(n[s][u]=l)}),n[s][c]=l}),n}}])})(),y9=[],Xt={},Jt={},yD=Object.keys(Jt);function CD(e,t){var n=t.mixoutsTo;return y9=e,Xt={},Object.keys(Jt).forEach(function(r){yD.indexOf(r)===-1&&delete Jt[r]}),y9.forEach(function(r){var i=r.mixout?r.mixout():{};if(Object.keys(i).forEach(function(a){typeof i[a]=="function"&&(n[a]=i[a]),mr(i[a])==="object"&&Object.keys(i[a]).forEach(function(s){n[a]||(n[a]={}),n[a][s]=i[a][s]})}),r.hooks){var o=r.hooks();Object.keys(o).forEach(function(a){Xt[a]||(Xt[a]=[]),Xt[a].push(o[a])})}r.provides&&r.provides(Jt)}),n}function cs(e,t){for(var n=arguments.length,r=new Array(n>2?n-2:0),i=2;i<n;i++)r[i-2]=arguments[i];var o=Xt[e]||[];return o.forEach(function(a){t=a.apply(null,[t].concat(r))}),t}function ot(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var i=Xt[e]||[];i.forEach(function(o){o.apply(null,n)})}function v1(){var e=arguments[0],t=Array.prototype.slice.call(arguments,1);return Jt[e]?Jt[e].apply(null,t):void 0}function ls(e){e.prefix==="fa"&&(e.prefix="fas");var t=e.iconName,n=e.prefix||g1();if(t)return t=rt(n,t)||t,h9(Nu.definitions,n,t)||h9(s2.styles,n,t)}var Nu=new MD,LD=function(){S.autoReplaceSvg=!1,S.observeMutations=!1,ot("noAuto")},zD={i2svg:function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return H2?(ot("beforeI2svg",t),v1("pseudoElements2svg",t),v1("i2svg",t)):Promise.reject(new Error("Operation requires a DOM of some kind."))},watch:function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=t.autoReplaceSvgRoot;S.autoReplaceSvg===!1&&(S.autoReplaceSvg=!0),S.observeMutations=!0,iD(function(){DD({autoReplaceSvgRoot:n}),ot("watch",t)})}},bD={icon:function(t){if(t===null)return null;if(mr(t)==="object"&&t.prefix&&t.iconName)return{prefix:t.prefix,iconName:rt(t.prefix,t.iconName)||t.iconName};if(Array.isArray(t)&&t.length===2){var n=t[1].indexOf("fa-")===0?t[1].slice(3):t[1],r=yr(t[0]);return{prefix:r,iconName:rt(r,n)||n}}if(typeof t=="string"&&(t.indexOf("".concat(S.cssPrefix,"-"))>-1||t.match(Ub))){var i=Cr(t.split(" "),{skipLookups:!0});return{prefix:i.prefix||g1(),iconName:rt(i.prefix,i.iconName)||i.iconName}}if(typeof t=="string"){var o=g1();return{prefix:o,iconName:rt(o,t)||t}}}},ke={noAuto:LD,config:S,dom:zD,parse:bD,library:Nu,findIconDefinition:ls,toHtml:b3},DD=function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=t.autoReplaceSvgRoot,r=n===void 0?W:n;(Object.keys(s2.styles).length>0||S.autoFetchSvg)&&H2&&S.autoReplaceSvg&&ke.dom.i2svg({node:r})};function Lr(e,t){return Object.defineProperty(e,"abstract",{get:t}),Object.defineProperty(e,"html",{get:function(){return e.abstract.map(function(r){return b3(r)})}}),Object.defineProperty(e,"node",{get:function(){if(H2){var r=W.createElement("div");return r.innerHTML=e.html,r.children}}}),e}function wD(e){var t=e.children,n=e.main,r=e.mask,i=e.attributes,o=e.styles,a=e.transform;if(Ls(a)&&n.found&&!r.found){var s=n.width,c=n.height,l={x:s/c/2,y:.5};i.style=Mr(h(h({},o),{},{"transform-origin":"".concat(l.x+a.x/16,"em ").concat(l.y+a.y/16,"em")}))}return[{tag:"svg",attributes:i,children:t}]}function SD(e){var t=e.prefix,n=e.iconName,r=e.children,i=e.attributes,o=e.symbol,a=o===!0?"".concat(t,"-").concat(S.cssPrefix,"-").concat(n):o;return[{tag:"svg",attributes:{style:"display: none;"},children:[{tag:"symbol",attributes:h(h({},i),{},{id:a}),children:r}]}]}function ED(e){var t=["aria-label","aria-labelledby","title","role"];return t.some(function(n){return n in e})}function Ds(e){var t=e.icons,n=t.main,r=t.mask,i=e.prefix,o=e.iconName,a=e.transform,s=e.symbol,c=e.maskId,l=e.extra,f=e.watchable,u=f===void 0?!1:f,p=r.found?r:n,d=p.width,m=p.height,M=[S.replacementClass,o?"".concat(S.cssPrefix,"-").concat(o):""].filter(function(ae){return l.classes.indexOf(ae)===-1}).filter(function(ae){return ae!==""||!!ae}).concat(l.classes).join(" "),y={children:[],attributes:h(h({},l.attributes),{},{"data-prefix":i,"data-icon":o,class:M,role:l.attributes.role||"img",viewBox:"0 0 ".concat(d," ").concat(m)})};!ED(l.attributes)&&!l.attributes["aria-hidden"]&&(y.attributes["aria-hidden"]="true"),u&&(y.attributes[it]="");var v=h(h({},y),{},{prefix:i,iconName:o,main:n,mask:r,maskId:c,transform:a,symbol:s,styles:h({},l.styles)}),P=r.found&&n.found?v1("generateAbstractMask",v)||{children:[],attributes:{}}:v1("generateAbstractIcon",v)||{children:[],attributes:{}},oe=P.children,q=P.attributes;return v.children=oe,v.attributes=q,s?SD(v):wD(v)}function C9(e){var t=e.content,n=e.width,r=e.height,i=e.transform,o=e.extra,a=e.watchable,s=a===void 0?!1:a,c=h(h({},o.attributes),{},{class:o.classes.join(" ")});s&&(c[it]="");var l=h({},o.styles);Ls(i)&&(l.transform=tD({transform:i,startCentered:!0,width:n,height:r}),l["-webkit-transform"]=l.transform);var f=Mr(l);f.length>0&&(c.style=f);var u=[];return u.push({tag:"span",attributes:c,children:[t]}),u}function xD(e){var t=e.content,n=e.extra,r=h(h({},n.attributes),{},{class:n.classes.join(" ")}),i=Mr(n.styles);i.length>0&&(r.style=i);var o=[];return o.push({tag:"span",attributes:r,children:[t]}),o}var X6=s2.styles;function fs(e){var t=e[0],n=e[1],r=e.slice(4),i=vr(r,1),o=i[0],a=null;return Array.isArray(o)?a={tag:"g",attributes:{class:"".concat(S.cssPrefix,"-").concat(Z6.GROUP)},children:[{tag:"path",attributes:{class:"".concat(S.cssPrefix,"-").concat(Z6.SECONDARY),fill:"currentColor",d:o[0]}},{tag:"path",attributes:{class:"".concat(S.cssPrefix,"-").concat(Z6.PRIMARY),fill:"currentColor",d:o[1]}}]}:a={tag:"path",attributes:{fill:"currentColor",d:o}},{found:!0,width:t,height:n,icon:a}}var ND={found:!1,width:512,height:512};function ID(e,t){!uu&&!S.showMissingIcons&&e&&console.error('Icon with name "'.concat(e,'" and prefix "').concat(t,'" is missing.'))}function us(e,t){var n=t;return t==="fa"&&S.styleDefault!==null&&(t=g1()),new Promise(function(r,i){if(n==="fa"){var o=Eu(e)||{};e=o.iconName||e,t=o.prefix||t}if(e&&t&&X6[t]&&X6[t][e]){var a=X6[t][e];return r(fs(a))}ID(e,t),r(h(h({},ND),{},{icon:S.showMissingIcons&&e?v1("missingIconAbstract")||{}:{}}))})}var L9=function(){},ds=S.measurePerformance&&lr&&lr.mark&&lr.measure?lr:{mark:L9,measure:L9},v3='FA "7.2.0"',TD=function(t){return ds.mark("".concat(v3," ").concat(t," begins")),function(){return Iu(t)}},Iu=function(t){ds.mark("".concat(v3," ").concat(t," ends")),ds.measure("".concat(v3," ").concat(t),"".concat(v3," ").concat(t," begins"),"".concat(v3," ").concat(t," ends"))},ws={begin:TD,end:Iu},dr=function(){};function z9(e){var t=e.getAttribute?e.getAttribute(it):null;return typeof t=="string"}function AD(e){var t=e.getAttribute?e.getAttribute(vs):null,n=e.getAttribute?e.getAttribute(Ms):null;return t&&n}function _D(e){return e&&e.classList&&e.classList.contains&&e.classList.contains(S.replacementClass)}function kD(){if(S.autoReplaceSvg===!0)return pr.replace;var e=pr[S.autoReplaceSvg];return e||pr.replace}function FD(e){return W.createElementNS("http://www.w3.org/2000/svg",e)}function RD(e){return W.createElement(e)}function Tu(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=t.ceFn,r=n===void 0?e.tag==="svg"?FD:RD:n;if(typeof e=="string")return W.createTextNode(e);var i=r(e.tag);Object.keys(e.attributes||[]).forEach(function(a){i.setAttribute(a,e.attributes[a])});var o=e.children||[];return o.forEach(function(a){i.appendChild(Tu(a,{ceFn:r}))}),i}function PD(e){var t=" ".concat(e.outerHTML," ");return t="".concat(t,"Font Awesome fontawesome.com "),t}var pr={replace:function(t){var n=t[0];if(n.parentNode)if(t[1].forEach(function(i){n.parentNode.insertBefore(Tu(i),n)}),n.getAttribute(it)===null&&S.keepOriginalSource){var r=W.createComment(PD(n));n.parentNode.replaceChild(r,n)}else n.remove()},nest:function(t){var n=t[0],r=t[1];if(~Cs(n).indexOf(S.replacementClass))return pr.replace(t);var i=new RegExp("".concat(S.cssPrefix,"-.*"));if(delete r[0].attributes.id,r[0].attributes.class){var o=r[0].attributes.class.split(" ").reduce(function(s,c){return c===S.replacementClass||c.match(i)?s.toSvg.push(c):s.toNode.push(c),s},{toNode:[],toSvg:[]});r[0].attributes.class=o.toSvg.join(" "),o.toNode.length===0?n.removeAttribute("class"):n.setAttribute("class",o.toNode.join(" "))}var a=r.map(function(s){return b3(s)}).join(`
560
+ `);n.setAttribute(it,""),n.innerHTML=a}};function b9(e){e()}function Au(e,t){var n=typeof t=="function"?t:dr;if(e.length===0)n();else{var r=b9;S.mutateApproach===Vb&&(r=h1.requestAnimationFrame||b9),r(function(){var i=kD(),o=ws.begin("mutate");e.map(i),o(),n()})}}var Ss=!1;function _u(){Ss=!0}function ps(){Ss=!1}var gr=null;function D9(e){if(s9&&S.observeMutations){var t=e.treeCallback,n=t===void 0?dr:t,r=e.nodeCallback,i=r===void 0?dr:r,o=e.pseudoElementsCallback,a=o===void 0?dr:o,s=e.observeMutationsRoot,c=s===void 0?W:s;gr=new s9(function(l){if(!Ss){var f=g1();t4(l).forEach(function(u){if(u.type==="childList"&&u.addedNodes.length>0&&!z9(u.addedNodes[0])&&(S.searchPseudoElements&&a(u.target),n(u.target)),u.type==="attributes"&&u.target.parentNode&&S.searchPseudoElements&&a([u.target],!0),u.type==="attributes"&&z9(u.target)&&~Wb.indexOf(u.attributeName))if(u.attributeName==="class"&&AD(u.target)){var p=Cr(Cs(u.target)),d=p.prefix,m=p.iconName;u.target.setAttribute(vs,d||f),m&&u.target.setAttribute(Ms,m)}else _D(u.target)&&i(u.target)})}}),H2&&gr.observe(c,{childList:!0,attributes:!0,characterData:!0,subtree:!0})}}function OD(){gr&&gr.disconnect()}function BD(e){var t=e.getAttribute("style"),n=[];return t&&(n=t.split(";").reduce(function(r,i){var o=i.split(":"),a=o[0],s=o.slice(1);return a&&s.length>0&&(r[a]=s.join(":").trim()),r},{})),n}function VD(e){var t=e.getAttribute("data-prefix"),n=e.getAttribute("data-icon"),r=e.innerText!==void 0?e.innerText.trim():"",i=Cr(Cs(e));return i.prefix||(i.prefix=g1()),t&&n&&(i.prefix=t,i.iconName=n),i.iconName&&i.prefix||(i.prefix&&r.length>0&&(i.iconName=fD(i.prefix,e.innerText)||bs(i.prefix,yu(e.innerText))),!i.iconName&&S.autoFetchSvg&&e.firstChild&&e.firstChild.nodeType===Node.TEXT_NODE&&(i.iconName=e.firstChild.data)),i}function jD(e){var t=t4(e.attributes).reduce(function(n,r){return n.name!=="class"&&n.name!=="style"&&(n[r.name]=r.value),n},{});return t}function HD(){return{iconName:null,prefix:null,transform:z2,symbol:!1,mask:{iconName:null,prefix:null,rest:[]},maskId:null,extra:{classes:[],styles:{},attributes:{}}}}function w9(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{styleParser:!0},n=VD(e),r=n.iconName,i=n.prefix,o=n.rest,a=jD(e),s=cs("parseNodeAttributes",{},e),c=t.styleParser?BD(e):[];return h({iconName:r,prefix:i,transform:z2,mask:{iconName:null,prefix:null,rest:[]},maskId:null,symbol:!1,extra:{classes:o,styles:c,attributes:a}},s)}var UD=s2.styles;function ku(e){var t=S.autoReplaceSvg==="nest"?w9(e,{styleParser:!1}):w9(e);return~t.extra.classes.indexOf(pu)?v1("generateLayersText",e,t):v1("generateSvgReplacementMutation",e,t)}function $D(){return[].concat(c2(ou),c2(au))}function S9(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;if(!H2)return Promise.resolve();var n=W.documentElement.classList,r=function(u){return n.add("".concat(f9,"-").concat(u))},i=function(u){return n.remove("".concat(f9,"-").concat(u))},o=S.autoFetchSvg?$D():V9.concat(Object.keys(UD));o.includes("fa")||o.push("fa");var a=[".".concat(pu,":not([").concat(it,"])")].concat(o.map(function(f){return".".concat(f,":not([").concat(it,"])")})).join(", ");if(a.length===0)return Promise.resolve();var s=[];try{s=t4(e.querySelectorAll(a))}catch{}if(s.length>0)r("pending"),i("complete");else return Promise.resolve();var c=ws.begin("onTree"),l=s.reduce(function(f,u){try{var p=ku(u);p&&f.push(p)}catch(d){uu||d.name==="MissingIcon"&&console.error(d)}return f},[]);return new Promise(function(f,u){Promise.all(l).then(function(p){Au(p,function(){r("active"),r("complete"),i("pending"),typeof t=="function"&&t(),c(),f()})}).catch(function(p){c(),u(p)})})}function GD(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;ku(e).then(function(n){n&&Au([n],t)})}function WD(e){return function(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=(t||{}).icon?t:ls(t||{}),i=n.mask;return i&&(i=(i||{}).icon?i:ls(i||{})),e(r,h(h({},n),{},{mask:i}))}}var qD=function(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=n.transform,i=r===void 0?z2:r,o=n.symbol,a=o===void 0?!1:o,s=n.mask,c=s===void 0?null:s,l=n.maskId,f=l===void 0?null:l,u=n.classes,p=u===void 0?[]:u,d=n.attributes,m=d===void 0?{}:d,M=n.styles,y=M===void 0?{}:M;if(t){var v=t.prefix,P=t.iconName,oe=t.icon;return Lr(h({type:"icon"},t),function(){return ot("beforeDOMElementCreation",{iconDefinition:t,params:n}),Ds({icons:{main:fs(oe),mask:c?fs(c.icon):{found:!1,width:null,height:null,icon:{}}},prefix:v,iconName:P,transform:h(h({},z2),i),symbol:a,maskId:f,extra:{attributes:m,styles:y,classes:p}})})}},YD={mixout:function(){return{icon:WD(qD)}},hooks:function(){return{mutationObserverCallbacks:function(n){return n.treeCallback=S9,n.nodeCallback=GD,n}}},provides:function(t){t.i2svg=function(n){var r=n.node,i=r===void 0?W:r,o=n.callback,a=o===void 0?function(){}:o;return S9(i,a)},t.generateSvgReplacementMutation=function(n,r){var i=r.iconName,o=r.prefix,a=r.transform,s=r.symbol,c=r.mask,l=r.maskId,f=r.extra;return new Promise(function(u,p){Promise.all([us(i,o),c.iconName?us(c.iconName,c.prefix):Promise.resolve({found:!1,width:512,height:512,icon:{}})]).then(function(d){var m=vr(d,2),M=m[0],y=m[1];u([n,Ds({icons:{main:M,mask:y},prefix:o,iconName:i,transform:a,symbol:s,maskId:l,extra:f,watchable:!0})])}).catch(p)})},t.generateAbstractIcon=function(n){var r=n.children,i=n.attributes,o=n.main,a=n.transform,s=n.styles,c=Mr(s);c.length>0&&(i.style=c);var l;return Ls(a)&&(l=v1("generateAbstractTransformGrouping",{main:o,transform:a,containerWidth:o.width,iconWidth:o.width})),r.push(l||o.icon),{children:r,attributes:i}}}},ZD={mixout:function(){return{layer:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=r.classes,o=i===void 0?[]:i;return Lr({type:"layer"},function(){ot("beforeDOMElementCreation",{assembler:n,params:r});var a=[];return n(function(s){Array.isArray(s)?s.map(function(c){a=a.concat(c.abstract)}):a=a.concat(s.abstract)}),[{tag:"span",attributes:{class:["".concat(S.cssPrefix,"-layers")].concat(c2(o)).join(" ")},children:a}]})}}}},QD={mixout:function(){return{counter:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=r.title,o=i===void 0?null:i,a=r.classes,s=a===void 0?[]:a,c=r.attributes,l=c===void 0?{}:c,f=r.styles,u=f===void 0?{}:f;return Lr({type:"counter",content:n},function(){return ot("beforeDOMElementCreation",{content:n,params:r}),xD({content:n.toString(),title:o,extra:{attributes:l,styles:u,classes:["".concat(S.cssPrefix,"-layers-counter")].concat(c2(s))}})})}}}},KD={mixout:function(){return{text:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=r.transform,o=i===void 0?z2:i,a=r.classes,s=a===void 0?[]:a,c=r.attributes,l=c===void 0?{}:c,f=r.styles,u=f===void 0?{}:f;return Lr({type:"text",content:n},function(){return ot("beforeDOMElementCreation",{content:n,params:r}),C9({content:n,transform:h(h({},z2),o),extra:{attributes:l,styles:u,classes:["".concat(S.cssPrefix,"-layers-text")].concat(c2(s))}})})}}},provides:function(t){t.generateLayersText=function(n,r){var i=r.transform,o=r.extra,a=null,s=null;if(O9){var c=parseInt(getComputedStyle(n).fontSize,10),l=n.getBoundingClientRect();a=l.width/c,s=l.height/c}return Promise.resolve([n,C9({content:n.innerHTML,width:a,height:s,transform:i,extra:o,watchable:!0})])}}},Fu=new RegExp('"',"ug"),E9=[1105920,1112319],x9=h(h(h(h({},{FontAwesome:{normal:"fas",400:"fas"}}),Tz),Ob),Vz),ms=Object.keys(x9).reduce(function(e,t){return e[t.toLowerCase()]=x9[t],e},{}),XD=Object.keys(ms).reduce(function(e,t){var n=ms[t];return e[t]=n[900]||c2(Object.entries(n))[0][1],e},{});function JD(e){var t=e.replace(Fu,"");return yu(c2(t)[0]||"")}function ew(e){var t=e.getPropertyValue("font-feature-settings").includes("ss01"),n=e.getPropertyValue("content"),r=n.replace(Fu,""),i=r.codePointAt(0),o=i>=E9[0]&&i<=E9[1],a=r.length===2?r[0]===r[1]:!1;return o||a||t}function tw(e,t){var n=e.replace(/^['"]|['"]$/g,"").toLowerCase(),r=parseInt(t),i=isNaN(r)?"normal":r;return(ms[n]||{})[i]||XD[n]}function N9(e,t){var n="".concat(Bb).concat(t.replace(":","-"));return new Promise(function(r,i){if(e.getAttribute(n)!==null)return r();var o=t4(e.children),a=o.filter(function(qe){return qe.getAttribute(rs)===t})[0],s=h1.getComputedStyle(e,t),c=s.getPropertyValue("font-family"),l=c.match($b),f=s.getPropertyValue("font-weight"),u=s.getPropertyValue("content");if(a&&!l)return e.removeChild(a),r();if(l&&u!=="none"&&u!==""){var p=s.getPropertyValue("content"),d=tw(c,f),m=JD(p),M=l[0].startsWith("FontAwesome"),y=ew(s),v=bs(d,m),P=v;if(M){var oe=uD(m);oe.iconName&&oe.prefix&&(v=oe.iconName,d=oe.prefix)}if(v&&!y&&(!a||a.getAttribute(vs)!==d||a.getAttribute(Ms)!==P)){e.setAttribute(n,P),a&&e.removeChild(a);var q=HD(),ae=q.extra;ae.attributes[rs]=t,us(v,d).then(function(qe){var zr=Ds(h(h({},q),{},{icons:{main:qe,mask:xu()},prefix:d,iconName:P,extra:ae,watchable:!0})),br=W.createElementNS("http://www.w3.org/2000/svg","svg");t==="::before"?e.insertBefore(br,e.firstChild):e.appendChild(br),br.outerHTML=zr.map(function(Hu){return b3(Hu)}).join(`
561
+ `),e.removeAttribute(n),r()}).catch(i)}else r()}else r()})}function nw(e){return Promise.all([N9(e,"::before"),N9(e,"::after")])}function rw(e){return e.parentNode!==document.head&&!~jb.indexOf(e.tagName.toUpperCase())&&!e.getAttribute(rs)&&(!e.parentNode||e.parentNode.tagName!=="svg")}var iw=function(t){return!!t&&fu.some(function(n){return t.includes(n)})},ow=function(t){if(!t)return[];var n=new Set,r=t.split(/,(?![^()]*\))/).map(function(c){return c.trim()});r=r.flatMap(function(c){return c.includes("(")?c:c.split(",").map(function(l){return l.trim()})});var i=ur(r),o;try{for(i.s();!(o=i.n()).done;){var a=o.value;if(iw(a)){var s=fu.reduce(function(c,l){return c.replace(l,"")},a);s!==""&&s!=="*"&&n.add(s)}}}catch(c){i.e(c)}finally{i.f()}return n};function I9(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;if(H2){var n;if(t)n=e;else if(S.searchPseudoElementsFullScan)n=e.querySelectorAll("*");else{var r=new Set,i=ur(document.styleSheets),o;try{for(i.s();!(o=i.n()).done;){var a=o.value;try{var s=ur(a.cssRules),c;try{for(s.s();!(c=s.n()).done;){var l=c.value,f=ow(l.selectorText),u=ur(f),p;try{for(u.s();!(p=u.n()).done;){var d=p.value;r.add(d)}}catch(M){u.e(M)}finally{u.f()}}}catch(M){s.e(M)}finally{s.f()}}catch(M){S.searchPseudoElementsWarnings&&console.warn("Font Awesome: cannot parse stylesheet: ".concat(a.href," (").concat(M.message,`)
562
+ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered as SVG icons. Add crossorigin="anonymous" to the <link>, enable searchPseudoElementsFullScan for slower but more thorough DOM parsing, or suppress this warning by setting searchPseudoElementsWarnings to false.`))}}}catch(M){i.e(M)}finally{i.f()}if(!r.size)return;var m=Array.from(r).join(", ");try{n=e.querySelectorAll(m)}catch{}}return new Promise(function(M,y){var v=t4(n).filter(rw).map(nw),P=ws.begin("searchPseudoElements");_u(),Promise.all(v).then(function(){P(),ps(),M()}).catch(function(){P(),ps(),y()})})}}var aw={hooks:function(){return{mutationObserverCallbacks:function(n){return n.pseudoElementsCallback=I9,n}}},provides:function(t){t.pseudoElements2svg=function(n){var r=n.node,i=r===void 0?W:r;S.searchPseudoElements&&I9(i)}}},T9=!1,sw={mixout:function(){return{dom:{unwatch:function(){_u(),T9=!0}}}},hooks:function(){return{bootstrap:function(){D9(cs("mutationObserverCallbacks",{}))},noAuto:function(){OD()},watch:function(n){var r=n.observeMutationsRoot;T9?ps():D9(cs("mutationObserverCallbacks",{observeMutationsRoot:r}))}}}},A9=function(t){var n={size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0};return t.toLowerCase().split(" ").reduce(function(r,i){var o=i.toLowerCase().split("-"),a=o[0],s=o.slice(1).join("-");if(a&&s==="h")return r.flipX=!0,r;if(a&&s==="v")return r.flipY=!0,r;if(s=parseFloat(s),isNaN(s))return r;switch(a){case"grow":r.size=r.size+s;break;case"shrink":r.size=r.size-s;break;case"left":r.x=r.x-s;break;case"right":r.x=r.x+s;break;case"up":r.y=r.y-s;break;case"down":r.y=r.y+s;break;case"rotate":r.rotate=r.rotate+s;break}return r},n)},cw={mixout:function(){return{parse:{transform:function(n){return A9(n)}}}},hooks:function(){return{parseNodeAttributes:function(n,r){var i=r.getAttribute("data-fa-transform");return i&&(n.transform=A9(i)),n}}},provides:function(t){t.generateAbstractTransformGrouping=function(n){var r=n.main,i=n.transform,o=n.containerWidth,a=n.iconWidth,s={transform:"translate(".concat(o/2," 256)")},c="translate(".concat(i.x*32,", ").concat(i.y*32,") "),l="scale(".concat(i.size/16*(i.flipX?-1:1),", ").concat(i.size/16*(i.flipY?-1:1),") "),f="rotate(".concat(i.rotate," 0 0)"),u={transform:"".concat(c," ").concat(l," ").concat(f)},p={transform:"translate(".concat(a/2*-1," -256)")},d={outer:s,inner:u,path:p};return{tag:"g",attributes:h({},d.outer),children:[{tag:"g",attributes:h({},d.inner),children:[{tag:r.icon.tag,children:r.icon.children,attributes:h(h({},r.icon.attributes),d.path)}]}]}}}},J6={x:0,y:0,width:"100%",height:"100%"};function _9(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;return e.attributes&&(e.attributes.fill||t)&&(e.attributes.fill="black"),e}function lw(e){return e.tag==="g"?e.children:[e]}var fw={hooks:function(){return{parseNodeAttributes:function(n,r){var i=r.getAttribute("data-fa-mask"),o=i?Cr(i.split(" ").map(function(a){return a.trim()})):xu();return o.prefix||(o.prefix=g1()),n.mask=o,n.maskId=r.getAttribute("data-fa-mask-id"),n}}},provides:function(t){t.generateAbstractMask=function(n){var r=n.children,i=n.attributes,o=n.main,a=n.mask,s=n.maskId,c=n.transform,l=o.width,f=o.icon,u=a.width,p=a.icon,d=eD({transform:c,containerWidth:u,iconWidth:l}),m={tag:"rect",attributes:h(h({},J6),{},{fill:"white"})},M=f.children?{children:f.children.map(_9)}:{},y={tag:"g",attributes:h({},d.inner),children:[_9(h({tag:f.tag,attributes:h(h({},f.attributes),d.path)},M))]},v={tag:"g",attributes:h({},d.outer),children:[y]},P="mask-".concat(s||p9()),oe="clip-".concat(s||p9()),q={tag:"mask",attributes:h(h({},J6),{},{id:P,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[m,v]},ae={tag:"defs",children:[{tag:"clipPath",attributes:{id:oe},children:lw(p)},q]};return r.push(ae,{tag:"rect",attributes:h({fill:"currentColor","clip-path":"url(#".concat(oe,")"),mask:"url(#".concat(P,")")},J6)}),{children:r,attributes:i}}}},uw={provides:function(t){var n=!1;h1.matchMedia&&(n=h1.matchMedia("(prefers-reduced-motion: reduce)").matches),t.missingIconAbstract=function(){var r=[],i={fill:"currentColor"},o={attributeType:"XML",repeatCount:"indefinite",dur:"2s"};r.push({tag:"path",attributes:h(h({},i),{},{d:"M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z"})});var a=h(h({},o),{},{attributeName:"opacity"}),s={tag:"circle",attributes:h(h({},i),{},{cx:"256",cy:"364",r:"28"}),children:[]};return n||s.children.push({tag:"animate",attributes:h(h({},o),{},{attributeName:"r",values:"28;14;28;28;14;28;"})},{tag:"animate",attributes:h(h({},a),{},{values:"1;0;1;1;0;1;"})}),r.push(s),r.push({tag:"path",attributes:h(h({},i),{},{opacity:"1",d:"M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z"}),children:n?[]:[{tag:"animate",attributes:h(h({},a),{},{values:"1;0;0;0;0;1;"})}]}),n||r.push({tag:"path",attributes:h(h({},i),{},{opacity:"0",d:"M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z"}),children:[{tag:"animate",attributes:h(h({},a),{},{values:"0;0;1;1;0;0;"})}]}),{tag:"g",attributes:{class:"missing"},children:r}}}},dw={hooks:function(){return{parseNodeAttributes:function(n,r){var i=r.getAttribute("data-fa-symbol"),o=i===null?!1:i===""?!0:i;return n.symbol=o,n}}}},pw=[rD,YD,ZD,QD,KD,aw,sw,cw,fw,uw,dw];CD(pw,{mixoutsTo:ke});var Oq=ke.noAuto,Ru=ke.config,Bq=ke.library,Pu=ke.dom,Ou=ke.parse,Vq=ke.findIconDefinition,jq=ke.toHtml,Bu=ke.icon,Hq=ke.layer,mw=ke.text,hw=ke.counter;var gw=["*"],vw=(()=>{class e{defaultPrefix="fas";fallbackIcon=null;fixedWidth;set autoAddCss(n){Ru.autoAddCss=n,this._autoAddCss=n}get autoAddCss(){return this._autoAddCss}_autoAddCss=!0;static \u0275fac=function(r){return new(r||e)};static \u0275prov=C({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})(),Mw=(()=>{class e{definitions={};addIcons(...n){for(let r of n){r.prefix in this.definitions||(this.definitions[r.prefix]={}),this.definitions[r.prefix][r.iconName]=r;for(let i of r.icon[2])typeof i=="string"&&(this.definitions[r.prefix][i]=r)}}addIconPacks(...n){for(let r of n){let i=Object.keys(r).map(o=>r[o]);this.addIcons(...i)}}getIconDefinition(n,r){return n in this.definitions&&r in this.definitions[n]?this.definitions[n][r]:null}static \u0275fac=function(r){return new(r||e)};static \u0275prov=C({token:e,factory:e.\u0275fac,providedIn:"root"})}return e})(),yw=e=>{throw new Error(`Could not find icon with iconName=${e.iconName} and prefix=${e.prefix} in the icon library.`)},Cw=()=>{throw new Error("Property `icon` is required for `fa-icon`/`fa-duotone-icon` components.")},ju=e=>e!=null&&(e===90||e===180||e===270||e==="90"||e==="180"||e==="270"),Lw=e=>{let t=ju(e.rotate),n={[`fa-${e.animation}`]:e.animation!=null&&!e.animation.startsWith("spin"),"fa-spin":e.animation==="spin"||e.animation==="spin-reverse","fa-spin-pulse":e.animation==="spin-pulse"||e.animation==="spin-pulse-reverse","fa-spin-reverse":e.animation==="spin-reverse"||e.animation==="spin-pulse-reverse","fa-pulse":e.animation==="spin-pulse"||e.animation==="spin-pulse-reverse","fa-fw":e.fixedWidth,"fa-border":e.border,"fa-inverse":e.inverse,"fa-layers-counter":e.counter,"fa-flip-horizontal":e.flip==="horizontal"||e.flip==="both","fa-flip-vertical":e.flip==="vertical"||e.flip==="both",[`fa-${e.size}`]:e.size!==null,[`fa-rotate-${e.rotate}`]:t,"fa-rotate-by":e.rotate!=null&&!t,[`fa-pull-${e.pull}`]:e.pull!==null,[`fa-stack-${e.stackItemSize}`]:e.stackItemSize!=null};return Object.keys(n).map(r=>n[r]?r:null).filter(r=>r!=null)},Es=new WeakSet,Vu="fa-auto-css";function zw(e,t){if(!t.autoAddCss||Es.has(e))return;if(e.getElementById(Vu)!=null){t.autoAddCss=!1,Es.add(e);return}let n=e.createElement("style");n.setAttribute("type","text/css"),n.setAttribute("id",Vu),n.innerHTML=Pu.css();let r=e.head.childNodes,i=null;for(let o=r.length-1;o>-1;o--){let a=r[o],s=a.nodeName.toUpperCase();["STYLE","LINK"].indexOf(s)>-1&&(i=a)}e.head.insertBefore(n,i),t.autoAddCss=!1,Es.add(e)}var bw=e=>e.prefix!==void 0&&e.iconName!==void 0,Dw=(e,t)=>bw(e)?e:Array.isArray(e)&&e.length===2?{prefix:e[0],iconName:e[1]}:{prefix:t,iconName:e},ww=(()=>{class e{stackItemSize=F0("1x");size=F0();_effect=Qa(()=>{if(this.size())throw new Error('fa-icon is not allowed to customize size when used inside fa-stack. Set size on the enclosing fa-stack instead: <fa-stack size="4x">...</fa-stack>.')});static \u0275fac=function(r){return new(r||e)};static \u0275dir=O({type:e,selectors:[["fa-icon","stackItemSize",""],["fa-duotone-icon","stackItemSize",""]],inputs:{stackItemSize:[1,"stackItemSize"],size:[1,"size"]}})}return e})(),Sw=(()=>{class e{size=F0();classes=C2(()=>{let n=this.size(),r=n?{[`fa-${n}`]:!0}:{};return V(I({},r),{"fa-stack":!0})});static \u0275fac=function(r){return new(r||e)};static \u0275cmp=w0({type:e,selectors:[["fa-stack"]],hostVars:2,hostBindings:function(r,i){r&2&&$a(i.classes())},inputs:{size:[1,"size"]},ngContentSelectors:gw,decls:1,vars:0,template:function(r,i){r&1&&(Ha(),Ua(0))},encapsulation:2,changeDetection:0})}return e})(),Xq=(()=>{class e{icon=ze();title=ze();animation=ze();mask=ze();flip=ze();size=ze();pull=ze();border=ze();inverse=ze();symbol=ze();rotate=ze();fixedWidth=ze();transform=ze();a11yRole=ze();renderedIconHTML=C2(()=>{let n=this.icon()??this.config.fallbackIcon;if(!n)return Cw(),"";let r=this.findIconDefinition(n);if(!r)return"";let i=this.buildParams();zw(this.document,this.config);let o=Bu(r,i);return this.sanitizer.bypassSecurityTrustHtml(o.html.join(`
563
+ `))});document=g(Q);sanitizer=g(E6);config=g(vw);iconLibrary=g(Mw);stackItem=g(ww,{optional:!0});stack=g(Sw,{optional:!0});constructor(){this.stack!=null&&this.stackItem==null&&console.error('FontAwesome: fa-icon and fa-duotone-icon elements must specify stackItemSize attribute when wrapped into fa-stack. Example: <fa-icon stackItemSize="2x" />.')}findIconDefinition(n){let r=Dw(n,this.config.defaultPrefix);if("icon"in r)return r;let i=this.iconLibrary.getIconDefinition(r.prefix,r.iconName);return i??(yw(r),null)}buildParams(){let n=this.fixedWidth(),r={flip:this.flip(),animation:this.animation(),border:this.border(),inverse:this.inverse(),size:this.size(),pull:this.pull(),rotate:this.rotate(),fixedWidth:typeof n=="boolean"?n:this.config.fixedWidth,stackItemSize:this.stackItem!=null?this.stackItem.stackItemSize():void 0},i=this.transform(),o=typeof i=="string"?Ou.transform(i):i,a=this.mask(),s=a!=null?this.findIconDefinition(a):null,c={},l=this.a11yRole();l!=null&&(c.role=l);let f={};return r.rotate!=null&&!ju(r.rotate)&&(f["--fa-rotate-angle"]=`${r.rotate}`),{title:this.title(),transform:o,classes:Lw(r),mask:s??void 0,symbol:this.symbol(),attributes:c,styles:f}}static \u0275fac=function(r){return new(r||e)};static \u0275cmp=w0({type:e,selectors:[["fa-icon"]],hostAttrs:[1,"ng-fa-icon"],hostVars:2,hostBindings:function(r,i){r&2&&(x0("innerHTML",i.renderedIconHTML(),aa),s1("title",i.title()??void 0))},inputs:{icon:[1,"icon"],title:[1,"title"],animation:[1,"animation"],mask:[1,"mask"],flip:[1,"flip"],size:[1,"size"],pull:[1,"pull"],border:[1,"border"],inverse:[1,"inverse"],symbol:[1,"symbol"],rotate:[1,"rotate"],fixedWidth:[1,"fixedWidth"],transform:[1,"transform"],a11yRole:[1,"a11yRole"]},outputs:{icon:"iconChange",title:"titleChange",animation:"animationChange",mask:"maskChange",flip:"flipChange",size:"sizeChange",pull:"pullChange",border:"borderChange",inverse:"inverseChange",symbol:"symbolChange",rotate:"rotateChange",fixedWidth:"fixedWidthChange",transform:"transformChange",a11yRole:"a11yRoleChange"},decls:0,vars:0,template:function(r,i){},encapsulation:2,changeDetection:0})}return e})();var D3={UNAUTHORIZED:"unauthorized",DISABLED:"disabled",EXCEEDED:"exceeded",EXPIRED:"expired",NOT_FOUND:"not found"},Ew=(function(e){return e.SPACE="space",e.SHARE="share",e})(Ew||{});var rY={LINKS:"links",LINK:"link",AUTH:"auth"},iY={[D3.NOT_FOUND]:"The link was not found",[D3.DISABLED]:"The link is disabled",[D3.EXPIRED]:"The link is expired",[D3.EXCEEDED]:"The maximum number of access allowed to the link is exceeded"};export{Y as a,Wu as b,R as c,Vr as d,jr as e,ee as f,U2 as g,o4 as h,nd as i,rd as j,z1 as k,kE as l,FE as m,s4 as n,De as o,Mt as p,Ur as q,ud as r,Qe as s,dd as t,pd as u,se as v,Ld as w,Pe as x,I1 as y,W2 as z,bd as A,Gr as B,c4 as C,Wr as D,b2 as E,Id as F,qr as G,Ad as H,ln as I,_d as J,l4 as K,ft as L,kd as M,Fd as N,f4 as O,Od as P,Zr as Q,Bd as R,Vd as S,jd as T,Hd as U,Kr as V,un as W,Ud as X,$d as Y,dn as Z,Xr as _,Gd as $,L as aa,S2 as ba,ie as ca,C as da,Ie as ea,Yd as fa,b as ga,z as ha,g as ia,N2 as ja,Sc as ka,we as la,bt as ma,Vc as na,jc as oa,Me as pa,Q as qa,Ae as ra,n2 as sa,Qi as ta,m2 as ua,r1 as va,Se as wa,Ee as xa,Qo as ya,pe as za,Yn as Aa,l0 as Ba,P4 as Ca,Zp as Da,_2 as Ea,Ue as Fa,aa as Ga,y8 as Ha,C8 as Ia,Im as Ja,Tm as Ka,Am as La,_m as Ma,Zm as Na,o2 as Oa,le as Pa,J as Qa,ga as Ra,F2 as Sa,U4 as Ta,Y1 as Ua,$e as Va,w as Wa,M2 as Xa,o1 as Ya,y5 as Za,C5 as _a,w0 as $a,Ge as ab,O as bb,J1 as cb,K as db,D5 as eb,w5 as fb,et as gb,S5 as hb,a1 as ib,s1 as jb,iv as kb,ov as lb,av as mb,sv as nb,cv as ob,lv as pb,N5 as qb,Ra as rb,Pa as sb,I5 as tb,Oa as ub,Ba as vb,T5 as wb,Va as xb,ja as yb,_5 as zb,hv as Ab,x0 as Bb,k5 as Cb,y2 as Db,R5 as Eb,vv as Fb,Ha as Gb,Ua as Hb,Cv as Ib,Lv as Jb,zv as Kb,bv as Lb,Dv as Mb,wv as Nb,Sv as Ob,N0 as Pb,W4 as Qb,$a as Rb,qv as Sb,q5 as Tb,Ga as Ub,Y5 as Vb,Q5 as Wb,Zv as Xb,K5 as Yb,J5 as Zb,Qv as _b,Kv as $b,Xv as ac,Jv as bc,eM as cc,he as dc,oM as ec,aM as fc,sM as gc,cM as hc,lM as ic,uM as jc,pM as kc,mM as lc,hM as mc,gM as nc,vM as oc,yM as pc,_e as qc,C2 as rc,Qa as sc,c7 as tc,Mj as uc,F0 as vc,yj as wc,ze as xc,Cj as yc,c1 as zc,l1 as Ac,Lj as Bc,jt as Cc,w7 as Dc,ty as Ec,ny as Fc,ry as Gc,T7 as Hc,iy as Ic,A7 as Jc,oy as Kc,ay as Lc,ly as Mc,uy as Nc,py as Oc,k7 as Pc,ZH as Qc,QH as Rc,z6 as Sc,Fy as Tc,f1 as Uc,P2 as Vc,nt as Wc,ef as Xc,nf as Yc,cC as Zc,lC as _c,fC as $c,p$ as ad,E6 as bd,d1 as cd,pC as dd,yf as ed,p1 as fd,lf as gd,B2 as hd,A$ as id,_$ as jd,Zt as kd,FC as ld,f3 as md,OC as nd,F$ as od,VC as pd,HC as qd,$C as rd,WC as sd,Bf as td,R$ as ud,P$ as vd,eL as wd,nL as xd,iL as yd,oL as zd,O$ as Ad,B$ as Bd,V$ as Cd,$6 as Dd,sL as Ed,g3 as Fd,X$ as Gd,J$ as Hd,eG as Id,tG as Jd,iG as Kd,oG as Ld,aG as Md,sG as Nd,cG as Od,lG as Pd,fG as Qd,uG as Rd,dG as Sd,pG as Td,mG as Ud,hG as Vd,gG as Wd,vG as Xd,MG as Yd,wL as Zd,yG as _d,CG as $d,LG as ae,zG as be,bG as ce,DG as de,wG as ee,SG as fe,EG as ge,xG as he,NG as ie,IG as je,TG as ke,AG as le,_G as me,kG as ne,FG as oe,RG as pe,PG as qe,OG as re,BG as se,VG as te,jG as ue,HG as ve,UG as we,$G as xe,GG as ye,WG as ze,qG as Ae,YG as Be,ZG as Ce,QG as De,KG as Ee,XG as Fe,JG as Ge,eW as He,IL as Ie,tW as Je,nW as Ke,rW as Le,iW as Me,oW as Ne,aW as Oe,sW as Pe,cW as Qe,lW as Re,fW as Se,kL as Te,uW as Ue,dW as Ve,pW as We,mW as Xe,hW as Ye,PL as Ze,gW as _e,vW as $e,MW as af,OL as bf,yW as cf,CW as df,LW as ef,zW as ff,bW as gf,BL as hf,DW as if,wW as jf,jL as kf,SW as lf,EW as mf,xW as nf,NW as of,IW as pf,TW as qf,AW as rf,UL as sf,_W as tf,kW as uf,FW as vf,RW as wf,PW as xf,$L as yf,OW as zf,BW as Af,VW as Bf,jW as Cf,HW as Df,UW as Ef,$W as Ff,GW as Gf,WW as Hf,qW as If,YW as Jf,ZW as Kf,QW as Lf,KW as Mf,XW as Nf,JW as Of,eq as Pf,tq as Qf,nq as Rf,rq as Sf,iq as Tf,oq as Uf,aq as Vf,sq as Wf,cq as Xf,lq as Yf,YL as Zf,fq as _f,uq as $f,dq as ag,pq as bg,mq as cg,hq as dg,gq as eg,vq as fg,Mq as gg,yq as hg,Cq as ig,Lq as jg,zq as kg,bq as lg,Dq as mg,wq as ng,Sq as og,KL as pg,Eq as qg,xq as rg,Nq as sg,vw as tg,Xq as ug,D3 as vg,Ew as wg,rY as xg,iY as yg};