@ilo-org/styles 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/css/components/index.css +550 -223
- package/build/css/components/index.css.map +1 -1
- package/build/css/index.css +550 -223
- package/build/css/index.css.map +1 -1
- package/build/css/monorepo.css +550 -223
- 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/package.json +3 -3
- package/scss/components/_breadcrumb.scss +25 -16
- package/scss/components/_card.scss +87 -9
- package/scss/components/_checkbox.scss +0 -14
- package/scss/components/_contextmenu.scss +3 -2
- package/scss/components/_credit.scss +37 -0
- package/scss/components/_dropdown.scss +23 -8
- package/scss/components/_fieldset.scss +1 -0
- package/scss/components/_footer.scss +3 -1
- package/scss/components/_image.scss +14 -0
- package/scss/components/_input.scss +1 -13
- package/scss/components/_linklist.scss +1 -0
- package/scss/components/_modal.scss +9 -1
- package/scss/components/_profile.scss +15 -28
- package/scss/components/_radio.scss +0 -14
- package/scss/components/_richtext.scss +54 -0
- package/scss/components/_searchfield.scss +2 -2
- package/scss/components/_table.scss +17 -4
- package/scss/components/_tableofcontents.scss +140 -1
- package/scss/components/_tabs.scss +15 -31
- package/scss/components/_textarea.scss +0 -12
- package/scss/components/_video.scss +42 -5
package/build/css/index.css
CHANGED
|
@@ -151,7 +151,7 @@ select {
|
|
|
151
151
|
}
|
|
152
152
|
/**
|
|
153
153
|
* Do not edit directly
|
|
154
|
-
* Generated on
|
|
154
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
155
155
|
*/
|
|
156
156
|
/**
|
|
157
157
|
* TOKENS:
|
|
@@ -250,7 +250,7 @@ body {
|
|
|
250
250
|
|
|
251
251
|
/**
|
|
252
252
|
* Do not edit directly
|
|
253
|
-
* Generated on
|
|
253
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
254
254
|
*/
|
|
255
255
|
/**
|
|
256
256
|
* TOKENS:
|
|
@@ -350,7 +350,32 @@ body {
|
|
|
350
350
|
|
|
351
351
|
/**
|
|
352
352
|
* Do not edit directly
|
|
353
|
-
* Generated on
|
|
353
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
354
|
+
*/
|
|
355
|
+
/**
|
|
356
|
+
* TOKENS:
|
|
357
|
+
*/
|
|
358
|
+
/**
|
|
359
|
+
* MAPS:
|
|
360
|
+
*/
|
|
361
|
+
@keyframes emptygradient {
|
|
362
|
+
0% {
|
|
363
|
+
opacity: 1;
|
|
364
|
+
}
|
|
365
|
+
100% {
|
|
366
|
+
opacity: 0;
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
@keyframes spin {
|
|
370
|
+
100% {
|
|
371
|
+
-moz-transform: rotate(360deg);
|
|
372
|
+
-webkit-transform: rotate(360deg);
|
|
373
|
+
transform: rotate(360deg);
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
/**
|
|
377
|
+
* Do not edit directly
|
|
378
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
354
379
|
*/
|
|
355
380
|
/**
|
|
356
381
|
* TOKENS:
|
|
@@ -367,7 +392,7 @@ body {
|
|
|
367
392
|
background-color: rgb(255, 255, 255);
|
|
368
393
|
display: inline-flex;
|
|
369
394
|
justify-content: flex-start;
|
|
370
|
-
padding: 0.
|
|
395
|
+
padding: 0.857449089rem 0 0.857449089rem 0.6430868167rem;
|
|
371
396
|
position: relative;
|
|
372
397
|
}
|
|
373
398
|
.ilo--breadcrumb--items.context--menu {
|
|
@@ -382,6 +407,7 @@ body {
|
|
|
382
407
|
height: 0.857449089rem;
|
|
383
408
|
padding: 0 1.2861736334rem 0 0.5359056806rem;
|
|
384
409
|
text-decoration: none;
|
|
410
|
+
text-decoration-thickness: 0.1071811361rem;
|
|
385
411
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 16'%3e%3cpath fill='rgb(35, 0, 80)' d='M1.73149 16L0.613281 15.1855L5.83848 8L0.613281 0.814495L1.73149 0L7.25349 7.59275C7.33987 7.71097 7.38643 7.85359 7.38643 8C7.38643 8.14641 7.33987 8.28903 7.25349 8.40725L1.73149 16Z'/%3e%3c/svg%3e");
|
|
386
412
|
}
|
|
387
413
|
.ilo--breadcrumb--link--label {
|
|
@@ -394,6 +420,7 @@ body {
|
|
|
394
420
|
.ilo--breadcrumb--link:hover, .ilo--breadcrumb--link:focus {
|
|
395
421
|
color: rgb(30, 45, 190);
|
|
396
422
|
text-decoration: underline;
|
|
423
|
+
text-decoration-thickness: 0.1071811361rem;
|
|
397
424
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 16'%3e%3cpath fill='rgb(30, 45, 190)' d='M1.73149 16L0.613281 15.1855L5.83848 8L0.613281 0.814495L1.73149 0L7.25349 7.59275C7.33987 7.71097 7.38643 7.85359 7.38643 8C7.38643 8.14641 7.33987 8.28903 7.25349 8.40725L1.73149 16Z'/%3e%3c/svg%3e");
|
|
398
425
|
}
|
|
399
426
|
.ilo--breadcrumb--item {
|
|
@@ -452,6 +479,10 @@ body {
|
|
|
452
479
|
width: 2.2508038585rem;
|
|
453
480
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 4'%3e%3cpath fill='rgb(35, 0, 80)' d='M2 4C3.10457 4 4 3.10457 4 2 4 .89543 3.10457 0 2 0 .89543 0 0 .89543 0 2 0 3.10457.89543 4 2 4zM8 4C9.10457 4 10 3.10457 10 2 10 .89543 9.10457 0 8 0 6.89543 0 6 .89543 6 2 6 3.10457 6.89543 4 8 4zM14 4C15.1046 4 16 3.10457 16 2 16 .89543 15.1046 0 14 0 12.8954 0 12 .89543 12 2 12 3.10457 12.8954 4 14 4z'/%3e%3c/svg%3e");
|
|
454
481
|
}
|
|
482
|
+
.ilo--breadcrumb.contextmenu .ilo--breadcrumb--item--context:hover {
|
|
483
|
+
cursor: pointer;
|
|
484
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 4'%3e%3cpath fill='rgb(30, 45, 190)' d='M2 4C3.10457 4 4 3.10457 4 2 4 .89543 3.10457 0 2 0 .89543 0 0 .89543 0 2 0 3.10457.89543 4 2 4zM8 4C9.10457 4 10 3.10457 10 2 10 .89543 9.10457 0 8 0 6.89543 0 6 .89543 6 2 6 3.10457 6.89543 4 8 4zM14 4C15.1046 4 16 3.10457 16 2 16 .89543 15.1046 0 14 0 12.8954 0 12 .89543 12 2 12 3.10457 12.8954 4 14 4z'/%3e%3c/svg%3e");
|
|
485
|
+
}
|
|
455
486
|
.ilo--breadcrumb.contextmenu .ilo--breadcrumb--item--context:after {
|
|
456
487
|
background-position: center center;
|
|
457
488
|
background-repeat: no-repeat;
|
|
@@ -471,11 +502,18 @@ body {
|
|
|
471
502
|
left: -2.1436227224rem;
|
|
472
503
|
opacity: 0;
|
|
473
504
|
position: absolute;
|
|
474
|
-
top: calc(100% +
|
|
475
|
-
transition: opacity 0.75s linear;
|
|
476
|
-
transition-delay: 0.5s;
|
|
505
|
+
top: calc(100% + 24px);
|
|
477
506
|
width: 6.4308681672rem;
|
|
478
507
|
z-index: 10;
|
|
508
|
+
transition-property: opacity;
|
|
509
|
+
transition-duration: 150ms;
|
|
510
|
+
transition-timing-function: ease-out;
|
|
511
|
+
}
|
|
512
|
+
.ilo--breadcrumb.contextmenu .ilo--breadcrumb--item--context .context--menu.open {
|
|
513
|
+
opacity: 1;
|
|
514
|
+
transition-property: opacity;
|
|
515
|
+
transition-duration: 150ms;
|
|
516
|
+
transition-timing-function: ease-out;
|
|
479
517
|
}
|
|
480
518
|
.ilo--breadcrumb.contextmenu .ilo--breadcrumb--item--context .context--menu:before {
|
|
481
519
|
background-position: top center;
|
|
@@ -490,6 +528,9 @@ body {
|
|
|
490
528
|
transform: translateX(-50%) rotate(135deg);
|
|
491
529
|
width: 0.6430868167rem;
|
|
492
530
|
}
|
|
531
|
+
.ilo--breadcrumb.contextmenu .ilo--breadcrumb--item--context .context--menu:hover {
|
|
532
|
+
cursor: pointer;
|
|
533
|
+
}
|
|
493
534
|
.ilo--breadcrumb.contextmenu .ilo--breadcrumb--item--context .context--menu .ilo--breadcrumb--item {
|
|
494
535
|
display: inline-block;
|
|
495
536
|
height: auto;
|
|
@@ -505,7 +546,8 @@ body {
|
|
|
505
546
|
text-decoration: none;
|
|
506
547
|
}
|
|
507
548
|
.ilo--breadcrumb.contextmenu .ilo--breadcrumb--item--context .context--menu .ilo--breadcrumb--item:hover .ilo--breadcrumb--link, .ilo--breadcrumb.contextmenu .ilo--breadcrumb--item--context .context--menu .ilo--breadcrumb--item:focus .ilo--breadcrumb--link {
|
|
508
|
-
text-decoration:
|
|
549
|
+
text-decoration: underline;
|
|
550
|
+
text-decoration-thickness: 0.1071811361rem;
|
|
509
551
|
}
|
|
510
552
|
.ilo--breadcrumb.contextmenu .ilo--breadcrumb--item--context .context--menu .ilo--breadcrumb--item.endsection {
|
|
511
553
|
border-bottom: 0.1071811361rem solid rgb(255, 255, 255);
|
|
@@ -541,20 +583,16 @@ body {
|
|
|
541
583
|
text-decoration: underline;
|
|
542
584
|
text-decoration-thickness: 0.1071811361rem;
|
|
543
585
|
}
|
|
544
|
-
.ilo--breadcrumb.contextmenu .ilo--breadcrumb--item--context:hover .context--menu, .ilo--breadcrumb.contextmenu .ilo--breadcrumb--item--context:focus .context--menu {
|
|
545
|
-
opacity: 1;
|
|
546
|
-
transition: opacity 1.5s ease-out;
|
|
547
|
-
}
|
|
548
586
|
@media screen and (min-width: 610px) {
|
|
549
587
|
.ilo--breadcrumb--items:after {
|
|
550
588
|
background: linear-gradient(to bottom right, white 50%, transparent 50%);
|
|
551
589
|
content: "";
|
|
552
590
|
display: inline-block;
|
|
553
|
-
height:
|
|
591
|
+
height: 47px;
|
|
554
592
|
position: absolute;
|
|
555
|
-
right: -
|
|
593
|
+
right: -47px;
|
|
556
594
|
top: 0;
|
|
557
|
-
width:
|
|
595
|
+
width: 47px;
|
|
558
596
|
}
|
|
559
597
|
.ilo--breadcrumb--items.context--menu:after {
|
|
560
598
|
content: none;
|
|
@@ -567,7 +605,7 @@ body {
|
|
|
567
605
|
|
|
568
606
|
/**
|
|
569
607
|
* Do not edit directly
|
|
570
|
-
* Generated on
|
|
608
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
571
609
|
*/
|
|
572
610
|
/**
|
|
573
611
|
* TOKENS:
|
|
@@ -577,7 +615,7 @@ body {
|
|
|
577
615
|
*/
|
|
578
616
|
/**
|
|
579
617
|
* Do not edit directly
|
|
580
|
-
* Generated on
|
|
618
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
581
619
|
*/
|
|
582
620
|
/**
|
|
583
621
|
* TOKENS:
|
|
@@ -602,7 +640,7 @@ body {
|
|
|
602
640
|
}
|
|
603
641
|
/**
|
|
604
642
|
* Do not edit directly
|
|
605
|
-
* Generated on
|
|
643
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
606
644
|
*/
|
|
607
645
|
/**
|
|
608
646
|
* TOKENS:
|
|
@@ -892,7 +930,7 @@ body {
|
|
|
892
930
|
|
|
893
931
|
/**
|
|
894
932
|
* Do not edit directly
|
|
895
|
-
* Generated on
|
|
933
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
896
934
|
*/
|
|
897
935
|
/**
|
|
898
936
|
* TOKENS:
|
|
@@ -957,7 +995,7 @@ body {
|
|
|
957
995
|
position: relative;
|
|
958
996
|
}
|
|
959
997
|
.ilo--callout--toggle--icon {
|
|
960
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24
|
|
998
|
+
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='M12 16.7791L4 8.77914L5.45455 7.2207L12 13.7662L18.5455 7.2207L20 8.77914L12 16.7791Z'/%3e%3c/svg%3e");
|
|
961
999
|
background-position: right;
|
|
962
1000
|
background-repeat: no-repeat;
|
|
963
1001
|
display: inline-block;
|
|
@@ -985,7 +1023,7 @@ body {
|
|
|
985
1023
|
}
|
|
986
1024
|
.ilo--callout .icon--info {
|
|
987
1025
|
background-color: rgb(30, 45, 190);
|
|
988
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'
|
|
1026
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='rgb(255, 255, 255)' d='M8 0C6.4 0 4.9.5 3.6 1.3c-1.4.9-2.4 2.2-3 3.6C0 6.4-.2 8 .2 9.6c.3 1.6 1.1 3 2.2 4.1 1.1 1.1 2.5 1.9 4.1 2.2s3.2.2 4.6-.5c1.5-.6 2.7-1.6 3.6-2.9.8-1.4 1.3-2.9 1.3-4.5 0-2.1-.8-4.2-2.3-5.7C12.2.8 10.1 0 8 0zm0 14c-1.2 0-2.3-.4-3.3-1-1-.7-1.8-1.6-2.2-2.7C2 9.2 1.9 8 2.1 6.8c.2-1.2.8-2.2 1.6-3.1.8-.8 1.9-1.4 3.1-1.6 1.2-.2 2.4-.1 3.5.4s2 1.2 2.7 2.2c.7 1 1 2.1 1 3.3 0 1.6-.6 3.1-1.8 4.2C11.1 13.4 9.6 14 8 14z'/%3e%3cpath fill='rgb(255, 255, 255)' d='M9 7H7v5h2V7zM8 6c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1z'/%3e%3c/svg%3e");
|
|
989
1027
|
}
|
|
990
1028
|
.ilo--callout .icon--success {
|
|
991
1029
|
background-color: rgb(140, 225, 100);
|
|
@@ -1022,7 +1060,7 @@ body {
|
|
|
1022
1060
|
|
|
1023
1061
|
/**
|
|
1024
1062
|
* Do not edit directly
|
|
1025
|
-
* Generated on
|
|
1063
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
1026
1064
|
*/
|
|
1027
1065
|
/**
|
|
1028
1066
|
* TOKENS:
|
|
@@ -1041,7 +1079,7 @@ body {
|
|
|
1041
1079
|
color: rgb(30, 45, 190);
|
|
1042
1080
|
text-decoration: none;
|
|
1043
1081
|
}
|
|
1044
|
-
.ilo--card--action:hover
|
|
1082
|
+
.ilo--card--action:hover.ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink), .ilo--card--action:focus.ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink) {
|
|
1045
1083
|
background: rgb(255, 255, 255);
|
|
1046
1084
|
}
|
|
1047
1085
|
.ilo--card--action:hover .ilo--card--eyebrow, .ilo--card--action:focus .ilo--card--eyebrow {
|
|
@@ -1083,22 +1121,22 @@ body {
|
|
|
1083
1121
|
.ilo--card--light {
|
|
1084
1122
|
background: rgb(255, 255, 255);
|
|
1085
1123
|
}
|
|
1086
|
-
.ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink) {
|
|
1124
|
+
.ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink):not(:hover):not(:focus) {
|
|
1087
1125
|
background: rgb(35, 0, 80);
|
|
1088
1126
|
}
|
|
1089
|
-
.ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink) .ilo--card--eyebrow {
|
|
1127
|
+
.ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink):not(:hover):not(:focus) .ilo--card--eyebrow {
|
|
1090
1128
|
color: rgb(237, 240, 242);
|
|
1091
1129
|
}
|
|
1092
|
-
.ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink) .ilo--card--title {
|
|
1130
|
+
.ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink):not(:hover):not(:focus) .ilo--card--title {
|
|
1093
1131
|
color: rgb(255, 255, 255);
|
|
1094
1132
|
}
|
|
1095
|
-
.ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink) .ilo--card--intro {
|
|
1133
|
+
.ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink):not(:hover):not(:focus) .ilo--card--intro {
|
|
1096
1134
|
color: rgb(237, 240, 242);
|
|
1097
1135
|
}
|
|
1098
|
-
.ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink) .ilo--card--date {
|
|
1136
|
+
.ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink):not(:hover):not(:focus) .ilo--card--date {
|
|
1099
1137
|
color: rgb(237, 240, 242);
|
|
1100
1138
|
}
|
|
1101
|
-
.ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink) .ilo--card--eventdate {
|
|
1139
|
+
.ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink):not(:hover):not(:focus) .ilo--card--eventdate {
|
|
1102
1140
|
color: rgb(237, 240, 242);
|
|
1103
1141
|
}
|
|
1104
1142
|
.ilo--card--cornercut:not(.ilo--card--multilink):not(.ilo--card--detail):not(.ilo--card--feature) {
|
|
@@ -1218,12 +1256,35 @@ body {
|
|
|
1218
1256
|
}
|
|
1219
1257
|
}
|
|
1220
1258
|
.ilo--card--multilink .ilo--card--title {
|
|
1221
|
-
|
|
1259
|
+
font-size: 23.32px;
|
|
1260
|
+
letter-spacing: -0.035em;
|
|
1261
|
+
line-height: 29.15px;
|
|
1222
1262
|
margin-bottom: 0.7188906752rem;
|
|
1263
|
+
color: rgb(45, 45, 45);
|
|
1264
|
+
}
|
|
1265
|
+
@media screen and (min-width: 610px) {
|
|
1266
|
+
.ilo--card--multilink .ilo--card--title {
|
|
1267
|
+
font-size: 29.16px;
|
|
1268
|
+
letter-spacing: -0.035em;
|
|
1269
|
+
line-height: 36.45px;
|
|
1270
|
+
margin-bottom: 0.5741425509rem;
|
|
1271
|
+
}
|
|
1223
1272
|
}
|
|
1224
1273
|
.ilo--card--multilink .ilo--card--intro {
|
|
1274
|
+
font-size: 16px;
|
|
1275
|
+
letter-spacing: normal;
|
|
1276
|
+
line-height: 23.36px;
|
|
1277
|
+
margin-bottom: 1.910132288rem;
|
|
1225
1278
|
color: rgb(45, 45, 45);
|
|
1226
1279
|
}
|
|
1280
|
+
@media screen and (min-width: 610px) {
|
|
1281
|
+
.ilo--card--multilink .ilo--card--intro {
|
|
1282
|
+
font-size: 18.66px;
|
|
1283
|
+
letter-spacing: normal;
|
|
1284
|
+
line-height: 27.24px;
|
|
1285
|
+
margin-bottom: 1.8685411561rem;
|
|
1286
|
+
}
|
|
1287
|
+
}
|
|
1227
1288
|
.ilo--card--multilink.ilo--card--dark {
|
|
1228
1289
|
background: rgb(255, 255, 255);
|
|
1229
1290
|
}
|
|
@@ -1280,6 +1341,16 @@ body {
|
|
|
1280
1341
|
.ilo--card--multilink.ilo--card--narrow {
|
|
1281
1342
|
padding: 2.1436227224rem 1.2861736334rem 2.5723472669rem;
|
|
1282
1343
|
}
|
|
1344
|
+
@media screen and (min-width: 610px) {
|
|
1345
|
+
.ilo--card--multilink.ilo--card--narrow {
|
|
1346
|
+
padding: 2.1436227224rem 1.2861736334rem 2.5723472669rem;
|
|
1347
|
+
}
|
|
1348
|
+
}
|
|
1349
|
+
@media screen and (min-width: 1024px) {
|
|
1350
|
+
.ilo--card--multilink.ilo--card--narrow {
|
|
1351
|
+
padding: 2.1436227224rem 1.2861736334rem 2.5723472669rem;
|
|
1352
|
+
}
|
|
1353
|
+
}
|
|
1283
1354
|
.ilo--card--multilink.ilo--card--narrow .ilo--card--image--wrapper {
|
|
1284
1355
|
display: none;
|
|
1285
1356
|
}
|
|
@@ -1288,13 +1359,19 @@ body {
|
|
|
1288
1359
|
margin-bottom: 1.2861736334rem;
|
|
1289
1360
|
}
|
|
1290
1361
|
@media screen and (min-width: 610px) {
|
|
1291
|
-
.ilo--card--multilink.ilo--card--narrow {
|
|
1292
|
-
|
|
1362
|
+
.ilo--card--multilink.ilo--card--narrow .ilo--card--title {
|
|
1363
|
+
font-size: 23.32px;
|
|
1364
|
+
letter-spacing: -0.035em;
|
|
1365
|
+
line-height: 29.15px;
|
|
1366
|
+
margin-bottom: 0.7188906752rem;
|
|
1293
1367
|
}
|
|
1294
1368
|
}
|
|
1295
|
-
@media screen and (min-width:
|
|
1296
|
-
.ilo--card--multilink.ilo--card--narrow {
|
|
1297
|
-
|
|
1369
|
+
@media screen and (min-width: 610px) {
|
|
1370
|
+
.ilo--card--multilink.ilo--card--narrow .ilo--card--intro {
|
|
1371
|
+
font-size: 16px;
|
|
1372
|
+
letter-spacing: normal;
|
|
1373
|
+
line-height: 23.36px;
|
|
1374
|
+
margin-bottom: 1.910132288rem;
|
|
1298
1375
|
}
|
|
1299
1376
|
}
|
|
1300
1377
|
.ilo--card--multilink .ilo--link-list {
|
|
@@ -1532,6 +1609,14 @@ body {
|
|
|
1532
1609
|
line-height: 36.45px;
|
|
1533
1610
|
margin-bottom: 0.5741425509rem;
|
|
1534
1611
|
}
|
|
1612
|
+
@media screen and (min-width: 610px) {
|
|
1613
|
+
.ilo--card--graphicpromo.ilo--card--narrow .ilo--card--title {
|
|
1614
|
+
font-size: 36.45px;
|
|
1615
|
+
letter-spacing: -0.035em;
|
|
1616
|
+
line-height: 43.74px;
|
|
1617
|
+
margin-bottom: 0.4278063594rem;
|
|
1618
|
+
}
|
|
1619
|
+
}
|
|
1535
1620
|
.ilo--card--graphicpromo.ilo--card--narrow .ilo--card--intro {
|
|
1536
1621
|
font-size: 16px;
|
|
1537
1622
|
letter-spacing: normal;
|
|
@@ -1708,8 +1793,12 @@ body {
|
|
|
1708
1793
|
}
|
|
1709
1794
|
}
|
|
1710
1795
|
.ilo--card--data .ilo--card--image--wrapper {
|
|
1796
|
+
display: none;
|
|
1711
1797
|
width: max(10.9860664523rem, 50%);
|
|
1712
1798
|
}
|
|
1799
|
+
.ilo--card--data .ilo--card--content .ilo--card--image--wrapper {
|
|
1800
|
+
display: block;
|
|
1801
|
+
}
|
|
1713
1802
|
.ilo--card--data--content-label {
|
|
1714
1803
|
font-size: 14.93px;
|
|
1715
1804
|
letter-spacing: normal;
|
|
@@ -1741,7 +1830,8 @@ body {
|
|
|
1741
1830
|
margin-right: 0;
|
|
1742
1831
|
}
|
|
1743
1832
|
.ilo--card--feature {
|
|
1744
|
-
border-bottom: 0.1607717042rem solid rgb(
|
|
1833
|
+
border-bottom: 0.1607717042rem solid rgb(184, 196, 204);
|
|
1834
|
+
filter: drop-shadow(0 4px 4px rgba(45, 45, 45, 0.25));
|
|
1745
1835
|
display: flex;
|
|
1746
1836
|
margin-top: 0;
|
|
1747
1837
|
position: relative;
|
|
@@ -1752,10 +1842,17 @@ body {
|
|
|
1752
1842
|
.ilo--card--feature.ilo--card--dark {
|
|
1753
1843
|
border-bottom: 0.1607717042rem solid rgb(150, 10, 85);
|
|
1754
1844
|
}
|
|
1845
|
+
.ilo--card--feature:hover, .ilo--card--feature:focus {
|
|
1846
|
+
background-color: rgb(255, 255, 255);
|
|
1847
|
+
border-bottom: 0.1607717042rem solid rgb(30, 45, 190);
|
|
1848
|
+
}
|
|
1755
1849
|
.ilo--card--feature:hover picture::before, .ilo--card--feature:focus picture::before {
|
|
1756
1850
|
opacity: 0.4;
|
|
1757
1851
|
z-index: 1;
|
|
1758
1852
|
}
|
|
1853
|
+
.ilo--card--feature:hover .ilo--card--image, .ilo--card--feature:focus .ilo--card--image {
|
|
1854
|
+
filter: saturate(0);
|
|
1855
|
+
}
|
|
1759
1856
|
.ilo--card--feature.ilo--card--narrow .ilo--card--wrap, .ilo--card--feature.ilo--card--standard .ilo--card--wrap {
|
|
1760
1857
|
display: flex;
|
|
1761
1858
|
flex-wrap: wrap;
|
|
@@ -1770,7 +1867,6 @@ body {
|
|
|
1770
1867
|
@media screen and (min-width: 610px) {
|
|
1771
1868
|
.ilo--card--feature.ilo--card--wide .ilo--card--wrap {
|
|
1772
1869
|
display: flex;
|
|
1773
|
-
width: 100%;
|
|
1774
1870
|
}
|
|
1775
1871
|
.right-to-left .ilo--card--feature.ilo--card--wide .ilo--card--wrap {
|
|
1776
1872
|
flex-direction: row-reverse;
|
|
@@ -1799,6 +1895,9 @@ body {
|
|
|
1799
1895
|
width: 100%;
|
|
1800
1896
|
}
|
|
1801
1897
|
}
|
|
1898
|
+
.ilo--card--feature .ilo--card--wrap {
|
|
1899
|
+
width: 100%;
|
|
1900
|
+
}
|
|
1802
1901
|
.ilo--card--feature picture {
|
|
1803
1902
|
display: flex;
|
|
1804
1903
|
height: 100%;
|
|
@@ -1840,7 +1939,7 @@ body {
|
|
|
1840
1939
|
|
|
1841
1940
|
/**
|
|
1842
1941
|
* Do not edit directly
|
|
1843
|
-
* Generated on
|
|
1942
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
1844
1943
|
*/
|
|
1845
1944
|
/**
|
|
1846
1945
|
* TOKENS:
|
|
@@ -1885,7 +1984,7 @@ body {
|
|
|
1885
1984
|
|
|
1886
1985
|
/**
|
|
1887
1986
|
* Do not edit directly
|
|
1888
|
-
* Generated on
|
|
1987
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
1889
1988
|
*/
|
|
1890
1989
|
/**
|
|
1891
1990
|
* TOKENS:
|
|
@@ -1938,15 +2037,6 @@ body {
|
|
|
1938
2037
|
.ilo--checkbox:checked:after {
|
|
1939
2038
|
background-color: rgb(35, 0, 80);
|
|
1940
2039
|
}
|
|
1941
|
-
.ilo--checkbox:hover {
|
|
1942
|
-
cursor: pointer;
|
|
1943
|
-
}
|
|
1944
|
-
.ilo--checkbox:hover:after {
|
|
1945
|
-
background-color: rgb(255, 205, 45);
|
|
1946
|
-
}
|
|
1947
|
-
.ilo--checkbox:hover:checked:before {
|
|
1948
|
-
border-color: rgb(35, 0, 80);
|
|
1949
|
-
}
|
|
1950
2040
|
.ilo--checkbox:focus {
|
|
1951
2041
|
outline: none;
|
|
1952
2042
|
}
|
|
@@ -1989,7 +2079,7 @@ body {
|
|
|
1989
2079
|
|
|
1990
2080
|
/**
|
|
1991
2081
|
* Do not edit directly
|
|
1992
|
-
* Generated on
|
|
2082
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
1993
2083
|
*/
|
|
1994
2084
|
/**
|
|
1995
2085
|
* TOKENS:
|
|
@@ -2027,7 +2117,7 @@ body {
|
|
|
2027
2117
|
background-color: rgb(235, 245, 253);
|
|
2028
2118
|
}
|
|
2029
2119
|
.ilo--context-menu--item.endsection {
|
|
2030
|
-
border-bottom: 0.
|
|
2120
|
+
border-bottom: 0.1607717042rem solid rgb(255, 255, 255);
|
|
2031
2121
|
}
|
|
2032
2122
|
.ilo--context-menu--item.endsection .ilo--context-menu--link {
|
|
2033
2123
|
border-bottom: none;
|
|
@@ -2038,12 +2128,13 @@ body {
|
|
|
2038
2128
|
display: inline-block;
|
|
2039
2129
|
font-family: Noto Sans;
|
|
2040
2130
|
font-weight: 500;
|
|
2041
|
-
padding: 0.857449089rem 0;
|
|
2131
|
+
padding: 0.857449089rem 0.4287245445rem;
|
|
2042
2132
|
text-decoration: none;
|
|
2043
2133
|
width: 100%;
|
|
2044
2134
|
font-size: 11.94px;
|
|
2045
2135
|
letter-spacing: normal;
|
|
2046
2136
|
line-height: 16.24px;
|
|
2137
|
+
letter-spacing: -0.1px;
|
|
2047
2138
|
}
|
|
2048
2139
|
.ilo--context-menu--link:visited {
|
|
2049
2140
|
color: rgb(35, 0, 80);
|
|
@@ -2061,7 +2152,7 @@ body {
|
|
|
2061
2152
|
|
|
2062
2153
|
/**
|
|
2063
2154
|
* Do not edit directly
|
|
2064
|
-
* Generated on
|
|
2155
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
2065
2156
|
*/
|
|
2066
2157
|
/**
|
|
2067
2158
|
* TOKENS:
|
|
@@ -2071,7 +2162,7 @@ body {
|
|
|
2071
2162
|
*/
|
|
2072
2163
|
/**
|
|
2073
2164
|
* Do not edit directly
|
|
2074
|
-
* Generated on
|
|
2165
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
2075
2166
|
*/
|
|
2076
2167
|
/**
|
|
2077
2168
|
* TOKENS:
|
|
@@ -2081,7 +2172,7 @@ body {
|
|
|
2081
2172
|
*/
|
|
2082
2173
|
/**
|
|
2083
2174
|
* Do not edit directly
|
|
2084
|
-
* Generated on
|
|
2175
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
2085
2176
|
*/
|
|
2086
2177
|
/**
|
|
2087
2178
|
* TOKENS:
|
|
@@ -2091,7 +2182,7 @@ body {
|
|
|
2091
2182
|
*/
|
|
2092
2183
|
/**
|
|
2093
2184
|
* Do not edit directly
|
|
2094
|
-
* Generated on
|
|
2185
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
2095
2186
|
*/
|
|
2096
2187
|
/**
|
|
2097
2188
|
* TOKENS:
|
|
@@ -2187,10 +2278,37 @@ body {
|
|
|
2187
2278
|
display: inline-block;
|
|
2188
2279
|
}
|
|
2189
2280
|
}
|
|
2281
|
+
.right-to-left .ilo--credit:after {
|
|
2282
|
+
background-position: top left;
|
|
2283
|
+
left: auto;
|
|
2284
|
+
right: 100%;
|
|
2285
|
+
transform: scaleX(-1);
|
|
2286
|
+
}
|
|
2287
|
+
@media screen and (max-width: 1023px) {
|
|
2288
|
+
.right-to-left .ilo--credit--label {
|
|
2289
|
+
left: auto;
|
|
2290
|
+
right: 0;
|
|
2291
|
+
}
|
|
2292
|
+
.right-to-left .ilo--credit--label:after {
|
|
2293
|
+
background-position: top right;
|
|
2294
|
+
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");
|
|
2295
|
+
left: auto;
|
|
2296
|
+
right: calc(0.6430868167rem / 2);
|
|
2297
|
+
}
|
|
2298
|
+
.right-to-left .ilo--credit:before {
|
|
2299
|
+
background-position: 4px center;
|
|
2300
|
+
left: auto;
|
|
2301
|
+
right: 0;
|
|
2302
|
+
}
|
|
2303
|
+
.right-to-left .ilo--credit:after {
|
|
2304
|
+
left: auto;
|
|
2305
|
+
right: 1.5541264737rem;
|
|
2306
|
+
}
|
|
2307
|
+
}
|
|
2190
2308
|
|
|
2191
2309
|
/**
|
|
2192
2310
|
* Do not edit directly
|
|
2193
|
-
* Generated on
|
|
2311
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
2194
2312
|
*/
|
|
2195
2313
|
/**
|
|
2196
2314
|
* TOKENS:
|
|
@@ -2210,7 +2328,7 @@ body {
|
|
|
2210
2328
|
|
|
2211
2329
|
/**
|
|
2212
2330
|
* Do not edit directly
|
|
2213
|
-
* Generated on
|
|
2331
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
2214
2332
|
*/
|
|
2215
2333
|
/**
|
|
2216
2334
|
* TOKENS:
|
|
@@ -2229,12 +2347,12 @@ body {
|
|
|
2229
2347
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
2230
2348
|
border-radius: 0;
|
|
2231
2349
|
box-sizing: content-box;
|
|
2232
|
-
font-family:
|
|
2350
|
+
font-family: Noto Sans;
|
|
2233
2351
|
font-weight: 500;
|
|
2234
2352
|
font-size: 16px;
|
|
2235
2353
|
letter-spacing: -0.02em;
|
|
2236
2354
|
line-height: 21.6px;
|
|
2237
|
-
height: 2.
|
|
2355
|
+
height: 2.4115755627rem;
|
|
2238
2356
|
margin: 0rem 0rem 0rem 0rem;
|
|
2239
2357
|
outline: none;
|
|
2240
2358
|
overflow: hidden;
|
|
@@ -2245,10 +2363,10 @@ body {
|
|
|
2245
2363
|
text-overflow: ellipsis;
|
|
2246
2364
|
white-space: nowrap;
|
|
2247
2365
|
width: calc(100% - 78px);
|
|
2248
|
-
background-position: calc(100% - 14px) center;
|
|
2366
|
+
background-position: calc(100% - 14px) center, 100% center;
|
|
2249
2367
|
background-repeat: no-repeat;
|
|
2250
|
-
background-size: 24px 24px,
|
|
2251
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24
|
|
2368
|
+
background-size: 24px 24px, 102px 100%;
|
|
2369
|
+
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='M12 16.7791L4 8.77914L5.45455 7.2207L12 13.7662L18.5455 7.2207L20 8.77914L12 16.7791Z'/%3e%3c/svg%3e"), linear-gradient(to right, transparent 0%, transparent calc(50% - 0.81px), rgb(184, 196, 204) calc(50% - 0.8px), rgb(184, 196, 204) calc(50% + 0.8px), rgb(237, 240, 242) calc(50% + 0.81px), rgb(237, 240, 242) 100%);
|
|
2252
2370
|
}
|
|
2253
2371
|
.ilo--dropdown option {
|
|
2254
2372
|
width: calc(100% - 48px);
|
|
@@ -2261,7 +2379,7 @@ body {
|
|
|
2261
2379
|
border-left: 0.1607717042rem solid rgb(30, 45, 190);
|
|
2262
2380
|
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
2263
2381
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
2264
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24
|
|
2382
|
+
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 16.7791L4 8.77914L5.45455 7.2207L12 13.7662L18.5455 7.2207L20 8.77914L12 16.7791Z'/%3e%3c/svg%3e"), linear-gradient(to right, transparent 0%, transparent calc(50% - 0.81px), rgb(184, 196, 204) calc(50% - 0.8px), rgb(184, 196, 204) calc(50% + 0.8px), transparent calc(50% + 0.81px), transparent 100%);
|
|
2265
2383
|
}
|
|
2266
2384
|
.ilo--dropdown:focus {
|
|
2267
2385
|
background-color: rgb(235, 245, 253);
|
|
@@ -2269,7 +2387,17 @@ body {
|
|
|
2269
2387
|
border-left: 0.1607717042rem solid rgb(30, 45, 190);
|
|
2270
2388
|
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
2271
2389
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
2272
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24
|
|
2390
|
+
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 16.7791L4 8.77914L5.45455 7.2207L12 13.7662L18.5455 7.2207L20 8.77914L12 16.7791Z'/%3e%3c/svg%3e"), linear-gradient(to right, transparent 0%, transparent calc(50% - 0.81px), rgb(184, 196, 204) calc(50% - 0.8px), rgb(184, 196, 204) calc(50% + 0.8px), transparent calc(50% + 0.81px), transparent 100%);
|
|
2391
|
+
}
|
|
2392
|
+
.ilo--dropdown:active {
|
|
2393
|
+
background-position: calc(100% - 14px) center, 100% center;
|
|
2394
|
+
background-repeat: no-repeat;
|
|
2395
|
+
background-size: 24px 24px, 102px 100%;
|
|
2396
|
+
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='M12 16.7791L4 8.77914L5.45455 7.2207L12 13.7662L18.5455 7.2207L20 8.77914L12 16.7791Z'/%3e%3c/svg%3e"), linear-gradient(to right, transparent 0%, transparent calc(50% - 0.81px), rgb(184, 196, 204) calc(50% - 0.8px), rgb(184, 196, 204) calc(50% + 0.8px), rgb(237, 240, 242) calc(50% + 0.81px), rgb(237, 240, 242) 100%);
|
|
2397
|
+
border-bottom: 0.1071811361rem solid rgb(184, 196, 204);
|
|
2398
|
+
border-left: 0.1071811361rem solid rgb(184, 196, 204);
|
|
2399
|
+
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
2400
|
+
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
2273
2401
|
}
|
|
2274
2402
|
.ilo--dropdown:disabled {
|
|
2275
2403
|
opacity: 45%;
|
|
@@ -2278,14 +2406,14 @@ body {
|
|
|
2278
2406
|
.ilo--dropdown:invalid, .ilo--dropdown.error, .error .ilo--dropdown {
|
|
2279
2407
|
background-color: rgb(255, 255, 255);
|
|
2280
2408
|
border-bottom: 0.1071811361rem solid rgb(184, 196, 204);
|
|
2281
|
-
border-left: 0.1607717042rem solid rgb(
|
|
2409
|
+
border-left: 0.1607717042rem solid rgb(200, 48, 60);
|
|
2282
2410
|
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
2283
2411
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
2284
2412
|
}
|
|
2285
2413
|
|
|
2286
2414
|
/**
|
|
2287
2415
|
* Do not edit directly
|
|
2288
|
-
* Generated on
|
|
2416
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
2289
2417
|
*/
|
|
2290
2418
|
/**
|
|
2291
2419
|
* TOKENS:
|
|
@@ -2295,7 +2423,7 @@ body {
|
|
|
2295
2423
|
*/
|
|
2296
2424
|
/**
|
|
2297
2425
|
* Do not edit directly
|
|
2298
|
-
* Generated on
|
|
2426
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
2299
2427
|
*/
|
|
2300
2428
|
/**
|
|
2301
2429
|
* TOKENS:
|
|
@@ -2305,7 +2433,7 @@ body {
|
|
|
2305
2433
|
*/
|
|
2306
2434
|
/**
|
|
2307
2435
|
* Do not edit directly
|
|
2308
|
-
* Generated on
|
|
2436
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
2309
2437
|
*/
|
|
2310
2438
|
/**
|
|
2311
2439
|
* TOKENS:
|
|
@@ -2358,7 +2486,7 @@ body {
|
|
|
2358
2486
|
|
|
2359
2487
|
/**
|
|
2360
2488
|
* Do not edit directly
|
|
2361
|
-
* Generated on
|
|
2489
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
2362
2490
|
*/
|
|
2363
2491
|
/**
|
|
2364
2492
|
* TOKENS:
|
|
@@ -2383,6 +2511,7 @@ body {
|
|
|
2383
2511
|
margin-bottom: 0.3358659839rem;
|
|
2384
2512
|
}
|
|
2385
2513
|
.ilo--fieldset--helper {
|
|
2514
|
+
color: rgb(109, 109, 109);
|
|
2386
2515
|
font-family: Noto Sans;
|
|
2387
2516
|
font-size: 11.94px;
|
|
2388
2517
|
letter-spacing: normal;
|
|
@@ -2423,7 +2552,7 @@ body {
|
|
|
2423
2552
|
|
|
2424
2553
|
/**
|
|
2425
2554
|
* Do not edit directly
|
|
2426
|
-
* Generated on
|
|
2555
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
2427
2556
|
*/
|
|
2428
2557
|
/**
|
|
2429
2558
|
* TOKENS:
|
|
@@ -2487,7 +2616,7 @@ body {
|
|
|
2487
2616
|
.ilo--file-upload:invalid:before, .ilo--file-upload.error:before, .error .ilo--file-upload:before {
|
|
2488
2617
|
background-color: rgb(255, 255, 255);
|
|
2489
2618
|
border-bottom: 0.1071811361rem solid rgb(184, 196, 204);
|
|
2490
|
-
border-left: 0.1607717042rem solid rgb(
|
|
2619
|
+
border-left: 0.1607717042rem solid rgb(200, 48, 60);
|
|
2491
2620
|
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
2492
2621
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
2493
2622
|
}
|
|
@@ -2529,7 +2658,7 @@ body {
|
|
|
2529
2658
|
|
|
2530
2659
|
/**
|
|
2531
2660
|
* Do not edit directly
|
|
2532
|
-
* Generated on
|
|
2661
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
2533
2662
|
*/
|
|
2534
2663
|
/**
|
|
2535
2664
|
* TOKENS:
|
|
@@ -2549,7 +2678,7 @@ body {
|
|
|
2549
2678
|
|
|
2550
2679
|
/**
|
|
2551
2680
|
* Do not edit directly
|
|
2552
|
-
* Generated on
|
|
2681
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
2553
2682
|
*/
|
|
2554
2683
|
/**
|
|
2555
2684
|
* TOKENS:
|
|
@@ -2559,7 +2688,7 @@ body {
|
|
|
2559
2688
|
*/
|
|
2560
2689
|
/**
|
|
2561
2690
|
* Do not edit directly
|
|
2562
|
-
* Generated on
|
|
2691
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
2563
2692
|
*/
|
|
2564
2693
|
/**
|
|
2565
2694
|
* TOKENS:
|
|
@@ -2584,7 +2713,7 @@ body {
|
|
|
2584
2713
|
}
|
|
2585
2714
|
/**
|
|
2586
2715
|
* Do not edit directly
|
|
2587
|
-
* Generated on
|
|
2716
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
2588
2717
|
*/
|
|
2589
2718
|
/**
|
|
2590
2719
|
* TOKENS:
|
|
@@ -2620,7 +2749,9 @@ body {
|
|
|
2620
2749
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 409.5 236'%3e%3cpath fill='rgb(30, 45, 190)' d='M409.5 236c-1.7-.6-3.5-1.1-5.1-2-5.3-2.9-10.5-5.9-15.7-9-4.8-2.8-9.5-5.8-14.3-8.7-4.3-2.6-8.5-5.1-12.9-7.5-4.9-2.7-10-5.2-14.9-8-3.8-2.2-7.4-4.8-11.2-7.1-5.7-3.3-11.6-6.4-17.3-9.7-3.9-2.2-7.6-4.6-11.5-6.9-4-2.3-8.1-4.4-12-6.7-3.8-2.2-7.5-4.5-11.3-6.7-2.4-1.4-4.9-2.5-7.3-3.9-2.8-1.6-5.5-3.3-8.2-4.9-3.8-2.3-7.5-4.6-11.4-6.8-3.9-2.3-7.9-4.5-11.9-6.8-6.1-3.5-12.2-6.8-18.2-10.4-4.8-2.8-9.4-5.8-14.2-8.5-4.8-2.8-9.8-5.3-14.6-8.1-3.6-2.1-7.2-4.3-10.8-6.4-5.9-3.5-11.8-6.9-17.7-10.3-4.8-2.8-9.6-5.7-14.4-8.5-3.8-2.2-7.8-4.4-11.6-6.6-3-1.7-5.9-3.6-8.9-5.4-3-1.8-6.2-3.4-9.2-5.1-3.9-2.2-7.8-4.4-11.6-6.6-4.1-2.4-8.1-4.8-12.2-7.2-5.8-3.4-11.5-6.9-17.3-10.2-4.9-2.8-9.9-5.4-14.7-8.2-3.7-2.1-7.3-4.5-11-6.6-4.9-2.9-9.8-5.6-14.7-8.4-4.7-2.7-9.4-5.6-14.2-8.3-5-2.9-10-5.7-15-8.6C10.3 5.6 6.6 3.3 2.8 1 2 .5 1 .3 0 0h409.5v236z'/%3e%3c/svg%3e");
|
|
2621
2750
|
}
|
|
2622
2751
|
.ilo--footer--logo {
|
|
2752
|
+
min-width: 200px;
|
|
2623
2753
|
max-width: 100%;
|
|
2754
|
+
width: 35%;
|
|
2624
2755
|
}
|
|
2625
2756
|
.ilo--footer--secondary {
|
|
2626
2757
|
background-color: rgb(255, 255, 255);
|
|
@@ -2803,7 +2934,7 @@ body {
|
|
|
2803
2934
|
transform: translateY(-50%) rotateX(180deg);
|
|
2804
2935
|
transform-origin: center center;
|
|
2805
2936
|
width: 1.2861736334rem;
|
|
2806
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24
|
|
2937
|
+
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='M12 16.7791L4 8.77914L5.45455 7.2207L12 13.7662L18.5455 7.2207L20 8.77914L12 16.7791Z'/%3e%3c/svg%3e");
|
|
2807
2938
|
}
|
|
2808
2939
|
.ilo--footer .anchorlink:hover {
|
|
2809
2940
|
background: rgb(235, 245, 253);
|
|
@@ -2815,7 +2946,7 @@ body {
|
|
|
2815
2946
|
transition-timing-function: ease-out;
|
|
2816
2947
|
}
|
|
2817
2948
|
.ilo--footer .anchorlink:hover:after {
|
|
2818
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24
|
|
2949
|
+
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 16.7791L4 8.77914L5.45455 7.2207L12 13.7662L18.5455 7.2207L20 8.77914L12 16.7791Z'/%3e%3c/svg%3e");
|
|
2819
2950
|
}
|
|
2820
2951
|
@media screen and (min-width: 610px) {
|
|
2821
2952
|
.ilo--footer--main {
|
|
@@ -2841,7 +2972,7 @@ body {
|
|
|
2841
2972
|
grid-area: links;
|
|
2842
2973
|
}
|
|
2843
2974
|
.ilo--footer--logo {
|
|
2844
|
-
width:
|
|
2975
|
+
width: 25%;
|
|
2845
2976
|
}
|
|
2846
2977
|
.ilo--footer--secondary {
|
|
2847
2978
|
padding: 0.9646302251rem 0.857449089rem;
|
|
@@ -2952,7 +3083,7 @@ body {
|
|
|
2952
3083
|
|
|
2953
3084
|
/**
|
|
2954
3085
|
* Do not edit directly
|
|
2955
|
-
* Generated on
|
|
3086
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
2956
3087
|
*/
|
|
2957
3088
|
/**
|
|
2958
3089
|
* TOKENS:
|
|
@@ -3075,7 +3206,7 @@ body {
|
|
|
3075
3206
|
|
|
3076
3207
|
/**
|
|
3077
3208
|
* Do not edit directly
|
|
3078
|
-
* Generated on
|
|
3209
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
3079
3210
|
*/
|
|
3080
3211
|
/**
|
|
3081
3212
|
* TOKENS:
|
|
@@ -3408,7 +3539,7 @@ body {
|
|
|
3408
3539
|
|
|
3409
3540
|
/**
|
|
3410
3541
|
* Do not edit directly
|
|
3411
|
-
* Generated on
|
|
3542
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
3412
3543
|
*/
|
|
3413
3544
|
/**
|
|
3414
3545
|
* TOKENS:
|
|
@@ -3451,10 +3582,20 @@ body {
|
|
|
3451
3582
|
bottom: -0.2143622722rem;
|
|
3452
3583
|
}
|
|
3453
3584
|
}
|
|
3585
|
+
.right-to-left .ilo--image .ilo--image--caption {
|
|
3586
|
+
border-left: none;
|
|
3587
|
+
border-right: 3px solid #b8c4cc;
|
|
3588
|
+
padding-left: 0;
|
|
3589
|
+
padding-right: 0.4287245445rem;
|
|
3590
|
+
}
|
|
3591
|
+
.right-to-left .ilo--image .ilo--credit {
|
|
3592
|
+
left: auto;
|
|
3593
|
+
right: 0;
|
|
3594
|
+
}
|
|
3454
3595
|
|
|
3455
3596
|
/**
|
|
3456
3597
|
* Do not edit directly
|
|
3457
|
-
* Generated on
|
|
3598
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
3458
3599
|
*/
|
|
3459
3600
|
/**
|
|
3460
3601
|
* TOKENS:
|
|
@@ -3472,7 +3613,7 @@ body {
|
|
|
3472
3613
|
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
3473
3614
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
3474
3615
|
box-sizing: border-box;
|
|
3475
|
-
font-family:
|
|
3616
|
+
font-family: Noto Sans;
|
|
3476
3617
|
font-weight: 500;
|
|
3477
3618
|
font-size: 16px;
|
|
3478
3619
|
letter-spacing: -0.02em;
|
|
@@ -3483,14 +3624,6 @@ body {
|
|
|
3483
3624
|
padding: 0.857449089rem 0.6430868167rem 0.857449089rem 0.6430868167rem;
|
|
3484
3625
|
width: 100%;
|
|
3485
3626
|
}
|
|
3486
|
-
.ilo--input:hover {
|
|
3487
|
-
background-color: rgb(235, 245, 253);
|
|
3488
|
-
border-bottom: 0.1071811361rem solid rgb(184, 196, 204);
|
|
3489
|
-
border-left: 0.1607717042rem solid rgb(30, 45, 190);
|
|
3490
|
-
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
3491
|
-
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
3492
|
-
padding-left: 11px;
|
|
3493
|
-
}
|
|
3494
3627
|
.ilo--input:focus {
|
|
3495
3628
|
background-color: rgb(235, 245, 253);
|
|
3496
3629
|
border-bottom: 0.1071811361rem solid rgb(184, 196, 204);
|
|
@@ -3507,7 +3640,7 @@ body {
|
|
|
3507
3640
|
.ilo--input:invalid, .ilo--input.error, .error .ilo--input {
|
|
3508
3641
|
background-color: rgb(255, 255, 255);
|
|
3509
3642
|
border-bottom: 0.1071811361rem solid rgb(184, 196, 204);
|
|
3510
|
-
border-left: 0.1607717042rem solid rgb(
|
|
3643
|
+
border-left: 0.1607717042rem solid rgb(200, 48, 60);
|
|
3511
3644
|
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
3512
3645
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
3513
3646
|
}
|
|
@@ -3604,7 +3737,7 @@ body {
|
|
|
3604
3737
|
|
|
3605
3738
|
/**
|
|
3606
3739
|
* Do not edit directly
|
|
3607
|
-
* Generated on
|
|
3740
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
3608
3741
|
*/
|
|
3609
3742
|
/**
|
|
3610
3743
|
* TOKENS:
|
|
@@ -3614,7 +3747,7 @@ body {
|
|
|
3614
3747
|
*/
|
|
3615
3748
|
/**
|
|
3616
3749
|
* Do not edit directly
|
|
3617
|
-
* Generated on
|
|
3750
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
3618
3751
|
*/
|
|
3619
3752
|
/**
|
|
3620
3753
|
* TOKENS:
|
|
@@ -3639,7 +3772,7 @@ body {
|
|
|
3639
3772
|
}
|
|
3640
3773
|
/**
|
|
3641
3774
|
* Do not edit directly
|
|
3642
|
-
* Generated on
|
|
3775
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
3643
3776
|
*/
|
|
3644
3777
|
/**
|
|
3645
3778
|
* TOKENS:
|
|
@@ -3704,6 +3837,7 @@ body {
|
|
|
3704
3837
|
line-height: 23.36px;
|
|
3705
3838
|
padding-bottom: 0.8934549032rem;
|
|
3706
3839
|
padding-top: 0.8934549032rem;
|
|
3840
|
+
padding-right: 1.7148981779rem;
|
|
3707
3841
|
text-decoration: none;
|
|
3708
3842
|
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");
|
|
3709
3843
|
}
|
|
@@ -3789,7 +3923,7 @@ body {
|
|
|
3789
3923
|
|
|
3790
3924
|
/**
|
|
3791
3925
|
* Do not edit directly
|
|
3792
|
-
* Generated on
|
|
3926
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
3793
3927
|
*/
|
|
3794
3928
|
/**
|
|
3795
3929
|
* TOKENS:
|
|
@@ -3852,7 +3986,7 @@ body {
|
|
|
3852
3986
|
|
|
3853
3987
|
/**
|
|
3854
3988
|
* Do not edit directly
|
|
3855
|
-
* Generated on
|
|
3989
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
3856
3990
|
*/
|
|
3857
3991
|
/**
|
|
3858
3992
|
* TOKENS:
|
|
@@ -3862,7 +3996,7 @@ body {
|
|
|
3862
3996
|
*/
|
|
3863
3997
|
/**
|
|
3864
3998
|
* Do not edit directly
|
|
3865
|
-
* Generated on
|
|
3999
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
3866
4000
|
*/
|
|
3867
4001
|
/**
|
|
3868
4002
|
* TOKENS:
|
|
@@ -3872,7 +4006,7 @@ body {
|
|
|
3872
4006
|
*/
|
|
3873
4007
|
/**
|
|
3874
4008
|
* Do not edit directly
|
|
3875
|
-
* Generated on
|
|
4009
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
3876
4010
|
*/
|
|
3877
4011
|
/**
|
|
3878
4012
|
* TOKENS:
|
|
@@ -3980,7 +4114,7 @@ body {
|
|
|
3980
4114
|
|
|
3981
4115
|
/**
|
|
3982
4116
|
* Do not edit directly
|
|
3983
|
-
* Generated on
|
|
4117
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
3984
4118
|
*/
|
|
3985
4119
|
/**
|
|
3986
4120
|
* TOKENS:
|
|
@@ -3990,7 +4124,7 @@ body {
|
|
|
3990
4124
|
*/
|
|
3991
4125
|
/**
|
|
3992
4126
|
* Do not edit directly
|
|
3993
|
-
* Generated on
|
|
4127
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
3994
4128
|
*/
|
|
3995
4129
|
/**
|
|
3996
4130
|
* TOKENS:
|
|
@@ -4000,7 +4134,7 @@ body {
|
|
|
4000
4134
|
*/
|
|
4001
4135
|
/**
|
|
4002
4136
|
* Do not edit directly
|
|
4003
|
-
* Generated on
|
|
4137
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
4004
4138
|
*/
|
|
4005
4139
|
/**
|
|
4006
4140
|
* TOKENS:
|
|
@@ -4040,7 +4174,10 @@ body {
|
|
|
4040
4174
|
}
|
|
4041
4175
|
.ilo--modal.show.fadein .ilo--modal--wrapper > * {
|
|
4042
4176
|
opacity: 1;
|
|
4043
|
-
transition:
|
|
4177
|
+
transition-delay: 125ms;
|
|
4178
|
+
transition-property: opacity;
|
|
4179
|
+
transition-duration: 150ms;
|
|
4180
|
+
transition-timing-function: ease-out;
|
|
4044
4181
|
}
|
|
4045
4182
|
.ilo--modal--background {
|
|
4046
4183
|
background-color: rgba(0, 0, 0, 0.85);
|
|
@@ -4064,11 +4201,17 @@ body {
|
|
|
4064
4201
|
z-index: 10003;
|
|
4065
4202
|
}
|
|
4066
4203
|
.ilo--modal .modal--close {
|
|
4204
|
+
height: 2.1436227224rem;
|
|
4067
4205
|
right: 0;
|
|
4068
4206
|
position: absolute;
|
|
4069
4207
|
top: 0;
|
|
4208
|
+
width: 2.1436227224rem;
|
|
4070
4209
|
z-index: 10004;
|
|
4071
4210
|
}
|
|
4211
|
+
.ilo--modal .modal--close .ilo--icon {
|
|
4212
|
+
left: 0.1607717042rem;
|
|
4213
|
+
top: 0.1607717042rem;
|
|
4214
|
+
}
|
|
4072
4215
|
@media screen and (min-width: 610px) {
|
|
4073
4216
|
.ilo--modal--contents {
|
|
4074
4217
|
margin: 0 23.2%;
|
|
@@ -4088,7 +4231,7 @@ body {
|
|
|
4088
4231
|
|
|
4089
4232
|
/**
|
|
4090
4233
|
* Do not edit directly
|
|
4091
|
-
* Generated on
|
|
4234
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
4092
4235
|
*/
|
|
4093
4236
|
/**
|
|
4094
4237
|
* TOKENS:
|
|
@@ -4809,7 +4952,7 @@ body {
|
|
|
4809
4952
|
|
|
4810
4953
|
/**
|
|
4811
4954
|
* Do not edit directly
|
|
4812
|
-
* Generated on
|
|
4955
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
4813
4956
|
*/
|
|
4814
4957
|
/**
|
|
4815
4958
|
* TOKENS:
|
|
@@ -4819,7 +4962,7 @@ body {
|
|
|
4819
4962
|
*/
|
|
4820
4963
|
/**
|
|
4821
4964
|
* Do not edit directly
|
|
4822
|
-
* Generated on
|
|
4965
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
4823
4966
|
*/
|
|
4824
4967
|
/**
|
|
4825
4968
|
* TOKENS:
|
|
@@ -4829,7 +4972,7 @@ body {
|
|
|
4829
4972
|
*/
|
|
4830
4973
|
/**
|
|
4831
4974
|
* Do not edit directly
|
|
4832
|
-
* Generated on
|
|
4975
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
4833
4976
|
*/
|
|
4834
4977
|
/**
|
|
4835
4978
|
* TOKENS:
|
|
@@ -4917,7 +5060,7 @@ body {
|
|
|
4917
5060
|
}
|
|
4918
5061
|
.icon--info .ilo--notification--content:before {
|
|
4919
5062
|
background-color: rgb(30, 45, 190);
|
|
4920
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'
|
|
5063
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='rgb(255, 255, 255)' d='M8 0C6.4 0 4.9.5 3.6 1.3c-1.4.9-2.4 2.2-3 3.6C0 6.4-.2 8 .2 9.6c.3 1.6 1.1 3 2.2 4.1 1.1 1.1 2.5 1.9 4.1 2.2s3.2.2 4.6-.5c1.5-.6 2.7-1.6 3.6-2.9.8-1.4 1.3-2.9 1.3-4.5 0-2.1-.8-4.2-2.3-5.7C12.2.8 10.1 0 8 0zm0 14c-1.2 0-2.3-.4-3.3-1-1-.7-1.8-1.6-2.2-2.7C2 9.2 1.9 8 2.1 6.8c.2-1.2.8-2.2 1.6-3.1.8-.8 1.9-1.4 3.1-1.6 1.2-.2 2.4-.1 3.5.4s2 1.2 2.7 2.2c.7 1 1 2.1 1 3.3 0 1.6-.6 3.1-1.8 4.2C11.1 13.4 9.6 14 8 14z'/%3e%3cpath fill='rgb(255, 255, 255)' d='M9 7H7v5h2V7zM8 6c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1z'/%3e%3c/svg%3e");
|
|
4921
5064
|
}
|
|
4922
5065
|
.icon--success .ilo--notification--content:before {
|
|
4923
5066
|
background-color: rgb(140, 225, 100);
|
|
@@ -5021,7 +5164,7 @@ body {
|
|
|
5021
5164
|
|
|
5022
5165
|
/**
|
|
5023
5166
|
* Do not edit directly
|
|
5024
|
-
* Generated on
|
|
5167
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
5025
5168
|
*/
|
|
5026
5169
|
/**
|
|
5027
5170
|
* TOKENS:
|
|
@@ -5156,7 +5299,7 @@ body {
|
|
|
5156
5299
|
|
|
5157
5300
|
/**
|
|
5158
5301
|
* Do not edit directly
|
|
5159
|
-
* Generated on
|
|
5302
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
5160
5303
|
*/
|
|
5161
5304
|
/**
|
|
5162
5305
|
* TOKENS:
|
|
@@ -5196,35 +5339,46 @@ body {
|
|
|
5196
5339
|
font-family: Overpass;
|
|
5197
5340
|
font-weight: 700;
|
|
5198
5341
|
margin-left: 11px;
|
|
5199
|
-
font-size:
|
|
5342
|
+
font-size: 16px;
|
|
5200
5343
|
letter-spacing: normal;
|
|
5201
|
-
line-height:
|
|
5344
|
+
line-height: 23.36px;
|
|
5202
5345
|
}
|
|
5203
5346
|
.ilo--profile--role {
|
|
5204
5347
|
display: block;
|
|
5205
5348
|
font-family: Noto Sans;
|
|
5206
5349
|
margin-left: 11px;
|
|
5350
|
+
font-size: 14.93px;
|
|
5351
|
+
letter-spacing: normal;
|
|
5352
|
+
line-height: 20.3px;
|
|
5207
5353
|
}
|
|
5208
5354
|
.ilo--profile--description {
|
|
5209
5355
|
clear: both;
|
|
5210
5356
|
font-family: Noto Sans;
|
|
5211
5357
|
padding-top: 22px;
|
|
5358
|
+
font-size: 14.93px;
|
|
5359
|
+
letter-spacing: normal;
|
|
5360
|
+
line-height: 20.3px;
|
|
5212
5361
|
}
|
|
5213
5362
|
.ilo--profile--link {
|
|
5363
|
+
align-items: center;
|
|
5214
5364
|
clear: both;
|
|
5215
5365
|
color: rgb(35, 0, 80);
|
|
5216
|
-
display:
|
|
5366
|
+
display: inline-flex;
|
|
5217
5367
|
font-family: Overpass;
|
|
5218
5368
|
font-weight: 500;
|
|
5369
|
+
height: 3.0010718114rem;
|
|
5219
5370
|
text-decoration: none;
|
|
5220
|
-
font-size:
|
|
5371
|
+
font-size: 16px;
|
|
5221
5372
|
letter-spacing: normal;
|
|
5222
|
-
line-height:
|
|
5373
|
+
line-height: 23.36px;
|
|
5223
5374
|
}
|
|
5224
5375
|
.ilo--profile--link span {
|
|
5376
|
+
align-items: center;
|
|
5225
5377
|
background-position: calc(100% - 10px) center;
|
|
5226
5378
|
background-repeat: no-repeat;
|
|
5227
5379
|
background-size: 24px 24px;
|
|
5380
|
+
display: inline-flex;
|
|
5381
|
+
height: 24px;
|
|
5228
5382
|
padding-right: 32px;
|
|
5229
5383
|
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");
|
|
5230
5384
|
}
|
|
@@ -5243,6 +5397,7 @@ body {
|
|
|
5243
5397
|
background-color: rgb(255, 205, 45);
|
|
5244
5398
|
}
|
|
5245
5399
|
.ilo--profile--link:hover, .ilo--profile--link:focus {
|
|
5400
|
+
background-color: rgb(235, 245, 253);
|
|
5246
5401
|
color: rgb(30, 45, 190);
|
|
5247
5402
|
outline: none;
|
|
5248
5403
|
}
|
|
@@ -5250,42 +5405,18 @@ body {
|
|
|
5250
5405
|
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='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");
|
|
5251
5406
|
}
|
|
5252
5407
|
.ilo--profile .ilo--profile--description + .ilo--profile--link {
|
|
5253
|
-
margin-top:
|
|
5408
|
+
margin-top: 0.4287245445rem;
|
|
5254
5409
|
}
|
|
5255
5410
|
.ilo--profile .ilo--profile--role + .ilo--profile--link {
|
|
5256
|
-
margin-top:
|
|
5411
|
+
margin-top: 0.1071811361rem;
|
|
5257
5412
|
}
|
|
5258
5413
|
.ilo--profile .ilo--profile--name + .ilo--profile--link {
|
|
5259
|
-
margin-top:
|
|
5260
|
-
}
|
|
5261
|
-
@media screen and (min-width: 610px) {
|
|
5262
|
-
.ilo--profile--name {
|
|
5263
|
-
font-size: 16px;
|
|
5264
|
-
letter-spacing: normal;
|
|
5265
|
-
line-height: 23.36px;
|
|
5266
|
-
}
|
|
5267
|
-
.ilo--profile--role {
|
|
5268
|
-
font-family: Noto Sans;
|
|
5269
|
-
font-size: 14.93px;
|
|
5270
|
-
letter-spacing: normal;
|
|
5271
|
-
line-height: 20.3px;
|
|
5272
|
-
}
|
|
5273
|
-
.ilo--profile--description {
|
|
5274
|
-
font-family: Noto Sans;
|
|
5275
|
-
font-size: 14.93px;
|
|
5276
|
-
letter-spacing: normal;
|
|
5277
|
-
line-height: 20.3px;
|
|
5278
|
-
}
|
|
5279
|
-
.ilo--profile--link {
|
|
5280
|
-
font-size: 16px;
|
|
5281
|
-
letter-spacing: normal;
|
|
5282
|
-
line-height: 23.36px;
|
|
5283
|
-
}
|
|
5414
|
+
margin-top: 0.9646302251rem;
|
|
5284
5415
|
}
|
|
5285
5416
|
|
|
5286
5417
|
/**
|
|
5287
5418
|
* Do not edit directly
|
|
5288
|
-
* Generated on
|
|
5419
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
5289
5420
|
*/
|
|
5290
5421
|
/**
|
|
5291
5422
|
* TOKENS:
|
|
@@ -5335,15 +5466,6 @@ body {
|
|
|
5335
5466
|
.ilo--radio:checked:after {
|
|
5336
5467
|
background-color: rgb(35, 0, 80);
|
|
5337
5468
|
}
|
|
5338
|
-
.ilo--radio:hover {
|
|
5339
|
-
cursor: pointer;
|
|
5340
|
-
}
|
|
5341
|
-
.ilo--radio:hover:after {
|
|
5342
|
-
background-color: rgb(255, 205, 45);
|
|
5343
|
-
}
|
|
5344
|
-
.ilo--radio:hover:checked:before {
|
|
5345
|
-
border-color: rgb(35, 0, 80);
|
|
5346
|
-
}
|
|
5347
5469
|
.ilo--radio:focus {
|
|
5348
5470
|
outline: none;
|
|
5349
5471
|
}
|
|
@@ -5386,7 +5508,7 @@ body {
|
|
|
5386
5508
|
|
|
5387
5509
|
/**
|
|
5388
5510
|
* Do not edit directly
|
|
5389
|
-
* Generated on
|
|
5511
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
5390
5512
|
*/
|
|
5391
5513
|
/**
|
|
5392
5514
|
* TOKENS:
|
|
@@ -5423,7 +5545,7 @@ body {
|
|
|
5423
5545
|
transform: translateY(-50%);
|
|
5424
5546
|
transform-origin: center center;
|
|
5425
5547
|
width: 1.2861736334rem;
|
|
5426
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24
|
|
5548
|
+
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='M12 16.7791L4 8.77914L5.45455 7.2207L12 13.7662L18.5455 7.2207L20 8.77914L12 16.7791Z'/%3e%3c/svg%3e");
|
|
5427
5549
|
}
|
|
5428
5550
|
.ilo--read-more--button:hover {
|
|
5429
5551
|
background: rgb(235, 245, 253);
|
|
@@ -5436,7 +5558,7 @@ body {
|
|
|
5436
5558
|
transition: background 150ms linear, border 150ms linear, color 150ms linear;
|
|
5437
5559
|
}
|
|
5438
5560
|
.ilo--read-more--button:hover:after {
|
|
5439
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24
|
|
5561
|
+
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 16.7791L4 8.77914L5.45455 7.2207L12 13.7662L18.5455 7.2207L20 8.77914L12 16.7791Z'/%3e%3c/svg%3e");
|
|
5440
5562
|
}
|
|
5441
5563
|
.ilo--read-more--button--open:after {
|
|
5442
5564
|
transform: translateY(-50%) rotateX(180deg);
|
|
@@ -5445,7 +5567,7 @@ body {
|
|
|
5445
5567
|
|
|
5446
5568
|
/**
|
|
5447
5569
|
* Do not edit directly
|
|
5448
|
-
* Generated on
|
|
5570
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
5449
5571
|
*/
|
|
5450
5572
|
/**
|
|
5451
5573
|
* TOKENS:
|
|
@@ -5811,10 +5933,55 @@ body {
|
|
|
5811
5933
|
width: 3.4297963558rem;
|
|
5812
5934
|
}
|
|
5813
5935
|
}
|
|
5936
|
+
.right-to-left .ilo--richtext {
|
|
5937
|
+
direction: rtl;
|
|
5938
|
+
}
|
|
5939
|
+
.right-to-left .ilo--richtext figcaption {
|
|
5940
|
+
border-left: none;
|
|
5941
|
+
border-right: 3px solid #b8c4cc;
|
|
5942
|
+
padding-left: 0;
|
|
5943
|
+
padding-right: 0.4287245445rem;
|
|
5944
|
+
}
|
|
5945
|
+
.right-to-left .ilo--richtext ul li,
|
|
5946
|
+
.right-to-left .ilo--richtext ol li {
|
|
5947
|
+
margin-left: 0;
|
|
5948
|
+
margin-right: 0.6430868167rem;
|
|
5949
|
+
padding-left: 0;
|
|
5950
|
+
padding-right: 0.6430868167rem;
|
|
5951
|
+
}
|
|
5952
|
+
.right-to-left .ilo--richtext ul li::before,
|
|
5953
|
+
.right-to-left .ilo--richtext ol li::before {
|
|
5954
|
+
left: auto;
|
|
5955
|
+
right: -0.6430868167rem;
|
|
5956
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 12.4'%3e%3cpath d='M10.8%2c12.4v-12L0%2c6.4L10.8%2c12.4z'/%3e%3c/svg%3e");
|
|
5957
|
+
}
|
|
5958
|
+
.right-to-left .ilo--richtext blockquote {
|
|
5959
|
+
background-position: -1px -1px;
|
|
5960
|
+
padding: 2.8938906752rem 1.7148981779rem 1.822079314rem 0;
|
|
5961
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 73 40'%3e%3cpath fill='rgb(255, 255, 255)' d='M0.7%2c0v40L73%2c0L0.7%2c0z'/%3e%3c/svg%3e");
|
|
5962
|
+
}
|
|
5963
|
+
.right-to-left .ilo--richtext blockquote p {
|
|
5964
|
+
padding: 0 0 0 2.5723472669rem;
|
|
5965
|
+
}
|
|
5966
|
+
.right-to-left .ilo--richtext blockquote p:after {
|
|
5967
|
+
left: 0;
|
|
5968
|
+
right: auto;
|
|
5969
|
+
transform: scaleX(1);
|
|
5970
|
+
}
|
|
5971
|
+
.right-to-left .ilo--richtext blockquote:before {
|
|
5972
|
+
left: auto;
|
|
5973
|
+
right: 0;
|
|
5974
|
+
transform: scaleX(-1);
|
|
5975
|
+
}
|
|
5976
|
+
@media screen and (min-width: 610px) {
|
|
5977
|
+
.right-to-left .ilo--richtext blockquote {
|
|
5978
|
+
padding: 3.3226152197rem 2.5723472669rem 2.5723472669rem 0;
|
|
5979
|
+
}
|
|
5980
|
+
}
|
|
5814
5981
|
|
|
5815
5982
|
/**
|
|
5816
5983
|
* Do not edit directly
|
|
5817
|
-
* Generated on
|
|
5984
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
5818
5985
|
*/
|
|
5819
5986
|
/**
|
|
5820
5987
|
* TOKENS:
|
|
@@ -5835,11 +6002,11 @@ body {
|
|
|
5835
6002
|
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
5836
6003
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
5837
6004
|
height: 48px;
|
|
5838
|
-
width:
|
|
6005
|
+
width: 46px;
|
|
5839
6006
|
text-indent: -9999px;
|
|
5840
6007
|
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='M16.7068 15.257C17.6255 14.0506 18.1179 12.5734 18.1068 11.057C18.1201 10.1294 17.9488 9.20838 17.603 8.34753C17.2571 7.48667 16.7436 6.70315 16.0923 6.04251C15.4409 5.38187 14.6648 4.8573 13.8089 4.49928C12.9531 4.14126 12.0346 3.95694 11.1068 3.95703C9.2238 3.95703 7.41789 4.70506 6.08638 6.03657C4.75487 7.36808 4.00684 9.17399 4.00684 11.057C4.00684 12.9401 4.75487 14.746 6.08638 16.0775C7.41789 17.409 9.2238 18.157 11.1068 18.157C12.6258 18.1846 14.1082 17.6904 15.3068 16.757L18.3068 19.757C18.4938 19.9403 18.7451 20.0429 19.0068 20.0429C19.2686 20.0429 19.5199 19.9403 19.7068 19.757C19.8901 19.5701 19.9927 19.3188 19.9927 19.057C19.9927 18.7953 19.8901 18.544 19.7068 18.357L16.7068 15.257ZM11.1068 16.057C10.4419 16.0703 9.78091 15.9508 9.16269 15.7055C8.54448 15.4602 7.98142 15.094 7.50648 14.6284C7.03154 14.1628 6.65428 13.6071 6.39677 12.9938C6.13927 12.3806 6.0067 11.7221 6.00684 11.057C6.00684 9.70443 6.54416 8.40722 7.50059 7.45079C8.45703 6.49435 9.75423 5.95703 11.1068 5.95703C12.4594 5.95703 13.7566 6.49435 14.7131 7.45079C15.6695 8.40722 16.2068 9.70443 16.2068 11.057C16.207 11.7221 16.0744 12.3806 15.8169 12.9938C15.5594 13.6071 15.1821 14.1628 14.7072 14.6284C14.2323 15.094 13.6692 15.4602 13.051 15.7055C12.4328 15.9508 11.7718 16.0703 11.1068 16.057Z'/%3e%3c/svg%3e");
|
|
5841
6008
|
}
|
|
5842
|
-
.ilo--searchfield--button:
|
|
6009
|
+
.ilo--searchfield--button:focus {
|
|
5843
6010
|
background-color: rgb(235, 245, 253);
|
|
5844
6011
|
cursor: pointer;
|
|
5845
6012
|
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='M16.7068 15.257C17.6255 14.0506 18.1179 12.5734 18.1068 11.057C18.1201 10.1294 17.9488 9.20838 17.603 8.34753C17.2571 7.48667 16.7436 6.70315 16.0923 6.04251C15.4409 5.38187 14.6648 4.8573 13.8089 4.49928C12.9531 4.14126 12.0346 3.95694 11.1068 3.95703C9.2238 3.95703 7.41789 4.70506 6.08638 6.03657C4.75487 7.36808 4.00684 9.17399 4.00684 11.057C4.00684 12.9401 4.75487 14.746 6.08638 16.0775C7.41789 17.409 9.2238 18.157 11.1068 18.157C12.6258 18.1846 14.1082 17.6904 15.3068 16.757L18.3068 19.757C18.4938 19.9403 18.7451 20.0429 19.0068 20.0429C19.2686 20.0429 19.5199 19.9403 19.7068 19.757C19.8901 19.5701 19.9927 19.3188 19.9927 19.057C19.9927 18.7953 19.8901 18.544 19.7068 18.357L16.7068 15.257ZM11.1068 16.057C10.4419 16.0703 9.78091 15.9508 9.16269 15.7055C8.54448 15.4602 7.98142 15.094 7.50648 14.6284C7.03154 14.1628 6.65428 13.6071 6.39677 12.9938C6.13927 12.3806 6.0067 11.7221 6.00684 11.057C6.00684 9.70443 6.54416 8.40722 7.50059 7.45079C8.45703 6.49435 9.75423 5.95703 11.1068 5.95703C12.4594 5.95703 13.7566 6.49435 14.7131 7.45079C15.6695 8.40722 16.2068 9.70443 16.2068 11.057C16.207 11.7221 16.0744 12.3806 15.8169 12.9938C15.5594 13.6071 15.1821 14.1628 14.7072 14.6284C14.2323 15.094 13.6692 15.4602 13.051 15.7055C12.4328 15.9508 11.7718 16.0703 11.1068 16.057Z'/%3e%3c/svg%3e");
|
|
@@ -5858,7 +6025,7 @@ body {
|
|
|
5858
6025
|
|
|
5859
6026
|
/**
|
|
5860
6027
|
* Do not edit directly
|
|
5861
|
-
* Generated on
|
|
6028
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
5862
6029
|
*/
|
|
5863
6030
|
/**
|
|
5864
6031
|
* TOKENS:
|
|
@@ -5866,27 +6033,10 @@ body {
|
|
|
5866
6033
|
/**
|
|
5867
6034
|
* MAPS:
|
|
5868
6035
|
*/
|
|
5869
|
-
/*
|
|
5870
|
-
Note that the styles for this component rely on CSS container queries, which currently require a polyfill. Your site template should load the polyfill in the <head> using the method described here: https://github.com/GoogleChromeLabs/container-query-polyfil
|
|
5871
|
-
*/
|
|
5872
6036
|
.ilo--tabs {
|
|
5873
|
-
|
|
5874
|
-
|
|
5875
|
-
|
|
5876
|
-
|
|
5877
|
-
[aria-expanded="false"] {
|
|
5878
|
-
|
|
5879
|
-
}
|
|
5880
|
-
|
|
5881
|
-
[aria-expanded="false"] {
|
|
5882
|
-
display: none;
|
|
5883
|
-
}
|
|
5884
|
-
|
|
5885
|
-
@container (min-width: 700px) {
|
|
5886
|
-
[aria-expanded="true"] {
|
|
5887
|
-
display: block;
|
|
5888
|
-
}
|
|
5889
|
-
} */
|
|
6037
|
+
border-bottom: 0.2143622722rem solid rgb(237, 240, 242);
|
|
6038
|
+
border-left: 0.2143622722rem solid rgb(237, 240, 242);
|
|
6039
|
+
border-right: 0.2143622722rem solid rgb(237, 240, 242);
|
|
5890
6040
|
}
|
|
5891
6041
|
.ilo--tabs:not(.tabs--js) .ilo--tabs--selection {
|
|
5892
6042
|
margin-bottom: 1.2861736334rem;
|
|
@@ -5912,14 +6062,14 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
5912
6062
|
text-decoration: none;
|
|
5913
6063
|
}
|
|
5914
6064
|
.ilo--tabs:not(.tabs--js) .ilo--tabs--selection--button:active {
|
|
5915
|
-
background:
|
|
5916
|
-
border-bottom:
|
|
6065
|
+
background: rgba(0, 0, 0, 0);
|
|
6066
|
+
border-bottom: 1.5px solid rgb(30, 45, 190);
|
|
5917
6067
|
color: rgb(35, 0, 80);
|
|
5918
6068
|
outline: none;
|
|
5919
6069
|
}
|
|
5920
6070
|
.ilo--tabs:not(.tabs--js) .ilo--tabs--selection--button:focus {
|
|
5921
|
-
background:
|
|
5922
|
-
border-bottom:
|
|
6071
|
+
background: rgba(0, 0, 0, 0);
|
|
6072
|
+
border-bottom: 1.5px solid rgb(30, 45, 190);
|
|
5923
6073
|
color: rgb(35, 0, 80);
|
|
5924
6074
|
outline: none;
|
|
5925
6075
|
}
|
|
@@ -5957,13 +6107,13 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
5957
6107
|
.ilo--tabs.tabs--js .ilo--tabs--selection--button.icon .ilo--tabs--selection--label {
|
|
5958
6108
|
order: 2;
|
|
5959
6109
|
}
|
|
5960
|
-
.ilo--tabs.tabs--js .ilo--tabs--selection--button:hover, .ilo--tabs.tabs--js .ilo--tabs--selection--button
|
|
6110
|
+
.ilo--tabs.tabs--js .ilo--tabs--selection--button:hover, .ilo--tabs.tabs--js .ilo--tabs--selection--button[aria-selected=true]:hover {
|
|
5961
6111
|
background-color: rgb(235, 245, 253);
|
|
5962
6112
|
color: rgb(30, 45, 190);
|
|
5963
6113
|
outline: none;
|
|
5964
6114
|
}
|
|
5965
|
-
.ilo--tabs.tabs--js .ilo--tabs--selection--button:hover.has--tooltip .ilo--tooltip--wrapper, .ilo--tabs.tabs--js .ilo--tabs--selection--button
|
|
5966
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'
|
|
6115
|
+
.ilo--tabs.tabs--js .ilo--tabs--selection--button:hover.has--tooltip .ilo--tooltip--wrapper, .ilo--tabs.tabs--js .ilo--tabs--selection--button[aria-selected=true]:hover.has--tooltip .ilo--tooltip--wrapper {
|
|
6116
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='rgb(30, 45, 190)' d='M8 0C6.4 0 4.9.5 3.6 1.3c-1.4.9-2.4 2.2-3 3.6C0 6.4-.2 8 .2 9.6c.3 1.6 1.1 3 2.2 4.1 1.1 1.1 2.5 1.9 4.1 2.2s3.2.2 4.6-.5c1.5-.6 2.7-1.6 3.6-2.9.8-1.4 1.3-2.9 1.3-4.5 0-2.1-.8-4.2-2.3-5.7C12.2.8 10.1 0 8 0zm0 14c-1.2 0-2.3-.4-3.3-1-1-.7-1.8-1.6-2.2-2.7C2 9.2 1.9 8 2.1 6.8c.2-1.2.8-2.2 1.6-3.1.8-.8 1.9-1.4 3.1-1.6 1.2-.2 2.4-.1 3.5.4s2 1.2 2.7 2.2c.7 1 1 2.1 1 3.3 0 1.6-.6 3.1-1.8 4.2C11.1 13.4 9.6 14 8 14z'/%3e%3cpath fill='rgb(30, 45, 190)' d='M9 7H7v5h2V7zM8 6c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1z'/%3e%3c/svg%3e");
|
|
5967
6117
|
}
|
|
5968
6118
|
.ilo--tabs.tabs--js .ilo--tabs--selection--label {
|
|
5969
6119
|
max-width: 50ch;
|
|
@@ -6011,10 +6161,13 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
6011
6161
|
width: min(var(--tabscount) / 1 * 100%, 100%);
|
|
6012
6162
|
}
|
|
6013
6163
|
}
|
|
6164
|
+
.right-to-left .ilo--tabs {
|
|
6165
|
+
direction: rtl;
|
|
6166
|
+
}
|
|
6014
6167
|
|
|
6015
6168
|
/**
|
|
6016
6169
|
* Do not edit directly
|
|
6017
|
-
* Generated on
|
|
6170
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
6018
6171
|
*/
|
|
6019
6172
|
/**
|
|
6020
6173
|
* TOKENS:
|
|
@@ -6029,7 +6182,7 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
6029
6182
|
}
|
|
6030
6183
|
.ilo--table--header {
|
|
6031
6184
|
background-color: rgb(255, 255, 255);
|
|
6032
|
-
padding: 19px 8px
|
|
6185
|
+
padding: 19px 8px 18px 8px;
|
|
6033
6186
|
}
|
|
6034
6187
|
.ilo--table--wrapper {
|
|
6035
6188
|
max-height: 380px;
|
|
@@ -6042,31 +6195,31 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
6042
6195
|
}
|
|
6043
6196
|
.ilo--table--head {
|
|
6044
6197
|
background-color: rgb(255, 255, 255);
|
|
6045
|
-
border-top: 0.1071811361rem solid rgb(237, 240, 242);
|
|
6046
|
-
border-bottom: 0.1071811361rem solid rgb(237, 240, 242);
|
|
6047
6198
|
box-shadow: 0px 0.8px 1.6px rgba(30, 45, 190, 0.038), 0px 4px 8px rgba(30, 45, 190, 0.054), 0px 10px 20px rgba(30, 45, 190, 0.08), 0px -4px 16px rgba(30, 45, 190, 0.054);
|
|
6048
6199
|
left: 0;
|
|
6049
6200
|
height: auto;
|
|
6050
6201
|
position: sticky;
|
|
6051
|
-
top:
|
|
6202
|
+
top: -1px;
|
|
6052
6203
|
width: 100%;
|
|
6053
6204
|
z-index: 2;
|
|
6054
6205
|
}
|
|
6055
6206
|
.ilo--table--head--cell {
|
|
6056
6207
|
background-color: rgb(255, 255, 255);
|
|
6057
6208
|
border-left: 0.0535905681rem solid rgb(237, 240, 242);
|
|
6209
|
+
border-top: 0.1071811361rem solid rgb(237, 240, 242);
|
|
6210
|
+
border-bottom: 0.1071811361rem solid rgb(237, 240, 242);
|
|
6058
6211
|
font-family: Overpass;
|
|
6059
6212
|
font-weight: 700;
|
|
6060
6213
|
font-size: 14.93px;
|
|
6061
6214
|
letter-spacing: normal;
|
|
6062
6215
|
line-height: 20.3px;
|
|
6063
6216
|
letter-spacing: -0.02em;
|
|
6064
|
-
padding:
|
|
6217
|
+
padding: 18px 36px 18px 6px;
|
|
6065
6218
|
pointer-events: none;
|
|
6066
6219
|
text-align: left;
|
|
6067
6220
|
}
|
|
6068
6221
|
.ilo--table--small .ilo--table--head--cell {
|
|
6069
|
-
padding:
|
|
6222
|
+
padding: 10px 36px 10px 7px;
|
|
6070
6223
|
}
|
|
6071
6224
|
.ilo--table--head--cell:first-of-type {
|
|
6072
6225
|
border-left: none;
|
|
@@ -6077,7 +6230,7 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
6077
6230
|
}
|
|
6078
6231
|
.ilo--table--head--cell.sortable:after {
|
|
6079
6232
|
background-color: rgb(237, 240, 242);
|
|
6080
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24
|
|
6233
|
+
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='M12 16.7791L4 8.77914L5.45455 7.2207L12 13.7662L18.5455 7.2207L20 8.77914L12 16.7791Z'/%3e%3c/svg%3e");
|
|
6081
6234
|
background-position: center center;
|
|
6082
6235
|
background-repeat: no-repeat;
|
|
6083
6236
|
background-size: 75%;
|
|
@@ -6091,9 +6244,15 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
6091
6244
|
transform: translateY(-50%);
|
|
6092
6245
|
}
|
|
6093
6246
|
.ilo--table--head--cell.sortable:hover {
|
|
6094
|
-
background-color: rgb(
|
|
6247
|
+
background-color: rgb(235, 245, 253);
|
|
6248
|
+
border-bottom: 0.1071811361rem solid rgb(30, 45, 190);
|
|
6249
|
+
color: rgb(30, 45, 190);
|
|
6095
6250
|
cursor: pointer;
|
|
6096
6251
|
}
|
|
6252
|
+
.ilo--table--head--cell.sortable:hover:after {
|
|
6253
|
+
background-color: rgb(235, 245, 253);
|
|
6254
|
+
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 16.7791L4 8.77914L5.45455 7.2207L12 13.7662L18.5455 7.2207L20 8.77914L12 16.7791Z'/%3e%3c/svg%3e");
|
|
6255
|
+
}
|
|
6097
6256
|
.ilo--table--head--cell.sortable[aria-sort=descending]:after {
|
|
6098
6257
|
transform-origin: center center;
|
|
6099
6258
|
transform: translateY(-50%) rotate(180deg);
|
|
@@ -6228,6 +6387,8 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
6228
6387
|
outline: none;
|
|
6229
6388
|
}
|
|
6230
6389
|
.ilo--table--headline {
|
|
6390
|
+
align-items: center;
|
|
6391
|
+
display: flex;
|
|
6231
6392
|
font-family: Overpass;
|
|
6232
6393
|
font-weight: 700;
|
|
6233
6394
|
margin-bottom: 0.3751339764rem;
|
|
@@ -6235,6 +6396,9 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
6235
6396
|
letter-spacing: -0.035em;
|
|
6236
6397
|
line-height: 24.26px;
|
|
6237
6398
|
}
|
|
6399
|
+
.ilo--table--headline .ilo--tooltip--wrapper {
|
|
6400
|
+
margin-left: 0.3215434084rem;
|
|
6401
|
+
}
|
|
6238
6402
|
.ilo--table--description {
|
|
6239
6403
|
color: rgb(109, 109, 109);
|
|
6240
6404
|
font-family: Noto Sans;
|
|
@@ -6353,7 +6517,7 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
6353
6517
|
|
|
6354
6518
|
/**
|
|
6355
6519
|
* Do not edit directly
|
|
6356
|
-
* Generated on
|
|
6520
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
6357
6521
|
*/
|
|
6358
6522
|
/**
|
|
6359
6523
|
* TOKENS:
|
|
@@ -6363,9 +6527,104 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
6363
6527
|
*/
|
|
6364
6528
|
.ilo--table-of-contents {
|
|
6365
6529
|
background-color: rgb(237, 240, 242);
|
|
6530
|
+
display: none;
|
|
6366
6531
|
min-width: 343px;
|
|
6367
6532
|
padding: 0;
|
|
6368
6533
|
}
|
|
6534
|
+
.ilo--table-of-contents > * {
|
|
6535
|
+
opacity: 0;
|
|
6536
|
+
}
|
|
6537
|
+
.ilo--table-of-contents.show {
|
|
6538
|
+
display: block;
|
|
6539
|
+
}
|
|
6540
|
+
.ilo--table-of-contents.show.fadein > * {
|
|
6541
|
+
opacity: 1;
|
|
6542
|
+
transition-delay: 125ms;
|
|
6543
|
+
transition-property: opacity;
|
|
6544
|
+
transition-duration: 150ms;
|
|
6545
|
+
transition-timing-function: ease-out;
|
|
6546
|
+
}
|
|
6547
|
+
.ilo--table-of-contents--headline {
|
|
6548
|
+
margin-bottom: 1.2861736334rem;
|
|
6549
|
+
margin-top: 0.4823151125rem;
|
|
6550
|
+
font-size: 18.66px;
|
|
6551
|
+
letter-spacing: normal;
|
|
6552
|
+
line-height: 27.24px;
|
|
6553
|
+
font-family: Overpass;
|
|
6554
|
+
font-weight: 700;
|
|
6555
|
+
}
|
|
6556
|
+
.ilo--table-of-contents--wrapper.show {
|
|
6557
|
+
display: block;
|
|
6558
|
+
height: 100vh;
|
|
6559
|
+
left: 0;
|
|
6560
|
+
padding: 1.3933547696rem;
|
|
6561
|
+
position: fixed;
|
|
6562
|
+
top: 0;
|
|
6563
|
+
width: 100vw;
|
|
6564
|
+
z-index: 10001;
|
|
6565
|
+
}
|
|
6566
|
+
@media screen and (min-width: 1024px) {
|
|
6567
|
+
.ilo--table-of-contents--wrapper.show {
|
|
6568
|
+
padding: 0;
|
|
6569
|
+
}
|
|
6570
|
+
}
|
|
6571
|
+
.ilo--table-of-contents--trigger {
|
|
6572
|
+
align-items: center;
|
|
6573
|
+
display: flex;
|
|
6574
|
+
justify-content: center;
|
|
6575
|
+
margin: 1.2861736334rem auto;
|
|
6576
|
+
}
|
|
6577
|
+
.ilo--table-of-contents--trigger.hide {
|
|
6578
|
+
display: none;
|
|
6579
|
+
}
|
|
6580
|
+
@media screen and (min-width: 1024px) {
|
|
6581
|
+
.ilo--table-of-contents {
|
|
6582
|
+
display: block;
|
|
6583
|
+
}
|
|
6584
|
+
.ilo--table-of-contents > * {
|
|
6585
|
+
opacity: 1;
|
|
6586
|
+
}
|
|
6587
|
+
.ilo--table-of-contents--trigger {
|
|
6588
|
+
display: none;
|
|
6589
|
+
}
|
|
6590
|
+
}
|
|
6591
|
+
.ilo--table-of-contents--modal {
|
|
6592
|
+
display: none;
|
|
6593
|
+
position: relative;
|
|
6594
|
+
}
|
|
6595
|
+
.ilo--table-of-contents--modal > * {
|
|
6596
|
+
opacity: 0;
|
|
6597
|
+
}
|
|
6598
|
+
.ilo--table-of-contents--modal.show {
|
|
6599
|
+
display: block;
|
|
6600
|
+
}
|
|
6601
|
+
.ilo--table-of-contents--modal.show.fadein > * {
|
|
6602
|
+
opacity: 1;
|
|
6603
|
+
transition-delay: 125ms;
|
|
6604
|
+
transition-property: opacity;
|
|
6605
|
+
transition-duration: 150ms;
|
|
6606
|
+
transition-timing-function: ease-out;
|
|
6607
|
+
}
|
|
6608
|
+
@media screen and (min-width: 1024px) {
|
|
6609
|
+
.ilo--table-of-contents--modal {
|
|
6610
|
+
display: none;
|
|
6611
|
+
}
|
|
6612
|
+
.ilo--table-of-contents--modal.show {
|
|
6613
|
+
display: none;
|
|
6614
|
+
}
|
|
6615
|
+
}
|
|
6616
|
+
.ilo--table-of-contents--modal .toc--modal--close {
|
|
6617
|
+
bottom: 0;
|
|
6618
|
+
height: 2.1436227224rem;
|
|
6619
|
+
right: 0;
|
|
6620
|
+
position: absolute;
|
|
6621
|
+
width: 2.1436227224rem;
|
|
6622
|
+
z-index: 10004;
|
|
6623
|
+
}
|
|
6624
|
+
.ilo--table-of-contents--modal .toc--modal--close .ilo--icon {
|
|
6625
|
+
left: 0.1607717042rem;
|
|
6626
|
+
top: 0.1607717042rem;
|
|
6627
|
+
}
|
|
6369
6628
|
.ilo--table-of-contents--list, .ilo--table-of-contents--list--item {
|
|
6370
6629
|
width: 100%;
|
|
6371
6630
|
}
|
|
@@ -6381,12 +6640,16 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
6381
6640
|
font-weight: 500;
|
|
6382
6641
|
margin: 0 8px 0 8px;
|
|
6383
6642
|
padding: 18px 10px 18px 10px;
|
|
6643
|
+
position: relative;
|
|
6384
6644
|
text-decoration: none;
|
|
6385
6645
|
width: calc(100% - 8px - 8px);
|
|
6386
6646
|
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='M18 13.1643L16.7463 11.9106L12.8955 15.7613V4.83594H11.1045V15.7613L7.25373 11.9106L6 13.1643L12 19.1643L18 13.1643Z'/%3e%3c/svg%3e");
|
|
6387
6647
|
font-size: 16px;
|
|
6388
6648
|
letter-spacing: -0.02em;
|
|
6389
6649
|
line-height: 21.6px;
|
|
6650
|
+
transition-property: background-color, border, color;
|
|
6651
|
+
transition-duration: 150ms;
|
|
6652
|
+
transition-timing-function: ease-out;
|
|
6390
6653
|
}
|
|
6391
6654
|
.ilo--table-of-contents--link:hover, .ilo--table-of-contents--link:focus {
|
|
6392
6655
|
background-color: rgb(235, 245, 253);
|
|
@@ -6398,16 +6661,21 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
6398
6661
|
padding: 18px 18px 18px 18px;
|
|
6399
6662
|
width: 100%;
|
|
6400
6663
|
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='M18 13.1643L16.7463 11.9106L12.8955 15.7613V4.83594H11.1045V15.7613L7.25373 11.9106L6 13.1643L12 19.1643L18 13.1643Z'/%3e%3c/svg%3e");
|
|
6664
|
+
transition-property: background-color, border, color;
|
|
6665
|
+
transition-duration: 150ms;
|
|
6666
|
+
transition-timing-function: ease-out;
|
|
6401
6667
|
}
|
|
6402
6668
|
.ilo--table-of-contents--link:active {
|
|
6403
6669
|
background-color: rgb(255, 255, 255);
|
|
6404
6670
|
border-bottom: rgb(35, 0, 80) 2px solid;
|
|
6671
|
+
border-top: rgb(255, 255, 255) 2px solid;
|
|
6405
6672
|
color: rgb(35, 0, 80);
|
|
6406
|
-
margin: 0;
|
|
6673
|
+
margin: -2px 0 0 0;
|
|
6407
6674
|
outline: none;
|
|
6408
6675
|
padding: 18px 18px 18px 18px;
|
|
6409
6676
|
width: 100%;
|
|
6410
6677
|
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='M18 13.1643L16.7463 11.9106L12.8955 15.7613V4.83594H11.1045V15.7613L7.25373 11.9106L6 13.1643L12 19.1643L18 13.1643Z'/%3e%3c/svg%3e");
|
|
6678
|
+
z-index: 5;
|
|
6411
6679
|
}
|
|
6412
6680
|
.ilo--table-of-contents--list--item:last-of-type .ilo--table-of-contents--link {
|
|
6413
6681
|
border-bottom: none;
|
|
@@ -6415,10 +6683,26 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
6415
6683
|
.ilo--table-of-contents--list--item:last-of-type .ilo--table-of-contents--link:hover {
|
|
6416
6684
|
border-bottom: rgb(30, 45, 190) 2px solid;
|
|
6417
6685
|
}
|
|
6686
|
+
.right-to-left .ilo--table-of-contents {
|
|
6687
|
+
direction: rtl;
|
|
6688
|
+
}
|
|
6689
|
+
.right-to-left .ilo--table-of-contents .ilo--table-of-contents--link {
|
|
6690
|
+
background-position: 11px center;
|
|
6691
|
+
}
|
|
6692
|
+
.right-to-left .ilo--table-of-contents .ilo--table-of-contents--link:hover, .right-to-left .ilo--table-of-contents .ilo--table-of-contents--link:focus {
|
|
6693
|
+
background-position: 19px center;
|
|
6694
|
+
}
|
|
6695
|
+
.right-to-left .ilo--table-of-contents--wrapper {
|
|
6696
|
+
direction: rtl;
|
|
6697
|
+
}
|
|
6698
|
+
.right-to-left .ilo--table-of-contents--modal .toc--modal--close {
|
|
6699
|
+
left: 0;
|
|
6700
|
+
right: auto;
|
|
6701
|
+
}
|
|
6418
6702
|
|
|
6419
6703
|
/**
|
|
6420
6704
|
* Do not edit directly
|
|
6421
|
-
* Generated on
|
|
6705
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
6422
6706
|
*/
|
|
6423
6707
|
/**
|
|
6424
6708
|
* TOKENS:
|
|
@@ -6462,14 +6746,6 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
6462
6746
|
width: 22px;
|
|
6463
6747
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 12'%3e%3cpath fill='rgb(184, 196, 204)' d='M0.307453 12L22 0V12H0.307453Z'/%3e%3c/svg%3e");
|
|
6464
6748
|
}
|
|
6465
|
-
.ilo--textarea:hover {
|
|
6466
|
-
background-color: rgb(235, 245, 253);
|
|
6467
|
-
border-bottom: 0.1071811361rem solid rgb(184, 196, 204);
|
|
6468
|
-
border-left: 0.1607717042rem solid rgb(30, 45, 190);
|
|
6469
|
-
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
6470
|
-
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
6471
|
-
padding-left: 11px;
|
|
6472
|
-
}
|
|
6473
6749
|
.ilo--textarea:focus {
|
|
6474
6750
|
background-color: rgb(235, 245, 253);
|
|
6475
6751
|
border-bottom: 0.1071811361rem solid rgb(184, 196, 204);
|
|
@@ -6485,7 +6761,7 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
6485
6761
|
.ilo--textarea:invalid, .ilo--textarea.error, .error .ilo--textarea {
|
|
6486
6762
|
background-color: rgb(255, 255, 255);
|
|
6487
6763
|
border-bottom: 0.1071811361rem solid rgb(184, 196, 204);
|
|
6488
|
-
border-left: 0.1607717042rem solid rgb(
|
|
6764
|
+
border-left: 0.1607717042rem solid rgb(200, 48, 60);
|
|
6489
6765
|
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
6490
6766
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
6491
6767
|
}
|
|
@@ -6579,7 +6855,7 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
6579
6855
|
|
|
6580
6856
|
/**
|
|
6581
6857
|
* Do not edit directly
|
|
6582
|
-
* Generated on
|
|
6858
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
6583
6859
|
*/
|
|
6584
6860
|
/**
|
|
6585
6861
|
* TOKENS:
|
|
@@ -6618,7 +6894,7 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
6618
6894
|
background-size: cover;
|
|
6619
6895
|
height: 0.857449089rem;
|
|
6620
6896
|
min-width: 0.857449089rem;
|
|
6621
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'
|
|
6897
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='rgb(35, 0, 80)' d='M8 0C6.4 0 4.9.5 3.6 1.3c-1.4.9-2.4 2.2-3 3.6C0 6.4-.2 8 .2 9.6c.3 1.6 1.1 3 2.2 4.1 1.1 1.1 2.5 1.9 4.1 2.2s3.2.2 4.6-.5c1.5-.6 2.7-1.6 3.6-2.9.8-1.4 1.3-2.9 1.3-4.5 0-2.1-.8-4.2-2.3-5.7C12.2.8 10.1 0 8 0zm0 14c-1.2 0-2.3-.4-3.3-1-1-.7-1.8-1.6-2.2-2.7C2 9.2 1.9 8 2.1 6.8c.2-1.2.8-2.2 1.6-3.1.8-.8 1.9-1.4 3.1-1.6 1.2-.2 2.4-.1 3.5.4s2 1.2 2.7 2.2c.7 1 1 2.1 1 3.3 0 1.6-.6 3.1-1.8 4.2C11.1 13.4 9.6 14 8 14z'/%3e%3cpath fill='rgb(35, 0, 80)' d='M9 7H7v5h2V7zM8 6c.6 0 1-.4 1-1s-.4-1-1-1-1 .4-1 1 .4 1 1 1z'/%3e%3c/svg%3e");
|
|
6622
6898
|
}
|
|
6623
6899
|
.ilo--tooltip--arrow {
|
|
6624
6900
|
border-color: transparent;
|
|
@@ -6738,7 +7014,7 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
6738
7014
|
|
|
6739
7015
|
/**
|
|
6740
7016
|
* Do not edit directly
|
|
6741
|
-
* Generated on
|
|
7017
|
+
* Generated on Fri, 04 Nov 2022 10:33:11 GMT
|
|
6742
7018
|
*/
|
|
6743
7019
|
/**
|
|
6744
7020
|
* TOKENS:
|
|
@@ -6851,7 +7127,7 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
6851
7127
|
.ilo--video .vjs-control-bar.notplayed {
|
|
6852
7128
|
flex-direction: column;
|
|
6853
7129
|
height: 122px;
|
|
6854
|
-
width:
|
|
7130
|
+
width: 2.5723472669rem;
|
|
6855
7131
|
}
|
|
6856
7132
|
}
|
|
6857
7133
|
.ilo--video--controls button span,
|
|
@@ -6890,8 +7166,8 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
6890
7166
|
.notplayed .ilo--video .vjs-control-bar .vjs-play-control,
|
|
6891
7167
|
.notplayed .ilo--video .vjs-control-bar .vjs-big-play-button {
|
|
6892
7168
|
order: 1;
|
|
6893
|
-
height:
|
|
6894
|
-
width:
|
|
7169
|
+
height: 2.5723472669rem;
|
|
7170
|
+
width: 2.5723472669rem;
|
|
6895
7171
|
}
|
|
6896
7172
|
}
|
|
6897
7173
|
.ilo--video--controls--play,
|
|
@@ -6902,8 +7178,8 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
6902
7178
|
.ilo--video .vjs-control-bar .vjs-big-play-button {
|
|
6903
7179
|
background-position: center center;
|
|
6904
7180
|
background-repeat: no-repeat;
|
|
6905
|
-
background-size:
|
|
6906
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(
|
|
7181
|
+
background-size: 48px 48px;
|
|
7182
|
+
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");
|
|
6907
7183
|
}
|
|
6908
7184
|
.ilo--video--controls--play:hover,
|
|
6909
7185
|
.ilo--video--controls .vjs-play-control:not(.vjs-playing):hover,
|
|
@@ -6911,6 +7187,43 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
6911
7187
|
.ilo--video .vjs-control-bar--play:hover,
|
|
6912
7188
|
.ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing):hover,
|
|
6913
7189
|
.ilo--video .vjs-control-bar .vjs-big-play-button:hover {
|
|
7190
|
+
background-color: rgb(235, 245, 253);
|
|
7191
|
+
background-position: center center;
|
|
7192
|
+
background-repeat: no-repeat;
|
|
7193
|
+
background-size: 48px 48px;
|
|
7194
|
+
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");
|
|
7195
|
+
}
|
|
7196
|
+
.ilo--video--controls--play:hover ~ .vjs-duration, .ilo--video--controls--play:hover ~ .ilo--video--controls--duration,
|
|
7197
|
+
.ilo--video--controls .vjs-play-control:not(.vjs-playing):hover ~ .vjs-duration,
|
|
7198
|
+
.ilo--video--controls .vjs-play-control:not(.vjs-playing):hover ~ .ilo--video--controls--duration,
|
|
7199
|
+
.ilo--video--controls .vjs-big-play-button:hover ~ .vjs-duration,
|
|
7200
|
+
.ilo--video--controls .vjs-big-play-button:hover ~ .ilo--video--controls--duration,
|
|
7201
|
+
.ilo--video .vjs-control-bar--play:hover ~ .vjs-duration,
|
|
7202
|
+
.ilo--video .vjs-control-bar--play:hover ~ .ilo--video--controls--duration,
|
|
7203
|
+
.ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing):hover ~ .vjs-duration,
|
|
7204
|
+
.ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing):hover ~ .ilo--video--controls--duration,
|
|
7205
|
+
.ilo--video .vjs-control-bar .vjs-big-play-button:hover ~ .vjs-duration,
|
|
7206
|
+
.ilo--video .vjs-control-bar .vjs-big-play-button:hover ~ .ilo--video--controls--duration {
|
|
7207
|
+
background-color: rgb(235, 245, 253);
|
|
7208
|
+
color: rgb(30, 45, 190);
|
|
7209
|
+
}
|
|
7210
|
+
.ilo--video--controls--play.vjs-paused,
|
|
7211
|
+
.ilo--video--controls .vjs-play-control:not(.vjs-playing).vjs-paused,
|
|
7212
|
+
.ilo--video--controls .vjs-big-play-button.vjs-paused,
|
|
7213
|
+
.ilo--video .vjs-control-bar--play.vjs-paused,
|
|
7214
|
+
.ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-paused,
|
|
7215
|
+
.ilo--video .vjs-control-bar .vjs-big-play-button.vjs-paused {
|
|
7216
|
+
background-position: center center;
|
|
7217
|
+
background-repeat: no-repeat;
|
|
7218
|
+
background-size: 24px 24px;
|
|
7219
|
+
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");
|
|
7220
|
+
}
|
|
7221
|
+
.ilo--video--controls--play.vjs-paused:hover,
|
|
7222
|
+
.ilo--video--controls .vjs-play-control:not(.vjs-playing).vjs-paused:hover,
|
|
7223
|
+
.ilo--video--controls .vjs-big-play-button.vjs-paused:hover,
|
|
7224
|
+
.ilo--video .vjs-control-bar--play.vjs-paused:hover,
|
|
7225
|
+
.ilo--video .vjs-control-bar .vjs-play-control:not(.vjs-playing).vjs-paused:hover,
|
|
7226
|
+
.ilo--video .vjs-control-bar .vjs-big-play-button.vjs-paused:hover {
|
|
6914
7227
|
background-color: rgb(235, 245, 253);
|
|
6915
7228
|
background-position: center center;
|
|
6916
7229
|
background-repeat: no-repeat;
|
|
@@ -6924,7 +7237,7 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
6924
7237
|
background-position: center center;
|
|
6925
7238
|
background-repeat: no-repeat;
|
|
6926
7239
|
background-size: 24px 24px;
|
|
6927
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(
|
|
7240
|
+
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");
|
|
6928
7241
|
}
|
|
6929
7242
|
.ilo--video--controls--pause:hover,
|
|
6930
7243
|
.ilo--video--controls .vjs-playing:hover,
|
|
@@ -6941,6 +7254,7 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
6941
7254
|
.ilo--video .vjs-control-bar--duration,
|
|
6942
7255
|
.ilo--video .vjs-control-bar .vjs-duration {
|
|
6943
7256
|
background-color: rgb(45, 45, 45);
|
|
7257
|
+
color: rgb(237, 240, 242);
|
|
6944
7258
|
display: none;
|
|
6945
7259
|
height: 100%;
|
|
6946
7260
|
font-weight: 700;
|
|
@@ -6953,6 +7267,13 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
6953
7267
|
letter-spacing: -0.02em;
|
|
6954
7268
|
line-height: 20.16px;
|
|
6955
7269
|
}
|
|
7270
|
+
.ilo--video--controls--duration:hover,
|
|
7271
|
+
.ilo--video--controls .vjs-duration:hover,
|
|
7272
|
+
.ilo--video .vjs-control-bar--duration:hover,
|
|
7273
|
+
.ilo--video .vjs-control-bar .vjs-duration:hover {
|
|
7274
|
+
background-color: rgb(235, 245, 253);
|
|
7275
|
+
color: rgb(30, 45, 190);
|
|
7276
|
+
}
|
|
6956
7277
|
.ilo--video--controls--duration.show,
|
|
6957
7278
|
.ilo--video--controls .vjs-duration.show,
|
|
6958
7279
|
.ilo--video .vjs-control-bar--duration.show,
|
|
@@ -6967,7 +7288,7 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
6967
7288
|
height: 2.1436227224rem;
|
|
6968
7289
|
margin-left: 0;
|
|
6969
7290
|
margin-top: 2px;
|
|
6970
|
-
width:
|
|
7291
|
+
width: 2.5723472669rem;
|
|
6971
7292
|
}
|
|
6972
7293
|
}
|
|
6973
7294
|
.ilo--video--controls .vjs-progress-holder,
|
|
@@ -7244,6 +7565,12 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
7244
7565
|
.vjs-has-started .ilo--video .vjs-control-bar .vjs-volume-panel {
|
|
7245
7566
|
display: block;
|
|
7246
7567
|
}
|
|
7568
|
+
.ilo--video--controls--volume:hover .vjs-volume-control,
|
|
7569
|
+
.ilo--video--controls .vjs-volume-panel:hover .vjs-volume-control,
|
|
7570
|
+
.ilo--video .vjs-control-bar--volume:hover .vjs-volume-control,
|
|
7571
|
+
.ilo--video .vjs-control-bar .vjs-volume-panel:hover .vjs-volume-control {
|
|
7572
|
+
display: block;
|
|
7573
|
+
}
|
|
7247
7574
|
.ilo--video--controls--showvolume,
|
|
7248
7575
|
.ilo--video--controls .vjs-mute-control,
|
|
7249
7576
|
.ilo--video .vjs-control-bar--showvolume,
|
|
@@ -7261,7 +7588,7 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
7261
7588
|
background-position: center center;
|
|
7262
7589
|
background-repeat: no-repeat;
|
|
7263
7590
|
background-size: 24px 24px;
|
|
7264
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(
|
|
7591
|
+
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.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");
|
|
7265
7592
|
}
|
|
7266
7593
|
.ilo--video--controls--showvolume:hover,
|
|
7267
7594
|
.ilo--video--controls .vjs-mute-control:hover,
|
|
@@ -7283,7 +7610,7 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
7283
7610
|
background-position: center center;
|
|
7284
7611
|
background-repeat: no-repeat;
|
|
7285
7612
|
background-size: 24px 24px;
|
|
7286
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(
|
|
7613
|
+
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");
|
|
7287
7614
|
}
|
|
7288
7615
|
.ilo--video--controls--showvolume.muted:hover, .ilo--video--controls--showvolume[title=Unmute]:hover,
|
|
7289
7616
|
.ilo--video--controls .vjs-mute-control.muted:hover,
|
|
@@ -7361,7 +7688,7 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
7361
7688
|
.ilo--video .vjs-control-bar .vjs-volume-bar {
|
|
7362
7689
|
height: 4px;
|
|
7363
7690
|
position: relative;
|
|
7364
|
-
width: calc(100% -
|
|
7691
|
+
width: calc(100% - 26px);
|
|
7365
7692
|
}
|
|
7366
7693
|
.ilo--video--controls .vjs-mouse-display,
|
|
7367
7694
|
.ilo--video--controls .vjs-volume-level,
|
|
@@ -7390,7 +7717,7 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
7390
7717
|
margin: 0;
|
|
7391
7718
|
padding: 0;
|
|
7392
7719
|
position: absolute;
|
|
7393
|
-
right: -
|
|
7720
|
+
right: -16px;
|
|
7394
7721
|
top: 50%;
|
|
7395
7722
|
width: 16px;
|
|
7396
7723
|
-webkit-transform: translate(-50%, -50%);
|
|
@@ -7418,7 +7745,7 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
7418
7745
|
background-position: center center;
|
|
7419
7746
|
background-repeat: no-repeat;
|
|
7420
7747
|
background-size: 24px 24px;
|
|
7421
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(
|
|
7748
|
+
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");
|
|
7422
7749
|
}
|
|
7423
7750
|
.ilo--video--controls--fullscreen:hover,
|
|
7424
7751
|
.ilo--video--controls .vjs-fullscreen-control:hover,
|