@axos-web-dev/shared-components 0.0.69 → 0.0.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/dist/ArticlesSet/ArticlesSet.js +3 -3
  2. package/dist/AwardsBanner/AwardsBanner.js +3 -3
  3. package/dist/Calculators/Calculator.js +2 -0
  4. package/dist/CallToActionBar/CallToActionBar.css.d.ts +1 -4
  5. package/dist/CallToActionBar/CallToActionBar.css.js +14 -20
  6. package/dist/CallToActionBar/index.js +2 -2
  7. package/dist/Carousel/index.js +2 -0
  8. package/dist/Chevron/index.js +2 -0
  9. package/dist/Comparison/Comparison.js +25 -2
  10. package/dist/Comparison/ComparisonSet.js +2 -0
  11. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +2 -0
  12. package/dist/Forms/ContactUsAAS.js +22 -24
  13. package/dist/Forms/ContactUsBusiness.js +2 -0
  14. package/dist/Forms/EmailOnly.js +2 -0
  15. package/dist/Forms/FormEnums.d.ts +3 -2
  16. package/dist/Forms/SalesforceFieldsForm.d.ts +0 -12
  17. package/dist/Forms/SalesforceFieldsForm.js +1 -4
  18. package/dist/Forms/SuccesForm.js +2 -0
  19. package/dist/HeroBanner/HeroBanner.interface.d.ts +1 -1
  20. package/dist/HeroBanner/HeroBanner.js +220 -105
  21. package/dist/HeroBanner/LargeBanner.css.d.ts +77 -0
  22. package/dist/HeroBanner/LargeBanner.css.js +21 -0
  23. package/dist/Hyperlink/index.js +2 -0
  24. package/dist/ImageLink/ImageLink.js +2 -0
  25. package/dist/ImageLink/ImageLinkSet.js +2 -0
  26. package/dist/ImageLink/index.js +2 -0
  27. package/dist/Input/DatePicker.css.d.ts +1 -0
  28. package/dist/Input/DatePicker.css.js +6 -0
  29. package/dist/Input/Datepicker.d.ts +4 -0
  30. package/dist/Input/Datepicker.js +40 -0
  31. package/dist/Input/InputTextArea.js +2 -1
  32. package/dist/Modal/Modal.js +2 -0
  33. package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +56 -53
  34. package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +3 -3
  35. package/dist/NavigationMenu/AxosAdvisor/SubNavbar.css.d.ts +1 -1
  36. package/dist/NavigationMenu/AxosAdvisor/SubNavbar.css.js +2 -2
  37. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +57 -54
  38. package/dist/NavigationMenu/AxosBank/NavBar.css.d.ts +2 -0
  39. package/dist/NavigationMenu/AxosBank/NavBar.css.js +9 -0
  40. package/dist/NavigationMenu/AxosBank/NavBar.module.js +170 -0
  41. package/dist/NavigationMenu/AxosBank/NavData.d.ts +31 -0
  42. package/dist/NavigationMenu/AxosBank/NavData.js +132 -0
  43. package/dist/NavigationMenu/AxosBank/SubNavBar.d.ts +1 -0
  44. package/dist/NavigationMenu/AxosBank/SubNavBar.js +2893 -0
  45. package/dist/NavigationMenu/AxosBank/SubNavbar.css.d.ts +4 -0
  46. package/dist/NavigationMenu/AxosBank/SubNavbar.css.js +13 -0
  47. package/dist/NavigationMenu/AxosBank/index.d.ts +2 -0
  48. package/dist/NavigationMenu/AxosBank/index.js +703 -0
  49. package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +43 -40
  50. package/dist/NavigationMenu/NavItem/index.js +2 -1
  51. package/dist/SetContainer/SetContainer.js +2 -0
  52. package/dist/VideoWrapper/index.js +3 -3
  53. package/dist/assets/Button/Button.css +2 -2
  54. package/dist/assets/CallToActionBar/CallToActionBar.css +21 -34
  55. package/dist/assets/Carousel/Carousel.css +1 -0
  56. package/dist/assets/HeroBanner/LargeBanner.css +243 -0
  57. package/dist/assets/Input/DatePicker.css +86 -0
  58. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +119 -115
  59. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +122 -118
  60. package/dist/assets/NavigationMenu/AxosBank/NavBar.css +9 -0
  61. package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +626 -0
  62. package/dist/assets/NavigationMenu/AxosBank/SubNavbar.css +17 -0
  63. package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +85 -81
  64. package/dist/assets/SetContainer/SetContainer.css +20 -0
  65. package/package.json +1 -1
@@ -0,0 +1,2893 @@
1
+ "use client";
2
+ import { jsx, jsxs, Fragment } from "react/jsx-runtime";
3
+ import "../../Accordion/Accordion.js";
4
+ import "../../Accordion/Accordion.css.js";
5
+ import "../../icons/ArrowIcon/ArrowIcon.css.js";
6
+ import "../../icons/CheckIcon/CheckIcon.css.js";
7
+ /* empty css */
8
+ /* empty css */
9
+ /* empty css */
10
+ /* empty css */
11
+ import "../../Chevron/Chevron.css.js";
12
+ import "../../AlertBanner/AlertBanner.css.js";
13
+ import "../../Modal/contextApi/store.js";
14
+ import { findMoreAxosDomains } from "../../utils/allowedAxosDomains.js";
15
+ import "clsx";
16
+ import { useState } from "react";
17
+ import "../../Button/Button.css.js";
18
+ import { useLocation } from "react-use";
19
+ /* empty css */
20
+ import "../../Article/Article.css.js";
21
+ import "../../ArticlesSet/ArticlesSet.css.js";
22
+ /* empty css */
23
+ /* empty css */
24
+ /* empty css */
25
+ import "../../IconBillboard/IconBillboard.css.js";
26
+ /* empty css */
27
+ import "@hookform/resolvers/zod";
28
+ import "../../Input/Checkbox.js";
29
+ import "../../Input/CurrencyInput.js";
30
+ import "../../Input/Dropdown.js";
31
+ /* empty css */
32
+ import "../../Input/Input.js";
33
+ import "../../Input/Input.css.js";
34
+ import "../../Input/InputPhone.js";
35
+ import "../../Input/InputTextArea.js";
36
+ import "react-hook-form";
37
+ import "../../Forms/Forms.css.js";
38
+ import "../../Forms/SalesforceFieldsForm.js";
39
+ import "../../LoadingIndicator/LoadingIndicator.css.js";
40
+ import "../../Input/RadioButton.js";
41
+ import "iframe-resizer";
42
+ import "../../Calculators/calculator.css.js";
43
+ /* empty css */
44
+ import "../../Carousel/index.js";
45
+ /* empty css */
46
+ import "../../Comparison/Comparison.css.js";
47
+ import "../../HeroBanner/HeroBanner.css.js";
48
+ import "../../HeroBanner/LargeBanner.css.js";
49
+ import "../../HeroBanner/SelectionBanner.css.js";
50
+ import "../../SetContainer/SetContainer.css.js";
51
+ import "../../Tab/Tab.css.js";
52
+ import "../../icons/Star/Star.css.js";
53
+ import "../../ContentBanner/ContentBanner.css.js";
54
+ /* empty css */
55
+ import "../../ExecutiveBio/ExecutiveBio.css.js";
56
+ import "../../FaqAccordion/index.js";
57
+ import "../../FooterDisclosure/FooterDisclosure.css.js";
58
+ /* empty css */
59
+ import "../../ImageBillboard/ImageBillboard.css.js";
60
+ import "../../LandingPageHeader/LandingPageHeader.css.js";
61
+ /* empty css */
62
+ import Link from "next/link.js";
63
+ /* empty css */
64
+ /* empty css */
65
+ /* empty css */
66
+ /* empty css */
67
+ /* empty css */
68
+ /* empty css */
69
+ import "../../StepItem/StepItem.css.js";
70
+ import "../../StepItemSet/StepItemSet.css.js";
71
+ import "../../Table/Table.css.js";
72
+ /* empty css */
73
+ /* empty css */
74
+ /* empty css */
75
+ import "next/script.js";
76
+ /* empty css */
77
+ /* empty css */
78
+ import Image from "next/image.js";
79
+ import styles from "./NavBar.module.js";
80
+ import { subNavItems } from "./NavData.js";
81
+ import { sub_nav } from "./SubNavbar.css.js";
82
+ function SubNavBar() {
83
+ const { pathname } = useLocation();
84
+ const [hoveredLink, setHoveredLink] = useState(void 0);
85
+ const handleMouseEnter = (link) => setHoveredLink(link);
86
+ const handleMouseLeave = () => setHoveredLink(void 0);
87
+ const hideOnClick = () => setHoveredLink(void 0);
88
+ const support = subNavItems.support;
89
+ const about = subNavItems.about;
90
+ if (![
91
+ "/personal",
92
+ "/business",
93
+ "/partners",
94
+ "/customer-suppor",
95
+ "/about-us"
96
+ ].some((el) => pathname?.includes(el))) {
97
+ return null;
98
+ }
99
+ return /* @__PURE__ */ jsx("div", { className: `${styles.sub_nav} ${sub_nav} ${styles.desktop_only}`, children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: styles.header_sub_row, children: [
100
+ /* @__PURE__ */ jsx("nav", { children: /* @__PURE__ */ jsxs("ul", { className: "list_unstyled flex_row middle", children: [
101
+ pathname?.includes("/personal") && /* @__PURE__ */ jsxs(Fragment, { children: [
102
+ /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsxs(
103
+ "a",
104
+ {
105
+ href: "#",
106
+ id: "personalNav1",
107
+ role: "menuitem",
108
+ onMouseEnter: () => handleMouseEnter("bank"),
109
+ onClick: hideOnClick,
110
+ children: [
111
+ "Bank",
112
+ /* @__PURE__ */ jsx(
113
+ "svg",
114
+ {
115
+ width: "15",
116
+ height: "12",
117
+ viewBox: "0 0 20 12",
118
+ fill: "none",
119
+ xmlns: "http://www.w3.org/2000/svg",
120
+ style: { marginLeft: "8px" },
121
+ children: /* @__PURE__ */ jsx(
122
+ "path",
123
+ {
124
+ d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
125
+ fill: "white"
126
+ }
127
+ )
128
+ }
129
+ )
130
+ ]
131
+ }
132
+ ) }),
133
+ /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsxs(
134
+ "a",
135
+ {
136
+ href: "#",
137
+ id: "personalNav2",
138
+ role: "menuitem",
139
+ onMouseEnter: () => handleMouseEnter("borrow"),
140
+ onClick: hideOnClick,
141
+ children: [
142
+ "Borrow",
143
+ /* @__PURE__ */ jsx(
144
+ "svg",
145
+ {
146
+ width: "15",
147
+ height: "12",
148
+ viewBox: "0 0 20 12",
149
+ fill: "none",
150
+ xmlns: "http://www.w3.org/2000/svg",
151
+ style: { marginLeft: "8px" },
152
+ children: /* @__PURE__ */ jsx(
153
+ "path",
154
+ {
155
+ d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
156
+ fill: "white"
157
+ }
158
+ )
159
+ }
160
+ )
161
+ ]
162
+ }
163
+ ) }),
164
+ /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsxs(
165
+ "a",
166
+ {
167
+ href: "#",
168
+ id: "personalNav3",
169
+ role: "menuitem",
170
+ onMouseEnter: () => handleMouseEnter("invest"),
171
+ onClick: hideOnClick,
172
+ children: [
173
+ "Invest",
174
+ /* @__PURE__ */ jsx(
175
+ "svg",
176
+ {
177
+ width: "15",
178
+ height: "12",
179
+ viewBox: "0 0 20 12",
180
+ fill: "none",
181
+ xmlns: "http://www.w3.org/2000/svg",
182
+ style: { marginLeft: "8px" },
183
+ children: /* @__PURE__ */ jsx(
184
+ "path",
185
+ {
186
+ d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
187
+ fill: "white"
188
+ }
189
+ )
190
+ }
191
+ )
192
+ ]
193
+ }
194
+ ) }),
195
+ /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsxs(
196
+ "a",
197
+ {
198
+ href: "#",
199
+ id: "personalNav4",
200
+ role: "menuitem",
201
+ onMouseEnter: () => handleMouseEnter("plan"),
202
+ onClick: hideOnClick,
203
+ children: [
204
+ "Plan",
205
+ /* @__PURE__ */ jsx(
206
+ "svg",
207
+ {
208
+ width: "15",
209
+ height: "12",
210
+ viewBox: "0 0 20 12",
211
+ fill: "none",
212
+ xmlns: "http://www.w3.org/2000/svg",
213
+ style: { marginLeft: "8px" },
214
+ children: /* @__PURE__ */ jsx(
215
+ "path",
216
+ {
217
+ d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
218
+ fill: "white"
219
+ }
220
+ )
221
+ }
222
+ )
223
+ ]
224
+ }
225
+ ) })
226
+ ] }),
227
+ pathname?.includes("/business") && /* @__PURE__ */ jsxs(Fragment, { children: [
228
+ /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsxs(
229
+ "a",
230
+ {
231
+ href: "#",
232
+ id: "busNav1",
233
+ role: "menuitem",
234
+ onMouseEnter: () => handleMouseEnter("sbb"),
235
+ onClick: hideOnClick,
236
+ children: [
237
+ "Small Business Banking",
238
+ /* @__PURE__ */ jsx(
239
+ "svg",
240
+ {
241
+ width: "15",
242
+ height: "12",
243
+ viewBox: "0 0 20 12",
244
+ fill: "none",
245
+ xmlns: "http://www.w3.org/2000/svg",
246
+ style: { marginLeft: "8px" },
247
+ children: /* @__PURE__ */ jsx(
248
+ "path",
249
+ {
250
+ d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
251
+ fill: "white"
252
+ }
253
+ )
254
+ }
255
+ )
256
+ ]
257
+ }
258
+ ) }),
259
+ /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsxs(
260
+ "a",
261
+ {
262
+ href: "#",
263
+ id: "busNav2",
264
+ role: "menuitem",
265
+ onMouseEnter: () => handleMouseEnter("combank"),
266
+ onClick: hideOnClick,
267
+ children: [
268
+ "Commercial Banking",
269
+ /* @__PURE__ */ jsx(
270
+ "svg",
271
+ {
272
+ width: "15",
273
+ height: "12",
274
+ viewBox: "0 0 20 12",
275
+ fill: "none",
276
+ xmlns: "http://www.w3.org/2000/svg",
277
+ style: { marginLeft: "8px" },
278
+ children: /* @__PURE__ */ jsx(
279
+ "path",
280
+ {
281
+ d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
282
+ fill: "white"
283
+ }
284
+ )
285
+ }
286
+ )
287
+ ]
288
+ }
289
+ ) }),
290
+ /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsxs(
291
+ "a",
292
+ {
293
+ href: "#",
294
+ id: "busNav3",
295
+ role: "menuitem",
296
+ onMouseEnter: () => handleMouseEnter("comlending"),
297
+ onClick: hideOnClick,
298
+ children: [
299
+ "Commercial Lending",
300
+ /* @__PURE__ */ jsx(
301
+ "svg",
302
+ {
303
+ width: "15",
304
+ height: "12",
305
+ viewBox: "0 0 20 12",
306
+ fill: "none",
307
+ xmlns: "http://www.w3.org/2000/svg",
308
+ style: { marginLeft: "8px" },
309
+ children: /* @__PURE__ */ jsx(
310
+ "path",
311
+ {
312
+ d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
313
+ fill: "white"
314
+ }
315
+ )
316
+ }
317
+ )
318
+ ]
319
+ }
320
+ ) })
321
+ ] }),
322
+ pathname?.includes("/partners") && /* @__PURE__ */ jsxs(Fragment, { children: [
323
+ /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx(
324
+ Link,
325
+ {
326
+ href: `https://lavictoirefinance.com/dealers`,
327
+ id: "partNav1",
328
+ role: "menuitem",
329
+ children: "New! Marine Dealer Floorplan Finance"
330
+ }
331
+ ) }),
332
+ /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsxs(
333
+ "a",
334
+ {
335
+ href: "#",
336
+ id: "partNav2",
337
+ role: "menuitem",
338
+ onMouseEnter: () => handleMouseEnter("wholelending"),
339
+ onClick: hideOnClick,
340
+ children: [
341
+ "Wholesale Lending",
342
+ /* @__PURE__ */ jsx(
343
+ "svg",
344
+ {
345
+ width: "15",
346
+ height: "12",
347
+ viewBox: "0 0 20 12",
348
+ fill: "none",
349
+ xmlns: "http://www.w3.org/2000/svg",
350
+ style: { marginLeft: "8px" },
351
+ children: /* @__PURE__ */ jsx(
352
+ "path",
353
+ {
354
+ d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
355
+ fill: "white"
356
+ }
357
+ )
358
+ }
359
+ )
360
+ ]
361
+ }
362
+ ) }),
363
+ /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsxs(
364
+ "a",
365
+ {
366
+ href: "#",
367
+ id: "partNav3",
368
+ role: "menuitem",
369
+ onMouseEnter: () => handleMouseEnter("sbc"),
370
+ onClick: hideOnClick,
371
+ children: [
372
+ "Small Balance Commercial",
373
+ /* @__PURE__ */ jsx(
374
+ "svg",
375
+ {
376
+ width: "15",
377
+ height: "12",
378
+ viewBox: "0 0 20 12",
379
+ fill: "none",
380
+ xmlns: "http://www.w3.org/2000/svg",
381
+ style: { marginLeft: "8px" },
382
+ children: /* @__PURE__ */ jsx(
383
+ "path",
384
+ {
385
+ d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
386
+ fill: "white"
387
+ }
388
+ )
389
+ }
390
+ )
391
+ ]
392
+ }
393
+ ) }),
394
+ /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx(
395
+ Link,
396
+ {
397
+ href: `https://www.axosadvisor.com`,
398
+ id: "partNav4",
399
+ role: "menuitem",
400
+ children: "Financial Advisors"
401
+ }
402
+ ) }),
403
+ /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsxs(
404
+ "a",
405
+ {
406
+ href: "#",
407
+ id: "partNav5",
408
+ role: "menuitem",
409
+ onMouseEnter: () => handleMouseEnter("dealerservices"),
410
+ onClick: hideOnClick,
411
+ children: [
412
+ "Dealer Services",
413
+ /* @__PURE__ */ jsx(
414
+ "svg",
415
+ {
416
+ width: "15",
417
+ height: "12",
418
+ viewBox: "0 0 20 12",
419
+ fill: "none",
420
+ xmlns: "http://www.w3.org/2000/svg",
421
+ style: { marginLeft: "8px" },
422
+ children: /* @__PURE__ */ jsx(
423
+ "path",
424
+ {
425
+ d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
426
+ fill: "white"
427
+ }
428
+ )
429
+ }
430
+ )
431
+ ]
432
+ }
433
+ ) }),
434
+ /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx(
435
+ Link,
436
+ {
437
+ href: `/partners/strategic-partnerships`,
438
+ id: "partNav5",
439
+ role: "menuitem",
440
+ children: "Strategic Partnerships"
441
+ }
442
+ ) })
443
+ ] }),
444
+ pathname?.includes("/customer-support") && support.map(
445
+ (item) => /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx(Link, { href: item.url, role: "menuitem", children: item.name }) }, `snb-${item.id}`)
446
+ ),
447
+ pathname?.includes("/about-us") && about.map((item) => /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx(Link, { href: item.url, role: "menuitem", children: item.name }) }, `snb-${item.id}`))
448
+ ] }) }),
449
+ hoveredLink === "bank" && /* @__PURE__ */ jsx(
450
+ "div",
451
+ {
452
+ className: `${styles.dd_wrapper} ${styles.desktop_only} relative`,
453
+ role: "menu",
454
+ onMouseLeave: handleMouseLeave,
455
+ children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
456
+ /* @__PURE__ */ jsxs(
457
+ "div",
458
+ {
459
+ className: `${styles.dd_media} ${styles.opacity} primary_gradient_bg w_auto text_center`,
460
+ children: [
461
+ /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
462
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Checking" }),
463
+ /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "Take control of your finances and find a checking solution that fits your needs." })
464
+ ] }),
465
+ /* @__PURE__ */ jsx("div", { className: `${styles.mt_8} ${styles.dd_media_img}`, children: /* @__PURE__ */ jsx(
466
+ Image,
467
+ {
468
+ src: `https://images.axos.com/o9ov1v03uwqk/eEwgc8g9ws7oWWUTh2G8X/de2e3ede3ca7c3762e052d9cba375de7/nav-submenu-bank.svg`,
469
+ alt: "",
470
+ width: 233,
471
+ height: 222
472
+ }
473
+ ) }),
474
+ /* @__PURE__ */ jsx("div", { className: `${styles.mt_8} ${styles.dd_media_cta}`, children: /* @__PURE__ */ jsx(
475
+ Link,
476
+ {
477
+ href: `/personal/checking`,
478
+ "aria-label": "learn more about available checking accounts",
479
+ className: "text_center bg_white ",
480
+ children: "Learn More"
481
+ }
482
+ ) })
483
+ ]
484
+ }
485
+ ),
486
+ /* @__PURE__ */ jsxs(
487
+ "div",
488
+ {
489
+ className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
490
+ children: [
491
+ /* @__PURE__ */ jsxs(
492
+ "div",
493
+ {
494
+ className: `${styles.headline} flex_row middle between`,
495
+ children: [
496
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Take your money further, faster" }),
497
+ /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
498
+ /* @__PURE__ */ jsx(
499
+ Image,
500
+ {
501
+ src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
502
+ alt: "",
503
+ width: 20,
504
+ height: 20
505
+ }
506
+ ),
507
+ /* @__PURE__ */ jsx(
508
+ "div",
509
+ {
510
+ className: `${styles.headline_cta} ${styles.ml_8}`,
511
+ children: /* @__PURE__ */ jsx(
512
+ Link,
513
+ {
514
+ href: findMoreAxosDomains(
515
+ "{AXOSBANK}/customer-support/personal-support"
516
+ ),
517
+ children: "Help & Support"
518
+ }
519
+ )
520
+ }
521
+ )
522
+ ] })
523
+ ]
524
+ }
525
+ ),
526
+ /* @__PURE__ */ jsx("hr", {}),
527
+ /* @__PURE__ */ jsxs("div", { className: `${styles.site_lists} flex_row`, children: [
528
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
529
+ /* @__PURE__ */ jsx(
530
+ Image,
531
+ {
532
+ src: `https://images.axos.com/o9ov1v03uwqk/1C6PYF4ecl8NB0bE839Dca/cab3ae959e83d8546491e792ead4573a/nav-submenu-checking-icon.svg`,
533
+ alt: "",
534
+ width: 20,
535
+ height: 20
536
+ }
537
+ ),
538
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
539
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
540
+ Link,
541
+ {
542
+ href: findMoreAxosDomains(
543
+ "{AXOSBANK}/personal/checking"
544
+ ),
545
+ role: "heading",
546
+ children: "Checking"
547
+ }
548
+ ) }),
549
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
550
+ Link,
551
+ {
552
+ href: findMoreAxosDomains(
553
+ "{AXOSBANK}/personal/checking/rewards-checking"
554
+ ),
555
+ children: "Rewards Checking"
556
+ }
557
+ ) }),
558
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
559
+ Link,
560
+ {
561
+ href: findMoreAxosDomains(
562
+ "{AXOSBANK}/personal/checking/essential-checking"
563
+ ),
564
+ children: "Essential Checking"
565
+ }
566
+ ) }),
567
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
568
+ Link,
569
+ {
570
+ href: findMoreAxosDomains(
571
+ "{AXOSBANK}/personal/checking/first-checking"
572
+ ),
573
+ children: "First Checking"
574
+ }
575
+ ) }),
576
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
577
+ Link,
578
+ {
579
+ href: findMoreAxosDomains(
580
+ "{AXOSBANK}/personal/checking/cashback-checking"
581
+ ),
582
+ children: "CashBack Checking"
583
+ }
584
+ ) }),
585
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
586
+ Link,
587
+ {
588
+ href: findMoreAxosDomains(
589
+ "{AXOSBANK}/personal/checking/golden-checking"
590
+ ),
591
+ children: "Golden Checking"
592
+ }
593
+ ) })
594
+ ] })
595
+ ] }),
596
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
597
+ /* @__PURE__ */ jsx(
598
+ Image,
599
+ {
600
+ src: `https://images.axos.com/o9ov1v03uwqk/5ODchMOjrkKa90SBWKwcDw/e5508c26d341bfb58318e052d89f4771/nav-submenu-savings-icon.svg`,
601
+ alt: "",
602
+ width: 20,
603
+ height: 20
604
+ }
605
+ ),
606
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
607
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
608
+ Link,
609
+ {
610
+ href: findMoreAxosDomains(
611
+ "{AXOSBANK}/personal/savings"
612
+ ),
613
+ role: "heading",
614
+ children: "Savings"
615
+ }
616
+ ) }),
617
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
618
+ Link,
619
+ {
620
+ href: findMoreAxosDomains(
621
+ "{AXOSBANK}/personal/savings/high-yield-savings"
622
+ ),
623
+ children: "High Yield Savings"
624
+ }
625
+ ) }),
626
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
627
+ Link,
628
+ {
629
+ href: findMoreAxosDomains(
630
+ "{AXOSBANK}/personal/savings/high-yield-money-market"
631
+ ),
632
+ children: "High Yield Money Market"
633
+ }
634
+ ) }),
635
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
636
+ Link,
637
+ {
638
+ href: findMoreAxosDomains(
639
+ "{AXOSBANK}/personal/savings/first-savings"
640
+ ),
641
+ children: "First Savings"
642
+ }
643
+ ) })
644
+ ] })
645
+ ] }),
646
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
647
+ /* @__PURE__ */ jsx(
648
+ Image,
649
+ {
650
+ src: `https://images.axos.com/o9ov1v03uwqk/6HFMuiXSvCndJhrPrt4JYk/0a8b9411818a8116943487f946867fe7/nav-submenu-cds-icon.svg`,
651
+ alt: "",
652
+ width: 20,
653
+ height: 20
654
+ }
655
+ ),
656
+ /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: `/personal/cds`, role: "heading", children: "Certificates of Deposit" }) }) })
657
+ ] }),
658
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
659
+ /* @__PURE__ */ jsx(
660
+ Image,
661
+ {
662
+ src: `https://images.axos.com/o9ov1v03uwqk/2zmsYM7kjm1WgbDkir7c3/16313ad773ff08a2d9bfa61ba161a528/nav-submenu-premier-icon.svg`,
663
+ alt: "",
664
+ width: 20,
665
+ height: 20
666
+ }
667
+ ),
668
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
669
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
670
+ Link,
671
+ {
672
+ href: findMoreAxosDomains(
673
+ "{AXOSBANK}/personal/premier"
674
+ ),
675
+ role: "heading",
676
+ children: "Premier"
677
+ }
678
+ ) }),
679
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
680
+ Link,
681
+ {
682
+ href: findMoreAxosDomains(
683
+ "{AXOSBANK}/personal/premier/privateclient"
684
+ ),
685
+ children: "Private Client"
686
+ }
687
+ ) }),
688
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
689
+ Link,
690
+ {
691
+ href: findMoreAxosDomains(
692
+ "{AXOSBANK}/personal/premier/insureguardplus"
693
+ ),
694
+ children: "InsureGuard+"
695
+ }
696
+ ) }),
697
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
698
+ Link,
699
+ {
700
+ href: findMoreAxosDomains(
701
+ "{AXOSBANK}/personal/premier/worldcheckingandsavings"
702
+ ),
703
+ children: "World Checking & Savings"
704
+ }
705
+ ) })
706
+ ] })
707
+ ] }),
708
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
709
+ /* @__PURE__ */ jsx(
710
+ Image,
711
+ {
712
+ src: `https://images.axos.com/o9ov1v03uwqk/5JqDuUm6D5hbX2MQrbWCQq/0c6b5ed3d5e08cd03e2ca20b8e2f39ef/nav-submenu-atm-icon.svg`,
713
+ alt: "",
714
+ width: 20,
715
+ height: 20
716
+ }
717
+ ),
718
+ /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: `/atm-locator`, role: "heading", children: "ATM Locator" }) }) })
719
+ ] }),
720
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
721
+ /* @__PURE__ */ jsx(
722
+ Image,
723
+ {
724
+ src: `https://images.axos.com/o9ov1v03uwqk/6ninSDVeSycXICNX8zF4J3/75ccf4194f0b3e7209f4095457bce00d/nav-submenu-raf-icon.svg`,
725
+ alt: "",
726
+ width: 20,
727
+ height: 20
728
+ }
729
+ ),
730
+ /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
731
+ Link,
732
+ {
733
+ href: findMoreAxosDomains(
734
+ "{AXOSBANK}/refer-a-friend"
735
+ ),
736
+ role: "heading",
737
+ children: "Refer-a-Friend"
738
+ }
739
+ ) }) })
740
+ ] })
741
+ ] })
742
+ ]
743
+ }
744
+ )
745
+ ] }) })
746
+ }
747
+ ),
748
+ hoveredLink === "borrow" && /* @__PURE__ */ jsx(
749
+ "div",
750
+ {
751
+ className: `${styles.dd_wrapper} ${styles.desktop_only} relative`,
752
+ role: "menu",
753
+ onMouseLeave: handleMouseLeave,
754
+ children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
755
+ /* @__PURE__ */ jsxs(
756
+ "div",
757
+ {
758
+ className: `${styles.dd_media} ${styles.opacity} primary_gradient_bg w_auto text_center`,
759
+ children: [
760
+ /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
761
+ /* @__PURE__ */ jsxs("p", { role: "heading", children: [
762
+ "$0 Lender Fee",
763
+ /* @__PURE__ */ jsx("sup", { children: "1" }),
764
+ " on Home Loans"
765
+ ] }),
766
+ /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "Our best offer ever on home loans. Don't miss this limited time offer!" })
767
+ ] }),
768
+ /* @__PURE__ */ jsx("div", { className: `${styles.mt_8} ${styles.dd_media_img}`, children: /* @__PURE__ */ jsx(
769
+ Image,
770
+ {
771
+ src: `https://images.axos.com/o9ov1v03uwqk/6tVncmpCfCXbilZHhFUYJ5/9543b0e7d5cd8df20161e07c126667bf/nav-submenu-borrow.webp`,
772
+ alt: "",
773
+ width: 232,
774
+ height: 232
775
+ }
776
+ ) }),
777
+ /* @__PURE__ */ jsx("div", { className: `${styles.mt_8} ${styles.dd_media_cta}`, children: /* @__PURE__ */ jsx(
778
+ Link,
779
+ {
780
+ href: `/personal/mortgages`,
781
+ "aria-label": "get a mortgage quote",
782
+ className: "text_center bg_white ",
783
+ children: "Get a Quote"
784
+ }
785
+ ) })
786
+ ]
787
+ }
788
+ ),
789
+ /* @__PURE__ */ jsxs(
790
+ "div",
791
+ {
792
+ className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
793
+ children: [
794
+ /* @__PURE__ */ jsxs(
795
+ "div",
796
+ {
797
+ className: `${styles.headline} flex_row middle between`,
798
+ children: [
799
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Great rates on home loans" }),
800
+ /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
801
+ /* @__PURE__ */ jsx(
802
+ Image,
803
+ {
804
+ src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
805
+ alt: "",
806
+ width: 20,
807
+ height: 20
808
+ }
809
+ ),
810
+ /* @__PURE__ */ jsx(
811
+ "div",
812
+ {
813
+ className: `${styles.headline_cta} ${styles.ml_8}`,
814
+ children: /* @__PURE__ */ jsx(
815
+ Link,
816
+ {
817
+ href: findMoreAxosDomains(
818
+ "{AXOSBANK}/customer-support/personal-support"
819
+ ),
820
+ children: "Help & Support"
821
+ }
822
+ )
823
+ }
824
+ )
825
+ ] })
826
+ ]
827
+ }
828
+ ),
829
+ /* @__PURE__ */ jsx("hr", {}),
830
+ /* @__PURE__ */ jsxs("div", { className: `${styles.site_lists} flex_row`, children: [
831
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
832
+ /* @__PURE__ */ jsx(
833
+ Image,
834
+ {
835
+ src: `https://images.axos.com/o9ov1v03uwqk/4DCrulmnArCq5AeiHLUNg9/210d1bd6d08d15d9999494ea027ba4fd/nav-submenu-mortgage-icon.webp`,
836
+ alt: "",
837
+ width: 20,
838
+ height: 20
839
+ }
840
+ ),
841
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
842
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
843
+ Link,
844
+ {
845
+ href: findMoreAxosDomains(
846
+ "{AXOSBANK}/personal/mortgages"
847
+ ),
848
+ role: "heading",
849
+ children: "Mortgage"
850
+ }
851
+ ) }),
852
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
853
+ Link,
854
+ {
855
+ href: findMoreAxosDomains(
856
+ "{AXOSBANK}/personal/mortgages/buying-a-home"
857
+ ),
858
+ children: "Mortgage Refinance"
859
+ }
860
+ ) }),
861
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
862
+ Link,
863
+ {
864
+ href: findMoreAxosDomains(
865
+ "{AXOSBANK}/personal/mortgages/refinance"
866
+ ),
867
+ children: "Mortgage Refinance"
868
+ }
869
+ ) }),
870
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
871
+ Link,
872
+ {
873
+ href: findMoreAxosDomains(
874
+ "{AXOSBANK}/personal/mortgages/buying-a-home/get-pre-qualifies"
875
+ ),
876
+ children: "Get Pre-qualified"
877
+ }
878
+ ) }),
879
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
880
+ Link,
881
+ {
882
+ href: findMoreAxosDomains(
883
+ "{AXOSBANK}/personal/mortgages"
884
+ ),
885
+ children: "Get a Rate Quote"
886
+ }
887
+ ) }),
888
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
889
+ Link,
890
+ {
891
+ href: `https://afp.axosbank.com/blend?type=signUp&createApplication=true`,
892
+ children: "Apply Now"
893
+ }
894
+ ) }),
895
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
896
+ Link,
897
+ {
898
+ href: findMoreAxosDomains(
899
+ "{AXOSBANK}/personal/mortgages/mortgage-options"
900
+ ),
901
+ children: "Mortgage Options"
902
+ }
903
+ ) }),
904
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
905
+ Link,
906
+ {
907
+ href: findMoreAxosDomains(
908
+ "{AXOSBANK}/personal/mortgages/mortgage-support"
909
+ ),
910
+ children: "Mortgage Services"
911
+ }
912
+ ) }),
913
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
914
+ Link,
915
+ {
916
+ href: findMoreAxosDomains(
917
+ "{AXOSBANK}/customer-Support/personal-support/manage-my-loan"
918
+ ),
919
+ children: "Make a Payment"
920
+ }
921
+ ) })
922
+ ] })
923
+ ] }),
924
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
925
+ /* @__PURE__ */ jsx(
926
+ Image,
927
+ {
928
+ src: `https://images.axos.com/o9ov1v03uwqk/1P3FqllFkxleBe4qGVpcJD/7cfbf9d5aaeaf0b87c70f7438de9119a/nav-submenu-personalloans-icon.webp`,
929
+ alt: "",
930
+ width: 20,
931
+ height: 20
932
+ }
933
+ ),
934
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
935
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
936
+ Link,
937
+ {
938
+ href: findMoreAxosDomains(
939
+ "{AXOSBANK}/personal/personal-loans"
940
+ ),
941
+ role: "heading",
942
+ children: "Personal Loans"
943
+ }
944
+ ) }),
945
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
946
+ Link,
947
+ {
948
+ href: findMoreAxosDomains(
949
+ "{AXOSBANK}/personal/personal-loans"
950
+ ),
951
+ children: "Learn More"
952
+ }
953
+ ) }),
954
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: `https://personalloans.axosbank.com/`, children: "Apply Now" }) }),
955
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
956
+ Link,
957
+ {
958
+ href: findMoreAxosDomains(
959
+ "{AXOSBANK}/customer-support/personal-support/manage-my-loan"
960
+ ),
961
+ children: "Make a Payment"
962
+ }
963
+ ) }),
964
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
965
+ Link,
966
+ {
967
+ href: findMoreAxosDomains(
968
+ "{AXOSBANK}/personal/personal-loans/debt-consolidation-loans"
969
+ ),
970
+ children: "Debt Consolidation Loans"
971
+ }
972
+ ) }),
973
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
974
+ Link,
975
+ {
976
+ href: findMoreAxosDomains(
977
+ "{AXOSBANK}/personal/personal-loans/home-improvement-loans"
978
+ ),
979
+ children: "Home Improvement Loans"
980
+ }
981
+ ) }),
982
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
983
+ Link,
984
+ {
985
+ href: findMoreAxosDomains(
986
+ "{AXOSBANK}/personal/personal-loans/major-purchases-loans"
987
+ ),
988
+ children: "Major Purchases Loans"
989
+ }
990
+ ) })
991
+ ] })
992
+ ] }),
993
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
994
+ /* @__PURE__ */ jsx(
995
+ Image,
996
+ {
997
+ src: `https://images.axos.com/o9ov1v03uwqk/jpqd1KnknpG6gVaYg04Bl/a55d179434815dc4029ee413d8d7a703/nav-submenu-auto-icon.webp`,
998
+ alt: "",
999
+ width: 20,
1000
+ height: 20
1001
+ }
1002
+ ),
1003
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1004
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1005
+ Link,
1006
+ {
1007
+ href: findMoreAxosDomains(
1008
+ "{AXOSBANK}/personal/auto-loan"
1009
+ ),
1010
+ role: "heading",
1011
+ children: "Auto Loans"
1012
+ }
1013
+ ) }),
1014
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1015
+ Link,
1016
+ {
1017
+ href: findMoreAxosDomains(
1018
+ "{AXOSBANK}/personal/auto-loan/purchase-a-vehicle"
1019
+ ),
1020
+ children: "Auto Purchase Loans"
1021
+ }
1022
+ ) }),
1023
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1024
+ Link,
1025
+ {
1026
+ href: findMoreAxosDomains(
1027
+ "{AXOSBANK}/personal/auto-loan/refincance"
1028
+ ),
1029
+ children: "Auto Refinance Loans"
1030
+ }
1031
+ ) }),
1032
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1033
+ Link,
1034
+ {
1035
+ href: findMoreAxosDomains(
1036
+ "{AXOSBANK}/tools/calculators/auto-loan-calculator"
1037
+ ),
1038
+ children: "Auto Payment Calculator"
1039
+ }
1040
+ ) }),
1041
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1042
+ Link,
1043
+ {
1044
+ href: findMoreAxosDomains(
1045
+ "{AXOSBANK}/customer-support/personal-support/manage-my-loan"
1046
+ ),
1047
+ children: "Manage My Loan"
1048
+ }
1049
+ ) })
1050
+ ] })
1051
+ ] }),
1052
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1053
+ /* @__PURE__ */ jsx(
1054
+ Image,
1055
+ {
1056
+ src: `https://images.axos.com/o9ov1v03uwqk/4PzOJa1zI8qoTiFwQZHywH/3b135a2bb9f281633d2d9f8035dff6e3/nav-submenu-marine-icon.svg`,
1057
+ alt: "",
1058
+ width: 20,
1059
+ height: 20
1060
+ }
1061
+ ),
1062
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1063
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1064
+ Link,
1065
+ {
1066
+ href: `https://lavictoirefinance.com`,
1067
+ role: "heading",
1068
+ children: "New! Marine Loans"
1069
+ }
1070
+ ) }),
1071
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: `https://lavictoirefinance.com`, children: "Find The Right Loan" }) }),
1072
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1073
+ Link,
1074
+ {
1075
+ href: `https://lavictoirefinance.com/apply-now`,
1076
+ children: "Apply Now"
1077
+ }
1078
+ ) }),
1079
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1080
+ Link,
1081
+ {
1082
+ href: `https://lavictoirefinance.com/contact-us`,
1083
+ children: "Contact Us"
1084
+ }
1085
+ ) })
1086
+ ] })
1087
+ ] })
1088
+ ] })
1089
+ ]
1090
+ }
1091
+ )
1092
+ ] }) })
1093
+ }
1094
+ ),
1095
+ hoveredLink === "invest" && /* @__PURE__ */ jsx(
1096
+ "div",
1097
+ {
1098
+ className: `${styles.dd_wrapper} ${styles.desktop_only} relative`,
1099
+ role: "menu",
1100
+ onMouseLeave: handleMouseLeave,
1101
+ children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
1102
+ /* @__PURE__ */ jsxs(
1103
+ "div",
1104
+ {
1105
+ className: `${styles.dd_media} ${styles.opacity} primary_gradient_bg w_auto text_center`,
1106
+ children: [
1107
+ /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
1108
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Introducing Axos FundFinder+" }),
1109
+ /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "Welcome to your all-in-one research tool. Quickly discover, research, and compare mutual funds and ETFs – just like the pros." })
1110
+ ] }),
1111
+ /* @__PURE__ */ jsx("div", { className: `${styles.mt_8} ${styles.dd_media_img}`, children: /* @__PURE__ */ jsx(
1112
+ Image,
1113
+ {
1114
+ src: `https://images.axos.com/o9ov1v03uwqk/2bREH0KGxe7C82N4cdathQ/27a2cc310ac12b074241cae88076958d/nav-submenu-invest.webp`,
1115
+ alt: "",
1116
+ width: 232,
1117
+ height: 232
1118
+ }
1119
+ ) }),
1120
+ /* @__PURE__ */ jsx("div", { className: `${styles.mt_8} ${styles.dd_media_cta}`, children: /* @__PURE__ */ jsx(
1121
+ Link,
1122
+ {
1123
+ href: `https://axosfundfinder.com/`,
1124
+ "aria-label": "learn more about fundfinder",
1125
+ className: "text_center bg_white ",
1126
+ children: "Learn More"
1127
+ }
1128
+ ) })
1129
+ ]
1130
+ }
1131
+ ),
1132
+ /* @__PURE__ */ jsxs(
1133
+ "div",
1134
+ {
1135
+ className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
1136
+ children: [
1137
+ /* @__PURE__ */ jsxs(
1138
+ "div",
1139
+ {
1140
+ className: `${styles.headline} flex_row middle between`,
1141
+ children: [
1142
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Quickly discover and compare mutual funds and ETFs" }),
1143
+ /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
1144
+ /* @__PURE__ */ jsx(
1145
+ Image,
1146
+ {
1147
+ src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
1148
+ alt: "",
1149
+ width: 20,
1150
+ height: 20
1151
+ }
1152
+ ),
1153
+ /* @__PURE__ */ jsx(
1154
+ "div",
1155
+ {
1156
+ className: `${styles.headline_cta} ${styles.ml_8}`,
1157
+ children: /* @__PURE__ */ jsx(
1158
+ Link,
1159
+ {
1160
+ href: findMoreAxosDomains(
1161
+ "{AXOSBANK}/customer-support/personal-support"
1162
+ ),
1163
+ children: "Help & Support"
1164
+ }
1165
+ )
1166
+ }
1167
+ )
1168
+ ] })
1169
+ ]
1170
+ }
1171
+ ),
1172
+ /* @__PURE__ */ jsx("hr", {}),
1173
+ /* @__PURE__ */ jsxs("div", { className: `${styles.site_lists} flex_row`, children: [
1174
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1175
+ /* @__PURE__ */ jsx(
1176
+ Image,
1177
+ {
1178
+ src: `https://images.axos.com/o9ov1v03uwqk/1plPiU22JsVdZW6B6XkBi9/48a215c44b93e59698ec2e8c4356de0d/nav-submenu-mp-icon.webp`,
1179
+ alt: "",
1180
+ width: 20,
1181
+ height: 20
1182
+ }
1183
+ ),
1184
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1185
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1186
+ Link,
1187
+ {
1188
+ href: findMoreAxosDomains(
1189
+ "{AXOS}/invest/managed-portfolios"
1190
+ ),
1191
+ role: "heading",
1192
+ children: "Managed Portfolios"
1193
+ }
1194
+ ) }),
1195
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1196
+ Link,
1197
+ {
1198
+ href: findMoreAxosDomains(
1199
+ "{AXOS}/invest/managed-portfolios/investing-details"
1200
+ ),
1201
+ children: "Investing Details"
1202
+ }
1203
+ ) }),
1204
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1205
+ Link,
1206
+ {
1207
+ href: findMoreAxosDomains(
1208
+ "{AXOS}/invest/managed-portfolios/investment-strategy"
1209
+ ),
1210
+ children: "Investment Strategy"
1211
+ }
1212
+ ) }),
1213
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1214
+ Link,
1215
+ {
1216
+ href: findMoreAxosDomains(
1217
+ "{AXOS}/invest/managed-portfolios/investing-features"
1218
+ ),
1219
+ children: "Investing Features"
1220
+ }
1221
+ ) })
1222
+ ] })
1223
+ ] }),
1224
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1225
+ /* @__PURE__ */ jsx(
1226
+ Image,
1227
+ {
1228
+ src: `https://images.axos.com/o9ov1v03uwqk/AZigMaq83kcvUG8bUGsDz/c3dc8ae0e3020b4c39dd64af9f693b9a/nav-submenu-sdt-icon.webp`,
1229
+ alt: "",
1230
+ width: 20,
1231
+ height: 20
1232
+ }
1233
+ ),
1234
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1235
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1236
+ Link,
1237
+ {
1238
+ href: findMoreAxosDomains(
1239
+ "{AXOS}/invest/self-directed-trading"
1240
+ ),
1241
+ role: "heading",
1242
+ children: "Self Directed Trading"
1243
+ }
1244
+ ) }),
1245
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1246
+ Link,
1247
+ {
1248
+ href: findMoreAxosDomains(
1249
+ "{AXOS}/invest/self-directed-trading/axos-elite-investing"
1250
+ ),
1251
+ children: "Axos Elite Investing"
1252
+ }
1253
+ ) }),
1254
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1255
+ Link,
1256
+ {
1257
+ href: findMoreAxosDomains(
1258
+ "{AXOS}/invest/self-directed-trading/commission-free-stocks-and-etfs"
1259
+ ),
1260
+ children: "Stocks & ETFs"
1261
+ }
1262
+ ) }),
1263
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1264
+ Link,
1265
+ {
1266
+ href: findMoreAxosDomains(
1267
+ "{AXOS}/invest/self-directed-trading/margin-trading"
1268
+ ),
1269
+ children: "Margin Tradings"
1270
+ }
1271
+ ) }),
1272
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1273
+ Link,
1274
+ {
1275
+ href: findMoreAxosDomains(
1276
+ "{AXOS}/invest/self-directed-trading/options-trading"
1277
+ ),
1278
+ children: "Options Trading"
1279
+ }
1280
+ ) })
1281
+ ] })
1282
+ ] }),
1283
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1284
+ /* @__PURE__ */ jsx(
1285
+ Image,
1286
+ {
1287
+ src: `https://images.axos.com/o9ov1v03uwqk/1enbU0rQRzTsm4mVsSNaso/a66b96035ed67fb344f7909657dc5f9f/nav-submenu-retirement-icon.webp`,
1288
+ alt: "",
1289
+ width: 20,
1290
+ height: 20
1291
+ }
1292
+ ),
1293
+ /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1294
+ Link,
1295
+ {
1296
+ href: findMoreAxosDomains(
1297
+ "{AXOS}/invest/retirement"
1298
+ ),
1299
+ role: "heading",
1300
+ children: "Retirement"
1301
+ }
1302
+ ) }) })
1303
+ ] }),
1304
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1305
+ /* @__PURE__ */ jsx(
1306
+ Image,
1307
+ {
1308
+ src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
1309
+ alt: "",
1310
+ width: 20,
1311
+ height: 20
1312
+ }
1313
+ ),
1314
+ /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1315
+ Link,
1316
+ {
1317
+ href: findMoreAxosDomains(
1318
+ "{AXOS}/invest/support"
1319
+ ),
1320
+ role: "heading",
1321
+ children: "Support"
1322
+ }
1323
+ ) }) })
1324
+ ] }),
1325
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1326
+ /* @__PURE__ */ jsx(
1327
+ Image,
1328
+ {
1329
+ src: `https://images.axos.com/o9ov1v03uwqk/PvF22fgpIH1qP5swSt3MH/daf9fd3df98bc23ed6da9a51eaa37448/nav-submenu-blog-icon.svg`,
1330
+ alt: "",
1331
+ width: 20,
1332
+ height: 20
1333
+ }
1334
+ ),
1335
+ /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1336
+ Link,
1337
+ {
1338
+ href: findMoreAxosDomains("{AXOS}/invest/blog"),
1339
+ role: "heading",
1340
+ children: "Blog"
1341
+ }
1342
+ ) }) })
1343
+ ] })
1344
+ ] })
1345
+ ]
1346
+ }
1347
+ )
1348
+ ] }) })
1349
+ }
1350
+ ),
1351
+ hoveredLink === "plan" && /* @__PURE__ */ jsx(
1352
+ "div",
1353
+ {
1354
+ className: `${styles.dd_wrapper} ${styles.desktop_only} relative`,
1355
+ role: "menu",
1356
+ onMouseLeave: handleMouseLeave,
1357
+ children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
1358
+ /* @__PURE__ */ jsxs(
1359
+ "div",
1360
+ {
1361
+ className: `${styles.dd_media} ${styles.opacity} primary_gradient_bg w_auto text_center`,
1362
+ children: [
1363
+ /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
1364
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "All your finances. In one place." }),
1365
+ /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "Get the Axos All-In-One Mobile App and gain the insights you need to plan your next move. No Axos account required!" })
1366
+ ] }),
1367
+ /* @__PURE__ */ jsx("div", { className: `${styles.mt_8} ${styles.dd_media_img}`, children: /* @__PURE__ */ jsx(
1368
+ Image,
1369
+ {
1370
+ src: `https://images.axos.com/o9ov1v03uwqk/4vSUrmXEbK80FeuAfe2fqJ/c79ef545cef6a995bd9d56ba417bf7ab/nav-submenu-plan.webp`,
1371
+ alt: "",
1372
+ width: 232,
1373
+ height: 232
1374
+ }
1375
+ ) }),
1376
+ /* @__PURE__ */ jsx("div", { className: `${styles.mt_8} ${styles.dd_media_cta}`, children: /* @__PURE__ */ jsx(
1377
+ Link,
1378
+ {
1379
+ href: `/tools/payment-apps/mobile-app`,
1380
+ "aria-label": "download the mobile app",
1381
+ className: "text_center bg_white ",
1382
+ children: "Get the App"
1383
+ }
1384
+ ) })
1385
+ ]
1386
+ }
1387
+ ),
1388
+ /* @__PURE__ */ jsxs(
1389
+ "div",
1390
+ {
1391
+ className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
1392
+ children: [
1393
+ /* @__PURE__ */ jsxs(
1394
+ "div",
1395
+ {
1396
+ className: `${styles.headline} flex_row middle between`,
1397
+ children: [
1398
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Plan your next move" }),
1399
+ /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
1400
+ /* @__PURE__ */ jsx(
1401
+ Image,
1402
+ {
1403
+ src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
1404
+ alt: "",
1405
+ width: 20,
1406
+ height: 20
1407
+ }
1408
+ ),
1409
+ /* @__PURE__ */ jsx(
1410
+ "div",
1411
+ {
1412
+ className: `${styles.headline_cta} ${styles.ml_8}`,
1413
+ children: /* @__PURE__ */ jsx(
1414
+ Link,
1415
+ {
1416
+ href: findMoreAxosDomains(
1417
+ "{AXOSBANK}/customer-support/personal-support"
1418
+ ),
1419
+ children: "Help & Support"
1420
+ }
1421
+ )
1422
+ }
1423
+ )
1424
+ ] })
1425
+ ]
1426
+ }
1427
+ ),
1428
+ /* @__PURE__ */ jsx("hr", {}),
1429
+ /* @__PURE__ */ jsxs("div", { className: `${styles.site_lists} flex_row`, children: [
1430
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1431
+ /* @__PURE__ */ jsx(
1432
+ Image,
1433
+ {
1434
+ src: `https://images.axos.com/o9ov1v03uwqk/3bY5vS0jWKu5FYx3wYjhc5/1be7a91da244ae54796ea8191c07150b/nav-submenu-app-icon.webp`,
1435
+ alt: "",
1436
+ width: 20,
1437
+ height: 20
1438
+ }
1439
+ ),
1440
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1441
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1442
+ Link,
1443
+ {
1444
+ href: findMoreAxosDomains(
1445
+ "{AXOSBANK}/tools/payment-apps/mobile-app"
1446
+ ),
1447
+ role: "heading",
1448
+ children: "Axos Mobile App"
1449
+ }
1450
+ ) }),
1451
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1452
+ Link,
1453
+ {
1454
+ href: findMoreAxosDomains(
1455
+ "{AXOSBANK}/tools/payment-apps/mobile-app"
1456
+ ),
1457
+ children: "Download the App"
1458
+ }
1459
+ ) }),
1460
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1461
+ Link,
1462
+ {
1463
+ href: findMoreAxosDomains(
1464
+ "{AXOSBANK}/tools/payment-apps/mobile-app"
1465
+ ),
1466
+ children: "Mobile App Features"
1467
+ }
1468
+ ) })
1469
+ ] })
1470
+ ] }),
1471
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1472
+ /* @__PURE__ */ jsx(
1473
+ Image,
1474
+ {
1475
+ src: `https://images.axos.com/o9ov1v03uwqk/4Dbx1OIp2ARiyWFC0dOqzg/38540096c180880dbb70176d3b2b1b2b/nav-submenu-tools-icon.webp`,
1476
+ alt: "",
1477
+ width: 20,
1478
+ height: 20
1479
+ }
1480
+ ),
1481
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1482
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1483
+ Link,
1484
+ {
1485
+ href: findMoreAxosDomains("{AXOSBANK}/tools"),
1486
+ role: "heading",
1487
+ children: "Financial Tools"
1488
+ }
1489
+ ) }),
1490
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1491
+ Link,
1492
+ {
1493
+ href: findMoreAxosDomains(
1494
+ "{AXOSBANK}/tools/calculators"
1495
+ ),
1496
+ children: "Calculators"
1497
+ }
1498
+ ) }),
1499
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1500
+ Link,
1501
+ {
1502
+ href: findMoreAxosDomains(
1503
+ "{AXOSBANK}/tools/credit-score-monitoring"
1504
+ ),
1505
+ children: "Credit Score Monitoring"
1506
+ }
1507
+ ) }),
1508
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1509
+ Link,
1510
+ {
1511
+ href: findMoreAxosDomains(
1512
+ "{AXOSBANK}/personal/personal-finance-manager"
1513
+ ),
1514
+ children: "Personal Finance Manager"
1515
+ }
1516
+ ) }),
1517
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1518
+ Link,
1519
+ {
1520
+ href: findMoreAxosDomains("{AXOSBANK}/tools"),
1521
+ children: "Additional Tools"
1522
+ }
1523
+ ) })
1524
+ ] })
1525
+ ] }),
1526
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1527
+ /* @__PURE__ */ jsx(
1528
+ Image,
1529
+ {
1530
+ src: `https://images.axos.com/o9ov1v03uwqk/6qP12OCpyBQWIFQHpJBcOc/aa91d77692692608517c43274dae8e19/nav-submenu-insights-icon.webp`,
1531
+ alt: "",
1532
+ width: 20,
1533
+ height: 20
1534
+ }
1535
+ ),
1536
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1537
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1538
+ Link,
1539
+ {
1540
+ href: findMoreAxosDomains("{AXOSBANK}/blog"),
1541
+ role: "heading",
1542
+ children: "Education & Insights"
1543
+ }
1544
+ ) }),
1545
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: findMoreAxosDomains("{AXOSBANK}/blog"), children: "Personal Finance" }) }),
1546
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1547
+ Link,
1548
+ {
1549
+ href: findMoreAxosDomains("{AXOS}/invest/blog"),
1550
+ children: "Investing Insight"
1551
+ }
1552
+ ) }),
1553
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1554
+ Link,
1555
+ {
1556
+ href: findMoreAxosDomains(
1557
+ "{AXOSBANK}/blog/categories/podcast"
1558
+ ),
1559
+ children: "Investing Podcase"
1560
+ }
1561
+ ) })
1562
+ ] })
1563
+ ] })
1564
+ ] })
1565
+ ]
1566
+ }
1567
+ )
1568
+ ] }) })
1569
+ }
1570
+ ),
1571
+ hoveredLink === "sbb" && /* @__PURE__ */ jsx(
1572
+ "div",
1573
+ {
1574
+ className: `${styles.dd_wrapper} ${styles.desktop_only} relative`,
1575
+ role: "menu",
1576
+ onMouseLeave: handleMouseLeave,
1577
+ children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
1578
+ /* @__PURE__ */ jsxs(
1579
+ "div",
1580
+ {
1581
+ className: `${styles.dd_media} ${styles.opacity} primary_gradient_bg w_auto text_center`,
1582
+ children: [
1583
+ /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
1584
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Open a Business Banking Account" }),
1585
+ /* @__PURE__ */ jsxs("p", { className: styles.mt_8, children: [
1586
+ "Designed to move your business forward. Speak to a Relationship Manager at",
1587
+ " ",
1588
+ /* @__PURE__ */ jsx("a", { href: "tel:844-678-2726", style: { color: "#fff" }, children: "844-678-2726" })
1589
+ ] })
1590
+ ] }),
1591
+ /* @__PURE__ */ jsx("div", { className: `${styles.mt_8} ${styles.dd_media_img}`, children: /* @__PURE__ */ jsx(
1592
+ Image,
1593
+ {
1594
+ src: `https://images.axos.com/o9ov1v03uwqk/5vHrV4m3DbDQt13GOahbYA/0e463ec0348dd117684629f59f24ea6e/nav-submenu-sbb.png`,
1595
+ alt: "",
1596
+ width: 232,
1597
+ height: 232
1598
+ }
1599
+ ) }),
1600
+ /* @__PURE__ */ jsxs("div", { className: `${styles.mt_8} ${styles.dd_media_cta}`, children: [
1601
+ /* @__PURE__ */ jsx(
1602
+ Link,
1603
+ {
1604
+ href: findMoreAxosDomains(
1605
+ "{AXOSBANK}/business/open-account-return-to-application"
1606
+ ),
1607
+ "aria-label": "open a business account",
1608
+ className: "text_center bg_white",
1609
+ children: "Open an Account"
1610
+ }
1611
+ ),
1612
+ /* @__PURE__ */ jsx(
1613
+ Link,
1614
+ {
1615
+ href: `https://small-business-accounts.axosbank.com/cu/ViewSubmittedLoans.aspx?enc=Kw21Wblm1yxpjJabdoZaD2oIrfLnqyOPZYLje3IpAHPSPA0rk7uki-4iwxg4EEtcQ8w9BaoruqY2t_I-N_fTuA`,
1616
+ children: "Check Application Status"
1617
+ }
1618
+ )
1619
+ ] })
1620
+ ]
1621
+ }
1622
+ ),
1623
+ /* @__PURE__ */ jsxs(
1624
+ "div",
1625
+ {
1626
+ className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
1627
+ children: [
1628
+ /* @__PURE__ */ jsxs(
1629
+ "div",
1630
+ {
1631
+ className: `${styles.headline} flex_row middle between`,
1632
+ children: [
1633
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Move your business forward" }),
1634
+ /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
1635
+ /* @__PURE__ */ jsx(
1636
+ Image,
1637
+ {
1638
+ src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
1639
+ alt: "",
1640
+ width: 20,
1641
+ height: 20
1642
+ }
1643
+ ),
1644
+ /* @__PURE__ */ jsx(
1645
+ "div",
1646
+ {
1647
+ className: `${styles.headline_cta} ${styles.ml_8}`,
1648
+ children: /* @__PURE__ */ jsx(
1649
+ Link,
1650
+ {
1651
+ href: findMoreAxosDomains(
1652
+ "{AXOSBANK}/customer-support/business-support"
1653
+ ),
1654
+ children: "Help & Support"
1655
+ }
1656
+ )
1657
+ }
1658
+ )
1659
+ ] })
1660
+ ]
1661
+ }
1662
+ ),
1663
+ /* @__PURE__ */ jsx("hr", {}),
1664
+ /* @__PURE__ */ jsxs("div", { className: `${styles.site_lists} flex_row`, children: [
1665
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1666
+ /* @__PURE__ */ jsx(
1667
+ Image,
1668
+ {
1669
+ src: `https://images.axos.com/o9ov1v03uwqk/1C6PYF4ecl8NB0bE839Dca/cab3ae959e83d8546491e792ead4573a/nav-submenu-checking-icon.svg`,
1670
+ alt: "",
1671
+ width: 20,
1672
+ height: 20
1673
+ }
1674
+ ),
1675
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1676
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1677
+ Link,
1678
+ {
1679
+ href: findMoreAxosDomains(
1680
+ "{AXOSBANK}/business/small-business-banking/business-checking-compare"
1681
+ ),
1682
+ role: "heading",
1683
+ children: "Checking"
1684
+ }
1685
+ ) }),
1686
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1687
+ Link,
1688
+ {
1689
+ href: findMoreAxosDomains(
1690
+ "{AXOSBANK}/business/small-business-banking/business-checking-compare/basic-business-checking"
1691
+ ),
1692
+ children: "Basic Business Checking"
1693
+ }
1694
+ ) }),
1695
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1696
+ Link,
1697
+ {
1698
+ href: findMoreAxosDomains(
1699
+ "{AXOSBANK}/business/small-business-banking/business-checking-compare/business-interest-checking"
1700
+ ),
1701
+ children: "Business Interest Checking"
1702
+ }
1703
+ ) })
1704
+ ] })
1705
+ ] }),
1706
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1707
+ /* @__PURE__ */ jsx(
1708
+ Image,
1709
+ {
1710
+ src: `https://images.axos.com/o9ov1v03uwqk/5ODchMOjrkKa90SBWKwcDw/e5508c26d341bfb58318e052d89f4771/nav-submenu-savings-icon.svg`,
1711
+ alt: "",
1712
+ width: 20,
1713
+ height: 20
1714
+ }
1715
+ ),
1716
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1717
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1718
+ Link,
1719
+ {
1720
+ href: findMoreAxosDomains(
1721
+ "{AXOSBANK}/business/small-business-banking/savings"
1722
+ ),
1723
+ role: "heading",
1724
+ children: "Savings"
1725
+ }
1726
+ ) }),
1727
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1728
+ Link,
1729
+ {
1730
+ href: findMoreAxosDomains(
1731
+ "{AXOSBANK}/business/small-business-banking/savings/business-money-market-accounts/business-money-market"
1732
+ ),
1733
+ children: "Business Money Market"
1734
+ }
1735
+ ) }),
1736
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1737
+ Link,
1738
+ {
1739
+ href: findMoreAxosDomains(
1740
+ "{AXOSBANK}/business/small-business-banking/savings/business-savings-accounts/business-premium-saving"
1741
+ ),
1742
+ children: "Business Premium Savings"
1743
+ }
1744
+ ) }),
1745
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1746
+ Link,
1747
+ {
1748
+ href: findMoreAxosDomains(
1749
+ "{AXOSBANK}/business/small-business-banking/savings/business-savings-accounts/business-savings"
1750
+ ),
1751
+ children: "Business Savings"
1752
+ }
1753
+ ) }),
1754
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1755
+ Link,
1756
+ {
1757
+ href: findMoreAxosDomains(
1758
+ "{AXOSBANK}/business/small-business-banking/savings/business-money-market-accounts/non-profit-money-market"
1759
+ ),
1760
+ children: "Non-Profit Money Market"
1761
+ }
1762
+ ) }),
1763
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1764
+ Link,
1765
+ {
1766
+ href: findMoreAxosDomains(
1767
+ "{AXOSBANK}/business/small-business-banking/savings/business-cds"
1768
+ ),
1769
+ children: "Business CDs"
1770
+ }
1771
+ ) })
1772
+ ] })
1773
+ ] }),
1774
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1775
+ /* @__PURE__ */ jsx(
1776
+ Image,
1777
+ {
1778
+ src: `https://images.axos.com/o9ov1v03uwqk/3Nfbmfh8GeqQ05IBe9Jrmu/133568596d61f666498222a1562ae745/cog.svg`,
1779
+ alt: "",
1780
+ width: 20,
1781
+ height: 20
1782
+ }
1783
+ ),
1784
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1785
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1786
+ Link,
1787
+ {
1788
+ href: findMoreAxosDomains(
1789
+ "{AXOSBANK}/business/small-business-banking/services"
1790
+ ),
1791
+ role: "heading",
1792
+ children: "Services"
1793
+ }
1794
+ ) }),
1795
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1796
+ Link,
1797
+ {
1798
+ href: findMoreAxosDomains(
1799
+ "{AXOSBANK}/business/small-business-banking/services/merchant-services"
1800
+ ),
1801
+ children: "Merchant Services"
1802
+ }
1803
+ ) }),
1804
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1805
+ Link,
1806
+ {
1807
+ href: findMoreAxosDomains(
1808
+ "{AXOSBANK}/business/small-business-banking/services/payroll-services"
1809
+ ),
1810
+ children: "Payroll Services"
1811
+ }
1812
+ ) }),
1813
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1814
+ Link,
1815
+ {
1816
+ href: findMoreAxosDomains(
1817
+ "{AXOSBANK}/business/small-business-banking/services/sba-loans"
1818
+ ),
1819
+ children: "SBA Loans"
1820
+ }
1821
+ ) }),
1822
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1823
+ Link,
1824
+ {
1825
+ href: findMoreAxosDomains(
1826
+ "{AXOSBANK}/business/small-business-banking/services/treasury-management"
1827
+ ),
1828
+ children: "Treasury Management"
1829
+ }
1830
+ ) }),
1831
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1832
+ Link,
1833
+ {
1834
+ href: findMoreAxosDomains(
1835
+ "{AXOSBANK}/business/small-business-banking/services/insured-cash-sweep"
1836
+ ),
1837
+ children: "Insured Cash Sweep"
1838
+ }
1839
+ ) })
1840
+ ] })
1841
+ ] }),
1842
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1843
+ /* @__PURE__ */ jsx(
1844
+ Image,
1845
+ {
1846
+ src: `https://images.axos.com/o9ov1v03uwqk/5gl7pjl2PM7tFJpCaIl4RC/ffaedafe6ca18108beb16dc2985ef5f3/nav-submenu-other-icon.svg`,
1847
+ alt: "",
1848
+ width: 20,
1849
+ height: 20
1850
+ }
1851
+ ),
1852
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1853
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1854
+ Link,
1855
+ {
1856
+ href: findMoreAxosDomains(
1857
+ "{AXOSBANK}/customer-support/business-support"
1858
+ ),
1859
+ role: "heading",
1860
+ children: "Other Resources"
1861
+ }
1862
+ ) }),
1863
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1864
+ Link,
1865
+ {
1866
+ href: findMoreAxosDomains(
1867
+ "{AXOSBANK}/customer-support/business-support/faq"
1868
+ ),
1869
+ children: "FAQ"
1870
+ }
1871
+ ) }),
1872
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1873
+ Link,
1874
+ {
1875
+ href: findMoreAxosDomains(
1876
+ "{AXOSBANK}/business/business-rates"
1877
+ ),
1878
+ children: "Rates"
1879
+ }
1880
+ ) }),
1881
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1882
+ Link,
1883
+ {
1884
+ href: findMoreAxosDomains(
1885
+ "{AXOSBANK}/atm-locator"
1886
+ ),
1887
+ children: "ATM Locator"
1888
+ }
1889
+ ) }),
1890
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1891
+ Link,
1892
+ {
1893
+ href: findMoreAxosDomains(
1894
+ "{AXOSBANK}/tools/calculators/saving-to-start-a-business-calculator"
1895
+ ),
1896
+ children: "Calculators"
1897
+ }
1898
+ ) })
1899
+ ] })
1900
+ ] })
1901
+ ] })
1902
+ ]
1903
+ }
1904
+ )
1905
+ ] }) })
1906
+ }
1907
+ ),
1908
+ hoveredLink === "combank" && /* @__PURE__ */ jsx(
1909
+ "div",
1910
+ {
1911
+ className: `${styles.dd_wrapper} ${styles.desktop_only} relative`,
1912
+ role: "menu",
1913
+ onMouseLeave: handleMouseLeave,
1914
+ children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
1915
+ /* @__PURE__ */ jsxs(
1916
+ "div",
1917
+ {
1918
+ className: `${styles.dd_media} ${styles.opacity} primary_gradient_bg w_auto text_center`,
1919
+ children: [
1920
+ /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
1921
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Commercial Banking" }),
1922
+ /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "We customize treasury management solutions to meet the needs of your organization." })
1923
+ ] }),
1924
+ /* @__PURE__ */ jsx("div", { className: `${styles.mt_8} ${styles.dd_media_img}`, children: /* @__PURE__ */ jsx(
1925
+ Image,
1926
+ {
1927
+ src: `https://images.axos.com/o9ov1v03uwqk/7rELrrwmhLt5Bz9KqxLgMM/27a7555956dc516e732a14f78428dbd4/nav-submen-combank.png`,
1928
+ alt: "",
1929
+ width: 232,
1930
+ height: 232
1931
+ }
1932
+ ) })
1933
+ ]
1934
+ }
1935
+ ),
1936
+ /* @__PURE__ */ jsxs(
1937
+ "div",
1938
+ {
1939
+ className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
1940
+ children: [
1941
+ /* @__PURE__ */ jsxs(
1942
+ "div",
1943
+ {
1944
+ className: `${styles.headline} flex_row middle between`,
1945
+ children: [
1946
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Solutions from industry experts" }),
1947
+ /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
1948
+ /* @__PURE__ */ jsx(
1949
+ Image,
1950
+ {
1951
+ src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
1952
+ alt: "",
1953
+ width: 20,
1954
+ height: 20
1955
+ }
1956
+ ),
1957
+ /* @__PURE__ */ jsx(
1958
+ "div",
1959
+ {
1960
+ className: `${styles.headline_cta} ${styles.ml_8}`,
1961
+ children: /* @__PURE__ */ jsx(
1962
+ Link,
1963
+ {
1964
+ href: findMoreAxosDomains(
1965
+ "{AXOSBANK}/customer-support/business-support"
1966
+ ),
1967
+ children: "Help & Support"
1968
+ }
1969
+ )
1970
+ }
1971
+ )
1972
+ ] })
1973
+ ]
1974
+ }
1975
+ ),
1976
+ /* @__PURE__ */ jsx("hr", {}),
1977
+ /* @__PURE__ */ jsxs("div", { className: `${styles.site_lists} flex_row`, children: [
1978
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
1979
+ /* @__PURE__ */ jsx(
1980
+ Image,
1981
+ {
1982
+ src: `https://images.axos.com/o9ov1v03uwqk/5mzLCkz1I0k3mPowiNFOg0/ba3624a134d3b33bae0658e7b6efa3f6/nav-submenu-industry-icon.svg`,
1983
+ alt: "",
1984
+ width: 20,
1985
+ height: 20
1986
+ }
1987
+ ),
1988
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
1989
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1990
+ Link,
1991
+ {
1992
+ href: findMoreAxosDomains(
1993
+ "{AXOSBANK}/business/commercial-banking"
1994
+ ),
1995
+ role: "heading",
1996
+ children: "Solutions By Industry"
1997
+ }
1998
+ ) }),
1999
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2000
+ Link,
2001
+ {
2002
+ href: findMoreAxosDomains(
2003
+ "{AXOSBANK}/business/commercial-banking/third-party-payment-processors"
2004
+ ),
2005
+ children: "Third Party Payment Processors"
2006
+ }
2007
+ ) }),
2008
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2009
+ Link,
2010
+ {
2011
+ href: findMoreAxosDomains(
2012
+ "{AXOSBANK}/business/commercial-banking/hoa-banking-and-lending"
2013
+ ),
2014
+ children: "HOA Banking & Lending"
2015
+ }
2016
+ ) }),
2017
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2018
+ Link,
2019
+ {
2020
+ href: findMoreAxosDomains(
2021
+ "{AXOSBANK}/business/commercial-banking/hoas-property-management"
2022
+ ),
2023
+ children: "HOAs & Property Management"
2024
+ }
2025
+ ) }),
2026
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2027
+ Link,
2028
+ {
2029
+ href: findMoreAxosDomains(
2030
+ "{AXOSBANK}/business/commercial-banking/1031-exchange-qualified-intermediaries"
2031
+ ),
2032
+ children: "1031 Exchange Qualified Intermediaries"
2033
+ }
2034
+ ) }),
2035
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2036
+ Link,
2037
+ {
2038
+ href: findMoreAxosDomains(
2039
+ "{AXOSBANK}/business/commercial-banking/title-and-escrow"
2040
+ ),
2041
+ children: "Title & Escrow"
2042
+ }
2043
+ ) }),
2044
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2045
+ Link,
2046
+ {
2047
+ href: findMoreAxosDomains(
2048
+ "{AXOSBANK}/business/commercial-banking/global-fiduciary-banking"
2049
+ ),
2050
+ children: "Global Fiduciary Banking"
2051
+ }
2052
+ ) }),
2053
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2054
+ Link,
2055
+ {
2056
+ href: `https://www.axosfiduciaryservices.com/`,
2057
+ children: "Fiduciary Services"
2058
+ }
2059
+ ) }),
2060
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2061
+ Link,
2062
+ {
2063
+ href: findMoreAxosDomains(
2064
+ "{AXOSBANK}/business/commercial-banking/business-management-banking"
2065
+ ),
2066
+ children: "Business Management Banking"
2067
+ }
2068
+ ) }),
2069
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2070
+ Link,
2071
+ {
2072
+ href: findMoreAxosDomains(
2073
+ "{AXOSBANK}/business/commercial-banking/hedge-funds-and-alternative-fund-banking-solutions"
2074
+ ),
2075
+ children: "Hedge Funds & Alternative Fund Banking Solutions"
2076
+ }
2077
+ ) })
2078
+ ] })
2079
+ ] }),
2080
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2081
+ /* @__PURE__ */ jsx(
2082
+ Image,
2083
+ {
2084
+ src: `https://images.axos.com/o9ov1v03uwqk/3Nfbmfh8GeqQ05IBe9Jrmu/133568596d61f666498222a1562ae745/cog.svg`,
2085
+ alt: "",
2086
+ width: 20,
2087
+ height: 20
2088
+ }
2089
+ ),
2090
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2091
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2092
+ Link,
2093
+ {
2094
+ href: findMoreAxosDomains(
2095
+ "{AXOSBANK}/business/commercial-banking"
2096
+ ),
2097
+ role: "heading",
2098
+ children: "Services"
2099
+ }
2100
+ ) }),
2101
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2102
+ Link,
2103
+ {
2104
+ href: findMoreAxosDomains(
2105
+ "{AXOSBANK}/business/commercial-banking/analyzed-checking"
2106
+ ),
2107
+ children: "Analyzed Business Checking"
2108
+ }
2109
+ ) }),
2110
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2111
+ Link,
2112
+ {
2113
+ href: findMoreAxosDomains(
2114
+ "{AXOSBANK}/business/business-merchant-services"
2115
+ ),
2116
+ children: "Merchant Services"
2117
+ }
2118
+ ) }),
2119
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2120
+ Link,
2121
+ {
2122
+ href: findMoreAxosDomains(
2123
+ "{AXOSBANK}/business/commercial-banking/treasury-management"
2124
+ ),
2125
+ children: "Treasury Management"
2126
+ }
2127
+ ) }),
2128
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsxs(
2129
+ Link,
2130
+ {
2131
+ href: findMoreAxosDomains(
2132
+ "{AXOSBANK}/business/commercial-banking/intrafi-network-deposits"
2133
+ ),
2134
+ children: [
2135
+ "IntraFi",
2136
+ /* @__PURE__ */ jsx("sup", { children: "®" }),
2137
+ " Network Deposits",
2138
+ /* @__PURE__ */ jsx("sup", { children: "℠" })
2139
+ ]
2140
+ }
2141
+ ) })
2142
+ ] })
2143
+ ] }),
2144
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2145
+ /* @__PURE__ */ jsx(
2146
+ Image,
2147
+ {
2148
+ src: `https://images.axos.com/o9ov1v03uwqk/5gl7pjl2PM7tFJpCaIl4RC/ffaedafe6ca18108beb16dc2985ef5f3/nav-submenu-other-icon.svg`,
2149
+ alt: "",
2150
+ width: 20,
2151
+ height: 20
2152
+ }
2153
+ ),
2154
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2155
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2156
+ Link,
2157
+ {
2158
+ href: findMoreAxosDomains(
2159
+ "{AXOSBANK}/customer-support/business-support"
2160
+ ),
2161
+ role: "heading",
2162
+ children: "Other Resources"
2163
+ }
2164
+ ) }),
2165
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2166
+ Link,
2167
+ {
2168
+ href: findMoreAxosDomains(
2169
+ "{AXOSBANK}/business/commercial-banking/calculators"
2170
+ ),
2171
+ children: "Calculators"
2172
+ }
2173
+ ) })
2174
+ ] })
2175
+ ] })
2176
+ ] })
2177
+ ]
2178
+ }
2179
+ )
2180
+ ] }) })
2181
+ }
2182
+ ),
2183
+ hoveredLink === "comlending" && /* @__PURE__ */ jsx(
2184
+ "div",
2185
+ {
2186
+ className: `${styles.dd_wrapper} ${styles.desktop_only} relative`,
2187
+ role: "menu",
2188
+ onMouseLeave: handleMouseLeave,
2189
+ children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
2190
+ /* @__PURE__ */ jsxs(
2191
+ "div",
2192
+ {
2193
+ className: `${styles.dd_media} ${styles.opacity} primary_gradient_bg w_auto text_center`,
2194
+ children: [
2195
+ /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
2196
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Commercial Lending" }),
2197
+ /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "We are a lending partner with the flexibility to deliver results." })
2198
+ ] }),
2199
+ /* @__PURE__ */ jsx("div", { className: `${styles.mt_8} ${styles.dd_media_img}`, children: /* @__PURE__ */ jsx(
2200
+ Image,
2201
+ {
2202
+ src: `https://images.axos.com/o9ov1v03uwqk/6PMA1kEss89S6m1BawAltW/0ffe57eaaa65e77e90e9f00396ee8ea6/nav-submenu-comlending.png`,
2203
+ alt: "",
2204
+ width: 232,
2205
+ height: 230
2206
+ }
2207
+ ) })
2208
+ ]
2209
+ }
2210
+ ),
2211
+ /* @__PURE__ */ jsxs(
2212
+ "div",
2213
+ {
2214
+ className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
2215
+ children: [
2216
+ /* @__PURE__ */ jsxs(
2217
+ "div",
2218
+ {
2219
+ className: `${styles.headline} flex_row middle between`,
2220
+ children: [
2221
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Personalized lending solutions" }),
2222
+ /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
2223
+ /* @__PURE__ */ jsx(
2224
+ Image,
2225
+ {
2226
+ src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
2227
+ alt: "",
2228
+ width: 20,
2229
+ height: 20
2230
+ }
2231
+ ),
2232
+ /* @__PURE__ */ jsx(
2233
+ "div",
2234
+ {
2235
+ className: `${styles.headline_cta} ${styles.ml_8}`,
2236
+ children: /* @__PURE__ */ jsx(
2237
+ Link,
2238
+ {
2239
+ href: findMoreAxosDomains(
2240
+ "{AXOSBANK}/customer-support/business-support"
2241
+ ),
2242
+ children: "Help & Support"
2243
+ }
2244
+ )
2245
+ }
2246
+ )
2247
+ ] })
2248
+ ]
2249
+ }
2250
+ ),
2251
+ /* @__PURE__ */ jsx("hr", {}),
2252
+ /* @__PURE__ */ jsxs("div", { className: `${styles.site_lists} flex_row`, children: [
2253
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2254
+ /* @__PURE__ */ jsx(
2255
+ Image,
2256
+ {
2257
+ src: `https://images.axos.com/o9ov1v03uwqk/1C6PYF4ecl8NB0bE839Dca/cab3ae959e83d8546491e792ead4573a/nav-submenu-checking-icon.svg`,
2258
+ alt: "",
2259
+ width: 20,
2260
+ height: 20
2261
+ }
2262
+ ),
2263
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2264
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2265
+ Link,
2266
+ {
2267
+ href: findMoreAxosDomains(
2268
+ "{AXOSBANK}/business/commercial-lending"
2269
+ ),
2270
+ role: "heading",
2271
+ children: "Credit and Financial"
2272
+ }
2273
+ ) }),
2274
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2275
+ Link,
2276
+ {
2277
+ href: findMoreAxosDomains(
2278
+ "{AXOSBANK}/business/commercial-lending/commercial-lines-of-credit"
2279
+ ),
2280
+ children: "Commercial Lines of Credit"
2281
+ }
2282
+ ) }),
2283
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2284
+ Link,
2285
+ {
2286
+ href: findMoreAxosDomains(
2287
+ "{AXOSBANK}/business/commercial-lending/commercial-term-loans"
2288
+ ),
2289
+ children: "Comnmercial Term Loans"
2290
+ }
2291
+ ) }),
2292
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2293
+ Link,
2294
+ {
2295
+ href: findMoreAxosDomains(
2296
+ "{AXOSBANK}/business/commercial-lending/equipment-finance"
2297
+ ),
2298
+ children: "Equipment Finance"
2299
+ }
2300
+ ) })
2301
+ ] })
2302
+ ] }),
2303
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2304
+ /* @__PURE__ */ jsx(
2305
+ Image,
2306
+ {
2307
+ src: `https:https://images.axos.com/o9ov1v03uwqk/cHRJYycmvcbYj6ppcTQvg/ea375c834b0ced5ba646d1e88bb7828e/nav-submenu-lending-icon.svg`,
2308
+ alt: "",
2309
+ width: 20,
2310
+ height: 20
2311
+ }
2312
+ ),
2313
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2314
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2315
+ Link,
2316
+ {
2317
+ href: findMoreAxosDomains(
2318
+ "{AXOSBANK}/business/commercial-lending"
2319
+ ),
2320
+ role: "heading",
2321
+ children: "Commercial Lending"
2322
+ }
2323
+ ) }),
2324
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2325
+ Link,
2326
+ {
2327
+ href: findMoreAxosDomains(
2328
+ "{AXOSBANK}/business/commercial-lending/Commercial-Term-Loans"
2329
+ ),
2330
+ children: "Commercial Real Estate Bridge & Construction Lending"
2331
+ }
2332
+ ) }),
2333
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2334
+ Link,
2335
+ {
2336
+ href: findMoreAxosDomains(
2337
+ "{AXOSBANK}/business/commercial-lending/hoa-lending"
2338
+ ),
2339
+ children: "HOA Lending"
2340
+ }
2341
+ ) }),
2342
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2343
+ Link,
2344
+ {
2345
+ href: findMoreAxosDomains(
2346
+ "{AXOSBANK}/business/commercial-lending/lender-finance"
2347
+ ),
2348
+ children: "Lender Finance"
2349
+ }
2350
+ ) }),
2351
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2352
+ Link,
2353
+ {
2354
+ href: findMoreAxosDomains(
2355
+ "{AXOSBANK}/business/commercial-lending/warehouse-lending"
2356
+ ),
2357
+ children: "Residential Warehouse Lending"
2358
+ }
2359
+ ) }),
2360
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2361
+ Link,
2362
+ {
2363
+ href: findMoreAxosDomains(
2364
+ "{AXOSBANK}/business/commercial-lending/small-balance-commercial-real-estate"
2365
+ ),
2366
+ children: "Small Balance Commercial Real Estate"
2367
+ }
2368
+ ) }),
2369
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2370
+ Link,
2371
+ {
2372
+ href: findMoreAxosDomains(
2373
+ "{AXOSBANK}/business/commercial-lending/leveraged-finance"
2374
+ ),
2375
+ children: "Leveraged Finance"
2376
+ }
2377
+ ) }),
2378
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2379
+ Link,
2380
+ {
2381
+ href: `https://lavictoirefinance.com/dealers`,
2382
+ children: "New! Marine Dealer Floorplan Finance"
2383
+ }
2384
+ ) })
2385
+ ] })
2386
+ ] }),
2387
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2388
+ /* @__PURE__ */ jsx(
2389
+ Image,
2390
+ {
2391
+ src: `https://images.axos.com/o9ov1v03uwqk/5gl7pjl2PM7tFJpCaIl4RC/ffaedafe6ca18108beb16dc2985ef5f3/nav-submenu-other-icon.svg`,
2392
+ alt: "",
2393
+ width: 20,
2394
+ height: 20
2395
+ }
2396
+ ),
2397
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2398
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2399
+ Link,
2400
+ {
2401
+ href: findMoreAxosDomains(
2402
+ "{AXOSBANK}/customer-support/business-support"
2403
+ ),
2404
+ role: "heading",
2405
+ children: "Other Resources"
2406
+ }
2407
+ ) }),
2408
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2409
+ Link,
2410
+ {
2411
+ href: findMoreAxosDomains(
2412
+ "{AXOSBANK}/commercial-portal"
2413
+ ),
2414
+ children: "Commercial Portal"
2415
+ }
2416
+ ) }),
2417
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2418
+ Link,
2419
+ {
2420
+ href: findMoreAxosDomains(
2421
+ "{AXOSBANK}/business/commercial-banking/calculators"
2422
+ ),
2423
+ children: "Calculators"
2424
+ }
2425
+ ) })
2426
+ ] })
2427
+ ] })
2428
+ ] })
2429
+ ]
2430
+ }
2431
+ )
2432
+ ] }) })
2433
+ }
2434
+ ),
2435
+ hoveredLink === "wholelending" && /* @__PURE__ */ jsx(
2436
+ "div",
2437
+ {
2438
+ className: `${styles.dd_wrapper} ${styles.desktop_only} relative`,
2439
+ role: "menu",
2440
+ onMouseLeave: handleMouseLeave,
2441
+ children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
2442
+ /* @__PURE__ */ jsxs(
2443
+ "div",
2444
+ {
2445
+ className: `${styles.dd_media} ${styles.opacity} primary_gradient_bg w_auto text_center`,
2446
+ children: [
2447
+ /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
2448
+ /* @__PURE__ */ jsx("p", { role: "heading", children: 'Say "YES" to Your Clients' }),
2449
+ /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "Fund more loans with our unique underwriting experience. Our mix and match program fits more needs." })
2450
+ ] }),
2451
+ /* @__PURE__ */ jsx("div", { className: `${styles.mt_8} ${styles.dd_media_img}`, children: /* @__PURE__ */ jsx(
2452
+ Image,
2453
+ {
2454
+ src: `https://images.axos.com/o9ov1v03uwqk/6YLFvmdNVGWcf3bFlimNSs/ca2dd270ad3a1351b6bdf7369944ee74/nav-submenu-wholelending.png`,
2455
+ alt: "",
2456
+ width: 232,
2457
+ height: 232
2458
+ }
2459
+ ) }),
2460
+ /* @__PURE__ */ jsx("div", { className: `${styles.mt_8} ${styles.dd_media_cta}`, children: /* @__PURE__ */ jsx(
2461
+ Link,
2462
+ {
2463
+ href: findMoreAxosDomains(
2464
+ "{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending/quick-pricer"
2465
+ ),
2466
+ "aria-label": "Get started with the Axos Quick Pricer",
2467
+ className: "text_center bg_white",
2468
+ children: "Price a Loan"
2469
+ }
2470
+ ) })
2471
+ ]
2472
+ }
2473
+ ),
2474
+ /* @__PURE__ */ jsxs(
2475
+ "div",
2476
+ {
2477
+ className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
2478
+ children: [
2479
+ /* @__PURE__ */ jsxs(
2480
+ "div",
2481
+ {
2482
+ className: `${styles.headline} flex_row middle between`,
2483
+ children: [
2484
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Expand your options" }),
2485
+ /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
2486
+ /* @__PURE__ */ jsx(
2487
+ Image,
2488
+ {
2489
+ src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
2490
+ alt: "",
2491
+ width: 20,
2492
+ height: 20
2493
+ }
2494
+ ),
2495
+ /* @__PURE__ */ jsx(
2496
+ "div",
2497
+ {
2498
+ className: `${styles.headline_cta} ${styles.ml_8}`,
2499
+ children: /* @__PURE__ */ jsx(
2500
+ Link,
2501
+ {
2502
+ href: findMoreAxosDomains(
2503
+ "{AXOSBANK}/customer-support/partner-support"
2504
+ ),
2505
+ children: "Help & Support"
2506
+ }
2507
+ )
2508
+ }
2509
+ )
2510
+ ] })
2511
+ ]
2512
+ }
2513
+ ),
2514
+ /* @__PURE__ */ jsx("hr", {}),
2515
+ /* @__PURE__ */ jsxs("div", { className: `${styles.site_lists} flex_row`, children: [
2516
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2517
+ /* @__PURE__ */ jsx(
2518
+ Image,
2519
+ {
2520
+ src: `https://images.axos.com/o9ov1v03uwqk/2hdeAHrWhgXNPJRcSVIDSb/025a108b701a787bbced58e0b4a912e6/nav-submenu-wcpl-icon.svg`,
2521
+ alt: "",
2522
+ width: 20,
2523
+ height: 20
2524
+ }
2525
+ ),
2526
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2527
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2528
+ Link,
2529
+ {
2530
+ href: findMoreAxosDomains(
2531
+ "{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending"
2532
+ ),
2533
+ role: "heading",
2534
+ children: "Wholesale & Correspondent Lending"
2535
+ }
2536
+ ) }),
2537
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2538
+ Link,
2539
+ {
2540
+ href: findMoreAxosDomains(
2541
+ "{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending/programs-and-products"
2542
+ ),
2543
+ children: "All Programs & Products"
2544
+ }
2545
+ ) }),
2546
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2547
+ Link,
2548
+ {
2549
+ href: findMoreAxosDomains(
2550
+ "{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending/programs-and-products/dscr"
2551
+ ),
2552
+ children: "DSCR"
2553
+ }
2554
+ ) }),
2555
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2556
+ Link,
2557
+ {
2558
+ href: findMoreAxosDomains(
2559
+ "{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending/programs-and-products/cash-flow-maximizer"
2560
+ ),
2561
+ children: "Cash-Flow mAXimizer"
2562
+ }
2563
+ ) }),
2564
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2565
+ Link,
2566
+ {
2567
+ href: findMoreAxosDomains(
2568
+ "{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending/meet-the-team"
2569
+ ),
2570
+ children: "Meet the Team"
2571
+ }
2572
+ ) })
2573
+ ] })
2574
+ ] }),
2575
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2576
+ /* @__PURE__ */ jsx(
2577
+ Image,
2578
+ {
2579
+ src: `https://images.axos.com/o9ov1v03uwqk/3z0IpbDIGgyl25Qm0clJkr/72cdd3b09c474f03995f713a3325c639/nav-submenu-resources-icon.svg`,
2580
+ alt: "",
2581
+ width: 20,
2582
+ height: 20
2583
+ }
2584
+ ),
2585
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2586
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2587
+ Link,
2588
+ {
2589
+ href: findMoreAxosDomains(
2590
+ "{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending/resources-support"
2591
+ ),
2592
+ role: "heading",
2593
+ children: "Resources & Support"
2594
+ }
2595
+ ) }),
2596
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2597
+ Link,
2598
+ {
2599
+ href: `https://thirdpartylending.axosbank.com/index`,
2600
+ children: "Register a Loan"
2601
+ }
2602
+ ) }),
2603
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2604
+ Link,
2605
+ {
2606
+ href: findMoreAxosDomains(
2607
+ "{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending/quick-pricer"
2608
+ ),
2609
+ children: "Quick Pricer"
2610
+ }
2611
+ ) })
2612
+ ] })
2613
+ ] })
2614
+ ] })
2615
+ ]
2616
+ }
2617
+ )
2618
+ ] }) })
2619
+ }
2620
+ ),
2621
+ hoveredLink === "sbc" && /* @__PURE__ */ jsx(
2622
+ "div",
2623
+ {
2624
+ className: `${styles.dd_wrapper} ${styles.desktop_only} relative`,
2625
+ role: "menu",
2626
+ onMouseLeave: handleMouseLeave,
2627
+ children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
2628
+ /* @__PURE__ */ jsxs(
2629
+ "div",
2630
+ {
2631
+ className: `${styles.dd_media} ${styles.opacity} primary_gradient_bg w_auto text_center`,
2632
+ children: [
2633
+ /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
2634
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Small Balance Commercial Real Estate" }),
2635
+ /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "Try our fast and streamlined loan process." })
2636
+ ] }),
2637
+ /* @__PURE__ */ jsx("div", { className: `${styles.mt_8} ${styles.dd_media_img}`, children: /* @__PURE__ */ jsx(
2638
+ Image,
2639
+ {
2640
+ src: `https://images.axos.com/o9ov1v03uwqk/wU9cjrkWVQ4eb6i013qVO/bdca7f8f9a6adcaea6d27f6fb81f2416/nav-submenu-sbc.png`,
2641
+ alt: "",
2642
+ width: 232,
2643
+ height: 232
2644
+ }
2645
+ ) })
2646
+ ]
2647
+ }
2648
+ ),
2649
+ /* @__PURE__ */ jsxs(
2650
+ "div",
2651
+ {
2652
+ className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
2653
+ children: [
2654
+ /* @__PURE__ */ jsxs(
2655
+ "div",
2656
+ {
2657
+ className: `${styles.headline} flex_row middle between`,
2658
+ children: [
2659
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Expand your options" }),
2660
+ /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
2661
+ /* @__PURE__ */ jsx(
2662
+ Image,
2663
+ {
2664
+ src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
2665
+ alt: "",
2666
+ width: 20,
2667
+ height: 20
2668
+ }
2669
+ ),
2670
+ /* @__PURE__ */ jsx(
2671
+ "div",
2672
+ {
2673
+ className: `${styles.headline_cta} ${styles.ml_8}`,
2674
+ children: /* @__PURE__ */ jsx(
2675
+ Link,
2676
+ {
2677
+ href: findMoreAxosDomains(
2678
+ "{AXOSBANK}/customer-support/partner-support"
2679
+ ),
2680
+ children: "Help & Support"
2681
+ }
2682
+ )
2683
+ }
2684
+ )
2685
+ ] })
2686
+ ]
2687
+ }
2688
+ ),
2689
+ /* @__PURE__ */ jsx("hr", {}),
2690
+ /* @__PURE__ */ jsx("div", { className: `${styles.site_lists} flex_row`, children: /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2691
+ /* @__PURE__ */ jsx(
2692
+ Image,
2693
+ {
2694
+ src: `https://images.axos.com/o9ov1v03uwqk/2hdeAHrWhgXNPJRcSVIDSb/025a108b701a787bbced58e0b4a912e6/nav-submenu-wcpl-icon.svg`,
2695
+ alt: "",
2696
+ width: 20,
2697
+ height: 20
2698
+ }
2699
+ ),
2700
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2701
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2702
+ Link,
2703
+ {
2704
+ href: findMoreAxosDomains(
2705
+ "{AXOSBANK}/partners/small-balance-commercial"
2706
+ ),
2707
+ role: "heading",
2708
+ children: "Small Balance Commercial"
2709
+ }
2710
+ ) }),
2711
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2712
+ Link,
2713
+ {
2714
+ href: findMoreAxosDomains(
2715
+ "{AXOSBANK}/partners/small-balance-commercial/investor-owned-2-4-unit-lending"
2716
+ ),
2717
+ children: "Investor-Owned 2-4 Unit Properties"
2718
+ }
2719
+ ) }),
2720
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2721
+ Link,
2722
+ {
2723
+ href: findMoreAxosDomains(
2724
+ "{AXOSBANK}/partners/small-balance-commercial/mixed-use-lending"
2725
+ ),
2726
+ children: "Mixed-Use"
2727
+ }
2728
+ ) }),
2729
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2730
+ Link,
2731
+ {
2732
+ href: findMoreAxosDomains(
2733
+ "{AXOSBANK}/partners/small-balance-commercial/mobile-home-park"
2734
+ ),
2735
+ children: "Mobile Home Park"
2736
+ }
2737
+ ) }),
2738
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2739
+ Link,
2740
+ {
2741
+ href: findMoreAxosDomains(
2742
+ "{AXOSBANK}/partners/small-balance-commercial/multifamily-lending"
2743
+ ),
2744
+ children: "Multi-Family Housing"
2745
+ }
2746
+ ) }),
2747
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2748
+ Link,
2749
+ {
2750
+ href: findMoreAxosDomains(
2751
+ "{AXOSBANK}/partners/small-balance-commercial/non-resident-aliens"
2752
+ ),
2753
+ children: "Non-Resident Aliens"
2754
+ }
2755
+ ) }),
2756
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2757
+ Link,
2758
+ {
2759
+ href: findMoreAxosDomains(
2760
+ "{AXOSBANK}/partners/small-balance-commercial/retail-office-and-industrial"
2761
+ ),
2762
+ children: "Retail Office & Industrial"
2763
+ }
2764
+ ) }),
2765
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2766
+ Link,
2767
+ {
2768
+ href: findMoreAxosDomains(
2769
+ "{AXOSBANK}/partners/small-balance-commercial/student-housing"
2770
+ ),
2771
+ children: "Student Housing"
2772
+ }
2773
+ ) })
2774
+ ] })
2775
+ ] }) })
2776
+ ]
2777
+ }
2778
+ )
2779
+ ] }) })
2780
+ }
2781
+ ),
2782
+ hoveredLink === "dealerservices" && /* @__PURE__ */ jsx(
2783
+ "div",
2784
+ {
2785
+ className: `${styles.dd_wrapper} ${styles.desktop_only} relative`,
2786
+ role: "menu",
2787
+ onMouseLeave: handleMouseLeave,
2788
+ children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
2789
+ /* @__PURE__ */ jsxs(
2790
+ "div",
2791
+ {
2792
+ className: `${styles.dd_media} ${styles.opacity} primary_gradient_bg w_auto text_center`,
2793
+ children: [
2794
+ /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
2795
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Dealer Services" }),
2796
+ /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "We put dealerships in the driver's seat." })
2797
+ ] }),
2798
+ /* @__PURE__ */ jsx("div", { className: `${styles.mt_8} ${styles.dd_media_img}`, children: /* @__PURE__ */ jsx(
2799
+ Image,
2800
+ {
2801
+ src: `https://images.axos.com/o9ov1v03uwqk/3wtG13mXSTgSzMoB0YU3Ot/b3f7ca4554c78d770154c4b473daf4d7/nav-submenu-dealer.png`,
2802
+ alt: "",
2803
+ width: 232,
2804
+ height: 162
2805
+ }
2806
+ ) })
2807
+ ]
2808
+ }
2809
+ ),
2810
+ /* @__PURE__ */ jsxs(
2811
+ "div",
2812
+ {
2813
+ className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
2814
+ children: [
2815
+ /* @__PURE__ */ jsxs(
2816
+ "div",
2817
+ {
2818
+ className: `${styles.headline} flex_row middle between`,
2819
+ children: [
2820
+ /* @__PURE__ */ jsx("p", { role: "heading", children: "Fueling results for dealerships" }),
2821
+ /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
2822
+ /* @__PURE__ */ jsx(
2823
+ Image,
2824
+ {
2825
+ src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
2826
+ alt: "",
2827
+ width: 20,
2828
+ height: 20
2829
+ }
2830
+ ),
2831
+ /* @__PURE__ */ jsx(
2832
+ "div",
2833
+ {
2834
+ className: `${styles.headline_cta} ${styles.ml_8}`,
2835
+ children: /* @__PURE__ */ jsx(
2836
+ Link,
2837
+ {
2838
+ href: findMoreAxosDomains(
2839
+ "{AXOSBANK}/customer-support/partner-support"
2840
+ ),
2841
+ children: "Help & Support"
2842
+ }
2843
+ )
2844
+ }
2845
+ )
2846
+ ] })
2847
+ ]
2848
+ }
2849
+ ),
2850
+ /* @__PURE__ */ jsx("hr", {}),
2851
+ /* @__PURE__ */ jsx("div", { className: `${styles.site_lists} flex_row`, children: /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2852
+ /* @__PURE__ */ jsx(
2853
+ Image,
2854
+ {
2855
+ src: `https://images.axos.com/o9ov1v03uwqk/jpqd1KnknpG6gVaYg04Bl/a55d179434815dc4029ee413d8d7a703/nav-submenu-auto-icon.webp`,
2856
+ alt: "",
2857
+ width: 20,
2858
+ height: 20
2859
+ }
2860
+ ),
2861
+ /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2862
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2863
+ Link,
2864
+ {
2865
+ href: findMoreAxosDomains(
2866
+ "{AXOSBANK}/partners/dealer-services"
2867
+ ),
2868
+ role: "heading",
2869
+ children: "Dealer Services"
2870
+ }
2871
+ ) }),
2872
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2873
+ Link,
2874
+ {
2875
+ href: findMoreAxosDomains(
2876
+ "{AXOSBANK}/partners/dealer-services/contact"
2877
+ ),
2878
+ children: "Request More Information"
2879
+ }
2880
+ ) })
2881
+ ] })
2882
+ ] }) })
2883
+ ]
2884
+ }
2885
+ )
2886
+ ] }) })
2887
+ }
2888
+ )
2889
+ ] }) }) });
2890
+ }
2891
+ export {
2892
+ SubNavBar as default
2893
+ };