@meduza/ui-kit-2 0.1.77 → 0.1.88
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/MaterialNote/MaterialNote.types.d.ts +1 -1
- package/dist/ui-kit-2.cjs.development.js +1 -1
- 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 +1 -1
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +1191 -1191
- package/package.json +1 -1
- package/src/MaterialNote/MaterialNote.types.ts +1 -1
- package/src/RenderBlocks/index.tsx +5 -1
package/dist/ui-kit.css
CHANGED
|
@@ -234,170 +234,6 @@
|
|
|
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
|
-
|
|
401
237
|
/* Colors */
|
|
402
238
|
/* Fonts */
|
|
403
239
|
/* Gap */
|
|
@@ -637,67 +473,231 @@
|
|
|
637
473
|
/* 511 */
|
|
638
474
|
/* 1023 */
|
|
639
475
|
/* Zindex */
|
|
640
|
-
.
|
|
476
|
+
.Switcher-module_root__1Env1 {
|
|
641
477
|
position: relative;
|
|
642
|
-
z-index: 1;
|
|
643
478
|
|
|
644
|
-
display:
|
|
645
|
-
overflow: hidden;
|
|
646
|
-
transition: background-color 250ms ease;
|
|
479
|
+
display: -webkit-box;
|
|
647
480
|
|
|
648
|
-
|
|
481
|
+
display: -webkit-flex;
|
|
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;
|
|
501
|
+
|
|
502
|
+
user-select: none;
|
|
649
503
|
}
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
border-radius: inherit
|
|
504
|
+
.Switcher-module_dark__1IzaH {
|
|
505
|
+
color: inherit;
|
|
653
506
|
}
|
|
654
|
-
|
|
655
|
-
|
|
507
|
+
.Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
|
|
508
|
+
background-color: transparent;
|
|
509
|
+
}
|
|
510
|
+
.Switcher-module_input__jaMVF {
|
|
656
511
|
position: absolute;
|
|
657
512
|
top: 0;
|
|
658
513
|
left: 0;
|
|
659
514
|
|
|
660
|
-
|
|
661
|
-
height: 100%;
|
|
662
|
-
}
|
|
663
|
-
.Image-module_isLoaded__3XhU5 {
|
|
664
|
-
background-color: transparent;
|
|
515
|
+
opacity: 0;
|
|
665
516
|
}
|
|
666
|
-
.
|
|
517
|
+
.Switcher-module_control__1NTvY {
|
|
518
|
+
position: relative;
|
|
519
|
+
|
|
667
520
|
display: block;
|
|
668
521
|
|
|
669
|
-
width:
|
|
522
|
+
width: 37px;
|
|
523
|
+
height: 21px;
|
|
670
524
|
|
|
671
|
-
background-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
.Image-module_fullscreen__29apx picture {
|
|
675
|
-
cursor: pointer;
|
|
676
|
-
}
|
|
677
|
-
.Image-module_fullscreen__29apx picture:hover::after {
|
|
678
|
-
opacity: 1;
|
|
525
|
+
background-color: #e6e6e6;
|
|
526
|
+
|
|
527
|
+
border-radius: 15px;
|
|
679
528
|
}
|
|
680
|
-
.
|
|
529
|
+
.Switcher-module_control__1NTvY::before {
|
|
681
530
|
position: absolute;
|
|
682
|
-
|
|
683
|
-
bottom:
|
|
531
|
+
top: 0;
|
|
532
|
+
bottom: 0;
|
|
533
|
+
left: 0;
|
|
684
534
|
|
|
685
|
-
width:
|
|
686
|
-
height: 40px;
|
|
535
|
+
width: 18px;
|
|
687
536
|
|
|
688
|
-
|
|
689
|
-
pointer-events: none;
|
|
537
|
+
background: rgba(19, 191, 17, 0);
|
|
690
538
|
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
background-repeat: no-repeat;
|
|
697
|
-
background-position: center
|
|
539
|
+
border-radius: 15px;
|
|
540
|
+
|
|
541
|
+
transition: 0.25s ease-in-out;
|
|
542
|
+
|
|
543
|
+
content: '';
|
|
698
544
|
}
|
|
699
|
-
|
|
700
|
-
|
|
545
|
+
.Switcher-module_knob__3kEy5 {
|
|
546
|
+
position: relative;
|
|
547
|
+
top: 2px;
|
|
548
|
+
left: 2px;
|
|
549
|
+
z-index: 200;
|
|
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
|
|
698
|
+
}
|
|
699
|
+
@media only screen and (min-width: 64em) {
|
|
700
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
701
701
|
content: ''
|
|
702
702
|
}
|
|
703
703
|
}
|
|
@@ -1339,76 +1339,211 @@
|
|
|
1339
1339
|
/* 511 */
|
|
1340
1340
|
/* 1023 */
|
|
1341
1341
|
/* Zindex */
|
|
1342
|
-
.
|
|
1342
|
+
.MaterialNote-module_root__1AcYe {
|
|
1343
|
+
margin-bottom: 17px;
|
|
1344
|
+
|
|
1343
1345
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1346
|
+
font-size: 16px;
|
|
1347
|
+
line-height: 22px;
|
|
1344
1348
|
}
|
|
1345
|
-
.
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
color: inherit;
|
|
1349
|
-
box-shadow: none;
|
|
1349
|
+
.MaterialNote-module_root__1AcYe:empty {
|
|
1350
|
+
margin-bottom: 0;
|
|
1350
1351
|
}
|
|
1351
|
-
.
|
|
1352
|
-
|
|
1352
|
+
.MaterialNote-module_root__1AcYe:empty::before {
|
|
1353
|
+
margin-bottom: 9px;
|
|
1353
1354
|
}
|
|
1354
|
-
.
|
|
1355
|
-
|
|
1356
|
-
padding-top: calc(4rem / 16);
|
|
1355
|
+
.MaterialNote-module_root__1AcYe::before {
|
|
1356
|
+
display: block;
|
|
1357
1357
|
|
|
1358
|
-
|
|
1358
|
+
width: 120px;
|
|
1359
|
+
height: 1px;
|
|
1360
|
+
margin-bottom: 15px;
|
|
1359
1361
|
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
+
content: '';
|
|
1363
|
+
|
|
1364
|
+
background: #000;
|
|
1362
1365
|
}
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
font-size: 16px;
|
|
1367
|
-
line-height: 22px
|
|
1366
|
+
.MaterialNote-module_root__1AcYe p {
|
|
1367
|
+
margin-top: 8px;
|
|
1368
|
+
margin-bottom: 0;
|
|
1368
1369
|
}
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
max-width: 520px;
|
|
1372
|
-
padding-top: 1px;
|
|
1370
|
+
.MaterialNote-module_root__1AcYe a {
|
|
1371
|
+
text-decoration: none;
|
|
1373
1372
|
|
|
1373
|
+
color: inherit;
|
|
1374
|
+
box-shadow: inset 0 -1px;
|
|
1375
|
+
}
|
|
1376
|
+
.MaterialNote-module_root__1AcYe a:hover {
|
|
1377
|
+
color: #b88b59;
|
|
1378
|
+
}
|
|
1379
|
+
.MaterialNote-module_dark__xCry-::before {
|
|
1380
|
+
background-color: #4f4f4f;
|
|
1381
|
+
}
|
|
1382
|
+
.MaterialNote-module_note_credit__PuFyX {
|
|
1374
1383
|
color: #666;
|
|
1375
1384
|
|
|
1376
|
-
font-size:
|
|
1377
|
-
line-height:
|
|
1378
|
-
}
|
|
1379
|
-
@media only screen and (min-width: 32em) {
|
|
1380
|
-
.MediaCaption-module_credit__3ehAP {
|
|
1381
|
-
padding-top: 3px
|
|
1385
|
+
font-size: 12px;
|
|
1386
|
+
line-height: 15px;
|
|
1382
1387
|
}
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
padding-top: calc(3rem / 16)
|
|
1388
|
+
.MaterialNote-module_root__1AcYe .MaterialNote-module_note_credit__PuFyX {
|
|
1389
|
+
margin-top: 6px;
|
|
1386
1390
|
}
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
padding-top: 3px
|
|
1391
|
+
.MaterialNote-module_note_credit__PuFyX:only-child {
|
|
1392
|
+
margin-top: 0;
|
|
1390
1393
|
}
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
color: #fff;
|
|
1394
|
+
.MaterialNote-module_note_caption__1ezSo b {
|
|
1395
|
+
font-weight: bold;
|
|
1394
1396
|
}
|
|
1395
|
-
.
|
|
1396
|
-
|
|
1397
|
+
.MaterialNote-module_center__18RxI {
|
|
1398
|
+
max-width: 650px;
|
|
1399
|
+
margin-right: auto;
|
|
1400
|
+
margin-left: auto;
|
|
1397
1401
|
}
|
|
1398
|
-
.
|
|
1399
|
-
.
|
|
1400
|
-
|
|
1402
|
+
.MaterialNote-module_center__18RxI,
|
|
1403
|
+
.MaterialNote-module_default__1lQPl {
|
|
1404
|
+
margin-top: 25px
|
|
1401
1405
|
}
|
|
1402
1406
|
@media only screen and (min-width: 32em) {
|
|
1403
|
-
.
|
|
1404
|
-
.
|
|
1405
|
-
|
|
1407
|
+
.MaterialNote-module_center__18RxI,
|
|
1408
|
+
.MaterialNote-module_default__1lQPl {
|
|
1409
|
+
margin-top: 45px
|
|
1406
1410
|
}
|
|
1407
1411
|
}
|
|
1408
|
-
.
|
|
1409
|
-
.
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
+
.MaterialNote-module_card__OWXbQ:empty,
|
|
1413
|
+
.MaterialNote-module_slide__1ZBBq:empty,
|
|
1414
|
+
.MaterialNote-module_game__cADMe:empty {
|
|
1415
|
+
display: none;
|
|
1416
|
+
}
|
|
1417
|
+
.MaterialNote-module_slide__1ZBBq::before,
|
|
1418
|
+
.MaterialNote-module_card__OWXbQ::before,
|
|
1419
|
+
.MaterialNote-module_game__cADMe::before {
|
|
1420
|
+
content: none;
|
|
1421
|
+
}
|
|
1422
|
+
.MaterialNote-module_gameSurvey__3SiG-,
|
|
1423
|
+
.MaterialNote-module_gameSurvey__3SiG-:empty {
|
|
1424
|
+
display: block;
|
|
1425
|
+
}
|
|
1426
|
+
.MaterialNote-module_gameSurvey__3SiG-::before {
|
|
1427
|
+
margin-right: auto;
|
|
1428
|
+
margin-left: auto;
|
|
1429
|
+
|
|
1430
|
+
content: '';
|
|
1431
|
+
}
|
|
1432
|
+
.MaterialNote-module_slide__1ZBBq .MaterialNote-module_note_caption__1ezSo,
|
|
1433
|
+
.MaterialNote-module_card__OWXbQ .MaterialNote-module_note_caption__1ezSo,
|
|
1434
|
+
.MaterialNote-module_game__cADMe .MaterialNote-module_note_caption__1ezSo {
|
|
1435
|
+
margin-top: 0;
|
|
1436
|
+
}
|
|
1437
|
+
.MaterialNote-module_game__cADMe {
|
|
1438
|
+
margin-bottom: 0;
|
|
1439
|
+
|
|
1440
|
+
text-align: center
|
|
1441
|
+
}
|
|
1442
|
+
@media only screen and (min-width: 32em) {
|
|
1443
|
+
.MaterialNote-module_game__cADMe {
|
|
1444
|
+
margin-top: 25px
|
|
1445
|
+
}
|
|
1446
|
+
}
|
|
1447
|
+
@media only screen and (max-width: 32.1875em) {
|
|
1448
|
+
.MaterialNote-module_game__cADMe.MaterialNote-module_dark__xCry- .MaterialNote-module_note_credit__PuFyX {
|
|
1449
|
+
color: #fff
|
|
1450
|
+
}
|
|
1451
|
+
}
|
|
1452
|
+
.MaterialNote-module_slide__1ZBBq,
|
|
1453
|
+
.MaterialNote-module_card__OWXbQ {
|
|
1454
|
+
margin-bottom: 9px;
|
|
1455
|
+
padding-top: 8px
|
|
1456
|
+
}
|
|
1457
|
+
@media only screen and (min-width: 32em) {
|
|
1458
|
+
.MaterialNote-module_slide__1ZBBq,
|
|
1459
|
+
.MaterialNote-module_card__OWXbQ {
|
|
1460
|
+
margin-bottom: 16px
|
|
1461
|
+
}
|
|
1462
|
+
}
|
|
1463
|
+
|
|
1464
|
+
/* Colors */
|
|
1465
|
+
/* Fonts */
|
|
1466
|
+
/* Gap */
|
|
1467
|
+
/* Media */
|
|
1468
|
+
/* 512 */
|
|
1469
|
+
/* 650 */
|
|
1470
|
+
/* 768 */
|
|
1471
|
+
/* 1024 */
|
|
1472
|
+
/* 1010 */
|
|
1473
|
+
/* 1200 */
|
|
1474
|
+
/* 511 */
|
|
1475
|
+
/* 1023 */
|
|
1476
|
+
/* Zindex */
|
|
1477
|
+
.MediaCaption-module_root__KqTdw {
|
|
1478
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1479
|
+
}
|
|
1480
|
+
.MediaCaption-module_root__KqTdw a {
|
|
1481
|
+
text-decoration: underline;
|
|
1482
|
+
|
|
1483
|
+
color: inherit;
|
|
1484
|
+
box-shadow: none;
|
|
1485
|
+
}
|
|
1486
|
+
.MediaCaption-module_root__KqTdw a:hover {
|
|
1487
|
+
color: #b88b58;
|
|
1488
|
+
}
|
|
1489
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1490
|
+
max-width: 520px;
|
|
1491
|
+
padding-top: calc(4rem / 16);
|
|
1492
|
+
|
|
1493
|
+
color: #1a1a1a;
|
|
1494
|
+
|
|
1495
|
+
font-size: calc(14rem / 16);
|
|
1496
|
+
line-height: calc(18rem / 16)
|
|
1497
|
+
}
|
|
1498
|
+
@media only screen and (min-width: 32em) {
|
|
1499
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1500
|
+
padding-top: 4px;
|
|
1501
|
+
font-size: 16px;
|
|
1502
|
+
line-height: 22px
|
|
1503
|
+
}
|
|
1504
|
+
}
|
|
1505
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1506
|
+
max-width: 520px;
|
|
1507
|
+
padding-top: 1px;
|
|
1508
|
+
|
|
1509
|
+
color: #666;
|
|
1510
|
+
|
|
1511
|
+
font-size: calc(12rem / 16);
|
|
1512
|
+
line-height: 1rem
|
|
1513
|
+
}
|
|
1514
|
+
@media only screen and (min-width: 32em) {
|
|
1515
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1516
|
+
padding-top: 3px
|
|
1517
|
+
}
|
|
1518
|
+
}
|
|
1519
|
+
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1520
|
+
padding-top: calc(3rem / 16)
|
|
1521
|
+
}
|
|
1522
|
+
@media only screen and (min-width: 32em) {
|
|
1523
|
+
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1524
|
+
padding-top: 3px
|
|
1525
|
+
}
|
|
1526
|
+
}
|
|
1527
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
|
|
1528
|
+
color: #fff;
|
|
1529
|
+
}
|
|
1530
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
|
|
1531
|
+
color: #929292;
|
|
1532
|
+
}
|
|
1533
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1534
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1535
|
+
padding-top: calc(10rem / 16)
|
|
1536
|
+
}
|
|
1537
|
+
@media only screen and (min-width: 32em) {
|
|
1538
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1539
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1540
|
+
padding-top: 12px
|
|
1541
|
+
}
|
|
1542
|
+
}
|
|
1543
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1544
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1545
|
+
padding-top: calc(9rem / 16)
|
|
1546
|
+
}
|
|
1412
1547
|
@media only screen and (min-width: 32em) {
|
|
1413
1548
|
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1414
1549
|
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
@@ -1502,125 +1637,34 @@
|
|
|
1502
1637
|
/* 511 */
|
|
1503
1638
|
/* 1023 */
|
|
1504
1639
|
/* Zindex */
|
|
1505
|
-
.
|
|
1506
|
-
margin-bottom: 17px;
|
|
1507
|
-
|
|
1508
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1509
|
-
font-size: 16px;
|
|
1510
|
-
line-height: 22px;
|
|
1511
|
-
}
|
|
1512
|
-
.MaterialNote-module_root__1AcYe:empty {
|
|
1513
|
-
margin-bottom: 0;
|
|
1514
|
-
}
|
|
1515
|
-
.MaterialNote-module_root__1AcYe:empty::before {
|
|
1516
|
-
margin-bottom: 9px;
|
|
1517
|
-
}
|
|
1518
|
-
.MaterialNote-module_root__1AcYe::before {
|
|
1519
|
-
display: block;
|
|
1520
|
-
|
|
1521
|
-
width: 120px;
|
|
1522
|
-
height: 1px;
|
|
1523
|
-
margin-bottom: 15px;
|
|
1524
|
-
|
|
1525
|
-
content: '';
|
|
1526
|
-
|
|
1527
|
-
background: #000;
|
|
1528
|
-
}
|
|
1529
|
-
.MaterialNote-module_root__1AcYe p {
|
|
1530
|
-
margin-top: 8px;
|
|
1531
|
-
margin-bottom: 0;
|
|
1532
|
-
}
|
|
1533
|
-
.MaterialNote-module_root__1AcYe a {
|
|
1534
|
-
text-decoration: none;
|
|
1535
|
-
|
|
1536
|
-
color: inherit;
|
|
1537
|
-
box-shadow: inset 0 -1px;
|
|
1538
|
-
}
|
|
1539
|
-
.MaterialNote-module_root__1AcYe a:hover {
|
|
1540
|
-
color: #b88b59;
|
|
1541
|
-
}
|
|
1542
|
-
.MaterialNote-module_dark__xCry-::before {
|
|
1543
|
-
background-color: #4f4f4f;
|
|
1544
|
-
}
|
|
1545
|
-
.MaterialNote-module_note_credit__PuFyX {
|
|
1546
|
-
color: #666;
|
|
1547
|
-
|
|
1548
|
-
font-size: 12px;
|
|
1549
|
-
line-height: 15px;
|
|
1550
|
-
}
|
|
1551
|
-
.MaterialNote-module_root__1AcYe .MaterialNote-module_note_credit__PuFyX {
|
|
1552
|
-
margin-top: 6px;
|
|
1553
|
-
}
|
|
1554
|
-
.MaterialNote-module_note_credit__PuFyX:only-child {
|
|
1555
|
-
margin-top: 0;
|
|
1556
|
-
}
|
|
1557
|
-
.MaterialNote-module_note_caption__1ezSo b {
|
|
1558
|
-
font-weight: bold;
|
|
1559
|
-
}
|
|
1560
|
-
.MaterialNote-module_center__18RxI {
|
|
1561
|
-
max-width: 650px;
|
|
1562
|
-
margin-right: auto;
|
|
1563
|
-
margin-left: auto;
|
|
1564
|
-
}
|
|
1565
|
-
.MaterialNote-module_center__18RxI,
|
|
1566
|
-
.MaterialNote-module_default__1lQPl {
|
|
1567
|
-
margin-top: 25px
|
|
1568
|
-
}
|
|
1569
|
-
@media only screen and (min-width: 32em) {
|
|
1570
|
-
.MaterialNote-module_center__18RxI,
|
|
1571
|
-
.MaterialNote-module_default__1lQPl {
|
|
1572
|
-
margin-top: 45px
|
|
1573
|
-
}
|
|
1574
|
-
}
|
|
1575
|
-
.MaterialNote-module_card__OWXbQ:empty,
|
|
1576
|
-
.MaterialNote-module_slide__1ZBBq:empty,
|
|
1577
|
-
.MaterialNote-module_game__cADMe:empty {
|
|
1578
|
-
display: none;
|
|
1579
|
-
}
|
|
1580
|
-
.MaterialNote-module_slide__1ZBBq::before,
|
|
1581
|
-
.MaterialNote-module_card__OWXbQ::before,
|
|
1582
|
-
.MaterialNote-module_game__cADMe::before {
|
|
1583
|
-
content: none;
|
|
1584
|
-
}
|
|
1585
|
-
.MaterialNote-module_gameSurvey__3SiG-,
|
|
1586
|
-
.MaterialNote-module_gameSurvey__3SiG-:empty {
|
|
1640
|
+
.MaterialTitle-module_root__18ku- {
|
|
1587
1641
|
display: block;
|
|
1588
1642
|
}
|
|
1589
|
-
.
|
|
1590
|
-
margin
|
|
1591
|
-
margin-left: auto;
|
|
1592
|
-
|
|
1593
|
-
content: '';
|
|
1594
|
-
}
|
|
1595
|
-
.MaterialNote-module_slide__1ZBBq .MaterialNote-module_note_caption__1ezSo,
|
|
1596
|
-
.MaterialNote-module_card__OWXbQ .MaterialNote-module_note_caption__1ezSo,
|
|
1597
|
-
.MaterialNote-module_game__cADMe .MaterialNote-module_note_caption__1ezSo {
|
|
1598
|
-
margin-top: 0;
|
|
1599
|
-
}
|
|
1600
|
-
.MaterialNote-module_game__cADMe {
|
|
1601
|
-
margin-bottom: 0;
|
|
1643
|
+
.MaterialTitle-module_root__18ku- {
|
|
1644
|
+
margin: 0;
|
|
1602
1645
|
|
|
1603
|
-
|
|
1646
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1647
|
+
font-size: 25px;
|
|
1648
|
+
font-weight: normal;
|
|
1649
|
+
line-height: 27px
|
|
1604
1650
|
}
|
|
1605
|
-
@media only screen and (min-width:
|
|
1606
|
-
.
|
|
1607
|
-
|
|
1651
|
+
@media only screen and (min-width: 48em) {
|
|
1652
|
+
.MaterialTitle-module_root__18ku- {
|
|
1653
|
+
font-size: 37px;
|
|
1654
|
+
line-height: 38px
|
|
1608
1655
|
}
|
|
1609
1656
|
}
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1657
|
+
.MaterialTitle-module_primary__2Sfmx {
|
|
1658
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
1659
|
+
font-weight: normal;
|
|
1613
1660
|
}
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
margin-bottom: 9px;
|
|
1618
|
-
padding-top: 8px
|
|
1661
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1662
|
+
font-size: 24px;
|
|
1663
|
+
font-weight: 700
|
|
1619
1664
|
}
|
|
1620
|
-
@media only screen and (min-width:
|
|
1621
|
-
.
|
|
1622
|
-
|
|
1623
|
-
margin-bottom: 16px
|
|
1665
|
+
@media only screen and (min-width: 48em) {
|
|
1666
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1667
|
+
font-size: 36px
|
|
1624
1668
|
}
|
|
1625
1669
|
}
|
|
1626
1670
|
|
|
@@ -1637,36 +1681,80 @@
|
|
|
1637
1681
|
/* 511 */
|
|
1638
1682
|
/* 1023 */
|
|
1639
1683
|
/* Zindex */
|
|
1640
|
-
.
|
|
1641
|
-
|
|
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;
|
|
1642
1691
|
}
|
|
1643
|
-
.
|
|
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;
|
|
1644
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);
|
|
1645
1708
|
|
|
1646
1709
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1647
|
-
font-size:
|
|
1648
|
-
|
|
1649
|
-
line-height: 27px
|
|
1710
|
+
font-size: 14px;
|
|
1711
|
+
line-height: 26px;
|
|
1650
1712
|
}
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
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;
|
|
1655
1722
|
}
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
font-weight: normal;
|
|
1723
|
+
.Dropdown-module_root__11PNk a:hover {
|
|
1724
|
+
color: #000;
|
|
1725
|
+
background-color: #f7f7f7;
|
|
1660
1726
|
}
|
|
1661
|
-
.
|
|
1662
|
-
|
|
1663
|
-
|
|
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;
|
|
1664
1747
|
}
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
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: '';
|
|
1668
1757
|
}
|
|
1669
|
-
}
|
|
1670
1758
|
|
|
1671
1759
|
/* Colors */
|
|
1672
1760
|
/* Fonts */
|
|
@@ -1812,94 +1900,6 @@
|
|
|
1812
1900
|
display: none;
|
|
1813
1901
|
}
|
|
1814
1902
|
|
|
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,24 +2111,6 @@
|
|
|
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
|
-
|
|
2132
2114
|
/* Colors */
|
|
2133
2115
|
/* Fonts */
|
|
2134
2116
|
/* Gap */
|
|
@@ -2251,6 +2233,24 @@
|
|
|
2251
2233
|
}
|
|
2252
2234
|
}
|
|
2253
2235
|
|
|
2236
|
+
/* Colors */
|
|
2237
|
+
/* Fonts */
|
|
2238
|
+
/* Gap */
|
|
2239
|
+
/* Media */
|
|
2240
|
+
/* 512 */
|
|
2241
|
+
/* 650 */
|
|
2242
|
+
/* 768 */
|
|
2243
|
+
/* 1024 */
|
|
2244
|
+
/* 1010 */
|
|
2245
|
+
/* 1200 */
|
|
2246
|
+
/* 511 */
|
|
2247
|
+
/* 1023 */
|
|
2248
|
+
/* Zindex */
|
|
2249
|
+
.Timestamp-module_root__coOvT {
|
|
2250
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2251
|
+
font-weight: normal;
|
|
2252
|
+
}
|
|
2253
|
+
|
|
2254
2254
|
/* Colors */
|
|
2255
2255
|
/* Fonts */
|
|
2256
2256
|
/* Gap */
|
|
@@ -2823,49 +2823,179 @@
|
|
|
2823
2823
|
background: #FFF8C4;
|
|
2824
2824
|
|
|
2825
2825
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2826
|
-
font-size: 16px;
|
|
2827
|
-
font-weight: normal;
|
|
2828
|
-
line-height: 20px
|
|
2826
|
+
font-size: 16px;
|
|
2827
|
+
font-weight: normal;
|
|
2828
|
+
line-height: 20px
|
|
2829
|
+
}
|
|
2830
|
+
@media only screen and (min-width: 32em) {
|
|
2831
|
+
.ImportantLead-module_root__2BdT3 {
|
|
2832
|
+
margin: 25px 0;
|
|
2833
|
+
padding: 12px 15px 13px;
|
|
2834
|
+
|
|
2835
|
+
font-size: 17px;
|
|
2836
|
+
line-height: 24px
|
|
2837
|
+
}
|
|
2838
|
+
}
|
|
2839
|
+
.ImportantLead-module_root__2BdT3:last-child {
|
|
2840
|
+
margin-bottom: 0;
|
|
2841
|
+
}
|
|
2842
|
+
.ImportantLead-module_root__2BdT3:first-child {
|
|
2843
|
+
margin-top: 0;
|
|
2844
|
+
}
|
|
2845
|
+
.ImportantLead-module_root__2BdT3 a {
|
|
2846
|
+
color: #000;
|
|
2847
|
+
box-shadow: inset 0 -1px #000;
|
|
2848
|
+
}
|
|
2849
|
+
.ImportantLead-module_root__2BdT3 a:hover {
|
|
2850
|
+
color: #b88b59;
|
|
2851
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
2852
|
+
}
|
|
2853
|
+
.ImportantLead-module_slide__3kQ9x {
|
|
2854
|
+
max-width: 650px;
|
|
2855
|
+
margin-right: auto;
|
|
2856
|
+
margin-left: auto;
|
|
2857
|
+
}
|
|
2858
|
+
/* VISIBILITY */
|
|
2859
|
+
@media only screen and (min-width: 32em) {
|
|
2860
|
+
.ImportantLead-module_mobile__3BXbm {
|
|
2861
|
+
display: none
|
|
2862
|
+
}
|
|
2863
|
+
}
|
|
2864
|
+
.ImportantLead-module_desktop__3Zljc {
|
|
2865
|
+
display: none
|
|
2866
|
+
}
|
|
2867
|
+
@media only screen and (min-width: 32em) {
|
|
2868
|
+
.ImportantLead-module_desktop__3Zljc {
|
|
2869
|
+
display: block
|
|
2870
|
+
}
|
|
2871
|
+
}
|
|
2872
|
+
|
|
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
|
+
.RelatedBlock-module_root__IKcQq {
|
|
2888
|
+
margin: 16px 0;
|
|
2889
|
+
|
|
2890
|
+
border-radius: 8px;
|
|
2891
|
+
background-color: #f5f5f5;
|
|
2892
|
+
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
|
|
2893
|
+
}
|
|
2894
|
+
@media only screen and (min-width: 48em) {
|
|
2895
|
+
.RelatedBlock-module_root__IKcQq {
|
|
2896
|
+
margin: 25px 0
|
|
2897
|
+
}
|
|
2898
|
+
}
|
|
2899
|
+
.RelatedBlock-module_root__IKcQq:last-child {
|
|
2900
|
+
margin-bottom: 0;
|
|
2901
|
+
}
|
|
2902
|
+
.RelatedBlock-module_root__IKcQq:first-child {
|
|
2903
|
+
margin-top: 0;
|
|
2904
|
+
}
|
|
2905
|
+
.RelatedBlock-module_root__IKcQq a {
|
|
2906
|
+
display: block;
|
|
2907
|
+
|
|
2908
|
+
padding: 12px 12px 13px;
|
|
2909
|
+
|
|
2910
|
+
transition: color 0.15s;
|
|
2911
|
+
text-decoration: none;
|
|
2912
|
+
|
|
2913
|
+
color: #000;
|
|
2914
|
+
box-shadow: none;
|
|
2915
|
+
|
|
2916
|
+
font-size: 17px;
|
|
2917
|
+
line-height: 20px
|
|
2918
|
+
}
|
|
2919
|
+
@media only screen and (min-width: 48em) {
|
|
2920
|
+
.RelatedBlock-module_root__IKcQq a {
|
|
2921
|
+
padding: 15px 20px 17px;
|
|
2922
|
+
|
|
2923
|
+
font-size: 19px;
|
|
2924
|
+
line-height: 23px
|
|
2925
|
+
}
|
|
2926
|
+
}
|
|
2927
|
+
.RelatedBlock-module_root__IKcQq a:hover {
|
|
2928
|
+
color: #5c5c5c;
|
|
2929
|
+
}
|
|
2930
|
+
.RelatedBlock-module_header__2SuWP {
|
|
2931
|
+
margin: 0;
|
|
2932
|
+
padding: 14px 12px 3px;
|
|
2933
|
+
|
|
2934
|
+
letter-spacing: 1px;
|
|
2935
|
+
text-transform: uppercase;
|
|
2936
|
+
|
|
2937
|
+
color: #7F7F7F;
|
|
2938
|
+
|
|
2939
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2940
|
+
font-size: 12px;
|
|
2941
|
+
font-weight: 600;
|
|
2942
|
+
line-height: 17px
|
|
2829
2943
|
}
|
|
2830
|
-
@media only screen and (min-width:
|
|
2831
|
-
.
|
|
2832
|
-
|
|
2833
|
-
padding: 12px 15px 13px;
|
|
2944
|
+
@media only screen and (min-width: 48em) {
|
|
2945
|
+
.RelatedBlock-module_header__2SuWP {
|
|
2946
|
+
padding: 20px 20px 14px;
|
|
2834
2947
|
|
|
2835
|
-
font-size:
|
|
2836
|
-
line-height:
|
|
2948
|
+
font-size: 14px;
|
|
2949
|
+
line-height: 16px
|
|
2837
2950
|
}
|
|
2838
2951
|
}
|
|
2839
|
-
.
|
|
2840
|
-
margin
|
|
2952
|
+
.RelatedBlock-module_items__2V-Ap {
|
|
2953
|
+
margin: 0;
|
|
2954
|
+
padding-left: 0;
|
|
2955
|
+
|
|
2956
|
+
list-style: none;
|
|
2841
2957
|
}
|
|
2842
|
-
.
|
|
2843
|
-
|
|
2958
|
+
.RelatedBlock-module_items__2V-Ap li {
|
|
2959
|
+
padding: 0;
|
|
2844
2960
|
}
|
|
2845
|
-
.
|
|
2846
|
-
|
|
2847
|
-
box-shadow: inset 0 -1px #000;
|
|
2961
|
+
.RelatedBlock-module_items__2V-Ap li + li {
|
|
2962
|
+
border-top: 1px solid #e6e6e6;
|
|
2848
2963
|
}
|
|
2849
|
-
.
|
|
2850
|
-
|
|
2851
|
-
|
|
2964
|
+
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
2965
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2966
|
+
font-size: 16px;
|
|
2967
|
+
font-weight: 700;
|
|
2968
|
+
line-height: 18px
|
|
2852
2969
|
}
|
|
2853
|
-
|
|
2970
|
+
@media only screen and (min-width: 48em) {
|
|
2971
|
+
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
2972
|
+
font-size: 18px
|
|
2973
|
+
}
|
|
2974
|
+
}
|
|
2975
|
+
.RelatedBlock-module_simple__29HVO {
|
|
2976
|
+
}
|
|
2977
|
+
.RelatedBlock-module_center__1LmW8 {
|
|
2854
2978
|
max-width: 650px;
|
|
2855
2979
|
margin-right: auto;
|
|
2856
2980
|
margin-left: auto;
|
|
2857
2981
|
}
|
|
2982
|
+
.RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
|
|
2983
|
+
margin-top: 0;
|
|
2984
|
+
}
|
|
2985
|
+
.RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
|
|
2986
|
+
margin-bottom: 0;
|
|
2987
|
+
}
|
|
2858
2988
|
/* VISIBILITY */
|
|
2859
2989
|
@media only screen and (min-width: 32em) {
|
|
2860
|
-
.
|
|
2990
|
+
.RelatedBlock-module_mobile__2XM5a {
|
|
2861
2991
|
display: none
|
|
2862
2992
|
}
|
|
2863
2993
|
}
|
|
2864
|
-
.
|
|
2994
|
+
.RelatedBlock-module_desktop__2mXeq {
|
|
2865
2995
|
display: none
|
|
2866
2996
|
}
|
|
2867
2997
|
@media only screen and (min-width: 32em) {
|
|
2868
|
-
.
|
|
2998
|
+
.RelatedBlock-module_desktop__2mXeq {
|
|
2869
2999
|
display: block
|
|
2870
3000
|
}
|
|
2871
3001
|
}
|
|
@@ -3033,136 +3163,6 @@
|
|
|
3033
3163
|
}
|
|
3034
3164
|
}
|
|
3035
3165
|
|
|
3036
|
-
/* Colors */
|
|
3037
|
-
/* Fonts */
|
|
3038
|
-
/* Gap */
|
|
3039
|
-
/* Media */
|
|
3040
|
-
/* 512 */
|
|
3041
|
-
/* 650 */
|
|
3042
|
-
/* 768 */
|
|
3043
|
-
/* 1024 */
|
|
3044
|
-
/* 1010 */
|
|
3045
|
-
/* 1200 */
|
|
3046
|
-
/* 511 */
|
|
3047
|
-
/* 1023 */
|
|
3048
|
-
/* Zindex */
|
|
3049
|
-
.RelatedBlock-module_root__IKcQq {
|
|
3050
|
-
margin: 16px 0;
|
|
3051
|
-
|
|
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
|
|
3055
|
-
}
|
|
3056
|
-
@media only screen and (min-width: 48em) {
|
|
3057
|
-
.RelatedBlock-module_root__IKcQq {
|
|
3058
|
-
margin: 25px 0
|
|
3059
|
-
}
|
|
3060
|
-
}
|
|
3061
|
-
.RelatedBlock-module_root__IKcQq:last-child {
|
|
3062
|
-
margin-bottom: 0;
|
|
3063
|
-
}
|
|
3064
|
-
.RelatedBlock-module_root__IKcQq:first-child {
|
|
3065
|
-
margin-top: 0;
|
|
3066
|
-
}
|
|
3067
|
-
.RelatedBlock-module_root__IKcQq a {
|
|
3068
|
-
display: block;
|
|
3069
|
-
|
|
3070
|
-
padding: 12px 12px 13px;
|
|
3071
|
-
|
|
3072
|
-
transition: color 0.15s;
|
|
3073
|
-
text-decoration: none;
|
|
3074
|
-
|
|
3075
|
-
color: #000;
|
|
3076
|
-
box-shadow: none;
|
|
3077
|
-
|
|
3078
|
-
font-size: 17px;
|
|
3079
|
-
line-height: 20px
|
|
3080
|
-
}
|
|
3081
|
-
@media only screen and (min-width: 48em) {
|
|
3082
|
-
.RelatedBlock-module_root__IKcQq a {
|
|
3083
|
-
padding: 15px 20px 17px;
|
|
3084
|
-
|
|
3085
|
-
font-size: 19px;
|
|
3086
|
-
line-height: 23px
|
|
3087
|
-
}
|
|
3088
|
-
}
|
|
3089
|
-
.RelatedBlock-module_root__IKcQq a:hover {
|
|
3090
|
-
color: #5c5c5c;
|
|
3091
|
-
}
|
|
3092
|
-
.RelatedBlock-module_header__2SuWP {
|
|
3093
|
-
margin: 0;
|
|
3094
|
-
padding: 14px 12px 3px;
|
|
3095
|
-
|
|
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
3166
|
/* Colors */
|
|
3167
3167
|
/* Fonts */
|
|
3168
3168
|
/* Gap */
|
|
@@ -3698,78 +3698,34 @@ a mark {
|
|
|
3698
3698
|
display: none
|
|
3699
3699
|
}
|
|
3700
3700
|
}
|
|
3701
|
-
.SimpleBlock-module_desktop__2se2o {
|
|
3702
|
-
display: none
|
|
3703
|
-
}
|
|
3704
|
-
@media only screen and (min-width: 32em) {
|
|
3705
|
-
.SimpleBlock-module_desktop__2se2o {
|
|
3706
|
-
display: block
|
|
3707
|
-
}
|
|
3708
|
-
}
|
|
3709
|
-
/* Footnote dakr theme */
|
|
3710
|
-
.SimpleBlock-module_isDark__22q5s span[data-body] {
|
|
3711
|
-
background-color: #5b5b5b;
|
|
3712
|
-
box-shadow: inset 1px 0 #8b8b8b, inset 0 1px #8b8b8b, inset -1px 0 #8b8b8b,
|
|
3713
|
-
inset 0 -1px #8b8b8b;
|
|
3714
|
-
}
|
|
3715
|
-
.SimpleBlock-module_isDark__22q5s span[data-body]:hover {
|
|
3716
|
-
background-color: #5b5b5b;
|
|
3717
|
-
box-shadow: inset 1px 0 #747474, inset 0 1px #747474, inset -1px 0 #747474,
|
|
3718
|
-
inset 0 -1px #747474;
|
|
3719
|
-
}
|
|
3720
|
-
/* Theme */
|
|
3721
|
-
.SimpleBlock-module_blockquote__pwpcX.SimpleBlock-module_isDark__22q5s {
|
|
3722
|
-
color: inherit;
|
|
3723
|
-
background-color: #34322a;
|
|
3724
|
-
}
|
|
3725
|
-
.SimpleBlock-module_blockquote__pwpcX.SimpleBlock-module_isDark__22q5s a {
|
|
3726
|
-
color: inherit;
|
|
3727
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
3728
|
-
}
|
|
3729
|
-
|
|
3730
|
-
/* Colors */
|
|
3731
|
-
/* Fonts */
|
|
3732
|
-
/* Gap */
|
|
3733
|
-
/* Media */
|
|
3734
|
-
/* 512 */
|
|
3735
|
-
/* 650 */
|
|
3736
|
-
/* 768 */
|
|
3737
|
-
/* 1024 */
|
|
3738
|
-
/* 1010 */
|
|
3739
|
-
/* 1200 */
|
|
3740
|
-
/* 511 */
|
|
3741
|
-
/* 1023 */
|
|
3742
|
-
/* Zindex */
|
|
3743
|
-
.SimpleTitle-module_root__2jVQN {
|
|
3744
|
-
margin: 0 0 18px;
|
|
3745
|
-
|
|
3746
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3747
|
-
font-size: 20px;
|
|
3748
|
-
font-weight: normal;
|
|
3749
|
-
line-height: 23px
|
|
3750
|
-
}
|
|
3751
|
-
@media only screen and (min-width: 48em) {
|
|
3752
|
-
.SimpleTitle-module_root__2jVQN {
|
|
3753
|
-
margin-bottom: 15px;
|
|
3754
|
-
|
|
3755
|
-
font-size: 36px;
|
|
3756
|
-
line-height: 40px
|
|
3757
|
-
}
|
|
3758
|
-
}
|
|
3759
|
-
/* VISIBILITY */
|
|
3760
|
-
@media only screen and (min-width: 32em) {
|
|
3761
|
-
.SimpleTitle-module_mobile__11gBz {
|
|
3762
|
-
display: none
|
|
3763
|
-
}
|
|
3764
|
-
}
|
|
3765
|
-
.SimpleTitle-module_desktop__3yXgy {
|
|
3701
|
+
.SimpleBlock-module_desktop__2se2o {
|
|
3766
3702
|
display: none
|
|
3767
3703
|
}
|
|
3768
3704
|
@media only screen and (min-width: 32em) {
|
|
3769
|
-
.
|
|
3705
|
+
.SimpleBlock-module_desktop__2se2o {
|
|
3770
3706
|
display: block
|
|
3771
3707
|
}
|
|
3772
3708
|
}
|
|
3709
|
+
/* Footnote dakr theme */
|
|
3710
|
+
.SimpleBlock-module_isDark__22q5s span[data-body] {
|
|
3711
|
+
background-color: #5b5b5b;
|
|
3712
|
+
box-shadow: inset 1px 0 #8b8b8b, inset 0 1px #8b8b8b, inset -1px 0 #8b8b8b,
|
|
3713
|
+
inset 0 -1px #8b8b8b;
|
|
3714
|
+
}
|
|
3715
|
+
.SimpleBlock-module_isDark__22q5s span[data-body]:hover {
|
|
3716
|
+
background-color: #5b5b5b;
|
|
3717
|
+
box-shadow: inset 1px 0 #747474, inset 0 1px #747474, inset -1px 0 #747474,
|
|
3718
|
+
inset 0 -1px #747474;
|
|
3719
|
+
}
|
|
3720
|
+
/* Theme */
|
|
3721
|
+
.SimpleBlock-module_blockquote__pwpcX.SimpleBlock-module_isDark__22q5s {
|
|
3722
|
+
color: inherit;
|
|
3723
|
+
background-color: #34322a;
|
|
3724
|
+
}
|
|
3725
|
+
.SimpleBlock-module_blockquote__pwpcX.SimpleBlock-module_isDark__22q5s a {
|
|
3726
|
+
color: inherit;
|
|
3727
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
3728
|
+
}
|
|
3773
3729
|
|
|
3774
3730
|
/* Colors */
|
|
3775
3731
|
/* Fonts */
|
|
@@ -3898,6 +3854,50 @@ a mark {
|
|
|
3898
3854
|
border-top-color: #3d3d3d;
|
|
3899
3855
|
}
|
|
3900
3856
|
|
|
3857
|
+
/* Colors */
|
|
3858
|
+
/* Fonts */
|
|
3859
|
+
/* Gap */
|
|
3860
|
+
/* Media */
|
|
3861
|
+
/* 512 */
|
|
3862
|
+
/* 650 */
|
|
3863
|
+
/* 768 */
|
|
3864
|
+
/* 1024 */
|
|
3865
|
+
/* 1010 */
|
|
3866
|
+
/* 1200 */
|
|
3867
|
+
/* 511 */
|
|
3868
|
+
/* 1023 */
|
|
3869
|
+
/* Zindex */
|
|
3870
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3871
|
+
margin: 0 0 18px;
|
|
3872
|
+
|
|
3873
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3874
|
+
font-size: 20px;
|
|
3875
|
+
font-weight: normal;
|
|
3876
|
+
line-height: 23px
|
|
3877
|
+
}
|
|
3878
|
+
@media only screen and (min-width: 48em) {
|
|
3879
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3880
|
+
margin-bottom: 15px;
|
|
3881
|
+
|
|
3882
|
+
font-size: 36px;
|
|
3883
|
+
line-height: 40px
|
|
3884
|
+
}
|
|
3885
|
+
}
|
|
3886
|
+
/* VISIBILITY */
|
|
3887
|
+
@media only screen and (min-width: 32em) {
|
|
3888
|
+
.SimpleTitle-module_mobile__11gBz {
|
|
3889
|
+
display: none
|
|
3890
|
+
}
|
|
3891
|
+
}
|
|
3892
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3893
|
+
display: none
|
|
3894
|
+
}
|
|
3895
|
+
@media only screen and (min-width: 32em) {
|
|
3896
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3897
|
+
display: block
|
|
3898
|
+
}
|
|
3899
|
+
}
|
|
3900
|
+
|
|
3901
3901
|
/* Colors */
|
|
3902
3902
|
/* Fonts */
|
|
3903
3903
|
/* Gap */
|
|
@@ -3988,16 +3988,200 @@ a mark {
|
|
|
3988
3988
|
order: -2
|
|
3989
3989
|
}
|
|
3990
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;
|
|
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
|
+
|
|
4003
|
+
/* stylelint-disable declaration-empty-line-before */
|
|
4004
|
+
/* Colors */
|
|
4005
|
+
/* Fonts */
|
|
4006
|
+
/* Gap */
|
|
4007
|
+
/* Media */
|
|
4008
|
+
/* 512 */
|
|
4009
|
+
/* 650 */
|
|
4010
|
+
/* 768 */
|
|
4011
|
+
/* 1024 */
|
|
4012
|
+
/* 1010 */
|
|
4013
|
+
/* 1200 */
|
|
4014
|
+
/* 511 */
|
|
4015
|
+
/* 1023 */
|
|
4016
|
+
/* Zindex */
|
|
4017
|
+
.MetaItemLive-module_root__2mpD3 {
|
|
4018
|
+
position: relative;
|
|
4019
|
+
|
|
4020
|
+
display: inline-block;
|
|
4021
|
+
|
|
4022
|
+
width: 18px;
|
|
4023
|
+
height: 18px;
|
|
4024
|
+
|
|
4025
|
+
vertical-align: middle;
|
|
4026
|
+
}
|
|
4027
|
+
.MetaItemLive-module_gold__3yZEV {
|
|
4028
|
+
color: #b88b59;
|
|
4029
|
+
}
|
|
4030
|
+
.MetaItemLive-module_root__2mpD3::before,
|
|
4031
|
+
.MetaItemLive-module_root__2mpD3::after,
|
|
4032
|
+
.MetaItemLive-module_frame__1H_Ha {
|
|
4033
|
+
position: absolute;
|
|
4034
|
+
top: 0;
|
|
4035
|
+
right: 0;
|
|
4036
|
+
bottom: 0;
|
|
4037
|
+
left: 0;
|
|
4038
|
+
z-index: 0;
|
|
4039
|
+
}
|
|
4040
|
+
.MetaItemLive-module_root__2mpD3 {
|
|
4041
|
+
margin-top: -4px;
|
|
4042
|
+
margin-right: 1px;
|
|
4043
|
+
|
|
4044
|
+
transform: translateY(1px);
|
|
4045
|
+
}
|
|
4046
|
+
.MetaItemLive-module_root__2mpD3::before,
|
|
4047
|
+
.MetaItemLive-module_root__2mpD3::after,
|
|
4048
|
+
.MetaItemLive-module_frame__1H_Ha {
|
|
4049
|
+
|
|
4050
|
+
border-radius: 50%;
|
|
4051
|
+
transform: scale(0);
|
|
4052
|
+
|
|
4053
|
+
-webkit-animation-duration: 1.05s;
|
|
4054
|
+
|
|
4055
|
+
animation-duration: 1.05s;
|
|
4056
|
+
-webkit-animation-timing-function: linear;
|
|
4057
|
+
animation-timing-function: linear;
|
|
4058
|
+
-webkit-animation-iteration-count: infinite;
|
|
4059
|
+
animation-iteration-count: infinite;
|
|
4060
|
+
}
|
|
4061
|
+
.MetaItemLive-module_frame__1H_Ha {
|
|
4062
|
+
|
|
4063
|
+
background: currentColor;
|
|
4064
|
+
|
|
4065
|
+
-webkit-animation-name: MetaItemLive-module_liveMiddle__wyuV3;
|
|
4066
|
+
|
|
4067
|
+
animation-name: MetaItemLive-module_liveMiddle__wyuV3;
|
|
4068
|
+
}
|
|
4069
|
+
.MetaItemLive-module_root__2mpD3::before,
|
|
4070
|
+
.MetaItemLive-module_root__2mpD3::after {
|
|
4071
|
+
|
|
4072
|
+
border: 1px solid currentColor;
|
|
4073
|
+
|
|
4074
|
+
content: '';
|
|
4075
|
+
}
|
|
4076
|
+
.MetaItemLive-module_root__2mpD3::before {
|
|
4077
|
+
-webkit-animation-name: MetaItemLive-module_liveFirstWave__3dbvz;
|
|
4078
|
+
animation-name: MetaItemLive-module_liveFirstWave__3dbvz;
|
|
4079
|
+
}
|
|
4080
|
+
.MetaItemLive-module_root__2mpD3::after {
|
|
4081
|
+
-webkit-animation-name: MetaItemLive-module_liveSecondWave__12g57;
|
|
4082
|
+
animation-name: MetaItemLive-module_liveSecondWave__12g57;
|
|
4083
|
+
}
|
|
4084
|
+
@-webkit-keyframes MetaItemLive-module_liveMiddle__wyuV3 {
|
|
4085
|
+
14% {
|
|
4086
|
+
transform: scale(0);
|
|
4087
|
+
}
|
|
4088
|
+
|
|
4089
|
+
30% {
|
|
4090
|
+
transform: scale(0.22);
|
|
4091
|
+
}
|
|
4092
|
+
|
|
4093
|
+
63% {
|
|
4094
|
+
transform: scale(0.22);
|
|
4095
|
+
}
|
|
4096
|
+
|
|
4097
|
+
70% {
|
|
4098
|
+
transform: scale(0);
|
|
4099
|
+
}
|
|
4100
|
+
|
|
4101
|
+
100% {
|
|
4102
|
+
transform: scale(0);
|
|
4103
|
+
}
|
|
4104
|
+
}
|
|
4105
|
+
@keyframes MetaItemLive-module_liveMiddle__wyuV3 {
|
|
4106
|
+
14% {
|
|
4107
|
+
transform: scale(0);
|
|
4108
|
+
}
|
|
4109
|
+
|
|
4110
|
+
30% {
|
|
4111
|
+
transform: scale(0.22);
|
|
4112
|
+
}
|
|
4113
|
+
|
|
4114
|
+
63% {
|
|
4115
|
+
transform: scale(0.22);
|
|
4116
|
+
}
|
|
4117
|
+
|
|
4118
|
+
70% {
|
|
4119
|
+
transform: scale(0);
|
|
4120
|
+
}
|
|
4121
|
+
|
|
4122
|
+
100% {
|
|
4123
|
+
transform: scale(0);
|
|
4124
|
+
}
|
|
4125
|
+
}
|
|
4126
|
+
@-webkit-keyframes MetaItemLive-module_liveFirstWave__3dbvz {
|
|
4127
|
+
21% {
|
|
4128
|
+
transform: scale(0.1);
|
|
4129
|
+
}
|
|
4130
|
+
|
|
4131
|
+
53% {
|
|
4132
|
+
transform: scale(0.33);
|
|
4133
|
+
}
|
|
4134
|
+
|
|
4135
|
+
100% {
|
|
4136
|
+
transform: scale(0.66);
|
|
4137
|
+
|
|
4138
|
+
opacity: 0;
|
|
4139
|
+
}
|
|
4140
|
+
}
|
|
4141
|
+
@keyframes MetaItemLive-module_liveFirstWave__3dbvz {
|
|
4142
|
+
21% {
|
|
4143
|
+
transform: scale(0.1);
|
|
4144
|
+
}
|
|
4145
|
+
|
|
4146
|
+
53% {
|
|
4147
|
+
transform: scale(0.33);
|
|
4148
|
+
}
|
|
4149
|
+
|
|
4150
|
+
100% {
|
|
4151
|
+
transform: scale(0.66);
|
|
4152
|
+
|
|
4153
|
+
opacity: 0;
|
|
4154
|
+
}
|
|
4155
|
+
}
|
|
4156
|
+
@-webkit-keyframes MetaItemLive-module_liveSecondWave__12g57 {
|
|
4157
|
+
21% {
|
|
4158
|
+
transform: scale(0.22);
|
|
4159
|
+
}
|
|
4160
|
+
|
|
4161
|
+
53% {
|
|
4162
|
+
transform: scale(0.55);
|
|
4163
|
+
}
|
|
4164
|
+
|
|
4165
|
+
100% {
|
|
4166
|
+
transform: scale(0.88);
|
|
4167
|
+
|
|
4168
|
+
opacity: 0;
|
|
4169
|
+
}
|
|
4170
|
+
}
|
|
4171
|
+
@keyframes MetaItemLive-module_liveSecondWave__12g57 {
|
|
4172
|
+
21% {
|
|
4173
|
+
transform: scale(0.22);
|
|
4174
|
+
}
|
|
4175
|
+
|
|
4176
|
+
53% {
|
|
4177
|
+
transform: scale(0.55);
|
|
4178
|
+
}
|
|
3995
4179
|
|
|
3996
|
-
|
|
3997
|
-
|
|
4180
|
+
100% {
|
|
4181
|
+
transform: scale(0.88);
|
|
4182
|
+
|
|
4183
|
+
opacity: 0;
|
|
3998
4184
|
}
|
|
3999
|
-
.MetaItem-module_read__5eAIG svg {
|
|
4000
|
-
margin-top: -1px;
|
|
4001
4185
|
}
|
|
4002
4186
|
|
|
4003
4187
|
/* Colors */
|
|
@@ -4293,202 +4477,124 @@ a mark {
|
|
|
4293
4477
|
/* 511 */
|
|
4294
4478
|
/* 1023 */
|
|
4295
4479
|
/* Zindex */
|
|
4296
|
-
.
|
|
4297
|
-
|
|
4298
|
-
|
|
4299
|
-
display: inline-block;
|
|
4300
|
-
|
|
4301
|
-
width: 18px;
|
|
4302
|
-
height: 18px;
|
|
4480
|
+
.DocumentItemsCount-module_root__P3q-z {
|
|
4481
|
+
display: inline;
|
|
4303
4482
|
|
|
4304
|
-
|
|
4305
|
-
}
|
|
4306
|
-
.MetaItemLive-module_gold__3yZEV {
|
|
4307
|
-
color: #b88b59;
|
|
4483
|
+
line-height: inherit;
|
|
4308
4484
|
}
|
|
4309
|
-
.
|
|
4310
|
-
|
|
4311
|
-
.MetaItemLive-module_frame__1H_Ha {
|
|
4312
|
-
position: absolute;
|
|
4313
|
-
top: 0;
|
|
4314
|
-
right: 0;
|
|
4315
|
-
bottom: 0;
|
|
4316
|
-
left: 0;
|
|
4317
|
-
z-index: 0;
|
|
4485
|
+
.DocumentItemsCount-module_root__P3q-z svg {
|
|
4486
|
+
vertical-align: top;
|
|
4318
4487
|
}
|
|
4319
|
-
.
|
|
4320
|
-
margin-
|
|
4321
|
-
margin-right: 1px;
|
|
4488
|
+
.DocumentItemsCount-module_items__3pfxW {
|
|
4489
|
+
margin-left: 1px;
|
|
4322
4490
|
|
|
4323
|
-
|
|
4491
|
+
vertical-align: top;
|
|
4324
4492
|
}
|
|
4325
|
-
.MetaItemLive-module_root__2mpD3::before,
|
|
4326
|
-
.MetaItemLive-module_root__2mpD3::after,
|
|
4327
|
-
.MetaItemLive-module_frame__1H_Ha {
|
|
4328
4493
|
|
|
4329
|
-
|
|
4330
|
-
|
|
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
|
+
.ToolbarButton-module_root__xN-fq {
|
|
4508
|
+
height: 100%;
|
|
4509
|
+
margin: 0;
|
|
4510
|
+
padding: 0 1px 0 0;
|
|
4331
4511
|
|
|
4332
|
-
|
|
4512
|
+
cursor: pointer;
|
|
4333
4513
|
|
|
4334
|
-
|
|
4335
|
-
-
|
|
4336
|
-
|
|
4337
|
-
-
|
|
4338
|
-
animation-iteration-count: infinite;
|
|
4339
|
-
}
|
|
4340
|
-
.MetaItemLive-module_frame__1H_Ha {
|
|
4514
|
+
color: inherit;
|
|
4515
|
+
border-width: 0;
|
|
4516
|
+
outline: none;
|
|
4517
|
+
background-color: transparent;
|
|
4341
4518
|
|
|
4342
|
-
|
|
4519
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4520
|
+
font-size: 12px;
|
|
4521
|
+
font-weight: 600;
|
|
4522
|
+
line-height: 1;
|
|
4343
4523
|
|
|
4344
|
-
-webkit-
|
|
4524
|
+
-webkit-appearance: none;
|
|
4345
4525
|
|
|
4346
|
-
|
|
4347
|
-
}
|
|
4348
|
-
.MetaItemLive-module_root__2mpD3::before,
|
|
4349
|
-
.MetaItemLive-module_root__2mpD3::after {
|
|
4526
|
+
-moz-appearance: none;
|
|
4350
4527
|
|
|
4351
|
-
|
|
4528
|
+
appearance: none;
|
|
4529
|
+
}
|
|
4530
|
+
.ToolbarButton-module_root__xN-fq::after {
|
|
4531
|
+
position: absolute;
|
|
4532
|
+
top: 0;
|
|
4533
|
+
right: 0;
|
|
4534
|
+
bottom: 0;
|
|
4535
|
+
left: 0;
|
|
4352
4536
|
|
|
4353
4537
|
content: '';
|
|
4354
4538
|
}
|
|
4355
|
-
.
|
|
4356
|
-
|
|
4357
|
-
animation-name: MetaItemLive-module_liveFirstWave__3dbvz;
|
|
4539
|
+
.ToolbarButton-module_root__xN-fq:hover {
|
|
4540
|
+
opacity: 0.6;
|
|
4358
4541
|
}
|
|
4359
|
-
.
|
|
4360
|
-
|
|
4361
|
-
|
|
4542
|
+
.ToolbarButton-module_isDark__2q5U7,
|
|
4543
|
+
.ToolbarButton-module_dark__GrIOr {
|
|
4544
|
+
color: #fff;
|
|
4362
4545
|
}
|
|
4363
|
-
|
|
4364
|
-
|
|
4365
|
-
|
|
4366
|
-
}
|
|
4367
|
-
|
|
4368
|
-
30% {
|
|
4369
|
-
transform: scale(0.22);
|
|
4370
|
-
}
|
|
4371
|
-
|
|
4372
|
-
63% {
|
|
4373
|
-
transform: scale(0.22);
|
|
4374
|
-
}
|
|
4375
|
-
|
|
4376
|
-
70% {
|
|
4377
|
-
transform: scale(0);
|
|
4378
|
-
}
|
|
4379
|
-
|
|
4380
|
-
100% {
|
|
4381
|
-
transform: scale(0);
|
|
4382
|
-
}
|
|
4546
|
+
.ToolbarButton-module_isDark__2q5U7:hover,
|
|
4547
|
+
.ToolbarButton-module_dark__GrIOr:hover {
|
|
4548
|
+
opacity: 0.6;
|
|
4383
4549
|
}
|
|
4384
|
-
|
|
4385
|
-
|
|
4386
|
-
|
|
4387
|
-
}
|
|
4388
|
-
|
|
4389
|
-
30% {
|
|
4390
|
-
transform: scale(0.22);
|
|
4391
|
-
}
|
|
4392
|
-
|
|
4393
|
-
63% {
|
|
4394
|
-
transform: scale(0.22);
|
|
4395
|
-
}
|
|
4396
|
-
|
|
4397
|
-
70% {
|
|
4398
|
-
transform: scale(0);
|
|
4399
|
-
}
|
|
4550
|
+
.ToolbarButton-module_isDark__2q5U7 svg,
|
|
4551
|
+
.ToolbarButton-module_dark__GrIOr svg {
|
|
4552
|
+
color: #262626;
|
|
4400
4553
|
|
|
4401
|
-
|
|
4402
|
-
transform: scale(0);
|
|
4403
|
-
}
|
|
4554
|
+
fill: #fff;
|
|
4404
4555
|
}
|
|
4405
|
-
|
|
4406
|
-
|
|
4407
|
-
|
|
4408
|
-
}
|
|
4409
|
-
|
|
4410
|
-
53% {
|
|
4411
|
-
transform: scale(0.33);
|
|
4412
|
-
}
|
|
4413
|
-
|
|
4414
|
-
100% {
|
|
4415
|
-
transform: scale(0.66);
|
|
4556
|
+
.ToolbarButton-module_isDark__2q5U7.ToolbarButton-module_bookmark__3369b svg,
|
|
4557
|
+
.ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b svg {
|
|
4558
|
+
color: #fff;
|
|
4416
4559
|
|
|
4417
|
-
|
|
4418
|
-
}
|
|
4560
|
+
fill: transparent;
|
|
4419
4561
|
}
|
|
4420
|
-
|
|
4421
|
-
|
|
4422
|
-
|
|
4423
|
-
}
|
|
4424
|
-
|
|
4425
|
-
53% {
|
|
4426
|
-
transform: scale(0.33);
|
|
4427
|
-
}
|
|
4428
|
-
|
|
4429
|
-
100% {
|
|
4430
|
-
transform: scale(0.66);
|
|
4431
|
-
|
|
4432
|
-
opacity: 0;
|
|
4433
|
-
}
|
|
4562
|
+
.ToolbarButton-module_isDark__2q5U7.ToolbarButton-module_bookmark__3369b.ToolbarButton-module_isActive__3NLAE svg,
|
|
4563
|
+
.ToolbarButton-module_dark__GrIOr.ToolbarButton-module_bookmark__3369b.ToolbarButton-module_isActive__3NLAE svg {
|
|
4564
|
+
fill: currentColor;
|
|
4434
4565
|
}
|
|
4435
|
-
|
|
4436
|
-
|
|
4437
|
-
|
|
4438
|
-
}
|
|
4439
|
-
|
|
4440
|
-
53% {
|
|
4441
|
-
transform: scale(0.55);
|
|
4442
|
-
}
|
|
4443
|
-
|
|
4444
|
-
100% {
|
|
4445
|
-
transform: scale(0.88);
|
|
4446
|
-
|
|
4447
|
-
opacity: 0;
|
|
4448
|
-
}
|
|
4566
|
+
.ToolbarButton-module_isDark__2q5U7::before,
|
|
4567
|
+
.ToolbarButton-module_dark__GrIOr::before {
|
|
4568
|
+
border-left-color: rgba(255, 255, 255, 0.2);
|
|
4449
4569
|
}
|
|
4450
|
-
|
|
4451
|
-
|
|
4452
|
-
transform: scale(0.22);
|
|
4453
|
-
}
|
|
4454
|
-
|
|
4455
|
-
53% {
|
|
4456
|
-
transform: scale(0.55);
|
|
4457
|
-
}
|
|
4458
|
-
|
|
4459
|
-
100% {
|
|
4460
|
-
transform: scale(0.88);
|
|
4461
|
-
|
|
4462
|
-
opacity: 0;
|
|
4463
|
-
}
|
|
4570
|
+
.ToolbarButton-module_root__xN-fq [data-theme='dark'] {
|
|
4571
|
+
visibility: hidden;
|
|
4464
4572
|
}
|
|
4573
|
+
.ToolbarButton-module_isDark__2q5U7 [data-theme='dark'],
|
|
4574
|
+
.ToolbarButton-module_dark__GrIOr [data-theme='dark'] {
|
|
4575
|
+
visibility: visible;
|
|
4576
|
+
}
|
|
4577
|
+
.ToolbarButton-module_isDark__2q5U7 [data-theme='light'],
|
|
4578
|
+
.ToolbarButton-module_dark__GrIOr [data-theme='light'] {
|
|
4579
|
+
visibility: hidden;
|
|
4580
|
+
}
|
|
4581
|
+
.ToolbarButton-module_text__32m6s {
|
|
4582
|
+
display: inline-block;
|
|
4465
4583
|
|
|
4466
|
-
|
|
4467
|
-
/* Colors */
|
|
4468
|
-
/* Fonts */
|
|
4469
|
-
/* Gap */
|
|
4470
|
-
/* Media */
|
|
4471
|
-
/* 512 */
|
|
4472
|
-
/* 650 */
|
|
4473
|
-
/* 768 */
|
|
4474
|
-
/* 1024 */
|
|
4475
|
-
/* 1010 */
|
|
4476
|
-
/* 1200 */
|
|
4477
|
-
/* 511 */
|
|
4478
|
-
/* 1023 */
|
|
4479
|
-
/* Zindex */
|
|
4480
|
-
.DocumentItemsCount-module_root__P3q-z {
|
|
4481
|
-
display: inline;
|
|
4584
|
+
padding-left: 5px;
|
|
4482
4585
|
|
|
4483
|
-
|
|
4586
|
+
vertical-align: middle;
|
|
4484
4587
|
}
|
|
4485
|
-
.
|
|
4486
|
-
|
|
4588
|
+
.ToolbarButton-module_text__32m6s:empty {
|
|
4589
|
+
display: none;
|
|
4487
4590
|
}
|
|
4488
|
-
.
|
|
4489
|
-
|
|
4591
|
+
.ToolbarButton-module_bookmark__3369b {
|
|
4592
|
+
color: #999;
|
|
4490
4593
|
|
|
4491
|
-
|
|
4594
|
+
fill: transparent;
|
|
4595
|
+
}
|
|
4596
|
+
.ToolbarButton-module_isActive__3NLAE {
|
|
4597
|
+
fill: currentColor;
|
|
4492
4598
|
}
|
|
4493
4599
|
|
|
4494
4600
|
/* Colors */
|
|
@@ -4773,326 +4879,63 @@ a mark {
|
|
|
4773
4879
|
/* 1023 */
|
|
4774
4880
|
/* Zindex */
|
|
4775
4881
|
.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;
|
|
4792
|
-
|
|
4793
|
-
font-size: inherit;
|
|
4794
|
-
font-weight: 700;
|
|
4795
|
-
line-height: inherit;
|
|
4796
|
-
}
|
|
4797
|
-
.Footnote-module_body__259Ly p {
|
|
4798
|
-
margin: 0;
|
|
4799
|
-
}
|
|
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;
|
|
4814
|
-
|
|
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;
|
|
4831
|
-
}
|
|
4832
|
-
|
|
4833
|
-
|
|
4834
|
-
/* Colors */
|
|
4835
|
-
/* Fonts */
|
|
4836
|
-
/* Gap */
|
|
4837
|
-
/* Media */
|
|
4838
|
-
/* 512 */
|
|
4839
|
-
/* 650 */
|
|
4840
|
-
/* 768 */
|
|
4841
|
-
/* 1024 */
|
|
4842
|
-
/* 1010 */
|
|
4843
|
-
/* 1200 */
|
|
4844
|
-
/* 511 */
|
|
4845
|
-
/* 1023 */
|
|
4846
|
-
/* Zindex */
|
|
4847
|
-
.ToolbarButton-module_root__xN-fq {
|
|
4848
|
-
height: 100%;
|
|
4849
|
-
margin: 0;
|
|
4850
|
-
padding: 0 1px 0 0;
|
|
4851
|
-
|
|
4852
|
-
cursor: pointer;
|
|
4853
|
-
|
|
4854
|
-
color: inherit;
|
|
4855
|
-
border-width: 0;
|
|
4856
|
-
outline: none;
|
|
4857
|
-
background-color: transparent;
|
|
4858
|
-
|
|
4859
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4860
|
-
font-size: 12px;
|
|
4861
|
-
font-weight: 600;
|
|
4862
|
-
line-height: 1;
|
|
4863
|
-
|
|
4864
|
-
-webkit-appearance: none;
|
|
4865
|
-
|
|
4866
|
-
-moz-appearance: none;
|
|
4867
|
-
|
|
4868
|
-
appearance: none;
|
|
4869
|
-
}
|
|
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: '';
|
|
4878
|
-
}
|
|
4879
|
-
.ToolbarButton-module_root__xN-fq:hover {
|
|
4880
|
-
opacity: 0.6;
|
|
4881
|
-
}
|
|
4882
|
-
.ToolbarButton-module_isDark__2q5U7,
|
|
4883
|
-
.ToolbarButton-module_dark__GrIOr {
|
|
4884
|
-
color: #fff;
|
|
4885
|
-
}
|
|
4886
|
-
.ToolbarButton-module_isDark__2q5U7:hover,
|
|
4887
|
-
.ToolbarButton-module_dark__GrIOr:hover {
|
|
4888
|
-
opacity: 0.6;
|
|
4889
|
-
}
|
|
4890
|
-
.ToolbarButton-module_isDark__2q5U7 svg,
|
|
4891
|
-
.ToolbarButton-module_dark__GrIOr svg {
|
|
4892
|
-
color: #262626;
|
|
4893
|
-
|
|
4894
|
-
fill: #fff;
|
|
4895
|
-
}
|
|
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;
|
|
4901
|
-
}
|
|
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;
|
|
4905
|
-
}
|
|
4906
|
-
.ToolbarButton-module_isDark__2q5U7::before,
|
|
4907
|
-
.ToolbarButton-module_dark__GrIOr::before {
|
|
4908
|
-
border-left-color: rgba(255, 255, 255, 0.2);
|
|
4909
|
-
}
|
|
4910
|
-
.ToolbarButton-module_root__xN-fq [data-theme='dark'] {
|
|
4911
|
-
visibility: hidden;
|
|
4912
|
-
}
|
|
4913
|
-
.ToolbarButton-module_isDark__2q5U7 [data-theme='dark'],
|
|
4914
|
-
.ToolbarButton-module_dark__GrIOr [data-theme='dark'] {
|
|
4915
|
-
visibility: visible;
|
|
4916
|
-
}
|
|
4917
|
-
.ToolbarButton-module_isDark__2q5U7 [data-theme='light'],
|
|
4918
|
-
.ToolbarButton-module_dark__GrIOr [data-theme='light'] {
|
|
4919
|
-
visibility: hidden;
|
|
4920
|
-
}
|
|
4921
|
-
.ToolbarButton-module_text__32m6s {
|
|
4922
|
-
display: inline-block;
|
|
4923
|
-
|
|
4924
|
-
padding-left: 5px;
|
|
4925
|
-
|
|
4926
|
-
vertical-align: middle;
|
|
4927
|
-
}
|
|
4928
|
-
.ToolbarButton-module_text__32m6s:empty {
|
|
4929
|
-
display: none;
|
|
4930
|
-
}
|
|
4931
|
-
.ToolbarButton-module_bookmark__3369b {
|
|
4932
|
-
color: #999;
|
|
4933
|
-
|
|
4934
|
-
fill: transparent;
|
|
4935
|
-
}
|
|
4936
|
-
.ToolbarButton-module_isActive__3NLAE {
|
|
4937
|
-
fill: currentColor;
|
|
4938
|
-
}
|
|
4939
|
-
|
|
4940
|
-
/* Colors */
|
|
4941
|
-
/* Fonts */
|
|
4942
|
-
/* Gap */
|
|
4943
|
-
/* Media */
|
|
4944
|
-
/* 512 */
|
|
4945
|
-
/* 650 */
|
|
4946
|
-
/* 768 */
|
|
4947
|
-
/* 1024 */
|
|
4948
|
-
/* 1010 */
|
|
4949
|
-
/* 1200 */
|
|
4950
|
-
/* 511 */
|
|
4951
|
-
/* 1023 */
|
|
4952
|
-
/* Zindex */
|
|
4953
|
-
.DonatesTeaser-module_root__3rtaJ {
|
|
4954
|
-
position: relative;
|
|
4955
|
-
z-index: 10;
|
|
4956
|
-
|
|
4957
|
-
display: block;
|
|
4958
|
-
overflow: hidden;
|
|
4959
|
-
|
|
4960
|
-
margin: calc(15rem / 16) -20px;
|
|
4961
|
-
padding: 42px 20px 50px;
|
|
4962
|
-
|
|
4963
|
-
text-decoration: none;
|
|
4964
|
-
|
|
4965
|
-
outline-width: 0;
|
|
4966
|
-
background-color: #000;
|
|
4967
|
-
|
|
4968
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif
|
|
4969
|
-
}
|
|
4970
|
-
@media only screen and (min-width: 32em) {
|
|
4971
|
-
.DonatesTeaser-module_root__3rtaJ {
|
|
4972
|
-
margin: 25px 0 20px;
|
|
4973
|
-
padding: 48px 30px;
|
|
4974
|
-
|
|
4975
|
-
border-radius: 8px
|
|
4976
|
-
}
|
|
4977
|
-
}
|
|
4978
|
-
.DonatesTeaser-module_root__3rtaJ:hover .DonatesTeaser-module_ctaInner__2LChL::after {
|
|
4979
|
-
opacity: 0.7;
|
|
4980
|
-
}
|
|
4981
|
-
.DonatesTeaser-module_main__YBt6p {
|
|
4982
|
-
max-width: 852px;
|
|
4983
|
-
margin: 0 auto;
|
|
4984
|
-
|
|
4985
|
-
text-align: center;
|
|
4986
|
-
|
|
4987
|
-
color: #fff;
|
|
4988
|
-
}
|
|
4989
|
-
.DonatesTeaser-module_title__hs-yr {
|
|
4990
|
-
font-size: 20px;
|
|
4991
|
-
font-weight: 700;
|
|
4992
|
-
line-height: 25px
|
|
4993
|
-
}
|
|
4994
|
-
@media only screen and (min-width: 32em) {
|
|
4995
|
-
.DonatesTeaser-module_title__hs-yr {
|
|
4996
|
-
font-size: 28px;
|
|
4997
|
-
line-height: 34px
|
|
4998
|
-
}
|
|
4999
|
-
}
|
|
5000
|
-
.DonatesTeaser-module_text__ro-QA {
|
|
5001
|
-
margin: 0;
|
|
5002
|
-
|
|
5003
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
5004
|
-
font-size: 21px;
|
|
5005
|
-
font-weight: normal;
|
|
5006
|
-
line-height: 25px
|
|
5007
|
-
}
|
|
5008
|
-
@media only screen and (min-width: 32em) {
|
|
5009
|
-
.DonatesTeaser-module_text__ro-QA {
|
|
5010
|
-
font-size: 29px;
|
|
5011
|
-
line-height: 34px
|
|
5012
|
-
}
|
|
5013
|
-
}
|
|
5014
|
-
.DonatesTeaser-module_cta__1orPb {
|
|
5015
|
-
display: -webkit-box;
|
|
5016
|
-
display: -webkit-flex;
|
|
5017
|
-
display: -ms-flexbox;
|
|
5018
|
-
display: flex;
|
|
5019
|
-
align-items: center;
|
|
5020
|
-
flex-flow: column nowrap;
|
|
5021
|
-
justify-content: center;
|
|
4882
|
+
position: relative;
|
|
5022
4883
|
|
|
5023
|
-
|
|
4884
|
+
width: 320px;
|
|
4885
|
+
padding: 20px;
|
|
4886
|
+
|
|
4887
|
+
border-radius: 8px;
|
|
4888
|
+
background-color: #fff;
|
|
4889
|
+
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
|
|
5024
4890
|
}
|
|
5025
|
-
|
|
5026
|
-
|
|
5027
|
-
|
|
4891
|
+
.Footnote-module_body__259Ly {
|
|
4892
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4893
|
+
font-size: 16px;
|
|
4894
|
+
line-height: 22px;
|
|
5028
4895
|
}
|
|
5029
|
-
|
|
5030
|
-
|
|
5031
|
-
display: block;
|
|
5032
|
-
|
|
5033
|
-
text-align: center;
|
|
5034
|
-
text-decoration: none;
|
|
5035
|
-
letter-spacing: 1px;
|
|
5036
|
-
text-transform: uppercase;
|
|
5037
|
-
|
|
5038
|
-
color: #ffffff;
|
|
4896
|
+
.Footnote-module_body__259Ly h3 {
|
|
4897
|
+
margin: 0 0 16px;
|
|
5039
4898
|
|
|
5040
|
-
font-size:
|
|
5041
|
-
font-weight:
|
|
5042
|
-
line-height:
|
|
4899
|
+
font-size: inherit;
|
|
4900
|
+
font-weight: 700;
|
|
4901
|
+
line-height: inherit;
|
|
5043
4902
|
}
|
|
5044
|
-
.
|
|
5045
|
-
|
|
5046
|
-
z-index: 1;
|
|
5047
|
-
top: 0;
|
|
5048
|
-
right: 0;
|
|
5049
|
-
bottom: 0;
|
|
5050
|
-
left: 0;
|
|
5051
|
-
|
|
5052
|
-
content: '';
|
|
4903
|
+
.Footnote-module_body__259Ly p {
|
|
4904
|
+
margin: 0;
|
|
5053
4905
|
}
|
|
5054
|
-
.
|
|
5055
|
-
|
|
5056
|
-
|
|
5057
|
-
display: block;
|
|
5058
|
-
|
|
5059
|
-
width: 192px;
|
|
5060
|
-
padding: 14px 0 13px;
|
|
4906
|
+
.Footnote-module_body__259Ly p + p {
|
|
4907
|
+
margin-top: 6px;
|
|
5061
4908
|
}
|
|
5062
|
-
.
|
|
4909
|
+
.Footnote-module_body__259Ly a {
|
|
4910
|
+
color: inherit;
|
|
4911
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
4912
|
+
}
|
|
4913
|
+
.Footnote-module_body__259Ly a:hover {
|
|
4914
|
+
color: #b88b59;
|
|
4915
|
+
}
|
|
4916
|
+
.Footnote-module_dismiss__1HKG5 {
|
|
5063
4917
|
position: absolute;
|
|
5064
|
-
z-index: -1;
|
|
5065
4918
|
top: 0;
|
|
5066
4919
|
right: 0;
|
|
5067
|
-
bottom: 0;
|
|
5068
|
-
left: 0;
|
|
5069
4920
|
|
|
5070
|
-
|
|
5071
|
-
|
|
4921
|
+
margin: 0;
|
|
4922
|
+
padding: 6px 9px 10px;
|
|
5072
4923
|
|
|
5073
|
-
|
|
5074
|
-
background-color: #ff1113;
|
|
4924
|
+
cursor: pointer;
|
|
5075
4925
|
|
|
5076
|
-
|
|
5077
|
-
|
|
5078
|
-
|
|
5079
|
-
|
|
5080
|
-
max-width: 650px;
|
|
5081
|
-
margin-right: auto;
|
|
5082
|
-
margin-left: auto;
|
|
4926
|
+
color: #b3b3b3;
|
|
4927
|
+
border-width: 0;
|
|
4928
|
+
outline: none;
|
|
4929
|
+
background-color: transparent;
|
|
5083
4930
|
}
|
|
5084
|
-
.
|
|
5085
|
-
|
|
5086
|
-
margin-right: -11px;
|
|
5087
|
-
margin-left: -11px
|
|
4931
|
+
.Footnote-module_dismiss__1HKG5:hover {
|
|
4932
|
+
color: #757575;
|
|
5088
4933
|
}
|
|
5089
|
-
|
|
5090
|
-
|
|
5091
|
-
|
|
5092
|
-
margin-right: 0;
|
|
5093
|
-
margin-left: 0
|
|
4934
|
+
.Footnote-module_dismiss__1HKG5 svg {
|
|
4935
|
+
width: 12px;
|
|
4936
|
+
height: 12px;
|
|
5094
4937
|
}
|
|
5095
|
-
|
|
4938
|
+
|
|
5096
4939
|
|
|
5097
4940
|
/* Colors */
|
|
5098
4941
|
/* Fonts */
|
|
@@ -5281,6 +5124,163 @@ a mark {
|
|
|
5281
5124
|
}
|
|
5282
5125
|
}
|
|
5283
5126
|
|
|
5127
|
+
/* Colors */
|
|
5128
|
+
/* Fonts */
|
|
5129
|
+
/* Gap */
|
|
5130
|
+
/* Media */
|
|
5131
|
+
/* 512 */
|
|
5132
|
+
/* 650 */
|
|
5133
|
+
/* 768 */
|
|
5134
|
+
/* 1024 */
|
|
5135
|
+
/* 1010 */
|
|
5136
|
+
/* 1200 */
|
|
5137
|
+
/* 511 */
|
|
5138
|
+
/* 1023 */
|
|
5139
|
+
/* Zindex */
|
|
5140
|
+
.DonatesTeaser-module_root__3rtaJ {
|
|
5141
|
+
position: relative;
|
|
5142
|
+
z-index: 10;
|
|
5143
|
+
|
|
5144
|
+
display: block;
|
|
5145
|
+
overflow: hidden;
|
|
5146
|
+
|
|
5147
|
+
margin: calc(15rem / 16) -20px;
|
|
5148
|
+
padding: 42px 20px 50px;
|
|
5149
|
+
|
|
5150
|
+
text-decoration: none;
|
|
5151
|
+
|
|
5152
|
+
outline-width: 0;
|
|
5153
|
+
background-color: #000;
|
|
5154
|
+
|
|
5155
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif
|
|
5156
|
+
}
|
|
5157
|
+
@media only screen and (min-width: 32em) {
|
|
5158
|
+
.DonatesTeaser-module_root__3rtaJ {
|
|
5159
|
+
margin: 25px 0 20px;
|
|
5160
|
+
padding: 48px 30px;
|
|
5161
|
+
|
|
5162
|
+
border-radius: 8px
|
|
5163
|
+
}
|
|
5164
|
+
}
|
|
5165
|
+
.DonatesTeaser-module_root__3rtaJ:hover .DonatesTeaser-module_ctaInner__2LChL::after {
|
|
5166
|
+
opacity: 0.7;
|
|
5167
|
+
}
|
|
5168
|
+
.DonatesTeaser-module_main__YBt6p {
|
|
5169
|
+
max-width: 852px;
|
|
5170
|
+
margin: 0 auto;
|
|
5171
|
+
|
|
5172
|
+
text-align: center;
|
|
5173
|
+
|
|
5174
|
+
color: #fff;
|
|
5175
|
+
}
|
|
5176
|
+
.DonatesTeaser-module_title__hs-yr {
|
|
5177
|
+
font-size: 20px;
|
|
5178
|
+
font-weight: 700;
|
|
5179
|
+
line-height: 25px
|
|
5180
|
+
}
|
|
5181
|
+
@media only screen and (min-width: 32em) {
|
|
5182
|
+
.DonatesTeaser-module_title__hs-yr {
|
|
5183
|
+
font-size: 28px;
|
|
5184
|
+
line-height: 34px
|
|
5185
|
+
}
|
|
5186
|
+
}
|
|
5187
|
+
.DonatesTeaser-module_text__ro-QA {
|
|
5188
|
+
margin: 0;
|
|
5189
|
+
|
|
5190
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
5191
|
+
font-size: 21px;
|
|
5192
|
+
font-weight: normal;
|
|
5193
|
+
line-height: 25px
|
|
5194
|
+
}
|
|
5195
|
+
@media only screen and (min-width: 32em) {
|
|
5196
|
+
.DonatesTeaser-module_text__ro-QA {
|
|
5197
|
+
font-size: 29px;
|
|
5198
|
+
line-height: 34px
|
|
5199
|
+
}
|
|
5200
|
+
}
|
|
5201
|
+
.DonatesTeaser-module_cta__1orPb {
|
|
5202
|
+
display: -webkit-box;
|
|
5203
|
+
display: -webkit-flex;
|
|
5204
|
+
display: -ms-flexbox;
|
|
5205
|
+
display: flex;
|
|
5206
|
+
align-items: center;
|
|
5207
|
+
flex-flow: column nowrap;
|
|
5208
|
+
justify-content: center;
|
|
5209
|
+
|
|
5210
|
+
margin-top: 45px
|
|
5211
|
+
}
|
|
5212
|
+
@media only screen and (min-width: 32em) {
|
|
5213
|
+
.DonatesTeaser-module_cta__1orPb {
|
|
5214
|
+
margin-top: 40px
|
|
5215
|
+
}
|
|
5216
|
+
}
|
|
5217
|
+
.DonatesTeaser-module_cta__1orPb a {
|
|
5218
|
+
display: block;
|
|
5219
|
+
|
|
5220
|
+
text-align: center;
|
|
5221
|
+
text-decoration: none;
|
|
5222
|
+
letter-spacing: 1px;
|
|
5223
|
+
text-transform: uppercase;
|
|
5224
|
+
|
|
5225
|
+
color: #ffffff;
|
|
5226
|
+
|
|
5227
|
+
font-size: 11px;
|
|
5228
|
+
font-weight: 600;
|
|
5229
|
+
line-height: 16px;
|
|
5230
|
+
}
|
|
5231
|
+
.DonatesTeaser-module_cta__1orPb a::after {
|
|
5232
|
+
position: absolute;
|
|
5233
|
+
z-index: 1;
|
|
5234
|
+
top: 0;
|
|
5235
|
+
right: 0;
|
|
5236
|
+
bottom: 0;
|
|
5237
|
+
left: 0;
|
|
5238
|
+
|
|
5239
|
+
content: '';
|
|
5240
|
+
}
|
|
5241
|
+
.DonatesTeaser-module_ctaInner__2LChL {
|
|
5242
|
+
position: relative;
|
|
5243
|
+
|
|
5244
|
+
display: block;
|
|
5245
|
+
|
|
5246
|
+
width: 192px;
|
|
5247
|
+
padding: 14px 0 13px;
|
|
5248
|
+
}
|
|
5249
|
+
.DonatesTeaser-module_ctaInner__2LChL::after {
|
|
5250
|
+
position: absolute;
|
|
5251
|
+
z-index: -1;
|
|
5252
|
+
top: 0;
|
|
5253
|
+
right: 0;
|
|
5254
|
+
bottom: 0;
|
|
5255
|
+
left: 0;
|
|
5256
|
+
|
|
5257
|
+
content: '';
|
|
5258
|
+
transition: opacity 250ms ease;
|
|
5259
|
+
|
|
5260
|
+
border-radius: 40px;
|
|
5261
|
+
background-color: #ff1113;
|
|
5262
|
+
|
|
5263
|
+
filter: blur(10px);
|
|
5264
|
+
}
|
|
5265
|
+
.DonatesTeaser-module_center__2Ynx9 {
|
|
5266
|
+
width: 100%;
|
|
5267
|
+
max-width: 650px;
|
|
5268
|
+
margin-right: auto;
|
|
5269
|
+
margin-left: auto;
|
|
5270
|
+
}
|
|
5271
|
+
.DonatesTeaser-module_isInCard__HrFh8,
|
|
5272
|
+
.DonatesTeaser-module_isInSlide__1vC4Z {
|
|
5273
|
+
margin-right: -11px;
|
|
5274
|
+
margin-left: -11px
|
|
5275
|
+
}
|
|
5276
|
+
@media only screen and (min-width: 32em) {
|
|
5277
|
+
.DonatesTeaser-module_isInCard__HrFh8,
|
|
5278
|
+
.DonatesTeaser-module_isInSlide__1vC4Z {
|
|
5279
|
+
margin-right: 0;
|
|
5280
|
+
margin-left: 0
|
|
5281
|
+
}
|
|
5282
|
+
}
|
|
5283
|
+
|
|
5284
5284
|
/* Colors */
|
|
5285
5285
|
/* Fonts */
|
|
5286
5286
|
/* Gap */
|