@ilo-org/styles 0.13.3 → 0.14.1
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 +181 -1118
- package/build/css/components/index.css.map +1 -1
- package/build/css/global.css +2 -2
- package/build/css/index.css +182 -1119
- package/build/css/index.css.map +1 -1
- package/build/css/monorepo.css +182 -1119
- 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/icon.css +1 -0
- 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/searchfield.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/components/tooltip.css +1 -1
- package/css/global.css +1 -1
- package/css/global.css.map +1 -1
- package/css/index.css +2 -2
- package/css/index.css.map +1 -1
- package/css/monorepo.css +2 -2
- package/css/monorepo.css.map +1 -1
- package/package.json +2 -2
- package/scss/components/_icon.scss +6 -0
- package/scss/components/_navigation.scss +2 -2
- package/scss/components/_searchfield.scss +36 -4
- package/scss/components/_tabs.scss +1 -0
- package/scss/components/index.scss +1 -1
- package/css/components/video-legacy.css +0 -1
- package/scss/components/_video-legacy.scss +0 -795
package/build/css/monorepo.css
CHANGED
|
@@ -156,7 +156,7 @@ textarea {
|
|
|
156
156
|
}
|
|
157
157
|
/**
|
|
158
158
|
* Do not edit directly
|
|
159
|
-
* Generated on
|
|
159
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
160
160
|
*/
|
|
161
161
|
/**
|
|
162
162
|
* TOKENS:
|
|
@@ -245,14 +245,14 @@ textarea {
|
|
|
245
245
|
html,
|
|
246
246
|
body {
|
|
247
247
|
color: rgb(45, 45, 45);
|
|
248
|
-
font: 18.66px/27.24px Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
248
|
+
font: 18.66px/27.24px Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
249
249
|
letter-spacing: normal;
|
|
250
250
|
-webkit-font-smoothing: antialiased;
|
|
251
251
|
}
|
|
252
252
|
|
|
253
253
|
/**
|
|
254
254
|
* Do not edit directly
|
|
255
|
-
* Generated on
|
|
255
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
256
256
|
*/
|
|
257
257
|
/**
|
|
258
258
|
* TOKENS:
|
|
@@ -280,7 +280,7 @@ body {
|
|
|
280
280
|
border: none;
|
|
281
281
|
border-top: 2px solid rgb(237, 240, 242);
|
|
282
282
|
fill: rgb(35, 0, 80);
|
|
283
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
283
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
284
284
|
color: rgb(35, 0, 80);
|
|
285
285
|
font-weight: 500;
|
|
286
286
|
font-size: 16px;
|
|
@@ -353,7 +353,7 @@ body {
|
|
|
353
353
|
|
|
354
354
|
/**
|
|
355
355
|
* Do not edit directly
|
|
356
|
-
* Generated on
|
|
356
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
357
357
|
*/
|
|
358
358
|
/**
|
|
359
359
|
* TOKENS:
|
|
@@ -378,7 +378,7 @@ body {
|
|
|
378
378
|
}
|
|
379
379
|
/**
|
|
380
380
|
* Do not edit directly
|
|
381
|
-
* Generated on
|
|
381
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
382
382
|
*/
|
|
383
383
|
/**
|
|
384
384
|
* TOKENS:
|
|
@@ -426,14 +426,14 @@ body {
|
|
|
426
426
|
overflow: hidden;
|
|
427
427
|
text-overflow: ellipsis;
|
|
428
428
|
max-width: 40ch;
|
|
429
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
429
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
430
430
|
font-weight: 400;
|
|
431
431
|
font-size: 11.94px;
|
|
432
432
|
letter-spacing: normal;
|
|
433
433
|
line-height: 16.24px;
|
|
434
434
|
}
|
|
435
435
|
.ilo--breadcrumb--link--label--dropdown {
|
|
436
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
436
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
437
437
|
}
|
|
438
438
|
.ilo--breadcrumb--link:hover, .ilo--breadcrumb--link:focus {
|
|
439
439
|
color: rgb(30, 45, 190);
|
|
@@ -585,7 +585,7 @@ body {
|
|
|
585
585
|
border-bottom: 0.1071811361rem solid rgb(255, 255, 255);
|
|
586
586
|
color: rgb(35, 0, 80);
|
|
587
587
|
display: inline-block;
|
|
588
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
588
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
589
589
|
font-weight: 500;
|
|
590
590
|
height: auto;
|
|
591
591
|
padding: 0.857449089rem 0;
|
|
@@ -633,7 +633,7 @@ body {
|
|
|
633
633
|
|
|
634
634
|
/**
|
|
635
635
|
* Do not edit directly
|
|
636
|
-
* Generated on
|
|
636
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
637
637
|
*/
|
|
638
638
|
/**
|
|
639
639
|
* TOKENS:
|
|
@@ -643,7 +643,7 @@ body {
|
|
|
643
643
|
*/
|
|
644
644
|
/**
|
|
645
645
|
* Do not edit directly
|
|
646
|
-
* Generated on
|
|
646
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
647
647
|
*/
|
|
648
648
|
/**
|
|
649
649
|
* TOKENS:
|
|
@@ -668,7 +668,7 @@ body {
|
|
|
668
668
|
}
|
|
669
669
|
/**
|
|
670
670
|
* Do not edit directly
|
|
671
|
-
* Generated on
|
|
671
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
672
672
|
*/
|
|
673
673
|
/**
|
|
674
674
|
* TOKENS:
|
|
@@ -678,7 +678,7 @@ body {
|
|
|
678
678
|
*/
|
|
679
679
|
.ilo--button {
|
|
680
680
|
display: inline-block;
|
|
681
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
681
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
682
682
|
font-weight: 700;
|
|
683
683
|
padding: 0;
|
|
684
684
|
border-bottom-left-radius: 2px;
|
|
@@ -949,7 +949,7 @@ body {
|
|
|
949
949
|
|
|
950
950
|
/**
|
|
951
951
|
* Do not edit directly
|
|
952
|
-
* Generated on
|
|
952
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
953
953
|
*/
|
|
954
954
|
/**
|
|
955
955
|
* TOKENS:
|
|
@@ -996,7 +996,7 @@ body {
|
|
|
996
996
|
font-size: 16px;
|
|
997
997
|
letter-spacing: -0.02em;
|
|
998
998
|
line-height: 21.6px;
|
|
999
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
999
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
1000
1000
|
font-weight: 700;
|
|
1001
1001
|
}
|
|
1002
1002
|
.ilo--callout--toggle {
|
|
@@ -1007,7 +1007,7 @@ body {
|
|
|
1007
1007
|
border: none;
|
|
1008
1008
|
color: rgb(35, 0, 80);
|
|
1009
1009
|
cursor: pointer;
|
|
1010
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
1010
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
1011
1011
|
font-weight: 500;
|
|
1012
1012
|
padding-right: 1.7148981779rem;
|
|
1013
1013
|
position: relative;
|
|
@@ -1078,7 +1078,7 @@ body {
|
|
|
1078
1078
|
|
|
1079
1079
|
/**
|
|
1080
1080
|
* Do not edit directly
|
|
1081
|
-
* Generated on
|
|
1081
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
1082
1082
|
*/
|
|
1083
1083
|
/**
|
|
1084
1084
|
* TOKENS:
|
|
@@ -1088,7 +1088,7 @@ body {
|
|
|
1088
1088
|
*/
|
|
1089
1089
|
/**
|
|
1090
1090
|
* Do not edit directly
|
|
1091
|
-
* Generated on
|
|
1091
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
1092
1092
|
*/
|
|
1093
1093
|
/**
|
|
1094
1094
|
* TOKENS:
|
|
@@ -1113,7 +1113,7 @@ body {
|
|
|
1113
1113
|
}
|
|
1114
1114
|
/**
|
|
1115
1115
|
* Do not edit directly
|
|
1116
|
-
* Generated on
|
|
1116
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
1117
1117
|
*/
|
|
1118
1118
|
/**
|
|
1119
1119
|
* TOKENS:
|
|
@@ -1131,7 +1131,7 @@ body {
|
|
|
1131
1131
|
|
|
1132
1132
|
/**
|
|
1133
1133
|
* Do not edit directly
|
|
1134
|
-
* Generated on
|
|
1134
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
1135
1135
|
*/
|
|
1136
1136
|
/**
|
|
1137
1137
|
* TOKENS:
|
|
@@ -1278,7 +1278,7 @@ body {
|
|
|
1278
1278
|
}
|
|
1279
1279
|
.ilo--card--title {
|
|
1280
1280
|
color: rgb(35, 0, 80);
|
|
1281
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
1281
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
1282
1282
|
font-weight: 700;
|
|
1283
1283
|
font-size: 23.32px;
|
|
1284
1284
|
letter-spacing: -0.035em;
|
|
@@ -1343,7 +1343,7 @@ body {
|
|
|
1343
1343
|
|
|
1344
1344
|
/**
|
|
1345
1345
|
* Do not edit directly
|
|
1346
|
-
* Generated on
|
|
1346
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
1347
1347
|
*/
|
|
1348
1348
|
/**
|
|
1349
1349
|
* TOKENS:
|
|
@@ -1495,7 +1495,7 @@ body {
|
|
|
1495
1495
|
letter-spacing: -0.035em;
|
|
1496
1496
|
line-height: 29.15px;
|
|
1497
1497
|
margin-bottom: 1.2861736334rem;
|
|
1498
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
1498
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
1499
1499
|
font-weight: 700;
|
|
1500
1500
|
flex: 1;
|
|
1501
1501
|
}
|
|
@@ -1512,7 +1512,7 @@ body {
|
|
|
1512
1512
|
|
|
1513
1513
|
/**
|
|
1514
1514
|
* Do not edit directly
|
|
1515
|
-
* Generated on
|
|
1515
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
1516
1516
|
*/
|
|
1517
1517
|
/**
|
|
1518
1518
|
* TOKENS:
|
|
@@ -1609,7 +1609,7 @@ body {
|
|
|
1609
1609
|
|
|
1610
1610
|
/**
|
|
1611
1611
|
* Do not edit directly
|
|
1612
|
-
* Generated on
|
|
1612
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
1613
1613
|
*/
|
|
1614
1614
|
/**
|
|
1615
1615
|
* TOKENS:
|
|
@@ -1761,7 +1761,7 @@ body {
|
|
|
1761
1761
|
|
|
1762
1762
|
/**
|
|
1763
1763
|
* Do not edit directly
|
|
1764
|
-
* Generated on
|
|
1764
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
1765
1765
|
*/
|
|
1766
1766
|
/**
|
|
1767
1767
|
* TOKENS:
|
|
@@ -1887,7 +1887,7 @@ body {
|
|
|
1887
1887
|
|
|
1888
1888
|
/**
|
|
1889
1889
|
* Do not edit directly
|
|
1890
|
-
* Generated on
|
|
1890
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
1891
1891
|
*/
|
|
1892
1892
|
/**
|
|
1893
1893
|
* TOKENS:
|
|
@@ -2011,7 +2011,7 @@ body {
|
|
|
2011
2011
|
|
|
2012
2012
|
/**
|
|
2013
2013
|
* Do not edit directly
|
|
2014
|
-
* Generated on
|
|
2014
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
2015
2015
|
*/
|
|
2016
2016
|
/**
|
|
2017
2017
|
* TOKENS:
|
|
@@ -2111,7 +2111,7 @@ body {
|
|
|
2111
2111
|
letter-spacing: -0.035em;
|
|
2112
2112
|
line-height: 29.15px;
|
|
2113
2113
|
color: rgb(45, 45, 45);
|
|
2114
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2114
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2115
2115
|
font-weight: 500;
|
|
2116
2116
|
}
|
|
2117
2117
|
.ilo--card__type__data [class*=ilo--link] {
|
|
@@ -2131,7 +2131,7 @@ body {
|
|
|
2131
2131
|
|
|
2132
2132
|
/**
|
|
2133
2133
|
* Do not edit directly
|
|
2134
|
-
* Generated on
|
|
2134
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
2135
2135
|
*/
|
|
2136
2136
|
/**
|
|
2137
2137
|
* TOKENS:
|
|
@@ -2185,7 +2185,7 @@ body {
|
|
|
2185
2185
|
}
|
|
2186
2186
|
.ilo--card__type__stat .ilo--card--intro {
|
|
2187
2187
|
color: rgb(35, 0, 80);
|
|
2188
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2188
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2189
2189
|
font-size: 18.66px;
|
|
2190
2190
|
letter-spacing: normal;
|
|
2191
2191
|
line-height: 27.24px;
|
|
@@ -2208,7 +2208,7 @@ body {
|
|
|
2208
2208
|
|
|
2209
2209
|
/**
|
|
2210
2210
|
* Do not edit directly
|
|
2211
|
-
* Generated on
|
|
2211
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
2212
2212
|
*/
|
|
2213
2213
|
/**
|
|
2214
2214
|
* TOKENS:
|
|
@@ -2277,7 +2277,7 @@ body {
|
|
|
2277
2277
|
|
|
2278
2278
|
/**
|
|
2279
2279
|
* Do not edit directly
|
|
2280
|
-
* Generated on
|
|
2280
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
2281
2281
|
*/
|
|
2282
2282
|
/**
|
|
2283
2283
|
* TOKENS:
|
|
@@ -2326,7 +2326,7 @@ body {
|
|
|
2326
2326
|
|
|
2327
2327
|
/**
|
|
2328
2328
|
* Do not edit directly
|
|
2329
|
-
* Generated on
|
|
2329
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
2330
2330
|
*/
|
|
2331
2331
|
/**
|
|
2332
2332
|
* TOKENS:
|
|
@@ -2403,7 +2403,7 @@ body {
|
|
|
2403
2403
|
|
|
2404
2404
|
/**
|
|
2405
2405
|
* Do not edit directly
|
|
2406
|
-
* Generated on
|
|
2406
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
2407
2407
|
*/
|
|
2408
2408
|
/**
|
|
2409
2409
|
* TOKENS:
|
|
@@ -2458,7 +2458,7 @@ body {
|
|
|
2458
2458
|
border-bottom: 0.1071811361rem solid rgb(255, 255, 255);
|
|
2459
2459
|
color: rgb(35, 0, 80);
|
|
2460
2460
|
display: inline-block;
|
|
2461
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2461
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2462
2462
|
font-weight: 500;
|
|
2463
2463
|
padding: 0.857449089rem 0.4287245445rem;
|
|
2464
2464
|
text-decoration: none;
|
|
@@ -2484,7 +2484,7 @@ body {
|
|
|
2484
2484
|
|
|
2485
2485
|
/**
|
|
2486
2486
|
* Do not edit directly
|
|
2487
|
-
* Generated on
|
|
2487
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
2488
2488
|
*/
|
|
2489
2489
|
/**
|
|
2490
2490
|
* TOKENS:
|
|
@@ -2494,7 +2494,7 @@ body {
|
|
|
2494
2494
|
*/
|
|
2495
2495
|
/**
|
|
2496
2496
|
* Do not edit directly
|
|
2497
|
-
* Generated on
|
|
2497
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
2498
2498
|
*/
|
|
2499
2499
|
/**
|
|
2500
2500
|
* TOKENS:
|
|
@@ -2504,7 +2504,7 @@ body {
|
|
|
2504
2504
|
*/
|
|
2505
2505
|
/**
|
|
2506
2506
|
* Do not edit directly
|
|
2507
|
-
* Generated on
|
|
2507
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
2508
2508
|
*/
|
|
2509
2509
|
/**
|
|
2510
2510
|
* TOKENS:
|
|
@@ -2514,7 +2514,7 @@ body {
|
|
|
2514
2514
|
*/
|
|
2515
2515
|
/**
|
|
2516
2516
|
* Do not edit directly
|
|
2517
|
-
* Generated on
|
|
2517
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
2518
2518
|
*/
|
|
2519
2519
|
/**
|
|
2520
2520
|
* TOKENS:
|
|
@@ -2640,7 +2640,7 @@ body {
|
|
|
2640
2640
|
|
|
2641
2641
|
/**
|
|
2642
2642
|
* Do not edit directly
|
|
2643
|
-
* Generated on
|
|
2643
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
2644
2644
|
*/
|
|
2645
2645
|
/**
|
|
2646
2646
|
* TOKENS:
|
|
@@ -2661,7 +2661,7 @@ body {
|
|
|
2661
2661
|
|
|
2662
2662
|
/**
|
|
2663
2663
|
* Do not edit directly
|
|
2664
|
-
* Generated on
|
|
2664
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
2665
2665
|
*/
|
|
2666
2666
|
/**
|
|
2667
2667
|
* TOKENS:
|
|
@@ -2680,7 +2680,7 @@ body {
|
|
|
2680
2680
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
2681
2681
|
border-radius: 0;
|
|
2682
2682
|
box-sizing: content-box;
|
|
2683
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2683
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2684
2684
|
font-weight: 500;
|
|
2685
2685
|
font-size: 16px;
|
|
2686
2686
|
letter-spacing: -0.02em;
|
|
@@ -2751,7 +2751,7 @@ body {
|
|
|
2751
2751
|
|
|
2752
2752
|
/**
|
|
2753
2753
|
* Do not edit directly
|
|
2754
|
-
* Generated on
|
|
2754
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
2755
2755
|
*/
|
|
2756
2756
|
/**
|
|
2757
2757
|
* TOKENS:
|
|
@@ -2761,7 +2761,7 @@ body {
|
|
|
2761
2761
|
*/
|
|
2762
2762
|
/**
|
|
2763
2763
|
* Do not edit directly
|
|
2764
|
-
* Generated on
|
|
2764
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
2765
2765
|
*/
|
|
2766
2766
|
/**
|
|
2767
2767
|
* TOKENS:
|
|
@@ -2771,7 +2771,7 @@ body {
|
|
|
2771
2771
|
*/
|
|
2772
2772
|
/**
|
|
2773
2773
|
* Do not edit directly
|
|
2774
|
-
* Generated on
|
|
2774
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
2775
2775
|
*/
|
|
2776
2776
|
/**
|
|
2777
2777
|
* TOKENS:
|
|
@@ -2824,7 +2824,7 @@ body {
|
|
|
2824
2824
|
|
|
2825
2825
|
/**
|
|
2826
2826
|
* Do not edit directly
|
|
2827
|
-
* Generated on
|
|
2827
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
2828
2828
|
*/
|
|
2829
2829
|
/**
|
|
2830
2830
|
* TOKENS:
|
|
@@ -2843,7 +2843,7 @@ body {
|
|
|
2843
2843
|
top: 0.1071811361rem;
|
|
2844
2844
|
}
|
|
2845
2845
|
.ilo--fieldset--legend {
|
|
2846
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2846
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2847
2847
|
font-weight: 700;
|
|
2848
2848
|
font-size: 16px;
|
|
2849
2849
|
letter-spacing: -0.02em;
|
|
@@ -2890,7 +2890,7 @@ body {
|
|
|
2890
2890
|
flex-wrap: reverse;
|
|
2891
2891
|
}
|
|
2892
2892
|
.ilo--fieldset--helper, .ilo--fieldset__error {
|
|
2893
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2893
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2894
2894
|
font-size: 11.94px;
|
|
2895
2895
|
letter-spacing: normal;
|
|
2896
2896
|
line-height: 16.24px;
|
|
@@ -2912,7 +2912,7 @@ body {
|
|
|
2912
2912
|
|
|
2913
2913
|
/**
|
|
2914
2914
|
* Do not edit directly
|
|
2915
|
-
* Generated on
|
|
2915
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
2916
2916
|
*/
|
|
2917
2917
|
/**
|
|
2918
2918
|
* TOKENS:
|
|
@@ -2927,7 +2927,7 @@ body {
|
|
|
2927
2927
|
color: rgb(35, 0, 80);
|
|
2928
2928
|
content: attr(data-label);
|
|
2929
2929
|
display: inline-block;
|
|
2930
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2930
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2931
2931
|
font-weight: 700;
|
|
2932
2932
|
border-bottom-left-radius: 2px;
|
|
2933
2933
|
border-bottom-right-radius: 2px;
|
|
@@ -2996,7 +2996,7 @@ body {
|
|
|
2996
2996
|
border-right: 0.1071811361rem solid rgb(237, 240, 242);
|
|
2997
2997
|
border-top: 0.1071811361rem solid rgb(237, 240, 242);
|
|
2998
2998
|
box-sizing: border-box;
|
|
2999
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
2999
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3000
3000
|
font-weight: 500;
|
|
3001
3001
|
font-size: 16px;
|
|
3002
3002
|
letter-spacing: -0.02em;
|
|
@@ -3008,7 +3008,7 @@ body {
|
|
|
3008
3008
|
|
|
3009
3009
|
/**
|
|
3010
3010
|
* Do not edit directly
|
|
3011
|
-
* Generated on
|
|
3011
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
3012
3012
|
*/
|
|
3013
3013
|
/**
|
|
3014
3014
|
* TOKENS:
|
|
@@ -3050,7 +3050,7 @@ body {
|
|
|
3050
3050
|
|
|
3051
3051
|
/**
|
|
3052
3052
|
* Do not edit directly
|
|
3053
|
-
* Generated on
|
|
3053
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
3054
3054
|
*/
|
|
3055
3055
|
/**
|
|
3056
3056
|
* TOKENS:
|
|
@@ -3130,21 +3130,21 @@ body {
|
|
|
3130
3130
|
justify-content: flex-start;
|
|
3131
3131
|
}
|
|
3132
3132
|
.ilo--form-control--label__size__small {
|
|
3133
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3133
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3134
3134
|
font-size: 0.8001071811rem;
|
|
3135
3135
|
letter-spacing: -0.0010718114rem;
|
|
3136
3136
|
line-height: 1.0803858521rem;
|
|
3137
3137
|
font-weight: 400;
|
|
3138
3138
|
}
|
|
3139
3139
|
.ilo--form-control--label__size__medium {
|
|
3140
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3140
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3141
3141
|
font-size: 0.857449089rem;
|
|
3142
3142
|
letter-spacing: -0.0010718114rem;
|
|
3143
3143
|
line-height: 1.1575562701rem;
|
|
3144
3144
|
font-weight: 700;
|
|
3145
3145
|
}
|
|
3146
3146
|
.ilo--form-control--label__size__large {
|
|
3147
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3147
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3148
3148
|
font-size: 1rem;
|
|
3149
3149
|
letter-spacing: -0.0010718114rem;
|
|
3150
3150
|
line-height: 1.3001071811rem;
|
|
@@ -3166,7 +3166,7 @@ body {
|
|
|
3166
3166
|
.ilo--form-control--helper {
|
|
3167
3167
|
grid-area: helper;
|
|
3168
3168
|
color: rgb(109, 109, 109);
|
|
3169
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3169
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3170
3170
|
font-size: 11.94px;
|
|
3171
3171
|
letter-spacing: normal;
|
|
3172
3172
|
line-height: 16.24px;
|
|
@@ -3177,7 +3177,7 @@ body {
|
|
|
3177
3177
|
|
|
3178
3178
|
/**
|
|
3179
3179
|
* Do not edit directly
|
|
3180
|
-
* Generated on
|
|
3180
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
3181
3181
|
*/
|
|
3182
3182
|
/**
|
|
3183
3183
|
* TOKENS:
|
|
@@ -3187,7 +3187,7 @@ body {
|
|
|
3187
3187
|
*/
|
|
3188
3188
|
/**
|
|
3189
3189
|
* Do not edit directly
|
|
3190
|
-
* Generated on
|
|
3190
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
3191
3191
|
*/
|
|
3192
3192
|
/**
|
|
3193
3193
|
* TOKENS:
|
|
@@ -3212,7 +3212,7 @@ body {
|
|
|
3212
3212
|
}
|
|
3213
3213
|
/**
|
|
3214
3214
|
* Do not edit directly
|
|
3215
|
-
* Generated on
|
|
3215
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
3216
3216
|
*/
|
|
3217
3217
|
/**
|
|
3218
3218
|
* TOKENS:
|
|
@@ -3272,7 +3272,7 @@ body {
|
|
|
3272
3272
|
}
|
|
3273
3273
|
.ilo--footer--headline {
|
|
3274
3274
|
color: rgb(255, 255, 255);
|
|
3275
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3275
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3276
3276
|
font-weight: 700;
|
|
3277
3277
|
font-size: 16px;
|
|
3278
3278
|
letter-spacing: normal;
|
|
@@ -3283,7 +3283,7 @@ body {
|
|
|
3283
3283
|
}
|
|
3284
3284
|
.ilo--footer--subhead {
|
|
3285
3285
|
color: #bedcfa;
|
|
3286
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3286
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3287
3287
|
font-weight: 500;
|
|
3288
3288
|
margin-top: 0.2143622722rem;
|
|
3289
3289
|
font-size: 11.94px;
|
|
@@ -3312,7 +3312,7 @@ body {
|
|
|
3312
3312
|
.ilo--footer .secondarylinks {
|
|
3313
3313
|
color: rgb(109, 109, 109);
|
|
3314
3314
|
display: inline;
|
|
3315
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3315
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3316
3316
|
font-size: 11.94px;
|
|
3317
3317
|
letter-spacing: normal;
|
|
3318
3318
|
line-height: 16.24px;
|
|
@@ -3362,7 +3362,7 @@ body {
|
|
|
3362
3362
|
display: flex;
|
|
3363
3363
|
flex-flow: row nowrap;
|
|
3364
3364
|
color: rgb(35, 0, 80);
|
|
3365
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3365
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3366
3366
|
font-size: 16px;
|
|
3367
3367
|
letter-spacing: -0.02em;
|
|
3368
3368
|
line-height: 21.6px;
|
|
@@ -3569,7 +3569,7 @@ body {
|
|
|
3569
3569
|
|
|
3570
3570
|
/**
|
|
3571
3571
|
* Do not edit directly
|
|
3572
|
-
* Generated on
|
|
3572
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
3573
3573
|
*/
|
|
3574
3574
|
/**
|
|
3575
3575
|
* TOKENS:
|
|
@@ -3584,7 +3584,7 @@ body {
|
|
|
3584
3584
|
.ilo--h5,
|
|
3585
3585
|
.ilo--h6 {
|
|
3586
3586
|
color: inherit;
|
|
3587
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3587
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
3588
3588
|
font-weight: 700;
|
|
3589
3589
|
}
|
|
3590
3590
|
.ilo--h1--default,
|
|
@@ -3692,7 +3692,7 @@ body {
|
|
|
3692
3692
|
|
|
3693
3693
|
/**
|
|
3694
3694
|
* Do not edit directly
|
|
3695
|
-
* Generated on
|
|
3695
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
3696
3696
|
*/
|
|
3697
3697
|
/**
|
|
3698
3698
|
* TOKENS:
|
|
@@ -3992,7 +3992,7 @@ body {
|
|
|
3992
3992
|
|
|
3993
3993
|
/**
|
|
3994
3994
|
* Do not edit directly
|
|
3995
|
-
* Generated on
|
|
3995
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
3996
3996
|
*/
|
|
3997
3997
|
/**
|
|
3998
3998
|
* TOKENS:
|
|
@@ -4112,7 +4112,7 @@ body {
|
|
|
4112
4112
|
letter-spacing: -0.035em;
|
|
4113
4113
|
line-height: 43.74px;
|
|
4114
4114
|
margin-bottom: 1.1117935901rem;
|
|
4115
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4115
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4116
4116
|
font-weight: 700;
|
|
4117
4117
|
}
|
|
4118
4118
|
@media screen and (min-width: 1024px) {
|
|
@@ -4125,7 +4125,7 @@ body {
|
|
|
4125
4125
|
|
|
4126
4126
|
/**
|
|
4127
4127
|
* Do not edit directly
|
|
4128
|
-
* Generated on
|
|
4128
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
4129
4129
|
*/
|
|
4130
4130
|
/**
|
|
4131
4131
|
* TOKENS:
|
|
@@ -4181,7 +4181,7 @@ body {
|
|
|
4181
4181
|
|
|
4182
4182
|
/**
|
|
4183
4183
|
* Do not edit directly
|
|
4184
|
-
* Generated on
|
|
4184
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
4185
4185
|
*/
|
|
4186
4186
|
/**
|
|
4187
4187
|
* TOKENS:
|
|
@@ -4199,7 +4199,7 @@ body {
|
|
|
4199
4199
|
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
4200
4200
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
4201
4201
|
box-sizing: border-box;
|
|
4202
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4202
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4203
4203
|
font-weight: 500;
|
|
4204
4204
|
font-size: 16px;
|
|
4205
4205
|
letter-spacing: -0.02em;
|
|
@@ -4313,7 +4313,7 @@ body {
|
|
|
4313
4313
|
|
|
4314
4314
|
/**
|
|
4315
4315
|
* Do not edit directly
|
|
4316
|
-
* Generated on
|
|
4316
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
4317
4317
|
*/
|
|
4318
4318
|
/**
|
|
4319
4319
|
* TOKENS:
|
|
@@ -4323,7 +4323,7 @@ body {
|
|
|
4323
4323
|
*/
|
|
4324
4324
|
/**
|
|
4325
4325
|
* Do not edit directly
|
|
4326
|
-
* Generated on
|
|
4326
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
4327
4327
|
*/
|
|
4328
4328
|
/**
|
|
4329
4329
|
* TOKENS:
|
|
@@ -4348,7 +4348,7 @@ body {
|
|
|
4348
4348
|
}
|
|
4349
4349
|
/**
|
|
4350
4350
|
* Do not edit directly
|
|
4351
|
-
* Generated on
|
|
4351
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
4352
4352
|
*/
|
|
4353
4353
|
/**
|
|
4354
4354
|
* TOKENS:
|
|
@@ -4357,7 +4357,7 @@ body {
|
|
|
4357
4357
|
* MAPS:
|
|
4358
4358
|
*/
|
|
4359
4359
|
.ilo--link-list--headline {
|
|
4360
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4360
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4361
4361
|
font-weight: 700;
|
|
4362
4362
|
font-size: 23.32px;
|
|
4363
4363
|
letter-spacing: -0.035em;
|
|
@@ -4365,7 +4365,7 @@ body {
|
|
|
4365
4365
|
margin-bottom: 1.0404340836rem;
|
|
4366
4366
|
}
|
|
4367
4367
|
.ilo--link-list--links--headline {
|
|
4368
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4368
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4369
4369
|
font-weight: 700;
|
|
4370
4370
|
font-size: 18.66px;
|
|
4371
4371
|
letter-spacing: -0.035em;
|
|
@@ -4414,7 +4414,7 @@ body {
|
|
|
4414
4414
|
border-bottom: 0.1071811361rem solid rgb(237, 240, 242);
|
|
4415
4415
|
color: rgb(35, 0, 80);
|
|
4416
4416
|
display: block;
|
|
4417
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4417
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4418
4418
|
font-weight: 500;
|
|
4419
4419
|
font-size: 16px;
|
|
4420
4420
|
letter-spacing: normal;
|
|
@@ -4511,7 +4511,7 @@ body {
|
|
|
4511
4511
|
|
|
4512
4512
|
/**
|
|
4513
4513
|
* Do not edit directly
|
|
4514
|
-
* Generated on
|
|
4514
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
4515
4515
|
*/
|
|
4516
4516
|
/**
|
|
4517
4517
|
* TOKENS:
|
|
@@ -4570,7 +4570,7 @@ body {
|
|
|
4570
4570
|
letter-spacing: -0.035em;
|
|
4571
4571
|
line-height: 24.26px;
|
|
4572
4572
|
margin-bottom: 1.2861736334rem;
|
|
4573
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4573
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4574
4574
|
font-weight: 700;
|
|
4575
4575
|
}
|
|
4576
4576
|
@media screen and (min-width: 610px) {
|
|
@@ -4584,7 +4584,7 @@ body {
|
|
|
4584
4584
|
font-size: 16px;
|
|
4585
4585
|
letter-spacing: normal;
|
|
4586
4586
|
line-height: 23.36px;
|
|
4587
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4587
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4588
4588
|
margin-bottom: 0.857449089rem;
|
|
4589
4589
|
margin-left: 1.0718113612rem;
|
|
4590
4590
|
padding-left: 0.2143622722rem;
|
|
@@ -4604,7 +4604,7 @@ body {
|
|
|
4604
4604
|
|
|
4605
4605
|
/**
|
|
4606
4606
|
* Do not edit directly
|
|
4607
|
-
* Generated on
|
|
4607
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
4608
4608
|
*/
|
|
4609
4609
|
/**
|
|
4610
4610
|
* TOKENS:
|
|
@@ -4614,7 +4614,7 @@ body {
|
|
|
4614
4614
|
*/
|
|
4615
4615
|
/**
|
|
4616
4616
|
* Do not edit directly
|
|
4617
|
-
* Generated on
|
|
4617
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
4618
4618
|
*/
|
|
4619
4619
|
/**
|
|
4620
4620
|
* TOKENS:
|
|
@@ -4624,7 +4624,7 @@ body {
|
|
|
4624
4624
|
*/
|
|
4625
4625
|
/**
|
|
4626
4626
|
* Do not edit directly
|
|
4627
|
-
* Generated on
|
|
4627
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
4628
4628
|
*/
|
|
4629
4629
|
/**
|
|
4630
4630
|
* TOKENS:
|
|
@@ -4686,7 +4686,7 @@ body {
|
|
|
4686
4686
|
}
|
|
4687
4687
|
.ilo--loading--small .ilo--loading--copy {
|
|
4688
4688
|
color: rgb(109, 109, 109);
|
|
4689
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4689
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4690
4690
|
font-weight: 400;
|
|
4691
4691
|
font-size: 14.93px;
|
|
4692
4692
|
letter-spacing: -0.02em;
|
|
@@ -4757,7 +4757,7 @@ body {
|
|
|
4757
4757
|
color: var(--logo-theme-color);
|
|
4758
4758
|
font-size: var(--logo-font-size);
|
|
4759
4759
|
line-height: var(--logo-font-size);
|
|
4760
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4760
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
4761
4761
|
font-weight: 700;
|
|
4762
4762
|
display: inline-flex;
|
|
4763
4763
|
justify-content: flex-start;
|
|
@@ -4795,7 +4795,7 @@ body {
|
|
|
4795
4795
|
|
|
4796
4796
|
/**
|
|
4797
4797
|
* Do not edit directly
|
|
4798
|
-
* Generated on
|
|
4798
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
4799
4799
|
*/
|
|
4800
4800
|
/**
|
|
4801
4801
|
* TOKENS:
|
|
@@ -4842,7 +4842,7 @@ body {
|
|
|
4842
4842
|
|
|
4843
4843
|
/**
|
|
4844
4844
|
* Do not edit directly
|
|
4845
|
-
* Generated on
|
|
4845
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
4846
4846
|
*/
|
|
4847
4847
|
/**
|
|
4848
4848
|
* TOKENS:
|
|
@@ -4852,7 +4852,7 @@ body {
|
|
|
4852
4852
|
*/
|
|
4853
4853
|
/**
|
|
4854
4854
|
* Do not edit directly
|
|
4855
|
-
* Generated on
|
|
4855
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
4856
4856
|
*/
|
|
4857
4857
|
/**
|
|
4858
4858
|
* TOKENS:
|
|
@@ -4862,7 +4862,7 @@ body {
|
|
|
4862
4862
|
*/
|
|
4863
4863
|
/**
|
|
4864
4864
|
* Do not edit directly
|
|
4865
|
-
* Generated on
|
|
4865
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
4866
4866
|
*/
|
|
4867
4867
|
/**
|
|
4868
4868
|
* TOKENS:
|
|
@@ -4959,7 +4959,7 @@ body {
|
|
|
4959
4959
|
|
|
4960
4960
|
/**
|
|
4961
4961
|
* Do not edit directly
|
|
4962
|
-
* Generated on
|
|
4962
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
4963
4963
|
*/
|
|
4964
4964
|
/**
|
|
4965
4965
|
* TOKENS:
|
|
@@ -5102,7 +5102,7 @@ body {
|
|
|
5102
5102
|
border: none;
|
|
5103
5103
|
color: rgb(255, 255, 255);
|
|
5104
5104
|
cursor: pointer;
|
|
5105
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5105
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5106
5106
|
font-weight: 500;
|
|
5107
5107
|
padding: 0.857449089rem 0.857449089rem 0.857449089rem 1.9292604502rem;
|
|
5108
5108
|
text-decoration: none;
|
|
@@ -5203,7 +5203,7 @@ body {
|
|
|
5203
5203
|
line-height: 24.26px;
|
|
5204
5204
|
color: rgb(255, 255, 255);
|
|
5205
5205
|
display: none;
|
|
5206
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5206
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5207
5207
|
font-weight: 700;
|
|
5208
5208
|
padding: 0.857449089rem 0;
|
|
5209
5209
|
text-align: right;
|
|
@@ -5252,7 +5252,7 @@ body {
|
|
|
5252
5252
|
font-size: 16px;
|
|
5253
5253
|
letter-spacing: -0.02em;
|
|
5254
5254
|
line-height: 21.6px;
|
|
5255
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5255
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5256
5256
|
font-weight: 500;
|
|
5257
5257
|
}
|
|
5258
5258
|
@media screen and (min-width: 1024px) {
|
|
@@ -5304,7 +5304,7 @@ body {
|
|
|
5304
5304
|
color: rgb(35, 0, 80);
|
|
5305
5305
|
cursor: pointer;
|
|
5306
5306
|
display: block;
|
|
5307
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5307
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5308
5308
|
font-weight: 500;
|
|
5309
5309
|
padding: 0.857449089rem 1.9292604502rem 0.857449089rem 0.4287245445rem;
|
|
5310
5310
|
line-height: 24px;
|
|
@@ -5413,7 +5413,7 @@ body {
|
|
|
5413
5413
|
letter-spacing: -0.02em;
|
|
5414
5414
|
line-height: 21.6px;
|
|
5415
5415
|
color: rgb(255, 255, 255);
|
|
5416
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5416
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5417
5417
|
font-weight: 500;
|
|
5418
5418
|
}
|
|
5419
5419
|
.ilo--nav--local--link {
|
|
@@ -5473,7 +5473,7 @@ body {
|
|
|
5473
5473
|
color: rgb(35, 0, 80);
|
|
5474
5474
|
cursor: pointer;
|
|
5475
5475
|
display: block;
|
|
5476
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5476
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5477
5477
|
font-weight: 500;
|
|
5478
5478
|
padding: 0.857449089rem 1.9292604502rem 0.857449089rem 0.4287245445rem;
|
|
5479
5479
|
line-height: 16px;
|
|
@@ -5555,7 +5555,7 @@ body {
|
|
|
5555
5555
|
color: rgb(255, 255, 255);
|
|
5556
5556
|
cursor: pointer;
|
|
5557
5557
|
display: block;
|
|
5558
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5558
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5559
5559
|
font-weight: 500;
|
|
5560
5560
|
padding: 0.4287245445rem 30px 0.4287245445rem 2.1436227224rem;
|
|
5561
5561
|
transition: all 150ms ease-out;
|
|
@@ -5647,7 +5647,7 @@ body {
|
|
|
5647
5647
|
background: rgb(255, 255, 255);
|
|
5648
5648
|
color: rgb(35, 0, 80);
|
|
5649
5649
|
display: flex;
|
|
5650
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5650
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5651
5651
|
font-weight: 500;
|
|
5652
5652
|
padding: 18px 0.4287245445rem;
|
|
5653
5653
|
text-decoration: none;
|
|
@@ -5678,9 +5678,9 @@ body {
|
|
|
5678
5678
|
border: none;
|
|
5679
5679
|
color: rgb(35, 0, 80);
|
|
5680
5680
|
cursor: pointer;
|
|
5681
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5681
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5682
5682
|
font-weight: 500;
|
|
5683
|
-
padding:
|
|
5683
|
+
padding: 1.0718113612rem 0.857449089rem 0.857449089rem 1.7148981779rem;
|
|
5684
5684
|
position: relative;
|
|
5685
5685
|
transition: all 150ms ease-out;
|
|
5686
5686
|
}
|
|
@@ -5699,7 +5699,7 @@ body {
|
|
|
5699
5699
|
width: 24px;
|
|
5700
5700
|
}
|
|
5701
5701
|
[dir=rtl] .ilo--mobile--subnav--back {
|
|
5702
|
-
padding:
|
|
5702
|
+
padding: 1.0718113612rem 1.7148981779rem 0.857449089rem 0.857449089rem;
|
|
5703
5703
|
}
|
|
5704
5704
|
[dir=rtl] .ilo--mobile--subnav--back::before {
|
|
5705
5705
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(35, 0, 80)' d='M8.63792 19.9964L7.6499 19.0082L14.6571 11.9999L7.6499 4.99159L8.63792 4.00342L16.1426 11.5023C16.2083 11.5675 16.2604 11.645 16.296 11.7304C16.3316 11.8158 16.3499 11.9074 16.3499 11.9999C16.3499 12.0924 16.3316 12.184 16.296 12.2694C16.2604 12.3548 16.2083 12.4324 16.1426 12.4975L8.63792 19.9964Z'/%3e%3c/svg%3e");
|
|
@@ -5736,7 +5736,7 @@ body {
|
|
|
5736
5736
|
line-height: 24.26px;
|
|
5737
5737
|
border-bottom: 3px solid rgb(237, 240, 242);
|
|
5738
5738
|
color: rgb(45, 45, 45);
|
|
5739
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5739
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
5740
5740
|
font-weight: 700;
|
|
5741
5741
|
margin-bottom: 0.857449089rem;
|
|
5742
5742
|
padding: 1.0718113612rem 0.4287245445rem;
|
|
@@ -5843,7 +5843,7 @@ body {
|
|
|
5843
5843
|
|
|
5844
5844
|
/**
|
|
5845
5845
|
* Do not edit directly
|
|
5846
|
-
* Generated on
|
|
5846
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
5847
5847
|
*/
|
|
5848
5848
|
/**
|
|
5849
5849
|
* TOKENS:
|
|
@@ -5853,7 +5853,7 @@ body {
|
|
|
5853
5853
|
*/
|
|
5854
5854
|
/**
|
|
5855
5855
|
* Do not edit directly
|
|
5856
|
-
* Generated on
|
|
5856
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
5857
5857
|
*/
|
|
5858
5858
|
/**
|
|
5859
5859
|
* TOKENS:
|
|
@@ -5863,7 +5863,7 @@ body {
|
|
|
5863
5863
|
*/
|
|
5864
5864
|
/**
|
|
5865
5865
|
* Do not edit directly
|
|
5866
|
-
* Generated on
|
|
5866
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
5867
5867
|
*/
|
|
5868
5868
|
/**
|
|
5869
5869
|
* TOKENS:
|
|
@@ -6046,7 +6046,7 @@ body {
|
|
|
6046
6046
|
|
|
6047
6047
|
/**
|
|
6048
6048
|
* Do not edit directly
|
|
6049
|
-
* Generated on
|
|
6049
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
6050
6050
|
*/
|
|
6051
6051
|
/**
|
|
6052
6052
|
* TOKENS:
|
|
@@ -6066,7 +6066,7 @@ body {
|
|
|
6066
6066
|
border-radius: 2px;
|
|
6067
6067
|
color: rgb(35, 0, 80);
|
|
6068
6068
|
display: inline-block;
|
|
6069
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6069
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6070
6070
|
height: 2.1436227224rem;
|
|
6071
6071
|
overflow: hidden;
|
|
6072
6072
|
position: relative;
|
|
@@ -6173,7 +6173,7 @@ body {
|
|
|
6173
6173
|
letter-spacing: -0.02em;
|
|
6174
6174
|
line-height: 20.16px;
|
|
6175
6175
|
margin-inline-end: 0.4287245445rem;
|
|
6176
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6176
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6177
6177
|
font-weight: 400;
|
|
6178
6178
|
line-height: 45px;
|
|
6179
6179
|
}
|
|
@@ -6185,7 +6185,7 @@ body {
|
|
|
6185
6185
|
|
|
6186
6186
|
/**
|
|
6187
6187
|
* Do not edit directly
|
|
6188
|
-
* Generated on
|
|
6188
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
6189
6189
|
*/
|
|
6190
6190
|
/**
|
|
6191
6191
|
* TOKENS:
|
|
@@ -6195,7 +6195,7 @@ body {
|
|
|
6195
6195
|
*/
|
|
6196
6196
|
/**
|
|
6197
6197
|
* Do not edit directly
|
|
6198
|
-
* Generated on
|
|
6198
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
6199
6199
|
*/
|
|
6200
6200
|
/**
|
|
6201
6201
|
* TOKENS:
|
|
@@ -6220,7 +6220,7 @@ body {
|
|
|
6220
6220
|
}
|
|
6221
6221
|
/**
|
|
6222
6222
|
* Do not edit directly
|
|
6223
|
-
* Generated on
|
|
6223
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
6224
6224
|
*/
|
|
6225
6225
|
/**
|
|
6226
6226
|
* TOKENS:
|
|
@@ -6265,18 +6265,18 @@ body {
|
|
|
6265
6265
|
border-bottom: 2px solid rgb(237, 240, 242);
|
|
6266
6266
|
}
|
|
6267
6267
|
.ilo--profile--name {
|
|
6268
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6268
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6269
6269
|
}
|
|
6270
6270
|
.ilo--profile--role {
|
|
6271
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6271
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6272
6272
|
}
|
|
6273
6273
|
.ilo--profile--description {
|
|
6274
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6274
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6275
6275
|
grid-row: 2;
|
|
6276
6276
|
grid-column: 1/-1;
|
|
6277
6277
|
}
|
|
6278
6278
|
.ilo--profile--link {
|
|
6279
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6279
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6280
6280
|
grid-column: 1/-1;
|
|
6281
6281
|
}
|
|
6282
6282
|
.ilo--profile--link a {
|
|
@@ -6370,7 +6370,7 @@ body {
|
|
|
6370
6370
|
|
|
6371
6371
|
/**
|
|
6372
6372
|
* Do not edit directly
|
|
6373
|
-
* Generated on
|
|
6373
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
6374
6374
|
*/
|
|
6375
6375
|
/**
|
|
6376
6376
|
* TOKENS:
|
|
@@ -6439,7 +6439,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6439
6439
|
|
|
6440
6440
|
/**
|
|
6441
6441
|
* Do not edit directly
|
|
6442
|
-
* Generated on
|
|
6442
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
6443
6443
|
*/
|
|
6444
6444
|
/**
|
|
6445
6445
|
* TOKENS:
|
|
@@ -6449,7 +6449,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6449
6449
|
*/
|
|
6450
6450
|
/**
|
|
6451
6451
|
* Do not edit directly
|
|
6452
|
-
* Generated on
|
|
6452
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
6453
6453
|
*/
|
|
6454
6454
|
/**
|
|
6455
6455
|
* TOKENS:
|
|
@@ -6474,7 +6474,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6474
6474
|
}
|
|
6475
6475
|
/**
|
|
6476
6476
|
* Do not edit directly
|
|
6477
|
-
* Generated on
|
|
6477
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
6478
6478
|
*/
|
|
6479
6479
|
/**
|
|
6480
6480
|
* TOKENS:
|
|
@@ -6487,7 +6487,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6487
6487
|
border: none;
|
|
6488
6488
|
border-top: solid 2px rgb(235, 245, 253);
|
|
6489
6489
|
color: rgb(35, 0, 80);
|
|
6490
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6490
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6491
6491
|
height: 3.0010718114rem;
|
|
6492
6492
|
margin-top: 1.7148981779rem;
|
|
6493
6493
|
padding: 0.857449089rem 1.5005359057rem 0.857449089rem 0rem;
|
|
@@ -6530,7 +6530,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6530
6530
|
|
|
6531
6531
|
/**
|
|
6532
6532
|
* Do not edit directly
|
|
6533
|
-
* Generated on
|
|
6533
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
6534
6534
|
*/
|
|
6535
6535
|
/**
|
|
6536
6536
|
* TOKENS:
|
|
@@ -6539,7 +6539,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6539
6539
|
* MAPS:
|
|
6540
6540
|
*/
|
|
6541
6541
|
.ilo--richtext {
|
|
6542
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6542
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6543
6543
|
font-weight: 400;
|
|
6544
6544
|
font-size: 18.66px;
|
|
6545
6545
|
letter-spacing: normal;
|
|
@@ -6680,7 +6680,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6680
6680
|
.ilo--richtext h3,
|
|
6681
6681
|
.ilo--richtext h4,
|
|
6682
6682
|
.ilo--richtext h5 {
|
|
6683
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6683
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6684
6684
|
font-weight: 700;
|
|
6685
6685
|
margin-top: 3.0010718114rem;
|
|
6686
6686
|
}
|
|
@@ -6744,7 +6744,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6744
6744
|
background-repeat: no-repeat;
|
|
6745
6745
|
background-size: 3.8585209003rem 2.1436227224rem;
|
|
6746
6746
|
display: block;
|
|
6747
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6747
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6748
6748
|
margin: 1.2861736334rem 0 2.1436227224rem 0;
|
|
6749
6749
|
padding: 4.0728831726rem 0 1.9292604502rem 1.7148981779rem;
|
|
6750
6750
|
position: relative;
|
|
@@ -6927,7 +6927,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6927
6927
|
|
|
6928
6928
|
/**
|
|
6929
6929
|
* Do not edit directly
|
|
6930
|
-
* Generated on
|
|
6930
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
6931
6931
|
*/
|
|
6932
6932
|
/**
|
|
6933
6933
|
* TOKENS:
|
|
@@ -6939,8 +6939,12 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6939
6939
|
display: flex;
|
|
6940
6940
|
}
|
|
6941
6941
|
.ilo--searchfield .ilo--fieldset {
|
|
6942
|
+
position: relative;
|
|
6942
6943
|
width: 100%;
|
|
6943
6944
|
}
|
|
6945
|
+
.ilo--searchfield .ilo--input {
|
|
6946
|
+
padding-inline-end: 3.0010718114rem;
|
|
6947
|
+
}
|
|
6944
6948
|
.ilo--searchfield--button {
|
|
6945
6949
|
background-color: rgb(237, 240, 242);
|
|
6946
6950
|
background-position: center center;
|
|
@@ -6971,14 +6975,33 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6971
6975
|
opacity: 0.45;
|
|
6972
6976
|
pointer-events: none;
|
|
6973
6977
|
}
|
|
6978
|
+
.ilo--searchfield--clear-button {
|
|
6979
|
+
display: none;
|
|
6980
|
+
align-items: center;
|
|
6981
|
+
cursor: pointer;
|
|
6982
|
+
}
|
|
6983
|
+
.ilo--searchfield--clear-button.show {
|
|
6984
|
+
display: inline;
|
|
6985
|
+
position: absolute;
|
|
6986
|
+
top: 12px;
|
|
6987
|
+
right: 2%;
|
|
6988
|
+
}
|
|
6989
|
+
.ilo--searchfield [type=search]::-webkit-search-cancel-button {
|
|
6990
|
+
-webkit-appearance: none;
|
|
6991
|
+
-moz-appearance: none;
|
|
6992
|
+
appearance: none;
|
|
6993
|
+
}
|
|
6974
6994
|
[dir=rtl] .ilo--searchfield .ilo--searchfield--button {
|
|
6975
6995
|
border-left: 0.1071811361rem solid rgb(184, 196, 204);
|
|
6976
|
-
border-right: 0
|
|
6996
|
+
border-right: 0;
|
|
6997
|
+
}
|
|
6998
|
+
[dir=rtl] .ilo--searchfield .ilo--searchfield--clear-button.show {
|
|
6999
|
+
right: 95%;
|
|
6977
7000
|
}
|
|
6978
7001
|
|
|
6979
7002
|
/**
|
|
6980
7003
|
* Do not edit directly
|
|
6981
|
-
* Generated on
|
|
7004
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
6982
7005
|
*/
|
|
6983
7006
|
/**
|
|
6984
7007
|
* TOKENS:
|
|
@@ -7041,7 +7064,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7041
7064
|
background-color: rgb(237, 240, 242);
|
|
7042
7065
|
border-bottom: 0.1607717042rem solid rgb(255, 255, 255);
|
|
7043
7066
|
color: rgb(35, 0, 80);
|
|
7044
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7067
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7045
7068
|
font-weight: 600;
|
|
7046
7069
|
display: flex;
|
|
7047
7070
|
height: 3.2154340836rem;
|
|
@@ -7089,6 +7112,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7089
7112
|
overflow: hidden;
|
|
7090
7113
|
text-overflow: ellipsis;
|
|
7091
7114
|
white-space: nowrap;
|
|
7115
|
+
padding-top: 0.2143622722rem;
|
|
7092
7116
|
}
|
|
7093
7117
|
.ilo--tabs.tabs--js .ilo--tabs--selection--item {
|
|
7094
7118
|
display: block;
|
|
@@ -7134,7 +7158,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7134
7158
|
|
|
7135
7159
|
/**
|
|
7136
7160
|
* Do not edit directly
|
|
7137
|
-
* Generated on
|
|
7161
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
7138
7162
|
*/
|
|
7139
7163
|
/**
|
|
7140
7164
|
* TOKENS:
|
|
@@ -7176,7 +7200,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7176
7200
|
background-color: rgb(255, 255, 255);
|
|
7177
7201
|
border-left: 0.0535905681rem solid rgb(237, 240, 242);
|
|
7178
7202
|
border-bottom: 0.1071811361rem solid rgb(237, 240, 242);
|
|
7179
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7203
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7180
7204
|
font-weight: 700;
|
|
7181
7205
|
font-size: 14.93px;
|
|
7182
7206
|
letter-spacing: normal;
|
|
@@ -7233,7 +7257,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7233
7257
|
}
|
|
7234
7258
|
.ilo--table--body--cell {
|
|
7235
7259
|
border-bottom: 0.1071811361rem solid rgb(237, 240, 242);
|
|
7236
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7260
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7237
7261
|
font-weight: 400;
|
|
7238
7262
|
font-size: 14.93px;
|
|
7239
7263
|
letter-spacing: normal;
|
|
@@ -7347,7 +7371,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7347
7371
|
.ilo--table--headline {
|
|
7348
7372
|
align-items: center;
|
|
7349
7373
|
display: flex;
|
|
7350
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7374
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7351
7375
|
font-weight: 700;
|
|
7352
7376
|
margin-bottom: 0.4287245445rem;
|
|
7353
7377
|
font-size: 18.66px;
|
|
@@ -7359,7 +7383,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7359
7383
|
}
|
|
7360
7384
|
.ilo--table--description {
|
|
7361
7385
|
color: rgb(109, 109, 109);
|
|
7362
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7386
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7363
7387
|
font-weight: 400;
|
|
7364
7388
|
font-size: 11.94px;
|
|
7365
7389
|
letter-spacing: normal;
|
|
@@ -7465,7 +7489,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7465
7489
|
|
|
7466
7490
|
/**
|
|
7467
7491
|
* Do not edit directly
|
|
7468
|
-
* Generated on
|
|
7492
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
7469
7493
|
*/
|
|
7470
7494
|
/**
|
|
7471
7495
|
* TOKENS:
|
|
@@ -7499,7 +7523,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7499
7523
|
font-size: 18.66px;
|
|
7500
7524
|
letter-spacing: normal;
|
|
7501
7525
|
line-height: 27.24px;
|
|
7502
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7526
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7503
7527
|
font-weight: 700;
|
|
7504
7528
|
padding-bottom: 0.857449089rem;
|
|
7505
7529
|
}
|
|
@@ -7585,7 +7609,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7585
7609
|
border-bottom: rgb(255, 255, 255) 0.1071811361rem solid;
|
|
7586
7610
|
color: rgb(35, 0, 80);
|
|
7587
7611
|
display: block;
|
|
7588
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7612
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7589
7613
|
font-weight: 500;
|
|
7590
7614
|
margin: 0 0.4287245445rem 0 0.4287245445rem;
|
|
7591
7615
|
padding: 0.857449089rem 0.4287245445rem 0.857449089rem;
|
|
@@ -7646,7 +7670,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7646
7670
|
|
|
7647
7671
|
/**
|
|
7648
7672
|
* Do not edit directly
|
|
7649
|
-
* Generated on
|
|
7673
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
7650
7674
|
*/
|
|
7651
7675
|
/**
|
|
7652
7676
|
* TOKENS:
|
|
@@ -7664,7 +7688,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7664
7688
|
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
7665
7689
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
7666
7690
|
box-sizing: border-box;
|
|
7667
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7691
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7668
7692
|
font-weight: 500;
|
|
7669
7693
|
font-size: 16px;
|
|
7670
7694
|
letter-spacing: -0.02em;
|
|
@@ -7701,7 +7725,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7701
7725
|
|
|
7702
7726
|
/**
|
|
7703
7727
|
* Do not edit directly
|
|
7704
|
-
* Generated on
|
|
7728
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
7705
7729
|
*/
|
|
7706
7730
|
/**
|
|
7707
7731
|
* TOKENS:
|
|
@@ -7725,7 +7749,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7725
7749
|
border: none;
|
|
7726
7750
|
color: rgb(109, 109, 109);
|
|
7727
7751
|
display: inline-block;
|
|
7728
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7752
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7729
7753
|
font-weight: 500;
|
|
7730
7754
|
padding: 0.4287245445rem 0.6430868167rem;
|
|
7731
7755
|
text-decoration: none;
|
|
@@ -7877,7 +7901,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7877
7901
|
|
|
7878
7902
|
/**
|
|
7879
7903
|
* Do not edit directly
|
|
7880
|
-
* Generated on
|
|
7904
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
7881
7905
|
*/
|
|
7882
7906
|
/**
|
|
7883
7907
|
* TOKENS:
|
|
@@ -7895,7 +7919,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7895
7919
|
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
7896
7920
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
7897
7921
|
box-sizing: border-box;
|
|
7898
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7922
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
7899
7923
|
font-weight: 500;
|
|
7900
7924
|
font-size: 16px;
|
|
7901
7925
|
letter-spacing: -0.02em;
|
|
@@ -7929,7 +7953,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7929
7953
|
|
|
7930
7954
|
/**
|
|
7931
7955
|
* Do not edit directly
|
|
7932
|
-
* Generated on
|
|
7956
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
7933
7957
|
*/
|
|
7934
7958
|
/**
|
|
7935
7959
|
* TOKENS:
|
|
@@ -7939,7 +7963,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7939
7963
|
*/
|
|
7940
7964
|
/**
|
|
7941
7965
|
* Do not edit directly
|
|
7942
|
-
* Generated on
|
|
7966
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
7943
7967
|
*/
|
|
7944
7968
|
/**
|
|
7945
7969
|
* TOKENS:
|
|
@@ -8041,7 +8065,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8041
8065
|
|
|
8042
8066
|
/**
|
|
8043
8067
|
* Do not edit directly
|
|
8044
|
-
* Generated on
|
|
8068
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
8045
8069
|
*/
|
|
8046
8070
|
/**
|
|
8047
8071
|
* TOKENS:
|
|
@@ -8053,7 +8077,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8053
8077
|
font-size: 14.93px;
|
|
8054
8078
|
letter-spacing: normal;
|
|
8055
8079
|
line-height: 20.3px;
|
|
8056
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
8080
|
+
font-family: Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
8057
8081
|
font-weight: 400;
|
|
8058
8082
|
background: rgb(255, 255, 255);
|
|
8059
8083
|
border: none;
|
|
@@ -8143,973 +8167,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8143
8167
|
|
|
8144
8168
|
/**
|
|
8145
8169
|
* Do not edit directly
|
|
8146
|
-
* Generated on
|
|
8147
|
-
*/
|
|
8148
|
-
/**
|
|
8149
|
-
* TOKENS:
|
|
8150
|
-
*/
|
|
8151
|
-
/**
|
|
8152
|
-
* MAPS:
|
|
8153
|
-
*/
|
|
8154
|
-
.ilo--legacyvideo {
|
|
8155
|
-
position: relative;
|
|
8156
|
-
width: 100%;
|
|
8157
|
-
}
|
|
8158
|
-
.ilo--legacyvideo--wrapper {
|
|
8159
|
-
line-height: 0;
|
|
8160
|
-
position: relative;
|
|
8161
|
-
width: 100%;
|
|
8162
|
-
}
|
|
8163
|
-
.ilo--legacyvideo--img {
|
|
8164
|
-
line-height: 0;
|
|
8165
|
-
}
|
|
8166
|
-
.ilo--legacyvideo--caption {
|
|
8167
|
-
border-left: 0.1607717042rem solid rgb(184, 196, 204);
|
|
8168
|
-
color: rgb(109, 109, 109);
|
|
8169
|
-
font-weight: 400;
|
|
8170
|
-
margin-top: 0.857449089rem;
|
|
8171
|
-
padding-left: 0.4287245445rem;
|
|
8172
|
-
font-size: 14.93px;
|
|
8173
|
-
letter-spacing: -0.02em;
|
|
8174
|
-
line-height: 20.16px;
|
|
8175
|
-
}
|
|
8176
|
-
.ilo--legacyvideo:focus,
|
|
8177
|
-
.ilo--legacyvideo .vjs-tech:focus {
|
|
8178
|
-
outline: none;
|
|
8179
|
-
}
|
|
8180
|
-
.ilo--legacyvideo--element,
|
|
8181
|
-
.ilo--legacyvideo .vjs-tech {
|
|
8182
|
-
height: auto;
|
|
8183
|
-
object-fit: cover;
|
|
8184
|
-
width: 100%;
|
|
8185
|
-
}
|
|
8186
|
-
.ilo--legacyvideo--element:focus,
|
|
8187
|
-
.ilo--legacyvideo .vjs-tech:focus {
|
|
8188
|
-
outline: none;
|
|
8189
|
-
}
|
|
8190
|
-
.ilo--legacyvideo--player {
|
|
8191
|
-
position: relative;
|
|
8192
|
-
}
|
|
8193
|
-
.ilo--legacyvideo--player:focus {
|
|
8194
|
-
outline: none;
|
|
8195
|
-
}
|
|
8196
|
-
.ilo--legacyvideo--player.youtube {
|
|
8197
|
-
height: auto;
|
|
8198
|
-
max-width: 100%;
|
|
8199
|
-
overflow: hidden;
|
|
8200
|
-
padding-bottom: 56.25%;
|
|
8201
|
-
position: relative;
|
|
8202
|
-
}
|
|
8203
|
-
.ilo--legacyvideo--player iframe {
|
|
8204
|
-
height: 100%;
|
|
8205
|
-
left: 0;
|
|
8206
|
-
position: absolute;
|
|
8207
|
-
top: 0;
|
|
8208
|
-
width: 100%;
|
|
8209
|
-
}
|
|
8210
|
-
.ilo--legacyvideo--poster,
|
|
8211
|
-
.ilo--legacyvideo .vjs-poster {
|
|
8212
|
-
display: none;
|
|
8213
|
-
object-fit: cover;
|
|
8214
|
-
height: 100%;
|
|
8215
|
-
left: 0;
|
|
8216
|
-
max-height: 100%;
|
|
8217
|
-
max-width: 100%;
|
|
8218
|
-
overflow: hidden;
|
|
8219
|
-
position: absolute;
|
|
8220
|
-
top: 0;
|
|
8221
|
-
width: 100%;
|
|
8222
|
-
}
|
|
8223
|
-
.ilo--legacyvideo--poster.show,
|
|
8224
|
-
.ilo--legacyvideo .vjs-poster.show {
|
|
8225
|
-
display: block;
|
|
8226
|
-
}
|
|
8227
|
-
.ilo--legacyvideo--poster img, .ilo--legacyvideo--poster source,
|
|
8228
|
-
.ilo--legacyvideo .vjs-poster img,
|
|
8229
|
-
.ilo--legacyvideo .vjs-poster source {
|
|
8230
|
-
height: auto;
|
|
8231
|
-
left: 50%;
|
|
8232
|
-
position: absolute;
|
|
8233
|
-
top: 50%;
|
|
8234
|
-
transform: translate(-50%, -50%);
|
|
8235
|
-
width: 100%;
|
|
8236
|
-
}
|
|
8237
|
-
.ilo--legacyvideo--controls,
|
|
8238
|
-
.ilo--legacyvideo .vjs-control-bar {
|
|
8239
|
-
bottom: 0;
|
|
8240
|
-
color: rgb(255, 255, 255);
|
|
8241
|
-
display: flex;
|
|
8242
|
-
justify-content: flex-start;
|
|
8243
|
-
left: 0;
|
|
8244
|
-
height: 2.1436227224rem;
|
|
8245
|
-
opacity: 0;
|
|
8246
|
-
position: absolute;
|
|
8247
|
-
transition: opacity 150ms ease-out;
|
|
8248
|
-
width: 100%;
|
|
8249
|
-
}
|
|
8250
|
-
.ilo--legacyvideo--controls.notplayed,
|
|
8251
|
-
.ilo--legacyvideo .vjs-control-bar.notplayed {
|
|
8252
|
-
bottom: auto;
|
|
8253
|
-
opacity: 1;
|
|
8254
|
-
top: 0;
|
|
8255
|
-
}
|
|
8256
|
-
@media screen and (min-width: 1024px) {
|
|
8257
|
-
.ilo--legacyvideo--controls.notplayed,
|
|
8258
|
-
.ilo--legacyvideo .vjs-control-bar.notplayed {
|
|
8259
|
-
flex-direction: column;
|
|
8260
|
-
height: 122px;
|
|
8261
|
-
width: 0.2143622722rem;
|
|
8262
|
-
}
|
|
8263
|
-
}
|
|
8264
|
-
[dir=rtl] .ilo--legacyvideo--controls,
|
|
8265
|
-
[dir=rtl] .ilo--legacyvideo .vjs-control-bar {
|
|
8266
|
-
justify-content: flex-end;
|
|
8267
|
-
}
|
|
8268
|
-
.ilo--legacyvideo--controls button span,
|
|
8269
|
-
.ilo--legacyvideo .vjs-control-bar button span {
|
|
8270
|
-
width: 1px;
|
|
8271
|
-
height: 1px;
|
|
8272
|
-
margin: -1px;
|
|
8273
|
-
padding: 0;
|
|
8274
|
-
border: 0;
|
|
8275
|
-
position: absolute;
|
|
8276
|
-
clip: rect(0 0 0 0);
|
|
8277
|
-
overflow: hidden;
|
|
8278
|
-
}
|
|
8279
|
-
.ilo--legacyvideo--controls--play, .ilo--legacyvideo--controls--pause,
|
|
8280
|
-
.ilo--legacyvideo--controls .vjs-play-control,
|
|
8281
|
-
.ilo--legacyvideo--controls .vjs-big-play-button,
|
|
8282
|
-
.ilo--legacyvideo .vjs-control-bar--play,
|
|
8283
|
-
.ilo--legacyvideo .vjs-control-bar--pause,
|
|
8284
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-play-control,
|
|
8285
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-big-play-button {
|
|
8286
|
-
background-color: rgb(45, 45, 45);
|
|
8287
|
-
border: none;
|
|
8288
|
-
cursor: pointer;
|
|
8289
|
-
height: 100%;
|
|
8290
|
-
order: 1;
|
|
8291
|
-
width: 2.1436227224rem;
|
|
8292
|
-
-webkit-appearance: none;
|
|
8293
|
-
-moz-appearance: none;
|
|
8294
|
-
}
|
|
8295
|
-
@media screen and (min-width: 1024px) {
|
|
8296
|
-
.ilo--legacyvideo--controls.notplayed .vjs-play-control,
|
|
8297
|
-
.ilo--legacyvideo--controls.notplayed .vjs-big-play-button,
|
|
8298
|
-
.ilo--legacyvideo .vjs-control-bar.notplayed .vjs-play-control,
|
|
8299
|
-
.ilo--legacyvideo .vjs-control-bar.notplayed .vjs-big-play-button {
|
|
8300
|
-
order: 1;
|
|
8301
|
-
height: 2.5723472669rem;
|
|
8302
|
-
width: 2.5723472669rem;
|
|
8303
|
-
}
|
|
8304
|
-
.ilo--legacyvideo--controls.notplayed .ilo--legacyvideo--controls--play,
|
|
8305
|
-
.ilo--legacyvideo--controls.notplayed .ilo--legacyvideo--controls--pause,
|
|
8306
|
-
.ilo--legacyvideo .vjs-control-bar.notplayed .ilo--legacyvideo--controls--play,
|
|
8307
|
-
.ilo--legacyvideo .vjs-control-bar.notplayed .ilo--legacyvideo--controls--pause {
|
|
8308
|
-
order: 1;
|
|
8309
|
-
height: 4.2872454448rem;
|
|
8310
|
-
width: 4.2872454448rem;
|
|
8311
|
-
}
|
|
8312
|
-
}
|
|
8313
|
-
.ilo--legacyvideo--controls--play,
|
|
8314
|
-
.ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing),
|
|
8315
|
-
.ilo--legacyvideo--controls .vjs-big-play-button,
|
|
8316
|
-
.ilo--legacyvideo .vjs-control-bar--play,
|
|
8317
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing),
|
|
8318
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-big-play-button {
|
|
8319
|
-
background-position: center center;
|
|
8320
|
-
background-repeat: no-repeat;
|
|
8321
|
-
background-size: 2.5723472669rem 2.5723472669rem;
|
|
8322
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(237, 240, 242)' d='M22 11.9999L4 2V22L22 11.9999Z'/%3e%3c/svg%3e");
|
|
8323
|
-
}
|
|
8324
|
-
.ilo--legacyvideo--controls--play.ilo--legacyvideo--controls--play--hovered, .ilo--legacyvideo--controls--play:hover, .ilo--legacyvideo--controls--play:focus,
|
|
8325
|
-
.ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing).ilo--legacyvideo--controls--play--hovered,
|
|
8326
|
-
.ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing):hover,
|
|
8327
|
-
.ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing):focus,
|
|
8328
|
-
.ilo--legacyvideo--controls .vjs-big-play-button.ilo--legacyvideo--controls--play--hovered,
|
|
8329
|
-
.ilo--legacyvideo--controls .vjs-big-play-button:hover,
|
|
8330
|
-
.ilo--legacyvideo--controls .vjs-big-play-button:focus,
|
|
8331
|
-
.ilo--legacyvideo .vjs-control-bar--play.ilo--legacyvideo--controls--play--hovered,
|
|
8332
|
-
.ilo--legacyvideo .vjs-control-bar--play:hover,
|
|
8333
|
-
.ilo--legacyvideo .vjs-control-bar--play:focus,
|
|
8334
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing).ilo--legacyvideo--controls--play--hovered,
|
|
8335
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing):hover,
|
|
8336
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing):focus,
|
|
8337
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-big-play-button.ilo--legacyvideo--controls--play--hovered,
|
|
8338
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-big-play-button:hover,
|
|
8339
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-big-play-button:focus {
|
|
8340
|
-
background-color: rgb(235, 245, 253);
|
|
8341
|
-
background-position: center center;
|
|
8342
|
-
background-repeat: no-repeat;
|
|
8343
|
-
background-size: 2.5723472669rem 2.5723472669rem;
|
|
8344
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(30, 45, 190)' d='M22 11.9999L4 2V22L22 11.9999Z'/%3e%3c/svg%3e");
|
|
8345
|
-
}
|
|
8346
|
-
.ilo--legacyvideo--controls--play.ilo--legacyvideo--controls--play--hovered ~ .vjs-duration, .ilo--legacyvideo--controls--play.ilo--legacyvideo--controls--play--hovered ~ .ilo--legacyvideo--controls--duration, .ilo--legacyvideo--controls--play:hover ~ .vjs-duration, .ilo--legacyvideo--controls--play:hover ~ .ilo--legacyvideo--controls--duration, .ilo--legacyvideo--controls--play:focus ~ .vjs-duration, .ilo--legacyvideo--controls--play:focus ~ .ilo--legacyvideo--controls--duration,
|
|
8347
|
-
.ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing).ilo--legacyvideo--controls--play--hovered ~ .vjs-duration,
|
|
8348
|
-
.ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing).ilo--legacyvideo--controls--play--hovered ~ .ilo--legacyvideo--controls--duration,
|
|
8349
|
-
.ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing):hover ~ .vjs-duration,
|
|
8350
|
-
.ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing):hover ~ .ilo--legacyvideo--controls--duration,
|
|
8351
|
-
.ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing):focus ~ .vjs-duration,
|
|
8352
|
-
.ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing):focus ~ .ilo--legacyvideo--controls--duration,
|
|
8353
|
-
.ilo--legacyvideo--controls .vjs-big-play-button.ilo--legacyvideo--controls--play--hovered ~ .vjs-duration,
|
|
8354
|
-
.ilo--legacyvideo--controls .vjs-big-play-button.ilo--legacyvideo--controls--play--hovered ~ .ilo--legacyvideo--controls--duration,
|
|
8355
|
-
.ilo--legacyvideo--controls .vjs-big-play-button:hover ~ .vjs-duration,
|
|
8356
|
-
.ilo--legacyvideo--controls .vjs-big-play-button:hover ~ .ilo--legacyvideo--controls--duration,
|
|
8357
|
-
.ilo--legacyvideo--controls .vjs-big-play-button:focus ~ .vjs-duration,
|
|
8358
|
-
.ilo--legacyvideo--controls .vjs-big-play-button:focus ~ .ilo--legacyvideo--controls--duration,
|
|
8359
|
-
.ilo--legacyvideo .vjs-control-bar--play.ilo--legacyvideo--controls--play--hovered ~ .vjs-duration,
|
|
8360
|
-
.ilo--legacyvideo .vjs-control-bar--play.ilo--legacyvideo--controls--play--hovered ~ .ilo--legacyvideo--controls--duration,
|
|
8361
|
-
.ilo--legacyvideo .vjs-control-bar--play:hover ~ .vjs-duration,
|
|
8362
|
-
.ilo--legacyvideo .vjs-control-bar--play:hover ~ .ilo--legacyvideo--controls--duration,
|
|
8363
|
-
.ilo--legacyvideo .vjs-control-bar--play:focus ~ .vjs-duration,
|
|
8364
|
-
.ilo--legacyvideo .vjs-control-bar--play:focus ~ .ilo--legacyvideo--controls--duration,
|
|
8365
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing).ilo--legacyvideo--controls--play--hovered ~ .vjs-duration,
|
|
8366
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing).ilo--legacyvideo--controls--play--hovered ~ .ilo--legacyvideo--controls--duration,
|
|
8367
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing):hover ~ .vjs-duration,
|
|
8368
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing):hover ~ .ilo--legacyvideo--controls--duration,
|
|
8369
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing):focus ~ .vjs-duration,
|
|
8370
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing):focus ~ .ilo--legacyvideo--controls--duration,
|
|
8371
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-big-play-button.ilo--legacyvideo--controls--play--hovered ~ .vjs-duration,
|
|
8372
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-big-play-button.ilo--legacyvideo--controls--play--hovered ~ .ilo--legacyvideo--controls--duration,
|
|
8373
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-big-play-button:hover ~ .vjs-duration,
|
|
8374
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-big-play-button:hover ~ .ilo--legacyvideo--controls--duration,
|
|
8375
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-big-play-button:focus ~ .vjs-duration,
|
|
8376
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-big-play-button:focus ~ .ilo--legacyvideo--controls--duration {
|
|
8377
|
-
background-color: rgb(235, 245, 253);
|
|
8378
|
-
color: rgb(30, 45, 190);
|
|
8379
|
-
}
|
|
8380
|
-
.ilo--legacyvideo--controls--play.vjs-paused, .ilo--legacyvideo--controls--play.vjs-ended,
|
|
8381
|
-
.ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing).vjs-paused,
|
|
8382
|
-
.ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing).vjs-ended,
|
|
8383
|
-
.ilo--legacyvideo--controls .vjs-big-play-button.vjs-paused,
|
|
8384
|
-
.ilo--legacyvideo--controls .vjs-big-play-button.vjs-ended,
|
|
8385
|
-
.ilo--legacyvideo .vjs-control-bar--play.vjs-paused,
|
|
8386
|
-
.ilo--legacyvideo .vjs-control-bar--play.vjs-ended,
|
|
8387
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-paused,
|
|
8388
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-ended,
|
|
8389
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-big-play-button.vjs-paused,
|
|
8390
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-big-play-button.vjs-ended {
|
|
8391
|
-
background-position: center center;
|
|
8392
|
-
background-repeat: no-repeat;
|
|
8393
|
-
background-size: 1.2861736334rem 1.2861736334rem;
|
|
8394
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(237, 240, 242)' d='M22 11.9999L4 2V22L22 11.9999Z'/%3e%3c/svg%3e");
|
|
8395
|
-
}
|
|
8396
|
-
.ilo--legacyvideo--controls--play.vjs-paused:hover, .ilo--legacyvideo--controls--play.vjs-paused:focus, .ilo--legacyvideo--controls--play.vjs-ended:hover, .ilo--legacyvideo--controls--play.vjs-ended:focus,
|
|
8397
|
-
.ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing).vjs-paused:hover,
|
|
8398
|
-
.ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing).vjs-paused:focus,
|
|
8399
|
-
.ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing).vjs-ended:hover,
|
|
8400
|
-
.ilo--legacyvideo--controls .vjs-play-control:not(.vjs-playing).vjs-ended:focus,
|
|
8401
|
-
.ilo--legacyvideo--controls .vjs-big-play-button.vjs-paused:hover,
|
|
8402
|
-
.ilo--legacyvideo--controls .vjs-big-play-button.vjs-paused:focus,
|
|
8403
|
-
.ilo--legacyvideo--controls .vjs-big-play-button.vjs-ended:hover,
|
|
8404
|
-
.ilo--legacyvideo--controls .vjs-big-play-button.vjs-ended:focus,
|
|
8405
|
-
.ilo--legacyvideo .vjs-control-bar--play.vjs-paused:hover,
|
|
8406
|
-
.ilo--legacyvideo .vjs-control-bar--play.vjs-paused:focus,
|
|
8407
|
-
.ilo--legacyvideo .vjs-control-bar--play.vjs-ended:hover,
|
|
8408
|
-
.ilo--legacyvideo .vjs-control-bar--play.vjs-ended:focus,
|
|
8409
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-paused:hover,
|
|
8410
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-paused:focus,
|
|
8411
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-ended:hover,
|
|
8412
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-ended:focus,
|
|
8413
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-big-play-button.vjs-paused:hover,
|
|
8414
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-big-play-button.vjs-paused:focus,
|
|
8415
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-big-play-button.vjs-ended:hover,
|
|
8416
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-big-play-button.vjs-ended:focus {
|
|
8417
|
-
background-color: rgb(235, 245, 253);
|
|
8418
|
-
background-position: center center;
|
|
8419
|
-
background-repeat: no-repeat;
|
|
8420
|
-
background-size: 1.2861736334rem 1.2861736334rem;
|
|
8421
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(30, 45, 190)' d='M22 11.9999L4 2V22L22 11.9999Z'/%3e%3c/svg%3e");
|
|
8422
|
-
}
|
|
8423
|
-
.ilo--legacyvideo--controls:not(.notplayed) .ilo--legacyvideo--controls--play,
|
|
8424
|
-
.ilo--legacyvideo .vjs-control-bar:not(.notplayed) .ilo--legacyvideo--controls--play {
|
|
8425
|
-
background-size: 24px 24px;
|
|
8426
|
-
}
|
|
8427
|
-
.ilo--legacyvideo--controls--pause,
|
|
8428
|
-
.ilo--legacyvideo--controls .vjs-playing,
|
|
8429
|
-
.ilo--legacyvideo .vjs-control-bar--pause,
|
|
8430
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-playing {
|
|
8431
|
-
background-position: center center;
|
|
8432
|
-
background-repeat: no-repeat;
|
|
8433
|
-
background-size: 1.2861736334rem 1.2861736334rem;
|
|
8434
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(237, 240, 242)' d='M3 2H9V22H3V2zM15 2H21V22H15V2z'/%3e%3c/svg%3e");
|
|
8435
|
-
}
|
|
8436
|
-
.ilo--legacyvideo--controls--pause:hover, .ilo--legacyvideo--controls--pause:focus,
|
|
8437
|
-
.ilo--legacyvideo--controls .vjs-playing:hover,
|
|
8438
|
-
.ilo--legacyvideo--controls .vjs-playing:focus,
|
|
8439
|
-
.ilo--legacyvideo .vjs-control-bar--pause:hover,
|
|
8440
|
-
.ilo--legacyvideo .vjs-control-bar--pause:focus,
|
|
8441
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-playing:hover,
|
|
8442
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-playing:focus {
|
|
8443
|
-
background-color: rgb(235, 245, 253);
|
|
8444
|
-
background-position: center center;
|
|
8445
|
-
background-repeat: no-repeat;
|
|
8446
|
-
background-size: 1.2861736334rem 1.2861736334rem;
|
|
8447
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(30, 45, 190)' d='M3 2H9V22H3V2zM15 2H21V22H15V2z'/%3e%3c/svg%3e");
|
|
8448
|
-
}
|
|
8449
|
-
.ilo--legacyvideo--controls--duration,
|
|
8450
|
-
.ilo--legacyvideo--controls .vjs-duration,
|
|
8451
|
-
.ilo--legacyvideo .vjs-control-bar--duration,
|
|
8452
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-duration {
|
|
8453
|
-
background-color: rgb(45, 45, 45);
|
|
8454
|
-
color: rgb(237, 240, 242);
|
|
8455
|
-
display: none;
|
|
8456
|
-
height: 100%;
|
|
8457
|
-
font-weight: 700;
|
|
8458
|
-
margin-left: 0.1071811361rem;
|
|
8459
|
-
order: 2;
|
|
8460
|
-
padding-top: 0.4823151125rem;
|
|
8461
|
-
text-align: center;
|
|
8462
|
-
width: 4.2872454448rem;
|
|
8463
|
-
font-size: 14.93px;
|
|
8464
|
-
letter-spacing: -0.02em;
|
|
8465
|
-
line-height: 20.16px;
|
|
8466
|
-
}
|
|
8467
|
-
.ilo--legacyvideo--controls--duration.ilo--legacyvideo--controls--duration--hovered, .ilo--legacyvideo--controls--duration:hover, .ilo--legacyvideo--controls--duration:focus,
|
|
8468
|
-
.ilo--legacyvideo--controls .vjs-duration.ilo--legacyvideo--controls--duration--hovered,
|
|
8469
|
-
.ilo--legacyvideo--controls .vjs-duration:hover,
|
|
8470
|
-
.ilo--legacyvideo--controls .vjs-duration:focus,
|
|
8471
|
-
.ilo--legacyvideo .vjs-control-bar--duration.ilo--legacyvideo--controls--duration--hovered,
|
|
8472
|
-
.ilo--legacyvideo .vjs-control-bar--duration:hover,
|
|
8473
|
-
.ilo--legacyvideo .vjs-control-bar--duration:focus,
|
|
8474
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-duration.ilo--legacyvideo--controls--duration--hovered,
|
|
8475
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-duration:hover,
|
|
8476
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-duration:focus {
|
|
8477
|
-
background-color: rgb(235, 245, 253);
|
|
8478
|
-
color: rgb(30, 45, 190);
|
|
8479
|
-
}
|
|
8480
|
-
.ilo--legacyvideo--controls--duration.ilo--legacyvideo--controls--duration--hovered ~ .ilo--legacyvideo--controls--play, .ilo--legacyvideo--controls--duration:hover ~ .ilo--legacyvideo--controls--play, .ilo--legacyvideo--controls--duration:focus ~ .ilo--legacyvideo--controls--play,
|
|
8481
|
-
.ilo--legacyvideo--controls .vjs-duration.ilo--legacyvideo--controls--duration--hovered ~ .ilo--legacyvideo--controls--play,
|
|
8482
|
-
.ilo--legacyvideo--controls .vjs-duration:hover ~ .ilo--legacyvideo--controls--play,
|
|
8483
|
-
.ilo--legacyvideo--controls .vjs-duration:focus ~ .ilo--legacyvideo--controls--play,
|
|
8484
|
-
.ilo--legacyvideo .vjs-control-bar--duration.ilo--legacyvideo--controls--duration--hovered ~ .ilo--legacyvideo--controls--play,
|
|
8485
|
-
.ilo--legacyvideo .vjs-control-bar--duration:hover ~ .ilo--legacyvideo--controls--play,
|
|
8486
|
-
.ilo--legacyvideo .vjs-control-bar--duration:focus ~ .ilo--legacyvideo--controls--play,
|
|
8487
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-duration.ilo--legacyvideo--controls--duration--hovered ~ .ilo--legacyvideo--controls--play,
|
|
8488
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-duration:hover ~ .ilo--legacyvideo--controls--play,
|
|
8489
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-duration:focus ~ .ilo--legacyvideo--controls--play {
|
|
8490
|
-
background-color: rgb(235, 245, 253);
|
|
8491
|
-
background-position: center center;
|
|
8492
|
-
background-repeat: no-repeat;
|
|
8493
|
-
background-size: 2.5723472669rem 2.5723472669rem;
|
|
8494
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(30, 45, 190)' d='M22 11.9999L4 2V22L22 11.9999Z'/%3e%3c/svg%3e");
|
|
8495
|
-
}
|
|
8496
|
-
.ilo--legacyvideo--controls--duration.show,
|
|
8497
|
-
.ilo--legacyvideo--controls .vjs-duration.show,
|
|
8498
|
-
.ilo--legacyvideo .vjs-control-bar--duration.show,
|
|
8499
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-duration.show {
|
|
8500
|
-
display: block;
|
|
8501
|
-
}
|
|
8502
|
-
@media screen and (min-width: 1024px) {
|
|
8503
|
-
.ilo--legacyvideo--controls.notplayed .vjs-duration,
|
|
8504
|
-
.ilo--legacyvideo .vjs-control-bar.notplayed .vjs-duration {
|
|
8505
|
-
height: 2.1436227224rem;
|
|
8506
|
-
margin-left: 0;
|
|
8507
|
-
margin-top: 2px;
|
|
8508
|
-
width: 2.5723472669rem;
|
|
8509
|
-
}
|
|
8510
|
-
.ilo--legacyvideo--controls.notplayed .ilo--legacyvideo--controls--duration,
|
|
8511
|
-
.ilo--legacyvideo .vjs-control-bar.notplayed .ilo--legacyvideo--controls--duration {
|
|
8512
|
-
height: 2.1436227224rem;
|
|
8513
|
-
margin-left: 0;
|
|
8514
|
-
margin-top: 2px;
|
|
8515
|
-
width: 4.2872454448rem;
|
|
8516
|
-
}
|
|
8517
|
-
}
|
|
8518
|
-
.ilo--legacyvideo--controls .vjs-progress-holder,
|
|
8519
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-holder {
|
|
8520
|
-
position: relative;
|
|
8521
|
-
width: 96%;
|
|
8522
|
-
}
|
|
8523
|
-
.ilo--legacyvideo--controls--progress,
|
|
8524
|
-
.ilo--legacyvideo--controls .vjs-progress-control,
|
|
8525
|
-
.ilo--legacyvideo .vjs-control-bar--progress,
|
|
8526
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control {
|
|
8527
|
-
background-color: rgb(45, 45, 45);
|
|
8528
|
-
display: none;
|
|
8529
|
-
flex-grow: 1;
|
|
8530
|
-
height: 100%;
|
|
8531
|
-
margin-left: 2px;
|
|
8532
|
-
order: 3;
|
|
8533
|
-
position: relative;
|
|
8534
|
-
}
|
|
8535
|
-
.ilo--legacyvideo--controls--progress.show, .vjs-has-started .ilo--legacyvideo--controls--progress,
|
|
8536
|
-
.ilo--legacyvideo--controls .vjs-progress-control.show,
|
|
8537
|
-
.vjs-has-started .ilo--legacyvideo--controls .vjs-progress-control,
|
|
8538
|
-
.ilo--legacyvideo .vjs-control-bar--progress.show,
|
|
8539
|
-
.vjs-has-started .ilo--legacyvideo .vjs-control-bar--progress,
|
|
8540
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control.show,
|
|
8541
|
-
.vjs-has-started .ilo--legacyvideo .vjs-control-bar .vjs-progress-control {
|
|
8542
|
-
display: block;
|
|
8543
|
-
}
|
|
8544
|
-
.ilo--legacyvideo--controls--progress-playhead,
|
|
8545
|
-
.ilo--legacyvideo--controls .vjs-progress-control-playhead,
|
|
8546
|
-
.ilo--legacyvideo .vjs-control-bar--progress-playhead,
|
|
8547
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control-playhead {
|
|
8548
|
-
height: 100%;
|
|
8549
|
-
left: 2%;
|
|
8550
|
-
opacity: 0;
|
|
8551
|
-
padding: 0;
|
|
8552
|
-
position: absolute;
|
|
8553
|
-
top: 0;
|
|
8554
|
-
width: 96%;
|
|
8555
|
-
z-index: 20;
|
|
8556
|
-
}
|
|
8557
|
-
.ilo--legacyvideo--controls--progress-current,
|
|
8558
|
-
.ilo--legacyvideo--controls--progress .vjs-play-progress,
|
|
8559
|
-
.ilo--legacyvideo--controls .vjs-progress-control-current,
|
|
8560
|
-
.ilo--legacyvideo--controls .vjs-progress-control .vjs-play-progress,
|
|
8561
|
-
.ilo--legacyvideo .vjs-control-bar--progress-current,
|
|
8562
|
-
.ilo--legacyvideo .vjs-control-bar--progress .vjs-play-progress,
|
|
8563
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control-current,
|
|
8564
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control .vjs-play-progress {
|
|
8565
|
-
height: 8px;
|
|
8566
|
-
left: 2%;
|
|
8567
|
-
position: absolute;
|
|
8568
|
-
top: 0.857449089rem;
|
|
8569
|
-
width: 96%;
|
|
8570
|
-
z-index: 15;
|
|
8571
|
-
-webkit-appearance: none;
|
|
8572
|
-
}
|
|
8573
|
-
.ilo--legacyvideo--controls--progress-current::-moz-progress-bar,
|
|
8574
|
-
.ilo--legacyvideo--controls--progress .vjs-play-progress::-moz-progress-bar,
|
|
8575
|
-
.ilo--legacyvideo--controls .vjs-progress-control-current::-moz-progress-bar,
|
|
8576
|
-
.ilo--legacyvideo--controls .vjs-progress-control .vjs-play-progress::-moz-progress-bar,
|
|
8577
|
-
.ilo--legacyvideo .vjs-control-bar--progress-current::-moz-progress-bar,
|
|
8578
|
-
.ilo--legacyvideo .vjs-control-bar--progress .vjs-play-progress::-moz-progress-bar,
|
|
8579
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control-current::-moz-progress-bar,
|
|
8580
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control .vjs-play-progress::-moz-progress-bar {
|
|
8581
|
-
background: rgb(235, 245, 253);
|
|
8582
|
-
border-radius: 0;
|
|
8583
|
-
}
|
|
8584
|
-
.ilo--legacyvideo--controls--progress-current::-webkit-progress-bar,
|
|
8585
|
-
.ilo--legacyvideo--controls--progress .vjs-play-progress::-webkit-progress-bar,
|
|
8586
|
-
.ilo--legacyvideo--controls .vjs-progress-control-current::-webkit-progress-bar,
|
|
8587
|
-
.ilo--legacyvideo--controls .vjs-progress-control .vjs-play-progress::-webkit-progress-bar,
|
|
8588
|
-
.ilo--legacyvideo .vjs-control-bar--progress-current::-webkit-progress-bar,
|
|
8589
|
-
.ilo--legacyvideo .vjs-control-bar--progress .vjs-play-progress::-webkit-progress-bar,
|
|
8590
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control-current::-webkit-progress-bar,
|
|
8591
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control .vjs-play-progress::-webkit-progress-bar {
|
|
8592
|
-
background: transparent;
|
|
8593
|
-
}
|
|
8594
|
-
.ilo--legacyvideo--controls--progress-current::-webkit-progress-value,
|
|
8595
|
-
.ilo--legacyvideo--controls--progress .vjs-play-progress::-webkit-progress-value,
|
|
8596
|
-
.ilo--legacyvideo--controls .vjs-progress-control-current::-webkit-progress-value,
|
|
8597
|
-
.ilo--legacyvideo--controls .vjs-progress-control .vjs-play-progress::-webkit-progress-value,
|
|
8598
|
-
.ilo--legacyvideo .vjs-control-bar--progress-current::-webkit-progress-value,
|
|
8599
|
-
.ilo--legacyvideo .vjs-control-bar--progress .vjs-play-progress::-webkit-progress-value,
|
|
8600
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control-current::-webkit-progress-value,
|
|
8601
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control .vjs-play-progress::-webkit-progress-value {
|
|
8602
|
-
background: rgb(235, 245, 253);
|
|
8603
|
-
border-radius: 0;
|
|
8604
|
-
}
|
|
8605
|
-
.ilo--legacyvideo--controls--progress .vjs-play-progress,
|
|
8606
|
-
.ilo--legacyvideo--controls .vjs-progress-control .vjs-play-progress,
|
|
8607
|
-
.ilo--legacyvideo .vjs-control-bar--progress .vjs-play-progress,
|
|
8608
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control .vjs-play-progress {
|
|
8609
|
-
background: rgb(235, 245, 253);
|
|
8610
|
-
}
|
|
8611
|
-
.ilo--legacyvideo--controls--progress .vjs-play-progress .vjs-time-tooltip,
|
|
8612
|
-
.ilo--legacyvideo--controls .vjs-progress-control .vjs-play-progress .vjs-time-tooltip,
|
|
8613
|
-
.ilo--legacyvideo .vjs-control-bar--progress .vjs-play-progress .vjs-time-tooltip,
|
|
8614
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control .vjs-play-progress .vjs-time-tooltip {
|
|
8615
|
-
display: none;
|
|
8616
|
-
}
|
|
8617
|
-
.ilo--legacyvideo--controls--progress div[data-start],
|
|
8618
|
-
.ilo--legacyvideo--controls .vjs-progress-control div[data-start],
|
|
8619
|
-
.ilo--legacyvideo .vjs-control-bar--progress div[data-start],
|
|
8620
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control div[data-start] {
|
|
8621
|
-
background: rgb(184, 196, 204);
|
|
8622
|
-
height: 8px;
|
|
8623
|
-
left: 2%;
|
|
8624
|
-
position: absolute;
|
|
8625
|
-
top: 0;
|
|
8626
|
-
width: 96%;
|
|
8627
|
-
z-index: 15;
|
|
8628
|
-
}
|
|
8629
|
-
.ilo--legacyvideo--controls--progress-played,
|
|
8630
|
-
.ilo--legacyvideo--controls--progress .vjs-mouse-display,
|
|
8631
|
-
.ilo--legacyvideo--controls .vjs-progress-control-played,
|
|
8632
|
-
.ilo--legacyvideo--controls .vjs-progress-control .vjs-mouse-display,
|
|
8633
|
-
.ilo--legacyvideo .vjs-control-bar--progress-played,
|
|
8634
|
-
.ilo--legacyvideo .vjs-control-bar--progress .vjs-mouse-display,
|
|
8635
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control-played,
|
|
8636
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control .vjs-mouse-display {
|
|
8637
|
-
display: none;
|
|
8638
|
-
position: absolute;
|
|
8639
|
-
top: -40px;
|
|
8640
|
-
z-index: 20;
|
|
8641
|
-
}
|
|
8642
|
-
.ilo--legacyvideo--controls--progress-loaded,
|
|
8643
|
-
.ilo--legacyvideo--controls--progress .vjs-load-progress,
|
|
8644
|
-
.ilo--legacyvideo--controls .vjs-progress-control-loaded,
|
|
8645
|
-
.ilo--legacyvideo--controls .vjs-progress-control .vjs-load-progress,
|
|
8646
|
-
.ilo--legacyvideo .vjs-control-bar--progress-loaded,
|
|
8647
|
-
.ilo--legacyvideo .vjs-control-bar--progress .vjs-load-progress,
|
|
8648
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control-loaded,
|
|
8649
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control .vjs-load-progress {
|
|
8650
|
-
height: 8px;
|
|
8651
|
-
left: 2%;
|
|
8652
|
-
position: absolute;
|
|
8653
|
-
top: 0.857449089rem;
|
|
8654
|
-
width: 96%;
|
|
8655
|
-
z-index: 10;
|
|
8656
|
-
-webkit-appearance: none;
|
|
8657
|
-
}
|
|
8658
|
-
.ilo--legacyvideo--controls--progress-loaded::-moz-progress-bar,
|
|
8659
|
-
.ilo--legacyvideo--controls--progress .vjs-load-progress::-moz-progress-bar,
|
|
8660
|
-
.ilo--legacyvideo--controls .vjs-progress-control-loaded::-moz-progress-bar,
|
|
8661
|
-
.ilo--legacyvideo--controls .vjs-progress-control .vjs-load-progress::-moz-progress-bar,
|
|
8662
|
-
.ilo--legacyvideo .vjs-control-bar--progress-loaded::-moz-progress-bar,
|
|
8663
|
-
.ilo--legacyvideo .vjs-control-bar--progress .vjs-load-progress::-moz-progress-bar,
|
|
8664
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control-loaded::-moz-progress-bar,
|
|
8665
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control .vjs-load-progress::-moz-progress-bar {
|
|
8666
|
-
background: rgb(184, 196, 204);
|
|
8667
|
-
border-radius: 0;
|
|
8668
|
-
}
|
|
8669
|
-
.ilo--legacyvideo--controls--progress-loaded::-webkit-progress-bar,
|
|
8670
|
-
.ilo--legacyvideo--controls--progress .vjs-load-progress::-webkit-progress-bar,
|
|
8671
|
-
.ilo--legacyvideo--controls .vjs-progress-control-loaded::-webkit-progress-bar,
|
|
8672
|
-
.ilo--legacyvideo--controls .vjs-progress-control .vjs-load-progress::-webkit-progress-bar,
|
|
8673
|
-
.ilo--legacyvideo .vjs-control-bar--progress-loaded::-webkit-progress-bar,
|
|
8674
|
-
.ilo--legacyvideo .vjs-control-bar--progress .vjs-load-progress::-webkit-progress-bar,
|
|
8675
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control-loaded::-webkit-progress-bar,
|
|
8676
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control .vjs-load-progress::-webkit-progress-bar {
|
|
8677
|
-
background: transparent;
|
|
8678
|
-
}
|
|
8679
|
-
.ilo--legacyvideo--controls--progress-loaded::-webkit-progress-value,
|
|
8680
|
-
.ilo--legacyvideo--controls--progress .vjs-load-progress::-webkit-progress-value,
|
|
8681
|
-
.ilo--legacyvideo--controls .vjs-progress-control-loaded::-webkit-progress-value,
|
|
8682
|
-
.ilo--legacyvideo--controls .vjs-progress-control .vjs-load-progress::-webkit-progress-value,
|
|
8683
|
-
.ilo--legacyvideo .vjs-control-bar--progress-loaded::-webkit-progress-value,
|
|
8684
|
-
.ilo--legacyvideo .vjs-control-bar--progress .vjs-load-progress::-webkit-progress-value,
|
|
8685
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control-loaded::-webkit-progress-value,
|
|
8686
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control .vjs-load-progress::-webkit-progress-value {
|
|
8687
|
-
background: rgb(184, 196, 204);
|
|
8688
|
-
border-radius: 0;
|
|
8689
|
-
}
|
|
8690
|
-
.ilo--legacyvideo--controls--progress:hover .vjs-play-progress, .ilo--legacyvideo--controls--progress:focus .vjs-play-progress,
|
|
8691
|
-
.ilo--legacyvideo--controls .vjs-progress-control:hover .vjs-play-progress,
|
|
8692
|
-
.ilo--legacyvideo--controls .vjs-progress-control:focus .vjs-play-progress,
|
|
8693
|
-
.ilo--legacyvideo .vjs-control-bar--progress:hover .vjs-play-progress,
|
|
8694
|
-
.ilo--legacyvideo .vjs-control-bar--progress:focus .vjs-play-progress,
|
|
8695
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control:hover .vjs-play-progress,
|
|
8696
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control:focus .vjs-play-progress {
|
|
8697
|
-
position: relative;
|
|
8698
|
-
}
|
|
8699
|
-
.ilo--legacyvideo--controls--progress:hover .vjs-play-progress .vjs-time-tooltip, .ilo--legacyvideo--controls--progress:focus .vjs-play-progress .vjs-time-tooltip,
|
|
8700
|
-
.ilo--legacyvideo--controls .vjs-progress-control:hover .vjs-play-progress .vjs-time-tooltip,
|
|
8701
|
-
.ilo--legacyvideo--controls .vjs-progress-control:focus .vjs-play-progress .vjs-time-tooltip,
|
|
8702
|
-
.ilo--legacyvideo .vjs-control-bar--progress:hover .vjs-play-progress .vjs-time-tooltip,
|
|
8703
|
-
.ilo--legacyvideo .vjs-control-bar--progress:focus .vjs-play-progress .vjs-time-tooltip,
|
|
8704
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control:hover .vjs-play-progress .vjs-time-tooltip,
|
|
8705
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control:focus .vjs-play-progress .vjs-time-tooltip {
|
|
8706
|
-
align-items: center;
|
|
8707
|
-
background-color: rgb(45, 45, 45);
|
|
8708
|
-
display: flex;
|
|
8709
|
-
height: 1.7148981779rem;
|
|
8710
|
-
justify-content: center;
|
|
8711
|
-
right: 0;
|
|
8712
|
-
position: absolute;
|
|
8713
|
-
bottom: calc(300% + 12px);
|
|
8714
|
-
width: 70px;
|
|
8715
|
-
font-size: 11.94px;
|
|
8716
|
-
letter-spacing: -0.02em;
|
|
8717
|
-
line-height: 16.24px;
|
|
8718
|
-
}
|
|
8719
|
-
.ilo--legacyvideo--controls--progress:hover .vjs-play-progress .vjs-time-tooltip:after, .ilo--legacyvideo--controls--progress:focus .vjs-play-progress .vjs-time-tooltip:after,
|
|
8720
|
-
.ilo--legacyvideo--controls .vjs-progress-control:hover .vjs-play-progress .vjs-time-tooltip:after,
|
|
8721
|
-
.ilo--legacyvideo--controls .vjs-progress-control:focus .vjs-play-progress .vjs-time-tooltip:after,
|
|
8722
|
-
.ilo--legacyvideo .vjs-control-bar--progress:hover .vjs-play-progress .vjs-time-tooltip:after,
|
|
8723
|
-
.ilo--legacyvideo .vjs-control-bar--progress:focus .vjs-play-progress .vjs-time-tooltip:after,
|
|
8724
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control:hover .vjs-play-progress .vjs-time-tooltip:after,
|
|
8725
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control:focus .vjs-play-progress .vjs-time-tooltip:after {
|
|
8726
|
-
background-position: top left;
|
|
8727
|
-
background-repeat: no-repeat;
|
|
8728
|
-
background-size: contain;
|
|
8729
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 11'%3e%3cpath fill='rgb(45, 45, 45)' d='M6.00007 10.8462L12 0L0 0L6.00007 10.8462Z'/%3e%3c/svg%3e");
|
|
8730
|
-
content: "";
|
|
8731
|
-
height: 0.6430868167rem;
|
|
8732
|
-
position: absolute;
|
|
8733
|
-
left: calc(50% - 6px);
|
|
8734
|
-
bottom: -0.6430868167rem;
|
|
8735
|
-
width: 0.6430868167rem;
|
|
8736
|
-
}
|
|
8737
|
-
.ilo--legacyvideo--controls--progress:hover .ilo--legacyvideo--controls--progress-played-container, .ilo--legacyvideo--controls--progress:focus .ilo--legacyvideo--controls--progress-played-container,
|
|
8738
|
-
.ilo--legacyvideo--controls .vjs-progress-control:hover .ilo--legacyvideo--controls--progress-played-container,
|
|
8739
|
-
.ilo--legacyvideo--controls .vjs-progress-control:focus .ilo--legacyvideo--controls--progress-played-container,
|
|
8740
|
-
.ilo--legacyvideo .vjs-control-bar--progress:hover .ilo--legacyvideo--controls--progress-played-container,
|
|
8741
|
-
.ilo--legacyvideo .vjs-control-bar--progress:focus .ilo--legacyvideo--controls--progress-played-container,
|
|
8742
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control:hover .ilo--legacyvideo--controls--progress-played-container,
|
|
8743
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control:focus .ilo--legacyvideo--controls--progress-played-container {
|
|
8744
|
-
position: absolute;
|
|
8745
|
-
left: 2%;
|
|
8746
|
-
top: 0;
|
|
8747
|
-
width: 96%;
|
|
8748
|
-
}
|
|
8749
|
-
.ilo--legacyvideo--controls--progress:hover .ilo--legacyvideo--controls--progress-played, .ilo--legacyvideo--controls--progress:focus .ilo--legacyvideo--controls--progress-played,
|
|
8750
|
-
.ilo--legacyvideo--controls .vjs-progress-control:hover .ilo--legacyvideo--controls--progress-played,
|
|
8751
|
-
.ilo--legacyvideo--controls .vjs-progress-control:focus .ilo--legacyvideo--controls--progress-played,
|
|
8752
|
-
.ilo--legacyvideo .vjs-control-bar--progress:hover .ilo--legacyvideo--controls--progress-played,
|
|
8753
|
-
.ilo--legacyvideo .vjs-control-bar--progress:focus .ilo--legacyvideo--controls--progress-played,
|
|
8754
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control:hover .ilo--legacyvideo--controls--progress-played,
|
|
8755
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control:focus .ilo--legacyvideo--controls--progress-played {
|
|
8756
|
-
--playhead: 0%;
|
|
8757
|
-
align-items: center;
|
|
8758
|
-
background-color: rgb(45, 45, 45);
|
|
8759
|
-
display: flex;
|
|
8760
|
-
height: 1.7148981779rem;
|
|
8761
|
-
justify-content: center;
|
|
8762
|
-
left: calc(var(--playhead) - 34px);
|
|
8763
|
-
position: absolute;
|
|
8764
|
-
bottom: calc(300% + 12px);
|
|
8765
|
-
width: 70px;
|
|
8766
|
-
font-size: 11.94px;
|
|
8767
|
-
letter-spacing: -0.02em;
|
|
8768
|
-
line-height: 16.24px;
|
|
8769
|
-
}
|
|
8770
|
-
.ilo--legacyvideo--controls--progress:hover .ilo--legacyvideo--controls--progress-played:after, .ilo--legacyvideo--controls--progress:focus .ilo--legacyvideo--controls--progress-played:after,
|
|
8771
|
-
.ilo--legacyvideo--controls .vjs-progress-control:hover .ilo--legacyvideo--controls--progress-played:after,
|
|
8772
|
-
.ilo--legacyvideo--controls .vjs-progress-control:focus .ilo--legacyvideo--controls--progress-played:after,
|
|
8773
|
-
.ilo--legacyvideo .vjs-control-bar--progress:hover .ilo--legacyvideo--controls--progress-played:after,
|
|
8774
|
-
.ilo--legacyvideo .vjs-control-bar--progress:focus .ilo--legacyvideo--controls--progress-played:after,
|
|
8775
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control:hover .ilo--legacyvideo--controls--progress-played:after,
|
|
8776
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-progress-control:focus .ilo--legacyvideo--controls--progress-played:after {
|
|
8777
|
-
background-position: top left;
|
|
8778
|
-
background-repeat: no-repeat;
|
|
8779
|
-
background-size: contain;
|
|
8780
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 11'%3e%3cpath fill='rgb(45, 45, 45)' d='M6.00007 10.8462L12 0L0 0L6.00007 10.8462Z'/%3e%3c/svg%3e");
|
|
8781
|
-
content: "";
|
|
8782
|
-
height: 0.6430868167rem;
|
|
8783
|
-
position: absolute;
|
|
8784
|
-
left: calc(50% - 6px);
|
|
8785
|
-
bottom: -0.6430868167rem;
|
|
8786
|
-
width: 0.6430868167rem;
|
|
8787
|
-
}
|
|
8788
|
-
.ilo--legacyvideo--controls--volume,
|
|
8789
|
-
.ilo--legacyvideo--controls .vjs-volume-panel,
|
|
8790
|
-
.ilo--legacyvideo .vjs-control-bar--volume,
|
|
8791
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-volume-panel {
|
|
8792
|
-
border-bottom: 1px solid;
|
|
8793
|
-
bottom: 0;
|
|
8794
|
-
display: none;
|
|
8795
|
-
flex-direction: column;
|
|
8796
|
-
height: 140px;
|
|
8797
|
-
margin-left: 2px;
|
|
8798
|
-
order: 4;
|
|
8799
|
-
position: relative;
|
|
8800
|
-
width: 40px;
|
|
8801
|
-
}
|
|
8802
|
-
.ilo--legacyvideo--controls--volume.show, .vjs-has-started .ilo--legacyvideo--controls--volume,
|
|
8803
|
-
.ilo--legacyvideo--controls .vjs-volume-panel.show,
|
|
8804
|
-
.vjs-has-started .ilo--legacyvideo--controls .vjs-volume-panel,
|
|
8805
|
-
.ilo--legacyvideo .vjs-control-bar--volume.show,
|
|
8806
|
-
.vjs-has-started .ilo--legacyvideo .vjs-control-bar--volume,
|
|
8807
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-volume-panel.show,
|
|
8808
|
-
.vjs-has-started .ilo--legacyvideo .vjs-control-bar .vjs-volume-panel {
|
|
8809
|
-
display: block;
|
|
8810
|
-
}
|
|
8811
|
-
.ilo--legacyvideo--controls--volume:hover .vjs-volume-control, .ilo--legacyvideo--controls--volume:focus .vjs-volume-control,
|
|
8812
|
-
.ilo--legacyvideo--controls .vjs-volume-panel:hover .vjs-volume-control,
|
|
8813
|
-
.ilo--legacyvideo--controls .vjs-volume-panel:focus .vjs-volume-control,
|
|
8814
|
-
.ilo--legacyvideo .vjs-control-bar--volume:hover .vjs-volume-control,
|
|
8815
|
-
.ilo--legacyvideo .vjs-control-bar--volume:focus .vjs-volume-control,
|
|
8816
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-volume-panel:hover .vjs-volume-control,
|
|
8817
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-volume-panel:focus .vjs-volume-control {
|
|
8818
|
-
display: block;
|
|
8819
|
-
}
|
|
8820
|
-
.ilo--legacyvideo--controls--showvolume,
|
|
8821
|
-
.ilo--legacyvideo--controls .vjs-mute-control,
|
|
8822
|
-
.ilo--legacyvideo .vjs-control-bar--showvolume,
|
|
8823
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-mute-control {
|
|
8824
|
-
background-color: rgb(45, 45, 45);
|
|
8825
|
-
border: none;
|
|
8826
|
-
cursor: pointer;
|
|
8827
|
-
height: 2.1436227224rem;
|
|
8828
|
-
margin-top: 0;
|
|
8829
|
-
position: relative;
|
|
8830
|
-
width: 2.1436227224rem;
|
|
8831
|
-
z-index: 10;
|
|
8832
|
-
-webkit-appearance: none;
|
|
8833
|
-
-moz-appearance: none;
|
|
8834
|
-
background-position: center center;
|
|
8835
|
-
background-repeat: no-repeat;
|
|
8836
|
-
background-size: 1.2861736334rem 1.2861736334rem;
|
|
8837
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' %3e%3cpath fill='rgb(237, 240, 242)' d='M14.633 4.735a.67.67 0 0 0-.698.063L8.78 8.666H5.667A.666.666 0 0 0 5 9.333v5.334c0 .369.298.667.667.667h3.112l5.156 3.867a.663.663 0 0 0 .698.064.668.668 0 0 0 .369-.597V5.332a.667.667 0 0 0-.369-.597ZM17.164 9.171l-.471-.471-.943.943.472.471a2.669 2.669 0 0 1 0 3.771l-.472.472.943.943.471-.472a4.005 4.005 0 0 0 0-5.657Z'/%3e%3cpath fill='rgb(237, 240, 242)' d='m18.579 6.813-.943.943.471.472a5.341 5.341 0 0 1 0 7.544l-.471.471.943.943.471-.471c2.6-2.6 2.6-6.83 0-9.43l-.471-.472Z'/%3e%3c/svg%3e");
|
|
8838
|
-
}
|
|
8839
|
-
.ilo--legacyvideo--controls--showvolume:hover, .ilo--legacyvideo--controls--showvolume:focus,
|
|
8840
|
-
.ilo--legacyvideo--controls .vjs-mute-control:hover,
|
|
8841
|
-
.ilo--legacyvideo--controls .vjs-mute-control:focus,
|
|
8842
|
-
.ilo--legacyvideo .vjs-control-bar--showvolume:hover,
|
|
8843
|
-
.ilo--legacyvideo .vjs-control-bar--showvolume:focus,
|
|
8844
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-mute-control:hover,
|
|
8845
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-mute-control:focus {
|
|
8846
|
-
background-color: rgb(235, 245, 253);
|
|
8847
|
-
background-position: center center;
|
|
8848
|
-
background-repeat: no-repeat;
|
|
8849
|
-
background-size: 1.2861736334rem 1.2861736334rem;
|
|
8850
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' %3e%3cpath fill='rgb(30, 45, 190)' d='M14.633 4.735a.67.67 0 0 0-.698.063L8.78 8.666H5.667A.666.666 0 0 0 5 9.333v5.334c0 .369.298.667.667.667h3.112l5.156 3.867a.663.663 0 0 0 .698.064.668.668 0 0 0 .369-.597V5.332a.667.667 0 0 0-.369-.597ZM17.164 9.171l-.471-.471-.943.943.472.471a2.669 2.669 0 0 1 0 3.771l-.472.472.943.943.471-.472a4.005 4.005 0 0 0 0-5.657Z'/%3e%3cpath fill='rgb(30, 45, 190)' d='m18.579 6.813-.943.943.471.472a5.341 5.341 0 0 1 0 7.544l-.471.471.943.943.471-.471c2.6-2.6 2.6-6.83 0-9.43l-.471-.472Z'/%3e%3c/svg%3e");
|
|
8851
|
-
}
|
|
8852
|
-
.ilo--legacyvideo--controls--showvolume.muted, .ilo--legacyvideo--controls--showvolume[title=Unmute],
|
|
8853
|
-
.ilo--legacyvideo--controls .vjs-mute-control.muted,
|
|
8854
|
-
.ilo--legacyvideo--controls .vjs-mute-control[title=Unmute],
|
|
8855
|
-
.ilo--legacyvideo .vjs-control-bar--showvolume.muted,
|
|
8856
|
-
.ilo--legacyvideo .vjs-control-bar--showvolume[title=Unmute],
|
|
8857
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-mute-control.muted,
|
|
8858
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-mute-control[title=Unmute] {
|
|
8859
|
-
background-position: center center;
|
|
8860
|
-
background-repeat: no-repeat;
|
|
8861
|
-
background-size: 1.2861736334rem 1.2861736334rem;
|
|
8862
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(237, 240, 242)' d='M12.0447 15.7833L16.5999 19.1998C16.7173 19.2885 16.8586 19.3332 16.9999 19.3332 17.1012 19.3332 17.2039 19.3098 17.2979 19.2632 17.5239 19.1499 17.6666 18.9192 17.6666 18.6665V10.1614L12.0447 15.7833zM5.1955 19.8045C5.32549 19.9345 5.49616 19.9998 5.66682 19.9998 5.83748 19.9998 6.00815 19.9345 6.13814 19.8045L20.8045 5.13814C21.0652 4.87748 21.0652 4.45616 20.8045 4.1955 20.5438 3.93483 20.1225 3.93483 19.8619 4.1955L17.6666 6.39079V5.33347C17.6666 5.08081 17.5239 4.85015 17.2979 4.73682 17.0726 4.62549 16.8019 4.64882 16.5999 4.80015L11.4447 8.66674H6.33347C5.96481 8.66674 5.66682 8.96473 5.66682 9.33339V14.6666C5.66682 15.0353 5.96481 15.3333 6.33347 15.3333H8.72409L5.1955 18.8619C4.93483 19.1225 4.93483 19.5438 5.1955 19.8045z'/%3e%3c/svg%3e");
|
|
8863
|
-
}
|
|
8864
|
-
.ilo--legacyvideo--controls--showvolume.muted:hover, .ilo--legacyvideo--controls--showvolume.muted:focus, .ilo--legacyvideo--controls--showvolume[title=Unmute]:hover, .ilo--legacyvideo--controls--showvolume[title=Unmute]:focus,
|
|
8865
|
-
.ilo--legacyvideo--controls .vjs-mute-control.muted:hover,
|
|
8866
|
-
.ilo--legacyvideo--controls .vjs-mute-control.muted:focus,
|
|
8867
|
-
.ilo--legacyvideo--controls .vjs-mute-control[title=Unmute]:hover,
|
|
8868
|
-
.ilo--legacyvideo--controls .vjs-mute-control[title=Unmute]:focus,
|
|
8869
|
-
.ilo--legacyvideo .vjs-control-bar--showvolume.muted:hover,
|
|
8870
|
-
.ilo--legacyvideo .vjs-control-bar--showvolume.muted:focus,
|
|
8871
|
-
.ilo--legacyvideo .vjs-control-bar--showvolume[title=Unmute]:hover,
|
|
8872
|
-
.ilo--legacyvideo .vjs-control-bar--showvolume[title=Unmute]:focus,
|
|
8873
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-mute-control.muted:hover,
|
|
8874
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-mute-control.muted:focus,
|
|
8875
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-mute-control[title=Unmute]:hover,
|
|
8876
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-mute-control[title=Unmute]:focus {
|
|
8877
|
-
background-color: #ebf5fd;
|
|
8878
|
-
background-position: center center;
|
|
8879
|
-
background-repeat: no-repeat;
|
|
8880
|
-
background-size: 1.2861736334rem 1.2861736334rem;
|
|
8881
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(30, 45, 190)' d='M12.0447 15.7833L16.5999 19.1998C16.7173 19.2885 16.8586 19.3332 16.9999 19.3332 17.1012 19.3332 17.2039 19.3098 17.2979 19.2632 17.5239 19.1499 17.6666 18.9192 17.6666 18.6665V10.1614L12.0447 15.7833zM5.1955 19.8045C5.32549 19.9345 5.49616 19.9998 5.66682 19.9998 5.83748 19.9998 6.00815 19.9345 6.13814 19.8045L20.8045 5.13814C21.0652 4.87748 21.0652 4.45616 20.8045 4.1955 20.5438 3.93483 20.1225 3.93483 19.8619 4.1955L17.6666 6.39079V5.33347C17.6666 5.08081 17.5239 4.85015 17.2979 4.73682 17.0726 4.62549 16.8019 4.64882 16.5999 4.80015L11.4447 8.66674H6.33347C5.96481 8.66674 5.66682 8.96473 5.66682 9.33339V14.6666C5.66682 15.0353 5.96481 15.3333 6.33347 15.3333H8.72409L5.1955 18.8619C4.93483 19.1225 4.93483 19.5438 5.1955 19.8045z'/%3e%3c/svg%3e");
|
|
8882
|
-
}
|
|
8883
|
-
.ilo--legacyvideo--controls--setvolume,
|
|
8884
|
-
.ilo--legacyvideo--controls .vjs-volume-control,
|
|
8885
|
-
.ilo--legacyvideo .vjs-control-bar--setvolume,
|
|
8886
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-volume-control {
|
|
8887
|
-
background: rgb(235, 245, 253);
|
|
8888
|
-
border-left: 3px solid rgb(184, 196, 204);
|
|
8889
|
-
display: none;
|
|
8890
|
-
height: 2.1436227224rem;
|
|
8891
|
-
order: 1;
|
|
8892
|
-
padding: 0;
|
|
8893
|
-
position: absolute;
|
|
8894
|
-
transform: rotate(270deg);
|
|
8895
|
-
transform-origin: -4px -4px;
|
|
8896
|
-
top: 9px;
|
|
8897
|
-
width: 7.3954983923rem;
|
|
8898
|
-
}
|
|
8899
|
-
.ilo--legacyvideo--controls--setvolume,
|
|
8900
|
-
.ilo--legacyvideo .vjs-control-bar--setvolume {
|
|
8901
|
-
border-left: 8px solid rgb(235, 245, 253);
|
|
8902
|
-
border-right: 8px solid rgb(235, 245, 253);
|
|
8903
|
-
width: 6.5380493033rem;
|
|
8904
|
-
-webkit-appearance: none;
|
|
8905
|
-
}
|
|
8906
|
-
.ilo--legacyvideo--controls--setvolume.show,
|
|
8907
|
-
.ilo--legacyvideo .vjs-control-bar--setvolume.show {
|
|
8908
|
-
display: block;
|
|
8909
|
-
}
|
|
8910
|
-
.ilo--legacyvideo--controls--setvolume-container,
|
|
8911
|
-
.ilo--legacyvideo .vjs-control-bar--setvolume-container {
|
|
8912
|
-
left: -2px;
|
|
8913
|
-
position: absolute;
|
|
8914
|
-
top: -2px;
|
|
8915
|
-
}
|
|
8916
|
-
.ilo--legacyvideo--controls--setvolume::-webkit-slider-runnable-track,
|
|
8917
|
-
.ilo--legacyvideo .vjs-control-bar--setvolume::-webkit-slider-runnable-track {
|
|
8918
|
-
background-color: rgb(30, 45, 190);
|
|
8919
|
-
border: none;
|
|
8920
|
-
box-shadow: none;
|
|
8921
|
-
height: 4px;
|
|
8922
|
-
cursor: pointer;
|
|
8923
|
-
}
|
|
8924
|
-
.ilo--legacyvideo--controls--setvolume::-webkit-slider-thumb,
|
|
8925
|
-
.ilo--legacyvideo .vjs-control-bar--setvolume::-webkit-slider-thumb {
|
|
8926
|
-
background-color: rgb(30, 45, 190);
|
|
8927
|
-
border: none;
|
|
8928
|
-
border-radius: 50%;
|
|
8929
|
-
box-shadow: none;
|
|
8930
|
-
cursor: pointer;
|
|
8931
|
-
height: 16px;
|
|
8932
|
-
margin-top: -5px;
|
|
8933
|
-
width: 16px;
|
|
8934
|
-
-webkit-appearance: none;
|
|
8935
|
-
}
|
|
8936
|
-
.ilo--legacyvideo--controls .vjs-volume-panel.vjs-hover .vjs-volume-control,
|
|
8937
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-volume-panel.vjs-hover .vjs-volume-control {
|
|
8938
|
-
align-items: center;
|
|
8939
|
-
cursor: pointer;
|
|
8940
|
-
display: flex;
|
|
8941
|
-
justify-content: center;
|
|
8942
|
-
}
|
|
8943
|
-
.ilo--legacyvideo--controls .vjs-volume-bar,
|
|
8944
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-volume-bar {
|
|
8945
|
-
height: 4px;
|
|
8946
|
-
position: relative;
|
|
8947
|
-
width: calc(100% - 26px);
|
|
8948
|
-
}
|
|
8949
|
-
.ilo--legacyvideo--controls .vjs-mouse-display,
|
|
8950
|
-
.ilo--legacyvideo--controls .vjs-volume-level,
|
|
8951
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-mouse-display,
|
|
8952
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-volume-level {
|
|
8953
|
-
height: 4px;
|
|
8954
|
-
left: 0;
|
|
8955
|
-
position: absolute;
|
|
8956
|
-
top: 0;
|
|
8957
|
-
}
|
|
8958
|
-
.ilo--legacyvideo--controls .vjs-mouse-display,
|
|
8959
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-mouse-display {
|
|
8960
|
-
background-color: rgb(184, 196, 204);
|
|
8961
|
-
width: 100%;
|
|
8962
|
-
}
|
|
8963
|
-
.ilo--legacyvideo--controls .vjs-volume-level,
|
|
8964
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-volume-level {
|
|
8965
|
-
background-color: rgb(30, 45, 190);
|
|
8966
|
-
}
|
|
8967
|
-
.ilo--legacyvideo--controls .vjs-volume-level:before,
|
|
8968
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-volume-level:before {
|
|
8969
|
-
background: rgb(30, 45, 190);
|
|
8970
|
-
border-radius: 50%;
|
|
8971
|
-
content: "";
|
|
8972
|
-
height: 16px;
|
|
8973
|
-
margin: 0;
|
|
8974
|
-
padding: 0;
|
|
8975
|
-
position: absolute;
|
|
8976
|
-
right: -16px;
|
|
8977
|
-
top: 50%;
|
|
8978
|
-
width: 16px;
|
|
8979
|
-
-webkit-transform: translate(-50%, -50%);
|
|
8980
|
-
-ms-transform: translate(-50%, -50%);
|
|
8981
|
-
transform: translate(-50%, -50%);
|
|
8982
|
-
}
|
|
8983
|
-
.ilo--legacyvideo--controls .vjs-volume-tooltip,
|
|
8984
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-volume-tooltip {
|
|
8985
|
-
display: none;
|
|
8986
|
-
}
|
|
8987
|
-
.ilo--legacyvideo--controls--fullscreen,
|
|
8988
|
-
.ilo--legacyvideo--controls .vjs-fullscreen-control,
|
|
8989
|
-
.ilo--legacyvideo .vjs-control-bar--fullscreen,
|
|
8990
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-fullscreen-control {
|
|
8991
|
-
background-color: rgb(45, 45, 45);
|
|
8992
|
-
border: none;
|
|
8993
|
-
cursor: pointer;
|
|
8994
|
-
display: none;
|
|
8995
|
-
height: 100%;
|
|
8996
|
-
margin-left: 2px;
|
|
8997
|
-
order: 5;
|
|
8998
|
-
width: 2.1436227224rem;
|
|
8999
|
-
-webkit-appearance: none;
|
|
9000
|
-
-moz-appearance: none;
|
|
9001
|
-
background-position: center center;
|
|
9002
|
-
background-repeat: no-repeat;
|
|
9003
|
-
background-size: 1.2861736334rem 1.2861736334rem;
|
|
9004
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(237, 240, 242)' d='M14.2721 5L16.6865 7.41373 13.8228 10.2774 14.7226 11.1772 17.5863 8.31355 20 10.7273V5H14.2721zM14.7226 12.8228L13.8228 13.7226 16.6865 16.5863 14.2727 19H20V13.2721L17.5863 15.6865 14.7226 12.8228zM11.2774 12.8228L8.41373 15.6865 6 13.2727V19H11.7279L9.31355 16.5863 12.1772 13.7226 11.2774 12.8228zM11.7273 5H6V10.7279L8.41373 8.31355 11.2774 11.1772 12.1772 10.2774 9.31355 7.41373 11.7273 5z'/%3e%3c/svg%3e");
|
|
9005
|
-
}
|
|
9006
|
-
.ilo--legacyvideo--controls--fullscreen:hover, .ilo--legacyvideo--controls--fullscreen:focus,
|
|
9007
|
-
.ilo--legacyvideo--controls .vjs-fullscreen-control:hover,
|
|
9008
|
-
.ilo--legacyvideo--controls .vjs-fullscreen-control:focus,
|
|
9009
|
-
.ilo--legacyvideo .vjs-control-bar--fullscreen:hover,
|
|
9010
|
-
.ilo--legacyvideo .vjs-control-bar--fullscreen:focus,
|
|
9011
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-fullscreen-control:hover,
|
|
9012
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-fullscreen-control:focus {
|
|
9013
|
-
background-color: #ebf5fd;
|
|
9014
|
-
background-position: center center;
|
|
9015
|
-
background-repeat: no-repeat;
|
|
9016
|
-
background-size: 1.2861736334rem 1.2861736334rem;
|
|
9017
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(30, 45, 190)' d='M14.2721 5L16.6865 7.41373 13.8228 10.2774 14.7226 11.1772 17.5863 8.31355 20 10.7273V5H14.2721zM14.7226 12.8228L13.8228 13.7226 16.6865 16.5863 14.2727 19H20V13.2721L17.5863 15.6865 14.7226 12.8228zM11.2774 12.8228L8.41373 15.6865 6 13.2727V19H11.7279L9.31355 16.5863 12.1772 13.7226 11.2774 12.8228zM11.7273 5H6V10.7279L8.41373 8.31355 11.2774 11.1772 12.1772 10.2774 9.31355 7.41373 11.7273 5z'/%3e%3c/svg%3e");
|
|
9018
|
-
}
|
|
9019
|
-
.ilo--legacyvideo--controls--fullscreen.show,
|
|
9020
|
-
.ilo--legacyvideo--controls .vjs-fullscreen-control.show,
|
|
9021
|
-
.ilo--legacyvideo .vjs-control-bar--fullscreen.show,
|
|
9022
|
-
.ilo--legacyvideo .vjs-control-bar .vjs-fullscreen-control.show {
|
|
9023
|
-
display: block;
|
|
9024
|
-
}
|
|
9025
|
-
.ilo--legacyvideo .vjs-control-bar {
|
|
9026
|
-
bottom: 0;
|
|
9027
|
-
left: -5px;
|
|
9028
|
-
width: calc(100% + 5px);
|
|
9029
|
-
}
|
|
9030
|
-
.ilo--legacyvideo--element:not(.vjs-has-started) .vjs-control-bar {
|
|
9031
|
-
bottom: auto;
|
|
9032
|
-
left: -5px;
|
|
9033
|
-
opacity: 1;
|
|
9034
|
-
top: 0;
|
|
9035
|
-
}
|
|
9036
|
-
@media screen and (min-width: 1024px) {
|
|
9037
|
-
.ilo--legacyvideo--element:not(.vjs-has-started) .vjs-control-bar {
|
|
9038
|
-
flex-direction: column;
|
|
9039
|
-
height: 158px;
|
|
9040
|
-
justify-content: flex-start;
|
|
9041
|
-
left: 0;
|
|
9042
|
-
width: 80px;
|
|
9043
|
-
}
|
|
9044
|
-
[dir=rtl] .ilo--legacyvideo--element:not(.vjs-has-started) .vjs-control-bar {
|
|
9045
|
-
left: auto;
|
|
9046
|
-
right: 0;
|
|
9047
|
-
}
|
|
9048
|
-
}
|
|
9049
|
-
.ilo--legacyvideo--element:not(.vjs-has-started) .vjs-duration {
|
|
9050
|
-
display: block;
|
|
9051
|
-
}
|
|
9052
|
-
@media screen and (min-width: 1024px) {
|
|
9053
|
-
.ilo--legacyvideo--element:not(.vjs-has-started) .vjs-duration {
|
|
9054
|
-
height: 2.1436227224rem;
|
|
9055
|
-
margin-left: 0;
|
|
9056
|
-
margin-top: 2px;
|
|
9057
|
-
width: 4.2872454448rem;
|
|
9058
|
-
}
|
|
9059
|
-
.ilo--legacyvideo--element:not(.vjs-has-started) .vjs-play-control {
|
|
9060
|
-
order: 1;
|
|
9061
|
-
height: 4.2872454448rem;
|
|
9062
|
-
width: 4.2872454448rem;
|
|
9063
|
-
}
|
|
9064
|
-
}
|
|
9065
|
-
.ilo--legacyvideo .vjs-youtube {
|
|
9066
|
-
padding-bottom: 56%;
|
|
9067
|
-
}
|
|
9068
|
-
.ilo--legacyvideo .vjs-youtube:not(.vjs-has-started) .vjs-poster {
|
|
9069
|
-
display: block;
|
|
9070
|
-
}
|
|
9071
|
-
.ilo--legacyvideo .vjs-control:focus,
|
|
9072
|
-
.ilo--legacyvideo .vjs-control *:focus {
|
|
9073
|
-
outline: none;
|
|
9074
|
-
}
|
|
9075
|
-
.ilo--legacyvideo .vjs-has-started .vjs-control:not(.vjs-duration):not(.vjs-volume-control) {
|
|
9076
|
-
display: block;
|
|
9077
|
-
}
|
|
9078
|
-
.ilo--legacyvideo:hover .ilo--legacyvideo--controls,
|
|
9079
|
-
.ilo--legacyvideo:hover .vjs-control-bar, .ilo--legacyvideo:focus .ilo--legacyvideo--controls,
|
|
9080
|
-
.ilo--legacyvideo:focus .vjs-control-bar, .ilo--legacyvideo:focus-within .ilo--legacyvideo--controls,
|
|
9081
|
-
.ilo--legacyvideo:focus-within .vjs-control-bar {
|
|
9082
|
-
opacity: 1;
|
|
9083
|
-
transition: opacity 150ms ease-out;
|
|
9084
|
-
}
|
|
9085
|
-
.ilo--legacyvideo .vjs-loading-spinner {
|
|
9086
|
-
display: none;
|
|
9087
|
-
}
|
|
9088
|
-
.ilo--legacyvideo .vjs-time-divider,
|
|
9089
|
-
.ilo--legacyvideo .vjs-remaining-time,
|
|
9090
|
-
.ilo--legacyvideo .vjs-current-time,
|
|
9091
|
-
.ilo--legacyvideo .vjs-control-text {
|
|
9092
|
-
display: none !important;
|
|
9093
|
-
}
|
|
9094
|
-
|
|
9095
|
-
.ilo--legacyvideo--container {
|
|
9096
|
-
position: relative;
|
|
9097
|
-
}
|
|
9098
|
-
|
|
9099
|
-
[dir=rtl] .ilo--legacyvideo--caption {
|
|
9100
|
-
border-left: none;
|
|
9101
|
-
border-right: 3px solid #b8c4cc;
|
|
9102
|
-
padding-left: 0;
|
|
9103
|
-
padding-right: 0.4287245445rem;
|
|
9104
|
-
}
|
|
9105
|
-
[dir=rtl] .ilo--credit {
|
|
9106
|
-
left: auto;
|
|
9107
|
-
right: 0;
|
|
9108
|
-
}
|
|
9109
|
-
|
|
9110
|
-
/**
|
|
9111
|
-
* Do not edit directly
|
|
9112
|
-
* Generated on Mon, 26 Feb 2024 15:47:23 GMT
|
|
8170
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
9113
8171
|
*/
|
|
9114
8172
|
/**
|
|
9115
8173
|
* TOKENS:
|
|
@@ -9489,7 +8547,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
9489
8547
|
|
|
9490
8548
|
/**
|
|
9491
8549
|
* Do not edit directly
|
|
9492
|
-
* Generated on
|
|
8550
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
9493
8551
|
*/
|
|
9494
8552
|
/**
|
|
9495
8553
|
* TOKENS:
|
|
@@ -9499,7 +8557,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
9499
8557
|
*/
|
|
9500
8558
|
/**
|
|
9501
8559
|
* Do not edit directly
|
|
9502
|
-
* Generated on
|
|
8560
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
9503
8561
|
*/
|
|
9504
8562
|
/**
|
|
9505
8563
|
* TOKENS:
|
|
@@ -9524,7 +8582,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
9524
8582
|
}
|
|
9525
8583
|
/**
|
|
9526
8584
|
* Do not edit directly
|
|
9527
|
-
* Generated on
|
|
8585
|
+
* Generated on Tue, 05 Mar 2024 10:47:50 GMT
|
|
9528
8586
|
*/
|
|
9529
8587
|
/**
|
|
9530
8588
|
* TOKENS:
|
|
@@ -9545,7 +8603,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
9545
8603
|
}
|
|
9546
8604
|
.ilo--social-media--headline {
|
|
9547
8605
|
color: rgb(35, 0, 80);
|
|
9548
|
-
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
8606
|
+
font-family: Overpass, Noto Sans, Noto Sans CJK JP, Yu Gothic, Hiragino Sans, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
9549
8607
|
font-weight: 700;
|
|
9550
8608
|
font-size: 16px;
|
|
9551
8609
|
letter-spacing: normal;
|
|
@@ -9667,4 +8725,9 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
9667
8725
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(30, 45, 190)' viewBox='0 0 14 18'%3e%3cpath d='m13.1945 4.73109c-.8021-.17157-1.5284-.59484-2.0731-1.20811-.5446-.61328-.8791-1.38448-.9548-2.2012v-.354182h-2.76677v10.980502c-.00171.4861-.15569.9594-.44031 1.3535-.28461.3941-.68556.6891-1.14648.8436-.46093.1545-.95867.1606-1.42328.0176s-.87274-.428-1.16703-.8149c-.29886-.3934-.46465-.8717-.47332-1.3657s.14023-.9778.4251-1.3815c.28487-.4036.69091-.70601 1.15923-.86333.46833-.15732.97458-.16138 1.44537-.01158v-2.81098c-1.04982-.14512-2.11874.04152-3.05726.53382-.93852.49231-1.69968 1.26565-2.177035 2.21185-.477352.94622-.647012 2.01792-.4852503 3.06532.1617623 1.0474.6468563 2.018 1.3874253 2.7761.70625.7227 1.61181 1.2184 2.60108 1.4241.98928.2056 2.0174.1118 2.95313-.2694.93572-.3813 1.7366-1.0328 2.30041-1.8713s.86499-1.826.86499-2.8364v-5.61074c1.1182.79939 2.4589 1.22803 3.8334 1.22559v-2.74913c-.2707.00033-.5407-.02766-.8055-.08353z'/%3e%3c/svg%3e");
|
|
9668
8726
|
}
|
|
9669
8727
|
|
|
8728
|
+
.ilo--icon:not([data-js-processed=true]) {
|
|
8729
|
+
height: 24px;
|
|
8730
|
+
width: 24px;
|
|
8731
|
+
}
|
|
8732
|
+
|
|
9670
8733
|
/*# sourceMappingURL=monorepo.css.map */
|