@axos-web-dev/shared-components 0.0.17 → 0.0.19
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/Accordion/Accordion.css.d.ts +4 -3
- package/dist/Accordion/Accordion.d.ts +2 -1
- package/dist/Accordion/Accordion.js +1 -0
- package/dist/Accordion/index.d.ts +2 -2
- package/dist/AlertBanner/AlertBanner.css.d.ts +1 -1
- package/dist/AlertBanner/AlertBanner.interface.d.ts +2 -1
- package/dist/AlertBanner/index.d.ts +3 -2
- package/dist/AlertBanner/index.js +1 -0
- package/dist/ApyCalculator/index.d.ts +2 -1
- package/dist/ApyCalculator/index.js +3 -17
- package/dist/BulletItem/BulletItem.d.ts +2 -1
- package/dist/BulletItem/BulletItem.js +1 -0
- package/dist/BulletItem/index.d.ts +1 -1
- package/dist/Button/Button.css.d.ts +13 -2
- package/dist/Button/Button.d.ts +4 -3
- package/dist/Button/Button.interface.d.ts +2 -1
- package/dist/Button/GoBackButton.d.ts +3 -2
- package/dist/Button/index.d.ts +3 -3
- package/dist/CallToActionBar/CallToActionBar.interface.d.ts +2 -1
- package/dist/CallToActionBar/index.d.ts +3 -2
- package/dist/Carousel/Carousel.css.d.ts +6 -5
- package/dist/Carousel/index.d.ts +3 -2
- package/dist/Carousel/index.js +2 -1
- package/dist/Carousel/store.d.ts +1 -1
- package/dist/Chevron/Chevron.css.d.ts +1 -1
- package/dist/Chevron/Chevron.interface.d.ts +2 -1
- package/dist/Chevron/index.d.ts +3 -2
- package/dist/Chevron/index.js +3 -3
- package/dist/CollectInformationAlert/index.d.ts +2 -1
- package/dist/CollectInformationAlert/index.js +1 -0
- package/dist/ContentBanner/ContentBanner.css.d.ts +2 -2
- package/dist/ContentBanner/ContentBanner.interface.d.ts +2 -1
- package/dist/ContentBanner/index.d.ts +3 -2
- package/dist/ContentBanner/index.js +1 -1
- package/dist/DownloadTile/DownloadTile.interface.d.ts +2 -1
- package/dist/DownloadTile/index.d.ts +3 -2
- package/dist/DownloadTile/index.js +1 -0
- package/dist/FaqAccordion/index.d.ts +3 -2
- package/dist/FaqAccordion/index.js +1 -0
- package/dist/FooterDisclosure/FooterDisclosure.css.d.ts +1 -1
- package/dist/FooterDisclosure/FooterDisclosure.d.ts +2 -1
- package/dist/FooterDisclosure/FooterDisclosure.js +16 -2
- package/dist/FooterDisclosure/index.d.ts +2 -2
- package/dist/Forms/Forms.css.d.ts +4 -4
- package/dist/Forms/RenderForm.d.ts +3 -2
- package/dist/Forms/SalesforceFieldsForm.d.ts +1 -1
- package/dist/Forms/ScheduleCall.d.ts +3 -2
- package/dist/Forms/ScheduleCall.js +21 -8
- package/dist/Forms/index.d.ts +4 -4
- package/dist/HeroBanner/HeroBanner.css.d.ts +5 -4
- package/dist/HeroBanner/HeroBanner.css.js +11 -9
- package/dist/HeroBanner/HeroBanner.interface.d.ts +2 -1
- package/dist/HeroBanner/index.d.ts +2 -1
- package/dist/HeroBanner/index.js +3 -3
- package/dist/Hyperlink/Hyperlink.interface.d.ts +2 -1
- package/dist/Hyperlink/index.d.ts +3 -2
- package/dist/Hyperlink/index.js +4 -3
- package/dist/IconBillboard/IconBillboard.css.d.ts +6 -5
- package/dist/IconBillboard/IconBillboard.d.ts +4 -3
- package/dist/IconBillboard/IconBillboard.interface.d.ts +4 -3
- package/dist/IconBillboard/IconBillboard.js +1 -1
- package/dist/IconBillboard/IconBillboardSet.d.ts +2 -1
- package/dist/IconBillboard/index.d.ts +4 -4
- package/dist/ImageBillboard/ImageBillboard.css.d.ts +4 -4
- package/dist/ImageBillboard/ImageBillboard.d.ts +2 -1
- package/dist/ImageBillboard/ImageBillboard.interface.d.ts +5 -4
- package/dist/ImageBillboard/ImageBillboard.js +1 -0
- package/dist/ImageBillboard/ImageBillboardSet.d.ts +2 -1
- package/dist/ImageBillboard/ImageBillboardSet.js +1 -0
- package/dist/ImageBillboard/index.d.ts +4 -4
- package/dist/Input/Input.css.d.ts +6 -6
- package/dist/Input/Input.css.js +2 -2
- package/dist/Input/Input.d.ts +14 -0
- package/dist/Input/Input.js +45 -0
- package/dist/Input/InputPhone.d.ts +3 -0
- package/dist/Input/InputPhone.js +24 -0
- package/dist/Input/index.d.ts +3 -13
- package/dist/Input/index.js +13 -43
- package/dist/Inputs/Input.css.d.ts +6 -6
- package/dist/MainHTML/index.d.ts +2 -1
- package/dist/MainHTML/index.js +8 -1
- package/dist/Modal/Modal.d.ts +3 -2
- package/dist/Modal/Modal.js +4 -3
- package/dist/Modal/contextApi/store.d.ts +3 -2
- package/dist/Modal/contextApi/store.js +11 -16
- package/dist/Modal/index.d.ts +2 -2
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +53 -53
- package/dist/NavigationMenu/AxosAdvisor/SubNavBar.d.ts +1 -1
- package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +138 -97
- package/dist/NavigationMenu/AxosAdvisor/index.js +13 -19
- package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +40 -40
- package/dist/NavigationMenu/index.d.ts +2 -2
- package/dist/SetContainer/SetContainer.d.ts +3 -2
- package/dist/SetContainer/SetContainer.js +4 -3
- package/dist/SetContainer/index.d.ts +2 -2
- package/dist/Table/Table.css.d.ts +16 -5
- package/dist/Table/Table.css.js +15 -13
- package/dist/Table/Table.d.ts +9 -8
- package/dist/Table/Table.interface.d.ts +3 -1
- package/dist/Table/Table.js +37 -19
- package/dist/Table/index.d.ts +2 -2
- package/dist/Table/index.js +2 -1
- package/dist/TextBlock/TextBlock.d.ts +2 -1
- package/dist/TextBlock/index.d.ts +2 -2
- package/dist/Typography/Typography.css.d.ts +4 -3
- package/dist/Typography/Typography.d.ts +3 -2
- package/dist/Typography/index.d.ts +1 -1
- package/dist/VideoTile/VideoTile.css.js +1 -1
- package/dist/VideoTile/VideoTile.d.ts +3 -2
- package/dist/VideoTile/VideoTile.js +4 -3
- package/dist/VideoTile/index.d.ts +4 -4
- package/dist/VideoWrapper/VideoWrapper.css.d.ts +1 -0
- package/dist/VideoWrapper/VideoWrapper.css.js +5 -3
- package/dist/VideoWrapper/index.d.ts +3 -2
- package/dist/VideoWrapper/index.js +23 -17
- package/dist/assets/Button/Button.css +14 -3
- package/dist/assets/FaqAccordion/FaqAccordion.css +12 -3
- package/dist/assets/FooterDisclosure/FooterDisclosure.css +1 -7
- package/dist/assets/Forms/Forms.css +1 -1
- package/dist/assets/HeroBanner/HeroBanner.css +100 -52
- package/dist/assets/ImageBillboard/ImageBillboard.css +6 -1
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +594 -591
- package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +84 -81
- package/dist/assets/Table/Table.css +89 -54
- package/dist/assets/TextBlock/TextBlock.css +0 -1
- package/dist/assets/VideoTile/VideoTile.css +5 -0
- package/dist/assets/VideoWrapper/VideoWrapper.css +11 -8
- package/dist/assets/globals.css +7 -2
- package/dist/assets/index.css +0 -3
- package/dist/icons/ArrowIcon/ArrowIcon.css.d.ts +1 -1
- package/dist/icons/ArrowIcon/index.d.ts +2 -1
- package/dist/icons/ArrowIcon/index.js +3 -1
- package/dist/icons/AxosX/Blue.d.ts +2 -1
- package/dist/icons/AxosX/index.d.ts +2 -1
- package/dist/icons/CheckCircle.d.ts +2 -1
- package/dist/icons/CheckCircleLight.d.ts +2 -1
- package/dist/icons/CheckIcon/CheckIcon.css.d.ts +3 -2
- package/dist/icons/CheckIcon/index.d.ts +2 -1
- package/dist/icons/ChevronDown.d.ts +2 -1
- package/dist/icons/ChevronUp.d.ts +2 -1
- package/dist/icons/CloseIcon/index.d.ts +2 -1
- package/dist/icons/DownloadIcon/index.d.ts +2 -1
- package/dist/icons/EqualHousingLender.d.ts +2 -1
- package/dist/icons/LockIcon/index.d.ts +2 -1
- package/dist/icons/MemberFdicLogo.d.ts +2 -1
- package/dist/icons/QuoteIconGrey.d.ts +2 -1
- package/dist/icons/QuoteIconWhite.d.ts +2 -1
- package/dist/icons/QuoteIconYellow.d.ts +2 -1
- package/dist/icons/WarningIcon/index.d.ts +2 -1
- package/dist/icons/index.d.ts +17 -17
- package/dist/index.css.d.ts +1 -0
- package/dist/main.d.ts +2 -1
- package/dist/main.js +17 -3
- package/dist/themes/index.d.ts +2 -2
- package/dist/utils/allowedAxosDomains.js +9 -7
- package/dist/utils/ctaOptions.d.ts +1 -0
- package/dist/utils/getVariant.d.ts +2 -1
- package/dist/utils/index.d.ts +5 -5
- package/package.json +107 -106
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
-webkit-transition-duration: 0.15s;
|
|
7
7
|
-o-transition-duration: 0.15s;
|
|
8
8
|
transition-duration: 0.15s;
|
|
9
|
-
-webkit-transition-property: color,background-color,border-color;
|
|
10
|
-
-o-transition-property: color,background-color,border-color;
|
|
11
|
-
transition-property: color,background-color,border-color;
|
|
9
|
+
-webkit-transition-property: color,background-color,border-color,width;
|
|
10
|
+
-o-transition-property: color,background-color,border-color,width;
|
|
11
|
+
transition-property: color,background-color,border-color,width;
|
|
12
12
|
-webkit-transition-timing-function: linear;
|
|
13
13
|
-o-transition-timing-function: linear;
|
|
14
14
|
transition-timing-function: linear;
|
|
@@ -134,4 +134,15 @@
|
|
|
134
134
|
._13pdpuji {
|
|
135
135
|
height: 28px;
|
|
136
136
|
padding: 4px 32px 4px 32px;
|
|
137
|
+
}
|
|
138
|
+
@media screen and (max-width: 280px) {
|
|
139
|
+
._13pdpuj7 {
|
|
140
|
+
padding: 12px 8px;
|
|
141
|
+
font-size: 14px;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
@media screen and (max-width: 370px) {
|
|
145
|
+
._13pdpuj7 {
|
|
146
|
+
padding: 11px 1.5rem;
|
|
147
|
+
}
|
|
137
148
|
}
|
|
@@ -30,6 +30,7 @@ details[open] .ph6wj62 {
|
|
|
30
30
|
padding-bottom: 12px;
|
|
31
31
|
}
|
|
32
32
|
.ph6wj63 {
|
|
33
|
+
font-size: 18px;
|
|
33
34
|
max-width: 80%;
|
|
34
35
|
list-style: none;
|
|
35
36
|
text-overflow: ellipsis;
|
|
@@ -41,7 +42,15 @@ details[open] .ph6wj62 {
|
|
|
41
42
|
background-color: #F4F4F4;
|
|
42
43
|
padding-top: 0;
|
|
43
44
|
}
|
|
44
|
-
.ph6wj64
|
|
45
|
-
margin-
|
|
46
|
-
|
|
45
|
+
.ph6wj64 li + li {
|
|
46
|
+
margin-top: 7px;
|
|
47
|
+
}
|
|
48
|
+
.ph6wj64 ol {
|
|
49
|
+
padding-bottom: 1rem;
|
|
50
|
+
}
|
|
51
|
+
.ph6wj64 ul {
|
|
52
|
+
padding-bottom: 1rem;
|
|
53
|
+
}
|
|
54
|
+
details summary::-webkit-details-marker {
|
|
55
|
+
display: none;
|
|
47
56
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
._1a6b3vu0 {
|
|
2
2
|
color: #ffffff;
|
|
3
3
|
background-color: #4A5560;
|
|
4
|
-
padding: 32px
|
|
4
|
+
padding: 32px 0;
|
|
5
5
|
width: 100%;
|
|
6
6
|
}
|
|
7
7
|
._1a6b3vu1 {
|
|
@@ -23,14 +23,8 @@
|
|
|
23
23
|
._1a6b3vu4:hover {
|
|
24
24
|
opacity: 0.8;
|
|
25
25
|
}
|
|
26
|
-
@media screen and (min-width: 1280px) {
|
|
27
|
-
._1a6b3vu0 {
|
|
28
|
-
padding-inline: 40px;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
26
|
@media screen and (min-width: 1920px) {
|
|
32
27
|
._1a6b3vu0 {
|
|
33
|
-
padding-inline: 360px;
|
|
34
28
|
padding-top: 32px;
|
|
35
29
|
padding-bottom: 32px;
|
|
36
30
|
}
|
|
@@ -1,153 +1,201 @@
|
|
|
1
|
-
.
|
|
1
|
+
._1ye8k3f1 {
|
|
2
2
|
position: relative;
|
|
3
3
|
overflow: hidden;
|
|
4
4
|
isolation: isolate;
|
|
5
5
|
}
|
|
6
|
-
.
|
|
6
|
+
._1ye8k3f2 {
|
|
7
7
|
background: var(--_1073cm81);
|
|
8
8
|
color: var(--_1073cm82);
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
._1ye8k3f3 {
|
|
11
11
|
background: var(--_1073cm88);
|
|
12
12
|
color: var(--_1073cm89);
|
|
13
13
|
}
|
|
14
|
-
.
|
|
14
|
+
._1ye8k3f4 {
|
|
15
15
|
background: var(--_1073cm8f);
|
|
16
16
|
color: var(--_1073cm8g);
|
|
17
17
|
}
|
|
18
|
-
.
|
|
18
|
+
._1ye8k3f5 {
|
|
19
19
|
background: var(--_1073cm8m);
|
|
20
20
|
color: var(--_1073cm8n);
|
|
21
21
|
}
|
|
22
|
-
.
|
|
22
|
+
._1ye8k3f6 {
|
|
23
23
|
display: flex;
|
|
24
24
|
justify-content: space-between;
|
|
25
25
|
align-items: center;
|
|
26
|
-
min-height: 480px;
|
|
27
|
-
gap: 2rem;
|
|
28
26
|
}
|
|
29
|
-
.
|
|
27
|
+
._1ye8k3f8 {
|
|
30
28
|
padding: 2rem 0;
|
|
31
29
|
}
|
|
32
|
-
.
|
|
30
|
+
._1ye8k3fa {
|
|
33
31
|
display: flex;
|
|
34
32
|
justify-content: flex-end;
|
|
33
|
+
max-width: 600px;
|
|
35
34
|
}
|
|
36
|
-
.
|
|
37
|
-
max-width:
|
|
35
|
+
._1ye8k3fa img {
|
|
36
|
+
max-width: 604px;
|
|
37
|
+
max-height: 510px;
|
|
38
38
|
object-fit: cover;
|
|
39
|
-
aspect-ratio: 1 / 1;
|
|
40
|
-
max-height: 480px;
|
|
41
39
|
}
|
|
42
|
-
.
|
|
40
|
+
._1ye8k3fb {
|
|
43
41
|
display: block;
|
|
44
42
|
font: 700 14px / 1.3 var(--main-font-family);
|
|
45
43
|
margin-bottom: 2px;
|
|
46
44
|
letter-spacing: .2px;
|
|
47
45
|
}
|
|
48
|
-
.
|
|
46
|
+
._1ye8k3fc {
|
|
49
47
|
background: var(--_1073cm84);
|
|
50
48
|
background-clip: text;
|
|
51
49
|
-webkit-text-fill-color: transparent;
|
|
52
50
|
}
|
|
53
|
-
.
|
|
51
|
+
._1ye8k3fd {
|
|
54
52
|
background: var(--_1073cm8b);
|
|
55
53
|
background-clip: text;
|
|
56
54
|
-webkit-text-fill-color: transparent;
|
|
57
55
|
}
|
|
58
|
-
.
|
|
56
|
+
._1ye8k3fe {
|
|
59
57
|
color: var(--_1073cm8k);
|
|
60
58
|
}
|
|
61
|
-
.
|
|
59
|
+
._1ye8k3ff {
|
|
62
60
|
color: var(--_1073cm8n);
|
|
63
61
|
}
|
|
64
|
-
.
|
|
65
|
-
margin-bottom: 1.5rem;
|
|
62
|
+
._1ye8k3fg {
|
|
66
63
|
font: 600 2.5rem / 1.25 var(--header-font-family);
|
|
67
64
|
}
|
|
68
|
-
.
|
|
65
|
+
._1ye8k3fh {
|
|
69
66
|
background: var(--_1073cm84);
|
|
70
67
|
background-clip: text;
|
|
71
68
|
-webkit-text-fill-color: transparent;
|
|
72
69
|
}
|
|
73
|
-
.
|
|
70
|
+
._1ye8k3fi {
|
|
74
71
|
background: var(--_1073cm8b);
|
|
75
72
|
background-clip: text;
|
|
76
73
|
-webkit-text-fill-color: transparent;
|
|
77
74
|
}
|
|
78
|
-
.
|
|
75
|
+
._1ye8k3fj {
|
|
79
76
|
color: var(--_1073cm8h);
|
|
80
77
|
}
|
|
81
|
-
.
|
|
78
|
+
._1ye8k3fk {
|
|
82
79
|
color: var(--_1073cm8o);
|
|
83
80
|
}
|
|
84
|
-
.
|
|
81
|
+
._1ye8k3f8 p {
|
|
85
82
|
font: 400 18px / 1.44 var(--main-font-family);
|
|
86
83
|
letter-spacing: .2px;
|
|
87
84
|
}
|
|
88
|
-
.
|
|
85
|
+
._1ye8k3fl {
|
|
89
86
|
margin-top: 3.5rem;
|
|
90
87
|
display: flex;
|
|
91
88
|
align-items: center;
|
|
92
89
|
gap: 2rem;
|
|
93
90
|
}
|
|
91
|
+
._1ye8k3fl:empty {
|
|
92
|
+
display: none;
|
|
93
|
+
}
|
|
94
|
+
._1ye8k3f0 ._1ye8k3fl > *:nth-child(2) {
|
|
95
|
+
margin-top: 1.5rem;
|
|
96
|
+
margin-left: 0;
|
|
97
|
+
}
|
|
98
|
+
@media screen and (max-width:1280px) {
|
|
99
|
+
._1ye8k3fl {
|
|
100
|
+
margin-top: 2.5rem;
|
|
101
|
+
}
|
|
102
|
+
._1ye8k3f0 ._1ye8k3fl {
|
|
103
|
+
flex-direction: column;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
@media (max-width: 1280px) and (min-width: 1024px) {
|
|
107
|
+
._1ye8k3f0 ._1ye8k3f9 {
|
|
108
|
+
width: calc(100%-28px);
|
|
109
|
+
}
|
|
110
|
+
._1ye8k3fa img {
|
|
111
|
+
aspect-ratio: 1 / 1;
|
|
112
|
+
}
|
|
113
|
+
._1ye8k3f0 ._1ye8k3fl {
|
|
114
|
+
align-items: flex-start;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
94
117
|
@media screen and (max-width:1024px) {
|
|
95
|
-
.
|
|
118
|
+
._1ye8k3f6 {
|
|
96
119
|
flex-direction: column;
|
|
97
120
|
}
|
|
98
|
-
.
|
|
121
|
+
._1ye8k3fl {
|
|
99
122
|
flex-direction: column;
|
|
100
123
|
}
|
|
101
124
|
}
|
|
102
|
-
@media
|
|
125
|
+
@media (max-width: 1023px) {
|
|
126
|
+
._1ye8k3fa {
|
|
127
|
+
justify-content: center;
|
|
128
|
+
width: min(375px,100%);
|
|
129
|
+
}
|
|
130
|
+
._1ye8k3fa img {
|
|
131
|
+
max-width: 100%;
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
@media (min-width: 1024px) {
|
|
103
135
|
._1ye8k3f6 {
|
|
104
|
-
|
|
136
|
+
gap: 2rem;
|
|
137
|
+
min-height: 480px;
|
|
105
138
|
}
|
|
139
|
+
._1ye8k3f0 ._1ye8k3f6 {
|
|
140
|
+
min-height: 740px;
|
|
141
|
+
gap: 1.5rem;
|
|
142
|
+
}
|
|
143
|
+
._1ye8k3fa {
|
|
144
|
+
_1ye8k3f0 & {
|
|
145
|
+
max-width: 708px;
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
@media screen and (min-width:1024px) {
|
|
106
150
|
._1ye8k3f7 {
|
|
151
|
+
flex-direction: row-reverse;
|
|
152
|
+
}
|
|
153
|
+
._1ye8k3f8 {
|
|
107
154
|
flex: 1 1;
|
|
108
155
|
max-width: 588px;
|
|
109
156
|
}
|
|
157
|
+
._1ye8k3f0 ._1ye8k3f8 {
|
|
158
|
+
max-width: 468px;
|
|
159
|
+
}
|
|
110
160
|
}
|
|
111
161
|
@media screen and (max-width:1023px) {
|
|
112
|
-
._1ye8k3f7 {
|
|
113
|
-
text-align: center;
|
|
114
|
-
}
|
|
115
162
|
._1ye8k3f8 {
|
|
116
|
-
|
|
117
|
-
width: min(375px, 100%);
|
|
163
|
+
text-align: center;
|
|
118
164
|
}
|
|
119
165
|
}
|
|
120
166
|
@media screen and (max-width:603px) {
|
|
121
|
-
.
|
|
167
|
+
._1ye8k3f8 {
|
|
122
168
|
max-width: calc(100% - 2rem);
|
|
123
169
|
margin-left: auto;
|
|
124
170
|
margin-right: auto;
|
|
125
171
|
}
|
|
126
172
|
}
|
|
127
|
-
@media (max-width:
|
|
128
|
-
.
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
._1ye8k3f5:not(._1ye8k3f9 ._1ye8k3f5) > * {
|
|
132
|
-
max-width: 50%;
|
|
133
|
-
width: 50%;
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
@media screen and (max-width:1280px) {
|
|
137
|
-
._1ye8k3fk {
|
|
138
|
-
margin-top: 2.5rem;
|
|
173
|
+
@media (max-width: 603px) {
|
|
174
|
+
._1ye8k3f9 {
|
|
175
|
+
width: 100%;
|
|
176
|
+
max-width: 100%;
|
|
139
177
|
}
|
|
140
178
|
}
|
|
141
179
|
@media screen and (max-width:768px) {
|
|
142
|
-
.
|
|
180
|
+
._1ye8k3fg {
|
|
143
181
|
font-size: 28px;
|
|
144
182
|
line-height: 1.29;
|
|
145
183
|
}
|
|
146
|
-
.
|
|
184
|
+
._1ye8k3f8 p {
|
|
147
185
|
font-size: 1rem;
|
|
148
186
|
line-height: 1.5;
|
|
149
187
|
}
|
|
150
|
-
.
|
|
188
|
+
._1ye8k3fl {
|
|
151
189
|
margin-top: 1.7rem;
|
|
152
190
|
}
|
|
191
|
+
}
|
|
192
|
+
@media (max-width:1280px) and (min-width:1024px) {
|
|
193
|
+
._1ye8k3fa:not(._1ye8k3f0 ._1ye8k3fa) {
|
|
194
|
+
flex: 1 1;
|
|
195
|
+
overflow: hidden;
|
|
196
|
+
}
|
|
197
|
+
._1ye8k3f6:not(._1ye8k3f0 ._1ye8k3f6) > * {
|
|
198
|
+
max-width: 50%;
|
|
199
|
+
width: 50%;
|
|
200
|
+
}
|
|
153
201
|
}
|
|
@@ -139,9 +139,11 @@
|
|
|
139
139
|
height: 100%;
|
|
140
140
|
background-repeat: no-repeat;
|
|
141
141
|
background-size: cover;
|
|
142
|
-
min-height: 380px;
|
|
143
142
|
background-position: center center;
|
|
144
143
|
}
|
|
144
|
+
._18ygy9m0 ._1m7m2au {
|
|
145
|
+
min-height: 380px;
|
|
146
|
+
}
|
|
145
147
|
._1m7m2av {
|
|
146
148
|
background: var(--_1073cm8f);
|
|
147
149
|
color: #FFFFFF;
|
|
@@ -197,6 +199,9 @@
|
|
|
197
199
|
}
|
|
198
200
|
}
|
|
199
201
|
@media screen and (max-width: 1023px) {
|
|
202
|
+
._1m7m2au {
|
|
203
|
+
min-height: 380px;
|
|
204
|
+
}
|
|
200
205
|
._1m7m2ax {
|
|
201
206
|
font-size: 30px;
|
|
202
207
|
}
|