@axos-web-dev/shared-components 2.0.0-dev.32 → 2.0.0-dev.33

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.
@@ -1,483 +1,483 @@
1
- ._header_1ey07_1 {
2
- border-bottom: 1px solid #ebebeb;
3
- }
4
-
5
- ._wrapper_1ey07_9 {
6
- width: calc(100% - 80px);
7
- margin-left: auto;
8
- margin-right: auto;
9
- }
10
-
11
- ._header_main_row_1ey07_21 {
12
- min-height: 80px;
13
- padding-top: 1rem;
14
- padding-bottom: 0.5rem;
15
- }
16
-
17
- ._logo_wrap_1ey07_33 {
18
- padding: 9px 6px;
19
- }
20
-
21
- ._primary_links_1ey07_41 {
22
- margin-left: 30px;
23
- }
24
-
25
- ._main_nav_link_1ey07_49 {
26
- padding: 10px 8px;
27
- text-align: center;
28
- }
29
-
30
- ._main_nav_link_1ey07_49 > a {
31
- border-bottom: 4px solid transparent;
32
- display: inline-block;
33
- font-size: 16px;
34
- padding: 4px 26px;
35
- position: relative;
36
- }
37
-
38
- ._main_nav_link_1ey07_49 > a::after {
39
- content: "";
40
- position: absolute;
41
- left: 0;
42
- bottom: -4px;
43
- width: 100%;
44
- height: 4px;
45
- background-color: currentColor;
46
- opacity: 0;
47
- }
48
-
49
- ._main_nav_link_1ey07_49 > .active {
50
- font-weight: 700;
51
- }
52
-
53
- ._main_nav_link_1ey07_49 > .active::after {
54
- opacity: 1;
55
- }
56
-
57
- ._sub_nav_link_1ey07_113 a,
58
- ._main_nav_link_1ey07_49 a,
59
- ._signin_wrap_1ey07_117 a,
60
- ._signin_btn_1ey07_119 {
61
- text-decoration: none;
62
- transition: opacity 0.3s ease;
63
- }
64
-
65
- ._sub_nav_link_1ey07_113:hover,
66
- ._main_nav_link_1ey07_49 a:hover,
67
- ._signin_wrap_1ey07_117 a:hover {
68
- opacity: 0.8;
69
- }
70
-
71
- ._signin_wrap_1ey07_117 .link {
72
- padding: 8px;
73
- text-decoration: none;
74
- }
75
-
76
- ._signin_btn_1ey07_119 {
77
- border-color: transparent;
78
- border-radius: 8px;
79
- color: #fff;
80
- cursor: pointer;
81
- font-size: 16px;
82
- font-weight: 700;
83
- line-height: 1.44;
84
- margin-left: 8px;
85
- padding: 11px 24px !important;
86
- letter-spacing: 0.2px;
87
- }
88
-
89
- ._signin_btn_1ey07_119:hover {
90
- background-color: transparent;
91
- opacity: 0.9;
92
- }
93
-
94
- ._signin_btn_1ey07_119 > span {
95
- margin-right: 8px;
96
- }
97
-
98
- ._header_sub_row_1ey07_195 {
99
- min-height: 48px;
100
- position: relative;
101
- }
102
-
103
- ._sub_nav_link_1ey07_113 {
104
- color: #ffffff;
105
- display: flex;
106
- padding-inline: 1rem;
107
- text-align: center;
108
- }
109
-
110
- ._sub_nav_link_1ey07_113 a {
111
- display: flex;
112
- align-items: center;
113
- font-family: var(--header-font-family);
114
- font-weight: 700;
115
- line-height: 1.5;
116
- padding: 12px 0px;
117
- }
118
- ._sub_nav_link_1ey07_113 a:first-child {
119
- padding-left: 9.5px;
120
- padding-right: 1.5px;
121
- }
122
-
123
- ._sub_nav_link_1ey07_113 a:last-child {
124
- padding-right: 9.5px;
125
- }
126
-
127
- ._sub_nav_link_1ey07_113:hover {
128
- background: linear-gradient(207deg, transparent, rgb(255 255 255 / 28%));
129
- }
130
-
131
- ._signin_dropdown_1ey07_261 {
132
- display: none;
133
- min-width: 288px;
134
- padding: 1.5rem 1rem;
135
- position: absolute;
136
- right: 0;
137
- top: 100%;
138
- z-index: 1204;
139
- }
140
-
141
- ._shadow_1ey07_281 {
142
- border-top: none;
143
- border: 0.5px solid rgb(255 255 255 / 14%);
144
- box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
145
- }
146
-
147
- ._signin_dropdown_1ey07_261 li[role="heading"] {
148
- margin-top: 1px;
149
- }
150
-
151
- ._signin_header_1ey07_301 {
152
- color: #1f1f1f;
153
- font-weight: 700;
154
- padding: 0.5rem 1rem;
155
- text-align: left;
156
- }
157
-
158
- ._signin_subheader_1ey07_315 {
159
- padding: 0.5rem 0.5rem 0.5rem 1.5rem;
160
- }
161
-
162
- ._signin_header_1ey07_301,
163
- ._signin_subheader_1ey07_315 a {
164
- line-height: 1.5;
165
- }
166
-
167
- @keyframes _fadeInDown_1ey07_1 {
168
- from {
169
- opacity: 0;
170
- transform: translate3d(0, -1%, 0);
171
- }
172
-
173
- to {
174
- opacity: 1;
175
- transform: none;
176
- }
177
- }
178
-
179
- ._opacity_1ey07_357 {
180
- animation-duration: 0.5s;
181
- animation-fill-mode: both;
182
- animation-name: _fadeInDown_1ey07_1;
183
- }
184
-
185
- ._signin_footer_1ey07_369:last-of-type:not(:first-of-type) {
186
- margin-top: 0.5rem;
187
- padding-top: 1rem;
188
- }
189
-
190
- ._signin_footer_1ey07_369 > a + a {
191
- display: block;
192
- margin-top: 16px;
193
- }
194
-
195
- ._signin_footer_1ey07_369:last-of-type:not(:first-of-type)::before {
196
- content: "";
197
- background-color: #8f8f8f;
198
- height: 2px;
199
- opacity: 0.3;
200
- position: absolute;
201
- right: 8px;
202
- top: 0;
203
- width: 94%;
204
- }
205
-
206
- ._open_1ey07_411 {
207
- opacity: 0.8;
208
- }
209
-
210
- ._open_1ey07_411 > svg {
211
- transform: scaleY(-1);
212
- }
213
-
214
- ._open_1ey07_411 + ._signin_dropdown_1ey07_261 {
215
- display: block;
216
- }
217
-
218
- ._dd_wrapper_1ey07_435 {
219
- max-width: 1440px;
220
- outline: none !important;
221
- position: absolute;
222
- top: 0;
223
- width: 100%;
224
- z-index: 1203;
225
- }
226
-
227
- ._dd_media_1ey07_453 {
228
- padding: 1.5rem;
229
- width: 280px;
230
- }
231
-
232
- ._dd_media_img_1ey07_463 {
233
- min-height: 232px;
234
- }
235
-
236
- ._dd_site_navs_1ey07_471 {
237
- display: flex;
238
- flex-direction: column;
239
- flex: 1 1 0%;
240
- padding: 1.5rem;
241
- }
242
-
243
- ._dd_media_header_1ey07_485 p {
244
- color: #fff;
245
- font-size: 14px;
246
- line-height: 1.42;
247
- }
248
-
249
- ._dd_media_header_1ey07_485 div[role="heading"] {
250
- font: 700 1.25rem/ 1.4 var(--header-font-family);
251
- text-wrap: pretty;
252
- }
253
-
254
- ._mt_8_1ey07_507 {
255
- margin-top: 8px;
256
- }
257
-
258
- ._mt_16_1ey07_515 {
259
- margin-top: 1rem;
260
- }
261
-
262
- ._ml_8_1ey07_523 {
263
- margin-left: 8px;
264
- }
265
-
266
- ._dd_media_cta_1ey07_531 a:first-child {
267
- border-radius: 8px;
268
- border: 2px solid transparent;
269
- color: #1e3860 !important;
270
- display: inline-block;
271
- font-size: 1.125rem;
272
- font-weight: 700;
273
- line-height: 1.44;
274
- padding: 12px;
275
- text-decoration: none;
276
- transition: all 0.25s ease;
277
- width: 100%;
278
- }
279
-
280
- ._dd_media_cta_1ey07_531 a:first-child:hover {
281
- background-color: transparent;
282
- border-color: #fff;
283
- color: #fff !important;
284
- }
285
-
286
- ._dd_media_cta_1ey07_531 a:nth-child(2) {
287
- color: #fff;
288
- display: inline-block;
289
- margin-top: 8px;
290
- text-decoration: none;
291
- }
292
-
293
- ._dd_media_cta_1ey07_531 > a:nth-child(2):hover {
294
- opacity: 0.8;
295
- text-decoration: underline;
296
- }
297
-
298
- ._reversed_row_1ey07_595 {
299
- flex-direction: row-reverse;
300
- }
301
-
302
- ._dd_media_cta_1ey07_531 a:first-child:active {
303
- background-color: #fff;
304
- border-color: transparent;
305
- color: #1e3860 !important;
306
- }
307
-
308
- ._headline_1ey07_615 > [role="heading"] {
309
- color: var(--_1073cm85);
310
- flex: 1 1 0%;
311
- font: 700 1.5rem / 1.33 var(--header-font-family);
312
- margin-bottom: 0;
313
- text-decoration: none;
314
- }
315
-
316
- ._nav_anchor_1ey07_631 {
317
- aspect-ratio: 1;
318
- background-color: #4a5560;
319
- border-radius: 8px;
320
- height: 1.5rem;
321
- width: 1.5rem;
322
- }
323
-
324
- ._headline_cta_1ey07_647 {
325
- margin-left: 8px;
326
- }
327
-
328
- ._headline_cta_1ey07_647 > a {
329
- color: var(--_1073cm85);
330
- font-family: var(--header-font-family);
331
- font-weight: 700;
332
- line-height: 1.5;
333
- text-decoration: none;
334
- }
335
-
336
- ._sub_nav_link_1ey07_113:hover,
337
- ._signin_wrap_1ey07_117 a:hover,
338
- ._main_nav_link_1ey07_49 a:not(.active):hover,
339
- ._dd_site_navs_1ey07_471 a:hover,
340
- ._site_lists_1ey07_679 a:hover {
341
- text-decoration: underline;
342
- }
343
-
344
- ._dd_site_navs_1ey07_471 hr {
345
- border-style: solid;
346
- border-width: 1px;
347
- color: #a0aab3;
348
- margin: 1.5rem 0;
349
- opacity: 0.3;
350
- position: relative;
351
- }
352
-
353
- ._site_lists_1ey07_679 {
354
- display: grid;
355
- gap: 24px;
356
- grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
357
- padding-bottom: 1.5rem;
358
- }
359
-
360
- ._site_lists_1ey07_679._modify_fit_1ey07_719 {
361
- grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
362
- }
363
-
364
- ._site_lists_1ey07_679 > * {
365
- width: 100%;
366
- }
367
-
368
- ._site_lists_1ey07_679 a {
369
- color: #1f1f1f;
370
- text-decoration: none;
371
- font-weight: 400;
372
- font-family: var(--header-font-family);
373
- }
374
-
375
- ._site_lists_1ey07_679 [role="heading"] {
376
- color: var(--_1073cm83);
377
- font-weight: 700;
378
- font-family: unset;
379
- }
380
-
381
- ._site_lists_1ey07_679 li + li {
382
- margin-top: 8px;
383
- }
384
-
385
- ._signin_wrap_1ey07_117 > ._mobile_only_1ey07_769 > a {
386
- color: #4a5560;
387
- padding: 0;
388
- line-height: 1;
389
- }
390
-
391
- ._mobile_logo_1ey07_781 {
392
- display: flex;
393
- align-items: center;
394
- flex: 1 1 0%;
395
- justify-content: space-between;
396
- }
397
-
398
- ._highlight_1ey07_795 > a {
399
- border-bottom: none;
400
- font-weight: 700;
401
- line-height: 1.44;
402
- }
403
-
404
- ._mobile_opened_1ey07_807 {
405
- left: 0%;
406
- }
407
-
408
- body:has(._mobile_opened_1ey07_807) {
409
- overflow-y: hidden;
410
- }
411
-
412
- ._dd_footer_1ey07_823 {
413
- align-items: end;
414
- flex: 1 1 0%;
415
- font-size: 11px;
416
- justify-content: flex-end;
417
- letter-spacing: 0.3px;
418
- }
419
-
420
- ._skip_btn_1ey07_839 {
421
- clip: rect(1px 1px 1px 1px);
422
- margin: -1px;
423
- overflow: hidden;
424
- padding: 0;
425
- position: absolute;
426
- }
427
-
428
- ._skip_btn_1ey07_839:active,
429
- ._skip_btn_1ey07_839:focus {
430
- background-color: #1e3860;
431
- border-radius: 8px;
432
- clip: auto;
433
- color: #ffffff;
434
- font-size: 14px;
435
- font-weight: 700;
436
- margin: 0;
437
- overflow: visible;
438
- padding: 9px 24px;
439
- position: relative;
440
- text-decoration: none;
441
- top: 12px;
442
- }
443
-
444
- @media (max-width: 1280px) and (min-width: 1024px) {
445
- ._wrapper_1ey07_9 {
446
- width: calc(100% - 28px);
447
- }
448
-
449
- ._dd_wrapper_1ey07_435 > ._wrapper_1ey07_9 {
450
- width: 100%;
451
- }
452
- ._main_nav_link_1ey07_49 > a {
453
- padding: 4px 6px;
454
- font-size: 15px;
455
- }
456
- ._desktop_only_1ey07_911 > a {
457
- font-size: 15px;
458
- }
459
- }
460
-
461
- @media (max-width: 1023px) {
462
- ._desktop_only_1ey07_911 {
463
- display: none !important;
464
- }
465
- }
466
-
467
- @media (max-width: 768px) {
468
- ._wrapper_1ey07_9 {
469
- width: calc(100% - 48px);
470
- }
471
- ._header_main_row_1ey07_21 {
472
- min-height: 65px;
473
- }
474
- ._mobile_logo_1ey07_781 > a > svg {
475
- max-width: 85px;
476
- }
477
- }
478
-
479
- @media (min-width: 1024px) {
480
- ._mobile_only_1ey07_769 {
481
- display: none !important;
482
- }
483
- }
1
+ ._header_1m6e2_1 {
2
+ border-bottom: 1px solid #ebebeb;
3
+ }
4
+
5
+ ._wrapper_1m6e2_5 {
6
+ width: calc(100% - 80px);
7
+ margin-left: auto;
8
+ margin-right: auto;
9
+ }
10
+
11
+ ._header_main_row_1m6e2_11 {
12
+ min-height: 80px;
13
+ padding-top: 1rem;
14
+ padding-bottom: 0.5rem;
15
+ }
16
+
17
+ ._logo_wrap_1m6e2_17 {
18
+ padding: 9px 6px;
19
+ }
20
+
21
+ ._primary_links_1m6e2_21 {
22
+ margin-left: 30px;
23
+ }
24
+
25
+ ._main_nav_link_1m6e2_25 {
26
+ padding: 10px 8px;
27
+ text-align: center;
28
+ }
29
+
30
+ ._main_nav_link_1m6e2_25 > a {
31
+ border-bottom: 4px solid transparent;
32
+ display: inline-block;
33
+ font-size: 16px;
34
+ padding: 4px 26px;
35
+ position: relative;
36
+ }
37
+
38
+ ._main_nav_link_1m6e2_25 > a::after {
39
+ content: "";
40
+ position: absolute;
41
+ left: 0;
42
+ bottom: -4px;
43
+ width: 100%;
44
+ height: 4px;
45
+ background-color: currentColor;
46
+ opacity: 0;
47
+ }
48
+
49
+ ._main_nav_link_1m6e2_25 > .active {
50
+ font-weight: 700;
51
+ }
52
+
53
+ ._main_nav_link_1m6e2_25 > .active::after {
54
+ opacity: 1;
55
+ }
56
+
57
+ ._sub_nav_link_1m6e2_57 a,
58
+ ._main_nav_link_1m6e2_25 a,
59
+ ._signin_wrap_1m6e2_59 a,
60
+ ._signin_btn_1m6e2_60 {
61
+ text-decoration: none;
62
+ transition: opacity 0.3s ease;
63
+ }
64
+
65
+ ._sub_nav_link_1m6e2_57:hover,
66
+ ._main_nav_link_1m6e2_25 a:hover,
67
+ ._signin_wrap_1m6e2_59 a:hover {
68
+ opacity: 0.8;
69
+ }
70
+
71
+ ._signin_wrap_1m6e2_59 .link {
72
+ padding: 8px;
73
+ text-decoration: none;
74
+ }
75
+
76
+ ._signin_btn_1m6e2_60 {
77
+ border-color: transparent;
78
+ border-radius: 8px;
79
+ color: #fff;
80
+ cursor: pointer;
81
+ font-size: 16px;
82
+ font-weight: 700;
83
+ line-height: 1.44;
84
+ margin-left: 8px;
85
+ padding: 11px 24px !important;
86
+ letter-spacing: 0.2px;
87
+ }
88
+
89
+ ._signin_btn_1m6e2_60:hover {
90
+ background-color: transparent;
91
+ opacity: 0.9;
92
+ }
93
+
94
+ ._signin_btn_1m6e2_60 > span {
95
+ margin-right: 8px;
96
+ }
97
+
98
+ ._header_sub_row_1m6e2_98 {
99
+ min-height: 48px;
100
+ position: relative;
101
+ }
102
+
103
+ ._sub_nav_link_1m6e2_57 {
104
+ color: #ffffff;
105
+ display: flex;
106
+ padding-inline: 1rem;
107
+ text-align: center;
108
+ }
109
+
110
+ ._sub_nav_link_1m6e2_57 a {
111
+ display: flex;
112
+ align-items: center;
113
+ font-family: var(--header-font-family);
114
+ font-weight: 700;
115
+ line-height: 1.5;
116
+ padding: 12px 0px;
117
+ }
118
+ ._sub_nav_link_1m6e2_57 a:first-child {
119
+ padding-left: 9.5px;
120
+ padding-right: 1.5px;
121
+ }
122
+
123
+ ._sub_nav_link_1m6e2_57 a:last-child {
124
+ padding-right: 9.5px;
125
+ }
126
+
127
+ ._sub_nav_link_1m6e2_57:hover {
128
+ background: linear-gradient(207deg, transparent, rgb(255 255 255 / 28%));
129
+ }
130
+
131
+ ._signin_dropdown_1m6e2_131 {
132
+ display: none;
133
+ min-width: 288px;
134
+ padding: 1.5rem 1rem;
135
+ position: absolute;
136
+ right: 0;
137
+ top: 100%;
138
+ z-index: 1204;
139
+ }
140
+
141
+ ._shadow_1m6e2_141 {
142
+ border-top: none;
143
+ border: 0.5px solid rgb(255 255 255 / 14%);
144
+ box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
145
+ }
146
+
147
+ ._signin_dropdown_1m6e2_131 li[role="heading"] {
148
+ margin-top: 1px;
149
+ }
150
+
151
+ ._signin_header_1m6e2_151 {
152
+ color: #1f1f1f;
153
+ font-weight: 700;
154
+ padding: 0.5rem 1rem;
155
+ text-align: left;
156
+ }
157
+
158
+ ._signin_subheader_1m6e2_158 {
159
+ padding: 0.5rem 0.5rem 0.5rem 1.5rem;
160
+ }
161
+
162
+ ._signin_header_1m6e2_151,
163
+ ._signin_subheader_1m6e2_158 a {
164
+ line-height: 1.5;
165
+ }
166
+
167
+ @keyframes _fadeInDown_1m6e2_1 {
168
+ from {
169
+ opacity: 0;
170
+ transform: translate3d(0, -1%, 0);
171
+ }
172
+
173
+ to {
174
+ opacity: 1;
175
+ transform: none;
176
+ }
177
+ }
178
+
179
+ ._opacity_1m6e2_179 {
180
+ animation-duration: 0.5s;
181
+ animation-fill-mode: both;
182
+ animation-name: _fadeInDown_1m6e2_1;
183
+ }
184
+
185
+ ._signin_footer_1m6e2_185:last-of-type:not(:first-of-type) {
186
+ margin-top: 0.5rem;
187
+ padding-top: 1rem;
188
+ }
189
+
190
+ ._signin_footer_1m6e2_185 > a + a {
191
+ display: block;
192
+ margin-top: 16px;
193
+ }
194
+
195
+ ._signin_footer_1m6e2_185:last-of-type:not(:first-of-type)::before {
196
+ content: "";
197
+ background-color: #8f8f8f;
198
+ height: 2px;
199
+ opacity: 0.3;
200
+ position: absolute;
201
+ right: 8px;
202
+ top: 0;
203
+ width: 94%;
204
+ }
205
+
206
+ ._open_1m6e2_206 {
207
+ opacity: 0.8;
208
+ }
209
+
210
+ ._open_1m6e2_206 > svg {
211
+ transform: scaleY(-1);
212
+ }
213
+
214
+ ._open_1m6e2_206 + ._signin_dropdown_1m6e2_131 {
215
+ display: block;
216
+ }
217
+
218
+ ._dd_wrapper_1m6e2_218 {
219
+ max-width: 1440px;
220
+ outline: none !important;
221
+ position: absolute;
222
+ top: 0;
223
+ width: 100%;
224
+ z-index: 1203;
225
+ }
226
+
227
+ ._dd_media_1m6e2_227 {
228
+ padding: 1.5rem;
229
+ width: 280px;
230
+ }
231
+
232
+ ._dd_media_img_1m6e2_232 {
233
+ min-height: 232px;
234
+ }
235
+
236
+ ._dd_site_navs_1m6e2_236 {
237
+ display: flex;
238
+ flex-direction: column;
239
+ flex: 1 1 0%;
240
+ padding: 1.5rem;
241
+ }
242
+
243
+ ._dd_media_header_1m6e2_243 p {
244
+ color: #fff;
245
+ font-size: 14px;
246
+ line-height: 1.42;
247
+ }
248
+
249
+ ._dd_media_header_1m6e2_243 div[role="heading"] {
250
+ font: 700 1.25rem/ 1.4 var(--header-font-family);
251
+ text-wrap: pretty;
252
+ }
253
+
254
+ ._mt_8_1m6e2_254 {
255
+ margin-top: 8px;
256
+ }
257
+
258
+ ._mt_16_1m6e2_258 {
259
+ margin-top: 1rem;
260
+ }
261
+
262
+ ._ml_8_1m6e2_262 {
263
+ margin-left: 8px;
264
+ }
265
+
266
+ ._dd_media_cta_1m6e2_266 a:first-child {
267
+ border-radius: 8px;
268
+ border: 2px solid transparent;
269
+ color: #1e3860 !important;
270
+ display: inline-block;
271
+ font-size: 1.125rem;
272
+ font-weight: 700;
273
+ line-height: 1.44;
274
+ padding: 12px;
275
+ text-decoration: none;
276
+ transition: all 0.25s ease;
277
+ width: 100%;
278
+ }
279
+
280
+ ._dd_media_cta_1m6e2_266 a:first-child:hover {
281
+ background-color: transparent;
282
+ border-color: #fff;
283
+ color: #fff !important;
284
+ }
285
+
286
+ ._dd_media_cta_1m6e2_266 a:nth-child(2) {
287
+ color: #fff;
288
+ display: inline-block;
289
+ margin-top: 8px;
290
+ text-decoration: none;
291
+ }
292
+
293
+ ._dd_media_cta_1m6e2_266 > a:nth-child(2):hover {
294
+ opacity: 0.8;
295
+ text-decoration: underline;
296
+ }
297
+
298
+ ._reversed_row_1m6e2_298 {
299
+ flex-direction: row-reverse;
300
+ }
301
+
302
+ ._dd_media_cta_1m6e2_266 a:first-child:active {
303
+ background-color: #fff;
304
+ border-color: transparent;
305
+ color: #1e3860 !important;
306
+ }
307
+
308
+ ._headline_1m6e2_308 > [role="heading"] {
309
+ color: var(--_1073cm85);
310
+ flex: 1 1 0%;
311
+ font: 700 1.5rem / 1.33 var(--header-font-family);
312
+ margin-bottom: 0;
313
+ text-decoration: none;
314
+ }
315
+
316
+ ._nav_anchor_1m6e2_316 {
317
+ aspect-ratio: 1;
318
+ background-color: #4a5560;
319
+ border-radius: 8px;
320
+ height: 1.5rem;
321
+ width: 1.5rem;
322
+ }
323
+
324
+ ._headline_cta_1m6e2_324 {
325
+ margin-left: 8px;
326
+ }
327
+
328
+ ._headline_cta_1m6e2_324 > a {
329
+ color: var(--_1073cm85);
330
+ font-family: var(--header-font-family);
331
+ font-weight: 700;
332
+ line-height: 1.5;
333
+ text-decoration: none;
334
+ }
335
+
336
+ ._sub_nav_link_1m6e2_57:hover,
337
+ ._signin_wrap_1m6e2_59 a:hover,
338
+ ._main_nav_link_1m6e2_25 a:not(.active):hover,
339
+ ._dd_site_navs_1m6e2_236 a:hover,
340
+ ._site_lists_1m6e2_340 a:hover {
341
+ text-decoration: underline;
342
+ }
343
+
344
+ ._dd_site_navs_1m6e2_236 hr {
345
+ border-style: solid;
346
+ border-width: 1px;
347
+ color: #a0aab3;
348
+ margin: 1.5rem 0;
349
+ opacity: 0.3;
350
+ position: relative;
351
+ }
352
+
353
+ ._site_lists_1m6e2_340 {
354
+ display: grid;
355
+ gap: 24px;
356
+ grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
357
+ padding-bottom: 1.5rem;
358
+ }
359
+
360
+ ._site_lists_1m6e2_340._modify_fit_1m6e2_360 {
361
+ grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
362
+ }
363
+
364
+ ._site_lists_1m6e2_340 > * {
365
+ width: 100%;
366
+ }
367
+
368
+ ._site_lists_1m6e2_340 a {
369
+ color: #1f1f1f;
370
+ text-decoration: none;
371
+ font-weight: 400;
372
+ font-family: var(--header-font-family);
373
+ }
374
+
375
+ ._site_lists_1m6e2_340 [role="heading"] {
376
+ color: var(--_1073cm83);
377
+ font-weight: 700;
378
+ font-family: unset;
379
+ }
380
+
381
+ ._site_lists_1m6e2_340 li + li {
382
+ margin-top: 8px;
383
+ }
384
+
385
+ ._signin_wrap_1m6e2_59 > ._mobile_only_1m6e2_385 > a {
386
+ color: #4a5560;
387
+ padding: 0;
388
+ line-height: 1;
389
+ }
390
+
391
+ ._mobile_logo_1m6e2_391 {
392
+ display: flex;
393
+ align-items: center;
394
+ flex: 1 1 0%;
395
+ justify-content: space-between;
396
+ }
397
+
398
+ ._highlight_1m6e2_398 > a {
399
+ border-bottom: none;
400
+ font-weight: 700;
401
+ line-height: 1.44;
402
+ }
403
+
404
+ ._mobile_opened_1m6e2_404 {
405
+ left: 0%;
406
+ }
407
+
408
+ body:has(._mobile_opened_1m6e2_404) {
409
+ overflow-y: hidden;
410
+ }
411
+
412
+ ._dd_footer_1m6e2_412 {
413
+ align-items: end;
414
+ flex: 1 1 0%;
415
+ font-size: 11px;
416
+ justify-content: flex-end;
417
+ letter-spacing: 0.3px;
418
+ }
419
+
420
+ ._skip_btn_1m6e2_420 {
421
+ clip: rect(1px 1px 1px 1px);
422
+ margin: -1px;
423
+ overflow: hidden;
424
+ padding: 0;
425
+ position: absolute;
426
+ }
427
+
428
+ ._skip_btn_1m6e2_420:active,
429
+ ._skip_btn_1m6e2_420:focus {
430
+ background-color: #1e3860;
431
+ border-radius: 8px;
432
+ clip: auto;
433
+ color: #ffffff;
434
+ font-size: 14px;
435
+ font-weight: 700;
436
+ margin: 0;
437
+ overflow: visible;
438
+ padding: 9px 24px;
439
+ position: relative;
440
+ text-decoration: none;
441
+ top: 12px;
442
+ }
443
+
444
+ @media (max-width: 1280px) and (min-width: 1024px) {
445
+ ._wrapper_1m6e2_5 {
446
+ width: calc(100% - 28px);
447
+ }
448
+
449
+ ._dd_wrapper_1m6e2_218 > ._wrapper_1m6e2_5 {
450
+ width: 100%;
451
+ }
452
+ ._main_nav_link_1m6e2_25 > a {
453
+ padding: 4px 6px;
454
+ font-size: 15px;
455
+ }
456
+ ._desktop_only_1m6e2_456 > a {
457
+ font-size: 15px;
458
+ }
459
+ }
460
+
461
+ @media (max-width: 1023px) {
462
+ ._desktop_only_1m6e2_456 {
463
+ display: none !important;
464
+ }
465
+ }
466
+
467
+ @media (max-width: 768px) {
468
+ ._wrapper_1m6e2_5 {
469
+ width: calc(100% - 48px);
470
+ }
471
+ ._header_main_row_1m6e2_11 {
472
+ min-height: 65px;
473
+ }
474
+ ._mobile_logo_1m6e2_391 > a > svg {
475
+ max-width: 85px;
476
+ }
477
+ }
478
+
479
+ @media (min-width: 1024px) {
480
+ ._mobile_only_1m6e2_385 {
481
+ display: none !important;
482
+ }
483
+ }