@comicrelief/component-library 8.51.2 → 8.51.3

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.
@@ -1,6 +1,6 @@
1
1
  // Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
 
3
- exports[`renders correctly 1`] = `
3
+ exports[`does not render copyright text when not supplied 1`] = `
4
4
  .c17 {
5
5
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
6
6
  font-weight: 400;
@@ -362,7 +362,8 @@ exports[`renders correctly 1`] = `
362
362
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
363
363
  background-color: #18181A;
364
364
  border-color: transparent;
365
- padding-left: 18px;
365
+ height: 44px;
366
+ padding: 12px 2.4rem 12px 18px;
366
367
  -webkit-transition: background-color 0.2s ease,text-indent 0.18s ease;
367
368
  transition: background-color 0.2s ease,text-indent 0.18s ease;
368
369
  border: 1px solid #FFFFFF;
@@ -409,9 +410,15 @@ exports[`renders correctly 1`] = `
409
410
  .c24 {
410
411
  margin: 0;
411
412
  font-family: 'Montserrat',Helvetica,Arial,sans-serif;
412
- padding: 1rem;
413
+ height: 44px;
414
+ padding: 0 1rem;
413
415
  border-radius: 0.5rem;
414
416
  overflow: hidden;
417
+ min-width: -webkit-max-content;
418
+ min-width: -moz-max-content;
419
+ min-width: max-content;
420
+ width: 100%;
421
+ max-width: 123px;
415
422
  }
416
423
 
417
424
  .c24 .emailSignUpButtonContent {
@@ -429,10 +436,13 @@ exports[`renders correctly 1`] = `
429
436
  -ms-flex-pack: center;
430
437
  justify-content: center;
431
438
  line-height: 1;
439
+ white-space: nowrap;
432
440
  }
433
441
 
434
442
  .c24 .emailSignUpButtonLabel {
435
443
  display: inline-block;
444
+ font-size: 16px;
445
+ line-height: 1;
436
446
  -webkit-transform: translateX(13px);
437
447
  -ms-transform: translateX(13px);
438
448
  transform: translateX(13px);
@@ -440,6 +450,7 @@ exports[`renders correctly 1`] = `
440
450
  -webkit-transition: transform 0.22s ease;
441
451
  transition: transform 0.22s ease;
442
452
  will-change: transform;
453
+ white-space: nowrap;
443
454
  }
444
455
 
445
456
  .c24 .emailSignUpButtonArrow {
@@ -503,9 +514,9 @@ exports[`renders correctly 1`] = `
503
514
  display: block;
504
515
  width: 100%;
505
516
  height: 100%;
506
- max-width: 1200px;
517
+ max-width: 1488px;
507
518
  margin: 0 auto;
508
- padding: 0 2rem;
519
+ padding: 0 1rem;
509
520
  }
510
521
 
511
522
  .c7 {
@@ -572,7 +583,7 @@ exports[`renders correctly 1`] = `
572
583
  -webkit-text-decoration: none;
573
584
  text-decoration: none;
574
585
  font-weight: bold;
575
- font-size: 1rem;
586
+ font-size: 16px;
576
587
  }
577
588
 
578
589
  .c37:hover,
@@ -586,6 +597,7 @@ exports[`renders correctly 1`] = `
586
597
  .c38 {
587
598
  color: #FFFFFF;
588
599
  font-weight: bold;
600
+ font-size: 16px;
589
601
  }
590
602
 
591
603
  .c40 {
@@ -636,8 +648,8 @@ exports[`renders correctly 1`] = `
636
648
  .c42 > span {
637
649
  color: #FFFFFF;
638
650
  opacity: 0.8;
639
- -webkit-text-decoration: underline;
640
- text-decoration: underline;
651
+ -webkit-text-decoration: none;
652
+ text-decoration: none;
641
653
  -webkit-text-decoration-color: #FFFFFF;
642
654
  text-decoration-color: #FFFFFF;
643
655
  font-weight: normal;
@@ -675,7 +687,7 @@ exports[`renders correctly 1`] = `
675
687
  -webkit-justify-content: flex-start;
676
688
  -ms-flex-pack: start;
677
689
  justify-content: flex-start;
678
- margin-bottom: 2rem;
690
+ padding-bottom: 2rem;
679
691
  }
680
692
 
681
693
  .c32 {
@@ -695,7 +707,7 @@ exports[`renders correctly 1`] = `
695
707
  -webkit-justify-content: center;
696
708
  -ms-flex-pack: center;
697
709
  justify-content: center;
698
- margin-bottom: 0;
710
+ padding-bottom: 0;
699
711
  display: none;
700
712
  }
701
713
 
@@ -716,7 +728,7 @@ exports[`renders correctly 1`] = `
716
728
  -webkit-justify-content: center;
717
729
  -ms-flex-pack: center;
718
730
  justify-content: center;
719
- margin-bottom: 0;
731
+ padding-bottom: 0;
720
732
  display: none;
721
733
  }
722
734
 
@@ -737,7 +749,7 @@ exports[`renders correctly 1`] = `
737
749
  -webkit-justify-content: flex-start;
738
750
  -ms-flex-pack: start;
739
751
  justify-content: flex-start;
740
- margin-bottom: 2rem;
752
+ padding-bottom: 2rem;
741
753
  }
742
754
 
743
755
  .c4 {
@@ -893,8 +905,8 @@ exports[`renders correctly 1`] = `
893
905
 
894
906
  @media (min-width:740px) {
895
907
  .c14 {
896
- width: auto;
897
- min-width: 360px;
908
+ width: 100%;
909
+ max-width: 364px;
898
910
  }
899
911
  }
900
912
 
@@ -916,7 +928,11 @@ exports[`renders correctly 1`] = `
916
928
 
917
929
  @media (min-width:740px) {
918
930
  .c22 {
919
- width: auto;
931
+ width: 100%;
932
+ max-width: 123px;
933
+ -webkit-flex: 0 0 auto;
934
+ -ms-flex: 0 0 auto;
935
+ flex: 0 0 auto;
920
936
  }
921
937
  }
922
938
 
@@ -939,6 +955,12 @@ exports[`renders correctly 1`] = `
939
955
  }
940
956
  }
941
957
 
958
+ @media (min-width:740px) {
959
+ .c1 {
960
+ padding: 0 2rem;
961
+ }
962
+ }
963
+
942
964
  @media (min-width:1024px) {
943
965
  .c1 {
944
966
  padding: 0 9rem;
@@ -954,6 +976,8 @@ exports[`renders correctly 1`] = `
954
976
  -webkit-justify-content: space-between;
955
977
  -ms-flex-pack: justify;
956
978
  justify-content: space-between;
979
+ -webkit-column-gap: 3rem;
980
+ column-gap: 3rem;
957
981
  -webkit-align-items: flex-start;
958
982
  -webkit-box-align: flex-start;
959
983
  -ms-flex-align: flex-start;
@@ -966,9 +990,10 @@ exports[`renders correctly 1`] = `
966
990
  -webkit-flex-direction: column;
967
991
  -ms-flex-direction: column;
968
992
  flex-direction: column;
969
- -webkit-flex: 0 0 auto;
970
- -ms-flex: 0 0 auto;
971
- flex: 0 0 auto;
993
+ -webkit-flex: 1 1 auto;
994
+ -ms-flex: 1 1 auto;
995
+ flex: 1 1 auto;
996
+ min-width: 0;
972
997
  }
973
998
  }
974
999
 
@@ -1024,9 +1049,1635 @@ exports[`renders correctly 1`] = `
1024
1049
  }
1025
1050
 
1026
1051
  @media (min-width:740px) {
1027
- .c42 > span {
1028
- -webkit-text-decoration: none;
1029
- text-decoration: none;
1052
+ .c2 {
1053
+ -webkit-flex: 0 0 auto;
1054
+ -ms-flex: 0 0 auto;
1055
+ flex: 0 0 auto;
1056
+ margin-top: 0;
1057
+ margin-bottom: 0;
1058
+ padding-top: 0;
1059
+ display: none;
1060
+ -webkit-box-pack: center;
1061
+ -webkit-justify-content: center;
1062
+ -ms-flex-pack: center;
1063
+ justify-content: center;
1064
+ }
1065
+ }
1066
+
1067
+ @media (min-width:1024px) {
1068
+ .c2 {
1069
+ display: none;
1070
+ }
1071
+ }
1072
+
1073
+ @media (min-width:740px) {
1074
+ .c32 {
1075
+ -webkit-flex: 0 0 auto;
1076
+ -ms-flex: 0 0 auto;
1077
+ flex: 0 0 auto;
1078
+ margin-top: 0;
1079
+ margin-bottom: 0;
1080
+ padding-top: 2rem;
1081
+ display: -webkit-box;
1082
+ display: -webkit-flex;
1083
+ display: -ms-flexbox;
1084
+ display: flex;
1085
+ -webkit-box-pack: end;
1086
+ -webkit-justify-content: flex-end;
1087
+ -ms-flex-pack: end;
1088
+ justify-content: flex-end;
1089
+ }
1090
+ }
1091
+
1092
+ @media (min-width:1024px) {
1093
+ .c32 {
1094
+ display: none;
1095
+ }
1096
+ }
1097
+
1098
+ @media (min-width:740px) {
1099
+ .c34 {
1100
+ -webkit-flex: 0 0 auto;
1101
+ -ms-flex: 0 0 auto;
1102
+ flex: 0 0 auto;
1103
+ margin-top: 0;
1104
+ margin-bottom: 0;
1105
+ padding-top: 2rem;
1106
+ display: none;
1107
+ -webkit-box-pack: end;
1108
+ -webkit-justify-content: flex-end;
1109
+ -ms-flex-pack: end;
1110
+ justify-content: flex-end;
1111
+ }
1112
+ }
1113
+
1114
+ @media (min-width:1024px) {
1115
+ .c34 {
1116
+ display: -webkit-box;
1117
+ display: -webkit-flex;
1118
+ display: -ms-flexbox;
1119
+ display: flex;
1120
+ }
1121
+ }
1122
+
1123
+ @media (min-width:740px) {
1124
+ .c46 {
1125
+ -webkit-flex: 0 0 auto;
1126
+ -ms-flex: 0 0 auto;
1127
+ flex: 0 0 auto;
1128
+ margin-top: 0;
1129
+ margin-bottom: 0;
1130
+ padding-top: 0;
1131
+ display: -webkit-box;
1132
+ display: -webkit-flex;
1133
+ display: -ms-flexbox;
1134
+ display: flex;
1135
+ -webkit-box-pack: start;
1136
+ -webkit-justify-content: flex-start;
1137
+ -ms-flex-pack: start;
1138
+ justify-content: flex-start;
1139
+ }
1140
+ }
1141
+
1142
+ @media (min-width:1024px) {
1143
+ .c46 {
1144
+ display: none;
1145
+ }
1146
+ }
1147
+
1148
+ @media (min-width:1024px) {
1149
+ .c44 {
1150
+ margin-bottom: 0;
1151
+ }
1152
+ }
1153
+
1154
+ <div>
1155
+ <footer
1156
+ className="c0"
1157
+ role="banner"
1158
+ >
1159
+ <div
1160
+ className="c1"
1161
+ >
1162
+
1163
+ <div
1164
+ className="c2"
1165
+ >
1166
+ <a
1167
+ className="c3 c4"
1168
+ color="red"
1169
+ href="/"
1170
+ target="_self"
1171
+ title="Go to Comic Relief homepage"
1172
+ type="standard"
1173
+ >
1174
+ <div
1175
+ className="c5"
1176
+ rotate={0}
1177
+ >
1178
+ <img
1179
+ alt="Comic Relief logo"
1180
+ className="c6"
1181
+ src="mock.asset"
1182
+ />
1183
+ </div>
1184
+ </a>
1185
+ </div>
1186
+ <div
1187
+ className="c7"
1188
+ >
1189
+ <div
1190
+ className="c8"
1191
+ >
1192
+ <div
1193
+ className="c9"
1194
+ >
1195
+ <form
1196
+ noValidate={true}
1197
+ onSubmit={[Function]}
1198
+ >
1199
+ <div
1200
+ className="c10"
1201
+ >
1202
+ <div
1203
+ className="c11"
1204
+ >
1205
+ <span
1206
+ className="c12"
1207
+ >
1208
+ Subscribe to our newsletter
1209
+ </span>
1210
+ </div>
1211
+ <div
1212
+ className="c13"
1213
+ >
1214
+ <div
1215
+ className="c14"
1216
+ >
1217
+ <label
1218
+ className="c15 c16"
1219
+ htmlFor="email-signup"
1220
+ >
1221
+ <span
1222
+ className="c17 c18"
1223
+ dangerouslySetInnerHTML={
1224
+ Object {
1225
+ "__html": "Email address",
1226
+ }
1227
+ }
1228
+ />
1229
+ <div
1230
+ className="c19"
1231
+ >
1232
+
1233
+ <div
1234
+ className="c20"
1235
+ >
1236
+ <input
1237
+ aria-required={false}
1238
+ className="c21"
1239
+ id="email-signup"
1240
+ name="email"
1241
+ onBlur={[Function]}
1242
+ onChange={[Function]}
1243
+ placeholder="Enter your email address"
1244
+ required={false}
1245
+ type="email"
1246
+ />
1247
+
1248
+ </div>
1249
+ </div>
1250
+
1251
+ </label>
1252
+ </div>
1253
+ <div
1254
+ className="c22"
1255
+ >
1256
+ <button
1257
+ className="c23 c24"
1258
+ color="white"
1259
+ type="submit"
1260
+ >
1261
+ <span
1262
+ className="emailSignUpButtonContent"
1263
+ >
1264
+ <span
1265
+ className="emailSignUpButtonLabel"
1266
+ >
1267
+ Sign up
1268
+ </span>
1269
+ <span
1270
+ aria-hidden="true"
1271
+ className="emailSignUpButtonArrow"
1272
+ >
1273
+ <svg
1274
+ className="c25"
1275
+ direction="right"
1276
+ height={18}
1277
+ viewBox="0 0 96 96"
1278
+ width={18}
1279
+ xmlns="http://www.w3.org/2000/svg"
1280
+ >
1281
+ <path
1282
+ d="m90.871,50.776c-0.016,0.016 -0.026,0.036 -0.043,0.052l-32,32c-0.781,0.781 -1.804,1.172 -2.828,1.172s-2.047,-0.391 -2.829,-1.171a4,4 0 0 1 0,-5.657l25.172,-25.172l-70.343,0a4,4 0 0 1 0,-8l70.343,0l-25.172,-25.171a4,4 0 0 1 5.657,-5.657l32,32c0.016,0.016 0.027,0.036 0.043,0.052c0.167,0.172 0.321,0.357 0.455,0.557c0.069,0.104 0.118,0.216 0.176,0.325c0.065,0.121 0.138,0.236 0.191,0.364c0.057,0.137 0.09,0.279 0.13,0.42c0.032,0.109 0.074,0.214 0.097,0.327a4.017,4.017 0 0 1 0,1.568c-0.023,0.113 -0.065,0.217 -0.097,0.327c-0.041,0.141 -0.074,0.283 -0.13,0.42c-0.053,0.128 -0.126,0.243 -0.191,0.364c-0.059,0.109 -0.107,0.221 -0.176,0.325a4.035,4.035 0 0 1 -0.455,0.555z"
1283
+ id="svg_1"
1284
+ transform="rotate(-180 47.998626708984375,48.00019836425781) "
1285
+ />
1286
+ </svg>
1287
+ </span>
1288
+ </span>
1289
+ </button>
1290
+ </div>
1291
+ </div>
1292
+ </div>
1293
+ </form>
1294
+ </div>
1295
+ <div
1296
+ className="c26"
1297
+ >
1298
+ <ul
1299
+ className="c27"
1300
+ >
1301
+ <li
1302
+ className="c28"
1303
+ >
1304
+ <a
1305
+ className="c29 c30"
1306
+ data-test="icon-facebook"
1307
+ href="https://www.facebook.com/comicrelief"
1308
+ rel="noopener noreferrer"
1309
+ target="_blank"
1310
+ title="Check out our Facebook page"
1311
+ >
1312
+ <img
1313
+ alt="facebook"
1314
+ className="c31"
1315
+ src="mock.asset"
1316
+ />
1317
+ </a>
1318
+ </li>
1319
+ <li
1320
+ className="c28"
1321
+ >
1322
+ <a
1323
+ className="c29 c30"
1324
+ data-test="icon-instagram"
1325
+ href="https://www.instagram.com/comicrelief"
1326
+ rel="noopener noreferrer"
1327
+ target="_blank"
1328
+ title="Check out our Instagram account"
1329
+ >
1330
+ <img
1331
+ alt="instagram"
1332
+ className="c31"
1333
+ src="mock.asset"
1334
+ />
1335
+ </a>
1336
+ </li>
1337
+ <li
1338
+ className="c28"
1339
+ >
1340
+ <a
1341
+ className="c29 c30"
1342
+ data-test="icon-x"
1343
+ href="https://x.com/comicrelief"
1344
+ rel="noopener noreferrer"
1345
+ target="_blank"
1346
+ title="Check out our X account"
1347
+ >
1348
+ <img
1349
+ alt="x"
1350
+ className="c31"
1351
+ src="mock.asset"
1352
+ />
1353
+ </a>
1354
+ </li>
1355
+ <li
1356
+ className="c28"
1357
+ >
1358
+ <a
1359
+ className="c29 c30"
1360
+ data-test="icon-tiktok"
1361
+ href="https://www.tiktok.com/@comicrelief"
1362
+ rel="noopener noreferrer"
1363
+ target="_blank"
1364
+ title="Check out our TikTok account"
1365
+ >
1366
+ <img
1367
+ alt="tiktok"
1368
+ className="c31"
1369
+ src="mock.asset"
1370
+ />
1371
+ </a>
1372
+ </li>
1373
+ <li
1374
+ className="c28"
1375
+ >
1376
+ <a
1377
+ className="c29 c30"
1378
+ data-test="icon-youtube"
1379
+ href="https://www.youtube.com/channel/UCdF5u0ggeSETozc8fsprjcw"
1380
+ rel="noopener noreferrer"
1381
+ target="_blank"
1382
+ title="Check out our YouTube channel"
1383
+ >
1384
+ <img
1385
+ alt="youtube"
1386
+ className="c31"
1387
+ src="mock.asset"
1388
+ />
1389
+ </a>
1390
+ </li>
1391
+ </ul>
1392
+ </div>
1393
+ </div>
1394
+ <div
1395
+ className="c32"
1396
+ >
1397
+ <a
1398
+ className="c3 c4"
1399
+ color="red"
1400
+ href="/"
1401
+ target="_self"
1402
+ title="Go to Comic Relief homepage"
1403
+ type="standard"
1404
+ >
1405
+ <div
1406
+ className="c33"
1407
+ rotate={0}
1408
+ >
1409
+ <img
1410
+ alt="Comic Relief logo"
1411
+ className="c6"
1412
+ src="mock.asset"
1413
+ />
1414
+ </div>
1415
+ </a>
1416
+ </div>
1417
+ <div
1418
+ className="c34"
1419
+ >
1420
+ <a
1421
+ className="c3 c4"
1422
+ color="red"
1423
+ href="/"
1424
+ target="_self"
1425
+ title="Go to Comic Relief homepage"
1426
+ type="standard"
1427
+ >
1428
+ <div
1429
+ className="c33"
1430
+ rotate={0}
1431
+ >
1432
+ <img
1433
+ alt="Comic Relief logo"
1434
+ className="c6"
1435
+ src="mock.asset"
1436
+ />
1437
+ </div>
1438
+ </a>
1439
+ </div>
1440
+ </div>
1441
+ <nav
1442
+ aria-label="Primary footer navigation"
1443
+ className="c35"
1444
+ role="navigation"
1445
+ >
1446
+ <li
1447
+ className="c36"
1448
+ >
1449
+ <a
1450
+ className="c3 c37"
1451
+ color="red"
1452
+ href="/contact-us"
1453
+ target="_self"
1454
+ type="standard"
1455
+ >
1456
+ <span
1457
+ className="c17 c38"
1458
+ >
1459
+ Contact us
1460
+ </span>
1461
+ </a>
1462
+ </li>
1463
+ <li
1464
+ className="c36"
1465
+ >
1466
+ <a
1467
+ className="c3 c37"
1468
+ color="red"
1469
+ href="https://www.comicrelief.com/frequently-asked-questions"
1470
+ target="_self"
1471
+ type="standard"
1472
+ >
1473
+ <span
1474
+ className="c17 c38"
1475
+ >
1476
+ FAQs
1477
+ </span>
1478
+ </a>
1479
+ </li>
1480
+ </nav>
1481
+ <div
1482
+ className="c39"
1483
+ >
1484
+ <ul
1485
+ className="c27"
1486
+ >
1487
+ <li
1488
+ className="c28"
1489
+ >
1490
+ <a
1491
+ className="c29 c30"
1492
+ data-test="icon-facebook"
1493
+ href="https://www.facebook.com/comicrelief"
1494
+ rel="noopener noreferrer"
1495
+ target="_blank"
1496
+ title="Check out our Facebook page"
1497
+ >
1498
+ <img
1499
+ alt="facebook"
1500
+ className="c31"
1501
+ src="mock.asset"
1502
+ />
1503
+ </a>
1504
+ </li>
1505
+ <li
1506
+ className="c28"
1507
+ >
1508
+ <a
1509
+ className="c29 c30"
1510
+ data-test="icon-instagram"
1511
+ href="https://www.instagram.com/comicrelief"
1512
+ rel="noopener noreferrer"
1513
+ target="_blank"
1514
+ title="Check out our Instagram account"
1515
+ >
1516
+ <img
1517
+ alt="instagram"
1518
+ className="c31"
1519
+ src="mock.asset"
1520
+ />
1521
+ </a>
1522
+ </li>
1523
+ <li
1524
+ className="c28"
1525
+ >
1526
+ <a
1527
+ className="c29 c30"
1528
+ data-test="icon-x"
1529
+ href="https://x.com/comicrelief"
1530
+ rel="noopener noreferrer"
1531
+ target="_blank"
1532
+ title="Check out our X account"
1533
+ >
1534
+ <img
1535
+ alt="x"
1536
+ className="c31"
1537
+ src="mock.asset"
1538
+ />
1539
+ </a>
1540
+ </li>
1541
+ <li
1542
+ className="c28"
1543
+ >
1544
+ <a
1545
+ className="c29 c30"
1546
+ data-test="icon-tiktok"
1547
+ href="https://www.tiktok.com/@comicrelief"
1548
+ rel="noopener noreferrer"
1549
+ target="_blank"
1550
+ title="Check out our TikTok account"
1551
+ >
1552
+ <img
1553
+ alt="tiktok"
1554
+ className="c31"
1555
+ src="mock.asset"
1556
+ />
1557
+ </a>
1558
+ </li>
1559
+ <li
1560
+ className="c28"
1561
+ >
1562
+ <a
1563
+ className="c29 c30"
1564
+ data-test="icon-youtube"
1565
+ href="https://www.youtube.com/channel/UCdF5u0ggeSETozc8fsprjcw"
1566
+ rel="noopener noreferrer"
1567
+ target="_blank"
1568
+ title="Check out our YouTube channel"
1569
+ >
1570
+ <img
1571
+ alt="youtube"
1572
+ className="c31"
1573
+ src="mock.asset"
1574
+ />
1575
+ </a>
1576
+ </li>
1577
+ </ul>
1578
+ </div>
1579
+ <nav
1580
+ aria-label="Secondary footer navigation"
1581
+ className="c40"
1582
+ role="navigation"
1583
+ >
1584
+ <li
1585
+ className="c41"
1586
+ >
1587
+ <a
1588
+ className="c3 c42"
1589
+ color="red"
1590
+ href="https://www.comicrelief.com/terms-of-use"
1591
+ target="_self"
1592
+ type="standard"
1593
+ >
1594
+ <span
1595
+ className="c17 c43"
1596
+ >
1597
+ Terms of use
1598
+ </span>
1599
+ </a>
1600
+ </li>
1601
+ <li
1602
+ className="c41"
1603
+ >
1604
+ <a
1605
+ className="c3 c42"
1606
+ color="red"
1607
+ href="https://www.comicrelief.com/privacy-notice"
1608
+ target="_self"
1609
+ type="standard"
1610
+ >
1611
+ <span
1612
+ className="c17 c43"
1613
+ >
1614
+ Privacy notice
1615
+ </span>
1616
+ </a>
1617
+ </li>
1618
+ </nav>
1619
+ <div
1620
+ className="c44"
1621
+ >
1622
+ <p
1623
+ className="c17 c45"
1624
+ >
1625
+ Comic Relief is the trading name of Charity Projects, a registered charity in England and Wales (326568) and Scotland (SC039730), which is a company limited by guarantee registered in England and Wales (01806414). Registered address: 6th Floor, The White Chapel Building, 10 Whitechapel High Street, London, E1 8QS.
1626
+ </p>
1627
+ </div>
1628
+ <div
1629
+ className="c46"
1630
+ />
1631
+ </div>
1632
+ </footer>
1633
+ </div>
1634
+ `;
1635
+
1636
+ exports[`renders correctly 1`] = `
1637
+ .c17 {
1638
+ font-family: 'Montserrat',Helvetica,Arial,sans-serif;
1639
+ font-weight: 400;
1640
+ text-transform: inherit;
1641
+ -webkit-letter-spacing: 0;
1642
+ -moz-letter-spacing: 0;
1643
+ -ms-letter-spacing: 0;
1644
+ letter-spacing: 0;
1645
+ font-size: 1rem;
1646
+ line-height: 1.25rem;
1647
+ }
1648
+
1649
+ .c17 span {
1650
+ font-size: inherit;
1651
+ line-height: inherit;
1652
+ }
1653
+
1654
+ .c6 {
1655
+ object-fit: cover;
1656
+ width: 100%;
1657
+ display: block;
1658
+ height: auto;
1659
+ margin-right: 1rem;
1660
+ }
1661
+
1662
+ .c5 {
1663
+ display: inline-block;
1664
+ z-index: 3;
1665
+ width: 59px;
1666
+ -webkit-transform: inherit;
1667
+ -ms-transform: inherit;
1668
+ transform: inherit;
1669
+ vertical-align: bottom;
1670
+ }
1671
+
1672
+ .c33 {
1673
+ display: inline-block;
1674
+ z-index: 3;
1675
+ width: 59px;
1676
+ -webkit-transform: inherit;
1677
+ -ms-transform: inherit;
1678
+ transform: inherit;
1679
+ vertical-align: bottom;
1680
+ }
1681
+
1682
+ .c3 {
1683
+ position: relative;
1684
+ display: inline;
1685
+ color: #000000;
1686
+ font-weight: normal;
1687
+ }
1688
+
1689
+ .c3:hover,
1690
+ .c3:focus {
1691
+ color: #000000;
1692
+ -webkit-text-decoration: none;
1693
+ text-decoration: none;
1694
+ }
1695
+
1696
+ .c23 {
1697
+ display: -webkit-inline-box;
1698
+ display: -webkit-inline-flex;
1699
+ display: -ms-inline-flexbox;
1700
+ display: inline-flex;
1701
+ position: relative;
1702
+ -webkit-text-decoration: none;
1703
+ text-decoration: none;
1704
+ -webkit-transition: all 0.2s;
1705
+ transition: all 0.2s;
1706
+ height: 2.5rem;
1707
+ width: 100%;
1708
+ -webkit-box-pack: center;
1709
+ -webkit-justify-content: center;
1710
+ -ms-flex-pack: center;
1711
+ justify-content: center;
1712
+ -webkit-align-items: center;
1713
+ -webkit-box-align: center;
1714
+ -ms-flex-align: center;
1715
+ align-items: center;
1716
+ border: none;
1717
+ cursor: pointer;
1718
+ padding: 0.6rem 1rem;
1719
+ border-radius: 0.5rem;
1720
+ background-color: #FFFFFF;
1721
+ color: #000000;
1722
+ font-family: 'Montserrat',Helvetica,Arial,sans-serif;
1723
+ font-weight: 700;
1724
+ text-transform: inherit;
1725
+ -webkit-letter-spacing: 0;
1726
+ -moz-letter-spacing: 0;
1727
+ -ms-letter-spacing: 0;
1728
+ letter-spacing: 0;
1729
+ font-size: 1rem;
1730
+ line-height: 1.25rem;
1731
+ }
1732
+
1733
+ .c23 > a {
1734
+ -webkit-text-decoration: none;
1735
+ text-decoration: none;
1736
+ }
1737
+
1738
+ .c23:hover,
1739
+ .c23:focus,
1740
+ .c23:focus-within,
1741
+ .c23:focus-visible {
1742
+ background-color: #E1E2E3;
1743
+ outline-offset: 3px;
1744
+ }
1745
+
1746
+ .c23:disabled {
1747
+ cursor: not-allowed;
1748
+ opacity: 0.5;
1749
+ }
1750
+
1751
+ .c15 {
1752
+ width: 100%;
1753
+ position: relative;
1754
+ display: -webkit-box;
1755
+ display: -webkit-flex;
1756
+ display: -ms-flexbox;
1757
+ display: flex;
1758
+ -webkit-flex-direction: column;
1759
+ -ms-flex-direction: column;
1760
+ flex-direction: column;
1761
+ color: #000000;
1762
+ }
1763
+
1764
+ .c15:after {
1765
+ position: absolute;
1766
+ top: 0;
1767
+ right: 0;
1768
+ content: 'Optional';
1769
+ font-family: inherit;
1770
+ font-size: 1rem;
1771
+ }
1772
+
1773
+ .c18 {
1774
+ border: 0;
1775
+ -webkit-clip: rect(0 0 0 0);
1776
+ clip: rect(0 0 0 0);
1777
+ -webkit-clip-path: inset(50%);
1778
+ clip-path: inset(50%);
1779
+ height: 1px;
1780
+ margin: -1px;
1781
+ overflow: hidden;
1782
+ padding: 0;
1783
+ position: absolute;
1784
+ white-space: nowrap;
1785
+ width: 1px;
1786
+ }
1787
+
1788
+ .c19 {
1789
+ position: relative;
1790
+ font-size: 1.25rem;
1791
+ }
1792
+
1793
+ .c20 {
1794
+ position: relative;
1795
+ width: 100%;
1796
+ display: -webkit-box;
1797
+ display: -webkit-flex;
1798
+ display: -ms-flexbox;
1799
+ display: flex;
1800
+ -webkit-box-pack: end;
1801
+ -webkit-justify-content: flex-end;
1802
+ -ms-flex-pack: end;
1803
+ justify-content: flex-end;
1804
+ -webkit-align-items: center;
1805
+ -webkit-box-align: center;
1806
+ -ms-flex-align: center;
1807
+ align-items: center;
1808
+ }
1809
+
1810
+ .c21 {
1811
+ position: relative;
1812
+ box-sizing: border-box;
1813
+ width: 100%;
1814
+ height: 48px;
1815
+ padding: 1rem 2.4rem 1rem 1.5rem;
1816
+ background-color: #F4F3F5;
1817
+ border: 1px solid;
1818
+ border-color: #969598;
1819
+ box-shadow: none;
1820
+ -webkit-appearance: none;
1821
+ -moz-appearance: none;
1822
+ appearance: none;
1823
+ color: #000000;
1824
+ border-radius: 0.5rem;
1825
+ font-size: inherit;
1826
+ z-index: 2;
1827
+ font-family: inherit;
1828
+ }
1829
+
1830
+ .c21:focus {
1831
+ border: 1px solid #666;
1832
+ }
1833
+
1834
+ .c29 {
1835
+ -webkit-text-decoration: none;
1836
+ text-decoration: none;
1837
+ cursor: pointer;
1838
+ display: block;
1839
+ position: relative;
1840
+ -webkit-transition: opacity 0.2s;
1841
+ transition: opacity 0.2s;
1842
+ background-color: #222222;
1843
+ border-radius: 0.5rem;
1844
+ padding: 0.5rem;
1845
+ box-sizing: border-box;
1846
+ display: -webkit-box;
1847
+ display: -webkit-flex;
1848
+ display: -ms-flexbox;
1849
+ display: flex;
1850
+ -webkit-align-items: center;
1851
+ -webkit-box-align: center;
1852
+ -ms-flex-align: center;
1853
+ align-items: center;
1854
+ -webkit-box-pack: center;
1855
+ -webkit-justify-content: center;
1856
+ -ms-flex-pack: center;
1857
+ justify-content: center;
1858
+ width: 100%;
1859
+ height: 100%;
1860
+ -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
1861
+ -webkit-transition: transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
1862
+ transition: transform 0.4s cubic-bezier(0.68,-1.15,0.265,2.35);
1863
+ -webkit-transform-origin: center;
1864
+ -ms-transform-origin: center;
1865
+ transform-origin: center;
1866
+ }
1867
+
1868
+ .c29:hover,
1869
+ .c29:focus {
1870
+ opacity: 0.6;
1871
+ }
1872
+
1873
+ .c29:hover,
1874
+ .c29:focus {
1875
+ -webkit-transform: scale(1.15);
1876
+ -ms-transform: scale(1.15);
1877
+ transform: scale(1.15);
1878
+ }
1879
+
1880
+ .c29:hover,
1881
+ .c29:focus {
1882
+ background-color: #3A3A3A;
1883
+ opacity: 1;
1884
+ }
1885
+
1886
+ .c31 {
1887
+ width: 100%;
1888
+ -webkit-filter: brightness(0) invert(1);
1889
+ filter: brightness(0) invert(1);
1890
+ }
1891
+
1892
+ .c27 {
1893
+ display: -webkit-box;
1894
+ display: -webkit-flex;
1895
+ display: -ms-flexbox;
1896
+ display: flex;
1897
+ -webkit-flex-wrap: wrap;
1898
+ -ms-flex-wrap: wrap;
1899
+ flex-wrap: wrap;
1900
+ gap: 2rem;
1901
+ list-style-type: none;
1902
+ -webkit-box-pack: start;
1903
+ -webkit-justify-content: flex-start;
1904
+ -ms-flex-pack: start;
1905
+ justify-content: flex-start;
1906
+ margin: 3rem 0;
1907
+ padding: 0;
1908
+ -webkit-align-items: center;
1909
+ -webkit-box-align: center;
1910
+ -ms-flex-align: center;
1911
+ align-items: center;
1912
+ }
1913
+
1914
+ .c28 {
1915
+ width: 54px;
1916
+ height: 54px;
1917
+ -webkit-flex: 0 0 54px;
1918
+ -ms-flex: 0 0 54px;
1919
+ flex: 0 0 54px;
1920
+ margin-right: 0;
1921
+ }
1922
+
1923
+ .c30 {
1924
+ width: auto;
1925
+ }
1926
+
1927
+ .c25 {
1928
+ -webkit-transform: rotate(180deg);
1929
+ -ms-transform: rotate(180deg);
1930
+ transform: rotate(180deg);
1931
+ fill: #FFFFFF;
1932
+ }
1933
+
1934
+ .c10 {
1935
+ margin-bottom: 1.5rem;
1936
+ color: #FFFFFF;
1937
+ }
1938
+
1939
+ .c11 {
1940
+ margin-bottom: 1rem;
1941
+ }
1942
+
1943
+ .c12 {
1944
+ font-family: 'Montserrat',Helvetica,Arial,sans-serif;
1945
+ font-weight: 400;
1946
+ text-transform: inherit;
1947
+ -webkit-letter-spacing: 0;
1948
+ -moz-letter-spacing: 0;
1949
+ -ms-letter-spacing: 0;
1950
+ letter-spacing: 0;
1951
+ font-size: 1rem;
1952
+ line-height: 1.25rem;
1953
+ font-weight: bold;
1954
+ }
1955
+
1956
+ .c13 {
1957
+ display: -webkit-box;
1958
+ display: -webkit-flex;
1959
+ display: -ms-flexbox;
1960
+ display: flex;
1961
+ -webkit-align-items: center;
1962
+ -webkit-box-align: center;
1963
+ -ms-flex-align: center;
1964
+ align-items: center;
1965
+ -webkit-flex-direction: column;
1966
+ -ms-flex-direction: column;
1967
+ flex-direction: column;
1968
+ gap: 1rem;
1969
+ overflow: visible;
1970
+ }
1971
+
1972
+ .c14 {
1973
+ -webkit-flex: 1;
1974
+ -ms-flex: 1;
1975
+ flex: 1;
1976
+ display: -webkit-box;
1977
+ display: -webkit-flex;
1978
+ display: -ms-flexbox;
1979
+ display: flex;
1980
+ -webkit-align-items: center;
1981
+ -webkit-box-align: center;
1982
+ -ms-flex-align: center;
1983
+ align-items: center;
1984
+ width: 100%;
1985
+ overflow: visible;
1986
+ }
1987
+
1988
+ .c16 {
1989
+ overflow: visible;
1990
+ }
1991
+
1992
+ .c16 input {
1993
+ font-size: 1rem;
1994
+ line-height: 1.25rem;
1995
+ font-family: 'Montserrat',Helvetica,Arial,sans-serif;
1996
+ background-color: #18181A;
1997
+ border-color: transparent;
1998
+ height: 44px;
1999
+ padding: 12px 2.4rem 12px 18px;
2000
+ -webkit-transition: background-color 0.2s ease,text-indent 0.18s ease;
2001
+ transition: background-color 0.2s ease,text-indent 0.18s ease;
2002
+ border: 1px solid #FFFFFF;
2003
+ color: #FFFFFF;
2004
+ }
2005
+
2006
+ .c16 input::-webkit-input-placeholder {
2007
+ color: #E1E2E3;
2008
+ }
2009
+
2010
+ .c16 input::-moz-placeholder {
2011
+ color: #E1E2E3;
2012
+ }
2013
+
2014
+ .c16 input:-ms-input-placeholder {
2015
+ color: #E1E2E3;
2016
+ }
2017
+
2018
+ .c16 input::placeholder {
2019
+ color: #E1E2E3;
2020
+ }
2021
+
2022
+ .c16 input:hover,
2023
+ .c16 input:focus {
2024
+ background-color: #3A3A3A;
2025
+ }
2026
+
2027
+ .c22 {
2028
+ display: -webkit-box;
2029
+ display: -webkit-flex;
2030
+ display: -ms-flexbox;
2031
+ display: flex;
2032
+ -webkit-align-items: center;
2033
+ -webkit-box-align: center;
2034
+ -ms-flex-align: center;
2035
+ align-items: center;
2036
+ -webkit-box-pack: center;
2037
+ -webkit-justify-content: center;
2038
+ -ms-flex-pack: center;
2039
+ justify-content: center;
2040
+ width: 100%;
2041
+ }
2042
+
2043
+ .c24 {
2044
+ margin: 0;
2045
+ font-family: 'Montserrat',Helvetica,Arial,sans-serif;
2046
+ height: 44px;
2047
+ padding: 0 1rem;
2048
+ border-radius: 0.5rem;
2049
+ overflow: hidden;
2050
+ min-width: -webkit-max-content;
2051
+ min-width: -moz-max-content;
2052
+ min-width: max-content;
2053
+ width: 100%;
2054
+ max-width: 123px;
2055
+ }
2056
+
2057
+ .c24 .emailSignUpButtonContent {
2058
+ display: inline-grid;
2059
+ grid-auto-flow: column;
2060
+ grid-template-columns: auto 18px;
2061
+ -webkit-column-gap: 0.5rem;
2062
+ column-gap: 0.5rem;
2063
+ -webkit-align-items: center;
2064
+ -webkit-box-align: center;
2065
+ -ms-flex-align: center;
2066
+ align-items: center;
2067
+ -webkit-box-pack: center;
2068
+ -webkit-justify-content: center;
2069
+ -ms-flex-pack: center;
2070
+ justify-content: center;
2071
+ line-height: 1;
2072
+ white-space: nowrap;
2073
+ }
2074
+
2075
+ .c24 .emailSignUpButtonLabel {
2076
+ display: inline-block;
2077
+ font-size: 16px;
2078
+ line-height: 1;
2079
+ -webkit-transform: translateX(13px);
2080
+ -ms-transform: translateX(13px);
2081
+ transform: translateX(13px);
2082
+ -webkit-transition: -webkit-transform 0.22s ease;
2083
+ -webkit-transition: transform 0.22s ease;
2084
+ transition: transform 0.22s ease;
2085
+ will-change: transform;
2086
+ white-space: nowrap;
2087
+ }
2088
+
2089
+ .c24 .emailSignUpButtonArrow {
2090
+ display: -webkit-inline-box;
2091
+ display: -webkit-inline-flex;
2092
+ display: -ms-inline-flexbox;
2093
+ display: inline-flex;
2094
+ -webkit-align-items: center;
2095
+ -webkit-box-align: center;
2096
+ -ms-flex-align: center;
2097
+ align-items: center;
2098
+ -webkit-box-pack: center;
2099
+ -webkit-justify-content: center;
2100
+ -ms-flex-pack: center;
2101
+ justify-content: center;
2102
+ width: 18px;
2103
+ height: 18px;
2104
+ opacity: 0;
2105
+ -webkit-transform: translateX(-13px);
2106
+ -ms-transform: translateX(-13px);
2107
+ transform: translateX(-13px);
2108
+ -webkit-transition: opacity 0.22s ease,-webkit-transform 0.22s ease;
2109
+ -webkit-transition: opacity 0.22s ease,transform 0.22s ease;
2110
+ transition: opacity 0.22s ease,transform 0.22s ease;
2111
+ will-change: transform,opacity;
2112
+ }
2113
+
2114
+ .c24 .emailSignUpButtonArrow svg {
2115
+ fill: currentColor !important;
2116
+ }
2117
+
2118
+ .c24:hover,
2119
+ .c24:focus {
2120
+ background-color: #E1E2E3;
2121
+ color: #000000;
2122
+ }
2123
+
2124
+ .c24:hover .emailSignUpButtonLabel,
2125
+ .c24:focus .emailSignUpButtonLabel {
2126
+ -webkit-transform: translateX(0);
2127
+ -ms-transform: translateX(0);
2128
+ transform: translateX(0);
2129
+ }
2130
+
2131
+ .c24:hover .emailSignUpButtonArrow,
2132
+ .c24:focus .emailSignUpButtonArrow {
2133
+ opacity: 1;
2134
+ -webkit-transform: translateX(0);
2135
+ -ms-transform: translateX(0);
2136
+ transform: translateX(0);
2137
+ }
2138
+
2139
+ .c0 {
2140
+ text-align: left;
2141
+ background: #18181A;
2142
+ padding-top: 4.5rem;
2143
+ }
2144
+
2145
+ .c1 {
2146
+ position: relative;
2147
+ display: block;
2148
+ width: 100%;
2149
+ height: 100%;
2150
+ max-width: 1488px;
2151
+ margin: 0 auto;
2152
+ padding: 0 1rem;
2153
+ }
2154
+
2155
+ .c7 {
2156
+ display: -webkit-box;
2157
+ display: -webkit-flex;
2158
+ display: -ms-flexbox;
2159
+ display: flex;
2160
+ -webkit-flex-direction: column;
2161
+ -ms-flex-direction: column;
2162
+ flex-direction: column;
2163
+ margin-bottom: 1rem;
2164
+ gap: 1rem;
2165
+ }
2166
+
2167
+ .c8 {
2168
+ display: -webkit-box;
2169
+ display: -webkit-flex;
2170
+ display: -ms-flexbox;
2171
+ display: flex;
2172
+ -webkit-flex-direction: column;
2173
+ -ms-flex-direction: column;
2174
+ flex-direction: column;
2175
+ gap: 1rem;
2176
+ }
2177
+
2178
+ .c9 {
2179
+ max-width: 100%;
2180
+ }
2181
+
2182
+ .c26 {
2183
+ margin-bottom: 1rem;
2184
+ box-sizing: content-box;
2185
+ gap: 1rem;
2186
+ display: none;
2187
+ }
2188
+
2189
+ .c39 {
2190
+ margin-bottom: 1rem;
2191
+ box-sizing: content-box;
2192
+ gap: 1rem;
2193
+ display: block;
2194
+ }
2195
+
2196
+ .c35 {
2197
+ display: -webkit-box;
2198
+ display: -webkit-flex;
2199
+ display: -ms-flexbox;
2200
+ display: flex;
2201
+ -webkit-flex-direction: column;
2202
+ -ms-flex-direction: column;
2203
+ flex-direction: column;
2204
+ list-style: none;
2205
+ padding: 1rem 0;
2206
+ margin: 0 0 1rem 0;
2207
+ gap: 2rem;
2208
+ }
2209
+
2210
+ .c36 {
2211
+ margin: 0;
2212
+ }
2213
+
2214
+ .c37 {
2215
+ color: #FFFFFF;
2216
+ -webkit-text-decoration: none;
2217
+ text-decoration: none;
2218
+ font-weight: bold;
2219
+ font-size: 16px;
2220
+ }
2221
+
2222
+ .c37:hover,
2223
+ .c37:focus {
2224
+ -webkit-text-decoration: underline;
2225
+ text-decoration: underline;
2226
+ -webkit-text-decoration-color: #FFFFFF;
2227
+ text-decoration-color: #FFFFFF;
2228
+ }
2229
+
2230
+ .c38 {
2231
+ color: #FFFFFF;
2232
+ font-weight: bold;
2233
+ font-size: 16px;
2234
+ }
2235
+
2236
+ .c40 {
2237
+ display: -webkit-box;
2238
+ display: -webkit-flex;
2239
+ display: -ms-flexbox;
2240
+ display: flex;
2241
+ -webkit-flex-direction: row;
2242
+ -ms-flex-direction: row;
2243
+ flex-direction: row;
2244
+ -webkit-flex-wrap: wrap;
2245
+ -ms-flex-wrap: wrap;
2246
+ flex-wrap: wrap;
2247
+ list-style: none;
2248
+ padding: 0;
2249
+ margin: 0 0 1rem 0;
2250
+ gap: 0.5rem;
2251
+ -webkit-align-items: center;
2252
+ -webkit-box-align: center;
2253
+ -ms-flex-align: center;
2254
+ align-items: center;
2255
+ }
2256
+
2257
+ .c41 {
2258
+ margin: 0;
2259
+ display: -webkit-box;
2260
+ display: -webkit-flex;
2261
+ display: -ms-flexbox;
2262
+ display: flex;
2263
+ -webkit-align-items: center;
2264
+ -webkit-box-align: center;
2265
+ -ms-flex-align: center;
2266
+ align-items: center;
2267
+ }
2268
+
2269
+ .c41:not(:last-child)::after {
2270
+ content: '|';
2271
+ margin-left: 0.5rem;
2272
+ color: #FFFFFF;
2273
+ opacity: 0.8;
2274
+ }
2275
+
2276
+ .c42 {
2277
+ -webkit-text-decoration: none;
2278
+ text-decoration: none;
2279
+ }
2280
+
2281
+ .c42 > span {
2282
+ color: #FFFFFF;
2283
+ opacity: 0.8;
2284
+ -webkit-text-decoration: none;
2285
+ text-decoration: none;
2286
+ -webkit-text-decoration-color: #FFFFFF;
2287
+ text-decoration-color: #FFFFFF;
2288
+ font-weight: normal;
2289
+ font-size: 0.875rem;
2290
+ }
2291
+
2292
+ .c42:hover,
2293
+ .c42:focus {
2294
+ -webkit-text-decoration: underline;
2295
+ text-decoration: underline;
2296
+ -webkit-text-decoration-color: #FFFFFF;
2297
+ text-decoration-color: #FFFFFF;
2298
+ }
2299
+
2300
+ .c43 {
2301
+ color: #FFFFFF;
2302
+ opacity: 0.8;
2303
+ font-weight: normal;
2304
+ }
2305
+
2306
+ .c2 {
2307
+ display: -webkit-box;
2308
+ display: -webkit-flex;
2309
+ display: -ms-flexbox;
2310
+ display: flex;
2311
+ -webkit-flex-direction: row;
2312
+ -ms-flex-direction: row;
2313
+ flex-direction: row;
2314
+ -webkit-align-items: center;
2315
+ -webkit-box-align: center;
2316
+ -ms-flex-align: center;
2317
+ align-items: center;
2318
+ gap: 2rem;
2319
+ -webkit-box-pack: start;
2320
+ -webkit-justify-content: flex-start;
2321
+ -ms-flex-pack: start;
2322
+ justify-content: flex-start;
2323
+ padding-bottom: 2rem;
2324
+ }
2325
+
2326
+ .c32 {
2327
+ display: -webkit-box;
2328
+ display: -webkit-flex;
2329
+ display: -ms-flexbox;
2330
+ display: flex;
2331
+ -webkit-flex-direction: row;
2332
+ -ms-flex-direction: row;
2333
+ flex-direction: row;
2334
+ -webkit-align-items: center;
2335
+ -webkit-box-align: center;
2336
+ -ms-flex-align: center;
2337
+ align-items: center;
2338
+ gap: 2rem;
2339
+ -webkit-box-pack: center;
2340
+ -webkit-justify-content: center;
2341
+ -ms-flex-pack: center;
2342
+ justify-content: center;
2343
+ padding-bottom: 0;
2344
+ display: none;
2345
+ }
2346
+
2347
+ .c34 {
2348
+ display: -webkit-box;
2349
+ display: -webkit-flex;
2350
+ display: -ms-flexbox;
2351
+ display: flex;
2352
+ -webkit-flex-direction: row;
2353
+ -ms-flex-direction: row;
2354
+ flex-direction: row;
2355
+ -webkit-align-items: center;
2356
+ -webkit-box-align: center;
2357
+ -ms-flex-align: center;
2358
+ align-items: center;
2359
+ gap: 2rem;
2360
+ -webkit-box-pack: center;
2361
+ -webkit-justify-content: center;
2362
+ -ms-flex-pack: center;
2363
+ justify-content: center;
2364
+ padding-bottom: 0;
2365
+ display: none;
2366
+ }
2367
+
2368
+ .c46 {
2369
+ display: -webkit-box;
2370
+ display: -webkit-flex;
2371
+ display: -ms-flexbox;
2372
+ display: flex;
2373
+ -webkit-flex-direction: row;
2374
+ -ms-flex-direction: row;
2375
+ flex-direction: row;
2376
+ -webkit-align-items: center;
2377
+ -webkit-box-align: center;
2378
+ -ms-flex-align: center;
2379
+ align-items: center;
2380
+ gap: 2rem;
2381
+ -webkit-box-pack: start;
2382
+ -webkit-justify-content: flex-start;
2383
+ -ms-flex-pack: start;
2384
+ justify-content: flex-start;
2385
+ padding-bottom: 2rem;
2386
+ }
2387
+
2388
+ .c4 {
2389
+ color: transparent;
2390
+ border: 0;
2391
+ }
2392
+
2393
+ .c4:hover {
2394
+ border: 0;
2395
+ }
2396
+
2397
+ .c4 img {
2398
+ -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.41,1.64,0.41,0.8);
2399
+ -webkit-transition: transform 0.6s cubic-bezier(0.41,1.64,0.41,0.8);
2400
+ transition: transform 0.6s cubic-bezier(0.41,1.64,0.41,0.8);
2401
+ }
2402
+
2403
+ .c4:hover img,
2404
+ .c4:focus img {
2405
+ -webkit-transform: rotate(-14deg);
2406
+ -ms-transform: rotate(-14deg);
2407
+ transform: rotate(-14deg);
2408
+ }
2409
+
2410
+ .c44 {
2411
+ display: block;
2412
+ width: 100%;
2413
+ height: 100%;
2414
+ text-align: left;
2415
+ margin-bottom: 2rem;
2416
+ }
2417
+
2418
+ .c45 {
2419
+ color: #FFFFFF;
2420
+ opacity: 0.8;
2421
+ font-size: 0.875rem;
2422
+ margin-bottom: 0.5rem;
2423
+ }
2424
+
2425
+ @media (min-width:740px) {
2426
+ .c17 {
2427
+ font-size: 1rem;
2428
+ line-height: 1.25rem;
2429
+ }
2430
+ }
2431
+
2432
+ @media (min-width:1024px) {
2433
+ .c17 {
2434
+ font-size: 1.125rem;
2435
+ line-height: 1.375rem;
2436
+ }
2437
+ }
2438
+
2439
+ @media (min-width:1150px) {
2440
+ .c5 {
2441
+ width: 72px;
2442
+ }
2443
+ }
2444
+
2445
+ @media (min-width:1150px) {
2446
+ .c33 {
2447
+ width: 59px;
2448
+ }
2449
+ }
2450
+
2451
+ @media (min-width:740px) {
2452
+ .c23 {
2453
+ font-size: 1rem;
2454
+ line-height: 1.25rem;
2455
+ }
2456
+ }
2457
+
2458
+ @media (min-width:1024px) {
2459
+ .c23 {
2460
+ font-size: 1.125rem;
2461
+ line-height: 1.375rem;
2462
+ }
2463
+ }
2464
+
2465
+ @media (min-width:740px) {
2466
+ .c23 {
2467
+ width: auto;
2468
+ }
2469
+ }
2470
+
2471
+ @media (min-width:1024px) {
2472
+ .c23 {
2473
+ width: auto;
2474
+ }
2475
+ }
2476
+
2477
+ @media (min-width:740px) {
2478
+
2479
+ }
2480
+
2481
+ @media (min-width:1024px) {
2482
+
2483
+ }
2484
+
2485
+ @media (min-width:740px) {
2486
+ .c27 {
2487
+ -webkit-box-pack: start;
2488
+ -webkit-justify-content: start;
2489
+ -ms-flex-pack: start;
2490
+ justify-content: start;
2491
+ margin: 0.5rem 0;
2492
+ }
2493
+ }
2494
+
2495
+ @media (min-width:740px) {
2496
+ .c28 {
2497
+ margin-right: 0;
2498
+ }
2499
+ }
2500
+
2501
+ @media (min-width:1024px) {
2502
+ .c25 {
2503
+ fill: #FFFFFF;
2504
+ }
2505
+ }
2506
+
2507
+ @media (min-width:740px) {
2508
+ .c10 {
2509
+ margin-bottom: 1.5rem;
2510
+ }
2511
+ }
2512
+
2513
+ @media (min-width:740px) {
2514
+ .c12 {
2515
+ font-size: 1rem;
2516
+ line-height: 1.25rem;
2517
+ }
2518
+ }
2519
+
2520
+ @media (min-width:1024px) {
2521
+ .c12 {
2522
+ font-size: 1.125rem;
2523
+ line-height: 1.375rem;
2524
+ }
2525
+ }
2526
+
2527
+ @media (min-width:740px) {
2528
+ .c13 {
2529
+ -webkit-flex-direction: row;
2530
+ -ms-flex-direction: row;
2531
+ flex-direction: row;
2532
+ -webkit-align-items: center;
2533
+ -webkit-box-align: center;
2534
+ -ms-flex-align: center;
2535
+ align-items: center;
2536
+ }
2537
+ }
2538
+
2539
+ @media (min-width:740px) {
2540
+ .c14 {
2541
+ width: 100%;
2542
+ max-width: 364px;
2543
+ }
2544
+ }
2545
+
2546
+ @media (min-width:740px) {
2547
+ .c16 input,
2548
+ .c16 textarea {
2549
+ text-indent: 0;
2550
+ -webkit-transition: text-indent 0.18s ease;
2551
+ transition: text-indent 0.18s ease;
2552
+ }
2553
+
2554
+ .c16:hover input,
2555
+ .c16:hover textarea,
2556
+ .c16:focus-within input,
2557
+ .c16:focus-within textarea {
2558
+ text-indent: 4px;
2559
+ }
2560
+ }
2561
+
2562
+ @media (min-width:740px) {
2563
+ .c22 {
2564
+ width: 100%;
2565
+ max-width: 123px;
2566
+ -webkit-flex: 0 0 auto;
2567
+ -ms-flex: 0 0 auto;
2568
+ flex: 0 0 auto;
2569
+ }
2570
+ }
2571
+
2572
+ @media (min-width:740px) {
2573
+ .c24 {
2574
+ margin: 0;
2575
+ }
2576
+ }
2577
+
2578
+ @media (min-width:740px) {
2579
+ .c0 {
2580
+ padding-bottom: 3rem;
2581
+ }
2582
+ }
2583
+
2584
+ @media (min-width:1024px) {
2585
+ .c0 {
2586
+ padding-top: 5.5rem;
2587
+ padding-bottom: 5rem;
2588
+ }
2589
+ }
2590
+
2591
+ @media (min-width:740px) {
2592
+ .c1 {
2593
+ padding: 0 2rem;
2594
+ }
2595
+ }
2596
+
2597
+ @media (min-width:1024px) {
2598
+ .c1 {
2599
+ padding: 0 9rem;
2600
+ }
2601
+ }
2602
+
2603
+ @media (min-width:740px) {
2604
+ .c7 {
2605
+ -webkit-flex-direction: row;
2606
+ -ms-flex-direction: row;
2607
+ flex-direction: row;
2608
+ -webkit-box-pack: justify;
2609
+ -webkit-justify-content: space-between;
2610
+ -ms-flex-pack: justify;
2611
+ justify-content: space-between;
2612
+ -webkit-column-gap: 3rem;
2613
+ column-gap: 3rem;
2614
+ -webkit-align-items: flex-start;
2615
+ -webkit-box-align: flex-start;
2616
+ -ms-flex-align: flex-start;
2617
+ align-items: flex-start;
2618
+ }
2619
+ }
2620
+
2621
+ @media (min-width:740px) {
2622
+ .c8 {
2623
+ -webkit-flex-direction: column;
2624
+ -ms-flex-direction: column;
2625
+ flex-direction: column;
2626
+ -webkit-flex: 1 1 auto;
2627
+ -ms-flex: 1 1 auto;
2628
+ flex: 1 1 auto;
2629
+ min-width: 0;
2630
+ }
2631
+ }
2632
+
2633
+ @media (min-width:740px) {
2634
+ .c9 {
2635
+ max-width: 100%;
2636
+ }
2637
+ }
2638
+
2639
+ @media (min-width:740px) {
2640
+ .c26 {
2641
+ box-sizing: border-box;
2642
+ display: -webkit-box;
2643
+ display: -webkit-flex;
2644
+ display: -ms-flexbox;
2645
+ display: flex;
2646
+ margin-bottom: 0;
2647
+ -webkit-align-items: center;
2648
+ -webkit-box-align: center;
2649
+ -ms-flex-align: center;
2650
+ align-items: center;
2651
+ }
2652
+ }
2653
+
2654
+ @media (min-width:740px) {
2655
+ .c39 {
2656
+ box-sizing: border-box;
2657
+ display: none;
2658
+ margin-bottom: 1rem;
2659
+ -webkit-align-items: center;
2660
+ -webkit-box-align: center;
2661
+ -ms-flex-align: center;
2662
+ align-items: center;
2663
+ }
2664
+ }
2665
+
2666
+ @media (min-width:740px) {
2667
+ .c35 {
2668
+ -webkit-flex-direction: row;
2669
+ -ms-flex-direction: row;
2670
+ flex-direction: row;
2671
+ -webkit-flex-wrap: wrap;
2672
+ -ms-flex-wrap: wrap;
2673
+ flex-wrap: wrap;
2674
+ gap: 1.5rem;
2675
+ }
2676
+ }
2677
+
2678
+ @media (min-width:740px) {
2679
+ .c41 {
2680
+ display: inline;
1030
2681
  }
1031
2682
  }
1032
2683