@axos-web-dev/shared-components 0.0.170 → 0.0.172

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.
@@ -9,7 +9,6 @@ export type CommercialDepositsInputs = {
9
9
  Estimated_Gross_Annual_Revenue__c: string;
10
10
  Banking__c: boolean;
11
11
  Treasury_Management__c: boolean;
12
- Commercial_Credit_Card__c: boolean;
13
12
  Lending__c: boolean;
14
13
  Others__c: boolean;
15
14
  Others_Detail__c: string;
@@ -73,7 +73,6 @@ const CommercialDeposits = ({
73
73
  }).min(1, { message: "Estimated gross annual revenue is required" }),
74
74
  Banking__c: z.boolean(),
75
75
  Treasury_Management__c: z.boolean(),
76
- Commercial_Credit_Card__c: z.boolean(),
77
76
  Lending__c: z.boolean(),
78
77
  Others__c: z.boolean().optional(),
79
78
  Others_Detail__c: z.string().optional(),
@@ -240,16 +239,6 @@ const CommercialDeposits = ({
240
239
  children: "Treasury Management"
241
240
  }
242
241
  ),
243
- /* @__PURE__ */ jsx(
244
- Checkbox,
245
- {
246
- id: "Commercial_Credit_Card__c",
247
- ...register("Commercial_Credit_Card__c"),
248
- sizes: "medium",
249
- variant,
250
- children: "Commercial Credit Card"
251
- }
252
- ),
253
242
  /* @__PURE__ */ jsx(
254
243
  Checkbox,
255
244
  {
@@ -1,13 +1,13 @@
1
- const overlay = "_overlay_e4cra_24";
2
- const modal = "_modal_e4cra_40";
3
- const vanish = "_vanish_e4cra_1";
4
- const appear = "_appear_e4cra_1";
5
- const close_button = "_close_button_e4cra_55";
6
- const modal_content = "_modal_content_e4cra_70";
7
- const img_area = "_img_area_e4cra_74";
8
- const body_copy = "_body_copy_e4cra_84";
9
- const btns = "_btns_e4cra_98";
10
- const white_modal = "_white_modal_e4cra_139";
1
+ const overlay = "_overlay_1ep5z_47";
2
+ const modal = "_modal_1ep5z_79";
3
+ const vanish = "_vanish_1ep5z_1";
4
+ const appear = "_appear_1ep5z_1";
5
+ const close_button = "_close_button_1ep5z_109";
6
+ const modal_content = "_modal_content_1ep5z_139";
7
+ const img_area = "_img_area_1ep5z_147";
8
+ const body_copy = "_body_copy_1ep5z_167";
9
+ const btns = "_btns_1ep5z_195";
10
+ const white_modal = "_white_modal_1ep5z_277";
11
11
  const css = {
12
12
  overlay,
13
13
  modal,
@@ -185,12 +185,12 @@ const subNavItemsRaw = {
185
185
  support: [
186
186
  {
187
187
  name: "Personal Support",
188
- url: findMoreAxosDomains("{AXOSBANK}/support"),
188
+ url: findMoreAxosDomains("{AXOSBANK}personal/support"),
189
189
  id: "b_1"
190
190
  },
191
191
  {
192
192
  name: "Business Support",
193
- url: findMoreAxosDomains("{AXOSBANK}/business/resources"),
193
+ url: findMoreAxosDomains("{AXOSBANK}/business/support"),
194
194
  id: "b_2"
195
195
  },
196
196
  {
@@ -212,7 +212,7 @@ const subNavItemsRaw = {
212
212
  },
213
213
  {
214
214
  name: "Why Axos",
215
- url: findMoreAxosDomains("{AXOSBANK}/about-us/why-axos"),
215
+ url: findMoreAxosDomains("{AXOSBANK}/careers/why-axos"),
216
216
  id: "a_3"
217
217
  },
218
218
  {
@@ -417,7 +417,7 @@ function SubNavBar() {
417
417
  id: "partNav1",
418
418
  role: "menuitem",
419
419
  onMouseEnter: handleMouseLeave,
420
- children: "New! Marine Dealer Floorplan Finance"
420
+ children: "Marine Dealer Floorplan Finance"
421
421
  }
422
422
  ) }),
423
423
  /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsxs(
@@ -455,41 +455,6 @@ function SubNavBar() {
455
455
  ]
456
456
  }
457
457
  ) }),
458
- /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsxs(
459
- "a",
460
- {
461
- href: "#",
462
- id: "partNav3",
463
- role: "menuitem",
464
- onMouseEnter: () => handleMouseEnter("sbc"),
465
- onKeyDown: (event) => {
466
- if (event.key === "Enter") {
467
- handleMouseEnter("sbc");
468
- }
469
- },
470
- children: [
471
- "Small Balance Commercial",
472
- /* @__PURE__ */ jsx(
473
- "svg",
474
- {
475
- width: "15",
476
- height: "12",
477
- viewBox: "0 0 20 12",
478
- fill: "none",
479
- xmlns: "http://www.w3.org/2000/svg",
480
- style: { marginLeft: "8px" },
481
- children: /* @__PURE__ */ jsx(
482
- "path",
483
- {
484
- d: "M0.46875 1.76574L9.99908 11.2961L19.5294 1.76574L18.4687 0.705078L9.99908 9.17491L1.52941 0.705078L0.46875 1.76574Z",
485
- fill: "white"
486
- }
487
- )
488
- }
489
- )
490
- ]
491
- }
492
- ) }),
493
458
  /* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsx(
494
459
  Link,
495
460
  {
@@ -897,6 +862,27 @@ function SubNavBar() {
897
862
  children: "Refer-a-Friend"
898
863
  }
899
864
  ) }) })
865
+ ] }),
866
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
867
+ /* @__PURE__ */ jsx(
868
+ Image,
869
+ {
870
+ src: `https://images.axos.com/o9ov1v03uwqk/6qP12OCpyBQWIFQHpJBcOc/aa91d77692692608517c43274dae8e19/nav-submenu-insights-icon.webp`,
871
+ alt: "",
872
+ width: 20,
873
+ height: 20
874
+ }
875
+ ),
876
+ /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
877
+ Link,
878
+ {
879
+ href: findMoreAxosDomains(
880
+ "{AXOSBANK}/personal/insights"
881
+ ),
882
+ role: "heading",
883
+ children: "Insights"
884
+ }
885
+ ) }) })
900
886
  ] })
901
887
  ] })
902
888
  ]
@@ -1023,7 +1009,7 @@ function SubNavBar() {
1023
1009
  "{AXOSBANK}/personal/borrow/mortgages"
1024
1010
  ),
1025
1011
  role: "heading",
1026
- children: "Mortgage"
1012
+ children: "Mortgages"
1027
1013
  }
1028
1014
  ) }),
1029
1015
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
@@ -1239,7 +1225,7 @@ function SubNavBar() {
1239
1225
  {
1240
1226
  href: `https://lavictoirefinance.com`,
1241
1227
  role: "heading",
1242
- children: "New! Marine Loans"
1228
+ children: "Marine Loans"
1243
1229
  }
1244
1230
  ) }),
1245
1231
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
@@ -1521,7 +1507,7 @@ function SubNavBar() {
1521
1507
  /* @__PURE__ */ jsx(
1522
1508
  Image,
1523
1509
  {
1524
- src: `https://images.axos.com/o9ov1v03uwqk/PvF22fgpIH1qP5swSt3MH/daf9fd3df98bc23ed6da9a51eaa37448/nav-submenu-blog-icon.svg`,
1510
+ src: `https://images.axos.com/o9ov1v03uwqk/6qP12OCpyBQWIFQHpJBcOc/aa91d77692692608517c43274dae8e19/nav-submenu-insights-icon.webp`,
1525
1511
  alt: "",
1526
1512
  width: 20,
1527
1513
  height: 20
@@ -1534,7 +1520,7 @@ function SubNavBar() {
1534
1520
  "{AXOS}/invest/insights"
1535
1521
  ),
1536
1522
  role: "heading",
1537
- children: "Blog"
1523
+ children: "Insights"
1538
1524
  }
1539
1525
  ) }) })
1540
1526
  ] })
@@ -1764,7 +1750,7 @@ function SubNavBar() {
1764
1750
  href: findMoreAxosDomains(
1765
1751
  "{AXOSBANK}/personal/insights/finance"
1766
1752
  ),
1767
- children: "Personal Finance"
1753
+ children: "Banking Insights"
1768
1754
  }
1769
1755
  ) }),
1770
1756
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
@@ -1773,18 +1759,10 @@ function SubNavBar() {
1773
1759
  href: findMoreAxosDomains(
1774
1760
  "{AXOS}/invest/insights"
1775
1761
  ),
1776
- children: "Investing Insight"
1762
+ children: "Investing Insights"
1777
1763
  }
1778
1764
  ) }),
1779
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1780
- Link,
1781
- {
1782
- href: findMoreAxosDomains(
1783
- "https://open.spotify.com/show/28mFePHlRxZy80FLW4A58i"
1784
- ),
1785
- children: "Investing Podcast"
1786
- }
1787
- ) })
1765
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("a", { href: "https://moneyevolved.libsyn.com/", children: "Investing Podcast" }) })
1788
1766
  ] })
1789
1767
  ] })
1790
1768
  ] })
@@ -2025,6 +2003,13 @@ function SubNavBar() {
2025
2003
  href: "/business/services/insured-cash-sweep",
2026
2004
  children: "Insured Cash Sweep"
2027
2005
  }
2006
+ ) }),
2007
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2008
+ Link,
2009
+ {
2010
+ href: "/business/digital-business-banking",
2011
+ children: "Digital Banking"
2012
+ }
2028
2013
  ) })
2029
2014
  ] })
2030
2015
  ] }),
@@ -2041,7 +2026,6 @@ function SubNavBar() {
2041
2026
  /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2042
2027
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/business/support", role: "heading", children: "Other Resources" }) }),
2043
2028
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/business/support/faqs", children: "FAQ" }) }),
2044
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/business/business-rates", children: "Rates" }) }),
2045
2029
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/business/support/atm-locator", children: "ATM Locator" }) }),
2046
2030
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2047
2031
  Link,
@@ -2051,6 +2035,18 @@ function SubNavBar() {
2051
2035
  }
2052
2036
  ) })
2053
2037
  ] })
2038
+ ] }),
2039
+ /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2040
+ /* @__PURE__ */ jsx(
2041
+ Image,
2042
+ {
2043
+ src: `https://images.axos.com/o9ov1v03uwqk/6qP12OCpyBQWIFQHpJBcOc/aa91d77692692608517c43274dae8e19/nav-submenu-insights-icon.webp`,
2044
+ alt: "",
2045
+ width: 20,
2046
+ height: 20
2047
+ }
2048
+ ),
2049
+ /* @__PURE__ */ jsx("ul", { className: `${styles.ml_8} list_unstyled`, children: /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/business/insights", role: "heading", children: "Insights" }) }) })
2054
2050
  ] })
2055
2051
  ] })
2056
2052
  ]
@@ -2145,7 +2141,7 @@ function SubNavBar() {
2145
2141
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2146
2142
  Link,
2147
2143
  {
2148
- href: "commercial/banking/third-party-payment-processors",
2144
+ href: "/commercial/banking/third-party-payment-processors",
2149
2145
  children: "Third Party Payment Processors"
2150
2146
  }
2151
2147
  ) }),
@@ -2265,7 +2261,7 @@ function SubNavBar() {
2265
2261
  }
2266
2262
  ),
2267
2263
  /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2268
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/business/support", role: "heading", children: "Other Resources" }) }),
2264
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx("span", { role: "heading", children: "Other Resources" }) }),
2269
2265
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(Link, { href: "/commercial/calculators", children: "Calculators" }) })
2270
2266
  ] })
2271
2267
  ] })
@@ -2411,7 +2407,7 @@ function SubNavBar() {
2411
2407
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2412
2408
  Link,
2413
2409
  {
2414
- href: "/commercial/lending/commercial-term-loans",
2410
+ href: "/commercial/lending/bridge-and-construction-lending",
2415
2411
  children: "Commercial Real Estate Bridge & Construction Lending"
2416
2412
  }
2417
2413
  ) }),
@@ -2448,7 +2444,7 @@ function SubNavBar() {
2448
2444
  Link,
2449
2445
  {
2450
2446
  href: `https://lavictoirefinance.com/dealers`,
2451
- children: "New! Marine Dealer Floorplan Finance"
2447
+ children: "Marine Dealer Floorplan Finance"
2452
2448
  }
2453
2449
  ) })
2454
2450
  ] })
@@ -2628,152 +2624,6 @@ function SubNavBar() {
2628
2624
  ] }) })
2629
2625
  }
2630
2626
  ),
2631
- hoveredLink === "sbc" && /* @__PURE__ */ jsx(
2632
- "div",
2633
- {
2634
- className: `${styles.dd_wrapper} ${styles.desktop_only} `,
2635
- role: "menu",
2636
- onMouseLeave: handleMouseLeave,
2637
- ref: containerRef,
2638
- tabIndex: 0,
2639
- onKeyDown: (event) => handleKeyDownContainer(event, "partNav4"),
2640
- children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsxs("div", { className: `${styles.shadow} rounded flex_row`, children: [
2641
- /* @__PURE__ */ jsxs(
2642
- "div",
2643
- {
2644
- className: `${styles.dd_media} ${styles.opacity} ${dd_media} w_auto text_center`,
2645
- children: [
2646
- /* @__PURE__ */ jsxs("div", { className: styles.dd_media_header, children: [
2647
- /* @__PURE__ */ jsx("p", { role: "heading", children: "Small Balance Commercial Real Estate" }),
2648
- /* @__PURE__ */ jsx("p", { className: styles.mt_8, children: "Try our fast and streamlined loan process." })
2649
- ] }),
2650
- /* @__PURE__ */ jsx(
2651
- "div",
2652
- {
2653
- className: `${styles.mt_8} ${styles.dd_media_img}`,
2654
- children: /* @__PURE__ */ jsx(
2655
- Image,
2656
- {
2657
- src: `https://images.axos.com/o9ov1v03uwqk/wU9cjrkWVQ4eb6i013qVO/bdca7f8f9a6adcaea6d27f6fb81f2416/nav-submenu-sbc.png`,
2658
- alt: "",
2659
- width: 232,
2660
- height: 232
2661
- }
2662
- )
2663
- }
2664
- )
2665
- ]
2666
- }
2667
- ),
2668
- /* @__PURE__ */ jsxs(
2669
- "div",
2670
- {
2671
- className: `${styles.dd_site_navs} ${styles.opacity} bg_white`,
2672
- children: [
2673
- /* @__PURE__ */ jsxs(
2674
- "div",
2675
- {
2676
- className: `${styles.headline} flex_row middle between`,
2677
- children: [
2678
- /* @__PURE__ */ jsx("p", { role: "heading", children: "Diverse portfolio of lending options" }),
2679
- /* @__PURE__ */ jsxs("span", { className: "flex_row middle ml_24 w_auto", children: [
2680
- /* @__PURE__ */ jsx(
2681
- Image,
2682
- {
2683
- src: `https://images.axos.com/o9ov1v03uwqk/jK8YfsETu8QGn7Vpb7x10/3e07dd61bacd8cacb4d62650e88a5e0b/nav-submenu-help-icon.svg`,
2684
- alt: "",
2685
- width: 20,
2686
- height: 20
2687
- }
2688
- ),
2689
- /* @__PURE__ */ jsx(
2690
- "div",
2691
- {
2692
- className: `${styles.headline_cta} ${styles.ml_8}`,
2693
- children: /* @__PURE__ */ jsx(Link, { href: "/partners/support", children: "Help & Support" })
2694
- }
2695
- )
2696
- ] })
2697
- ]
2698
- }
2699
- ),
2700
- /* @__PURE__ */ jsx("hr", {}),
2701
- /* @__PURE__ */ jsx("div", { className: `${styles.site_lists} flex_row`, children: /* @__PURE__ */ jsxs("div", { className: "flex_row", children: [
2702
- /* @__PURE__ */ jsx(
2703
- Image,
2704
- {
2705
- src: `https://images.axos.com/o9ov1v03uwqk/1REUyghtG4xnJtAsZDgRbT/89de7055038937a1392d53c3c0ad7340/nav-submenu-sbc-icon.svg`,
2706
- alt: "",
2707
- width: 20,
2708
- height: 20
2709
- }
2710
- ),
2711
- /* @__PURE__ */ jsxs("ul", { className: `${styles.ml_8} list_unstyled`, children: [
2712
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2713
- Link,
2714
- {
2715
- href: "/commercial/lending/small-balance-commercial-real-estate",
2716
- role: "heading",
2717
- children: "Small Balance Commercial"
2718
- }
2719
- ) }),
2720
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2721
- Link,
2722
- {
2723
- href: "/commercial/lending/small-balance-commercial-real-estate/investor-owned-2-4-unit-lending",
2724
- children: "Investor-Owned 2-4 Unit Properties"
2725
- }
2726
- ) }),
2727
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2728
- Link,
2729
- {
2730
- href: "/commercial/lending/small-balance-commercial-real-estate/mixed-use-lending",
2731
- children: "Mixed-Use"
2732
- }
2733
- ) }),
2734
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2735
- Link,
2736
- {
2737
- href: "/commercial/lending/small-balance-commercial-real-estate/mobile-home-park",
2738
- children: "Mobile Home Park"
2739
- }
2740
- ) }),
2741
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2742
- Link,
2743
- {
2744
- href: "/commercial/lending/small-balance-commercial-real-estate/multifamily-lending",
2745
- children: "Multi-Family Housing"
2746
- }
2747
- ) }),
2748
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2749
- Link,
2750
- {
2751
- href: "/commercial/lending/small-balance-commercial-real-estate/non-resident-aliens",
2752
- children: "Non-Resident Aliens"
2753
- }
2754
- ) }),
2755
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2756
- Link,
2757
- {
2758
- href: "/commercial/lending/small-balance-commercial-real-estate/retail-office-and-industrial",
2759
- children: "Retail Office & Industrial"
2760
- }
2761
- ) }),
2762
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
2763
- Link,
2764
- {
2765
- href: "/commercial/lending/small-balance-commercial-real-estate/student-housing",
2766
- children: "Student Housing"
2767
- }
2768
- ) })
2769
- ] })
2770
- ] }) })
2771
- ]
2772
- }
2773
- )
2774
- ] }) })
2775
- }
2776
- ),
2777
2627
  hoveredLink === "dealerservices" && /* @__PURE__ */ jsx(
2778
2628
  "div",
2779
2629
  {
@@ -673,11 +673,11 @@ function NavBar() {
673
673
  {
674
674
  className: clsx(styles.sub_menu, isOpenProducts1 && expand),
675
675
  children: [
676
- /* @__PURE__ */ jsx("a", { href: "/personal", className: styles.main, role: "heading", children: "Personal Home" }),
676
+ /* @__PURE__ */ jsx("a", { href: "/personal/bank", className: styles.main, role: "heading", children: "Personal Home" }),
677
677
  /* @__PURE__ */ jsx(
678
678
  "a",
679
679
  {
680
- href: findMoreAxosDomains("{AXOSBANK}/personal"),
680
+ href: findMoreAxosDomains("{AXOSBANK}/personal/bank"),
681
681
  role: "menuitem",
682
682
  children: "Bank"
683
683
  }
@@ -690,7 +690,7 @@ function NavBar() {
690
690
  children: "Borrow"
691
691
  }
692
692
  ),
693
- /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXOS}"), role: "menuitem", children: "Invest" }),
693
+ /* @__PURE__ */ jsx("a", { href: findMoreAxosDomains("{AXOS}/invest"), role: "menuitem", children: "Invest" }),
694
694
  /* @__PURE__ */ jsx(
695
695
  "a",
696
696
  {
@@ -856,7 +856,7 @@ function NavBar() {
856
856
  {
857
857
  href: "https://lavictoirefinance.com/dealers",
858
858
  role: "menuitem",
859
- children: "New! Marine Dealer Floorplan Finance"
859
+ children: "Marine Dealer Floorplan Finance"
860
860
  }
861
861
  ),
862
862
  /* @__PURE__ */ jsx(
@@ -869,14 +869,6 @@ function NavBar() {
869
869
  children: "Wholesale Lending"
870
870
  }
871
871
  ),
872
- /* @__PURE__ */ jsx(
873
- "a",
874
- {
875
- href: "/business/small-balance-commercial",
876
- role: "menuitem",
877
- children: "Small Balance Commercial"
878
- }
879
- ),
880
872
  /* @__PURE__ */ jsx("a", { href: "https://www.axosadvisor.com/", role: "menuitem", children: "Financial Advisors" }),
881
873
  /* @__PURE__ */ jsx(
882
874
  "a",
@@ -28,7 +28,7 @@
28
28
  ._1r5w2ux3 a:hover {
29
29
  opacity: 0.65;
30
30
  }
31
- :is(._1r5w2ux3, ._1r5w2ux4) li a {
31
+ :is(._1r5w2ux3, ._1r5w2ux4) li * {
32
32
  font-size: 14px;
33
33
  line-height: 20px;
34
34
  text-decoration: none;
@@ -36,7 +36,7 @@
36
36
  ._1073cm80 :is(._1r5w2ux3, ._1r5w2ux4) li a {
37
37
  color: #0062B3;
38
38
  }
39
- ._1es6o1h0 :is(._1r5w2ux3, ._1r5w2ux4) li a {
39
+ ._1es6o1h0 :is(._1r5w2ux3, ._1r5w2ux4) li * {
40
40
  color: var(--_1073cm82);
41
41
  }
42
42
  ._1r5w2ux4 > summary {