@axos-web-dev/shared-components 0.0.14 → 0.0.16
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/Chevron/index.js +0 -2
- package/dist/FaqAccordion/index.js +5 -0
- package/dist/Forms/ScheduleCall.js +90 -77
- package/dist/HeroBanner/index.js +3 -4
- package/dist/Hyperlink/index.js +0 -2
- package/dist/IconBillboard/IconBillboard.css.d.ts +1 -0
- package/dist/IconBillboard/IconBillboard.js +1 -1
- package/dist/ImageBillboard/ImageBillboard.css.d.ts +6 -0
- package/dist/ImageBillboard/ImageBillboard.css.js +14 -1
- package/dist/ImageBillboard/ImageBillboard.interface.d.ts +6 -3
- package/dist/ImageBillboard/ImageBillboard.js +1 -1
- package/dist/ImageBillboard/ImageBillboardSet.d.ts +1 -1
- package/dist/ImageBillboard/ImageBillboardSet.js +26 -8
- package/dist/ImageBillboard/index.js +8 -2
- package/dist/Input/Input.css.d.ts +10 -0
- package/dist/Input/Input.css.js +7 -7
- package/dist/Input/index.d.ts +2 -0
- package/dist/Input/index.js +9 -1
- package/dist/Modal/Modal.js +0 -2
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +55 -52
- package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +10 -3
- package/dist/NavigationMenu/AxosAdvisor/index.js +1 -1
- package/dist/SetContainer/SetContainer.js +0 -2
- package/dist/Table/Table.d.ts +4 -4
- package/dist/VideoTile/VideoTile.d.ts +1 -1
- package/dist/VideoTile/VideoTile.js +6 -5
- package/dist/VideoWrapper/index.d.ts +1 -0
- package/dist/VideoWrapper/index.js +27 -18
- package/dist/assets/FaqAccordion/FaqAccordion.css +6 -0
- package/dist/assets/HeroBanner/HeroBanner.css +1 -3
- package/dist/assets/IconBillboard/IconBillboard.css +1 -0
- package/dist/assets/ImageBillboard/ImageBillboard.css +47 -0
- package/dist/assets/Input/Input.css +39 -33
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +590 -582
- package/dist/assets/Typography/Typography.css +1 -2
- package/dist/assets/globals.css +7 -2
- package/dist/icons/AxosX/Blue.d.ts +3 -0
- package/dist/icons/AxosX/Blue.js +32 -0
- package/dist/icons/index.d.ts +1 -0
- package/dist/icons/index.js +28 -26
- package/dist/main.d.ts +1 -0
- package/dist/main.js +41 -1
- package/package.json +106 -106
|
@@ -1,55 +1,56 @@
|
|
|
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 sub_nav = "
|
|
12
|
-
const header_sub_row = "
|
|
13
|
-
const signin_dropdown = "
|
|
14
|
-
const shadow = "
|
|
15
|
-
const signin_header = "
|
|
16
|
-
const signin_subheader = "
|
|
17
|
-
const opacity = "
|
|
18
|
-
const fadeInDown = "
|
|
19
|
-
const footer = "
|
|
20
|
-
const open = "
|
|
21
|
-
const dd_wrapper = "
|
|
22
|
-
const dd_media = "
|
|
23
|
-
const dd_media_img = "
|
|
24
|
-
const dd_site_navs = "
|
|
25
|
-
const dd_media_header = "
|
|
26
|
-
const mt_8 = "
|
|
27
|
-
const mt_16 = "
|
|
28
|
-
const ml_8 = "
|
|
29
|
-
const dd_media_cta = "
|
|
30
|
-
const reversed_row = "
|
|
31
|
-
const headline = "
|
|
32
|
-
const nav_anchor = "
|
|
33
|
-
const headline_cta = "
|
|
34
|
-
const site_lists = "
|
|
35
|
-
const hamburger = "
|
|
36
|
-
const mobile_only = "
|
|
37
|
-
const mobile_logo = "
|
|
38
|
-
const
|
|
39
|
-
const
|
|
40
|
-
const
|
|
41
|
-
const
|
|
42
|
-
const
|
|
43
|
-
const
|
|
44
|
-
const
|
|
45
|
-
const
|
|
46
|
-
const
|
|
47
|
-
const
|
|
48
|
-
const
|
|
49
|
-
const
|
|
50
|
-
const
|
|
51
|
-
const
|
|
52
|
-
const
|
|
1
|
+
const header = "_header_cthas_1";
|
|
2
|
+
const wrapper = "_wrapper_cthas_9";
|
|
3
|
+
const header_main_row = "_header_main_row_cthas_21";
|
|
4
|
+
const mobile_header = "_mobile_header_cthas_23";
|
|
5
|
+
const logo_wrap = "_logo_wrap_cthas_35";
|
|
6
|
+
const primary_links = "_primary_links_cthas_43";
|
|
7
|
+
const main_nav_link = "_main_nav_link_cthas_51";
|
|
8
|
+
const sub_nav_link = "_sub_nav_link_cthas_95";
|
|
9
|
+
const signin_wrap = "_signin_wrap_cthas_99";
|
|
10
|
+
const signin_btn = "_signin_btn_cthas_101";
|
|
11
|
+
const sub_nav = "_sub_nav_cthas_95";
|
|
12
|
+
const header_sub_row = "_header_sub_row_cthas_185";
|
|
13
|
+
const signin_dropdown = "_signin_dropdown_cthas_217";
|
|
14
|
+
const shadow = "_shadow_cthas_237";
|
|
15
|
+
const signin_header = "_signin_header_cthas_253";
|
|
16
|
+
const signin_subheader = "_signin_subheader_cthas_267";
|
|
17
|
+
const opacity = "_opacity_cthas_311";
|
|
18
|
+
const fadeInDown = "_fadeInDown_cthas_1";
|
|
19
|
+
const footer = "_footer_cthas_323";
|
|
20
|
+
const open = "_open_cthas_355";
|
|
21
|
+
const dd_wrapper = "_dd_wrapper_cthas_379";
|
|
22
|
+
const dd_media = "_dd_media_cthas_389";
|
|
23
|
+
const dd_media_img = "_dd_media_img_cthas_399";
|
|
24
|
+
const dd_site_navs = "_dd_site_navs_cthas_407";
|
|
25
|
+
const dd_media_header = "_dd_media_header_cthas_421";
|
|
26
|
+
const mt_8 = "_mt_8_cthas_439";
|
|
27
|
+
const mt_16 = "_mt_16_cthas_447";
|
|
28
|
+
const ml_8 = "_ml_8_cthas_455";
|
|
29
|
+
const dd_media_cta = "_dd_media_cta_cthas_463";
|
|
30
|
+
const reversed_row = "_reversed_row_cthas_491";
|
|
31
|
+
const headline = "_headline_cthas_523";
|
|
32
|
+
const nav_anchor = "_nav_anchor_cthas_535";
|
|
33
|
+
const headline_cta = "_headline_cta_cthas_551";
|
|
34
|
+
const site_lists = "_site_lists_cthas_581";
|
|
35
|
+
const hamburger = "_hamburger_cthas_651";
|
|
36
|
+
const mobile_only = "_mobile_only_cthas_679";
|
|
37
|
+
const mobile_logo = "_mobile_logo_cthas_691";
|
|
38
|
+
const highlight = "_highlight_cthas_701";
|
|
39
|
+
const mobile_nav = "_mobile_nav_cthas_763";
|
|
40
|
+
const mobile_opened = "_mobile_opened_cthas_783";
|
|
41
|
+
const mobile_nav_item = "_mobile_nav_item_cthas_793";
|
|
42
|
+
const has_dropdown = "_has_dropdown_cthas_823";
|
|
43
|
+
const icon_wrap = "_icon_wrap_cthas_865";
|
|
44
|
+
const mobile_footer = "_mobile_footer_cthas_875";
|
|
45
|
+
const mobile_footer_content = "_mobile_footer_content_cthas_887";
|
|
46
|
+
const mobile_footer_media = "_mobile_footer_media_cthas_915";
|
|
47
|
+
const footer_cta = "_footer_cta_cthas_925";
|
|
48
|
+
const inner_wrapper = "_inner_wrapper_cthas_981";
|
|
49
|
+
const btn = "_btn_cthas_991";
|
|
50
|
+
const sub_menu = "_sub_menu_cthas_1001";
|
|
51
|
+
const main = "_main_cthas_51";
|
|
52
|
+
const dd_footer = "_dd_footer_cthas_1051";
|
|
53
|
+
const desktop_only = "_desktop_only_cthas_1089";
|
|
53
54
|
const styles = {
|
|
54
55
|
header,
|
|
55
56
|
wrapper,
|
|
@@ -88,6 +89,7 @@ const styles = {
|
|
|
88
89
|
hamburger,
|
|
89
90
|
mobile_only,
|
|
90
91
|
mobile_logo,
|
|
92
|
+
highlight,
|
|
91
93
|
mobile_nav,
|
|
92
94
|
mobile_opened,
|
|
93
95
|
mobile_nav_item,
|
|
@@ -125,6 +127,7 @@ export {
|
|
|
125
127
|
header_sub_row,
|
|
126
128
|
headline,
|
|
127
129
|
headline_cta,
|
|
130
|
+
highlight,
|
|
128
131
|
icon_wrap,
|
|
129
132
|
inner_wrapper,
|
|
130
133
|
logo_wrap,
|
|
@@ -22,6 +22,11 @@ function SubNavBar() {
|
|
|
22
22
|
if (!(pathname == null ? void 0 : pathname.includes("/products"))) {
|
|
23
23
|
return null;
|
|
24
24
|
}
|
|
25
|
+
const date = /* @__PURE__ */ new Date();
|
|
26
|
+
const day = date.getDate();
|
|
27
|
+
const month = date.getMonth() + 1;
|
|
28
|
+
const year = date.getFullYear();
|
|
29
|
+
const currentDate = `${month}/${day}/${year}`;
|
|
25
30
|
return /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
26
31
|
/* @__PURE__ */ jsx("div", { className: `${styles.sub_nav} ${sub_nav} ${styles.desktop_only}`, children: /* @__PURE__ */ jsx("div", { className: styles.wrapper, children: /* @__PURE__ */ jsx("div", { className: styles.header_sub_row, children: /* @__PURE__ */ jsx("div", { className: "list_unstyled flex_row middle", children: /* @__PURE__ */ jsxs("ul", { className: "list_unstyled flex_row middle", children: [
|
|
27
32
|
/* @__PURE__ */ jsx("li", { className: styles.sub_nav_link, children: /* @__PURE__ */ jsxs(
|
|
@@ -132,7 +137,7 @@ function SubNavBar() {
|
|
|
132
137
|
targetUrl: "tel:877-887-3030",
|
|
133
138
|
color: "tertiary",
|
|
134
139
|
"aria-controls": "signin-drop-menu",
|
|
135
|
-
children: "Call (877)
|
|
140
|
+
children: "Call (877) 887-3030"
|
|
136
141
|
}
|
|
137
142
|
) })
|
|
138
143
|
]
|
|
@@ -163,7 +168,7 @@ function SubNavBar() {
|
|
|
163
168
|
)
|
|
164
169
|
}
|
|
165
170
|
),
|
|
166
|
-
/* @__PURE__ */ jsx("div", { className: `${styles.headline_cta} ${styles.ml_8}`, children: /* @__PURE__ */ jsx("a", { href: "
|
|
171
|
+
/* @__PURE__ */ jsx("div", { className: `${styles.headline_cta} ${styles.ml_8}`, children: /* @__PURE__ */ jsx("a", { href: "/contact-us", children: "Help & Support" }) })
|
|
167
172
|
] })
|
|
168
173
|
] }),
|
|
169
174
|
/* @__PURE__ */ jsx("hr", {}),
|
|
@@ -200,7 +205,9 @@ function SubNavBar() {
|
|
|
200
205
|
] }) }),
|
|
201
206
|
/* @__PURE__ */ jsx("div", { className: `flex_row ${styles.dd_footer}`, children: /* @__PURE__ */ jsxs("p", { children: [
|
|
202
207
|
/* @__PURE__ */ jsx("sup", { children: "*" }),
|
|
203
|
-
" The Annual Percentage Yield (APY) is accurate as of
|
|
208
|
+
" The Annual Percentage Yield (APY) is accurate as of ",
|
|
209
|
+
currentDate,
|
|
210
|
+
"."
|
|
204
211
|
] }) })
|
|
205
212
|
]
|
|
206
213
|
}
|
|
@@ -114,7 +114,7 @@ function NavBar() {
|
|
|
114
114
|
{
|
|
115
115
|
url: lastNavItem.url,
|
|
116
116
|
name: lastNavItem.name,
|
|
117
|
-
className: `link list_unstyled ${styles.main_nav_link}`,
|
|
117
|
+
className: `link list_unstyled ${styles.main_nav_link} ${styles.highlight}`,
|
|
118
118
|
isActive: activeIndex == navItems.length,
|
|
119
119
|
onClick: handleClick,
|
|
120
120
|
index: navItems.length
|
|
@@ -34,9 +34,7 @@ import "../ImageBillboard/ImageBillboard.css.js";
|
|
|
34
34
|
import "../Chevron/Chevron.css.js";
|
|
35
35
|
/* empty css */
|
|
36
36
|
/* empty css */
|
|
37
|
-
import "../NavigationMenu/AxosAdvisor/NavBar.module.js";
|
|
38
37
|
/* empty css */
|
|
39
|
-
import "../NavigationMenu/AxosFiduciary/NavBar.module.js";
|
|
40
38
|
/* empty css */
|
|
41
39
|
import "../Table/Table.css.js";
|
|
42
40
|
/* empty css */
|
package/dist/Table/Table.d.ts
CHANGED
|
@@ -53,7 +53,7 @@ export declare const TableCell: ({ children, as, variant, highlighted, ...props
|
|
|
53
53
|
results?: number | undefined;
|
|
54
54
|
security?: string | undefined;
|
|
55
55
|
unselectable?: "on" | "off" | undefined;
|
|
56
|
-
inputMode?: "search" | "
|
|
56
|
+
inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
57
57
|
is?: string | undefined;
|
|
58
58
|
"aria-activedescendant"?: string | undefined;
|
|
59
59
|
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
@@ -67,7 +67,7 @@ export declare const TableCell: ({ children, as, variant, highlighted, ...props
|
|
|
67
67
|
"aria-colindextext"?: string | undefined;
|
|
68
68
|
"aria-colspan"?: number | undefined;
|
|
69
69
|
"aria-controls"?: string | undefined;
|
|
70
|
-
"aria-current"?: boolean | "
|
|
70
|
+
"aria-current"?: boolean | "page" | "false" | "true" | "time" | "step" | "location" | "date" | undefined;
|
|
71
71
|
"aria-describedby"?: string | undefined;
|
|
72
72
|
"aria-description"?: string | undefined;
|
|
73
73
|
"aria-details"?: string | undefined;
|
|
@@ -77,7 +77,7 @@ export declare const TableCell: ({ children, as, variant, highlighted, ...props
|
|
|
77
77
|
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
78
78
|
"aria-flowto"?: string | undefined;
|
|
79
79
|
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
80
|
-
"aria-haspopup"?: boolean | "
|
|
80
|
+
"aria-haspopup"?: boolean | "grid" | "listbox" | "menu" | "false" | "true" | "dialog" | "tree" | undefined;
|
|
81
81
|
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
82
82
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
83
83
|
"aria-keyshortcuts"?: string | undefined;
|
|
@@ -94,7 +94,7 @@ export declare const TableCell: ({ children, as, variant, highlighted, ...props
|
|
|
94
94
|
"aria-posinset"?: number | undefined;
|
|
95
95
|
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
96
96
|
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
97
|
-
"aria-relevant"?: "
|
|
97
|
+
"aria-relevant"?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
98
98
|
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
99
99
|
"aria-roledescription"?: string | undefined;
|
|
100
100
|
"aria-rowcount"?: number | undefined;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
3
|
-
import ReactMarkdown from "react-markdown";
|
|
4
|
-
import { useToggle } from "react-use";
|
|
5
3
|
import "../icons/CheckIcon/CheckIcon.css.js";
|
|
6
4
|
import SvgChevronDown from "../icons/ChevronDown.js";
|
|
7
5
|
import SvgChevronUp from "../icons/ChevronUp.js";
|
|
8
6
|
/* empty css */
|
|
9
7
|
/* empty css */
|
|
10
8
|
/* empty css */
|
|
9
|
+
import ReactMarkdown from "react-markdown";
|
|
10
|
+
import { useToggle } from "react-use";
|
|
11
11
|
import { VideoInit } from "./VideoInit.js";
|
|
12
12
|
import { video_container, w_100, mb_8, video_title, vidyard_height, transcript_container, toggle_container, transcript_btn, expand_icon, transcript_content, show, hide_transcript } from "./VideoTile.css.js";
|
|
13
13
|
const VideoTile = ({
|
|
@@ -18,14 +18,15 @@ const VideoTile = ({
|
|
|
18
18
|
// displayType,
|
|
19
19
|
maxWidth = "588px",
|
|
20
20
|
videoPlayer,
|
|
21
|
-
transcript
|
|
21
|
+
transcript,
|
|
22
|
+
id
|
|
22
23
|
}) => {
|
|
23
24
|
const [on, toggle] = useToggle(false);
|
|
24
25
|
const handleToggleClick = (event) => {
|
|
25
26
|
event.preventDefault();
|
|
26
27
|
toggle();
|
|
27
28
|
};
|
|
28
|
-
return /* @__PURE__ */ jsxs("div", { className: `flex center`, children: [
|
|
29
|
+
return /* @__PURE__ */ jsxs("div", { id: `id_${id}`, className: `flex center`, children: [
|
|
29
30
|
/* @__PURE__ */ jsx(VideoInit, {}),
|
|
30
31
|
/* @__PURE__ */ jsxs("div", { className: `${video_container} ${w_100} flex flex_col`, children: [
|
|
31
32
|
title && /* @__PURE__ */ jsx("h2", { className: `${mb_8} ${video_title}`, children: title }),
|
|
@@ -80,7 +81,7 @@ const VideoTile = ({
|
|
|
80
81
|
) })
|
|
81
82
|
] })
|
|
82
83
|
] })
|
|
83
|
-
] });
|
|
84
|
+
] }, id);
|
|
84
85
|
};
|
|
85
86
|
export {
|
|
86
87
|
VideoTile
|
|
@@ -9,25 +9,34 @@ import { grid_3, grid_2 } from "./VideoWrapper.css.js";
|
|
|
9
9
|
const VideoWrapper = ({
|
|
10
10
|
title,
|
|
11
11
|
videoTiles,
|
|
12
|
-
backgroundColor
|
|
12
|
+
backgroundColor,
|
|
13
|
+
id
|
|
13
14
|
}) => {
|
|
14
|
-
return /* @__PURE__ */ jsx(
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
{
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
15
|
+
return /* @__PURE__ */ jsx(
|
|
16
|
+
"div",
|
|
17
|
+
{
|
|
18
|
+
id: `id_${id}`,
|
|
19
|
+
style: backgroundColor ? { backgroundColor } : {},
|
|
20
|
+
children: /* @__PURE__ */ jsxs("section", { children: [
|
|
21
|
+
/* @__PURE__ */ jsx("div", { className: "section_header", children: /* @__PURE__ */ jsx("h2", { className: "header_1", children: title }) }),
|
|
22
|
+
/* @__PURE__ */ jsx("div", { className: `${videoTiles.length % 3 === 0 ? grid_3 : grid_2}`, children: videoTiles == null ? void 0 : videoTiles.map((videoItem, index) => /* @__PURE__ */ jsx(Fragment, { children: /* @__PURE__ */ jsx(
|
|
23
|
+
VideoTile,
|
|
24
|
+
{
|
|
25
|
+
id: videoItem.id,
|
|
26
|
+
title: videoItem == null ? void 0 : videoItem.title,
|
|
27
|
+
videoId: videoItem == null ? void 0 : videoItem.videoId,
|
|
28
|
+
thumbnailImage: videoItem == null ? void 0 : videoItem.thumbnailImage,
|
|
29
|
+
displayType: videoItem == null ? void 0 : videoItem.displayType,
|
|
30
|
+
maxWidth: (videoItem == null ? void 0 : videoItem.maxWidth) || "588px",
|
|
31
|
+
videoPlayer: videoItem.displayType,
|
|
32
|
+
transcript: videoItem == null ? void 0 : videoItem.transcript
|
|
33
|
+
},
|
|
34
|
+
index
|
|
35
|
+
) })) })
|
|
36
|
+
] })
|
|
37
|
+
},
|
|
38
|
+
id
|
|
39
|
+
);
|
|
31
40
|
};
|
|
32
41
|
export {
|
|
33
42
|
VideoWrapper
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
}
|
|
28
28
|
details[open] .ph6wj62 {
|
|
29
29
|
background-color: #F4F4F4;
|
|
30
|
+
padding-bottom: 12px;
|
|
30
31
|
}
|
|
31
32
|
.ph6wj63 {
|
|
32
33
|
max-width: 80%;
|
|
@@ -38,4 +39,9 @@ details[open] .ph6wj62 {
|
|
|
38
39
|
.ph6wj64 {
|
|
39
40
|
padding: 24px;
|
|
40
41
|
background-color: #F4F4F4;
|
|
42
|
+
padding-top: 0;
|
|
43
|
+
}
|
|
44
|
+
.ph6wj64 ul, .ph6wj64 ol {
|
|
45
|
+
margin-block: 1rem;
|
|
46
|
+
margin-inline-start: 3rem;
|
|
41
47
|
}
|
|
@@ -62,6 +62,7 @@
|
|
|
62
62
|
color: var(--_1073cm8n);
|
|
63
63
|
}
|
|
64
64
|
._1ye8k3ff {
|
|
65
|
+
margin-bottom: 1.5rem;
|
|
65
66
|
font: 600 2.5rem / 1.25 var(--header-font-family);
|
|
66
67
|
}
|
|
67
68
|
._1ye8k3fg {
|
|
@@ -80,9 +81,6 @@
|
|
|
80
81
|
._1ye8k3fj {
|
|
81
82
|
color: var(--_1073cm8o);
|
|
82
83
|
}
|
|
83
|
-
._1ye8k3f7 > h1 + p {
|
|
84
|
-
margin-top: 1rem;
|
|
85
|
-
}
|
|
86
84
|
._1ye8k3f7 p {
|
|
87
85
|
font: 400 18px / 1.44 var(--main-font-family);
|
|
88
86
|
letter-spacing: .2px;
|
|
@@ -134,6 +134,42 @@
|
|
|
134
134
|
._1m7m2at {
|
|
135
135
|
min-height: 330px;
|
|
136
136
|
}
|
|
137
|
+
._1m7m2au {
|
|
138
|
+
width: 100%;
|
|
139
|
+
height: 100%;
|
|
140
|
+
background-repeat: no-repeat;
|
|
141
|
+
background-size: cover;
|
|
142
|
+
min-height: 380px;
|
|
143
|
+
}
|
|
144
|
+
._1m7m2av {
|
|
145
|
+
background: var(--_1073cm8f);
|
|
146
|
+
color: #FFFFFF;
|
|
147
|
+
}
|
|
148
|
+
._1m7m2aw {
|
|
149
|
+
padding: 1.5rem;
|
|
150
|
+
height: 100%;
|
|
151
|
+
justify-content: center;
|
|
152
|
+
}
|
|
153
|
+
._1m7m2ax {
|
|
154
|
+
color: #fff;
|
|
155
|
+
font-size: 48px;
|
|
156
|
+
font-weight: 600;
|
|
157
|
+
letter-spacing: 0.4px;
|
|
158
|
+
line-height: 1;
|
|
159
|
+
}
|
|
160
|
+
._1m7m2ay {
|
|
161
|
+
color: #f4f4f4;
|
|
162
|
+
font: 700 150px/1 var(--header-font-family);
|
|
163
|
+
letter-spacing: 0.2px;
|
|
164
|
+
line-height: 1;
|
|
165
|
+
}
|
|
166
|
+
._1m7m2az {
|
|
167
|
+
color: var(--_1073cm8k);
|
|
168
|
+
font-size: 37px;
|
|
169
|
+
font-weight: 600;
|
|
170
|
+
letter-spacing: 0.3px;
|
|
171
|
+
line-height: 1;
|
|
172
|
+
}
|
|
137
173
|
@media screen and (max-width:1023px) {
|
|
138
174
|
._1m7m2a0 {
|
|
139
175
|
flex-direction: column;
|
|
@@ -157,4 +193,15 @@
|
|
|
157
193
|
flex-direction: column;
|
|
158
194
|
gap: 24px;
|
|
159
195
|
}
|
|
196
|
+
}
|
|
197
|
+
@media screen and (max-width: 1023px) {
|
|
198
|
+
._1m7m2ax {
|
|
199
|
+
font-size: 30px;
|
|
200
|
+
}
|
|
201
|
+
._1m7m2ay {
|
|
202
|
+
font-size: 82px;
|
|
203
|
+
}
|
|
204
|
+
._1m7m2az {
|
|
205
|
+
font-size: 20px;
|
|
206
|
+
}
|
|
160
207
|
}
|
|
@@ -19,24 +19,30 @@
|
|
|
19
19
|
padding-left: 16px;
|
|
20
20
|
line-height: 24px;
|
|
21
21
|
}
|
|
22
|
-
.
|
|
22
|
+
._18du0la7 {
|
|
23
|
+
color: var(--_1073cm8g);
|
|
24
|
+
}
|
|
25
|
+
._18du0la8 {
|
|
26
|
+
color: var(--_1073cm8n);
|
|
27
|
+
}
|
|
28
|
+
._18du0la9 {
|
|
23
29
|
color: var(--_1073cm8t);
|
|
24
30
|
border-color: var(--_1073cm8t);
|
|
25
31
|
}
|
|
26
|
-
.
|
|
32
|
+
._18du0laa {
|
|
27
33
|
color: var(--_1073cm8v);
|
|
28
34
|
}
|
|
29
|
-
.
|
|
35
|
+
._18du0lab {
|
|
30
36
|
position: absolute;
|
|
31
37
|
align-items: center;
|
|
32
38
|
}
|
|
33
|
-
.
|
|
39
|
+
._18du0lac {
|
|
34
40
|
left: 16px;
|
|
35
41
|
}
|
|
36
|
-
.
|
|
42
|
+
._18du0lad {
|
|
37
43
|
right: 16px;
|
|
38
44
|
}
|
|
39
|
-
.
|
|
45
|
+
._18du0lae {
|
|
40
46
|
display: inline-flex;
|
|
41
47
|
flex-direction: row;
|
|
42
48
|
position: relative;
|
|
@@ -46,38 +52,38 @@
|
|
|
46
52
|
background: #FFFFFF;
|
|
47
53
|
padding: 16px;
|
|
48
54
|
}
|
|
49
|
-
.
|
|
55
|
+
._18du0lae:focus-within {
|
|
50
56
|
border-width: 2px;
|
|
51
57
|
font-weight: 400;
|
|
52
58
|
border-color: var(--_1073cm86);
|
|
53
59
|
}
|
|
54
|
-
.
|
|
60
|
+
._18du0lae:disabled {
|
|
55
61
|
border-color: var(--_1073cm86);
|
|
56
62
|
}
|
|
57
|
-
.
|
|
63
|
+
._18du0laf {
|
|
58
64
|
padding-top: 6px;
|
|
59
65
|
padding-bottom: 6px;
|
|
60
66
|
}
|
|
61
|
-
.
|
|
67
|
+
._18du0lag {
|
|
62
68
|
padding-top: 8px;
|
|
63
69
|
padding-bottom: 8px;
|
|
64
70
|
}
|
|
65
|
-
.
|
|
71
|
+
._18du0lah {
|
|
66
72
|
padding-top: 10px;
|
|
67
73
|
padding-bottom: 10px;
|
|
68
74
|
}
|
|
69
|
-
.
|
|
75
|
+
._18du0lai {
|
|
70
76
|
border-color: var(--_1073cm8t);
|
|
71
77
|
}
|
|
72
|
-
.
|
|
78
|
+
._18du0lai:focus-within {
|
|
73
79
|
border-color: var(--_1073cm8t);
|
|
74
80
|
}
|
|
75
|
-
.
|
|
81
|
+
._18du0laj {
|
|
76
82
|
border-color: var(--_1073cm8u);
|
|
77
83
|
color: var(--_1073cm8v);
|
|
78
84
|
background: var(--_1073cm8w);
|
|
79
85
|
}
|
|
80
|
-
.
|
|
86
|
+
._18du0lak {
|
|
81
87
|
outline: none;
|
|
82
88
|
border: none;
|
|
83
89
|
color: #5E6A74;
|
|
@@ -86,72 +92,72 @@
|
|
|
86
92
|
width: 100%;
|
|
87
93
|
line-height: 24px;
|
|
88
94
|
}
|
|
89
|
-
.
|
|
95
|
+
._18du0lak:focus {
|
|
90
96
|
color: var(--_1073cm86);
|
|
91
97
|
}
|
|
92
|
-
.
|
|
98
|
+
._18du0lak:disabled {
|
|
93
99
|
color: #5E6A74;
|
|
94
100
|
cursor: not-allowed;
|
|
95
101
|
}
|
|
96
|
-
.
|
|
102
|
+
._18du0lal {
|
|
97
103
|
font-size: 14px;
|
|
98
104
|
line-height: 20px;
|
|
99
105
|
}
|
|
100
|
-
.
|
|
106
|
+
._18du0lac + ._18du0lal {
|
|
101
107
|
padding-left: 28px;
|
|
102
108
|
}
|
|
103
|
-
.
|
|
109
|
+
._18du0lal:has(+ ._18du0lad) {
|
|
104
110
|
padding-right: 28px;
|
|
105
111
|
}
|
|
106
|
-
.
|
|
112
|
+
._18du0lam {
|
|
107
113
|
font-size: 16px;
|
|
108
114
|
line-height: 24px;
|
|
109
115
|
}
|
|
110
|
-
.
|
|
116
|
+
._18du0lac + ._18du0lam {
|
|
111
117
|
padding-left: 48px;
|
|
112
118
|
}
|
|
113
|
-
.
|
|
119
|
+
._18du0lam:has(+ ._18du0lad) {
|
|
114
120
|
padding-right: 48px;
|
|
115
121
|
}
|
|
116
|
-
.
|
|
122
|
+
._18du0lan {
|
|
117
123
|
font-size: 16px;
|
|
118
124
|
line-height: 24px;
|
|
119
125
|
}
|
|
120
|
-
.
|
|
126
|
+
._18du0lac + ._18du0lan {
|
|
121
127
|
padding-left: 32px;
|
|
122
128
|
}
|
|
123
|
-
.
|
|
129
|
+
._18du0lan:has(+ ._18du0lad) {
|
|
124
130
|
padding-right: 32px;
|
|
125
131
|
}
|
|
126
|
-
.
|
|
132
|
+
._18du0lao {
|
|
127
133
|
border-color: var(--_1073cm8t);
|
|
128
134
|
}
|
|
129
|
-
.
|
|
135
|
+
._18du0lap {
|
|
130
136
|
border-color: var(--_1073cm8u);
|
|
131
137
|
color: var(--_1073cm8v);
|
|
132
138
|
background: var(--_1073cm8w);
|
|
133
139
|
}
|
|
134
|
-
.
|
|
140
|
+
._18du0laq {
|
|
135
141
|
display: flex;
|
|
136
142
|
flex-direction: column;
|
|
137
143
|
border-width: 2px;
|
|
138
144
|
}
|
|
139
|
-
.
|
|
145
|
+
._18du0laq:focus-within {
|
|
140
146
|
border-width: 2px;
|
|
141
147
|
font-weight: 500;
|
|
142
148
|
color: var(--_1073cm86);
|
|
143
149
|
}
|
|
144
|
-
.
|
|
150
|
+
._18du0lar {
|
|
145
151
|
font-size: 12px;
|
|
146
152
|
letter-spacing: 0.2px;
|
|
147
153
|
line-height: 16px;
|
|
148
154
|
padding-inline: 16px;
|
|
149
155
|
margin-top: 4px;
|
|
150
156
|
}
|
|
151
|
-
.
|
|
157
|
+
._18du0las {
|
|
152
158
|
color: #5E6A74;
|
|
153
159
|
}
|
|
154
|
-
.
|
|
160
|
+
._18du0lat {
|
|
155
161
|
border-color: var(--_1073cm8t);
|
|
156
162
|
color: var(--_1073cm8t);
|
|
157
163
|
}
|