@axos-web-dev/shared-components 0.0.167 → 0.0.169
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +64 -44
- package/dist/ImageLink/ImageLinkSet.js +2 -0
- package/dist/Interstitial/Interstitial.js +24 -22
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +54 -54
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +50 -68
- package/dist/SetContainer/SetContainer.css.d.ts +16 -0
- package/dist/SetContainer/SetContainer.css.js +7 -5
- package/dist/SetContainer/SetContainer.d.ts +2 -1
- package/dist/SetContainer/SetContainer.js +15 -3
- package/dist/SetContainer/index.js +2 -1
- package/dist/assets/Interstitial/Interstitial-variants.css +3 -0
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +650 -650
- package/dist/assets/SecondaryFooter/SecondaryFooter.css +8 -13
- package/dist/assets/SetContainer/SetContainer.css +38 -24
- package/dist/assets/globals.css +31 -50
- package/dist/main.js +4 -1
- package/dist/utils/allowedAxosDomains.js +4 -1
- package/dist/utils/getNumber.d.ts +1 -0
- package/dist/utils/getNumber.js +17 -0
- package/dist/utils/index.js +2 -0
- package/dist/utils/variant.types.d.ts +2 -0
- package/dist/utils/variant.types.js +4 -1
- package/package.json +1 -1
|
@@ -189,13 +189,33 @@ const AxosFooterSiteMap = ({
|
|
|
189
189
|
"a",
|
|
190
190
|
{
|
|
191
191
|
className: ft_col_subheader,
|
|
192
|
-
href: findMoreAxosDomains("{AXOS}"),
|
|
192
|
+
href: findMoreAxosDomains("{AXOS}/invest"),
|
|
193
193
|
children: "Invest"
|
|
194
194
|
}
|
|
195
195
|
) }),
|
|
196
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
197
|
-
|
|
198
|
-
|
|
196
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
197
|
+
"a",
|
|
198
|
+
{
|
|
199
|
+
href: findMoreAxosDomains("{AXOS}/invest/Managed-Portfolios"),
|
|
200
|
+
children: "Managed Portfolios"
|
|
201
|
+
}
|
|
202
|
+
) }),
|
|
203
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
204
|
+
"a",
|
|
205
|
+
{
|
|
206
|
+
href: findMoreAxosDomains(
|
|
207
|
+
"{AXOS}/invest/self-directed-trading"
|
|
208
|
+
),
|
|
209
|
+
children: "Self-Directed Trading"
|
|
210
|
+
}
|
|
211
|
+
) }),
|
|
212
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
213
|
+
"a",
|
|
214
|
+
{
|
|
215
|
+
href: findMoreAxosDomains("{AXOSBANK}/Legal/Disclosures#CRP"),
|
|
216
|
+
children: "Client Relationship Summary"
|
|
217
|
+
}
|
|
218
|
+
) })
|
|
199
219
|
] })
|
|
200
220
|
] }),
|
|
201
221
|
/* @__PURE__ */ jsxs("div", { className: ft_col, children: [
|
|
@@ -214,7 +234,7 @@ const AxosFooterSiteMap = ({
|
|
|
214
234
|
"a",
|
|
215
235
|
{
|
|
216
236
|
href: findMoreAxosDomains(
|
|
217
|
-
"{AXOSBANK}/commercial/equipment-finance"
|
|
237
|
+
"{AXOSBANK}/commercial/lending/equipment-finance"
|
|
218
238
|
),
|
|
219
239
|
children: "Equipment Finance"
|
|
220
240
|
}
|
|
@@ -342,7 +362,7 @@ const AxosFooterSiteMap = ({
|
|
|
342
362
|
"a",
|
|
343
363
|
{
|
|
344
364
|
href: findMoreAxosDomains(
|
|
345
|
-
"{AXOSBANK}/commercial/
|
|
365
|
+
"{AXOSBANK}/commercial/banking/third-party-payment-processors"
|
|
346
366
|
),
|
|
347
367
|
children: "Third Party Payment Processors"
|
|
348
368
|
}
|
|
@@ -351,7 +371,7 @@ const AxosFooterSiteMap = ({
|
|
|
351
371
|
"a",
|
|
352
372
|
{
|
|
353
373
|
href: findMoreAxosDomains(
|
|
354
|
-
"{AXOSBANK}/commercial/
|
|
374
|
+
"{AXOSBANK}/commercial/banking/hoa-property-management"
|
|
355
375
|
),
|
|
356
376
|
children: "HOAs & Property Management"
|
|
357
377
|
}
|
|
@@ -360,7 +380,7 @@ const AxosFooterSiteMap = ({
|
|
|
360
380
|
"a",
|
|
361
381
|
{
|
|
362
382
|
href: findMoreAxosDomains(
|
|
363
|
-
"{AXOSBANK}/commercial/
|
|
383
|
+
"{AXOSBANK}/commercial/banking/1031-exchange-qualified-intermediaries"
|
|
364
384
|
),
|
|
365
385
|
children: "1031 Exchange Qualified Intermediaries"
|
|
366
386
|
}
|
|
@@ -369,20 +389,11 @@ const AxosFooterSiteMap = ({
|
|
|
369
389
|
"a",
|
|
370
390
|
{
|
|
371
391
|
href: findMoreAxosDomains(
|
|
372
|
-
"{AXOSBANK}/commercial/
|
|
392
|
+
"{AXOSBANK}/commercial/banking/title-and-escrow"
|
|
373
393
|
),
|
|
374
394
|
children: "Title & Escrow"
|
|
375
395
|
}
|
|
376
396
|
) }),
|
|
377
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
378
|
-
"a",
|
|
379
|
-
{
|
|
380
|
-
href: findMoreAxosDomains(
|
|
381
|
-
"{AXOSBANK}/commercial/industry-specializations/global-fiduciary-banking"
|
|
382
|
-
),
|
|
383
|
-
children: "Global Fiduciary Banking"
|
|
384
|
-
}
|
|
385
|
-
) }),
|
|
386
397
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AAS}"), children: "Fiduciary Services" }) }),
|
|
387
398
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
388
399
|
"a",
|
|
@@ -430,7 +441,7 @@ const AxosFooterSiteMap = ({
|
|
|
430
441
|
"a",
|
|
431
442
|
{
|
|
432
443
|
href: findMoreAxosDomains(
|
|
433
|
-
"{AXOSBANK}/
|
|
444
|
+
"{AXOSBANK}/commercial/lending/small-balance-commercial-real-estate"
|
|
434
445
|
),
|
|
435
446
|
children: "Small Balance Commercial"
|
|
436
447
|
}
|
|
@@ -439,7 +450,7 @@ const AxosFooterSiteMap = ({
|
|
|
439
450
|
"a",
|
|
440
451
|
{
|
|
441
452
|
href: findMoreAxosDomains(
|
|
442
|
-
"{AXOSBANK}/
|
|
453
|
+
"{AXOSBANK}/commercial/lending/small-balance-commercial-real-estate/investor-owned-2-4-unit-lending"
|
|
443
454
|
),
|
|
444
455
|
children: "Investor-Owned Properties"
|
|
445
456
|
}
|
|
@@ -448,7 +459,7 @@ const AxosFooterSiteMap = ({
|
|
|
448
459
|
"a",
|
|
449
460
|
{
|
|
450
461
|
href: findMoreAxosDomains(
|
|
451
|
-
"{AXOSBANK}/
|
|
462
|
+
"{AXOSBANK}/commercial/lending/small-balance-commercial-real-estate/multifamily-lending"
|
|
452
463
|
),
|
|
453
464
|
children: "Multi-Family Housing"
|
|
454
465
|
}
|
|
@@ -593,7 +604,9 @@ const AxosFooterSiteMap = ({
|
|
|
593
604
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
594
605
|
"a",
|
|
595
606
|
{
|
|
596
|
-
href: findMoreAxosDomains(
|
|
607
|
+
href: findMoreAxosDomains(
|
|
608
|
+
"{AXOSBANK}/personal/borrow/auto-loans"
|
|
609
|
+
),
|
|
597
610
|
children: "Auto Loans"
|
|
598
611
|
}
|
|
599
612
|
) })
|
|
@@ -603,12 +616,28 @@ const AxosFooterSiteMap = ({
|
|
|
603
616
|
"a",
|
|
604
617
|
{
|
|
605
618
|
className: ft_col_subheader,
|
|
606
|
-
href: findMoreAxosDomains("{AXOS}"),
|
|
619
|
+
href: findMoreAxosDomains("{AXOS}/invest"),
|
|
607
620
|
children: "Invest"
|
|
608
621
|
}
|
|
609
622
|
) }),
|
|
610
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
611
|
-
|
|
623
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
624
|
+
"a",
|
|
625
|
+
{
|
|
626
|
+
href: findMoreAxosDomains(
|
|
627
|
+
"{AXOS}/invest/Managed-Portfolios"
|
|
628
|
+
),
|
|
629
|
+
children: "Managed Portfolios"
|
|
630
|
+
}
|
|
631
|
+
) }),
|
|
632
|
+
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
633
|
+
"a",
|
|
634
|
+
{
|
|
635
|
+
href: findMoreAxosDomains(
|
|
636
|
+
"{AXOS}/invest/Self-Directed-Trading"
|
|
637
|
+
),
|
|
638
|
+
children: "Self-Directed Trading"
|
|
639
|
+
}
|
|
640
|
+
) }),
|
|
612
641
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
613
642
|
"a",
|
|
614
643
|
{
|
|
@@ -656,7 +685,7 @@ const AxosFooterSiteMap = ({
|
|
|
656
685
|
"a",
|
|
657
686
|
{
|
|
658
687
|
href: findMoreAxosDomains(
|
|
659
|
-
"{AXOSBANK}/
|
|
688
|
+
"{AXOSBANK}/commercial/lending/equipment-finance"
|
|
660
689
|
),
|
|
661
690
|
children: "Equipment Finance"
|
|
662
691
|
}
|
|
@@ -701,7 +730,7 @@ const AxosFooterSiteMap = ({
|
|
|
701
730
|
"a",
|
|
702
731
|
{
|
|
703
732
|
href: findMoreAxosDomains(
|
|
704
|
-
"{AXOSBANK}/
|
|
733
|
+
"{AXOSBANK}/commercial/banking/global-treasury-management"
|
|
705
734
|
),
|
|
706
735
|
children: "Treasury Management"
|
|
707
736
|
}
|
|
@@ -788,7 +817,7 @@ const AxosFooterSiteMap = ({
|
|
|
788
817
|
"a",
|
|
789
818
|
{
|
|
790
819
|
href: findMoreAxosDomains(
|
|
791
|
-
"{AXOSBANK}/
|
|
820
|
+
"{AXOSBANK}/commercial/banking/third-party-payment-processors"
|
|
792
821
|
),
|
|
793
822
|
children: "Third Party Payment Processors"
|
|
794
823
|
}
|
|
@@ -797,7 +826,7 @@ const AxosFooterSiteMap = ({
|
|
|
797
826
|
"a",
|
|
798
827
|
{
|
|
799
828
|
href: findMoreAxosDomains(
|
|
800
|
-
"{AXOSBANK}/
|
|
829
|
+
"{AXOSBANK}/commercial/banking/hoa-property-management"
|
|
801
830
|
),
|
|
802
831
|
children: "HOAs & Property Management"
|
|
803
832
|
}
|
|
@@ -806,7 +835,7 @@ const AxosFooterSiteMap = ({
|
|
|
806
835
|
"a",
|
|
807
836
|
{
|
|
808
837
|
href: findMoreAxosDomains(
|
|
809
|
-
"{AXOSBANK}/
|
|
838
|
+
"{AXOSBANK}/commercial/banking/1031-exchange-qualified-intermediaries"
|
|
810
839
|
),
|
|
811
840
|
children: "1031 Exchange Qualified Intermediaries"
|
|
812
841
|
}
|
|
@@ -815,20 +844,11 @@ const AxosFooterSiteMap = ({
|
|
|
815
844
|
"a",
|
|
816
845
|
{
|
|
817
846
|
href: findMoreAxosDomains(
|
|
818
|
-
"{AXOSBANK}/
|
|
847
|
+
"{AXOSBANK}/commercial/banking/title-and-escrow"
|
|
819
848
|
),
|
|
820
849
|
children: "Title & Escrow"
|
|
821
850
|
}
|
|
822
851
|
) }),
|
|
823
|
-
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
824
|
-
"a",
|
|
825
|
-
{
|
|
826
|
-
href: findMoreAxosDomains(
|
|
827
|
-
"{AXOSBANK}/business/Commercial-Banking/Global-Fiduciary-Banking"
|
|
828
|
-
),
|
|
829
|
-
children: "Global Fiduciary Banking"
|
|
830
|
-
}
|
|
831
|
-
) }),
|
|
832
852
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AAS}"), children: "Fiduciary Services" }) }),
|
|
833
853
|
/* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
|
|
834
854
|
"a",
|
|
@@ -885,7 +905,7 @@ const AxosFooterSiteMap = ({
|
|
|
885
905
|
"a",
|
|
886
906
|
{
|
|
887
907
|
href: findMoreAxosDomains(
|
|
888
|
-
"{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending/
|
|
908
|
+
"{AXOSBANK}/partners/wholesale-correspondent-portfolio-lending/support#AXB----Resources-&-Support---Content-Banner-(Forms)"
|
|
889
909
|
),
|
|
890
910
|
children: "Lending Forms & Guidelines"
|
|
891
911
|
}
|
|
@@ -894,7 +914,7 @@ const AxosFooterSiteMap = ({
|
|
|
894
914
|
"a",
|
|
895
915
|
{
|
|
896
916
|
href: findMoreAxosDomains(
|
|
897
|
-
"{AXOSBANK}/
|
|
917
|
+
"{AXOSBANK}/commercial/lending/small-balance-commercial-real-estate"
|
|
898
918
|
),
|
|
899
919
|
children: "Small Balance Commercial"
|
|
900
920
|
}
|
|
@@ -903,7 +923,7 @@ const AxosFooterSiteMap = ({
|
|
|
903
923
|
"a",
|
|
904
924
|
{
|
|
905
925
|
href: findMoreAxosDomains(
|
|
906
|
-
"{AXOSBANK}/
|
|
926
|
+
"{AXOSBANK}/commercial/lending/small-balance-commercial-real-estate/investor-owned-2-4-unit-lending"
|
|
907
927
|
),
|
|
908
928
|
children: "Investor-Owned Properties"
|
|
909
929
|
}
|
|
@@ -912,7 +932,7 @@ const AxosFooterSiteMap = ({
|
|
|
912
932
|
"a",
|
|
913
933
|
{
|
|
914
934
|
href: findMoreAxosDomains(
|
|
915
|
-
"{AXOSBANK}/
|
|
935
|
+
"{AXOSBANK}/commercial/lending/small-balance-commercial-real-estate/multifamily-lending"
|
|
916
936
|
),
|
|
917
937
|
children: "Multi-Family Housing"
|
|
918
938
|
}
|
|
@@ -143,9 +143,11 @@ const ImageLinkSet = (props) => {
|
|
|
143
143
|
id: props.id,
|
|
144
144
|
variant: props.variant,
|
|
145
145
|
headline: props.headline,
|
|
146
|
+
bodyCopy: props?.bodyCopy,
|
|
146
147
|
additionalDetails,
|
|
147
148
|
className: image_link_set,
|
|
148
149
|
icon,
|
|
150
|
+
numberOfColumns: props?.numberOfColumns,
|
|
149
151
|
children: linksItems
|
|
150
152
|
}
|
|
151
153
|
);
|
|
@@ -53,29 +53,31 @@ const Interstitial = ({
|
|
|
53
53
|
),
|
|
54
54
|
/* @__PURE__ */ jsxs("div", { className: `${css.modal_content} text_center`, children: [
|
|
55
55
|
headline && /* @__PURE__ */ jsx("h2", { className: `header_3 ${int_headline({ variant })}`, children: headline }),
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
id: item.id,
|
|
62
|
-
variant: item?.variant,
|
|
63
|
-
children: item.copy
|
|
64
|
-
},
|
|
65
|
-
item.id
|
|
66
|
-
) : /* @__PURE__ */ jsxs("li", { className: "list_item flex", children: [
|
|
67
|
-
/* @__PURE__ */ jsx("div", { className: "img_item", children: /* @__PURE__ */ jsx(
|
|
68
|
-
"img",
|
|
56
|
+
/* @__PURE__ */ jsxs("div", { children: [
|
|
57
|
+
bodyCopy && /* @__PURE__ */ jsx("div", { className: css.body_copy, children: bodyCopy }),
|
|
58
|
+
bullets && bullets.length > 0 && /* @__PURE__ */ jsx("div", { className: "push_up", children: /* @__PURE__ */ jsx("ul", { className: interstitial_list, children: bullets.map(
|
|
59
|
+
(item) => Object.hasOwn(item, "variant") ? /* @__PURE__ */ jsx(
|
|
60
|
+
BulletItem,
|
|
69
61
|
{
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
)
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
62
|
+
id: item.id,
|
|
63
|
+
variant: item?.variant,
|
|
64
|
+
children: item.copy
|
|
65
|
+
},
|
|
66
|
+
item.id
|
|
67
|
+
) : /* @__PURE__ */ jsxs("li", { className: "list_item flex", children: [
|
|
68
|
+
/* @__PURE__ */ jsx("div", { className: "img_item", children: /* @__PURE__ */ jsx(
|
|
69
|
+
"img",
|
|
70
|
+
{
|
|
71
|
+
src: item.icon?.src,
|
|
72
|
+
alt: item.icon?.altText,
|
|
73
|
+
width: 18,
|
|
74
|
+
height: 18
|
|
75
|
+
}
|
|
76
|
+
) }),
|
|
77
|
+
/* @__PURE__ */ jsx("span", { children: item.copy })
|
|
78
|
+
] }, item.id)
|
|
79
|
+
) }) })
|
|
80
|
+
] }),
|
|
79
81
|
Array.isArray(callToActionRow) && callToActionRow?.length > 0 && /* @__PURE__ */ jsx("div", { className: css.btns, children: callToActionRow.map(
|
|
80
82
|
({
|
|
81
83
|
id: id2,
|
|
@@ -1,57 +1,57 @@
|
|
|
1
|
-
const header = "
|
|
2
|
-
const wrapper = "
|
|
3
|
-
const header_main_row = "
|
|
4
|
-
const mobile_header = "
|
|
5
|
-
const logo_wrap = "
|
|
6
|
-
const primary_links = "
|
|
7
|
-
const main_nav_link = "
|
|
8
|
-
const sub_nav_link = "
|
|
9
|
-
const signin_wrap = "
|
|
10
|
-
const signin_btn = "
|
|
11
|
-
const header_sub_row = "
|
|
12
|
-
const signin_dropdown = "
|
|
13
|
-
const shadow = "
|
|
14
|
-
const signin_header = "
|
|
15
|
-
const signin_subheader = "
|
|
16
|
-
const opacity = "
|
|
17
|
-
const fadeInDown = "
|
|
18
|
-
const signin_footer = "
|
|
19
|
-
const open = "
|
|
20
|
-
const dd_wrapper = "
|
|
21
|
-
const dd_media = "
|
|
22
|
-
const dd_media_img = "
|
|
23
|
-
const dd_site_navs = "
|
|
24
|
-
const dd_media_header = "
|
|
25
|
-
const mt_8 = "
|
|
26
|
-
const mt_16 = "
|
|
27
|
-
const ml_8 = "
|
|
28
|
-
const dd_media_cta = "
|
|
29
|
-
const reversed_row = "
|
|
30
|
-
const headline = "
|
|
31
|
-
const nav_anchor = "
|
|
32
|
-
const headline_cta = "
|
|
33
|
-
const site_lists = "
|
|
34
|
-
const hamburger = "
|
|
35
|
-
const mobile_only = "
|
|
36
|
-
const mobile_logo = "
|
|
37
|
-
const highlight = "
|
|
38
|
-
const mobile_nav = "
|
|
39
|
-
const mobile_opened = "
|
|
40
|
-
const mobile_nav_item = "
|
|
41
|
-
const has_dropdown = "
|
|
42
|
-
const icon_wrap = "
|
|
43
|
-
const mobile_footer = "
|
|
44
|
-
const mobile_footer_content = "
|
|
45
|
-
const mobile_footer_media = "
|
|
46
|
-
const footer_cta = "
|
|
47
|
-
const inner_wrapper = "
|
|
48
|
-
const btn = "
|
|
49
|
-
const sub_menu = "
|
|
50
|
-
const main = "
|
|
51
|
-
const dd_footer = "
|
|
52
|
-
const skip_btn = "
|
|
53
|
-
const skip_btnt = "
|
|
54
|
-
const desktop_only = "
|
|
1
|
+
const header = "_header_1ci4h_1";
|
|
2
|
+
const wrapper = "_wrapper_1ci4h_5";
|
|
3
|
+
const header_main_row = "_header_main_row_1ci4h_11";
|
|
4
|
+
const mobile_header = "_mobile_header_1ci4h_12";
|
|
5
|
+
const logo_wrap = "_logo_wrap_1ci4h_18";
|
|
6
|
+
const primary_links = "_primary_links_1ci4h_22";
|
|
7
|
+
const main_nav_link = "_main_nav_link_1ci4h_26";
|
|
8
|
+
const sub_nav_link = "_sub_nav_link_1ci4h_44";
|
|
9
|
+
const signin_wrap = "_signin_wrap_1ci4h_46";
|
|
10
|
+
const signin_btn = "_signin_btn_1ci4h_47";
|
|
11
|
+
const header_sub_row = "_header_sub_row_1ci4h_84";
|
|
12
|
+
const signin_dropdown = "_signin_dropdown_1ci4h_107";
|
|
13
|
+
const shadow = "_shadow_1ci4h_117";
|
|
14
|
+
const signin_header = "_signin_header_1ci4h_127";
|
|
15
|
+
const signin_subheader = "_signin_subheader_1ci4h_134";
|
|
16
|
+
const opacity = "_opacity_1ci4h_156";
|
|
17
|
+
const fadeInDown = "_fadeInDown_1ci4h_1";
|
|
18
|
+
const signin_footer = "_signin_footer_1ci4h_162";
|
|
19
|
+
const open = "_open_1ci4h_183";
|
|
20
|
+
const dd_wrapper = "_dd_wrapper_1ci4h_195";
|
|
21
|
+
const dd_media = "_dd_media_1ci4h_204";
|
|
22
|
+
const dd_media_img = "_dd_media_img_1ci4h_209";
|
|
23
|
+
const dd_site_navs = "_dd_site_navs_1ci4h_213";
|
|
24
|
+
const dd_media_header = "_dd_media_header_1ci4h_220";
|
|
25
|
+
const mt_8 = "_mt_8_1ci4h_230";
|
|
26
|
+
const mt_16 = "_mt_16_1ci4h_234";
|
|
27
|
+
const ml_8 = "_ml_8_1ci4h_238";
|
|
28
|
+
const dd_media_cta = "_dd_media_cta_1ci4h_242";
|
|
29
|
+
const reversed_row = "_reversed_row_1ci4h_274";
|
|
30
|
+
const headline = "_headline_1ci4h_284";
|
|
31
|
+
const nav_anchor = "_nav_anchor_1ci4h_291";
|
|
32
|
+
const headline_cta = "_headline_cta_1ci4h_299";
|
|
33
|
+
const site_lists = "_site_lists_1ci4h_314";
|
|
34
|
+
const hamburger = "_hamburger_1ci4h_352";
|
|
35
|
+
const mobile_only = "_mobile_only_1ci4h_366";
|
|
36
|
+
const mobile_logo = "_mobile_logo_1ci4h_372";
|
|
37
|
+
const highlight = "_highlight_1ci4h_377";
|
|
38
|
+
const mobile_nav = "_mobile_nav_1ci4h_403";
|
|
39
|
+
const mobile_opened = "_mobile_opened_1ci4h_414";
|
|
40
|
+
const mobile_nav_item = "_mobile_nav_item_1ci4h_422";
|
|
41
|
+
const has_dropdown = "_has_dropdown_1ci4h_437";
|
|
42
|
+
const icon_wrap = "_icon_wrap_1ci4h_453";
|
|
43
|
+
const mobile_footer = "_mobile_footer_1ci4h_458";
|
|
44
|
+
const mobile_footer_content = "_mobile_footer_content_1ci4h_463";
|
|
45
|
+
const mobile_footer_media = "_mobile_footer_media_1ci4h_477";
|
|
46
|
+
const footer_cta = "_footer_cta_1ci4h_483";
|
|
47
|
+
const inner_wrapper = "_inner_wrapper_1ci4h_511";
|
|
48
|
+
const btn = "_btn_1ci4h_516";
|
|
49
|
+
const sub_menu = "_sub_menu_1ci4h_521";
|
|
50
|
+
const main = "_main_1ci4h_26";
|
|
51
|
+
const dd_footer = "_dd_footer_1ci4h_546";
|
|
52
|
+
const skip_btn = "_skip_btn_1ci4h_554";
|
|
53
|
+
const skip_btnt = "_skip_btnt_1ci4h_562";
|
|
54
|
+
const desktop_only = "_desktop_only_1ci4h_599";
|
|
55
55
|
const styles = {
|
|
56
56
|
header,
|
|
57
57
|
wrapper,
|