@meduza/ui-kit-2 0.1.23 → 0.1.24

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.css CHANGED
@@ -228,90 +228,6 @@
228
228
  }
229
229
  }
230
230
 
231
- /* Colors */
232
- /* Fonts */
233
- /* Gap */
234
- /* Media */
235
- /* 512 */
236
- /* 650 */
237
- /* 768 */
238
- /* 1024 */
239
- /* 1010 */
240
- /* 1200 */
241
- /* 511 */
242
- /* 1023 */
243
- /* Zindex */
244
- .Image-module_root__1vsA_ {
245
- position: relative;
246
- z-index: 1;
247
-
248
- display: block;
249
- overflow: hidden
250
- }
251
- @media only screen and (min-device-width: 32em) {
252
- .Image-module_root__1vsA_ {
253
- border-radius: inherit
254
- }
255
- }
256
- .Image-module_placeholder__1p4ob,
257
- .Image-module_root__1vsA_ img {
258
- position: absolute;
259
- top: 0;
260
- left: 0;
261
-
262
- width: 100%;
263
- height: 100%;
264
- }
265
- .Image-module_wrapper__3fLjs {
266
- display: block;
267
-
268
- width: 100%;
269
-
270
- background-repeat: no-repeat;
271
- background-size: 100% auto;
272
- }
273
- .Image-module_placeholder__1p4ob {
274
- transition: background-color 250ms ease;
275
-
276
- background-color: #f2f2f2;
277
- }
278
- .Image-module_loaded__w9FVT {
279
- background: transparent;
280
- }
281
- .Image-module_fullscreen__29apx picture {
282
- cursor: pointer;
283
- }
284
- .Image-module_fullscreen__29apx picture:hover::after {
285
- opacity: 1;
286
- }
287
- .Image-module_fullscreen__29apx picture::after {
288
- position: absolute;
289
- right: 12px;
290
- bottom: 12px;
291
-
292
- width: 40px;
293
- height: 40px;
294
-
295
- transition: opacity 250ms ease;
296
- pointer-events: none;
297
-
298
- opacity: 0;
299
- border: 0.5px solid rgba(255, 255, 255, 0.15);
300
- border-radius: 20px;
301
- background-color: rgba(0, 0, 0, 0.7);
302
- 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");
303
- background-repeat: no-repeat;
304
- background-position: center
305
- }
306
- @media only screen and (min-device-width: 64em) {
307
- .Image-module_fullscreen__29apx picture::after {
308
- content: ''
309
- }
310
- }
311
- [data-input='mouse'] .Image-module_wrapper__3fLjs {
312
- outline: none;
313
- }
314
-
315
231
  /* Colors */
316
232
  /* Fonts */
317
233
  /* Gap */
@@ -548,132 +464,6 @@
548
464
  margin-top: -1px;
549
465
  }
550
466
 
551
- /* Colors */
552
- /* Fonts */
553
- /* Gap */
554
- /* Media */
555
- /* 512 */
556
- /* 650 */
557
- /* 768 */
558
- /* 1024 */
559
- /* 1010 */
560
- /* 1200 */
561
- /* 511 */
562
- /* 1023 */
563
- /* Zindex */
564
- .DotsOnImage-module_root__2XP3Q {
565
- position: relative;
566
-
567
- display: block;
568
-
569
- width: 100%;
570
- }
571
- .DotsOnImage-module_isVisible__Wqqqt .DotsOnImage-module_marker__lH5cP {
572
- -webkit-animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
573
- animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
574
- }
575
- .DotsOnImage-module_dot__H1wua {
576
- position: absolute;
577
- z-index: 10;
578
-
579
- width: 28px;
580
- height: 28px;
581
-
582
- will-change: opacity;
583
- }
584
- .DotsOnImage-module_marker__lH5cP {
585
- width: 100%;
586
- height: 100%;
587
- padding: 0;
588
-
589
- cursor: pointer;
590
- text-align: center;
591
-
592
- opacity: 0;
593
- color: #fff;
594
- border-width: 0;
595
- border-radius: 30px;
596
- outline-width: 0;
597
- background-color: #000;
598
- box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
599
-
600
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
601
- font-size: 13px;
602
- font-weight: 600;
603
- line-height: 28px;
604
-
605
- -webkit-appearance: none;
606
-
607
- -moz-appearance: none;
608
-
609
- appearance: none;
610
- will-change: opacity;
611
- }
612
- .DotsOnImage-module_marker__lH5cP svg {
613
- display: block;
614
-
615
- will-change: opacity;
616
- }
617
- .DotsOnImage-module_marker__lH5cP:hover,
618
- .DotsOnImage-module_marker__lH5cP.DotsOnImage-module_isActive__3hh31 {
619
- box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1);
620
- }
621
- .DotsOnImage-module_popover__35Cpj {
622
- position: absolute;
623
- z-index: 10;
624
- }
625
- .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isTop__3zmSK {
626
- transform: translateX(50px);
627
- }
628
- .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isTop__3zmSK {
629
- transform: translateX(-100%) translateX(-22px);
630
- }
631
- .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isBottom__3Nk1T {
632
- transform: translateX(50px) translateY(-100%) translateY(22px);
633
- }
634
- .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isBottom__3Nk1T {
635
- transform: translateX(-100%) translateX(-22px) translateY(-100%)
636
- translateY(22px);
637
- }
638
- @-webkit-keyframes DotsOnImage-module_show__2TMBv {
639
- 0% {
640
- transform: scale(0.4);
641
-
642
- opacity: 0;
643
- }
644
-
645
- 90% {
646
- transform: scale(1.1);
647
-
648
- opacity: 1;
649
- }
650
-
651
- 100% {
652
- transform: scale(1);
653
-
654
- opacity: 1;
655
- }
656
- }
657
- @keyframes DotsOnImage-module_show__2TMBv {
658
- 0% {
659
- transform: scale(0.4);
660
-
661
- opacity: 0;
662
- }
663
-
664
- 90% {
665
- transform: scale(1.1);
666
-
667
- opacity: 1;
668
- }
669
-
670
- 100% {
671
- transform: scale(1);
672
-
673
- opacity: 1;
674
- }
675
- }
676
-
677
467
  /* Colors */
678
468
  /* Fonts */
679
469
  /* Gap */
@@ -851,42 +641,272 @@
851
641
  /* 511 */
852
642
  /* 1023 */
853
643
  /* Zindex */
854
- .Tag-module_root__3IqWC {
855
- display: inline-block;
856
-
857
- cursor: default;
858
- -webkit-user-select: none;
859
- -moz-user-select: none;
860
- -ms-user-select: none;
861
- user-select: none;
862
- vertical-align: middle;
863
- letter-spacing: 1px;
864
- text-transform: uppercase;
644
+ .Image-module_root__1vsA_ {
645
+ position: relative;
646
+ z-index: 1;
865
647
 
866
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
867
- font-size: 12px;
868
- font-weight: 600;
869
- line-height: 12px;
870
- }
871
- .Tag-module_small__2IAb7 {
872
- font-size: 12px;
873
- line-height: 12px
648
+ display: block;
649
+ overflow: hidden
874
650
  }
875
- @media only screen and (min-device-width: 64em) {
876
- .Tag-module_small__2IAb7 {
877
- line-height: 14px
651
+ @media only screen and (min-device-width: 32em) {
652
+ .Image-module_root__1vsA_ {
653
+ border-radius: inherit
878
654
  }
879
655
  }
880
- @media only screen and (min-device-width: 64em) {
881
- .Tag-module_large__22z_o {
882
- letter-spacing: 1px;
656
+ .Image-module_placeholder__1p4ob,
657
+ .Image-module_root__1vsA_ img {
658
+ position: absolute;
659
+ top: 0;
660
+ left: 0;
883
661
 
884
- font-size: 14px;
885
- line-height: 16px
886
- }
887
- }
888
- .Tag-module_dark__sgnt1 {
889
- color: #000;
662
+ width: 100%;
663
+ height: 100%;
664
+ }
665
+ .Image-module_wrapper__3fLjs {
666
+ display: block;
667
+
668
+ width: 100%;
669
+
670
+ background-repeat: no-repeat;
671
+ background-size: 100% auto;
672
+ }
673
+ .Image-module_placeholder__1p4ob {
674
+ transition: background-color 250ms ease;
675
+
676
+ background-color: #f2f2f2;
677
+ }
678
+ .Image-module_loaded__w9FVT {
679
+ background: transparent;
680
+ }
681
+ .Image-module_fullscreen__29apx picture {
682
+ cursor: pointer;
683
+ }
684
+ .Image-module_fullscreen__29apx picture:hover::after {
685
+ opacity: 1;
686
+ }
687
+ .Image-module_fullscreen__29apx picture::after {
688
+ position: absolute;
689
+ right: 12px;
690
+ bottom: 12px;
691
+
692
+ width: 40px;
693
+ height: 40px;
694
+
695
+ transition: opacity 250ms ease;
696
+ pointer-events: none;
697
+
698
+ opacity: 0;
699
+ border: 0.5px solid rgba(255, 255, 255, 0.15);
700
+ border-radius: 20px;
701
+ background-color: rgba(0, 0, 0, 0.7);
702
+ 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");
703
+ background-repeat: no-repeat;
704
+ background-position: center
705
+ }
706
+ @media only screen and (min-device-width: 64em) {
707
+ .Image-module_fullscreen__29apx picture::after {
708
+ content: ''
709
+ }
710
+ }
711
+ [data-input='mouse'] .Image-module_wrapper__3fLjs {
712
+ outline: none;
713
+ }
714
+
715
+ /* Colors */
716
+ /* Fonts */
717
+ /* Gap */
718
+ /* Media */
719
+ /* 512 */
720
+ /* 650 */
721
+ /* 768 */
722
+ /* 1024 */
723
+ /* 1010 */
724
+ /* 1200 */
725
+ /* 511 */
726
+ /* 1023 */
727
+ /* Zindex */
728
+ .DotsOnImage-module_root__2XP3Q {
729
+ position: relative;
730
+
731
+ display: block;
732
+
733
+ width: 100%;
734
+ }
735
+ .DotsOnImage-module_isVisible__Wqqqt .DotsOnImage-module_marker__lH5cP {
736
+ -webkit-animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
737
+ animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
738
+ }
739
+ .DotsOnImage-module_dot__H1wua {
740
+ position: absolute;
741
+ z-index: 10;
742
+
743
+ width: 28px;
744
+ height: 28px;
745
+
746
+ will-change: opacity;
747
+ }
748
+ .DotsOnImage-module_marker__lH5cP {
749
+ width: 100%;
750
+ height: 100%;
751
+ padding: 0;
752
+
753
+ cursor: pointer;
754
+ text-align: center;
755
+
756
+ opacity: 0;
757
+ color: #fff;
758
+ border-width: 0;
759
+ border-radius: 30px;
760
+ outline-width: 0;
761
+ background-color: #000;
762
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
763
+
764
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
765
+ font-size: 13px;
766
+ font-weight: 600;
767
+ line-height: 28px;
768
+
769
+ -webkit-appearance: none;
770
+
771
+ -moz-appearance: none;
772
+
773
+ appearance: none;
774
+ will-change: opacity;
775
+ }
776
+ .DotsOnImage-module_marker__lH5cP svg {
777
+ display: block;
778
+
779
+ will-change: opacity;
780
+ }
781
+ .DotsOnImage-module_marker__lH5cP:hover,
782
+ .DotsOnImage-module_marker__lH5cP.DotsOnImage-module_isActive__3hh31 {
783
+ box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1);
784
+ }
785
+ .DotsOnImage-module_popover__35Cpj {
786
+ position: absolute;
787
+ z-index: 10;
788
+ }
789
+ .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isTop__3zmSK {
790
+ transform: translateX(50px);
791
+ }
792
+ .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isTop__3zmSK {
793
+ transform: translateX(-100%) translateX(-22px);
794
+ }
795
+ .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isBottom__3Nk1T {
796
+ transform: translateX(50px) translateY(-100%) translateY(22px);
797
+ }
798
+ .DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isBottom__3Nk1T {
799
+ transform: translateX(-100%) translateX(-22px) translateY(-100%)
800
+ translateY(22px);
801
+ }
802
+ @-webkit-keyframes DotsOnImage-module_show__2TMBv {
803
+ 0% {
804
+ transform: scale(0.4);
805
+
806
+ opacity: 0;
807
+ }
808
+
809
+ 90% {
810
+ transform: scale(1.1);
811
+
812
+ opacity: 1;
813
+ }
814
+
815
+ 100% {
816
+ transform: scale(1);
817
+
818
+ opacity: 1;
819
+ }
820
+ }
821
+ @keyframes DotsOnImage-module_show__2TMBv {
822
+ 0% {
823
+ transform: scale(0.4);
824
+
825
+ opacity: 0;
826
+ }
827
+
828
+ 90% {
829
+ transform: scale(1.1);
830
+
831
+ opacity: 1;
832
+ }
833
+
834
+ 100% {
835
+ transform: scale(1);
836
+
837
+ opacity: 1;
838
+ }
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;
890
910
  }
891
911
  .Tag-module_light__1zUhp {
892
912
  color: #fff;
@@ -965,26 +985,6 @@
965
985
  }
966
986
  }
967
987
 
968
- /* Colors */
969
- /* Fonts */
970
- /* Gap */
971
- /* Media */
972
- /* 512 */
973
- /* 650 */
974
- /* 768 */
975
- /* 1024 */
976
- /* 1010 */
977
- /* 1200 */
978
- /* 511 */
979
- /* 1023 */
980
- /* Zindex */
981
- .Lazy-module_root__2Z72l {
982
- display: block;
983
- }
984
- .Lazy-module_visible__3-SdX {
985
- color: red;
986
- }
987
-
988
988
  /* Colors */
989
989
  /* Fonts */
990
990
  /* Gap */
@@ -1511,50 +1511,6 @@
1511
1511
  }
1512
1512
  }
1513
1513
 
1514
- /* Colors */
1515
- /* Fonts */
1516
- /* Gap */
1517
- /* Media */
1518
- /* 512 */
1519
- /* 650 */
1520
- /* 768 */
1521
- /* 1024 */
1522
- /* 1010 */
1523
- /* 1200 */
1524
- /* 511 */
1525
- /* 1023 */
1526
- /* Zindex */
1527
- .MaterialTitle-module_root__18ku- {
1528
- display: block;
1529
- }
1530
- .MaterialTitle-module_root__18ku- {
1531
- margin: 0;
1532
-
1533
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1534
- font-size: 25px;
1535
- font-weight: normal;
1536
- line-height: 27px
1537
- }
1538
- @media only screen and (min-device-width: 48em) {
1539
- .MaterialTitle-module_root__18ku- {
1540
- font-size: 37px;
1541
- line-height: 38px
1542
- }
1543
- }
1544
- .MaterialTitle-module_primary__2Sfmx {
1545
- font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
1546
- font-weight: normal;
1547
- }
1548
- .MaterialTitle-module_secondary__3uDp4 {
1549
- font-size: 24px;
1550
- font-weight: 700
1551
- }
1552
- @media only screen and (min-device-width: 48em) {
1553
- .MaterialTitle-module_secondary__3uDp4 {
1554
- font-size: 36px
1555
- }
1556
- }
1557
-
1558
1514
  /* Colors */
1559
1515
  /* Fonts */
1560
1516
  /* Gap */
@@ -1613,6 +1569,50 @@
1613
1569
  display: none;
1614
1570
  }
1615
1571
 
1572
+ /* Colors */
1573
+ /* Fonts */
1574
+ /* Gap */
1575
+ /* Media */
1576
+ /* 512 */
1577
+ /* 650 */
1578
+ /* 768 */
1579
+ /* 1024 */
1580
+ /* 1010 */
1581
+ /* 1200 */
1582
+ /* 511 */
1583
+ /* 1023 */
1584
+ /* Zindex */
1585
+ .MaterialTitle-module_root__18ku- {
1586
+ display: block;
1587
+ }
1588
+ .MaterialTitle-module_root__18ku- {
1589
+ margin: 0;
1590
+
1591
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1592
+ font-size: 25px;
1593
+ font-weight: normal;
1594
+ line-height: 27px
1595
+ }
1596
+ @media only screen and (min-device-width: 48em) {
1597
+ .MaterialTitle-module_root__18ku- {
1598
+ font-size: 37px;
1599
+ line-height: 38px
1600
+ }
1601
+ }
1602
+ .MaterialTitle-module_primary__2Sfmx {
1603
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
1604
+ font-weight: normal;
1605
+ }
1606
+ .MaterialTitle-module_secondary__3uDp4 {
1607
+ font-size: 24px;
1608
+ font-weight: 700
1609
+ }
1610
+ @media only screen and (min-device-width: 48em) {
1611
+ .MaterialTitle-module_secondary__3uDp4 {
1612
+ font-size: 36px
1613
+ }
1614
+ }
1615
+
1616
1616
  /* Colors */
1617
1617
  /* Fonts */
1618
1618
  /* Gap */
@@ -2337,85 +2337,6 @@
2337
2337
  }
2338
2338
  }
2339
2339
 
2340
- /* Colors */
2341
- /* Fonts */
2342
- /* Gap */
2343
- /* Media */
2344
- /* 512 */
2345
- /* 650 */
2346
- /* 768 */
2347
- /* 1024 */
2348
- /* 1010 */
2349
- /* 1200 */
2350
- /* 511 */
2351
- /* 1023 */
2352
- /* Zindex */
2353
- .ChapterBlock-module_root__1WyVn {
2354
- position: relative;
2355
-
2356
- margin: 38px auto 7px
2357
- }
2358
- @media only screen and (min-device-width: 32em) {
2359
- .ChapterBlock-module_root__1WyVn {
2360
- max-width: 650px;
2361
- margin-top: 70px
2362
- }
2363
- }
2364
- .ChapterBlock-module_root__1WyVn:first-child {
2365
- margin-top: 0;
2366
- }
2367
- .ChapterBlock-module_root__1WyVn:last-child {
2368
- margin-bottom: 0;
2369
- }
2370
- .ChapterBlock-module_subtitle__3TXll {
2371
- display: inline-block;
2372
-
2373
- vertical-align: top;
2374
- letter-spacing: 1px;
2375
- text-transform: uppercase;
2376
-
2377
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2378
- font-size: 12px;
2379
- font-weight: 600;
2380
- line-height: 12px
2381
- }
2382
- @media only screen and (min-device-width: 32em) {
2383
- .ChapterBlock-module_subtitle__3TXll {
2384
- font-size: 13px;
2385
- line-height: 16px
2386
- }
2387
- }
2388
- .ChapterBlock-module_subtitle__3TXll::after {
2389
- display: block;
2390
-
2391
- width: 120px;
2392
- padding: 0 0 7px;
2393
-
2394
- content: '';
2395
-
2396
- border-bottom: 1px solid #ccc
2397
- }
2398
- @media only screen and (min-device-width: 32em) {
2399
- .ChapterBlock-module_subtitle__3TXll::after {
2400
- padding: 0 0 6px
2401
- }
2402
- }
2403
- /* VISIBILITY */
2404
- @media only screen and (min-device-width: 32em) {
2405
- .ChapterBlock-module_mobile__CiO0w {
2406
- display: none
2407
- }
2408
- }
2409
- .ChapterBlock-module_desktop__tk1Nk {
2410
- display: none
2411
- }
2412
- @media only screen and (min-device-width: 32em) {
2413
- .ChapterBlock-module_desktop__tk1Nk {
2414
- display: block
2415
- }
2416
- }
2417
-
2418
-
2419
2340
  /* Colors */
2420
2341
  /* Fonts */
2421
2342
  /* Gap */
@@ -2516,24 +2437,103 @@
2516
2437
 
2517
2438
  content: '';
2518
2439
 
2519
- border: 1px solid rgba(0, 0, 0, 0.1);
2520
- border-radius: 8px;
2440
+ border: 1px solid rgba(0, 0, 0, 0.1);
2441
+ border-radius: 8px;
2442
+ }
2443
+ /* VISIBILITY */
2444
+ @media only screen and (min-device-width: 32em) {
2445
+ .Cover-module_mobile__5DKa1 {
2446
+ display: none
2447
+ }
2448
+ }
2449
+ .Cover-module_desktop__2mrOc {
2450
+ display: none
2451
+ }
2452
+ @media only screen and (min-device-width: 32em) {
2453
+ .Cover-module_desktop__2mrOc {
2454
+ display: block
2455
+ }
2456
+ }
2457
+
2458
+ /* Colors */
2459
+ /* Fonts */
2460
+ /* Gap */
2461
+ /* Media */
2462
+ /* 512 */
2463
+ /* 650 */
2464
+ /* 768 */
2465
+ /* 1024 */
2466
+ /* 1010 */
2467
+ /* 1200 */
2468
+ /* 511 */
2469
+ /* 1023 */
2470
+ /* Zindex */
2471
+ .ChapterBlock-module_root__1WyVn {
2472
+ position: relative;
2473
+
2474
+ margin: 38px auto 7px
2475
+ }
2476
+ @media only screen and (min-device-width: 32em) {
2477
+ .ChapterBlock-module_root__1WyVn {
2478
+ max-width: 650px;
2479
+ margin-top: 70px
2480
+ }
2481
+ }
2482
+ .ChapterBlock-module_root__1WyVn:first-child {
2483
+ margin-top: 0;
2484
+ }
2485
+ .ChapterBlock-module_root__1WyVn:last-child {
2486
+ margin-bottom: 0;
2487
+ }
2488
+ .ChapterBlock-module_subtitle__3TXll {
2489
+ display: inline-block;
2490
+
2491
+ vertical-align: top;
2492
+ letter-spacing: 1px;
2493
+ text-transform: uppercase;
2494
+
2495
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2496
+ font-size: 12px;
2497
+ font-weight: 600;
2498
+ line-height: 12px
2499
+ }
2500
+ @media only screen and (min-device-width: 32em) {
2501
+ .ChapterBlock-module_subtitle__3TXll {
2502
+ font-size: 13px;
2503
+ line-height: 16px
2504
+ }
2505
+ }
2506
+ .ChapterBlock-module_subtitle__3TXll::after {
2507
+ display: block;
2508
+
2509
+ width: 120px;
2510
+ padding: 0 0 7px;
2511
+
2512
+ content: '';
2513
+
2514
+ border-bottom: 1px solid #ccc
2515
+ }
2516
+ @media only screen and (min-device-width: 32em) {
2517
+ .ChapterBlock-module_subtitle__3TXll::after {
2518
+ padding: 0 0 6px
2521
2519
  }
2520
+ }
2522
2521
  /* VISIBILITY */
2523
2522
  @media only screen and (min-device-width: 32em) {
2524
- .Cover-module_mobile__5DKa1 {
2523
+ .ChapterBlock-module_mobile__CiO0w {
2525
2524
  display: none
2526
2525
  }
2527
2526
  }
2528
- .Cover-module_desktop__2mrOc {
2527
+ .ChapterBlock-module_desktop__tk1Nk {
2529
2528
  display: none
2530
2529
  }
2531
2530
  @media only screen and (min-device-width: 32em) {
2532
- .Cover-module_desktop__2mrOc {
2531
+ .ChapterBlock-module_desktop__tk1Nk {
2533
2532
  display: block
2534
2533
  }
2535
2534
  }
2536
2535
 
2536
+
2537
2537
  /* Colors */
2538
2538
  /* Fonts */
2539
2539
  /* Gap */
@@ -2635,109 +2635,6 @@
2635
2635
  }
2636
2636
 
2637
2637
 
2638
- /* Colors */
2639
- /* Fonts */
2640
- /* Gap */
2641
- /* Media */
2642
- /* 512 */
2643
- /* 650 */
2644
- /* 768 */
2645
- /* 1024 */
2646
- /* 1010 */
2647
- /* 1200 */
2648
- /* 511 */
2649
- /* 1023 */
2650
- /* Zindex */
2651
- .HalfBlock-module_root__2frv2 {
2652
- position: relative;
2653
-
2654
- text-align: left;
2655
- }
2656
- .HalfBlock-module_main__2XX73 {
2657
- display: -webkit-box;
2658
- display: -webkit-flex;
2659
- display: -ms-flexbox;
2660
- display: flex;
2661
- flex-flow: column nowrap
2662
- }
2663
- @media only screen and (min-device-width: 64em) {
2664
- .HalfBlock-module_main__2XX73 {
2665
- align-items: center;
2666
- flex-flow: row nowrap
2667
- }
2668
- }
2669
- .HalfBlock-module_body__3MnEN {
2670
- order: -1;
2671
-
2672
- max-width: 860px;
2673
- margin: 0 auto
2674
- }
2675
- @media only screen and (min-device-width: 48em) {
2676
- .HalfBlock-module_body__3MnEN {
2677
- text-align: center
2678
- }
2679
- }
2680
- @media only screen and (min-device-width: 64em) {
2681
- .HalfBlock-module_body__3MnEN {
2682
- align-items: flex-start;
2683
- justify-content: center;
2684
- order: 0;
2685
-
2686
- width: 50%;
2687
- max-width: none;
2688
- height: 100%;
2689
- margin-left: 25px;
2690
-
2691
- text-align: left
2692
- }
2693
- }
2694
- .HalfBlock-module_footer__1C0yp {
2695
- width: 100%;
2696
- max-width: 650px;
2697
- margin: 0 auto;
2698
- padding-top: 3px
2699
- }
2700
- @media only screen and (min-device-width: 64em) {
2701
- .HalfBlock-module_footer__1C0yp {
2702
- max-width: 1000px;
2703
- margin: auto;
2704
- padding-top: 0;
2705
-
2706
- border-top: 1px solid #e6e6e6
2707
- }
2708
- }
2709
- .HalfBlock-module_image__2lYel {
2710
- flex-grow: 1;
2711
-
2712
- margin: 0 -20px 0;
2713
- margin-top: 18px
2714
- }
2715
- @media only screen and (min-device-width: 32em) {
2716
- .HalfBlock-module_image__2lYel {
2717
- margin: 31px 0 -5px
2718
- }
2719
- }
2720
- @media only screen and (min-device-width: 64em) {
2721
- .HalfBlock-module_image__2lYel {
2722
- width: 50%;
2723
- margin: 0
2724
- }
2725
- }
2726
- /* VISIBILITY */
2727
- @media only screen and (min-device-width: 32em) {
2728
- .HalfBlock-module_mobile__2latf {
2729
- display: none
2730
- }
2731
- }
2732
- .HalfBlock-module_desktop__3B1Ej {
2733
- display: none
2734
- }
2735
- @media only screen and (min-device-width: 32em) {
2736
- .HalfBlock-module_desktop__3B1Ej {
2737
- display: block
2738
- }
2739
- }
2740
-
2741
2638
  /* Colors */
2742
2639
  /* Fonts */
2743
2640
  /* Gap */
@@ -2822,123 +2719,96 @@
2822
2719
  /* 511 */
2823
2720
  /* 1023 */
2824
2721
  /* Zindex */
2825
- .RelatedBlock-module_root__IKcQq {
2826
- margin: 16px 0;
2722
+ .HalfBlock-module_root__2frv2 {
2723
+ position: relative;
2827
2724
 
2828
- border-radius: 8px;
2829
- background-color: #f5f5f5;
2830
- box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
2831
- }
2832
- @media only screen and (min-device-width: 48em) {
2833
- .RelatedBlock-module_root__IKcQq {
2834
- margin: 25px 0
2725
+ text-align: left;
2835
2726
  }
2836
- }
2837
- .RelatedBlock-module_root__IKcQq:last-child {
2838
- margin-bottom: 0;
2727
+ .HalfBlock-module_main__2XX73 {
2728
+ display: -webkit-box;
2729
+ display: -webkit-flex;
2730
+ display: -ms-flexbox;
2731
+ display: flex;
2732
+ flex-flow: column nowrap
2839
2733
  }
2840
- .RelatedBlock-module_root__IKcQq:first-child {
2841
- margin-top: 0;
2734
+ @media only screen and (min-device-width: 64em) {
2735
+ .HalfBlock-module_main__2XX73 {
2736
+ align-items: center;
2737
+ flex-flow: row nowrap
2842
2738
  }
2843
- .RelatedBlock-module_root__IKcQq a {
2844
- display: block;
2845
-
2846
- padding: 12px 12px 13px;
2847
-
2848
- transition: color 0.15s;
2849
- text-decoration: none;
2850
-
2851
- color: #000;
2852
- box-shadow: none;
2739
+ }
2740
+ .HalfBlock-module_body__3MnEN {
2741
+ order: -1;
2853
2742
 
2854
- font-size: 17px;
2855
- line-height: 20px
2743
+ max-width: 860px;
2744
+ margin: 0 auto
2856
2745
  }
2857
2746
  @media only screen and (min-device-width: 48em) {
2858
- .RelatedBlock-module_root__IKcQq a {
2859
- padding: 15px 20px 17px;
2860
-
2861
- font-size: 19px;
2862
- line-height: 23px
2747
+ .HalfBlock-module_body__3MnEN {
2748
+ text-align: center
2863
2749
  }
2864
2750
  }
2865
- .RelatedBlock-module_root__IKcQq a:hover {
2866
- color: #5c5c5c;
2867
- }
2868
- .RelatedBlock-module_header__2SuWP {
2869
- margin: 0;
2870
- padding: 14px 12px 3px;
2871
-
2872
- letter-spacing: 1px;
2873
- text-transform: uppercase;
2874
-
2875
- color: #7F7F7F;
2751
+ @media only screen and (min-device-width: 64em) {
2752
+ .HalfBlock-module_body__3MnEN {
2753
+ align-items: flex-start;
2754
+ justify-content: center;
2755
+ order: 0;
2876
2756
 
2877
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2878
- font-size: 12px;
2879
- font-weight: 600;
2880
- line-height: 17px
2881
- }
2882
- @media only screen and (min-device-width: 48em) {
2883
- .RelatedBlock-module_header__2SuWP {
2884
- padding: 20px 20px 14px;
2757
+ width: 50%;
2758
+ max-width: none;
2759
+ height: 100%;
2760
+ margin-left: 25px;
2885
2761
 
2886
- font-size: 14px;
2887
- line-height: 16px
2762
+ text-align: left
2888
2763
  }
2889
2764
  }
2890
- .RelatedBlock-module_items__2V-Ap {
2891
- margin: 0;
2892
- padding-left: 0;
2893
-
2894
- list-style: none;
2895
- }
2896
- .RelatedBlock-module_items__2V-Ap li {
2897
- padding: 0;
2898
- }
2899
- .RelatedBlock-module_items__2V-Ap li + li {
2900
- border-top: 1px solid #e6e6e6;
2901
- }
2902
- .RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
2903
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2904
- font-size: 16px;
2905
- font-weight: 700;
2906
- line-height: 18px
2765
+ .HalfBlock-module_footer__1C0yp {
2766
+ width: 100%;
2767
+ max-width: 650px;
2768
+ margin: 0 auto;
2769
+ padding-top: 3px
2907
2770
  }
2908
- @media only screen and (min-device-width: 48em) {
2909
- .RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
2910
- font-size: 18px
2771
+ @media only screen and (min-device-width: 64em) {
2772
+ .HalfBlock-module_footer__1C0yp {
2773
+ max-width: 1000px;
2774
+ margin: auto;
2775
+ padding-top: 0;
2776
+
2777
+ border-top: 1px solid #e6e6e6
2911
2778
  }
2912
2779
  }
2913
- .RelatedBlock-module_simple__29HVO {
2914
- }
2915
- .RelatedBlock-module_center__1LmW8 {
2916
- max-width: 650px;
2917
- margin-right: auto;
2918
- margin-left: auto;
2780
+ .HalfBlock-module_image__2lYel {
2781
+ flex-grow: 1;
2782
+
2783
+ margin: 0 -20px 0;
2784
+ margin-top: 18px
2919
2785
  }
2920
- .RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
2921
- margin-top: 0;
2786
+ @media only screen and (min-device-width: 32em) {
2787
+ .HalfBlock-module_image__2lYel {
2788
+ margin: 31px 0 -5px
2922
2789
  }
2923
- .RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
2924
- margin-bottom: 0;
2790
+ }
2791
+ @media only screen and (min-device-width: 64em) {
2792
+ .HalfBlock-module_image__2lYel {
2793
+ width: 50%;
2794
+ margin: 0
2925
2795
  }
2796
+ }
2926
2797
  /* VISIBILITY */
2927
2798
  @media only screen and (min-device-width: 32em) {
2928
- .RelatedBlock-module_mobile__2XM5a {
2799
+ .HalfBlock-module_mobile__2latf {
2929
2800
  display: none
2930
2801
  }
2931
2802
  }
2932
- .RelatedBlock-module_desktop__2mXeq {
2803
+ .HalfBlock-module_desktop__3B1Ej {
2933
2804
  display: none
2934
2805
  }
2935
2806
  @media only screen and (min-device-width: 32em) {
2936
- .RelatedBlock-module_desktop__2mXeq {
2807
+ .HalfBlock-module_desktop__3B1Ej {
2937
2808
  display: block
2938
2809
  }
2939
2810
  }
2940
2811
 
2941
-
2942
2812
  /* Colors */
2943
2813
  /* Fonts */
2944
2814
  /* Gap */
@@ -3101,6 +2971,136 @@
3101
2971
  }
3102
2972
  }
3103
2973
 
2974
+ /* Colors */
2975
+ /* Fonts */
2976
+ /* Gap */
2977
+ /* Media */
2978
+ /* 512 */
2979
+ /* 650 */
2980
+ /* 768 */
2981
+ /* 1024 */
2982
+ /* 1010 */
2983
+ /* 1200 */
2984
+ /* 511 */
2985
+ /* 1023 */
2986
+ /* Zindex */
2987
+ .RelatedBlock-module_root__IKcQq {
2988
+ margin: 16px 0;
2989
+
2990
+ border-radius: 8px;
2991
+ background-color: #f5f5f5;
2992
+ box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
2993
+ }
2994
+ @media only screen and (min-device-width: 48em) {
2995
+ .RelatedBlock-module_root__IKcQq {
2996
+ margin: 25px 0
2997
+ }
2998
+ }
2999
+ .RelatedBlock-module_root__IKcQq:last-child {
3000
+ margin-bottom: 0;
3001
+ }
3002
+ .RelatedBlock-module_root__IKcQq:first-child {
3003
+ margin-top: 0;
3004
+ }
3005
+ .RelatedBlock-module_root__IKcQq a {
3006
+ display: block;
3007
+
3008
+ padding: 12px 12px 13px;
3009
+
3010
+ transition: color 0.15s;
3011
+ text-decoration: none;
3012
+
3013
+ color: #000;
3014
+ box-shadow: none;
3015
+
3016
+ font-size: 17px;
3017
+ line-height: 20px
3018
+ }
3019
+ @media only screen and (min-device-width: 48em) {
3020
+ .RelatedBlock-module_root__IKcQq a {
3021
+ padding: 15px 20px 17px;
3022
+
3023
+ font-size: 19px;
3024
+ line-height: 23px
3025
+ }
3026
+ }
3027
+ .RelatedBlock-module_root__IKcQq a:hover {
3028
+ color: #5c5c5c;
3029
+ }
3030
+ .RelatedBlock-module_header__2SuWP {
3031
+ margin: 0;
3032
+ padding: 14px 12px 3px;
3033
+
3034
+ letter-spacing: 1px;
3035
+ text-transform: uppercase;
3036
+
3037
+ color: #7F7F7F;
3038
+
3039
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3040
+ font-size: 12px;
3041
+ font-weight: 600;
3042
+ line-height: 17px
3043
+ }
3044
+ @media only screen and (min-device-width: 48em) {
3045
+ .RelatedBlock-module_header__2SuWP {
3046
+ padding: 20px 20px 14px;
3047
+
3048
+ font-size: 14px;
3049
+ line-height: 16px
3050
+ }
3051
+ }
3052
+ .RelatedBlock-module_items__2V-Ap {
3053
+ margin: 0;
3054
+ padding-left: 0;
3055
+
3056
+ list-style: none;
3057
+ }
3058
+ .RelatedBlock-module_items__2V-Ap li {
3059
+ padding: 0;
3060
+ }
3061
+ .RelatedBlock-module_items__2V-Ap li + li {
3062
+ border-top: 1px solid #e6e6e6;
3063
+ }
3064
+ .RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
3065
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3066
+ font-size: 16px;
3067
+ font-weight: 700;
3068
+ line-height: 18px
3069
+ }
3070
+ @media only screen and (min-device-width: 48em) {
3071
+ .RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
3072
+ font-size: 18px
3073
+ }
3074
+ }
3075
+ .RelatedBlock-module_simple__29HVO {
3076
+ }
3077
+ .RelatedBlock-module_center__1LmW8 {
3078
+ max-width: 650px;
3079
+ margin-right: auto;
3080
+ margin-left: auto;
3081
+ }
3082
+ .RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
3083
+ margin-top: 0;
3084
+ }
3085
+ .RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
3086
+ margin-bottom: 0;
3087
+ }
3088
+ /* VISIBILITY */
3089
+ @media only screen and (min-device-width: 32em) {
3090
+ .RelatedBlock-module_mobile__2XM5a {
3091
+ display: none
3092
+ }
3093
+ }
3094
+ .RelatedBlock-module_desktop__2mXeq {
3095
+ display: none
3096
+ }
3097
+ @media only screen and (min-device-width: 32em) {
3098
+ .RelatedBlock-module_desktop__2mXeq {
3099
+ display: block
3100
+ }
3101
+ }
3102
+
3103
+
3104
3104
  /* Colors */
3105
3105
  /* Fonts */
3106
3106
  /* Gap */
@@ -3731,176 +3731,74 @@ a mark {
3731
3731
 
3732
3732
  color: inherit;
3733
3733
  }
3734
- .SourceBlock-module_text__Si4vm {
3735
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3736
- }
3737
- .SourceBlock-module_text__Si4vm p {
3738
- margin: 0;
3739
-
3740
- font-size: 16px;
3741
- line-height: 22px
3742
- }
3743
- @media only screen and (min-device-width: 48em) {
3744
- .SourceBlock-module_text__Si4vm p {
3745
- font-size: 18px;
3746
- line-height: 26px
3747
- }
3748
- }
3749
- .SourceBlock-module_root__1P3XD p + p {
3750
- margin-top: 12px;
3751
- }
3752
- .SourceBlock-module_root__1P3XD footer {
3753
- margin-top: 12px;
3754
- padding-top: 10px;
3755
-
3756
- border-top: 1px solid #d6d6d6
3757
- }
3758
- @media only screen and (min-device-width: 48em) {
3759
- .SourceBlock-module_root__1P3XD footer {
3760
- margin-top: 18px;
3761
- padding-top: 12px
3762
- }
3763
- }
3764
- .SourceBlock-module_origin__l3JbO {
3765
- letter-spacing: 1px;
3766
- text-transform: uppercase;
3767
- pointer-events: none;
3768
-
3769
- color: #292929;
3770
-
3771
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3772
- font-size: 16px;
3773
- font-weight: bold;
3774
- font-style: normal;
3775
- line-height: 22px
3776
- }
3777
- @media only screen and (min-device-width: 48em) {
3778
- .SourceBlock-module_origin__l3JbO {
3779
- font-size: 18px;
3780
- line-height: 26px
3781
- }
3782
- }
3783
- .SourceBlock-module_center__3P93B {
3784
- max-width: 650px;
3785
- margin-right: auto;
3786
- margin-left: auto;
3787
- }
3788
- /* VISIBILITY */
3789
- @media only screen and (min-device-width: 32em) {
3790
- .SourceBlock-module_mobile__2gw4S {
3791
- display: none
3792
- }
3793
- }
3794
- .SourceBlock-module_desktop__DecT6 {
3795
- display: none
3796
- }
3797
- @media only screen and (min-device-width: 32em) {
3798
- .SourceBlock-module_desktop__DecT6 {
3799
- display: block
3800
- }
3801
- }
3802
-
3803
- /* Colors */
3804
- /* Fonts */
3805
- /* Gap */
3806
- /* Media */
3807
- /* 512 */
3808
- /* 650 */
3809
- /* 768 */
3810
- /* 1024 */
3811
- /* 1010 */
3812
- /* 1200 */
3813
- /* 511 */
3814
- /* 1023 */
3815
- /* Zindex */
3816
- .MetaItem-module_root__2VQom {
3817
- display: inline;
3818
-
3819
- margin-right: 15px;
3820
- }
3821
- .MetaItem-module_root__2VQom > svg {
3822
- display: inline-block;
3823
-
3824
- margin-right: 1px;
3825
-
3826
- vertical-align: top;
3827
-
3828
- color: inherit;
3829
-
3830
- fill: currentColor;
3831
- }
3832
- .MetaItem-module_root__2VQom a {
3833
- display: inline;
3834
-
3835
- text-decoration: underline;
3836
-
3837
- color: inherit;
3838
-
3839
- -webkit-text-decoration-skip: auto;
3840
- }
3841
- .MetaItem-module_root__2VQom a:hover {
3842
- color: #b88b59;
3843
- }
3844
- .MetaItem-module_hasBullets__CkQPI {
3845
- margin-right: 0;
3734
+ .SourceBlock-module_text__Si4vm {
3735
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3846
3736
  }
3847
- .MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
3848
- display: inline-block;
3849
-
3850
- padding-right: 0.4em;
3851
- padding-left: 0.4em;
3737
+ .SourceBlock-module_text__Si4vm p {
3738
+ margin: 0;
3852
3739
 
3853
- content: '\B7';
3740
+ font-size: 16px;
3741
+ line-height: 22px
3854
3742
  }
3855
- @media only screen and (max-device-width: 32.1875em) {
3856
- .MetaItem-module_hasSource__1DmCI {
3857
- width: 100%;
3858
- margin-top: 3px;
3859
- margin-bottom: 3px
3743
+ @media only screen and (min-device-width: 48em) {
3744
+ .SourceBlock-module_text__Si4vm p {
3745
+ font-size: 18px;
3746
+ line-height: 26px
3860
3747
  }
3861
3748
  }
3862
- @media only screen and (max-device-width: 32.1875em) {
3863
- .MetaItem-module_hasSource__1DmCI:first-child {
3864
- margin-top: 0
3749
+ .SourceBlock-module_root__1P3XD p + p {
3750
+ margin-top: 12px;
3865
3751
  }
3866
- }
3867
- .MetaItem-module_hasSource__1DmCI:last-child {
3868
- margin-bottom: 0;
3752
+ .SourceBlock-module_root__1P3XD footer {
3753
+ margin-top: 12px;
3754
+ padding-top: 10px;
3755
+
3756
+ border-top: 1px solid #d6d6d6
3869
3757
  }
3870
- @media only screen and (max-device-width: 32.1875em) {
3871
- .MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
3872
- display: none
3758
+ @media only screen and (min-device-width: 48em) {
3759
+ .SourceBlock-module_root__1P3XD footer {
3760
+ margin-top: 18px;
3761
+ padding-top: 12px
3873
3762
  }
3874
3763
  }
3875
- @media only screen and (max-device-width: 32.1875em) {
3876
- .MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
3877
- .MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
3878
- display: inline-block
3764
+ .SourceBlock-module_origin__l3JbO {
3765
+ letter-spacing: 1px;
3766
+ text-transform: uppercase;
3767
+ pointer-events: none;
3768
+
3769
+ color: #292929;
3770
+
3771
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3772
+ font-size: 16px;
3773
+ font-weight: bold;
3774
+ font-style: normal;
3775
+ line-height: 22px
3879
3776
  }
3880
- }
3881
- @media only screen and (max-device-width: 32.1875em) {
3882
- .MetaItem-module_datetime__3tOWm,
3883
- .MetaItem-module_listened__lwvAO,
3884
- .MetaItem-module_read__5eAIG {
3885
- width: auto
3777
+ @media only screen and (min-device-width: 48em) {
3778
+ .SourceBlock-module_origin__l3JbO {
3779
+ font-size: 18px;
3780
+ line-height: 26px
3886
3781
  }
3887
3782
  }
3888
- @media only screen and (max-device-width: 32.1875em) {
3889
- .MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
3890
- order: -2
3783
+ .SourceBlock-module_center__3P93B {
3784
+ max-width: 650px;
3785
+ margin-right: auto;
3786
+ margin-left: auto;
3891
3787
  }
3892
- }
3893
- @media only screen and (max-device-width: 32.1875em) {
3894
- .MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
3895
- .MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
3896
- order: -1;
3897
-
3898
- margin-top: 0
3788
+ /* VISIBILITY */
3789
+ @media only screen and (min-device-width: 32em) {
3790
+ .SourceBlock-module_mobile__2gw4S {
3791
+ display: none
3899
3792
  }
3900
3793
  }
3901
- .MetaItem-module_read__5eAIG svg {
3902
- margin-top: -1px;
3794
+ .SourceBlock-module_desktop__DecT6 {
3795
+ display: none
3796
+ }
3797
+ @media only screen and (min-device-width: 32em) {
3798
+ .SourceBlock-module_desktop__DecT6 {
3799
+ display: block
3903
3800
  }
3801
+ }
3904
3802
 
3905
3803
  /* Colors */
3906
3804
  /* Fonts */
@@ -3937,6 +3835,7 @@ a mark {
3937
3835
  .Spoiler-module_root__1OfSR::before,
3938
3836
  .Spoiler-module_root__1OfSR::after {
3939
3837
  position: absolute;
3838
+ z-index: 10;
3940
3839
  left: 50%;
3941
3840
 
3942
3841
  width: 100%;
@@ -4061,6 +3960,7 @@ a mark {
4061
3960
  .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
4062
3961
  position: static;
4063
3962
 
3963
+ width: 100%;
4064
3964
  margin-right: auto;
4065
3965
  margin-left: auto;
4066
3966
  padding: 0;
@@ -4175,6 +4075,108 @@ a mark {
4175
4075
  }
4176
4076
  }
4177
4077
 
4078
+ /* Colors */
4079
+ /* Fonts */
4080
+ /* Gap */
4081
+ /* Media */
4082
+ /* 512 */
4083
+ /* 650 */
4084
+ /* 768 */
4085
+ /* 1024 */
4086
+ /* 1010 */
4087
+ /* 1200 */
4088
+ /* 511 */
4089
+ /* 1023 */
4090
+ /* Zindex */
4091
+ .MetaItem-module_root__2VQom {
4092
+ display: inline;
4093
+
4094
+ margin-right: 15px;
4095
+ }
4096
+ .MetaItem-module_root__2VQom > svg {
4097
+ display: inline-block;
4098
+
4099
+ margin-right: 1px;
4100
+
4101
+ vertical-align: top;
4102
+
4103
+ color: inherit;
4104
+
4105
+ fill: currentColor;
4106
+ }
4107
+ .MetaItem-module_root__2VQom a {
4108
+ display: inline;
4109
+
4110
+ text-decoration: underline;
4111
+
4112
+ color: inherit;
4113
+
4114
+ -webkit-text-decoration-skip: auto;
4115
+ }
4116
+ .MetaItem-module_root__2VQom a:hover {
4117
+ color: #b88b59;
4118
+ }
4119
+ .MetaItem-module_hasBullets__CkQPI {
4120
+ margin-right: 0;
4121
+ }
4122
+ .MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
4123
+ display: inline-block;
4124
+
4125
+ padding-right: 0.4em;
4126
+ padding-left: 0.4em;
4127
+
4128
+ content: '\B7';
4129
+ }
4130
+ @media only screen and (max-device-width: 32.1875em) {
4131
+ .MetaItem-module_hasSource__1DmCI {
4132
+ width: 100%;
4133
+ margin-top: 3px;
4134
+ margin-bottom: 3px
4135
+ }
4136
+ }
4137
+ @media only screen and (max-device-width: 32.1875em) {
4138
+ .MetaItem-module_hasSource__1DmCI:first-child {
4139
+ margin-top: 0
4140
+ }
4141
+ }
4142
+ .MetaItem-module_hasSource__1DmCI:last-child {
4143
+ margin-bottom: 0;
4144
+ }
4145
+ @media only screen and (max-device-width: 32.1875em) {
4146
+ .MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
4147
+ display: none
4148
+ }
4149
+ }
4150
+ @media only screen and (max-device-width: 32.1875em) {
4151
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
4152
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
4153
+ display: inline-block
4154
+ }
4155
+ }
4156
+ @media only screen and (max-device-width: 32.1875em) {
4157
+ .MetaItem-module_datetime__3tOWm,
4158
+ .MetaItem-module_listened__lwvAO,
4159
+ .MetaItem-module_read__5eAIG {
4160
+ width: auto
4161
+ }
4162
+ }
4163
+ @media only screen and (max-device-width: 32.1875em) {
4164
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
4165
+ order: -2
4166
+ }
4167
+ }
4168
+ @media only screen and (max-device-width: 32.1875em) {
4169
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
4170
+ .MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
4171
+ order: -1;
4172
+
4173
+ margin-top: 0
4174
+ }
4175
+ }
4176
+ .MetaItem-module_read__5eAIG svg {
4177
+ margin-top: -1px;
4178
+ }
4179
+
4178
4180
  /* stylelint-disable declaration-empty-line-before */
4179
4181
  /* Colors */
4180
4182
  /* Fonts */
@@ -4359,34 +4361,6 @@ a mark {
4359
4361
  }
4360
4362
  }
4361
4363
 
4362
- /* stylelint-disable declaration-empty-line-before */
4363
- /* Colors */
4364
- /* Fonts */
4365
- /* Gap */
4366
- /* Media */
4367
- /* 512 */
4368
- /* 650 */
4369
- /* 768 */
4370
- /* 1024 */
4371
- /* 1010 */
4372
- /* 1200 */
4373
- /* 511 */
4374
- /* 1023 */
4375
- /* Zindex */
4376
- .DocumentItemsCount-module_root__P3q-z {
4377
- display: inline;
4378
-
4379
- line-height: inherit;
4380
- }
4381
- .DocumentItemsCount-module_root__P3q-z svg {
4382
- vertical-align: top;
4383
- }
4384
- .DocumentItemsCount-module_items__3pfxW {
4385
- margin-left: 1px;
4386
-
4387
- vertical-align: top;
4388
- }
4389
-
4390
4364
  /* Colors */
4391
4365
  /* Fonts */
4392
4366
  /* Gap */
@@ -4485,6 +4459,34 @@ a mark {
4485
4459
  fill: currentColor;
4486
4460
  }
4487
4461
 
4462
+ /* stylelint-disable declaration-empty-line-before */
4463
+ /* Colors */
4464
+ /* Fonts */
4465
+ /* Gap */
4466
+ /* Media */
4467
+ /* 512 */
4468
+ /* 650 */
4469
+ /* 768 */
4470
+ /* 1024 */
4471
+ /* 1010 */
4472
+ /* 1200 */
4473
+ /* 511 */
4474
+ /* 1023 */
4475
+ /* Zindex */
4476
+ .DocumentItemsCount-module_root__P3q-z {
4477
+ display: inline;
4478
+
4479
+ line-height: inherit;
4480
+ }
4481
+ .DocumentItemsCount-module_root__P3q-z svg {
4482
+ vertical-align: top;
4483
+ }
4484
+ .DocumentItemsCount-module_items__3pfxW {
4485
+ margin-left: 1px;
4486
+
4487
+ vertical-align: top;
4488
+ }
4489
+
4488
4490
  /* Colors */
4489
4491
  /* Fonts */
4490
4492
  /* Gap */