@ilo-org/styles 0.0.3 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
3
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
4
4
  */
5
5
  /**
6
6
  * TOKENS:
@@ -10,7 +10,7 @@
10
10
  */
11
11
  /**
12
12
  * Do not edit directly
13
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
13
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
14
14
  */
15
15
  /**
16
16
  * TOKENS:
@@ -37,7 +37,7 @@
37
37
  line-height: 21.6px;
38
38
  justify-content: space-between;
39
39
  margin: 0;
40
- padding: 1.0718113612rem 1.9292604502rem 1.0718113612rem 0;
40
+ padding: 0.8038585209rem 1.9292604502rem 0.8038585209rem 0;
41
41
  text-align: left;
42
42
  transition: border 0.15s ease-out, background 0.15s ease-out, color 0.15s ease-out;
43
43
  width: 100%;
@@ -110,7 +110,7 @@
110
110
 
111
111
  /**
112
112
  * Do not edit directly
113
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
113
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
114
114
  */
115
115
  /**
116
116
  * TOKENS:
@@ -327,7 +327,42 @@
327
327
 
328
328
  /**
329
329
  * Do not edit directly
330
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
330
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
331
+ */
332
+ /**
333
+ * TOKENS:
334
+ */
335
+ /**
336
+ * MAPS:
337
+ */
338
+ /**
339
+ * Do not edit directly
340
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
341
+ */
342
+ /**
343
+ * TOKENS:
344
+ */
345
+ /**
346
+ * MAPS:
347
+ */
348
+ @keyframes emptygradient {
349
+ 0% {
350
+ opacity: 1;
351
+ }
352
+ 100% {
353
+ opacity: 0;
354
+ }
355
+ }
356
+ @keyframes spin {
357
+ 100% {
358
+ -moz-transform: rotate(360deg);
359
+ -webkit-transform: rotate(360deg);
360
+ transform: rotate(360deg);
361
+ }
362
+ }
363
+ /**
364
+ * Do not edit directly
365
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
331
366
  */
332
367
  /**
333
368
  * TOKENS:
@@ -445,8 +480,8 @@
445
480
  .ilo--button--small .link__label,
446
481
  .ilo--button--small .button__label {
447
482
  padding-bottom: 3px;
448
- padding-left: 16px;
449
- padding-right: 16px;
483
+ padding-left: 13px;
484
+ padding-right: 13px;
450
485
  padding-top: 3px;
451
486
  font-size: 14.93px;
452
487
  letter-spacing: -0.02em;
@@ -492,6 +527,9 @@
492
527
  box-shadow: 4px 4px 0 1px rgb(255, 205, 45) inset, -4px -4px 0 1px rgb(255, 205, 45) inset;
493
528
  color: rgb(35, 0, 80);
494
529
  outline: none;
530
+ transition-property: color, background-color, border-color;
531
+ transition-duration: 150ms;
532
+ transition-timing-function: ease-out;
495
533
  }
496
534
  .ilo--button:focus.ilo--button--small {
497
535
  box-shadow: 3px 3px 0 1px rgb(255, 205, 45) inset, -3px -3px 0 1px rgb(255, 205, 45) inset;
@@ -502,6 +540,9 @@
502
540
  box-shadow: none;
503
541
  color: rgb(30, 45, 190);
504
542
  cursor: pointer;
543
+ transition-property: color, background-color, border-color;
544
+ transition-duration: 150ms;
545
+ transition-timing-function: ease-out;
505
546
  }
506
547
  .ilo--button:hover.ilo--button--small {
507
548
  box-shadow: none;
@@ -511,6 +552,9 @@
511
552
  border: 2px rgb(30, 45, 190) solid;
512
553
  box-shadow: none;
513
554
  color: rgb(235, 245, 253);
555
+ transition-property: color, background-color, border-color;
556
+ transition-duration: 150ms;
557
+ transition-timing-function: ease-out;
514
558
  }
515
559
  .ilo--button:active.ilo--button--small {
516
560
  box-shadow: none;
@@ -523,16 +567,25 @@
523
567
  background-color: rgb(255, 255, 255);
524
568
  border: 1.5px rgb(184, 196, 204) solid;
525
569
  color: rgb(35, 0, 80);
570
+ transition-property: color, background-color, border-color;
571
+ transition-duration: 150ms;
572
+ transition-timing-function: ease-out;
526
573
  }
527
574
  .ilo--button--secondary:hover {
528
575
  background-color: rgb(235, 245, 253);
529
576
  border: 1.5px rgb(30, 45, 190) solid;
577
+ transition-property: color, background-color, border-color;
578
+ transition-duration: 150ms;
579
+ transition-timing-function: ease-out;
530
580
  }
531
581
  .ilo--button--secondary:active {
532
582
  background-color: rgb(30, 45, 190);
533
583
  border: 2px rgb(30, 45, 190) solid;
534
584
  box-shadow: none;
535
585
  color: rgb(235, 245, 253);
586
+ transition-property: color, background-color, border-color;
587
+ transition-duration: 150ms;
588
+ transition-timing-function: ease-out;
536
589
  }
537
590
  .ilo--button--secondary:active.ilo--button--small {
538
591
  box-shadow: none;
@@ -541,28 +594,43 @@
541
594
  background-color: rgb(237, 240, 242);
542
595
  border: 2px rgb(237, 240, 242) solid;
543
596
  color: rgb(35, 0, 80);
597
+ transition-property: color, background-color, border-color;
598
+ transition-duration: 150ms;
599
+ transition-timing-function: ease-out;
544
600
  }
545
601
  .ilo--button--alert {
546
602
  background-color: rgb(200, 48, 60);
547
603
  border: 1.5px rgb(200, 48, 60) solid;
548
604
  color: rgb(255, 255, 255);
605
+ transition-property: color, background-color, border-color;
606
+ transition-duration: 150ms;
607
+ transition-timing-function: ease-out;
549
608
  }
550
609
  .ilo--button--alert:hover {
551
610
  background-color: rgb(235, 245, 253);
552
611
  border: 1.5px rgb(30, 45, 190) solid;
553
612
  color: rgb(30, 45, 190);
613
+ transition-property: color, background-color, border-color;
614
+ transition-duration: 150ms;
615
+ transition-timing-function: ease-out;
554
616
  }
555
617
  .ilo--button--alert:focus {
556
618
  background-color: rgb(255, 255, 255);
557
619
  border: 2px rgb(255, 205, 45) solid;
558
620
  color: rgb(35, 0, 80);
559
621
  outline: none;
622
+ transition-property: color, background-color, border-color;
623
+ transition-duration: 150ms;
624
+ transition-timing-function: ease-out;
560
625
  }
561
626
  .ilo--button--alert:active {
562
627
  background-color: rgb(30, 45, 190);
563
628
  border: 2px rgb(30, 45, 190) solid;
564
629
  box-shadow: none;
565
630
  color: rgb(235, 245, 253);
631
+ transition-property: color, background-color, border-color;
632
+ transition-duration: 150ms;
633
+ transition-timing-function: ease-out;
566
634
  }
567
635
  .ilo--button--alert:active.ilo--button--small {
568
636
  box-shadow: none;
@@ -584,7 +652,7 @@
584
652
 
585
653
  /**
586
654
  * Do not edit directly
587
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
655
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
588
656
  */
589
657
  /**
590
658
  * TOKENS:
@@ -714,7 +782,7 @@
714
782
 
715
783
  /**
716
784
  * Do not edit directly
717
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
785
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
718
786
  */
719
787
  /**
720
788
  * TOKENS:
@@ -725,12 +793,15 @@
725
793
  .ilo--card {
726
794
  margin: 0;
727
795
  }
796
+ .right-to-left .ilo--card {
797
+ text-align: right;
798
+ }
728
799
  .ilo--card--action:hover, .ilo--card--action:focus {
729
800
  background: rgb(255, 255, 255);
730
801
  color: rgb(30, 45, 190);
731
802
  text-decoration: none;
732
803
  }
733
- .ilo--card--action:hover .ilo--card--dark, .ilo--card--action:focus .ilo--card--dark {
804
+ .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) {
734
805
  background: rgb(255, 255, 255);
735
806
  }
736
807
  .ilo--card--action:hover .ilo--card--eyebrow, .ilo--card--action:focus .ilo--card--eyebrow {
@@ -759,63 +830,76 @@
759
830
  width: 100%;
760
831
  z-index: 2;
761
832
  }
833
+ .ilo--card--link--text {
834
+ width: 1px;
835
+ height: 1px;
836
+ margin: -1px;
837
+ padding: 0;
838
+ border: 0;
839
+ position: absolute;
840
+ clip: rect(0 0 0 0);
841
+ overflow: hidden;
842
+ }
762
843
  .ilo--card--light {
763
844
  background: rgb(255, 255, 255);
764
845
  }
765
- .ilo--card--dark {
846
+ .ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink) {
766
847
  background: rgb(35, 0, 80);
767
848
  }
768
- .ilo--card--dark .ilo--card--eyebrow {
849
+ .ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink) .ilo--card--eyebrow {
769
850
  color: rgb(237, 240, 242);
770
851
  }
771
- .ilo--card--dark .ilo--card--title {
852
+ .ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink) .ilo--card--title {
772
853
  color: rgb(255, 255, 255);
773
854
  }
774
- .ilo--card--dark .ilo--card--intro {
855
+ .ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink) .ilo--card--intro {
775
856
  color: rgb(237, 240, 242);
776
857
  }
777
- .ilo--card--dark .ilo--card--date {
858
+ .ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink) .ilo--card--date {
778
859
  color: rgb(237, 240, 242);
779
860
  }
780
- .ilo--card--dark .ilo--card--eventdate {
861
+ .ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink) .ilo--card--eventdate {
781
862
  color: rgb(237, 240, 242);
782
863
  }
783
- .ilo--card--cornercut {
784
- margin-top: 40px;
785
- padding-top: 0 !important;
864
+ .ilo--card--cornercut:not(.ilo--card--multilink):not(.ilo--card--detail):not(.ilo--card--feature) {
865
+ margin-top: 2.1436227224rem;
866
+ padding-top: 0;
786
867
  position: relative;
787
868
  }
788
869
  @media screen and (min-width: 610px) {
789
- .ilo--card--cornercut {
790
- margin-top: 48px;
870
+ .ilo--card--cornercut:not(.ilo--card--multilink):not(.ilo--card--detail):not(.ilo--card--feature) {
871
+ margin-top: 2.5723472669rem;
791
872
  }
792
873
  }
793
874
  @media screen and (min-width: 1024px) {
794
- .ilo--card--cornercut {
795
- margin-top: 64px;
875
+ .ilo--card--cornercut:not(.ilo--card--multilink):not(.ilo--card--detail):not(.ilo--card--feature) {
876
+ margin-top: 3.4297963558rem;
796
877
  }
797
878
  }
798
- .ilo--card--cornercut::before {
879
+ .ilo--card--cornercut:not(.ilo--card--multilink):not(.ilo--card--detail):not(.ilo--card--feature)::before {
799
880
  background: inherit;
800
881
  clip-path: polygon(90% 0, 100% 100%, 100% 100%, 0% 100%, 0% 0%);
801
882
  content: "";
802
883
  display: block;
803
- height: 40px;
884
+ height: 2.1436227224rem;
804
885
  left: 0;
805
886
  position: absolute;
806
- top: -39.7px;
887
+ top: -2.127545552rem;
807
888
  width: 100%;
808
889
  }
890
+ .right-to-left .ilo--card--cornercut:not(.ilo--card--multilink):not(.ilo--card--detail):not(.ilo--card--feature)::before {
891
+ clip-path: polygon(100% 0, 100% 100%, 100% 100%, 0% 100%, 10% 0%);
892
+ }
809
893
  @media screen and (min-width: 610px) {
810
- .ilo--card--cornercut::before {
811
- height: 48px;
812
- top: -47.7px;
894
+ .ilo--card--cornercut:not(.ilo--card--multilink):not(.ilo--card--detail):not(.ilo--card--feature)::before {
895
+ height: 2.5723472669rem;
896
+ top: -2.5562700965rem;
813
897
  }
814
898
  }
815
899
  @media screen and (min-width: 1024px) {
816
- .ilo--card--cornercut::before {
817
- height: 64px;
818
- top: -63.7px;
900
+ .ilo--card--cornercut:not(.ilo--card--multilink):not(.ilo--card--detail):not(.ilo--card--feature)::before {
901
+ height: 3.4297963558rem;
902
+ top: -3.4137191854rem;
819
903
  }
820
904
  }
821
905
  .ilo--card--eyebrow {
@@ -875,25 +959,116 @@
875
959
  z-index: 2;
876
960
  }
877
961
  .ilo--card--multilink {
878
- padding: 24px;
962
+ padding: 1.2861736334rem;
963
+ }
964
+ .ilo--card--multilink .ilo--card--image--wrapper {
965
+ display: none;
966
+ }
967
+ .ilo--card--multilink .ilo--card--content .ilo--card--image--wrapper {
968
+ display: block;
879
969
  }
880
970
  @media screen and (min-width: 610px) {
881
971
  .ilo--card--multilink {
882
- padding: 40px;
972
+ padding: 2.1436227224rem;
883
973
  }
884
974
  }
885
975
  @media screen and (min-width: 1024px) {
886
976
  .ilo--card--multilink {
887
- padding: 56px 48px;
977
+ padding: 3.0010718114rem 2.5723472669rem;
888
978
  }
889
979
  }
890
- .ilo--card--detail {
891
- border-bottom: 3px solid rgb(109, 109, 109);
892
- margin: 32px 0;
980
+ .ilo--card--multilink .ilo--card--title {
981
+ color: rgb(45, 45, 45);
982
+ margin-bottom: 0.7188906752rem;
983
+ }
984
+ .ilo--card--multilink .ilo--card--intro {
985
+ color: rgb(45, 45, 45);
986
+ }
987
+ .ilo--card--multilink.ilo--card--dark {
988
+ background: rgb(255, 255, 255);
989
+ }
990
+ .ilo--card--multilink.ilo--card--dark .ilo--card--title {
991
+ color: rgb(45, 45, 45);
992
+ }
993
+ .ilo--card--multilink.ilo--card--dark .ilo--card--intro {
994
+ color: rgb(45, 45, 45);
995
+ }
996
+ .ilo--card--multilink.ilo--card--wide {
997
+ padding: 2.1436227224rem 1.2861736334rem 2.5723472669rem;
998
+ }
999
+ @media screen and (min-width: 610px) {
1000
+ .ilo--card--multilink.ilo--card--wide {
1001
+ padding: 3.0010718114rem 2.5723472669rem;
1002
+ }
1003
+ .ilo--card--multilink.ilo--card--wide.ilo--card--right .ilo--card--wrap {
1004
+ flex-direction: row-reverse;
1005
+ }
1006
+ .right-to-left .ilo--card--multilink.ilo--card--wide.ilo--card--right .ilo--card--wrap {
1007
+ flex-direction: row;
1008
+ }
1009
+ .ilo--card--multilink.ilo--card--wide .ilo--card--wrap {
1010
+ display: flex;
1011
+ column-gap: 1.7148981779rem;
1012
+ }
1013
+ .right-to-left .ilo--card--multilink.ilo--card--wide .ilo--card--wrap {
1014
+ flex-direction: row-reverse;
1015
+ }
1016
+ .ilo--card--multilink.ilo--card--wide .ilo--card--image--wrapper {
1017
+ display: block;
1018
+ width: 50%;
1019
+ }
1020
+ .ilo--card--multilink.ilo--card--wide .ilo--card--content {
1021
+ width: 50%;
1022
+ }
1023
+ .ilo--card--multilink.ilo--card--wide .ilo--card--content .ilo--card--image--wrapper {
1024
+ display: none;
1025
+ }
1026
+ }
1027
+ .ilo--card--multilink.ilo--card--standard {
1028
+ padding: 2.5723472669rem 2.1436227224rem;
1029
+ }
1030
+ @media screen and (min-width: 610px) {
1031
+ .ilo--card--multilink.ilo--card--standard {
1032
+ padding: 2.5723472669rem 2.1436227224rem;
1033
+ }
1034
+ }
1035
+ @media screen and (min-width: 1024px) {
1036
+ .ilo--card--multilink.ilo--card--standard {
1037
+ padding: 2.5723472669rem 2.1436227224rem;
1038
+ }
893
1039
  }
894
- .ilo--card--detail::before {
1040
+ .ilo--card--multilink.ilo--card--narrow {
1041
+ padding: 2.1436227224rem 1.2861736334rem 2.5723472669rem;
1042
+ }
1043
+ .ilo--card--multilink.ilo--card--narrow .ilo--card--image--wrapper {
895
1044
  display: none;
896
1045
  }
1046
+ .ilo--card--multilink.ilo--card--narrow .ilo--card--content .ilo--card--image--wrapper {
1047
+ display: block;
1048
+ margin-bottom: 1.2861736334rem;
1049
+ }
1050
+ @media screen and (min-width: 610px) {
1051
+ .ilo--card--multilink.ilo--card--narrow {
1052
+ padding: 2.1436227224rem 1.2861736334rem 2.5723472669rem;
1053
+ }
1054
+ }
1055
+ @media screen and (min-width: 1024px) {
1056
+ .ilo--card--multilink.ilo--card--narrow {
1057
+ padding: 2.1436227224rem 1.2861736334rem 2.5723472669rem;
1058
+ }
1059
+ }
1060
+ .ilo--card--multilink .ilo--link-list {
1061
+ margin-top: 1.8756698821rem;
1062
+ }
1063
+ .ilo--card--detail {
1064
+ border-bottom: 0.1607717042rem solid rgb(237, 240, 242);
1065
+ padding: 1.2861736334rem 0;
1066
+ }
1067
+ @media screen and (min-width: 1024px) {
1068
+ .ilo--card--detail {
1069
+ padding: 1.7148981779rem 0;
1070
+ }
1071
+ }
897
1072
  .ilo--card--detail:hover picture::before, .ilo--card--detail:focus picture::before {
898
1073
  opacity: 0.4;
899
1074
  z-index: 2;
@@ -921,31 +1096,29 @@
921
1096
  .ilo--card--detail .ilo--card--wrap {
922
1097
  display: flex;
923
1098
  }
1099
+ .right-to-left .ilo--card--detail .ilo--card--wrap {
1100
+ flex-direction: row-reverse;
1101
+ }
924
1102
  .ilo--card--detail .ilo--card--image {
925
1103
  object-fit: contain;
926
- width: 77px;
1104
+ width: 4.1264737406rem;
927
1105
  }
928
1106
  @media screen and (min-width: 1024px) {
929
1107
  .ilo--card--detail .ilo--card--image {
930
- width: 200px;
1108
+ width: 10.718113612rem;
931
1109
  }
932
1110
  }
933
1111
  .ilo--card--detail .ilo--card--image--wrapper {
934
- max-width: 77px;
1112
+ max-width: 4.1264737406rem;
935
1113
  width: 100%;
936
1114
  }
937
1115
  @media screen and (min-width: 1024px) {
938
1116
  .ilo--card--detail .ilo--card--image--wrapper {
939
- max-width: 200px;
1117
+ max-width: 10.718113612rem;
940
1118
  }
941
1119
  }
942
1120
  .ilo--card--detail .ilo--card--content {
943
- padding: 16px 24px 40px;
944
- }
945
- @media screen and (min-width: 1024px) {
946
- .ilo--card--detail .ilo--card--content {
947
- padding: 24px 24px 64px;
948
- }
1121
+ padding: 0 1.2861736334rem;
949
1122
  }
950
1123
  .ilo--card--detail .ilo--card--title {
951
1124
  font-size: 18.66px;
@@ -964,7 +1137,7 @@
964
1137
  letter-spacing: normal;
965
1138
  line-height: 23.36px;
966
1139
  margin-bottom: 0;
967
- padding-left: 24px;
1140
+ padding-left: 1.2861736334rem;
968
1141
  position: relative;
969
1142
  }
970
1143
  .ilo--card--detail .ilo--card--event-date::before {
@@ -985,9 +1158,9 @@
985
1158
  line-height: 23.36px;
986
1159
  }
987
1160
  .ilo--card--graphic {
988
- border-bottom: 3px solid rgb(184, 196, 204);
989
- margin-top: 40px;
990
- padding: 0 24px 40px;
1161
+ border-bottom: 0.1607717042rem solid rgb(184, 196, 204);
1162
+ margin-top: 2.1436227224rem;
1163
+ padding: 0 1.2861736334rem 2.1436227224rem;
991
1164
  position: relative;
992
1165
  }
993
1166
  .ilo--card--graphic::before {
@@ -1003,11 +1176,41 @@
1003
1176
  }
1004
1177
  @media screen and (min-width: 610px) {
1005
1178
  .ilo--card--graphic {
1006
- padding: 0 32px 40px;
1179
+ padding: 0 1.7148981779rem 2.1436227224rem;
1180
+ }
1181
+ }
1182
+ .ilo--card--graphic.ilo--card--wide {
1183
+ padding: 0 1.7148981779rem 2.1436227224rem;
1184
+ }
1185
+ @media screen and (min-width: 610px) {
1186
+ .ilo--card--graphic.ilo--card--wide {
1187
+ padding: 0 1.7148981779rem 2.1436227224rem;
1188
+ }
1189
+ }
1190
+ .ilo--card--graphic.ilo--card--standard {
1191
+ padding: 0 1.7148981779rem 2.1436227224rem;
1192
+ }
1193
+ @media screen and (min-width: 610px) {
1194
+ .ilo--card--graphic.ilo--card--standard {
1195
+ padding: 0 1.7148981779rem 2.1436227224rem;
1196
+ }
1197
+ }
1198
+ .ilo--card--graphic.ilo--card--narrow {
1199
+ padding: 0 1.2861736334rem 2.1436227224rem;
1200
+ }
1201
+ @media screen and (min-width: 610px) {
1202
+ .ilo--card--graphic.ilo--card--narrow {
1203
+ padding: 0 1.2861736334rem 2.1436227224rem;
1007
1204
  }
1008
1205
  }
1206
+ .ilo--card--graphic.ilo--card--narrow .ilo--card--title {
1207
+ font-size: 18.66px;
1208
+ letter-spacing: -0.035em;
1209
+ line-height: 24.26px;
1210
+ margin-bottom: 1.674953518rem;
1211
+ }
1009
1212
  .ilo--card--graphic.ilo--card--dark {
1010
- border-bottom: 3px solid rgb(150, 10, 85);
1213
+ border-bottom: 0.1607717042rem solid rgb(150, 10, 85);
1011
1214
  }
1012
1215
  .ilo--card--graphic .ilo--card--eyebrow {
1013
1216
  margin-bottom: 1.0110920672rem;
@@ -1030,20 +1233,71 @@
1030
1233
  margin-bottom: 1.4398166117rem;
1031
1234
  }
1032
1235
  .ilo--card--graphicpromo {
1033
- max-width: 920px;
1034
- padding: 40px 24px;
1236
+ max-width: 49.3033226152rem;
1237
+ padding: 2.1436227224rem 1.2861736334rem;
1035
1238
  width: 100%;
1036
1239
  }
1037
1240
  @media screen and (min-width: 610px) {
1038
1241
  .ilo--card--graphicpromo {
1039
- padding: 48px;
1242
+ padding: 2.5723472669rem;
1040
1243
  }
1041
1244
  }
1042
1245
  @media screen and (min-width: 1024px) {
1043
1246
  .ilo--card--graphicpromo {
1044
- padding: 64px 72px;
1247
+ padding: 3.4297963558rem 3.8585209003rem;
1248
+ }
1249
+ }
1250
+ .ilo--card--graphicpromo.ilo--card--wide {
1251
+ padding: 3.4297963558rem 3.8585209003rem;
1252
+ }
1253
+ @media screen and (min-width: 610px) {
1254
+ .ilo--card--graphicpromo.ilo--card--wide {
1255
+ padding: 3.4297963558rem 3.8585209003rem;
1256
+ }
1257
+ }
1258
+ @media screen and (min-width: 1024px) {
1259
+ .ilo--card--graphicpromo.ilo--card--wide {
1260
+ padding: 3.4297963558rem 3.8585209003rem;
1261
+ }
1262
+ }
1263
+ .ilo--card--graphicpromo.ilo--card--standard {
1264
+ padding: 2.5723472669rem;
1265
+ }
1266
+ @media screen and (min-width: 610px) {
1267
+ .ilo--card--graphicpromo.ilo--card--standard {
1268
+ padding: 2.5723472669rem;
1269
+ }
1270
+ }
1271
+ @media screen and (min-width: 1024px) {
1272
+ .ilo--card--graphicpromo.ilo--card--standard {
1273
+ padding: 2.5723472669rem;
1274
+ }
1275
+ }
1276
+ .ilo--card--graphicpromo.ilo--card--narrow {
1277
+ padding: 2.1436227224rem 1.2861736334rem;
1278
+ }
1279
+ @media screen and (min-width: 610px) {
1280
+ .ilo--card--graphicpromo.ilo--card--narrow {
1281
+ padding: 2.1436227224rem 1.2861736334rem;
1282
+ }
1283
+ }
1284
+ @media screen and (min-width: 1024px) {
1285
+ .ilo--card--graphicpromo.ilo--card--narrow {
1286
+ padding: 2.1436227224rem 1.2861736334rem;
1045
1287
  }
1046
1288
  }
1289
+ .ilo--card--graphicpromo.ilo--card--narrow .ilo--card--title {
1290
+ font-size: 29.16px;
1291
+ letter-spacing: -0.035em;
1292
+ line-height: 36.45px;
1293
+ margin-bottom: 0.5741425509rem;
1294
+ }
1295
+ .ilo--card--graphicpromo.ilo--card--narrow .ilo--card--intro {
1296
+ font-size: 16px;
1297
+ letter-spacing: normal;
1298
+ line-height: 23.36px;
1299
+ margin-bottom: 1.910132288rem;
1300
+ }
1047
1301
  .ilo--card--graphicpromo.ilo--card--light:not(:hover) .ilo--card--title {
1048
1302
  color: rgb(45, 45, 45);
1049
1303
  }
@@ -1076,24 +1330,58 @@
1076
1330
  }
1077
1331
  }
1078
1332
  .ilo--card--factlist {
1079
- padding: 0 24px 48px 24px;
1080
- max-width: 856px;
1333
+ border-bottom: 0.1607717042rem solid rgb(184, 196, 204);
1334
+ max-width: 45.8735262594rem;
1335
+ padding: 0 1.2861736334rem 2.5723472669rem 1.2861736334rem;
1081
1336
  }
1082
1337
  .ilo--card--factlist::before {
1083
1338
  clip-path: polygon(90% 0, 100% 100%, 100% 100%, 0% 100%, 0% 0%);
1084
- height: 40px;
1085
- top: -39.7px;
1339
+ height: 2.1436227224rem;
1340
+ top: -2.127545552rem;
1086
1341
  }
1087
1342
  @media screen and (min-width: 1024px) {
1088
1343
  .ilo--card--factlist {
1089
- padding: 0 40px 56px 40px;
1344
+ padding: 0 2.1436227224rem 3.0010718114rem 2.1436227224rem;
1090
1345
  }
1091
1346
  .ilo--card--factlist::before {
1092
1347
  clip-path: polygon(90% 0, 100% 100%, 100% 100%, 0% 100%, 0% 0%);
1093
- height: 48px;
1094
- top: -47.7px;
1348
+ height: 2.5723472669rem;
1349
+ top: -2.5562700965rem;
1350
+ }
1351
+ }
1352
+ .ilo--card--factlist.ilo--card--wide {
1353
+ padding: 0 2.1436227224rem 3.0010718114rem 2.1436227224rem;
1354
+ }
1355
+ @media screen and (min-width: 610px) {
1356
+ .ilo--card--factlist.ilo--card--wide {
1357
+ padding: 0 2.1436227224rem 3.0010718114rem 2.1436227224rem;
1358
+ }
1359
+ }
1360
+ .ilo--card--factlist.ilo--card--standard {
1361
+ padding: 0 2.1436227224rem 3.0010718114rem 2.1436227224rem;
1362
+ }
1363
+ @media screen and (min-width: 610px) {
1364
+ .ilo--card--factlist.ilo--card--standard {
1365
+ padding: 0 2.1436227224rem 3.0010718114rem 2.1436227224rem;
1095
1366
  }
1096
1367
  }
1368
+ .ilo--card--factlist.ilo--card--narrow {
1369
+ padding: 0 1.2861736334rem 2.5723472669rem 1.2861736334rem;
1370
+ }
1371
+ @media screen and (min-width: 610px) {
1372
+ .ilo--card--factlist.ilo--card--narrow {
1373
+ padding: 0 1.2861736334rem 2.5723472669rem 1.2861736334rem;
1374
+ }
1375
+ }
1376
+ .ilo--card--factlist.ilo--card--dark {
1377
+ border-bottom: 0.1607717042rem solid rgb(250, 60, 75);
1378
+ }
1379
+ .ilo--card--factlist.ilo--card--dark .ilo--card--title {
1380
+ color: rgb(255, 255, 255);
1381
+ }
1382
+ .ilo--card--factlist.ilo--card--dark .ilo--list__item {
1383
+ color: rgb(255, 255, 255);
1384
+ }
1097
1385
  .ilo--card--factlist .ilo--card--title {
1098
1386
  color: rgb(45, 45, 45);
1099
1387
  font-size: 23.32px;
@@ -1110,14 +1398,14 @@
1110
1398
  }
1111
1399
  }
1112
1400
  .ilo--card--stat {
1113
- border-bottom: 3px solid rgb(150, 10, 85);
1114
- padding: 0 24px 24px 30px;
1401
+ border-bottom: 0.1607717042rem solid rgb(150, 10, 85);
1402
+ padding: 0 1.2861736334rem 1.2861736334rem 1.6077170418rem;
1115
1403
  width: 100%;
1116
1404
  }
1117
1405
  .ilo--card--stat::before {
1118
1406
  clip-path: polygon(75% 0, 100% 100%, 100% 100%, 0% 100%, 0% 0%);
1119
- height: 40px;
1120
- top: -39.7px;
1407
+ height: 2.1436227224rem;
1408
+ top: -2.127545552rem;
1121
1409
  }
1122
1410
  .ilo--card--stat.ilo--card--blue {
1123
1411
  background: rgb(235, 245, 253);
@@ -1136,6 +1424,9 @@
1136
1424
  flex-wrap: wrap;
1137
1425
  height: 100%;
1138
1426
  }
1427
+ .right-to-left .ilo--card--stat .ilo--card--content {
1428
+ flex-direction: row-reverse;
1429
+ }
1139
1430
  .ilo--card--stat .ilo--card--title {
1140
1431
  color: rgb(35, 0, 80);
1141
1432
  font-size: 36.45px;
@@ -1160,24 +1451,24 @@
1160
1451
  }
1161
1452
  .ilo--card--data {
1162
1453
  background: rgb(235, 245, 253);
1163
- border-bottom: 3px solid #82afdc;
1164
- max-width: 600px;
1165
- padding: 0 24px 56px;
1454
+ border-bottom: 0.1607717042rem solid #82afdc;
1455
+ max-width: 32.154340836rem;
1456
+ padding: 0 1.2861736334rem 3.0010718114rem;
1166
1457
  }
1167
1458
  .ilo--card--data::before {
1168
1459
  clip-path: polygon(90% 0, 100% 100%, 100% 100%, 0% 100%, 0% 0%);
1169
- height: 40px;
1170
- top: -39.7px;
1460
+ height: 2.1436227224rem;
1461
+ top: -2.127545552rem;
1171
1462
  }
1172
1463
  @media screen and (min-width: 1024px) {
1173
1464
  .ilo--card--data::before {
1174
1465
  clip-path: polygon(90% 0, 100% 100%, 100% 100%, 0% 100%, 0% 0%);
1175
- height: 48px;
1176
- top: -47.7px;
1466
+ height: 2.5723472669rem;
1467
+ top: -2.5562700965rem;
1177
1468
  }
1178
1469
  }
1179
1470
  .ilo--card--data .ilo--card--image--wrapper {
1180
- width: max(205px, 50%);
1471
+ width: max(10.9860664523rem, 50%);
1181
1472
  }
1182
1473
  .ilo--card--data--content-label {
1183
1474
  font-size: 14.93px;
@@ -1196,7 +1487,7 @@
1196
1487
  font-weight: 500;
1197
1488
  }
1198
1489
  .ilo--card--data--content-files {
1199
- margin-bottom: 40px;
1490
+ margin-bottom: 2.1436227224rem;
1200
1491
  }
1201
1492
  .ilo--card--data .ilo--link {
1202
1493
  font-size: 18.66px;
@@ -1204,23 +1495,73 @@
1204
1495
  line-height: 24.26px;
1205
1496
  }
1206
1497
  .ilo--card--data--file {
1207
- margin: 4px 8px 4px 0;
1498
+ margin: 0.2143622722rem 0.4287245445rem 0.2143622722rem 0;
1208
1499
  }
1209
1500
  .ilo--card--data--file:last-of-type {
1210
1501
  margin-right: 0;
1211
1502
  }
1212
1503
  .ilo--card--feature {
1504
+ border-bottom: 0.1607717042rem solid rgb(109, 109, 109);
1505
+ display: flex;
1213
1506
  margin-top: 0;
1507
+ position: relative;
1214
1508
  }
1215
1509
  .ilo--card--feature::before {
1216
1510
  display: none;
1217
1511
  }
1512
+ .ilo--card--feature.ilo--card--dark {
1513
+ border-bottom: 0.1607717042rem solid rgb(150, 10, 85);
1514
+ }
1218
1515
  .ilo--card--feature:hover picture::before, .ilo--card--feature:focus picture::before {
1219
1516
  opacity: 0.4;
1220
1517
  z-index: 1;
1221
1518
  }
1519
+ .ilo--card--feature.ilo--card--narrow .ilo--card--wrap, .ilo--card--feature.ilo--card--standard .ilo--card--wrap {
1520
+ display: flex;
1521
+ flex-wrap: wrap;
1522
+ width: 100%;
1523
+ }
1524
+ .ilo--card--feature.ilo--card--narrow .ilo--card--content, .ilo--card--feature.ilo--card--standard .ilo--card--content {
1525
+ width: 100%;
1526
+ }
1527
+ .ilo--card--feature.ilo--card--narrow .ilo--card--image--wrapper, .ilo--card--feature.ilo--card--standard .ilo--card--image--wrapper {
1528
+ width: 100%;
1529
+ }
1530
+ @media screen and (min-width: 610px) {
1531
+ .ilo--card--feature.ilo--card--wide .ilo--card--wrap {
1532
+ display: flex;
1533
+ width: 100%;
1534
+ }
1535
+ .right-to-left .ilo--card--feature.ilo--card--wide .ilo--card--wrap {
1536
+ flex-direction: row-reverse;
1537
+ }
1538
+ .ilo--card--feature.ilo--card--wide .ilo--card--content {
1539
+ display: flex;
1540
+ flex-wrap: wrap;
1541
+ width: 50%;
1542
+ }
1543
+ .right-to-left .ilo--card--feature.ilo--card--wide .ilo--card--content {
1544
+ flex-direction: row-reverse;
1545
+ }
1546
+ .ilo--card--feature.ilo--card--wide .ilo--card--image--wrapper {
1547
+ width: 50%;
1548
+ }
1549
+ .ilo--card--feature.ilo--card--wide .ilo--card--image {
1550
+ object-fit: cover;
1551
+ }
1552
+ .ilo--card--feature.ilo--card--wide .ilo--card--date {
1553
+ align-self: flex-end;
1554
+ }
1555
+ .ilo--card--feature.ilo--card--wide .ilo--card--eyebrow {
1556
+ width: 100%;
1557
+ }
1558
+ .ilo--card--feature.ilo--card--wide .ilo--card--title {
1559
+ width: 100%;
1560
+ }
1561
+ }
1222
1562
  .ilo--card--feature picture {
1223
1563
  display: flex;
1564
+ height: 100%;
1224
1565
  position: relative;
1225
1566
  }
1226
1567
  .ilo--card--feature picture::before {
@@ -1232,12 +1573,12 @@
1232
1573
  opacity: 0;
1233
1574
  position: absolute;
1234
1575
  top: 0;
1235
- transition: opacity 0.15s ease-in-out;
1576
+ transition: opacity 150ms ease-in-out;
1236
1577
  width: 100%;
1237
1578
  z-index: -1;
1238
1579
  }
1239
1580
  .ilo--card--feature .ilo--card--content {
1240
- padding: 24px 24px 40px;
1581
+ padding: 1.2861736334rem 1.2861736334rem 2.1436227224rem;
1241
1582
  }
1242
1583
  .ilo--card--feature .ilo--card--title {
1243
1584
  font-size: 23.32px;
@@ -1259,7 +1600,7 @@
1259
1600
 
1260
1601
  /**
1261
1602
  * Do not edit directly
1262
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
1603
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
1263
1604
  */
1264
1605
  /**
1265
1606
  * TOKENS:
@@ -1272,6 +1613,10 @@
1272
1613
  flex-wrap: wrap;
1273
1614
  justify-content: space-between;
1274
1615
  margin: auto;
1616
+ row-gap: 1.7148981779rem;
1617
+ }
1618
+ .right-to-left .ilo--cardgroup--inner {
1619
+ flex-direction: row-reverse;
1275
1620
  }
1276
1621
  .ilo--cardgroup--inner .ilo--card {
1277
1622
  width: 100%;
@@ -1291,10 +1636,16 @@
1291
1636
  width: calc(25% - 16px);
1292
1637
  }
1293
1638
  }
1639
+ .ilo--cardgroup--button-wrap {
1640
+ display: flex;
1641
+ justify-content: center;
1642
+ margin-top: 3.4297963558rem;
1643
+ width: 100%;
1644
+ }
1294
1645
 
1295
1646
  /**
1296
1647
  * Do not edit directly
1297
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
1648
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
1298
1649
  */
1299
1650
  /**
1300
1651
  * TOKENS:
@@ -1398,7 +1749,7 @@
1398
1749
 
1399
1750
  /**
1400
1751
  * Do not edit directly
1401
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
1752
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
1402
1753
  */
1403
1754
  /**
1404
1755
  * TOKENS:
@@ -1470,7 +1821,7 @@
1470
1821
 
1471
1822
  /**
1472
1823
  * Do not edit directly
1473
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
1824
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
1474
1825
  */
1475
1826
  /**
1476
1827
  * TOKENS:
@@ -1480,7 +1831,7 @@
1480
1831
  */
1481
1832
  /**
1482
1833
  * Do not edit directly
1483
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
1834
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
1484
1835
  */
1485
1836
  /**
1486
1837
  * TOKENS:
@@ -1490,7 +1841,7 @@
1490
1841
  */
1491
1842
  /**
1492
1843
  * Do not edit directly
1493
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
1844
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
1494
1845
  */
1495
1846
  /**
1496
1847
  * TOKENS:
@@ -1500,7 +1851,7 @@
1500
1851
  */
1501
1852
  /**
1502
1853
  * Do not edit directly
1503
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
1854
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
1504
1855
  */
1505
1856
  /**
1506
1857
  * TOKENS:
@@ -1599,7 +1950,7 @@
1599
1950
 
1600
1951
  /**
1601
1952
  * Do not edit directly
1602
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
1953
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
1603
1954
  */
1604
1955
  /**
1605
1956
  * TOKENS:
@@ -1619,7 +1970,7 @@
1619
1970
 
1620
1971
  /**
1621
1972
  * Do not edit directly
1622
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
1973
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
1623
1974
  */
1624
1975
  /**
1625
1976
  * TOKENS:
@@ -1694,7 +2045,7 @@
1694
2045
 
1695
2046
  /**
1696
2047
  * Do not edit directly
1697
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
2048
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
1698
2049
  */
1699
2050
  /**
1700
2051
  * TOKENS:
@@ -1704,7 +2055,7 @@
1704
2055
  */
1705
2056
  /**
1706
2057
  * Do not edit directly
1707
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
2058
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
1708
2059
  */
1709
2060
  /**
1710
2061
  * TOKENS:
@@ -1714,7 +2065,7 @@
1714
2065
  */
1715
2066
  /**
1716
2067
  * Do not edit directly
1717
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
2068
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
1718
2069
  */
1719
2070
  /**
1720
2071
  * TOKENS:
@@ -1767,7 +2118,7 @@
1767
2118
 
1768
2119
  /**
1769
2120
  * Do not edit directly
1770
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
2121
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
1771
2122
  */
1772
2123
  /**
1773
2124
  * TOKENS:
@@ -1832,7 +2183,7 @@
1832
2183
 
1833
2184
  /**
1834
2185
  * Do not edit directly
1835
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
2186
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
1836
2187
  */
1837
2188
  /**
1838
2189
  * TOKENS:
@@ -1938,7 +2289,7 @@
1938
2289
 
1939
2290
  /**
1940
2291
  * Do not edit directly
1941
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
2292
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
1942
2293
  */
1943
2294
  /**
1944
2295
  * TOKENS:
@@ -1958,7 +2309,7 @@
1958
2309
 
1959
2310
  /**
1960
2311
  * Do not edit directly
1961
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
2312
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
1962
2313
  */
1963
2314
  /**
1964
2315
  * TOKENS:
@@ -1966,30 +2317,75 @@
1966
2317
  /**
1967
2318
  * MAPS:
1968
2319
  */
1969
- .ilo--footer--main {
1970
- background-color: rgb(35, 0, 80);
1971
- border-bottom: 0.3215434084rem solid rgb(250, 60, 75);
1972
- padding: 0 1.7148981779rem;
1973
- position: relative;
1974
- }
1975
- .ilo--footer--main > * {
1976
- position: relative;
1977
- z-index: 1;
2320
+ /**
2321
+ * Do not edit directly
2322
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
2323
+ */
2324
+ /**
2325
+ * TOKENS:
2326
+ */
2327
+ /**
2328
+ * MAPS:
2329
+ */
2330
+ @keyframes emptygradient {
2331
+ 0% {
2332
+ opacity: 1;
2333
+ }
2334
+ 100% {
2335
+ opacity: 0;
2336
+ }
1978
2337
  }
1979
- .ilo--footer--main:after {
1980
- background-color: rgb(30, 45, 190);
1981
- clip-path: polygon(63.75% 0%, 100% 63.75%, 100% 0);
1982
- content: "";
1983
- height: 100%;
1984
- left: 0;
2338
+ @keyframes spin {
2339
+ 100% {
2340
+ -moz-transform: rotate(360deg);
2341
+ -webkit-transform: rotate(360deg);
2342
+ transform: rotate(360deg);
2343
+ }
2344
+ }
2345
+ /**
2346
+ * Do not edit directly
2347
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
2348
+ */
2349
+ /**
2350
+ * TOKENS:
2351
+ */
2352
+ /**
2353
+ * MAPS:
2354
+ */
2355
+ .ilo--footer {
2356
+ border-bottom: 0.1607717042rem solid rgb(184, 196, 204);
2357
+ }
2358
+ .ilo--footer--main {
2359
+ background-color: rgb(35, 0, 80);
2360
+ border-bottom: 0.3215434084rem solid rgb(250, 60, 75);
2361
+ padding: 2.1436227224rem 1.7148981779rem 0 1.7148981779rem;
2362
+ position: relative;
2363
+ }
2364
+ .ilo--footer--main > * {
2365
+ position: relative;
2366
+ z-index: 1;
2367
+ }
2368
+ .ilo--footer--main:after {
2369
+ background-size: contain;
2370
+ background-repeat: no-repeat;
2371
+ bottom: 0;
2372
+ content: "";
2373
+ height: 100%;
2374
+ min-width: 409.5px;
2375
+ right: 0;
1985
2376
  position: absolute;
1986
- top: 0;
1987
- width: 100%;
2377
+ transform: scaleY(-1);
2378
+ width: 28.8%;
1988
2379
  z-index: 0;
2380
+ 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");
2381
+ }
2382
+ .ilo--footer--logo {
2383
+ max-width: 100%;
1989
2384
  }
1990
2385
  .ilo--footer--secondary {
1991
2386
  background-color: rgb(255, 255, 255);
1992
2387
  padding: 1.9292604502rem 0.857449089rem 0 0.857449089rem;
2388
+ min-height: 3.0010718114rem;
1993
2389
  }
1994
2390
  .ilo--footer--headline {
1995
2391
  color: rgb(255, 255, 255);
@@ -2036,15 +2432,6 @@
2036
2432
  display: flex;
2037
2433
  margin-bottom: 2.4115755627rem;
2038
2434
  }
2039
- .ilo--footer .social--links--item {
2040
- height: 0.857449089rem;
2041
- margin-right: 1.0718113612rem;
2042
- position: relative;
2043
- width: 0.857449089rem;
2044
- }
2045
- .ilo--footer .social--links--item:last-of-type {
2046
- margin-right: none;
2047
- }
2048
2435
  .ilo--footer .social--links--link {
2049
2436
  background-repeat: no-repeat;
2050
2437
  background-size: contain;
@@ -2070,6 +2457,35 @@
2070
2457
  .ilo--footer .social--links--link.youtube {
2071
2458
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3e%3cpath fill='rgb(255, 255, 255)' d='M15.8 2.8C15.6 1.5 15 0.6 13.6 0.4C11.4 8.9407e-08 8 0 8 0C8 0 4.6 8.9407e-08 2.4 0.4C1 0.6 0.3 1.5 0.2 2.8C0 4.1 0 6 0 6C0 6 0 7.9 0.2 9.2C0.4 10.5 1 11.4 2.4 11.6C4.6 12 8 12 8 12C8 12 11.4 12 13.6 11.6C15 11.3 15.6 10.5 15.8 9.2C16 7.9 16 6 16 6C16 6 16 4.1 15.8 2.8ZM6 9V3L11 6L6 9Z'/%3e%3c/svg%3e");
2072
2459
  }
2460
+ .ilo--footer .social--links--item {
2461
+ align-items: center;
2462
+ background-color: transparent;
2463
+ border-radius: 0.1607717042rem;
2464
+ display: flex;
2465
+ height: 1.2861736334rem;
2466
+ justify-content: center;
2467
+ margin-right: 1.0718113612rem;
2468
+ position: relative;
2469
+ width: 1.2861736334rem;
2470
+ }
2471
+ .ilo--footer .social--links--item:last-of-type {
2472
+ margin-right: none;
2473
+ }
2474
+ .ilo--footer .social--links--item:hover, .ilo--footer .social--links--item:focus {
2475
+ background-color: rgb(235, 245, 253);
2476
+ }
2477
+ .ilo--footer .social--links--item:hover .social--links--link.facebook, .ilo--footer .social--links--item:focus .social--links--link.facebook {
2478
+ 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='M15.9999 8.02727C15.9989 6.4988 15.56 5.00262 14.7352 3.71579C13.9104 2.42896 12.7343 1.40534 11.3459 0.766059C9.95758 0.126781 8.41516 -0.101394 6.90119 0.108536C5.38721 0.318466 3.96507 0.957714 2.80304 1.95063C1.64102 2.94355 0.787752 4.24858 0.344223 5.71127C-0.0993054 7.17397 -0.114533 8.73312 0.300343 10.2042C0.715219 11.6753 1.54283 12.9967 2.68524 14.0121C3.82766 15.0276 5.23704 15.6945 6.74663 15.9339V10.3406H4.74664V8.02727H6.74663V6.26727C6.74663 4.26727 7.94662 3.15393 9.77328 3.15393C10.3719 3.16359 10.9691 3.21707 11.5599 3.31393V5.31393H10.5533C10.4026 5.29332 10.2494 5.30269 10.1024 5.34152C9.95536 5.38035 9.81748 5.44787 9.69666 5.54019C9.57584 5.63251 9.47446 5.74781 9.39837 5.87945C9.32228 6.0111 9.27297 6.15649 9.25328 6.30727C9.24653 6.39158 9.24653 6.47629 9.25328 6.5606V8.0606H11.4666L11.1133 10.3739H9.24661V15.9673C11.1354 15.6693 12.855 14.7047 14.0939 13.2481C15.3327 11.7915 16.0089 9.93941 15.9999 8.02727Z'/%3e%3c/svg%3e");
2479
+ }
2480
+ .ilo--footer .social--links--item:hover .social--links--link.instagram, .ilo--footer .social--links--item:focus .social--links--link.instagram {
2481
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 16'%3e%3cpath fill='rgb(30, 45, 190)' d='M8.998 1.441c2.136 0 2.389.009 3.233.047.507.006 1.01.1 1.485.276.348.128.662.334.92.6.267.258.472.572.6.92.177.475.27.978.276 1.485.038.844.047 1.1.047 3.233s-.009 2.389-.047 3.233c-.006.507-.1 1.01-.276 1.485a2.644 2.644 0 0 1-1.518 1.518 4.42 4.42 0 0 1-1.485.276c-.844.038-1.1.047-3.233.047s-2.389-.009-3.233-.047a4.42 4.42 0 0 1-1.485-.276 2.472 2.472 0 0 1-.92-.6 2.472 2.472 0 0 1-.6-.92 4.419 4.419 0 0 1-.276-1.485c-.038-.844-.047-1.1-.047-3.233s.009-2.389.047-3.233c.006-.507.1-1.01.276-1.485.129-.348.334-.662.6-.92.258-.266.572-.472.92-.6.476-.177.978-.27 1.485-.276.844-.038 1.1-.047 3.233-.047l-.002.002Zm0-1.441c-2.173 0-2.445.009-3.3.048a5.868 5.868 0 0 0-1.94.372c-.534.2-1.018.516-1.417.923-.407.4-.722.883-.923 1.417a5.868 5.868 0 0 0-.372 1.94C1.007 5.555.998 5.827.998 8s.01 2.445.048 3.3c.014.663.14 1.319.372 1.94.2.534.516 1.018.923 1.417.4.407.883.722 1.417.923a5.868 5.868 0 0 0 1.942.372c.853.039 1.125.048 3.298.048s2.445-.009 3.3-.048a5.867 5.867 0 0 0 1.942-.372 4.093 4.093 0 0 0 2.34-2.34 5.865 5.865 0 0 0 .372-1.942c.039-.853.048-1.125.048-3.3s-.009-2.445-.048-3.3a5.867 5.867 0 0 0-.374-1.938 3.907 3.907 0 0 0-.923-1.417A3.907 3.907 0 0 0 14.238.42a5.868 5.868 0 0 0-1.94-.372C11.443.009 11.171 0 8.998 0Z'/%3e%3cpath fill='rgb(30, 45, 190)' d='M8.999 3.892a4.108 4.108 0 1 0 0 8.216 4.108 4.108 0 0 0 0-8.216Zm0 6.775a2.667 2.667 0 1 1 0-5.333 2.667 2.667 0 0 1 0 5.333ZM13.269 4.69a.96.96 0 1 0 0-1.92.96.96 0 0 0 0 1.92Z'/%3e%3c/svg%3e");
2482
+ }
2483
+ .ilo--footer .social--links--item:hover .social--links--link.twitter, .ilo--footer .social--links--item:focus .social--links--link.twitter {
2484
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 14'%3e%3cpath fill='rgb(30, 45, 190)' d='M16 2.06654C15.4109 2.34447 14.7804 2.5246 14.1333 2.59987C14.8103 2.18143 15.3269 1.54744 15.6 0.799871C14.9662 1.19144 14.2656 1.46265 13.5333 1.59987C13.2304 1.26374 12.8602 0.995069 12.4468 0.811305C12.0333 0.62754 11.5858 0.532789 11.1333 0.533204C10.2675 0.534966 9.43763 0.879698 8.8254 1.49193C8.21316 2.10417 7.86843 2.93404 7.86667 3.79987C7.85257 4.04627 7.87504 4.29339 7.93333 4.53321C6.61791 4.47523 5.33022 4.13577 4.15716 3.53774C2.98411 2.93971 1.95297 2.09702 1.13333 1.06654C0.817783 1.56434 0.655503 2.14392 0.666667 2.7332C0.671269 3.27357 0.807176 3.80471 1.06268 4.28087C1.31818 4.75704 1.68562 5.16394 2.13333 5.46654C1.61599 5.47834 1.10639 5.33935 0.666667 5.06654V5.1332C0.659852 5.88583 0.915814 6.61725 1.39043 7.2014C1.86505 7.78554 2.52859 8.18581 3.26667 8.3332C2.98479 8.41509 2.69345 8.45991 2.4 8.46654C2.1977 8.47738 1.99499 8.45486 1.8 8.39987C1.99454 9.06013 2.39935 9.6388 2.95288 10.0479C3.50641 10.4571 4.17839 10.6743 4.86667 10.6665C3.703 11.5697 2.273 12.062 0.8 12.0665C0.531602 12.0775 0.262882 12.0551 0 11.9999C1.49363 12.9535 3.22789 13.4622 5 13.4665C6.22889 13.4781 7.44776 13.2446 8.58536 12.7797C9.72296 12.3147 10.7565 11.6277 11.6255 10.7587C12.4945 9.88967 13.1815 8.85616 13.6465 7.71856C14.1114 6.58096 14.3449 5.3621 14.3333 4.1332V3.7332C14.9691 3.26412 15.5309 2.70231 16 2.06654Z'/%3e%3c/svg%3e");
2485
+ }
2486
+ .ilo--footer .social--links--item:hover .social--links--link.youtube, .ilo--footer .social--links--item:focus .social--links--link.youtube {
2487
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3e%3cpath fill='rgb(30, 45, 190)' d='M15.8 2.8C15.6 1.5 15 0.6 13.6 0.4C11.4 8.9407e-08 8 0 8 0C8 0 4.6 8.9407e-08 2.4 0.4C1 0.6 0.3 1.5 0.2 2.8C0 4.1 0 6 0 6C0 6 0 7.9 0.2 9.2C0.4 10.5 1 11.4 2.4 11.6C4.6 12 8 12 8 12C8 12 11.4 12 13.6 11.6C15 11.3 15.6 10.5 15.8 9.2C16 7.9 16 6 16 6C16 6 16 4.1 15.8 2.8ZM6 9V3L11 6L6 9Z'/%3e%3c/svg%3e");
2488
+ }
2073
2489
  .ilo--footer .legal,
2074
2490
  .ilo--footer .secondarylinks {
2075
2491
  color: rgb(109, 109, 109);
@@ -2089,20 +2505,35 @@
2089
2505
  }
2090
2506
  .ilo--footer .secondarylinks--list--item a {
2091
2507
  color: rgb(109, 109, 109);
2508
+ transition-property: color, border-color;
2509
+ transition-duration: 150ms;
2510
+ transition-timing-function: ease-out;
2092
2511
  }
2093
2512
  .ilo--footer .secondarylinks--list--item a:visited {
2094
2513
  color: rgb(150, 10, 85);
2514
+ transition-property: color, border-color;
2515
+ transition-duration: 150ms;
2516
+ transition-timing-function: ease-out;
2095
2517
  }
2096
2518
  .ilo--footer .secondarylinks--list--item a:hover {
2097
2519
  color: rgb(30, 45, 190);
2520
+ transition-property: color, border-color;
2521
+ transition-duration: 150ms;
2522
+ transition-timing-function: ease-out;
2098
2523
  }
2099
2524
  .ilo--footer .secondarylinks--list--item a:active {
2100
2525
  color: rgb(35, 0, 80);
2101
2526
  outline: none;
2527
+ transition-property: color, border-color;
2528
+ transition-duration: 150ms;
2529
+ transition-timing-function: ease-out;
2102
2530
  }
2103
2531
  .ilo--footer .secondarylinks--list--item a:focus {
2104
2532
  color: rgb(35, 0, 80);
2105
2533
  outline: none;
2534
+ transition-property: color, border-color;
2535
+ transition-duration: 150ms;
2536
+ transition-timing-function: ease-out;
2106
2537
  }
2107
2538
  .ilo--footer .anchorlink {
2108
2539
  background: rgba(0, 0, 0, 0);
@@ -2139,7 +2570,9 @@
2139
2570
  border-bottom: 0.1071811361rem solid rgb(30, 45, 190);
2140
2571
  color: rgb(30, 45, 190);
2141
2572
  cursor: pointer;
2142
- transition: background 150ms linear, border 150ms linear, color 150ms linear;
2573
+ transition-property: color, background-color, border-color;
2574
+ transition-duration: 150ms;
2575
+ transition-timing-function: ease-out;
2143
2576
  }
2144
2577
  .ilo--footer .anchorlink:hover:after {
2145
2578
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 25'%3e%3cpath fill='rgb(30, 45, 190)' d='M4.00391 9.13792L4.99208 8.1499L12.0004 15.1571L19.0087 8.1499L19.9969 9.13792L12.498 16.6426C12.4328 16.7083 12.3553 16.7604 12.2699 16.796C12.1845 16.8316 12.0929 16.8499 12.0004 16.8499C11.9079 16.8499 11.8163 16.8316 11.7309 16.796C11.6455 16.7604 11.568 16.7083 11.5028 16.6426L4.00391 9.13792Z'/%3e%3c/svg%3e");
@@ -2199,6 +2632,12 @@
2199
2632
  grid-template-areas: "site-info address connect" "site-info links connect";
2200
2633
  padding: 3.0010718114rem 3.7513397642rem 3.4297963558rem 3.7513397642rem;
2201
2634
  }
2635
+ .ilo--footer--main:after {
2636
+ background-position: right top;
2637
+ bottom: auto;
2638
+ top: 0;
2639
+ transform: scaleY(1);
2640
+ }
2202
2641
  .ilo--footer--logo {
2203
2642
  width: 100%;
2204
2643
  }
@@ -2231,10 +2670,49 @@
2231
2670
  top: 0;
2232
2671
  }
2233
2672
  }
2673
+ .right-to-left .ilo--footer * {
2674
+ text-align: right;
2675
+ }
2676
+ .right-to-left .ilo--footer .social--links {
2677
+ flex-direction: row-reverse;
2678
+ }
2679
+ .right-to-left .ilo--footer .social--links--link {
2680
+ text-indent: 999em;
2681
+ }
2682
+ .right-to-left .ilo--footer--main:after {
2683
+ bottom: 0;
2684
+ left: 0;
2685
+ right: auto;
2686
+ top: auto;
2687
+ transform: scale(-1, -1);
2688
+ }
2689
+ @media screen and (min-width: 610px) {
2690
+ .right-to-left .ilo--footer--main {
2691
+ grid-template-areas: "address site-info" "links site-info" "connect site-info";
2692
+ }
2693
+ }
2694
+ @media screen and (min-width: 1024px) {
2695
+ .right-to-left .ilo--footer--main {
2696
+ grid-template-columns: calc(32.5% + 64px) 25.1% 19.2%;
2697
+ grid-template-areas: "connect address site-info" "connect links site-info";
2698
+ }
2699
+ .right-to-left .ilo--footer--main:after {
2700
+ left: 0;
2701
+ right: auto;
2702
+ transform: scale(-1, 1);
2703
+ }
2704
+ .right-to-left .ilo--footer .connect {
2705
+ grid-template-columns: 60%, minmax(0, 40%);
2706
+ margin: 0 calc(18.9% + 64px) 0 0;
2707
+ }
2708
+ .right-to-left .ilo--footer .ilo--button {
2709
+ justify-self: end;
2710
+ }
2711
+ }
2234
2712
 
2235
2713
  /**
2236
2714
  * Do not edit directly
2237
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
2715
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
2238
2716
  */
2239
2717
  /**
2240
2718
  * TOKENS:
@@ -2357,7 +2835,7 @@
2357
2835
 
2358
2836
  /**
2359
2837
  * Do not edit directly
2360
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
2838
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
2361
2839
  */
2362
2840
  /**
2363
2841
  * TOKENS:
@@ -2377,9 +2855,6 @@
2377
2855
  position: relative;
2378
2856
  }
2379
2857
  @media screen and (min-width: 1024px) {
2380
- .ilo--hero--portal {
2381
- padding-top: 128px;
2382
- }
2383
2858
  .ilo--hero--portal .ilo--image {
2384
2859
  height: calc(100% - 80px);
2385
2860
  left: 0;
@@ -2456,12 +2931,10 @@
2456
2931
  background-color: rgba(0, 0, 0, 0);
2457
2932
  }
2458
2933
  @media screen and (min-width: 1024px) {
2459
- .ilo--hero--image {
2460
- padding-top: 128px;
2461
- }
2462
2934
  .ilo--hero--image .ilo--image {
2463
2935
  height: 100%;
2464
2936
  max-height: 592px;
2937
+ overflow: hidden;
2465
2938
  width: 100%;
2466
2939
  }
2467
2940
  .ilo--hero--image .ilo--image--wrapper {
@@ -2695,7 +3168,7 @@
2695
3168
 
2696
3169
  /**
2697
3170
  * Do not edit directly
2698
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
3171
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
2699
3172
  */
2700
3173
  /**
2701
3174
  * TOKENS:
@@ -2741,7 +3214,7 @@
2741
3214
 
2742
3215
  /**
2743
3216
  * Do not edit directly
2744
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
3217
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
2745
3218
  */
2746
3219
  /**
2747
3220
  * TOKENS:
@@ -2891,7 +3364,42 @@
2891
3364
 
2892
3365
  /**
2893
3366
  * Do not edit directly
2894
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
3367
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
3368
+ */
3369
+ /**
3370
+ * TOKENS:
3371
+ */
3372
+ /**
3373
+ * MAPS:
3374
+ */
3375
+ /**
3376
+ * Do not edit directly
3377
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
3378
+ */
3379
+ /**
3380
+ * TOKENS:
3381
+ */
3382
+ /**
3383
+ * MAPS:
3384
+ */
3385
+ @keyframes emptygradient {
3386
+ 0% {
3387
+ opacity: 1;
3388
+ }
3389
+ 100% {
3390
+ opacity: 0;
3391
+ }
3392
+ }
3393
+ @keyframes spin {
3394
+ 100% {
3395
+ -moz-transform: rotate(360deg);
3396
+ -webkit-transform: rotate(360deg);
3397
+ transform: rotate(360deg);
3398
+ }
3399
+ }
3400
+ /**
3401
+ * Do not edit directly
3402
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
2895
3403
  */
2896
3404
  /**
2897
3405
  * TOKENS:
@@ -2961,10 +3469,16 @@
2961
3469
  }
2962
3470
  .ilo--link-list--link:visited {
2963
3471
  color: rgb(35, 0, 80);
3472
+ transition-property: color;
3473
+ transition-duration: 150ms;
3474
+ transition-timing-function: ease-out;
2964
3475
  }
2965
3476
  .ilo--link-list--link:active {
2966
3477
  color: rgb(35, 0, 80);
2967
3478
  outline: none;
3479
+ transition-property: color;
3480
+ transition-duration: 150ms;
3481
+ transition-timing-function: ease-out;
2968
3482
  }
2969
3483
  .ilo--link-list--link:hover, .ilo--link-list--link:focus {
2970
3484
  border-bottom: 0.1071811361rem solid rgb(30, 45, 190);
@@ -2972,6 +3486,16 @@
2972
3486
  color: rgb(30, 45, 190);
2973
3487
  outline: none;
2974
3488
  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");
3489
+ transition-property: color, background-color, border-color;
3490
+ transition-duration: 150ms;
3491
+ transition-timing-function: ease-out;
3492
+ }
3493
+ .right-to-left .ilo--link-list--link {
3494
+ background-position: 4px center;
3495
+ 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='m7.9 12.5-.2-.2c0-.1-.1-.2-.1-.3s0-.2.1-.3c0-.1.1-.2.2-.2L15.4 4l1 1-7 7 7 7-1 1-7.5-7.5z'/%3e%3c/svg%3e");
3496
+ }
3497
+ .right-to-left .ilo--link-list--link:hover, .right-to-left .ilo--link-list--link:focus {
3498
+ 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='m7.9 12.5-.2-.2c0-.1-.1-.2-.1-.3s0-.2.1-.3c0-.1.1-.2.2-.2L15.4 4l1 1-7 7 7 7-1 1-7.5-7.5z'/%3e%3c/svg%3e");
2975
3499
  }
2976
3500
  .ilo--link-list--dark .ilo--link-list--headline,
2977
3501
  .ilo--link-list--dark .ilo--link-list--links--headline {
@@ -2989,12 +3513,18 @@
2989
3513
  }
2990
3514
  .ilo--link-list--dark .ilo--link-list--link:visited .ilo--link-list--label {
2991
3515
  color: rgb(255, 255, 255);
3516
+ transition-property: color;
3517
+ transition-duration: 150ms;
3518
+ transition-timing-function: ease-out;
2992
3519
  }
2993
3520
  .ilo--link-list--dark .ilo--link-list--link:active {
2994
3521
  outline: none;
2995
3522
  }
2996
3523
  .ilo--link-list--dark .ilo--link-list--link:active .ilo--link-list--label {
2997
3524
  color: rgb(35, 0, 80);
3525
+ transition-property: color;
3526
+ transition-duration: 150ms;
3527
+ transition-timing-function: ease-out;
2998
3528
  }
2999
3529
  .ilo--link-list--dark .ilo--link-list--link:hover, .ilo--link-list--dark .ilo--link-list--link:focus {
3000
3530
  outline: none;
@@ -3002,11 +3532,24 @@
3002
3532
  }
3003
3533
  .ilo--link-list--dark .ilo--link-list--link:hover .ilo--link-list--label, .ilo--link-list--dark .ilo--link-list--link:focus .ilo--link-list--label {
3004
3534
  color: rgb(30, 45, 190);
3535
+ transition-property: color;
3536
+ transition-duration: 150ms;
3537
+ transition-timing-function: ease-out;
3538
+ }
3539
+ .right-to-left .ilo--link-list--dark .ilo--link-list--link {
3540
+ background-position: 4px center;
3541
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(255, 255, 255)' d='m7.9 12.5-.2-.2c0-.1-.1-.2-.1-.3s0-.2.1-.3c0-.1.1-.2.2-.2L15.4 4l1 1-7 7 7 7-1 1-7.5-7.5z'/%3e%3c/svg%3e");
3542
+ }
3543
+ .right-to-left .ilo--link-list--dark .ilo--link-list--link:hover, .right-to-left .ilo--link-list--dark .ilo--link-list--link:focus {
3544
+ 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='m7.9 12.5-.2-.2c0-.1-.1-.2-.1-.3s0-.2.1-.3c0-.1.1-.2.2-.2L15.4 4l1 1-7 7 7 7-1 1-7.5-7.5z'/%3e%3c/svg%3e");
3545
+ }
3546
+ .right-to-left .ilo--link-list * {
3547
+ text-align: right;
3005
3548
  }
3006
3549
 
3007
3550
  /**
3008
3551
  * Do not edit directly
3009
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
3552
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
3010
3553
  */
3011
3554
  /**
3012
3555
  * TOKENS:
@@ -3069,7 +3612,7 @@
3069
3612
 
3070
3613
  /**
3071
3614
  * Do not edit directly
3072
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
3615
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
3073
3616
  */
3074
3617
  /**
3075
3618
  * TOKENS:
@@ -3079,7 +3622,7 @@
3079
3622
  */
3080
3623
  /**
3081
3624
  * Do not edit directly
3082
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
3625
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
3083
3626
  */
3084
3627
  /**
3085
3628
  * TOKENS:
@@ -3089,7 +3632,7 @@
3089
3632
  */
3090
3633
  /**
3091
3634
  * Do not edit directly
3092
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
3635
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
3093
3636
  */
3094
3637
  /**
3095
3638
  * TOKENS:
@@ -3186,126 +3729,725 @@
3186
3729
  background-size: contain;
3187
3730
  content: "";
3188
3731
  display: block;
3189
- height: 1.2861736334rem;
3190
- margin-right: 0.6430868167rem;
3191
- width: 1.2861736334rem;
3732
+ height: 1.2861736334rem;
3733
+ margin-right: 0.6430868167rem;
3734
+ width: 1.2861736334rem;
3735
+ }
3736
+ .ilo--loading.storybook {
3737
+ height: 400px;
3738
+ width: 100%;
3739
+ }
3740
+
3741
+ /**
3742
+ * Do not edit directly
3743
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
3744
+ */
3745
+ /**
3746
+ * TOKENS:
3747
+ */
3748
+ /**
3749
+ * MAPS:
3750
+ */
3751
+ /**
3752
+ * Do not edit directly
3753
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
3754
+ */
3755
+ /**
3756
+ * TOKENS:
3757
+ */
3758
+ /**
3759
+ * MAPS:
3760
+ */
3761
+ /**
3762
+ * Do not edit directly
3763
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
3764
+ */
3765
+ /**
3766
+ * TOKENS:
3767
+ */
3768
+ /**
3769
+ * MAPS:
3770
+ */
3771
+ @keyframes emptygradient {
3772
+ 0% {
3773
+ opacity: 1;
3774
+ }
3775
+ 100% {
3776
+ opacity: 0;
3777
+ }
3778
+ }
3779
+ @keyframes spin {
3780
+ 100% {
3781
+ -moz-transform: rotate(360deg);
3782
+ -webkit-transform: rotate(360deg);
3783
+ transform: rotate(360deg);
3784
+ }
3785
+ }
3786
+ .ilo--modal--wrapper {
3787
+ display: none;
3788
+ }
3789
+ .ilo--modal--wrapper > * {
3790
+ opacity: 0;
3791
+ }
3792
+ .ilo--modal.show .ilo--modal--wrapper {
3793
+ display: block;
3794
+ height: 100vh;
3795
+ left: 0;
3796
+ position: fixed;
3797
+ top: 0;
3798
+ width: 100vw;
3799
+ z-index: 10001;
3800
+ }
3801
+ .ilo--modal.show.fadein .ilo--modal--wrapper > * {
3802
+ opacity: 1;
3803
+ transition: opacity 1.5s ease-out 125ms;
3804
+ }
3805
+ .ilo--modal--background {
3806
+ background-color: rgba(0, 0, 0, 0.85);
3807
+ height: 100%;
3808
+ left: 0;
3809
+ position: absolute;
3810
+ top: 0;
3811
+ width: 100%;
3812
+ z-index: 10002;
3813
+ }
3814
+ .ilo--modal--contents {
3815
+ background-color: rgb(255, 255, 255);
3816
+ left: 0;
3817
+ position: absolute;
3818
+ margin: 0 4.2%;
3819
+ max-height: 96%;
3820
+ overflow: scroll;
3821
+ top: 50%;
3822
+ transform: translateY(-50%);
3823
+ width: 91.4%;
3824
+ z-index: 10003;
3825
+ }
3826
+ .ilo--modal .modal--close {
3827
+ right: 0;
3828
+ position: absolute;
3829
+ top: 0;
3830
+ z-index: 10004;
3831
+ }
3832
+ @media screen and (min-width: 610px) {
3833
+ .ilo--modal--contents {
3834
+ margin: 0 23.2%;
3835
+ width: 53.58%;
3836
+ }
3837
+ }
3838
+ @media screen and (min-width: 1024px) {
3839
+ .ilo--modal--contents {
3840
+ margin: 0 18.05%;
3841
+ width: 63.888%;
3842
+ }
3843
+ }
3844
+ .ilo--modal.storybook {
3845
+ height: 400px;
3846
+ width: 100%;
3847
+ }
3848
+
3849
+ /**
3850
+ * Do not edit directly
3851
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
3852
+ */
3853
+ /**
3854
+ * TOKENS:
3855
+ */
3856
+ /**
3857
+ * MAPS:
3858
+ */
3859
+ .ilo--header {
3860
+ overflow-x: hidden;
3861
+ position: relative;
3862
+ z-index: 4;
3863
+ }
3864
+ .ilo--header.ilo--mobile--open {
3865
+ height: 100vh;
3866
+ }
3867
+ @media screen and (min-width: 1024px) {
3868
+ .ilo--header {
3869
+ overflow: visible;
3870
+ }
3871
+ }
3872
+ .ilo--header--nav {
3873
+ background: rgb(35, 0, 80);
3874
+ }
3875
+ .ilo--header--menu {
3876
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath fill='rgb(255, 255, 255)' d='M24 8H17.3333 14.6667 8V10.6667H14.6667 17.3333 24V8zM24 14.667H17.3333 14.6667 8V17.3337H14.6667 17.3333 24V14.667zM24 21.333H17.3333 14.6667 8V23.9997H14.6667 17.3333 24V21.333z'/%3e%3c/svg%3e");
3877
+ background-color: transparent;
3878
+ background-position: center;
3879
+ background-repeat: no-repeat;
3880
+ background-size: 32px;
3881
+ border: none;
3882
+ cursor: pointer;
3883
+ overflow: hidden;
3884
+ position: relative;
3885
+ text-indent: -999%;
3886
+ transition: all 150ms ease-out;
3887
+ }
3888
+ .ilo--header--menu:hover, .ilo--header--menu:focus {
3889
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath fill='rgb(30, 45, 190)' d='M24 8H17.3333 14.6667 8V10.6667H14.6667 17.3333 24V8zM24 14.667H17.3333 14.6667 8V17.3337H14.6667 17.3333 24V14.667zM24 21.333H17.3333 14.6667 8V23.9997H14.6667 17.3333 24V21.333z'/%3e%3c/svg%3e");
3890
+ background-color: rgb(235, 245, 253);
3891
+ background-position: center;
3892
+ background-repeat: no-repeat;
3893
+ background-size: 32px;
3894
+ }
3895
+ @media screen and (min-width: 1024px) {
3896
+ .ilo--header--menu {
3897
+ display: none;
3898
+ }
3899
+ }
3900
+ .ilo--header--menu--close {
3901
+ 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.9497 15.5356L13.4142 12L16.9497 8.46451L15.5355 7.05029L12 10.5858L8.46446 7.05029L7.05025 8.46451L10.5858 12L7.05025 15.5356L8.46446 16.9498L12 13.4143L15.5355 16.9498L16.9497 15.5356Z'/%3e%3c/svg%3e");
3902
+ background-color: rgb(237, 240, 242);
3903
+ background-position: center;
3904
+ background-repeat: no-repeat;
3905
+ background-size: 32px;
3906
+ border: none;
3907
+ cursor: pointer;
3908
+ height: 32px;
3909
+ overflow: hidden;
3910
+ position: relative;
3911
+ text-indent: -999%;
3912
+ transition: all 150ms ease-out;
3913
+ width: 32px;
3914
+ }
3915
+ .ilo--header--menu--close:hover, .ilo--header--menu--close:focus {
3916
+ 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.9497 15.5356L13.4142 12L16.9497 8.46451L15.5355 7.05029L12 10.5858L8.46446 7.05029L7.05025 8.46451L10.5858 12L7.05025 15.5356L8.46446 16.9498L12 13.4143L15.5355 16.9498L16.9497 15.5356Z'/%3e%3c/svg%3e");
3917
+ background-color: rgb(235, 245, 253);
3918
+ background-position: center;
3919
+ background-repeat: no-repeat;
3920
+ background-size: 32px;
3921
+ }
3922
+ @media screen and (min-width: 1024px) {
3923
+ .ilo--header--menu--close {
3924
+ display: none;
3925
+ }
3926
+ }
3927
+ .ilo--header--logo {
3928
+ display: block;
3929
+ max-width: 150px;
3930
+ }
3931
+ @media screen and (min-width: 1024px) {
3932
+ .ilo--header--logo {
3933
+ max-width: 200px;
3934
+ }
3935
+ }
3936
+ .ilo--header--logo-link {
3937
+ display: block;
3938
+ padding: 16px 0;
3939
+ }
3940
+ .ilo--header--logo-bar {
3941
+ background: rgb(30, 45, 190);
3942
+ display: flex;
3943
+ width: 100%;
3944
+ }
3945
+ .ilo--header--logo-bar .ilo--header--inner {
3946
+ display: flex;
3947
+ justify-content: space-between;
3948
+ }
3949
+ @media screen and (min-width: 1024px) {
3950
+ .ilo--header--logo-bar {
3951
+ background: rgb(30, 45, 190);
3952
+ }
3953
+ }
3954
+ .ilo--header--utility-bar {
3955
+ display: none;
3956
+ }
3957
+ @media screen and (min-width: 1024px) {
3958
+ .ilo--header--utility-bar {
3959
+ background: rgb(30, 45, 190);
3960
+ display: flex;
3961
+ justify-content: flex-end;
3962
+ width: 100%;
3963
+ }
3964
+ .ilo--header--utility-bar--local {
3965
+ justify-content: space-between;
3966
+ }
3967
+ }
3968
+ .ilo--header--inner {
3969
+ margin: auto;
3970
+ max-width: 1300px;
3971
+ padding: 0 16px;
3972
+ width: 100%;
3973
+ }
3974
+ @media screen and (min-width: 1024px) {
3975
+ .ilo--header--inner {
3976
+ display: flex;
3977
+ justify-content: space-between;
3978
+ padding: 0 20px;
3979
+ }
3980
+ }
3981
+ .ilo--header--navigation {
3982
+ background: rgb(255, 255, 255);
3983
+ position: absolute;
3984
+ top: 0;
3985
+ left: 0;
3986
+ transform: translateX(100%);
3987
+ transition: transform 225ms ease-out;
3988
+ width: 100%;
3989
+ }
3990
+ .ilo--header.ilo--mobile--open .ilo--header--navigation {
3991
+ transform: translateX(0);
3992
+ }
3993
+ @media screen and (min-width: 1024px) {
3994
+ .ilo--header--navigation {
3995
+ background: rgb(35, 0, 80);
3996
+ position: static;
3997
+ transform: none;
3998
+ }
3999
+ }
4000
+ .ilo--header--logo-tagline {
4001
+ font-size: 18.66px;
4002
+ letter-spacing: -0.035em;
4003
+ line-height: 24.26px;
4004
+ color: rgb(255, 255, 255);
4005
+ display: none;
4006
+ font-family: Overpass;
4007
+ font-weight: 700;
4008
+ padding: 20px 0;
4009
+ text-align: right;
4010
+ }
4011
+ @media screen and (min-width: 1024px) {
4012
+ .ilo--header--logo-tagline {
4013
+ display: block;
4014
+ }
4015
+ }
4016
+ .ilo--header--logo-tagline--small {
4017
+ font-size: 11.9px;
4018
+ letter-spacing: -0.02em;
4019
+ line-height: 19.4px;
4020
+ display: block;
4021
+ font-weight: 500;
4022
+ }
4023
+
4024
+ .ilo--nav {
4025
+ width: 100%;
4026
+ }
4027
+ @media screen and (min-width: 1024px) {
4028
+ .ilo--nav {
4029
+ width: auto;
4030
+ }
4031
+ }
4032
+ .ilo--nav--label:not(:focus):not(:active) {
4033
+ clip: rect(0 0 0 0);
4034
+ clip-path: inset(50%);
4035
+ height: 1px;
4036
+ overflow: hidden;
4037
+ position: absolute;
4038
+ white-space: nowrap;
4039
+ width: 1px;
4040
+ }
4041
+ .ilo--nav--set {
4042
+ width: 100%;
4043
+ }
4044
+ @media screen and (min-width: 1024px) {
4045
+ .ilo--nav--set {
4046
+ display: flex;
4047
+ width: auto;
4048
+ }
4049
+ }
4050
+ .ilo--nav--items {
4051
+ font-size: 16px;
4052
+ letter-spacing: -0.02em;
4053
+ line-height: 21.6px;
4054
+ font-family: Overpass;
4055
+ font-weight: 500;
4056
+ }
4057
+ @media screen and (min-width: 1024px) {
4058
+ .ilo--nav--items {
4059
+ display: flex;
4060
+ align-items: center;
4061
+ }
4062
+ .ilo--nav--items:first-of-type {
4063
+ margin-left: -20px;
4064
+ }
4065
+ }
4066
+ .ilo--nav--link {
4067
+ color: rgb(35, 0, 80);
4068
+ display: block;
4069
+ padding: 16px 36px 16px 8px;
4070
+ text-decoration: none;
4071
+ }
4072
+ .ilo--nav--link:hover, .ilo--nav--link:focus {
4073
+ background: rgb(235, 245, 253);
4074
+ color: rgb(30, 45, 190);
4075
+ text-decoration: none;
4076
+ }
4077
+ @media screen and (min-width: 1024px) {
4078
+ .ilo--nav--link {
4079
+ background: rgb(35, 0, 80);
4080
+ color: rgb(255, 255, 255);
4081
+ display: inline-block;
4082
+ padding: 21.5px 24px 20.5px;
4083
+ }
4084
+ .ilo--nav--link:hover, .ilo--nav--link:focus {
4085
+ background: rgb(255, 255, 255);
4086
+ color: rgb(30, 45, 190);
4087
+ text-decoration: none;
4088
+ }
4089
+ }
4090
+ .ilo--nav--trigger {
4091
+ 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");
4092
+ font-size: 16px;
4093
+ letter-spacing: -0.02em;
4094
+ line-height: 21.6px;
4095
+ appearance: none;
4096
+ background-color: rgb(255, 255, 255);
4097
+ background-position: 90% 55%;
4098
+ background-repeat: no-repeat;
4099
+ background-size: 16px;
4100
+ border: none;
4101
+ color: rgb(35, 0, 80);
4102
+ cursor: pointer;
4103
+ display: block;
4104
+ font-family: Overpass;
4105
+ font-weight: 500;
4106
+ padding: 16px 36px 16px 8px;
4107
+ text-align: left;
4108
+ transition: all 150ms ease-out;
4109
+ width: 100%;
4110
+ }
4111
+ .ilo--nav--trigger:focus, .ilo--nav--trigger:hover {
4112
+ 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");
4113
+ background-color: rgb(235, 245, 253);
4114
+ color: rgb(30, 45, 190);
4115
+ }
4116
+ @media screen and (min-width: 1024px) {
4117
+ .ilo--nav--trigger {
4118
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(255, 255, 255)' d='M18 11H13V6H11V11H6V13H11V18H13V13H18V11Z'/%3e%3c/svg%3e");
4119
+ font-size: 14.93px;
4120
+ letter-spacing: -0.02em;
4121
+ line-height: 20.16px;
4122
+ background-color: rgb(35, 0, 80);
4123
+ background-position: 90% 55%;
4124
+ background-repeat: no-repeat;
4125
+ background-size: 20px;
4126
+ border: 1.5px solid rgba(184, 196, 204, 0.5);
4127
+ border-radius: 2px;
4128
+ color: rgb(255, 255, 255);
4129
+ cursor: pointer;
4130
+ display: inline-block;
4131
+ font-weight: 700;
4132
+ margin-left: 20px;
4133
+ padding: 7px 32px 5px 15px;
4134
+ text-align: center;
4135
+ transition: all 150ms ease-out;
4136
+ width: auto;
4137
+ }
4138
+ .ilo--nav--trigger:focus, .ilo--nav--trigger:hover {
4139
+ 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 11H13V6H11V11H6V13H11V18H13V13H18V11Z'/%3e%3c/svg%3e");
4140
+ background-color: rgb(255, 255, 255);
4141
+ border-color: rgb(255, 255, 255);
4142
+ color: rgb(30, 45, 190);
4143
+ }
4144
+ }
4145
+ .ilo--nav--local {
4146
+ display: flex;
4147
+ justify-content: space-between;
4148
+ padding: 0 0 0 max((100% - 1260px) / 2, 20px);
4149
+ }
4150
+ .ilo--nav--local--logo-link {
4151
+ display: flex;
4152
+ }
4153
+ .ilo--nav--local--set {
4154
+ display: flex;
4155
+ justify-content: space-between;
4156
+ }
4157
+ .ilo--nav--local--item {
4158
+ font-size: 16px;
4159
+ letter-spacing: -0.02em;
4160
+ line-height: 21.6px;
4161
+ color: rgb(255, 255, 255);
4162
+ font-family: Overpass;
4163
+ font-weight: 500;
4164
+ }
4165
+ .ilo--nav--local--link {
4166
+ background: rgb(30, 45, 190);
4167
+ color: rgb(255, 255, 255);
4168
+ display: flex;
4169
+ padding: 13px 24px;
4170
+ text-decoration: none;
4171
+ transition: all 150ms ease-out;
4172
+ }
4173
+ .ilo--nav--local--link:hover, .ilo--nav--local--link:focus {
4174
+ background: rgb(235, 245, 253);
4175
+ color: rgb(30, 45, 190);
4176
+ }
4177
+
4178
+ .ilo--mobile--nav--logo {
4179
+ align-items: center;
4180
+ display: flex;
4181
+ justify-content: space-between;
4182
+ }
4183
+ @media screen and (min-width: 1024px) {
4184
+ .ilo--mobile--nav {
4185
+ display: none;
4186
+ }
4187
+ }
4188
+
4189
+ .ilo--language-switcher {
4190
+ background: rgb(35, 0, 80);
4191
+ display: flex;
4192
+ padding: 0 max((100% - 1300px) / 2, 20px) 0 0;
4193
+ position: relative;
4194
+ }
4195
+ .ilo--language-switcher::before {
4196
+ background: rgb(35, 0, 80);
4197
+ clip-path: polygon(0 0, 100% 0, 100% 100%);
4198
+ content: "";
4199
+ display: block;
4200
+ height: 100%;
4201
+ left: -32px;
4202
+ position: absolute;
4203
+ top: 0;
4204
+ width: 32px;
4205
+ }
4206
+ .ilo--language-switcher--wrap {
4207
+ display: flex;
4208
+ position: relative;
4209
+ }
4210
+ .ilo--language-switcher--button {
4211
+ font-size: 11.94px;
4212
+ letter-spacing: -0.02em;
4213
+ line-height: 16.24px;
4214
+ 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)' fill-rule='evenodd' d='M1.08687 7.46667H3.21031C3.2851 5.53749 3.76315 3.78006 4.51995 2.45566C4.65969 2.21111 4.81092 1.97841 4.97289 1.76064C2.81175 2.81109 1.27822 4.9513 1.08687 7.46667ZM8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM7.46667 1.1413C6.74082 1.34466 6.03016 1.96273 5.44607 2.98488C4.79279 4.12812 4.35217 5.69751 4.27783 7.46667H7.46667V1.1413ZM7.46667 8.53333H4.27783C4.35217 10.3025 4.79279 11.8719 5.44607 13.0151C6.03016 14.0373 6.74082 14.6553 7.46667 14.8587V8.53333ZM4.97289 14.2394C4.81093 14.0216 4.65969 13.7889 4.51995 13.5443C3.76315 12.2199 3.2851 10.4625 3.21031 8.53333H1.08687C1.27822 11.0487 2.81176 13.1889 4.97289 14.2394ZM8.53333 14.8587V8.53333H11.7222C11.6478 10.3025 11.2072 11.8719 10.5539 13.0151C9.96984 14.0373 9.25918 14.6553 8.53333 14.8587ZM11.7222 7.46667H8.53333V1.1413C9.25918 1.34466 9.96984 1.96273 10.5539 2.98488C11.2072 4.12812 11.6478 5.69751 11.7222 7.46667ZM12.7897 7.46667C12.7149 5.53749 12.2369 3.78006 11.4801 2.45566C11.3403 2.21111 11.1891 1.97841 11.0271 1.76064C13.1883 2.81109 14.7218 4.95129 14.9131 7.46667H12.7897ZM12.7897 8.53333C12.7149 10.4625 12.2369 12.2199 11.4801 13.5443C11.3403 13.7889 11.1891 14.0216 11.0271 14.2394C13.1883 13.1889 14.7218 11.0487 14.9131 8.53333H12.7897Z' clip-rule='evenodd'/%3e%3c/svg%3e");
4215
+ appearance: none;
4216
+ background-color: rgb(35, 0, 80);
4217
+ background-repeat: no-repeat;
4218
+ background-position: 15px center;
4219
+ background-size: 16px 16px;
4220
+ border: none;
4221
+ color: rgb(255, 255, 255);
4222
+ cursor: pointer;
4223
+ display: block;
4224
+ font-weight: 500;
4225
+ padding: 8px 30px 8px 40px;
4226
+ transition: all 150ms ease-out;
3192
4227
  }
3193
- .ilo--loading.storybook {
3194
- height: 400px;
3195
- width: 100%;
4228
+ .ilo--language-switcher--button:hover, .ilo--language-switcher--button:focus {
4229
+ 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)' fill-rule='evenodd' d='M1.08687 7.46667H3.21031C3.2851 5.53749 3.76315 3.78006 4.51995 2.45566C4.65969 2.21111 4.81092 1.97841 4.97289 1.76064C2.81175 2.81109 1.27822 4.9513 1.08687 7.46667ZM8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0ZM7.46667 1.1413C6.74082 1.34466 6.03016 1.96273 5.44607 2.98488C4.79279 4.12812 4.35217 5.69751 4.27783 7.46667H7.46667V1.1413ZM7.46667 8.53333H4.27783C4.35217 10.3025 4.79279 11.8719 5.44607 13.0151C6.03016 14.0373 6.74082 14.6553 7.46667 14.8587V8.53333ZM4.97289 14.2394C4.81093 14.0216 4.65969 13.7889 4.51995 13.5443C3.76315 12.2199 3.2851 10.4625 3.21031 8.53333H1.08687C1.27822 11.0487 2.81176 13.1889 4.97289 14.2394ZM8.53333 14.8587V8.53333H11.7222C11.6478 10.3025 11.2072 11.8719 10.5539 13.0151C9.96984 14.0373 9.25918 14.6553 8.53333 14.8587ZM11.7222 7.46667H8.53333V1.1413C9.25918 1.34466 9.96984 1.96273 10.5539 2.98488C11.2072 4.12812 11.6478 5.69751 11.7222 7.46667ZM12.7897 7.46667C12.7149 5.53749 12.2369 3.78006 11.4801 2.45566C11.3403 2.21111 11.1891 1.97841 11.0271 1.76064C13.1883 2.81109 14.7218 4.95129 14.9131 7.46667H12.7897ZM12.7897 8.53333C12.7149 10.4625 12.2369 12.2199 11.4801 13.5443C11.3403 13.7889 11.1891 14.0216 11.0271 14.2394C13.1883 13.1889 14.7218 11.0487 14.9131 8.53333H12.7897Z' clip-rule='evenodd'/%3e%3c/svg%3e");
4230
+ background-color: rgb(235, 245, 253);
4231
+ color: rgb(30, 45, 190);
4232
+ }
4233
+ .ilo--language-switcher .ilo--context-menu {
4234
+ opacity: 0;
4235
+ position: absolute;
4236
+ right: 0;
4237
+ top: calc(100% + 12px);
4238
+ transition: opacity 150ms ease-out;
4239
+ z-index: -1;
4240
+ }
4241
+ .ilo--context--open .ilo--language-switcher .ilo--context-menu {
4242
+ opacity: 1;
4243
+ z-index: 1;
3196
4244
  }
3197
4245
 
3198
- /**
3199
- * Do not edit directly
3200
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
3201
- */
3202
- /**
3203
- * TOKENS:
3204
- */
3205
- /**
3206
- * MAPS:
3207
- */
3208
- /**
3209
- * Do not edit directly
3210
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
3211
- */
3212
- /**
3213
- * TOKENS:
3214
- */
3215
- /**
3216
- * MAPS:
3217
- */
3218
- /**
3219
- * Do not edit directly
3220
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
3221
- */
3222
- /**
3223
- * TOKENS:
3224
- */
3225
- /**
3226
- * MAPS:
3227
- */
3228
- @keyframes emptygradient {
3229
- 0% {
3230
- opacity: 1;
4246
+ .ilo--subnav {
4247
+ background: rgb(255, 255, 255);
4248
+ padding: 0 0 32px;
4249
+ position: absolute;
4250
+ top: 0;
4251
+ transform: translateX(100%);
4252
+ transition: transform 225ms ease-out;
4253
+ width: 100%;
4254
+ }
4255
+ .ilo--subnav--open .ilo--subnav {
4256
+ transform: translateX(0);
4257
+ }
4258
+ @media screen and (min-width: 1024px) {
4259
+ .ilo--subnav {
4260
+ left: 0;
4261
+ padding: 32px 0;
4262
+ top: auto;
4263
+ transform: translateY(-100%);
4264
+ transition: transform 225ms ease-out;
4265
+ z-index: -1;
3231
4266
  }
3232
- 100% {
3233
- opacity: 0;
4267
+ .ilo--header.ilo--subnav--open .ilo--subnav {
4268
+ transform: translateY(0);
3234
4269
  }
3235
4270
  }
3236
- @keyframes spin {
3237
- 100% {
3238
- -moz-transform: rotate(360deg);
3239
- -webkit-transform: rotate(360deg);
3240
- transform: rotate(360deg);
4271
+ .ilo--subnav--inner {
4272
+ margin: auto;
4273
+ max-width: 1300px;
4274
+ padding: 0 20px;
4275
+ width: 100%;
4276
+ }
4277
+ @media screen and (min-width: 1024px) {
4278
+ .ilo--subnav--inner {
4279
+ display: flex;
4280
+ justify-content: space-between;
3241
4281
  }
3242
4282
  }
3243
- .ilo--modal--wrapper {
3244
- display: none;
4283
+ .ilo--subnav--set {
4284
+ display: grid;
4285
+ grid-template-columns: 1fr;
4286
+ width: 100%;
3245
4287
  }
3246
- .ilo--modal--wrapper > * {
3247
- opacity: 0;
4288
+ @media screen and (min-width: 1024px) {
4289
+ .ilo--subnav--set {
4290
+ grid-auto-flow: column;
4291
+ grid-template-columns: repeat(5, 1fr);
4292
+ grid-template-rows: repeat(5, 1fr);
4293
+ }
3248
4294
  }
3249
- .ilo--modal.show .ilo--modal--wrapper {
3250
- display: block;
3251
- height: 100vh;
3252
- left: 0;
3253
- position: fixed;
3254
- top: 0;
3255
- width: 100vw;
3256
- z-index: 10001;
4295
+ .ilo--subnav--link {
4296
+ font-size: 16px;
4297
+ letter-spacing: -0.02em;
4298
+ line-height: 21.6px;
4299
+ background: rgb(255, 255, 255);
4300
+ color: rgb(35, 0, 80);
4301
+ display: flex;
4302
+ font-family: Overpass;
4303
+ font-weight: 500;
4304
+ padding: 18px 8px;
4305
+ text-decoration: none;
4306
+ transition: all 150ms ease-out;
3257
4307
  }
3258
- .ilo--modal.show.fadein .ilo--modal--wrapper > * {
3259
- opacity: 1;
3260
- transition: opacity 1.5s ease-out 125ms;
4308
+ .ilo--subnav--link:hover, .ilo--subnav--link:focus {
4309
+ background: rgb(235, 245, 253);
4310
+ color: rgb(30, 45, 190);
4311
+ text-decoration: none;
3261
4312
  }
3262
- .ilo--modal--background {
3263
- background-color: rgba(0, 0, 0, 0.85);
3264
- height: 100%;
3265
- left: 0;
3266
- position: absolute;
3267
- top: 0;
3268
- width: 100%;
3269
- z-index: 10002;
4313
+
4314
+ @media screen and (min-width: 1024px) {
4315
+ .ilo--mobile--subnav {
4316
+ display: none;
4317
+ }
3270
4318
  }
3271
- .ilo--modal--contents {
4319
+ .ilo--mobile--subnav--menu {
4320
+ align-items: center;
4321
+ display: flex;
4322
+ flex-wrap: wrap;
4323
+ justify-content: space-between;
4324
+ }
4325
+ .ilo--mobile--subnav--back {
4326
+ font-size: 16px;
4327
+ letter-spacing: -0.02em;
4328
+ line-height: 21.6px;
3272
4329
  background-color: rgb(255, 255, 255);
4330
+ border: none;
4331
+ color: rgb(35, 0, 80);
4332
+ cursor: pointer;
4333
+ padding: 16px 16px 16px 32px;
4334
+ position: relative;
4335
+ transition: all 150ms ease-out;
4336
+ }
4337
+ .ilo--mobile--subnav--back::before {
4338
+ 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");
4339
+ background-position: 10% center;
4340
+ background-repeat: no-repeat;
4341
+ background-size: 24px;
4342
+ content: "";
4343
+ display: block;
4344
+ height: 24px;
3273
4345
  left: 0;
3274
4346
  position: absolute;
3275
- margin: 0 4.2%;
3276
- max-height: 96%;
3277
- overflow: scroll;
3278
4347
  top: 50%;
3279
- transform: translateY(-50%);
3280
- width: 91.4%;
3281
- z-index: 10003;
4348
+ transform: translateY(-50%) rotate(180deg);
4349
+ width: 24px;
3282
4350
  }
3283
- .ilo--modal .modal--close {
3284
- right: 0;
4351
+ .ilo--mobile--subnav--back:hover, .ilo--mobile--subnav--back:focus {
4352
+ background-color: rgb(235, 245, 253);
4353
+ color: rgb(30, 45, 190);
4354
+ }
4355
+ .ilo--mobile--subnav--back:hover::before, .ilo--mobile--subnav--back:focus::before {
4356
+ 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");
4357
+ background-position: 10% center;
4358
+ background-repeat: no-repeat;
4359
+ background-size: 24px;
4360
+ }
4361
+ @media screen and (min-width: 1024px) {
4362
+ .ilo--mobile--subnav--back {
4363
+ display: none;
4364
+ }
4365
+ }
4366
+ .ilo--mobile--subnav--label {
4367
+ font-size: 18.66px;
4368
+ letter-spacing: -0.035em;
4369
+ line-height: 24.26px;
4370
+ border-bottom: 3px solid rgb(237, 240, 242);
4371
+ color: rgb(45, 45, 45);
4372
+ font-family: Overpass;
4373
+ font-weight: 700;
4374
+ margin-bottom: 16px;
4375
+ padding: 20px 8px;
4376
+ width: 100%;
4377
+ }
4378
+
4379
+ .ilo--search-box {
4380
+ background: rgb(255, 255, 255);
3285
4381
  position: absolute;
3286
4382
  top: 0;
3287
- z-index: 10004;
4383
+ transform: translateX(100%);
4384
+ transition: transform 225ms ease-out;
4385
+ width: 100%;
3288
4386
  }
3289
- @media screen and (min-width: 610px) {
3290
- .ilo--modal--contents {
3291
- margin: 0 23.2%;
3292
- width: 53.58%;
4387
+ .ilo--search--open .ilo--search-box {
4388
+ transform: translateX(0);
4389
+ }
4390
+ @media screen and (min-width: 1024px) {
4391
+ .ilo--search-box {
4392
+ left: 0;
4393
+ padding: 32px 0;
4394
+ top: auto;
4395
+ transform: translateY(-100%);
4396
+ transition: transform 225ms ease-out;
4397
+ z-index: -1;
4398
+ }
4399
+ .ilo--header.ilo--search--open .ilo--search-box {
4400
+ transform: translateY(0);
3293
4401
  }
3294
4402
  }
4403
+ .ilo--search-box .ilo--header--inner {
4404
+ align-items: center;
4405
+ justify-content: center;
4406
+ padding: 80px 20px;
4407
+ }
4408
+
4409
+ .ilo--search {
4410
+ display: none;
4411
+ }
3295
4412
  @media screen and (min-width: 1024px) {
3296
- .ilo--modal--contents {
3297
- margin: 0 18.05%;
3298
- width: 63.888%;
4413
+ .ilo--search {
4414
+ display: flex;
3299
4415
  }
3300
4416
  }
3301
- .ilo--modal.storybook {
3302
- height: 400px;
3303
- width: 100%;
4417
+ .ilo--search--button {
4418
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(255, 255, 255)' 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");
4419
+ appearance: none;
4420
+ background-color: transparent;
4421
+ background-position: center;
4422
+ background-repeat: no-repeat;
4423
+ background-size: 21.5px 21.5px;
4424
+ border: none;
4425
+ border-radius: 0;
4426
+ cursor: pointer;
4427
+ overflow: hidden;
4428
+ position: relative;
4429
+ text-indent: -999%;
4430
+ transition: all 150ms ease-out;
4431
+ }
4432
+ .ilo--search--button:hover, .ilo--search--button:focus {
4433
+ 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");
4434
+ background-color: rgb(235, 245, 253);
4435
+ }
4436
+ .ilo--search--open .ilo--search--button {
4437
+ 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 11H13V6H11V11H6V13H11V18H13V13H18V11Z'/%3e%3c/svg%3e");
4438
+ background-color: rgb(255, 255, 255);
4439
+ background-position: center;
4440
+ background-repeat: no-repeat;
4441
+ background-size: 21.5px 21.5px;
4442
+ }
4443
+ .ilo--search--open .ilo--search--button:hover, .ilo--search--open .ilo--search--button:focus {
4444
+ 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 11H13V6H11V11H6V13H11V18H13V13H18V11Z'/%3e%3c/svg%3e");
4445
+ background-color: rgb(235, 245, 253);
3304
4446
  }
3305
4447
 
3306
4448
  /**
3307
4449
  * Do not edit directly
3308
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
4450
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
3309
4451
  */
3310
4452
  /**
3311
4453
  * TOKENS:
@@ -3315,7 +4457,7 @@
3315
4457
  */
3316
4458
  /**
3317
4459
  * Do not edit directly
3318
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
4460
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
3319
4461
  */
3320
4462
  /**
3321
4463
  * TOKENS:
@@ -3325,7 +4467,7 @@
3325
4467
  */
3326
4468
  /**
3327
4469
  * Do not edit directly
3328
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
4470
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
3329
4471
  */
3330
4472
  /**
3331
4473
  * TOKENS:
@@ -3368,13 +4510,22 @@
3368
4510
  padding: calc(1.2861736334rem + 2px) 1.2861736334rem;
3369
4511
  }
3370
4512
  .ilo--notification--inline {
3371
- width: 100%;
4513
+ max-width: 340px;
3372
4514
  }
3373
4515
  .ilo--notification--inline .ilo--notification--content {
3374
- align-items: center;
3375
- display: flex;
3376
- justify-items: space-between;
3377
- padding: 0.7502679528rem 1.2861736334rem;
4516
+ padding: calc(1.2861736334rem + 2px) 1.2861736334rem;
4517
+ }
4518
+ @media screen and (min-width: 610px) {
4519
+ .ilo--notification--inline {
4520
+ max-width: 100%;
4521
+ width: 100%;
4522
+ }
4523
+ .ilo--notification--inline .ilo--notification--content {
4524
+ align-items: center;
4525
+ display: flex;
4526
+ justify-items: space-between;
4527
+ padding: 0.7502679528rem 1.2861736334rem;
4528
+ }
3378
4529
  }
3379
4530
  .ilo--notification--content {
3380
4531
  margin-left: 2.1436227224rem;
@@ -3393,8 +4544,10 @@
3393
4544
  width: 2.1436227224rem;
3394
4545
  top: 0;
3395
4546
  }
3396
- .ilo--notification--inline .ilo--notification--content:before {
3397
- background-position: center;
4547
+ @media screen and (min-width: 610px) {
4548
+ .ilo--notification--inline .ilo--notification--content:before {
4549
+ background-position: center;
4550
+ }
3398
4551
  }
3399
4552
  .icon--error .ilo--notification--content:before {
3400
4553
  background-color: rgb(250, 60, 75);
@@ -3417,26 +4570,34 @@
3417
4570
  font-size: 16px;
3418
4571
  letter-spacing: normal;
3419
4572
  line-height: 23.36px;
3420
- }
3421
- .ilo--notification--dialog .ilo--notification--headline {
3422
4573
  margin-bottom: 0.6430868167rem;
3423
4574
  }
4575
+ @media screen and (min-width: 610px) {
4576
+ .ilo--notification--inline .ilo--notification--headline {
4577
+ margin-bottom: 0;
4578
+ }
4579
+ }
3424
4580
  .ilo--notification--copy {
3425
4581
  font-weight: 400;
3426
4582
  font-size: 14.93px;
3427
4583
  letter-spacing: normal;
3428
4584
  line-height: 20.3px;
3429
4585
  }
3430
- .ilo--notification--inline .ilo--notification--copy {
3431
- margin-left: 1.2861736334rem;
4586
+ @media screen and (min-width: 610px) {
4587
+ .ilo--notification--inline .ilo--notification--copy {
4588
+ margin-left: 1.2861736334rem;
4589
+ }
3432
4590
  }
3433
- .ilo--notification--dialog .ilo--notification--copy:not(:last-child) {
4591
+ .ilo--notification--copy:not(:last-child) {
3434
4592
  margin-bottom: 1.2861736334rem;
3435
4593
  }
3436
- .ilo--notification--inline .ilo--notification--copy:not(:last-child) {
3437
- max-width: 24%;
4594
+ @media screen and (min-width: 610px) {
4595
+ .ilo--notification--inline .ilo--notification--copy:not(:last-child) {
4596
+ margin-bottom: 0;
4597
+ max-width: 24%;
4598
+ }
3438
4599
  }
3439
- @media screen and (min-width: 1024px) {
4600
+ @media screen and (min-width: 610px) and (min-width: 1024px) {
3440
4601
  .ilo--notification--inline .ilo--notification--copy:not(:last-child) {
3441
4602
  max-width: 40%;
3442
4603
  }
@@ -3449,14 +4610,23 @@
3449
4610
  letter-spacing: normal;
3450
4611
  line-height: 20.3px;
3451
4612
  }
3452
- .ilo--notification--inline .ilo--notification--date {
3453
- margin-left: 0.857449089rem;
4613
+ @media screen and (min-width: 610px) {
4614
+ .ilo--notification--inline .ilo--notification--date {
4615
+ margin-left: 0.857449089rem;
4616
+ }
3454
4617
  }
3455
- .ilo--notification--dialog .ilo--notification--date:not(:last-child) {
4618
+ .ilo--notification--date:not(:last-child) {
3456
4619
  margin-bottom: 1.0182207931rem;
3457
4620
  }
3458
- .ilo--notification--inline .ilo--notification--cta {
3459
- margin-left: 1.2861736334rem;
4621
+ @media screen and (min-width: 610px) {
4622
+ .ilo--notification--inline .ilo--notification--date {
4623
+ margin-bottom: 0;
4624
+ }
4625
+ }
4626
+ @media screen and (min-width: 610px) {
4627
+ .ilo--notification--inline .ilo--notification--cta {
4628
+ margin-left: 1.2861736334rem;
4629
+ }
3460
4630
  }
3461
4631
  .ilo--notification--close {
3462
4632
  background-color: rgb(237, 240, 242);
@@ -3489,7 +4659,7 @@
3489
4659
 
3490
4660
  /**
3491
4661
  * Do not edit directly
3492
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
4662
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
3493
4663
  */
3494
4664
  /**
3495
4665
  * TOKENS:
@@ -3624,7 +4794,7 @@
3624
4794
 
3625
4795
  /**
3626
4796
  * Do not edit directly
3627
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
4797
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
3628
4798
  */
3629
4799
  /**
3630
4800
  * TOKENS:
@@ -3753,7 +4923,7 @@
3753
4923
 
3754
4924
  /**
3755
4925
  * Do not edit directly
3756
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
4926
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
3757
4927
  */
3758
4928
  /**
3759
4929
  * TOKENS:
@@ -3854,7 +5024,7 @@
3854
5024
 
3855
5025
  /**
3856
5026
  * Do not edit directly
3857
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
5027
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
3858
5028
  */
3859
5029
  /**
3860
5030
  * TOKENS:
@@ -3913,7 +5083,7 @@
3913
5083
 
3914
5084
  /**
3915
5085
  * Do not edit directly
3916
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
5086
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
3917
5087
  */
3918
5088
  /**
3919
5089
  * TOKENS:
@@ -4282,7 +5452,7 @@
4282
5452
 
4283
5453
  /**
4284
5454
  * Do not edit directly
4285
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
5455
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
4286
5456
  */
4287
5457
  /**
4288
5458
  * TOKENS:
@@ -4326,7 +5496,7 @@
4326
5496
 
4327
5497
  /**
4328
5498
  * Do not edit directly
4329
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
5499
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
4330
5500
  */
4331
5501
  /**
4332
5502
  * TOKENS:
@@ -4482,7 +5652,7 @@ Note that the styles for this component rely on CSS container queries, which cur
4482
5652
 
4483
5653
  /**
4484
5654
  * Do not edit directly
4485
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
5655
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
4486
5656
  */
4487
5657
  /**
4488
5658
  * TOKENS:
@@ -4497,7 +5667,7 @@ Note that the styles for this component rely on CSS container queries, which cur
4497
5667
  }
4498
5668
  .ilo--table--header {
4499
5669
  background-color: rgb(255, 255, 255);
4500
- padding: 24px 8px 24px 8px;
5670
+ padding: 19px 8px 24px 8px;
4501
5671
  }
4502
5672
  .ilo--table--wrapper {
4503
5673
  max-height: 380px;
@@ -4528,10 +5698,14 @@ Note that the styles for this component rely on CSS container queries, which cur
4528
5698
  font-size: 14.93px;
4529
5699
  letter-spacing: normal;
4530
5700
  line-height: 20.3px;
5701
+ letter-spacing: -0.02em;
4531
5702
  padding: 22px 11px 22px 11px;
4532
5703
  pointer-events: none;
4533
5704
  text-align: left;
4534
5705
  }
5706
+ .ilo--table--small .ilo--table--head--cell {
5707
+ padding: 13px 11px 13px 11px;
5708
+ }
4535
5709
  .ilo--table--head--cell:first-of-type {
4536
5710
  border-left: none;
4537
5711
  }
@@ -4576,19 +5750,28 @@ Note that the styles for this component rely on CSS container queries, which cur
4576
5750
  letter-spacing: normal;
4577
5751
  line-height: 20.3px;
4578
5752
  outline: 0;
4579
- padding: 14px 11px 14px 11px;
5753
+ padding: 22px 11px 22px 11px;
4580
5754
  position: relative;
4581
5755
  }
5756
+ .ilo--table--small .ilo--table--body--cell {
5757
+ padding: 13px 11px 13px 11px;
5758
+ }
4582
5759
  .ilo--table--body--cell:first-of-type {
4583
5760
  border-left: none;
4584
5761
  }
4585
5762
  .ilo--table--body--cell.numeric {
4586
5763
  text-align: right;
4587
5764
  }
5765
+ .ilo--table--body--cell:hover {
5766
+ background-color: rgb(190, 220, 250);
5767
+ border-bottom: 2px solid rgb(30, 45, 190);
5768
+ color: rgb(30, 45, 190);
5769
+ }
4588
5770
  .ilo--table--body--cell.selected {
4589
5771
  background-color: rgb(190, 220, 250);
4590
5772
  border-bottom: 2px solid rgb(30, 45, 190);
4591
5773
  color: rgb(30, 45, 190);
5774
+ cursor: pointer;
4592
5775
  }
4593
5776
  .ilo--table--body--cell.column--selected {
4594
5777
  background-color: rgb(235, 245, 253);
@@ -4691,6 +5874,7 @@ Note that the styles for this component rely on CSS container queries, which cur
4691
5874
  line-height: 24.26px;
4692
5875
  }
4693
5876
  .ilo--table--description {
5877
+ color: rgb(109, 109, 109);
4694
5878
  font-family: Noto Sans;
4695
5879
  font-weight: 400;
4696
5880
  font-size: 11.94px;
@@ -4787,7 +5971,7 @@ Note that the styles for this component rely on CSS container queries, which cur
4787
5971
  outline: none;
4788
5972
  }
4789
5973
  .ilo--table--zebra .ilo--table--body--row:nth-child(odd) {
4790
- background-color: rgb(237, 240, 242);
5974
+ background-color: rgb(246, 247, 248);
4791
5975
  }
4792
5976
  .ilo--table--zebra .ilo--table--body--row:nth-child(odd):hover, .ilo--table--zebra .ilo--table--body--row:nth-child(odd):focus {
4793
5977
  background-color: rgb(235, 245, 253);
@@ -4795,13 +5979,19 @@ Note that the styles for this component rely on CSS container queries, which cur
4795
5979
  .ilo--table--zebra .ilo--table--body--row:nth-child(odd) .ilo--table--body--cell {
4796
5980
  border-left: 0.0535905681rem solid rgb(255, 255, 255);
4797
5981
  }
4798
- .ilo--table--zebra .ilo--table--body--row:nth-child(odd) .ilo--table--body--cell:hover, .ilo--table--zebra .ilo--table--body--row:nth-child(odd) .ilo--table--body--cell:focus, .ilo--table--zebra .ilo--table--body--row:nth-child(odd) .ilo--table--body--cell.selected {
5982
+ .ilo--table--zebra .ilo--table--body--row:nth-child(odd) .ilo--table--body--cell:hover, .ilo--table--zebra .ilo--table--body--row:nth-child(odd) .ilo--table--body--cell:focus {
5983
+ background-color: rgb(190, 220, 250);
5984
+ }
5985
+ .ilo--table--zebra .ilo--table--body--row:nth-child(odd).selected .ilo--table--body--cell {
5986
+ background-color: rgb(235, 245, 253);
5987
+ }
5988
+ .ilo--table--zebra .ilo--table--body--row:nth-child(odd).selected .ilo--table--body--cell.selected {
4799
5989
  background-color: rgb(190, 220, 250);
4800
5990
  }
4801
5991
 
4802
5992
  /**
4803
5993
  * Do not edit directly
4804
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
5994
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
4805
5995
  */
4806
5996
  /**
4807
5997
  * TOKENS:
@@ -4866,7 +6056,7 @@ Note that the styles for this component rely on CSS container queries, which cur
4866
6056
 
4867
6057
  /**
4868
6058
  * Do not edit directly
4869
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
6059
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
4870
6060
  */
4871
6061
  /**
4872
6062
  * TOKENS:
@@ -5027,7 +6217,7 @@ Note that the styles for this component rely on CSS container queries, which cur
5027
6217
 
5028
6218
  /**
5029
6219
  * Do not edit directly
5030
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
6220
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
5031
6221
  */
5032
6222
  /**
5033
6223
  * TOKENS:
@@ -5186,7 +6376,7 @@ Note that the styles for this component rely on CSS container queries, which cur
5186
6376
 
5187
6377
  /**
5188
6378
  * Do not edit directly
5189
- * Generated on Tue, 25 Oct 2022 15:49:45 GMT
6379
+ * Generated on Tue, 01 Nov 2022 17:17:35 GMT
5190
6380
  */
5191
6381
  /**
5192
6382
  * TOKENS: