@meduza/ui-kit-2 0.1.60 → 0.1.61
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/types.d.ts +2 -1
- package/dist/ui-kit.css +1320 -1320
- package/package.json +1 -1
- package/src/types.ts +2 -1
package/dist/ui-kit.css
CHANGED
|
@@ -1,239 +1,3 @@
|
|
|
1
|
-
/* Colors */
|
|
2
|
-
/* Fonts */
|
|
3
|
-
/* Gap */
|
|
4
|
-
/* Media */
|
|
5
|
-
/* 512 */
|
|
6
|
-
/* 650 */
|
|
7
|
-
/* 768 */
|
|
8
|
-
/* 1024 */
|
|
9
|
-
/* 1010 */
|
|
10
|
-
/* 1200 */
|
|
11
|
-
/* 511 */
|
|
12
|
-
/* 1023 */
|
|
13
|
-
/* Zindex */
|
|
14
|
-
.Button-module_root__RpsiW {
|
|
15
|
-
display: block;
|
|
16
|
-
|
|
17
|
-
padding: 0;
|
|
18
|
-
|
|
19
|
-
cursor: pointer;
|
|
20
|
-
-webkit-user-select: none;
|
|
21
|
-
-moz-user-select: none;
|
|
22
|
-
-ms-user-select: none;
|
|
23
|
-
user-select: none;
|
|
24
|
-
transition: background-color 0.15s ease-out;
|
|
25
|
-
text-align: center;
|
|
26
|
-
|
|
27
|
-
color: #fff;
|
|
28
|
-
border-width: 0;
|
|
29
|
-
outline: none;
|
|
30
|
-
|
|
31
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
32
|
-
line-height: 1;
|
|
33
|
-
|
|
34
|
-
-webkit-appearance: none;
|
|
35
|
-
|
|
36
|
-
-moz-appearance: none;
|
|
37
|
-
|
|
38
|
-
appearance: none;
|
|
39
|
-
}
|
|
40
|
-
.Button-module_root__RpsiW::-moz-focus-inner {
|
|
41
|
-
border: 0;
|
|
42
|
-
}
|
|
43
|
-
.Button-module_root__RpsiW[disabled] {
|
|
44
|
-
cursor: default;
|
|
45
|
-
pointer-events: none;
|
|
46
|
-
|
|
47
|
-
opacity: 0.5;
|
|
48
|
-
}
|
|
49
|
-
.Button-module_root__RpsiW > span:first-child {
|
|
50
|
-
margin-right: 4px;
|
|
51
|
-
}
|
|
52
|
-
.Button-module_root__RpsiW > span:last-child {
|
|
53
|
-
margin-left: 4px;
|
|
54
|
-
}
|
|
55
|
-
.Button-module_gold__ZMYg- {
|
|
56
|
-
background: #b88b59;
|
|
57
|
-
}
|
|
58
|
-
.Button-module_gold__ZMYg-.Button-module_isLoading__1g6QO {
|
|
59
|
-
fill: #b88b59;
|
|
60
|
-
}
|
|
61
|
-
.Button-module_gold__ZMYg-:hover {
|
|
62
|
-
background-color: #9e784c
|
|
63
|
-
}
|
|
64
|
-
@media (hover: none) {
|
|
65
|
-
.Button-module_gold__ZMYg-:hover {
|
|
66
|
-
background-color: #b88b59
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
.Button-module_gold__ZMYg-:active {
|
|
70
|
-
background-color: #856440;
|
|
71
|
-
}
|
|
72
|
-
.Button-module_gray__3IM54 {
|
|
73
|
-
color: #000;
|
|
74
|
-
background-color: #f0f0f0;
|
|
75
|
-
}
|
|
76
|
-
.Button-module_gray__3IM54.Button-module_isLoading__1g6QO {
|
|
77
|
-
fill: #545454;
|
|
78
|
-
}
|
|
79
|
-
.Button-module_gray__3IM54:hover {
|
|
80
|
-
background-color: #ebebeb
|
|
81
|
-
}
|
|
82
|
-
@media (hover: none) {
|
|
83
|
-
.Button-module_gray__3IM54:hover {
|
|
84
|
-
background-color: #ebebeb
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
.Button-module_gray__3IM54:active {
|
|
88
|
-
background-color: #e3e3e3;
|
|
89
|
-
}
|
|
90
|
-
.Button-module_sand__2AqVq {
|
|
91
|
-
background: #a18c68;
|
|
92
|
-
}
|
|
93
|
-
.Button-module_sand__2AqVq.Button-module_isLoading__1g6QO {
|
|
94
|
-
fill: #a18c68;
|
|
95
|
-
}
|
|
96
|
-
.Button-module_sand__2AqVq:hover {
|
|
97
|
-
background-color: #8a7654
|
|
98
|
-
}
|
|
99
|
-
@media (hover: none) {
|
|
100
|
-
.Button-module_sand__2AqVq:hover {
|
|
101
|
-
background-color: #a18c68
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
.Button-module_sand__2AqVq:active {
|
|
105
|
-
background-color: #7b6743;
|
|
106
|
-
}
|
|
107
|
-
.Button-module_dark__I0uXx {
|
|
108
|
-
color: #adadad;
|
|
109
|
-
background-color: #3a3a3a;
|
|
110
|
-
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
|
|
111
|
-
}
|
|
112
|
-
.Button-module_dark__I0uXx:hover {
|
|
113
|
-
background-color: #2e2e2e
|
|
114
|
-
}
|
|
115
|
-
@media (hover: none) {
|
|
116
|
-
.Button-module_dark__I0uXx:hover {
|
|
117
|
-
background-color: #3a3a3a
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
.Button-module_dark__I0uXx:active {
|
|
121
|
-
background-color: #242424;
|
|
122
|
-
}
|
|
123
|
-
.Button-module_dark__I0uXx.Button-module_isLoading__1g6QO {
|
|
124
|
-
fill: #3a3a3a;
|
|
125
|
-
}
|
|
126
|
-
.Button-module_light__1Y4hG {
|
|
127
|
-
color: #000;
|
|
128
|
-
background-color: #fff;
|
|
129
|
-
}
|
|
130
|
-
.Button-module_light__1Y4hG:hover {
|
|
131
|
-
background-color: #ebebeb
|
|
132
|
-
}
|
|
133
|
-
@media (hover: none) {
|
|
134
|
-
.Button-module_light__1Y4hG:hover {
|
|
135
|
-
background-color: #fff
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
.Button-module_light__1Y4hG:active {
|
|
139
|
-
background-color: #e3e3e3;
|
|
140
|
-
}
|
|
141
|
-
.Button-module_light__1Y4hG.Button-module_isLoading__1g6QO {
|
|
142
|
-
fill: #fff;
|
|
143
|
-
}
|
|
144
|
-
.Button-module_black__3sG3Y {
|
|
145
|
-
color: #7e7d7b;
|
|
146
|
-
background-color: #000;
|
|
147
|
-
}
|
|
148
|
-
.Button-module_black__3sG3Y.Button-module_isLoading__1g6QO {
|
|
149
|
-
fill: #7e7d7b;
|
|
150
|
-
}
|
|
151
|
-
.Button-module_black__3sG3Y:hover {
|
|
152
|
-
background-color: #141414
|
|
153
|
-
}
|
|
154
|
-
@media (hover: none) {
|
|
155
|
-
.Button-module_black__3sG3Y:hover {
|
|
156
|
-
background: #141414
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
.Button-module_black__3sG3Y:active {
|
|
160
|
-
background-color: #242424;
|
|
161
|
-
}
|
|
162
|
-
.Button-module_red__3Niou {
|
|
163
|
-
background-color: #f95a5a;
|
|
164
|
-
}
|
|
165
|
-
.Button-module_red__3Niou:hover {
|
|
166
|
-
background-color: #e65353
|
|
167
|
-
}
|
|
168
|
-
@media (hover: none) {
|
|
169
|
-
.Button-module_red__3Niou:hover {
|
|
170
|
-
background: #f95a5a
|
|
171
|
-
}
|
|
172
|
-
}
|
|
173
|
-
.Button-module_red__3Niou:active {
|
|
174
|
-
background-color: #d44d4d;
|
|
175
|
-
}
|
|
176
|
-
.Button-module_red__3Niou.Button-module_isLoading__1g6QO {
|
|
177
|
-
fill: #141414;
|
|
178
|
-
}
|
|
179
|
-
.Button-module_default__28Vo_ {
|
|
180
|
-
width: 100%;
|
|
181
|
-
height: 42px;
|
|
182
|
-
padding: 6px 18px;
|
|
183
|
-
|
|
184
|
-
letter-spacing: 1px;
|
|
185
|
-
text-transform: uppercase;
|
|
186
|
-
|
|
187
|
-
border-radius: 8px;
|
|
188
|
-
|
|
189
|
-
font-size: 12px;
|
|
190
|
-
font-weight: 600;
|
|
191
|
-
line-height: 22px
|
|
192
|
-
}
|
|
193
|
-
@media only screen and (min-width: 64em) {
|
|
194
|
-
.Button-module_default__28Vo_ {
|
|
195
|
-
padding: 7px 18px 6px;
|
|
196
|
-
|
|
197
|
-
font-size: 14px;
|
|
198
|
-
line-height: 16px
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
.Button-module_isInSpoiler__2Yl8c svg {
|
|
202
|
-
margin-top: -2px;
|
|
203
|
-
margin-left: 6px;
|
|
204
|
-
}
|
|
205
|
-
.Button-module_ghost__3awCW {
|
|
206
|
-
letter-spacing: inherit;
|
|
207
|
-
text-transform: none;
|
|
208
|
-
|
|
209
|
-
color: inherit;
|
|
210
|
-
background-color: transparent;
|
|
211
|
-
|
|
212
|
-
font-family: inherit;
|
|
213
|
-
font-size: inherit;
|
|
214
|
-
font-weight: inherit;
|
|
215
|
-
}
|
|
216
|
-
.Button-module_isInDropdown__1ogKL {
|
|
217
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
218
|
-
}
|
|
219
|
-
.Button-module_black__3sG3Y[disabled],
|
|
220
|
-
.Button-module_sand__2AqVq[disabled] {
|
|
221
|
-
opacity: 0.3;
|
|
222
|
-
}
|
|
223
|
-
/* LOADING */
|
|
224
|
-
.Button-module_root__RpsiW.Button-module_isLoading__1g6QO {
|
|
225
|
-
cursor: default;
|
|
226
|
-
pointer-events: none;
|
|
227
|
-
|
|
228
|
-
background-color: transparent;
|
|
229
|
-
box-shadow: none;
|
|
230
|
-
}
|
|
231
|
-
.Button-module_loader__2pl6d {
|
|
232
|
-
display: block;
|
|
233
|
-
|
|
234
|
-
margin-top: -1px;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
1
|
/* Colors */
|
|
238
2
|
/* Fonts */
|
|
239
3
|
/* Gap */
|
|
@@ -637,76 +401,466 @@
|
|
|
637
401
|
/* 511 */
|
|
638
402
|
/* 1023 */
|
|
639
403
|
/* Zindex */
|
|
640
|
-
.
|
|
641
|
-
position: relative;
|
|
642
|
-
z-index: 1;
|
|
643
|
-
|
|
404
|
+
.Button-module_root__RpsiW {
|
|
644
405
|
display: block;
|
|
645
|
-
overflow: hidden;
|
|
646
|
-
transition: background-color 250ms ease;
|
|
647
406
|
|
|
648
|
-
|
|
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;
|
|
407
|
+
padding: 0;
|
|
659
408
|
|
|
660
|
-
|
|
409
|
+
cursor: pointer;
|
|
410
|
+
-webkit-user-select: none;
|
|
411
|
+
-moz-user-select: none;
|
|
412
|
+
-ms-user-select: none;
|
|
413
|
+
user-select: none;
|
|
414
|
+
transition: background-color 0.15s ease-out;
|
|
415
|
+
text-align: center;
|
|
416
|
+
|
|
417
|
+
color: #fff;
|
|
418
|
+
border-width: 0;
|
|
419
|
+
outline: none;
|
|
420
|
+
|
|
421
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
422
|
+
line-height: 1;
|
|
423
|
+
|
|
424
|
+
-webkit-appearance: none;
|
|
425
|
+
|
|
426
|
+
-moz-appearance: none;
|
|
427
|
+
|
|
428
|
+
appearance: none;
|
|
429
|
+
}
|
|
430
|
+
.Button-module_root__RpsiW::-moz-focus-inner {
|
|
431
|
+
border: 0;
|
|
432
|
+
}
|
|
433
|
+
.Button-module_root__RpsiW[disabled] {
|
|
434
|
+
cursor: default;
|
|
435
|
+
pointer-events: none;
|
|
436
|
+
|
|
437
|
+
opacity: 0.5;
|
|
438
|
+
}
|
|
439
|
+
.Button-module_root__RpsiW > span:first-child {
|
|
440
|
+
margin-right: 4px;
|
|
441
|
+
}
|
|
442
|
+
.Button-module_root__RpsiW > span:last-child {
|
|
443
|
+
margin-left: 4px;
|
|
444
|
+
}
|
|
445
|
+
.Button-module_gold__ZMYg- {
|
|
446
|
+
background: #b88b59;
|
|
447
|
+
}
|
|
448
|
+
.Button-module_gold__ZMYg-.Button-module_isLoading__1g6QO {
|
|
449
|
+
fill: #b88b59;
|
|
450
|
+
}
|
|
451
|
+
.Button-module_gold__ZMYg-:hover {
|
|
452
|
+
background-color: #9e784c
|
|
453
|
+
}
|
|
454
|
+
@media (hover: none) {
|
|
455
|
+
.Button-module_gold__ZMYg-:hover {
|
|
456
|
+
background-color: #b88b59
|
|
457
|
+
}
|
|
458
|
+
}
|
|
459
|
+
.Button-module_gold__ZMYg-:active {
|
|
460
|
+
background-color: #856440;
|
|
461
|
+
}
|
|
462
|
+
.Button-module_gray__3IM54 {
|
|
463
|
+
color: #000;
|
|
464
|
+
background-color: #f0f0f0;
|
|
465
|
+
}
|
|
466
|
+
.Button-module_gray__3IM54.Button-module_isLoading__1g6QO {
|
|
467
|
+
fill: #545454;
|
|
468
|
+
}
|
|
469
|
+
.Button-module_gray__3IM54:hover {
|
|
470
|
+
background-color: #ebebeb
|
|
471
|
+
}
|
|
472
|
+
@media (hover: none) {
|
|
473
|
+
.Button-module_gray__3IM54:hover {
|
|
474
|
+
background-color: #ebebeb
|
|
475
|
+
}
|
|
476
|
+
}
|
|
477
|
+
.Button-module_gray__3IM54:active {
|
|
478
|
+
background-color: #e3e3e3;
|
|
479
|
+
}
|
|
480
|
+
.Button-module_sand__2AqVq {
|
|
481
|
+
background: #a18c68;
|
|
482
|
+
}
|
|
483
|
+
.Button-module_sand__2AqVq.Button-module_isLoading__1g6QO {
|
|
484
|
+
fill: #a18c68;
|
|
485
|
+
}
|
|
486
|
+
.Button-module_sand__2AqVq:hover {
|
|
487
|
+
background-color: #8a7654
|
|
488
|
+
}
|
|
489
|
+
@media (hover: none) {
|
|
490
|
+
.Button-module_sand__2AqVq:hover {
|
|
491
|
+
background-color: #a18c68
|
|
492
|
+
}
|
|
493
|
+
}
|
|
494
|
+
.Button-module_sand__2AqVq:active {
|
|
495
|
+
background-color: #7b6743;
|
|
496
|
+
}
|
|
497
|
+
.Button-module_dark__I0uXx {
|
|
498
|
+
color: #adadad;
|
|
499
|
+
background-color: #3a3a3a;
|
|
500
|
+
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
|
|
501
|
+
}
|
|
502
|
+
.Button-module_dark__I0uXx:hover {
|
|
503
|
+
background-color: #2e2e2e
|
|
504
|
+
}
|
|
505
|
+
@media (hover: none) {
|
|
506
|
+
.Button-module_dark__I0uXx:hover {
|
|
507
|
+
background-color: #3a3a3a
|
|
508
|
+
}
|
|
509
|
+
}
|
|
510
|
+
.Button-module_dark__I0uXx:active {
|
|
511
|
+
background-color: #242424;
|
|
512
|
+
}
|
|
513
|
+
.Button-module_dark__I0uXx.Button-module_isLoading__1g6QO {
|
|
514
|
+
fill: #3a3a3a;
|
|
515
|
+
}
|
|
516
|
+
.Button-module_light__1Y4hG {
|
|
517
|
+
color: #000;
|
|
518
|
+
background-color: #fff;
|
|
519
|
+
}
|
|
520
|
+
.Button-module_light__1Y4hG:hover {
|
|
521
|
+
background-color: #ebebeb
|
|
522
|
+
}
|
|
523
|
+
@media (hover: none) {
|
|
524
|
+
.Button-module_light__1Y4hG:hover {
|
|
525
|
+
background-color: #fff
|
|
526
|
+
}
|
|
527
|
+
}
|
|
528
|
+
.Button-module_light__1Y4hG:active {
|
|
529
|
+
background-color: #e3e3e3;
|
|
530
|
+
}
|
|
531
|
+
.Button-module_light__1Y4hG.Button-module_isLoading__1g6QO {
|
|
532
|
+
fill: #fff;
|
|
533
|
+
}
|
|
534
|
+
.Button-module_black__3sG3Y {
|
|
535
|
+
color: #7e7d7b;
|
|
536
|
+
background-color: #000;
|
|
537
|
+
}
|
|
538
|
+
.Button-module_black__3sG3Y.Button-module_isLoading__1g6QO {
|
|
539
|
+
fill: #7e7d7b;
|
|
540
|
+
}
|
|
541
|
+
.Button-module_black__3sG3Y:hover {
|
|
542
|
+
background-color: #141414
|
|
543
|
+
}
|
|
544
|
+
@media (hover: none) {
|
|
545
|
+
.Button-module_black__3sG3Y:hover {
|
|
546
|
+
background: #141414
|
|
547
|
+
}
|
|
548
|
+
}
|
|
549
|
+
.Button-module_black__3sG3Y:active {
|
|
550
|
+
background-color: #242424;
|
|
551
|
+
}
|
|
552
|
+
.Button-module_red__3Niou {
|
|
553
|
+
background-color: #f95a5a;
|
|
554
|
+
}
|
|
555
|
+
.Button-module_red__3Niou:hover {
|
|
556
|
+
background-color: #e65353
|
|
557
|
+
}
|
|
558
|
+
@media (hover: none) {
|
|
559
|
+
.Button-module_red__3Niou:hover {
|
|
560
|
+
background: #f95a5a
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
.Button-module_red__3Niou:active {
|
|
564
|
+
background-color: #d44d4d;
|
|
565
|
+
}
|
|
566
|
+
.Button-module_red__3Niou.Button-module_isLoading__1g6QO {
|
|
567
|
+
fill: #141414;
|
|
568
|
+
}
|
|
569
|
+
.Button-module_default__28Vo_ {
|
|
570
|
+
width: 100%;
|
|
571
|
+
height: 42px;
|
|
572
|
+
padding: 6px 18px;
|
|
573
|
+
|
|
574
|
+
letter-spacing: 1px;
|
|
575
|
+
text-transform: uppercase;
|
|
576
|
+
|
|
577
|
+
border-radius: 8px;
|
|
578
|
+
|
|
579
|
+
font-size: 12px;
|
|
580
|
+
font-weight: 600;
|
|
581
|
+
line-height: 22px
|
|
582
|
+
}
|
|
583
|
+
@media only screen and (min-width: 64em) {
|
|
584
|
+
.Button-module_default__28Vo_ {
|
|
585
|
+
padding: 7px 18px 6px;
|
|
586
|
+
|
|
587
|
+
font-size: 14px;
|
|
588
|
+
line-height: 16px
|
|
589
|
+
}
|
|
590
|
+
}
|
|
591
|
+
.Button-module_isInSpoiler__2Yl8c svg {
|
|
592
|
+
margin-top: -2px;
|
|
593
|
+
margin-left: 6px;
|
|
594
|
+
}
|
|
595
|
+
.Button-module_ghost__3awCW {
|
|
596
|
+
letter-spacing: inherit;
|
|
597
|
+
text-transform: none;
|
|
598
|
+
|
|
599
|
+
color: inherit;
|
|
600
|
+
background-color: transparent;
|
|
601
|
+
|
|
602
|
+
font-family: inherit;
|
|
603
|
+
font-size: inherit;
|
|
604
|
+
font-weight: inherit;
|
|
605
|
+
}
|
|
606
|
+
.Button-module_isInDropdown__1ogKL {
|
|
607
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
608
|
+
}
|
|
609
|
+
.Button-module_black__3sG3Y[disabled],
|
|
610
|
+
.Button-module_sand__2AqVq[disabled] {
|
|
611
|
+
opacity: 0.3;
|
|
612
|
+
}
|
|
613
|
+
/* LOADING */
|
|
614
|
+
.Button-module_root__RpsiW.Button-module_isLoading__1g6QO {
|
|
615
|
+
cursor: default;
|
|
616
|
+
pointer-events: none;
|
|
617
|
+
|
|
618
|
+
background-color: transparent;
|
|
619
|
+
box-shadow: none;
|
|
620
|
+
}
|
|
621
|
+
.Button-module_loader__2pl6d {
|
|
622
|
+
display: block;
|
|
623
|
+
|
|
624
|
+
margin-top: -1px;
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
/* Colors */
|
|
628
|
+
/* Fonts */
|
|
629
|
+
/* Gap */
|
|
630
|
+
/* Media */
|
|
631
|
+
/* 512 */
|
|
632
|
+
/* 650 */
|
|
633
|
+
/* 768 */
|
|
634
|
+
/* 1024 */
|
|
635
|
+
/* 1010 */
|
|
636
|
+
/* 1200 */
|
|
637
|
+
/* 511 */
|
|
638
|
+
/* 1023 */
|
|
639
|
+
/* Zindex */
|
|
640
|
+
.Image-module_root__1vsA_ {
|
|
641
|
+
position: relative;
|
|
642
|
+
z-index: 1;
|
|
643
|
+
|
|
644
|
+
display: block;
|
|
645
|
+
overflow: hidden;
|
|
646
|
+
transition: background-color 250ms ease;
|
|
647
|
+
|
|
648
|
+
background-color: #f2f2f2
|
|
649
|
+
}
|
|
650
|
+
@media only screen and (min-width: 32em) {
|
|
651
|
+
.Image-module_root__1vsA_ {
|
|
652
|
+
border-radius: inherit
|
|
653
|
+
}
|
|
654
|
+
}
|
|
655
|
+
.Image-module_root__1vsA_ img {
|
|
656
|
+
position: absolute;
|
|
657
|
+
top: 0;
|
|
658
|
+
left: 0;
|
|
659
|
+
|
|
660
|
+
width: 100%;
|
|
661
661
|
height: 100%;
|
|
662
662
|
}
|
|
663
|
-
.Image-module_isLoaded__3XhU5 {
|
|
664
|
-
background-color: transparent;
|
|
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
|
+
/* Colors */
|
|
712
|
+
/* Fonts */
|
|
713
|
+
/* Gap */
|
|
714
|
+
/* Media */
|
|
715
|
+
/* 512 */
|
|
716
|
+
/* 650 */
|
|
717
|
+
/* 768 */
|
|
718
|
+
/* 1024 */
|
|
719
|
+
/* 1010 */
|
|
720
|
+
/* 1200 */
|
|
721
|
+
/* 511 */
|
|
722
|
+
/* 1023 */
|
|
723
|
+
/* Zindex */
|
|
724
|
+
.Lazy-module_root__2Z72l {
|
|
725
|
+
display: block;
|
|
726
|
+
}
|
|
727
|
+
|
|
728
|
+
/* Colors */
|
|
729
|
+
/* Fonts */
|
|
730
|
+
/* Gap */
|
|
731
|
+
/* Media */
|
|
732
|
+
/* 512 */
|
|
733
|
+
/* 650 */
|
|
734
|
+
/* 768 */
|
|
735
|
+
/* 1024 */
|
|
736
|
+
/* 1010 */
|
|
737
|
+
/* 1200 */
|
|
738
|
+
/* 511 */
|
|
739
|
+
/* 1023 */
|
|
740
|
+
/* Zindex */
|
|
741
|
+
.Tag-module_root__3IqWC {
|
|
742
|
+
display: inline-block;
|
|
743
|
+
|
|
744
|
+
cursor: default;
|
|
745
|
+
-webkit-user-select: none;
|
|
746
|
+
-moz-user-select: none;
|
|
747
|
+
-ms-user-select: none;
|
|
748
|
+
user-select: none;
|
|
749
|
+
vertical-align: middle;
|
|
750
|
+
letter-spacing: 1px;
|
|
751
|
+
text-transform: uppercase;
|
|
752
|
+
|
|
753
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
754
|
+
font-size: 12px;
|
|
755
|
+
font-weight: 600;
|
|
756
|
+
line-height: 12px;
|
|
757
|
+
}
|
|
758
|
+
.Tag-module_small__2IAb7 {
|
|
759
|
+
font-size: 12px;
|
|
760
|
+
line-height: 12px
|
|
665
761
|
}
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
762
|
+
@media only screen and (min-width: 64em) {
|
|
763
|
+
.Tag-module_small__2IAb7 {
|
|
764
|
+
line-height: 14px
|
|
765
|
+
}
|
|
766
|
+
}
|
|
767
|
+
@media only screen and (min-width: 64em) {
|
|
768
|
+
.Tag-module_large__22z_o {
|
|
769
|
+
letter-spacing: 1px;
|
|
670
770
|
|
|
671
|
-
|
|
672
|
-
|
|
771
|
+
font-size: 14px;
|
|
772
|
+
line-height: 16px
|
|
673
773
|
}
|
|
674
|
-
|
|
675
|
-
|
|
774
|
+
}
|
|
775
|
+
.Tag-module_dark__sgnt1 {
|
|
776
|
+
color: #000;
|
|
676
777
|
}
|
|
677
|
-
.
|
|
678
|
-
|
|
778
|
+
.Tag-module_light__1zUhp {
|
|
779
|
+
color: #fff;
|
|
679
780
|
}
|
|
680
|
-
.
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
781
|
+
.Tag-module_gold__2ksA7 {
|
|
782
|
+
color: #b88b59;
|
|
783
|
+
}
|
|
784
|
+
.Tag-module_gray__mGAO_ {
|
|
785
|
+
color: #757575;
|
|
786
|
+
}
|
|
787
|
+
.Tag-module_inherit__2QB5U {
|
|
788
|
+
color: inherit;
|
|
789
|
+
}
|
|
790
|
+
@media only screen and (min-width: 64em) {
|
|
791
|
+
.Tag-module_is1to1__3EDbC,
|
|
792
|
+
.Tag-module_is1to2__3xbC6,
|
|
793
|
+
.Tag-module_isInSuperBlock__38JE0 {
|
|
794
|
+
letter-spacing: 1px;
|
|
684
795
|
|
|
685
|
-
|
|
686
|
-
|
|
796
|
+
font-size: 12px;
|
|
797
|
+
line-height: 20px
|
|
798
|
+
}
|
|
799
|
+
}
|
|
800
|
+
@media only screen and (min-width: 64em) {
|
|
801
|
+
.Tag-module_is1to3__3j5K-,
|
|
802
|
+
.Tag-module_is1to4__2vq4r {
|
|
803
|
+
letter-spacing: 0.5px;
|
|
687
804
|
|
|
688
|
-
|
|
689
|
-
|
|
805
|
+
font-size: 10px;
|
|
806
|
+
line-height: 15px
|
|
807
|
+
}
|
|
808
|
+
}
|
|
809
|
+
@media only screen and (min-width: 32em) {
|
|
810
|
+
.Tag-module_slide__2nMDw,
|
|
811
|
+
.Tag-module_game__3j5yG {
|
|
812
|
+
width: 100%;
|
|
690
813
|
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
background-position: center
|
|
814
|
+
text-align: center
|
|
815
|
+
}
|
|
816
|
+
}
|
|
817
|
+
.Tag-module_richRelated__2vbQQ {
|
|
818
|
+
font-size: 12px;
|
|
819
|
+
line-height: 17px
|
|
698
820
|
}
|
|
699
821
|
@media only screen and (min-width: 64em) {
|
|
700
|
-
.
|
|
701
|
-
|
|
822
|
+
.Tag-module_richRelated__2vbQQ {
|
|
823
|
+
font-size: 14px;
|
|
824
|
+
line-height: 20px
|
|
702
825
|
}
|
|
703
826
|
}
|
|
704
|
-
|
|
705
|
-
|
|
827
|
+
.Tag-module_slide__2nMDw,
|
|
828
|
+
.Tag-module_game__3j5yG,
|
|
829
|
+
.Tag-module_card__1EAeF,
|
|
830
|
+
.Tag-module_live__rwXuR,
|
|
831
|
+
.Tag-module_episode__3o6gg,
|
|
832
|
+
.Tag-module_podcast__VPoll,
|
|
833
|
+
.Tag-module_rich__2URd9,
|
|
834
|
+
.Tag-module_isInDynamicBlock__1YM9I {
|
|
835
|
+
margin-bottom: 6px;
|
|
836
|
+
|
|
837
|
+
line-height: 10px
|
|
706
838
|
}
|
|
707
|
-
|
|
708
|
-
|
|
839
|
+
@media only screen and (min-width: 32em) {
|
|
840
|
+
.Tag-module_slide__2nMDw,
|
|
841
|
+
.Tag-module_game__3j5yG,
|
|
842
|
+
.Tag-module_card__1EAeF,
|
|
843
|
+
.Tag-module_live__rwXuR,
|
|
844
|
+
.Tag-module_episode__3o6gg,
|
|
845
|
+
.Tag-module_podcast__VPoll,
|
|
846
|
+
.Tag-module_rich__2URd9,
|
|
847
|
+
.Tag-module_isInDynamicBlock__1YM9I {
|
|
848
|
+
margin-bottom: 10px
|
|
849
|
+
}
|
|
850
|
+
}
|
|
851
|
+
@media only screen and (min-width: 32em) {
|
|
852
|
+
.Tag-module_mobile__QQxuv {
|
|
853
|
+
display: none
|
|
854
|
+
}
|
|
855
|
+
}
|
|
856
|
+
.Tag-module_desktop__1Bjsy {
|
|
857
|
+
display: none
|
|
858
|
+
}
|
|
859
|
+
@media only screen and (min-width: 32em) {
|
|
860
|
+
.Tag-module_desktop__1Bjsy {
|
|
861
|
+
display: block
|
|
709
862
|
}
|
|
863
|
+
}
|
|
710
864
|
|
|
711
865
|
/* Colors */
|
|
712
866
|
/* Fonts */
|
|
@@ -826,207 +980,53 @@
|
|
|
826
980
|
transform: translateX(50px);
|
|
827
981
|
}
|
|
828
982
|
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isTop__3zmSK {
|
|
829
|
-
transform: translateX(-100%) translateX(-22px);
|
|
830
|
-
}
|
|
831
|
-
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isBottom__3Nk1T {
|
|
832
|
-
transform: translateX(50px) translateY(-100%) translateY(22px);
|
|
833
|
-
}
|
|
834
|
-
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isBottom__3Nk1T {
|
|
835
|
-
transform: translateX(-100%) translateX(-22px) translateY(-100%)
|
|
836
|
-
translateY(22px);
|
|
837
|
-
}
|
|
838
|
-
@-webkit-keyframes DotsOnImage-module_show__2TMBv {
|
|
839
|
-
0% {
|
|
840
|
-
transform: scale(0.4);
|
|
841
|
-
|
|
842
|
-
opacity: 0;
|
|
843
|
-
}
|
|
844
|
-
|
|
845
|
-
90% {
|
|
846
|
-
transform: scale(1.1);
|
|
847
|
-
|
|
848
|
-
opacity: 1;
|
|
849
|
-
}
|
|
850
|
-
|
|
851
|
-
100% {
|
|
852
|
-
transform: scale(1);
|
|
853
|
-
|
|
854
|
-
opacity: 1;
|
|
855
|
-
}
|
|
856
|
-
}
|
|
857
|
-
@keyframes DotsOnImage-module_show__2TMBv {
|
|
858
|
-
0% {
|
|
859
|
-
transform: scale(0.4);
|
|
860
|
-
|
|
861
|
-
opacity: 0;
|
|
862
|
-
}
|
|
863
|
-
|
|
864
|
-
90% {
|
|
865
|
-
transform: scale(1.1);
|
|
866
|
-
|
|
867
|
-
opacity: 1;
|
|
868
|
-
}
|
|
869
|
-
|
|
870
|
-
100% {
|
|
871
|
-
transform: scale(1);
|
|
872
|
-
|
|
873
|
-
opacity: 1;
|
|
874
|
-
}
|
|
875
|
-
}
|
|
876
|
-
|
|
877
|
-
/* Colors */
|
|
878
|
-
/* Fonts */
|
|
879
|
-
/* Gap */
|
|
880
|
-
/* Media */
|
|
881
|
-
/* 512 */
|
|
882
|
-
/* 650 */
|
|
883
|
-
/* 768 */
|
|
884
|
-
/* 1024 */
|
|
885
|
-
/* 1010 */
|
|
886
|
-
/* 1200 */
|
|
887
|
-
/* 511 */
|
|
888
|
-
/* 1023 */
|
|
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
|
|
927
|
-
}
|
|
928
|
-
@media only screen and (min-width: 64em) {
|
|
929
|
-
.Tag-module_small__2IAb7 {
|
|
930
|
-
line-height: 14px
|
|
931
|
-
}
|
|
932
|
-
}
|
|
933
|
-
@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
|
|
939
|
-
}
|
|
940
|
-
}
|
|
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;
|
|
983
|
+
transform: translateX(-100%) translateX(-22px);
|
|
949
984
|
}
|
|
950
|
-
.
|
|
951
|
-
|
|
985
|
+
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isBottom__3Nk1T {
|
|
986
|
+
transform: translateX(50px) translateY(-100%) translateY(22px);
|
|
952
987
|
}
|
|
953
|
-
.
|
|
954
|
-
|
|
988
|
+
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isBottom__3Nk1T {
|
|
989
|
+
transform: translateX(-100%) translateX(-22px) translateY(-100%)
|
|
990
|
+
translateY(22px);
|
|
955
991
|
}
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
.
|
|
959
|
-
.Tag-module_isInSuperBlock__38JE0 {
|
|
960
|
-
letter-spacing: 1px;
|
|
992
|
+
@-webkit-keyframes DotsOnImage-module_show__2TMBv {
|
|
993
|
+
0% {
|
|
994
|
+
transform: scale(0.4);
|
|
961
995
|
|
|
962
|
-
|
|
963
|
-
line-height: 20px
|
|
964
|
-
}
|
|
996
|
+
opacity: 0;
|
|
965
997
|
}
|
|
966
|
-
@media only screen and (min-width: 64em) {
|
|
967
|
-
.Tag-module_is1to3__3j5K-,
|
|
968
|
-
.Tag-module_is1to4__2vq4r {
|
|
969
|
-
letter-spacing: 0.5px;
|
|
970
998
|
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
999
|
+
90% {
|
|
1000
|
+
transform: scale(1.1);
|
|
1001
|
+
|
|
1002
|
+
opacity: 1;
|
|
974
1003
|
}
|
|
975
|
-
@media only screen and (min-width: 32em) {
|
|
976
|
-
.Tag-module_slide__2nMDw,
|
|
977
|
-
.Tag-module_game__3j5yG {
|
|
978
|
-
width: 100%;
|
|
979
1004
|
|
|
980
|
-
|
|
981
|
-
|
|
1005
|
+
100% {
|
|
1006
|
+
transform: scale(1);
|
|
1007
|
+
|
|
1008
|
+
opacity: 1;
|
|
982
1009
|
}
|
|
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
1010
|
}
|
|
1011
|
+
@keyframes DotsOnImage-module_show__2TMBv {
|
|
1012
|
+
0% {
|
|
1013
|
+
transform: scale(0.4);
|
|
1014
|
+
|
|
1015
|
+
opacity: 0;
|
|
992
1016
|
}
|
|
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
1017
|
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
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
|
-
}
|
|
1018
|
+
90% {
|
|
1019
|
+
transform: scale(1.1);
|
|
1020
|
+
|
|
1021
|
+
opacity: 1;
|
|
1016
1022
|
}
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1023
|
+
|
|
1024
|
+
100% {
|
|
1025
|
+
transform: scale(1);
|
|
1026
|
+
|
|
1027
|
+
opacity: 1;
|
|
1021
1028
|
}
|
|
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
|
}
|
|
1029
|
-
}
|
|
1030
1030
|
|
|
1031
1031
|
/* Colors */
|
|
1032
1032
|
/* Fonts */
|
|
@@ -1724,167 +1724,24 @@
|
|
|
1724
1724
|
}
|
|
1725
1725
|
.Dropdown-module_menu__3PIqD {
|
|
1726
1726
|
position: absolute;
|
|
1727
|
-
top: 100%;
|
|
1728
|
-
left: 0;
|
|
1729
|
-
|
|
1730
|
-
visibility: hidden;
|
|
1731
|
-
|
|
1732
|
-
padding-top: 6px;
|
|
1733
|
-
|
|
1734
|
-
opacity: 0;
|
|
1735
|
-
}
|
|
1736
|
-
.Dropdown-module_menu__3PIqD::after {
|
|
1737
|
-
position: absolute;
|
|
1738
|
-
z-index: -1;
|
|
1739
|
-
top: -10px;
|
|
1740
|
-
right: -10px;
|
|
1741
|
-
bottom: -10px;
|
|
1742
|
-
left: -10px;
|
|
1743
|
-
|
|
1744
|
-
content: '';
|
|
1745
|
-
}
|
|
1746
|
-
|
|
1747
|
-
/* Colors */
|
|
1748
|
-
/* Fonts */
|
|
1749
|
-
/* Gap */
|
|
1750
|
-
/* Media */
|
|
1751
|
-
/* 512 */
|
|
1752
|
-
/* 650 */
|
|
1753
|
-
/* 768 */
|
|
1754
|
-
/* 1024 */
|
|
1755
|
-
/* 1010 */
|
|
1756
|
-
/* 1200 */
|
|
1757
|
-
/* 511 */
|
|
1758
|
-
/* 1023 */
|
|
1759
|
-
/* Zindex */
|
|
1760
|
-
.Toolbar-module_root__2HF2r {
|
|
1761
|
-
overflow: hidden;
|
|
1762
|
-
|
|
1763
|
-
transform: translateZ(0);
|
|
1764
|
-
|
|
1765
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1766
|
-
}
|
|
1767
|
-
.Toolbar-module_list__1n5ny {
|
|
1768
|
-
display: -webkit-box;
|
|
1769
|
-
display: -webkit-flex;
|
|
1770
|
-
display: -ms-flexbox;
|
|
1771
|
-
display: flex;
|
|
1772
|
-
flex-flow: row wrap;
|
|
1773
|
-
|
|
1774
|
-
margin: 0 0 0 -10px;
|
|
1775
|
-
padding: 0;
|
|
1776
|
-
|
|
1777
|
-
list-style: none
|
|
1778
|
-
}
|
|
1779
|
-
@media only screen and (min-width: 64em) {
|
|
1780
|
-
.Toolbar-module_list__1n5ny {
|
|
1781
|
-
margin: 0 0 0 -15px
|
|
1782
|
-
}
|
|
1783
|
-
}
|
|
1784
|
-
.Toolbar-module_item__36x7d {
|
|
1785
|
-
position: relative;
|
|
1786
|
-
|
|
1787
|
-
min-width: 42px;
|
|
1788
|
-
height: 32px;
|
|
1789
|
-
padding-right: 10px;
|
|
1790
|
-
padding-left: 10px;
|
|
1791
|
-
|
|
1792
|
-
cursor: pointer;
|
|
1793
|
-
transition: color 250ms ease;
|
|
1794
|
-
text-align: center;
|
|
1795
|
-
|
|
1796
|
-
color: #808080;
|
|
1797
|
-
|
|
1798
|
-
line-height: 1
|
|
1799
|
-
}
|
|
1800
|
-
@media only screen and (min-width: 64em) {
|
|
1801
|
-
.Toolbar-module_item__36x7d {
|
|
1802
|
-
padding-right: 15px;
|
|
1803
|
-
padding-left: 15px
|
|
1804
|
-
}
|
|
1805
|
-
}
|
|
1806
|
-
.Toolbar-module_item__36x7d:last-child {
|
|
1807
|
-
margin-right: 0;
|
|
1808
|
-
}
|
|
1809
|
-
.Toolbar-module_item__36x7d::before {
|
|
1810
|
-
position: absolute;
|
|
1811
|
-
top: 7px;
|
|
1812
|
-
left: 0;
|
|
1813
|
-
|
|
1814
|
-
height: 18px;
|
|
1815
|
-
|
|
1816
|
-
content: '';
|
|
1817
|
-
vertical-align: middle;
|
|
1818
|
-
|
|
1819
|
-
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
|
1820
|
-
}
|
|
1821
|
-
.Toolbar-module_item__36x7d:empty {
|
|
1822
|
-
display: none;
|
|
1823
|
-
}
|
|
1824
|
-
.Toolbar-module_isInTopbar__223iP {
|
|
1825
|
-
height: 100%;
|
|
1826
|
-
}
|
|
1827
|
-
.Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
|
|
1828
|
-
height: 100%;
|
|
1829
|
-
}
|
|
1830
|
-
.Toolbar-module_center__3_H8M {
|
|
1831
|
-
width: 100%;
|
|
1832
|
-
max-width: 650px;
|
|
1833
|
-
margin-right: auto;
|
|
1834
|
-
margin-left: auto;
|
|
1835
|
-
}
|
|
1836
|
-
.Toolbar-module_game__5-jY_ {
|
|
1837
|
-
margin-top: 11px
|
|
1838
|
-
}
|
|
1839
|
-
@media only screen and (min-width: 32em) {
|
|
1840
|
-
.Toolbar-module_game__5-jY_ {
|
|
1841
|
-
margin-top: 18px
|
|
1842
|
-
}
|
|
1843
|
-
}
|
|
1844
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1845
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1846
|
-
justify-content: center
|
|
1847
|
-
}
|
|
1848
|
-
@media only screen and (min-width: 32em) {
|
|
1849
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1850
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1851
|
-
display: -webkit-box;
|
|
1852
|
-
display: -webkit-flex;
|
|
1853
|
-
display: -ms-flexbox;
|
|
1854
|
-
display: flex
|
|
1855
|
-
}
|
|
1856
|
-
}
|
|
1857
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
1858
|
-
width: 260px
|
|
1859
|
-
}
|
|
1860
|
-
@media only screen and (min-width: 32em) {
|
|
1861
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
1862
|
-
width: auto
|
|
1863
|
-
}
|
|
1864
|
-
}
|
|
1865
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
1866
|
-
content: none
|
|
1867
|
-
}
|
|
1868
|
-
@media only screen and (min-width: 32em) {
|
|
1869
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
1870
|
-
content: ''
|
|
1871
|
-
}
|
|
1872
|
-
}
|
|
1873
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
|
|
1874
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
|
|
1875
|
-
content: none;
|
|
1876
|
-
}
|
|
1877
|
-
@media only screen and (min-width: 64em) {
|
|
1878
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1879
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1880
|
-
margin-left: 0
|
|
1881
|
-
}
|
|
1882
|
-
}
|
|
1883
|
-
.Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
|
|
1884
|
-
border-left-color: rgba(255, 255, 255, 0.2);
|
|
1727
|
+
top: 100%;
|
|
1728
|
+
left: 0;
|
|
1729
|
+
|
|
1730
|
+
visibility: hidden;
|
|
1731
|
+
|
|
1732
|
+
padding-top: 6px;
|
|
1733
|
+
|
|
1734
|
+
opacity: 0;
|
|
1885
1735
|
}
|
|
1886
|
-
|
|
1887
|
-
|
|
1736
|
+
.Dropdown-module_menu__3PIqD::after {
|
|
1737
|
+
position: absolute;
|
|
1738
|
+
z-index: -1;
|
|
1739
|
+
top: -10px;
|
|
1740
|
+
right: -10px;
|
|
1741
|
+
bottom: -10px;
|
|
1742
|
+
left: -10px;
|
|
1743
|
+
|
|
1744
|
+
content: '';
|
|
1888
1745
|
}
|
|
1889
1746
|
|
|
1890
1747
|
/* Colors */
|
|
@@ -2065,37 +1922,266 @@
|
|
|
2065
1922
|
transform: translateY(100%);
|
|
2066
1923
|
}
|
|
2067
1924
|
}
|
|
2068
|
-
@-webkit-keyframes Popover-module_fadeIn__AkrSN {
|
|
2069
|
-
0% {
|
|
2070
|
-
opacity: 0;
|
|
2071
|
-
}
|
|
2072
|
-
100% {
|
|
2073
|
-
opacity: 1;
|
|
1925
|
+
@-webkit-keyframes Popover-module_fadeIn__AkrSN {
|
|
1926
|
+
0% {
|
|
1927
|
+
opacity: 0;
|
|
1928
|
+
}
|
|
1929
|
+
100% {
|
|
1930
|
+
opacity: 1;
|
|
1931
|
+
}
|
|
1932
|
+
}
|
|
1933
|
+
@keyframes Popover-module_fadeIn__AkrSN {
|
|
1934
|
+
0% {
|
|
1935
|
+
opacity: 0;
|
|
1936
|
+
}
|
|
1937
|
+
100% {
|
|
1938
|
+
opacity: 1;
|
|
1939
|
+
}
|
|
1940
|
+
}
|
|
1941
|
+
@-webkit-keyframes Popover-module_fadeOut__3EZhx {
|
|
1942
|
+
0% {
|
|
1943
|
+
opacity: 1;
|
|
1944
|
+
}
|
|
1945
|
+
100% {
|
|
1946
|
+
opacity: 0;
|
|
1947
|
+
}
|
|
1948
|
+
}
|
|
1949
|
+
@keyframes Popover-module_fadeOut__3EZhx {
|
|
1950
|
+
0% {
|
|
1951
|
+
opacity: 1;
|
|
1952
|
+
}
|
|
1953
|
+
100% {
|
|
1954
|
+
opacity: 0;
|
|
1955
|
+
}
|
|
1956
|
+
}
|
|
1957
|
+
|
|
1958
|
+
/* Colors */
|
|
1959
|
+
/* Fonts */
|
|
1960
|
+
/* Gap */
|
|
1961
|
+
/* Media */
|
|
1962
|
+
/* 512 */
|
|
1963
|
+
/* 650 */
|
|
1964
|
+
/* 768 */
|
|
1965
|
+
/* 1024 */
|
|
1966
|
+
/* 1010 */
|
|
1967
|
+
/* 1200 */
|
|
1968
|
+
/* 511 */
|
|
1969
|
+
/* 1023 */
|
|
1970
|
+
/* Zindex */
|
|
1971
|
+
.Toolbar-module_root__2HF2r {
|
|
1972
|
+
overflow: hidden;
|
|
1973
|
+
|
|
1974
|
+
transform: translateZ(0);
|
|
1975
|
+
|
|
1976
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1977
|
+
}
|
|
1978
|
+
.Toolbar-module_list__1n5ny {
|
|
1979
|
+
display: -webkit-box;
|
|
1980
|
+
display: -webkit-flex;
|
|
1981
|
+
display: -ms-flexbox;
|
|
1982
|
+
display: flex;
|
|
1983
|
+
flex-flow: row wrap;
|
|
1984
|
+
|
|
1985
|
+
margin: 0 0 0 -10px;
|
|
1986
|
+
padding: 0;
|
|
1987
|
+
|
|
1988
|
+
list-style: none
|
|
1989
|
+
}
|
|
1990
|
+
@media only screen and (min-width: 64em) {
|
|
1991
|
+
.Toolbar-module_list__1n5ny {
|
|
1992
|
+
margin: 0 0 0 -15px
|
|
1993
|
+
}
|
|
1994
|
+
}
|
|
1995
|
+
.Toolbar-module_item__36x7d {
|
|
1996
|
+
position: relative;
|
|
1997
|
+
|
|
1998
|
+
min-width: 42px;
|
|
1999
|
+
height: 32px;
|
|
2000
|
+
padding-right: 10px;
|
|
2001
|
+
padding-left: 10px;
|
|
2002
|
+
|
|
2003
|
+
cursor: pointer;
|
|
2004
|
+
transition: color 250ms ease;
|
|
2005
|
+
text-align: center;
|
|
2006
|
+
|
|
2007
|
+
color: #808080;
|
|
2008
|
+
|
|
2009
|
+
line-height: 1
|
|
2010
|
+
}
|
|
2011
|
+
@media only screen and (min-width: 64em) {
|
|
2012
|
+
.Toolbar-module_item__36x7d {
|
|
2013
|
+
padding-right: 15px;
|
|
2014
|
+
padding-left: 15px
|
|
2015
|
+
}
|
|
2016
|
+
}
|
|
2017
|
+
.Toolbar-module_item__36x7d:last-child {
|
|
2018
|
+
margin-right: 0;
|
|
2019
|
+
}
|
|
2020
|
+
.Toolbar-module_item__36x7d::before {
|
|
2021
|
+
position: absolute;
|
|
2022
|
+
top: 7px;
|
|
2023
|
+
left: 0;
|
|
2024
|
+
|
|
2025
|
+
height: 18px;
|
|
2026
|
+
|
|
2027
|
+
content: '';
|
|
2028
|
+
vertical-align: middle;
|
|
2029
|
+
|
|
2030
|
+
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
|
2031
|
+
}
|
|
2032
|
+
.Toolbar-module_item__36x7d:empty {
|
|
2033
|
+
display: none;
|
|
2034
|
+
}
|
|
2035
|
+
.Toolbar-module_isInTopbar__223iP {
|
|
2036
|
+
height: 100%;
|
|
2037
|
+
}
|
|
2038
|
+
.Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
|
|
2039
|
+
height: 100%;
|
|
2040
|
+
}
|
|
2041
|
+
.Toolbar-module_center__3_H8M {
|
|
2042
|
+
width: 100%;
|
|
2043
|
+
max-width: 650px;
|
|
2044
|
+
margin-right: auto;
|
|
2045
|
+
margin-left: auto;
|
|
2046
|
+
}
|
|
2047
|
+
.Toolbar-module_game__5-jY_ {
|
|
2048
|
+
margin-top: 11px
|
|
2049
|
+
}
|
|
2050
|
+
@media only screen and (min-width: 32em) {
|
|
2051
|
+
.Toolbar-module_game__5-jY_ {
|
|
2052
|
+
margin-top: 18px
|
|
2053
|
+
}
|
|
2054
|
+
}
|
|
2055
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
2056
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
2057
|
+
justify-content: center
|
|
2058
|
+
}
|
|
2059
|
+
@media only screen and (min-width: 32em) {
|
|
2060
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
2061
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
2062
|
+
display: -webkit-box;
|
|
2063
|
+
display: -webkit-flex;
|
|
2064
|
+
display: -ms-flexbox;
|
|
2065
|
+
display: flex
|
|
2066
|
+
}
|
|
2067
|
+
}
|
|
2068
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
2069
|
+
width: 260px
|
|
2070
|
+
}
|
|
2071
|
+
@media only screen and (min-width: 32em) {
|
|
2072
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
2073
|
+
width: auto
|
|
2074
|
+
}
|
|
2075
|
+
}
|
|
2076
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
2077
|
+
content: none
|
|
2078
|
+
}
|
|
2079
|
+
@media only screen and (min-width: 32em) {
|
|
2080
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
2081
|
+
content: ''
|
|
2082
|
+
}
|
|
2083
|
+
}
|
|
2084
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
|
|
2085
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
|
|
2086
|
+
content: none;
|
|
2087
|
+
}
|
|
2088
|
+
@media only screen and (min-width: 64em) {
|
|
2089
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
2090
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
2091
|
+
margin-left: 0
|
|
2092
|
+
}
|
|
2093
|
+
}
|
|
2094
|
+
.Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
|
|
2095
|
+
border-left-color: rgba(255, 255, 255, 0.2);
|
|
2096
|
+
}
|
|
2097
|
+
[data-context="prodano"] .Toolbar-module_root__2HF2r {
|
|
2098
|
+
display: none;
|
|
2099
|
+
}
|
|
2100
|
+
|
|
2101
|
+
/* Colors */
|
|
2102
|
+
/* Fonts */
|
|
2103
|
+
/* Gap */
|
|
2104
|
+
/* Media */
|
|
2105
|
+
/* 512 */
|
|
2106
|
+
/* 650 */
|
|
2107
|
+
/* 768 */
|
|
2108
|
+
/* 1024 */
|
|
2109
|
+
/* 1010 */
|
|
2110
|
+
/* 1200 */
|
|
2111
|
+
/* 511 */
|
|
2112
|
+
/* 1023 */
|
|
2113
|
+
/* Zindex */
|
|
2114
|
+
.QuoteBlock-module_root__2GrcC {
|
|
2115
|
+
position: relative;
|
|
2116
|
+
|
|
2117
|
+
margin-bottom: 14px;
|
|
2118
|
+
padding-left: 18px;
|
|
2119
|
+
|
|
2120
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
2121
|
+
font-size: 18px;
|
|
2122
|
+
line-height: 24px
|
|
2123
|
+
}
|
|
2124
|
+
@media only screen and (min-width: 32em) {
|
|
2125
|
+
.QuoteBlock-module_root__2GrcC {
|
|
2126
|
+
margin: 0 0 20px;
|
|
2127
|
+
padding-left: 38px;
|
|
2128
|
+
|
|
2129
|
+
font-size: 20px;
|
|
2130
|
+
line-height: 28px
|
|
2131
|
+
}
|
|
2132
|
+
}
|
|
2133
|
+
.QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC {
|
|
2134
|
+
margin-top: -14px;
|
|
2135
|
+
padding-top: 14px
|
|
2136
|
+
}
|
|
2137
|
+
@media only screen and (min-width: 32em) {
|
|
2138
|
+
.QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC {
|
|
2139
|
+
margin-top: -20px;
|
|
2140
|
+
padding-top: 20px
|
|
2141
|
+
}
|
|
2142
|
+
}
|
|
2143
|
+
.QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC::before {
|
|
2144
|
+
top: -10px;
|
|
2145
|
+
}
|
|
2146
|
+
.QuoteBlock-module_root__2GrcC:before {
|
|
2147
|
+
position: absolute;
|
|
2148
|
+
top: 5px;
|
|
2149
|
+
bottom: 7px;
|
|
2150
|
+
left: 0;
|
|
2151
|
+
|
|
2152
|
+
width: 4px;
|
|
2153
|
+
|
|
2154
|
+
content: '';
|
|
2155
|
+
|
|
2156
|
+
border-radius: 2px;
|
|
2157
|
+
background-color: #ebebeb
|
|
2158
|
+
}
|
|
2159
|
+
@media only screen and (min-width: 32em) {
|
|
2160
|
+
.QuoteBlock-module_root__2GrcC:before {
|
|
2161
|
+
top: 4px;
|
|
2162
|
+
bottom: 6px
|
|
2163
|
+
}
|
|
2074
2164
|
}
|
|
2165
|
+
.QuoteBlock-module_root__2GrcC:last-child {
|
|
2166
|
+
margin-bottom: 0;
|
|
2075
2167
|
}
|
|
2076
|
-
|
|
2077
|
-
0
|
|
2078
|
-
opacity: 0;
|
|
2079
|
-
}
|
|
2080
|
-
100% {
|
|
2081
|
-
opacity: 1;
|
|
2082
|
-
}
|
|
2168
|
+
.QuoteBlock-module_root__2GrcC p {
|
|
2169
|
+
margin: 0;
|
|
2083
2170
|
}
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
opacity: 0;
|
|
2090
|
-
}
|
|
2171
|
+
.QuoteBlock-module_root__2GrcC a {
|
|
2172
|
+
text-decoration: none;
|
|
2173
|
+
|
|
2174
|
+
color: inherit;
|
|
2175
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
2091
2176
|
}
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
100
|
|
2097
|
-
|
|
2098
|
-
|
|
2177
|
+
.QuoteBlock-module_root__2GrcC a:hover {
|
|
2178
|
+
color: #b88b59;
|
|
2179
|
+
}
|
|
2180
|
+
.QuoteBlock-module_center__cTFNy {
|
|
2181
|
+
width: 100%;
|
|
2182
|
+
max-width: 650px;
|
|
2183
|
+
margin-right: auto;
|
|
2184
|
+
margin-left: auto;
|
|
2099
2185
|
}
|
|
2100
2186
|
|
|
2101
2187
|
/* Colors */
|
|
@@ -2237,92 +2323,6 @@
|
|
|
2237
2323
|
font-weight: normal;
|
|
2238
2324
|
}
|
|
2239
2325
|
|
|
2240
|
-
/* Colors */
|
|
2241
|
-
/* Fonts */
|
|
2242
|
-
/* Gap */
|
|
2243
|
-
/* Media */
|
|
2244
|
-
/* 512 */
|
|
2245
|
-
/* 650 */
|
|
2246
|
-
/* 768 */
|
|
2247
|
-
/* 1024 */
|
|
2248
|
-
/* 1010 */
|
|
2249
|
-
/* 1200 */
|
|
2250
|
-
/* 511 */
|
|
2251
|
-
/* 1023 */
|
|
2252
|
-
/* Zindex */
|
|
2253
|
-
.QuoteBlock-module_root__2GrcC {
|
|
2254
|
-
position: relative;
|
|
2255
|
-
|
|
2256
|
-
margin-bottom: 14px;
|
|
2257
|
-
padding-left: 18px;
|
|
2258
|
-
|
|
2259
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
2260
|
-
font-size: 18px;
|
|
2261
|
-
line-height: 24px
|
|
2262
|
-
}
|
|
2263
|
-
@media only screen and (min-width: 32em) {
|
|
2264
|
-
.QuoteBlock-module_root__2GrcC {
|
|
2265
|
-
margin: 0 0 20px;
|
|
2266
|
-
padding-left: 38px;
|
|
2267
|
-
|
|
2268
|
-
font-size: 20px;
|
|
2269
|
-
line-height: 28px
|
|
2270
|
-
}
|
|
2271
|
-
}
|
|
2272
|
-
.QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC {
|
|
2273
|
-
margin-top: -14px;
|
|
2274
|
-
padding-top: 14px
|
|
2275
|
-
}
|
|
2276
|
-
@media only screen and (min-width: 32em) {
|
|
2277
|
-
.QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC {
|
|
2278
|
-
margin-top: -20px;
|
|
2279
|
-
padding-top: 20px
|
|
2280
|
-
}
|
|
2281
|
-
}
|
|
2282
|
-
.QuoteBlock-module_root__2GrcC + .QuoteBlock-module_root__2GrcC::before {
|
|
2283
|
-
top: -10px;
|
|
2284
|
-
}
|
|
2285
|
-
.QuoteBlock-module_root__2GrcC:before {
|
|
2286
|
-
position: absolute;
|
|
2287
|
-
top: 5px;
|
|
2288
|
-
bottom: 7px;
|
|
2289
|
-
left: 0;
|
|
2290
|
-
|
|
2291
|
-
width: 4px;
|
|
2292
|
-
|
|
2293
|
-
content: '';
|
|
2294
|
-
|
|
2295
|
-
border-radius: 2px;
|
|
2296
|
-
background-color: #ebebeb
|
|
2297
|
-
}
|
|
2298
|
-
@media only screen and (min-width: 32em) {
|
|
2299
|
-
.QuoteBlock-module_root__2GrcC:before {
|
|
2300
|
-
top: 4px;
|
|
2301
|
-
bottom: 6px
|
|
2302
|
-
}
|
|
2303
|
-
}
|
|
2304
|
-
.QuoteBlock-module_root__2GrcC:last-child {
|
|
2305
|
-
margin-bottom: 0;
|
|
2306
|
-
}
|
|
2307
|
-
.QuoteBlock-module_root__2GrcC p {
|
|
2308
|
-
margin: 0;
|
|
2309
|
-
}
|
|
2310
|
-
.QuoteBlock-module_root__2GrcC a {
|
|
2311
|
-
text-decoration: none;
|
|
2312
|
-
|
|
2313
|
-
color: inherit;
|
|
2314
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
2315
|
-
}
|
|
2316
|
-
.QuoteBlock-module_root__2GrcC a:hover {
|
|
2317
|
-
color: #b88b59;
|
|
2318
|
-
}
|
|
2319
|
-
.QuoteBlock-module_center__cTFNy {
|
|
2320
|
-
width: 100%;
|
|
2321
|
-
max-width: 650px;
|
|
2322
|
-
margin-right: auto;
|
|
2323
|
-
margin-left: auto;
|
|
2324
|
-
}
|
|
2325
|
-
|
|
2326
2326
|
/* Colors */
|
|
2327
2327
|
/* Fonts */
|
|
2328
2328
|
/* Gap */
|
|
@@ -2519,170 +2519,69 @@
|
|
|
2519
2519
|
left: 0;
|
|
2520
2520
|
|
|
2521
2521
|
content: '';
|
|
2522
|
-
|
|
2523
|
-
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
2524
|
-
border-radius: 10px 10px 0 0;
|
|
2525
|
-
}
|
|
2526
|
-
.Cover-module_dark__2Ac-w .Cover-module_body__1xs8e {
|
|
2527
|
-
color: #000;
|
|
2528
|
-
}
|
|
2529
|
-
.Cover-module_light__FUp5X .Cover-module_body__1xs8e {
|
|
2530
|
-
color: #fff;
|
|
2531
|
-
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
|
|
2532
|
-
}
|
|
2533
|
-
.Cover-module_control__VXbhi {
|
|
2534
|
-
position: absolute;
|
|
2535
|
-
z-index: 10;
|
|
2536
|
-
right: 49px;
|
|
2537
|
-
bottom: 12px;
|
|
2538
|
-
|
|
2539
|
-
width: 28px;
|
|
2540
|
-
height: 28px;
|
|
2541
|
-
margin: 0;
|
|
2542
|
-
padding: 0;
|
|
2543
|
-
|
|
2544
|
-
color: #fff;
|
|
2545
|
-
border-width: 0;
|
|
2546
|
-
border-radius: 14px;
|
|
2547
|
-
outline: none;
|
|
2548
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
2549
|
-
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E %3Cg fill='%23FEFEFE' fill-rule='evenodd' opacity='.7'%3E %3Cpath d='M12.726 16H3.275A3.276 3.276 0 0 1 0 12.725v-9.45A3.276 3.276 0 0 1 3.275 0h9.45A3.275 3.275 0 0 1 16 3.275v9.45A3.275 3.275 0 0 1 12.726 16zm0-2c.703 0 1.274-.571 1.274-1.275v-9.45C14 2.571 13.429 2 12.726 2H3.275C2.57 2 2 2.571 2 3.275v9.45C2 13.429 2.57 14 3.275 14h9.45z' fill-rule='nonzero'/%3E %3Cpath d='M4.97 8.307l7.046 7.046a.5.5 0 0 0 .708-.707l-7.4-7.4a.5.5 0 0 0-.708 0l-3.97 3.97a.5.5 0 0 0 .708.707L4.97 8.307z' fill-rule='nonzero'/%3E %3Cpath d='M10.875 5.832l3.771 3.771a.5.5 0 0 0 .707-.707l-4.125-4.125a.5.5 0 0 0-.707 0l-4.19 4.19a.5.5 0 1 0 .707.707l3.837-3.836z' fill-rule='nonzero'/%3E %3Cpath d='M5.865 4.269a.894.894 0 1 1-1.787 0 .894.894 0 0 1 1.787 0'/%3E %3C/g%3E %3C/svg%3E");
|
|
2550
|
-
background-repeat: no-repeat;
|
|
2551
|
-
background-position: center;
|
|
2552
|
-
box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.15);
|
|
2553
|
-
}
|
|
2554
|
-
.Cover-module_isInDynamicBlock__3eghb .Cover-module_body__1xs8e {
|
|
2555
|
-
padding: 0 12px 12px
|
|
2556
|
-
}
|
|
2557
|
-
.Cover-module_isInDynamicBlock__3eghb::after {
|
|
2558
|
-
position: absolute;
|
|
2559
|
-
z-index: 1;
|
|
2560
|
-
top: 0;
|
|
2561
|
-
right: 0;
|
|
2562
|
-
bottom: 0;
|
|
2563
|
-
left: 0;
|
|
2564
|
-
|
|
2565
|
-
content: '';
|
|
2566
|
-
|
|
2567
|
-
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
2568
|
-
border-radius: 8px;
|
|
2569
|
-
}
|
|
2570
|
-
/* VISIBILITY */
|
|
2571
|
-
@media only screen and (min-width: 32em) {
|
|
2572
|
-
.Cover-module_mobile__5DKa1 {
|
|
2573
|
-
display: none
|
|
2574
|
-
}
|
|
2575
|
-
}
|
|
2576
|
-
.Cover-module_desktop__2mrOc {
|
|
2577
|
-
display: none
|
|
2578
|
-
}
|
|
2579
|
-
@media only screen and (min-width: 32em) {
|
|
2580
|
-
.Cover-module_desktop__2mrOc {
|
|
2581
|
-
display: block
|
|
2582
|
-
}
|
|
2583
|
-
}
|
|
2584
|
-
|
|
2585
|
-
/* Colors */
|
|
2586
|
-
/* Fonts */
|
|
2587
|
-
/* Gap */
|
|
2588
|
-
/* Media */
|
|
2589
|
-
/* 512 */
|
|
2590
|
-
/* 650 */
|
|
2591
|
-
/* 768 */
|
|
2592
|
-
/* 1024 */
|
|
2593
|
-
/* 1010 */
|
|
2594
|
-
/* 1200 */
|
|
2595
|
-
/* 511 */
|
|
2596
|
-
/* 1023 */
|
|
2597
|
-
/* Zindex */
|
|
2598
|
-
.GroupedBlock-module_root__2qfQA {
|
|
2599
|
-
max-width: 644px;
|
|
2600
|
-
margin: 15px auto 0
|
|
2601
|
-
}
|
|
2602
|
-
@media only screen and (min-width: 48em) {
|
|
2603
|
-
.GroupedBlock-module_root__2qfQA {
|
|
2604
|
-
max-width: none;
|
|
2605
|
-
margin-top: 25px;
|
|
2606
|
-
margin-bottom: 20px
|
|
2607
|
-
}
|
|
2608
|
-
}
|
|
2609
|
-
.GroupedBlock-module_hasFigcaption__2_mcf {
|
|
2610
|
-
margin-bottom: 15px;
|
|
2611
|
-
}
|
|
2612
|
-
@media only screen and (min-width: 48em) {
|
|
2613
|
-
.GroupedBlock-module_hasFigcaption__2_mcf + .GroupedBlock-module_root__2qfQA {
|
|
2614
|
-
margin-top: 25px
|
|
2615
|
-
}
|
|
2616
|
-
}
|
|
2617
|
-
.GroupedBlock-module_hasFigcaption__2_mcf .GroupedBlock-module_item__3sz9_:last-child {
|
|
2618
|
-
margin-bottom: 0;
|
|
2619
|
-
}
|
|
2620
|
-
.GroupedBlock-module_items__2DV2X {
|
|
2621
|
-
display: -webkit-box;
|
|
2622
|
-
display: -webkit-flex;
|
|
2623
|
-
display: -ms-flexbox;
|
|
2624
|
-
display: flex;
|
|
2625
|
-
flex-direction: column;
|
|
2626
|
-
flex-wrap: nowrap
|
|
2627
|
-
}
|
|
2628
|
-
@media only screen and (min-width: 48em) {
|
|
2629
|
-
.GroupedBlock-module_items__2DV2X {
|
|
2630
|
-
flex-direction: row
|
|
2631
|
-
}
|
|
2632
|
-
}
|
|
2633
|
-
.GroupedBlock-module_item__3sz9_ {
|
|
2634
|
-
flex-grow: 1;
|
|
2635
|
-
|
|
2636
|
-
width: 100%;
|
|
2637
|
-
min-width: 100%;
|
|
2638
|
-
max-width: 100%;
|
|
2639
|
-
margin-bottom: 20px
|
|
2640
|
-
}
|
|
2641
|
-
@media only screen and (min-width: 48em) {
|
|
2642
|
-
.GroupedBlock-module_item__3sz9_ {
|
|
2643
|
-
min-width: 0;
|
|
2644
|
-
max-width: none;
|
|
2645
|
-
margin-bottom: 0
|
|
2522
|
+
|
|
2523
|
+
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
2524
|
+
border-radius: 10px 10px 0 0;
|
|
2646
2525
|
}
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
.GroupedBlock-module_item__3sz9_ + .GroupedBlock-module_item__3sz9_ {
|
|
2650
|
-
margin-left: 15px
|
|
2526
|
+
.Cover-module_dark__2Ac-w .Cover-module_body__1xs8e {
|
|
2527
|
+
color: #000;
|
|
2651
2528
|
}
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
margin-right: auto;
|
|
2656
|
-
margin-left: auto;
|
|
2529
|
+
.Cover-module_light__FUp5X .Cover-module_body__1xs8e {
|
|
2530
|
+
color: #fff;
|
|
2531
|
+
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
|
|
2657
2532
|
}
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
|
|
2533
|
+
.Cover-module_control__VXbhi {
|
|
2534
|
+
position: absolute;
|
|
2535
|
+
z-index: 10;
|
|
2536
|
+
right: 49px;
|
|
2537
|
+
bottom: 12px;
|
|
2538
|
+
|
|
2539
|
+
width: 28px;
|
|
2540
|
+
height: 28px;
|
|
2541
|
+
margin: 0;
|
|
2542
|
+
padding: 0;
|
|
2543
|
+
|
|
2544
|
+
color: #fff;
|
|
2545
|
+
border-width: 0;
|
|
2546
|
+
border-radius: 14px;
|
|
2547
|
+
outline: none;
|
|
2548
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
2549
|
+
background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E %3Cg fill='%23FEFEFE' fill-rule='evenodd' opacity='.7'%3E %3Cpath d='M12.726 16H3.275A3.276 3.276 0 0 1 0 12.725v-9.45A3.276 3.276 0 0 1 3.275 0h9.45A3.275 3.275 0 0 1 16 3.275v9.45A3.275 3.275 0 0 1 12.726 16zm0-2c.703 0 1.274-.571 1.274-1.275v-9.45C14 2.571 13.429 2 12.726 2H3.275C2.57 2 2 2.571 2 3.275v9.45C2 13.429 2.57 14 3.275 14h9.45z' fill-rule='nonzero'/%3E %3Cpath d='M4.97 8.307l7.046 7.046a.5.5 0 0 0 .708-.707l-7.4-7.4a.5.5 0 0 0-.708 0l-3.97 3.97a.5.5 0 0 0 .708.707L4.97 8.307z' fill-rule='nonzero'/%3E %3Cpath d='M10.875 5.832l3.771 3.771a.5.5 0 0 0 .707-.707l-4.125-4.125a.5.5 0 0 0-.707 0l-4.19 4.19a.5.5 0 1 0 .707.707l3.837-3.836z' fill-rule='nonzero'/%3E %3Cpath d='M5.865 4.269a.894.894 0 1 1-1.787 0 .894.894 0 0 1 1.787 0'/%3E %3C/g%3E %3C/svg%3E");
|
|
2550
|
+
background-repeat: no-repeat;
|
|
2551
|
+
background-position: center;
|
|
2552
|
+
box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.15);
|
|
2662
2553
|
}
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
max-width: 980px;
|
|
2554
|
+
.Cover-module_isInDynamicBlock__3eghb .Cover-module_body__1xs8e {
|
|
2555
|
+
padding: 0 12px 12px
|
|
2666
2556
|
}
|
|
2667
|
-
.
|
|
2668
|
-
|
|
2557
|
+
.Cover-module_isInDynamicBlock__3eghb::after {
|
|
2558
|
+
position: absolute;
|
|
2559
|
+
z-index: 1;
|
|
2560
|
+
top: 0;
|
|
2561
|
+
right: 0;
|
|
2562
|
+
bottom: 0;
|
|
2563
|
+
left: 0;
|
|
2564
|
+
|
|
2565
|
+
content: '';
|
|
2566
|
+
|
|
2567
|
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
2568
|
+
border-radius: 8px;
|
|
2669
2569
|
}
|
|
2670
2570
|
/* VISIBILITY */
|
|
2671
2571
|
@media only screen and (min-width: 32em) {
|
|
2672
|
-
.
|
|
2572
|
+
.Cover-module_mobile__5DKa1 {
|
|
2673
2573
|
display: none
|
|
2674
2574
|
}
|
|
2675
2575
|
}
|
|
2676
|
-
.
|
|
2576
|
+
.Cover-module_desktop__2mrOc {
|
|
2677
2577
|
display: none
|
|
2678
2578
|
}
|
|
2679
2579
|
@media only screen and (min-width: 32em) {
|
|
2680
|
-
.
|
|
2580
|
+
.Cover-module_desktop__2mrOc {
|
|
2681
2581
|
display: block
|
|
2682
2582
|
}
|
|
2683
2583
|
}
|
|
2684
2584
|
|
|
2685
|
-
|
|
2686
2585
|
/* Colors */
|
|
2687
2586
|
/* Fonts */
|
|
2688
2587
|
/* Gap */
|
|
@@ -3032,239 +2931,134 @@
|
|
|
3032
2931
|
/* 511 */
|
|
3033
2932
|
/* 1023 */
|
|
3034
2933
|
/* Zindex */
|
|
3035
|
-
.
|
|
3036
|
-
|
|
3037
|
-
|
|
3038
|
-
border-radius: 8px;
|
|
3039
|
-
background-color: #f5f5f5;
|
|
3040
|
-
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
|
|
3041
|
-
}
|
|
3042
|
-
@media only screen and (min-width: 48em) {
|
|
3043
|
-
.RelatedBlock-module_root__IKcQq {
|
|
3044
|
-
margin: 25px 0
|
|
3045
|
-
}
|
|
3046
|
-
}
|
|
3047
|
-
.RelatedBlock-module_root__IKcQq:last-child {
|
|
3048
|
-
margin-bottom: 0;
|
|
3049
|
-
}
|
|
3050
|
-
.RelatedBlock-module_root__IKcQq:first-child {
|
|
3051
|
-
margin-top: 0;
|
|
3052
|
-
}
|
|
3053
|
-
.RelatedBlock-module_root__IKcQq a {
|
|
3054
|
-
display: block;
|
|
3055
|
-
|
|
3056
|
-
padding: 12px 12px 13px;
|
|
3057
|
-
|
|
3058
|
-
transition: color 0.15s;
|
|
3059
|
-
text-decoration: none;
|
|
3060
|
-
|
|
3061
|
-
color: #000;
|
|
3062
|
-
box-shadow: none;
|
|
3063
|
-
|
|
3064
|
-
font-size: 17px;
|
|
3065
|
-
line-height: 20px
|
|
3066
|
-
}
|
|
3067
|
-
@media only screen and (min-width: 48em) {
|
|
3068
|
-
.RelatedBlock-module_root__IKcQq a {
|
|
3069
|
-
padding: 15px 20px 17px;
|
|
3070
|
-
|
|
3071
|
-
font-size: 19px;
|
|
3072
|
-
line-height: 23px
|
|
3073
|
-
}
|
|
3074
|
-
}
|
|
3075
|
-
.RelatedBlock-module_root__IKcQq a:hover {
|
|
3076
|
-
color: #5c5c5c;
|
|
3077
|
-
}
|
|
3078
|
-
.RelatedBlock-module_header__2SuWP {
|
|
3079
|
-
margin: 0;
|
|
3080
|
-
padding: 14px 12px 3px;
|
|
3081
|
-
|
|
3082
|
-
letter-spacing: 1px;
|
|
3083
|
-
text-transform: uppercase;
|
|
3084
|
-
|
|
3085
|
-
color: #7F7F7F;
|
|
3086
|
-
|
|
3087
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3088
|
-
font-size: 12px;
|
|
3089
|
-
font-weight: 600;
|
|
3090
|
-
line-height: 17px
|
|
2934
|
+
.GroupedBlock-module_root__2qfQA {
|
|
2935
|
+
max-width: 644px;
|
|
2936
|
+
margin: 15px auto 0
|
|
3091
2937
|
}
|
|
3092
2938
|
@media only screen and (min-width: 48em) {
|
|
3093
|
-
.
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
line-height: 16px
|
|
2939
|
+
.GroupedBlock-module_root__2qfQA {
|
|
2940
|
+
max-width: none;
|
|
2941
|
+
margin-top: 25px;
|
|
2942
|
+
margin-bottom: 20px
|
|
3098
2943
|
}
|
|
3099
2944
|
}
|
|
3100
|
-
.
|
|
3101
|
-
margin:
|
|
3102
|
-
padding-left: 0;
|
|
3103
|
-
|
|
3104
|
-
list-style: none;
|
|
3105
|
-
}
|
|
3106
|
-
.RelatedBlock-module_items__2V-Ap li {
|
|
3107
|
-
padding: 0;
|
|
3108
|
-
}
|
|
3109
|
-
.RelatedBlock-module_items__2V-Ap li + li {
|
|
3110
|
-
border-top: 1px solid #e6e6e6;
|
|
3111
|
-
}
|
|
3112
|
-
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
3113
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3114
|
-
font-size: 16px;
|
|
3115
|
-
font-weight: 700;
|
|
3116
|
-
line-height: 18px
|
|
2945
|
+
.GroupedBlock-module_hasFigcaption__2_mcf {
|
|
2946
|
+
margin-bottom: 15px;
|
|
3117
2947
|
}
|
|
3118
2948
|
@media only screen and (min-width: 48em) {
|
|
3119
|
-
.
|
|
3120
|
-
|
|
2949
|
+
.GroupedBlock-module_hasFigcaption__2_mcf + .GroupedBlock-module_root__2qfQA {
|
|
2950
|
+
margin-top: 25px
|
|
3121
2951
|
}
|
|
3122
2952
|
}
|
|
3123
|
-
.
|
|
3124
|
-
}
|
|
3125
|
-
.RelatedBlock-module_center__1LmW8 {
|
|
3126
|
-
max-width: 650px;
|
|
3127
|
-
margin-right: auto;
|
|
3128
|
-
margin-left: auto;
|
|
3129
|
-
}
|
|
3130
|
-
.RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
|
|
3131
|
-
margin-top: 0;
|
|
3132
|
-
}
|
|
3133
|
-
.RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
|
|
2953
|
+
.GroupedBlock-module_hasFigcaption__2_mcf .GroupedBlock-module_item__3sz9_:last-child {
|
|
3134
2954
|
margin-bottom: 0;
|
|
3135
2955
|
}
|
|
3136
|
-
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
|
|
3140
|
-
|
|
3141
|
-
|
|
3142
|
-
|
|
3143
|
-
display: none
|
|
2956
|
+
.GroupedBlock-module_items__2DV2X {
|
|
2957
|
+
display: -webkit-box;
|
|
2958
|
+
display: -webkit-flex;
|
|
2959
|
+
display: -ms-flexbox;
|
|
2960
|
+
display: flex;
|
|
2961
|
+
flex-direction: column;
|
|
2962
|
+
flex-wrap: nowrap
|
|
3144
2963
|
}
|
|
3145
|
-
@media only screen and (min-width:
|
|
3146
|
-
.
|
|
3147
|
-
|
|
2964
|
+
@media only screen and (min-width: 48em) {
|
|
2965
|
+
.GroupedBlock-module_items__2DV2X {
|
|
2966
|
+
flex-direction: row
|
|
3148
2967
|
}
|
|
3149
2968
|
}
|
|
2969
|
+
.GroupedBlock-module_item__3sz9_ {
|
|
2970
|
+
flex-grow: 1;
|
|
3150
2971
|
|
|
3151
|
-
|
|
3152
|
-
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
/* Media */
|
|
3156
|
-
/* 512 */
|
|
3157
|
-
/* 650 */
|
|
3158
|
-
/* 768 */
|
|
3159
|
-
/* 1024 */
|
|
3160
|
-
/* 1010 */
|
|
3161
|
-
/* 1200 */
|
|
3162
|
-
/* 511 */
|
|
3163
|
-
/* 1023 */
|
|
3164
|
-
/* Zindex */
|
|
3165
|
-
.RichTitle-module_root__BK_WT {
|
|
3166
|
-
margin: 0 0 18px;
|
|
3167
|
-
|
|
3168
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3169
|
-
font-size: 19px;
|
|
3170
|
-
font-weight: 700;
|
|
3171
|
-
line-height: 23px
|
|
2972
|
+
width: 100%;
|
|
2973
|
+
min-width: 100%;
|
|
2974
|
+
max-width: 100%;
|
|
2975
|
+
margin-bottom: 20px
|
|
3172
2976
|
}
|
|
3173
2977
|
@media only screen and (min-width: 48em) {
|
|
3174
|
-
.
|
|
3175
|
-
|
|
3176
|
-
|
|
3177
|
-
|
|
3178
|
-
line-height: 42px
|
|
2978
|
+
.GroupedBlock-module_item__3sz9_ {
|
|
2979
|
+
min-width: 0;
|
|
2980
|
+
max-width: none;
|
|
2981
|
+
margin-bottom: 0
|
|
3179
2982
|
}
|
|
3180
2983
|
}
|
|
3181
|
-
.RichTitle-module_root__BK_WT:last-child {
|
|
3182
|
-
margin-bottom: 0;
|
|
3183
|
-
}
|
|
3184
|
-
.RichTitle-module_root__BK_WT span {
|
|
3185
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3186
|
-
font-size: 20px;
|
|
3187
|
-
font-weight: normal
|
|
3188
|
-
}
|
|
3189
2984
|
@media only screen and (min-width: 48em) {
|
|
3190
|
-
.
|
|
3191
|
-
|
|
3192
|
-
}
|
|
3193
|
-
}
|
|
3194
|
-
@media only screen and (min-width: 32em) {
|
|
3195
|
-
.RichTitle-module_slide__1A-gB,
|
|
3196
|
-
.RichTitle-module_game__1g8Bn {
|
|
3197
|
-
text-align: center
|
|
3198
|
-
}
|
|
3199
|
-
}
|
|
3200
|
-
@media only screen and (min-width: 64em) {
|
|
3201
|
-
.RichTitle-module_half__10GRI {
|
|
3202
|
-
font-size: 33px;
|
|
3203
|
-
line-height: 36px
|
|
3204
|
-
}
|
|
3205
|
-
}
|
|
3206
|
-
@media only screen and (min-width: 64em) {
|
|
3207
|
-
.RichTitle-module_half__10GRI span {
|
|
3208
|
-
font-size: 34px
|
|
2985
|
+
.GroupedBlock-module_item__3sz9_ + .GroupedBlock-module_item__3sz9_ {
|
|
2986
|
+
margin-left: 15px
|
|
3209
2987
|
}
|
|
3210
2988
|
}
|
|
3211
|
-
.
|
|
3212
|
-
|
|
2989
|
+
.GroupedBlock-module_figcaption__2Q_wf {
|
|
2990
|
+
max-width: 650px;
|
|
2991
|
+
margin-right: auto;
|
|
2992
|
+
margin-left: auto;
|
|
3213
2993
|
}
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
|
|
3217
|
-
|
|
3218
|
-
font-size: 28px;
|
|
3219
|
-
line-height: 30px
|
|
2994
|
+
/* DISPLAY */
|
|
2995
|
+
@media only screen and (min-width: 48em) {
|
|
2996
|
+
.GroupedBlock-module_default__3ylw_ {
|
|
2997
|
+
max-width: 650px
|
|
3220
2998
|
}
|
|
3221
2999
|
}
|
|
3222
|
-
|
|
3223
|
-
|
|
3224
|
-
display: block;
|
|
3225
|
-
|
|
3226
|
-
padding-top: 2px;
|
|
3227
|
-
|
|
3228
|
-
font-size: 18px;
|
|
3229
|
-
line-height: 24px
|
|
3000
|
+
.GroupedBlock-module_full__1dzQR {
|
|
3001
|
+
max-width: 980px;
|
|
3230
3002
|
}
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
text-align: left
|
|
3003
|
+
.GroupedBlock-module_super_full__1PU72 {
|
|
3004
|
+
max-width: 1680px;
|
|
3234
3005
|
}
|
|
3235
|
-
|
|
3236
|
-
|
|
3237
|
-
|
|
3006
|
+
/* VISIBILITY */
|
|
3007
|
+
@media only screen and (min-width: 32em) {
|
|
3008
|
+
.GroupedBlock-module_mobile__3n8Ub {
|
|
3009
|
+
display: none
|
|
3238
3010
|
}
|
|
3239
3011
|
}
|
|
3240
|
-
.
|
|
3241
|
-
|
|
3242
|
-
line-height: 23px
|
|
3012
|
+
.GroupedBlock-module_desktop__6ZRpA {
|
|
3013
|
+
display: none
|
|
3243
3014
|
}
|
|
3244
|
-
@media only screen and (min-width:
|
|
3245
|
-
.
|
|
3246
|
-
|
|
3247
|
-
line-height: 1.6rem
|
|
3015
|
+
@media only screen and (min-width: 32em) {
|
|
3016
|
+
.GroupedBlock-module_desktop__6ZRpA {
|
|
3017
|
+
display: block
|
|
3248
3018
|
}
|
|
3249
3019
|
}
|
|
3250
|
-
|
|
3251
|
-
|
|
3020
|
+
|
|
3021
|
+
|
|
3022
|
+
/* Colors */
|
|
3023
|
+
/* Fonts */
|
|
3024
|
+
/* Gap */
|
|
3025
|
+
/* Media */
|
|
3026
|
+
/* 512 */
|
|
3027
|
+
/* 650 */
|
|
3028
|
+
/* 768 */
|
|
3029
|
+
/* 1024 */
|
|
3030
|
+
/* 1010 */
|
|
3031
|
+
/* 1200 */
|
|
3032
|
+
/* 511 */
|
|
3033
|
+
/* 1023 */
|
|
3034
|
+
/* Zindex */
|
|
3035
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3036
|
+
margin: 0 0 18px;
|
|
3037
|
+
|
|
3038
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3039
|
+
font-size: 20px;
|
|
3040
|
+
font-weight: normal;
|
|
3041
|
+
line-height: 23px
|
|
3252
3042
|
}
|
|
3253
|
-
@media only screen and (min-width:
|
|
3254
|
-
.
|
|
3255
|
-
|
|
3043
|
+
@media only screen and (min-width: 48em) {
|
|
3044
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3045
|
+
margin-bottom: 15px;
|
|
3046
|
+
|
|
3047
|
+
font-size: 36px;
|
|
3048
|
+
line-height: 40px
|
|
3256
3049
|
}
|
|
3257
3050
|
}
|
|
3051
|
+
/* VISIBILITY */
|
|
3258
3052
|
@media only screen and (min-width: 32em) {
|
|
3259
|
-
.
|
|
3053
|
+
.SimpleTitle-module_mobile__11gBz {
|
|
3260
3054
|
display: none
|
|
3261
3055
|
}
|
|
3262
3056
|
}
|
|
3263
|
-
.
|
|
3057
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3264
3058
|
display: none
|
|
3265
3059
|
}
|
|
3266
3060
|
@media only screen and (min-width: 32em) {
|
|
3267
|
-
.
|
|
3061
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3268
3062
|
display: block
|
|
3269
3063
|
}
|
|
3270
3064
|
}
|
|
@@ -3690,50 +3484,6 @@ a mark {
|
|
|
3690
3484
|
}
|
|
3691
3485
|
}
|
|
3692
3486
|
|
|
3693
|
-
/* Colors */
|
|
3694
|
-
/* Fonts */
|
|
3695
|
-
/* Gap */
|
|
3696
|
-
/* Media */
|
|
3697
|
-
/* 512 */
|
|
3698
|
-
/* 650 */
|
|
3699
|
-
/* 768 */
|
|
3700
|
-
/* 1024 */
|
|
3701
|
-
/* 1010 */
|
|
3702
|
-
/* 1200 */
|
|
3703
|
-
/* 511 */
|
|
3704
|
-
/* 1023 */
|
|
3705
|
-
/* Zindex */
|
|
3706
|
-
.SimpleTitle-module_root__2jVQN {
|
|
3707
|
-
margin: 0 0 18px;
|
|
3708
|
-
|
|
3709
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3710
|
-
font-size: 20px;
|
|
3711
|
-
font-weight: normal;
|
|
3712
|
-
line-height: 23px
|
|
3713
|
-
}
|
|
3714
|
-
@media only screen and (min-width: 48em) {
|
|
3715
|
-
.SimpleTitle-module_root__2jVQN {
|
|
3716
|
-
margin-bottom: 15px;
|
|
3717
|
-
|
|
3718
|
-
font-size: 36px;
|
|
3719
|
-
line-height: 40px
|
|
3720
|
-
}
|
|
3721
|
-
}
|
|
3722
|
-
/* VISIBILITY */
|
|
3723
|
-
@media only screen and (min-width: 32em) {
|
|
3724
|
-
.SimpleTitle-module_mobile__11gBz {
|
|
3725
|
-
display: none
|
|
3726
|
-
}
|
|
3727
|
-
}
|
|
3728
|
-
.SimpleTitle-module_desktop__3yXgy {
|
|
3729
|
-
display: none
|
|
3730
|
-
}
|
|
3731
|
-
@media only screen and (min-width: 32em) {
|
|
3732
|
-
.SimpleTitle-module_desktop__3yXgy {
|
|
3733
|
-
display: block
|
|
3734
|
-
}
|
|
3735
|
-
}
|
|
3736
|
-
|
|
3737
3487
|
/* Colors */
|
|
3738
3488
|
/* Fonts */
|
|
3739
3489
|
/* Gap */
|
|
@@ -3828,23 +3578,143 @@ a mark {
|
|
|
3828
3578
|
font-size: 18px;
|
|
3829
3579
|
line-height: 26px
|
|
3830
3580
|
}
|
|
3831
|
-
}
|
|
3832
|
-
.SourceBlock-module_center__3P93B {
|
|
3833
|
-
max-width: 650px;
|
|
3834
|
-
margin-right: auto;
|
|
3835
|
-
margin-left: auto;
|
|
3581
|
+
}
|
|
3582
|
+
.SourceBlock-module_center__3P93B {
|
|
3583
|
+
max-width: 650px;
|
|
3584
|
+
margin-right: auto;
|
|
3585
|
+
margin-left: auto;
|
|
3586
|
+
}
|
|
3587
|
+
/* VISIBILITY */
|
|
3588
|
+
@media only screen and (min-width: 32em) {
|
|
3589
|
+
.SourceBlock-module_mobile__2gw4S {
|
|
3590
|
+
display: none
|
|
3591
|
+
}
|
|
3592
|
+
}
|
|
3593
|
+
.SourceBlock-module_desktop__DecT6 {
|
|
3594
|
+
display: none
|
|
3595
|
+
}
|
|
3596
|
+
@media only screen and (min-width: 32em) {
|
|
3597
|
+
.SourceBlock-module_desktop__DecT6 {
|
|
3598
|
+
display: block
|
|
3599
|
+
}
|
|
3600
|
+
}
|
|
3601
|
+
|
|
3602
|
+
/* Colors */
|
|
3603
|
+
/* Fonts */
|
|
3604
|
+
/* Gap */
|
|
3605
|
+
/* Media */
|
|
3606
|
+
/* 512 */
|
|
3607
|
+
/* 650 */
|
|
3608
|
+
/* 768 */
|
|
3609
|
+
/* 1024 */
|
|
3610
|
+
/* 1010 */
|
|
3611
|
+
/* 1200 */
|
|
3612
|
+
/* 511 */
|
|
3613
|
+
/* 1023 */
|
|
3614
|
+
/* Zindex */
|
|
3615
|
+
.RichTitle-module_root__BK_WT {
|
|
3616
|
+
margin: 0 0 18px;
|
|
3617
|
+
|
|
3618
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3619
|
+
font-size: 19px;
|
|
3620
|
+
font-weight: 700;
|
|
3621
|
+
line-height: 23px
|
|
3622
|
+
}
|
|
3623
|
+
@media only screen and (min-width: 48em) {
|
|
3624
|
+
.RichTitle-module_root__BK_WT {
|
|
3625
|
+
margin-bottom: 15px;
|
|
3626
|
+
|
|
3627
|
+
font-size: 37px;
|
|
3628
|
+
line-height: 42px
|
|
3629
|
+
}
|
|
3630
|
+
}
|
|
3631
|
+
.RichTitle-module_root__BK_WT:last-child {
|
|
3632
|
+
margin-bottom: 0;
|
|
3633
|
+
}
|
|
3634
|
+
.RichTitle-module_root__BK_WT span {
|
|
3635
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3636
|
+
font-size: 20px;
|
|
3637
|
+
font-weight: normal
|
|
3638
|
+
}
|
|
3639
|
+
@media only screen and (min-width: 48em) {
|
|
3640
|
+
.RichTitle-module_root__BK_WT span {
|
|
3641
|
+
font-size: 38px
|
|
3642
|
+
}
|
|
3643
|
+
}
|
|
3644
|
+
@media only screen and (min-width: 32em) {
|
|
3645
|
+
.RichTitle-module_slide__1A-gB,
|
|
3646
|
+
.RichTitle-module_game__1g8Bn {
|
|
3647
|
+
text-align: center
|
|
3648
|
+
}
|
|
3649
|
+
}
|
|
3650
|
+
@media only screen and (min-width: 64em) {
|
|
3651
|
+
.RichTitle-module_half__10GRI {
|
|
3652
|
+
font-size: 33px;
|
|
3653
|
+
line-height: 36px
|
|
3654
|
+
}
|
|
3655
|
+
}
|
|
3656
|
+
@media only screen and (min-width: 64em) {
|
|
3657
|
+
.RichTitle-module_half__10GRI span {
|
|
3658
|
+
font-size: 34px
|
|
3659
|
+
}
|
|
3660
|
+
}
|
|
3661
|
+
.RichTitle-module_game__1g8Bn:first-child {
|
|
3662
|
+
padding-top: 9px;
|
|
3663
|
+
}
|
|
3664
|
+
@media only screen and (max-width: 63.9375em) {
|
|
3665
|
+
.RichTitle-module_featured__wJfaQ {
|
|
3666
|
+
letter-spacing: 0.3px;
|
|
3667
|
+
|
|
3668
|
+
font-size: 28px;
|
|
3669
|
+
line-height: 30px
|
|
3670
|
+
}
|
|
3671
|
+
}
|
|
3672
|
+
@media only screen and (max-width: 63.9375em) {
|
|
3673
|
+
.RichTitle-module_featured__wJfaQ span {
|
|
3674
|
+
display: block;
|
|
3675
|
+
|
|
3676
|
+
padding-top: 2px;
|
|
3677
|
+
|
|
3678
|
+
font-size: 18px;
|
|
3679
|
+
line-height: 24px
|
|
3680
|
+
}
|
|
3681
|
+
}
|
|
3682
|
+
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
3683
|
+
text-align: left
|
|
3684
|
+
}
|
|
3685
|
+
@media only screen and (min-width: 64em) {
|
|
3686
|
+
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
3687
|
+
margin-bottom: 18px
|
|
3688
|
+
}
|
|
3689
|
+
}
|
|
3690
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
3691
|
+
font-size: 19px;
|
|
3692
|
+
line-height: 23px
|
|
3693
|
+
}
|
|
3694
|
+
@media only screen and (min-width: 64em) {
|
|
3695
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
3696
|
+
font-size: 1.3rem;
|
|
3697
|
+
line-height: 1.6rem
|
|
3698
|
+
}
|
|
3699
|
+
}
|
|
3700
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3701
|
+
font-size: 20px
|
|
3702
|
+
}
|
|
3703
|
+
@media only screen and (min-width: 64em) {
|
|
3704
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3705
|
+
font-size: 1.35rem
|
|
3836
3706
|
}
|
|
3837
|
-
|
|
3707
|
+
}
|
|
3838
3708
|
@media only screen and (min-width: 32em) {
|
|
3839
|
-
.
|
|
3709
|
+
.RichTitle-module_mobile__1Cb6E {
|
|
3840
3710
|
display: none
|
|
3841
3711
|
}
|
|
3842
3712
|
}
|
|
3843
|
-
.
|
|
3713
|
+
.RichTitle-module_desktop__2ixSQ {
|
|
3844
3714
|
display: none
|
|
3845
3715
|
}
|
|
3846
3716
|
@media only screen and (min-width: 32em) {
|
|
3847
|
-
.
|
|
3717
|
+
.RichTitle-module_desktop__2ixSQ {
|
|
3848
3718
|
display: block
|
|
3849
3719
|
}
|
|
3850
3720
|
}
|
|
@@ -4089,45 +3959,278 @@ a mark {
|
|
|
4089
3959
|
background-color: transparent;
|
|
4090
3960
|
}
|
|
4091
3961
|
}
|
|
4092
|
-
@keyframes Spoiler-module_spoilerStickyBg__nYdlo {
|
|
4093
|
-
0% {
|
|
4094
|
-
background-color: #fff;
|
|
4095
|
-
}
|
|
4096
|
-
|
|
4097
|
-
100% {
|
|
4098
|
-
background-color: transparent;
|
|
3962
|
+
@keyframes Spoiler-module_spoilerStickyBg__nYdlo {
|
|
3963
|
+
0% {
|
|
3964
|
+
background-color: #fff;
|
|
3965
|
+
}
|
|
3966
|
+
|
|
3967
|
+
100% {
|
|
3968
|
+
background-color: transparent;
|
|
3969
|
+
}
|
|
3970
|
+
}
|
|
3971
|
+
[data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7,
|
|
3972
|
+
[data-gdpr-panel='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
3973
|
+
bottom: 45px
|
|
3974
|
+
}
|
|
3975
|
+
@media only screen and (min-width: 32em) {
|
|
3976
|
+
[data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7,
|
|
3977
|
+
[data-gdpr-panel='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
3978
|
+
bottom: 46px
|
|
3979
|
+
}
|
|
3980
|
+
}
|
|
3981
|
+
@media only screen and (max-width: 32.1875em) {
|
|
3982
|
+
[data-gdpr-panel='true'][data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
3983
|
+
bottom: 90px
|
|
3984
|
+
}
|
|
3985
|
+
}
|
|
3986
|
+
/* VISIBILITY */
|
|
3987
|
+
@media only screen and (min-width: 32em) {
|
|
3988
|
+
.Spoiler-module_mobile__2BPt8 {
|
|
3989
|
+
display: none
|
|
3990
|
+
}
|
|
3991
|
+
}
|
|
3992
|
+
.Spoiler-module_desktop__1BIFJ {
|
|
3993
|
+
display: none
|
|
3994
|
+
}
|
|
3995
|
+
@media only screen and (min-width: 32em) {
|
|
3996
|
+
.Spoiler-module_desktop__1BIFJ {
|
|
3997
|
+
display: block
|
|
3998
|
+
}
|
|
3999
|
+
}
|
|
4000
|
+
|
|
4001
|
+
/* Colors */
|
|
4002
|
+
/* Fonts */
|
|
4003
|
+
/* Gap */
|
|
4004
|
+
/* Media */
|
|
4005
|
+
/* 512 */
|
|
4006
|
+
/* 650 */
|
|
4007
|
+
/* 768 */
|
|
4008
|
+
/* 1024 */
|
|
4009
|
+
/* 1010 */
|
|
4010
|
+
/* 1200 */
|
|
4011
|
+
/* 511 */
|
|
4012
|
+
/* 1023 */
|
|
4013
|
+
/* Zindex */
|
|
4014
|
+
.MetaItem-module_root__2VQom {
|
|
4015
|
+
display: inline;
|
|
4016
|
+
|
|
4017
|
+
margin-right: 15px;
|
|
4018
|
+
}
|
|
4019
|
+
.MetaItem-module_root__2VQom > svg {
|
|
4020
|
+
display: inline-block;
|
|
4021
|
+
|
|
4022
|
+
margin-right: 1px;
|
|
4023
|
+
|
|
4024
|
+
vertical-align: top;
|
|
4025
|
+
|
|
4026
|
+
color: inherit;
|
|
4027
|
+
|
|
4028
|
+
fill: currentColor;
|
|
4029
|
+
}
|
|
4030
|
+
.MetaItem-module_root__2VQom a {
|
|
4031
|
+
display: inline;
|
|
4032
|
+
|
|
4033
|
+
text-decoration: underline;
|
|
4034
|
+
|
|
4035
|
+
color: inherit;
|
|
4036
|
+
|
|
4037
|
+
-webkit-text-decoration-skip: auto;
|
|
4038
|
+
}
|
|
4039
|
+
.MetaItem-module_root__2VQom a:hover {
|
|
4040
|
+
color: #b88b59;
|
|
4041
|
+
}
|
|
4042
|
+
.MetaItem-module_hasBullets__CkQPI {
|
|
4043
|
+
margin-right: 0;
|
|
4044
|
+
}
|
|
4045
|
+
.MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
|
|
4046
|
+
display: inline-block;
|
|
4047
|
+
|
|
4048
|
+
padding-right: 0.4em;
|
|
4049
|
+
padding-left: 0.4em;
|
|
4050
|
+
|
|
4051
|
+
content: '\B7';
|
|
4052
|
+
}
|
|
4053
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4054
|
+
.MetaItem-module_hasSource__1DmCI {
|
|
4055
|
+
width: 100%;
|
|
4056
|
+
margin-top: 3px;
|
|
4057
|
+
margin-bottom: 3px
|
|
4058
|
+
}
|
|
4059
|
+
}
|
|
4060
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4061
|
+
.MetaItem-module_hasSource__1DmCI:first-child {
|
|
4062
|
+
margin-top: 0
|
|
4063
|
+
}
|
|
4064
|
+
}
|
|
4065
|
+
.MetaItem-module_hasSource__1DmCI:last-child {
|
|
4066
|
+
margin-bottom: 0;
|
|
4067
|
+
}
|
|
4068
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4069
|
+
.MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
|
|
4070
|
+
display: none
|
|
4071
|
+
}
|
|
4072
|
+
}
|
|
4073
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4074
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
|
|
4075
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
|
|
4076
|
+
display: inline-block
|
|
4077
|
+
}
|
|
4078
|
+
}
|
|
4079
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4080
|
+
.MetaItem-module_datetime__3tOWm,
|
|
4081
|
+
.MetaItem-module_listened__lwvAO,
|
|
4082
|
+
.MetaItem-module_read__5eAIG {
|
|
4083
|
+
width: auto
|
|
4084
|
+
}
|
|
4085
|
+
}
|
|
4086
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4087
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
|
|
4088
|
+
order: -2
|
|
4089
|
+
}
|
|
4090
|
+
}
|
|
4091
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4092
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
|
|
4093
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
|
|
4094
|
+
order: -1;
|
|
4095
|
+
|
|
4096
|
+
margin-top: 0
|
|
4097
|
+
}
|
|
4098
|
+
}
|
|
4099
|
+
.MetaItem-module_read__5eAIG svg {
|
|
4100
|
+
margin-top: -1px;
|
|
4101
|
+
}
|
|
4102
|
+
|
|
4103
|
+
/* Colors */
|
|
4104
|
+
/* Fonts */
|
|
4105
|
+
/* Gap */
|
|
4106
|
+
/* Media */
|
|
4107
|
+
/* 512 */
|
|
4108
|
+
/* 650 */
|
|
4109
|
+
/* 768 */
|
|
4110
|
+
/* 1024 */
|
|
4111
|
+
/* 1010 */
|
|
4112
|
+
/* 1200 */
|
|
4113
|
+
/* 511 */
|
|
4114
|
+
/* 1023 */
|
|
4115
|
+
/* Zindex */
|
|
4116
|
+
.RelatedBlock-module_root__IKcQq {
|
|
4117
|
+
margin: 16px 0;
|
|
4118
|
+
|
|
4119
|
+
border-radius: 8px;
|
|
4120
|
+
background-color: #f5f5f5;
|
|
4121
|
+
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #b78b5c
|
|
4122
|
+
}
|
|
4123
|
+
@media only screen and (min-width: 48em) {
|
|
4124
|
+
.RelatedBlock-module_root__IKcQq {
|
|
4125
|
+
margin: 25px 0
|
|
4126
|
+
}
|
|
4127
|
+
}
|
|
4128
|
+
.RelatedBlock-module_root__IKcQq:last-child {
|
|
4129
|
+
margin-bottom: 0;
|
|
4130
|
+
}
|
|
4131
|
+
.RelatedBlock-module_root__IKcQq:first-child {
|
|
4132
|
+
margin-top: 0;
|
|
4133
|
+
}
|
|
4134
|
+
.RelatedBlock-module_root__IKcQq a {
|
|
4135
|
+
display: block;
|
|
4136
|
+
|
|
4137
|
+
padding: 12px 12px 13px;
|
|
4138
|
+
|
|
4139
|
+
transition: color 0.15s;
|
|
4140
|
+
text-decoration: none;
|
|
4141
|
+
|
|
4142
|
+
color: #000;
|
|
4143
|
+
box-shadow: none;
|
|
4144
|
+
|
|
4145
|
+
font-size: 17px;
|
|
4146
|
+
line-height: 20px
|
|
4147
|
+
}
|
|
4148
|
+
@media only screen and (min-width: 48em) {
|
|
4149
|
+
.RelatedBlock-module_root__IKcQq a {
|
|
4150
|
+
padding: 15px 20px 17px;
|
|
4151
|
+
|
|
4152
|
+
font-size: 19px;
|
|
4153
|
+
line-height: 23px
|
|
4154
|
+
}
|
|
4155
|
+
}
|
|
4156
|
+
.RelatedBlock-module_root__IKcQq a:hover {
|
|
4157
|
+
color: #5c5c5c;
|
|
4158
|
+
}
|
|
4159
|
+
.RelatedBlock-module_header__2SuWP {
|
|
4160
|
+
margin: 0;
|
|
4161
|
+
padding: 14px 12px 3px;
|
|
4162
|
+
|
|
4163
|
+
letter-spacing: 1px;
|
|
4164
|
+
text-transform: uppercase;
|
|
4165
|
+
|
|
4166
|
+
color: #7F7F7F;
|
|
4167
|
+
|
|
4168
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4169
|
+
font-size: 12px;
|
|
4170
|
+
font-weight: 600;
|
|
4171
|
+
line-height: 17px
|
|
4172
|
+
}
|
|
4173
|
+
@media only screen and (min-width: 48em) {
|
|
4174
|
+
.RelatedBlock-module_header__2SuWP {
|
|
4175
|
+
padding: 20px 20px 14px;
|
|
4176
|
+
|
|
4177
|
+
font-size: 14px;
|
|
4178
|
+
line-height: 16px
|
|
4179
|
+
}
|
|
4180
|
+
}
|
|
4181
|
+
.RelatedBlock-module_items__2V-Ap {
|
|
4182
|
+
margin: 0;
|
|
4183
|
+
padding-left: 0;
|
|
4184
|
+
|
|
4185
|
+
list-style: none;
|
|
4186
|
+
}
|
|
4187
|
+
.RelatedBlock-module_items__2V-Ap li {
|
|
4188
|
+
padding: 0;
|
|
4189
|
+
}
|
|
4190
|
+
.RelatedBlock-module_items__2V-Ap li + li {
|
|
4191
|
+
border-top: 1px solid #e6e6e6;
|
|
4192
|
+
}
|
|
4193
|
+
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
4194
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4195
|
+
font-size: 16px;
|
|
4196
|
+
font-weight: 700;
|
|
4197
|
+
line-height: 18px
|
|
4198
|
+
}
|
|
4199
|
+
@media only screen and (min-width: 48em) {
|
|
4200
|
+
.RelatedBlock-module_rich__ddaHq .RelatedBlock-module_first__BKItW {
|
|
4201
|
+
font-size: 18px
|
|
4202
|
+
}
|
|
4099
4203
|
}
|
|
4204
|
+
.RelatedBlock-module_simple__29HVO {
|
|
4100
4205
|
}
|
|
4101
|
-
|
|
4102
|
-
|
|
4103
|
-
|
|
4206
|
+
.RelatedBlock-module_center__1LmW8 {
|
|
4207
|
+
max-width: 650px;
|
|
4208
|
+
margin-right: auto;
|
|
4209
|
+
margin-left: auto;
|
|
4104
4210
|
}
|
|
4105
|
-
|
|
4106
|
-
|
|
4107
|
-
[data-gdpr-panel='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4108
|
-
bottom: 46px
|
|
4211
|
+
.RelatedBlock-module_isInSlideMaterial__2YSYG:first-child {
|
|
4212
|
+
margin-top: 0;
|
|
4109
4213
|
}
|
|
4110
|
-
|
|
4111
|
-
|
|
4112
|
-
[data-gdpr-panel='true'][data-dfp-sticky-banner='true'] .Spoiler-module_spoiled__1A5r4 .Spoiler-module_footer__23mh7 {
|
|
4113
|
-
bottom: 90px
|
|
4214
|
+
.RelatedBlock-module_isInSlideMaterial__2YSYG:last-child {
|
|
4215
|
+
margin-bottom: 0;
|
|
4114
4216
|
}
|
|
4115
|
-
}
|
|
4116
4217
|
/* VISIBILITY */
|
|
4117
4218
|
@media only screen and (min-width: 32em) {
|
|
4118
|
-
.
|
|
4219
|
+
.RelatedBlock-module_mobile__2XM5a {
|
|
4119
4220
|
display: none
|
|
4120
4221
|
}
|
|
4121
4222
|
}
|
|
4122
|
-
.
|
|
4223
|
+
.RelatedBlock-module_desktop__2mXeq {
|
|
4123
4224
|
display: none
|
|
4124
4225
|
}
|
|
4125
4226
|
@media only screen and (min-width: 32em) {
|
|
4126
|
-
.
|
|
4227
|
+
.RelatedBlock-module_desktop__2mXeq {
|
|
4127
4228
|
display: block
|
|
4128
4229
|
}
|
|
4129
4230
|
}
|
|
4130
4231
|
|
|
4232
|
+
|
|
4233
|
+
/* stylelint-disable declaration-empty-line-before */
|
|
4131
4234
|
/* Colors */
|
|
4132
4235
|
/* Fonts */
|
|
4133
4236
|
/* Gap */
|
|
@@ -4141,93 +4244,18 @@ a mark {
|
|
|
4141
4244
|
/* 511 */
|
|
4142
4245
|
/* 1023 */
|
|
4143
4246
|
/* Zindex */
|
|
4144
|
-
.
|
|
4247
|
+
.DocumentItemsCount-module_root__P3q-z {
|
|
4145
4248
|
display: inline;
|
|
4146
4249
|
|
|
4147
|
-
|
|
4250
|
+
line-height: inherit;
|
|
4148
4251
|
}
|
|
4149
|
-
.
|
|
4150
|
-
display: inline-block;
|
|
4151
|
-
|
|
4152
|
-
margin-right: 1px;
|
|
4153
|
-
|
|
4252
|
+
.DocumentItemsCount-module_root__P3q-z svg {
|
|
4154
4253
|
vertical-align: top;
|
|
4155
|
-
|
|
4156
|
-
color: inherit;
|
|
4157
|
-
|
|
4158
|
-
fill: currentColor;
|
|
4159
|
-
}
|
|
4160
|
-
.MetaItem-module_root__2VQom a {
|
|
4161
|
-
display: inline;
|
|
4162
|
-
|
|
4163
|
-
text-decoration: underline;
|
|
4164
|
-
|
|
4165
|
-
color: inherit;
|
|
4166
|
-
|
|
4167
|
-
-webkit-text-decoration-skip: auto;
|
|
4168
|
-
}
|
|
4169
|
-
.MetaItem-module_root__2VQom a:hover {
|
|
4170
|
-
color: #b88b59;
|
|
4171
|
-
}
|
|
4172
|
-
.MetaItem-module_hasBullets__CkQPI {
|
|
4173
|
-
margin-right: 0;
|
|
4174
|
-
}
|
|
4175
|
-
.MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
|
|
4176
|
-
display: inline-block;
|
|
4177
|
-
|
|
4178
|
-
padding-right: 0.4em;
|
|
4179
|
-
padding-left: 0.4em;
|
|
4180
|
-
|
|
4181
|
-
content: '\B7';
|
|
4182
|
-
}
|
|
4183
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4184
|
-
.MetaItem-module_hasSource__1DmCI {
|
|
4185
|
-
width: 100%;
|
|
4186
|
-
margin-top: 3px;
|
|
4187
|
-
margin-bottom: 3px
|
|
4188
|
-
}
|
|
4189
|
-
}
|
|
4190
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4191
|
-
.MetaItem-module_hasSource__1DmCI:first-child {
|
|
4192
|
-
margin-top: 0
|
|
4193
|
-
}
|
|
4194
|
-
}
|
|
4195
|
-
.MetaItem-module_hasSource__1DmCI:last-child {
|
|
4196
|
-
margin-bottom: 0;
|
|
4197
|
-
}
|
|
4198
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4199
|
-
.MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
|
|
4200
|
-
display: none
|
|
4201
|
-
}
|
|
4202
|
-
}
|
|
4203
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4204
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
|
|
4205
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
|
|
4206
|
-
display: inline-block
|
|
4207
|
-
}
|
|
4208
|
-
}
|
|
4209
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4210
|
-
.MetaItem-module_datetime__3tOWm,
|
|
4211
|
-
.MetaItem-module_listened__lwvAO,
|
|
4212
|
-
.MetaItem-module_read__5eAIG {
|
|
4213
|
-
width: auto
|
|
4214
|
-
}
|
|
4215
|
-
}
|
|
4216
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4217
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
|
|
4218
|
-
order: -2
|
|
4219
4254
|
}
|
|
4220
|
-
|
|
4221
|
-
|
|
4222
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
|
|
4223
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
|
|
4224
|
-
order: -1;
|
|
4255
|
+
.DocumentItemsCount-module_items__3pfxW {
|
|
4256
|
+
margin-left: 1px;
|
|
4225
4257
|
|
|
4226
|
-
|
|
4227
|
-
}
|
|
4228
|
-
}
|
|
4229
|
-
.MetaItem-module_read__5eAIG svg {
|
|
4230
|
-
margin-top: -1px;
|
|
4258
|
+
vertical-align: top;
|
|
4231
4259
|
}
|
|
4232
4260
|
|
|
4233
4261
|
/* stylelint-disable declaration-empty-line-before */
|
|
@@ -4414,7 +4442,6 @@ a mark {
|
|
|
4414
4442
|
}
|
|
4415
4443
|
}
|
|
4416
4444
|
|
|
4417
|
-
/* stylelint-disable declaration-empty-line-before */
|
|
4418
4445
|
/* Colors */
|
|
4419
4446
|
/* Fonts */
|
|
4420
4447
|
/* Gap */
|
|
@@ -4428,19 +4455,64 @@ a mark {
|
|
|
4428
4455
|
/* 511 */
|
|
4429
4456
|
/* 1023 */
|
|
4430
4457
|
/* Zindex */
|
|
4431
|
-
.
|
|
4432
|
-
|
|
4458
|
+
.Footnote-module_root__2a0-B {
|
|
4459
|
+
position: relative;
|
|
4460
|
+
|
|
4461
|
+
width: 320px;
|
|
4462
|
+
padding: 20px;
|
|
4463
|
+
|
|
4464
|
+
border-radius: 8px;
|
|
4465
|
+
background-color: #fff;
|
|
4466
|
+
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
|
|
4467
|
+
}
|
|
4468
|
+
.Footnote-module_body__259Ly {
|
|
4469
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4470
|
+
font-size: 16px;
|
|
4471
|
+
line-height: 22px;
|
|
4472
|
+
}
|
|
4473
|
+
.Footnote-module_body__259Ly h3 {
|
|
4474
|
+
margin: 0 0 16px;
|
|
4433
4475
|
|
|
4476
|
+
font-size: inherit;
|
|
4477
|
+
font-weight: 700;
|
|
4434
4478
|
line-height: inherit;
|
|
4435
4479
|
}
|
|
4436
|
-
.
|
|
4437
|
-
|
|
4480
|
+
.Footnote-module_body__259Ly p {
|
|
4481
|
+
margin: 0;
|
|
4438
4482
|
}
|
|
4439
|
-
.
|
|
4440
|
-
margin-
|
|
4483
|
+
.Footnote-module_body__259Ly p + p {
|
|
4484
|
+
margin-top: 6px;
|
|
4485
|
+
}
|
|
4486
|
+
.Footnote-module_body__259Ly a {
|
|
4487
|
+
color: inherit;
|
|
4488
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
4489
|
+
}
|
|
4490
|
+
.Footnote-module_body__259Ly a:hover {
|
|
4491
|
+
color: #b88b59;
|
|
4492
|
+
}
|
|
4493
|
+
.Footnote-module_dismiss__1HKG5 {
|
|
4494
|
+
position: absolute;
|
|
4495
|
+
top: 0;
|
|
4496
|
+
right: 0;
|
|
4441
4497
|
|
|
4442
|
-
|
|
4498
|
+
margin: 0;
|
|
4499
|
+
padding: 6px 9px 10px;
|
|
4500
|
+
|
|
4501
|
+
cursor: pointer;
|
|
4502
|
+
|
|
4503
|
+
color: #b3b3b3;
|
|
4504
|
+
border-width: 0;
|
|
4505
|
+
outline: none;
|
|
4506
|
+
background-color: transparent;
|
|
4443
4507
|
}
|
|
4508
|
+
.Footnote-module_dismiss__1HKG5:hover {
|
|
4509
|
+
color: #757575;
|
|
4510
|
+
}
|
|
4511
|
+
.Footnote-module_dismiss__1HKG5 svg {
|
|
4512
|
+
width: 12px;
|
|
4513
|
+
height: 12px;
|
|
4514
|
+
}
|
|
4515
|
+
|
|
4444
4516
|
|
|
4445
4517
|
/* Colors */
|
|
4446
4518
|
/* Fonts */
|
|
@@ -4540,78 +4612,6 @@ a mark {
|
|
|
4540
4612
|
fill: currentColor;
|
|
4541
4613
|
}
|
|
4542
4614
|
|
|
4543
|
-
/* Colors */
|
|
4544
|
-
/* Fonts */
|
|
4545
|
-
/* Gap */
|
|
4546
|
-
/* Media */
|
|
4547
|
-
/* 512 */
|
|
4548
|
-
/* 650 */
|
|
4549
|
-
/* 768 */
|
|
4550
|
-
/* 1024 */
|
|
4551
|
-
/* 1010 */
|
|
4552
|
-
/* 1200 */
|
|
4553
|
-
/* 511 */
|
|
4554
|
-
/* 1023 */
|
|
4555
|
-
/* Zindex */
|
|
4556
|
-
.Footnote-module_root__2a0-B {
|
|
4557
|
-
position: relative;
|
|
4558
|
-
|
|
4559
|
-
width: 320px;
|
|
4560
|
-
padding: 20px;
|
|
4561
|
-
|
|
4562
|
-
border-radius: 8px;
|
|
4563
|
-
background-color: #fff;
|
|
4564
|
-
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
|
|
4565
|
-
}
|
|
4566
|
-
.Footnote-module_body__259Ly {
|
|
4567
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4568
|
-
font-size: 16px;
|
|
4569
|
-
line-height: 22px;
|
|
4570
|
-
}
|
|
4571
|
-
.Footnote-module_body__259Ly h3 {
|
|
4572
|
-
margin: 0 0 16px;
|
|
4573
|
-
|
|
4574
|
-
font-size: inherit;
|
|
4575
|
-
font-weight: 700;
|
|
4576
|
-
line-height: inherit;
|
|
4577
|
-
}
|
|
4578
|
-
.Footnote-module_body__259Ly p {
|
|
4579
|
-
margin: 0;
|
|
4580
|
-
}
|
|
4581
|
-
.Footnote-module_body__259Ly p + p {
|
|
4582
|
-
margin-top: 6px;
|
|
4583
|
-
}
|
|
4584
|
-
.Footnote-module_body__259Ly a {
|
|
4585
|
-
color: inherit;
|
|
4586
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
4587
|
-
}
|
|
4588
|
-
.Footnote-module_body__259Ly a:hover {
|
|
4589
|
-
color: #b88b59;
|
|
4590
|
-
}
|
|
4591
|
-
.Footnote-module_dismiss__1HKG5 {
|
|
4592
|
-
position: absolute;
|
|
4593
|
-
top: 0;
|
|
4594
|
-
right: 0;
|
|
4595
|
-
|
|
4596
|
-
margin: 0;
|
|
4597
|
-
padding: 6px 9px 10px;
|
|
4598
|
-
|
|
4599
|
-
cursor: pointer;
|
|
4600
|
-
|
|
4601
|
-
color: #b3b3b3;
|
|
4602
|
-
border-width: 0;
|
|
4603
|
-
outline: none;
|
|
4604
|
-
background-color: transparent;
|
|
4605
|
-
}
|
|
4606
|
-
.Footnote-module_dismiss__1HKG5:hover {
|
|
4607
|
-
color: #757575;
|
|
4608
|
-
}
|
|
4609
|
-
.Footnote-module_dismiss__1HKG5 svg {
|
|
4610
|
-
width: 12px;
|
|
4611
|
-
height: 12px;
|
|
4612
|
-
}
|
|
4613
|
-
|
|
4614
|
-
|
|
4615
4615
|
/* Colors */
|
|
4616
4616
|
/* Fonts */
|
|
4617
4617
|
/* Gap */
|