tttb 0.1.29

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 (264) hide show
  1. package/README.md +42 -0
  2. package/dist/_virtual/_plugin-vue_export-helper.js +9 -0
  3. package/dist/components/Button/index.js +6 -0
  4. package/dist/components/Button/index.vue.js +7 -0
  5. package/dist/components/Button/index.vue2.js +54 -0
  6. package/dist/components/Button/types.js +8 -0
  7. package/dist/components/Checkbox/index.js +6 -0
  8. package/dist/components/Checkbox/index.vue.js +7 -0
  9. package/dist/components/Checkbox/index.vue2.js +35 -0
  10. package/dist/components/Checkbox/types.js +7 -0
  11. package/dist/components/Collapse/index.js +6 -0
  12. package/dist/components/Collapse/index.vue.js +7 -0
  13. package/dist/components/Collapse/index.vue2.js +42 -0
  14. package/dist/components/Collapse/types.js +7 -0
  15. package/dist/components/CollapseItem/index.js +6 -0
  16. package/dist/components/CollapseItem/index.vue.js +7 -0
  17. package/dist/components/CollapseItem/index.vue2.js +80 -0
  18. package/dist/components/Dialog/DialogItem.vue.js +7 -0
  19. package/dist/components/Dialog/DialogItem.vue2.js +69 -0
  20. package/dist/components/Dialog/DialogPrompt.vue.js +7 -0
  21. package/dist/components/Dialog/DialogPrompt.vue2.js +63 -0
  22. package/dist/components/Dialog/index.js +6 -0
  23. package/dist/components/Dialog/index.vue.js +7 -0
  24. package/dist/components/Dialog/index.vue2.js +91 -0
  25. package/dist/components/Icon/index.js +6 -0
  26. package/dist/components/Icon/index.vue.js +45 -0
  27. package/dist/components/Icon/index.vue2.js +4 -0
  28. package/dist/components/Loading/index.js +6 -0
  29. package/dist/components/Loading/index.vue.js +7 -0
  30. package/dist/components/Loading/index.vue2.js +37 -0
  31. package/dist/components/Loading/types.js +7 -0
  32. package/dist/components/Message/index.js +6 -0
  33. package/dist/components/Message/index.vue.js +7 -0
  34. package/dist/components/Message/index.vue2.js +91 -0
  35. package/dist/components/Modal/index.js +6 -0
  36. package/dist/components/Modal/index.vue.js +7 -0
  37. package/dist/components/Modal/index.vue2.js +39 -0
  38. package/dist/components/Modal/types.js +7 -0
  39. package/dist/components/Nav/index.js +6 -0
  40. package/dist/components/Nav/index.vue.js +7 -0
  41. package/dist/components/Nav/index.vue2.js +95 -0
  42. package/dist/components/Pagination/index.js +6 -0
  43. package/dist/components/Pagination/index.vue.js +7 -0
  44. package/dist/components/Pagination/index.vue2.js +149 -0
  45. package/dist/components/Pagination/types.js +8 -0
  46. package/dist/components/Popconfirm/index.js +7 -0
  47. package/dist/components/Popconfirm/index.vue.js +92 -0
  48. package/dist/components/Popconfirm/index.vue3.js +5 -0
  49. package/dist/components/Popconfirm/types.js +14 -0
  50. package/dist/components/Popover/index.js +7 -0
  51. package/dist/components/Popover/index.vue.js +32 -0
  52. package/dist/components/Popover/index.vue3.js +5 -0
  53. package/dist/components/Progress/index.js +6 -0
  54. package/dist/components/Progress/index.vue.js +7 -0
  55. package/dist/components/Progress/index.vue2.js +38 -0
  56. package/dist/components/Progress/types.js +7 -0
  57. package/dist/components/RouterNav/index.js +6 -0
  58. package/dist/components/RouterNav/index.vue.js +33 -0
  59. package/dist/components/RouterNav/index.vue2.js +4 -0
  60. package/dist/components/Switch/index.js +6 -0
  61. package/dist/components/Switch/index.vue.js +7 -0
  62. package/dist/components/Switch/index.vue2.js +76 -0
  63. package/dist/components/Switch/types.js +6 -0
  64. package/dist/components/Table/index.js +6 -0
  65. package/dist/components/Table/index.vue.js +7 -0
  66. package/dist/components/Table/index.vue2.js +57 -0
  67. package/dist/components/Timer/index.js +6 -0
  68. package/dist/components/Timer/index.vue.js +31 -0
  69. package/dist/components/Timer/index.vue2.js +4 -0
  70. package/dist/components/Tooltip/TooltipContent.vue.js +33 -0
  71. package/dist/components/Tooltip/TooltipContent.vue2.js +4 -0
  72. package/dist/components/Tooltip/TooltipItem.vue.js +58 -0
  73. package/dist/components/Tooltip/TooltipItem.vue2.js +4 -0
  74. package/dist/components/Tooltip/TooltipLayer.vue.js +49 -0
  75. package/dist/components/Tooltip/TooltipLayer.vue2.js +4 -0
  76. package/dist/components/Tooltip/index.js +6 -0
  77. package/dist/components/Tooltip/index.vue.js +74 -0
  78. package/dist/components/Tooltip/index.vue2.js +4 -0
  79. package/dist/components/Tooltip/manager.js +105 -0
  80. package/dist/components/Tooltip/types.js +38 -0
  81. package/dist/components/Tooltip/useTooltip.js +43 -0
  82. package/dist/components/Warn/index.js +6 -0
  83. package/dist/components/Warn/index.vue.js +7 -0
  84. package/dist/components/Warn/index.vue2.js +21 -0
  85. package/dist/components/Warn/types.js +6 -0
  86. package/dist/components/Watermark/index.js +6 -0
  87. package/dist/components/Watermark/index.vue.js +7 -0
  88. package/dist/components/Watermark/index.vue2.js +54 -0
  89. package/dist/components/Watermark/types.js +10 -0
  90. package/dist/components/Watermark/useWatermarkBg.js +11 -0
  91. package/dist/components/helpers.js +25 -0
  92. package/dist/components.js +44 -0
  93. package/dist/directives/vBackTop.js +111 -0
  94. package/dist/directives/vDelayIn.js +41 -0
  95. package/dist/directives/vHoldPointer.js +112 -0
  96. package/dist/directives/vLazy.js +61 -0
  97. package/dist/directives/vLoading.js +49 -0
  98. package/dist/directives/vRipple.js +81 -0
  99. package/dist/directives/vSlideIn.js +39 -0
  100. package/dist/directives/vTextJump.js +50 -0
  101. package/dist/directives/vTooltip.js +55 -0
  102. package/dist/directives.js +20 -0
  103. package/dist/hooks/useAudio.js +112 -0
  104. package/dist/hooks/useElementScroll.js +30 -0
  105. package/dist/hooks/useGSAP.js +40 -0
  106. package/dist/hooks/useRefreshRate.js +26 -0
  107. package/dist/hooks/useWindowBackTop.js +86 -0
  108. package/dist/hooks.js +13 -0
  109. package/dist/icons/brands.js +592 -0
  110. package/dist/icons/regular.js +278 -0
  111. package/dist/icons/solid.js +2005 -0
  112. package/dist/index.js +135 -0
  113. package/dist/node_modules/.pnpm/@floating-ui_core@1.7.5/node_modules/@floating-ui/core/dist/floating-ui.core.js +448 -0
  114. package/dist/node_modules/.pnpm/@floating-ui_dom@1.7.6/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +401 -0
  115. package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +136 -0
  116. package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +128 -0
  117. package/dist/node_modules/.pnpm/@floating-ui_vue@1.1.11_vue@3.5.34_typescript@5.9.3_/node_modules/@floating-ui/vue/dist/floating-ui.vue.js +131 -0
  118. package/dist/node_modules/.pnpm/@fortawesome_fontawesome-svg-core@7.2.0/node_modules/@fortawesome/fontawesome-svg-core/index.js +3102 -0
  119. package/dist/node_modules/.pnpm/@fortawesome_free-brands-svg-icons@7.2.0/node_modules/@fortawesome/free-brands-svg-icons/index.js +3380 -0
  120. package/dist/node_modules/.pnpm/@fortawesome_free-regular-svg-icons@7.2.0/node_modules/@fortawesome/free-regular-svg-icons/index.js +1228 -0
  121. package/dist/node_modules/.pnpm/@fortawesome_free-solid-svg-icons@7.2.0/node_modules/@fortawesome/free-solid-svg-icons/index.js +9694 -0
  122. package/dist/node_modules/.pnpm/@fortawesome_vue-fontawesom_b85c0ed4b0a431cb59a463de76a3e522/node_modules/@fortawesome/vue-fontawesome/index.es.js +528 -0
  123. package/dist/node_modules/.pnpm/gsap@3.15.0/node_modules/gsap/CSSPlugin.js +424 -0
  124. package/dist/node_modules/.pnpm/gsap@3.15.0/node_modules/gsap/gsap-core.js +1652 -0
  125. package/dist/node_modules/.pnpm/gsap@3.15.0/node_modules/gsap/index.js +13 -0
  126. package/dist/tttb.css +1 -0
  127. package/dist/types/bundle.d.ts +10 -0
  128. package/dist/types/components/Button/index.d.ts +22 -0
  129. package/dist/types/components/Button/types.d.ts +12 -0
  130. package/dist/types/components/Checkbox/index.d.ts +29 -0
  131. package/dist/types/components/Checkbox/types.d.ts +8 -0
  132. package/dist/types/components/Collapse/index.d.ts +28 -0
  133. package/dist/types/components/Collapse/types.d.ts +16 -0
  134. package/dist/types/components/CollapseItem/index.d.ts +27 -0
  135. package/dist/types/components/CollapseItem/types.d.ts +6 -0
  136. package/dist/types/components/Dialog/DialogItem.d.ts +38 -0
  137. package/dist/types/components/Dialog/DialogPrompt.d.ts +16 -0
  138. package/dist/types/components/Dialog/index.d.ts +10 -0
  139. package/dist/types/components/Dialog/types.d.ts +58 -0
  140. package/dist/types/components/Icon/index.d.ts +3 -0
  141. package/dist/types/components/Icon/types.d.ts +2 -0
  142. package/dist/types/components/Loading/index.d.ts +6 -0
  143. package/dist/types/components/Loading/types.d.ts +8 -0
  144. package/dist/types/components/Message/index.d.ts +9 -0
  145. package/dist/types/components/Message/types.d.ts +13 -0
  146. package/dist/types/components/Modal/index.d.ts +21 -0
  147. package/dist/types/components/Modal/types.d.ts +11 -0
  148. package/dist/types/components/Nav/index.d.ts +7 -0
  149. package/dist/types/components/Nav/types.d.ts +15 -0
  150. package/dist/types/components/Pagination/index.d.ts +18 -0
  151. package/dist/types/components/Pagination/types.d.ts +16 -0
  152. package/dist/types/components/Popconfirm/index.d.ts +262 -0
  153. package/dist/types/components/Popconfirm/types.d.ts +27 -0
  154. package/dist/types/components/Popover/index.d.ts +150 -0
  155. package/dist/types/components/Progress/index.d.ts +21 -0
  156. package/dist/types/components/Progress/types.d.ts +9 -0
  157. package/dist/types/components/RouterNav/index.d.ts +2 -0
  158. package/dist/types/components/Switch/index.d.ts +13 -0
  159. package/dist/types/components/Switch/types.d.ts +6 -0
  160. package/dist/types/components/Table/index.d.ts +35 -0
  161. package/dist/types/components/Table/types.d.ts +4 -0
  162. package/dist/types/components/Timer/index.d.ts +6 -0
  163. package/dist/types/components/Tooltip/TooltipContent.d.ts +17 -0
  164. package/dist/types/components/Tooltip/TooltipItem.d.ts +45 -0
  165. package/dist/types/components/Tooltip/TooltipLayer.d.ts +2 -0
  166. package/dist/types/components/Tooltip/index.d.ts +42 -0
  167. package/dist/types/components/Tooltip/manager.d.ts +18 -0
  168. package/dist/types/components/Tooltip/types.d.ts +54 -0
  169. package/dist/types/components/Tooltip/useTooltip.d.ts +8 -0
  170. package/dist/types/components/Warn/index.d.ts +20 -0
  171. package/dist/types/components/Warn/types.d.ts +6 -0
  172. package/dist/types/components/Watermark/index.d.ts +28 -0
  173. package/dist/types/components/Watermark/types.d.ts +14 -0
  174. package/dist/types/components/Watermark/useWatermarkBg.d.ts +6 -0
  175. package/dist/types/components/helpers.d.ts +14 -0
  176. package/dist/types/components/index.d.ts +21 -0
  177. package/dist/types/directives/index.d.ts +9 -0
  178. package/dist/types/directives/vBackTop.d.ts +3 -0
  179. package/dist/types/directives/vDelayIn.d.ts +3 -0
  180. package/dist/types/directives/vHoldPointer.d.ts +3 -0
  181. package/dist/types/directives/vLazy.d.ts +3 -0
  182. package/dist/types/directives/vLoading.d.ts +3 -0
  183. package/dist/types/directives/vRipple.d.ts +3 -0
  184. package/dist/types/directives/vSlideIn.d.ts +3 -0
  185. package/dist/types/directives/vTextJump.d.ts +3 -0
  186. package/dist/types/directives/vTooltip.d.ts +7 -0
  187. package/dist/types/hooks/index.d.ts +5 -0
  188. package/dist/types/hooks/useAudio.d.ts +38 -0
  189. package/dist/types/hooks/useElementScroll.d.ts +32 -0
  190. package/dist/types/hooks/useGSAP.d.ts +34 -0
  191. package/dist/types/hooks/useRefreshRate.d.ts +5 -0
  192. package/dist/types/hooks/useWindowBackTop.d.ts +14 -0
  193. package/dist/types/icons/brands.d.ts +589 -0
  194. package/dist/types/icons/regular.d.ts +275 -0
  195. package/dist/types/icons/solid.d.ts +2002 -0
  196. package/dist/types/router/index.d.ts +2 -0
  197. package/dist/types/utils/chance.d.ts +7 -0
  198. package/dist/types/utils/copyToClipboard.d.ts +6 -0
  199. package/dist/types/utils/debounce.d.ts +16 -0
  200. package/dist/types/utils/deepClone.d.ts +6 -0
  201. package/dist/types/utils/deepEqual.d.ts +5 -0
  202. package/dist/types/utils/dialog.d.ts +12 -0
  203. package/dist/types/utils/getId.d.ts +6 -0
  204. package/dist/types/utils/getRandomColor.d.ts +4 -0
  205. package/dist/types/utils/getRandomInt.d.ts +6 -0
  206. package/dist/types/utils/getRandomStr.d.ts +6 -0
  207. package/dist/types/utils/index.d.ts +23 -0
  208. package/dist/types/utils/injectStyles.d.ts +9 -0
  209. package/dist/types/utils/isElementOverflow.d.ts +20 -0
  210. package/dist/types/utils/isEmpty.d.ts +6 -0
  211. package/dist/types/utils/isMobile.d.ts +6 -0
  212. package/dist/types/utils/isObject.d.ts +4 -0
  213. package/dist/types/utils/isPromise.d.ts +6 -0
  214. package/dist/types/utils/localStorage.d.ts +24 -0
  215. package/dist/types/utils/msg.d.ts +20 -0
  216. package/dist/types/utils/omit.d.ts +6 -0
  217. package/dist/types/utils/pick.d.ts +6 -0
  218. package/dist/types/utils/sessionStorage.d.ts +24 -0
  219. package/dist/types/utils/shuffleArray.d.ts +6 -0
  220. package/dist/types/utils/throttle.d.ts +9 -0
  221. package/dist/types/views/TestButton.d.ts +2 -0
  222. package/dist/types/views/TestCheckbox.d.ts +2 -0
  223. package/dist/types/views/TestCollapse.d.ts +2 -0
  224. package/dist/types/views/TestDialog.d.ts +2 -0
  225. package/dist/types/views/TestHome.d.ts +2 -0
  226. package/dist/types/views/TestIcon.d.ts +2 -0
  227. package/dist/types/views/TestMessage.d.ts +2 -0
  228. package/dist/types/views/TestModal.d.ts +2 -0
  229. package/dist/types/views/TestNav.d.ts +2 -0
  230. package/dist/types/views/TestPager.d.ts +2 -0
  231. package/dist/types/views/TestPopconfirm.d.ts +4 -0
  232. package/dist/types/views/TestProgress.d.ts +2 -0
  233. package/dist/types/views/TestSwitch.d.ts +2 -0
  234. package/dist/types/views/TestTable.d.ts +2 -0
  235. package/dist/types/views/TestTimer.d.ts +19 -0
  236. package/dist/types/views/TestTooltip.d.ts +2 -0
  237. package/dist/types/views/TestVLoading.d.ts +2 -0
  238. package/dist/types/views/TestWarn.d.ts +2 -0
  239. package/dist/types/views/TestWatermark.d.ts +2 -0
  240. package/dist/utils/chance.js +7 -0
  241. package/dist/utils/copyToClipboard.js +19 -0
  242. package/dist/utils/debounce.js +14 -0
  243. package/dist/utils/deepClone.js +17 -0
  244. package/dist/utils/deepEqual.js +40 -0
  245. package/dist/utils/dialog.js +47 -0
  246. package/dist/utils/getId.js +10 -0
  247. package/dist/utils/getRandomColor.js +4 -0
  248. package/dist/utils/getRandomInt.js +4 -0
  249. package/dist/utils/getRandomStr.js +5 -0
  250. package/dist/utils/injectStyles.js +24 -0
  251. package/dist/utils/isElementOverflow.js +22 -0
  252. package/dist/utils/isEmpty.js +4 -0
  253. package/dist/utils/isMobile.js +7 -0
  254. package/dist/utils/isObject.js +4 -0
  255. package/dist/utils/isPromise.js +7 -0
  256. package/dist/utils/localStorage.js +50 -0
  257. package/dist/utils/msg.js +24 -0
  258. package/dist/utils/omit.js +9 -0
  259. package/dist/utils/pick.js +9 -0
  260. package/dist/utils/sessionStorage.js +47 -0
  261. package/dist/utils/shuffleArray.js +10 -0
  262. package/dist/utils/throttle.js +11 -0
  263. package/dist/utils.js +50 -0
  264. package/package.json +102 -0
@@ -0,0 +1,3102 @@
1
+ function xe(e, t) {
2
+ (t == null || t > e.length) && (t = e.length);
3
+ for (var a = 0, n = Array(t); a < t; a++) n[a] = e[a];
4
+ return n;
5
+ }
6
+ function Ea(e) {
7
+ if (Array.isArray(e)) return e;
8
+ }
9
+ function Fa(e) {
10
+ if (Array.isArray(e)) return xe(e);
11
+ }
12
+ function Oa(e, t) {
13
+ if (!(e instanceof t)) throw new TypeError("Cannot call a class as a function");
14
+ }
15
+ function Na(e, t) {
16
+ for (var a = 0; a < t.length; a++) {
17
+ var n = t[a];
18
+ n.enumerable = n.enumerable || !1, n.configurable = !0, "value" in n && (n.writable = !0), Object.defineProperty(e, St(n.key), n);
19
+ }
20
+ }
21
+ function Ca(e, t, a) {
22
+ return t && Na(e.prototype, t), Object.defineProperty(e, "prototype", {
23
+ writable: !1
24
+ }), e;
25
+ }
26
+ function ee(e, t) {
27
+ var a = typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
28
+ if (!a) {
29
+ if (Array.isArray(e) || (a = Me(e)) || t) {
30
+ a && (e = a);
31
+ var n = 0, r = function() {
32
+ };
33
+ return {
34
+ s: r,
35
+ n: function() {
36
+ return n >= e.length ? {
37
+ done: !0
38
+ } : {
39
+ done: !1,
40
+ value: e[n++]
41
+ };
42
+ },
43
+ e: function(l) {
44
+ throw l;
45
+ },
46
+ f: r
47
+ };
48
+ }
49
+ throw new TypeError(`Invalid attempt to iterate non-iterable instance.
50
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
51
+ }
52
+ var o, i = !0, s = !1;
53
+ return {
54
+ s: function() {
55
+ a = a.call(e);
56
+ },
57
+ n: function() {
58
+ var l = a.next();
59
+ return i = l.done, l;
60
+ },
61
+ e: function(l) {
62
+ s = !0, o = l;
63
+ },
64
+ f: function() {
65
+ try {
66
+ i || a.return == null || a.return();
67
+ } finally {
68
+ if (s) throw o;
69
+ }
70
+ }
71
+ };
72
+ }
73
+ function v(e, t, a) {
74
+ return (t = St(t)) in e ? Object.defineProperty(e, t, {
75
+ value: a,
76
+ enumerable: !0,
77
+ configurable: !0,
78
+ writable: !0
79
+ }) : e[t] = a, e;
80
+ }
81
+ function ja(e) {
82
+ if (typeof Symbol < "u" && e[Symbol.iterator] != null || e["@@iterator"] != null) return Array.from(e);
83
+ }
84
+ function Ta(e, t) {
85
+ var a = e == null ? null : typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
86
+ if (a != null) {
87
+ var n, r, o, i, s = [], l = !0, u = !1;
88
+ try {
89
+ if (o = (a = a.call(e)).next, t === 0) {
90
+ if (Object(a) !== a) return;
91
+ l = !1;
92
+ } else for (; !(l = (n = o.call(a)).done) && (s.push(n.value), s.length !== t); l = !0) ;
93
+ } catch (m) {
94
+ u = !0, r = m;
95
+ } finally {
96
+ try {
97
+ if (!l && a.return != null && (i = a.return(), Object(i) !== i)) return;
98
+ } finally {
99
+ if (u) throw r;
100
+ }
101
+ }
102
+ return s;
103
+ }
104
+ }
105
+ function _a() {
106
+ throw new TypeError(`Invalid attempt to destructure non-iterable instance.
107
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
108
+ }
109
+ function Ma() {
110
+ throw new TypeError(`Invalid attempt to spread non-iterable instance.
111
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
112
+ }
113
+ function Be(e, t) {
114
+ var a = Object.keys(e);
115
+ if (Object.getOwnPropertySymbols) {
116
+ var n = Object.getOwnPropertySymbols(e);
117
+ t && (n = n.filter(function(r) {
118
+ return Object.getOwnPropertyDescriptor(e, r).enumerable;
119
+ })), a.push.apply(a, n);
120
+ }
121
+ return a;
122
+ }
123
+ function f(e) {
124
+ for (var t = 1; t < arguments.length; t++) {
125
+ var a = arguments[t] != null ? arguments[t] : {};
126
+ t % 2 ? Be(Object(a), !0).forEach(function(n) {
127
+ v(e, n, a[n]);
128
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(a)) : Be(Object(a)).forEach(function(n) {
129
+ Object.defineProperty(e, n, Object.getOwnPropertyDescriptor(a, n));
130
+ });
131
+ }
132
+ return e;
133
+ }
134
+ function oe(e, t) {
135
+ return Ea(e) || Ta(e, t) || Me(e, t) || _a();
136
+ }
137
+ function E(e) {
138
+ return Fa(e) || ja(e) || Me(e) || Ma();
139
+ }
140
+ function $a(e, t) {
141
+ if (typeof e != "object" || !e) return e;
142
+ var a = e[Symbol.toPrimitive];
143
+ if (a !== void 0) {
144
+ var n = a.call(e, t);
145
+ if (typeof n != "object") return n;
146
+ throw new TypeError("@@toPrimitive must return a primitive value.");
147
+ }
148
+ return (t === "string" ? String : Number)(e);
149
+ }
150
+ function St(e) {
151
+ var t = $a(e, "string");
152
+ return typeof t == "symbol" ? t : t + "";
153
+ }
154
+ function ne(e) {
155
+ "@babel/helpers - typeof";
156
+ return ne = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
157
+ return typeof t;
158
+ } : function(t) {
159
+ return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
160
+ }, ne(e);
161
+ }
162
+ function Me(e, t) {
163
+ if (e) {
164
+ if (typeof e == "string") return xe(e, t);
165
+ var a = {}.toString.call(e).slice(8, -1);
166
+ return a === "Object" && e.constructor && (a = e.constructor.name), a === "Map" || a === "Set" ? Array.from(e) : a === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(a) ? xe(e, t) : void 0;
167
+ }
168
+ }
169
+ var Ve = function() {
170
+ }, $e = {}, kt = {}, It = null, Pt = {
171
+ mark: Ve,
172
+ measure: Ve
173
+ };
174
+ try {
175
+ typeof window < "u" && ($e = window), typeof document < "u" && (kt = document), typeof MutationObserver < "u" && (It = MutationObserver), typeof performance < "u" && (Pt = performance);
176
+ } catch {
177
+ }
178
+ var Da = $e.navigator || {}, Je = Da.userAgent, Ke = Je === void 0 ? "" : Je, T = $e, p = kt, qe = It, Q = Pt;
179
+ T.document;
180
+ var j = !!p.documentElement && !!p.head && typeof p.addEventListener == "function" && typeof p.createElement == "function", Et = ~Ke.indexOf("MSIE") || ~Ke.indexOf("Trident/"), me, La = /fa(k|kd|s|r|l|t|d|dr|dl|dt|b|slr|slpr|wsb|tl|ns|nds|es|gt|jr|jfr|jdr|usb|ufsb|udsb|cr|ss|sr|sl|st|sds|sdr|sdl|sdt)?[\-\ ]/, Ra = /Font ?Awesome ?([567 ]*)(Solid|Regular|Light|Thin|Duotone|Brands|Free|Pro|Sharp Duotone|Sharp|Kit|Notdog Duo|Notdog|Chisel|Etch|Graphite|Thumbprint|Jelly Fill|Jelly Duo|Jelly|Utility|Utility Fill|Utility Duo|Slab Press|Slab|Whiteboard)?.*/i, Ft = {
181
+ classic: {
182
+ fa: "solid",
183
+ fas: "solid",
184
+ "fa-solid": "solid",
185
+ far: "regular",
186
+ "fa-regular": "regular",
187
+ fal: "light",
188
+ "fa-light": "light",
189
+ fat: "thin",
190
+ "fa-thin": "thin",
191
+ fab: "brands",
192
+ "fa-brands": "brands"
193
+ },
194
+ duotone: {
195
+ fa: "solid",
196
+ fad: "solid",
197
+ "fa-solid": "solid",
198
+ "fa-duotone": "solid",
199
+ fadr: "regular",
200
+ "fa-regular": "regular",
201
+ fadl: "light",
202
+ "fa-light": "light",
203
+ fadt: "thin",
204
+ "fa-thin": "thin"
205
+ },
206
+ sharp: {
207
+ fa: "solid",
208
+ fass: "solid",
209
+ "fa-solid": "solid",
210
+ fasr: "regular",
211
+ "fa-regular": "regular",
212
+ fasl: "light",
213
+ "fa-light": "light",
214
+ fast: "thin",
215
+ "fa-thin": "thin"
216
+ },
217
+ "sharp-duotone": {
218
+ fa: "solid",
219
+ fasds: "solid",
220
+ "fa-solid": "solid",
221
+ fasdr: "regular",
222
+ "fa-regular": "regular",
223
+ fasdl: "light",
224
+ "fa-light": "light",
225
+ fasdt: "thin",
226
+ "fa-thin": "thin"
227
+ },
228
+ slab: {
229
+ "fa-regular": "regular",
230
+ faslr: "regular"
231
+ },
232
+ "slab-press": {
233
+ "fa-regular": "regular",
234
+ faslpr: "regular"
235
+ },
236
+ thumbprint: {
237
+ "fa-light": "light",
238
+ fatl: "light"
239
+ },
240
+ whiteboard: {
241
+ "fa-semibold": "semibold",
242
+ fawsb: "semibold"
243
+ },
244
+ notdog: {
245
+ "fa-solid": "solid",
246
+ fans: "solid"
247
+ },
248
+ "notdog-duo": {
249
+ "fa-solid": "solid",
250
+ fands: "solid"
251
+ },
252
+ etch: {
253
+ "fa-solid": "solid",
254
+ faes: "solid"
255
+ },
256
+ graphite: {
257
+ "fa-thin": "thin",
258
+ fagt: "thin"
259
+ },
260
+ jelly: {
261
+ "fa-regular": "regular",
262
+ fajr: "regular"
263
+ },
264
+ "jelly-fill": {
265
+ "fa-regular": "regular",
266
+ fajfr: "regular"
267
+ },
268
+ "jelly-duo": {
269
+ "fa-regular": "regular",
270
+ fajdr: "regular"
271
+ },
272
+ chisel: {
273
+ "fa-regular": "regular",
274
+ facr: "regular"
275
+ },
276
+ utility: {
277
+ "fa-semibold": "semibold",
278
+ fausb: "semibold"
279
+ },
280
+ "utility-duo": {
281
+ "fa-semibold": "semibold",
282
+ faudsb: "semibold"
283
+ },
284
+ "utility-fill": {
285
+ "fa-semibold": "semibold",
286
+ faufsb: "semibold"
287
+ }
288
+ }, za = {
289
+ GROUP: "duotone-group",
290
+ PRIMARY: "primary",
291
+ SECONDARY: "secondary"
292
+ }, Ot = ["fa-classic", "fa-duotone", "fa-sharp", "fa-sharp-duotone", "fa-thumbprint", "fa-whiteboard", "fa-notdog", "fa-notdog-duo", "fa-chisel", "fa-etch", "fa-graphite", "fa-jelly", "fa-jelly-fill", "fa-jelly-duo", "fa-slab", "fa-slab-press", "fa-utility", "fa-utility-duo", "fa-utility-fill"], w = "classic", J = "duotone", Nt = "sharp", Ct = "sharp-duotone", jt = "chisel", Tt = "etch", _t = "graphite", Mt = "jelly", $t = "jelly-duo", Dt = "jelly-fill", Lt = "notdog", Rt = "notdog-duo", zt = "slab", Wt = "slab-press", Ut = "thumbprint", Yt = "utility", Ht = "utility-duo", Gt = "utility-fill", Xt = "whiteboard", Wa = "Classic", Ua = "Duotone", Ya = "Sharp", Ha = "Sharp Duotone", Ga = "Chisel", Xa = "Etch", Ba = "Graphite", Va = "Jelly", Ja = "Jelly Duo", Ka = "Jelly Fill", qa = "Notdog", Qa = "Notdog Duo", Za = "Slab", en = "Slab Press", tn = "Thumbprint", an = "Utility", nn = "Utility Duo", rn = "Utility Fill", on = "Whiteboard", Bt = [w, J, Nt, Ct, jt, Tt, _t, Mt, $t, Dt, Lt, Rt, zt, Wt, Ut, Yt, Ht, Gt, Xt];
293
+ me = {}, v(v(v(v(v(v(v(v(v(v(me, w, Wa), J, Ua), Nt, Ya), Ct, Ha), jt, Ga), Tt, Xa), _t, Ba), Mt, Va), $t, Ja), Dt, Ka), v(v(v(v(v(v(v(v(v(me, Lt, qa), Rt, Qa), zt, Za), Wt, en), Ut, tn), Yt, an), Ht, nn), Gt, rn), Xt, on);
294
+ var sn = {
295
+ classic: {
296
+ 900: "fas",
297
+ 400: "far",
298
+ normal: "far",
299
+ 300: "fal",
300
+ 100: "fat"
301
+ },
302
+ duotone: {
303
+ 900: "fad",
304
+ 400: "fadr",
305
+ 300: "fadl",
306
+ 100: "fadt"
307
+ },
308
+ sharp: {
309
+ 900: "fass",
310
+ 400: "fasr",
311
+ 300: "fasl",
312
+ 100: "fast"
313
+ },
314
+ "sharp-duotone": {
315
+ 900: "fasds",
316
+ 400: "fasdr",
317
+ 300: "fasdl",
318
+ 100: "fasdt"
319
+ },
320
+ slab: {
321
+ 400: "faslr"
322
+ },
323
+ "slab-press": {
324
+ 400: "faslpr"
325
+ },
326
+ whiteboard: {
327
+ 600: "fawsb"
328
+ },
329
+ thumbprint: {
330
+ 300: "fatl"
331
+ },
332
+ notdog: {
333
+ 900: "fans"
334
+ },
335
+ "notdog-duo": {
336
+ 900: "fands"
337
+ },
338
+ etch: {
339
+ 900: "faes"
340
+ },
341
+ graphite: {
342
+ 100: "fagt"
343
+ },
344
+ chisel: {
345
+ 400: "facr"
346
+ },
347
+ jelly: {
348
+ 400: "fajr"
349
+ },
350
+ "jelly-fill": {
351
+ 400: "fajfr"
352
+ },
353
+ "jelly-duo": {
354
+ 400: "fajdr"
355
+ },
356
+ utility: {
357
+ 600: "fausb"
358
+ },
359
+ "utility-duo": {
360
+ 600: "faudsb"
361
+ },
362
+ "utility-fill": {
363
+ 600: "faufsb"
364
+ }
365
+ }, ln = {
366
+ "Font Awesome 7 Free": {
367
+ 900: "fas",
368
+ 400: "far"
369
+ },
370
+ "Font Awesome 7 Pro": {
371
+ 900: "fas",
372
+ 400: "far",
373
+ normal: "far",
374
+ 300: "fal",
375
+ 100: "fat"
376
+ },
377
+ "Font Awesome 7 Brands": {
378
+ 400: "fab",
379
+ normal: "fab"
380
+ },
381
+ "Font Awesome 7 Duotone": {
382
+ 900: "fad",
383
+ 400: "fadr",
384
+ normal: "fadr",
385
+ 300: "fadl",
386
+ 100: "fadt"
387
+ },
388
+ "Font Awesome 7 Sharp": {
389
+ 900: "fass",
390
+ 400: "fasr",
391
+ normal: "fasr",
392
+ 300: "fasl",
393
+ 100: "fast"
394
+ },
395
+ "Font Awesome 7 Sharp Duotone": {
396
+ 900: "fasds",
397
+ 400: "fasdr",
398
+ normal: "fasdr",
399
+ 300: "fasdl",
400
+ 100: "fasdt"
401
+ },
402
+ "Font Awesome 7 Jelly": {
403
+ 400: "fajr",
404
+ normal: "fajr"
405
+ },
406
+ "Font Awesome 7 Jelly Fill": {
407
+ 400: "fajfr",
408
+ normal: "fajfr"
409
+ },
410
+ "Font Awesome 7 Jelly Duo": {
411
+ 400: "fajdr",
412
+ normal: "fajdr"
413
+ },
414
+ "Font Awesome 7 Slab": {
415
+ 400: "faslr",
416
+ normal: "faslr"
417
+ },
418
+ "Font Awesome 7 Slab Press": {
419
+ 400: "faslpr",
420
+ normal: "faslpr"
421
+ },
422
+ "Font Awesome 7 Thumbprint": {
423
+ 300: "fatl",
424
+ normal: "fatl"
425
+ },
426
+ "Font Awesome 7 Notdog": {
427
+ 900: "fans",
428
+ normal: "fans"
429
+ },
430
+ "Font Awesome 7 Notdog Duo": {
431
+ 900: "fands",
432
+ normal: "fands"
433
+ },
434
+ "Font Awesome 7 Etch": {
435
+ 900: "faes",
436
+ normal: "faes"
437
+ },
438
+ "Font Awesome 7 Graphite": {
439
+ 100: "fagt",
440
+ normal: "fagt"
441
+ },
442
+ "Font Awesome 7 Chisel": {
443
+ 400: "facr",
444
+ normal: "facr"
445
+ },
446
+ "Font Awesome 7 Whiteboard": {
447
+ 600: "fawsb",
448
+ normal: "fawsb"
449
+ },
450
+ "Font Awesome 7 Utility": {
451
+ 600: "fausb",
452
+ normal: "fausb"
453
+ },
454
+ "Font Awesome 7 Utility Duo": {
455
+ 600: "faudsb",
456
+ normal: "faudsb"
457
+ },
458
+ "Font Awesome 7 Utility Fill": {
459
+ 600: "faufsb",
460
+ normal: "faufsb"
461
+ }
462
+ }, fn = /* @__PURE__ */ new Map([["classic", {
463
+ defaultShortPrefixId: "fas",
464
+ defaultStyleId: "solid",
465
+ styleIds: ["solid", "regular", "light", "thin", "brands"],
466
+ futureStyleIds: [],
467
+ defaultFontWeight: 900
468
+ }], ["duotone", {
469
+ defaultShortPrefixId: "fad",
470
+ defaultStyleId: "solid",
471
+ styleIds: ["solid", "regular", "light", "thin"],
472
+ futureStyleIds: [],
473
+ defaultFontWeight: 900
474
+ }], ["sharp", {
475
+ defaultShortPrefixId: "fass",
476
+ defaultStyleId: "solid",
477
+ styleIds: ["solid", "regular", "light", "thin"],
478
+ futureStyleIds: [],
479
+ defaultFontWeight: 900
480
+ }], ["sharp-duotone", {
481
+ defaultShortPrefixId: "fasds",
482
+ defaultStyleId: "solid",
483
+ styleIds: ["solid", "regular", "light", "thin"],
484
+ futureStyleIds: [],
485
+ defaultFontWeight: 900
486
+ }], ["chisel", {
487
+ defaultShortPrefixId: "facr",
488
+ defaultStyleId: "regular",
489
+ styleIds: ["regular"],
490
+ futureStyleIds: [],
491
+ defaultFontWeight: 400
492
+ }], ["etch", {
493
+ defaultShortPrefixId: "faes",
494
+ defaultStyleId: "solid",
495
+ styleIds: ["solid"],
496
+ futureStyleIds: [],
497
+ defaultFontWeight: 900
498
+ }], ["graphite", {
499
+ defaultShortPrefixId: "fagt",
500
+ defaultStyleId: "thin",
501
+ styleIds: ["thin"],
502
+ futureStyleIds: [],
503
+ defaultFontWeight: 100
504
+ }], ["jelly", {
505
+ defaultShortPrefixId: "fajr",
506
+ defaultStyleId: "regular",
507
+ styleIds: ["regular"],
508
+ futureStyleIds: [],
509
+ defaultFontWeight: 400
510
+ }], ["jelly-duo", {
511
+ defaultShortPrefixId: "fajdr",
512
+ defaultStyleId: "regular",
513
+ styleIds: ["regular"],
514
+ futureStyleIds: [],
515
+ defaultFontWeight: 400
516
+ }], ["jelly-fill", {
517
+ defaultShortPrefixId: "fajfr",
518
+ defaultStyleId: "regular",
519
+ styleIds: ["regular"],
520
+ futureStyleIds: [],
521
+ defaultFontWeight: 400
522
+ }], ["notdog", {
523
+ defaultShortPrefixId: "fans",
524
+ defaultStyleId: "solid",
525
+ styleIds: ["solid"],
526
+ futureStyleIds: [],
527
+ defaultFontWeight: 900
528
+ }], ["notdog-duo", {
529
+ defaultShortPrefixId: "fands",
530
+ defaultStyleId: "solid",
531
+ styleIds: ["solid"],
532
+ futureStyleIds: [],
533
+ defaultFontWeight: 900
534
+ }], ["slab", {
535
+ defaultShortPrefixId: "faslr",
536
+ defaultStyleId: "regular",
537
+ styleIds: ["regular"],
538
+ futureStyleIds: [],
539
+ defaultFontWeight: 400
540
+ }], ["slab-press", {
541
+ defaultShortPrefixId: "faslpr",
542
+ defaultStyleId: "regular",
543
+ styleIds: ["regular"],
544
+ futureStyleIds: [],
545
+ defaultFontWeight: 400
546
+ }], ["thumbprint", {
547
+ defaultShortPrefixId: "fatl",
548
+ defaultStyleId: "light",
549
+ styleIds: ["light"],
550
+ futureStyleIds: [],
551
+ defaultFontWeight: 300
552
+ }], ["utility", {
553
+ defaultShortPrefixId: "fausb",
554
+ defaultStyleId: "semibold",
555
+ styleIds: ["semibold"],
556
+ futureStyleIds: [],
557
+ defaultFontWeight: 600
558
+ }], ["utility-duo", {
559
+ defaultShortPrefixId: "faudsb",
560
+ defaultStyleId: "semibold",
561
+ styleIds: ["semibold"],
562
+ futureStyleIds: [],
563
+ defaultFontWeight: 600
564
+ }], ["utility-fill", {
565
+ defaultShortPrefixId: "faufsb",
566
+ defaultStyleId: "semibold",
567
+ styleIds: ["semibold"],
568
+ futureStyleIds: [],
569
+ defaultFontWeight: 600
570
+ }], ["whiteboard", {
571
+ defaultShortPrefixId: "fawsb",
572
+ defaultStyleId: "semibold",
573
+ styleIds: ["semibold"],
574
+ futureStyleIds: [],
575
+ defaultFontWeight: 600
576
+ }]]), un = {
577
+ chisel: {
578
+ regular: "facr"
579
+ },
580
+ classic: {
581
+ brands: "fab",
582
+ light: "fal",
583
+ regular: "far",
584
+ solid: "fas",
585
+ thin: "fat"
586
+ },
587
+ duotone: {
588
+ light: "fadl",
589
+ regular: "fadr",
590
+ solid: "fad",
591
+ thin: "fadt"
592
+ },
593
+ etch: {
594
+ solid: "faes"
595
+ },
596
+ graphite: {
597
+ thin: "fagt"
598
+ },
599
+ jelly: {
600
+ regular: "fajr"
601
+ },
602
+ "jelly-duo": {
603
+ regular: "fajdr"
604
+ },
605
+ "jelly-fill": {
606
+ regular: "fajfr"
607
+ },
608
+ notdog: {
609
+ solid: "fans"
610
+ },
611
+ "notdog-duo": {
612
+ solid: "fands"
613
+ },
614
+ sharp: {
615
+ light: "fasl",
616
+ regular: "fasr",
617
+ solid: "fass",
618
+ thin: "fast"
619
+ },
620
+ "sharp-duotone": {
621
+ light: "fasdl",
622
+ regular: "fasdr",
623
+ solid: "fasds",
624
+ thin: "fasdt"
625
+ },
626
+ slab: {
627
+ regular: "faslr"
628
+ },
629
+ "slab-press": {
630
+ regular: "faslpr"
631
+ },
632
+ thumbprint: {
633
+ light: "fatl"
634
+ },
635
+ utility: {
636
+ semibold: "fausb"
637
+ },
638
+ "utility-duo": {
639
+ semibold: "faudsb"
640
+ },
641
+ "utility-fill": {
642
+ semibold: "faufsb"
643
+ },
644
+ whiteboard: {
645
+ semibold: "fawsb"
646
+ }
647
+ }, Vt = ["fak", "fa-kit", "fakd", "fa-kit-duotone"], Qe = {
648
+ kit: {
649
+ fak: "kit",
650
+ "fa-kit": "kit"
651
+ },
652
+ "kit-duotone": {
653
+ fakd: "kit-duotone",
654
+ "fa-kit-duotone": "kit-duotone"
655
+ }
656
+ }, cn = ["kit"], dn = "kit", mn = "kit-duotone", vn = "Kit", hn = "Kit Duotone";
657
+ v(v({}, dn, vn), mn, hn);
658
+ var gn = {
659
+ kit: {
660
+ "fa-kit": "fak"
661
+ }
662
+ }, pn = {
663
+ "Font Awesome Kit": {
664
+ 400: "fak",
665
+ normal: "fak"
666
+ },
667
+ "Font Awesome Kit Duotone": {
668
+ 400: "fakd",
669
+ normal: "fakd"
670
+ }
671
+ }, bn = {
672
+ kit: {
673
+ fak: "fa-kit"
674
+ }
675
+ }, Ze = {
676
+ kit: {
677
+ kit: "fak"
678
+ },
679
+ "kit-duotone": {
680
+ "kit-duotone": "fakd"
681
+ }
682
+ }, ve, Z = {
683
+ GROUP: "duotone-group",
684
+ SWAP_OPACITY: "swap-opacity",
685
+ PRIMARY: "primary",
686
+ SECONDARY: "secondary"
687
+ }, yn = ["fa-classic", "fa-duotone", "fa-sharp", "fa-sharp-duotone", "fa-thumbprint", "fa-whiteboard", "fa-notdog", "fa-notdog-duo", "fa-chisel", "fa-etch", "fa-graphite", "fa-jelly", "fa-jelly-fill", "fa-jelly-duo", "fa-slab", "fa-slab-press", "fa-utility", "fa-utility-duo", "fa-utility-fill"], xn = "classic", wn = "duotone", An = "sharp", Sn = "sharp-duotone", kn = "chisel", In = "etch", Pn = "graphite", En = "jelly", Fn = "jelly-duo", On = "jelly-fill", Nn = "notdog", Cn = "notdog-duo", jn = "slab", Tn = "slab-press", _n = "thumbprint", Mn = "utility", $n = "utility-duo", Dn = "utility-fill", Ln = "whiteboard", Rn = "Classic", zn = "Duotone", Wn = "Sharp", Un = "Sharp Duotone", Yn = "Chisel", Hn = "Etch", Gn = "Graphite", Xn = "Jelly", Bn = "Jelly Duo", Vn = "Jelly Fill", Jn = "Notdog", Kn = "Notdog Duo", qn = "Slab", Qn = "Slab Press", Zn = "Thumbprint", er = "Utility", tr = "Utility Duo", ar = "Utility Fill", nr = "Whiteboard";
688
+ ve = {}, v(v(v(v(v(v(v(v(v(v(ve, xn, Rn), wn, zn), An, Wn), Sn, Un), kn, Yn), In, Hn), Pn, Gn), En, Xn), Fn, Bn), On, Vn), v(v(v(v(v(v(v(v(v(ve, Nn, Jn), Cn, Kn), jn, qn), Tn, Qn), _n, Zn), Mn, er), $n, tr), Dn, ar), Ln, nr);
689
+ var rr = "kit", ir = "kit-duotone", or = "Kit", sr = "Kit Duotone";
690
+ v(v({}, rr, or), ir, sr);
691
+ var lr = {
692
+ classic: {
693
+ "fa-brands": "fab",
694
+ "fa-duotone": "fad",
695
+ "fa-light": "fal",
696
+ "fa-regular": "far",
697
+ "fa-solid": "fas",
698
+ "fa-thin": "fat"
699
+ },
700
+ duotone: {
701
+ "fa-regular": "fadr",
702
+ "fa-light": "fadl",
703
+ "fa-thin": "fadt"
704
+ },
705
+ sharp: {
706
+ "fa-solid": "fass",
707
+ "fa-regular": "fasr",
708
+ "fa-light": "fasl",
709
+ "fa-thin": "fast"
710
+ },
711
+ "sharp-duotone": {
712
+ "fa-solid": "fasds",
713
+ "fa-regular": "fasdr",
714
+ "fa-light": "fasdl",
715
+ "fa-thin": "fasdt"
716
+ },
717
+ slab: {
718
+ "fa-regular": "faslr"
719
+ },
720
+ "slab-press": {
721
+ "fa-regular": "faslpr"
722
+ },
723
+ whiteboard: {
724
+ "fa-semibold": "fawsb"
725
+ },
726
+ thumbprint: {
727
+ "fa-light": "fatl"
728
+ },
729
+ notdog: {
730
+ "fa-solid": "fans"
731
+ },
732
+ "notdog-duo": {
733
+ "fa-solid": "fands"
734
+ },
735
+ etch: {
736
+ "fa-solid": "faes"
737
+ },
738
+ graphite: {
739
+ "fa-thin": "fagt"
740
+ },
741
+ jelly: {
742
+ "fa-regular": "fajr"
743
+ },
744
+ "jelly-fill": {
745
+ "fa-regular": "fajfr"
746
+ },
747
+ "jelly-duo": {
748
+ "fa-regular": "fajdr"
749
+ },
750
+ chisel: {
751
+ "fa-regular": "facr"
752
+ },
753
+ utility: {
754
+ "fa-semibold": "fausb"
755
+ },
756
+ "utility-duo": {
757
+ "fa-semibold": "faudsb"
758
+ },
759
+ "utility-fill": {
760
+ "fa-semibold": "faufsb"
761
+ }
762
+ }, fr = {
763
+ classic: ["fas", "far", "fal", "fat", "fad"],
764
+ duotone: ["fadr", "fadl", "fadt"],
765
+ sharp: ["fass", "fasr", "fasl", "fast"],
766
+ "sharp-duotone": ["fasds", "fasdr", "fasdl", "fasdt"],
767
+ slab: ["faslr"],
768
+ "slab-press": ["faslpr"],
769
+ whiteboard: ["fawsb"],
770
+ thumbprint: ["fatl"],
771
+ notdog: ["fans"],
772
+ "notdog-duo": ["fands"],
773
+ etch: ["faes"],
774
+ graphite: ["fagt"],
775
+ jelly: ["fajr"],
776
+ "jelly-fill": ["fajfr"],
777
+ "jelly-duo": ["fajdr"],
778
+ chisel: ["facr"],
779
+ utility: ["fausb"],
780
+ "utility-duo": ["faudsb"],
781
+ "utility-fill": ["faufsb"]
782
+ }, we = {
783
+ classic: {
784
+ fab: "fa-brands",
785
+ fad: "fa-duotone",
786
+ fal: "fa-light",
787
+ far: "fa-regular",
788
+ fas: "fa-solid",
789
+ fat: "fa-thin"
790
+ },
791
+ duotone: {
792
+ fadr: "fa-regular",
793
+ fadl: "fa-light",
794
+ fadt: "fa-thin"
795
+ },
796
+ sharp: {
797
+ fass: "fa-solid",
798
+ fasr: "fa-regular",
799
+ fasl: "fa-light",
800
+ fast: "fa-thin"
801
+ },
802
+ "sharp-duotone": {
803
+ fasds: "fa-solid",
804
+ fasdr: "fa-regular",
805
+ fasdl: "fa-light",
806
+ fasdt: "fa-thin"
807
+ },
808
+ slab: {
809
+ faslr: "fa-regular"
810
+ },
811
+ "slab-press": {
812
+ faslpr: "fa-regular"
813
+ },
814
+ whiteboard: {
815
+ fawsb: "fa-semibold"
816
+ },
817
+ thumbprint: {
818
+ fatl: "fa-light"
819
+ },
820
+ notdog: {
821
+ fans: "fa-solid"
822
+ },
823
+ "notdog-duo": {
824
+ fands: "fa-solid"
825
+ },
826
+ etch: {
827
+ faes: "fa-solid"
828
+ },
829
+ graphite: {
830
+ fagt: "fa-thin"
831
+ },
832
+ jelly: {
833
+ fajr: "fa-regular"
834
+ },
835
+ "jelly-fill": {
836
+ fajfr: "fa-regular"
837
+ },
838
+ "jelly-duo": {
839
+ fajdr: "fa-regular"
840
+ },
841
+ chisel: {
842
+ facr: "fa-regular"
843
+ },
844
+ utility: {
845
+ fausb: "fa-semibold"
846
+ },
847
+ "utility-duo": {
848
+ faudsb: "fa-semibold"
849
+ },
850
+ "utility-fill": {
851
+ faufsb: "fa-semibold"
852
+ }
853
+ }, ur = ["fa-solid", "fa-regular", "fa-light", "fa-thin", "fa-duotone", "fa-brands", "fa-semibold"], Jt = ["fa", "fas", "far", "fal", "fat", "fad", "fadr", "fadl", "fadt", "fab", "fass", "fasr", "fasl", "fast", "fasds", "fasdr", "fasdl", "fasdt", "faslr", "faslpr", "fawsb", "fatl", "fans", "fands", "faes", "fagt", "fajr", "fajfr", "fajdr", "facr", "fausb", "faudsb", "faufsb"].concat(yn, ur), cr = ["solid", "regular", "light", "thin", "duotone", "brands", "semibold"], Kt = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10], dr = Kt.concat([11, 12, 13, 14, 15, 16, 17, 18, 19, 20]), mr = ["aw", "fw", "pull-left", "pull-right"], vr = [].concat(E(Object.keys(fr)), cr, mr, ["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", Z.GROUP, Z.SWAP_OPACITY, Z.PRIMARY, Z.SECONDARY]).concat(Kt.map(function(e) {
854
+ return "".concat(e, "x");
855
+ })).concat(dr.map(function(e) {
856
+ return "w-".concat(e);
857
+ })), hr = {
858
+ "Font Awesome 5 Free": {
859
+ 900: "fas",
860
+ 400: "far"
861
+ },
862
+ "Font Awesome 5 Pro": {
863
+ 900: "fas",
864
+ 400: "far",
865
+ normal: "far",
866
+ 300: "fal"
867
+ },
868
+ "Font Awesome 5 Brands": {
869
+ 400: "fab",
870
+ normal: "fab"
871
+ },
872
+ "Font Awesome 5 Duotone": {
873
+ 900: "fad"
874
+ }
875
+ }, N = "___FONT_AWESOME___", Ae = 16, qt = "fa", Qt = "svg-inline--fa", D = "data-fa-i2svg", Se = "data-fa-pseudo-element", gr = "data-fa-pseudo-element-pending", De = "data-prefix", Le = "data-icon", et = "fontawesome-i2svg", pr = "async", br = ["HTML", "HEAD", "STYLE", "SCRIPT"], Zt = ["::before", "::after", ":before", ":after"], ea = (function() {
876
+ try {
877
+ return process.env.NODE_ENV === "production";
878
+ } catch {
879
+ return !1;
880
+ }
881
+ })();
882
+ function K(e) {
883
+ return new Proxy(e, {
884
+ get: function(a, n) {
885
+ return n in a ? a[n] : a[w];
886
+ }
887
+ });
888
+ }
889
+ var ta = f({}, Ft);
890
+ ta[w] = f(f(f(f({}, {
891
+ "fa-duotone": "duotone"
892
+ }), Ft[w]), Qe.kit), Qe["kit-duotone"]);
893
+ var yr = K(ta), ke = f({}, un);
894
+ ke[w] = f(f(f(f({}, {
895
+ duotone: "fad"
896
+ }), ke[w]), Ze.kit), Ze["kit-duotone"]);
897
+ var tt = K(ke), Ie = f({}, we);
898
+ Ie[w] = f(f({}, Ie[w]), bn.kit);
899
+ var Re = K(Ie), Pe = f({}, lr);
900
+ Pe[w] = f(f({}, Pe[w]), gn.kit);
901
+ K(Pe);
902
+ var xr = La, aa = "fa-layers-text", wr = Ra, Ar = f({}, sn);
903
+ K(Ar);
904
+ var Sr = ["class", "data-prefix", "data-icon", "data-fa-transform", "data-fa-mask"], he = za, kr = [].concat(E(cn), E(vr)), X = T.FontAwesomeConfig || {};
905
+ function Ir(e) {
906
+ var t = p.querySelector("script[" + e + "]");
907
+ if (t)
908
+ return t.getAttribute(e);
909
+ }
910
+ function Pr(e) {
911
+ return e === "" ? !0 : e === "false" ? !1 : e === "true" ? !0 : e;
912
+ }
913
+ if (p && typeof p.querySelector == "function") {
914
+ var Er = [["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"]];
915
+ Er.forEach(function(e) {
916
+ var t = oe(e, 2), a = t[0], n = t[1], r = Pr(Ir(a));
917
+ r != null && (X[n] = r);
918
+ });
919
+ }
920
+ var na = {
921
+ styleDefault: "solid",
922
+ familyDefault: w,
923
+ cssPrefix: qt,
924
+ replacementClass: Qt,
925
+ autoReplaceSvg: !0,
926
+ autoAddCss: !0,
927
+ searchPseudoElements: !1,
928
+ searchPseudoElementsWarnings: !0,
929
+ searchPseudoElementsFullScan: !1,
930
+ observeMutations: !0,
931
+ mutateApproach: "async",
932
+ keepOriginalSource: !0,
933
+ measurePerformance: !1,
934
+ showMissingIcons: !0
935
+ };
936
+ X.familyPrefix && (X.cssPrefix = X.familyPrefix);
937
+ var Y = f(f({}, na), X);
938
+ Y.autoReplaceSvg || (Y.observeMutations = !1);
939
+ var d = {};
940
+ Object.keys(na).forEach(function(e) {
941
+ Object.defineProperty(d, e, {
942
+ enumerable: !0,
943
+ set: function(a) {
944
+ Y[e] = a, B.forEach(function(n) {
945
+ return n(d);
946
+ });
947
+ },
948
+ get: function() {
949
+ return Y[e];
950
+ }
951
+ });
952
+ });
953
+ Object.defineProperty(d, "familyPrefix", {
954
+ enumerable: !0,
955
+ set: function(t) {
956
+ Y.cssPrefix = t, B.forEach(function(a) {
957
+ return a(d);
958
+ });
959
+ },
960
+ get: function() {
961
+ return Y.cssPrefix;
962
+ }
963
+ });
964
+ T.FontAwesomeConfig = d;
965
+ var B = [];
966
+ function Fr(e) {
967
+ return B.push(e), function() {
968
+ B.splice(B.indexOf(e), 1);
969
+ };
970
+ }
971
+ var z = Ae, F = {
972
+ size: 16,
973
+ x: 0,
974
+ y: 0,
975
+ rotate: 0,
976
+ flipX: !1,
977
+ flipY: !1
978
+ };
979
+ function Or(e) {
980
+ if (!(!e || !j)) {
981
+ var t = p.createElement("style");
982
+ t.setAttribute("type", "text/css"), t.innerHTML = e;
983
+ for (var a = p.head.childNodes, n = null, r = a.length - 1; r > -1; r--) {
984
+ var o = a[r], i = (o.tagName || "").toUpperCase();
985
+ ["STYLE", "LINK"].indexOf(i) > -1 && (n = o);
986
+ }
987
+ return p.head.insertBefore(t, n), e;
988
+ }
989
+ }
990
+ var Nr = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
991
+ function at() {
992
+ for (var e = 12, t = ""; e-- > 0; )
993
+ t += Nr[Math.random() * 62 | 0];
994
+ return t;
995
+ }
996
+ function H(e) {
997
+ for (var t = [], a = (e || []).length >>> 0; a--; )
998
+ t[a] = e[a];
999
+ return t;
1000
+ }
1001
+ function ze(e) {
1002
+ return e.classList ? H(e.classList) : (e.getAttribute("class") || "").split(" ").filter(function(t) {
1003
+ return t;
1004
+ });
1005
+ }
1006
+ function ra(e) {
1007
+ return "".concat(e).replace(/&/g, "&amp;").replace(/"/g, "&quot;").replace(/'/g, "&#39;").replace(/</g, "&lt;").replace(/>/g, "&gt;");
1008
+ }
1009
+ function Cr(e) {
1010
+ return Object.keys(e || {}).reduce(function(t, a) {
1011
+ return t + "".concat(a, '="').concat(ra(e[a]), '" ');
1012
+ }, "").trim();
1013
+ }
1014
+ function se(e) {
1015
+ return Object.keys(e || {}).reduce(function(t, a) {
1016
+ return t + "".concat(a, ": ").concat(e[a].trim(), ";");
1017
+ }, "");
1018
+ }
1019
+ function We(e) {
1020
+ return e.size !== F.size || e.x !== F.x || e.y !== F.y || e.rotate !== F.rotate || e.flipX || e.flipY;
1021
+ }
1022
+ function jr(e) {
1023
+ var t = e.transform, a = e.containerWidth, n = e.iconWidth, r = {
1024
+ transform: "translate(".concat(a / 2, " 256)")
1025
+ }, o = "translate(".concat(t.x * 32, ", ").concat(t.y * 32, ") "), i = "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 = {
1026
+ transform: "".concat(o, " ").concat(i, " ").concat(s)
1027
+ }, u = {
1028
+ transform: "translate(".concat(n / 2 * -1, " -256)")
1029
+ };
1030
+ return {
1031
+ outer: r,
1032
+ inner: l,
1033
+ path: u
1034
+ };
1035
+ }
1036
+ function Tr(e) {
1037
+ var t = e.transform, a = e.width, n = a === void 0 ? Ae : a, r = e.height, o = r === void 0 ? Ae : r, i = "";
1038
+ return Et ? i += "translate(".concat(t.x / z - n / 2, "em, ").concat(t.y / z - o / 2, "em) ") : i += "translate(calc(-50% + ".concat(t.x / z, "em), calc(-50% + ").concat(t.y / z, "em)) "), i += "scale(".concat(t.size / z * (t.flipX ? -1 : 1), ", ").concat(t.size / z * (t.flipY ? -1 : 1), ") "), i += "rotate(".concat(t.rotate, "deg) "), i;
1039
+ }
1040
+ var _r = `:root, :host {
1041
+ --fa-font-solid: normal 900 1em/1 'Font Awesome 7 Free';
1042
+ --fa-font-regular: normal 400 1em/1 'Font Awesome 7 Free';
1043
+ --fa-font-light: normal 300 1em/1 'Font Awesome 7 Pro';
1044
+ --fa-font-thin: normal 100 1em/1 'Font Awesome 7 Pro';
1045
+ --fa-font-duotone: normal 900 1em/1 'Font Awesome 7 Duotone';
1046
+ --fa-font-duotone-regular: normal 400 1em/1 'Font Awesome 7 Duotone';
1047
+ --fa-font-duotone-light: normal 300 1em/1 'Font Awesome 7 Duotone';
1048
+ --fa-font-duotone-thin: normal 100 1em/1 'Font Awesome 7 Duotone';
1049
+ --fa-font-brands: normal 400 1em/1 'Font Awesome 7 Brands';
1050
+ --fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 7 Sharp';
1051
+ --fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 7 Sharp';
1052
+ --fa-font-sharp-light: normal 300 1em/1 'Font Awesome 7 Sharp';
1053
+ --fa-font-sharp-thin: normal 100 1em/1 'Font Awesome 7 Sharp';
1054
+ --fa-font-sharp-duotone-solid: normal 900 1em/1 'Font Awesome 7 Sharp Duotone';
1055
+ --fa-font-sharp-duotone-regular: normal 400 1em/1 'Font Awesome 7 Sharp Duotone';
1056
+ --fa-font-sharp-duotone-light: normal 300 1em/1 'Font Awesome 7 Sharp Duotone';
1057
+ --fa-font-sharp-duotone-thin: normal 100 1em/1 'Font Awesome 7 Sharp Duotone';
1058
+ --fa-font-slab-regular: normal 400 1em/1 'Font Awesome 7 Slab';
1059
+ --fa-font-slab-press-regular: normal 400 1em/1 'Font Awesome 7 Slab Press';
1060
+ --fa-font-whiteboard-semibold: normal 600 1em/1 'Font Awesome 7 Whiteboard';
1061
+ --fa-font-thumbprint-light: normal 300 1em/1 'Font Awesome 7 Thumbprint';
1062
+ --fa-font-notdog-solid: normal 900 1em/1 'Font Awesome 7 Notdog';
1063
+ --fa-font-notdog-duo-solid: normal 900 1em/1 'Font Awesome 7 Notdog Duo';
1064
+ --fa-font-etch-solid: normal 900 1em/1 'Font Awesome 7 Etch';
1065
+ --fa-font-graphite-thin: normal 100 1em/1 'Font Awesome 7 Graphite';
1066
+ --fa-font-jelly-regular: normal 400 1em/1 'Font Awesome 7 Jelly';
1067
+ --fa-font-jelly-fill-regular: normal 400 1em/1 'Font Awesome 7 Jelly Fill';
1068
+ --fa-font-jelly-duo-regular: normal 400 1em/1 'Font Awesome 7 Jelly Duo';
1069
+ --fa-font-chisel-regular: normal 400 1em/1 'Font Awesome 7 Chisel';
1070
+ --fa-font-utility-semibold: normal 600 1em/1 'Font Awesome 7 Utility';
1071
+ --fa-font-utility-duo-semibold: normal 600 1em/1 'Font Awesome 7 Utility Duo';
1072
+ --fa-font-utility-fill-semibold: normal 600 1em/1 'Font Awesome 7 Utility Fill';
1073
+ }
1074
+
1075
+ .svg-inline--fa {
1076
+ box-sizing: content-box;
1077
+ display: var(--fa-display, inline-block);
1078
+ height: 1em;
1079
+ overflow: visible;
1080
+ vertical-align: -0.125em;
1081
+ width: var(--fa-width, 1.25em);
1082
+ }
1083
+ .svg-inline--fa.fa-2xs {
1084
+ vertical-align: 0.1em;
1085
+ }
1086
+ .svg-inline--fa.fa-xs {
1087
+ vertical-align: 0em;
1088
+ }
1089
+ .svg-inline--fa.fa-sm {
1090
+ vertical-align: -0.0714285714em;
1091
+ }
1092
+ .svg-inline--fa.fa-lg {
1093
+ vertical-align: -0.2em;
1094
+ }
1095
+ .svg-inline--fa.fa-xl {
1096
+ vertical-align: -0.25em;
1097
+ }
1098
+ .svg-inline--fa.fa-2xl {
1099
+ vertical-align: -0.3125em;
1100
+ }
1101
+ .svg-inline--fa.fa-pull-left,
1102
+ .svg-inline--fa .fa-pull-start {
1103
+ float: inline-start;
1104
+ margin-inline-end: var(--fa-pull-margin, 0.3em);
1105
+ }
1106
+ .svg-inline--fa.fa-pull-right,
1107
+ .svg-inline--fa .fa-pull-end {
1108
+ float: inline-end;
1109
+ margin-inline-start: var(--fa-pull-margin, 0.3em);
1110
+ }
1111
+ .svg-inline--fa.fa-li {
1112
+ width: var(--fa-li-width, 2em);
1113
+ inset-inline-start: calc(-1 * var(--fa-li-width, 2em));
1114
+ inset-block-start: 0.25em; /* syncing vertical alignment with Web Font rendering */
1115
+ }
1116
+
1117
+ .fa-layers-counter, .fa-layers-text {
1118
+ display: inline-block;
1119
+ position: absolute;
1120
+ text-align: center;
1121
+ }
1122
+
1123
+ .fa-layers {
1124
+ display: inline-block;
1125
+ height: 1em;
1126
+ position: relative;
1127
+ text-align: center;
1128
+ vertical-align: -0.125em;
1129
+ width: var(--fa-width, 1.25em);
1130
+ }
1131
+ .fa-layers .svg-inline--fa {
1132
+ inset: 0;
1133
+ margin: auto;
1134
+ position: absolute;
1135
+ transform-origin: center center;
1136
+ }
1137
+
1138
+ .fa-layers-text {
1139
+ left: 50%;
1140
+ top: 50%;
1141
+ transform: translate(-50%, -50%);
1142
+ transform-origin: center center;
1143
+ }
1144
+
1145
+ .fa-layers-counter {
1146
+ background-color: var(--fa-counter-background-color, #ff253a);
1147
+ border-radius: var(--fa-counter-border-radius, 1em);
1148
+ box-sizing: border-box;
1149
+ color: var(--fa-inverse, #fff);
1150
+ line-height: var(--fa-counter-line-height, 1);
1151
+ max-width: var(--fa-counter-max-width, 5em);
1152
+ min-width: var(--fa-counter-min-width, 1.5em);
1153
+ overflow: hidden;
1154
+ padding: var(--fa-counter-padding, 0.25em 0.5em);
1155
+ right: var(--fa-right, 0);
1156
+ text-overflow: ellipsis;
1157
+ top: var(--fa-top, 0);
1158
+ transform: scale(var(--fa-counter-scale, 0.25));
1159
+ transform-origin: top right;
1160
+ }
1161
+
1162
+ .fa-layers-bottom-right {
1163
+ bottom: var(--fa-bottom, 0);
1164
+ right: var(--fa-right, 0);
1165
+ top: auto;
1166
+ transform: scale(var(--fa-layers-scale, 0.25));
1167
+ transform-origin: bottom right;
1168
+ }
1169
+
1170
+ .fa-layers-bottom-left {
1171
+ bottom: var(--fa-bottom, 0);
1172
+ left: var(--fa-left, 0);
1173
+ right: auto;
1174
+ top: auto;
1175
+ transform: scale(var(--fa-layers-scale, 0.25));
1176
+ transform-origin: bottom left;
1177
+ }
1178
+
1179
+ .fa-layers-top-right {
1180
+ top: var(--fa-top, 0);
1181
+ right: var(--fa-right, 0);
1182
+ transform: scale(var(--fa-layers-scale, 0.25));
1183
+ transform-origin: top right;
1184
+ }
1185
+
1186
+ .fa-layers-top-left {
1187
+ left: var(--fa-left, 0);
1188
+ right: auto;
1189
+ top: var(--fa-top, 0);
1190
+ transform: scale(var(--fa-layers-scale, 0.25));
1191
+ transform-origin: top left;
1192
+ }
1193
+
1194
+ .fa-1x {
1195
+ font-size: 1em;
1196
+ }
1197
+
1198
+ .fa-2x {
1199
+ font-size: 2em;
1200
+ }
1201
+
1202
+ .fa-3x {
1203
+ font-size: 3em;
1204
+ }
1205
+
1206
+ .fa-4x {
1207
+ font-size: 4em;
1208
+ }
1209
+
1210
+ .fa-5x {
1211
+ font-size: 5em;
1212
+ }
1213
+
1214
+ .fa-6x {
1215
+ font-size: 6em;
1216
+ }
1217
+
1218
+ .fa-7x {
1219
+ font-size: 7em;
1220
+ }
1221
+
1222
+ .fa-8x {
1223
+ font-size: 8em;
1224
+ }
1225
+
1226
+ .fa-9x {
1227
+ font-size: 9em;
1228
+ }
1229
+
1230
+ .fa-10x {
1231
+ font-size: 10em;
1232
+ }
1233
+
1234
+ .fa-2xs {
1235
+ font-size: calc(10 / 16 * 1em); /* converts a 10px size into an em-based value that's relative to the scale's 16px base */
1236
+ line-height: calc(1 / 10 * 1em); /* sets the line-height of the icon back to that of it's parent */
1237
+ vertical-align: calc((6 / 10 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
1238
+ }
1239
+
1240
+ .fa-xs {
1241
+ font-size: calc(12 / 16 * 1em); /* converts a 12px size into an em-based value that's relative to the scale's 16px base */
1242
+ line-height: calc(1 / 12 * 1em); /* sets the line-height of the icon back to that of it's parent */
1243
+ vertical-align: calc((6 / 12 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
1244
+ }
1245
+
1246
+ .fa-sm {
1247
+ font-size: calc(14 / 16 * 1em); /* converts a 14px size into an em-based value that's relative to the scale's 16px base */
1248
+ line-height: calc(1 / 14 * 1em); /* sets the line-height of the icon back to that of it's parent */
1249
+ vertical-align: calc((6 / 14 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
1250
+ }
1251
+
1252
+ .fa-lg {
1253
+ font-size: calc(20 / 16 * 1em); /* converts a 20px size into an em-based value that's relative to the scale's 16px base */
1254
+ line-height: calc(1 / 20 * 1em); /* sets the line-height of the icon back to that of it's parent */
1255
+ vertical-align: calc((6 / 20 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
1256
+ }
1257
+
1258
+ .fa-xl {
1259
+ font-size: calc(24 / 16 * 1em); /* converts a 24px size into an em-based value that's relative to the scale's 16px base */
1260
+ line-height: calc(1 / 24 * 1em); /* sets the line-height of the icon back to that of it's parent */
1261
+ vertical-align: calc((6 / 24 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
1262
+ }
1263
+
1264
+ .fa-2xl {
1265
+ font-size: calc(32 / 16 * 1em); /* converts a 32px size into an em-based value that's relative to the scale's 16px base */
1266
+ line-height: calc(1 / 32 * 1em); /* sets the line-height of the icon back to that of it's parent */
1267
+ vertical-align: calc((6 / 32 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
1268
+ }
1269
+
1270
+ .fa-width-auto {
1271
+ --fa-width: auto;
1272
+ }
1273
+
1274
+ .fa-fw,
1275
+ .fa-width-fixed {
1276
+ --fa-width: 1.25em;
1277
+ }
1278
+
1279
+ .fa-ul {
1280
+ list-style-type: none;
1281
+ margin-inline-start: var(--fa-li-margin, 2.5em);
1282
+ padding-inline-start: 0;
1283
+ }
1284
+ .fa-ul > li {
1285
+ position: relative;
1286
+ }
1287
+
1288
+ .fa-li {
1289
+ inset-inline-start: calc(-1 * var(--fa-li-width, 2em));
1290
+ position: absolute;
1291
+ text-align: center;
1292
+ width: var(--fa-li-width, 2em);
1293
+ line-height: inherit;
1294
+ }
1295
+
1296
+ /* Heads Up: Bordered Icons will not be supported in the future!
1297
+ - This feature will be deprecated in the next major release of Font Awesome (v8)!
1298
+ - You may continue to use it in this version *v7), but it will not be supported in Font Awesome v8.
1299
+ */
1300
+ /* Notes:
1301
+ * --@{v.$css-prefix}-border-width = 1/16 by default (to render as ~1px based on a 16px default font-size)
1302
+ * --@{v.$css-prefix}-border-padding =
1303
+ ** 3/16 for vertical padding (to give ~2px of vertical whitespace around an icon considering it's vertical alignment)
1304
+ ** 4/16 for horizontal padding (to give ~4px of horizontal whitespace around an icon)
1305
+ */
1306
+ .fa-border {
1307
+ border-color: var(--fa-border-color, #eee);
1308
+ border-radius: var(--fa-border-radius, 0.1em);
1309
+ border-style: var(--fa-border-style, solid);
1310
+ border-width: var(--fa-border-width, 0.0625em);
1311
+ box-sizing: var(--fa-border-box-sizing, content-box);
1312
+ padding: var(--fa-border-padding, 0.1875em 0.25em);
1313
+ }
1314
+
1315
+ .fa-pull-left,
1316
+ .fa-pull-start {
1317
+ float: inline-start;
1318
+ margin-inline-end: var(--fa-pull-margin, 0.3em);
1319
+ }
1320
+
1321
+ .fa-pull-right,
1322
+ .fa-pull-end {
1323
+ float: inline-end;
1324
+ margin-inline-start: var(--fa-pull-margin, 0.3em);
1325
+ }
1326
+
1327
+ .fa-beat {
1328
+ animation-name: fa-beat;
1329
+ animation-delay: var(--fa-animation-delay, 0s);
1330
+ animation-direction: var(--fa-animation-direction, normal);
1331
+ animation-duration: var(--fa-animation-duration, 1s);
1332
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
1333
+ animation-timing-function: var(--fa-animation-timing, ease-in-out);
1334
+ }
1335
+
1336
+ .fa-bounce {
1337
+ animation-name: fa-bounce;
1338
+ animation-delay: var(--fa-animation-delay, 0s);
1339
+ animation-direction: var(--fa-animation-direction, normal);
1340
+ animation-duration: var(--fa-animation-duration, 1s);
1341
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
1342
+ animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
1343
+ }
1344
+
1345
+ .fa-fade {
1346
+ animation-name: fa-fade;
1347
+ animation-delay: var(--fa-animation-delay, 0s);
1348
+ animation-direction: var(--fa-animation-direction, normal);
1349
+ animation-duration: var(--fa-animation-duration, 1s);
1350
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
1351
+ animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
1352
+ }
1353
+
1354
+ .fa-beat-fade {
1355
+ animation-name: fa-beat-fade;
1356
+ animation-delay: var(--fa-animation-delay, 0s);
1357
+ animation-direction: var(--fa-animation-direction, normal);
1358
+ animation-duration: var(--fa-animation-duration, 1s);
1359
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
1360
+ animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
1361
+ }
1362
+
1363
+ .fa-flip {
1364
+ animation-name: fa-flip;
1365
+ animation-delay: var(--fa-animation-delay, 0s);
1366
+ animation-direction: var(--fa-animation-direction, normal);
1367
+ animation-duration: var(--fa-animation-duration, 1s);
1368
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
1369
+ animation-timing-function: var(--fa-animation-timing, ease-in-out);
1370
+ }
1371
+
1372
+ .fa-shake {
1373
+ animation-name: fa-shake;
1374
+ animation-delay: var(--fa-animation-delay, 0s);
1375
+ animation-direction: var(--fa-animation-direction, normal);
1376
+ animation-duration: var(--fa-animation-duration, 1s);
1377
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
1378
+ animation-timing-function: var(--fa-animation-timing, linear);
1379
+ }
1380
+
1381
+ .fa-spin {
1382
+ animation-name: fa-spin;
1383
+ animation-delay: var(--fa-animation-delay, 0s);
1384
+ animation-direction: var(--fa-animation-direction, normal);
1385
+ animation-duration: var(--fa-animation-duration, 2s);
1386
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
1387
+ animation-timing-function: var(--fa-animation-timing, linear);
1388
+ }
1389
+
1390
+ .fa-spin-reverse {
1391
+ --fa-animation-direction: reverse;
1392
+ }
1393
+
1394
+ .fa-pulse,
1395
+ .fa-spin-pulse {
1396
+ animation-name: fa-spin;
1397
+ animation-direction: var(--fa-animation-direction, normal);
1398
+ animation-duration: var(--fa-animation-duration, 1s);
1399
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
1400
+ animation-timing-function: var(--fa-animation-timing, steps(8));
1401
+ }
1402
+
1403
+ @media (prefers-reduced-motion: reduce) {
1404
+ .fa-beat,
1405
+ .fa-bounce,
1406
+ .fa-fade,
1407
+ .fa-beat-fade,
1408
+ .fa-flip,
1409
+ .fa-pulse,
1410
+ .fa-shake,
1411
+ .fa-spin,
1412
+ .fa-spin-pulse {
1413
+ animation: none !important;
1414
+ transition: none !important;
1415
+ }
1416
+ }
1417
+ @keyframes fa-beat {
1418
+ 0%, 90% {
1419
+ transform: scale(1);
1420
+ }
1421
+ 45% {
1422
+ transform: scale(var(--fa-beat-scale, 1.25));
1423
+ }
1424
+ }
1425
+ @keyframes fa-bounce {
1426
+ 0% {
1427
+ transform: scale(1, 1) translateY(0);
1428
+ }
1429
+ 10% {
1430
+ transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
1431
+ }
1432
+ 30% {
1433
+ 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));
1434
+ }
1435
+ 50% {
1436
+ transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
1437
+ }
1438
+ 57% {
1439
+ transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
1440
+ }
1441
+ 64% {
1442
+ transform: scale(1, 1) translateY(0);
1443
+ }
1444
+ 100% {
1445
+ transform: scale(1, 1) translateY(0);
1446
+ }
1447
+ }
1448
+ @keyframes fa-fade {
1449
+ 50% {
1450
+ opacity: var(--fa-fade-opacity, 0.4);
1451
+ }
1452
+ }
1453
+ @keyframes fa-beat-fade {
1454
+ 0%, 100% {
1455
+ opacity: var(--fa-beat-fade-opacity, 0.4);
1456
+ transform: scale(1);
1457
+ }
1458
+ 50% {
1459
+ opacity: 1;
1460
+ transform: scale(var(--fa-beat-fade-scale, 1.125));
1461
+ }
1462
+ }
1463
+ @keyframes fa-flip {
1464
+ 50% {
1465
+ transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
1466
+ }
1467
+ }
1468
+ @keyframes fa-shake {
1469
+ 0% {
1470
+ transform: rotate(-15deg);
1471
+ }
1472
+ 4% {
1473
+ transform: rotate(15deg);
1474
+ }
1475
+ 8%, 24% {
1476
+ transform: rotate(-18deg);
1477
+ }
1478
+ 12%, 28% {
1479
+ transform: rotate(18deg);
1480
+ }
1481
+ 16% {
1482
+ transform: rotate(-22deg);
1483
+ }
1484
+ 20% {
1485
+ transform: rotate(22deg);
1486
+ }
1487
+ 32% {
1488
+ transform: rotate(-12deg);
1489
+ }
1490
+ 36% {
1491
+ transform: rotate(12deg);
1492
+ }
1493
+ 40%, 100% {
1494
+ transform: rotate(0deg);
1495
+ }
1496
+ }
1497
+ @keyframes fa-spin {
1498
+ 0% {
1499
+ transform: rotate(0deg);
1500
+ }
1501
+ 100% {
1502
+ transform: rotate(360deg);
1503
+ }
1504
+ }
1505
+ .fa-rotate-90 {
1506
+ transform: rotate(90deg);
1507
+ }
1508
+
1509
+ .fa-rotate-180 {
1510
+ transform: rotate(180deg);
1511
+ }
1512
+
1513
+ .fa-rotate-270 {
1514
+ transform: rotate(270deg);
1515
+ }
1516
+
1517
+ .fa-flip-horizontal {
1518
+ transform: scale(-1, 1);
1519
+ }
1520
+
1521
+ .fa-flip-vertical {
1522
+ transform: scale(1, -1);
1523
+ }
1524
+
1525
+ .fa-flip-both,
1526
+ .fa-flip-horizontal.fa-flip-vertical {
1527
+ transform: scale(-1, -1);
1528
+ }
1529
+
1530
+ .fa-rotate-by {
1531
+ transform: rotate(var(--fa-rotate-angle, 0));
1532
+ }
1533
+
1534
+ .svg-inline--fa .fa-primary {
1535
+ fill: var(--fa-primary-color, currentColor);
1536
+ opacity: var(--fa-primary-opacity, 1);
1537
+ }
1538
+
1539
+ .svg-inline--fa .fa-secondary {
1540
+ fill: var(--fa-secondary-color, currentColor);
1541
+ opacity: var(--fa-secondary-opacity, 0.4);
1542
+ }
1543
+
1544
+ .svg-inline--fa.fa-swap-opacity .fa-primary {
1545
+ opacity: var(--fa-secondary-opacity, 0.4);
1546
+ }
1547
+
1548
+ .svg-inline--fa.fa-swap-opacity .fa-secondary {
1549
+ opacity: var(--fa-primary-opacity, 1);
1550
+ }
1551
+
1552
+ .svg-inline--fa mask .fa-primary,
1553
+ .svg-inline--fa mask .fa-secondary {
1554
+ fill: black;
1555
+ }
1556
+
1557
+ .svg-inline--fa.fa-inverse {
1558
+ fill: var(--fa-inverse, #fff);
1559
+ }
1560
+
1561
+ .fa-stack {
1562
+ display: inline-block;
1563
+ height: 2em;
1564
+ line-height: 2em;
1565
+ position: relative;
1566
+ vertical-align: middle;
1567
+ width: 2.5em;
1568
+ }
1569
+
1570
+ .fa-inverse {
1571
+ color: var(--fa-inverse, #fff);
1572
+ }
1573
+
1574
+ .svg-inline--fa.fa-stack-1x {
1575
+ --fa-width: 1.25em;
1576
+ height: 1em;
1577
+ width: var(--fa-width);
1578
+ }
1579
+ .svg-inline--fa.fa-stack-2x {
1580
+ --fa-width: 2.5em;
1581
+ height: 2em;
1582
+ width: var(--fa-width);
1583
+ }
1584
+
1585
+ .fa-stack-1x,
1586
+ .fa-stack-2x {
1587
+ inset: 0;
1588
+ margin: auto;
1589
+ position: absolute;
1590
+ z-index: var(--fa-stack-z-index, auto);
1591
+ }`;
1592
+ function ia() {
1593
+ var e = qt, t = Qt, a = d.cssPrefix, n = d.replacementClass, r = _r;
1594
+ if (a !== e || n !== t) {
1595
+ var o = new RegExp("\\.".concat(e, "\\-"), "g"), i = new RegExp("\\--".concat(e, "\\-"), "g"), s = new RegExp("\\.".concat(t), "g");
1596
+ r = r.replace(o, ".".concat(a, "-")).replace(i, "--".concat(a, "-")).replace(s, ".".concat(n));
1597
+ }
1598
+ return r;
1599
+ }
1600
+ var nt = !1;
1601
+ function ge() {
1602
+ d.autoAddCss && !nt && (Or(ia()), nt = !0);
1603
+ }
1604
+ var Mr = {
1605
+ mixout: function() {
1606
+ return {
1607
+ dom: {
1608
+ css: ia,
1609
+ insertCss: ge
1610
+ }
1611
+ };
1612
+ },
1613
+ hooks: function() {
1614
+ return {
1615
+ beforeDOMElementCreation: function() {
1616
+ ge();
1617
+ },
1618
+ beforeI2svg: function() {
1619
+ ge();
1620
+ }
1621
+ };
1622
+ }
1623
+ }, C = T || {};
1624
+ C[N] || (C[N] = {});
1625
+ C[N].styles || (C[N].styles = {});
1626
+ C[N].hooks || (C[N].hooks = {});
1627
+ C[N].shims || (C[N].shims = []);
1628
+ var P = C[N], oa = [], sa = function() {
1629
+ p.removeEventListener("DOMContentLoaded", sa), re = 1, oa.map(function(t) {
1630
+ return t();
1631
+ });
1632
+ }, re = !1;
1633
+ j && (re = (p.documentElement.doScroll ? /^loaded|^c/ : /^loaded|^i|^c/).test(p.readyState), re || p.addEventListener("DOMContentLoaded", sa));
1634
+ function $r(e) {
1635
+ j && (re ? setTimeout(e, 0) : oa.push(e));
1636
+ }
1637
+ function q(e) {
1638
+ var t = e.tag, a = e.attributes, n = a === void 0 ? {} : a, r = e.children, o = r === void 0 ? [] : r;
1639
+ return typeof e == "string" ? ra(e) : "<".concat(t, " ").concat(Cr(n), ">").concat(o.map(q).join(""), "</").concat(t, ">");
1640
+ }
1641
+ function rt(e, t, a) {
1642
+ if (e && e[t] && e[t][a])
1643
+ return {
1644
+ prefix: t,
1645
+ iconName: a,
1646
+ icon: e[t][a]
1647
+ };
1648
+ }
1649
+ var pe = function(t, a, n, r) {
1650
+ var o = Object.keys(t), i = o.length, s = a, l, u, m;
1651
+ for (n === void 0 ? (l = 1, m = t[o[0]]) : (l = 0, m = n); l < i; l++)
1652
+ u = o[l], m = s(m, t[u], u, t);
1653
+ return m;
1654
+ };
1655
+ function la(e) {
1656
+ return E(e).length !== 1 ? null : e.codePointAt(0).toString(16);
1657
+ }
1658
+ function it(e) {
1659
+ return Object.keys(e).reduce(function(t, a) {
1660
+ var n = e[a], r = !!n.icon;
1661
+ return r ? t[n.iconName] = n.icon : t[a] = n, t;
1662
+ }, {});
1663
+ }
1664
+ function Ee(e, t) {
1665
+ var a = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, n = a.skipHooks, r = n === void 0 ? !1 : n, o = it(t);
1666
+ typeof P.hooks.addPack == "function" && !r ? P.hooks.addPack(e, it(t)) : P.styles[e] = f(f({}, P.styles[e] || {}), o), e === "fas" && Ee("fa", t);
1667
+ }
1668
+ var V = P.styles, Dr = P.shims, fa = Object.keys(Re), Lr = fa.reduce(function(e, t) {
1669
+ return e[t] = Object.keys(Re[t]), e;
1670
+ }, {}), Ue = null, ua = {}, ca = {}, da = {}, ma = {}, va = {};
1671
+ function Rr(e) {
1672
+ return ~kr.indexOf(e);
1673
+ }
1674
+ function zr(e, t) {
1675
+ var a = t.split("-"), n = a[0], r = a.slice(1).join("-");
1676
+ return n === e && r !== "" && !Rr(r) ? r : null;
1677
+ }
1678
+ var ha = function() {
1679
+ var t = function(o) {
1680
+ return pe(V, function(i, s, l) {
1681
+ return i[l] = pe(s, o, {}), i;
1682
+ }, {});
1683
+ };
1684
+ ua = t(function(r, o, i) {
1685
+ if (o[3] && (r[o[3]] = i), o[2]) {
1686
+ var s = o[2].filter(function(l) {
1687
+ return typeof l == "number";
1688
+ });
1689
+ s.forEach(function(l) {
1690
+ r[l.toString(16)] = i;
1691
+ });
1692
+ }
1693
+ return r;
1694
+ }), ca = t(function(r, o, i) {
1695
+ if (r[i] = i, o[2]) {
1696
+ var s = o[2].filter(function(l) {
1697
+ return typeof l == "string";
1698
+ });
1699
+ s.forEach(function(l) {
1700
+ r[l] = i;
1701
+ });
1702
+ }
1703
+ return r;
1704
+ }), va = t(function(r, o, i) {
1705
+ var s = o[2];
1706
+ return r[i] = i, s.forEach(function(l) {
1707
+ r[l] = i;
1708
+ }), r;
1709
+ });
1710
+ var a = "far" in V || d.autoFetchSvg, n = pe(Dr, function(r, o) {
1711
+ var i = o[0], s = o[1], l = o[2];
1712
+ return s === "far" && !a && (s = "fas"), typeof i == "string" && (r.names[i] = {
1713
+ prefix: s,
1714
+ iconName: l
1715
+ }), typeof i == "number" && (r.unicodes[i.toString(16)] = {
1716
+ prefix: s,
1717
+ iconName: l
1718
+ }), r;
1719
+ }, {
1720
+ names: {},
1721
+ unicodes: {}
1722
+ });
1723
+ da = n.names, ma = n.unicodes, Ue = le(d.styleDefault, {
1724
+ family: d.familyDefault
1725
+ });
1726
+ };
1727
+ Fr(function(e) {
1728
+ Ue = le(e.styleDefault, {
1729
+ family: d.familyDefault
1730
+ });
1731
+ });
1732
+ ha();
1733
+ function Ye(e, t) {
1734
+ return (ua[e] || {})[t];
1735
+ }
1736
+ function Wr(e, t) {
1737
+ return (ca[e] || {})[t];
1738
+ }
1739
+ function $(e, t) {
1740
+ return (va[e] || {})[t];
1741
+ }
1742
+ function ga(e) {
1743
+ return da[e] || {
1744
+ prefix: null,
1745
+ iconName: null
1746
+ };
1747
+ }
1748
+ function Ur(e) {
1749
+ var t = ma[e], a = Ye("fas", e);
1750
+ return t || (a ? {
1751
+ prefix: "fas",
1752
+ iconName: a
1753
+ } : null) || {
1754
+ prefix: null,
1755
+ iconName: null
1756
+ };
1757
+ }
1758
+ function _() {
1759
+ return Ue;
1760
+ }
1761
+ var pa = function() {
1762
+ return {
1763
+ prefix: null,
1764
+ iconName: null,
1765
+ rest: []
1766
+ };
1767
+ };
1768
+ function Yr(e) {
1769
+ var t = w, a = fa.reduce(function(n, r) {
1770
+ return n[r] = "".concat(d.cssPrefix, "-").concat(r), n;
1771
+ }, {});
1772
+ return Bt.forEach(function(n) {
1773
+ (e.includes(a[n]) || e.some(function(r) {
1774
+ return Lr[n].includes(r);
1775
+ })) && (t = n);
1776
+ }), t;
1777
+ }
1778
+ function le(e) {
1779
+ var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, a = t.family, n = a === void 0 ? w : a, r = yr[n][e];
1780
+ if (n === J && !e)
1781
+ return "fad";
1782
+ var o = tt[n][e] || tt[n][r], i = e in P.styles ? e : null, s = o || i || null;
1783
+ return s;
1784
+ }
1785
+ function Hr(e) {
1786
+ var t = [], a = null;
1787
+ return e.forEach(function(n) {
1788
+ var r = zr(d.cssPrefix, n);
1789
+ r ? a = r : n && t.push(n);
1790
+ }), {
1791
+ iconName: a,
1792
+ rest: t
1793
+ };
1794
+ }
1795
+ function ot(e) {
1796
+ return e.sort().filter(function(t, a, n) {
1797
+ return n.indexOf(t) === a;
1798
+ });
1799
+ }
1800
+ var st = Jt.concat(Vt);
1801
+ function fe(e) {
1802
+ var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, a = t.skipLookups, n = a === void 0 ? !1 : a, r = null, o = ot(e.filter(function(h) {
1803
+ return st.includes(h);
1804
+ })), i = ot(e.filter(function(h) {
1805
+ return !st.includes(h);
1806
+ })), s = o.filter(function(h) {
1807
+ return r = h, !Ot.includes(h);
1808
+ }), l = oe(s, 1), u = l[0], m = u === void 0 ? null : u, c = Yr(o), g = f(f({}, Hr(i)), {}, {
1809
+ prefix: le(m, {
1810
+ family: c
1811
+ })
1812
+ });
1813
+ return f(f(f({}, g), Vr({
1814
+ values: e,
1815
+ family: c,
1816
+ styles: V,
1817
+ config: d,
1818
+ canonical: g,
1819
+ givenPrefix: r
1820
+ })), Gr(n, r, g));
1821
+ }
1822
+ function Gr(e, t, a) {
1823
+ var n = a.prefix, r = a.iconName;
1824
+ if (e || !n || !r)
1825
+ return {
1826
+ prefix: n,
1827
+ iconName: r
1828
+ };
1829
+ var o = t === "fa" ? ga(r) : {}, i = $(n, r);
1830
+ return r = o.iconName || i || r, n = o.prefix || n, n === "far" && !V.far && V.fas && !d.autoFetchSvg && (n = "fas"), {
1831
+ prefix: n,
1832
+ iconName: r
1833
+ };
1834
+ }
1835
+ var Xr = Bt.filter(function(e) {
1836
+ return e !== w || e !== J;
1837
+ }), Br = Object.keys(we).filter(function(e) {
1838
+ return e !== w;
1839
+ }).map(function(e) {
1840
+ return Object.keys(we[e]);
1841
+ }).flat();
1842
+ function Vr(e) {
1843
+ var t = e.values, a = e.family, n = e.canonical, r = e.givenPrefix, o = r === void 0 ? "" : r, i = e.styles, s = i === void 0 ? {} : i, l = e.config, u = l === void 0 ? {} : l, m = a === J, c = t.includes("fa-duotone") || t.includes("fad"), g = u.familyDefault === "duotone", h = n.prefix === "fad" || n.prefix === "fa-duotone";
1844
+ if (!m && (c || g || h) && (n.prefix = "fad"), (t.includes("fa-brands") || t.includes("fab")) && (n.prefix = "fab"), !n.prefix && Xr.includes(a)) {
1845
+ var y = Object.keys(s).find(function(A) {
1846
+ return Br.includes(A);
1847
+ });
1848
+ if (y || u.autoFetchSvg) {
1849
+ var b = fn.get(a).defaultShortPrefixId;
1850
+ n.prefix = b, n.iconName = $(n.prefix, n.iconName) || n.iconName;
1851
+ }
1852
+ }
1853
+ return (n.prefix === "fa" || o === "fa") && (n.prefix = _() || "fas"), n;
1854
+ }
1855
+ var Jr = /* @__PURE__ */ (function() {
1856
+ function e() {
1857
+ Oa(this, e), this.definitions = {};
1858
+ }
1859
+ return Ca(e, [{
1860
+ key: "add",
1861
+ value: function() {
1862
+ for (var a = this, n = arguments.length, r = new Array(n), o = 0; o < n; o++)
1863
+ r[o] = arguments[o];
1864
+ var i = r.reduce(this._pullDefinitions, {});
1865
+ Object.keys(i).forEach(function(s) {
1866
+ a.definitions[s] = f(f({}, a.definitions[s] || {}), i[s]), Ee(s, i[s]);
1867
+ var l = Re[w][s];
1868
+ l && Ee(l, i[s]), ha();
1869
+ });
1870
+ }
1871
+ }, {
1872
+ key: "reset",
1873
+ value: function() {
1874
+ this.definitions = {};
1875
+ }
1876
+ }, {
1877
+ key: "_pullDefinitions",
1878
+ value: function(a, n) {
1879
+ var r = n.prefix && n.iconName && n.icon ? {
1880
+ 0: n
1881
+ } : n;
1882
+ return Object.keys(r).map(function(o) {
1883
+ var i = r[o], s = i.prefix, l = i.iconName, u = i.icon, m = u[2];
1884
+ a[s] || (a[s] = {}), m.length > 0 && m.forEach(function(c) {
1885
+ typeof c == "string" && (a[s][c] = u);
1886
+ }), a[s][l] = u;
1887
+ }), a;
1888
+ }
1889
+ }]);
1890
+ })(), lt = [], W = {}, U = {}, Kr = Object.keys(U);
1891
+ function qr(e, t) {
1892
+ var a = t.mixoutsTo;
1893
+ return lt = e, W = {}, Object.keys(U).forEach(function(n) {
1894
+ Kr.indexOf(n) === -1 && delete U[n];
1895
+ }), lt.forEach(function(n) {
1896
+ var r = n.mixout ? n.mixout() : {};
1897
+ if (Object.keys(r).forEach(function(i) {
1898
+ typeof r[i] == "function" && (a[i] = r[i]), ne(r[i]) === "object" && Object.keys(r[i]).forEach(function(s) {
1899
+ a[i] || (a[i] = {}), a[i][s] = r[i][s];
1900
+ });
1901
+ }), n.hooks) {
1902
+ var o = n.hooks();
1903
+ Object.keys(o).forEach(function(i) {
1904
+ W[i] || (W[i] = []), W[i].push(o[i]);
1905
+ });
1906
+ }
1907
+ n.provides && n.provides(U);
1908
+ }), a;
1909
+ }
1910
+ function Fe(e, t) {
1911
+ for (var a = arguments.length, n = new Array(a > 2 ? a - 2 : 0), r = 2; r < a; r++)
1912
+ n[r - 2] = arguments[r];
1913
+ var o = W[e] || [];
1914
+ return o.forEach(function(i) {
1915
+ t = i.apply(null, [t].concat(n));
1916
+ }), t;
1917
+ }
1918
+ function L(e) {
1919
+ for (var t = arguments.length, a = new Array(t > 1 ? t - 1 : 0), n = 1; n < t; n++)
1920
+ a[n - 1] = arguments[n];
1921
+ var r = W[e] || [];
1922
+ r.forEach(function(o) {
1923
+ o.apply(null, a);
1924
+ });
1925
+ }
1926
+ function M() {
1927
+ var e = arguments[0], t = Array.prototype.slice.call(arguments, 1);
1928
+ return U[e] ? U[e].apply(null, t) : void 0;
1929
+ }
1930
+ function Oe(e) {
1931
+ e.prefix === "fa" && (e.prefix = "fas");
1932
+ var t = e.iconName, a = e.prefix || _();
1933
+ if (t)
1934
+ return t = $(a, t) || t, rt(ba.definitions, a, t) || rt(P.styles, a, t);
1935
+ }
1936
+ var ba = new Jr(), Qr = function() {
1937
+ d.autoReplaceSvg = !1, d.observeMutations = !1, L("noAuto");
1938
+ }, Zr = {
1939
+ i2svg: function() {
1940
+ var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
1941
+ return j ? (L("beforeI2svg", t), M("pseudoElements2svg", t), M("i2svg", t)) : Promise.reject(new Error("Operation requires a DOM of some kind."));
1942
+ },
1943
+ watch: function() {
1944
+ var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, a = t.autoReplaceSvgRoot;
1945
+ d.autoReplaceSvg === !1 && (d.autoReplaceSvg = !0), d.observeMutations = !0, $r(function() {
1946
+ ti({
1947
+ autoReplaceSvgRoot: a
1948
+ }), L("watch", t);
1949
+ });
1950
+ }
1951
+ }, ei = {
1952
+ icon: function(t) {
1953
+ if (t === null)
1954
+ return null;
1955
+ if (ne(t) === "object" && t.prefix && t.iconName)
1956
+ return {
1957
+ prefix: t.prefix,
1958
+ iconName: $(t.prefix, t.iconName) || t.iconName
1959
+ };
1960
+ if (Array.isArray(t) && t.length === 2) {
1961
+ var a = t[1].indexOf("fa-") === 0 ? t[1].slice(3) : t[1], n = le(t[0]);
1962
+ return {
1963
+ prefix: n,
1964
+ iconName: $(n, a) || a
1965
+ };
1966
+ }
1967
+ if (typeof t == "string" && (t.indexOf("".concat(d.cssPrefix, "-")) > -1 || t.match(xr))) {
1968
+ var r = fe(t.split(" "), {
1969
+ skipLookups: !0
1970
+ });
1971
+ return {
1972
+ prefix: r.prefix || _(),
1973
+ iconName: $(r.prefix, r.iconName) || r.iconName
1974
+ };
1975
+ }
1976
+ if (typeof t == "string") {
1977
+ var o = _();
1978
+ return {
1979
+ prefix: o,
1980
+ iconName: $(o, t) || t
1981
+ };
1982
+ }
1983
+ }
1984
+ }, k = {
1985
+ noAuto: Qr,
1986
+ config: d,
1987
+ dom: Zr,
1988
+ parse: ei,
1989
+ library: ba,
1990
+ findIconDefinition: Oe,
1991
+ toHtml: q
1992
+ }, ti = function() {
1993
+ var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, a = t.autoReplaceSvgRoot, n = a === void 0 ? p : a;
1994
+ (Object.keys(P.styles).length > 0 || d.autoFetchSvg) && j && d.autoReplaceSvg && k.dom.i2svg({
1995
+ node: n
1996
+ });
1997
+ };
1998
+ function ue(e, t) {
1999
+ return Object.defineProperty(e, "abstract", {
2000
+ get: t
2001
+ }), Object.defineProperty(e, "html", {
2002
+ get: function() {
2003
+ return e.abstract.map(function(n) {
2004
+ return q(n);
2005
+ });
2006
+ }
2007
+ }), Object.defineProperty(e, "node", {
2008
+ get: function() {
2009
+ if (j) {
2010
+ var n = p.createElement("div");
2011
+ return n.innerHTML = e.html, n.children;
2012
+ }
2013
+ }
2014
+ }), e;
2015
+ }
2016
+ function ai(e) {
2017
+ var t = e.children, a = e.main, n = e.mask, r = e.attributes, o = e.styles, i = e.transform;
2018
+ if (We(i) && a.found && !n.found) {
2019
+ var s = a.width, l = a.height, u = {
2020
+ x: s / l / 2,
2021
+ y: 0.5
2022
+ };
2023
+ r.style = se(f(f({}, o), {}, {
2024
+ "transform-origin": "".concat(u.x + i.x / 16, "em ").concat(u.y + i.y / 16, "em")
2025
+ }));
2026
+ }
2027
+ return [{
2028
+ tag: "svg",
2029
+ attributes: r,
2030
+ children: t
2031
+ }];
2032
+ }
2033
+ function ni(e) {
2034
+ var t = e.prefix, a = e.iconName, n = e.children, r = e.attributes, o = e.symbol, i = o === !0 ? "".concat(t, "-").concat(d.cssPrefix, "-").concat(a) : o;
2035
+ return [{
2036
+ tag: "svg",
2037
+ attributes: {
2038
+ style: "display: none;"
2039
+ },
2040
+ children: [{
2041
+ tag: "symbol",
2042
+ attributes: f(f({}, r), {}, {
2043
+ id: i
2044
+ }),
2045
+ children: n
2046
+ }]
2047
+ }];
2048
+ }
2049
+ function ri(e) {
2050
+ var t = ["aria-label", "aria-labelledby", "title", "role"];
2051
+ return t.some(function(a) {
2052
+ return a in e;
2053
+ });
2054
+ }
2055
+ function He(e) {
2056
+ var t = e.icons, a = t.main, n = t.mask, r = e.prefix, o = e.iconName, i = e.transform, s = e.symbol, l = e.maskId, u = e.extra, m = e.watchable, c = m === void 0 ? !1 : m, g = n.found ? n : a, h = g.width, y = g.height, b = [d.replacementClass, o ? "".concat(d.cssPrefix, "-").concat(o) : ""].filter(function(O) {
2057
+ return u.classes.indexOf(O) === -1;
2058
+ }).filter(function(O) {
2059
+ return O !== "" || !!O;
2060
+ }).concat(u.classes).join(" "), A = {
2061
+ children: [],
2062
+ attributes: f(f({}, u.attributes), {}, {
2063
+ "data-prefix": r,
2064
+ "data-icon": o,
2065
+ class: b,
2066
+ role: u.attributes.role || "img",
2067
+ viewBox: "0 0 ".concat(h, " ").concat(y)
2068
+ })
2069
+ };
2070
+ !ri(u.attributes) && !u.attributes["aria-hidden"] && (A.attributes["aria-hidden"] = "true"), c && (A.attributes[D] = "");
2071
+ var x = f(f({}, A), {}, {
2072
+ prefix: r,
2073
+ iconName: o,
2074
+ main: a,
2075
+ mask: n,
2076
+ maskId: l,
2077
+ transform: i,
2078
+ symbol: s,
2079
+ styles: f({}, u.styles)
2080
+ }), S = n.found && a.found ? M("generateAbstractMask", x) || {
2081
+ children: [],
2082
+ attributes: {}
2083
+ } : M("generateAbstractIcon", x) || {
2084
+ children: [],
2085
+ attributes: {}
2086
+ }, I = S.children, R = S.attributes;
2087
+ return x.children = I, x.attributes = R, s ? ni(x) : ai(x);
2088
+ }
2089
+ function ft(e) {
2090
+ var t = e.content, a = e.width, n = e.height, r = e.transform, o = e.extra, i = e.watchable, s = i === void 0 ? !1 : i, l = f(f({}, o.attributes), {}, {
2091
+ class: o.classes.join(" ")
2092
+ });
2093
+ s && (l[D] = "");
2094
+ var u = f({}, o.styles);
2095
+ We(r) && (u.transform = Tr({
2096
+ transform: r,
2097
+ width: a,
2098
+ height: n
2099
+ }), u["-webkit-transform"] = u.transform);
2100
+ var m = se(u);
2101
+ m.length > 0 && (l.style = m);
2102
+ var c = [];
2103
+ return c.push({
2104
+ tag: "span",
2105
+ attributes: l,
2106
+ children: [t]
2107
+ }), c;
2108
+ }
2109
+ function ii(e) {
2110
+ var t = e.content, a = e.extra, n = f(f({}, a.attributes), {}, {
2111
+ class: a.classes.join(" ")
2112
+ }), r = se(a.styles);
2113
+ r.length > 0 && (n.style = r);
2114
+ var o = [];
2115
+ return o.push({
2116
+ tag: "span",
2117
+ attributes: n,
2118
+ children: [t]
2119
+ }), o;
2120
+ }
2121
+ var be = P.styles;
2122
+ function Ne(e) {
2123
+ var t = e[0], a = e[1], n = e.slice(4), r = oe(n, 1), o = r[0], i = null;
2124
+ return Array.isArray(o) ? i = {
2125
+ tag: "g",
2126
+ attributes: {
2127
+ class: "".concat(d.cssPrefix, "-").concat(he.GROUP)
2128
+ },
2129
+ children: [{
2130
+ tag: "path",
2131
+ attributes: {
2132
+ class: "".concat(d.cssPrefix, "-").concat(he.SECONDARY),
2133
+ fill: "currentColor",
2134
+ d: o[0]
2135
+ }
2136
+ }, {
2137
+ tag: "path",
2138
+ attributes: {
2139
+ class: "".concat(d.cssPrefix, "-").concat(he.PRIMARY),
2140
+ fill: "currentColor",
2141
+ d: o[1]
2142
+ }
2143
+ }]
2144
+ } : i = {
2145
+ tag: "path",
2146
+ attributes: {
2147
+ fill: "currentColor",
2148
+ d: o
2149
+ }
2150
+ }, {
2151
+ found: !0,
2152
+ width: t,
2153
+ height: a,
2154
+ icon: i
2155
+ };
2156
+ }
2157
+ var oi = {
2158
+ found: !1,
2159
+ width: 512,
2160
+ height: 512
2161
+ };
2162
+ function si(e, t) {
2163
+ !ea && !d.showMissingIcons && e && console.error('Icon with name "'.concat(e, '" and prefix "').concat(t, '" is missing.'));
2164
+ }
2165
+ function Ce(e, t) {
2166
+ var a = t;
2167
+ return t === "fa" && d.styleDefault !== null && (t = _()), new Promise(function(n, r) {
2168
+ if (a === "fa") {
2169
+ var o = ga(e) || {};
2170
+ e = o.iconName || e, t = o.prefix || t;
2171
+ }
2172
+ if (e && t && be[t] && be[t][e]) {
2173
+ var i = be[t][e];
2174
+ return n(Ne(i));
2175
+ }
2176
+ si(e, t), n(f(f({}, oi), {}, {
2177
+ icon: d.showMissingIcons && e ? M("missingIconAbstract") || {} : {}
2178
+ }));
2179
+ });
2180
+ }
2181
+ var ut = function() {
2182
+ }, je = d.measurePerformance && Q && Q.mark && Q.measure ? Q : {
2183
+ mark: ut,
2184
+ measure: ut
2185
+ }, G = 'FA "7.2.0"', li = function(t) {
2186
+ return je.mark("".concat(G, " ").concat(t, " begins")), function() {
2187
+ return ya(t);
2188
+ };
2189
+ }, ya = function(t) {
2190
+ je.mark("".concat(G, " ").concat(t, " ends")), je.measure("".concat(G, " ").concat(t), "".concat(G, " ").concat(t, " begins"), "".concat(G, " ").concat(t, " ends"));
2191
+ }, Ge = {
2192
+ begin: li,
2193
+ end: ya
2194
+ }, te = function() {
2195
+ };
2196
+ function ct(e) {
2197
+ var t = e.getAttribute ? e.getAttribute(D) : null;
2198
+ return typeof t == "string";
2199
+ }
2200
+ function fi(e) {
2201
+ var t = e.getAttribute ? e.getAttribute(De) : null, a = e.getAttribute ? e.getAttribute(Le) : null;
2202
+ return t && a;
2203
+ }
2204
+ function ui(e) {
2205
+ return e && e.classList && e.classList.contains && e.classList.contains(d.replacementClass);
2206
+ }
2207
+ function ci() {
2208
+ if (d.autoReplaceSvg === !0)
2209
+ return ae.replace;
2210
+ var e = ae[d.autoReplaceSvg];
2211
+ return e || ae.replace;
2212
+ }
2213
+ function di(e) {
2214
+ return p.createElementNS("http://www.w3.org/2000/svg", e);
2215
+ }
2216
+ function mi(e) {
2217
+ return p.createElement(e);
2218
+ }
2219
+ function xa(e) {
2220
+ var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, a = t.ceFn, n = a === void 0 ? e.tag === "svg" ? di : mi : a;
2221
+ if (typeof e == "string")
2222
+ return p.createTextNode(e);
2223
+ var r = n(e.tag);
2224
+ Object.keys(e.attributes || []).forEach(function(i) {
2225
+ r.setAttribute(i, e.attributes[i]);
2226
+ });
2227
+ var o = e.children || [];
2228
+ return o.forEach(function(i) {
2229
+ r.appendChild(xa(i, {
2230
+ ceFn: n
2231
+ }));
2232
+ }), r;
2233
+ }
2234
+ function vi(e) {
2235
+ var t = " ".concat(e.outerHTML, " ");
2236
+ return t = "".concat(t, "Font Awesome fontawesome.com "), t;
2237
+ }
2238
+ var ae = {
2239
+ replace: function(t) {
2240
+ var a = t[0];
2241
+ if (a.parentNode)
2242
+ if (t[1].forEach(function(r) {
2243
+ a.parentNode.insertBefore(xa(r), a);
2244
+ }), a.getAttribute(D) === null && d.keepOriginalSource) {
2245
+ var n = p.createComment(vi(a));
2246
+ a.parentNode.replaceChild(n, a);
2247
+ } else
2248
+ a.remove();
2249
+ },
2250
+ nest: function(t) {
2251
+ var a = t[0], n = t[1];
2252
+ if (~ze(a).indexOf(d.replacementClass))
2253
+ return ae.replace(t);
2254
+ var r = new RegExp("".concat(d.cssPrefix, "-.*"));
2255
+ if (delete n[0].attributes.id, n[0].attributes.class) {
2256
+ var o = n[0].attributes.class.split(" ").reduce(function(s, l) {
2257
+ return l === d.replacementClass || l.match(r) ? s.toSvg.push(l) : s.toNode.push(l), s;
2258
+ }, {
2259
+ toNode: [],
2260
+ toSvg: []
2261
+ });
2262
+ n[0].attributes.class = o.toSvg.join(" "), o.toNode.length === 0 ? a.removeAttribute("class") : a.setAttribute("class", o.toNode.join(" "));
2263
+ }
2264
+ var i = n.map(function(s) {
2265
+ return q(s);
2266
+ }).join(`
2267
+ `);
2268
+ a.setAttribute(D, ""), a.innerHTML = i;
2269
+ }
2270
+ };
2271
+ function dt(e) {
2272
+ e();
2273
+ }
2274
+ function wa(e, t) {
2275
+ var a = typeof t == "function" ? t : te;
2276
+ if (e.length === 0)
2277
+ a();
2278
+ else {
2279
+ var n = dt;
2280
+ d.mutateApproach === pr && (n = T.requestAnimationFrame || dt), n(function() {
2281
+ var r = ci(), o = Ge.begin("mutate");
2282
+ e.map(r), o(), a();
2283
+ });
2284
+ }
2285
+ }
2286
+ var Xe = !1;
2287
+ function Aa() {
2288
+ Xe = !0;
2289
+ }
2290
+ function Te() {
2291
+ Xe = !1;
2292
+ }
2293
+ var ie = null;
2294
+ function mt(e) {
2295
+ if (qe && d.observeMutations) {
2296
+ var t = e.treeCallback, a = t === void 0 ? te : t, n = e.nodeCallback, r = n === void 0 ? te : n, o = e.pseudoElementsCallback, i = o === void 0 ? te : o, s = e.observeMutationsRoot, l = s === void 0 ? p : s;
2297
+ ie = new qe(function(u) {
2298
+ if (!Xe) {
2299
+ var m = _();
2300
+ H(u).forEach(function(c) {
2301
+ if (c.type === "childList" && c.addedNodes.length > 0 && !ct(c.addedNodes[0]) && (d.searchPseudoElements && i(c.target), a(c.target)), c.type === "attributes" && c.target.parentNode && d.searchPseudoElements && i([c.target], !0), c.type === "attributes" && ct(c.target) && ~Sr.indexOf(c.attributeName))
2302
+ if (c.attributeName === "class" && fi(c.target)) {
2303
+ var g = fe(ze(c.target)), h = g.prefix, y = g.iconName;
2304
+ c.target.setAttribute(De, h || m), y && c.target.setAttribute(Le, y);
2305
+ } else ui(c.target) && r(c.target);
2306
+ });
2307
+ }
2308
+ }), j && ie.observe(l, {
2309
+ childList: !0,
2310
+ attributes: !0,
2311
+ characterData: !0,
2312
+ subtree: !0
2313
+ });
2314
+ }
2315
+ }
2316
+ function hi() {
2317
+ ie && ie.disconnect();
2318
+ }
2319
+ function gi(e) {
2320
+ var t = e.getAttribute("style"), a = [];
2321
+ return t && (a = t.split(";").reduce(function(n, r) {
2322
+ var o = r.split(":"), i = o[0], s = o.slice(1);
2323
+ return i && s.length > 0 && (n[i] = s.join(":").trim()), n;
2324
+ }, {})), a;
2325
+ }
2326
+ function pi(e) {
2327
+ var t = e.getAttribute("data-prefix"), a = e.getAttribute("data-icon"), n = e.innerText !== void 0 ? e.innerText.trim() : "", r = fe(ze(e));
2328
+ return r.prefix || (r.prefix = _()), t && a && (r.prefix = t, r.iconName = a), r.iconName && r.prefix || (r.prefix && n.length > 0 && (r.iconName = Wr(r.prefix, e.innerText) || Ye(r.prefix, la(e.innerText))), !r.iconName && d.autoFetchSvg && e.firstChild && e.firstChild.nodeType === Node.TEXT_NODE && (r.iconName = e.firstChild.data)), r;
2329
+ }
2330
+ function bi(e) {
2331
+ var t = H(e.attributes).reduce(function(a, n) {
2332
+ return a.name !== "class" && a.name !== "style" && (a[n.name] = n.value), a;
2333
+ }, {});
2334
+ return t;
2335
+ }
2336
+ function yi() {
2337
+ return {
2338
+ iconName: null,
2339
+ prefix: null,
2340
+ transform: F,
2341
+ symbol: !1,
2342
+ mask: {
2343
+ iconName: null,
2344
+ prefix: null,
2345
+ rest: []
2346
+ },
2347
+ maskId: null,
2348
+ extra: {
2349
+ classes: [],
2350
+ styles: {},
2351
+ attributes: {}
2352
+ }
2353
+ };
2354
+ }
2355
+ function vt(e) {
2356
+ var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {
2357
+ styleParser: !0
2358
+ }, a = pi(e), n = a.iconName, r = a.prefix, o = a.rest, i = bi(e), s = Fe("parseNodeAttributes", {}, e), l = t.styleParser ? gi(e) : [];
2359
+ return f({
2360
+ iconName: n,
2361
+ prefix: r,
2362
+ transform: F,
2363
+ mask: {
2364
+ iconName: null,
2365
+ prefix: null,
2366
+ rest: []
2367
+ },
2368
+ maskId: null,
2369
+ symbol: !1,
2370
+ extra: {
2371
+ classes: o,
2372
+ styles: l,
2373
+ attributes: i
2374
+ }
2375
+ }, s);
2376
+ }
2377
+ var xi = P.styles;
2378
+ function Sa(e) {
2379
+ var t = d.autoReplaceSvg === "nest" ? vt(e, {
2380
+ styleParser: !1
2381
+ }) : vt(e);
2382
+ return ~t.extra.classes.indexOf(aa) ? M("generateLayersText", e, t) : M("generateSvgReplacementMutation", e, t);
2383
+ }
2384
+ function wi() {
2385
+ return [].concat(E(Vt), E(Jt));
2386
+ }
2387
+ function ht(e) {
2388
+ var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : null;
2389
+ if (!j) return Promise.resolve();
2390
+ var a = p.documentElement.classList, n = function(c) {
2391
+ return a.add("".concat(et, "-").concat(c));
2392
+ }, r = function(c) {
2393
+ return a.remove("".concat(et, "-").concat(c));
2394
+ }, o = d.autoFetchSvg ? wi() : Ot.concat(Object.keys(xi));
2395
+ o.includes("fa") || o.push("fa");
2396
+ var i = [".".concat(aa, ":not([").concat(D, "])")].concat(o.map(function(m) {
2397
+ return ".".concat(m, ":not([").concat(D, "])");
2398
+ })).join(", ");
2399
+ if (i.length === 0)
2400
+ return Promise.resolve();
2401
+ var s = [];
2402
+ try {
2403
+ s = H(e.querySelectorAll(i));
2404
+ } catch {
2405
+ }
2406
+ if (s.length > 0)
2407
+ n("pending"), r("complete");
2408
+ else
2409
+ return Promise.resolve();
2410
+ var l = Ge.begin("onTree"), u = s.reduce(function(m, c) {
2411
+ try {
2412
+ var g = Sa(c);
2413
+ g && m.push(g);
2414
+ } catch (h) {
2415
+ ea || h.name === "MissingIcon" && console.error(h);
2416
+ }
2417
+ return m;
2418
+ }, []);
2419
+ return new Promise(function(m, c) {
2420
+ Promise.all(u).then(function(g) {
2421
+ wa(g, function() {
2422
+ n("active"), n("complete"), r("pending"), typeof t == "function" && t(), l(), m();
2423
+ });
2424
+ }).catch(function(g) {
2425
+ l(), c(g);
2426
+ });
2427
+ });
2428
+ }
2429
+ function Ai(e) {
2430
+ var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : null;
2431
+ Sa(e).then(function(a) {
2432
+ a && wa([a], t);
2433
+ });
2434
+ }
2435
+ function Si(e) {
2436
+ return function(t) {
2437
+ var a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = (t || {}).icon ? t : Oe(t || {}), r = a.mask;
2438
+ return r && (r = (r || {}).icon ? r : Oe(r || {})), e(n, f(f({}, a), {}, {
2439
+ mask: r
2440
+ }));
2441
+ };
2442
+ }
2443
+ var ki = function(t) {
2444
+ var a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = a.transform, r = n === void 0 ? F : n, o = a.symbol, i = o === void 0 ? !1 : o, s = a.mask, l = s === void 0 ? null : s, u = a.maskId, m = u === void 0 ? null : u, c = a.classes, g = c === void 0 ? [] : c, h = a.attributes, y = h === void 0 ? {} : h, b = a.styles, A = b === void 0 ? {} : b;
2445
+ if (t) {
2446
+ var x = t.prefix, S = t.iconName, I = t.icon;
2447
+ return ue(f({
2448
+ type: "icon"
2449
+ }, t), function() {
2450
+ return L("beforeDOMElementCreation", {
2451
+ iconDefinition: t,
2452
+ params: a
2453
+ }), He({
2454
+ icons: {
2455
+ main: Ne(I),
2456
+ mask: l ? Ne(l.icon) : {
2457
+ found: !1,
2458
+ width: null,
2459
+ height: null,
2460
+ icon: {}
2461
+ }
2462
+ },
2463
+ prefix: x,
2464
+ iconName: S,
2465
+ transform: f(f({}, F), r),
2466
+ symbol: i,
2467
+ maskId: m,
2468
+ extra: {
2469
+ attributes: y,
2470
+ styles: A,
2471
+ classes: g
2472
+ }
2473
+ });
2474
+ });
2475
+ }
2476
+ }, Ii = {
2477
+ mixout: function() {
2478
+ return {
2479
+ icon: Si(ki)
2480
+ };
2481
+ },
2482
+ hooks: function() {
2483
+ return {
2484
+ mutationObserverCallbacks: function(a) {
2485
+ return a.treeCallback = ht, a.nodeCallback = Ai, a;
2486
+ }
2487
+ };
2488
+ },
2489
+ provides: function(t) {
2490
+ t.i2svg = function(a) {
2491
+ var n = a.node, r = n === void 0 ? p : n, o = a.callback, i = o === void 0 ? function() {
2492
+ } : o;
2493
+ return ht(r, i);
2494
+ }, t.generateSvgReplacementMutation = function(a, n) {
2495
+ var r = n.iconName, o = n.prefix, i = n.transform, s = n.symbol, l = n.mask, u = n.maskId, m = n.extra;
2496
+ return new Promise(function(c, g) {
2497
+ Promise.all([Ce(r, o), l.iconName ? Ce(l.iconName, l.prefix) : Promise.resolve({
2498
+ found: !1,
2499
+ width: 512,
2500
+ height: 512,
2501
+ icon: {}
2502
+ })]).then(function(h) {
2503
+ var y = oe(h, 2), b = y[0], A = y[1];
2504
+ c([a, He({
2505
+ icons: {
2506
+ main: b,
2507
+ mask: A
2508
+ },
2509
+ prefix: o,
2510
+ iconName: r,
2511
+ transform: i,
2512
+ symbol: s,
2513
+ maskId: u,
2514
+ extra: m,
2515
+ watchable: !0
2516
+ })]);
2517
+ }).catch(g);
2518
+ });
2519
+ }, t.generateAbstractIcon = function(a) {
2520
+ var n = a.children, r = a.attributes, o = a.main, i = a.transform, s = a.styles, l = se(s);
2521
+ l.length > 0 && (r.style = l);
2522
+ var u;
2523
+ return We(i) && (u = M("generateAbstractTransformGrouping", {
2524
+ main: o,
2525
+ transform: i,
2526
+ containerWidth: o.width,
2527
+ iconWidth: o.width
2528
+ })), n.push(u || o.icon), {
2529
+ children: n,
2530
+ attributes: r
2531
+ };
2532
+ };
2533
+ }
2534
+ }, Pi = {
2535
+ mixout: function() {
2536
+ return {
2537
+ layer: function(a) {
2538
+ var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, r = n.classes, o = r === void 0 ? [] : r;
2539
+ return ue({
2540
+ type: "layer"
2541
+ }, function() {
2542
+ L("beforeDOMElementCreation", {
2543
+ assembler: a,
2544
+ params: n
2545
+ });
2546
+ var i = [];
2547
+ return a(function(s) {
2548
+ Array.isArray(s) ? s.map(function(l) {
2549
+ i = i.concat(l.abstract);
2550
+ }) : i = i.concat(s.abstract);
2551
+ }), [{
2552
+ tag: "span",
2553
+ attributes: {
2554
+ class: ["".concat(d.cssPrefix, "-layers")].concat(E(o)).join(" ")
2555
+ },
2556
+ children: i
2557
+ }];
2558
+ });
2559
+ }
2560
+ };
2561
+ }
2562
+ }, Ei = {
2563
+ mixout: function() {
2564
+ return {
2565
+ counter: function(a) {
2566
+ var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
2567
+ n.title;
2568
+ var r = n.classes, o = r === void 0 ? [] : r, i = n.attributes, s = i === void 0 ? {} : i, l = n.styles, u = l === void 0 ? {} : l;
2569
+ return ue({
2570
+ type: "counter",
2571
+ content: a
2572
+ }, function() {
2573
+ return L("beforeDOMElementCreation", {
2574
+ content: a,
2575
+ params: n
2576
+ }), ii({
2577
+ content: a.toString(),
2578
+ extra: {
2579
+ attributes: s,
2580
+ styles: u,
2581
+ classes: ["".concat(d.cssPrefix, "-layers-counter")].concat(E(o))
2582
+ }
2583
+ });
2584
+ });
2585
+ }
2586
+ };
2587
+ }
2588
+ }, Fi = {
2589
+ mixout: function() {
2590
+ return {
2591
+ text: function(a) {
2592
+ var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, r = n.transform, o = r === void 0 ? F : r, i = n.classes, s = i === void 0 ? [] : i, l = n.attributes, u = l === void 0 ? {} : l, m = n.styles, c = m === void 0 ? {} : m;
2593
+ return ue({
2594
+ type: "text",
2595
+ content: a
2596
+ }, function() {
2597
+ return L("beforeDOMElementCreation", {
2598
+ content: a,
2599
+ params: n
2600
+ }), ft({
2601
+ content: a,
2602
+ transform: f(f({}, F), o),
2603
+ extra: {
2604
+ attributes: u,
2605
+ styles: c,
2606
+ classes: ["".concat(d.cssPrefix, "-layers-text")].concat(E(s))
2607
+ }
2608
+ });
2609
+ });
2610
+ }
2611
+ };
2612
+ },
2613
+ provides: function(t) {
2614
+ t.generateLayersText = function(a, n) {
2615
+ var r = n.transform, o = n.extra, i = null, s = null;
2616
+ if (Et) {
2617
+ var l = parseInt(getComputedStyle(a).fontSize, 10), u = a.getBoundingClientRect();
2618
+ i = u.width / l, s = u.height / l;
2619
+ }
2620
+ return Promise.resolve([a, ft({
2621
+ content: a.innerHTML,
2622
+ width: i,
2623
+ height: s,
2624
+ transform: r,
2625
+ extra: o,
2626
+ watchable: !0
2627
+ })]);
2628
+ };
2629
+ }
2630
+ }, ka = new RegExp('"', "ug"), gt = [1105920, 1112319], pt = f(f(f(f({}, {
2631
+ FontAwesome: {
2632
+ normal: "fas",
2633
+ 400: "fas"
2634
+ }
2635
+ }), ln), hr), pn), _e = Object.keys(pt).reduce(function(e, t) {
2636
+ return e[t.toLowerCase()] = pt[t], e;
2637
+ }, {}), Oi = Object.keys(_e).reduce(function(e, t) {
2638
+ var a = _e[t];
2639
+ return e[t] = a[900] || E(Object.entries(a))[0][1], e;
2640
+ }, {});
2641
+ function Ni(e) {
2642
+ var t = e.replace(ka, "");
2643
+ return la(E(t)[0] || "");
2644
+ }
2645
+ function Ci(e) {
2646
+ var t = e.getPropertyValue("font-feature-settings").includes("ss01"), a = e.getPropertyValue("content"), n = a.replace(ka, ""), r = n.codePointAt(0), o = r >= gt[0] && r <= gt[1], i = n.length === 2 ? n[0] === n[1] : !1;
2647
+ return o || i || t;
2648
+ }
2649
+ function ji(e, t) {
2650
+ var a = e.replace(/^['"]|['"]$/g, "").toLowerCase(), n = parseInt(t), r = isNaN(n) ? "normal" : n;
2651
+ return (_e[a] || {})[r] || Oi[a];
2652
+ }
2653
+ function bt(e, t) {
2654
+ var a = "".concat(gr).concat(t.replace(":", "-"));
2655
+ return new Promise(function(n, r) {
2656
+ if (e.getAttribute(a) !== null)
2657
+ return n();
2658
+ var o = H(e.children), i = o.filter(function(ce) {
2659
+ return ce.getAttribute(Se) === t;
2660
+ })[0], s = T.getComputedStyle(e, t), l = s.getPropertyValue("font-family"), u = l.match(wr), m = s.getPropertyValue("font-weight"), c = s.getPropertyValue("content");
2661
+ if (i && !u)
2662
+ return e.removeChild(i), n();
2663
+ if (u && c !== "none" && c !== "") {
2664
+ var g = s.getPropertyValue("content"), h = ji(l, m), y = Ni(g), b = u[0].startsWith("FontAwesome"), A = Ci(s), x = Ye(h, y), S = x;
2665
+ if (b) {
2666
+ var I = Ur(y);
2667
+ I.iconName && I.prefix && (x = I.iconName, h = I.prefix);
2668
+ }
2669
+ if (x && !A && (!i || i.getAttribute(De) !== h || i.getAttribute(Le) !== S)) {
2670
+ e.setAttribute(a, S), i && e.removeChild(i);
2671
+ var R = yi(), O = R.extra;
2672
+ O.attributes[Se] = t, Ce(x, h).then(function(ce) {
2673
+ var Ia = He(f(f({}, R), {}, {
2674
+ icons: {
2675
+ main: ce,
2676
+ mask: pa()
2677
+ },
2678
+ prefix: h,
2679
+ iconName: S,
2680
+ extra: O,
2681
+ watchable: !0
2682
+ })), de = p.createElementNS("http://www.w3.org/2000/svg", "svg");
2683
+ t === "::before" ? e.insertBefore(de, e.firstChild) : e.appendChild(de), de.outerHTML = Ia.map(function(Pa) {
2684
+ return q(Pa);
2685
+ }).join(`
2686
+ `), e.removeAttribute(a), n();
2687
+ }).catch(r);
2688
+ } else
2689
+ n();
2690
+ } else
2691
+ n();
2692
+ });
2693
+ }
2694
+ function Ti(e) {
2695
+ return Promise.all([bt(e, "::before"), bt(e, "::after")]);
2696
+ }
2697
+ function _i(e) {
2698
+ return e.parentNode !== document.head && !~br.indexOf(e.tagName.toUpperCase()) && !e.getAttribute(Se) && (!e.parentNode || e.parentNode.tagName !== "svg");
2699
+ }
2700
+ var Mi = function(t) {
2701
+ return !!t && Zt.some(function(a) {
2702
+ return t.includes(a);
2703
+ });
2704
+ }, $i = function(t) {
2705
+ if (!t) return [];
2706
+ var a = /* @__PURE__ */ new Set(), n = t.split(/,(?![^()]*\))/).map(function(l) {
2707
+ return l.trim();
2708
+ });
2709
+ n = n.flatMap(function(l) {
2710
+ return l.includes("(") ? l : l.split(",").map(function(u) {
2711
+ return u.trim();
2712
+ });
2713
+ });
2714
+ var r = ee(n), o;
2715
+ try {
2716
+ for (r.s(); !(o = r.n()).done; ) {
2717
+ var i = o.value;
2718
+ if (Mi(i)) {
2719
+ var s = Zt.reduce(function(l, u) {
2720
+ return l.replace(u, "");
2721
+ }, i);
2722
+ s !== "" && s !== "*" && a.add(s);
2723
+ }
2724
+ }
2725
+ } catch (l) {
2726
+ r.e(l);
2727
+ } finally {
2728
+ r.f();
2729
+ }
2730
+ return a;
2731
+ };
2732
+ function yt(e) {
2733
+ var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1;
2734
+ if (j) {
2735
+ var a;
2736
+ if (t)
2737
+ a = e;
2738
+ else if (d.searchPseudoElementsFullScan)
2739
+ a = e.querySelectorAll("*");
2740
+ else {
2741
+ var n = /* @__PURE__ */ new Set(), r = ee(document.styleSheets), o;
2742
+ try {
2743
+ for (r.s(); !(o = r.n()).done; ) {
2744
+ var i = o.value;
2745
+ try {
2746
+ var s = ee(i.cssRules), l;
2747
+ try {
2748
+ for (s.s(); !(l = s.n()).done; ) {
2749
+ var u = l.value, m = $i(u.selectorText), c = ee(m), g;
2750
+ try {
2751
+ for (c.s(); !(g = c.n()).done; ) {
2752
+ var h = g.value;
2753
+ n.add(h);
2754
+ }
2755
+ } catch (b) {
2756
+ c.e(b);
2757
+ } finally {
2758
+ c.f();
2759
+ }
2760
+ }
2761
+ } catch (b) {
2762
+ s.e(b);
2763
+ } finally {
2764
+ s.f();
2765
+ }
2766
+ } catch (b) {
2767
+ d.searchPseudoElementsWarnings && console.warn("Font Awesome: cannot parse stylesheet: ".concat(i.href, " (").concat(b.message, `)
2768
+ 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.`));
2769
+ }
2770
+ }
2771
+ } catch (b) {
2772
+ r.e(b);
2773
+ } finally {
2774
+ r.f();
2775
+ }
2776
+ if (!n.size) return;
2777
+ var y = Array.from(n).join(", ");
2778
+ try {
2779
+ a = e.querySelectorAll(y);
2780
+ } catch {
2781
+ }
2782
+ }
2783
+ return new Promise(function(b, A) {
2784
+ var x = H(a).filter(_i).map(Ti), S = Ge.begin("searchPseudoElements");
2785
+ Aa(), Promise.all(x).then(function() {
2786
+ S(), Te(), b();
2787
+ }).catch(function() {
2788
+ S(), Te(), A();
2789
+ });
2790
+ });
2791
+ }
2792
+ }
2793
+ var Di = {
2794
+ hooks: function() {
2795
+ return {
2796
+ mutationObserverCallbacks: function(a) {
2797
+ return a.pseudoElementsCallback = yt, a;
2798
+ }
2799
+ };
2800
+ },
2801
+ provides: function(t) {
2802
+ t.pseudoElements2svg = function(a) {
2803
+ var n = a.node, r = n === void 0 ? p : n;
2804
+ d.searchPseudoElements && yt(r);
2805
+ };
2806
+ }
2807
+ }, xt = !1, Li = {
2808
+ mixout: function() {
2809
+ return {
2810
+ dom: {
2811
+ unwatch: function() {
2812
+ Aa(), xt = !0;
2813
+ }
2814
+ }
2815
+ };
2816
+ },
2817
+ hooks: function() {
2818
+ return {
2819
+ bootstrap: function() {
2820
+ mt(Fe("mutationObserverCallbacks", {}));
2821
+ },
2822
+ noAuto: function() {
2823
+ hi();
2824
+ },
2825
+ watch: function(a) {
2826
+ var n = a.observeMutationsRoot;
2827
+ xt ? Te() : mt(Fe("mutationObserverCallbacks", {
2828
+ observeMutationsRoot: n
2829
+ }));
2830
+ }
2831
+ };
2832
+ }
2833
+ }, wt = function(t) {
2834
+ var a = {
2835
+ size: 16,
2836
+ x: 0,
2837
+ y: 0,
2838
+ flipX: !1,
2839
+ flipY: !1,
2840
+ rotate: 0
2841
+ };
2842
+ return t.toLowerCase().split(" ").reduce(function(n, r) {
2843
+ var o = r.toLowerCase().split("-"), i = o[0], s = o.slice(1).join("-");
2844
+ if (i && s === "h")
2845
+ return n.flipX = !0, n;
2846
+ if (i && s === "v")
2847
+ return n.flipY = !0, n;
2848
+ if (s = parseFloat(s), isNaN(s))
2849
+ return n;
2850
+ switch (i) {
2851
+ case "grow":
2852
+ n.size = n.size + s;
2853
+ break;
2854
+ case "shrink":
2855
+ n.size = n.size - s;
2856
+ break;
2857
+ case "left":
2858
+ n.x = n.x - s;
2859
+ break;
2860
+ case "right":
2861
+ n.x = n.x + s;
2862
+ break;
2863
+ case "up":
2864
+ n.y = n.y - s;
2865
+ break;
2866
+ case "down":
2867
+ n.y = n.y + s;
2868
+ break;
2869
+ case "rotate":
2870
+ n.rotate = n.rotate + s;
2871
+ break;
2872
+ }
2873
+ return n;
2874
+ }, a);
2875
+ }, Ri = {
2876
+ mixout: function() {
2877
+ return {
2878
+ parse: {
2879
+ transform: function(a) {
2880
+ return wt(a);
2881
+ }
2882
+ }
2883
+ };
2884
+ },
2885
+ hooks: function() {
2886
+ return {
2887
+ parseNodeAttributes: function(a, n) {
2888
+ var r = n.getAttribute("data-fa-transform");
2889
+ return r && (a.transform = wt(r)), a;
2890
+ }
2891
+ };
2892
+ },
2893
+ provides: function(t) {
2894
+ t.generateAbstractTransformGrouping = function(a) {
2895
+ var n = a.main, r = a.transform, o = a.containerWidth, i = a.iconWidth, s = {
2896
+ transform: "translate(".concat(o / 2, " 256)")
2897
+ }, l = "translate(".concat(r.x * 32, ", ").concat(r.y * 32, ") "), u = "scale(".concat(r.size / 16 * (r.flipX ? -1 : 1), ", ").concat(r.size / 16 * (r.flipY ? -1 : 1), ") "), m = "rotate(".concat(r.rotate, " 0 0)"), c = {
2898
+ transform: "".concat(l, " ").concat(u, " ").concat(m)
2899
+ }, g = {
2900
+ transform: "translate(".concat(i / 2 * -1, " -256)")
2901
+ }, h = {
2902
+ outer: s,
2903
+ inner: c,
2904
+ path: g
2905
+ };
2906
+ return {
2907
+ tag: "g",
2908
+ attributes: f({}, h.outer),
2909
+ children: [{
2910
+ tag: "g",
2911
+ attributes: f({}, h.inner),
2912
+ children: [{
2913
+ tag: n.icon.tag,
2914
+ children: n.icon.children,
2915
+ attributes: f(f({}, n.icon.attributes), h.path)
2916
+ }]
2917
+ }]
2918
+ };
2919
+ };
2920
+ }
2921
+ }, ye = {
2922
+ x: 0,
2923
+ y: 0,
2924
+ width: "100%",
2925
+ height: "100%"
2926
+ };
2927
+ function At(e) {
2928
+ var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0;
2929
+ return e.attributes && (e.attributes.fill || t) && (e.attributes.fill = "black"), e;
2930
+ }
2931
+ function zi(e) {
2932
+ return e.tag === "g" ? e.children : [e];
2933
+ }
2934
+ var Wi = {
2935
+ hooks: function() {
2936
+ return {
2937
+ parseNodeAttributes: function(a, n) {
2938
+ var r = n.getAttribute("data-fa-mask"), o = r ? fe(r.split(" ").map(function(i) {
2939
+ return i.trim();
2940
+ })) : pa();
2941
+ return o.prefix || (o.prefix = _()), a.mask = o, a.maskId = n.getAttribute("data-fa-mask-id"), a;
2942
+ }
2943
+ };
2944
+ },
2945
+ provides: function(t) {
2946
+ t.generateAbstractMask = function(a) {
2947
+ var n = a.children, r = a.attributes, o = a.main, i = a.mask, s = a.maskId, l = a.transform, u = o.width, m = o.icon, c = i.width, g = i.icon, h = jr({
2948
+ transform: l,
2949
+ containerWidth: c,
2950
+ iconWidth: u
2951
+ }), y = {
2952
+ tag: "rect",
2953
+ attributes: f(f({}, ye), {}, {
2954
+ fill: "white"
2955
+ })
2956
+ }, b = m.children ? {
2957
+ children: m.children.map(At)
2958
+ } : {}, A = {
2959
+ tag: "g",
2960
+ attributes: f({}, h.inner),
2961
+ children: [At(f({
2962
+ tag: m.tag,
2963
+ attributes: f(f({}, m.attributes), h.path)
2964
+ }, b))]
2965
+ }, x = {
2966
+ tag: "g",
2967
+ attributes: f({}, h.outer),
2968
+ children: [A]
2969
+ }, S = "mask-".concat(s || at()), I = "clip-".concat(s || at()), R = {
2970
+ tag: "mask",
2971
+ attributes: f(f({}, ye), {}, {
2972
+ id: S,
2973
+ maskUnits: "userSpaceOnUse",
2974
+ maskContentUnits: "userSpaceOnUse"
2975
+ }),
2976
+ children: [y, x]
2977
+ }, O = {
2978
+ tag: "defs",
2979
+ children: [{
2980
+ tag: "clipPath",
2981
+ attributes: {
2982
+ id: I
2983
+ },
2984
+ children: zi(g)
2985
+ }, R]
2986
+ };
2987
+ return n.push(O, {
2988
+ tag: "rect",
2989
+ attributes: f({
2990
+ fill: "currentColor",
2991
+ "clip-path": "url(#".concat(I, ")"),
2992
+ mask: "url(#".concat(S, ")")
2993
+ }, ye)
2994
+ }), {
2995
+ children: n,
2996
+ attributes: r
2997
+ };
2998
+ };
2999
+ }
3000
+ }, Ui = {
3001
+ provides: function(t) {
3002
+ var a = !1;
3003
+ T.matchMedia && (a = T.matchMedia("(prefers-reduced-motion: reduce)").matches), t.missingIconAbstract = function() {
3004
+ var n = [], r = {
3005
+ fill: "currentColor"
3006
+ }, o = {
3007
+ attributeType: "XML",
3008
+ repeatCount: "indefinite",
3009
+ dur: "2s"
3010
+ };
3011
+ n.push({
3012
+ tag: "path",
3013
+ attributes: f(f({}, r), {}, {
3014
+ 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"
3015
+ })
3016
+ });
3017
+ var i = f(f({}, o), {}, {
3018
+ attributeName: "opacity"
3019
+ }), s = {
3020
+ tag: "circle",
3021
+ attributes: f(f({}, r), {}, {
3022
+ cx: "256",
3023
+ cy: "364",
3024
+ r: "28"
3025
+ }),
3026
+ children: []
3027
+ };
3028
+ return a || s.children.push({
3029
+ tag: "animate",
3030
+ attributes: f(f({}, o), {}, {
3031
+ attributeName: "r",
3032
+ values: "28;14;28;28;14;28;"
3033
+ })
3034
+ }, {
3035
+ tag: "animate",
3036
+ attributes: f(f({}, i), {}, {
3037
+ values: "1;0;1;1;0;1;"
3038
+ })
3039
+ }), n.push(s), n.push({
3040
+ tag: "path",
3041
+ attributes: f(f({}, r), {}, {
3042
+ opacity: "1",
3043
+ 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"
3044
+ }),
3045
+ children: a ? [] : [{
3046
+ tag: "animate",
3047
+ attributes: f(f({}, i), {}, {
3048
+ values: "1;0;0;0;0;1;"
3049
+ })
3050
+ }]
3051
+ }), a || n.push({
3052
+ tag: "path",
3053
+ attributes: f(f({}, r), {}, {
3054
+ opacity: "0",
3055
+ 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"
3056
+ }),
3057
+ children: [{
3058
+ tag: "animate",
3059
+ attributes: f(f({}, i), {}, {
3060
+ values: "0;0;1;1;0;0;"
3061
+ })
3062
+ }]
3063
+ }), {
3064
+ tag: "g",
3065
+ attributes: {
3066
+ class: "missing"
3067
+ },
3068
+ children: n
3069
+ };
3070
+ };
3071
+ }
3072
+ }, Yi = {
3073
+ hooks: function() {
3074
+ return {
3075
+ parseNodeAttributes: function(a, n) {
3076
+ var r = n.getAttribute("data-fa-symbol"), o = r === null ? !1 : r === "" ? !0 : r;
3077
+ return a.symbol = o, a;
3078
+ }
3079
+ };
3080
+ }
3081
+ }, Hi = [Mr, Ii, Pi, Ei, Fi, Di, Li, Ri, Wi, Ui, Yi];
3082
+ qr(Hi, {
3083
+ mixoutsTo: k
3084
+ });
3085
+ k.noAuto;
3086
+ var Gi = k.config;
3087
+ k.library;
3088
+ k.dom;
3089
+ var Xi = k.parse;
3090
+ k.findIconDefinition;
3091
+ k.toHtml;
3092
+ var Bi = k.icon;
3093
+ k.layer;
3094
+ var Vi = k.text;
3095
+ k.counter;
3096
+ export {
3097
+ k as api,
3098
+ Gi as config,
3099
+ Bi as icon,
3100
+ Xi as parse,
3101
+ Vi as text
3102
+ };