@meduza/ui-kit-2 0.1.27 → 0.1.28
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/ui-kit-2.cjs.development.js +9 -5
- 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 +9 -5
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +1140 -1125
- package/package.json +1 -1
- package/src/Meta/Meta.module.css +2 -1
- package/src/Meta/MetaContainer.tsx +8 -1
- package/src/RelatedRichBlock/RelatedRichBlock.module.css +42 -19
- package/src/RelatedRichBlock/index.tsx +11 -8
- package/src/RelatedRichBlock/mock.json +9 -0
- package/src/Tag/Tag.module.css +4 -1
package/dist/ui-kit.css
CHANGED
|
@@ -464,6 +464,170 @@
|
|
|
464
464
|
margin-top: -1px;
|
|
465
465
|
}
|
|
466
466
|
|
|
467
|
+
/* Colors */
|
|
468
|
+
/* Fonts */
|
|
469
|
+
/* Gap */
|
|
470
|
+
/* Media */
|
|
471
|
+
/* 512 */
|
|
472
|
+
/* 650 */
|
|
473
|
+
/* 768 */
|
|
474
|
+
/* 1024 */
|
|
475
|
+
/* 1010 */
|
|
476
|
+
/* 1200 */
|
|
477
|
+
/* 511 */
|
|
478
|
+
/* 1023 */
|
|
479
|
+
/* Zindex */
|
|
480
|
+
.Switcher-module_root__1Env1 {
|
|
481
|
+
position: relative;
|
|
482
|
+
|
|
483
|
+
display: -webkit-box;
|
|
484
|
+
|
|
485
|
+
display: -webkit-flex;
|
|
486
|
+
|
|
487
|
+
display: -ms-flexbox;
|
|
488
|
+
|
|
489
|
+
display: flex;
|
|
490
|
+
flex-flow: row nowrap;
|
|
491
|
+
align-items: center;
|
|
492
|
+
|
|
493
|
+
font-weight: 600;
|
|
494
|
+
|
|
495
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
496
|
+
white-space: nowrap;
|
|
497
|
+
|
|
498
|
+
cursor: pointer;
|
|
499
|
+
|
|
500
|
+
-webkit-user-select: none;
|
|
501
|
+
|
|
502
|
+
-moz-user-select: none;
|
|
503
|
+
|
|
504
|
+
-ms-user-select: none;
|
|
505
|
+
|
|
506
|
+
user-select: none;
|
|
507
|
+
}
|
|
508
|
+
.Switcher-module_dark__1IzaH {
|
|
509
|
+
color: inherit;
|
|
510
|
+
}
|
|
511
|
+
.Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
|
|
512
|
+
background-color: transparent;
|
|
513
|
+
}
|
|
514
|
+
.Switcher-module_input__jaMVF {
|
|
515
|
+
position: absolute;
|
|
516
|
+
top: 0;
|
|
517
|
+
left: 0;
|
|
518
|
+
|
|
519
|
+
opacity: 0;
|
|
520
|
+
}
|
|
521
|
+
.Switcher-module_control__1NTvY {
|
|
522
|
+
position: relative;
|
|
523
|
+
|
|
524
|
+
display: block;
|
|
525
|
+
|
|
526
|
+
width: 37px;
|
|
527
|
+
height: 21px;
|
|
528
|
+
|
|
529
|
+
background-color: #e6e6e6;
|
|
530
|
+
|
|
531
|
+
border-radius: 15px;
|
|
532
|
+
}
|
|
533
|
+
.Switcher-module_control__1NTvY::before {
|
|
534
|
+
position: absolute;
|
|
535
|
+
top: 0;
|
|
536
|
+
bottom: 0;
|
|
537
|
+
left: 0;
|
|
538
|
+
|
|
539
|
+
width: 18px;
|
|
540
|
+
|
|
541
|
+
background: rgba(19, 191, 17, 0);
|
|
542
|
+
|
|
543
|
+
border-radius: 15px;
|
|
544
|
+
|
|
545
|
+
transition: 0.25s ease-in-out;
|
|
546
|
+
|
|
547
|
+
content: '';
|
|
548
|
+
}
|
|
549
|
+
.Switcher-module_knob__3kEy5 {
|
|
550
|
+
position: relative;
|
|
551
|
+
top: 2px;
|
|
552
|
+
left: 2px;
|
|
553
|
+
z-index: 200;
|
|
554
|
+
|
|
555
|
+
display: block;
|
|
556
|
+
|
|
557
|
+
width: 17px;
|
|
558
|
+
height: 17px;
|
|
559
|
+
|
|
560
|
+
background: #fff;
|
|
561
|
+
|
|
562
|
+
border-radius: 15px;
|
|
563
|
+
|
|
564
|
+
transition: 0.25s ease-in-out;
|
|
565
|
+
}
|
|
566
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
|
|
567
|
+
width: 100%;
|
|
568
|
+
|
|
569
|
+
background-color: #b88b59;
|
|
570
|
+
}
|
|
571
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
|
|
572
|
+
box-shadow: inset 0 0 0 1px transparent;
|
|
573
|
+
}
|
|
574
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
575
|
+
left: 18px;
|
|
576
|
+
}
|
|
577
|
+
.Switcher-module_children__147JP.Switcher-module_left__2coeE {
|
|
578
|
+
margin-right: 6px;
|
|
579
|
+
}
|
|
580
|
+
.Switcher-module_children__147JP.Switcher-module_right__yWG7h {
|
|
581
|
+
margin-left: 6px;
|
|
582
|
+
}
|
|
583
|
+
/* panel */
|
|
584
|
+
.Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
|
|
585
|
+
|
|
586
|
+
color: #999;
|
|
587
|
+
|
|
588
|
+
font-size: 13px;
|
|
589
|
+
letter-spacing: 0.5px;
|
|
590
|
+
text-transform: uppercase;
|
|
591
|
+
}
|
|
592
|
+
/* menu */
|
|
593
|
+
.Switcher-module_isInMenu__3XJYj {
|
|
594
|
+
font-weight: normal;
|
|
595
|
+
}
|
|
596
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
|
|
597
|
+
margin-right: 8px;
|
|
598
|
+
}
|
|
599
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
600
|
+
width: 48px;
|
|
601
|
+
height: 30px;
|
|
602
|
+
}
|
|
603
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
|
|
604
|
+
top: 4px;
|
|
605
|
+
|
|
606
|
+
width: 22px;
|
|
607
|
+
height: 22px;
|
|
608
|
+
|
|
609
|
+
background-color: #bababa;
|
|
610
|
+
}
|
|
611
|
+
/* stylelint-disable selector-max-compound-selectors */
|
|
612
|
+
.Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
613
|
+
left: 23px;
|
|
614
|
+
|
|
615
|
+
background-color: #fff;
|
|
616
|
+
}
|
|
617
|
+
/* live */
|
|
618
|
+
.Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
|
|
619
|
+
|
|
620
|
+
color: #7f7f7f;
|
|
621
|
+
|
|
622
|
+
font-size: 13px;
|
|
623
|
+
letter-spacing: 0.5px;
|
|
624
|
+
text-transform: uppercase;
|
|
625
|
+
}
|
|
626
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
627
|
+
background-color: #1a1a1a;
|
|
628
|
+
box-shadow: inset 0 0 0 1px #323232;
|
|
629
|
+
}
|
|
630
|
+
|
|
467
631
|
/* Colors */
|
|
468
632
|
/* Fonts */
|
|
469
633
|
/* Gap */
|
|
@@ -687,226 +851,62 @@
|
|
|
687
851
|
/* 511 */
|
|
688
852
|
/* 1023 */
|
|
689
853
|
/* Zindex */
|
|
690
|
-
.
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
display: -ms-flexbox;
|
|
698
|
-
|
|
699
|
-
display: flex;
|
|
700
|
-
flex-flow: row nowrap;
|
|
701
|
-
align-items: center;
|
|
702
|
-
|
|
703
|
-
font-weight: 600;
|
|
704
|
-
|
|
705
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
706
|
-
white-space: nowrap;
|
|
854
|
+
.Lazy-module_root__2Z72l {
|
|
855
|
+
display: block;
|
|
856
|
+
}
|
|
857
|
+
.Lazy-module_visible__3-SdX {
|
|
858
|
+
color: red;
|
|
859
|
+
}
|
|
707
860
|
|
|
708
|
-
|
|
861
|
+
/* Colors */
|
|
862
|
+
/* Fonts */
|
|
863
|
+
/* Gap */
|
|
864
|
+
/* Media */
|
|
865
|
+
/* 512 */
|
|
866
|
+
/* 650 */
|
|
867
|
+
/* 768 */
|
|
868
|
+
/* 1024 */
|
|
869
|
+
/* 1010 */
|
|
870
|
+
/* 1200 */
|
|
871
|
+
/* 511 */
|
|
872
|
+
/* 1023 */
|
|
873
|
+
/* Zindex */
|
|
874
|
+
.Tag-module_root__3IqWC {
|
|
875
|
+
display: inline-block;
|
|
709
876
|
|
|
877
|
+
cursor: default;
|
|
710
878
|
-webkit-user-select: none;
|
|
711
|
-
|
|
712
879
|
-moz-user-select: none;
|
|
713
|
-
|
|
714
880
|
-ms-user-select: none;
|
|
715
|
-
|
|
716
881
|
user-select: none;
|
|
882
|
+
vertical-align: middle;
|
|
883
|
+
letter-spacing: 1px;
|
|
884
|
+
text-transform: uppercase;
|
|
885
|
+
|
|
886
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
887
|
+
font-size: 12px;
|
|
888
|
+
font-weight: 600;
|
|
889
|
+
line-height: 12px;
|
|
717
890
|
}
|
|
718
|
-
.
|
|
719
|
-
|
|
891
|
+
.Tag-module_small__2IAb7 {
|
|
892
|
+
font-size: 12px;
|
|
893
|
+
line-height: 12px
|
|
720
894
|
}
|
|
721
|
-
|
|
722
|
-
|
|
895
|
+
@media only screen and (min-device-width: 64em) {
|
|
896
|
+
.Tag-module_small__2IAb7 {
|
|
897
|
+
line-height: 14px
|
|
723
898
|
}
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
899
|
+
}
|
|
900
|
+
@media only screen and (min-device-width: 64em) {
|
|
901
|
+
.Tag-module_large__22z_o {
|
|
902
|
+
letter-spacing: 1px;
|
|
728
903
|
|
|
729
|
-
|
|
904
|
+
font-size: 14px;
|
|
905
|
+
line-height: 16px
|
|
730
906
|
}
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
display: block;
|
|
735
|
-
|
|
736
|
-
width: 37px;
|
|
737
|
-
height: 21px;
|
|
738
|
-
|
|
739
|
-
background-color: #e6e6e6;
|
|
740
|
-
|
|
741
|
-
border-radius: 15px;
|
|
742
|
-
}
|
|
743
|
-
.Switcher-module_control__1NTvY::before {
|
|
744
|
-
position: absolute;
|
|
745
|
-
top: 0;
|
|
746
|
-
bottom: 0;
|
|
747
|
-
left: 0;
|
|
748
|
-
|
|
749
|
-
width: 18px;
|
|
750
|
-
|
|
751
|
-
background: rgba(19, 191, 17, 0);
|
|
752
|
-
|
|
753
|
-
border-radius: 15px;
|
|
754
|
-
|
|
755
|
-
transition: 0.25s ease-in-out;
|
|
756
|
-
|
|
757
|
-
content: '';
|
|
758
|
-
}
|
|
759
|
-
.Switcher-module_knob__3kEy5 {
|
|
760
|
-
position: relative;
|
|
761
|
-
top: 2px;
|
|
762
|
-
left: 2px;
|
|
763
|
-
z-index: 200;
|
|
764
|
-
|
|
765
|
-
display: block;
|
|
766
|
-
|
|
767
|
-
width: 17px;
|
|
768
|
-
height: 17px;
|
|
769
|
-
|
|
770
|
-
background: #fff;
|
|
771
|
-
|
|
772
|
-
border-radius: 15px;
|
|
773
|
-
|
|
774
|
-
transition: 0.25s ease-in-out;
|
|
775
|
-
}
|
|
776
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
|
|
777
|
-
width: 100%;
|
|
778
|
-
|
|
779
|
-
background-color: #b88b59;
|
|
780
|
-
}
|
|
781
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
|
|
782
|
-
box-shadow: inset 0 0 0 1px transparent;
|
|
783
|
-
}
|
|
784
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
785
|
-
left: 18px;
|
|
786
|
-
}
|
|
787
|
-
.Switcher-module_children__147JP.Switcher-module_left__2coeE {
|
|
788
|
-
margin-right: 6px;
|
|
789
|
-
}
|
|
790
|
-
.Switcher-module_children__147JP.Switcher-module_right__yWG7h {
|
|
791
|
-
margin-left: 6px;
|
|
792
|
-
}
|
|
793
|
-
/* panel */
|
|
794
|
-
.Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
|
|
795
|
-
|
|
796
|
-
color: #999;
|
|
797
|
-
|
|
798
|
-
font-size: 13px;
|
|
799
|
-
letter-spacing: 0.5px;
|
|
800
|
-
text-transform: uppercase;
|
|
801
|
-
}
|
|
802
|
-
/* menu */
|
|
803
|
-
.Switcher-module_isInMenu__3XJYj {
|
|
804
|
-
font-weight: normal;
|
|
805
|
-
}
|
|
806
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
|
|
807
|
-
margin-right: 8px;
|
|
808
|
-
}
|
|
809
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
810
|
-
width: 48px;
|
|
811
|
-
height: 30px;
|
|
812
|
-
}
|
|
813
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
|
|
814
|
-
top: 4px;
|
|
815
|
-
|
|
816
|
-
width: 22px;
|
|
817
|
-
height: 22px;
|
|
818
|
-
|
|
819
|
-
background-color: #bababa;
|
|
820
|
-
}
|
|
821
|
-
/* stylelint-disable selector-max-compound-selectors */
|
|
822
|
-
.Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
823
|
-
left: 23px;
|
|
824
|
-
|
|
825
|
-
background-color: #fff;
|
|
826
|
-
}
|
|
827
|
-
/* live */
|
|
828
|
-
.Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
|
|
829
|
-
|
|
830
|
-
color: #7f7f7f;
|
|
831
|
-
|
|
832
|
-
font-size: 13px;
|
|
833
|
-
letter-spacing: 0.5px;
|
|
834
|
-
text-transform: uppercase;
|
|
835
|
-
}
|
|
836
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
837
|
-
background-color: #1a1a1a;
|
|
838
|
-
box-shadow: inset 0 0 0 1px #323232;
|
|
839
|
-
}
|
|
840
|
-
|
|
841
|
-
/* Colors */
|
|
842
|
-
/* Fonts */
|
|
843
|
-
/* Gap */
|
|
844
|
-
/* Media */
|
|
845
|
-
/* 512 */
|
|
846
|
-
/* 650 */
|
|
847
|
-
/* 768 */
|
|
848
|
-
/* 1024 */
|
|
849
|
-
/* 1010 */
|
|
850
|
-
/* 1200 */
|
|
851
|
-
/* 511 */
|
|
852
|
-
/* 1023 */
|
|
853
|
-
/* Zindex */
|
|
854
|
-
.Lazy-module_root__2Z72l {
|
|
855
|
-
display: block;
|
|
856
|
-
}
|
|
857
|
-
.Lazy-module_visible__3-SdX {
|
|
858
|
-
color: red;
|
|
859
|
-
}
|
|
860
|
-
|
|
861
|
-
/* Colors */
|
|
862
|
-
/* Fonts */
|
|
863
|
-
/* Gap */
|
|
864
|
-
/* Media */
|
|
865
|
-
/* 512 */
|
|
866
|
-
/* 650 */
|
|
867
|
-
/* 768 */
|
|
868
|
-
/* 1024 */
|
|
869
|
-
/* 1010 */
|
|
870
|
-
/* 1200 */
|
|
871
|
-
/* 511 */
|
|
872
|
-
/* 1023 */
|
|
873
|
-
/* Zindex */
|
|
874
|
-
.Tag-module_root__3IqWC {
|
|
875
|
-
display: inline-block;
|
|
876
|
-
|
|
877
|
-
cursor: default;
|
|
878
|
-
-webkit-user-select: none;
|
|
879
|
-
-moz-user-select: none;
|
|
880
|
-
-ms-user-select: none;
|
|
881
|
-
user-select: none;
|
|
882
|
-
vertical-align: middle;
|
|
883
|
-
letter-spacing: 1px;
|
|
884
|
-
text-transform: uppercase;
|
|
885
|
-
|
|
886
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
887
|
-
font-size: 12px;
|
|
888
|
-
font-weight: 600;
|
|
889
|
-
line-height: 12px;
|
|
890
|
-
}
|
|
891
|
-
.Tag-module_small__2IAb7 {
|
|
892
|
-
font-size: 12px;
|
|
893
|
-
line-height: 12px
|
|
894
|
-
}
|
|
895
|
-
@media only screen and (min-device-width: 64em) {
|
|
896
|
-
.Tag-module_small__2IAb7 {
|
|
897
|
-
line-height: 14px
|
|
898
|
-
}
|
|
899
|
-
}
|
|
900
|
-
@media only screen and (min-device-width: 64em) {
|
|
901
|
-
.Tag-module_large__22z_o {
|
|
902
|
-
letter-spacing: 1px;
|
|
903
|
-
|
|
904
|
-
font-size: 14px;
|
|
905
|
-
line-height: 16px
|
|
906
|
-
}
|
|
907
|
-
}
|
|
908
|
-
.Tag-module_dark__sgnt1 {
|
|
909
|
-
color: #000;
|
|
907
|
+
}
|
|
908
|
+
.Tag-module_dark__sgnt1 {
|
|
909
|
+
color: #000;
|
|
910
910
|
}
|
|
911
911
|
.Tag-module_light__1zUhp {
|
|
912
912
|
color: #fff;
|
|
@@ -947,10 +947,14 @@
|
|
|
947
947
|
text-align: center
|
|
948
948
|
}
|
|
949
949
|
}
|
|
950
|
+
.Tag-module_richRelated__2vbQQ {
|
|
951
|
+
font-size: 12px;
|
|
952
|
+
line-height: 17px
|
|
953
|
+
}
|
|
950
954
|
@media only screen and (min-device-width: 64em) {
|
|
951
955
|
.Tag-module_richRelated__2vbQQ {
|
|
952
956
|
font-size: 14px;
|
|
953
|
-
line-height:
|
|
957
|
+
line-height: 20px
|
|
954
958
|
}
|
|
955
959
|
}
|
|
956
960
|
.Tag-module_slide__2nMDw,
|
|
@@ -991,6 +995,99 @@
|
|
|
991
995
|
}
|
|
992
996
|
}
|
|
993
997
|
|
|
998
|
+
/* Colors */
|
|
999
|
+
/* Fonts */
|
|
1000
|
+
/* Gap */
|
|
1001
|
+
/* Media */
|
|
1002
|
+
/* 512 */
|
|
1003
|
+
/* 650 */
|
|
1004
|
+
/* 768 */
|
|
1005
|
+
/* 1024 */
|
|
1006
|
+
/* 1010 */
|
|
1007
|
+
/* 1200 */
|
|
1008
|
+
/* 511 */
|
|
1009
|
+
/* 1023 */
|
|
1010
|
+
/* Zindex */
|
|
1011
|
+
.MediaCaption-module_root__KqTdw {
|
|
1012
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1013
|
+
}
|
|
1014
|
+
.MediaCaption-module_root__KqTdw a {
|
|
1015
|
+
text-decoration: underline;
|
|
1016
|
+
|
|
1017
|
+
color: inherit;
|
|
1018
|
+
box-shadow: none;
|
|
1019
|
+
}
|
|
1020
|
+
.MediaCaption-module_root__KqTdw a:hover {
|
|
1021
|
+
color: #b88b58;
|
|
1022
|
+
}
|
|
1023
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1024
|
+
max-width: 520px;
|
|
1025
|
+
padding-top: 4px;
|
|
1026
|
+
|
|
1027
|
+
color: #1a1a1a;
|
|
1028
|
+
|
|
1029
|
+
font-size: 14px;
|
|
1030
|
+
line-height: 18px
|
|
1031
|
+
}
|
|
1032
|
+
@media only screen and (min-device-width: 32em) {
|
|
1033
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1034
|
+
font-size: 16px;
|
|
1035
|
+
line-height: 22px
|
|
1036
|
+
}
|
|
1037
|
+
}
|
|
1038
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1039
|
+
max-width: 520px;
|
|
1040
|
+
padding-top: 1px;
|
|
1041
|
+
|
|
1042
|
+
color: #666;
|
|
1043
|
+
|
|
1044
|
+
font-size: 12px;
|
|
1045
|
+
line-height: 16px
|
|
1046
|
+
}
|
|
1047
|
+
@media only screen and (min-device-width: 32em) {
|
|
1048
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1049
|
+
padding-top: 3px
|
|
1050
|
+
}
|
|
1051
|
+
}
|
|
1052
|
+
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1053
|
+
padding-top: 3px;
|
|
1054
|
+
}
|
|
1055
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
|
|
1056
|
+
color: #fff;
|
|
1057
|
+
}
|
|
1058
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
|
|
1059
|
+
color: #929292;
|
|
1060
|
+
}
|
|
1061
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1062
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1063
|
+
padding-top: 10px
|
|
1064
|
+
}
|
|
1065
|
+
@media only screen and (min-device-width: 32em) {
|
|
1066
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1067
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1068
|
+
padding-top: 12px
|
|
1069
|
+
}
|
|
1070
|
+
}
|
|
1071
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1072
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1073
|
+
padding-top: 9px
|
|
1074
|
+
}
|
|
1075
|
+
@media only screen and (min-device-width: 32em) {
|
|
1076
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1077
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1078
|
+
padding-top: 11px
|
|
1079
|
+
}
|
|
1080
|
+
}
|
|
1081
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
|
|
1082
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
|
|
1083
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1084
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1085
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1086
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1087
|
+
max-width: 650px;
|
|
1088
|
+
}
|
|
1089
|
+
|
|
1090
|
+
|
|
994
1091
|
/* Colors */
|
|
995
1092
|
/* Fonts */
|
|
996
1093
|
/* Gap */
|
|
@@ -1192,254 +1289,103 @@
|
|
|
1192
1289
|
position: absolute;
|
|
1193
1290
|
top: 0;
|
|
1194
1291
|
right: -15px;
|
|
1195
|
-
bottom: 0;
|
|
1196
|
-
|
|
1197
|
-
width: 15px;
|
|
1198
|
-
|
|
1199
|
-
content: '';
|
|
1200
|
-
|
|
1201
|
-
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.04)), to(rgb(0, 0, 0, 0)));
|
|
1202
|
-
|
|
1203
|
-
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.04) 0%, rgb(0, 0, 0, 0) 100%);
|
|
1204
|
-
|
|
1205
|
-
background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.04) 0%, rgb(0, 0, 0, 0) 100%)
|
|
1206
|
-
}
|
|
1207
|
-
@media only screen and (min-device-width: 32em) {
|
|
1208
|
-
.Table-module_fixedColumn__E1hN5::after {
|
|
1209
|
-
content: none
|
|
1210
|
-
}
|
|
1211
|
-
}
|
|
1212
|
-
.Table-module_white__gzvo0 {
|
|
1213
|
-
background-color: #fff;
|
|
1214
|
-
}
|
|
1215
|
-
.Table-module_gray__3da6S {
|
|
1216
|
-
background-color: #F5F5F5;
|
|
1217
|
-
}
|
|
1218
|
-
.Table-module_pink__3oH1l {
|
|
1219
|
-
background-color: #FEEEEE;
|
|
1220
|
-
}
|
|
1221
|
-
.Table-module_blue__GM27F {
|
|
1222
|
-
background-color: #E6F3FF;
|
|
1223
|
-
}
|
|
1224
|
-
.Table-module_yellow__2jhvA {
|
|
1225
|
-
background-color: #FFFDE6;
|
|
1226
|
-
}
|
|
1227
|
-
.Table-module_orange__1c-oM {
|
|
1228
|
-
background-color: #FFF9F2;
|
|
1229
|
-
}
|
|
1230
|
-
.Table-module_green__13OIM {
|
|
1231
|
-
background-color: #E7F2EF;
|
|
1232
|
-
}
|
|
1233
|
-
.Table-module_violet__2W-kO {
|
|
1234
|
-
background-color: #F4F0F8;
|
|
1235
|
-
}
|
|
1236
|
-
.Table-module_header__1exlo {
|
|
1237
|
-
max-width: 340px;
|
|
1238
|
-
padding: 9px 6px;
|
|
1239
|
-
|
|
1240
|
-
vertical-align: top;
|
|
1241
|
-
letter-spacing: 0.5px;
|
|
1242
|
-
text-transform: uppercase;
|
|
1243
|
-
|
|
1244
|
-
border-right: 1px solid rgba(232, 232, 232, 1);
|
|
1245
|
-
border-bottom: 1px solid rgba(232, 232, 232, 1);
|
|
1246
|
-
|
|
1247
|
-
font-size: 10px;
|
|
1248
|
-
font-weight: 600;
|
|
1249
|
-
line-height: 16px
|
|
1250
|
-
}
|
|
1251
|
-
@media only screen and (min-device-width: 32em) {
|
|
1252
|
-
.Table-module_header__1exlo {
|
|
1253
|
-
max-width: none;
|
|
1254
|
-
padding: 9px 12px;
|
|
1255
|
-
|
|
1256
|
-
line-height: 11px
|
|
1257
|
-
}
|
|
1258
|
-
}
|
|
1259
|
-
.Table-module_s__Vl_Eg {
|
|
1260
|
-
min-width: 120px
|
|
1261
|
-
}
|
|
1262
|
-
@media only screen and (min-device-width: 32em) {
|
|
1263
|
-
.Table-module_s__Vl_Eg {
|
|
1264
|
-
width: 18%;
|
|
1265
|
-
min-width: 0
|
|
1266
|
-
}
|
|
1267
|
-
}
|
|
1268
|
-
.Table-module_m__29G9r {
|
|
1269
|
-
min-width: 200px
|
|
1270
|
-
}
|
|
1271
|
-
@media only screen and (min-device-width: 32em) {
|
|
1272
|
-
.Table-module_m__29G9r {
|
|
1273
|
-
width: 30%;
|
|
1274
|
-
min-width: 0
|
|
1275
|
-
}
|
|
1276
|
-
|
|
1277
|
-
}
|
|
1278
|
-
.Table-module_l__1ZSMc {
|
|
1279
|
-
min-width: 336px
|
|
1280
|
-
}
|
|
1281
|
-
@media only screen and (min-device-width: 32em) {
|
|
1282
|
-
.Table-module_l__1ZSMc {
|
|
1283
|
-
width: 50%;
|
|
1284
|
-
min-width: 0
|
|
1285
|
-
}
|
|
1286
|
-
}
|
|
1287
|
-
.Table-module_xs__au2Oe {
|
|
1288
|
-
width: 50px;
|
|
1289
|
-
min-width: 50px;
|
|
1290
|
-
}
|
|
1291
|
-
|
|
1292
|
-
/* Colors */
|
|
1293
|
-
/* Fonts */
|
|
1294
|
-
/* Gap */
|
|
1295
|
-
/* Media */
|
|
1296
|
-
/* 512 */
|
|
1297
|
-
/* 650 */
|
|
1298
|
-
/* 768 */
|
|
1299
|
-
/* 1024 */
|
|
1300
|
-
/* 1010 */
|
|
1301
|
-
/* 1200 */
|
|
1302
|
-
/* 511 */
|
|
1303
|
-
/* 1023 */
|
|
1304
|
-
/* Zindex */
|
|
1305
|
-
.BookmarkButton-module_root__3KmuY {
|
|
1306
|
-
color: #e0e0e0;
|
|
1307
|
-
}
|
|
1308
|
-
.BookmarkButton-module_control__1A0ea {
|
|
1309
|
-
margin: 0;
|
|
1310
|
-
padding: 5px 3px;
|
|
1311
|
-
|
|
1312
|
-
cursor: pointer;
|
|
1313
|
-
|
|
1314
|
-
color: inherit;
|
|
1315
|
-
border-width: 0;
|
|
1316
|
-
outline: none;
|
|
1317
|
-
background-color: transparent;
|
|
1318
|
-
|
|
1319
|
-
-webkit-appearance: none;
|
|
1320
|
-
|
|
1321
|
-
-moz-appearance: none;
|
|
1322
|
-
|
|
1323
|
-
appearance: none;
|
|
1324
|
-
fill: transparent;
|
|
1325
|
-
}
|
|
1326
|
-
.BookmarkButton-module_dark__1cwyi {
|
|
1327
|
-
color: #fff;
|
|
1328
|
-
}
|
|
1329
|
-
.BookmarkButton-module_light__1uQyH {
|
|
1330
|
-
color: #000;
|
|
1331
|
-
}
|
|
1332
|
-
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1333
|
-
fill: #e0e0e0;
|
|
1334
|
-
}
|
|
1335
|
-
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
|
|
1336
|
-
fill: #fff;
|
|
1337
|
-
}
|
|
1338
|
-
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1339
|
-
fill: #000;
|
|
1340
|
-
}
|
|
1341
|
-
@media only screen and (min-device-width: 64em) {
|
|
1342
|
-
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1343
|
-
width: 12px
|
|
1344
|
-
}
|
|
1345
|
-
}
|
|
1346
|
-
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1347
|
-
display: none;
|
|
1348
|
-
}
|
|
1349
|
-
|
|
1350
|
-
/* Colors */
|
|
1351
|
-
/* Fonts */
|
|
1352
|
-
/* Gap */
|
|
1353
|
-
/* Media */
|
|
1354
|
-
/* 512 */
|
|
1355
|
-
/* 650 */
|
|
1356
|
-
/* 768 */
|
|
1357
|
-
/* 1024 */
|
|
1358
|
-
/* 1010 */
|
|
1359
|
-
/* 1200 */
|
|
1360
|
-
/* 511 */
|
|
1361
|
-
/* 1023 */
|
|
1362
|
-
/* Zindex */
|
|
1363
|
-
.MediaCaption-module_root__KqTdw {
|
|
1364
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1365
|
-
}
|
|
1366
|
-
.MediaCaption-module_root__KqTdw a {
|
|
1367
|
-
text-decoration: underline;
|
|
1368
|
-
|
|
1369
|
-
color: inherit;
|
|
1370
|
-
box-shadow: none;
|
|
1371
|
-
}
|
|
1372
|
-
.MediaCaption-module_root__KqTdw a:hover {
|
|
1373
|
-
color: #b88b58;
|
|
1374
|
-
}
|
|
1375
|
-
.MediaCaption-module_caption__1hr7Y {
|
|
1376
|
-
max-width: 520px;
|
|
1377
|
-
padding-top: 4px;
|
|
1292
|
+
bottom: 0;
|
|
1378
1293
|
|
|
1379
|
-
|
|
1294
|
+
width: 15px;
|
|
1380
1295
|
|
|
1381
|
-
|
|
1382
|
-
|
|
1296
|
+
content: '';
|
|
1297
|
+
|
|
1298
|
+
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.04)), to(rgb(0, 0, 0, 0)));
|
|
1299
|
+
|
|
1300
|
+
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.04) 0%, rgb(0, 0, 0, 0) 100%);
|
|
1301
|
+
|
|
1302
|
+
background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.04) 0%, rgb(0, 0, 0, 0) 100%)
|
|
1383
1303
|
}
|
|
1384
1304
|
@media only screen and (min-device-width: 32em) {
|
|
1385
|
-
.
|
|
1386
|
-
|
|
1387
|
-
line-height: 22px
|
|
1305
|
+
.Table-module_fixedColumn__E1hN5::after {
|
|
1306
|
+
content: none
|
|
1388
1307
|
}
|
|
1389
1308
|
}
|
|
1390
|
-
.
|
|
1391
|
-
|
|
1392
|
-
|
|
1309
|
+
.Table-module_white__gzvo0 {
|
|
1310
|
+
background-color: #fff;
|
|
1311
|
+
}
|
|
1312
|
+
.Table-module_gray__3da6S {
|
|
1313
|
+
background-color: #F5F5F5;
|
|
1314
|
+
}
|
|
1315
|
+
.Table-module_pink__3oH1l {
|
|
1316
|
+
background-color: #FEEEEE;
|
|
1317
|
+
}
|
|
1318
|
+
.Table-module_blue__GM27F {
|
|
1319
|
+
background-color: #E6F3FF;
|
|
1320
|
+
}
|
|
1321
|
+
.Table-module_yellow__2jhvA {
|
|
1322
|
+
background-color: #FFFDE6;
|
|
1323
|
+
}
|
|
1324
|
+
.Table-module_orange__1c-oM {
|
|
1325
|
+
background-color: #FFF9F2;
|
|
1326
|
+
}
|
|
1327
|
+
.Table-module_green__13OIM {
|
|
1328
|
+
background-color: #E7F2EF;
|
|
1329
|
+
}
|
|
1330
|
+
.Table-module_violet__2W-kO {
|
|
1331
|
+
background-color: #F4F0F8;
|
|
1332
|
+
}
|
|
1333
|
+
.Table-module_header__1exlo {
|
|
1334
|
+
max-width: 340px;
|
|
1335
|
+
padding: 9px 6px;
|
|
1393
1336
|
|
|
1394
|
-
|
|
1337
|
+
vertical-align: top;
|
|
1338
|
+
letter-spacing: 0.5px;
|
|
1339
|
+
text-transform: uppercase;
|
|
1395
1340
|
|
|
1396
|
-
|
|
1341
|
+
border-right: 1px solid rgba(232, 232, 232, 1);
|
|
1342
|
+
border-bottom: 1px solid rgba(232, 232, 232, 1);
|
|
1343
|
+
|
|
1344
|
+
font-size: 10px;
|
|
1345
|
+
font-weight: 600;
|
|
1397
1346
|
line-height: 16px
|
|
1398
1347
|
}
|
|
1399
1348
|
@media only screen and (min-device-width: 32em) {
|
|
1400
|
-
.
|
|
1401
|
-
|
|
1349
|
+
.Table-module_header__1exlo {
|
|
1350
|
+
max-width: none;
|
|
1351
|
+
padding: 9px 12px;
|
|
1352
|
+
|
|
1353
|
+
line-height: 11px
|
|
1402
1354
|
}
|
|
1403
1355
|
}
|
|
1404
|
-
.
|
|
1405
|
-
|
|
1406
|
-
}
|
|
1407
|
-
.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
|
|
1408
|
-
color: #fff;
|
|
1356
|
+
.Table-module_s__Vl_Eg {
|
|
1357
|
+
min-width: 120px
|
|
1409
1358
|
}
|
|
1410
|
-
|
|
1411
|
-
|
|
1359
|
+
@media only screen and (min-device-width: 32em) {
|
|
1360
|
+
.Table-module_s__Vl_Eg {
|
|
1361
|
+
width: 18%;
|
|
1362
|
+
min-width: 0
|
|
1412
1363
|
}
|
|
1413
|
-
|
|
1414
|
-
.
|
|
1415
|
-
|
|
1364
|
+
}
|
|
1365
|
+
.Table-module_m__29G9r {
|
|
1366
|
+
min-width: 200px
|
|
1416
1367
|
}
|
|
1417
1368
|
@media only screen and (min-device-width: 32em) {
|
|
1418
|
-
.
|
|
1419
|
-
|
|
1420
|
-
|
|
1369
|
+
.Table-module_m__29G9r {
|
|
1370
|
+
width: 30%;
|
|
1371
|
+
min-width: 0
|
|
1421
1372
|
}
|
|
1373
|
+
|
|
1422
1374
|
}
|
|
1423
|
-
.
|
|
1424
|
-
|
|
1425
|
-
padding-top: 9px
|
|
1375
|
+
.Table-module_l__1ZSMc {
|
|
1376
|
+
min-width: 336px
|
|
1426
1377
|
}
|
|
1427
1378
|
@media only screen and (min-device-width: 32em) {
|
|
1428
|
-
.
|
|
1429
|
-
|
|
1430
|
-
|
|
1379
|
+
.Table-module_l__1ZSMc {
|
|
1380
|
+
width: 50%;
|
|
1381
|
+
min-width: 0
|
|
1431
1382
|
}
|
|
1432
1383
|
}
|
|
1433
|
-
.
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1437
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1438
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1439
|
-
max-width: 650px;
|
|
1384
|
+
.Table-module_xs__au2Oe {
|
|
1385
|
+
width: 50px;
|
|
1386
|
+
min-width: 50px;
|
|
1440
1387
|
}
|
|
1441
1388
|
|
|
1442
|
-
|
|
1443
1389
|
/* Colors */
|
|
1444
1390
|
/* Fonts */
|
|
1445
1391
|
/* Gap */
|
|
@@ -1632,79 +1578,49 @@
|
|
|
1632
1578
|
/* 511 */
|
|
1633
1579
|
/* 1023 */
|
|
1634
1580
|
/* Zindex */
|
|
1635
|
-
.
|
|
1636
|
-
|
|
1637
|
-
z-index: 100;
|
|
1638
|
-
|
|
1639
|
-
display: inline-block;
|
|
1640
|
-
|
|
1641
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1642
|
-
}
|
|
1643
|
-
.Dropdown-module_root__11PNk.Dropdown-module_active__3IwAl .Dropdown-module_menu__3PIqD,
|
|
1644
|
-
.Dropdown-module_root__11PNk:hover .Dropdown-module_menu__3PIqD {
|
|
1645
|
-
visibility: visible;
|
|
1646
|
-
|
|
1647
|
-
opacity: 1;
|
|
1581
|
+
.BookmarkButton-module_root__3KmuY {
|
|
1582
|
+
color: #e0e0e0;
|
|
1648
1583
|
}
|
|
1649
|
-
.
|
|
1650
|
-
overflow: hidden;
|
|
1651
|
-
|
|
1652
|
-
width: 162px;
|
|
1584
|
+
.BookmarkButton-module_control__1A0ea {
|
|
1653
1585
|
margin: 0;
|
|
1654
|
-
padding: 3px
|
|
1586
|
+
padding: 5px 3px;
|
|
1655
1587
|
|
|
1656
|
-
|
|
1657
|
-
background: #fff;
|
|
1658
|
-
box-shadow: 0 0 0 1px #c0c0c0, 0 5px 20px 0 rgba(0, 0, 0, 0.2);
|
|
1588
|
+
cursor: pointer;
|
|
1659
1589
|
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
.Dropdown-module_root__11PNk a {
|
|
1665
|
-
display: block;
|
|
1590
|
+
color: inherit;
|
|
1591
|
+
border-width: 0;
|
|
1592
|
+
outline: none;
|
|
1593
|
+
background-color: transparent;
|
|
1666
1594
|
|
|
1667
|
-
|
|
1595
|
+
-webkit-appearance: none;
|
|
1668
1596
|
|
|
1669
|
-
|
|
1597
|
+
-moz-appearance: none;
|
|
1670
1598
|
|
|
1671
|
-
|
|
1672
|
-
|
|
1599
|
+
appearance: none;
|
|
1600
|
+
fill: transparent;
|
|
1673
1601
|
}
|
|
1674
|
-
.
|
|
1602
|
+
.BookmarkButton-module_dark__1cwyi {
|
|
1603
|
+
color: #fff;
|
|
1604
|
+
}
|
|
1605
|
+
.BookmarkButton-module_light__1uQyH {
|
|
1675
1606
|
color: #000;
|
|
1676
|
-
background-color: #f7f7f7;
|
|
1677
1607
|
}
|
|
1678
|
-
.
|
|
1679
|
-
|
|
1680
|
-
|
|
1608
|
+
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1609
|
+
fill: #e0e0e0;
|
|
1610
|
+
}
|
|
1611
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
|
|
1612
|
+
fill: #fff;
|
|
1613
|
+
}
|
|
1614
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1615
|
+
fill: #000;
|
|
1681
1616
|
}
|
|
1682
1617
|
@media only screen and (min-device-width: 64em) {
|
|
1683
|
-
.
|
|
1684
|
-
|
|
1685
|
-
left: 0
|
|
1618
|
+
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1619
|
+
width: 12px
|
|
1686
1620
|
}
|
|
1687
1621
|
}
|
|
1688
|
-
.
|
|
1689
|
-
|
|
1690
|
-
top: 100%;
|
|
1691
|
-
left: 0;
|
|
1692
|
-
|
|
1693
|
-
visibility: hidden;
|
|
1694
|
-
|
|
1695
|
-
padding-top: 6px;
|
|
1696
|
-
|
|
1697
|
-
opacity: 0;
|
|
1698
|
-
}
|
|
1699
|
-
.Dropdown-module_menu__3PIqD::after {
|
|
1700
|
-
position: absolute;
|
|
1701
|
-
z-index: -1;
|
|
1702
|
-
top: -10px;
|
|
1703
|
-
right: -10px;
|
|
1704
|
-
bottom: -10px;
|
|
1705
|
-
left: -10px;
|
|
1706
|
-
|
|
1707
|
-
content: '';
|
|
1622
|
+
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1623
|
+
display: none;
|
|
1708
1624
|
}
|
|
1709
1625
|
|
|
1710
1626
|
/* Colors */
|
|
@@ -1820,34 +1736,122 @@
|
|
|
1820
1736
|
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
1821
1737
|
width: 260px
|
|
1822
1738
|
}
|
|
1823
|
-
@media only screen and (min-device-width: 32em) {
|
|
1824
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
1825
|
-
width: auto
|
|
1739
|
+
@media only screen and (min-device-width: 32em) {
|
|
1740
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
1741
|
+
width: auto
|
|
1742
|
+
}
|
|
1743
|
+
}
|
|
1744
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
1745
|
+
content: none
|
|
1746
|
+
}
|
|
1747
|
+
@media only screen and (min-device-width: 32em) {
|
|
1748
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
1749
|
+
content: ''
|
|
1750
|
+
}
|
|
1751
|
+
}
|
|
1752
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
|
|
1753
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
|
|
1754
|
+
content: none;
|
|
1755
|
+
}
|
|
1756
|
+
@media only screen and (min-device-width: 64em) {
|
|
1757
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1758
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1759
|
+
margin-left: 0
|
|
1760
|
+
}
|
|
1761
|
+
}
|
|
1762
|
+
.Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
|
|
1763
|
+
border-left-color: rgba(255, 255, 255, 0.2);
|
|
1764
|
+
}
|
|
1765
|
+
[data-context="prodano"] .Toolbar-module_root__2HF2r {
|
|
1766
|
+
display: none;
|
|
1767
|
+
}
|
|
1768
|
+
|
|
1769
|
+
/* Colors */
|
|
1770
|
+
/* Fonts */
|
|
1771
|
+
/* Gap */
|
|
1772
|
+
/* Media */
|
|
1773
|
+
/* 512 */
|
|
1774
|
+
/* 650 */
|
|
1775
|
+
/* 768 */
|
|
1776
|
+
/* 1024 */
|
|
1777
|
+
/* 1010 */
|
|
1778
|
+
/* 1200 */
|
|
1779
|
+
/* 511 */
|
|
1780
|
+
/* 1023 */
|
|
1781
|
+
/* Zindex */
|
|
1782
|
+
.Dropdown-module_root__11PNk {
|
|
1783
|
+
position: relative;
|
|
1784
|
+
z-index: 100;
|
|
1785
|
+
|
|
1786
|
+
display: inline-block;
|
|
1787
|
+
|
|
1788
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1789
|
+
}
|
|
1790
|
+
.Dropdown-module_root__11PNk.Dropdown-module_active__3IwAl .Dropdown-module_menu__3PIqD,
|
|
1791
|
+
.Dropdown-module_root__11PNk:hover .Dropdown-module_menu__3PIqD {
|
|
1792
|
+
visibility: visible;
|
|
1793
|
+
|
|
1794
|
+
opacity: 1;
|
|
1795
|
+
}
|
|
1796
|
+
.Dropdown-module_root__11PNk ul {
|
|
1797
|
+
overflow: hidden;
|
|
1798
|
+
|
|
1799
|
+
width: 162px;
|
|
1800
|
+
margin: 0;
|
|
1801
|
+
padding: 3px 0;
|
|
1802
|
+
|
|
1803
|
+
border-radius: 5px;
|
|
1804
|
+
background: #fff;
|
|
1805
|
+
box-shadow: 0 0 0 1px #c0c0c0, 0 5px 20px 0 rgba(0, 0, 0, 0.2);
|
|
1806
|
+
|
|
1807
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1808
|
+
font-size: 14px;
|
|
1809
|
+
line-height: 26px;
|
|
1826
1810
|
}
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1811
|
+
.Dropdown-module_root__11PNk a {
|
|
1812
|
+
display: block;
|
|
1813
|
+
|
|
1814
|
+
padding: 2px 15px;
|
|
1815
|
+
|
|
1816
|
+
text-decoration: none;
|
|
1817
|
+
|
|
1818
|
+
color: #000;
|
|
1819
|
+
box-shadow: none;
|
|
1830
1820
|
}
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1821
|
+
.Dropdown-module_root__11PNk a:hover {
|
|
1822
|
+
color: #000;
|
|
1823
|
+
background-color: #f7f7f7;
|
|
1834
1824
|
}
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
content: none;
|
|
1825
|
+
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1826
|
+
right: 0;
|
|
1827
|
+
left: auto
|
|
1839
1828
|
}
|
|
1840
1829
|
@media only screen and (min-device-width: 64em) {
|
|
1841
|
-
.
|
|
1842
|
-
|
|
1843
|
-
|
|
1830
|
+
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1831
|
+
right: auto;
|
|
1832
|
+
left: 0
|
|
1844
1833
|
}
|
|
1845
1834
|
}
|
|
1846
|
-
.
|
|
1847
|
-
|
|
1835
|
+
.Dropdown-module_menu__3PIqD {
|
|
1836
|
+
position: absolute;
|
|
1837
|
+
top: 100%;
|
|
1838
|
+
left: 0;
|
|
1839
|
+
|
|
1840
|
+
visibility: hidden;
|
|
1841
|
+
|
|
1842
|
+
padding-top: 6px;
|
|
1843
|
+
|
|
1844
|
+
opacity: 0;
|
|
1848
1845
|
}
|
|
1849
|
-
|
|
1850
|
-
|
|
1846
|
+
.Dropdown-module_menu__3PIqD::after {
|
|
1847
|
+
position: absolute;
|
|
1848
|
+
z-index: -1;
|
|
1849
|
+
top: -10px;
|
|
1850
|
+
right: -10px;
|
|
1851
|
+
bottom: -10px;
|
|
1852
|
+
left: -10px;
|
|
1853
|
+
|
|
1854
|
+
content: '';
|
|
1851
1855
|
}
|
|
1852
1856
|
|
|
1853
1857
|
/* Colors */
|
|
@@ -2061,6 +2065,24 @@
|
|
|
2061
2065
|
}
|
|
2062
2066
|
}
|
|
2063
2067
|
|
|
2068
|
+
/* Colors */
|
|
2069
|
+
/* Fonts */
|
|
2070
|
+
/* Gap */
|
|
2071
|
+
/* Media */
|
|
2072
|
+
/* 512 */
|
|
2073
|
+
/* 650 */
|
|
2074
|
+
/* 768 */
|
|
2075
|
+
/* 1024 */
|
|
2076
|
+
/* 1010 */
|
|
2077
|
+
/* 1200 */
|
|
2078
|
+
/* 511 */
|
|
2079
|
+
/* 1023 */
|
|
2080
|
+
/* Zindex */
|
|
2081
|
+
.Timestamp-module_root__coOvT {
|
|
2082
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2083
|
+
font-weight: normal;
|
|
2084
|
+
}
|
|
2085
|
+
|
|
2064
2086
|
/* Colors */
|
|
2065
2087
|
/* Fonts */
|
|
2066
2088
|
/* Gap */
|
|
@@ -2093,7 +2115,7 @@
|
|
|
2093
2115
|
.Meta-module_isInMaterial__zaYMy {
|
|
2094
2116
|
width: 100%;
|
|
2095
2117
|
|
|
2096
|
-
color:
|
|
2118
|
+
color: rgba(0, 0, 0, 0.4);
|
|
2097
2119
|
}
|
|
2098
2120
|
.Meta-module_podcast__1m4zo {
|
|
2099
2121
|
fill: currentColor;
|
|
@@ -2102,6 +2124,7 @@
|
|
|
2102
2124
|
color: rgba(255, 255, 255, 0.7);
|
|
2103
2125
|
}
|
|
2104
2126
|
@media only screen and (min-device-width: 64em) {
|
|
2127
|
+
.Meta-module_center__3BBPr.Meta-module_isInMediaBlock__3xfPF,
|
|
2105
2128
|
.Meta-module_center__3BBPr.Meta-module_half__1xRkT {
|
|
2106
2129
|
text-align: left
|
|
2107
2130
|
}
|
|
@@ -2177,24 +2200,6 @@
|
|
|
2177
2200
|
}
|
|
2178
2201
|
}
|
|
2179
2202
|
|
|
2180
|
-
/* Colors */
|
|
2181
|
-
/* Fonts */
|
|
2182
|
-
/* Gap */
|
|
2183
|
-
/* Media */
|
|
2184
|
-
/* 512 */
|
|
2185
|
-
/* 650 */
|
|
2186
|
-
/* 768 */
|
|
2187
|
-
/* 1024 */
|
|
2188
|
-
/* 1010 */
|
|
2189
|
-
/* 1200 */
|
|
2190
|
-
/* 511 */
|
|
2191
|
-
/* 1023 */
|
|
2192
|
-
/* Zindex */
|
|
2193
|
-
.Timestamp-module_root__coOvT {
|
|
2194
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2195
|
-
font-weight: normal;
|
|
2196
|
-
}
|
|
2197
|
-
|
|
2198
2203
|
/* Colors */
|
|
2199
2204
|
/* Fonts */
|
|
2200
2205
|
/* Gap */
|
|
@@ -2540,109 +2545,6 @@
|
|
|
2540
2545
|
}
|
|
2541
2546
|
|
|
2542
2547
|
|
|
2543
|
-
/* Colors */
|
|
2544
|
-
/* Fonts */
|
|
2545
|
-
/* Gap */
|
|
2546
|
-
/* Media */
|
|
2547
|
-
/* 512 */
|
|
2548
|
-
/* 650 */
|
|
2549
|
-
/* 768 */
|
|
2550
|
-
/* 1024 */
|
|
2551
|
-
/* 1010 */
|
|
2552
|
-
/* 1200 */
|
|
2553
|
-
/* 511 */
|
|
2554
|
-
/* 1023 */
|
|
2555
|
-
/* Zindex */
|
|
2556
|
-
.HalfBlock-module_root__2frv2 {
|
|
2557
|
-
position: relative;
|
|
2558
|
-
|
|
2559
|
-
text-align: left;
|
|
2560
|
-
}
|
|
2561
|
-
.HalfBlock-module_main__2XX73 {
|
|
2562
|
-
display: -webkit-box;
|
|
2563
|
-
display: -webkit-flex;
|
|
2564
|
-
display: -ms-flexbox;
|
|
2565
|
-
display: flex;
|
|
2566
|
-
flex-flow: column nowrap
|
|
2567
|
-
}
|
|
2568
|
-
@media only screen and (min-device-width: 64em) {
|
|
2569
|
-
.HalfBlock-module_main__2XX73 {
|
|
2570
|
-
align-items: center;
|
|
2571
|
-
flex-flow: row nowrap
|
|
2572
|
-
}
|
|
2573
|
-
}
|
|
2574
|
-
.HalfBlock-module_body__3MnEN {
|
|
2575
|
-
order: -1;
|
|
2576
|
-
|
|
2577
|
-
max-width: 860px;
|
|
2578
|
-
margin: 0 auto
|
|
2579
|
-
}
|
|
2580
|
-
@media only screen and (min-device-width: 48em) {
|
|
2581
|
-
.HalfBlock-module_body__3MnEN {
|
|
2582
|
-
text-align: center
|
|
2583
|
-
}
|
|
2584
|
-
}
|
|
2585
|
-
@media only screen and (min-device-width: 64em) {
|
|
2586
|
-
.HalfBlock-module_body__3MnEN {
|
|
2587
|
-
align-items: flex-start;
|
|
2588
|
-
justify-content: center;
|
|
2589
|
-
order: 0;
|
|
2590
|
-
|
|
2591
|
-
width: 50%;
|
|
2592
|
-
max-width: none;
|
|
2593
|
-
height: 100%;
|
|
2594
|
-
margin-left: 25px;
|
|
2595
|
-
|
|
2596
|
-
text-align: left
|
|
2597
|
-
}
|
|
2598
|
-
}
|
|
2599
|
-
.HalfBlock-module_footer__1C0yp {
|
|
2600
|
-
width: 100%;
|
|
2601
|
-
max-width: 650px;
|
|
2602
|
-
margin: 0 auto;
|
|
2603
|
-
padding-top: 3px
|
|
2604
|
-
}
|
|
2605
|
-
@media only screen and (min-device-width: 64em) {
|
|
2606
|
-
.HalfBlock-module_footer__1C0yp {
|
|
2607
|
-
max-width: 1000px;
|
|
2608
|
-
margin: auto;
|
|
2609
|
-
padding-top: 0;
|
|
2610
|
-
|
|
2611
|
-
border-top: 1px solid #e6e6e6
|
|
2612
|
-
}
|
|
2613
|
-
}
|
|
2614
|
-
.HalfBlock-module_image__2lYel {
|
|
2615
|
-
flex-grow: 1;
|
|
2616
|
-
|
|
2617
|
-
margin: 0 -20px 0;
|
|
2618
|
-
margin-top: 18px
|
|
2619
|
-
}
|
|
2620
|
-
@media only screen and (min-device-width: 32em) {
|
|
2621
|
-
.HalfBlock-module_image__2lYel {
|
|
2622
|
-
margin: 31px 0 -5px
|
|
2623
|
-
}
|
|
2624
|
-
}
|
|
2625
|
-
@media only screen and (min-device-width: 64em) {
|
|
2626
|
-
.HalfBlock-module_image__2lYel {
|
|
2627
|
-
width: 50%;
|
|
2628
|
-
margin: 0
|
|
2629
|
-
}
|
|
2630
|
-
}
|
|
2631
|
-
/* VISIBILITY */
|
|
2632
|
-
@media only screen and (min-device-width: 32em) {
|
|
2633
|
-
.HalfBlock-module_mobile__2latf {
|
|
2634
|
-
display: none
|
|
2635
|
-
}
|
|
2636
|
-
}
|
|
2637
|
-
.HalfBlock-module_desktop__3B1Ej {
|
|
2638
|
-
display: none
|
|
2639
|
-
}
|
|
2640
|
-
@media only screen and (min-device-width: 32em) {
|
|
2641
|
-
.HalfBlock-module_desktop__3B1Ej {
|
|
2642
|
-
display: block
|
|
2643
|
-
}
|
|
2644
|
-
}
|
|
2645
|
-
|
|
2646
2548
|
/* Colors */
|
|
2647
2549
|
/* Fonts */
|
|
2648
2550
|
/* Gap */
|
|
@@ -2757,64 +2659,96 @@
|
|
|
2757
2659
|
/* 511 */
|
|
2758
2660
|
/* 1023 */
|
|
2759
2661
|
/* Zindex */
|
|
2760
|
-
.
|
|
2761
|
-
|
|
2762
|
-
padding: 12px 12px 13px;
|
|
2662
|
+
.HalfBlock-module_root__2frv2 {
|
|
2663
|
+
position: relative;
|
|
2763
2664
|
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2665
|
+
text-align: left;
|
|
2666
|
+
}
|
|
2667
|
+
.HalfBlock-module_main__2XX73 {
|
|
2668
|
+
display: -webkit-box;
|
|
2669
|
+
display: -webkit-flex;
|
|
2670
|
+
display: -ms-flexbox;
|
|
2671
|
+
display: flex;
|
|
2672
|
+
flex-flow: column nowrap
|
|
2673
|
+
}
|
|
2674
|
+
@media only screen and (min-device-width: 64em) {
|
|
2675
|
+
.HalfBlock-module_main__2XX73 {
|
|
2676
|
+
align-items: center;
|
|
2677
|
+
flex-flow: row nowrap
|
|
2678
|
+
}
|
|
2679
|
+
}
|
|
2680
|
+
.HalfBlock-module_body__3MnEN {
|
|
2681
|
+
order: -1;
|
|
2768
2682
|
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
font-weight: normal;
|
|
2772
|
-
line-height: 20px
|
|
2683
|
+
max-width: 860px;
|
|
2684
|
+
margin: 0 auto
|
|
2773
2685
|
}
|
|
2774
|
-
@media only screen and (min-device-width:
|
|
2775
|
-
.
|
|
2776
|
-
|
|
2777
|
-
|
|
2686
|
+
@media only screen and (min-device-width: 48em) {
|
|
2687
|
+
.HalfBlock-module_body__3MnEN {
|
|
2688
|
+
text-align: center
|
|
2689
|
+
}
|
|
2690
|
+
}
|
|
2691
|
+
@media only screen and (min-device-width: 64em) {
|
|
2692
|
+
.HalfBlock-module_body__3MnEN {
|
|
2693
|
+
align-items: flex-start;
|
|
2694
|
+
justify-content: center;
|
|
2695
|
+
order: 0;
|
|
2778
2696
|
|
|
2779
|
-
|
|
2780
|
-
|
|
2697
|
+
width: 50%;
|
|
2698
|
+
max-width: none;
|
|
2699
|
+
height: 100%;
|
|
2700
|
+
margin-left: 25px;
|
|
2701
|
+
|
|
2702
|
+
text-align: left
|
|
2781
2703
|
}
|
|
2782
2704
|
}
|
|
2783
|
-
.
|
|
2784
|
-
|
|
2705
|
+
.HalfBlock-module_footer__1C0yp {
|
|
2706
|
+
width: 100%;
|
|
2707
|
+
max-width: 650px;
|
|
2708
|
+
margin: 0 auto;
|
|
2709
|
+
padding-top: 3px
|
|
2785
2710
|
}
|
|
2786
|
-
|
|
2787
|
-
|
|
2711
|
+
@media only screen and (min-device-width: 64em) {
|
|
2712
|
+
.HalfBlock-module_footer__1C0yp {
|
|
2713
|
+
max-width: 1000px;
|
|
2714
|
+
margin: auto;
|
|
2715
|
+
padding-top: 0;
|
|
2716
|
+
|
|
2717
|
+
border-top: 1px solid #e6e6e6
|
|
2788
2718
|
}
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2719
|
+
}
|
|
2720
|
+
.HalfBlock-module_image__2lYel {
|
|
2721
|
+
flex-grow: 1;
|
|
2722
|
+
|
|
2723
|
+
margin: 0 -20px 0;
|
|
2724
|
+
margin-top: 18px
|
|
2792
2725
|
}
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2726
|
+
@media only screen and (min-device-width: 32em) {
|
|
2727
|
+
.HalfBlock-module_image__2lYel {
|
|
2728
|
+
margin: 31px 0 -5px
|
|
2796
2729
|
}
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2730
|
+
}
|
|
2731
|
+
@media only screen and (min-device-width: 64em) {
|
|
2732
|
+
.HalfBlock-module_image__2lYel {
|
|
2733
|
+
width: 50%;
|
|
2734
|
+
margin: 0
|
|
2801
2735
|
}
|
|
2736
|
+
}
|
|
2802
2737
|
/* VISIBILITY */
|
|
2803
2738
|
@media only screen and (min-device-width: 32em) {
|
|
2804
|
-
.
|
|
2739
|
+
.HalfBlock-module_mobile__2latf {
|
|
2805
2740
|
display: none
|
|
2806
2741
|
}
|
|
2807
2742
|
}
|
|
2808
|
-
.
|
|
2743
|
+
.HalfBlock-module_desktop__3B1Ej {
|
|
2809
2744
|
display: none
|
|
2810
2745
|
}
|
|
2811
2746
|
@media only screen and (min-device-width: 32em) {
|
|
2812
|
-
.
|
|
2747
|
+
.HalfBlock-module_desktop__3B1Ej {
|
|
2813
2748
|
display: block
|
|
2814
2749
|
}
|
|
2815
2750
|
}
|
|
2816
2751
|
|
|
2817
|
-
|
|
2818
2752
|
/* Colors */
|
|
2819
2753
|
/* Fonts */
|
|
2820
2754
|
/* Gap */
|
|
@@ -2937,42 +2871,287 @@
|
|
|
2937
2871
|
|
|
2938
2872
|
text-align: center;
|
|
2939
2873
|
|
|
2940
|
-
font-size: 20px
|
|
2874
|
+
font-size: 20px
|
|
2875
|
+
}
|
|
2876
|
+
}
|
|
2877
|
+
.ListBlock-module_center__tdIwd {
|
|
2878
|
+
max-width: 650px;
|
|
2879
|
+
margin-right: auto;
|
|
2880
|
+
margin-left: auto;
|
|
2881
|
+
}
|
|
2882
|
+
.ListBlock-module_isInImportantLead__UP0ic {
|
|
2883
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2884
|
+
font-size: 16px;
|
|
2885
|
+
line-height: 20px
|
|
2886
|
+
}
|
|
2887
|
+
@media only screen and (min-device-width: 48em) {
|
|
2888
|
+
.ListBlock-module_isInImportantLead__UP0ic {
|
|
2889
|
+
font-size: 17px;
|
|
2890
|
+
line-height: 24px
|
|
2891
|
+
}
|
|
2892
|
+
}
|
|
2893
|
+
.ListBlock-module_dark__3E3tV a {
|
|
2894
|
+
color: inherit;
|
|
2895
|
+
}
|
|
2896
|
+
.ListBlock-module_dark__3E3tV a:hover {
|
|
2897
|
+
color: #b88b59;
|
|
2898
|
+
}
|
|
2899
|
+
/* VISIBILITY */
|
|
2900
|
+
@media only screen and (min-device-width: 32em) {
|
|
2901
|
+
.ListBlock-module_mobile__2-nuV {
|
|
2902
|
+
display: none
|
|
2903
|
+
}
|
|
2904
|
+
}
|
|
2905
|
+
.ListBlock-module_desktop__1EE0g {
|
|
2906
|
+
display: none
|
|
2907
|
+
}
|
|
2908
|
+
@media only screen and (min-device-width: 32em) {
|
|
2909
|
+
.ListBlock-module_desktop__1EE0g {
|
|
2910
|
+
display: block
|
|
2911
|
+
}
|
|
2912
|
+
}
|
|
2913
|
+
|
|
2914
|
+
/* Colors */
|
|
2915
|
+
/* Fonts */
|
|
2916
|
+
/* Gap */
|
|
2917
|
+
/* Media */
|
|
2918
|
+
/* 512 */
|
|
2919
|
+
/* 650 */
|
|
2920
|
+
/* 768 */
|
|
2921
|
+
/* 1024 */
|
|
2922
|
+
/* 1010 */
|
|
2923
|
+
/* 1200 */
|
|
2924
|
+
/* 511 */
|
|
2925
|
+
/* 1023 */
|
|
2926
|
+
/* Zindex */
|
|
2927
|
+
.RelatedBlock-module_root__IKcQq {
|
|
2928
|
+
margin: 16px 0;
|
|
2929
|
+
|
|
2930
|
+
border-radius: 8px;
|
|
2931
|
+
background-color: #f5f5f5;
|
|
2932
|
+
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
|
|
2933
|
+
}
|
|
2934
|
+
@media only screen and (min-device-width: 48em) {
|
|
2935
|
+
.RelatedBlock-module_root__IKcQq {
|
|
2936
|
+
margin: 25px 0
|
|
2937
|
+
}
|
|
2938
|
+
}
|
|
2939
|
+
.RelatedBlock-module_root__IKcQq:last-child {
|
|
2940
|
+
margin-bottom: 0;
|
|
2941
|
+
}
|
|
2942
|
+
.RelatedBlock-module_root__IKcQq:first-child {
|
|
2943
|
+
margin-top: 0;
|
|
2944
|
+
}
|
|
2945
|
+
.RelatedBlock-module_root__IKcQq a {
|
|
2946
|
+
display: block;
|
|
2947
|
+
|
|
2948
|
+
padding: 12px 12px 13px;
|
|
2949
|
+
|
|
2950
|
+
transition: color 0.15s;
|
|
2951
|
+
text-decoration: none;
|
|
2952
|
+
|
|
2953
|
+
color: #000;
|
|
2954
|
+
box-shadow: none;
|
|
2955
|
+
|
|
2956
|
+
font-size: 17px;
|
|
2957
|
+
line-height: 20px
|
|
2958
|
+
}
|
|
2959
|
+
@media only screen and (min-device-width: 48em) {
|
|
2960
|
+
.RelatedBlock-module_root__IKcQq a {
|
|
2961
|
+
padding: 15px 20px 17px;
|
|
2962
|
+
|
|
2963
|
+
font-size: 19px;
|
|
2964
|
+
line-height: 23px
|
|
2965
|
+
}
|
|
2966
|
+
}
|
|
2967
|
+
.RelatedBlock-module_root__IKcQq a:hover {
|
|
2968
|
+
color: #5c5c5c;
|
|
2969
|
+
}
|
|
2970
|
+
.RelatedBlock-module_header__2SuWP {
|
|
2971
|
+
margin: 0;
|
|
2972
|
+
padding: 14px 12px 3px;
|
|
2973
|
+
|
|
2974
|
+
letter-spacing: 1px;
|
|
2975
|
+
text-transform: uppercase;
|
|
2976
|
+
|
|
2977
|
+
color: #7F7F7F;
|
|
2978
|
+
|
|
2979
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2980
|
+
font-size: 12px;
|
|
2981
|
+
font-weight: 600;
|
|
2982
|
+
line-height: 17px
|
|
2983
|
+
}
|
|
2984
|
+
@media only screen and (min-device-width: 48em) {
|
|
2985
|
+
.RelatedBlock-module_header__2SuWP {
|
|
2986
|
+
padding: 20px 20px 14px;
|
|
2987
|
+
|
|
2988
|
+
font-size: 14px;
|
|
2989
|
+
line-height: 16px
|
|
2990
|
+
}
|
|
2991
|
+
}
|
|
2992
|
+
.RelatedBlock-module_items__2V-Ap {
|
|
2993
|
+
margin: 0;
|
|
2994
|
+
padding-left: 0;
|
|
2995
|
+
|
|
2996
|
+
list-style: none;
|
|
2997
|
+
}
|
|
2998
|
+
.RelatedBlock-module_items__2V-Ap li {
|
|
2999
|
+
padding: 0;
|
|
3000
|
+
}
|
|
3001
|
+
.RelatedBlock-module_items__2V-Ap li + li {
|
|
3002
|
+
border-top: 1px solid #e6e6e6;
|
|
3003
|
+
}
|
|
3004
|
+
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3005
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3006
|
+
font-size: 16px;
|
|
3007
|
+
font-weight: 700;
|
|
3008
|
+
line-height: 18px
|
|
3009
|
+
}
|
|
3010
|
+
@media only screen and (min-device-width: 48em) {
|
|
3011
|
+
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3012
|
+
font-size: 18px
|
|
3013
|
+
}
|
|
3014
|
+
}
|
|
3015
|
+
.RelatedBlock-module_simple__29HVO {
|
|
3016
|
+
}
|
|
3017
|
+
.RelatedBlock-module_center__1LmW8 {
|
|
3018
|
+
max-width: 650px;
|
|
3019
|
+
margin-right: auto;
|
|
3020
|
+
margin-left: auto;
|
|
3021
|
+
}
|
|
3022
|
+
.RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
|
|
3023
|
+
margin-top: 0;
|
|
3024
|
+
}
|
|
3025
|
+
.RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
|
|
3026
|
+
margin-bottom: 0;
|
|
3027
|
+
}
|
|
3028
|
+
/* VISIBILITY */
|
|
3029
|
+
@media only screen and (min-device-width: 32em) {
|
|
3030
|
+
.RelatedBlock-module_mobile__2XM5a {
|
|
3031
|
+
display: none
|
|
3032
|
+
}
|
|
3033
|
+
}
|
|
3034
|
+
.RelatedBlock-module_desktop__2mXeq {
|
|
3035
|
+
display: none
|
|
3036
|
+
}
|
|
3037
|
+
@media only screen and (min-device-width: 32em) {
|
|
3038
|
+
.RelatedBlock-module_desktop__2mXeq {
|
|
3039
|
+
display: block
|
|
3040
|
+
}
|
|
3041
|
+
}
|
|
3042
|
+
|
|
3043
|
+
|
|
3044
|
+
/* Colors */
|
|
3045
|
+
/* Fonts */
|
|
3046
|
+
/* Gap */
|
|
3047
|
+
/* Media */
|
|
3048
|
+
/* 512 */
|
|
3049
|
+
/* 650 */
|
|
3050
|
+
/* 768 */
|
|
3051
|
+
/* 1024 */
|
|
3052
|
+
/* 1010 */
|
|
3053
|
+
/* 1200 */
|
|
3054
|
+
/* 511 */
|
|
3055
|
+
/* 1023 */
|
|
3056
|
+
/* Zindex */
|
|
3057
|
+
.ImportantLead-module_root__2BdT3 {
|
|
3058
|
+
margin: 18px 0;
|
|
3059
|
+
padding: 12px 12px 13px;
|
|
3060
|
+
|
|
3061
|
+
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
3062
|
+
border-radius: 4px;
|
|
3063
|
+
border-radius: 8px;
|
|
3064
|
+
background: #FFF8C4;
|
|
3065
|
+
|
|
3066
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3067
|
+
font-size: 16px;
|
|
3068
|
+
font-weight: normal;
|
|
3069
|
+
line-height: 20px
|
|
3070
|
+
}
|
|
3071
|
+
@media only screen and (min-device-width: 32em) {
|
|
3072
|
+
.ImportantLead-module_root__2BdT3 {
|
|
3073
|
+
margin: 25px 0;
|
|
3074
|
+
padding: 12px 15px 13px;
|
|
3075
|
+
|
|
3076
|
+
font-size: 17px;
|
|
3077
|
+
line-height: 24px
|
|
2941
3078
|
}
|
|
2942
3079
|
}
|
|
2943
|
-
.
|
|
3080
|
+
.ImportantLead-module_root__2BdT3:last-child {
|
|
3081
|
+
margin-bottom: 0;
|
|
3082
|
+
}
|
|
3083
|
+
.ImportantLead-module_root__2BdT3:first-child {
|
|
3084
|
+
margin-top: 0;
|
|
3085
|
+
}
|
|
3086
|
+
.ImportantLead-module_root__2BdT3 a {
|
|
3087
|
+
color: #000;
|
|
3088
|
+
box-shadow: inset 0 -1px #000;
|
|
3089
|
+
}
|
|
3090
|
+
.ImportantLead-module_root__2BdT3 a:hover {
|
|
3091
|
+
color: #b88b59;
|
|
3092
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
3093
|
+
}
|
|
3094
|
+
.ImportantLead-module_slide__3kQ9x {
|
|
2944
3095
|
max-width: 650px;
|
|
2945
3096
|
margin-right: auto;
|
|
2946
3097
|
margin-left: auto;
|
|
2947
3098
|
}
|
|
2948
|
-
|
|
2949
|
-
|
|
2950
|
-
|
|
2951
|
-
|
|
3099
|
+
/* VISIBILITY */
|
|
3100
|
+
@media only screen and (min-device-width: 32em) {
|
|
3101
|
+
.ImportantLead-module_mobile__3BXbm {
|
|
3102
|
+
display: none
|
|
2952
3103
|
}
|
|
2953
|
-
|
|
2954
|
-
.
|
|
2955
|
-
|
|
2956
|
-
|
|
3104
|
+
}
|
|
3105
|
+
.ImportantLead-module_desktop__3Zljc {
|
|
3106
|
+
display: none
|
|
3107
|
+
}
|
|
3108
|
+
@media only screen and (min-device-width: 32em) {
|
|
3109
|
+
.ImportantLead-module_desktop__3Zljc {
|
|
3110
|
+
display: block
|
|
2957
3111
|
}
|
|
2958
3112
|
}
|
|
2959
|
-
|
|
2960
|
-
|
|
3113
|
+
|
|
3114
|
+
|
|
3115
|
+
/* Colors */
|
|
3116
|
+
/* Fonts */
|
|
3117
|
+
/* Gap */
|
|
3118
|
+
/* Media */
|
|
3119
|
+
/* 512 */
|
|
3120
|
+
/* 650 */
|
|
3121
|
+
/* 768 */
|
|
3122
|
+
/* 1024 */
|
|
3123
|
+
/* 1010 */
|
|
3124
|
+
/* 1200 */
|
|
3125
|
+
/* 511 */
|
|
3126
|
+
/* 1023 */
|
|
3127
|
+
/* Zindex */
|
|
3128
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3129
|
+
margin: 0 0 18px;
|
|
3130
|
+
|
|
3131
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3132
|
+
font-size: 20px;
|
|
3133
|
+
font-weight: normal;
|
|
3134
|
+
line-height: 23px
|
|
2961
3135
|
}
|
|
2962
|
-
|
|
2963
|
-
|
|
3136
|
+
@media only screen and (min-device-width: 48em) {
|
|
3137
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3138
|
+
margin-bottom: 15px;
|
|
3139
|
+
|
|
3140
|
+
font-size: 36px;
|
|
3141
|
+
line-height: 40px
|
|
2964
3142
|
}
|
|
3143
|
+
}
|
|
2965
3144
|
/* VISIBILITY */
|
|
2966
3145
|
@media only screen and (min-device-width: 32em) {
|
|
2967
|
-
.
|
|
3146
|
+
.SimpleTitle-module_mobile__11gBz {
|
|
2968
3147
|
display: none
|
|
2969
3148
|
}
|
|
2970
3149
|
}
|
|
2971
|
-
.
|
|
3150
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
2972
3151
|
display: none
|
|
2973
3152
|
}
|
|
2974
3153
|
@media only screen and (min-device-width: 32em) {
|
|
2975
|
-
.
|
|
3154
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
2976
3155
|
display: block
|
|
2977
3156
|
}
|
|
2978
3157
|
}
|
|
@@ -3094,136 +3273,6 @@
|
|
|
3094
3273
|
}
|
|
3095
3274
|
}
|
|
3096
3275
|
|
|
3097
|
-
/* Colors */
|
|
3098
|
-
/* Fonts */
|
|
3099
|
-
/* Gap */
|
|
3100
|
-
/* Media */
|
|
3101
|
-
/* 512 */
|
|
3102
|
-
/* 650 */
|
|
3103
|
-
/* 768 */
|
|
3104
|
-
/* 1024 */
|
|
3105
|
-
/* 1010 */
|
|
3106
|
-
/* 1200 */
|
|
3107
|
-
/* 511 */
|
|
3108
|
-
/* 1023 */
|
|
3109
|
-
/* Zindex */
|
|
3110
|
-
.RelatedBlock-module_root__IKcQq {
|
|
3111
|
-
margin: 16px 0;
|
|
3112
|
-
|
|
3113
|
-
border-radius: 8px;
|
|
3114
|
-
background-color: #f5f5f5;
|
|
3115
|
-
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
|
|
3116
|
-
}
|
|
3117
|
-
@media only screen and (min-device-width: 48em) {
|
|
3118
|
-
.RelatedBlock-module_root__IKcQq {
|
|
3119
|
-
margin: 25px 0
|
|
3120
|
-
}
|
|
3121
|
-
}
|
|
3122
|
-
.RelatedBlock-module_root__IKcQq:last-child {
|
|
3123
|
-
margin-bottom: 0;
|
|
3124
|
-
}
|
|
3125
|
-
.RelatedBlock-module_root__IKcQq:first-child {
|
|
3126
|
-
margin-top: 0;
|
|
3127
|
-
}
|
|
3128
|
-
.RelatedBlock-module_root__IKcQq a {
|
|
3129
|
-
display: block;
|
|
3130
|
-
|
|
3131
|
-
padding: 12px 12px 13px;
|
|
3132
|
-
|
|
3133
|
-
transition: color 0.15s;
|
|
3134
|
-
text-decoration: none;
|
|
3135
|
-
|
|
3136
|
-
color: #000;
|
|
3137
|
-
box-shadow: none;
|
|
3138
|
-
|
|
3139
|
-
font-size: 17px;
|
|
3140
|
-
line-height: 20px
|
|
3141
|
-
}
|
|
3142
|
-
@media only screen and (min-device-width: 48em) {
|
|
3143
|
-
.RelatedBlock-module_root__IKcQq a {
|
|
3144
|
-
padding: 15px 20px 17px;
|
|
3145
|
-
|
|
3146
|
-
font-size: 19px;
|
|
3147
|
-
line-height: 23px
|
|
3148
|
-
}
|
|
3149
|
-
}
|
|
3150
|
-
.RelatedBlock-module_root__IKcQq a:hover {
|
|
3151
|
-
color: #5c5c5c;
|
|
3152
|
-
}
|
|
3153
|
-
.RelatedBlock-module_header__2SuWP {
|
|
3154
|
-
margin: 0;
|
|
3155
|
-
padding: 14px 12px 3px;
|
|
3156
|
-
|
|
3157
|
-
letter-spacing: 1px;
|
|
3158
|
-
text-transform: uppercase;
|
|
3159
|
-
|
|
3160
|
-
color: #7F7F7F;
|
|
3161
|
-
|
|
3162
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3163
|
-
font-size: 12px;
|
|
3164
|
-
font-weight: 600;
|
|
3165
|
-
line-height: 17px
|
|
3166
|
-
}
|
|
3167
|
-
@media only screen and (min-device-width: 48em) {
|
|
3168
|
-
.RelatedBlock-module_header__2SuWP {
|
|
3169
|
-
padding: 20px 20px 14px;
|
|
3170
|
-
|
|
3171
|
-
font-size: 14px;
|
|
3172
|
-
line-height: 16px
|
|
3173
|
-
}
|
|
3174
|
-
}
|
|
3175
|
-
.RelatedBlock-module_items__2V-Ap {
|
|
3176
|
-
margin: 0;
|
|
3177
|
-
padding-left: 0;
|
|
3178
|
-
|
|
3179
|
-
list-style: none;
|
|
3180
|
-
}
|
|
3181
|
-
.RelatedBlock-module_items__2V-Ap li {
|
|
3182
|
-
padding: 0;
|
|
3183
|
-
}
|
|
3184
|
-
.RelatedBlock-module_items__2V-Ap li + li {
|
|
3185
|
-
border-top: 1px solid #e6e6e6;
|
|
3186
|
-
}
|
|
3187
|
-
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3188
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3189
|
-
font-size: 16px;
|
|
3190
|
-
font-weight: 700;
|
|
3191
|
-
line-height: 18px
|
|
3192
|
-
}
|
|
3193
|
-
@media only screen and (min-device-width: 48em) {
|
|
3194
|
-
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3195
|
-
font-size: 18px
|
|
3196
|
-
}
|
|
3197
|
-
}
|
|
3198
|
-
.RelatedBlock-module_simple__29HVO {
|
|
3199
|
-
}
|
|
3200
|
-
.RelatedBlock-module_center__1LmW8 {
|
|
3201
|
-
max-width: 650px;
|
|
3202
|
-
margin-right: auto;
|
|
3203
|
-
margin-left: auto;
|
|
3204
|
-
}
|
|
3205
|
-
.RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
|
|
3206
|
-
margin-top: 0;
|
|
3207
|
-
}
|
|
3208
|
-
.RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
|
|
3209
|
-
margin-bottom: 0;
|
|
3210
|
-
}
|
|
3211
|
-
/* VISIBILITY */
|
|
3212
|
-
@media only screen and (min-device-width: 32em) {
|
|
3213
|
-
.RelatedBlock-module_mobile__2XM5a {
|
|
3214
|
-
display: none
|
|
3215
|
-
}
|
|
3216
|
-
}
|
|
3217
|
-
.RelatedBlock-module_desktop__2mXeq {
|
|
3218
|
-
display: none
|
|
3219
|
-
}
|
|
3220
|
-
@media only screen and (min-device-width: 32em) {
|
|
3221
|
-
.RelatedBlock-module_desktop__2mXeq {
|
|
3222
|
-
display: block
|
|
3223
|
-
}
|
|
3224
|
-
}
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
3276
|
/* Colors */
|
|
3228
3277
|
/* Fonts */
|
|
3229
3278
|
/* Gap */
|
|
@@ -3628,63 +3677,19 @@ a mark {
|
|
|
3628
3677
|
margin-top: 6px;
|
|
3629
3678
|
}
|
|
3630
3679
|
.SimpleBlock-module_isInAnswer__3aX6X:last-child {
|
|
3631
|
-
margin-bottom: 0;
|
|
3632
|
-
}
|
|
3633
|
-
/* VISIBILITY */
|
|
3634
|
-
@media only screen and (min-device-width: 32em) {
|
|
3635
|
-
.SimpleBlock-module_mobile__Ckgek {
|
|
3636
|
-
display: none
|
|
3637
|
-
}
|
|
3638
|
-
}
|
|
3639
|
-
.SimpleBlock-module_desktop__2se2o {
|
|
3640
|
-
display: none
|
|
3641
|
-
}
|
|
3642
|
-
@media only screen and (min-device-width: 32em) {
|
|
3643
|
-
.SimpleBlock-module_desktop__2se2o {
|
|
3644
|
-
display: block
|
|
3645
|
-
}
|
|
3646
|
-
}
|
|
3647
|
-
|
|
3648
|
-
/* Colors */
|
|
3649
|
-
/* Fonts */
|
|
3650
|
-
/* Gap */
|
|
3651
|
-
/* Media */
|
|
3652
|
-
/* 512 */
|
|
3653
|
-
/* 650 */
|
|
3654
|
-
/* 768 */
|
|
3655
|
-
/* 1024 */
|
|
3656
|
-
/* 1010 */
|
|
3657
|
-
/* 1200 */
|
|
3658
|
-
/* 511 */
|
|
3659
|
-
/* 1023 */
|
|
3660
|
-
/* Zindex */
|
|
3661
|
-
.SimpleTitle-module_root__2jVQN {
|
|
3662
|
-
margin: 0 0 18px;
|
|
3663
|
-
|
|
3664
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3665
|
-
font-size: 20px;
|
|
3666
|
-
font-weight: normal;
|
|
3667
|
-
line-height: 23px
|
|
3668
|
-
}
|
|
3669
|
-
@media only screen and (min-device-width: 48em) {
|
|
3670
|
-
.SimpleTitle-module_root__2jVQN {
|
|
3671
|
-
margin-bottom: 15px;
|
|
3672
|
-
|
|
3673
|
-
font-size: 36px;
|
|
3674
|
-
line-height: 40px
|
|
3680
|
+
margin-bottom: 0;
|
|
3675
3681
|
}
|
|
3676
|
-
}
|
|
3677
3682
|
/* VISIBILITY */
|
|
3678
3683
|
@media only screen and (min-device-width: 32em) {
|
|
3679
|
-
.
|
|
3684
|
+
.SimpleBlock-module_mobile__Ckgek {
|
|
3680
3685
|
display: none
|
|
3681
3686
|
}
|
|
3682
3687
|
}
|
|
3683
|
-
.
|
|
3688
|
+
.SimpleBlock-module_desktop__2se2o {
|
|
3684
3689
|
display: none
|
|
3685
3690
|
}
|
|
3686
3691
|
@media only screen and (min-device-width: 32em) {
|
|
3687
|
-
.
|
|
3692
|
+
.SimpleBlock-module_desktop__2se2o {
|
|
3688
3693
|
display: block
|
|
3689
3694
|
}
|
|
3690
3695
|
}
|
|
@@ -3702,107 +3707,94 @@ a mark {
|
|
|
3702
3707
|
/* 511 */
|
|
3703
3708
|
/* 1023 */
|
|
3704
3709
|
/* Zindex */
|
|
3705
|
-
.
|
|
3706
|
-
display:
|
|
3710
|
+
.MetaItem-module_root__2VQom {
|
|
3711
|
+
display: inline;
|
|
3707
3712
|
|
|
3708
|
-
margin:
|
|
3709
|
-
|
|
3713
|
+
margin-right: 15px;
|
|
3714
|
+
}
|
|
3715
|
+
.MetaItem-module_root__2VQom > svg {
|
|
3716
|
+
display: inline-block;
|
|
3710
3717
|
|
|
3711
|
-
|
|
3712
|
-
border-radius: 2px 8px 8px 2px;
|
|
3713
|
-
background-color: #f5f5f5;
|
|
3714
|
-
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 4px 0 0 0 #b78b5c;
|
|
3718
|
+
margin-right: 1px;
|
|
3715
3719
|
|
|
3716
|
-
|
|
3717
|
-
line-height: 20px
|
|
3718
|
-
}
|
|
3719
|
-
@media only screen and (min-device-width: 48em) {
|
|
3720
|
-
.SourceBlock-module_root__1P3XD {
|
|
3721
|
-
margin-top: 25px;
|
|
3722
|
-
margin-bottom: 25px;
|
|
3723
|
-
padding: 18px 16px 16px
|
|
3724
|
-
}
|
|
3725
|
-
}
|
|
3726
|
-
.SourceBlock-module_root__1P3XD:hover,
|
|
3727
|
-
.SourceBlock-module_root__1P3XD:visited {
|
|
3728
|
-
background-color: #ededed;
|
|
3729
|
-
}
|
|
3730
|
-
.SourceBlock-module_root__1P3XD blockquote {
|
|
3731
|
-
margin: 0;
|
|
3732
|
-
}
|
|
3733
|
-
.SourceBlock-module_root__1P3XD a {
|
|
3734
|
-
text-decoration: none;
|
|
3720
|
+
vertical-align: top;
|
|
3735
3721
|
|
|
3736
3722
|
color: inherit;
|
|
3723
|
+
|
|
3724
|
+
fill: currentColor;
|
|
3737
3725
|
}
|
|
3738
|
-
.
|
|
3739
|
-
|
|
3740
|
-
}
|
|
3741
|
-
.SourceBlock-module_text__Si4vm p {
|
|
3742
|
-
margin: 0;
|
|
3726
|
+
.MetaItem-module_root__2VQom a {
|
|
3727
|
+
display: inline;
|
|
3743
3728
|
|
|
3744
|
-
|
|
3745
|
-
|
|
3729
|
+
text-decoration: underline;
|
|
3730
|
+
|
|
3731
|
+
color: inherit;
|
|
3732
|
+
|
|
3733
|
+
-webkit-text-decoration-skip: auto;
|
|
3746
3734
|
}
|
|
3747
|
-
|
|
3748
|
-
|
|
3749
|
-
font-size: 18px;
|
|
3750
|
-
line-height: 26px
|
|
3735
|
+
.MetaItem-module_root__2VQom a:hover {
|
|
3736
|
+
color: #b88b59;
|
|
3751
3737
|
}
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
margin-top: 12px;
|
|
3738
|
+
.MetaItem-module_hasBullets__CkQPI {
|
|
3739
|
+
margin-right: 0;
|
|
3755
3740
|
}
|
|
3756
|
-
.
|
|
3757
|
-
|
|
3758
|
-
padding-top: 10px;
|
|
3741
|
+
.MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
|
|
3742
|
+
display: inline-block;
|
|
3759
3743
|
|
|
3760
|
-
|
|
3744
|
+
padding-right: 0.4em;
|
|
3745
|
+
padding-left: 0.4em;
|
|
3746
|
+
|
|
3747
|
+
content: '\B7';
|
|
3761
3748
|
}
|
|
3762
|
-
@media only screen and (
|
|
3763
|
-
.
|
|
3764
|
-
|
|
3765
|
-
|
|
3749
|
+
@media only screen and (max-device-width: 32.1875em) {
|
|
3750
|
+
.MetaItem-module_hasSource__1DmCI {
|
|
3751
|
+
width: 100%;
|
|
3752
|
+
margin-top: 3px;
|
|
3753
|
+
margin-bottom: 3px
|
|
3766
3754
|
}
|
|
3767
3755
|
}
|
|
3768
|
-
|
|
3769
|
-
|
|
3770
|
-
|
|
3771
|
-
pointer-events: none;
|
|
3772
|
-
|
|
3773
|
-
color: #292929;
|
|
3774
|
-
|
|
3775
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3776
|
-
font-size: 16px;
|
|
3777
|
-
font-weight: bold;
|
|
3778
|
-
font-style: normal;
|
|
3779
|
-
line-height: 22px
|
|
3780
|
-
}
|
|
3781
|
-
@media only screen and (min-device-width: 48em) {
|
|
3782
|
-
.SourceBlock-module_origin__l3JbO {
|
|
3783
|
-
font-size: 18px;
|
|
3784
|
-
line-height: 26px
|
|
3756
|
+
@media only screen and (max-device-width: 32.1875em) {
|
|
3757
|
+
.MetaItem-module_hasSource__1DmCI:first-child {
|
|
3758
|
+
margin-top: 0
|
|
3785
3759
|
}
|
|
3786
3760
|
}
|
|
3787
|
-
.
|
|
3788
|
-
|
|
3789
|
-
margin-right: auto;
|
|
3790
|
-
margin-left: auto;
|
|
3761
|
+
.MetaItem-module_hasSource__1DmCI:last-child {
|
|
3762
|
+
margin-bottom: 0;
|
|
3791
3763
|
}
|
|
3792
|
-
|
|
3793
|
-
|
|
3794
|
-
.SourceBlock-module_mobile__2gw4S {
|
|
3764
|
+
@media only screen and (max-device-width: 32.1875em) {
|
|
3765
|
+
.MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
|
|
3795
3766
|
display: none
|
|
3796
3767
|
}
|
|
3797
3768
|
}
|
|
3798
|
-
|
|
3799
|
-
|
|
3769
|
+
@media only screen and (max-device-width: 32.1875em) {
|
|
3770
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
|
|
3771
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
|
|
3772
|
+
display: inline-block
|
|
3800
3773
|
}
|
|
3801
|
-
|
|
3802
|
-
|
|
3803
|
-
|
|
3774
|
+
}
|
|
3775
|
+
@media only screen and (max-device-width: 32.1875em) {
|
|
3776
|
+
.MetaItem-module_datetime__3tOWm,
|
|
3777
|
+
.MetaItem-module_listened__lwvAO,
|
|
3778
|
+
.MetaItem-module_read__5eAIG {
|
|
3779
|
+
width: auto
|
|
3780
|
+
}
|
|
3781
|
+
}
|
|
3782
|
+
@media only screen and (max-device-width: 32.1875em) {
|
|
3783
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
|
|
3784
|
+
order: -2
|
|
3785
|
+
}
|
|
3786
|
+
}
|
|
3787
|
+
@media only screen and (max-device-width: 32.1875em) {
|
|
3788
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
|
|
3789
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
|
|
3790
|
+
order: -1;
|
|
3791
|
+
|
|
3792
|
+
margin-top: 0
|
|
3804
3793
|
}
|
|
3805
3794
|
}
|
|
3795
|
+
.MetaItem-module_read__5eAIG svg {
|
|
3796
|
+
margin-top: -1px;
|
|
3797
|
+
}
|
|
3806
3798
|
|
|
3807
3799
|
/* Colors */
|
|
3808
3800
|
/* Fonts */
|
|
@@ -3999,82 +3991,197 @@ a mark {
|
|
|
3999
3991
|
.Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 svg {
|
|
4000
3992
|
transform: rotate(180deg) translateY(1px);
|
|
4001
3993
|
}
|
|
4002
|
-
@media only screen and (min-device-width: 32em) {
|
|
4003
|
-
.Spoiler-module_center__tq1m0 {
|
|
4004
|
-
max-width: 980px;
|
|
4005
|
-
margin-right: auto;
|
|
4006
|
-
margin-left: auto
|
|
3994
|
+
@media only screen and (min-device-width: 32em) {
|
|
3995
|
+
.Spoiler-module_center__tq1m0 {
|
|
3996
|
+
max-width: 980px;
|
|
3997
|
+
margin-right: auto;
|
|
3998
|
+
margin-left: auto
|
|
3999
|
+
}
|
|
4000
|
+
}
|
|
4001
|
+
.Spoiler-module_full__1QFqR {
|
|
4002
|
+
max-width: 980px;
|
|
4003
|
+
}
|
|
4004
|
+
.Spoiler-module_default__2Kjx8 {
|
|
4005
|
+
max-width: 650px;
|
|
4006
|
+
}
|
|
4007
|
+
@-webkit-keyframes Spoiler-module_spoilerSticky__3Kd30 {
|
|
4008
|
+
0% {
|
|
4009
|
+
transform: translateY(62px);
|
|
4010
|
+
}
|
|
4011
|
+
|
|
4012
|
+
50% {
|
|
4013
|
+
transform: translateY(-16px);
|
|
4014
|
+
}
|
|
4015
|
+
|
|
4016
|
+
100% {
|
|
4017
|
+
transform: translateY(0);
|
|
4018
|
+
}
|
|
4019
|
+
}
|
|
4020
|
+
@keyframes Spoiler-module_spoilerSticky__3Kd30 {
|
|
4021
|
+
0% {
|
|
4022
|
+
transform: translateY(62px);
|
|
4023
|
+
}
|
|
4024
|
+
|
|
4025
|
+
50% {
|
|
4026
|
+
transform: translateY(-16px);
|
|
4027
|
+
}
|
|
4028
|
+
|
|
4029
|
+
100% {
|
|
4030
|
+
transform: translateY(0);
|
|
4031
|
+
}
|
|
4032
|
+
}
|
|
4033
|
+
@-webkit-keyframes Spoiler-module_spoilerStickyBg__nYdlo {
|
|
4034
|
+
0% {
|
|
4035
|
+
background-color: #fff;
|
|
4036
|
+
}
|
|
4037
|
+
|
|
4038
|
+
100% {
|
|
4039
|
+
background-color: transparent;
|
|
4040
|
+
}
|
|
4041
|
+
}
|
|
4042
|
+
@keyframes Spoiler-module_spoilerStickyBg__nYdlo {
|
|
4043
|
+
0% {
|
|
4044
|
+
background-color: #fff;
|
|
4045
|
+
}
|
|
4046
|
+
|
|
4047
|
+
100% {
|
|
4048
|
+
background-color: transparent;
|
|
4049
|
+
}
|
|
4050
|
+
}
|
|
4051
|
+
[data-gdpr-panel='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4052
|
+
bottom: 45px
|
|
4053
|
+
}
|
|
4054
|
+
@media only screen and (min-device-width: 32em) {
|
|
4055
|
+
[data-gdpr-panel='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4056
|
+
bottom: 46px
|
|
4057
|
+
}
|
|
4058
|
+
}
|
|
4059
|
+
/* VISIBILITY */
|
|
4060
|
+
@media only screen and (min-device-width: 32em) {
|
|
4061
|
+
.Spoiler-module_mobile__2BPt8 {
|
|
4062
|
+
display: none
|
|
4063
|
+
}
|
|
4064
|
+
}
|
|
4065
|
+
.Spoiler-module_desktop__1BIFJ {
|
|
4066
|
+
display: none
|
|
4067
|
+
}
|
|
4068
|
+
@media only screen and (min-device-width: 32em) {
|
|
4069
|
+
.Spoiler-module_desktop__1BIFJ {
|
|
4070
|
+
display: block
|
|
4071
|
+
}
|
|
4072
|
+
}
|
|
4073
|
+
|
|
4074
|
+
/* Colors */
|
|
4075
|
+
/* Fonts */
|
|
4076
|
+
/* Gap */
|
|
4077
|
+
/* Media */
|
|
4078
|
+
/* 512 */
|
|
4079
|
+
/* 650 */
|
|
4080
|
+
/* 768 */
|
|
4081
|
+
/* 1024 */
|
|
4082
|
+
/* 1010 */
|
|
4083
|
+
/* 1200 */
|
|
4084
|
+
/* 511 */
|
|
4085
|
+
/* 1023 */
|
|
4086
|
+
/* Zindex */
|
|
4087
|
+
.SourceBlock-module_root__1P3XD {
|
|
4088
|
+
display: block;
|
|
4089
|
+
|
|
4090
|
+
margin: 18px 0 15px;
|
|
4091
|
+
padding: 12px 11px 17px;
|
|
4092
|
+
|
|
4093
|
+
color: #000;
|
|
4094
|
+
border-radius: 2px 8px 8px 2px;
|
|
4095
|
+
background-color: #f5f5f5;
|
|
4096
|
+
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 4px 0 0 0 #b78b5c;
|
|
4097
|
+
|
|
4098
|
+
font-size: 16px;
|
|
4099
|
+
line-height: 20px
|
|
4100
|
+
}
|
|
4101
|
+
@media only screen and (min-device-width: 48em) {
|
|
4102
|
+
.SourceBlock-module_root__1P3XD {
|
|
4103
|
+
margin-top: 25px;
|
|
4104
|
+
margin-bottom: 25px;
|
|
4105
|
+
padding: 18px 16px 16px
|
|
4007
4106
|
}
|
|
4008
4107
|
}
|
|
4009
|
-
.
|
|
4010
|
-
|
|
4108
|
+
.SourceBlock-module_root__1P3XD:hover,
|
|
4109
|
+
.SourceBlock-module_root__1P3XD:visited {
|
|
4110
|
+
background-color: #ededed;
|
|
4011
4111
|
}
|
|
4012
|
-
.
|
|
4013
|
-
|
|
4112
|
+
.SourceBlock-module_root__1P3XD blockquote {
|
|
4113
|
+
margin: 0;
|
|
4014
4114
|
}
|
|
4015
|
-
|
|
4016
|
-
|
|
4017
|
-
transform: translateY(62px);
|
|
4018
|
-
}
|
|
4019
|
-
|
|
4020
|
-
50% {
|
|
4021
|
-
transform: translateY(-16px);
|
|
4022
|
-
}
|
|
4115
|
+
.SourceBlock-module_root__1P3XD a {
|
|
4116
|
+
text-decoration: none;
|
|
4023
4117
|
|
|
4024
|
-
|
|
4025
|
-
transform: translateY(0);
|
|
4026
|
-
}
|
|
4118
|
+
color: inherit;
|
|
4027
4119
|
}
|
|
4028
|
-
|
|
4029
|
-
|
|
4030
|
-
|
|
4031
|
-
|
|
4032
|
-
|
|
4033
|
-
50% {
|
|
4034
|
-
transform: translateY(-16px);
|
|
4035
|
-
}
|
|
4120
|
+
.SourceBlock-module_text__Si4vm {
|
|
4121
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4122
|
+
}
|
|
4123
|
+
.SourceBlock-module_text__Si4vm p {
|
|
4124
|
+
margin: 0;
|
|
4036
4125
|
|
|
4037
|
-
|
|
4038
|
-
|
|
4039
|
-
|
|
4126
|
+
font-size: 16px;
|
|
4127
|
+
line-height: 22px
|
|
4128
|
+
}
|
|
4129
|
+
@media only screen and (min-device-width: 48em) {
|
|
4130
|
+
.SourceBlock-module_text__Si4vm p {
|
|
4131
|
+
font-size: 18px;
|
|
4132
|
+
line-height: 26px
|
|
4040
4133
|
}
|
|
4041
|
-
@-webkit-keyframes Spoiler-module_spoilerStickyBg__nYdlo {
|
|
4042
|
-
0% {
|
|
4043
|
-
background-color: #fff;
|
|
4044
4134
|
}
|
|
4135
|
+
.SourceBlock-module_root__1P3XD p + p {
|
|
4136
|
+
margin-top: 12px;
|
|
4137
|
+
}
|
|
4138
|
+
.SourceBlock-module_root__1P3XD footer {
|
|
4139
|
+
margin-top: 12px;
|
|
4140
|
+
padding-top: 10px;
|
|
4045
4141
|
|
|
4046
|
-
|
|
4047
|
-
|
|
4048
|
-
|
|
4142
|
+
border-top: 1px solid #d6d6d6
|
|
4143
|
+
}
|
|
4144
|
+
@media only screen and (min-device-width: 48em) {
|
|
4145
|
+
.SourceBlock-module_root__1P3XD footer {
|
|
4146
|
+
margin-top: 18px;
|
|
4147
|
+
padding-top: 12px
|
|
4049
4148
|
}
|
|
4050
|
-
@keyframes Spoiler-module_spoilerStickyBg__nYdlo {
|
|
4051
|
-
0% {
|
|
4052
|
-
background-color: #fff;
|
|
4053
4149
|
}
|
|
4150
|
+
.SourceBlock-module_origin__l3JbO {
|
|
4151
|
+
letter-spacing: 1px;
|
|
4152
|
+
text-transform: uppercase;
|
|
4153
|
+
pointer-events: none;
|
|
4054
4154
|
|
|
4055
|
-
|
|
4056
|
-
|
|
4057
|
-
|
|
4058
|
-
|
|
4059
|
-
|
|
4060
|
-
|
|
4155
|
+
color: #292929;
|
|
4156
|
+
|
|
4157
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4158
|
+
font-size: 16px;
|
|
4159
|
+
font-weight: bold;
|
|
4160
|
+
font-style: normal;
|
|
4161
|
+
line-height: 22px
|
|
4061
4162
|
}
|
|
4062
|
-
@media only screen and (min-device-width:
|
|
4063
|
-
|
|
4064
|
-
|
|
4163
|
+
@media only screen and (min-device-width: 48em) {
|
|
4164
|
+
.SourceBlock-module_origin__l3JbO {
|
|
4165
|
+
font-size: 18px;
|
|
4166
|
+
line-height: 26px
|
|
4065
4167
|
}
|
|
4066
4168
|
}
|
|
4169
|
+
.SourceBlock-module_center__3P93B {
|
|
4170
|
+
max-width: 650px;
|
|
4171
|
+
margin-right: auto;
|
|
4172
|
+
margin-left: auto;
|
|
4173
|
+
}
|
|
4067
4174
|
/* VISIBILITY */
|
|
4068
4175
|
@media only screen and (min-device-width: 32em) {
|
|
4069
|
-
.
|
|
4176
|
+
.SourceBlock-module_mobile__2gw4S {
|
|
4070
4177
|
display: none
|
|
4071
4178
|
}
|
|
4072
4179
|
}
|
|
4073
|
-
.
|
|
4180
|
+
.SourceBlock-module_desktop__DecT6 {
|
|
4074
4181
|
display: none
|
|
4075
4182
|
}
|
|
4076
4183
|
@media only screen and (min-device-width: 32em) {
|
|
4077
|
-
.
|
|
4184
|
+
.SourceBlock-module_desktop__DecT6 {
|
|
4078
4185
|
display: block
|
|
4079
4186
|
}
|
|
4080
4187
|
}
|
|
@@ -4263,108 +4370,6 @@ a mark {
|
|
|
4263
4370
|
}
|
|
4264
4371
|
}
|
|
4265
4372
|
|
|
4266
|
-
/* Colors */
|
|
4267
|
-
/* Fonts */
|
|
4268
|
-
/* Gap */
|
|
4269
|
-
/* Media */
|
|
4270
|
-
/* 512 */
|
|
4271
|
-
/* 650 */
|
|
4272
|
-
/* 768 */
|
|
4273
|
-
/* 1024 */
|
|
4274
|
-
/* 1010 */
|
|
4275
|
-
/* 1200 */
|
|
4276
|
-
/* 511 */
|
|
4277
|
-
/* 1023 */
|
|
4278
|
-
/* Zindex */
|
|
4279
|
-
.MetaItem-module_root__2VQom {
|
|
4280
|
-
display: inline;
|
|
4281
|
-
|
|
4282
|
-
margin-right: 15px;
|
|
4283
|
-
}
|
|
4284
|
-
.MetaItem-module_root__2VQom > svg {
|
|
4285
|
-
display: inline-block;
|
|
4286
|
-
|
|
4287
|
-
margin-right: 1px;
|
|
4288
|
-
|
|
4289
|
-
vertical-align: top;
|
|
4290
|
-
|
|
4291
|
-
color: inherit;
|
|
4292
|
-
|
|
4293
|
-
fill: currentColor;
|
|
4294
|
-
}
|
|
4295
|
-
.MetaItem-module_root__2VQom a {
|
|
4296
|
-
display: inline;
|
|
4297
|
-
|
|
4298
|
-
text-decoration: underline;
|
|
4299
|
-
|
|
4300
|
-
color: inherit;
|
|
4301
|
-
|
|
4302
|
-
-webkit-text-decoration-skip: auto;
|
|
4303
|
-
}
|
|
4304
|
-
.MetaItem-module_root__2VQom a:hover {
|
|
4305
|
-
color: #b88b59;
|
|
4306
|
-
}
|
|
4307
|
-
.MetaItem-module_hasBullets__CkQPI {
|
|
4308
|
-
margin-right: 0;
|
|
4309
|
-
}
|
|
4310
|
-
.MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
|
|
4311
|
-
display: inline-block;
|
|
4312
|
-
|
|
4313
|
-
padding-right: 0.4em;
|
|
4314
|
-
padding-left: 0.4em;
|
|
4315
|
-
|
|
4316
|
-
content: '\B7';
|
|
4317
|
-
}
|
|
4318
|
-
@media only screen and (max-device-width: 32.1875em) {
|
|
4319
|
-
.MetaItem-module_hasSource__1DmCI {
|
|
4320
|
-
width: 100%;
|
|
4321
|
-
margin-top: 3px;
|
|
4322
|
-
margin-bottom: 3px
|
|
4323
|
-
}
|
|
4324
|
-
}
|
|
4325
|
-
@media only screen and (max-device-width: 32.1875em) {
|
|
4326
|
-
.MetaItem-module_hasSource__1DmCI:first-child {
|
|
4327
|
-
margin-top: 0
|
|
4328
|
-
}
|
|
4329
|
-
}
|
|
4330
|
-
.MetaItem-module_hasSource__1DmCI:last-child {
|
|
4331
|
-
margin-bottom: 0;
|
|
4332
|
-
}
|
|
4333
|
-
@media only screen and (max-device-width: 32.1875em) {
|
|
4334
|
-
.MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
|
|
4335
|
-
display: none
|
|
4336
|
-
}
|
|
4337
|
-
}
|
|
4338
|
-
@media only screen and (max-device-width: 32.1875em) {
|
|
4339
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
|
|
4340
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
|
|
4341
|
-
display: inline-block
|
|
4342
|
-
}
|
|
4343
|
-
}
|
|
4344
|
-
@media only screen and (max-device-width: 32.1875em) {
|
|
4345
|
-
.MetaItem-module_datetime__3tOWm,
|
|
4346
|
-
.MetaItem-module_listened__lwvAO,
|
|
4347
|
-
.MetaItem-module_read__5eAIG {
|
|
4348
|
-
width: auto
|
|
4349
|
-
}
|
|
4350
|
-
}
|
|
4351
|
-
@media only screen and (max-device-width: 32.1875em) {
|
|
4352
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
|
|
4353
|
-
order: -2
|
|
4354
|
-
}
|
|
4355
|
-
}
|
|
4356
|
-
@media only screen and (max-device-width: 32.1875em) {
|
|
4357
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
|
|
4358
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
|
|
4359
|
-
order: -1;
|
|
4360
|
-
|
|
4361
|
-
margin-top: 0
|
|
4362
|
-
}
|
|
4363
|
-
}
|
|
4364
|
-
.MetaItem-module_read__5eAIG svg {
|
|
4365
|
-
margin-top: -1px;
|
|
4366
|
-
}
|
|
4367
|
-
|
|
4368
4373
|
/* stylelint-disable declaration-empty-line-before */
|
|
4369
4374
|
/* Colors */
|
|
4370
4375
|
/* Fonts */
|
|
@@ -4636,24 +4641,6 @@ a mark {
|
|
|
4636
4641
|
|
|
4637
4642
|
height: 150px;
|
|
4638
4643
|
}
|
|
4639
|
-
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_overlayHeader__2Nmbv {
|
|
4640
|
-
background: -webkit-gradient(
|
|
4641
|
-
linear,
|
|
4642
|
-
left top, left bottom,
|
|
4643
|
-
from(rgba(0, 0, 0, 0.5)),
|
|
4644
|
-
color-stop(97%, rgba(0, 0, 0, 0))
|
|
4645
|
-
);
|
|
4646
|
-
background: -o-linear-gradient(
|
|
4647
|
-
top,
|
|
4648
|
-
rgba(0, 0, 0, 0.5) 0%,
|
|
4649
|
-
rgba(0, 0, 0, 0) 97%
|
|
4650
|
-
);
|
|
4651
|
-
background: linear-gradient(
|
|
4652
|
-
180deg,
|
|
4653
|
-
rgba(0, 0, 0, 0.5) 0%,
|
|
4654
|
-
rgba(0, 0, 0, 0) 97%
|
|
4655
|
-
);
|
|
4656
|
-
}
|
|
4657
4644
|
.RelatedRichBlock-module_body__1ZHZS {
|
|
4658
4645
|
display: -webkit-box;
|
|
4659
4646
|
display: -webkit-flex;
|
|
@@ -4688,16 +4675,34 @@ a mark {
|
|
|
4688
4675
|
color: #fff
|
|
4689
4676
|
}
|
|
4690
4677
|
}
|
|
4678
|
+
@media only screen and (min-device-width: 64em) {
|
|
4691
4679
|
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_hasGradient__27LOk .RelatedRichBlock-module_body__1ZHZS {
|
|
4680
|
+
position: absolute;
|
|
4681
|
+
z-index: 10;
|
|
4682
|
+
right: 0;
|
|
4683
|
+
bottom: 0;
|
|
4684
|
+
left: 0;
|
|
4685
|
+
|
|
4686
|
+
min-height: 295px;
|
|
4687
|
+
|
|
4688
|
+
background-color: transparent
|
|
4689
|
+
}
|
|
4690
|
+
}
|
|
4691
|
+
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ {
|
|
4692
|
+
position: relative;
|
|
4693
|
+
}
|
|
4694
|
+
.RelatedRichBlock-module_isRich__1LnA4 .RelatedRichBlock-module_picture__128HJ::after {
|
|
4692
4695
|
position: absolute;
|
|
4693
4696
|
z-index: 10;
|
|
4697
|
+
top: 0;
|
|
4694
4698
|
right: 0;
|
|
4695
4699
|
bottom: 0;
|
|
4696
4700
|
left: 0;
|
|
4697
4701
|
|
|
4698
|
-
|
|
4702
|
+
content: '';
|
|
4699
4703
|
|
|
4700
|
-
|
|
4704
|
+
border-radius: 8px 8px 0 0;
|
|
4705
|
+
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
|
|
4701
4706
|
}
|
|
4702
4707
|
.RelatedRichBlock-module_isCard__2naDz {
|
|
4703
4708
|
color: #fff;
|
|
@@ -4773,7 +4778,8 @@ a mark {
|
|
|
4773
4778
|
.RelatedRichBlock-module_tag__3OLyG {
|
|
4774
4779
|
position: absolute;
|
|
4775
4780
|
z-index: 10;
|
|
4776
|
-
top:
|
|
4781
|
+
top: 14px;
|
|
4782
|
+
right: 15px;
|
|
4777
4783
|
left: 15px;
|
|
4778
4784
|
|
|
4779
4785
|
color: rgba(255, 255, 255, 0.7);
|
|
@@ -4782,21 +4788,30 @@ a mark {
|
|
|
4782
4788
|
}
|
|
4783
4789
|
@media only screen and (min-device-width: 64em) {
|
|
4784
4790
|
.RelatedRichBlock-module_tag__3OLyG {
|
|
4785
|
-
top:
|
|
4786
|
-
|
|
4787
|
-
|
|
4788
|
-
color: #fff
|
|
4791
|
+
top: 16px;
|
|
4792
|
+
right: 20px;
|
|
4793
|
+
left: 20px
|
|
4789
4794
|
}
|
|
4790
4795
|
}
|
|
4796
|
+
.RelatedRichBlock-module_center__197sx {
|
|
4797
|
+
width: 100%;
|
|
4798
|
+
max-width: 650px;
|
|
4799
|
+
margin-right: auto;
|
|
4800
|
+
margin-left: auto;
|
|
4801
|
+
}
|
|
4791
4802
|
/* Themes */
|
|
4792
|
-
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE
|
|
4793
|
-
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE .RelatedRichBlock-module_tag__3OLyG {
|
|
4803
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE {
|
|
4794
4804
|
color: #000;
|
|
4795
4805
|
}
|
|
4806
|
+
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_dark__3Y1fE .RelatedRichBlock-module_tag__3OLyG {
|
|
4807
|
+
color: rgba(0, 0, 0, 0.7);
|
|
4808
|
+
}
|
|
4809
|
+
@media only screen and (min-device-width: 32em) {
|
|
4796
4810
|
.RelatedRichBlock-module_isRich__1LnA4.RelatedRichBlock-module_light__2mUxL {
|
|
4797
|
-
|
|
4798
|
-
|
|
4811
|
+
color: #fff;
|
|
4812
|
+
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
|
|
4799
4813
|
}
|
|
4814
|
+
}
|
|
4800
4815
|
/* Display */
|
|
4801
4816
|
@media only screen and (min-device-width: 32em) {
|
|
4802
4817
|
.RelatedRichBlock-module_mobile__JpCS4 {
|