@meduza/ui-kit-2 0.1.75 → 0.1.77
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/DonatesTeaser/DonatesTeaser.types.d.ts +1 -0
- package/dist/MaterialNote/MaterialNote.types.d.ts +1 -0
- package/dist/ui-kit-2.cjs.development.js +34 -10
- package/dist/ui-kit-2.cjs.development.js.map +1 -1
- package/dist/ui-kit-2.cjs.production.min.js +1 -1
- package/dist/ui-kit-2.cjs.production.min.js.map +1 -1
- package/dist/ui-kit-2.esm.js +34 -10
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +1364 -1369
- package/package.json +1 -1
- package/src/DonatesTeaser/DonatesTeaser.module.css +1 -7
- package/src/DonatesTeaser/DonatesTeaser.stories.tsx +2 -1
- package/src/DonatesTeaser/DonatesTeaser.types.ts +1 -0
- package/src/DonatesTeaser/index.tsx +26 -8
- package/src/MaterialNote/MaterialNote.types.ts +1 -0
- package/src/MaterialNote/index.tsx +2 -1
- package/src/RenderBlocks/index.tsx +3 -1
package/dist/ui-kit.css
CHANGED
|
@@ -234,6 +234,170 @@
|
|
|
234
234
|
margin-top: -1px;
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
+
/* Colors */
|
|
238
|
+
/* Fonts */
|
|
239
|
+
/* Gap */
|
|
240
|
+
/* Media */
|
|
241
|
+
/* 512 */
|
|
242
|
+
/* 650 */
|
|
243
|
+
/* 768 */
|
|
244
|
+
/* 1024 */
|
|
245
|
+
/* 1010 */
|
|
246
|
+
/* 1200 */
|
|
247
|
+
/* 511 */
|
|
248
|
+
/* 1023 */
|
|
249
|
+
/* Zindex */
|
|
250
|
+
.Switcher-module_root__1Env1 {
|
|
251
|
+
position: relative;
|
|
252
|
+
|
|
253
|
+
display: -webkit-box;
|
|
254
|
+
|
|
255
|
+
display: -webkit-flex;
|
|
256
|
+
|
|
257
|
+
display: -ms-flexbox;
|
|
258
|
+
|
|
259
|
+
display: flex;
|
|
260
|
+
flex-flow: row nowrap;
|
|
261
|
+
align-items: center;
|
|
262
|
+
|
|
263
|
+
font-weight: 600;
|
|
264
|
+
|
|
265
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
266
|
+
white-space: nowrap;
|
|
267
|
+
|
|
268
|
+
cursor: pointer;
|
|
269
|
+
|
|
270
|
+
-webkit-user-select: none;
|
|
271
|
+
|
|
272
|
+
-moz-user-select: none;
|
|
273
|
+
|
|
274
|
+
-ms-user-select: none;
|
|
275
|
+
|
|
276
|
+
user-select: none;
|
|
277
|
+
}
|
|
278
|
+
.Switcher-module_dark__1IzaH {
|
|
279
|
+
color: inherit;
|
|
280
|
+
}
|
|
281
|
+
.Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
|
|
282
|
+
background-color: transparent;
|
|
283
|
+
}
|
|
284
|
+
.Switcher-module_input__jaMVF {
|
|
285
|
+
position: absolute;
|
|
286
|
+
top: 0;
|
|
287
|
+
left: 0;
|
|
288
|
+
|
|
289
|
+
opacity: 0;
|
|
290
|
+
}
|
|
291
|
+
.Switcher-module_control__1NTvY {
|
|
292
|
+
position: relative;
|
|
293
|
+
|
|
294
|
+
display: block;
|
|
295
|
+
|
|
296
|
+
width: 37px;
|
|
297
|
+
height: 21px;
|
|
298
|
+
|
|
299
|
+
background-color: #e6e6e6;
|
|
300
|
+
|
|
301
|
+
border-radius: 15px;
|
|
302
|
+
}
|
|
303
|
+
.Switcher-module_control__1NTvY::before {
|
|
304
|
+
position: absolute;
|
|
305
|
+
top: 0;
|
|
306
|
+
bottom: 0;
|
|
307
|
+
left: 0;
|
|
308
|
+
|
|
309
|
+
width: 18px;
|
|
310
|
+
|
|
311
|
+
background: rgba(19, 191, 17, 0);
|
|
312
|
+
|
|
313
|
+
border-radius: 15px;
|
|
314
|
+
|
|
315
|
+
transition: 0.25s ease-in-out;
|
|
316
|
+
|
|
317
|
+
content: '';
|
|
318
|
+
}
|
|
319
|
+
.Switcher-module_knob__3kEy5 {
|
|
320
|
+
position: relative;
|
|
321
|
+
top: 2px;
|
|
322
|
+
left: 2px;
|
|
323
|
+
z-index: 200;
|
|
324
|
+
|
|
325
|
+
display: block;
|
|
326
|
+
|
|
327
|
+
width: 17px;
|
|
328
|
+
height: 17px;
|
|
329
|
+
|
|
330
|
+
background: #fff;
|
|
331
|
+
|
|
332
|
+
border-radius: 15px;
|
|
333
|
+
|
|
334
|
+
transition: 0.25s ease-in-out;
|
|
335
|
+
}
|
|
336
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
|
|
337
|
+
width: 100%;
|
|
338
|
+
|
|
339
|
+
background-color: #b88b59;
|
|
340
|
+
}
|
|
341
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
|
|
342
|
+
box-shadow: inset 0 0 0 1px transparent;
|
|
343
|
+
}
|
|
344
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
345
|
+
left: 18px;
|
|
346
|
+
}
|
|
347
|
+
.Switcher-module_children__147JP.Switcher-module_left__2coeE {
|
|
348
|
+
margin-right: 6px;
|
|
349
|
+
}
|
|
350
|
+
.Switcher-module_children__147JP.Switcher-module_right__yWG7h {
|
|
351
|
+
margin-left: 6px;
|
|
352
|
+
}
|
|
353
|
+
/* panel */
|
|
354
|
+
.Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
|
|
355
|
+
|
|
356
|
+
color: #999;
|
|
357
|
+
|
|
358
|
+
font-size: 13px;
|
|
359
|
+
letter-spacing: 0.5px;
|
|
360
|
+
text-transform: uppercase;
|
|
361
|
+
}
|
|
362
|
+
/* menu */
|
|
363
|
+
.Switcher-module_isInMenu__3XJYj {
|
|
364
|
+
font-weight: normal;
|
|
365
|
+
}
|
|
366
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
|
|
367
|
+
margin-right: 8px;
|
|
368
|
+
}
|
|
369
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
370
|
+
width: 48px;
|
|
371
|
+
height: 30px;
|
|
372
|
+
}
|
|
373
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
|
|
374
|
+
top: 4px;
|
|
375
|
+
|
|
376
|
+
width: 22px;
|
|
377
|
+
height: 22px;
|
|
378
|
+
|
|
379
|
+
background-color: #bababa;
|
|
380
|
+
}
|
|
381
|
+
/* stylelint-disable selector-max-compound-selectors */
|
|
382
|
+
.Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
383
|
+
left: 23px;
|
|
384
|
+
|
|
385
|
+
background-color: #fff;
|
|
386
|
+
}
|
|
387
|
+
/* live */
|
|
388
|
+
.Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
|
|
389
|
+
|
|
390
|
+
color: #7f7f7f;
|
|
391
|
+
|
|
392
|
+
font-size: 13px;
|
|
393
|
+
letter-spacing: 0.5px;
|
|
394
|
+
text-transform: uppercase;
|
|
395
|
+
}
|
|
396
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
397
|
+
background-color: #1a1a1a;
|
|
398
|
+
box-shadow: inset 0 0 0 1px #323232;
|
|
399
|
+
}
|
|
400
|
+
|
|
237
401
|
/* Colors */
|
|
238
402
|
/* Fonts */
|
|
239
403
|
/* Gap */
|
|
@@ -473,228 +637,64 @@
|
|
|
473
637
|
/* 511 */
|
|
474
638
|
/* 1023 */
|
|
475
639
|
/* Zindex */
|
|
476
|
-
.
|
|
640
|
+
.Image-module_root__1vsA_ {
|
|
477
641
|
position: relative;
|
|
642
|
+
z-index: 1;
|
|
478
643
|
|
|
479
|
-
display:
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
display: -ms-flexbox;
|
|
484
|
-
|
|
485
|
-
display: flex;
|
|
486
|
-
flex-flow: row nowrap;
|
|
487
|
-
align-items: center;
|
|
488
|
-
|
|
489
|
-
font-weight: 600;
|
|
490
|
-
|
|
491
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
492
|
-
white-space: nowrap;
|
|
493
|
-
|
|
494
|
-
cursor: pointer;
|
|
495
|
-
|
|
496
|
-
-webkit-user-select: none;
|
|
497
|
-
|
|
498
|
-
-moz-user-select: none;
|
|
499
|
-
|
|
500
|
-
-ms-user-select: none;
|
|
644
|
+
display: block;
|
|
645
|
+
overflow: hidden;
|
|
646
|
+
transition: background-color 250ms ease;
|
|
501
647
|
|
|
502
|
-
|
|
503
|
-
}
|
|
504
|
-
.Switcher-module_dark__1IzaH {
|
|
505
|
-
color: inherit;
|
|
648
|
+
background-color: #f2f2f2
|
|
506
649
|
}
|
|
507
|
-
|
|
508
|
-
|
|
650
|
+
@media only screen and (min-width: 32em) {
|
|
651
|
+
.Image-module_root__1vsA_ {
|
|
652
|
+
border-radius: inherit
|
|
509
653
|
}
|
|
510
|
-
|
|
654
|
+
}
|
|
655
|
+
.Image-module_root__1vsA_ img {
|
|
511
656
|
position: absolute;
|
|
512
657
|
top: 0;
|
|
513
658
|
left: 0;
|
|
514
659
|
|
|
515
|
-
|
|
660
|
+
width: 100%;
|
|
661
|
+
height: 100%;
|
|
516
662
|
}
|
|
517
|
-
.
|
|
518
|
-
|
|
519
|
-
|
|
663
|
+
.Image-module_isLoaded__3XhU5 {
|
|
664
|
+
background-color: transparent;
|
|
665
|
+
}
|
|
666
|
+
.Image-module_wrapper__3fLjs {
|
|
520
667
|
display: block;
|
|
521
668
|
|
|
522
|
-
width:
|
|
523
|
-
height: 21px;
|
|
524
|
-
|
|
525
|
-
background-color: #e6e6e6;
|
|
669
|
+
width: 100%;
|
|
526
670
|
|
|
527
|
-
|
|
671
|
+
background-repeat: no-repeat;
|
|
672
|
+
background-size: 100% auto;
|
|
528
673
|
}
|
|
529
|
-
.
|
|
674
|
+
.Image-module_fullscreen__29apx picture {
|
|
675
|
+
cursor: pointer;
|
|
676
|
+
}
|
|
677
|
+
.Image-module_fullscreen__29apx picture:hover::after {
|
|
678
|
+
opacity: 1;
|
|
679
|
+
}
|
|
680
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
530
681
|
position: absolute;
|
|
531
|
-
|
|
532
|
-
bottom:
|
|
533
|
-
left: 0;
|
|
534
|
-
|
|
535
|
-
width: 18px;
|
|
536
|
-
|
|
537
|
-
background: rgba(19, 191, 17, 0);
|
|
682
|
+
right: 12px;
|
|
683
|
+
bottom: 12px;
|
|
538
684
|
|
|
539
|
-
|
|
685
|
+
width: 40px;
|
|
686
|
+
height: 40px;
|
|
540
687
|
|
|
541
|
-
transition:
|
|
688
|
+
transition: opacity 250ms ease;
|
|
689
|
+
pointer-events: none;
|
|
542
690
|
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
display: block;
|
|
552
|
-
|
|
553
|
-
width: 17px;
|
|
554
|
-
height: 17px;
|
|
555
|
-
|
|
556
|
-
background: #fff;
|
|
557
|
-
|
|
558
|
-
border-radius: 15px;
|
|
559
|
-
|
|
560
|
-
transition: 0.25s ease-in-out;
|
|
561
|
-
}
|
|
562
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
|
|
563
|
-
width: 100%;
|
|
564
|
-
|
|
565
|
-
background-color: #b88b59;
|
|
566
|
-
}
|
|
567
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
|
|
568
|
-
box-shadow: inset 0 0 0 1px transparent;
|
|
569
|
-
}
|
|
570
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
571
|
-
left: 18px;
|
|
572
|
-
}
|
|
573
|
-
.Switcher-module_children__147JP.Switcher-module_left__2coeE {
|
|
574
|
-
margin-right: 6px;
|
|
575
|
-
}
|
|
576
|
-
.Switcher-module_children__147JP.Switcher-module_right__yWG7h {
|
|
577
|
-
margin-left: 6px;
|
|
578
|
-
}
|
|
579
|
-
/* panel */
|
|
580
|
-
.Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
|
|
581
|
-
|
|
582
|
-
color: #999;
|
|
583
|
-
|
|
584
|
-
font-size: 13px;
|
|
585
|
-
letter-spacing: 0.5px;
|
|
586
|
-
text-transform: uppercase;
|
|
587
|
-
}
|
|
588
|
-
/* menu */
|
|
589
|
-
.Switcher-module_isInMenu__3XJYj {
|
|
590
|
-
font-weight: normal;
|
|
591
|
-
}
|
|
592
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
|
|
593
|
-
margin-right: 8px;
|
|
594
|
-
}
|
|
595
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
596
|
-
width: 48px;
|
|
597
|
-
height: 30px;
|
|
598
|
-
}
|
|
599
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
|
|
600
|
-
top: 4px;
|
|
601
|
-
|
|
602
|
-
width: 22px;
|
|
603
|
-
height: 22px;
|
|
604
|
-
|
|
605
|
-
background-color: #bababa;
|
|
606
|
-
}
|
|
607
|
-
/* stylelint-disable selector-max-compound-selectors */
|
|
608
|
-
.Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
609
|
-
left: 23px;
|
|
610
|
-
|
|
611
|
-
background-color: #fff;
|
|
612
|
-
}
|
|
613
|
-
/* live */
|
|
614
|
-
.Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
|
|
615
|
-
|
|
616
|
-
color: #7f7f7f;
|
|
617
|
-
|
|
618
|
-
font-size: 13px;
|
|
619
|
-
letter-spacing: 0.5px;
|
|
620
|
-
text-transform: uppercase;
|
|
621
|
-
}
|
|
622
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
623
|
-
background-color: #1a1a1a;
|
|
624
|
-
box-shadow: inset 0 0 0 1px #323232;
|
|
625
|
-
}
|
|
626
|
-
|
|
627
|
-
/* Colors */
|
|
628
|
-
/* Fonts */
|
|
629
|
-
/* Gap */
|
|
630
|
-
/* Media */
|
|
631
|
-
/* 512 */
|
|
632
|
-
/* 650 */
|
|
633
|
-
/* 768 */
|
|
634
|
-
/* 1024 */
|
|
635
|
-
/* 1010 */
|
|
636
|
-
/* 1200 */
|
|
637
|
-
/* 511 */
|
|
638
|
-
/* 1023 */
|
|
639
|
-
/* Zindex */
|
|
640
|
-
.Image-module_root__1vsA_ {
|
|
641
|
-
position: relative;
|
|
642
|
-
z-index: 1;
|
|
643
|
-
|
|
644
|
-
display: block;
|
|
645
|
-
overflow: hidden;
|
|
646
|
-
transition: background-color 250ms ease;
|
|
647
|
-
|
|
648
|
-
background-color: #f2f2f2
|
|
649
|
-
}
|
|
650
|
-
@media only screen and (min-width: 32em) {
|
|
651
|
-
.Image-module_root__1vsA_ {
|
|
652
|
-
border-radius: inherit
|
|
653
|
-
}
|
|
654
|
-
}
|
|
655
|
-
.Image-module_root__1vsA_ img {
|
|
656
|
-
position: absolute;
|
|
657
|
-
top: 0;
|
|
658
|
-
left: 0;
|
|
659
|
-
|
|
660
|
-
width: 100%;
|
|
661
|
-
height: 100%;
|
|
662
|
-
}
|
|
663
|
-
.Image-module_isLoaded__3XhU5 {
|
|
664
|
-
background-color: transparent;
|
|
665
|
-
}
|
|
666
|
-
.Image-module_wrapper__3fLjs {
|
|
667
|
-
display: block;
|
|
668
|
-
|
|
669
|
-
width: 100%;
|
|
670
|
-
|
|
671
|
-
background-repeat: no-repeat;
|
|
672
|
-
background-size: 100% auto;
|
|
673
|
-
}
|
|
674
|
-
.Image-module_fullscreen__29apx picture {
|
|
675
|
-
cursor: pointer;
|
|
676
|
-
}
|
|
677
|
-
.Image-module_fullscreen__29apx picture:hover::after {
|
|
678
|
-
opacity: 1;
|
|
679
|
-
}
|
|
680
|
-
.Image-module_fullscreen__29apx picture::after {
|
|
681
|
-
position: absolute;
|
|
682
|
-
right: 12px;
|
|
683
|
-
bottom: 12px;
|
|
684
|
-
|
|
685
|
-
width: 40px;
|
|
686
|
-
height: 40px;
|
|
687
|
-
|
|
688
|
-
transition: opacity 250ms ease;
|
|
689
|
-
pointer-events: none;
|
|
690
|
-
|
|
691
|
-
opacity: 0;
|
|
692
|
-
border: 0.5px solid rgba(255, 255, 255, 0.15);
|
|
693
|
-
border-radius: 20px;
|
|
694
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
695
|
-
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.197 10.207V3.763h-6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.793 4.166l-6.173 6.172' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.803 13.733v6.444h6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.207 19.774l6.173-6.171' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
696
|
-
background-repeat: no-repeat;
|
|
697
|
-
background-position: center
|
|
691
|
+
opacity: 0;
|
|
692
|
+
border: 0.5px solid rgba(255, 255, 255, 0.15);
|
|
693
|
+
border-radius: 20px;
|
|
694
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
695
|
+
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.197 10.207V3.763h-6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.793 4.166l-6.173 6.172' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.803 13.733v6.444h6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.207 19.774l6.173-6.171' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
696
|
+
background-repeat: no-repeat;
|
|
697
|
+
background-position: center
|
|
698
698
|
}
|
|
699
699
|
@media only screen and (min-width: 64em) {
|
|
700
700
|
.Image-module_fullscreen__29apx picture::after {
|
|
@@ -874,6 +874,23 @@
|
|
|
874
874
|
}
|
|
875
875
|
}
|
|
876
876
|
|
|
877
|
+
/* Colors */
|
|
878
|
+
/* Fonts */
|
|
879
|
+
/* Gap */
|
|
880
|
+
/* Media */
|
|
881
|
+
/* 512 */
|
|
882
|
+
/* 650 */
|
|
883
|
+
/* 768 */
|
|
884
|
+
/* 1024 */
|
|
885
|
+
/* 1010 */
|
|
886
|
+
/* 1200 */
|
|
887
|
+
/* 511 */
|
|
888
|
+
/* 1023 */
|
|
889
|
+
/* Zindex */
|
|
890
|
+
.Lazy-module_root__2Z72l {
|
|
891
|
+
display: block;
|
|
892
|
+
}
|
|
893
|
+
|
|
877
894
|
/* Colors */
|
|
878
895
|
/* Fonts */
|
|
879
896
|
/* Gap */
|
|
@@ -1011,23 +1028,6 @@
|
|
|
1011
1028
|
}
|
|
1012
1029
|
}
|
|
1013
1030
|
|
|
1014
|
-
/* Colors */
|
|
1015
|
-
/* Fonts */
|
|
1016
|
-
/* Gap */
|
|
1017
|
-
/* Media */
|
|
1018
|
-
/* 512 */
|
|
1019
|
-
/* 650 */
|
|
1020
|
-
/* 768 */
|
|
1021
|
-
/* 1024 */
|
|
1022
|
-
/* 1010 */
|
|
1023
|
-
/* 1200 */
|
|
1024
|
-
/* 511 */
|
|
1025
|
-
/* 1023 */
|
|
1026
|
-
/* Zindex */
|
|
1027
|
-
.Lazy-module_root__2Z72l {
|
|
1028
|
-
display: block;
|
|
1029
|
-
}
|
|
1030
|
-
|
|
1031
1031
|
/* Colors */
|
|
1032
1032
|
/* Fonts */
|
|
1033
1033
|
/* Gap */
|
|
@@ -1431,6 +1431,64 @@
|
|
|
1431
1431
|
color: #757575;
|
|
1432
1432
|
}
|
|
1433
1433
|
|
|
1434
|
+
/* Colors */
|
|
1435
|
+
/* Fonts */
|
|
1436
|
+
/* Gap */
|
|
1437
|
+
/* Media */
|
|
1438
|
+
/* 512 */
|
|
1439
|
+
/* 650 */
|
|
1440
|
+
/* 768 */
|
|
1441
|
+
/* 1024 */
|
|
1442
|
+
/* 1010 */
|
|
1443
|
+
/* 1200 */
|
|
1444
|
+
/* 511 */
|
|
1445
|
+
/* 1023 */
|
|
1446
|
+
/* Zindex */
|
|
1447
|
+
.BookmarkButton-module_root__3KmuY {
|
|
1448
|
+
color: #e0e0e0;
|
|
1449
|
+
}
|
|
1450
|
+
.BookmarkButton-module_control__1A0ea {
|
|
1451
|
+
margin: 0;
|
|
1452
|
+
padding: 5px 3px;
|
|
1453
|
+
|
|
1454
|
+
cursor: pointer;
|
|
1455
|
+
|
|
1456
|
+
color: inherit;
|
|
1457
|
+
border-width: 0;
|
|
1458
|
+
outline: none;
|
|
1459
|
+
background-color: transparent;
|
|
1460
|
+
|
|
1461
|
+
-webkit-appearance: none;
|
|
1462
|
+
|
|
1463
|
+
-moz-appearance: none;
|
|
1464
|
+
|
|
1465
|
+
appearance: none;
|
|
1466
|
+
fill: transparent;
|
|
1467
|
+
}
|
|
1468
|
+
.BookmarkButton-module_dark__1cwyi {
|
|
1469
|
+
color: #fff;
|
|
1470
|
+
}
|
|
1471
|
+
.BookmarkButton-module_light__1uQyH {
|
|
1472
|
+
color: #000;
|
|
1473
|
+
}
|
|
1474
|
+
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1475
|
+
fill: #e0e0e0;
|
|
1476
|
+
}
|
|
1477
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
|
|
1478
|
+
fill: #fff;
|
|
1479
|
+
}
|
|
1480
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1481
|
+
fill: #000;
|
|
1482
|
+
}
|
|
1483
|
+
@media only screen and (min-width: 64em) {
|
|
1484
|
+
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1485
|
+
width: 12px
|
|
1486
|
+
}
|
|
1487
|
+
}
|
|
1488
|
+
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1489
|
+
display: none;
|
|
1490
|
+
}
|
|
1491
|
+
|
|
1434
1492
|
/* Colors */
|
|
1435
1493
|
/* Fonts */
|
|
1436
1494
|
/* Gap */
|
|
@@ -1579,68 +1637,10 @@
|
|
|
1579
1637
|
/* 511 */
|
|
1580
1638
|
/* 1023 */
|
|
1581
1639
|
/* Zindex */
|
|
1582
|
-
.
|
|
1583
|
-
|
|
1640
|
+
.MaterialTitle-module_root__18ku- {
|
|
1641
|
+
display: block;
|
|
1584
1642
|
}
|
|
1585
|
-
.
|
|
1586
|
-
margin: 0;
|
|
1587
|
-
padding: 5px 3px;
|
|
1588
|
-
|
|
1589
|
-
cursor: pointer;
|
|
1590
|
-
|
|
1591
|
-
color: inherit;
|
|
1592
|
-
border-width: 0;
|
|
1593
|
-
outline: none;
|
|
1594
|
-
background-color: transparent;
|
|
1595
|
-
|
|
1596
|
-
-webkit-appearance: none;
|
|
1597
|
-
|
|
1598
|
-
-moz-appearance: none;
|
|
1599
|
-
|
|
1600
|
-
appearance: none;
|
|
1601
|
-
fill: transparent;
|
|
1602
|
-
}
|
|
1603
|
-
.BookmarkButton-module_dark__1cwyi {
|
|
1604
|
-
color: #fff;
|
|
1605
|
-
}
|
|
1606
|
-
.BookmarkButton-module_light__1uQyH {
|
|
1607
|
-
color: #000;
|
|
1608
|
-
}
|
|
1609
|
-
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1610
|
-
fill: #e0e0e0;
|
|
1611
|
-
}
|
|
1612
|
-
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
|
|
1613
|
-
fill: #fff;
|
|
1614
|
-
}
|
|
1615
|
-
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1616
|
-
fill: #000;
|
|
1617
|
-
}
|
|
1618
|
-
@media only screen and (min-width: 64em) {
|
|
1619
|
-
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1620
|
-
width: 12px
|
|
1621
|
-
}
|
|
1622
|
-
}
|
|
1623
|
-
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1624
|
-
display: none;
|
|
1625
|
-
}
|
|
1626
|
-
|
|
1627
|
-
/* Colors */
|
|
1628
|
-
/* Fonts */
|
|
1629
|
-
/* Gap */
|
|
1630
|
-
/* Media */
|
|
1631
|
-
/* 512 */
|
|
1632
|
-
/* 650 */
|
|
1633
|
-
/* 768 */
|
|
1634
|
-
/* 1024 */
|
|
1635
|
-
/* 1010 */
|
|
1636
|
-
/* 1200 */
|
|
1637
|
-
/* 511 */
|
|
1638
|
-
/* 1023 */
|
|
1639
|
-
/* Zindex */
|
|
1640
|
-
.MaterialTitle-module_root__18ku- {
|
|
1641
|
-
display: block;
|
|
1642
|
-
}
|
|
1643
|
-
.MaterialTitle-module_root__18ku- {
|
|
1643
|
+
.MaterialTitle-module_root__18ku- {
|
|
1644
1644
|
margin: 0;
|
|
1645
1645
|
|
|
1646
1646
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
@@ -1668,94 +1668,6 @@
|
|
|
1668
1668
|
}
|
|
1669
1669
|
}
|
|
1670
1670
|
|
|
1671
|
-
/* Colors */
|
|
1672
|
-
/* Fonts */
|
|
1673
|
-
/* Gap */
|
|
1674
|
-
/* Media */
|
|
1675
|
-
/* 512 */
|
|
1676
|
-
/* 650 */
|
|
1677
|
-
/* 768 */
|
|
1678
|
-
/* 1024 */
|
|
1679
|
-
/* 1010 */
|
|
1680
|
-
/* 1200 */
|
|
1681
|
-
/* 511 */
|
|
1682
|
-
/* 1023 */
|
|
1683
|
-
/* Zindex */
|
|
1684
|
-
.Dropdown-module_root__11PNk {
|
|
1685
|
-
position: relative;
|
|
1686
|
-
z-index: 100;
|
|
1687
|
-
|
|
1688
|
-
display: inline-block;
|
|
1689
|
-
|
|
1690
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1691
|
-
}
|
|
1692
|
-
.Dropdown-module_root__11PNk.Dropdown-module_active__3IwAl .Dropdown-module_menu__3PIqD,
|
|
1693
|
-
.Dropdown-module_root__11PNk:hover .Dropdown-module_menu__3PIqD {
|
|
1694
|
-
visibility: visible;
|
|
1695
|
-
|
|
1696
|
-
opacity: 1;
|
|
1697
|
-
}
|
|
1698
|
-
.Dropdown-module_root__11PNk ul {
|
|
1699
|
-
overflow: hidden;
|
|
1700
|
-
|
|
1701
|
-
width: 162px;
|
|
1702
|
-
margin: 0;
|
|
1703
|
-
padding: 3px 0;
|
|
1704
|
-
|
|
1705
|
-
border-radius: 5px;
|
|
1706
|
-
background: #fff;
|
|
1707
|
-
box-shadow: 0 0 0 1px #c0c0c0, 0 5px 20px 0 rgba(0, 0, 0, 0.2);
|
|
1708
|
-
|
|
1709
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1710
|
-
font-size: 14px;
|
|
1711
|
-
line-height: 26px;
|
|
1712
|
-
}
|
|
1713
|
-
.Dropdown-module_root__11PNk a {
|
|
1714
|
-
display: block;
|
|
1715
|
-
|
|
1716
|
-
padding: 2px 15px;
|
|
1717
|
-
|
|
1718
|
-
text-decoration: none;
|
|
1719
|
-
|
|
1720
|
-
color: #000;
|
|
1721
|
-
box-shadow: none;
|
|
1722
|
-
}
|
|
1723
|
-
.Dropdown-module_root__11PNk a:hover {
|
|
1724
|
-
color: #000;
|
|
1725
|
-
background-color: #f7f7f7;
|
|
1726
|
-
}
|
|
1727
|
-
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1728
|
-
right: 0;
|
|
1729
|
-
left: auto
|
|
1730
|
-
}
|
|
1731
|
-
@media only screen and (min-width: 64em) {
|
|
1732
|
-
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1733
|
-
right: auto;
|
|
1734
|
-
left: 0
|
|
1735
|
-
}
|
|
1736
|
-
}
|
|
1737
|
-
.Dropdown-module_menu__3PIqD {
|
|
1738
|
-
position: absolute;
|
|
1739
|
-
top: 100%;
|
|
1740
|
-
left: 0;
|
|
1741
|
-
|
|
1742
|
-
visibility: hidden;
|
|
1743
|
-
|
|
1744
|
-
padding-top: 6px;
|
|
1745
|
-
|
|
1746
|
-
opacity: 0;
|
|
1747
|
-
}
|
|
1748
|
-
.Dropdown-module_menu__3PIqD::after {
|
|
1749
|
-
position: absolute;
|
|
1750
|
-
z-index: -1;
|
|
1751
|
-
top: -10px;
|
|
1752
|
-
right: -10px;
|
|
1753
|
-
bottom: -10px;
|
|
1754
|
-
left: -10px;
|
|
1755
|
-
|
|
1756
|
-
content: '';
|
|
1757
|
-
}
|
|
1758
|
-
|
|
1759
1671
|
/* Colors */
|
|
1760
1672
|
/* Fonts */
|
|
1761
1673
|
/* Gap */
|
|
@@ -1900,6 +1812,94 @@
|
|
|
1900
1812
|
display: none;
|
|
1901
1813
|
}
|
|
1902
1814
|
|
|
1815
|
+
/* Colors */
|
|
1816
|
+
/* Fonts */
|
|
1817
|
+
/* Gap */
|
|
1818
|
+
/* Media */
|
|
1819
|
+
/* 512 */
|
|
1820
|
+
/* 650 */
|
|
1821
|
+
/* 768 */
|
|
1822
|
+
/* 1024 */
|
|
1823
|
+
/* 1010 */
|
|
1824
|
+
/* 1200 */
|
|
1825
|
+
/* 511 */
|
|
1826
|
+
/* 1023 */
|
|
1827
|
+
/* Zindex */
|
|
1828
|
+
.Dropdown-module_root__11PNk {
|
|
1829
|
+
position: relative;
|
|
1830
|
+
z-index: 100;
|
|
1831
|
+
|
|
1832
|
+
display: inline-block;
|
|
1833
|
+
|
|
1834
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1835
|
+
}
|
|
1836
|
+
.Dropdown-module_root__11PNk.Dropdown-module_active__3IwAl .Dropdown-module_menu__3PIqD,
|
|
1837
|
+
.Dropdown-module_root__11PNk:hover .Dropdown-module_menu__3PIqD {
|
|
1838
|
+
visibility: visible;
|
|
1839
|
+
|
|
1840
|
+
opacity: 1;
|
|
1841
|
+
}
|
|
1842
|
+
.Dropdown-module_root__11PNk ul {
|
|
1843
|
+
overflow: hidden;
|
|
1844
|
+
|
|
1845
|
+
width: 162px;
|
|
1846
|
+
margin: 0;
|
|
1847
|
+
padding: 3px 0;
|
|
1848
|
+
|
|
1849
|
+
border-radius: 5px;
|
|
1850
|
+
background: #fff;
|
|
1851
|
+
box-shadow: 0 0 0 1px #c0c0c0, 0 5px 20px 0 rgba(0, 0, 0, 0.2);
|
|
1852
|
+
|
|
1853
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1854
|
+
font-size: 14px;
|
|
1855
|
+
line-height: 26px;
|
|
1856
|
+
}
|
|
1857
|
+
.Dropdown-module_root__11PNk a {
|
|
1858
|
+
display: block;
|
|
1859
|
+
|
|
1860
|
+
padding: 2px 15px;
|
|
1861
|
+
|
|
1862
|
+
text-decoration: none;
|
|
1863
|
+
|
|
1864
|
+
color: #000;
|
|
1865
|
+
box-shadow: none;
|
|
1866
|
+
}
|
|
1867
|
+
.Dropdown-module_root__11PNk a:hover {
|
|
1868
|
+
color: #000;
|
|
1869
|
+
background-color: #f7f7f7;
|
|
1870
|
+
}
|
|
1871
|
+
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1872
|
+
right: 0;
|
|
1873
|
+
left: auto
|
|
1874
|
+
}
|
|
1875
|
+
@media only screen and (min-width: 64em) {
|
|
1876
|
+
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1877
|
+
right: auto;
|
|
1878
|
+
left: 0
|
|
1879
|
+
}
|
|
1880
|
+
}
|
|
1881
|
+
.Dropdown-module_menu__3PIqD {
|
|
1882
|
+
position: absolute;
|
|
1883
|
+
top: 100%;
|
|
1884
|
+
left: 0;
|
|
1885
|
+
|
|
1886
|
+
visibility: hidden;
|
|
1887
|
+
|
|
1888
|
+
padding-top: 6px;
|
|
1889
|
+
|
|
1890
|
+
opacity: 0;
|
|
1891
|
+
}
|
|
1892
|
+
.Dropdown-module_menu__3PIqD::after {
|
|
1893
|
+
position: absolute;
|
|
1894
|
+
z-index: -1;
|
|
1895
|
+
top: -10px;
|
|
1896
|
+
right: -10px;
|
|
1897
|
+
bottom: -10px;
|
|
1898
|
+
left: -10px;
|
|
1899
|
+
|
|
1900
|
+
content: '';
|
|
1901
|
+
}
|
|
1902
|
+
|
|
1903
1903
|
/* Colors */
|
|
1904
1904
|
/* Fonts */
|
|
1905
1905
|
/* Gap */
|
|
@@ -2111,6 +2111,24 @@
|
|
|
2111
2111
|
}
|
|
2112
2112
|
}
|
|
2113
2113
|
|
|
2114
|
+
/* Colors */
|
|
2115
|
+
/* Fonts */
|
|
2116
|
+
/* Gap */
|
|
2117
|
+
/* Media */
|
|
2118
|
+
/* 512 */
|
|
2119
|
+
/* 650 */
|
|
2120
|
+
/* 768 */
|
|
2121
|
+
/* 1024 */
|
|
2122
|
+
/* 1010 */
|
|
2123
|
+
/* 1200 */
|
|
2124
|
+
/* 511 */
|
|
2125
|
+
/* 1023 */
|
|
2126
|
+
/* Zindex */
|
|
2127
|
+
.Timestamp-module_root__coOvT {
|
|
2128
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2129
|
+
font-weight: normal;
|
|
2130
|
+
}
|
|
2131
|
+
|
|
2114
2132
|
/* Colors */
|
|
2115
2133
|
/* Fonts */
|
|
2116
2134
|
/* Gap */
|
|
@@ -2246,26 +2264,8 @@
|
|
|
2246
2264
|
/* 511 */
|
|
2247
2265
|
/* 1023 */
|
|
2248
2266
|
/* Zindex */
|
|
2249
|
-
.
|
|
2250
|
-
|
|
2251
|
-
font-weight: normal;
|
|
2252
|
-
}
|
|
2253
|
-
|
|
2254
|
-
/* Colors */
|
|
2255
|
-
/* Fonts */
|
|
2256
|
-
/* Gap */
|
|
2257
|
-
/* Media */
|
|
2258
|
-
/* 512 */
|
|
2259
|
-
/* 650 */
|
|
2260
|
-
/* 768 */
|
|
2261
|
-
/* 1024 */
|
|
2262
|
-
/* 1010 */
|
|
2263
|
-
/* 1200 */
|
|
2264
|
-
/* 511 */
|
|
2265
|
-
/* 1023 */
|
|
2266
|
-
/* Zindex */
|
|
2267
|
-
.QuoteBlock-module_root__2GrcC {
|
|
2268
|
-
position: relative;
|
|
2267
|
+
.QuoteBlock-module_root__2GrcC {
|
|
2268
|
+
position: relative;
|
|
2269
2269
|
|
|
2270
2270
|
margin-bottom: calc(14rem / 16);
|
|
2271
2271
|
padding-left: calc(18rem / 16);
|
|
@@ -2871,126 +2871,6 @@
|
|
|
2871
2871
|
}
|
|
2872
2872
|
|
|
2873
2873
|
|
|
2874
|
-
/* Colors */
|
|
2875
|
-
/* Fonts */
|
|
2876
|
-
/* Gap */
|
|
2877
|
-
/* Media */
|
|
2878
|
-
/* 512 */
|
|
2879
|
-
/* 650 */
|
|
2880
|
-
/* 768 */
|
|
2881
|
-
/* 1024 */
|
|
2882
|
-
/* 1010 */
|
|
2883
|
-
/* 1200 */
|
|
2884
|
-
/* 511 */
|
|
2885
|
-
/* 1023 */
|
|
2886
|
-
/* Zindex */
|
|
2887
|
-
.RichTitle-module_root__BK_WT {
|
|
2888
|
-
margin: 0 0 18px;
|
|
2889
|
-
|
|
2890
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2891
|
-
font-size: 19px;
|
|
2892
|
-
font-weight: 700;
|
|
2893
|
-
line-height: 23px
|
|
2894
|
-
}
|
|
2895
|
-
@media only screen and (min-width: 48em) {
|
|
2896
|
-
.RichTitle-module_root__BK_WT {
|
|
2897
|
-
margin-bottom: 15px;
|
|
2898
|
-
|
|
2899
|
-
font-size: 37px;
|
|
2900
|
-
line-height: 42px
|
|
2901
|
-
}
|
|
2902
|
-
}
|
|
2903
|
-
.RichTitle-module_root__BK_WT:last-child {
|
|
2904
|
-
margin-bottom: 0;
|
|
2905
|
-
}
|
|
2906
|
-
.RichTitle-module_root__BK_WT span {
|
|
2907
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
2908
|
-
font-size: 20px;
|
|
2909
|
-
font-weight: normal
|
|
2910
|
-
}
|
|
2911
|
-
@media only screen and (min-width: 48em) {
|
|
2912
|
-
.RichTitle-module_root__BK_WT span {
|
|
2913
|
-
font-size: 38px
|
|
2914
|
-
}
|
|
2915
|
-
}
|
|
2916
|
-
@media only screen and (min-width: 32em) {
|
|
2917
|
-
.RichTitle-module_slide__1A-gB,
|
|
2918
|
-
.RichTitle-module_game__1g8Bn {
|
|
2919
|
-
text-align: center
|
|
2920
|
-
}
|
|
2921
|
-
}
|
|
2922
|
-
@media only screen and (min-width: 64em) {
|
|
2923
|
-
.RichTitle-module_half__10GRI {
|
|
2924
|
-
font-size: 33px;
|
|
2925
|
-
line-height: 36px
|
|
2926
|
-
}
|
|
2927
|
-
}
|
|
2928
|
-
@media only screen and (min-width: 64em) {
|
|
2929
|
-
.RichTitle-module_half__10GRI span {
|
|
2930
|
-
font-size: 34px
|
|
2931
|
-
}
|
|
2932
|
-
}
|
|
2933
|
-
.RichTitle-module_game__1g8Bn:first-child {
|
|
2934
|
-
padding-top: 9px;
|
|
2935
|
-
}
|
|
2936
|
-
@media only screen and (max-width: 63.9375em) {
|
|
2937
|
-
.RichTitle-module_featured__wJfaQ {
|
|
2938
|
-
letter-spacing: 0.3px;
|
|
2939
|
-
|
|
2940
|
-
font-size: 28px;
|
|
2941
|
-
line-height: 30px
|
|
2942
|
-
}
|
|
2943
|
-
}
|
|
2944
|
-
@media only screen and (max-width: 63.9375em) {
|
|
2945
|
-
.RichTitle-module_featured__wJfaQ span {
|
|
2946
|
-
display: block;
|
|
2947
|
-
|
|
2948
|
-
padding-top: 2px;
|
|
2949
|
-
|
|
2950
|
-
font-size: 18px;
|
|
2951
|
-
line-height: 24px
|
|
2952
|
-
}
|
|
2953
|
-
}
|
|
2954
|
-
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
2955
|
-
text-align: left
|
|
2956
|
-
}
|
|
2957
|
-
@media only screen and (min-width: 64em) {
|
|
2958
|
-
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
2959
|
-
margin-bottom: 18px
|
|
2960
|
-
}
|
|
2961
|
-
}
|
|
2962
|
-
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
2963
|
-
font-size: 19px;
|
|
2964
|
-
line-height: 23px
|
|
2965
|
-
}
|
|
2966
|
-
@media only screen and (min-width: 64em) {
|
|
2967
|
-
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
2968
|
-
font-size: 1.3rem;
|
|
2969
|
-
line-height: 1.6rem
|
|
2970
|
-
}
|
|
2971
|
-
}
|
|
2972
|
-
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
2973
|
-
font-size: 20px
|
|
2974
|
-
}
|
|
2975
|
-
@media only screen and (min-width: 64em) {
|
|
2976
|
-
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
2977
|
-
font-size: 1.35rem
|
|
2978
|
-
}
|
|
2979
|
-
}
|
|
2980
|
-
@media only screen and (min-width: 32em) {
|
|
2981
|
-
.RichTitle-module_mobile__1Cb6E {
|
|
2982
|
-
display: none
|
|
2983
|
-
}
|
|
2984
|
-
}
|
|
2985
|
-
.RichTitle-module_desktop__2ixSQ {
|
|
2986
|
-
display: none
|
|
2987
|
-
}
|
|
2988
|
-
@media only screen and (min-width: 32em) {
|
|
2989
|
-
.RichTitle-module_desktop__2ixSQ {
|
|
2990
|
-
display: block
|
|
2991
|
-
}
|
|
2992
|
-
}
|
|
2993
|
-
|
|
2994
2874
|
/* Colors */
|
|
2995
2875
|
/* Fonts */
|
|
2996
2876
|
/* Gap */
|
|
@@ -3166,119 +3046,369 @@
|
|
|
3166
3046
|
/* 511 */
|
|
3167
3047
|
/* 1023 */
|
|
3168
3048
|
/* Zindex */
|
|
3169
|
-
|
|
3170
|
-
|
|
3171
|
-
position: relative;
|
|
3172
|
-
|
|
3173
|
-
padding: 0 4px;
|
|
3174
|
-
|
|
3175
|
-
cursor: pointer;
|
|
3176
|
-
white-space: pre-wrap;
|
|
3049
|
+
.RelatedBlock-module_root__IKcQq {
|
|
3050
|
+
margin: 16px 0;
|
|
3177
3051
|
|
|
3178
|
-
border-radius:
|
|
3179
|
-
background: #
|
|
3180
|
-
box-shadow: inset
|
|
3181
|
-
inset 0 -1px #b3b3b3
|
|
3052
|
+
border-radius: 8px;
|
|
3053
|
+
background-color: #f5f5f5;
|
|
3054
|
+
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
|
|
3182
3055
|
}
|
|
3183
3056
|
@media only screen and (min-width: 48em) {
|
|
3184
|
-
|
|
3185
|
-
|
|
3057
|
+
.RelatedBlock-module_root__IKcQq {
|
|
3058
|
+
margin: 25px 0
|
|
3186
3059
|
}
|
|
3187
3060
|
}
|
|
3188
|
-
|
|
3189
|
-
|
|
3190
|
-
box-shadow: inset 1px 0 #999, inset 0 1px #999, inset -1px 0 #999,
|
|
3191
|
-
inset 0 -1px #999;
|
|
3061
|
+
.RelatedBlock-module_root__IKcQq:last-child {
|
|
3062
|
+
margin-bottom: 0;
|
|
3192
3063
|
}
|
|
3193
|
-
|
|
3194
|
-
|
|
3195
|
-
background-color: #f4efe9;
|
|
3196
|
-
box-shadow: inset 1px 0 #b88b58, inset 0 1px #b88b58, inset -1px 0 #b88b58,
|
|
3197
|
-
inset 0 -1px #b88b58;
|
|
3064
|
+
.RelatedBlock-module_root__IKcQq:first-child {
|
|
3065
|
+
margin-top: 0;
|
|
3198
3066
|
}
|
|
3199
|
-
.
|
|
3200
|
-
|
|
3067
|
+
.RelatedBlock-module_root__IKcQq a {
|
|
3068
|
+
display: block;
|
|
3201
3069
|
|
|
3202
|
-
|
|
3203
|
-
font-size: calc(18rem / 16);
|
|
3204
|
-
line-height: calc(24rem / 16)
|
|
3205
|
-
}
|
|
3206
|
-
@media only screen and (min-width: 32em) {
|
|
3207
|
-
.SimpleBlock-module_p__Q3azD {
|
|
3208
|
-
margin: 0 0 20px;
|
|
3070
|
+
padding: 12px 12px 13px;
|
|
3209
3071
|
|
|
3210
|
-
|
|
3211
|
-
line-height: 28px
|
|
3212
|
-
}
|
|
3213
|
-
}
|
|
3214
|
-
.SimpleBlock-module_p__Q3azD a,
|
|
3215
|
-
.SimpleBlock-module_h2__S0LRs a,
|
|
3216
|
-
.SimpleBlock-module_h3__2Kv7Y a,
|
|
3217
|
-
.SimpleBlock-module_h4__2TJO3 a,
|
|
3218
|
-
.SimpleBlock-module_lead__35nXx a,
|
|
3219
|
-
.SimpleBlock-module_lead_hr__1yD5v a,
|
|
3220
|
-
.SimpleBlock-module_context_p__33saY a {
|
|
3072
|
+
transition: color 0.15s;
|
|
3221
3073
|
text-decoration: none;
|
|
3222
3074
|
|
|
3223
|
-
color:
|
|
3224
|
-
box-shadow:
|
|
3225
|
-
}
|
|
3226
|
-
.SimpleBlock-module_p__Q3azD a:hover,
|
|
3227
|
-
.SimpleBlock-module_h2__S0LRs a:hover,
|
|
3228
|
-
.SimpleBlock-module_h3__2Kv7Y a:hover,
|
|
3229
|
-
.SimpleBlock-module_h4__2TJO3 a:hover,
|
|
3230
|
-
.SimpleBlock-module_lead__35nXx a:hover,
|
|
3231
|
-
.SimpleBlock-module_lead_hr__1yD5v a:hover,
|
|
3232
|
-
.SimpleBlock-module_context_p__33saY a:hover {
|
|
3233
|
-
color: #b88b59;
|
|
3234
|
-
}
|
|
3235
|
-
.SimpleBlock-module_h3__2Kv7Y:first-child,
|
|
3236
|
-
.SimpleBlock-module_h4__2TJO3:first-child,
|
|
3237
|
-
.SimpleBlock-module_p__Q3azD:first-child,
|
|
3238
|
-
.SimpleBlock-module_lead__35nXx:first-child,
|
|
3239
|
-
.SimpleBlock-module_blockquote__pwpcX:first-child {
|
|
3240
|
-
margin-top: 0;
|
|
3241
|
-
}
|
|
3242
|
-
.SimpleBlock-module_p__Q3azD:last-child,
|
|
3243
|
-
.SimpleBlock-module_blockquote__pwpcX:last-child,
|
|
3244
|
-
.SimpleBlock-module_lead__35nXx:last-child,
|
|
3245
|
-
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx:last-child,
|
|
3246
|
-
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx:last-child,
|
|
3247
|
-
.SimpleBlock-module_h2__S0LRs:last-child {
|
|
3248
|
-
margin-bottom: 0;
|
|
3249
|
-
}
|
|
3250
|
-
.SimpleBlock-module_h2__S0LRs {
|
|
3251
|
-
max-width: 520px;
|
|
3252
|
-
margin: 0 0 calc(15rem / 16);
|
|
3075
|
+
color: #000;
|
|
3076
|
+
box-shadow: none;
|
|
3253
3077
|
|
|
3254
|
-
font-
|
|
3255
|
-
|
|
3256
|
-
font-weight: bold;
|
|
3257
|
-
line-height: calc(28rem / 16)
|
|
3078
|
+
font-size: 17px;
|
|
3079
|
+
line-height: 20px
|
|
3258
3080
|
}
|
|
3259
|
-
@media only screen and (min-width:
|
|
3260
|
-
.
|
|
3261
|
-
|
|
3081
|
+
@media only screen and (min-width: 48em) {
|
|
3082
|
+
.RelatedBlock-module_root__IKcQq a {
|
|
3083
|
+
padding: 15px 20px 17px;
|
|
3262
3084
|
|
|
3263
|
-
font-size:
|
|
3264
|
-
line-height:
|
|
3085
|
+
font-size: 19px;
|
|
3086
|
+
line-height: 23px
|
|
3265
3087
|
}
|
|
3266
3088
|
}
|
|
3267
|
-
.
|
|
3268
|
-
|
|
3269
|
-
}
|
|
3270
|
-
@media only screen and (min-width: 32em) {
|
|
3271
|
-
.SimpleBlock-module_h2__S0LRs + figure {
|
|
3272
|
-
margin-top: -20px
|
|
3089
|
+
.RelatedBlock-module_root__IKcQq a:hover {
|
|
3090
|
+
color: #5c5c5c;
|
|
3273
3091
|
}
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
margin-bottom: calc(10rem / 16);
|
|
3092
|
+
.RelatedBlock-module_header__2SuWP {
|
|
3093
|
+
margin: 0;
|
|
3094
|
+
padding: 14px 12px 3px;
|
|
3278
3095
|
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
|
|
3096
|
+
letter-spacing: 1px;
|
|
3097
|
+
text-transform: uppercase;
|
|
3098
|
+
|
|
3099
|
+
color: #7F7F7F;
|
|
3100
|
+
|
|
3101
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3102
|
+
font-size: 12px;
|
|
3103
|
+
font-weight: 600;
|
|
3104
|
+
line-height: 17px
|
|
3105
|
+
}
|
|
3106
|
+
@media only screen and (min-width: 48em) {
|
|
3107
|
+
.RelatedBlock-module_header__2SuWP {
|
|
3108
|
+
padding: 20px 20px 14px;
|
|
3109
|
+
|
|
3110
|
+
font-size: 14px;
|
|
3111
|
+
line-height: 16px
|
|
3112
|
+
}
|
|
3113
|
+
}
|
|
3114
|
+
.RelatedBlock-module_items__2V-Ap {
|
|
3115
|
+
margin: 0;
|
|
3116
|
+
padding-left: 0;
|
|
3117
|
+
|
|
3118
|
+
list-style: none;
|
|
3119
|
+
}
|
|
3120
|
+
.RelatedBlock-module_items__2V-Ap li {
|
|
3121
|
+
padding: 0;
|
|
3122
|
+
}
|
|
3123
|
+
.RelatedBlock-module_items__2V-Ap li + li {
|
|
3124
|
+
border-top: 1px solid #e6e6e6;
|
|
3125
|
+
}
|
|
3126
|
+
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3127
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3128
|
+
font-size: 16px;
|
|
3129
|
+
font-weight: 700;
|
|
3130
|
+
line-height: 18px
|
|
3131
|
+
}
|
|
3132
|
+
@media only screen and (min-width: 48em) {
|
|
3133
|
+
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3134
|
+
font-size: 18px
|
|
3135
|
+
}
|
|
3136
|
+
}
|
|
3137
|
+
.RelatedBlock-module_simple__29HVO {
|
|
3138
|
+
}
|
|
3139
|
+
.RelatedBlock-module_center__1LmW8 {
|
|
3140
|
+
max-width: 650px;
|
|
3141
|
+
margin-right: auto;
|
|
3142
|
+
margin-left: auto;
|
|
3143
|
+
}
|
|
3144
|
+
.RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
|
|
3145
|
+
margin-top: 0;
|
|
3146
|
+
}
|
|
3147
|
+
.RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
|
|
3148
|
+
margin-bottom: 0;
|
|
3149
|
+
}
|
|
3150
|
+
/* VISIBILITY */
|
|
3151
|
+
@media only screen and (min-width: 32em) {
|
|
3152
|
+
.RelatedBlock-module_mobile__2XM5a {
|
|
3153
|
+
display: none
|
|
3154
|
+
}
|
|
3155
|
+
}
|
|
3156
|
+
.RelatedBlock-module_desktop__2mXeq {
|
|
3157
|
+
display: none
|
|
3158
|
+
}
|
|
3159
|
+
@media only screen and (min-width: 32em) {
|
|
3160
|
+
.RelatedBlock-module_desktop__2mXeq {
|
|
3161
|
+
display: block
|
|
3162
|
+
}
|
|
3163
|
+
}
|
|
3164
|
+
|
|
3165
|
+
|
|
3166
|
+
/* Colors */
|
|
3167
|
+
/* Fonts */
|
|
3168
|
+
/* Gap */
|
|
3169
|
+
/* Media */
|
|
3170
|
+
/* 512 */
|
|
3171
|
+
/* 650 */
|
|
3172
|
+
/* 768 */
|
|
3173
|
+
/* 1024 */
|
|
3174
|
+
/* 1010 */
|
|
3175
|
+
/* 1200 */
|
|
3176
|
+
/* 511 */
|
|
3177
|
+
/* 1023 */
|
|
3178
|
+
/* Zindex */
|
|
3179
|
+
.RichTitle-module_root__BK_WT {
|
|
3180
|
+
margin: 0 0 18px;
|
|
3181
|
+
|
|
3182
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3183
|
+
font-size: 19px;
|
|
3184
|
+
font-weight: 700;
|
|
3185
|
+
line-height: 23px
|
|
3186
|
+
}
|
|
3187
|
+
@media only screen and (min-width: 48em) {
|
|
3188
|
+
.RichTitle-module_root__BK_WT {
|
|
3189
|
+
margin-bottom: 15px;
|
|
3190
|
+
|
|
3191
|
+
font-size: 37px;
|
|
3192
|
+
line-height: 42px
|
|
3193
|
+
}
|
|
3194
|
+
}
|
|
3195
|
+
.RichTitle-module_root__BK_WT:last-child {
|
|
3196
|
+
margin-bottom: 0;
|
|
3197
|
+
}
|
|
3198
|
+
.RichTitle-module_root__BK_WT span {
|
|
3199
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3200
|
+
font-size: 20px;
|
|
3201
|
+
font-weight: normal
|
|
3202
|
+
}
|
|
3203
|
+
@media only screen and (min-width: 48em) {
|
|
3204
|
+
.RichTitle-module_root__BK_WT span {
|
|
3205
|
+
font-size: 38px
|
|
3206
|
+
}
|
|
3207
|
+
}
|
|
3208
|
+
@media only screen and (min-width: 32em) {
|
|
3209
|
+
.RichTitle-module_slide__1A-gB,
|
|
3210
|
+
.RichTitle-module_game__1g8Bn {
|
|
3211
|
+
text-align: center
|
|
3212
|
+
}
|
|
3213
|
+
}
|
|
3214
|
+
@media only screen and (min-width: 64em) {
|
|
3215
|
+
.RichTitle-module_half__10GRI {
|
|
3216
|
+
font-size: 33px;
|
|
3217
|
+
line-height: 36px
|
|
3218
|
+
}
|
|
3219
|
+
}
|
|
3220
|
+
@media only screen and (min-width: 64em) {
|
|
3221
|
+
.RichTitle-module_half__10GRI span {
|
|
3222
|
+
font-size: 34px
|
|
3223
|
+
}
|
|
3224
|
+
}
|
|
3225
|
+
.RichTitle-module_game__1g8Bn:first-child {
|
|
3226
|
+
padding-top: 9px;
|
|
3227
|
+
}
|
|
3228
|
+
@media only screen and (max-width: 63.9375em) {
|
|
3229
|
+
.RichTitle-module_featured__wJfaQ {
|
|
3230
|
+
letter-spacing: 0.3px;
|
|
3231
|
+
|
|
3232
|
+
font-size: 28px;
|
|
3233
|
+
line-height: 30px
|
|
3234
|
+
}
|
|
3235
|
+
}
|
|
3236
|
+
@media only screen and (max-width: 63.9375em) {
|
|
3237
|
+
.RichTitle-module_featured__wJfaQ span {
|
|
3238
|
+
display: block;
|
|
3239
|
+
|
|
3240
|
+
padding-top: 2px;
|
|
3241
|
+
|
|
3242
|
+
font-size: 18px;
|
|
3243
|
+
line-height: 24px
|
|
3244
|
+
}
|
|
3245
|
+
}
|
|
3246
|
+
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
3247
|
+
text-align: left
|
|
3248
|
+
}
|
|
3249
|
+
@media only screen and (min-width: 64em) {
|
|
3250
|
+
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
3251
|
+
margin-bottom: 18px
|
|
3252
|
+
}
|
|
3253
|
+
}
|
|
3254
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
3255
|
+
font-size: 19px;
|
|
3256
|
+
line-height: 23px
|
|
3257
|
+
}
|
|
3258
|
+
@media only screen and (min-width: 64em) {
|
|
3259
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
3260
|
+
font-size: 1.3rem;
|
|
3261
|
+
line-height: 1.6rem
|
|
3262
|
+
}
|
|
3263
|
+
}
|
|
3264
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3265
|
+
font-size: 20px
|
|
3266
|
+
}
|
|
3267
|
+
@media only screen and (min-width: 64em) {
|
|
3268
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3269
|
+
font-size: 1.35rem
|
|
3270
|
+
}
|
|
3271
|
+
}
|
|
3272
|
+
@media only screen and (min-width: 32em) {
|
|
3273
|
+
.RichTitle-module_mobile__1Cb6E {
|
|
3274
|
+
display: none
|
|
3275
|
+
}
|
|
3276
|
+
}
|
|
3277
|
+
.RichTitle-module_desktop__2ixSQ {
|
|
3278
|
+
display: none
|
|
3279
|
+
}
|
|
3280
|
+
@media only screen and (min-width: 32em) {
|
|
3281
|
+
.RichTitle-module_desktop__2ixSQ {
|
|
3282
|
+
display: block
|
|
3283
|
+
}
|
|
3284
|
+
}
|
|
3285
|
+
|
|
3286
|
+
/* Colors */
|
|
3287
|
+
/* Fonts */
|
|
3288
|
+
/* Gap */
|
|
3289
|
+
/* Media */
|
|
3290
|
+
/* 512 */
|
|
3291
|
+
/* 650 */
|
|
3292
|
+
/* 768 */
|
|
3293
|
+
/* 1024 */
|
|
3294
|
+
/* 1010 */
|
|
3295
|
+
/* 1200 */
|
|
3296
|
+
/* 511 */
|
|
3297
|
+
/* 1023 */
|
|
3298
|
+
/* Zindex */
|
|
3299
|
+
/* stylelint-disable declaration-empty-line-before */
|
|
3300
|
+
span[data-body] {
|
|
3301
|
+
position: relative;
|
|
3302
|
+
|
|
3303
|
+
padding: 0 4px;
|
|
3304
|
+
|
|
3305
|
+
cursor: pointer;
|
|
3306
|
+
white-space: pre-wrap;
|
|
3307
|
+
|
|
3308
|
+
border-radius: 4px;
|
|
3309
|
+
background: #f8f8f8;
|
|
3310
|
+
box-shadow: inset 1px 0 #b3b3b3, inset 0 1px #b3b3b3, inset -1px 0 #b3b3b3,
|
|
3311
|
+
inset 0 -1px #b3b3b3
|
|
3312
|
+
}
|
|
3313
|
+
@media only screen and (min-width: 48em) {
|
|
3314
|
+
span[data-body] {
|
|
3315
|
+
padding-bottom: 1px
|
|
3316
|
+
}
|
|
3317
|
+
}
|
|
3318
|
+
span[data-body]:hover {
|
|
3319
|
+
background: #f3f3f3;
|
|
3320
|
+
box-shadow: inset 1px 0 #999, inset 0 1px #999, inset -1px 0 #999,
|
|
3321
|
+
inset 0 -1px #999;
|
|
3322
|
+
}
|
|
3323
|
+
span[data-highlight='true'],
|
|
3324
|
+
span[data-highlight='true']:hover {
|
|
3325
|
+
background-color: #f4efe9;
|
|
3326
|
+
box-shadow: inset 1px 0 #b88b58, inset 0 1px #b88b58, inset -1px 0 #b88b58,
|
|
3327
|
+
inset 0 -1px #b88b58;
|
|
3328
|
+
}
|
|
3329
|
+
.SimpleBlock-module_p__Q3azD {
|
|
3330
|
+
margin: 0 0 14px;
|
|
3331
|
+
|
|
3332
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3333
|
+
font-size: calc(18rem / 16);
|
|
3334
|
+
line-height: calc(24rem / 16)
|
|
3335
|
+
}
|
|
3336
|
+
@media only screen and (min-width: 32em) {
|
|
3337
|
+
.SimpleBlock-module_p__Q3azD {
|
|
3338
|
+
margin: 0 0 20px;
|
|
3339
|
+
|
|
3340
|
+
font-size: 20px;
|
|
3341
|
+
line-height: 28px
|
|
3342
|
+
}
|
|
3343
|
+
}
|
|
3344
|
+
.SimpleBlock-module_p__Q3azD a,
|
|
3345
|
+
.SimpleBlock-module_h2__S0LRs a,
|
|
3346
|
+
.SimpleBlock-module_h3__2Kv7Y a,
|
|
3347
|
+
.SimpleBlock-module_h4__2TJO3 a,
|
|
3348
|
+
.SimpleBlock-module_lead__35nXx a,
|
|
3349
|
+
.SimpleBlock-module_lead_hr__1yD5v a,
|
|
3350
|
+
.SimpleBlock-module_context_p__33saY a {
|
|
3351
|
+
text-decoration: none;
|
|
3352
|
+
|
|
3353
|
+
color: inherit;
|
|
3354
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
3355
|
+
}
|
|
3356
|
+
.SimpleBlock-module_p__Q3azD a:hover,
|
|
3357
|
+
.SimpleBlock-module_h2__S0LRs a:hover,
|
|
3358
|
+
.SimpleBlock-module_h3__2Kv7Y a:hover,
|
|
3359
|
+
.SimpleBlock-module_h4__2TJO3 a:hover,
|
|
3360
|
+
.SimpleBlock-module_lead__35nXx a:hover,
|
|
3361
|
+
.SimpleBlock-module_lead_hr__1yD5v a:hover,
|
|
3362
|
+
.SimpleBlock-module_context_p__33saY a:hover {
|
|
3363
|
+
color: #b88b59;
|
|
3364
|
+
}
|
|
3365
|
+
.SimpleBlock-module_h3__2Kv7Y:first-child,
|
|
3366
|
+
.SimpleBlock-module_h4__2TJO3:first-child,
|
|
3367
|
+
.SimpleBlock-module_p__Q3azD:first-child,
|
|
3368
|
+
.SimpleBlock-module_lead__35nXx:first-child,
|
|
3369
|
+
.SimpleBlock-module_blockquote__pwpcX:first-child {
|
|
3370
|
+
margin-top: 0;
|
|
3371
|
+
}
|
|
3372
|
+
.SimpleBlock-module_p__Q3azD:last-child,
|
|
3373
|
+
.SimpleBlock-module_blockquote__pwpcX:last-child,
|
|
3374
|
+
.SimpleBlock-module_lead__35nXx:last-child,
|
|
3375
|
+
.SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx:last-child,
|
|
3376
|
+
.SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx:last-child,
|
|
3377
|
+
.SimpleBlock-module_h2__S0LRs:last-child {
|
|
3378
|
+
margin-bottom: 0;
|
|
3379
|
+
}
|
|
3380
|
+
.SimpleBlock-module_h2__S0LRs {
|
|
3381
|
+
max-width: 520px;
|
|
3382
|
+
margin: 0 0 calc(15rem / 16);
|
|
3383
|
+
|
|
3384
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3385
|
+
font-size: calc(25rem / 16);
|
|
3386
|
+
font-weight: bold;
|
|
3387
|
+
line-height: calc(28rem / 16)
|
|
3388
|
+
}
|
|
3389
|
+
@media only screen and (min-width: 32em) {
|
|
3390
|
+
.SimpleBlock-module_h2__S0LRs {
|
|
3391
|
+
margin: 0 0 45px;
|
|
3392
|
+
|
|
3393
|
+
font-size: 37px;
|
|
3394
|
+
line-height: 39px
|
|
3395
|
+
}
|
|
3396
|
+
}
|
|
3397
|
+
.SimpleBlock-module_h2__S0LRs + figure {
|
|
3398
|
+
margin-top: calc(15rem / 16)
|
|
3399
|
+
}
|
|
3400
|
+
@media only screen and (min-width: 32em) {
|
|
3401
|
+
.SimpleBlock-module_h2__S0LRs + figure {
|
|
3402
|
+
margin-top: -20px
|
|
3403
|
+
}
|
|
3404
|
+
}
|
|
3405
|
+
.SimpleBlock-module_h3__2Kv7Y {
|
|
3406
|
+
margin-top: calc(29rem / 16);
|
|
3407
|
+
margin-bottom: calc(10rem / 16);
|
|
3408
|
+
|
|
3409
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3410
|
+
font-size: calc(20rem / 16);
|
|
3411
|
+
font-weight: bold;
|
|
3282
3412
|
line-height: calc(24rem / 16)
|
|
3283
3413
|
}
|
|
3284
3414
|
@media only screen and (min-width: 32em) {
|
|
@@ -3610,123 +3740,37 @@ a mark {
|
|
|
3610
3740
|
/* 511 */
|
|
3611
3741
|
/* 1023 */
|
|
3612
3742
|
/* Zindex */
|
|
3613
|
-
.
|
|
3614
|
-
margin:
|
|
3615
|
-
|
|
3616
|
-
border-radius: 8px;
|
|
3617
|
-
background-color: #f5f5f5;
|
|
3618
|
-
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
|
|
3619
|
-
}
|
|
3620
|
-
@media only screen and (min-width: 48em) {
|
|
3621
|
-
.RelatedBlock-module_root__IKcQq {
|
|
3622
|
-
margin: 25px 0
|
|
3623
|
-
}
|
|
3624
|
-
}
|
|
3625
|
-
.RelatedBlock-module_root__IKcQq:last-child {
|
|
3626
|
-
margin-bottom: 0;
|
|
3627
|
-
}
|
|
3628
|
-
.RelatedBlock-module_root__IKcQq:first-child {
|
|
3629
|
-
margin-top: 0;
|
|
3630
|
-
}
|
|
3631
|
-
.RelatedBlock-module_root__IKcQq a {
|
|
3632
|
-
display: block;
|
|
3633
|
-
|
|
3634
|
-
padding: 12px 12px 13px;
|
|
3635
|
-
|
|
3636
|
-
transition: color 0.15s;
|
|
3637
|
-
text-decoration: none;
|
|
3638
|
-
|
|
3639
|
-
color: #000;
|
|
3640
|
-
box-shadow: none;
|
|
3641
|
-
|
|
3642
|
-
font-size: 17px;
|
|
3643
|
-
line-height: 20px
|
|
3644
|
-
}
|
|
3645
|
-
@media only screen and (min-width: 48em) {
|
|
3646
|
-
.RelatedBlock-module_root__IKcQq a {
|
|
3647
|
-
padding: 15px 20px 17px;
|
|
3648
|
-
|
|
3649
|
-
font-size: 19px;
|
|
3650
|
-
line-height: 23px
|
|
3651
|
-
}
|
|
3652
|
-
}
|
|
3653
|
-
.RelatedBlock-module_root__IKcQq a:hover {
|
|
3654
|
-
color: #5c5c5c;
|
|
3655
|
-
}
|
|
3656
|
-
.RelatedBlock-module_header__2SuWP {
|
|
3657
|
-
margin: 0;
|
|
3658
|
-
padding: 14px 12px 3px;
|
|
3659
|
-
|
|
3660
|
-
letter-spacing: 1px;
|
|
3661
|
-
text-transform: uppercase;
|
|
3662
|
-
|
|
3663
|
-
color: #7F7F7F;
|
|
3743
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3744
|
+
margin: 0 0 18px;
|
|
3664
3745
|
|
|
3665
|
-
font-family: '
|
|
3666
|
-
font-size:
|
|
3667
|
-
font-weight:
|
|
3668
|
-
line-height:
|
|
3746
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3747
|
+
font-size: 20px;
|
|
3748
|
+
font-weight: normal;
|
|
3749
|
+
line-height: 23px
|
|
3669
3750
|
}
|
|
3670
3751
|
@media only screen and (min-width: 48em) {
|
|
3671
|
-
.
|
|
3672
|
-
|
|
3673
|
-
|
|
3674
|
-
font-size: 14px;
|
|
3675
|
-
line-height: 16px
|
|
3676
|
-
}
|
|
3677
|
-
}
|
|
3678
|
-
.RelatedBlock-module_items__2V-Ap {
|
|
3679
|
-
margin: 0;
|
|
3680
|
-
padding-left: 0;
|
|
3752
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3753
|
+
margin-bottom: 15px;
|
|
3681
3754
|
|
|
3682
|
-
|
|
3683
|
-
|
|
3684
|
-
.RelatedBlock-module_items__2V-Ap li {
|
|
3685
|
-
padding: 0;
|
|
3686
|
-
}
|
|
3687
|
-
.RelatedBlock-module_items__2V-Ap li + li {
|
|
3688
|
-
border-top: 1px solid #e6e6e6;
|
|
3689
|
-
}
|
|
3690
|
-
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3691
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3692
|
-
font-size: 16px;
|
|
3693
|
-
font-weight: 700;
|
|
3694
|
-
line-height: 18px
|
|
3695
|
-
}
|
|
3696
|
-
@media only screen and (min-width: 48em) {
|
|
3697
|
-
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3698
|
-
font-size: 18px
|
|
3755
|
+
font-size: 36px;
|
|
3756
|
+
line-height: 40px
|
|
3699
3757
|
}
|
|
3700
3758
|
}
|
|
3701
|
-
.RelatedBlock-module_simple__29HVO {
|
|
3702
|
-
}
|
|
3703
|
-
.RelatedBlock-module_center__1LmW8 {
|
|
3704
|
-
max-width: 650px;
|
|
3705
|
-
margin-right: auto;
|
|
3706
|
-
margin-left: auto;
|
|
3707
|
-
}
|
|
3708
|
-
.RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
|
|
3709
|
-
margin-top: 0;
|
|
3710
|
-
}
|
|
3711
|
-
.RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
|
|
3712
|
-
margin-bottom: 0;
|
|
3713
|
-
}
|
|
3714
3759
|
/* VISIBILITY */
|
|
3715
3760
|
@media only screen and (min-width: 32em) {
|
|
3716
|
-
.
|
|
3761
|
+
.SimpleTitle-module_mobile__11gBz {
|
|
3717
3762
|
display: none
|
|
3718
3763
|
}
|
|
3719
3764
|
}
|
|
3720
|
-
.
|
|
3765
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3721
3766
|
display: none
|
|
3722
3767
|
}
|
|
3723
3768
|
@media only screen and (min-width: 32em) {
|
|
3724
|
-
.
|
|
3769
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3725
3770
|
display: block
|
|
3726
3771
|
}
|
|
3727
3772
|
}
|
|
3728
3773
|
|
|
3729
|
-
|
|
3730
3774
|
/* Colors */
|
|
3731
3775
|
/* Fonts */
|
|
3732
3776
|
/* Gap */
|
|
@@ -3854,6 +3898,108 @@ a mark {
|
|
|
3854
3898
|
border-top-color: #3d3d3d;
|
|
3855
3899
|
}
|
|
3856
3900
|
|
|
3901
|
+
/* Colors */
|
|
3902
|
+
/* Fonts */
|
|
3903
|
+
/* Gap */
|
|
3904
|
+
/* Media */
|
|
3905
|
+
/* 512 */
|
|
3906
|
+
/* 650 */
|
|
3907
|
+
/* 768 */
|
|
3908
|
+
/* 1024 */
|
|
3909
|
+
/* 1010 */
|
|
3910
|
+
/* 1200 */
|
|
3911
|
+
/* 511 */
|
|
3912
|
+
/* 1023 */
|
|
3913
|
+
/* Zindex */
|
|
3914
|
+
.MetaItem-module_root__2VQom {
|
|
3915
|
+
display: inline;
|
|
3916
|
+
|
|
3917
|
+
margin-right: 15px;
|
|
3918
|
+
}
|
|
3919
|
+
.MetaItem-module_root__2VQom > svg {
|
|
3920
|
+
display: inline-block;
|
|
3921
|
+
|
|
3922
|
+
margin-right: 1px;
|
|
3923
|
+
|
|
3924
|
+
vertical-align: top;
|
|
3925
|
+
|
|
3926
|
+
color: inherit;
|
|
3927
|
+
|
|
3928
|
+
fill: currentColor;
|
|
3929
|
+
}
|
|
3930
|
+
.MetaItem-module_root__2VQom a {
|
|
3931
|
+
display: inline;
|
|
3932
|
+
|
|
3933
|
+
text-decoration: underline;
|
|
3934
|
+
|
|
3935
|
+
color: inherit;
|
|
3936
|
+
|
|
3937
|
+
-webkit-text-decoration-skip: auto;
|
|
3938
|
+
}
|
|
3939
|
+
.MetaItem-module_root__2VQom a:hover {
|
|
3940
|
+
color: #b88b59;
|
|
3941
|
+
}
|
|
3942
|
+
.MetaItem-module_hasBullets__CkQPI {
|
|
3943
|
+
margin-right: 0;
|
|
3944
|
+
}
|
|
3945
|
+
.MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
|
|
3946
|
+
display: inline-block;
|
|
3947
|
+
|
|
3948
|
+
padding-right: 0.4em;
|
|
3949
|
+
padding-left: 0.4em;
|
|
3950
|
+
|
|
3951
|
+
content: '\B7';
|
|
3952
|
+
}
|
|
3953
|
+
@media only screen and (max-width: 32.1875em) {
|
|
3954
|
+
.MetaItem-module_hasSource__1DmCI {
|
|
3955
|
+
width: 100%;
|
|
3956
|
+
margin-top: 3px;
|
|
3957
|
+
margin-bottom: 3px
|
|
3958
|
+
}
|
|
3959
|
+
}
|
|
3960
|
+
@media only screen and (max-width: 32.1875em) {
|
|
3961
|
+
.MetaItem-module_hasSource__1DmCI:first-child {
|
|
3962
|
+
margin-top: 0
|
|
3963
|
+
}
|
|
3964
|
+
}
|
|
3965
|
+
.MetaItem-module_hasSource__1DmCI:last-child {
|
|
3966
|
+
margin-bottom: 0;
|
|
3967
|
+
}
|
|
3968
|
+
@media only screen and (max-width: 32.1875em) {
|
|
3969
|
+
.MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
|
|
3970
|
+
display: none
|
|
3971
|
+
}
|
|
3972
|
+
}
|
|
3973
|
+
@media only screen and (max-width: 32.1875em) {
|
|
3974
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
|
|
3975
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
|
|
3976
|
+
display: inline-block
|
|
3977
|
+
}
|
|
3978
|
+
}
|
|
3979
|
+
@media only screen and (max-width: 32.1875em) {
|
|
3980
|
+
.MetaItem-module_datetime__3tOWm,
|
|
3981
|
+
.MetaItem-module_listened__lwvAO,
|
|
3982
|
+
.MetaItem-module_read__5eAIG {
|
|
3983
|
+
width: auto
|
|
3984
|
+
}
|
|
3985
|
+
}
|
|
3986
|
+
@media only screen and (max-width: 32.1875em) {
|
|
3987
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
|
|
3988
|
+
order: -2
|
|
3989
|
+
}
|
|
3990
|
+
}
|
|
3991
|
+
@media only screen and (max-width: 32.1875em) {
|
|
3992
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
|
|
3993
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
|
|
3994
|
+
order: -1;
|
|
3995
|
+
|
|
3996
|
+
margin-top: 0
|
|
3997
|
+
}
|
|
3998
|
+
}
|
|
3999
|
+
.MetaItem-module_read__5eAIG svg {
|
|
4000
|
+
margin-top: -1px;
|
|
4001
|
+
}
|
|
4002
|
+
|
|
3857
4003
|
/* Colors */
|
|
3858
4004
|
/* Fonts */
|
|
3859
4005
|
/* Gap */
|
|
@@ -4108,176 +4254,30 @@ a mark {
|
|
|
4108
4254
|
bottom: 45px
|
|
4109
4255
|
}
|
|
4110
4256
|
@media only screen and (min-width: 32em) {
|
|
4111
|
-
[data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7,
|
|
4112
|
-
[data-gdpr-panel='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4113
|
-
bottom: 46px
|
|
4114
|
-
}
|
|
4115
|
-
}
|
|
4116
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4117
|
-
[data-gdpr-panel='true'][data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4118
|
-
bottom: 90px
|
|
4119
|
-
}
|
|
4120
|
-
}
|
|
4121
|
-
/* VISIBILITY */
|
|
4122
|
-
@media only screen and (min-width: 32em) {
|
|
4123
|
-
.Spoiler-module_mobile__2BPt8 {
|
|
4124
|
-
display: none
|
|
4125
|
-
}
|
|
4126
|
-
}
|
|
4127
|
-
.Spoiler-module_desktop__1BIFJ {
|
|
4128
|
-
display: none
|
|
4129
|
-
}
|
|
4130
|
-
@media only screen and (min-width: 32em) {
|
|
4131
|
-
.Spoiler-module_desktop__1BIFJ {
|
|
4132
|
-
display: block
|
|
4133
|
-
}
|
|
4134
|
-
}
|
|
4135
|
-
|
|
4136
|
-
/* Colors */
|
|
4137
|
-
/* Fonts */
|
|
4138
|
-
/* Gap */
|
|
4139
|
-
/* Media */
|
|
4140
|
-
/* 512 */
|
|
4141
|
-
/* 650 */
|
|
4142
|
-
/* 768 */
|
|
4143
|
-
/* 1024 */
|
|
4144
|
-
/* 1010 */
|
|
4145
|
-
/* 1200 */
|
|
4146
|
-
/* 511 */
|
|
4147
|
-
/* 1023 */
|
|
4148
|
-
/* Zindex */
|
|
4149
|
-
.SimpleTitle-module_root__2jVQN {
|
|
4150
|
-
margin: 0 0 18px;
|
|
4151
|
-
|
|
4152
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
4153
|
-
font-size: 20px;
|
|
4154
|
-
font-weight: normal;
|
|
4155
|
-
line-height: 23px
|
|
4156
|
-
}
|
|
4157
|
-
@media only screen and (min-width: 48em) {
|
|
4158
|
-
.SimpleTitle-module_root__2jVQN {
|
|
4159
|
-
margin-bottom: 15px;
|
|
4160
|
-
|
|
4161
|
-
font-size: 36px;
|
|
4162
|
-
line-height: 40px
|
|
4163
|
-
}
|
|
4164
|
-
}
|
|
4165
|
-
/* VISIBILITY */
|
|
4166
|
-
@media only screen and (min-width: 32em) {
|
|
4167
|
-
.SimpleTitle-module_mobile__11gBz {
|
|
4168
|
-
display: none
|
|
4169
|
-
}
|
|
4170
|
-
}
|
|
4171
|
-
.SimpleTitle-module_desktop__3yXgy {
|
|
4172
|
-
display: none
|
|
4173
|
-
}
|
|
4174
|
-
@media only screen and (min-width: 32em) {
|
|
4175
|
-
.SimpleTitle-module_desktop__3yXgy {
|
|
4176
|
-
display: block
|
|
4177
|
-
}
|
|
4178
|
-
}
|
|
4179
|
-
|
|
4180
|
-
/* Colors */
|
|
4181
|
-
/* Fonts */
|
|
4182
|
-
/* Gap */
|
|
4183
|
-
/* Media */
|
|
4184
|
-
/* 512 */
|
|
4185
|
-
/* 650 */
|
|
4186
|
-
/* 768 */
|
|
4187
|
-
/* 1024 */
|
|
4188
|
-
/* 1010 */
|
|
4189
|
-
/* 1200 */
|
|
4190
|
-
/* 511 */
|
|
4191
|
-
/* 1023 */
|
|
4192
|
-
/* Zindex */
|
|
4193
|
-
.MetaItem-module_root__2VQom {
|
|
4194
|
-
display: inline;
|
|
4195
|
-
|
|
4196
|
-
margin-right: 15px;
|
|
4197
|
-
}
|
|
4198
|
-
.MetaItem-module_root__2VQom > svg {
|
|
4199
|
-
display: inline-block;
|
|
4200
|
-
|
|
4201
|
-
margin-right: 1px;
|
|
4202
|
-
|
|
4203
|
-
vertical-align: top;
|
|
4204
|
-
|
|
4205
|
-
color: inherit;
|
|
4206
|
-
|
|
4207
|
-
fill: currentColor;
|
|
4208
|
-
}
|
|
4209
|
-
.MetaItem-module_root__2VQom a {
|
|
4210
|
-
display: inline;
|
|
4211
|
-
|
|
4212
|
-
text-decoration: underline;
|
|
4213
|
-
|
|
4214
|
-
color: inherit;
|
|
4215
|
-
|
|
4216
|
-
-webkit-text-decoration-skip: auto;
|
|
4217
|
-
}
|
|
4218
|
-
.MetaItem-module_root__2VQom a:hover {
|
|
4219
|
-
color: #b88b59;
|
|
4220
|
-
}
|
|
4221
|
-
.MetaItem-module_hasBullets__CkQPI {
|
|
4222
|
-
margin-right: 0;
|
|
4223
|
-
}
|
|
4224
|
-
.MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
|
|
4225
|
-
display: inline-block;
|
|
4226
|
-
|
|
4227
|
-
padding-right: 0.4em;
|
|
4228
|
-
padding-left: 0.4em;
|
|
4229
|
-
|
|
4230
|
-
content: '\B7';
|
|
4231
|
-
}
|
|
4232
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4233
|
-
.MetaItem-module_hasSource__1DmCI {
|
|
4234
|
-
width: 100%;
|
|
4235
|
-
margin-top: 3px;
|
|
4236
|
-
margin-bottom: 3px
|
|
4237
|
-
}
|
|
4238
|
-
}
|
|
4239
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4240
|
-
.MetaItem-module_hasSource__1DmCI:first-child {
|
|
4241
|
-
margin-top: 0
|
|
4242
|
-
}
|
|
4243
|
-
}
|
|
4244
|
-
.MetaItem-module_hasSource__1DmCI:last-child {
|
|
4245
|
-
margin-bottom: 0;
|
|
4246
|
-
}
|
|
4247
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4248
|
-
.MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
|
|
4249
|
-
display: none
|
|
4250
|
-
}
|
|
4251
|
-
}
|
|
4252
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4253
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
|
|
4254
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
|
|
4255
|
-
display: inline-block
|
|
4256
|
-
}
|
|
4257
|
-
}
|
|
4258
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4259
|
-
.MetaItem-module_datetime__3tOWm,
|
|
4260
|
-
.MetaItem-module_listened__lwvAO,
|
|
4261
|
-
.MetaItem-module_read__5eAIG {
|
|
4262
|
-
width: auto
|
|
4257
|
+
[data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7,
|
|
4258
|
+
[data-gdpr-panel='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4259
|
+
bottom: 46px
|
|
4263
4260
|
}
|
|
4264
4261
|
}
|
|
4265
4262
|
@media only screen and (max-width: 32.1875em) {
|
|
4266
|
-
.
|
|
4267
|
-
|
|
4263
|
+
[data-gdpr-panel='true'][data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4264
|
+
bottom: 90px
|
|
4268
4265
|
}
|
|
4269
4266
|
}
|
|
4270
|
-
|
|
4271
|
-
|
|
4272
|
-
.
|
|
4273
|
-
|
|
4274
|
-
|
|
4275
|
-
margin-top: 0
|
|
4267
|
+
/* VISIBILITY */
|
|
4268
|
+
@media only screen and (min-width: 32em) {
|
|
4269
|
+
.Spoiler-module_mobile__2BPt8 {
|
|
4270
|
+
display: none
|
|
4276
4271
|
}
|
|
4277
4272
|
}
|
|
4278
|
-
.
|
|
4279
|
-
|
|
4273
|
+
.Spoiler-module_desktop__1BIFJ {
|
|
4274
|
+
display: none
|
|
4275
|
+
}
|
|
4276
|
+
@media only screen and (min-width: 32em) {
|
|
4277
|
+
.Spoiler-module_desktop__1BIFJ {
|
|
4278
|
+
display: block
|
|
4280
4279
|
}
|
|
4280
|
+
}
|
|
4281
4281
|
|
|
4282
4282
|
/* stylelint-disable declaration-empty-line-before */
|
|
4283
4283
|
/* Colors */
|
|
@@ -4463,6 +4463,7 @@ a mark {
|
|
|
4463
4463
|
}
|
|
4464
4464
|
}
|
|
4465
4465
|
|
|
4466
|
+
/* stylelint-disable declaration-empty-line-before */
|
|
4466
4467
|
/* Colors */
|
|
4467
4468
|
/* Fonts */
|
|
4468
4469
|
/* Gap */
|
|
@@ -4476,100 +4477,288 @@ a mark {
|
|
|
4476
4477
|
/* 511 */
|
|
4477
4478
|
/* 1023 */
|
|
4478
4479
|
/* Zindex */
|
|
4479
|
-
.
|
|
4480
|
-
|
|
4481
|
-
margin: 0;
|
|
4482
|
-
padding: 0 1px 0 0;
|
|
4480
|
+
.DocumentItemsCount-module_root__P3q-z {
|
|
4481
|
+
display: inline;
|
|
4483
4482
|
|
|
4484
|
-
|
|
4483
|
+
line-height: inherit;
|
|
4484
|
+
}
|
|
4485
|
+
.DocumentItemsCount-module_root__P3q-z svg {
|
|
4486
|
+
vertical-align: top;
|
|
4487
|
+
}
|
|
4488
|
+
.DocumentItemsCount-module_items__3pfxW {
|
|
4489
|
+
margin-left: 1px;
|
|
4485
4490
|
|
|
4486
|
-
|
|
4487
|
-
|
|
4488
|
-
outline: none;
|
|
4489
|
-
background-color: transparent;
|
|
4491
|
+
vertical-align: top;
|
|
4492
|
+
}
|
|
4490
4493
|
|
|
4491
|
-
|
|
4492
|
-
|
|
4493
|
-
|
|
4494
|
-
|
|
4494
|
+
/* Colors */
|
|
4495
|
+
/* Fonts */
|
|
4496
|
+
/* Gap */
|
|
4497
|
+
/* Media */
|
|
4498
|
+
/* 512 */
|
|
4499
|
+
/* 650 */
|
|
4500
|
+
/* 768 */
|
|
4501
|
+
/* 1024 */
|
|
4502
|
+
/* 1010 */
|
|
4503
|
+
/* 1200 */
|
|
4504
|
+
/* 511 */
|
|
4505
|
+
/* 1023 */
|
|
4506
|
+
/* Zindex */
|
|
4507
|
+
.RelatedRichBlock-module_root__3NYmj {
|
|
4508
|
+
position: relative;
|
|
4509
|
+
z-index: 10;
|
|
4495
4510
|
|
|
4496
|
-
|
|
4511
|
+
display: block;
|
|
4512
|
+
overflow: hidden;
|
|
4497
4513
|
|
|
4498
|
-
|
|
4514
|
+
text-decoration: none;
|
|
4499
4515
|
|
|
4500
|
-
|
|
4516
|
+
border-radius: 8px;
|
|
4517
|
+
outline-width: 0;
|
|
4501
4518
|
}
|
|
4502
|
-
|
|
4519
|
+
@media only screen and (min-width: 32em) {
|
|
4520
|
+
.RelatedRichBlock-module_root__3NYmj:hover {
|
|
4521
|
+
opacity: 0.95
|
|
4522
|
+
}
|
|
4523
|
+
}
|
|
4524
|
+
.RelatedRichBlock-module_root__3NYmj::after {
|
|
4503
4525
|
position: absolute;
|
|
4504
4526
|
top: 0;
|
|
4505
4527
|
right: 0;
|
|
4506
4528
|
bottom: 0;
|
|
4507
4529
|
left: 0;
|
|
4530
|
+
z-index: 20;
|
|
4531
|
+
|
|
4532
|
+
border-radius: 8px;
|
|
4508
4533
|
|
|
4509
4534
|
content: '';
|
|
4510
4535
|
}
|
|
4511
|
-
.
|
|
4512
|
-
|
|
4536
|
+
.RelatedRichBlock-module_root__3NYmj::before {
|
|
4537
|
+
display: block;
|
|
4538
|
+
|
|
4539
|
+
width: 100%;
|
|
4513
4540
|
}
|
|
4514
|
-
.
|
|
4515
|
-
|
|
4541
|
+
.RelatedRichBlock-module_root__3NYmj::after {
|
|
4542
|
+
box-shadow: inset 0 4px #b88b59, inset 0 5px rgba(0, 0, 0, 0.2),
|
|
4543
|
+
inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
|
4544
|
+
}
|
|
4545
|
+
.RelatedRichBlock-module_root__3NYmj,
|
|
4546
|
+
.RelatedRichBlock-module_wrapper__1eLIQ {
|
|
4547
|
+
margin: 16px 0
|
|
4548
|
+
}
|
|
4549
|
+
@media only screen and (min-width: 48em) {
|
|
4550
|
+
.RelatedRichBlock-module_root__3NYmj,
|
|
4551
|
+
.RelatedRichBlock-module_wrapper__1eLIQ {
|
|
4552
|
+
margin: 25px 0
|
|
4553
|
+
}
|
|
4554
|
+
}
|
|
4555
|
+
.RelatedRichBlock-module_overlay__3XSg_,
|
|
4556
|
+
.RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
4557
|
+
position: absolute;
|
|
4558
|
+
right: 0;
|
|
4559
|
+
left: 0;
|
|
4560
|
+
z-index: 10;
|
|
4561
|
+
}
|
|
4562
|
+
.RelatedRichBlock-module_overlay__3XSg_ {
|
|
4563
|
+
bottom: 0;
|
|
4564
|
+
|
|
4565
|
+
height: 295px;
|
|
4566
|
+
}
|
|
4567
|
+
.RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
4568
|
+
top: 0;
|
|
4569
|
+
|
|
4570
|
+
height: 150px;
|
|
4571
|
+
}
|
|
4572
|
+
.RelatedRichBlock-module_body__1ZHZS {
|
|
4573
|
+
display: -webkit-box;
|
|
4574
|
+
display: -webkit-flex;
|
|
4575
|
+
display: -ms-flexbox;
|
|
4576
|
+
display: flex;
|
|
4577
|
+
flex-flow: column nowrap;
|
|
4578
|
+
justify-content: flex-end;
|
|
4579
|
+
|
|
4580
|
+
padding: 12px 15px;
|
|
4581
|
+
|
|
4582
|
+
background-color: #f7f7f7
|
|
4583
|
+
}
|
|
4584
|
+
@media only screen and (min-width: 32em) {
|
|
4585
|
+
.RelatedRichBlock-module_body__1ZHZS {
|
|
4586
|
+
position: absolute;
|
|
4587
|
+
right: 0;
|
|
4588
|
+
bottom: 0;
|
|
4589
|
+
left: 0;
|
|
4590
|
+
z-index: 10;
|
|
4591
|
+
|
|
4592
|
+
min-height: 295px;
|
|
4593
|
+
padding: 20px;
|
|
4594
|
+
|
|
4595
|
+
background-color: transparent
|
|
4596
|
+
}
|
|
4597
|
+
}
|
|
4598
|
+
.RelatedRichBlock-module_isRich__1LnA4 {
|
|
4599
|
+
color: #000
|
|
4600
|
+
}
|
|
4601
|
+
@media only screen and (min-width: 32em) {
|
|
4602
|
+
.RelatedRichBlock-module_isRich__1LnA4 {
|
|
4603
|
+
color: #fff
|
|
4604
|
+
}
|
|
4605
|
+
}
|
|
4606
|
+
@media only screen and (min-width: 32em) {
|
|
4607
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_hasGradient__27LOk .RelatedRichBlock-module_body__1ZHZS {
|
|
4608
|
+
position: absolute;
|
|
4609
|
+
right: 0;
|
|
4610
|
+
bottom: 0;
|
|
4611
|
+
left: 0;
|
|
4612
|
+
z-index: 10;
|
|
4613
|
+
|
|
4614
|
+
min-height: 295px;
|
|
4615
|
+
|
|
4616
|
+
background-color: transparent
|
|
4617
|
+
}
|
|
4618
|
+
}
|
|
4619
|
+
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ {
|
|
4620
|
+
position: relative;
|
|
4621
|
+
}
|
|
4622
|
+
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
|
|
4623
|
+
position: absolute;
|
|
4624
|
+
right: 1px;
|
|
4625
|
+
bottom: 0;
|
|
4626
|
+
left: 1px;
|
|
4627
|
+
z-index: 10;
|
|
4628
|
+
|
|
4629
|
+
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
4630
|
+
|
|
4631
|
+
content: ''
|
|
4632
|
+
}
|
|
4633
|
+
@media only screen and (min-width: 32em) {
|
|
4634
|
+
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
|
|
4635
|
+
content: ''
|
|
4636
|
+
}
|
|
4637
|
+
}
|
|
4638
|
+
.RelatedRichBlock-module_isCard__2naDz {
|
|
4516
4639
|
color: #fff;
|
|
4640
|
+
|
|
4641
|
+
background-color: #191919
|
|
4517
4642
|
}
|
|
4518
|
-
|
|
4519
|
-
.
|
|
4520
|
-
|
|
4643
|
+
@media only screen and (min-width: 32em) {
|
|
4644
|
+
.RelatedRichBlock-module_isCard__2naDz {
|
|
4645
|
+
min-height: 350px
|
|
4521
4646
|
}
|
|
4522
|
-
|
|
4523
|
-
.
|
|
4524
|
-
color:
|
|
4647
|
+
}
|
|
4648
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
|
|
4649
|
+
background-color: transparent
|
|
4650
|
+
}
|
|
4651
|
+
@media only screen and (min-width: 32em) {
|
|
4652
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
|
|
4653
|
+
position: absolute;
|
|
4654
|
+
right: 0;
|
|
4655
|
+
bottom: 0;
|
|
4656
|
+
left: 0;
|
|
4657
|
+
z-index: 10;
|
|
4525
4658
|
|
|
4526
|
-
|
|
4659
|
+
min-height: 295px
|
|
4660
|
+
}
|
|
4661
|
+
}
|
|
4662
|
+
@media only screen and (min-width: 32em) {
|
|
4663
|
+
.RelatedRichBlock-module_isCard__2naDz::before {
|
|
4664
|
+
padding-bottom: 66.66%;
|
|
4665
|
+
|
|
4666
|
+
content: ''
|
|
4667
|
+
}
|
|
4668
|
+
}
|
|
4669
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
|
|
4670
|
+
position: relative;
|
|
4671
|
+
|
|
4672
|
+
width: 100%
|
|
4673
|
+
}
|
|
4674
|
+
@media only screen and (min-width: 32em) {
|
|
4675
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp {
|
|
4676
|
+
position: absolute;
|
|
4677
|
+
top: 0;
|
|
4678
|
+
bottom: 0
|
|
4679
|
+
}
|
|
4680
|
+
}
|
|
4681
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
|
|
4682
|
+
display: block;
|
|
4683
|
+
|
|
4684
|
+
padding-bottom: 78.50746269%;
|
|
4685
|
+
|
|
4686
|
+
content: ''
|
|
4687
|
+
}
|
|
4688
|
+
@media only screen and (min-width: 32em) {
|
|
4689
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_cover__3yygp::before {
|
|
4690
|
+
content: none
|
|
4691
|
+
}
|
|
4692
|
+
}
|
|
4693
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
|
|
4694
|
+
position: absolute;
|
|
4695
|
+
top: 50%;
|
|
4696
|
+
left: 50%;
|
|
4697
|
+
|
|
4698
|
+
width: 180px;
|
|
4699
|
+
height: 180px;
|
|
4700
|
+
|
|
4701
|
+
transform: translate(-50%, -50%)
|
|
4527
4702
|
}
|
|
4528
|
-
|
|
4529
|
-
.
|
|
4530
|
-
|
|
4703
|
+
@media only screen and (min-width: 32em) {
|
|
4704
|
+
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_picture__128HJ {
|
|
4705
|
+
top: 25%;
|
|
4531
4706
|
|
|
4532
|
-
|
|
4707
|
+
transform: translate(-50%, -25%)
|
|
4533
4708
|
}
|
|
4534
|
-
|
|
4535
|
-
.
|
|
4536
|
-
|
|
4709
|
+
}
|
|
4710
|
+
.RelatedRichBlock-module_tag__3OLyG {
|
|
4711
|
+
position: absolute;
|
|
4712
|
+
top: 14px;
|
|
4713
|
+
right: 15px;
|
|
4714
|
+
left: 15px;
|
|
4715
|
+
z-index: 10;
|
|
4716
|
+
|
|
4717
|
+
color: rgba(255, 255, 255, 0.7);
|
|
4718
|
+
|
|
4719
|
+
font-size: 12px
|
|
4537
4720
|
}
|
|
4538
|
-
|
|
4539
|
-
.
|
|
4540
|
-
|
|
4721
|
+
@media only screen and (min-width: 64em) {
|
|
4722
|
+
.RelatedRichBlock-module_tag__3OLyG {
|
|
4723
|
+
top: 16px;
|
|
4724
|
+
right: 20px;
|
|
4725
|
+
left: 20px
|
|
4541
4726
|
}
|
|
4542
|
-
|
|
4543
|
-
|
|
4727
|
+
}
|
|
4728
|
+
.RelatedRichBlock-module_center__197sx {
|
|
4729
|
+
width: 100%;
|
|
4730
|
+
max-width: 650px;
|
|
4731
|
+
margin-right: auto;
|
|
4732
|
+
margin-left: auto;
|
|
4544
4733
|
}
|
|
4545
|
-
|
|
4546
|
-
.
|
|
4547
|
-
|
|
4734
|
+
/* Themes */
|
|
4735
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE {
|
|
4736
|
+
color: #000;
|
|
4548
4737
|
}
|
|
4549
|
-
.
|
|
4550
|
-
|
|
4551
|
-
visibility: hidden;
|
|
4738
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE .RelatedRichBlock-module_tag__3OLyG {
|
|
4739
|
+
color: rgba(0, 0, 0, 0.7);
|
|
4552
4740
|
}
|
|
4553
|
-
|
|
4554
|
-
|
|
4555
|
-
|
|
4556
|
-
|
|
4557
|
-
|
|
4558
|
-
vertical-align: middle;
|
|
4741
|
+
@media only screen and (min-width: 32em) {
|
|
4742
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_light__2mUxL {
|
|
4743
|
+
color: #fff;
|
|
4744
|
+
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
|
|
4559
4745
|
}
|
|
4560
|
-
|
|
4561
|
-
|
|
4746
|
+
}
|
|
4747
|
+
/* Display */
|
|
4748
|
+
@media only screen and (min-width: 32em) {
|
|
4749
|
+
.RelatedRichBlock-module_mobile__JpCS4 {
|
|
4750
|
+
display: none
|
|
4562
4751
|
}
|
|
4563
|
-
|
|
4564
|
-
|
|
4565
|
-
|
|
4566
|
-
fill: transparent;
|
|
4752
|
+
}
|
|
4753
|
+
.RelatedRichBlock-module_desktop__trL0D {
|
|
4754
|
+
display: none
|
|
4567
4755
|
}
|
|
4568
|
-
|
|
4569
|
-
|
|
4756
|
+
@media only screen and (min-width: 32em) {
|
|
4757
|
+
.RelatedRichBlock-module_desktop__trL0D {
|
|
4758
|
+
display: block
|
|
4570
4759
|
}
|
|
4760
|
+
}
|
|
4571
4761
|
|
|
4572
|
-
/* stylelint-disable declaration-empty-line-before */
|
|
4573
4762
|
/* Colors */
|
|
4574
4763
|
/* Fonts */
|
|
4575
4764
|
/* Gap */
|
|
@@ -4583,20 +4772,65 @@ a mark {
|
|
|
4583
4772
|
/* 511 */
|
|
4584
4773
|
/* 1023 */
|
|
4585
4774
|
/* Zindex */
|
|
4586
|
-
.
|
|
4587
|
-
|
|
4775
|
+
.Footnote-module_root__2a0-B {
|
|
4776
|
+
position: relative;
|
|
4777
|
+
|
|
4778
|
+
width: 320px;
|
|
4779
|
+
padding: 20px;
|
|
4780
|
+
|
|
4781
|
+
border-radius: 8px;
|
|
4782
|
+
background-color: #fff;
|
|
4783
|
+
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
|
|
4784
|
+
}
|
|
4785
|
+
.Footnote-module_body__259Ly {
|
|
4786
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4787
|
+
font-size: 16px;
|
|
4788
|
+
line-height: 22px;
|
|
4789
|
+
}
|
|
4790
|
+
.Footnote-module_body__259Ly h3 {
|
|
4791
|
+
margin: 0 0 16px;
|
|
4588
4792
|
|
|
4793
|
+
font-size: inherit;
|
|
4794
|
+
font-weight: 700;
|
|
4589
4795
|
line-height: inherit;
|
|
4590
4796
|
}
|
|
4591
|
-
.
|
|
4592
|
-
|
|
4797
|
+
.Footnote-module_body__259Ly p {
|
|
4798
|
+
margin: 0;
|
|
4593
4799
|
}
|
|
4594
|
-
.
|
|
4595
|
-
margin-
|
|
4800
|
+
.Footnote-module_body__259Ly p + p {
|
|
4801
|
+
margin-top: 6px;
|
|
4802
|
+
}
|
|
4803
|
+
.Footnote-module_body__259Ly a {
|
|
4804
|
+
color: inherit;
|
|
4805
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
4806
|
+
}
|
|
4807
|
+
.Footnote-module_body__259Ly a:hover {
|
|
4808
|
+
color: #b88b59;
|
|
4809
|
+
}
|
|
4810
|
+
.Footnote-module_dismiss__1HKG5 {
|
|
4811
|
+
position: absolute;
|
|
4812
|
+
top: 0;
|
|
4813
|
+
right: 0;
|
|
4596
4814
|
|
|
4597
|
-
|
|
4815
|
+
margin: 0;
|
|
4816
|
+
padding: 6px 9px 10px;
|
|
4817
|
+
|
|
4818
|
+
cursor: pointer;
|
|
4819
|
+
|
|
4820
|
+
color: #b3b3b3;
|
|
4821
|
+
border-width: 0;
|
|
4822
|
+
outline: none;
|
|
4823
|
+
background-color: transparent;
|
|
4824
|
+
}
|
|
4825
|
+
.Footnote-module_dismiss__1HKG5:hover {
|
|
4826
|
+
color: #757575;
|
|
4827
|
+
}
|
|
4828
|
+
.Footnote-module_dismiss__1HKG5 svg {
|
|
4829
|
+
width: 12px;
|
|
4830
|
+
height: 12px;
|
|
4598
4831
|
}
|
|
4599
4832
|
|
|
4833
|
+
|
|
4600
4834
|
/* Colors */
|
|
4601
4835
|
/* Fonts */
|
|
4602
4836
|
/* Gap */
|
|
@@ -4610,179 +4844,98 @@ a mark {
|
|
|
4610
4844
|
/* 511 */
|
|
4611
4845
|
/* 1023 */
|
|
4612
4846
|
/* Zindex */
|
|
4613
|
-
.
|
|
4614
|
-
|
|
4615
|
-
|
|
4616
|
-
|
|
4617
|
-
}
|
|
4618
|
-
@media only screen and (min-width: 32em) {
|
|
4619
|
-
.SensitiveBlock-module_root__2iJbD {
|
|
4620
|
-
margin: 25px 0 20px
|
|
4621
|
-
}
|
|
4622
|
-
}
|
|
4623
|
-
.SensitiveBlock-module_root__2iJbD:first-child {
|
|
4624
|
-
margin-top: 0;
|
|
4625
|
-
}
|
|
4626
|
-
.SensitiveBlock-module_root__2iJbD:last-child {
|
|
4627
|
-
margin-bottom: 0;
|
|
4628
|
-
}
|
|
4629
|
-
.SensitiveBlock-module_root__2iJbD figcaption {
|
|
4630
|
-
width: 100%;
|
|
4631
|
-
max-width: 650px;
|
|
4632
|
-
margin-right: auto;
|
|
4633
|
-
margin-left: auto;
|
|
4634
|
-
|
|
4635
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4636
|
-
}
|
|
4637
|
-
.SensitiveBlock-module_container__1Wtix {
|
|
4638
|
-
position: relative;
|
|
4639
|
-
|
|
4640
|
-
min-height: 170px;
|
|
4641
|
-
|
|
4642
|
-
transition: min-height 350ms ease;
|
|
4643
|
-
}
|
|
4644
|
-
.SensitiveBlock-module_overlay__hfDVS {
|
|
4645
|
-
position: absolute;
|
|
4646
|
-
z-index: 10;
|
|
4647
|
-
top: 0;
|
|
4648
|
-
right: -20px;
|
|
4649
|
-
bottom: 0;
|
|
4650
|
-
left: -20px;
|
|
4651
|
-
|
|
4652
|
-
display: -webkit-box;
|
|
4653
|
-
|
|
4654
|
-
display: -webkit-flex;
|
|
4655
|
-
|
|
4656
|
-
display: -ms-flexbox;
|
|
4657
|
-
|
|
4658
|
-
display: flex;
|
|
4659
|
-
align-items: center;
|
|
4660
|
-
flex-flow: column nowrap;
|
|
4661
|
-
justify-content: center;
|
|
4662
|
-
|
|
4663
|
-
padding: 30px 20px;
|
|
4664
|
-
|
|
4665
|
-
transition: opacity 500ms ease, visibility 500ms ease;
|
|
4847
|
+
.ToolbarButton-module_root__xN-fq {
|
|
4848
|
+
height: 100%;
|
|
4849
|
+
margin: 0;
|
|
4850
|
+
padding: 0 1px 0 0;
|
|
4666
4851
|
|
|
4667
|
-
|
|
4668
|
-
background-repeat: no-repeat;
|
|
4669
|
-
background-position: center top;
|
|
4670
|
-
background-size: cover
|
|
4671
|
-
}
|
|
4672
|
-
@media only screen and (min-width: 32em) {
|
|
4673
|
-
.SensitiveBlock-module_overlay__hfDVS {
|
|
4674
|
-
right: 0;
|
|
4675
|
-
left: 0
|
|
4676
|
-
}
|
|
4677
|
-
}
|
|
4678
|
-
.SensitiveBlock-module_content__sNpxZ {
|
|
4679
|
-
-webkit-user-select: none;
|
|
4680
|
-
-moz-user-select: none;
|
|
4681
|
-
-ms-user-select: none;
|
|
4682
|
-
user-select: none;
|
|
4852
|
+
cursor: pointer;
|
|
4683
4853
|
|
|
4684
|
-
color:
|
|
4854
|
+
color: inherit;
|
|
4855
|
+
border-width: 0;
|
|
4856
|
+
outline: none;
|
|
4857
|
+
background-color: transparent;
|
|
4685
4858
|
|
|
4686
4859
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4687
|
-
|
|
4688
|
-
|
|
4689
|
-
|
|
4690
|
-
|
|
4691
|
-
width: 100%;
|
|
4692
|
-
max-width: 368px;
|
|
4693
|
-
margin-top: 0;
|
|
4694
|
-
margin-bottom: 12px;
|
|
4860
|
+
font-size: 12px;
|
|
4861
|
+
font-weight: 600;
|
|
4862
|
+
line-height: 1;
|
|
4695
4863
|
|
|
4696
|
-
|
|
4864
|
+
-webkit-appearance: none;
|
|
4697
4865
|
|
|
4698
|
-
|
|
4699
|
-
line-height: 18px
|
|
4700
|
-
}
|
|
4701
|
-
@media only screen and (min-width: 32em) {
|
|
4702
|
-
.SensitiveBlock-module_content__sNpxZ p {
|
|
4703
|
-
margin-bottom: 24px;
|
|
4866
|
+
-moz-appearance: none;
|
|
4704
4867
|
|
|
4705
|
-
|
|
4706
|
-
line-height: 22px
|
|
4707
|
-
}
|
|
4708
|
-
}
|
|
4709
|
-
.SensitiveBlock-module_button__3BGZK {
|
|
4710
|
-
width: 100%;
|
|
4711
|
-
max-width: 348px;
|
|
4712
|
-
margin: 0 auto;
|
|
4713
|
-
}
|
|
4714
|
-
.SensitiveBlock-module_default__2HgmZ {
|
|
4715
|
-
max-width: 650px
|
|
4868
|
+
appearance: none;
|
|
4716
4869
|
}
|
|
4717
|
-
|
|
4718
|
-
|
|
4719
|
-
|
|
4720
|
-
|
|
4870
|
+
.ToolbarButton-module_root__xN-fq::after {
|
|
4871
|
+
position: absolute;
|
|
4872
|
+
top: 0;
|
|
4873
|
+
right: 0;
|
|
4874
|
+
bottom: 0;
|
|
4875
|
+
left: 0;
|
|
4876
|
+
|
|
4877
|
+
content: '';
|
|
4721
4878
|
}
|
|
4722
|
-
|
|
4723
|
-
.
|
|
4724
|
-
max-width: 980px
|
|
4879
|
+
.ToolbarButton-module_root__xN-fq:hover {
|
|
4880
|
+
opacity: 0.6;
|
|
4725
4881
|
}
|
|
4726
|
-
|
|
4727
|
-
.
|
|
4728
|
-
|
|
4729
|
-
margin-left: auto
|
|
4882
|
+
.ToolbarButton-module_isDark__2q5U7,
|
|
4883
|
+
.ToolbarButton-module_dark__GrIOr {
|
|
4884
|
+
color: #fff;
|
|
4730
4885
|
}
|
|
4731
|
-
|
|
4732
|
-
.
|
|
4733
|
-
|
|
4734
|
-
left: -20px
|
|
4886
|
+
.ToolbarButton-module_isDark__2q5U7:hover,
|
|
4887
|
+
.ToolbarButton-module_dark__GrIOr:hover {
|
|
4888
|
+
opacity: 0.6;
|
|
4735
4889
|
}
|
|
4736
|
-
|
|
4737
|
-
.
|
|
4738
|
-
|
|
4739
|
-
|
|
4890
|
+
.ToolbarButton-module_isDark__2q5U7 svg,
|
|
4891
|
+
.ToolbarButton-module_dark__GrIOr svg {
|
|
4892
|
+
color: #262626;
|
|
4893
|
+
|
|
4894
|
+
fill: #fff;
|
|
4740
4895
|
}
|
|
4741
|
-
|
|
4742
|
-
.
|
|
4743
|
-
|
|
4744
|
-
|
|
4896
|
+
.ToolbarButton-module_isDark__2q5U7.ToolbarButton-module_bookmark__3369b svg,
|
|
4897
|
+
.ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b svg {
|
|
4898
|
+
color: #fff;
|
|
4899
|
+
|
|
4900
|
+
fill: transparent;
|
|
4745
4901
|
}
|
|
4746
|
-
|
|
4747
|
-
.
|
|
4748
|
-
|
|
4749
|
-
padding-left: 0
|
|
4902
|
+
.ToolbarButton-module_isDark__2q5U7.ToolbarButton-module_bookmark__3369b.ToolbarButton-module_isActive__3NLAE svg,
|
|
4903
|
+
.ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b.ToolbarButton-module_isActive__3NLAE svg {
|
|
4904
|
+
fill: currentColor;
|
|
4750
4905
|
}
|
|
4751
|
-
|
|
4752
|
-
.
|
|
4753
|
-
|
|
4906
|
+
.ToolbarButton-module_isDark__2q5U7::before,
|
|
4907
|
+
.ToolbarButton-module_dark__GrIOr::before {
|
|
4908
|
+
border-left-color: rgba(255, 255, 255, 0.2);
|
|
4754
4909
|
}
|
|
4755
|
-
|
|
4756
|
-
|
|
4757
|
-
right: -15px;
|
|
4758
|
-
left: -15px
|
|
4910
|
+
.ToolbarButton-module_root__xN-fq [data-theme='dark'] {
|
|
4911
|
+
visibility: hidden;
|
|
4759
4912
|
}
|
|
4760
|
-
|
|
4761
|
-
|
|
4762
|
-
|
|
4763
|
-
padding-right: 15px;
|
|
4764
|
-
padding-left: 15px
|
|
4913
|
+
.ToolbarButton-module_isDark__2q5U7 [data-theme='dark'],
|
|
4914
|
+
.ToolbarButton-module_dark__GrIOr [data-theme='dark'] {
|
|
4915
|
+
visibility: visible;
|
|
4765
4916
|
}
|
|
4766
|
-
|
|
4767
|
-
|
|
4768
|
-
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_overlay__hfDVS {
|
|
4917
|
+
.ToolbarButton-module_isDark__2q5U7 [data-theme='light'],
|
|
4918
|
+
.ToolbarButton-module_dark__GrIOr [data-theme='light'] {
|
|
4769
4919
|
visibility: hidden;
|
|
4920
|
+
}
|
|
4921
|
+
.ToolbarButton-module_text__32m6s {
|
|
4922
|
+
display: inline-block;
|
|
4770
4923
|
|
|
4771
|
-
|
|
4924
|
+
padding-left: 5px;
|
|
4772
4925
|
|
|
4773
|
-
|
|
4926
|
+
vertical-align: middle;
|
|
4774
4927
|
}
|
|
4775
|
-
.
|
|
4776
|
-
|
|
4928
|
+
.ToolbarButton-module_text__32m6s:empty {
|
|
4929
|
+
display: none;
|
|
4777
4930
|
}
|
|
4778
|
-
|
|
4779
|
-
|
|
4780
|
-
|
|
4781
|
-
|
|
4782
|
-
|
|
4783
|
-
|
|
4931
|
+
.ToolbarButton-module_bookmark__3369b {
|
|
4932
|
+
color: #999;
|
|
4933
|
+
|
|
4934
|
+
fill: transparent;
|
|
4935
|
+
}
|
|
4936
|
+
.ToolbarButton-module_isActive__3NLAE {
|
|
4937
|
+
fill: currentColor;
|
|
4784
4938
|
}
|
|
4785
|
-
}
|
|
4786
4939
|
|
|
4787
4940
|
/* Colors */
|
|
4788
4941
|
/* Fonts */
|
|
@@ -4805,7 +4958,7 @@ a mark {
|
|
|
4805
4958
|
overflow: hidden;
|
|
4806
4959
|
|
|
4807
4960
|
margin: calc(15rem / 16) -20px;
|
|
4808
|
-
padding: 42px
|
|
4961
|
+
padding: 42px 20px 50px;
|
|
4809
4962
|
|
|
4810
4963
|
text-decoration: none;
|
|
4811
4964
|
|
|
@@ -4833,11 +4986,6 @@ a mark {
|
|
|
4833
4986
|
|
|
4834
4987
|
color: #fff;
|
|
4835
4988
|
}
|
|
4836
|
-
@media only screen and (min-width: 32em) {
|
|
4837
|
-
.DonatesTeaser-module_break__3HoGb {
|
|
4838
|
-
display: block
|
|
4839
|
-
}
|
|
4840
|
-
}
|
|
4841
4989
|
.DonatesTeaser-module_title__hs-yr {
|
|
4842
4990
|
font-size: 20px;
|
|
4843
4991
|
font-weight: 700;
|
|
@@ -4959,332 +5107,179 @@ a mark {
|
|
|
4959
5107
|
/* 511 */
|
|
4960
5108
|
/* 1023 */
|
|
4961
5109
|
/* Zindex */
|
|
4962
|
-
.
|
|
4963
|
-
position: relative;
|
|
4964
|
-
z-index: 10;
|
|
4965
|
-
|
|
4966
|
-
display: block;
|
|
4967
|
-
overflow: hidden;
|
|
4968
|
-
|
|
4969
|
-
text-decoration: none;
|
|
4970
|
-
|
|
4971
|
-
border-radius: 8px;
|
|
4972
|
-
outline-width: 0;
|
|
4973
|
-
}
|
|
4974
|
-
@media only screen and (min-width: 32em) {
|
|
4975
|
-
.RelatedRichBlock-module_root__3NYmj:hover {
|
|
4976
|
-
opacity: 0.95
|
|
4977
|
-
}
|
|
4978
|
-
}
|
|
4979
|
-
.RelatedRichBlock-module_root__3NYmj::after {
|
|
4980
|
-
position: absolute;
|
|
4981
|
-
top: 0;
|
|
4982
|
-
right: 0;
|
|
4983
|
-
bottom: 0;
|
|
4984
|
-
left: 0;
|
|
4985
|
-
z-index: 20;
|
|
4986
|
-
|
|
4987
|
-
border-radius: 8px;
|
|
4988
|
-
|
|
4989
|
-
content: '';
|
|
4990
|
-
}
|
|
4991
|
-
.RelatedRichBlock-module_root__3NYmj::before {
|
|
4992
|
-
display: block;
|
|
4993
|
-
|
|
4994
|
-
width: 100%;
|
|
4995
|
-
}
|
|
4996
|
-
.RelatedRichBlock-module_root__3NYmj::after {
|
|
4997
|
-
box-shadow: inset 0 4px #b88b59, inset 0 5px rgba(0, 0, 0, 0.2),
|
|
4998
|
-
inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
|
4999
|
-
}
|
|
5000
|
-
.RelatedRichBlock-module_root__3NYmj,
|
|
5001
|
-
.RelatedRichBlock-module_wrapper__1eLIQ {
|
|
5002
|
-
margin: 16px 0
|
|
5003
|
-
}
|
|
5004
|
-
@media only screen and (min-width: 48em) {
|
|
5005
|
-
.RelatedRichBlock-module_root__3NYmj,
|
|
5006
|
-
.RelatedRichBlock-module_wrapper__1eLIQ {
|
|
5007
|
-
margin: 25px 0
|
|
5008
|
-
}
|
|
5009
|
-
}
|
|
5010
|
-
.RelatedRichBlock-module_overlay__3XSg_,
|
|
5011
|
-
.RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
5012
|
-
position: absolute;
|
|
5013
|
-
right: 0;
|
|
5014
|
-
left: 0;
|
|
5015
|
-
z-index: 10;
|
|
5016
|
-
}
|
|
5017
|
-
.RelatedRichBlock-module_overlay__3XSg_ {
|
|
5018
|
-
bottom: 0;
|
|
5019
|
-
|
|
5020
|
-
height: 295px;
|
|
5021
|
-
}
|
|
5022
|
-
.RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
5023
|
-
top: 0;
|
|
5024
|
-
|
|
5025
|
-
height: 150px;
|
|
5026
|
-
}
|
|
5027
|
-
.RelatedRichBlock-module_body__1ZHZS {
|
|
5028
|
-
display: -webkit-box;
|
|
5029
|
-
display: -webkit-flex;
|
|
5030
|
-
display: -ms-flexbox;
|
|
5031
|
-
display: flex;
|
|
5032
|
-
flex-flow: column nowrap;
|
|
5033
|
-
justify-content: flex-end;
|
|
5034
|
-
|
|
5035
|
-
padding: 12px 15px;
|
|
5036
|
-
|
|
5037
|
-
background-color: #f7f7f7
|
|
5038
|
-
}
|
|
5039
|
-
@media only screen and (min-width: 32em) {
|
|
5040
|
-
.RelatedRichBlock-module_body__1ZHZS {
|
|
5041
|
-
position: absolute;
|
|
5042
|
-
right: 0;
|
|
5043
|
-
bottom: 0;
|
|
5044
|
-
left: 0;
|
|
5045
|
-
z-index: 10;
|
|
5046
|
-
|
|
5047
|
-
min-height: 295px;
|
|
5048
|
-
padding: 20px;
|
|
5049
|
-
|
|
5050
|
-
background-color: transparent
|
|
5051
|
-
}
|
|
5052
|
-
}
|
|
5053
|
-
.RelatedRichBlock-module_isRich__1LnA4 {
|
|
5054
|
-
color: #000
|
|
5055
|
-
}
|
|
5056
|
-
@media only screen and (min-width: 32em) {
|
|
5057
|
-
.RelatedRichBlock-module_isRich__1LnA4 {
|
|
5058
|
-
color: #fff
|
|
5059
|
-
}
|
|
5060
|
-
}
|
|
5061
|
-
@media only screen and (min-width: 32em) {
|
|
5062
|
-
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_hasGradient__27LOk .RelatedRichBlock-module_body__1ZHZS {
|
|
5063
|
-
position: absolute;
|
|
5064
|
-
right: 0;
|
|
5065
|
-
bottom: 0;
|
|
5066
|
-
left: 0;
|
|
5067
|
-
z-index: 10;
|
|
5068
|
-
|
|
5069
|
-
min-height: 295px;
|
|
5070
|
-
|
|
5071
|
-
background-color: transparent
|
|
5072
|
-
}
|
|
5073
|
-
}
|
|
5074
|
-
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ {
|
|
5075
|
-
position: relative;
|
|
5076
|
-
}
|
|
5077
|
-
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
|
|
5078
|
-
position: absolute;
|
|
5079
|
-
right: 1px;
|
|
5080
|
-
bottom: 0;
|
|
5081
|
-
left: 1px;
|
|
5082
|
-
z-index: 10;
|
|
5083
|
-
|
|
5084
|
-
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
5085
|
-
|
|
5086
|
-
content: ''
|
|
5087
|
-
}
|
|
5088
|
-
@media only screen and (min-width: 32em) {
|
|
5089
|
-
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
|
|
5090
|
-
content: ''
|
|
5091
|
-
}
|
|
5092
|
-
}
|
|
5093
|
-
.RelatedRichBlock-module_isCard__2naDz {
|
|
5094
|
-
color: #fff;
|
|
5095
|
-
|
|
5096
|
-
background-color: #191919
|
|
5097
|
-
}
|
|
5098
|
-
@media only screen and (min-width: 32em) {
|
|
5099
|
-
.RelatedRichBlock-module_isCard__2naDz {
|
|
5100
|
-
min-height: 350px
|
|
5101
|
-
}
|
|
5102
|
-
}
|
|
5103
|
-
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
|
|
5104
|
-
background-color: transparent
|
|
5105
|
-
}
|
|
5106
|
-
@media only screen and (min-width: 32em) {
|
|
5107
|
-
.RelatedRichBlock-module_isCard__2naDz .RelatedRichBlock-module_body__1ZHZS {
|
|
5108
|
-
position: absolute;
|
|
5109
|
-
right: 0;
|
|
5110
|
-
bottom: 0;
|
|
5111
|
-
left: 0;
|
|
5112
|
-
z-index: 10;
|
|
5110
|
+
.SensitiveBlock-module_root__2iJbD {
|
|
5111
|
+
position: relative;
|
|
5113
5112
|
|
|
5114
|
-
|
|
5113
|
+
margin: 15px 0
|
|
5115
5114
|
}
|
|
5116
|
-
}
|
|
5117
5115
|
@media only screen and (min-width: 32em) {
|
|
5118
|
-
.
|
|
5119
|
-
|
|
5120
|
-
|
|
5121
|
-
content: ''
|
|
5116
|
+
.SensitiveBlock-module_root__2iJbD {
|
|
5117
|
+
margin: 25px 0 20px
|
|
5122
5118
|
}
|
|
5123
5119
|
}
|
|
5124
|
-
.
|
|
5125
|
-
|
|
5120
|
+
.SensitiveBlock-module_root__2iJbD:first-child {
|
|
5121
|
+
margin-top: 0;
|
|
5122
|
+
}
|
|
5123
|
+
.SensitiveBlock-module_root__2iJbD:last-child {
|
|
5124
|
+
margin-bottom: 0;
|
|
5125
|
+
}
|
|
5126
|
+
.SensitiveBlock-module_root__2iJbD figcaption {
|
|
5127
|
+
width: 100%;
|
|
5128
|
+
max-width: 650px;
|
|
5129
|
+
margin-right: auto;
|
|
5130
|
+
margin-left: auto;
|
|
5126
5131
|
|
|
5127
|
-
|
|
5132
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
5128
5133
|
}
|
|
5129
|
-
|
|
5130
|
-
|
|
5131
|
-
|
|
5132
|
-
|
|
5133
|
-
|
|
5134
|
+
.SensitiveBlock-module_container__1Wtix {
|
|
5135
|
+
position: relative;
|
|
5136
|
+
|
|
5137
|
+
min-height: 170px;
|
|
5138
|
+
|
|
5139
|
+
transition: min-height 350ms ease;
|
|
5134
5140
|
}
|
|
5135
|
-
|
|
5136
|
-
|
|
5137
|
-
|
|
5141
|
+
.SensitiveBlock-module_overlay__hfDVS {
|
|
5142
|
+
position: absolute;
|
|
5143
|
+
z-index: 10;
|
|
5144
|
+
top: 0;
|
|
5145
|
+
right: -20px;
|
|
5146
|
+
bottom: 0;
|
|
5147
|
+
left: -20px;
|
|
5138
5148
|
|
|
5139
|
-
|
|
5149
|
+
display: -webkit-box;
|
|
5140
5150
|
|
|
5141
|
-
|
|
5151
|
+
display: -webkit-flex;
|
|
5152
|
+
|
|
5153
|
+
display: -ms-flexbox;
|
|
5154
|
+
|
|
5155
|
+
display: flex;
|
|
5156
|
+
align-items: center;
|
|
5157
|
+
flex-flow: column nowrap;
|
|
5158
|
+
justify-content: center;
|
|
5159
|
+
|
|
5160
|
+
padding: 30px 20px;
|
|
5161
|
+
|
|
5162
|
+
transition: opacity 500ms ease, visibility 500ms ease;
|
|
5163
|
+
|
|
5164
|
+
background-color: rgba(255, 255, 255, 1);
|
|
5165
|
+
background-repeat: no-repeat;
|
|
5166
|
+
background-position: center top;
|
|
5167
|
+
background-size: cover
|
|
5142
5168
|
}
|
|
5143
5169
|
@media only screen and (min-width: 32em) {
|
|
5144
|
-
.
|
|
5145
|
-
|
|
5170
|
+
.SensitiveBlock-module_overlay__hfDVS {
|
|
5171
|
+
right: 0;
|
|
5172
|
+
left: 0
|
|
5146
5173
|
}
|
|
5147
5174
|
}
|
|
5148
|
-
.
|
|
5149
|
-
|
|
5150
|
-
|
|
5151
|
-
|
|
5175
|
+
.SensitiveBlock-module_content__sNpxZ {
|
|
5176
|
+
-webkit-user-select: none;
|
|
5177
|
+
-moz-user-select: none;
|
|
5178
|
+
-ms-user-select: none;
|
|
5179
|
+
user-select: none;
|
|
5152
5180
|
|
|
5153
|
-
|
|
5154
|
-
height: 180px;
|
|
5181
|
+
color: #fff;
|
|
5155
5182
|
|
|
5156
|
-
|
|
5183
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
5157
5184
|
}
|
|
5158
|
-
|
|
5159
|
-
|
|
5160
|
-
top: 25%;
|
|
5185
|
+
.SensitiveBlock-module_content__sNpxZ p {
|
|
5186
|
+
display: block;
|
|
5161
5187
|
|
|
5162
|
-
|
|
5163
|
-
|
|
5164
|
-
|
|
5165
|
-
|
|
5166
|
-
position: absolute;
|
|
5167
|
-
top: 14px;
|
|
5168
|
-
right: 15px;
|
|
5169
|
-
left: 15px;
|
|
5170
|
-
z-index: 10;
|
|
5188
|
+
width: 100%;
|
|
5189
|
+
max-width: 368px;
|
|
5190
|
+
margin-top: 0;
|
|
5191
|
+
margin-bottom: 12px;
|
|
5171
5192
|
|
|
5172
|
-
|
|
5193
|
+
text-align: center;
|
|
5173
5194
|
|
|
5174
|
-
font-size:
|
|
5195
|
+
font-size: 14px;
|
|
5196
|
+
line-height: 18px
|
|
5175
5197
|
}
|
|
5176
|
-
@media only screen and (min-width:
|
|
5177
|
-
.
|
|
5178
|
-
|
|
5179
|
-
|
|
5180
|
-
|
|
5198
|
+
@media only screen and (min-width: 32em) {
|
|
5199
|
+
.SensitiveBlock-module_content__sNpxZ p {
|
|
5200
|
+
margin-bottom: 24px;
|
|
5201
|
+
|
|
5202
|
+
font-size: 16px;
|
|
5203
|
+
line-height: 22px
|
|
5181
5204
|
}
|
|
5182
5205
|
}
|
|
5183
|
-
.
|
|
5206
|
+
.SensitiveBlock-module_button__3BGZK {
|
|
5184
5207
|
width: 100%;
|
|
5185
|
-
max-width:
|
|
5186
|
-
margin
|
|
5187
|
-
margin-left: auto;
|
|
5188
|
-
}
|
|
5189
|
-
/* Themes */
|
|
5190
|
-
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE {
|
|
5191
|
-
color: #000;
|
|
5208
|
+
max-width: 348px;
|
|
5209
|
+
margin: 0 auto;
|
|
5192
5210
|
}
|
|
5193
|
-
.
|
|
5194
|
-
|
|
5211
|
+
.SensitiveBlock-module_default__2HgmZ {
|
|
5212
|
+
max-width: 650px
|
|
5195
5213
|
}
|
|
5196
5214
|
@media only screen and (min-width: 32em) {
|
|
5197
|
-
.
|
|
5198
|
-
|
|
5199
|
-
|
|
5215
|
+
.SensitiveBlock-module_default__2HgmZ {
|
|
5216
|
+
margin-right: auto;
|
|
5217
|
+
margin-left: auto
|
|
5200
5218
|
}
|
|
5201
5219
|
}
|
|
5202
|
-
|
|
5220
|
+
.SensitiveBlock-module_full__3Hph9 {
|
|
5221
|
+
max-width: 980px
|
|
5222
|
+
}
|
|
5203
5223
|
@media only screen and (min-width: 32em) {
|
|
5204
|
-
.
|
|
5205
|
-
|
|
5224
|
+
.SensitiveBlock-module_full__3Hph9 {
|
|
5225
|
+
margin-right: auto;
|
|
5226
|
+
margin-left: auto
|
|
5206
5227
|
}
|
|
5207
5228
|
}
|
|
5208
|
-
.
|
|
5209
|
-
|
|
5229
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
5230
|
+
right: -20px;
|
|
5231
|
+
left: -20px
|
|
5210
5232
|
}
|
|
5211
5233
|
@media only screen and (min-width: 32em) {
|
|
5212
|
-
.
|
|
5213
|
-
|
|
5234
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
5235
|
+
right: 0;
|
|
5236
|
+
left: 0
|
|
5214
5237
|
}
|
|
5215
5238
|
}
|
|
5216
|
-
|
|
5217
|
-
|
|
5218
|
-
|
|
5219
|
-
/* Gap */
|
|
5220
|
-
/* Media */
|
|
5221
|
-
/* 512 */
|
|
5222
|
-
/* 650 */
|
|
5223
|
-
/* 768 */
|
|
5224
|
-
/* 1024 */
|
|
5225
|
-
/* 1010 */
|
|
5226
|
-
/* 1200 */
|
|
5227
|
-
/* 511 */
|
|
5228
|
-
/* 1023 */
|
|
5229
|
-
/* Zindex */
|
|
5230
|
-
.Footnote-module_root__2a0-B {
|
|
5231
|
-
position: relative;
|
|
5232
|
-
|
|
5233
|
-
width: 320px;
|
|
5234
|
-
padding: 20px;
|
|
5235
|
-
|
|
5236
|
-
border-radius: 8px;
|
|
5237
|
-
background-color: #fff;
|
|
5238
|
-
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
|
|
5239
|
-
}
|
|
5240
|
-
.Footnote-module_body__259Ly {
|
|
5241
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
5242
|
-
font-size: 16px;
|
|
5243
|
-
line-height: 22px;
|
|
5244
|
-
}
|
|
5245
|
-
.Footnote-module_body__259Ly h3 {
|
|
5246
|
-
margin: 0 0 16px;
|
|
5247
|
-
|
|
5248
|
-
font-size: inherit;
|
|
5249
|
-
font-weight: 700;
|
|
5250
|
-
line-height: inherit;
|
|
5239
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
5240
|
+
padding-right: 20px;
|
|
5241
|
+
padding-left: 20px
|
|
5251
5242
|
}
|
|
5252
|
-
|
|
5253
|
-
|
|
5243
|
+
@media only screen and (min-width: 32em) {
|
|
5244
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
5245
|
+
padding-right: 0;
|
|
5246
|
+
padding-left: 0
|
|
5254
5247
|
}
|
|
5255
|
-
|
|
5256
|
-
|
|
5248
|
+
}
|
|
5249
|
+
.SensitiveBlock-module_super_full__14UOv {
|
|
5250
|
+
max-width: 100%;
|
|
5257
5251
|
}
|
|
5258
|
-
|
|
5259
|
-
|
|
5260
|
-
|
|
5252
|
+
@media only screen and (min-width: 32em) {
|
|
5253
|
+
.SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_overlay__hfDVS {
|
|
5254
|
+
right: -15px;
|
|
5255
|
+
left: -15px
|
|
5261
5256
|
}
|
|
5262
|
-
|
|
5263
|
-
|
|
5257
|
+
}
|
|
5258
|
+
@media only screen and (min-width: 32em) {
|
|
5259
|
+
.SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_media__3wnlo {
|
|
5260
|
+
padding-right: 15px;
|
|
5261
|
+
padding-left: 15px
|
|
5264
5262
|
}
|
|
5265
|
-
|
|
5266
|
-
|
|
5267
|
-
|
|
5268
|
-
|
|
5269
|
-
|
|
5270
|
-
margin: 0;
|
|
5271
|
-
padding: 6px 9px 10px;
|
|
5263
|
+
}
|
|
5264
|
+
/* STATE */
|
|
5265
|
+
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_overlay__hfDVS {
|
|
5266
|
+
visibility: hidden;
|
|
5272
5267
|
|
|
5273
|
-
|
|
5268
|
+
pointer-events: none;
|
|
5274
5269
|
|
|
5275
|
-
|
|
5276
|
-
border-width: 0;
|
|
5277
|
-
outline: none;
|
|
5278
|
-
background-color: transparent;
|
|
5270
|
+
opacity: 0;
|
|
5279
5271
|
}
|
|
5280
|
-
.
|
|
5281
|
-
|
|
5272
|
+
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_container__1Wtix {
|
|
5273
|
+
min-height: 0;
|
|
5282
5274
|
}
|
|
5283
|
-
|
|
5284
|
-
|
|
5285
|
-
|
|
5275
|
+
/* CONTEXT */
|
|
5276
|
+
@media only screen and (max-width: 63.9375em) {
|
|
5277
|
+
.SensitiveBlock-module_isInCard__1L-lu .SensitiveBlock-module_overlay__hfDVS,
|
|
5278
|
+
.SensitiveBlock-module_isInSlide__f_Ql2 .SensitiveBlock-module_overlay__hfDVS {
|
|
5279
|
+
right: -11px;
|
|
5280
|
+
left: -11px
|
|
5286
5281
|
}
|
|
5287
|
-
|
|
5282
|
+
}
|
|
5288
5283
|
|
|
5289
5284
|
/* Colors */
|
|
5290
5285
|
/* Fonts */
|