@newskit-render/core 1.50.1 → 1.54.0
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/CHANGELOG.md +68 -0
- package/__tests__/pages/[articleSlug].test.tsx +6 -0
- package/__tests__/pages/__snapshots__/home.test.tsx.snap +241 -1846
- package/__tests__/pages/home.test.tsx +6 -0
- package/components/article/__tests__/__snapshots__/index.test.tsx.snap +316 -3265
- package/components/footer/__snapshots__/index.test.tsx.snap +37 -271
- package/components/header/index.tsx +7 -0
- package/components/section/layouts/__tests__/__snapshots__/Lead.test.tsx.snap +36 -530
- package/components/section/layouts/__tests__/__snapshots__/SectionTitle.test.tsx.snap +42 -766
- package/cypress/e2e/account/account-subscription.spec.js +9 -8
- package/cypress/e2e/account/payment-failer.spec.js +3 -3
- package/cypress/support/commands.js +2 -2
- package/helpers/__tests__/getUser.test.ts +7 -8
- package/helpers/setupTests.ts +4 -0
- package/jest.config.js +21 -19
- package/package.json +7 -7
- package/pages/api/feed.ts +8 -2
- package/pages/help-hub/[id]/index.tsx +11 -0
- package/pages/help-hub/index.tsx +11 -0
- package/public/icon.png +0 -0
|
@@ -2,441 +2,36 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`getServerSideProps Homepage 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
background-color: #3358CC;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.emotion-0 a,
|
|
11
|
-
.emotion-0 a:visited:not(:disabled) {
|
|
12
|
-
color: #FFFFFF;
|
|
13
|
-
font-weight: bold;
|
|
14
|
-
line-height: 1.5;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
@media screen {
|
|
18
|
-
.emotion-0 {
|
|
19
|
-
padding-top: 16px;
|
|
20
|
-
padding-bottom: 16px;
|
|
21
|
-
padding-left: 0;
|
|
22
|
-
padding-right: 0;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
@media screen and (min-width: 1024px) {
|
|
27
|
-
.emotion-0 {
|
|
28
|
-
padding-top: 16px;
|
|
29
|
-
padding-bottom: 16px;
|
|
30
|
-
padding-left: 64px;
|
|
31
|
-
padding-right: 64px;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.emotion-1 {
|
|
36
|
-
width: 100%;
|
|
37
|
-
max-width: 1920px;
|
|
38
|
-
margin: 0 auto;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.emotion-2 {
|
|
42
|
-
box-sizing: border-box;
|
|
43
|
-
-webkit-background-clip: padding-box;
|
|
44
|
-
background-clip: padding-box;
|
|
45
|
-
display: -webkit-box;
|
|
46
|
-
display: -webkit-flex;
|
|
47
|
-
display: -ms-flexbox;
|
|
48
|
-
display: flex;
|
|
49
|
-
-webkit-box-flex-wrap: wrap;
|
|
50
|
-
-webkit-flex-wrap: wrap;
|
|
51
|
-
-ms-flex-wrap: wrap;
|
|
52
|
-
flex-wrap: wrap;
|
|
53
|
-
-webkit-flex-direction: row;
|
|
54
|
-
-ms-flex-direction: row;
|
|
55
|
-
flex-direction: row;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
@media screen {
|
|
59
|
-
.emotion-2 {
|
|
60
|
-
margin: -0px 8px 0 8px;
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
@media screen and (min-width: 480px) {
|
|
65
|
-
.emotion-2 {
|
|
66
|
-
margin: -0px 8px 0 8px;
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
@media screen and (min-width: 768px) {
|
|
71
|
-
.emotion-2 {
|
|
72
|
-
margin: -0px 16px 0 16px;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
@media screen and (min-width: 1024px) {
|
|
77
|
-
.emotion-2 {
|
|
78
|
-
margin: -0px 16px 0 16px;
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
@media screen and (min-width: 1440px) {
|
|
83
|
-
.emotion-2 {
|
|
84
|
-
margin: -0px 16px 0 16px;
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.emotion-3 {
|
|
89
|
-
box-sizing: border-box;
|
|
90
|
-
-webkit-background-clip: padding-box;
|
|
91
|
-
background-clip: padding-box;
|
|
92
|
-
-webkit-flex: 1 0 auto;
|
|
93
|
-
-ms-flex: 1 0 auto;
|
|
94
|
-
flex: 1 0 auto;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
@media screen {
|
|
98
|
-
.emotion-3 {
|
|
99
|
-
padding: 0 8px;
|
|
100
|
-
-webkit-flex-basis: 100%;
|
|
101
|
-
-ms-flex-preferred-size: 100%;
|
|
102
|
-
flex-basis: 100%;
|
|
103
|
-
max-width: 100%;
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.emotion-4 {
|
|
108
|
-
display: -webkit-box;
|
|
109
|
-
display: -webkit-flex;
|
|
110
|
-
display: -ms-flexbox;
|
|
111
|
-
display: flex;
|
|
112
|
-
height: 100%;
|
|
113
|
-
-webkit-align-items: center;
|
|
114
|
-
-webkit-box-align: center;
|
|
115
|
-
-ms-flex-align: center;
|
|
116
|
-
align-items: center;
|
|
117
|
-
-webkit-align-content: center;
|
|
118
|
-
-ms-flex-line-pack: center;
|
|
119
|
-
align-content: center;
|
|
120
|
-
-webkit-box-flex-wrap: nowrap;
|
|
121
|
-
-webkit-flex-wrap: nowrap;
|
|
122
|
-
-ms-flex-wrap: nowrap;
|
|
123
|
-
flex-wrap: nowrap;
|
|
124
|
-
-webkit-flex-direction: row;
|
|
125
|
-
-ms-flex-direction: row;
|
|
126
|
-
flex-direction: row;
|
|
127
|
-
-webkit-box-pack: justify;
|
|
128
|
-
-webkit-justify-content: space-between;
|
|
129
|
-
justify-content: space-between;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
.emotion-5 {
|
|
133
|
-
display: inline-block;
|
|
134
|
-
transition-property: color;
|
|
135
|
-
transition-duration: 200ms;
|
|
136
|
-
transition-timing-function: cubic-bezier(0, 0, .5, 1);
|
|
137
|
-
color: #FFFFFF;
|
|
138
|
-
-webkit-text-decoration: none;
|
|
139
|
-
text-decoration: none;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
.emotion-5 svg {
|
|
143
|
-
fill: #FFFFFF;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
.emotion-5:hover:not(:disabled) {
|
|
147
|
-
color: #FFFFFF;
|
|
148
|
-
-webkit-text-decoration: underline;
|
|
149
|
-
text-decoration: underline;
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
.emotion-5:hover:not(:disabled) svg {
|
|
153
|
-
fill: #FFFFFF;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
.emotion-5:active:not(:disabled) {
|
|
157
|
-
color: #FFFFFF;
|
|
158
|
-
-webkit-text-decoration: underline;
|
|
159
|
-
text-decoration: underline;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
.emotion-5:active:not(:disabled) svg {
|
|
163
|
-
fill: #FFFFFF;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.emotion-6 {
|
|
167
|
-
display: -webkit-box;
|
|
168
|
-
display: -webkit-flex;
|
|
169
|
-
display: -ms-flexbox;
|
|
170
|
-
display: flex;
|
|
171
|
-
height: 100%;
|
|
172
|
-
-webkit-align-items: center;
|
|
173
|
-
-webkit-box-align: center;
|
|
174
|
-
-ms-flex-align: center;
|
|
175
|
-
align-items: center;
|
|
176
|
-
-webkit-flex-direction: row;
|
|
177
|
-
-ms-flex-direction: row;
|
|
178
|
-
flex-direction: row;
|
|
179
|
-
-webkit-box-pack: start;
|
|
180
|
-
-ms-flex-pack: start;
|
|
181
|
-
-webkit-justify-content: flex-start;
|
|
182
|
-
justify-content: flex-start;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
@media screen {
|
|
186
|
-
.emotion-7 {
|
|
187
|
-
display: none;
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
@media screen and (min-width: 480px) {
|
|
192
|
-
.emotion-7 {
|
|
193
|
-
display: none;
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
@media screen and (min-width: 768px) {
|
|
198
|
-
.emotion-7 {
|
|
199
|
-
display: block;
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
@media screen and (min-width: 1024px) {
|
|
204
|
-
.emotion-7 {
|
|
205
|
-
display: block;
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
@media screen and (min-width: 1440px) {
|
|
210
|
-
.emotion-7 {
|
|
211
|
-
display: block;
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
.emotion-8 {
|
|
216
|
-
display: inline-block;
|
|
217
|
-
fill: #FFFFFF;
|
|
218
|
-
color: #FFFFFF;
|
|
219
|
-
width: 160px;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
@media screen {
|
|
223
|
-
.emotion-9 {
|
|
224
|
-
display: block;
|
|
225
|
-
}
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
@media screen and (min-width: 480px) {
|
|
229
|
-
.emotion-9 {
|
|
230
|
-
display: block;
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
@media screen and (min-width: 768px) {
|
|
235
|
-
.emotion-9 {
|
|
236
|
-
display: none;
|
|
237
|
-
}
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
@media screen and (min-width: 1024px) {
|
|
241
|
-
.emotion-9 {
|
|
242
|
-
display: none;
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
@media screen and (min-width: 1440px) {
|
|
247
|
-
.emotion-9 {
|
|
248
|
-
display: none;
|
|
249
|
-
}
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
.emotion-11 {
|
|
253
|
-
display: -webkit-box;
|
|
254
|
-
display: -webkit-flex;
|
|
255
|
-
display: -ms-flexbox;
|
|
256
|
-
display: flex;
|
|
257
|
-
height: 100%;
|
|
258
|
-
-webkit-align-items: center;
|
|
259
|
-
-webkit-box-align: center;
|
|
260
|
-
-ms-flex-align: center;
|
|
261
|
-
align-items: center;
|
|
262
|
-
-webkit-align-content: center;
|
|
263
|
-
-ms-flex-line-pack: center;
|
|
264
|
-
align-content: center;
|
|
265
|
-
-webkit-box-flex-wrap: nowrap;
|
|
266
|
-
-webkit-flex-wrap: nowrap;
|
|
267
|
-
-ms-flex-wrap: nowrap;
|
|
268
|
-
flex-wrap: nowrap;
|
|
269
|
-
-webkit-flex-direction: row;
|
|
270
|
-
-ms-flex-direction: row;
|
|
271
|
-
flex-direction: row;
|
|
272
|
-
-webkit-box-pack: end;
|
|
273
|
-
-ms-flex-pack: end;
|
|
274
|
-
-webkit-justify-content: flex-end;
|
|
275
|
-
justify-content: flex-end;
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
.emotion-12 {
|
|
279
|
-
position: fixed;
|
|
280
|
-
overflow: auto;
|
|
281
|
-
width: 100%;
|
|
282
|
-
min-height: 100vh;
|
|
283
|
-
background-color: #3358CC;
|
|
284
|
-
left: 0;
|
|
285
|
-
top: 80px;
|
|
286
|
-
z-index: 2;
|
|
287
|
-
display: none;
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
@media screen and (min-width: 768px) {
|
|
291
|
-
.emotion-12 {
|
|
292
|
-
display: -webkit-box;
|
|
293
|
-
display: -webkit-flex;
|
|
294
|
-
display: -ms-flexbox;
|
|
295
|
-
display: flex;
|
|
296
|
-
position: relative;
|
|
297
|
-
overflow: hidden;
|
|
298
|
-
width: initial;
|
|
299
|
-
min-height: initial;
|
|
300
|
-
background-color: initial;
|
|
301
|
-
left: initial;
|
|
302
|
-
top: initial;
|
|
303
|
-
z-index: 1;
|
|
304
|
-
height: 48px;
|
|
305
|
-
}
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
.emotion-13 {
|
|
309
|
-
display: -webkit-box;
|
|
310
|
-
display: -webkit-flex;
|
|
311
|
-
display: -ms-flexbox;
|
|
312
|
-
display: flex;
|
|
313
|
-
-webkit-box-flex-flow: row wrap;
|
|
314
|
-
-webkit-flex-flow: row wrap;
|
|
315
|
-
-ms-flex-flow: row wrap;
|
|
316
|
-
flex-flow: row wrap;
|
|
317
|
-
-webkit-box-pack: justify;
|
|
318
|
-
-webkit-justify-content: space-between;
|
|
319
|
-
justify-content: space-between;
|
|
320
|
-
-webkit-flex-direction: column;
|
|
321
|
-
-ms-flex-direction: column;
|
|
322
|
-
flex-direction: column;
|
|
323
|
-
-webkit-align-items: center;
|
|
324
|
-
-webkit-box-align: center;
|
|
325
|
-
-ms-flex-align: center;
|
|
326
|
-
align-items: center;
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
@media screen and (min-width: 768px) {
|
|
330
|
-
.emotion-13 {
|
|
331
|
-
-webkit-box-pack: end;
|
|
332
|
-
-ms-flex-pack: end;
|
|
333
|
-
-webkit-justify-content: flex-end;
|
|
334
|
-
justify-content: flex-end;
|
|
335
|
-
-webkit-flex-direction: row;
|
|
336
|
-
-ms-flex-direction: row;
|
|
337
|
-
flex-direction: row;
|
|
338
|
-
}
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
@media screen and (max-width: 767px) {
|
|
342
|
-
.emotion-14 {
|
|
343
|
-
margin-right: 0;
|
|
344
|
-
}
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
@media screen and (min-width: 768px) {
|
|
348
|
-
.emotion-14 {
|
|
349
|
-
margin-right: 16px;
|
|
350
|
-
}
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
@media screen and (max-width: 767px) {
|
|
354
|
-
.emotion-14 {
|
|
355
|
-
margin-bottom: 24px;
|
|
356
|
-
}
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
@media screen and (min-width: 768px) {
|
|
360
|
-
.emotion-14 {
|
|
361
|
-
margin-bottom: 0;
|
|
362
|
-
}
|
|
363
|
-
}
|
|
364
|
-
|
|
365
|
-
.emotion-17 {
|
|
366
|
-
margin: 0;
|
|
367
|
-
font-family: "DM Sans",sans-serif;
|
|
368
|
-
font-size: 14px;
|
|
369
|
-
line-height: 21px;
|
|
370
|
-
font-weight: 500;
|
|
371
|
-
letter-spacing: 0;
|
|
372
|
-
padding: 0.5px 0px;
|
|
373
|
-
display: inline-block;
|
|
374
|
-
display: block;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
.emotion-17::before {
|
|
378
|
-
content: '';
|
|
379
|
-
margin-bottom: -0.391em;
|
|
380
|
-
display: block;
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
.emotion-17::after {
|
|
384
|
-
content: '';
|
|
385
|
-
margin-top: -0.409em;
|
|
386
|
-
display: block;
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
.emotion-27 {
|
|
390
|
-
margin-right: 24px;
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
.emotion-28 {
|
|
394
|
-
display: inline-block;
|
|
395
|
-
vertical-align: middle;
|
|
396
|
-
overflow: hidden;
|
|
397
|
-
color: #FFFFFF;
|
|
398
|
-
fill: #FFFFFF;
|
|
399
|
-
vertical-align: unset;
|
|
400
|
-
display: inline-block;
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
.emotion-28.emotion-28 {
|
|
404
|
-
width: 32px;
|
|
405
|
-
height: 32px;
|
|
406
|
-
color: #FFFFFF;
|
|
407
|
-
fill: #FFFFFF;
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
<div
|
|
411
|
-
class="emotion-0"
|
|
5
|
+
<div
|
|
6
|
+
class="css-166vhks"
|
|
412
7
|
>
|
|
413
8
|
<div
|
|
414
|
-
class="
|
|
9
|
+
class="css-8atxkm"
|
|
415
10
|
>
|
|
416
11
|
<div
|
|
417
|
-
class="
|
|
12
|
+
class="css-1w88buo"
|
|
418
13
|
data-testid="PageLayout"
|
|
419
14
|
>
|
|
420
15
|
<div
|
|
421
|
-
class="
|
|
16
|
+
class="css-18d6eiw"
|
|
422
17
|
data-testid="PageLayout"
|
|
423
18
|
>
|
|
424
19
|
<div
|
|
425
|
-
class="
|
|
20
|
+
class="css-5zodda"
|
|
426
21
|
>
|
|
427
22
|
<a
|
|
428
23
|
aria-label="Logo Link"
|
|
429
|
-
class="
|
|
24
|
+
class="css-71f8au"
|
|
430
25
|
href="/"
|
|
431
26
|
>
|
|
432
27
|
<span
|
|
433
|
-
class="
|
|
28
|
+
class="css-7eo7xt"
|
|
434
29
|
>
|
|
435
30
|
<div
|
|
436
|
-
class="
|
|
31
|
+
class="css-1nlep1q"
|
|
437
32
|
>
|
|
438
33
|
<svg
|
|
439
|
-
class="
|
|
34
|
+
class="css-kgdu16"
|
|
440
35
|
height="40px"
|
|
441
36
|
viewBox="0 0 244 40"
|
|
442
37
|
>
|
|
@@ -464,10 +59,10 @@ exports[`getServerSideProps Homepage 1`] = `
|
|
|
464
59
|
</svg>
|
|
465
60
|
</div>
|
|
466
61
|
<div
|
|
467
|
-
class="
|
|
62
|
+
class="css-1k3e0au"
|
|
468
63
|
>
|
|
469
64
|
<svg
|
|
470
|
-
class="
|
|
65
|
+
class="css-kgdu16"
|
|
471
66
|
height="48px"
|
|
472
67
|
viewBox="0 0 244 40"
|
|
473
68
|
>
|
|
@@ -493,29 +88,29 @@ exports[`getServerSideProps Homepage 1`] = `
|
|
|
493
88
|
</span>
|
|
494
89
|
</a>
|
|
495
90
|
<div
|
|
496
|
-
class="
|
|
91
|
+
class="css-1d6ks21"
|
|
497
92
|
>
|
|
498
93
|
<div
|
|
499
|
-
class="
|
|
94
|
+
class="css-1q7p9do"
|
|
500
95
|
data-testid="NavigationContainer"
|
|
501
96
|
>
|
|
502
97
|
<div
|
|
503
|
-
class="
|
|
98
|
+
class="css-rk1vtl"
|
|
504
99
|
data-testid="Navigation"
|
|
505
100
|
>
|
|
506
101
|
<span
|
|
507
|
-
class="
|
|
102
|
+
class="css-nch37y"
|
|
508
103
|
>
|
|
509
104
|
<a
|
|
510
105
|
aria-label="Section One Link"
|
|
511
|
-
class="
|
|
106
|
+
class="css-71f8au"
|
|
512
107
|
href="/section-one"
|
|
513
108
|
>
|
|
514
109
|
<span
|
|
515
|
-
class="
|
|
110
|
+
class="css-7eo7xt"
|
|
516
111
|
>
|
|
517
112
|
<span
|
|
518
|
-
class="
|
|
113
|
+
class="css-b741cy"
|
|
519
114
|
>
|
|
520
115
|
Section One
|
|
521
116
|
</span>
|
|
@@ -523,18 +118,18 @@ exports[`getServerSideProps Homepage 1`] = `
|
|
|
523
118
|
</a>
|
|
524
119
|
</span>
|
|
525
120
|
<span
|
|
526
|
-
class="
|
|
121
|
+
class="css-nch37y"
|
|
527
122
|
>
|
|
528
123
|
<a
|
|
529
124
|
aria-label="Section Two Link"
|
|
530
|
-
class="
|
|
125
|
+
class="css-71f8au"
|
|
531
126
|
href="/section-two"
|
|
532
127
|
>
|
|
533
128
|
<span
|
|
534
|
-
class="
|
|
129
|
+
class="css-7eo7xt"
|
|
535
130
|
>
|
|
536
131
|
<span
|
|
537
|
-
class="
|
|
132
|
+
class="css-b741cy"
|
|
538
133
|
>
|
|
539
134
|
Section Two
|
|
540
135
|
</span>
|
|
@@ -542,18 +137,18 @@ exports[`getServerSideProps Homepage 1`] = `
|
|
|
542
137
|
</a>
|
|
543
138
|
</span>
|
|
544
139
|
<span
|
|
545
|
-
class="
|
|
140
|
+
class="css-nch37y"
|
|
546
141
|
>
|
|
547
142
|
<a
|
|
548
143
|
aria-label="Section Three Link"
|
|
549
|
-
class="
|
|
144
|
+
class="css-71f8au"
|
|
550
145
|
href="/section-three"
|
|
551
146
|
>
|
|
552
147
|
<span
|
|
553
|
-
class="
|
|
148
|
+
class="css-7eo7xt"
|
|
554
149
|
>
|
|
555
150
|
<span
|
|
556
|
-
class="
|
|
151
|
+
class="css-b741cy"
|
|
557
152
|
>
|
|
558
153
|
Section Three
|
|
559
154
|
</span>
|
|
@@ -563,15 +158,15 @@ exports[`getServerSideProps Homepage 1`] = `
|
|
|
563
158
|
</div>
|
|
564
159
|
</div>
|
|
565
160
|
<div
|
|
566
|
-
class="
|
|
161
|
+
class="css-1k3e0au"
|
|
567
162
|
>
|
|
568
163
|
<div
|
|
569
|
-
class="
|
|
164
|
+
class="css-ecgvh"
|
|
570
165
|
>
|
|
571
166
|
<svg
|
|
572
167
|
aria-hidden="true"
|
|
573
168
|
aria-label="Mobile Menu Button"
|
|
574
|
-
class="
|
|
169
|
+
class="css-9dd1dr-EmotionIconBase ex0cdmw0"
|
|
575
170
|
data-testid="mobile-menu-btn"
|
|
576
171
|
fill="currentColor"
|
|
577
172
|
focusable="false"
|
|
@@ -596,1031 +191,65 @@ exports[`getServerSideProps Homepage 1`] = `
|
|
|
596
191
|
</div>
|
|
597
192
|
</div>
|
|
598
193
|
</div>
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
background-color: #FFFFFF;
|
|
602
|
-
}
|
|
603
|
-
}
|
|
604
|
-
|
|
605
|
-
.emotion-1 {
|
|
606
|
-
width: 100%;
|
|
607
|
-
max-width: 1920px;
|
|
608
|
-
margin: 0 auto;
|
|
609
|
-
}
|
|
610
|
-
|
|
611
|
-
.emotion-2 {
|
|
612
|
-
box-sizing: border-box;
|
|
613
|
-
-webkit-background-clip: padding-box;
|
|
614
|
-
background-clip: padding-box;
|
|
615
|
-
display: -webkit-box;
|
|
616
|
-
display: -webkit-flex;
|
|
617
|
-
display: -ms-flexbox;
|
|
618
|
-
display: flex;
|
|
619
|
-
-webkit-box-flex-wrap: wrap;
|
|
620
|
-
-webkit-flex-wrap: wrap;
|
|
621
|
-
-ms-flex-wrap: wrap;
|
|
622
|
-
flex-wrap: wrap;
|
|
623
|
-
-webkit-flex-direction: row;
|
|
624
|
-
-ms-flex-direction: row;
|
|
625
|
-
flex-direction: row;
|
|
626
|
-
}
|
|
627
|
-
|
|
628
|
-
@media screen {
|
|
629
|
-
.emotion-2 {
|
|
630
|
-
margin: -0px 0px 0 0px;
|
|
631
|
-
}
|
|
632
|
-
}
|
|
633
|
-
|
|
634
|
-
@media screen and (min-width: 480px) {
|
|
635
|
-
.emotion-2 {
|
|
636
|
-
margin: -0px 0px 0 0px;
|
|
637
|
-
}
|
|
638
|
-
}
|
|
639
|
-
|
|
640
|
-
@media screen and (min-width: 768px) {
|
|
641
|
-
.emotion-2 {
|
|
642
|
-
margin: -0px 0px 0 0px;
|
|
643
|
-
}
|
|
644
|
-
}
|
|
645
|
-
|
|
646
|
-
@media screen and (min-width: 1024px) {
|
|
647
|
-
.emotion-2 {
|
|
648
|
-
margin: -0px 0px 0 0px;
|
|
649
|
-
}
|
|
650
|
-
}
|
|
651
|
-
|
|
652
|
-
@media screen and (min-width: 1440px) {
|
|
653
|
-
.emotion-2 {
|
|
654
|
-
margin: -0px 0px 0 0px;
|
|
655
|
-
}
|
|
656
|
-
}
|
|
657
|
-
|
|
658
|
-
.emotion-3 {
|
|
659
|
-
box-sizing: border-box;
|
|
660
|
-
-webkit-background-clip: padding-box;
|
|
661
|
-
background-clip: padding-box;
|
|
662
|
-
-webkit-flex: 1 0 auto;
|
|
663
|
-
-ms-flex: 1 0 auto;
|
|
664
|
-
flex: 1 0 auto;
|
|
665
|
-
}
|
|
666
|
-
|
|
667
|
-
@media screen {
|
|
668
|
-
.emotion-3 {
|
|
669
|
-
-webkit-flex-basis: 100%;
|
|
670
|
-
-ms-flex-preferred-size: 100%;
|
|
671
|
-
flex-basis: 100%;
|
|
672
|
-
max-width: 100%;
|
|
673
|
-
}
|
|
674
|
-
}
|
|
675
|
-
|
|
676
|
-
@media screen and (min-width: 768px) {
|
|
677
|
-
.emotion-3 {
|
|
678
|
-
margin-left: 8.333333333333334%;
|
|
679
|
-
-webkit-flex-basis: 83.33333333333334%;
|
|
680
|
-
-ms-flex-preferred-size: 83.33333333333334%;
|
|
681
|
-
flex-basis: 83.33333333333334%;
|
|
682
|
-
max-width: 83.33333333333334%;
|
|
683
|
-
}
|
|
684
|
-
}
|
|
685
|
-
|
|
686
|
-
.emotion-4 {
|
|
687
|
-
margin-bottom: 40px;
|
|
688
|
-
}
|
|
689
|
-
|
|
690
|
-
.emotion-5 {
|
|
691
|
-
display: grid;
|
|
692
|
-
-webkit-column-gap: 24px;
|
|
693
|
-
column-gap: 24px;
|
|
694
|
-
}
|
|
695
|
-
|
|
696
|
-
@media screen and (max-width: 767px) {
|
|
697
|
-
.emotion-5 {
|
|
698
|
-
row-gap: 40px;
|
|
699
|
-
}
|
|
700
|
-
}
|
|
701
|
-
|
|
702
|
-
@media screen and (min-width: 768px) and (max-width: 1439px) {
|
|
703
|
-
.emotion-5 {
|
|
704
|
-
row-gap: 32px;
|
|
705
|
-
}
|
|
706
|
-
}
|
|
707
|
-
|
|
708
|
-
@media screen and (min-width: 1440px) {
|
|
709
|
-
.emotion-5 {
|
|
710
|
-
row-gap: 0;
|
|
711
|
-
}
|
|
712
|
-
}
|
|
713
|
-
|
|
714
|
-
@media screen and (min-width: 1024px) {
|
|
715
|
-
.emotion-5 {
|
|
716
|
-
grid-template-columns: 2fr 1fr;
|
|
717
|
-
}
|
|
718
|
-
}
|
|
719
|
-
|
|
720
|
-
.emotion-7 {
|
|
721
|
-
box-sizing: border-box;
|
|
722
|
-
overflow: hidden;
|
|
723
|
-
color: #2E2E2E;
|
|
724
|
-
background-color: #FFFFFF;
|
|
725
|
-
position: relative;
|
|
726
|
-
display: -webkit-box;
|
|
727
|
-
display: -webkit-flex;
|
|
728
|
-
display: -ms-flexbox;
|
|
729
|
-
display: flex;
|
|
730
|
-
-webkit-flex-direction: column;
|
|
731
|
-
-ms-flex-direction: column;
|
|
732
|
-
flex-direction: column;
|
|
733
|
-
}
|
|
734
|
-
|
|
735
|
-
.emotion-8 {
|
|
736
|
-
box-sizing: border-box;
|
|
737
|
-
display: block;
|
|
738
|
-
position: relative;
|
|
739
|
-
}
|
|
740
|
-
|
|
741
|
-
@media screen and (max-width: 767px) {
|
|
742
|
-
.emotion-8 {
|
|
743
|
-
margin-bottom: 20px;
|
|
744
|
-
}
|
|
745
|
-
}
|
|
746
|
-
|
|
747
|
-
@media screen and (min-width: 768px) {
|
|
748
|
-
.emotion-8 {
|
|
749
|
-
margin-bottom: 24px;
|
|
750
|
-
}
|
|
751
|
-
}
|
|
752
|
-
|
|
753
|
-
.emotion-9 {
|
|
754
|
-
position: relative;
|
|
755
|
-
width: 100%;
|
|
756
|
-
display: block;
|
|
757
|
-
padding-top: 0;
|
|
758
|
-
height: auto;
|
|
759
|
-
width: 100%;
|
|
760
|
-
border-radius: 0;
|
|
761
|
-
}
|
|
762
|
-
|
|
763
|
-
.emotion-10 {
|
|
764
|
-
opacity: 1;
|
|
765
|
-
display: block;
|
|
766
|
-
border-radius: inherit;
|
|
767
|
-
height: auto;
|
|
768
|
-
width: 100%;
|
|
769
|
-
-webkit-animation: fadeIn 300ms;
|
|
770
|
-
animation: fadeIn 300ms;
|
|
771
|
-
}
|
|
772
|
-
|
|
773
|
-
.emotion-11 {
|
|
774
|
-
box-sizing: border-box;
|
|
775
|
-
}
|
|
776
|
-
|
|
777
|
-
.emotion-12 {
|
|
778
|
-
box-sizing: border-box;
|
|
779
|
-
padding: 0;
|
|
780
|
-
}
|
|
781
|
-
|
|
782
|
-
.emotion-12 a:not(.nk-card-link) {
|
|
783
|
-
z-index: 2;
|
|
784
|
-
position: relative;
|
|
785
|
-
}
|
|
786
|
-
|
|
787
|
-
@media screen and (max-width: 767px) {
|
|
788
|
-
.emotion-13 {
|
|
789
|
-
margin-bottom: 20px;
|
|
790
|
-
}
|
|
791
|
-
}
|
|
792
|
-
|
|
793
|
-
@media screen and (min-width: 768px) {
|
|
794
|
-
.emotion-13 {
|
|
795
|
-
margin-bottom: 24px;
|
|
796
|
-
}
|
|
797
|
-
}
|
|
798
|
-
|
|
799
|
-
.emotion-14 {
|
|
800
|
-
-webkit-text-decoration: none;
|
|
801
|
-
text-decoration: none;
|
|
802
|
-
border: none;
|
|
803
|
-
}
|
|
804
|
-
|
|
805
|
-
.emotion-14 .nk-headline-kicker {
|
|
806
|
-
color: #3358CC;
|
|
807
|
-
}
|
|
808
|
-
|
|
809
|
-
.emotion-14:hover:not(:disabled) .nk-headline-kicker {
|
|
810
|
-
color: #2B4AAB;
|
|
811
|
-
-webkit-text-decoration: underline;
|
|
812
|
-
text-decoration: underline;
|
|
813
|
-
}
|
|
814
|
-
|
|
815
|
-
.emotion-14:active:not(:disabled) .nk-headline-kicker {
|
|
816
|
-
color: #213A82;
|
|
817
|
-
-webkit-text-decoration: underline;
|
|
818
|
-
text-decoration: underline;
|
|
819
|
-
}
|
|
820
|
-
|
|
821
|
-
.emotion-14:visited:not(:disabled) .nk-headline-kicker {
|
|
822
|
-
color: #5E44E4;
|
|
823
|
-
}
|
|
824
|
-
|
|
825
|
-
.emotion-14 .nk-headline-heading {
|
|
826
|
-
color: #2E2E2E;
|
|
827
|
-
}
|
|
828
|
-
|
|
829
|
-
.emotion-14:hover:not(:disabled) .nk-headline-heading {
|
|
830
|
-
color: #2B4AAB;
|
|
831
|
-
-webkit-text-decoration: underline;
|
|
832
|
-
text-decoration: underline;
|
|
833
|
-
}
|
|
834
|
-
|
|
835
|
-
.emotion-14:active:not(:disabled) .nk-headline-heading {
|
|
836
|
-
color: #213A82;
|
|
837
|
-
-webkit-text-decoration: underline;
|
|
838
|
-
text-decoration: underline;
|
|
839
|
-
}
|
|
840
|
-
|
|
841
|
-
.emotion-14:visited:not(:disabled) .nk-headline-heading {
|
|
842
|
-
color: #5E44E4;
|
|
843
|
-
}
|
|
844
|
-
|
|
845
|
-
.emotion-14:before {
|
|
846
|
-
content: '';
|
|
847
|
-
top: 0;
|
|
848
|
-
right: 0;
|
|
849
|
-
bottom: 0;
|
|
850
|
-
left: 0;
|
|
851
|
-
overflow: hidden;
|
|
852
|
-
position: absolute;
|
|
853
|
-
z-index: 1;
|
|
854
|
-
}
|
|
855
|
-
|
|
856
|
-
@media screen and (max-width: 767px) {
|
|
857
|
-
.emotion-15 {
|
|
858
|
-
font-family: "Bitter",serif;
|
|
859
|
-
font-size: 24px;
|
|
860
|
-
line-height: 27px;
|
|
861
|
-
font-weight: 500;
|
|
862
|
-
letter-spacing: 0;
|
|
863
|
-
padding: 0.5px 0px;
|
|
864
|
-
}
|
|
865
|
-
|
|
866
|
-
.emotion-15::before {
|
|
867
|
-
content: '';
|
|
868
|
-
margin-bottom: -0.2055em;
|
|
869
|
-
display: block;
|
|
870
|
-
}
|
|
871
|
-
|
|
872
|
-
.emotion-15::after {
|
|
873
|
-
content: '';
|
|
874
|
-
margin-top: -0.2275em;
|
|
875
|
-
display: block;
|
|
876
|
-
}
|
|
877
|
-
}
|
|
878
|
-
|
|
879
|
-
@media screen and (min-width: 768px) and (max-width: 1439px) {
|
|
880
|
-
.emotion-15 {
|
|
881
|
-
font-family: "Bitter",serif;
|
|
882
|
-
font-size: 36px;
|
|
883
|
-
line-height: 40.5px;
|
|
884
|
-
font-weight: 500;
|
|
885
|
-
letter-spacing: 0;
|
|
886
|
-
padding: 0.5px 0px;
|
|
887
|
-
}
|
|
888
|
-
|
|
889
|
-
.emotion-15::before {
|
|
890
|
-
content: '';
|
|
891
|
-
margin-bottom: -0.2055em;
|
|
892
|
-
display: block;
|
|
893
|
-
}
|
|
894
|
-
|
|
895
|
-
.emotion-15::after {
|
|
896
|
-
content: '';
|
|
897
|
-
margin-top: -0.2275em;
|
|
898
|
-
display: block;
|
|
899
|
-
}
|
|
900
|
-
}
|
|
901
|
-
|
|
902
|
-
@media screen and (min-width: 1440px) {
|
|
903
|
-
.emotion-15 {
|
|
904
|
-
font-family: "Bitter",serif;
|
|
905
|
-
font-size: 40px;
|
|
906
|
-
line-height: 45px;
|
|
907
|
-
font-weight: 500;
|
|
908
|
-
letter-spacing: 0;
|
|
909
|
-
padding: 0.5px 0px;
|
|
910
|
-
}
|
|
911
|
-
|
|
912
|
-
.emotion-15::before {
|
|
913
|
-
content: '';
|
|
914
|
-
margin-bottom: -0.2055em;
|
|
915
|
-
display: block;
|
|
916
|
-
}
|
|
917
|
-
|
|
918
|
-
.emotion-15::after {
|
|
919
|
-
content: '';
|
|
920
|
-
margin-top: -0.2275em;
|
|
921
|
-
display: block;
|
|
922
|
-
}
|
|
923
|
-
}
|
|
924
|
-
|
|
925
|
-
.emotion-16 {
|
|
926
|
-
display: inline;
|
|
927
|
-
font: inherit;
|
|
928
|
-
margin: 0;
|
|
929
|
-
color: #2E2E2E;
|
|
930
|
-
}
|
|
931
|
-
|
|
932
|
-
.emotion-16:hover:not(:disabled) {
|
|
933
|
-
color: #2B4AAB;
|
|
934
|
-
-webkit-text-decoration: underline;
|
|
935
|
-
text-decoration: underline;
|
|
936
|
-
}
|
|
937
|
-
|
|
938
|
-
.emotion-16:active:not(:disabled) {
|
|
939
|
-
color: #213A82;
|
|
940
|
-
-webkit-text-decoration: underline;
|
|
941
|
-
text-decoration: underline;
|
|
942
|
-
}
|
|
943
|
-
|
|
944
|
-
.emotion-16:visited:not(:disabled) {
|
|
945
|
-
color: #5E44E4;
|
|
946
|
-
}
|
|
947
|
-
|
|
948
|
-
.emotion-17 {
|
|
949
|
-
display: grid;
|
|
950
|
-
height: 100%;
|
|
951
|
-
}
|
|
952
|
-
|
|
953
|
-
@media screen and (max-width: 767px) {
|
|
954
|
-
.emotion-17 {
|
|
955
|
-
row-gap: 40px;
|
|
956
|
-
}
|
|
957
|
-
}
|
|
958
|
-
|
|
959
|
-
@media screen and (min-width: 768px) and (max-width: 1439px) {
|
|
960
|
-
.emotion-17 {
|
|
961
|
-
row-gap: 32px;
|
|
962
|
-
}
|
|
963
|
-
}
|
|
964
|
-
|
|
965
|
-
@media screen and (min-width: 1440px) {
|
|
966
|
-
.emotion-17 {
|
|
967
|
-
row-gap: 24px;
|
|
968
|
-
}
|
|
969
|
-
}
|
|
970
|
-
|
|
971
|
-
@media screen and (min-width: 768px) {
|
|
972
|
-
.emotion-17 {
|
|
973
|
-
-webkit-column-gap: 20px;
|
|
974
|
-
column-gap: 20px;
|
|
975
|
-
}
|
|
976
|
-
}
|
|
977
|
-
|
|
978
|
-
@media screen and (max-width: 767px) {
|
|
979
|
-
.emotion-17 {
|
|
980
|
-
grid-template-columns: 1fr;
|
|
981
|
-
}
|
|
982
|
-
}
|
|
983
|
-
|
|
984
|
-
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
|
985
|
-
.emotion-17 {
|
|
986
|
-
grid-template-columns: 1fr 1fr;
|
|
987
|
-
}
|
|
988
|
-
}
|
|
989
|
-
|
|
990
|
-
@media screen and (min-width: 1024px) {
|
|
991
|
-
.emotion-17 {
|
|
992
|
-
grid-template-columns: 1fr;
|
|
993
|
-
}
|
|
994
|
-
}
|
|
995
|
-
|
|
996
|
-
@media screen and (min-width: 1024px) {
|
|
997
|
-
.emotion-17 {
|
|
998
|
-
-webkit-box-pack: stretch;
|
|
999
|
-
-ms-flex-pack: stretch;
|
|
1000
|
-
-webkit-justify-content: stretch;
|
|
1001
|
-
justify-content: stretch;
|
|
1002
|
-
}
|
|
1003
|
-
}
|
|
1004
|
-
|
|
1005
|
-
@media screen and (min-width: 1024px) {
|
|
1006
|
-
.emotion-17 {
|
|
1007
|
-
-webkit-align-content: space-between;
|
|
1008
|
-
-ms-flex-line-pack: space-between;
|
|
1009
|
-
align-content: space-between;
|
|
1010
|
-
}
|
|
1011
|
-
}
|
|
1012
|
-
|
|
1013
|
-
.emotion-19 {
|
|
1014
|
-
box-sizing: border-box;
|
|
1015
|
-
overflow: hidden;
|
|
1016
|
-
color: #2E2E2E;
|
|
1017
|
-
background-color: #FFFFFF;
|
|
1018
|
-
position: relative;
|
|
1019
|
-
display: -webkit-box;
|
|
1020
|
-
display: -webkit-flex;
|
|
1021
|
-
display: -ms-flexbox;
|
|
1022
|
-
display: flex;
|
|
1023
|
-
-webkit-flex-direction: rowfalse;
|
|
1024
|
-
-ms-flex-direction: rowfalse;
|
|
1025
|
-
flex-direction: rowfalse;
|
|
1026
|
-
}
|
|
1027
|
-
|
|
1028
|
-
.emotion-20 {
|
|
1029
|
-
box-sizing: border-box;
|
|
1030
|
-
display: block;
|
|
1031
|
-
position: relative;
|
|
1032
|
-
-webkit-flex: 1;
|
|
1033
|
-
-ms-flex: 1;
|
|
1034
|
-
flex: 1;
|
|
1035
|
-
}
|
|
1036
|
-
|
|
1037
|
-
@media screen and (max-width: 479px) {
|
|
1038
|
-
.emotion-20 {
|
|
1039
|
-
margin-right: 16px;
|
|
1040
|
-
}
|
|
1041
|
-
}
|
|
1042
|
-
|
|
1043
|
-
@media screen and (min-width: 480px) and (max-width: 767px) {
|
|
1044
|
-
.emotion-20 {
|
|
1045
|
-
margin-right: 16px;
|
|
1046
|
-
}
|
|
1047
|
-
}
|
|
1048
|
-
|
|
1049
|
-
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
|
1050
|
-
.emotion-20 {
|
|
1051
|
-
margin-right: 24px;
|
|
1052
|
-
}
|
|
1053
|
-
}
|
|
1054
|
-
|
|
1055
|
-
@media screen and (min-width: 1024px) {
|
|
1056
|
-
.emotion-20 {
|
|
1057
|
-
margin-right: 24px;
|
|
1058
|
-
}
|
|
1059
|
-
}
|
|
1060
|
-
|
|
1061
|
-
.emotion-23 {
|
|
1062
|
-
box-sizing: border-box;
|
|
1063
|
-
display: -webkit-box;
|
|
1064
|
-
display: -webkit-flex;
|
|
1065
|
-
display: -ms-flexbox;
|
|
1066
|
-
display: flex;
|
|
1067
|
-
-webkit-flex-direction: column;
|
|
1068
|
-
-ms-flex-direction: column;
|
|
1069
|
-
flex-direction: column;
|
|
1070
|
-
-webkit-flex: 1;
|
|
1071
|
-
-ms-flex: 1;
|
|
1072
|
-
flex: 1;
|
|
1073
|
-
}
|
|
1074
|
-
|
|
1075
|
-
.emotion-24 {
|
|
1076
|
-
box-sizing: border-box;
|
|
1077
|
-
-webkit-flex: 1;
|
|
1078
|
-
-ms-flex: 1;
|
|
1079
|
-
flex: 1;
|
|
1080
|
-
padding: 0;
|
|
1081
|
-
}
|
|
1082
|
-
|
|
1083
|
-
.emotion-24 a:not(.nk-card-link) {
|
|
1084
|
-
z-index: 2;
|
|
1085
|
-
position: relative;
|
|
1086
|
-
}
|
|
1087
|
-
|
|
1088
|
-
.emotion-25 {
|
|
1089
|
-
margin-bottom: 8px;
|
|
1090
|
-
}
|
|
1091
|
-
|
|
1092
|
-
@media screen and (max-width: 479px) {
|
|
1093
|
-
.emotion-27 {
|
|
1094
|
-
font-family: "Bitter",serif;
|
|
1095
|
-
font-size: 20px;
|
|
1096
|
-
line-height: 22.5px;
|
|
1097
|
-
font-weight: 500;
|
|
1098
|
-
letter-spacing: 0;
|
|
1099
|
-
padding: 0.5px 0px;
|
|
1100
|
-
}
|
|
1101
|
-
|
|
1102
|
-
.emotion-27::before {
|
|
1103
|
-
content: '';
|
|
1104
|
-
margin-bottom: -0.2055em;
|
|
1105
|
-
display: block;
|
|
1106
|
-
}
|
|
1107
|
-
|
|
1108
|
-
.emotion-27::after {
|
|
1109
|
-
content: '';
|
|
1110
|
-
margin-top: -0.2275em;
|
|
1111
|
-
display: block;
|
|
1112
|
-
}
|
|
1113
|
-
}
|
|
1114
|
-
|
|
1115
|
-
@media screen and (min-width: 480px) and (max-width: 767px) {
|
|
1116
|
-
.emotion-27 {
|
|
1117
|
-
font-family: "Bitter",serif;
|
|
1118
|
-
font-size: 20px;
|
|
1119
|
-
line-height: 22.5px;
|
|
1120
|
-
font-weight: 500;
|
|
1121
|
-
letter-spacing: 0;
|
|
1122
|
-
padding: 0.5px 0px;
|
|
1123
|
-
}
|
|
1124
|
-
|
|
1125
|
-
.emotion-27::before {
|
|
1126
|
-
content: '';
|
|
1127
|
-
margin-bottom: -0.2055em;
|
|
1128
|
-
display: block;
|
|
1129
|
-
}
|
|
1130
|
-
|
|
1131
|
-
.emotion-27::after {
|
|
1132
|
-
content: '';
|
|
1133
|
-
margin-top: -0.2275em;
|
|
1134
|
-
display: block;
|
|
1135
|
-
}
|
|
1136
|
-
}
|
|
1137
|
-
|
|
1138
|
-
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
|
1139
|
-
.emotion-27 {
|
|
1140
|
-
font-family: "Bitter",serif;
|
|
1141
|
-
font-size: 22px;
|
|
1142
|
-
line-height: 24.75px;
|
|
1143
|
-
font-weight: 500;
|
|
1144
|
-
letter-spacing: 0;
|
|
1145
|
-
padding: 0.5px 0px;
|
|
1146
|
-
}
|
|
1147
|
-
|
|
1148
|
-
.emotion-27::before {
|
|
1149
|
-
content: '';
|
|
1150
|
-
margin-bottom: -0.2055em;
|
|
1151
|
-
display: block;
|
|
1152
|
-
}
|
|
1153
|
-
|
|
1154
|
-
.emotion-27::after {
|
|
1155
|
-
content: '';
|
|
1156
|
-
margin-top: -0.2275em;
|
|
1157
|
-
display: block;
|
|
1158
|
-
}
|
|
1159
|
-
}
|
|
1160
|
-
|
|
1161
|
-
@media screen and (min-width: 1024px) {
|
|
1162
|
-
.emotion-27 {
|
|
1163
|
-
font-family: "Bitter",serif;
|
|
1164
|
-
font-size: 28px;
|
|
1165
|
-
line-height: 31.5px;
|
|
1166
|
-
font-weight: 500;
|
|
1167
|
-
letter-spacing: 0;
|
|
1168
|
-
padding: 0.5px 0px;
|
|
1169
|
-
}
|
|
1170
|
-
|
|
1171
|
-
.emotion-27::before {
|
|
1172
|
-
content: '';
|
|
1173
|
-
margin-bottom: -0.2055em;
|
|
1174
|
-
display: block;
|
|
1175
|
-
}
|
|
1176
|
-
|
|
1177
|
-
.emotion-27::after {
|
|
1178
|
-
content: '';
|
|
1179
|
-
margin-top: -0.2275em;
|
|
1180
|
-
display: block;
|
|
1181
|
-
}
|
|
1182
|
-
}
|
|
1183
|
-
|
|
1184
|
-
.emotion-41 {
|
|
1185
|
-
display: grid;
|
|
1186
|
-
-webkit-column-gap: 24px;
|
|
1187
|
-
column-gap: 24px;
|
|
1188
|
-
}
|
|
1189
|
-
|
|
1190
|
-
@media screen and (max-width: 767px) {
|
|
1191
|
-
.emotion-41 {
|
|
1192
|
-
row-gap: 40px;
|
|
1193
|
-
}
|
|
1194
|
-
}
|
|
1195
|
-
|
|
1196
|
-
@media screen and (min-width: 768px) and (max-width: 1439px) {
|
|
1197
|
-
.emotion-41 {
|
|
1198
|
-
row-gap: 32px;
|
|
1199
|
-
}
|
|
1200
|
-
}
|
|
1201
|
-
|
|
1202
|
-
@media screen and (min-width: 1440px) {
|
|
1203
|
-
.emotion-41 {
|
|
1204
|
-
row-gap: 0;
|
|
1205
|
-
}
|
|
1206
|
-
}
|
|
1207
|
-
|
|
1208
|
-
@media screen and (max-width: 767px) {
|
|
1209
|
-
.emotion-41 {
|
|
1210
|
-
grid-template-columns: 1fr;
|
|
1211
|
-
}
|
|
1212
|
-
}
|
|
1213
|
-
|
|
1214
|
-
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
|
1215
|
-
.emotion-41 {
|
|
1216
|
-
grid-template-columns: 1fr 1fr;
|
|
1217
|
-
}
|
|
1218
|
-
}
|
|
1219
|
-
|
|
1220
|
-
@media screen and (min-width: 1024px) {
|
|
1221
|
-
.emotion-41 {
|
|
1222
|
-
grid-template-columns: 1fr 1fr 1fr 1fr;
|
|
1223
|
-
}
|
|
1224
|
-
}
|
|
1225
|
-
|
|
1226
|
-
.emotion-45 {
|
|
1227
|
-
position: relative;
|
|
1228
|
-
width: 100%;
|
|
1229
|
-
display: block;
|
|
1230
|
-
padding-top: 0;
|
|
1231
|
-
height: 0;
|
|
1232
|
-
width: 100%;
|
|
1233
|
-
border-radius: 0;
|
|
1234
|
-
background-color: #F4F4F4;
|
|
1235
|
-
}
|
|
1236
|
-
|
|
1237
|
-
.emotion-45 svg {
|
|
1238
|
-
fill: #C0C0C0;
|
|
1239
|
-
}
|
|
1240
|
-
|
|
1241
|
-
.emotion-46 {
|
|
1242
|
-
top: 0;
|
|
1243
|
-
left: 0;
|
|
1244
|
-
position: absolute;
|
|
1245
|
-
display: -webkit-box;
|
|
1246
|
-
display: -webkit-flex;
|
|
1247
|
-
display: -ms-flexbox;
|
|
1248
|
-
display: flex;
|
|
1249
|
-
-webkit-flex-direction: column;
|
|
1250
|
-
-ms-flex-direction: column;
|
|
1251
|
-
flex-direction: column;
|
|
1252
|
-
-webkit-box-pack: center;
|
|
1253
|
-
-ms-flex-pack: center;
|
|
1254
|
-
-webkit-justify-content: center;
|
|
1255
|
-
justify-content: center;
|
|
1256
|
-
width: 100%;
|
|
1257
|
-
height: 100%;
|
|
1258
|
-
margin: 0;
|
|
1259
|
-
}
|
|
1260
|
-
|
|
1261
|
-
.emotion-47 {
|
|
1262
|
-
opacity: 0;
|
|
1263
|
-
display: block;
|
|
1264
|
-
border-radius: inherit;
|
|
1265
|
-
height: auto;
|
|
1266
|
-
width: 100%;
|
|
1267
|
-
top: 0;
|
|
1268
|
-
left: 0;
|
|
1269
|
-
position: absolute;
|
|
1270
|
-
}
|
|
1271
|
-
|
|
1272
|
-
.emotion-90 {
|
|
1273
|
-
display: inline-block;
|
|
1274
|
-
transition-property: color;
|
|
1275
|
-
transition-duration: 200ms;
|
|
1276
|
-
transition-timing-function: cubic-bezier(0, 0, .5, 1);
|
|
1277
|
-
color: #3358CC;
|
|
1278
|
-
-webkit-text-decoration: none;
|
|
1279
|
-
text-decoration: none;
|
|
1280
|
-
}
|
|
1281
|
-
|
|
1282
|
-
.emotion-90 svg {
|
|
1283
|
-
fill: #3358CC;
|
|
1284
|
-
}
|
|
1285
|
-
|
|
1286
|
-
.emotion-90:hover:not(:disabled) {
|
|
1287
|
-
color: #2B4AAB;
|
|
1288
|
-
-webkit-text-decoration: underline;
|
|
1289
|
-
text-decoration: underline;
|
|
1290
|
-
}
|
|
1291
|
-
|
|
1292
|
-
.emotion-90:hover:not(:disabled) svg {
|
|
1293
|
-
fill: #2B4AAB;
|
|
1294
|
-
}
|
|
1295
|
-
|
|
1296
|
-
.emotion-90:active:not(:disabled) {
|
|
1297
|
-
color: #213A82;
|
|
1298
|
-
-webkit-text-decoration: underline;
|
|
1299
|
-
text-decoration: underline;
|
|
1300
|
-
}
|
|
1301
|
-
|
|
1302
|
-
.emotion-90:active:not(:disabled) svg {
|
|
1303
|
-
fill: #213A82;
|
|
1304
|
-
}
|
|
1305
|
-
|
|
1306
|
-
.emotion-91 {
|
|
1307
|
-
display: -webkit-box;
|
|
1308
|
-
display: -webkit-flex;
|
|
1309
|
-
display: -ms-flexbox;
|
|
1310
|
-
display: flex;
|
|
1311
|
-
height: 100%;
|
|
1312
|
-
-webkit-align-items: center;
|
|
1313
|
-
-webkit-box-align: center;
|
|
1314
|
-
-ms-flex-align: center;
|
|
1315
|
-
align-items: center;
|
|
1316
|
-
-webkit-flex-direction: row;
|
|
1317
|
-
-ms-flex-direction: row;
|
|
1318
|
-
flex-direction: row;
|
|
1319
|
-
-webkit-box-pack: start;
|
|
1320
|
-
-ms-flex-pack: start;
|
|
1321
|
-
-webkit-justify-content: flex-start;
|
|
1322
|
-
justify-content: flex-start;
|
|
1323
|
-
}
|
|
1324
|
-
|
|
1325
|
-
.emotion-92 {
|
|
1326
|
-
margin: 0;
|
|
1327
|
-
font-family: "Poppins",sans-serif;
|
|
1328
|
-
font-size: 14px;
|
|
1329
|
-
line-height: 21px;
|
|
1330
|
-
font-weight: 500;
|
|
1331
|
-
letter-spacing: 0;
|
|
1332
|
-
padding: 0.5px 0px;
|
|
1333
|
-
display: inline-block;
|
|
1334
|
-
display: block;
|
|
1335
|
-
}
|
|
1336
|
-
|
|
1337
|
-
.emotion-92::before {
|
|
1338
|
-
content: '';
|
|
1339
|
-
margin-bottom: -0.403em;
|
|
1340
|
-
display: block;
|
|
1341
|
-
}
|
|
1342
|
-
|
|
1343
|
-
.emotion-92::after {
|
|
1344
|
-
content: '';
|
|
1345
|
-
margin-top: -0.4em;
|
|
1346
|
-
display: block;
|
|
1347
|
-
}
|
|
1348
|
-
|
|
1349
|
-
.emotion-111 {
|
|
1350
|
-
position: relative;
|
|
1351
|
-
width: 100%;
|
|
1352
|
-
display: block;
|
|
1353
|
-
padding-top: 56%;
|
|
1354
|
-
height: 0;
|
|
1355
|
-
width: 100%;
|
|
1356
|
-
border-radius: 0;
|
|
1357
|
-
background-color: #F4F4F4;
|
|
1358
|
-
}
|
|
1359
|
-
|
|
1360
|
-
.emotion-111 svg {
|
|
1361
|
-
fill: #C0C0C0;
|
|
1362
|
-
}
|
|
1363
|
-
|
|
1364
|
-
.emotion-118 {
|
|
1365
|
-
display: inline;
|
|
1366
|
-
font: inherit;
|
|
1367
|
-
margin: 0;
|
|
1368
|
-
color: #0A0A0A;
|
|
1369
|
-
}
|
|
1370
|
-
|
|
1371
|
-
.emotion-118 svg {
|
|
1372
|
-
fill: #0A0A0A;
|
|
1373
|
-
}
|
|
1374
|
-
|
|
1375
|
-
.emotion-123 {
|
|
1376
|
-
position: relative;
|
|
1377
|
-
width: 100%;
|
|
1378
|
-
display: block;
|
|
1379
|
-
padding-top: 66%;
|
|
1380
|
-
height: 0;
|
|
1381
|
-
width: 100%;
|
|
1382
|
-
border-radius: 0;
|
|
1383
|
-
background-color: #F4F4F4;
|
|
1384
|
-
}
|
|
1385
|
-
|
|
1386
|
-
.emotion-123 svg {
|
|
1387
|
-
fill: #C0C0C0;
|
|
1388
|
-
}
|
|
1389
|
-
|
|
1390
|
-
.emotion-143 {
|
|
1391
|
-
display: grid;
|
|
1392
|
-
-webkit-column-gap: 24px;
|
|
1393
|
-
column-gap: 24px;
|
|
1394
|
-
}
|
|
1395
|
-
|
|
1396
|
-
@media screen and (max-width: 767px) {
|
|
1397
|
-
.emotion-143 {
|
|
1398
|
-
row-gap: 40px;
|
|
1399
|
-
}
|
|
1400
|
-
}
|
|
1401
|
-
|
|
1402
|
-
@media screen and (min-width: 768px) and (max-width: 1439px) {
|
|
1403
|
-
.emotion-143 {
|
|
1404
|
-
row-gap: 32px;
|
|
1405
|
-
}
|
|
1406
|
-
}
|
|
1407
|
-
|
|
1408
|
-
@media screen and (min-width: 1440px) {
|
|
1409
|
-
.emotion-143 {
|
|
1410
|
-
row-gap: 0;
|
|
1411
|
-
}
|
|
1412
|
-
}
|
|
1413
|
-
|
|
1414
|
-
@media screen and (max-width: 767px) {
|
|
1415
|
-
.emotion-143 {
|
|
1416
|
-
grid-template-columns: 1fr;
|
|
1417
|
-
}
|
|
1418
|
-
}
|
|
1419
|
-
|
|
1420
|
-
@media screen and (min-width: 768px) {
|
|
1421
|
-
.emotion-143 {
|
|
1422
|
-
grid-template-columns: 1fr 1fr;
|
|
1423
|
-
}
|
|
1424
|
-
}
|
|
1425
|
-
|
|
1426
|
-
.emotion-146 {
|
|
1427
|
-
box-sizing: border-box;
|
|
1428
|
-
display: block;
|
|
1429
|
-
position: relative;
|
|
1430
|
-
margin-bottom: 20px;
|
|
1431
|
-
}
|
|
1432
|
-
|
|
1433
|
-
.emotion-152 {
|
|
1434
|
-
margin-bottom: 20px;
|
|
1435
|
-
}
|
|
1436
|
-
|
|
1437
|
-
@media screen and (max-width: 767px) {
|
|
1438
|
-
.emotion-154 {
|
|
1439
|
-
font-family: "Bitter",serif;
|
|
1440
|
-
font-size: 20px;
|
|
1441
|
-
line-height: 22.5px;
|
|
1442
|
-
font-weight: 500;
|
|
1443
|
-
letter-spacing: 0;
|
|
1444
|
-
padding: 0.5px 0px;
|
|
1445
|
-
}
|
|
1446
|
-
|
|
1447
|
-
.emotion-154::before {
|
|
1448
|
-
content: '';
|
|
1449
|
-
margin-bottom: -0.2055em;
|
|
1450
|
-
display: block;
|
|
1451
|
-
}
|
|
1452
|
-
|
|
1453
|
-
.emotion-154::after {
|
|
1454
|
-
content: '';
|
|
1455
|
-
margin-top: -0.2275em;
|
|
1456
|
-
display: block;
|
|
1457
|
-
}
|
|
1458
|
-
}
|
|
1459
|
-
|
|
1460
|
-
@media screen and (min-width: 768px) and (max-width: 1439px) {
|
|
1461
|
-
.emotion-154 {
|
|
1462
|
-
font-family: "Bitter",serif;
|
|
1463
|
-
font-size: 22px;
|
|
1464
|
-
line-height: 24.75px;
|
|
1465
|
-
font-weight: 500;
|
|
1466
|
-
letter-spacing: 0;
|
|
1467
|
-
padding: 0.5px 0px;
|
|
1468
|
-
}
|
|
1469
|
-
|
|
1470
|
-
.emotion-154::before {
|
|
1471
|
-
content: '';
|
|
1472
|
-
margin-bottom: -0.2055em;
|
|
1473
|
-
display: block;
|
|
1474
|
-
}
|
|
1475
|
-
|
|
1476
|
-
.emotion-154::after {
|
|
1477
|
-
content: '';
|
|
1478
|
-
margin-top: -0.2275em;
|
|
1479
|
-
display: block;
|
|
1480
|
-
}
|
|
1481
|
-
}
|
|
1482
|
-
|
|
1483
|
-
@media screen and (min-width: 1440px) {
|
|
1484
|
-
.emotion-154 {
|
|
1485
|
-
font-family: "Bitter",serif;
|
|
1486
|
-
font-size: 24px;
|
|
1487
|
-
line-height: 27px;
|
|
1488
|
-
font-weight: 500;
|
|
1489
|
-
letter-spacing: 0;
|
|
1490
|
-
padding: 0.5px 0px;
|
|
1491
|
-
}
|
|
1492
|
-
|
|
1493
|
-
.emotion-154::before {
|
|
1494
|
-
content: '';
|
|
1495
|
-
margin-bottom: -0.2055em;
|
|
1496
|
-
display: block;
|
|
1497
|
-
}
|
|
1498
|
-
|
|
1499
|
-
.emotion-154::after {
|
|
1500
|
-
content: '';
|
|
1501
|
-
margin-top: -0.2275em;
|
|
1502
|
-
display: block;
|
|
1503
|
-
}
|
|
1504
|
-
}
|
|
1505
|
-
|
|
1506
|
-
.emotion-156 {
|
|
1507
|
-
margin-bottom: 12px;
|
|
1508
|
-
}
|
|
1509
|
-
|
|
1510
|
-
.emotion-157 {
|
|
1511
|
-
margin: 0;
|
|
1512
|
-
color: #0A0A0A;
|
|
1513
|
-
}
|
|
1514
|
-
|
|
1515
|
-
.emotion-157 svg {
|
|
1516
|
-
fill: #0A0A0A;
|
|
1517
|
-
}
|
|
1518
|
-
|
|
1519
|
-
@media screen and (max-width: 767px) {
|
|
1520
|
-
.emotion-157 {
|
|
1521
|
-
font-family: "DM Sans",sans-serif;
|
|
1522
|
-
font-size: 14px;
|
|
1523
|
-
line-height: 21px;
|
|
1524
|
-
font-weight: 400;
|
|
1525
|
-
letter-spacing: 0;
|
|
1526
|
-
padding: 0.5px 0px;
|
|
1527
|
-
}
|
|
1528
|
-
|
|
1529
|
-
.emotion-157::before {
|
|
1530
|
-
content: '';
|
|
1531
|
-
margin-bottom: -0.391em;
|
|
1532
|
-
display: block;
|
|
1533
|
-
}
|
|
1534
|
-
|
|
1535
|
-
.emotion-157::after {
|
|
1536
|
-
content: '';
|
|
1537
|
-
margin-top: -0.409em;
|
|
1538
|
-
display: block;
|
|
1539
|
-
}
|
|
1540
|
-
}
|
|
1541
|
-
|
|
1542
|
-
@media screen and (min-width: 768px) {
|
|
1543
|
-
.emotion-157 {
|
|
1544
|
-
font-family: "DM Sans",sans-serif;
|
|
1545
|
-
font-size: 16px;
|
|
1546
|
-
line-height: 24px;
|
|
1547
|
-
font-weight: 400;
|
|
1548
|
-
letter-spacing: 0;
|
|
1549
|
-
padding: 0.5px 0px;
|
|
1550
|
-
}
|
|
1551
|
-
|
|
1552
|
-
.emotion-157::before {
|
|
1553
|
-
content: '';
|
|
1554
|
-
margin-bottom: -0.391em;
|
|
1555
|
-
display: block;
|
|
1556
|
-
}
|
|
1557
|
-
|
|
1558
|
-
.emotion-157::after {
|
|
1559
|
-
content: '';
|
|
1560
|
-
margin-top: -0.409em;
|
|
1561
|
-
display: block;
|
|
1562
|
-
}
|
|
1563
|
-
}
|
|
1564
|
-
|
|
1565
|
-
<div
|
|
1566
|
-
class="emotion-0"
|
|
194
|
+
<div
|
|
195
|
+
class="css-1ce0b49"
|
|
1567
196
|
>
|
|
1568
197
|
<div
|
|
1569
|
-
class="
|
|
198
|
+
class="css-8atxkm"
|
|
1570
199
|
>
|
|
1571
200
|
<div
|
|
1572
|
-
class="
|
|
201
|
+
class="css-1eslldr"
|
|
1573
202
|
data-testid="SectionGrid"
|
|
1574
203
|
>
|
|
1575
204
|
<div
|
|
1576
|
-
class="
|
|
205
|
+
class="css-1c1wp9z"
|
|
1577
206
|
data-testid="SectionCell"
|
|
1578
207
|
>
|
|
1579
208
|
<div
|
|
1580
|
-
class="
|
|
209
|
+
class="css-1t4e7f6"
|
|
1581
210
|
/>
|
|
1582
211
|
<div
|
|
1583
|
-
class="
|
|
212
|
+
class="css-1u38jm6"
|
|
1584
213
|
data-testid="SUPPLEMENT_LEAD_AND_4_STACK-Grid"
|
|
1585
214
|
>
|
|
1586
215
|
<div
|
|
1587
|
-
class="
|
|
216
|
+
class="css-151qm6o"
|
|
1588
217
|
data-testid="featureVerticalCell"
|
|
1589
218
|
>
|
|
1590
219
|
<div
|
|
1591
|
-
class="
|
|
220
|
+
class="css-syq769"
|
|
1592
221
|
>
|
|
1593
222
|
<div
|
|
1594
|
-
class="
|
|
223
|
+
class="css-1ku19cs"
|
|
1595
224
|
>
|
|
1596
225
|
<picture
|
|
1597
|
-
class="
|
|
226
|
+
class="css-iq6vim"
|
|
1598
227
|
>
|
|
1599
228
|
<img
|
|
1600
229
|
alt=""
|
|
1601
|
-
class="
|
|
230
|
+
class="css-ssxt4f"
|
|
1602
231
|
src=""
|
|
1603
232
|
/>
|
|
1604
233
|
</picture>
|
|
1605
234
|
</div>
|
|
1606
235
|
<div
|
|
1607
|
-
class="
|
|
236
|
+
class="css-1shocxe"
|
|
1608
237
|
>
|
|
1609
238
|
<div
|
|
1610
|
-
class="
|
|
239
|
+
class="css-1a2irou"
|
|
1611
240
|
>
|
|
1612
241
|
<div
|
|
1613
|
-
class="
|
|
242
|
+
class="css-1hcm6l"
|
|
1614
243
|
>
|
|
1615
244
|
<a
|
|
1616
|
-
class="nk-card-link
|
|
245
|
+
class="nk-card-link css-1cq1vxv"
|
|
1617
246
|
href="catagory-one/demo-1/test-headline"
|
|
1618
247
|
>
|
|
1619
248
|
<section
|
|
1620
|
-
class="
|
|
249
|
+
class="css-kxmtg8"
|
|
1621
250
|
>
|
|
1622
251
|
<h3
|
|
1623
|
-
class="nk-headline-heading
|
|
252
|
+
class="nk-headline-heading css-10swdqn"
|
|
1624
253
|
>
|
|
1625
254
|
test headline
|
|
1626
255
|
</h3>
|
|
@@ -1632,46 +261,46 @@ exports[`getServerSideProps Homepage 1`] = `
|
|
|
1632
261
|
</div>
|
|
1633
262
|
</div>
|
|
1634
263
|
<div
|
|
1635
|
-
class="
|
|
264
|
+
class="css-7644f"
|
|
1636
265
|
>
|
|
1637
266
|
<div
|
|
1638
|
-
class="
|
|
267
|
+
class="css-151qm6o"
|
|
1639
268
|
data-testid="titleVerticalCell-0"
|
|
1640
269
|
>
|
|
1641
270
|
<div
|
|
1642
|
-
class="
|
|
271
|
+
class="css-51dsvu"
|
|
1643
272
|
>
|
|
1644
273
|
<div
|
|
1645
|
-
class="
|
|
274
|
+
class="css-fv6m0t"
|
|
1646
275
|
>
|
|
1647
276
|
<picture
|
|
1648
|
-
class="
|
|
277
|
+
class="css-iq6vim"
|
|
1649
278
|
>
|
|
1650
279
|
<img
|
|
1651
280
|
alt=""
|
|
1652
|
-
class="
|
|
281
|
+
class="css-ssxt4f"
|
|
1653
282
|
src=""
|
|
1654
283
|
/>
|
|
1655
284
|
</picture>
|
|
1656
285
|
</div>
|
|
1657
286
|
<div
|
|
1658
|
-
class="
|
|
287
|
+
class="css-1r2lt0d"
|
|
1659
288
|
>
|
|
1660
289
|
<div
|
|
1661
|
-
class="
|
|
290
|
+
class="css-bw3bp5"
|
|
1662
291
|
>
|
|
1663
292
|
<div
|
|
1664
|
-
class="
|
|
293
|
+
class="css-vj2a37"
|
|
1665
294
|
>
|
|
1666
295
|
<a
|
|
1667
|
-
class="nk-card-link
|
|
296
|
+
class="nk-card-link css-1cq1vxv"
|
|
1668
297
|
href="catagory-two/demo-2/test-headline-2"
|
|
1669
298
|
>
|
|
1670
299
|
<section
|
|
1671
|
-
class="
|
|
300
|
+
class="css-75k513"
|
|
1672
301
|
>
|
|
1673
302
|
<h3
|
|
1674
|
-
class="nk-headline-heading
|
|
303
|
+
class="nk-headline-heading css-10swdqn"
|
|
1675
304
|
>
|
|
1676
305
|
test headline 2
|
|
1677
306
|
</h3>
|
|
@@ -1683,43 +312,43 @@ exports[`getServerSideProps Homepage 1`] = `
|
|
|
1683
312
|
</div>
|
|
1684
313
|
</div>
|
|
1685
314
|
<div
|
|
1686
|
-
class="
|
|
315
|
+
class="css-151qm6o"
|
|
1687
316
|
data-testid="titleVerticalCell-1"
|
|
1688
317
|
>
|
|
1689
318
|
<div
|
|
1690
|
-
class="
|
|
319
|
+
class="css-51dsvu"
|
|
1691
320
|
>
|
|
1692
321
|
<div
|
|
1693
|
-
class="
|
|
322
|
+
class="css-fv6m0t"
|
|
1694
323
|
>
|
|
1695
324
|
<picture
|
|
1696
|
-
class="
|
|
325
|
+
class="css-iq6vim"
|
|
1697
326
|
>
|
|
1698
327
|
<img
|
|
1699
328
|
alt=""
|
|
1700
|
-
class="
|
|
329
|
+
class="css-ssxt4f"
|
|
1701
330
|
src=""
|
|
1702
331
|
/>
|
|
1703
332
|
</picture>
|
|
1704
333
|
</div>
|
|
1705
334
|
<div
|
|
1706
|
-
class="
|
|
335
|
+
class="css-1r2lt0d"
|
|
1707
336
|
>
|
|
1708
337
|
<div
|
|
1709
|
-
class="
|
|
338
|
+
class="css-bw3bp5"
|
|
1710
339
|
>
|
|
1711
340
|
<div
|
|
1712
|
-
class="
|
|
341
|
+
class="css-vj2a37"
|
|
1713
342
|
>
|
|
1714
343
|
<a
|
|
1715
|
-
class="nk-card-link
|
|
344
|
+
class="nk-card-link css-1cq1vxv"
|
|
1716
345
|
href="catagory-three/demo-3/test-headline-3"
|
|
1717
346
|
>
|
|
1718
347
|
<section
|
|
1719
|
-
class="
|
|
348
|
+
class="css-75k513"
|
|
1720
349
|
>
|
|
1721
350
|
<h3
|
|
1722
|
-
class="nk-headline-heading
|
|
351
|
+
class="nk-headline-heading css-10swdqn"
|
|
1723
352
|
>
|
|
1724
353
|
test headline 3
|
|
1725
354
|
</h3>
|
|
@@ -1733,53 +362,53 @@ exports[`getServerSideProps Homepage 1`] = `
|
|
|
1733
362
|
</div>
|
|
1734
363
|
</div>
|
|
1735
364
|
<div
|
|
1736
|
-
class="
|
|
365
|
+
class="css-1t4e7f6"
|
|
1737
366
|
/>
|
|
1738
367
|
<div
|
|
1739
|
-
class="
|
|
368
|
+
class="css-1qhyrcz"
|
|
1740
369
|
data-testid="SECONDARY_4-Grid"
|
|
1741
370
|
>
|
|
1742
371
|
<div
|
|
1743
|
-
class="
|
|
372
|
+
class="css-151qm6o"
|
|
1744
373
|
data-testid="titleTeaserVertical-0"
|
|
1745
374
|
>
|
|
1746
375
|
<div
|
|
1747
|
-
class="
|
|
376
|
+
class="css-51dsvu"
|
|
1748
377
|
>
|
|
1749
378
|
<div
|
|
1750
|
-
class="
|
|
379
|
+
class="css-fv6m0t"
|
|
1751
380
|
>
|
|
1752
381
|
<picture
|
|
1753
|
-
class="
|
|
382
|
+
class="css-1tors5"
|
|
1754
383
|
>
|
|
1755
384
|
<div
|
|
1756
|
-
class="
|
|
385
|
+
class="css-5pczz7"
|
|
1757
386
|
/>
|
|
1758
387
|
<img
|
|
1759
388
|
alt="image alt"
|
|
1760
|
-
class="
|
|
389
|
+
class="css-1qgqq71"
|
|
1761
390
|
src="https://www.thesun.co.uk/wp-content/uploads/2022/03/SPORT-PREVIEW-Amadou-Onana-to-WHU.jpg?strip=all&w=620&h=413&crop=1"
|
|
1762
391
|
/>
|
|
1763
392
|
</picture>
|
|
1764
393
|
</div>
|
|
1765
394
|
<div
|
|
1766
|
-
class="
|
|
395
|
+
class="css-1r2lt0d"
|
|
1767
396
|
>
|
|
1768
397
|
<div
|
|
1769
|
-
class="
|
|
398
|
+
class="css-bw3bp5"
|
|
1770
399
|
>
|
|
1771
400
|
<div
|
|
1772
|
-
class="
|
|
401
|
+
class="css-vj2a37"
|
|
1773
402
|
>
|
|
1774
403
|
<a
|
|
1775
|
-
class="nk-card-link
|
|
404
|
+
class="nk-card-link css-1cq1vxv"
|
|
1776
405
|
href="catagory-one/demo-1/test-headline"
|
|
1777
406
|
>
|
|
1778
407
|
<section
|
|
1779
|
-
class="
|
|
408
|
+
class="css-75k513"
|
|
1780
409
|
>
|
|
1781
410
|
<h3
|
|
1782
|
-
class="nk-headline-heading
|
|
411
|
+
class="nk-headline-heading css-10swdqn"
|
|
1783
412
|
>
|
|
1784
413
|
test headline
|
|
1785
414
|
</h3>
|
|
@@ -1791,46 +420,46 @@ exports[`getServerSideProps Homepage 1`] = `
|
|
|
1791
420
|
</div>
|
|
1792
421
|
</div>
|
|
1793
422
|
<div
|
|
1794
|
-
class="
|
|
423
|
+
class="css-151qm6o"
|
|
1795
424
|
data-testid="titleTeaserVertical-1"
|
|
1796
425
|
>
|
|
1797
426
|
<div
|
|
1798
|
-
class="
|
|
427
|
+
class="css-51dsvu"
|
|
1799
428
|
>
|
|
1800
429
|
<div
|
|
1801
|
-
class="
|
|
430
|
+
class="css-fv6m0t"
|
|
1802
431
|
>
|
|
1803
432
|
<picture
|
|
1804
|
-
class="
|
|
433
|
+
class="css-1tors5"
|
|
1805
434
|
>
|
|
1806
435
|
<div
|
|
1807
|
-
class="
|
|
436
|
+
class="css-5pczz7"
|
|
1808
437
|
/>
|
|
1809
438
|
<img
|
|
1810
439
|
alt="image alt 2"
|
|
1811
|
-
class="
|
|
440
|
+
class="css-1qgqq71"
|
|
1812
441
|
src="https://www.thesun.co.uk/wp-content/uploads/2022/03/SPORT-PREVIEW-Amadou-Onana-to-WHU.jpg?strip=all&w=620&h=413&crop=1"
|
|
1813
442
|
/>
|
|
1814
443
|
</picture>
|
|
1815
444
|
</div>
|
|
1816
445
|
<div
|
|
1817
|
-
class="
|
|
446
|
+
class="css-1r2lt0d"
|
|
1818
447
|
>
|
|
1819
448
|
<div
|
|
1820
|
-
class="
|
|
449
|
+
class="css-bw3bp5"
|
|
1821
450
|
>
|
|
1822
451
|
<div
|
|
1823
|
-
class="
|
|
452
|
+
class="css-vj2a37"
|
|
1824
453
|
>
|
|
1825
454
|
<a
|
|
1826
|
-
class="nk-card-link
|
|
455
|
+
class="nk-card-link css-1cq1vxv"
|
|
1827
456
|
href="catagory-two/demo-2/test-headline-2"
|
|
1828
457
|
>
|
|
1829
458
|
<section
|
|
1830
|
-
class="
|
|
459
|
+
class="css-75k513"
|
|
1831
460
|
>
|
|
1832
461
|
<h3
|
|
1833
|
-
class="nk-headline-heading
|
|
462
|
+
class="nk-headline-heading css-10swdqn"
|
|
1834
463
|
>
|
|
1835
464
|
test headline 2
|
|
1836
465
|
</h3>
|
|
@@ -1842,43 +471,43 @@ exports[`getServerSideProps Homepage 1`] = `
|
|
|
1842
471
|
</div>
|
|
1843
472
|
</div>
|
|
1844
473
|
<div
|
|
1845
|
-
class="
|
|
474
|
+
class="css-151qm6o"
|
|
1846
475
|
data-testid="titleTeaserVertical-2"
|
|
1847
476
|
>
|
|
1848
477
|
<div
|
|
1849
|
-
class="
|
|
478
|
+
class="css-51dsvu"
|
|
1850
479
|
>
|
|
1851
480
|
<div
|
|
1852
|
-
class="
|
|
481
|
+
class="css-fv6m0t"
|
|
1853
482
|
>
|
|
1854
483
|
<picture
|
|
1855
|
-
class="
|
|
484
|
+
class="css-iq6vim"
|
|
1856
485
|
>
|
|
1857
486
|
<img
|
|
1858
487
|
alt=""
|
|
1859
|
-
class="
|
|
488
|
+
class="css-ssxt4f"
|
|
1860
489
|
src=""
|
|
1861
490
|
/>
|
|
1862
491
|
</picture>
|
|
1863
492
|
</div>
|
|
1864
493
|
<div
|
|
1865
|
-
class="
|
|
494
|
+
class="css-1r2lt0d"
|
|
1866
495
|
>
|
|
1867
496
|
<div
|
|
1868
|
-
class="
|
|
497
|
+
class="css-bw3bp5"
|
|
1869
498
|
>
|
|
1870
499
|
<div
|
|
1871
|
-
class="
|
|
500
|
+
class="css-vj2a37"
|
|
1872
501
|
>
|
|
1873
502
|
<a
|
|
1874
|
-
class="nk-card-link
|
|
503
|
+
class="nk-card-link css-1cq1vxv"
|
|
1875
504
|
href="catagory-three/demo-3/test-headline-3"
|
|
1876
505
|
>
|
|
1877
506
|
<section
|
|
1878
|
-
class="
|
|
507
|
+
class="css-75k513"
|
|
1879
508
|
>
|
|
1880
509
|
<h3
|
|
1881
|
-
class="nk-headline-heading
|
|
510
|
+
class="nk-headline-heading css-10swdqn"
|
|
1882
511
|
>
|
|
1883
512
|
test headline 3
|
|
1884
513
|
</h3>
|
|
@@ -1890,46 +519,46 @@ exports[`getServerSideProps Homepage 1`] = `
|
|
|
1890
519
|
</div>
|
|
1891
520
|
</div>
|
|
1892
521
|
<div
|
|
1893
|
-
class="
|
|
522
|
+
class="css-151qm6o"
|
|
1894
523
|
data-testid="titleTeaserVertical-3"
|
|
1895
524
|
>
|
|
1896
525
|
<div
|
|
1897
|
-
class="
|
|
526
|
+
class="css-51dsvu"
|
|
1898
527
|
>
|
|
1899
528
|
<div
|
|
1900
|
-
class="
|
|
529
|
+
class="css-fv6m0t"
|
|
1901
530
|
>
|
|
1902
531
|
<picture
|
|
1903
|
-
class="
|
|
532
|
+
class="css-1tors5"
|
|
1904
533
|
>
|
|
1905
534
|
<div
|
|
1906
|
-
class="
|
|
535
|
+
class="css-5pczz7"
|
|
1907
536
|
/>
|
|
1908
537
|
<img
|
|
1909
538
|
alt="image alt 3"
|
|
1910
|
-
class="
|
|
539
|
+
class="css-1qgqq71"
|
|
1911
540
|
src="https://www.thesun.co.uk/wp-content/uploads/2022/03/SPORT-PREVIEW-Amadou-Onana-to-WHU.jpg?strip=all&w=620&h=413&crop=1"
|
|
1912
541
|
/>
|
|
1913
542
|
</picture>
|
|
1914
543
|
</div>
|
|
1915
544
|
<div
|
|
1916
|
-
class="
|
|
545
|
+
class="css-1r2lt0d"
|
|
1917
546
|
>
|
|
1918
547
|
<div
|
|
1919
|
-
class="
|
|
548
|
+
class="css-bw3bp5"
|
|
1920
549
|
>
|
|
1921
550
|
<div
|
|
1922
|
-
class="
|
|
551
|
+
class="css-vj2a37"
|
|
1923
552
|
>
|
|
1924
553
|
<a
|
|
1925
|
-
class="nk-card-link
|
|
554
|
+
class="nk-card-link css-1cq1vxv"
|
|
1926
555
|
href="catagory-four/demo-4/test-headline-4"
|
|
1927
556
|
>
|
|
1928
557
|
<section
|
|
1929
|
-
class="
|
|
558
|
+
class="css-75k513"
|
|
1930
559
|
>
|
|
1931
560
|
<h3
|
|
1932
|
-
class="nk-headline-heading
|
|
561
|
+
class="nk-headline-heading css-10swdqn"
|
|
1933
562
|
>
|
|
1934
563
|
test headline 4
|
|
1935
564
|
</h3>
|
|
@@ -1942,7 +571,7 @@ exports[`getServerSideProps Homepage 1`] = `
|
|
|
1942
571
|
</div>
|
|
1943
572
|
</div>
|
|
1944
573
|
<div
|
|
1945
|
-
class="
|
|
574
|
+
class="css-1t4e7f6"
|
|
1946
575
|
/>
|
|
1947
576
|
<div
|
|
1948
577
|
class="LEAD_1_AND_1"
|
|
@@ -1952,14 +581,14 @@ exports[`getServerSideProps Homepage 1`] = `
|
|
|
1952
581
|
</h2>
|
|
1953
582
|
<p>
|
|
1954
583
|
<a
|
|
1955
|
-
class="
|
|
584
|
+
class="css-te0m4d"
|
|
1956
585
|
href="/catagory-one/demo-1/test-headline"
|
|
1957
586
|
>
|
|
1958
587
|
<span
|
|
1959
|
-
class="
|
|
588
|
+
class="css-7eo7xt"
|
|
1960
589
|
>
|
|
1961
590
|
<span
|
|
1962
|
-
class="
|
|
591
|
+
class="css-1l5ehtz"
|
|
1963
592
|
>
|
|
1964
593
|
test headline
|
|
1965
594
|
</span>
|
|
@@ -1968,14 +597,14 @@ exports[`getServerSideProps Homepage 1`] = `
|
|
|
1968
597
|
</p>
|
|
1969
598
|
<p>
|
|
1970
599
|
<a
|
|
1971
|
-
class="
|
|
600
|
+
class="css-te0m4d"
|
|
1972
601
|
href="/catagory-two/demo-2/test-headline-2"
|
|
1973
602
|
>
|
|
1974
603
|
<span
|
|
1975
|
-
class="
|
|
604
|
+
class="css-7eo7xt"
|
|
1976
605
|
>
|
|
1977
606
|
<span
|
|
1978
|
-
class="
|
|
607
|
+
class="css-1l5ehtz"
|
|
1979
608
|
>
|
|
1980
609
|
test headline 2
|
|
1981
610
|
</span>
|
|
@@ -1984,7 +613,7 @@ exports[`getServerSideProps Homepage 1`] = `
|
|
|
1984
613
|
</p>
|
|
1985
614
|
</div>
|
|
1986
615
|
<div
|
|
1987
|
-
class="
|
|
616
|
+
class="css-1t4e7f6"
|
|
1988
617
|
/>
|
|
1989
618
|
<div
|
|
1990
619
|
class="LEAD_1_AND_1"
|
|
@@ -1994,14 +623,14 @@ exports[`getServerSideProps Homepage 1`] = `
|
|
|
1994
623
|
</h2>
|
|
1995
624
|
<p>
|
|
1996
625
|
<a
|
|
1997
|
-
class="
|
|
626
|
+
class="css-te0m4d"
|
|
1998
627
|
href="/uncategorized"
|
|
1999
628
|
>
|
|
2000
629
|
<span
|
|
2001
|
-
class="
|
|
630
|
+
class="css-7eo7xt"
|
|
2002
631
|
>
|
|
2003
632
|
<span
|
|
2004
|
-
class="
|
|
633
|
+
class="css-1l5ehtz"
|
|
2005
634
|
>
|
|
2006
635
|
TODO - External Reference
|
|
2007
636
|
</span>
|
|
@@ -2010,14 +639,14 @@ exports[`getServerSideProps Homepage 1`] = `
|
|
|
2010
639
|
</p>
|
|
2011
640
|
<p>
|
|
2012
641
|
<a
|
|
2013
|
-
class="
|
|
642
|
+
class="css-te0m4d"
|
|
2014
643
|
href="/uncategorized"
|
|
2015
644
|
>
|
|
2016
645
|
<span
|
|
2017
|
-
class="
|
|
646
|
+
class="css-7eo7xt"
|
|
2018
647
|
>
|
|
2019
648
|
<span
|
|
2020
|
-
class="
|
|
649
|
+
class="css-1l5ehtz"
|
|
2021
650
|
>
|
|
2022
651
|
TODO - Video
|
|
2023
652
|
</span>
|
|
@@ -2026,14 +655,14 @@ exports[`getServerSideProps Homepage 1`] = `
|
|
|
2026
655
|
</p>
|
|
2027
656
|
<p>
|
|
2028
657
|
<a
|
|
2029
|
-
class="
|
|
658
|
+
class="css-te0m4d"
|
|
2030
659
|
href="/uncategorized"
|
|
2031
660
|
>
|
|
2032
661
|
<span
|
|
2033
|
-
class="
|
|
662
|
+
class="css-7eo7xt"
|
|
2034
663
|
>
|
|
2035
664
|
<span
|
|
2036
|
-
class="
|
|
665
|
+
class="css-1l5ehtz"
|
|
2037
666
|
>
|
|
2038
667
|
Unknown slice block - something
|
|
2039
668
|
</span>
|
|
@@ -2042,48 +671,48 @@ exports[`getServerSideProps Homepage 1`] = `
|
|
|
2042
671
|
</p>
|
|
2043
672
|
</div>
|
|
2044
673
|
<div
|
|
2045
|
-
class="
|
|
674
|
+
class="css-1t4e7f6"
|
|
2046
675
|
/>
|
|
2047
676
|
<div
|
|
2048
|
-
class="
|
|
677
|
+
class="css-1u38jm6"
|
|
2049
678
|
data-testid="SUPPLEMENT_LEAD_AND_4_STACK-Grid"
|
|
2050
679
|
>
|
|
2051
680
|
<div
|
|
2052
|
-
class="
|
|
681
|
+
class="css-151qm6o"
|
|
2053
682
|
data-testid="featureVerticalCell"
|
|
2054
683
|
>
|
|
2055
684
|
<div
|
|
2056
|
-
class="
|
|
685
|
+
class="css-syq769"
|
|
2057
686
|
>
|
|
2058
687
|
<div
|
|
2059
|
-
class="
|
|
688
|
+
class="css-1ku19cs"
|
|
2060
689
|
>
|
|
2061
690
|
<picture
|
|
2062
|
-
class="
|
|
691
|
+
class="css-1runu6d"
|
|
2063
692
|
>
|
|
2064
693
|
<div
|
|
2065
|
-
class="
|
|
694
|
+
class="css-5pczz7"
|
|
2066
695
|
/>
|
|
2067
696
|
<img
|
|
2068
|
-
class="
|
|
697
|
+
class="css-1qgqq71"
|
|
2069
698
|
src="https://plchldr.co/i/802x451?bg=F0F0F0&fc=111111&text=img"
|
|
2070
699
|
/>
|
|
2071
700
|
</picture>
|
|
2072
701
|
</div>
|
|
2073
702
|
<div
|
|
2074
|
-
class="
|
|
703
|
+
class="css-1shocxe"
|
|
2075
704
|
>
|
|
2076
705
|
<div
|
|
2077
|
-
class="
|
|
706
|
+
class="css-1a2irou"
|
|
2078
707
|
>
|
|
2079
708
|
<div
|
|
2080
|
-
class="
|
|
709
|
+
class="css-1hcm6l"
|
|
2081
710
|
>
|
|
2082
711
|
<section
|
|
2083
|
-
class="
|
|
712
|
+
class="css-kxmtg8"
|
|
2084
713
|
>
|
|
2085
714
|
<h3
|
|
2086
|
-
class="nk-headline-heading
|
|
715
|
+
class="nk-headline-heading css-5gd387"
|
|
2087
716
|
>
|
|
2088
717
|
TODO - External Reference
|
|
2089
718
|
</h3>
|
|
@@ -2094,44 +723,44 @@ exports[`getServerSideProps Homepage 1`] = `
|
|
|
2094
723
|
</div>
|
|
2095
724
|
</div>
|
|
2096
725
|
<div
|
|
2097
|
-
class="
|
|
726
|
+
class="css-7644f"
|
|
2098
727
|
>
|
|
2099
728
|
<div
|
|
2100
|
-
class="
|
|
729
|
+
class="css-151qm6o"
|
|
2101
730
|
data-testid="titleVerticalCell-0"
|
|
2102
731
|
>
|
|
2103
732
|
<div
|
|
2104
|
-
class="
|
|
733
|
+
class="css-51dsvu"
|
|
2105
734
|
>
|
|
2106
735
|
<div
|
|
2107
|
-
class="
|
|
736
|
+
class="css-fv6m0t"
|
|
2108
737
|
>
|
|
2109
738
|
<picture
|
|
2110
|
-
class="
|
|
739
|
+
class="css-1t36qhh"
|
|
2111
740
|
>
|
|
2112
741
|
<div
|
|
2113
|
-
class="
|
|
742
|
+
class="css-5pczz7"
|
|
2114
743
|
/>
|
|
2115
744
|
<img
|
|
2116
|
-
class="
|
|
745
|
+
class="css-1qgqq71"
|
|
2117
746
|
src="https://plchldr.co/i/802x451?bg=F0F0F0&fc=111111&text=img"
|
|
2118
747
|
/>
|
|
2119
748
|
</picture>
|
|
2120
749
|
</div>
|
|
2121
750
|
<div
|
|
2122
|
-
class="
|
|
751
|
+
class="css-1r2lt0d"
|
|
2123
752
|
>
|
|
2124
753
|
<div
|
|
2125
|
-
class="
|
|
754
|
+
class="css-bw3bp5"
|
|
2126
755
|
>
|
|
2127
756
|
<div
|
|
2128
|
-
class="
|
|
757
|
+
class="css-vj2a37"
|
|
2129
758
|
>
|
|
2130
759
|
<section
|
|
2131
|
-
class="
|
|
760
|
+
class="css-75k513"
|
|
2132
761
|
>
|
|
2133
762
|
<h3
|
|
2134
|
-
class="nk-headline-heading
|
|
763
|
+
class="nk-headline-heading css-5gd387"
|
|
2135
764
|
>
|
|
2136
765
|
TODO - Video
|
|
2137
766
|
</h3>
|
|
@@ -2142,41 +771,41 @@ exports[`getServerSideProps Homepage 1`] = `
|
|
|
2142
771
|
</div>
|
|
2143
772
|
</div>
|
|
2144
773
|
<div
|
|
2145
|
-
class="
|
|
774
|
+
class="css-151qm6o"
|
|
2146
775
|
data-testid="titleVerticalCell-1"
|
|
2147
776
|
>
|
|
2148
777
|
<div
|
|
2149
|
-
class="
|
|
778
|
+
class="css-51dsvu"
|
|
2150
779
|
>
|
|
2151
780
|
<div
|
|
2152
|
-
class="
|
|
781
|
+
class="css-fv6m0t"
|
|
2153
782
|
>
|
|
2154
783
|
<picture
|
|
2155
|
-
class="
|
|
784
|
+
class="css-1t36qhh"
|
|
2156
785
|
>
|
|
2157
786
|
<div
|
|
2158
|
-
class="
|
|
787
|
+
class="css-5pczz7"
|
|
2159
788
|
/>
|
|
2160
789
|
<img
|
|
2161
|
-
class="
|
|
790
|
+
class="css-1qgqq71"
|
|
2162
791
|
src="https://plchldr.co/i/802x451?bg=F0F0F0&fc=111111&text=img"
|
|
2163
792
|
/>
|
|
2164
793
|
</picture>
|
|
2165
794
|
</div>
|
|
2166
795
|
<div
|
|
2167
|
-
class="
|
|
796
|
+
class="css-1r2lt0d"
|
|
2168
797
|
>
|
|
2169
798
|
<div
|
|
2170
|
-
class="
|
|
799
|
+
class="css-bw3bp5"
|
|
2171
800
|
>
|
|
2172
801
|
<div
|
|
2173
|
-
class="
|
|
802
|
+
class="css-vj2a37"
|
|
2174
803
|
>
|
|
2175
804
|
<section
|
|
2176
|
-
class="
|
|
805
|
+
class="css-75k513"
|
|
2177
806
|
>
|
|
2178
807
|
<h3
|
|
2179
|
-
class="nk-headline-heading
|
|
808
|
+
class="nk-headline-heading css-5gd387"
|
|
2180
809
|
>
|
|
2181
810
|
Unknown slice block - something
|
|
2182
811
|
</h3>
|
|
@@ -2189,53 +818,53 @@ exports[`getServerSideProps Homepage 1`] = `
|
|
|
2189
818
|
</div>
|
|
2190
819
|
</div>
|
|
2191
820
|
<div
|
|
2192
|
-
class="
|
|
821
|
+
class="css-1t4e7f6"
|
|
2193
822
|
/>
|
|
2194
823
|
<div
|
|
2195
|
-
class="
|
|
824
|
+
class="css-1u4ep79"
|
|
2196
825
|
data-testid="SECONDARY_2_AND_2-Grid"
|
|
2197
826
|
>
|
|
2198
827
|
<div
|
|
2199
|
-
class="
|
|
828
|
+
class="css-151qm6o"
|
|
2200
829
|
data-testid="titleTeaserVertical-0"
|
|
2201
830
|
>
|
|
2202
831
|
<div
|
|
2203
|
-
class="
|
|
832
|
+
class="css-syq769"
|
|
2204
833
|
>
|
|
2205
834
|
<div
|
|
2206
|
-
class="
|
|
835
|
+
class="css-m79op6"
|
|
2207
836
|
>
|
|
2208
837
|
<picture
|
|
2209
|
-
class="
|
|
838
|
+
class="css-1tors5"
|
|
2210
839
|
>
|
|
2211
840
|
<div
|
|
2212
|
-
class="
|
|
841
|
+
class="css-5pczz7"
|
|
2213
842
|
/>
|
|
2214
843
|
<img
|
|
2215
844
|
alt="image alt"
|
|
2216
|
-
class="
|
|
845
|
+
class="css-1qgqq71"
|
|
2217
846
|
src="https://www.thesun.co.uk/wp-content/uploads/2022/03/SPORT-PREVIEW-Amadou-Onana-to-WHU.jpg?strip=all&w=620&h=413&crop=1"
|
|
2218
847
|
/>
|
|
2219
848
|
</picture>
|
|
2220
849
|
</div>
|
|
2221
850
|
<div
|
|
2222
|
-
class="
|
|
851
|
+
class="css-1shocxe"
|
|
2223
852
|
>
|
|
2224
853
|
<div
|
|
2225
|
-
class="
|
|
854
|
+
class="css-1a2irou"
|
|
2226
855
|
>
|
|
2227
856
|
<div
|
|
2228
|
-
class="
|
|
857
|
+
class="css-6e1vry"
|
|
2229
858
|
>
|
|
2230
859
|
<a
|
|
2231
|
-
class="nk-card-link
|
|
860
|
+
class="nk-card-link css-1cq1vxv"
|
|
2232
861
|
href="catagory-one/demo-1/test-headline"
|
|
2233
862
|
>
|
|
2234
863
|
<section
|
|
2235
|
-
class="
|
|
864
|
+
class="css-zs57uu"
|
|
2236
865
|
>
|
|
2237
866
|
<h3
|
|
2238
|
-
class="nk-headline-heading
|
|
867
|
+
class="nk-headline-heading css-10swdqn"
|
|
2239
868
|
>
|
|
2240
869
|
test headline
|
|
2241
870
|
</h3>
|
|
@@ -2243,10 +872,10 @@ exports[`getServerSideProps Homepage 1`] = `
|
|
|
2243
872
|
</a>
|
|
2244
873
|
</div>
|
|
2245
874
|
<div
|
|
2246
|
-
class="
|
|
875
|
+
class="css-1nj1cp8"
|
|
2247
876
|
>
|
|
2248
877
|
<p
|
|
2249
|
-
class="
|
|
878
|
+
class="css-1t9lxz1"
|
|
2250
879
|
>
|
|
2251
880
|
teaser test text
|
|
2252
881
|
</p>
|
|
@@ -2256,46 +885,46 @@ exports[`getServerSideProps Homepage 1`] = `
|
|
|
2256
885
|
</div>
|
|
2257
886
|
</div>
|
|
2258
887
|
<div
|
|
2259
|
-
class="
|
|
888
|
+
class="css-151qm6o"
|
|
2260
889
|
data-testid="titleTeaserVertical-1"
|
|
2261
890
|
>
|
|
2262
891
|
<div
|
|
2263
|
-
class="
|
|
892
|
+
class="css-syq769"
|
|
2264
893
|
>
|
|
2265
894
|
<div
|
|
2266
|
-
class="
|
|
895
|
+
class="css-m79op6"
|
|
2267
896
|
>
|
|
2268
897
|
<picture
|
|
2269
|
-
class="
|
|
898
|
+
class="css-1tors5"
|
|
2270
899
|
>
|
|
2271
900
|
<div
|
|
2272
|
-
class="
|
|
901
|
+
class="css-5pczz7"
|
|
2273
902
|
/>
|
|
2274
903
|
<img
|
|
2275
904
|
alt="image alt 2"
|
|
2276
|
-
class="
|
|
905
|
+
class="css-1qgqq71"
|
|
2277
906
|
src="https://www.thesun.co.uk/wp-content/uploads/2022/03/SPORT-PREVIEW-Amadou-Onana-to-WHU.jpg?strip=all&w=620&h=413&crop=1"
|
|
2278
907
|
/>
|
|
2279
908
|
</picture>
|
|
2280
909
|
</div>
|
|
2281
910
|
<div
|
|
2282
|
-
class="
|
|
911
|
+
class="css-1shocxe"
|
|
2283
912
|
>
|
|
2284
913
|
<div
|
|
2285
|
-
class="
|
|
914
|
+
class="css-1a2irou"
|
|
2286
915
|
>
|
|
2287
916
|
<div
|
|
2288
|
-
class="
|
|
917
|
+
class="css-6e1vry"
|
|
2289
918
|
>
|
|
2290
919
|
<a
|
|
2291
|
-
class="nk-card-link
|
|
920
|
+
class="nk-card-link css-1cq1vxv"
|
|
2292
921
|
href="catagory-one/demo-2/test-headline-2"
|
|
2293
922
|
>
|
|
2294
923
|
<section
|
|
2295
|
-
class="
|
|
924
|
+
class="css-zs57uu"
|
|
2296
925
|
>
|
|
2297
926
|
<h3
|
|
2298
|
-
class="nk-headline-heading
|
|
927
|
+
class="nk-headline-heading css-10swdqn"
|
|
2299
928
|
>
|
|
2300
929
|
test headline 2
|
|
2301
930
|
</h3>
|
|
@@ -2303,10 +932,10 @@ exports[`getServerSideProps Homepage 1`] = `
|
|
|
2303
932
|
</a>
|
|
2304
933
|
</div>
|
|
2305
934
|
<div
|
|
2306
|
-
class="
|
|
935
|
+
class="css-1nj1cp8"
|
|
2307
936
|
>
|
|
2308
937
|
<p
|
|
2309
|
-
class="
|
|
938
|
+
class="css-1t9lxz1"
|
|
2310
939
|
>
|
|
2311
940
|
teaser test text 2
|
|
2312
941
|
</p>
|
|
@@ -2317,265 +946,31 @@ exports[`getServerSideProps Homepage 1`] = `
|
|
|
2317
946
|
</div>
|
|
2318
947
|
</div>
|
|
2319
948
|
<div
|
|
2320
|
-
class="
|
|
949
|
+
class="css-1t4e7f6"
|
|
2321
950
|
/>
|
|
2322
951
|
</div>
|
|
2323
952
|
</div>
|
|
2324
953
|
</div>
|
|
2325
954
|
</div>
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
width: 100%;
|
|
2329
|
-
bottom: 0;
|
|
2330
|
-
display: block;
|
|
2331
|
-
padding: 12px;
|
|
2332
|
-
}
|
|
2333
|
-
|
|
2334
|
-
.emotion-1 {
|
|
2335
|
-
width: 100%;
|
|
2336
|
-
max-width: 1920px;
|
|
2337
|
-
margin: 0 auto;
|
|
2338
|
-
}
|
|
2339
|
-
|
|
2340
|
-
.emotion-2 {
|
|
2341
|
-
box-sizing: border-box;
|
|
2342
|
-
-webkit-background-clip: padding-box;
|
|
2343
|
-
background-clip: padding-box;
|
|
2344
|
-
display: -webkit-box;
|
|
2345
|
-
display: -webkit-flex;
|
|
2346
|
-
display: -ms-flexbox;
|
|
2347
|
-
display: flex;
|
|
2348
|
-
-webkit-box-flex-wrap: wrap;
|
|
2349
|
-
-webkit-flex-wrap: wrap;
|
|
2350
|
-
-ms-flex-wrap: wrap;
|
|
2351
|
-
flex-wrap: wrap;
|
|
2352
|
-
-webkit-flex-direction: row;
|
|
2353
|
-
-ms-flex-direction: row;
|
|
2354
|
-
flex-direction: row;
|
|
2355
|
-
}
|
|
2356
|
-
|
|
2357
|
-
@media screen {
|
|
2358
|
-
.emotion-2 {
|
|
2359
|
-
margin: -0px 8px 0 8px;
|
|
2360
|
-
}
|
|
2361
|
-
}
|
|
2362
|
-
|
|
2363
|
-
@media screen and (min-width: 480px) {
|
|
2364
|
-
.emotion-2 {
|
|
2365
|
-
margin: -0px 8px 0 8px;
|
|
2366
|
-
}
|
|
2367
|
-
}
|
|
2368
|
-
|
|
2369
|
-
@media screen and (min-width: 768px) {
|
|
2370
|
-
.emotion-2 {
|
|
2371
|
-
margin: -0px 16px 0 16px;
|
|
2372
|
-
}
|
|
2373
|
-
}
|
|
2374
|
-
|
|
2375
|
-
@media screen and (min-width: 1024px) {
|
|
2376
|
-
.emotion-2 {
|
|
2377
|
-
margin: -0px 16px 0 16px;
|
|
2378
|
-
}
|
|
2379
|
-
}
|
|
2380
|
-
|
|
2381
|
-
@media screen and (min-width: 1440px) {
|
|
2382
|
-
.emotion-2 {
|
|
2383
|
-
margin: -0px 16px 0 16px;
|
|
2384
|
-
}
|
|
2385
|
-
}
|
|
2386
|
-
|
|
2387
|
-
.emotion-3 {
|
|
2388
|
-
box-sizing: border-box;
|
|
2389
|
-
-webkit-background-clip: padding-box;
|
|
2390
|
-
background-clip: padding-box;
|
|
2391
|
-
-webkit-flex: 1 0 auto;
|
|
2392
|
-
-ms-flex: 1 0 auto;
|
|
2393
|
-
flex: 1 0 auto;
|
|
2394
|
-
}
|
|
2395
|
-
|
|
2396
|
-
@media screen {
|
|
2397
|
-
.emotion-3 {
|
|
2398
|
-
padding: 0 8px;
|
|
2399
|
-
-webkit-flex-basis: 100%;
|
|
2400
|
-
-ms-flex-preferred-size: 100%;
|
|
2401
|
-
flex-basis: 100%;
|
|
2402
|
-
max-width: 100%;
|
|
2403
|
-
}
|
|
2404
|
-
}
|
|
2405
|
-
|
|
2406
|
-
.emotion-4 {
|
|
2407
|
-
margin-bottom: 12px;
|
|
2408
|
-
}
|
|
2409
|
-
|
|
2410
|
-
.emotion-5 {
|
|
2411
|
-
display: inline-block;
|
|
2412
|
-
fill: #FFFFFF;
|
|
2413
|
-
color: #FFFFFF;
|
|
2414
|
-
width: 160px;
|
|
2415
|
-
}
|
|
2416
|
-
|
|
2417
|
-
.emotion-7 {
|
|
2418
|
-
border-width: 0px;
|
|
2419
|
-
margin: 0;
|
|
2420
|
-
width: 100%;
|
|
2421
|
-
}
|
|
2422
|
-
|
|
2423
|
-
.emotion-8 {
|
|
2424
|
-
display: -webkit-box;
|
|
2425
|
-
display: -webkit-flex;
|
|
2426
|
-
display: -ms-flexbox;
|
|
2427
|
-
display: flex;
|
|
2428
|
-
-webkit-box-flex-flow: row wrap;
|
|
2429
|
-
-webkit-flex-flow: row wrap;
|
|
2430
|
-
-ms-flex-flow: row wrap;
|
|
2431
|
-
flex-flow: row wrap;
|
|
2432
|
-
-webkit-box-pack: justify;
|
|
2433
|
-
-webkit-justify-content: space-between;
|
|
2434
|
-
justify-content: space-between;
|
|
2435
|
-
-webkit-flex-direction: column;
|
|
2436
|
-
-ms-flex-direction: column;
|
|
2437
|
-
flex-direction: column;
|
|
2438
|
-
margin-bottom: 24px;
|
|
2439
|
-
}
|
|
2440
|
-
|
|
2441
|
-
@media screen and (min-width: 768px) {
|
|
2442
|
-
.emotion-8 {
|
|
2443
|
-
-webkit-box-pack: start;
|
|
2444
|
-
-ms-flex-pack: start;
|
|
2445
|
-
-webkit-justify-content: flex-start;
|
|
2446
|
-
justify-content: flex-start;
|
|
2447
|
-
-webkit-flex-direction: row;
|
|
2448
|
-
-ms-flex-direction: row;
|
|
2449
|
-
flex-direction: row;
|
|
2450
|
-
}
|
|
2451
|
-
}
|
|
2452
|
-
|
|
2453
|
-
.emotion-9 {
|
|
2454
|
-
margin-bottom: 16px;
|
|
2455
|
-
}
|
|
2456
|
-
|
|
2457
|
-
@media screen and (max-width: 767px) {
|
|
2458
|
-
.emotion-9 {
|
|
2459
|
-
margin-right: 0;
|
|
2460
|
-
}
|
|
2461
|
-
}
|
|
2462
|
-
|
|
2463
|
-
@media screen and (min-width: 768px) {
|
|
2464
|
-
.emotion-9 {
|
|
2465
|
-
margin-right: 64px;
|
|
2466
|
-
}
|
|
2467
|
-
}
|
|
2468
|
-
|
|
2469
|
-
.emotion-10 {
|
|
2470
|
-
display: inline-block;
|
|
2471
|
-
transition-property: color;
|
|
2472
|
-
transition-duration: 200ms;
|
|
2473
|
-
transition-timing-function: cubic-bezier(0, 0, .5, 1);
|
|
2474
|
-
color: #FFFFFF;
|
|
2475
|
-
-webkit-text-decoration: none;
|
|
2476
|
-
text-decoration: none;
|
|
2477
|
-
}
|
|
2478
|
-
|
|
2479
|
-
.emotion-10 svg {
|
|
2480
|
-
fill: #FFFFFF;
|
|
2481
|
-
}
|
|
2482
|
-
|
|
2483
|
-
.emotion-10:hover:not(:disabled) {
|
|
2484
|
-
color: #FFFFFF;
|
|
2485
|
-
-webkit-text-decoration: underline;
|
|
2486
|
-
text-decoration: underline;
|
|
2487
|
-
}
|
|
2488
|
-
|
|
2489
|
-
.emotion-10:hover:not(:disabled) svg {
|
|
2490
|
-
fill: #FFFFFF;
|
|
2491
|
-
}
|
|
2492
|
-
|
|
2493
|
-
.emotion-10:active:not(:disabled) {
|
|
2494
|
-
color: #FFFFFF;
|
|
2495
|
-
-webkit-text-decoration: underline;
|
|
2496
|
-
text-decoration: underline;
|
|
2497
|
-
}
|
|
2498
|
-
|
|
2499
|
-
.emotion-10:active:not(:disabled) svg {
|
|
2500
|
-
fill: #FFFFFF;
|
|
2501
|
-
}
|
|
2502
|
-
|
|
2503
|
-
.emotion-11 {
|
|
2504
|
-
display: -webkit-box;
|
|
2505
|
-
display: -webkit-flex;
|
|
2506
|
-
display: -ms-flexbox;
|
|
2507
|
-
display: flex;
|
|
2508
|
-
height: 100%;
|
|
2509
|
-
-webkit-align-items: center;
|
|
2510
|
-
-webkit-box-align: center;
|
|
2511
|
-
-ms-flex-align: center;
|
|
2512
|
-
align-items: center;
|
|
2513
|
-
-webkit-flex-direction: row;
|
|
2514
|
-
-ms-flex-direction: row;
|
|
2515
|
-
flex-direction: row;
|
|
2516
|
-
-webkit-box-pack: start;
|
|
2517
|
-
-ms-flex-pack: start;
|
|
2518
|
-
-webkit-justify-content: flex-start;
|
|
2519
|
-
justify-content: flex-start;
|
|
2520
|
-
}
|
|
2521
|
-
|
|
2522
|
-
.emotion-12 {
|
|
2523
|
-
margin: 0;
|
|
2524
|
-
font-family: "DM Sans",sans-serif;
|
|
2525
|
-
font-size: 14px;
|
|
2526
|
-
line-height: 21px;
|
|
2527
|
-
font-weight: 500;
|
|
2528
|
-
letter-spacing: 0;
|
|
2529
|
-
padding: 0.5px 0px;
|
|
2530
|
-
display: inline-block;
|
|
2531
|
-
display: block;
|
|
2532
|
-
}
|
|
2533
|
-
|
|
2534
|
-
.emotion-12::before {
|
|
2535
|
-
content: '';
|
|
2536
|
-
margin-bottom: -0.391em;
|
|
2537
|
-
display: block;
|
|
2538
|
-
}
|
|
2539
|
-
|
|
2540
|
-
.emotion-12::after {
|
|
2541
|
-
content: '';
|
|
2542
|
-
margin-top: -0.409em;
|
|
2543
|
-
display: block;
|
|
2544
|
-
}
|
|
2545
|
-
|
|
2546
|
-
.emotion-35 {
|
|
2547
|
-
margin: 0;
|
|
2548
|
-
color: #535353;
|
|
2549
|
-
font-family: "DM Sans",sans-serif;
|
|
2550
|
-
font-size: 14px;
|
|
2551
|
-
line-height: 1.5;
|
|
2552
|
-
font-weight: 500;
|
|
2553
|
-
letter-spacing: 0;
|
|
2554
|
-
}
|
|
2555
|
-
|
|
2556
|
-
.emotion-35 svg {
|
|
2557
|
-
fill: #535353;
|
|
2558
|
-
}
|
|
2559
|
-
|
|
2560
|
-
<div
|
|
2561
|
-
class="emotion-0"
|
|
955
|
+
<div
|
|
956
|
+
class="css-1p8e12n"
|
|
2562
957
|
>
|
|
2563
958
|
<div
|
|
2564
|
-
class="
|
|
959
|
+
class="css-8atxkm"
|
|
2565
960
|
>
|
|
2566
961
|
<div
|
|
2567
|
-
class="
|
|
962
|
+
class="css-1w88buo"
|
|
2568
963
|
data-testid="PageLayout"
|
|
2569
964
|
>
|
|
2570
965
|
<div
|
|
2571
|
-
class="
|
|
966
|
+
class="css-18d6eiw"
|
|
2572
967
|
data-testid="PageLayout"
|
|
2573
968
|
>
|
|
2574
969
|
<div
|
|
2575
|
-
class="
|
|
970
|
+
class="css-1nj1cp8"
|
|
2576
971
|
>
|
|
2577
972
|
<svg
|
|
2578
|
-
class="
|
|
973
|
+
class="css-kgdu16"
|
|
2579
974
|
height="48px"
|
|
2580
975
|
viewBox="0 0 244 40"
|
|
2581
976
|
>
|
|
@@ -2599,30 +994,30 @@ exports[`getServerSideProps Homepage 1`] = `
|
|
|
2599
994
|
</svg>
|
|
2600
995
|
</div>
|
|
2601
996
|
<div
|
|
2602
|
-
class="
|
|
997
|
+
class="css-1nj1cp8"
|
|
2603
998
|
>
|
|
2604
999
|
<hr
|
|
2605
1000
|
aria-hidden="true"
|
|
2606
|
-
class="
|
|
1001
|
+
class="css-ucwznq"
|
|
2607
1002
|
data-testid="divider"
|
|
2608
1003
|
/>
|
|
2609
1004
|
</div>
|
|
2610
1005
|
<div
|
|
2611
|
-
class="
|
|
1006
|
+
class="css-hx18jh"
|
|
2612
1007
|
>
|
|
2613
1008
|
<span
|
|
2614
|
-
class="
|
|
1009
|
+
class="css-zkhuqg"
|
|
2615
1010
|
>
|
|
2616
1011
|
<a
|
|
2617
1012
|
aria-label="NavLink One"
|
|
2618
|
-
class="
|
|
1013
|
+
class="css-71f8au"
|
|
2619
1014
|
href="/link-one"
|
|
2620
1015
|
>
|
|
2621
1016
|
<span
|
|
2622
|
-
class="
|
|
1017
|
+
class="css-7eo7xt"
|
|
2623
1018
|
>
|
|
2624
1019
|
<span
|
|
2625
|
-
class="
|
|
1020
|
+
class="css-b741cy"
|
|
2626
1021
|
>
|
|
2627
1022
|
NavLink One
|
|
2628
1023
|
</span>
|
|
@@ -2630,18 +1025,18 @@ exports[`getServerSideProps Homepage 1`] = `
|
|
|
2630
1025
|
</a>
|
|
2631
1026
|
</span>
|
|
2632
1027
|
<span
|
|
2633
|
-
class="
|
|
1028
|
+
class="css-zkhuqg"
|
|
2634
1029
|
>
|
|
2635
1030
|
<a
|
|
2636
1031
|
aria-label="NavLink Two"
|
|
2637
|
-
class="
|
|
1032
|
+
class="css-71f8au"
|
|
2638
1033
|
href="/link-two"
|
|
2639
1034
|
>
|
|
2640
1035
|
<span
|
|
2641
|
-
class="
|
|
1036
|
+
class="css-7eo7xt"
|
|
2642
1037
|
>
|
|
2643
1038
|
<span
|
|
2644
|
-
class="
|
|
1039
|
+
class="css-b741cy"
|
|
2645
1040
|
>
|
|
2646
1041
|
NavLink Two
|
|
2647
1042
|
</span>
|
|
@@ -2649,18 +1044,18 @@ exports[`getServerSideProps Homepage 1`] = `
|
|
|
2649
1044
|
</a>
|
|
2650
1045
|
</span>
|
|
2651
1046
|
<span
|
|
2652
|
-
class="
|
|
1047
|
+
class="css-zkhuqg"
|
|
2653
1048
|
>
|
|
2654
1049
|
<a
|
|
2655
1050
|
aria-label="NavLink Three"
|
|
2656
|
-
class="
|
|
1051
|
+
class="css-71f8au"
|
|
2657
1052
|
href="/link-three"
|
|
2658
1053
|
>
|
|
2659
1054
|
<span
|
|
2660
|
-
class="
|
|
1055
|
+
class="css-7eo7xt"
|
|
2661
1056
|
>
|
|
2662
1057
|
<span
|
|
2663
|
-
class="
|
|
1058
|
+
class="css-b741cy"
|
|
2664
1059
|
>
|
|
2665
1060
|
NavLink Three
|
|
2666
1061
|
</span>
|
|
@@ -2668,18 +1063,18 @@ exports[`getServerSideProps Homepage 1`] = `
|
|
|
2668
1063
|
</a>
|
|
2669
1064
|
</span>
|
|
2670
1065
|
<span
|
|
2671
|
-
class="
|
|
1066
|
+
class="css-zkhuqg"
|
|
2672
1067
|
>
|
|
2673
1068
|
<a
|
|
2674
1069
|
aria-label="NavLink Four"
|
|
2675
|
-
class="
|
|
1070
|
+
class="css-71f8au"
|
|
2676
1071
|
href="/link-four"
|
|
2677
1072
|
>
|
|
2678
1073
|
<span
|
|
2679
|
-
class="
|
|
1074
|
+
class="css-7eo7xt"
|
|
2680
1075
|
>
|
|
2681
1076
|
<span
|
|
2682
|
-
class="
|
|
1077
|
+
class="css-b741cy"
|
|
2683
1078
|
>
|
|
2684
1079
|
NavLink Four
|
|
2685
1080
|
</span>
|
|
@@ -2687,18 +1082,18 @@ exports[`getServerSideProps Homepage 1`] = `
|
|
|
2687
1082
|
</a>
|
|
2688
1083
|
</span>
|
|
2689
1084
|
<span
|
|
2690
|
-
class="
|
|
1085
|
+
class="css-zkhuqg"
|
|
2691
1086
|
>
|
|
2692
1087
|
<a
|
|
2693
1088
|
aria-label="NavLink Five"
|
|
2694
|
-
class="
|
|
1089
|
+
class="css-71f8au"
|
|
2695
1090
|
href="/link-five"
|
|
2696
1091
|
>
|
|
2697
1092
|
<span
|
|
2698
|
-
class="
|
|
1093
|
+
class="css-7eo7xt"
|
|
2699
1094
|
>
|
|
2700
1095
|
<span
|
|
2701
|
-
class="
|
|
1096
|
+
class="css-b741cy"
|
|
2702
1097
|
>
|
|
2703
1098
|
NavLink Five
|
|
2704
1099
|
</span>
|
|
@@ -2706,18 +1101,18 @@ exports[`getServerSideProps Homepage 1`] = `
|
|
|
2706
1101
|
</a>
|
|
2707
1102
|
</span>
|
|
2708
1103
|
<span
|
|
2709
|
-
class="
|
|
1104
|
+
class="css-zkhuqg"
|
|
2710
1105
|
>
|
|
2711
1106
|
<a
|
|
2712
1107
|
aria-label="NavLink Six"
|
|
2713
|
-
class="
|
|
1108
|
+
class="css-71f8au"
|
|
2714
1109
|
href="/link-six"
|
|
2715
1110
|
>
|
|
2716
1111
|
<span
|
|
2717
|
-
class="
|
|
1112
|
+
class="css-7eo7xt"
|
|
2718
1113
|
>
|
|
2719
1114
|
<span
|
|
2720
|
-
class="
|
|
1115
|
+
class="css-b741cy"
|
|
2721
1116
|
>
|
|
2722
1117
|
NavLink Six
|
|
2723
1118
|
</span>
|
|
@@ -2726,16 +1121,16 @@ exports[`getServerSideProps Homepage 1`] = `
|
|
|
2726
1121
|
</span>
|
|
2727
1122
|
</div>
|
|
2728
1123
|
<div
|
|
2729
|
-
class="
|
|
1124
|
+
class="css-1nj1cp8"
|
|
2730
1125
|
>
|
|
2731
1126
|
<hr
|
|
2732
1127
|
aria-hidden="true"
|
|
2733
|
-
class="
|
|
1128
|
+
class="css-ucwznq"
|
|
2734
1129
|
data-testid="divider"
|
|
2735
1130
|
/>
|
|
2736
1131
|
</div>
|
|
2737
1132
|
<p
|
|
2738
|
-
class="
|
|
1133
|
+
class="css-1rn2unv"
|
|
2739
1134
|
>
|
|
2740
1135
|
Copyright © YYYY News Corp. All rights reserved.
|
|
2741
1136
|
</p>
|