@cfpb/design-system-react 0.0.13 → 0.0.15
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/{assets/design-system-react.css → index.css} +1 -1
- package/dist/index.js +2 -7
- package/dist/index.mjs +1311 -1629
- package/dist/src/components/PageHeader/page-header.d.ts +1 -3
- package/dist/src/components/PageHeader/page-header.stories.d.ts +1 -2
- package/dist/src/components/ResponsiveMenu/responsive-menu.stories.d.ts +1 -3
- package/dist/src/components/TextInput/text-input.stories.d.ts +1 -1
- package/dist/src/index.d.ts +0 -1
- package/package.json +21 -17
- package/dist/src/components/Navbar/navbar.d.ts +0 -12
- package/dist/src/components/Navbar/navbar.stories.d.ts +0 -8
package/dist/index.js
CHANGED
|
@@ -1,9 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const q=require("react"),Es=require("react-router-dom");function qs(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var xe={exports:{}},pe={};var Fe;function js(){if(Fe)return pe;Fe=1;var e=Symbol.for("react.transitional.element"),n=Symbol.for("react.fragment");function t(r,i,o){var l=null;if(o!==void 0&&(l=""+o),i.key!==void 0&&(l=""+i.key),"key"in i){o={};for(var a in i)a!=="key"&&(o[a]=i[a])}else o=i;return i=o.ref,{$$typeof:e,type:r,key:l,ref:i!==void 0?i:null,props:o}}return pe.Fragment=n,pe.jsx=t,pe.jsxs=t,pe}var fe={};var We;function Ss(){return We||(We=1,process.env.NODE_ENV!=="production"&&(function(){function e(c){if(c==null)return null;if(typeof c=="function")return c.$$typeof===H?null:c.displayName||c.name||null;if(typeof c=="string")return c;switch(c){case j:return"Fragment";case N:return"Profiler";case w:return"StrictMode";case L:return"Suspense";case T:return"SuspenseList";case M:return"Activity"}if(typeof c=="object")switch(typeof c.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),c.$$typeof){case y:return"Portal";case R:return c.displayName||"Context";case O:return(c._context.displayName||"Context")+".Consumer";case P:var m=c.render;return c=c.displayName,c||(c=m.displayName||m.name||"",c=c!==""?"ForwardRef("+c+")":"ForwardRef"),c;case S:return m=c.displayName||null,m!==null?m:e(c.type)||"Memo";case I:m=c._payload,c=c._init;try{return e(c(m))}catch{}}return null}function n(c){return""+c}function t(c){try{n(c);var m=!1}catch{m=!0}if(m){m=console;var g=m.error,x=typeof Symbol=="function"&&Symbol.toStringTag&&c[Symbol.toStringTag]||c.constructor.name||"Object";return g.call(m,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",x),n(c)}}function r(c){if(c===j)return"<>";if(typeof c=="object"&&c!==null&&c.$$typeof===I)return"<...>";try{var m=e(c);return m?"<"+m+">":"<...>"}catch{return"<...>"}}function i(){var c=W.A;return c===null?null:c.getOwner()}function o(){return Error("react-stack-top-frame")}function l(c){if(K.call(c,"key")){var m=Object.getOwnPropertyDescriptor(c,"key").get;if(m&&m.isReactWarning)return!1}return c.key!==void 0}function a(c,m){function g(){ee||(ee=!0,console.error("%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)",m))}g.isReactWarning=!0,Object.defineProperty(c,"key",{get:g,configurable:!0})}function d(){var c=e(this.type);return te[c]||(te[c]=!0,console.error("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.")),c=this.props.ref,c!==void 0?c:null}function p(c,m,g,x,B,D){var A=g.ref;return c={$$typeof:_,type:c,key:m,props:g,_owner:x},(A!==void 0?A:null)!==null?Object.defineProperty(c,"ref",{enumerable:!1,get:d}):Object.defineProperty(c,"ref",{enumerable:!1,value:null}),c._store={},Object.defineProperty(c._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(c,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(c,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:B}),Object.defineProperty(c,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:D}),Object.freeze&&(Object.freeze(c.props),Object.freeze(c)),c}function u(c,m,g,x,B,D){var A=m.children;if(A!==void 0)if(x)if(me(A)){for(x=0;x<A.length;x++)b(A[x]);Object.freeze&&Object.freeze(A)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else b(A);if(K.call(m,"key")){A=e(c);var ie=Object.keys(m).filter(function(Ps){return Ps!=="key"});x=0<ie.length?"{key: someKey, "+ie.join(": ..., ")+": ...}":"{key: someKey}",f[A+x]||(ie=0<ie.length?"{"+ie.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
|
|
2
|
-
let props = %s;
|
|
3
|
-
<%s {...props} />
|
|
4
|
-
React keys must be passed directly to JSX without using spread:
|
|
5
|
-
let props = %s;
|
|
6
|
-
<%s key={someKey} {...props} />`,x,A,ie,A),f[A+x]=!0)}if(A=null,g!==void 0&&(t(g),A=""+g),l(m)&&(t(m.key),A=""+m.key),"key"in m){g={};for(var Ce in m)Ce!=="key"&&(g[Ce]=m[Ce])}else g=m;return A&&a(g,typeof c=="function"?c.displayName||c.name||"Unknown":c),p(c,A,g,i(),B,D)}function b(c){h(c)?c._store&&(c._store.validated=1):typeof c=="object"&&c!==null&&c.$$typeof===I&&(c._payload.status==="fulfilled"?h(c._payload.value)&&c._payload.value._store&&(c._payload.value._store.validated=1):c._store&&(c._store.validated=1))}function h(c){return typeof c=="object"&&c!==null&&c.$$typeof===_}var v=q,_=Symbol.for("react.transitional.element"),y=Symbol.for("react.portal"),j=Symbol.for("react.fragment"),w=Symbol.for("react.strict_mode"),N=Symbol.for("react.profiler"),O=Symbol.for("react.consumer"),R=Symbol.for("react.context"),P=Symbol.for("react.forward_ref"),L=Symbol.for("react.suspense"),T=Symbol.for("react.suspense_list"),S=Symbol.for("react.memo"),I=Symbol.for("react.lazy"),M=Symbol.for("react.activity"),H=Symbol.for("react.client.reference"),W=v.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,K=Object.prototype.hasOwnProperty,me=Array.isArray,J=console.createTask?console.createTask:function(){return null};v={react_stack_bottom_frame:function(c){return c()}};var ee,te={},re=v.react_stack_bottom_frame.bind(v,o)(),$=J(r(o)),f={};fe.Fragment=j,fe.jsx=function(c,m,g){var x=1e4>W.recentlyCreatedOwnerStacks++;return u(c,m,g,!1,x?Error("react-stack-top-frame"):re,x?J(r(c)):$)},fe.jsxs=function(c,m,g){var x=1e4>W.recentlyCreatedOwnerStacks++;return u(c,m,g,!0,x?Error("react-stack-top-frame"):re,x?J(r(c)):$)}})()),fe}var $e;function ws(){return $e||($e=1,process.env.NODE_ENV==="production"?xe.exports=js():xe.exports=Ss()),xe.exports}var s=ws(),Ie={exports:{}};var Ue;function Ns(){return Ue||(Ue=1,(function(e){(function(){var n={}.hasOwnProperty;function t(){for(var o="",l=0;l<arguments.length;l++){var a=arguments[l];a&&(o=i(o,r(a)))}return o}function r(o){if(typeof o=="string"||typeof o=="number")return o;if(typeof o!="object")return"";if(Array.isArray(o))return t.apply(null,o);if(o.toString!==Object.prototype.toString&&!o.toString.toString().includes("[native code]"))return o.toString();var l="";for(var a in o)n.call(o,a)&&o[a]&&(l=i(l,a));return l}function i(o,l){return l?o?o+" "+l:o+l:o}e.exports?(t.default=t,e.exports=t):window.classNames=t})()})(Ie)),Ie.exports}var Ls=Ns();const E=qs(Ls),ks=(e,n,t)=>{const r=e[n];return r?typeof r=="function"?r():Promise.resolve(r):new Promise((i,o)=>{(typeof queueMicrotask=="function"?queueMicrotask:setTimeout)(o.bind(null,new Error("Unknown variable dynamic import: "+n+(n.split("/").length!==t?". Note that variables only represent file names one level deep.":""))))})},As=e=>{const[n,t]=q.useState(null);return q.useEffect(()=>{let r=!0;return(async()=>{try{const o=await ks(Object.assign({"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/activity-round.svg":()=>Promise.resolve().then(()=>require("./chunks/activity-round-BokGZNZ8.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/activity.svg":()=>Promise.resolve().then(()=>require("./chunks/activity-DZPPz-AT.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/agreement-round.svg":()=>Promise.resolve().then(()=>require("./chunks/agreement-round-fH62zm1y.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/agreement.svg":()=>Promise.resolve().then(()=>require("./chunks/agreement-15M4QYuh.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/appendix-round.svg":()=>Promise.resolve().then(()=>require("./chunks/appendix-round-DnoshjSs.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/appendix.svg":()=>Promise.resolve().then(()=>require("./chunks/appendix-BSaR9KRb.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/approved-round.svg":()=>Promise.resolve().then(()=>require("./chunks/approved-round-Sub71zkt.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/approved.svg":()=>Promise.resolve().then(()=>require("./chunks/approved-CnocMM8l.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-down-round.svg":()=>Promise.resolve().then(()=>require("./chunks/arrow-down-round-c3rad8aP.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-down.svg":()=>Promise.resolve().then(()=>require("./chunks/arrow-down-CvKQMRgO.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-left-round.svg":()=>Promise.resolve().then(()=>require("./chunks/arrow-left-round-B5A7bw7a.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-left.svg":()=>Promise.resolve().then(()=>require("./chunks/arrow-left-DL4QitU5.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-right-round.svg":()=>Promise.resolve().then(()=>require("./chunks/arrow-right-round-DLD15Flo.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-right.svg":()=>Promise.resolve().then(()=>require("./chunks/arrow-right-CY6sWCBd.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-up-round.svg":()=>Promise.resolve().then(()=>require("./chunks/arrow-up-round-CyUz4QFc.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-up.svg":()=>Promise.resolve().then(()=>require("./chunks/arrow-up-qiTy4oQI.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-low-round.svg":()=>Promise.resolve().then(()=>require("./chunks/audio-low-round-F9QhMkhm.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-low.svg":()=>Promise.resolve().then(()=>require("./chunks/audio-low-Cls0vUrm.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-max-round.svg":()=>Promise.resolve().then(()=>require("./chunks/audio-max-round-D_ol3xA5.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-max.svg":()=>Promise.resolve().then(()=>require("./chunks/audio-max-B2v2Eu9g.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-medium-round.svg":()=>Promise.resolve().then(()=>require("./chunks/audio-medium-round-BkjrRT1h.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-medium.svg":()=>Promise.resolve().then(()=>require("./chunks/audio-medium-DZPLzne6.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-mute-round.svg":()=>Promise.resolve().then(()=>require("./chunks/audio-mute-round-BluN20ds.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-mute.svg":()=>Promise.resolve().then(()=>require("./chunks/audio-mute-Cc7-X7Wk.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bank-round.svg":()=>Promise.resolve().then(()=>require("./chunks/bank-round-CqmGGQFp.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bank.svg":()=>Promise.resolve().then(()=>require("./chunks/bank-C2ISNeDi.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/book-round.svg":()=>Promise.resolve().then(()=>require("./chunks/book-round-Jyv7CKM-.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/book.svg":()=>Promise.resolve().then(()=>require("./chunks/book-3wRwvkez.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bookmark-round.svg":()=>Promise.resolve().then(()=>require("./chunks/bookmark-round-twJpN2Kj.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bookmark.svg":()=>Promise.resolve().then(()=>require("./chunks/bookmark-DEeSp1Aj.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/briefcase-round.svg":()=>Promise.resolve().then(()=>require("./chunks/briefcase-round-TMrnaPN8.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/briefcase.svg":()=>Promise.resolve().then(()=>require("./chunks/briefcase-B5-mBnN_.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/broadcast-round.svg":()=>Promise.resolve().then(()=>require("./chunks/broadcast-round-UklzkiXX.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/broadcast.svg":()=>Promise.resolve().then(()=>require("./chunks/broadcast-BkVzG7H2.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/building-credit-round.svg":()=>Promise.resolve().then(()=>require("./chunks/building-credit-round-BJbIE5l5.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/building-credit.svg":()=>Promise.resolve().then(()=>require("./chunks/building-credit-MrTaIJhg.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bullhorn-round.svg":()=>Promise.resolve().then(()=>require("./chunks/bullhorn-round-DqrGTelM.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bullhorn.svg":()=>Promise.resolve().then(()=>require("./chunks/bullhorn-DZEx9PNS.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bus-round.svg":()=>Promise.resolve().then(()=>require("./chunks/bus-round-YlEhoKa2.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bus.svg":()=>Promise.resolve().then(()=>require("./chunks/bus-CRSnxGyX.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/calculate-round.svg":()=>Promise.resolve().then(()=>require("./chunks/calculate-round-DHQzKs70.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/calculate.svg":()=>Promise.resolve().then(()=>require("./chunks/calculate-l8bei9fq.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/car-round.svg":()=>Promise.resolve().then(()=>require("./chunks/car-round-BMNvLYLo.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/car.svg":()=>Promise.resolve().then(()=>require("./chunks/car-GzadJ081.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/cart-round.svg":()=>Promise.resolve().then(()=>require("./chunks/cart-round-CYqtV4T8.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/cart.svg":()=>Promise.resolve().then(()=>require("./chunks/cart-4CXTOrwo.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/chart-round.svg":()=>Promise.resolve().then(()=>require("./chunks/chart-round-DPbA3Z09.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/chart.svg":()=>Promise.resolve().then(()=>require("./chunks/chart-fGNZDRZi.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/childcare-round.svg":()=>Promise.resolve().then(()=>require("./chunks/childcare-round-BV9Ytr1W.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/childcare.svg":()=>Promise.resolve().then(()=>require("./chunks/childcare-CXpo3mGz.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/clock-round.svg":()=>Promise.resolve().then(()=>require("./chunks/clock-round-DX7nVRJ3.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/clock.svg":()=>Promise.resolve().then(()=>require("./chunks/clock-XjzxrJYM.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/close-quote-round.svg":()=>Promise.resolve().then(()=>require("./chunks/close-quote-round-BhK69Tgc.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/close-quote.svg":()=>Promise.resolve().then(()=>require("./chunks/close-quote-Di2aT0LI.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/clothes-round.svg":()=>Promise.resolve().then(()=>require("./chunks/clothes-round-Bscj8kuP.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/clothes.svg":()=>Promise.resolve().then(()=>require("./chunks/clothes-XNLMRW4B.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/college-round.svg":()=>Promise.resolve().then(()=>require("./chunks/college-round-z95diP91.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/college.svg":()=>Promise.resolve().then(()=>require("./chunks/college-CWLL7a2Z.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/compass-round.svg":()=>Promise.resolve().then(()=>require("./chunks/compass-round-DTyKddzT.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/compass.svg":()=>Promise.resolve().then(()=>require("./chunks/compass-hR64XGjG.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/complaint-round.svg":()=>Promise.resolve().then(()=>require("./chunks/complaint-round-C4DNrDjf.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/complaint.svg":()=>Promise.resolve().then(()=>require("./chunks/complaint-CN-OjtEt.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/copy-round.svg":()=>Promise.resolve().then(()=>require("./chunks/copy-round-D_y5G1EG.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/copy.svg":()=>Promise.resolve().then(()=>require("./chunks/copy-BtucRfuZ.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/court-round.svg":()=>Promise.resolve().then(()=>require("./chunks/court-round-jB84Bnj8.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/court.svg":()=>Promise.resolve().then(()=>require("./chunks/court-CH9voIT7.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-card-round.svg":()=>Promise.resolve().then(()=>require("./chunks/credit-card-round-DcpgAgV2.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-card.svg":()=>Promise.resolve().then(()=>require("./chunks/credit-card-D4jn0mct.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-payment-round.svg":()=>Promise.resolve().then(()=>require("./chunks/credit-payment-round-DIh1vMrO.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-payment.svg":()=>Promise.resolve().then(()=>require("./chunks/credit-payment-BEOiM92f.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-repair-round.svg":()=>Promise.resolve().then(()=>require("./chunks/credit-repair-round-BYgOEjjf.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-repair.svg":()=>Promise.resolve().then(()=>require("./chunks/credit-repair-DRHmJh-X.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-report-round.svg":()=>Promise.resolve().then(()=>require("./chunks/credit-report-round-qQIPmETk.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-report.svg":()=>Promise.resolve().then(()=>require("./chunks/credit-report-CILF8MjX.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/date-round.svg":()=>Promise.resolve().then(()=>require("./chunks/date-round-1V_ja_Np.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/date.svg":()=>Promise.resolve().then(()=>require("./chunks/date-CPTpHqM1.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/debt-collection-round.svg":()=>Promise.resolve().then(()=>require("./chunks/debt-collection-round-DN8jrMWE.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/debt-collection.svg":()=>Promise.resolve().then(()=>require("./chunks/debt-collection-B-NuxR8w.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/debt-round.svg":()=>Promise.resolve().then(()=>require("./chunks/debt-round-B3qhZRen.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/debt.svg":()=>Promise.resolve().then(()=>require("./chunks/debt-C9pAjA-i.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dialogue-round.svg":()=>Promise.resolve().then(()=>require("./chunks/dialogue-round-BrTN98vp.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dialogue.svg":()=>Promise.resolve().then(()=>require("./chunks/dialogue-C4N1lgNR.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dine-out-round.svg":()=>Promise.resolve().then(()=>require("./chunks/dine-out-round-C3p7KswU.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dine-out.svg":()=>Promise.resolve().then(()=>require("./chunks/dine-out-DXTtfsdk.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/disability-round.svg":()=>Promise.resolve().then(()=>require("./chunks/disability-round-BqtyKEBu.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/disability.svg":()=>Promise.resolve().then(()=>require("./chunks/disability-Y9XvSxzO.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/disabled-round.svg":()=>Promise.resolve().then(()=>require("./chunks/disabled-round-Cxr5sQd0.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/disabled.svg":()=>Promise.resolve().then(()=>require("./chunks/disabled-B_7tGBni.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/divide-round.svg":()=>Promise.resolve().then(()=>require("./chunks/divide-round-BKrhksES.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/divide.svg":()=>Promise.resolve().then(()=>require("./chunks/divide-Dv5GO6Cf.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/document-round.svg":()=>Promise.resolve().then(()=>require("./chunks/document-round-CEoFqTrt.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/document.svg":()=>Promise.resolve().then(()=>require("./chunks/document-DqO5FS5Z.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dollar-round.svg":()=>Promise.resolve().then(()=>require("./chunks/dollar-round-Bq_Kuw-h.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dollar.svg":()=>Promise.resolve().then(()=>require("./chunks/dollar-D7U8tDVC.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/down-round.svg":()=>Promise.resolve().then(()=>require("./chunks/down-round-BnMPvpRy.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/down.svg":()=>Promise.resolve().then(()=>require("./chunks/down-B8A9puuD.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/download-round.svg":()=>Promise.resolve().then(()=>require("./chunks/download-round-BWwj66Er.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/download.svg":()=>Promise.resolve().then(()=>require("./chunks/download-BeDfQBFC.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/edit-round.svg":()=>Promise.resolve().then(()=>require("./chunks/edit-round-BKBgFKPn.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/edit.svg":()=>Promise.resolve().then(()=>require("./chunks/edit-BEvZdcmt.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/eight-closed.svg":()=>Promise.resolve().then(()=>require("./chunks/eight-closed-CRMF3q0b.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/eight-open.svg":()=>Promise.resolve().then(()=>require("./chunks/eight-open-DbxDqehd.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/email-round.svg":()=>Promise.resolve().then(()=>require("./chunks/email-round-uwZpwpG0.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/email-square.svg":()=>Promise.resolve().then(()=>require("./chunks/email-square-BQUSHWF7.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/email.svg":()=>Promise.resolve().then(()=>require("./chunks/email-Bw5xhhL6.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/entertainment-round.svg":()=>Promise.resolve().then(()=>require("./chunks/entertainment-round-DJUaObbU.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/entertainment.svg":()=>Promise.resolve().then(()=>require("./chunks/entertainment-D_Pzlbm5.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/equal-round.svg":()=>Promise.resolve().then(()=>require("./chunks/equal-round-Du5d2cyB.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/equal.svg":()=>Promise.resolve().then(()=>require("./chunks/equal-D29C6ZjA.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/equipment-round.svg":()=>Promise.resolve().then(()=>require("./chunks/equipment-round-r7XnnQBU.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/equipment.svg":()=>Promise.resolve().then(()=>require("./chunks/equipment-C8Dvz_bN.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/error-round.svg":()=>Promise.resolve().then(()=>require("./chunks/error-round-CiQ0YhmB.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/error.svg":()=>Promise.resolve().then(()=>require("./chunks/error-CWIHXQSd.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/external-link-round.svg":()=>Promise.resolve().then(()=>require("./chunks/external-link-round-ZwtbfAnK.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/external-link.svg":()=>Promise.resolve().then(()=>require("./chunks/external-link-BIrTDyZY.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/facebook-square.svg":()=>Promise.resolve().then(()=>require("./chunks/facebook-square-V0IkgkKx.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/facebook.svg":()=>Promise.resolve().then(()=>require("./chunks/facebook-DnSXJtwV.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fall-round.svg":()=>Promise.resolve().then(()=>require("./chunks/fall-round-BGHeC2iP.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fall.svg":()=>Promise.resolve().then(()=>require("./chunks/fall-9k-kvj3b.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/favorite-round.svg":()=>Promise.resolve().then(()=>require("./chunks/favorite-round-CVCwgb1X.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/favorite.svg":()=>Promise.resolve().then(()=>require("./chunks/favorite-BEUX83sU.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fax-round.svg":()=>Promise.resolve().then(()=>require("./chunks/fax-round-BWBbVZbY.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fax.svg":()=>Promise.resolve().then(()=>require("./chunks/fax-Dn-F_B6C.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/filter-round.svg":()=>Promise.resolve().then(()=>require("./chunks/filter-round-CqIfM8Cm.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/filter.svg":()=>Promise.resolve().then(()=>require("./chunks/filter-B40lXZ5r.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/five-closed.svg":()=>Promise.resolve().then(()=>require("./chunks/five-closed-BUgoDjZK.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/five-open.svg":()=>Promise.resolve().then(()=>require("./chunks/five-open-BPmwT1zQ.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flag-round.svg":()=>Promise.resolve().then(()=>require("./chunks/flag-round-Dmaci-xZ.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flag.svg":()=>Promise.resolve().then(()=>require("./chunks/flag-BS9GuDBB.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flickr-square.svg":()=>Promise.resolve().then(()=>require("./chunks/flickr-square-Dm6QK3aq.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flickr.svg":()=>Promise.resolve().then(()=>require("./chunks/flickr-DcTF_ipn.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flower-round.svg":()=>Promise.resolve().then(()=>require("./chunks/flower-round-Dtt1Sv05.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flower.svg":()=>Promise.resolve().then(()=>require("./chunks/flower-aG-tSVGM.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-add-round.svg":()=>Promise.resolve().then(()=>require("./chunks/folder-add-round-DWG8wUXx.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-add.svg":()=>Promise.resolve().then(()=>require("./chunks/folder-add-BjV2oQsa.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-delete-round.svg":()=>Promise.resolve().then(()=>require("./chunks/folder-delete-round-CcQTNPQY.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-delete.svg":()=>Promise.resolve().then(()=>require("./chunks/folder-delete-_b0niGXv.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-empty-round.svg":()=>Promise.resolve().then(()=>require("./chunks/folder-empty-round-CLdStv1q.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-empty.svg":()=>Promise.resolve().then(()=>require("./chunks/folder-empty-CXln6zWK.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-round.svg":()=>Promise.resolve().then(()=>require("./chunks/folder-round-Nin5pZ88.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-save-round.svg":()=>Promise.resolve().then(()=>require("./chunks/folder-save-round-BHMziZ5B.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-save.svg":()=>Promise.resolve().then(()=>require("./chunks/folder-save-Dbay5Jut.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder.svg":()=>Promise.resolve().then(()=>require("./chunks/folder-CkiNywEy.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/foreclosure-round.svg":()=>Promise.resolve().then(()=>require("./chunks/foreclosure-round-DtF2DYGF.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/foreclosure.svg":()=>Promise.resolve().then(()=>require("./chunks/foreclosure-CP5K700l.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fountain-pen-round.svg":()=>Promise.resolve().then(()=>require("./chunks/fountain-pen-round-o9iAoOsB.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fountain-pen.svg":()=>Promise.resolve().then(()=>require("./chunks/fountain-pen-tazCHu6A.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/four-closed.svg":()=>Promise.resolve().then(()=>require("./chunks/four-closed-D7kfKTfu.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/four-open.svg":()=>Promise.resolve().then(()=>require("./chunks/four-open-DGw2C1HF.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/furniture-round.svg":()=>Promise.resolve().then(()=>require("./chunks/furniture-round-DhQp8iV-.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/furniture.svg":()=>Promise.resolve().then(()=>require("./chunks/furniture-tCXIMWJ3.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/gambling-round.svg":()=>Promise.resolve().then(()=>require("./chunks/gambling-round-BxkOaYQd.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/gambling.svg":()=>Promise.resolve().then(()=>require("./chunks/gambling-Dgx1gcri.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/getting-a-credit-card-round.svg":()=>Promise.resolve().then(()=>require("./chunks/getting-a-credit-card-round-BTC4vJWy.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/getting-a-credit-card.svg":()=>Promise.resolve().then(()=>require("./chunks/getting-a-credit-card-DxG4_f6m.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/gift-round.svg":()=>Promise.resolve().then(()=>require("./chunks/gift-round-CLN9KBNp.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/gift.svg":()=>Promise.resolve().then(()=>require("./chunks/gift-BUHUFqhS.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/github-square.svg":()=>Promise.resolve().then(()=>require("./chunks/github-square-DVTVUVk9.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/github.svg":()=>Promise.resolve().then(()=>require("./chunks/github-CjdybKi7.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/health-insurance-round.svg":()=>Promise.resolve().then(()=>require("./chunks/health-insurance-round-CEumbx3v.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/health-insurance.svg":()=>Promise.resolve().then(()=>require("./chunks/health-insurance-DwAUHJ9P.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/healthcare-round.svg":()=>Promise.resolve().then(()=>require("./chunks/healthcare-round-C9yYHRL_.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/healthcare.svg":()=>Promise.resolve().then(()=>require("./chunks/healthcare-DvkUp83Z.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/help-round.svg":()=>Promise.resolve().then(()=>require("./chunks/help-round-DfB5aROI.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/help.svg":()=>Promise.resolve().then(()=>require("./chunks/help-BszH0lyx.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/history-round.svg":()=>Promise.resolve().then(()=>require("./chunks/history-round-CkjESgLN.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/history.svg":()=>Promise.resolve().then(()=>require("./chunks/history-BL4eirq4.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/house-round.svg":()=>Promise.resolve().then(()=>require("./chunks/house-round-Dsh_udj5.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/house.svg":()=>Promise.resolve().then(()=>require("./chunks/house-Cabow4fH.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/information-round.svg":()=>Promise.resolve().then(()=>require("./chunks/information-round-CjnvlPBg.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/information.svg":()=>Promise.resolve().then(()=>require("./chunks/information-DHFttTPI.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/insurance-round.svg":()=>Promise.resolve().then(()=>require("./chunks/insurance-round-DVshniKB.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/insurance.svg":()=>Promise.resolve().then(()=>require("./chunks/insurance-BdfI782K.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/left-right-round.svg":()=>Promise.resolve().then(()=>require("./chunks/left-right-round-DlCQs72x.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/left-right.svg":()=>Promise.resolve().then(()=>require("./chunks/left-right-CyDp2Rr8.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/left-round.svg":()=>Promise.resolve().then(()=>require("./chunks/left-round-DLqI_Q6h.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/left.svg":()=>Promise.resolve().then(()=>require("./chunks/left-227Jss9_.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/lightbulb-round.svg":()=>Promise.resolve().then(()=>require("./chunks/lightbulb-round-C0QRexT_.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/lightbulb.svg":()=>Promise.resolve().then(()=>require("./chunks/lightbulb-DAGqoBv5.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/link-round.svg":()=>Promise.resolve().then(()=>require("./chunks/link-round-BtqHhrvu.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/link.svg":()=>Promise.resolve().then(()=>require("./chunks/link-9KogtXQq.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/linkedin-square.svg":()=>Promise.resolve().then(()=>require("./chunks/linkedin-square-BYRG5CNJ.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/linkedin.svg":()=>Promise.resolve().then(()=>require("./chunks/linkedin-BYgUcKdZ.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/list-round.svg":()=>Promise.resolve().then(()=>require("./chunks/list-round-3d2P-qbk.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/list.svg":()=>Promise.resolve().then(()=>require("./chunks/list-C1ikh--h.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/loan-round.svg":()=>Promise.resolve().then(()=>require("./chunks/loan-round-CdI6k7Kt.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/loan.svg":()=>Promise.resolve().then(()=>require("./chunks/loan-D4H8-tu0.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/lock-round.svg":()=>Promise.resolve().then(()=>require("./chunks/lock-round-BDELbFoP.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/lock.svg":()=>Promise.resolve().then(()=>require("./chunks/lock-CpUGl3kZ.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/mail-round.svg":()=>Promise.resolve().then(()=>require("./chunks/mail-round-Bsy-xCBt.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/mail.svg":()=>Promise.resolve().then(()=>require("./chunks/mail-BIiaOVsl.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/map-round.svg":()=>Promise.resolve().then(()=>require("./chunks/map-round-ICNk-JP4.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/map.svg":()=>Promise.resolve().then(()=>require("./chunks/map-CJ-7uqMb.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/menu-round.svg":()=>Promise.resolve().then(()=>require("./chunks/menu-round-CWFOIHBS.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/menu.svg":()=>Promise.resolve().then(()=>require("./chunks/menu-_LTKQk15.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/microphone-round.svg":()=>Promise.resolve().then(()=>require("./chunks/microphone-round-FTo6MGCq.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/microphone.svg":()=>Promise.resolve().then(()=>require("./chunks/microphone-i0ZbrqRf.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/minus-round.svg":()=>Promise.resolve().then(()=>require("./chunks/minus-round-CQGBWoAT.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/minus.svg":()=>Promise.resolve().then(()=>require("./chunks/minus-C3kuzCRi.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/money-round.svg":()=>Promise.resolve().then(()=>require("./chunks/money-round-c5cdO5wL.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/money-transfer-round.svg":()=>Promise.resolve().then(()=>require("./chunks/money-transfer-round-MWZCTtxC.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/money-transfer.svg":()=>Promise.resolve().then(()=>require("./chunks/money-transfer-mzItPHOG.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/money.svg":()=>Promise.resolve().then(()=>require("./chunks/money-ZlgzEVAK.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/monitor-round.svg":()=>Promise.resolve().then(()=>require("./chunks/monitor-round-CLFRbBD_.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/monitor.svg":()=>Promise.resolve().then(()=>require("./chunks/monitor-C7Snbk1o.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/mortgage-round.svg":()=>Promise.resolve().then(()=>require("./chunks/mortgage-round-BTonszoV.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/mortgage.svg":()=>Promise.resolve().then(()=>require("./chunks/mortgage-DwGFex9H.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/newspaper-round.svg":()=>Promise.resolve().then(()=>require("./chunks/newspaper-round-_JaWE8Ci.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/newspaper.svg":()=>Promise.resolve().then(()=>require("./chunks/newspaper-D6w5d2BU.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/nine-closed.svg":()=>Promise.resolve().then(()=>require("./chunks/nine-closed-Bw6YnpT3.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/nine-open.svg":()=>Promise.resolve().then(()=>require("./chunks/nine-open-DC_j95kQ.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/one-closed.svg":()=>Promise.resolve().then(()=>require("./chunks/one-closed-Cbo1e8rx.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/one-open.svg":()=>Promise.resolve().then(()=>require("./chunks/one-open-JDuDG3I8.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/open-quote-round.svg":()=>Promise.resolve().then(()=>require("./chunks/open-quote-round-CjbHYoq5.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/open-quote.svg":()=>Promise.resolve().then(()=>require("./chunks/open-quote-BzDN8of9.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/paper-clip-round.svg":()=>Promise.resolve().then(()=>require("./chunks/paper-clip-round-C1guwqxy.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/paper-clip.svg":()=>Promise.resolve().then(()=>require("./chunks/paper-clip-Cj49sU7f.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/parent-round.svg":()=>Promise.resolve().then(()=>require("./chunks/parent-round-ByxDGERA.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/parent.svg":()=>Promise.resolve().then(()=>require("./chunks/parent-g7NdUH1Q.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/payday-loan-round.svg":()=>Promise.resolve().then(()=>require("./chunks/payday-loan-round-DAgQqnIP.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/payday-loan.svg":()=>Promise.resolve().then(()=>require("./chunks/payday-loan-BpWCrMNm.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/percentage-round.svg":()=>Promise.resolve().then(()=>require("./chunks/percentage-round-CeDljvhK.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/percentage.svg":()=>Promise.resolve().then(()=>require("./chunks/percentage-40vNjdW8.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pet-round.svg":()=>Promise.resolve().then(()=>require("./chunks/pet-round-bF-0dOcq.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pet.svg":()=>Promise.resolve().then(()=>require("./chunks/pet-DmvNgfwO.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/phone-round.svg":()=>Promise.resolve().then(()=>require("./chunks/phone-round-D3tkv93H.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/phone.svg":()=>Promise.resolve().then(()=>require("./chunks/phone-BBIStOyH.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/photo-round.svg":()=>Promise.resolve().then(()=>require("./chunks/photo-round-BmoMWLPy.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/photo.svg":()=>Promise.resolve().then(()=>require("./chunks/photo-DwIaezPJ.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/piggy-bank-check-round.svg":()=>Promise.resolve().then(()=>require("./chunks/piggy-bank-check-round-j5knV3K9.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/piggy-bank-check.svg":()=>Promise.resolve().then(()=>require("./chunks/piggy-bank-check-ClwNV7wo.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/piggy-bank-round.svg":()=>Promise.resolve().then(()=>require("./chunks/piggy-bank-round-DVm5oKB3.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/piggy-bank.svg":()=>Promise.resolve().then(()=>require("./chunks/piggy-bank-Bg18R2ZJ.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pinterest-square.svg":()=>Promise.resolve().then(()=>require("./chunks/pinterest-square-B1cukF92.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pinterest.svg":()=>Promise.resolve().then(()=>require("./chunks/pinterest-Bhg5FL7K.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/play-round.svg":()=>Promise.resolve().then(()=>require("./chunks/play-round-CO_tyPY5.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/play.svg":()=>Promise.resolve().then(()=>require("./chunks/play-bXTziydD.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/plus-round.svg":()=>Promise.resolve().then(()=>require("./chunks/plus-round-BQEr72fB.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/plus.svg":()=>Promise.resolve().then(()=>require("./chunks/plus-CYSPNU5l.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/policy-round.svg":()=>Promise.resolve().then(()=>require("./chunks/policy-round-Ryq5t4KA.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/policy.svg":()=>Promise.resolve().then(()=>require("./chunks/policy-Bz7EOpt4.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pop-up-round.svg":()=>Promise.resolve().then(()=>require("./chunks/pop-up-round-CzOk7gvZ.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pop-up.svg":()=>Promise.resolve().then(()=>require("./chunks/pop-up-D-r3Iovb.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/power-round.svg":()=>Promise.resolve().then(()=>require("./chunks/power-round-6P7xo4yb.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/power.svg":()=>Promise.resolve().then(()=>require("./chunks/power-BxToSE9I.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/prepaid-cards-round.svg":()=>Promise.resolve().then(()=>require("./chunks/prepaid-cards-round-CF-mOa0o.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/prepaid-cards.svg":()=>Promise.resolve().then(()=>require("./chunks/prepaid-cards-BE8T4TKC.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/presentation-round.svg":()=>Promise.resolve().then(()=>require("./chunks/presentation-round-DlLFlrBy.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/presentation.svg":()=>Promise.resolve().then(()=>require("./chunks/presentation-DoWHxvMi.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/price-tag-round.svg":()=>Promise.resolve().then(()=>require("./chunks/price-tag-round-qA1fnuDg.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/price-tag.svg":()=>Promise.resolve().then(()=>require("./chunks/price-tag-CxIek2qb.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/print-round.svg":()=>Promise.resolve().then(()=>require("./chunks/print-round-CkFvHq1l.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/print.svg":()=>Promise.resolve().then(()=>require("./chunks/print-BqBC_XtU.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/quick-cash-round.svg":()=>Promise.resolve().then(()=>require("./chunks/quick-cash-round-CPfbwPy7.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/quick-cash.svg":()=>Promise.resolve().then(()=>require("./chunks/quick-cash-q9Gu8ETE.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/regulation-round.svg":()=>Promise.resolve().then(()=>require("./chunks/regulation-round-BI6Ky7MQ.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/regulation.svg":()=>Promise.resolve().then(()=>require("./chunks/regulation-QhjVd6Mn.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/right-round.svg":()=>Promise.resolve().then(()=>require("./chunks/right-round-D5zPfYuk.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/right.svg":()=>Promise.resolve().then(()=>require("./chunks/right-B8SIXlHG.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/rss-round.svg":()=>Promise.resolve().then(()=>require("./chunks/rss-round-BRJP8-z2.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/rss.svg":()=>Promise.resolve().then(()=>require("./chunks/rss-DEpotMPj.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/save-round.svg":()=>Promise.resolve().then(()=>require("./chunks/save-round-BfGaGxTV.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/save.svg":()=>Promise.resolve().then(()=>require("./chunks/save-ZCFKaEx7.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/search-round.svg":()=>Promise.resolve().then(()=>require("./chunks/search-round-B7Q3IME_.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/search.svg":()=>Promise.resolve().then(()=>require("./chunks/search-CSIPqlnN.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/serve-round.svg":()=>Promise.resolve().then(()=>require("./chunks/serve-round-DwnWQL30.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/serve.svg":()=>Promise.resolve().then(()=>require("./chunks/serve-BFxOdRKc.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/servicemembers-round.svg":()=>Promise.resolve().then(()=>require("./chunks/servicemembers-round-B_nakAT8.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/servicemembers.svg":()=>Promise.resolve().then(()=>require("./chunks/servicemembers-ytQUin9A.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/settings-round.svg":()=>Promise.resolve().then(()=>require("./chunks/settings-round-C3jNUyjF.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/settings.svg":()=>Promise.resolve().then(()=>require("./chunks/settings-z-OZSLKO.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/seven-closed.svg":()=>Promise.resolve().then(()=>require("./chunks/seven-closed-DWBWdYhl.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/seven-open.svg":()=>Promise.resolve().then(()=>require("./chunks/seven-open-Da7mZRJ-.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/share-alt-round.svg":()=>Promise.resolve().then(()=>require("./chunks/share-alt-round-Q9wPQuzy.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/share-alt.svg":()=>Promise.resolve().then(()=>require("./chunks/share-alt-PkmFM_2j.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/share-round.svg":()=>Promise.resolve().then(()=>require("./chunks/share-round-Bftullxa.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/share.svg":()=>Promise.resolve().then(()=>require("./chunks/share-gILzaWs9.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/six-closed.svg":()=>Promise.resolve().then(()=>require("./chunks/six-closed-D6n4eBQs.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/six-open.svg":()=>Promise.resolve().then(()=>require("./chunks/six-open-BKj04MNX.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/sold-round.svg":()=>Promise.resolve().then(()=>require("./chunks/sold-round-DuyQxU-n.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/sold.svg":()=>Promise.resolve().then(()=>require("./chunks/sold-BvlI2SX6.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/speech-bubble-round.svg":()=>Promise.resolve().then(()=>require("./chunks/speech-bubble-round-Dyxt4tpT.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/speech-bubble.svg":()=>Promise.resolve().then(()=>require("./chunks/speech-bubble-qO7zUn4y.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/split-round.svg":()=>Promise.resolve().then(()=>require("./chunks/split-round-CvLcNIlq.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/split.svg":()=>Promise.resolve().then(()=>require("./chunks/split-7D4yNhpz.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/spring-round.svg":()=>Promise.resolve().then(()=>require("./chunks/spring-round-DDYh7xzW.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/spring.svg":()=>Promise.resolve().then(()=>require("./chunks/spring-BHlJj5L_.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/summer-round.svg":()=>Promise.resolve().then(()=>require("./chunks/summer-round-BhUwrf0E.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/summer.svg":()=>Promise.resolve().then(()=>require("./chunks/summer-Bhrtdb9U.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/supplement-round.svg":()=>Promise.resolve().then(()=>require("./chunks/supplement-round-od7bWsYT.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/supplement.svg":()=>Promise.resolve().then(()=>require("./chunks/supplement-CjAY1i2X.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/taxes-round.svg":()=>Promise.resolve().then(()=>require("./chunks/taxes-round-B_N5UzNn.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/taxes.svg":()=>Promise.resolve().then(()=>require("./chunks/taxes-Cutbjv3_.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/technology-round.svg":()=>Promise.resolve().then(()=>require("./chunks/technology-round-DiZcpgGA.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/technology.svg":()=>Promise.resolve().then(()=>require("./chunks/technology-Cqvtf8rj.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/thought-bubble-round.svg":()=>Promise.resolve().then(()=>require("./chunks/thought-bubble-round-3ajk0ZZN.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/thought-bubble.svg":()=>Promise.resolve().then(()=>require("./chunks/thought-bubble-zIbY4iKi.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/three-closed.svg":()=>Promise.resolve().then(()=>require("./chunks/three-closed-DGVWCftU.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/three-open.svg":()=>Promise.resolve().then(()=>require("./chunks/three-open-CYPLF1tR.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/toolbox-round.svg":()=>Promise.resolve().then(()=>require("./chunks/toolbox-round-CZF7G6jL.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/toolbox.svg":()=>Promise.resolve().then(()=>require("./chunks/toolbox-CMqs_--k.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/travel-round.svg":()=>Promise.resolve().then(()=>require("./chunks/travel-round-BiujieCZ.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/travel.svg":()=>Promise.resolve().then(()=>require("./chunks/travel-ChLQYLIG.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/two-closed.svg":()=>Promise.resolve().then(()=>require("./chunks/two-closed-DlBxEBnE.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/two-open.svg":()=>Promise.resolve().then(()=>require("./chunks/two-open-Bbo8I87I.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unbookmark-round.svg":()=>Promise.resolve().then(()=>require("./chunks/unbookmark-round-BL9W7FGw.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unbookmark.svg":()=>Promise.resolve().then(()=>require("./chunks/unbookmark--BPiIzOd.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unfavorite-round.svg":()=>Promise.resolve().then(()=>require("./chunks/unfavorite-round-7Mp1M6cn.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unfavorite.svg":()=>Promise.resolve().then(()=>require("./chunks/unfavorite-D1CZ6rNm.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unlock-round.svg":()=>Promise.resolve().then(()=>require("./chunks/unlock-round-B5SUTcIF.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unlock.svg":()=>Promise.resolve().then(()=>require("./chunks/unlock-B6uUX3on.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/up-down-round.svg":()=>Promise.resolve().then(()=>require("./chunks/up-down-round-CXWT-Bjd.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/up-down.svg":()=>Promise.resolve().then(()=>require("./chunks/up-down-C0cTGTOk.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/up-round.svg":()=>Promise.resolve().then(()=>require("./chunks/up-round-C72i_EOp.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/up.svg":()=>Promise.resolve().then(()=>require("./chunks/up-BzZwgP29.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/update-round.svg":()=>Promise.resolve().then(()=>require("./chunks/update-round-EDIRwei5.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/update.svg":()=>Promise.resolve().then(()=>require("./chunks/update-C3jWEVfP.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/updating-round.svg":()=>Promise.resolve().then(()=>require("./chunks/updating-round-DglZR1cn.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/updating.svg":()=>Promise.resolve().then(()=>require("./chunks/updating-CwQitQse.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/upload-round.svg":()=>Promise.resolve().then(()=>require("./chunks/upload-round-vuECOXZm.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/upload.svg":()=>Promise.resolve().then(()=>require("./chunks/upload-Dazyp3HQ.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/user-round.svg":()=>Promise.resolve().then(()=>require("./chunks/user-round-C6SJ6kPU.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/user.svg":()=>Promise.resolve().then(()=>require("./chunks/user-DyRvCHgX.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/video-round.svg":()=>Promise.resolve().then(()=>require("./chunks/video-round-CPdZSsaJ.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/video.svg":()=>Promise.resolve().then(()=>require("./chunks/video-DIXqBGKl.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/warning-round.svg":()=>Promise.resolve().then(()=>require("./chunks/warning-round-hc3MPwcL.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/warning.svg":()=>Promise.resolve().then(()=>require("./chunks/warning-DLqCweAE.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/web-round.svg":()=>Promise.resolve().then(()=>require("./chunks/web-round-CMyDQ5ci.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/web.svg":()=>Promise.resolve().then(()=>require("./chunks/web-DwPQIVMK.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/wifi-round.svg":()=>Promise.resolve().then(()=>require("./chunks/wifi-round-B_pXSskx.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/wifi.svg":()=>Promise.resolve().then(()=>require("./chunks/wifi-CKmSx7HK.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/winter-round.svg":()=>Promise.resolve().then(()=>require("./chunks/winter-round-Wt-yM4Nr.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/winter.svg":()=>Promise.resolve().then(()=>require("./chunks/winter-DAKgyYKG.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/x-square.svg":()=>Promise.resolve().then(()=>require("./chunks/x-square-CLUMBypU.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/x.svg":()=>Promise.resolve().then(()=>require("./chunks/x-Djf8YfvZ.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/youtube-square.svg":()=>Promise.resolve().then(()=>require("./chunks/youtube-square-CUiSVmpT.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/youtube.svg":()=>Promise.resolve().then(()=>require("./chunks/youtube-D2wGxHRm.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/zero-closed.svg":()=>Promise.resolve().then(()=>require("./chunks/zero-closed-DS5FEmRK.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/zero-open.svg":()=>Promise.resolve().then(()=>require("./chunks/zero-open-CAJ_UG58.js"))}),`../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/${e}.svg`,10);r&&t(()=>o.default)}catch{const o=await Promise.resolve().then(()=>require("./chunks/error-CWIHXQSd.js"));r&&t(()=>o.default)}})(),()=>{r=!1}},[e]),n},Ts=["zero","one","two","three","four","five","six","seven","eight","nine"],Cs={h1:"34px",h2:"26px",h3:"22px",h4:"18px",h5:"14px",p:"16px",sub:"12px"},Is=new Set(["email","facebook","flickr","github","linkedin","pinterest","x","youtube"]),Os=new Set(Ts),Rs=(e,n)=>Os.has(e)?n?"-closed":"-open":n?Is.has(e)?"-square":"-round":"",k=({name:e,alt:n,ariaLabel:t="",ariaLabelledby:r="",ariaDescribedby:i="",isPresentational:o=!1,withBg:l=!1,size:a="inherit",...d})=>{const p=Rs(e,l),u=`${e}${p}`,b=As(u);if(!b)return null;const h=E("cf-icon-svg",`cf-icon-svg--${u}`),v=Cs[a]||a;return s.jsx(b,{className:h,style:{fontSize:v},role:o?void 0:"img","aria-label":t||(o?void 0:n??e),"aria-labelledby":r||void 0,"aria-describedby":i||void 0,"aria-hidden":o?"true":void 0,...d})};function oe({children:e,className:n,isHorizontal:t,isLinks:r=!1,isOrdered:i,isSpaced:o,isUnstyled:l}){const a=["m-list"];return t&&a.push("m-list--horizontal"),r&&a.push("m-list--links"),o&&a.push("m-list--spaced"),l&&a.push("m-list--unstyled"),n&&a.push(n),i?s.jsx("ol",{className:E(a),children:e}):s.jsx("ul",{className:E(a),children:e})}var es=(e=>(e.info="--info",e.error="--error",e.success="--success",e.warning="--warning",e))(es||{});const Bs={info:"information",error:"error",success:"approved",warning:"warning"},ss=({status:e="info",message:n,isVisible:t=!0,...r})=>!t||!n?null:["error","success","warning","info"].includes(e)?s.jsxs("div",{className:`a-form-alert a-form-alert${es[e]}`,...r,children:[s.jsx(k,{ariaLabel:`${e} icon`,name:Bs[e],withBg:!0}),s.jsx("span",{className:"a-form-alert__text",children:n})]}):s.jsxs("p",{children:["[Error] Unsupported field-level alert type provided: ",e]});function ve({children:e,className:n,...t}){return s.jsx("li",{className:E("m-list__item",n),...t,children:e})}function Le({children:e,itemClassname:n="",className:t}){return s.jsx(s.Fragment,{children:e.map(r=>s.jsx(ve,{className:t,children:q.cloneElement(r,{className:`${n} ${r.props?.className??""}`})},r.key))})}function Y({asButton:e=!1,children:n,href:t,iconLeft:r,iconRight:i,isJump:o=!1,isRouterLink:l=!1,label:a,type:d="default",...p}){const b=!e&&(!!(r??i)||o),v=e||b?s.jsx(ns,{children:a}):a,_=E(p.className,{"a-btn":e||d==="destructive","a-btn--link":d==="destructive","a-btn--warning":d==="destructive","a-link--jump":o,"a-link":b});if(l){if(!t)throw new Error("Link component: href is a required attribute when isRouterLink is true");return s.jsx(Es.Link,{to:t,...p,className:_,children:a})}return s.jsxs("a",{...p,className:_,href:t,children:[n,!!r&&s.jsx(k,{name:r,isPresentational:!0}),v,!!i&&s.jsx(k,{name:i,isPresentational:!0})]})}const ns=({children:e,...n})=>s.jsx("span",{className:"a-link__text",...n,children:e}),os=e=>s.jsx(ve,{children:s.jsx(Y,{...e,isJump:!0})}),Ds=({href:e,label:n,isExternal:t})=>s.jsx(os,{href:e,label:n,iconRight:t?"external-link":void 0}),Ms={error:{name:"error",withBg:!0},info:{name:"information",withBg:!0},loading:{name:"updating",withBg:!1},success:{name:"approved",withBg:!0},warning:{name:"warning",withBg:!0}},Hs=({children:e,className:n,links:t,message:r,status:i="info",isVisible:o=!0,isFieldLevel:l=!1,showIcon:a=!0,...d})=>{if(!o)return null;if(l)return s.jsx(ss,{status:i,message:r,isVisible:o,...d});const p=E("m-notification","m-notification--visible",{"m-notification--success":i==="success","m-notification--warning":i==="warning","m-notification--error":i==="error","m-notification--info":i==="info"},n);return s.jsxs("div",{className:p,...d,children:[a?s.jsx(k,{ariaLabel:`${i} icon`,...Ms[i]}):null,s.jsxs("div",{className:"m-notification__content",children:[r?s.jsx("div",{className:"m-notification__message",children:r}):null,e?s.jsx("div",{className:`${r?"m-notification__explanation":""}`,children:e}):null,t&&t.length>0?s.jsx(oe,{isLinks:!0,children:t.map(u=>q.createElement(Ds,{...u,key:u.href}))}):null]})]})},ts=({isLarge:e=!1,children:n})=>{const t=["a-tagline"];return e&&t.push("a-tagline--large"),s.jsxs("div",{className:E(t),children:[s.jsx("span",{className:"u-usa-flag"}),s.jsx("div",{className:"a-tagline__text",children:n})]})},Fs=({phoneNumber:e})=>{if(/\d-\d{3}-\d{3}-\d{4}/.test(e)){const[,n,...t]=e.split("-");return s.jsxs("a",{href:`tel:+${e}`,children:["(",n,") ",t.join("-")]})}return s.jsx("a",{href:`tel:+${e}`,children:e})},rs=({isHorizontal:e=!0,tagline:n=s.jsxs(s.Fragment,{children:["An official website of the"," ",s.jsx("span",{className:"u-nowrap",children:"United States government"})]}),phoneNumber:t,links:r=[],className:i,...o})=>{const l=["m-global-eyebrow"],a=["wrapper"],d=["m-list"];let p=null;return e?(l.push("m-global-eyebrow--horizontal"),a.push("wrapper--match-content"),d.push("m-list--horizontal m-global-eyebrow__languages"),p=s.jsx(ts,{children:n})):l.push("m-global-eyebrow--list"),i&&l.push(i),s.jsx("div",{className:E(l),...o,children:s.jsxs("div",{className:E(a),children:[p,s.jsxs("div",{className:"m-global-eyebrow__actions",children:[r.length>0&&s.jsx("ul",{className:E(d),children:r.map(u=>s.jsx("li",{className:"m-list__item",children:u},u.key))}),t?s.jsx("span",{className:"m-global-eyebrow__phone",children:s.jsx(Fs,{phoneNumber:t})}):null]})]})})},Ws={en:{label:"English",code:"en",href:"/en/"},es:{label:"Español",code:"es",href:"/es/"},zh:{label:"中文",code:"zh"},vi:{label:"Tiếng Việt",code:"vi"},ko:{label:"한국어",code:"ko"},tl:{label:"Tagalog",code:"tl"},ru:{label:"Pусский",code:"ru"},ar:{label:"العربية",code:"ar"},ht:{label:"Kreyòl Ayisyen",code:"ht"}},$s=({code:e,href:n,label:t,languageMap:r=Ws,...i})=>{const o=r[e];let l=e,a=e,d=t,p=n;return o&&(l=o.code,a=o.code,d=t??o.label,p=o.href||n),s.jsx("a",{href:p??`/language/${l}/`,hrefLang:l,lang:a,...i,children:d})},Us=({crumbs:e,ariaLabel:n="Breadcrumbs",className:t,...r})=>e.length===0?null:s.jsx("div",{className:E("u-layout-grid__breadcrumbs",t),...r,children:s.jsx("nav",{className:"m-breadcrumbs","aria-label":n,children:e.map(i=>s.jsxs(q.Fragment,{children:[" / ",i.isCurrent?s.jsx("span",{className:"m-breadcrumbs__crumb","aria-current":"page",children:` ${i.label} `}):s.jsx("a",{className:"m-breadcrumbs__crumb",href:i.href,children:` ${i.label} `})]},`${i.href}-${i.label}`))})}),Ys=["a-btn"],Vs={primary:[],secondary:["a-btn--secondary"],warning:["a-btn--warning"]},Qs={default:[],full:["a-btn--full-on-xs"]},ne=q.forwardRef(({appearance:e="primary",asLink:n=!1,size:t="default",label:r,className:i,iconLeft:o,iconRight:l,...a},d)=>{const p=[...Ys,...Vs[e],...Qs[t]];return n&&p.push("a-btn--link"),i&&p.push(i),a.disabled&&p.push("a-btn--disabled"),s.jsxs("button",{ref:d,type:"button",className:[...p].join(" "),...a,children:[!!o&&s.jsx(k,{name:o,isPresentational:!0}),o||l?s.jsx("span",{children:r}):r,!!l&&s.jsx(k,{name:l,isPresentational:!0})]})});ne.displayName="Button";const Gs=({className:e,children:n,...t})=>n?s.jsx("div",{className:`m-btn-group ${e??""}`,...t,children:n}):null,is=({children:e,className:n,...t})=>{if(!e)return null;const r=["a-label__helper",n];return s.jsxs("small",{className:E(r),...t,children:["(",e,")"]})},zs=["a-label"],De=({children:e,inline:n=!1,htmlFor:t,className:r,...i})=>{const l=[...[...zs,n?"":"a-label--heading"],r];return e?s.jsx("label",{...i,className:E(l),htmlFor:t,children:e}):null},Zs=["m-form-field m-form-field--checkbox"],Xs={success:"m-form-field--checkbox-success",warning:"m-form-field--checkbox-warning",error:"m-form-field--checkbox-error"},Ks=({id:e,label:n,className:t,inputClassName:r,labelClassName:i="",checked:o=!1,helperText:l,inputRef:a,disabled:d=!1,isLarge:p=!1,labelInline:u=!0,name:b,onChange:h,status:v,..._})=>{const y=q.useCallback(w=>{h?.(w)},[h]),j=[...Zs,p?"m-form-field--lg-target":"",v?Xs[v]:"",t];return s.jsxs("div",{className:E(j),children:[s.jsx("input",{id:e,type:"checkbox",checked:o,"aria-checked":o,"aria-labelledby":`${e}-label`,name:b??e,ref:a,disabled:d,onChange:y,..._,className:E(["a-checkbox",r])}),s.jsxs(De,{id:`${e}-label`,className:i,htmlFor:e,inline:u,children:[n,s.jsx(is,{children:l})]})]})},Js=({className:e="",...n})=>s.jsx("div",{className:`content__line ${e}`,...n}),Ye={bpXS:{min:0,max:600},bpSM:{min:601,max:900},bpMED:{min:901,max:1020},bpLG:{min:1021,max:1200},bpXL:{min:1201}};function Pe(){let e=getComputedStyle(document.body).fontSize;return e=e===""?-1:e,parseFloat(e)}function en(e,n){let t=e.min,r=e.max;Pe()>0&&Pe()!==16&&(t=t/16*Pe(),r=r/16*Pe());const o=t||0,l=r||Number.POSITIVE_INFINITY;return o<=n&&n<=l}function sn(e){const n={};e=e||window.innerWidth;let t;for(t in Ye)n[t]=en(Ye[t],e);return n}const nn="mobile",on="tablet",tn="desktop";function rn(e){let n=!1;return(sn().bpXS||e===on||e===tn)&&(n=!0),n}const X="data-js-hook",cn="behavior_",ln="state_";function ue(){const e={};function n(i,o){return{}.hasOwnProperty.call(e,i)?e[i].push(o):e[i]=[o],this}function t(i,o){if(!{}.hasOwnProperty.call(e,i))return this;const l=e[i].indexOf(o);return l!==-1&&e[i].splice(l,1),this}function r(i,o){if(!{}.hasOwnProperty.call(e,i))return this;o=o||{};const l=e[i];for(let a=0,d=l.length;a<d;a++)l[a].call(this,o);return this}return this.addEventListener=n,this.removeEventListener=t,this.dispatchEvent=r,this.getRegisteredEvents=()=>e,this}function ke(e,n){if(!e)return!1;let t=e.getAttribute(X);return t?(t=t.split(" "),t.indexOf(n)>-1):!1}function V(e,n){if(ke(e,n))return n;if(n.indexOf(" ")!==-1){const r=X+" values cannot contain spaces!";throw new Error(r)}const t=e.getAttribute(X);return t!==null&&(n=t+" "+n),e.setAttribute(X,n),n}const Be=ln+"atomic_init";function an(e,n){if(!e||!e.classList){const t=e+' is not valid. Check that element is a DOM node with class "'+n+'"';throw new Error(t)}return e}function dn(e,n){const t=e.classList.contains(n)?e:e.querySelector("."+n);if(!t){const r=n+" not found on or in passed DOM node.";throw new Error(r)}return t}function _e(e,n){return an(e,n),dn(e,n)}function de(e){return ke(e,Be)?!1:(V(e,Be),!0)}function ye(e,n,t,r={}){const o=(t||document).querySelectorAll(e),l=[];let a,d;for(let p=0,u=o.length;p<u;p++)d=o[p],ke(d,Be)===!1&&(a=new n(d),a.init(r),l.push(a));return l}function Ve(e,n){let t;if(ke(e,n))return t=e,t;if(e){const r="["+X+"="+n+"]";t=e.querySelector(r)}if(!t){const r=n+" behavior not found on passed DOM node!";throw new Error(r)}return t}function un(){return!!new RegExp(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i).test(navigator.userAgent)}function C(e,n,t){const r=n;let i=e;if(!t)throw new Error("Child transition argument must be defined!");const o=t;let l,a,d,p=!1,u=!1,b=!1;if(typeof r.CSS_PROPERTY>"u"||typeof r.BASE_CLASS>"u")throw new Error("Transitions require CSS_PROPERTY and BASE_CLASS to be passed into BaseTransition.");function h(){a&&p?(i.addEventListener(a,d),o.dispatchEvent(C.BEGIN_EVENT,{target:o,type:C.BEGIN_EVENT}),i.classList.add(C.ANIMATING_CLASS),u=!0):(o.dispatchEvent(C.BEGIN_EVENT,{target:o,type:C.BEGIN_EVENT}),d())}function v(){i.removeEventListener(a,d)}function _(S){return S&&S.propertyName!==r.CSS_PROPERTY?!1:(v(),i.classList.remove(C.ANIMATING_CLASS),o.dispatchEvent(C.END_EVENT,{target:o,type:C.END_EVENT}),u=!1,!0)}function y(){let S;for(S in r)({}).hasOwnProperty.call(r,S)&&r[S]!==r.BASE_CLASS&&i.classList.contains(r[S])&&i.classList.remove(r[S])}function j(){u&&(i.style.webkitTransitionDuration="0",i.style.mozTransitionDuration="0",i.style.oTransitionDuration="0",i.style.transitionDuration="0",i.removeEventListener(a,d),d(),i.style.webkitTransitionDuration="",i.style.mozTransitionDuration="",i.style.oTransitionDuration="",i.style.transitionDuration="")}function w(){j(),y(),i.classList.remove(r.BASE_CLASS)}function N(){i.classList.remove(C.NO_ANIMATION_CLASS),p=!0}function O(){i.classList.add(C.NO_ANIMATION_CLASS),p=!1}function R(S){if(!S){const W="Element does not have TransitionEnd event. It may be null!";throw new Error(W)}let I;const M={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};let H;for(H in M)if({}.hasOwnProperty.call(M,H)&&typeof S.style[H]<"u"){I=M[H];break}return I}function P(S){w(),N(),i=S,i.classList.add(r.BASE_CLASS),a=R(i)}function L(S){if(p=!i.classList.contains(C.NO_ANIMATION_CLASS),d=_.bind(this),P(i),!S)throw new Error("Transition needs to be passed an initial CSS class on initialization!");return i.classList.add(S),this}function T(S){return b||(y(),b=!0),i.classList.contains(S)?!1:(v(),i.classList.remove(l),l=S,h(),i.classList.add(l),!0)}return this.animateOff=O,this.animateOn=N,this.applyClass=T,this.halt=j,this.init=L,this.isAnimated=()=>p,this.remove=w,this.setElement=P,this}C.BEGIN_EVENT="transitionbegin";C.END_EVENT="transitionend";C.NO_ANIMATION_CLASS="u-no-animation";C.ANIMATING_CLASS="u-is-animating";const be=cn+"flyout-menu",mn="["+X+"="+be;function Ae(e,n=!0){const t=Ve(e,be),r=N(e),i=Ve(e,be+"_content");let o=0;const l=0,a=1,d=2,p=3;let u,b,h;const v=W.bind(this),_=H.bind(this);let y,j=!0,w=!1;function N(f){const c=[],m=f.querySelectorAll(`${mn}_trigger]`);let g,x,B;for(let D=m.length>>>0;D--;){for(B=!1,g=m[D],x=g.parentElement;x!==f;)x.getAttribute(X)&&x.getAttribute(X).split(" ").indexOf(be)!==-1?(B=!0,x=f):x=x.parentElement;B||c.unshift(m[D])}return c}function O(f=!1){return o=f?p:l,r.forEach(c=>{R("expanded",c,f),c.addEventListener("click",S.bind(this)),c.addEventListener("touchstart",P,{passive:!0}),c.addEventListener("mouseover",L.bind(this)),c.addEventListener("mouseout",T.bind(this))}),i.setAttribute("data-open",f?"true":"false"),n&&!f&&i.setAttribute("hidden",""),ee(),this}function R(f,c,m){const g=String(m);return c.setAttribute("aria-"+f,g),g}function P(){w=!0}function L(f){j||(w||this.dispatchEvent("triggerover",{target:this,trigger:f.target,type:"triggerover"}),w=!1)}function T(f){j||this.dispatchEvent("triggerout",{target:this,trigger:f.target,type:"triggerout"})}function S(f){if(!j)switch(this.dispatchEvent("triggerclick",{target:this,trigger:f.target,type:"triggerclick"}),f.preventDefault(),o){case l:case a:this.expand();break;case d:case p:this.collapse();break}}function I(){if(u?.halt(),o===d||o===p)return this;if(o=d,n&&i.removeAttribute("hidden"),this.dispatchEvent("expandbegin",{target:this,type:"expandbegin"}),!b||!h)return _(),this;const f=u?.isAnimated();return f&&u.addEventListener(C.END_EVENT,_),b(),f||_(),this}function M(){if(u?.halt(),o===a||o===l)return this;for(let c=0,m=r.length;c<m;c++)R("expanded",r[c],!1);if(i.setAttribute("data-open","false"),o=a,this.dispatchEvent("collapsebegin",{target:this,type:"collapsebegin"}),!h||!b)return v(),this;const f=u?.isAnimated();return f&&u.addEventListener(C.END_EVENT,v),h(),f||v(),this}function H(){o=p,i.setAttribute("data-open","true"),u&&u.removeEventListener(C.END_EVENT,_),this.dispatchEvent("expandend",{target:this,type:"expandend"});for(let f=0,c=r.length;f<c;f++)R("expanded",r[f],!0)}function W(){o=l,n&&i.setAttribute("hidden",""),u&&u.removeEventListener(C.END_EVENT,v),this.dispatchEvent("collapseend",{target:this,type:"collapseend"})}function K(f,c,m){u=f,c&&c!==h&&(h=c),m&&m!==b&&(b=m)}function me(){u&&u.remove();let f;u=f,b=f,h=f}function J(){return{container:t,content:i,trigger:r}}function ee(){return j&&(j=!1),!j}function te(){return j||(j=!0),j}function re(f){return y=f,this}const $=new ue;return this.addEventListener=$.addEventListener,this.removeEventListener=$.removeEventListener,this.dispatchEvent=$.dispatchEvent,this.init=O,this.expand=I,this.collapse=M,this.setTransition=K,this.clearTransition=me,this.getData=()=>y,this.getTransition=()=>u,this.getDom=J,this.isAnimating=()=>o===d||o===a,this.isExpanded=()=>o===p,this.resume=ee,this.setData=re,this.suspend=te,Ae.BASE_CLASS=be,this}const Qe="transitiondir",ce={CSS_PROPERTY:"max-height",BASE_CLASS:"u-max-height-transition",MH_DEFAULT:"u-max-height-default",MH_SUMMARY:"u-max-height-summary",MH_DYNAMIC:"u-max-height-dynamic",MH_ZERO:"u-max-height-zero"};function Q(e){const n=this,t=new ue,r=new C(e,ce,this);let i=0;function o(){const y=e.scrollHeight+"px";e.style.maxHeight=y,e.style.bottom="auto",e.style.top="auto"}function l(){const _=e.getBoundingClientRect(),y=window.innerHeight-_.top,j=_.top,w=y<=140?"up":"down";return{rect:_,distanceToBottom:y,distanceToTop:j,dir:w}}function a(){window.removeEventListener("load",a),o()}function d(_){return r.init(_),window.addEventListener("load",a),window.addEventListener("resize",()=>{o()}),this}function p(){return o(),r.applyClass(ce.MH_DEFAULT),(!i||e.scrollHeight>i)&&(i=e.scrollHeight),this}function u(){return o(),r.applyClass(ce.MH_SUMMARY),i=e.scrollHeight,this}function b(){o(),e.style.top="100%";const _=l();let y=30;const j=2;let w=e.scrollHeight+y<_.distanceToBottom?`${e.scrollHeight+j}px`:`${_.distanceToBottom-y}px`;if(_.dir==="up"){const N=e.parentElement.offsetHeight;y+=N,e.style.bottom=`${N-j}px`,w=e.scrollHeight+y<_.distanceToTop?`${e.scrollHeight+j}px`:`${_.distanceToTop-y}px`,e.style.top="unset"}return e.style.maxHeight=w,r.applyClass(ce.MH_DYNAMIC),n.dispatchEvent(Qe,{target:n,type:Qe,dir:_.dir}),i=e.scrollHeight,this}function h(){return r.applyClass(ce.MH_ZERO),i=e.scrollHeight,this}function v(){return e.style.maxHeight="",r.remove()}return this.addEventListener=t.addEventListener,this.dispatchEvent=t.dispatchEvent,this.removeEventListener=t.removeEventListener,this.animateOff=r.animateOff,this.animateOn=r.animateOn,this.halt=r.halt,this.isAnimated=r.isAnimated,this.setElement=r.setElement,this.refresh=o,this.remove=v,this.init=d,this.maxHeightDefault=p,this.maxHeightSummary=u,this.maxHeightZero=h,this.maxHeightDynamic=b,this}Q.CLASSES=ce;const le="o-expandable";function se(e){const n=_e(e,le);let t,r,i,o,l;function a(){if(!de(n))return this;t=n.querySelector(`.${le}__header`),r=n.querySelector(`.${le}__content`),i=n.querySelector(`.${le}__label`);const u=n.classList.contains(`${le}--onload-open`);V(n,"behavior_flyout-menu"),V(t,"behavior_flyout-menu_trigger"),V(r,"behavior_flyout-menu_content");const b=u?Q.CLASSES.MH_DEFAULT:Q.CLASSES.MH_ZERO;return o=new Q(r).init(b),u||r.classList.add("u-hidden"),l=new Ae(n),l.setTransition(o,o.maxHeightZero,o.maxHeightDefault),l.init(u),l.addEventListener("expandbegin",()=>{r.classList.remove("u-hidden"),this.dispatchEvent("expandbegin",{target:this})}),l.addEventListener("collapseend",()=>{r.classList.add("u-hidden")}),this}function d(){return i.textContent.trim()}this.init=a,this.expand=()=>l.expand(),this.collapse=()=>l.collapse(),this.isExpanded=()=>l.isExpanded(),this.refresh=()=>l.getTransition().refresh(),this.getLabelText=d;const p=new ue;return this.addEventListener=p.addEventListener,this.removeEventListener=p.removeEventListener,this.dispatchEvent=p.dispatchEvent,this}se.BASE_CLASS=le;se.init=e=>ye(`.${se.BASE_CLASS}`,se,e);const qe="o-expandable-group";function je(e){const n=_e(e,qe),t=n.classList.contains(`${qe}--accordion`);let r,i;function o(a){const d=a.target;i&&i!==d&&i.collapse(),i=d}function l(a){return de(n)?(t&&(r=a,r.forEach(d=>{d.addEventListener("expandbegin",o)})),this):this}return this.init=l,this}je.BASE_CLASS=qe;je.init=e=>{(e||document).querySelectorAll(`.${qe}`).forEach(r=>{const i=ye(`.${se.BASE_CLASS}`,se,r);new je(r).init(i)})};const ae="o-summary";function Se(e){const n=_e(e,ae),t=n.classList.contains(`${ae}--mobile`),r=n.querySelector(`.${ae}__content`),i=n.querySelector(`.${ae}__btn`);let o,l,a;function d(){return de(n)?(window.addEventListener("load",p),this):this}function p(){window.removeEventListener("load",p),a=!v(),V(n,"behavior_flyout-menu"),V(r,"behavior_flyout-menu_content"),V(i,"behavior_flyout-menu_trigger"),l=new Ae(n,!1),o=new Q(r),o.init(a?Q.CLASSES.MH_SUMMARY:Q.CLASSES.MH_DEFAULT),l.setTransition(o,o.maxHeightSummary,o.maxHeightDefault),l.addEventListener("triggerclick",_),l.init(),h(),window.addEventListener("resize",h),"onorientationchange"in window&&window.addEventListener("orientationchange",h),n.addEventListener("focusin",u),r.addEventListener("click",b)}function u(P){!a&&P.target!==i&&(i.click(),n.removeEventListener("focusin",u))}function b(P){P.target.tagName!=="A"&&l.isExpanded()&&o.refresh()}function h(){v()?O():N()}function v(){return t&&!rn(nn)||r.scrollHeight<=88}function _(){l.addEventListener("expandend",y)}function y(){w(),window.removeEventListener("resize",h),window.removeEventListener("orientationchange",h),l.removeEventListener("expandend",y),l.suspend(),o.remove()}function j(){i.classList.remove("u-hidden")}function w(){i.classList.add("u-hidden")}function N(){return a&&(l.collapse(),o.animateOn(),j(),a=!1),!a}function O(){return a||(o.animateOff(),l.expand(),w(),a=!0),a}const R=new ue;return this.addEventListener=R.addEventListener,this.removeEventListener=R.removeEventListener,this.dispatchEvent=R.dispatchEvent,this.init=d,this}Se.BASE_CLASS=ae;Se.init=e=>ye(`.${ae}`,Se,e);const ge="o-summary-minimal";function we(e){const n=_e(e,ge),t=n.querySelector(`.${ge}__content`),r=n.querySelector(`.${ge}__btn`);let i,o;function l(){return de(n)?(V(n,"behavior_flyout-menu"),V(t,"behavior_flyout-menu_content"),V(r,"behavior_flyout-menu_trigger"),window.addEventListener("load",a),this):this}function a(){window.removeEventListener("load",a),o=new Ae(n,!1),i=new Q(t),i.init(Q.CLASSES.MH_SUMMARY),o.setTransition(i,i.maxHeightSummary,i.maxHeightDefault),o.init(),n.addEventListener("focusin",d),t.addEventListener("click",p),o.collapse(),i.animateOn()}function d(b){b.target!==r&&(r.click(),n.removeEventListener("focusin",d))}function p(b){b.target.tagName!=="A"&&o.isExpanded()&&i.refresh()}const u=new ue;return this.addEventListener=u.addEventListener,this.removeEventListener=u.removeEventListener,this.dispatchEvent=u.dispatchEvent,this.init=l,this}we.BASE_CLASS=ge;we.init=e=>ye(`.${ge}`,we,e);const pn=({header:e,children:n,icon:t="",inAccordion:r=!1,isPadded:i=!1,openOnLoad:o=!1,className:l="",...a})=>{q.useEffect(()=>{r||se.init()},[r]);const d=["o-expandable",l];return r||d.push("o-expandable--background","o-expandable--border"),i&&d.push("o-expandable--padded"),o&&d.push("o-expandable--onload-open"),s.jsxs("div",{className:E(d),...a,children:[s.jsxs("button",{type:"button",className:"o-expandable__header",title:e,children:[t?s.jsx("span",{className:"o-expandable__icon",children:s.jsx(k,{name:t})}):null,s.jsx("h3",{className:"o-expandable__label",children:e}),s.jsxs("span",{className:"o-expandable__cues",children:[s.jsx("span",{className:"o-expandable__cue-open","aria-label":"Show",children:s.jsx(k,{name:"plus-round",isPresentational:!0})}),s.jsx("span",{className:"o-expandable__cue-close","aria-label":"Hide",children:s.jsx(k,{name:"minus-round",isPresentational:!0})})]})]}),s.jsx("div",{className:"o-expandable__content",children:n})]})},fn=({groupId:e,accordion:n=!1,children:t,className:r="",...i})=>{const o=["o-expandable-group",r];n&&o.push("o-expandable-group--accordion"),q.useEffect(()=>{je.init()},[n]);const l=q.Children.map(t,a=>q.isValidElement(a)?q.cloneElement(a,{inAccordion:!0,openOnLoad:a.props.openOnLoad??!1}):a);return s.jsx("div",{id:e,className:E(o),...i,children:l})},bn=()=>s.jsxs("a",{className:"a-btn a-btn--secondary o-footer__top-button","data-gtm_ignore":"true","data-js-hook":"behavior_return-to-top",href:"#",children:["Back to top",s.jsx(k,{name:"arrow-up",isPresentational:!0})]}),gn=()=>s.jsx("div",{className:"o-footer__post",children:s.jsxs("div",{className:"a-tagline a-tagline--large","aria-label":"Official website of the United States government",children:[s.jsx("span",{className:"u-usa-flag"}),s.jsxs("div",{className:"a-tagline__text",children:["An official website of the ",s.jsx("span",{className:"u-nowrap",children:"United States government"})]})]})}),Me=e=>e.length===0,hn=({children:e})=>Me(e)?null:s.jsx(oe,{className:"o-footer__nav-list m-list--links m-list--horizontal",children:s.jsx(Le,{itemClassname:"m-list__link",children:e})}),vn=({children:e})=>Me(e)?null:s.jsx("div",{className:"block block--flush-top block--flush-bottom block--padded-top",children:s.jsx("div",{className:"m-social-media m-social-media--follow",children:s.jsx(oe,{className:"m-social-media__icons",isUnstyled:!0,isHorizontal:!0,children:s.jsx(Le,{itemClassname:"m-social-media__icon",children:e})})})}),Oe=({children:e})=>Me(e)?null:s.jsx("div",{className:"o-footer__col",children:s.jsx(oe,{className:"o-footer__list",children:s.jsx(Le,{itemClassname:"m-list__link",children:e})})});function cs({navLinks:e=[],socialLinks:n=[],linksCol1:t=[],linksCol2:r=[],linksCol3:i=[],className:o,...l}){const a=["o-footer",o];return s.jsx("footer",{className:E(a),"data-js-hook":"state_atomic_init",...l,children:s.jsxs("div",{className:"wrapper wrapper--match-content",children:[s.jsxs("div",{className:"o-footer__pre",children:[s.jsx(bn,{}),s.jsx(hn,{children:e}),s.jsx(vn,{children:n})]}),s.jsxs("div",{className:"o-footer__middle-left",children:[s.jsx(Oe,{children:t}),s.jsx(Oe,{children:r})]}),s.jsx("div",{className:"o-footer__middle-right",children:s.jsx(Oe,{children:i})}),s.jsx(gn,{})]})})}const _n=({cfLink:e="https://www.consumerfinance.gov",className:n,...t})=>{const r=[s.jsx("a",{href:`${e}/about-us/`,children:"About Us"},"about"),s.jsx("a",{href:`${e}/about-us/contact-us/`,children:"Contact Us"},"contact"),s.jsx("a",{href:`${e}/about-us/careers/`,children:"Careers"},"careers"),s.jsx("a",{href:`${e}/about-us/events/`,children:"Events"},"events"),s.jsx("a",{href:`${e}/enforcement/information-industry-whistleblowers/`,children:"Industry Whistleblowers"},"whistle"),s.jsx("a",{href:`${e}/cfpb-ombudsman/`,children:"CFPB Ombudsman"},"ombudsman")],i="https://www.facebook.com/CFPB",o="https://www.linkedin.com/company/consumer-financial-protection-bureau",l="https://twitter.com/CFPB",a="https://www.youtube.com/user/cfpbvideo",d="https://www.flickr.com/photos/cfpbphotos",p=[s.jsx("a",{"aria-label":"Visit us on Facebook","data-pretty-href":i,href:i,children:s.jsx(k,{name:"facebook",isPresentational:!0,withBg:!0})},"facebook"),s.jsx("a",{"aria-label":"Visit us on Twitter","data-pretty-href":l,href:l,children:s.jsx(k,{name:"x",isPresentational:!0,withBg:!0})},"twitter"),s.jsx("a",{"aria-label":"Visit us on LinkedIn","data-pretty-href":o,href:o,children:s.jsx(k,{name:"linkedin",isPresentational:!0,withBg:!0})},"linkedin"),s.jsx("a",{"aria-label":"Visit us on YouTube","data-pretty-href":a,href:a,children:s.jsx(k,{name:"youtube",alt:"Visit us on YouTube",isPresentational:!0,withBg:!0})},"youtube"),s.jsx("a",{"aria-label":"Visit us on Flickr","data-pretty-href":d,href:d,children:s.jsx(k,{name:"flickr",alt:"Visit us on Flickr",isPresentational:!0,withBg:!0})},"flickr")],u=[s.jsx("a",{href:`${e}/foia-requests/`,children:"FOIA"},"foia"),s.jsx("a",{href:`${e}/privacy/`,children:"Privacy"},"privacy"),s.jsx("a",{href:`${e}/privacy/website-privacy-policy/`,children:"Website Privacy Policy & Legal Notices"},"privacy-policy"),s.jsx("a",{href:`${e}/data/`,children:"Data"},"data"),s.jsx("a",{href:`${e}/open-government/`,children:"Open Government"},"open-government"),s.jsx("a",{href:`${e}/open-government/information-quality-guidelines/`,children:"Information Quality Guidelines"},"info-quality")],b=[s.jsx("a",{href:`${e}/about-us/diversity-and-inclusion/`,children:"Diversity & Inclusion"},"dei"),s.jsx("a",{href:`${e}/administrative-adjudication-proceedings/`,children:"Administrative Adjudication"},"adjudication"),s.jsx("a",{href:`${e}/plain-writing/`,children:"Plain Writing"},"writing"),s.jsx("a",{href:`${e}/accessibility/`,children:"Accessibility"},"accessibility"),s.jsx("a",{href:`${e}/office-civil-rights/`,children:"Office of Civil Rights"},"civ-rights"),s.jsx("a",{href:`${e}/office-civil-rights/no-fear-act-cummings-act/`,children:"No FEAR Act & Cummings Act"},"no-fear"),s.jsx("a",{href:`${e}/tribal/`,children:"Tribal"},"tribal")],h=[s.jsxs("a",{className:"a-link a-link--icon",href:"https://usa.gov/",children:[s.jsx("span",{className:"a-link__text",children:"USA.gov"})," ",s.jsx(k,{ariaLabel:"External link",name:"external-link",alt:"External link"})]},"usa-gov"),s.jsxs("a",{className:"a-link a-link--icon",href:"https://oig.federalreserve.gov/",children:[s.jsx("span",{className:"a-link__text",children:"Office of Inspector General"})," ",s.jsx(k,{ariaLabel:"External link",name:"external-link",alt:"External link"})]},"inspector")];return s.jsx(cs,{...t,className:n,navLinks:r,socialLinks:p,linksCol1:u,linksCol2:b,linksCol3:h})};var He=(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))(He||{});function yn({width:e=1,children:n,className:t="",...r}){const i=["col",`col-${e}`,t];return s.jsx("div",{className:E(i),role:"gridcell",...r,children:n})}function xn({children:e,className:n,...t}){const r=["row",n];return s.jsx("div",{className:E(r),role:"row",...t,children:e})}function Pn({children:e,width:n=He.Full,demo:t,center:r,className:i,...o}){const l=[`grid cols-${n}`,i];return t&&l.push("demo"),r&&l.push("centered"),s.jsx("div",{className:E(l),role:"grid",...o,children:e})}const En={Column:yn,Row:xn,Width:He,Wrapper:Pn},he=({type:e="1",children:n,className:t,...r})=>{let i;const o=[t];return e==="slug"?(o.push("m-slug-header"),s.jsx("header",{className:E(o),...r,children:s.jsx("h2",{className:"m-slug-header_heading",children:n})})):(e==="display"?(i="h1",o.push("superheading")):e==="eyebrow"?(i="div",o.push("h5 eyebrow")):i=`h${e}`,s.jsx(i,{...r,className:E(o),children:n}))},qn=({image:e,altText:n})=>e?s.jsx("div",{className:"m-hero__image-wrapper",children:s.jsx("img",{src:e,alt:n,className:"m-hero__image"})}):null,jn=(e,n)=>{const t=q.useRef(null);return q.useEffect(()=>{if(!n||!e||!t.current){t.current?.setAttribute("style","");return}t.current.setAttribute("style",`background-image: url(${e});
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("react/jsx-runtime"),q=require("react"),us=require("react-router");function fs(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Le={exports:{}};var Be;function bs(){return Be||(Be=1,(function(e){(function(){var s={}.hasOwnProperty;function t(){for(var o="",c=0;c<arguments.length;c++){var l=arguments[c];l&&(o=r(o,i(l)))}return o}function i(o){if(typeof o=="string"||typeof o=="number")return o;if(typeof o!="object")return"";if(Array.isArray(o))return t.apply(null,o);if(o.toString!==Object.prototype.toString&&!o.toString.toString().includes("[native code]"))return o.toString();var c="";for(var l in o)s.call(o,l)&&o[l]&&(c=r(c,l));return c}function r(o,c){return c?o?o+" "+c:o+c:o}e.exports?(t.default=t,e.exports=t):window.classNames=t})()})(Le)),Le.exports}var gs=bs();const x=fs(gs),hs=(e,s,t)=>{const i=e[s];return i?typeof i=="function"?i():Promise.resolve(i):new Promise((r,o)=>{(typeof queueMicrotask=="function"?queueMicrotask:setTimeout)(o.bind(null,new Error("Unknown variable dynamic import: "+s+(s.split("/").length!==t?". Note that variables only represent file names one level deep.":""))))})},vs=e=>{const[s,t]=q.useState(null);return q.useEffect(()=>{let i=!0;return(async()=>{try{const o=await hs(Object.assign({"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/activity-round.svg":()=>Promise.resolve().then(()=>require("./chunks/activity-round-BokGZNZ8.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/activity.svg":()=>Promise.resolve().then(()=>require("./chunks/activity-DZPPz-AT.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/agreement-round.svg":()=>Promise.resolve().then(()=>require("./chunks/agreement-round-fH62zm1y.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/agreement.svg":()=>Promise.resolve().then(()=>require("./chunks/agreement-15M4QYuh.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/appendix-round.svg":()=>Promise.resolve().then(()=>require("./chunks/appendix-round-DnoshjSs.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/appendix.svg":()=>Promise.resolve().then(()=>require("./chunks/appendix-BSaR9KRb.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/approved-round.svg":()=>Promise.resolve().then(()=>require("./chunks/approved-round-Sub71zkt.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/approved.svg":()=>Promise.resolve().then(()=>require("./chunks/approved-CnocMM8l.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-down-round.svg":()=>Promise.resolve().then(()=>require("./chunks/arrow-down-round-c3rad8aP.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-down.svg":()=>Promise.resolve().then(()=>require("./chunks/arrow-down-CvKQMRgO.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-left-round.svg":()=>Promise.resolve().then(()=>require("./chunks/arrow-left-round-B5A7bw7a.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-left.svg":()=>Promise.resolve().then(()=>require("./chunks/arrow-left-DL4QitU5.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-right-round.svg":()=>Promise.resolve().then(()=>require("./chunks/arrow-right-round-DLD15Flo.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-right.svg":()=>Promise.resolve().then(()=>require("./chunks/arrow-right-CY6sWCBd.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-up-round.svg":()=>Promise.resolve().then(()=>require("./chunks/arrow-up-round-CyUz4QFc.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/arrow-up.svg":()=>Promise.resolve().then(()=>require("./chunks/arrow-up-qiTy4oQI.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-low-round.svg":()=>Promise.resolve().then(()=>require("./chunks/audio-low-round-F9QhMkhm.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-low.svg":()=>Promise.resolve().then(()=>require("./chunks/audio-low-Cls0vUrm.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-max-round.svg":()=>Promise.resolve().then(()=>require("./chunks/audio-max-round-D_ol3xA5.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-max.svg":()=>Promise.resolve().then(()=>require("./chunks/audio-max-B2v2Eu9g.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-medium-round.svg":()=>Promise.resolve().then(()=>require("./chunks/audio-medium-round-BkjrRT1h.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-medium.svg":()=>Promise.resolve().then(()=>require("./chunks/audio-medium-DZPLzne6.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-mute-round.svg":()=>Promise.resolve().then(()=>require("./chunks/audio-mute-round-BluN20ds.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/audio-mute.svg":()=>Promise.resolve().then(()=>require("./chunks/audio-mute-Cc7-X7Wk.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bank-round.svg":()=>Promise.resolve().then(()=>require("./chunks/bank-round-CqmGGQFp.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bank.svg":()=>Promise.resolve().then(()=>require("./chunks/bank-C2ISNeDi.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/book-round.svg":()=>Promise.resolve().then(()=>require("./chunks/book-round-Jyv7CKM-.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/book.svg":()=>Promise.resolve().then(()=>require("./chunks/book-3wRwvkez.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bookmark-round.svg":()=>Promise.resolve().then(()=>require("./chunks/bookmark-round-twJpN2Kj.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bookmark.svg":()=>Promise.resolve().then(()=>require("./chunks/bookmark-DEeSp1Aj.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/briefcase-round.svg":()=>Promise.resolve().then(()=>require("./chunks/briefcase-round-TMrnaPN8.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/briefcase.svg":()=>Promise.resolve().then(()=>require("./chunks/briefcase-B5-mBnN_.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/broadcast-round.svg":()=>Promise.resolve().then(()=>require("./chunks/broadcast-round-UklzkiXX.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/broadcast.svg":()=>Promise.resolve().then(()=>require("./chunks/broadcast-BkVzG7H2.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/building-credit-round.svg":()=>Promise.resolve().then(()=>require("./chunks/building-credit-round-BJbIE5l5.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/building-credit.svg":()=>Promise.resolve().then(()=>require("./chunks/building-credit-MrTaIJhg.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bullhorn-round.svg":()=>Promise.resolve().then(()=>require("./chunks/bullhorn-round-DqrGTelM.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bullhorn.svg":()=>Promise.resolve().then(()=>require("./chunks/bullhorn-DZEx9PNS.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bus-round.svg":()=>Promise.resolve().then(()=>require("./chunks/bus-round-YlEhoKa2.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/bus.svg":()=>Promise.resolve().then(()=>require("./chunks/bus-CRSnxGyX.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/calculate-round.svg":()=>Promise.resolve().then(()=>require("./chunks/calculate-round-DHQzKs70.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/calculate.svg":()=>Promise.resolve().then(()=>require("./chunks/calculate-l8bei9fq.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/car-round.svg":()=>Promise.resolve().then(()=>require("./chunks/car-round-BMNvLYLo.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/car.svg":()=>Promise.resolve().then(()=>require("./chunks/car-GzadJ081.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/cart-round.svg":()=>Promise.resolve().then(()=>require("./chunks/cart-round-CYqtV4T8.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/cart.svg":()=>Promise.resolve().then(()=>require("./chunks/cart-4CXTOrwo.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/chart-round.svg":()=>Promise.resolve().then(()=>require("./chunks/chart-round-DPbA3Z09.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/chart.svg":()=>Promise.resolve().then(()=>require("./chunks/chart-fGNZDRZi.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/childcare-round.svg":()=>Promise.resolve().then(()=>require("./chunks/childcare-round-BV9Ytr1W.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/childcare.svg":()=>Promise.resolve().then(()=>require("./chunks/childcare-CXpo3mGz.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/clock-round.svg":()=>Promise.resolve().then(()=>require("./chunks/clock-round-DX7nVRJ3.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/clock.svg":()=>Promise.resolve().then(()=>require("./chunks/clock-XjzxrJYM.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/close-quote-round.svg":()=>Promise.resolve().then(()=>require("./chunks/close-quote-round-BhK69Tgc.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/close-quote.svg":()=>Promise.resolve().then(()=>require("./chunks/close-quote-Di2aT0LI.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/clothes-round.svg":()=>Promise.resolve().then(()=>require("./chunks/clothes-round-Bscj8kuP.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/clothes.svg":()=>Promise.resolve().then(()=>require("./chunks/clothes-XNLMRW4B.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/college-round.svg":()=>Promise.resolve().then(()=>require("./chunks/college-round-z95diP91.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/college.svg":()=>Promise.resolve().then(()=>require("./chunks/college-CWLL7a2Z.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/compass-round.svg":()=>Promise.resolve().then(()=>require("./chunks/compass-round-DTyKddzT.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/compass.svg":()=>Promise.resolve().then(()=>require("./chunks/compass-hR64XGjG.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/complaint-round.svg":()=>Promise.resolve().then(()=>require("./chunks/complaint-round-C4DNrDjf.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/complaint.svg":()=>Promise.resolve().then(()=>require("./chunks/complaint-CN-OjtEt.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/copy-round.svg":()=>Promise.resolve().then(()=>require("./chunks/copy-round-D_y5G1EG.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/copy.svg":()=>Promise.resolve().then(()=>require("./chunks/copy-BtucRfuZ.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/court-round.svg":()=>Promise.resolve().then(()=>require("./chunks/court-round-jB84Bnj8.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/court.svg":()=>Promise.resolve().then(()=>require("./chunks/court-CH9voIT7.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-card-round.svg":()=>Promise.resolve().then(()=>require("./chunks/credit-card-round-DcpgAgV2.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-card.svg":()=>Promise.resolve().then(()=>require("./chunks/credit-card-D4jn0mct.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-payment-round.svg":()=>Promise.resolve().then(()=>require("./chunks/credit-payment-round-DIh1vMrO.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-payment.svg":()=>Promise.resolve().then(()=>require("./chunks/credit-payment-BEOiM92f.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-repair-round.svg":()=>Promise.resolve().then(()=>require("./chunks/credit-repair-round-BYgOEjjf.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-repair.svg":()=>Promise.resolve().then(()=>require("./chunks/credit-repair-DRHmJh-X.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-report-round.svg":()=>Promise.resolve().then(()=>require("./chunks/credit-report-round-qQIPmETk.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/credit-report.svg":()=>Promise.resolve().then(()=>require("./chunks/credit-report-CILF8MjX.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/date-round.svg":()=>Promise.resolve().then(()=>require("./chunks/date-round-1V_ja_Np.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/date.svg":()=>Promise.resolve().then(()=>require("./chunks/date-CPTpHqM1.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/debt-collection-round.svg":()=>Promise.resolve().then(()=>require("./chunks/debt-collection-round-DN8jrMWE.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/debt-collection.svg":()=>Promise.resolve().then(()=>require("./chunks/debt-collection-B-NuxR8w.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/debt-round.svg":()=>Promise.resolve().then(()=>require("./chunks/debt-round-B3qhZRen.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/debt.svg":()=>Promise.resolve().then(()=>require("./chunks/debt-C9pAjA-i.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dialogue-round.svg":()=>Promise.resolve().then(()=>require("./chunks/dialogue-round-BrTN98vp.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dialogue.svg":()=>Promise.resolve().then(()=>require("./chunks/dialogue-C4N1lgNR.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dine-out-round.svg":()=>Promise.resolve().then(()=>require("./chunks/dine-out-round-C3p7KswU.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dine-out.svg":()=>Promise.resolve().then(()=>require("./chunks/dine-out-DXTtfsdk.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/disability-round.svg":()=>Promise.resolve().then(()=>require("./chunks/disability-round-BqtyKEBu.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/disability.svg":()=>Promise.resolve().then(()=>require("./chunks/disability-Y9XvSxzO.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/disabled-round.svg":()=>Promise.resolve().then(()=>require("./chunks/disabled-round-Cxr5sQd0.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/disabled.svg":()=>Promise.resolve().then(()=>require("./chunks/disabled-B_7tGBni.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/divide-round.svg":()=>Promise.resolve().then(()=>require("./chunks/divide-round-BKrhksES.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/divide.svg":()=>Promise.resolve().then(()=>require("./chunks/divide-Dv5GO6Cf.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/document-round.svg":()=>Promise.resolve().then(()=>require("./chunks/document-round-CEoFqTrt.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/document.svg":()=>Promise.resolve().then(()=>require("./chunks/document-DqO5FS5Z.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dollar-round.svg":()=>Promise.resolve().then(()=>require("./chunks/dollar-round-Bq_Kuw-h.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/dollar.svg":()=>Promise.resolve().then(()=>require("./chunks/dollar-D7U8tDVC.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/down-round.svg":()=>Promise.resolve().then(()=>require("./chunks/down-round-BnMPvpRy.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/down.svg":()=>Promise.resolve().then(()=>require("./chunks/down-B8A9puuD.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/download-round.svg":()=>Promise.resolve().then(()=>require("./chunks/download-round-BWwj66Er.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/download.svg":()=>Promise.resolve().then(()=>require("./chunks/download-BeDfQBFC.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/edit-round.svg":()=>Promise.resolve().then(()=>require("./chunks/edit-round-BKBgFKPn.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/edit.svg":()=>Promise.resolve().then(()=>require("./chunks/edit-BEvZdcmt.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/eight-closed.svg":()=>Promise.resolve().then(()=>require("./chunks/eight-closed-CRMF3q0b.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/eight-open.svg":()=>Promise.resolve().then(()=>require("./chunks/eight-open-DbxDqehd.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/email-round.svg":()=>Promise.resolve().then(()=>require("./chunks/email-round-uwZpwpG0.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/email-square.svg":()=>Promise.resolve().then(()=>require("./chunks/email-square-BQUSHWF7.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/email.svg":()=>Promise.resolve().then(()=>require("./chunks/email-Bw5xhhL6.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/entertainment-round.svg":()=>Promise.resolve().then(()=>require("./chunks/entertainment-round-DJUaObbU.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/entertainment.svg":()=>Promise.resolve().then(()=>require("./chunks/entertainment-D_Pzlbm5.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/equal-round.svg":()=>Promise.resolve().then(()=>require("./chunks/equal-round-Du5d2cyB.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/equal.svg":()=>Promise.resolve().then(()=>require("./chunks/equal-D29C6ZjA.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/equipment-round.svg":()=>Promise.resolve().then(()=>require("./chunks/equipment-round-r7XnnQBU.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/equipment.svg":()=>Promise.resolve().then(()=>require("./chunks/equipment-C8Dvz_bN.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/error-round.svg":()=>Promise.resolve().then(()=>require("./chunks/error-round-CiQ0YhmB.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/error.svg":()=>Promise.resolve().then(()=>require("./chunks/error-CWIHXQSd.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/external-link-round.svg":()=>Promise.resolve().then(()=>require("./chunks/external-link-round-ZwtbfAnK.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/external-link.svg":()=>Promise.resolve().then(()=>require("./chunks/external-link-BIrTDyZY.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/facebook-square.svg":()=>Promise.resolve().then(()=>require("./chunks/facebook-square-V0IkgkKx.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/facebook.svg":()=>Promise.resolve().then(()=>require("./chunks/facebook-DnSXJtwV.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fall-round.svg":()=>Promise.resolve().then(()=>require("./chunks/fall-round-BGHeC2iP.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fall.svg":()=>Promise.resolve().then(()=>require("./chunks/fall-9k-kvj3b.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/favorite-round.svg":()=>Promise.resolve().then(()=>require("./chunks/favorite-round-CVCwgb1X.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/favorite.svg":()=>Promise.resolve().then(()=>require("./chunks/favorite-BEUX83sU.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fax-round.svg":()=>Promise.resolve().then(()=>require("./chunks/fax-round-BWBbVZbY.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fax.svg":()=>Promise.resolve().then(()=>require("./chunks/fax-Dn-F_B6C.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/filter-round.svg":()=>Promise.resolve().then(()=>require("./chunks/filter-round-CqIfM8Cm.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/filter.svg":()=>Promise.resolve().then(()=>require("./chunks/filter-B40lXZ5r.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/five-closed.svg":()=>Promise.resolve().then(()=>require("./chunks/five-closed-BUgoDjZK.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/five-open.svg":()=>Promise.resolve().then(()=>require("./chunks/five-open-BPmwT1zQ.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flag-round.svg":()=>Promise.resolve().then(()=>require("./chunks/flag-round-Dmaci-xZ.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flag.svg":()=>Promise.resolve().then(()=>require("./chunks/flag-BS9GuDBB.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flickr-square.svg":()=>Promise.resolve().then(()=>require("./chunks/flickr-square-Dm6QK3aq.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flickr.svg":()=>Promise.resolve().then(()=>require("./chunks/flickr-DcTF_ipn.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flower-round.svg":()=>Promise.resolve().then(()=>require("./chunks/flower-round-Dtt1Sv05.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/flower.svg":()=>Promise.resolve().then(()=>require("./chunks/flower-aG-tSVGM.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-add-round.svg":()=>Promise.resolve().then(()=>require("./chunks/folder-add-round-DWG8wUXx.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-add.svg":()=>Promise.resolve().then(()=>require("./chunks/folder-add-BjV2oQsa.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-delete-round.svg":()=>Promise.resolve().then(()=>require("./chunks/folder-delete-round-CcQTNPQY.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-delete.svg":()=>Promise.resolve().then(()=>require("./chunks/folder-delete-_b0niGXv.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-empty-round.svg":()=>Promise.resolve().then(()=>require("./chunks/folder-empty-round-CLdStv1q.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-empty.svg":()=>Promise.resolve().then(()=>require("./chunks/folder-empty-CXln6zWK.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-round.svg":()=>Promise.resolve().then(()=>require("./chunks/folder-round-Nin5pZ88.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-save-round.svg":()=>Promise.resolve().then(()=>require("./chunks/folder-save-round-BHMziZ5B.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder-save.svg":()=>Promise.resolve().then(()=>require("./chunks/folder-save-Dbay5Jut.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/folder.svg":()=>Promise.resolve().then(()=>require("./chunks/folder-CkiNywEy.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/foreclosure-round.svg":()=>Promise.resolve().then(()=>require("./chunks/foreclosure-round-DtF2DYGF.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/foreclosure.svg":()=>Promise.resolve().then(()=>require("./chunks/foreclosure-CP5K700l.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fountain-pen-round.svg":()=>Promise.resolve().then(()=>require("./chunks/fountain-pen-round-o9iAoOsB.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/fountain-pen.svg":()=>Promise.resolve().then(()=>require("./chunks/fountain-pen-tazCHu6A.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/four-closed.svg":()=>Promise.resolve().then(()=>require("./chunks/four-closed-D7kfKTfu.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/four-open.svg":()=>Promise.resolve().then(()=>require("./chunks/four-open-DGw2C1HF.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/furniture-round.svg":()=>Promise.resolve().then(()=>require("./chunks/furniture-round-DhQp8iV-.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/furniture.svg":()=>Promise.resolve().then(()=>require("./chunks/furniture-tCXIMWJ3.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/gambling-round.svg":()=>Promise.resolve().then(()=>require("./chunks/gambling-round-BxkOaYQd.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/gambling.svg":()=>Promise.resolve().then(()=>require("./chunks/gambling-Dgx1gcri.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/getting-a-credit-card-round.svg":()=>Promise.resolve().then(()=>require("./chunks/getting-a-credit-card-round-BTC4vJWy.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/getting-a-credit-card.svg":()=>Promise.resolve().then(()=>require("./chunks/getting-a-credit-card-DxG4_f6m.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/gift-round.svg":()=>Promise.resolve().then(()=>require("./chunks/gift-round-CLN9KBNp.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/gift.svg":()=>Promise.resolve().then(()=>require("./chunks/gift-BUHUFqhS.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/github-square.svg":()=>Promise.resolve().then(()=>require("./chunks/github-square-DVTVUVk9.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/github.svg":()=>Promise.resolve().then(()=>require("./chunks/github-CjdybKi7.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/health-insurance-round.svg":()=>Promise.resolve().then(()=>require("./chunks/health-insurance-round-CEumbx3v.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/health-insurance.svg":()=>Promise.resolve().then(()=>require("./chunks/health-insurance-DwAUHJ9P.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/healthcare-round.svg":()=>Promise.resolve().then(()=>require("./chunks/healthcare-round-C9yYHRL_.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/healthcare.svg":()=>Promise.resolve().then(()=>require("./chunks/healthcare-DvkUp83Z.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/help-round.svg":()=>Promise.resolve().then(()=>require("./chunks/help-round-DfB5aROI.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/help.svg":()=>Promise.resolve().then(()=>require("./chunks/help-BszH0lyx.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/history-round.svg":()=>Promise.resolve().then(()=>require("./chunks/history-round-CkjESgLN.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/history.svg":()=>Promise.resolve().then(()=>require("./chunks/history-BL4eirq4.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/house-round.svg":()=>Promise.resolve().then(()=>require("./chunks/house-round-Dsh_udj5.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/house.svg":()=>Promise.resolve().then(()=>require("./chunks/house-Cabow4fH.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/information-round.svg":()=>Promise.resolve().then(()=>require("./chunks/information-round-CjnvlPBg.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/information.svg":()=>Promise.resolve().then(()=>require("./chunks/information-DHFttTPI.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/insurance-round.svg":()=>Promise.resolve().then(()=>require("./chunks/insurance-round-DVshniKB.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/insurance.svg":()=>Promise.resolve().then(()=>require("./chunks/insurance-BdfI782K.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/left-right-round.svg":()=>Promise.resolve().then(()=>require("./chunks/left-right-round-DlCQs72x.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/left-right.svg":()=>Promise.resolve().then(()=>require("./chunks/left-right-CyDp2Rr8.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/left-round.svg":()=>Promise.resolve().then(()=>require("./chunks/left-round-DLqI_Q6h.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/left.svg":()=>Promise.resolve().then(()=>require("./chunks/left-227Jss9_.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/lightbulb-round.svg":()=>Promise.resolve().then(()=>require("./chunks/lightbulb-round-C0QRexT_.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/lightbulb.svg":()=>Promise.resolve().then(()=>require("./chunks/lightbulb-DAGqoBv5.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/link-round.svg":()=>Promise.resolve().then(()=>require("./chunks/link-round-BtqHhrvu.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/link.svg":()=>Promise.resolve().then(()=>require("./chunks/link-9KogtXQq.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/linkedin-square.svg":()=>Promise.resolve().then(()=>require("./chunks/linkedin-square-BYRG5CNJ.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/linkedin.svg":()=>Promise.resolve().then(()=>require("./chunks/linkedin-BYgUcKdZ.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/list-round.svg":()=>Promise.resolve().then(()=>require("./chunks/list-round-3d2P-qbk.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/list.svg":()=>Promise.resolve().then(()=>require("./chunks/list-C1ikh--h.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/loan-round.svg":()=>Promise.resolve().then(()=>require("./chunks/loan-round-CdI6k7Kt.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/loan.svg":()=>Promise.resolve().then(()=>require("./chunks/loan-D4H8-tu0.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/lock-round.svg":()=>Promise.resolve().then(()=>require("./chunks/lock-round-BDELbFoP.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/lock.svg":()=>Promise.resolve().then(()=>require("./chunks/lock-CpUGl3kZ.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/mail-round.svg":()=>Promise.resolve().then(()=>require("./chunks/mail-round-Bsy-xCBt.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/mail.svg":()=>Promise.resolve().then(()=>require("./chunks/mail-BIiaOVsl.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/map-round.svg":()=>Promise.resolve().then(()=>require("./chunks/map-round-ICNk-JP4.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/map.svg":()=>Promise.resolve().then(()=>require("./chunks/map-CJ-7uqMb.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/menu-round.svg":()=>Promise.resolve().then(()=>require("./chunks/menu-round-CWFOIHBS.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/menu.svg":()=>Promise.resolve().then(()=>require("./chunks/menu-_LTKQk15.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/microphone-round.svg":()=>Promise.resolve().then(()=>require("./chunks/microphone-round-FTo6MGCq.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/microphone.svg":()=>Promise.resolve().then(()=>require("./chunks/microphone-i0ZbrqRf.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/minus-round.svg":()=>Promise.resolve().then(()=>require("./chunks/minus-round-CQGBWoAT.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/minus.svg":()=>Promise.resolve().then(()=>require("./chunks/minus-C3kuzCRi.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/money-round.svg":()=>Promise.resolve().then(()=>require("./chunks/money-round-c5cdO5wL.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/money-transfer-round.svg":()=>Promise.resolve().then(()=>require("./chunks/money-transfer-round-MWZCTtxC.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/money-transfer.svg":()=>Promise.resolve().then(()=>require("./chunks/money-transfer-mzItPHOG.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/money.svg":()=>Promise.resolve().then(()=>require("./chunks/money-ZlgzEVAK.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/monitor-round.svg":()=>Promise.resolve().then(()=>require("./chunks/monitor-round-CLFRbBD_.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/monitor.svg":()=>Promise.resolve().then(()=>require("./chunks/monitor-C7Snbk1o.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/mortgage-round.svg":()=>Promise.resolve().then(()=>require("./chunks/mortgage-round-BTonszoV.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/mortgage.svg":()=>Promise.resolve().then(()=>require("./chunks/mortgage-DwGFex9H.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/newspaper-round.svg":()=>Promise.resolve().then(()=>require("./chunks/newspaper-round-_JaWE8Ci.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/newspaper.svg":()=>Promise.resolve().then(()=>require("./chunks/newspaper-D6w5d2BU.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/nine-closed.svg":()=>Promise.resolve().then(()=>require("./chunks/nine-closed-Bw6YnpT3.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/nine-open.svg":()=>Promise.resolve().then(()=>require("./chunks/nine-open-DC_j95kQ.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/one-closed.svg":()=>Promise.resolve().then(()=>require("./chunks/one-closed-Cbo1e8rx.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/one-open.svg":()=>Promise.resolve().then(()=>require("./chunks/one-open-JDuDG3I8.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/open-quote-round.svg":()=>Promise.resolve().then(()=>require("./chunks/open-quote-round-CjbHYoq5.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/open-quote.svg":()=>Promise.resolve().then(()=>require("./chunks/open-quote-BzDN8of9.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/paper-clip-round.svg":()=>Promise.resolve().then(()=>require("./chunks/paper-clip-round-C1guwqxy.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/paper-clip.svg":()=>Promise.resolve().then(()=>require("./chunks/paper-clip-Cj49sU7f.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/parent-round.svg":()=>Promise.resolve().then(()=>require("./chunks/parent-round-ByxDGERA.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/parent.svg":()=>Promise.resolve().then(()=>require("./chunks/parent-g7NdUH1Q.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/payday-loan-round.svg":()=>Promise.resolve().then(()=>require("./chunks/payday-loan-round-DAgQqnIP.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/payday-loan.svg":()=>Promise.resolve().then(()=>require("./chunks/payday-loan-BpWCrMNm.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/percentage-round.svg":()=>Promise.resolve().then(()=>require("./chunks/percentage-round-CeDljvhK.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/percentage.svg":()=>Promise.resolve().then(()=>require("./chunks/percentage-40vNjdW8.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pet-round.svg":()=>Promise.resolve().then(()=>require("./chunks/pet-round-bF-0dOcq.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pet.svg":()=>Promise.resolve().then(()=>require("./chunks/pet-DmvNgfwO.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/phone-round.svg":()=>Promise.resolve().then(()=>require("./chunks/phone-round-D3tkv93H.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/phone.svg":()=>Promise.resolve().then(()=>require("./chunks/phone-BBIStOyH.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/photo-round.svg":()=>Promise.resolve().then(()=>require("./chunks/photo-round-BmoMWLPy.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/photo.svg":()=>Promise.resolve().then(()=>require("./chunks/photo-DwIaezPJ.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/piggy-bank-check-round.svg":()=>Promise.resolve().then(()=>require("./chunks/piggy-bank-check-round-j5knV3K9.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/piggy-bank-check.svg":()=>Promise.resolve().then(()=>require("./chunks/piggy-bank-check-ClwNV7wo.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/piggy-bank-round.svg":()=>Promise.resolve().then(()=>require("./chunks/piggy-bank-round-DVm5oKB3.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/piggy-bank.svg":()=>Promise.resolve().then(()=>require("./chunks/piggy-bank-Bg18R2ZJ.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pinterest-square.svg":()=>Promise.resolve().then(()=>require("./chunks/pinterest-square-B1cukF92.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pinterest.svg":()=>Promise.resolve().then(()=>require("./chunks/pinterest-Bhg5FL7K.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/play-round.svg":()=>Promise.resolve().then(()=>require("./chunks/play-round-CO_tyPY5.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/play.svg":()=>Promise.resolve().then(()=>require("./chunks/play-bXTziydD.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/plus-round.svg":()=>Promise.resolve().then(()=>require("./chunks/plus-round-BQEr72fB.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/plus.svg":()=>Promise.resolve().then(()=>require("./chunks/plus-CYSPNU5l.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/policy-round.svg":()=>Promise.resolve().then(()=>require("./chunks/policy-round-Ryq5t4KA.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/policy.svg":()=>Promise.resolve().then(()=>require("./chunks/policy-Bz7EOpt4.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pop-up-round.svg":()=>Promise.resolve().then(()=>require("./chunks/pop-up-round-CzOk7gvZ.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/pop-up.svg":()=>Promise.resolve().then(()=>require("./chunks/pop-up-D-r3Iovb.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/power-round.svg":()=>Promise.resolve().then(()=>require("./chunks/power-round-6P7xo4yb.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/power.svg":()=>Promise.resolve().then(()=>require("./chunks/power-BxToSE9I.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/prepaid-cards-round.svg":()=>Promise.resolve().then(()=>require("./chunks/prepaid-cards-round-CF-mOa0o.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/prepaid-cards.svg":()=>Promise.resolve().then(()=>require("./chunks/prepaid-cards-BE8T4TKC.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/presentation-round.svg":()=>Promise.resolve().then(()=>require("./chunks/presentation-round-DlLFlrBy.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/presentation.svg":()=>Promise.resolve().then(()=>require("./chunks/presentation-DoWHxvMi.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/price-tag-round.svg":()=>Promise.resolve().then(()=>require("./chunks/price-tag-round-qA1fnuDg.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/price-tag.svg":()=>Promise.resolve().then(()=>require("./chunks/price-tag-CxIek2qb.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/print-round.svg":()=>Promise.resolve().then(()=>require("./chunks/print-round-CkFvHq1l.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/print.svg":()=>Promise.resolve().then(()=>require("./chunks/print-BqBC_XtU.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/quick-cash-round.svg":()=>Promise.resolve().then(()=>require("./chunks/quick-cash-round-CPfbwPy7.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/quick-cash.svg":()=>Promise.resolve().then(()=>require("./chunks/quick-cash-q9Gu8ETE.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/regulation-round.svg":()=>Promise.resolve().then(()=>require("./chunks/regulation-round-BI6Ky7MQ.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/regulation.svg":()=>Promise.resolve().then(()=>require("./chunks/regulation-QhjVd6Mn.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/right-round.svg":()=>Promise.resolve().then(()=>require("./chunks/right-round-D5zPfYuk.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/right.svg":()=>Promise.resolve().then(()=>require("./chunks/right-B8SIXlHG.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/rss-round.svg":()=>Promise.resolve().then(()=>require("./chunks/rss-round-BRJP8-z2.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/rss.svg":()=>Promise.resolve().then(()=>require("./chunks/rss-DEpotMPj.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/save-round.svg":()=>Promise.resolve().then(()=>require("./chunks/save-round-BfGaGxTV.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/save.svg":()=>Promise.resolve().then(()=>require("./chunks/save-ZCFKaEx7.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/search-round.svg":()=>Promise.resolve().then(()=>require("./chunks/search-round-B7Q3IME_.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/search.svg":()=>Promise.resolve().then(()=>require("./chunks/search-CSIPqlnN.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/serve-round.svg":()=>Promise.resolve().then(()=>require("./chunks/serve-round-DwnWQL30.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/serve.svg":()=>Promise.resolve().then(()=>require("./chunks/serve-BFxOdRKc.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/servicemembers-round.svg":()=>Promise.resolve().then(()=>require("./chunks/servicemembers-round-B_nakAT8.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/servicemembers.svg":()=>Promise.resolve().then(()=>require("./chunks/servicemembers-ytQUin9A.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/settings-round.svg":()=>Promise.resolve().then(()=>require("./chunks/settings-round-C3jNUyjF.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/settings.svg":()=>Promise.resolve().then(()=>require("./chunks/settings-z-OZSLKO.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/seven-closed.svg":()=>Promise.resolve().then(()=>require("./chunks/seven-closed-DWBWdYhl.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/seven-open.svg":()=>Promise.resolve().then(()=>require("./chunks/seven-open-Da7mZRJ-.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/share-alt-round.svg":()=>Promise.resolve().then(()=>require("./chunks/share-alt-round-Q9wPQuzy.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/share-alt.svg":()=>Promise.resolve().then(()=>require("./chunks/share-alt-PkmFM_2j.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/share-round.svg":()=>Promise.resolve().then(()=>require("./chunks/share-round-Bftullxa.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/share.svg":()=>Promise.resolve().then(()=>require("./chunks/share-gILzaWs9.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/six-closed.svg":()=>Promise.resolve().then(()=>require("./chunks/six-closed-D6n4eBQs.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/six-open.svg":()=>Promise.resolve().then(()=>require("./chunks/six-open-BKj04MNX.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/sold-round.svg":()=>Promise.resolve().then(()=>require("./chunks/sold-round-DuyQxU-n.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/sold.svg":()=>Promise.resolve().then(()=>require("./chunks/sold-BvlI2SX6.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/speech-bubble-round.svg":()=>Promise.resolve().then(()=>require("./chunks/speech-bubble-round-Dyxt4tpT.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/speech-bubble.svg":()=>Promise.resolve().then(()=>require("./chunks/speech-bubble-qO7zUn4y.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/split-round.svg":()=>Promise.resolve().then(()=>require("./chunks/split-round-CvLcNIlq.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/split.svg":()=>Promise.resolve().then(()=>require("./chunks/split-7D4yNhpz.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/spring-round.svg":()=>Promise.resolve().then(()=>require("./chunks/spring-round-DDYh7xzW.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/spring.svg":()=>Promise.resolve().then(()=>require("./chunks/spring-BHlJj5L_.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/summer-round.svg":()=>Promise.resolve().then(()=>require("./chunks/summer-round-BhUwrf0E.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/summer.svg":()=>Promise.resolve().then(()=>require("./chunks/summer-Bhrtdb9U.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/supplement-round.svg":()=>Promise.resolve().then(()=>require("./chunks/supplement-round-od7bWsYT.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/supplement.svg":()=>Promise.resolve().then(()=>require("./chunks/supplement-CjAY1i2X.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/taxes-round.svg":()=>Promise.resolve().then(()=>require("./chunks/taxes-round-B_N5UzNn.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/taxes.svg":()=>Promise.resolve().then(()=>require("./chunks/taxes-Cutbjv3_.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/technology-round.svg":()=>Promise.resolve().then(()=>require("./chunks/technology-round-DiZcpgGA.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/technology.svg":()=>Promise.resolve().then(()=>require("./chunks/technology-Cqvtf8rj.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/thought-bubble-round.svg":()=>Promise.resolve().then(()=>require("./chunks/thought-bubble-round-3ajk0ZZN.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/thought-bubble.svg":()=>Promise.resolve().then(()=>require("./chunks/thought-bubble-zIbY4iKi.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/three-closed.svg":()=>Promise.resolve().then(()=>require("./chunks/three-closed-DGVWCftU.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/three-open.svg":()=>Promise.resolve().then(()=>require("./chunks/three-open-CYPLF1tR.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/toolbox-round.svg":()=>Promise.resolve().then(()=>require("./chunks/toolbox-round-CZF7G6jL.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/toolbox.svg":()=>Promise.resolve().then(()=>require("./chunks/toolbox-CMqs_--k.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/travel-round.svg":()=>Promise.resolve().then(()=>require("./chunks/travel-round-BiujieCZ.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/travel.svg":()=>Promise.resolve().then(()=>require("./chunks/travel-ChLQYLIG.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/two-closed.svg":()=>Promise.resolve().then(()=>require("./chunks/two-closed-DlBxEBnE.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/two-open.svg":()=>Promise.resolve().then(()=>require("./chunks/two-open-Bbo8I87I.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unbookmark-round.svg":()=>Promise.resolve().then(()=>require("./chunks/unbookmark-round-BL9W7FGw.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unbookmark.svg":()=>Promise.resolve().then(()=>require("./chunks/unbookmark--BPiIzOd.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unfavorite-round.svg":()=>Promise.resolve().then(()=>require("./chunks/unfavorite-round-7Mp1M6cn.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unfavorite.svg":()=>Promise.resolve().then(()=>require("./chunks/unfavorite-D1CZ6rNm.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unlock-round.svg":()=>Promise.resolve().then(()=>require("./chunks/unlock-round-B5SUTcIF.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/unlock.svg":()=>Promise.resolve().then(()=>require("./chunks/unlock-B6uUX3on.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/up-down-round.svg":()=>Promise.resolve().then(()=>require("./chunks/up-down-round-CXWT-Bjd.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/up-down.svg":()=>Promise.resolve().then(()=>require("./chunks/up-down-C0cTGTOk.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/up-round.svg":()=>Promise.resolve().then(()=>require("./chunks/up-round-C72i_EOp.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/up.svg":()=>Promise.resolve().then(()=>require("./chunks/up-BzZwgP29.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/update-round.svg":()=>Promise.resolve().then(()=>require("./chunks/update-round-EDIRwei5.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/update.svg":()=>Promise.resolve().then(()=>require("./chunks/update-C3jWEVfP.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/updating-round.svg":()=>Promise.resolve().then(()=>require("./chunks/updating-round-DglZR1cn.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/updating.svg":()=>Promise.resolve().then(()=>require("./chunks/updating-CwQitQse.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/upload-round.svg":()=>Promise.resolve().then(()=>require("./chunks/upload-round-vuECOXZm.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/upload.svg":()=>Promise.resolve().then(()=>require("./chunks/upload-Dazyp3HQ.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/user-round.svg":()=>Promise.resolve().then(()=>require("./chunks/user-round-C6SJ6kPU.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/user.svg":()=>Promise.resolve().then(()=>require("./chunks/user-DyRvCHgX.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/video-round.svg":()=>Promise.resolve().then(()=>require("./chunks/video-round-CPdZSsaJ.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/video.svg":()=>Promise.resolve().then(()=>require("./chunks/video-DIXqBGKl.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/warning-round.svg":()=>Promise.resolve().then(()=>require("./chunks/warning-round-hc3MPwcL.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/warning.svg":()=>Promise.resolve().then(()=>require("./chunks/warning-DLqCweAE.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/web-round.svg":()=>Promise.resolve().then(()=>require("./chunks/web-round-CMyDQ5ci.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/web.svg":()=>Promise.resolve().then(()=>require("./chunks/web-DwPQIVMK.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/wifi-round.svg":()=>Promise.resolve().then(()=>require("./chunks/wifi-round-B_pXSskx.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/wifi.svg":()=>Promise.resolve().then(()=>require("./chunks/wifi-CKmSx7HK.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/winter-round.svg":()=>Promise.resolve().then(()=>require("./chunks/winter-round-Wt-yM4Nr.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/winter.svg":()=>Promise.resolve().then(()=>require("./chunks/winter-DAKgyYKG.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/x-square.svg":()=>Promise.resolve().then(()=>require("./chunks/x-square-CLUMBypU.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/x.svg":()=>Promise.resolve().then(()=>require("./chunks/x-Djf8YfvZ.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/youtube-square.svg":()=>Promise.resolve().then(()=>require("./chunks/youtube-square-CUiSVmpT.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/youtube.svg":()=>Promise.resolve().then(()=>require("./chunks/youtube-D2wGxHRm.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/zero-closed.svg":()=>Promise.resolve().then(()=>require("./chunks/zero-closed-DS5FEmRK.js")),"../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/zero-open.svg":()=>Promise.resolve().then(()=>require("./chunks/zero-open-CAJ_UG58.js"))}),`../../node_modules/@cfpb/cfpb-design-system/src/components/cfpb-icons/icons/${e}.svg`,10);i&&t(()=>o.default)}catch{const o=await Promise.resolve().then(()=>require("./chunks/error-CWIHXQSd.js"));i&&t(()=>o.default)}})(),()=>{i=!1}},[e]),s},_s=["zero","one","two","three","four","five","six","seven","eight","nine"],ys={h1:"34px",h2:"26px",h3:"22px",h4:"18px",h5:"14px",p:"16px",sub:"12px"},xs=new Set(["email","facebook","flickr","github","linkedin","pinterest","x","youtube"]),Ps=new Set(_s),qs=(e,s)=>Ps.has(e)?s?"-closed":"-open":s?xs.has(e)?"-square":"-round":"",N=({name:e,alt:s,ariaLabel:t="",ariaLabelledby:i="",ariaDescribedby:r="",isPresentational:o=!1,withBg:c=!1,size:l="inherit",...d})=>{const p=qs(e,c),a=`${e}${p}`,f=vs(a);if(!f)return null;const b=x("cf-icon-svg",`cf-icon-svg--${a}`),h=ys[l]||l;return n.jsx(f,{className:b,style:{fontSize:h},role:o?void 0:"img","aria-label":t||(o?void 0:s??e),"aria-labelledby":i||void 0,"aria-describedby":r||void 0,"aria-hidden":o?"true":void 0,...d})};function K({children:e,className:s,isHorizontal:t,isLinks:i=!1,isOrdered:r,isSpaced:o,isUnstyled:c}){const l=["m-list"];return t&&l.push("m-list--horizontal"),i&&l.push("m-list--links"),o&&l.push("m-list--spaced"),c&&l.push("m-list--unstyled"),s&&l.push(s),r?n.jsx("ol",{className:x(l),children:e}):n.jsx("ul",{className:x(l),children:e})}var Qe=(e=>(e.info="--info",e.error="--error",e.success="--success",e.warning="--warning",e))(Qe||{});const Es={info:"information",error:"error",success:"approved",warning:"warning"},Ye=({status:e="info",message:s,isVisible:t=!0,...i})=>!t||!s?null:["error","success","warning","info"].includes(e)?n.jsxs("div",{className:`a-form-alert a-form-alert${Qe[e]}`,...i,children:[n.jsx(N,{ariaLabel:`${e} icon`,name:Es[e],withBg:!0}),n.jsx("span",{className:"a-form-alert__text",children:s})]}):n.jsxs("p",{children:["[Error] Unsupported field-level alert type provided: ",e]});function le({children:e,className:s,...t}){return n.jsx("li",{className:x("m-list__item",s),...t,children:e})}function ye({children:e,itemClassname:s="",className:t}){return n.jsx(n.Fragment,{children:e.map(i=>n.jsx(le,{className:t,children:q.cloneElement(i,{className:`${s} ${i.props?.className??""}`})},i.key))})}function se({asButton:e=!1,children:s,href:t,iconLeft:i,iconRight:r,isJump:o=!1,isRouterLink:c=!1,label:l,type:d="default",...p}){const f=!e&&(!!(i??r)||o),h=e||f?n.jsx(Ge,{children:l}):l,_=x(p.className,{"a-btn":e||d==="destructive","a-btn--link":d==="destructive","a-btn--warning":d==="destructive","a-link--jump":o,"a-link":f});if(c){if(!t)throw new Error("Link component: href is a required attribute when isRouterLink is true");return n.jsx(us.Link,{to:t,...p,className:_,children:l})}return n.jsxs("a",{...p,className:_,href:t,children:[s,!!i&&n.jsx(N,{name:i,isPresentational:!0}),h,!!r&&n.jsx(N,{name:r,isPresentational:!0})]})}const Ge=({children:e,...s})=>n.jsx("span",{className:"a-link__text",...s,children:e}),Ze=e=>n.jsx(le,{children:n.jsx(se,{...e,isJump:!0})}),js=({href:e,label:s,isExternal:t})=>n.jsx(Ze,{href:e,label:s,iconRight:t?"external-link":void 0}),Ss={error:{name:"error",withBg:!0},info:{name:"information",withBg:!0},loading:{name:"updating",withBg:!1},success:{name:"approved",withBg:!0},warning:{name:"warning",withBg:!0}},ws=({children:e,className:s,links:t,message:i,status:r="info",isVisible:o=!0,isFieldLevel:c=!1,showIcon:l=!0,...d})=>{if(!o)return null;if(c)return n.jsx(Ye,{status:r,message:i,isVisible:o,...d});const p=x("m-notification","m-notification--visible",{"m-notification--success":r==="success","m-notification--warning":r==="warning","m-notification--error":r==="error","m-notification--info":r==="info"},s);return n.jsxs("div",{className:p,...d,children:[l?n.jsx(N,{ariaLabel:`${r} icon`,...Ss[r]}):null,n.jsxs("div",{className:"m-notification__content",children:[i?n.jsx("div",{className:"m-notification__message",children:i}):null,e?n.jsx("div",{className:`${i?"m-notification__explanation":""}`,children:e}):null,t&&t.length>0?n.jsx(K,{isLinks:!0,children:t.map(a=>q.createElement(js,{...a,key:a.href}))}):null]})]})},Ke=({isLarge:e=!1,children:s})=>{const t=["a-tagline"];return e&&t.push("a-tagline--large"),n.jsxs("div",{className:x(t),children:[n.jsx("span",{className:"u-usa-flag"}),n.jsx("div",{className:"a-tagline__text",children:s})]})},Ls=({phoneNumber:e})=>{if(/\d-\d{3}-\d{3}-\d{4}/.test(e)){const[,s,...t]=e.split("-");return n.jsxs("a",{href:`tel:+${e}`,children:["(",s,") ",t.join("-")]})}return n.jsx("a",{href:`tel:+${e}`,children:e})},ze=({isHorizontal:e=!0,tagline:s=n.jsxs(n.Fragment,{children:["An official website of the"," ",n.jsx("span",{className:"u-nowrap",children:"United States government"})]}),phoneNumber:t,links:i=[],className:r,...o})=>{const c=["m-global-eyebrow"],l=["wrapper"],d=["m-list"];let p=null;return e?(c.push("m-global-eyebrow--horizontal"),l.push("wrapper--match-content"),d.push("m-list--horizontal m-global-eyebrow__languages"),p=n.jsx(Ke,{children:s})):c.push("m-global-eyebrow--list"),r&&c.push(r),n.jsx("div",{className:x(c),...o,children:n.jsxs("div",{className:x(l),children:[p,n.jsxs("div",{className:"m-global-eyebrow__actions",children:[i.length>0&&n.jsx("ul",{className:x(d),children:i.map(a=>n.jsx("li",{className:"m-list__item",children:a},a.key))}),t?n.jsx("span",{className:"m-global-eyebrow__phone",children:n.jsx(Ls,{phoneNumber:t})}):null]})]})})},Ns={en:{label:"English",code:"en",href:"/en/"},es:{label:"Español",code:"es",href:"/es/"},zh:{label:"中文",code:"zh"},vi:{label:"Tiếng Việt",code:"vi"},ko:{label:"한국어",code:"ko"},tl:{label:"Tagalog",code:"tl"},ru:{label:"Pусский",code:"ru"},ar:{label:"العربية",code:"ar"},ht:{label:"Kreyòl Ayisyen",code:"ht"}},ks=({code:e,href:s,label:t,languageMap:i=Ns,...r})=>{const o=i[e];let c=e,l=e,d=t,p=s;return o&&(c=o.code,l=o.code,d=t??o.label,p=o.href||s),n.jsx("a",{href:p??`/language/${c}/`,hrefLang:c,lang:l,...r,children:d})},As=({crumbs:e,ariaLabel:s="Breadcrumbs",className:t,...i})=>e.length===0?null:n.jsx("div",{className:x("u-layout-grid__breadcrumbs",t),...i,children:n.jsx("nav",{className:"m-breadcrumbs","aria-label":s,children:e.map(r=>n.jsxs(q.Fragment,{children:[" / ",r.isCurrent?n.jsx("span",{className:"m-breadcrumbs__crumb","aria-current":"page",children:` ${r.label} `}):n.jsx("a",{className:"m-breadcrumbs__crumb",href:r.href,children:` ${r.label} `})]},`${r.href}-${r.label}`))})}),Cs=["a-btn"],Ts={primary:[],secondary:["a-btn--secondary"],warning:["a-btn--warning"]},Is={default:[],full:["a-btn--full-on-xs"]},ne=q.forwardRef(({appearance:e="primary",asLink:s=!1,size:t="default",label:i,className:r,iconLeft:o,iconRight:c,...l},d)=>{const p=[...Cs,...Ts[e],...Is[t]];return s&&p.push("a-btn--link"),r&&p.push(r),l.disabled&&p.push("a-btn--disabled"),n.jsxs("button",{ref:d,type:"button",className:[...p].join(" "),...l,children:[!!o&&n.jsx(N,{name:o,isPresentational:!0}),o||c?n.jsx("span",{children:i}):i,!!c&&n.jsx(N,{name:c,isPresentational:!0})]})});ne.displayName="Button";const Bs=({className:e,children:s,...t})=>s?n.jsx("div",{className:`m-btn-group ${e??""}`,...t,children:s}):null,Xe=({children:e,className:s,...t})=>{if(!e)return null;const i=["a-label__helper",s];return n.jsxs("small",{className:x(i),...t,children:["(",e,")"]})},Os=["a-label"],Ce=({children:e,inline:s=!1,htmlFor:t,className:i,...r})=>{const c=[...[...Os,s?"":"a-label--heading"],i];return e?n.jsx("label",{...r,className:x(c),htmlFor:t,children:e}):null},Hs=["m-form-field m-form-field--checkbox"],Ms={success:"m-form-field--checkbox-success",warning:"m-form-field--checkbox-warning",error:"m-form-field--checkbox-error"},Ds=({id:e,label:s,className:t,inputClassName:i,labelClassName:r="",checked:o=!1,helperText:c,inputRef:l,disabled:d=!1,isLarge:p=!1,labelInline:a=!0,name:f,onChange:b,status:h,..._})=>{const v=q.useCallback(S=>{b?.(S)},[b]),j=[...Hs,p?"m-form-field--lg-target":"",h?Ms[h]:"",t];return n.jsxs("div",{className:x(j),children:[n.jsx("input",{id:e,type:"checkbox",checked:o,"aria-checked":o,"aria-labelledby":`${e}-label`,name:f??e,ref:l,disabled:d,onChange:v,..._,className:x(["a-checkbox",i])}),n.jsxs(Ce,{id:`${e}-label`,className:r,htmlFor:e,inline:a,children:[s,n.jsx(Xe,{children:c})]})]})},Rs=({className:e="",...s})=>n.jsx("div",{className:`content__line ${e}`,...s}),Oe={bpXS:{min:0,max:600},bpSM:{min:601,max:900},bpMED:{min:901,max:1020},bpLG:{min:1021,max:1200},bpXL:{min:1201}};function ue(){let e=getComputedStyle(document.body).fontSize;return e=e===""?-1:e,parseFloat(e)}function Fs(e,s){let t=e.min,i=e.max;ue()>0&&ue()!==16&&(t=t/16*ue(),i=i/16*ue());const o=t||0,c=i||Number.POSITIVE_INFINITY;return o<=s&&s<=c}function Ws(e){const s={};e=e||window.innerWidth;let t;for(t in Oe)s[t]=Fs(Oe[t],e);return s}const Us="mobile",Vs="tablet",$s="desktop";function Qs(e){let s=!1;return(Ws().bpXS||e===Vs||e===$s)&&(s=!0),s}const Y="data-js-hook",Ys="behavior_",Gs="state_";function te(){const e={};function s(r,o){return{}.hasOwnProperty.call(e,r)?e[r].push(o):e[r]=[o],this}function t(r,o){if(!{}.hasOwnProperty.call(e,r))return this;const c=e[r].indexOf(o);return c!==-1&&e[r].splice(c,1),this}function i(r,o){if(!{}.hasOwnProperty.call(e,r))return this;o=o||{};const c=e[r];for(let l=0,d=c.length;l<d;l++)c[l].call(this,o);return this}return this.addEventListener=s,this.removeEventListener=t,this.dispatchEvent=i,this.getRegisteredEvents=()=>e,this}function xe(e,s){if(!e)return!1;let t=e.getAttribute(Y);return t?(t=t.split(" "),t.indexOf(s)>-1):!1}function R(e,s){if(xe(e,s))return s;if(s.indexOf(" ")!==-1){const i=Y+" values cannot contain spaces!";throw new Error(i)}const t=e.getAttribute(Y);return t!==null&&(s=t+" "+s),e.setAttribute(Y,s),s}const Ae=Gs+"atomic_init";function Zs(e,s){if(!e||!e.classList){const t=e+' is not valid. Check that element is a DOM node with class "'+s+'"';throw new Error(t)}return e}function Ks(e,s){const t=e.classList.contains(s)?e:e.querySelector("."+s);if(!t){const i=s+" not found on or in passed DOM node.";throw new Error(i)}return t}function de(e,s){return Zs(e,s),Ks(e,s)}function oe(e){return xe(e,Ae)?!1:(R(e,Ae),!0)}function ae(e,s,t,i={}){const o=(t||document).querySelectorAll(e),c=[];let l,d;for(let p=0,a=o.length;p<a;p++)d=o[p],xe(d,Ae)===!1&&(l=new s(d),l.init(i),c.push(l));return c}function He(e,s){let t;if(xe(e,s))return t=e,t;if(e){const i="["+Y+"="+s+"]";t=e.querySelector(i)}if(!t){const i=s+" behavior not found on passed DOM node!";throw new Error(i)}return t}function zs(){return!!new RegExp(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i).test(navigator.userAgent)}function A(e,s,t){const i=s;let r=e;if(!t)throw new Error("Child transition argument must be defined!");const o=t;let c,l,d,p=!1,a=!1,f=!1;if(typeof i.CSS_PROPERTY>"u"||typeof i.BASE_CLASS>"u")throw new Error("Transitions require CSS_PROPERTY and BASE_CLASS to be passed into BaseTransition.");function b(){l&&p?(r.addEventListener(l,d),o.dispatchEvent(A.BEGIN_EVENT,{target:o,type:A.BEGIN_EVENT}),r.classList.add(A.ANIMATING_CLASS),a=!0):(o.dispatchEvent(A.BEGIN_EVENT,{target:o,type:A.BEGIN_EVENT}),d())}function h(){r.removeEventListener(l,d)}function _(E){return E&&E.propertyName!==i.CSS_PROPERTY?!1:(h(),r.classList.remove(A.ANIMATING_CLASS),o.dispatchEvent(A.END_EVENT,{target:o,type:A.END_EVENT}),a=!1,!0)}function v(){let E;for(E in i)({}).hasOwnProperty.call(i,E)&&i[E]!==i.BASE_CLASS&&r.classList.contains(i[E])&&r.classList.remove(i[E])}function j(){a&&(r.style.webkitTransitionDuration="0",r.style.mozTransitionDuration="0",r.style.oTransitionDuration="0",r.style.transitionDuration="0",r.removeEventListener(l,d),d(),r.style.webkitTransitionDuration="",r.style.mozTransitionDuration="",r.style.oTransitionDuration="",r.style.transitionDuration="")}function S(){j(),v(),r.classList.remove(i.BASE_CLASS)}function w(){r.classList.remove(A.NO_ANIMATION_CLASS),p=!0}function T(){r.classList.add(A.NO_ANIMATION_CLASS),p=!1}function B(E){if(!E){const z="Element does not have TransitionEnd event. It may be null!";throw new Error(z)}let I;const O={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};let F;for(F in O)if({}.hasOwnProperty.call(O,F)&&typeof E.style[F]<"u"){I=O[F];break}return I}function P(E){S(),w(),r=E,r.classList.add(i.BASE_CLASS),l=B(r)}function L(E){if(p=!r.classList.contains(A.NO_ANIMATION_CLASS),d=_.bind(this),P(r),!E)throw new Error("Transition needs to be passed an initial CSS class on initialization!");return r.classList.add(E),this}function C(E){return f||(v(),f=!0),r.classList.contains(E)?!1:(h(),r.classList.remove(c),c=E,b(),r.classList.add(c),!0)}return this.animateOff=T,this.animateOn=w,this.applyClass=C,this.halt=j,this.init=L,this.isAnimated=()=>p,this.remove=S,this.setElement=P,this}A.BEGIN_EVENT="transitionbegin";A.END_EVENT="transitionend";A.NO_ANIMATION_CLASS="u-no-animation";A.ANIMATING_CLASS="u-is-animating";const ie=Ys+"flyout-menu",Xs="["+Y+"="+ie;function Pe(e,s=!0){const t=He(e,ie),i=w(e),r=He(e,ie+"_content");let o=0;const c=0,l=1,d=2,p=3;let a,f,b;const h=z.bind(this),_=F.bind(this);let v,j=!0,S=!1;function w(m){const u=[],g=m.querySelectorAll(`${Xs}_trigger]`);let y,k,W;for(let M=g.length>>>0;M--;){for(W=!1,y=g[M],k=y.parentElement;k!==m;)k.getAttribute(Y)&&k.getAttribute(Y).split(" ").indexOf(ie)!==-1?(W=!0,k=m):k=k.parentElement;W||u.unshift(g[M])}return u}function T(m=!1){return o=m?p:c,i.forEach(u=>{B("expanded",u,m),u.addEventListener("click",E.bind(this)),u.addEventListener("touchstart",P,{passive:!0}),u.addEventListener("mouseover",L.bind(this)),u.addEventListener("mouseout",C.bind(this))}),r.setAttribute("data-open",m?"true":"false"),s&&!m&&r.setAttribute("hidden",""),me(),this}function B(m,u,g){const y=String(g);return u.setAttribute("aria-"+m,y),y}function P(){S=!0}function L(m){j||(S||this.dispatchEvent("triggerover",{target:this,trigger:m.target,type:"triggerover"}),S=!1)}function C(m){j||this.dispatchEvent("triggerout",{target:this,trigger:m.target,type:"triggerout"})}function E(m){if(!j)switch(this.dispatchEvent("triggerclick",{target:this,trigger:m.target,type:"triggerclick"}),m.preventDefault(),o){case c:case l:this.expand();break;case d:case p:this.collapse();break}}function I(){if(a?.halt(),o===d||o===p)return this;if(o=d,s&&r.removeAttribute("hidden"),this.dispatchEvent("expandbegin",{target:this,type:"expandbegin"}),!f||!b)return _(),this;const m=a?.isAnimated();return m&&a.addEventListener(A.END_EVENT,_),f(),m||_(),this}function O(){if(a?.halt(),o===l||o===c)return this;for(let u=0,g=i.length;u<g;u++)B("expanded",i[u],!1);if(r.setAttribute("data-open","false"),o=l,this.dispatchEvent("collapsebegin",{target:this,type:"collapsebegin"}),!b||!f)return h(),this;const m=a?.isAnimated();return m&&a.addEventListener(A.END_EVENT,h),b(),m||h(),this}function F(){o=p,r.setAttribute("data-open","true"),a&&a.removeEventListener(A.END_EVENT,_),this.dispatchEvent("expandend",{target:this,type:"expandend"});for(let m=0,u=i.length;m<u;m++)B("expanded",i[m],!0)}function z(){o=c,s&&r.setAttribute("hidden",""),a&&a.removeEventListener(A.END_EVENT,h),this.dispatchEvent("collapseend",{target:this,type:"collapseend"})}function pe(m,u,g){a=m,u&&u!==b&&(b=u),g&&g!==f&&(f=g)}function Ee(){a&&a.remove();let m;a=m,f=m,b=m}function je(){return{container:t,content:r,trigger:i}}function me(){return j&&(j=!1),!j}function Se(){return j||(j=!0),j}function we(m){return v=m,this}const G=new te;return this.addEventListener=G.addEventListener,this.removeEventListener=G.removeEventListener,this.dispatchEvent=G.dispatchEvent,this.init=T,this.expand=I,this.collapse=O,this.setTransition=pe,this.clearTransition=Ee,this.getData=()=>v,this.getTransition=()=>a,this.getDom=je,this.isAnimating=()=>o===d||o===l,this.isExpanded=()=>o===p,this.resume=me,this.setData=we,this.suspend=Se,Pe.BASE_CLASS=ie,this}const Me="transitiondir",X={CSS_PROPERTY:"max-height",BASE_CLASS:"u-max-height-transition",MH_DEFAULT:"u-max-height-default",MH_SUMMARY:"u-max-height-summary",MH_DYNAMIC:"u-max-height-dynamic",MH_ZERO:"u-max-height-zero"};function U(e){const s=this,t=new te,i=new A(e,X,this);let r=0;function o(){const v=e.scrollHeight+"px";e.style.maxHeight=v,e.style.bottom="auto",e.style.top="auto"}function c(){const _=e.getBoundingClientRect(),v=window.innerHeight-_.top,j=_.top,S=v<=140?"up":"down";return{rect:_,distanceToBottom:v,distanceToTop:j,dir:S}}function l(){window.removeEventListener("load",l),o()}function d(_){return i.init(_),window.addEventListener("load",l),window.addEventListener("resize",()=>{o()}),this}function p(){return o(),i.applyClass(X.MH_DEFAULT),(!r||e.scrollHeight>r)&&(r=e.scrollHeight),this}function a(){return o(),i.applyClass(X.MH_SUMMARY),r=e.scrollHeight,this}function f(){o(),e.style.top="100%";const _=c();let v=30;const j=2;let S=e.scrollHeight+v<_.distanceToBottom?`${e.scrollHeight+j}px`:`${_.distanceToBottom-v}px`;if(_.dir==="up"){const w=e.parentElement.offsetHeight;v+=w,e.style.bottom=`${w-j}px`,S=e.scrollHeight+v<_.distanceToTop?`${e.scrollHeight+j}px`:`${_.distanceToTop-v}px`,e.style.top="unset"}return e.style.maxHeight=S,i.applyClass(X.MH_DYNAMIC),s.dispatchEvent(Me,{target:s,type:Me,dir:_.dir}),r=e.scrollHeight,this}function b(){return i.applyClass(X.MH_ZERO),r=e.scrollHeight,this}function h(){return e.style.maxHeight="",i.remove()}return this.addEventListener=t.addEventListener,this.dispatchEvent=t.dispatchEvent,this.removeEventListener=t.removeEventListener,this.animateOff=i.animateOff,this.animateOn=i.animateOn,this.halt=i.halt,this.isAnimated=i.isAnimated,this.setElement=i.setElement,this.refresh=o,this.remove=h,this.init=d,this.maxHeightDefault=p,this.maxHeightSummary=a,this.maxHeightZero=b,this.maxHeightDynamic=f,this}U.CLASSES=X;const J="o-expandable";function Z(e){const s=de(e,J);let t,i,r,o,c;function l(){if(!oe(s))return this;t=s.querySelector(`.${J}__header`),i=s.querySelector(`.${J}__content`),r=s.querySelector(`.${J}__label`);const a=s.classList.contains(`${J}--onload-open`);R(s,"behavior_flyout-menu"),R(t,"behavior_flyout-menu_trigger"),R(i,"behavior_flyout-menu_content");const f=a?U.CLASSES.MH_DEFAULT:U.CLASSES.MH_ZERO;return o=new U(i).init(f),a||i.classList.add("u-hidden"),c=new Pe(s),c.setTransition(o,o.maxHeightZero,o.maxHeightDefault),c.init(a),c.addEventListener("expandbegin",()=>{i.classList.remove("u-hidden"),this.dispatchEvent("expandbegin",{target:this})}),c.addEventListener("collapseend",()=>{i.classList.add("u-hidden")}),this}function d(){return r.textContent.trim()}this.init=l,this.expand=()=>c.expand(),this.collapse=()=>c.collapse(),this.isExpanded=()=>c.isExpanded(),this.refresh=()=>c.getTransition().refresh(),this.getLabelText=d;const p=new te;return this.addEventListener=p.addEventListener,this.removeEventListener=p.removeEventListener,this.dispatchEvent=p.dispatchEvent,this}Z.BASE_CLASS=J;Z.init=e=>ae(`.${Z.BASE_CLASS}`,Z,e);const be="o-expandable-group";function ge(e){const s=de(e,be),t=s.classList.contains(`${be}--accordion`);let i,r;function o(l){const d=l.target;r&&r!==d&&r.collapse(),r=d}function c(l){return oe(s)?(t&&(i=l,i.forEach(d=>{d.addEventListener("expandbegin",o)})),this):this}return this.init=c,this}ge.BASE_CLASS=be;ge.init=e=>{(e||document).querySelectorAll(`.${be}`).forEach(i=>{const r=ae(`.${Z.BASE_CLASS}`,Z,i);new ge(i).init(r)})};const ee="o-summary";function he(e){const s=de(e,ee),t=s.classList.contains(`${ee}--mobile`),i=s.querySelector(`.${ee}__content`),r=s.querySelector(`.${ee}__btn`);let o,c,l;function d(){return oe(s)?(window.addEventListener("load",p),this):this}function p(){window.removeEventListener("load",p),l=!h(),R(s,"behavior_flyout-menu"),R(i,"behavior_flyout-menu_content"),R(r,"behavior_flyout-menu_trigger"),c=new Pe(s,!1),o=new U(i),o.init(l?U.CLASSES.MH_SUMMARY:U.CLASSES.MH_DEFAULT),c.setTransition(o,o.maxHeightSummary,o.maxHeightDefault),c.addEventListener("triggerclick",_),c.init(),b(),window.addEventListener("resize",b),"onorientationchange"in window&&window.addEventListener("orientationchange",b),s.addEventListener("focusin",a),i.addEventListener("click",f)}function a(P){!l&&P.target!==r&&(r.click(),s.removeEventListener("focusin",a))}function f(P){P.target.tagName!=="A"&&c.isExpanded()&&o.refresh()}function b(){h()?T():w()}function h(){return t&&!Qs(Us)||i.scrollHeight<=88}function _(){c.addEventListener("expandend",v)}function v(){S(),window.removeEventListener("resize",b),window.removeEventListener("orientationchange",b),c.removeEventListener("expandend",v),c.suspend(),o.remove()}function j(){r.classList.remove("u-hidden")}function S(){r.classList.add("u-hidden")}function w(){return l&&(c.collapse(),o.animateOn(),j(),l=!1),!l}function T(){return l||(o.animateOff(),c.expand(),S(),l=!0),l}const B=new te;return this.addEventListener=B.addEventListener,this.removeEventListener=B.removeEventListener,this.dispatchEvent=B.dispatchEvent,this.init=d,this}he.BASE_CLASS=ee;he.init=e=>ae(`.${ee}`,he,e);const re="o-summary-minimal";function ve(e){const s=de(e,re),t=s.querySelector(`.${re}__content`),i=s.querySelector(`.${re}__btn`);let r,o;function c(){return oe(s)?(R(s,"behavior_flyout-menu"),R(t,"behavior_flyout-menu_content"),R(i,"behavior_flyout-menu_trigger"),window.addEventListener("load",l),this):this}function l(){window.removeEventListener("load",l),o=new Pe(s,!1),r=new U(t),r.init(U.CLASSES.MH_SUMMARY),o.setTransition(r,r.maxHeightSummary,r.maxHeightDefault),o.init(),s.addEventListener("focusin",d),t.addEventListener("click",p),o.collapse(),r.animateOn()}function d(f){f.target!==i&&(i.click(),s.removeEventListener("focusin",d))}function p(f){f.target.tagName!=="A"&&o.isExpanded()&&r.refresh()}const a=new te;return this.addEventListener=a.addEventListener,this.removeEventListener=a.removeEventListener,this.dispatchEvent=a.dispatchEvent,this.init=c,this}ve.BASE_CLASS=re;ve.init=e=>ae(`.${re}`,ve,e);const Js=({header:e,children:s,icon:t="",inAccordion:i=!1,isPadded:r=!1,openOnLoad:o=!1,className:c="",...l})=>{q.useEffect(()=>{i||Z.init()},[i]);const d=["o-expandable",c];return i||d.push("o-expandable--background","o-expandable--border"),r&&d.push("o-expandable--padded"),o&&d.push("o-expandable--onload-open"),n.jsxs("div",{className:x(d),...l,children:[n.jsxs("button",{type:"button",className:"o-expandable__header",title:e,children:[t?n.jsx("span",{className:"o-expandable__icon",children:n.jsx(N,{name:t})}):null,n.jsx("h3",{className:"o-expandable__label",children:e}),n.jsxs("span",{className:"o-expandable__cues",children:[n.jsx("span",{className:"o-expandable__cue-open","aria-label":"Show",children:n.jsx(N,{name:"plus-round",isPresentational:!0})}),n.jsx("span",{className:"o-expandable__cue-close","aria-label":"Hide",children:n.jsx(N,{name:"minus-round",isPresentational:!0})})]})]}),n.jsx("div",{className:"o-expandable__content",children:s})]})},en=({groupId:e,accordion:s=!1,children:t,className:i="",...r})=>{const o=["o-expandable-group",i];s&&o.push("o-expandable-group--accordion"),q.useEffect(()=>{ge.init()},[s]);const c=q.Children.map(t,l=>q.isValidElement(l)?q.cloneElement(l,{inAccordion:!0,openOnLoad:l.props.openOnLoad??!1}):l);return n.jsx("div",{id:e,className:x(o),...r,children:c})},sn=()=>n.jsxs("a",{className:"a-btn a-btn--secondary o-footer__top-button","data-gtm_ignore":"true","data-js-hook":"behavior_return-to-top",href:"#",children:["Back to top",n.jsx(N,{name:"arrow-up",isPresentational:!0})]}),nn=()=>n.jsx("div",{className:"o-footer__post",children:n.jsxs("div",{className:"a-tagline a-tagline--large","aria-label":"Official website of the United States government",children:[n.jsx("span",{className:"u-usa-flag"}),n.jsxs("div",{className:"a-tagline__text",children:["An official website of the ",n.jsx("span",{className:"u-nowrap",children:"United States government"})]})]})}),Te=e=>e.length===0,on=({children:e})=>Te(e)?null:n.jsx(K,{className:"o-footer__nav-list m-list--links m-list--horizontal",children:n.jsx(ye,{itemClassname:"m-list__link",children:e})}),tn=({children:e})=>Te(e)?null:n.jsx("div",{className:"block block--flush-top block--flush-bottom block--padded-top",children:n.jsx("div",{className:"m-social-media m-social-media--follow",children:n.jsx(K,{className:"m-social-media__icons",isUnstyled:!0,isHorizontal:!0,children:n.jsx(ye,{itemClassname:"m-social-media__icon",children:e})})})}),Ne=({children:e})=>Te(e)?null:n.jsx("div",{className:"o-footer__col",children:n.jsx(K,{className:"o-footer__list",children:n.jsx(ye,{itemClassname:"m-list__link",children:e})})});function Je({navLinks:e=[],socialLinks:s=[],linksCol1:t=[],linksCol2:i=[],linksCol3:r=[],className:o,...c}){const l=["o-footer",o];return n.jsx("footer",{className:x(l),"data-js-hook":"state_atomic_init",...c,children:n.jsxs("div",{className:"wrapper wrapper--match-content",children:[n.jsxs("div",{className:"o-footer__pre",children:[n.jsx(sn,{}),n.jsx(on,{children:e}),n.jsx(tn,{children:s})]}),n.jsxs("div",{className:"o-footer__middle-left",children:[n.jsx(Ne,{children:t}),n.jsx(Ne,{children:i})]}),n.jsx("div",{className:"o-footer__middle-right",children:n.jsx(Ne,{children:r})}),n.jsx(nn,{})]})})}const rn=({cfLink:e="https://www.consumerfinance.gov",className:s,...t})=>{const i=[n.jsx("a",{href:`${e}/about-us/`,children:"About Us"},"about"),n.jsx("a",{href:`${e}/about-us/contact-us/`,children:"Contact Us"},"contact"),n.jsx("a",{href:`${e}/about-us/careers/`,children:"Careers"},"careers"),n.jsx("a",{href:`${e}/about-us/events/`,children:"Events"},"events"),n.jsx("a",{href:`${e}/enforcement/information-industry-whistleblowers/`,children:"Industry Whistleblowers"},"whistle"),n.jsx("a",{href:`${e}/cfpb-ombudsman/`,children:"CFPB Ombudsman"},"ombudsman")],r="https://www.facebook.com/CFPB",o="https://www.linkedin.com/company/consumer-financial-protection-bureau",c="https://twitter.com/CFPB",l="https://www.youtube.com/user/cfpbvideo",d="https://www.flickr.com/photos/cfpbphotos",p=[n.jsx("a",{"aria-label":"Visit us on Facebook","data-pretty-href":r,href:r,children:n.jsx(N,{name:"facebook",isPresentational:!0,withBg:!0})},"facebook"),n.jsx("a",{"aria-label":"Visit us on Twitter","data-pretty-href":c,href:c,children:n.jsx(N,{name:"x",isPresentational:!0,withBg:!0})},"twitter"),n.jsx("a",{"aria-label":"Visit us on LinkedIn","data-pretty-href":o,href:o,children:n.jsx(N,{name:"linkedin",isPresentational:!0,withBg:!0})},"linkedin"),n.jsx("a",{"aria-label":"Visit us on YouTube","data-pretty-href":l,href:l,children:n.jsx(N,{name:"youtube",alt:"Visit us on YouTube",isPresentational:!0,withBg:!0})},"youtube"),n.jsx("a",{"aria-label":"Visit us on Flickr","data-pretty-href":d,href:d,children:n.jsx(N,{name:"flickr",alt:"Visit us on Flickr",isPresentational:!0,withBg:!0})},"flickr")],a=[n.jsx("a",{href:`${e}/foia-requests/`,children:"FOIA"},"foia"),n.jsx("a",{href:`${e}/privacy/`,children:"Privacy"},"privacy"),n.jsx("a",{href:`${e}/privacy/website-privacy-policy/`,children:"Website Privacy Policy & Legal Notices"},"privacy-policy"),n.jsx("a",{href:`${e}/data/`,children:"Data"},"data"),n.jsx("a",{href:`${e}/open-government/`,children:"Open Government"},"open-government"),n.jsx("a",{href:`${e}/open-government/information-quality-guidelines/`,children:"Information Quality Guidelines"},"info-quality")],f=[n.jsx("a",{href:`${e}/about-us/diversity-and-inclusion/`,children:"Diversity & Inclusion"},"dei"),n.jsx("a",{href:`${e}/administrative-adjudication-proceedings/`,children:"Administrative Adjudication"},"adjudication"),n.jsx("a",{href:`${e}/plain-writing/`,children:"Plain Writing"},"writing"),n.jsx("a",{href:`${e}/accessibility/`,children:"Accessibility"},"accessibility"),n.jsx("a",{href:`${e}/office-civil-rights/`,children:"Office of Civil Rights"},"civ-rights"),n.jsx("a",{href:`${e}/office-civil-rights/no-fear-act-cummings-act/`,children:"No FEAR Act & Cummings Act"},"no-fear"),n.jsx("a",{href:`${e}/tribal/`,children:"Tribal"},"tribal")],b=[n.jsxs("a",{className:"a-link a-link--icon",href:"https://usa.gov/",children:[n.jsx("span",{className:"a-link__text",children:"USA.gov"})," ",n.jsx(N,{ariaLabel:"External link",name:"external-link",alt:"External link"})]},"usa-gov"),n.jsxs("a",{className:"a-link a-link--icon",href:"https://oig.federalreserve.gov/",children:[n.jsx("span",{className:"a-link__text",children:"Office of Inspector General"})," ",n.jsx(N,{ariaLabel:"External link",name:"external-link",alt:"External link"})]},"inspector")];return n.jsx(Je,{...t,className:s,navLinks:i,socialLinks:p,linksCol1:a,linksCol2:f,linksCol3:b})};var Ie=(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))(Ie||{});function cn({width:e=1,children:s,className:t="",...i}){const r=["col",`col-${e}`,t];return n.jsx("div",{className:x(r),role:"gridcell",...i,children:s})}function ln({children:e,className:s,...t}){const i=["row",s];return n.jsx("div",{className:x(i),role:"row",...t,children:e})}function dn({children:e,width:s=Ie.Full,demo:t,center:i,className:r,...o}){const c=[`grid cols-${s}`,r];return t&&c.push("demo"),i&&c.push("centered"),n.jsx("div",{className:x(c),role:"grid",...o,children:e})}const an={Column:cn,Row:ln,Width:Ie,Wrapper:dn},ce=({type:e="1",children:s,className:t,...i})=>{let r;const o=[t];return e==="slug"?(o.push("m-slug-header"),n.jsx("header",{className:x(o),...i,children:n.jsx("h2",{className:"m-slug-header_heading",children:s})})):(e==="display"?(r="h1",o.push("superheading")):e==="eyebrow"?(r="div",o.push("h5 eyebrow")):r=`h${e}`,n.jsx(r,{...i,className:x(o),children:s}))},pn=({image:e,altText:s})=>e?n.jsx("div",{className:"m-hero__image-wrapper",children:n.jsx("img",{src:e,alt:s,className:"m-hero__image"})}):null,mn=(e,s)=>{const t=q.useRef(null);return q.useEffect(()=>{if(!s||!e||!t.current){t.current?.setAttribute("style","");return}t.current.setAttribute("style",`background-image: url(${e});
|
|
7
2
|
background-image: -webkit-image-set(
|
|
8
3
|
url(${e}) 1x,
|
|
9
4
|
url(${e}) 2x
|
|
@@ -11,4 +6,4 @@ React keys must be passed directly to JSX without using spread:
|
|
|
11
6
|
background-image: image-set(
|
|
12
7
|
url(${e}) 1x,
|
|
13
8
|
url(${e}) 2x
|
|
14
|
-
);`)},[t,e,n]),t};function Sn({backgroundColor:e,heading:n,headingLevel:t="h1",image:r,imageAltText:i="hero image",imageIsPhoto:o,is5050:l,isJumbo:a,isKnockout:d,subheading:p,subheadingLevel:u="p",textColor:b,className:h,...v}){const y=jn(r,o??a??l),j={backgroundColor:e},w={color:b},N=["m-hero",h];a&&N.push("m-hero--jumbo"),l&&N.push("m-hero--50-50"),d&&N.push("m-hero--knockout"),o&&N.push("m-hero--overlay");const O={h1:"1",h2:"2",h3:"3",h4:"4",h5:"5",display:"display",eyebrow:"eyebrow",slug:"slug"};return s.jsx("div",{className:E(N),style:j,...v,children:s.jsxs("div",{className:"m-hero__wrapper",ref:y,children:[s.jsxs("div",{className:"m-hero__text",style:w,children:[s.jsx(he,{className:"m-hero__heading",type:O[t],children:n}),u==="p"?s.jsx("p",{className:"m-hero__subhead",children:p}):s.jsx(he,{className:"m-hero__subhead",type:O[u],children:p})]}),s.jsx(qn,{image:r,altText:i})]})})}const wn=({children:e,flushBottom:n,flushTopOnSmall:t,flushAllOnSmall:r,...i})=>{const o=["content__main"];return n&&o.push("content--flush-bottom"),t&&o.push("content--flush-top-on-small"),r&&o.push("content--flush-all-on-small"),s.jsx("div",{className:E(o),...i,children:e})},Nn=({children:e,classes:n="",id:t="main",layout:r="2-1"})=>{const i=["content",`content--${r}`,n];return s.jsx("main",{id:t,className:E(i),role:"main",children:e})},Ln=({children:e,flushBottom:n,flushTopOnSmall:t,flushAllOnSmall:r,...i})=>{const o=["sidebar","content__sidebar","o-sidebar-content"];return n&&o.push("content--flush-bottom"),t&&o.push("content--flush-top-on-small"),r&&o.push("content--flush-all-on-small"),s.jsx("aside",{className:E(o),...i,children:e})},kn=({children:e,...n})=>s.jsx("div",{className:"wrapper",...n,children:e}),An={Content:wn,Main:Nn,Sidebar:Ln,Wrapper:kn},ls="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";function Tn({href:e="https://www.consumerfinance.gov"}){return s.jsx(Y,{href:e,title:"Home","aria-label":"Home",className:"o-header__logo",children:s.jsx("img",{className:"o-header__logo-img",src:ls,alt:"CFPB Logo"})})}const Cn=({elements:e})=>e?.length?s.jsx("div",{className:"links",children:e}):null;function as({links:e,href:n}){return s.jsx("div",{className:"o-header__content",children:s.jsxs("div",{className:"navbar-static wrapper wrapper--match-content",children:[s.jsx(Tn,{href:n}),s.jsx("div",{className:"nav-items",children:s.jsx(Cn,{elements:e})})]})})}s.jsx(Y,{className:"nav-item",href:"/",children:"Home"},"home"),s.jsx(Y,{className:"nav-item active",href:"/filing",children:"Filing"},"filing"),s.jsx(Y,{className:"nav-item",href:"/profile",children:"John Sample"},"profile"),s.jsx(ne,{label:"LOG OUT",asLink:!0,onClick:""},"logout");function In({href:e="https://www.consumerfinance.gov"}){return s.jsx(Y,{href:e,title:"Home","aria-label":"Home",className:"o-header__logo",children:s.jsx("img",{className:"o-header__logo-img",src:ls,alt:"CFPB Logo"})})}const On=({elements:e,onLinkClick:n})=>e?.length?s.jsx("div",{className:"links",children:e.map((t,r)=>q.isValidElement(t)?q.cloneElement(t,{...t.props,key:t.key??r,onClick:i=>{t.props.onClick&&t.props.onClick(i),n()}}):t)}):null;function ds({links:e,href:n}){const[t,r]=q.useState(!1),i=()=>{r(!t)},o=()=>{r(!1)},l=q.useCallback(a=>{a.key==="Escape"&&r(!1)},[]);return e?.length?s.jsxs(s.Fragment,{children:[t?s.jsx("div",{className:"menu-overlay open",onClick:i,onKeyDown:l,tabIndex:0,role:"button","aria-label":"Close menu"}):null,s.jsx("header",{className:"o-header__content",children:s.jsxs("div",{className:"navbar wrapper wrapper--match-content",children:[s.jsxs("button",{className:"menu-toggle",onClick:i,"aria-expanded":t,"aria-controls":"nav-links",type:"button",children:[s.jsx(k,{name:t?"error":"menu"}),s.jsx("span",{className:"sr-only",children:t?"Close menu":"Open menu"})]}),s.jsx(In,{href:n}),s.jsx("nav",{className:`nav-items ${t?"open":""}`,id:"nav-links",children:s.jsx(On,{elements:e,onLinkClick:o})})]})})]}):s.jsx(as,{href:n})}s.jsx(Y,{href:"/",children:s.jsx("span",{className:"nav-item",children:"Home"})},"home"),s.jsx(Y,{className:"nav-item active",href:"/filing",children:"Filing"},"filing"),s.jsx(Y,{className:"nav-item profile",href:"/profile",children:s.jsx("span",{children:"John Sample"})},"profile"),s.jsx(ne,{label:"LOG OUT",asLink:!0,onClick:()=>{}},"logout");function Rn({links:e,user:n,href:t,withBottomBorder:r=!0}){const i=["o-header"];return r&&i.push("bottom-border"),s.jsxs("header",{className:E(i),children:[s.jsx(rs,{tagline:"An official website of the United States government"}),s.jsx(ds,{links:e,user:n,href:t})]})}const G=()=>null,Z=1,us=20,Bn=()=>s.jsx(ne,{asLink:!0,className:"m-pagination__btn-submit",id:"m-pagination__btn-submit-default",label:"Go",type:"submit"}),Dn=({tableId:e,page:n,pageCount:t,onChange:r})=>{const i=l=>{r(Number.parseInt(l.currentTarget.value,10))},o=`${e}-pagination_current-page`;return s.jsxs("label",{className:"m-pagination__label",htmlFor:o,children:["Page",s.jsx("span",{className:"u-visually-hidden",children:`number ${n} out`}),s.jsx("input",{className:"m-pagination__current-page",id:o,name:"page",type:"number",min:"1",max:t,pattern:"[0-9]*",inputMode:"numeric",value:n,onChange:i}),`of ${t}`]})},ms=({tableId:e,page:n,pageCount:t,onClickPrevious:r=G,onClickNext:i=G,onClickGo:o=G,previousLabel:l="Previous",nextLabel:a="Next"})=>{const[d,p]=q.useState(n);q.useEffect(()=>p(n),[n]);const u=v=>{v.preventDefault();const _=Object.fromEntries(new FormData(v.currentTarget)),y=Number.parseInt(_.page,10);y!==n&&o(y)},b=q.useId(),h=p;return s.jsxs("nav",{className:"m-pagination",role:"navigation","aria-label":"Pagination",children:[s.jsx(ne,{iconLeft:"left",className:`m-pagination__btn-prev${n===Z?" a-btn--disabled":""}`,onClick:r,label:l,disabled:n===Z}),s.jsx(ne,{iconRight:"right",className:`m-pagination__btn-next${n===t?" a-btn--disabled":""}`,onClick:i,label:a,disabled:n===t}),s.jsxs("form",{className:"m-pagination__form",action:"#pagination_content",onSubmit:u,children:[s.jsx(Dn,{tableId:e??b,page:d,pageCount:t,onChange:h}),s.jsx(Bn,{})]})]})},Ge=1,ps=({isPaginated:e=!0,startPage:n=Z,rows:t=[],perPage:r=us})=>{const i=t.length,o=Math.max(Math.ceil(i/r),Z),l=e&&i>r,[a,d]=q.useState(Math.min(n,o));q.useEffect(()=>{d(Math.min(a,o))},[a,o,r]);const p={page:Z,pageCount:Z,onClickNext:G,onClickPrevious:G,onClickGo:G};if(!e||!l)return[t,p];const u=a-Ge,b={page:a,pageCount:o,onClickNext:()=>d(Math.min(a+Ge,o)),onClickPrevious:()=>d(Math.max(u,Z)),onClickGo:y=>d(y)},h=u*r,v=u*r+r;return[t.slice(h,v),b]};function Te({children:e,isLead:n,className:t,...r}){const i=[t];return n&&i.push("lead-paragraph"),s.jsx("p",{...r,className:E(i),children:e})}const Mn=["a-radio"],Hn=["m-form-field m-form-field--radio"],Fn=({id:e,name:n,helperText:t,className:r,disabled:i=!1,isLarge:o=!1,labelClassName:l,labelInline:a=!0,label:d,inputRef:p,...u})=>{const b=[...Mn,r].join(" "),h=[...Hn,o?"m-form-field--lg-target":""].join(" ");return s.jsxs("div",{className:h,children:[s.jsx("input",{id:e,type:"radio",name:n??e,className:b,ref:p,disabled:i,...u}),s.jsxs(De,{htmlFor:e,className:l,inline:a,children:[d,s.jsx(is,{children:t})]})]})};let Wn;const fs=5;function $n(e){return e.replace(/[-\\^$*+?.()|[\]{}]/g,"\\$&")}function Un(e,n){return RegExp($n(n.trim()),"i").test(e)}function Yn(e,n,t){const r=e,i=n,o=t?.maxSelections||fs;let l=[],a=[],d=[],p=[],u=-1;function b(P){return i+"-"+P.value.trim().replace(/\s+/g,"-").toLowerCase()}function h(){return a.length>=o}function v(P){let L;const T=[];let S=!1;for(let I=0,M=P.length;I<M;I++)L=P[I],S=h()?!1:L.defaultSelected,T.push({id:b(L),value:L.value,text:L.text,checked:S}),S&&a.push(I);return T}function _(){return l=v(r),this}function y(P){return l[P].checked=!l[P].checked,a.length<o&&l[P].checked?(a.push(P),a.sort(),!0):(l[P].checked=!1,a=a.filter(function(L){return L!==P}),!1)}function j(P,L,T,S){return Un(L.text,S)&&P.push(T),P}function w(P){return Object.prototype.toString.call(P)!=="[object String]"&&(P=""),p=d,l.length>0&&(d=l.reduce(function(L,T,S){return j(L,T,S,P)},[])),u=-1,d}function N(P){return l[P]}function O(P){const L=d.length,T=L===0?l.length:L;P<0?u=-1:P>=T?u=T-1:u=P}function R(){return u}return this.init=_,this.toggleOption=y,this.getSelectedIndices=function(){return a},this.isAtMaxSelections=h,this.filterIndices=w,this.clearFilter=function(){return d=p=[],Wn},this.getFilterIndices=function(){return d},this.getLastFilterIndices=function(){return p},this.getIndex=R,this.setIndex=O,this.resetIndex=function(){return u=-1,u},this.getOption=N,this}function U(e,n,t){const r=document.createElement(e);return Object.keys(t).forEach(i=>{const o=t[i];i in r?r[i]=o:r.setAttribute(i,o)}),n&&n.appendChild(r),r}const Vn='<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>',Qn=Vn,F="o-multiselect",Gn="a-checkbox",zn="a-text-input",ze="prev",Ee="next",Re="Enter",Zn=" ",Ze="Escape",Xn="ArrowUp",Xe="ArrowDown",Ke="Tab",Je={renderTags:!0,maxSelections:fs};function Ne(e){e.classList.add(F);let n=_e(e,F),t=!1,r,i,o,l,a,d,p,u,b,h,v;const _=[];let y;function j(){v.classList.remove("u-no-results"),v.classList.add("u-filtered");let f=o.getLastFilterIndices();for(let c=0,m=f.length;c<m;c++)_[f[c]].classList.remove("u-filter-match");f=o.getFilterIndices();for(let c=0,m=f.length;c<m;c++)_[f[c]].classList.add("u-filter-match")}function w(){v.classList.remove("u-filtered","u-no-results");for(let f=0,c=v.children.length;f<c;f++)v.children[f].classList.remove("u-filter-match");o.clearFilter()}function N(){v.classList.add("u-no-results"),v.classList.remove("u-filtered")}function O(f){return f.length>0?(j(),!0):(N(),!1)}function R(f){w(),o.resetIndex();const c=o.filterIndices(f);O(c)}function P(){return d.classList.add("u-active"),h.classList.remove("u-invisible"),h.setAttribute("aria-hidden",!1),y.dispatchEvent("expandbegin",{target:y}),y}function L(){return d.classList.remove("u-active"),h.classList.add("u-invisible"),h.setAttribute("aria-hidden",!0),o.resetIndex(),y.dispatchEvent("collapsebegin",{target:y}),y}function T(f){f===Ee?o.setIndex(o.getIndex()+1):f===ze&&o.setIndex(o.getIndex()-1);const c=o.getIndex();if(c>-1){let m=c;const g=o.getFilterIndices();g.length>0&&(m=g[c]);const B=o.getOption(m).value,A=v.querySelector('[data-option="'+B+'"]').querySelector("input");t=!0,A.focus()}else t=!1,b.focus()}function S(){b.value="",w()}function I(f){const c=f.target;c.tagName==="BUTTON"&&(f.preventDefault(),c.removeEventListener("click",I),c.querySelector("label").click())}function M(f){if(f.key===Zn||f.key===Re){const c=f.target.querySelector("label");v.querySelector("#"+c.getAttribute("for")).click()}}function H(f){return r+"-"+f.value.trim().replace(/[^\w]/g,"-").toLowerCase()}function W(f,c){const m=H(c),g=U("li",null,{"data-option":c.value}),x=U("button",g,{type:"button",class:"a-tag-filter",innerHTML:"<label for="+m+">"+c.text+Qn+"</label>"});f.appendChild(g),x.addEventListener("click",I),x.addEventListener("keydown",M)}function K(f){const c=o.getOption(f)||o.getOption(o.getIndex());if(c){if(c.checked){v.classList.contains("u-max-selections")&&v.classList.remove("u-max-selections");const m='[data-option="'+c.value+'"]',g=p.querySelector(m);typeof g<"u"&&g&&p?.removeChild(g)}else a?.renderTags&&p&&W(p,c);o.toggleOption(f),o.isAtMaxSelections()&&v.classList.add("u-max-selections"),y.dispatchEvent("selectionsupdated",{target:y})}o.resetIndex(),t=!1,h.getAttribute("aria-hidden")==="false"&&b.focus()}function me(f){K(Number(f.target.getAttribute("data-index"))),S()}function J(){u.addEventListener("mousemove",function(m){const g=m.target;m.offsetX>g.offsetWidth-35?g.style.cursor="pointer":g.style.cursor="auto"}),u.addEventListener("mouseup",function(m){const g=m.target;m.offsetX>g.offsetWidth-35&&h.offsetHeight===140&&b.blur()}),b.addEventListener("input",function(){R(this.value)}),b.addEventListener("focus",function(){h.getAttribute("aria-hidden")==="true"&&P()}),b.addEventListener("blur",function(){!t&&h.getAttribute("aria-hidden")==="false"&&L()}),b.addEventListener("keydown",function(m){const g=m.key;h.getAttribute("aria-hidden")==="true"&&g!==Ke&&P(),g===Re?(m.preventDefault(),T(Ee)):g===Ze?(S(),L()):g===Xe?T(Ee):g===Ke&&!m.shiftKey&&h.getAttribute("aria-hidden")==="false"&&L()}),v.addEventListener("mousedown",function(){t=!0}),v.addEventListener("keydown",function(m){const g=m.key,x=m.target,B=x.checked;if(g===Re){m.preventDefault(),x.checked=!B;const D=new Event("change",{bubbles:!1,cancelable:!0});x.dispatchEvent(D)}else g===Ze?(b.focus(),L()):g===Xn?T(ze):g===Xe&&T(Ee)}),h.addEventListener("mousedown",function(m){m.target.tagName==="LABEL"&&(t=!0)});const f=v.querySelectorAll("input");for(let m=0,g=f.length;m<g;m++)f[m].addEventListener("change",me);const c=p.querySelectorAll("button");for(let m=0,g=c.length;m<g;m++)c[m].addEventListener("click",I),c[m].addEventListener("keydown",M)}function ee(){d=document.createElement("div"),d.className=F,p=U("ul",null,{className:"m-tag-group"}),u=U("header",d,{className:F+"__header"}),b=U("input",u,{className:F+"__search "+zn,type:"text",placeholder:i||"Select up to five",id:n.id,autocomplete:"off"}),h=U("fieldset",d,{className:F+"__fieldset u-invisible","aria-hidden":"true"});let f=F+"__options";o.isAtMaxSelections()&&(f+=" u-max-selections"),v=U("ul",h,{className:f});let c,m,g;for(let x=0,B=l.length;x<B;x++){c=l[x],m=H(c),g=o.getOption(x).checked;const D=U("li",v,{"data-option":c.value,"data-cy":"multiselect-option",class:"m-form-field m-form-field--checkbox"});U("input",D,{id:m,type:"checkbox",value:c.value,name:r,class:Gn+" "+F+"__checkbox",checked:g,"data-index":x}),U("label",D,{for:m,textContent:c.text,className:F+"__label a-label"}),_.push(D),g&&a?.renderTags&&W(p,c)}return d.insertBefore(p,u),n.parentNode.insertBefore(d,n),d.appendChild(n),d}function te(f=Je){if(!de(n))return this;if(un())return this;if(y=this,r=n.name||n.id,i=n.getAttribute("data-placeholder"),l=n.options||[],a={...Je,...f},l.length>0){o=new Yn(l,r,a).init();const c=ee();n.parentNode.removeChild(n),n=c,de(n),J()}return this}function re(){return o}this.init=te,this.expand=P,this.collapse=L;const $=new ue;return this.addEventListener=$.addEventListener,this.removeEventListener=$.removeEventListener,this.dispatchEvent=$.dispatchEvent,this.getModel=re,this.updateSelections=K,this.selectionClickHandler=I,this.selectionKeyDownHandler=M,this}Ne.BASE_CLASS=F;Ne.init=e=>ye(`.${F}`,Ne,void 0,e);const bs=(e,n)=>{const t=e.map(({value:r,label:i})=>s.jsx("option",{value:r,children:i},r));return t.length>0?t:[s.jsx("option",{disabled:!0,value:"",children:n},"initial")]},Kn=(e,n)=>e.find(t=>t.value===n),Jn=5,gs=({id:e,options:n,label:t,onChange:r=G,defaultOptionLabel:i="-- select an option --",maxSelections:o=Jn,...l})=>{const[a,d]=q.useState([]),p=q.useRef(null);return q.useEffect(()=>{const b=new Ne(p.current).init({maxSelections:o,renderTags:!0}),h=()=>{const _=b.getModel().getSelectedIndices();d([..._])},v="selectionsupdated";return b.addEventListener(v,h),()=>b.removeEventListener(v,h)},[o]),q.useEffect(()=>{const u=a.map(b=>({...n[b],selected:!0}));r(u)},[a,r,n]),s.jsxs("div",{className:"m-form-field",id:`multi-wrapper-${e}`,children:[s.jsx("label",{className:"a-label a-label--heading",htmlFor:e,children:t}),s.jsx("select",{id:e,className:"o-multiselect",ref:p,multiple:!0,"data-placeholder":`Select up to ${o}`,"data-open":!0,...l,children:bs(n,i)})]})},hs=({id:e,options:n,label:t,onChange:r=G,maxSelections:i,value:o="",defaultOptionLabel:l="-- select an option --",...a})=>{const d=p=>{const u=Kn(n,p.target.value);return r(u),u};return s.jsxs("div",{className:"m-form-field",children:[s.jsx("label",{className:"a-label a-label--heading",htmlFor:e,children:t}),s.jsx("div",{className:"a-select",children:s.jsx("select",{id:e,...a,onChange:d,value:o,children:bs(n,l)})})]})},eo=({isMulti:e=!1,onChange:n=()=>null,...t})=>e?s.jsx(gs,{onChange:n,...t}):s.jsx(hs,{onChange:n,...t});function so({href:e="#main",text:n="Skip to main content"}){return s.jsx("div",{className:"skip-nav",children:s.jsx("a",{className:"skip-nav__link a-btn",href:e,children:n})})}const no=({children:e,label:n="Show full text",isMobileOnly:t=!1,isMinimal:r=!1,className:i="",...o})=>{q.useEffect(()=>{r?we.init():Se.init(),document.readyState==="complete"&&globalThis.dispatchEvent(new Event("load"))},[r]);const l=r?"o-summary-minimal":"o-summary",a=[l,i];return t&&a.push(`${l}--mobile`),s.jsxs("div",{className:E(a),...o,children:[s.jsx("div",{className:`${l}__content`,children:e}),s.jsx("button",{type:"button",className:`${l}__btn`,children:r?s.jsxs(s.Fragment,{children:[s.jsxs("span",{className:"o-summary-minimal__cue-open",children:["Show ",s.jsx(k,{name:"plus",isPresentational:!0,withBg:!0})]}),s.jsxs("span",{className:"o-summary-minimal__cue-close",children:["Hide ",s.jsx(k,{name:"minus",isPresentational:!0,withBg:!0})]})]}):s.jsxs(s.Fragment,{children:[n,s.jsx(k,{name:"plus",isPresentational:!0,withBg:!0})]})})]})},oo=e=>s.jsx("thead",{children:s.jsx("tr",{children:e.map((n,t)=>{let r="";const i=[""],o=`header-${t}`;return typeof n=="object"?(r=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")):r=n,s.jsx("th",{className:E(i),children:r},o)})})}),to=e=>{if(!e)return{};if(typeof e=="string")return{"data-label":e};const n=[""];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"),{"data-label":e.header,className:E(n)}},ro=(e,n)=>s.jsx("tbody",{children:e.map((t,r)=>{const i=`row-${r}`;return s.jsx("tr",{children:t.map((o,l)=>{const a=n[l],d=`row-${r}-col-${l}`;return q.createElement("td",{...to(a),key:d},o)})},i)})}),io=({children:e})=>e?s.jsx("caption",{children:e}):null,vs=q.forwardRef(({id:e,caption:n,columns:t,rows:r,isResponsive:i=!1,isScrollableHorizontal:o=!1,isStriped:l=!1,isPaginated:a=!1,startPage:d=Z,perPage:p=us,className:u,divRef:b,tableRef:h,...v},_)=>{const[y,j]=ps({rows:r,isPaginated:a,startPage:d,perPage:p}),w=q.useId(),N=[];i&&N.push("o-table o-table--stack-on-small"),l&&N.push("o-table--striped"),a&&N.push("u-w100pct"),u&&N.push(u);const O=s.jsxs(s.Fragment,{children:[s.jsxs("table",{className:E(N),ref:h,id:e??w,...v,children:[s.jsx(io,{children:n}),oo(t),ro(y,t)]}),a?s.jsx(ms,{...j,tableId:e??w}):null]});return o?s.jsx("div",{className:"o-table o-table-wrapper--scrolling",ref:_??b,children:O}):O});vs.displayName="Table";const co={success:"a-text-input--success",error:"a-text-input--error",warning:"a-text-input--warning",info:"a-text-input--info"},_s=e=>co[e],lo=q.forwardRef(({id:e,className:n="",status:t="info",placeholder:r="Placeholder text",isFullWidth:i=!1,isDisabled:o=!1,onChange:l=G,...a},d)=>{const p=b=>{b.preventDefault(),l(b.target.value)},u=["a-text-input",_s(t),i?"a-text-input--full":"",n||""].filter(b=>b.length);return s.jsx("div",{className:"m-form-field",children:s.jsx("textarea",{className:E(u),id:e,placeholder:r,onChange:p,disabled:o,ref:d,...a})})}),ao=q.forwardRef(({className:e,id:n,inputRef:t,isDisabled:r=!1,name:i,status:o="info",type:l="text",isFullWidth:a=!1,...d},p)=>{const u=["a-text-input",e,_s(o)];return a?(u.push("a-text-input--full"),s.jsx("div",{className:"m-form-field",children:s.jsx("input",{className:E(u),disabled:r,id:n,name:i,type:l,ref:p,...d})})):s.jsx("input",{className:E(u),disabled:r,id:n,name:i,type:l,ref:p,...d})}),ys=e=>e?typeof e=="string"?s.jsx(Te,{children:e}):e:null,z=({heading:e,subheading:n,description:t,callToAction:r,className:i,...o})=>{const l=["o-text-introduction",i],a=r&&s.jsx(oe,{isLinks:!0,children:s.jsx(ve,{children:q.cloneElement(r,{type:"list"})})});return s.jsxs("div",{className:E(l),...o,children:[s.jsx(he,{type:"1",children:e}),s.jsx(Te,{isLead:!0,children:n}),ys(t),a]})};z.Container=({className:e,children:n,...t})=>{const r=["o-text-introduction",e];return s.jsx("div",{className:E(r),...t,children:n})};const uo=z.Container;z.Heading=({children:e})=>s.jsx(he,{type:"1",children:e});const mo=z.Heading;z.Description=({children:e})=>ys(e);const po=z.Description;z.Subheading=({children:e})=>s.jsx(Te,{isLead:!0,children:e});const fo=z.Subheading,xs=({children:e,className:n="",...t})=>s.jsx("div",{className:`o-well ${n}`,...t,children:e});function bo({heading:e,headingLevel:n="h3",links:t,text:r,className:i="",...o}){const l=[];if(t)for(const a of t)l.push(s.jsx(ve,{children:a},a.key));return s.jsxs(xs,{className:i,...o,children:[e?s.jsx("p",{className:n,children:e}):null,r?s.jsx("p",{className:"text",children:r}):null,l.length>0?s.jsx(oe,{isLinks:!0,children:l}):null]})}exports.Alert=Hs;exports.AlertFieldLevel=ss;exports.Banner=rs;exports.Breadcrumb=Us;exports.Button=ne;exports.ButtonGroup=Gs;exports.Checkbox=Ks;exports.Divider=Js;exports.Expandable=pn;exports.ExpandableGroup=fn;exports.Footer=cs;exports.FooterCfGov=_n;exports.Grid=En;exports.Heading=he;exports.Hero=Sn;exports.Icon=k;exports.Label=De;exports.LanguageLink=$s;exports.Layout=An;exports.Link=Y;exports.LinkText=ns;exports.List=oe;exports.ListItem=ve;exports.ListItemBuilder=Le;exports.ListLink=os;exports.Navbar=as;exports.PageHeader=Rn;exports.Pagination=ms;exports.Paragraph=Te;exports.RadioButton=Fn;exports.ResponsiveMenu=ds;exports.Select=eo;exports.SelectMulti=gs;exports.SelectSingle=hs;exports.SkipNav=so;exports.Summary=no;exports.Table=vs;exports.Tagline=ts;exports.TextArea=lo;exports.TextInput=ao;exports.TextIntroduction=z;exports.TextIntroductionContainer=uo;exports.TextIntroductionDescription=po;exports.TextIntroductionHeading=mo;exports.TextIntroductionSubheading=fo;exports.WellContainer=xs;exports.WellContent=bo;exports.usePagination=ps;
|
|
9
|
+
);`)},[t,e,s]),t};function un({backgroundColor:e,heading:s,headingLevel:t="h1",image:i,imageAltText:r="hero image",imageIsPhoto:o,is5050:c,isJumbo:l,isKnockout:d,subheading:p,subheadingLevel:a="p",textColor:f,className:b,...h}){const v=mn(i,o??l??c),j={backgroundColor:e},S={color:f},w=["m-hero",b];l&&w.push("m-hero--jumbo"),c&&w.push("m-hero--50-50"),d&&w.push("m-hero--knockout"),o&&w.push("m-hero--overlay");const T={h1:"1",h2:"2",h3:"3",h4:"4",h5:"5",display:"display",eyebrow:"eyebrow",slug:"slug"};return n.jsx("div",{className:x(w),style:j,...h,children:n.jsxs("div",{className:"m-hero__wrapper",ref:v,children:[n.jsxs("div",{className:"m-hero__text",style:S,children:[n.jsx(ce,{className:"m-hero__heading",type:T[t],children:s}),a==="p"?n.jsx("p",{className:"m-hero__subhead",children:p}):n.jsx(ce,{className:"m-hero__subhead",type:T[a],children:p})]}),n.jsx(pn,{image:i,altText:r})]})})}const fn=({children:e,flushBottom:s,flushTopOnSmall:t,flushAllOnSmall:i,...r})=>{const o=["content__main"];return s&&o.push("content--flush-bottom"),t&&o.push("content--flush-top-on-small"),i&&o.push("content--flush-all-on-small"),n.jsx("div",{className:x(o),...r,children:e})},bn=({children:e,classes:s="",id:t="main",layout:i="2-1"})=>{const r=["content",`content--${i}`,s];return n.jsx("main",{id:t,className:x(r),role:"main",children:e})},gn=({children:e,flushBottom:s,flushTopOnSmall:t,flushAllOnSmall:i,...r})=>{const o=["sidebar","content__sidebar","o-sidebar-content"];return s&&o.push("content--flush-bottom"),t&&o.push("content--flush-top-on-small"),i&&o.push("content--flush-all-on-small"),n.jsx("aside",{className:x(o),...r,children:e})},hn=({children:e,...s})=>n.jsx("div",{className:"wrapper",...s,children:e}),vn={Content:fn,Main:bn,Sidebar:gn,Wrapper:hn},_n="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";function De({href:e="https://www.consumerfinance.gov"}){return n.jsx(se,{href:e,title:"Home","aria-label":"Home",className:"o-header__logo",children:n.jsx("img",{className:"o-header__logo-img",src:_n,alt:"CFPB Logo"})})}const yn=({elements:e,onLinkClick:s})=>e?.length?n.jsx("div",{className:"links",children:e.map((t,i)=>q.isValidElement(t)?q.cloneElement(t,{...t.props,key:t.key??i,onClick:r=>{t.props.onClick&&t.props.onClick(r),s()}}):t)}):null;function es({links:e,href:s}){const[t,i]=q.useState(!1),r=()=>{i(!t)},o=()=>{i(!1)},c=q.useCallback(l=>{l.key==="Escape"&&i(!1)},[]);return e?.length?n.jsxs(n.Fragment,{children:[t?n.jsx("div",{className:"menu-overlay open",onClick:r,onKeyDown:c,tabIndex:0,role:"button","aria-label":"Close menu"}):null,n.jsx("div",{className:"o-header__content",children:n.jsxs("div",{className:"navbar wrapper wrapper--match-content",children:[n.jsxs("button",{className:"menu-toggle",onClick:r,"aria-expanded":t,"aria-controls":"nav-links",type:"button",children:[n.jsx(N,{name:t?"error":"menu"}),n.jsx("span",{className:"sr-only",children:t?"Close menu":"Open menu"})]}),n.jsx(De,{href:s}),n.jsx("nav",{className:`nav-items ${t?"open":""}`,id:"nav-links",children:n.jsx(yn,{elements:e,onLinkClick:o})})]})})]}):n.jsx("div",{className:"o-header__content",children:n.jsx("div",{className:"navbar wrapper wrapper--match-content",children:n.jsx(De,{href:s})})})}n.jsx(se,{href:"/",label:"Home"},"home"),n.jsx(se,{className:"nav-item active",href:"/filing",label:"Filing"},"filing"),n.jsx(se,{className:"nav-item profile",href:"/profile",label:"John Sample"},"profile"),n.jsx(ne,{label:"Log Out",asLink:!0,onClick:()=>{}},"logout");function xn({links:e,href:s,withBottomBorder:t=!0}){const i=["o-header"];return t&&i.push("bottom-border"),n.jsxs("header",{className:x(i),children:[n.jsx(ze,{tagline:"An official website of the United States government"}),n.jsx(es,{links:e,href:s})]})}const V=()=>null,Q=1,ss=20,Pn=()=>n.jsx(ne,{asLink:!0,className:"m-pagination__btn-submit",id:"m-pagination__btn-submit-default",label:"Go",type:"submit"}),qn=({tableId:e,page:s,pageCount:t,onChange:i})=>{const r=c=>{i(Number.parseInt(c.currentTarget.value,10))},o=`${e}-pagination_current-page`;return n.jsxs("label",{className:"m-pagination__label",htmlFor:o,children:["Page",n.jsx("span",{className:"u-visually-hidden",children:`number ${s} out`}),n.jsx("input",{className:"m-pagination__current-page",id:o,name:"page",type:"number",min:"1",max:t,pattern:"[0-9]*",inputMode:"numeric",value:s,onChange:r}),`of ${t}`]})},ns=({tableId:e,page:s,pageCount:t,onClickPrevious:i=V,onClickNext:r=V,onClickGo:o=V,previousLabel:c="Previous",nextLabel:l="Next"})=>{const[d,p]=q.useState(s);q.useEffect(()=>p(s),[s]);const a=h=>{h.preventDefault();const _=Object.fromEntries(new FormData(h.currentTarget)),v=Number.parseInt(_.page,10);v!==s&&o(v)},f=q.useId(),b=p;return n.jsxs("nav",{className:"m-pagination",role:"navigation","aria-label":"Pagination",children:[n.jsx(ne,{iconLeft:"left",className:`m-pagination__btn-prev${s===Q?" a-btn--disabled":""}`,onClick:i,label:c,disabled:s===Q}),n.jsx(ne,{iconRight:"right",className:`m-pagination__btn-next${s===t?" a-btn--disabled":""}`,onClick:r,label:l,disabled:s===t}),n.jsxs("form",{className:"m-pagination__form",action:"#pagination_content",onSubmit:a,children:[n.jsx(qn,{tableId:e??f,page:d,pageCount:t,onChange:b}),n.jsx(Pn,{})]})]})},Re=1,os=({isPaginated:e=!0,startPage:s=Q,rows:t=[],perPage:i=ss})=>{const r=t.length,o=Math.max(Math.ceil(r/i),Q),c=e&&r>i,[l,d]=q.useState(Math.min(s,o));q.useEffect(()=>{d(Math.min(l,o))},[l,o,i]);const p={page:Q,pageCount:Q,onClickNext:V,onClickPrevious:V,onClickGo:V};if(!e||!c)return[t,p];const a=l-Re,f={page:l,pageCount:o,onClickNext:()=>d(Math.min(l+Re,o)),onClickPrevious:()=>d(Math.max(a,Q)),onClickGo:v=>d(v)},b=a*i,h=a*i+i;return[t.slice(b,h),f]};function qe({children:e,isLead:s,className:t,...i}){const r=[t];return s&&r.push("lead-paragraph"),n.jsx("p",{...i,className:x(r),children:e})}const En=["a-radio"],jn=["m-form-field m-form-field--radio"],Sn=({id:e,name:s,helperText:t,className:i,disabled:r=!1,isLarge:o=!1,labelClassName:c,labelInline:l=!0,label:d,inputRef:p,...a})=>{const f=[...En,i].join(" "),b=[...jn,o?"m-form-field--lg-target":""].join(" ");return n.jsxs("div",{className:b,children:[n.jsx("input",{id:e,type:"radio",name:s??e,className:f,ref:p,disabled:r,...a}),n.jsxs(Ce,{htmlFor:e,className:c,inline:l,children:[d,n.jsx(Xe,{children:t})]})]})};let wn;const ts=5;function Ln(e){return e.replace(/[-\\^$*+?.()|[\]{}]/g,"\\$&")}function Nn(e,s){return RegExp(Ln(s.trim()),"i").test(e)}function kn(e,s,t){const i=e,r=s,o=t?.maxSelections||ts;let c=[],l=[],d=[],p=[],a=-1;function f(P){return r+"-"+P.value.trim().replace(/\s+/g,"-").toLowerCase()}function b(){return l.length>=o}function h(P){let L;const C=[];let E=!1;for(let I=0,O=P.length;I<O;I++)L=P[I],E=b()?!1:L.defaultSelected,C.push({id:f(L),value:L.value,text:L.text,checked:E}),E&&l.push(I);return C}function _(){return c=h(i),this}function v(P){return c[P].checked=!c[P].checked,l.length<o&&c[P].checked?(l.push(P),l.sort(),!0):(c[P].checked=!1,l=l.filter(function(L){return L!==P}),!1)}function j(P,L,C,E){return Nn(L.text,E)&&P.push(C),P}function S(P){return Object.prototype.toString.call(P)!=="[object String]"&&(P=""),p=d,c.length>0&&(d=c.reduce(function(L,C,E){return j(L,C,E,P)},[])),a=-1,d}function w(P){return c[P]}function T(P){const L=d.length,C=L===0?c.length:L;P<0?a=-1:P>=C?a=C-1:a=P}function B(){return a}return this.init=_,this.toggleOption=v,this.getSelectedIndices=function(){return l},this.isAtMaxSelections=b,this.filterIndices=S,this.clearFilter=function(){return d=p=[],wn},this.getFilterIndices=function(){return d},this.getLastFilterIndices=function(){return p},this.getIndex=B,this.setIndex=T,this.resetIndex=function(){return a=-1,a},this.getOption=w,this}function D(e,s,t){const i=document.createElement(e);return Object.keys(t).forEach(r=>{const o=t[r];r in i?i[r]=o:i.setAttribute(r,o)}),s&&s.appendChild(i),i}const An='<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>',Cn=An,H="o-multiselect",Tn="a-checkbox",In="a-text-input",Fe="prev",fe="next",ke="Enter",Bn=" ",We="Escape",On="ArrowUp",Ue="ArrowDown",Ve="Tab",$e={renderTags:!0,maxSelections:ts};function _e(e){e.classList.add(H);let s=de(e,H),t=!1,i,r,o,c,l,d,p,a,f,b,h;const _=[];let v;function j(){h.classList.remove("u-no-results"),h.classList.add("u-filtered");let m=o.getLastFilterIndices();for(let u=0,g=m.length;u<g;u++)_[m[u]].classList.remove("u-filter-match");m=o.getFilterIndices();for(let u=0,g=m.length;u<g;u++)_[m[u]].classList.add("u-filter-match")}function S(){h.classList.remove("u-filtered","u-no-results");for(let m=0,u=h.children.length;m<u;m++)h.children[m].classList.remove("u-filter-match");o.clearFilter()}function w(){h.classList.add("u-no-results"),h.classList.remove("u-filtered")}function T(m){return m.length>0?(j(),!0):(w(),!1)}function B(m){S(),o.resetIndex();const u=o.filterIndices(m);T(u)}function P(){return d.classList.add("u-active"),b.classList.remove("u-invisible"),b.setAttribute("aria-hidden",!1),v.dispatchEvent("expandbegin",{target:v}),v}function L(){return d.classList.remove("u-active"),b.classList.add("u-invisible"),b.setAttribute("aria-hidden",!0),o.resetIndex(),v.dispatchEvent("collapsebegin",{target:v}),v}function C(m){m===fe?o.setIndex(o.getIndex()+1):m===Fe&&o.setIndex(o.getIndex()-1);const u=o.getIndex();if(u>-1){let g=u;const y=o.getFilterIndices();y.length>0&&(g=y[u]);const W=o.getOption(g).value,ms=h.querySelector('[data-option="'+W+'"]').querySelector("input");t=!0,ms.focus()}else t=!1,f.focus()}function E(){f.value="",S()}function I(m){const u=m.target;u.tagName==="BUTTON"&&(m.preventDefault(),u.removeEventListener("click",I),u.querySelector("label").click())}function O(m){if(m.key===Bn||m.key===ke){const u=m.target.querySelector("label");h.querySelector("#"+u.getAttribute("for")).click()}}function F(m){return i+"-"+m.value.trim().replace(/[^\w]/g,"-").toLowerCase()}function z(m,u){const g=F(u),y=D("li",null,{"data-option":u.value}),k=D("button",y,{type:"button",class:"a-tag-filter",innerHTML:"<label for="+g+">"+u.text+Cn+"</label>"});m.appendChild(y),k.addEventListener("click",I),k.addEventListener("keydown",O)}function pe(m){const u=o.getOption(m)||o.getOption(o.getIndex());if(u){if(u.checked){h.classList.contains("u-max-selections")&&h.classList.remove("u-max-selections");const g='[data-option="'+u.value+'"]',y=p.querySelector(g);typeof y<"u"&&y&&p?.removeChild(y)}else l?.renderTags&&p&&z(p,u);o.toggleOption(m),o.isAtMaxSelections()&&h.classList.add("u-max-selections"),v.dispatchEvent("selectionsupdated",{target:v})}o.resetIndex(),t=!1,b.getAttribute("aria-hidden")==="false"&&f.focus()}function Ee(m){pe(Number(m.target.getAttribute("data-index"))),E()}function je(){a.addEventListener("mousemove",function(g){const y=g.target;g.offsetX>y.offsetWidth-35?y.style.cursor="pointer":y.style.cursor="auto"}),a.addEventListener("mouseup",function(g){const y=g.target;g.offsetX>y.offsetWidth-35&&b.offsetHeight===140&&f.blur()}),f.addEventListener("input",function(){B(this.value)}),f.addEventListener("focus",function(){b.getAttribute("aria-hidden")==="true"&&P()}),f.addEventListener("blur",function(){!t&&b.getAttribute("aria-hidden")==="false"&&L()}),f.addEventListener("keydown",function(g){const y=g.key;b.getAttribute("aria-hidden")==="true"&&y!==Ve&&P(),y===ke?(g.preventDefault(),C(fe)):y===We?(E(),L()):y===Ue?C(fe):y===Ve&&!g.shiftKey&&b.getAttribute("aria-hidden")==="false"&&L()}),h.addEventListener("mousedown",function(){t=!0}),h.addEventListener("keydown",function(g){const y=g.key,k=g.target,W=k.checked;if(y===ke){g.preventDefault(),k.checked=!W;const M=new Event("change",{bubbles:!1,cancelable:!0});k.dispatchEvent(M)}else y===We?(f.focus(),L()):y===On?C(Fe):y===Ue&&C(fe)}),b.addEventListener("mousedown",function(g){g.target.tagName==="LABEL"&&(t=!0)});const m=h.querySelectorAll("input");for(let g=0,y=m.length;g<y;g++)m[g].addEventListener("change",Ee);const u=p.querySelectorAll("button");for(let g=0,y=u.length;g<y;g++)u[g].addEventListener("click",I),u[g].addEventListener("keydown",O)}function me(){d=document.createElement("div"),d.className=H,p=D("ul",null,{className:"m-tag-group"}),a=D("header",d,{className:H+"__header"}),f=D("input",a,{className:H+"__search "+In,type:"text",placeholder:r||"Select up to five",id:s.id,autocomplete:"off"}),b=D("fieldset",d,{className:H+"__fieldset u-invisible","aria-hidden":"true"});let m=H+"__options";o.isAtMaxSelections()&&(m+=" u-max-selections"),h=D("ul",b,{className:m});let u,g,y;for(let k=0,W=c.length;k<W;k++){u=c[k],g=F(u),y=o.getOption(k).checked;const M=D("li",h,{"data-option":u.value,"data-cy":"multiselect-option",class:"m-form-field m-form-field--checkbox"});D("input",M,{id:g,type:"checkbox",value:u.value,name:i,class:Tn+" "+H+"__checkbox",checked:y,"data-index":k}),D("label",M,{for:g,textContent:u.text,className:H+"__label a-label"}),_.push(M),y&&l?.renderTags&&z(p,u)}return d.insertBefore(p,a),s.parentNode.insertBefore(d,s),d.appendChild(s),d}function Se(m=$e){if(!oe(s))return this;if(zs())return this;if(v=this,i=s.name||s.id,r=s.getAttribute("data-placeholder"),c=s.options||[],l={...$e,...m},c.length>0){o=new kn(c,i,l).init();const u=me();s.parentNode.removeChild(s),s=u,oe(s),je()}return this}function we(){return o}this.init=Se,this.expand=P,this.collapse=L;const G=new te;return this.addEventListener=G.addEventListener,this.removeEventListener=G.removeEventListener,this.dispatchEvent=G.dispatchEvent,this.getModel=we,this.updateSelections=pe,this.selectionClickHandler=I,this.selectionKeyDownHandler=O,this}_e.BASE_CLASS=H;_e.init=e=>ae(`.${H}`,_e,void 0,e);const is=(e,s)=>{const t=e.map(({value:i,label:r})=>n.jsx("option",{value:i,children:r},i));return t.length>0?t:[n.jsx("option",{disabled:!0,value:"",children:s},"initial")]},Hn=(e,s)=>e.find(t=>t.value===s),Mn=5,rs=({id:e,options:s,label:t,onChange:i=V,defaultOptionLabel:r="-- select an option --",maxSelections:o=Mn,...c})=>{const[l,d]=q.useState([]),p=q.useRef(null);return q.useEffect(()=>{const f=new _e(p.current).init({maxSelections:o,renderTags:!0}),b=()=>{const _=f.getModel().getSelectedIndices();d([..._])},h="selectionsupdated";return f.addEventListener(h,b),()=>f.removeEventListener(h,b)},[o]),q.useEffect(()=>{const a=l.map(f=>({...s[f],selected:!0}));i(a)},[l,i,s]),n.jsxs("div",{className:"m-form-field",id:`multi-wrapper-${e}`,children:[n.jsx("label",{className:"a-label a-label--heading",htmlFor:e,children:t}),n.jsx("select",{id:e,className:"o-multiselect",ref:p,multiple:!0,"data-placeholder":`Select up to ${o}`,"data-open":!0,...c,children:is(s,r)})]})},cs=({id:e,options:s,label:t,onChange:i=V,maxSelections:r,value:o="",defaultOptionLabel:c="-- select an option --",...l})=>{const d=p=>{const a=Hn(s,p.target.value);return i(a),a};return n.jsxs("div",{className:"m-form-field",children:[n.jsx("label",{className:"a-label a-label--heading",htmlFor:e,children:t}),n.jsx("div",{className:"a-select",children:n.jsx("select",{id:e,...l,onChange:d,value:o,children:is(s,c)})})]})},Dn=({isMulti:e=!1,onChange:s=()=>null,...t})=>e?n.jsx(rs,{onChange:s,...t}):n.jsx(cs,{onChange:s,...t});function Rn({href:e="#main",text:s="Skip to main content"}){return n.jsx("div",{className:"skip-nav",children:n.jsx("a",{className:"skip-nav__link a-btn",href:e,children:s})})}const Fn=({children:e,label:s="Show full text",isMobileOnly:t=!1,isMinimal:i=!1,className:r="",...o})=>{q.useEffect(()=>{i?ve.init():he.init(),document.readyState==="complete"&&globalThis.dispatchEvent(new Event("load"))},[i]);const c=i?"o-summary-minimal":"o-summary",l=[c,r];return t&&l.push(`${c}--mobile`),n.jsxs("div",{className:x(l),...o,children:[n.jsx("div",{className:`${c}__content`,children:e}),n.jsx("button",{type:"button",className:`${c}__btn`,children:i?n.jsxs(n.Fragment,{children:[n.jsxs("span",{className:"o-summary-minimal__cue-open",children:["Show ",n.jsx(N,{name:"plus",isPresentational:!0,withBg:!0})]}),n.jsxs("span",{className:"o-summary-minimal__cue-close",children:["Hide ",n.jsx(N,{name:"minus",isPresentational:!0,withBg:!0})]})]}):n.jsxs(n.Fragment,{children:[s,n.jsx(N,{name:"plus",isPresentational:!0,withBg:!0})]})})]})},Wn=e=>n.jsx("thead",{children:n.jsx("tr",{children:e.map((s,t)=>{let i="";const r=[""],o=`header-${t}`;return typeof s=="object"?(i=s.header,s.alignRight&&r.push("o-table_cell--right-align"),s.width&&r.push(`u-w${s.width}pct`),s.headerWordWrap||r.push("white-space-nowrap")):i=s,n.jsx("th",{className:x(r),children:i},o)})})}),Un=e=>{if(!e)return{};if(typeof e=="string")return{"data-label":e};const s=[""];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"),{"data-label":e.header,className:x(s)}},Vn=(e,s)=>n.jsx("tbody",{children:e.map((t,i)=>{const r=`row-${i}`;return n.jsx("tr",{children:t.map((o,c)=>{const l=s[c],d=`row-${i}-col-${c}`;return q.createElement("td",{...Un(l),key:d},o)})},r)})}),$n=({children:e})=>e?n.jsx("caption",{children:e}):null,ls=q.forwardRef(({id:e,caption:s,columns:t,rows:i,isResponsive:r=!1,isScrollableHorizontal:o=!1,isStriped:c=!1,isPaginated:l=!1,startPage:d=Q,perPage:p=ss,className:a,divRef:f,tableRef:b,...h},_)=>{const[v,j]=os({rows:i,isPaginated:l,startPage:d,perPage:p}),S=q.useId(),w=[];r&&w.push("o-table o-table--stack-on-small"),c&&w.push("o-table--striped"),l&&w.push("u-w100pct"),a&&w.push(a);const T=n.jsxs(n.Fragment,{children:[n.jsxs("table",{className:x(w),ref:b,id:e??S,...h,children:[n.jsx($n,{children:s}),Wn(t),Vn(v,t)]}),l?n.jsx(ns,{...j,tableId:e??S}):null]});return o?n.jsx("div",{className:"o-table o-table-wrapper--scrolling",ref:_??f,children:T}):T});ls.displayName="Table";const Qn={success:"a-text-input--success",error:"a-text-input--error",warning:"a-text-input--warning",info:"a-text-input--info"},ds=e=>Qn[e],Yn=q.forwardRef(({id:e,className:s="",status:t="info",placeholder:i="Placeholder text",isFullWidth:r=!1,isDisabled:o=!1,onChange:c=V,...l},d)=>{const p=f=>{f.preventDefault(),c(f.target.value)},a=["a-text-input",ds(t),r?"a-text-input--full":"",s||""].filter(f=>f.length);return n.jsx("div",{className:"m-form-field",children:n.jsx("textarea",{className:x(a),id:e,placeholder:i,onChange:p,disabled:o,ref:d,...l})})}),Gn=q.forwardRef(({className:e,id:s,inputRef:t,isDisabled:i=!1,name:r,status:o="info",type:c="text",isFullWidth:l=!1,...d},p)=>{const a=["a-text-input",e,ds(o)];return l?(a.push("a-text-input--full"),n.jsx("div",{className:"m-form-field",children:n.jsx("input",{className:x(a),disabled:i,id:s,name:r,type:c,ref:p,...d})})):n.jsx("input",{className:x(a),disabled:i,id:s,name:r,type:c,ref:p,...d})}),as=e=>e?typeof e=="string"?n.jsx(qe,{children:e}):e:null,$=({heading:e,subheading:s,description:t,callToAction:i,className:r,...o})=>{const c=["o-text-introduction",r],l=i&&n.jsx(K,{isLinks:!0,children:n.jsx(le,{children:q.cloneElement(i,{type:"list"})})});return n.jsxs("div",{className:x(c),...o,children:[n.jsx(ce,{type:"1",children:e}),n.jsx(qe,{isLead:!0,children:s}),as(t),l]})};$.Container=({className:e,children:s,...t})=>{const i=["o-text-introduction",e];return n.jsx("div",{className:x(i),...t,children:s})};const Zn=$.Container;$.Heading=({children:e})=>n.jsx(ce,{type:"1",children:e});const Kn=$.Heading;$.Description=({children:e})=>as(e);const zn=$.Description;$.Subheading=({children:e})=>n.jsx(qe,{isLead:!0,children:e});const Xn=$.Subheading,ps=({children:e,className:s="",...t})=>n.jsx("div",{className:`o-well ${s}`,...t,children:e});function Jn({heading:e,headingLevel:s="h3",links:t,text:i,className:r="",...o}){const c=[];if(t)for(const l of t)c.push(n.jsx(le,{children:l},l.key));return n.jsxs(ps,{className:r,...o,children:[e?n.jsx("p",{className:s,children:e}):null,i?n.jsx("p",{className:"text",children:i}):null,c.length>0?n.jsx(K,{isLinks:!0,children:c}):null]})}exports.Alert=ws;exports.AlertFieldLevel=Ye;exports.Banner=ze;exports.Breadcrumb=As;exports.Button=ne;exports.ButtonGroup=Bs;exports.Checkbox=Ds;exports.Divider=Rs;exports.Expandable=Js;exports.ExpandableGroup=en;exports.Footer=Je;exports.FooterCfGov=rn;exports.Grid=an;exports.Heading=ce;exports.Hero=un;exports.Icon=N;exports.Label=Ce;exports.LanguageLink=ks;exports.Layout=vn;exports.Link=se;exports.LinkText=Ge;exports.List=K;exports.ListItem=le;exports.ListItemBuilder=ye;exports.ListLink=Ze;exports.PageHeader=xn;exports.Pagination=ns;exports.Paragraph=qe;exports.RadioButton=Sn;exports.ResponsiveMenu=es;exports.Select=Dn;exports.SelectMulti=rs;exports.SelectSingle=cs;exports.SkipNav=Rn;exports.Summary=Fn;exports.Table=ls;exports.Tagline=Ke;exports.TextArea=Yn;exports.TextInput=Gn;exports.TextIntroduction=$;exports.TextIntroductionContainer=Zn;exports.TextIntroductionDescription=zn;exports.TextIntroductionHeading=Kn;exports.TextIntroductionSubheading=Xn;exports.WellContainer=ps;exports.WellContent=Jn;exports.usePagination=os;
|