@axos-web-dev/shared-components 0.0.66 → 0.0.68

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 (140) hide show
  1. package/dist/AwardsBanner/AwardsBanner.js +3 -3
  2. package/dist/AwardsItem/AwardsItem.js +13 -5
  3. package/dist/BulletItem/BulletItem.js +1 -1
  4. package/dist/Calculators/Calculator.js +7 -2
  5. package/dist/CallToActionBar/CallToActionBar.css.d.ts +1 -0
  6. package/dist/CallToActionBar/CallToActionBar.css.js +18 -16
  7. package/dist/CallToActionBar/index.js +24 -17
  8. package/dist/Carousel/index.js +7 -2
  9. package/dist/Chevron/index.js +7 -2
  10. package/dist/Comparison/Comparison.css.d.ts +42 -0
  11. package/dist/Comparison/Comparison.css.js +27 -0
  12. package/dist/Comparison/Comparison.d.ts +3 -0
  13. package/dist/Comparison/Comparison.interface.d.ts +24 -0
  14. package/dist/Comparison/Comparison.interface.js +1 -0
  15. package/dist/Comparison/Comparison.js +143 -0
  16. package/dist/Comparison/ComparisonSet.d.ts +3 -0
  17. package/dist/{Forms/RenderForm.js → Comparison/ComparisonSet.js} +112 -36
  18. package/dist/Comparison/index.d.ts +3 -0
  19. package/dist/Comparison/index.js +15 -0
  20. package/dist/DownloadTile/index.js +9 -7
  21. package/dist/ExecutiveBio/ExecutiveBio.js +5 -4
  22. package/dist/FaqAccordion/index.d.ts +6 -4
  23. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +7 -2
  24. package/dist/Forms/ApplicationStart.d.ts +1 -1
  25. package/dist/Forms/ApplicationStart.js +7 -1
  26. package/dist/Forms/CommercialLending.d.ts +15 -0
  27. package/dist/Forms/CommercialLending.js +288 -0
  28. package/dist/Forms/ContactCompany.d.ts +2 -17
  29. package/dist/Forms/ContactCompany.js +7 -1
  30. package/dist/Forms/ContactUs.d.ts +9 -0
  31. package/dist/Forms/ContactUs.js +181 -0
  32. package/dist/Forms/ContactUsAAS.d.ts +13 -0
  33. package/dist/Forms/ContactUsAAS.js +330 -0
  34. package/dist/Forms/ContactUsBusiness.d.ts +1 -1
  35. package/dist/Forms/ContactUsBusiness.js +14 -3
  36. package/dist/Forms/DealerServices.d.ts +2 -17
  37. package/dist/Forms/DealerServices.js +7 -1
  38. package/dist/Forms/EmailOnly.d.ts +1 -1
  39. package/dist/Forms/EmailOnly.js +7 -2
  40. package/dist/Forms/EmailUs.d.ts +7 -0
  41. package/dist/Forms/EmailUs.js +125 -0
  42. package/dist/Forms/FormEnums.d.ts +2 -0
  43. package/dist/Forms/FormEnums.js +18 -0
  44. package/dist/Forms/FormProps.d.ts +17 -0
  45. package/dist/Forms/FormProps.js +1 -0
  46. package/dist/Forms/Forms.css.d.ts +8 -0
  47. package/dist/Forms/Forms.css.js +12 -10
  48. package/dist/Forms/SalesforceFieldsForm.d.ts +12 -0
  49. package/dist/Forms/SalesforceFieldsForm.js +4 -1
  50. package/dist/Forms/ScheduleCall.d.ts +5 -18
  51. package/dist/Forms/ScheduleCall.js +65 -6
  52. package/dist/Forms/ScheduleCallPremier.d.ts +1 -1
  53. package/dist/Forms/ScheduleCallPremier.js +15 -2
  54. package/dist/Forms/SuccesForm.js +8 -3
  55. package/dist/Forms/WcplSurvey.d.ts +8 -0
  56. package/dist/Forms/WcplSurvey.js +194 -0
  57. package/dist/Forms/index.d.ts +9 -4
  58. package/dist/Forms/index.js +15 -7
  59. package/dist/Hyperlink/index.js +7 -2
  60. package/dist/IconBillboard/IconBillboard.css.d.ts +2 -0
  61. package/dist/ImageBillboard/ImageBillboardSet.js +1 -1
  62. package/dist/ImageLink/ImageLink.js +14 -9
  63. package/dist/ImageLink/ImageLinkSet.js +5 -0
  64. package/dist/ImageLink/index.js +7 -2
  65. package/dist/Input/Checkbox.d.ts +1 -1
  66. package/dist/Input/DatePicker.css.d.ts +1 -0
  67. package/dist/Input/DatePicker.css.js +6 -0
  68. package/dist/Input/Datepicker.d.ts +4 -0
  69. package/dist/Input/Datepicker.js +40 -0
  70. package/dist/Input/Input.d.ts +1 -12
  71. package/dist/Input/Input.js +3 -1
  72. package/dist/Input/InputProps.d.ts +9 -0
  73. package/dist/Input/RadioButton.css.d.ts +15 -0
  74. package/dist/Input/RadioButton.css.js +10 -0
  75. package/dist/Input/RadioButton.d.ts +5 -0
  76. package/dist/Input/RadioButton.js +50 -0
  77. package/dist/Input/index.d.ts +1 -0
  78. package/dist/LandingPageHeader/LandingPageHeader.js +2 -2
  79. package/dist/LandingPageHeader/index.d.ts +1 -0
  80. package/dist/LandingPageHeader/index.js +6 -1
  81. package/dist/LoadingIndicator/LoadingIndicator.css.d.ts +16 -0
  82. package/dist/LoadingIndicator/LoadingIndicator.css.js +6 -0
  83. package/dist/LoadingIndicator/index.d.ts +10 -0
  84. package/dist/LoadingIndicator/index.js +20 -0
  85. package/dist/Modal/Modal.js +7 -2
  86. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +56 -53
  87. package/dist/NavigationMenu/AxosAdvisorServices/SubNavBar.d.ts +1 -1
  88. package/dist/NavigationMenu/AxosAdvisorServices/SubNavBar.js +15 -11
  89. package/dist/NavigationMenu/AxosAdvisorServices/index.js +1 -1
  90. package/dist/SetContainer/SetContainer.css.d.ts +35 -0
  91. package/dist/SetContainer/SetContainer.css.js +10 -2
  92. package/dist/SetContainer/SetContainer.d.ts +6 -2
  93. package/dist/SetContainer/SetContainer.js +42 -19
  94. package/dist/SetContainer/index.js +6 -2
  95. package/dist/Tab/Tab.css.d.ts +37 -0
  96. package/dist/Tab/Tab.css.js +13 -0
  97. package/dist/Tab/Tab.d.ts +10 -0
  98. package/dist/Tab/Tab.js +25 -0
  99. package/dist/Tab/TabContainer.d.ts +5 -0
  100. package/dist/Tab/TabContainer.js +10 -0
  101. package/dist/Tab/index.d.ts +2 -0
  102. package/dist/Tab/index.js +6 -0
  103. package/dist/Table/Table.d.ts +2 -2
  104. package/dist/Table/Table.interface.d.ts +3 -1
  105. package/dist/Table/Table.js +11 -3
  106. package/dist/TopicalNavItem/TopicalNavItem.d.ts +1 -1
  107. package/dist/TopicalNavItem/TopicalNavItem.js +40 -31
  108. package/dist/TopicalNavSet/TopicalNavSet.js +5 -5
  109. package/dist/VideoTile/VideoTile.interface.d.ts +3 -0
  110. package/dist/VideoTile/VideoTile.js +3 -1
  111. package/dist/assets/CallToActionBar/CallToActionBar.css +35 -27
  112. package/dist/assets/Carousel/Carousel.css +2 -0
  113. package/dist/assets/Chevron/Chevron.css +1 -1
  114. package/dist/assets/Comparison/Comparison.css +141 -0
  115. package/dist/assets/Forms/Forms.css +46 -35
  116. package/dist/assets/IconBillboard/IconBillboard.css +4 -0
  117. package/dist/assets/Input/DatePicker.css +86 -0
  118. package/dist/assets/Input/Input.css +1 -0
  119. package/dist/assets/Input/RadioButton.css +31 -0
  120. package/dist/assets/LoadingIndicator/LoadingIndicator.css +27 -0
  121. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +125 -117
  122. package/dist/assets/SetContainer/SetContainer.css +63 -5
  123. package/dist/assets/Tab/Tab.css +49 -0
  124. package/dist/assets/globals.css +6 -0
  125. package/dist/assets/icons/Star/Star.css +6 -0
  126. package/dist/icons/Logos/AAS.js +29 -26
  127. package/dist/icons/Logos/AFS.js +29 -26
  128. package/dist/icons/Logos/AXA.js +31 -28
  129. package/dist/icons/Logos/AXC.js +29 -26
  130. package/dist/icons/Logos/AXI.js +55 -52
  131. package/dist/icons/Logos/AXOS.js +30 -27
  132. package/dist/icons/Star/Star.css.d.ts +13 -0
  133. package/dist/icons/Star/Star.css.js +6 -0
  134. package/dist/icons/Star/index.d.ts +9 -0
  135. package/dist/icons/Star/index.js +26 -0
  136. package/dist/main.d.ts +5 -2
  137. package/dist/main.js +99 -63
  138. package/dist/utils/variant.types.d.ts +1 -0
  139. package/package.json +5 -3
  140. package/dist/Forms/RenderForm.d.ts +0 -8
@@ -2,7 +2,7 @@ import { PropsWithChildren } from 'react';
2
2
  import { CellProps, RowProps, TableContainerProps, TableProps } from './Table.interface';
3
3
 
4
4
  export declare const TableContainer: ({ tableTitle, tableBody, tableFooter, tableType, tableDescription, internalName, id, }: TableContainerProps) => import("react/jsx-runtime").JSX.Element;
5
- export declare const Table: ({ variant, children, highlight, tableType, alternateColorRows, }: TableProps) => import("react/jsx-runtime").JSX.Element;
5
+ export declare const Table: ({ variant, children, highlight, tableType, alternateColorRows, className, style, }: TableProps) => import("react/jsx-runtime").JSX.Element;
6
6
  export declare const TableRow: ({ children, ...props }: RowProps) => import("react/jsx-runtime").JSX.Element;
7
7
  export declare const TableHead: ({ children }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element;
8
8
  export declare const TableBody: ({ children }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element;
@@ -53,7 +53,7 @@ export declare const TableCell: ({ children, as, variant, highlighted, ...props
53
53
  itemRef?: string | undefined;
54
54
  results?: number | undefined;
55
55
  security?: string | undefined;
56
- unselectable?: "on" | "off" | undefined;
56
+ unselectable?: "off" | "on" | undefined;
57
57
  inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
58
58
  is?: string | undefined;
59
59
  "aria-activedescendant"?: string | undefined;
@@ -1,4 +1,4 @@
1
- import { HtmlHTMLAttributes, PropsWithChildren, ReactNode } from 'react';
1
+ import { CSSProperties, HtmlHTMLAttributes, PropsWithChildren, ReactNode } from 'react';
2
2
 
3
3
  export interface RowProps extends HtmlHTMLAttributes<HTMLTableRowElement>, PropsWithChildren {
4
4
  }
@@ -12,6 +12,8 @@ export interface TableProps extends PropsWithChildren {
12
12
  highlight?: "First Row" | "Last Row" | "First and Last Row" | undefined;
13
13
  tableType?: "Standard" | "Rate";
14
14
  alternateColorRows?: boolean;
15
+ className?: string;
16
+ style?: CSSProperties;
15
17
  }
16
18
  export interface TableContainerProps extends PropsWithChildren {
17
19
  id?: string;
@@ -33,13 +33,21 @@ const Table = ({
33
33
  children,
34
34
  highlight,
35
35
  tableType = "Standard",
36
- alternateColorRows = false
36
+ alternateColorRows = false,
37
+ className,
38
+ style
37
39
  }) => {
38
40
  return /* @__PURE__ */ jsx(
39
41
  "div",
40
42
  {
41
- className: tableWrapper({ variant: getVariant(variant) }),
42
- style: tableType === "Rate" ? { width: "90%", border: "none" } : {},
43
+ className: clsx(
44
+ tableWrapper({ variant: getVariant(variant) }),
45
+ className
46
+ ),
47
+ style: {
48
+ ...style,
49
+ ...tableType === "Rate" && { width: "90%", border: "none" }
50
+ },
43
51
  children: /* @__PURE__ */ jsx(
44
52
  "table",
45
53
  {
@@ -1,5 +1,5 @@
1
- import { FC } from 'react';
2
1
  import { ImageInterface } from '../IconBillboard';
2
+ import { FC } from 'react';
3
3
 
4
4
  export interface TopicalItemProps {
5
5
  id: string;
@@ -6,40 +6,49 @@ const TopicalNavItem = ({
6
6
  displayText,
7
7
  targetUrl
8
8
  }) => {
9
- return /* @__PURE__ */ jsxs("a", { className: picker_navItem, href: targetUrl, id: `id_${id}`, children: [
10
- /* @__PURE__ */ jsxs("div", { className: picker_itemContent, children: [
11
- /* @__PURE__ */ jsx(
12
- "img",
13
- {
14
- src: icon?.src,
15
- alt: "",
16
- className: picker_navIcon,
17
- width: 24,
18
- height: 24,
19
- "aria-hidden": "true"
20
- }
21
- ),
22
- /* @__PURE__ */ jsx("p", { className: picker_itemProduct, children: displayText })
23
- ] }),
24
- /* @__PURE__ */ jsx(
25
- "svg",
26
- {
27
- className: picker_arrow,
28
- width: "12",
29
- height: "20",
30
- viewBox: "0 0 12 20",
31
- fill: "none",
32
- xmlns: "http://www.w3.org/2000/svg",
33
- children: /* @__PURE__ */ jsx(
34
- "path",
9
+ return /* @__PURE__ */ jsxs(
10
+ "a",
11
+ {
12
+ className: picker_navItem,
13
+ href: targetUrl,
14
+ id: `id_${id}`,
15
+ children: [
16
+ /* @__PURE__ */ jsxs("div", { className: picker_itemContent, children: [
17
+ /* @__PURE__ */ jsx(
18
+ "img",
19
+ {
20
+ src: icon?.src,
21
+ alt: "",
22
+ className: picker_navIcon,
23
+ width: 24,
24
+ height: 24,
25
+ "aria-hidden": "true"
26
+ }
27
+ ),
28
+ /* @__PURE__ */ jsx("p", { className: picker_itemProduct, children: displayText })
29
+ ] }),
30
+ /* @__PURE__ */ jsx(
31
+ "svg",
35
32
  {
36
- d: "M1.76378 0.46875L11.2941 9.99908L1.76378 19.5294L0.703125 18.4687L9.17295 9.99908L0.703125 1.52941L1.76378 0.46875Z",
37
- fill: "#4A5560"
33
+ className: picker_arrow,
34
+ width: "12",
35
+ height: "20",
36
+ viewBox: "0 0 12 20",
37
+ fill: "none",
38
+ xmlns: "http://www.w3.org/2000/svg",
39
+ children: /* @__PURE__ */ jsx(
40
+ "path",
41
+ {
42
+ d: "M1.76378 0.46875L11.2941 9.99908L1.76378 19.5294L0.703125 18.4687L9.17295 9.99908L0.703125 1.52941L1.76378 0.46875Z",
43
+ fill: "#4A5560"
44
+ }
45
+ )
38
46
  }
39
47
  )
40
- }
41
- )
42
- ] });
48
+ ]
49
+ },
50
+ `id_${id}`
51
+ );
43
52
  };
44
53
  export {
45
54
  TopicalNavItem
@@ -1,11 +1,11 @@
1
- import { jsx, Fragment } from "react/jsx-runtime";
2
- import { picker_section, picker_container, picker_orient } from "./TopicalNavSet.css.js";
1
+ import { jsx } from "react/jsx-runtime";
3
2
  import { TopicalNavItem } from "../TopicalNavItem/TopicalNavItem.js";
3
+ import { picker_section, picker_container, picker_orient } from "./TopicalNavSet.css.js";
4
4
  const TopicalNavSet = ({
5
5
  id,
6
6
  topicalNavigationItems
7
7
  }) => {
8
- return /* @__PURE__ */ jsx("nav", { className: picker_section, children: /* @__PURE__ */ jsx("div", { className: picker_container, children: /* @__PURE__ */ jsx("div", { className: `${picker_orient} flex`, children: topicalNavigationItems?.map((nav, index) => /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx(
8
+ return /* @__PURE__ */ jsx("nav", { className: picker_section, children: /* @__PURE__ */ jsx("div", { className: picker_container, children: /* @__PURE__ */ jsx("div", { className: `${picker_orient} flex`, children: topicalNavigationItems?.map((nav) => /* @__PURE__ */ jsx(
9
9
  TopicalNavItem,
10
10
  {
11
11
  id: `id_${id}`,
@@ -13,8 +13,8 @@ const TopicalNavSet = ({
13
13
  displayText: nav?.displayText,
14
14
  targetUrl: nav?.targetUrl
15
15
  },
16
- index
17
- ) })) }) }) });
16
+ `id_${id}`
17
+ )) }) }) });
18
18
  };
19
19
  export {
20
20
  TopicalNavSet
@@ -1,3 +1,5 @@
1
+ import { ReactNode } from 'react';
2
+
1
3
  export interface VideoTileInterface {
2
4
  id: string;
3
5
  title: string;
@@ -7,4 +9,5 @@ export interface VideoTileInterface {
7
9
  maxWidth: string | number;
8
10
  videoPlayer: string;
9
11
  transcript: string;
12
+ description?: string | ReactNode;
10
13
  }
@@ -21,7 +21,8 @@ const VideoTile = ({
21
21
  maxWidth = "588px",
22
22
  videoPlayer,
23
23
  transcript,
24
- id
24
+ id,
25
+ description
25
26
  }) => {
26
27
  const [on, toggle] = useToggle(false);
27
28
  const handleToggleClick = (event) => {
@@ -32,6 +33,7 @@ const VideoTile = ({
32
33
  /* @__PURE__ */ jsx(VideoInit, {}),
33
34
  /* @__PURE__ */ jsxs("div", { className: `containment ${video_container} flex_col`, children: [
34
35
  title && /* @__PURE__ */ jsx("h2", { className: `${mb_8} ${video_title}`, children: title }),
36
+ description && /* @__PURE__ */ jsx("div", { className: "push_up", children: description }),
35
37
  /* @__PURE__ */ jsx(
36
38
  "div",
37
39
  {
@@ -10,69 +10,78 @@
10
10
  align-items: center;
11
11
  }
12
12
  ._1tdyl741 {
13
- height: -webkit-fit-content;
13
+ height: 100%;
14
14
  }
15
15
  ._1tdyl742 {
16
+ height: -webkit-fit-content;
17
+ }
18
+ ._1tdyl743 {
16
19
  width: 256px;
17
20
  height: 256px;
18
21
  }
19
- ._1tdyl743 {
22
+ ._1tdyl744 {
20
23
  width: 491px;
21
24
  height: 256px;
22
25
  }
23
- ._1tdyl744 {
26
+ ._1tdyl745 {
24
27
  width: 160px;
25
28
  height: 160px;
26
29
  }
27
- ._1tdyl745 {
30
+ ._1tdyl746 {
28
31
  width: 306px;
29
32
  height: 160px;
30
33
  }
31
- ._1tdyl746 {
34
+ ._1tdyl747 {
32
35
  height: 256px;
33
36
  }
34
- ._1tdyl747 {
37
+ ._1tdyl748 {
35
38
  height: 216px;
36
39
  }
37
- ._1tdyl748 {
40
+ ._1tdyl749 {
38
41
  height: 160px;
39
42
  }
40
- ._1tdyl749 {
43
+ ._1tdyl74a {
41
44
  height: 120px;
42
45
  }
43
- ._1tdyl74a {
46
+ ._1tdyl74b {
44
47
  height: 88px;
45
48
  }
46
- ._1tdyl74b {
49
+ ._1tdyl74c {
47
50
  display: flex;
48
51
  justify-content: flex-start;
49
52
  flex-wrap: wrap;
50
53
  gap: 24px;
51
54
  }
52
- ._1tdyl74c {
55
+ ._1tdyl74d {
53
56
  position: relative;
54
57
  top: -20px;
58
+ max-height: 200px;
55
59
  }
56
- ._1tdyl74e {
60
+ ._1tdyl74f {
57
61
  filter: drop-shadow(0 1px 3px rgb(255 255 255/0.4));
58
62
  }
59
- ._1tdyl74e .containment .promo_wrapper {
63
+ ._1tdyl74f .containment .promo_wrapper {
60
64
  min-height: 0;
61
65
  }
62
- ._1tdyl74f {
66
+ ._1tdyl74g {
63
67
  position: fixed;
64
68
  top: 10px;
65
69
  z-index: 999;
66
70
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
67
71
  margin: -10px 0;
68
72
  }
69
- ._1tdyl74g {
73
+ ._1tdyl741 > img {
74
+ flex: 0 0 316px;
75
+ max-width: fit-content;
76
+ height: 100%;
77
+ }
78
+ ._1tdyl74h {
70
79
  gap: 24px;
71
80
  }
72
- ._1tdyl74g .sc__btn {
81
+ ._1tdyl74h .sc__btn {
73
82
  margin-left: 0;
74
83
  }
75
- ._1tdyl746 ._1tdyl74g, ._1tdyl747 ._1tdyl74g {
84
+ ._1tdyl747 ._1tdyl74h, ._1tdyl748 ._1tdyl74h {
76
85
  margin-top: 24px;
77
86
  }
78
87
  @media screen and (max-width:1127px) {
@@ -95,14 +104,14 @@
95
104
  ._1tdyl740 .flex {
96
105
  flex-direction: column;
97
106
  }
98
- ._1tdyl74d {
107
+ ._1tdyl74e {
99
108
  text-align: center;
100
109
  flex-direction: column;
101
110
  }
102
- ._1tdyl74d p {
111
+ ._1tdyl74e p {
103
112
  margin-top: 8px;
104
113
  }
105
- ._1tdyl74f {
114
+ ._1tdyl74g {
106
115
  position: fixed;
107
116
  top: 10px;
108
117
  z-index: 999;
@@ -113,15 +122,14 @@
113
122
  ._1tdyl741 > img {
114
123
  position: unset;
115
124
  margin-top: 32px;
116
- width: 375px !important;
117
- height: 196px !important;
125
+ max-height: 200px;
118
126
  object-fit: cover;
119
127
  }
120
- ._1tdyl74g {
128
+ ._1tdyl74h {
121
129
  justify-content: center;
122
130
  padding: 24px;
123
131
  }
124
- ._1tdyl74h {
132
+ ._1tdyl74i {
125
133
  margin-top: 1rem;
126
134
  }
127
135
  }
@@ -129,19 +137,19 @@
129
137
  ._1tdyl740 .flex {
130
138
  gap: 24px;
131
139
  }
132
- ._1tdyl74d {
140
+ ._1tdyl74e {
133
141
  gap: 24px;
134
142
  }
135
143
  }
136
144
  @media screen and (max-width:510px) {
137
- ._1tdyl74g {
145
+ ._1tdyl74h {
138
146
  gap: 24px;
139
147
  flex-direction: column;
140
148
  margin-right: 0;
141
149
  }
142
150
  }
143
151
  @media screen and (max-width: 1023px) {
144
- ._1tdyl746 ._1tdyl74g, ._1tdyl747 ._1tdyl74g {
152
+ ._1tdyl747 ._1tdyl74h, ._1tdyl748 ._1tdyl74h {
145
153
  margin-top: 0;
146
154
  }
147
155
  }
@@ -76,6 +76,7 @@
76
76
  gap: 10px;
77
77
  text-align: center;
78
78
  justify-content: center;
79
+ font-style: normal;
79
80
  }
80
81
  .jgs3fsh {
81
82
  font-size: 18px;
@@ -120,6 +121,7 @@
120
121
  }
121
122
  .jgs3fsq {
122
123
  display: flex;
124
+ justify-content: center;
123
125
  }
124
126
  .jgs3fsr {
125
127
  display: flex;
@@ -2,10 +2,10 @@
2
2
  font-weight: 600;
3
3
  opacity: 1;
4
4
  margin-bottom: 0;
5
- padding: 0;
6
5
  text-decoration: none;
7
6
  cursor: pointer;
8
7
  font-family: var(--main-font-family);
8
+ padding: 0;
9
9
  }
10
10
  ._1gp5vfo1 {
11
11
  color: var(--_1073cm86);
@@ -0,0 +1,141 @@
1
+ ._198o0lt0 {
2
+ box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
3
+ border-radius: 16px;
4
+ padding: 32px 24px;
5
+ display: flex;
6
+ flex-direction: column;
7
+ justify-content: space-between;
8
+ gap: 24px;
9
+ }
10
+ ._198o0lt1 {
11
+ background: var(--_1073cm81);
12
+ border: 1px solid #D4D4D4;
13
+ color: black;
14
+ }
15
+ ._198o0lt1::before {
16
+ background: var(--_1073cm81);
17
+ }
18
+ ._198o0lt2 {
19
+ background: var(--_1073cm88);
20
+ color: black;
21
+ }
22
+ ._198o0lt2::before {
23
+ background: var(--_1073cm88);
24
+ }
25
+ ._198o0lt3 {
26
+ background: var(--_1073cm8f);
27
+ color: var(--_1073cm8g);
28
+ }
29
+ ._198o0lt3::before {
30
+ background: var(--_1073cm8f);
31
+ }
32
+ ._198o0lt4 {
33
+ background: var(--_1073cm8m);
34
+ color: var(--_1073cm8n);
35
+ }
36
+ ._198o0lt4::before {
37
+ background: var(--_1073cm8m);
38
+ }
39
+ ._198o0lt5 {
40
+ display: flex;
41
+ gap: 16px;
42
+ flex-direction: column;
43
+ }
44
+ ._198o0lt6 {
45
+ text-align: center;
46
+ display: flex;
47
+ gap: 8px;
48
+ flex-direction: column;
49
+ }
50
+ ._198o0lt7 {
51
+ background: var(--_1073cm81);
52
+ border: 1px solid #D4D4D4;
53
+ color: black;
54
+ box-shadow: 0px 8px 16px 0px #00000033;
55
+ border-radius: 16px;
56
+ padding: 32px 24px;
57
+ display: flex;
58
+ flex-direction: column;
59
+ gap: 24px;
60
+ }
61
+ ._198o0lt8 {
62
+ display: flex;
63
+ flex-direction: column;
64
+ gap: 1em;
65
+ list-style: none;
66
+ padding-inline-start: 0;
67
+ }
68
+ ._198o0lt9 {
69
+ font: var(--main-font-family);
70
+ font-weight: 500;
71
+ font-size: 16px;
72
+ line-height: 24px;
73
+ letter-spacing: 0.2px;
74
+ color: var(--_1073cm83);
75
+ }
76
+ ._198o0lta {
77
+ display: flex;
78
+ flex-direction: row;
79
+ justify-content: center;
80
+ align-items: flex-start;
81
+ }
82
+ ._198o0lta > img {
83
+ margin-right: 8px;
84
+ }
85
+ ._198o0ltb {
86
+ display: grid;
87
+ grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
88
+ gap: 24px;
89
+ }
90
+ ._198o0ltc {
91
+ display: none;
92
+ }
93
+ ._198o0ltd {
94
+ display: flex;
95
+ justify-content: center;
96
+ width: 100%;
97
+ text-align: center;
98
+ gap: 24px;
99
+ flex-wrap: wrap;
100
+ align-items: center;
101
+ }
102
+ @media screen and (max-width: 1023px) {
103
+ ._198o0lt0 {
104
+ border-radius: 0;
105
+ display: none;
106
+ }
107
+ ._198o0ltb {
108
+ grid-template-columns: 1fr;
109
+ gap: 0;
110
+ }
111
+ ._198o0ltc {
112
+ display: flex;
113
+ }
114
+ }
115
+ @media screen and (max-width: 768px) {
116
+ ._198o0lt0 {
117
+ position: relative;
118
+ isolation: isolate;
119
+ box-shadow: none;
120
+ border: 0;
121
+ }
122
+ ._198o0lt0::before {
123
+ content: "";
124
+ position: absolute;
125
+ height: 100%;
126
+ top: 0;
127
+ left: 50%;
128
+ right: 0;
129
+ z-index: -1;
130
+ width: 100vw;
131
+ transform: translatex(-50%);
132
+ }
133
+ }
134
+ @media screen and (max-width: 380px) {
135
+ ._198o0ltd {
136
+ flex-direction: column;
137
+ }
138
+ ._198o0ltd:first-child {
139
+ margin-bottom: 1em;
140
+ }
141
+ }