@meduza/ui-kit-2 0.1.95 → 0.1.97

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
@@ -460,6 +460,90 @@
460
460
  }
461
461
  }
462
462
 
463
+ /* Colors */
464
+ /* Fonts */
465
+ /* Gap */
466
+ /* Media */
467
+ /* 512 */
468
+ /* 650 */
469
+ /* 768 */
470
+ /* 1024 */
471
+ /* 1010 */
472
+ /* 1200 */
473
+ /* 511 */
474
+ /* 1023 */
475
+ /* Zindex */
476
+ .Image-module_root__1vsA_ {
477
+ position: relative;
478
+ z-index: 1;
479
+
480
+ display: block;
481
+ overflow: hidden;
482
+ transition: background-color 250ms ease;
483
+
484
+ background-color: #f2f2f2
485
+ }
486
+ @media only screen and (min-width: 32em) {
487
+ .Image-module_root__1vsA_ {
488
+ border-radius: inherit
489
+ }
490
+ }
491
+ .Image-module_root__1vsA_ img {
492
+ position: absolute;
493
+ top: 0;
494
+ left: 0;
495
+
496
+ width: 100%;
497
+ height: 100%;
498
+ }
499
+ .Image-module_isLoaded__3XhU5 {
500
+ background-color: transparent;
501
+ }
502
+ .Image-module_wrapper__3fLjs {
503
+ display: block;
504
+
505
+ width: 100%;
506
+
507
+ background-repeat: no-repeat;
508
+ background-size: 100% auto;
509
+ }
510
+ .Image-module_fullscreen__29apx picture {
511
+ cursor: pointer;
512
+ }
513
+ .Image-module_fullscreen__29apx picture:hover::after {
514
+ opacity: 1;
515
+ }
516
+ .Image-module_fullscreen__29apx picture::after {
517
+ position: absolute;
518
+ right: 12px;
519
+ bottom: 12px;
520
+
521
+ width: 40px;
522
+ height: 40px;
523
+
524
+ transition: opacity 250ms ease;
525
+ pointer-events: none;
526
+
527
+ opacity: 0;
528
+ border: 0.5px solid rgba(255, 255, 255, 0.15);
529
+ border-radius: 20px;
530
+ background-color: rgba(0, 0, 0, 0.7);
531
+ 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");
532
+ background-repeat: no-repeat;
533
+ background-position: center
534
+ }
535
+ @media only screen and (min-width: 64em) {
536
+ .Image-module_fullscreen__29apx picture::after {
537
+ content: ''
538
+ }
539
+ }
540
+ [data-input='mouse'] .Image-module_wrapper__3fLjs {
541
+ outline: none;
542
+ }
543
+ .Image-module_dark__3o0nU {
544
+ background-color: transparent;
545
+ }
546
+
463
547
  /* Colors */
464
548
  /* Fonts */
465
549
  /* Gap */
@@ -624,90 +708,6 @@
624
708
  box-shadow: inset 0 0 0 1px #323232;
625
709
  }
626
710
 
627
- /* Colors */
628
- /* Fonts */
629
- /* Gap */
630
- /* Media */
631
- /* 512 */
632
- /* 650 */
633
- /* 768 */
634
- /* 1024 */
635
- /* 1010 */
636
- /* 1200 */
637
- /* 511 */
638
- /* 1023 */
639
- /* Zindex */
640
- .Image-module_root__1vsA_ {
641
- position: relative;
642
- z-index: 1;
643
-
644
- display: block;
645
- overflow: hidden;
646
- transition: background-color 250ms ease;
647
-
648
- background-color: #f2f2f2
649
- }
650
- @media only screen and (min-width: 32em) {
651
- .Image-module_root__1vsA_ {
652
- border-radius: inherit
653
- }
654
- }
655
- .Image-module_root__1vsA_ img {
656
- position: absolute;
657
- top: 0;
658
- left: 0;
659
-
660
- width: 100%;
661
- height: 100%;
662
- }
663
- .Image-module_isLoaded__3XhU5 {
664
- background-color: transparent;
665
- }
666
- .Image-module_wrapper__3fLjs {
667
- display: block;
668
-
669
- width: 100%;
670
-
671
- background-repeat: no-repeat;
672
- background-size: 100% auto;
673
- }
674
- .Image-module_fullscreen__29apx picture {
675
- cursor: pointer;
676
- }
677
- .Image-module_fullscreen__29apx picture:hover::after {
678
- opacity: 1;
679
- }
680
- .Image-module_fullscreen__29apx picture::after {
681
- position: absolute;
682
- right: 12px;
683
- bottom: 12px;
684
-
685
- width: 40px;
686
- height: 40px;
687
-
688
- transition: opacity 250ms ease;
689
- pointer-events: none;
690
-
691
- opacity: 0;
692
- border: 0.5px solid rgba(255, 255, 255, 0.15);
693
- border-radius: 20px;
694
- background-color: rgba(0, 0, 0, 0.7);
695
- background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.197 10.207V3.763h-6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.793 4.166l-6.173 6.172' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.803 13.733v6.444h6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.207 19.774l6.173-6.171' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
696
- background-repeat: no-repeat;
697
- background-position: center
698
- }
699
- @media only screen and (min-width: 64em) {
700
- .Image-module_fullscreen__29apx picture::after {
701
- content: ''
702
- }
703
- }
704
- [data-input='mouse'] .Image-module_wrapper__3fLjs {
705
- outline: none;
706
- }
707
- .Image-module_dark__3o0nU {
708
- background-color: transparent;
709
- }
710
-
711
711
  /* Colors */
712
712
  /* Fonts */
713
713
  /* Gap */
@@ -887,192 +887,38 @@
887
887
  /* 511 */
888
888
  /* 1023 */
889
889
  /* Zindex */
890
- .Lazy-module_root__2Z72l {
891
- display: block;
892
- }
893
-
894
- /* Colors */
895
- /* Fonts */
896
- /* Gap */
897
- /* Media */
898
- /* 512 */
899
- /* 650 */
900
- /* 768 */
901
- /* 1024 */
902
- /* 1010 */
903
- /* 1200 */
904
- /* 511 */
905
- /* 1023 */
906
- /* Zindex */
907
- .Tag-module_root__3IqWC {
908
- display: inline-block;
909
-
910
- cursor: default;
911
- -webkit-user-select: none;
912
- -moz-user-select: none;
913
- -ms-user-select: none;
914
- user-select: none;
915
- vertical-align: middle;
916
- letter-spacing: 1px;
917
- text-transform: uppercase;
918
-
919
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
920
- font-size: 12px;
921
- font-weight: 600;
922
- line-height: 12px;
923
- }
924
- .Tag-module_small__2IAb7 {
925
- font-size: 12px;
926
- line-height: 12px
890
+ .Table-module_root__1VsG6 {
891
+ margin: 15px 0
927
892
  }
928
- @media only screen and (min-width: 64em) {
929
- .Tag-module_small__2IAb7 {
930
- line-height: 14px
893
+ @media only screen and (min-width: 32em) {
894
+ .Table-module_root__1VsG6 {
895
+ margin: 25px auto 20px
931
896
  }
932
897
  }
898
+ .Table-module_card__3gbok .Table-module_table__nZIkV,
899
+ .Table-module_slide__nSGPC .Table-module_table__nZIkV {
900
+ margin-right: -11px;
901
+ margin-left: -11px
902
+ }
933
903
  @media only screen and (min-width: 64em) {
934
- .Tag-module_large__22z_o {
935
- letter-spacing: 1px;
936
-
937
- font-size: 14px;
938
- line-height: 16px
904
+ .Table-module_card__3gbok .Table-module_table__nZIkV,
905
+ .Table-module_slide__nSGPC .Table-module_table__nZIkV {
906
+ margin-right: 0;
907
+ margin-left: 0
939
908
  }
940
909
  }
941
- .Tag-module_dark__sgnt1 {
942
- color: #000;
943
- }
944
- .Tag-module_light__1zUhp {
945
- color: #fff;
946
- }
947
- .Tag-module_gold__2ksA7 {
948
- color: #b88b59;
910
+ .Table-module_card__3gbok .Table-module_wrapper__1YTKM::after,
911
+ .Table-module_slide__nSGPC .Table-module_wrapper__1YTKM::after {
912
+ right: -11px;
949
913
  }
950
- .Tag-module_gray__mGAO_ {
951
- color: #757575;
914
+ .Table-module_root__1VsG6:first-child {
915
+ margin-top: 0;
952
916
  }
953
- .Tag-module_inherit__2QB5U {
954
- color: inherit;
917
+ .Table-module_root__1VsG6:last-child {
918
+ margin-bottom: 0;
955
919
  }
956
- @media only screen and (min-width: 64em) {
957
- .Tag-module_is1to1__3EDbC,
958
- .Tag-module_is1to2__3xbC6,
959
- .Tag-module_isInSuperBlock__38JE0 {
960
- letter-spacing: 1px;
961
-
962
- font-size: 12px;
963
- line-height: 20px
964
- }
965
- }
966
- @media only screen and (min-width: 64em) {
967
- .Tag-module_is1to3__3j5K-,
968
- .Tag-module_is1to4__2vq4r {
969
- letter-spacing: 0.5px;
970
-
971
- font-size: 10px;
972
- line-height: 15px
973
- }
974
- }
975
- @media only screen and (min-width: 32em) {
976
- .Tag-module_slide__2nMDw,
977
- .Tag-module_game__3j5yG {
978
- width: 100%;
979
-
980
- text-align: center
981
- }
982
- }
983
- .Tag-module_richRelated__2vbQQ {
984
- font-size: 12px;
985
- line-height: 17px
986
- }
987
- @media only screen and (min-width: 64em) {
988
- .Tag-module_richRelated__2vbQQ {
989
- font-size: 14px;
990
- line-height: 20px
991
- }
992
- }
993
- .Tag-module_slide__2nMDw,
994
- .Tag-module_game__3j5yG,
995
- .Tag-module_card__1EAeF,
996
- .Tag-module_live__rwXuR,
997
- .Tag-module_episode__3o6gg,
998
- .Tag-module_podcast__VPoll,
999
- .Tag-module_rich__2URd9,
1000
- .Tag-module_isInDynamicBlock__1YM9I {
1001
- margin-bottom: 6px;
1002
-
1003
- line-height: 10px
1004
- }
1005
- @media only screen and (min-width: 32em) {
1006
- .Tag-module_slide__2nMDw,
1007
- .Tag-module_game__3j5yG,
1008
- .Tag-module_card__1EAeF,
1009
- .Tag-module_live__rwXuR,
1010
- .Tag-module_episode__3o6gg,
1011
- .Tag-module_podcast__VPoll,
1012
- .Tag-module_rich__2URd9,
1013
- .Tag-module_isInDynamicBlock__1YM9I {
1014
- margin-bottom: 10px
1015
- }
1016
- }
1017
- @media only screen and (min-width: 32em) {
1018
- .Tag-module_mobile__QQxuv {
1019
- display: none
1020
- }
1021
- }
1022
- .Tag-module_desktop__1Bjsy {
1023
- display: none
1024
- }
1025
- @media only screen and (min-width: 32em) {
1026
- .Tag-module_desktop__1Bjsy {
1027
- display: block
1028
- }
1029
- }
1030
-
1031
- /* Colors */
1032
- /* Fonts */
1033
- /* Gap */
1034
- /* Media */
1035
- /* 512 */
1036
- /* 650 */
1037
- /* 768 */
1038
- /* 1024 */
1039
- /* 1010 */
1040
- /* 1200 */
1041
- /* 511 */
1042
- /* 1023 */
1043
- /* Zindex */
1044
- .Table-module_root__1VsG6 {
1045
- margin: 15px 0
1046
- }
1047
- @media only screen and (min-width: 32em) {
1048
- .Table-module_root__1VsG6 {
1049
- margin: 25px auto 20px
1050
- }
1051
- }
1052
- .Table-module_card__3gbok .Table-module_table__nZIkV,
1053
- .Table-module_slide__nSGPC .Table-module_table__nZIkV {
1054
- margin-right: -11px;
1055
- margin-left: -11px
1056
- }
1057
- @media only screen and (min-width: 64em) {
1058
- .Table-module_card__3gbok .Table-module_table__nZIkV,
1059
- .Table-module_slide__nSGPC .Table-module_table__nZIkV {
1060
- margin-right: 0;
1061
- margin-left: 0
1062
- }
1063
- }
1064
- .Table-module_card__3gbok .Table-module_wrapper__1YTKM::after,
1065
- .Table-module_slide__nSGPC .Table-module_wrapper__1YTKM::after {
1066
- right: -11px;
1067
- }
1068
- .Table-module_root__1VsG6:first-child {
1069
- margin-top: 0;
1070
- }
1071
- .Table-module_root__1VsG6:last-child {
1072
- margin-bottom: 0;
1073
- }
1074
- .Table-module_table__nZIkV {
1075
- position: relative;
920
+ .Table-module_table__nZIkV {
921
+ position: relative;
1076
922
 
1077
923
  overflow-y: hidden;
1078
924
 
@@ -1339,93 +1185,247 @@
1339
1185
  /* 511 */
1340
1186
  /* 1023 */
1341
1187
  /* Zindex */
1342
- .MediaCaption-module_root__KqTdw {
1343
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1188
+ .Lazy-module_root__2Z72l {
1189
+ display: block;
1344
1190
  }
1345
- .MediaCaption-module_root__KqTdw a {
1346
- text-decoration: underline;
1347
1191
 
1348
- color: inherit;
1349
- box-shadow: none;
1350
- }
1351
- .MediaCaption-module_root__KqTdw a:hover {
1352
- color: #b88b58;
1353
- }
1354
- .MediaCaption-module_caption__1hr7Y {
1355
- max-width: 520px;
1356
- padding-top: calc(4rem / 16);
1192
+ /* Colors */
1193
+ /* Fonts */
1194
+ /* Gap */
1195
+ /* Media */
1196
+ /* 512 */
1197
+ /* 650 */
1198
+ /* 768 */
1199
+ /* 1024 */
1200
+ /* 1010 */
1201
+ /* 1200 */
1202
+ /* 511 */
1203
+ /* 1023 */
1204
+ /* Zindex */
1205
+ .Tag-module_root__3IqWC {
1206
+ display: inline-block;
1357
1207
 
1358
- color: #1a1a1a;
1208
+ cursor: default;
1209
+ -webkit-user-select: none;
1210
+ -moz-user-select: none;
1211
+ -ms-user-select: none;
1212
+ user-select: none;
1213
+ vertical-align: middle;
1214
+ letter-spacing: 1px;
1215
+ text-transform: uppercase;
1359
1216
 
1360
- font-size: calc(14rem / 16);
1361
- line-height: calc(18rem / 16)
1217
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1218
+ font-size: 12px;
1219
+ font-weight: 600;
1220
+ line-height: 12px;
1362
1221
  }
1363
- @media only screen and (min-width: 32em) {
1364
- .MediaCaption-module_caption__1hr7Y {
1365
- padding-top: 4px;
1366
- font-size: 16px;
1367
- line-height: 22px
1222
+ .Tag-module_small__2IAb7 {
1223
+ font-size: 12px;
1224
+ line-height: 12px
1225
+ }
1226
+ @media only screen and (min-width: 64em) {
1227
+ .Tag-module_small__2IAb7 {
1228
+ line-height: 14px
1368
1229
  }
1369
1230
  }
1370
- .MediaCaption-module_credit__3ehAP {
1371
- max-width: 520px;
1372
- padding-top: 1px;
1373
-
1374
- color: #666;
1231
+ @media only screen and (min-width: 64em) {
1232
+ .Tag-module_large__22z_o {
1233
+ letter-spacing: 1px;
1375
1234
 
1376
- font-size: calc(12rem / 16);
1377
- line-height: 1rem
1378
- }
1379
- @media only screen and (min-width: 32em) {
1380
- .MediaCaption-module_credit__3ehAP {
1381
- padding-top: 3px
1235
+ font-size: 14px;
1236
+ line-height: 16px
1382
1237
  }
1383
1238
  }
1384
- .MediaCaption-module_credit__3ehAP:first-child {
1385
- padding-top: calc(3rem / 16)
1386
- }
1387
- @media only screen and (min-width: 32em) {
1388
- .MediaCaption-module_credit__3ehAP:first-child {
1389
- padding-top: 3px
1239
+ .Tag-module_dark__sgnt1 {
1240
+ color: #000;
1390
1241
  }
1391
- }
1392
- .MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
1242
+ .Tag-module_light__1zUhp {
1393
1243
  color: #fff;
1394
1244
  }
1395
- .MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
1396
- color: #929292;
1245
+ .Tag-module_gold__2ksA7 {
1246
+ color: #b88b59;
1397
1247
  }
1398
- .MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
1399
- .MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
1400
- padding-top: calc(10rem / 16)
1248
+ .Tag-module_gray__mGAO_ {
1249
+ color: #757575;
1401
1250
  }
1402
- @media only screen and (min-width: 32em) {
1403
- .MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
1404
- .MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
1405
- padding-top: 12px
1251
+ .Tag-module_inherit__2QB5U {
1252
+ color: inherit;
1253
+ }
1254
+ @media only screen and (min-width: 64em) {
1255
+ .Tag-module_is1to1__3EDbC,
1256
+ .Tag-module_is1to2__3xbC6,
1257
+ .Tag-module_isInSuperBlock__38JE0 {
1258
+ letter-spacing: 1px;
1259
+
1260
+ font-size: 12px;
1261
+ line-height: 20px
1406
1262
  }
1407
1263
  }
1408
- .MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
1409
- .MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
1410
- padding-top: calc(9rem / 16)
1264
+ @media only screen and (min-width: 64em) {
1265
+ .Tag-module_is1to3__3j5K-,
1266
+ .Tag-module_is1to4__2vq4r {
1267
+ letter-spacing: 0.5px;
1268
+
1269
+ font-size: 10px;
1270
+ line-height: 15px
1411
1271
  }
1272
+ }
1412
1273
  @media only screen and (min-width: 32em) {
1413
- .MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
1414
- .MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
1415
- padding-top: 11px
1274
+ .Tag-module_slide__2nMDw,
1275
+ .Tag-module_game__3j5yG {
1276
+ width: 100%;
1277
+
1278
+ text-align: center
1416
1279
  }
1417
1280
  }
1418
- .MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
1419
- .MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
1420
- .MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
1421
- .MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
1422
- .MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
1423
- .MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
1424
- max-width: 650px;
1281
+ .Tag-module_richRelated__2vbQQ {
1282
+ font-size: 12px;
1283
+ line-height: 17px
1425
1284
  }
1426
- /* Dark theme */
1427
- .MediaCaption-module_isDark__38TtC .MediaCaption-module_caption__1hr7Y {
1428
- color: #d9d9d9;
1285
+ @media only screen and (min-width: 64em) {
1286
+ .Tag-module_richRelated__2vbQQ {
1287
+ font-size: 14px;
1288
+ line-height: 20px
1289
+ }
1290
+ }
1291
+ .Tag-module_slide__2nMDw,
1292
+ .Tag-module_game__3j5yG,
1293
+ .Tag-module_card__1EAeF,
1294
+ .Tag-module_live__rwXuR,
1295
+ .Tag-module_episode__3o6gg,
1296
+ .Tag-module_podcast__VPoll,
1297
+ .Tag-module_rich__2URd9,
1298
+ .Tag-module_isInDynamicBlock__1YM9I {
1299
+ margin-bottom: 6px;
1300
+
1301
+ line-height: 10px
1302
+ }
1303
+ @media only screen and (min-width: 32em) {
1304
+ .Tag-module_slide__2nMDw,
1305
+ .Tag-module_game__3j5yG,
1306
+ .Tag-module_card__1EAeF,
1307
+ .Tag-module_live__rwXuR,
1308
+ .Tag-module_episode__3o6gg,
1309
+ .Tag-module_podcast__VPoll,
1310
+ .Tag-module_rich__2URd9,
1311
+ .Tag-module_isInDynamicBlock__1YM9I {
1312
+ margin-bottom: 10px
1313
+ }
1314
+ }
1315
+ @media only screen and (min-width: 32em) {
1316
+ .Tag-module_mobile__QQxuv {
1317
+ display: none
1318
+ }
1319
+ }
1320
+ .Tag-module_desktop__1Bjsy {
1321
+ display: none
1322
+ }
1323
+ @media only screen and (min-width: 32em) {
1324
+ .Tag-module_desktop__1Bjsy {
1325
+ display: block
1326
+ }
1327
+ }
1328
+
1329
+ /* Colors */
1330
+ /* Fonts */
1331
+ /* Gap */
1332
+ /* Media */
1333
+ /* 512 */
1334
+ /* 650 */
1335
+ /* 768 */
1336
+ /* 1024 */
1337
+ /* 1010 */
1338
+ /* 1200 */
1339
+ /* 511 */
1340
+ /* 1023 */
1341
+ /* Zindex */
1342
+ .MediaCaption-module_root__KqTdw {
1343
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1344
+ }
1345
+ .MediaCaption-module_root__KqTdw a {
1346
+ text-decoration: underline;
1347
+
1348
+ color: inherit;
1349
+ box-shadow: none;
1350
+ }
1351
+ .MediaCaption-module_root__KqTdw a:hover {
1352
+ color: #b88b58;
1353
+ }
1354
+ .MediaCaption-module_caption__1hr7Y {
1355
+ max-width: 520px;
1356
+ padding-top: calc(4rem / 16);
1357
+
1358
+ color: #1a1a1a;
1359
+
1360
+ font-size: calc(14rem / 16);
1361
+ line-height: calc(18rem / 16)
1362
+ }
1363
+ @media only screen and (min-width: 32em) {
1364
+ .MediaCaption-module_caption__1hr7Y {
1365
+ padding-top: 4px;
1366
+ font-size: 16px;
1367
+ line-height: 22px
1368
+ }
1369
+ }
1370
+ .MediaCaption-module_credit__3ehAP {
1371
+ max-width: 520px;
1372
+ padding-top: 1px;
1373
+
1374
+ color: #666;
1375
+
1376
+ font-size: calc(12rem / 16);
1377
+ line-height: 1rem
1378
+ }
1379
+ @media only screen and (min-width: 32em) {
1380
+ .MediaCaption-module_credit__3ehAP {
1381
+ padding-top: 3px
1382
+ }
1383
+ }
1384
+ .MediaCaption-module_credit__3ehAP:first-child {
1385
+ padding-top: calc(3rem / 16)
1386
+ }
1387
+ @media only screen and (min-width: 32em) {
1388
+ .MediaCaption-module_credit__3ehAP:first-child {
1389
+ padding-top: 3px
1390
+ }
1391
+ }
1392
+ .MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
1393
+ color: #fff;
1394
+ }
1395
+ .MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
1396
+ color: #929292;
1397
+ }
1398
+ .MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
1399
+ .MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
1400
+ padding-top: calc(10rem / 16)
1401
+ }
1402
+ @media only screen and (min-width: 32em) {
1403
+ .MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
1404
+ .MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
1405
+ padding-top: 12px
1406
+ }
1407
+ }
1408
+ .MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
1409
+ .MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
1410
+ padding-top: calc(9rem / 16)
1411
+ }
1412
+ @media only screen and (min-width: 32em) {
1413
+ .MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
1414
+ .MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
1415
+ padding-top: 11px
1416
+ }
1417
+ }
1418
+ .MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
1419
+ .MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
1420
+ .MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
1421
+ .MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
1422
+ .MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
1423
+ .MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
1424
+ max-width: 650px;
1425
+ }
1426
+ /* Dark theme */
1427
+ .MediaCaption-module_isDark__38TtC .MediaCaption-module_caption__1hr7Y {
1428
+ color: #d9d9d9;
1429
1429
  }
1430
1430
  .MediaCaption-module_isDark__38TtC .MediaCaption-module_credit__3ehAP {
1431
1431
  color: #757575;
@@ -1624,50 +1624,6 @@
1624
1624
  }
1625
1625
  }
1626
1626
 
1627
- /* Colors */
1628
- /* Fonts */
1629
- /* Gap */
1630
- /* Media */
1631
- /* 512 */
1632
- /* 650 */
1633
- /* 768 */
1634
- /* 1024 */
1635
- /* 1010 */
1636
- /* 1200 */
1637
- /* 511 */
1638
- /* 1023 */
1639
- /* Zindex */
1640
- .MaterialTitle-module_root__18ku- {
1641
- display: block;
1642
- }
1643
- .MaterialTitle-module_root__18ku- {
1644
- margin: 0;
1645
-
1646
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1647
- font-size: 25px;
1648
- font-weight: normal;
1649
- line-height: 27px
1650
- }
1651
- @media only screen and (min-width: 48em) {
1652
- .MaterialTitle-module_root__18ku- {
1653
- font-size: 37px;
1654
- line-height: 38px
1655
- }
1656
- }
1657
- .MaterialTitle-module_primary__2Sfmx {
1658
- font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
1659
- font-weight: normal;
1660
- }
1661
- .MaterialTitle-module_secondary__3uDp4 {
1662
- font-size: 24px;
1663
- font-weight: 700
1664
- }
1665
- @media only screen and (min-width: 48em) {
1666
- .MaterialTitle-module_secondary__3uDp4 {
1667
- font-size: 36px
1668
- }
1669
- }
1670
-
1671
1627
  /* Colors */
1672
1628
  /* Fonts */
1673
1629
  /* Gap */
@@ -1756,6 +1712,50 @@
1756
1712
  content: '';
1757
1713
  }
1758
1714
 
1715
+ /* Colors */
1716
+ /* Fonts */
1717
+ /* Gap */
1718
+ /* Media */
1719
+ /* 512 */
1720
+ /* 650 */
1721
+ /* 768 */
1722
+ /* 1024 */
1723
+ /* 1010 */
1724
+ /* 1200 */
1725
+ /* 511 */
1726
+ /* 1023 */
1727
+ /* Zindex */
1728
+ .MaterialTitle-module_root__18ku- {
1729
+ display: block;
1730
+ }
1731
+ .MaterialTitle-module_root__18ku- {
1732
+ margin: 0;
1733
+
1734
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1735
+ font-size: 25px;
1736
+ font-weight: normal;
1737
+ line-height: 27px
1738
+ }
1739
+ @media only screen and (min-width: 48em) {
1740
+ .MaterialTitle-module_root__18ku- {
1741
+ font-size: 37px;
1742
+ line-height: 38px
1743
+ }
1744
+ }
1745
+ .MaterialTitle-module_primary__2Sfmx {
1746
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
1747
+ font-weight: normal;
1748
+ }
1749
+ .MaterialTitle-module_secondary__3uDp4 {
1750
+ font-size: 24px;
1751
+ font-weight: 700
1752
+ }
1753
+ @media only screen and (min-width: 48em) {
1754
+ .MaterialTitle-module_secondary__3uDp4 {
1755
+ font-size: 36px
1756
+ }
1757
+ }
1758
+
1759
1759
  /* Colors */
1760
1760
  /* Fonts */
1761
1761
  /* Gap */
@@ -3046,436 +3046,242 @@
3046
3046
  /* 511 */
3047
3047
  /* 1023 */
3048
3048
  /* Zindex */
3049
- /* stylelint-disable declaration-empty-line-before */
3050
- span[data-body] {
3051
- position: relative;
3052
-
3053
- padding: 0 4px;
3054
-
3055
- cursor: pointer;
3056
- white-space: pre-wrap;
3049
+ .RelatedBlock-module_root__IKcQq {
3050
+ margin: 16px 0;
3057
3051
 
3058
- border-radius: 4px;
3059
- background: #f8f8f8;
3060
- box-shadow: inset 1px 0 #b3b3b3, inset 0 1px #b3b3b3, inset -1px 0 #b3b3b3,
3061
- inset 0 -1px #b3b3b3
3052
+ border-radius: 8px;
3053
+ background-color: #f5f5f5;
3054
+ box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
3062
3055
  }
3063
3056
  @media only screen and (min-width: 48em) {
3064
- span[data-body] {
3065
- padding-bottom: 1px
3057
+ .RelatedBlock-module_root__IKcQq {
3058
+ margin: 25px 0
3066
3059
  }
3067
3060
  }
3068
- span[data-body]:hover {
3069
- background: #f3f3f3;
3070
- box-shadow: inset 1px 0 #999, inset 0 1px #999, inset -1px 0 #999,
3071
- inset 0 -1px #999;
3061
+ .RelatedBlock-module_root__IKcQq:last-child {
3062
+ margin-bottom: 0;
3072
3063
  }
3073
- span[data-highlight='true'],
3074
- span[data-highlight='true']:hover {
3075
- background-color: #f4efe9;
3076
- box-shadow: inset 1px 0 #b88b58, inset 0 1px #b88b58, inset -1px 0 #b88b58,
3077
- inset 0 -1px #b88b58;
3064
+ .RelatedBlock-module_root__IKcQq:first-child {
3065
+ margin-top: 0;
3078
3066
  }
3079
- .SimpleBlock-module_p__Q3azD {
3080
- margin: 0 0 14px;
3067
+ .RelatedBlock-module_root__IKcQq a {
3068
+ display: block;
3081
3069
 
3082
- font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
3083
- font-size: calc(18rem / 16);
3084
- line-height: calc(24rem / 16)
3085
- }
3086
- @media only screen and (min-width: 32em) {
3087
- .SimpleBlock-module_p__Q3azD {
3088
- margin: 0 0 20px;
3070
+ padding: 12px 12px 13px;
3089
3071
 
3090
- font-size: 20px;
3091
- line-height: 28px
3092
- }
3093
- }
3094
- .SimpleBlock-module_p__Q3azD a,
3095
- .SimpleBlock-module_h2__S0LRs a,
3096
- .SimpleBlock-module_h3__2Kv7Y a,
3097
- .SimpleBlock-module_h4__2TJO3 a,
3098
- .SimpleBlock-module_lead__35nXx a,
3099
- .SimpleBlock-module_lead_hr__1yD5v a,
3100
- .SimpleBlock-module_context_p__33saY a {
3072
+ transition: color 0.15s;
3101
3073
  text-decoration: none;
3102
3074
 
3103
- color: inherit;
3104
- box-shadow: inset 0 -1px #b88b59;
3105
- }
3106
- .SimpleBlock-module_p__Q3azD a:hover,
3107
- .SimpleBlock-module_h2__S0LRs a:hover,
3108
- .SimpleBlock-module_h3__2Kv7Y a:hover,
3109
- .SimpleBlock-module_h4__2TJO3 a:hover,
3110
- .SimpleBlock-module_lead__35nXx a:hover,
3111
- .SimpleBlock-module_lead_hr__1yD5v a:hover,
3112
- .SimpleBlock-module_context_p__33saY a:hover {
3113
- color: #b88b59;
3114
- }
3115
- .SimpleBlock-module_h3__2Kv7Y:first-child,
3116
- .SimpleBlock-module_h4__2TJO3:first-child,
3117
- .SimpleBlock-module_p__Q3azD:first-child,
3118
- .SimpleBlock-module_lead__35nXx:first-child,
3119
- .SimpleBlock-module_blockquote__pwpcX:first-child {
3120
- margin-top: 0;
3121
- }
3122
- .SimpleBlock-module_p__Q3azD:last-child,
3123
- .SimpleBlock-module_blockquote__pwpcX:last-child,
3124
- .SimpleBlock-module_lead__35nXx:last-child,
3125
- .SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx:last-child,
3126
- .SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx:last-child,
3127
- .SimpleBlock-module_h2__S0LRs:last-child {
3128
- margin-bottom: 0;
3129
- }
3130
- .SimpleBlock-module_h2__S0LRs {
3131
- max-width: 520px;
3132
- margin: 0 0 calc(15rem / 16);
3133
-
3134
- font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
3135
- font-size: calc(25rem / 16);
3136
- font-weight: bold;
3137
- line-height: calc(28rem / 16)
3138
- }
3139
- @media only screen and (min-width: 32em) {
3140
- .SimpleBlock-module_h2__S0LRs {
3141
- margin: 0 0 45px;
3142
-
3143
- font-size: 37px;
3144
- line-height: 39px
3145
- }
3146
- }
3147
- .SimpleBlock-module_h2__S0LRs + figure {
3148
- margin-top: calc(15rem / 16)
3149
- }
3150
- @media only screen and (min-width: 32em) {
3151
- .SimpleBlock-module_h2__S0LRs + figure {
3152
- margin-top: -20px
3153
- }
3154
- }
3155
- .SimpleBlock-module_h3__2Kv7Y {
3156
- margin-top: calc(29rem / 16);
3157
- margin-bottom: calc(10rem / 16);
3075
+ color: #000;
3076
+ box-shadow: none;
3158
3077
 
3159
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3160
- font-size: calc(20rem / 16);
3161
- font-weight: bold;
3162
- line-height: calc(24rem / 16)
3078
+ font-size: 17px;
3079
+ line-height: 20px
3163
3080
  }
3164
- @media only screen and (min-width: 32em) {
3165
- .SimpleBlock-module_h3__2Kv7Y {
3166
- margin-top: 45px;
3167
- margin-bottom: 15px;
3081
+ @media only screen and (min-width: 48em) {
3082
+ .RelatedBlock-module_root__IKcQq a {
3083
+ padding: 15px 20px 17px;
3168
3084
 
3169
- font-size: 28px;
3170
- line-height: 34px
3085
+ font-size: 19px;
3086
+ line-height: 23px
3171
3087
  }
3172
3088
  }
3173
- .SimpleBlock-module_h4__2TJO3 {
3174
- margin-top: calc(26rem / 16);
3175
- margin-bottom: calc(11rem / 16);
3176
-
3177
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3178
- font-size: calc(17rem / 16);
3179
- font-weight: bold;
3180
- line-height: calc(21rem / 16)
3089
+ .RelatedBlock-module_root__IKcQq a:hover {
3090
+ color: #5c5c5c;
3181
3091
  }
3182
- @media only screen and (min-width: 32em) {
3183
- .SimpleBlock-module_h4__2TJO3 {
3184
- margin-top: 45px;
3185
- margin-bottom: 15px;
3092
+ .RelatedBlock-module_header__2SuWP {
3093
+ margin: 0;
3094
+ padding: 14px 12px 3px;
3186
3095
 
3187
- font-size: 21px;
3188
- line-height: 28px
3189
- }
3190
- }
3191
- .SimpleBlock-module_h3__2Kv7Y + .SimpleBlock-module_h3__2Kv7Y,
3192
- .SimpleBlock-module_h2__S0LRs + .SimpleBlock-module_h2__S0LRs {
3193
- margin-top: 0;
3194
- }
3195
- .SimpleBlock-module_h3__2Kv7Y + .SimpleBlock-module_h4__2TJO3 {
3196
- margin-top: calc(15rem / 16)
3197
- }
3198
- @media only screen and (min-width: 32em) {
3199
- .SimpleBlock-module_h3__2Kv7Y + .SimpleBlock-module_h4__2TJO3 {
3200
- margin-top: 15px
3201
- }
3202
- }
3203
- .SimpleBlock-module_p__Q3azD + ul,
3204
- .SimpleBlock-module_p__Q3azD + ol,
3205
- .SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + ul,
3206
- .SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + ol {
3207
- margin-top: calc(-9rem / 16)
3208
- }
3209
- @media only screen and (min-width: 32em) {
3210
- .SimpleBlock-module_p__Q3azD + ul,
3211
- .SimpleBlock-module_p__Q3azD + ol,
3212
- .SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + ul,
3213
- .SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + ol {
3214
- margin-top: -9px
3215
- }
3216
- }
3217
- .SimpleBlock-module_blockquote__pwpcX {
3218
- margin: 1rem 0;
3219
- padding: calc(12rem / 16) calc(12rem / 16) calc(13rem / 16);
3096
+ letter-spacing: 1px;
3097
+ text-transform: uppercase;
3220
3098
 
3221
- border: 1px solid rgba(0, 0, 0, 0.08);
3222
- border-radius: 8px;
3223
- background: #fff8c4;
3099
+ color: #7F7F7F;
3224
3100
 
3225
3101
  font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3226
- font-size: 1rem;
3227
- font-weight: normal;
3228
- line-height: calc(22rem / 16)
3102
+ font-size: 12px;
3103
+ font-weight: 600;
3104
+ line-height: 17px
3229
3105
  }
3230
- @media only screen and (min-width: 32em) {
3231
- .SimpleBlock-module_blockquote__pwpcX {
3232
- margin: 25px 0;
3233
- padding: 12px 15px 13px;
3106
+ @media only screen and (min-width: 48em) {
3107
+ .RelatedBlock-module_header__2SuWP {
3108
+ padding: 20px 20px 14px;
3234
3109
 
3235
- font-size: 18px;
3236
- line-height: 26px
3110
+ font-size: 14px;
3111
+ line-height: 16px
3237
3112
  }
3238
3113
  }
3239
- .SimpleBlock-module_blockquote__pwpcX a {
3240
- text-decoration: none;
3114
+ .RelatedBlock-module_items__2V-Ap {
3115
+ margin: 0;
3116
+ padding-left: 0;
3241
3117
 
3242
- color: #000;
3243
- box-shadow: inset 0 -1px #000;
3118
+ list-style: none;
3244
3119
  }
3245
- .SimpleBlock-module_blockquote__pwpcX a:hover {
3246
- color: #b88b59;
3247
- box-shadow: inset 0 -1px #b88b59;
3120
+ .RelatedBlock-module_items__2V-Ap li {
3121
+ padding: 0;
3248
3122
  }
3249
- .SimpleBlock-module_blockquote__pwpcX.SimpleBlock-module_dark__1J_ov {
3250
- color: #000;
3123
+ .RelatedBlock-module_items__2V-Ap li + li {
3124
+ border-top: 1px solid #e6e6e6;
3251
3125
  }
3252
- .SimpleBlock-module_lead__35nXx {
3253
- position: relative;
3254
-
3255
- margin-top: calc(30rem / 16);
3256
- margin-bottom: 0;
3257
-
3126
+ .RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
3258
3127
  font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3259
- font-size: 1rem;
3260
- line-height: calc(22rem / 16)
3128
+ font-size: 16px;
3129
+ font-weight: 700;
3130
+ line-height: 18px
3261
3131
  }
3262
- @media only screen and (min-width: 32em) {
3263
- .SimpleBlock-module_lead__35nXx {
3264
- margin-top: 25px;
3265
-
3266
- font-size: 20px;
3267
- line-height: 28px
3132
+ @media only screen and (min-width: 48em) {
3133
+ .RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
3134
+ font-size: 18px
3268
3135
  }
3269
3136
  }
3270
- .SimpleBlock-module_lead__35nXx [data-body] {
3271
- padding-top: 1px;
3137
+ .RelatedBlock-module_simple__29HVO {
3272
3138
  }
3273
- .SimpleBlock-module_lead_hr__1yD5v {
3274
- display: block;
3275
-
3276
- width: 100%;
3139
+ .RelatedBlock-module_center__1LmW8 {
3277
3140
  max-width: 650px;
3278
- margin: calc(30rem / 16) auto;
3279
-
3280
- border-bottom: 1px solid #e5e5e5
3141
+ margin-right: auto;
3142
+ margin-left: auto;
3281
3143
  }
3282
- @media only screen and (min-width: 32em) {
3283
- .SimpleBlock-module_lead_hr__1yD5v {
3284
- margin: 45px auto
3144
+ .RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
3145
+ margin-top: 0;
3285
3146
  }
3286
- }
3287
- mark {
3288
- position: relative;
3289
-
3290
- white-space: pre-wrap;
3291
-
3292
- background-color: #fff3bc;
3293
-
3294
- font-weight: inherit;
3295
- font-style: inherit
3147
+ .RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
3148
+ margin-bottom: 0;
3296
3149
  }
3150
+ /* VISIBILITY */
3297
3151
  @media only screen and (min-width: 32em) {
3298
- mark {
3299
- padding-bottom: 1px
3152
+ .RelatedBlock-module_mobile__2XM5a {
3153
+ display: none
3300
3154
  }
3301
3155
  }
3302
- a mark {
3303
- z-index: 1;
3304
-
3305
- padding-bottom: 0;
3306
-
3307
- color: inherit;
3308
- box-shadow: inset 0 -1px #b88b59, 0 1px #fff3bc;
3309
- }
3310
- .SimpleBlock-module_context_p__33saY {
3311
- position: relative;
3312
-
3313
- margin: 0 0 calc(15rem / 16);
3314
- padding: 0 0 0 calc(23rem / 16);
3315
-
3316
- font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
3317
- font-size: calc(18rem / 16);
3318
- line-height: calc(22rem / 16)
3156
+ .RelatedBlock-module_desktop__2mXeq {
3157
+ display: none
3319
3158
  }
3320
- @media only screen and (min-width: 48em) {
3321
- .SimpleBlock-module_context_p__33saY {
3322
- margin: 0 0 15px;
3323
- padding: 0 0 0 38px;
3324
-
3325
- font-size: 20px;
3326
- line-height: 27px
3159
+ @media only screen and (min-width: 32em) {
3160
+ .RelatedBlock-module_desktop__2mXeq {
3161
+ display: block
3327
3162
  }
3328
3163
  }
3329
- .SimpleBlock-module_context_p__33saY::before {
3330
- position: absolute;
3331
- top: 0;
3332
- left: 5px;
3333
-
3334
- width: 8px;
3335
-
3336
- content: '\2022';
3337
- text-align: center;
3338
-
3339
- color: #b88b59;
3340
-
3341
- font-size: calc(18rem / 16);
3342
- line-height: inherit
3343
- }
3344
- @media only screen and (min-width: 48em) {
3345
- .SimpleBlock-module_context_p__33saY::before {
3346
- left: 0;
3347
3164
 
3348
- width: 36px;
3349
3165
 
3350
- text-align: center;
3166
+ /* Colors */
3167
+ /* Fonts */
3168
+ /* Gap */
3169
+ /* Media */
3170
+ /* 512 */
3171
+ /* 650 */
3172
+ /* 768 */
3173
+ /* 1024 */
3174
+ /* 1010 */
3175
+ /* 1200 */
3176
+ /* 511 */
3177
+ /* 1023 */
3178
+ /* Zindex */
3179
+ .RichTitle-module_root__BK_WT {
3180
+ margin: 0 0 18px;
3351
3181
 
3352
- font-size: 20px
3353
- }
3354
- }
3355
- .SimpleBlock-module_isInIntro__DfutD.SimpleBlock-module_lead__35nXx::after {
3356
- content: none;
3357
- }
3358
- .SimpleBlock-module_center__2rjif {
3359
- max-width: 650px;
3360
- margin-right: auto;
3361
- margin-left: auto;
3362
- }
3363
- @media only screen and (min-width: 48em) {
3364
- .SimpleBlock-module_center__2rjif.SimpleBlock-module_lead__35nXx {
3365
- font-size: 20px;
3366
- line-height: 28px
3367
- }
3368
- }
3369
- .SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx {
3370
- margin-bottom: calc(18rem / 16)
3182
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3183
+ font-size: 19px;
3184
+ font-weight: 700;
3185
+ line-height: 23px
3371
3186
  }
3372
3187
  @media only screen and (min-width: 48em) {
3373
- .SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx {
3374
- margin-top: 27px;
3375
- margin-bottom: 20px;
3188
+ .RichTitle-module_root__BK_WT {
3189
+ margin-bottom: 15px;
3376
3190
 
3377
- font-size: 20px;
3378
- line-height: 28px
3191
+ font-size: 37px;
3192
+ line-height: 42px
3379
3193
  }
3380
3194
  }
3381
- .SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx {
3382
- margin-bottom: calc(15rem / 16)
3195
+ .RichTitle-module_root__BK_WT:last-child {
3196
+ margin-bottom: 0;
3197
+ }
3198
+ .RichTitle-module_root__BK_WT span {
3199
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
3200
+ font-size: 20px;
3201
+ font-weight: normal
3383
3202
  }
3384
3203
  @media only screen and (min-width: 48em) {
3385
- .SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx {
3386
- margin-top: 20px;
3387
-
3388
- font-size: 20px;
3389
- line-height: 28px
3204
+ .RichTitle-module_root__BK_WT span {
3205
+ font-size: 38px
3390
3206
  }
3391
3207
  }
3392
- .SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx + .SimpleBlock-module_lead__35nXx,
3393
- .SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + .SimpleBlock-module_lead__35nXx {
3394
- margin-top: 0;
3208
+ @media only screen and (min-width: 32em) {
3209
+ .RichTitle-module_slide__1A-gB,
3210
+ .RichTitle-module_game__1g8Bn {
3211
+ text-align: center
3395
3212
  }
3396
- .SimpleBlock-module_isInImportantLead__3VGzT {
3397
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3398
- font-size: 1rem;
3399
- line-height: calc(22rem / 16)
3213
+ }
3214
+ @media only screen and (min-width: 64em) {
3215
+ .RichTitle-module_half__10GRI {
3216
+ font-size: 33px;
3217
+ line-height: 36px
3400
3218
  }
3401
- @media only screen and (min-width: 48em) {
3402
- .SimpleBlock-module_isInImportantLead__3VGzT {
3403
- font-size: 18px;
3404
- line-height: 26px
3219
+ }
3220
+ @media only screen and (min-width: 64em) {
3221
+ .RichTitle-module_half__10GRI span {
3222
+ font-size: 34px
3405
3223
  }
3406
3224
  }
3407
- .SimpleBlock-module_slide__Aqgfu {
3408
- max-width: 650px;
3409
- margin-right: auto;
3410
- margin-left: auto;
3225
+ .RichTitle-module_game__1g8Bn:first-child {
3226
+ padding-top: 9px;
3411
3227
  }
3412
- .SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD {
3413
- margin-top: calc(6rem / 16);
3414
- margin-bottom: calc(6rem / 16);
3228
+ @media only screen and (max-width: 63.9375em) {
3229
+ .RichTitle-module_featured__wJfaQ {
3230
+ letter-spacing: 0.3px;
3415
3231
 
3416
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3417
- font-size: 1rem;
3418
- line-height: calc(22rem / 16)
3232
+ font-size: 28px;
3233
+ line-height: 30px
3419
3234
  }
3420
- @media only screen and (min-width: 48em) {
3421
- .SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD {
3422
- margin-top: 12px;
3423
- margin-bottom: 12px;
3235
+ }
3236
+ @media only screen and (max-width: 63.9375em) {
3237
+ .RichTitle-module_featured__wJfaQ span {
3238
+ display: block;
3239
+
3240
+ padding-top: 2px;
3424
3241
 
3425
3242
  font-size: 18px;
3426
- line-height: 26px
3243
+ line-height: 24px
3427
3244
  }
3428
3245
  }
3429
- .SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
3430
- margin-top: calc(12rem / 16);
3431
- margin-bottom: calc(12rem / 16)
3246
+ .RichTitle-module_isInMediaBlock__3RDw4 {
3247
+ text-align: left
3432
3248
  }
3433
- @media only screen and (min-width: 48em) {
3434
- .SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
3435
- margin-top: 10px;
3436
- margin-bottom: 10px
3249
+ @media only screen and (min-width: 64em) {
3250
+ .RichTitle-module_isInMediaBlock__3RDw4 {
3251
+ margin-bottom: 18px
3437
3252
  }
3438
3253
  }
3439
- .SimpleBlock-module_isInAnswer__3aX6X:first-child {
3440
- margin-top: calc(6rem / 16);
3254
+ .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
3255
+ font-size: 19px;
3256
+ line-height: 23px
3441
3257
  }
3442
- .SimpleBlock-module_isInAnswer__3aX6X:last-child {
3443
- margin-bottom: 0;
3258
+ @media only screen and (min-width: 64em) {
3259
+ .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
3260
+ font-size: 1.3rem;
3261
+ line-height: 1.6rem
3444
3262
  }
3445
- /* VISIBILITY */
3263
+ }
3264
+ .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
3265
+ font-size: 20px
3266
+ }
3267
+ @media only screen and (min-width: 64em) {
3268
+ .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
3269
+ font-size: 1.35rem
3270
+ }
3271
+ }
3446
3272
  @media only screen and (min-width: 32em) {
3447
- .SimpleBlock-module_mobile__Ckgek {
3273
+ .RichTitle-module_mobile__1Cb6E {
3448
3274
  display: none
3449
3275
  }
3450
3276
  }
3451
- .SimpleBlock-module_desktop__2se2o {
3277
+ .RichTitle-module_desktop__2ixSQ {
3452
3278
  display: none
3453
3279
  }
3454
3280
  @media only screen and (min-width: 32em) {
3455
- .SimpleBlock-module_desktop__2se2o {
3281
+ .RichTitle-module_desktop__2ixSQ {
3456
3282
  display: block
3457
3283
  }
3458
3284
  }
3459
- /* Footnote dakr theme */
3460
- .SimpleBlock-module_isDark__22q5s span[data-body] {
3461
- background-color: #5b5b5b;
3462
- box-shadow: inset 1px 0 #8b8b8b, inset 0 1px #8b8b8b, inset -1px 0 #8b8b8b,
3463
- inset 0 -1px #8b8b8b;
3464
- }
3465
- .SimpleBlock-module_isDark__22q5s span[data-body]:hover {
3466
- background-color: #5b5b5b;
3467
- box-shadow: inset 1px 0 #747474, inset 0 1px #747474, inset -1px 0 #747474,
3468
- inset 0 -1px #747474;
3469
- }
3470
- /* Theme */
3471
- .SimpleBlock-module_blockquote__pwpcX.SimpleBlock-module_isDark__22q5s {
3472
- color: inherit;
3473
- background-color: #34322a;
3474
- }
3475
- .SimpleBlock-module_blockquote__pwpcX.SimpleBlock-module_isDark__22q5s a {
3476
- color: inherit;
3477
- box-shadow: inset 0 -1px #b88b59;
3478
- }
3479
3285
 
3480
3286
  /* Colors */
3481
3287
  /* Fonts */
@@ -3490,242 +3296,436 @@ a mark {
3490
3296
  /* 511 */
3491
3297
  /* 1023 */
3492
3298
  /* Zindex */
3493
- .RichTitle-module_root__BK_WT {
3494
- margin: 0 0 18px;
3299
+ /* stylelint-disable declaration-empty-line-before */
3300
+ span[data-body] {
3301
+ position: relative;
3302
+
3303
+ padding: 0 4px;
3304
+
3305
+ cursor: pointer;
3306
+ white-space: pre-wrap;
3307
+
3308
+ border-radius: 4px;
3309
+ background: #f8f8f8;
3310
+ box-shadow: inset 1px 0 #b3b3b3, inset 0 1px #b3b3b3, inset -1px 0 #b3b3b3,
3311
+ inset 0 -1px #b3b3b3
3312
+ }
3313
+ @media only screen and (min-width: 48em) {
3314
+ span[data-body] {
3315
+ padding-bottom: 1px
3316
+ }
3317
+ }
3318
+ span[data-body]:hover {
3319
+ background: #f3f3f3;
3320
+ box-shadow: inset 1px 0 #999, inset 0 1px #999, inset -1px 0 #999,
3321
+ inset 0 -1px #999;
3322
+ }
3323
+ span[data-highlight='true'],
3324
+ span[data-highlight='true']:hover {
3325
+ background-color: #f4efe9;
3326
+ box-shadow: inset 1px 0 #b88b58, inset 0 1px #b88b58, inset -1px 0 #b88b58,
3327
+ inset 0 -1px #b88b58;
3328
+ }
3329
+ .SimpleBlock-module_p__Q3azD {
3330
+ margin: 0 0 14px;
3331
+
3332
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
3333
+ font-size: calc(18rem / 16);
3334
+ line-height: calc(24rem / 16)
3335
+ }
3336
+ @media only screen and (min-width: 32em) {
3337
+ .SimpleBlock-module_p__Q3azD {
3338
+ margin: 0 0 20px;
3339
+
3340
+ font-size: 20px;
3341
+ line-height: 28px
3342
+ }
3343
+ }
3344
+ .SimpleBlock-module_p__Q3azD a,
3345
+ .SimpleBlock-module_h2__S0LRs a,
3346
+ .SimpleBlock-module_h3__2Kv7Y a,
3347
+ .SimpleBlock-module_h4__2TJO3 a,
3348
+ .SimpleBlock-module_lead__35nXx a,
3349
+ .SimpleBlock-module_lead_hr__1yD5v a,
3350
+ .SimpleBlock-module_context_p__33saY a {
3351
+ text-decoration: none;
3352
+
3353
+ color: inherit;
3354
+ box-shadow: inset 0 -1px #b88b59;
3355
+ }
3356
+ .SimpleBlock-module_p__Q3azD a:hover,
3357
+ .SimpleBlock-module_h2__S0LRs a:hover,
3358
+ .SimpleBlock-module_h3__2Kv7Y a:hover,
3359
+ .SimpleBlock-module_h4__2TJO3 a:hover,
3360
+ .SimpleBlock-module_lead__35nXx a:hover,
3361
+ .SimpleBlock-module_lead_hr__1yD5v a:hover,
3362
+ .SimpleBlock-module_context_p__33saY a:hover {
3363
+ color: #b88b59;
3364
+ }
3365
+ .SimpleBlock-module_h3__2Kv7Y:first-child,
3366
+ .SimpleBlock-module_h4__2TJO3:first-child,
3367
+ .SimpleBlock-module_p__Q3azD:first-child,
3368
+ .SimpleBlock-module_lead__35nXx:first-child,
3369
+ .SimpleBlock-module_blockquote__pwpcX:first-child {
3370
+ margin-top: 0;
3371
+ }
3372
+ .SimpleBlock-module_p__Q3azD:last-child,
3373
+ .SimpleBlock-module_blockquote__pwpcX:last-child,
3374
+ .SimpleBlock-module_lead__35nXx:last-child,
3375
+ .SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx:last-child,
3376
+ .SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx:last-child,
3377
+ .SimpleBlock-module_h2__S0LRs:last-child {
3378
+ margin-bottom: 0;
3379
+ }
3380
+ .SimpleBlock-module_h2__S0LRs {
3381
+ max-width: 520px;
3382
+ margin: 0 0 calc(15rem / 16);
3383
+
3384
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
3385
+ font-size: calc(25rem / 16);
3386
+ font-weight: bold;
3387
+ line-height: calc(28rem / 16)
3388
+ }
3389
+ @media only screen and (min-width: 32em) {
3390
+ .SimpleBlock-module_h2__S0LRs {
3391
+ margin: 0 0 45px;
3392
+
3393
+ font-size: 37px;
3394
+ line-height: 39px
3395
+ }
3396
+ }
3397
+ .SimpleBlock-module_h2__S0LRs + figure {
3398
+ margin-top: calc(15rem / 16)
3399
+ }
3400
+ @media only screen and (min-width: 32em) {
3401
+ .SimpleBlock-module_h2__S0LRs + figure {
3402
+ margin-top: -20px
3403
+ }
3404
+ }
3405
+ .SimpleBlock-module_h3__2Kv7Y {
3406
+ margin-top: calc(29rem / 16);
3407
+ margin-bottom: calc(10rem / 16);
3408
+
3409
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3410
+ font-size: calc(20rem / 16);
3411
+ font-weight: bold;
3412
+ line-height: calc(24rem / 16)
3413
+ }
3414
+ @media only screen and (min-width: 32em) {
3415
+ .SimpleBlock-module_h3__2Kv7Y {
3416
+ margin-top: 45px;
3417
+ margin-bottom: 15px;
3418
+
3419
+ font-size: 28px;
3420
+ line-height: 34px
3421
+ }
3422
+ }
3423
+ .SimpleBlock-module_h4__2TJO3 {
3424
+ margin-top: calc(26rem / 16);
3425
+ margin-bottom: calc(11rem / 16);
3495
3426
 
3496
3427
  font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3497
- font-size: 19px;
3498
- font-weight: 700;
3499
- line-height: 23px
3428
+ font-size: calc(17rem / 16);
3429
+ font-weight: bold;
3430
+ line-height: calc(21rem / 16)
3500
3431
  }
3501
- @media only screen and (min-width: 48em) {
3502
- .RichTitle-module_root__BK_WT {
3432
+ @media only screen and (min-width: 32em) {
3433
+ .SimpleBlock-module_h4__2TJO3 {
3434
+ margin-top: 45px;
3503
3435
  margin-bottom: 15px;
3504
3436
 
3505
- font-size: 37px;
3506
- line-height: 42px
3437
+ font-size: 21px;
3438
+ line-height: 28px
3507
3439
  }
3508
3440
  }
3509
- .RichTitle-module_root__BK_WT:last-child {
3510
- margin-bottom: 0;
3511
- }
3512
- .RichTitle-module_root__BK_WT span {
3513
- font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
3514
- font-size: 20px;
3515
- font-weight: normal
3441
+ .SimpleBlock-module_h3__2Kv7Y + .SimpleBlock-module_h3__2Kv7Y,
3442
+ .SimpleBlock-module_h2__S0LRs + .SimpleBlock-module_h2__S0LRs {
3443
+ margin-top: 0;
3516
3444
  }
3517
- @media only screen and (min-width: 48em) {
3518
- .RichTitle-module_root__BK_WT span {
3519
- font-size: 38px
3445
+ .SimpleBlock-module_h3__2Kv7Y + .SimpleBlock-module_h4__2TJO3 {
3446
+ margin-top: calc(15rem / 16)
3520
3447
  }
3521
- }
3522
3448
  @media only screen and (min-width: 32em) {
3523
- .RichTitle-module_slide__1A-gB,
3524
- .RichTitle-module_game__1g8Bn {
3525
- text-align: center
3449
+ .SimpleBlock-module_h3__2Kv7Y + .SimpleBlock-module_h4__2TJO3 {
3450
+ margin-top: 15px
3526
3451
  }
3527
3452
  }
3528
- @media only screen and (min-width: 64em) {
3529
- .RichTitle-module_half__10GRI {
3530
- font-size: 33px;
3531
- line-height: 36px
3453
+ .SimpleBlock-module_p__Q3azD + ul,
3454
+ .SimpleBlock-module_p__Q3azD + ol,
3455
+ .SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + ul,
3456
+ .SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + ol {
3457
+ margin-top: calc(-9rem / 16)
3532
3458
  }
3533
- }
3534
- @media only screen and (min-width: 64em) {
3535
- .RichTitle-module_half__10GRI span {
3536
- font-size: 34px
3459
+ @media only screen and (min-width: 32em) {
3460
+ .SimpleBlock-module_p__Q3azD + ul,
3461
+ .SimpleBlock-module_p__Q3azD + ol,
3462
+ .SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + ul,
3463
+ .SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + ol {
3464
+ margin-top: -9px
3537
3465
  }
3538
3466
  }
3539
- .RichTitle-module_game__1g8Bn:first-child {
3540
- padding-top: 9px;
3541
- }
3542
- @media only screen and (max-width: 63.9375em) {
3543
- .RichTitle-module_featured__wJfaQ {
3544
- letter-spacing: 0.3px;
3467
+ .SimpleBlock-module_blockquote__pwpcX {
3468
+ margin: 1rem 0;
3469
+ padding: calc(12rem / 16) calc(12rem / 16) calc(13rem / 16);
3545
3470
 
3546
- font-size: 28px;
3547
- line-height: 30px
3548
- }
3549
- }
3550
- @media only screen and (max-width: 63.9375em) {
3551
- .RichTitle-module_featured__wJfaQ span {
3552
- display: block;
3471
+ border: 1px solid rgba(0, 0, 0, 0.08);
3472
+ border-radius: 8px;
3473
+ background: #fff8c4;
3553
3474
 
3554
- padding-top: 2px;
3475
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3476
+ font-size: 1rem;
3477
+ font-weight: normal;
3478
+ line-height: calc(22rem / 16)
3479
+ }
3480
+ @media only screen and (min-width: 32em) {
3481
+ .SimpleBlock-module_blockquote__pwpcX {
3482
+ margin: 25px 0;
3483
+ padding: 12px 15px 13px;
3555
3484
 
3556
3485
  font-size: 18px;
3557
- line-height: 24px
3486
+ line-height: 26px
3558
3487
  }
3559
3488
  }
3560
- .RichTitle-module_isInMediaBlock__3RDw4 {
3561
- text-align: left
3489
+ .SimpleBlock-module_blockquote__pwpcX a {
3490
+ text-decoration: none;
3491
+
3492
+ color: #000;
3493
+ box-shadow: inset 0 -1px #000;
3562
3494
  }
3563
- @media only screen and (min-width: 64em) {
3564
- .RichTitle-module_isInMediaBlock__3RDw4 {
3565
- margin-bottom: 18px
3495
+ .SimpleBlock-module_blockquote__pwpcX a:hover {
3496
+ color: #b88b59;
3497
+ box-shadow: inset 0 -1px #b88b59;
3566
3498
  }
3567
- }
3568
- .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
3569
- font-size: 19px;
3570
- line-height: 23px
3499
+ .SimpleBlock-module_blockquote__pwpcX.SimpleBlock-module_dark__1J_ov {
3500
+ color: #000;
3571
3501
  }
3572
- @media only screen and (min-width: 64em) {
3573
- .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
3574
- font-size: 1.3rem;
3575
- line-height: 1.6rem
3502
+ .SimpleBlock-module_lead__35nXx {
3503
+ position: relative;
3504
+
3505
+ margin-top: calc(30rem / 16);
3506
+ margin-bottom: 0;
3507
+
3508
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3509
+ font-size: 1rem;
3510
+ line-height: calc(22rem / 16)
3511
+ }
3512
+ @media only screen and (min-width: 32em) {
3513
+ .SimpleBlock-module_lead__35nXx {
3514
+ margin-top: 25px;
3515
+
3516
+ font-size: 20px;
3517
+ line-height: 28px
3576
3518
  }
3577
3519
  }
3578
- .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
3579
- font-size: 20px
3520
+ .SimpleBlock-module_lead__35nXx [data-body] {
3521
+ padding-top: 1px;
3580
3522
  }
3581
- @media only screen and (min-width: 64em) {
3582
- .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
3583
- font-size: 1.35rem
3523
+ .SimpleBlock-module_lead_hr__1yD5v {
3524
+ display: block;
3525
+
3526
+ width: 100%;
3527
+ max-width: 650px;
3528
+ margin: calc(30rem / 16) auto;
3529
+
3530
+ border-bottom: 1px solid #e5e5e5
3584
3531
  }
3585
- }
3586
3532
  @media only screen and (min-width: 32em) {
3587
- .RichTitle-module_mobile__1Cb6E {
3588
- display: none
3533
+ .SimpleBlock-module_lead_hr__1yD5v {
3534
+ margin: 45px auto
3589
3535
  }
3590
3536
  }
3591
- .RichTitle-module_desktop__2ixSQ {
3592
- display: none
3537
+ mark {
3538
+ position: relative;
3539
+
3540
+ white-space: pre-wrap;
3541
+
3542
+ background-color: #fff3bc;
3543
+
3544
+ font-weight: inherit;
3545
+ font-style: inherit
3593
3546
  }
3594
3547
  @media only screen and (min-width: 32em) {
3595
- .RichTitle-module_desktop__2ixSQ {
3596
- display: block
3548
+ mark {
3549
+ padding-bottom: 1px
3597
3550
  }
3598
3551
  }
3552
+ a mark {
3553
+ z-index: 1;
3599
3554
 
3600
- /* Colors */
3601
- /* Fonts */
3602
- /* Gap */
3603
- /* Media */
3604
- /* 512 */
3605
- /* 650 */
3606
- /* 768 */
3607
- /* 1024 */
3608
- /* 1010 */
3609
- /* 1200 */
3610
- /* 511 */
3611
- /* 1023 */
3612
- /* Zindex */
3613
- .RelatedBlock-module_root__IKcQq {
3614
- margin: 16px 0;
3555
+ padding-bottom: 0;
3615
3556
 
3616
- border-radius: 8px;
3617
- background-color: #f5f5f5;
3618
- box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
3557
+ color: inherit;
3558
+ box-shadow: inset 0 -1px #b88b59, 0 1px #fff3bc;
3559
+ }
3560
+ .SimpleBlock-module_context_p__33saY {
3561
+ position: relative;
3562
+
3563
+ margin: 0 0 calc(15rem / 16);
3564
+ padding: 0 0 0 calc(23rem / 16);
3565
+
3566
+ font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
3567
+ font-size: calc(18rem / 16);
3568
+ line-height: calc(22rem / 16)
3619
3569
  }
3620
3570
  @media only screen and (min-width: 48em) {
3621
- .RelatedBlock-module_root__IKcQq {
3622
- margin: 25px 0
3571
+ .SimpleBlock-module_context_p__33saY {
3572
+ margin: 0 0 15px;
3573
+ padding: 0 0 0 38px;
3574
+
3575
+ font-size: 20px;
3576
+ line-height: 27px
3623
3577
  }
3624
3578
  }
3625
- .RelatedBlock-module_root__IKcQq:last-child {
3626
- margin-bottom: 0;
3627
- }
3628
- .RelatedBlock-module_root__IKcQq:first-child {
3629
- margin-top: 0;
3630
- }
3631
- .RelatedBlock-module_root__IKcQq a {
3632
- display: block;
3579
+ .SimpleBlock-module_context_p__33saY::before {
3580
+ position: absolute;
3581
+ top: 0;
3582
+ left: 5px;
3633
3583
 
3634
- padding: 12px 12px 13px;
3584
+ width: 8px;
3635
3585
 
3636
- transition: color 0.15s;
3637
- text-decoration: none;
3586
+ content: '\2022';
3587
+ text-align: center;
3638
3588
 
3639
- color: #000;
3640
- box-shadow: none;
3589
+ color: #b88b59;
3641
3590
 
3642
- font-size: 17px;
3643
- line-height: 20px
3591
+ font-size: calc(18rem / 16);
3592
+ line-height: inherit
3593
+ }
3594
+ @media only screen and (min-width: 48em) {
3595
+ .SimpleBlock-module_context_p__33saY::before {
3596
+ left: 0;
3597
+
3598
+ width: 36px;
3599
+
3600
+ text-align: center;
3601
+
3602
+ font-size: 20px
3603
+ }
3604
+ }
3605
+ .SimpleBlock-module_isInIntro__DfutD.SimpleBlock-module_lead__35nXx::after {
3606
+ content: none;
3607
+ }
3608
+ .SimpleBlock-module_center__2rjif {
3609
+ max-width: 650px;
3610
+ margin-right: auto;
3611
+ margin-left: auto;
3644
3612
  }
3645
3613
  @media only screen and (min-width: 48em) {
3646
- .RelatedBlock-module_root__IKcQq a {
3647
- padding: 15px 20px 17px;
3648
-
3649
- font-size: 19px;
3650
- line-height: 23px
3614
+ .SimpleBlock-module_center__2rjif.SimpleBlock-module_lead__35nXx {
3615
+ font-size: 20px;
3616
+ line-height: 28px
3651
3617
  }
3652
3618
  }
3653
- .RelatedBlock-module_root__IKcQq a:hover {
3654
- color: #5c5c5c;
3655
- }
3656
- .RelatedBlock-module_header__2SuWP {
3657
- margin: 0;
3658
- padding: 14px 12px 3px;
3659
-
3660
- letter-spacing: 1px;
3661
- text-transform: uppercase;
3662
-
3663
- color: #7F7F7F;
3664
-
3665
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3666
- font-size: 12px;
3667
- font-weight: 600;
3668
- line-height: 17px
3619
+ .SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx {
3620
+ margin-bottom: calc(18rem / 16)
3669
3621
  }
3670
3622
  @media only screen and (min-width: 48em) {
3671
- .RelatedBlock-module_header__2SuWP {
3672
- padding: 20px 20px 14px;
3623
+ .SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx {
3624
+ margin-top: 27px;
3625
+ margin-bottom: 20px;
3673
3626
 
3674
- font-size: 14px;
3675
- line-height: 16px
3627
+ font-size: 20px;
3628
+ line-height: 28px
3676
3629
  }
3677
3630
  }
3678
- .RelatedBlock-module_items__2V-Ap {
3679
- margin: 0;
3680
- padding-left: 0;
3681
-
3682
- list-style: none;
3631
+ .SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx {
3632
+ margin-bottom: calc(15rem / 16)
3683
3633
  }
3684
- .RelatedBlock-module_items__2V-Ap li {
3685
- padding: 0;
3634
+ @media only screen and (min-width: 48em) {
3635
+ .SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx {
3636
+ margin-top: 20px;
3637
+
3638
+ font-size: 20px;
3639
+ line-height: 28px
3686
3640
  }
3687
- .RelatedBlock-module_items__2V-Ap li + li {
3688
- border-top: 1px solid #e6e6e6;
3641
+ }
3642
+ .SimpleBlock-module_slide__Aqgfu.SimpleBlock-module_lead__35nXx + .SimpleBlock-module_lead__35nXx,
3643
+ .SimpleBlock-module_game__2sjgl.SimpleBlock-module_lead__35nXx + .SimpleBlock-module_lead__35nXx {
3644
+ margin-top: 0;
3689
3645
  }
3690
- .RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
3646
+ .SimpleBlock-module_isInImportantLead__3VGzT {
3691
3647
  font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3692
- font-size: 16px;
3693
- font-weight: 700;
3694
- line-height: 18px
3648
+ font-size: 1rem;
3649
+ line-height: calc(22rem / 16)
3695
3650
  }
3696
3651
  @media only screen and (min-width: 48em) {
3697
- .RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
3698
- font-size: 18px
3652
+ .SimpleBlock-module_isInImportantLead__3VGzT {
3653
+ font-size: 18px;
3654
+ line-height: 26px
3699
3655
  }
3700
3656
  }
3701
- .RelatedBlock-module_simple__29HVO {
3702
- }
3703
- .RelatedBlock-module_center__1LmW8 {
3657
+ .SimpleBlock-module_slide__Aqgfu {
3704
3658
  max-width: 650px;
3705
3659
  margin-right: auto;
3706
3660
  margin-left: auto;
3707
3661
  }
3708
- .RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
3709
- margin-top: 0;
3662
+ .SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD {
3663
+ margin-top: calc(6rem / 16);
3664
+ margin-bottom: calc(6rem / 16);
3665
+
3666
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3667
+ font-size: 1rem;
3668
+ line-height: calc(22rem / 16)
3710
3669
  }
3711
- .RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
3670
+ @media only screen and (min-width: 48em) {
3671
+ .SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_p__Q3azD {
3672
+ margin-top: 12px;
3673
+ margin-bottom: 12px;
3674
+
3675
+ font-size: 18px;
3676
+ line-height: 26px
3677
+ }
3678
+ }
3679
+ .SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
3680
+ margin-top: calc(12rem / 16);
3681
+ margin-bottom: calc(12rem / 16)
3682
+ }
3683
+ @media only screen and (min-width: 48em) {
3684
+ .SimpleBlock-module_isInAnswer__3aX6X.SimpleBlock-module_blockquote__pwpcX {
3685
+ margin-top: 10px;
3686
+ margin-bottom: 10px
3687
+ }
3688
+ }
3689
+ .SimpleBlock-module_isInAnswer__3aX6X:first-child {
3690
+ margin-top: calc(6rem / 16);
3691
+ }
3692
+ .SimpleBlock-module_isInAnswer__3aX6X:last-child {
3712
3693
  margin-bottom: 0;
3713
3694
  }
3714
3695
  /* VISIBILITY */
3715
3696
  @media only screen and (min-width: 32em) {
3716
- .RelatedBlock-module_mobile__2XM5a {
3697
+ .SimpleBlock-module_mobile__Ckgek {
3717
3698
  display: none
3718
3699
  }
3719
3700
  }
3720
- .RelatedBlock-module_desktop__2mXeq {
3701
+ .SimpleBlock-module_desktop__2se2o {
3721
3702
  display: none
3722
3703
  }
3723
3704
  @media only screen and (min-width: 32em) {
3724
- .RelatedBlock-module_desktop__2mXeq {
3705
+ .SimpleBlock-module_desktop__2se2o {
3725
3706
  display: block
3726
3707
  }
3727
3708
  }
3728
-
3709
+ /* Footnote dakr theme */
3710
+ .SimpleBlock-module_isDark__22q5s span[data-body] {
3711
+ background-color: #5b5b5b;
3712
+ box-shadow: inset 1px 0 #8b8b8b, inset 0 1px #8b8b8b, inset -1px 0 #8b8b8b,
3713
+ inset 0 -1px #8b8b8b;
3714
+ }
3715
+ .SimpleBlock-module_isDark__22q5s span[data-body]:hover {
3716
+ background-color: #5b5b5b;
3717
+ box-shadow: inset 1px 0 #747474, inset 0 1px #747474, inset -1px 0 #747474,
3718
+ inset 0 -1px #747474;
3719
+ }
3720
+ /* Theme */
3721
+ .SimpleBlock-module_blockquote__pwpcX.SimpleBlock-module_isDark__22q5s {
3722
+ color: inherit;
3723
+ background-color: #34322a;
3724
+ }
3725
+ .SimpleBlock-module_blockquote__pwpcX.SimpleBlock-module_isDark__22q5s a {
3726
+ color: inherit;
3727
+ box-shadow: inset 0 -1px #b88b59;
3728
+ }
3729
3729
 
3730
3730
  /* Colors */
3731
3731
  /* Fonts */
@@ -4463,34 +4463,6 @@ a mark {
4463
4463
  }
4464
4464
  }
4465
4465
 
4466
- /* stylelint-disable declaration-empty-line-before */
4467
- /* Colors */
4468
- /* Fonts */
4469
- /* Gap */
4470
- /* Media */
4471
- /* 512 */
4472
- /* 650 */
4473
- /* 768 */
4474
- /* 1024 */
4475
- /* 1010 */
4476
- /* 1200 */
4477
- /* 511 */
4478
- /* 1023 */
4479
- /* Zindex */
4480
- .DocumentItemsCount-module_root__P3q-z {
4481
- display: inline;
4482
-
4483
- line-height: inherit;
4484
- }
4485
- .DocumentItemsCount-module_root__P3q-z svg {
4486
- vertical-align: top;
4487
- }
4488
- .DocumentItemsCount-module_items__3pfxW {
4489
- margin-left: 1px;
4490
-
4491
- vertical-align: top;
4492
- }
4493
-
4494
4466
  /* Colors */
4495
4467
  /* Fonts */
4496
4468
  /* Gap */
@@ -4593,8 +4565,108 @@ a mark {
4593
4565
 
4594
4566
  fill: transparent;
4595
4567
  }
4596
- .ToolbarButton-module_isActive__3NLAE {
4597
- fill: currentColor;
4568
+ .ToolbarButton-module_isActive__3NLAE {
4569
+ fill: currentColor;
4570
+ }
4571
+
4572
+ /* Colors */
4573
+ /* Fonts */
4574
+ /* Gap */
4575
+ /* Media */
4576
+ /* 512 */
4577
+ /* 650 */
4578
+ /* 768 */
4579
+ /* 1024 */
4580
+ /* 1010 */
4581
+ /* 1200 */
4582
+ /* 511 */
4583
+ /* 1023 */
4584
+ /* Zindex */
4585
+ .Footnote-module_root__2a0-B {
4586
+ position: relative;
4587
+
4588
+ width: 320px;
4589
+ padding: 20px;
4590
+
4591
+ border-radius: 8px;
4592
+ background-color: #fff;
4593
+ box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
4594
+ }
4595
+ .Footnote-module_body__259Ly {
4596
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
4597
+ font-size: 16px;
4598
+ line-height: 22px;
4599
+ }
4600
+ .Footnote-module_body__259Ly h3 {
4601
+ margin: 0 0 16px;
4602
+
4603
+ font-size: inherit;
4604
+ font-weight: 700;
4605
+ line-height: inherit;
4606
+ }
4607
+ .Footnote-module_body__259Ly p {
4608
+ margin: 0;
4609
+ }
4610
+ .Footnote-module_body__259Ly p + p {
4611
+ margin-top: 6px;
4612
+ }
4613
+ .Footnote-module_body__259Ly a {
4614
+ color: inherit;
4615
+ box-shadow: inset 0 -1px #b88b59;
4616
+ }
4617
+ .Footnote-module_body__259Ly a:hover {
4618
+ color: #b88b59;
4619
+ }
4620
+ .Footnote-module_dismiss__1HKG5 {
4621
+ position: absolute;
4622
+ top: 0;
4623
+ right: 0;
4624
+
4625
+ margin: 0;
4626
+ padding: 6px 9px 10px;
4627
+
4628
+ cursor: pointer;
4629
+
4630
+ color: #b3b3b3;
4631
+ border-width: 0;
4632
+ outline: none;
4633
+ background-color: transparent;
4634
+ }
4635
+ .Footnote-module_dismiss__1HKG5:hover {
4636
+ color: #757575;
4637
+ }
4638
+ .Footnote-module_dismiss__1HKG5 svg {
4639
+ width: 12px;
4640
+ height: 12px;
4641
+ }
4642
+
4643
+
4644
+ /* stylelint-disable declaration-empty-line-before */
4645
+ /* Colors */
4646
+ /* Fonts */
4647
+ /* Gap */
4648
+ /* Media */
4649
+ /* 512 */
4650
+ /* 650 */
4651
+ /* 768 */
4652
+ /* 1024 */
4653
+ /* 1010 */
4654
+ /* 1200 */
4655
+ /* 511 */
4656
+ /* 1023 */
4657
+ /* Zindex */
4658
+ .DocumentItemsCount-module_root__P3q-z {
4659
+ display: inline;
4660
+
4661
+ line-height: inherit;
4662
+ }
4663
+ .DocumentItemsCount-module_root__P3q-z svg {
4664
+ vertical-align: top;
4665
+ }
4666
+ .DocumentItemsCount-module_items__3pfxW {
4667
+ margin-left: 1px;
4668
+
4669
+ vertical-align: top;
4598
4670
  }
4599
4671
 
4600
4672
  /* Colors */
@@ -5052,78 +5124,6 @@ a mark {
5052
5124
  }
5053
5125
  }
5054
5126
 
5055
- /* Colors */
5056
- /* Fonts */
5057
- /* Gap */
5058
- /* Media */
5059
- /* 512 */
5060
- /* 650 */
5061
- /* 768 */
5062
- /* 1024 */
5063
- /* 1010 */
5064
- /* 1200 */
5065
- /* 511 */
5066
- /* 1023 */
5067
- /* Zindex */
5068
- .Footnote-module_root__2a0-B {
5069
- position: relative;
5070
-
5071
- width: 320px;
5072
- padding: 20px;
5073
-
5074
- border-radius: 8px;
5075
- background-color: #fff;
5076
- box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
5077
- }
5078
- .Footnote-module_body__259Ly {
5079
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
5080
- font-size: 16px;
5081
- line-height: 22px;
5082
- }
5083
- .Footnote-module_body__259Ly h3 {
5084
- margin: 0 0 16px;
5085
-
5086
- font-size: inherit;
5087
- font-weight: 700;
5088
- line-height: inherit;
5089
- }
5090
- .Footnote-module_body__259Ly p {
5091
- margin: 0;
5092
- }
5093
- .Footnote-module_body__259Ly p + p {
5094
- margin-top: 6px;
5095
- }
5096
- .Footnote-module_body__259Ly a {
5097
- color: inherit;
5098
- box-shadow: inset 0 -1px #b88b59;
5099
- }
5100
- .Footnote-module_body__259Ly a:hover {
5101
- color: #b88b59;
5102
- }
5103
- .Footnote-module_dismiss__1HKG5 {
5104
- position: absolute;
5105
- top: 0;
5106
- right: 0;
5107
-
5108
- margin: 0;
5109
- padding: 6px 9px 10px;
5110
-
5111
- cursor: pointer;
5112
-
5113
- color: #b3b3b3;
5114
- border-width: 0;
5115
- outline: none;
5116
- background-color: transparent;
5117
- }
5118
- .Footnote-module_dismiss__1HKG5:hover {
5119
- color: #757575;
5120
- }
5121
- .Footnote-module_dismiss__1HKG5 svg {
5122
- width: 12px;
5123
- height: 12px;
5124
- }
5125
-
5126
-
5127
5127
  /* Colors */
5128
5128
  /* Fonts */
5129
5129
  /* Gap */
@@ -5288,6 +5288,215 @@ a mark {
5288
5288
  }
5289
5289
  }
5290
5290
 
5291
+ /* Colors */
5292
+ /* Fonts */
5293
+ /* Gap */
5294
+ /* Media */
5295
+ /* 512 */
5296
+ /* 650 */
5297
+ /* 768 */
5298
+ /* 1024 */
5299
+ /* 1010 */
5300
+ /* 1200 */
5301
+ /* 511 */
5302
+ /* 1023 */
5303
+ /* Zindex */
5304
+ .ShopRelatedBlock-module_root__x4vdk {
5305
+ position: relative;
5306
+ z-index: 10;
5307
+
5308
+ display: block;
5309
+ overflow: hidden;
5310
+
5311
+ text-decoration: none;
5312
+
5313
+ color: #000;
5314
+ border-radius: 8px;
5315
+ outline-width: 0
5316
+ }
5317
+ @media only screen and (min-width: 32em) {
5318
+ .ShopRelatedBlock-module_root__x4vdk {
5319
+ color: #fff
5320
+ }
5321
+ }
5322
+ @media only screen and (min-width: 32em) {
5323
+ .ShopRelatedBlock-module_root__x4vdk:hover {
5324
+ opacity: 0.95
5325
+ }
5326
+ }
5327
+ .ShopRelatedBlock-module_root__x4vdk::after {
5328
+ position: absolute;
5329
+ z-index: 20;
5330
+ top: 0;
5331
+ right: 0;
5332
+ bottom: 0;
5333
+ left: 0;
5334
+
5335
+ content: '';
5336
+
5337
+ border-radius: 8px;
5338
+ }
5339
+ .ShopRelatedBlock-module_root__x4vdk::before {
5340
+ display: block;
5341
+
5342
+ width: 100%;
5343
+ }
5344
+ .ShopRelatedBlock-module_root__x4vdk::after {
5345
+ box-shadow: inset 0 4px #b88b59, inset 0 5px rgba(0, 0, 0, 0.2),
5346
+ inset 0 0 0 1px rgba(0, 0, 0, 0.1);
5347
+ }
5348
+ .ShopRelatedBlock-module_root__x4vdk,
5349
+ .ShopRelatedBlock-module_wrapper__3jQp9 {
5350
+ margin: 16px 0
5351
+ }
5352
+ @media only screen and (min-width: 48em) {
5353
+ .ShopRelatedBlock-module_root__x4vdk,
5354
+ .ShopRelatedBlock-module_wrapper__3jQp9 {
5355
+ margin: 25px 0
5356
+ }
5357
+ }
5358
+ .ShopRelatedBlock-module_overlay__15S5a,
5359
+ .ShopRelatedBlock-module_overlayHeader__2IXK- {
5360
+ position: absolute;
5361
+ z-index: 10;
5362
+ right: 0;
5363
+ left: 0;
5364
+ }
5365
+ .ShopRelatedBlock-module_overlay__15S5a {
5366
+ bottom: 0;
5367
+
5368
+ height: 295px;
5369
+ }
5370
+ .ShopRelatedBlock-module_overlayHeader__2IXK- {
5371
+ top: 0;
5372
+
5373
+ height: 150px;
5374
+ }
5375
+ .ShopRelatedBlock-module_body__3ipYj {
5376
+ display: -webkit-box;
5377
+ display: -webkit-flex;
5378
+ display: -ms-flexbox;
5379
+ display: flex;
5380
+ flex-flow: column nowrap;
5381
+ justify-content: flex-end;
5382
+
5383
+ padding: 12px 15px;
5384
+
5385
+ background-color: #f7f7f7
5386
+ }
5387
+ @media only screen and (min-width: 32em) {
5388
+ .ShopRelatedBlock-module_body__3ipYj {
5389
+ position: absolute;
5390
+ z-index: 10;
5391
+ right: 0;
5392
+ bottom: 0;
5393
+ left: 0;
5394
+
5395
+ min-height: 295px;
5396
+ padding: 20px;
5397
+
5398
+ background-color: transparent
5399
+ }
5400
+ }
5401
+ @media only screen and (min-width: 32em) {
5402
+ .ShopRelatedBlock-module_hasGradient__1pghj .ShopRelatedBlock-module_body__3ipYj {
5403
+ position: absolute;
5404
+ z-index: 10;
5405
+ right: 0;
5406
+ bottom: 0;
5407
+ left: 0;
5408
+
5409
+ min-height: 295px;
5410
+
5411
+ background-color: transparent
5412
+ }
5413
+ }
5414
+ .ShopRelatedBlock-module_picture__1bu9H {
5415
+ position: relative;
5416
+ }
5417
+ .ShopRelatedBlock-module_picture__1bu9H::after {
5418
+ position: absolute;
5419
+ z-index: 10;
5420
+ right: 1px;
5421
+ bottom: 0;
5422
+ left: 1px;
5423
+
5424
+ content: '';
5425
+
5426
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1)
5427
+ }
5428
+ @media only screen and (min-width: 32em) {
5429
+ .ShopRelatedBlock-module_picture__1bu9H::after {
5430
+ content: ''
5431
+ }
5432
+ }
5433
+ .ShopRelatedBlock-module_tag__2vTKm {
5434
+ position: absolute;
5435
+ z-index: 10;
5436
+ top: 14px;
5437
+ right: 15px;
5438
+ left: 15px;
5439
+
5440
+ color: rgba(255, 255, 255, 0.7);
5441
+
5442
+ font-size: 12px
5443
+ }
5444
+ @media only screen and (min-width: 64em) {
5445
+ .ShopRelatedBlock-module_tag__2vTKm {
5446
+ top: 16px;
5447
+ right: 20px;
5448
+ left: 20px
5449
+ }
5450
+ }
5451
+ .ShopRelatedBlock-module_center__2H85- {
5452
+ width: 100%;
5453
+ max-width: 650px;
5454
+ margin-right: auto;
5455
+ margin-left: auto;
5456
+ }
5457
+ .ShopRelatedBlock-module_title__1ZIW0 {
5458
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
5459
+ font-size: 19px;
5460
+ font-weight: 700;
5461
+ line-height: 23px
5462
+ }
5463
+ @media only screen and (min-width: 64em) {
5464
+ .ShopRelatedBlock-module_title__1ZIW0 {
5465
+ font-size: 1.3rem;
5466
+ line-height: 1.6rem
5467
+ }
5468
+ }
5469
+ .ShopRelatedBlock-module_price__2cVXM {
5470
+ display: block;
5471
+ }
5472
+ /* Themes */
5473
+ .ShopRelatedBlock-module_dark__3Gfbc {
5474
+ color: #000;
5475
+ }
5476
+ .ShopRelatedBlock-module_dark__3Gfbc .ShopRelatedBlock-module_tag__2vTKm {
5477
+ color: rgba(0, 0, 0, 0.7);
5478
+ }
5479
+ @media only screen and (min-width: 32em) {
5480
+ .ShopRelatedBlock-module_light__1y8Qy {
5481
+ color: #fff;
5482
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5)
5483
+ }
5484
+ }
5485
+ /* Display */
5486
+ @media only screen and (min-width: 32em) {
5487
+ .ShopRelatedBlock-module_mobile__AleU0 {
5488
+ display: none
5489
+ }
5490
+ }
5491
+ .ShopRelatedBlock-module_desktop__2--zA {
5492
+ display: none
5493
+ }
5494
+ @media only screen and (min-width: 32em) {
5495
+ .ShopRelatedBlock-module_desktop__2--zA {
5496
+ display: block
5497
+ }
5498
+ }
5499
+
5291
5500
  /* Colors */
5292
5501
  /* Fonts */
5293
5502
  /* Gap */