@comicrelief/component-library 8.51.3 → 8.51.5

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.
Files changed (45) hide show
  1. package/dist/components/Molecules/CTA/CTAMultiCard/CTAMultiCard.js +11 -6
  2. package/dist/components/Molecules/CTA/CTAMultiCard/CTAMultiCard.md +4 -4
  3. package/dist/components/Molecules/CTA/CTAMultiCard/CTAMultiCard.style.js +41 -22
  4. package/dist/components/Molecules/CTA/CTAMultiCard/CTAMultiCard.test.js +0 -1
  5. package/dist/components/Molecules/CTA/CTAMultiCard/__snapshots__/CTAMultiCard.test.js.snap +996 -2653
  6. package/dist/components/Molecules/CTA/CTASingleCard/CTASingleCard.js +9 -4
  7. package/dist/components/Molecules/CTA/CTASingleCard/CTASingleCard.md +10 -10
  8. package/dist/components/Molecules/CTA/CTASingleCard/CTASingleCard.style.js +16 -6
  9. package/dist/components/Molecules/CTA/CTASingleCard/CTASingleCard.test.js +2 -0
  10. package/dist/components/Molecules/CTA/CTASingleCard/__snapshots__/CTASingleCard.test.js.snap +245 -233
  11. package/dist/components/Molecules/CTA/shared/CTACard.js +11 -8
  12. package/dist/components/Molecules/CTA/shared/CTACard.style.js +101 -73
  13. package/dist/components/Molecules/EmailSignUp/EmailSignUp.style.js +1 -1
  14. package/dist/components/Organisms/FooterNew/FooterNew.style.js +2 -2
  15. package/dist/components/Organisms/FooterNew/__snapshots__/FooterNew.test.js.snap +6 -6
  16. package/package.json +1 -1
  17. package/src/components/Molecules/CTA/CTAMultiCard/CTAMultiCard.js +48 -41
  18. package/src/components/Molecules/CTA/CTAMultiCard/CTAMultiCard.md +4 -4
  19. package/src/components/Molecules/CTA/CTAMultiCard/CTAMultiCard.style.js +34 -9
  20. package/src/components/Molecules/CTA/CTAMultiCard/CTAMultiCard.test.js +0 -1
  21. package/src/components/Molecules/CTA/CTAMultiCard/__snapshots__/CTAMultiCard.test.js.snap +996 -2653
  22. package/src/components/Molecules/CTA/CTASingleCard/CTASingleCard.js +22 -10
  23. package/src/components/Molecules/CTA/CTASingleCard/CTASingleCard.md +10 -10
  24. package/src/components/Molecules/CTA/CTASingleCard/CTASingleCard.style.js +7 -9
  25. package/src/components/Molecules/CTA/CTASingleCard/CTASingleCard.test.js +2 -0
  26. package/src/components/Molecules/CTA/CTASingleCard/__snapshots__/CTASingleCard.test.js.snap +245 -233
  27. package/src/components/Molecules/CTA/shared/CTACard.js +14 -7
  28. package/src/components/Molecules/CTA/shared/CTACard.style.js +80 -43
  29. package/src/components/Molecules/EmailSignUp/EmailSignUp.style.js +1 -1
  30. package/src/components/Organisms/FooterNew/FooterNew.style.js +2 -2
  31. package/src/components/Organisms/FooterNew/__snapshots__/FooterNew.test.js.snap +6 -6
  32. package/dist/components/Molecules/OLD_CTAMultiCard/CTAMultiCard.js +0 -58
  33. package/dist/components/Molecules/OLD_CTAMultiCard/CTAMultiCard.style.js +0 -157
  34. package/dist/components/Molecules/OLD_CTAMultiCard/CTAMultiCard.test.js +0 -70
  35. package/dist/components/Molecules/OLD_CTAMultiCard/SingleCard.js +0 -56
  36. package/dist/components/Molecules/OLD_CTAMultiCard/_ArrowIcon.js +0 -29
  37. package/dist/components/Molecules/OLD_CTAMultiCard/__snapshots__/CTAMultiCard.test.js.snap +0 -2296
  38. package/dist/components/Molecules/OLD_CTAMultiCard/example_data.json +0 -107
  39. package/src/components/Molecules/OLD_CTAMultiCard/CTAMultiCard.js +0 -100
  40. package/src/components/Molecules/OLD_CTAMultiCard/CTAMultiCard.style.js +0 -259
  41. package/src/components/Molecules/OLD_CTAMultiCard/CTAMultiCard.test.js +0 -86
  42. package/src/components/Molecules/OLD_CTAMultiCard/SingleCard.js +0 -100
  43. package/src/components/Molecules/OLD_CTAMultiCard/_ArrowIcon.js +0 -22
  44. package/src/components/Molecules/OLD_CTAMultiCard/__snapshots__/CTAMultiCard.test.js.snap +0 -2296
  45. package/src/components/Molecules/OLD_CTAMultiCard/example_data.json +0 -107
@@ -1,2790 +1,1133 @@
1
1
  // Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
 
3
3
  exports[`handles data structure correctly 1`] = `
4
- .c9 {
5
- font-family: 'Montserrat',Helvetica,Arial,sans-serif;
6
- font-weight: 400;
7
- text-transform: inherit;
8
- -webkit-letter-spacing: 0;
9
- -moz-letter-spacing: 0;
10
- -ms-letter-spacing: 0;
11
- letter-spacing: 0;
12
- font-size: 1rem;
13
- line-height: 1.25rem;
14
- }
15
-
16
- .c9 span {
17
- font-size: inherit;
18
- line-height: inherit;
19
- }
20
-
21
- .c5 {
22
- display: block;
23
- width: 100%;
24
- height: 100%;
25
- position: relative;
26
- }
27
-
28
- .c6 {
29
- width: 100%;
30
- height: 100%;
31
- display: block;
32
- object-fit: cover;
33
- }
34
-
35
- .c17 {
36
- display: inline-block;
37
- color: #FFFFFF;
38
- fill: currentColor;
39
- }
40
-
41
- .c4 {
42
- width: 100%;
43
- overflow: hidden;
44
- -webkit-flex-shrink: 0;
45
- -ms-flex-negative: 0;
46
- flex-shrink: 0;
47
- background: transparent;
48
- border-radius: 1rem 1rem 0 0;
49
- }
50
-
51
- .c4 img {
52
- width: 100%;
53
- height: auto;
54
- object-fit: cover;
55
- display: block;
56
- }
57
-
58
- .c12 {
59
- font-family: 'Montserrat',Helvetica,Arial,sans-serif;
60
- font-weight: 400;
61
- text-transform: inherit;
62
- -webkit-letter-spacing: 0;
63
- -moz-letter-spacing: 0;
64
- -ms-letter-spacing: 0;
65
- letter-spacing: 0;
66
- font-size: 1rem;
67
- line-height: 1.25rem;
68
- color: #969598;
69
- font-weight: bold;
70
- -webkit-text-decoration: none;
71
- text-decoration: none;
72
- position: relative;
73
- display: inline-block;
74
- }
75
-
76
- .c14 {
77
- height: 4px;
78
- width: 100%;
79
- position: absolute;
80
- left: 0;
81
- bottom: -5px;
82
- -webkit-transition: opacity 0.15s 0.1s;
83
- transition: opacity 0.15s 0.1s;
84
- opacity: 0;
85
- pointer-events: none;
86
- }
87
-
88
- .c16 {
89
- width: 32px;
90
- height: 32px;
91
- border-radius: 50%;
92
- background: #969598;
93
- display: -webkit-box;
94
- display: -webkit-flex;
95
- display: -ms-flexbox;
96
- display: flex;
97
- -webkit-align-items: center;
98
- -webkit-box-align: center;
99
- -ms-flex-align: center;
100
- align-items: center;
101
- -webkit-box-pack: center;
102
- -webkit-justify-content: center;
103
- -ms-flex-pack: center;
104
- justify-content: center;
105
- -webkit-flex-shrink: 0;
106
- -ms-flex-negative: 0;
107
- flex-shrink: 0;
108
- }
109
-
110
- .c2 {
111
- display: -webkit-box;
112
- display: -webkit-flex;
113
- display: -ms-flexbox;
114
- display: flex;
115
- position: relative;
116
- -webkit-flex-direction: column;
117
- -ms-flex-direction: column;
118
- flex-direction: column;
119
- width: 100%;
120
- -webkit-flex: 1 1 auto;
121
- -ms-flex: 1 1 auto;
122
- flex: 1 1 auto;
123
- background: transparent;
124
- border-radius: 1rem;
125
- box-shadow: 0 0 1rem rgba(0,0,0,0.15);
126
- -webkit-text-decoration: none;
127
- text-decoration: none;
128
- overflow: hidden;
129
- cursor: pointer;
130
- box-sizing: border-box;
131
- }
132
-
133
- .c2 img {
134
- -webkit-transform: scale(1.02);
135
- -ms-transform: scale(1.02);
136
- transform: scale(1.02);
137
- -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
138
- -webkit-transition: transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
139
- transition: transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
140
- }
141
-
142
- .c1 {
143
- width: 100%;
144
- -webkit-flex-shrink: 0;
145
- -ms-flex-negative: 0;
146
- flex-shrink: 0;
147
- display: -webkit-box;
148
- display: -webkit-flex;
149
- display: -ms-flexbox;
150
- display: flex;
151
- -webkit-flex-direction: column;
152
- -ms-flex-direction: column;
153
- flex-direction: column;
154
- -webkit-align-self: stretch;
155
- -ms-flex-item-align: stretch;
156
- align-self: stretch;
157
- }
158
-
159
- .c7 {
160
- width: 100%;
161
- background: #FFFFFF;
162
- display: -webkit-box;
163
- display: -webkit-flex;
164
- display: -ms-flexbox;
165
- display: flex;
166
- -webkit-flex-direction: column;
167
- -ms-flex-direction: column;
168
- flex-direction: column;
169
- padding: 2rem;
170
- -webkit-flex: 1;
171
- -ms-flex: 1;
172
- flex: 1;
173
- min-height: 0;
174
- border-radius: 0 0 1rem 1rem;
175
- }
176
-
177
- .c18 {
178
- width: 100%;
179
- background: #BECCF9;
180
- display: -webkit-box;
181
- display: -webkit-flex;
182
- display: -ms-flexbox;
183
- display: flex;
184
- -webkit-flex-direction: column;
185
- -ms-flex-direction: column;
186
- flex-direction: column;
187
- padding: 2rem;
188
- -webkit-flex: 1;
189
- -ms-flex: 1;
190
- flex: 1;
191
- min-height: 0;
192
- border-radius: 0 0 1rem 1rem;
193
- }
194
-
195
- .c8 {
196
- -webkit-flex: 1;
197
- -ms-flex: 1;
198
- flex: 1;
199
- display: -webkit-box;
200
- display: -webkit-flex;
201
- display: -ms-flexbox;
202
- display: flex;
203
- -webkit-flex-direction: column;
204
- -ms-flex-direction: column;
205
- flex-direction: column;
206
- min-height: 0;
207
- }
208
-
209
- .c10 {
210
- width: 100%;
211
- display: -webkit-box;
212
- display: -webkit-flex;
213
- display: -ms-flexbox;
214
- display: flex;
215
- -webkit-flex-direction: row;
216
- -ms-flex-direction: row;
217
- flex-direction: row;
218
- -webkit-align-items: center;
219
- -webkit-box-align: center;
220
- -ms-flex-align: center;
221
- align-items: center;
222
- -webkit-box-pack: justify;
223
- -webkit-justify-content: space-between;
224
- -ms-flex-pack: justify;
225
- justify-content: space-between;
226
- margin-top: auto;
227
- padding-top: 1rem;
228
- }
229
-
230
- .c0 {
231
- display: -webkit-box;
232
- display: -webkit-flex;
233
- display: -ms-flexbox;
234
- display: flex;
235
- -webkit-flex-direction: column;
236
- -ms-flex-direction: column;
237
- flex-direction: column;
238
- width: 100%;
239
- background: #FFFFFF;
240
- gap: 1rem;
241
- }
242
-
243
- @media (min-width:740px) {
244
- .c9 {
245
- font-size: 1rem;
246
- line-height: 1.25rem;
247
- }
248
- }
249
-
250
- @media (min-width:1024px) {
251
- .c9 {
252
- font-size: 1.125rem;
253
- line-height: 1.375rem;
254
- }
255
- }
256
-
257
- @media (min-width:740px) {
258
- .c4 img {
259
- -webkit-transition: -webkit-transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
260
- -webkit-transition: transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
261
- transition: transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
262
- -webkit-transform-origin: center;
263
- -ms-transform-origin: center;
264
- transform-origin: center;
265
- }
266
-
267
- .c4 img:hover,
268
- .c4 img:focus {
269
- -webkit-transform: scale(1.08);
270
- -ms-transform: scale(1.08);
271
- transform: scale(1.08);
272
- }
273
- }
274
-
275
- @media (min-width:740px) {
276
- .c12 {
277
- font-size: 1rem;
278
- line-height: 1.25rem;
279
- }
280
- }
281
-
282
- @media (min-width:1024px) {
283
- .c12 {
284
- font-size: 1.125rem;
285
- line-height: 1.375rem;
286
- }
287
- }
288
-
289
- @media (min-width:740px) {
290
- .c2 {
291
- -webkit-transition: -webkit-transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
292
- -webkit-transition: transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
293
- transition: transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
294
- -webkit-transform-origin: center;
295
- -ms-transform-origin: center;
296
- transform-origin: center;
297
- }
298
-
299
- .c2:hover,
300
- .c2:focus {
301
- -webkit-transform: translateY(-0.02px);
302
- -ms-transform: translateY(-0.02px);
303
- transform: translateY(-0.02px);
304
- }
305
-
306
- .c2:hover {
307
- box-shadow: 0 0 1.5rem rgba(0,0,0,0.25);
308
- }
309
-
310
- .c2:hover .c3 img {
311
- -webkit-transform: scale(1.1);
312
- -ms-transform: scale(1.1);
313
- transform: scale(1.1);
314
- }
315
-
316
- .c2:hover .c11 {
317
- color: #E52630;
318
- -webkit-text-decoration: none;
319
- text-decoration: none;
320
- }
321
-
322
- .c2:hover .c13 {
323
- opacity: 1;
324
- }
325
-
326
- .c2:hover .c15 {
327
- background: #E52630;
328
- }
329
- }
330
-
331
- @media (max-width:739px) {
332
- .c1 {
333
- max-width: 309px;
334
- margin: 0;
335
- }
336
- }
337
-
338
- @media (min-width:740px) and (max-width:1023px) {
339
- .c1 {
340
- -webkit-align-self: stretch;
341
- -ms-flex-item-align: stretch;
342
- align-self: stretch;
343
- -webkit-flex: 0 0 100%;
344
- -ms-flex: 0 0 100%;
345
- flex: 0 0 100%;
346
- max-width: 309px;
347
- }
348
- }
349
-
350
- @media (min-width:1024px) and (max-width:1439px) {
351
- .c1 {
352
- -webkit-flex-basis: calc(33.333% - 1rem);
353
- -ms-flex-preferred-size: calc(33.333% - 1rem);
354
- flex-basis: calc(33.333% - 1rem);
355
- min-width: 286px;
356
- max-width: 371px;
357
- -webkit-align-self: stretch;
358
- -ms-flex-item-align: stretch;
359
- align-self: stretch;
360
- }
361
- }
362
-
363
- @media (min-width:1440px) {
364
- .c1 {
365
- -webkit-flex-basis: unset;
366
- -ms-flex-preferred-size: unset;
367
- flex-basis: unset;
368
- width: 371px;
369
- -webkit-align-self: stretch;
370
- -ms-flex-item-align: stretch;
371
- align-self: stretch;
372
- }
373
- }
374
-
375
- @media (max-width:739px) {
376
- .c0 {
377
- -webkit-flex-direction: column;
378
- -ms-flex-direction: column;
379
- flex-direction: column;
380
- background: transparent;
381
- }
382
- }
383
-
384
- @media (min-width:740px) {
385
- .c0 {
386
- -webkit-flex-direction: row;
387
- -ms-flex-direction: row;
388
- flex-direction: row;
389
- -webkit-flex-wrap: wrap;
390
- -ms-flex-wrap: wrap;
391
- flex-wrap: wrap;
392
- -webkit-box-pack: center;
393
- -webkit-justify-content: center;
394
- -ms-flex-pack: center;
395
- justify-content: center;
396
- -webkit-align-items: stretch;
397
- -webkit-box-align: stretch;
398
- -ms-flex-align: stretch;
399
- align-items: stretch;
400
- width: -webkit-fit-content;
401
- width: -moz-fit-content;
402
- width: fit-content;
403
- max-width: 100%;
404
- margin: 0 auto;
405
- }
406
- }
407
-
408
- @media (min-width:1440px) {
409
- .c0 {
410
- display: grid;
411
- -webkit-box-pack: center;
412
- -webkit-justify-content: center;
413
- -ms-flex-pack: center;
414
- justify-content: center;
415
- -webkit-align-items: stretch;
416
- -webkit-box-align: stretch;
417
- -ms-flex-align: stretch;
418
- align-items: stretch;
419
- grid-template-columns: repeat(3,minmax(0,371px));
420
- width: 100%;
421
- margin: 0 auto;
422
- max-width: 100%;
423
- }
424
- }
425
-
426
4
  <div
427
- className="c0"
5
+ className="CTAMultiCardstyle__CardsQueryWrapper-sc-gsdqzv-0 qqegF"
428
6
  >
429
7
  <div
430
- className="c1"
8
+ className="CTAMultiCardstyle__CardsSection-sc-gsdqzv-1 ehBqzi"
431
9
  >
432
- <a
433
- className="c2"
434
- href="/test"
435
- rel={null}
436
- target="self"
10
+ <div
11
+ className="CTAMultiCardstyle__CardsInner-sc-gsdqzv-2 bvGqKF"
437
12
  >
438
13
  <div
439
- className="c3 c4"
14
+ className="CTAMultiCardstyle__CardsContainer-sc-gsdqzv-3 dneGvf"
440
15
  >
441
16
  <div
442
- className="c5 lazyload"
443
- height="100%"
444
- width="100%"
17
+ className="CTACardstyle__CardWrapper-sc-si8xx1-5 iHfpaV"
445
18
  >
446
- <img
447
- alt=""
448
- className="c6 lazyload"
449
- data-lowsrc="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPABQDASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAAAAcIBAb/xAAjEAACAgIBBAIDAAAAAAAAAAABAgMEABEGBRIhMQdBE1Fh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQADAQADAAAAAAAAAAAAAAAAAQIDERIT/9oADAMBAAIRAxEAPwBzRcrjVY+0tonyT41nG8y+SLFTkgpQTVFpoqiRZGHc2/egf4RrMM12OHpNi3LsrAjO2vsKCcQtvkbTW570sMUt6xphJKnd+Ma9A78ZRWcS+SWNLpNMqAdQidVaSxErEA6ZgCNj9YZNPTOTpJW7+ovdlnLHyjgAD6GGPug+bP/Z"
450
- data-sizes="auto"
451
- data-src="@component-library/src/styleguide/assets/challenge-1.jpg"
452
- data-srcset="@component-library/src/styleguide/assets/challenge-1.jpg 678w"
453
- height="100%"
454
- src="@component-library/src/styleguide/assets/challenge-1.jpg"
455
- srcSet="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
456
- width="100%"
457
- />
458
- </div>
459
- </div>
460
- <div
461
- className="c7"
462
- >
463
- <div
464
- className="c8"
465
- >
466
- <p
467
- className="c9"
468
- >
469
- <strong>
470
- Load
471
- </strong>
472
- of text here
473
- </p>
474
- </div>
475
- <div
476
- className="c10"
477
- >
478
- <span
479
- className="c11 c12"
19
+ <a
20
+ className="CTACardstyle__CardLink-sc-si8xx1-4 cQAxla"
21
+ href="/test"
22
+ rel={null}
23
+ target="self"
480
24
  >
481
- test go
482
- <img
483
- alt=""
484
- aria-hidden="true"
485
- className="c13 c14"
486
- src="mock.asset"
487
- />
488
- </span>
489
- <div
490
- className="c15 c16"
491
- >
492
- <svg
493
- className="c17"
494
- fill="none"
495
- height="13"
496
- viewBox="0 0 15 13"
497
- width="15"
498
- xmlns="http://www.w3.org/2000/svg"
25
+ <div
26
+ className="CTACardstyle__ImageWrapper-sc-si8xx1-0 etphrL"
499
27
  >
500
- <path
501
- d="M9.58496 0.349976C9.1395 -0.116662 8.40641 -0.116634 7.96094 0.349976C7.52803 0.803486 7.5281 1.53021 7.96094 1.98376L11.1582 5.33337H1.13672C0.48748 5.33337 0 5.87822 0 6.50037C2.15408e-05 7.1225 0.487494 7.66736 1.13672 7.66736H11.1582L7.96094 11.017C7.52806 11.4705 7.52899 12.1972 7.96191 12.6508C8.18163 12.8803 8.47556 13.0004 8.77344 13.0004C9.07114 13.0002 9.36533 12.8808 9.58496 12.6508L14.6758 7.31677L14.6748 7.3158L14.6875 7.3031L14.6865 7.30212C14.6954 7.29215 14.7044 7.28482 14.71 7.27771C14.7117 7.27545 14.7133 7.27285 14.7148 7.27087C14.7485 7.23203 14.7824 7.18925 14.8135 7.14099L14.8154 7.13806C14.8354 7.10658 14.8493 7.07842 14.8564 7.06384L14.8652 7.04626L14.8662 7.04431L14.8672 7.04333C14.8672 7.04333 14.868 7.04057 14.8691 7.03845C14.8709 7.03512 14.8758 7.02671 14.8799 7.01892L14.8802 7.01839C14.8888 7.002 14.9034 6.97423 14.917 6.93982V6.93787C14.9303 6.90375 14.9391 6.87285 14.9443 6.85388C14.9469 6.84458 14.9498 6.83567 14.9512 6.83044C14.9527 6.82454 14.9535 6.8228 14.9541 6.82068C14.9541 6.82068 14.9542 6.81753 14.9551 6.81482L14.958 6.80603L14.9586 6.80422C14.9631 6.78961 14.9718 6.76119 14.9785 6.72693V6.72498C15.0066 6.57705 15.0066 6.4246 14.9785 6.27673V6.27478L14.958 6.19568L14.9551 6.18591L14.9531 6.18005L14.9512 6.17224C14.9497 6.1664 14.9481 6.15677 14.9453 6.14685C14.9398 6.12695 14.9307 6.09654 14.917 6.06189C14.9032 6.02688 14.8885 5.99813 14.8799 5.98181C14.8758 5.97402 14.8709 5.96562 14.8691 5.96228L14.8564 5.93689C14.849 5.92177 14.8351 5.89372 14.8154 5.86267L14.8145 5.86072L14.7529 5.7738C14.7316 5.74659 14.7094 5.72129 14.6875 5.69763C14.6837 5.69341 14.6802 5.68854 14.6758 5.68396L9.58496 0.349976Z"
502
- fill="currentColor"
503
- />
504
- </svg>
505
- </div>
506
- </div>
507
- </div>
508
- </a>
509
- </div>
510
- <div
511
- className="c1"
512
- >
513
- <a
514
- className="c2"
515
- rel={null}
516
- target="self"
517
- >
518
- <div
519
- className="c3 c4"
520
- >
521
- <div
522
- className="c5 lazyload"
523
- height="100%"
524
- width="100%"
525
- >
526
- <img
527
- alt=""
528
- className="c6 lazyload"
529
- data-lowsrc="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPABQDASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAAAAcIBAb/xAAjEAACAgIBBAIDAAAAAAAAAAABAgMEABEGBRIhMQdBE1Fh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQADAQADAAAAAAAAAAAAAAAAAQIDERIT/9oADAMBAAIRAxEAPwBzRcrjVY+0tonyT41nG8y+SLFTkgpQTVFpoqiRZGHc2/egf4RrMM12OHpNi3LsrAjO2vsKCcQtvkbTW570sMUt6xphJKnd+Ma9A78ZRWcS+SWNLpNMqAdQidVaSxErEA6ZgCNj9YZNPTOTpJW7+ovdlnLHyjgAD6GGPug+bP/Z"
530
- data-sizes="auto"
531
- data-src="@component-library/src/styleguide/assets/challenge-1.jpg"
532
- data-srcset="@component-library/src/styleguide/assets/challenge-1.jpg 678w"
533
- height="100%"
534
- src="@component-library/src/styleguide/assets/challenge-1.jpg"
535
- srcSet="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
536
- width="100%"
537
- />
538
- </div>
539
- </div>
540
- <div
541
- className="c7"
542
- >
543
- <div
544
- className="c8"
545
- >
546
- <p
547
- className="c9"
548
- >
549
- <strong>
550
- Load
551
- </strong>
552
- of text here
553
- </p>
554
- </div>
555
- </div>
556
- </a>
557
- </div>
558
- <div
559
- className="c1"
560
- >
561
- <a
562
- className="c2"
563
- href="/test"
564
- rel={null}
565
- target="self"
566
- >
567
- <div
568
- className="c3 c4"
569
- >
570
- <div
571
- className="c5 lazyload"
572
- height="100%"
573
- width="100%"
574
- >
575
- <img
576
- alt=""
577
- className="c6 lazyload"
578
- data-lowsrc="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPABQDASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAAAAcIBAb/xAAjEAACAgIBBAIDAAAAAAAAAAABAgMEABEGBRIhMQdBE1Fh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQADAQADAAAAAAAAAAAAAAAAAQIDERIT/9oADAMBAAIRAxEAPwBzRcrjVY+0tonyT41nG8y+SLFTkgpQTVFpoqiRZGHc2/egf4RrMM12OHpNi3LsrAjO2vsKCcQtvkbTW570sMUt6xphJKnd+Ma9A78ZRWcS+SWNLpNMqAdQidVaSxErEA6ZgCNj9YZNPTOTpJW7+ovdlnLHyjgAD6GGPug+bP/Z"
579
- data-sizes="auto"
580
- data-src="@component-library/src/styleguide/assets/challenge-1.jpg"
581
- data-srcset="@component-library/src/styleguide/assets/challenge-1.jpg 678w"
582
- height="100%"
583
- src="@component-library/src/styleguide/assets/challenge-1.jpg"
584
- srcSet="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
585
- width="100%"
586
- />
587
- </div>
588
- </div>
589
- <div
590
- className="c7"
591
- >
592
- <div
593
- className="c8"
594
- >
595
- <p
596
- className="c9"
597
- >
598
- <strong>
599
- Load
600
- </strong>
601
- of text here
602
- </p>
28
+ <div
29
+ className="Picture__Wrapper-sc-1x3z81z-0 eioWif lazyload"
30
+ height="100%"
31
+ width="100%"
32
+ >
33
+ <img
34
+ alt=""
35
+ className="Picture__Image-sc-1x3z81z-1 cFGEzv lazyload"
36
+ data-lowsrc="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPABQDASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAAAAcIBAb/xAAjEAACAgIBBAIDAAAAAAAAAAABAgMEABEGBRIhMQdBE1Fh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQADAQADAAAAAAAAAAAAAAAAAQIDERIT/9oADAMBAAIRAxEAPwBzRcrjVY+0tonyT41nG8y+SLFTkgpQTVFpoqiRZGHc2/egf4RrMM12OHpNi3LsrAjO2vsKCcQtvkbTW570sMUt6xphJKnd+Ma9A78ZRWcS+SWNLpNMqAdQidVaSxErEA6ZgCNj9YZNPTOTpJW7+ovdlnLHyjgAD6GGPug+bP/Z"
37
+ data-sizes="auto"
38
+ data-src="@component-library/src/styleguide/assets/challenge-1.jpg"
39
+ data-srcset="@component-library/src/styleguide/assets/challenge-1.jpg 678w"
40
+ height="100%"
41
+ src="@component-library/src/styleguide/assets/challenge-1.jpg"
42
+ srcSet="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
43
+ width="100%"
44
+ />
45
+ </div>
46
+ </div>
47
+ <div
48
+ className="CTACardstyle__CopyAndLinkSection-sc-si8xx1-6 lfZISm"
49
+ >
50
+ <div
51
+ className="CTACardstyle__Copy-sc-si8xx1-7 fEOMnm"
52
+ >
53
+ <p
54
+ className="Text__BaseText-sc-1snl0ya-0 ffxkcd"
55
+ >
56
+ <strong>
57
+ Load
58
+ </strong>
59
+ of text here
60
+ </p>
61
+ </div>
62
+ <div
63
+ className="CTACardstyle__CTA-sc-si8xx1-9 jMJgoR"
64
+ >
65
+ <span
66
+ className="CTACardstyle__CTAText-sc-si8xx1-1 dQjaWt"
67
+ >
68
+ test go
69
+ <img
70
+ alt=""
71
+ aria-hidden="true"
72
+ className="CTACardstyle__CTATextUnderline-sc-si8xx1-2 jSsByL"
73
+ src="mock.asset"
74
+ />
75
+ </span>
76
+ <div
77
+ className="CTACardstyle__ArrowIconWrapper-sc-si8xx1-3 cRsJKs"
78
+ >
79
+ <svg
80
+ className="_ArrowIcon__StyledArrowIcon-sc-mqq2gw-0 eyuoan"
81
+ fill="none"
82
+ height="13"
83
+ viewBox="0 0 15 13"
84
+ width="15"
85
+ xmlns="http://www.w3.org/2000/svg"
86
+ >
87
+ <path
88
+ d="M9.58496 0.349976C9.1395 -0.116662 8.40641 -0.116634 7.96094 0.349976C7.52803 0.803486 7.5281 1.53021 7.96094 1.98376L11.1582 5.33337H1.13672C0.48748 5.33337 0 5.87822 0 6.50037C2.15408e-05 7.1225 0.487494 7.66736 1.13672 7.66736H11.1582L7.96094 11.017C7.52806 11.4705 7.52899 12.1972 7.96191 12.6508C8.18163 12.8803 8.47556 13.0004 8.77344 13.0004C9.07114 13.0002 9.36533 12.8808 9.58496 12.6508L14.6758 7.31677L14.6748 7.3158L14.6875 7.3031L14.6865 7.30212C14.6954 7.29215 14.7044 7.28482 14.71 7.27771C14.7117 7.27545 14.7133 7.27285 14.7148 7.27087C14.7485 7.23203 14.7824 7.18925 14.8135 7.14099L14.8154 7.13806C14.8354 7.10658 14.8493 7.07842 14.8564 7.06384L14.8652 7.04626L14.8662 7.04431L14.8672 7.04333C14.8672 7.04333 14.868 7.04057 14.8691 7.03845C14.8709 7.03512 14.8758 7.02671 14.8799 7.01892L14.8802 7.01839C14.8888 7.002 14.9034 6.97423 14.917 6.93982V6.93787C14.9303 6.90375 14.9391 6.87285 14.9443 6.85388C14.9469 6.84458 14.9498 6.83567 14.9512 6.83044C14.9527 6.82454 14.9535 6.8228 14.9541 6.82068C14.9541 6.82068 14.9542 6.81753 14.9551 6.81482L14.958 6.80603L14.9586 6.80422C14.9631 6.78961 14.9718 6.76119 14.9785 6.72693V6.72498C15.0066 6.57705 15.0066 6.4246 14.9785 6.27673V6.27478L14.958 6.19568L14.9551 6.18591L14.9531 6.18005L14.9512 6.17224C14.9497 6.1664 14.9481 6.15677 14.9453 6.14685C14.9398 6.12695 14.9307 6.09654 14.917 6.06189C14.9032 6.02688 14.8885 5.99813 14.8799 5.98181C14.8758 5.97402 14.8709 5.96562 14.8691 5.96228L14.8564 5.93689C14.849 5.92177 14.8351 5.89372 14.8154 5.86267L14.8145 5.86072L14.7529 5.7738C14.7316 5.74659 14.7094 5.72129 14.6875 5.69763C14.6837 5.69341 14.6802 5.68854 14.6758 5.68396L9.58496 0.349976Z"
89
+ fill="currentColor"
90
+ />
91
+ </svg>
92
+ </div>
93
+ </div>
94
+ </div>
95
+ </a>
603
96
  </div>
604
97
  <div
605
- className="c10"
98
+ className="CTACardstyle__CardWrapper-sc-si8xx1-5 iHfpaV"
606
99
  >
607
- <span
608
- className="c11 c12"
609
- >
610
- test go
611
- <img
612
- alt=""
613
- aria-hidden="true"
614
- className="c13 c14"
615
- src="mock.asset"
616
- />
617
- </span>
618
100
  <div
619
- className="c15 c16"
101
+ className="CTACardstyle__CardLink-sc-si8xx1-4 lbrljd"
620
102
  >
621
- <svg
622
- className="c17"
623
- fill="none"
624
- height="13"
625
- viewBox="0 0 15 13"
626
- width="15"
627
- xmlns="http://www.w3.org/2000/svg"
103
+ <div
104
+ className="CTACardstyle__ImageWrapper-sc-si8xx1-0 etphrL"
105
+ >
106
+ <div
107
+ className="Picture__Wrapper-sc-1x3z81z-0 eioWif lazyload"
108
+ height="100%"
109
+ width="100%"
110
+ >
111
+ <img
112
+ alt=""
113
+ className="Picture__Image-sc-1x3z81z-1 cFGEzv lazyload"
114
+ data-lowsrc="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPABQDASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAAAAcIBAb/xAAjEAACAgIBBAIDAAAAAAAAAAABAgMEABEGBRIhMQdBE1Fh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQADAQADAAAAAAAAAAAAAAAAAQIDERIT/9oADAMBAAIRAxEAPwBzRcrjVY+0tonyT41nG8y+SLFTkgpQTVFpoqiRZGHc2/egf4RrMM12OHpNi3LsrAjO2vsKCcQtvkbTW570sMUt6xphJKnd+Ma9A78ZRWcS+SWNLpNMqAdQidVaSxErEA6ZgCNj9YZNPTOTpJW7+ovdlnLHyjgAD6GGPug+bP/Z"
115
+ data-sizes="auto"
116
+ data-src="@component-library/src/styleguide/assets/challenge-1.jpg"
117
+ data-srcset="@component-library/src/styleguide/assets/challenge-1.jpg 678w"
118
+ height="100%"
119
+ src="@component-library/src/styleguide/assets/challenge-1.jpg"
120
+ srcSet="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
121
+ width="100%"
122
+ />
123
+ </div>
124
+ </div>
125
+ <div
126
+ className="CTACardstyle__CopyAndLinkSection-sc-si8xx1-6 lfZISm"
628
127
  >
629
- <path
630
- d="M9.58496 0.349976C9.1395 -0.116662 8.40641 -0.116634 7.96094 0.349976C7.52803 0.803486 7.5281 1.53021 7.96094 1.98376L11.1582 5.33337H1.13672C0.48748 5.33337 0 5.87822 0 6.50037C2.15408e-05 7.1225 0.487494 7.66736 1.13672 7.66736H11.1582L7.96094 11.017C7.52806 11.4705 7.52899 12.1972 7.96191 12.6508C8.18163 12.8803 8.47556 13.0004 8.77344 13.0004C9.07114 13.0002 9.36533 12.8808 9.58496 12.6508L14.6758 7.31677L14.6748 7.3158L14.6875 7.3031L14.6865 7.30212C14.6954 7.29215 14.7044 7.28482 14.71 7.27771C14.7117 7.27545 14.7133 7.27285 14.7148 7.27087C14.7485 7.23203 14.7824 7.18925 14.8135 7.14099L14.8154 7.13806C14.8354 7.10658 14.8493 7.07842 14.8564 7.06384L14.8652 7.04626L14.8662 7.04431L14.8672 7.04333C14.8672 7.04333 14.868 7.04057 14.8691 7.03845C14.8709 7.03512 14.8758 7.02671 14.8799 7.01892L14.8802 7.01839C14.8888 7.002 14.9034 6.97423 14.917 6.93982V6.93787C14.9303 6.90375 14.9391 6.87285 14.9443 6.85388C14.9469 6.84458 14.9498 6.83567 14.9512 6.83044C14.9527 6.82454 14.9535 6.8228 14.9541 6.82068C14.9541 6.82068 14.9542 6.81753 14.9551 6.81482L14.958 6.80603L14.9586 6.80422C14.9631 6.78961 14.9718 6.76119 14.9785 6.72693V6.72498C15.0066 6.57705 15.0066 6.4246 14.9785 6.27673V6.27478L14.958 6.19568L14.9551 6.18591L14.9531 6.18005L14.9512 6.17224C14.9497 6.1664 14.9481 6.15677 14.9453 6.14685C14.9398 6.12695 14.9307 6.09654 14.917 6.06189C14.9032 6.02688 14.8885 5.99813 14.8799 5.98181C14.8758 5.97402 14.8709 5.96562 14.8691 5.96228L14.8564 5.93689C14.849 5.92177 14.8351 5.89372 14.8154 5.86267L14.8145 5.86072L14.7529 5.7738C14.7316 5.74659 14.7094 5.72129 14.6875 5.69763C14.6837 5.69341 14.6802 5.68854 14.6758 5.68396L9.58496 0.349976Z"
631
- fill="currentColor"
632
- />
633
- </svg>
128
+ <div
129
+ className="CTACardstyle__Copy-sc-si8xx1-7 fEOMnm"
130
+ >
131
+ <p
132
+ className="Text__BaseText-sc-1snl0ya-0 ffxkcd"
133
+ >
134
+ <strong>
135
+ Load
136
+ </strong>
137
+ of text here
138
+ </p>
139
+ </div>
140
+ </div>
634
141
  </div>
635
142
  </div>
636
- </div>
637
- </a>
638
- </div>
639
- <div
640
- className="c1"
641
- >
642
- <a
643
- className="c2"
644
- href="/test-no-image"
645
- rel={null}
646
- target="self"
647
- >
648
- <div
649
- className="c18"
650
- >
651
143
  <div
652
- className="c8"
144
+ className="CTACardstyle__CardWrapper-sc-si8xx1-5 iHfpaV"
653
145
  >
654
- <p
655
- className="c9"
146
+ <a
147
+ className="CTACardstyle__CardLink-sc-si8xx1-4 cQAxla"
148
+ href="/test"
149
+ rel={null}
150
+ target="self"
656
151
  >
657
- Load of text here
658
- </p>
152
+ <div
153
+ className="CTACardstyle__ImageWrapper-sc-si8xx1-0 etphrL"
154
+ >
155
+ <div
156
+ className="Picture__Wrapper-sc-1x3z81z-0 eioWif lazyload"
157
+ height="100%"
158
+ width="100%"
159
+ >
160
+ <img
161
+ alt=""
162
+ className="Picture__Image-sc-1x3z81z-1 cFGEzv lazyload"
163
+ data-lowsrc="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPABQDASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAAAAcIBAb/xAAjEAACAgIBBAIDAAAAAAAAAAABAgMEABEGBRIhMQdBE1Fh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQADAQADAAAAAAAAAAAAAAAAAQIDERIT/9oADAMBAAIRAxEAPwBzRcrjVY+0tonyT41nG8y+SLFTkgpQTVFpoqiRZGHc2/egf4RrMM12OHpNi3LsrAjO2vsKCcQtvkbTW570sMUt6xphJKnd+Ma9A78ZRWcS+SWNLpNMqAdQidVaSxErEA6ZgCNj9YZNPTOTpJW7+ovdlnLHyjgAD6GGPug+bP/Z"
164
+ data-sizes="auto"
165
+ data-src="@component-library/src/styleguide/assets/challenge-1.jpg"
166
+ data-srcset="@component-library/src/styleguide/assets/challenge-1.jpg 678w"
167
+ height="100%"
168
+ src="@component-library/src/styleguide/assets/challenge-1.jpg"
169
+ srcSet="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
170
+ width="100%"
171
+ />
172
+ </div>
173
+ </div>
174
+ <div
175
+ className="CTACardstyle__CopyAndLinkSection-sc-si8xx1-6 lfZISm"
176
+ >
177
+ <div
178
+ className="CTACardstyle__Copy-sc-si8xx1-7 fEOMnm"
179
+ >
180
+ <p
181
+ className="Text__BaseText-sc-1snl0ya-0 ffxkcd"
182
+ >
183
+ <strong>
184
+ Load
185
+ </strong>
186
+ of text here
187
+ </p>
188
+ </div>
189
+ <div
190
+ className="CTACardstyle__CTA-sc-si8xx1-9 jMJgoR"
191
+ >
192
+ <span
193
+ className="CTACardstyle__CTAText-sc-si8xx1-1 dQjaWt"
194
+ >
195
+ test go
196
+ <img
197
+ alt=""
198
+ aria-hidden="true"
199
+ className="CTACardstyle__CTATextUnderline-sc-si8xx1-2 jSsByL"
200
+ src="mock.asset"
201
+ />
202
+ </span>
203
+ <div
204
+ className="CTACardstyle__ArrowIconWrapper-sc-si8xx1-3 cRsJKs"
205
+ >
206
+ <svg
207
+ className="_ArrowIcon__StyledArrowIcon-sc-mqq2gw-0 eyuoan"
208
+ fill="none"
209
+ height="13"
210
+ viewBox="0 0 15 13"
211
+ width="15"
212
+ xmlns="http://www.w3.org/2000/svg"
213
+ >
214
+ <path
215
+ d="M9.58496 0.349976C9.1395 -0.116662 8.40641 -0.116634 7.96094 0.349976C7.52803 0.803486 7.5281 1.53021 7.96094 1.98376L11.1582 5.33337H1.13672C0.48748 5.33337 0 5.87822 0 6.50037C2.15408e-05 7.1225 0.487494 7.66736 1.13672 7.66736H11.1582L7.96094 11.017C7.52806 11.4705 7.52899 12.1972 7.96191 12.6508C8.18163 12.8803 8.47556 13.0004 8.77344 13.0004C9.07114 13.0002 9.36533 12.8808 9.58496 12.6508L14.6758 7.31677L14.6748 7.3158L14.6875 7.3031L14.6865 7.30212C14.6954 7.29215 14.7044 7.28482 14.71 7.27771C14.7117 7.27545 14.7133 7.27285 14.7148 7.27087C14.7485 7.23203 14.7824 7.18925 14.8135 7.14099L14.8154 7.13806C14.8354 7.10658 14.8493 7.07842 14.8564 7.06384L14.8652 7.04626L14.8662 7.04431L14.8672 7.04333C14.8672 7.04333 14.868 7.04057 14.8691 7.03845C14.8709 7.03512 14.8758 7.02671 14.8799 7.01892L14.8802 7.01839C14.8888 7.002 14.9034 6.97423 14.917 6.93982V6.93787C14.9303 6.90375 14.9391 6.87285 14.9443 6.85388C14.9469 6.84458 14.9498 6.83567 14.9512 6.83044C14.9527 6.82454 14.9535 6.8228 14.9541 6.82068C14.9541 6.82068 14.9542 6.81753 14.9551 6.81482L14.958 6.80603L14.9586 6.80422C14.9631 6.78961 14.9718 6.76119 14.9785 6.72693V6.72498C15.0066 6.57705 15.0066 6.4246 14.9785 6.27673V6.27478L14.958 6.19568L14.9551 6.18591L14.9531 6.18005L14.9512 6.17224C14.9497 6.1664 14.9481 6.15677 14.9453 6.14685C14.9398 6.12695 14.9307 6.09654 14.917 6.06189C14.9032 6.02688 14.8885 5.99813 14.8799 5.98181C14.8758 5.97402 14.8709 5.96562 14.8691 5.96228L14.8564 5.93689C14.849 5.92177 14.8351 5.89372 14.8154 5.86267L14.8145 5.86072L14.7529 5.7738C14.7316 5.74659 14.7094 5.72129 14.6875 5.69763C14.6837 5.69341 14.6802 5.68854 14.6758 5.68396L9.58496 0.349976Z"
216
+ fill="currentColor"
217
+ />
218
+ </svg>
219
+ </div>
220
+ </div>
221
+ </div>
222
+ </a>
659
223
  </div>
660
224
  <div
661
- className="c10"
225
+ className="CTACardstyle__CardWrapper-sc-si8xx1-5 iHfpaV"
662
226
  >
663
- <span
664
- className="c11 c12"
665
- >
666
- View card
667
- <img
668
- alt=""
669
- aria-hidden="true"
670
- className="c13 c14"
671
- src="mock.asset"
672
- />
673
- </span>
674
- <div
675
- className="c15 c16"
227
+ <a
228
+ className="CTACardstyle__CardLink-sc-si8xx1-4 cQAxla"
229
+ href="/test-no-image"
230
+ rel={null}
231
+ target="self"
676
232
  >
677
- <svg
678
- className="c17"
679
- fill="none"
680
- height="13"
681
- viewBox="0 0 15 13"
682
- width="15"
683
- xmlns="http://www.w3.org/2000/svg"
233
+ <div
234
+ className="CTACardstyle__CopyAndLinkSection-sc-si8xx1-6 lfZISm"
684
235
  >
685
- <path
686
- d="M9.58496 0.349976C9.1395 -0.116662 8.40641 -0.116634 7.96094 0.349976C7.52803 0.803486 7.5281 1.53021 7.96094 1.98376L11.1582 5.33337H1.13672C0.48748 5.33337 0 5.87822 0 6.50037C2.15408e-05 7.1225 0.487494 7.66736 1.13672 7.66736H11.1582L7.96094 11.017C7.52806 11.4705 7.52899 12.1972 7.96191 12.6508C8.18163 12.8803 8.47556 13.0004 8.77344 13.0004C9.07114 13.0002 9.36533 12.8808 9.58496 12.6508L14.6758 7.31677L14.6748 7.3158L14.6875 7.3031L14.6865 7.30212C14.6954 7.29215 14.7044 7.28482 14.71 7.27771C14.7117 7.27545 14.7133 7.27285 14.7148 7.27087C14.7485 7.23203 14.7824 7.18925 14.8135 7.14099L14.8154 7.13806C14.8354 7.10658 14.8493 7.07842 14.8564 7.06384L14.8652 7.04626L14.8662 7.04431L14.8672 7.04333C14.8672 7.04333 14.868 7.04057 14.8691 7.03845C14.8709 7.03512 14.8758 7.02671 14.8799 7.01892L14.8802 7.01839C14.8888 7.002 14.9034 6.97423 14.917 6.93982V6.93787C14.9303 6.90375 14.9391 6.87285 14.9443 6.85388C14.9469 6.84458 14.9498 6.83567 14.9512 6.83044C14.9527 6.82454 14.9535 6.8228 14.9541 6.82068C14.9541 6.82068 14.9542 6.81753 14.9551 6.81482L14.958 6.80603L14.9586 6.80422C14.9631 6.78961 14.9718 6.76119 14.9785 6.72693V6.72498C15.0066 6.57705 15.0066 6.4246 14.9785 6.27673V6.27478L14.958 6.19568L14.9551 6.18591L14.9531 6.18005L14.9512 6.17224C14.9497 6.1664 14.9481 6.15677 14.9453 6.14685C14.9398 6.12695 14.9307 6.09654 14.917 6.06189C14.9032 6.02688 14.8885 5.99813 14.8799 5.98181C14.8758 5.97402 14.8709 5.96562 14.8691 5.96228L14.8564 5.93689C14.849 5.92177 14.8351 5.89372 14.8154 5.86267L14.8145 5.86072L14.7529 5.7738C14.7316 5.74659 14.7094 5.72129 14.6875 5.69763C14.6837 5.69341 14.6802 5.68854 14.6758 5.68396L9.58496 0.349976Z"
687
- fill="currentColor"
688
- />
689
- </svg>
690
- </div>
236
+ <div
237
+ className="CTACardstyle__Copy-sc-si8xx1-7 fEOMnm"
238
+ >
239
+ <p
240
+ className="Text__BaseText-sc-1snl0ya-0 ffxkcd"
241
+ >
242
+ Load of text here
243
+ </p>
244
+ </div>
245
+ <div
246
+ className="CTACardstyle__CTA-sc-si8xx1-9 jMJgoR"
247
+ >
248
+ <span
249
+ className="CTACardstyle__CTAText-sc-si8xx1-1 dQjaWt"
250
+ >
251
+ View card
252
+ <img
253
+ alt=""
254
+ aria-hidden="true"
255
+ className="CTACardstyle__CTATextUnderline-sc-si8xx1-2 jSsByL"
256
+ src="mock.asset"
257
+ />
258
+ </span>
259
+ <div
260
+ className="CTACardstyle__ArrowIconWrapper-sc-si8xx1-3 cRsJKs"
261
+ >
262
+ <svg
263
+ className="_ArrowIcon__StyledArrowIcon-sc-mqq2gw-0 eyuoan"
264
+ fill="none"
265
+ height="13"
266
+ viewBox="0 0 15 13"
267
+ width="15"
268
+ xmlns="http://www.w3.org/2000/svg"
269
+ >
270
+ <path
271
+ d="M9.58496 0.349976C9.1395 -0.116662 8.40641 -0.116634 7.96094 0.349976C7.52803 0.803486 7.5281 1.53021 7.96094 1.98376L11.1582 5.33337H1.13672C0.48748 5.33337 0 5.87822 0 6.50037C2.15408e-05 7.1225 0.487494 7.66736 1.13672 7.66736H11.1582L7.96094 11.017C7.52806 11.4705 7.52899 12.1972 7.96191 12.6508C8.18163 12.8803 8.47556 13.0004 8.77344 13.0004C9.07114 13.0002 9.36533 12.8808 9.58496 12.6508L14.6758 7.31677L14.6748 7.3158L14.6875 7.3031L14.6865 7.30212C14.6954 7.29215 14.7044 7.28482 14.71 7.27771C14.7117 7.27545 14.7133 7.27285 14.7148 7.27087C14.7485 7.23203 14.7824 7.18925 14.8135 7.14099L14.8154 7.13806C14.8354 7.10658 14.8493 7.07842 14.8564 7.06384L14.8652 7.04626L14.8662 7.04431L14.8672 7.04333C14.8672 7.04333 14.868 7.04057 14.8691 7.03845C14.8709 7.03512 14.8758 7.02671 14.8799 7.01892L14.8802 7.01839C14.8888 7.002 14.9034 6.97423 14.917 6.93982V6.93787C14.9303 6.90375 14.9391 6.87285 14.9443 6.85388C14.9469 6.84458 14.9498 6.83567 14.9512 6.83044C14.9527 6.82454 14.9535 6.8228 14.9541 6.82068C14.9541 6.82068 14.9542 6.81753 14.9551 6.81482L14.958 6.80603L14.9586 6.80422C14.9631 6.78961 14.9718 6.76119 14.9785 6.72693V6.72498C15.0066 6.57705 15.0066 6.4246 14.9785 6.27673V6.27478L14.958 6.19568L14.9551 6.18591L14.9531 6.18005L14.9512 6.17224C14.9497 6.1664 14.9481 6.15677 14.9453 6.14685C14.9398 6.12695 14.9307 6.09654 14.917 6.06189C14.9032 6.02688 14.8885 5.99813 14.8799 5.98181C14.8758 5.97402 14.8709 5.96562 14.8691 5.96228L14.8564 5.93689C14.849 5.92177 14.8351 5.89372 14.8154 5.86267L14.8145 5.86072L14.7529 5.7738C14.7316 5.74659 14.7094 5.72129 14.6875 5.69763C14.6837 5.69341 14.6802 5.68854 14.6758 5.68396L9.58496 0.349976Z"
272
+ fill="currentColor"
273
+ />
274
+ </svg>
275
+ </div>
276
+ </div>
277
+ </div>
278
+ </a>
691
279
  </div>
692
280
  </div>
693
- </a>
281
+ </div>
694
282
  </div>
695
283
  </div>
696
284
  `;
697
285
 
698
286
  exports[`renders 2 columns layout correctly 1`] = `
699
- .c9 {
700
- font-family: 'Montserrat',Helvetica,Arial,sans-serif;
701
- font-weight: 400;
702
- text-transform: inherit;
703
- -webkit-letter-spacing: 0;
704
- -moz-letter-spacing: 0;
705
- -ms-letter-spacing: 0;
706
- letter-spacing: 0;
707
- font-size: 1rem;
708
- line-height: 1.25rem;
709
- }
710
-
711
- .c9 span {
712
- font-size: inherit;
713
- line-height: inherit;
714
- }
715
-
716
- .c5 {
717
- display: block;
718
- width: 100%;
719
- height: 100%;
720
- position: relative;
721
- }
722
-
723
- .c6 {
724
- width: 100%;
725
- height: 100%;
726
- display: block;
727
- object-fit: cover;
728
- }
729
-
730
- .c17 {
731
- display: inline-block;
732
- color: #FFFFFF;
733
- fill: currentColor;
734
- }
735
-
736
- .c4 {
737
- width: 100%;
738
- overflow: hidden;
739
- -webkit-flex-shrink: 0;
740
- -ms-flex-negative: 0;
741
- flex-shrink: 0;
742
- background: transparent;
743
- border-radius: 1rem 1rem 0 0;
744
- }
745
-
746
- .c4 img {
747
- width: 100%;
748
- height: auto;
749
- object-fit: cover;
750
- display: block;
751
- }
752
-
753
- .c12 {
754
- font-family: 'Montserrat',Helvetica,Arial,sans-serif;
755
- font-weight: 400;
756
- text-transform: inherit;
757
- -webkit-letter-spacing: 0;
758
- -moz-letter-spacing: 0;
759
- -ms-letter-spacing: 0;
760
- letter-spacing: 0;
761
- font-size: 1rem;
762
- line-height: 1.25rem;
763
- color: #969598;
764
- font-weight: bold;
765
- -webkit-text-decoration: none;
766
- text-decoration: none;
767
- position: relative;
768
- display: inline-block;
769
- }
770
-
771
- .c14 {
772
- height: 4px;
773
- width: 100%;
774
- position: absolute;
775
- left: 0;
776
- bottom: -5px;
777
- -webkit-transition: opacity 0.15s 0.1s;
778
- transition: opacity 0.15s 0.1s;
779
- opacity: 0;
780
- pointer-events: none;
781
- }
782
-
783
- .c16 {
784
- width: 32px;
785
- height: 32px;
786
- border-radius: 50%;
787
- background: #969598;
788
- display: -webkit-box;
789
- display: -webkit-flex;
790
- display: -ms-flexbox;
791
- display: flex;
792
- -webkit-align-items: center;
793
- -webkit-box-align: center;
794
- -ms-flex-align: center;
795
- align-items: center;
796
- -webkit-box-pack: center;
797
- -webkit-justify-content: center;
798
- -ms-flex-pack: center;
799
- justify-content: center;
800
- -webkit-flex-shrink: 0;
801
- -ms-flex-negative: 0;
802
- flex-shrink: 0;
803
- }
804
-
805
- .c2 {
806
- display: -webkit-box;
807
- display: -webkit-flex;
808
- display: -ms-flexbox;
809
- display: flex;
810
- position: relative;
811
- -webkit-flex-direction: column;
812
- -ms-flex-direction: column;
813
- flex-direction: column;
814
- width: 100%;
815
- -webkit-flex: 1 1 auto;
816
- -ms-flex: 1 1 auto;
817
- flex: 1 1 auto;
818
- background: transparent;
819
- border-radius: 1rem;
820
- box-shadow: 0 0 1rem rgba(0,0,0,0.15);
821
- -webkit-text-decoration: none;
822
- text-decoration: none;
823
- overflow: hidden;
824
- cursor: pointer;
825
- box-sizing: border-box;
826
- }
827
-
828
- .c2 img {
829
- -webkit-transform: scale(1.02);
830
- -ms-transform: scale(1.02);
831
- transform: scale(1.02);
832
- -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
833
- -webkit-transition: transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
834
- transition: transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
835
- }
836
-
837
- .c1 {
838
- width: 100%;
839
- -webkit-flex-shrink: 0;
840
- -ms-flex-negative: 0;
841
- flex-shrink: 0;
842
- display: -webkit-box;
843
- display: -webkit-flex;
844
- display: -ms-flexbox;
845
- display: flex;
846
- -webkit-flex-direction: column;
847
- -ms-flex-direction: column;
848
- flex-direction: column;
849
- -webkit-align-self: stretch;
850
- -ms-flex-item-align: stretch;
851
- align-self: stretch;
852
- }
853
-
854
- .c7 {
855
- width: 100%;
856
- background: #FFFFFF;
857
- display: -webkit-box;
858
- display: -webkit-flex;
859
- display: -ms-flexbox;
860
- display: flex;
861
- -webkit-flex-direction: column;
862
- -ms-flex-direction: column;
863
- flex-direction: column;
864
- padding: 2rem;
865
- -webkit-flex: 1;
866
- -ms-flex: 1;
867
- flex: 1;
868
- min-height: 0;
869
- border-radius: 0 0 1rem 1rem;
870
- }
871
-
872
- .c18 {
873
- width: 100%;
874
- background: #BECCF9;
875
- display: -webkit-box;
876
- display: -webkit-flex;
877
- display: -ms-flexbox;
878
- display: flex;
879
- -webkit-flex-direction: column;
880
- -ms-flex-direction: column;
881
- flex-direction: column;
882
- padding: 2rem;
883
- -webkit-flex: 1;
884
- -ms-flex: 1;
885
- flex: 1;
886
- min-height: 0;
887
- border-radius: 0 0 1rem 1rem;
888
- }
889
-
890
- .c8 {
891
- -webkit-flex: 1;
892
- -ms-flex: 1;
893
- flex: 1;
894
- display: -webkit-box;
895
- display: -webkit-flex;
896
- display: -ms-flexbox;
897
- display: flex;
898
- -webkit-flex-direction: column;
899
- -ms-flex-direction: column;
900
- flex-direction: column;
901
- min-height: 0;
902
- }
903
-
904
- .c10 {
905
- width: 100%;
906
- display: -webkit-box;
907
- display: -webkit-flex;
908
- display: -ms-flexbox;
909
- display: flex;
910
- -webkit-flex-direction: row;
911
- -ms-flex-direction: row;
912
- flex-direction: row;
913
- -webkit-align-items: center;
914
- -webkit-box-align: center;
915
- -ms-flex-align: center;
916
- align-items: center;
917
- -webkit-box-pack: justify;
918
- -webkit-justify-content: space-between;
919
- -ms-flex-pack: justify;
920
- justify-content: space-between;
921
- margin-top: auto;
922
- padding-top: 1rem;
923
- }
924
-
925
- .c0 {
926
- display: -webkit-box;
927
- display: -webkit-flex;
928
- display: -ms-flexbox;
929
- display: flex;
930
- -webkit-flex-direction: column;
931
- -ms-flex-direction: column;
932
- flex-direction: column;
933
- width: 100%;
934
- background: transparent;
935
- gap: 1rem;
936
- }
937
-
938
- @media (min-width:740px) {
939
- .c9 {
940
- font-size: 1rem;
941
- line-height: 1.25rem;
942
- }
943
- }
944
-
945
- @media (min-width:1024px) {
946
- .c9 {
947
- font-size: 1.125rem;
948
- line-height: 1.375rem;
949
- }
950
- }
951
-
952
- @media (min-width:740px) {
953
- .c4 img {
954
- -webkit-transition: -webkit-transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
955
- -webkit-transition: transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
956
- transition: transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
957
- -webkit-transform-origin: center;
958
- -ms-transform-origin: center;
959
- transform-origin: center;
960
- }
961
-
962
- .c4 img:hover,
963
- .c4 img:focus {
964
- -webkit-transform: scale(1.08);
965
- -ms-transform: scale(1.08);
966
- transform: scale(1.08);
967
- }
968
- }
969
-
970
- @media (min-width:740px) {
971
- .c12 {
972
- font-size: 1rem;
973
- line-height: 1.25rem;
974
- }
975
- }
976
-
977
- @media (min-width:1024px) {
978
- .c12 {
979
- font-size: 1.125rem;
980
- line-height: 1.375rem;
981
- }
982
- }
983
-
984
- @media (min-width:740px) {
985
- .c2 {
986
- -webkit-transition: -webkit-transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
987
- -webkit-transition: transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
988
- transition: transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
989
- -webkit-transform-origin: center;
990
- -ms-transform-origin: center;
991
- transform-origin: center;
992
- }
993
-
994
- .c2:hover,
995
- .c2:focus {
996
- -webkit-transform: translateY(-0.02px);
997
- -ms-transform: translateY(-0.02px);
998
- transform: translateY(-0.02px);
999
- }
1000
-
1001
- .c2:hover {
1002
- box-shadow: 0 0 1.5rem rgba(0,0,0,0.25);
1003
- }
1004
-
1005
- .c2:hover .c3 img {
1006
- -webkit-transform: scale(1.1);
1007
- -ms-transform: scale(1.1);
1008
- transform: scale(1.1);
1009
- }
1010
-
1011
- .c2:hover .c11 {
1012
- color: #E52630;
1013
- -webkit-text-decoration: none;
1014
- text-decoration: none;
1015
- }
1016
-
1017
- .c2:hover .c13 {
1018
- opacity: 1;
1019
- }
1020
-
1021
- .c2:hover .c15 {
1022
- background: #E52630;
1023
- }
1024
- }
1025
-
1026
- @media (max-width:739px) {
1027
- .c1 {
1028
- max-width: 345px;
1029
- margin: 0;
1030
- }
1031
- }
1032
-
1033
- @media (min-width:740px) and (max-width:1023px) {
1034
- .c1 {
1035
- -webkit-align-self: stretch;
1036
- -ms-flex-item-align: stretch;
1037
- align-self: stretch;
1038
- -webkit-flex: 0 0 345px;
1039
- -ms-flex: 0 0 345px;
1040
- flex: 0 0 345px;
1041
- max-width: 345px;
1042
- }
1043
- }
1044
-
1045
- @media (min-width:1024px) and (max-width:1439px) {
1046
- .c1 {
1047
- -webkit-flex-basis: calc(50% - 1rem);
1048
- -ms-flex-preferred-size: calc(50% - 1rem);
1049
- flex-basis: calc(50% - 1rem);
1050
- min-width: 443px;
1051
- max-width: 564px;
1052
- -webkit-align-self: stretch;
1053
- -ms-flex-item-align: stretch;
1054
- align-self: stretch;
1055
- }
1056
- }
1057
-
1058
- @media (min-width:1440px) {
1059
- .c1 {
1060
- -webkit-flex-basis: unset;
1061
- -ms-flex-preferred-size: unset;
1062
- flex-basis: unset;
1063
- width: 564px;
1064
- -webkit-align-self: stretch;
1065
- -ms-flex-item-align: stretch;
1066
- align-self: stretch;
1067
- }
1068
- }
1069
-
1070
- @media (max-width:739px) {
1071
- .c0 {
1072
- -webkit-flex-direction: column;
1073
- -ms-flex-direction: column;
1074
- flex-direction: column;
1075
- background: transparent;
1076
- }
1077
- }
1078
-
1079
- @media (min-width:740px) {
1080
- .c0 {
1081
- -webkit-flex-direction: row;
1082
- -ms-flex-direction: row;
1083
- flex-direction: row;
1084
- -webkit-flex-wrap: wrap;
1085
- -ms-flex-wrap: wrap;
1086
- flex-wrap: wrap;
1087
- -webkit-box-pack: center;
1088
- -webkit-justify-content: center;
1089
- -ms-flex-pack: center;
1090
- justify-content: center;
1091
- -webkit-align-items: stretch;
1092
- -webkit-box-align: stretch;
1093
- -ms-flex-align: stretch;
1094
- align-items: stretch;
1095
- width: -webkit-fit-content;
1096
- width: -moz-fit-content;
1097
- width: fit-content;
1098
- max-width: 100%;
1099
- margin: 0 auto;
1100
- }
1101
- }
1102
-
1103
- @media (min-width:1440px) {
1104
-
1105
- }
1106
-
1107
287
  <div
1108
- className="c0"
288
+ className="CTAMultiCardstyle__CardsQueryWrapper-sc-gsdqzv-0 qqegF"
1109
289
  >
1110
290
  <div
1111
- className="c1"
291
+ className="CTAMultiCardstyle__CardsSection-sc-gsdqzv-1 eznbgX"
1112
292
  >
1113
- <a
1114
- className="c2"
1115
- href="/test"
1116
- rel={null}
1117
- target="self"
293
+ <div
294
+ className="CTAMultiCardstyle__CardsInner-sc-gsdqzv-2 bvGqKF"
1118
295
  >
1119
296
  <div
1120
- className="c3 c4"
297
+ className="CTAMultiCardstyle__CardsContainer-sc-gsdqzv-3 jZvayd"
1121
298
  >
1122
299
  <div
1123
- className="c5 lazyload"
1124
- height="100%"
1125
- width="100%"
300
+ className="CTACardstyle__CardWrapper-sc-si8xx1-5 iBfhjM"
1126
301
  >
1127
- <img
1128
- alt=""
1129
- className="c6 lazyload"
1130
- data-lowsrc="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPABQDASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAAAAcIBAb/xAAjEAACAgIBBAIDAAAAAAAAAAABAgMEABEGBRIhMQdBE1Fh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQADAQADAAAAAAAAAAAAAAAAAQIDERIT/9oADAMBAAIRAxEAPwBzRcrjVY+0tonyT41nG8y+SLFTkgpQTVFpoqiRZGHc2/egf4RrMM12OHpNi3LsrAjO2vsKCcQtvkbTW570sMUt6xphJKnd+Ma9A78ZRWcS+SWNLpNMqAdQidVaSxErEA6ZgCNj9YZNPTOTpJW7+ovdlnLHyjgAD6GGPug+bP/Z"
1131
- data-sizes="auto"
1132
- data-src="@component-library/src/styleguide/assets/challenge-1.jpg"
1133
- data-srcset="@component-library/src/styleguide/assets/challenge-1.jpg 678w"
1134
- height="100%"
1135
- src="@component-library/src/styleguide/assets/challenge-1.jpg"
1136
- srcSet="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
1137
- width="100%"
1138
- />
1139
- </div>
1140
- </div>
1141
- <div
1142
- className="c7"
1143
- >
1144
- <div
1145
- className="c8"
1146
- >
1147
- <p
1148
- className="c9"
1149
- >
1150
- <strong>
1151
- Load
1152
- </strong>
1153
- of text here
1154
- </p>
1155
- </div>
1156
- <div
1157
- className="c10"
1158
- >
1159
- <span
1160
- className="c11 c12"
1161
- >
1162
- test go
1163
- <img
1164
- alt=""
1165
- aria-hidden="true"
1166
- className="c13 c14"
1167
- src="mock.asset"
1168
- />
1169
- </span>
1170
- <div
1171
- className="c15 c16"
302
+ <a
303
+ className="CTACardstyle__CardLink-sc-si8xx1-4 cQAxla"
304
+ href="/test"
305
+ rel={null}
306
+ target="self"
1172
307
  >
1173
- <svg
1174
- className="c17"
1175
- fill="none"
1176
- height="13"
1177
- viewBox="0 0 15 13"
1178
- width="15"
1179
- xmlns="http://www.w3.org/2000/svg"
308
+ <div
309
+ className="CTACardstyle__ImageWrapper-sc-si8xx1-0 etphrL"
1180
310
  >
1181
- <path
1182
- d="M9.58496 0.349976C9.1395 -0.116662 8.40641 -0.116634 7.96094 0.349976C7.52803 0.803486 7.5281 1.53021 7.96094 1.98376L11.1582 5.33337H1.13672C0.48748 5.33337 0 5.87822 0 6.50037C2.15408e-05 7.1225 0.487494 7.66736 1.13672 7.66736H11.1582L7.96094 11.017C7.52806 11.4705 7.52899 12.1972 7.96191 12.6508C8.18163 12.8803 8.47556 13.0004 8.77344 13.0004C9.07114 13.0002 9.36533 12.8808 9.58496 12.6508L14.6758 7.31677L14.6748 7.3158L14.6875 7.3031L14.6865 7.30212C14.6954 7.29215 14.7044 7.28482 14.71 7.27771C14.7117 7.27545 14.7133 7.27285 14.7148 7.27087C14.7485 7.23203 14.7824 7.18925 14.8135 7.14099L14.8154 7.13806C14.8354 7.10658 14.8493 7.07842 14.8564 7.06384L14.8652 7.04626L14.8662 7.04431L14.8672 7.04333C14.8672 7.04333 14.868 7.04057 14.8691 7.03845C14.8709 7.03512 14.8758 7.02671 14.8799 7.01892L14.8802 7.01839C14.8888 7.002 14.9034 6.97423 14.917 6.93982V6.93787C14.9303 6.90375 14.9391 6.87285 14.9443 6.85388C14.9469 6.84458 14.9498 6.83567 14.9512 6.83044C14.9527 6.82454 14.9535 6.8228 14.9541 6.82068C14.9541 6.82068 14.9542 6.81753 14.9551 6.81482L14.958 6.80603L14.9586 6.80422C14.9631 6.78961 14.9718 6.76119 14.9785 6.72693V6.72498C15.0066 6.57705 15.0066 6.4246 14.9785 6.27673V6.27478L14.958 6.19568L14.9551 6.18591L14.9531 6.18005L14.9512 6.17224C14.9497 6.1664 14.9481 6.15677 14.9453 6.14685C14.9398 6.12695 14.9307 6.09654 14.917 6.06189C14.9032 6.02688 14.8885 5.99813 14.8799 5.98181C14.8758 5.97402 14.8709 5.96562 14.8691 5.96228L14.8564 5.93689C14.849 5.92177 14.8351 5.89372 14.8154 5.86267L14.8145 5.86072L14.7529 5.7738C14.7316 5.74659 14.7094 5.72129 14.6875 5.69763C14.6837 5.69341 14.6802 5.68854 14.6758 5.68396L9.58496 0.349976Z"
1183
- fill="currentColor"
1184
- />
1185
- </svg>
1186
- </div>
1187
- </div>
1188
- </div>
1189
- </a>
1190
- </div>
1191
- <div
1192
- className="c1"
1193
- >
1194
- <a
1195
- className="c2"
1196
- rel={null}
1197
- target="self"
1198
- >
1199
- <div
1200
- className="c3 c4"
1201
- >
1202
- <div
1203
- className="c5 lazyload"
1204
- height="100%"
1205
- width="100%"
1206
- >
1207
- <img
1208
- alt=""
1209
- className="c6 lazyload"
1210
- data-lowsrc="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPABQDASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAAAAcIBAb/xAAjEAACAgIBBAIDAAAAAAAAAAABAgMEABEGBRIhMQdBE1Fh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQADAQADAAAAAAAAAAAAAAAAAQIDERIT/9oADAMBAAIRAxEAPwBzRcrjVY+0tonyT41nG8y+SLFTkgpQTVFpoqiRZGHc2/egf4RrMM12OHpNi3LsrAjO2vsKCcQtvkbTW570sMUt6xphJKnd+Ma9A78ZRWcS+SWNLpNMqAdQidVaSxErEA6ZgCNj9YZNPTOTpJW7+ovdlnLHyjgAD6GGPug+bP/Z"
1211
- data-sizes="auto"
1212
- data-src="@component-library/src/styleguide/assets/challenge-1.jpg"
1213
- data-srcset="@component-library/src/styleguide/assets/challenge-1.jpg 678w"
1214
- height="100%"
1215
- src="@component-library/src/styleguide/assets/challenge-1.jpg"
1216
- srcSet="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
1217
- width="100%"
1218
- />
1219
- </div>
1220
- </div>
1221
- <div
1222
- className="c7"
1223
- >
1224
- <div
1225
- className="c8"
1226
- >
1227
- <p
1228
- className="c9"
1229
- >
1230
- <strong>
1231
- Load
1232
- </strong>
1233
- of text here
1234
- </p>
1235
- </div>
1236
- </div>
1237
- </a>
1238
- </div>
1239
- <div
1240
- className="c1"
1241
- >
1242
- <a
1243
- className="c2"
1244
- href="/test"
1245
- rel={null}
1246
- target="self"
1247
- >
1248
- <div
1249
- className="c3 c4"
1250
- >
1251
- <div
1252
- className="c5 lazyload"
1253
- height="100%"
1254
- width="100%"
1255
- >
1256
- <img
1257
- alt=""
1258
- className="c6 lazyload"
1259
- data-lowsrc="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPABQDASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAAAAcIBAb/xAAjEAACAgIBBAIDAAAAAAAAAAABAgMEABEGBRIhMQdBE1Fh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQADAQADAAAAAAAAAAAAAAAAAQIDERIT/9oADAMBAAIRAxEAPwBzRcrjVY+0tonyT41nG8y+SLFTkgpQTVFpoqiRZGHc2/egf4RrMM12OHpNi3LsrAjO2vsKCcQtvkbTW570sMUt6xphJKnd+Ma9A78ZRWcS+SWNLpNMqAdQidVaSxErEA6ZgCNj9YZNPTOTpJW7+ovdlnLHyjgAD6GGPug+bP/Z"
1260
- data-sizes="auto"
1261
- data-src="@component-library/src/styleguide/assets/challenge-1.jpg"
1262
- data-srcset="@component-library/src/styleguide/assets/challenge-1.jpg 678w"
1263
- height="100%"
1264
- src="@component-library/src/styleguide/assets/challenge-1.jpg"
1265
- srcSet="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
1266
- width="100%"
1267
- />
1268
- </div>
1269
- </div>
1270
- <div
1271
- className="c7"
1272
- >
1273
- <div
1274
- className="c8"
1275
- >
1276
- <p
1277
- className="c9"
1278
- >
1279
- <strong>
1280
- Load
1281
- </strong>
1282
- of text here
1283
- </p>
311
+ <div
312
+ className="Picture__Wrapper-sc-1x3z81z-0 eioWif lazyload"
313
+ height="100%"
314
+ width="100%"
315
+ >
316
+ <img
317
+ alt=""
318
+ className="Picture__Image-sc-1x3z81z-1 cFGEzv lazyload"
319
+ data-lowsrc="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPABQDASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAAAAcIBAb/xAAjEAACAgIBBAIDAAAAAAAAAAABAgMEABEGBRIhMQdBE1Fh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQADAQADAAAAAAAAAAAAAAAAAQIDERIT/9oADAMBAAIRAxEAPwBzRcrjVY+0tonyT41nG8y+SLFTkgpQTVFpoqiRZGHc2/egf4RrMM12OHpNi3LsrAjO2vsKCcQtvkbTW570sMUt6xphJKnd+Ma9A78ZRWcS+SWNLpNMqAdQidVaSxErEA6ZgCNj9YZNPTOTpJW7+ovdlnLHyjgAD6GGPug+bP/Z"
320
+ data-sizes="auto"
321
+ data-src="@component-library/src/styleguide/assets/challenge-1.jpg"
322
+ data-srcset="@component-library/src/styleguide/assets/challenge-1.jpg 678w"
323
+ height="100%"
324
+ src="@component-library/src/styleguide/assets/challenge-1.jpg"
325
+ srcSet="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
326
+ width="100%"
327
+ />
328
+ </div>
329
+ </div>
330
+ <div
331
+ className="CTACardstyle__CopyAndLinkSection-sc-si8xx1-6 lfZISm"
332
+ >
333
+ <div
334
+ className="CTACardstyle__Copy-sc-si8xx1-7 fEOMnm"
335
+ >
336
+ <p
337
+ className="Text__BaseText-sc-1snl0ya-0 ffxkcd"
338
+ >
339
+ <strong>
340
+ Load
341
+ </strong>
342
+ of text here
343
+ </p>
344
+ </div>
345
+ <div
346
+ className="CTACardstyle__CTA-sc-si8xx1-9 jMJgoR"
347
+ >
348
+ <span
349
+ className="CTACardstyle__CTAText-sc-si8xx1-1 dQjaWt"
350
+ >
351
+ test go
352
+ <img
353
+ alt=""
354
+ aria-hidden="true"
355
+ className="CTACardstyle__CTATextUnderline-sc-si8xx1-2 jSsByL"
356
+ src="mock.asset"
357
+ />
358
+ </span>
359
+ <div
360
+ className="CTACardstyle__ArrowIconWrapper-sc-si8xx1-3 cRsJKs"
361
+ >
362
+ <svg
363
+ className="_ArrowIcon__StyledArrowIcon-sc-mqq2gw-0 eyuoan"
364
+ fill="none"
365
+ height="13"
366
+ viewBox="0 0 15 13"
367
+ width="15"
368
+ xmlns="http://www.w3.org/2000/svg"
369
+ >
370
+ <path
371
+ d="M9.58496 0.349976C9.1395 -0.116662 8.40641 -0.116634 7.96094 0.349976C7.52803 0.803486 7.5281 1.53021 7.96094 1.98376L11.1582 5.33337H1.13672C0.48748 5.33337 0 5.87822 0 6.50037C2.15408e-05 7.1225 0.487494 7.66736 1.13672 7.66736H11.1582L7.96094 11.017C7.52806 11.4705 7.52899 12.1972 7.96191 12.6508C8.18163 12.8803 8.47556 13.0004 8.77344 13.0004C9.07114 13.0002 9.36533 12.8808 9.58496 12.6508L14.6758 7.31677L14.6748 7.3158L14.6875 7.3031L14.6865 7.30212C14.6954 7.29215 14.7044 7.28482 14.71 7.27771C14.7117 7.27545 14.7133 7.27285 14.7148 7.27087C14.7485 7.23203 14.7824 7.18925 14.8135 7.14099L14.8154 7.13806C14.8354 7.10658 14.8493 7.07842 14.8564 7.06384L14.8652 7.04626L14.8662 7.04431L14.8672 7.04333C14.8672 7.04333 14.868 7.04057 14.8691 7.03845C14.8709 7.03512 14.8758 7.02671 14.8799 7.01892L14.8802 7.01839C14.8888 7.002 14.9034 6.97423 14.917 6.93982V6.93787C14.9303 6.90375 14.9391 6.87285 14.9443 6.85388C14.9469 6.84458 14.9498 6.83567 14.9512 6.83044C14.9527 6.82454 14.9535 6.8228 14.9541 6.82068C14.9541 6.82068 14.9542 6.81753 14.9551 6.81482L14.958 6.80603L14.9586 6.80422C14.9631 6.78961 14.9718 6.76119 14.9785 6.72693V6.72498C15.0066 6.57705 15.0066 6.4246 14.9785 6.27673V6.27478L14.958 6.19568L14.9551 6.18591L14.9531 6.18005L14.9512 6.17224C14.9497 6.1664 14.9481 6.15677 14.9453 6.14685C14.9398 6.12695 14.9307 6.09654 14.917 6.06189C14.9032 6.02688 14.8885 5.99813 14.8799 5.98181C14.8758 5.97402 14.8709 5.96562 14.8691 5.96228L14.8564 5.93689C14.849 5.92177 14.8351 5.89372 14.8154 5.86267L14.8145 5.86072L14.7529 5.7738C14.7316 5.74659 14.7094 5.72129 14.6875 5.69763C14.6837 5.69341 14.6802 5.68854 14.6758 5.68396L9.58496 0.349976Z"
372
+ fill="currentColor"
373
+ />
374
+ </svg>
375
+ </div>
376
+ </div>
377
+ </div>
378
+ </a>
1284
379
  </div>
1285
380
  <div
1286
- className="c10"
381
+ className="CTACardstyle__CardWrapper-sc-si8xx1-5 iBfhjM"
1287
382
  >
1288
- <span
1289
- className="c11 c12"
1290
- >
1291
- test go
1292
- <img
1293
- alt=""
1294
- aria-hidden="true"
1295
- className="c13 c14"
1296
- src="mock.asset"
1297
- />
1298
- </span>
1299
383
  <div
1300
- className="c15 c16"
384
+ className="CTACardstyle__CardLink-sc-si8xx1-4 lbrljd"
1301
385
  >
1302
- <svg
1303
- className="c17"
1304
- fill="none"
1305
- height="13"
1306
- viewBox="0 0 15 13"
1307
- width="15"
1308
- xmlns="http://www.w3.org/2000/svg"
386
+ <div
387
+ className="CTACardstyle__ImageWrapper-sc-si8xx1-0 etphrL"
388
+ >
389
+ <div
390
+ className="Picture__Wrapper-sc-1x3z81z-0 eioWif lazyload"
391
+ height="100%"
392
+ width="100%"
393
+ >
394
+ <img
395
+ alt=""
396
+ className="Picture__Image-sc-1x3z81z-1 cFGEzv lazyload"
397
+ data-lowsrc="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPABQDASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAAAAcIBAb/xAAjEAACAgIBBAIDAAAAAAAAAAABAgMEABEGBRIhMQdBE1Fh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQADAQADAAAAAAAAAAAAAAAAAQIDERIT/9oADAMBAAIRAxEAPwBzRcrjVY+0tonyT41nG8y+SLFTkgpQTVFpoqiRZGHc2/egf4RrMM12OHpNi3LsrAjO2vsKCcQtvkbTW570sMUt6xphJKnd+Ma9A78ZRWcS+SWNLpNMqAdQidVaSxErEA6ZgCNj9YZNPTOTpJW7+ovdlnLHyjgAD6GGPug+bP/Z"
398
+ data-sizes="auto"
399
+ data-src="@component-library/src/styleguide/assets/challenge-1.jpg"
400
+ data-srcset="@component-library/src/styleguide/assets/challenge-1.jpg 678w"
401
+ height="100%"
402
+ src="@component-library/src/styleguide/assets/challenge-1.jpg"
403
+ srcSet="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
404
+ width="100%"
405
+ />
406
+ </div>
407
+ </div>
408
+ <div
409
+ className="CTACardstyle__CopyAndLinkSection-sc-si8xx1-6 lfZISm"
1309
410
  >
1310
- <path
1311
- d="M9.58496 0.349976C9.1395 -0.116662 8.40641 -0.116634 7.96094 0.349976C7.52803 0.803486 7.5281 1.53021 7.96094 1.98376L11.1582 5.33337H1.13672C0.48748 5.33337 0 5.87822 0 6.50037C2.15408e-05 7.1225 0.487494 7.66736 1.13672 7.66736H11.1582L7.96094 11.017C7.52806 11.4705 7.52899 12.1972 7.96191 12.6508C8.18163 12.8803 8.47556 13.0004 8.77344 13.0004C9.07114 13.0002 9.36533 12.8808 9.58496 12.6508L14.6758 7.31677L14.6748 7.3158L14.6875 7.3031L14.6865 7.30212C14.6954 7.29215 14.7044 7.28482 14.71 7.27771C14.7117 7.27545 14.7133 7.27285 14.7148 7.27087C14.7485 7.23203 14.7824 7.18925 14.8135 7.14099L14.8154 7.13806C14.8354 7.10658 14.8493 7.07842 14.8564 7.06384L14.8652 7.04626L14.8662 7.04431L14.8672 7.04333C14.8672 7.04333 14.868 7.04057 14.8691 7.03845C14.8709 7.03512 14.8758 7.02671 14.8799 7.01892L14.8802 7.01839C14.8888 7.002 14.9034 6.97423 14.917 6.93982V6.93787C14.9303 6.90375 14.9391 6.87285 14.9443 6.85388C14.9469 6.84458 14.9498 6.83567 14.9512 6.83044C14.9527 6.82454 14.9535 6.8228 14.9541 6.82068C14.9541 6.82068 14.9542 6.81753 14.9551 6.81482L14.958 6.80603L14.9586 6.80422C14.9631 6.78961 14.9718 6.76119 14.9785 6.72693V6.72498C15.0066 6.57705 15.0066 6.4246 14.9785 6.27673V6.27478L14.958 6.19568L14.9551 6.18591L14.9531 6.18005L14.9512 6.17224C14.9497 6.1664 14.9481 6.15677 14.9453 6.14685C14.9398 6.12695 14.9307 6.09654 14.917 6.06189C14.9032 6.02688 14.8885 5.99813 14.8799 5.98181C14.8758 5.97402 14.8709 5.96562 14.8691 5.96228L14.8564 5.93689C14.849 5.92177 14.8351 5.89372 14.8154 5.86267L14.8145 5.86072L14.7529 5.7738C14.7316 5.74659 14.7094 5.72129 14.6875 5.69763C14.6837 5.69341 14.6802 5.68854 14.6758 5.68396L9.58496 0.349976Z"
1312
- fill="currentColor"
1313
- />
1314
- </svg>
411
+ <div
412
+ className="CTACardstyle__Copy-sc-si8xx1-7 fEOMnm"
413
+ >
414
+ <p
415
+ className="Text__BaseText-sc-1snl0ya-0 ffxkcd"
416
+ >
417
+ <strong>
418
+ Load
419
+ </strong>
420
+ of text here
421
+ </p>
422
+ </div>
423
+ </div>
1315
424
  </div>
1316
425
  </div>
1317
- </div>
1318
- </a>
1319
- </div>
1320
- <div
1321
- className="c1"
1322
- >
1323
- <a
1324
- className="c2"
1325
- href="/test-no-image"
1326
- rel={null}
1327
- target="self"
1328
- >
1329
- <div
1330
- className="c18"
1331
- >
1332
426
  <div
1333
- className="c8"
427
+ className="CTACardstyle__CardWrapper-sc-si8xx1-5 iBfhjM"
1334
428
  >
1335
- <p
1336
- className="c9"
429
+ <a
430
+ className="CTACardstyle__CardLink-sc-si8xx1-4 cQAxla"
431
+ href="/test"
432
+ rel={null}
433
+ target="self"
1337
434
  >
1338
- Load of text here
1339
- </p>
435
+ <div
436
+ className="CTACardstyle__ImageWrapper-sc-si8xx1-0 etphrL"
437
+ >
438
+ <div
439
+ className="Picture__Wrapper-sc-1x3z81z-0 eioWif lazyload"
440
+ height="100%"
441
+ width="100%"
442
+ >
443
+ <img
444
+ alt=""
445
+ className="Picture__Image-sc-1x3z81z-1 cFGEzv lazyload"
446
+ data-lowsrc="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPABQDASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAAAAcIBAb/xAAjEAACAgIBBAIDAAAAAAAAAAABAgMEABEGBRIhMQdBE1Fh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQADAQADAAAAAAAAAAAAAAAAAQIDERIT/9oADAMBAAIRAxEAPwBzRcrjVY+0tonyT41nG8y+SLFTkgpQTVFpoqiRZGHc2/egf4RrMM12OHpNi3LsrAjO2vsKCcQtvkbTW570sMUt6xphJKnd+Ma9A78ZRWcS+SWNLpNMqAdQidVaSxErEA6ZgCNj9YZNPTOTpJW7+ovdlnLHyjgAD6GGPug+bP/Z"
447
+ data-sizes="auto"
448
+ data-src="@component-library/src/styleguide/assets/challenge-1.jpg"
449
+ data-srcset="@component-library/src/styleguide/assets/challenge-1.jpg 678w"
450
+ height="100%"
451
+ src="@component-library/src/styleguide/assets/challenge-1.jpg"
452
+ srcSet="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
453
+ width="100%"
454
+ />
455
+ </div>
456
+ </div>
457
+ <div
458
+ className="CTACardstyle__CopyAndLinkSection-sc-si8xx1-6 lfZISm"
459
+ >
460
+ <div
461
+ className="CTACardstyle__Copy-sc-si8xx1-7 fEOMnm"
462
+ >
463
+ <p
464
+ className="Text__BaseText-sc-1snl0ya-0 ffxkcd"
465
+ >
466
+ <strong>
467
+ Load
468
+ </strong>
469
+ of text here
470
+ </p>
471
+ </div>
472
+ <div
473
+ className="CTACardstyle__CTA-sc-si8xx1-9 jMJgoR"
474
+ >
475
+ <span
476
+ className="CTACardstyle__CTAText-sc-si8xx1-1 dQjaWt"
477
+ >
478
+ test go
479
+ <img
480
+ alt=""
481
+ aria-hidden="true"
482
+ className="CTACardstyle__CTATextUnderline-sc-si8xx1-2 jSsByL"
483
+ src="mock.asset"
484
+ />
485
+ </span>
486
+ <div
487
+ className="CTACardstyle__ArrowIconWrapper-sc-si8xx1-3 cRsJKs"
488
+ >
489
+ <svg
490
+ className="_ArrowIcon__StyledArrowIcon-sc-mqq2gw-0 eyuoan"
491
+ fill="none"
492
+ height="13"
493
+ viewBox="0 0 15 13"
494
+ width="15"
495
+ xmlns="http://www.w3.org/2000/svg"
496
+ >
497
+ <path
498
+ d="M9.58496 0.349976C9.1395 -0.116662 8.40641 -0.116634 7.96094 0.349976C7.52803 0.803486 7.5281 1.53021 7.96094 1.98376L11.1582 5.33337H1.13672C0.48748 5.33337 0 5.87822 0 6.50037C2.15408e-05 7.1225 0.487494 7.66736 1.13672 7.66736H11.1582L7.96094 11.017C7.52806 11.4705 7.52899 12.1972 7.96191 12.6508C8.18163 12.8803 8.47556 13.0004 8.77344 13.0004C9.07114 13.0002 9.36533 12.8808 9.58496 12.6508L14.6758 7.31677L14.6748 7.3158L14.6875 7.3031L14.6865 7.30212C14.6954 7.29215 14.7044 7.28482 14.71 7.27771C14.7117 7.27545 14.7133 7.27285 14.7148 7.27087C14.7485 7.23203 14.7824 7.18925 14.8135 7.14099L14.8154 7.13806C14.8354 7.10658 14.8493 7.07842 14.8564 7.06384L14.8652 7.04626L14.8662 7.04431L14.8672 7.04333C14.8672 7.04333 14.868 7.04057 14.8691 7.03845C14.8709 7.03512 14.8758 7.02671 14.8799 7.01892L14.8802 7.01839C14.8888 7.002 14.9034 6.97423 14.917 6.93982V6.93787C14.9303 6.90375 14.9391 6.87285 14.9443 6.85388C14.9469 6.84458 14.9498 6.83567 14.9512 6.83044C14.9527 6.82454 14.9535 6.8228 14.9541 6.82068C14.9541 6.82068 14.9542 6.81753 14.9551 6.81482L14.958 6.80603L14.9586 6.80422C14.9631 6.78961 14.9718 6.76119 14.9785 6.72693V6.72498C15.0066 6.57705 15.0066 6.4246 14.9785 6.27673V6.27478L14.958 6.19568L14.9551 6.18591L14.9531 6.18005L14.9512 6.17224C14.9497 6.1664 14.9481 6.15677 14.9453 6.14685C14.9398 6.12695 14.9307 6.09654 14.917 6.06189C14.9032 6.02688 14.8885 5.99813 14.8799 5.98181C14.8758 5.97402 14.8709 5.96562 14.8691 5.96228L14.8564 5.93689C14.849 5.92177 14.8351 5.89372 14.8154 5.86267L14.8145 5.86072L14.7529 5.7738C14.7316 5.74659 14.7094 5.72129 14.6875 5.69763C14.6837 5.69341 14.6802 5.68854 14.6758 5.68396L9.58496 0.349976Z"
499
+ fill="currentColor"
500
+ />
501
+ </svg>
502
+ </div>
503
+ </div>
504
+ </div>
505
+ </a>
1340
506
  </div>
1341
507
  <div
1342
- className="c10"
508
+ className="CTACardstyle__CardWrapper-sc-si8xx1-5 iBfhjM"
1343
509
  >
1344
- <span
1345
- className="c11 c12"
510
+ <a
511
+ className="CTACardstyle__CardLink-sc-si8xx1-4 cQAxla"
512
+ href="/test-no-image"
513
+ rel={null}
514
+ target="self"
1346
515
  >
1347
- View card
1348
- <img
1349
- alt=""
1350
- aria-hidden="true"
1351
- className="c13 c14"
1352
- src="mock.asset"
1353
- />
1354
- </span>
1355
- <div
1356
- className="c15 c16"
1357
- >
1358
- <svg
1359
- className="c17"
1360
- fill="none"
1361
- height="13"
1362
- viewBox="0 0 15 13"
1363
- width="15"
1364
- xmlns="http://www.w3.org/2000/svg"
516
+ <div
517
+ className="CTACardstyle__CopyAndLinkSection-sc-si8xx1-6 lfZISm"
1365
518
  >
1366
- <path
1367
- d="M9.58496 0.349976C9.1395 -0.116662 8.40641 -0.116634 7.96094 0.349976C7.52803 0.803486 7.5281 1.53021 7.96094 1.98376L11.1582 5.33337H1.13672C0.48748 5.33337 0 5.87822 0 6.50037C2.15408e-05 7.1225 0.487494 7.66736 1.13672 7.66736H11.1582L7.96094 11.017C7.52806 11.4705 7.52899 12.1972 7.96191 12.6508C8.18163 12.8803 8.47556 13.0004 8.77344 13.0004C9.07114 13.0002 9.36533 12.8808 9.58496 12.6508L14.6758 7.31677L14.6748 7.3158L14.6875 7.3031L14.6865 7.30212C14.6954 7.29215 14.7044 7.28482 14.71 7.27771C14.7117 7.27545 14.7133 7.27285 14.7148 7.27087C14.7485 7.23203 14.7824 7.18925 14.8135 7.14099L14.8154 7.13806C14.8354 7.10658 14.8493 7.07842 14.8564 7.06384L14.8652 7.04626L14.8662 7.04431L14.8672 7.04333C14.8672 7.04333 14.868 7.04057 14.8691 7.03845C14.8709 7.03512 14.8758 7.02671 14.8799 7.01892L14.8802 7.01839C14.8888 7.002 14.9034 6.97423 14.917 6.93982V6.93787C14.9303 6.90375 14.9391 6.87285 14.9443 6.85388C14.9469 6.84458 14.9498 6.83567 14.9512 6.83044C14.9527 6.82454 14.9535 6.8228 14.9541 6.82068C14.9541 6.82068 14.9542 6.81753 14.9551 6.81482L14.958 6.80603L14.9586 6.80422C14.9631 6.78961 14.9718 6.76119 14.9785 6.72693V6.72498C15.0066 6.57705 15.0066 6.4246 14.9785 6.27673V6.27478L14.958 6.19568L14.9551 6.18591L14.9531 6.18005L14.9512 6.17224C14.9497 6.1664 14.9481 6.15677 14.9453 6.14685C14.9398 6.12695 14.9307 6.09654 14.917 6.06189C14.9032 6.02688 14.8885 5.99813 14.8799 5.98181C14.8758 5.97402 14.8709 5.96562 14.8691 5.96228L14.8564 5.93689C14.849 5.92177 14.8351 5.89372 14.8154 5.86267L14.8145 5.86072L14.7529 5.7738C14.7316 5.74659 14.7094 5.72129 14.6875 5.69763C14.6837 5.69341 14.6802 5.68854 14.6758 5.68396L9.58496 0.349976Z"
1368
- fill="currentColor"
1369
- />
1370
- </svg>
1371
- </div>
519
+ <div
520
+ className="CTACardstyle__Copy-sc-si8xx1-7 fEOMnm"
521
+ >
522
+ <p
523
+ className="Text__BaseText-sc-1snl0ya-0 ffxkcd"
524
+ >
525
+ Load of text here
526
+ </p>
527
+ </div>
528
+ <div
529
+ className="CTACardstyle__CTA-sc-si8xx1-9 jMJgoR"
530
+ >
531
+ <span
532
+ className="CTACardstyle__CTAText-sc-si8xx1-1 dQjaWt"
533
+ >
534
+ View card
535
+ <img
536
+ alt=""
537
+ aria-hidden="true"
538
+ className="CTACardstyle__CTATextUnderline-sc-si8xx1-2 jSsByL"
539
+ src="mock.asset"
540
+ />
541
+ </span>
542
+ <div
543
+ className="CTACardstyle__ArrowIconWrapper-sc-si8xx1-3 cRsJKs"
544
+ >
545
+ <svg
546
+ className="_ArrowIcon__StyledArrowIcon-sc-mqq2gw-0 eyuoan"
547
+ fill="none"
548
+ height="13"
549
+ viewBox="0 0 15 13"
550
+ width="15"
551
+ xmlns="http://www.w3.org/2000/svg"
552
+ >
553
+ <path
554
+ d="M9.58496 0.349976C9.1395 -0.116662 8.40641 -0.116634 7.96094 0.349976C7.52803 0.803486 7.5281 1.53021 7.96094 1.98376L11.1582 5.33337H1.13672C0.48748 5.33337 0 5.87822 0 6.50037C2.15408e-05 7.1225 0.487494 7.66736 1.13672 7.66736H11.1582L7.96094 11.017C7.52806 11.4705 7.52899 12.1972 7.96191 12.6508C8.18163 12.8803 8.47556 13.0004 8.77344 13.0004C9.07114 13.0002 9.36533 12.8808 9.58496 12.6508L14.6758 7.31677L14.6748 7.3158L14.6875 7.3031L14.6865 7.30212C14.6954 7.29215 14.7044 7.28482 14.71 7.27771C14.7117 7.27545 14.7133 7.27285 14.7148 7.27087C14.7485 7.23203 14.7824 7.18925 14.8135 7.14099L14.8154 7.13806C14.8354 7.10658 14.8493 7.07842 14.8564 7.06384L14.8652 7.04626L14.8662 7.04431L14.8672 7.04333C14.8672 7.04333 14.868 7.04057 14.8691 7.03845C14.8709 7.03512 14.8758 7.02671 14.8799 7.01892L14.8802 7.01839C14.8888 7.002 14.9034 6.97423 14.917 6.93982V6.93787C14.9303 6.90375 14.9391 6.87285 14.9443 6.85388C14.9469 6.84458 14.9498 6.83567 14.9512 6.83044C14.9527 6.82454 14.9535 6.8228 14.9541 6.82068C14.9541 6.82068 14.9542 6.81753 14.9551 6.81482L14.958 6.80603L14.9586 6.80422C14.9631 6.78961 14.9718 6.76119 14.9785 6.72693V6.72498C15.0066 6.57705 15.0066 6.4246 14.9785 6.27673V6.27478L14.958 6.19568L14.9551 6.18591L14.9531 6.18005L14.9512 6.17224C14.9497 6.1664 14.9481 6.15677 14.9453 6.14685C14.9398 6.12695 14.9307 6.09654 14.917 6.06189C14.9032 6.02688 14.8885 5.99813 14.8799 5.98181C14.8758 5.97402 14.8709 5.96562 14.8691 5.96228L14.8564 5.93689C14.849 5.92177 14.8351 5.89372 14.8154 5.86267L14.8145 5.86072L14.7529 5.7738C14.7316 5.74659 14.7094 5.72129 14.6875 5.69763C14.6837 5.69341 14.6802 5.68854 14.6758 5.68396L9.58496 0.349976Z"
555
+ fill="currentColor"
556
+ />
557
+ </svg>
558
+ </div>
559
+ </div>
560
+ </div>
561
+ </a>
1372
562
  </div>
1373
563
  </div>
1374
- </a>
564
+ </div>
1375
565
  </div>
1376
566
  </div>
1377
567
  `;
1378
568
 
1379
569
  exports[`renders carousel mode correctly 1`] = `
1380
- .c9 {
1381
- font-family: 'Montserrat',Helvetica,Arial,sans-serif;
1382
- font-weight: 400;
1383
- text-transform: inherit;
1384
- -webkit-letter-spacing: 0;
1385
- -moz-letter-spacing: 0;
1386
- -ms-letter-spacing: 0;
1387
- letter-spacing: 0;
1388
- font-size: 1rem;
1389
- line-height: 1.25rem;
1390
- }
1391
-
1392
- .c9 span {
1393
- font-size: inherit;
1394
- line-height: inherit;
1395
- }
1396
-
1397
- .c5 {
1398
- display: block;
1399
- width: 100%;
1400
- height: 100%;
1401
- position: relative;
1402
- }
1403
-
1404
- .c6 {
1405
- width: 100%;
1406
- height: 100%;
1407
- display: block;
1408
- object-fit: cover;
1409
- }
1410
-
1411
- .c17 {
1412
- display: inline-block;
1413
- color: #FFFFFF;
1414
- fill: currentColor;
1415
- }
1416
-
1417
- .c4 {
1418
- width: 100%;
1419
- overflow: hidden;
1420
- -webkit-flex-shrink: 0;
1421
- -ms-flex-negative: 0;
1422
- flex-shrink: 0;
1423
- background: transparent;
1424
- border-radius: 1rem 1rem 0 0;
1425
- }
1426
-
1427
- .c4 img {
1428
- width: 100%;
1429
- height: auto;
1430
- object-fit: cover;
1431
- display: block;
1432
- }
1433
-
1434
- .c12 {
1435
- font-family: 'Montserrat',Helvetica,Arial,sans-serif;
1436
- font-weight: 400;
1437
- text-transform: inherit;
1438
- -webkit-letter-spacing: 0;
1439
- -moz-letter-spacing: 0;
1440
- -ms-letter-spacing: 0;
1441
- letter-spacing: 0;
1442
- font-size: 1rem;
1443
- line-height: 1.25rem;
1444
- color: #969598;
1445
- font-weight: bold;
1446
- -webkit-text-decoration: none;
1447
- text-decoration: none;
1448
- position: relative;
1449
- display: inline-block;
1450
- }
1451
-
1452
- .c14 {
1453
- height: 4px;
1454
- width: 100%;
1455
- position: absolute;
1456
- left: 0;
1457
- bottom: -5px;
1458
- -webkit-transition: opacity 0.15s 0.1s;
1459
- transition: opacity 0.15s 0.1s;
1460
- opacity: 0;
1461
- pointer-events: none;
1462
- }
1463
-
1464
- .c16 {
1465
- width: 32px;
1466
- height: 32px;
1467
- border-radius: 50%;
1468
- background: #969598;
1469
- display: -webkit-box;
1470
- display: -webkit-flex;
1471
- display: -ms-flexbox;
1472
- display: flex;
1473
- -webkit-align-items: center;
1474
- -webkit-box-align: center;
1475
- -ms-flex-align: center;
1476
- align-items: center;
1477
- -webkit-box-pack: center;
1478
- -webkit-justify-content: center;
1479
- -ms-flex-pack: center;
1480
- justify-content: center;
1481
- -webkit-flex-shrink: 0;
1482
- -ms-flex-negative: 0;
1483
- flex-shrink: 0;
1484
- }
1485
-
1486
- .c2 {
1487
- display: -webkit-box;
1488
- display: -webkit-flex;
1489
- display: -ms-flexbox;
1490
- display: flex;
1491
- position: relative;
1492
- -webkit-flex-direction: column;
1493
- -ms-flex-direction: column;
1494
- flex-direction: column;
1495
- width: 100%;
1496
- -webkit-flex: 1 1 auto;
1497
- -ms-flex: 1 1 auto;
1498
- flex: 1 1 auto;
1499
- background: transparent;
1500
- border-radius: 1rem;
1501
- box-shadow: 0 0 1rem rgba(0,0,0,0.15);
1502
- -webkit-text-decoration: none;
1503
- text-decoration: none;
1504
- overflow: hidden;
1505
- cursor: pointer;
1506
- box-sizing: border-box;
1507
- }
1508
-
1509
- .c2 img {
1510
- -webkit-transform: scale(1.02);
1511
- -ms-transform: scale(1.02);
1512
- transform: scale(1.02);
1513
- -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
1514
- -webkit-transition: transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
1515
- transition: transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
1516
- }
1517
-
1518
- .c1 {
1519
- width: 100%;
1520
- -webkit-flex-shrink: 0;
1521
- -ms-flex-negative: 0;
1522
- flex-shrink: 0;
1523
- display: -webkit-box;
1524
- display: -webkit-flex;
1525
- display: -ms-flexbox;
1526
- display: flex;
1527
- -webkit-flex-direction: column;
1528
- -ms-flex-direction: column;
1529
- flex-direction: column;
1530
- -webkit-align-self: stretch;
1531
- -ms-flex-item-align: stretch;
1532
- align-self: stretch;
1533
- }
1534
-
1535
- .c7 {
1536
- width: 100%;
1537
- background: #FFFFFF;
1538
- display: -webkit-box;
1539
- display: -webkit-flex;
1540
- display: -ms-flexbox;
1541
- display: flex;
1542
- -webkit-flex-direction: column;
1543
- -ms-flex-direction: column;
1544
- flex-direction: column;
1545
- padding: 2rem;
1546
- -webkit-flex: 1;
1547
- -ms-flex: 1;
1548
- flex: 1;
1549
- min-height: 0;
1550
- border-radius: 0 0 1rem 1rem;
1551
- }
1552
-
1553
- .c18 {
1554
- width: 100%;
1555
- background: #BECCF9;
1556
- display: -webkit-box;
1557
- display: -webkit-flex;
1558
- display: -ms-flexbox;
1559
- display: flex;
1560
- -webkit-flex-direction: column;
1561
- -ms-flex-direction: column;
1562
- flex-direction: column;
1563
- padding: 2rem;
1564
- -webkit-flex: 1;
1565
- -ms-flex: 1;
1566
- flex: 1;
1567
- min-height: 0;
1568
- border-radius: 0 0 1rem 1rem;
1569
- }
1570
-
1571
- .c8 {
1572
- -webkit-flex: 1;
1573
- -ms-flex: 1;
1574
- flex: 1;
1575
- display: -webkit-box;
1576
- display: -webkit-flex;
1577
- display: -ms-flexbox;
1578
- display: flex;
1579
- -webkit-flex-direction: column;
1580
- -ms-flex-direction: column;
1581
- flex-direction: column;
1582
- min-height: 0;
1583
- }
1584
-
1585
- .c10 {
1586
- width: 100%;
1587
- display: -webkit-box;
1588
- display: -webkit-flex;
1589
- display: -ms-flexbox;
1590
- display: flex;
1591
- -webkit-flex-direction: row;
1592
- -ms-flex-direction: row;
1593
- flex-direction: row;
1594
- -webkit-align-items: center;
1595
- -webkit-box-align: center;
1596
- -ms-flex-align: center;
1597
- align-items: center;
1598
- -webkit-box-pack: justify;
1599
- -webkit-justify-content: space-between;
1600
- -ms-flex-pack: justify;
1601
- justify-content: space-between;
1602
- margin-top: auto;
1603
- padding-top: 1rem;
1604
- }
1605
-
1606
- .c0 {
1607
- display: -webkit-box;
1608
- display: -webkit-flex;
1609
- display: -ms-flexbox;
1610
- display: flex;
1611
- -webkit-flex-direction: column;
1612
- -ms-flex-direction: column;
1613
- flex-direction: column;
1614
- width: 100%;
1615
- background: transparent;
1616
- gap: 1rem;
1617
- }
1618
-
1619
- @media (min-width:740px) {
1620
- .c9 {
1621
- font-size: 1rem;
1622
- line-height: 1.25rem;
1623
- }
1624
- }
1625
-
1626
- @media (min-width:1024px) {
1627
- .c9 {
1628
- font-size: 1.125rem;
1629
- line-height: 1.375rem;
1630
- }
1631
- }
1632
-
1633
- @media (min-width:740px) {
1634
- .c4 img {
1635
- -webkit-transition: -webkit-transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
1636
- -webkit-transition: transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
1637
- transition: transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
1638
- -webkit-transform-origin: center;
1639
- -ms-transform-origin: center;
1640
- transform-origin: center;
1641
- }
1642
-
1643
- .c4 img:hover,
1644
- .c4 img:focus {
1645
- -webkit-transform: scale(1.08);
1646
- -ms-transform: scale(1.08);
1647
- transform: scale(1.08);
1648
- }
1649
- }
1650
-
1651
- @media (min-width:740px) {
1652
- .c12 {
1653
- font-size: 1rem;
1654
- line-height: 1.25rem;
1655
- }
1656
- }
1657
-
1658
- @media (min-width:1024px) {
1659
- .c12 {
1660
- font-size: 1.125rem;
1661
- line-height: 1.375rem;
1662
- }
1663
- }
1664
-
1665
- @media (min-width:740px) {
1666
- .c2 {
1667
- -webkit-transition: -webkit-transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
1668
- -webkit-transition: transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
1669
- transition: transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
1670
- -webkit-transform-origin: center;
1671
- -ms-transform-origin: center;
1672
- transform-origin: center;
1673
- }
1674
-
1675
- .c2:hover,
1676
- .c2:focus {
1677
- -webkit-transform: translateY(-0.02px);
1678
- -ms-transform: translateY(-0.02px);
1679
- transform: translateY(-0.02px);
1680
- }
1681
-
1682
- .c2:hover {
1683
- box-shadow: 0 0 1.5rem rgba(0,0,0,0.25);
1684
- }
1685
-
1686
- .c2:hover .c3 img {
1687
- -webkit-transform: scale(1.1);
1688
- -ms-transform: scale(1.1);
1689
- transform: scale(1.1);
1690
- }
1691
-
1692
- .c2:hover .c11 {
1693
- color: #E52630;
1694
- -webkit-text-decoration: none;
1695
- text-decoration: none;
1696
- }
1697
-
1698
- .c2:hover .c13 {
1699
- opacity: 1;
1700
- }
1701
-
1702
- .c2:hover .c15 {
1703
- background: #E52630;
1704
- }
1705
- }
1706
-
1707
- @media (max-width:1023px) {
1708
- .c1 {
1709
- -webkit-scroll-snap-align: start;
1710
- -moz-scroll-snap-align: start;
1711
- -ms-scroll-snap-align: start;
1712
- scroll-snap-align: start;
1713
- -webkit-flex: 0 0 309px;
1714
- -ms-flex: 0 0 309px;
1715
- flex: 0 0 309px;
1716
- width: 309px;
1717
- -webkit-flex-shrink: 0;
1718
- -ms-flex-negative: 0;
1719
- flex-shrink: 0;
1720
- }
1721
- }
1722
-
1723
- @media (min-width:1024px) and (max-width:1439px) {
1724
- .c1 {
1725
- -webkit-flex-basis: calc(33.333% - 1rem);
1726
- -ms-flex-preferred-size: calc(33.333% - 1rem);
1727
- flex-basis: calc(33.333% - 1rem);
1728
- min-width: 286px;
1729
- max-width: 371px;
1730
- -webkit-align-self: stretch;
1731
- -ms-flex-item-align: stretch;
1732
- align-self: stretch;
1733
- }
1734
- }
1735
-
1736
- @media (min-width:1440px) {
1737
- .c1 {
1738
- -webkit-flex-basis: unset;
1739
- -ms-flex-preferred-size: unset;
1740
- flex-basis: unset;
1741
- width: 371px;
1742
- -webkit-align-self: stretch;
1743
- -ms-flex-item-align: stretch;
1744
- align-self: stretch;
1745
- }
1746
- }
1747
-
1748
- @media (min-width:740px) {
1749
- .c0 {
1750
- -webkit-flex-direction: row;
1751
- -ms-flex-direction: row;
1752
- flex-direction: row;
1753
- -webkit-flex-wrap: wrap;
1754
- -ms-flex-wrap: wrap;
1755
- flex-wrap: wrap;
1756
- -webkit-box-pack: center;
1757
- -webkit-justify-content: center;
1758
- -ms-flex-pack: center;
1759
- justify-content: center;
1760
- -webkit-align-items: stretch;
1761
- -webkit-box-align: stretch;
1762
- -ms-flex-align: stretch;
1763
- align-items: stretch;
1764
- width: -webkit-fit-content;
1765
- width: -moz-fit-content;
1766
- width: fit-content;
1767
- max-width: 100%;
1768
- margin: 0 auto;
1769
- }
1770
- }
1771
-
1772
- @media (max-width:1023px) {
1773
- .c0 {
1774
- -webkit-flex-direction: row;
1775
- -ms-flex-direction: row;
1776
- flex-direction: row;
1777
- -webkit-flex-wrap: nowrap;
1778
- -ms-flex-wrap: nowrap;
1779
- flex-wrap: nowrap;
1780
- -webkit-box-pack: start;
1781
- -webkit-justify-content: flex-start;
1782
- -ms-flex-pack: start;
1783
- justify-content: flex-start;
1784
- width: 100%;
1785
- margin: 0;
1786
- max-width: 100%;
1787
- overflow-x: auto;
1788
- overflow-y: hidden;
1789
- -webkit-overflow-scrolling: touch;
1790
- -webkit-scroll-snap-type: x mandatory;
1791
- -moz-scroll-snap-type: x mandatory;
1792
- -ms-scroll-snap-type: x mandatory;
1793
- scroll-snap-type: x mandatory;
1794
- padding: 0.75rem 1rem;
1795
- -webkit-scrollbar-width: none;
1796
- -moz-scrollbar-width: none;
1797
- -ms-scrollbar-width: none;
1798
- scrollbar-width: none;
1799
- -ms-overflow-style: none;
1800
- }
1801
-
1802
- .c0::-webkit-scrollbar {
1803
- display: none;
1804
- }
1805
- }
1806
-
1807
- @media (min-width:1440px) {
1808
- .c0 {
1809
- display: grid;
1810
- -webkit-box-pack: center;
1811
- -webkit-justify-content: center;
1812
- -ms-flex-pack: center;
1813
- justify-content: center;
1814
- -webkit-align-items: stretch;
1815
- -webkit-box-align: stretch;
1816
- -ms-flex-align: stretch;
1817
- align-items: stretch;
1818
- grid-template-columns: repeat(3,minmax(0,371px));
1819
- width: 100%;
1820
- margin: 0 auto;
1821
- max-width: 100%;
1822
- }
1823
- }
1824
-
1825
570
  <div
1826
- className="c0"
571
+ className="CTAMultiCardstyle__CardsQueryWrapper-sc-gsdqzv-0 qqegF"
1827
572
  >
1828
573
  <div
1829
- className="c1"
574
+ className="CTAMultiCardstyle__CardsSection-sc-gsdqzv-1 eznbgX"
1830
575
  >
1831
- <a
1832
- className="c2"
1833
- href="/test"
1834
- rel={null}
1835
- target="self"
576
+ <div
577
+ className="CTAMultiCardstyle__CardsInner-sc-gsdqzv-2 bDNuWh"
1836
578
  >
1837
579
  <div
1838
- className="c3 c4"
580
+ className="CTAMultiCardstyle__CardsContainer-sc-gsdqzv-3 gPXAnw"
1839
581
  >
1840
582
  <div
1841
- className="c5 lazyload"
1842
- height="100%"
1843
- width="100%"
583
+ className="CTACardstyle__CardWrapper-sc-si8xx1-5 hIVGPb"
1844
584
  >
1845
- <img
1846
- alt=""
1847
- className="c6 lazyload"
1848
- data-lowsrc="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPABQDASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAAAAcIBAb/xAAjEAACAgIBBAIDAAAAAAAAAAABAgMEABEGBRIhMQdBE1Fh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQADAQADAAAAAAAAAAAAAAAAAQIDERIT/9oADAMBAAIRAxEAPwBzRcrjVY+0tonyT41nG8y+SLFTkgpQTVFpoqiRZGHc2/egf4RrMM12OHpNi3LsrAjO2vsKCcQtvkbTW570sMUt6xphJKnd+Ma9A78ZRWcS+SWNLpNMqAdQidVaSxErEA6ZgCNj9YZNPTOTpJW7+ovdlnLHyjgAD6GGPug+bP/Z"
1849
- data-sizes="auto"
1850
- data-src="@component-library/src/styleguide/assets/challenge-1.jpg"
1851
- data-srcset="@component-library/src/styleguide/assets/challenge-1.jpg 678w"
1852
- height="100%"
1853
- src="@component-library/src/styleguide/assets/challenge-1.jpg"
1854
- srcSet="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
1855
- width="100%"
1856
- />
1857
- </div>
1858
- </div>
1859
- <div
1860
- className="c7"
1861
- >
1862
- <div
1863
- className="c8"
1864
- >
1865
- <p
1866
- className="c9"
1867
- >
1868
- <strong>
1869
- Load
1870
- </strong>
1871
- of text here
1872
- </p>
1873
- </div>
1874
- <div
1875
- className="c10"
1876
- >
1877
- <span
1878
- className="c11 c12"
1879
- >
1880
- test go
1881
- <img
1882
- alt=""
1883
- aria-hidden="true"
1884
- className="c13 c14"
1885
- src="mock.asset"
1886
- />
1887
- </span>
1888
- <div
1889
- className="c15 c16"
585
+ <a
586
+ className="CTACardstyle__CardLink-sc-si8xx1-4 cQAxla"
587
+ href="/test"
588
+ rel={null}
589
+ target="self"
1890
590
  >
1891
- <svg
1892
- className="c17"
1893
- fill="none"
1894
- height="13"
1895
- viewBox="0 0 15 13"
1896
- width="15"
1897
- xmlns="http://www.w3.org/2000/svg"
591
+ <div
592
+ className="CTACardstyle__ImageWrapper-sc-si8xx1-0 etphrL"
1898
593
  >
1899
- <path
1900
- d="M9.58496 0.349976C9.1395 -0.116662 8.40641 -0.116634 7.96094 0.349976C7.52803 0.803486 7.5281 1.53021 7.96094 1.98376L11.1582 5.33337H1.13672C0.48748 5.33337 0 5.87822 0 6.50037C2.15408e-05 7.1225 0.487494 7.66736 1.13672 7.66736H11.1582L7.96094 11.017C7.52806 11.4705 7.52899 12.1972 7.96191 12.6508C8.18163 12.8803 8.47556 13.0004 8.77344 13.0004C9.07114 13.0002 9.36533 12.8808 9.58496 12.6508L14.6758 7.31677L14.6748 7.3158L14.6875 7.3031L14.6865 7.30212C14.6954 7.29215 14.7044 7.28482 14.71 7.27771C14.7117 7.27545 14.7133 7.27285 14.7148 7.27087C14.7485 7.23203 14.7824 7.18925 14.8135 7.14099L14.8154 7.13806C14.8354 7.10658 14.8493 7.07842 14.8564 7.06384L14.8652 7.04626L14.8662 7.04431L14.8672 7.04333C14.8672 7.04333 14.868 7.04057 14.8691 7.03845C14.8709 7.03512 14.8758 7.02671 14.8799 7.01892L14.8802 7.01839C14.8888 7.002 14.9034 6.97423 14.917 6.93982V6.93787C14.9303 6.90375 14.9391 6.87285 14.9443 6.85388C14.9469 6.84458 14.9498 6.83567 14.9512 6.83044C14.9527 6.82454 14.9535 6.8228 14.9541 6.82068C14.9541 6.82068 14.9542 6.81753 14.9551 6.81482L14.958 6.80603L14.9586 6.80422C14.9631 6.78961 14.9718 6.76119 14.9785 6.72693V6.72498C15.0066 6.57705 15.0066 6.4246 14.9785 6.27673V6.27478L14.958 6.19568L14.9551 6.18591L14.9531 6.18005L14.9512 6.17224C14.9497 6.1664 14.9481 6.15677 14.9453 6.14685C14.9398 6.12695 14.9307 6.09654 14.917 6.06189C14.9032 6.02688 14.8885 5.99813 14.8799 5.98181C14.8758 5.97402 14.8709 5.96562 14.8691 5.96228L14.8564 5.93689C14.849 5.92177 14.8351 5.89372 14.8154 5.86267L14.8145 5.86072L14.7529 5.7738C14.7316 5.74659 14.7094 5.72129 14.6875 5.69763C14.6837 5.69341 14.6802 5.68854 14.6758 5.68396L9.58496 0.349976Z"
1901
- fill="currentColor"
1902
- />
1903
- </svg>
1904
- </div>
1905
- </div>
1906
- </div>
1907
- </a>
1908
- </div>
1909
- <div
1910
- className="c1"
1911
- >
1912
- <a
1913
- className="c2"
1914
- rel={null}
1915
- target="self"
1916
- >
1917
- <div
1918
- className="c3 c4"
1919
- >
1920
- <div
1921
- className="c5 lazyload"
1922
- height="100%"
1923
- width="100%"
1924
- >
1925
- <img
1926
- alt=""
1927
- className="c6 lazyload"
1928
- data-lowsrc="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPABQDASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAAAAcIBAb/xAAjEAACAgIBBAIDAAAAAAAAAAABAgMEABEGBRIhMQdBE1Fh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQADAQADAAAAAAAAAAAAAAAAAQIDERIT/9oADAMBAAIRAxEAPwBzRcrjVY+0tonyT41nG8y+SLFTkgpQTVFpoqiRZGHc2/egf4RrMM12OHpNi3LsrAjO2vsKCcQtvkbTW570sMUt6xphJKnd+Ma9A78ZRWcS+SWNLpNMqAdQidVaSxErEA6ZgCNj9YZNPTOTpJW7+ovdlnLHyjgAD6GGPug+bP/Z"
1929
- data-sizes="auto"
1930
- data-src="@component-library/src/styleguide/assets/challenge-1.jpg"
1931
- data-srcset="@component-library/src/styleguide/assets/challenge-1.jpg 678w"
1932
- height="100%"
1933
- src="@component-library/src/styleguide/assets/challenge-1.jpg"
1934
- srcSet="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
1935
- width="100%"
1936
- />
1937
- </div>
1938
- </div>
1939
- <div
1940
- className="c7"
1941
- >
1942
- <div
1943
- className="c8"
1944
- >
1945
- <p
1946
- className="c9"
1947
- >
1948
- <strong>
1949
- Load
1950
- </strong>
1951
- of text here
1952
- </p>
1953
- </div>
1954
- </div>
1955
- </a>
1956
- </div>
1957
- <div
1958
- className="c1"
1959
- >
1960
- <a
1961
- className="c2"
1962
- href="/test"
1963
- rel={null}
1964
- target="self"
1965
- >
1966
- <div
1967
- className="c3 c4"
1968
- >
1969
- <div
1970
- className="c5 lazyload"
1971
- height="100%"
1972
- width="100%"
1973
- >
1974
- <img
1975
- alt=""
1976
- className="c6 lazyload"
1977
- data-lowsrc="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPABQDASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAAAAcIBAb/xAAjEAACAgIBBAIDAAAAAAAAAAABAgMEABEGBRIhMQdBE1Fh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQADAQADAAAAAAAAAAAAAAAAAQIDERIT/9oADAMBAAIRAxEAPwBzRcrjVY+0tonyT41nG8y+SLFTkgpQTVFpoqiRZGHc2/egf4RrMM12OHpNi3LsrAjO2vsKCcQtvkbTW570sMUt6xphJKnd+Ma9A78ZRWcS+SWNLpNMqAdQidVaSxErEA6ZgCNj9YZNPTOTpJW7+ovdlnLHyjgAD6GGPug+bP/Z"
1978
- data-sizes="auto"
1979
- data-src="@component-library/src/styleguide/assets/challenge-1.jpg"
1980
- data-srcset="@component-library/src/styleguide/assets/challenge-1.jpg 678w"
1981
- height="100%"
1982
- src="@component-library/src/styleguide/assets/challenge-1.jpg"
1983
- srcSet="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
1984
- width="100%"
1985
- />
1986
- </div>
1987
- </div>
1988
- <div
1989
- className="c7"
1990
- >
1991
- <div
1992
- className="c8"
1993
- >
1994
- <p
1995
- className="c9"
1996
- >
1997
- <strong>
1998
- Load
1999
- </strong>
2000
- of text here
2001
- </p>
594
+ <div
595
+ className="Picture__Wrapper-sc-1x3z81z-0 eioWif lazyload"
596
+ height="100%"
597
+ width="100%"
598
+ >
599
+ <img
600
+ alt=""
601
+ className="Picture__Image-sc-1x3z81z-1 cFGEzv lazyload"
602
+ data-lowsrc="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPABQDASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAAAAcIBAb/xAAjEAACAgIBBAIDAAAAAAAAAAABAgMEABEGBRIhMQdBE1Fh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQADAQADAAAAAAAAAAAAAAAAAQIDERIT/9oADAMBAAIRAxEAPwBzRcrjVY+0tonyT41nG8y+SLFTkgpQTVFpoqiRZGHc2/egf4RrMM12OHpNi3LsrAjO2vsKCcQtvkbTW570sMUt6xphJKnd+Ma9A78ZRWcS+SWNLpNMqAdQidVaSxErEA6ZgCNj9YZNPTOTpJW7+ovdlnLHyjgAD6GGPug+bP/Z"
603
+ data-sizes="auto"
604
+ data-src="@component-library/src/styleguide/assets/challenge-1.jpg"
605
+ data-srcset="@component-library/src/styleguide/assets/challenge-1.jpg 678w"
606
+ height="100%"
607
+ src="@component-library/src/styleguide/assets/challenge-1.jpg"
608
+ srcSet="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
609
+ width="100%"
610
+ />
611
+ </div>
612
+ </div>
613
+ <div
614
+ className="CTACardstyle__CopyAndLinkSection-sc-si8xx1-6 lfZISm"
615
+ >
616
+ <div
617
+ className="CTACardstyle__Copy-sc-si8xx1-7 fEOMnm"
618
+ >
619
+ <p
620
+ className="Text__BaseText-sc-1snl0ya-0 ffxkcd"
621
+ >
622
+ <strong>
623
+ Load
624
+ </strong>
625
+ of text here
626
+ </p>
627
+ </div>
628
+ <div
629
+ className="CTACardstyle__CTA-sc-si8xx1-9 jMJgoR"
630
+ >
631
+ <span
632
+ className="CTACardstyle__CTAText-sc-si8xx1-1 dQjaWt"
633
+ >
634
+ test go
635
+ <img
636
+ alt=""
637
+ aria-hidden="true"
638
+ className="CTACardstyle__CTATextUnderline-sc-si8xx1-2 jSsByL"
639
+ src="mock.asset"
640
+ />
641
+ </span>
642
+ <div
643
+ className="CTACardstyle__ArrowIconWrapper-sc-si8xx1-3 cRsJKs"
644
+ >
645
+ <svg
646
+ className="_ArrowIcon__StyledArrowIcon-sc-mqq2gw-0 eyuoan"
647
+ fill="none"
648
+ height="13"
649
+ viewBox="0 0 15 13"
650
+ width="15"
651
+ xmlns="http://www.w3.org/2000/svg"
652
+ >
653
+ <path
654
+ d="M9.58496 0.349976C9.1395 -0.116662 8.40641 -0.116634 7.96094 0.349976C7.52803 0.803486 7.5281 1.53021 7.96094 1.98376L11.1582 5.33337H1.13672C0.48748 5.33337 0 5.87822 0 6.50037C2.15408e-05 7.1225 0.487494 7.66736 1.13672 7.66736H11.1582L7.96094 11.017C7.52806 11.4705 7.52899 12.1972 7.96191 12.6508C8.18163 12.8803 8.47556 13.0004 8.77344 13.0004C9.07114 13.0002 9.36533 12.8808 9.58496 12.6508L14.6758 7.31677L14.6748 7.3158L14.6875 7.3031L14.6865 7.30212C14.6954 7.29215 14.7044 7.28482 14.71 7.27771C14.7117 7.27545 14.7133 7.27285 14.7148 7.27087C14.7485 7.23203 14.7824 7.18925 14.8135 7.14099L14.8154 7.13806C14.8354 7.10658 14.8493 7.07842 14.8564 7.06384L14.8652 7.04626L14.8662 7.04431L14.8672 7.04333C14.8672 7.04333 14.868 7.04057 14.8691 7.03845C14.8709 7.03512 14.8758 7.02671 14.8799 7.01892L14.8802 7.01839C14.8888 7.002 14.9034 6.97423 14.917 6.93982V6.93787C14.9303 6.90375 14.9391 6.87285 14.9443 6.85388C14.9469 6.84458 14.9498 6.83567 14.9512 6.83044C14.9527 6.82454 14.9535 6.8228 14.9541 6.82068C14.9541 6.82068 14.9542 6.81753 14.9551 6.81482L14.958 6.80603L14.9586 6.80422C14.9631 6.78961 14.9718 6.76119 14.9785 6.72693V6.72498C15.0066 6.57705 15.0066 6.4246 14.9785 6.27673V6.27478L14.958 6.19568L14.9551 6.18591L14.9531 6.18005L14.9512 6.17224C14.9497 6.1664 14.9481 6.15677 14.9453 6.14685C14.9398 6.12695 14.9307 6.09654 14.917 6.06189C14.9032 6.02688 14.8885 5.99813 14.8799 5.98181C14.8758 5.97402 14.8709 5.96562 14.8691 5.96228L14.8564 5.93689C14.849 5.92177 14.8351 5.89372 14.8154 5.86267L14.8145 5.86072L14.7529 5.7738C14.7316 5.74659 14.7094 5.72129 14.6875 5.69763C14.6837 5.69341 14.6802 5.68854 14.6758 5.68396L9.58496 0.349976Z"
655
+ fill="currentColor"
656
+ />
657
+ </svg>
658
+ </div>
659
+ </div>
660
+ </div>
661
+ </a>
2002
662
  </div>
2003
663
  <div
2004
- className="c10"
664
+ className="CTACardstyle__CardWrapper-sc-si8xx1-5 hIVGPb"
2005
665
  >
2006
- <span
2007
- className="c11 c12"
2008
- >
2009
- test go
2010
- <img
2011
- alt=""
2012
- aria-hidden="true"
2013
- className="c13 c14"
2014
- src="mock.asset"
2015
- />
2016
- </span>
2017
666
  <div
2018
- className="c15 c16"
667
+ className="CTACardstyle__CardLink-sc-si8xx1-4 lbrljd"
2019
668
  >
2020
- <svg
2021
- className="c17"
2022
- fill="none"
2023
- height="13"
2024
- viewBox="0 0 15 13"
2025
- width="15"
2026
- xmlns="http://www.w3.org/2000/svg"
669
+ <div
670
+ className="CTACardstyle__ImageWrapper-sc-si8xx1-0 etphrL"
671
+ >
672
+ <div
673
+ className="Picture__Wrapper-sc-1x3z81z-0 eioWif lazyload"
674
+ height="100%"
675
+ width="100%"
676
+ >
677
+ <img
678
+ alt=""
679
+ className="Picture__Image-sc-1x3z81z-1 cFGEzv lazyload"
680
+ data-lowsrc="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPABQDASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAAAAcIBAb/xAAjEAACAgIBBAIDAAAAAAAAAAABAgMEABEGBRIhMQdBE1Fh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQADAQADAAAAAAAAAAAAAAAAAQIDERIT/9oADAMBAAIRAxEAPwBzRcrjVY+0tonyT41nG8y+SLFTkgpQTVFpoqiRZGHc2/egf4RrMM12OHpNi3LsrAjO2vsKCcQtvkbTW570sMUt6xphJKnd+Ma9A78ZRWcS+SWNLpNMqAdQidVaSxErEA6ZgCNj9YZNPTOTpJW7+ovdlnLHyjgAD6GGPug+bP/Z"
681
+ data-sizes="auto"
682
+ data-src="@component-library/src/styleguide/assets/challenge-1.jpg"
683
+ data-srcset="@component-library/src/styleguide/assets/challenge-1.jpg 678w"
684
+ height="100%"
685
+ src="@component-library/src/styleguide/assets/challenge-1.jpg"
686
+ srcSet="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
687
+ width="100%"
688
+ />
689
+ </div>
690
+ </div>
691
+ <div
692
+ className="CTACardstyle__CopyAndLinkSection-sc-si8xx1-6 lfZISm"
2027
693
  >
2028
- <path
2029
- d="M9.58496 0.349976C9.1395 -0.116662 8.40641 -0.116634 7.96094 0.349976C7.52803 0.803486 7.5281 1.53021 7.96094 1.98376L11.1582 5.33337H1.13672C0.48748 5.33337 0 5.87822 0 6.50037C2.15408e-05 7.1225 0.487494 7.66736 1.13672 7.66736H11.1582L7.96094 11.017C7.52806 11.4705 7.52899 12.1972 7.96191 12.6508C8.18163 12.8803 8.47556 13.0004 8.77344 13.0004C9.07114 13.0002 9.36533 12.8808 9.58496 12.6508L14.6758 7.31677L14.6748 7.3158L14.6875 7.3031L14.6865 7.30212C14.6954 7.29215 14.7044 7.28482 14.71 7.27771C14.7117 7.27545 14.7133 7.27285 14.7148 7.27087C14.7485 7.23203 14.7824 7.18925 14.8135 7.14099L14.8154 7.13806C14.8354 7.10658 14.8493 7.07842 14.8564 7.06384L14.8652 7.04626L14.8662 7.04431L14.8672 7.04333C14.8672 7.04333 14.868 7.04057 14.8691 7.03845C14.8709 7.03512 14.8758 7.02671 14.8799 7.01892L14.8802 7.01839C14.8888 7.002 14.9034 6.97423 14.917 6.93982V6.93787C14.9303 6.90375 14.9391 6.87285 14.9443 6.85388C14.9469 6.84458 14.9498 6.83567 14.9512 6.83044C14.9527 6.82454 14.9535 6.8228 14.9541 6.82068C14.9541 6.82068 14.9542 6.81753 14.9551 6.81482L14.958 6.80603L14.9586 6.80422C14.9631 6.78961 14.9718 6.76119 14.9785 6.72693V6.72498C15.0066 6.57705 15.0066 6.4246 14.9785 6.27673V6.27478L14.958 6.19568L14.9551 6.18591L14.9531 6.18005L14.9512 6.17224C14.9497 6.1664 14.9481 6.15677 14.9453 6.14685C14.9398 6.12695 14.9307 6.09654 14.917 6.06189C14.9032 6.02688 14.8885 5.99813 14.8799 5.98181C14.8758 5.97402 14.8709 5.96562 14.8691 5.96228L14.8564 5.93689C14.849 5.92177 14.8351 5.89372 14.8154 5.86267L14.8145 5.86072L14.7529 5.7738C14.7316 5.74659 14.7094 5.72129 14.6875 5.69763C14.6837 5.69341 14.6802 5.68854 14.6758 5.68396L9.58496 0.349976Z"
2030
- fill="currentColor"
2031
- />
2032
- </svg>
694
+ <div
695
+ className="CTACardstyle__Copy-sc-si8xx1-7 fEOMnm"
696
+ >
697
+ <p
698
+ className="Text__BaseText-sc-1snl0ya-0 ffxkcd"
699
+ >
700
+ <strong>
701
+ Load
702
+ </strong>
703
+ of text here
704
+ </p>
705
+ </div>
706
+ </div>
2033
707
  </div>
2034
708
  </div>
2035
- </div>
2036
- </a>
2037
- </div>
2038
- <div
2039
- className="c1"
2040
- >
2041
- <a
2042
- className="c2"
2043
- href="/test-no-image"
2044
- rel={null}
2045
- target="self"
2046
- >
2047
- <div
2048
- className="c18"
2049
- >
2050
709
  <div
2051
- className="c8"
710
+ className="CTACardstyle__CardWrapper-sc-si8xx1-5 hIVGPb"
2052
711
  >
2053
- <p
2054
- className="c9"
712
+ <a
713
+ className="CTACardstyle__CardLink-sc-si8xx1-4 cQAxla"
714
+ href="/test"
715
+ rel={null}
716
+ target="self"
2055
717
  >
2056
- Load of text here
2057
- </p>
718
+ <div
719
+ className="CTACardstyle__ImageWrapper-sc-si8xx1-0 etphrL"
720
+ >
721
+ <div
722
+ className="Picture__Wrapper-sc-1x3z81z-0 eioWif lazyload"
723
+ height="100%"
724
+ width="100%"
725
+ >
726
+ <img
727
+ alt=""
728
+ className="Picture__Image-sc-1x3z81z-1 cFGEzv lazyload"
729
+ data-lowsrc="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPABQDASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAAAAcIBAb/xAAjEAACAgIBBAIDAAAAAAAAAAABAgMEABEGBRIhMQdBE1Fh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQADAQADAAAAAAAAAAAAAAAAAQIDERIT/9oADAMBAAIRAxEAPwBzRcrjVY+0tonyT41nG8y+SLFTkgpQTVFpoqiRZGHc2/egf4RrMM12OHpNi3LsrAjO2vsKCcQtvkbTW570sMUt6xphJKnd+Ma9A78ZRWcS+SWNLpNMqAdQidVaSxErEA6ZgCNj9YZNPTOTpJW7+ovdlnLHyjgAD6GGPug+bP/Z"
730
+ data-sizes="auto"
731
+ data-src="@component-library/src/styleguide/assets/challenge-1.jpg"
732
+ data-srcset="@component-library/src/styleguide/assets/challenge-1.jpg 678w"
733
+ height="100%"
734
+ src="@component-library/src/styleguide/assets/challenge-1.jpg"
735
+ srcSet="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
736
+ width="100%"
737
+ />
738
+ </div>
739
+ </div>
740
+ <div
741
+ className="CTACardstyle__CopyAndLinkSection-sc-si8xx1-6 lfZISm"
742
+ >
743
+ <div
744
+ className="CTACardstyle__Copy-sc-si8xx1-7 fEOMnm"
745
+ >
746
+ <p
747
+ className="Text__BaseText-sc-1snl0ya-0 ffxkcd"
748
+ >
749
+ <strong>
750
+ Load
751
+ </strong>
752
+ of text here
753
+ </p>
754
+ </div>
755
+ <div
756
+ className="CTACardstyle__CTA-sc-si8xx1-9 jMJgoR"
757
+ >
758
+ <span
759
+ className="CTACardstyle__CTAText-sc-si8xx1-1 dQjaWt"
760
+ >
761
+ test go
762
+ <img
763
+ alt=""
764
+ aria-hidden="true"
765
+ className="CTACardstyle__CTATextUnderline-sc-si8xx1-2 jSsByL"
766
+ src="mock.asset"
767
+ />
768
+ </span>
769
+ <div
770
+ className="CTACardstyle__ArrowIconWrapper-sc-si8xx1-3 cRsJKs"
771
+ >
772
+ <svg
773
+ className="_ArrowIcon__StyledArrowIcon-sc-mqq2gw-0 eyuoan"
774
+ fill="none"
775
+ height="13"
776
+ viewBox="0 0 15 13"
777
+ width="15"
778
+ xmlns="http://www.w3.org/2000/svg"
779
+ >
780
+ <path
781
+ d="M9.58496 0.349976C9.1395 -0.116662 8.40641 -0.116634 7.96094 0.349976C7.52803 0.803486 7.5281 1.53021 7.96094 1.98376L11.1582 5.33337H1.13672C0.48748 5.33337 0 5.87822 0 6.50037C2.15408e-05 7.1225 0.487494 7.66736 1.13672 7.66736H11.1582L7.96094 11.017C7.52806 11.4705 7.52899 12.1972 7.96191 12.6508C8.18163 12.8803 8.47556 13.0004 8.77344 13.0004C9.07114 13.0002 9.36533 12.8808 9.58496 12.6508L14.6758 7.31677L14.6748 7.3158L14.6875 7.3031L14.6865 7.30212C14.6954 7.29215 14.7044 7.28482 14.71 7.27771C14.7117 7.27545 14.7133 7.27285 14.7148 7.27087C14.7485 7.23203 14.7824 7.18925 14.8135 7.14099L14.8154 7.13806C14.8354 7.10658 14.8493 7.07842 14.8564 7.06384L14.8652 7.04626L14.8662 7.04431L14.8672 7.04333C14.8672 7.04333 14.868 7.04057 14.8691 7.03845C14.8709 7.03512 14.8758 7.02671 14.8799 7.01892L14.8802 7.01839C14.8888 7.002 14.9034 6.97423 14.917 6.93982V6.93787C14.9303 6.90375 14.9391 6.87285 14.9443 6.85388C14.9469 6.84458 14.9498 6.83567 14.9512 6.83044C14.9527 6.82454 14.9535 6.8228 14.9541 6.82068C14.9541 6.82068 14.9542 6.81753 14.9551 6.81482L14.958 6.80603L14.9586 6.80422C14.9631 6.78961 14.9718 6.76119 14.9785 6.72693V6.72498C15.0066 6.57705 15.0066 6.4246 14.9785 6.27673V6.27478L14.958 6.19568L14.9551 6.18591L14.9531 6.18005L14.9512 6.17224C14.9497 6.1664 14.9481 6.15677 14.9453 6.14685C14.9398 6.12695 14.9307 6.09654 14.917 6.06189C14.9032 6.02688 14.8885 5.99813 14.8799 5.98181C14.8758 5.97402 14.8709 5.96562 14.8691 5.96228L14.8564 5.93689C14.849 5.92177 14.8351 5.89372 14.8154 5.86267L14.8145 5.86072L14.7529 5.7738C14.7316 5.74659 14.7094 5.72129 14.6875 5.69763C14.6837 5.69341 14.6802 5.68854 14.6758 5.68396L9.58496 0.349976Z"
782
+ fill="currentColor"
783
+ />
784
+ </svg>
785
+ </div>
786
+ </div>
787
+ </div>
788
+ </a>
2058
789
  </div>
2059
790
  <div
2060
- className="c10"
791
+ className="CTACardstyle__CardWrapper-sc-si8xx1-5 hIVGPb"
2061
792
  >
2062
- <span
2063
- className="c11 c12"
793
+ <a
794
+ className="CTACardstyle__CardLink-sc-si8xx1-4 cQAxla"
795
+ href="/test-no-image"
796
+ rel={null}
797
+ target="self"
2064
798
  >
2065
- View card
2066
- <img
2067
- alt=""
2068
- aria-hidden="true"
2069
- className="c13 c14"
2070
- src="mock.asset"
2071
- />
2072
- </span>
2073
- <div
2074
- className="c15 c16"
2075
- >
2076
- <svg
2077
- className="c17"
2078
- fill="none"
2079
- height="13"
2080
- viewBox="0 0 15 13"
2081
- width="15"
2082
- xmlns="http://www.w3.org/2000/svg"
799
+ <div
800
+ className="CTACardstyle__CopyAndLinkSection-sc-si8xx1-6 lfZISm"
2083
801
  >
2084
- <path
2085
- d="M9.58496 0.349976C9.1395 -0.116662 8.40641 -0.116634 7.96094 0.349976C7.52803 0.803486 7.5281 1.53021 7.96094 1.98376L11.1582 5.33337H1.13672C0.48748 5.33337 0 5.87822 0 6.50037C2.15408e-05 7.1225 0.487494 7.66736 1.13672 7.66736H11.1582L7.96094 11.017C7.52806 11.4705 7.52899 12.1972 7.96191 12.6508C8.18163 12.8803 8.47556 13.0004 8.77344 13.0004C9.07114 13.0002 9.36533 12.8808 9.58496 12.6508L14.6758 7.31677L14.6748 7.3158L14.6875 7.3031L14.6865 7.30212C14.6954 7.29215 14.7044 7.28482 14.71 7.27771C14.7117 7.27545 14.7133 7.27285 14.7148 7.27087C14.7485 7.23203 14.7824 7.18925 14.8135 7.14099L14.8154 7.13806C14.8354 7.10658 14.8493 7.07842 14.8564 7.06384L14.8652 7.04626L14.8662 7.04431L14.8672 7.04333C14.8672 7.04333 14.868 7.04057 14.8691 7.03845C14.8709 7.03512 14.8758 7.02671 14.8799 7.01892L14.8802 7.01839C14.8888 7.002 14.9034 6.97423 14.917 6.93982V6.93787C14.9303 6.90375 14.9391 6.87285 14.9443 6.85388C14.9469 6.84458 14.9498 6.83567 14.9512 6.83044C14.9527 6.82454 14.9535 6.8228 14.9541 6.82068C14.9541 6.82068 14.9542 6.81753 14.9551 6.81482L14.958 6.80603L14.9586 6.80422C14.9631 6.78961 14.9718 6.76119 14.9785 6.72693V6.72498C15.0066 6.57705 15.0066 6.4246 14.9785 6.27673V6.27478L14.958 6.19568L14.9551 6.18591L14.9531 6.18005L14.9512 6.17224C14.9497 6.1664 14.9481 6.15677 14.9453 6.14685C14.9398 6.12695 14.9307 6.09654 14.917 6.06189C14.9032 6.02688 14.8885 5.99813 14.8799 5.98181C14.8758 5.97402 14.8709 5.96562 14.8691 5.96228L14.8564 5.93689C14.849 5.92177 14.8351 5.89372 14.8154 5.86267L14.8145 5.86072L14.7529 5.7738C14.7316 5.74659 14.7094 5.72129 14.6875 5.69763C14.6837 5.69341 14.6802 5.68854 14.6758 5.68396L9.58496 0.349976Z"
2086
- fill="currentColor"
2087
- />
2088
- </svg>
2089
- </div>
802
+ <div
803
+ className="CTACardstyle__Copy-sc-si8xx1-7 fEOMnm"
804
+ >
805
+ <p
806
+ className="Text__BaseText-sc-1snl0ya-0 ffxkcd"
807
+ >
808
+ Load of text here
809
+ </p>
810
+ </div>
811
+ <div
812
+ className="CTACardstyle__CTA-sc-si8xx1-9 jMJgoR"
813
+ >
814
+ <span
815
+ className="CTACardstyle__CTAText-sc-si8xx1-1 dQjaWt"
816
+ >
817
+ View card
818
+ <img
819
+ alt=""
820
+ aria-hidden="true"
821
+ className="CTACardstyle__CTATextUnderline-sc-si8xx1-2 jSsByL"
822
+ src="mock.asset"
823
+ />
824
+ </span>
825
+ <div
826
+ className="CTACardstyle__ArrowIconWrapper-sc-si8xx1-3 cRsJKs"
827
+ >
828
+ <svg
829
+ className="_ArrowIcon__StyledArrowIcon-sc-mqq2gw-0 eyuoan"
830
+ fill="none"
831
+ height="13"
832
+ viewBox="0 0 15 13"
833
+ width="15"
834
+ xmlns="http://www.w3.org/2000/svg"
835
+ >
836
+ <path
837
+ d="M9.58496 0.349976C9.1395 -0.116662 8.40641 -0.116634 7.96094 0.349976C7.52803 0.803486 7.5281 1.53021 7.96094 1.98376L11.1582 5.33337H1.13672C0.48748 5.33337 0 5.87822 0 6.50037C2.15408e-05 7.1225 0.487494 7.66736 1.13672 7.66736H11.1582L7.96094 11.017C7.52806 11.4705 7.52899 12.1972 7.96191 12.6508C8.18163 12.8803 8.47556 13.0004 8.77344 13.0004C9.07114 13.0002 9.36533 12.8808 9.58496 12.6508L14.6758 7.31677L14.6748 7.3158L14.6875 7.3031L14.6865 7.30212C14.6954 7.29215 14.7044 7.28482 14.71 7.27771C14.7117 7.27545 14.7133 7.27285 14.7148 7.27087C14.7485 7.23203 14.7824 7.18925 14.8135 7.14099L14.8154 7.13806C14.8354 7.10658 14.8493 7.07842 14.8564 7.06384L14.8652 7.04626L14.8662 7.04431L14.8672 7.04333C14.8672 7.04333 14.868 7.04057 14.8691 7.03845C14.8709 7.03512 14.8758 7.02671 14.8799 7.01892L14.8802 7.01839C14.8888 7.002 14.9034 6.97423 14.917 6.93982V6.93787C14.9303 6.90375 14.9391 6.87285 14.9443 6.85388C14.9469 6.84458 14.9498 6.83567 14.9512 6.83044C14.9527 6.82454 14.9535 6.8228 14.9541 6.82068C14.9541 6.82068 14.9542 6.81753 14.9551 6.81482L14.958 6.80603L14.9586 6.80422C14.9631 6.78961 14.9718 6.76119 14.9785 6.72693V6.72498C15.0066 6.57705 15.0066 6.4246 14.9785 6.27673V6.27478L14.958 6.19568L14.9551 6.18591L14.9531 6.18005L14.9512 6.17224C14.9497 6.1664 14.9481 6.15677 14.9453 6.14685C14.9398 6.12695 14.9307 6.09654 14.917 6.06189C14.9032 6.02688 14.8885 5.99813 14.8799 5.98181C14.8758 5.97402 14.8709 5.96562 14.8691 5.96228L14.8564 5.93689C14.849 5.92177 14.8351 5.89372 14.8154 5.86267L14.8145 5.86072L14.7529 5.7738C14.7316 5.74659 14.7094 5.72129 14.6875 5.69763C14.6837 5.69341 14.6802 5.68854 14.6758 5.68396L9.58496 0.349976Z"
838
+ fill="currentColor"
839
+ />
840
+ </svg>
841
+ </div>
842
+ </div>
843
+ </div>
844
+ </a>
2090
845
  </div>
2091
846
  </div>
2092
- </a>
847
+ </div>
2093
848
  </div>
2094
849
  </div>
2095
850
  `;
2096
851
 
2097
852
  exports[`renders correctly with data prop 1`] = `
2098
- .c9 {
2099
- font-family: 'Montserrat',Helvetica,Arial,sans-serif;
2100
- font-weight: 400;
2101
- text-transform: inherit;
2102
- -webkit-letter-spacing: 0;
2103
- -moz-letter-spacing: 0;
2104
- -ms-letter-spacing: 0;
2105
- letter-spacing: 0;
2106
- font-size: 1rem;
2107
- line-height: 1.25rem;
2108
- }
2109
-
2110
- .c9 span {
2111
- font-size: inherit;
2112
- line-height: inherit;
2113
- }
2114
-
2115
- .c5 {
2116
- display: block;
2117
- width: 100%;
2118
- height: 100%;
2119
- position: relative;
2120
- }
2121
-
2122
- .c6 {
2123
- width: 100%;
2124
- height: 100%;
2125
- display: block;
2126
- object-fit: cover;
2127
- }
2128
-
2129
- .c17 {
2130
- display: inline-block;
2131
- color: #FFFFFF;
2132
- fill: currentColor;
2133
- }
2134
-
2135
- .c4 {
2136
- width: 100%;
2137
- overflow: hidden;
2138
- -webkit-flex-shrink: 0;
2139
- -ms-flex-negative: 0;
2140
- flex-shrink: 0;
2141
- background: transparent;
2142
- border-radius: 1rem 1rem 0 0;
2143
- }
2144
-
2145
- .c4 img {
2146
- width: 100%;
2147
- height: auto;
2148
- object-fit: cover;
2149
- display: block;
2150
- }
2151
-
2152
- .c12 {
2153
- font-family: 'Montserrat',Helvetica,Arial,sans-serif;
2154
- font-weight: 400;
2155
- text-transform: inherit;
2156
- -webkit-letter-spacing: 0;
2157
- -moz-letter-spacing: 0;
2158
- -ms-letter-spacing: 0;
2159
- letter-spacing: 0;
2160
- font-size: 1rem;
2161
- line-height: 1.25rem;
2162
- color: #969598;
2163
- font-weight: bold;
2164
- -webkit-text-decoration: none;
2165
- text-decoration: none;
2166
- position: relative;
2167
- display: inline-block;
2168
- }
2169
-
2170
- .c14 {
2171
- height: 4px;
2172
- width: 100%;
2173
- position: absolute;
2174
- left: 0;
2175
- bottom: -5px;
2176
- -webkit-transition: opacity 0.15s 0.1s;
2177
- transition: opacity 0.15s 0.1s;
2178
- opacity: 0;
2179
- pointer-events: none;
2180
- }
2181
-
2182
- .c16 {
2183
- width: 32px;
2184
- height: 32px;
2185
- border-radius: 50%;
2186
- background: #969598;
2187
- display: -webkit-box;
2188
- display: -webkit-flex;
2189
- display: -ms-flexbox;
2190
- display: flex;
2191
- -webkit-align-items: center;
2192
- -webkit-box-align: center;
2193
- -ms-flex-align: center;
2194
- align-items: center;
2195
- -webkit-box-pack: center;
2196
- -webkit-justify-content: center;
2197
- -ms-flex-pack: center;
2198
- justify-content: center;
2199
- -webkit-flex-shrink: 0;
2200
- -ms-flex-negative: 0;
2201
- flex-shrink: 0;
2202
- }
2203
-
2204
- .c2 {
2205
- display: -webkit-box;
2206
- display: -webkit-flex;
2207
- display: -ms-flexbox;
2208
- display: flex;
2209
- position: relative;
2210
- -webkit-flex-direction: column;
2211
- -ms-flex-direction: column;
2212
- flex-direction: column;
2213
- width: 100%;
2214
- -webkit-flex: 1 1 auto;
2215
- -ms-flex: 1 1 auto;
2216
- flex: 1 1 auto;
2217
- background: transparent;
2218
- border-radius: 1rem;
2219
- box-shadow: 0 0 1rem rgba(0,0,0,0.15);
2220
- -webkit-text-decoration: none;
2221
- text-decoration: none;
2222
- overflow: hidden;
2223
- cursor: pointer;
2224
- box-sizing: border-box;
2225
- }
2226
-
2227
- .c2 img {
2228
- -webkit-transform: scale(1.02);
2229
- -ms-transform: scale(1.02);
2230
- transform: scale(1.02);
2231
- -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
2232
- -webkit-transition: transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
2233
- transition: transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
2234
- }
2235
-
2236
- .c1 {
2237
- width: 100%;
2238
- -webkit-flex-shrink: 0;
2239
- -ms-flex-negative: 0;
2240
- flex-shrink: 0;
2241
- display: -webkit-box;
2242
- display: -webkit-flex;
2243
- display: -ms-flexbox;
2244
- display: flex;
2245
- -webkit-flex-direction: column;
2246
- -ms-flex-direction: column;
2247
- flex-direction: column;
2248
- -webkit-align-self: stretch;
2249
- -ms-flex-item-align: stretch;
2250
- align-self: stretch;
2251
- }
2252
-
2253
- .c7 {
2254
- width: 100%;
2255
- background: #FFFFFF;
2256
- display: -webkit-box;
2257
- display: -webkit-flex;
2258
- display: -ms-flexbox;
2259
- display: flex;
2260
- -webkit-flex-direction: column;
2261
- -ms-flex-direction: column;
2262
- flex-direction: column;
2263
- padding: 2rem;
2264
- -webkit-flex: 1;
2265
- -ms-flex: 1;
2266
- flex: 1;
2267
- min-height: 0;
2268
- border-radius: 0 0 1rem 1rem;
2269
- }
2270
-
2271
- .c18 {
2272
- width: 100%;
2273
- background: #BECCF9;
2274
- display: -webkit-box;
2275
- display: -webkit-flex;
2276
- display: -ms-flexbox;
2277
- display: flex;
2278
- -webkit-flex-direction: column;
2279
- -ms-flex-direction: column;
2280
- flex-direction: column;
2281
- padding: 2rem;
2282
- -webkit-flex: 1;
2283
- -ms-flex: 1;
2284
- flex: 1;
2285
- min-height: 0;
2286
- border-radius: 0 0 1rem 1rem;
2287
- }
2288
-
2289
- .c8 {
2290
- -webkit-flex: 1;
2291
- -ms-flex: 1;
2292
- flex: 1;
2293
- display: -webkit-box;
2294
- display: -webkit-flex;
2295
- display: -ms-flexbox;
2296
- display: flex;
2297
- -webkit-flex-direction: column;
2298
- -ms-flex-direction: column;
2299
- flex-direction: column;
2300
- min-height: 0;
2301
- }
2302
-
2303
- .c10 {
2304
- width: 100%;
2305
- display: -webkit-box;
2306
- display: -webkit-flex;
2307
- display: -ms-flexbox;
2308
- display: flex;
2309
- -webkit-flex-direction: row;
2310
- -ms-flex-direction: row;
2311
- flex-direction: row;
2312
- -webkit-align-items: center;
2313
- -webkit-box-align: center;
2314
- -ms-flex-align: center;
2315
- align-items: center;
2316
- -webkit-box-pack: justify;
2317
- -webkit-justify-content: space-between;
2318
- -ms-flex-pack: justify;
2319
- justify-content: space-between;
2320
- margin-top: auto;
2321
- padding-top: 1rem;
2322
- }
2323
-
2324
- .c0 {
2325
- display: -webkit-box;
2326
- display: -webkit-flex;
2327
- display: -ms-flexbox;
2328
- display: flex;
2329
- -webkit-flex-direction: column;
2330
- -ms-flex-direction: column;
2331
- flex-direction: column;
2332
- width: 100%;
2333
- background: transparent;
2334
- gap: 1rem;
2335
- }
2336
-
2337
- @media (min-width:740px) {
2338
- .c9 {
2339
- font-size: 1rem;
2340
- line-height: 1.25rem;
2341
- }
2342
- }
2343
-
2344
- @media (min-width:1024px) {
2345
- .c9 {
2346
- font-size: 1.125rem;
2347
- line-height: 1.375rem;
2348
- }
2349
- }
2350
-
2351
- @media (min-width:740px) {
2352
- .c4 img {
2353
- -webkit-transition: -webkit-transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
2354
- -webkit-transition: transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
2355
- transition: transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
2356
- -webkit-transform-origin: center;
2357
- -ms-transform-origin: center;
2358
- transform-origin: center;
2359
- }
2360
-
2361
- .c4 img:hover,
2362
- .c4 img:focus {
2363
- -webkit-transform: scale(1.08);
2364
- -ms-transform: scale(1.08);
2365
- transform: scale(1.08);
2366
- }
2367
- }
2368
-
2369
- @media (min-width:740px) {
2370
- .c12 {
2371
- font-size: 1rem;
2372
- line-height: 1.25rem;
2373
- }
2374
- }
2375
-
2376
- @media (min-width:1024px) {
2377
- .c12 {
2378
- font-size: 1.125rem;
2379
- line-height: 1.375rem;
2380
- }
2381
- }
2382
-
2383
- @media (min-width:740px) {
2384
- .c2 {
2385
- -webkit-transition: -webkit-transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
2386
- -webkit-transition: transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
2387
- transition: transform 0.30000000000000004s cubic-bezier(0.68,-0.8500000000000001,0.265,1.9500000000000002);
2388
- -webkit-transform-origin: center;
2389
- -ms-transform-origin: center;
2390
- transform-origin: center;
2391
- }
2392
-
2393
- .c2:hover,
2394
- .c2:focus {
2395
- -webkit-transform: translateY(-0.02px);
2396
- -ms-transform: translateY(-0.02px);
2397
- transform: translateY(-0.02px);
2398
- }
2399
-
2400
- .c2:hover {
2401
- box-shadow: 0 0 1.5rem rgba(0,0,0,0.25);
2402
- }
2403
-
2404
- .c2:hover .c3 img {
2405
- -webkit-transform: scale(1.1);
2406
- -ms-transform: scale(1.1);
2407
- transform: scale(1.1);
2408
- }
2409
-
2410
- .c2:hover .c11 {
2411
- color: #E52630;
2412
- -webkit-text-decoration: none;
2413
- text-decoration: none;
2414
- }
2415
-
2416
- .c2:hover .c13 {
2417
- opacity: 1;
2418
- }
2419
-
2420
- .c2:hover .c15 {
2421
- background: #E52630;
2422
- }
2423
- }
2424
-
2425
- @media (max-width:739px) {
2426
- .c1 {
2427
- max-width: 309px;
2428
- margin: 0;
2429
- }
2430
- }
2431
-
2432
- @media (min-width:740px) and (max-width:1023px) {
2433
- .c1 {
2434
- -webkit-align-self: stretch;
2435
- -ms-flex-item-align: stretch;
2436
- align-self: stretch;
2437
- -webkit-flex: 0 0 100%;
2438
- -ms-flex: 0 0 100%;
2439
- flex: 0 0 100%;
2440
- max-width: 309px;
2441
- }
2442
- }
2443
-
2444
- @media (min-width:1024px) and (max-width:1439px) {
2445
- .c1 {
2446
- -webkit-flex-basis: calc(33.333% - 1rem);
2447
- -ms-flex-preferred-size: calc(33.333% - 1rem);
2448
- flex-basis: calc(33.333% - 1rem);
2449
- min-width: 286px;
2450
- max-width: 371px;
2451
- -webkit-align-self: stretch;
2452
- -ms-flex-item-align: stretch;
2453
- align-self: stretch;
2454
- }
2455
- }
2456
-
2457
- @media (min-width:1440px) {
2458
- .c1 {
2459
- -webkit-flex-basis: unset;
2460
- -ms-flex-preferred-size: unset;
2461
- flex-basis: unset;
2462
- width: 371px;
2463
- -webkit-align-self: stretch;
2464
- -ms-flex-item-align: stretch;
2465
- align-self: stretch;
2466
- }
2467
- }
2468
-
2469
- @media (max-width:739px) {
2470
- .c0 {
2471
- -webkit-flex-direction: column;
2472
- -ms-flex-direction: column;
2473
- flex-direction: column;
2474
- background: transparent;
2475
- }
2476
- }
2477
-
2478
- @media (min-width:740px) {
2479
- .c0 {
2480
- -webkit-flex-direction: row;
2481
- -ms-flex-direction: row;
2482
- flex-direction: row;
2483
- -webkit-flex-wrap: wrap;
2484
- -ms-flex-wrap: wrap;
2485
- flex-wrap: wrap;
2486
- -webkit-box-pack: center;
2487
- -webkit-justify-content: center;
2488
- -ms-flex-pack: center;
2489
- justify-content: center;
2490
- -webkit-align-items: stretch;
2491
- -webkit-box-align: stretch;
2492
- -ms-flex-align: stretch;
2493
- align-items: stretch;
2494
- width: -webkit-fit-content;
2495
- width: -moz-fit-content;
2496
- width: fit-content;
2497
- max-width: 100%;
2498
- margin: 0 auto;
2499
- }
2500
- }
2501
-
2502
- @media (min-width:1440px) {
2503
- .c0 {
2504
- display: grid;
2505
- -webkit-box-pack: center;
2506
- -webkit-justify-content: center;
2507
- -ms-flex-pack: center;
2508
- justify-content: center;
2509
- -webkit-align-items: stretch;
2510
- -webkit-box-align: stretch;
2511
- -ms-flex-align: stretch;
2512
- align-items: stretch;
2513
- grid-template-columns: repeat(3,minmax(0,371px));
2514
- width: 100%;
2515
- margin: 0 auto;
2516
- max-width: 100%;
2517
- }
2518
- }
2519
-
2520
853
  <div
2521
- className="c0"
854
+ className="CTAMultiCardstyle__CardsQueryWrapper-sc-gsdqzv-0 qqegF"
2522
855
  >
2523
856
  <div
2524
- className="c1"
857
+ className="CTAMultiCardstyle__CardsSection-sc-gsdqzv-1 eznbgX"
2525
858
  >
2526
- <a
2527
- className="c2"
2528
- href="/test"
2529
- rel={null}
2530
- target="self"
859
+ <div
860
+ className="CTAMultiCardstyle__CardsInner-sc-gsdqzv-2 bvGqKF"
2531
861
  >
2532
862
  <div
2533
- className="c3 c4"
863
+ className="CTAMultiCardstyle__CardsContainer-sc-gsdqzv-3 dneGvf"
2534
864
  >
2535
865
  <div
2536
- className="c5 lazyload"
2537
- height="100%"
2538
- width="100%"
866
+ className="CTACardstyle__CardWrapper-sc-si8xx1-5 iHfpaV"
2539
867
  >
2540
- <img
2541
- alt=""
2542
- className="c6 lazyload"
2543
- data-lowsrc="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPABQDASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAAAAcIBAb/xAAjEAACAgIBBAIDAAAAAAAAAAABAgMEABEGBRIhMQdBE1Fh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQADAQADAAAAAAAAAAAAAAAAAQIDERIT/9oADAMBAAIRAxEAPwBzRcrjVY+0tonyT41nG8y+SLFTkgpQTVFpoqiRZGHc2/egf4RrMM12OHpNi3LsrAjO2vsKCcQtvkbTW570sMUt6xphJKnd+Ma9A78ZRWcS+SWNLpNMqAdQidVaSxErEA6ZgCNj9YZNPTOTpJW7+ovdlnLHyjgAD6GGPug+bP/Z"
2544
- data-sizes="auto"
2545
- data-src="@component-library/src/styleguide/assets/challenge-1.jpg"
2546
- data-srcset="@component-library/src/styleguide/assets/challenge-1.jpg 678w"
2547
- height="100%"
2548
- src="@component-library/src/styleguide/assets/challenge-1.jpg"
2549
- srcSet="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
2550
- width="100%"
2551
- />
2552
- </div>
2553
- </div>
2554
- <div
2555
- className="c7"
2556
- >
2557
- <div
2558
- className="c8"
2559
- >
2560
- <p
2561
- className="c9"
2562
- >
2563
- <strong>
2564
- Load
2565
- </strong>
2566
- of text here
2567
- </p>
2568
- </div>
2569
- <div
2570
- className="c10"
2571
- >
2572
- <span
2573
- className="c11 c12"
2574
- >
2575
- test go
2576
- <img
2577
- alt=""
2578
- aria-hidden="true"
2579
- className="c13 c14"
2580
- src="mock.asset"
2581
- />
2582
- </span>
2583
- <div
2584
- className="c15 c16"
868
+ <a
869
+ className="CTACardstyle__CardLink-sc-si8xx1-4 cQAxla"
870
+ href="/test"
871
+ rel={null}
872
+ target="self"
2585
873
  >
2586
- <svg
2587
- className="c17"
2588
- fill="none"
2589
- height="13"
2590
- viewBox="0 0 15 13"
2591
- width="15"
2592
- xmlns="http://www.w3.org/2000/svg"
874
+ <div
875
+ className="CTACardstyle__ImageWrapper-sc-si8xx1-0 etphrL"
2593
876
  >
2594
- <path
2595
- d="M9.58496 0.349976C9.1395 -0.116662 8.40641 -0.116634 7.96094 0.349976C7.52803 0.803486 7.5281 1.53021 7.96094 1.98376L11.1582 5.33337H1.13672C0.48748 5.33337 0 5.87822 0 6.50037C2.15408e-05 7.1225 0.487494 7.66736 1.13672 7.66736H11.1582L7.96094 11.017C7.52806 11.4705 7.52899 12.1972 7.96191 12.6508C8.18163 12.8803 8.47556 13.0004 8.77344 13.0004C9.07114 13.0002 9.36533 12.8808 9.58496 12.6508L14.6758 7.31677L14.6748 7.3158L14.6875 7.3031L14.6865 7.30212C14.6954 7.29215 14.7044 7.28482 14.71 7.27771C14.7117 7.27545 14.7133 7.27285 14.7148 7.27087C14.7485 7.23203 14.7824 7.18925 14.8135 7.14099L14.8154 7.13806C14.8354 7.10658 14.8493 7.07842 14.8564 7.06384L14.8652 7.04626L14.8662 7.04431L14.8672 7.04333C14.8672 7.04333 14.868 7.04057 14.8691 7.03845C14.8709 7.03512 14.8758 7.02671 14.8799 7.01892L14.8802 7.01839C14.8888 7.002 14.9034 6.97423 14.917 6.93982V6.93787C14.9303 6.90375 14.9391 6.87285 14.9443 6.85388C14.9469 6.84458 14.9498 6.83567 14.9512 6.83044C14.9527 6.82454 14.9535 6.8228 14.9541 6.82068C14.9541 6.82068 14.9542 6.81753 14.9551 6.81482L14.958 6.80603L14.9586 6.80422C14.9631 6.78961 14.9718 6.76119 14.9785 6.72693V6.72498C15.0066 6.57705 15.0066 6.4246 14.9785 6.27673V6.27478L14.958 6.19568L14.9551 6.18591L14.9531 6.18005L14.9512 6.17224C14.9497 6.1664 14.9481 6.15677 14.9453 6.14685C14.9398 6.12695 14.9307 6.09654 14.917 6.06189C14.9032 6.02688 14.8885 5.99813 14.8799 5.98181C14.8758 5.97402 14.8709 5.96562 14.8691 5.96228L14.8564 5.93689C14.849 5.92177 14.8351 5.89372 14.8154 5.86267L14.8145 5.86072L14.7529 5.7738C14.7316 5.74659 14.7094 5.72129 14.6875 5.69763C14.6837 5.69341 14.6802 5.68854 14.6758 5.68396L9.58496 0.349976Z"
2596
- fill="currentColor"
2597
- />
2598
- </svg>
2599
- </div>
2600
- </div>
2601
- </div>
2602
- </a>
2603
- </div>
2604
- <div
2605
- className="c1"
2606
- >
2607
- <a
2608
- className="c2"
2609
- rel={null}
2610
- target="self"
2611
- >
2612
- <div
2613
- className="c3 c4"
2614
- >
2615
- <div
2616
- className="c5 lazyload"
2617
- height="100%"
2618
- width="100%"
2619
- >
2620
- <img
2621
- alt=""
2622
- className="c6 lazyload"
2623
- data-lowsrc="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPABQDASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAAAAcIBAb/xAAjEAACAgIBBAIDAAAAAAAAAAABAgMEABEGBRIhMQdBE1Fh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQADAQADAAAAAAAAAAAAAAAAAQIDERIT/9oADAMBAAIRAxEAPwBzRcrjVY+0tonyT41nG8y+SLFTkgpQTVFpoqiRZGHc2/egf4RrMM12OHpNi3LsrAjO2vsKCcQtvkbTW570sMUt6xphJKnd+Ma9A78ZRWcS+SWNLpNMqAdQidVaSxErEA6ZgCNj9YZNPTOTpJW7+ovdlnLHyjgAD6GGPug+bP/Z"
2624
- data-sizes="auto"
2625
- data-src="@component-library/src/styleguide/assets/challenge-1.jpg"
2626
- data-srcset="@component-library/src/styleguide/assets/challenge-1.jpg 678w"
2627
- height="100%"
2628
- src="@component-library/src/styleguide/assets/challenge-1.jpg"
2629
- srcSet="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
2630
- width="100%"
2631
- />
2632
- </div>
2633
- </div>
2634
- <div
2635
- className="c7"
2636
- >
2637
- <div
2638
- className="c8"
2639
- >
2640
- <p
2641
- className="c9"
2642
- >
2643
- <strong>
2644
- Load
2645
- </strong>
2646
- of text here
2647
- </p>
2648
- </div>
2649
- </div>
2650
- </a>
2651
- </div>
2652
- <div
2653
- className="c1"
2654
- >
2655
- <a
2656
- className="c2"
2657
- href="/test"
2658
- rel={null}
2659
- target="self"
2660
- >
2661
- <div
2662
- className="c3 c4"
2663
- >
2664
- <div
2665
- className="c5 lazyload"
2666
- height="100%"
2667
- width="100%"
2668
- >
2669
- <img
2670
- alt=""
2671
- className="c6 lazyload"
2672
- data-lowsrc="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPABQDASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAAAAcIBAb/xAAjEAACAgIBBAIDAAAAAAAAAAABAgMEABEGBRIhMQdBE1Fh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQADAQADAAAAAAAAAAAAAAAAAQIDERIT/9oADAMBAAIRAxEAPwBzRcrjVY+0tonyT41nG8y+SLFTkgpQTVFpoqiRZGHc2/egf4RrMM12OHpNi3LsrAjO2vsKCcQtvkbTW570sMUt6xphJKnd+Ma9A78ZRWcS+SWNLpNMqAdQidVaSxErEA6ZgCNj9YZNPTOTpJW7+ovdlnLHyjgAD6GGPug+bP/Z"
2673
- data-sizes="auto"
2674
- data-src="@component-library/src/styleguide/assets/challenge-1.jpg"
2675
- data-srcset="@component-library/src/styleguide/assets/challenge-1.jpg 678w"
2676
- height="100%"
2677
- src="@component-library/src/styleguide/assets/challenge-1.jpg"
2678
- srcSet="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
2679
- width="100%"
2680
- />
2681
- </div>
2682
- </div>
2683
- <div
2684
- className="c7"
2685
- >
2686
- <div
2687
- className="c8"
2688
- >
2689
- <p
2690
- className="c9"
2691
- >
2692
- <strong>
2693
- Load
2694
- </strong>
2695
- of text here
2696
- </p>
877
+ <div
878
+ className="Picture__Wrapper-sc-1x3z81z-0 eioWif lazyload"
879
+ height="100%"
880
+ width="100%"
881
+ >
882
+ <img
883
+ alt=""
884
+ className="Picture__Image-sc-1x3z81z-1 cFGEzv lazyload"
885
+ data-lowsrc="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPABQDASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAAAAcIBAb/xAAjEAACAgIBBAIDAAAAAAAAAAABAgMEABEGBRIhMQdBE1Fh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQADAQADAAAAAAAAAAAAAAAAAQIDERIT/9oADAMBAAIRAxEAPwBzRcrjVY+0tonyT41nG8y+SLFTkgpQTVFpoqiRZGHc2/egf4RrMM12OHpNi3LsrAjO2vsKCcQtvkbTW570sMUt6xphJKnd+Ma9A78ZRWcS+SWNLpNMqAdQidVaSxErEA6ZgCNj9YZNPTOTpJW7+ovdlnLHyjgAD6GGPug+bP/Z"
886
+ data-sizes="auto"
887
+ data-src="@component-library/src/styleguide/assets/challenge-1.jpg"
888
+ data-srcset="@component-library/src/styleguide/assets/challenge-1.jpg 678w"
889
+ height="100%"
890
+ src="@component-library/src/styleguide/assets/challenge-1.jpg"
891
+ srcSet="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
892
+ width="100%"
893
+ />
894
+ </div>
895
+ </div>
896
+ <div
897
+ className="CTACardstyle__CopyAndLinkSection-sc-si8xx1-6 lfZISm"
898
+ >
899
+ <div
900
+ className="CTACardstyle__Copy-sc-si8xx1-7 fEOMnm"
901
+ >
902
+ <p
903
+ className="Text__BaseText-sc-1snl0ya-0 ffxkcd"
904
+ >
905
+ <strong>
906
+ Load
907
+ </strong>
908
+ of text here
909
+ </p>
910
+ </div>
911
+ <div
912
+ className="CTACardstyle__CTA-sc-si8xx1-9 jMJgoR"
913
+ >
914
+ <span
915
+ className="CTACardstyle__CTAText-sc-si8xx1-1 dQjaWt"
916
+ >
917
+ test go
918
+ <img
919
+ alt=""
920
+ aria-hidden="true"
921
+ className="CTACardstyle__CTATextUnderline-sc-si8xx1-2 jSsByL"
922
+ src="mock.asset"
923
+ />
924
+ </span>
925
+ <div
926
+ className="CTACardstyle__ArrowIconWrapper-sc-si8xx1-3 cRsJKs"
927
+ >
928
+ <svg
929
+ className="_ArrowIcon__StyledArrowIcon-sc-mqq2gw-0 eyuoan"
930
+ fill="none"
931
+ height="13"
932
+ viewBox="0 0 15 13"
933
+ width="15"
934
+ xmlns="http://www.w3.org/2000/svg"
935
+ >
936
+ <path
937
+ d="M9.58496 0.349976C9.1395 -0.116662 8.40641 -0.116634 7.96094 0.349976C7.52803 0.803486 7.5281 1.53021 7.96094 1.98376L11.1582 5.33337H1.13672C0.48748 5.33337 0 5.87822 0 6.50037C2.15408e-05 7.1225 0.487494 7.66736 1.13672 7.66736H11.1582L7.96094 11.017C7.52806 11.4705 7.52899 12.1972 7.96191 12.6508C8.18163 12.8803 8.47556 13.0004 8.77344 13.0004C9.07114 13.0002 9.36533 12.8808 9.58496 12.6508L14.6758 7.31677L14.6748 7.3158L14.6875 7.3031L14.6865 7.30212C14.6954 7.29215 14.7044 7.28482 14.71 7.27771C14.7117 7.27545 14.7133 7.27285 14.7148 7.27087C14.7485 7.23203 14.7824 7.18925 14.8135 7.14099L14.8154 7.13806C14.8354 7.10658 14.8493 7.07842 14.8564 7.06384L14.8652 7.04626L14.8662 7.04431L14.8672 7.04333C14.8672 7.04333 14.868 7.04057 14.8691 7.03845C14.8709 7.03512 14.8758 7.02671 14.8799 7.01892L14.8802 7.01839C14.8888 7.002 14.9034 6.97423 14.917 6.93982V6.93787C14.9303 6.90375 14.9391 6.87285 14.9443 6.85388C14.9469 6.84458 14.9498 6.83567 14.9512 6.83044C14.9527 6.82454 14.9535 6.8228 14.9541 6.82068C14.9541 6.82068 14.9542 6.81753 14.9551 6.81482L14.958 6.80603L14.9586 6.80422C14.9631 6.78961 14.9718 6.76119 14.9785 6.72693V6.72498C15.0066 6.57705 15.0066 6.4246 14.9785 6.27673V6.27478L14.958 6.19568L14.9551 6.18591L14.9531 6.18005L14.9512 6.17224C14.9497 6.1664 14.9481 6.15677 14.9453 6.14685C14.9398 6.12695 14.9307 6.09654 14.917 6.06189C14.9032 6.02688 14.8885 5.99813 14.8799 5.98181C14.8758 5.97402 14.8709 5.96562 14.8691 5.96228L14.8564 5.93689C14.849 5.92177 14.8351 5.89372 14.8154 5.86267L14.8145 5.86072L14.7529 5.7738C14.7316 5.74659 14.7094 5.72129 14.6875 5.69763C14.6837 5.69341 14.6802 5.68854 14.6758 5.68396L9.58496 0.349976Z"
938
+ fill="currentColor"
939
+ />
940
+ </svg>
941
+ </div>
942
+ </div>
943
+ </div>
944
+ </a>
2697
945
  </div>
2698
946
  <div
2699
- className="c10"
947
+ className="CTACardstyle__CardWrapper-sc-si8xx1-5 iHfpaV"
2700
948
  >
2701
- <span
2702
- className="c11 c12"
2703
- >
2704
- test go
2705
- <img
2706
- alt=""
2707
- aria-hidden="true"
2708
- className="c13 c14"
2709
- src="mock.asset"
2710
- />
2711
- </span>
2712
949
  <div
2713
- className="c15 c16"
950
+ className="CTACardstyle__CardLink-sc-si8xx1-4 lbrljd"
2714
951
  >
2715
- <svg
2716
- className="c17"
2717
- fill="none"
2718
- height="13"
2719
- viewBox="0 0 15 13"
2720
- width="15"
2721
- xmlns="http://www.w3.org/2000/svg"
952
+ <div
953
+ className="CTACardstyle__ImageWrapper-sc-si8xx1-0 etphrL"
954
+ >
955
+ <div
956
+ className="Picture__Wrapper-sc-1x3z81z-0 eioWif lazyload"
957
+ height="100%"
958
+ width="100%"
959
+ >
960
+ <img
961
+ alt=""
962
+ className="Picture__Image-sc-1x3z81z-1 cFGEzv lazyload"
963
+ data-lowsrc="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPABQDASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAAAAcIBAb/xAAjEAACAgIBBAIDAAAAAAAAAAABAgMEABEGBRIhMQdBE1Fh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQADAQADAAAAAAAAAAAAAAAAAQIDERIT/9oADAMBAAIRAxEAPwBzRcrjVY+0tonyT41nG8y+SLFTkgpQTVFpoqiRZGHc2/egf4RrMM12OHpNi3LsrAjO2vsKCcQtvkbTW570sMUt6xphJKnd+Ma9A78ZRWcS+SWNLpNMqAdQidVaSxErEA6ZgCNj9YZNPTOTpJW7+ovdlnLHyjgAD6GGPug+bP/Z"
964
+ data-sizes="auto"
965
+ data-src="@component-library/src/styleguide/assets/challenge-1.jpg"
966
+ data-srcset="@component-library/src/styleguide/assets/challenge-1.jpg 678w"
967
+ height="100%"
968
+ src="@component-library/src/styleguide/assets/challenge-1.jpg"
969
+ srcSet="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
970
+ width="100%"
971
+ />
972
+ </div>
973
+ </div>
974
+ <div
975
+ className="CTACardstyle__CopyAndLinkSection-sc-si8xx1-6 lfZISm"
2722
976
  >
2723
- <path
2724
- d="M9.58496 0.349976C9.1395 -0.116662 8.40641 -0.116634 7.96094 0.349976C7.52803 0.803486 7.5281 1.53021 7.96094 1.98376L11.1582 5.33337H1.13672C0.48748 5.33337 0 5.87822 0 6.50037C2.15408e-05 7.1225 0.487494 7.66736 1.13672 7.66736H11.1582L7.96094 11.017C7.52806 11.4705 7.52899 12.1972 7.96191 12.6508C8.18163 12.8803 8.47556 13.0004 8.77344 13.0004C9.07114 13.0002 9.36533 12.8808 9.58496 12.6508L14.6758 7.31677L14.6748 7.3158L14.6875 7.3031L14.6865 7.30212C14.6954 7.29215 14.7044 7.28482 14.71 7.27771C14.7117 7.27545 14.7133 7.27285 14.7148 7.27087C14.7485 7.23203 14.7824 7.18925 14.8135 7.14099L14.8154 7.13806C14.8354 7.10658 14.8493 7.07842 14.8564 7.06384L14.8652 7.04626L14.8662 7.04431L14.8672 7.04333C14.8672 7.04333 14.868 7.04057 14.8691 7.03845C14.8709 7.03512 14.8758 7.02671 14.8799 7.01892L14.8802 7.01839C14.8888 7.002 14.9034 6.97423 14.917 6.93982V6.93787C14.9303 6.90375 14.9391 6.87285 14.9443 6.85388C14.9469 6.84458 14.9498 6.83567 14.9512 6.83044C14.9527 6.82454 14.9535 6.8228 14.9541 6.82068C14.9541 6.82068 14.9542 6.81753 14.9551 6.81482L14.958 6.80603L14.9586 6.80422C14.9631 6.78961 14.9718 6.76119 14.9785 6.72693V6.72498C15.0066 6.57705 15.0066 6.4246 14.9785 6.27673V6.27478L14.958 6.19568L14.9551 6.18591L14.9531 6.18005L14.9512 6.17224C14.9497 6.1664 14.9481 6.15677 14.9453 6.14685C14.9398 6.12695 14.9307 6.09654 14.917 6.06189C14.9032 6.02688 14.8885 5.99813 14.8799 5.98181C14.8758 5.97402 14.8709 5.96562 14.8691 5.96228L14.8564 5.93689C14.849 5.92177 14.8351 5.89372 14.8154 5.86267L14.8145 5.86072L14.7529 5.7738C14.7316 5.74659 14.7094 5.72129 14.6875 5.69763C14.6837 5.69341 14.6802 5.68854 14.6758 5.68396L9.58496 0.349976Z"
2725
- fill="currentColor"
2726
- />
2727
- </svg>
977
+ <div
978
+ className="CTACardstyle__Copy-sc-si8xx1-7 fEOMnm"
979
+ >
980
+ <p
981
+ className="Text__BaseText-sc-1snl0ya-0 ffxkcd"
982
+ >
983
+ <strong>
984
+ Load
985
+ </strong>
986
+ of text here
987
+ </p>
988
+ </div>
989
+ </div>
2728
990
  </div>
2729
991
  </div>
2730
- </div>
2731
- </a>
2732
- </div>
2733
- <div
2734
- className="c1"
2735
- >
2736
- <a
2737
- className="c2"
2738
- href="/test-no-image"
2739
- rel={null}
2740
- target="self"
2741
- >
2742
- <div
2743
- className="c18"
2744
- >
2745
992
  <div
2746
- className="c8"
993
+ className="CTACardstyle__CardWrapper-sc-si8xx1-5 iHfpaV"
2747
994
  >
2748
- <p
2749
- className="c9"
995
+ <a
996
+ className="CTACardstyle__CardLink-sc-si8xx1-4 cQAxla"
997
+ href="/test"
998
+ rel={null}
999
+ target="self"
2750
1000
  >
2751
- Load of text here
2752
- </p>
1001
+ <div
1002
+ className="CTACardstyle__ImageWrapper-sc-si8xx1-0 etphrL"
1003
+ >
1004
+ <div
1005
+ className="Picture__Wrapper-sc-1x3z81z-0 eioWif lazyload"
1006
+ height="100%"
1007
+ width="100%"
1008
+ >
1009
+ <img
1010
+ alt=""
1011
+ className="Picture__Image-sc-1x3z81z-1 cFGEzv lazyload"
1012
+ data-lowsrc="data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAAPABQDASIAAhEBAxEB/8QAGAAAAwEBAAAAAAAAAAAAAAAAAAcIBAb/xAAjEAACAgIBBAIDAAAAAAAAAAABAgMEABEGBRIhMQdBE1Fh/8QAFQEBAQAAAAAAAAAAAAAAAAAAAgT/xAAaEQADAQADAAAAAAAAAAAAAAAAAQIDERIT/9oADAMBAAIRAxEAPwBzRcrjVY+0tonyT41nG8y+SLFTkgpQTVFpoqiRZGHc2/egf4RrMM12OHpNi3LsrAjO2vsKCcQtvkbTW570sMUt6xphJKnd+Ma9A78ZRWcS+SWNLpNMqAdQidVaSxErEA6ZgCNj9YZNPTOTpJW7+ovdlnLHyjgAD6GGPug+bP/Z"
1013
+ data-sizes="auto"
1014
+ data-src="@component-library/src/styleguide/assets/challenge-1.jpg"
1015
+ data-srcset="@component-library/src/styleguide/assets/challenge-1.jpg 678w"
1016
+ height="100%"
1017
+ src="@component-library/src/styleguide/assets/challenge-1.jpg"
1018
+ srcSet="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"
1019
+ width="100%"
1020
+ />
1021
+ </div>
1022
+ </div>
1023
+ <div
1024
+ className="CTACardstyle__CopyAndLinkSection-sc-si8xx1-6 lfZISm"
1025
+ >
1026
+ <div
1027
+ className="CTACardstyle__Copy-sc-si8xx1-7 fEOMnm"
1028
+ >
1029
+ <p
1030
+ className="Text__BaseText-sc-1snl0ya-0 ffxkcd"
1031
+ >
1032
+ <strong>
1033
+ Load
1034
+ </strong>
1035
+ of text here
1036
+ </p>
1037
+ </div>
1038
+ <div
1039
+ className="CTACardstyle__CTA-sc-si8xx1-9 jMJgoR"
1040
+ >
1041
+ <span
1042
+ className="CTACardstyle__CTAText-sc-si8xx1-1 dQjaWt"
1043
+ >
1044
+ test go
1045
+ <img
1046
+ alt=""
1047
+ aria-hidden="true"
1048
+ className="CTACardstyle__CTATextUnderline-sc-si8xx1-2 jSsByL"
1049
+ src="mock.asset"
1050
+ />
1051
+ </span>
1052
+ <div
1053
+ className="CTACardstyle__ArrowIconWrapper-sc-si8xx1-3 cRsJKs"
1054
+ >
1055
+ <svg
1056
+ className="_ArrowIcon__StyledArrowIcon-sc-mqq2gw-0 eyuoan"
1057
+ fill="none"
1058
+ height="13"
1059
+ viewBox="0 0 15 13"
1060
+ width="15"
1061
+ xmlns="http://www.w3.org/2000/svg"
1062
+ >
1063
+ <path
1064
+ d="M9.58496 0.349976C9.1395 -0.116662 8.40641 -0.116634 7.96094 0.349976C7.52803 0.803486 7.5281 1.53021 7.96094 1.98376L11.1582 5.33337H1.13672C0.48748 5.33337 0 5.87822 0 6.50037C2.15408e-05 7.1225 0.487494 7.66736 1.13672 7.66736H11.1582L7.96094 11.017C7.52806 11.4705 7.52899 12.1972 7.96191 12.6508C8.18163 12.8803 8.47556 13.0004 8.77344 13.0004C9.07114 13.0002 9.36533 12.8808 9.58496 12.6508L14.6758 7.31677L14.6748 7.3158L14.6875 7.3031L14.6865 7.30212C14.6954 7.29215 14.7044 7.28482 14.71 7.27771C14.7117 7.27545 14.7133 7.27285 14.7148 7.27087C14.7485 7.23203 14.7824 7.18925 14.8135 7.14099L14.8154 7.13806C14.8354 7.10658 14.8493 7.07842 14.8564 7.06384L14.8652 7.04626L14.8662 7.04431L14.8672 7.04333C14.8672 7.04333 14.868 7.04057 14.8691 7.03845C14.8709 7.03512 14.8758 7.02671 14.8799 7.01892L14.8802 7.01839C14.8888 7.002 14.9034 6.97423 14.917 6.93982V6.93787C14.9303 6.90375 14.9391 6.87285 14.9443 6.85388C14.9469 6.84458 14.9498 6.83567 14.9512 6.83044C14.9527 6.82454 14.9535 6.8228 14.9541 6.82068C14.9541 6.82068 14.9542 6.81753 14.9551 6.81482L14.958 6.80603L14.9586 6.80422C14.9631 6.78961 14.9718 6.76119 14.9785 6.72693V6.72498C15.0066 6.57705 15.0066 6.4246 14.9785 6.27673V6.27478L14.958 6.19568L14.9551 6.18591L14.9531 6.18005L14.9512 6.17224C14.9497 6.1664 14.9481 6.15677 14.9453 6.14685C14.9398 6.12695 14.9307 6.09654 14.917 6.06189C14.9032 6.02688 14.8885 5.99813 14.8799 5.98181C14.8758 5.97402 14.8709 5.96562 14.8691 5.96228L14.8564 5.93689C14.849 5.92177 14.8351 5.89372 14.8154 5.86267L14.8145 5.86072L14.7529 5.7738C14.7316 5.74659 14.7094 5.72129 14.6875 5.69763C14.6837 5.69341 14.6802 5.68854 14.6758 5.68396L9.58496 0.349976Z"
1065
+ fill="currentColor"
1066
+ />
1067
+ </svg>
1068
+ </div>
1069
+ </div>
1070
+ </div>
1071
+ </a>
2753
1072
  </div>
2754
1073
  <div
2755
- className="c10"
1074
+ className="CTACardstyle__CardWrapper-sc-si8xx1-5 iHfpaV"
2756
1075
  >
2757
- <span
2758
- className="c11 c12"
1076
+ <a
1077
+ className="CTACardstyle__CardLink-sc-si8xx1-4 cQAxla"
1078
+ href="/test-no-image"
1079
+ rel={null}
1080
+ target="self"
2759
1081
  >
2760
- View card
2761
- <img
2762
- alt=""
2763
- aria-hidden="true"
2764
- className="c13 c14"
2765
- src="mock.asset"
2766
- />
2767
- </span>
2768
- <div
2769
- className="c15 c16"
2770
- >
2771
- <svg
2772
- className="c17"
2773
- fill="none"
2774
- height="13"
2775
- viewBox="0 0 15 13"
2776
- width="15"
2777
- xmlns="http://www.w3.org/2000/svg"
1082
+ <div
1083
+ className="CTACardstyle__CopyAndLinkSection-sc-si8xx1-6 lfZISm"
2778
1084
  >
2779
- <path
2780
- d="M9.58496 0.349976C9.1395 -0.116662 8.40641 -0.116634 7.96094 0.349976C7.52803 0.803486 7.5281 1.53021 7.96094 1.98376L11.1582 5.33337H1.13672C0.48748 5.33337 0 5.87822 0 6.50037C2.15408e-05 7.1225 0.487494 7.66736 1.13672 7.66736H11.1582L7.96094 11.017C7.52806 11.4705 7.52899 12.1972 7.96191 12.6508C8.18163 12.8803 8.47556 13.0004 8.77344 13.0004C9.07114 13.0002 9.36533 12.8808 9.58496 12.6508L14.6758 7.31677L14.6748 7.3158L14.6875 7.3031L14.6865 7.30212C14.6954 7.29215 14.7044 7.28482 14.71 7.27771C14.7117 7.27545 14.7133 7.27285 14.7148 7.27087C14.7485 7.23203 14.7824 7.18925 14.8135 7.14099L14.8154 7.13806C14.8354 7.10658 14.8493 7.07842 14.8564 7.06384L14.8652 7.04626L14.8662 7.04431L14.8672 7.04333C14.8672 7.04333 14.868 7.04057 14.8691 7.03845C14.8709 7.03512 14.8758 7.02671 14.8799 7.01892L14.8802 7.01839C14.8888 7.002 14.9034 6.97423 14.917 6.93982V6.93787C14.9303 6.90375 14.9391 6.87285 14.9443 6.85388C14.9469 6.84458 14.9498 6.83567 14.9512 6.83044C14.9527 6.82454 14.9535 6.8228 14.9541 6.82068C14.9541 6.82068 14.9542 6.81753 14.9551 6.81482L14.958 6.80603L14.9586 6.80422C14.9631 6.78961 14.9718 6.76119 14.9785 6.72693V6.72498C15.0066 6.57705 15.0066 6.4246 14.9785 6.27673V6.27478L14.958 6.19568L14.9551 6.18591L14.9531 6.18005L14.9512 6.17224C14.9497 6.1664 14.9481 6.15677 14.9453 6.14685C14.9398 6.12695 14.9307 6.09654 14.917 6.06189C14.9032 6.02688 14.8885 5.99813 14.8799 5.98181C14.8758 5.97402 14.8709 5.96562 14.8691 5.96228L14.8564 5.93689C14.849 5.92177 14.8351 5.89372 14.8154 5.86267L14.8145 5.86072L14.7529 5.7738C14.7316 5.74659 14.7094 5.72129 14.6875 5.69763C14.6837 5.69341 14.6802 5.68854 14.6758 5.68396L9.58496 0.349976Z"
2781
- fill="currentColor"
2782
- />
2783
- </svg>
2784
- </div>
1085
+ <div
1086
+ className="CTACardstyle__Copy-sc-si8xx1-7 fEOMnm"
1087
+ >
1088
+ <p
1089
+ className="Text__BaseText-sc-1snl0ya-0 ffxkcd"
1090
+ >
1091
+ Load of text here
1092
+ </p>
1093
+ </div>
1094
+ <div
1095
+ className="CTACardstyle__CTA-sc-si8xx1-9 jMJgoR"
1096
+ >
1097
+ <span
1098
+ className="CTACardstyle__CTAText-sc-si8xx1-1 dQjaWt"
1099
+ >
1100
+ View card
1101
+ <img
1102
+ alt=""
1103
+ aria-hidden="true"
1104
+ className="CTACardstyle__CTATextUnderline-sc-si8xx1-2 jSsByL"
1105
+ src="mock.asset"
1106
+ />
1107
+ </span>
1108
+ <div
1109
+ className="CTACardstyle__ArrowIconWrapper-sc-si8xx1-3 cRsJKs"
1110
+ >
1111
+ <svg
1112
+ className="_ArrowIcon__StyledArrowIcon-sc-mqq2gw-0 eyuoan"
1113
+ fill="none"
1114
+ height="13"
1115
+ viewBox="0 0 15 13"
1116
+ width="15"
1117
+ xmlns="http://www.w3.org/2000/svg"
1118
+ >
1119
+ <path
1120
+ d="M9.58496 0.349976C9.1395 -0.116662 8.40641 -0.116634 7.96094 0.349976C7.52803 0.803486 7.5281 1.53021 7.96094 1.98376L11.1582 5.33337H1.13672C0.48748 5.33337 0 5.87822 0 6.50037C2.15408e-05 7.1225 0.487494 7.66736 1.13672 7.66736H11.1582L7.96094 11.017C7.52806 11.4705 7.52899 12.1972 7.96191 12.6508C8.18163 12.8803 8.47556 13.0004 8.77344 13.0004C9.07114 13.0002 9.36533 12.8808 9.58496 12.6508L14.6758 7.31677L14.6748 7.3158L14.6875 7.3031L14.6865 7.30212C14.6954 7.29215 14.7044 7.28482 14.71 7.27771C14.7117 7.27545 14.7133 7.27285 14.7148 7.27087C14.7485 7.23203 14.7824 7.18925 14.8135 7.14099L14.8154 7.13806C14.8354 7.10658 14.8493 7.07842 14.8564 7.06384L14.8652 7.04626L14.8662 7.04431L14.8672 7.04333C14.8672 7.04333 14.868 7.04057 14.8691 7.03845C14.8709 7.03512 14.8758 7.02671 14.8799 7.01892L14.8802 7.01839C14.8888 7.002 14.9034 6.97423 14.917 6.93982V6.93787C14.9303 6.90375 14.9391 6.87285 14.9443 6.85388C14.9469 6.84458 14.9498 6.83567 14.9512 6.83044C14.9527 6.82454 14.9535 6.8228 14.9541 6.82068C14.9541 6.82068 14.9542 6.81753 14.9551 6.81482L14.958 6.80603L14.9586 6.80422C14.9631 6.78961 14.9718 6.76119 14.9785 6.72693V6.72498C15.0066 6.57705 15.0066 6.4246 14.9785 6.27673V6.27478L14.958 6.19568L14.9551 6.18591L14.9531 6.18005L14.9512 6.17224C14.9497 6.1664 14.9481 6.15677 14.9453 6.14685C14.9398 6.12695 14.9307 6.09654 14.917 6.06189C14.9032 6.02688 14.8885 5.99813 14.8799 5.98181C14.8758 5.97402 14.8709 5.96562 14.8691 5.96228L14.8564 5.93689C14.849 5.92177 14.8351 5.89372 14.8154 5.86267L14.8145 5.86072L14.7529 5.7738C14.7316 5.74659 14.7094 5.72129 14.6875 5.69763C14.6837 5.69341 14.6802 5.68854 14.6758 5.68396L9.58496 0.349976Z"
1121
+ fill="currentColor"
1122
+ />
1123
+ </svg>
1124
+ </div>
1125
+ </div>
1126
+ </div>
1127
+ </a>
2785
1128
  </div>
2786
1129
  </div>
2787
- </a>
1130
+ </div>
2788
1131
  </div>
2789
1132
  </div>
2790
1133
  `;