@meduza/ui-kit-2 0.1.55 → 0.1.56
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 +1379 -1375
- package/package.json +1 -1
- package/src/Meta/Meta.module.css +1 -0
- package/src/RichTitle/RichTitle.module.css +2 -0
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 */
|
|
@@ -473,9 +237,21 @@
|
|
|
473
237
|
/* 511 */
|
|
474
238
|
/* 1023 */
|
|
475
239
|
/* Zindex */
|
|
476
|
-
.
|
|
240
|
+
.DotsOnImage-module_root__2XP3Q {
|
|
477
241
|
position: relative;
|
|
478
242
|
|
|
243
|
+
display: block;
|
|
244
|
+
|
|
245
|
+
width: 100%;
|
|
246
|
+
}
|
|
247
|
+
.DotsOnImage-module_isVisible__Wqqqt .DotsOnImage-module_marker__lH5cP {
|
|
248
|
+
-webkit-animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
|
|
249
|
+
animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
|
|
250
|
+
}
|
|
251
|
+
.DotsOnImage-module_dot__H1wua {
|
|
252
|
+
position: absolute;
|
|
253
|
+
z-index: 10;
|
|
254
|
+
|
|
479
255
|
display: -webkit-box;
|
|
480
256
|
|
|
481
257
|
display: -webkit-flex;
|
|
@@ -483,10 +259,248 @@
|
|
|
483
259
|
display: -ms-flexbox;
|
|
484
260
|
|
|
485
261
|
display: flex;
|
|
486
|
-
flex-flow: row nowrap;
|
|
487
262
|
align-items: center;
|
|
263
|
+
flex-flow: row nowrap;
|
|
264
|
+
justify-content: center;
|
|
488
265
|
|
|
489
|
-
|
|
266
|
+
width: 28px;
|
|
267
|
+
height: 28px;
|
|
268
|
+
|
|
269
|
+
will-change: opacity;
|
|
270
|
+
}
|
|
271
|
+
.DotsOnImage-module_marker__lH5cP {
|
|
272
|
+
width: 20px;
|
|
273
|
+
height: 20px;
|
|
274
|
+
padding: 0;
|
|
275
|
+
|
|
276
|
+
cursor: pointer;
|
|
277
|
+
text-align: center;
|
|
278
|
+
|
|
279
|
+
opacity: 0;
|
|
280
|
+
color: #fff;
|
|
281
|
+
border-width: 0;
|
|
282
|
+
border-radius: 30px;
|
|
283
|
+
outline-width: 0;
|
|
284
|
+
background-color: #000;
|
|
285
|
+
box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
|
|
286
|
+
|
|
287
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
288
|
+
font-size: 9px;
|
|
289
|
+
font-weight: 600;
|
|
290
|
+
line-height: 22px;
|
|
291
|
+
|
|
292
|
+
-webkit-appearance: none;
|
|
293
|
+
|
|
294
|
+
-moz-appearance: none;
|
|
295
|
+
|
|
296
|
+
appearance: none;
|
|
297
|
+
will-change: opacity;
|
|
298
|
+
-webkit-tap-highlight-color: transparent
|
|
299
|
+
}
|
|
300
|
+
@media only screen and (min-width: 32em) {
|
|
301
|
+
.DotsOnImage-module_marker__lH5cP {
|
|
302
|
+
width: 28px;
|
|
303
|
+
height: 28px;
|
|
304
|
+
|
|
305
|
+
font-size: 13px;
|
|
306
|
+
line-height: 28px
|
|
307
|
+
}
|
|
308
|
+
}
|
|
309
|
+
.DotsOnImage-module_marker__lH5cP::after {
|
|
310
|
+
position: absolute;
|
|
311
|
+
top: -5px;
|
|
312
|
+
right: -5px;
|
|
313
|
+
bottom: -5px;
|
|
314
|
+
left: -5px;
|
|
315
|
+
|
|
316
|
+
content: ''
|
|
317
|
+
}
|
|
318
|
+
@media only screen and (min-width: 32em) {
|
|
319
|
+
.DotsOnImage-module_marker__lH5cP::after {
|
|
320
|
+
content: none
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
.DotsOnImage-module_marker__lH5cP svg {
|
|
324
|
+
display: block;
|
|
325
|
+
|
|
326
|
+
width: 100%;
|
|
327
|
+
height: 100%;
|
|
328
|
+
|
|
329
|
+
will-change: opacity;
|
|
330
|
+
}
|
|
331
|
+
.DotsOnImage-module_marker__lH5cP:hover {
|
|
332
|
+
box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
|
|
333
|
+
}
|
|
334
|
+
.DotsOnImage-module_marker__lH5cP.DotsOnImage-module_isActive__3hh31 {
|
|
335
|
+
box-shadow: 0 0 8px rgba(0, 0, 0, 0.2), 0 0 0 1px #fff;
|
|
336
|
+
}
|
|
337
|
+
.DotsOnImage-module_popover__35Cpj {
|
|
338
|
+
position: absolute;
|
|
339
|
+
z-index: 10;
|
|
340
|
+
}
|
|
341
|
+
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isTop__3zmSK {
|
|
342
|
+
transform: translateX(50px);
|
|
343
|
+
}
|
|
344
|
+
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isTop__3zmSK {
|
|
345
|
+
transform: translateX(-100%) translateX(-22px);
|
|
346
|
+
}
|
|
347
|
+
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isBottom__3Nk1T {
|
|
348
|
+
transform: translateX(50px) translateY(-100%) translateY(22px);
|
|
349
|
+
}
|
|
350
|
+
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isBottom__3Nk1T {
|
|
351
|
+
transform: translateX(-100%) translateX(-22px) translateY(-100%)
|
|
352
|
+
translateY(22px);
|
|
353
|
+
}
|
|
354
|
+
@-webkit-keyframes DotsOnImage-module_show__2TMBv {
|
|
355
|
+
0% {
|
|
356
|
+
transform: scale(0.4);
|
|
357
|
+
|
|
358
|
+
opacity: 0;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
90% {
|
|
362
|
+
transform: scale(1.1);
|
|
363
|
+
|
|
364
|
+
opacity: 1;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
100% {
|
|
368
|
+
transform: scale(1);
|
|
369
|
+
|
|
370
|
+
opacity: 1;
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
@keyframes DotsOnImage-module_show__2TMBv {
|
|
374
|
+
0% {
|
|
375
|
+
transform: scale(0.4);
|
|
376
|
+
|
|
377
|
+
opacity: 0;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
90% {
|
|
381
|
+
transform: scale(1.1);
|
|
382
|
+
|
|
383
|
+
opacity: 1;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
100% {
|
|
387
|
+
transform: scale(1);
|
|
388
|
+
|
|
389
|
+
opacity: 1;
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
/* Colors */
|
|
394
|
+
/* Fonts */
|
|
395
|
+
/* Gap */
|
|
396
|
+
/* Media */
|
|
397
|
+
/* 512 */
|
|
398
|
+
/* 650 */
|
|
399
|
+
/* 768 */
|
|
400
|
+
/* 1024 */
|
|
401
|
+
/* 1010 */
|
|
402
|
+
/* 1200 */
|
|
403
|
+
/* 511 */
|
|
404
|
+
/* 1023 */
|
|
405
|
+
/* Zindex */
|
|
406
|
+
.Image-module_root__1vsA_ {
|
|
407
|
+
position: relative;
|
|
408
|
+
z-index: 1;
|
|
409
|
+
|
|
410
|
+
display: block;
|
|
411
|
+
overflow: hidden;
|
|
412
|
+
transition: background-color 250ms ease;
|
|
413
|
+
|
|
414
|
+
background-color: #f2f2f2
|
|
415
|
+
}
|
|
416
|
+
@media only screen and (min-width: 32em) {
|
|
417
|
+
.Image-module_root__1vsA_ {
|
|
418
|
+
border-radius: inherit
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
.Image-module_root__1vsA_ img {
|
|
422
|
+
position: absolute;
|
|
423
|
+
top: 0;
|
|
424
|
+
left: 0;
|
|
425
|
+
|
|
426
|
+
width: 100%;
|
|
427
|
+
height: 100%;
|
|
428
|
+
}
|
|
429
|
+
.Image-module_isLoaded__3XhU5 {
|
|
430
|
+
background-color: transparent;
|
|
431
|
+
}
|
|
432
|
+
.Image-module_wrapper__3fLjs {
|
|
433
|
+
display: block;
|
|
434
|
+
|
|
435
|
+
width: 100%;
|
|
436
|
+
|
|
437
|
+
background-repeat: no-repeat;
|
|
438
|
+
background-size: 100% auto;
|
|
439
|
+
}
|
|
440
|
+
.Image-module_fullscreen__29apx picture {
|
|
441
|
+
cursor: pointer;
|
|
442
|
+
}
|
|
443
|
+
.Image-module_fullscreen__29apx picture:hover::after {
|
|
444
|
+
opacity: 1;
|
|
445
|
+
}
|
|
446
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
447
|
+
position: absolute;
|
|
448
|
+
right: 12px;
|
|
449
|
+
bottom: 12px;
|
|
450
|
+
|
|
451
|
+
width: 40px;
|
|
452
|
+
height: 40px;
|
|
453
|
+
|
|
454
|
+
transition: opacity 250ms ease;
|
|
455
|
+
pointer-events: none;
|
|
456
|
+
|
|
457
|
+
opacity: 0;
|
|
458
|
+
border: 0.5px solid rgba(255, 255, 255, 0.15);
|
|
459
|
+
border-radius: 20px;
|
|
460
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
461
|
+
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");
|
|
462
|
+
background-repeat: no-repeat;
|
|
463
|
+
background-position: center
|
|
464
|
+
}
|
|
465
|
+
@media only screen and (min-width: 64em) {
|
|
466
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
467
|
+
content: ''
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
[data-input='mouse'] .Image-module_wrapper__3fLjs {
|
|
471
|
+
outline: none;
|
|
472
|
+
}
|
|
473
|
+
.Image-module_dark__3o0nU {
|
|
474
|
+
background-color: transparent;
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
/* Colors */
|
|
478
|
+
/* Fonts */
|
|
479
|
+
/* Gap */
|
|
480
|
+
/* Media */
|
|
481
|
+
/* 512 */
|
|
482
|
+
/* 650 */
|
|
483
|
+
/* 768 */
|
|
484
|
+
/* 1024 */
|
|
485
|
+
/* 1010 */
|
|
486
|
+
/* 1200 */
|
|
487
|
+
/* 511 */
|
|
488
|
+
/* 1023 */
|
|
489
|
+
/* Zindex */
|
|
490
|
+
.Switcher-module_root__1Env1 {
|
|
491
|
+
position: relative;
|
|
492
|
+
|
|
493
|
+
display: -webkit-box;
|
|
494
|
+
|
|
495
|
+
display: -webkit-flex;
|
|
496
|
+
|
|
497
|
+
display: -ms-flexbox;
|
|
498
|
+
|
|
499
|
+
display: flex;
|
|
500
|
+
flex-flow: row nowrap;
|
|
501
|
+
align-items: center;
|
|
502
|
+
|
|
503
|
+
font-weight: 600;
|
|
490
504
|
|
|
491
505
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
492
506
|
white-space: nowrap;
|
|
@@ -637,241 +651,244 @@
|
|
|
637
651
|
/* 511 */
|
|
638
652
|
/* 1023 */
|
|
639
653
|
/* Zindex */
|
|
640
|
-
.
|
|
641
|
-
position: relative;
|
|
642
|
-
z-index: 1;
|
|
643
|
-
|
|
644
|
-
display: block;
|
|
645
|
-
overflow: hidden;
|
|
646
|
-
transition: background-color 250ms ease;
|
|
647
|
-
|
|
648
|
-
background-color: #f2f2f2
|
|
649
|
-
}
|
|
650
|
-
@media only screen and (min-width: 32em) {
|
|
651
|
-
.Image-module_root__1vsA_ {
|
|
652
|
-
border-radius: inherit
|
|
653
|
-
}
|
|
654
|
-
}
|
|
655
|
-
.Image-module_root__1vsA_ img {
|
|
656
|
-
position: absolute;
|
|
657
|
-
top: 0;
|
|
658
|
-
left: 0;
|
|
659
|
-
|
|
660
|
-
width: 100%;
|
|
661
|
-
height: 100%;
|
|
662
|
-
}
|
|
663
|
-
.Image-module_isLoaded__3XhU5 {
|
|
664
|
-
background-color: transparent;
|
|
665
|
-
}
|
|
666
|
-
.Image-module_wrapper__3fLjs {
|
|
667
|
-
display: block;
|
|
668
|
-
|
|
669
|
-
width: 100%;
|
|
670
|
-
|
|
671
|
-
background-repeat: no-repeat;
|
|
672
|
-
background-size: 100% auto;
|
|
673
|
-
}
|
|
674
|
-
.Image-module_fullscreen__29apx picture {
|
|
675
|
-
cursor: pointer;
|
|
676
|
-
}
|
|
677
|
-
.Image-module_fullscreen__29apx picture:hover::after {
|
|
678
|
-
opacity: 1;
|
|
679
|
-
}
|
|
680
|
-
.Image-module_fullscreen__29apx picture::after {
|
|
681
|
-
position: absolute;
|
|
682
|
-
right: 12px;
|
|
683
|
-
bottom: 12px;
|
|
684
|
-
|
|
685
|
-
width: 40px;
|
|
686
|
-
height: 40px;
|
|
687
|
-
|
|
688
|
-
transition: opacity 250ms ease;
|
|
689
|
-
pointer-events: none;
|
|
690
|
-
|
|
691
|
-
opacity: 0;
|
|
692
|
-
border: 0.5px solid rgba(255, 255, 255, 0.15);
|
|
693
|
-
border-radius: 20px;
|
|
694
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
695
|
-
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.197 10.207V3.763h-6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.793 4.166l-6.173 6.172' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.803 13.733v6.444h6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.207 19.774l6.173-6.171' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
696
|
-
background-repeat: no-repeat;
|
|
697
|
-
background-position: center
|
|
698
|
-
}
|
|
699
|
-
@media only screen and (min-width: 64em) {
|
|
700
|
-
.Image-module_fullscreen__29apx picture::after {
|
|
701
|
-
content: ''
|
|
702
|
-
}
|
|
703
|
-
}
|
|
704
|
-
[data-input='mouse'] .Image-module_wrapper__3fLjs {
|
|
705
|
-
outline: none;
|
|
706
|
-
}
|
|
707
|
-
.Image-module_dark__3o0nU {
|
|
708
|
-
background-color: transparent;
|
|
709
|
-
}
|
|
710
|
-
|
|
711
|
-
/* 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
|
-
.DotsOnImage-module_root__2XP3Q {
|
|
725
|
-
position: relative;
|
|
726
|
-
|
|
654
|
+
.Button-module_root__RpsiW {
|
|
727
655
|
display: block;
|
|
728
656
|
|
|
729
|
-
width: 100%;
|
|
730
|
-
}
|
|
731
|
-
.DotsOnImage-module_isVisible__Wqqqt .DotsOnImage-module_marker__lH5cP {
|
|
732
|
-
-webkit-animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
|
|
733
|
-
animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
|
|
734
|
-
}
|
|
735
|
-
.DotsOnImage-module_dot__H1wua {
|
|
736
|
-
position: absolute;
|
|
737
|
-
z-index: 10;
|
|
738
|
-
|
|
739
|
-
display: -webkit-box;
|
|
740
|
-
|
|
741
|
-
display: -webkit-flex;
|
|
742
|
-
|
|
743
|
-
display: -ms-flexbox;
|
|
744
|
-
|
|
745
|
-
display: flex;
|
|
746
|
-
align-items: center;
|
|
747
|
-
flex-flow: row nowrap;
|
|
748
|
-
justify-content: center;
|
|
749
|
-
|
|
750
|
-
width: 28px;
|
|
751
|
-
height: 28px;
|
|
752
|
-
|
|
753
|
-
will-change: opacity;
|
|
754
|
-
}
|
|
755
|
-
.DotsOnImage-module_marker__lH5cP {
|
|
756
|
-
width: 20px;
|
|
757
|
-
height: 20px;
|
|
758
657
|
padding: 0;
|
|
759
658
|
|
|
760
659
|
cursor: pointer;
|
|
660
|
+
-webkit-user-select: none;
|
|
661
|
+
-moz-user-select: none;
|
|
662
|
+
-ms-user-select: none;
|
|
663
|
+
user-select: none;
|
|
664
|
+
transition: background-color 0.15s ease-out;
|
|
761
665
|
text-align: center;
|
|
762
666
|
|
|
763
|
-
opacity: 0;
|
|
764
667
|
color: #fff;
|
|
765
668
|
border-width: 0;
|
|
766
|
-
|
|
767
|
-
outline-width: 0;
|
|
768
|
-
background-color: #000;
|
|
769
|
-
box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
|
|
669
|
+
outline: none;
|
|
770
670
|
|
|
771
671
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
772
|
-
|
|
773
|
-
font-weight: 600;
|
|
774
|
-
line-height: 22px;
|
|
672
|
+
line-height: 1;
|
|
775
673
|
|
|
776
674
|
-webkit-appearance: none;
|
|
777
675
|
|
|
778
676
|
-moz-appearance: none;
|
|
779
677
|
|
|
780
678
|
appearance: none;
|
|
781
|
-
will-change: opacity;
|
|
782
|
-
-webkit-tap-highlight-color: transparent
|
|
783
679
|
}
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
680
|
+
.Button-module_root__RpsiW::-moz-focus-inner {
|
|
681
|
+
border: 0;
|
|
682
|
+
}
|
|
683
|
+
.Button-module_root__RpsiW[disabled] {
|
|
684
|
+
cursor: default;
|
|
685
|
+
pointer-events: none;
|
|
788
686
|
|
|
789
|
-
|
|
790
|
-
|
|
687
|
+
opacity: 0.5;
|
|
688
|
+
}
|
|
689
|
+
.Button-module_root__RpsiW > span:first-child {
|
|
690
|
+
margin-right: 4px;
|
|
691
|
+
}
|
|
692
|
+
.Button-module_root__RpsiW > span:last-child {
|
|
693
|
+
margin-left: 4px;
|
|
694
|
+
}
|
|
695
|
+
.Button-module_gold__ZMYg- {
|
|
696
|
+
background: #b88b59;
|
|
697
|
+
}
|
|
698
|
+
.Button-module_gold__ZMYg-.Button-module_isLoading__1g6QO {
|
|
699
|
+
fill: #b88b59;
|
|
700
|
+
}
|
|
701
|
+
.Button-module_gold__ZMYg-:hover {
|
|
702
|
+
background-color: #9e784c
|
|
703
|
+
}
|
|
704
|
+
@media (hover: none) {
|
|
705
|
+
.Button-module_gold__ZMYg-:hover {
|
|
706
|
+
background-color: #b88b59
|
|
707
|
+
}
|
|
708
|
+
}
|
|
709
|
+
.Button-module_gold__ZMYg-:active {
|
|
710
|
+
background-color: #856440;
|
|
711
|
+
}
|
|
712
|
+
.Button-module_gray__3IM54 {
|
|
713
|
+
color: #000;
|
|
714
|
+
background-color: #f0f0f0;
|
|
715
|
+
}
|
|
716
|
+
.Button-module_gray__3IM54.Button-module_isLoading__1g6QO {
|
|
717
|
+
fill: #545454;
|
|
718
|
+
}
|
|
719
|
+
.Button-module_gray__3IM54:hover {
|
|
720
|
+
background-color: #ebebeb
|
|
721
|
+
}
|
|
722
|
+
@media (hover: none) {
|
|
723
|
+
.Button-module_gray__3IM54:hover {
|
|
724
|
+
background-color: #ebebeb
|
|
725
|
+
}
|
|
726
|
+
}
|
|
727
|
+
.Button-module_gray__3IM54:active {
|
|
728
|
+
background-color: #e3e3e3;
|
|
729
|
+
}
|
|
730
|
+
.Button-module_sand__2AqVq {
|
|
731
|
+
background: #a18c68;
|
|
732
|
+
}
|
|
733
|
+
.Button-module_sand__2AqVq.Button-module_isLoading__1g6QO {
|
|
734
|
+
fill: #a18c68;
|
|
735
|
+
}
|
|
736
|
+
.Button-module_sand__2AqVq:hover {
|
|
737
|
+
background-color: #8a7654
|
|
738
|
+
}
|
|
739
|
+
@media (hover: none) {
|
|
740
|
+
.Button-module_sand__2AqVq:hover {
|
|
741
|
+
background-color: #a18c68
|
|
742
|
+
}
|
|
743
|
+
}
|
|
744
|
+
.Button-module_sand__2AqVq:active {
|
|
745
|
+
background-color: #7b6743;
|
|
746
|
+
}
|
|
747
|
+
.Button-module_dark__I0uXx {
|
|
748
|
+
color: #adadad;
|
|
749
|
+
background-color: #3a3a3a;
|
|
750
|
+
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
|
|
751
|
+
}
|
|
752
|
+
.Button-module_dark__I0uXx:hover {
|
|
753
|
+
background-color: #2e2e2e
|
|
754
|
+
}
|
|
755
|
+
@media (hover: none) {
|
|
756
|
+
.Button-module_dark__I0uXx:hover {
|
|
757
|
+
background-color: #3a3a3a
|
|
791
758
|
}
|
|
792
759
|
}
|
|
793
|
-
.
|
|
794
|
-
|
|
795
|
-
top: -5px;
|
|
796
|
-
right: -5px;
|
|
797
|
-
bottom: -5px;
|
|
798
|
-
left: -5px;
|
|
799
|
-
|
|
800
|
-
content: ''
|
|
760
|
+
.Button-module_dark__I0uXx:active {
|
|
761
|
+
background-color: #242424;
|
|
801
762
|
}
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
763
|
+
.Button-module_dark__I0uXx.Button-module_isLoading__1g6QO {
|
|
764
|
+
fill: #3a3a3a;
|
|
765
|
+
}
|
|
766
|
+
.Button-module_light__1Y4hG {
|
|
767
|
+
color: #000;
|
|
768
|
+
background-color: #fff;
|
|
769
|
+
}
|
|
770
|
+
.Button-module_light__1Y4hG:hover {
|
|
771
|
+
background-color: #ebebeb
|
|
772
|
+
}
|
|
773
|
+
@media (hover: none) {
|
|
774
|
+
.Button-module_light__1Y4hG:hover {
|
|
775
|
+
background-color: #fff
|
|
805
776
|
}
|
|
806
777
|
}
|
|
807
|
-
.
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
width: 100%;
|
|
811
|
-
height: 100%;
|
|
812
|
-
|
|
813
|
-
will-change: opacity;
|
|
778
|
+
.Button-module_light__1Y4hG:active {
|
|
779
|
+
background-color: #e3e3e3;
|
|
814
780
|
}
|
|
815
|
-
.
|
|
816
|
-
|
|
781
|
+
.Button-module_light__1Y4hG.Button-module_isLoading__1g6QO {
|
|
782
|
+
fill: #fff;
|
|
817
783
|
}
|
|
818
|
-
.
|
|
819
|
-
|
|
784
|
+
.Button-module_black__3sG3Y {
|
|
785
|
+
color: #7e7d7b;
|
|
786
|
+
background-color: #000;
|
|
820
787
|
}
|
|
821
|
-
.
|
|
822
|
-
|
|
823
|
-
z-index: 10;
|
|
788
|
+
.Button-module_black__3sG3Y.Button-module_isLoading__1g6QO {
|
|
789
|
+
fill: #7e7d7b;
|
|
824
790
|
}
|
|
825
|
-
.
|
|
826
|
-
|
|
791
|
+
.Button-module_black__3sG3Y:hover {
|
|
792
|
+
background-color: #141414
|
|
827
793
|
}
|
|
828
|
-
|
|
829
|
-
|
|
794
|
+
@media (hover: none) {
|
|
795
|
+
.Button-module_black__3sG3Y:hover {
|
|
796
|
+
background: #141414
|
|
830
797
|
}
|
|
831
|
-
|
|
832
|
-
|
|
798
|
+
}
|
|
799
|
+
.Button-module_black__3sG3Y:active {
|
|
800
|
+
background-color: #242424;
|
|
833
801
|
}
|
|
834
|
-
.
|
|
835
|
-
|
|
836
|
-
|
|
802
|
+
.Button-module_red__3Niou {
|
|
803
|
+
background-color: #f95a5a;
|
|
804
|
+
}
|
|
805
|
+
.Button-module_red__3Niou:hover {
|
|
806
|
+
background-color: #e65353
|
|
807
|
+
}
|
|
808
|
+
@media (hover: none) {
|
|
809
|
+
.Button-module_red__3Niou:hover {
|
|
810
|
+
background: #f95a5a
|
|
837
811
|
}
|
|
838
|
-
@-webkit-keyframes DotsOnImage-module_show__2TMBv {
|
|
839
|
-
0% {
|
|
840
|
-
transform: scale(0.4);
|
|
841
|
-
|
|
842
|
-
opacity: 0;
|
|
843
812
|
}
|
|
813
|
+
.Button-module_red__3Niou:active {
|
|
814
|
+
background-color: #d44d4d;
|
|
815
|
+
}
|
|
816
|
+
.Button-module_red__3Niou.Button-module_isLoading__1g6QO {
|
|
817
|
+
fill: #141414;
|
|
818
|
+
}
|
|
819
|
+
.Button-module_default__28Vo_ {
|
|
820
|
+
width: 100%;
|
|
821
|
+
height: 42px;
|
|
822
|
+
padding: 6px 18px;
|
|
844
823
|
|
|
845
|
-
|
|
846
|
-
|
|
824
|
+
letter-spacing: 1px;
|
|
825
|
+
text-transform: uppercase;
|
|
847
826
|
|
|
848
|
-
|
|
849
|
-
}
|
|
827
|
+
border-radius: 8px;
|
|
850
828
|
|
|
851
|
-
|
|
852
|
-
|
|
829
|
+
font-size: 12px;
|
|
830
|
+
font-weight: 600;
|
|
831
|
+
line-height: 22px
|
|
832
|
+
}
|
|
833
|
+
@media only screen and (min-width: 64em) {
|
|
834
|
+
.Button-module_default__28Vo_ {
|
|
835
|
+
padding: 7px 18px 6px;
|
|
853
836
|
|
|
854
|
-
|
|
837
|
+
font-size: 14px;
|
|
838
|
+
line-height: 16px
|
|
839
|
+
}
|
|
855
840
|
}
|
|
841
|
+
.Button-module_isInSpoiler__2Yl8c svg {
|
|
842
|
+
margin-top: -2px;
|
|
843
|
+
margin-left: 6px;
|
|
856
844
|
}
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
845
|
+
.Button-module_ghost__3awCW {
|
|
846
|
+
letter-spacing: inherit;
|
|
847
|
+
text-transform: none;
|
|
860
848
|
|
|
861
|
-
|
|
862
|
-
|
|
849
|
+
color: inherit;
|
|
850
|
+
background-color: transparent;
|
|
863
851
|
|
|
864
|
-
|
|
865
|
-
|
|
852
|
+
font-family: inherit;
|
|
853
|
+
font-size: inherit;
|
|
854
|
+
font-weight: inherit;
|
|
855
|
+
}
|
|
856
|
+
.Button-module_isInDropdown__1ogKL {
|
|
857
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
858
|
+
}
|
|
859
|
+
.Button-module_black__3sG3Y[disabled],
|
|
860
|
+
.Button-module_sand__2AqVq[disabled] {
|
|
861
|
+
opacity: 0.3;
|
|
862
|
+
}
|
|
863
|
+
/* LOADING */
|
|
864
|
+
.Button-module_root__RpsiW.Button-module_isLoading__1g6QO {
|
|
865
|
+
cursor: default;
|
|
866
|
+
pointer-events: none;
|
|
866
867
|
|
|
867
|
-
|
|
868
|
-
|
|
868
|
+
background-color: transparent;
|
|
869
|
+
box-shadow: none;
|
|
870
|
+
}
|
|
871
|
+
.Button-module_loader__2pl6d {
|
|
872
|
+
display: block;
|
|
869
873
|
|
|
870
|
-
|
|
871
|
-
|
|
874
|
+
margin-top: -1px;
|
|
875
|
+
}
|
|
872
876
|
|
|
873
|
-
|
|
874
|
-
|
|
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;
|
|
875
892
|
}
|
|
876
893
|
|
|
877
894
|
/* Colors */
|
|
@@ -1006,28 +1023,104 @@
|
|
|
1006
1023
|
display: none
|
|
1007
1024
|
}
|
|
1008
1025
|
@media only screen and (min-width: 32em) {
|
|
1009
|
-
.Tag-module_desktop__1Bjsy {
|
|
1010
|
-
display: block
|
|
1026
|
+
.Tag-module_desktop__1Bjsy {
|
|
1027
|
+
display: block
|
|
1028
|
+
}
|
|
1029
|
+
}
|
|
1030
|
+
|
|
1031
|
+
/* Colors */
|
|
1032
|
+
/* Fonts */
|
|
1033
|
+
/* Gap */
|
|
1034
|
+
/* Media */
|
|
1035
|
+
/* 512 */
|
|
1036
|
+
/* 650 */
|
|
1037
|
+
/* 768 */
|
|
1038
|
+
/* 1024 */
|
|
1039
|
+
/* 1010 */
|
|
1040
|
+
/* 1200 */
|
|
1041
|
+
/* 511 */
|
|
1042
|
+
/* 1023 */
|
|
1043
|
+
/* Zindex */
|
|
1044
|
+
.MediaCaption-module_root__KqTdw {
|
|
1045
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1046
|
+
}
|
|
1047
|
+
.MediaCaption-module_root__KqTdw a {
|
|
1048
|
+
text-decoration: underline;
|
|
1049
|
+
|
|
1050
|
+
color: inherit;
|
|
1051
|
+
box-shadow: none;
|
|
1052
|
+
}
|
|
1053
|
+
.MediaCaption-module_root__KqTdw a:hover {
|
|
1054
|
+
color: #b88b58;
|
|
1055
|
+
}
|
|
1056
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1057
|
+
max-width: 520px;
|
|
1058
|
+
padding-top: 4px;
|
|
1059
|
+
|
|
1060
|
+
color: #1a1a1a;
|
|
1061
|
+
|
|
1062
|
+
font-size: 14px;
|
|
1063
|
+
line-height: 18px
|
|
1064
|
+
}
|
|
1065
|
+
@media only screen and (min-width: 32em) {
|
|
1066
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1067
|
+
font-size: 16px;
|
|
1068
|
+
line-height: 22px
|
|
1069
|
+
}
|
|
1070
|
+
}
|
|
1071
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1072
|
+
max-width: 520px;
|
|
1073
|
+
padding-top: 1px;
|
|
1074
|
+
|
|
1075
|
+
color: #666;
|
|
1076
|
+
|
|
1077
|
+
font-size: 12px;
|
|
1078
|
+
line-height: 16px
|
|
1079
|
+
}
|
|
1080
|
+
@media only screen and (min-width: 32em) {
|
|
1081
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1082
|
+
padding-top: 3px
|
|
1083
|
+
}
|
|
1084
|
+
}
|
|
1085
|
+
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1086
|
+
padding-top: 3px;
|
|
1087
|
+
}
|
|
1088
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
|
|
1089
|
+
color: #fff;
|
|
1090
|
+
}
|
|
1091
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
|
|
1092
|
+
color: #929292;
|
|
1093
|
+
}
|
|
1094
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1095
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1096
|
+
padding-top: 10px
|
|
1097
|
+
}
|
|
1098
|
+
@media only screen and (min-width: 32em) {
|
|
1099
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1100
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1101
|
+
padding-top: 12px
|
|
1102
|
+
}
|
|
1103
|
+
}
|
|
1104
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1105
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1106
|
+
padding-top: 9px
|
|
1107
|
+
}
|
|
1108
|
+
@media only screen and (min-width: 32em) {
|
|
1109
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1110
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1111
|
+
padding-top: 11px
|
|
1011
1112
|
}
|
|
1012
1113
|
}
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
/* 768 */
|
|
1021
|
-
/* 1024 */
|
|
1022
|
-
/* 1010 */
|
|
1023
|
-
/* 1200 */
|
|
1024
|
-
/* 511 */
|
|
1025
|
-
/* 1023 */
|
|
1026
|
-
/* Zindex */
|
|
1027
|
-
.Lazy-module_root__2Z72l {
|
|
1028
|
-
display: block;
|
|
1114
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
|
|
1115
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
|
|
1116
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1117
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1118
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1119
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1120
|
+
max-width: 650px;
|
|
1029
1121
|
}
|
|
1030
1122
|
|
|
1123
|
+
|
|
1031
1124
|
/* Colors */
|
|
1032
1125
|
/* Fonts */
|
|
1033
1126
|
/* Gap */
|
|
@@ -1461,143 +1554,6 @@
|
|
|
1461
1554
|
min-width: 50px;
|
|
1462
1555
|
}
|
|
1463
1556
|
|
|
1464
|
-
/* Colors */
|
|
1465
|
-
/* Fonts */
|
|
1466
|
-
/* Gap */
|
|
1467
|
-
/* Media */
|
|
1468
|
-
/* 512 */
|
|
1469
|
-
/* 650 */
|
|
1470
|
-
/* 768 */
|
|
1471
|
-
/* 1024 */
|
|
1472
|
-
/* 1010 */
|
|
1473
|
-
/* 1200 */
|
|
1474
|
-
/* 511 */
|
|
1475
|
-
/* 1023 */
|
|
1476
|
-
/* Zindex */
|
|
1477
|
-
.MaterialTitle-module_root__18ku- {
|
|
1478
|
-
display: block;
|
|
1479
|
-
}
|
|
1480
|
-
.MaterialTitle-module_root__18ku- {
|
|
1481
|
-
margin: 0;
|
|
1482
|
-
|
|
1483
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1484
|
-
font-size: 25px;
|
|
1485
|
-
font-weight: normal;
|
|
1486
|
-
line-height: 27px
|
|
1487
|
-
}
|
|
1488
|
-
@media only screen and (min-width: 48em) {
|
|
1489
|
-
.MaterialTitle-module_root__18ku- {
|
|
1490
|
-
font-size: 37px;
|
|
1491
|
-
line-height: 38px
|
|
1492
|
-
}
|
|
1493
|
-
}
|
|
1494
|
-
.MaterialTitle-module_primary__2Sfmx {
|
|
1495
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
1496
|
-
font-weight: normal;
|
|
1497
|
-
}
|
|
1498
|
-
.MaterialTitle-module_secondary__3uDp4 {
|
|
1499
|
-
font-size: 24px;
|
|
1500
|
-
font-weight: 700
|
|
1501
|
-
}
|
|
1502
|
-
@media only screen and (min-width: 48em) {
|
|
1503
|
-
.MaterialTitle-module_secondary__3uDp4 {
|
|
1504
|
-
font-size: 36px
|
|
1505
|
-
}
|
|
1506
|
-
}
|
|
1507
|
-
|
|
1508
|
-
/* Colors */
|
|
1509
|
-
/* Fonts */
|
|
1510
|
-
/* Gap */
|
|
1511
|
-
/* Media */
|
|
1512
|
-
/* 512 */
|
|
1513
|
-
/* 650 */
|
|
1514
|
-
/* 768 */
|
|
1515
|
-
/* 1024 */
|
|
1516
|
-
/* 1010 */
|
|
1517
|
-
/* 1200 */
|
|
1518
|
-
/* 511 */
|
|
1519
|
-
/* 1023 */
|
|
1520
|
-
/* Zindex */
|
|
1521
|
-
.MediaCaption-module_root__KqTdw {
|
|
1522
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1523
|
-
}
|
|
1524
|
-
.MediaCaption-module_root__KqTdw a {
|
|
1525
|
-
text-decoration: underline;
|
|
1526
|
-
|
|
1527
|
-
color: inherit;
|
|
1528
|
-
box-shadow: none;
|
|
1529
|
-
}
|
|
1530
|
-
.MediaCaption-module_root__KqTdw a:hover {
|
|
1531
|
-
color: #b88b58;
|
|
1532
|
-
}
|
|
1533
|
-
.MediaCaption-module_caption__1hr7Y {
|
|
1534
|
-
max-width: 520px;
|
|
1535
|
-
padding-top: 4px;
|
|
1536
|
-
|
|
1537
|
-
color: #1a1a1a;
|
|
1538
|
-
|
|
1539
|
-
font-size: 14px;
|
|
1540
|
-
line-height: 18px
|
|
1541
|
-
}
|
|
1542
|
-
@media only screen and (min-width: 32em) {
|
|
1543
|
-
.MediaCaption-module_caption__1hr7Y {
|
|
1544
|
-
font-size: 16px;
|
|
1545
|
-
line-height: 22px
|
|
1546
|
-
}
|
|
1547
|
-
}
|
|
1548
|
-
.MediaCaption-module_credit__3ehAP {
|
|
1549
|
-
max-width: 520px;
|
|
1550
|
-
padding-top: 1px;
|
|
1551
|
-
|
|
1552
|
-
color: #666;
|
|
1553
|
-
|
|
1554
|
-
font-size: 12px;
|
|
1555
|
-
line-height: 16px
|
|
1556
|
-
}
|
|
1557
|
-
@media only screen and (min-width: 32em) {
|
|
1558
|
-
.MediaCaption-module_credit__3ehAP {
|
|
1559
|
-
padding-top: 3px
|
|
1560
|
-
}
|
|
1561
|
-
}
|
|
1562
|
-
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1563
|
-
padding-top: 3px;
|
|
1564
|
-
}
|
|
1565
|
-
.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
|
|
1566
|
-
color: #fff;
|
|
1567
|
-
}
|
|
1568
|
-
.MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
|
|
1569
|
-
color: #929292;
|
|
1570
|
-
}
|
|
1571
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1572
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1573
|
-
padding-top: 10px
|
|
1574
|
-
}
|
|
1575
|
-
@media only screen and (min-width: 32em) {
|
|
1576
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1577
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1578
|
-
padding-top: 12px
|
|
1579
|
-
}
|
|
1580
|
-
}
|
|
1581
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1582
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1583
|
-
padding-top: 9px
|
|
1584
|
-
}
|
|
1585
|
-
@media only screen and (min-width: 32em) {
|
|
1586
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1587
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1588
|
-
padding-top: 11px
|
|
1589
|
-
}
|
|
1590
|
-
}
|
|
1591
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
|
|
1592
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
|
|
1593
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1594
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1595
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1596
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1597
|
-
max-width: 650px;
|
|
1598
|
-
}
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
1557
|
/* Colors */
|
|
1602
1558
|
/* Fonts */
|
|
1603
1559
|
/* Gap */
|
|
@@ -1656,6 +1612,50 @@
|
|
|
1656
1612
|
display: none;
|
|
1657
1613
|
}
|
|
1658
1614
|
|
|
1615
|
+
/* Colors */
|
|
1616
|
+
/* Fonts */
|
|
1617
|
+
/* Gap */
|
|
1618
|
+
/* Media */
|
|
1619
|
+
/* 512 */
|
|
1620
|
+
/* 650 */
|
|
1621
|
+
/* 768 */
|
|
1622
|
+
/* 1024 */
|
|
1623
|
+
/* 1010 */
|
|
1624
|
+
/* 1200 */
|
|
1625
|
+
/* 511 */
|
|
1626
|
+
/* 1023 */
|
|
1627
|
+
/* Zindex */
|
|
1628
|
+
.MaterialTitle-module_root__18ku- {
|
|
1629
|
+
display: block;
|
|
1630
|
+
}
|
|
1631
|
+
.MaterialTitle-module_root__18ku- {
|
|
1632
|
+
margin: 0;
|
|
1633
|
+
|
|
1634
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1635
|
+
font-size: 25px;
|
|
1636
|
+
font-weight: normal;
|
|
1637
|
+
line-height: 27px
|
|
1638
|
+
}
|
|
1639
|
+
@media only screen and (min-width: 48em) {
|
|
1640
|
+
.MaterialTitle-module_root__18ku- {
|
|
1641
|
+
font-size: 37px;
|
|
1642
|
+
line-height: 38px
|
|
1643
|
+
}
|
|
1644
|
+
}
|
|
1645
|
+
.MaterialTitle-module_primary__2Sfmx {
|
|
1646
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
1647
|
+
font-weight: normal;
|
|
1648
|
+
}
|
|
1649
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1650
|
+
font-size: 24px;
|
|
1651
|
+
font-weight: 700
|
|
1652
|
+
}
|
|
1653
|
+
@media only screen and (min-width: 48em) {
|
|
1654
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1655
|
+
font-size: 36px
|
|
1656
|
+
}
|
|
1657
|
+
}
|
|
1658
|
+
|
|
1659
1659
|
/* Colors */
|
|
1660
1660
|
/* Fonts */
|
|
1661
1661
|
/* Gap */
|
|
@@ -2098,6 +2098,24 @@
|
|
|
2098
2098
|
}
|
|
2099
2099
|
}
|
|
2100
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
|
+
.Timestamp-module_root__coOvT {
|
|
2115
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2116
|
+
font-weight: normal;
|
|
2117
|
+
}
|
|
2118
|
+
|
|
2101
2119
|
/* Colors */
|
|
2102
2120
|
/* Fonts */
|
|
2103
2121
|
/* Gap */
|
|
@@ -2138,6 +2156,7 @@
|
|
|
2138
2156
|
.Meta-module_isInSearchItem__1wbpx {
|
|
2139
2157
|
color: rgba(255, 255, 255, 0.7);
|
|
2140
2158
|
}
|
|
2159
|
+
.Meta-module_slide__3g6fG.Meta-module_isInMediaBlock__3xfPF,
|
|
2141
2160
|
.Meta-module_card__LE1RK.Meta-module_isInMediaBlock__3xfPF,
|
|
2142
2161
|
.Meta-module_center__3BBPr.Meta-module_isInMediaBlock__3xfPF {
|
|
2143
2162
|
text-align: left;
|
|
@@ -2206,35 +2225,17 @@
|
|
|
2206
2225
|
/* VISIBILITY */
|
|
2207
2226
|
@media only screen and (min-width: 32em) {
|
|
2208
2227
|
.Meta-module_mobile__22LGV {
|
|
2209
|
-
display: none
|
|
2210
|
-
}
|
|
2211
|
-
}
|
|
2212
|
-
.Meta-module_desktop__1ZGUS {
|
|
2213
|
-
display: none
|
|
2214
|
-
}
|
|
2215
|
-
@media only screen and (min-width: 32em) {
|
|
2216
|
-
.Meta-module_desktop__1ZGUS {
|
|
2217
|
-
display: block
|
|
2218
|
-
}
|
|
2219
|
-
}
|
|
2220
|
-
|
|
2221
|
-
/* Colors */
|
|
2222
|
-
/* Fonts */
|
|
2223
|
-
/* Gap */
|
|
2224
|
-
/* Media */
|
|
2225
|
-
/* 512 */
|
|
2226
|
-
/* 650 */
|
|
2227
|
-
/* 768 */
|
|
2228
|
-
/* 1024 */
|
|
2229
|
-
/* 1010 */
|
|
2230
|
-
/* 1200 */
|
|
2231
|
-
/* 511 */
|
|
2232
|
-
/* 1023 */
|
|
2233
|
-
/* Zindex */
|
|
2234
|
-
.Timestamp-module_root__coOvT {
|
|
2235
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2236
|
-
font-weight: normal;
|
|
2228
|
+
display: none
|
|
2229
|
+
}
|
|
2230
|
+
}
|
|
2231
|
+
.Meta-module_desktop__1ZGUS {
|
|
2232
|
+
display: none
|
|
2233
|
+
}
|
|
2234
|
+
@media only screen and (min-width: 32em) {
|
|
2235
|
+
.Meta-module_desktop__1ZGUS {
|
|
2236
|
+
display: block
|
|
2237
2237
|
}
|
|
2238
|
+
}
|
|
2238
2239
|
|
|
2239
2240
|
/* Colors */
|
|
2240
2241
|
/* Fonts */
|
|
@@ -2581,6 +2582,178 @@
|
|
|
2581
2582
|
}
|
|
2582
2583
|
}
|
|
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
|
|
2646
|
+
}
|
|
2647
|
+
}
|
|
2648
|
+
@media only screen and (min-width: 48em) {
|
|
2649
|
+
.GroupedBlock-module_item__3sz9_ + .GroupedBlock-module_item__3sz9_ {
|
|
2650
|
+
margin-left: 15px
|
|
2651
|
+
}
|
|
2652
|
+
}
|
|
2653
|
+
.GroupedBlock-module_figcaption__2Q_wf {
|
|
2654
|
+
max-width: 650px;
|
|
2655
|
+
margin-right: auto;
|
|
2656
|
+
margin-left: auto;
|
|
2657
|
+
}
|
|
2658
|
+
/* DISPLAY */
|
|
2659
|
+
@media only screen and (min-width: 48em) {
|
|
2660
|
+
.GroupedBlock-module_default__3ylw_ {
|
|
2661
|
+
max-width: 650px
|
|
2662
|
+
}
|
|
2663
|
+
}
|
|
2664
|
+
.GroupedBlock-module_full__1dzQR {
|
|
2665
|
+
max-width: 980px;
|
|
2666
|
+
}
|
|
2667
|
+
.GroupedBlock-module_super_full__1PU72 {
|
|
2668
|
+
max-width: 1680px;
|
|
2669
|
+
}
|
|
2670
|
+
/* VISIBILITY */
|
|
2671
|
+
@media only screen and (min-width: 32em) {
|
|
2672
|
+
.GroupedBlock-module_mobile__3n8Ub {
|
|
2673
|
+
display: none
|
|
2674
|
+
}
|
|
2675
|
+
}
|
|
2676
|
+
.GroupedBlock-module_desktop__6ZRpA {
|
|
2677
|
+
display: none
|
|
2678
|
+
}
|
|
2679
|
+
@media only screen and (min-width: 32em) {
|
|
2680
|
+
.GroupedBlock-module_desktop__6ZRpA {
|
|
2681
|
+
display: block
|
|
2682
|
+
}
|
|
2683
|
+
}
|
|
2684
|
+
|
|
2685
|
+
|
|
2686
|
+
/* Colors */
|
|
2687
|
+
/* Fonts */
|
|
2688
|
+
/* Gap */
|
|
2689
|
+
/* Media */
|
|
2690
|
+
/* 512 */
|
|
2691
|
+
/* 650 */
|
|
2692
|
+
/* 768 */
|
|
2693
|
+
/* 1024 */
|
|
2694
|
+
/* 1010 */
|
|
2695
|
+
/* 1200 */
|
|
2696
|
+
/* 511 */
|
|
2697
|
+
/* 1023 */
|
|
2698
|
+
/* Zindex */
|
|
2699
|
+
.ImportantLead-module_root__2BdT3 {
|
|
2700
|
+
margin: 18px 0;
|
|
2701
|
+
padding: 12px 12px 13px;
|
|
2702
|
+
|
|
2703
|
+
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
2704
|
+
border-radius: 4px;
|
|
2705
|
+
border-radius: 8px;
|
|
2706
|
+
background: #FFF8C4;
|
|
2707
|
+
|
|
2708
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2709
|
+
font-size: 16px;
|
|
2710
|
+
font-weight: normal;
|
|
2711
|
+
line-height: 20px
|
|
2712
|
+
}
|
|
2713
|
+
@media only screen and (min-width: 32em) {
|
|
2714
|
+
.ImportantLead-module_root__2BdT3 {
|
|
2715
|
+
margin: 25px 0;
|
|
2716
|
+
padding: 12px 15px 13px;
|
|
2717
|
+
|
|
2718
|
+
font-size: 17px;
|
|
2719
|
+
line-height: 24px
|
|
2720
|
+
}
|
|
2721
|
+
}
|
|
2722
|
+
.ImportantLead-module_root__2BdT3:last-child {
|
|
2723
|
+
margin-bottom: 0;
|
|
2724
|
+
}
|
|
2725
|
+
.ImportantLead-module_root__2BdT3:first-child {
|
|
2726
|
+
margin-top: 0;
|
|
2727
|
+
}
|
|
2728
|
+
.ImportantLead-module_root__2BdT3 a {
|
|
2729
|
+
color: #000;
|
|
2730
|
+
box-shadow: inset 0 -1px #000;
|
|
2731
|
+
}
|
|
2732
|
+
.ImportantLead-module_root__2BdT3 a:hover {
|
|
2733
|
+
color: #b88b59;
|
|
2734
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
2735
|
+
}
|
|
2736
|
+
.ImportantLead-module_slide__3kQ9x {
|
|
2737
|
+
max-width: 650px;
|
|
2738
|
+
margin-right: auto;
|
|
2739
|
+
margin-left: auto;
|
|
2740
|
+
}
|
|
2741
|
+
/* VISIBILITY */
|
|
2742
|
+
@media only screen and (min-width: 32em) {
|
|
2743
|
+
.ImportantLead-module_mobile__3BXbm {
|
|
2744
|
+
display: none
|
|
2745
|
+
}
|
|
2746
|
+
}
|
|
2747
|
+
.ImportantLead-module_desktop__3Zljc {
|
|
2748
|
+
display: none
|
|
2749
|
+
}
|
|
2750
|
+
@media only screen and (min-width: 32em) {
|
|
2751
|
+
.ImportantLead-module_desktop__3Zljc {
|
|
2752
|
+
display: block
|
|
2753
|
+
}
|
|
2754
|
+
}
|
|
2755
|
+
|
|
2756
|
+
|
|
2584
2757
|
/* Colors */
|
|
2585
2758
|
/* Fonts */
|
|
2586
2759
|
/* Gap */
|
|
@@ -2668,123 +2841,184 @@
|
|
|
2668
2841
|
width: 50%;
|
|
2669
2842
|
margin: 0
|
|
2670
2843
|
}
|
|
2671
|
-
}
|
|
2672
|
-
/* VISIBILITY */
|
|
2844
|
+
}
|
|
2845
|
+
/* VISIBILITY */
|
|
2846
|
+
@media only screen and (min-width: 32em) {
|
|
2847
|
+
.HalfBlock-module_mobile__2latf {
|
|
2848
|
+
display: none
|
|
2849
|
+
}
|
|
2850
|
+
}
|
|
2851
|
+
.HalfBlock-module_desktop__3B1Ej {
|
|
2852
|
+
display: none
|
|
2853
|
+
}
|
|
2854
|
+
@media only screen and (min-width: 32em) {
|
|
2855
|
+
.HalfBlock-module_desktop__3B1Ej {
|
|
2856
|
+
display: block
|
|
2857
|
+
}
|
|
2858
|
+
}
|
|
2859
|
+
|
|
2860
|
+
/* Colors */
|
|
2861
|
+
/* Fonts */
|
|
2862
|
+
/* Gap */
|
|
2863
|
+
/* Media */
|
|
2864
|
+
/* 512 */
|
|
2865
|
+
/* 650 */
|
|
2866
|
+
/* 768 */
|
|
2867
|
+
/* 1024 */
|
|
2868
|
+
/* 1010 */
|
|
2869
|
+
/* 1200 */
|
|
2870
|
+
/* 511 */
|
|
2871
|
+
/* 1023 */
|
|
2872
|
+
/* Zindex */
|
|
2873
|
+
.ListBlock-module_root__3Q3Ga {
|
|
2874
|
+
margin: 15px 0;
|
|
2875
|
+
padding: 0;
|
|
2876
|
+
|
|
2877
|
+
list-style: none;
|
|
2878
|
+
|
|
2879
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
2880
|
+
font-size: 18px;
|
|
2881
|
+
line-height: 24px
|
|
2882
|
+
}
|
|
2883
|
+
@media only screen and (min-width: 32em) {
|
|
2884
|
+
.ListBlock-module_root__3Q3Ga {
|
|
2885
|
+
font-size: 20px;
|
|
2886
|
+
line-height: 28px
|
|
2887
|
+
}
|
|
2888
|
+
}
|
|
2889
|
+
@media only screen and (min-width: 48em) {
|
|
2890
|
+
.ListBlock-module_root__3Q3Ga {
|
|
2891
|
+
margin: 20px 0
|
|
2892
|
+
}
|
|
2893
|
+
}
|
|
2894
|
+
.ListBlock-module_root__3Q3Ga:first-child {
|
|
2895
|
+
margin-top: 0;
|
|
2896
|
+
}
|
|
2897
|
+
.ListBlock-module_root__3Q3Ga:last-child {
|
|
2898
|
+
margin-bottom: 0;
|
|
2899
|
+
}
|
|
2900
|
+
.ListBlock-module_root__3Q3Ga a {
|
|
2901
|
+
color: inherit;
|
|
2902
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
2903
|
+
}
|
|
2904
|
+
.ListBlock-module_root__3Q3Ga a:hover {
|
|
2905
|
+
color: #b88b59;
|
|
2906
|
+
}
|
|
2907
|
+
.ListBlock-module_root__3Q3Ga li {
|
|
2908
|
+
position: relative;
|
|
2909
|
+
|
|
2910
|
+
margin-bottom: 6px;
|
|
2911
|
+
}
|
|
2912
|
+
.ListBlock-module_root__3Q3Ga mark {
|
|
2913
|
+
position: relative;
|
|
2914
|
+
|
|
2915
|
+
white-space: pre-wrap;
|
|
2916
|
+
|
|
2917
|
+
background-color: #fff3bc;
|
|
2918
|
+
|
|
2919
|
+
font-weight: inherit;
|
|
2920
|
+
font-style: inherit
|
|
2921
|
+
}
|
|
2673
2922
|
@media only screen and (min-width: 32em) {
|
|
2674
|
-
.
|
|
2675
|
-
|
|
2923
|
+
.ListBlock-module_root__3Q3Ga mark {
|
|
2924
|
+
padding-bottom: 1px
|
|
2676
2925
|
}
|
|
2677
2926
|
}
|
|
2678
|
-
.
|
|
2679
|
-
|
|
2927
|
+
.ListBlock-module_root__3Q3Ga a mark {
|
|
2928
|
+
color: inherit;
|
|
2929
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
2680
2930
|
}
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
display: block
|
|
2931
|
+
.ListBlock-module_ol__21CgV {
|
|
2932
|
+
counter-reset: list 0;
|
|
2684
2933
|
}
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
/* Colors */
|
|
2688
|
-
/* Fonts */
|
|
2689
|
-
/* Gap */
|
|
2690
|
-
/* Media */
|
|
2691
|
-
/* 512 */
|
|
2692
|
-
/* 650 */
|
|
2693
|
-
/* 768 */
|
|
2694
|
-
/* 1024 */
|
|
2695
|
-
/* 1010 */
|
|
2696
|
-
/* 1200 */
|
|
2697
|
-
/* 511 */
|
|
2698
|
-
/* 1023 */
|
|
2699
|
-
/* Zindex */
|
|
2700
|
-
.GroupedBlock-module_root__2qfQA {
|
|
2701
|
-
max-width: 644px;
|
|
2702
|
-
margin: 15px auto 0
|
|
2934
|
+
.ListBlock-module_ol__21CgV li {
|
|
2935
|
+
padding: 0 0 0 33px;
|
|
2703
2936
|
}
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2937
|
+
.ListBlock-module_ol__21CgV li::before {
|
|
2938
|
+
position: absolute;
|
|
2939
|
+
left: 0;
|
|
2940
|
+
|
|
2941
|
+
width: 23px;
|
|
2942
|
+
|
|
2943
|
+
content: counter(list) '. ';
|
|
2944
|
+
counter-increment: list;
|
|
2945
|
+
text-align: right;
|
|
2946
|
+
white-space: nowrap;
|
|
2709
2947
|
}
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
margin-bottom: 15px;
|
|
2948
|
+
.ListBlock-module_ul__2MRrS li {
|
|
2949
|
+
padding: 0 0 0 23px
|
|
2713
2950
|
}
|
|
2714
2951
|
@media only screen and (min-width: 48em) {
|
|
2715
|
-
.
|
|
2716
|
-
|
|
2952
|
+
.ListBlock-module_ul__2MRrS li {
|
|
2953
|
+
padding: 0 0 0 38px
|
|
2717
2954
|
}
|
|
2718
2955
|
}
|
|
2719
|
-
.
|
|
2956
|
+
.ListBlock-module_ul__2MRrS li:last-child {
|
|
2720
2957
|
margin-bottom: 0;
|
|
2721
2958
|
}
|
|
2722
|
-
.
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
display: flex;
|
|
2727
|
-
flex-direction: column;
|
|
2728
|
-
flex-wrap: nowrap
|
|
2729
|
-
}
|
|
2730
|
-
@media only screen and (min-width: 48em) {
|
|
2731
|
-
.GroupedBlock-module_items__2DV2X {
|
|
2732
|
-
flex-direction: row
|
|
2733
|
-
}
|
|
2734
|
-
}
|
|
2735
|
-
.GroupedBlock-module_item__3sz9_ {
|
|
2736
|
-
flex-grow: 1;
|
|
2959
|
+
.ListBlock-module_ul__2MRrS li::before {
|
|
2960
|
+
position: absolute;
|
|
2961
|
+
top: 0;
|
|
2962
|
+
left: 5px;
|
|
2737
2963
|
|
|
2738
|
-
width:
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
margin-bottom: 0
|
|
2964
|
+
width: 8px;
|
|
2965
|
+
|
|
2966
|
+
content: '\2022';
|
|
2967
|
+
text-align: center;
|
|
2968
|
+
|
|
2969
|
+
color: #b88b59;
|
|
2970
|
+
|
|
2971
|
+
font-size: 18px;
|
|
2972
|
+
line-height: inherit
|
|
2748
2973
|
}
|
|
2749
|
-
}
|
|
2750
2974
|
@media only screen and (min-width: 48em) {
|
|
2751
|
-
.
|
|
2752
|
-
|
|
2975
|
+
.ListBlock-module_ul__2MRrS li::before {
|
|
2976
|
+
left: 0;
|
|
2977
|
+
|
|
2978
|
+
width: 36px;
|
|
2979
|
+
|
|
2980
|
+
text-align: center;
|
|
2981
|
+
|
|
2982
|
+
font-size: 20px
|
|
2753
2983
|
}
|
|
2754
2984
|
}
|
|
2755
|
-
.
|
|
2985
|
+
.ListBlock-module_center__tdIwd {
|
|
2756
2986
|
max-width: 650px;
|
|
2757
2987
|
margin-right: auto;
|
|
2758
2988
|
margin-left: auto;
|
|
2759
2989
|
}
|
|
2760
|
-
|
|
2990
|
+
.ListBlock-module_isInImportantLead__UP0ic {
|
|
2991
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2992
|
+
font-size: 16px;
|
|
2993
|
+
line-height: 20px
|
|
2994
|
+
}
|
|
2761
2995
|
@media only screen and (min-width: 48em) {
|
|
2762
|
-
.
|
|
2763
|
-
|
|
2996
|
+
.ListBlock-module_isInImportantLead__UP0ic {
|
|
2997
|
+
font-size: 17px;
|
|
2998
|
+
line-height: 24px
|
|
2764
2999
|
}
|
|
2765
3000
|
}
|
|
2766
|
-
.
|
|
2767
|
-
|
|
3001
|
+
.ListBlock-module_dark__3E3tV a {
|
|
3002
|
+
color: inherit;
|
|
2768
3003
|
}
|
|
2769
|
-
.
|
|
2770
|
-
|
|
3004
|
+
.ListBlock-module_dark__3E3tV a:hover {
|
|
3005
|
+
color: #b88b59;
|
|
2771
3006
|
}
|
|
2772
3007
|
/* VISIBILITY */
|
|
2773
3008
|
@media only screen and (min-width: 32em) {
|
|
2774
|
-
.
|
|
3009
|
+
.ListBlock-module_mobile__2-nuV {
|
|
2775
3010
|
display: none
|
|
2776
3011
|
}
|
|
2777
3012
|
}
|
|
2778
|
-
.
|
|
3013
|
+
.ListBlock-module_desktop__1EE0g {
|
|
2779
3014
|
display: none
|
|
2780
3015
|
}
|
|
2781
3016
|
@media only screen and (min-width: 32em) {
|
|
2782
|
-
.
|
|
3017
|
+
.ListBlock-module_desktop__1EE0g {
|
|
2783
3018
|
display: block
|
|
2784
3019
|
}
|
|
2785
3020
|
}
|
|
2786
3021
|
|
|
2787
|
-
|
|
2788
3022
|
/* Colors */
|
|
2789
3023
|
/* Fonts */
|
|
2790
3024
|
/* Gap */
|
|
@@ -2928,64 +3162,113 @@
|
|
|
2928
3162
|
/* 511 */
|
|
2929
3163
|
/* 1023 */
|
|
2930
3164
|
/* Zindex */
|
|
2931
|
-
.
|
|
2932
|
-
margin:
|
|
2933
|
-
padding: 12px 12px 13px;
|
|
2934
|
-
|
|
2935
|
-
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
2936
|
-
border-radius: 4px;
|
|
2937
|
-
border-radius: 8px;
|
|
2938
|
-
background: #FFF8C4;
|
|
3165
|
+
.RichTitle-module_root__BK_WT {
|
|
3166
|
+
margin: 0 0 18px;
|
|
2939
3167
|
|
|
2940
3168
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2941
|
-
font-size:
|
|
2942
|
-
font-weight:
|
|
2943
|
-
line-height:
|
|
3169
|
+
font-size: 19px;
|
|
3170
|
+
font-weight: 700;
|
|
3171
|
+
line-height: 23px
|
|
3172
|
+
}
|
|
3173
|
+
@media only screen and (min-width: 48em) {
|
|
3174
|
+
.RichTitle-module_root__BK_WT {
|
|
3175
|
+
margin-bottom: 15px;
|
|
3176
|
+
|
|
3177
|
+
font-size: 37px;
|
|
3178
|
+
line-height: 42px
|
|
3179
|
+
}
|
|
3180
|
+
}
|
|
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
|
+
@media only screen and (min-width: 48em) {
|
|
3190
|
+
.RichTitle-module_root__BK_WT span {
|
|
3191
|
+
font-size: 38px
|
|
2944
3192
|
}
|
|
3193
|
+
}
|
|
2945
3194
|
@media only screen and (min-width: 32em) {
|
|
2946
|
-
.
|
|
2947
|
-
|
|
2948
|
-
|
|
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
|
|
3209
|
+
}
|
|
3210
|
+
}
|
|
3211
|
+
.RichTitle-module_game__1g8Bn:first-child {
|
|
3212
|
+
padding-top: 9px;
|
|
3213
|
+
}
|
|
3214
|
+
@media only screen and (max-width: 63.9375em) {
|
|
3215
|
+
.RichTitle-module_featured__wJfaQ {
|
|
3216
|
+
letter-spacing: 0.3px;
|
|
2949
3217
|
|
|
2950
|
-
font-size:
|
|
3218
|
+
font-size: 28px;
|
|
3219
|
+
line-height: 30px
|
|
3220
|
+
}
|
|
3221
|
+
}
|
|
3222
|
+
@media only screen and (max-width: 63.9375em) {
|
|
3223
|
+
.RichTitle-module_featured__wJfaQ span {
|
|
3224
|
+
display: block;
|
|
3225
|
+
|
|
3226
|
+
padding-top: 2px;
|
|
3227
|
+
|
|
3228
|
+
font-size: 18px;
|
|
2951
3229
|
line-height: 24px
|
|
2952
3230
|
}
|
|
2953
3231
|
}
|
|
2954
|
-
.
|
|
2955
|
-
|
|
3232
|
+
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
3233
|
+
text-align: left
|
|
2956
3234
|
}
|
|
2957
|
-
|
|
2958
|
-
|
|
3235
|
+
@media only screen and (min-width: 64em) {
|
|
3236
|
+
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
3237
|
+
margin-bottom: 18px
|
|
2959
3238
|
}
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
|
|
3239
|
+
}
|
|
3240
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
3241
|
+
font-size: 19px;
|
|
3242
|
+
line-height: 23px
|
|
2963
3243
|
}
|
|
2964
|
-
|
|
2965
|
-
|
|
2966
|
-
|
|
3244
|
+
@media only screen and (min-width: 64em) {
|
|
3245
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
3246
|
+
font-size: 1.3rem;
|
|
3247
|
+
line-height: 1.6rem
|
|
2967
3248
|
}
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
margin-left: auto;
|
|
3249
|
+
}
|
|
3250
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3251
|
+
font-size: 20px
|
|
2972
3252
|
}
|
|
2973
|
-
|
|
3253
|
+
@media only screen and (min-width: 64em) {
|
|
3254
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3255
|
+
font-size: 1.35rem
|
|
3256
|
+
}
|
|
3257
|
+
}
|
|
2974
3258
|
@media only screen and (min-width: 32em) {
|
|
2975
|
-
.
|
|
3259
|
+
.RichTitle-module_mobile__1Cb6E {
|
|
2976
3260
|
display: none
|
|
2977
3261
|
}
|
|
2978
3262
|
}
|
|
2979
|
-
.
|
|
3263
|
+
.RichTitle-module_desktop__2ixSQ {
|
|
2980
3264
|
display: none
|
|
2981
3265
|
}
|
|
2982
3266
|
@media only screen and (min-width: 32em) {
|
|
2983
|
-
.
|
|
3267
|
+
.RichTitle-module_desktop__2ixSQ {
|
|
2984
3268
|
display: block
|
|
2985
3269
|
}
|
|
2986
3270
|
}
|
|
2987
3271
|
|
|
2988
|
-
|
|
2989
3272
|
/* Colors */
|
|
2990
3273
|
/* Fonts */
|
|
2991
3274
|
/* Gap */
|
|
@@ -3451,123 +3734,6 @@ a mark {
|
|
|
3451
3734
|
}
|
|
3452
3735
|
}
|
|
3453
3736
|
|
|
3454
|
-
/* Colors */
|
|
3455
|
-
/* Fonts */
|
|
3456
|
-
/* Gap */
|
|
3457
|
-
/* Media */
|
|
3458
|
-
/* 512 */
|
|
3459
|
-
/* 650 */
|
|
3460
|
-
/* 768 */
|
|
3461
|
-
/* 1024 */
|
|
3462
|
-
/* 1010 */
|
|
3463
|
-
/* 1200 */
|
|
3464
|
-
/* 511 */
|
|
3465
|
-
/* 1023 */
|
|
3466
|
-
/* Zindex */
|
|
3467
|
-
.RichTitle-module_root__BK_WT {
|
|
3468
|
-
margin: 0 0 18px;
|
|
3469
|
-
|
|
3470
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3471
|
-
font-size: 19px;
|
|
3472
|
-
font-weight: 700;
|
|
3473
|
-
line-height: 23px
|
|
3474
|
-
}
|
|
3475
|
-
@media only screen and (min-width: 48em) {
|
|
3476
|
-
.RichTitle-module_root__BK_WT {
|
|
3477
|
-
margin-bottom: 15px;
|
|
3478
|
-
|
|
3479
|
-
font-size: 37px;
|
|
3480
|
-
line-height: 42px
|
|
3481
|
-
}
|
|
3482
|
-
}
|
|
3483
|
-
.RichTitle-module_root__BK_WT:last-child {
|
|
3484
|
-
margin-bottom: 0;
|
|
3485
|
-
}
|
|
3486
|
-
.RichTitle-module_root__BK_WT span {
|
|
3487
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3488
|
-
font-size: 20px;
|
|
3489
|
-
font-weight: normal
|
|
3490
|
-
}
|
|
3491
|
-
@media only screen and (min-width: 48em) {
|
|
3492
|
-
.RichTitle-module_root__BK_WT span {
|
|
3493
|
-
font-size: 38px
|
|
3494
|
-
}
|
|
3495
|
-
}
|
|
3496
|
-
@media only screen and (min-width: 32em) {
|
|
3497
|
-
.RichTitle-module_slide__1A-gB,
|
|
3498
|
-
.RichTitle-module_game__1g8Bn {
|
|
3499
|
-
text-align: center
|
|
3500
|
-
}
|
|
3501
|
-
}
|
|
3502
|
-
@media only screen and (min-width: 64em) {
|
|
3503
|
-
.RichTitle-module_half__10GRI {
|
|
3504
|
-
font-size: 33px;
|
|
3505
|
-
line-height: 36px
|
|
3506
|
-
}
|
|
3507
|
-
}
|
|
3508
|
-
@media only screen and (min-width: 64em) {
|
|
3509
|
-
.RichTitle-module_half__10GRI span {
|
|
3510
|
-
font-size: 34px
|
|
3511
|
-
}
|
|
3512
|
-
}
|
|
3513
|
-
.RichTitle-module_game__1g8Bn:first-child {
|
|
3514
|
-
padding-top: 9px;
|
|
3515
|
-
}
|
|
3516
|
-
@media only screen and (max-width: 63.9375em) {
|
|
3517
|
-
.RichTitle-module_featured__wJfaQ {
|
|
3518
|
-
letter-spacing: 0.3px;
|
|
3519
|
-
|
|
3520
|
-
font-size: 28px;
|
|
3521
|
-
line-height: 30px
|
|
3522
|
-
}
|
|
3523
|
-
}
|
|
3524
|
-
@media only screen and (max-width: 63.9375em) {
|
|
3525
|
-
.RichTitle-module_featured__wJfaQ span {
|
|
3526
|
-
display: block;
|
|
3527
|
-
|
|
3528
|
-
padding-top: 2px;
|
|
3529
|
-
|
|
3530
|
-
font-size: 18px;
|
|
3531
|
-
line-height: 24px
|
|
3532
|
-
}
|
|
3533
|
-
}
|
|
3534
|
-
@media only screen and (min-width: 64em) {
|
|
3535
|
-
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
3536
|
-
margin-bottom: 18px
|
|
3537
|
-
}
|
|
3538
|
-
}
|
|
3539
|
-
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
3540
|
-
font-size: 19px;
|
|
3541
|
-
line-height: 23px
|
|
3542
|
-
}
|
|
3543
|
-
@media only screen and (min-width: 64em) {
|
|
3544
|
-
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
3545
|
-
font-size: 1.3rem;
|
|
3546
|
-
line-height: 1.6rem
|
|
3547
|
-
}
|
|
3548
|
-
}
|
|
3549
|
-
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3550
|
-
font-size: 20px
|
|
3551
|
-
}
|
|
3552
|
-
@media only screen and (min-width: 64em) {
|
|
3553
|
-
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3554
|
-
font-size: 1.35rem
|
|
3555
|
-
}
|
|
3556
|
-
}
|
|
3557
|
-
@media only screen and (min-width: 32em) {
|
|
3558
|
-
.RichTitle-module_mobile__1Cb6E {
|
|
3559
|
-
display: none
|
|
3560
|
-
}
|
|
3561
|
-
}
|
|
3562
|
-
.RichTitle-module_desktop__2ixSQ {
|
|
3563
|
-
display: none
|
|
3564
|
-
}
|
|
3565
|
-
@media only screen and (min-width: 32em) {
|
|
3566
|
-
.RichTitle-module_desktop__2ixSQ {
|
|
3567
|
-
display: block
|
|
3568
|
-
}
|
|
3569
|
-
}
|
|
3570
|
-
|
|
3571
3737
|
/* Colors */
|
|
3572
3738
|
/* Fonts */
|
|
3573
3739
|
/* Gap */
|
|
@@ -3639,208 +3805,46 @@ a mark {
|
|
|
3639
3805
|
border-top: 1px solid #d6d6d6
|
|
3640
3806
|
}
|
|
3641
3807
|
@media only screen and (min-width: 48em) {
|
|
3642
|
-
.SourceBlock-module_root__1P3XD footer {
|
|
3643
|
-
margin-top: 18px;
|
|
3644
|
-
padding-top: 12px
|
|
3645
|
-
}
|
|
3646
|
-
}
|
|
3647
|
-
.SourceBlock-module_origin__l3JbO {
|
|
3648
|
-
letter-spacing: 1px;
|
|
3649
|
-
text-transform: uppercase;
|
|
3650
|
-
pointer-events: none;
|
|
3651
|
-
|
|
3652
|
-
color: #292929;
|
|
3653
|
-
|
|
3654
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3655
|
-
font-size: 16px;
|
|
3656
|
-
font-weight: bold;
|
|
3657
|
-
font-style: normal;
|
|
3658
|
-
line-height: 22px
|
|
3659
|
-
}
|
|
3660
|
-
@media only screen and (min-width: 48em) {
|
|
3661
|
-
.SourceBlock-module_origin__l3JbO {
|
|
3662
|
-
font-size: 18px;
|
|
3663
|
-
line-height: 26px
|
|
3664
|
-
}
|
|
3665
|
-
}
|
|
3666
|
-
.SourceBlock-module_center__3P93B {
|
|
3667
|
-
max-width: 650px;
|
|
3668
|
-
margin-right: auto;
|
|
3669
|
-
margin-left: auto;
|
|
3670
|
-
}
|
|
3671
|
-
/* VISIBILITY */
|
|
3672
|
-
@media only screen and (min-width: 32em) {
|
|
3673
|
-
.SourceBlock-module_mobile__2gw4S {
|
|
3674
|
-
display: none
|
|
3675
|
-
}
|
|
3676
|
-
}
|
|
3677
|
-
.SourceBlock-module_desktop__DecT6 {
|
|
3678
|
-
display: none
|
|
3679
|
-
}
|
|
3680
|
-
@media only screen and (min-width: 32em) {
|
|
3681
|
-
.SourceBlock-module_desktop__DecT6 {
|
|
3682
|
-
display: block
|
|
3683
|
-
}
|
|
3684
|
-
}
|
|
3685
|
-
|
|
3686
|
-
/* Colors */
|
|
3687
|
-
/* Fonts */
|
|
3688
|
-
/* Gap */
|
|
3689
|
-
/* Media */
|
|
3690
|
-
/* 512 */
|
|
3691
|
-
/* 650 */
|
|
3692
|
-
/* 768 */
|
|
3693
|
-
/* 1024 */
|
|
3694
|
-
/* 1010 */
|
|
3695
|
-
/* 1200 */
|
|
3696
|
-
/* 511 */
|
|
3697
|
-
/* 1023 */
|
|
3698
|
-
/* Zindex */
|
|
3699
|
-
.ListBlock-module_root__3Q3Ga {
|
|
3700
|
-
margin: 15px 0;
|
|
3701
|
-
padding: 0;
|
|
3702
|
-
|
|
3703
|
-
list-style: none;
|
|
3704
|
-
|
|
3705
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3706
|
-
font-size: 18px;
|
|
3707
|
-
line-height: 24px
|
|
3708
|
-
}
|
|
3709
|
-
@media only screen and (min-width: 32em) {
|
|
3710
|
-
.ListBlock-module_root__3Q3Ga {
|
|
3711
|
-
font-size: 20px;
|
|
3712
|
-
line-height: 28px
|
|
3713
|
-
}
|
|
3714
|
-
}
|
|
3715
|
-
@media only screen and (min-width: 48em) {
|
|
3716
|
-
.ListBlock-module_root__3Q3Ga {
|
|
3717
|
-
margin: 20px 0
|
|
3718
|
-
}
|
|
3719
|
-
}
|
|
3720
|
-
.ListBlock-module_root__3Q3Ga:first-child {
|
|
3721
|
-
margin-top: 0;
|
|
3722
|
-
}
|
|
3723
|
-
.ListBlock-module_root__3Q3Ga:last-child {
|
|
3724
|
-
margin-bottom: 0;
|
|
3725
|
-
}
|
|
3726
|
-
.ListBlock-module_root__3Q3Ga a {
|
|
3727
|
-
color: inherit;
|
|
3728
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
3729
|
-
}
|
|
3730
|
-
.ListBlock-module_root__3Q3Ga a:hover {
|
|
3731
|
-
color: #b88b59;
|
|
3732
|
-
}
|
|
3733
|
-
.ListBlock-module_root__3Q3Ga li {
|
|
3734
|
-
position: relative;
|
|
3735
|
-
|
|
3736
|
-
margin-bottom: 6px;
|
|
3737
|
-
}
|
|
3738
|
-
.ListBlock-module_root__3Q3Ga mark {
|
|
3739
|
-
position: relative;
|
|
3740
|
-
|
|
3741
|
-
white-space: pre-wrap;
|
|
3742
|
-
|
|
3743
|
-
background-color: #fff3bc;
|
|
3744
|
-
|
|
3745
|
-
font-weight: inherit;
|
|
3746
|
-
font-style: inherit
|
|
3747
|
-
}
|
|
3748
|
-
@media only screen and (min-width: 32em) {
|
|
3749
|
-
.ListBlock-module_root__3Q3Ga mark {
|
|
3750
|
-
padding-bottom: 1px
|
|
3751
|
-
}
|
|
3752
|
-
}
|
|
3753
|
-
.ListBlock-module_root__3Q3Ga a mark {
|
|
3754
|
-
color: inherit;
|
|
3755
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
3756
|
-
}
|
|
3757
|
-
.ListBlock-module_ol__21CgV {
|
|
3758
|
-
counter-reset: list 0;
|
|
3759
|
-
}
|
|
3760
|
-
.ListBlock-module_ol__21CgV li {
|
|
3761
|
-
padding: 0 0 0 33px;
|
|
3762
|
-
}
|
|
3763
|
-
.ListBlock-module_ol__21CgV li::before {
|
|
3764
|
-
position: absolute;
|
|
3765
|
-
left: 0;
|
|
3766
|
-
|
|
3767
|
-
width: 23px;
|
|
3768
|
-
|
|
3769
|
-
content: counter(list) '. ';
|
|
3770
|
-
counter-increment: list;
|
|
3771
|
-
text-align: right;
|
|
3772
|
-
white-space: nowrap;
|
|
3773
|
-
}
|
|
3774
|
-
.ListBlock-module_ul__2MRrS li {
|
|
3775
|
-
padding: 0 0 0 23px
|
|
3776
|
-
}
|
|
3777
|
-
@media only screen and (min-width: 48em) {
|
|
3778
|
-
.ListBlock-module_ul__2MRrS li {
|
|
3779
|
-
padding: 0 0 0 38px
|
|
3808
|
+
.SourceBlock-module_root__1P3XD footer {
|
|
3809
|
+
margin-top: 18px;
|
|
3810
|
+
padding-top: 12px
|
|
3780
3811
|
}
|
|
3781
3812
|
}
|
|
3782
|
-
.
|
|
3783
|
-
|
|
3784
|
-
|
|
3785
|
-
|
|
3786
|
-
position: absolute;
|
|
3787
|
-
top: 0;
|
|
3788
|
-
left: 5px;
|
|
3789
|
-
|
|
3790
|
-
width: 8px;
|
|
3791
|
-
|
|
3792
|
-
content: '\2022';
|
|
3793
|
-
text-align: center;
|
|
3813
|
+
.SourceBlock-module_origin__l3JbO {
|
|
3814
|
+
letter-spacing: 1px;
|
|
3815
|
+
text-transform: uppercase;
|
|
3816
|
+
pointer-events: none;
|
|
3794
3817
|
|
|
3795
|
-
color: #
|
|
3818
|
+
color: #292929;
|
|
3796
3819
|
|
|
3797
|
-
font-
|
|
3798
|
-
|
|
3820
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3821
|
+
font-size: 16px;
|
|
3822
|
+
font-weight: bold;
|
|
3823
|
+
font-style: normal;
|
|
3824
|
+
line-height: 22px
|
|
3799
3825
|
}
|
|
3800
3826
|
@media only screen and (min-width: 48em) {
|
|
3801
|
-
.
|
|
3802
|
-
|
|
3803
|
-
|
|
3804
|
-
width: 36px;
|
|
3805
|
-
|
|
3806
|
-
text-align: center;
|
|
3807
|
-
|
|
3808
|
-
font-size: 20px
|
|
3827
|
+
.SourceBlock-module_origin__l3JbO {
|
|
3828
|
+
font-size: 18px;
|
|
3829
|
+
line-height: 26px
|
|
3809
3830
|
}
|
|
3810
3831
|
}
|
|
3811
|
-
.
|
|
3832
|
+
.SourceBlock-module_center__3P93B {
|
|
3812
3833
|
max-width: 650px;
|
|
3813
3834
|
margin-right: auto;
|
|
3814
3835
|
margin-left: auto;
|
|
3815
3836
|
}
|
|
3816
|
-
.ListBlock-module_isInImportantLead__UP0ic {
|
|
3817
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3818
|
-
font-size: 16px;
|
|
3819
|
-
line-height: 20px
|
|
3820
|
-
}
|
|
3821
|
-
@media only screen and (min-width: 48em) {
|
|
3822
|
-
.ListBlock-module_isInImportantLead__UP0ic {
|
|
3823
|
-
font-size: 17px;
|
|
3824
|
-
line-height: 24px
|
|
3825
|
-
}
|
|
3826
|
-
}
|
|
3827
|
-
.ListBlock-module_dark__3E3tV a {
|
|
3828
|
-
color: inherit;
|
|
3829
|
-
}
|
|
3830
|
-
.ListBlock-module_dark__3E3tV a:hover {
|
|
3831
|
-
color: #b88b59;
|
|
3832
|
-
}
|
|
3833
3837
|
/* VISIBILITY */
|
|
3834
3838
|
@media only screen and (min-width: 32em) {
|
|
3835
|
-
.
|
|
3839
|
+
.SourceBlock-module_mobile__2gw4S {
|
|
3836
3840
|
display: none
|
|
3837
3841
|
}
|
|
3838
3842
|
}
|
|
3839
|
-
.
|
|
3843
|
+
.SourceBlock-module_desktop__DecT6 {
|
|
3840
3844
|
display: none
|
|
3841
3845
|
}
|
|
3842
3846
|
@media only screen and (min-width: 32em) {
|
|
3843
|
-
.
|
|
3847
|
+
.SourceBlock-module_desktop__DecT6 {
|
|
3844
3848
|
display: block
|
|
3845
3849
|
}
|
|
3846
3850
|
}
|
|
@@ -4124,6 +4128,108 @@ a mark {
|
|
|
4124
4128
|
}
|
|
4125
4129
|
}
|
|
4126
4130
|
|
|
4131
|
+
/* Colors */
|
|
4132
|
+
/* Fonts */
|
|
4133
|
+
/* Gap */
|
|
4134
|
+
/* Media */
|
|
4135
|
+
/* 512 */
|
|
4136
|
+
/* 650 */
|
|
4137
|
+
/* 768 */
|
|
4138
|
+
/* 1024 */
|
|
4139
|
+
/* 1010 */
|
|
4140
|
+
/* 1200 */
|
|
4141
|
+
/* 511 */
|
|
4142
|
+
/* 1023 */
|
|
4143
|
+
/* Zindex */
|
|
4144
|
+
.MetaItem-module_root__2VQom {
|
|
4145
|
+
display: inline;
|
|
4146
|
+
|
|
4147
|
+
margin-right: 15px;
|
|
4148
|
+
}
|
|
4149
|
+
.MetaItem-module_root__2VQom > svg {
|
|
4150
|
+
display: inline-block;
|
|
4151
|
+
|
|
4152
|
+
margin-right: 1px;
|
|
4153
|
+
|
|
4154
|
+
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
|
+
}
|
|
4220
|
+
}
|
|
4221
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4222
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
|
|
4223
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
|
|
4224
|
+
order: -1;
|
|
4225
|
+
|
|
4226
|
+
margin-top: 0
|
|
4227
|
+
}
|
|
4228
|
+
}
|
|
4229
|
+
.MetaItem-module_read__5eAIG svg {
|
|
4230
|
+
margin-top: -1px;
|
|
4231
|
+
}
|
|
4232
|
+
|
|
4127
4233
|
/* stylelint-disable declaration-empty-line-before */
|
|
4128
4234
|
/* Colors */
|
|
4129
4235
|
/* Fonts */
|
|
@@ -4267,147 +4373,45 @@ a mark {
|
|
|
4267
4373
|
transform: scale(0.1);
|
|
4268
4374
|
}
|
|
4269
4375
|
|
|
4270
|
-
53% {
|
|
4271
|
-
transform: scale(0.33);
|
|
4272
|
-
}
|
|
4273
|
-
|
|
4274
|
-
100% {
|
|
4275
|
-
transform: scale(0.66);
|
|
4276
|
-
|
|
4277
|
-
opacity: 0;
|
|
4278
|
-
}
|
|
4279
|
-
}
|
|
4280
|
-
@-webkit-keyframes MetaItemLive-module_liveSecondWave__12g57 {
|
|
4281
|
-
21% {
|
|
4282
|
-
transform: scale(0.22);
|
|
4283
|
-
}
|
|
4284
|
-
|
|
4285
|
-
53% {
|
|
4286
|
-
transform: scale(0.55);
|
|
4287
|
-
}
|
|
4288
|
-
|
|
4289
|
-
100% {
|
|
4290
|
-
transform: scale(0.88);
|
|
4291
|
-
|
|
4292
|
-
opacity: 0;
|
|
4293
|
-
}
|
|
4294
|
-
}
|
|
4295
|
-
@keyframes MetaItemLive-module_liveSecondWave__12g57 {
|
|
4296
|
-
21% {
|
|
4297
|
-
transform: scale(0.22);
|
|
4298
|
-
}
|
|
4299
|
-
|
|
4300
|
-
53% {
|
|
4301
|
-
transform: scale(0.55);
|
|
4302
|
-
}
|
|
4303
|
-
|
|
4304
|
-
100% {
|
|
4305
|
-
transform: scale(0.88);
|
|
4306
|
-
|
|
4307
|
-
opacity: 0;
|
|
4308
|
-
}
|
|
4309
|
-
}
|
|
4310
|
-
|
|
4311
|
-
/* Colors */
|
|
4312
|
-
/* Fonts */
|
|
4313
|
-
/* Gap */
|
|
4314
|
-
/* Media */
|
|
4315
|
-
/* 512 */
|
|
4316
|
-
/* 650 */
|
|
4317
|
-
/* 768 */
|
|
4318
|
-
/* 1024 */
|
|
4319
|
-
/* 1010 */
|
|
4320
|
-
/* 1200 */
|
|
4321
|
-
/* 511 */
|
|
4322
|
-
/* 1023 */
|
|
4323
|
-
/* Zindex */
|
|
4324
|
-
.MetaItem-module_root__2VQom {
|
|
4325
|
-
display: inline;
|
|
4326
|
-
|
|
4327
|
-
margin-right: 15px;
|
|
4328
|
-
}
|
|
4329
|
-
.MetaItem-module_root__2VQom > svg {
|
|
4330
|
-
display: inline-block;
|
|
4331
|
-
|
|
4332
|
-
margin-right: 1px;
|
|
4333
|
-
|
|
4334
|
-
vertical-align: top;
|
|
4335
|
-
|
|
4336
|
-
color: inherit;
|
|
4337
|
-
|
|
4338
|
-
fill: currentColor;
|
|
4339
|
-
}
|
|
4340
|
-
.MetaItem-module_root__2VQom a {
|
|
4341
|
-
display: inline;
|
|
4342
|
-
|
|
4343
|
-
text-decoration: underline;
|
|
4344
|
-
|
|
4345
|
-
color: inherit;
|
|
4346
|
-
|
|
4347
|
-
-webkit-text-decoration-skip: auto;
|
|
4348
|
-
}
|
|
4349
|
-
.MetaItem-module_root__2VQom a:hover {
|
|
4350
|
-
color: #b88b59;
|
|
4351
|
-
}
|
|
4352
|
-
.MetaItem-module_hasBullets__CkQPI {
|
|
4353
|
-
margin-right: 0;
|
|
4354
|
-
}
|
|
4355
|
-
.MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
|
|
4356
|
-
display: inline-block;
|
|
4357
|
-
|
|
4358
|
-
padding-right: 0.4em;
|
|
4359
|
-
padding-left: 0.4em;
|
|
4376
|
+
53% {
|
|
4377
|
+
transform: scale(0.33);
|
|
4378
|
+
}
|
|
4360
4379
|
|
|
4361
|
-
|
|
4362
|
-
|
|
4363
|
-
|
|
4364
|
-
|
|
4365
|
-
width: 100%;
|
|
4366
|
-
margin-top: 3px;
|
|
4367
|
-
margin-bottom: 3px
|
|
4368
|
-
}
|
|
4380
|
+
100% {
|
|
4381
|
+
transform: scale(0.66);
|
|
4382
|
+
|
|
4383
|
+
opacity: 0;
|
|
4369
4384
|
}
|
|
4370
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4371
|
-
.MetaItem-module_hasSource__1DmCI:first-child {
|
|
4372
|
-
margin-top: 0
|
|
4373
4385
|
}
|
|
4386
|
+
@-webkit-keyframes MetaItemLive-module_liveSecondWave__12g57 {
|
|
4387
|
+
21% {
|
|
4388
|
+
transform: scale(0.22);
|
|
4374
4389
|
}
|
|
4375
|
-
|
|
4376
|
-
|
|
4377
|
-
|
|
4378
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4379
|
-
.MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
|
|
4380
|
-
display: none
|
|
4381
|
-
}
|
|
4390
|
+
|
|
4391
|
+
53% {
|
|
4392
|
+
transform: scale(0.55);
|
|
4382
4393
|
}
|
|
4383
|
-
|
|
4384
|
-
|
|
4385
|
-
.
|
|
4386
|
-
|
|
4387
|
-
|
|
4394
|
+
|
|
4395
|
+
100% {
|
|
4396
|
+
transform: scale(0.88);
|
|
4397
|
+
|
|
4398
|
+
opacity: 0;
|
|
4388
4399
|
}
|
|
4389
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4390
|
-
.MetaItem-module_datetime__3tOWm,
|
|
4391
|
-
.MetaItem-module_listened__lwvAO,
|
|
4392
|
-
.MetaItem-module_read__5eAIG {
|
|
4393
|
-
width: auto
|
|
4394
4400
|
}
|
|
4401
|
+
@keyframes MetaItemLive-module_liveSecondWave__12g57 {
|
|
4402
|
+
21% {
|
|
4403
|
+
transform: scale(0.22);
|
|
4395
4404
|
}
|
|
4396
|
-
|
|
4397
|
-
|
|
4398
|
-
|
|
4399
|
-
}
|
|
4405
|
+
|
|
4406
|
+
53% {
|
|
4407
|
+
transform: scale(0.55);
|
|
4400
4408
|
}
|
|
4401
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4402
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
|
|
4403
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
|
|
4404
|
-
order: -1;
|
|
4405
4409
|
|
|
4406
|
-
|
|
4407
|
-
|
|
4410
|
+
100% {
|
|
4411
|
+
transform: scale(0.88);
|
|
4412
|
+
|
|
4413
|
+
opacity: 0;
|
|
4408
4414
|
}
|
|
4409
|
-
.MetaItem-module_read__5eAIG svg {
|
|
4410
|
-
margin-top: -1px;
|
|
4411
4415
|
}
|
|
4412
4416
|
|
|
4413
4417
|
/* stylelint-disable declaration-empty-line-before */
|
|
@@ -4562,238 +4566,51 @@ a mark {
|
|
|
4562
4566
|
.Footnote-module_body__259Ly {
|
|
4563
4567
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4564
4568
|
font-size: 16px;
|
|
4565
|
-
line-height: 22px;
|
|
4566
|
-
}
|
|
4567
|
-
.Footnote-module_body__259Ly h3 {
|
|
4568
|
-
margin: 0 0 16px;
|
|
4569
|
-
|
|
4570
|
-
font-size: inherit;
|
|
4571
|
-
font-weight: 700;
|
|
4572
|
-
line-height: inherit;
|
|
4573
|
-
}
|
|
4574
|
-
.Footnote-module_body__259Ly p {
|
|
4575
|
-
margin: 0;
|
|
4576
|
-
}
|
|
4577
|
-
.Footnote-module_body__259Ly p + p {
|
|
4578
|
-
margin-top: 6px;
|
|
4579
|
-
}
|
|
4580
|
-
.Footnote-module_body__259Ly a {
|
|
4581
|
-
color: inherit;
|
|
4582
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
4583
|
-
}
|
|
4584
|
-
.Footnote-module_body__259Ly a:hover {
|
|
4585
|
-
color: #b88b59;
|
|
4586
|
-
}
|
|
4587
|
-
.Footnote-module_dismiss__1HKG5 {
|
|
4588
|
-
position: absolute;
|
|
4589
|
-
top: 0;
|
|
4590
|
-
right: 0;
|
|
4591
|
-
|
|
4592
|
-
margin: 0;
|
|
4593
|
-
padding: 6px 9px 10px;
|
|
4594
|
-
|
|
4595
|
-
cursor: pointer;
|
|
4596
|
-
|
|
4597
|
-
color: #b3b3b3;
|
|
4598
|
-
border-width: 0;
|
|
4599
|
-
outline: none;
|
|
4600
|
-
background-color: transparent;
|
|
4601
|
-
}
|
|
4602
|
-
.Footnote-module_dismiss__1HKG5:hover {
|
|
4603
|
-
color: #757575;
|
|
4604
|
-
}
|
|
4605
|
-
.Footnote-module_dismiss__1HKG5 svg {
|
|
4606
|
-
width: 12px;
|
|
4607
|
-
height: 12px;
|
|
4608
|
-
}
|
|
4609
|
-
|
|
4610
|
-
|
|
4611
|
-
/* Colors */
|
|
4612
|
-
/* Fonts */
|
|
4613
|
-
/* Gap */
|
|
4614
|
-
/* Media */
|
|
4615
|
-
/* 512 */
|
|
4616
|
-
/* 650 */
|
|
4617
|
-
/* 768 */
|
|
4618
|
-
/* 1024 */
|
|
4619
|
-
/* 1010 */
|
|
4620
|
-
/* 1200 */
|
|
4621
|
-
/* 511 */
|
|
4622
|
-
/* 1023 */
|
|
4623
|
-
/* Zindex */
|
|
4624
|
-
.SensitiveBlock-module_root__2iJbD {
|
|
4625
|
-
position: relative;
|
|
4626
|
-
|
|
4627
|
-
margin: 15px 0
|
|
4628
|
-
}
|
|
4629
|
-
@media only screen and (min-width: 32em) {
|
|
4630
|
-
.SensitiveBlock-module_root__2iJbD {
|
|
4631
|
-
margin: 25px 0 20px
|
|
4632
|
-
}
|
|
4633
|
-
}
|
|
4634
|
-
.SensitiveBlock-module_root__2iJbD:first-child {
|
|
4635
|
-
margin-top: 0;
|
|
4636
|
-
}
|
|
4637
|
-
.SensitiveBlock-module_root__2iJbD:last-child {
|
|
4638
|
-
margin-bottom: 0;
|
|
4639
|
-
}
|
|
4640
|
-
.SensitiveBlock-module_root__2iJbD figcaption {
|
|
4641
|
-
width: 100%;
|
|
4642
|
-
max-width: 650px;
|
|
4643
|
-
margin-right: auto;
|
|
4644
|
-
margin-left: auto;
|
|
4645
|
-
|
|
4646
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4647
|
-
}
|
|
4648
|
-
.SensitiveBlock-module_container__1Wtix {
|
|
4649
|
-
position: relative;
|
|
4650
|
-
|
|
4651
|
-
min-height: 170px;
|
|
4652
|
-
|
|
4653
|
-
transition: min-height 350ms ease;
|
|
4654
|
-
}
|
|
4655
|
-
.SensitiveBlock-module_overlay__hfDVS {
|
|
4656
|
-
position: absolute;
|
|
4657
|
-
z-index: 10;
|
|
4658
|
-
top: 0;
|
|
4659
|
-
right: -20px;
|
|
4660
|
-
bottom: 0;
|
|
4661
|
-
left: -20px;
|
|
4662
|
-
|
|
4663
|
-
display: -webkit-box;
|
|
4664
|
-
|
|
4665
|
-
display: -webkit-flex;
|
|
4666
|
-
|
|
4667
|
-
display: -ms-flexbox;
|
|
4668
|
-
|
|
4669
|
-
display: flex;
|
|
4670
|
-
align-items: center;
|
|
4671
|
-
flex-flow: column nowrap;
|
|
4672
|
-
justify-content: center;
|
|
4673
|
-
|
|
4674
|
-
padding: 30px 20px;
|
|
4675
|
-
|
|
4676
|
-
transition: opacity 500ms ease, visibility 500ms ease;
|
|
4677
|
-
|
|
4678
|
-
background-color: rgba(255, 255, 255, 1);
|
|
4679
|
-
background-repeat: no-repeat;
|
|
4680
|
-
background-position: center top;
|
|
4681
|
-
background-size: cover
|
|
4682
|
-
}
|
|
4683
|
-
@media only screen and (min-width: 32em) {
|
|
4684
|
-
.SensitiveBlock-module_overlay__hfDVS {
|
|
4685
|
-
right: 0;
|
|
4686
|
-
left: 0
|
|
4687
|
-
}
|
|
4688
|
-
}
|
|
4689
|
-
.SensitiveBlock-module_content__sNpxZ {
|
|
4690
|
-
-webkit-user-select: none;
|
|
4691
|
-
-moz-user-select: none;
|
|
4692
|
-
-ms-user-select: none;
|
|
4693
|
-
user-select: none;
|
|
4694
|
-
|
|
4695
|
-
color: #fff;
|
|
4696
|
-
|
|
4697
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4698
|
-
}
|
|
4699
|
-
.SensitiveBlock-module_content__sNpxZ p {
|
|
4700
|
-
display: block;
|
|
4701
|
-
|
|
4702
|
-
width: 100%;
|
|
4703
|
-
max-width: 368px;
|
|
4704
|
-
margin-top: 0;
|
|
4705
|
-
margin-bottom: 12px;
|
|
4706
|
-
|
|
4707
|
-
text-align: center;
|
|
4708
|
-
|
|
4709
|
-
font-size: 14px;
|
|
4710
|
-
line-height: 18px
|
|
4711
|
-
}
|
|
4712
|
-
@media only screen and (min-width: 32em) {
|
|
4713
|
-
.SensitiveBlock-module_content__sNpxZ p {
|
|
4714
|
-
margin-bottom: 24px;
|
|
4715
|
-
|
|
4716
|
-
font-size: 16px;
|
|
4717
|
-
line-height: 22px
|
|
4718
|
-
}
|
|
4719
|
-
}
|
|
4720
|
-
.SensitiveBlock-module_button__3BGZK {
|
|
4721
|
-
width: 100%;
|
|
4722
|
-
max-width: 348px;
|
|
4723
|
-
margin: 0 auto;
|
|
4724
|
-
}
|
|
4725
|
-
.SensitiveBlock-module_default__2HgmZ {
|
|
4726
|
-
max-width: 650px
|
|
4727
|
-
}
|
|
4728
|
-
@media only screen and (min-width: 32em) {
|
|
4729
|
-
.SensitiveBlock-module_default__2HgmZ {
|
|
4730
|
-
margin-right: auto;
|
|
4731
|
-
margin-left: auto
|
|
4732
|
-
}
|
|
4733
|
-
}
|
|
4734
|
-
.SensitiveBlock-module_full__3Hph9 {
|
|
4735
|
-
max-width: 980px
|
|
4736
|
-
}
|
|
4737
|
-
@media only screen and (min-width: 32em) {
|
|
4738
|
-
.SensitiveBlock-module_full__3Hph9 {
|
|
4739
|
-
margin-right: auto;
|
|
4740
|
-
margin-left: auto
|
|
4741
|
-
}
|
|
4742
|
-
}
|
|
4743
|
-
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
4744
|
-
right: -20px;
|
|
4745
|
-
left: -20px
|
|
4746
|
-
}
|
|
4747
|
-
@media only screen and (min-width: 32em) {
|
|
4748
|
-
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
4749
|
-
right: 0;
|
|
4750
|
-
left: 0
|
|
4569
|
+
line-height: 22px;
|
|
4751
4570
|
}
|
|
4752
|
-
|
|
4753
|
-
|
|
4754
|
-
|
|
4755
|
-
|
|
4571
|
+
.Footnote-module_body__259Ly h3 {
|
|
4572
|
+
margin: 0 0 16px;
|
|
4573
|
+
|
|
4574
|
+
font-size: inherit;
|
|
4575
|
+
font-weight: 700;
|
|
4576
|
+
line-height: inherit;
|
|
4756
4577
|
}
|
|
4757
|
-
|
|
4758
|
-
|
|
4759
|
-
padding-right: 0;
|
|
4760
|
-
padding-left: 0
|
|
4578
|
+
.Footnote-module_body__259Ly p {
|
|
4579
|
+
margin: 0;
|
|
4761
4580
|
}
|
|
4762
|
-
|
|
4763
|
-
|
|
4764
|
-
max-width: 100%;
|
|
4581
|
+
.Footnote-module_body__259Ly p + p {
|
|
4582
|
+
margin-top: 6px;
|
|
4765
4583
|
}
|
|
4766
|
-
|
|
4767
|
-
|
|
4768
|
-
|
|
4769
|
-
left: -15px
|
|
4584
|
+
.Footnote-module_body__259Ly a {
|
|
4585
|
+
color: inherit;
|
|
4586
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
4770
4587
|
}
|
|
4771
|
-
|
|
4772
|
-
|
|
4773
|
-
.SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_media__3wnlo {
|
|
4774
|
-
padding-right: 15px;
|
|
4775
|
-
padding-left: 15px
|
|
4588
|
+
.Footnote-module_body__259Ly a:hover {
|
|
4589
|
+
color: #b88b59;
|
|
4776
4590
|
}
|
|
4777
|
-
|
|
4778
|
-
|
|
4779
|
-
|
|
4780
|
-
|
|
4591
|
+
.Footnote-module_dismiss__1HKG5 {
|
|
4592
|
+
position: absolute;
|
|
4593
|
+
top: 0;
|
|
4594
|
+
right: 0;
|
|
4781
4595
|
|
|
4782
|
-
|
|
4596
|
+
margin: 0;
|
|
4597
|
+
padding: 6px 9px 10px;
|
|
4783
4598
|
|
|
4784
|
-
|
|
4599
|
+
cursor: pointer;
|
|
4600
|
+
|
|
4601
|
+
color: #b3b3b3;
|
|
4602
|
+
border-width: 0;
|
|
4603
|
+
outline: none;
|
|
4604
|
+
background-color: transparent;
|
|
4785
4605
|
}
|
|
4786
|
-
.
|
|
4787
|
-
|
|
4606
|
+
.Footnote-module_dismiss__1HKG5:hover {
|
|
4607
|
+
color: #757575;
|
|
4788
4608
|
}
|
|
4789
|
-
|
|
4790
|
-
|
|
4791
|
-
|
|
4792
|
-
.SensitiveBlock-module_isInSlide__f_Ql2 .SensitiveBlock-module_overlay__hfDVS {
|
|
4793
|
-
right: -11px;
|
|
4794
|
-
left: -11px
|
|
4609
|
+
.Footnote-module_dismiss__1HKG5 svg {
|
|
4610
|
+
width: 12px;
|
|
4611
|
+
height: 12px;
|
|
4795
4612
|
}
|
|
4796
|
-
|
|
4613
|
+
|
|
4797
4614
|
|
|
4798
4615
|
/* Colors */
|
|
4799
4616
|
/* Fonts */
|
|
@@ -5063,6 +4880,193 @@ a mark {
|
|
|
5063
4880
|
}
|
|
5064
4881
|
}
|
|
5065
4882
|
|
|
4883
|
+
/* Colors */
|
|
4884
|
+
/* Fonts */
|
|
4885
|
+
/* Gap */
|
|
4886
|
+
/* Media */
|
|
4887
|
+
/* 512 */
|
|
4888
|
+
/* 650 */
|
|
4889
|
+
/* 768 */
|
|
4890
|
+
/* 1024 */
|
|
4891
|
+
/* 1010 */
|
|
4892
|
+
/* 1200 */
|
|
4893
|
+
/* 511 */
|
|
4894
|
+
/* 1023 */
|
|
4895
|
+
/* Zindex */
|
|
4896
|
+
.SensitiveBlock-module_root__2iJbD {
|
|
4897
|
+
position: relative;
|
|
4898
|
+
|
|
4899
|
+
margin: 15px 0
|
|
4900
|
+
}
|
|
4901
|
+
@media only screen and (min-width: 32em) {
|
|
4902
|
+
.SensitiveBlock-module_root__2iJbD {
|
|
4903
|
+
margin: 25px 0 20px
|
|
4904
|
+
}
|
|
4905
|
+
}
|
|
4906
|
+
.SensitiveBlock-module_root__2iJbD:first-child {
|
|
4907
|
+
margin-top: 0;
|
|
4908
|
+
}
|
|
4909
|
+
.SensitiveBlock-module_root__2iJbD:last-child {
|
|
4910
|
+
margin-bottom: 0;
|
|
4911
|
+
}
|
|
4912
|
+
.SensitiveBlock-module_root__2iJbD figcaption {
|
|
4913
|
+
width: 100%;
|
|
4914
|
+
max-width: 650px;
|
|
4915
|
+
margin-right: auto;
|
|
4916
|
+
margin-left: auto;
|
|
4917
|
+
|
|
4918
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4919
|
+
}
|
|
4920
|
+
.SensitiveBlock-module_container__1Wtix {
|
|
4921
|
+
position: relative;
|
|
4922
|
+
|
|
4923
|
+
min-height: 170px;
|
|
4924
|
+
|
|
4925
|
+
transition: min-height 350ms ease;
|
|
4926
|
+
}
|
|
4927
|
+
.SensitiveBlock-module_overlay__hfDVS {
|
|
4928
|
+
position: absolute;
|
|
4929
|
+
z-index: 10;
|
|
4930
|
+
top: 0;
|
|
4931
|
+
right: -20px;
|
|
4932
|
+
bottom: 0;
|
|
4933
|
+
left: -20px;
|
|
4934
|
+
|
|
4935
|
+
display: -webkit-box;
|
|
4936
|
+
|
|
4937
|
+
display: -webkit-flex;
|
|
4938
|
+
|
|
4939
|
+
display: -ms-flexbox;
|
|
4940
|
+
|
|
4941
|
+
display: flex;
|
|
4942
|
+
align-items: center;
|
|
4943
|
+
flex-flow: column nowrap;
|
|
4944
|
+
justify-content: center;
|
|
4945
|
+
|
|
4946
|
+
padding: 30px 20px;
|
|
4947
|
+
|
|
4948
|
+
transition: opacity 500ms ease, visibility 500ms ease;
|
|
4949
|
+
|
|
4950
|
+
background-color: rgba(255, 255, 255, 1);
|
|
4951
|
+
background-repeat: no-repeat;
|
|
4952
|
+
background-position: center top;
|
|
4953
|
+
background-size: cover
|
|
4954
|
+
}
|
|
4955
|
+
@media only screen and (min-width: 32em) {
|
|
4956
|
+
.SensitiveBlock-module_overlay__hfDVS {
|
|
4957
|
+
right: 0;
|
|
4958
|
+
left: 0
|
|
4959
|
+
}
|
|
4960
|
+
}
|
|
4961
|
+
.SensitiveBlock-module_content__sNpxZ {
|
|
4962
|
+
-webkit-user-select: none;
|
|
4963
|
+
-moz-user-select: none;
|
|
4964
|
+
-ms-user-select: none;
|
|
4965
|
+
user-select: none;
|
|
4966
|
+
|
|
4967
|
+
color: #fff;
|
|
4968
|
+
|
|
4969
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4970
|
+
}
|
|
4971
|
+
.SensitiveBlock-module_content__sNpxZ p {
|
|
4972
|
+
display: block;
|
|
4973
|
+
|
|
4974
|
+
width: 100%;
|
|
4975
|
+
max-width: 368px;
|
|
4976
|
+
margin-top: 0;
|
|
4977
|
+
margin-bottom: 12px;
|
|
4978
|
+
|
|
4979
|
+
text-align: center;
|
|
4980
|
+
|
|
4981
|
+
font-size: 14px;
|
|
4982
|
+
line-height: 18px
|
|
4983
|
+
}
|
|
4984
|
+
@media only screen and (min-width: 32em) {
|
|
4985
|
+
.SensitiveBlock-module_content__sNpxZ p {
|
|
4986
|
+
margin-bottom: 24px;
|
|
4987
|
+
|
|
4988
|
+
font-size: 16px;
|
|
4989
|
+
line-height: 22px
|
|
4990
|
+
}
|
|
4991
|
+
}
|
|
4992
|
+
.SensitiveBlock-module_button__3BGZK {
|
|
4993
|
+
width: 100%;
|
|
4994
|
+
max-width: 348px;
|
|
4995
|
+
margin: 0 auto;
|
|
4996
|
+
}
|
|
4997
|
+
.SensitiveBlock-module_default__2HgmZ {
|
|
4998
|
+
max-width: 650px
|
|
4999
|
+
}
|
|
5000
|
+
@media only screen and (min-width: 32em) {
|
|
5001
|
+
.SensitiveBlock-module_default__2HgmZ {
|
|
5002
|
+
margin-right: auto;
|
|
5003
|
+
margin-left: auto
|
|
5004
|
+
}
|
|
5005
|
+
}
|
|
5006
|
+
.SensitiveBlock-module_full__3Hph9 {
|
|
5007
|
+
max-width: 980px
|
|
5008
|
+
}
|
|
5009
|
+
@media only screen and (min-width: 32em) {
|
|
5010
|
+
.SensitiveBlock-module_full__3Hph9 {
|
|
5011
|
+
margin-right: auto;
|
|
5012
|
+
margin-left: auto
|
|
5013
|
+
}
|
|
5014
|
+
}
|
|
5015
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
5016
|
+
right: -20px;
|
|
5017
|
+
left: -20px
|
|
5018
|
+
}
|
|
5019
|
+
@media only screen and (min-width: 32em) {
|
|
5020
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_overlay__hfDVS {
|
|
5021
|
+
right: 0;
|
|
5022
|
+
left: 0
|
|
5023
|
+
}
|
|
5024
|
+
}
|
|
5025
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
5026
|
+
padding-right: 20px;
|
|
5027
|
+
padding-left: 20px
|
|
5028
|
+
}
|
|
5029
|
+
@media only screen and (min-width: 32em) {
|
|
5030
|
+
.SensitiveBlock-module_full__3Hph9 .SensitiveBlock-module_media__3wnlo {
|
|
5031
|
+
padding-right: 0;
|
|
5032
|
+
padding-left: 0
|
|
5033
|
+
}
|
|
5034
|
+
}
|
|
5035
|
+
.SensitiveBlock-module_super_full__14UOv {
|
|
5036
|
+
max-width: 100%;
|
|
5037
|
+
}
|
|
5038
|
+
@media only screen and (min-width: 32em) {
|
|
5039
|
+
.SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_overlay__hfDVS {
|
|
5040
|
+
right: -15px;
|
|
5041
|
+
left: -15px
|
|
5042
|
+
}
|
|
5043
|
+
}
|
|
5044
|
+
@media only screen and (min-width: 32em) {
|
|
5045
|
+
.SensitiveBlock-module_super_full__14UOv .SensitiveBlock-module_media__3wnlo {
|
|
5046
|
+
padding-right: 15px;
|
|
5047
|
+
padding-left: 15px
|
|
5048
|
+
}
|
|
5049
|
+
}
|
|
5050
|
+
/* STATE */
|
|
5051
|
+
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_overlay__hfDVS {
|
|
5052
|
+
visibility: hidden;
|
|
5053
|
+
|
|
5054
|
+
pointer-events: none;
|
|
5055
|
+
|
|
5056
|
+
opacity: 0;
|
|
5057
|
+
}
|
|
5058
|
+
.SensitiveBlock-module_visible__1B-NV .SensitiveBlock-module_container__1Wtix {
|
|
5059
|
+
min-height: 0;
|
|
5060
|
+
}
|
|
5061
|
+
/* CONTEXT */
|
|
5062
|
+
@media only screen and (max-width: 63.9375em) {
|
|
5063
|
+
.SensitiveBlock-module_isInCard__1L-lu .SensitiveBlock-module_overlay__hfDVS,
|
|
5064
|
+
.SensitiveBlock-module_isInSlide__f_Ql2 .SensitiveBlock-module_overlay__hfDVS {
|
|
5065
|
+
right: -11px;
|
|
5066
|
+
left: -11px
|
|
5067
|
+
}
|
|
5068
|
+
}
|
|
5069
|
+
|
|
5066
5070
|
/* Colors */
|
|
5067
5071
|
/* Fonts */
|
|
5068
5072
|
/* Gap */
|