@axos-web-dev/shared-components 0.0.12 → 0.0.14

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 (52) hide show
  1. package/dist/Button/Button.d.ts +2 -2
  2. package/dist/Button/Button.js +18 -2
  3. package/dist/CallToActionBar/CallToActionBar.interface.d.ts +1 -0
  4. package/dist/CallToActionBar/index.js +3 -1
  5. package/dist/Chevron/index.js +55 -1
  6. package/dist/Forms/Forms.css.d.ts +1 -0
  7. package/dist/Forms/Forms.css.js +2 -0
  8. package/dist/Forms/ScheduleCall.js +2 -2
  9. package/dist/Forms/index.js +2 -1
  10. package/dist/Hyperlink/index.js +60 -1
  11. package/dist/ImageBillboard/ImageBillboard.css.d.ts +2 -0
  12. package/dist/ImageBillboard/ImageBillboard.css.js +4 -0
  13. package/dist/ImageBillboard/ImageBillboard.js +2 -10
  14. package/dist/ImageBillboard/ImageBillboardSet.js +10 -3
  15. package/dist/ImageBillboard/index.js +3 -1
  16. package/dist/Input/Input.css.js +0 -5
  17. package/dist/MainHTML/index.js +1 -1
  18. package/dist/Modal/Modal.d.ts +3 -0
  19. package/dist/Modal/Modal.js +97 -0
  20. package/dist/Modal/contextApi/store.d.ts +10 -0
  21. package/dist/Modal/contextApi/store.js +55 -0
  22. package/dist/Modal/index.d.ts +2 -3
  23. package/dist/Modal/index.js +7 -94
  24. package/dist/NavigationMenu/AxosAdvisor/NavBar.css.d.ts +1 -0
  25. package/dist/NavigationMenu/AxosAdvisor/NavBar.css.js +3 -1
  26. package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +0 -19
  27. package/dist/NavigationMenu/AxosAdvisor/index.js +102 -74
  28. package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +40 -40
  29. package/dist/SecondaryFooter/index.js +2 -1
  30. package/dist/SetContainer/SetContainer.js +31 -1
  31. package/dist/Table/Table.d.ts +4 -6
  32. package/dist/VideoTile/VideoTile.js +2 -3
  33. package/dist/assets/FaqAccordion/FaqAccordion.css +2 -2
  34. package/dist/assets/Forms/Forms.css +10 -4
  35. package/dist/assets/IconBillboard/IconBillboard.css +1 -1
  36. package/dist/assets/ImageBillboard/ImageBillboard.css +8 -11
  37. package/dist/assets/Input/Input.css +0 -3
  38. package/dist/assets/Modal/Modal.css +3 -3
  39. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css +4 -0
  40. package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +82 -82
  41. package/dist/assets/SecondaryFooter/SecondaryFooter.css +0 -2
  42. package/dist/assets/Table/Table.css +2 -2
  43. package/dist/assets/VideoTile/VideoTile.css +1 -12
  44. package/dist/assets/globals.css +1 -0
  45. package/dist/main.js +19 -3
  46. package/dist/utils/allowedAxosDomains.d.ts +2 -0
  47. package/dist/utils/allowedAxosDomains.js +40 -0
  48. package/dist/utils/index.d.ts +2 -0
  49. package/dist/utils/index.js +10 -1
  50. package/dist/utils/validateExternalLinks.d.ts +5 -0
  51. package/dist/utils/validateExternalLinks.js +32 -0
  52. package/package.json +4 -2
@@ -3,6 +3,9 @@
3
3
  padding-inline: 120px;
4
4
  padding-top: 48px;
5
5
  padding-bottom: 48px;
6
+ display: flex;
7
+ flex-direction: column;
8
+ align-items: center;
6
9
  }
7
10
  .tfms6a1 {
8
11
  background: var(--_1073cm81);
@@ -23,20 +26,20 @@
23
26
  margin-bottom: 32px;
24
27
  font-family: var(--header-font-family);
25
28
  }
26
- _1073cm80 .tfms6a7 {
29
+ ._1073cm80 .tfms6a7 {
27
30
  -webkit-background-clip: text;
28
31
  background-image: var(--_1073cm84);
29
32
  -webkit-text-fill-color: transparent;
30
33
  }
31
- _1es6o1h0 .tfms6a7 {
34
+ ._1es6o1h0 .tfms6a7 {
32
35
  color: var(--_1073cm83);
33
36
  }
34
- _1073cm80 .tfms6a8 {
37
+ ._1073cm80 .tfms6a8 {
35
38
  -webkit-background-clip: text;
36
39
  background-image: var(--_1073cm8b);
37
40
  -webkit-text-fill-color: transparent;
38
41
  }
39
- _1es6o1h0 .tfms6a8 {
42
+ ._1es6o1h0 .tfms6a8 {
40
43
  color: var(--_1073cm8a);
41
44
  }
42
45
  .tfms6a9 {
@@ -82,6 +85,9 @@ _1es6o1h0 .tfms6a8 {
82
85
  .tfms6al {
83
86
  color: var(--_1073cm8n);
84
87
  }
88
+ .tfms6am {
89
+ max-width: 860px;
90
+ }
85
91
  @media screen and (max-width:1023px) {
86
92
  .tfms6a0 {
87
93
  padding-inline: 0;
@@ -98,7 +98,7 @@
98
98
  max-width: 1000px;
99
99
  }
100
100
  ._1r4ovbui > p {
101
- margin-top: 24px;
101
+ margin-top: 8px;
102
102
  }
103
103
  ._1r4ovbuk {
104
104
  background: var(--_1073cm84);
@@ -86,20 +86,17 @@
86
86
  max-width: 50%;
87
87
  }
88
88
  ._1m7m2aj {
89
- max-width: 50%;
90
89
  width: 100%;
90
+ height: auto;
91
91
  }
92
92
  ._18ygy9m0 .billboard ._1m7m2aj img {
93
93
  max-height: 300px;
94
94
  }
95
95
  ._1m7m2aj img {
96
96
  vertical-align: middle;
97
- align-self: flex-end;
98
97
  width: 100%;
99
- height: 100%;
100
- min-height: 304px;
98
+ height: auto;
101
99
  object-fit: cover;
102
- aspect-ratio: 1 / 1;
103
100
  }
104
101
  ._1m7m2an {
105
102
  padding: 32px 28px;
@@ -131,6 +128,12 @@
131
128
  ._1m7m2ar > p {
132
129
  margin-top: 24px;
133
130
  }
131
+ ._1m7m2as {
132
+ width: 100%;
133
+ }
134
+ ._1m7m2at {
135
+ min-height: 330px;
136
+ }
134
137
  @media screen and (max-width:1023px) {
135
138
  ._1m7m2a0 {
136
139
  flex-direction: column;
@@ -141,12 +144,6 @@
141
144
  ._1m7m2ai > * {
142
145
  max-width: 100%;
143
146
  }
144
- ._1m7m2aj {
145
- max-width: 100%;
146
- }
147
- ._1m7m2aj img {
148
- width: 100%;
149
- }
150
147
  ._1m7m2al {
151
148
  display: flex;
152
149
  flex-direction: column;
@@ -141,9 +141,6 @@
141
141
  font-weight: 500;
142
142
  color: var(--_1073cm86);
143
143
  }
144
- .tfms6a3 ._18du0lam:focus-within:has(._18du0la4) {
145
- color: var(--_1073cm8g);
146
- }
147
144
  ._18du0lan {
148
145
  font-size: 12px;
149
146
  letter-spacing: 0.2px;
@@ -16,7 +16,7 @@
16
16
  margin: auto;
17
17
  max-width: 800px;
18
18
  position: relative;
19
- top: 15%;
19
+ top: 25%;
20
20
  width: calc(100% - 3rem);
21
21
  background-color: #FFFFFF;
22
22
  }
@@ -42,7 +42,7 @@
42
42
  color: #4a5560;
43
43
  }
44
44
  ._427id38 {
45
- min-height: 80px;
45
+ min-height: 120px;
46
46
  padding: 16px;
47
47
  color: #4a5560;
48
48
  width: 100%;
@@ -65,7 +65,7 @@
65
65
  }
66
66
  @media screen and (max-width:600px) {
67
67
  ._427id33 {
68
- top: 10%;
68
+ top: 15%;
69
69
  }
70
70
  }
71
71
  @media screen and (max-width:767px) {
@@ -2,4 +2,8 @@
2
2
  color: var(--_1073cm85);
3
3
  opacity: 0.9;
4
4
  background-color: var(--_1073cm86);
5
+ }
6
+ .dg9gpl1 {
7
+ max-height: 20rem !important;
8
+ color: var(--_1073cm82);
5
9
  }
@@ -1,50 +1,50 @@
1
- ._header_nlu6n_1 {
1
+ ._header_101h6_1 {
2
2
  border-bottom: 1px solid #ebebeb;
3
3
  }
4
4
 
5
- ._wrapper_nlu6n_5 {
5
+ ._wrapper_101h6_5 {
6
6
  width: calc(100% - 80px);
7
7
  margin-left: auto;
8
8
  margin-right: auto;
9
9
  }
10
10
 
11
- ._header_main_row_nlu6n_11,
12
- ._mobile_header_nlu6n_12 {
11
+ ._header_main_row_101h6_11,
12
+ ._mobile_header_101h6_12 {
13
13
  min-height: 80px;
14
14
  padding-top: 1rem;
15
15
  padding-bottom: 0.5rem;
16
16
  }
17
17
 
18
- ._logo_wrap_nlu6n_18 {
18
+ ._logo_wrap_101h6_18 {
19
19
  padding: 9px 6px;
20
20
  }
21
21
 
22
- ._primary_links_nlu6n_22 {
22
+ ._primary_links_101h6_22 {
23
23
  margin-left: 30px;
24
24
  }
25
25
 
26
- ._main_nav_nlu6n_26 {
26
+ ._main_nav_101h6_26 {
27
27
  margin: 0 auto;
28
28
  width: 94%;
29
29
  max-width: 1640px;
30
30
  justify-content: space-between;
31
31
  }
32
32
 
33
- ._main_nav_link_nlu6n_33 {
33
+ ._main_nav_link_101h6_33 {
34
34
  padding: 10px 8px;
35
35
  text-align: center;
36
36
  }
37
37
 
38
- ._main_nav_link_nlu6n_33 .active {
38
+ ._main_nav_link_101h6_33 .active {
39
39
  border-color: currentColor;
40
40
  transition: border-color 0.5s ease;
41
41
  }
42
42
 
43
- ._main_nav_link_nlu6n_33 .active {
43
+ ._main_nav_link_101h6_33 .active {
44
44
  font-weight: 700;
45
45
  }
46
46
 
47
- ._main_nav_link_nlu6n_33 > a {
47
+ ._main_nav_link_101h6_33 > a {
48
48
  color: #1e3860;
49
49
  display: inline-block;
50
50
  font-size: 18px;
@@ -52,26 +52,26 @@
52
52
  border-bottom: 4px solid transparent;
53
53
  }
54
54
 
55
- ._sub_nav_link_nlu6n_55 a,
56
- ._main_nav_link_nlu6n_33 a,
57
- ._signin_wrap_nlu6n_57 a,
58
- ._signin_btn_nlu6n_58 {
55
+ ._sub_nav_link_101h6_55 a,
56
+ ._main_nav_link_101h6_33 a,
57
+ ._signin_wrap_101h6_57 a,
58
+ ._signin_btn_101h6_58 {
59
59
  text-decoration: none;
60
60
  transition: opacity 0.3s ease;
61
61
  }
62
62
 
63
- ._sub_nav_link_nlu6n_55:hover,
64
- ._main_nav_link_nlu6n_33 a:hover,
65
- ._signin_wrap_nlu6n_57 a:hover {
63
+ ._sub_nav_link_101h6_55:hover,
64
+ ._main_nav_link_101h6_33 a:hover,
65
+ ._signin_wrap_101h6_57 a:hover {
66
66
  opacity: 0.8;
67
67
  }
68
68
 
69
- ._signin_wrap_nlu6n_57 .link {
69
+ ._signin_wrap_101h6_57 .link {
70
70
  text-decoration: none;
71
71
  padding: 8px;
72
72
  }
73
73
 
74
- ._signin_btn_nlu6n_58 {
74
+ ._signin_btn_101h6_58 {
75
75
  background-color: #2f5b88;
76
76
  border: none;
77
77
  color: #fff;
@@ -84,39 +84,39 @@
84
84
  cursor: pointer;
85
85
  }
86
86
 
87
- ._signin_btn_nlu6n_58:hover {
87
+ ._signin_btn_101h6_58:hover {
88
88
  opacity: 0.9;
89
89
  }
90
90
 
91
- ._signin_btn_nlu6n_58 > span {
91
+ ._signin_btn_101h6_58 > span {
92
92
  margin-right: 8px;
93
93
  }
94
94
 
95
- ._sub_nav_nlu6n_55 {
95
+ ._sub_nav_101h6_55 {
96
96
  background-color: #1e3860;
97
97
  }
98
98
 
99
- ._header_sub_row_nlu6n_99 {
99
+ ._header_sub_row_101h6_99 {
100
100
  padding-block: 12px;
101
101
  min-height: 48px;
102
102
  }
103
103
 
104
- ._sub_nav_link_nlu6n_55 {
104
+ ._sub_nav_link_101h6_55 {
105
105
  padding-inline: 1rem;
106
106
  text-align: center;
107
107
  color: #fff;
108
108
  }
109
109
 
110
- ._sub_nav_link_nlu6n_55 a {
110
+ ._sub_nav_link_101h6_55 a {
111
111
  font-weight: 500;
112
112
  line-height: 1.5;
113
113
  }
114
114
 
115
- ._shadow_nlu6n_115 {
115
+ ._shadow_101h6_115 {
116
116
  box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
117
117
  }
118
118
 
119
- @keyframes _fadeInDown_nlu6n_1 {
119
+ @keyframes _fadeInDown_101h6_1 {
120
120
  from {
121
121
  opacity: 0;
122
122
  transform: translate3d(0, -1%, 0);
@@ -128,18 +128,18 @@
128
128
  }
129
129
  }
130
130
 
131
- ._opacity_nlu6n_131 {
131
+ ._opacity_101h6_131 {
132
132
  animation-duration: 0.5s;
133
133
  animation-fill-mode: both;
134
- animation-name: _fadeInDown_nlu6n_1;
134
+ animation-name: _fadeInDown_101h6_1;
135
135
  }
136
136
 
137
- ._footer_nlu6n_137 {
137
+ ._footer_101h6_137 {
138
138
  margin-top: 0.5rem;
139
139
  padding-top: 1rem;
140
140
  }
141
141
 
142
- ._footer_nlu6n_137::before {
142
+ ._footer_101h6_137::before {
143
143
  content: "";
144
144
  background-color: #8f8f8f;
145
145
  height: 2px;
@@ -150,31 +150,31 @@
150
150
  width: 94%;
151
151
  }
152
152
 
153
- ._open_nlu6n_153 {
153
+ ._open_101h6_153 {
154
154
  opacity: 0.8;
155
155
  }
156
156
 
157
- ._open_nlu6n_153 > img {
157
+ ._open_101h6_153 > img {
158
158
  transform: scaleY(-1);
159
159
  }
160
160
 
161
- ._mt_8_nlu6n_161 {
161
+ ._mt_8_101h6_161 {
162
162
  margin-top: 8px;
163
163
  }
164
164
 
165
- ._mt_16_nlu6n_165 {
165
+ ._mt_16_101h6_165 {
166
166
  margin-top: 1rem;
167
167
  }
168
168
 
169
- ._ml_8_nlu6n_169 {
169
+ ._ml_8_101h6_169 {
170
170
  margin-left: 8px;
171
171
  }
172
172
 
173
- ._reversed_row_nlu6n_173 {
173
+ ._reversed_row_101h6_173 {
174
174
  flex-direction: row-reverse;
175
175
  }
176
176
 
177
- ._nav_anchor_nlu6n_177 {
177
+ ._nav_anchor_101h6_177 {
178
178
  width: 1.5rem;
179
179
  height: 1.5rem;
180
180
  aspect-ratio: 1;
@@ -182,14 +182,14 @@
182
182
  border-radius: 8px;
183
183
  }
184
184
 
185
- ._sub_nav_link_nlu6n_55:hover,
186
- ._signin_wrap_nlu6n_57 a:hover,
187
- ._main_nav_link_nlu6n_33 a:not(.active):hover,
188
- ._site_lists_nlu6n_188 a:hover {
185
+ ._sub_nav_link_101h6_55:hover,
186
+ ._signin_wrap_101h6_57 a:hover,
187
+ ._main_nav_link_101h6_33 a:not(.active):hover,
188
+ ._site_lists_101h6_188 a:hover {
189
189
  text-decoration: underline;
190
190
  }
191
191
 
192
- ._hamburger_nlu6n_192 {
192
+ ._hamburger_101h6_192 {
193
193
  background: transparent;
194
194
  border: none;
195
195
  font-size: 0px;
@@ -197,36 +197,36 @@
197
197
  outline: none;
198
198
  }
199
199
 
200
- ._hamburger_nlu6n_192:hover,
201
- ._mobile_header_nlu6n_12 button:hover {
200
+ ._hamburger_101h6_192:hover,
201
+ ._mobile_header_101h6_12 button:hover {
202
202
  cursor: pointer;
203
203
  opacity: 0.8;
204
204
  }
205
205
 
206
- ._mobile_logo_nlu6n_206 {
206
+ ._mobile_logo_101h6_206 {
207
207
  flex: 1 1 0%;
208
208
  text-align: center;
209
209
  }
210
210
 
211
- ._mobile_header_nlu6n_12 {
211
+ ._mobile_header_101h6_12 {
212
212
  padding-bottom: 1rem;
213
213
  display: grid;
214
214
  place-items: center;
215
215
  border-bottom: 1px solid #ebebeb;
216
216
  }
217
217
 
218
- ._mobile_header_nlu6n_12 p {
219
- font: 400 20px / 1.3 var(--main-font-family);
218
+ ._mobile_header_101h6_12 p {
219
+ font: 400 20px / 1.3 var(--header-font-family);
220
220
  }
221
221
 
222
- ._mobile_header_nlu6n_12 button {
222
+ ._mobile_header_101h6_12 button {
223
223
  position: absolute;
224
224
  top: 50%;
225
225
  transform: translateY(-50%);
226
226
  right: 40px;
227
227
  }
228
228
 
229
- ._mobile_nav_nlu6n_229 {
229
+ ._mobile_nav_101h6_229 {
230
230
  border-right: 1px solid #ebebeb;
231
231
  left: -100%;
232
232
  min-height: 100vh;
@@ -238,16 +238,16 @@
238
238
  z-index: 9999999;
239
239
  }
240
240
 
241
- ._mobile_opened_nlu6n_241 {
241
+ ._mobile_opened_101h6_241 {
242
242
  left: 0%;
243
243
  }
244
244
 
245
- ._mobile_nav_item_nlu6n_245 {
245
+ ._mobile_nav_item_101h6_245 {
246
246
  background-color: #fff;
247
247
  border-bottom: 1px solid #ebebeb;
248
248
  }
249
249
 
250
- ._mobile_nav_item_nlu6n_245 > a {
250
+ ._mobile_nav_item_101h6_245 > a {
251
251
  color: #333d46;
252
252
  display: flex;
253
253
  font-weight: 700;
@@ -257,24 +257,24 @@
257
257
  width: 100%;
258
258
  }
259
259
 
260
- ._icon_wrap_nlu6n_260 {
260
+ ._icon_wrap_101h6_260 {
261
261
  line-height: 1;
262
262
  height: 24px;
263
263
  }
264
264
 
265
- ._mobile_footer_nlu6n_265 {
265
+ ._mobile_footer_101h6_265 {
266
266
  position: fixed;
267
267
  bottom: 0;
268
268
  width: 100%;
269
269
  }
270
270
 
271
- ._mobile_footer_content_nlu6n_271 {
271
+ ._mobile_footer_content_101h6_271 {
272
272
  background-color: #f4f4f4;
273
273
  flex: 1 1 0%;
274
274
  padding: 16px 24px 16px 40px;
275
275
  }
276
276
 
277
- ._mobile_footer_content_nlu6n_271 p {
277
+ ._mobile_footer_content_101h6_271 p {
278
278
  line-height: 1.5;
279
279
  text-overflow: ellipsis;
280
280
  display: -webkit-box;
@@ -282,18 +282,18 @@
282
282
  -webkit-line-clamp: 2;
283
283
  }
284
284
 
285
- ._mobile_footer_media_nlu6n_285 {
285
+ ._mobile_footer_media_101h6_285 {
286
286
  flex-basis: 42%;
287
287
  background: url("https://images.axos.com/o9ov1v03uwqk/7bX71xagL9g8Bc0gqlHLR/e51fb20a12c50b5e7458a4cf15567964/afs-nav-footer.jpg")
288
288
  no-repeat right center / cover;
289
289
  background-color: #f4f4f4;
290
290
  }
291
291
 
292
- ._footer_cta_nlu6n_292 {
292
+ ._footer_cta_101h6_292 {
293
293
  margin-top: 3px;
294
294
  }
295
295
 
296
- ._footer_cta_nlu6n_292 a {
296
+ ._footer_cta_101h6_292 a {
297
297
  background-color: #2f5b88;
298
298
  border-radius: 4px;
299
299
  border: 2px solid transparent;
@@ -304,40 +304,40 @@
304
304
  text-decoration: none;
305
305
  }
306
306
 
307
- ._footer_cta_nlu6n_292 a:hover {
307
+ ._footer_cta_101h6_292 a:hover {
308
308
  background-color: transparent;
309
309
  border-color: #2f5b88;
310
310
  color: #2f5b88;
311
311
  text-decoration: underline;
312
312
  }
313
313
 
314
- ._footer_cta_nlu6n_292 a:active {
314
+ ._footer_cta_101h6_292 a:active {
315
315
  background-color: #2f5b88;
316
316
  border-color: transparent;
317
317
  color: #fff;
318
318
  }
319
319
 
320
- ._mobile_footer_nlu6n_265 > .flex_row {
320
+ ._mobile_footer_101h6_265 > .flex_row {
321
321
  min-height: 112px;
322
322
  }
323
323
 
324
- ._inner_wrapper_nlu6n_324 {
324
+ ._inner_wrapper_101h6_324 {
325
325
  max-height: calc(100vh - 117px);
326
326
  }
327
327
 
328
- ._btn_nlu6n_328 {
328
+ ._btn_101h6_328 {
329
329
  display: block;
330
330
  position: relative;
331
331
  }
332
332
 
333
- ._sub_menu_nlu6n_333 {
333
+ ._sub_menu_101h6_333 {
334
334
  overflow: hidden;
335
335
  max-height: 0;
336
336
  transition: max-height 0.8s ease-out;
337
337
  background: #fff;
338
338
  }
339
339
 
340
- ._sub_menu_nlu6n_333 a {
340
+ ._sub_menu_101h6_333 a {
341
341
  display: block;
342
342
  padding: 12px 14px 12px 64px;
343
343
  position: relative;
@@ -345,28 +345,28 @@
345
345
  text-decoration: none;
346
346
  }
347
347
 
348
- ._sub_menu_nlu6n_333 a._main_nlu6n_26 {
348
+ ._sub_menu_101h6_333 a._main_101h6_26 {
349
349
  font-weight: 700;
350
350
  }
351
351
 
352
- ._sub_menu_nlu6n_333 a + a {
352
+ ._sub_menu_101h6_333 a + a {
353
353
  border-top: 1px solid #ebebeb;
354
354
  }
355
355
 
356
356
  @media (max-width: 1280px) and (min-width: 1024px) {
357
- ._wrapper_nlu6n_5 {
357
+ ._wrapper_101h6_5 {
358
358
  width: calc(100% - 28px);
359
359
  }
360
360
  }
361
361
 
362
- ._desktop_only_nlu6n_362 {
362
+ ._desktop_only_101h6_362 {
363
363
  margin: 0 auto;
364
364
  width: 94%;
365
365
  max-width: 1640px;
366
366
  }
367
367
 
368
368
  @media (max-width: 1075px) {
369
- ._desktop_only_nlu6n_362 {
369
+ ._desktop_only_101h6_362 {
370
370
  display: none !important;
371
371
  margin: 0 auto;
372
372
  width: 94%;
@@ -375,30 +375,30 @@
375
375
  }
376
376
 
377
377
  @media (max-width: 768px) {
378
- ._wrapper_nlu6n_5 {
378
+ ._wrapper_101h6_5 {
379
379
  width: calc(100% - 48px);
380
380
  }
381
381
 
382
- ._mobile_header_nlu6n_12 button {
382
+ ._mobile_header_101h6_12 button {
383
383
  right: 1.5rem;
384
384
  }
385
385
 
386
- ._mobile_nav_item_nlu6n_245 > a {
386
+ ._mobile_nav_item_101h6_245 > a {
387
387
  padding: 16px 24px;
388
388
  }
389
389
 
390
- ._sub_menu_nlu6n_333 a {
390
+ ._sub_menu_101h6_333 a {
391
391
  padding-left: 48px;
392
392
  }
393
393
 
394
- ._mobile_footer_content_nlu6n_271 {
394
+ ._mobile_footer_content_101h6_271 {
395
395
  padding-right: 15px;
396
396
  padding-left: 24px;
397
397
  }
398
398
  }
399
399
 
400
400
  @media (max-width: 450px) {
401
- ._footer_cta_nlu6n_292 a {
401
+ ._footer_cta_101h6_292 a {
402
402
  white-space: break-spaces;
403
403
  width: 100%;
404
404
  text-align: center;
@@ -406,13 +406,13 @@
406
406
  }
407
407
 
408
408
  @media (min-width: 1076px) {
409
- ._mobile_only_nlu6n_409 {
409
+ ._mobile_only_101h6_409 {
410
410
  display: none !important;
411
411
  }
412
412
  }
413
413
 
414
414
  @media (max-width: 1076px) {
415
- ._mobile_logo_nlu6n_206 {
415
+ ._mobile_logo_101h6_206 {
416
416
  margin: 10px auto;
417
417
  max-width: 110px;
418
418
  }
@@ -1,7 +1,5 @@
1
1
  ._2lraiw0 {
2
- padding: 24px 0px;
3
2
  max-width: 1200px;
4
- margin: auto;
5
3
  }
6
4
  ._2lraiw1 {
7
5
  font-family: Roboto;
@@ -170,10 +170,10 @@ tr:last-child td {
170
170
  ._1nivbwey {
171
171
  background: var(--_1073cm8m);
172
172
  }
173
- ._1nivbweq ._1nivbwez tr:nth-child(odd) td {
173
+ ._1nivbweq ._1nivbwez tr:nth-child(even) td {
174
174
  background: #F4F4F4;
175
175
  }
176
- ._1nivbwer ._1nivbwez tr:nth-child(odd) td {
176
+ ._1nivbwer ._1nivbwez tr:nth-child(even) td {
177
177
  background: #FFFFFF;
178
178
  }
179
179
  @media screen and (max-width: 768px) {
@@ -23,7 +23,7 @@
23
23
  }
24
24
  ._16puo4g4 {
25
25
  max-width: 588px;
26
- min-width: 384px;
26
+ min-width: 327px;
27
27
  grid-column: span 6;
28
28
  height: fit-content;
29
29
  }
@@ -41,16 +41,6 @@
41
41
  right: 0;
42
42
  width: 19px;
43
43
  }
44
- ._16puo4g6 ._16puo4g7:after {
45
- display: inline-block;
46
- transform: scale(1.5);
47
- }
48
- ._16puo4g6[aria-expanded='true'] ._16puo4g7:after {
49
- rotate: -90deg;
50
- }
51
- ._16puo4g6[aria-expanded='false'] ._16puo4g7:after {
52
- rotate: 90deg;
53
- }
54
44
  ._16puo4g8 {
55
45
  padding: 0 16px;
56
46
  }
@@ -62,7 +52,6 @@
62
52
  color: #333D46;
63
53
  }
64
54
  ._16puo4gb {
65
- max-height: 304px;
66
55
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
67
56
  }
68
57
  ._16puo4gc {
@@ -170,6 +170,7 @@ h1, h2, h3, h4, h5, h6 {
170
170
  .list_item > img, .list_item > .img_item {
171
171
  margin-right: 10px;
172
172
  position: relative;
173
+ margin-top: 2px;
173
174
  }
174
175
  .btn_link {
175
176
  font-weight: 600;