@ilo-org/styles 0.9.1 → 0.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/css/components/index.css +146 -145
- package/build/css/components/index.css.map +1 -1
- package/build/css/global.css +3 -2
- package/build/css/global.css.map +1 -1
- package/build/css/index.css +147 -146
- package/build/css/index.css.map +1 -1
- package/build/css/monorepo.css +147 -146
- package/build/css/monorepo.css.map +1 -1
- package/build/minified/index.css +1 -1
- package/build/minified/index.css.map +1 -1
- package/build/minified/monorepo.css +1 -1
- package/build/minified/monorepo.css.map +1 -1
- package/css/components/accordion.css +1 -1
- package/css/components/breadcrumb.css +1 -1
- package/css/components/button.css +1 -1
- package/css/components/callout.css +1 -1
- package/css/components/card.css +1 -1
- package/css/components/contextmenu.css +1 -1
- package/css/components/datacard.css +1 -1
- package/css/components/dropdown.css +1 -1
- package/css/components/featurecard.css +1 -1
- package/css/components/fieldset.css +1 -1
- package/css/components/file-upload.css +1 -1
- package/css/components/footer.css +1 -1
- package/css/components/formcontrol.css +1 -1
- package/css/components/heading.css +1 -1
- package/css/components/herocard.css +1 -1
- package/css/components/input.css +1 -1
- package/css/components/linklist.css +1 -1
- package/css/components/list.css +1 -1
- package/css/components/loading.css +1 -1
- package/css/components/logo.css +1 -1
- package/css/components/navigation.css +1 -1
- package/css/components/pagination.css +1 -1
- package/css/components/profile.css +1 -1
- package/css/components/readmore.css +1 -1
- package/css/components/richtext.css +1 -1
- package/css/components/socialmedia.css +1 -1
- package/css/components/statcard.css +1 -1
- package/css/components/table.css +1 -1
- package/css/components/tableofcontents.css +1 -1
- package/css/components/tabs.css +1 -1
- package/css/components/tag.css +1 -1
- package/css/components/textarea.css +1 -1
- package/css/components/textinput.css +1 -1
- package/css/global.css +1 -1
- package/css/global.css.map +1 -1
- package/css/index.css +1 -1
- package/css/index.css.map +1 -1
- package/css/monorepo.css +1 -1
- package/css/monorepo.css.map +1 -1
- package/package.json +2 -2
package/build/css/monorepo.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
1
2
|
html,
|
|
2
3
|
body,
|
|
3
4
|
div,
|
|
@@ -151,7 +152,7 @@ select {
|
|
|
151
152
|
}
|
|
152
153
|
/**
|
|
153
154
|
* Do not edit directly
|
|
154
|
-
* Generated on Wed,
|
|
155
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
155
156
|
*/
|
|
156
157
|
/**
|
|
157
158
|
* TOKENS:
|
|
@@ -243,14 +244,14 @@ select {
|
|
|
243
244
|
html,
|
|
244
245
|
body {
|
|
245
246
|
color: rgb(45, 45, 45);
|
|
246
|
-
font: 18.66px/27.24px Noto Sans;
|
|
247
|
+
font: 18.66px/27.24px Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
247
248
|
letter-spacing: normal;
|
|
248
249
|
-webkit-font-smoothing: antialiased;
|
|
249
250
|
}
|
|
250
251
|
|
|
251
252
|
/**
|
|
252
253
|
* Do not edit directly
|
|
253
|
-
* Generated on Wed,
|
|
254
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
254
255
|
*/
|
|
255
256
|
/**
|
|
256
257
|
* TOKENS:
|
|
@@ -270,7 +271,7 @@ body {
|
|
|
270
271
|
display: flex;
|
|
271
272
|
fill: rgb(35, 0, 80);
|
|
272
273
|
flex-direction: row;
|
|
273
|
-
font-family: Overpass;
|
|
274
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
274
275
|
font-weight: 500;
|
|
275
276
|
font-size: 16px;
|
|
276
277
|
letter-spacing: -0.02em;
|
|
@@ -325,7 +326,7 @@ body {
|
|
|
325
326
|
.ilo--accordion--panel {
|
|
326
327
|
--height: auto;
|
|
327
328
|
color: rgb(109, 109, 109);
|
|
328
|
-
font-family: Noto Sans;
|
|
329
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
329
330
|
position: relative;
|
|
330
331
|
height: 0px;
|
|
331
332
|
overflow: hidden;
|
|
@@ -369,7 +370,7 @@ body {
|
|
|
369
370
|
|
|
370
371
|
/**
|
|
371
372
|
* Do not edit directly
|
|
372
|
-
* Generated on Wed,
|
|
373
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
373
374
|
*/
|
|
374
375
|
/**
|
|
375
376
|
* TOKENS:
|
|
@@ -394,7 +395,7 @@ body {
|
|
|
394
395
|
}
|
|
395
396
|
/**
|
|
396
397
|
* Do not edit directly
|
|
397
|
-
* Generated on Wed,
|
|
398
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
398
399
|
*/
|
|
399
400
|
/**
|
|
400
401
|
* TOKENS:
|
|
@@ -435,7 +436,7 @@ body {
|
|
|
435
436
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 16'%3e%3cpath fill='rgb(35, 0, 80)' d='M0.7%2c8.4C0.7%2c8.3%2c0.6%2c8.1%2c0.6%2c8s0-0.3%2c0.1-0.4L6.3%2c0l1.1%2c0.8L2.2%2c8l5.2%2c7.2L6.3%2c16L0.7%2c8.4z'/%3e%3c/svg%3e");
|
|
436
437
|
}
|
|
437
438
|
.ilo--breadcrumb--link--label {
|
|
438
|
-
font-family: Noto Sans;
|
|
439
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
439
440
|
font-weight: 400;
|
|
440
441
|
font-size: 11.94px;
|
|
441
442
|
letter-spacing: normal;
|
|
@@ -592,7 +593,7 @@ body {
|
|
|
592
593
|
border-bottom: 0.1071811361rem solid rgb(255, 255, 255);
|
|
593
594
|
color: rgb(35, 0, 80);
|
|
594
595
|
display: inline-block;
|
|
595
|
-
font-family: Noto Sans;
|
|
596
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
596
597
|
font-weight: 500;
|
|
597
598
|
height: auto;
|
|
598
599
|
padding: 0.857449089rem 0;
|
|
@@ -648,7 +649,7 @@ body {
|
|
|
648
649
|
|
|
649
650
|
/**
|
|
650
651
|
* Do not edit directly
|
|
651
|
-
* Generated on Wed,
|
|
652
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
652
653
|
*/
|
|
653
654
|
/**
|
|
654
655
|
* TOKENS:
|
|
@@ -658,7 +659,7 @@ body {
|
|
|
658
659
|
*/
|
|
659
660
|
/**
|
|
660
661
|
* Do not edit directly
|
|
661
|
-
* Generated on Wed,
|
|
662
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
662
663
|
*/
|
|
663
664
|
/**
|
|
664
665
|
* TOKENS:
|
|
@@ -683,7 +684,7 @@ body {
|
|
|
683
684
|
}
|
|
684
685
|
/**
|
|
685
686
|
* Do not edit directly
|
|
686
|
-
* Generated on Wed,
|
|
687
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
687
688
|
*/
|
|
688
689
|
/**
|
|
689
690
|
* TOKENS:
|
|
@@ -693,7 +694,7 @@ body {
|
|
|
693
694
|
*/
|
|
694
695
|
.ilo--button {
|
|
695
696
|
display: inline-block;
|
|
696
|
-
font-family: Overpass;
|
|
697
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
697
698
|
font-weight: 700;
|
|
698
699
|
padding: 0;
|
|
699
700
|
border-bottom-left-radius: 2px;
|
|
@@ -973,7 +974,7 @@ body {
|
|
|
973
974
|
|
|
974
975
|
/**
|
|
975
976
|
* Do not edit directly
|
|
976
|
-
* Generated on Wed,
|
|
977
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
977
978
|
*/
|
|
978
979
|
/**
|
|
979
980
|
* TOKENS:
|
|
@@ -1021,7 +1022,7 @@ body {
|
|
|
1021
1022
|
font-size: 16px;
|
|
1022
1023
|
letter-spacing: -0.02em;
|
|
1023
1024
|
line-height: 21.6px;
|
|
1024
|
-
font-family: Overpass;
|
|
1025
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
1025
1026
|
font-weight: 700;
|
|
1026
1027
|
}
|
|
1027
1028
|
.ilo--callout--toggle {
|
|
@@ -1032,7 +1033,7 @@ body {
|
|
|
1032
1033
|
border: none;
|
|
1033
1034
|
color: rgb(35, 0, 80);
|
|
1034
1035
|
cursor: pointer;
|
|
1035
|
-
font-family: Overpass;
|
|
1036
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
1036
1037
|
font-weight: 500;
|
|
1037
1038
|
padding-right: 36px;
|
|
1038
1039
|
position: relative;
|
|
@@ -1103,7 +1104,7 @@ body {
|
|
|
1103
1104
|
|
|
1104
1105
|
/**
|
|
1105
1106
|
* Do not edit directly
|
|
1106
|
-
* Generated on Wed,
|
|
1107
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
1107
1108
|
*/
|
|
1108
1109
|
/**
|
|
1109
1110
|
* TOKENS:
|
|
@@ -1249,7 +1250,7 @@ body {
|
|
|
1249
1250
|
}
|
|
1250
1251
|
.ilo--card--title {
|
|
1251
1252
|
color: rgb(35, 0, 80);
|
|
1252
|
-
font-family: Overpass;
|
|
1253
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
1253
1254
|
font-weight: 700;
|
|
1254
1255
|
font-size: 23.32px;
|
|
1255
1256
|
letter-spacing: -0.035em;
|
|
@@ -1314,7 +1315,7 @@ body {
|
|
|
1314
1315
|
|
|
1315
1316
|
/**
|
|
1316
1317
|
* Do not edit directly
|
|
1317
|
-
* Generated on Wed,
|
|
1318
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
1318
1319
|
*/
|
|
1319
1320
|
/**
|
|
1320
1321
|
* TOKENS:
|
|
@@ -1465,7 +1466,7 @@ body {
|
|
|
1465
1466
|
letter-spacing: -0.035em;
|
|
1466
1467
|
line-height: 29.15px;
|
|
1467
1468
|
margin-bottom: 1.5763397642rem;
|
|
1468
|
-
font-family: Overpass;
|
|
1469
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
1469
1470
|
font-weight: 700;
|
|
1470
1471
|
flex: 1;
|
|
1471
1472
|
}
|
|
@@ -1482,7 +1483,7 @@ body {
|
|
|
1482
1483
|
|
|
1483
1484
|
/**
|
|
1484
1485
|
* Do not edit directly
|
|
1485
|
-
* Generated on Wed,
|
|
1486
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
1486
1487
|
*/
|
|
1487
1488
|
/**
|
|
1488
1489
|
* TOKENS:
|
|
@@ -1576,7 +1577,7 @@ body {
|
|
|
1576
1577
|
|
|
1577
1578
|
/**
|
|
1578
1579
|
* Do not edit directly
|
|
1579
|
-
* Generated on Wed,
|
|
1580
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
1580
1581
|
*/
|
|
1581
1582
|
/**
|
|
1582
1583
|
* TOKENS:
|
|
@@ -1713,7 +1714,7 @@ body {
|
|
|
1713
1714
|
|
|
1714
1715
|
/**
|
|
1715
1716
|
* Do not edit directly
|
|
1716
|
-
* Generated on Wed,
|
|
1717
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
1717
1718
|
*/
|
|
1718
1719
|
/**
|
|
1719
1720
|
* TOKENS:
|
|
@@ -1855,7 +1856,7 @@ body {
|
|
|
1855
1856
|
|
|
1856
1857
|
/**
|
|
1857
1858
|
* Do not edit directly
|
|
1858
|
-
* Generated on Wed,
|
|
1859
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
1859
1860
|
*/
|
|
1860
1861
|
/**
|
|
1861
1862
|
* TOKENS:
|
|
@@ -2004,7 +2005,7 @@ body {
|
|
|
2004
2005
|
|
|
2005
2006
|
/**
|
|
2006
2007
|
* Do not edit directly
|
|
2007
|
-
* Generated on Wed,
|
|
2008
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2008
2009
|
*/
|
|
2009
2010
|
/**
|
|
2010
2011
|
* TOKENS:
|
|
@@ -2087,7 +2088,7 @@ body {
|
|
|
2087
2088
|
line-height: 29.15px;
|
|
2088
2089
|
margin-bottom: 1.41556806rem;
|
|
2089
2090
|
color: rgb(45, 45, 45);
|
|
2090
|
-
font-family: Overpass;
|
|
2091
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2091
2092
|
font-weight: 500;
|
|
2092
2093
|
}
|
|
2093
2094
|
.ilo--card__type__data--content-files {
|
|
@@ -2110,7 +2111,7 @@ body {
|
|
|
2110
2111
|
|
|
2111
2112
|
/**
|
|
2112
2113
|
* Do not edit directly
|
|
2113
|
-
* Generated on Wed,
|
|
2114
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2114
2115
|
*/
|
|
2115
2116
|
/**
|
|
2116
2117
|
* TOKENS:
|
|
@@ -2156,7 +2157,7 @@ body {
|
|
|
2156
2157
|
}
|
|
2157
2158
|
.ilo--card__type__stat .ilo--card--intro {
|
|
2158
2159
|
color: rgb(35, 0, 80);
|
|
2159
|
-
font-family: Overpass;
|
|
2160
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2160
2161
|
font-size: 18.66px;
|
|
2161
2162
|
letter-spacing: normal;
|
|
2162
2163
|
line-height: 27.24px;
|
|
@@ -2172,7 +2173,7 @@ body {
|
|
|
2172
2173
|
|
|
2173
2174
|
/**
|
|
2174
2175
|
* Do not edit directly
|
|
2175
|
-
* Generated on Wed,
|
|
2176
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2176
2177
|
*/
|
|
2177
2178
|
/**
|
|
2178
2179
|
* TOKENS:
|
|
@@ -2247,7 +2248,7 @@ body {
|
|
|
2247
2248
|
|
|
2248
2249
|
/**
|
|
2249
2250
|
* Do not edit directly
|
|
2250
|
-
* Generated on Wed,
|
|
2251
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2251
2252
|
*/
|
|
2252
2253
|
/**
|
|
2253
2254
|
* TOKENS:
|
|
@@ -2299,7 +2300,7 @@ body {
|
|
|
2299
2300
|
|
|
2300
2301
|
/**
|
|
2301
2302
|
* Do not edit directly
|
|
2302
|
-
* Generated on Wed,
|
|
2303
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2303
2304
|
*/
|
|
2304
2305
|
/**
|
|
2305
2306
|
* TOKENS:
|
|
@@ -2376,7 +2377,7 @@ body {
|
|
|
2376
2377
|
|
|
2377
2378
|
/**
|
|
2378
2379
|
* Do not edit directly
|
|
2379
|
-
* Generated on Wed,
|
|
2380
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2380
2381
|
*/
|
|
2381
2382
|
/**
|
|
2382
2383
|
* TOKENS:
|
|
@@ -2431,7 +2432,7 @@ body {
|
|
|
2431
2432
|
border-bottom: 0.1071811361rem solid rgb(255, 255, 255);
|
|
2432
2433
|
color: rgb(35, 0, 80);
|
|
2433
2434
|
display: inline-block;
|
|
2434
|
-
font-family: Noto Sans;
|
|
2435
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2435
2436
|
font-weight: 500;
|
|
2436
2437
|
padding: 0.857449089rem 0.4287245445rem;
|
|
2437
2438
|
text-decoration: none;
|
|
@@ -2457,7 +2458,7 @@ body {
|
|
|
2457
2458
|
|
|
2458
2459
|
/**
|
|
2459
2460
|
* Do not edit directly
|
|
2460
|
-
* Generated on Wed,
|
|
2461
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2461
2462
|
*/
|
|
2462
2463
|
/**
|
|
2463
2464
|
* TOKENS:
|
|
@@ -2467,7 +2468,7 @@ body {
|
|
|
2467
2468
|
*/
|
|
2468
2469
|
/**
|
|
2469
2470
|
* Do not edit directly
|
|
2470
|
-
* Generated on Wed,
|
|
2471
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2471
2472
|
*/
|
|
2472
2473
|
/**
|
|
2473
2474
|
* TOKENS:
|
|
@@ -2477,7 +2478,7 @@ body {
|
|
|
2477
2478
|
*/
|
|
2478
2479
|
/**
|
|
2479
2480
|
* Do not edit directly
|
|
2480
|
-
* Generated on Wed,
|
|
2481
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2481
2482
|
*/
|
|
2482
2483
|
/**
|
|
2483
2484
|
* TOKENS:
|
|
@@ -2487,7 +2488,7 @@ body {
|
|
|
2487
2488
|
*/
|
|
2488
2489
|
/**
|
|
2489
2490
|
* Do not edit directly
|
|
2490
|
-
* Generated on Wed,
|
|
2491
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2491
2492
|
*/
|
|
2492
2493
|
/**
|
|
2493
2494
|
* TOKENS:
|
|
@@ -2613,7 +2614,7 @@ body {
|
|
|
2613
2614
|
|
|
2614
2615
|
/**
|
|
2615
2616
|
* Do not edit directly
|
|
2616
|
-
* Generated on Wed,
|
|
2617
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2617
2618
|
*/
|
|
2618
2619
|
/**
|
|
2619
2620
|
* TOKENS:
|
|
@@ -2630,7 +2631,7 @@ body {
|
|
|
2630
2631
|
|
|
2631
2632
|
/**
|
|
2632
2633
|
* Do not edit directly
|
|
2633
|
-
* Generated on Wed,
|
|
2634
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2634
2635
|
*/
|
|
2635
2636
|
/**
|
|
2636
2637
|
* TOKENS:
|
|
@@ -2649,7 +2650,7 @@ body {
|
|
|
2649
2650
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
2650
2651
|
border-radius: 0;
|
|
2651
2652
|
box-sizing: content-box;
|
|
2652
|
-
font-family: Noto Sans;
|
|
2653
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2653
2654
|
font-weight: 500;
|
|
2654
2655
|
font-size: 16px;
|
|
2655
2656
|
letter-spacing: -0.02em;
|
|
@@ -2718,7 +2719,7 @@ body {
|
|
|
2718
2719
|
|
|
2719
2720
|
/**
|
|
2720
2721
|
* Do not edit directly
|
|
2721
|
-
* Generated on Wed,
|
|
2722
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2722
2723
|
*/
|
|
2723
2724
|
/**
|
|
2724
2725
|
* TOKENS:
|
|
@@ -2728,7 +2729,7 @@ body {
|
|
|
2728
2729
|
*/
|
|
2729
2730
|
/**
|
|
2730
2731
|
* Do not edit directly
|
|
2731
|
-
* Generated on Wed,
|
|
2732
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2732
2733
|
*/
|
|
2733
2734
|
/**
|
|
2734
2735
|
* TOKENS:
|
|
@@ -2738,7 +2739,7 @@ body {
|
|
|
2738
2739
|
*/
|
|
2739
2740
|
/**
|
|
2740
2741
|
* Do not edit directly
|
|
2741
|
-
* Generated on Wed,
|
|
2742
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2742
2743
|
*/
|
|
2743
2744
|
/**
|
|
2744
2745
|
* TOKENS:
|
|
@@ -2791,7 +2792,7 @@ body {
|
|
|
2791
2792
|
|
|
2792
2793
|
/**
|
|
2793
2794
|
* Do not edit directly
|
|
2794
|
-
* Generated on Wed,
|
|
2795
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2795
2796
|
*/
|
|
2796
2797
|
/**
|
|
2797
2798
|
* TOKENS:
|
|
@@ -2806,7 +2807,7 @@ body {
|
|
|
2806
2807
|
margin-bottom: 0.8717716645rem;
|
|
2807
2808
|
}
|
|
2808
2809
|
.ilo--fieldset--legend {
|
|
2809
|
-
font-family: Overpass;
|
|
2810
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2810
2811
|
font-weight: 700;
|
|
2811
2812
|
font-size: 16px;
|
|
2812
2813
|
letter-spacing: -0.02em;
|
|
@@ -2853,7 +2854,7 @@ body {
|
|
|
2853
2854
|
flex-wrap: reverse;
|
|
2854
2855
|
}
|
|
2855
2856
|
.ilo--fieldset--helper, .ilo--fieldset__error {
|
|
2856
|
-
font-family: Noto Sans;
|
|
2857
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2857
2858
|
font-size: 11.94px;
|
|
2858
2859
|
letter-spacing: normal;
|
|
2859
2860
|
line-height: 16.24px;
|
|
@@ -2876,7 +2877,7 @@ body {
|
|
|
2876
2877
|
|
|
2877
2878
|
/**
|
|
2878
2879
|
* Do not edit directly
|
|
2879
|
-
* Generated on Wed,
|
|
2880
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2880
2881
|
*/
|
|
2881
2882
|
/**
|
|
2882
2883
|
* TOKENS:
|
|
@@ -2891,7 +2892,7 @@ body {
|
|
|
2891
2892
|
color: rgb(35, 0, 80);
|
|
2892
2893
|
content: attr(data-label);
|
|
2893
2894
|
display: inline-block;
|
|
2894
|
-
font-family: Overpass;
|
|
2895
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2895
2896
|
font-weight: 700;
|
|
2896
2897
|
padding: 0;
|
|
2897
2898
|
border-bottom-left-radius: 2px;
|
|
@@ -2957,7 +2958,7 @@ body {
|
|
|
2957
2958
|
border-right: 0.1071811361rem solid rgb(237, 240, 242);
|
|
2958
2959
|
border-top: 0.1071811361rem solid rgb(237, 240, 242);
|
|
2959
2960
|
box-sizing: border-box;
|
|
2960
|
-
font-family: Overpass;
|
|
2961
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2961
2962
|
font-weight: 500;
|
|
2962
2963
|
font-size: 16px;
|
|
2963
2964
|
letter-spacing: -0.02em;
|
|
@@ -2970,7 +2971,7 @@ body {
|
|
|
2970
2971
|
|
|
2971
2972
|
/**
|
|
2972
2973
|
* Do not edit directly
|
|
2973
|
-
* Generated on Wed,
|
|
2974
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
2974
2975
|
*/
|
|
2975
2976
|
/**
|
|
2976
2977
|
* TOKENS:
|
|
@@ -3011,7 +3012,7 @@ body {
|
|
|
3011
3012
|
|
|
3012
3013
|
/**
|
|
3013
3014
|
* Do not edit directly
|
|
3014
|
-
* Generated on Wed,
|
|
3015
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
3015
3016
|
*/
|
|
3016
3017
|
/**
|
|
3017
3018
|
* TOKENS:
|
|
@@ -3091,21 +3092,21 @@ body {
|
|
|
3091
3092
|
justify-content: flex-start;
|
|
3092
3093
|
}
|
|
3093
3094
|
.ilo--form-control--label__size__small {
|
|
3094
|
-
font-family: Noto Sans;
|
|
3095
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3095
3096
|
font-size: 0.8001071811rem;
|
|
3096
3097
|
letter-spacing: -0.0010718114rem;
|
|
3097
3098
|
line-height: 1.0803858521rem;
|
|
3098
3099
|
font-weight: 400;
|
|
3099
3100
|
}
|
|
3100
3101
|
.ilo--form-control--label__size__medium {
|
|
3101
|
-
font-family: Overpass;
|
|
3102
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3102
3103
|
font-size: 0.857449089rem;
|
|
3103
3104
|
letter-spacing: -0.0010718114rem;
|
|
3104
3105
|
line-height: 1.1575562701rem;
|
|
3105
3106
|
font-weight: 700;
|
|
3106
3107
|
}
|
|
3107
3108
|
.ilo--form-control--label__size__large {
|
|
3108
|
-
font-family: Overpass;
|
|
3109
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3109
3110
|
font-size: 1rem;
|
|
3110
3111
|
letter-spacing: -0.0010718114rem;
|
|
3111
3112
|
line-height: 1.3001071811rem;
|
|
@@ -3124,7 +3125,7 @@ body {
|
|
|
3124
3125
|
.ilo--form-control--helper {
|
|
3125
3126
|
grid-area: helper;
|
|
3126
3127
|
color: rgb(109, 109, 109);
|
|
3127
|
-
font-family: Noto Sans;
|
|
3128
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3128
3129
|
font-size: 11.94px;
|
|
3129
3130
|
letter-spacing: normal;
|
|
3130
3131
|
line-height: 16.24px;
|
|
@@ -3132,7 +3133,7 @@ body {
|
|
|
3132
3133
|
|
|
3133
3134
|
/**
|
|
3134
3135
|
* Do not edit directly
|
|
3135
|
-
* Generated on Wed,
|
|
3136
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
3136
3137
|
*/
|
|
3137
3138
|
/**
|
|
3138
3139
|
* TOKENS:
|
|
@@ -3142,7 +3143,7 @@ body {
|
|
|
3142
3143
|
*/
|
|
3143
3144
|
/**
|
|
3144
3145
|
* Do not edit directly
|
|
3145
|
-
* Generated on Wed,
|
|
3146
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
3146
3147
|
*/
|
|
3147
3148
|
/**
|
|
3148
3149
|
* TOKENS:
|
|
@@ -3167,7 +3168,7 @@ body {
|
|
|
3167
3168
|
}
|
|
3168
3169
|
/**
|
|
3169
3170
|
* Do not edit directly
|
|
3170
|
-
* Generated on Wed,
|
|
3171
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
3171
3172
|
*/
|
|
3172
3173
|
/**
|
|
3173
3174
|
* TOKENS:
|
|
@@ -3213,7 +3214,7 @@ body {
|
|
|
3213
3214
|
}
|
|
3214
3215
|
.ilo--footer--headline {
|
|
3215
3216
|
color: rgb(255, 255, 255);
|
|
3216
|
-
font-family: Overpass;
|
|
3217
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3217
3218
|
font-weight: 700;
|
|
3218
3219
|
font-size: 16px;
|
|
3219
3220
|
letter-spacing: normal;
|
|
@@ -3224,7 +3225,7 @@ body {
|
|
|
3224
3225
|
}
|
|
3225
3226
|
.ilo--footer--subhead {
|
|
3226
3227
|
color: #bedcfa;
|
|
3227
|
-
font-family: Overpass;
|
|
3228
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3228
3229
|
font-weight: 500;
|
|
3229
3230
|
margin-top: 0.5359056806rem;
|
|
3230
3231
|
font-size: 11.94px;
|
|
@@ -3253,7 +3254,7 @@ body {
|
|
|
3253
3254
|
.ilo--footer .secondarylinks {
|
|
3254
3255
|
color: rgb(109, 109, 109);
|
|
3255
3256
|
display: inline;
|
|
3256
|
-
font-family: Noto Sans;
|
|
3257
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3257
3258
|
font-size: 11.94px;
|
|
3258
3259
|
letter-spacing: normal;
|
|
3259
3260
|
line-height: 16.24px;
|
|
@@ -3303,7 +3304,7 @@ body {
|
|
|
3303
3304
|
border-bottom: 0.1071811361rem solid rgb(237, 240, 242);
|
|
3304
3305
|
color: rgb(35, 0, 80);
|
|
3305
3306
|
display: block;
|
|
3306
|
-
font-family: Overpass;
|
|
3307
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3307
3308
|
height: 3.0010718114rem;
|
|
3308
3309
|
margin: 0.6430868167rem auto 0 auto;
|
|
3309
3310
|
padding: 0.857449089rem 1.7148981779rem 0.857449089rem 0;
|
|
@@ -3491,7 +3492,7 @@ body {
|
|
|
3491
3492
|
|
|
3492
3493
|
/**
|
|
3493
3494
|
* Do not edit directly
|
|
3494
|
-
* Generated on Wed,
|
|
3495
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
3495
3496
|
*/
|
|
3496
3497
|
/**
|
|
3497
3498
|
* TOKENS:
|
|
@@ -3506,7 +3507,7 @@ body {
|
|
|
3506
3507
|
.ilo--h5,
|
|
3507
3508
|
.ilo--h6 {
|
|
3508
3509
|
color: inherit;
|
|
3509
|
-
font-family: Overpass;
|
|
3510
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3510
3511
|
font-weight: 700;
|
|
3511
3512
|
}
|
|
3512
3513
|
.ilo--h1--default,
|
|
@@ -3614,7 +3615,7 @@ body {
|
|
|
3614
3615
|
|
|
3615
3616
|
/**
|
|
3616
3617
|
* Do not edit directly
|
|
3617
|
-
* Generated on Wed,
|
|
3618
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
3618
3619
|
*/
|
|
3619
3620
|
/**
|
|
3620
3621
|
* TOKENS:
|
|
@@ -3933,7 +3934,7 @@ body {
|
|
|
3933
3934
|
|
|
3934
3935
|
/**
|
|
3935
3936
|
* Do not edit directly
|
|
3936
|
-
* Generated on Wed,
|
|
3937
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
3937
3938
|
*/
|
|
3938
3939
|
/**
|
|
3939
3940
|
* TOKENS:
|
|
@@ -4054,7 +4055,7 @@ body {
|
|
|
4054
4055
|
letter-spacing: -0.035em;
|
|
4055
4056
|
line-height: 43.74px;
|
|
4056
4057
|
margin-bottom: 1.1117935901rem;
|
|
4057
|
-
font-family: Overpass;
|
|
4058
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4058
4059
|
font-weight: 700;
|
|
4059
4060
|
}
|
|
4060
4061
|
@media screen and (min-width: 1024px) {
|
|
@@ -4067,7 +4068,7 @@ body {
|
|
|
4067
4068
|
|
|
4068
4069
|
/**
|
|
4069
4070
|
* Do not edit directly
|
|
4070
|
-
* Generated on Wed,
|
|
4071
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4071
4072
|
*/
|
|
4072
4073
|
/**
|
|
4073
4074
|
* TOKENS:
|
|
@@ -4123,7 +4124,7 @@ body {
|
|
|
4123
4124
|
|
|
4124
4125
|
/**
|
|
4125
4126
|
* Do not edit directly
|
|
4126
|
-
* Generated on Wed,
|
|
4127
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4127
4128
|
*/
|
|
4128
4129
|
/**
|
|
4129
4130
|
* TOKENS:
|
|
@@ -4141,7 +4142,7 @@ body {
|
|
|
4141
4142
|
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
4142
4143
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
4143
4144
|
box-sizing: border-box;
|
|
4144
|
-
font-family: Noto Sans;
|
|
4145
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4145
4146
|
font-weight: 500;
|
|
4146
4147
|
font-size: 16px;
|
|
4147
4148
|
letter-spacing: -0.02em;
|
|
@@ -4265,7 +4266,7 @@ body {
|
|
|
4265
4266
|
|
|
4266
4267
|
/**
|
|
4267
4268
|
* Do not edit directly
|
|
4268
|
-
* Generated on Wed,
|
|
4269
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4269
4270
|
*/
|
|
4270
4271
|
/**
|
|
4271
4272
|
* TOKENS:
|
|
@@ -4275,7 +4276,7 @@ body {
|
|
|
4275
4276
|
*/
|
|
4276
4277
|
/**
|
|
4277
4278
|
* Do not edit directly
|
|
4278
|
-
* Generated on Wed,
|
|
4279
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4279
4280
|
*/
|
|
4280
4281
|
/**
|
|
4281
4282
|
* TOKENS:
|
|
@@ -4300,7 +4301,7 @@ body {
|
|
|
4300
4301
|
}
|
|
4301
4302
|
/**
|
|
4302
4303
|
* Do not edit directly
|
|
4303
|
-
* Generated on Wed,
|
|
4304
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4304
4305
|
*/
|
|
4305
4306
|
/**
|
|
4306
4307
|
* TOKENS:
|
|
@@ -4309,7 +4310,7 @@ body {
|
|
|
4309
4310
|
* MAPS:
|
|
4310
4311
|
*/
|
|
4311
4312
|
.ilo--link-list--headline {
|
|
4312
|
-
font-family: Overpass;
|
|
4313
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4313
4314
|
font-weight: 700;
|
|
4314
4315
|
font-size: 23.32px;
|
|
4315
4316
|
letter-spacing: -0.035em;
|
|
@@ -4317,7 +4318,7 @@ body {
|
|
|
4317
4318
|
margin-bottom: 1.0404340836rem;
|
|
4318
4319
|
}
|
|
4319
4320
|
.ilo--link-list--links--headline {
|
|
4320
|
-
font-family: Overpass;
|
|
4321
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4321
4322
|
font-weight: 700;
|
|
4322
4323
|
font-size: 18.66px;
|
|
4323
4324
|
letter-spacing: -0.035em;
|
|
@@ -4358,7 +4359,7 @@ body {
|
|
|
4358
4359
|
border-bottom: 0.1071811361rem solid rgb(237, 240, 242);
|
|
4359
4360
|
color: rgb(35, 0, 80);
|
|
4360
4361
|
display: block;
|
|
4361
|
-
font-family: Overpass;
|
|
4362
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4362
4363
|
font-weight: 500;
|
|
4363
4364
|
font-size: 16px;
|
|
4364
4365
|
letter-spacing: normal;
|
|
@@ -4458,7 +4459,7 @@ body {
|
|
|
4458
4459
|
|
|
4459
4460
|
/**
|
|
4460
4461
|
* Do not edit directly
|
|
4461
|
-
* Generated on Wed,
|
|
4462
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4462
4463
|
*/
|
|
4463
4464
|
/**
|
|
4464
4465
|
* TOKENS:
|
|
@@ -4517,7 +4518,7 @@ body {
|
|
|
4517
4518
|
letter-spacing: -0.035em;
|
|
4518
4519
|
line-height: 24.26px;
|
|
4519
4520
|
margin-bottom: 1.1254019293rem;
|
|
4520
|
-
font-family: Overpass;
|
|
4521
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4521
4522
|
font-weight: 700;
|
|
4522
4523
|
}
|
|
4523
4524
|
@media screen and (min-width: 610px) {
|
|
@@ -4532,7 +4533,7 @@ body {
|
|
|
4532
4533
|
font-size: 16px;
|
|
4533
4534
|
letter-spacing: normal;
|
|
4534
4535
|
line-height: 23.36px;
|
|
4535
|
-
font-family: Noto Sans;
|
|
4536
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4536
4537
|
margin-bottom: 1.052683199rem;
|
|
4537
4538
|
margin-left: 1.2861736334rem;
|
|
4538
4539
|
padding-left: 0.1607717042rem;
|
|
@@ -4553,7 +4554,7 @@ body {
|
|
|
4553
4554
|
|
|
4554
4555
|
/**
|
|
4555
4556
|
* Do not edit directly
|
|
4556
|
-
* Generated on Wed,
|
|
4557
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4557
4558
|
*/
|
|
4558
4559
|
/**
|
|
4559
4560
|
* TOKENS:
|
|
@@ -4563,7 +4564,7 @@ body {
|
|
|
4563
4564
|
*/
|
|
4564
4565
|
/**
|
|
4565
4566
|
* Do not edit directly
|
|
4566
|
-
* Generated on Wed,
|
|
4567
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4567
4568
|
*/
|
|
4568
4569
|
/**
|
|
4569
4570
|
* TOKENS:
|
|
@@ -4573,7 +4574,7 @@ body {
|
|
|
4573
4574
|
*/
|
|
4574
4575
|
/**
|
|
4575
4576
|
* Do not edit directly
|
|
4576
|
-
* Generated on Wed,
|
|
4577
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4577
4578
|
*/
|
|
4578
4579
|
/**
|
|
4579
4580
|
* TOKENS:
|
|
@@ -4635,7 +4636,7 @@ body {
|
|
|
4635
4636
|
}
|
|
4636
4637
|
.ilo--loading--small .ilo--loading--copy {
|
|
4637
4638
|
color: rgb(109, 109, 109);
|
|
4638
|
-
font-family: Noto Sans;
|
|
4639
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4639
4640
|
font-weight: 400;
|
|
4640
4641
|
font-size: 14.93px;
|
|
4641
4642
|
letter-spacing: -0.02em;
|
|
@@ -4706,7 +4707,7 @@ body {
|
|
|
4706
4707
|
color: var(--logo-theme-color);
|
|
4707
4708
|
font-size: var(--logo-font-size);
|
|
4708
4709
|
line-height: var(--logo-font-size);
|
|
4709
|
-
font-family: Overpass;
|
|
4710
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4710
4711
|
font-weight: 700;
|
|
4711
4712
|
display: inline-flex;
|
|
4712
4713
|
justify-content: flex-start;
|
|
@@ -4744,7 +4745,7 @@ body {
|
|
|
4744
4745
|
|
|
4745
4746
|
/**
|
|
4746
4747
|
* Do not edit directly
|
|
4747
|
-
* Generated on Wed,
|
|
4748
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4748
4749
|
*/
|
|
4749
4750
|
/**
|
|
4750
4751
|
* TOKENS:
|
|
@@ -4791,7 +4792,7 @@ body {
|
|
|
4791
4792
|
|
|
4792
4793
|
/**
|
|
4793
4794
|
* Do not edit directly
|
|
4794
|
-
* Generated on Wed,
|
|
4795
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4795
4796
|
*/
|
|
4796
4797
|
/**
|
|
4797
4798
|
* TOKENS:
|
|
@@ -4801,7 +4802,7 @@ body {
|
|
|
4801
4802
|
*/
|
|
4802
4803
|
/**
|
|
4803
4804
|
* Do not edit directly
|
|
4804
|
-
* Generated on Wed,
|
|
4805
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4805
4806
|
*/
|
|
4806
4807
|
/**
|
|
4807
4808
|
* TOKENS:
|
|
@@ -4811,7 +4812,7 @@ body {
|
|
|
4811
4812
|
*/
|
|
4812
4813
|
/**
|
|
4813
4814
|
* Do not edit directly
|
|
4814
|
-
* Generated on Wed,
|
|
4815
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4815
4816
|
*/
|
|
4816
4817
|
/**
|
|
4817
4818
|
* TOKENS:
|
|
@@ -4908,7 +4909,7 @@ body {
|
|
|
4908
4909
|
|
|
4909
4910
|
/**
|
|
4910
4911
|
* Do not edit directly
|
|
4911
|
-
* Generated on Wed,
|
|
4912
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
4912
4913
|
*/
|
|
4913
4914
|
/**
|
|
4914
4915
|
* TOKENS:
|
|
@@ -5050,7 +5051,7 @@ body {
|
|
|
5050
5051
|
border: none;
|
|
5051
5052
|
color: rgb(255, 255, 255);
|
|
5052
5053
|
cursor: pointer;
|
|
5053
|
-
font-family: Overpass;
|
|
5054
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5054
5055
|
font-weight: 500;
|
|
5055
5056
|
padding: 16px 16px 16px 36px;
|
|
5056
5057
|
text-decoration: none;
|
|
@@ -5163,7 +5164,7 @@ body {
|
|
|
5163
5164
|
line-height: 24.26px;
|
|
5164
5165
|
color: rgb(255, 255, 255);
|
|
5165
5166
|
display: none;
|
|
5166
|
-
font-family: Overpass;
|
|
5167
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5167
5168
|
font-weight: 700;
|
|
5168
5169
|
padding: 16px 0;
|
|
5169
5170
|
text-align: right;
|
|
@@ -5215,7 +5216,7 @@ body {
|
|
|
5215
5216
|
font-size: 16px;
|
|
5216
5217
|
letter-spacing: -0.02em;
|
|
5217
5218
|
line-height: 21.6px;
|
|
5218
|
-
font-family: Overpass;
|
|
5219
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5219
5220
|
font-weight: 500;
|
|
5220
5221
|
}
|
|
5221
5222
|
@media screen and (min-width: 1024px) {
|
|
@@ -5267,7 +5268,7 @@ body {
|
|
|
5267
5268
|
color: rgb(35, 0, 80);
|
|
5268
5269
|
cursor: pointer;
|
|
5269
5270
|
display: block;
|
|
5270
|
-
font-family: Overpass;
|
|
5271
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5271
5272
|
font-weight: 500;
|
|
5272
5273
|
padding: 16px 36px 16px 8px;
|
|
5273
5274
|
line-height: 24px;
|
|
@@ -5379,7 +5380,7 @@ body {
|
|
|
5379
5380
|
letter-spacing: -0.02em;
|
|
5380
5381
|
line-height: 21.6px;
|
|
5381
5382
|
color: rgb(255, 255, 255);
|
|
5382
|
-
font-family: Overpass;
|
|
5383
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5383
5384
|
font-weight: 500;
|
|
5384
5385
|
}
|
|
5385
5386
|
.ilo--nav--local--link {
|
|
@@ -5439,7 +5440,7 @@ body {
|
|
|
5439
5440
|
color: rgb(35, 0, 80);
|
|
5440
5441
|
cursor: pointer;
|
|
5441
5442
|
display: block;
|
|
5442
|
-
font-family: Overpass;
|
|
5443
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5443
5444
|
font-weight: 500;
|
|
5444
5445
|
padding: 16px 36px 16px 8px;
|
|
5445
5446
|
line-height: 16px;
|
|
@@ -5517,7 +5518,7 @@ body {
|
|
|
5517
5518
|
color: rgb(255, 255, 255);
|
|
5518
5519
|
cursor: pointer;
|
|
5519
5520
|
display: block;
|
|
5520
|
-
font-family: Overpass;
|
|
5521
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5521
5522
|
font-weight: 500;
|
|
5522
5523
|
padding: 8px 30px 8px 40px;
|
|
5523
5524
|
transition: all 150ms ease-out;
|
|
@@ -5614,7 +5615,7 @@ body {
|
|
|
5614
5615
|
background: rgb(255, 255, 255);
|
|
5615
5616
|
color: rgb(35, 0, 80);
|
|
5616
5617
|
display: flex;
|
|
5617
|
-
font-family: Overpass;
|
|
5618
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5618
5619
|
font-weight: 500;
|
|
5619
5620
|
padding: 18px 8px;
|
|
5620
5621
|
text-decoration: none;
|
|
@@ -5645,7 +5646,7 @@ body {
|
|
|
5645
5646
|
border: none;
|
|
5646
5647
|
color: rgb(35, 0, 80);
|
|
5647
5648
|
cursor: pointer;
|
|
5648
|
-
font-family: Overpass;
|
|
5649
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5649
5650
|
font-weight: 500;
|
|
5650
5651
|
padding: 16px 16px 16px 32px;
|
|
5651
5652
|
position: relative;
|
|
@@ -5703,7 +5704,7 @@ body {
|
|
|
5703
5704
|
line-height: 24.26px;
|
|
5704
5705
|
border-bottom: 3px solid rgb(237, 240, 242);
|
|
5705
5706
|
color: rgb(45, 45, 45);
|
|
5706
|
-
font-family: Overpass;
|
|
5707
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5707
5708
|
font-weight: 700;
|
|
5708
5709
|
margin-bottom: 16px;
|
|
5709
5710
|
padding: 20px 8px;
|
|
@@ -5810,7 +5811,7 @@ body {
|
|
|
5810
5811
|
|
|
5811
5812
|
/**
|
|
5812
5813
|
* Do not edit directly
|
|
5813
|
-
* Generated on Wed,
|
|
5814
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
5814
5815
|
*/
|
|
5815
5816
|
/**
|
|
5816
5817
|
* TOKENS:
|
|
@@ -5820,7 +5821,7 @@ body {
|
|
|
5820
5821
|
*/
|
|
5821
5822
|
/**
|
|
5822
5823
|
* Do not edit directly
|
|
5823
|
-
* Generated on Wed,
|
|
5824
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
5824
5825
|
*/
|
|
5825
5826
|
/**
|
|
5826
5827
|
* TOKENS:
|
|
@@ -5830,7 +5831,7 @@ body {
|
|
|
5830
5831
|
*/
|
|
5831
5832
|
/**
|
|
5832
5833
|
* Do not edit directly
|
|
5833
|
-
* Generated on Wed,
|
|
5834
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
5834
5835
|
*/
|
|
5835
5836
|
/**
|
|
5836
5837
|
* TOKENS:
|
|
@@ -6022,7 +6023,7 @@ body {
|
|
|
6022
6023
|
|
|
6023
6024
|
/**
|
|
6024
6025
|
* Do not edit directly
|
|
6025
|
-
* Generated on Wed,
|
|
6026
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
6026
6027
|
*/
|
|
6027
6028
|
/**
|
|
6028
6029
|
* TOKENS:
|
|
@@ -6041,7 +6042,7 @@ body {
|
|
|
6041
6042
|
border-radius: 2px;
|
|
6042
6043
|
color: rgb(35, 0, 80);
|
|
6043
6044
|
display: inline-block;
|
|
6044
|
-
font-family: Overpass;
|
|
6045
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6045
6046
|
height: 2.1436227224rem;
|
|
6046
6047
|
overflow: hidden;
|
|
6047
6048
|
position: relative;
|
|
@@ -6150,7 +6151,7 @@ body {
|
|
|
6150
6151
|
font-size: 14.93px;
|
|
6151
6152
|
letter-spacing: -0.02em;
|
|
6152
6153
|
line-height: 20.16px;
|
|
6153
|
-
font-family: Noto Sans;
|
|
6154
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6154
6155
|
font-weight: 400;
|
|
6155
6156
|
line-height: 45px;
|
|
6156
6157
|
}
|
|
@@ -6162,7 +6163,7 @@ body {
|
|
|
6162
6163
|
|
|
6163
6164
|
/**
|
|
6164
6165
|
* Do not edit directly
|
|
6165
|
-
* Generated on Wed,
|
|
6166
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
6166
6167
|
*/
|
|
6167
6168
|
/**
|
|
6168
6169
|
* TOKENS:
|
|
@@ -6172,7 +6173,7 @@ body {
|
|
|
6172
6173
|
*/
|
|
6173
6174
|
/**
|
|
6174
6175
|
* Do not edit directly
|
|
6175
|
-
* Generated on Wed,
|
|
6176
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
6176
6177
|
*/
|
|
6177
6178
|
/**
|
|
6178
6179
|
* TOKENS:
|
|
@@ -6197,7 +6198,7 @@ body {
|
|
|
6197
6198
|
}
|
|
6198
6199
|
/**
|
|
6199
6200
|
* Do not edit directly
|
|
6200
|
-
* Generated on Wed,
|
|
6201
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
6201
6202
|
*/
|
|
6202
6203
|
/**
|
|
6203
6204
|
* TOKENS:
|
|
@@ -6252,7 +6253,7 @@ body {
|
|
|
6252
6253
|
}
|
|
6253
6254
|
.ilo--profile--name {
|
|
6254
6255
|
display: block;
|
|
6255
|
-
font-family: Overpass;
|
|
6256
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6256
6257
|
font-weight: 700;
|
|
6257
6258
|
margin-left: 11px;
|
|
6258
6259
|
font-size: 16px;
|
|
@@ -6261,7 +6262,7 @@ body {
|
|
|
6261
6262
|
}
|
|
6262
6263
|
.ilo--profile--role {
|
|
6263
6264
|
display: block;
|
|
6264
|
-
font-family: Noto Sans;
|
|
6265
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6265
6266
|
margin-left: 11px;
|
|
6266
6267
|
font-size: 14.93px;
|
|
6267
6268
|
letter-spacing: normal;
|
|
@@ -6269,7 +6270,7 @@ body {
|
|
|
6269
6270
|
}
|
|
6270
6271
|
.ilo--profile--description {
|
|
6271
6272
|
clear: both;
|
|
6272
|
-
font-family: Noto Sans;
|
|
6273
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6273
6274
|
padding-top: 22px;
|
|
6274
6275
|
font-size: 14.93px;
|
|
6275
6276
|
letter-spacing: normal;
|
|
@@ -6280,7 +6281,7 @@ body {
|
|
|
6280
6281
|
clear: both;
|
|
6281
6282
|
color: rgb(35, 0, 80);
|
|
6282
6283
|
display: inline-flex;
|
|
6283
|
-
font-family: Overpass;
|
|
6284
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6284
6285
|
font-weight: 500;
|
|
6285
6286
|
height: 3.0010718114rem;
|
|
6286
6287
|
text-decoration: none;
|
|
@@ -6364,7 +6365,7 @@ body {
|
|
|
6364
6365
|
|
|
6365
6366
|
/**
|
|
6366
6367
|
* Do not edit directly
|
|
6367
|
-
* Generated on Wed,
|
|
6368
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
6368
6369
|
*/
|
|
6369
6370
|
/**
|
|
6370
6371
|
* TOKENS:
|
|
@@ -6433,7 +6434,7 @@ body {
|
|
|
6433
6434
|
|
|
6434
6435
|
/**
|
|
6435
6436
|
* Do not edit directly
|
|
6436
|
-
* Generated on Wed,
|
|
6437
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
6437
6438
|
*/
|
|
6438
6439
|
/**
|
|
6439
6440
|
* TOKENS:
|
|
@@ -6443,7 +6444,7 @@ body {
|
|
|
6443
6444
|
*/
|
|
6444
6445
|
/**
|
|
6445
6446
|
* Do not edit directly
|
|
6446
|
-
* Generated on Wed,
|
|
6447
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
6447
6448
|
*/
|
|
6448
6449
|
/**
|
|
6449
6450
|
* TOKENS:
|
|
@@ -6468,7 +6469,7 @@ body {
|
|
|
6468
6469
|
}
|
|
6469
6470
|
/**
|
|
6470
6471
|
* Do not edit directly
|
|
6471
|
-
* Generated on Wed,
|
|
6472
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
6472
6473
|
*/
|
|
6473
6474
|
/**
|
|
6474
6475
|
* TOKENS:
|
|
@@ -6483,7 +6484,7 @@ body {
|
|
|
6483
6484
|
border-right: 0rem solid rgba(0, 0, 0, 0);
|
|
6484
6485
|
border-top: 0.1071811361rem solid rgb(237, 240, 242);
|
|
6485
6486
|
color: rgb(35, 0, 80);
|
|
6486
|
-
font-family: Overpass;
|
|
6487
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6487
6488
|
height: 3.0010718114rem;
|
|
6488
6489
|
margin: 1.7148981779rem 0rem 0rem 0rem;
|
|
6489
6490
|
padding: 0.857449089rem 1.6077170418rem 0.857449089rem 0.1071811361rem;
|
|
@@ -6529,7 +6530,7 @@ body {
|
|
|
6529
6530
|
|
|
6530
6531
|
/**
|
|
6531
6532
|
* Do not edit directly
|
|
6532
|
-
* Generated on Wed,
|
|
6533
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
6533
6534
|
*/
|
|
6534
6535
|
/**
|
|
6535
6536
|
* TOKENS:
|
|
@@ -6538,7 +6539,7 @@ body {
|
|
|
6538
6539
|
* MAPS:
|
|
6539
6540
|
*/
|
|
6540
6541
|
.ilo--richtext {
|
|
6541
|
-
font-family: Noto Sans;
|
|
6542
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6542
6543
|
font-weight: 400;
|
|
6543
6544
|
font-size: 16px;
|
|
6544
6545
|
letter-spacing: normal;
|
|
@@ -6686,7 +6687,7 @@ body {
|
|
|
6686
6687
|
.ilo--richtext h4,
|
|
6687
6688
|
.ilo--richtext h5,
|
|
6688
6689
|
.ilo--richtext h6 {
|
|
6689
|
-
font-family: Overpass;
|
|
6690
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6690
6691
|
font-weight: 700;
|
|
6691
6692
|
margin-top: 3.0010718114rem;
|
|
6692
6693
|
}
|
|
@@ -6754,7 +6755,7 @@ body {
|
|
|
6754
6755
|
background-repeat: no-repeat;
|
|
6755
6756
|
background-size: 3.8585209003rem 2.1436227224rem;
|
|
6756
6757
|
display: block;
|
|
6757
|
-
font-family: Overpass;
|
|
6758
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6758
6759
|
margin: 1.2861736334rem 0 2.1436227224rem 0;
|
|
6759
6760
|
padding: 2.8938906752rem 0 1.822079314rem 1.7148981779rem;
|
|
6760
6761
|
position: relative;
|
|
@@ -6944,7 +6945,7 @@ body {
|
|
|
6944
6945
|
|
|
6945
6946
|
/**
|
|
6946
6947
|
* Do not edit directly
|
|
6947
|
-
* Generated on Wed,
|
|
6948
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
6948
6949
|
*/
|
|
6949
6950
|
/**
|
|
6950
6951
|
* TOKENS:
|
|
@@ -6998,7 +6999,7 @@ body {
|
|
|
6998
6999
|
|
|
6999
7000
|
/**
|
|
7000
7001
|
* Do not edit directly
|
|
7001
|
-
* Generated on Wed,
|
|
7002
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
7002
7003
|
*/
|
|
7003
7004
|
/**
|
|
7004
7005
|
* TOKENS:
|
|
@@ -7061,7 +7062,7 @@ body {
|
|
|
7061
7062
|
background-color: rgb(237, 240, 242);
|
|
7062
7063
|
border-bottom: 0.1607717042rem solid rgb(255, 255, 255);
|
|
7063
7064
|
color: rgb(35, 0, 80);
|
|
7064
|
-
font-family: Overpass;
|
|
7065
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7065
7066
|
font-weight: 600;
|
|
7066
7067
|
display: flex;
|
|
7067
7068
|
height: 3.2154340836rem;
|
|
@@ -7156,7 +7157,7 @@ body {
|
|
|
7156
7157
|
|
|
7157
7158
|
/**
|
|
7158
7159
|
* Do not edit directly
|
|
7159
|
-
* Generated on Wed,
|
|
7160
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
7160
7161
|
*/
|
|
7161
7162
|
/**
|
|
7162
7163
|
* TOKENS:
|
|
@@ -7198,7 +7199,7 @@ body {
|
|
|
7198
7199
|
background-color: rgb(255, 255, 255);
|
|
7199
7200
|
border-left: 0.0535905681rem solid rgb(237, 240, 242);
|
|
7200
7201
|
border-bottom: 0.1071811361rem solid rgb(237, 240, 242);
|
|
7201
|
-
font-family: Overpass;
|
|
7202
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7202
7203
|
font-weight: 700;
|
|
7203
7204
|
font-size: 14.93px;
|
|
7204
7205
|
letter-spacing: normal;
|
|
@@ -7255,7 +7256,7 @@ body {
|
|
|
7255
7256
|
}
|
|
7256
7257
|
.ilo--table--body--cell {
|
|
7257
7258
|
border-bottom: 0.1071811361rem solid rgb(237, 240, 242);
|
|
7258
|
-
font-family: Noto Sans;
|
|
7259
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7259
7260
|
font-weight: 400;
|
|
7260
7261
|
font-size: 14.93px;
|
|
7261
7262
|
letter-spacing: normal;
|
|
@@ -7379,7 +7380,7 @@ body {
|
|
|
7379
7380
|
.ilo--table--headline {
|
|
7380
7381
|
align-items: center;
|
|
7381
7382
|
display: flex;
|
|
7382
|
-
font-family: Overpass;
|
|
7383
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7383
7384
|
font-weight: 700;
|
|
7384
7385
|
margin-bottom: 0.3751339764rem;
|
|
7385
7386
|
font-size: 18.66px;
|
|
@@ -7391,7 +7392,7 @@ body {
|
|
|
7391
7392
|
}
|
|
7392
7393
|
.ilo--table--description {
|
|
7393
7394
|
color: rgb(109, 109, 109);
|
|
7394
|
-
font-family: Noto Sans;
|
|
7395
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7395
7396
|
font-weight: 400;
|
|
7396
7397
|
font-size: 11.94px;
|
|
7397
7398
|
letter-spacing: normal;
|
|
@@ -7507,7 +7508,7 @@ body {
|
|
|
7507
7508
|
|
|
7508
7509
|
/**
|
|
7509
7510
|
* Do not edit directly
|
|
7510
|
-
* Generated on Wed,
|
|
7511
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
7511
7512
|
*/
|
|
7512
7513
|
/**
|
|
7513
7514
|
* TOKENS:
|
|
@@ -7541,7 +7542,7 @@ body {
|
|
|
7541
7542
|
font-size: 18.66px;
|
|
7542
7543
|
letter-spacing: normal;
|
|
7543
7544
|
line-height: 27.24px;
|
|
7544
|
-
font-family: Overpass;
|
|
7545
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7545
7546
|
font-weight: 700;
|
|
7546
7547
|
padding-bottom: 0.857449089rem;
|
|
7547
7548
|
}
|
|
@@ -7627,7 +7628,7 @@ body {
|
|
|
7627
7628
|
border-bottom: rgb(255, 255, 255) 2px solid;
|
|
7628
7629
|
color: rgb(35, 0, 80);
|
|
7629
7630
|
display: block;
|
|
7630
|
-
font-family: Overpass;
|
|
7631
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7631
7632
|
font-weight: 500;
|
|
7632
7633
|
margin: 0 8px 0 8px;
|
|
7633
7634
|
padding: 18px 10px 18px 10px;
|
|
@@ -7693,7 +7694,7 @@ body {
|
|
|
7693
7694
|
|
|
7694
7695
|
/**
|
|
7695
7696
|
* Do not edit directly
|
|
7696
|
-
* Generated on Wed,
|
|
7697
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
7697
7698
|
*/
|
|
7698
7699
|
/**
|
|
7699
7700
|
* TOKENS:
|
|
@@ -7711,7 +7712,7 @@ body {
|
|
|
7711
7712
|
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
7712
7713
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
7713
7714
|
box-sizing: border-box;
|
|
7714
|
-
font-family: Noto Sans;
|
|
7715
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7715
7716
|
font-weight: 500;
|
|
7716
7717
|
font-size: 16px;
|
|
7717
7718
|
letter-spacing: -0.02em;
|
|
@@ -7751,7 +7752,7 @@ body {
|
|
|
7751
7752
|
|
|
7752
7753
|
/**
|
|
7753
7754
|
* Do not edit directly
|
|
7754
|
-
* Generated on Wed,
|
|
7755
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
7755
7756
|
*/
|
|
7756
7757
|
/**
|
|
7757
7758
|
* TOKENS:
|
|
@@ -7778,7 +7779,7 @@ body {
|
|
|
7778
7779
|
border: none;
|
|
7779
7780
|
color: rgb(109, 109, 109);
|
|
7780
7781
|
display: inline-block;
|
|
7781
|
-
font-family: Overpass;
|
|
7782
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7782
7783
|
font-weight: 500;
|
|
7783
7784
|
padding: 0.3751339764rem 0.6430868167rem 0.2679528403rem 0.6430868167rem;
|
|
7784
7785
|
text-decoration: none;
|
|
@@ -7925,7 +7926,7 @@ body {
|
|
|
7925
7926
|
|
|
7926
7927
|
/**
|
|
7927
7928
|
* Do not edit directly
|
|
7928
|
-
* Generated on Wed,
|
|
7929
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
7929
7930
|
*/
|
|
7930
7931
|
/**
|
|
7931
7932
|
* TOKENS:
|
|
@@ -7943,7 +7944,7 @@ body {
|
|
|
7943
7944
|
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
7944
7945
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
7945
7946
|
box-sizing: border-box;
|
|
7946
|
-
font-family: Noto Sans;
|
|
7947
|
+
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7947
7948
|
font-weight: 500;
|
|
7948
7949
|
font-size: 16px;
|
|
7949
7950
|
letter-spacing: -0.02em;
|
|
@@ -7985,7 +7986,7 @@ body {
|
|
|
7985
7986
|
|
|
7986
7987
|
/**
|
|
7987
7988
|
* Do not edit directly
|
|
7988
|
-
* Generated on Wed,
|
|
7989
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
7989
7990
|
*/
|
|
7990
7991
|
/**
|
|
7991
7992
|
* TOKENS:
|
|
@@ -7995,7 +7996,7 @@ body {
|
|
|
7995
7996
|
*/
|
|
7996
7997
|
/**
|
|
7997
7998
|
* Do not edit directly
|
|
7998
|
-
* Generated on Wed,
|
|
7999
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
7999
8000
|
*/
|
|
8000
8001
|
/**
|
|
8001
8002
|
* TOKENS:
|
|
@@ -8097,7 +8098,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8097
8098
|
|
|
8098
8099
|
/**
|
|
8099
8100
|
* Do not edit directly
|
|
8100
|
-
* Generated on Wed,
|
|
8101
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
8101
8102
|
*/
|
|
8102
8103
|
/**
|
|
8103
8104
|
* TOKENS:
|
|
@@ -8272,7 +8273,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8272
8273
|
|
|
8273
8274
|
/**
|
|
8274
8275
|
* Do not edit directly
|
|
8275
|
-
* Generated on Wed,
|
|
8276
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
8276
8277
|
*/
|
|
8277
8278
|
/**
|
|
8278
8279
|
* TOKENS:
|
|
@@ -9182,7 +9183,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
9182
9183
|
|
|
9183
9184
|
/**
|
|
9184
9185
|
* Do not edit directly
|
|
9185
|
-
* Generated on Wed,
|
|
9186
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
9186
9187
|
*/
|
|
9187
9188
|
/**
|
|
9188
9189
|
* TOKENS:
|
|
@@ -9192,7 +9193,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
9192
9193
|
*/
|
|
9193
9194
|
/**
|
|
9194
9195
|
* Do not edit directly
|
|
9195
|
-
* Generated on Wed,
|
|
9196
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
9196
9197
|
*/
|
|
9197
9198
|
/**
|
|
9198
9199
|
* TOKENS:
|
|
@@ -9217,7 +9218,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
9217
9218
|
}
|
|
9218
9219
|
/**
|
|
9219
9220
|
* Do not edit directly
|
|
9220
|
-
* Generated on Wed,
|
|
9221
|
+
* Generated on Wed, 20 Sep 2023 12:22:12 GMT
|
|
9221
9222
|
*/
|
|
9222
9223
|
/**
|
|
9223
9224
|
* TOKENS:
|
|
@@ -9241,7 +9242,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
9241
9242
|
}
|
|
9242
9243
|
.ilo--social-media--headline {
|
|
9243
9244
|
color: rgb(35, 0, 80);
|
|
9244
|
-
font-family: Overpass;
|
|
9245
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
9245
9246
|
font-weight: 700;
|
|
9246
9247
|
font-size: 16px;
|
|
9247
9248
|
letter-spacing: normal;
|