formica-ui-lib 1.0.14 → 1.0.19

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 (28) hide show
  1. package/dist/componentProps/atoms/button/ButtonProps.d.ts +13 -0
  2. package/dist/componentProps/atoms/icon/IconProps.d.ts +6 -0
  3. package/dist/componentProps/atoms/image/ImageProps.d.ts +7 -0
  4. package/dist/componentProps/atoms/text/TextProps.d.ts +8 -0
  5. package/dist/componentProps/molecules/card/featurecard/FeatureCardProps.d.ts +8 -0
  6. package/dist/componentProps/molecules/selectors/CountrySelectorProps.d.ts +8 -0
  7. package/dist/componentProps/organisms/banner/featurebanner/FeatureBannerProps.d.ts +10 -0
  8. package/dist/componentProps/organisms/banner/herobanner/HeroBannerProps.d.ts +6 -0
  9. package/dist/componentProps/organisms/footer/FooterProps.d.ts +24 -0
  10. package/dist/componentProps/organisms/menu/GlobalNavBarProps.d.ts +29 -0
  11. package/dist/componentProps/organisms/menu/TopNavBarProps.d.ts +21 -0
  12. package/dist/index.cjs +565 -0
  13. package/dist/index.d.ts +20 -0
  14. package/dist/index.js +4619 -0
  15. package/dist/stories/atoms/button/Button.d.ts +4 -0
  16. package/dist/stories/atoms/icon/Icon.d.ts +4 -0
  17. package/dist/stories/atoms/image/Image.d.ts +4 -0
  18. package/dist/stories/atoms/text/Text.d.ts +4 -0
  19. package/dist/stories/molecules/card/featurecard/FeatureCard.d.ts +4 -0
  20. package/dist/stories/molecules/selectors/CountrySelector.d.ts +4 -0
  21. package/dist/stories/organisms/banner/featurebanner/FeatureBanner.d.ts +4 -0
  22. package/dist/stories/organisms/banner/herobanner/HeroBanner.d.ts +4 -0
  23. package/dist/stories/organisms/footer/Footer.d.ts +4 -0
  24. package/dist/stories/organisms/menu/GlobalNavBar/GlobalNavBar.d.ts +4 -0
  25. package/dist/stories/organisms/menu/TopNavBar/TopNavBar.d.ts +4 -0
  26. package/dist/stories/page/v1/home/HomePage.d.ts +42 -0
  27. package/dist/vite.svg +1 -0
  28. package/package.json +59 -58
package/dist/index.js ADDED
@@ -0,0 +1,4619 @@
1
+ import Ft, { useState as pt, useRef as Qn, useEffect as Zn } from "react";
2
+ function ea(e) {
3
+ return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
4
+ }
5
+ var De = { exports: {} }, je = {};
6
+ var Kt;
7
+ function ta() {
8
+ if (Kt) return je;
9
+ Kt = 1;
10
+ var e = /* @__PURE__ */ Symbol.for("react.transitional.element"), t = /* @__PURE__ */ Symbol.for("react.fragment");
11
+ function r(n, a, i) {
12
+ var o = null;
13
+ if (i !== void 0 && (o = "" + i), a.key !== void 0 && (o = "" + a.key), "key" in a) {
14
+ i = {};
15
+ for (var s in a)
16
+ s !== "key" && (i[s] = a[s]);
17
+ } else i = a;
18
+ return a = i.ref, {
19
+ $$typeof: e,
20
+ type: n,
21
+ key: o,
22
+ ref: a !== void 0 ? a : null,
23
+ props: i
24
+ };
25
+ }
26
+ return je.Fragment = t, je.jsx = r, je.jsxs = r, je;
27
+ }
28
+ var Te = {};
29
+ var Qt;
30
+ function ra() {
31
+ return Qt || (Qt = 1, process.env.NODE_ENV !== "production" && (function() {
32
+ function e(f) {
33
+ if (f == null) return null;
34
+ if (typeof f == "function")
35
+ return f.$$typeof === ye ? null : f.displayName || f.name || null;
36
+ if (typeof f == "string") return f;
37
+ switch (f) {
38
+ case O:
39
+ return "Fragment";
40
+ case M:
41
+ return "Profiler";
42
+ case j:
43
+ return "StrictMode";
44
+ case U:
45
+ return "Suspense";
46
+ case K:
47
+ return "SuspenseList";
48
+ case Oe:
49
+ return "Activity";
50
+ }
51
+ if (typeof f == "object")
52
+ switch (typeof f.tag == "number" && console.error(
53
+ "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
54
+ ), f.$$typeof) {
55
+ case w:
56
+ return "Portal";
57
+ case z:
58
+ return f.displayName || "Context";
59
+ case R:
60
+ return (f._context.displayName || "Context") + ".Consumer";
61
+ case h:
62
+ var b = f.render;
63
+ return f = f.displayName, f || (f = b.displayName || b.name || "", f = f !== "" ? "ForwardRef(" + f + ")" : "ForwardRef"), f;
64
+ case q:
65
+ return b = f.displayName || null, b !== null ? b : e(f.type) || "Memo";
66
+ case re:
67
+ b = f._payload, f = f._init;
68
+ try {
69
+ return e(f(b));
70
+ } catch {
71
+ }
72
+ }
73
+ return null;
74
+ }
75
+ function t(f) {
76
+ return "" + f;
77
+ }
78
+ function r(f) {
79
+ try {
80
+ t(f);
81
+ var b = !1;
82
+ } catch {
83
+ b = !0;
84
+ }
85
+ if (b) {
86
+ b = console;
87
+ var S = b.error, A = typeof Symbol == "function" && Symbol.toStringTag && f[Symbol.toStringTag] || f.constructor.name || "Object";
88
+ return S.call(
89
+ b,
90
+ "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
91
+ A
92
+ ), t(f);
93
+ }
94
+ }
95
+ function n(f) {
96
+ if (f === O) return "<>";
97
+ if (typeof f == "object" && f !== null && f.$$typeof === re)
98
+ return "<...>";
99
+ try {
100
+ var b = e(f);
101
+ return b ? "<" + b + ">" : "<...>";
102
+ } catch {
103
+ return "<...>";
104
+ }
105
+ }
106
+ function a() {
107
+ var f = de.A;
108
+ return f === null ? null : f.getOwner();
109
+ }
110
+ function i() {
111
+ return Error("react-stack-top-frame");
112
+ }
113
+ function o(f) {
114
+ if (ge.call(f, "key")) {
115
+ var b = Object.getOwnPropertyDescriptor(f, "key").get;
116
+ if (b && b.isReactWarning) return !1;
117
+ }
118
+ return f.key !== void 0;
119
+ }
120
+ function s(f, b) {
121
+ function S() {
122
+ B || (B = !0, console.error(
123
+ "%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
124
+ b
125
+ ));
126
+ }
127
+ S.isReactWarning = !0, Object.defineProperty(f, "key", {
128
+ get: S,
129
+ configurable: !0
130
+ });
131
+ }
132
+ function l() {
133
+ var f = e(this.type);
134
+ return Q[f] || (Q[f] = !0, console.error(
135
+ "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
136
+ )), f = this.props.ref, f !== void 0 ? f : null;
137
+ }
138
+ function u(f, b, S, A, C, k) {
139
+ var E = S.ref;
140
+ return f = {
141
+ $$typeof: T,
142
+ type: f,
143
+ key: b,
144
+ props: S,
145
+ _owner: A
146
+ }, (E !== void 0 ? E : null) !== null ? Object.defineProperty(f, "ref", {
147
+ enumerable: !1,
148
+ get: l
149
+ }) : Object.defineProperty(f, "ref", { enumerable: !1, value: null }), f._store = {}, Object.defineProperty(f._store, "validated", {
150
+ configurable: !1,
151
+ enumerable: !1,
152
+ writable: !0,
153
+ value: 0
154
+ }), Object.defineProperty(f, "_debugInfo", {
155
+ configurable: !1,
156
+ enumerable: !1,
157
+ writable: !0,
158
+ value: null
159
+ }), Object.defineProperty(f, "_debugStack", {
160
+ configurable: !1,
161
+ enumerable: !1,
162
+ writable: !0,
163
+ value: C
164
+ }), Object.defineProperty(f, "_debugTask", {
165
+ configurable: !1,
166
+ enumerable: !1,
167
+ writable: !0,
168
+ value: k
169
+ }), Object.freeze && (Object.freeze(f.props), Object.freeze(f)), f;
170
+ }
171
+ function c(f, b, S, A, C, k) {
172
+ var E = b.children;
173
+ if (E !== void 0)
174
+ if (A)
175
+ if (oe(E)) {
176
+ for (A = 0; A < E.length; A++)
177
+ d(E[A]);
178
+ Object.freeze && Object.freeze(E);
179
+ } else
180
+ console.error(
181
+ "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
182
+ );
183
+ else d(E);
184
+ if (ge.call(b, "key")) {
185
+ E = e(f);
186
+ var I = Object.keys(b).filter(function(F) {
187
+ return F !== "key";
188
+ });
189
+ A = 0 < I.length ? "{key: someKey, " + I.join(": ..., ") + ": ...}" : "{key: someKey}", v[E + A] || (I = 0 < I.length ? "{" + I.join(": ..., ") + ": ...}" : "{}", console.error(
190
+ `A props object containing a "key" prop is being spread into JSX:
191
+ let props = %s;
192
+ <%s {...props} />
193
+ React keys must be passed directly to JSX without using spread:
194
+ let props = %s;
195
+ <%s key={someKey} {...props} />`,
196
+ A,
197
+ E,
198
+ I,
199
+ E
200
+ ), v[E + A] = !0);
201
+ }
202
+ if (E = null, S !== void 0 && (r(S), E = "" + S), o(b) && (r(b.key), E = "" + b.key), "key" in b) {
203
+ S = {};
204
+ for (var $ in b)
205
+ $ !== "key" && (S[$] = b[$]);
206
+ } else S = b;
207
+ return E && s(
208
+ S,
209
+ typeof f == "function" ? f.displayName || f.name || "Unknown" : f
210
+ ), u(
211
+ f,
212
+ E,
213
+ S,
214
+ a(),
215
+ C,
216
+ k
217
+ );
218
+ }
219
+ function d(f) {
220
+ x(f) ? f._store && (f._store.validated = 1) : typeof f == "object" && f !== null && f.$$typeof === re && (f._payload.status === "fulfilled" ? x(f._payload.value) && f._payload.value._store && (f._payload.value._store.validated = 1) : f._store && (f._store.validated = 1));
221
+ }
222
+ function x(f) {
223
+ return typeof f == "object" && f !== null && f.$$typeof === T;
224
+ }
225
+ var y = Ft, T = /* @__PURE__ */ Symbol.for("react.transitional.element"), w = /* @__PURE__ */ Symbol.for("react.portal"), O = /* @__PURE__ */ Symbol.for("react.fragment"), j = /* @__PURE__ */ Symbol.for("react.strict_mode"), M = /* @__PURE__ */ Symbol.for("react.profiler"), R = /* @__PURE__ */ Symbol.for("react.consumer"), z = /* @__PURE__ */ Symbol.for("react.context"), h = /* @__PURE__ */ Symbol.for("react.forward_ref"), U = /* @__PURE__ */ Symbol.for("react.suspense"), K = /* @__PURE__ */ Symbol.for("react.suspense_list"), q = /* @__PURE__ */ Symbol.for("react.memo"), re = /* @__PURE__ */ Symbol.for("react.lazy"), Oe = /* @__PURE__ */ Symbol.for("react.activity"), ye = /* @__PURE__ */ Symbol.for("react.client.reference"), de = y.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, ge = Object.prototype.hasOwnProperty, oe = Array.isArray, me = console.createTask ? console.createTask : function() {
226
+ return null;
227
+ };
228
+ y = {
229
+ react_stack_bottom_frame: function(f) {
230
+ return f();
231
+ }
232
+ };
233
+ var B, Q = {}, ve = y.react_stack_bottom_frame.bind(
234
+ y,
235
+ i
236
+ )(), xe = me(n(i)), v = {};
237
+ Te.Fragment = O, Te.jsx = function(f, b, S) {
238
+ var A = 1e4 > de.recentlyCreatedOwnerStacks++;
239
+ return c(
240
+ f,
241
+ b,
242
+ S,
243
+ !1,
244
+ A ? Error("react-stack-top-frame") : ve,
245
+ A ? me(n(f)) : xe
246
+ );
247
+ }, Te.jsxs = function(f, b, S) {
248
+ var A = 1e4 > de.recentlyCreatedOwnerStacks++;
249
+ return c(
250
+ f,
251
+ b,
252
+ S,
253
+ !0,
254
+ A ? Error("react-stack-top-frame") : ve,
255
+ A ? me(n(f)) : xe
256
+ );
257
+ };
258
+ })()), Te;
259
+ }
260
+ var Zt;
261
+ function na() {
262
+ return Zt || (Zt = 1, process.env.NODE_ENV === "production" ? De.exports = ta() : De.exports = ra()), De.exports;
263
+ }
264
+ var p = na();
265
+ const G = ({ as: e = "p", variant: t = "body", className: r = "", children: n, ...a }) => {
266
+ const i = {
267
+ h1: 'text-5xl font-["Bauer_Bodoni_Roman"] text-grayText mb-12',
268
+ h2: 'text-4xl font-["Bauer_Bodoni_Roman"] text-grayText mb-4',
269
+ h3: 'text-2xl font-["Bauer_Bodoni_Roman"] mb-3 text-grayText',
270
+ standard: "text-white",
271
+ body: "text-xl text-grayText",
272
+ nav: "text-base font-bold text-grayText",
273
+ navlink: "text-base",
274
+ free: "",
275
+ bold: "text-base font-bold",
276
+ caption: "text-sm text-gray-500"
277
+ };
278
+ return /* @__PURE__ */ p.jsx(e, { className: `${i[t]} ${r}`, ...a, children: n });
279
+ }, aa = ({
280
+ src: e,
281
+ alt: t = "",
282
+ size: r = 24,
283
+ className: n = ""
284
+ }) => e ? /* @__PURE__ */ p.jsx(
285
+ "span",
286
+ {
287
+ className: `inline-flex items-center justify-center w-[${r}px] h-[${r}px] ${n}`,
288
+ children: /* @__PURE__ */ p.jsx(
289
+ "img",
290
+ {
291
+ src: e,
292
+ alt: t,
293
+ className: "w-full h-full object-contain"
294
+ }
295
+ )
296
+ }
297
+ ) : null, le = ({
298
+ label: e,
299
+ iconSrc: t,
300
+ iconAlt: r = "",
301
+ iconPosition: n = "left",
302
+ variant: a = "standard",
303
+ onClick: i,
304
+ className: o = "",
305
+ active: s = !1,
306
+ href: l
307
+ }) => {
308
+ const u = "inline-flex items-center justify-center rounded transition font-medium gap-2";
309
+ let c = "";
310
+ switch (a) {
311
+ case "nav":
312
+ c = `rounded-none bg-transparent cursor-pointer border-b-2 transition-colors ${s ? "border-red" : "border-transparent hover:border-red-500"}`;
313
+ break;
314
+ case "standard":
315
+ c = "bg-grayButton px-8 py-3 hover:bg-dark cursor-pointer text-sm font-bold rounded-lg";
316
+ break;
317
+ case "text":
318
+ c = "text-blue-600 px-2 py-1 cursor-pointer";
319
+ break;
320
+ case "icon":
321
+ c = "p-2 hover:bg-gray-100 rounded-full w-10 h-10 cursor-pointer";
322
+ break;
323
+ }
324
+ const d = t ? /* @__PURE__ */ p.jsx(aa, { src: t, alt: r, size: 20 }) : null, x = `${u} ${c} ${o}`, y = (w) => {
325
+ switch (w) {
326
+ case "nav":
327
+ case "standard":
328
+ return w;
329
+ default:
330
+ return "body";
331
+ }
332
+ }, T = /* @__PURE__ */ p.jsxs(p.Fragment, { children: [
333
+ n === "left" && d,
334
+ e && /* @__PURE__ */ p.jsx(G, { as: "span", variant: y(a), children: e }),
335
+ n === "right" && d
336
+ ] });
337
+ return l ? /* @__PURE__ */ p.jsx("a", { href: l, className: x, children: T }) : /* @__PURE__ */ p.jsx("button", { onClick: i, className: x, children: T });
338
+ }, Ne = ({
339
+ src: e,
340
+ alt: t,
341
+ width: r,
342
+ height: n,
343
+ className: a = "",
344
+ ...i
345
+ }) => /* @__PURE__ */ p.jsx(
346
+ "img",
347
+ {
348
+ src: e,
349
+ alt: t,
350
+ width: r,
351
+ height: n,
352
+ className: `object-contain ${a}`,
353
+ loading: "lazy",
354
+ ...i
355
+ }
356
+ ), el = ({
357
+ imageSrc: e,
358
+ imageAlt: t,
359
+ title: r,
360
+ description: n,
361
+ buttonLabel: a,
362
+ buttonHref: i
363
+ }) => /* @__PURE__ */ p.jsxs("div", { className: "bg-white shadow-sm w-full max-w-[350px] flex flex-col justify-between", children: [
364
+ /* @__PURE__ */ p.jsx(Ne, { src: e, alt: t, className: "w-full h-auto mb-4" }),
365
+ /* @__PURE__ */ p.jsxs("div", { className: "flex flex-col flex-grow justify-between px-6 pt-4 pb-10 min-h-64", children: [
366
+ /* @__PURE__ */ p.jsx(G, { variant: "free", className: "text-xl text-grayText", children: r }),
367
+ /* @__PURE__ */ p.jsx(G, { variant: "free", className: "mb-4 text-grayText text-sm", children: n }),
368
+ /* @__PURE__ */ p.jsx(
369
+ le,
370
+ {
371
+ variant: "standard",
372
+ label: a,
373
+ href: i,
374
+ className: "w-48"
375
+ }
376
+ )
377
+ ] })
378
+ ] }), ia = ({ countries: e = [] }) => {
379
+ const [t, r] = pt(!1), [n, a] = pt({
380
+ label: "United States",
381
+ locale: "",
382
+ href: "#"
383
+ }), i = Qn(null), o = (l, u) => {
384
+ a({ label: l, locale: u, href: "#" }), r(!1);
385
+ }, s = (l) => {
386
+ i.current && !i.current.contains(l.target) && r(!1);
387
+ };
388
+ return Zn(() => (document.addEventListener("mousedown", s), () => document.removeEventListener("mousedown", s)), []), /* @__PURE__ */ p.jsxs("div", { ref: i, className: "relative text-sm", children: [
389
+ /* @__PURE__ */ p.jsxs(
390
+ "button",
391
+ {
392
+ onClick: () => r(!t),
393
+ className: `hover:cursor-pointer flex items-center gap-1 ${t ? "border-b border-red" : ""}`,
394
+ "aria-haspopup": "listbox",
395
+ "aria-expanded": t,
396
+ children: [
397
+ /* @__PURE__ */ p.jsxs(G, { variant: "navlink", className: "font-bold text-grayText", children: [
398
+ n.label,
399
+ n.locale ? ` (${n.locale})` : ""
400
+ ] }),
401
+ /* @__PURE__ */ p.jsx(
402
+ "span",
403
+ {
404
+ className: `transform transition-transform duration-300 text-grayText text-xs ${t ? "rotate-180" : ""}`,
405
+ children: "▼"
406
+ }
407
+ )
408
+ ]
409
+ }
410
+ ),
411
+ t && /* @__PURE__ */ p.jsx(
412
+ "ul",
413
+ {
414
+ id: "country-selector",
415
+ className: "absolute left-0 top-full mt-2 w-56 max-h-80 overflow-auto bg-white shadow-md z-50",
416
+ children: e.map((l, u) => /* @__PURE__ */ p.jsx(
417
+ "li",
418
+ {
419
+ "data-countrycode": l.label,
420
+ className: "hover:bg-gray-100",
421
+ children: /* @__PURE__ */ p.jsxs(
422
+ "a",
423
+ {
424
+ href: l.href,
425
+ onClick: () => o(l.label, l.locale),
426
+ className: "flex py-2 px-3",
427
+ children: [
428
+ /* @__PURE__ */ p.jsx(G, { variant: "navlink", className: "text-sm font-bold text-gray-700", children: l.label }),
429
+ /* @__PURE__ */ p.jsxs(G, { variant: "free", className: "text-xs ml-1 mt-0.5 text-gray-500 font-bold whitespace-nowrap", children: [
430
+ "(",
431
+ l.locale,
432
+ ")"
433
+ ] })
434
+ ]
435
+ }
436
+ )
437
+ },
438
+ `${l.href}-${u}`
439
+ ))
440
+ }
441
+ )
442
+ ] });
443
+ };
444
+ function ht(e, t) {
445
+ (t == null || t > e.length) && (t = e.length);
446
+ for (var r = 0, n = Array(t); r < t; r++) n[r] = e[r];
447
+ return n;
448
+ }
449
+ function oa(e) {
450
+ if (Array.isArray(e)) return e;
451
+ }
452
+ function sa(e) {
453
+ if (Array.isArray(e)) return ht(e);
454
+ }
455
+ function la(e, t) {
456
+ if (!(e instanceof t)) throw new TypeError("Cannot call a class as a function");
457
+ }
458
+ function fa(e, t) {
459
+ for (var r = 0; r < t.length; r++) {
460
+ var n = t[r];
461
+ n.enumerable = n.enumerable || !1, n.configurable = !0, "value" in n && (n.writable = !0), Object.defineProperty(e, qr(n.key), n);
462
+ }
463
+ }
464
+ function ua(e, t, r) {
465
+ return t && fa(e.prototype, t), Object.defineProperty(e, "prototype", {
466
+ writable: !1
467
+ }), e;
468
+ }
469
+ function Ue(e, t) {
470
+ var r = typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
471
+ if (!r) {
472
+ if (Array.isArray(e) || (r = $t(e)) || t) {
473
+ r && (e = r);
474
+ var n = 0, a = function() {
475
+ };
476
+ return {
477
+ s: a,
478
+ n: function() {
479
+ return n >= e.length ? {
480
+ done: !0
481
+ } : {
482
+ done: !1,
483
+ value: e[n++]
484
+ };
485
+ },
486
+ e: function(l) {
487
+ throw l;
488
+ },
489
+ f: a
490
+ };
491
+ }
492
+ throw new TypeError(`Invalid attempt to iterate non-iterable instance.
493
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
494
+ }
495
+ var i, o = !0, s = !1;
496
+ return {
497
+ s: function() {
498
+ r = r.call(e);
499
+ },
500
+ n: function() {
501
+ var l = r.next();
502
+ return o = l.done, l;
503
+ },
504
+ e: function(l) {
505
+ s = !0, i = l;
506
+ },
507
+ f: function() {
508
+ try {
509
+ o || r.return == null || r.return();
510
+ } finally {
511
+ if (s) throw i;
512
+ }
513
+ }
514
+ };
515
+ }
516
+ function _(e, t, r) {
517
+ return (t = qr(t)) in e ? Object.defineProperty(e, t, {
518
+ value: r,
519
+ enumerable: !0,
520
+ configurable: !0,
521
+ writable: !0
522
+ }) : e[t] = r, e;
523
+ }
524
+ function ca(e) {
525
+ if (typeof Symbol < "u" && e[Symbol.iterator] != null || e["@@iterator"] != null) return Array.from(e);
526
+ }
527
+ function da(e, t) {
528
+ var r = e == null ? null : typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
529
+ if (r != null) {
530
+ var n, a, i, o, s = [], l = !0, u = !1;
531
+ try {
532
+ if (i = (r = r.call(e)).next, t === 0) {
533
+ if (Object(r) !== r) return;
534
+ l = !1;
535
+ } else for (; !(l = (n = i.call(r)).done) && (s.push(n.value), s.length !== t); l = !0) ;
536
+ } catch (c) {
537
+ u = !0, a = c;
538
+ } finally {
539
+ try {
540
+ if (!l && r.return != null && (o = r.return(), Object(o) !== o)) return;
541
+ } finally {
542
+ if (u) throw a;
543
+ }
544
+ }
545
+ return s;
546
+ }
547
+ }
548
+ function ma() {
549
+ throw new TypeError(`Invalid attempt to destructure non-iterable instance.
550
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
551
+ }
552
+ function va() {
553
+ throw new TypeError(`Invalid attempt to spread non-iterable instance.
554
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
555
+ }
556
+ function er(e, t) {
557
+ var r = Object.keys(e);
558
+ if (Object.getOwnPropertySymbols) {
559
+ var n = Object.getOwnPropertySymbols(e);
560
+ t && (n = n.filter(function(a) {
561
+ return Object.getOwnPropertyDescriptor(e, a).enumerable;
562
+ })), r.push.apply(r, n);
563
+ }
564
+ return r;
565
+ }
566
+ function m(e) {
567
+ for (var t = 1; t < arguments.length; t++) {
568
+ var r = arguments[t] != null ? arguments[t] : {};
569
+ t % 2 ? er(Object(r), !0).forEach(function(n) {
570
+ _(e, n, r[n]);
571
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : er(Object(r)).forEach(function(n) {
572
+ Object.defineProperty(e, n, Object.getOwnPropertyDescriptor(r, n));
573
+ });
574
+ }
575
+ return e;
576
+ }
577
+ function Je(e, t) {
578
+ return oa(e) || da(e, t) || $t(e, t) || ma();
579
+ }
580
+ function J(e) {
581
+ return sa(e) || ca(e) || $t(e) || va();
582
+ }
583
+ function pa(e, t) {
584
+ if (typeof e != "object" || !e) return e;
585
+ var r = e[Symbol.toPrimitive];
586
+ if (r !== void 0) {
587
+ var n = r.call(e, t);
588
+ if (typeof n != "object") return n;
589
+ throw new TypeError("@@toPrimitive must return a primitive value.");
590
+ }
591
+ return (t === "string" ? String : Number)(e);
592
+ }
593
+ function qr(e) {
594
+ var t = pa(e, "string");
595
+ return typeof t == "symbol" ? t : t + "";
596
+ }
597
+ function Ge(e) {
598
+ "@babel/helpers - typeof";
599
+ return Ge = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
600
+ return typeof t;
601
+ } : function(t) {
602
+ return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
603
+ }, Ge(e);
604
+ }
605
+ function $t(e, t) {
606
+ if (e) {
607
+ if (typeof e == "string") return ht(e, t);
608
+ var r = {}.toString.call(e).slice(8, -1);
609
+ return r === "Object" && e.constructor && (r = e.constructor.name), r === "Map" || r === "Set" ? Array.from(e) : r === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r) ? ht(e, t) : void 0;
610
+ }
611
+ }
612
+ var tr = function() {
613
+ }, Mt = {}, Vr = {}, Gr = null, Br = {
614
+ mark: tr,
615
+ measure: tr
616
+ };
617
+ try {
618
+ typeof window < "u" && (Mt = window), typeof document < "u" && (Vr = document), typeof MutationObserver < "u" && (Gr = MutationObserver), typeof performance < "u" && (Br = performance);
619
+ } catch {
620
+ }
621
+ var ha = Mt.navigator || {}, rr = ha.userAgent, nr = rr === void 0 ? "" : rr, fe = Mt, W = Vr, ar = Gr, Le = Br;
622
+ fe.document;
623
+ var ie = !!W.documentElement && !!W.head && typeof W.addEventListener == "function" && typeof W.createElement == "function", Hr = ~nr.indexOf("MSIE") || ~nr.indexOf("Trident/"), tt, ba = /fa(k|kd|s|r|l|t|d|dr|dl|dt|b|slr|slpr|wsb|tl|ns|nds|es|jr|jfr|jdr|usb|ufsb|udsb|cr|ss|sr|sl|st|sds|sdr|sdl|sdt)?[\-\ ]/, ya = /Font ?Awesome ?([567 ]*)(Solid|Regular|Light|Thin|Duotone|Brands|Free|Pro|Sharp Duotone|Sharp|Kit|Notdog Duo|Notdog|Chisel|Etch|Thumbprint|Jelly Fill|Jelly Duo|Jelly|Utility|Utility Fill|Utility Duo|Slab Press|Slab|Whiteboard)?.*/i, Xr = {
624
+ classic: {
625
+ fa: "solid",
626
+ fas: "solid",
627
+ "fa-solid": "solid",
628
+ far: "regular",
629
+ "fa-regular": "regular",
630
+ fal: "light",
631
+ "fa-light": "light",
632
+ fat: "thin",
633
+ "fa-thin": "thin",
634
+ fab: "brands",
635
+ "fa-brands": "brands"
636
+ },
637
+ duotone: {
638
+ fa: "solid",
639
+ fad: "solid",
640
+ "fa-solid": "solid",
641
+ "fa-duotone": "solid",
642
+ fadr: "regular",
643
+ "fa-regular": "regular",
644
+ fadl: "light",
645
+ "fa-light": "light",
646
+ fadt: "thin",
647
+ "fa-thin": "thin"
648
+ },
649
+ sharp: {
650
+ fa: "solid",
651
+ fass: "solid",
652
+ "fa-solid": "solid",
653
+ fasr: "regular",
654
+ "fa-regular": "regular",
655
+ fasl: "light",
656
+ "fa-light": "light",
657
+ fast: "thin",
658
+ "fa-thin": "thin"
659
+ },
660
+ "sharp-duotone": {
661
+ fa: "solid",
662
+ fasds: "solid",
663
+ "fa-solid": "solid",
664
+ fasdr: "regular",
665
+ "fa-regular": "regular",
666
+ fasdl: "light",
667
+ "fa-light": "light",
668
+ fasdt: "thin",
669
+ "fa-thin": "thin"
670
+ },
671
+ slab: {
672
+ "fa-regular": "regular",
673
+ faslr: "regular"
674
+ },
675
+ "slab-press": {
676
+ "fa-regular": "regular",
677
+ faslpr: "regular"
678
+ },
679
+ thumbprint: {
680
+ "fa-light": "light",
681
+ fatl: "light"
682
+ },
683
+ whiteboard: {
684
+ "fa-semibold": "semibold",
685
+ fawsb: "semibold"
686
+ },
687
+ notdog: {
688
+ "fa-solid": "solid",
689
+ fans: "solid"
690
+ },
691
+ "notdog-duo": {
692
+ "fa-solid": "solid",
693
+ fands: "solid"
694
+ },
695
+ etch: {
696
+ "fa-solid": "solid",
697
+ faes: "solid"
698
+ },
699
+ jelly: {
700
+ "fa-regular": "regular",
701
+ fajr: "regular"
702
+ },
703
+ "jelly-fill": {
704
+ "fa-regular": "regular",
705
+ fajfr: "regular"
706
+ },
707
+ "jelly-duo": {
708
+ "fa-regular": "regular",
709
+ fajdr: "regular"
710
+ },
711
+ chisel: {
712
+ "fa-regular": "regular",
713
+ facr: "regular"
714
+ },
715
+ utility: {
716
+ "fa-semibold": "semibold",
717
+ fausb: "semibold"
718
+ },
719
+ "utility-duo": {
720
+ "fa-semibold": "semibold",
721
+ faudsb: "semibold"
722
+ },
723
+ "utility-fill": {
724
+ "fa-semibold": "semibold",
725
+ faufsb: "semibold"
726
+ }
727
+ }, ga = {
728
+ GROUP: "duotone-group",
729
+ PRIMARY: "primary",
730
+ SECONDARY: "secondary"
731
+ }, Jr = ["fa-classic", "fa-duotone", "fa-sharp", "fa-sharp-duotone", "fa-thumbprint", "fa-whiteboard", "fa-notdog", "fa-notdog-duo", "fa-chisel", "fa-etch", "fa-jelly", "fa-jelly-fill", "fa-jelly-duo", "fa-slab", "fa-slab-press", "fa-utility", "fa-utility-duo", "fa-utility-fill"], Y = "classic", Ce = "duotone", Kr = "sharp", Qr = "sharp-duotone", Zr = "chisel", en = "etch", tn = "jelly", rn = "jelly-duo", nn = "jelly-fill", an = "notdog", on = "notdog-duo", sn = "slab", ln = "slab-press", fn = "thumbprint", un = "utility", cn = "utility-duo", dn = "utility-fill", mn = "whiteboard", xa = "Classic", wa = "Duotone", Aa = "Sharp", Sa = "Sharp Duotone", Ea = "Chisel", Pa = "Etch", Oa = "Jelly", ja = "Jelly Duo", Ta = "Jelly Fill", ka = "Notdog", _a = "Notdog Duo", Ia = "Slab", Na = "Slab Press", Ra = "Thumbprint", Ca = "Utility", Fa = "Utility Duo", $a = "Utility Fill", Ma = "Whiteboard", vn = [Y, Ce, Kr, Qr, Zr, en, tn, rn, nn, an, on, sn, ln, fn, un, cn, dn, mn];
732
+ tt = {}, _(_(_(_(_(_(_(_(_(_(tt, Y, xa), Ce, wa), Kr, Aa), Qr, Sa), Zr, Ea), en, Pa), tn, Oa), rn, ja), nn, Ta), an, ka), _(_(_(_(_(_(_(_(tt, on, _a), sn, Ia), ln, Na), fn, Ra), un, Ca), cn, Fa), dn, $a), mn, Ma);
733
+ var Da = {
734
+ classic: {
735
+ 900: "fas",
736
+ 400: "far",
737
+ normal: "far",
738
+ 300: "fal",
739
+ 100: "fat"
740
+ },
741
+ duotone: {
742
+ 900: "fad",
743
+ 400: "fadr",
744
+ 300: "fadl",
745
+ 100: "fadt"
746
+ },
747
+ sharp: {
748
+ 900: "fass",
749
+ 400: "fasr",
750
+ 300: "fasl",
751
+ 100: "fast"
752
+ },
753
+ "sharp-duotone": {
754
+ 900: "fasds",
755
+ 400: "fasdr",
756
+ 300: "fasdl",
757
+ 100: "fasdt"
758
+ },
759
+ slab: {
760
+ 400: "faslr"
761
+ },
762
+ "slab-press": {
763
+ 400: "faslpr"
764
+ },
765
+ whiteboard: {
766
+ 600: "fawsb"
767
+ },
768
+ thumbprint: {
769
+ 300: "fatl"
770
+ },
771
+ notdog: {
772
+ 900: "fans"
773
+ },
774
+ "notdog-duo": {
775
+ 900: "fands"
776
+ },
777
+ etch: {
778
+ 900: "faes"
779
+ },
780
+ chisel: {
781
+ 400: "facr"
782
+ },
783
+ jelly: {
784
+ 400: "fajr"
785
+ },
786
+ "jelly-fill": {
787
+ 400: "fajfr"
788
+ },
789
+ "jelly-duo": {
790
+ 400: "fajdr"
791
+ },
792
+ utility: {
793
+ 600: "fausb"
794
+ },
795
+ "utility-duo": {
796
+ 600: "faudsb"
797
+ },
798
+ "utility-fill": {
799
+ 600: "faufsb"
800
+ }
801
+ }, La = {
802
+ "Font Awesome 7 Free": {
803
+ 900: "fas",
804
+ 400: "far"
805
+ },
806
+ "Font Awesome 7 Pro": {
807
+ 900: "fas",
808
+ 400: "far",
809
+ normal: "far",
810
+ 300: "fal",
811
+ 100: "fat"
812
+ },
813
+ "Font Awesome 7 Brands": {
814
+ 400: "fab",
815
+ normal: "fab"
816
+ },
817
+ "Font Awesome 7 Duotone": {
818
+ 900: "fad",
819
+ 400: "fadr",
820
+ normal: "fadr",
821
+ 300: "fadl",
822
+ 100: "fadt"
823
+ },
824
+ "Font Awesome 7 Sharp": {
825
+ 900: "fass",
826
+ 400: "fasr",
827
+ normal: "fasr",
828
+ 300: "fasl",
829
+ 100: "fast"
830
+ },
831
+ "Font Awesome 7 Sharp Duotone": {
832
+ 900: "fasds",
833
+ 400: "fasdr",
834
+ normal: "fasdr",
835
+ 300: "fasdl",
836
+ 100: "fasdt"
837
+ },
838
+ "Font Awesome 7 Jelly": {
839
+ 400: "fajr",
840
+ normal: "fajr"
841
+ },
842
+ "Font Awesome 7 Jelly Fill": {
843
+ 400: "fajfr",
844
+ normal: "fajfr"
845
+ },
846
+ "Font Awesome 7 Jelly Duo": {
847
+ 400: "fajdr",
848
+ normal: "fajdr"
849
+ },
850
+ "Font Awesome 7 Slab": {
851
+ 400: "faslr",
852
+ normal: "faslr"
853
+ },
854
+ "Font Awesome 7 Slab Press": {
855
+ 400: "faslpr",
856
+ normal: "faslpr"
857
+ },
858
+ "Font Awesome 7 Thumbprint": {
859
+ 300: "fatl",
860
+ normal: "fatl"
861
+ },
862
+ "Font Awesome 7 Notdog": {
863
+ 900: "fans",
864
+ normal: "fans"
865
+ },
866
+ "Font Awesome 7 Notdog Duo": {
867
+ 900: "fands",
868
+ normal: "fands"
869
+ },
870
+ "Font Awesome 7 Etch": {
871
+ 900: "faes",
872
+ normal: "faes"
873
+ },
874
+ "Font Awesome 7 Chisel": {
875
+ 400: "facr",
876
+ normal: "facr"
877
+ },
878
+ "Font Awesome 7 Whiteboard": {
879
+ 600: "fawsb",
880
+ normal: "fawsb"
881
+ },
882
+ "Font Awesome 7 Utility": {
883
+ 600: "fausb",
884
+ normal: "fausb"
885
+ },
886
+ "Font Awesome 7 Utility Duo": {
887
+ 600: "faudsb",
888
+ normal: "faudsb"
889
+ },
890
+ "Font Awesome 7 Utility Fill": {
891
+ 600: "faufsb",
892
+ normal: "faufsb"
893
+ }
894
+ }, za = /* @__PURE__ */ new Map([["classic", {
895
+ defaultShortPrefixId: "fas",
896
+ defaultStyleId: "solid",
897
+ styleIds: ["solid", "regular", "light", "thin", "brands"],
898
+ futureStyleIds: [],
899
+ defaultFontWeight: 900
900
+ }], ["duotone", {
901
+ defaultShortPrefixId: "fad",
902
+ defaultStyleId: "solid",
903
+ styleIds: ["solid", "regular", "light", "thin"],
904
+ futureStyleIds: [],
905
+ defaultFontWeight: 900
906
+ }], ["sharp", {
907
+ defaultShortPrefixId: "fass",
908
+ defaultStyleId: "solid",
909
+ styleIds: ["solid", "regular", "light", "thin"],
910
+ futureStyleIds: [],
911
+ defaultFontWeight: 900
912
+ }], ["sharp-duotone", {
913
+ defaultShortPrefixId: "fasds",
914
+ defaultStyleId: "solid",
915
+ styleIds: ["solid", "regular", "light", "thin"],
916
+ futureStyleIds: [],
917
+ defaultFontWeight: 900
918
+ }], ["chisel", {
919
+ defaultShortPrefixId: "facr",
920
+ defaultStyleId: "regular",
921
+ styleIds: ["regular"],
922
+ futureStyleIds: [],
923
+ defaultFontWeight: 400
924
+ }], ["etch", {
925
+ defaultShortPrefixId: "faes",
926
+ defaultStyleId: "solid",
927
+ styleIds: ["solid"],
928
+ futureStyleIds: [],
929
+ defaultFontWeight: 900
930
+ }], ["jelly", {
931
+ defaultShortPrefixId: "fajr",
932
+ defaultStyleId: "regular",
933
+ styleIds: ["regular"],
934
+ futureStyleIds: [],
935
+ defaultFontWeight: 400
936
+ }], ["jelly-duo", {
937
+ defaultShortPrefixId: "fajdr",
938
+ defaultStyleId: "regular",
939
+ styleIds: ["regular"],
940
+ futureStyleIds: [],
941
+ defaultFontWeight: 400
942
+ }], ["jelly-fill", {
943
+ defaultShortPrefixId: "fajfr",
944
+ defaultStyleId: "regular",
945
+ styleIds: ["regular"],
946
+ futureStyleIds: [],
947
+ defaultFontWeight: 400
948
+ }], ["notdog", {
949
+ defaultShortPrefixId: "fans",
950
+ defaultStyleId: "solid",
951
+ styleIds: ["solid"],
952
+ futureStyleIds: [],
953
+ defaultFontWeight: 900
954
+ }], ["notdog-duo", {
955
+ defaultShortPrefixId: "fands",
956
+ defaultStyleId: "solid",
957
+ styleIds: ["solid"],
958
+ futureStyleIds: [],
959
+ defaultFontWeight: 900
960
+ }], ["slab", {
961
+ defaultShortPrefixId: "faslr",
962
+ defaultStyleId: "regular",
963
+ styleIds: ["regular"],
964
+ futureStyleIds: [],
965
+ defaultFontWeight: 400
966
+ }], ["slab-press", {
967
+ defaultShortPrefixId: "faslpr",
968
+ defaultStyleId: "regular",
969
+ styleIds: ["regular"],
970
+ futureStyleIds: [],
971
+ defaultFontWeight: 400
972
+ }], ["thumbprint", {
973
+ defaultShortPrefixId: "fatl",
974
+ defaultStyleId: "light",
975
+ styleIds: ["light"],
976
+ futureStyleIds: [],
977
+ defaultFontWeight: 300
978
+ }], ["utility", {
979
+ defaultShortPrefixId: "fausb",
980
+ defaultStyleId: "semibold",
981
+ styleIds: ["semibold"],
982
+ futureStyleIds: [],
983
+ defaultFontWeight: 600
984
+ }], ["utility-duo", {
985
+ defaultShortPrefixId: "faudsb",
986
+ defaultStyleId: "semibold",
987
+ styleIds: ["semibold"],
988
+ futureStyleIds: [],
989
+ defaultFontWeight: 600
990
+ }], ["utility-fill", {
991
+ defaultShortPrefixId: "faufsb",
992
+ defaultStyleId: "semibold",
993
+ styleIds: ["semibold"],
994
+ futureStyleIds: [],
995
+ defaultFontWeight: 600
996
+ }], ["whiteboard", {
997
+ defaultShortPrefixId: "fawsb",
998
+ defaultStyleId: "semibold",
999
+ styleIds: ["semibold"],
1000
+ futureStyleIds: [],
1001
+ defaultFontWeight: 600
1002
+ }]]), Wa = {
1003
+ chisel: {
1004
+ regular: "facr"
1005
+ },
1006
+ classic: {
1007
+ brands: "fab",
1008
+ light: "fal",
1009
+ regular: "far",
1010
+ solid: "fas",
1011
+ thin: "fat"
1012
+ },
1013
+ duotone: {
1014
+ light: "fadl",
1015
+ regular: "fadr",
1016
+ solid: "fad",
1017
+ thin: "fadt"
1018
+ },
1019
+ etch: {
1020
+ solid: "faes"
1021
+ },
1022
+ jelly: {
1023
+ regular: "fajr"
1024
+ },
1025
+ "jelly-duo": {
1026
+ regular: "fajdr"
1027
+ },
1028
+ "jelly-fill": {
1029
+ regular: "fajfr"
1030
+ },
1031
+ notdog: {
1032
+ solid: "fans"
1033
+ },
1034
+ "notdog-duo": {
1035
+ solid: "fands"
1036
+ },
1037
+ sharp: {
1038
+ light: "fasl",
1039
+ regular: "fasr",
1040
+ solid: "fass",
1041
+ thin: "fast"
1042
+ },
1043
+ "sharp-duotone": {
1044
+ light: "fasdl",
1045
+ regular: "fasdr",
1046
+ solid: "fasds",
1047
+ thin: "fasdt"
1048
+ },
1049
+ slab: {
1050
+ regular: "faslr"
1051
+ },
1052
+ "slab-press": {
1053
+ regular: "faslpr"
1054
+ },
1055
+ thumbprint: {
1056
+ light: "fatl"
1057
+ },
1058
+ utility: {
1059
+ semibold: "fausb"
1060
+ },
1061
+ "utility-duo": {
1062
+ semibold: "faudsb"
1063
+ },
1064
+ "utility-fill": {
1065
+ semibold: "faufsb"
1066
+ },
1067
+ whiteboard: {
1068
+ semibold: "fawsb"
1069
+ }
1070
+ }, pn = ["fak", "fa-kit", "fakd", "fa-kit-duotone"], ir = {
1071
+ kit: {
1072
+ fak: "kit",
1073
+ "fa-kit": "kit"
1074
+ },
1075
+ "kit-duotone": {
1076
+ fakd: "kit-duotone",
1077
+ "fa-kit-duotone": "kit-duotone"
1078
+ }
1079
+ }, Ya = ["kit"], Ua = "kit", qa = "kit-duotone", Va = "Kit", Ga = "Kit Duotone";
1080
+ _(_({}, Ua, Va), qa, Ga);
1081
+ var Ba = {
1082
+ kit: {
1083
+ "fa-kit": "fak"
1084
+ }
1085
+ }, Ha = {
1086
+ "Font Awesome Kit": {
1087
+ 400: "fak",
1088
+ normal: "fak"
1089
+ },
1090
+ "Font Awesome Kit Duotone": {
1091
+ 400: "fakd",
1092
+ normal: "fakd"
1093
+ }
1094
+ }, Xa = {
1095
+ kit: {
1096
+ fak: "fa-kit"
1097
+ }
1098
+ }, or = {
1099
+ kit: {
1100
+ kit: "fak"
1101
+ },
1102
+ "kit-duotone": {
1103
+ "kit-duotone": "fakd"
1104
+ }
1105
+ }, rt, ze = {
1106
+ GROUP: "duotone-group",
1107
+ SWAP_OPACITY: "swap-opacity",
1108
+ PRIMARY: "primary",
1109
+ SECONDARY: "secondary"
1110
+ }, Ja = ["fa-classic", "fa-duotone", "fa-sharp", "fa-sharp-duotone", "fa-thumbprint", "fa-whiteboard", "fa-notdog", "fa-notdog-duo", "fa-chisel", "fa-etch", "fa-jelly", "fa-jelly-fill", "fa-jelly-duo", "fa-slab", "fa-slab-press", "fa-utility", "fa-utility-duo", "fa-utility-fill"], Ka = "classic", Qa = "duotone", Za = "sharp", ei = "sharp-duotone", ti = "chisel", ri = "etch", ni = "jelly", ai = "jelly-duo", ii = "jelly-fill", oi = "notdog", si = "notdog-duo", li = "slab", fi = "slab-press", ui = "thumbprint", ci = "utility", di = "utility-duo", mi = "utility-fill", vi = "whiteboard", pi = "Classic", hi = "Duotone", bi = "Sharp", yi = "Sharp Duotone", gi = "Chisel", xi = "Etch", wi = "Jelly", Ai = "Jelly Duo", Si = "Jelly Fill", Ei = "Notdog", Pi = "Notdog Duo", Oi = "Slab", ji = "Slab Press", Ti = "Thumbprint", ki = "Utility", _i = "Utility Duo", Ii = "Utility Fill", Ni = "Whiteboard";
1111
+ rt = {}, _(_(_(_(_(_(_(_(_(_(rt, Ka, pi), Qa, hi), Za, bi), ei, yi), ti, gi), ri, xi), ni, wi), ai, Ai), ii, Si), oi, Ei), _(_(_(_(_(_(_(_(rt, si, Pi), li, Oi), fi, ji), ui, Ti), ci, ki), di, _i), mi, Ii), vi, Ni);
1112
+ var Ri = "kit", Ci = "kit-duotone", Fi = "Kit", $i = "Kit Duotone";
1113
+ _(_({}, Ri, Fi), Ci, $i);
1114
+ var Mi = {
1115
+ classic: {
1116
+ "fa-brands": "fab",
1117
+ "fa-duotone": "fad",
1118
+ "fa-light": "fal",
1119
+ "fa-regular": "far",
1120
+ "fa-solid": "fas",
1121
+ "fa-thin": "fat"
1122
+ },
1123
+ duotone: {
1124
+ "fa-regular": "fadr",
1125
+ "fa-light": "fadl",
1126
+ "fa-thin": "fadt"
1127
+ },
1128
+ sharp: {
1129
+ "fa-solid": "fass",
1130
+ "fa-regular": "fasr",
1131
+ "fa-light": "fasl",
1132
+ "fa-thin": "fast"
1133
+ },
1134
+ "sharp-duotone": {
1135
+ "fa-solid": "fasds",
1136
+ "fa-regular": "fasdr",
1137
+ "fa-light": "fasdl",
1138
+ "fa-thin": "fasdt"
1139
+ },
1140
+ slab: {
1141
+ "fa-regular": "faslr"
1142
+ },
1143
+ "slab-press": {
1144
+ "fa-regular": "faslpr"
1145
+ },
1146
+ whiteboard: {
1147
+ "fa-semibold": "fawsb"
1148
+ },
1149
+ thumbprint: {
1150
+ "fa-light": "fatl"
1151
+ },
1152
+ notdog: {
1153
+ "fa-solid": "fans"
1154
+ },
1155
+ "notdog-duo": {
1156
+ "fa-solid": "fands"
1157
+ },
1158
+ etch: {
1159
+ "fa-solid": "faes"
1160
+ },
1161
+ jelly: {
1162
+ "fa-regular": "fajr"
1163
+ },
1164
+ "jelly-fill": {
1165
+ "fa-regular": "fajfr"
1166
+ },
1167
+ "jelly-duo": {
1168
+ "fa-regular": "fajdr"
1169
+ },
1170
+ chisel: {
1171
+ "fa-regular": "facr"
1172
+ },
1173
+ utility: {
1174
+ "fa-semibold": "fausb"
1175
+ },
1176
+ "utility-duo": {
1177
+ "fa-semibold": "faudsb"
1178
+ },
1179
+ "utility-fill": {
1180
+ "fa-semibold": "faufsb"
1181
+ }
1182
+ }, Di = {
1183
+ classic: ["fas", "far", "fal", "fat", "fad"],
1184
+ duotone: ["fadr", "fadl", "fadt"],
1185
+ sharp: ["fass", "fasr", "fasl", "fast"],
1186
+ "sharp-duotone": ["fasds", "fasdr", "fasdl", "fasdt"],
1187
+ slab: ["faslr"],
1188
+ "slab-press": ["faslpr"],
1189
+ whiteboard: ["fawsb"],
1190
+ thumbprint: ["fatl"],
1191
+ notdog: ["fans"],
1192
+ "notdog-duo": ["fands"],
1193
+ etch: ["faes"],
1194
+ jelly: ["fajr"],
1195
+ "jelly-fill": ["fajfr"],
1196
+ "jelly-duo": ["fajdr"],
1197
+ chisel: ["facr"],
1198
+ utility: ["fausb"],
1199
+ "utility-duo": ["faudsb"],
1200
+ "utility-fill": ["faufsb"]
1201
+ }, bt = {
1202
+ classic: {
1203
+ fab: "fa-brands",
1204
+ fad: "fa-duotone",
1205
+ fal: "fa-light",
1206
+ far: "fa-regular",
1207
+ fas: "fa-solid",
1208
+ fat: "fa-thin"
1209
+ },
1210
+ duotone: {
1211
+ fadr: "fa-regular",
1212
+ fadl: "fa-light",
1213
+ fadt: "fa-thin"
1214
+ },
1215
+ sharp: {
1216
+ fass: "fa-solid",
1217
+ fasr: "fa-regular",
1218
+ fasl: "fa-light",
1219
+ fast: "fa-thin"
1220
+ },
1221
+ "sharp-duotone": {
1222
+ fasds: "fa-solid",
1223
+ fasdr: "fa-regular",
1224
+ fasdl: "fa-light",
1225
+ fasdt: "fa-thin"
1226
+ },
1227
+ slab: {
1228
+ faslr: "fa-regular"
1229
+ },
1230
+ "slab-press": {
1231
+ faslpr: "fa-regular"
1232
+ },
1233
+ whiteboard: {
1234
+ fawsb: "fa-semibold"
1235
+ },
1236
+ thumbprint: {
1237
+ fatl: "fa-light"
1238
+ },
1239
+ notdog: {
1240
+ fans: "fa-solid"
1241
+ },
1242
+ "notdog-duo": {
1243
+ fands: "fa-solid"
1244
+ },
1245
+ etch: {
1246
+ faes: "fa-solid"
1247
+ },
1248
+ jelly: {
1249
+ fajr: "fa-regular"
1250
+ },
1251
+ "jelly-fill": {
1252
+ fajfr: "fa-regular"
1253
+ },
1254
+ "jelly-duo": {
1255
+ fajdr: "fa-regular"
1256
+ },
1257
+ chisel: {
1258
+ facr: "fa-regular"
1259
+ },
1260
+ utility: {
1261
+ fausb: "fa-semibold"
1262
+ },
1263
+ "utility-duo": {
1264
+ faudsb: "fa-semibold"
1265
+ },
1266
+ "utility-fill": {
1267
+ faufsb: "fa-semibold"
1268
+ }
1269
+ }, Li = ["fa-solid", "fa-regular", "fa-light", "fa-thin", "fa-duotone", "fa-brands", "fa-semibold"], hn = ["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", "fajr", "fajfr", "fajdr", "facr", "fausb", "faudsb", "faufsb"].concat(Ja, Li), zi = ["solid", "regular", "light", "thin", "duotone", "brands", "semibold"], bn = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], Wi = bn.concat([11, 12, 13, 14, 15, 16, 17, 18, 19, 20]), Yi = ["aw", "fw", "pull-left", "pull-right"], Ui = [].concat(J(Object.keys(Di)), zi, Yi, ["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", ze.GROUP, ze.SWAP_OPACITY, ze.PRIMARY, ze.SECONDARY]).concat(bn.map(function(e) {
1270
+ return "".concat(e, "x");
1271
+ })).concat(Wi.map(function(e) {
1272
+ return "w-".concat(e);
1273
+ })), qi = {
1274
+ "Font Awesome 5 Free": {
1275
+ 900: "fas",
1276
+ 400: "far"
1277
+ },
1278
+ "Font Awesome 5 Pro": {
1279
+ 900: "fas",
1280
+ 400: "far",
1281
+ normal: "far",
1282
+ 300: "fal"
1283
+ },
1284
+ "Font Awesome 5 Brands": {
1285
+ 400: "fab",
1286
+ normal: "fab"
1287
+ },
1288
+ "Font Awesome 5 Duotone": {
1289
+ 900: "fad"
1290
+ }
1291
+ }, ne = "___FONT_AWESOME___", yt = 16, yn = "fa", gn = "svg-inline--fa", he = "data-fa-i2svg", gt = "data-fa-pseudo-element", Vi = "data-fa-pseudo-element-pending", Dt = "data-prefix", Lt = "data-icon", sr = "fontawesome-i2svg", Gi = "async", Bi = ["HTML", "HEAD", "STYLE", "SCRIPT"], xn = ["::before", "::after", ":before", ":after"], wn = (function() {
1292
+ try {
1293
+ return process.env.NODE_ENV === "production";
1294
+ } catch {
1295
+ return !1;
1296
+ }
1297
+ })();
1298
+ function Fe(e) {
1299
+ return new Proxy(e, {
1300
+ get: function(r, n) {
1301
+ return n in r ? r[n] : r[Y];
1302
+ }
1303
+ });
1304
+ }
1305
+ var An = m({}, Xr);
1306
+ An[Y] = m(m(m(m({}, {
1307
+ "fa-duotone": "duotone"
1308
+ }), Xr[Y]), ir.kit), ir["kit-duotone"]);
1309
+ var Hi = Fe(An), xt = m({}, Wa);
1310
+ xt[Y] = m(m(m(m({}, {
1311
+ duotone: "fad"
1312
+ }), xt[Y]), or.kit), or["kit-duotone"]);
1313
+ var lr = Fe(xt), wt = m({}, bt);
1314
+ wt[Y] = m(m({}, wt[Y]), Xa.kit);
1315
+ var zt = Fe(wt), At = m({}, Mi);
1316
+ At[Y] = m(m({}, At[Y]), Ba.kit);
1317
+ Fe(At);
1318
+ var Xi = ba, Sn = "fa-layers-text", Ji = ya, Ki = m({}, Da);
1319
+ Fe(Ki);
1320
+ var Qi = ["class", "data-prefix", "data-icon", "data-fa-transform", "data-fa-mask"], nt = ga, Zi = [].concat(J(Ya), J(Ui)), _e = fe.FontAwesomeConfig || {};
1321
+ function eo(e) {
1322
+ var t = W.querySelector("script[" + e + "]");
1323
+ if (t)
1324
+ return t.getAttribute(e);
1325
+ }
1326
+ function to(e) {
1327
+ return e === "" ? !0 : e === "false" ? !1 : e === "true" ? !0 : e;
1328
+ }
1329
+ if (W && typeof W.querySelector == "function") {
1330
+ var ro = [["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"]];
1331
+ ro.forEach(function(e) {
1332
+ var t = Je(e, 2), r = t[0], n = t[1], a = to(eo(r));
1333
+ a != null && (_e[n] = a);
1334
+ });
1335
+ }
1336
+ var En = {
1337
+ styleDefault: "solid",
1338
+ familyDefault: Y,
1339
+ cssPrefix: yn,
1340
+ replacementClass: gn,
1341
+ autoReplaceSvg: !0,
1342
+ autoAddCss: !0,
1343
+ searchPseudoElements: !1,
1344
+ searchPseudoElementsWarnings: !0,
1345
+ searchPseudoElementsFullScan: !1,
1346
+ observeMutations: !0,
1347
+ mutateApproach: "async",
1348
+ keepOriginalSource: !0,
1349
+ measurePerformance: !1,
1350
+ showMissingIcons: !0
1351
+ };
1352
+ _e.familyPrefix && (_e.cssPrefix = _e.familyPrefix);
1353
+ var Ee = m(m({}, En), _e);
1354
+ Ee.autoReplaceSvg || (Ee.observeMutations = !1);
1355
+ var P = {};
1356
+ Object.keys(En).forEach(function(e) {
1357
+ Object.defineProperty(P, e, {
1358
+ enumerable: !0,
1359
+ set: function(r) {
1360
+ Ee[e] = r, Ie.forEach(function(n) {
1361
+ return n(P);
1362
+ });
1363
+ },
1364
+ get: function() {
1365
+ return Ee[e];
1366
+ }
1367
+ });
1368
+ });
1369
+ Object.defineProperty(P, "familyPrefix", {
1370
+ enumerable: !0,
1371
+ set: function(t) {
1372
+ Ee.cssPrefix = t, Ie.forEach(function(r) {
1373
+ return r(P);
1374
+ });
1375
+ },
1376
+ get: function() {
1377
+ return Ee.cssPrefix;
1378
+ }
1379
+ });
1380
+ fe.FontAwesomeConfig = P;
1381
+ var Ie = [];
1382
+ function no(e) {
1383
+ return Ie.push(e), function() {
1384
+ Ie.splice(Ie.indexOf(e), 1);
1385
+ };
1386
+ }
1387
+ var we = yt, te = {
1388
+ size: 16,
1389
+ x: 0,
1390
+ y: 0,
1391
+ rotate: 0,
1392
+ flipX: !1,
1393
+ flipY: !1
1394
+ };
1395
+ function ao(e) {
1396
+ if (!(!e || !ie)) {
1397
+ var t = W.createElement("style");
1398
+ t.setAttribute("type", "text/css"), t.innerHTML = e;
1399
+ for (var r = W.head.childNodes, n = null, a = r.length - 1; a > -1; a--) {
1400
+ var i = r[a], o = (i.tagName || "").toUpperCase();
1401
+ ["STYLE", "LINK"].indexOf(o) > -1 && (n = i);
1402
+ }
1403
+ return W.head.insertBefore(t, n), e;
1404
+ }
1405
+ }
1406
+ var io = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
1407
+ function fr() {
1408
+ for (var e = 12, t = ""; e-- > 0; )
1409
+ t += io[Math.random() * 62 | 0];
1410
+ return t;
1411
+ }
1412
+ function Pe(e) {
1413
+ for (var t = [], r = (e || []).length >>> 0; r--; )
1414
+ t[r] = e[r];
1415
+ return t;
1416
+ }
1417
+ function Wt(e) {
1418
+ return e.classList ? Pe(e.classList) : (e.getAttribute("class") || "").split(" ").filter(function(t) {
1419
+ return t;
1420
+ });
1421
+ }
1422
+ function Pn(e) {
1423
+ return "".concat(e).replace(/&/g, "&amp;").replace(/"/g, "&quot;").replace(/'/g, "&#39;").replace(/</g, "&lt;").replace(/>/g, "&gt;");
1424
+ }
1425
+ function oo(e) {
1426
+ return Object.keys(e || {}).reduce(function(t, r) {
1427
+ return t + "".concat(r, '="').concat(Pn(e[r]), '" ');
1428
+ }, "").trim();
1429
+ }
1430
+ function Ke(e) {
1431
+ return Object.keys(e || {}).reduce(function(t, r) {
1432
+ return t + "".concat(r, ": ").concat(e[r].trim(), ";");
1433
+ }, "");
1434
+ }
1435
+ function Yt(e) {
1436
+ return e.size !== te.size || e.x !== te.x || e.y !== te.y || e.rotate !== te.rotate || e.flipX || e.flipY;
1437
+ }
1438
+ function so(e) {
1439
+ var t = e.transform, r = e.containerWidth, n = e.iconWidth, a = {
1440
+ transform: "translate(".concat(r / 2, " 256)")
1441
+ }, i = "translate(".concat(t.x * 32, ", ").concat(t.y * 32, ") "), o = "scale(".concat(t.size / 16 * (t.flipX ? -1 : 1), ", ").concat(t.size / 16 * (t.flipY ? -1 : 1), ") "), s = "rotate(".concat(t.rotate, " 0 0)"), l = {
1442
+ transform: "".concat(i, " ").concat(o, " ").concat(s)
1443
+ }, u = {
1444
+ transform: "translate(".concat(n / 2 * -1, " -256)")
1445
+ };
1446
+ return {
1447
+ outer: a,
1448
+ inner: l,
1449
+ path: u
1450
+ };
1451
+ }
1452
+ function lo(e) {
1453
+ var t = e.transform, r = e.width, n = r === void 0 ? yt : r, a = e.height, i = a === void 0 ? yt : a, o = "";
1454
+ return Hr ? o += "translate(".concat(t.x / we - n / 2, "em, ").concat(t.y / we - i / 2, "em) ") : o += "translate(calc(-50% + ".concat(t.x / we, "em), calc(-50% + ").concat(t.y / we, "em)) "), o += "scale(".concat(t.size / we * (t.flipX ? -1 : 1), ", ").concat(t.size / we * (t.flipY ? -1 : 1), ") "), o += "rotate(".concat(t.rotate, "deg) "), o;
1455
+ }
1456
+ var fo = `:root, :host {
1457
+ --fa-font-solid: normal 900 1em/1 "Font Awesome 7 Free";
1458
+ --fa-font-regular: normal 400 1em/1 "Font Awesome 7 Free";
1459
+ --fa-font-light: normal 300 1em/1 "Font Awesome 7 Pro";
1460
+ --fa-font-thin: normal 100 1em/1 "Font Awesome 7 Pro";
1461
+ --fa-font-duotone: normal 900 1em/1 "Font Awesome 7 Duotone";
1462
+ --fa-font-duotone-regular: normal 400 1em/1 "Font Awesome 7 Duotone";
1463
+ --fa-font-duotone-light: normal 300 1em/1 "Font Awesome 7 Duotone";
1464
+ --fa-font-duotone-thin: normal 100 1em/1 "Font Awesome 7 Duotone";
1465
+ --fa-font-brands: normal 400 1em/1 "Font Awesome 7 Brands";
1466
+ --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 7 Sharp";
1467
+ --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 7 Sharp";
1468
+ --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 7 Sharp";
1469
+ --fa-font-sharp-thin: normal 100 1em/1 "Font Awesome 7 Sharp";
1470
+ --fa-font-sharp-duotone-solid: normal 900 1em/1 "Font Awesome 7 Sharp Duotone";
1471
+ --fa-font-sharp-duotone-regular: normal 400 1em/1 "Font Awesome 7 Sharp Duotone";
1472
+ --fa-font-sharp-duotone-light: normal 300 1em/1 "Font Awesome 7 Sharp Duotone";
1473
+ --fa-font-sharp-duotone-thin: normal 100 1em/1 "Font Awesome 7 Sharp Duotone";
1474
+ --fa-font-slab-regular: normal 400 1em/1 "Font Awesome 7 Slab";
1475
+ --fa-font-slab-press-regular: normal 400 1em/1 "Font Awesome 7 Slab Press";
1476
+ --fa-font-whiteboard-semibold: normal 600 1em/1 "Font Awesome 7 Whiteboard";
1477
+ --fa-font-thumbprint-light: normal 300 1em/1 "Font Awesome 7 Thumbprint";
1478
+ --fa-font-notdog-solid: normal 900 1em/1 "Font Awesome 7 Notdog";
1479
+ --fa-font-notdog-duo-solid: normal 900 1em/1 "Font Awesome 7 Notdog Duo";
1480
+ --fa-font-etch-solid: normal 900 1em/1 "Font Awesome 7 Etch";
1481
+ --fa-font-jelly-regular: normal 400 1em/1 "Font Awesome 7 Jelly";
1482
+ --fa-font-jelly-fill-regular: normal 400 1em/1 "Font Awesome 7 Jelly Fill";
1483
+ --fa-font-jelly-duo-regular: normal 400 1em/1 "Font Awesome 7 Jelly Duo";
1484
+ --fa-font-chisel-regular: normal 400 1em/1 "Font Awesome 7 Chisel";
1485
+ --fa-font-utility-semibold: normal 600 1em/1 "Font Awesome 7 Utility";
1486
+ --fa-font-utility-duo-semibold: normal 600 1em/1 "Font Awesome 7 Utility Duo";
1487
+ --fa-font-utility-fill-semibold: normal 600 1em/1 "Font Awesome 7 Utility Fill";
1488
+ }
1489
+
1490
+ .svg-inline--fa {
1491
+ box-sizing: content-box;
1492
+ display: var(--fa-display, inline-block);
1493
+ height: 1em;
1494
+ overflow: visible;
1495
+ vertical-align: -0.125em;
1496
+ width: var(--fa-width, 1.25em);
1497
+ }
1498
+ .svg-inline--fa.fa-2xs {
1499
+ vertical-align: 0.1em;
1500
+ }
1501
+ .svg-inline--fa.fa-xs {
1502
+ vertical-align: 0em;
1503
+ }
1504
+ .svg-inline--fa.fa-sm {
1505
+ vertical-align: -0.0714285714em;
1506
+ }
1507
+ .svg-inline--fa.fa-lg {
1508
+ vertical-align: -0.2em;
1509
+ }
1510
+ .svg-inline--fa.fa-xl {
1511
+ vertical-align: -0.25em;
1512
+ }
1513
+ .svg-inline--fa.fa-2xl {
1514
+ vertical-align: -0.3125em;
1515
+ }
1516
+ .svg-inline--fa.fa-pull-left,
1517
+ .svg-inline--fa .fa-pull-start {
1518
+ float: inline-start;
1519
+ margin-inline-end: var(--fa-pull-margin, 0.3em);
1520
+ }
1521
+ .svg-inline--fa.fa-pull-right,
1522
+ .svg-inline--fa .fa-pull-end {
1523
+ float: inline-end;
1524
+ margin-inline-start: var(--fa-pull-margin, 0.3em);
1525
+ }
1526
+ .svg-inline--fa.fa-li {
1527
+ width: var(--fa-li-width, 2em);
1528
+ inset-inline-start: calc(-1 * var(--fa-li-width, 2em));
1529
+ inset-block-start: 0.25em; /* syncing vertical alignment with Web Font rendering */
1530
+ }
1531
+
1532
+ .fa-layers-counter, .fa-layers-text {
1533
+ display: inline-block;
1534
+ position: absolute;
1535
+ text-align: center;
1536
+ }
1537
+
1538
+ .fa-layers {
1539
+ display: inline-block;
1540
+ height: 1em;
1541
+ position: relative;
1542
+ text-align: center;
1543
+ vertical-align: -0.125em;
1544
+ width: var(--fa-width, 1.25em);
1545
+ }
1546
+ .fa-layers .svg-inline--fa {
1547
+ inset: 0;
1548
+ margin: auto;
1549
+ position: absolute;
1550
+ transform-origin: center center;
1551
+ }
1552
+
1553
+ .fa-layers-text {
1554
+ left: 50%;
1555
+ top: 50%;
1556
+ transform: translate(-50%, -50%);
1557
+ transform-origin: center center;
1558
+ }
1559
+
1560
+ .fa-layers-counter {
1561
+ background-color: var(--fa-counter-background-color, #ff253a);
1562
+ border-radius: var(--fa-counter-border-radius, 1em);
1563
+ box-sizing: border-box;
1564
+ color: var(--fa-inverse, #fff);
1565
+ line-height: var(--fa-counter-line-height, 1);
1566
+ max-width: var(--fa-counter-max-width, 5em);
1567
+ min-width: var(--fa-counter-min-width, 1.5em);
1568
+ overflow: hidden;
1569
+ padding: var(--fa-counter-padding, 0.25em 0.5em);
1570
+ right: var(--fa-right, 0);
1571
+ text-overflow: ellipsis;
1572
+ top: var(--fa-top, 0);
1573
+ transform: scale(var(--fa-counter-scale, 0.25));
1574
+ transform-origin: top right;
1575
+ }
1576
+
1577
+ .fa-layers-bottom-right {
1578
+ bottom: var(--fa-bottom, 0);
1579
+ right: var(--fa-right, 0);
1580
+ top: auto;
1581
+ transform: scale(var(--fa-layers-scale, 0.25));
1582
+ transform-origin: bottom right;
1583
+ }
1584
+
1585
+ .fa-layers-bottom-left {
1586
+ bottom: var(--fa-bottom, 0);
1587
+ left: var(--fa-left, 0);
1588
+ right: auto;
1589
+ top: auto;
1590
+ transform: scale(var(--fa-layers-scale, 0.25));
1591
+ transform-origin: bottom left;
1592
+ }
1593
+
1594
+ .fa-layers-top-right {
1595
+ top: var(--fa-top, 0);
1596
+ right: var(--fa-right, 0);
1597
+ transform: scale(var(--fa-layers-scale, 0.25));
1598
+ transform-origin: top right;
1599
+ }
1600
+
1601
+ .fa-layers-top-left {
1602
+ left: var(--fa-left, 0);
1603
+ right: auto;
1604
+ top: var(--fa-top, 0);
1605
+ transform: scale(var(--fa-layers-scale, 0.25));
1606
+ transform-origin: top left;
1607
+ }
1608
+
1609
+ .fa-1x {
1610
+ font-size: 1em;
1611
+ }
1612
+
1613
+ .fa-2x {
1614
+ font-size: 2em;
1615
+ }
1616
+
1617
+ .fa-3x {
1618
+ font-size: 3em;
1619
+ }
1620
+
1621
+ .fa-4x {
1622
+ font-size: 4em;
1623
+ }
1624
+
1625
+ .fa-5x {
1626
+ font-size: 5em;
1627
+ }
1628
+
1629
+ .fa-6x {
1630
+ font-size: 6em;
1631
+ }
1632
+
1633
+ .fa-7x {
1634
+ font-size: 7em;
1635
+ }
1636
+
1637
+ .fa-8x {
1638
+ font-size: 8em;
1639
+ }
1640
+
1641
+ .fa-9x {
1642
+ font-size: 9em;
1643
+ }
1644
+
1645
+ .fa-10x {
1646
+ font-size: 10em;
1647
+ }
1648
+
1649
+ .fa-2xs {
1650
+ font-size: calc(10 / 16 * 1em); /* converts a 10px size into an em-based value that's relative to the scale's 16px base */
1651
+ line-height: calc(1 / 10 * 1em); /* sets the line-height of the icon back to that of it's parent */
1652
+ vertical-align: calc((6 / 10 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
1653
+ }
1654
+
1655
+ .fa-xs {
1656
+ font-size: calc(12 / 16 * 1em); /* converts a 12px size into an em-based value that's relative to the scale's 16px base */
1657
+ line-height: calc(1 / 12 * 1em); /* sets the line-height of the icon back to that of it's parent */
1658
+ vertical-align: calc((6 / 12 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
1659
+ }
1660
+
1661
+ .fa-sm {
1662
+ font-size: calc(14 / 16 * 1em); /* converts a 14px size into an em-based value that's relative to the scale's 16px base */
1663
+ line-height: calc(1 / 14 * 1em); /* sets the line-height of the icon back to that of it's parent */
1664
+ vertical-align: calc((6 / 14 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
1665
+ }
1666
+
1667
+ .fa-lg {
1668
+ font-size: calc(20 / 16 * 1em); /* converts a 20px size into an em-based value that's relative to the scale's 16px base */
1669
+ line-height: calc(1 / 20 * 1em); /* sets the line-height of the icon back to that of it's parent */
1670
+ vertical-align: calc((6 / 20 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
1671
+ }
1672
+
1673
+ .fa-xl {
1674
+ font-size: calc(24 / 16 * 1em); /* converts a 24px size into an em-based value that's relative to the scale's 16px base */
1675
+ line-height: calc(1 / 24 * 1em); /* sets the line-height of the icon back to that of it's parent */
1676
+ vertical-align: calc((6 / 24 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
1677
+ }
1678
+
1679
+ .fa-2xl {
1680
+ font-size: calc(32 / 16 * 1em); /* converts a 32px size into an em-based value that's relative to the scale's 16px base */
1681
+ line-height: calc(1 / 32 * 1em); /* sets the line-height of the icon back to that of it's parent */
1682
+ vertical-align: calc((6 / 32 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
1683
+ }
1684
+
1685
+ .fa-width-auto {
1686
+ --fa-width: auto;
1687
+ }
1688
+
1689
+ .fa-fw,
1690
+ .fa-width-fixed {
1691
+ --fa-width: 1.25em;
1692
+ }
1693
+
1694
+ .fa-ul {
1695
+ list-style-type: none;
1696
+ margin-inline-start: var(--fa-li-margin, 2.5em);
1697
+ padding-inline-start: 0;
1698
+ }
1699
+ .fa-ul > li {
1700
+ position: relative;
1701
+ }
1702
+
1703
+ .fa-li {
1704
+ inset-inline-start: calc(-1 * var(--fa-li-width, 2em));
1705
+ position: absolute;
1706
+ text-align: center;
1707
+ width: var(--fa-li-width, 2em);
1708
+ line-height: inherit;
1709
+ }
1710
+
1711
+ /* Heads Up: Bordered Icons will not be supported in the future!
1712
+ - This feature will be deprecated in the next major release of Font Awesome (v8)!
1713
+ - You may continue to use it in this version *v7), but it will not be supported in Font Awesome v8.
1714
+ */
1715
+ /* Notes:
1716
+ * --@{v.$css-prefix}-border-width = 1/16 by default (to render as ~1px based on a 16px default font-size)
1717
+ * --@{v.$css-prefix}-border-padding =
1718
+ ** 3/16 for vertical padding (to give ~2px of vertical whitespace around an icon considering it's vertical alignment)
1719
+ ** 4/16 for horizontal padding (to give ~4px of horizontal whitespace around an icon)
1720
+ */
1721
+ .fa-border {
1722
+ border-color: var(--fa-border-color, #eee);
1723
+ border-radius: var(--fa-border-radius, 0.1em);
1724
+ border-style: var(--fa-border-style, solid);
1725
+ border-width: var(--fa-border-width, 0.0625em);
1726
+ box-sizing: var(--fa-border-box-sizing, content-box);
1727
+ padding: var(--fa-border-padding, 0.1875em 0.25em);
1728
+ }
1729
+
1730
+ .fa-pull-left,
1731
+ .fa-pull-start {
1732
+ float: inline-start;
1733
+ margin-inline-end: var(--fa-pull-margin, 0.3em);
1734
+ }
1735
+
1736
+ .fa-pull-right,
1737
+ .fa-pull-end {
1738
+ float: inline-end;
1739
+ margin-inline-start: var(--fa-pull-margin, 0.3em);
1740
+ }
1741
+
1742
+ .fa-beat {
1743
+ animation-name: fa-beat;
1744
+ animation-delay: var(--fa-animation-delay, 0s);
1745
+ animation-direction: var(--fa-animation-direction, normal);
1746
+ animation-duration: var(--fa-animation-duration, 1s);
1747
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
1748
+ animation-timing-function: var(--fa-animation-timing, ease-in-out);
1749
+ }
1750
+
1751
+ .fa-bounce {
1752
+ animation-name: fa-bounce;
1753
+ animation-delay: var(--fa-animation-delay, 0s);
1754
+ animation-direction: var(--fa-animation-direction, normal);
1755
+ animation-duration: var(--fa-animation-duration, 1s);
1756
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
1757
+ animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
1758
+ }
1759
+
1760
+ .fa-fade {
1761
+ animation-name: fa-fade;
1762
+ animation-delay: var(--fa-animation-delay, 0s);
1763
+ animation-direction: var(--fa-animation-direction, normal);
1764
+ animation-duration: var(--fa-animation-duration, 1s);
1765
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
1766
+ animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
1767
+ }
1768
+
1769
+ .fa-beat-fade {
1770
+ animation-name: fa-beat-fade;
1771
+ animation-delay: var(--fa-animation-delay, 0s);
1772
+ animation-direction: var(--fa-animation-direction, normal);
1773
+ animation-duration: var(--fa-animation-duration, 1s);
1774
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
1775
+ animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
1776
+ }
1777
+
1778
+ .fa-flip {
1779
+ animation-name: fa-flip;
1780
+ animation-delay: var(--fa-animation-delay, 0s);
1781
+ animation-direction: var(--fa-animation-direction, normal);
1782
+ animation-duration: var(--fa-animation-duration, 1s);
1783
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
1784
+ animation-timing-function: var(--fa-animation-timing, ease-in-out);
1785
+ }
1786
+
1787
+ .fa-shake {
1788
+ animation-name: fa-shake;
1789
+ animation-delay: var(--fa-animation-delay, 0s);
1790
+ animation-direction: var(--fa-animation-direction, normal);
1791
+ animation-duration: var(--fa-animation-duration, 1s);
1792
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
1793
+ animation-timing-function: var(--fa-animation-timing, linear);
1794
+ }
1795
+
1796
+ .fa-spin {
1797
+ animation-name: fa-spin;
1798
+ animation-delay: var(--fa-animation-delay, 0s);
1799
+ animation-direction: var(--fa-animation-direction, normal);
1800
+ animation-duration: var(--fa-animation-duration, 2s);
1801
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
1802
+ animation-timing-function: var(--fa-animation-timing, linear);
1803
+ }
1804
+
1805
+ .fa-spin-reverse {
1806
+ --fa-animation-direction: reverse;
1807
+ }
1808
+
1809
+ .fa-pulse,
1810
+ .fa-spin-pulse {
1811
+ animation-name: fa-spin;
1812
+ animation-direction: var(--fa-animation-direction, normal);
1813
+ animation-duration: var(--fa-animation-duration, 1s);
1814
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
1815
+ animation-timing-function: var(--fa-animation-timing, steps(8));
1816
+ }
1817
+
1818
+ @media (prefers-reduced-motion: reduce) {
1819
+ .fa-beat,
1820
+ .fa-bounce,
1821
+ .fa-fade,
1822
+ .fa-beat-fade,
1823
+ .fa-flip,
1824
+ .fa-pulse,
1825
+ .fa-shake,
1826
+ .fa-spin,
1827
+ .fa-spin-pulse {
1828
+ animation: none !important;
1829
+ transition: none !important;
1830
+ }
1831
+ }
1832
+ @keyframes fa-beat {
1833
+ 0%, 90% {
1834
+ transform: scale(1);
1835
+ }
1836
+ 45% {
1837
+ transform: scale(var(--fa-beat-scale, 1.25));
1838
+ }
1839
+ }
1840
+ @keyframes fa-bounce {
1841
+ 0% {
1842
+ transform: scale(1, 1) translateY(0);
1843
+ }
1844
+ 10% {
1845
+ transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
1846
+ }
1847
+ 30% {
1848
+ 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));
1849
+ }
1850
+ 50% {
1851
+ transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
1852
+ }
1853
+ 57% {
1854
+ transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
1855
+ }
1856
+ 64% {
1857
+ transform: scale(1, 1) translateY(0);
1858
+ }
1859
+ 100% {
1860
+ transform: scale(1, 1) translateY(0);
1861
+ }
1862
+ }
1863
+ @keyframes fa-fade {
1864
+ 50% {
1865
+ opacity: var(--fa-fade-opacity, 0.4);
1866
+ }
1867
+ }
1868
+ @keyframes fa-beat-fade {
1869
+ 0%, 100% {
1870
+ opacity: var(--fa-beat-fade-opacity, 0.4);
1871
+ transform: scale(1);
1872
+ }
1873
+ 50% {
1874
+ opacity: 1;
1875
+ transform: scale(var(--fa-beat-fade-scale, 1.125));
1876
+ }
1877
+ }
1878
+ @keyframes fa-flip {
1879
+ 50% {
1880
+ transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
1881
+ }
1882
+ }
1883
+ @keyframes fa-shake {
1884
+ 0% {
1885
+ transform: rotate(-15deg);
1886
+ }
1887
+ 4% {
1888
+ transform: rotate(15deg);
1889
+ }
1890
+ 8%, 24% {
1891
+ transform: rotate(-18deg);
1892
+ }
1893
+ 12%, 28% {
1894
+ transform: rotate(18deg);
1895
+ }
1896
+ 16% {
1897
+ transform: rotate(-22deg);
1898
+ }
1899
+ 20% {
1900
+ transform: rotate(22deg);
1901
+ }
1902
+ 32% {
1903
+ transform: rotate(-12deg);
1904
+ }
1905
+ 36% {
1906
+ transform: rotate(12deg);
1907
+ }
1908
+ 40%, 100% {
1909
+ transform: rotate(0deg);
1910
+ }
1911
+ }
1912
+ @keyframes fa-spin {
1913
+ 0% {
1914
+ transform: rotate(0deg);
1915
+ }
1916
+ 100% {
1917
+ transform: rotate(360deg);
1918
+ }
1919
+ }
1920
+ .fa-rotate-90 {
1921
+ transform: rotate(90deg);
1922
+ }
1923
+
1924
+ .fa-rotate-180 {
1925
+ transform: rotate(180deg);
1926
+ }
1927
+
1928
+ .fa-rotate-270 {
1929
+ transform: rotate(270deg);
1930
+ }
1931
+
1932
+ .fa-flip-horizontal {
1933
+ transform: scale(-1, 1);
1934
+ }
1935
+
1936
+ .fa-flip-vertical {
1937
+ transform: scale(1, -1);
1938
+ }
1939
+
1940
+ .fa-flip-both,
1941
+ .fa-flip-horizontal.fa-flip-vertical {
1942
+ transform: scale(-1, -1);
1943
+ }
1944
+
1945
+ .fa-rotate-by {
1946
+ transform: rotate(var(--fa-rotate-angle, 0));
1947
+ }
1948
+
1949
+ .svg-inline--fa .fa-primary {
1950
+ fill: var(--fa-primary-color, currentColor);
1951
+ opacity: var(--fa-primary-opacity, 1);
1952
+ }
1953
+
1954
+ .svg-inline--fa .fa-secondary {
1955
+ fill: var(--fa-secondary-color, currentColor);
1956
+ opacity: var(--fa-secondary-opacity, 0.4);
1957
+ }
1958
+
1959
+ .svg-inline--fa.fa-swap-opacity .fa-primary {
1960
+ opacity: var(--fa-secondary-opacity, 0.4);
1961
+ }
1962
+
1963
+ .svg-inline--fa.fa-swap-opacity .fa-secondary {
1964
+ opacity: var(--fa-primary-opacity, 1);
1965
+ }
1966
+
1967
+ .svg-inline--fa mask .fa-primary,
1968
+ .svg-inline--fa mask .fa-secondary {
1969
+ fill: black;
1970
+ }
1971
+
1972
+ .svg-inline--fa.fa-inverse {
1973
+ fill: var(--fa-inverse, #fff);
1974
+ }
1975
+
1976
+ .fa-stack {
1977
+ display: inline-block;
1978
+ height: 2em;
1979
+ line-height: 2em;
1980
+ position: relative;
1981
+ vertical-align: middle;
1982
+ width: 2.5em;
1983
+ }
1984
+
1985
+ .fa-inverse {
1986
+ color: var(--fa-inverse, #fff);
1987
+ }
1988
+
1989
+ .svg-inline--fa.fa-stack-1x {
1990
+ --fa-width: 1.25em;
1991
+ height: 1em;
1992
+ width: var(--fa-width);
1993
+ }
1994
+ .svg-inline--fa.fa-stack-2x {
1995
+ --fa-width: 2.5em;
1996
+ height: 2em;
1997
+ width: var(--fa-width);
1998
+ }
1999
+
2000
+ .fa-stack-1x,
2001
+ .fa-stack-2x {
2002
+ inset: 0;
2003
+ margin: auto;
2004
+ position: absolute;
2005
+ z-index: var(--fa-stack-z-index, auto);
2006
+ }`;
2007
+ function On() {
2008
+ var e = yn, t = gn, r = P.cssPrefix, n = P.replacementClass, a = fo;
2009
+ if (r !== e || n !== t) {
2010
+ var i = new RegExp("\\.".concat(e, "\\-"), "g"), o = new RegExp("\\--".concat(e, "\\-"), "g"), s = new RegExp("\\.".concat(t), "g");
2011
+ a = a.replace(i, ".".concat(r, "-")).replace(o, "--".concat(r, "-")).replace(s, ".".concat(n));
2012
+ }
2013
+ return a;
2014
+ }
2015
+ var ur = !1;
2016
+ function at() {
2017
+ P.autoAddCss && !ur && (ao(On()), ur = !0);
2018
+ }
2019
+ var uo = {
2020
+ mixout: function() {
2021
+ return {
2022
+ dom: {
2023
+ css: On,
2024
+ insertCss: at
2025
+ }
2026
+ };
2027
+ },
2028
+ hooks: function() {
2029
+ return {
2030
+ beforeDOMElementCreation: function() {
2031
+ at();
2032
+ },
2033
+ beforeI2svg: function() {
2034
+ at();
2035
+ }
2036
+ };
2037
+ }
2038
+ }, ae = fe || {};
2039
+ ae[ne] || (ae[ne] = {});
2040
+ ae[ne].styles || (ae[ne].styles = {});
2041
+ ae[ne].hooks || (ae[ne].hooks = {});
2042
+ ae[ne].shims || (ae[ne].shims = []);
2043
+ var X = ae[ne], jn = [], Tn = function() {
2044
+ W.removeEventListener("DOMContentLoaded", Tn), Be = 1, jn.map(function(t) {
2045
+ return t();
2046
+ });
2047
+ }, Be = !1;
2048
+ ie && (Be = (W.documentElement.doScroll ? /^loaded|^c/ : /^loaded|^i|^c/).test(W.readyState), Be || W.addEventListener("DOMContentLoaded", Tn));
2049
+ function co(e) {
2050
+ ie && (Be ? setTimeout(e, 0) : jn.push(e));
2051
+ }
2052
+ function $e(e) {
2053
+ var t = e.tag, r = e.attributes, n = r === void 0 ? {} : r, a = e.children, i = a === void 0 ? [] : a;
2054
+ return typeof e == "string" ? Pn(e) : "<".concat(t, " ").concat(oo(n), ">").concat(i.map($e).join(""), "</").concat(t, ">");
2055
+ }
2056
+ function cr(e, t, r) {
2057
+ if (e && e[t] && e[t][r])
2058
+ return {
2059
+ prefix: t,
2060
+ iconName: r,
2061
+ icon: e[t][r]
2062
+ };
2063
+ }
2064
+ var it = function(t, r, n, a) {
2065
+ var i = Object.keys(t), o = i.length, s = r, l, u, c;
2066
+ for (n === void 0 ? (l = 1, c = t[i[0]]) : (l = 0, c = n); l < o; l++)
2067
+ u = i[l], c = s(c, t[u], u, t);
2068
+ return c;
2069
+ };
2070
+ function kn(e) {
2071
+ return J(e).length !== 1 ? null : e.codePointAt(0).toString(16);
2072
+ }
2073
+ function dr(e) {
2074
+ return Object.keys(e).reduce(function(t, r) {
2075
+ var n = e[r], a = !!n.icon;
2076
+ return a ? t[n.iconName] = n.icon : t[r] = n, t;
2077
+ }, {});
2078
+ }
2079
+ function St(e, t) {
2080
+ var r = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, n = r.skipHooks, a = n === void 0 ? !1 : n, i = dr(t);
2081
+ typeof X.hooks.addPack == "function" && !a ? X.hooks.addPack(e, dr(t)) : X.styles[e] = m(m({}, X.styles[e] || {}), i), e === "fas" && St("fa", t);
2082
+ }
2083
+ var Re = X.styles, mo = X.shims, _n = Object.keys(zt), vo = _n.reduce(function(e, t) {
2084
+ return e[t] = Object.keys(zt[t]), e;
2085
+ }, {}), Ut = null, In = {}, Nn = {}, Rn = {}, Cn = {}, Fn = {};
2086
+ function po(e) {
2087
+ return ~Zi.indexOf(e);
2088
+ }
2089
+ function ho(e, t) {
2090
+ var r = t.split("-"), n = r[0], a = r.slice(1).join("-");
2091
+ return n === e && a !== "" && !po(a) ? a : null;
2092
+ }
2093
+ var $n = function() {
2094
+ var t = function(i) {
2095
+ return it(Re, function(o, s, l) {
2096
+ return o[l] = it(s, i, {}), o;
2097
+ }, {});
2098
+ };
2099
+ In = t(function(a, i, o) {
2100
+ if (i[3] && (a[i[3]] = o), i[2]) {
2101
+ var s = i[2].filter(function(l) {
2102
+ return typeof l == "number";
2103
+ });
2104
+ s.forEach(function(l) {
2105
+ a[l.toString(16)] = o;
2106
+ });
2107
+ }
2108
+ return a;
2109
+ }), Nn = t(function(a, i, o) {
2110
+ if (a[o] = o, i[2]) {
2111
+ var s = i[2].filter(function(l) {
2112
+ return typeof l == "string";
2113
+ });
2114
+ s.forEach(function(l) {
2115
+ a[l] = o;
2116
+ });
2117
+ }
2118
+ return a;
2119
+ }), Fn = t(function(a, i, o) {
2120
+ var s = i[2];
2121
+ return a[o] = o, s.forEach(function(l) {
2122
+ a[l] = o;
2123
+ }), a;
2124
+ });
2125
+ var r = "far" in Re || P.autoFetchSvg, n = it(mo, function(a, i) {
2126
+ var o = i[0], s = i[1], l = i[2];
2127
+ return s === "far" && !r && (s = "fas"), typeof o == "string" && (a.names[o] = {
2128
+ prefix: s,
2129
+ iconName: l
2130
+ }), typeof o == "number" && (a.unicodes[o.toString(16)] = {
2131
+ prefix: s,
2132
+ iconName: l
2133
+ }), a;
2134
+ }, {
2135
+ names: {},
2136
+ unicodes: {}
2137
+ });
2138
+ Rn = n.names, Cn = n.unicodes, Ut = Qe(P.styleDefault, {
2139
+ family: P.familyDefault
2140
+ });
2141
+ };
2142
+ no(function(e) {
2143
+ Ut = Qe(e.styleDefault, {
2144
+ family: P.familyDefault
2145
+ });
2146
+ });
2147
+ $n();
2148
+ function qt(e, t) {
2149
+ return (In[e] || {})[t];
2150
+ }
2151
+ function bo(e, t) {
2152
+ return (Nn[e] || {})[t];
2153
+ }
2154
+ function pe(e, t) {
2155
+ return (Fn[e] || {})[t];
2156
+ }
2157
+ function Mn(e) {
2158
+ return Rn[e] || {
2159
+ prefix: null,
2160
+ iconName: null
2161
+ };
2162
+ }
2163
+ function yo(e) {
2164
+ var t = Cn[e], r = qt("fas", e);
2165
+ return t || (r ? {
2166
+ prefix: "fas",
2167
+ iconName: r
2168
+ } : null) || {
2169
+ prefix: null,
2170
+ iconName: null
2171
+ };
2172
+ }
2173
+ function ue() {
2174
+ return Ut;
2175
+ }
2176
+ var Dn = function() {
2177
+ return {
2178
+ prefix: null,
2179
+ iconName: null,
2180
+ rest: []
2181
+ };
2182
+ };
2183
+ function go(e) {
2184
+ var t = Y, r = _n.reduce(function(n, a) {
2185
+ return n[a] = "".concat(P.cssPrefix, "-").concat(a), n;
2186
+ }, {});
2187
+ return vn.forEach(function(n) {
2188
+ (e.includes(r[n]) || e.some(function(a) {
2189
+ return vo[n].includes(a);
2190
+ })) && (t = n);
2191
+ }), t;
2192
+ }
2193
+ function Qe(e) {
2194
+ var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, r = t.family, n = r === void 0 ? Y : r, a = Hi[n][e];
2195
+ if (n === Ce && !e)
2196
+ return "fad";
2197
+ var i = lr[n][e] || lr[n][a], o = e in X.styles ? e : null, s = i || o || null;
2198
+ return s;
2199
+ }
2200
+ function xo(e) {
2201
+ var t = [], r = null;
2202
+ return e.forEach(function(n) {
2203
+ var a = ho(P.cssPrefix, n);
2204
+ a ? r = a : n && t.push(n);
2205
+ }), {
2206
+ iconName: r,
2207
+ rest: t
2208
+ };
2209
+ }
2210
+ function mr(e) {
2211
+ return e.sort().filter(function(t, r, n) {
2212
+ return n.indexOf(t) === r;
2213
+ });
2214
+ }
2215
+ var vr = hn.concat(pn);
2216
+ function Ze(e) {
2217
+ var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, r = t.skipLookups, n = r === void 0 ? !1 : r, a = null, i = mr(e.filter(function(y) {
2218
+ return vr.includes(y);
2219
+ })), o = mr(e.filter(function(y) {
2220
+ return !vr.includes(y);
2221
+ })), s = i.filter(function(y) {
2222
+ return a = y, !Jr.includes(y);
2223
+ }), l = Je(s, 1), u = l[0], c = u === void 0 ? null : u, d = go(i), x = m(m({}, xo(o)), {}, {
2224
+ prefix: Qe(c, {
2225
+ family: d
2226
+ })
2227
+ });
2228
+ return m(m(m({}, x), Eo({
2229
+ values: e,
2230
+ family: d,
2231
+ styles: Re,
2232
+ config: P,
2233
+ canonical: x,
2234
+ givenPrefix: a
2235
+ })), wo(n, a, x));
2236
+ }
2237
+ function wo(e, t, r) {
2238
+ var n = r.prefix, a = r.iconName;
2239
+ if (e || !n || !a)
2240
+ return {
2241
+ prefix: n,
2242
+ iconName: a
2243
+ };
2244
+ var i = t === "fa" ? Mn(a) : {}, o = pe(n, a);
2245
+ return a = i.iconName || o || a, n = i.prefix || n, n === "far" && !Re.far && Re.fas && !P.autoFetchSvg && (n = "fas"), {
2246
+ prefix: n,
2247
+ iconName: a
2248
+ };
2249
+ }
2250
+ var Ao = vn.filter(function(e) {
2251
+ return e !== Y || e !== Ce;
2252
+ }), So = Object.keys(bt).filter(function(e) {
2253
+ return e !== Y;
2254
+ }).map(function(e) {
2255
+ return Object.keys(bt[e]);
2256
+ }).flat();
2257
+ function Eo(e) {
2258
+ var t = e.values, r = e.family, n = e.canonical, a = e.givenPrefix, i = a === void 0 ? "" : a, o = e.styles, s = o === void 0 ? {} : o, l = e.config, u = l === void 0 ? {} : l, c = r === Ce, d = t.includes("fa-duotone") || t.includes("fad"), x = u.familyDefault === "duotone", y = n.prefix === "fad" || n.prefix === "fa-duotone";
2259
+ if (!c && (d || x || y) && (n.prefix = "fad"), (t.includes("fa-brands") || t.includes("fab")) && (n.prefix = "fab"), !n.prefix && Ao.includes(r)) {
2260
+ var T = Object.keys(s).find(function(O) {
2261
+ return So.includes(O);
2262
+ });
2263
+ if (T || u.autoFetchSvg) {
2264
+ var w = za.get(r).defaultShortPrefixId;
2265
+ n.prefix = w, n.iconName = pe(n.prefix, n.iconName) || n.iconName;
2266
+ }
2267
+ }
2268
+ return (n.prefix === "fa" || i === "fa") && (n.prefix = ue() || "fas"), n;
2269
+ }
2270
+ var Po = /* @__PURE__ */ (function() {
2271
+ function e() {
2272
+ la(this, e), this.definitions = {};
2273
+ }
2274
+ return ua(e, [{
2275
+ key: "add",
2276
+ value: function() {
2277
+ for (var r = this, n = arguments.length, a = new Array(n), i = 0; i < n; i++)
2278
+ a[i] = arguments[i];
2279
+ var o = a.reduce(this._pullDefinitions, {});
2280
+ Object.keys(o).forEach(function(s) {
2281
+ r.definitions[s] = m(m({}, r.definitions[s] || {}), o[s]), St(s, o[s]);
2282
+ var l = zt[Y][s];
2283
+ l && St(l, o[s]), $n();
2284
+ });
2285
+ }
2286
+ }, {
2287
+ key: "reset",
2288
+ value: function() {
2289
+ this.definitions = {};
2290
+ }
2291
+ }, {
2292
+ key: "_pullDefinitions",
2293
+ value: function(r, n) {
2294
+ var a = n.prefix && n.iconName && n.icon ? {
2295
+ 0: n
2296
+ } : n;
2297
+ return Object.keys(a).map(function(i) {
2298
+ var o = a[i], s = o.prefix, l = o.iconName, u = o.icon, c = u[2];
2299
+ r[s] || (r[s] = {}), c.length > 0 && c.forEach(function(d) {
2300
+ typeof d == "string" && (r[s][d] = u);
2301
+ }), r[s][l] = u;
2302
+ }), r;
2303
+ }
2304
+ }]);
2305
+ })(), pr = [], Ae = {}, Se = {}, Oo = Object.keys(Se);
2306
+ function jo(e, t) {
2307
+ var r = t.mixoutsTo;
2308
+ return pr = e, Ae = {}, Object.keys(Se).forEach(function(n) {
2309
+ Oo.indexOf(n) === -1 && delete Se[n];
2310
+ }), pr.forEach(function(n) {
2311
+ var a = n.mixout ? n.mixout() : {};
2312
+ if (Object.keys(a).forEach(function(o) {
2313
+ typeof a[o] == "function" && (r[o] = a[o]), Ge(a[o]) === "object" && Object.keys(a[o]).forEach(function(s) {
2314
+ r[o] || (r[o] = {}), r[o][s] = a[o][s];
2315
+ });
2316
+ }), n.hooks) {
2317
+ var i = n.hooks();
2318
+ Object.keys(i).forEach(function(o) {
2319
+ Ae[o] || (Ae[o] = []), Ae[o].push(i[o]);
2320
+ });
2321
+ }
2322
+ n.provides && n.provides(Se);
2323
+ }), r;
2324
+ }
2325
+ function Et(e, t) {
2326
+ for (var r = arguments.length, n = new Array(r > 2 ? r - 2 : 0), a = 2; a < r; a++)
2327
+ n[a - 2] = arguments[a];
2328
+ var i = Ae[e] || [];
2329
+ return i.forEach(function(o) {
2330
+ t = o.apply(null, [t].concat(n));
2331
+ }), t;
2332
+ }
2333
+ function be(e) {
2334
+ for (var t = arguments.length, r = new Array(t > 1 ? t - 1 : 0), n = 1; n < t; n++)
2335
+ r[n - 1] = arguments[n];
2336
+ var a = Ae[e] || [];
2337
+ a.forEach(function(i) {
2338
+ i.apply(null, r);
2339
+ });
2340
+ }
2341
+ function ce() {
2342
+ var e = arguments[0], t = Array.prototype.slice.call(arguments, 1);
2343
+ return Se[e] ? Se[e].apply(null, t) : void 0;
2344
+ }
2345
+ function Pt(e) {
2346
+ e.prefix === "fa" && (e.prefix = "fas");
2347
+ var t = e.iconName, r = e.prefix || ue();
2348
+ if (t)
2349
+ return t = pe(r, t) || t, cr(Ln.definitions, r, t) || cr(X.styles, r, t);
2350
+ }
2351
+ var Ln = new Po(), To = function() {
2352
+ P.autoReplaceSvg = !1, P.observeMutations = !1, be("noAuto");
2353
+ }, ko = {
2354
+ i2svg: function() {
2355
+ var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
2356
+ return ie ? (be("beforeI2svg", t), ce("pseudoElements2svg", t), ce("i2svg", t)) : Promise.reject(new Error("Operation requires a DOM of some kind."));
2357
+ },
2358
+ watch: function() {
2359
+ var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, r = t.autoReplaceSvgRoot;
2360
+ P.autoReplaceSvg === !1 && (P.autoReplaceSvg = !0), P.observeMutations = !0, co(function() {
2361
+ Io({
2362
+ autoReplaceSvgRoot: r
2363
+ }), be("watch", t);
2364
+ });
2365
+ }
2366
+ }, _o = {
2367
+ icon: function(t) {
2368
+ if (t === null)
2369
+ return null;
2370
+ if (Ge(t) === "object" && t.prefix && t.iconName)
2371
+ return {
2372
+ prefix: t.prefix,
2373
+ iconName: pe(t.prefix, t.iconName) || t.iconName
2374
+ };
2375
+ if (Array.isArray(t) && t.length === 2) {
2376
+ var r = t[1].indexOf("fa-") === 0 ? t[1].slice(3) : t[1], n = Qe(t[0]);
2377
+ return {
2378
+ prefix: n,
2379
+ iconName: pe(n, r) || r
2380
+ };
2381
+ }
2382
+ if (typeof t == "string" && (t.indexOf("".concat(P.cssPrefix, "-")) > -1 || t.match(Xi))) {
2383
+ var a = Ze(t.split(" "), {
2384
+ skipLookups: !0
2385
+ });
2386
+ return {
2387
+ prefix: a.prefix || ue(),
2388
+ iconName: pe(a.prefix, a.iconName) || a.iconName
2389
+ };
2390
+ }
2391
+ if (typeof t == "string") {
2392
+ var i = ue();
2393
+ return {
2394
+ prefix: i,
2395
+ iconName: pe(i, t) || t
2396
+ };
2397
+ }
2398
+ }
2399
+ }, H = {
2400
+ noAuto: To,
2401
+ config: P,
2402
+ dom: ko,
2403
+ parse: _o,
2404
+ library: Ln,
2405
+ findIconDefinition: Pt,
2406
+ toHtml: $e
2407
+ }, Io = function() {
2408
+ var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, r = t.autoReplaceSvgRoot, n = r === void 0 ? W : r;
2409
+ (Object.keys(X.styles).length > 0 || P.autoFetchSvg) && ie && P.autoReplaceSvg && H.dom.i2svg({
2410
+ node: n
2411
+ });
2412
+ };
2413
+ function et(e, t) {
2414
+ return Object.defineProperty(e, "abstract", {
2415
+ get: t
2416
+ }), Object.defineProperty(e, "html", {
2417
+ get: function() {
2418
+ return e.abstract.map(function(n) {
2419
+ return $e(n);
2420
+ });
2421
+ }
2422
+ }), Object.defineProperty(e, "node", {
2423
+ get: function() {
2424
+ if (ie) {
2425
+ var n = W.createElement("div");
2426
+ return n.innerHTML = e.html, n.children;
2427
+ }
2428
+ }
2429
+ }), e;
2430
+ }
2431
+ function No(e) {
2432
+ var t = e.children, r = e.main, n = e.mask, a = e.attributes, i = e.styles, o = e.transform;
2433
+ if (Yt(o) && r.found && !n.found) {
2434
+ var s = r.width, l = r.height, u = {
2435
+ x: s / l / 2,
2436
+ y: 0.5
2437
+ };
2438
+ a.style = Ke(m(m({}, i), {}, {
2439
+ "transform-origin": "".concat(u.x + o.x / 16, "em ").concat(u.y + o.y / 16, "em")
2440
+ }));
2441
+ }
2442
+ return [{
2443
+ tag: "svg",
2444
+ attributes: a,
2445
+ children: t
2446
+ }];
2447
+ }
2448
+ function Ro(e) {
2449
+ var t = e.prefix, r = e.iconName, n = e.children, a = e.attributes, i = e.symbol, o = i === !0 ? "".concat(t, "-").concat(P.cssPrefix, "-").concat(r) : i;
2450
+ return [{
2451
+ tag: "svg",
2452
+ attributes: {
2453
+ style: "display: none;"
2454
+ },
2455
+ children: [{
2456
+ tag: "symbol",
2457
+ attributes: m(m({}, a), {}, {
2458
+ id: o
2459
+ }),
2460
+ children: n
2461
+ }]
2462
+ }];
2463
+ }
2464
+ function Co(e) {
2465
+ var t = ["aria-label", "aria-labelledby", "title", "role"];
2466
+ return t.some(function(r) {
2467
+ return r in e;
2468
+ });
2469
+ }
2470
+ function Vt(e) {
2471
+ var t = e.icons, r = t.main, n = t.mask, a = e.prefix, i = e.iconName, o = e.transform, s = e.symbol, l = e.maskId, u = e.extra, c = e.watchable, d = c === void 0 ? !1 : c, x = n.found ? n : r, y = x.width, T = x.height, w = [P.replacementClass, i ? "".concat(P.cssPrefix, "-").concat(i) : ""].filter(function(h) {
2472
+ return u.classes.indexOf(h) === -1;
2473
+ }).filter(function(h) {
2474
+ return h !== "" || !!h;
2475
+ }).concat(u.classes).join(" "), O = {
2476
+ children: [],
2477
+ attributes: m(m({}, u.attributes), {}, {
2478
+ "data-prefix": a,
2479
+ "data-icon": i,
2480
+ class: w,
2481
+ role: u.attributes.role || "img",
2482
+ viewBox: "0 0 ".concat(y, " ").concat(T)
2483
+ })
2484
+ };
2485
+ !Co(u.attributes) && !u.attributes["aria-hidden"] && (O.attributes["aria-hidden"] = "true"), d && (O.attributes[he] = "");
2486
+ var j = m(m({}, O), {}, {
2487
+ prefix: a,
2488
+ iconName: i,
2489
+ main: r,
2490
+ mask: n,
2491
+ maskId: l,
2492
+ transform: o,
2493
+ symbol: s,
2494
+ styles: m({}, u.styles)
2495
+ }), M = n.found && r.found ? ce("generateAbstractMask", j) || {
2496
+ children: [],
2497
+ attributes: {}
2498
+ } : ce("generateAbstractIcon", j) || {
2499
+ children: [],
2500
+ attributes: {}
2501
+ }, R = M.children, z = M.attributes;
2502
+ return j.children = R, j.attributes = z, s ? Ro(j) : No(j);
2503
+ }
2504
+ function hr(e) {
2505
+ var t = e.content, r = e.width, n = e.height, a = e.transform, i = e.extra, o = e.watchable, s = o === void 0 ? !1 : o, l = m(m({}, i.attributes), {}, {
2506
+ class: i.classes.join(" ")
2507
+ });
2508
+ s && (l[he] = "");
2509
+ var u = m({}, i.styles);
2510
+ Yt(a) && (u.transform = lo({
2511
+ transform: a,
2512
+ width: r,
2513
+ height: n
2514
+ }), u["-webkit-transform"] = u.transform);
2515
+ var c = Ke(u);
2516
+ c.length > 0 && (l.style = c);
2517
+ var d = [];
2518
+ return d.push({
2519
+ tag: "span",
2520
+ attributes: l,
2521
+ children: [t]
2522
+ }), d;
2523
+ }
2524
+ function Fo(e) {
2525
+ var t = e.content, r = e.extra, n = m(m({}, r.attributes), {}, {
2526
+ class: r.classes.join(" ")
2527
+ }), a = Ke(r.styles);
2528
+ a.length > 0 && (n.style = a);
2529
+ var i = [];
2530
+ return i.push({
2531
+ tag: "span",
2532
+ attributes: n,
2533
+ children: [t]
2534
+ }), i;
2535
+ }
2536
+ var ot = X.styles;
2537
+ function Ot(e) {
2538
+ var t = e[0], r = e[1], n = e.slice(4), a = Je(n, 1), i = a[0], o = null;
2539
+ return Array.isArray(i) ? o = {
2540
+ tag: "g",
2541
+ attributes: {
2542
+ class: "".concat(P.cssPrefix, "-").concat(nt.GROUP)
2543
+ },
2544
+ children: [{
2545
+ tag: "path",
2546
+ attributes: {
2547
+ class: "".concat(P.cssPrefix, "-").concat(nt.SECONDARY),
2548
+ fill: "currentColor",
2549
+ d: i[0]
2550
+ }
2551
+ }, {
2552
+ tag: "path",
2553
+ attributes: {
2554
+ class: "".concat(P.cssPrefix, "-").concat(nt.PRIMARY),
2555
+ fill: "currentColor",
2556
+ d: i[1]
2557
+ }
2558
+ }]
2559
+ } : o = {
2560
+ tag: "path",
2561
+ attributes: {
2562
+ fill: "currentColor",
2563
+ d: i
2564
+ }
2565
+ }, {
2566
+ found: !0,
2567
+ width: t,
2568
+ height: r,
2569
+ icon: o
2570
+ };
2571
+ }
2572
+ var $o = {
2573
+ found: !1,
2574
+ width: 512,
2575
+ height: 512
2576
+ };
2577
+ function Mo(e, t) {
2578
+ !wn && !P.showMissingIcons && e && console.error('Icon with name "'.concat(e, '" and prefix "').concat(t, '" is missing.'));
2579
+ }
2580
+ function jt(e, t) {
2581
+ var r = t;
2582
+ return t === "fa" && P.styleDefault !== null && (t = ue()), new Promise(function(n, a) {
2583
+ if (r === "fa") {
2584
+ var i = Mn(e) || {};
2585
+ e = i.iconName || e, t = i.prefix || t;
2586
+ }
2587
+ if (e && t && ot[t] && ot[t][e]) {
2588
+ var o = ot[t][e];
2589
+ return n(Ot(o));
2590
+ }
2591
+ Mo(e, t), n(m(m({}, $o), {}, {
2592
+ icon: P.showMissingIcons && e ? ce("missingIconAbstract") || {} : {}
2593
+ }));
2594
+ });
2595
+ }
2596
+ var br = function() {
2597
+ }, Tt = P.measurePerformance && Le && Le.mark && Le.measure ? Le : {
2598
+ mark: br,
2599
+ measure: br
2600
+ }, ke = 'FA "7.1.0"', Do = function(t) {
2601
+ return Tt.mark("".concat(ke, " ").concat(t, " begins")), function() {
2602
+ return zn(t);
2603
+ };
2604
+ }, zn = function(t) {
2605
+ Tt.mark("".concat(ke, " ").concat(t, " ends")), Tt.measure("".concat(ke, " ").concat(t), "".concat(ke, " ").concat(t, " begins"), "".concat(ke, " ").concat(t, " ends"));
2606
+ }, Gt = {
2607
+ begin: Do,
2608
+ end: zn
2609
+ }, qe = function() {
2610
+ };
2611
+ function yr(e) {
2612
+ var t = e.getAttribute ? e.getAttribute(he) : null;
2613
+ return typeof t == "string";
2614
+ }
2615
+ function Lo(e) {
2616
+ var t = e.getAttribute ? e.getAttribute(Dt) : null, r = e.getAttribute ? e.getAttribute(Lt) : null;
2617
+ return t && r;
2618
+ }
2619
+ function zo(e) {
2620
+ return e && e.classList && e.classList.contains && e.classList.contains(P.replacementClass);
2621
+ }
2622
+ function Wo() {
2623
+ if (P.autoReplaceSvg === !0)
2624
+ return Ve.replace;
2625
+ var e = Ve[P.autoReplaceSvg];
2626
+ return e || Ve.replace;
2627
+ }
2628
+ function Yo(e) {
2629
+ return W.createElementNS("http://www.w3.org/2000/svg", e);
2630
+ }
2631
+ function Uo(e) {
2632
+ return W.createElement(e);
2633
+ }
2634
+ function Wn(e) {
2635
+ var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, r = t.ceFn, n = r === void 0 ? e.tag === "svg" ? Yo : Uo : r;
2636
+ if (typeof e == "string")
2637
+ return W.createTextNode(e);
2638
+ var a = n(e.tag);
2639
+ Object.keys(e.attributes || []).forEach(function(o) {
2640
+ a.setAttribute(o, e.attributes[o]);
2641
+ });
2642
+ var i = e.children || [];
2643
+ return i.forEach(function(o) {
2644
+ a.appendChild(Wn(o, {
2645
+ ceFn: n
2646
+ }));
2647
+ }), a;
2648
+ }
2649
+ function qo(e) {
2650
+ var t = " ".concat(e.outerHTML, " ");
2651
+ return t = "".concat(t, "Font Awesome fontawesome.com "), t;
2652
+ }
2653
+ var Ve = {
2654
+ replace: function(t) {
2655
+ var r = t[0];
2656
+ if (r.parentNode)
2657
+ if (t[1].forEach(function(a) {
2658
+ r.parentNode.insertBefore(Wn(a), r);
2659
+ }), r.getAttribute(he) === null && P.keepOriginalSource) {
2660
+ var n = W.createComment(qo(r));
2661
+ r.parentNode.replaceChild(n, r);
2662
+ } else
2663
+ r.remove();
2664
+ },
2665
+ nest: function(t) {
2666
+ var r = t[0], n = t[1];
2667
+ if (~Wt(r).indexOf(P.replacementClass))
2668
+ return Ve.replace(t);
2669
+ var a = new RegExp("".concat(P.cssPrefix, "-.*"));
2670
+ if (delete n[0].attributes.id, n[0].attributes.class) {
2671
+ var i = n[0].attributes.class.split(" ").reduce(function(s, l) {
2672
+ return l === P.replacementClass || l.match(a) ? s.toSvg.push(l) : s.toNode.push(l), s;
2673
+ }, {
2674
+ toNode: [],
2675
+ toSvg: []
2676
+ });
2677
+ n[0].attributes.class = i.toSvg.join(" "), i.toNode.length === 0 ? r.removeAttribute("class") : r.setAttribute("class", i.toNode.join(" "));
2678
+ }
2679
+ var o = n.map(function(s) {
2680
+ return $e(s);
2681
+ }).join(`
2682
+ `);
2683
+ r.setAttribute(he, ""), r.innerHTML = o;
2684
+ }
2685
+ };
2686
+ function gr(e) {
2687
+ e();
2688
+ }
2689
+ function Yn(e, t) {
2690
+ var r = typeof t == "function" ? t : qe;
2691
+ if (e.length === 0)
2692
+ r();
2693
+ else {
2694
+ var n = gr;
2695
+ P.mutateApproach === Gi && (n = fe.requestAnimationFrame || gr), n(function() {
2696
+ var a = Wo(), i = Gt.begin("mutate");
2697
+ e.map(a), i(), r();
2698
+ });
2699
+ }
2700
+ }
2701
+ var Bt = !1;
2702
+ function Un() {
2703
+ Bt = !0;
2704
+ }
2705
+ function kt() {
2706
+ Bt = !1;
2707
+ }
2708
+ var He = null;
2709
+ function xr(e) {
2710
+ if (ar && P.observeMutations) {
2711
+ var t = e.treeCallback, r = t === void 0 ? qe : t, n = e.nodeCallback, a = n === void 0 ? qe : n, i = e.pseudoElementsCallback, o = i === void 0 ? qe : i, s = e.observeMutationsRoot, l = s === void 0 ? W : s;
2712
+ He = new ar(function(u) {
2713
+ if (!Bt) {
2714
+ var c = ue();
2715
+ Pe(u).forEach(function(d) {
2716
+ if (d.type === "childList" && d.addedNodes.length > 0 && !yr(d.addedNodes[0]) && (P.searchPseudoElements && o(d.target), r(d.target)), d.type === "attributes" && d.target.parentNode && P.searchPseudoElements && o([d.target], !0), d.type === "attributes" && yr(d.target) && ~Qi.indexOf(d.attributeName))
2717
+ if (d.attributeName === "class" && Lo(d.target)) {
2718
+ var x = Ze(Wt(d.target)), y = x.prefix, T = x.iconName;
2719
+ d.target.setAttribute(Dt, y || c), T && d.target.setAttribute(Lt, T);
2720
+ } else zo(d.target) && a(d.target);
2721
+ });
2722
+ }
2723
+ }), ie && He.observe(l, {
2724
+ childList: !0,
2725
+ attributes: !0,
2726
+ characterData: !0,
2727
+ subtree: !0
2728
+ });
2729
+ }
2730
+ }
2731
+ function Vo() {
2732
+ He && He.disconnect();
2733
+ }
2734
+ function Go(e) {
2735
+ var t = e.getAttribute("style"), r = [];
2736
+ return t && (r = t.split(";").reduce(function(n, a) {
2737
+ var i = a.split(":"), o = i[0], s = i.slice(1);
2738
+ return o && s.length > 0 && (n[o] = s.join(":").trim()), n;
2739
+ }, {})), r;
2740
+ }
2741
+ function Bo(e) {
2742
+ var t = e.getAttribute("data-prefix"), r = e.getAttribute("data-icon"), n = e.innerText !== void 0 ? e.innerText.trim() : "", a = Ze(Wt(e));
2743
+ return a.prefix || (a.prefix = ue()), t && r && (a.prefix = t, a.iconName = r), a.iconName && a.prefix || (a.prefix && n.length > 0 && (a.iconName = bo(a.prefix, e.innerText) || qt(a.prefix, kn(e.innerText))), !a.iconName && P.autoFetchSvg && e.firstChild && e.firstChild.nodeType === Node.TEXT_NODE && (a.iconName = e.firstChild.data)), a;
2744
+ }
2745
+ function Ho(e) {
2746
+ var t = Pe(e.attributes).reduce(function(r, n) {
2747
+ return r.name !== "class" && r.name !== "style" && (r[n.name] = n.value), r;
2748
+ }, {});
2749
+ return t;
2750
+ }
2751
+ function Xo() {
2752
+ return {
2753
+ iconName: null,
2754
+ prefix: null,
2755
+ transform: te,
2756
+ symbol: !1,
2757
+ mask: {
2758
+ iconName: null,
2759
+ prefix: null,
2760
+ rest: []
2761
+ },
2762
+ maskId: null,
2763
+ extra: {
2764
+ classes: [],
2765
+ styles: {},
2766
+ attributes: {}
2767
+ }
2768
+ };
2769
+ }
2770
+ function wr(e) {
2771
+ var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {
2772
+ styleParser: !0
2773
+ }, r = Bo(e), n = r.iconName, a = r.prefix, i = r.rest, o = Ho(e), s = Et("parseNodeAttributes", {}, e), l = t.styleParser ? Go(e) : [];
2774
+ return m({
2775
+ iconName: n,
2776
+ prefix: a,
2777
+ transform: te,
2778
+ mask: {
2779
+ iconName: null,
2780
+ prefix: null,
2781
+ rest: []
2782
+ },
2783
+ maskId: null,
2784
+ symbol: !1,
2785
+ extra: {
2786
+ classes: i,
2787
+ styles: l,
2788
+ attributes: o
2789
+ }
2790
+ }, s);
2791
+ }
2792
+ var Jo = X.styles;
2793
+ function qn(e) {
2794
+ var t = P.autoReplaceSvg === "nest" ? wr(e, {
2795
+ styleParser: !1
2796
+ }) : wr(e);
2797
+ return ~t.extra.classes.indexOf(Sn) ? ce("generateLayersText", e, t) : ce("generateSvgReplacementMutation", e, t);
2798
+ }
2799
+ function Ko() {
2800
+ return [].concat(J(pn), J(hn));
2801
+ }
2802
+ function Ar(e) {
2803
+ var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : null;
2804
+ if (!ie) return Promise.resolve();
2805
+ var r = W.documentElement.classList, n = function(d) {
2806
+ return r.add("".concat(sr, "-").concat(d));
2807
+ }, a = function(d) {
2808
+ return r.remove("".concat(sr, "-").concat(d));
2809
+ }, i = P.autoFetchSvg ? Ko() : Jr.concat(Object.keys(Jo));
2810
+ i.includes("fa") || i.push("fa");
2811
+ var o = [".".concat(Sn, ":not([").concat(he, "])")].concat(i.map(function(c) {
2812
+ return ".".concat(c, ":not([").concat(he, "])");
2813
+ })).join(", ");
2814
+ if (o.length === 0)
2815
+ return Promise.resolve();
2816
+ var s = [];
2817
+ try {
2818
+ s = Pe(e.querySelectorAll(o));
2819
+ } catch {
2820
+ }
2821
+ if (s.length > 0)
2822
+ n("pending"), a("complete");
2823
+ else
2824
+ return Promise.resolve();
2825
+ var l = Gt.begin("onTree"), u = s.reduce(function(c, d) {
2826
+ try {
2827
+ var x = qn(d);
2828
+ x && c.push(x);
2829
+ } catch (y) {
2830
+ wn || y.name === "MissingIcon" && console.error(y);
2831
+ }
2832
+ return c;
2833
+ }, []);
2834
+ return new Promise(function(c, d) {
2835
+ Promise.all(u).then(function(x) {
2836
+ Yn(x, function() {
2837
+ n("active"), n("complete"), a("pending"), typeof t == "function" && t(), l(), c();
2838
+ });
2839
+ }).catch(function(x) {
2840
+ l(), d(x);
2841
+ });
2842
+ });
2843
+ }
2844
+ function Qo(e) {
2845
+ var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : null;
2846
+ qn(e).then(function(r) {
2847
+ r && Yn([r], t);
2848
+ });
2849
+ }
2850
+ function Zo(e) {
2851
+ return function(t) {
2852
+ var r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = (t || {}).icon ? t : Pt(t || {}), a = r.mask;
2853
+ return a && (a = (a || {}).icon ? a : Pt(a || {})), e(n, m(m({}, r), {}, {
2854
+ mask: a
2855
+ }));
2856
+ };
2857
+ }
2858
+ var es = function(t) {
2859
+ var r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = r.transform, a = n === void 0 ? te : n, i = r.symbol, o = i === void 0 ? !1 : i, s = r.mask, l = s === void 0 ? null : s, u = r.maskId, c = u === void 0 ? null : u, d = r.classes, x = d === void 0 ? [] : d, y = r.attributes, T = y === void 0 ? {} : y, w = r.styles, O = w === void 0 ? {} : w;
2860
+ if (t) {
2861
+ var j = t.prefix, M = t.iconName, R = t.icon;
2862
+ return et(m({
2863
+ type: "icon"
2864
+ }, t), function() {
2865
+ return be("beforeDOMElementCreation", {
2866
+ iconDefinition: t,
2867
+ params: r
2868
+ }), Vt({
2869
+ icons: {
2870
+ main: Ot(R),
2871
+ mask: l ? Ot(l.icon) : {
2872
+ found: !1,
2873
+ width: null,
2874
+ height: null,
2875
+ icon: {}
2876
+ }
2877
+ },
2878
+ prefix: j,
2879
+ iconName: M,
2880
+ transform: m(m({}, te), a),
2881
+ symbol: o,
2882
+ maskId: c,
2883
+ extra: {
2884
+ attributes: T,
2885
+ styles: O,
2886
+ classes: x
2887
+ }
2888
+ });
2889
+ });
2890
+ }
2891
+ }, ts = {
2892
+ mixout: function() {
2893
+ return {
2894
+ icon: Zo(es)
2895
+ };
2896
+ },
2897
+ hooks: function() {
2898
+ return {
2899
+ mutationObserverCallbacks: function(r) {
2900
+ return r.treeCallback = Ar, r.nodeCallback = Qo, r;
2901
+ }
2902
+ };
2903
+ },
2904
+ provides: function(t) {
2905
+ t.i2svg = function(r) {
2906
+ var n = r.node, a = n === void 0 ? W : n, i = r.callback, o = i === void 0 ? function() {
2907
+ } : i;
2908
+ return Ar(a, o);
2909
+ }, t.generateSvgReplacementMutation = function(r, n) {
2910
+ var a = n.iconName, i = n.prefix, o = n.transform, s = n.symbol, l = n.mask, u = n.maskId, c = n.extra;
2911
+ return new Promise(function(d, x) {
2912
+ Promise.all([jt(a, i), l.iconName ? jt(l.iconName, l.prefix) : Promise.resolve({
2913
+ found: !1,
2914
+ width: 512,
2915
+ height: 512,
2916
+ icon: {}
2917
+ })]).then(function(y) {
2918
+ var T = Je(y, 2), w = T[0], O = T[1];
2919
+ d([r, Vt({
2920
+ icons: {
2921
+ main: w,
2922
+ mask: O
2923
+ },
2924
+ prefix: i,
2925
+ iconName: a,
2926
+ transform: o,
2927
+ symbol: s,
2928
+ maskId: u,
2929
+ extra: c,
2930
+ watchable: !0
2931
+ })]);
2932
+ }).catch(x);
2933
+ });
2934
+ }, t.generateAbstractIcon = function(r) {
2935
+ var n = r.children, a = r.attributes, i = r.main, o = r.transform, s = r.styles, l = Ke(s);
2936
+ l.length > 0 && (a.style = l);
2937
+ var u;
2938
+ return Yt(o) && (u = ce("generateAbstractTransformGrouping", {
2939
+ main: i,
2940
+ transform: o,
2941
+ containerWidth: i.width,
2942
+ iconWidth: i.width
2943
+ })), n.push(u || i.icon), {
2944
+ children: n,
2945
+ attributes: a
2946
+ };
2947
+ };
2948
+ }
2949
+ }, rs = {
2950
+ mixout: function() {
2951
+ return {
2952
+ layer: function(r) {
2953
+ var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, a = n.classes, i = a === void 0 ? [] : a;
2954
+ return et({
2955
+ type: "layer"
2956
+ }, function() {
2957
+ be("beforeDOMElementCreation", {
2958
+ assembler: r,
2959
+ params: n
2960
+ });
2961
+ var o = [];
2962
+ return r(function(s) {
2963
+ Array.isArray(s) ? s.map(function(l) {
2964
+ o = o.concat(l.abstract);
2965
+ }) : o = o.concat(s.abstract);
2966
+ }), [{
2967
+ tag: "span",
2968
+ attributes: {
2969
+ class: ["".concat(P.cssPrefix, "-layers")].concat(J(i)).join(" ")
2970
+ },
2971
+ children: o
2972
+ }];
2973
+ });
2974
+ }
2975
+ };
2976
+ }
2977
+ }, ns = {
2978
+ mixout: function() {
2979
+ return {
2980
+ counter: function(r) {
2981
+ var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
2982
+ n.title;
2983
+ var a = n.classes, i = a === void 0 ? [] : a, o = n.attributes, s = o === void 0 ? {} : o, l = n.styles, u = l === void 0 ? {} : l;
2984
+ return et({
2985
+ type: "counter",
2986
+ content: r
2987
+ }, function() {
2988
+ return be("beforeDOMElementCreation", {
2989
+ content: r,
2990
+ params: n
2991
+ }), Fo({
2992
+ content: r.toString(),
2993
+ extra: {
2994
+ attributes: s,
2995
+ styles: u,
2996
+ classes: ["".concat(P.cssPrefix, "-layers-counter")].concat(J(i))
2997
+ }
2998
+ });
2999
+ });
3000
+ }
3001
+ };
3002
+ }
3003
+ }, as = {
3004
+ mixout: function() {
3005
+ return {
3006
+ text: function(r) {
3007
+ var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, a = n.transform, i = a === void 0 ? te : a, o = n.classes, s = o === void 0 ? [] : o, l = n.attributes, u = l === void 0 ? {} : l, c = n.styles, d = c === void 0 ? {} : c;
3008
+ return et({
3009
+ type: "text",
3010
+ content: r
3011
+ }, function() {
3012
+ return be("beforeDOMElementCreation", {
3013
+ content: r,
3014
+ params: n
3015
+ }), hr({
3016
+ content: r,
3017
+ transform: m(m({}, te), i),
3018
+ extra: {
3019
+ attributes: u,
3020
+ styles: d,
3021
+ classes: ["".concat(P.cssPrefix, "-layers-text")].concat(J(s))
3022
+ }
3023
+ });
3024
+ });
3025
+ }
3026
+ };
3027
+ },
3028
+ provides: function(t) {
3029
+ t.generateLayersText = function(r, n) {
3030
+ var a = n.transform, i = n.extra, o = null, s = null;
3031
+ if (Hr) {
3032
+ var l = parseInt(getComputedStyle(r).fontSize, 10), u = r.getBoundingClientRect();
3033
+ o = u.width / l, s = u.height / l;
3034
+ }
3035
+ return Promise.resolve([r, hr({
3036
+ content: r.innerHTML,
3037
+ width: o,
3038
+ height: s,
3039
+ transform: a,
3040
+ extra: i,
3041
+ watchable: !0
3042
+ })]);
3043
+ };
3044
+ }
3045
+ }, Vn = new RegExp('"', "ug"), Sr = [1105920, 1112319], Er = m(m(m(m({}, {
3046
+ FontAwesome: {
3047
+ normal: "fas",
3048
+ 400: "fas"
3049
+ }
3050
+ }), La), qi), Ha), _t = Object.keys(Er).reduce(function(e, t) {
3051
+ return e[t.toLowerCase()] = Er[t], e;
3052
+ }, {}), is = Object.keys(_t).reduce(function(e, t) {
3053
+ var r = _t[t];
3054
+ return e[t] = r[900] || J(Object.entries(r))[0][1], e;
3055
+ }, {});
3056
+ function os(e) {
3057
+ var t = e.replace(Vn, "");
3058
+ return kn(J(t)[0] || "");
3059
+ }
3060
+ function ss(e) {
3061
+ var t = e.getPropertyValue("font-feature-settings").includes("ss01"), r = e.getPropertyValue("content"), n = r.replace(Vn, ""), a = n.codePointAt(0), i = a >= Sr[0] && a <= Sr[1], o = n.length === 2 ? n[0] === n[1] : !1;
3062
+ return i || o || t;
3063
+ }
3064
+ function ls(e, t) {
3065
+ var r = e.replace(/^['"]|['"]$/g, "").toLowerCase(), n = parseInt(t), a = isNaN(n) ? "normal" : n;
3066
+ return (_t[r] || {})[a] || is[r];
3067
+ }
3068
+ function Pr(e, t) {
3069
+ var r = "".concat(Vi).concat(t.replace(":", "-"));
3070
+ return new Promise(function(n, a) {
3071
+ if (e.getAttribute(r) !== null)
3072
+ return n();
3073
+ var i = Pe(e.children), o = i.filter(function(U) {
3074
+ return U.getAttribute(gt) === t;
3075
+ })[0], s = fe.getComputedStyle(e, t), l = s.getPropertyValue("font-family"), u = l.match(Ji), c = s.getPropertyValue("font-weight"), d = s.getPropertyValue("content");
3076
+ if (o && !u)
3077
+ return e.removeChild(o), n();
3078
+ if (u && d !== "none" && d !== "") {
3079
+ var x = s.getPropertyValue("content"), y = ls(l, c), T = os(x), w = u[0].startsWith("FontAwesome"), O = ss(s), j = qt(y, T), M = j;
3080
+ if (w) {
3081
+ var R = yo(T);
3082
+ R.iconName && R.prefix && (j = R.iconName, y = R.prefix);
3083
+ }
3084
+ if (j && !O && (!o || o.getAttribute(Dt) !== y || o.getAttribute(Lt) !== M)) {
3085
+ e.setAttribute(r, M), o && e.removeChild(o);
3086
+ var z = Xo(), h = z.extra;
3087
+ h.attributes[gt] = t, jt(j, y).then(function(U) {
3088
+ var K = Vt(m(m({}, z), {}, {
3089
+ icons: {
3090
+ main: U,
3091
+ mask: Dn()
3092
+ },
3093
+ prefix: y,
3094
+ iconName: M,
3095
+ extra: h,
3096
+ watchable: !0
3097
+ })), q = W.createElementNS("http://www.w3.org/2000/svg", "svg");
3098
+ t === "::before" ? e.insertBefore(q, e.firstChild) : e.appendChild(q), q.outerHTML = K.map(function(re) {
3099
+ return $e(re);
3100
+ }).join(`
3101
+ `), e.removeAttribute(r), n();
3102
+ }).catch(a);
3103
+ } else
3104
+ n();
3105
+ } else
3106
+ n();
3107
+ });
3108
+ }
3109
+ function fs(e) {
3110
+ return Promise.all([Pr(e, "::before"), Pr(e, "::after")]);
3111
+ }
3112
+ function us(e) {
3113
+ return e.parentNode !== document.head && !~Bi.indexOf(e.tagName.toUpperCase()) && !e.getAttribute(gt) && (!e.parentNode || e.parentNode.tagName !== "svg");
3114
+ }
3115
+ var cs = function(t) {
3116
+ return !!t && xn.some(function(r) {
3117
+ return t.includes(r);
3118
+ });
3119
+ }, ds = function(t) {
3120
+ if (!t) return [];
3121
+ var r = /* @__PURE__ */ new Set(), n = t.split(/,(?![^()]*\))/).map(function(l) {
3122
+ return l.trim();
3123
+ });
3124
+ n = n.flatMap(function(l) {
3125
+ return l.includes("(") ? l : l.split(",").map(function(u) {
3126
+ return u.trim();
3127
+ });
3128
+ });
3129
+ var a = Ue(n), i;
3130
+ try {
3131
+ for (a.s(); !(i = a.n()).done; ) {
3132
+ var o = i.value;
3133
+ if (cs(o)) {
3134
+ var s = xn.reduce(function(l, u) {
3135
+ return l.replace(u, "");
3136
+ }, o);
3137
+ s !== "" && s !== "*" && r.add(s);
3138
+ }
3139
+ }
3140
+ } catch (l) {
3141
+ a.e(l);
3142
+ } finally {
3143
+ a.f();
3144
+ }
3145
+ return r;
3146
+ };
3147
+ function Or(e) {
3148
+ var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1;
3149
+ if (ie) {
3150
+ var r;
3151
+ if (t)
3152
+ r = e;
3153
+ else if (P.searchPseudoElementsFullScan)
3154
+ r = e.querySelectorAll("*");
3155
+ else {
3156
+ var n = /* @__PURE__ */ new Set(), a = Ue(document.styleSheets), i;
3157
+ try {
3158
+ for (a.s(); !(i = a.n()).done; ) {
3159
+ var o = i.value;
3160
+ try {
3161
+ var s = Ue(o.cssRules), l;
3162
+ try {
3163
+ for (s.s(); !(l = s.n()).done; ) {
3164
+ var u = l.value, c = ds(u.selectorText), d = Ue(c), x;
3165
+ try {
3166
+ for (d.s(); !(x = d.n()).done; ) {
3167
+ var y = x.value;
3168
+ n.add(y);
3169
+ }
3170
+ } catch (w) {
3171
+ d.e(w);
3172
+ } finally {
3173
+ d.f();
3174
+ }
3175
+ }
3176
+ } catch (w) {
3177
+ s.e(w);
3178
+ } finally {
3179
+ s.f();
3180
+ }
3181
+ } catch (w) {
3182
+ P.searchPseudoElementsWarnings && console.warn("Font Awesome: cannot parse stylesheet: ".concat(o.href, " (").concat(w.message, `)
3183
+ 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.`));
3184
+ }
3185
+ }
3186
+ } catch (w) {
3187
+ a.e(w);
3188
+ } finally {
3189
+ a.f();
3190
+ }
3191
+ if (!n.size) return;
3192
+ var T = Array.from(n).join(", ");
3193
+ try {
3194
+ r = e.querySelectorAll(T);
3195
+ } catch {
3196
+ }
3197
+ }
3198
+ return new Promise(function(w, O) {
3199
+ var j = Pe(r).filter(us).map(fs), M = Gt.begin("searchPseudoElements");
3200
+ Un(), Promise.all(j).then(function() {
3201
+ M(), kt(), w();
3202
+ }).catch(function() {
3203
+ M(), kt(), O();
3204
+ });
3205
+ });
3206
+ }
3207
+ }
3208
+ var ms = {
3209
+ hooks: function() {
3210
+ return {
3211
+ mutationObserverCallbacks: function(r) {
3212
+ return r.pseudoElementsCallback = Or, r;
3213
+ }
3214
+ };
3215
+ },
3216
+ provides: function(t) {
3217
+ t.pseudoElements2svg = function(r) {
3218
+ var n = r.node, a = n === void 0 ? W : n;
3219
+ P.searchPseudoElements && Or(a);
3220
+ };
3221
+ }
3222
+ }, jr = !1, vs = {
3223
+ mixout: function() {
3224
+ return {
3225
+ dom: {
3226
+ unwatch: function() {
3227
+ Un(), jr = !0;
3228
+ }
3229
+ }
3230
+ };
3231
+ },
3232
+ hooks: function() {
3233
+ return {
3234
+ bootstrap: function() {
3235
+ xr(Et("mutationObserverCallbacks", {}));
3236
+ },
3237
+ noAuto: function() {
3238
+ Vo();
3239
+ },
3240
+ watch: function(r) {
3241
+ var n = r.observeMutationsRoot;
3242
+ jr ? kt() : xr(Et("mutationObserverCallbacks", {
3243
+ observeMutationsRoot: n
3244
+ }));
3245
+ }
3246
+ };
3247
+ }
3248
+ }, Tr = function(t) {
3249
+ var r = {
3250
+ size: 16,
3251
+ x: 0,
3252
+ y: 0,
3253
+ flipX: !1,
3254
+ flipY: !1,
3255
+ rotate: 0
3256
+ };
3257
+ return t.toLowerCase().split(" ").reduce(function(n, a) {
3258
+ var i = a.toLowerCase().split("-"), o = i[0], s = i.slice(1).join("-");
3259
+ if (o && s === "h")
3260
+ return n.flipX = !0, n;
3261
+ if (o && s === "v")
3262
+ return n.flipY = !0, n;
3263
+ if (s = parseFloat(s), isNaN(s))
3264
+ return n;
3265
+ switch (o) {
3266
+ case "grow":
3267
+ n.size = n.size + s;
3268
+ break;
3269
+ case "shrink":
3270
+ n.size = n.size - s;
3271
+ break;
3272
+ case "left":
3273
+ n.x = n.x - s;
3274
+ break;
3275
+ case "right":
3276
+ n.x = n.x + s;
3277
+ break;
3278
+ case "up":
3279
+ n.y = n.y - s;
3280
+ break;
3281
+ case "down":
3282
+ n.y = n.y + s;
3283
+ break;
3284
+ case "rotate":
3285
+ n.rotate = n.rotate + s;
3286
+ break;
3287
+ }
3288
+ return n;
3289
+ }, r);
3290
+ }, ps = {
3291
+ mixout: function() {
3292
+ return {
3293
+ parse: {
3294
+ transform: function(r) {
3295
+ return Tr(r);
3296
+ }
3297
+ }
3298
+ };
3299
+ },
3300
+ hooks: function() {
3301
+ return {
3302
+ parseNodeAttributes: function(r, n) {
3303
+ var a = n.getAttribute("data-fa-transform");
3304
+ return a && (r.transform = Tr(a)), r;
3305
+ }
3306
+ };
3307
+ },
3308
+ provides: function(t) {
3309
+ t.generateAbstractTransformGrouping = function(r) {
3310
+ var n = r.main, a = r.transform, i = r.containerWidth, o = r.iconWidth, s = {
3311
+ transform: "translate(".concat(i / 2, " 256)")
3312
+ }, l = "translate(".concat(a.x * 32, ", ").concat(a.y * 32, ") "), u = "scale(".concat(a.size / 16 * (a.flipX ? -1 : 1), ", ").concat(a.size / 16 * (a.flipY ? -1 : 1), ") "), c = "rotate(".concat(a.rotate, " 0 0)"), d = {
3313
+ transform: "".concat(l, " ").concat(u, " ").concat(c)
3314
+ }, x = {
3315
+ transform: "translate(".concat(o / 2 * -1, " -256)")
3316
+ }, y = {
3317
+ outer: s,
3318
+ inner: d,
3319
+ path: x
3320
+ };
3321
+ return {
3322
+ tag: "g",
3323
+ attributes: m({}, y.outer),
3324
+ children: [{
3325
+ tag: "g",
3326
+ attributes: m({}, y.inner),
3327
+ children: [{
3328
+ tag: n.icon.tag,
3329
+ children: n.icon.children,
3330
+ attributes: m(m({}, n.icon.attributes), y.path)
3331
+ }]
3332
+ }]
3333
+ };
3334
+ };
3335
+ }
3336
+ }, st = {
3337
+ x: 0,
3338
+ y: 0,
3339
+ width: "100%",
3340
+ height: "100%"
3341
+ };
3342
+ function kr(e) {
3343
+ var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0;
3344
+ return e.attributes && (e.attributes.fill || t) && (e.attributes.fill = "black"), e;
3345
+ }
3346
+ function hs(e) {
3347
+ return e.tag === "g" ? e.children : [e];
3348
+ }
3349
+ var bs = {
3350
+ hooks: function() {
3351
+ return {
3352
+ parseNodeAttributes: function(r, n) {
3353
+ var a = n.getAttribute("data-fa-mask"), i = a ? Ze(a.split(" ").map(function(o) {
3354
+ return o.trim();
3355
+ })) : Dn();
3356
+ return i.prefix || (i.prefix = ue()), r.mask = i, r.maskId = n.getAttribute("data-fa-mask-id"), r;
3357
+ }
3358
+ };
3359
+ },
3360
+ provides: function(t) {
3361
+ t.generateAbstractMask = function(r) {
3362
+ var n = r.children, a = r.attributes, i = r.main, o = r.mask, s = r.maskId, l = r.transform, u = i.width, c = i.icon, d = o.width, x = o.icon, y = so({
3363
+ transform: l,
3364
+ containerWidth: d,
3365
+ iconWidth: u
3366
+ }), T = {
3367
+ tag: "rect",
3368
+ attributes: m(m({}, st), {}, {
3369
+ fill: "white"
3370
+ })
3371
+ }, w = c.children ? {
3372
+ children: c.children.map(kr)
3373
+ } : {}, O = {
3374
+ tag: "g",
3375
+ attributes: m({}, y.inner),
3376
+ children: [kr(m({
3377
+ tag: c.tag,
3378
+ attributes: m(m({}, c.attributes), y.path)
3379
+ }, w))]
3380
+ }, j = {
3381
+ tag: "g",
3382
+ attributes: m({}, y.outer),
3383
+ children: [O]
3384
+ }, M = "mask-".concat(s || fr()), R = "clip-".concat(s || fr()), z = {
3385
+ tag: "mask",
3386
+ attributes: m(m({}, st), {}, {
3387
+ id: M,
3388
+ maskUnits: "userSpaceOnUse",
3389
+ maskContentUnits: "userSpaceOnUse"
3390
+ }),
3391
+ children: [T, j]
3392
+ }, h = {
3393
+ tag: "defs",
3394
+ children: [{
3395
+ tag: "clipPath",
3396
+ attributes: {
3397
+ id: R
3398
+ },
3399
+ children: hs(x)
3400
+ }, z]
3401
+ };
3402
+ return n.push(h, {
3403
+ tag: "rect",
3404
+ attributes: m({
3405
+ fill: "currentColor",
3406
+ "clip-path": "url(#".concat(R, ")"),
3407
+ mask: "url(#".concat(M, ")")
3408
+ }, st)
3409
+ }), {
3410
+ children: n,
3411
+ attributes: a
3412
+ };
3413
+ };
3414
+ }
3415
+ }, ys = {
3416
+ provides: function(t) {
3417
+ var r = !1;
3418
+ fe.matchMedia && (r = fe.matchMedia("(prefers-reduced-motion: reduce)").matches), t.missingIconAbstract = function() {
3419
+ var n = [], a = {
3420
+ fill: "currentColor"
3421
+ }, i = {
3422
+ attributeType: "XML",
3423
+ repeatCount: "indefinite",
3424
+ dur: "2s"
3425
+ };
3426
+ n.push({
3427
+ tag: "path",
3428
+ attributes: m(m({}, a), {}, {
3429
+ 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"
3430
+ })
3431
+ });
3432
+ var o = m(m({}, i), {}, {
3433
+ attributeName: "opacity"
3434
+ }), s = {
3435
+ tag: "circle",
3436
+ attributes: m(m({}, a), {}, {
3437
+ cx: "256",
3438
+ cy: "364",
3439
+ r: "28"
3440
+ }),
3441
+ children: []
3442
+ };
3443
+ return r || s.children.push({
3444
+ tag: "animate",
3445
+ attributes: m(m({}, i), {}, {
3446
+ attributeName: "r",
3447
+ values: "28;14;28;28;14;28;"
3448
+ })
3449
+ }, {
3450
+ tag: "animate",
3451
+ attributes: m(m({}, o), {}, {
3452
+ values: "1;0;1;1;0;1;"
3453
+ })
3454
+ }), n.push(s), n.push({
3455
+ tag: "path",
3456
+ attributes: m(m({}, a), {}, {
3457
+ opacity: "1",
3458
+ 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"
3459
+ }),
3460
+ children: r ? [] : [{
3461
+ tag: "animate",
3462
+ attributes: m(m({}, o), {}, {
3463
+ values: "1;0;0;0;0;1;"
3464
+ })
3465
+ }]
3466
+ }), r || n.push({
3467
+ tag: "path",
3468
+ attributes: m(m({}, a), {}, {
3469
+ opacity: "0",
3470
+ 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"
3471
+ }),
3472
+ children: [{
3473
+ tag: "animate",
3474
+ attributes: m(m({}, o), {}, {
3475
+ values: "0;0;1;1;0;0;"
3476
+ })
3477
+ }]
3478
+ }), {
3479
+ tag: "g",
3480
+ attributes: {
3481
+ class: "missing"
3482
+ },
3483
+ children: n
3484
+ };
3485
+ };
3486
+ }
3487
+ }, gs = {
3488
+ hooks: function() {
3489
+ return {
3490
+ parseNodeAttributes: function(r, n) {
3491
+ var a = n.getAttribute("data-fa-symbol"), i = a === null ? !1 : a === "" ? !0 : a;
3492
+ return r.symbol = i, r;
3493
+ }
3494
+ };
3495
+ }
3496
+ }, xs = [uo, ts, rs, ns, as, ms, vs, ps, bs, ys, gs];
3497
+ jo(xs, {
3498
+ mixoutsTo: H
3499
+ });
3500
+ H.noAuto;
3501
+ H.config;
3502
+ H.library;
3503
+ H.dom;
3504
+ var It = H.parse;
3505
+ H.findIconDefinition;
3506
+ H.toHtml;
3507
+ var ws = H.icon;
3508
+ H.layer;
3509
+ H.text;
3510
+ H.counter;
3511
+ var We = { exports: {} }, Ye = { exports: {} }, D = {};
3512
+ var _r;
3513
+ function As() {
3514
+ if (_r) return D;
3515
+ _r = 1;
3516
+ var e = typeof Symbol == "function" && Symbol.for, t = e ? /* @__PURE__ */ Symbol.for("react.element") : 60103, r = e ? /* @__PURE__ */ Symbol.for("react.portal") : 60106, n = e ? /* @__PURE__ */ Symbol.for("react.fragment") : 60107, a = e ? /* @__PURE__ */ Symbol.for("react.strict_mode") : 60108, i = e ? /* @__PURE__ */ Symbol.for("react.profiler") : 60114, o = e ? /* @__PURE__ */ Symbol.for("react.provider") : 60109, s = e ? /* @__PURE__ */ Symbol.for("react.context") : 60110, l = e ? /* @__PURE__ */ Symbol.for("react.async_mode") : 60111, u = e ? /* @__PURE__ */ Symbol.for("react.concurrent_mode") : 60111, c = e ? /* @__PURE__ */ Symbol.for("react.forward_ref") : 60112, d = e ? /* @__PURE__ */ Symbol.for("react.suspense") : 60113, x = e ? /* @__PURE__ */ Symbol.for("react.suspense_list") : 60120, y = e ? /* @__PURE__ */ Symbol.for("react.memo") : 60115, T = e ? /* @__PURE__ */ Symbol.for("react.lazy") : 60116, w = e ? /* @__PURE__ */ Symbol.for("react.block") : 60121, O = e ? /* @__PURE__ */ Symbol.for("react.fundamental") : 60117, j = e ? /* @__PURE__ */ Symbol.for("react.responder") : 60118, M = e ? /* @__PURE__ */ Symbol.for("react.scope") : 60119;
3517
+ function R(h) {
3518
+ if (typeof h == "object" && h !== null) {
3519
+ var U = h.$$typeof;
3520
+ switch (U) {
3521
+ case t:
3522
+ switch (h = h.type, h) {
3523
+ case l:
3524
+ case u:
3525
+ case n:
3526
+ case i:
3527
+ case a:
3528
+ case d:
3529
+ return h;
3530
+ default:
3531
+ switch (h = h && h.$$typeof, h) {
3532
+ case s:
3533
+ case c:
3534
+ case T:
3535
+ case y:
3536
+ case o:
3537
+ return h;
3538
+ default:
3539
+ return U;
3540
+ }
3541
+ }
3542
+ case r:
3543
+ return U;
3544
+ }
3545
+ }
3546
+ }
3547
+ function z(h) {
3548
+ return R(h) === u;
3549
+ }
3550
+ return D.AsyncMode = l, D.ConcurrentMode = u, D.ContextConsumer = s, D.ContextProvider = o, D.Element = t, D.ForwardRef = c, D.Fragment = n, D.Lazy = T, D.Memo = y, D.Portal = r, D.Profiler = i, D.StrictMode = a, D.Suspense = d, D.isAsyncMode = function(h) {
3551
+ return z(h) || R(h) === l;
3552
+ }, D.isConcurrentMode = z, D.isContextConsumer = function(h) {
3553
+ return R(h) === s;
3554
+ }, D.isContextProvider = function(h) {
3555
+ return R(h) === o;
3556
+ }, D.isElement = function(h) {
3557
+ return typeof h == "object" && h !== null && h.$$typeof === t;
3558
+ }, D.isForwardRef = function(h) {
3559
+ return R(h) === c;
3560
+ }, D.isFragment = function(h) {
3561
+ return R(h) === n;
3562
+ }, D.isLazy = function(h) {
3563
+ return R(h) === T;
3564
+ }, D.isMemo = function(h) {
3565
+ return R(h) === y;
3566
+ }, D.isPortal = function(h) {
3567
+ return R(h) === r;
3568
+ }, D.isProfiler = function(h) {
3569
+ return R(h) === i;
3570
+ }, D.isStrictMode = function(h) {
3571
+ return R(h) === a;
3572
+ }, D.isSuspense = function(h) {
3573
+ return R(h) === d;
3574
+ }, D.isValidElementType = function(h) {
3575
+ return typeof h == "string" || typeof h == "function" || h === n || h === u || h === i || h === a || h === d || h === x || typeof h == "object" && h !== null && (h.$$typeof === T || h.$$typeof === y || h.$$typeof === o || h.$$typeof === s || h.$$typeof === c || h.$$typeof === O || h.$$typeof === j || h.$$typeof === M || h.$$typeof === w);
3576
+ }, D.typeOf = R, D;
3577
+ }
3578
+ var L = {};
3579
+ var Ir;
3580
+ function Ss() {
3581
+ return Ir || (Ir = 1, process.env.NODE_ENV !== "production" && (function() {
3582
+ var e = typeof Symbol == "function" && Symbol.for, t = e ? /* @__PURE__ */ Symbol.for("react.element") : 60103, r = e ? /* @__PURE__ */ Symbol.for("react.portal") : 60106, n = e ? /* @__PURE__ */ Symbol.for("react.fragment") : 60107, a = e ? /* @__PURE__ */ Symbol.for("react.strict_mode") : 60108, i = e ? /* @__PURE__ */ Symbol.for("react.profiler") : 60114, o = e ? /* @__PURE__ */ Symbol.for("react.provider") : 60109, s = e ? /* @__PURE__ */ Symbol.for("react.context") : 60110, l = e ? /* @__PURE__ */ Symbol.for("react.async_mode") : 60111, u = e ? /* @__PURE__ */ Symbol.for("react.concurrent_mode") : 60111, c = e ? /* @__PURE__ */ Symbol.for("react.forward_ref") : 60112, d = e ? /* @__PURE__ */ Symbol.for("react.suspense") : 60113, x = e ? /* @__PURE__ */ Symbol.for("react.suspense_list") : 60120, y = e ? /* @__PURE__ */ Symbol.for("react.memo") : 60115, T = e ? /* @__PURE__ */ Symbol.for("react.lazy") : 60116, w = e ? /* @__PURE__ */ Symbol.for("react.block") : 60121, O = e ? /* @__PURE__ */ Symbol.for("react.fundamental") : 60117, j = e ? /* @__PURE__ */ Symbol.for("react.responder") : 60118, M = e ? /* @__PURE__ */ Symbol.for("react.scope") : 60119;
3583
+ function R(g) {
3584
+ return typeof g == "string" || typeof g == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
3585
+ g === n || g === u || g === i || g === a || g === d || g === x || typeof g == "object" && g !== null && (g.$$typeof === T || g.$$typeof === y || g.$$typeof === o || g.$$typeof === s || g.$$typeof === c || g.$$typeof === O || g.$$typeof === j || g.$$typeof === M || g.$$typeof === w);
3586
+ }
3587
+ function z(g) {
3588
+ if (typeof g == "object" && g !== null) {
3589
+ var Z = g.$$typeof;
3590
+ switch (Z) {
3591
+ case t:
3592
+ var Me = g.type;
3593
+ switch (Me) {
3594
+ case l:
3595
+ case u:
3596
+ case n:
3597
+ case i:
3598
+ case a:
3599
+ case d:
3600
+ return Me;
3601
+ default:
3602
+ var Jt = Me && Me.$$typeof;
3603
+ switch (Jt) {
3604
+ case s:
3605
+ case c:
3606
+ case T:
3607
+ case y:
3608
+ case o:
3609
+ return Jt;
3610
+ default:
3611
+ return Z;
3612
+ }
3613
+ }
3614
+ case r:
3615
+ return Z;
3616
+ }
3617
+ }
3618
+ }
3619
+ var h = l, U = u, K = s, q = o, re = t, Oe = c, ye = n, de = T, ge = y, oe = r, me = i, B = a, Q = d, ve = !1;
3620
+ function xe(g) {
3621
+ return ve || (ve = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), v(g) || z(g) === l;
3622
+ }
3623
+ function v(g) {
3624
+ return z(g) === u;
3625
+ }
3626
+ function f(g) {
3627
+ return z(g) === s;
3628
+ }
3629
+ function b(g) {
3630
+ return z(g) === o;
3631
+ }
3632
+ function S(g) {
3633
+ return typeof g == "object" && g !== null && g.$$typeof === t;
3634
+ }
3635
+ function A(g) {
3636
+ return z(g) === c;
3637
+ }
3638
+ function C(g) {
3639
+ return z(g) === n;
3640
+ }
3641
+ function k(g) {
3642
+ return z(g) === T;
3643
+ }
3644
+ function E(g) {
3645
+ return z(g) === y;
3646
+ }
3647
+ function I(g) {
3648
+ return z(g) === r;
3649
+ }
3650
+ function $(g) {
3651
+ return z(g) === i;
3652
+ }
3653
+ function F(g) {
3654
+ return z(g) === a;
3655
+ }
3656
+ function V(g) {
3657
+ return z(g) === d;
3658
+ }
3659
+ L.AsyncMode = h, L.ConcurrentMode = U, L.ContextConsumer = K, L.ContextProvider = q, L.Element = re, L.ForwardRef = Oe, L.Fragment = ye, L.Lazy = de, L.Memo = ge, L.Portal = oe, L.Profiler = me, L.StrictMode = B, L.Suspense = Q, L.isAsyncMode = xe, L.isConcurrentMode = v, L.isContextConsumer = f, L.isContextProvider = b, L.isElement = S, L.isForwardRef = A, L.isFragment = C, L.isLazy = k, L.isMemo = E, L.isPortal = I, L.isProfiler = $, L.isStrictMode = F, L.isSuspense = V, L.isValidElementType = R, L.typeOf = z;
3660
+ })()), L;
3661
+ }
3662
+ var Nr;
3663
+ function Gn() {
3664
+ return Nr || (Nr = 1, process.env.NODE_ENV === "production" ? Ye.exports = As() : Ye.exports = Ss()), Ye.exports;
3665
+ }
3666
+ var lt, Rr;
3667
+ function Es() {
3668
+ if (Rr) return lt;
3669
+ Rr = 1;
3670
+ var e = Object.getOwnPropertySymbols, t = Object.prototype.hasOwnProperty, r = Object.prototype.propertyIsEnumerable;
3671
+ function n(i) {
3672
+ if (i == null)
3673
+ throw new TypeError("Object.assign cannot be called with null or undefined");
3674
+ return Object(i);
3675
+ }
3676
+ function a() {
3677
+ try {
3678
+ if (!Object.assign)
3679
+ return !1;
3680
+ var i = new String("abc");
3681
+ if (i[5] = "de", Object.getOwnPropertyNames(i)[0] === "5")
3682
+ return !1;
3683
+ for (var o = {}, s = 0; s < 10; s++)
3684
+ o["_" + String.fromCharCode(s)] = s;
3685
+ var l = Object.getOwnPropertyNames(o).map(function(c) {
3686
+ return o[c];
3687
+ });
3688
+ if (l.join("") !== "0123456789")
3689
+ return !1;
3690
+ var u = {};
3691
+ return "abcdefghijklmnopqrst".split("").forEach(function(c) {
3692
+ u[c] = c;
3693
+ }), Object.keys(Object.assign({}, u)).join("") === "abcdefghijklmnopqrst";
3694
+ } catch {
3695
+ return !1;
3696
+ }
3697
+ }
3698
+ return lt = a() ? Object.assign : function(i, o) {
3699
+ for (var s, l = n(i), u, c = 1; c < arguments.length; c++) {
3700
+ s = Object(arguments[c]);
3701
+ for (var d in s)
3702
+ t.call(s, d) && (l[d] = s[d]);
3703
+ if (e) {
3704
+ u = e(s);
3705
+ for (var x = 0; x < u.length; x++)
3706
+ r.call(s, u[x]) && (l[u[x]] = s[u[x]]);
3707
+ }
3708
+ }
3709
+ return l;
3710
+ }, lt;
3711
+ }
3712
+ var ft, Cr;
3713
+ function Ht() {
3714
+ if (Cr) return ft;
3715
+ Cr = 1;
3716
+ var e = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
3717
+ return ft = e, ft;
3718
+ }
3719
+ var ut, Fr;
3720
+ function Bn() {
3721
+ return Fr || (Fr = 1, ut = Function.call.bind(Object.prototype.hasOwnProperty)), ut;
3722
+ }
3723
+ var ct, $r;
3724
+ function Ps() {
3725
+ if ($r) return ct;
3726
+ $r = 1;
3727
+ var e = function() {
3728
+ };
3729
+ if (process.env.NODE_ENV !== "production") {
3730
+ var t = /* @__PURE__ */ Ht(), r = {}, n = /* @__PURE__ */ Bn();
3731
+ e = function(i) {
3732
+ var o = "Warning: " + i;
3733
+ typeof console < "u" && console.error(o);
3734
+ try {
3735
+ throw new Error(o);
3736
+ } catch {
3737
+ }
3738
+ };
3739
+ }
3740
+ function a(i, o, s, l, u) {
3741
+ if (process.env.NODE_ENV !== "production") {
3742
+ for (var c in i)
3743
+ if (n(i, c)) {
3744
+ var d;
3745
+ try {
3746
+ if (typeof i[c] != "function") {
3747
+ var x = Error(
3748
+ (l || "React class") + ": " + s + " type `" + c + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof i[c] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."
3749
+ );
3750
+ throw x.name = "Invariant Violation", x;
3751
+ }
3752
+ d = i[c](o, c, l, s, null, t);
3753
+ } catch (T) {
3754
+ d = T;
3755
+ }
3756
+ if (d && !(d instanceof Error) && e(
3757
+ (l || "React class") + ": type specification of " + s + " `" + c + "` is invalid; the type checker function must return `null` or an `Error` but returned a " + typeof d + ". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."
3758
+ ), d instanceof Error && !(d.message in r)) {
3759
+ r[d.message] = !0;
3760
+ var y = u ? u() : "";
3761
+ e(
3762
+ "Failed " + s + " type: " + d.message + (y ?? "")
3763
+ );
3764
+ }
3765
+ }
3766
+ }
3767
+ }
3768
+ return a.resetWarningCache = function() {
3769
+ process.env.NODE_ENV !== "production" && (r = {});
3770
+ }, ct = a, ct;
3771
+ }
3772
+ var dt, Mr;
3773
+ function Os() {
3774
+ if (Mr) return dt;
3775
+ Mr = 1;
3776
+ var e = Gn(), t = Es(), r = /* @__PURE__ */ Ht(), n = /* @__PURE__ */ Bn(), a = /* @__PURE__ */ Ps(), i = function() {
3777
+ };
3778
+ process.env.NODE_ENV !== "production" && (i = function(s) {
3779
+ var l = "Warning: " + s;
3780
+ typeof console < "u" && console.error(l);
3781
+ try {
3782
+ throw new Error(l);
3783
+ } catch {
3784
+ }
3785
+ });
3786
+ function o() {
3787
+ return null;
3788
+ }
3789
+ return dt = function(s, l) {
3790
+ var u = typeof Symbol == "function" && Symbol.iterator, c = "@@iterator";
3791
+ function d(v) {
3792
+ var f = v && (u && v[u] || v[c]);
3793
+ if (typeof f == "function")
3794
+ return f;
3795
+ }
3796
+ var x = "<<anonymous>>", y = {
3797
+ array: j("array"),
3798
+ bigint: j("bigint"),
3799
+ bool: j("boolean"),
3800
+ func: j("function"),
3801
+ number: j("number"),
3802
+ object: j("object"),
3803
+ string: j("string"),
3804
+ symbol: j("symbol"),
3805
+ any: M(),
3806
+ arrayOf: R,
3807
+ element: z(),
3808
+ elementType: h(),
3809
+ instanceOf: U,
3810
+ node: Oe(),
3811
+ objectOf: q,
3812
+ oneOf: K,
3813
+ oneOfType: re,
3814
+ shape: de,
3815
+ exact: ge
3816
+ };
3817
+ function T(v, f) {
3818
+ return v === f ? v !== 0 || 1 / v === 1 / f : v !== v && f !== f;
3819
+ }
3820
+ function w(v, f) {
3821
+ this.message = v, this.data = f && typeof f == "object" ? f : {}, this.stack = "";
3822
+ }
3823
+ w.prototype = Error.prototype;
3824
+ function O(v) {
3825
+ if (process.env.NODE_ENV !== "production")
3826
+ var f = {}, b = 0;
3827
+ function S(C, k, E, I, $, F, V) {
3828
+ if (I = I || x, F = F || E, V !== r) {
3829
+ if (l) {
3830
+ var g = new Error(
3831
+ "Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
3832
+ );
3833
+ throw g.name = "Invariant Violation", g;
3834
+ } else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
3835
+ var Z = I + ":" + E;
3836
+ !f[Z] && // Avoid spamming the console because they are often not actionable except for lib authors
3837
+ b < 3 && (i(
3838
+ "You are manually calling a React.PropTypes validation function for the `" + F + "` prop on `" + I + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
3839
+ ), f[Z] = !0, b++);
3840
+ }
3841
+ }
3842
+ return k[E] == null ? C ? k[E] === null ? new w("The " + $ + " `" + F + "` is marked as required " + ("in `" + I + "`, but its value is `null`.")) : new w("The " + $ + " `" + F + "` is marked as required in " + ("`" + I + "`, but its value is `undefined`.")) : null : v(k, E, I, $, F);
3843
+ }
3844
+ var A = S.bind(null, !1);
3845
+ return A.isRequired = S.bind(null, !0), A;
3846
+ }
3847
+ function j(v) {
3848
+ function f(b, S, A, C, k, E) {
3849
+ var I = b[S], $ = B(I);
3850
+ if ($ !== v) {
3851
+ var F = Q(I);
3852
+ return new w(
3853
+ "Invalid " + C + " `" + k + "` of type " + ("`" + F + "` supplied to `" + A + "`, expected ") + ("`" + v + "`."),
3854
+ { expectedType: v }
3855
+ );
3856
+ }
3857
+ return null;
3858
+ }
3859
+ return O(f);
3860
+ }
3861
+ function M() {
3862
+ return O(o);
3863
+ }
3864
+ function R(v) {
3865
+ function f(b, S, A, C, k) {
3866
+ if (typeof v != "function")
3867
+ return new w("Property `" + k + "` of component `" + A + "` has invalid PropType notation inside arrayOf.");
3868
+ var E = b[S];
3869
+ if (!Array.isArray(E)) {
3870
+ var I = B(E);
3871
+ return new w("Invalid " + C + " `" + k + "` of type " + ("`" + I + "` supplied to `" + A + "`, expected an array."));
3872
+ }
3873
+ for (var $ = 0; $ < E.length; $++) {
3874
+ var F = v(E, $, A, C, k + "[" + $ + "]", r);
3875
+ if (F instanceof Error)
3876
+ return F;
3877
+ }
3878
+ return null;
3879
+ }
3880
+ return O(f);
3881
+ }
3882
+ function z() {
3883
+ function v(f, b, S, A, C) {
3884
+ var k = f[b];
3885
+ if (!s(k)) {
3886
+ var E = B(k);
3887
+ return new w("Invalid " + A + " `" + C + "` of type " + ("`" + E + "` supplied to `" + S + "`, expected a single ReactElement."));
3888
+ }
3889
+ return null;
3890
+ }
3891
+ return O(v);
3892
+ }
3893
+ function h() {
3894
+ function v(f, b, S, A, C) {
3895
+ var k = f[b];
3896
+ if (!e.isValidElementType(k)) {
3897
+ var E = B(k);
3898
+ return new w("Invalid " + A + " `" + C + "` of type " + ("`" + E + "` supplied to `" + S + "`, expected a single ReactElement type."));
3899
+ }
3900
+ return null;
3901
+ }
3902
+ return O(v);
3903
+ }
3904
+ function U(v) {
3905
+ function f(b, S, A, C, k) {
3906
+ if (!(b[S] instanceof v)) {
3907
+ var E = v.name || x, I = xe(b[S]);
3908
+ return new w("Invalid " + C + " `" + k + "` of type " + ("`" + I + "` supplied to `" + A + "`, expected ") + ("instance of `" + E + "`."));
3909
+ }
3910
+ return null;
3911
+ }
3912
+ return O(f);
3913
+ }
3914
+ function K(v) {
3915
+ if (!Array.isArray(v))
3916
+ return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? i(
3917
+ "Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
3918
+ ) : i("Invalid argument supplied to oneOf, expected an array.")), o;
3919
+ function f(b, S, A, C, k) {
3920
+ for (var E = b[S], I = 0; I < v.length; I++)
3921
+ if (T(E, v[I]))
3922
+ return null;
3923
+ var $ = JSON.stringify(v, function(V, g) {
3924
+ var Z = Q(g);
3925
+ return Z === "symbol" ? String(g) : g;
3926
+ });
3927
+ return new w("Invalid " + C + " `" + k + "` of value `" + String(E) + "` " + ("supplied to `" + A + "`, expected one of " + $ + "."));
3928
+ }
3929
+ return O(f);
3930
+ }
3931
+ function q(v) {
3932
+ function f(b, S, A, C, k) {
3933
+ if (typeof v != "function")
3934
+ return new w("Property `" + k + "` of component `" + A + "` has invalid PropType notation inside objectOf.");
3935
+ var E = b[S], I = B(E);
3936
+ if (I !== "object")
3937
+ return new w("Invalid " + C + " `" + k + "` of type " + ("`" + I + "` supplied to `" + A + "`, expected an object."));
3938
+ for (var $ in E)
3939
+ if (n(E, $)) {
3940
+ var F = v(E, $, A, C, k + "." + $, r);
3941
+ if (F instanceof Error)
3942
+ return F;
3943
+ }
3944
+ return null;
3945
+ }
3946
+ return O(f);
3947
+ }
3948
+ function re(v) {
3949
+ if (!Array.isArray(v))
3950
+ return process.env.NODE_ENV !== "production" && i("Invalid argument supplied to oneOfType, expected an instance of array."), o;
3951
+ for (var f = 0; f < v.length; f++) {
3952
+ var b = v[f];
3953
+ if (typeof b != "function")
3954
+ return i(
3955
+ "Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + ve(b) + " at index " + f + "."
3956
+ ), o;
3957
+ }
3958
+ function S(A, C, k, E, I) {
3959
+ for (var $ = [], F = 0; F < v.length; F++) {
3960
+ var V = v[F], g = V(A, C, k, E, I, r);
3961
+ if (g == null)
3962
+ return null;
3963
+ g.data && n(g.data, "expectedType") && $.push(g.data.expectedType);
3964
+ }
3965
+ var Z = $.length > 0 ? ", expected one of type [" + $.join(", ") + "]" : "";
3966
+ return new w("Invalid " + E + " `" + I + "` supplied to " + ("`" + k + "`" + Z + "."));
3967
+ }
3968
+ return O(S);
3969
+ }
3970
+ function Oe() {
3971
+ function v(f, b, S, A, C) {
3972
+ return oe(f[b]) ? null : new w("Invalid " + A + " `" + C + "` supplied to " + ("`" + S + "`, expected a ReactNode."));
3973
+ }
3974
+ return O(v);
3975
+ }
3976
+ function ye(v, f, b, S, A) {
3977
+ return new w(
3978
+ (v || "React class") + ": " + f + " type `" + b + "." + S + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + A + "`."
3979
+ );
3980
+ }
3981
+ function de(v) {
3982
+ function f(b, S, A, C, k) {
3983
+ var E = b[S], I = B(E);
3984
+ if (I !== "object")
3985
+ return new w("Invalid " + C + " `" + k + "` of type `" + I + "` " + ("supplied to `" + A + "`, expected `object`."));
3986
+ for (var $ in v) {
3987
+ var F = v[$];
3988
+ if (typeof F != "function")
3989
+ return ye(A, C, k, $, Q(F));
3990
+ var V = F(E, $, A, C, k + "." + $, r);
3991
+ if (V)
3992
+ return V;
3993
+ }
3994
+ return null;
3995
+ }
3996
+ return O(f);
3997
+ }
3998
+ function ge(v) {
3999
+ function f(b, S, A, C, k) {
4000
+ var E = b[S], I = B(E);
4001
+ if (I !== "object")
4002
+ return new w("Invalid " + C + " `" + k + "` of type `" + I + "` " + ("supplied to `" + A + "`, expected `object`."));
4003
+ var $ = t({}, b[S], v);
4004
+ for (var F in $) {
4005
+ var V = v[F];
4006
+ if (n(v, F) && typeof V != "function")
4007
+ return ye(A, C, k, F, Q(V));
4008
+ if (!V)
4009
+ return new w(
4010
+ "Invalid " + C + " `" + k + "` key `" + F + "` supplied to `" + A + "`.\nBad object: " + JSON.stringify(b[S], null, " ") + `
4011
+ Valid keys: ` + JSON.stringify(Object.keys(v), null, " ")
4012
+ );
4013
+ var g = V(E, F, A, C, k + "." + F, r);
4014
+ if (g)
4015
+ return g;
4016
+ }
4017
+ return null;
4018
+ }
4019
+ return O(f);
4020
+ }
4021
+ function oe(v) {
4022
+ switch (typeof v) {
4023
+ case "number":
4024
+ case "string":
4025
+ case "undefined":
4026
+ return !0;
4027
+ case "boolean":
4028
+ return !v;
4029
+ case "object":
4030
+ if (Array.isArray(v))
4031
+ return v.every(oe);
4032
+ if (v === null || s(v))
4033
+ return !0;
4034
+ var f = d(v);
4035
+ if (f) {
4036
+ var b = f.call(v), S;
4037
+ if (f !== v.entries) {
4038
+ for (; !(S = b.next()).done; )
4039
+ if (!oe(S.value))
4040
+ return !1;
4041
+ } else
4042
+ for (; !(S = b.next()).done; ) {
4043
+ var A = S.value;
4044
+ if (A && !oe(A[1]))
4045
+ return !1;
4046
+ }
4047
+ } else
4048
+ return !1;
4049
+ return !0;
4050
+ default:
4051
+ return !1;
4052
+ }
4053
+ }
4054
+ function me(v, f) {
4055
+ return v === "symbol" ? !0 : f ? f["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && f instanceof Symbol : !1;
4056
+ }
4057
+ function B(v) {
4058
+ var f = typeof v;
4059
+ return Array.isArray(v) ? "array" : v instanceof RegExp ? "object" : me(f, v) ? "symbol" : f;
4060
+ }
4061
+ function Q(v) {
4062
+ if (typeof v > "u" || v === null)
4063
+ return "" + v;
4064
+ var f = B(v);
4065
+ if (f === "object") {
4066
+ if (v instanceof Date)
4067
+ return "date";
4068
+ if (v instanceof RegExp)
4069
+ return "regexp";
4070
+ }
4071
+ return f;
4072
+ }
4073
+ function ve(v) {
4074
+ var f = Q(v);
4075
+ switch (f) {
4076
+ case "array":
4077
+ case "object":
4078
+ return "an " + f;
4079
+ case "boolean":
4080
+ case "date":
4081
+ case "regexp":
4082
+ return "a " + f;
4083
+ default:
4084
+ return f;
4085
+ }
4086
+ }
4087
+ function xe(v) {
4088
+ return !v.constructor || !v.constructor.name ? x : v.constructor.name;
4089
+ }
4090
+ return y.checkPropTypes = a, y.resetWarningCache = a.resetWarningCache, y.PropTypes = y, y;
4091
+ }, dt;
4092
+ }
4093
+ var mt, Dr;
4094
+ function js() {
4095
+ if (Dr) return mt;
4096
+ Dr = 1;
4097
+ var e = /* @__PURE__ */ Ht();
4098
+ function t() {
4099
+ }
4100
+ function r() {
4101
+ }
4102
+ return r.resetWarningCache = t, mt = function() {
4103
+ function n(o, s, l, u, c, d) {
4104
+ if (d !== e) {
4105
+ var x = new Error(
4106
+ "Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types"
4107
+ );
4108
+ throw x.name = "Invariant Violation", x;
4109
+ }
4110
+ }
4111
+ n.isRequired = n;
4112
+ function a() {
4113
+ return n;
4114
+ }
4115
+ var i = {
4116
+ array: n,
4117
+ bigint: n,
4118
+ bool: n,
4119
+ func: n,
4120
+ number: n,
4121
+ object: n,
4122
+ string: n,
4123
+ symbol: n,
4124
+ any: n,
4125
+ arrayOf: a,
4126
+ element: n,
4127
+ elementType: n,
4128
+ instanceOf: a,
4129
+ node: n,
4130
+ objectOf: a,
4131
+ oneOf: a,
4132
+ oneOfType: a,
4133
+ shape: a,
4134
+ exact: a,
4135
+ checkPropTypes: r,
4136
+ resetWarningCache: t
4137
+ };
4138
+ return i.PropTypes = i, i;
4139
+ }, mt;
4140
+ }
4141
+ var Lr;
4142
+ function Ts() {
4143
+ if (Lr) return We.exports;
4144
+ if (Lr = 1, process.env.NODE_ENV !== "production") {
4145
+ var e = Gn(), t = !0;
4146
+ We.exports = /* @__PURE__ */ Os()(e.isElement, t);
4147
+ } else
4148
+ We.exports = /* @__PURE__ */ js()();
4149
+ return We.exports;
4150
+ }
4151
+ var ks = /* @__PURE__ */ Ts();
4152
+ const N = /* @__PURE__ */ ea(ks);
4153
+ function Nt(e, t) {
4154
+ (t == null || t > e.length) && (t = e.length);
4155
+ for (var r = 0, n = Array(t); r < t; r++) n[r] = e[r];
4156
+ return n;
4157
+ }
4158
+ function _s(e) {
4159
+ if (Array.isArray(e)) return e;
4160
+ }
4161
+ function Is(e) {
4162
+ if (Array.isArray(e)) return Nt(e);
4163
+ }
4164
+ function se(e, t, r) {
4165
+ return (t = Ls(t)) in e ? Object.defineProperty(e, t, {
4166
+ value: r,
4167
+ enumerable: !0,
4168
+ configurable: !0,
4169
+ writable: !0
4170
+ }) : e[t] = r, e;
4171
+ }
4172
+ function Ns(e) {
4173
+ if (typeof Symbol < "u" && e[Symbol.iterator] != null || e["@@iterator"] != null) return Array.from(e);
4174
+ }
4175
+ function Rs(e, t) {
4176
+ var r = e == null ? null : typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
4177
+ if (r != null) {
4178
+ var n, a, i, o, s = [], l = !0, u = !1;
4179
+ try {
4180
+ if (i = (r = r.call(e)).next, t !== 0) for (; !(l = (n = i.call(r)).done) && (s.push(n.value), s.length !== t); l = !0) ;
4181
+ } catch (c) {
4182
+ u = !0, a = c;
4183
+ } finally {
4184
+ try {
4185
+ if (!l && r.return != null && (o = r.return(), Object(o) !== o)) return;
4186
+ } finally {
4187
+ if (u) throw a;
4188
+ }
4189
+ }
4190
+ return s;
4191
+ }
4192
+ }
4193
+ function Cs() {
4194
+ throw new TypeError(`Invalid attempt to destructure non-iterable instance.
4195
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
4196
+ }
4197
+ function Fs() {
4198
+ throw new TypeError(`Invalid attempt to spread non-iterable instance.
4199
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
4200
+ }
4201
+ function zr(e, t) {
4202
+ var r = Object.keys(e);
4203
+ if (Object.getOwnPropertySymbols) {
4204
+ var n = Object.getOwnPropertySymbols(e);
4205
+ t && (n = n.filter(function(a) {
4206
+ return Object.getOwnPropertyDescriptor(e, a).enumerable;
4207
+ })), r.push.apply(r, n);
4208
+ }
4209
+ return r;
4210
+ }
4211
+ function ee(e) {
4212
+ for (var t = 1; t < arguments.length; t++) {
4213
+ var r = arguments[t] != null ? arguments[t] : {};
4214
+ t % 2 ? zr(Object(r), !0).forEach(function(n) {
4215
+ se(e, n, r[n]);
4216
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : zr(Object(r)).forEach(function(n) {
4217
+ Object.defineProperty(e, n, Object.getOwnPropertyDescriptor(r, n));
4218
+ });
4219
+ }
4220
+ return e;
4221
+ }
4222
+ function $s(e, t) {
4223
+ if (e == null) return {};
4224
+ var r, n, a = Ms(e, t);
4225
+ if (Object.getOwnPropertySymbols) {
4226
+ var i = Object.getOwnPropertySymbols(e);
4227
+ for (n = 0; n < i.length; n++) r = i[n], t.indexOf(r) === -1 && {}.propertyIsEnumerable.call(e, r) && (a[r] = e[r]);
4228
+ }
4229
+ return a;
4230
+ }
4231
+ function Ms(e, t) {
4232
+ if (e == null) return {};
4233
+ var r = {};
4234
+ for (var n in e) if ({}.hasOwnProperty.call(e, n)) {
4235
+ if (t.indexOf(n) !== -1) continue;
4236
+ r[n] = e[n];
4237
+ }
4238
+ return r;
4239
+ }
4240
+ function Wr(e, t) {
4241
+ return _s(e) || Rs(e, t) || Hn(e, t) || Cs();
4242
+ }
4243
+ function Rt(e) {
4244
+ return Is(e) || Ns(e) || Hn(e) || Fs();
4245
+ }
4246
+ function Ds(e, t) {
4247
+ if (typeof e != "object" || !e) return e;
4248
+ var r = e[Symbol.toPrimitive];
4249
+ if (r !== void 0) {
4250
+ var n = r.call(e, t);
4251
+ if (typeof n != "object") return n;
4252
+ throw new TypeError("@@toPrimitive must return a primitive value.");
4253
+ }
4254
+ return (t === "string" ? String : Number)(e);
4255
+ }
4256
+ function Ls(e) {
4257
+ var t = Ds(e, "string");
4258
+ return typeof t == "symbol" ? t : t + "";
4259
+ }
4260
+ function Xe(e) {
4261
+ "@babel/helpers - typeof";
4262
+ return Xe = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
4263
+ return typeof t;
4264
+ } : function(t) {
4265
+ return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
4266
+ }, Xe(e);
4267
+ }
4268
+ function Hn(e, t) {
4269
+ if (e) {
4270
+ if (typeof e == "string") return Nt(e, t);
4271
+ var r = {}.toString.call(e).slice(8, -1);
4272
+ return r === "Object" && e.constructor && (r = e.constructor.name), r === "Map" || r === "Set" ? Array.from(e) : r === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r) ? Nt(e, t) : void 0;
4273
+ }
4274
+ }
4275
+ var zs = "7.0.0", Ct;
4276
+ try {
4277
+ var Ws = require("@fortawesome/fontawesome-svg-core/package.json");
4278
+ Ct = Ws.version;
4279
+ } catch {
4280
+ Ct = typeof process < "u" && process.env.FA_VERSION || "7.0.0";
4281
+ }
4282
+ function Ys(e) {
4283
+ var t = e.beat, r = e.fade, n = e.beatFade, a = e.bounce, i = e.shake, o = e.flash, s = e.spin, l = e.spinPulse, u = e.spinReverse, c = e.pulse, d = e.fixedWidth, x = e.inverse, y = e.border, T = e.listItem, w = e.flip, O = e.size, j = e.rotation, M = e.pull, R = e.swapOpacity, z = e.rotateBy, h = e.widthAuto, U = Us(Ct, zs), K = se(se(se(se(se(se({
4284
+ "fa-beat": t,
4285
+ "fa-fade": r,
4286
+ "fa-beat-fade": n,
4287
+ "fa-bounce": a,
4288
+ "fa-shake": i,
4289
+ "fa-flash": o,
4290
+ "fa-spin": s,
4291
+ "fa-spin-reverse": u,
4292
+ "fa-spin-pulse": l,
4293
+ "fa-pulse": c,
4294
+ "fa-fw": d,
4295
+ "fa-inverse": x,
4296
+ "fa-border": y,
4297
+ "fa-li": T,
4298
+ "fa-flip": w === !0,
4299
+ "fa-flip-horizontal": w === "horizontal" || w === "both",
4300
+ "fa-flip-vertical": w === "vertical" || w === "both"
4301
+ }, "fa-".concat(O), typeof O < "u" && O !== null), "fa-rotate-".concat(j), typeof j < "u" && j !== null && j !== 0), "fa-pull-".concat(M), typeof M < "u" && M !== null), "fa-swap-opacity", R), "fa-rotate-by", U && z), "fa-width-auto", U && h);
4302
+ return Object.keys(K).map(function(q) {
4303
+ return K[q] ? q : null;
4304
+ }).filter(function(q) {
4305
+ return q;
4306
+ });
4307
+ }
4308
+ function Us(e, t) {
4309
+ for (var r = e.split("-"), n = Wr(r, 2), a = n[0], i = n[1], o = t.split("-"), s = Wr(o, 2), l = s[0], u = s[1], c = a.split("."), d = l.split("."), x = 0; x < Math.max(c.length, d.length); x++) {
4310
+ var y = c[x] || "0", T = d[x] || "0", w = parseInt(y, 10), O = parseInt(T, 10);
4311
+ if (w !== O)
4312
+ return w > O;
4313
+ }
4314
+ for (var j = 0; j < Math.max(c.length, d.length); j++) {
4315
+ var M = c[j] || "0", R = d[j] || "0";
4316
+ if (M !== R && M.length !== R.length)
4317
+ return M.length < R.length;
4318
+ }
4319
+ return !(i && !u);
4320
+ }
4321
+ function qs(e) {
4322
+ return e = e - 0, e === e;
4323
+ }
4324
+ function Xn(e) {
4325
+ return qs(e) ? e : (e = e.replace(/[\-_\s]+(.)?/g, function(t, r) {
4326
+ return r ? r.toUpperCase() : "";
4327
+ }), e.substr(0, 1).toLowerCase() + e.substr(1));
4328
+ }
4329
+ var Vs = ["style"];
4330
+ function Gs(e) {
4331
+ return e.charAt(0).toUpperCase() + e.slice(1);
4332
+ }
4333
+ function Bs(e) {
4334
+ return e.split(";").map(function(t) {
4335
+ return t.trim();
4336
+ }).filter(function(t) {
4337
+ return t;
4338
+ }).reduce(function(t, r) {
4339
+ var n = r.indexOf(":"), a = Xn(r.slice(0, n)), i = r.slice(n + 1).trim();
4340
+ return a.startsWith("webkit") ? t[Gs(a)] = i : t[a] = i, t;
4341
+ }, {});
4342
+ }
4343
+ function Jn(e, t) {
4344
+ var r = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
4345
+ if (typeof t == "string")
4346
+ return t;
4347
+ var n = (t.children || []).map(function(l) {
4348
+ return Jn(e, l);
4349
+ }), a = Object.keys(t.attributes || {}).reduce(function(l, u) {
4350
+ var c = t.attributes[u];
4351
+ switch (u) {
4352
+ case "class":
4353
+ l.attrs.className = c, delete t.attributes.class;
4354
+ break;
4355
+ case "style":
4356
+ l.attrs.style = Bs(c);
4357
+ break;
4358
+ default:
4359
+ u.indexOf("aria-") === 0 || u.indexOf("data-") === 0 ? l.attrs[u.toLowerCase()] = c : l.attrs[Xn(u)] = c;
4360
+ }
4361
+ return l;
4362
+ }, {
4363
+ attrs: {}
4364
+ }), i = r.style, o = i === void 0 ? {} : i, s = $s(r, Vs);
4365
+ return a.attrs.style = ee(ee({}, a.attrs.style), o), e.apply(void 0, [t.tag, ee(ee({}, a.attrs), s)].concat(Rt(n)));
4366
+ }
4367
+ var Kn = !1;
4368
+ try {
4369
+ Kn = process.env.NODE_ENV === "production";
4370
+ } catch {
4371
+ }
4372
+ function Hs() {
4373
+ if (!Kn && console && typeof console.error == "function") {
4374
+ var e;
4375
+ (e = console).error.apply(e, arguments);
4376
+ }
4377
+ }
4378
+ function Yr(e) {
4379
+ if (e && Xe(e) === "object" && e.prefix && e.iconName && e.icon)
4380
+ return e;
4381
+ if (It.icon)
4382
+ return It.icon(e);
4383
+ if (e === null)
4384
+ return null;
4385
+ if (e && Xe(e) === "object" && e.prefix && e.iconName)
4386
+ return e;
4387
+ if (Array.isArray(e) && e.length === 2)
4388
+ return {
4389
+ prefix: e[0],
4390
+ iconName: e[1]
4391
+ };
4392
+ if (typeof e == "string")
4393
+ return {
4394
+ prefix: "fas",
4395
+ iconName: e
4396
+ };
4397
+ }
4398
+ function vt(e, t) {
4399
+ return Array.isArray(t) && t.length > 0 || !Array.isArray(t) && t ? se({}, e, t) : {};
4400
+ }
4401
+ var Ur = {
4402
+ border: !1,
4403
+ className: "",
4404
+ mask: null,
4405
+ maskId: null,
4406
+ // the fixedWidth property has been deprecated as of version 7
4407
+ fixedWidth: !1,
4408
+ inverse: !1,
4409
+ flip: !1,
4410
+ icon: null,
4411
+ listItem: !1,
4412
+ pull: null,
4413
+ pulse: !1,
4414
+ rotation: null,
4415
+ rotateBy: !1,
4416
+ size: null,
4417
+ spin: !1,
4418
+ spinPulse: !1,
4419
+ spinReverse: !1,
4420
+ beat: !1,
4421
+ fade: !1,
4422
+ beatFade: !1,
4423
+ bounce: !1,
4424
+ shake: !1,
4425
+ symbol: !1,
4426
+ title: "",
4427
+ titleId: null,
4428
+ transform: null,
4429
+ swapOpacity: !1,
4430
+ widthAuto: !1
4431
+ }, Xt = /* @__PURE__ */ Ft.forwardRef(function(e, t) {
4432
+ var r = ee(ee({}, Ur), e), n = r.icon, a = r.mask, i = r.symbol, o = r.className, s = r.title, l = r.titleId, u = r.maskId, c = Yr(n), d = vt("classes", [].concat(Rt(Ys(r)), Rt((o || "").split(" ")))), x = vt("transform", typeof r.transform == "string" ? It.transform(r.transform) : r.transform), y = vt("mask", Yr(a)), T = ws(c, ee(ee(ee(ee({}, d), x), y), {}, {
4433
+ symbol: i,
4434
+ title: s,
4435
+ titleId: l,
4436
+ maskId: u
4437
+ }));
4438
+ if (!T)
4439
+ return Hs("Could not find icon", c), null;
4440
+ var w = T.abstract, O = {
4441
+ ref: t
4442
+ };
4443
+ return Object.keys(r).forEach(function(j) {
4444
+ Ur.hasOwnProperty(j) || (O[j] = r[j]);
4445
+ }), Xs(w[0], O);
4446
+ });
4447
+ Xt.displayName = "FontAwesomeIcon";
4448
+ Xt.propTypes = {
4449
+ beat: N.bool,
4450
+ border: N.bool,
4451
+ beatFade: N.bool,
4452
+ bounce: N.bool,
4453
+ className: N.string,
4454
+ fade: N.bool,
4455
+ flash: N.bool,
4456
+ mask: N.oneOfType([N.object, N.array, N.string]),
4457
+ maskId: N.string,
4458
+ // the fixedWidth property has been deprecated as of version 7
4459
+ fixedWidth: N.bool,
4460
+ inverse: N.bool,
4461
+ flip: N.oneOf([!0, !1, "horizontal", "vertical", "both"]),
4462
+ icon: N.oneOfType([N.object, N.array, N.string]),
4463
+ listItem: N.bool,
4464
+ pull: N.oneOf(["right", "left"]),
4465
+ pulse: N.bool,
4466
+ rotation: N.oneOf([0, 90, 180, 270]),
4467
+ rotateBy: N.bool,
4468
+ shake: N.bool,
4469
+ size: N.oneOf(["2xs", "xs", "sm", "lg", "xl", "2xl", "1x", "2x", "3x", "4x", "5x", "6x", "7x", "8x", "9x", "10x"]),
4470
+ spin: N.bool,
4471
+ spinPulse: N.bool,
4472
+ spinReverse: N.bool,
4473
+ symbol: N.oneOfType([N.bool, N.string]),
4474
+ title: N.string,
4475
+ titleId: N.string,
4476
+ transform: N.oneOfType([N.string, N.object]),
4477
+ swapOpacity: N.bool,
4478
+ widthAuto: N.bool
4479
+ };
4480
+ var Xs = Jn.bind(null, Ft.createElement);
4481
+ const tl = ({
4482
+ siteLinks: e = [],
4483
+ socialLinks: t = [],
4484
+ legal: r
4485
+ }) => /* @__PURE__ */ p.jsxs("footer", { className: "bg-black text-red text-sm", children: [
4486
+ /* @__PURE__ */ p.jsx("div", { className: "max-w-screen-xl mx-auto px-6 py-10 grid grid-cols-1 md:grid-cols-3 gap-8 border-b border-gray-700", children: e.map((n) => /* @__PURE__ */ p.jsxs("div", { children: [
4487
+ /* @__PURE__ */ p.jsx(G, { variant: "free", className: "text-lg font-bold mb-3 text-lightGray", children: n.group }),
4488
+ /* @__PURE__ */ p.jsx("ul", { className: "space-y-2", children: n.links.map((a) => /* @__PURE__ */ p.jsx("li", { children: /* @__PURE__ */ p.jsx(
4489
+ le,
4490
+ {
4491
+ variant: "free",
4492
+ className: "hover:underline text-white",
4493
+ label: a.label
4494
+ }
4495
+ ) }, a.label)) })
4496
+ ] }, n.group)) }),
4497
+ /* @__PURE__ */ p.jsxs("div", { className: "max-w-screen-xl mx-auto px-6 py-6 flex flex-col md:flex-row justify-between items-center border-b border-gray-700", children: [
4498
+ /* @__PURE__ */ p.jsx("div", { className: "flex gap-4 mb-4 md:mb-0", children: t.map((n, a) => /* @__PURE__ */ p.jsx(
4499
+ "a",
4500
+ {
4501
+ href: n.href,
4502
+ className: "w-8 h-8 flex items-center justify-center border border-gray-600 rounded-full",
4503
+ children: typeof n.icon == "string" ? /* @__PURE__ */ p.jsx(
4504
+ "img",
4505
+ {
4506
+ src: `/icons/${n.icon}.svg`,
4507
+ alt: n.icon,
4508
+ className: "w-4 h-4"
4509
+ }
4510
+ ) : /* @__PURE__ */ p.jsx(Xt, { icon: n.icon, className: "text-white w-4 h-4" })
4511
+ },
4512
+ a
4513
+ )) }),
4514
+ /* @__PURE__ */ p.jsx("div", { children: /* @__PURE__ */ p.jsx(G, { variant: "free", className: "text-white text-base", children: r?.phone }) })
4515
+ ] }),
4516
+ /* @__PURE__ */ p.jsxs("div", { className: "max-w-screen-xl mx-auto px-6 py-6 text-xs space-y-3", children: [
4517
+ /* @__PURE__ */ p.jsx("div", { className: "flex flex-wrap gap-4 font-bold text-white", children: r?.footerLinks.map((n) => /* @__PURE__ */ p.jsx("a", { href: n.href, className: "hover:underline", children: n.label }, n.href)) }),
4518
+ /* @__PURE__ */ p.jsx("div", { className: "text-white whitespace-pre-line", children: r?.disclaimerText })
4519
+ ] })
4520
+ ] }), rl = ({
4521
+ imageSrc: e,
4522
+ imageAlt: t = "",
4523
+ headline: r,
4524
+ body: n,
4525
+ buttonLabel: a,
4526
+ align: i = "right"
4527
+ }) => {
4528
+ const o = i === "right";
4529
+ return /* @__PURE__ */ p.jsx("section", { className: "relative bg-light py-8", children: /* @__PURE__ */ p.jsxs("div", { className: "max-w-screen-lg mx-auto flex flex-col md:flex-row items-center gap-6 md:gap-12", children: [
4530
+ !o && /* @__PURE__ */ p.jsx("div", { className: "w-3/4", children: /* @__PURE__ */ p.jsx(Ne, { src: e, alt: t, className: "w-full h-auto object-cover" }) }),
4531
+ /* @__PURE__ */ p.jsxs("div", { className: `w-1/2 relative z-10 bg-white shadow-md p-14 ${o ? "-mr-60" : "-ml-60"}`, children: [
4532
+ /* @__PURE__ */ p.jsx(G, { as: "h3", variant: "h3", className: "mb-4", children: r }),
4533
+ /* @__PURE__ */ p.jsx(G, { variant: "body", className: "mb-6", children: n }),
4534
+ /* @__PURE__ */ p.jsx(le, { variant: "standard", label: a })
4535
+ ] }),
4536
+ o && /* @__PURE__ */ p.jsx("div", { className: "w-full md:w-3/4", children: /* @__PURE__ */ p.jsx(Ne, { src: e, alt: t, className: "w-full h-auto object-cover" }) })
4537
+ ] }) });
4538
+ }, nl = ({
4539
+ imageSrc: e,
4540
+ heading: t,
4541
+ subheading: r,
4542
+ body: n
4543
+ }) => /* @__PURE__ */ p.jsxs("div", { className: "flex flex-col bg-light", children: [
4544
+ /* @__PURE__ */ p.jsx(Ne, { src: e, alt: "Hero", className: "w-full h-auto object-cover" }),
4545
+ /* @__PURE__ */ p.jsxs("div", { className: "bg-white shadow-lg max-w-screen-lg mx-auto px-28 text-center relative z-10 -mt-20 py-24", children: [
4546
+ /* @__PURE__ */ p.jsx(G, { variant: "h1", className: "mb-6", children: t }),
4547
+ /* @__PURE__ */ p.jsx(G, { variant: "h2", className: "mb-10", children: r }),
4548
+ /* @__PURE__ */ p.jsx(G, { variant: "body", children: n }),
4549
+ /* @__PURE__ */ p.jsx(le, { label: "Explore Products", variant: "standard", className: "mt-10" })
4550
+ ] })
4551
+ ] }), Js = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAYCAYAAAAPtVbGAAAAAXNSR0IArs4c6QAAArtJREFUSEu9lT9IelEUx78WGdWUo1PgEhGERQk5ODRISn90LUshGyo1KksQeUqU1FSEb1JKcJKopVyiQZ0cyiBdGiSkqS2KpKXz4z5QKp++BPu98Z5zz+d+z73n+2T4D5+sHiMWi1EikcDj4yM+Pj7Q3t6Onp4eGAwGzM7O1t37ta5oYjQapXA4jPf3dyFXoVCgo6MDb29veHl5EdY6Oztht9sxNzcnCatK8Hg8dHV1he7ubqysrGB6eroqJxwOUywWw+vrq6Bqe3u7LuhbcGdnh87OzjA6OoqjoyPJEy4uLtLNzQ3MZjO8Xm/N/Erg8vKS/H4/hoeHwfO8JKDccwbK5XIIBoPQ6XSi+yqLNpuNnp6emAL09vb+GnJ7e0urq6tQqVQ4Pj6uDclkMuRyuWAymbC1tfVrQFmN1+ulZDIpHFCtVlftFxYikQjxPI/9/X2MjY01DEkkEuTz+bC2toaZmRlxCMdxlEqlEAqF0NfX1zCk3AmLxYLl5eW/gWSzWXI4HJiamoLb7RaHhEIhOjk5wcHBAbRabcNKrq+vaXNzE06nE/Pz8+KQZDJJGxsbsFqtonKl7G1vb4/Oz89xeHgIjUYjDmFFJiYmiHnT6elpw0qMRiN1dXUhHo/XnxOe5ykSiUhO709VgUCALi4uwEaglml+I1utVsrn81haWoLNZpNUVLahtrY2eDweUZ9jh/pWqFAo0Pr6OorFIkZGRsDuSaVSVcEeHh5od3cX9/f3FWGs1Qw0OTlZ+06+tmFhYYGy2aywpFQqMTg4CLlcLlj93d0dnp+fhRiz/1KpJAmq2ZJ0Oi3cEWvf5+dnpVBrayv6+/vZK8TQ0JDM5/MJP7byJ6ZIsu9Sz5fFxUAcx0Gv1wv1mwIRA7EnzQxzYGBA1jTIT1BLS0vFQZoKYaDy9I+Pj4PjuOa2q97d/QOECCcoMJ0vvAAAAABJRU5ErkJggg==", Ks = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAYCAYAAAALQIb7AAAAAXNSR0IArs4c6QAAAaVJREFUSEu9lbGvwVAUxj8xSsxi7mRgZCHSRSKxNjZRE0IbiVhMYrERaYSBf0FiMtoYTAYD/g2RGM5Lm/Slj9u66no36dRz+rvnfOc7DeAfT8Bk7fd70nUd1+vVQtdqNVQqFeudyMOEpdNpDIfD78Cct8/n8xQMBrFarb4P03WdttstRqMRksmkUODTxwzDoPl8LkyqeDyOxWJhcZ5gu92ONE3D/X4XAmw2myiVSmyYSRChW6FQoNvthslkAkmS3GGf6rZer6nb7UKWZQwGg9/uMQfA1s2v3xqNhjVk/X4fuVzOG2brlkql3vbb+XymarWKUCiE5XL5pxjX0far23Q6pdlsBkVR0Ol0+GB+dSuXy3Q8Hpk+da3sE785veX0jyvsE785vcUFE+U3bphf3dxWj+eiLRaLdDqd3l5b0WgU7XYbmUyGbxoVRaHL5fI2yE4wfTYej5FIJLxNvdlsqNVqIZvNotfrmVvbelRVRb1ef+oGbzyzjbzJdhW88a6aPbYxHA7DMAzEYjFmDk+854CoqkqHwwGRSIQp+KOgr+KF/vZfTdMPwSr4GTuXcT0AAAAASUVORK5CYII=", Qs = "data:image/svg+xml,%3csvg%20version='1'%20xmlns='http://www.w3.org/2000/svg'%20width='22'%20height='24'%20viewBox='0%200%20512.000000%20512.000000'%3e%3cpath%20d='M243.5.6c-1.6.2-6.5.9-10.9%201.5C208%205.4%20178.5%2019.3%20158.5%2037c-25.3%2022.3-43.2%2054.5-48.6%2087.5-2%2012-1.7%2039%20.5%2050%207.1%2036.1%2027.5%2069.5%2055%2090.3l6.8%205.2-2.8%201c-12.1%204.6-17.3%206.9-27.6%2012-44.4%2022.3-80.5%2056-106.2%2099-21%2035.2-32.8%2074.5-35.2%20118l-.7%2012H40v-4.9c0-33.9%2014.1-80.7%2033-109.5%2029.1-44.5%2068.1-75%20115.6-90.5%2045.2-14.8%2089.6-14.8%20134.8%200%2047.5%2015.5%2086.5%2046%20115.6%2090.5%2018.9%2028.8%2033%2075.6%2033%20109.5v4.9h40.3l-.7-12c-2.4-43.5-14.2-82.8-35.2-118-25.7-43-61.8-76.7-106.2-99-10.3-5.1-15.5-7.4-27.6-12l-2.8-1%206.8-5.2c27.5-20.8%2047.9-54.2%2055-90.3%202.2-11%202.5-38%20.5-50-4.3-26.3-17.6-54.2-35.2-74.2C345%2025.6%20314.2%208.2%20282.1%202.4%20274.4%201%20248.9-.2%20243.5.6zm29.4%2040.9c58.8%209.6%2099%2065%2089.6%20123.4-9.6%2058.8-65%2099-123.4%2089.6-58.8-9.6-99-65-89.6-123.4%209.6-58.8%2065-99%20123.4-89.6z'/%3e%3c/svg%3e", al = ({
4552
+ NavMenuWithSubItems: e = [],
4553
+ Countries: t = []
4554
+ }) => {
4555
+ const [r, n] = pt(null), a = () => {
4556
+ const i = e.find((o) => o.label === r);
4557
+ return i?.submenu ? /* @__PURE__ */ p.jsx("div", { className: "flex px-6 py-6 space-x-8", children: i.submenu.map((o) => /* @__PURE__ */ p.jsxs("div", { className: "min-w-[180px] max-w-[220px]", children: [
4558
+ /* @__PURE__ */ p.jsx("h4", { className: "font-semibold mb-2 text-sm", children: o.group }),
4559
+ /* @__PURE__ */ p.jsx("ul", { className: "flex flex-col gap-1", children: o.items.map((s) => /* @__PURE__ */ p.jsx("li", { children: /* @__PURE__ */ p.jsx(
4560
+ "a",
4561
+ {
4562
+ href: s.href,
4563
+ className: "block text-sm hover:underline text-gray-800 whitespace-nowrap my-0.5",
4564
+ children: /* @__PURE__ */ p.jsx(G, { variant: "navlink", children: s.label })
4565
+ }
4566
+ ) }, s.href)) })
4567
+ ] }, o.group)) }) : null;
4568
+ };
4569
+ return /* @__PURE__ */ p.jsxs("header", { className: "relative bg-white w-full z-30", children: [
4570
+ /* @__PURE__ */ p.jsx("div", { className: "max-w-screen-xl mx-auto px-4 sm:px-6 lg:px-8", children: /* @__PURE__ */ p.jsxs("div", { className: "flex items-center justify-between py-3", children: [
4571
+ /* @__PURE__ */ p.jsxs("div", { className: "flex items-center space-x-8", children: [
4572
+ /* @__PURE__ */ p.jsx(
4573
+ Ne,
4574
+ {
4575
+ src: "https://www.formica.com/en-us/-/media/project/formica/global/logo.svg",
4576
+ alt: "Formica Logo",
4577
+ className: "h-8"
4578
+ }
4579
+ ),
4580
+ /* @__PURE__ */ p.jsx("nav", { className: "flex space-x-6", children: e.map((i) => /* @__PURE__ */ p.jsx(
4581
+ le,
4582
+ {
4583
+ variant: "nav",
4584
+ label: i.label,
4585
+ onClick: () => n(r === i.label ? null : i.label),
4586
+ active: r === i.label
4587
+ },
4588
+ i.label
4589
+ )) })
4590
+ ] }),
4591
+ /* @__PURE__ */ p.jsxs("div", { className: "flex items-center space-x-4", children: [
4592
+ /* @__PURE__ */ p.jsx(le, { iconSrc: Js, iconAlt: "Search", variant: "icon" }),
4593
+ /* @__PURE__ */ p.jsx(le, { iconSrc: Ks, iconAlt: "Cart", variant: "icon" }),
4594
+ /* @__PURE__ */ p.jsx(le, { iconSrc: Qs, iconAlt: "User", variant: "icon" }),
4595
+ /* @__PURE__ */ p.jsx("div", { className: "h-6 border-l mx-6" }),
4596
+ /* @__PURE__ */ p.jsx(ia, { countries: t })
4597
+ ] })
4598
+ ] }) }),
4599
+ /* @__PURE__ */ p.jsx(
4600
+ "div",
4601
+ {
4602
+ className: "absolute pl-48 inset-x-0 top-full z-20 transform transition-transform duration-300 ease-out origin-top bg-white shadow-[0_4px_6px_-4px_rgba(0,0,0,0.2)] " + (r ? "scale-y-100" : "scale-y-0"),
4603
+ children: /* @__PURE__ */ p.jsx("div", { className: "max-w-screen-xl mx-auto", children: a() })
4604
+ }
4605
+ )
4606
+ ] });
4607
+ };
4608
+ export {
4609
+ le as Button,
4610
+ ia as CountrySelector,
4611
+ rl as FeatureBanner,
4612
+ el as FeatureCard,
4613
+ tl as Footer,
4614
+ nl as HeroBanner,
4615
+ aa as Icon,
4616
+ Ne as Image,
4617
+ G as Text,
4618
+ al as TopNavBar
4619
+ };