@axos-web-dev/shared-components 1.0.100-dev.33 → 1.0.100-dev.35

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 (80) hide show
  1. package/dist/ATMLocator/ATMLocator.js +2 -1
  2. package/dist/Auth/ErrorAlert.js +2 -1
  3. package/dist/Avatar/Avatar.module.js +7 -7
  4. package/dist/Blockquote/Blockquote.module.js +3 -3
  5. package/dist/Button/Button.js +2 -1
  6. package/dist/Calculators/Calculator.js +2 -1
  7. package/dist/Carousel/index.js +2 -1
  8. package/dist/Chatbot/Bubble.d.ts +3 -1
  9. package/dist/Chatbot/Bubble.js +6 -3
  10. package/dist/Chatbot/ChatWindow.css.js +0 -1
  11. package/dist/Chatbot/ChatWindow.d.ts +2 -6
  12. package/dist/Chatbot/Chatbot.css.js +1 -0
  13. package/dist/Chatbot/Chatbot.d.ts +6 -1
  14. package/dist/Chatbot/Chatbot.js +163 -22
  15. package/dist/Chatbot/index.d.ts +0 -1
  16. package/dist/Chatbot/index.js +0 -2
  17. package/dist/Chatbot/store/chat.d.ts +1 -0
  18. package/dist/Chatbot/store/chat.js +10 -3
  19. package/dist/Chevron/index.js +2 -1
  20. package/dist/Comparison/Comparison.js +2 -1
  21. package/dist/ExecutiveBio/ExecutiveBio.js +2 -1
  22. package/dist/FaqAccordion/index.js +2 -1
  23. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +2 -1
  24. package/dist/Forms/ApplyNow.js +2 -1
  25. package/dist/Forms/ContactUsBusiness.js +2 -1
  26. package/dist/Forms/ContactUsBusinessNameEmail.js +2 -1
  27. package/dist/Forms/ContactUsNMLSId.js +2 -1
  28. package/dist/Forms/CraPublicFile.js +2 -1
  29. package/dist/Forms/EmailOnly.js +2 -1
  30. package/dist/Forms/MortgageRate/MortgageRateForm.js +2 -1
  31. package/dist/Forms/MortgageRate/MortgageRateWatch.js +2 -1
  32. package/dist/Forms/MortgageWarehouseLending.js +2 -1
  33. package/dist/Forms/SuccesForm.js +2 -1
  34. package/dist/Hyperlink/index.js +2 -1
  35. package/dist/ImageLink/ImageLink.js +2 -1
  36. package/dist/ImageLink/ImageLinkSet.js +2 -1
  37. package/dist/ImageLink/index.js +2 -1
  38. package/dist/Insight/Featured/CategorySelector.js +2 -1
  39. package/dist/Insight/Featured/Featured.js +2 -1
  40. package/dist/Insight/Featured/Header.js +2 -1
  41. package/dist/Modal/Modal.js +2 -1
  42. package/dist/NavigationMenu/AxosALTS/NavData.js +2 -1
  43. package/dist/NavigationMenu/AxosALTS/index.js +2 -1
  44. package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
  45. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
  46. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +16 -16
  47. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +2 -1
  48. package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -39
  49. package/dist/NavigationMenu/AxosBank/NavData.js +2 -1
  50. package/dist/NavigationMenu/AxosBank/SubNavBar.js +2 -1
  51. package/dist/NavigationMenu/AxosBank/index.js +2 -1
  52. package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
  53. package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
  54. package/dist/NavigationMenu/LaVictoire/NavData.js +2 -1
  55. package/dist/NavigationMenu/LaVictoire/index.js +2 -1
  56. package/dist/NavigationMenu/NavDataJson.js +2 -1
  57. package/dist/NavigationMenu/Navbar.js +2 -1
  58. package/dist/NavigationMenu/SignInNavButton.js +2 -1
  59. package/dist/SetContainer/SetContainer.js +2 -1
  60. package/dist/SocialMediaBar/iconsRepository.js +2 -1
  61. package/dist/Table/Table.css.d.ts +4 -5
  62. package/dist/VideoTile/VideoTile.js +2 -1
  63. package/dist/VideoWrapper/index.js +2 -1
  64. package/dist/assets/Accordion/Accordion.css +2 -2
  65. package/dist/assets/Avatar/Avatar.css.css +59 -59
  66. package/dist/assets/Blockquote/Blockquote.css.css +72 -72
  67. package/dist/assets/Calculators/AxosOneCalculator/BalanceAPYCalculator.css +1 -1
  68. package/dist/assets/Calculators/BalanceAPYCalculator/BalanceAPYCalculator.css +2 -2
  69. package/dist/assets/Calculators/MonthlyPaymentLVFCalculator/MonthlyPaymentCalculator.css +1 -1
  70. package/dist/assets/ImageBillboard/ImageBillboard.css +0 -1
  71. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +609 -609
  72. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +630 -630
  73. package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +192 -192
  74. package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +445 -445
  75. package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +484 -484
  76. package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +427 -427
  77. package/dist/assets/Table/Table.css +4 -5
  78. package/dist/assets/themes/axos.css +2 -2
  79. package/dist/main.js +0 -2
  80. package/package.json +136 -136
@@ -1,44 +1,44 @@
1
- import '../../assets/NavigationMenu/AxosFiduciary/NavBar.css.css';const header = "_header_1hqsj_1";
2
- const wrapper = "_wrapper_1hqsj_9";
3
- const header_main_row = "_header_main_row_1hqsj_21";
4
- const mobile_header = "_mobile_header_1hqsj_23";
5
- const logo_wrap = "_logo_wrap_1hqsj_35";
6
- const primary_links = "_primary_links_1hqsj_43";
7
- const main_nav = "_main_nav_1hqsj_51";
8
- const main_nav_link = "_main_nav_link_1hqsj_65";
9
- const sub_nav_link = "_sub_nav_link_1hqsj_109";
10
- const signin_wrap = "_signin_wrap_1hqsj_113";
11
- const signin_btn = "_signin_btn_1hqsj_115";
12
- const sub_nav = "_sub_nav_1hqsj_109";
13
- const header_sub_row = "_header_sub_row_1hqsj_197";
14
- const shadow = "_shadow_1hqsj_229";
15
- const opacity = "_opacity_1hqsj_261";
16
- const fadeInDown = "_fadeInDown_1hqsj_1";
17
- const footer = "_footer_1hqsj_273";
18
- const open = "_open_1hqsj_305";
19
- const mt_8 = "_mt_8_1hqsj_321";
20
- const mt_16 = "_mt_16_1hqsj_329";
21
- const ml_8 = "_ml_8_1hqsj_337";
22
- const reversed_row = "_reversed_row_1hqsj_345";
23
- const nav_anchor = "_nav_anchor_1hqsj_353";
24
- const site_lists = "_site_lists_1hqsj_375";
25
- const hamburger = "_hamburger_1hqsj_383";
26
- const mobile_logo = "_mobile_logo_1hqsj_411";
27
- const mobile_nav = "_mobile_nav_1hqsj_461";
28
- const mobile_opened = "_mobile_opened_1hqsj_483";
29
- const _mobile_opened = "__mobile_opened_1hqsj_491";
30
- const mobile_nav_item = "_mobile_nav_item_1hqsj_499";
31
- const icon_wrap = "_icon_wrap_1hqsj_529";
32
- const mobile_footer = "_mobile_footer_1hqsj_539";
33
- const mobile_footer_content = "_mobile_footer_content_1hqsj_549";
34
- const mobile_footer_media = "_mobile_footer_media_1hqsj_579";
35
- const footer_cta = "_footer_cta_1hqsj_593";
36
- const inner_wrapper = "_inner_wrapper_1hqsj_657";
37
- const btn = "_btn_1hqsj_667";
38
- const sub_menu = "_sub_menu_1hqsj_677";
39
- const main = "_main_1hqsj_51";
40
- const desktop_only = "_desktop_only_1hqsj_735";
41
- const mobile_only = "_mobile_only_1hqsj_829";
1
+ import '../../assets/NavigationMenu/AxosFiduciary/NavBar.css.css';const header = "_header_15z7t_1";
2
+ const wrapper = "_wrapper_15z7t_5";
3
+ const header_main_row = "_header_main_row_15z7t_11";
4
+ const mobile_header = "_mobile_header_15z7t_12";
5
+ const logo_wrap = "_logo_wrap_15z7t_18";
6
+ const primary_links = "_primary_links_15z7t_22";
7
+ const main_nav = "_main_nav_15z7t_26";
8
+ const main_nav_link = "_main_nav_link_15z7t_33";
9
+ const sub_nav_link = "_sub_nav_link_15z7t_55";
10
+ const signin_wrap = "_signin_wrap_15z7t_57";
11
+ const signin_btn = "_signin_btn_15z7t_58";
12
+ const sub_nav = "_sub_nav_15z7t_55";
13
+ const header_sub_row = "_header_sub_row_15z7t_99";
14
+ const shadow = "_shadow_15z7t_115";
15
+ const opacity = "_opacity_15z7t_131";
16
+ const fadeInDown = "_fadeInDown_15z7t_1";
17
+ const footer = "_footer_15z7t_137";
18
+ const open = "_open_15z7t_153";
19
+ const mt_8 = "_mt_8_15z7t_161";
20
+ const mt_16 = "_mt_16_15z7t_165";
21
+ const ml_8 = "_ml_8_15z7t_169";
22
+ const reversed_row = "_reversed_row_15z7t_173";
23
+ const nav_anchor = "_nav_anchor_15z7t_177";
24
+ const site_lists = "_site_lists_15z7t_188";
25
+ const hamburger = "_hamburger_15z7t_192";
26
+ const mobile_logo = "_mobile_logo_15z7t_206";
27
+ const mobile_nav = "_mobile_nav_15z7t_231";
28
+ const mobile_opened = "_mobile_opened_15z7t_242";
29
+ const _mobile_opened = "__mobile_opened_15z7t_246";
30
+ const mobile_nav_item = "_mobile_nav_item_15z7t_250";
31
+ const icon_wrap = "_icon_wrap_15z7t_265";
32
+ const mobile_footer = "_mobile_footer_15z7t_270";
33
+ const mobile_footer_content = "_mobile_footer_content_15z7t_275";
34
+ const mobile_footer_media = "_mobile_footer_media_15z7t_290";
35
+ const footer_cta = "_footer_cta_15z7t_297";
36
+ const inner_wrapper = "_inner_wrapper_15z7t_329";
37
+ const btn = "_btn_15z7t_334";
38
+ const sub_menu = "_sub_menu_15z7t_339";
39
+ const main = "_main_15z7t_26";
40
+ const desktop_only = "_desktop_only_15z7t_368";
41
+ const mobile_only = "_mobile_only_15z7t_415";
42
42
  const styles = {
43
43
  header,
44
44
  wrapper,
@@ -71,9 +71,10 @@ import "../../Carousel/index.js";
71
71
  /* empty css */
72
72
  import "../../Chatbot/store/chat.js";
73
73
  import "../../Chatbot/authenticate.js";
74
- import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
75
74
  /* empty css */
76
75
  import "../../Chatbot/store/messages.js";
76
+ import "@ujet/websdk-headless";
77
+ import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
77
78
  /* empty css */
78
79
  import "../../Comparison/Comparison.css.js";
79
80
  import "next/image.js";
@@ -74,9 +74,10 @@ import "../../Carousel/index.js";
74
74
  /* empty css */
75
75
  import "../../Chatbot/store/chat.js";
76
76
  import "../../Chatbot/authenticate.js";
77
- import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
78
77
  /* empty css */
79
78
  import "../../Chatbot/store/messages.js";
79
+ import "@ujet/websdk-headless";
80
+ import "../../Chatbot/Chatbot.css.ts.vanilla.css.js";
80
81
  /* empty css */
81
82
  import "../../Comparison/Comparison.css.js";
82
83
  import "next/image.js";
@@ -71,9 +71,10 @@ import "../Carousel/index.js";
71
71
  /* empty css */
72
72
  import "../Chatbot/store/chat.js";
73
73
  import "../Chatbot/authenticate.js";
74
- import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
75
74
  /* empty css */
76
75
  import "../Chatbot/store/messages.js";
76
+ import "@ujet/websdk-headless";
77
+ import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
77
78
  /* empty css */
78
79
  import "../Comparison/Comparison.css.js";
79
80
  import "next/image.js";
@@ -73,9 +73,10 @@ import "../Carousel/index.js";
73
73
  /* empty css */
74
74
  import "../Chatbot/store/chat.js";
75
75
  import "../Chatbot/authenticate.js";
76
- import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
77
76
  /* empty css */
78
77
  import "../Chatbot/store/messages.js";
78
+ import "@ujet/websdk-headless";
79
+ import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
79
80
  /* empty css */
80
81
  import "../Comparison/Comparison.css.js";
81
82
  import "next/image.js";
@@ -74,9 +74,10 @@ import "../Carousel/index.js";
74
74
  /* empty css */
75
75
  import "../Chatbot/store/chat.js";
76
76
  import "../Chatbot/authenticate.js";
77
- import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
78
77
  /* empty css */
79
78
  import "../Chatbot/store/messages.js";
79
+ import "@ujet/websdk-headless";
80
+ import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
80
81
  /* empty css */
81
82
  import "../Comparison/Comparison.css.js";
82
83
  import "next/image.js";
@@ -75,9 +75,10 @@ import "../Carousel/index.js";
75
75
  /* empty css */
76
76
  import "../Chatbot/store/chat.js";
77
77
  import "../Chatbot/authenticate.js";
78
- import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
79
78
  /* empty css */
80
79
  import "../Chatbot/store/messages.js";
80
+ import "@ujet/websdk-headless";
81
+ import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
81
82
  /* empty css */
82
83
  import "../Comparison/Comparison.css.js";
83
84
  import { setcontainer_section_text, set_container_cols, inline_container, set_container, isolate_container } from "./SetContainer.css.js";
@@ -71,9 +71,10 @@ import "../Carousel/index.js";
71
71
  /* empty css */
72
72
  import "../Chatbot/store/chat.js";
73
73
  import "../Chatbot/authenticate.js";
74
- import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
75
74
  /* empty css */
76
75
  import "../Chatbot/store/messages.js";
76
+ import "@ujet/websdk-headless";
77
+ import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
77
78
  /* empty css */
78
79
  import "../Comparison/Comparison.css.js";
79
80
  import "next/image.js";
@@ -3,7 +3,6 @@ export declare const table_container: import('@vanilla-extract/recipes').Runtime
3
3
  variant: {
4
4
  apy: {
5
5
  background: `var(--${string})`;
6
- border: "1px solid #f1f1f1";
7
6
  padding: "2rem 0";
8
7
  };
9
8
  standard: {
@@ -77,16 +76,16 @@ export declare const td: import('@vanilla-extract/recipes').RuntimeFn<{
77
76
  primary: {
78
77
  background: `var(--${string})`;
79
78
  color: "#4A5560";
80
- borderBottom: "1px solid #D4D4D4";
79
+ borderBottom: string;
81
80
  };
82
81
  secondary: {
83
82
  background: `var(--${string})`;
84
83
  color: "#4A5560";
85
- borderBottom: "1px solid #D4D4D4";
84
+ borderBottom: string;
86
85
  };
87
86
  tertiary: {
88
87
  color: `var(--${string})`;
89
- borderBottom: "1px solid #F4F4F4";
88
+ borderBottom: string;
90
89
  selectors: {
91
90
  "&:first-child": {
92
91
  background: `var(--${string})`;
@@ -105,7 +104,7 @@ export declare const td: import('@vanilla-extract/recipes').RuntimeFn<{
105
104
  };
106
105
  quaternary: {
107
106
  color: `var(--${string})`;
108
- borderBottom: "1px solid #F4F4F4";
107
+ borderBottom: string;
109
108
  selectors: {
110
109
  "&:first-child": {
111
110
  background: `var(--${string})`;
@@ -79,9 +79,10 @@ import "../Carousel/index.js";
79
79
  /* empty css */
80
80
  import "../Chatbot/store/chat.js";
81
81
  import "../Chatbot/authenticate.js";
82
- import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
83
82
  /* empty css */
84
83
  import "../Chatbot/store/messages.js";
84
+ import "@ujet/websdk-headless";
85
+ import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
85
86
  /* empty css */
86
87
  import "../Comparison/Comparison.css.js";
87
88
  import "next/image.js";
@@ -72,9 +72,10 @@ import "../Carousel/index.js";
72
72
  /* empty css */
73
73
  import "../Chatbot/store/chat.js";
74
74
  import "../Chatbot/authenticate.js";
75
- import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
76
75
  /* empty css */
77
76
  import "../Chatbot/store/messages.js";
77
+ import "@ujet/websdk-headless";
78
+ import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
78
79
  /* empty css */
79
80
  import "../Comparison/Comparison.css.js";
80
81
  import "next/image.js";
@@ -83,10 +83,10 @@
83
83
  flex-wrap: wrap;
84
84
  }
85
85
  .qfoxngd:hover {
86
- background: #F4F4F4;
86
+ background: var(--_1073cm88);
87
87
  }
88
88
  .qfoxnga:hover .qfoxngd {
89
- background: #F4F4F4;
89
+ background: var(--_1073cm88);
90
90
  }
91
91
  .qfoxnge {
92
92
  background: #D4D4D4;
@@ -1,59 +1,59 @@
1
- ._avatar_sec_q4a8z_1 {
2
- margin: 16px 0;
3
- }
4
-
5
- ._container_q4a8z_9 {
6
- border-bottom: 1px solid #d4d4d4;
7
- border-top: 1px solid #d4d4d4;
8
- margin-inline: auto;
9
- max-width: 1200px;
10
- padding: 16px 0;
11
- width: 100%;
12
- }
13
-
14
- ._image_q4a8z_27 {
15
- aspect-ratio: 1;
16
- background-position: 0 0;
17
- background-size: contain;
18
- border-radius: 50%;
19
- flex: 0 0 100px;
20
- height: 100px;
21
- }
22
-
23
- ._text_q4a8z_45 {
24
- flex: 1 1 0%;
25
- align-self: center;
26
- margin-left: 16px;
27
- }
28
-
29
- ._name_q4a8z_57 {
30
- color: #1e3860;
31
- font-family: var(--header-font-family);
32
- font-size: 20px;
33
- font-weight: 700;
34
- line-height: 1.4;
35
- }
36
-
37
- ._title_q4a8z_73 {
38
- color: #1e3860;
39
- font-size: 18px;
40
- font-weight: 500;
41
- line-height: 1.44;
42
- }
43
-
44
- ._description_q4a8z_87 p {
45
- font-size: 14px;
46
- line-height: 1.33;
47
- color: #333d46;
48
- }
49
-
50
- * + ._description_q4a8z_87 {
51
- margin-top: 8px;
52
- }
53
-
54
- @media (max-width: 603px) {
55
- ._image_q4a8z_27 {
56
- height: 75px;
57
- flex: 0 0 75px;
58
- }
59
- }
1
+ ._avatar_sec_1clr6_1 {
2
+ margin: 16px 0;
3
+ }
4
+
5
+ ._container_1clr6_5 {
6
+ border-bottom: 1px solid #d4d4d4;
7
+ border-top: 1px solid #d4d4d4;
8
+ margin-inline: auto;
9
+ max-width: 1200px;
10
+ padding: 16px 0;
11
+ width: 100%;
12
+ }
13
+
14
+ ._image_1clr6_14 {
15
+ aspect-ratio: 1;
16
+ background-position: 0 0;
17
+ background-size: contain;
18
+ border-radius: 50%;
19
+ flex: 0 0 100px;
20
+ height: 100px;
21
+ }
22
+
23
+ ._text_1clr6_23 {
24
+ flex: 1 1 0%;
25
+ align-self: center;
26
+ margin-left: 16px;
27
+ }
28
+
29
+ ._name_1clr6_29 {
30
+ color: #1e3860;
31
+ font-family: var(--header-font-family);
32
+ font-size: 20px;
33
+ font-weight: 700;
34
+ line-height: 1.4;
35
+ }
36
+
37
+ ._title_1clr6_37 {
38
+ color: #1e3860;
39
+ font-size: 18px;
40
+ font-weight: 500;
41
+ line-height: 1.44;
42
+ }
43
+
44
+ ._description_1clr6_44 p {
45
+ font-size: 14px;
46
+ line-height: 1.33;
47
+ color: #333d46;
48
+ }
49
+
50
+ * + ._description_1clr6_44 {
51
+ margin-top: 8px;
52
+ }
53
+
54
+ @media (max-width: 603px) {
55
+ ._image_1clr6_14 {
56
+ height: 75px;
57
+ flex: 0 0 75px;
58
+ }
59
+ }
@@ -1,72 +1,72 @@
1
- ._quote_spacer_lqs2u_1 {
2
- line-height: 1.35;
3
- margin-block: clamp(1.88rem, 1.99vw + 1.41rem, 3rem);
4
- margin-inline: auto;
5
- }
6
-
7
- ._author_lqs2u_13,
8
- ._quote_lqs2u_1 {
9
- color: #1f1f1f;
10
- }
11
-
12
- ._author_lqs2u_13 {
13
- text-align: right;
14
- margin-top: 18px;
15
- }
16
-
17
- ._author_lqs2u_13 cite {
18
- font-style: normal;
19
- }
20
-
21
- ._quote_spacer_lqs2u_1 .img_fluid {
22
- margin-right: 24px;
23
- transform: rotateY(180deg) scaleY(-1);
24
- }
25
-
26
- ._quote_spacer_lqs2u_1 .flex_row {
27
- align-items: flex-start;
28
- }
29
-
30
- ._quote_lqs2u_1 p {
31
- font-size: clamp(1.22rem, 0.92vw + 1rem, 1.74rem);
32
- font-style: italic;
33
- line-height: 1.2;
34
- }
35
-
36
- .lchs2s1 ._quote_lqs2u_1 p {
37
- color: #1e3860;
38
- }
39
-
40
- @media (max-width: 768px) {
41
- ._quote_spacer_lqs2u_1 .img_fluid {
42
- max-width: 30px;
43
- margin-right: 12px;
44
- }
45
- ._author_lqs2u_13 {
46
- margin-top: 14px;
47
- }
48
- ._quote_lqs2u_1 p {
49
- font-size: 18px;
50
- }
51
- ._author_lqs2u_13 cite {
52
- font-size: 14px;
53
- }
54
- }
55
-
56
- @media (max-width: 500px) {
57
- ._author_lqs2u_13 {
58
- margin-top: 12px;
59
- }
60
- }
61
-
62
- @media (min-width: 604px) {
63
- ._quote_spacer_lqs2u_1 {
64
- width: min(calc(100% - 2rem), 792px);
65
- }
66
- }
67
-
68
- @media (min-width: 1023px) {
69
- ._quote_lqs2u_1 p {
70
- font-weight: 700;
71
- }
72
- }
1
+ ._quote_spacer_ovx4r_1 {
2
+ line-height: 1.35;
3
+ margin-block: clamp(1.88rem, 1.99vw + 1.41rem, 3rem);
4
+ margin-inline: auto;
5
+ }
6
+
7
+ ._author_ovx4r_7,
8
+ ._quote_ovx4r_1 {
9
+ color: #1f1f1f;
10
+ }
11
+
12
+ ._author_ovx4r_7 {
13
+ text-align: right;
14
+ margin-top: 18px;
15
+ }
16
+
17
+ ._author_ovx4r_7 cite {
18
+ font-style: normal;
19
+ }
20
+
21
+ ._quote_spacer_ovx4r_1 .img_fluid {
22
+ margin-right: 24px;
23
+ transform: rotateY(180deg) scaleY(-1);
24
+ }
25
+
26
+ ._quote_spacer_ovx4r_1 .flex_row {
27
+ align-items: flex-start;
28
+ }
29
+
30
+ ._quote_ovx4r_1 p {
31
+ font-size: clamp(1.22rem, 0.92vw + 1rem, 1.74rem);
32
+ font-style: italic;
33
+ line-height: 1.2;
34
+ }
35
+
36
+ .lchs2s1 ._quote_ovx4r_1 p {
37
+ color: #1e3860;
38
+ }
39
+
40
+ @media (max-width: 768px) {
41
+ ._quote_spacer_ovx4r_1 .img_fluid {
42
+ max-width: 30px;
43
+ margin-right: 12px;
44
+ }
45
+ ._author_ovx4r_7 {
46
+ margin-top: 14px;
47
+ }
48
+ ._quote_ovx4r_1 p {
49
+ font-size: 18px;
50
+ }
51
+ ._author_ovx4r_7 cite {
52
+ font-size: 14px;
53
+ }
54
+ }
55
+
56
+ @media (max-width: 500px) {
57
+ ._author_ovx4r_7 {
58
+ margin-top: 12px;
59
+ }
60
+ }
61
+
62
+ @media (min-width: 604px) {
63
+ ._quote_spacer_ovx4r_1 {
64
+ width: min(calc(100% - 2rem), 792px);
65
+ }
66
+ }
67
+
68
+ @media (min-width: 1023px) {
69
+ ._quote_ovx4r_1 p {
70
+ font-weight: 700;
71
+ }
72
+ }
@@ -160,7 +160,7 @@
160
160
  }
161
161
  @media screen and (max-width: 768px) {
162
162
  ._11b2y8z0 ._1nivbwet ._1nivbwe12 tr:nth-child(even) td {
163
- background: #f4f4f4;
163
+ background: var(--_1073cm88);
164
164
  }
165
165
  ._11b2y8z0 > .containment {
166
166
  padding: 0px;
@@ -20,8 +20,8 @@
20
20
  ._1mjmksf5 {
21
21
  padding: 64px;
22
22
  margin: 32px 0;
23
- background: #F4F4F4;
24
- color: #4A5560;
23
+ background: var(--_1073cm88);
24
+ color: var(--_1073cm8a);
25
25
  }
26
26
  ._1mjmksf6 {
27
27
  display: inline-flex;
@@ -165,7 +165,7 @@
165
165
  animation-duration: 20s;
166
166
  }
167
167
  ._1xynjwx4 ._1xynjwxh {
168
- background-color: #f4f4f4;
168
+ background-color: var(--_1073cm88);
169
169
  }
170
170
  .section_spacer:has(._1xynjwxr) {
171
171
  margin-top: 0px;
@@ -192,7 +192,6 @@
192
192
  line-height: 1;
193
193
  }
194
194
  ._1m7m2a11 {
195
- color: #f4f4f4;
196
195
  font: 700 150px/1 var(--header-font-family);
197
196
  letter-spacing: 0.2px;
198
197
  line-height: 1;