@cfpb/design-system-react 0.0.13 → 0.0.14

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.
package/dist/index.mjs CHANGED
@@ -1,324 +1,66 @@
1
- import se, { useState as ve, useEffect as G, createElement as ns, Fragment as gs, forwardRef as Te, useCallback as os, useRef as ts, useId as cs, cloneElement as hs } from "react";
2
- import { Link as vs } from "react-router-dom";
3
- function _s(e) {
1
+ import { jsx as c, jsxs as v, Fragment as oe } from "react/jsx-runtime";
2
+ import ne, { useState as ae, useEffect as j, createElement as Ze, Fragment as ds, forwardRef as Se, useCallback as Ke, useRef as ze, useId as Xe, cloneElement as as } from "react";
3
+ import { Link as ls } from "react-router-dom";
4
+ function ms(e) {
4
5
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
5
6
  }
6
- var xe = { exports: {} }, ue = {};
7
- var Ue;
8
- function ys() {
9
- if (Ue) return ue;
10
- Ue = 1;
11
- var e = /* @__PURE__ */ Symbol.for("react.transitional.element"), n = /* @__PURE__ */ Symbol.for("react.fragment");
12
- function t(c, i, o) {
13
- var a = null;
14
- if (o !== void 0 && (a = "" + o), i.key !== void 0 && (a = "" + i.key), "key" in i) {
15
- o = {};
16
- for (var p in i)
17
- p !== "key" && (o[p] = i[p]);
18
- } else o = i;
19
- return i = o.ref, {
20
- $$typeof: e,
21
- type: c,
22
- key: a,
23
- ref: i !== void 0 ? i : null,
24
- props: o
25
- };
26
- }
27
- return ue.Fragment = n, ue.jsx = t, ue.jsxs = t, ue;
28
- }
29
- var be = {};
30
- var qe;
31
- function xs() {
32
- return qe || (qe = 1, process.env.NODE_ENV !== "production" && (function() {
33
- function e(r) {
34
- if (r == null) return null;
35
- if (typeof r == "function")
36
- return r.$$typeof === H ? null : r.displayName || r.name || null;
37
- if (typeof r == "string") return r;
38
- switch (r) {
39
- case w:
40
- return "Fragment";
41
- case k:
42
- return "Profiler";
43
- case N:
44
- return "StrictMode";
45
- case L:
46
- return "Suspense";
47
- case C:
48
- return "SuspenseList";
49
- case M:
50
- return "Activity";
51
- }
52
- if (typeof r == "object")
53
- switch (typeof r.tag == "number" && console.error(
54
- "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
55
- ), r.$$typeof) {
56
- case y:
57
- return "Portal";
58
- case P:
59
- return r.displayName || "Context";
60
- case R:
61
- return (r._context.displayName || "Context") + ".Consumer";
62
- case E:
63
- var m = r.render;
64
- return r = r.displayName, r || (r = m.displayName || m.name || "", r = r !== "" ? "ForwardRef(" + r + ")" : "ForwardRef"), r;
65
- case S:
66
- return m = r.displayName || null, m !== null ? m : e(r.type) || "Memo";
67
- case O:
68
- m = r._payload, r = r._init;
69
- try {
70
- return e(r(m));
71
- } catch {
72
- }
73
- }
74
- return null;
75
- }
76
- function n(r) {
77
- return "" + r;
78
- }
79
- function t(r) {
80
- try {
81
- n(r);
82
- var m = !1;
83
- } catch {
84
- m = !0;
85
- }
86
- if (m) {
87
- m = console;
88
- var g = m.error, x = typeof Symbol == "function" && Symbol.toStringTag && r[Symbol.toStringTag] || r.constructor.name || "Object";
89
- return g.call(
90
- m,
91
- "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
92
- x
93
- ), n(r);
94
- }
95
- }
96
- function c(r) {
97
- if (r === w) return "<>";
98
- if (typeof r == "object" && r !== null && r.$$typeof === O)
99
- return "<...>";
100
- try {
101
- var m = e(r);
102
- return m ? "<" + m + ">" : "<...>";
103
- } catch {
104
- return "<...>";
105
- }
106
- }
107
- function i() {
108
- var r = W.A;
109
- return r === null ? null : r.getOwner();
110
- }
111
- function o() {
112
- return Error("react-stack-top-frame");
113
- }
114
- function a(r) {
115
- if (K.call(r, "key")) {
116
- var m = Object.getOwnPropertyDescriptor(r, "key").get;
117
- if (m && m.isReactWarning) return !1;
118
- }
119
- return r.key !== void 0;
120
- }
121
- function p(r, m) {
122
- function g() {
123
- ee || (ee = !0, console.error(
124
- "%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
125
- m
126
- ));
127
- }
128
- g.isReactWarning = !0, Object.defineProperty(r, "key", {
129
- get: g,
130
- configurable: !0
131
- });
132
- }
133
- function d() {
134
- var r = e(this.type);
135
- return oe[r] || (oe[r] = !0, console.error(
136
- "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
137
- )), r = this.props.ref, r !== void 0 ? r : null;
138
- }
139
- function f(r, m, g, x, B, D) {
140
- var A = g.ref;
141
- return r = {
142
- $$typeof: _,
143
- type: r,
144
- key: m,
145
- props: g,
146
- _owner: x
147
- }, (A !== void 0 ? A : null) !== null ? Object.defineProperty(r, "ref", {
148
- enumerable: !1,
149
- get: d
150
- }) : Object.defineProperty(r, "ref", { enumerable: !1, value: null }), r._store = {}, Object.defineProperty(r._store, "validated", {
151
- configurable: !1,
152
- enumerable: !1,
153
- writable: !0,
154
- value: 0
155
- }), Object.defineProperty(r, "_debugInfo", {
156
- configurable: !1,
157
- enumerable: !1,
158
- writable: !0,
159
- value: null
160
- }), Object.defineProperty(r, "_debugStack", {
161
- configurable: !1,
162
- enumerable: !1,
163
- writable: !0,
164
- value: B
165
- }), Object.defineProperty(r, "_debugTask", {
166
- configurable: !1,
167
- enumerable: !1,
168
- writable: !0,
169
- value: D
170
- }), Object.freeze && (Object.freeze(r.props), Object.freeze(r)), r;
171
- }
172
- function l(r, m, g, x, B, D) {
173
- var A = m.children;
174
- if (A !== void 0)
175
- if (x)
176
- if (fe(A)) {
177
- for (x = 0; x < A.length; x++)
178
- b(A[x]);
179
- Object.freeze && Object.freeze(A);
180
- } else
181
- console.error(
182
- "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
183
- );
184
- else b(A);
185
- if (K.call(m, "key")) {
186
- A = e(r);
187
- var ce = Object.keys(m).filter(function(bs) {
188
- return bs !== "key";
189
- });
190
- x = 0 < ce.length ? "{key: someKey, " + ce.join(": ..., ") + ": ...}" : "{key: someKey}", u[A + x] || (ce = 0 < ce.length ? "{" + ce.join(": ..., ") + ": ...}" : "{}", console.error(
191
- `A props object containing a "key" prop is being spread into JSX:
192
- let props = %s;
193
- <%s {...props} />
194
- React keys must be passed directly to JSX without using spread:
195
- let props = %s;
196
- <%s key={someKey} {...props} />`,
197
- x,
198
- A,
199
- ce,
200
- A
201
- ), u[A + x] = !0);
202
- }
203
- if (A = null, g !== void 0 && (t(g), A = "" + g), a(m) && (t(m.key), A = "" + m.key), "key" in m) {
204
- g = {};
205
- for (var Re in m)
206
- Re !== "key" && (g[Re] = m[Re]);
207
- } else g = m;
208
- return A && p(
209
- g,
210
- typeof r == "function" ? r.displayName || r.name || "Unknown" : r
211
- ), f(
212
- r,
213
- A,
214
- g,
215
- i(),
216
- B,
217
- D
218
- );
219
- }
220
- function b(r) {
221
- h(r) ? r._store && (r._store.validated = 1) : typeof r == "object" && r !== null && r.$$typeof === O && (r._payload.status === "fulfilled" ? h(r._payload.value) && r._payload.value._store && (r._payload.value._store.validated = 1) : r._store && (r._store.validated = 1));
222
- }
223
- function h(r) {
224
- return typeof r == "object" && r !== null && r.$$typeof === _;
225
- }
226
- var v = se, _ = /* @__PURE__ */ Symbol.for("react.transitional.element"), y = /* @__PURE__ */ Symbol.for("react.portal"), w = /* @__PURE__ */ Symbol.for("react.fragment"), N = /* @__PURE__ */ Symbol.for("react.strict_mode"), k = /* @__PURE__ */ Symbol.for("react.profiler"), R = /* @__PURE__ */ Symbol.for("react.consumer"), P = /* @__PURE__ */ Symbol.for("react.context"), E = /* @__PURE__ */ Symbol.for("react.forward_ref"), L = /* @__PURE__ */ Symbol.for("react.suspense"), C = /* @__PURE__ */ Symbol.for("react.suspense_list"), S = /* @__PURE__ */ Symbol.for("react.memo"), O = /* @__PURE__ */ Symbol.for("react.lazy"), M = /* @__PURE__ */ Symbol.for("react.activity"), H = /* @__PURE__ */ Symbol.for("react.client.reference"), W = v.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, K = Object.prototype.hasOwnProperty, fe = Array.isArray, J = console.createTask ? console.createTask : function() {
227
- return null;
228
- };
229
- v = {
230
- react_stack_bottom_frame: function(r) {
231
- return r();
232
- }
233
- };
234
- var ee, oe = {}, te = v.react_stack_bottom_frame.bind(
235
- v,
236
- o
237
- )(), $ = J(c(o)), u = {};
238
- be.Fragment = w, be.jsx = function(r, m, g) {
239
- var x = 1e4 > W.recentlyCreatedOwnerStacks++;
240
- return l(
241
- r,
242
- m,
243
- g,
244
- !1,
245
- x ? Error("react-stack-top-frame") : te,
246
- x ? J(c(r)) : $
247
- );
248
- }, be.jsxs = function(r, m, g) {
249
- var x = 1e4 > W.recentlyCreatedOwnerStacks++;
250
- return l(
251
- r,
252
- m,
253
- g,
254
- !0,
255
- x ? Error("react-stack-top-frame") : te,
256
- x ? J(c(r)) : $
257
- );
258
- };
259
- })()), be;
260
- }
261
- var Ye;
262
- function Es() {
263
- return Ye || (Ye = 1, process.env.NODE_ENV === "production" ? xe.exports = ys() : xe.exports = xs()), xe.exports;
264
- }
265
- var s = Es(), Pe = { exports: {} };
266
- var Ve;
267
- function js() {
268
- return Ve || (Ve = 1, (function(e) {
7
+ var Ie = { exports: {} };
8
+ var Fe;
9
+ function fs() {
10
+ return Fe || (Fe = 1, (function(e) {
269
11
  (function() {
270
- var n = {}.hasOwnProperty;
271
- function t() {
272
- for (var o = "", a = 0; a < arguments.length; a++) {
273
- var p = arguments[a];
274
- p && (o = i(o, c(p)));
12
+ var s = {}.hasOwnProperty;
13
+ function o() {
14
+ for (var n = "", r = 0; r < arguments.length; r++) {
15
+ var p = arguments[r];
16
+ p && (n = i(n, t(p)));
275
17
  }
276
- return o;
18
+ return n;
277
19
  }
278
- function c(o) {
279
- if (typeof o == "string" || typeof o == "number")
280
- return o;
281
- if (typeof o != "object")
20
+ function t(n) {
21
+ if (typeof n == "string" || typeof n == "number")
22
+ return n;
23
+ if (typeof n != "object")
282
24
  return "";
283
- if (Array.isArray(o))
284
- return t.apply(null, o);
285
- if (o.toString !== Object.prototype.toString && !o.toString.toString().includes("[native code]"))
286
- return o.toString();
287
- var a = "";
288
- for (var p in o)
289
- n.call(o, p) && o[p] && (a = i(a, p));
290
- return a;
25
+ if (Array.isArray(n))
26
+ return o.apply(null, n);
27
+ if (n.toString !== Object.prototype.toString && !n.toString.toString().includes("[native code]"))
28
+ return n.toString();
29
+ var r = "";
30
+ for (var p in n)
31
+ s.call(n, p) && n[p] && (r = i(r, p));
32
+ return r;
291
33
  }
292
- function i(o, a) {
293
- return a ? o ? o + " " + a : o + a : o;
34
+ function i(n, r) {
35
+ return r ? n ? n + " " + r : n + r : n;
294
36
  }
295
- e.exports ? (t.default = t, e.exports = t) : window.classNames = t;
37
+ e.exports ? (o.default = o, e.exports = o) : window.classNames = o;
296
38
  })();
297
- })(Pe)), Pe.exports;
39
+ })(Ie)), Ie.exports;
298
40
  }
299
- var ws = js();
300
- const j = /* @__PURE__ */ _s(ws), Ss = (e, n, t) => {
301
- const c = e[n];
302
- return c ? typeof c == "function" ? c() : Promise.resolve(c) : new Promise((i, o) => {
303
- (typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(o.bind(null, /* @__PURE__ */ new Error("Unknown variable dynamic import: " + n + (n.split("/").length !== t ? ". Note that variables only represent file names one level deep." : ""))));
41
+ var us = fs();
42
+ const w = /* @__PURE__ */ ms(us), bs = (e, s, o) => {
43
+ const t = e[s];
44
+ return t ? typeof t == "function" ? t() : Promise.resolve(t) : new Promise((i, n) => {
45
+ (typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(n.bind(null, /* @__PURE__ */ new Error("Unknown variable dynamic import: " + s + (s.split("/").length !== o ? ". Note that variables only represent file names one level deep." : ""))));
304
46
  });
305
- }, Ns = (e) => {
306
- const [n, t] = ve(null);
307
- return G(() => {
308
- let c = !0;
47
+ }, gs = (e) => {
48
+ const [s, o] = ae(null);
49
+ return j(() => {
50
+ let t = !0;
309
51
  return (async () => {
310
52
  try {
311
- const o = await Ss(/* @__PURE__ */ Object.assign({ "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/activity-round.svg": () => import("./chunks/activity-round-BWLRv13A.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/activity.svg": () => import("./chunks/activity-BK42VLMg.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/agreement-round.svg": () => import("./chunks/agreement-round-BY_SfYi-.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/agreement.svg": () => import("./chunks/agreement-7lADcBg5.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/appendix-round.svg": () => import("./chunks/appendix-round-Bv_z6sin.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/appendix.svg": () => import("./chunks/appendix-C9Nz9xt4.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/approved-round.svg": () => import("./chunks/approved-round-BGhsHHKv.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/approved.svg": () => import("./chunks/approved-CvwVa4Mt.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-down-round.svg": () => import("./chunks/arrow-down-round-CRnVw4j8.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-down.svg": () => import("./chunks/arrow-down-vKyptstz.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-left-round.svg": () => import("./chunks/arrow-left-round-LYLt5fUB.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-left.svg": () => import("./chunks/arrow-left-76W12TB2.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-right-round.svg": () => import("./chunks/arrow-right-round-_MrB4MYP.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-right.svg": () => import("./chunks/arrow-right-5N-amlJ_.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-up-round.svg": () => import("./chunks/arrow-up-round-DWUikuBs.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-up.svg": () => import("./chunks/arrow-up-lWNjeybG.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-low-round.svg": () => import("./chunks/audio-low-round-i7vy0wMy.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-low.svg": () => import("./chunks/audio-low-ZUvtZR8L.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-max-round.svg": () => import("./chunks/audio-max-round-Lyxk8O18.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-max.svg": () => import("./chunks/audio-max-BB7XgUqt.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-medium-round.svg": () => import("./chunks/audio-medium-round-CnTSH1QR.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-medium.svg": () => import("./chunks/audio-medium-i1qrIs2t.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-mute-round.svg": () => import("./chunks/audio-mute-round-KNVnxpWQ.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-mute.svg": () => import("./chunks/audio-mute-DH5e6r5r.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bank-round.svg": () => import("./chunks/bank-round-BkrGHUhw.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bank.svg": () => import("./chunks/bank-H1FtErmD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/book-round.svg": () => import("./chunks/book-round-CS_96qn6.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/book.svg": () => import("./chunks/book-CbdUnfC7.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bookmark-round.svg": () => import("./chunks/bookmark-round-D9tBX2Qv.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bookmark.svg": () => import("./chunks/bookmark-Cvegw3Li.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/briefcase-round.svg": () => import("./chunks/briefcase-round-CyZkG4f_.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/briefcase.svg": () => import("./chunks/briefcase-CiucNf8z.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/broadcast-round.svg": () => import("./chunks/broadcast-round-CNRXYWWP.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/broadcast.svg": () => import("./chunks/broadcast-C7jSSQo9.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/building-credit-round.svg": () => import("./chunks/building-credit-round-CW6CpWz5.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/building-credit.svg": () => import("./chunks/building-credit-Cc_s4Ng4.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bullhorn-round.svg": () => import("./chunks/bullhorn-round-DsRzq_Yf.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bullhorn.svg": () => import("./chunks/bullhorn-DMZ__rae.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bus-round.svg": () => import("./chunks/bus-round-zXRBVy9C.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bus.svg": () => import("./chunks/bus-CpDRvhoo.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/calculate-round.svg": () => import("./chunks/calculate-round-KPzU8tb6.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/calculate.svg": () => import("./chunks/calculate-B0q5tBRk.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/car-round.svg": () => import("./chunks/car-round-LM7walqD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/car.svg": () => import("./chunks/car-CPRuNjZA.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/cart-round.svg": () => import("./chunks/cart-round-XdZ6PZdM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/cart.svg": () => import("./chunks/cart-D0pxHubD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/chart-round.svg": () => import("./chunks/chart-round-BqJYwuKW.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/chart.svg": () => import("./chunks/chart-l_wBKC6K.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/childcare-round.svg": () => import("./chunks/childcare-round-BOB2cDHr.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/childcare.svg": () => import("./chunks/childcare-B4DVV2Bh.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/clock-round.svg": () => import("./chunks/clock-round-yiNxeN-B.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/clock.svg": () => import("./chunks/clock-BmVGJDai.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/close-quote-round.svg": () => import("./chunks/close-quote-round--dzbxG2J.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/close-quote.svg": () => import("./chunks/close-quote-LCqtzYLw.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/clothes-round.svg": () => import("./chunks/clothes-round-BnyuGck3.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/clothes.svg": () => import("./chunks/clothes-3Jgs4bIC.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/college-round.svg": () => import("./chunks/college-round-SpPZLmm0.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/college.svg": () => import("./chunks/college-KUM2ZcWo.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/compass-round.svg": () => import("./chunks/compass-round-ChtCE37W.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/compass.svg": () => import("./chunks/compass-CygLOHSM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/complaint-round.svg": () => import("./chunks/complaint-round-BzcS9Y0S.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/complaint.svg": () => import("./chunks/complaint-DzKRlA3a.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/copy-round.svg": () => import("./chunks/copy-round-D56rq14R.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/copy.svg": () => import("./chunks/copy-Bdte69kY.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/court-round.svg": () => import("./chunks/court-round-B3KUuRTO.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/court.svg": () => import("./chunks/court-C-_2L6OV.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-card-round.svg": () => import("./chunks/credit-card-round-DQc5nV4C.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-card.svg": () => import("./chunks/credit-card-CPU8AnU_.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-payment-round.svg": () => import("./chunks/credit-payment-round-CaFrqK0I.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-payment.svg": () => import("./chunks/credit-payment--HvYItdv.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-repair-round.svg": () => import("./chunks/credit-repair-round-CaZ3ViFl.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-repair.svg": () => import("./chunks/credit-repair-CqM1N-lT.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-report-round.svg": () => import("./chunks/credit-report-round-DPfkXZAZ.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-report.svg": () => import("./chunks/credit-report-C5NcF2El.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/date-round.svg": () => import("./chunks/date-round-CBgcAvZB.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/date.svg": () => import("./chunks/date-7Awxce9b.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/debt-collection-round.svg": () => import("./chunks/debt-collection-round-DPAsq25H.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/debt-collection.svg": () => import("./chunks/debt-collection-r7Jh2QC5.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/debt-round.svg": () => import("./chunks/debt-round-ir8MJgWs.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/debt.svg": () => import("./chunks/debt-B3xCGFyO.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dialogue-round.svg": () => import("./chunks/dialogue-round-CQin4y3s.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dialogue.svg": () => import("./chunks/dialogue-CkRillA2.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dine-out-round.svg": () => import("./chunks/dine-out-round-DYCkrqXm.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dine-out.svg": () => import("./chunks/dine-out-Bo_MrZdM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/disability-round.svg": () => import("./chunks/disability-round-BIw_TIBk.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/disability.svg": () => import("./chunks/disability-DnCvFD7Y.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/disabled-round.svg": () => import("./chunks/disabled-round-DtsbVB6I.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/disabled.svg": () => import("./chunks/disabled-DG214M1v.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/divide-round.svg": () => import("./chunks/divide-round-htGgqiGo.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/divide.svg": () => import("./chunks/divide-DzD__IRD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/document-round.svg": () => import("./chunks/document-round-C4Ij0WI6.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/document.svg": () => import("./chunks/document-nT5n-Hhq.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dollar-round.svg": () => import("./chunks/dollar-round-BFQEsQxs.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dollar.svg": () => import("./chunks/dollar-Dn7WfzdY.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/down-round.svg": () => import("./chunks/down-round-COFMBkQb.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/down.svg": () => import("./chunks/down-DmqrpfEx.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/download-round.svg": () => import("./chunks/download-round-DTRIed3c.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/download.svg": () => import("./chunks/download-CtdqfgCT.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/edit-round.svg": () => import("./chunks/edit-round-HWisdDsG.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/edit.svg": () => import("./chunks/edit-DM1KxlQ2.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/eight-closed.svg": () => import("./chunks/eight-closed-CxDb95mn.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/eight-open.svg": () => import("./chunks/eight-open-JPp6zH5o.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/email-round.svg": () => import("./chunks/email-round-ClymHoeY.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/email-square.svg": () => import("./chunks/email-square-DZat2PZb.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/email.svg": () => import("./chunks/email-Cjep7wtO.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/entertainment-round.svg": () => import("./chunks/entertainment-round-DGmDGxU1.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/entertainment.svg": () => import("./chunks/entertainment-CvfG6NzD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/equal-round.svg": () => import("./chunks/equal-round-OmZlpSfB.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/equal.svg": () => import("./chunks/equal-DS5bU2a6.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/equipment-round.svg": () => import("./chunks/equipment-round-2J91sdxL.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/equipment.svg": () => import("./chunks/equipment-Cskpc0_y.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/error-round.svg": () => import("./chunks/error-round-BnVusND9.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/error.svg": () => import("./chunks/error-B9y2fIgO.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/external-link-round.svg": () => import("./chunks/external-link-round-FMq3Sf0r.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/external-link.svg": () => import("./chunks/external-link-D6m0kNXN.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/facebook-square.svg": () => import("./chunks/facebook-square-DF33ZrrJ.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/facebook.svg": () => import("./chunks/facebook-CwEozsbM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fall-round.svg": () => import("./chunks/fall-round-Dc-1sT-6.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fall.svg": () => import("./chunks/fall-DQvDdC2l.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/favorite-round.svg": () => import("./chunks/favorite-round-CuqCygLj.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/favorite.svg": () => import("./chunks/favorite-CDhVOfAc.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fax-round.svg": () => import("./chunks/fax-round-Wwf7sivK.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fax.svg": () => import("./chunks/fax-CqXGo-hx.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/filter-round.svg": () => import("./chunks/filter-round-BnIF6_pU.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/filter.svg": () => import("./chunks/filter-BRQ-H0Ql.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/five-closed.svg": () => import("./chunks/five-closed-C3xN9aeT.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/five-open.svg": () => import("./chunks/five-open-DbLM_dPT.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flag-round.svg": () => import("./chunks/flag-round-B4Nnyx7S.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flag.svg": () => import("./chunks/flag-BJmLil0E.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flickr-square.svg": () => import("./chunks/flickr-square-U_LXKac9.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flickr.svg": () => import("./chunks/flickr-Bei8SvQB.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flower-round.svg": () => import("./chunks/flower-round-34vuf8Az.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flower.svg": () => import("./chunks/flower-DO8df642.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-add-round.svg": () => import("./chunks/folder-add-round-D5nkSEAr.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-add.svg": () => import("./chunks/folder-add-B5k8BQev.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-delete-round.svg": () => import("./chunks/folder-delete-round-BAWyzZrm.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-delete.svg": () => import("./chunks/folder-delete-WUeGaA4W.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-empty-round.svg": () => import("./chunks/folder-empty-round-CoJJwvYP.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-empty.svg": () => import("./chunks/folder-empty-5ttMADuY.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-round.svg": () => import("./chunks/folder-round-Cq-jMBxt.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-save-round.svg": () => import("./chunks/folder-save-round-DzrFAKzP.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-save.svg": () => import("./chunks/folder-save-Bm_vks2-.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder.svg": () => import("./chunks/folder-D7WgL80L.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/foreclosure-round.svg": () => import("./chunks/foreclosure-round-Cs6v3pPG.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/foreclosure.svg": () => import("./chunks/foreclosure-BeLToVr1.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fountain-pen-round.svg": () => import("./chunks/fountain-pen-round-DKEhRqIc.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fountain-pen.svg": () => import("./chunks/fountain-pen-PbXsg6VM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/four-closed.svg": () => import("./chunks/four-closed-IaDE5aly.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/four-open.svg": () => import("./chunks/four-open-8c4gNGh5.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/furniture-round.svg": () => import("./chunks/furniture-round-CfOUWqlw.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/furniture.svg": () => import("./chunks/furniture-DstKd1ab.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/gambling-round.svg": () => import("./chunks/gambling-round-Cguj3llT.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/gambling.svg": () => import("./chunks/gambling-CSZxWjtL.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/getting-a-credit-card-round.svg": () => import("./chunks/getting-a-credit-card-round-BLrLiqeA.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/getting-a-credit-card.svg": () => import("./chunks/getting-a-credit-card-hfD4eAaf.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/gift-round.svg": () => import("./chunks/gift-round-DYD7hmKd.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/gift.svg": () => import("./chunks/gift-B7CvB0a2.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/github-square.svg": () => import("./chunks/github-square-Ch--d2P9.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/github.svg": () => import("./chunks/github-DuIYx_WH.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/health-insurance-round.svg": () => import("./chunks/health-insurance-round-aB8-QN8U.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/health-insurance.svg": () => import("./chunks/health-insurance-CwbusfM2.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/healthcare-round.svg": () => import("./chunks/healthcare-round-CUhocEYK.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/healthcare.svg": () => import("./chunks/healthcare-DuJsnLKN.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/help-round.svg": () => import("./chunks/help-round-BDG_ZGRm.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/help.svg": () => import("./chunks/help-Dvq5aCNS.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/history-round.svg": () => import("./chunks/history-round-DKRBPg_U.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/history.svg": () => import("./chunks/history-mVTmqQTM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/house-round.svg": () => import("./chunks/house-round-BlbsA-ZD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/house.svg": () => import("./chunks/house-1aR3fpNl.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/information-round.svg": () => import("./chunks/information-round-DbI6G42K.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/information.svg": () => import("./chunks/information-Bq31mTQZ.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/insurance-round.svg": () => import("./chunks/insurance-round-ZQcZjmA0.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/insurance.svg": () => import("./chunks/insurance-B3-3BqwC.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/left-right-round.svg": () => import("./chunks/left-right-round-NgP7Dtlh.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/left-right.svg": () => import("./chunks/left-right-CsBLNOla.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/left-round.svg": () => import("./chunks/left-round-BeHkF1Le.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/left.svg": () => import("./chunks/left-DwAg7xsO.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/lightbulb-round.svg": () => import("./chunks/lightbulb-round-Dt_99wvE.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/lightbulb.svg": () => import("./chunks/lightbulb-D4_3D2bA.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/link-round.svg": () => import("./chunks/link-round--t2RKqGX.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/link.svg": () => import("./chunks/link-DCK2T-28.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/linkedin-square.svg": () => import("./chunks/linkedin-square-D3ieMnA0.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/linkedin.svg": () => import("./chunks/linkedin-DSRcr-_C.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/list-round.svg": () => import("./chunks/list-round-C5bg4U9r.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/list.svg": () => import("./chunks/list-CyCwobRE.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/loan-round.svg": () => import("./chunks/loan-round-CpEwkXQg.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/loan.svg": () => import("./chunks/loan-3JQODTBg.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/lock-round.svg": () => import("./chunks/lock-round-Cx7HukET.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/lock.svg": () => import("./chunks/lock-BrRusPXq.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/mail-round.svg": () => import("./chunks/mail-round-E7sG6DE4.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/mail.svg": () => import("./chunks/mail-CamOrhYi.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/map-round.svg": () => import("./chunks/map-round-BUF5pExP.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/map.svg": () => import("./chunks/map-C6RUXKob.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/menu-round.svg": () => import("./chunks/menu-round-CZTLc7-J.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/menu.svg": () => import("./chunks/menu-BS5i3smW.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/microphone-round.svg": () => import("./chunks/microphone-round-BC7R5aSX.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/microphone.svg": () => import("./chunks/microphone-y7gSTcAj.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/minus-round.svg": () => import("./chunks/minus-round--KRh8rOn.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/minus.svg": () => import("./chunks/minus-5MKGEzhV.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/money-round.svg": () => import("./chunks/money-round-DbaHCS9J.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/money-transfer-round.svg": () => import("./chunks/money-transfer-round-Ca_L0yY8.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/money-transfer.svg": () => import("./chunks/money-transfer-Cvyuvc1z.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/money.svg": () => import("./chunks/money-DkfXu8FP.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/monitor-round.svg": () => import("./chunks/monitor-round-DtYARR5e.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/monitor.svg": () => import("./chunks/monitor-vx4NZxJM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/mortgage-round.svg": () => import("./chunks/mortgage-round-CPzVs0mW.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/mortgage.svg": () => import("./chunks/mortgage-CtYPSWbM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/newspaper-round.svg": () => import("./chunks/newspaper-round-BgzizrlD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/newspaper.svg": () => import("./chunks/newspaper-CVjXmkbP.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/nine-closed.svg": () => import("./chunks/nine-closed-uwbrQDLO.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/nine-open.svg": () => import("./chunks/nine-open-Bxe69EcH.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/one-closed.svg": () => import("./chunks/one-closed-DTWJx1SQ.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/one-open.svg": () => import("./chunks/one-open-DOzQvS0N.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/open-quote-round.svg": () => import("./chunks/open-quote-round-BzGHNIG1.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/open-quote.svg": () => import("./chunks/open-quote-CzKEXNZ3.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/paper-clip-round.svg": () => import("./chunks/paper-clip-round-DOKxI_Nu.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/paper-clip.svg": () => import("./chunks/paper-clip-CsVpavLI.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/parent-round.svg": () => import("./chunks/parent-round-CtmPTsFZ.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/parent.svg": () => import("./chunks/parent-BXrdCQnn.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/payday-loan-round.svg": () => import("./chunks/payday-loan-round-BErH4VW7.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/payday-loan.svg": () => import("./chunks/payday-loan-BIUM5LQ6.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/percentage-round.svg": () => import("./chunks/percentage-round-CEXqcagG.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/percentage.svg": () => import("./chunks/percentage-fU6f_A_m.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pet-round.svg": () => import("./chunks/pet-round-DxMyfkiY.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pet.svg": () => import("./chunks/pet-VB9GcZcp.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/phone-round.svg": () => import("./chunks/phone-round-C23gz3Ef.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/phone.svg": () => import("./chunks/phone-CodLhzQw.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/photo-round.svg": () => import("./chunks/photo-round-GDxoreLD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/photo.svg": () => import("./chunks/photo-CCCFPQ5N.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/piggy-bank-check-round.svg": () => import("./chunks/piggy-bank-check-round-BikZxh2m.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/piggy-bank-check.svg": () => import("./chunks/piggy-bank-check-D1DAS6nE.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/piggy-bank-round.svg": () => import("./chunks/piggy-bank-round-DMUwvl5Y.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/piggy-bank.svg": () => import("./chunks/piggy-bank-xLA21Y7B.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pinterest-square.svg": () => import("./chunks/pinterest-square-BqUDhH8T.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pinterest.svg": () => import("./chunks/pinterest-DryLHMYA.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/play-round.svg": () => import("./chunks/play-round-B2g1W8Qm.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/play.svg": () => import("./chunks/play-CLCwVA_k.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/plus-round.svg": () => import("./chunks/plus-round-D76kSrlg.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/plus.svg": () => import("./chunks/plus-BZheAJLI.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/policy-round.svg": () => import("./chunks/policy-round-CzMoyphc.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/policy.svg": () => import("./chunks/policy-B8Ly8OPd.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pop-up-round.svg": () => import("./chunks/pop-up-round-BEUgGb7e.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pop-up.svg": () => import("./chunks/pop-up-7zQZ4xhN.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/power-round.svg": () => import("./chunks/power-round-NKfLGJ_y.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/power.svg": () => import("./chunks/power-CH5qUtUI.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/prepaid-cards-round.svg": () => import("./chunks/prepaid-cards-round-C2ryBhso.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/prepaid-cards.svg": () => import("./chunks/prepaid-cards-PIrzAhrG.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/presentation-round.svg": () => import("./chunks/presentation-round-Bm-uPXlq.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/presentation.svg": () => import("./chunks/presentation-cis_DBSb.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/price-tag-round.svg": () => import("./chunks/price-tag-round-DeKr_Pa7.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/price-tag.svg": () => import("./chunks/price-tag-vV1QblJC.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/print-round.svg": () => import("./chunks/print-round-DFUUcPtX.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/print.svg": () => import("./chunks/print-DEv-L0Zi.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/quick-cash-round.svg": () => import("./chunks/quick-cash-round-ufMBjjim.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/quick-cash.svg": () => import("./chunks/quick-cash-DXUN4KFT.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/regulation-round.svg": () => import("./chunks/regulation-round-BOmjbI52.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/regulation.svg": () => import("./chunks/regulation-CjyytUWq.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/right-round.svg": () => import("./chunks/right-round-DUxZ9DUr.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/right.svg": () => import("./chunks/right-BP6PIg2G.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/rss-round.svg": () => import("./chunks/rss-round-6M5kLkQD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/rss.svg": () => import("./chunks/rss-B1TjXxJq.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/save-round.svg": () => import("./chunks/save-round-Cg5mRP_t.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/save.svg": () => import("./chunks/save-D1cAtPcF.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/search-round.svg": () => import("./chunks/search-round-CTM062mD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/search.svg": () => import("./chunks/search-Uk-wPSja.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/serve-round.svg": () => import("./chunks/serve-round-BoFnsoH2.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/serve.svg": () => import("./chunks/serve-C-TaSPzu.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/servicemembers-round.svg": () => import("./chunks/servicemembers-round-bYweps0R.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/servicemembers.svg": () => import("./chunks/servicemembers-Dvl4Zp3a.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/settings-round.svg": () => import("./chunks/settings-round-CYzM2gQo.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/settings.svg": () => import("./chunks/settings-BH8qhd9x.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/seven-closed.svg": () => import("./chunks/seven-closed-CTFPLXfB.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/seven-open.svg": () => import("./chunks/seven-open-ATHGlGwV.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/share-alt-round.svg": () => import("./chunks/share-alt-round-DXF2oweS.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/share-alt.svg": () => import("./chunks/share-alt-MqUmIcZq.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/share-round.svg": () => import("./chunks/share-round-1fnEbuic.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/share.svg": () => import("./chunks/share-VcHKapwf.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/six-closed.svg": () => import("./chunks/six-closed-D380gDaf.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/six-open.svg": () => import("./chunks/six-open-DvOgNF5X.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/sold-round.svg": () => import("./chunks/sold-round-D-tzQk8I.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/sold.svg": () => import("./chunks/sold-BpAaFGNH.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/speech-bubble-round.svg": () => import("./chunks/speech-bubble-round-BAVpVn-x.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/speech-bubble.svg": () => import("./chunks/speech-bubble-D1wI3zCc.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/split-round.svg": () => import("./chunks/split-round-DZSS24CN.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/split.svg": () => import("./chunks/split-BGvIwEG6.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/spring-round.svg": () => import("./chunks/spring-round-Cdu8XDWk.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/spring.svg": () => import("./chunks/spring-sMy6HGAN.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/summer-round.svg": () => import("./chunks/summer-round-DBgRfZTG.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/summer.svg": () => import("./chunks/summer-3v4iAeaH.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/supplement-round.svg": () => import("./chunks/supplement-round-CJT-8TyF.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/supplement.svg": () => import("./chunks/supplement-DMrBVndy.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/taxes-round.svg": () => import("./chunks/taxes-round-iGWkuT6F.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/taxes.svg": () => import("./chunks/taxes-D8512NPj.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/technology-round.svg": () => import("./chunks/technology-round-9NvIcAzp.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/technology.svg": () => import("./chunks/technology-CJeYVUml.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/thought-bubble-round.svg": () => import("./chunks/thought-bubble-round-CLPemo_U.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/thought-bubble.svg": () => import("./chunks/thought-bubble-CcVV5VDa.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/three-closed.svg": () => import("./chunks/three-closed-CReNOnZl.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/three-open.svg": () => import("./chunks/three-open-obsbpfsL.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/toolbox-round.svg": () => import("./chunks/toolbox-round-cjEpiGid.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/toolbox.svg": () => import("./chunks/toolbox-CojK08Nc.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/travel-round.svg": () => import("./chunks/travel-round-DptWAHSf.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/travel.svg": () => import("./chunks/travel-6rUm9bWl.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/two-closed.svg": () => import("./chunks/two-closed-Nj-5LviM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/two-open.svg": () => import("./chunks/two-open-Co52NAiY.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unbookmark-round.svg": () => import("./chunks/unbookmark-round-C73u0IWy.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unbookmark.svg": () => import("./chunks/unbookmark-jI2shYK7.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unfavorite-round.svg": () => import("./chunks/unfavorite-round-7B9OnFrE.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unfavorite.svg": () => import("./chunks/unfavorite-Cn5tYDr-.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unlock-round.svg": () => import("./chunks/unlock-round-CLPEIMje.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unlock.svg": () => import("./chunks/unlock-DSTAWsl9.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/up-down-round.svg": () => import("./chunks/up-down-round-BtOkolKH.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/up-down.svg": () => import("./chunks/up-down-B_cAOqHh.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/up-round.svg": () => import("./chunks/up-round-CKF7yzq6.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/up.svg": () => import("./chunks/up-l5OGxLRc.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/update-round.svg": () => import("./chunks/update-round-DWzyVCVV.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/update.svg": () => import("./chunks/update-B89lP7ln.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/updating-round.svg": () => import("./chunks/updating-round-CJ_eWuiy.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/updating.svg": () => import("./chunks/updating-LwnSESAh.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/upload-round.svg": () => import("./chunks/upload-round-BegmXg2P.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/upload.svg": () => import("./chunks/upload-BzdGYR25.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/user-round.svg": () => import("./chunks/user-round-C0lDeBG_.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/user.svg": () => import("./chunks/user-k0THwvWB.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/video-round.svg": () => import("./chunks/video-round-DkElLPdF.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/video.svg": () => import("./chunks/video-z1QXjKMa.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/warning-round.svg": () => import("./chunks/warning-round-DXU90VhZ.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/warning.svg": () => import("./chunks/warning-Mqg7TMSa.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/web-round.svg": () => import("./chunks/web-round-CRT9PcRC.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/web.svg": () => import("./chunks/web-zBCBpeBn.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/wifi-round.svg": () => import("./chunks/wifi-round--dHO8gia.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/wifi.svg": () => import("./chunks/wifi-vKwccTWt.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/winter-round.svg": () => import("./chunks/winter-round-4fDTxWyR.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/winter.svg": () => import("./chunks/winter-B-dyrqf0.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/x-square.svg": () => import("./chunks/x-square-BIlJkcm-.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/x.svg": () => import("./chunks/x-DdHpbxTj.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/youtube-square.svg": () => import("./chunks/youtube-square-Dab8FR0p.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/youtube.svg": () => import("./chunks/youtube-BeoUwgjW.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/zero-closed.svg": () => import("./chunks/zero-closed-CJJlrV-9.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/zero-open.svg": () => import("./chunks/zero-open-Dtb6Ytxf.js") }), `../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/${e}.svg`, 10);
312
- c && t(() => o.default);
53
+ const n = await bs(/* @__PURE__ */ Object.assign({ "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/activity-round.svg": () => import("./chunks/activity-round-BWLRv13A.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/activity.svg": () => import("./chunks/activity-BK42VLMg.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/agreement-round.svg": () => import("./chunks/agreement-round-BY_SfYi-.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/agreement.svg": () => import("./chunks/agreement-7lADcBg5.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/appendix-round.svg": () => import("./chunks/appendix-round-Bv_z6sin.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/appendix.svg": () => import("./chunks/appendix-C9Nz9xt4.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/approved-round.svg": () => import("./chunks/approved-round-BGhsHHKv.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/approved.svg": () => import("./chunks/approved-CvwVa4Mt.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-down-round.svg": () => import("./chunks/arrow-down-round-CRnVw4j8.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-down.svg": () => import("./chunks/arrow-down-vKyptstz.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-left-round.svg": () => import("./chunks/arrow-left-round-LYLt5fUB.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-left.svg": () => import("./chunks/arrow-left-76W12TB2.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-right-round.svg": () => import("./chunks/arrow-right-round-_MrB4MYP.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-right.svg": () => import("./chunks/arrow-right-5N-amlJ_.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-up-round.svg": () => import("./chunks/arrow-up-round-DWUikuBs.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-up.svg": () => import("./chunks/arrow-up-lWNjeybG.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-low-round.svg": () => import("./chunks/audio-low-round-i7vy0wMy.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-low.svg": () => import("./chunks/audio-low-ZUvtZR8L.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-max-round.svg": () => import("./chunks/audio-max-round-Lyxk8O18.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-max.svg": () => import("./chunks/audio-max-BB7XgUqt.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-medium-round.svg": () => import("./chunks/audio-medium-round-CnTSH1QR.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-medium.svg": () => import("./chunks/audio-medium-i1qrIs2t.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-mute-round.svg": () => import("./chunks/audio-mute-round-KNVnxpWQ.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-mute.svg": () => import("./chunks/audio-mute-DH5e6r5r.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bank-round.svg": () => import("./chunks/bank-round-BkrGHUhw.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bank.svg": () => import("./chunks/bank-H1FtErmD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/book-round.svg": () => import("./chunks/book-round-CS_96qn6.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/book.svg": () => import("./chunks/book-CbdUnfC7.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bookmark-round.svg": () => import("./chunks/bookmark-round-D9tBX2Qv.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bookmark.svg": () => import("./chunks/bookmark-Cvegw3Li.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/briefcase-round.svg": () => import("./chunks/briefcase-round-CyZkG4f_.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/briefcase.svg": () => import("./chunks/briefcase-CiucNf8z.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/broadcast-round.svg": () => import("./chunks/broadcast-round-CNRXYWWP.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/broadcast.svg": () => import("./chunks/broadcast-C7jSSQo9.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/building-credit-round.svg": () => import("./chunks/building-credit-round-CW6CpWz5.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/building-credit.svg": () => import("./chunks/building-credit-Cc_s4Ng4.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bullhorn-round.svg": () => import("./chunks/bullhorn-round-DsRzq_Yf.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bullhorn.svg": () => import("./chunks/bullhorn-DMZ__rae.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bus-round.svg": () => import("./chunks/bus-round-zXRBVy9C.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bus.svg": () => import("./chunks/bus-CpDRvhoo.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/calculate-round.svg": () => import("./chunks/calculate-round-KPzU8tb6.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/calculate.svg": () => import("./chunks/calculate-B0q5tBRk.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/car-round.svg": () => import("./chunks/car-round-LM7walqD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/car.svg": () => import("./chunks/car-CPRuNjZA.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/cart-round.svg": () => import("./chunks/cart-round-XdZ6PZdM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/cart.svg": () => import("./chunks/cart-D0pxHubD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/chart-round.svg": () => import("./chunks/chart-round-BqJYwuKW.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/chart.svg": () => import("./chunks/chart-l_wBKC6K.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/childcare-round.svg": () => import("./chunks/childcare-round-BOB2cDHr.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/childcare.svg": () => import("./chunks/childcare-B4DVV2Bh.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/clock-round.svg": () => import("./chunks/clock-round-yiNxeN-B.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/clock.svg": () => import("./chunks/clock-BmVGJDai.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/close-quote-round.svg": () => import("./chunks/close-quote-round--dzbxG2J.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/close-quote.svg": () => import("./chunks/close-quote-LCqtzYLw.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/clothes-round.svg": () => import("./chunks/clothes-round-BnyuGck3.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/clothes.svg": () => import("./chunks/clothes-3Jgs4bIC.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/college-round.svg": () => import("./chunks/college-round-SpPZLmm0.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/college.svg": () => import("./chunks/college-KUM2ZcWo.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/compass-round.svg": () => import("./chunks/compass-round-ChtCE37W.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/compass.svg": () => import("./chunks/compass-CygLOHSM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/complaint-round.svg": () => import("./chunks/complaint-round-BzcS9Y0S.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/complaint.svg": () => import("./chunks/complaint-DzKRlA3a.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/copy-round.svg": () => import("./chunks/copy-round-D56rq14R.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/copy.svg": () => import("./chunks/copy-Bdte69kY.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/court-round.svg": () => import("./chunks/court-round-B3KUuRTO.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/court.svg": () => import("./chunks/court-C-_2L6OV.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-card-round.svg": () => import("./chunks/credit-card-round-DQc5nV4C.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-card.svg": () => import("./chunks/credit-card-CPU8AnU_.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-payment-round.svg": () => import("./chunks/credit-payment-round-CaFrqK0I.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-payment.svg": () => import("./chunks/credit-payment--HvYItdv.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-repair-round.svg": () => import("./chunks/credit-repair-round-CaZ3ViFl.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-repair.svg": () => import("./chunks/credit-repair-CqM1N-lT.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-report-round.svg": () => import("./chunks/credit-report-round-DPfkXZAZ.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-report.svg": () => import("./chunks/credit-report-C5NcF2El.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/date-round.svg": () => import("./chunks/date-round-CBgcAvZB.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/date.svg": () => import("./chunks/date-7Awxce9b.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/debt-collection-round.svg": () => import("./chunks/debt-collection-round-DPAsq25H.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/debt-collection.svg": () => import("./chunks/debt-collection-r7Jh2QC5.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/debt-round.svg": () => import("./chunks/debt-round-ir8MJgWs.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/debt.svg": () => import("./chunks/debt-B3xCGFyO.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dialogue-round.svg": () => import("./chunks/dialogue-round-CQin4y3s.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dialogue.svg": () => import("./chunks/dialogue-CkRillA2.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dine-out-round.svg": () => import("./chunks/dine-out-round-DYCkrqXm.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dine-out.svg": () => import("./chunks/dine-out-Bo_MrZdM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/disability-round.svg": () => import("./chunks/disability-round-BIw_TIBk.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/disability.svg": () => import("./chunks/disability-DnCvFD7Y.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/disabled-round.svg": () => import("./chunks/disabled-round-DtsbVB6I.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/disabled.svg": () => import("./chunks/disabled-DG214M1v.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/divide-round.svg": () => import("./chunks/divide-round-htGgqiGo.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/divide.svg": () => import("./chunks/divide-DzD__IRD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/document-round.svg": () => import("./chunks/document-round-C4Ij0WI6.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/document.svg": () => import("./chunks/document-nT5n-Hhq.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dollar-round.svg": () => import("./chunks/dollar-round-BFQEsQxs.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dollar.svg": () => import("./chunks/dollar-Dn7WfzdY.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/down-round.svg": () => import("./chunks/down-round-COFMBkQb.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/down.svg": () => import("./chunks/down-DmqrpfEx.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/download-round.svg": () => import("./chunks/download-round-DTRIed3c.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/download.svg": () => import("./chunks/download-CtdqfgCT.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/edit-round.svg": () => import("./chunks/edit-round-HWisdDsG.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/edit.svg": () => import("./chunks/edit-DM1KxlQ2.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/eight-closed.svg": () => import("./chunks/eight-closed-CxDb95mn.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/eight-open.svg": () => import("./chunks/eight-open-JPp6zH5o.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/email-round.svg": () => import("./chunks/email-round-ClymHoeY.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/email-square.svg": () => import("./chunks/email-square-DZat2PZb.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/email.svg": () => import("./chunks/email-Cjep7wtO.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/entertainment-round.svg": () => import("./chunks/entertainment-round-DGmDGxU1.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/entertainment.svg": () => import("./chunks/entertainment-CvfG6NzD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/equal-round.svg": () => import("./chunks/equal-round-OmZlpSfB.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/equal.svg": () => import("./chunks/equal-DS5bU2a6.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/equipment-round.svg": () => import("./chunks/equipment-round-2J91sdxL.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/equipment.svg": () => import("./chunks/equipment-Cskpc0_y.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/error-round.svg": () => import("./chunks/error-round-BnVusND9.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/error.svg": () => import("./chunks/error-B9y2fIgO.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/external-link-round.svg": () => import("./chunks/external-link-round-FMq3Sf0r.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/external-link.svg": () => import("./chunks/external-link-D6m0kNXN.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/facebook-square.svg": () => import("./chunks/facebook-square-DF33ZrrJ.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/facebook.svg": () => import("./chunks/facebook-CwEozsbM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fall-round.svg": () => import("./chunks/fall-round-Dc-1sT-6.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fall.svg": () => import("./chunks/fall-DQvDdC2l.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/favorite-round.svg": () => import("./chunks/favorite-round-CuqCygLj.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/favorite.svg": () => import("./chunks/favorite-CDhVOfAc.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fax-round.svg": () => import("./chunks/fax-round-Wwf7sivK.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fax.svg": () => import("./chunks/fax-CqXGo-hx.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/filter-round.svg": () => import("./chunks/filter-round-BnIF6_pU.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/filter.svg": () => import("./chunks/filter-BRQ-H0Ql.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/five-closed.svg": () => import("./chunks/five-closed-C3xN9aeT.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/five-open.svg": () => import("./chunks/five-open-DbLM_dPT.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flag-round.svg": () => import("./chunks/flag-round-B4Nnyx7S.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flag.svg": () => import("./chunks/flag-BJmLil0E.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flickr-square.svg": () => import("./chunks/flickr-square-U_LXKac9.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flickr.svg": () => import("./chunks/flickr-Bei8SvQB.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flower-round.svg": () => import("./chunks/flower-round-34vuf8Az.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flower.svg": () => import("./chunks/flower-DO8df642.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-add-round.svg": () => import("./chunks/folder-add-round-D5nkSEAr.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-add.svg": () => import("./chunks/folder-add-B5k8BQev.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-delete-round.svg": () => import("./chunks/folder-delete-round-BAWyzZrm.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-delete.svg": () => import("./chunks/folder-delete-WUeGaA4W.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-empty-round.svg": () => import("./chunks/folder-empty-round-CoJJwvYP.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-empty.svg": () => import("./chunks/folder-empty-5ttMADuY.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-round.svg": () => import("./chunks/folder-round-Cq-jMBxt.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-save-round.svg": () => import("./chunks/folder-save-round-DzrFAKzP.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-save.svg": () => import("./chunks/folder-save-Bm_vks2-.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder.svg": () => import("./chunks/folder-D7WgL80L.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/foreclosure-round.svg": () => import("./chunks/foreclosure-round-Cs6v3pPG.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/foreclosure.svg": () => import("./chunks/foreclosure-BeLToVr1.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fountain-pen-round.svg": () => import("./chunks/fountain-pen-round-DKEhRqIc.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fountain-pen.svg": () => import("./chunks/fountain-pen-PbXsg6VM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/four-closed.svg": () => import("./chunks/four-closed-IaDE5aly.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/four-open.svg": () => import("./chunks/four-open-8c4gNGh5.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/furniture-round.svg": () => import("./chunks/furniture-round-CfOUWqlw.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/furniture.svg": () => import("./chunks/furniture-DstKd1ab.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/gambling-round.svg": () => import("./chunks/gambling-round-Cguj3llT.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/gambling.svg": () => import("./chunks/gambling-CSZxWjtL.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/getting-a-credit-card-round.svg": () => import("./chunks/getting-a-credit-card-round-BLrLiqeA.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/getting-a-credit-card.svg": () => import("./chunks/getting-a-credit-card-hfD4eAaf.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/gift-round.svg": () => import("./chunks/gift-round-DYD7hmKd.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/gift.svg": () => import("./chunks/gift-B7CvB0a2.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/github-square.svg": () => import("./chunks/github-square-Ch--d2P9.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/github.svg": () => import("./chunks/github-DuIYx_WH.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/health-insurance-round.svg": () => import("./chunks/health-insurance-round-aB8-QN8U.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/health-insurance.svg": () => import("./chunks/health-insurance-CwbusfM2.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/healthcare-round.svg": () => import("./chunks/healthcare-round-CUhocEYK.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/healthcare.svg": () => import("./chunks/healthcare-DuJsnLKN.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/help-round.svg": () => import("./chunks/help-round-BDG_ZGRm.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/help.svg": () => import("./chunks/help-Dvq5aCNS.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/history-round.svg": () => import("./chunks/history-round-DKRBPg_U.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/history.svg": () => import("./chunks/history-mVTmqQTM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/house-round.svg": () => import("./chunks/house-round-BlbsA-ZD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/house.svg": () => import("./chunks/house-1aR3fpNl.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/information-round.svg": () => import("./chunks/information-round-DbI6G42K.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/information.svg": () => import("./chunks/information-Bq31mTQZ.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/insurance-round.svg": () => import("./chunks/insurance-round-ZQcZjmA0.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/insurance.svg": () => import("./chunks/insurance-B3-3BqwC.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/left-right-round.svg": () => import("./chunks/left-right-round-NgP7Dtlh.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/left-right.svg": () => import("./chunks/left-right-CsBLNOla.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/left-round.svg": () => import("./chunks/left-round-BeHkF1Le.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/left.svg": () => import("./chunks/left-DwAg7xsO.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/lightbulb-round.svg": () => import("./chunks/lightbulb-round-Dt_99wvE.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/lightbulb.svg": () => import("./chunks/lightbulb-D4_3D2bA.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/link-round.svg": () => import("./chunks/link-round--t2RKqGX.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/link.svg": () => import("./chunks/link-DCK2T-28.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/linkedin-square.svg": () => import("./chunks/linkedin-square-D3ieMnA0.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/linkedin.svg": () => import("./chunks/linkedin-DSRcr-_C.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/list-round.svg": () => import("./chunks/list-round-C5bg4U9r.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/list.svg": () => import("./chunks/list-CyCwobRE.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/loan-round.svg": () => import("./chunks/loan-round-CpEwkXQg.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/loan.svg": () => import("./chunks/loan-3JQODTBg.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/lock-round.svg": () => import("./chunks/lock-round-Cx7HukET.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/lock.svg": () => import("./chunks/lock-BrRusPXq.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/mail-round.svg": () => import("./chunks/mail-round-E7sG6DE4.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/mail.svg": () => import("./chunks/mail-CamOrhYi.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/map-round.svg": () => import("./chunks/map-round-BUF5pExP.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/map.svg": () => import("./chunks/map-C6RUXKob.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/menu-round.svg": () => import("./chunks/menu-round-CZTLc7-J.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/menu.svg": () => import("./chunks/menu-BS5i3smW.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/microphone-round.svg": () => import("./chunks/microphone-round-BC7R5aSX.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/microphone.svg": () => import("./chunks/microphone-y7gSTcAj.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/minus-round.svg": () => import("./chunks/minus-round--KRh8rOn.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/minus.svg": () => import("./chunks/minus-5MKGEzhV.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/money-round.svg": () => import("./chunks/money-round-DbaHCS9J.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/money-transfer-round.svg": () => import("./chunks/money-transfer-round-Ca_L0yY8.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/money-transfer.svg": () => import("./chunks/money-transfer-Cvyuvc1z.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/money.svg": () => import("./chunks/money-DkfXu8FP.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/monitor-round.svg": () => import("./chunks/monitor-round-DtYARR5e.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/monitor.svg": () => import("./chunks/monitor-vx4NZxJM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/mortgage-round.svg": () => import("./chunks/mortgage-round-CPzVs0mW.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/mortgage.svg": () => import("./chunks/mortgage-CtYPSWbM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/newspaper-round.svg": () => import("./chunks/newspaper-round-BgzizrlD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/newspaper.svg": () => import("./chunks/newspaper-CVjXmkbP.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/nine-closed.svg": () => import("./chunks/nine-closed-uwbrQDLO.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/nine-open.svg": () => import("./chunks/nine-open-Bxe69EcH.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/one-closed.svg": () => import("./chunks/one-closed-DTWJx1SQ.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/one-open.svg": () => import("./chunks/one-open-DOzQvS0N.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/open-quote-round.svg": () => import("./chunks/open-quote-round-BzGHNIG1.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/open-quote.svg": () => import("./chunks/open-quote-CzKEXNZ3.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/paper-clip-round.svg": () => import("./chunks/paper-clip-round-DOKxI_Nu.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/paper-clip.svg": () => import("./chunks/paper-clip-CsVpavLI.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/parent-round.svg": () => import("./chunks/parent-round-CtmPTsFZ.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/parent.svg": () => import("./chunks/parent-BXrdCQnn.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/payday-loan-round.svg": () => import("./chunks/payday-loan-round-BErH4VW7.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/payday-loan.svg": () => import("./chunks/payday-loan-BIUM5LQ6.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/percentage-round.svg": () => import("./chunks/percentage-round-CEXqcagG.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/percentage.svg": () => import("./chunks/percentage-fU6f_A_m.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pet-round.svg": () => import("./chunks/pet-round-DxMyfkiY.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pet.svg": () => import("./chunks/pet-VB9GcZcp.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/phone-round.svg": () => import("./chunks/phone-round-C23gz3Ef.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/phone.svg": () => import("./chunks/phone-CodLhzQw.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/photo-round.svg": () => import("./chunks/photo-round-GDxoreLD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/photo.svg": () => import("./chunks/photo-CCCFPQ5N.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/piggy-bank-check-round.svg": () => import("./chunks/piggy-bank-check-round-BikZxh2m.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/piggy-bank-check.svg": () => import("./chunks/piggy-bank-check-D1DAS6nE.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/piggy-bank-round.svg": () => import("./chunks/piggy-bank-round-DMUwvl5Y.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/piggy-bank.svg": () => import("./chunks/piggy-bank-xLA21Y7B.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pinterest-square.svg": () => import("./chunks/pinterest-square-BqUDhH8T.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pinterest.svg": () => import("./chunks/pinterest-DryLHMYA.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/play-round.svg": () => import("./chunks/play-round-B2g1W8Qm.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/play.svg": () => import("./chunks/play-CLCwVA_k.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/plus-round.svg": () => import("./chunks/plus-round-D76kSrlg.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/plus.svg": () => import("./chunks/plus-BZheAJLI.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/policy-round.svg": () => import("./chunks/policy-round-CzMoyphc.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/policy.svg": () => import("./chunks/policy-B8Ly8OPd.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pop-up-round.svg": () => import("./chunks/pop-up-round-BEUgGb7e.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pop-up.svg": () => import("./chunks/pop-up-7zQZ4xhN.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/power-round.svg": () => import("./chunks/power-round-NKfLGJ_y.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/power.svg": () => import("./chunks/power-CH5qUtUI.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/prepaid-cards-round.svg": () => import("./chunks/prepaid-cards-round-C2ryBhso.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/prepaid-cards.svg": () => import("./chunks/prepaid-cards-PIrzAhrG.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/presentation-round.svg": () => import("./chunks/presentation-round-Bm-uPXlq.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/presentation.svg": () => import("./chunks/presentation-cis_DBSb.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/price-tag-round.svg": () => import("./chunks/price-tag-round-DeKr_Pa7.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/price-tag.svg": () => import("./chunks/price-tag-vV1QblJC.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/print-round.svg": () => import("./chunks/print-round-DFUUcPtX.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/print.svg": () => import("./chunks/print-DEv-L0Zi.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/quick-cash-round.svg": () => import("./chunks/quick-cash-round-ufMBjjim.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/quick-cash.svg": () => import("./chunks/quick-cash-DXUN4KFT.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/regulation-round.svg": () => import("./chunks/regulation-round-BOmjbI52.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/regulation.svg": () => import("./chunks/regulation-CjyytUWq.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/right-round.svg": () => import("./chunks/right-round-DUxZ9DUr.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/right.svg": () => import("./chunks/right-BP6PIg2G.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/rss-round.svg": () => import("./chunks/rss-round-6M5kLkQD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/rss.svg": () => import("./chunks/rss-B1TjXxJq.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/save-round.svg": () => import("./chunks/save-round-Cg5mRP_t.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/save.svg": () => import("./chunks/save-D1cAtPcF.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/search-round.svg": () => import("./chunks/search-round-CTM062mD.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/search.svg": () => import("./chunks/search-Uk-wPSja.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/serve-round.svg": () => import("./chunks/serve-round-BoFnsoH2.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/serve.svg": () => import("./chunks/serve-C-TaSPzu.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/servicemembers-round.svg": () => import("./chunks/servicemembers-round-bYweps0R.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/servicemembers.svg": () => import("./chunks/servicemembers-Dvl4Zp3a.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/settings-round.svg": () => import("./chunks/settings-round-CYzM2gQo.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/settings.svg": () => import("./chunks/settings-BH8qhd9x.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/seven-closed.svg": () => import("./chunks/seven-closed-CTFPLXfB.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/seven-open.svg": () => import("./chunks/seven-open-ATHGlGwV.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/share-alt-round.svg": () => import("./chunks/share-alt-round-DXF2oweS.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/share-alt.svg": () => import("./chunks/share-alt-MqUmIcZq.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/share-round.svg": () => import("./chunks/share-round-1fnEbuic.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/share.svg": () => import("./chunks/share-VcHKapwf.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/six-closed.svg": () => import("./chunks/six-closed-D380gDaf.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/six-open.svg": () => import("./chunks/six-open-DvOgNF5X.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/sold-round.svg": () => import("./chunks/sold-round-D-tzQk8I.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/sold.svg": () => import("./chunks/sold-BpAaFGNH.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/speech-bubble-round.svg": () => import("./chunks/speech-bubble-round-BAVpVn-x.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/speech-bubble.svg": () => import("./chunks/speech-bubble-D1wI3zCc.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/split-round.svg": () => import("./chunks/split-round-DZSS24CN.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/split.svg": () => import("./chunks/split-BGvIwEG6.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/spring-round.svg": () => import("./chunks/spring-round-Cdu8XDWk.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/spring.svg": () => import("./chunks/spring-sMy6HGAN.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/summer-round.svg": () => import("./chunks/summer-round-DBgRfZTG.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/summer.svg": () => import("./chunks/summer-3v4iAeaH.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/supplement-round.svg": () => import("./chunks/supplement-round-CJT-8TyF.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/supplement.svg": () => import("./chunks/supplement-DMrBVndy.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/taxes-round.svg": () => import("./chunks/taxes-round-iGWkuT6F.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/taxes.svg": () => import("./chunks/taxes-D8512NPj.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/technology-round.svg": () => import("./chunks/technology-round-9NvIcAzp.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/technology.svg": () => import("./chunks/technology-CJeYVUml.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/thought-bubble-round.svg": () => import("./chunks/thought-bubble-round-CLPemo_U.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/thought-bubble.svg": () => import("./chunks/thought-bubble-CcVV5VDa.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/three-closed.svg": () => import("./chunks/three-closed-CReNOnZl.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/three-open.svg": () => import("./chunks/three-open-obsbpfsL.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/toolbox-round.svg": () => import("./chunks/toolbox-round-cjEpiGid.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/toolbox.svg": () => import("./chunks/toolbox-CojK08Nc.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/travel-round.svg": () => import("./chunks/travel-round-DptWAHSf.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/travel.svg": () => import("./chunks/travel-6rUm9bWl.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/two-closed.svg": () => import("./chunks/two-closed-Nj-5LviM.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/two-open.svg": () => import("./chunks/two-open-Co52NAiY.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unbookmark-round.svg": () => import("./chunks/unbookmark-round-C73u0IWy.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unbookmark.svg": () => import("./chunks/unbookmark-jI2shYK7.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unfavorite-round.svg": () => import("./chunks/unfavorite-round-7B9OnFrE.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unfavorite.svg": () => import("./chunks/unfavorite-Cn5tYDr-.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unlock-round.svg": () => import("./chunks/unlock-round-CLPEIMje.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unlock.svg": () => import("./chunks/unlock-DSTAWsl9.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/up-down-round.svg": () => import("./chunks/up-down-round-BtOkolKH.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/up-down.svg": () => import("./chunks/up-down-B_cAOqHh.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/up-round.svg": () => import("./chunks/up-round-CKF7yzq6.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/up.svg": () => import("./chunks/up-l5OGxLRc.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/update-round.svg": () => import("./chunks/update-round-DWzyVCVV.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/update.svg": () => import("./chunks/update-B89lP7ln.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/updating-round.svg": () => import("./chunks/updating-round-CJ_eWuiy.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/updating.svg": () => import("./chunks/updating-LwnSESAh.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/upload-round.svg": () => import("./chunks/upload-round-BegmXg2P.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/upload.svg": () => import("./chunks/upload-BzdGYR25.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/user-round.svg": () => import("./chunks/user-round-C0lDeBG_.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/user.svg": () => import("./chunks/user-k0THwvWB.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/video-round.svg": () => import("./chunks/video-round-DkElLPdF.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/video.svg": () => import("./chunks/video-z1QXjKMa.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/warning-round.svg": () => import("./chunks/warning-round-DXU90VhZ.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/warning.svg": () => import("./chunks/warning-Mqg7TMSa.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/web-round.svg": () => import("./chunks/web-round-CRT9PcRC.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/web.svg": () => import("./chunks/web-zBCBpeBn.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/wifi-round.svg": () => import("./chunks/wifi-round--dHO8gia.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/wifi.svg": () => import("./chunks/wifi-vKwccTWt.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/winter-round.svg": () => import("./chunks/winter-round-4fDTxWyR.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/winter.svg": () => import("./chunks/winter-B-dyrqf0.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/x-square.svg": () => import("./chunks/x-square-BIlJkcm-.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/x.svg": () => import("./chunks/x-DdHpbxTj.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/youtube-square.svg": () => import("./chunks/youtube-square-Dab8FR0p.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/youtube.svg": () => import("./chunks/youtube-BeoUwgjW.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/zero-closed.svg": () => import("./chunks/zero-closed-CJJlrV-9.js"), "../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/zero-open.svg": () => import("./chunks/zero-open-Dtb6Ytxf.js") }), `../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/${e}.svg`, 10);
54
+ t && o(() => n.default);
313
55
  } catch {
314
- const o = await import("./chunks/error-B9y2fIgO.js");
315
- c && t(() => o.default);
56
+ const n = await import("./chunks/error-B9y2fIgO.js");
57
+ t && o(() => n.default);
316
58
  }
317
59
  })(), () => {
318
- c = !1;
60
+ t = !1;
319
61
  };
320
- }, [e]), n;
321
- }, ks = [
62
+ }, [e]), s;
63
+ }, hs = [
322
64
  "zero",
323
65
  "one",
324
66
  "two",
@@ -329,7 +71,7 @@ const j = /* @__PURE__ */ _s(ws), Ss = (e, n, t) => {
329
71
  "seven",
330
72
  "eight",
331
73
  "nine"
332
- ], Ls = {
74
+ ], vs = {
333
75
  h1: "34px",
334
76
  h2: "26px",
335
77
  h3: "22px",
@@ -337,117 +79,117 @@ const j = /* @__PURE__ */ _s(ws), Ss = (e, n, t) => {
337
79
  h5: "14px",
338
80
  p: "16px",
339
81
  sub: "12px"
340
- }, As = /* @__PURE__ */ new Set(["email", "facebook", "flickr", "github", "linkedin", "pinterest", "x", "youtube"]), Ts = new Set(ks), Cs = (e, n) => Ts.has(e) ? n ? "-closed" : "-open" : n ? As.has(e) ? "-square" : "-round" : "", T = ({ name: e, alt: n, ariaLabel: t = "", ariaLabelledby: c = "", ariaDescribedby: i = "", isPresentational: o = !1, withBg: a = !1, size: p = "inherit", ...d }) => {
341
- const f = Cs(e, a), l = `${e}${f}`, b = Ns(l);
342
- if (!b) return null;
343
- const h = j("cf-icon-svg", `cf-icon-svg--${l}`), v = Ls[p] || p;
344
- return s.jsx(b, {
345
- className: h,
82
+ }, _s = /* @__PURE__ */ new Set(["email", "facebook", "flickr", "github", "linkedin", "pinterest", "x", "youtube"]), ys = new Set(hs), Es = (e, s) => ys.has(e) ? s ? "-closed" : "-open" : s ? _s.has(e) ? "-square" : "-round" : "", T = ({ name: e, alt: s, ariaLabel: o = "", ariaLabelledby: t = "", ariaDescribedby: i = "", isPresentational: n = !1, withBg: r = !1, size: p = "inherit", ...d }) => {
83
+ const l = Es(e, r), a = `${e}${l}`, u = gs(a);
84
+ if (!u) return null;
85
+ const b = w("cf-icon-svg", `cf-icon-svg--${a}`), h = vs[p] || p;
86
+ return c(u, {
87
+ className: b,
346
88
  style: {
347
- fontSize: v
89
+ fontSize: h
348
90
  },
349
- role: o ? void 0 : "img",
350
- "aria-label": t || (o ? void 0 : n ?? e),
351
- "aria-labelledby": c || void 0,
91
+ role: n ? void 0 : "img",
92
+ "aria-label": o || (n ? void 0 : s ?? e),
93
+ "aria-labelledby": t || void 0,
352
94
  "aria-describedby": i || void 0,
353
- "aria-hidden": o ? "true" : void 0,
95
+ "aria-hidden": n ? "true" : void 0,
354
96
  ...d
355
97
  });
356
98
  };
357
- function le({ children: e, className: n, isHorizontal: t, isLinks: c = !1, isOrdered: i, isSpaced: o, isUnstyled: a }) {
99
+ function ie({ children: e, className: s, isHorizontal: o, isLinks: t = !1, isOrdered: i, isSpaced: n, isUnstyled: r }) {
358
100
  const p = ["m-list"];
359
- return t && p.push("m-list--horizontal"), c && p.push("m-list--links"), o && p.push("m-list--spaced"), a && p.push("m-list--unstyled"), n && p.push(n), i ? s.jsx("ol", {
360
- className: j(p),
101
+ return o && p.push("m-list--horizontal"), t && p.push("m-list--links"), n && p.push("m-list--spaced"), r && p.push("m-list--unstyled"), s && p.push(s), i ? c("ol", {
102
+ className: w(p),
361
103
  children: e
362
- }) : s.jsx("ul", {
363
- className: j(p),
104
+ }) : c("ul", {
105
+ className: w(p),
364
106
  children: e
365
107
  });
366
108
  }
367
- var is = ((e) => (e.info = "--info", e.error = "--error", e.success = "--success", e.warning = "--warning", e))(is || {});
368
- const Is = {
109
+ var Je = ((e) => (e.info = "--info", e.error = "--error", e.success = "--success", e.warning = "--warning", e))(Je || {});
110
+ const ws = {
369
111
  info: "information",
370
112
  error: "error",
371
113
  success: "approved",
372
114
  warning: "warning"
373
- }, Os = ({ status: e = "info", message: n, isVisible: t = !0, ...c }) => !t || !n ? null : ["error", "success", "warning", "info"].includes(e) ? s.jsxs("div", {
374
- className: `a-form-alert a-form-alert${is[e]}`,
375
- ...c,
376
- children: [s.jsx(T, {
115
+ }, Ss = ({ status: e = "info", message: s, isVisible: o = !0, ...t }) => !o || !s ? null : ["error", "success", "warning", "info"].includes(e) ? v("div", {
116
+ className: `a-form-alert a-form-alert${Je[e]}`,
117
+ ...t,
118
+ children: [c(T, {
377
119
  ariaLabel: `${e} icon`,
378
- name: Is[e],
120
+ name: ws[e],
379
121
  withBg: !0
380
- }), s.jsx("span", {
122
+ }), c("span", {
381
123
  className: "a-form-alert__text",
382
- children: n
124
+ children: s
383
125
  })]
384
- }) : s.jsxs("p", {
126
+ }) : v("p", {
385
127
  children: ["[Error] Unsupported field-level alert type provided: ", e]
386
128
  });
387
- function Ce({ children: e, className: n, ...t }) {
388
- return s.jsx("li", {
389
- className: j("m-list__item", n),
390
- ...t,
129
+ function Ne({ children: e, className: s, ...o }) {
130
+ return c("li", {
131
+ className: w("m-list__item", s),
132
+ ...o,
391
133
  children: e
392
134
  });
393
135
  }
394
- function He({ children: e, itemClassname: n = "", className: t }) {
395
- return s.jsx(s.Fragment, {
396
- children: e.map((c) => s.jsx(Ce, {
397
- className: t,
398
- children: se.cloneElement(c, {
399
- className: `${n} ${c.props?.className ?? ""}`
136
+ function Me({ children: e, itemClassname: s = "", className: o }) {
137
+ return c(oe, {
138
+ children: e.map((t) => c(Ne, {
139
+ className: o,
140
+ children: ne.cloneElement(t, {
141
+ className: `${s} ${t.props?.className ?? ""}`
400
142
  })
401
- }, c.key))
143
+ }, t.key))
402
144
  });
403
145
  }
404
- function Y({ asButton: e = !1, children: n, href: t, iconLeft: c, iconRight: i, isJump: o = !1, isRouterLink: a = !1, label: p, type: d = "default", ...f }) {
405
- const b = !e && (!!(c ?? i) || o), v = e || b ? s.jsx(Rs, {
146
+ function U({ asButton: e = !1, children: s, href: o, iconLeft: t, iconRight: i, isJump: n = !1, isRouterLink: r = !1, label: p, type: d = "default", ...l }) {
147
+ const u = !e && (!!(t ?? i) || n), h = e || u ? c(Ns, {
406
148
  children: p
407
- }) : p, _ = j(f.className, {
149
+ }) : p, y = w(l.className, {
408
150
  "a-btn": e || d === "destructive",
409
151
  "a-btn--link": d === "destructive",
410
152
  "a-btn--warning": d === "destructive",
411
- "a-link--jump": o,
412
- "a-link": b
153
+ "a-link--jump": n,
154
+ "a-link": u
413
155
  });
414
- if (a) {
415
- if (!t)
156
+ if (r) {
157
+ if (!o)
416
158
  throw new Error("Link component: href is a required attribute when isRouterLink is true");
417
- return s.jsx(vs, {
418
- to: t,
419
- ...f,
420
- className: _,
159
+ return c(ls, {
160
+ to: o,
161
+ ...l,
162
+ className: y,
421
163
  children: p
422
164
  });
423
165
  }
424
- return s.jsxs("a", {
425
- ...f,
426
- className: _,
427
- href: t,
428
- children: [n, !!c && s.jsx(T, {
429
- name: c,
166
+ return v("a", {
167
+ ...l,
168
+ className: y,
169
+ href: o,
170
+ children: [s, !!t && c(T, {
171
+ name: t,
430
172
  isPresentational: !0
431
- }), v, !!i && s.jsx(T, {
173
+ }), h, !!i && c(T, {
432
174
  name: i,
433
175
  isPresentational: !0
434
176
  })]
435
177
  });
436
178
  }
437
- const Rs = ({ children: e, ...n }) => s.jsx("span", {
179
+ const Ns = ({ children: e, ...s }) => c("span", {
438
180
  className: "a-link__text",
439
- ...n,
181
+ ...s,
440
182
  children: e
441
- }), Ps = (e) => s.jsx(Ce, {
442
- children: s.jsx(Y, {
183
+ }), Ls = (e) => c(Ne, {
184
+ children: c(U, {
443
185
  ...e,
444
186
  isJump: !0
445
187
  })
446
- }), Bs = ({ href: e, label: n, isExternal: t }) => s.jsx(Ps, {
188
+ }), xs = ({ href: e, label: s, isExternal: o }) => c(Ls, {
447
189
  href: e,
448
- label: n,
449
- iconRight: t ? "external-link" : void 0
450
- }), Ds = {
190
+ label: s,
191
+ iconRight: o ? "external-link" : void 0
192
+ }), ks = {
451
193
  error: {
452
194
  name: "error",
453
195
  withBg: !0
@@ -468,100 +210,100 @@ const Rs = ({ children: e, ...n }) => s.jsx("span", {
468
210
  name: "warning",
469
211
  withBg: !0
470
212
  }
471
- }, no = ({ children: e, className: n, links: t, message: c, status: i = "info", isVisible: o = !0, isFieldLevel: a = !1, showIcon: p = !0, ...d }) => {
472
- if (!o) return null;
473
- if (a)
474
- return s.jsx(Os, {
213
+ }, Yn = ({ children: e, className: s, links: o, message: t, status: i = "info", isVisible: n = !0, isFieldLevel: r = !1, showIcon: p = !0, ...d }) => {
214
+ if (!n) return null;
215
+ if (r)
216
+ return c(Ss, {
475
217
  status: i,
476
- message: c,
477
- isVisible: o,
218
+ message: t,
219
+ isVisible: n,
478
220
  ...d
479
221
  });
480
- const f = j("m-notification", "m-notification--visible", {
222
+ const l = w("m-notification", "m-notification--visible", {
481
223
  "m-notification--success": i === "success",
482
224
  "m-notification--warning": i === "warning",
483
225
  "m-notification--error": i === "error",
484
226
  "m-notification--info": i === "info"
485
- }, n);
486
- return s.jsxs("div", {
487
- className: f,
227
+ }, s);
228
+ return v("div", {
229
+ className: l,
488
230
  ...d,
489
- children: [p ? s.jsx(T, {
231
+ children: [p ? c(T, {
490
232
  ariaLabel: `${i} icon`,
491
- ...Ds[i]
492
- }) : null, s.jsxs("div", {
233
+ ...ks[i]
234
+ }) : null, v("div", {
493
235
  className: "m-notification__content",
494
- children: [c ? s.jsx("div", {
236
+ children: [t ? c("div", {
495
237
  className: "m-notification__message",
496
- children: c
497
- }) : null, e ? s.jsx("div", {
498
- className: `${c ? "m-notification__explanation" : ""}`,
238
+ children: t
239
+ }) : null, e ? c("div", {
240
+ className: `${t ? "m-notification__explanation" : ""}`,
499
241
  children: e
500
- }) : null, t && t.length > 0 ? s.jsx(le, {
242
+ }) : null, o && o.length > 0 ? c(ie, {
501
243
  isLinks: !0,
502
- children: t.map((l) => ns(Bs, {
503
- ...l,
504
- key: l.href
244
+ children: o.map((a) => Ze(xs, {
245
+ ...a,
246
+ key: a.href
505
247
  }))
506
248
  }) : null]
507
249
  })]
508
250
  });
509
- }, Ms = ({ isLarge: e = !1, children: n }) => {
510
- const t = ["a-tagline"];
511
- return e && t.push("a-tagline--large"), s.jsxs("div", {
512
- className: j(t),
513
- children: [s.jsx("span", {
251
+ }, As = ({ isLarge: e = !1, children: s }) => {
252
+ const o = ["a-tagline"];
253
+ return e && o.push("a-tagline--large"), v("div", {
254
+ className: w(o),
255
+ children: [c("span", {
514
256
  className: "u-usa-flag"
515
- }), s.jsx("div", {
257
+ }), c("div", {
516
258
  className: "a-tagline__text",
517
- children: n
259
+ children: s
518
260
  })]
519
261
  });
520
- }, Hs = ({ phoneNumber: e }) => {
262
+ }, Cs = ({ phoneNumber: e }) => {
521
263
  if (/\d-\d{3}-\d{3}-\d{4}/.test(e)) {
522
- const [, n, ...t] = e.split("-");
523
- return s.jsxs("a", {
264
+ const [, s, ...o] = e.split("-");
265
+ return v("a", {
524
266
  href: `tel:+${e}`,
525
- children: ["(", n, ") ", t.join("-")]
267
+ children: ["(", s, ") ", o.join("-")]
526
268
  });
527
269
  }
528
- return s.jsx("a", {
270
+ return c("a", {
529
271
  href: `tel:+${e}`,
530
272
  children: e
531
273
  });
532
- }, Fs = ({ isHorizontal: e = !0, tagline: n = s.jsxs(s.Fragment, {
533
- children: ["An official website of the", " ", s.jsx("span", {
274
+ }, Ts = ({ isHorizontal: e = !0, tagline: s = v(oe, {
275
+ children: ["An official website of the", " ", c("span", {
534
276
  className: "u-nowrap",
535
277
  children: "United States government"
536
278
  })]
537
- }), phoneNumber: t, links: c = [], className: i, ...o }) => {
538
- const a = ["m-global-eyebrow"], p = ["wrapper"], d = ["m-list"];
539
- let f = null;
540
- return e ? (a.push("m-global-eyebrow--horizontal"), p.push("wrapper--match-content"), d.push("m-list--horizontal m-global-eyebrow__languages"), f = s.jsx(Ms, {
541
- children: n
542
- })) : a.push("m-global-eyebrow--list"), i && a.push(i), s.jsx("div", {
543
- className: j(a),
544
- ...o,
545
- children: s.jsxs("div", {
546
- className: j(p),
547
- children: [f, s.jsxs("div", {
279
+ }), phoneNumber: o, links: t = [], className: i, ...n }) => {
280
+ const r = ["m-global-eyebrow"], p = ["wrapper"], d = ["m-list"];
281
+ let l = null;
282
+ return e ? (r.push("m-global-eyebrow--horizontal"), p.push("wrapper--match-content"), d.push("m-list--horizontal m-global-eyebrow__languages"), l = c(As, {
283
+ children: s
284
+ })) : r.push("m-global-eyebrow--list"), i && r.push(i), c("div", {
285
+ className: w(r),
286
+ ...n,
287
+ children: v("div", {
288
+ className: w(p),
289
+ children: [l, v("div", {
548
290
  className: "m-global-eyebrow__actions",
549
- children: [c.length > 0 && s.jsx("ul", {
550
- className: j(d),
551
- children: c.map((l) => s.jsx("li", {
291
+ children: [t.length > 0 && c("ul", {
292
+ className: w(d),
293
+ children: t.map((a) => c("li", {
552
294
  className: "m-list__item",
553
- children: l
554
- }, l.key))
555
- }), t ? s.jsx("span", {
295
+ children: a
296
+ }, a.key))
297
+ }), o ? c("span", {
556
298
  className: "m-global-eyebrow__phone",
557
- children: s.jsx(Hs, {
558
- phoneNumber: t
299
+ children: c(Cs, {
300
+ phoneNumber: o
559
301
  })
560
302
  }) : null]
561
303
  })]
562
304
  })
563
305
  });
564
- }, Ws = {
306
+ }, Is = {
565
307
  en: {
566
308
  label: "English",
567
309
  code: "en",
@@ -600,116 +342,112 @@ const Rs = ({ children: e, ...n }) => s.jsx("span", {
600
342
  label: "Kreyòl Ayisyen",
601
343
  code: "ht"
602
344
  }
603
- }, oo = ({ code: e, href: n, label: t, languageMap: c = Ws, ...i }) => {
604
- const o = c[e];
605
- let a = e, p = e, d = t, f = n;
606
- return o && (a = o.code, p = o.code, d = t ?? o.label, f = o.href || n), s.jsx("a", {
607
- href: f ?? `/language/${a}/`,
608
- hrefLang: a,
345
+ }, Gn = ({ code: e, href: s, label: o, languageMap: t = Is, ...i }) => {
346
+ const n = t[e];
347
+ let r = e, p = e, d = o, l = s;
348
+ return n && (r = n.code, p = n.code, d = o ?? n.label, l = n.href || s), c("a", {
349
+ href: l ?? `/language/${r}/`,
350
+ hrefLang: r,
609
351
  lang: p,
610
352
  ...i,
611
353
  children: d
612
354
  });
613
- }, to = ({ crumbs: e, ariaLabel: n = "Breadcrumbs", className: t, ...c }) => e.length === 0 ? null : s.jsx("div", {
614
- className: j("u-layout-grid__breadcrumbs", t),
615
- ...c,
616
- children: s.jsx("nav", {
355
+ }, Zn = ({ crumbs: e, ariaLabel: s = "Breadcrumbs", className: o, ...t }) => e.length === 0 ? null : c("div", {
356
+ className: w("u-layout-grid__breadcrumbs", o),
357
+ ...t,
358
+ children: c("nav", {
617
359
  className: "m-breadcrumbs",
618
- "aria-label": n,
619
- children: e.map((i) => s.jsxs(gs, {
620
- children: [" / ", i.isCurrent ? s.jsx("span", {
360
+ "aria-label": s,
361
+ children: e.map((i) => v(ds, {
362
+ children: [" / ", i.isCurrent ? c("span", {
621
363
  className: "m-breadcrumbs__crumb",
622
364
  "aria-current": "page",
623
365
  children: ` ${i.label} `
624
- }) : s.jsx("a", {
366
+ }) : c("a", {
625
367
  className: "m-breadcrumbs__crumb",
626
368
  href: i.href,
627
369
  children: ` ${i.label} `
628
370
  })]
629
371
  }, `${i.href}-${i.label}`))
630
372
  })
631
- }), $s = ["a-btn"], Us = {
373
+ }), Os = ["a-btn"], Bs = {
632
374
  primary: [],
633
375
  secondary: ["a-btn--secondary"],
634
376
  warning: ["a-btn--warning"]
635
- }, qs = {
377
+ }, Hs = {
636
378
  default: [],
637
379
  full: ["a-btn--full-on-xs"]
638
- }, pe = Te(({ appearance: e = "primary", asLink: n = !1, size: t = "default", label: c, className: i, iconLeft: o, iconRight: a, ...p }, d) => {
639
- const f = [...$s, ...Us[e], ...qs[t]];
640
- return n && f.push("a-btn--link"), i && f.push(i), p.disabled && f.push("a-btn--disabled"), s.jsxs("button", {
380
+ }, te = Se(({ appearance: e = "primary", asLink: s = !1, size: o = "default", label: t, className: i, iconLeft: n, iconRight: r, ...p }, d) => {
381
+ const l = [...Os, ...Bs[e], ...Hs[o]];
382
+ return s && l.push("a-btn--link"), i && l.push(i), p.disabled && l.push("a-btn--disabled"), v("button", {
641
383
  ref: d,
642
384
  type: "button",
643
- className: [...f].join(" "),
385
+ className: [...l].join(" "),
644
386
  ...p,
645
- children: [!!o && s.jsx(T, {
646
- name: o,
387
+ children: [!!n && c(T, {
388
+ name: n,
647
389
  isPresentational: !0
648
- }), o || a ? s.jsx("span", {
649
- children: c
650
- }) : c, !!a && s.jsx(T, {
651
- name: a,
390
+ }), n || r ? c("span", {
391
+ children: t
392
+ }) : t, !!r && c(T, {
393
+ name: r,
652
394
  isPresentational: !0
653
395
  })]
654
396
  });
655
397
  });
656
- pe.displayName = "Button";
657
- const co = ({ className: e, children: n, ...t }) => n ? s.jsx("div", {
398
+ te.displayName = "Button";
399
+ const Kn = ({ className: e, children: s, ...o }) => s ? c("div", {
658
400
  className: `m-btn-group ${e ?? ""}`,
659
- ...t,
660
- children: n
661
- }) : null, rs = ({ children: e, className: n, ...t }) => {
662
- if (!e) return null;
663
- const c = ["a-label__helper", n];
664
- return s.jsxs("small", {
665
- className: j(c),
666
- ...t,
667
- children: ["(", e, ")"]
668
- });
669
- }, Ys = ["a-label"], as = ({ children: e, inline: n = !1, htmlFor: t, className: c, ...i }) => {
670
- const a = [...[...Ys, n ? "" : "a-label--heading"], c];
671
- return e ? s.jsx("label", {
401
+ ...o,
402
+ children: s
403
+ }) : null, es = ({ children: e, className: s, ...o }) => e ? v("small", {
404
+ className: w(["a-label__helper", s]),
405
+ ...o,
406
+ children: ["(", e, ")"]
407
+ }) : null, Ms = ["a-label"], ss = ({ children: e, inline: s = !1, htmlFor: o, className: t, ...i }) => {
408
+ const r = [...[...Ms, s ? "" : "a-label--heading"], t];
409
+ return e ? c("label", {
672
410
  ...i,
673
- className: j(a),
674
- htmlFor: t,
411
+ className: w(r),
412
+ htmlFor: o,
675
413
  children: e
676
414
  }) : null;
677
- }, Vs = ["m-form-field m-form-field--checkbox"], Qs = {
415
+ }, Ds = ["m-form-field m-form-field--checkbox"], Ps = {
678
416
  success: "m-form-field--checkbox-success",
679
417
  warning: "m-form-field--checkbox-warning",
680
418
  error: "m-form-field--checkbox-error"
681
- }, io = ({ id: e, label: n, className: t, inputClassName: c, labelClassName: i = "", checked: o = !1, helperText: a, inputRef: p, disabled: d = !1, isLarge: f = !1, labelInline: l = !0, name: b, onChange: h, status: v, ..._ }) => {
682
- const y = os((N) => {
683
- h?.(N);
684
- }, [h]), w = [...Vs, f ? "m-form-field--lg-target" : "", v ? Qs[v] : "", t];
685
- return s.jsxs("div", {
686
- className: j(w),
687
- children: [s.jsx("input", {
419
+ }, zn = ({ id: e, label: s, className: o, inputClassName: t, labelClassName: i = "", checked: n = !1, helperText: r, inputRef: p, disabled: d = !1, isLarge: l = !1, labelInline: a = !0, name: u, onChange: b, status: h, ...y }) => {
420
+ const _ = Ke((x) => {
421
+ b?.(x);
422
+ }, [b]), L = [...Ds, l ? "m-form-field--lg-target" : "", h ? Ps[h] : "", o];
423
+ return v("div", {
424
+ className: w(L),
425
+ children: [c("input", {
688
426
  id: e,
689
427
  type: "checkbox",
690
- checked: o,
691
- "aria-checked": o,
428
+ checked: n,
429
+ "aria-checked": n,
692
430
  "aria-labelledby": `${e}-label`,
693
- name: b ?? e,
431
+ name: u ?? e,
694
432
  ref: p,
695
433
  disabled: d,
696
- onChange: y,
697
- ..._,
698
- className: j(["a-checkbox", c])
699
- }), s.jsxs(as, {
434
+ onChange: _,
435
+ ...y,
436
+ className: w(["a-checkbox", t])
437
+ }), v(ss, {
700
438
  id: `${e}-label`,
701
439
  className: i,
702
440
  htmlFor: e,
703
- inline: l,
704
- children: [n, s.jsx(rs, {
705
- children: a
441
+ inline: a,
442
+ children: [s, c(es, {
443
+ children: r
706
444
  })]
707
445
  })]
708
446
  });
709
- }, ro = ({ className: e = "", ...n }) => s.jsx("div", {
447
+ }, Xn = ({ className: e = "", ...s }) => c("div", {
710
448
  className: `content__line ${e}`,
711
- ...n
712
- }), Qe = {
449
+ ...s
450
+ }), We = {
713
451
  bpXS: {
714
452
  min: 0,
715
453
  max: 600
@@ -730,329 +468,329 @@ const co = ({ className: e, children: n, ...t }) => n ? s.jsx("div", {
730
468
  min: 1201
731
469
  }
732
470
  };
733
- function Ee() {
471
+ function be() {
734
472
  let e = getComputedStyle(document.body).fontSize;
735
473
  return e = e === "" ? -1 : e, parseFloat(e);
736
474
  }
737
- function Gs(e, n) {
738
- let t = e.min, c = e.max;
739
- Ee() > 0 && Ee() !== 16 && (t = t / 16 * Ee(), c = c / 16 * Ee());
740
- const o = t || 0, a = c || Number.POSITIVE_INFINITY;
741
- return o <= n && n <= a;
475
+ function Rs(e, s) {
476
+ let o = e.min, t = e.max;
477
+ be() > 0 && be() !== 16 && (o = o / 16 * be(), t = t / 16 * be());
478
+ const n = o || 0, r = t || Number.POSITIVE_INFINITY;
479
+ return n <= s && s <= r;
742
480
  }
743
- function zs(e) {
744
- const n = {};
481
+ function Fs(e) {
482
+ const s = {};
745
483
  e = e || window.innerWidth;
746
- let t;
747
- for (t in Qe)
748
- n[t] = Gs(
749
- Qe[t],
484
+ let o;
485
+ for (o in We)
486
+ s[o] = Rs(
487
+ We[o],
750
488
  e
751
489
  );
752
- return n;
490
+ return s;
753
491
  }
754
- const Zs = "mobile", Xs = "tablet", Ks = "desktop";
755
- function Js(e) {
756
- let n = !1;
757
- return (zs().bpXS || e === Xs || e === Ks) && (n = !0), n;
492
+ const Ws = "mobile", qs = "tablet", $s = "desktop";
493
+ function Us(e) {
494
+ let s = !1;
495
+ return (Fs().bpXS || e === qs || e === $s) && (s = !0), s;
758
496
  }
759
- const Z = "data-js-hook", en = "behavior_", sn = "state_";
760
- function me() {
497
+ const G = "data-js-hook", Vs = "behavior_", Qs = "state_";
498
+ function re() {
761
499
  const e = {};
762
- function n(i, o) {
763
- return {}.hasOwnProperty.call(e, i) ? e[i].push(o) : e[i] = [o], this;
500
+ function s(i, n) {
501
+ return {}.hasOwnProperty.call(e, i) ? e[i].push(n) : e[i] = [n], this;
764
502
  }
765
- function t(i, o) {
503
+ function o(i, n) {
766
504
  if (!{}.hasOwnProperty.call(e, i))
767
505
  return this;
768
- const a = e[i].indexOf(o);
769
- return a !== -1 && e[i].splice(a, 1), this;
506
+ const r = e[i].indexOf(n);
507
+ return r !== -1 && e[i].splice(r, 1), this;
770
508
  }
771
- function c(i, o) {
509
+ function t(i, n) {
772
510
  if (!{}.hasOwnProperty.call(e, i))
773
511
  return this;
774
- o = o || {};
775
- const a = e[i];
776
- for (let p = 0, d = a.length; p < d; p++)
777
- a[p].call(this, o);
512
+ n = n || {};
513
+ const r = e[i];
514
+ for (let p = 0, d = r.length; p < d; p++)
515
+ r[p].call(this, n);
778
516
  return this;
779
517
  }
780
- return this.addEventListener = n, this.removeEventListener = t, this.dispatchEvent = c, this.getRegisteredEvents = () => e, this;
518
+ return this.addEventListener = s, this.removeEventListener = o, this.dispatchEvent = t, this.getRegisteredEvents = () => e, this;
781
519
  }
782
- function Ie(e, n) {
520
+ function Le(e, s) {
783
521
  if (!e)
784
522
  return !1;
785
- let t = e.getAttribute(Z);
786
- return t ? (t = t.split(" "), t.indexOf(n) > -1) : !1;
523
+ let o = e.getAttribute(G);
524
+ return o ? (o = o.split(" "), o.indexOf(s) > -1) : !1;
787
525
  }
788
- function q(e, n) {
789
- if (Ie(e, n)) return n;
790
- if (n.indexOf(" ") !== -1) {
791
- const c = Z + " values cannot contain spaces!";
792
- throw new Error(c);
793
- }
794
- const t = e.getAttribute(Z);
795
- return t !== null && (n = t + " " + n), e.setAttribute(Z, n), n;
526
+ function W(e, s) {
527
+ if (Le(e, s)) return s;
528
+ if (s.indexOf(" ") !== -1) {
529
+ const t = G + " values cannot contain spaces!";
530
+ throw new Error(t);
531
+ }
532
+ const o = e.getAttribute(G);
533
+ return o !== null && (s = o + " " + s), e.setAttribute(G, s), s;
796
534
  }
797
- const Me = sn + "atomic_init";
798
- function nn(e, n) {
535
+ const He = Qs + "atomic_init";
536
+ function js(e, s) {
799
537
  if (!e || !e.classList) {
800
- const t = e + ' is not valid. Check that element is a DOM node with class "' + n + '"';
801
- throw new Error(t);
538
+ const o = e + ' is not valid. Check that element is a DOM node with class "' + s + '"';
539
+ throw new Error(o);
802
540
  }
803
541
  return e;
804
542
  }
805
- function on(e, n) {
806
- const t = e.classList.contains(n) ? e : e.querySelector("." + n);
807
- if (!t) {
808
- const c = n + " not found on or in passed DOM node.";
809
- throw new Error(c);
543
+ function Ys(e, s) {
544
+ const o = e.classList.contains(s) ? e : e.querySelector("." + s);
545
+ if (!o) {
546
+ const t = s + " not found on or in passed DOM node.";
547
+ throw new Error(t);
810
548
  }
811
- return t;
549
+ return o;
812
550
  }
813
- function _e(e, n) {
814
- return nn(e, n), on(e, n);
551
+ function le(e, s) {
552
+ return js(e, s), Ys(e, s);
815
553
  }
816
- function de(e) {
817
- return Ie(e, Me) ? !1 : (q(e, Me), !0);
554
+ function ce(e) {
555
+ return Le(e, He) ? !1 : (W(e, He), !0);
818
556
  }
819
- function ye(e, n, t, c = {}) {
820
- const o = (t || document).querySelectorAll(e), a = [];
557
+ function me(e, s, o, t = {}) {
558
+ const n = (o || document).querySelectorAll(e), r = [];
821
559
  let p, d;
822
- for (let f = 0, l = o.length; f < l; f++)
823
- d = o[f], Ie(d, Me) === !1 && (p = new n(d), p.init(c), a.push(p));
824
- return a;
560
+ for (let l = 0, a = n.length; l < a; l++)
561
+ d = n[l], Le(d, He) === !1 && (p = new s(d), p.init(t), r.push(p));
562
+ return r;
825
563
  }
826
- function Ge(e, n) {
827
- let t;
828
- if (Ie(e, n))
829
- return t = e, t;
564
+ function qe(e, s) {
565
+ let o;
566
+ if (Le(e, s))
567
+ return o = e, o;
830
568
  if (e) {
831
- const c = "[" + Z + "=" + n + "]";
832
- t = e.querySelector(c);
569
+ const t = "[" + G + "=" + s + "]";
570
+ o = e.querySelector(t);
833
571
  }
834
- if (!t) {
835
- const c = n + " behavior not found on passed DOM node!";
836
- throw new Error(c);
572
+ if (!o) {
573
+ const t = s + " behavior not found on passed DOM node!";
574
+ throw new Error(t);
837
575
  }
838
- return t;
576
+ return o;
839
577
  }
840
- function tn() {
578
+ function Gs() {
841
579
  return !!new RegExp(
842
580
  /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i
843
581
  ).test(navigator.userAgent);
844
582
  }
845
- function I(e, n, t) {
846
- const c = n;
583
+ function I(e, s, o) {
584
+ const t = s;
847
585
  let i = e;
848
- if (!t) throw new Error("Child transition argument must be defined!");
849
- const o = t;
850
- let a, p, d, f = !1, l = !1, b = !1;
851
- if (typeof c.CSS_PROPERTY > "u" || typeof c.BASE_CLASS > "u")
586
+ if (!o) throw new Error("Child transition argument must be defined!");
587
+ const n = o;
588
+ let r, p, d, l = !1, a = !1, u = !1;
589
+ if (typeof t.CSS_PROPERTY > "u" || typeof t.BASE_CLASS > "u")
852
590
  throw new Error(
853
591
  "Transitions require CSS_PROPERTY and BASE_CLASS to be passed into BaseTransition."
854
592
  );
855
- function h() {
856
- p && f ? (i.addEventListener(p, d), o.dispatchEvent(I.BEGIN_EVENT, {
857
- target: o,
593
+ function b() {
594
+ p && l ? (i.addEventListener(p, d), n.dispatchEvent(I.BEGIN_EVENT, {
595
+ target: n,
858
596
  type: I.BEGIN_EVENT
859
- }), i.classList.add(I.ANIMATING_CLASS), l = !0) : (o.dispatchEvent(I.BEGIN_EVENT, {
860
- target: o,
597
+ }), i.classList.add(I.ANIMATING_CLASS), a = !0) : (n.dispatchEvent(I.BEGIN_EVENT, {
598
+ target: n,
861
599
  type: I.BEGIN_EVENT
862
600
  }), d());
863
601
  }
864
- function v() {
602
+ function h() {
865
603
  i.removeEventListener(p, d);
866
604
  }
867
- function _(S) {
868
- return S && S.propertyName !== c.CSS_PROPERTY ? !1 : (v(), i.classList.remove(I.ANIMATING_CLASS), o.dispatchEvent(I.END_EVENT, {
869
- target: o,
605
+ function y(N) {
606
+ return N && N.propertyName !== t.CSS_PROPERTY ? !1 : (h(), i.classList.remove(I.ANIMATING_CLASS), n.dispatchEvent(I.END_EVENT, {
607
+ target: n,
870
608
  type: I.END_EVENT
871
- }), l = !1, !0);
609
+ }), a = !1, !0);
872
610
  }
873
- function y() {
874
- let S;
875
- for (S in c)
876
- ({}).hasOwnProperty.call(c, S) && c[S] !== c.BASE_CLASS && i.classList.contains(c[S]) && i.classList.remove(c[S]);
611
+ function _() {
612
+ let N;
613
+ for (N in t)
614
+ ({}).hasOwnProperty.call(t, N) && t[N] !== t.BASE_CLASS && i.classList.contains(t[N]) && i.classList.remove(t[N]);
877
615
  }
878
- function w() {
879
- l && (i.style.webkitTransitionDuration = "0", i.style.mozTransitionDuration = "0", i.style.oTransitionDuration = "0", i.style.transitionDuration = "0", i.removeEventListener(p, d), d(), i.style.webkitTransitionDuration = "", i.style.mozTransitionDuration = "", i.style.oTransitionDuration = "", i.style.transitionDuration = "");
616
+ function L() {
617
+ a && (i.style.webkitTransitionDuration = "0", i.style.mozTransitionDuration = "0", i.style.oTransitionDuration = "0", i.style.transitionDuration = "0", i.removeEventListener(p, d), d(), i.style.webkitTransitionDuration = "", i.style.mozTransitionDuration = "", i.style.oTransitionDuration = "", i.style.transitionDuration = "");
880
618
  }
881
- function N() {
882
- w(), y(), i.classList.remove(c.BASE_CLASS);
619
+ function x() {
620
+ L(), _(), i.classList.remove(t.BASE_CLASS);
883
621
  }
884
622
  function k() {
885
- i.classList.remove(I.NO_ANIMATION_CLASS), f = !0;
623
+ i.classList.remove(I.NO_ANIMATION_CLASS), l = !0;
886
624
  }
887
- function R() {
888
- i.classList.add(I.NO_ANIMATION_CLASS), f = !1;
625
+ function B() {
626
+ i.classList.add(I.NO_ANIMATION_CLASS), l = !1;
889
627
  }
890
- function P(S) {
891
- if (!S) {
892
- const W = "Element does not have TransitionEnd event. It may be null!";
893
- throw new Error(W);
628
+ function M(N) {
629
+ if (!N) {
630
+ const X = "Element does not have TransitionEnd event. It may be null!";
631
+ throw new Error(X);
894
632
  }
895
- let O;
896
- const M = {
633
+ let H;
634
+ const D = {
897
635
  WebkitTransition: "webkitTransitionEnd",
898
636
  MozTransition: "transitionend",
899
637
  OTransition: "oTransitionEnd otransitionend",
900
638
  transition: "transitionend"
901
639
  };
902
- let H;
903
- for (H in M)
904
- if ({}.hasOwnProperty.call(M, H) && typeof S.style[H] < "u") {
905
- O = M[H];
640
+ let q;
641
+ for (q in D)
642
+ if ({}.hasOwnProperty.call(D, q) && typeof N.style[q] < "u") {
643
+ H = D[q];
906
644
  break;
907
645
  }
908
- return O;
646
+ return H;
909
647
  }
910
- function E(S) {
911
- N(), k(), i = S, i.classList.add(c.BASE_CLASS), p = P(i);
648
+ function S(N) {
649
+ x(), k(), i = N, i.classList.add(t.BASE_CLASS), p = M(i);
912
650
  }
913
- function L(S) {
914
- if (f = !i.classList.contains(I.NO_ANIMATION_CLASS), d = _.bind(this), E(i), !S)
651
+ function A(N) {
652
+ if (l = !i.classList.contains(I.NO_ANIMATION_CLASS), d = y.bind(this), S(i), !N)
915
653
  throw new Error(
916
654
  "Transition needs to be passed an initial CSS class on initialization!"
917
655
  );
918
- return i.classList.add(S), this;
656
+ return i.classList.add(N), this;
919
657
  }
920
- function C(S) {
921
- return b || (y(), b = !0), i.classList.contains(S) ? !1 : (v(), i.classList.remove(a), a = S, h(), i.classList.add(a), !0);
658
+ function O(N) {
659
+ return u || (_(), u = !0), i.classList.contains(N) ? !1 : (h(), i.classList.remove(r), r = N, b(), i.classList.add(r), !0);
922
660
  }
923
- return this.animateOff = R, this.animateOn = k, this.applyClass = C, this.halt = w, this.init = L, this.isAnimated = () => f, this.remove = N, this.setElement = E, this;
661
+ return this.animateOff = B, this.animateOn = k, this.applyClass = O, this.halt = L, this.init = A, this.isAnimated = () => l, this.remove = x, this.setElement = S, this;
924
662
  }
925
663
  I.BEGIN_EVENT = "transitionbegin";
926
664
  I.END_EVENT = "transitionend";
927
665
  I.NO_ANIMATION_CLASS = "u-no-animation";
928
666
  I.ANIMATING_CLASS = "u-is-animating";
929
- const ge = en + "flyout-menu", cn = "[" + Z + "=" + ge;
930
- function Oe(e, n = !0) {
931
- const t = Ge(e, ge), c = k(e), i = Ge(e, ge + "_content");
932
- let o = 0;
933
- const a = 0, p = 1, d = 2, f = 3;
934
- let l, b, h;
935
- const v = W.bind(this), _ = H.bind(this);
936
- let y, w = !0, N = !1;
937
- function k(u) {
938
- const r = [], m = u.querySelectorAll(`${cn}_trigger]`);
939
- let g, x, B;
940
- for (let D = m.length >>> 0; D--; ) {
941
- for (B = !1, g = m[D], x = g.parentElement; x !== u; )
942
- x.getAttribute(Z) && x.getAttribute(Z).split(" ").indexOf(ge) !== -1 ? (B = !0, x = u) : x = x.parentElement;
943
- B || r.unshift(m[D]);
667
+ const pe = Vs + "flyout-menu", Zs = "[" + G + "=" + pe;
668
+ function xe(e, s = !0) {
669
+ const o = qe(e, pe), t = k(e), i = qe(e, pe + "_content");
670
+ let n = 0;
671
+ const r = 0, p = 1, d = 2, l = 3;
672
+ let a, u, b;
673
+ const h = X.bind(this), y = q.bind(this);
674
+ let _, L = !0, x = !1;
675
+ function k(m) {
676
+ const f = [], g = m.querySelectorAll(`${Zs}_trigger]`);
677
+ let E, C, $;
678
+ for (let R = g.length >>> 0; R--; ) {
679
+ for ($ = !1, E = g[R], C = E.parentElement; C !== m; )
680
+ C.getAttribute(G) && C.getAttribute(G).split(" ").indexOf(pe) !== -1 ? ($ = !0, C = m) : C = C.parentElement;
681
+ $ || f.unshift(g[R]);
944
682
  }
945
- return r;
683
+ return f;
946
684
  }
947
- function R(u = !1) {
948
- return o = u ? f : a, c.forEach((r) => {
949
- P("expanded", r, u), r.addEventListener("click", S.bind(this)), r.addEventListener("touchstart", E, {
685
+ function B(m = !1) {
686
+ return n = m ? l : r, t.forEach((f) => {
687
+ M("expanded", f, m), f.addEventListener("click", N.bind(this)), f.addEventListener("touchstart", S, {
950
688
  passive: !0
951
- }), r.addEventListener("mouseover", L.bind(this)), r.addEventListener("mouseout", C.bind(this));
952
- }), i.setAttribute("data-open", u ? "true" : "false"), n && !u && i.setAttribute("hidden", ""), ee(), this;
689
+ }), f.addEventListener("mouseover", A.bind(this)), f.addEventListener("mouseout", O.bind(this));
690
+ }), i.setAttribute("data-open", m ? "true" : "false"), s && !m && i.setAttribute("hidden", ""), ue(), this;
953
691
  }
954
- function P(u, r, m) {
955
- const g = String(m);
956
- return r.setAttribute("aria-" + u, g), g;
692
+ function M(m, f, g) {
693
+ const E = String(g);
694
+ return f.setAttribute("aria-" + m, E), E;
957
695
  }
958
- function E() {
959
- N = !0;
696
+ function S() {
697
+ x = !0;
960
698
  }
961
- function L(u) {
962
- w || (N || this.dispatchEvent("triggerover", {
699
+ function A(m) {
700
+ L || (x || this.dispatchEvent("triggerover", {
963
701
  target: this,
964
- trigger: u.target,
702
+ trigger: m.target,
965
703
  type: "triggerover"
966
- }), N = !1);
704
+ }), x = !1);
967
705
  }
968
- function C(u) {
969
- w || this.dispatchEvent("triggerout", {
706
+ function O(m) {
707
+ L || this.dispatchEvent("triggerout", {
970
708
  target: this,
971
- trigger: u.target,
709
+ trigger: m.target,
972
710
  type: "triggerout"
973
711
  });
974
712
  }
975
- function S(u) {
976
- if (!w)
713
+ function N(m) {
714
+ if (!L)
977
715
  switch (this.dispatchEvent("triggerclick", {
978
716
  target: this,
979
- trigger: u.target,
717
+ trigger: m.target,
980
718
  type: "triggerclick"
981
- }), u.preventDefault(), o) {
982
- case a:
719
+ }), m.preventDefault(), n) {
720
+ case r:
983
721
  case p:
984
722
  this.expand();
985
723
  break;
986
724
  case d:
987
- case f:
725
+ case l:
988
726
  this.collapse();
989
727
  break;
990
728
  }
991
729
  }
992
- function O() {
993
- if (l?.halt(), o === d || o === f) return this;
994
- if (o = d, n && i.removeAttribute("hidden"), this.dispatchEvent("expandbegin", { target: this, type: "expandbegin" }), !b || !h)
995
- return _(), this;
996
- const u = l?.isAnimated();
997
- return u && l.addEventListener(I.END_EVENT, _), b(), u || _(), this;
998
- }
999
- function M() {
1000
- if (l?.halt(), o === p || o === a) return this;
1001
- for (let r = 0, m = c.length; r < m; r++)
1002
- P("expanded", c[r], !1);
1003
- if (i.setAttribute("data-open", "false"), o = p, this.dispatchEvent("collapsebegin", {
730
+ function H() {
731
+ if (a?.halt(), n === d || n === l) return this;
732
+ if (n = d, s && i.removeAttribute("hidden"), this.dispatchEvent("expandbegin", { target: this, type: "expandbegin" }), !u || !b)
733
+ return y(), this;
734
+ const m = a?.isAnimated();
735
+ return m && a.addEventListener(I.END_EVENT, y), u(), m || y(), this;
736
+ }
737
+ function D() {
738
+ if (a?.halt(), n === p || n === r) return this;
739
+ for (let f = 0, g = t.length; f < g; f++)
740
+ M("expanded", t[f], !1);
741
+ if (i.setAttribute("data-open", "false"), n = p, this.dispatchEvent("collapsebegin", {
1004
742
  target: this,
1005
743
  type: "collapsebegin"
1006
- }), !h || !b)
1007
- return v(), this;
1008
- const u = l?.isAnimated();
1009
- return u && l.addEventListener(
744
+ }), !b || !u)
745
+ return h(), this;
746
+ const m = a?.isAnimated();
747
+ return m && a.addEventListener(
1010
748
  I.END_EVENT,
1011
- v
1012
- ), h(), u || v(), this;
749
+ h
750
+ ), b(), m || h(), this;
1013
751
  }
1014
- function H() {
1015
- o = f, i.setAttribute("data-open", "true"), l && l.removeEventListener(
752
+ function q() {
753
+ n = l, i.setAttribute("data-open", "true"), a && a.removeEventListener(
1016
754
  I.END_EVENT,
1017
- _
755
+ y
1018
756
  ), this.dispatchEvent("expandend", { target: this, type: "expandend" });
1019
- for (let u = 0, r = c.length; u < r; u++)
1020
- P("expanded", c[u], !0);
757
+ for (let m = 0, f = t.length; m < f; m++)
758
+ M("expanded", t[m], !0);
1021
759
  }
1022
- function W() {
1023
- o = a, n && i.setAttribute("hidden", ""), l && l.removeEventListener(
760
+ function X() {
761
+ n = r, s && i.setAttribute("hidden", ""), a && a.removeEventListener(
1024
762
  I.END_EVENT,
1025
- v
763
+ h
1026
764
  ), this.dispatchEvent("collapseend", { target: this, type: "collapseend" });
1027
765
  }
1028
- function K(u, r, m) {
1029
- l = u, r && r !== h && (h = r), m && m !== b && (b = m);
766
+ function fe(m, f, g) {
767
+ a = m, f && f !== b && (b = f), g && g !== u && (u = g);
1030
768
  }
1031
- function fe() {
1032
- l && l.remove();
1033
- let u;
1034
- l = u, b = u, h = u;
769
+ function ke() {
770
+ a && a.remove();
771
+ let m;
772
+ a = m, u = m, b = m;
1035
773
  }
1036
- function J() {
774
+ function Ae() {
1037
775
  return {
1038
- container: t,
776
+ container: o,
1039
777
  content: i,
1040
- trigger: c
778
+ trigger: t
1041
779
  };
1042
780
  }
1043
- function ee() {
1044
- return w && (w = !1), !w;
781
+ function ue() {
782
+ return L && (L = !1), !L;
1045
783
  }
1046
- function oe() {
1047
- return w || (w = !0), w;
784
+ function Ce() {
785
+ return L || (L = !0), L;
1048
786
  }
1049
- function te(u) {
1050
- return y = u, this;
787
+ function Te(m) {
788
+ return _ = m, this;
1051
789
  }
1052
- const $ = new me();
1053
- return this.addEventListener = $.addEventListener, this.removeEventListener = $.removeEventListener, this.dispatchEvent = $.dispatchEvent, this.init = R, this.expand = O, this.collapse = M, this.setTransition = K, this.clearTransition = fe, this.getData = () => y, this.getTransition = () => l, this.getDom = J, this.isAnimating = () => o === d || o === p, this.isExpanded = () => o === f, this.resume = ee, this.setData = te, this.suspend = oe, Oe.BASE_CLASS = ge, this;
790
+ const K = new re();
791
+ return this.addEventListener = K.addEventListener, this.removeEventListener = K.removeEventListener, this.dispatchEvent = K.dispatchEvent, this.init = B, this.expand = H, this.collapse = D, this.setTransition = fe, this.clearTransition = ke, this.getData = () => _, this.getTransition = () => a, this.getDom = Ae, this.isAnimating = () => n === d || n === p, this.isExpanded = () => n === l, this.resume = ue, this.setData = Te, this.suspend = Ce, xe.BASE_CLASS = pe, this;
1054
792
  }
1055
- const ze = "transitiondir", ie = {
793
+ const $e = "transitiondir", J = {
1056
794
  CSS_PROPERTY: "max-height",
1057
795
  BASE_CLASS: "u-max-height-transition",
1058
796
  MH_DEFAULT: "u-max-height-default",
@@ -1061,536 +799,534 @@ const ze = "transitiondir", ie = {
1061
799
  MH_ZERO: "u-max-height-zero"
1062
800
  };
1063
801
  function V(e) {
1064
- const n = this, t = new me(), c = new I(e, ie, this);
802
+ const s = this, o = new re(), t = new I(e, J, this);
1065
803
  let i = 0;
1066
- function o() {
1067
- const y = e.scrollHeight + "px";
1068
- e.style.maxHeight = y, e.style.bottom = "auto", e.style.top = "auto";
804
+ function n() {
805
+ const _ = e.scrollHeight + "px";
806
+ e.style.maxHeight = _, e.style.bottom = "auto", e.style.top = "auto";
1069
807
  }
1070
- function a() {
1071
- const _ = e.getBoundingClientRect(), y = window.innerHeight - _.top, w = _.top, N = y <= 140 ? "up" : "down";
808
+ function r() {
809
+ const y = e.getBoundingClientRect(), _ = window.innerHeight - y.top, L = y.top, x = _ <= 140 ? "up" : "down";
1072
810
  return {
1073
- rect: _,
1074
- distanceToBottom: y,
1075
- distanceToTop: w,
1076
- dir: N
811
+ rect: y,
812
+ distanceToBottom: _,
813
+ distanceToTop: L,
814
+ dir: x
1077
815
  };
1078
816
  }
1079
817
  function p() {
1080
- window.removeEventListener("load", p), o();
818
+ window.removeEventListener("load", p), n();
1081
819
  }
1082
- function d(_) {
1083
- return c.init(_), window.addEventListener("load", p), window.addEventListener("resize", () => {
1084
- o();
820
+ function d(y) {
821
+ return t.init(y), window.addEventListener("load", p), window.addEventListener("resize", () => {
822
+ n();
1085
823
  }), this;
1086
824
  }
1087
- function f() {
1088
- return o(), c.applyClass(ie.MH_DEFAULT), (!i || e.scrollHeight > i) && (i = e.scrollHeight), this;
1089
- }
1090
825
  function l() {
1091
- return o(), c.applyClass(ie.MH_SUMMARY), i = e.scrollHeight, this;
826
+ return n(), t.applyClass(J.MH_DEFAULT), (!i || e.scrollHeight > i) && (i = e.scrollHeight), this;
1092
827
  }
1093
- function b() {
1094
- o(), e.style.top = "100%";
1095
- const _ = a();
1096
- let y = 30;
1097
- const w = 2;
1098
- let N = e.scrollHeight + y < _.distanceToBottom ? `${e.scrollHeight + w}px` : `${_.distanceToBottom - y}px`;
1099
- if (_.dir === "up") {
828
+ function a() {
829
+ return n(), t.applyClass(J.MH_SUMMARY), i = e.scrollHeight, this;
830
+ }
831
+ function u() {
832
+ n(), e.style.top = "100%";
833
+ const y = r();
834
+ let _ = 30;
835
+ const L = 2;
836
+ let x = e.scrollHeight + _ < y.distanceToBottom ? `${e.scrollHeight + L}px` : `${y.distanceToBottom - _}px`;
837
+ if (y.dir === "up") {
1100
838
  const k = e.parentElement.offsetHeight;
1101
- y += k, e.style.bottom = `${k - w}px`, N = e.scrollHeight + y < _.distanceToTop ? `${e.scrollHeight + w}px` : `${_.distanceToTop - y}px`, e.style.top = "unset";
839
+ _ += k, e.style.bottom = `${k - L}px`, x = e.scrollHeight + _ < y.distanceToTop ? `${e.scrollHeight + L}px` : `${y.distanceToTop - _}px`, e.style.top = "unset";
1102
840
  }
1103
- return e.style.maxHeight = N, c.applyClass(ie.MH_DYNAMIC), n.dispatchEvent(ze, {
1104
- target: n,
1105
- type: ze,
1106
- dir: _.dir
841
+ return e.style.maxHeight = x, t.applyClass(J.MH_DYNAMIC), s.dispatchEvent($e, {
842
+ target: s,
843
+ type: $e,
844
+ dir: y.dir
1107
845
  }), i = e.scrollHeight, this;
1108
846
  }
1109
- function h() {
1110
- return c.applyClass(ie.MH_ZERO), i = e.scrollHeight, this;
847
+ function b() {
848
+ return t.applyClass(J.MH_ZERO), i = e.scrollHeight, this;
1111
849
  }
1112
- function v() {
1113
- return e.style.maxHeight = "", c.remove();
850
+ function h() {
851
+ return e.style.maxHeight = "", t.remove();
1114
852
  }
1115
- return this.addEventListener = t.addEventListener, this.dispatchEvent = t.dispatchEvent, this.removeEventListener = t.removeEventListener, this.animateOff = c.animateOff, this.animateOn = c.animateOn, this.halt = c.halt, this.isAnimated = c.isAnimated, this.setElement = c.setElement, this.refresh = o, this.remove = v, this.init = d, this.maxHeightDefault = f, this.maxHeightSummary = l, this.maxHeightZero = h, this.maxHeightDynamic = b, this;
853
+ return this.addEventListener = o.addEventListener, this.dispatchEvent = o.dispatchEvent, this.removeEventListener = o.removeEventListener, this.animateOff = t.animateOff, this.animateOn = t.animateOn, this.halt = t.halt, this.isAnimated = t.isAnimated, this.setElement = t.setElement, this.refresh = n, this.remove = h, this.init = d, this.maxHeightDefault = l, this.maxHeightSummary = a, this.maxHeightZero = b, this.maxHeightDynamic = u, this;
1116
854
  }
1117
- V.CLASSES = ie;
1118
- const re = "o-expandable";
1119
- function ne(e) {
1120
- const n = _e(e, re);
1121
- let t, c, i, o, a;
855
+ V.CLASSES = J;
856
+ const ee = "o-expandable";
857
+ function z(e) {
858
+ const s = le(e, ee);
859
+ let o, t, i, n, r;
1122
860
  function p() {
1123
- if (!de(n))
861
+ if (!ce(s))
1124
862
  return this;
1125
- t = n.querySelector(`.${re}__header`), c = n.querySelector(`.${re}__content`), i = n.querySelector(`.${re}__label`);
1126
- const l = n.classList.contains(`${re}--onload-open`);
1127
- q(n, "behavior_flyout-menu"), q(t, "behavior_flyout-menu_trigger"), q(c, "behavior_flyout-menu_content");
1128
- const b = l ? V.CLASSES.MH_DEFAULT : V.CLASSES.MH_ZERO;
1129
- return o = new V(c).init(b), l || c.classList.add("u-hidden"), a = new Oe(n), a.setTransition(
1130
- o,
1131
- o.maxHeightZero,
1132
- o.maxHeightDefault
1133
- ), a.init(l), a.addEventListener("expandbegin", () => {
1134
- c.classList.remove("u-hidden"), this.dispatchEvent("expandbegin", { target: this });
1135
- }), a.addEventListener("collapseend", () => {
1136
- c.classList.add("u-hidden");
863
+ o = s.querySelector(`.${ee}__header`), t = s.querySelector(`.${ee}__content`), i = s.querySelector(`.${ee}__label`);
864
+ const a = s.classList.contains(`${ee}--onload-open`);
865
+ W(s, "behavior_flyout-menu"), W(o, "behavior_flyout-menu_trigger"), W(t, "behavior_flyout-menu_content");
866
+ const u = a ? V.CLASSES.MH_DEFAULT : V.CLASSES.MH_ZERO;
867
+ return n = new V(t).init(u), a || t.classList.add("u-hidden"), r = new xe(s), r.setTransition(
868
+ n,
869
+ n.maxHeightZero,
870
+ n.maxHeightDefault
871
+ ), r.init(a), r.addEventListener("expandbegin", () => {
872
+ t.classList.remove("u-hidden"), this.dispatchEvent("expandbegin", { target: this });
873
+ }), r.addEventListener("collapseend", () => {
874
+ t.classList.add("u-hidden");
1137
875
  }), this;
1138
876
  }
1139
877
  function d() {
1140
878
  return i.textContent.trim();
1141
879
  }
1142
- this.init = p, this.expand = () => a.expand(), this.collapse = () => a.collapse(), this.isExpanded = () => a.isExpanded(), this.refresh = () => a.getTransition().refresh(), this.getLabelText = d;
1143
- const f = new me();
1144
- return this.addEventListener = f.addEventListener, this.removeEventListener = f.removeEventListener, this.dispatchEvent = f.dispatchEvent, this;
880
+ this.init = p, this.expand = () => r.expand(), this.collapse = () => r.collapse(), this.isExpanded = () => r.isExpanded(), this.refresh = () => r.getTransition().refresh(), this.getLabelText = d;
881
+ const l = new re();
882
+ return this.addEventListener = l.addEventListener, this.removeEventListener = l.removeEventListener, this.dispatchEvent = l.dispatchEvent, this;
1145
883
  }
1146
- ne.BASE_CLASS = re;
1147
- ne.init = (e) => ye(`.${ne.BASE_CLASS}`, ne, e);
1148
- const we = "o-expandable-group";
1149
- function Se(e) {
1150
- const n = _e(e, we), t = n.classList.contains(`${we}--accordion`);
1151
- let c, i;
1152
- function o(p) {
884
+ z.BASE_CLASS = ee;
885
+ z.init = (e) => me(`.${z.BASE_CLASS}`, z, e);
886
+ const he = "o-expandable-group";
887
+ function ve(e) {
888
+ const s = le(e, he), o = s.classList.contains(`${he}--accordion`);
889
+ let t, i;
890
+ function n(p) {
1153
891
  const d = p.target;
1154
892
  i && i !== d && i.collapse(), i = d;
1155
893
  }
1156
- function a(p) {
1157
- return de(n) ? (t && (c = p, c.forEach((d) => {
1158
- d.addEventListener("expandbegin", o);
894
+ function r(p) {
895
+ return ce(s) ? (o && (t = p, t.forEach((d) => {
896
+ d.addEventListener("expandbegin", n);
1159
897
  })), this) : this;
1160
898
  }
1161
- return this.init = a, this;
899
+ return this.init = r, this;
1162
900
  }
1163
- Se.BASE_CLASS = we;
1164
- Se.init = (e) => {
1165
- (e || document).querySelectorAll(`.${we}`).forEach((c) => {
1166
- const i = ye(
1167
- `.${ne.BASE_CLASS}`,
1168
- ne,
1169
- c
901
+ ve.BASE_CLASS = he;
902
+ ve.init = (e) => {
903
+ (e || document).querySelectorAll(`.${he}`).forEach((t) => {
904
+ const i = me(
905
+ `.${z.BASE_CLASS}`,
906
+ z,
907
+ t
1170
908
  );
1171
- new Se(c).init(i);
909
+ new ve(t).init(i);
1172
910
  });
1173
911
  };
1174
- const ae = "o-summary";
1175
- function Ne(e) {
1176
- const n = _e(e, ae), t = n.classList.contains(`${ae}--mobile`), c = n.querySelector(`.${ae}__content`), i = n.querySelector(`.${ae}__btn`);
1177
- let o, a, p;
912
+ const se = "o-summary";
913
+ function _e(e) {
914
+ const s = le(e, se), o = s.classList.contains(`${se}--mobile`), t = s.querySelector(`.${se}__content`), i = s.querySelector(`.${se}__btn`);
915
+ let n, r, p;
1178
916
  function d() {
1179
- return de(n) ? (window.addEventListener("load", f), this) : this;
917
+ return ce(s) ? (window.addEventListener("load", l), this) : this;
1180
918
  }
1181
- function f() {
1182
- window.removeEventListener("load", f), p = !v(), q(n, "behavior_flyout-menu"), q(c, "behavior_flyout-menu_content"), q(i, "behavior_flyout-menu_trigger"), a = new Oe(n, !1), o = new V(c), o.init(
919
+ function l() {
920
+ window.removeEventListener("load", l), p = !h(), W(s, "behavior_flyout-menu"), W(t, "behavior_flyout-menu_content"), W(i, "behavior_flyout-menu_trigger"), r = new xe(s, !1), n = new V(t), n.init(
1183
921
  p ? V.CLASSES.MH_SUMMARY : V.CLASSES.MH_DEFAULT
1184
- ), a.setTransition(
1185
- o,
1186
- o.maxHeightSummary,
1187
- o.maxHeightDefault
1188
- ), a.addEventListener("triggerclick", _), a.init(), h(), window.addEventListener("resize", h), "onorientationchange" in window && window.addEventListener("orientationchange", h), n.addEventListener("focusin", l), c.addEventListener("click", b);
922
+ ), r.setTransition(
923
+ n,
924
+ n.maxHeightSummary,
925
+ n.maxHeightDefault
926
+ ), r.addEventListener("triggerclick", y), r.init(), b(), window.addEventListener("resize", b), "onorientationchange" in window && window.addEventListener("orientationchange", b), s.addEventListener("focusin", a), t.addEventListener("click", u);
927
+ }
928
+ function a(S) {
929
+ !p && S.target !== i && (i.click(), s.removeEventListener("focusin", a));
1189
930
  }
1190
- function l(E) {
1191
- !p && E.target !== i && (i.click(), n.removeEventListener("focusin", l));
931
+ function u(S) {
932
+ S.target.tagName !== "A" && r.isExpanded() && n.refresh();
1192
933
  }
1193
- function b(E) {
1194
- E.target.tagName !== "A" && a.isExpanded() && o.refresh();
934
+ function b() {
935
+ h() ? B() : k();
1195
936
  }
1196
937
  function h() {
1197
- v() ? R() : k();
938
+ return o && !Us(Ws) || t.scrollHeight <= 88;
1198
939
  }
1199
- function v() {
1200
- return t && !Js(Zs) || c.scrollHeight <= 88;
940
+ function y() {
941
+ r.addEventListener("expandend", _);
1201
942
  }
1202
943
  function _() {
1203
- a.addEventListener("expandend", y);
944
+ x(), window.removeEventListener("resize", b), window.removeEventListener("orientationchange", b), r.removeEventListener("expandend", _), r.suspend(), n.remove();
1204
945
  }
1205
- function y() {
1206
- N(), window.removeEventListener("resize", h), window.removeEventListener("orientationchange", h), a.removeEventListener("expandend", y), a.suspend(), o.remove();
1207
- }
1208
- function w() {
946
+ function L() {
1209
947
  i.classList.remove("u-hidden");
1210
948
  }
1211
- function N() {
949
+ function x() {
1212
950
  i.classList.add("u-hidden");
1213
951
  }
1214
952
  function k() {
1215
- return p && (a.collapse(), o.animateOn(), w(), p = !1), !p;
953
+ return p && (r.collapse(), n.animateOn(), L(), p = !1), !p;
1216
954
  }
1217
- function R() {
1218
- return p || (o.animateOff(), a.expand(), N(), p = !0), p;
955
+ function B() {
956
+ return p || (n.animateOff(), r.expand(), x(), p = !0), p;
1219
957
  }
1220
- const P = new me();
1221
- return this.addEventListener = P.addEventListener, this.removeEventListener = P.removeEventListener, this.dispatchEvent = P.dispatchEvent, this.init = d, this;
958
+ const M = new re();
959
+ return this.addEventListener = M.addEventListener, this.removeEventListener = M.removeEventListener, this.dispatchEvent = M.dispatchEvent, this.init = d, this;
1222
960
  }
1223
- Ne.BASE_CLASS = ae;
1224
- Ne.init = (e) => ye(`.${ae}`, Ne, e);
1225
- const he = "o-summary-minimal";
1226
- function ke(e) {
1227
- const n = _e(e, he), t = n.querySelector(`.${he}__content`), c = n.querySelector(`.${he}__btn`);
1228
- let i, o;
1229
- function a() {
1230
- return de(n) ? (q(n, "behavior_flyout-menu"), q(t, "behavior_flyout-menu_content"), q(c, "behavior_flyout-menu_trigger"), window.addEventListener("load", p), this) : this;
961
+ _e.BASE_CLASS = se;
962
+ _e.init = (e) => me(`.${se}`, _e, e);
963
+ const de = "o-summary-minimal";
964
+ function ye(e) {
965
+ const s = le(e, de), o = s.querySelector(`.${de}__content`), t = s.querySelector(`.${de}__btn`);
966
+ let i, n;
967
+ function r() {
968
+ return ce(s) ? (W(s, "behavior_flyout-menu"), W(o, "behavior_flyout-menu_content"), W(t, "behavior_flyout-menu_trigger"), window.addEventListener("load", p), this) : this;
1231
969
  }
1232
970
  function p() {
1233
- window.removeEventListener("load", p), o = new Oe(n, !1), i = new V(t), i.init(V.CLASSES.MH_SUMMARY), o.setTransition(
971
+ window.removeEventListener("load", p), n = new xe(s, !1), i = new V(o), i.init(V.CLASSES.MH_SUMMARY), n.setTransition(
1234
972
  i,
1235
973
  i.maxHeightSummary,
1236
974
  i.maxHeightDefault
1237
- ), o.init(), n.addEventListener("focusin", d), t.addEventListener("click", f), o.collapse(), i.animateOn();
975
+ ), n.init(), s.addEventListener("focusin", d), o.addEventListener("click", l), n.collapse(), i.animateOn();
1238
976
  }
1239
- function d(b) {
1240
- b.target !== c && (c.click(), n.removeEventListener("focusin", d));
977
+ function d(u) {
978
+ u.target !== t && (t.click(), s.removeEventListener("focusin", d));
1241
979
  }
1242
- function f(b) {
1243
- b.target.tagName !== "A" && o.isExpanded() && i.refresh();
980
+ function l(u) {
981
+ u.target.tagName !== "A" && n.isExpanded() && i.refresh();
1244
982
  }
1245
- const l = new me();
1246
- return this.addEventListener = l.addEventListener, this.removeEventListener = l.removeEventListener, this.dispatchEvent = l.dispatchEvent, this.init = a, this;
983
+ const a = new re();
984
+ return this.addEventListener = a.addEventListener, this.removeEventListener = a.removeEventListener, this.dispatchEvent = a.dispatchEvent, this.init = r, this;
1247
985
  }
1248
- ke.BASE_CLASS = he;
1249
- ke.init = (e) => ye(`.${he}`, ke, e);
1250
- const ao = ({ header: e, children: n, icon: t = "", inAccordion: c = !1, isPadded: i = !1, openOnLoad: o = !1, className: a = "", ...p }) => {
1251
- G(() => {
1252
- c || ne.init();
1253
- }, [c]);
1254
- const d = ["o-expandable", a];
1255
- return c || d.push("o-expandable--background", "o-expandable--border"), i && d.push("o-expandable--padded"), o && d.push("o-expandable--onload-open"), s.jsxs("div", {
1256
- className: j(d),
986
+ ye.BASE_CLASS = de;
987
+ ye.init = (e) => me(`.${de}`, ye, e);
988
+ const Jn = ({ header: e, children: s, icon: o = "", inAccordion: t = !1, isPadded: i = !1, openOnLoad: n = !1, className: r = "", ...p }) => {
989
+ j(() => {
990
+ t || z.init();
991
+ }, [t]);
992
+ const d = ["o-expandable", r];
993
+ return t || d.push("o-expandable--background", "o-expandable--border"), i && d.push("o-expandable--padded"), n && d.push("o-expandable--onload-open"), v("div", {
994
+ className: w(d),
1257
995
  ...p,
1258
- children: [s.jsxs("button", {
996
+ children: [v("button", {
1259
997
  type: "button",
1260
998
  className: "o-expandable__header",
1261
999
  title: e,
1262
- children: [t ? s.jsx("span", {
1000
+ children: [o ? c("span", {
1263
1001
  className: "o-expandable__icon",
1264
- children: s.jsx(T, {
1265
- name: t
1002
+ children: c(T, {
1003
+ name: o
1266
1004
  })
1267
- }) : null, s.jsx("h3", {
1005
+ }) : null, c("h3", {
1268
1006
  className: "o-expandable__label",
1269
1007
  children: e
1270
- }), s.jsxs("span", {
1008
+ }), v("span", {
1271
1009
  className: "o-expandable__cues",
1272
- children: [s.jsx("span", {
1010
+ children: [c("span", {
1273
1011
  className: "o-expandable__cue-open",
1274
1012
  "aria-label": "Show",
1275
- children: s.jsx(T, {
1013
+ children: c(T, {
1276
1014
  name: "plus-round",
1277
1015
  isPresentational: !0
1278
1016
  })
1279
- }), s.jsx("span", {
1017
+ }), c("span", {
1280
1018
  className: "o-expandable__cue-close",
1281
1019
  "aria-label": "Hide",
1282
- children: s.jsx(T, {
1020
+ children: c(T, {
1283
1021
  name: "minus-round",
1284
1022
  isPresentational: !0
1285
1023
  })
1286
1024
  })]
1287
1025
  })]
1288
- }), s.jsx("div", {
1026
+ }), c("div", {
1289
1027
  className: "o-expandable__content",
1290
- children: n
1028
+ children: s
1291
1029
  })]
1292
1030
  });
1293
- }, po = ({ groupId: e, accordion: n = !1, children: t, className: c = "", ...i }) => {
1294
- const o = ["o-expandable-group", c];
1295
- n && o.push("o-expandable-group--accordion"), G(() => {
1296
- Se.init();
1297
- }, [n]);
1298
- const a = se.Children.map(t, (p) => se.isValidElement(p) ? se.cloneElement(p, {
1031
+ }, eo = ({ groupId: e, accordion: s = !1, children: o, className: t = "", ...i }) => {
1032
+ const n = ["o-expandable-group", t];
1033
+ s && n.push("o-expandable-group--accordion"), j(() => {
1034
+ ve.init();
1035
+ }, [s]);
1036
+ const r = ne.Children.map(o, (p) => ne.isValidElement(p) ? ne.cloneElement(p, {
1299
1037
  inAccordion: !0,
1300
1038
  openOnLoad: p.props.openOnLoad ?? !1
1301
1039
  }) : p);
1302
- return s.jsx("div", {
1040
+ return c("div", {
1303
1041
  id: e,
1304
- className: j(o),
1042
+ className: w(n),
1305
1043
  ...i,
1306
- children: a
1044
+ children: r
1307
1045
  });
1308
- }, rn = () => s.jsxs("a", {
1046
+ }, Ks = () => v("a", {
1309
1047
  className: "a-btn a-btn--secondary o-footer__top-button",
1310
1048
  "data-gtm_ignore": "true",
1311
1049
  "data-js-hook": "behavior_return-to-top",
1312
1050
  href: "#",
1313
- children: ["Back to top", s.jsx(T, {
1051
+ children: ["Back to top", c(T, {
1314
1052
  name: "arrow-up",
1315
1053
  isPresentational: !0
1316
1054
  })]
1317
- }), an = () => s.jsx("div", {
1055
+ }), zs = () => c("div", {
1318
1056
  className: "o-footer__post",
1319
- children: s.jsxs("div", {
1057
+ children: v("div", {
1320
1058
  className: "a-tagline a-tagline--large",
1321
1059
  "aria-label": "Official website of the United States government",
1322
- children: [s.jsx("span", {
1060
+ children: [c("span", {
1323
1061
  className: "u-usa-flag"
1324
- }), s.jsxs("div", {
1062
+ }), v("div", {
1325
1063
  className: "a-tagline__text",
1326
- children: ["An official website of the ", s.jsx("span", {
1064
+ children: ["An official website of the ", c("span", {
1327
1065
  className: "u-nowrap",
1328
1066
  children: "United States government"
1329
1067
  })]
1330
1068
  })]
1331
1069
  })
1332
- }), Fe = (e) => e.length === 0, pn = ({ children: e }) => Fe(e) ? null : s.jsx(le, {
1070
+ }), De = (e) => e.length === 0, Xs = ({ children: e }) => De(e) ? null : c(ie, {
1333
1071
  className: "o-footer__nav-list m-list--links m-list--horizontal",
1334
- children: s.jsx(He, {
1072
+ children: c(Me, {
1335
1073
  itemClassname: "m-list__link",
1336
1074
  children: e
1337
1075
  })
1338
- }), dn = ({ children: e }) => Fe(e) ? null : s.jsx("div", {
1076
+ }), Js = ({ children: e }) => De(e) ? null : c("div", {
1339
1077
  className: "block block--flush-top block--flush-bottom block--padded-top",
1340
- children: s.jsx("div", {
1078
+ children: c("div", {
1341
1079
  className: "m-social-media m-social-media--follow",
1342
- children: s.jsx(le, {
1080
+ children: c(ie, {
1343
1081
  className: "m-social-media__icons",
1344
1082
  isUnstyled: !0,
1345
1083
  isHorizontal: !0,
1346
- children: s.jsx(He, {
1084
+ children: c(Me, {
1347
1085
  itemClassname: "m-social-media__icon",
1348
1086
  children: e
1349
1087
  })
1350
1088
  })
1351
1089
  })
1352
- }), Be = ({ children: e }) => Fe(e) ? null : s.jsx("div", {
1090
+ }), Oe = ({ children: e }) => De(e) ? null : c("div", {
1353
1091
  className: "o-footer__col",
1354
- children: s.jsx(le, {
1092
+ children: c(ie, {
1355
1093
  className: "o-footer__list",
1356
- children: s.jsx(He, {
1094
+ children: c(Me, {
1357
1095
  itemClassname: "m-list__link",
1358
1096
  children: e
1359
1097
  })
1360
1098
  })
1361
1099
  });
1362
- function ln({ navLinks: e = [], socialLinks: n = [], linksCol1: t = [], linksCol2: c = [], linksCol3: i = [], className: o, ...a }) {
1363
- const p = ["o-footer", o];
1364
- return s.jsx("footer", {
1365
- className: j(p),
1100
+ function en({ navLinks: e = [], socialLinks: s = [], linksCol1: o = [], linksCol2: t = [], linksCol3: i = [], className: n, ...r }) {
1101
+ return c("footer", {
1102
+ className: w(["o-footer", n]),
1366
1103
  "data-js-hook": "state_atomic_init",
1367
- ...a,
1368
- children: s.jsxs("div", {
1104
+ ...r,
1105
+ children: v("div", {
1369
1106
  className: "wrapper wrapper--match-content",
1370
- children: [s.jsxs("div", {
1107
+ children: [v("div", {
1371
1108
  className: "o-footer__pre",
1372
- children: [s.jsx(rn, {}), s.jsx(pn, {
1109
+ children: [c(Ks, {}), c(Xs, {
1373
1110
  children: e
1374
- }), s.jsx(dn, {
1375
- children: n
1111
+ }), c(Js, {
1112
+ children: s
1376
1113
  })]
1377
- }), s.jsxs("div", {
1114
+ }), v("div", {
1378
1115
  className: "o-footer__middle-left",
1379
- children: [s.jsx(Be, {
1116
+ children: [c(Oe, {
1117
+ children: o
1118
+ }), c(Oe, {
1380
1119
  children: t
1381
- }), s.jsx(Be, {
1382
- children: c
1383
1120
  })]
1384
- }), s.jsx("div", {
1121
+ }), c("div", {
1385
1122
  className: "o-footer__middle-right",
1386
- children: s.jsx(Be, {
1123
+ children: c(Oe, {
1387
1124
  children: i
1388
1125
  })
1389
- }), s.jsx(an, {})]
1126
+ }), c(zs, {})]
1390
1127
  })
1391
1128
  });
1392
1129
  }
1393
- const lo = ({ cfLink: e = "https://www.consumerfinance.gov", className: n, ...t }) => {
1394
- const c = [s.jsx("a", {
1130
+ const so = ({ cfLink: e = "https://www.consumerfinance.gov", className: s, ...o }) => {
1131
+ const t = [c("a", {
1395
1132
  href: `${e}/about-us/`,
1396
1133
  children: "About Us"
1397
- }, "about"), s.jsx("a", {
1134
+ }, "about"), c("a", {
1398
1135
  href: `${e}/about-us/contact-us/`,
1399
1136
  children: "Contact Us"
1400
- }, "contact"), s.jsx("a", {
1137
+ }, "contact"), c("a", {
1401
1138
  href: `${e}/about-us/careers/`,
1402
1139
  children: "Careers"
1403
- }, "careers"), s.jsx("a", {
1140
+ }, "careers"), c("a", {
1404
1141
  href: `${e}/about-us/events/`,
1405
1142
  children: "Events"
1406
- }, "events"), s.jsx("a", {
1143
+ }, "events"), c("a", {
1407
1144
  href: `${e}/enforcement/information-industry-whistleblowers/`,
1408
1145
  children: "Industry Whistleblowers"
1409
- }, "whistle"), s.jsx("a", {
1146
+ }, "whistle"), c("a", {
1410
1147
  href: `${e}/cfpb-ombudsman/`,
1411
1148
  children: "CFPB Ombudsman"
1412
- }, "ombudsman")], i = "https://www.facebook.com/CFPB", o = "https://www.linkedin.com/company/consumer-financial-protection-bureau", a = "https://twitter.com/CFPB", p = "https://www.youtube.com/user/cfpbvideo", d = "https://www.flickr.com/photos/cfpbphotos", f = [s.jsx("a", {
1149
+ }, "ombudsman")], i = "https://www.facebook.com/CFPB", n = "https://www.linkedin.com/company/consumer-financial-protection-bureau", r = "https://twitter.com/CFPB", p = "https://www.youtube.com/user/cfpbvideo", d = "https://www.flickr.com/photos/cfpbphotos", l = [c("a", {
1413
1150
  "aria-label": "Visit us on Facebook",
1414
1151
  "data-pretty-href": i,
1415
1152
  href: i,
1416
- children: s.jsx(T, {
1153
+ children: c(T, {
1417
1154
  name: "facebook",
1418
1155
  isPresentational: !0,
1419
1156
  withBg: !0
1420
1157
  })
1421
- }, "facebook"), s.jsx("a", {
1158
+ }, "facebook"), c("a", {
1422
1159
  "aria-label": "Visit us on Twitter",
1423
- "data-pretty-href": a,
1424
- href: a,
1425
- children: s.jsx(T, {
1160
+ "data-pretty-href": r,
1161
+ href: r,
1162
+ children: c(T, {
1426
1163
  name: "x",
1427
1164
  isPresentational: !0,
1428
1165
  withBg: !0
1429
1166
  })
1430
- }, "twitter"), s.jsx("a", {
1167
+ }, "twitter"), c("a", {
1431
1168
  "aria-label": "Visit us on LinkedIn",
1432
- "data-pretty-href": o,
1433
- href: o,
1434
- children: s.jsx(T, {
1169
+ "data-pretty-href": n,
1170
+ href: n,
1171
+ children: c(T, {
1435
1172
  name: "linkedin",
1436
1173
  isPresentational: !0,
1437
1174
  withBg: !0
1438
1175
  })
1439
- }, "linkedin"), s.jsx("a", {
1176
+ }, "linkedin"), c("a", {
1440
1177
  "aria-label": "Visit us on YouTube",
1441
1178
  "data-pretty-href": p,
1442
1179
  href: p,
1443
- children: s.jsx(T, {
1180
+ children: c(T, {
1444
1181
  name: "youtube",
1445
1182
  alt: "Visit us on YouTube",
1446
1183
  isPresentational: !0,
1447
1184
  withBg: !0
1448
1185
  })
1449
- }, "youtube"), s.jsx("a", {
1186
+ }, "youtube"), c("a", {
1450
1187
  "aria-label": "Visit us on Flickr",
1451
1188
  "data-pretty-href": d,
1452
1189
  href: d,
1453
- children: s.jsx(T, {
1190
+ children: c(T, {
1454
1191
  name: "flickr",
1455
1192
  alt: "Visit us on Flickr",
1456
1193
  isPresentational: !0,
1457
1194
  withBg: !0
1458
1195
  })
1459
- }, "flickr")], l = [s.jsx("a", {
1196
+ }, "flickr")], a = [c("a", {
1460
1197
  href: `${e}/foia-requests/`,
1461
1198
  children: "FOIA"
1462
- }, "foia"), s.jsx("a", {
1199
+ }, "foia"), c("a", {
1463
1200
  href: `${e}/privacy/`,
1464
1201
  children: "Privacy"
1465
- }, "privacy"), s.jsx("a", {
1202
+ }, "privacy"), c("a", {
1466
1203
  href: `${e}/privacy/website-privacy-policy/`,
1467
1204
  children: "Website Privacy Policy & Legal Notices"
1468
- }, "privacy-policy"), s.jsx("a", {
1205
+ }, "privacy-policy"), c("a", {
1469
1206
  href: `${e}/data/`,
1470
1207
  children: "Data"
1471
- }, "data"), s.jsx("a", {
1208
+ }, "data"), c("a", {
1472
1209
  href: `${e}/open-government/`,
1473
1210
  children: "Open Government"
1474
- }, "open-government"), s.jsx("a", {
1211
+ }, "open-government"), c("a", {
1475
1212
  href: `${e}/open-government/information-quality-guidelines/`,
1476
1213
  children: "Information Quality Guidelines"
1477
- }, "info-quality")], b = [s.jsx("a", {
1214
+ }, "info-quality")], u = [c("a", {
1478
1215
  href: `${e}/about-us/diversity-and-inclusion/`,
1479
1216
  children: "Diversity & Inclusion"
1480
- }, "dei"), s.jsx("a", {
1217
+ }, "dei"), c("a", {
1481
1218
  href: `${e}/administrative-adjudication-proceedings/`,
1482
1219
  children: "Administrative Adjudication"
1483
- }, "adjudication"), s.jsx("a", {
1220
+ }, "adjudication"), c("a", {
1484
1221
  href: `${e}/plain-writing/`,
1485
1222
  children: "Plain Writing"
1486
- }, "writing"), s.jsx("a", {
1223
+ }, "writing"), c("a", {
1487
1224
  href: `${e}/accessibility/`,
1488
1225
  children: "Accessibility"
1489
- }, "accessibility"), s.jsx("a", {
1226
+ }, "accessibility"), c("a", {
1490
1227
  href: `${e}/office-civil-rights/`,
1491
1228
  children: "Office of Civil Rights"
1492
- }, "civ-rights"), s.jsx("a", {
1229
+ }, "civ-rights"), c("a", {
1493
1230
  href: `${e}/office-civil-rights/no-fear-act-cummings-act/`,
1494
1231
  children: "No FEAR Act & Cummings Act"
1495
- }, "no-fear"), s.jsx("a", {
1232
+ }, "no-fear"), c("a", {
1496
1233
  href: `${e}/tribal/`,
1497
1234
  children: "Tribal"
1498
- }, "tribal")], h = [s.jsxs("a", {
1235
+ }, "tribal")], b = [v("a", {
1499
1236
  className: "a-link a-link--icon",
1500
1237
  href: "https://usa.gov/",
1501
- children: [s.jsx("span", {
1238
+ children: [c("span", {
1502
1239
  className: "a-link__text",
1503
1240
  children: "USA.gov"
1504
- }), " ", s.jsx(T, {
1241
+ }), " ", c(T, {
1505
1242
  ariaLabel: "External link",
1506
1243
  name: "external-link",
1507
1244
  alt: "External link"
1508
1245
  })]
1509
- }, "usa-gov"), s.jsxs("a", {
1246
+ }, "usa-gov"), v("a", {
1510
1247
  className: "a-link a-link--icon",
1511
1248
  href: "https://oig.federalreserve.gov/",
1512
- children: [s.jsx("span", {
1249
+ children: [c("span", {
1513
1250
  className: "a-link__text",
1514
1251
  children: "Office of Inspector General"
1515
- }), " ", s.jsx(T, {
1252
+ }), " ", c(T, {
1516
1253
  ariaLabel: "External link",
1517
1254
  name: "external-link",
1518
1255
  alt: "External link"
1519
1256
  })]
1520
1257
  }, "inspector")];
1521
- return s.jsx(ln, {
1522
- ...t,
1523
- className: n,
1524
- navLinks: c,
1525
- socialLinks: f,
1526
- linksCol1: l,
1527
- linksCol2: b,
1528
- linksCol3: h
1258
+ return c(en, {
1259
+ ...o,
1260
+ className: s,
1261
+ navLinks: t,
1262
+ socialLinks: l,
1263
+ linksCol1: a,
1264
+ linksCol2: u,
1265
+ linksCol3: b
1529
1266
  });
1530
1267
  };
1531
- var We = ((e) => (e[e.Full = 12] = "Full", e[e.ThreeQuarters = 9] = "ThreeQuarters", e[e.TwoThirds = 8] = "TwoThirds", e[e.Half = 6] = "Half", e[e.Third = 4] = "Third", e[e.Quarter = 3] = "Quarter", e[e.Single = 1] = "Single", e))(We || {});
1532
- function mn({ width: e = 1, children: n, className: t = "", ...c }) {
1533
- const i = ["col", `col-${e}`, t];
1534
- return s.jsx("div", {
1535
- className: j(i),
1268
+ var Pe = ((e) => (e[e.Full = 12] = "Full", e[e.ThreeQuarters = 9] = "ThreeQuarters", e[e.TwoThirds = 8] = "TwoThirds", e[e.Half = 6] = "Half", e[e.Third = 4] = "Third", e[e.Quarter = 3] = "Quarter", e[e.Single = 1] = "Single", e))(Pe || {});
1269
+ function sn({ width: e = 1, children: s, className: o = "", ...t }) {
1270
+ const i = ["col", `col-${e}`, o];
1271
+ return c("div", {
1272
+ className: w(i),
1536
1273
  role: "gridcell",
1537
- ...c,
1538
- children: n
1274
+ ...t,
1275
+ children: s
1539
1276
  });
1540
1277
  }
1541
- function fn({ children: e, className: n, ...t }) {
1542
- const c = ["row", n];
1543
- return s.jsx("div", {
1544
- className: j(c),
1278
+ function nn({ children: e, className: s, ...o }) {
1279
+ return c("div", {
1280
+ className: w(["row", s]),
1545
1281
  role: "row",
1546
- ...t,
1282
+ ...o,
1547
1283
  children: e
1548
1284
  });
1549
1285
  }
1550
- function un({ children: e, width: n = We.Full, demo: t, center: c, className: i, ...o }) {
1551
- const a = [`grid cols-${n}`, i];
1552
- return t && a.push("demo"), c && a.push("centered"), s.jsx("div", {
1553
- className: j(a),
1286
+ function on({ children: e, width: s = Pe.Full, demo: o, center: t, className: i, ...n }) {
1287
+ const r = [`grid cols-${s}`, i];
1288
+ return o && r.push("demo"), t && r.push("centered"), c("div", {
1289
+ className: w(r),
1554
1290
  role: "grid",
1555
- ...o,
1291
+ ...n,
1556
1292
  children: e
1557
1293
  });
1558
1294
  }
1559
- const mo = {
1560
- Column: mn,
1561
- Row: fn,
1562
- Width: We,
1563
- Wrapper: un
1564
- }, Le = ({ type: e = "1", children: n, className: t, ...c }) => {
1295
+ const no = {
1296
+ Column: sn,
1297
+ Row: nn,
1298
+ Width: Pe,
1299
+ Wrapper: on
1300
+ }, Ee = ({ type: e = "1", children: s, className: o, ...t }) => {
1565
1301
  let i;
1566
- const o = [t];
1567
- return e === "slug" ? (o.push("m-slug-header"), s.jsx("header", {
1568
- className: j(o),
1569
- ...c,
1570
- children: s.jsx("h2", {
1302
+ const n = [o];
1303
+ return e === "slug" ? (n.push("m-slug-header"), c("header", {
1304
+ className: w(n),
1305
+ ...t,
1306
+ children: c("h2", {
1571
1307
  className: "m-slug-header_heading",
1572
- children: n
1308
+ children: s
1573
1309
  })
1574
- })) : (e === "display" ? (i = "h1", o.push("superheading")) : e === "eyebrow" ? (i = "div", o.push("h5 eyebrow")) : i = `h${e}`, s.jsx(i, {
1575
- ...c,
1576
- className: j(o),
1577
- children: n
1310
+ })) : (e === "display" ? (i = "h1", n.push("superheading")) : e === "eyebrow" ? (i = "div", n.push("h5 eyebrow")) : i = `h${e}`, c(i, {
1311
+ ...t,
1312
+ className: w(n),
1313
+ children: s
1578
1314
  }));
1579
- }, bn = ({ image: e, altText: n }) => e ? s.jsx("div", {
1315
+ }, tn = ({ image: e, altText: s }) => e ? c("div", {
1580
1316
  className: "m-hero__image-wrapper",
1581
- children: s.jsx("img", {
1317
+ children: c("img", {
1582
1318
  src: e,
1583
- alt: n,
1319
+ alt: s,
1584
1320
  className: "m-hero__image"
1585
1321
  })
1586
- }) : null, gn = (e, n) => {
1587
- const t = ts(null);
1588
- return G(() => {
1589
- if (!n || !e || !t.current) {
1590
- t.current?.setAttribute("style", "");
1322
+ }) : null, cn = (e, s) => {
1323
+ const o = ze(null);
1324
+ return j(() => {
1325
+ if (!s || !e || !o.current) {
1326
+ o.current?.setAttribute("style", "");
1591
1327
  return;
1592
1328
  }
1593
- t.current.setAttribute("style", `background-image: url(${e});
1329
+ o.current.setAttribute("style", `background-image: url(${e});
1594
1330
  background-image: -webkit-image-set(
1595
1331
  url(${e}) 1x,
1596
1332
  url(${e}) 2x
@@ -1599,16 +1335,16 @@ const mo = {
1599
1335
  url(${e}) 1x,
1600
1336
  url(${e}) 2x
1601
1337
  );`);
1602
- }, [t, e, n]), t;
1338
+ }, [o, e, s]), o;
1603
1339
  };
1604
- function fo({ backgroundColor: e, heading: n, headingLevel: t = "h1", image: c, imageAltText: i = "hero image", imageIsPhoto: o, is5050: a, isJumbo: p, isKnockout: d, subheading: f, subheadingLevel: l = "p", textColor: b, className: h, ...v }) {
1605
- const y = gn(c, o ?? p ?? a), w = {
1340
+ function oo({ backgroundColor: e, heading: s, headingLevel: o = "h1", image: t, imageAltText: i = "hero image", imageIsPhoto: n, is5050: r, isJumbo: p, isKnockout: d, subheading: l, subheadingLevel: a = "p", textColor: u, className: b, ...h }) {
1341
+ const _ = cn(t, n ?? p ?? r), L = {
1606
1342
  backgroundColor: e
1607
- }, N = {
1608
- color: b
1609
- }, k = ["m-hero", h];
1610
- p && k.push("m-hero--jumbo"), a && k.push("m-hero--50-50"), d && k.push("m-hero--knockout"), o && k.push("m-hero--overlay");
1611
- const R = {
1343
+ }, x = {
1344
+ color: u
1345
+ }, k = ["m-hero", b];
1346
+ p && k.push("m-hero--jumbo"), r && k.push("m-hero--50-50"), d && k.push("m-hero--knockout"), n && k.push("m-hero--overlay");
1347
+ const B = {
1612
1348
  h1: "1",
1613
1349
  h2: "2",
1614
1350
  h3: "3",
@@ -1618,733 +1354,733 @@ function fo({ backgroundColor: e, heading: n, headingLevel: t = "h1", image: c,
1618
1354
  eyebrow: "eyebrow",
1619
1355
  slug: "slug"
1620
1356
  };
1621
- return s.jsx("div", {
1622
- className: j(k),
1623
- style: w,
1624
- ...v,
1625
- children: s.jsxs("div", {
1357
+ return c("div", {
1358
+ className: w(k),
1359
+ style: L,
1360
+ ...h,
1361
+ children: v("div", {
1626
1362
  className: "m-hero__wrapper",
1627
- ref: y,
1628
- children: [s.jsxs("div", {
1363
+ ref: _,
1364
+ children: [v("div", {
1629
1365
  className: "m-hero__text",
1630
- style: N,
1631
- children: [s.jsx(Le, {
1366
+ style: x,
1367
+ children: [c(Ee, {
1632
1368
  className: "m-hero__heading",
1633
- type: R[t],
1634
- children: n
1635
- }), l === "p" ? s.jsx("p", {
1369
+ type: B[o],
1370
+ children: s
1371
+ }), a === "p" ? c("p", {
1636
1372
  className: "m-hero__subhead",
1637
- children: f
1638
- }) : s.jsx(Le, {
1373
+ children: l
1374
+ }) : c(Ee, {
1639
1375
  className: "m-hero__subhead",
1640
- type: R[l],
1641
- children: f
1376
+ type: B[a],
1377
+ children: l
1642
1378
  })]
1643
- }), s.jsx(bn, {
1644
- image: c,
1379
+ }), c(tn, {
1380
+ image: t,
1645
1381
  altText: i
1646
1382
  })]
1647
1383
  })
1648
1384
  });
1649
1385
  }
1650
- const hn = ({ children: e, flushBottom: n, flushTopOnSmall: t, flushAllOnSmall: c, ...i }) => {
1651
- const o = ["content__main"];
1652
- return n && o.push("content--flush-bottom"), t && o.push("content--flush-top-on-small"), c && o.push("content--flush-all-on-small"), s.jsx("div", {
1653
- className: j(o),
1386
+ const rn = ({ children: e, flushBottom: s, flushTopOnSmall: o, flushAllOnSmall: t, ...i }) => {
1387
+ const n = ["content__main"];
1388
+ return s && n.push("content--flush-bottom"), o && n.push("content--flush-top-on-small"), t && n.push("content--flush-all-on-small"), c("div", {
1389
+ className: w(n),
1654
1390
  ...i,
1655
1391
  children: e
1656
1392
  });
1657
- }, vn = ({ children: e, classes: n = "", id: t = "main", layout: c = "2-1" }) => {
1658
- const i = ["content", `content--${c}`, n];
1659
- return s.jsx("main", {
1660
- id: t,
1661
- className: j(i),
1393
+ }, pn = ({ children: e, classes: s = "", id: o = "main", layout: t = "2-1" }) => {
1394
+ const i = ["content", `content--${t}`, s];
1395
+ return c("main", {
1396
+ id: o,
1397
+ className: w(i),
1662
1398
  role: "main",
1663
1399
  children: e
1664
1400
  });
1665
- }, _n = ({ children: e, flushBottom: n, flushTopOnSmall: t, flushAllOnSmall: c, ...i }) => {
1666
- const o = ["sidebar", "content__sidebar", "o-sidebar-content"];
1667
- return n && o.push("content--flush-bottom"), t && o.push("content--flush-top-on-small"), c && o.push("content--flush-all-on-small"), s.jsx("aside", {
1668
- className: j(o),
1401
+ }, dn = ({ children: e, flushBottom: s, flushTopOnSmall: o, flushAllOnSmall: t, ...i }) => {
1402
+ const n = ["sidebar", "content__sidebar", "o-sidebar-content"];
1403
+ return s && n.push("content--flush-bottom"), o && n.push("content--flush-top-on-small"), t && n.push("content--flush-all-on-small"), c("aside", {
1404
+ className: w(n),
1669
1405
  ...i,
1670
1406
  children: e
1671
1407
  });
1672
- }, yn = ({ children: e, ...n }) => s.jsx("div", {
1408
+ }, an = ({ children: e, ...s }) => c("div", {
1673
1409
  className: "wrapper",
1674
- ...n,
1410
+ ...s,
1675
1411
  children: e
1676
- }), uo = {
1677
- Content: hn,
1678
- Main: vn,
1679
- Sidebar: _n,
1680
- Wrapper: yn
1681
- }, ps = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAdoAAABkCAMAAAAWjQEsAAAAxlBMVEX////1+/Hw+Or19fXg8tbb8M/R68HM6brH57TW1te34J+y3pis3p3LzM2l2Y2f2ZKd14jBwsR1ynJkxWmipKaYmpw0tk6OkJODhol5e39vcXVkZ2taXWEss0rX8d2V2aQ5uFWsrrBhxnfK7NKJ1JlGvWF70I5uy4NtyG6i3rCw4rtUwWy3uLrl9eiN0n/W7ci846bg4eGFz3vC5a2t3JHy+vTq6+v6/fhMvVxEu1fq9uN9zXZcwmW958bl9Nw8uFOV1IRUwGCCr5NrAAAMb0lEQVR4XuzXN27EQBBE0b5IjaN3652suf+lRBAbCNQmC1DAqlAvm6ST3xO0LcT5qsNVkfLGKMjRF5gxBuIDsHDaR9gUOXYAY1pxAaxp9Wc500oFzrSSgTStJNK04kCaVkrWtFKQphUH0rTSsqaVHL90TTZqc7a0On0au/rfaaXDjDeOtIKZYKRplbZkTau0LWtapc0eI60orSit0v7J5I9L/bIyKkr79FXvVoeJ3UVOMZ7shqH1KWGSkn8blk7rmjIFjEKqfGa3vNa7z8MPNrLz+3q/mZ6b/frZ7rbtY4z91vjZNztn/xY3bsRxBZEjInVb9+xaL8OC2YX0wByogElpSdv//5/qY41nV0b22tYulzw9vj+QFfLIzn4Yj95GAkCEXFfBSt316mYEbah++H3tn12+sECE1EN7+Omhq6N5dEsNKJWw7ycJG0nGUjDJzi0qPgXtcmBHzPlyP2hvehfvL65G0R4eP4Q6PpzusQo2yn8YtNL93EUWiGKIdhwswd0d7WlogDH1T8/b0d4/9Ov+YCJZA2BKyxhLJABU3xGtLkkpYzlAyXYSNwD1GNrH1clWrR4j0Q7r67/+9uufEdJPAdpp+sgmiCsARV9ABTn/jmi7Xpqmu/eY6rFYu7g+GdH1Ym9o//r1Z4JKunuKQvtwxMZVAugNTmT83dD+5t2o5dnJqM4WsWj9YerPf/n1j8RliO3DXtlyE8Sj3w1a2gszzjYWLc09EI8Rtg97ZZsO9JxsE/ES8mVhGU/LshRYxkK6rnPiQjTeLwR3xilvL0sYqa7a39PVAhsJ0PrtWVGjYU0VttsMY0nnLrwpVu5qS89mSzIhtLSBLYLtNLQ09zCu+yi0FKeHVQAkPWAlOJmqfWlLa6CRdGDagrZY1/EGgCRHW2s12ThlbZuOggVwvbZyCC0hkFCmaFh2Hy1tObUdfBrmpAbrC75uUejWxHbR3pydTGX7OAvtV5x7mKrbOLQP30ZHHP2dZpBS02CoBG3AyAZF1nifAVBNrelFS7Vaow22wdS6zYTRdUZ30CpB4h5aBaClIrvGSrqiRU66adbQSKlsKLu7SkJbgzPRAIZ30F6fTNb5LLQPM3UQZ/f5iW0T9KDlGrCnLAxyKAF/UWsA7oqNy+Sm6kULpkFSOBv0cIZtFG2bhuN1SgyOa4WHFqBCIgq9svICiWj9kytCjXevlbaElqXo4RVA5aM9PZmhX0bQYj8pEu19pN3RbLTVOv5aAI1YJEVm4YrUne5FK1yRet6Vs+GGrkvxDwPdbhJa9Oy8+6Q5KP8uFi+T1CrnYfRWID20+DqOeCW7cn8/KRLRw3Ok3Qe2RaoHrXS+Sd+nJTfFd1vqYEmHrx+tRtcHyDzkySamo78BFFgcfSEDpw6f18MSSFrQXZhDy71Wu2hrIUQX7eXJLK0YyZ9PopC6I9p7stun2xaOXVdAtByR1KGt/S/Q9VRkGXqtj4y8TZCnK4kyIL3q8W6UXpfx38IAijgRWlcse9CmBaA8tDeIJ8Jtu/NJ8WjDaPuwV7etALJBtPRd0RuYgNQ5OKW9aMt+tJ7moZUdtDlQr6gfrQjQoomW0vhoT/vwXTZreTcvl2fbou3rqQcWaMA1D58Ze3q+Pe5zv0i7WzasGsDwca/10TqJ0nVSPbTpGNpKkGwsWgyuCQaCqV5b0YqW9NFehPBOH7dNLH/xwEWgvTtgpMPPYWc30u6YbVHeCU88CWNtiBZVtR6t6dJtaJPOwkM82pxiQ96HlgPIAK0Ew4Nu1CJ02eVQztb1+ekVVkahDaPi0134Ro60+zAy05hzKijIGEu7PeQQbcqdpStQHOZmK1pu6AvmeR2L1huHcxOixeoE62sPraIXFKHtex8TPJ/t9ZfTlwWWo9ESoe2MPsbajS3q6dTRSQ0OHmlc25STAC3PQdUNIhdsE5wIqhVsRcvKdhwrFJh6J69N8W+wF61oZ9BqZewGLVj3Kx/t+WjiztWSoO6O9viJdXXwGtGnSLsjNsYWwM3wICaajTI4+xSgVVRrOA6fTGOrtqClYauiGa5dYi3IMjegetGyFNrHgYJsk6ZQFgAG1NpkuAMcane04b6Io9chNd5uWOh/KFNiVKollnXCQrSMt7XKMnIgAMlH0LKM7hEda7054lwA8B60LNHglPG1bdX+xut5PYZOu0+0452dD0ErsXYj4mkmpcxS3l2lEVQQ9EmIer2SYsk6wQKt/NSdS2kFh9FCEPerfVlhe1d+7Lq8acViNf6k9rzHSWtqkUyqGv8baBKc/LTYL9rxNZrXUfMpwi5E+64QLXtLtN8YG32zPkfbbdU72vM9ox3/+m8DRLF273pH+3+ld7TvaM9+81j7U4Ao1s7Xu37AHnJ8z7qjd938Hsa1aemUCs72rrqysy4vUcL+9pmUF2+ClvQ8PqsUaXc8KdOmqNmepQHmUBJA0iV7Y43PIS+Xj/ubQ2ajc8GRdp8moQWzb28BABGFFqBgb6tw5WcRRuOz89Xp8uaHXvm5HU/H4IkC0CMAynISKUEbxwvQfB7a0tlnuIPjLbUczBEIM0bOL0+Xix90vfZ5SjoG16M+NjF3rozM8CC0uLGOva0Q3cA7+fE0rL2MQ0u6/8BIz8fhmzfS7jMbRUu7Jn4QtOzt0a76kgRWy4brcoXcB8D/OhMt6eiwoXTw8a6n7jbS7mga2uR3hfbmZKYeydKlaGHe3RDa2foQafc8DW0OkGKgFIUB6xbDpAEjK96OkgAkLfXVmQJQWb3GkmsAmdVMlCXmQLdtOfGqaahI14McZnMNphDDL+QS74kmTatoWNe5htzVFc2zuXq8A1CRTiKhBkJF7EO+ZKRutuxe0B5F2t2xSWhTcDnkJUDZpmZYDSht/a506S5GmZZWvi6X0Epu3FeYTUOIkOzTPrR1CWC493CUsMABKgP+dgBK40oNFb1VfGxgP257djM0JP66B7QHkXaHU44ZyHWbq+XQqDKzuGmqdLtSjfW91pE1WZrmlN2RN+WkcRzleS2ipU0votRNQ1g2IKskJ4Lh4Eda1oOWNVU6a5pWAMo1iewUQIHFcgra+Tk/p3MOF4pz2vhcofFxbYYRl3xJAWT0etSdWFub9owEizExWTuP5F6spQ+aWszXG8+gahtOe9GafBBtjmX6QNvg0IBrUFPQzs7Uu2bT0cZn3MU4+zhaJbOaXCenD8UmCic+2mrtFZl7iUv3ExWiTQmDu9BS0h1td+2gles3SNqLltzcUAU39JSEfDraxVnE63gKWjzdYLK+RXr77cxjBgRAQo5hGcoCZD5aCVqgEDJAwYbR5hvwyavMHPUKLRWFQZsQbU4PlAuUAtPaNMnycg5a9jIV7YLNQusdNDMruz2iDzUTbR0kVQNIH60GTyUmQA6jlfTlExvPqQbQkqeHaMtgStLV8NJgYRZadjWN7BWLQYsazZD/FBmj754i0LIxtNBFK8bQag9tMYqW7jgHrUuDn+O1xHbKCTQvbAe03rkWo4QiyMagxTCK4t1t4QTL98UtaIt1ChH6dwzaLEBbvTpsRfIg1k6Z+lhcjJG9WLBotL1Z1sPTSRFko9CmBJJSpwktZW5tpMHwYbSV40CGydQXsp+uw3QXLQOsIJXdJC9O5MUoWvb4JeK0t0i04RlStywO7RGSjUTLDfWjLKVieYnuiiM8ZRF9gVdmSNT4aLkBYwmYZlPQpgYg9d4cFbxCmxM8rjIPbW0APGedds7jcovjXi8Z2x3t9cDJb384YNvQ/jQE9vgbY9FoaYSbWWZLAEjJOwVLhHMOnXKeSEB4GkAlvE4N5Ei6ZDYhtKzCQyBFDgBJgDYc/BTam1ZSCT6BjxYZFoLZygBU6OR1e4oQZZZaPHNSsnFdDcC9vmJsH2gxpM8+WZUd3PcOg2+f2E5ovdlE31e603yU92M1lXME0p1ozICUsu1oSZQXWlARoJveZ41/R64AJfG6uq01OaId1WIV0L1YUZDdHS1jV68990sANkTL2MHR59cdapxc3BEts/jNFgiCiFYOu/bTv2jwoZINysILugIR5ZZNQGtkUdV0x6yBpBM08dDSoQtSeBlpOrFt01bilqAZi1CLX1bnLd+L89XVYt9H2N9cuVPMcfPGy/TEwOfbT3dI9fj+9tsT25uEIK6U2MU3H+uBKsapzm/Ixj5BPenZRJgN9r/27oAGAAAGYdiN4N/mZZCQMgkVwMw7gfqhRSu0Qiu0Qiu0aIVWaIVWaIUWLVq0Qiu0Qiu0QotWaIXWHn6AgbqXSJOzAAAAAElFTkSuQmCC";
1682
- function xn({ href: e = "https://www.consumerfinance.gov" }) {
1683
- return s.jsx(Y, {
1412
+ }), to = {
1413
+ Content: rn,
1414
+ Main: pn,
1415
+ Sidebar: dn,
1416
+ Wrapper: an
1417
+ }, ns = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAdoAAABkCAMAAAAWjQEsAAAAxlBMVEX////1+/Hw+Or19fXg8tbb8M/R68HM6brH57TW1te34J+y3pis3p3LzM2l2Y2f2ZKd14jBwsR1ynJkxWmipKaYmpw0tk6OkJODhol5e39vcXVkZ2taXWEss0rX8d2V2aQ5uFWsrrBhxnfK7NKJ1JlGvWF70I5uy4NtyG6i3rCw4rtUwWy3uLrl9eiN0n/W7ci846bg4eGFz3vC5a2t3JHy+vTq6+v6/fhMvVxEu1fq9uN9zXZcwmW958bl9Nw8uFOV1IRUwGCCr5NrAAAMb0lEQVR4XuzXN27EQBBE0b5IjaN3652suf+lRBAbCNQmC1DAqlAvm6ST3xO0LcT5qsNVkfLGKMjRF5gxBuIDsHDaR9gUOXYAY1pxAaxp9Wc500oFzrSSgTStJNK04kCaVkrWtFKQphUH0rTSsqaVHL90TTZqc7a0On0au/rfaaXDjDeOtIKZYKRplbZkTau0LWtapc0eI60orSit0v7J5I9L/bIyKkr79FXvVoeJ3UVOMZ7shqH1KWGSkn8blk7rmjIFjEKqfGa3vNa7z8MPNrLz+3q/mZ6b/frZ7rbtY4z91vjZNztn/xY3bsRxBZEjInVb9+xaL8OC2YX0wByogElpSdv//5/qY41nV0b22tYulzw9vj+QFfLIzn4Yj95GAkCEXFfBSt316mYEbah++H3tn12+sECE1EN7+Omhq6N5dEsNKJWw7ycJG0nGUjDJzi0qPgXtcmBHzPlyP2hvehfvL65G0R4eP4Q6PpzusQo2yn8YtNL93EUWiGKIdhwswd0d7WlogDH1T8/b0d4/9Ov+YCJZA2BKyxhLJABU3xGtLkkpYzlAyXYSNwD1GNrH1clWrR4j0Q7r67/+9uufEdJPAdpp+sgmiCsARV9ABTn/jmi7Xpqmu/eY6rFYu7g+GdH1Ym9o//r1Z4JKunuKQvtwxMZVAugNTmT83dD+5t2o5dnJqM4WsWj9YerPf/n1j8RliO3DXtlyE8Sj3w1a2gszzjYWLc09EI8Rtg97ZZsO9JxsE/ES8mVhGU/LshRYxkK6rnPiQjTeLwR3xilvL0sYqa7a39PVAhsJ0PrtWVGjYU0VttsMY0nnLrwpVu5qS89mSzIhtLSBLYLtNLQ09zCu+yi0FKeHVQAkPWAlOJmqfWlLa6CRdGDagrZY1/EGgCRHW2s12ThlbZuOggVwvbZyCC0hkFCmaFh2Hy1tObUdfBrmpAbrC75uUejWxHbR3pydTGX7OAvtV5x7mKrbOLQP30ZHHP2dZpBS02CoBG3AyAZF1nifAVBNrelFS7Vaow22wdS6zYTRdUZ30CpB4h5aBaClIrvGSrqiRU66adbQSKlsKLu7SkJbgzPRAIZ30F6fTNb5LLQPM3UQZ/f5iW0T9KDlGrCnLAxyKAF/UWsA7oqNy+Sm6kULpkFSOBv0cIZtFG2bhuN1SgyOa4WHFqBCIgq9svICiWj9kytCjXevlbaElqXo4RVA5aM9PZmhX0bQYj8pEu19pN3RbLTVOv5aAI1YJEVm4YrUne5FK1yRet6Vs+GGrkvxDwPdbhJa9Oy8+6Q5KP8uFi+T1CrnYfRWID20+DqOeCW7cn8/KRLRw3Ok3Qe2RaoHrXS+Sd+nJTfFd1vqYEmHrx+tRtcHyDzkySamo78BFFgcfSEDpw6f18MSSFrQXZhDy71Wu2hrIUQX7eXJLK0YyZ9PopC6I9p7stun2xaOXVdAtByR1KGt/S/Q9VRkGXqtj4y8TZCnK4kyIL3q8W6UXpfx38IAijgRWlcse9CmBaA8tDeIJ8Jtu/NJ8WjDaPuwV7etALJBtPRd0RuYgNQ5OKW9aMt+tJ7moZUdtDlQr6gfrQjQoomW0vhoT/vwXTZreTcvl2fbou3rqQcWaMA1D58Ze3q+Pe5zv0i7WzasGsDwca/10TqJ0nVSPbTpGNpKkGwsWgyuCQaCqV5b0YqW9NFehPBOH7dNLH/xwEWgvTtgpMPPYWc30u6YbVHeCU88CWNtiBZVtR6t6dJtaJPOwkM82pxiQ96HlgPIAK0Ew4Nu1CJ02eVQztb1+ekVVkahDaPi0134Ro60+zAy05hzKijIGEu7PeQQbcqdpStQHOZmK1pu6AvmeR2L1huHcxOixeoE62sPraIXFKHtex8TPJ/t9ZfTlwWWo9ESoe2MPsbajS3q6dTRSQ0OHmlc25STAC3PQdUNIhdsE5wIqhVsRcvKdhwrFJh6J69N8W+wF61oZ9BqZewGLVj3Kx/t+WjiztWSoO6O9viJdXXwGtGnSLsjNsYWwM3wICaajTI4+xSgVVRrOA6fTGOrtqClYauiGa5dYi3IMjegetGyFNrHgYJsk6ZQFgAG1NpkuAMcane04b6Io9chNd5uWOh/KFNiVKollnXCQrSMt7XKMnIgAMlH0LKM7hEda7054lwA8B60LNHglPG1bdX+xut5PYZOu0+0452dD0ErsXYj4mkmpcxS3l2lEVQQ9EmIer2SYsk6wQKt/NSdS2kFh9FCEPerfVlhe1d+7Lq8acViNf6k9rzHSWtqkUyqGv8baBKc/LTYL9rxNZrXUfMpwi5E+64QLXtLtN8YG32zPkfbbdU72vM9ox3/+m8DRLF273pH+3+ld7TvaM9+81j7U4Ao1s7Xu37AHnJ8z7qjd938Hsa1aemUCs72rrqysy4vUcL+9pmUF2+ClvQ8PqsUaXc8KdOmqNmepQHmUBJA0iV7Y43PIS+Xj/ubQ2ajc8GRdp8moQWzb28BABGFFqBgb6tw5WcRRuOz89Xp8uaHXvm5HU/H4IkC0CMAynISKUEbxwvQfB7a0tlnuIPjLbUczBEIM0bOL0+Xix90vfZ5SjoG16M+NjF3rozM8CC0uLGOva0Q3cA7+fE0rL2MQ0u6/8BIz8fhmzfS7jMbRUu7Jn4QtOzt0a76kgRWy4brcoXcB8D/OhMt6eiwoXTw8a6n7jbS7mga2uR3hfbmZKYeydKlaGHe3RDa2foQafc8DW0OkGKgFIUB6xbDpAEjK96OkgAkLfXVmQJQWb3GkmsAmdVMlCXmQLdtOfGqaahI14McZnMNphDDL+QS74kmTatoWNe5htzVFc2zuXq8A1CRTiKhBkJF7EO+ZKRutuxe0B5F2t2xSWhTcDnkJUDZpmZYDSht/a506S5GmZZWvi6X0Epu3FeYTUOIkOzTPrR1CWC493CUsMABKgP+dgBK40oNFb1VfGxgP257djM0JP66B7QHkXaHU44ZyHWbq+XQqDKzuGmqdLtSjfW91pE1WZrmlN2RN+WkcRzleS2ipU0votRNQ1g2IKskJ4Lh4Eda1oOWNVU6a5pWAMo1iewUQIHFcgra+Tk/p3MOF4pz2vhcofFxbYYRl3xJAWT0etSdWFub9owEizExWTuP5F6spQ+aWszXG8+gahtOe9GafBBtjmX6QNvg0IBrUFPQzs7Uu2bT0cZn3MU4+zhaJbOaXCenD8UmCic+2mrtFZl7iUv3ExWiTQmDu9BS0h1td+2gles3SNqLltzcUAU39JSEfDraxVnE63gKWjzdYLK+RXr77cxjBgRAQo5hGcoCZD5aCVqgEDJAwYbR5hvwyavMHPUKLRWFQZsQbU4PlAuUAtPaNMnycg5a9jIV7YLNQusdNDMruz2iDzUTbR0kVQNIH60GTyUmQA6jlfTlExvPqQbQkqeHaMtgStLV8NJgYRZadjWN7BWLQYsazZD/FBmj754i0LIxtNBFK8bQag9tMYqW7jgHrUuDn+O1xHbKCTQvbAe03rkWo4QiyMagxTCK4t1t4QTL98UtaIt1ChH6dwzaLEBbvTpsRfIg1k6Z+lhcjJG9WLBotL1Z1sPTSRFko9CmBJJSpwktZW5tpMHwYbSV40CGydQXsp+uw3QXLQOsIJXdJC9O5MUoWvb4JeK0t0i04RlStywO7RGSjUTLDfWjLKVieYnuiiM8ZRF9gVdmSNT4aLkBYwmYZlPQpgYg9d4cFbxCmxM8rjIPbW0APGedds7jcovjXi8Z2x3t9cDJb384YNvQ/jQE9vgbY9FoaYSbWWZLAEjJOwVLhHMOnXKeSEB4GkAlvE4N5Ei6ZDYhtKzCQyBFDgBJgDYc/BTam1ZSCT6BjxYZFoLZygBU6OR1e4oQZZZaPHNSsnFdDcC9vmJsH2gxpM8+WZUd3PcOg2+f2E5ovdlE31e603yU92M1lXME0p1ozICUsu1oSZQXWlARoJveZ41/R64AJfG6uq01OaId1WIV0L1YUZDdHS1jV68990sANkTL2MHR59cdapxc3BEts/jNFgiCiFYOu/bTv2jwoZINysILugIR5ZZNQGtkUdV0x6yBpBM08dDSoQtSeBlpOrFt01bilqAZi1CLX1bnLd+L89XVYt9H2N9cuVPMcfPGy/TEwOfbT3dI9fj+9tsT25uEIK6U2MU3H+uBKsapzm/Ixj5BPenZRJgN9r/27oAGAAAGYdiN4N/mZZCQMgkVwMw7gfqhRSu0Qiu0Qiu0aIVWaIVWaIUWLVq0Qiu0Qiu0QotWaIXWHn6AgbqXSJOzAAAAAElFTkSuQmCC";
1418
+ function ln({ href: e = "https://www.consumerfinance.gov" }) {
1419
+ return c(U, {
1684
1420
  href: e,
1685
1421
  title: "Home",
1686
1422
  "aria-label": "Home",
1687
1423
  className: "o-header__logo",
1688
- children: s.jsx("img", {
1424
+ children: c("img", {
1689
1425
  className: "o-header__logo-img",
1690
- src: ps,
1426
+ src: ns,
1691
1427
  alt: "CFPB Logo"
1692
1428
  })
1693
1429
  });
1694
1430
  }
1695
- const En = ({ elements: e }) => e?.length ? s.jsx("div", {
1431
+ const mn = ({ elements: e }) => e?.length ? c("div", {
1696
1432
  className: "links",
1697
1433
  children: e
1698
1434
  }) : null;
1699
- function jn({ links: e, href: n }) {
1700
- return s.jsx("div", {
1435
+ function fn({ links: e, href: s }) {
1436
+ return c("div", {
1701
1437
  className: "o-header__content",
1702
- children: s.jsxs("div", {
1438
+ children: v("div", {
1703
1439
  className: "navbar-static wrapper wrapper--match-content",
1704
- children: [s.jsx(xn, {
1705
- href: n
1706
- }), s.jsx("div", {
1440
+ children: [c(ln, {
1441
+ href: s
1442
+ }), c("div", {
1707
1443
  className: "nav-items",
1708
- children: s.jsx(En, {
1444
+ children: c(mn, {
1709
1445
  elements: e
1710
1446
  })
1711
1447
  })]
1712
1448
  })
1713
1449
  });
1714
1450
  }
1715
- s.jsx(Y, {
1451
+ c(U, {
1716
1452
  className: "nav-item",
1717
1453
  href: "/",
1718
1454
  children: "Home"
1719
- }, "home"), s.jsx(Y, {
1455
+ }, "home"), c(U, {
1720
1456
  className: "nav-item active",
1721
1457
  href: "/filing",
1722
1458
  children: "Filing"
1723
- }, "filing"), s.jsx(Y, {
1459
+ }, "filing"), c(U, {
1724
1460
  className: "nav-item",
1725
1461
  href: "/profile",
1726
1462
  children: "John Sample"
1727
- }, "profile"), s.jsx(pe, {
1463
+ }, "profile"), c(te, {
1728
1464
  label: "LOG OUT",
1729
1465
  asLink: !0,
1730
1466
  onClick: ""
1731
1467
  }, "logout");
1732
- function wn({ href: e = "https://www.consumerfinance.gov" }) {
1733
- return s.jsx(Y, {
1468
+ function un({ href: e = "https://www.consumerfinance.gov" }) {
1469
+ return c(U, {
1734
1470
  href: e,
1735
1471
  title: "Home",
1736
1472
  "aria-label": "Home",
1737
1473
  className: "o-header__logo",
1738
- children: s.jsx("img", {
1474
+ children: c("img", {
1739
1475
  className: "o-header__logo-img",
1740
- src: ps,
1476
+ src: ns,
1741
1477
  alt: "CFPB Logo"
1742
1478
  })
1743
1479
  });
1744
1480
  }
1745
- const Sn = ({ elements: e, onLinkClick: n }) => e?.length ? s.jsx("div", {
1481
+ const bn = ({ elements: e, onLinkClick: s }) => e?.length ? c("div", {
1746
1482
  className: "links",
1747
- children: e.map((t, c) => se.isValidElement(t) ? se.cloneElement(t, {
1748
- ...t.props,
1749
- key: t.key ?? c,
1483
+ children: e.map((o, t) => ne.isValidElement(o) ? ne.cloneElement(o, {
1484
+ ...o.props,
1485
+ key: o.key ?? t,
1750
1486
  onClick: (i) => {
1751
- t.props.onClick && t.props.onClick(i), n();
1487
+ o.props.onClick && o.props.onClick(i), s();
1752
1488
  }
1753
- }) : t)
1489
+ }) : o)
1754
1490
  }) : null;
1755
- function Nn({ links: e, href: n }) {
1756
- const [t, c] = ve(!1), i = () => {
1757
- c(!t);
1758
- }, o = () => {
1759
- c(!1);
1760
- }, a = os((p) => {
1761
- p.key === "Escape" && c(!1);
1491
+ function gn({ links: e, href: s }) {
1492
+ const [o, t] = ae(!1), i = () => {
1493
+ t(!o);
1494
+ }, n = () => {
1495
+ t(!1);
1496
+ }, r = Ke((p) => {
1497
+ p.key === "Escape" && t(!1);
1762
1498
  }, []);
1763
- return e?.length ? s.jsxs(s.Fragment, {
1764
- children: [t ? s.jsx("div", {
1499
+ return e?.length ? v(oe, {
1500
+ children: [o ? c("div", {
1765
1501
  className: "menu-overlay open",
1766
1502
  onClick: i,
1767
- onKeyDown: a,
1503
+ onKeyDown: r,
1768
1504
  tabIndex: 0,
1769
1505
  role: "button",
1770
1506
  "aria-label": "Close menu"
1771
- }) : null, s.jsx("header", {
1507
+ }) : null, c("header", {
1772
1508
  className: "o-header__content",
1773
- children: s.jsxs("div", {
1509
+ children: v("div", {
1774
1510
  className: "navbar wrapper wrapper--match-content",
1775
- children: [s.jsxs("button", {
1511
+ children: [v("button", {
1776
1512
  className: "menu-toggle",
1777
1513
  onClick: i,
1778
- "aria-expanded": t,
1514
+ "aria-expanded": o,
1779
1515
  "aria-controls": "nav-links",
1780
1516
  type: "button",
1781
- children: [s.jsx(T, {
1782
- name: t ? "error" : "menu"
1783
- }), s.jsx("span", {
1517
+ children: [c(T, {
1518
+ name: o ? "error" : "menu"
1519
+ }), c("span", {
1784
1520
  className: "sr-only",
1785
- children: t ? "Close menu" : "Open menu"
1521
+ children: o ? "Close menu" : "Open menu"
1786
1522
  })]
1787
- }), s.jsx(wn, {
1788
- href: n
1789
- }), s.jsx("nav", {
1790
- className: `nav-items ${t ? "open" : ""}`,
1523
+ }), c(un, {
1524
+ href: s
1525
+ }), c("nav", {
1526
+ className: `nav-items ${o ? "open" : ""}`,
1791
1527
  id: "nav-links",
1792
- children: s.jsx(Sn, {
1528
+ children: c(bn, {
1793
1529
  elements: e,
1794
- onLinkClick: o
1530
+ onLinkClick: n
1795
1531
  })
1796
1532
  })]
1797
1533
  })
1798
1534
  })]
1799
- }) : s.jsx(jn, {
1800
- href: n
1535
+ }) : c(fn, {
1536
+ href: s
1801
1537
  });
1802
1538
  }
1803
- s.jsx(Y, {
1539
+ c(U, {
1804
1540
  href: "/",
1805
- children: s.jsx("span", {
1541
+ children: c("span", {
1806
1542
  className: "nav-item",
1807
1543
  children: "Home"
1808
1544
  })
1809
- }, "home"), s.jsx(Y, {
1545
+ }, "home"), c(U, {
1810
1546
  className: "nav-item active",
1811
1547
  href: "/filing",
1812
1548
  children: "Filing"
1813
- }, "filing"), s.jsx(Y, {
1549
+ }, "filing"), c(U, {
1814
1550
  className: "nav-item profile",
1815
1551
  href: "/profile",
1816
- children: s.jsx("span", {
1552
+ children: c("span", {
1817
1553
  children: "John Sample"
1818
1554
  })
1819
- }, "profile"), s.jsx(pe, {
1555
+ }, "profile"), c(te, {
1820
1556
  label: "LOG OUT",
1821
1557
  asLink: !0,
1822
1558
  onClick: () => {
1823
1559
  }
1824
1560
  }, "logout");
1825
- function bo({ links: e, user: n, href: t, withBottomBorder: c = !0 }) {
1561
+ function co({ links: e, user: s, href: o, withBottomBorder: t = !0 }) {
1826
1562
  const i = ["o-header"];
1827
- return c && i.push("bottom-border"), s.jsxs("header", {
1828
- className: j(i),
1829
- children: [s.jsx(Fs, {
1563
+ return t && i.push("bottom-border"), v("header", {
1564
+ className: w(i),
1565
+ children: [c(Ts, {
1830
1566
  tagline: "An official website of the United States government"
1831
- }), s.jsx(Nn, {
1567
+ }), c(gn, {
1832
1568
  links: e,
1833
- user: n,
1834
- href: t
1569
+ user: s,
1570
+ href: o
1835
1571
  })]
1836
1572
  });
1837
1573
  }
1838
- const Q = () => null, z = 1, ds = 20, kn = () => s.jsx(pe, {
1574
+ const Q = () => null, Y = 1, os = 20, hn = () => c(te, {
1839
1575
  asLink: !0,
1840
1576
  className: "m-pagination__btn-submit",
1841
1577
  id: "m-pagination__btn-submit-default",
1842
1578
  label: "Go",
1843
1579
  type: "submit"
1844
- }), Ln = ({ tableId: e, page: n, pageCount: t, onChange: c }) => {
1845
- const i = (a) => {
1846
- c(Number.parseInt(a.currentTarget.value, 10));
1847
- }, o = `${e}-pagination_current-page`;
1848
- return s.jsxs("label", {
1580
+ }), vn = ({ tableId: e, page: s, pageCount: o, onChange: t }) => {
1581
+ const i = (r) => {
1582
+ t(Number.parseInt(r.currentTarget.value, 10));
1583
+ }, n = `${e}-pagination_current-page`;
1584
+ return v("label", {
1849
1585
  className: "m-pagination__label",
1850
- htmlFor: o,
1851
- children: ["Page", s.jsx("span", {
1586
+ htmlFor: n,
1587
+ children: ["Page", c("span", {
1852
1588
  className: "u-visually-hidden",
1853
- children: `number ${n} out`
1854
- }), s.jsx("input", {
1589
+ children: `number ${s} out`
1590
+ }), c("input", {
1855
1591
  className: "m-pagination__current-page",
1856
- id: o,
1592
+ id: n,
1857
1593
  name: "page",
1858
1594
  type: "number",
1859
1595
  min: "1",
1860
- max: t,
1596
+ max: o,
1861
1597
  pattern: "[0-9]*",
1862
1598
  inputMode: "numeric",
1863
- value: n,
1599
+ value: s,
1864
1600
  onChange: i
1865
- }), `of ${t}`]
1601
+ }), `of ${o}`]
1866
1602
  });
1867
- }, An = ({ tableId: e, page: n, pageCount: t, onClickPrevious: c = Q, onClickNext: i = Q, onClickGo: o = Q, previousLabel: a = "Previous", nextLabel: p = "Next" }) => {
1868
- const [d, f] = ve(n);
1869
- G(() => f(n), [n]);
1870
- const l = (v) => {
1871
- v.preventDefault();
1872
- const _ = Object.fromEntries(new FormData(v.currentTarget)), y = Number.parseInt(_.page, 10);
1873
- y !== n && o(y);
1874
- }, b = cs(), h = f;
1875
- return s.jsxs("nav", {
1603
+ }, _n = ({ tableId: e, page: s, pageCount: o, onClickPrevious: t = Q, onClickNext: i = Q, onClickGo: n = Q, previousLabel: r = "Previous", nextLabel: p = "Next" }) => {
1604
+ const [d, l] = ae(s);
1605
+ j(() => l(s), [s]);
1606
+ const a = (h) => {
1607
+ h.preventDefault();
1608
+ const y = Object.fromEntries(new FormData(h.currentTarget)), _ = Number.parseInt(y.page, 10);
1609
+ _ !== s && n(_);
1610
+ }, u = Xe(), b = l;
1611
+ return v("nav", {
1876
1612
  className: "m-pagination",
1877
1613
  role: "navigation",
1878
1614
  "aria-label": "Pagination",
1879
- children: [s.jsx(pe, {
1615
+ children: [c(te, {
1880
1616
  iconLeft: "left",
1881
- className: `m-pagination__btn-prev${n === z ? " a-btn--disabled" : ""}`,
1882
- onClick: c,
1883
- label: a,
1884
- disabled: n === z
1885
- }), s.jsx(pe, {
1617
+ className: `m-pagination__btn-prev${s === Y ? " a-btn--disabled" : ""}`,
1618
+ onClick: t,
1619
+ label: r,
1620
+ disabled: s === Y
1621
+ }), c(te, {
1886
1622
  iconRight: "right",
1887
- className: `m-pagination__btn-next${n === t ? " a-btn--disabled" : ""}`,
1623
+ className: `m-pagination__btn-next${s === o ? " a-btn--disabled" : ""}`,
1888
1624
  onClick: i,
1889
1625
  label: p,
1890
- disabled: n === t
1891
- }), s.jsxs("form", {
1626
+ disabled: s === o
1627
+ }), v("form", {
1892
1628
  className: "m-pagination__form",
1893
1629
  action: "#pagination_content",
1894
- onSubmit: l,
1895
- children: [s.jsx(Ln, {
1896
- tableId: e ?? b,
1630
+ onSubmit: a,
1631
+ children: [c(vn, {
1632
+ tableId: e ?? u,
1897
1633
  page: d,
1898
- pageCount: t,
1899
- onChange: h
1900
- }), s.jsx(kn, {})]
1634
+ pageCount: o,
1635
+ onChange: b
1636
+ }), c(hn, {})]
1901
1637
  })]
1902
1638
  });
1903
- }, Ze = 1, Tn = ({ isPaginated: e = !0, startPage: n = z, rows: t = [], perPage: c = ds }) => {
1904
- const i = t.length, o = Math.max(Math.ceil(i / c), z), a = e && i > c, [p, d] = ve(Math.min(n, o));
1905
- G(() => {
1906
- d(Math.min(p, o));
1907
- }, [p, o, c]);
1908
- const f = {
1909
- page: z,
1910
- pageCount: z,
1639
+ }, Ue = 1, yn = ({ isPaginated: e = !0, startPage: s = Y, rows: o = [], perPage: t = os }) => {
1640
+ const i = o.length, n = Math.max(Math.ceil(i / t), Y), r = e && i > t, [p, d] = ae(Math.min(s, n));
1641
+ j(() => {
1642
+ d(Math.min(p, n));
1643
+ }, [p, n, t]);
1644
+ const l = {
1645
+ page: Y,
1646
+ pageCount: Y,
1911
1647
  onClickNext: Q,
1912
1648
  onClickPrevious: Q,
1913
1649
  onClickGo: Q
1914
1650
  };
1915
- if (!e || !a) return [t, f];
1916
- const l = p - Ze, b = {
1651
+ if (!e || !r) return [o, l];
1652
+ const a = p - Ue, u = {
1917
1653
  page: p,
1918
- pageCount: o,
1919
- onClickNext: () => d(Math.min(p + Ze, o)),
1920
- onClickPrevious: () => d(Math.max(l, z)),
1921
- onClickGo: (y) => d(y)
1922
- }, h = l * c, v = l * c + c;
1923
- return [t.slice(h, v), b];
1654
+ pageCount: n,
1655
+ onClickNext: () => d(Math.min(p + Ue, n)),
1656
+ onClickPrevious: () => d(Math.max(a, Y)),
1657
+ onClickGo: (_) => d(_)
1658
+ }, b = a * t, h = a * t + t;
1659
+ return [o.slice(b, h), u];
1924
1660
  };
1925
- function $e({ children: e, isLead: n, className: t, ...c }) {
1926
- const i = [t];
1927
- return n && i.push("lead-paragraph"), s.jsx("p", {
1928
- ...c,
1929
- className: j(i),
1661
+ function Re({ children: e, isLead: s, className: o, ...t }) {
1662
+ const i = [o];
1663
+ return s && i.push("lead-paragraph"), c("p", {
1664
+ ...t,
1665
+ className: w(i),
1930
1666
  children: e
1931
1667
  });
1932
1668
  }
1933
- const Cn = ["a-radio"], In = ["m-form-field m-form-field--radio"], go = ({ id: e, name: n, helperText: t, className: c, disabled: i = !1, isLarge: o = !1, labelClassName: a, labelInline: p = !0, label: d, inputRef: f, ...l }) => {
1934
- const b = [...Cn, c].join(" "), h = [...In, o ? "m-form-field--lg-target" : ""].join(" ");
1935
- return s.jsxs("div", {
1936
- className: h,
1937
- children: [s.jsx("input", {
1669
+ const En = ["a-radio"], wn = ["m-form-field m-form-field--radio"], io = ({ id: e, name: s, helperText: o, className: t, disabled: i = !1, isLarge: n = !1, labelClassName: r, labelInline: p = !0, label: d, inputRef: l, ...a }) => {
1670
+ const u = [...En, t].join(" "), b = [...wn, n ? "m-form-field--lg-target" : ""].join(" ");
1671
+ return v("div", {
1672
+ className: b,
1673
+ children: [c("input", {
1938
1674
  id: e,
1939
1675
  type: "radio",
1940
- name: n ?? e,
1941
- className: b,
1942
- ref: f,
1676
+ name: s ?? e,
1677
+ className: u,
1678
+ ref: l,
1943
1679
  disabled: i,
1944
- ...l
1945
- }), s.jsxs(as, {
1680
+ ...a
1681
+ }), v(ss, {
1946
1682
  htmlFor: e,
1947
- className: a,
1683
+ className: r,
1948
1684
  inline: p,
1949
- children: [d, s.jsx(rs, {
1950
- children: t
1685
+ children: [d, c(es, {
1686
+ children: o
1951
1687
  })]
1952
1688
  })]
1953
1689
  });
1954
1690
  };
1955
- let On;
1956
- const ls = 5;
1957
- function Rn(e) {
1691
+ let Sn;
1692
+ const ts = 5;
1693
+ function Nn(e) {
1958
1694
  return e.replace(/[-\\^$*+?.()|[\]{}]/g, "\\$&");
1959
1695
  }
1960
- function Pn(e, n) {
1961
- return RegExp(Rn(n.trim()), "i").test(e);
1696
+ function Ln(e, s) {
1697
+ return RegExp(Nn(s.trim()), "i").test(e);
1962
1698
  }
1963
- function Bn(e, n, t) {
1964
- const c = e, i = n, o = t?.maxSelections || ls;
1965
- let a = [], p = [], d = [], f = [], l = -1;
1966
- function b(E) {
1967
- return i + "-" + E.value.trim().replace(/\s+/g, "-").toLowerCase();
1699
+ function xn(e, s, o) {
1700
+ const t = e, i = s, n = o?.maxSelections || ts;
1701
+ let r = [], p = [], d = [], l = [], a = -1;
1702
+ function u(S) {
1703
+ return i + "-" + S.value.trim().replace(/\s+/g, "-").toLowerCase();
1968
1704
  }
1969
- function h() {
1970
- return p.length >= o;
1971
- }
1972
- function v(E) {
1973
- let L;
1974
- const C = [];
1975
- let S = !1;
1976
- for (let O = 0, M = E.length; O < M; O++)
1977
- L = E[O], S = h() ? !1 : L.defaultSelected, C.push({
1978
- id: b(L),
1979
- value: L.value,
1980
- text: L.text,
1981
- checked: S
1982
- }), S && p.push(O);
1983
- return C;
1705
+ function b() {
1706
+ return p.length >= n;
1707
+ }
1708
+ function h(S) {
1709
+ let A;
1710
+ const O = [];
1711
+ let N = !1;
1712
+ for (let H = 0, D = S.length; H < D; H++)
1713
+ A = S[H], N = b() ? !1 : A.defaultSelected, O.push({
1714
+ id: u(A),
1715
+ value: A.value,
1716
+ text: A.text,
1717
+ checked: N
1718
+ }), N && p.push(H);
1719
+ return O;
1984
1720
  }
1985
- function _() {
1986
- return a = v(c), this;
1721
+ function y() {
1722
+ return r = h(t), this;
1987
1723
  }
1988
- function y(E) {
1989
- return a[E].checked = !a[E].checked, p.length < o && a[E].checked ? (p.push(E), p.sort(), !0) : (a[E].checked = !1, p = p.filter(function(L) {
1990
- return L !== E;
1724
+ function _(S) {
1725
+ return r[S].checked = !r[S].checked, p.length < n && r[S].checked ? (p.push(S), p.sort(), !0) : (r[S].checked = !1, p = p.filter(function(A) {
1726
+ return A !== S;
1991
1727
  }), !1);
1992
1728
  }
1993
- function w(E, L, C, S) {
1994
- return Pn(L.text, S) && E.push(C), E;
1729
+ function L(S, A, O, N) {
1730
+ return Ln(A.text, N) && S.push(O), S;
1995
1731
  }
1996
- function N(E) {
1997
- return Object.prototype.toString.call(E) !== "[object String]" && (E = ""), f = d, a.length > 0 && (d = a.reduce(function(L, C, S) {
1998
- return w(L, C, S, E);
1999
- }, [])), l = -1, d;
1732
+ function x(S) {
1733
+ return Object.prototype.toString.call(S) !== "[object String]" && (S = ""), l = d, r.length > 0 && (d = r.reduce(function(A, O, N) {
1734
+ return L(A, O, N, S);
1735
+ }, [])), a = -1, d;
2000
1736
  }
2001
- function k(E) {
2002
- return a[E];
1737
+ function k(S) {
1738
+ return r[S];
2003
1739
  }
2004
- function R(E) {
2005
- const L = d.length, C = L === 0 ? a.length : L;
2006
- E < 0 ? l = -1 : E >= C ? l = C - 1 : l = E;
1740
+ function B(S) {
1741
+ const A = d.length, O = A === 0 ? r.length : A;
1742
+ S < 0 ? a = -1 : S >= O ? a = O - 1 : a = S;
2007
1743
  }
2008
- function P() {
2009
- return l;
1744
+ function M() {
1745
+ return a;
2010
1746
  }
2011
- return this.init = _, this.toggleOption = y, this.getSelectedIndices = function() {
1747
+ return this.init = y, this.toggleOption = _, this.getSelectedIndices = function() {
2012
1748
  return p;
2013
- }, this.isAtMaxSelections = h, this.filterIndices = N, this.clearFilter = function() {
2014
- return d = f = [], On;
1749
+ }, this.isAtMaxSelections = b, this.filterIndices = x, this.clearFilter = function() {
1750
+ return d = l = [], Sn;
2015
1751
  }, this.getFilterIndices = function() {
2016
1752
  return d;
2017
1753
  }, this.getLastFilterIndices = function() {
2018
- return f;
2019
- }, this.getIndex = P, this.setIndex = R, this.resetIndex = function() {
2020
- return l = -1, l;
1754
+ return l;
1755
+ }, this.getIndex = M, this.setIndex = B, this.resetIndex = function() {
1756
+ return a = -1, a;
2021
1757
  }, this.getOption = k, this;
2022
1758
  }
2023
- function U(e, n, t) {
2024
- const c = document.createElement(e);
2025
- return Object.keys(t).forEach((i) => {
2026
- const o = t[i];
2027
- i in c ? c[i] = o : c.setAttribute(i, o);
2028
- }), n && n.appendChild(c), c;
1759
+ function F(e, s, o) {
1760
+ const t = document.createElement(e);
1761
+ return Object.keys(o).forEach((i) => {
1762
+ const n = o[i];
1763
+ i in t ? t[i] = n : t.setAttribute(i, n);
1764
+ }), s && s.appendChild(t), t;
2029
1765
  }
2030
- const Dn = '<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="cf-icon-svg cf-icon-svg--error" viewBox="0 0 12 19"><path d="M11.383 13.644A1.03 1.03 0 0 1 9.928 15.1L6 11.172 2.072 15.1a1.03 1.03 0 1 1-1.455-1.456l3.928-3.928L.617 5.79a1.03 1.03 0 1 1 1.455-1.456L6 8.261l3.928-3.928a1.03 1.03 0 0 1 1.455 1.456L7.455 9.716z"/></svg>', Mn = Dn, F = "o-multiselect", Hn = "a-checkbox", Fn = "a-text-input", Xe = "prev", je = "next", De = "Enter", Wn = " ", Ke = "Escape", $n = "ArrowUp", Je = "ArrowDown", es = "Tab", ss = {
1766
+ const kn = '<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="cf-icon-svg cf-icon-svg--error" viewBox="0 0 12 19"><path d="M11.383 13.644A1.03 1.03 0 0 1 9.928 15.1L6 11.172 2.072 15.1a1.03 1.03 0 1 1-1.455-1.456l3.928-3.928L.617 5.79a1.03 1.03 0 1 1 1.455-1.456L6 8.261l3.928-3.928a1.03 1.03 0 0 1 1.455 1.456L7.455 9.716z"/></svg>', An = kn, P = "o-multiselect", Cn = "a-checkbox", Tn = "a-text-input", Ve = "prev", ge = "next", Be = "Enter", In = " ", Qe = "Escape", On = "ArrowUp", je = "ArrowDown", Ye = "Tab", Ge = {
2031
1767
  // TODO: renderTags was added as a workaround for DS icons not rendering correctly when integrating with a React implementation.
2032
1768
  renderTags: !0,
2033
1769
  // Allow the Multiselect to generate the Tag elements in the DOM
2034
- maxSelections: ls
1770
+ maxSelections: ts
2035
1771
  // Maximum number of options a user can select
2036
1772
  };
2037
- function Ae(e) {
2038
- e.classList.add(F);
2039
- let n = _e(e, F), t = !1, c, i, o, a, p, d, f, l, b, h, v;
2040
- const _ = [];
2041
- let y;
2042
- function w() {
2043
- v.classList.remove("u-no-results"), v.classList.add("u-filtered");
2044
- let u = o.getLastFilterIndices();
2045
- for (let r = 0, m = u.length; r < m; r++)
2046
- _[u[r]].classList.remove("u-filter-match");
2047
- u = o.getFilterIndices();
2048
- for (let r = 0, m = u.length; r < m; r++)
2049
- _[u[r]].classList.add("u-filter-match");
2050
- }
2051
- function N() {
2052
- v.classList.remove("u-filtered", "u-no-results");
2053
- for (let u = 0, r = v.children.length; u < r; u++)
2054
- v.children[u].classList.remove("u-filter-match");
2055
- o.clearFilter();
1773
+ function we(e) {
1774
+ e.classList.add(P);
1775
+ let s = le(e, P), o = !1, t, i, n, r, p, d, l, a, u, b, h;
1776
+ const y = [];
1777
+ let _;
1778
+ function L() {
1779
+ h.classList.remove("u-no-results"), h.classList.add("u-filtered");
1780
+ let m = n.getLastFilterIndices();
1781
+ for (let f = 0, g = m.length; f < g; f++)
1782
+ y[m[f]].classList.remove("u-filter-match");
1783
+ m = n.getFilterIndices();
1784
+ for (let f = 0, g = m.length; f < g; f++)
1785
+ y[m[f]].classList.add("u-filter-match");
1786
+ }
1787
+ function x() {
1788
+ h.classList.remove("u-filtered", "u-no-results");
1789
+ for (let m = 0, f = h.children.length; m < f; m++)
1790
+ h.children[m].classList.remove("u-filter-match");
1791
+ n.clearFilter();
2056
1792
  }
2057
1793
  function k() {
2058
- v.classList.add("u-no-results"), v.classList.remove("u-filtered");
2059
- }
2060
- function R(u) {
2061
- return u.length > 0 ? (w(), !0) : (k(), !1);
1794
+ h.classList.add("u-no-results"), h.classList.remove("u-filtered");
2062
1795
  }
2063
- function P(u) {
2064
- N(), o.resetIndex();
2065
- const r = o.filterIndices(u);
2066
- R(r);
1796
+ function B(m) {
1797
+ return m.length > 0 ? (L(), !0) : (k(), !1);
2067
1798
  }
2068
- function E() {
2069
- return d.classList.add("u-active"), h.classList.remove("u-invisible"), h.setAttribute("aria-hidden", !1), y.dispatchEvent("expandbegin", { target: y }), y;
1799
+ function M(m) {
1800
+ x(), n.resetIndex();
1801
+ const f = n.filterIndices(m);
1802
+ B(f);
2070
1803
  }
2071
- function L() {
2072
- return d.classList.remove("u-active"), h.classList.add("u-invisible"), h.setAttribute("aria-hidden", !0), o.resetIndex(), y.dispatchEvent("collapsebegin", { target: y }), y;
2073
- }
2074
- function C(u) {
2075
- u === je ? o.setIndex(o.getIndex() + 1) : u === Xe && o.setIndex(o.getIndex() - 1);
2076
- const r = o.getIndex();
2077
- if (r > -1) {
2078
- let m = r;
2079
- const g = o.getFilterIndices();
2080
- g.length > 0 && (m = g[r]);
2081
- const B = o.getOption(m).value, A = v.querySelector('[data-option="' + B + '"]').querySelector("input");
2082
- t = !0, A.focus();
1804
+ function S() {
1805
+ return d.classList.add("u-active"), b.classList.remove("u-invisible"), b.setAttribute("aria-hidden", !1), _.dispatchEvent("expandbegin", { target: _ }), _;
1806
+ }
1807
+ function A() {
1808
+ return d.classList.remove("u-active"), b.classList.add("u-invisible"), b.setAttribute("aria-hidden", !0), n.resetIndex(), _.dispatchEvent("collapsebegin", { target: _ }), _;
1809
+ }
1810
+ function O(m) {
1811
+ m === ge ? n.setIndex(n.getIndex() + 1) : m === Ve && n.setIndex(n.getIndex() - 1);
1812
+ const f = n.getIndex();
1813
+ if (f > -1) {
1814
+ let g = f;
1815
+ const E = n.getFilterIndices();
1816
+ E.length > 0 && (g = E[f]);
1817
+ const $ = n.getOption(g).value, ps = h.querySelector('[data-option="' + $ + '"]').querySelector("input");
1818
+ o = !0, ps.focus();
2083
1819
  } else
2084
- t = !1, b.focus();
1820
+ o = !1, u.focus();
2085
1821
  }
2086
- function S() {
2087
- b.value = "", N();
1822
+ function N() {
1823
+ u.value = "", x();
2088
1824
  }
2089
- function O(u) {
2090
- const r = u.target;
2091
- r.tagName === "BUTTON" && (u.preventDefault(), r.removeEventListener("click", O), r.querySelector("label").click());
1825
+ function H(m) {
1826
+ const f = m.target;
1827
+ f.tagName === "BUTTON" && (m.preventDefault(), f.removeEventListener("click", H), f.querySelector("label").click());
2092
1828
  }
2093
- function M(u) {
2094
- if (u.key === Wn || u.key === De) {
2095
- const r = u.target.querySelector("label");
2096
- v.querySelector(
2097
- "#" + r.getAttribute("for")
1829
+ function D(m) {
1830
+ if (m.key === In || m.key === Be) {
1831
+ const f = m.target.querySelector("label");
1832
+ h.querySelector(
1833
+ "#" + f.getAttribute("for")
2098
1834
  ).click();
2099
1835
  }
2100
1836
  }
2101
- function H(u) {
2102
- return c + "-" + u.value.trim().replace(/[^\w]/g, "-").toLowerCase();
1837
+ function q(m) {
1838
+ return t + "-" + m.value.trim().replace(/[^\w]/g, "-").toLowerCase();
2103
1839
  }
2104
- function W(u, r) {
2105
- const m = H(r), g = U("li", null, {
2106
- "data-option": r.value
2107
- }), x = U("button", g, {
1840
+ function X(m, f) {
1841
+ const g = q(f), E = F("li", null, {
1842
+ "data-option": f.value
1843
+ }), C = F("button", E, {
2108
1844
  type: "button",
2109
1845
  class: "a-tag-filter",
2110
- innerHTML: "<label for=" + m + ">" + r.text + Mn + "</label>"
1846
+ innerHTML: "<label for=" + g + ">" + f.text + An + "</label>"
2111
1847
  });
2112
- u.appendChild(g), x.addEventListener("click", O), x.addEventListener(
1848
+ m.appendChild(E), C.addEventListener("click", H), C.addEventListener(
2113
1849
  "keydown",
2114
- M
1850
+ D
2115
1851
  );
2116
1852
  }
2117
- function K(u) {
2118
- const r = o.getOption(u) || o.getOption(o.getIndex());
2119
- if (r) {
2120
- if (r.checked) {
2121
- v.classList.contains("u-max-selections") && v.classList.remove("u-max-selections");
2122
- const m = '[data-option="' + r.value + '"]', g = f.querySelector(m);
2123
- typeof g < "u" && g && f?.removeChild(g);
2124
- } else p?.renderTags && f && W(f, r);
2125
- o.toggleOption(u), o.isAtMaxSelections() && v.classList.add("u-max-selections"), y.dispatchEvent("selectionsupdated", { target: y });
1853
+ function fe(m) {
1854
+ const f = n.getOption(m) || n.getOption(n.getIndex());
1855
+ if (f) {
1856
+ if (f.checked) {
1857
+ h.classList.contains("u-max-selections") && h.classList.remove("u-max-selections");
1858
+ const g = '[data-option="' + f.value + '"]', E = l.querySelector(g);
1859
+ typeof E < "u" && E && l?.removeChild(E);
1860
+ } else p?.renderTags && l && X(l, f);
1861
+ n.toggleOption(m), n.isAtMaxSelections() && h.classList.add("u-max-selections"), _.dispatchEvent("selectionsupdated", { target: _ });
2126
1862
  }
2127
- o.resetIndex(), t = !1, h.getAttribute("aria-hidden") === "false" && b.focus();
2128
- }
2129
- function fe(u) {
2130
- K(Number(u.target.getAttribute("data-index"))), S();
2131
- }
2132
- function J() {
2133
- l.addEventListener("mousemove", function(m) {
2134
- const g = m.target;
2135
- m.offsetX > g.offsetWidth - 35 ? g.style.cursor = "pointer" : g.style.cursor = "auto";
2136
- }), l.addEventListener("mouseup", function(m) {
2137
- const g = m.target;
2138
- m.offsetX > g.offsetWidth - 35 && h.offsetHeight === 140 && b.blur();
2139
- }), b.addEventListener("input", function() {
2140
- P(this.value);
2141
- }), b.addEventListener("focus", function() {
2142
- h.getAttribute("aria-hidden") === "true" && E();
2143
- }), b.addEventListener("blur", function() {
2144
- !t && h.getAttribute("aria-hidden") === "false" && L();
2145
- }), b.addEventListener("keydown", function(m) {
2146
- const g = m.key;
2147
- h.getAttribute("aria-hidden") === "true" && g !== es && E(), g === De ? (m.preventDefault(), C(je)) : g === Ke ? (S(), L()) : g === Je ? C(je) : g === es && !m.shiftKey && h.getAttribute("aria-hidden") === "false" && L();
2148
- }), v.addEventListener("mousedown", function() {
2149
- t = !0;
2150
- }), v.addEventListener("keydown", function(m) {
2151
- const g = m.key, x = m.target, B = x.checked;
2152
- if (g === De) {
2153
- m.preventDefault(), x.checked = !B;
2154
- const D = new Event("change", { bubbles: !1, cancelable: !0 });
2155
- x.dispatchEvent(D);
2156
- } else g === Ke ? (b.focus(), L()) : g === $n ? C(Xe) : g === Je && C(je);
2157
- }), h.addEventListener("mousedown", function(m) {
2158
- m.target.tagName === "LABEL" && (t = !0);
1863
+ n.resetIndex(), o = !1, b.getAttribute("aria-hidden") === "false" && u.focus();
1864
+ }
1865
+ function ke(m) {
1866
+ fe(Number(m.target.getAttribute("data-index"))), N();
1867
+ }
1868
+ function Ae() {
1869
+ a.addEventListener("mousemove", function(g) {
1870
+ const E = g.target;
1871
+ g.offsetX > E.offsetWidth - 35 ? E.style.cursor = "pointer" : E.style.cursor = "auto";
1872
+ }), a.addEventListener("mouseup", function(g) {
1873
+ const E = g.target;
1874
+ g.offsetX > E.offsetWidth - 35 && b.offsetHeight === 140 && u.blur();
1875
+ }), u.addEventListener("input", function() {
1876
+ M(this.value);
1877
+ }), u.addEventListener("focus", function() {
1878
+ b.getAttribute("aria-hidden") === "true" && S();
1879
+ }), u.addEventListener("blur", function() {
1880
+ !o && b.getAttribute("aria-hidden") === "false" && A();
1881
+ }), u.addEventListener("keydown", function(g) {
1882
+ const E = g.key;
1883
+ b.getAttribute("aria-hidden") === "true" && E !== Ye && S(), E === Be ? (g.preventDefault(), O(ge)) : E === Qe ? (N(), A()) : E === je ? O(ge) : E === Ye && !g.shiftKey && b.getAttribute("aria-hidden") === "false" && A();
1884
+ }), h.addEventListener("mousedown", function() {
1885
+ o = !0;
1886
+ }), h.addEventListener("keydown", function(g) {
1887
+ const E = g.key, C = g.target, $ = C.checked;
1888
+ if (E === Be) {
1889
+ g.preventDefault(), C.checked = !$;
1890
+ const R = new Event("change", { bubbles: !1, cancelable: !0 });
1891
+ C.dispatchEvent(R);
1892
+ } else E === Qe ? (u.focus(), A()) : E === On ? O(Ve) : E === je && O(ge);
1893
+ }), b.addEventListener("mousedown", function(g) {
1894
+ g.target.tagName === "LABEL" && (o = !0);
2159
1895
  });
2160
- const u = v.querySelectorAll("input");
2161
- for (let m = 0, g = u.length; m < g; m++)
2162
- u[m].addEventListener("change", fe);
2163
- const r = f.querySelectorAll("button");
2164
- for (let m = 0, g = r.length; m < g; m++)
2165
- r[m].addEventListener("click", O), r[m].addEventListener("keydown", M);
2166
- }
2167
- function ee() {
2168
- d = document.createElement("div"), d.className = F, f = U("ul", null, {
1896
+ const m = h.querySelectorAll("input");
1897
+ for (let g = 0, E = m.length; g < E; g++)
1898
+ m[g].addEventListener("change", ke);
1899
+ const f = l.querySelectorAll("button");
1900
+ for (let g = 0, E = f.length; g < E; g++)
1901
+ f[g].addEventListener("click", H), f[g].addEventListener("keydown", D);
1902
+ }
1903
+ function ue() {
1904
+ d = document.createElement("div"), d.className = P, l = F("ul", null, {
2169
1905
  className: "m-tag-group"
2170
- }), l = U("header", d, {
2171
- className: F + "__header"
2172
- }), b = U("input", l, {
2173
- className: F + "__search " + Fn,
1906
+ }), a = F("header", d, {
1907
+ className: P + "__header"
1908
+ }), u = F("input", a, {
1909
+ className: P + "__search " + Tn,
2174
1910
  type: "text",
2175
1911
  placeholder: i || "Select up to five",
2176
- id: n.id,
1912
+ id: s.id,
2177
1913
  autocomplete: "off"
2178
- }), h = U("fieldset", d, {
2179
- className: F + "__fieldset u-invisible",
1914
+ }), b = F("fieldset", d, {
1915
+ className: P + "__fieldset u-invisible",
2180
1916
  "aria-hidden": "true"
2181
1917
  });
2182
- let u = F + "__options";
2183
- o.isAtMaxSelections() && (u += " u-max-selections"), v = U("ul", h, {
2184
- className: u
1918
+ let m = P + "__options";
1919
+ n.isAtMaxSelections() && (m += " u-max-selections"), h = F("ul", b, {
1920
+ className: m
2185
1921
  });
2186
- let r, m, g;
2187
- for (let x = 0, B = a.length; x < B; x++) {
2188
- r = a[x], m = H(r), g = o.getOption(x).checked;
2189
- const D = U("li", v, {
2190
- "data-option": r.value,
1922
+ let f, g, E;
1923
+ for (let C = 0, $ = r.length; C < $; C++) {
1924
+ f = r[C], g = q(f), E = n.getOption(C).checked;
1925
+ const R = F("li", h, {
1926
+ "data-option": f.value,
2191
1927
  "data-cy": "multiselect-option",
2192
1928
  class: "m-form-field m-form-field--checkbox"
2193
1929
  });
2194
- U("input", D, {
2195
- id: m,
1930
+ F("input", R, {
1931
+ id: g,
2196
1932
  // Type must come before value or IE fails
2197
1933
  type: "checkbox",
2198
- value: r.value,
2199
- name: c,
2200
- class: Hn + " " + F + "__checkbox",
2201
- checked: g,
2202
- "data-index": x
2203
- }), U("label", D, {
2204
- for: m,
2205
- textContent: r.text,
2206
- className: F + "__label a-label"
2207
- }), _.push(D), g && p?.renderTags && W(f, r);
1934
+ value: f.value,
1935
+ name: t,
1936
+ class: Cn + " " + P + "__checkbox",
1937
+ checked: E,
1938
+ "data-index": C
1939
+ }), F("label", R, {
1940
+ for: g,
1941
+ textContent: f.text,
1942
+ className: P + "__label a-label"
1943
+ }), y.push(R), E && p?.renderTags && X(l, f);
2208
1944
  }
2209
- return d.insertBefore(f, l), n.parentNode.insertBefore(d, n), d.appendChild(n), d;
1945
+ return d.insertBefore(l, a), s.parentNode.insertBefore(d, s), d.appendChild(s), d;
2210
1946
  }
2211
- function oe(u = ss) {
2212
- if (!de(n))
1947
+ function Ce(m = Ge) {
1948
+ if (!ce(s))
2213
1949
  return this;
2214
- if (tn())
1950
+ if (Gs())
2215
1951
  return this;
2216
- if (y = this, c = n.name || n.id, i = n.getAttribute("data-placeholder"), a = n.options || [], p = { ...ss, ...u }, a.length > 0) {
2217
- o = new Bn(a, c, p).init();
2218
- const r = ee();
2219
- n.parentNode.removeChild(n), n = r, de(n), J();
1952
+ if (_ = this, t = s.name || s.id, i = s.getAttribute("data-placeholder"), r = s.options || [], p = { ...Ge, ...m }, r.length > 0) {
1953
+ n = new xn(r, t, p).init();
1954
+ const f = ue();
1955
+ s.parentNode.removeChild(s), s = f, ce(s), Ae();
2220
1956
  }
2221
1957
  return this;
2222
1958
  }
2223
- function te() {
2224
- return o;
1959
+ function Te() {
1960
+ return n;
2225
1961
  }
2226
- this.init = oe, this.expand = E, this.collapse = L;
2227
- const $ = new me();
2228
- return this.addEventListener = $.addEventListener, this.removeEventListener = $.removeEventListener, this.dispatchEvent = $.dispatchEvent, this.getModel = te, this.updateSelections = K, this.selectionClickHandler = O, this.selectionKeyDownHandler = M, this;
1962
+ this.init = Ce, this.expand = S, this.collapse = A;
1963
+ const K = new re();
1964
+ return this.addEventListener = K.addEventListener, this.removeEventListener = K.removeEventListener, this.dispatchEvent = K.dispatchEvent, this.getModel = Te, this.updateSelections = fe, this.selectionClickHandler = H, this.selectionKeyDownHandler = D, this;
2229
1965
  }
2230
- Ae.BASE_CLASS = F;
2231
- Ae.init = (e) => ye(`.${F}`, Ae, void 0, e);
2232
- const ms = (e, n) => {
2233
- const t = e.map(({ value: c, label: i }) => s.jsx("option", {
2234
- value: c,
1966
+ we.BASE_CLASS = P;
1967
+ we.init = (e) => me(`.${P}`, we, void 0, e);
1968
+ const cs = (e, s) => {
1969
+ const o = e.map(({ value: t, label: i }) => c("option", {
1970
+ value: t,
2235
1971
  children: i
2236
- }, c));
2237
- return t.length > 0 ? t : [s.jsx("option", {
1972
+ }, t));
1973
+ return o.length > 0 ? o : [c("option", {
2238
1974
  disabled: !0,
2239
1975
  value: "",
2240
- children: n
1976
+ children: s
2241
1977
  }, "initial")];
2242
- }, Un = (e, n) => e.find((t) => t.value === n), qn = 5, Yn = ({ id: e, options: n, label: t, onChange: c = Q, defaultOptionLabel: i = "-- select an option --", maxSelections: o = qn, ...a }) => {
2243
- const [p, d] = ve([]), f = ts(null);
2244
- return G(() => {
2245
- const b = new Ae(f.current).init({
2246
- maxSelections: o,
1978
+ }, Bn = (e, s) => e.find((o) => o.value === s), Hn = 5, Mn = ({ id: e, options: s, label: o, onChange: t = Q, defaultOptionLabel: i = "-- select an option --", maxSelections: n = Hn, ...r }) => {
1979
+ const [p, d] = ae([]), l = ze(null);
1980
+ return j(() => {
1981
+ const u = new we(l.current).init({
1982
+ maxSelections: n,
2247
1983
  renderTags: !0
2248
- }), h = () => {
2249
- const _ = b.getModel().getSelectedIndices();
2250
- d([..._]);
2251
- }, v = "selectionsupdated";
2252
- return b.addEventListener(v, h), () => b.removeEventListener(v, h);
2253
- }, [o]), G(() => {
2254
- const l = p.map((b) => ({
2255
- ...n[b],
1984
+ }), b = () => {
1985
+ const y = u.getModel().getSelectedIndices();
1986
+ d([...y]);
1987
+ }, h = "selectionsupdated";
1988
+ return u.addEventListener(h, b), () => u.removeEventListener(h, b);
1989
+ }, [n]), j(() => {
1990
+ const a = p.map((u) => ({
1991
+ ...s[u],
2256
1992
  selected: !0
2257
1993
  }));
2258
- c(l);
2259
- }, [p, c, n]), s.jsxs("div", {
1994
+ t(a);
1995
+ }, [p, t, s]), v("div", {
2260
1996
  className: "m-form-field",
2261
1997
  id: `multi-wrapper-${e}`,
2262
- children: [s.jsx("label", {
1998
+ children: [c("label", {
2263
1999
  className: "a-label a-label--heading",
2264
2000
  htmlFor: e,
2265
- children: t
2266
- }), s.jsx("select", {
2001
+ children: o
2002
+ }), c("select", {
2267
2003
  id: e,
2268
2004
  className: "o-multiselect",
2269
- ref: f,
2005
+ ref: l,
2270
2006
  multiple: !0,
2271
- "data-placeholder": `Select up to ${o}`,
2007
+ "data-placeholder": `Select up to ${n}`,
2272
2008
  "data-open": !0,
2273
- ...a,
2274
- children: ms(n, i)
2009
+ ...r,
2010
+ children: cs(s, i)
2275
2011
  })]
2276
2012
  });
2277
- }, Vn = ({ id: e, options: n, label: t, onChange: c = Q, maxSelections: i, value: o = "", defaultOptionLabel: a = "-- select an option --", ...p }) => {
2278
- const d = (f) => {
2279
- const l = Un(n, f.target.value);
2280
- return c(l), l;
2013
+ }, Dn = ({ id: e, options: s, label: o, onChange: t = Q, maxSelections: i, value: n = "", defaultOptionLabel: r = "-- select an option --", ...p }) => {
2014
+ const d = (l) => {
2015
+ const a = Bn(s, l.target.value);
2016
+ return t(a), a;
2281
2017
  };
2282
- return s.jsxs("div", {
2018
+ return v("div", {
2283
2019
  className: "m-form-field",
2284
- children: [s.jsx("label", {
2020
+ children: [c("label", {
2285
2021
  className: "a-label a-label--heading",
2286
2022
  htmlFor: e,
2287
- children: t
2288
- }), s.jsx("div", {
2023
+ children: o
2024
+ }), c("div", {
2289
2025
  className: "a-select",
2290
- children: s.jsx("select", {
2026
+ children: c("select", {
2291
2027
  id: e,
2292
2028
  ...p,
2293
2029
  onChange: d,
2294
- value: o,
2295
- children: ms(n, a)
2030
+ value: n,
2031
+ children: cs(s, r)
2296
2032
  })
2297
2033
  })]
2298
2034
  });
2299
- }, ho = ({ isMulti: e = !1, onChange: n = () => null, ...t }) => e ? s.jsx(Yn, {
2300
- onChange: n,
2301
- ...t
2302
- }) : s.jsx(Vn, {
2303
- onChange: n,
2304
- ...t
2035
+ }, ro = ({ isMulti: e = !1, onChange: s = () => null, ...o }) => e ? c(Mn, {
2036
+ onChange: s,
2037
+ ...o
2038
+ }) : c(Dn, {
2039
+ onChange: s,
2040
+ ...o
2305
2041
  });
2306
- function vo({ href: e = "#main", text: n = "Skip to main content" }) {
2307
- return s.jsx("div", {
2042
+ function po({ href: e = "#main", text: s = "Skip to main content" }) {
2043
+ return c("div", {
2308
2044
  className: "skip-nav",
2309
- children: s.jsx("a", {
2045
+ children: c("a", {
2310
2046
  className: "skip-nav__link a-btn",
2311
2047
  href: e,
2312
- children: n
2048
+ children: s
2313
2049
  })
2314
2050
  });
2315
2051
  }
2316
- const _o = ({ children: e, label: n = "Show full text", isMobileOnly: t = !1, isMinimal: c = !1, className: i = "", ...o }) => {
2317
- G(() => {
2318
- c ? ke.init() : Ne.init(), document.readyState === "complete" && globalThis.dispatchEvent(new Event("load"));
2319
- }, [c]);
2320
- const a = c ? "o-summary-minimal" : "o-summary", p = [a, i];
2321
- return t && p.push(`${a}--mobile`), s.jsxs("div", {
2322
- className: j(p),
2323
- ...o,
2324
- children: [s.jsx("div", {
2325
- className: `${a}__content`,
2052
+ const ao = ({ children: e, label: s = "Show full text", isMobileOnly: o = !1, isMinimal: t = !1, className: i = "", ...n }) => {
2053
+ j(() => {
2054
+ t ? ye.init() : _e.init(), document.readyState === "complete" && globalThis.dispatchEvent(new Event("load"));
2055
+ }, [t]);
2056
+ const r = t ? "o-summary-minimal" : "o-summary", p = [r, i];
2057
+ return o && p.push(`${r}--mobile`), v("div", {
2058
+ className: w(p),
2059
+ ...n,
2060
+ children: [c("div", {
2061
+ className: `${r}__content`,
2326
2062
  children: e
2327
- }), s.jsx("button", {
2063
+ }), c("button", {
2328
2064
  type: "button",
2329
- className: `${a}__btn`,
2330
- children: c ? s.jsxs(s.Fragment, {
2331
- children: [s.jsxs("span", {
2065
+ className: `${r}__btn`,
2066
+ children: t ? v(oe, {
2067
+ children: [v("span", {
2332
2068
  className: "o-summary-minimal__cue-open",
2333
- children: ["Show ", s.jsx(T, {
2069
+ children: ["Show ", c(T, {
2334
2070
  name: "plus",
2335
2071
  isPresentational: !0,
2336
2072
  withBg: !0
2337
2073
  })]
2338
- }), s.jsxs("span", {
2074
+ }), v("span", {
2339
2075
  className: "o-summary-minimal__cue-close",
2340
- children: ["Hide ", s.jsx(T, {
2076
+ children: ["Hide ", c(T, {
2341
2077
  name: "minus",
2342
2078
  isPresentational: !0,
2343
2079
  withBg: !0
2344
2080
  })]
2345
2081
  })]
2346
- }) : s.jsxs(s.Fragment, {
2347
- children: [n, s.jsx(T, {
2082
+ }) : v(oe, {
2083
+ children: [s, c(T, {
2348
2084
  name: "plus",
2349
2085
  isPresentational: !0,
2350
2086
  withBg: !0
@@ -2352,231 +2088,228 @@ const _o = ({ children: e, label: n = "Show full text", isMobileOnly: t = !1, is
2352
2088
  })
2353
2089
  })]
2354
2090
  });
2355
- }, Qn = (e) => s.jsx("thead", {
2356
- children: s.jsx("tr", {
2357
- children: e.map((n, t) => {
2358
- let c = "";
2359
- const i = [""], o = `header-${t}`;
2360
- return typeof n == "object" ? (c = n.header, n.alignRight && i.push("o-table_cell--right-align"), n.width && i.push(`u-w${n.width}pct`), n.headerWordWrap || i.push("white-space-nowrap")) : c = n, s.jsx("th", {
2361
- className: j(i),
2362
- children: c
2363
- }, o);
2091
+ }, Pn = (e) => c("thead", {
2092
+ children: c("tr", {
2093
+ children: e.map((s, o) => {
2094
+ let t = "";
2095
+ const i = [""], n = `header-${o}`;
2096
+ return typeof s == "object" ? (t = s.header, s.alignRight && i.push("o-table_cell--right-align"), s.width && i.push(`u-w${s.width}pct`), s.headerWordWrap || i.push("white-space-nowrap")) : t = s, c("th", {
2097
+ className: w(i),
2098
+ children: t
2099
+ }, n);
2364
2100
  })
2365
2101
  })
2366
- }), Gn = (e) => {
2102
+ }), Rn = (e) => {
2367
2103
  if (!e) return {};
2368
2104
  if (typeof e == "string")
2369
2105
  return {
2370
2106
  "data-label": e
2371
2107
  };
2372
- const n = [""];
2373
- return e.alignRight && n.push("o-table_cell--right-align"), e.cellDisableWordWrap && n.push("white-space-nowrap"), !e.cellDisableWordWrap && e.cellWordBreak && n.push("word-break-break-all"), {
2108
+ const s = [""];
2109
+ return e.alignRight && s.push("o-table_cell--right-align"), e.cellDisableWordWrap && s.push("white-space-nowrap"), !e.cellDisableWordWrap && e.cellWordBreak && s.push("word-break-break-all"), {
2374
2110
  "data-label": e.header,
2375
- className: j(n)
2111
+ className: w(s)
2376
2112
  };
2377
- }, zn = (e, n) => s.jsx("tbody", {
2378
- children: e.map((t, c) => {
2379
- const i = `row-${c}`;
2380
- return s.jsx("tr", {
2381
- children: t.map((o, a) => {
2382
- const p = n[a], d = `row-${c}-col-${a}`;
2383
- return ns("td", {
2384
- ...Gn(p),
2113
+ }, Fn = (e, s) => c("tbody", {
2114
+ children: e.map((o, t) => {
2115
+ const i = `row-${t}`;
2116
+ return c("tr", {
2117
+ children: o.map((n, r) => {
2118
+ const p = s[r], d = `row-${t}-col-${r}`;
2119
+ return Ze("td", {
2120
+ ...Rn(p),
2385
2121
  key: d
2386
- }, o);
2122
+ }, n);
2387
2123
  })
2388
2124
  }, i);
2389
2125
  })
2390
- }), Zn = ({ children: e }) => e ? s.jsx("caption", {
2126
+ }), Wn = ({ children: e }) => e ? c("caption", {
2391
2127
  children: e
2392
- }) : null, Xn = Te(({ id: e, caption: n, columns: t, rows: c, isResponsive: i = !1, isScrollableHorizontal: o = !1, isStriped: a = !1, isPaginated: p = !1, startPage: d = z, perPage: f = ds, className: l, divRef: b, tableRef: h, ...v }, _) => {
2393
- const [y, w] = Tn({
2394
- rows: c,
2128
+ }) : null, qn = Se(({ id: e, caption: s, columns: o, rows: t, isResponsive: i = !1, isScrollableHorizontal: n = !1, isStriped: r = !1, isPaginated: p = !1, startPage: d = Y, perPage: l = os, className: a, divRef: u, tableRef: b, ...h }, y) => {
2129
+ const [_, L] = yn({
2130
+ rows: t,
2395
2131
  isPaginated: p,
2396
2132
  startPage: d,
2397
- perPage: f
2398
- }), N = cs(), k = [];
2399
- i && k.push("o-table o-table--stack-on-small"), a && k.push("o-table--striped"), p && k.push("u-w100pct"), l && k.push(l);
2400
- const R = s.jsxs(s.Fragment, {
2401
- children: [s.jsxs("table", {
2402
- className: j(k),
2403
- ref: h,
2404
- id: e ?? N,
2405
- ...v,
2406
- children: [s.jsx(Zn, {
2407
- children: n
2408
- }), Qn(t), zn(y, t)]
2409
- }), p ? s.jsx(An, {
2410
- ...w,
2411
- tableId: e ?? N
2133
+ perPage: l
2134
+ }), x = Xe(), k = [];
2135
+ i && k.push("o-table o-table--stack-on-small"), r && k.push("o-table--striped"), p && k.push("u-w100pct"), a && k.push(a);
2136
+ const B = v(oe, {
2137
+ children: [v("table", {
2138
+ className: w(k),
2139
+ ref: b,
2140
+ id: e ?? x,
2141
+ ...h,
2142
+ children: [c(Wn, {
2143
+ children: s
2144
+ }), Pn(o), Fn(_, o)]
2145
+ }), p ? c(_n, {
2146
+ ...L,
2147
+ tableId: e ?? x
2412
2148
  }) : null]
2413
2149
  });
2414
- return o ? s.jsx("div", {
2150
+ return n ? c("div", {
2415
2151
  className: "o-table o-table-wrapper--scrolling",
2416
- ref: _ ?? b,
2417
- children: R
2418
- }) : R;
2152
+ ref: y ?? u,
2153
+ children: B
2154
+ }) : B;
2419
2155
  });
2420
- Xn.displayName = "Table";
2421
- const Kn = {
2156
+ qn.displayName = "Table";
2157
+ const $n = {
2422
2158
  success: "a-text-input--success",
2423
2159
  error: "a-text-input--error",
2424
2160
  warning: "a-text-input--warning",
2425
2161
  info: "a-text-input--info"
2426
- }, fs = (e) => Kn[e], yo = Te(({ id: e, className: n = "", status: t = "info", placeholder: c = "Placeholder text", isFullWidth: i = !1, isDisabled: o = !1, onChange: a = Q, ...p }, d) => {
2427
- const f = (b) => {
2428
- b.preventDefault(), a(b.target.value);
2429
- }, l = ["a-text-input", fs(t), i ? "a-text-input--full" : "", n || ""].filter((b) => b.length);
2430
- return s.jsx("div", {
2162
+ }, is = (e) => $n[e], lo = Se(({ id: e, className: s = "", status: o = "info", placeholder: t = "Placeholder text", isFullWidth: i = !1, isDisabled: n = !1, onChange: r = Q, ...p }, d) => {
2163
+ const l = (u) => {
2164
+ u.preventDefault(), r(u.target.value);
2165
+ }, a = ["a-text-input", is(o), i ? "a-text-input--full" : "", s || ""].filter((u) => u.length);
2166
+ return c("div", {
2431
2167
  className: "m-form-field",
2432
- children: s.jsx("textarea", {
2433
- className: j(l),
2168
+ children: c("textarea", {
2169
+ className: w(a),
2434
2170
  id: e,
2435
- placeholder: c,
2436
- onChange: f,
2437
- disabled: o,
2171
+ placeholder: t,
2172
+ onChange: l,
2173
+ disabled: n,
2438
2174
  ref: d,
2439
2175
  ...p
2440
2176
  })
2441
2177
  });
2442
- }), xo = Te(({ className: e, id: n, inputRef: t, isDisabled: c = !1, name: i, status: o = "info", type: a = "text", isFullWidth: p = !1, ...d }, f) => {
2443
- const l = ["a-text-input", e, fs(o)];
2444
- return p ? (l.push("a-text-input--full"), s.jsx("div", {
2178
+ }), mo = Se(({ className: e, id: s, inputRef: o, isDisabled: t = !1, name: i, status: n = "info", type: r = "text", isFullWidth: p = !1, ...d }, l) => {
2179
+ const a = ["a-text-input", e, is(n)];
2180
+ return p ? (a.push("a-text-input--full"), c("div", {
2445
2181
  className: "m-form-field",
2446
- children: s.jsx("input", {
2447
- className: j(l),
2448
- disabled: c,
2449
- id: n,
2182
+ children: c("input", {
2183
+ className: w(a),
2184
+ disabled: t,
2185
+ id: s,
2450
2186
  name: i,
2451
- type: a,
2452
- ref: f,
2187
+ type: r,
2188
+ ref: l,
2453
2189
  ...d
2454
2190
  })
2455
- })) : s.jsx("input", {
2456
- className: j(l),
2457
- disabled: c,
2458
- id: n,
2191
+ })) : c("input", {
2192
+ className: w(a),
2193
+ disabled: t,
2194
+ id: s,
2459
2195
  name: i,
2460
- type: a,
2461
- ref: f,
2196
+ type: r,
2197
+ ref: l,
2462
2198
  ...d
2463
2199
  });
2464
- }), us = (e) => e ? typeof e == "string" ? s.jsx($e, {
2200
+ }), rs = (e) => e ? typeof e == "string" ? c(Re, {
2465
2201
  children: e
2466
- }) : e : null, X = ({ heading: e, subheading: n, description: t, callToAction: c, className: i, ...o }) => {
2467
- const a = ["o-text-introduction", i], p = c && s.jsx(le, {
2202
+ }) : e : null, Z = ({ heading: e, subheading: s, description: o, callToAction: t, className: i, ...n }) => {
2203
+ const r = ["o-text-introduction", i], p = t && c(ie, {
2468
2204
  isLinks: !0,
2469
- children: s.jsx(Ce, {
2470
- children: hs(c, {
2205
+ children: c(Ne, {
2206
+ children: as(t, {
2471
2207
  type: "list"
2472
2208
  })
2473
2209
  })
2474
2210
  });
2475
- return s.jsxs("div", {
2476
- className: j(a),
2477
- ...o,
2478
- children: [s.jsx(Le, {
2211
+ return v("div", {
2212
+ className: w(r),
2213
+ ...n,
2214
+ children: [c(Ee, {
2479
2215
  type: "1",
2480
2216
  children: e
2481
- }), s.jsx($e, {
2217
+ }), c(Re, {
2482
2218
  isLead: !0,
2483
- children: n
2484
- }), us(t), p]
2485
- });
2486
- };
2487
- X.Container = ({ className: e, children: n, ...t }) => {
2488
- const c = ["o-text-introduction", e];
2489
- return s.jsx("div", {
2490
- className: j(c),
2491
- ...t,
2492
- children: n
2219
+ children: s
2220
+ }), rs(o), p]
2493
2221
  });
2494
2222
  };
2495
- const Eo = X.Container;
2496
- X.Heading = ({ children: e }) => s.jsx(Le, {
2223
+ Z.Container = ({ className: e, children: s, ...o }) => c("div", {
2224
+ className: w(["o-text-introduction", e]),
2225
+ ...o,
2226
+ children: s
2227
+ });
2228
+ const fo = Z.Container;
2229
+ Z.Heading = ({ children: e }) => c(Ee, {
2497
2230
  type: "1",
2498
2231
  children: e
2499
2232
  });
2500
- const jo = X.Heading;
2501
- X.Description = ({ children: e }) => us(e);
2502
- const wo = X.Description;
2503
- X.Subheading = ({ children: e }) => s.jsx($e, {
2233
+ const uo = Z.Heading;
2234
+ Z.Description = ({ children: e }) => rs(e);
2235
+ const bo = Z.Description;
2236
+ Z.Subheading = ({ children: e }) => c(Re, {
2504
2237
  isLead: !0,
2505
2238
  children: e
2506
2239
  });
2507
- const So = X.Subheading, Jn = ({ children: e, className: n = "", ...t }) => s.jsx("div", {
2508
- className: `o-well ${n}`,
2509
- ...t,
2240
+ const go = Z.Subheading, Un = ({ children: e, className: s = "", ...o }) => c("div", {
2241
+ className: `o-well ${s}`,
2242
+ ...o,
2510
2243
  children: e
2511
2244
  });
2512
- function No({ heading: e, headingLevel: n = "h3", links: t, text: c, className: i = "", ...o }) {
2513
- const a = [];
2514
- if (t) for (const p of t)
2515
- a.push(s.jsx(Ce, {
2245
+ function ho({ heading: e, headingLevel: s = "h3", links: o, text: t, className: i = "", ...n }) {
2246
+ const r = [];
2247
+ if (o) for (const p of o)
2248
+ r.push(c(Ne, {
2516
2249
  children: p
2517
2250
  }, p.key));
2518
- return s.jsxs(Jn, {
2251
+ return v(Un, {
2519
2252
  className: i,
2520
- ...o,
2521
- children: [e ? s.jsx("p", {
2522
- className: n,
2253
+ ...n,
2254
+ children: [e ? c("p", {
2255
+ className: s,
2523
2256
  children: e
2524
- }) : null, c ? s.jsx("p", {
2257
+ }) : null, t ? c("p", {
2525
2258
  className: "text",
2526
- children: c
2527
- }) : null, a.length > 0 ? s.jsx(le, {
2259
+ children: t
2260
+ }) : null, r.length > 0 ? c(ie, {
2528
2261
  isLinks: !0,
2529
- children: a
2262
+ children: r
2530
2263
  }) : null]
2531
2264
  });
2532
2265
  }
2533
2266
  export {
2534
- no as Alert,
2535
- Os as AlertFieldLevel,
2536
- Fs as Banner,
2537
- to as Breadcrumb,
2538
- pe as Button,
2539
- co as ButtonGroup,
2540
- io as Checkbox,
2541
- ro as Divider,
2542
- ao as Expandable,
2543
- po as ExpandableGroup,
2544
- ln as Footer,
2545
- lo as FooterCfGov,
2546
- mo as Grid,
2547
- Le as Heading,
2548
- fo as Hero,
2267
+ Yn as Alert,
2268
+ Ss as AlertFieldLevel,
2269
+ Ts as Banner,
2270
+ Zn as Breadcrumb,
2271
+ te as Button,
2272
+ Kn as ButtonGroup,
2273
+ zn as Checkbox,
2274
+ Xn as Divider,
2275
+ Jn as Expandable,
2276
+ eo as ExpandableGroup,
2277
+ en as Footer,
2278
+ so as FooterCfGov,
2279
+ no as Grid,
2280
+ Ee as Heading,
2281
+ oo as Hero,
2549
2282
  T as Icon,
2550
- as as Label,
2551
- oo as LanguageLink,
2552
- uo as Layout,
2553
- Y as Link,
2554
- Rs as LinkText,
2555
- le as List,
2556
- Ce as ListItem,
2557
- He as ListItemBuilder,
2558
- Ps as ListLink,
2559
- jn as Navbar,
2560
- bo as PageHeader,
2561
- An as Pagination,
2562
- $e as Paragraph,
2563
- go as RadioButton,
2564
- Nn as ResponsiveMenu,
2565
- ho as Select,
2566
- Yn as SelectMulti,
2567
- Vn as SelectSingle,
2568
- vo as SkipNav,
2569
- _o as Summary,
2570
- Xn as Table,
2571
- Ms as Tagline,
2572
- yo as TextArea,
2573
- xo as TextInput,
2574
- X as TextIntroduction,
2575
- Eo as TextIntroductionContainer,
2576
- wo as TextIntroductionDescription,
2577
- jo as TextIntroductionHeading,
2578
- So as TextIntroductionSubheading,
2579
- Jn as WellContainer,
2580
- No as WellContent,
2581
- Tn as usePagination
2283
+ ss as Label,
2284
+ Gn as LanguageLink,
2285
+ to as Layout,
2286
+ U as Link,
2287
+ Ns as LinkText,
2288
+ ie as List,
2289
+ Ne as ListItem,
2290
+ Me as ListItemBuilder,
2291
+ Ls as ListLink,
2292
+ fn as Navbar,
2293
+ co as PageHeader,
2294
+ _n as Pagination,
2295
+ Re as Paragraph,
2296
+ io as RadioButton,
2297
+ gn as ResponsiveMenu,
2298
+ ro as Select,
2299
+ Mn as SelectMulti,
2300
+ Dn as SelectSingle,
2301
+ po as SkipNav,
2302
+ ao as Summary,
2303
+ qn as Table,
2304
+ As as Tagline,
2305
+ lo as TextArea,
2306
+ mo as TextInput,
2307
+ Z as TextIntroduction,
2308
+ fo as TextIntroductionContainer,
2309
+ bo as TextIntroductionDescription,
2310
+ uo as TextIntroductionHeading,
2311
+ go as TextIntroductionSubheading,
2312
+ Un as WellContainer,
2313
+ ho as WellContent,
2314
+ yn as usePagination
2582
2315
  };