@meduza/ui-kit-2 0.1.20 → 0.1.21

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,170 +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
- .Switcher-module_root__1Env1 {
245
- position: relative;
246
-
247
- display: -webkit-box;
248
-
249
- display: -webkit-flex;
250
-
251
- display: -ms-flexbox;
252
-
253
- display: flex;
254
- flex-flow: row nowrap;
255
- align-items: center;
256
-
257
- font-weight: 600;
258
-
259
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
260
- white-space: nowrap;
261
-
262
- cursor: pointer;
263
-
264
- -webkit-user-select: none;
265
-
266
- -moz-user-select: none;
267
-
268
- -ms-user-select: none;
269
-
270
- user-select: none;
271
- }
272
- .Switcher-module_dark__1IzaH {
273
- color: inherit;
274
- }
275
- .Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
276
- background-color: transparent;
277
- }
278
- .Switcher-module_input__jaMVF {
279
- position: absolute;
280
- top: 0;
281
- left: 0;
282
-
283
- opacity: 0;
284
- }
285
- .Switcher-module_control__1NTvY {
286
- position: relative;
287
-
288
- display: block;
289
-
290
- width: 37px;
291
- height: 21px;
292
-
293
- background-color: #e6e6e6;
294
-
295
- border-radius: 15px;
296
- }
297
- .Switcher-module_control__1NTvY::before {
298
- position: absolute;
299
- top: 0;
300
- bottom: 0;
301
- left: 0;
302
-
303
- width: 18px;
304
-
305
- background: rgba(19, 191, 17, 0);
306
-
307
- border-radius: 15px;
308
-
309
- transition: 0.25s ease-in-out;
310
-
311
- content: '';
312
- }
313
- .Switcher-module_knob__3kEy5 {
314
- position: relative;
315
- top: 2px;
316
- left: 2px;
317
- z-index: 200;
318
-
319
- display: block;
320
-
321
- width: 17px;
322
- height: 17px;
323
-
324
- background: #fff;
325
-
326
- border-radius: 15px;
327
-
328
- transition: 0.25s ease-in-out;
329
- }
330
- .Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
331
- width: 100%;
332
-
333
- background-color: #b88b59;
334
- }
335
- .Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
336
- box-shadow: inset 0 0 0 1px transparent;
337
- }
338
- .Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
339
- left: 18px;
340
- }
341
- .Switcher-module_children__147JP.Switcher-module_left__2coeE {
342
- margin-right: 6px;
343
- }
344
- .Switcher-module_children__147JP.Switcher-module_right__yWG7h {
345
- margin-left: 6px;
346
- }
347
- /* panel */
348
- .Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
349
-
350
- color: #999;
351
-
352
- font-size: 13px;
353
- letter-spacing: 0.5px;
354
- text-transform: uppercase;
355
- }
356
- /* menu */
357
- .Switcher-module_isInMenu__3XJYj {
358
- font-weight: normal;
359
- }
360
- .Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
361
- margin-right: 8px;
362
- }
363
- .Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
364
- width: 48px;
365
- height: 30px;
366
- }
367
- .Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
368
- top: 4px;
369
-
370
- width: 22px;
371
- height: 22px;
372
-
373
- background-color: #bababa;
374
- }
375
- /* stylelint-disable selector-max-compound-selectors */
376
- .Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
377
- left: 23px;
378
-
379
- background-color: #fff;
380
- }
381
- /* live */
382
- .Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
383
-
384
- color: #7f7f7f;
385
-
386
- font-size: 13px;
387
- letter-spacing: 0.5px;
388
- text-transform: uppercase;
389
- }
390
- .Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
391
- background-color: #1a1a1a;
392
- box-shadow: inset 0 0 0 1px #323232;
393
- }
394
-
395
231
  /* Colors */
396
232
  /* Fonts */
397
233
  /* Gap */
@@ -712,6 +548,170 @@
712
548
  outline: none;
713
549
  }
714
550
 
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
+ .Switcher-module_root__1Env1 {
565
+ position: relative;
566
+
567
+ display: -webkit-box;
568
+
569
+ display: -webkit-flex;
570
+
571
+ display: -ms-flexbox;
572
+
573
+ display: flex;
574
+ flex-flow: row nowrap;
575
+ align-items: center;
576
+
577
+ font-weight: 600;
578
+
579
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
580
+ white-space: nowrap;
581
+
582
+ cursor: pointer;
583
+
584
+ -webkit-user-select: none;
585
+
586
+ -moz-user-select: none;
587
+
588
+ -ms-user-select: none;
589
+
590
+ user-select: none;
591
+ }
592
+ .Switcher-module_dark__1IzaH {
593
+ color: inherit;
594
+ }
595
+ .Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
596
+ background-color: transparent;
597
+ }
598
+ .Switcher-module_input__jaMVF {
599
+ position: absolute;
600
+ top: 0;
601
+ left: 0;
602
+
603
+ opacity: 0;
604
+ }
605
+ .Switcher-module_control__1NTvY {
606
+ position: relative;
607
+
608
+ display: block;
609
+
610
+ width: 37px;
611
+ height: 21px;
612
+
613
+ background-color: #e6e6e6;
614
+
615
+ border-radius: 15px;
616
+ }
617
+ .Switcher-module_control__1NTvY::before {
618
+ position: absolute;
619
+ top: 0;
620
+ bottom: 0;
621
+ left: 0;
622
+
623
+ width: 18px;
624
+
625
+ background: rgba(19, 191, 17, 0);
626
+
627
+ border-radius: 15px;
628
+
629
+ transition: 0.25s ease-in-out;
630
+
631
+ content: '';
632
+ }
633
+ .Switcher-module_knob__3kEy5 {
634
+ position: relative;
635
+ top: 2px;
636
+ left: 2px;
637
+ z-index: 200;
638
+
639
+ display: block;
640
+
641
+ width: 17px;
642
+ height: 17px;
643
+
644
+ background: #fff;
645
+
646
+ border-radius: 15px;
647
+
648
+ transition: 0.25s ease-in-out;
649
+ }
650
+ .Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
651
+ width: 100%;
652
+
653
+ background-color: #b88b59;
654
+ }
655
+ .Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
656
+ box-shadow: inset 0 0 0 1px transparent;
657
+ }
658
+ .Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
659
+ left: 18px;
660
+ }
661
+ .Switcher-module_children__147JP.Switcher-module_left__2coeE {
662
+ margin-right: 6px;
663
+ }
664
+ .Switcher-module_children__147JP.Switcher-module_right__yWG7h {
665
+ margin-left: 6px;
666
+ }
667
+ /* panel */
668
+ .Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
669
+
670
+ color: #999;
671
+
672
+ font-size: 13px;
673
+ letter-spacing: 0.5px;
674
+ text-transform: uppercase;
675
+ }
676
+ /* menu */
677
+ .Switcher-module_isInMenu__3XJYj {
678
+ font-weight: normal;
679
+ }
680
+ .Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
681
+ margin-right: 8px;
682
+ }
683
+ .Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
684
+ width: 48px;
685
+ height: 30px;
686
+ }
687
+ .Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
688
+ top: 4px;
689
+
690
+ width: 22px;
691
+ height: 22px;
692
+
693
+ background-color: #bababa;
694
+ }
695
+ /* stylelint-disable selector-max-compound-selectors */
696
+ .Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
697
+ left: 23px;
698
+
699
+ background-color: #fff;
700
+ }
701
+ /* live */
702
+ .Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
703
+
704
+ color: #7f7f7f;
705
+
706
+ font-size: 13px;
707
+ letter-spacing: 0.5px;
708
+ text-transform: uppercase;
709
+ }
710
+ .Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
711
+ background-color: #1a1a1a;
712
+ box-shadow: inset 0 0 0 1px #323232;
713
+ }
714
+
715
715
  /* Colors */
716
716
  /* Fonts */
717
717
  /* Gap */
@@ -838,6 +838,26 @@
838
838
  }
839
839
  }
840
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
+
841
861
  /* Colors */
842
862
  /* Fonts */
843
863
  /* Gap */
@@ -1263,26 +1283,6 @@
1263
1283
  min-width: 50px;
1264
1284
  }
1265
1285
 
1266
- /* Colors */
1267
- /* Fonts */
1268
- /* Gap */
1269
- /* Media */
1270
- /* 512 */
1271
- /* 650 */
1272
- /* 768 */
1273
- /* 1024 */
1274
- /* 1010 */
1275
- /* 1200 */
1276
- /* 511 */
1277
- /* 1023 */
1278
- /* Zindex */
1279
- .Lazy-module_root__2Z72l {
1280
- display: block;
1281
- }
1282
- .Lazy-module_visible__3-SdX {
1283
- color: red;
1284
- }
1285
-
1286
1286
  /* Colors */
1287
1287
  /* Fonts */
1288
1288
  /* Gap */
@@ -1829,136 +1829,20 @@
1829
1829
  }
1830
1830
  .Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
1831
1831
  .Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
1832
- content: none;
1833
- }
1834
- @media only screen and (min-device-width: 64em) {
1835
- .Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
1836
- .Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
1837
- margin-left: 0
1838
- }
1839
- }
1840
- .Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
1841
- border-left-color: rgba(255, 255, 255, 0.2);
1842
- }
1843
- [data-context="prodano"] .Toolbar-module_root__2HF2r {
1844
- display: none;
1845
- }
1846
-
1847
- /* Colors */
1848
- /* Fonts */
1849
- /* Gap */
1850
- /* Media */
1851
- /* 512 */
1852
- /* 650 */
1853
- /* 768 */
1854
- /* 1024 */
1855
- /* 1010 */
1856
- /* 1200 */
1857
- /* 511 */
1858
- /* 1023 */
1859
- /* Zindex */
1860
- .Meta-module_root__12AG7 {
1861
- transform: translateZ(0);
1862
-
1863
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
1864
- font-size: 12px;
1865
- line-height: 14px;
1866
-
1867
- fill: inherit;
1868
- }
1869
- .Meta-module_rich__1XBtZ,
1870
- .Meta-module_podcast__1m4zo,
1871
- .Meta-module_episode__1K2Xv,
1872
- .Meta-module_simple__3vUiI,
1873
- .Meta-module_slide__3g6fG,
1874
- .Meta-module_card__LE1RK,
1875
- .Meta-module_game__3aNlZ,
1876
- .Meta-module_isInMaterial__zaYMy {
1877
- width: 100%;
1878
-
1879
- color: #757575;
1880
- }
1881
- .Meta-module_podcast__1m4zo {
1882
- fill: currentColor;
1883
- }
1884
- .Meta-module_isInSearchItem__1wbpx {
1885
- color: rgba(255, 255, 255, 0.7);
1886
- }
1887
- @media only screen and (min-device-width: 64em) {
1888
- .Meta-module_center__3BBPr.Meta-module_half__1xRkT {
1889
- text-align: left
1890
- }
1891
- }
1892
- @media only screen and (min-device-width: 32em) {
1893
- .Meta-module_episode__1K2Xv,
1894
- .Meta-module_card__LE1RK,
1895
- .Meta-module_slide__3g6fG,
1896
- .Meta-module_game__3aNlZ,
1897
- .Meta-module_center__3BBPr {
1898
- text-align: center
1899
- }
1900
- }
1901
- .Meta-module_light__2baE- {
1902
- color: rgba(255, 255, 255, 0.6);
1903
-
1904
- fill: currentColor;
1905
- }
1906
- .Meta-module_dark__24y9m {
1907
- color: rgba(0, 0, 0, 0.4);
1908
- }
1909
- .Meta-module_episode__1K2Xv,
1910
- .Meta-module_card__LE1RK,
1911
- .Meta-module_slide__3g6fG,
1912
- .Meta-module_podcast__1m4zo {
1913
- display: -webkit-box;
1914
- display: -webkit-flex;
1915
- display: -ms-flexbox;
1916
- display: flex;
1917
- align-items: center;
1918
- flex-flow: row wrap
1919
- }
1920
- @media only screen and (min-device-width: 48em) {
1921
- .Meta-module_episode__1K2Xv,
1922
- .Meta-module_card__LE1RK,
1923
- .Meta-module_slide__3g6fG,
1924
- .Meta-module_podcast__1m4zo {
1925
- display: block
1926
- }
1927
- }
1928
- @media only screen and (max-device-width: 32.1875em) {
1929
- .Meta-module_hasSource__2lXiN {
1930
- display: -webkit-box;
1931
- display: -webkit-flex;
1932
- display: -ms-flexbox;
1933
- display: flex;
1934
- flex-flow: row wrap
1935
- }
1936
- }
1937
- .Meta-module_bookmark__3ot3k {
1938
- position: absolute;
1939
- z-index: 10;
1940
- right: -12px;
1941
- bottom: -4px
1942
- }
1943
- @media only screen and (min-device-width: 32em) {
1944
- .Meta-module_bookmark__3ot3k {
1945
- display: none
1946
- }
1947
- }
1948
- /* VISIBILITY */
1949
- @media only screen and (min-device-width: 32em) {
1950
- .Meta-module_mobile__22LGV {
1951
- display: none
1832
+ content: none;
1833
+ }
1834
+ @media only screen and (min-device-width: 64em) {
1835
+ .Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
1836
+ .Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
1837
+ margin-left: 0
1952
1838
  }
1953
1839
  }
1954
- .Meta-module_desktop__1ZGUS {
1955
- display: none
1840
+ .Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
1841
+ border-left-color: rgba(255, 255, 255, 0.2);
1956
1842
  }
1957
- @media only screen and (min-device-width: 32em) {
1958
- .Meta-module_desktop__1ZGUS {
1959
- display: block
1843
+ [data-context="prodano"] .Toolbar-module_root__2HF2r {
1844
+ display: none;
1960
1845
  }
1961
- }
1962
1846
 
1963
1847
  /* Colors */
1964
1848
  /* Fonts */
@@ -2171,6 +2055,122 @@
2171
2055
  }
2172
2056
  }
2173
2057
 
2058
+ /* Colors */
2059
+ /* Fonts */
2060
+ /* Gap */
2061
+ /* Media */
2062
+ /* 512 */
2063
+ /* 650 */
2064
+ /* 768 */
2065
+ /* 1024 */
2066
+ /* 1010 */
2067
+ /* 1200 */
2068
+ /* 511 */
2069
+ /* 1023 */
2070
+ /* Zindex */
2071
+ .Meta-module_root__12AG7 {
2072
+ transform: translateZ(0);
2073
+
2074
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2075
+ font-size: 12px;
2076
+ line-height: 14px;
2077
+
2078
+ fill: inherit;
2079
+ }
2080
+ .Meta-module_rich__1XBtZ,
2081
+ .Meta-module_podcast__1m4zo,
2082
+ .Meta-module_episode__1K2Xv,
2083
+ .Meta-module_simple__3vUiI,
2084
+ .Meta-module_slide__3g6fG,
2085
+ .Meta-module_card__LE1RK,
2086
+ .Meta-module_game__3aNlZ,
2087
+ .Meta-module_isInMaterial__zaYMy {
2088
+ width: 100%;
2089
+
2090
+ color: #757575;
2091
+ }
2092
+ .Meta-module_podcast__1m4zo {
2093
+ fill: currentColor;
2094
+ }
2095
+ .Meta-module_isInSearchItem__1wbpx {
2096
+ color: rgba(255, 255, 255, 0.7);
2097
+ }
2098
+ @media only screen and (min-device-width: 64em) {
2099
+ .Meta-module_center__3BBPr.Meta-module_half__1xRkT {
2100
+ text-align: left
2101
+ }
2102
+ }
2103
+ @media only screen and (min-device-width: 32em) {
2104
+ .Meta-module_episode__1K2Xv,
2105
+ .Meta-module_card__LE1RK,
2106
+ .Meta-module_slide__3g6fG,
2107
+ .Meta-module_game__3aNlZ,
2108
+ .Meta-module_center__3BBPr {
2109
+ text-align: center
2110
+ }
2111
+ }
2112
+ .Meta-module_light__2baE- {
2113
+ color: rgba(255, 255, 255, 0.6);
2114
+
2115
+ fill: currentColor;
2116
+ }
2117
+ .Meta-module_dark__24y9m {
2118
+ color: rgba(0, 0, 0, 0.4);
2119
+ }
2120
+ .Meta-module_episode__1K2Xv,
2121
+ .Meta-module_card__LE1RK,
2122
+ .Meta-module_slide__3g6fG,
2123
+ .Meta-module_podcast__1m4zo {
2124
+ display: -webkit-box;
2125
+ display: -webkit-flex;
2126
+ display: -ms-flexbox;
2127
+ display: flex;
2128
+ align-items: center;
2129
+ flex-flow: row wrap
2130
+ }
2131
+ @media only screen and (min-device-width: 48em) {
2132
+ .Meta-module_episode__1K2Xv,
2133
+ .Meta-module_card__LE1RK,
2134
+ .Meta-module_slide__3g6fG,
2135
+ .Meta-module_podcast__1m4zo {
2136
+ display: block
2137
+ }
2138
+ }
2139
+ @media only screen and (max-device-width: 32.1875em) {
2140
+ .Meta-module_hasSource__2lXiN {
2141
+ display: -webkit-box;
2142
+ display: -webkit-flex;
2143
+ display: -ms-flexbox;
2144
+ display: flex;
2145
+ flex-flow: row wrap
2146
+ }
2147
+ }
2148
+ .Meta-module_bookmark__3ot3k {
2149
+ position: absolute;
2150
+ z-index: 10;
2151
+ right: -12px;
2152
+ bottom: -4px
2153
+ }
2154
+ @media only screen and (min-device-width: 32em) {
2155
+ .Meta-module_bookmark__3ot3k {
2156
+ display: none
2157
+ }
2158
+ }
2159
+ /* VISIBILITY */
2160
+ @media only screen and (min-device-width: 32em) {
2161
+ .Meta-module_mobile__22LGV {
2162
+ display: none
2163
+ }
2164
+ }
2165
+ .Meta-module_desktop__1ZGUS {
2166
+ display: none
2167
+ }
2168
+ @media only screen and (min-device-width: 32em) {
2169
+ .Meta-module_desktop__1ZGUS {
2170
+ display: block
2171
+ }
2172
+ }
2173
+
2174
2174
  /* Colors */
2175
2175
  /* Fonts */
2176
2176
  /* Gap */
@@ -2275,68 +2275,6 @@
2275
2275
  margin-left: auto;
2276
2276
  }
2277
2277
 
2278
- /* Colors */
2279
- /* Fonts */
2280
- /* Gap */
2281
- /* Media */
2282
- /* 512 */
2283
- /* 650 */
2284
- /* 768 */
2285
- /* 1024 */
2286
- /* 1010 */
2287
- /* 1200 */
2288
- /* 511 */
2289
- /* 1023 */
2290
- /* Zindex */
2291
- .CardTitle-module_root__1uqqF {
2292
- margin-bottom: 11px
2293
- }
2294
- @media only screen and (min-device-width: 64em) {
2295
- .CardTitle-module_root__1uqqF {
2296
- margin-bottom: 10px;
2297
-
2298
- text-align: center
2299
- }
2300
- }
2301
- .CardTitle-module_index__4FsTf {
2302
- margin-bottom: 7px;
2303
-
2304
- color: #b88b59;
2305
-
2306
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2307
- font-size: 20px;
2308
- font-weight: 700;
2309
- line-height: 24px;
2310
- }
2311
- .CardTitle-module_title__2iTI6 {
2312
- color: #1d1d1d;
2313
-
2314
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2315
- font-size: 20px;
2316
- font-weight: 700;
2317
- line-height: 24px
2318
- }
2319
- @media only screen and (min-device-width: 64em) {
2320
- .CardTitle-module_title__2iTI6 {
2321
- font-size: 28px;
2322
- line-height: 34px
2323
- }
2324
- }
2325
- /* VISIBILITY */
2326
- @media only screen and (min-device-width: 32em) {
2327
- .CardTitle-module_mobile__1_kij {
2328
- display: none
2329
- }
2330
- }
2331
- .CardTitle-module_desktop__1l3_n {
2332
- display: none
2333
- }
2334
- @media only screen and (min-device-width: 32em) {
2335
- .CardTitle-module_desktop__1l3_n {
2336
- display: block
2337
- }
2338
- }
2339
-
2340
2278
  /* Colors */
2341
2279
  /* Fonts */
2342
2280
  /* Gap */
@@ -2415,7 +2353,69 @@
2415
2353
  }
2416
2354
  }
2417
2355
 
2418
-
2356
+
2357
+ /* Colors */
2358
+ /* Fonts */
2359
+ /* Gap */
2360
+ /* Media */
2361
+ /* 512 */
2362
+ /* 650 */
2363
+ /* 768 */
2364
+ /* 1024 */
2365
+ /* 1010 */
2366
+ /* 1200 */
2367
+ /* 511 */
2368
+ /* 1023 */
2369
+ /* Zindex */
2370
+ .CardTitle-module_root__1uqqF {
2371
+ margin-bottom: 11px
2372
+ }
2373
+ @media only screen and (min-device-width: 64em) {
2374
+ .CardTitle-module_root__1uqqF {
2375
+ margin-bottom: 10px;
2376
+
2377
+ text-align: center
2378
+ }
2379
+ }
2380
+ .CardTitle-module_index__4FsTf {
2381
+ margin-bottom: 7px;
2382
+
2383
+ color: #b88b59;
2384
+
2385
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2386
+ font-size: 20px;
2387
+ font-weight: 700;
2388
+ line-height: 24px;
2389
+ }
2390
+ .CardTitle-module_title__2iTI6 {
2391
+ color: #1d1d1d;
2392
+
2393
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
2394
+ font-size: 20px;
2395
+ font-weight: 700;
2396
+ line-height: 24px
2397
+ }
2398
+ @media only screen and (min-device-width: 64em) {
2399
+ .CardTitle-module_title__2iTI6 {
2400
+ font-size: 28px;
2401
+ line-height: 34px
2402
+ }
2403
+ }
2404
+ /* VISIBILITY */
2405
+ @media only screen and (min-device-width: 32em) {
2406
+ .CardTitle-module_mobile__1_kij {
2407
+ display: none
2408
+ }
2409
+ }
2410
+ .CardTitle-module_desktop__1l3_n {
2411
+ display: none
2412
+ }
2413
+ @media only screen and (min-device-width: 32em) {
2414
+ .CardTitle-module_desktop__1l3_n {
2415
+ display: block
2416
+ }
2417
+ }
2418
+
2419
2419
  /* Colors */
2420
2420
  /* Fonts */
2421
2421
  /* Gap */
@@ -2809,6 +2809,136 @@
2809
2809
  }
2810
2810
 
2811
2811
 
2812
+ /* Colors */
2813
+ /* Fonts */
2814
+ /* Gap */
2815
+ /* Media */
2816
+ /* 512 */
2817
+ /* 650 */
2818
+ /* 768 */
2819
+ /* 1024 */
2820
+ /* 1010 */
2821
+ /* 1200 */
2822
+ /* 511 */
2823
+ /* 1023 */
2824
+ /* Zindex */
2825
+ .RelatedBlock-module_root__IKcQq {
2826
+ margin: 16px 0;
2827
+
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
2835
+ }
2836
+ }
2837
+ .RelatedBlock-module_root__IKcQq:last-child {
2838
+ margin-bottom: 0;
2839
+ }
2840
+ .RelatedBlock-module_root__IKcQq:first-child {
2841
+ margin-top: 0;
2842
+ }
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;
2853
+
2854
+ font-size: 17px;
2855
+ line-height: 20px
2856
+ }
2857
+ @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
2863
+ }
2864
+ }
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;
2876
+
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;
2885
+
2886
+ font-size: 14px;
2887
+ line-height: 16px
2888
+ }
2889
+ }
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
2907
+ }
2908
+ @media only screen and (min-device-width: 48em) {
2909
+ .RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
2910
+ font-size: 18px
2911
+ }
2912
+ }
2913
+ .RelatedBlock-module_simple__29HVO {
2914
+ }
2915
+ .RelatedBlock-module_center__1LmW8 {
2916
+ max-width: 650px;
2917
+ margin-right: auto;
2918
+ margin-left: auto;
2919
+ }
2920
+ .RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
2921
+ margin-top: 0;
2922
+ }
2923
+ .RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
2924
+ margin-bottom: 0;
2925
+ }
2926
+ /* VISIBILITY */
2927
+ @media only screen and (min-device-width: 32em) {
2928
+ .RelatedBlock-module_mobile__2XM5a {
2929
+ display: none
2930
+ }
2931
+ }
2932
+ .RelatedBlock-module_desktop__2mXeq {
2933
+ display: none
2934
+ }
2935
+ @media only screen and (min-device-width: 32em) {
2936
+ .RelatedBlock-module_desktop__2mXeq {
2937
+ display: block
2938
+ }
2939
+ }
2940
+
2941
+
2812
2942
  /* Colors */
2813
2943
  /* Fonts */
2814
2944
  /* Gap */
@@ -3010,216 +3140,86 @@
3010
3140
  }
3011
3141
  @media only screen and (min-device-width: 48em) {
3012
3142
  .RichTitle-module_root__BK_WT span {
3013
- font-size: 38px
3014
- }
3015
- }
3016
- @media only screen and (min-device-width: 32em) {
3017
- .RichTitle-module_slide__1A-gB,
3018
- .RichTitle-module_game__1g8Bn {
3019
- text-align: center
3020
- }
3021
- }
3022
- @media only screen and (min-device-width: 64em) {
3023
- .RichTitle-module_half__10GRI {
3024
- font-size: 33px;
3025
- line-height: 36px
3026
- }
3027
- }
3028
- @media only screen and (min-device-width: 64em) {
3029
- .RichTitle-module_half__10GRI span {
3030
- font-size: 34px
3031
- }
3032
- }
3033
- .RichTitle-module_game__1g8Bn:first-child {
3034
- padding-top: 9px;
3035
- }
3036
- @media only screen and (max-device-width: 63.9375em) {
3037
- .RichTitle-module_featured__wJfaQ {
3038
- letter-spacing: 0.3px;
3039
-
3040
- font-size: 28px;
3041
- line-height: 30px
3042
- }
3043
- }
3044
- @media only screen and (max-device-width: 63.9375em) {
3045
- .RichTitle-module_featured__wJfaQ span {
3046
- display: block;
3047
-
3048
- padding-top: 2px;
3049
-
3050
- font-size: 18px;
3051
- line-height: 24px
3052
- }
3053
- }
3054
- @media only screen and (min-device-width: 64em) {
3055
- .RichTitle-module_isInMediaBlock__3RDw4 {
3056
- margin-bottom: 18px
3057
- }
3058
- }
3059
- .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
3060
- font-size: 19px;
3061
- line-height: 23px
3062
- }
3063
- @media only screen and (min-device-width: 64em) {
3064
- .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
3065
- font-size: 26px;
3066
- line-height: 32px
3067
- }
3068
- }
3069
- .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
3070
- font-size: 20px;
3071
- line-height: 23px
3072
- }
3073
- @media only screen and (min-device-width: 64em) {
3074
- .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
3075
- font-size: 27px;
3076
- line-height: 32px
3077
- }
3078
- }
3079
- @media only screen and (min-device-width: 32em) {
3080
- .RichTitle-module_mobile__1Cb6E {
3081
- display: none
3082
- }
3083
- }
3084
- .RichTitle-module_desktop__2ixSQ {
3085
- display: none
3086
- }
3087
- @media only screen and (min-device-width: 32em) {
3088
- .RichTitle-module_desktop__2ixSQ {
3089
- display: block
3090
- }
3091
- }
3092
-
3093
- /* Colors */
3094
- /* Fonts */
3095
- /* Gap */
3096
- /* Media */
3097
- /* 512 */
3098
- /* 650 */
3099
- /* 768 */
3100
- /* 1024 */
3101
- /* 1010 */
3102
- /* 1200 */
3103
- /* 511 */
3104
- /* 1023 */
3105
- /* Zindex */
3106
- .RelatedBlock-module_root__IKcQq {
3107
- margin: 16px 0;
3108
-
3109
- border-radius: 8px;
3110
- background-color: #f5f5f5;
3111
- box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
3112
- }
3113
- @media only screen and (min-device-width: 48em) {
3114
- .RelatedBlock-module_root__IKcQq {
3115
- margin: 25px 0
3116
- }
3117
- }
3118
- .RelatedBlock-module_root__IKcQq:last-child {
3119
- margin-bottom: 0;
3120
- }
3121
- .RelatedBlock-module_root__IKcQq:first-child {
3122
- margin-top: 0;
3123
- }
3124
- .RelatedBlock-module_root__IKcQq a {
3125
- display: block;
3126
-
3127
- padding: 12px 12px 13px;
3128
-
3129
- transition: color 0.15s;
3130
- text-decoration: none;
3131
-
3132
- color: #000;
3133
- box-shadow: none;
3134
-
3135
- font-size: 17px;
3136
- line-height: 20px
3143
+ font-size: 38px
3137
3144
  }
3138
- @media only screen and (min-device-width: 48em) {
3139
- .RelatedBlock-module_root__IKcQq a {
3140
- padding: 15px 20px 17px;
3141
-
3142
- font-size: 19px;
3143
- line-height: 23px
3145
+ }
3146
+ @media only screen and (min-device-width: 32em) {
3147
+ .RichTitle-module_slide__1A-gB,
3148
+ .RichTitle-module_game__1g8Bn {
3149
+ text-align: center
3144
3150
  }
3145
3151
  }
3146
- .RelatedBlock-module_root__IKcQq a:hover {
3147
- color: #5c5c5c;
3152
+ @media only screen and (min-device-width: 64em) {
3153
+ .RichTitle-module_half__10GRI {
3154
+ font-size: 33px;
3155
+ line-height: 36px
3148
3156
  }
3149
- .RelatedBlock-module_header__2SuWP {
3150
- margin: 0;
3151
- padding: 14px 12px 3px;
3152
-
3153
- letter-spacing: 1px;
3154
- text-transform: uppercase;
3155
-
3156
- color: #7F7F7F;
3157
-
3158
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3159
- font-size: 12px;
3160
- font-weight: 600;
3161
- line-height: 17px
3157
+ }
3158
+ @media only screen and (min-device-width: 64em) {
3159
+ .RichTitle-module_half__10GRI span {
3160
+ font-size: 34px
3162
3161
  }
3163
- @media only screen and (min-device-width: 48em) {
3164
- .RelatedBlock-module_header__2SuWP {
3165
- padding: 20px 20px 14px;
3162
+ }
3163
+ .RichTitle-module_game__1g8Bn:first-child {
3164
+ padding-top: 9px;
3165
+ }
3166
+ @media only screen and (max-device-width: 63.9375em) {
3167
+ .RichTitle-module_featured__wJfaQ {
3168
+ letter-spacing: 0.3px;
3166
3169
 
3167
- font-size: 14px;
3168
- line-height: 16px
3170
+ font-size: 28px;
3171
+ line-height: 30px
3169
3172
  }
3170
3173
  }
3171
- .RelatedBlock-module_items__2V-Ap {
3172
- margin: 0;
3173
- padding-left: 0;
3174
+ @media only screen and (max-device-width: 63.9375em) {
3175
+ .RichTitle-module_featured__wJfaQ span {
3176
+ display: block;
3174
3177
 
3175
- list-style: none;
3176
- }
3177
- .RelatedBlock-module_items__2V-Ap li {
3178
- padding: 0;
3179
- }
3180
- .RelatedBlock-module_items__2V-Ap li + li {
3181
- border-top: 1px solid #e6e6e6;
3182
- }
3183
- .RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
3184
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
3185
- font-size: 16px;
3186
- font-weight: 700;
3187
- line-height: 18px
3178
+ padding-top: 2px;
3179
+
3180
+ font-size: 18px;
3181
+ line-height: 24px
3188
3182
  }
3189
- @media only screen and (min-device-width: 48em) {
3190
- .RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
3191
- font-size: 18px
3183
+ }
3184
+ @media only screen and (min-device-width: 64em) {
3185
+ .RichTitle-module_isInMediaBlock__3RDw4 {
3186
+ margin-bottom: 18px
3192
3187
  }
3193
3188
  }
3194
- .RelatedBlock-module_simple__29HVO {
3189
+ .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
3190
+ font-size: 19px;
3191
+ line-height: 23px
3195
3192
  }
3196
- .RelatedBlock-module_center__1LmW8 {
3197
- max-width: 650px;
3198
- margin-right: auto;
3199
- margin-left: auto;
3193
+ @media only screen and (min-device-width: 64em) {
3194
+ .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
3195
+ font-size: 26px;
3196
+ line-height: 32px
3200
3197
  }
3201
- .RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
3202
- margin-top: 0;
3198
+ }
3199
+ .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
3200
+ font-size: 20px;
3201
+ line-height: 23px
3203
3202
  }
3204
- .RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
3205
- margin-bottom: 0;
3203
+ @media only screen and (min-device-width: 64em) {
3204
+ .RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
3205
+ font-size: 27px;
3206
+ line-height: 32px
3206
3207
  }
3207
- /* VISIBILITY */
3208
+ }
3208
3209
  @media only screen and (min-device-width: 32em) {
3209
- .RelatedBlock-module_mobile__2XM5a {
3210
+ .RichTitle-module_mobile__1Cb6E {
3210
3211
  display: none
3211
3212
  }
3212
3213
  }
3213
- .RelatedBlock-module_desktop__2mXeq {
3214
+ .RichTitle-module_desktop__2ixSQ {
3214
3215
  display: none
3215
3216
  }
3216
3217
  @media only screen and (min-device-width: 32em) {
3217
- .RelatedBlock-module_desktop__2mXeq {
3218
+ .RichTitle-module_desktop__2ixSQ {
3218
3219
  display: block
3219
3220
  }
3220
3221
  }
3221
3222
 
3222
-
3223
3223
  /* Colors */
3224
3224
  /* Fonts */
3225
3225
  /* Gap */
@@ -4447,78 +4447,6 @@ a mark {
4447
4447
  fill: currentColor;
4448
4448
  }
4449
4449
 
4450
- /* Colors */
4451
- /* Fonts */
4452
- /* Gap */
4453
- /* Media */
4454
- /* 512 */
4455
- /* 650 */
4456
- /* 768 */
4457
- /* 1024 */
4458
- /* 1010 */
4459
- /* 1200 */
4460
- /* 511 */
4461
- /* 1023 */
4462
- /* Zindex */
4463
- .Footnote-module_root__2a0-B {
4464
- position: relative;
4465
-
4466
- width: 320px;
4467
- padding: 20px;
4468
-
4469
- border-radius: 8px;
4470
- background-color: #fff;
4471
- box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
4472
- }
4473
- .Footnote-module_body__259Ly {
4474
- font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
4475
- font-size: 16px;
4476
- line-height: 22px;
4477
- }
4478
- .Footnote-module_body__259Ly h3 {
4479
- margin: 0 0 16px;
4480
-
4481
- font-size: inherit;
4482
- font-weight: 700;
4483
- line-height: inherit;
4484
- }
4485
- .Footnote-module_body__259Ly p {
4486
- margin: 0;
4487
- }
4488
- .Footnote-module_body__259Ly p + p {
4489
- margin-top: 6px;
4490
- }
4491
- .Footnote-module_body__259Ly a {
4492
- color: inherit;
4493
- box-shadow: inset 0 -1px #b88b59;
4494
- }
4495
- .Footnote-module_body__259Ly a:hover {
4496
- color: #b88b59;
4497
- }
4498
- .Footnote-module_dismiss__1HKG5 {
4499
- position: absolute;
4500
- top: 0;
4501
- right: 0;
4502
-
4503
- margin: 0;
4504
- padding: 6px 9px 10px;
4505
-
4506
- cursor: pointer;
4507
-
4508
- color: #b3b3b3;
4509
- border-width: 0;
4510
- outline: none;
4511
- background-color: transparent;
4512
- }
4513
- .Footnote-module_dismiss__1HKG5:hover {
4514
- color: #757575;
4515
- }
4516
- .Footnote-module_dismiss__1HKG5 svg {
4517
- width: 12px;
4518
- height: 12px;
4519
- }
4520
-
4521
-
4522
4450
  /* Colors */
4523
4451
  /* Fonts */
4524
4452
  /* Gap */
@@ -4686,6 +4614,78 @@ a mark {
4686
4614
  }
4687
4615
  }
4688
4616
 
4617
+ /* Colors */
4618
+ /* Fonts */
4619
+ /* Gap */
4620
+ /* Media */
4621
+ /* 512 */
4622
+ /* 650 */
4623
+ /* 768 */
4624
+ /* 1024 */
4625
+ /* 1010 */
4626
+ /* 1200 */
4627
+ /* 511 */
4628
+ /* 1023 */
4629
+ /* Zindex */
4630
+ .Footnote-module_root__2a0-B {
4631
+ position: relative;
4632
+
4633
+ width: 320px;
4634
+ padding: 20px;
4635
+
4636
+ border-radius: 8px;
4637
+ background-color: #fff;
4638
+ box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
4639
+ }
4640
+ .Footnote-module_body__259Ly {
4641
+ font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
4642
+ font-size: 16px;
4643
+ line-height: 22px;
4644
+ }
4645
+ .Footnote-module_body__259Ly h3 {
4646
+ margin: 0 0 16px;
4647
+
4648
+ font-size: inherit;
4649
+ font-weight: 700;
4650
+ line-height: inherit;
4651
+ }
4652
+ .Footnote-module_body__259Ly p {
4653
+ margin: 0;
4654
+ }
4655
+ .Footnote-module_body__259Ly p + p {
4656
+ margin-top: 6px;
4657
+ }
4658
+ .Footnote-module_body__259Ly a {
4659
+ color: inherit;
4660
+ box-shadow: inset 0 -1px #b88b59;
4661
+ }
4662
+ .Footnote-module_body__259Ly a:hover {
4663
+ color: #b88b59;
4664
+ }
4665
+ .Footnote-module_dismiss__1HKG5 {
4666
+ position: absolute;
4667
+ top: 0;
4668
+ right: 0;
4669
+
4670
+ margin: 0;
4671
+ padding: 6px 9px 10px;
4672
+
4673
+ cursor: pointer;
4674
+
4675
+ color: #b3b3b3;
4676
+ border-width: 0;
4677
+ outline: none;
4678
+ background-color: transparent;
4679
+ }
4680
+ .Footnote-module_dismiss__1HKG5:hover {
4681
+ color: #757575;
4682
+ }
4683
+ .Footnote-module_dismiss__1HKG5 svg {
4684
+ width: 12px;
4685
+ height: 12px;
4686
+ }
4687
+
4688
+
4689
4689
  /* Colors */
4690
4690
  /* Fonts */
4691
4691
  /* Gap */