@axos-web-dev/shared-components 0.0.223 → 0.0.224

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 (26) hide show
  1. package/README.md +111 -111
  2. package/dist/Avatar/Avatar.module.js +7 -7
  3. package/dist/Blockquote/Blockquote.module.js +3 -3
  4. package/dist/ContentBanner/index.js +25 -7
  5. package/dist/FdicCallout/FdicCallout.module.js +2 -2
  6. package/dist/Interstitial/Interstitial.module.js +10 -10
  7. package/dist/NavigationMenu/AxosALTS/NavBar.module.js +23 -23
  8. package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +54 -54
  9. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +55 -55
  10. package/dist/NavigationMenu/AxosBank/NavBar.module.js +53 -53
  11. package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
  12. package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
  13. package/dist/NavigationMenu/LaVictoire/NavBar.module.js +37 -37
  14. package/dist/assets/Avatar/Avatar.css.css +59 -59
  15. package/dist/assets/Blockquote/Blockquote.css.css +68 -68
  16. package/dist/assets/ContentBanner/ContentBanner.css +8 -12
  17. package/dist/assets/FdicCallout/FdicCallout.css.css +48 -48
  18. package/dist/assets/Interstitial/Interstitial.css.css +142 -142
  19. package/dist/assets/NavigationMenu/AxosALTS/NavBar.css.css +264 -264
  20. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +600 -600
  21. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +621 -621
  22. package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +660 -660
  23. package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +458 -458
  24. package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +426 -426
  25. package/dist/assets/NavigationMenu/LaVictoire/NavBar.css.css +429 -429
  26. package/package.json +130 -130
@@ -1,621 +1,621 @@
1
- ._header_1m6uf_1 {
2
- border-bottom: 1px solid #ebebeb;
3
- }
4
-
5
- ._wrapper_1m6uf_9 {
6
- width: calc(100% - 80px);
7
- margin-left: auto;
8
- margin-right: auto;
9
- }
10
-
11
- ._main_nav_1m6uf_21 {
12
- margin: 0 auto;
13
- width: 94%;
14
- max-width: 1640px;
15
- justify-content: space-between;
16
- }
17
-
18
- ._header_main_row_1m6uf_35,
19
- ._mobile_header_1m6uf_37 {
20
- min-height: 80px;
21
- padding-top: 0.5rem;
22
- padding-bottom: 0.5rem;
23
- }
24
- @media (max-width: 1023px) {
25
- ._header_main_row_1m6uf_35,
26
- ._mobile_header_1m6uf_37 {
27
- padding-top: 1rem;
28
- }
29
- }
30
-
31
- ._logo_wrap_1m6uf_61 {
32
- padding: 9px 6px;
33
- }
34
-
35
- ._primary_links_1m6uf_69 {
36
- margin-left: 30px;
37
- }
38
-
39
- ._main_nav_link_1m6uf_77 {
40
- padding: 0px 8px;
41
- text-align: center;
42
- }
43
-
44
- ._main_nav_link_1m6uf_77 .active {
45
- border-color: currentColor;
46
- transition: border-color 0.5s ease;
47
- }
48
-
49
- ._main_nav_link_1m6uf_77 .active {
50
- font-weight: 700;
51
- }
52
-
53
- ._main_nav_link_1m6uf_77 > a {
54
- color: #1e3860;
55
- display: inline-block;
56
- font-size: 16px;
57
- padding: 4px 26px;
58
- border-bottom: 4px solid transparent;
59
- }
60
-
61
- ._sub_nav_link_1m6uf_121 a,
62
- ._main_nav_link_1m6uf_77 a,
63
- ._signin_wrap_1m6uf_125 a,
64
- ._signin_btn_1m6uf_127 {
65
- text-decoration: none;
66
- transition: opacity 0.3s ease;
67
- }
68
-
69
- ._sub_nav_link_1m6uf_121:hover,
70
- ._main_nav_link_1m6uf_77 a:hover,
71
- ._signin_wrap_1m6uf_125 a:hover {
72
- opacity: 0.8;
73
- }
74
-
75
- ._signin_wrap_1m6uf_125 .link {
76
- text-decoration: none;
77
- padding: 8px;
78
- }
79
-
80
- ._signin_btn_1m6uf_127 {
81
- border: none;
82
- color: #fff;
83
- padding: 11px 24px;
84
- font-size: 16px;
85
- font-weight: 700;
86
- line-height: 1.44;
87
- border-radius: 8px;
88
- margin-left: 8px;
89
- cursor: pointer;
90
- }
91
-
92
- ._signin_btn_1m6uf_127:hover {
93
- color: var(--colors-primary-textButton__1073cm85);
94
- background-color: var(--colors-primary-backgroundButton__1073cm86);
95
- opacity: 0.9;
96
- }
97
-
98
- ._signin_btn_1m6uf_127 > span {
99
- margin-right: 8px;
100
- }
101
-
102
- ._sub_nav_1m6uf_121 {
103
- background-color: var(--primary-theme-color);
104
- }
105
-
106
- ._header_sub_row_1m6uf_211 {
107
- padding-block: 12px;
108
- min-height: 48px;
109
- }
110
-
111
- ._sub_nav_link_1m6uf_121 {
112
- padding-inline: 1rem;
113
- text-align: center;
114
- color: #fff;
115
- }
116
-
117
- ._sub_nav_link_1m6uf_121 a {
118
- font-weight: 500;
119
- line-height: 1.5;
120
- }
121
-
122
- ._signin_dropdown_1m6uf_243 {
123
- min-width: 288px;
124
- padding: 1.5rem 1rem;
125
- position: absolute;
126
- right: 0;
127
- top: 100%;
128
- z-index: 1204;
129
- display: none;
130
- }
131
-
132
- ._shadow_1m6uf_263 {
133
- box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
134
- }
135
-
136
- ._signin_dropdown_1m6uf_243 li[role="heading"] {
137
- margin-top: 1px;
138
- }
139
-
140
- ._signin_header_1m6uf_279 {
141
- color: #323339;
142
- font-weight: 700;
143
- padding: 0.5rem 1rem;
144
- text-align: left;
145
- }
146
-
147
- ._signin_subheader_1m6uf_293 {
148
- color: #2f5b88;
149
- padding: 0.5rem 0.5rem 0.5rem 1.5rem;
150
- }
151
-
152
- ._signin_header_1m6uf_279,
153
- ._signin_subheader_1m6uf_293 a {
154
- line-height: 1.5;
155
- }
156
-
157
- @keyframes _fadeInDown_1m6uf_1 {
158
- from {
159
- opacity: 0;
160
- transform: translate3d(0, -1%, 0);
161
- }
162
-
163
- to {
164
- opacity: 1;
165
- transform: none;
166
- }
167
- }
168
-
169
- ._opacity_1m6uf_337 {
170
- animation-duration: 0.5s;
171
- animation-fill-mode: both;
172
- animation-name: _fadeInDown_1m6uf_1;
173
- }
174
-
175
- ._footer_1m6uf_349 {
176
- margin-top: 0.5rem;
177
- padding-top: 1rem;
178
- }
179
-
180
- ._footer_1m6uf_349::before {
181
- content: "";
182
- background-color: #8f8f8f;
183
- height: 2px;
184
- opacity: 0.3;
185
- position: absolute;
186
- right: 8px;
187
- top: 0;
188
- width: 94%;
189
- }
190
-
191
- ._open_1m6uf_381 {
192
- opacity: 0.8;
193
- }
194
-
195
- ._open_1m6uf_381 > svg {
196
- transform: scaleY(-1);
197
- }
198
-
199
- ._open_1m6uf_381 + ._signin_dropdown_1m6uf_243 {
200
- display: block;
201
- }
202
-
203
- ._dd_wrapper_1m6uf_405 {
204
- z-index: 1203;
205
- max-width: 1440px;
206
- }
207
-
208
- ._dd_media_1m6uf_415 {
209
- padding: 1.5rem;
210
- width: 280px;
211
- }
212
-
213
- ._dd_media_img_1m6uf_425 {
214
- min-height: 232px;
215
- }
216
-
217
- ._dd_site_navs_1m6uf_433 {
218
- flex: 1 1 0%;
219
- padding: 1.5rem;
220
- display: flex;
221
- flex-direction: column;
222
- }
223
-
224
- ._dd_media_header_1m6uf_447 p {
225
- font-size: 14px;
226
- line-height: 1.42;
227
- }
228
-
229
- ._dd_media_header_1m6uf_447 p[role="heading"] {
230
- font: 600 1.25rem/ 1.4 var(--header-font-family);
231
- }
232
-
233
- ._mt_8_1m6uf_465 {
234
- margin-top: 8px;
235
- }
236
-
237
- ._mt_16_1m6uf_473 {
238
- margin-top: 1rem;
239
- }
240
-
241
- ._ml_8_1m6uf_481 {
242
- margin-left: 8px;
243
- }
244
-
245
- ._dd_media_cta_1m6uf_489 > a {
246
- border-radius: 8px;
247
- color: #1e3860 !important;
248
- display: inline-block;
249
- font-size: 1.125rem;
250
- font-weight: 700;
251
- line-height: 1.44;
252
- padding: 12px;
253
- text-decoration: none;
254
- width: 100%;
255
- transition: all 0.25s ease;
256
- border: 2px solid transparent;
257
- }
258
-
259
- ._reversed_row_1m6uf_517 {
260
- flex-direction: row-reverse;
261
- }
262
-
263
- ._dd_media_cta_1m6uf_489 > a:hover {
264
- background-color: transparent;
265
- border-color: #fff;
266
- color: #fff;
267
- }
268
-
269
- ._dd_media_cta_1m6uf_489 > a:active {
270
- background-color: #fff;
271
- border-color: transparent;
272
- color: #1e3860 !important;
273
- }
274
-
275
- ._headline_1m6uf_549 > p {
276
- font: 600 1.5rem / 1.33 var(--header-font-family);
277
- flex: 1 1 0%;
278
- color: #1e3860;
279
- }
280
-
281
- ._nav_anchor_1m6uf_561 {
282
- width: 1.5rem;
283
- height: 1.5rem;
284
- aspect-ratio: 1;
285
- background-color: #4a5560;
286
- border-radius: 8px;
287
- }
288
-
289
- ._headline_cta_1m6uf_577 {
290
- margin-left: 8px;
291
- }
292
-
293
- ._headline_cta_1m6uf_577 > a {
294
- font-weight: 700;
295
- line-height: 1.5;
296
- text-decoration: none;
297
- color: #1e3860;
298
- }
299
-
300
- ._sub_nav_link_1m6uf_121:hover,
301
- ._signin_wrap_1m6uf_125 a:hover,
302
- ._main_nav_link_1m6uf_77 a:not(.active):hover,
303
- ._dd_site_navs_1m6uf_433 a:hover,
304
- ._site_lists_1m6uf_607 a:hover {
305
- text-decoration: underline;
306
- }
307
-
308
- ._dd_site_navs_1m6uf_433 hr {
309
- border-style: solid;
310
- border-width: 1px;
311
- color: #a0aab3;
312
- margin: 1.5rem 0;
313
- opacity: 0.3;
314
- position: relative;
315
- }
316
-
317
- ._site_lists_1m6uf_607 {
318
- padding-bottom: 1.5rem;
319
- }
320
-
321
- ._site_lists_1m6uf_607 > * {
322
- width: 100%;
323
- }
324
-
325
- ._site_lists_1m6uf_607 a {
326
- color: #323339;
327
- text-decoration: none;
328
- }
329
-
330
- ._site_lists_1m6uf_607 [role="heading"] {
331
- color: #1e3860;
332
- font-weight: 700;
333
- }
334
-
335
- ._site_lists_1m6uf_607 li + li {
336
- margin-top: 8px;
337
- }
338
-
339
- ._hamburger_1m6uf_677 {
340
- background: transparent;
341
- border: none;
342
- font-size: 0px;
343
- line-height: 1;
344
- outline: none;
345
- }
346
-
347
- ._hamburger_1m6uf_677:hover,
348
- ._mobile_header_1m6uf_37 button:hover {
349
- cursor: pointer;
350
- opacity: 0.8;
351
- }
352
-
353
- ._signin_wrap_1m6uf_125 > ._mobile_only_1m6uf_705 > a {
354
- color: #4a5560;
355
- padding: 0;
356
- line-height: 1;
357
- }
358
-
359
- ._mobile_logo_1m6uf_717 {
360
- flex: 1 1 0%;
361
- text-align: center;
362
- }
363
-
364
- ._highlight_1m6uf_727 > a {
365
- border-bottom: none;
366
- color: #2f5b88;
367
- font-weight: 700;
368
- line-height: 1.44;
369
- }
370
-
371
- @media (max-width: 1121px) {
372
- ._mobile_logo_1m6uf_717 {
373
- position: absolute;
374
- transform: translateX(-50%);
375
- left: 50%;
376
- flex: none;
377
- }
378
- }
379
-
380
- ._mobile_header_1m6uf_37 {
381
- padding-bottom: 1rem;
382
- display: grid;
383
- place-items: center;
384
- border-bottom: 1px solid #ebebeb;
385
- }
386
-
387
- ._mobile_header_1m6uf_37 p {
388
- font: 400 20px / 1.3 var(--header-font-family);
389
- }
390
-
391
- ._mobile_header_1m6uf_37 button {
392
- background: none;
393
- border: none;
394
- position: absolute;
395
- right: 40px;
396
- top: 50%;
397
- transform: translateY(-50%);
398
- }
399
-
400
- ._mobile_nav_1m6uf_799 {
401
- border-right: 1px solid #ebebeb;
402
- left: -100%;
403
- min-height: 100vh;
404
- position: fixed;
405
- top: 0;
406
- transition: all 0.4s ease-in-out;
407
- width: 100%;
408
- z-index: 999;
409
- }
410
-
411
- ._mobile_opened_1m6uf_821 {
412
- left: 0%;
413
- }
414
-
415
- body:has(.__mobile_opened_1m6uf_829) {
416
- overflow-y: hidden;
417
- }
418
-
419
- ._mobile_nav_item_1m6uf_837 {
420
- background-color: #f4f4f4;
421
- border-bottom: 1px solid #ebebeb;
422
- }
423
-
424
- ._mobile_nav_item_1m6uf_837 > a {
425
- color: #323339;
426
- display: flex;
427
- font-weight: 700;
428
- line-height: 1.5;
429
- padding: 16px 40px;
430
- text-decoration: none;
431
- width: 100%;
432
- }
433
-
434
- ._mobile_nav_item_1m6uf_837._has_dropdown_1m6uf_867 {
435
- background-color: #f4f4f4;
436
- isolation: isolate;
437
- position: relative;
438
- }
439
-
440
- ._mobile_nav_item_1m6uf_837._has_dropdown_1m6uf_867::before {
441
- content: "";
442
- background-color: #ebebeb;
443
- height: 100%;
444
- position: absolute;
445
- right: 104px;
446
- top: 0;
447
- width: 1px;
448
- z-index: -1;
449
- }
450
-
451
- ._mobile_nav_item_1m6uf_837._has_dropdown_1m6uf_867 > a {
452
- color: #1e3860;
453
- }
454
-
455
- ._icon_wrap_1m6uf_909 {
456
- line-height: 1;
457
- height: 24px;
458
- }
459
-
460
- ._mobile_footer_1m6uf_919 {
461
- position: relative;
462
- width: 100%;
463
- }
464
-
465
- ._mobile_footer_content_1m6uf_929 {
466
- background-color: #f4f4f4;
467
- flex: 1 1 0%;
468
- padding: 16px 24px 16px 40px;
469
- }
470
-
471
- ._mobile_footer_content_1m6uf_929 p {
472
- line-height: 1.5;
473
- text-overflow: ellipsis;
474
- display: -webkit-box;
475
- -webkit-box-orient: vertical;
476
- line-clamp: 2;
477
- -webkit-line-clamp: 2;
478
- }
479
-
480
- ._mobile_footer_media_1m6uf_959 {
481
- flex-basis: min(42%, 300px);
482
- background: url("https://images.ctfassets.net/i131f3ac17m5/1FEWgXviy43Napqx2EfqD2/4f4ae7934d023d8ee2f871ceb58e7fbc/aas-mobile-footer.webp")
483
- no-repeat center center / cover;
484
- }
485
-
486
- ._footer_cta_1m6uf_971 {
487
- margin-top: 3px;
488
- }
489
-
490
- ._footer_cta_1m6uf_971 a {
491
- border-radius: 4px;
492
- border: 2px solid transparent;
493
- color: #fff;
494
- display: inline-block;
495
- font-weight: 700;
496
- padding: 4px 32px;
497
- text-decoration: none;
498
- }
499
-
500
- ._footer_cta_1m6uf_971 a:hover {
501
- background-color: transparent;
502
- text-decoration: underline;
503
- }
504
-
505
- ._footer_cta_1m6uf_971 a:active {
506
- border-color: transparent;
507
- color: #fff;
508
- }
509
-
510
- ._mobile_footer_1m6uf_919 > .flex_row {
511
- min-height: 112px;
512
- }
513
-
514
- ._inner_wrapper_1m6uf_1027 {
515
- max-height: 100vh;
516
- overflow-y: scroll;
517
- }
518
-
519
- ._btn_1m6uf_1037 {
520
- display: block;
521
- position: relative;
522
- word-break: initial;
523
- }
524
-
525
- ._sub_menu_1m6uf_1049 {
526
- overflow: hidden;
527
- max-height: 0;
528
- transition: max-height 0.8s ease-out;
529
- background: #fff;
530
- overflow-y: scroll;
531
- }
532
-
533
- ._sub_menu_1m6uf_1049 a,
534
- ._sub_menu_1m6uf_1049 span {
535
- display: block;
536
- padding: 12px 14px 12px 64px;
537
- position: relative;
538
- color: #323339;
539
- text-decoration: none;
540
- }
541
-
542
- ._sub_menu_1m6uf_1049 ._main_1m6uf_21 {
543
- font-weight: 700;
544
- }
545
-
546
- ._sub_menu_1m6uf_1049 a + a {
547
- border-top: 1px solid #ebebeb;
548
- }
549
-
550
- ._dd_footer_1m6uf_1099 {
551
- justify-content: flex-end;
552
- flex: 1 1 0%;
553
- align-items: end;
554
- font-size: 11px;
555
- letter-spacing: 0.3px;
556
- }
557
-
558
- @media (max-width: 1280px) and (min-width: 1024px) {
559
- ._wrapper_1m6uf_9 {
560
- width: calc(100% - 28px);
561
- }
562
-
563
- ._dd_wrapper_1m6uf_405 > ._wrapper_1m6uf_9 {
564
- width: 100%;
565
- }
566
- ._main_nav_link_1m6uf_77 > a {
567
- padding: 4px 6px;
568
- font-size: 15px;
569
- }
570
- ._desktop_only_1m6uf_1139 > a {
571
- font-size: 15px;
572
- }
573
- }
574
-
575
- @media (max-width: 1023px) {
576
- ._desktop_only_1m6uf_1139 {
577
- display: none !important;
578
- }
579
- }
580
-
581
- @media (max-width: 768px) {
582
- ._wrapper_1m6uf_9 {
583
- width: calc(100% - 48px);
584
- }
585
-
586
- ._mobile_header_1m6uf_37 button {
587
- right: 1.5rem;
588
- }
589
-
590
- ._mobile_nav_item_1m6uf_837 > a {
591
- padding: 16px 24px;
592
- }
593
-
594
- ._sub_menu_1m6uf_1049 a,
595
- ._sub_menu_1m6uf_1049 span {
596
- padding-left: 48px;
597
- }
598
-
599
- ._mobile_nav_item_1m6uf_837._has_dropdown_1m6uf_867::before {
600
- right: 72px;
601
- }
602
-
603
- ._mobile_footer_content_1m6uf_929 {
604
- padding-right: 15px;
605
- padding-left: 24px;
606
- }
607
- }
608
-
609
- @media (max-width: 450px) {
610
- ._footer_cta_1m6uf_971 a {
611
- white-space: break-spaces;
612
- width: 100%;
613
- text-align: center;
614
- }
615
- }
616
-
617
- @media (min-width: 1024px) {
618
- ._mobile_only_1m6uf_705 {
619
- display: none !important;
620
- }
621
- }
1
+ ._header_1vvq7_1 {
2
+ border-bottom: 1px solid #ebebeb;
3
+ }
4
+
5
+ ._wrapper_1vvq7_5 {
6
+ width: calc(100% - 80px);
7
+ margin-left: auto;
8
+ margin-right: auto;
9
+ }
10
+
11
+ ._main_nav_1vvq7_11 {
12
+ margin: 0 auto;
13
+ width: 94%;
14
+ max-width: 1640px;
15
+ justify-content: space-between;
16
+ }
17
+
18
+ ._header_main_row_1vvq7_18,
19
+ ._mobile_header_1vvq7_19 {
20
+ min-height: 80px;
21
+ padding-top: 0.5rem;
22
+ padding-bottom: 0.5rem;
23
+ }
24
+ @media (max-width: 1023px) {
25
+ ._header_main_row_1vvq7_18,
26
+ ._mobile_header_1vvq7_19 {
27
+ padding-top: 1rem;
28
+ }
29
+ }
30
+
31
+ ._logo_wrap_1vvq7_31 {
32
+ padding: 9px 6px;
33
+ }
34
+
35
+ ._primary_links_1vvq7_35 {
36
+ margin-left: 30px;
37
+ }
38
+
39
+ ._main_nav_link_1vvq7_39 {
40
+ padding: 0px 8px;
41
+ text-align: center;
42
+ }
43
+
44
+ ._main_nav_link_1vvq7_39 .active {
45
+ border-color: currentColor;
46
+ transition: border-color 0.5s ease;
47
+ }
48
+
49
+ ._main_nav_link_1vvq7_39 .active {
50
+ font-weight: 700;
51
+ }
52
+
53
+ ._main_nav_link_1vvq7_39 > a {
54
+ color: #1e3860;
55
+ display: inline-block;
56
+ font-size: 16px;
57
+ padding: 4px 26px;
58
+ border-bottom: 4px solid transparent;
59
+ }
60
+
61
+ ._sub_nav_link_1vvq7_61 a,
62
+ ._main_nav_link_1vvq7_39 a,
63
+ ._signin_wrap_1vvq7_63 a,
64
+ ._signin_btn_1vvq7_64 {
65
+ text-decoration: none;
66
+ transition: opacity 0.3s ease;
67
+ }
68
+
69
+ ._sub_nav_link_1vvq7_61:hover,
70
+ ._main_nav_link_1vvq7_39 a:hover,
71
+ ._signin_wrap_1vvq7_63 a:hover {
72
+ opacity: 0.8;
73
+ }
74
+
75
+ ._signin_wrap_1vvq7_63 .link {
76
+ text-decoration: none;
77
+ padding: 8px;
78
+ }
79
+
80
+ ._signin_btn_1vvq7_64 {
81
+ border: none;
82
+ color: #fff;
83
+ padding: 11px 24px;
84
+ font-size: 16px;
85
+ font-weight: 700;
86
+ line-height: 1.44;
87
+ border-radius: 8px;
88
+ margin-left: 8px;
89
+ cursor: pointer;
90
+ }
91
+
92
+ ._signin_btn_1vvq7_64:hover {
93
+ color: var(--colors-primary-textButton__1073cm85);
94
+ background-color: var(--colors-primary-backgroundButton__1073cm86);
95
+ opacity: 0.9;
96
+ }
97
+
98
+ ._signin_btn_1vvq7_64 > span {
99
+ margin-right: 8px;
100
+ }
101
+
102
+ ._sub_nav_1vvq7_61 {
103
+ background-color: var(--primary-theme-color);
104
+ }
105
+
106
+ ._header_sub_row_1vvq7_106 {
107
+ padding-block: 12px;
108
+ min-height: 48px;
109
+ }
110
+
111
+ ._sub_nav_link_1vvq7_61 {
112
+ padding-inline: 1rem;
113
+ text-align: center;
114
+ color: #fff;
115
+ }
116
+
117
+ ._sub_nav_link_1vvq7_61 a {
118
+ font-weight: 500;
119
+ line-height: 1.5;
120
+ }
121
+
122
+ ._signin_dropdown_1vvq7_122 {
123
+ min-width: 288px;
124
+ padding: 1.5rem 1rem;
125
+ position: absolute;
126
+ right: 0;
127
+ top: 100%;
128
+ z-index: 1204;
129
+ display: none;
130
+ }
131
+
132
+ ._shadow_1vvq7_132 {
133
+ box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
134
+ }
135
+
136
+ ._signin_dropdown_1vvq7_122 li[role="heading"] {
137
+ margin-top: 1px;
138
+ }
139
+
140
+ ._signin_header_1vvq7_140 {
141
+ color: #323339;
142
+ font-weight: 700;
143
+ padding: 0.5rem 1rem;
144
+ text-align: left;
145
+ }
146
+
147
+ ._signin_subheader_1vvq7_147 {
148
+ color: #2f5b88;
149
+ padding: 0.5rem 0.5rem 0.5rem 1.5rem;
150
+ }
151
+
152
+ ._signin_header_1vvq7_140,
153
+ ._signin_subheader_1vvq7_147 a {
154
+ line-height: 1.5;
155
+ }
156
+
157
+ @keyframes _fadeInDown_1vvq7_1 {
158
+ from {
159
+ opacity: 0;
160
+ transform: translate3d(0, -1%, 0);
161
+ }
162
+
163
+ to {
164
+ opacity: 1;
165
+ transform: none;
166
+ }
167
+ }
168
+
169
+ ._opacity_1vvq7_169 {
170
+ animation-duration: 0.5s;
171
+ animation-fill-mode: both;
172
+ animation-name: _fadeInDown_1vvq7_1;
173
+ }
174
+
175
+ ._footer_1vvq7_175 {
176
+ margin-top: 0.5rem;
177
+ padding-top: 1rem;
178
+ }
179
+
180
+ ._footer_1vvq7_175::before {
181
+ content: "";
182
+ background-color: #8f8f8f;
183
+ height: 2px;
184
+ opacity: 0.3;
185
+ position: absolute;
186
+ right: 8px;
187
+ top: 0;
188
+ width: 94%;
189
+ }
190
+
191
+ ._open_1vvq7_191 {
192
+ opacity: 0.8;
193
+ }
194
+
195
+ ._open_1vvq7_191 > svg {
196
+ transform: scaleY(-1);
197
+ }
198
+
199
+ ._open_1vvq7_191 + ._signin_dropdown_1vvq7_122 {
200
+ display: block;
201
+ }
202
+
203
+ ._dd_wrapper_1vvq7_203 {
204
+ z-index: 1203;
205
+ max-width: 1440px;
206
+ }
207
+
208
+ ._dd_media_1vvq7_208 {
209
+ padding: 1.5rem;
210
+ width: 280px;
211
+ }
212
+
213
+ ._dd_media_img_1vvq7_213 {
214
+ min-height: 232px;
215
+ }
216
+
217
+ ._dd_site_navs_1vvq7_217 {
218
+ flex: 1 1 0%;
219
+ padding: 1.5rem;
220
+ display: flex;
221
+ flex-direction: column;
222
+ }
223
+
224
+ ._dd_media_header_1vvq7_224 p {
225
+ font-size: 14px;
226
+ line-height: 1.42;
227
+ }
228
+
229
+ ._dd_media_header_1vvq7_224 p[role="heading"] {
230
+ font: 600 1.25rem/ 1.4 var(--header-font-family);
231
+ }
232
+
233
+ ._mt_8_1vvq7_233 {
234
+ margin-top: 8px;
235
+ }
236
+
237
+ ._mt_16_1vvq7_237 {
238
+ margin-top: 1rem;
239
+ }
240
+
241
+ ._ml_8_1vvq7_241 {
242
+ margin-left: 8px;
243
+ }
244
+
245
+ ._dd_media_cta_1vvq7_245 > a {
246
+ border-radius: 8px;
247
+ color: #1e3860 !important;
248
+ display: inline-block;
249
+ font-size: 1.125rem;
250
+ font-weight: 700;
251
+ line-height: 1.44;
252
+ padding: 12px;
253
+ text-decoration: none;
254
+ width: 100%;
255
+ transition: all 0.25s ease;
256
+ border: 2px solid transparent;
257
+ }
258
+
259
+ ._reversed_row_1vvq7_259 {
260
+ flex-direction: row-reverse;
261
+ }
262
+
263
+ ._dd_media_cta_1vvq7_245 > a:hover {
264
+ background-color: transparent;
265
+ border-color: #fff;
266
+ color: #fff;
267
+ }
268
+
269
+ ._dd_media_cta_1vvq7_245 > a:active {
270
+ background-color: #fff;
271
+ border-color: transparent;
272
+ color: #1e3860 !important;
273
+ }
274
+
275
+ ._headline_1vvq7_275 > p {
276
+ font: 600 1.5rem / 1.33 var(--header-font-family);
277
+ flex: 1 1 0%;
278
+ color: #1e3860;
279
+ }
280
+
281
+ ._nav_anchor_1vvq7_281 {
282
+ width: 1.5rem;
283
+ height: 1.5rem;
284
+ aspect-ratio: 1;
285
+ background-color: #4a5560;
286
+ border-radius: 8px;
287
+ }
288
+
289
+ ._headline_cta_1vvq7_289 {
290
+ margin-left: 8px;
291
+ }
292
+
293
+ ._headline_cta_1vvq7_289 > a {
294
+ font-weight: 700;
295
+ line-height: 1.5;
296
+ text-decoration: none;
297
+ color: #1e3860;
298
+ }
299
+
300
+ ._sub_nav_link_1vvq7_61:hover,
301
+ ._signin_wrap_1vvq7_63 a:hover,
302
+ ._main_nav_link_1vvq7_39 a:not(.active):hover,
303
+ ._dd_site_navs_1vvq7_217 a:hover,
304
+ ._site_lists_1vvq7_304 a:hover {
305
+ text-decoration: underline;
306
+ }
307
+
308
+ ._dd_site_navs_1vvq7_217 hr {
309
+ border-style: solid;
310
+ border-width: 1px;
311
+ color: #a0aab3;
312
+ margin: 1.5rem 0;
313
+ opacity: 0.3;
314
+ position: relative;
315
+ }
316
+
317
+ ._site_lists_1vvq7_304 {
318
+ padding-bottom: 1.5rem;
319
+ }
320
+
321
+ ._site_lists_1vvq7_304 > * {
322
+ width: 100%;
323
+ }
324
+
325
+ ._site_lists_1vvq7_304 a {
326
+ color: #323339;
327
+ text-decoration: none;
328
+ }
329
+
330
+ ._site_lists_1vvq7_304 [role="heading"] {
331
+ color: #1e3860;
332
+ font-weight: 700;
333
+ }
334
+
335
+ ._site_lists_1vvq7_304 li + li {
336
+ margin-top: 8px;
337
+ }
338
+
339
+ ._hamburger_1vvq7_339 {
340
+ background: transparent;
341
+ border: none;
342
+ font-size: 0px;
343
+ line-height: 1;
344
+ outline: none;
345
+ }
346
+
347
+ ._hamburger_1vvq7_339:hover,
348
+ ._mobile_header_1vvq7_19 button:hover {
349
+ cursor: pointer;
350
+ opacity: 0.8;
351
+ }
352
+
353
+ ._signin_wrap_1vvq7_63 > ._mobile_only_1vvq7_353 > a {
354
+ color: #4a5560;
355
+ padding: 0;
356
+ line-height: 1;
357
+ }
358
+
359
+ ._mobile_logo_1vvq7_359 {
360
+ flex: 1 1 0%;
361
+ text-align: center;
362
+ }
363
+
364
+ ._highlight_1vvq7_364 > a {
365
+ border-bottom: none;
366
+ color: #2f5b88;
367
+ font-weight: 700;
368
+ line-height: 1.44;
369
+ }
370
+
371
+ @media (max-width: 1121px) {
372
+ ._mobile_logo_1vvq7_359 {
373
+ position: absolute;
374
+ transform: translateX(-50%);
375
+ left: 50%;
376
+ flex: none;
377
+ }
378
+ }
379
+
380
+ ._mobile_header_1vvq7_19 {
381
+ padding-bottom: 1rem;
382
+ display: grid;
383
+ place-items: center;
384
+ border-bottom: 1px solid #ebebeb;
385
+ }
386
+
387
+ ._mobile_header_1vvq7_19 p {
388
+ font: 400 20px / 1.3 var(--header-font-family);
389
+ }
390
+
391
+ ._mobile_header_1vvq7_19 button {
392
+ background: none;
393
+ border: none;
394
+ position: absolute;
395
+ right: 40px;
396
+ top: 50%;
397
+ transform: translateY(-50%);
398
+ }
399
+
400
+ ._mobile_nav_1vvq7_400 {
401
+ border-right: 1px solid #ebebeb;
402
+ left: -100%;
403
+ min-height: 100vh;
404
+ position: fixed;
405
+ top: 0;
406
+ transition: all 0.4s ease-in-out;
407
+ width: 100%;
408
+ z-index: 999;
409
+ }
410
+
411
+ ._mobile_opened_1vvq7_411 {
412
+ left: 0%;
413
+ }
414
+
415
+ body:has(.__mobile_opened_1vvq7_415) {
416
+ overflow-y: hidden;
417
+ }
418
+
419
+ ._mobile_nav_item_1vvq7_419 {
420
+ background-color: #f4f4f4;
421
+ border-bottom: 1px solid #ebebeb;
422
+ }
423
+
424
+ ._mobile_nav_item_1vvq7_419 > a {
425
+ color: #323339;
426
+ display: flex;
427
+ font-weight: 700;
428
+ line-height: 1.5;
429
+ padding: 16px 40px;
430
+ text-decoration: none;
431
+ width: 100%;
432
+ }
433
+
434
+ ._mobile_nav_item_1vvq7_419._has_dropdown_1vvq7_434 {
435
+ background-color: #f4f4f4;
436
+ isolation: isolate;
437
+ position: relative;
438
+ }
439
+
440
+ ._mobile_nav_item_1vvq7_419._has_dropdown_1vvq7_434::before {
441
+ content: "";
442
+ background-color: #ebebeb;
443
+ height: 100%;
444
+ position: absolute;
445
+ right: 104px;
446
+ top: 0;
447
+ width: 1px;
448
+ z-index: -1;
449
+ }
450
+
451
+ ._mobile_nav_item_1vvq7_419._has_dropdown_1vvq7_434 > a {
452
+ color: #1e3860;
453
+ }
454
+
455
+ ._icon_wrap_1vvq7_455 {
456
+ line-height: 1;
457
+ height: 24px;
458
+ }
459
+
460
+ ._mobile_footer_1vvq7_460 {
461
+ position: relative;
462
+ width: 100%;
463
+ }
464
+
465
+ ._mobile_footer_content_1vvq7_465 {
466
+ background-color: #f4f4f4;
467
+ flex: 1 1 0%;
468
+ padding: 16px 24px 16px 40px;
469
+ }
470
+
471
+ ._mobile_footer_content_1vvq7_465 p {
472
+ line-height: 1.5;
473
+ text-overflow: ellipsis;
474
+ display: -webkit-box;
475
+ -webkit-box-orient: vertical;
476
+ line-clamp: 2;
477
+ -webkit-line-clamp: 2;
478
+ }
479
+
480
+ ._mobile_footer_media_1vvq7_480 {
481
+ flex-basis: min(42%, 300px);
482
+ background: url("https://images.ctfassets.net/i131f3ac17m5/1FEWgXviy43Napqx2EfqD2/4f4ae7934d023d8ee2f871ceb58e7fbc/aas-mobile-footer.webp")
483
+ no-repeat center center / cover;
484
+ }
485
+
486
+ ._footer_cta_1vvq7_486 {
487
+ margin-top: 3px;
488
+ }
489
+
490
+ ._footer_cta_1vvq7_486 a {
491
+ border-radius: 4px;
492
+ border: 2px solid transparent;
493
+ color: #fff;
494
+ display: inline-block;
495
+ font-weight: 700;
496
+ padding: 4px 32px;
497
+ text-decoration: none;
498
+ }
499
+
500
+ ._footer_cta_1vvq7_486 a:hover {
501
+ background-color: transparent;
502
+ text-decoration: underline;
503
+ }
504
+
505
+ ._footer_cta_1vvq7_486 a:active {
506
+ border-color: transparent;
507
+ color: #fff;
508
+ }
509
+
510
+ ._mobile_footer_1vvq7_460 > .flex_row {
511
+ min-height: 112px;
512
+ }
513
+
514
+ ._inner_wrapper_1vvq7_514 {
515
+ max-height: 100vh;
516
+ overflow-y: scroll;
517
+ }
518
+
519
+ ._btn_1vvq7_519 {
520
+ display: block;
521
+ position: relative;
522
+ word-break: initial;
523
+ }
524
+
525
+ ._sub_menu_1vvq7_525 {
526
+ overflow: hidden;
527
+ max-height: 0;
528
+ transition: max-height 0.8s ease-out;
529
+ background: #fff;
530
+ overflow-y: scroll;
531
+ }
532
+
533
+ ._sub_menu_1vvq7_525 a,
534
+ ._sub_menu_1vvq7_525 span {
535
+ display: block;
536
+ padding: 12px 14px 12px 64px;
537
+ position: relative;
538
+ color: #323339;
539
+ text-decoration: none;
540
+ }
541
+
542
+ ._sub_menu_1vvq7_525 ._main_1vvq7_11 {
543
+ font-weight: 700;
544
+ }
545
+
546
+ ._sub_menu_1vvq7_525 a + a {
547
+ border-top: 1px solid #ebebeb;
548
+ }
549
+
550
+ ._dd_footer_1vvq7_550 {
551
+ justify-content: flex-end;
552
+ flex: 1 1 0%;
553
+ align-items: end;
554
+ font-size: 11px;
555
+ letter-spacing: 0.3px;
556
+ }
557
+
558
+ @media (max-width: 1280px) and (min-width: 1024px) {
559
+ ._wrapper_1vvq7_5 {
560
+ width: calc(100% - 28px);
561
+ }
562
+
563
+ ._dd_wrapper_1vvq7_203 > ._wrapper_1vvq7_5 {
564
+ width: 100%;
565
+ }
566
+ ._main_nav_link_1vvq7_39 > a {
567
+ padding: 4px 6px;
568
+ font-size: 15px;
569
+ }
570
+ ._desktop_only_1vvq7_570 > a {
571
+ font-size: 15px;
572
+ }
573
+ }
574
+
575
+ @media (max-width: 1023px) {
576
+ ._desktop_only_1vvq7_570 {
577
+ display: none !important;
578
+ }
579
+ }
580
+
581
+ @media (max-width: 768px) {
582
+ ._wrapper_1vvq7_5 {
583
+ width: calc(100% - 48px);
584
+ }
585
+
586
+ ._mobile_header_1vvq7_19 button {
587
+ right: 1.5rem;
588
+ }
589
+
590
+ ._mobile_nav_item_1vvq7_419 > a {
591
+ padding: 16px 24px;
592
+ }
593
+
594
+ ._sub_menu_1vvq7_525 a,
595
+ ._sub_menu_1vvq7_525 span {
596
+ padding-left: 48px;
597
+ }
598
+
599
+ ._mobile_nav_item_1vvq7_419._has_dropdown_1vvq7_434::before {
600
+ right: 72px;
601
+ }
602
+
603
+ ._mobile_footer_content_1vvq7_465 {
604
+ padding-right: 15px;
605
+ padding-left: 24px;
606
+ }
607
+ }
608
+
609
+ @media (max-width: 450px) {
610
+ ._footer_cta_1vvq7_486 a {
611
+ white-space: break-spaces;
612
+ width: 100%;
613
+ text-align: center;
614
+ }
615
+ }
616
+
617
+ @media (min-width: 1024px) {
618
+ ._mobile_only_1vvq7_353 {
619
+ display: none !important;
620
+ }
621
+ }