qc-trousse-sdg 1.4.3 → 1.4.5

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.
Files changed (60) hide show
  1. package/README.md +76 -51
  2. package/dist/css/qc-sdg-design-tokens.min.css +1 -1
  3. package/dist/css/qc-sdg-no-grid.min.css +1 -1
  4. package/dist/css/qc-sdg.min.css +1 -1
  5. package/dist/img/QUEBEC_blanc.svg +3 -12
  6. package/dist/img/QUEBEC_couleur.svg +3 -23
  7. package/dist/js/qc-sdg.min.js +1 -1
  8. package/index.html +1 -1
  9. package/package.json +1 -1
  10. package/public/css/qc-sdg-design-tokens.css +0 -2
  11. package/public/css/qc-sdg-no-grid.css +154 -110
  12. package/public/css/qc-sdg.css +154 -110
  13. package/public/img/QUEBEC_blanc.svg +3 -12
  14. package/public/img/QUEBEC_couleur.svg +3 -23
  15. package/public/img/favicon.ico +0 -0
  16. package/public/index.html +13 -0
  17. package/public/js/qc-doc-sdg.js +31 -34
  18. package/public/js/qc-sdg.js +2049 -1268
  19. package/src/doc/_index.html +3 -0
  20. package/src/sdg/_components.js +0 -1
  21. package/src/sdg/bases/form/_form.scss +0 -4
  22. package/src/sdg/components/Alert/Alert.svelte +1 -1
  23. package/src/sdg/components/Button/_button.scss +35 -12
  24. package/src/sdg/components/Checkbox/Checkbox.svelte +3 -3
  25. package/src/sdg/components/Checkbox/CheckboxWC.svelte +3 -3
  26. package/src/sdg/components/Checkbox/{updateInput.svelte.js → updateChoiceInput.svelte.js} +6 -1
  27. package/src/sdg/components/ChoiceGroup/ChoiceGroup.svelte +2 -2
  28. package/src/sdg/components/ChoiceGroup/Test/ChoiceGroupeEmbededTest.svelte +3 -0
  29. package/src/sdg/components/ChoiceGroup/Test/checkboxBaselineTest.html +3 -0
  30. package/src/sdg/components/DropdownList/DropdownList.svelte +4 -7
  31. package/src/sdg/components/DropdownList/DropdownListItems/DropdownListItems.svelte +1 -6
  32. package/src/sdg/components/DropdownList/DropdownListItems/DropdownListItemsMultiple/_dropdownListItemsMultiple.scss +3 -8
  33. package/src/sdg/components/DropdownList/DropdownListItems/DropdownListItemsSingle/_dropdownListItemsSingle.scss +1 -2
  34. package/src/sdg/components/DropdownList/DropdownListItems/_dropdownListItems.scss +2 -4
  35. package/src/sdg/components/DropdownList/SelectWC.svelte +31 -50
  36. package/src/sdg/components/DropdownList/Test/DropdownListSvelteTest.svelte +37 -2
  37. package/src/sdg/components/DropdownList/Test/{dropdownListTest.html → dropdownListBaselineTest.html} +19 -1
  38. package/src/sdg/components/DropdownList/Test/dropdownListTestUtils.js +14 -0
  39. package/src/sdg/components/DropdownList/_dropdownList.scss +11 -16
  40. package/src/sdg/components/DropdownList/_select.html +9 -0
  41. package/src/sdg/components/Fieldset/_fieldset.scss +17 -4
  42. package/src/sdg/components/Label/_label.scss +1 -0
  43. package/src/sdg/components/PivFooter/PivFooter.svelte +2 -2
  44. package/src/sdg/components/PivHeader/PivHeader.svelte +79 -74
  45. package/src/sdg/components/PivHeader/Test/pivHeaderBaselineTest.html +12 -1
  46. package/src/sdg/components/PivHeader/Test/pivHeaderTest.js +9 -0
  47. package/src/sdg/components/PivHeader/_pivHeader.html +1 -0
  48. package/src/sdg/components/PivHeader/_pivHeader.scss +46 -19
  49. package/src/sdg/components/TextField/Test/textFieldBaselineTest.html +24 -5
  50. package/src/sdg/components/TextField/TextField.svelte +29 -25
  51. package/src/sdg/components/TextField/TextFieldWC.svelte +8 -0
  52. package/src/sdg/components/TextField/_textField.scss +6 -13
  53. package/src/sdg/qc-sdg-test.js +4 -0
  54. package/src/sdg/scss/settings/_tokens.scss +0 -4
  55. package/tests/buildSvelteTestsIgnore.json +2 -1
  56. package/tests/dropdown-list-baseline.spec.ts +51 -4
  57. package/tests/piv-header-baseline.spec.ts +3 -0
  58. package/src/sdg/components/Button/Button.svelte +0 -50
  59. package/src/sdg/components/Button/ButtonWC.svelte +0 -36
  60. package/tests/piv-header-svelte.spec.ts +0 -11
@@ -223,8 +223,6 @@ label.qc-choicefield-label input.qc-choicefield.qc-compact {
223
223
  --qc-size-max-width-md: 24.9rem;
224
224
  --qc-size-max-width-lg: 52.8rem;
225
225
  --qc-size-max-width-xl: 82.5rem;
226
- --qc-size-input-max-width: var(--qc-size-max-width-md);
227
- --qc-size-textarea-max-width: var(--qc-size-max-width-lg);
228
226
  --qc-size-textarea-min-height: 10.8rem;
229
227
  --qc-size-search-bar-max-width: 64rem;
230
228
  --qc-grid-gutter: 32px;
@@ -596,10 +594,6 @@ legend {
596
594
  padding: 0;
597
595
  }
598
596
 
599
- qc-select select {
600
- appearance: none;
601
- }
602
-
603
597
  h1, .qc-h1 {
604
598
  font-family: var(--qc-font-family-header);
605
599
  font-size: var(--qc-font-size-h1);
@@ -950,7 +944,7 @@ dd {
950
944
  font-family: "Open Sans";
951
945
  font-style: normal;
952
946
  font-weight: 400;
953
- src: url("../fonts/open-sans-v43-latin-regular.woff2") format("woff2");
947
+ src: url("../../dist/fonts/open-sans-v43-latin-regular.woff2") format("woff2");
954
948
  }
955
949
  /* open-sans-italic - latin */
956
950
  @font-face {
@@ -958,7 +952,7 @@ dd {
958
952
  font-family: "Open Sans";
959
953
  font-style: italic;
960
954
  font-weight: 400;
961
- src: url("../fonts/open-sans-v43-latin-italic.woff2") format("woff2");
955
+ src: url("../../dist/fonts/open-sans-v43-latin-italic.woff2") format("woff2");
962
956
  }
963
957
  /* open-sans-500 - latin */
964
958
  @font-face {
@@ -966,7 +960,7 @@ dd {
966
960
  font-family: "Open Sans";
967
961
  font-style: normal;
968
962
  font-weight: 500;
969
- src: url("../fonts/open-sans-v43-latin-500.woff2") format("woff2");
963
+ src: url("../../dist/fonts/open-sans-v43-latin-500.woff2") format("woff2");
970
964
  }
971
965
  /* open-sans-500italic - latin */
972
966
  @font-face {
@@ -974,7 +968,7 @@ dd {
974
968
  font-family: "Open Sans";
975
969
  font-style: italic;
976
970
  font-weight: 500;
977
- src: url("../fonts/open-sans-v43-latin-500italic.woff2") format("woff2");
971
+ src: url("../../dist/fonts/open-sans-v43-latin-500italic.woff2") format("woff2");
978
972
  }
979
973
  /* open-sans-600 - latin */
980
974
  @font-face {
@@ -982,7 +976,7 @@ dd {
982
976
  font-family: "Open Sans";
983
977
  font-style: normal;
984
978
  font-weight: 600;
985
- src: url("../fonts/open-sans-v43-latin-600.woff2") format("woff2");
979
+ src: url("../../dist/fonts/open-sans-v43-latin-600.woff2") format("woff2");
986
980
  }
987
981
  /* open-sans-600italic - latin */
988
982
  @font-face {
@@ -990,7 +984,7 @@ dd {
990
984
  font-family: "Open Sans";
991
985
  font-style: italic;
992
986
  font-weight: 600;
993
- src: url("../fonts/open-sans-v43-latin-600italic.woff2") format("woff2");
987
+ src: url("../../dist/fonts/open-sans-v43-latin-600italic.woff2") format("woff2");
994
988
  }
995
989
  /* open-sans-700 - latin */
996
990
  @font-face {
@@ -998,7 +992,7 @@ dd {
998
992
  font-family: "Open Sans";
999
993
  font-style: normal;
1000
994
  font-weight: 700;
1001
- src: url("../fonts/open-sans-v43-latin-700.woff2") format("woff2");
995
+ src: url("../../dist/fonts/open-sans-v43-latin-700.woff2") format("woff2");
1002
996
  }
1003
997
  /* open-sans-700italic - latin */
1004
998
  @font-face {
@@ -1006,7 +1000,7 @@ dd {
1006
1000
  font-family: "Open Sans";
1007
1001
  font-style: italic;
1008
1002
  font-weight: 700;
1009
- src: url("../fonts/open-sans-v43-latin-700italic.woff2") format("woff2");
1003
+ src: url("../../dist/fonts/open-sans-v43-latin-700italic.woff2") format("woff2");
1010
1004
  }
1011
1005
  /* roboto-regular - latin */
1012
1006
  @font-face {
@@ -1014,7 +1008,7 @@ dd {
1014
1008
  font-family: "Roboto";
1015
1009
  font-style: normal;
1016
1010
  font-weight: 400;
1017
- src: url("../fonts/roboto-v48-latin-regular.woff2") format("woff2");
1011
+ src: url("../../dist/fonts/roboto-v48-latin-regular.woff2") format("woff2");
1018
1012
  }
1019
1013
  /* roboto-italic - latin */
1020
1014
  @font-face {
@@ -1022,7 +1016,7 @@ dd {
1022
1016
  font-family: "Roboto";
1023
1017
  font-style: italic;
1024
1018
  font-weight: 400;
1025
- src: url("../fonts/roboto-v48-latin-italic.woff2") format("woff2");
1019
+ src: url("../../dist/fonts/roboto-v48-latin-italic.woff2") format("woff2");
1026
1020
  }
1027
1021
  /* roboto-500 - latin */
1028
1022
  @font-face {
@@ -1030,7 +1024,7 @@ dd {
1030
1024
  font-family: "Roboto";
1031
1025
  font-style: normal;
1032
1026
  font-weight: 500;
1033
- src: url("../fonts/roboto-v48-latin-500.woff2") format("woff2");
1027
+ src: url("../../dist/fonts/roboto-v48-latin-500.woff2") format("woff2");
1034
1028
  }
1035
1029
  /* roboto-500italic - latin */
1036
1030
  @font-face {
@@ -1038,7 +1032,7 @@ dd {
1038
1032
  font-family: "Roboto";
1039
1033
  font-style: italic;
1040
1034
  font-weight: 500;
1041
- src: url("../fonts/roboto-v48-latin-500italic.woff2") format("woff2");
1035
+ src: url("../../dist/fonts/roboto-v48-latin-500italic.woff2") format("woff2");
1042
1036
  }
1043
1037
  /* roboto-600 - latin */
1044
1038
  @font-face {
@@ -1046,7 +1040,7 @@ dd {
1046
1040
  font-family: "Roboto";
1047
1041
  font-style: normal;
1048
1042
  font-weight: 600;
1049
- src: url("../fonts/roboto-v48-latin-600.woff2") format("woff2");
1043
+ src: url("../../dist/fonts/roboto-v48-latin-600.woff2") format("woff2");
1050
1044
  }
1051
1045
  /* roboto-600italic - latin */
1052
1046
  @font-face {
@@ -1054,7 +1048,7 @@ dd {
1054
1048
  font-family: "Roboto";
1055
1049
  font-style: italic;
1056
1050
  font-weight: 600;
1057
- src: url("../fonts/roboto-v48-latin-600italic.woff2") format("woff2");
1051
+ src: url("../../dist/fonts/roboto-v48-latin-600italic.woff2") format("woff2");
1058
1052
  }
1059
1053
  /* roboto-700 - latin */
1060
1054
  @font-face {
@@ -1062,7 +1056,7 @@ dd {
1062
1056
  font-family: "Roboto";
1063
1057
  font-style: normal;
1064
1058
  font-weight: 700;
1065
- src: url("../fonts/roboto-v48-latin-700.woff2") format("woff2");
1059
+ src: url("../../dist/fonts/roboto-v48-latin-700.woff2") format("woff2");
1066
1060
  }
1067
1061
  /* roboto-700italic - latin */
1068
1062
  @font-face {
@@ -1070,7 +1064,7 @@ dd {
1070
1064
  font-family: "Roboto";
1071
1065
  font-style: italic;
1072
1066
  font-weight: 700;
1073
- src: url("../fonts/roboto-v48-latin-700italic.woff2") format("woff2");
1067
+ src: url("../../dist/fonts/roboto-v48-latin-700italic.woff2") format("woff2");
1074
1068
  }
1075
1069
  hr {
1076
1070
  margin: var(--qc-spacer-lg) 0;
@@ -1437,28 +1431,44 @@ qc-piv-header {
1437
1431
  }
1438
1432
  .qc-piv-header .piv-top {
1439
1433
  display: flex;
1434
+ flex-wrap: nowrap;
1435
+ gap: var(--qc-spacer-sm);
1440
1436
  align-items: start;
1441
1437
  min-width: 7.2rem;
1442
1438
  }
1443
- .qc-piv-header .piv-top .logo {
1439
+ .qc-piv-header .piv-top .signature-group {
1444
1440
  display: flex;
1445
- flex-basis: 25.6rem;
1446
- margin-right: 0;
1441
+ flex-grow: 1;
1442
+ flex-wrap: wrap;
1443
+ align-items: start;
1444
+ margin-right: auto;
1447
1445
  }
1448
- .qc-piv-header .piv-top .logo [role=img] {
1449
- background-image: var(--logo-src);
1450
- background-repeat: no-repeat;
1451
- background-size: 100%;
1452
- background-position: center;
1453
- margin-right: 16px;
1446
+ .qc-piv-header .piv-top .signature-group > * {
1447
+ min-height: 7.2rem;
1448
+ }
1449
+ .qc-piv-header .piv-top .signature-group .logo {
1450
+ display: flex;
1451
+ align-items: center;
1452
+ flex-basis: 26.4rem;
1453
+ }
1454
+ .qc-piv-header .piv-top .signature-group .logo a {
1455
+ display: flex;
1456
+ height: fit-content;
1457
+ width: fit-content;
1458
+ outline-offset: 0.4rem;
1459
+ }
1460
+ .qc-piv-header .piv-top .signature-group .logo a img {
1461
+ display: flex;
1462
+ flex-basis: min-content;
1454
1463
  min-width: 150px;
1455
1464
  width: 100%;
1465
+ height: 100%;
1456
1466
  max-width: 20rem;
1457
- min-height: 7.2rem;
1467
+ min-height: 4rem;
1458
1468
  }
1459
1469
  .qc-piv-header .piv-top .title {
1460
- align-items: center;
1461
- align-self: center;
1470
+ display: block;
1471
+ align-content: center;
1462
1472
  }
1463
1473
  .qc-piv-header .piv-top .right-section {
1464
1474
  min-width: fit-content;
@@ -1503,9 +1513,13 @@ qc-piv-header {
1503
1513
  padding-bottom: var(--qc-spacer-md);
1504
1514
  }
1505
1515
 
1516
+ .page-title {
1517
+ display: inline-block;
1518
+ }
1519
+
1506
1520
  qc-piv-header a,
1507
1521
  .qc-piv-header a {
1508
- --qc-color-link-focus-outline: var(--qc-color-blue-pale);
1522
+ --qc-color-link-focus-outline: #dae6f0;
1509
1523
  --qc-color-link-hover: white;
1510
1524
  --qc-color-link-text: white;
1511
1525
  --qc-color-link-visited: white;
@@ -1557,10 +1571,6 @@ qc-piv-header a:focus-visible:has(img), qc-piv-header a:focus:has(img),
1557
1571
  margin-right: auto;
1558
1572
  min-width: 0;
1559
1573
  }
1560
- .qc-piv-header .piv-top .logo img {
1561
- width: 100%;
1562
- margin-right: 1.6rem;
1563
- }
1564
1574
  .qc-piv-header .piv-top .title {
1565
1575
  display: none;
1566
1576
  }
@@ -1580,6 +1590,12 @@ qc-piv-header a:focus-visible:has(img), qc-piv-header a:focus:has(img),
1580
1590
  flex-wrap: wrap;
1581
1591
  }
1582
1592
  }
1593
+ .no-link-title {
1594
+ margin: 0;
1595
+ font-weight: var(--qc-font-weight-regular);
1596
+ font-size: var(--qc-font-size-md);
1597
+ }
1598
+
1583
1599
  qc-piv-footer {
1584
1600
  margin-top: 4rem;
1585
1601
  padding-bottom: 4rem;
@@ -2048,7 +2064,7 @@ input[type=radio].qc-choicefield:checked.qc-compact::before {
2048
2064
  gap: 0 3.2rem;
2049
2065
  flex-wrap: wrap;
2050
2066
  margin-bottom: 3.2rem;
2051
- margin-top: -0.8rem;
2067
+ margin-top: calc(-1 * var(--qc-spacer-xs));
2052
2068
  }
2053
2069
  .qc-formfield-row > .qc-form-error {
2054
2070
  width: 100%;
@@ -2056,13 +2072,38 @@ input[type=radio].qc-choicefield:checked.qc-compact::before {
2056
2072
  .qc-formfield-row qc-textfield,
2057
2073
  .qc-formfield-row .qc-textfield {
2058
2074
  margin-top: var(--qc-spacer-xs);
2059
- display: block;
2060
- width: auto;
2061
2075
  margin-bottom: 0;
2076
+ min-width: 0;
2077
+ }
2078
+ .qc-formfield-row qc-textfield [size=xs] input,
2079
+ .qc-formfield-row .qc-textfield [size=xs] input {
2080
+ width: 6.3rem;
2081
+ max-width: 6.3rem;
2082
+ }
2083
+ .qc-formfield-row qc-textfield [size=sm] input,
2084
+ .qc-formfield-row .qc-textfield [size=sm] input {
2085
+ width: 15.6rem;
2086
+ max-width: 15.6rem;
2087
+ }
2088
+ .qc-formfield-row qc-textfield [size=md] input,
2089
+ .qc-formfield-row .qc-textfield [size=md] input {
2090
+ width: 24.9rem;
2091
+ max-width: 24.9rem;
2092
+ }
2093
+ .qc-formfield-row qc-textfield [size=lg] input,
2094
+ .qc-formfield-row .qc-textfield [size=lg] input {
2095
+ width: 52.8rem;
2096
+ max-width: 52.8rem;
2097
+ }
2098
+ .qc-formfield-row qc-textfield [size=xl] input,
2099
+ .qc-formfield-row .qc-textfield [size=xl] input {
2100
+ width: 82.5rem;
2101
+ max-width: 82.5rem;
2062
2102
  }
2063
- .qc-formfield-row .qc-dropdown-list-root {
2103
+ .qc-formfield-row .qc-select {
2064
2104
  margin-top: var(--qc-spacer-xs);
2065
2105
  margin-bottom: 0;
2106
+ width: fit-content;
2066
2107
  }
2067
2108
 
2068
2109
  input[type=checkbox].qc-choicefield:checked {
@@ -2117,6 +2158,7 @@ input[type=checkbox].qc-choicefield.qc-compact:checked::after {
2117
2158
  .qc-textfield label {
2118
2159
  font-weight: var(--qc-font-weight-content-bold);
2119
2160
  display: block;
2161
+ width: fit-content;
2120
2162
  }
2121
2163
  .qc-label.qc-compact, qc-textfield label.qc-compact,
2122
2164
  .qc-textfield label.qc-compact {
@@ -2191,42 +2233,55 @@ qc-textfield textarea:disabled {
2191
2233
  padding: 0.6rem;
2192
2234
  }
2193
2235
 
2194
- .qc-textfield input, qc-textfield input,
2195
- .qc-textfield input + .qc-textfield-charcount,
2196
- qc-textfield input + .qc-textfield-charcount {
2197
- max-width: var(--qc-size-input-max-width);
2236
+ [size=xs] {
2237
+ max-width: 100%;
2198
2238
  }
2199
2239
 
2200
- .qc-textfield textarea, qc-textfield textarea,
2201
- .qc-textfield textarea + .qc-textfield-charcount,
2202
- qc-textfield textarea + .qc-textfield-charcount {
2203
- max-width: var(--qc-size-textarea-max-width);
2240
+ [size=sm] {
2241
+ max-width: 100%;
2242
+ }
2243
+
2244
+ [size=md] {
2245
+ max-width: 100%;
2246
+ }
2247
+
2248
+ [size=lg] {
2249
+ max-width: 100%;
2250
+ }
2251
+
2252
+ [size=xl] {
2253
+ max-width: 100%;
2204
2254
  }
2205
2255
 
2206
2256
  [size=xs] input, [size=xs] input + .qc-textfield-charcount,
2207
2257
  [size=xs] textarea,
2208
2258
  [size=xs] textarea + .qc-textfield-charcount {
2209
- max-width: 6.3rem;
2259
+ max-width: 100%;
2260
+ width: 6.3rem;
2210
2261
  }
2211
2262
  [size=sm] input, [size=sm] input + .qc-textfield-charcount,
2212
2263
  [size=sm] textarea,
2213
2264
  [size=sm] textarea + .qc-textfield-charcount {
2214
- max-width: 15.6rem;
2265
+ max-width: 100%;
2266
+ width: 15.6rem;
2215
2267
  }
2216
2268
  [size=md] input, [size=md] input + .qc-textfield-charcount,
2217
2269
  [size=md] textarea,
2218
2270
  [size=md] textarea + .qc-textfield-charcount {
2219
- max-width: 24.9rem;
2271
+ max-width: 100%;
2272
+ width: 24.9rem;
2220
2273
  }
2221
2274
  [size=lg] input, [size=lg] input + .qc-textfield-charcount,
2222
2275
  [size=lg] textarea,
2223
2276
  [size=lg] textarea + .qc-textfield-charcount {
2224
- max-width: 52.8rem;
2277
+ max-width: 100%;
2278
+ width: 52.8rem;
2225
2279
  }
2226
2280
  [size=xl] input, [size=xl] input + .qc-textfield-charcount,
2227
2281
  [size=xl] textarea,
2228
2282
  [size=xl] textarea + .qc-textfield-charcount {
2229
- max-width: 82.5rem;
2283
+ max-width: 100%;
2284
+ width: 82.5rem;
2230
2285
  }
2231
2286
 
2232
2287
  .qc-textfield textarea, qc-textfield textarea {
@@ -2352,21 +2407,15 @@ qc-textfield textarea + .qc-textfield-charcount {
2352
2407
  }
2353
2408
  .qc-dropdown-list-multiple label {
2354
2409
  margin: 0;
2355
- padding-left: var(--qc-spacer-xs);
2356
- padding-right: var(--qc-spacer-xs);
2410
+ padding: var(--qc-spacer-xs);
2357
2411
  flex-grow: 1;
2358
- align-items: center;
2359
- }
2360
- .qc-dropdown-list-multiple .qc-choicefield {
2361
- margin-top: 0 !important;
2362
2412
  }
2363
2413
  .qc-dropdown-list-multiple .qc-choicefield:focus {
2364
2414
  outline: none;
2365
2415
  }
2366
2416
 
2367
2417
  .qc-dropdown-list-single {
2368
- padding-left: var(--qc-spacer-xs);
2369
- padding-right: var(--qc-spacer-xs);
2418
+ padding: var(--qc-spacer-xs);
2370
2419
  margin: 0;
2371
2420
  }
2372
2421
 
@@ -2375,7 +2424,7 @@ li[aria-selected=true] {
2375
2424
  }
2376
2425
 
2377
2426
  .qc-dropdown-list-items {
2378
- max-height: var(--dropdown-items-height);
2427
+ max-height: calc(var(--dropdown-items-height) * 0.1 * 1rem);
2379
2428
  overflow-y: auto;
2380
2429
  overflow-x: hidden;
2381
2430
  }
@@ -2404,14 +2453,12 @@ li[aria-selected=true] {
2404
2453
  }
2405
2454
  .qc-dropdown-list-items * {
2406
2455
  overflow: hidden;
2407
- white-space: nowrap;
2408
- text-overflow: ellipsis;
2409
2456
  }
2410
2457
 
2411
2458
  .qc-dropdown-list-multiple, .qc-dropdown-list-single {
2412
2459
  display: flex;
2413
2460
  align-items: center;
2414
- height: 4rem;
2461
+ min-height: 4rem;
2415
2462
  }
2416
2463
  .qc-dropdown-list-multiple.qc-dropdown-list-active:hover, .qc-dropdown-list-single.qc-dropdown-list-active:hover {
2417
2464
  background-color: var(--qc-color-grey-pale);
@@ -2494,27 +2541,10 @@ li[aria-selected=true] {
2494
2541
  align-content: center;
2495
2542
  }
2496
2543
 
2497
- .qc-dropdown-list-margin {
2544
+ .qc-select {
2545
+ display: block;
2498
2546
  margin-bottom: 3.2rem;
2499
- }
2500
-
2501
- .qc-dropdown-list-root {
2502
- width: 100%;
2503
- }
2504
- .qc-dropdown-list-root-xs {
2505
- max-width: var(--qc-size-max-width-xs);
2506
- }
2507
- .qc-dropdown-list-root-sm {
2508
- max-width: var(--qc-size-max-width-sm);
2509
- }
2510
- .qc-dropdown-list-root-md {
2511
- max-width: var(--qc-size-max-width-md);
2512
- }
2513
- .qc-dropdown-list-root-lg {
2514
- max-width: var(--qc-size-max-width-lg);
2515
- }
2516
- .qc-dropdown-list-root-xl {
2517
- max-width: var(--qc-size-max-width-xl);
2547
+ max-width: 100%;
2518
2548
  }
2519
2549
 
2520
2550
  .qc-dropdown-list-container {
@@ -2523,21 +2553,6 @@ li[aria-selected=true] {
2523
2553
  .qc-dropdown-list-container .qc-label {
2524
2554
  margin-bottom: 0.4rem;
2525
2555
  }
2526
- .qc-dropdown-list-container-xs {
2527
- max-width: var(--qc-size-max-width-xs);
2528
- }
2529
- .qc-dropdown-list-container-sm {
2530
- max-width: var(--qc-size-max-width-sm);
2531
- }
2532
- .qc-dropdown-list-container-md {
2533
- max-width: var(--qc-size-max-width-md);
2534
- }
2535
- .qc-dropdown-list-container-lg {
2536
- max-width: var(--qc-size-max-width-lg);
2537
- }
2538
- .qc-dropdown-list-container-xl {
2539
- max-width: var(--qc-size-max-width-xl);
2540
- }
2541
2556
 
2542
2557
  .qc-dropdown-list {
2543
2558
  display: flex;
@@ -2545,6 +2560,8 @@ li[aria-selected=true] {
2545
2560
  border: 0.1rem solid var(--qc-color-grey-medium);
2546
2561
  min-height: 4rem;
2547
2562
  background-color: var(--qc-color-background);
2563
+ max-width: 100%;
2564
+ min-width: 0;
2548
2565
  }
2549
2566
  .qc-dropdown-list.qc-dropdown-list-invalid {
2550
2567
  border: 0.2rem solid var(--qc-color-red-regular) !important;
@@ -2552,6 +2569,21 @@ li[aria-selected=true] {
2552
2569
  .qc-dropdown-list.qc-dropdown-list-invalid > .qc-dropdown-button {
2553
2570
  height: 3.6rem;
2554
2571
  }
2572
+ .qc-dropdown-list-xs {
2573
+ width: var(--qc-size-max-width-xs);
2574
+ }
2575
+ .qc-dropdown-list-sm {
2576
+ width: var(--qc-size-max-width-sm);
2577
+ }
2578
+ .qc-dropdown-list-md {
2579
+ width: var(--qc-size-max-width-md);
2580
+ }
2581
+ .qc-dropdown-list-lg {
2582
+ width: var(--qc-size-max-width-lg);
2583
+ }
2584
+ .qc-dropdown-list-xl {
2585
+ width: var(--qc-size-max-width-xl);
2586
+ }
2555
2587
 
2556
2588
  .qc-dropdown-list-search {
2557
2589
  margin: var(--qc-spacer-xs);
@@ -2577,6 +2609,12 @@ li[aria-selected=true] {
2577
2609
  display: none;
2578
2610
  }
2579
2611
 
2612
+ .qc-button.qc-simple:disabled, .qc-button.qc-simple.qc-disabled, .qc-button.qc-danger:disabled, .qc-button.qc-danger.qc-disabled, .qc-button.qc-tertiary:disabled, .qc-button.qc-tertiary.qc-disabled, .qc-button.qc-secondary:disabled, .qc-button.qc-secondary.qc-disabled, .qc-button.qc-primary:disabled, .qc-button.qc-primary.qc-disabled {
2613
+ cursor: not-allowed;
2614
+ box-shadow: none;
2615
+ opacity: 1;
2616
+ }
2617
+
2580
2618
  .qc-button {
2581
2619
  font-family: var(--qc-font-family-content);
2582
2620
  font-size: var(--qc-font-size-md);
@@ -2629,6 +2667,11 @@ li[aria-selected=true] {
2629
2667
  background-color: var(--qc-color-blue-regular_light);
2630
2668
  border-color: var(--qc-color-blue-regular_light);
2631
2669
  }
2670
+ .qc-button.qc-primary:disabled, .qc-button.qc-primary.qc-disabled {
2671
+ background-color: var(--qc-color-grey-light);
2672
+ border-color: var(--qc-color-grey-light);
2673
+ color: var(--qc-color-white);
2674
+ }
2632
2675
  .qc-button.qc-secondary {
2633
2676
  color: var(--qc-color-blue-piv);
2634
2677
  background-color: var(--qc-color-white);
@@ -2644,6 +2687,10 @@ li[aria-selected=true] {
2644
2687
  .qc-button.qc-secondary:active:not(:disabled), .qc-button.qc-secondary.qc-active {
2645
2688
  background-color: rgba(9, 87, 151, 0.08);
2646
2689
  }
2690
+ .qc-button.qc-secondary:disabled, .qc-button.qc-secondary.qc-disabled {
2691
+ border-color: var(--qc-color-grey-regular);
2692
+ color: var(--qc-color-grey-regular);
2693
+ }
2647
2694
  .qc-button.qc-tertiary {
2648
2695
  color: var(--qc-color-blue-piv);
2649
2696
  background-color: var(--qc-color-white);
@@ -2661,6 +2708,9 @@ li[aria-selected=true] {
2661
2708
  .qc-button.qc-tertiary:active:not(:disabled), .qc-button.qc-tertiary.qc-active {
2662
2709
  background-color: rgba(197, 202, 210, 0.16);
2663
2710
  }
2711
+ .qc-button.qc-tertiary:disabled, .qc-button.qc-tertiary.qc-disabled {
2712
+ color: var(--qc-color-grey-regular);
2713
+ }
2664
2714
  .qc-button.qc-danger {
2665
2715
  color: var(--qc-color-white);
2666
2716
  background-color: var(--qc-color-red-regular);
@@ -2677,13 +2727,10 @@ li[aria-selected=true] {
2677
2727
  .qc-button.qc-danger:active:not(:disabled), .qc-button.qc-danger.qc-active {
2678
2728
  background-color: var(--qc-color-red-regular_light);
2679
2729
  }
2680
- .qc-button:disabled, .qc-button.qc-disabled {
2730
+ .qc-button.qc-danger:disabled, .qc-button.qc-danger.qc-disabled {
2681
2731
  background-color: var(--qc-color-grey-light);
2682
2732
  border-color: var(--qc-color-grey-light);
2683
2733
  color: var(--qc-color-white);
2684
- cursor: not-allowed;
2685
- box-shadow: none;
2686
- opacity: 1;
2687
2734
  }
2688
2735
  .qc-button .qc-icon {
2689
2736
  display: inline-block;
@@ -2719,9 +2766,6 @@ li[aria-selected=true] {
2719
2766
  }
2720
2767
  .qc-button.qc-simple:disabled, .qc-button.qc-simple.qc-disabled {
2721
2768
  color: var(--qc-color-grey-regular);
2722
- cursor: not-allowed;
2723
- box-shadow: none;
2724
- opacity: 1;
2725
2769
  }
2726
2770
  a.qc-button {
2727
2771
  text-decoration: none;
@@ -1,13 +1,4 @@
1
- <svg width="196" height="71" viewBox="0 0 196 71" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M158.567 30.911C157.301 31.311 157.288 30.178 157.288 30.178C158.411 30.376 158.522 29.429 158.522 29.429H156.278V28.37H157.342C157.342 28.37 157.161 26.958 156.117 26.958C155.152 26.958 155.02 28.026 155.196 28.469C154.713 28.551 154.005 27.716 154.005 26.733C154.005 25.481 154.999 24.812 155.876 24.812C157.292 24.812 158.352 26.447 158.352 28.371H158.786C158.786 28.371 158.879 27.447 158.685 26.6C158.381 25.269 157.72 24.483 157.705 23.58C157.68 22.011 158.625 21.76 159.381 20.391C160.136 21.76 161.081 22.011 161.055 23.58C161.041 24.482 160.379 25.269 160.076 26.6C159.883 27.448 159.974 28.371 159.974 28.371H160.408C160.408 26.447 161.468 24.812 162.885 24.812C163.762 24.812 164.754 25.481 164.754 26.733C164.754 27.716 164.047 28.551 163.564 28.469C163.74 28.027 163.608 26.958 162.643 26.958C161.599 26.958 161.418 28.37 161.418 28.37H162.482V29.429H160.237C160.237 29.429 160.348 30.376 161.471 30.178C161.471 30.178 161.458 31.312 160.191 30.911C160.191 30.911 160.141 31.923 159.38 32.289C158.618 31.923 158.567 30.911 158.567 30.911ZM169.457 20.169H149.303V32.521H169.457V20.169Z" fill="white"/>
3
- <path d="M184.604 30.911C183.336 31.311 183.325 30.178 183.325 30.178C184.448 30.376 184.559 29.429 184.559 29.429H182.315V28.37H183.378C183.378 28.37 183.198 26.958 182.153 26.958C181.188 26.958 181.056 28.026 181.233 28.469C180.75 28.551 180.042 27.716 180.042 26.733C180.042 25.481 181.036 24.812 181.912 24.812C183.329 24.812 184.388 26.447 184.388 28.371H184.822C184.822 28.371 184.915 27.447 184.721 26.6C184.417 25.269 183.756 24.483 183.742 23.58C183.717 22.011 184.662 21.76 185.416 20.391C186.172 21.76 187.117 22.011 187.092 23.58C187.076 24.482 186.416 25.269 186.112 26.6C185.919 27.448 186.012 28.371 186.012 28.371H186.445C186.445 26.447 187.504 24.812 188.922 24.812C189.798 24.812 190.792 25.481 190.792 26.733C190.792 27.716 190.084 28.551 189.601 28.469C189.777 28.027 189.646 26.958 188.681 26.958C187.636 26.958 187.456 28.37 187.456 28.37H188.519V29.429H186.275C186.275 29.429 186.386 30.376 187.509 30.178C187.509 30.178 187.496 31.312 186.23 30.911C186.23 30.911 186.179 31.923 185.417 32.289C184.655 31.923 184.604 30.911 184.604 30.911ZM195.493 20.169H175.339V32.521H195.493V20.169Z" fill="white"/>
4
- <path d="M158.567 49.169C157.301 49.569 157.288 48.435 157.288 48.435C158.411 48.634 158.522 47.687 158.522 47.687H156.278V46.628H157.342C157.342 46.628 157.161 45.216 156.117 45.216C155.152 45.216 155.02 46.284 155.196 46.727C154.713 46.808 154.005 45.973 154.005 44.99C154.005 43.739 154.999 43.07 155.876 43.07C157.292 43.07 158.352 44.705 158.352 46.629H158.786C158.786 46.629 158.879 45.705 158.685 44.858C158.381 43.527 157.72 42.741 157.705 41.838C157.68 40.268 158.625 40.016 159.381 38.649C160.136 40.016 161.081 40.268 161.055 41.838C161.041 42.74 160.379 43.526 160.076 44.858C159.883 45.706 159.974 46.629 159.974 46.629H160.408C160.408 44.705 161.468 43.07 162.885 43.07C163.762 43.07 164.754 43.739 164.754 44.99C164.754 45.973 164.047 46.808 163.564 46.727C163.74 46.285 163.608 45.216 162.643 45.216C161.599 45.216 161.418 46.628 161.418 46.628H162.482V47.687H160.237C160.237 47.687 160.348 48.634 161.471 48.435C161.471 48.435 161.458 49.57 160.191 49.169C160.191 49.169 160.141 50.18 159.38 50.546C158.618 50.18 158.567 49.169 158.567 49.169ZM169.457 38.427H149.303V50.779H169.457V38.427Z" fill="white"/>
5
- <path d="M184.604 49.169C183.336 49.569 183.325 48.435 183.325 48.435C184.448 48.634 184.559 47.687 184.559 47.687H182.315V46.628H183.378C183.378 46.628 183.198 45.216 182.153 45.216C181.188 45.216 181.056 46.284 181.233 46.727C180.75 46.808 180.042 45.973 180.042 44.99C180.042 43.739 181.036 43.07 181.912 43.07C183.329 43.07 184.388 44.705 184.388 46.629H184.822C184.822 46.629 184.915 45.705 184.721 44.858C184.417 43.527 183.756 42.741 183.742 41.838C183.717 40.268 184.662 40.016 185.416 38.649C186.172 40.016 187.117 40.268 187.092 41.838C187.076 42.74 186.416 43.526 186.112 44.858C185.919 45.706 186.012 46.629 186.012 46.629H186.445C186.445 44.705 187.504 43.07 188.922 43.07C189.798 43.07 190.792 43.739 190.792 44.99C190.792 45.973 190.084 46.808 189.601 46.727C189.777 46.285 189.646 45.216 188.681 45.216C187.636 45.216 187.456 46.628 187.456 46.628H188.519V47.687H186.275C186.275 47.687 186.386 48.634 187.509 48.435C187.509 48.435 187.496 49.57 186.23 49.169C186.23 49.169 186.179 50.18 185.417 50.546C184.655 50.18 184.604 49.169 184.604 49.169ZM195.493 38.427H175.339V50.779H195.493V38.427Z" fill="white"/>
6
- <path d="M52.923 45.929L52.922 29.578H52.798C52.218 30.113 50.069 30.156 49.158 30.156H47.578V30.289C49.403 31.41 49.155 33.066 49.155 35.125L49.157 42.046C49.157 45.504 45.759 47.932 43.02 47.932C39.412 47.932 37.914 45.37 37.914 41.236V29.579H37.79C37.21 30.113 35.047 30.157 34.136 30.157H32.569V30.29C34.394 31.411 34.146 33.067 34.146 35.127V42.023C34.146 48.336 36.884 51.335 41.776 51.335C44.681 51.335 47.663 50.304 49.157 47.843V50.826H54.5V50.691C52.675 49.658 52.923 47.994 52.923 45.929Z" fill="white"/>
7
- <path d="M61.2089 37.185C61.7079 34.377 63.7819 32.594 66.5639 32.594C69.5519 32.594 71.4599 34.065 71.9159 37.185H61.2089ZM76.2749 39.792C76.4399 34.021 72.5799 29.667 66.9369 29.667C60.7529 29.667 56.5649 34.154 56.5649 40.377C56.5649 46.647 61.4169 51.423 68.4729 51.423C70.4239 51.423 72.4149 51.113 74.2009 50.314L76.2759 46.105H76.1499C74.2399 47.728 71.8349 48.497 69.3439 48.497C64.6549 48.497 61.1279 45.295 61.0449 39.793H76.2749V39.792Z" fill="white"/>
8
- <path d="M79.5669 20.081C80.5599 20.081 82.5889 20.019 83.2009 19.415H83.3239V47.731C84.4379 48.044 85.5929 48.266 86.7469 48.266C91.2819 48.266 93.8789 45.095 93.8789 40.674C93.8789 36.34 91.8589 32.991 87.6959 32.991C86.3769 32.991 85.3459 33.348 84.2319 33.974L86.4589 30.162C87.4059 29.804 88.3959 29.668 89.3859 29.668C94.0879 29.668 98.0859 33.75 98.0859 39.87C98.0859 46.882 93.3429 51.416 85.8399 51.416C83.0369 51.416 80.344 50.922 78.313 50.607V50.47C79.682 49.841 79.5579 48.356 79.5579 46.882V26.298C79.5579 24.231 79.8059 21.338 78.0229 20.214V20.081H79.5669Z" fill="white"/>
9
- <path d="M105.453 37.185C105.953 34.377 108.026 32.594 110.808 32.594C113.795 32.594 115.704 34.065 116.161 37.185H105.453ZM120.517 39.792C120.685 34.021 116.825 29.667 111.181 29.667C104.998 29.667 100.808 34.154 100.808 40.377C100.808 46.647 105.662 51.423 112.716 51.423C114.667 51.423 116.66 51.113 118.443 50.314L120.518 46.105H120.395C118.486 47.728 116.078 48.497 113.588 48.497C108.899 48.497 105.372 45.295 105.288 39.793H120.517V39.792Z" fill="white"/>
10
- <path d="M139.078 34.797H138.955C137.751 33.313 135.758 32.595 133.89 32.595C129.865 32.595 126.962 35.651 126.962 39.918C126.962 45.083 130.986 48.497 135.592 48.497C137.708 48.497 140.033 47.598 141.651 46.296H141.776L139.617 50.536C137.874 51.247 135.966 51.424 134.138 51.424C127.749 51.424 122.754 46.925 122.754 41.086C122.754 33.359 128.33 29.668 134.595 29.668C136.09 29.668 137.625 29.844 139.077 30.199V34.797H139.078Z" fill="white"/>
11
- <path fill-rule="evenodd" clip-rule="evenodd" d="M71.097 25.961C71.097 23.873 71.097 21.468 71.097 21.468C68.377 22.687 65.853 24.967 64.166 27.185V28.935C68.203 26.214 71.097 26.088 71.097 25.961Z" fill="white"/>
12
- <path d="M15.489 48.334C9.22298 48.334 4.86398 41.264 4.86398 35.258C4.86398 35.197 4.86398 34.642 4.86498 34.582C4.94298 28.763 8.70998 23.306 15.282 23.306C22.198 23.306 25.765 29.849 25.823 36.049C25.823 36.099 25.823 36.645 25.823 36.695C25.824 43.301 21.715 48.334 15.489 48.334ZM36.969 55.206C32.342 55.963 27.894 54.505 23.167 49.097C27.733 46.805 30.556 41.099 30.556 35.796C30.556 35.742 30.555 35.192 30.555 35.137C30.473 26.063 23.657 20.072 15.53 20.072C7.38798 20.072 0.192981 26.308 0.131981 35.453C0.131981 35.494 0.130981 36.026 0.130981 36.065C0.130981 44.962 6.73098 51.568 14.825 51.568C15.988 51.568 17.107 51.388 18.228 51.118C23.529 56.083 28.253 58.197 32.336 57.705C34.273 57.472 36.318 56.703 37.547 55.106L36.969 55.206Z" fill="white"/>
1
+ <svg width="200" height="40" viewBox="0 0 200 40" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M85.0128 0.399994C84.3855 1.01782 82.3097 1.08071 81.2932 1.08071L79.7132 1.08072V1.21686C81.3448 2.24339 81.3146 4.71522 81.2899 6.73707V6.73733V6.73759C81.287 6.97704 81.2841 7.21017 81.2841 7.43384V28.4703C81.2841 28.5858 81.2849 28.7014 81.2856 28.8166C81.2945 30.2045 81.3031 31.5441 80.0096 32.1376V32.2768C80.2742 32.3177 80.5498 32.3616 80.8352 32.407L80.8353 32.407L80.8353 32.407C82.7921 32.7186 85.2089 33.1035 87.7129 33.1035C95.3929 33.1035 100.247 28.4703 100.247 21.3033C100.247 15.0497 96.1553 10.878 91.3428 10.878C90.3297 10.878 89.3166 11.0163 88.3472 11.3825L86.0677 15.2785C87.2081 14.6392 88.263 14.2742 89.6135 14.2742C93.8746 14.2742 95.9418 17.6968 95.9418 22.1262C95.9418 26.6436 93.2831 29.8843 88.6423 29.8843C87.4609 29.8843 86.2792 29.6577 85.1392 29.338V0.399994H85.0128ZM37.6998 36.9735C32.9638 37.7468 28.4124 36.2571 23.5745 30.7308C28.2471 28.3881 31.137 22.5569 31.137 17.1392L31.1361 16.4658C31.052 7.19336 24.0763 1.07044 15.7596 1.07044C7.42701 1.07044 0.0634272 7.44279 0.00129648 16.7889L0 17.4149C0 26.5064 6.7548 33.2566 15.0378 33.2566C16.2273 33.2566 17.3733 33.0718 18.5201 32.7969C23.9456 37.8708 28.7804 40.0313 32.9586 39.529C34.9402 39.2907 37.0341 38.5046 38.2918 36.8731L37.6998 36.9735ZM15.7163 29.9507C9.30316 29.9507 4.84238 22.7267 4.84238 16.5896C4.84238 16.5271 4.84238 15.9597 4.84368 15.899C4.92307 9.95269 8.77808 4.37559 15.5048 4.37559C22.5828 4.37559 26.2338 11.0624 26.2929 17.3973V18.0573C26.2929 24.8087 22.0879 29.9507 15.7163 29.9507ZM54.0289 27.4954L54.0284 10.789H53.9011C53.3069 11.3351 51.107 11.3795 50.175 11.3795H48.5576V11.5148C50.2213 12.5356 50.2017 13.9894 50.1775 15.782C50.1745 16.0022 50.1715 16.2275 50.1715 16.4577L50.1728 23.529C50.1728 27.0616 46.6952 29.5432 43.8907 29.5432C40.1973 29.5432 38.6641 26.925 38.6641 22.701V10.789H38.5373C37.9431 11.3351 35.7294 11.38 34.7968 11.38H33.1933V11.5156C34.8575 12.5362 34.8378 13.9903 34.8137 15.7824C34.8107 16.0025 34.8076 16.2276 34.8076 16.4577V23.5036C34.8076 29.9541 37.6104 33.0185 42.6177 33.0185C45.5909 33.0185 48.6435 31.9657 50.1728 29.4505V32.499H55.6428V32.3616C53.9794 31.4211 53.9988 29.9695 54.0229 28.1716C54.0258 27.9513 54.0289 27.7258 54.0289 27.4954ZM68.3697 10.8766C74.1447 10.8766 78.0951 15.3254 77.9264 21.2222L62.3385 21.2222C62.4239 26.845 66.0338 30.1173 70.8325 30.1173C73.3815 30.1173 75.8433 29.3332 77.7978 27.6738H77.9264L75.8028 31.9749C73.9756 32.7917 71.9374 33.1083 69.9411 33.1083C62.7199 33.1083 57.7543 28.2287 57.7543 21.821C57.7543 15.4616 62.0412 10.8766 68.3697 10.8766ZM67.9876 13.8676C65.1409 13.8676 63.0181 15.6896 62.5073 18.5584H73.4653C72.9989 15.37 71.0453 13.8676 67.9876 13.8676ZM72.6302 7.0871V2.49429C69.8431 3.74084 67.2569 6.07107 65.5277 8.33795V10.1274C68.8078 7.92214 71.3515 7.38438 72.2645 7.19136C72.503 7.14094 72.6302 7.11404 72.6302 7.0871ZM123.205 21.2222C123.377 15.3254 119.426 10.8766 113.65 10.8766C107.322 10.8766 103.034 15.4616 103.034 21.821C103.034 28.2287 108.002 33.1083 115.221 33.1083C117.218 33.1083 119.258 32.7917 121.082 31.9749L123.205 27.6738H123.079C121.125 29.3332 118.661 30.1173 116.113 30.1173C111.314 30.1173 107.704 26.845 107.619 21.2222L123.205 21.2222ZM107.788 18.5584C108.299 15.6896 110.421 13.8676 113.268 13.8676C116.326 13.8676 118.279 15.37 118.747 18.5584H107.788ZM142.071 16.1208H142.197V11.4235C140.712 11.0599 139.14 10.8803 137.61 10.8803C131.199 10.8803 125.492 14.6519 125.492 22.5462C125.492 28.5129 130.604 33.109 137.142 33.109C139.013 33.109 140.966 32.9285 142.75 32.2023L144.959 27.8694H144.831C143.175 29.2 140.796 30.1187 138.63 30.1187C133.916 30.1187 129.798 26.6297 129.798 21.3526C129.798 16.993 132.768 13.8706 136.888 13.8706C138.799 13.8706 140.839 14.6046 142.071 16.1208Z" fill="white"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M179.299 1.08633H200V13.7535H179.299V1.08633ZM187.501 11.3508C187.501 11.3508 187.514 12.514 188.814 12.1026C188.814 12.1026 188.867 13.1408 189.649 13.5164C190.429 13.1408 190.482 12.1026 190.482 12.1026C191.783 12.514 191.798 11.3508 191.798 11.3508C190.641 11.5546 190.528 10.5832 190.528 10.5832H192.834V9.49754H191.742C191.742 9.49754 191.928 8.04877 192.999 8.04877C193.99 8.04877 194.127 9.14428 193.946 9.59835C194.441 9.68235 195.168 8.82592 195.168 7.81785C195.168 6.53409 194.148 5.84826 193.247 5.84826C191.793 5.84826 190.704 7.52406 190.704 9.49754H190.259C190.259 9.49754 190.165 8.54936 190.363 7.68001C190.506 7.05183 190.727 6.54194 190.926 6.08434C191.159 5.54775 191.36 5.08306 191.368 4.58387C191.387 3.54202 190.985 3.0664 190.489 2.47965C190.219 2.16022 189.922 1.80785 189.649 1.31325C189.375 1.80729 189.078 2.15942 188.809 2.47856C188.313 3.06582 187.911 3.54138 187.927 4.58387C187.936 5.08354 188.138 5.54864 188.371 6.08587L188.371 6.08589C188.57 6.5431 188.791 7.05255 188.935 7.68001C189.134 8.54935 189.037 9.49754 189.037 9.49754H188.594C188.594 7.52406 187.504 5.84826 186.05 5.84826C185.15 5.84826 184.129 6.53408 184.129 7.81785C184.129 8.82593 184.856 9.68235 185.352 9.59835C185.172 9.14428 185.308 8.04877 186.297 8.04877C187.37 8.04877 187.554 9.49754 187.554 9.49754H186.463V10.5832H188.768C188.768 10.5832 188.654 11.5546 187.501 11.3508ZM152.557 1.08645H173.258V13.7536H152.557V1.08645ZM160.759 11.351C160.759 11.351 160.772 12.5141 162.073 12.1027H162.073C162.073 12.1027 162.124 13.1409 162.906 13.5166C163.689 13.1409 163.741 12.1027 163.741 12.1027C165.04 12.5141 165.055 11.351 165.055 11.351C163.901 11.5547 163.787 10.5833 163.787 10.5833H166.092V9.49766H164.999C164.999 9.49766 165.185 8.04888 166.256 8.04888C167.247 8.04888 167.384 9.1444 167.203 9.59846C167.699 9.68246 168.425 8.82604 168.425 7.81797C168.425 6.53421 167.406 5.84837 166.504 5.84837C165.05 5.84837 163.961 7.52418 163.961 9.49766H163.518C163.518 9.49766 163.422 8.54948 163.62 7.68013C163.764 7.05275 163.985 6.54335 164.183 6.0862C164.416 5.54888 164.618 5.08372 164.627 4.58399C164.644 3.54124 164.243 3.0657 163.746 2.47825C163.477 2.15922 163.179 1.80718 162.906 1.31337C162.633 1.80762 162.336 2.15984 162.066 2.4791C161.57 3.06616 161.169 3.54175 161.187 4.58399C161.194 5.08365 161.396 5.54875 161.629 6.08597L161.629 6.08597C161.828 6.54319 162.049 7.05265 162.192 7.68013C162.391 8.54947 162.297 9.49766 162.297 9.49766H161.85C161.85 7.52418 160.761 5.84837 159.307 5.84837C158.407 5.84837 157.387 6.5342 157.387 7.81797C157.387 8.82605 158.114 9.68246 158.609 9.59846C158.429 9.1444 158.565 8.04888 159.556 8.04888C160.627 8.04888 160.814 9.49766 160.814 9.49766H159.72V10.5833H162.025C162.025 10.5833 161.913 11.5547 160.759 11.351ZM173.258 19.811H152.557V32.4777H173.258V19.811ZM162.073 30.8268C160.772 31.2374 160.759 30.0747 160.759 30.0747C161.912 30.2789 162.025 29.3065 162.025 29.3065H159.72V28.2214H160.814C160.814 28.2214 160.627 26.773 159.555 26.773C158.565 26.773 158.429 27.869 158.609 28.3226C158.114 28.4049 157.387 27.5498 157.387 26.5413C157.387 25.2583 158.406 24.5717 159.307 24.5717C160.761 24.5717 161.85 26.2479 161.85 28.2214H162.296C162.296 28.2214 162.391 27.2736 162.192 26.4047C162.049 25.7772 161.828 25.2677 161.629 24.8104C161.396 24.2731 161.194 23.8078 161.187 23.3081C161.169 22.2642 161.571 21.7881 162.067 21.2006C162.336 20.8816 162.633 20.5297 162.906 20.0362C163.179 20.5293 163.476 20.8809 163.745 21.1997C164.242 21.7877 164.644 22.2637 164.627 23.3081C164.618 23.8079 164.416 24.2732 164.183 24.8107C163.985 25.2679 163.764 25.7774 163.62 26.4047C163.422 27.2736 163.517 28.2214 163.517 28.2214H163.961C163.961 26.2479 165.05 24.5717 166.504 24.5717C167.406 24.5717 168.425 25.2583 168.425 26.5413C168.425 27.5498 167.699 28.4049 167.203 28.3226C167.384 27.869 167.247 26.773 166.256 26.773C165.185 26.773 164.999 28.2214 164.999 28.2214H166.092V29.3065H163.787C163.787 29.3065 163.901 30.2789 165.055 30.0747C165.055 30.0747 165.04 31.2374 163.741 30.8268C163.741 30.8268 163.689 31.8638 162.906 32.239C162.127 31.8652 162.074 30.8345 162.073 30.8269L162.073 30.8268ZM200 19.811H179.299V32.4777H200V19.811ZM188.814 30.8268C187.514 31.2374 187.5 30.0747 187.5 30.0747C188.654 30.2789 188.768 29.3065 188.768 29.3065H186.463V28.2214H187.554C187.554 28.2214 187.37 26.773 186.297 26.773C185.307 26.773 185.172 27.869 185.352 28.3226C184.856 28.4049 184.129 27.5498 184.129 26.5413C184.129 25.2583 185.149 24.5717 186.05 24.5717C187.504 24.5717 188.594 26.2479 188.594 28.2214H189.037C189.037 28.2214 189.133 27.2736 188.935 26.4047C188.791 25.7773 188.569 25.2677 188.371 24.8105C188.138 24.2731 187.936 23.8078 187.927 23.3081C187.911 22.264 188.313 21.7879 188.809 21.2002C189.079 20.8813 189.376 20.5295 189.649 20.0362C189.921 20.53 190.219 20.8821 190.488 21.2013C190.984 21.7885 191.386 22.2646 191.368 23.3081C191.36 23.8073 191.159 24.2722 190.926 24.8089C190.727 25.2666 190.506 25.7766 190.363 26.4047C190.165 27.2736 190.259 28.2214 190.259 28.2214H190.704C190.704 26.2479 191.793 24.5717 193.247 24.5717C194.148 24.5717 195.168 25.2583 195.168 26.5413C195.168 27.5498 194.441 28.4049 193.946 28.3226C194.127 27.869 193.989 26.773 192.999 26.773C191.928 26.773 191.742 28.2214 191.742 28.2214H192.834V29.3065H190.527C190.527 29.3065 190.641 30.2789 191.798 30.0747C191.798 30.0747 191.783 31.2374 190.482 30.8268C190.482 30.8268 190.429 31.8638 189.649 32.239C188.867 31.8638 188.814 30.8268 188.814 30.8268Z" fill="white"/>
13
4
  </svg>