@conduction/theme 1.0.43 → 1.0.44

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 (57) hide show
  1. package/README.md +4 -0
  2. package/conduction-design-tokens/dist/design-tokens.css +1 -1
  3. package/conduction-design-tokens/dist/index.js +1 -1
  4. package/conduction-design-tokens/dist/index.less +1 -1
  5. package/conduction-design-tokens/dist/index.scss +1 -1
  6. package/municipalities/dimpact-design-tokens/dist/design-tokens.css +1 -1
  7. package/municipalities/dimpact-design-tokens/dist/index.js +1 -1
  8. package/municipalities/dimpact-design-tokens/dist/index.less +1 -1
  9. package/municipalities/dimpact-design-tokens/dist/index.scss +1 -1
  10. package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +1 -1
  11. package/municipalities/dinkelland-design-tokens/dist/index.js +1 -1
  12. package/municipalities/dinkelland-design-tokens/dist/index.less +1 -1
  13. package/municipalities/dinkelland-design-tokens/dist/index.scss +1 -1
  14. package/municipalities/epe-design-tokens/dist/design-tokens.css +4 -4
  15. package/municipalities/epe-design-tokens/dist/index.js +4 -4
  16. package/municipalities/epe-design-tokens/dist/index.json +6 -6
  17. package/municipalities/epe-design-tokens/dist/index.less +4 -4
  18. package/municipalities/epe-design-tokens/dist/index.scss +4 -4
  19. package/municipalities/epe-design-tokens/dist/tokens.json +6 -6
  20. package/municipalities/epe-design-tokens/src/component/conduction/card-header.tokens.json +2 -2
  21. package/municipalities/epe-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +1 -1
  22. package/municipalities/leiden-design-tokens/dist/design-tokens.css +1 -1
  23. package/municipalities/leiden-design-tokens/dist/index.js +1 -1
  24. package/municipalities/leiden-design-tokens/dist/index.less +1 -1
  25. package/municipalities/leiden-design-tokens/dist/index.scss +1 -1
  26. package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +13 -12
  27. package/municipalities/noaberkracht-design-tokens/dist/index.js +43 -42
  28. package/municipalities/noaberkracht-design-tokens/dist/index.json +71 -52
  29. package/municipalities/noaberkracht-design-tokens/dist/index.less +13 -12
  30. package/municipalities/noaberkracht-design-tokens/dist/index.scss +13 -12
  31. package/municipalities/noaberkracht-design-tokens/dist/tokens.json +71 -52
  32. package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/font-size.tokens.json +12 -11
  33. package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +2 -1
  34. package/municipalities/noordwijk-design-tokens/dist/index.js +2 -1
  35. package/municipalities/noordwijk-design-tokens/dist/index.json +23 -0
  36. package/municipalities/noordwijk-design-tokens/dist/index.less +2 -1
  37. package/municipalities/noordwijk-design-tokens/dist/index.scss +2 -1
  38. package/municipalities/noordwijk-design-tokens/dist/tokens.json +23 -1
  39. package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/color.tokens.json +3 -3
  40. package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +1 -1
  41. package/municipalities/open-webconcept-design-tokens/dist/design-tokens.css +1 -1
  42. package/municipalities/open-webconcept-design-tokens/dist/index.js +1 -1
  43. package/municipalities/open-webconcept-design-tokens/dist/index.less +1 -1
  44. package/municipalities/open-webconcept-design-tokens/dist/index.scss +1 -1
  45. package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +1 -1
  46. package/municipalities/rotterdam-design-tokens/dist/index.js +1 -1
  47. package/municipalities/rotterdam-design-tokens/dist/index.less +1 -1
  48. package/municipalities/rotterdam-design-tokens/dist/index.scss +1 -1
  49. package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +1 -1
  50. package/municipalities/tubbergen-design-tokens/dist/index.js +1 -1
  51. package/municipalities/tubbergen-design-tokens/dist/index.less +1 -1
  52. package/municipalities/tubbergen-design-tokens/dist/index.scss +1 -1
  53. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +1 -1
  54. package/municipalities/xxllnc-design-tokens/dist/index.js +1 -1
  55. package/municipalities/xxllnc-design-tokens/dist/index.less +1 -1
  56. package/municipalities/xxllnc-design-tokens/dist/index.scss +1 -1
  57. package/package.json +1 -1
package/README.md CHANGED
@@ -6,6 +6,10 @@ Conduction's design tokens theme
6
6
 
7
7
  - **Version 1**
8
8
 
9
+ - 1.0.44:
10
+ - Updated card-header border bottom and logo with in Epe theme.
11
+ - Updated font-sizes in Noaberkracht theme.
12
+ - Added table row hover color in Noordwijk theme.
9
13
  - 1.0.43: Updated breadcrumb tokens and added navigation tokens to all themes.
10
14
  - 1.0.42: Added Utrecht Separator tokens to all themes.
11
15
  - 1.0.41: Added Dimpact theme.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 04 Oct 2023 14:26:30 GMT
3
+ * Generated on Fri, 06 Oct 2023 12:29:20 GMT
4
4
  */
5
5
 
6
6
  .conduction-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 04 Oct 2023 14:26:29 GMT
3
+ * Generated on Fri, 06 Oct 2023 12:29:20 GMT
4
4
  */
5
5
 
6
6
  export const conductionColorPrimary = "#4376fc";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 04 Oct 2023 14:26:30 GMT
3
+ // Generated on Fri, 06 Oct 2023 12:29:20 GMT
4
4
 
5
5
  @utrecht-paragraph-margin-block-end: 0;
6
6
  @utrecht-paragraph-margin-block-start: 0;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 04 Oct 2023 14:26:30 GMT
3
+ // Generated on Fri, 06 Oct 2023 12:29:20 GMT
4
4
 
5
5
  $utrecht-paragraph-margin-block-end: 0;
6
6
  $utrecht-paragraph-margin-block-start: 0;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 04 Oct 2023 14:28:02 GMT
3
+ * Generated on Fri, 06 Oct 2023 12:30:38 GMT
4
4
  */
5
5
 
6
6
  .dimpact-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 04 Oct 2023 14:28:01 GMT
3
+ * Generated on Fri, 06 Oct 2023 12:30:38 GMT
4
4
  */
5
5
 
6
6
  export const dimpactColorPrimary = "#00377a";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 04 Oct 2023 14:28:02 GMT
3
+ // Generated on Fri, 06 Oct 2023 12:30:38 GMT
4
4
 
5
5
  @conduction-tabs-tab-list-border-bottom-style: solid;
6
6
  @conduction-tabs-tab-list-margin-block-end: 0px;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 04 Oct 2023 14:28:02 GMT
3
+ // Generated on Fri, 06 Oct 2023 12:30:38 GMT
4
4
 
5
5
  $conduction-tabs-tab-list-border-bottom-style: solid;
6
6
  $conduction-tabs-tab-list-margin-block-end: 0px;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 04 Oct 2023 14:27:05 GMT
3
+ * Generated on Fri, 06 Oct 2023 12:29:49 GMT
4
4
  */
5
5
 
6
6
  .dinkelland-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 04 Oct 2023 14:27:05 GMT
3
+ * Generated on Fri, 06 Oct 2023 12:29:49 GMT
4
4
  */
5
5
 
6
6
  export const dinkellandColorPrimary = "#006cb9";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 04 Oct 2023 14:27:05 GMT
3
+ // Generated on Fri, 06 Oct 2023 12:29:49 GMT
4
4
 
5
5
  @conduction-tabs-scroll-button-border-style: solid;
6
6
  @conduction-tabs-tab-panel-border-top: 0;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 04 Oct 2023 14:27:05 GMT
3
+ // Generated on Fri, 06 Oct 2023 12:29:49 GMT
4
4
 
5
5
  $conduction-tabs-scroll-button-border-style: solid;
6
6
  $conduction-tabs-tab-panel-border-top: 0;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 04 Oct 2023 14:27:14 GMT
3
+ * Generated on Fri, 06 Oct 2023 12:29:56 GMT
4
4
  */
5
5
 
6
6
  .epe-theme {
@@ -43,8 +43,9 @@
43
43
  --conduction-primary-top-nav-current-background-color: unset;
44
44
  --conduction-card-wrapper-border-radius: 0px;
45
45
  --conduction-card-header-hover-border-bottom-style: solid;
46
- --conduction-card-header-hover-border-bottom-width: 1.6px;
46
+ --conduction-card-header-hover-border-bottom-width: 1,6px;
47
47
  --conduction-card-header-border-bottom-style: solid;
48
+ --conduction-card-header-border-bottom-width: 1,6px;
48
49
  --utrecht-separator-margin-block-start: 0px;
49
50
  --utrecht-separator-margin-block-end: 0px;
50
51
  --utrecht-paragraph-margin-block-end: 0;
@@ -81,7 +82,7 @@
81
82
  --utrecht-table-caption-font-style: italic;
82
83
  --utrecht-table-header-text-transform: unset;
83
84
  --utrecht-table-header-border-block-end-width: 5px;
84
- --utrecht-page-header-logo-max-width: 100px;
85
+ --utrecht-page-header-logo-max-width: 155px;
85
86
  --utrecht-page-footer-padding-block-end: 200px;
86
87
  --utrecht-page-footer-background-image: url("data:image/svg+xml,%3Csvg id='eHZsFqTy0zM1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 1680 727' shape-rendering='geometricPrecision' text-rendering='geometricPrecision'%3E%3Crect width='1680' height='629.500004' rx='0' ry='0' transform='translate(.000001 0)' fill='%2300549e' stroke-width='0'/%3E%3Crect width='1680' height='87' rx='0' ry='0' transform='translate(0 640)' fill='%23002e57' stroke-width='0'/%3E%3Cpath d='M1652.1,82.4923c-12.95-.0847-15.71-.4571-17.6-.7143-1.41-.2052-2.89-.2887-4.37-.2459c0-.0132,0-.0266,0-.0398c0-.0169,0-.0338.02-.05.26-.3469-.36-.5285-.98-.6571-.72-.151-1.11.0714-1.42.2928-.22.1646-.46.3222-.73.4715-8.47.0398-16.79.0326-24.76.0071-.27-.1164-.52-.2446-.73-.3826-.62-.4357-1.27-.4602-2.49-.1572-.62.1506-1.2.3265-1.75.5255h-1.89c-3.77-.0092-7.39-.0183-10.89-.0245-.03-.0246-.06-.0502-.09-.0765-.04-.0537-.11-.1023-.21-.1418-.56-.2245-1.1-.0959-1.65.0347-.2.0517-.41.0955-.63.1306l-.17.0255-.19.0275h-3.8c-.35-.1524-.62-.34-.78-.5469-.11-.1035-.3-.187-.54-.237-.23-.05-.5-.0636-.76-.0385-.28.2606-.33.5573-.15.8337-2.46.0071-4.76.0285-6.97.053-.42-.102-.84-.1949-1.26-.2908-.49-.1133-.98-.2255-1.47-.3418-.56-.1317-1.32-.25-1.64-.0572-1.42.8459-2.85.5561-4.25.2715-.57-.1327-1.18-.2254-1.81-.2745l-.26-.0143c-.39-.0487-.8-.0597-1.2-.032-.41.0277-.79.0933-1.12.1922-.68.2398-.29.4153.1.5908.08.0367.16.0724.23.1102.35.1898.47.4398-.14.5326-.38.0495-.77.0723-1.16.0674-.15,0-.29,0-.44.0071-.23-.0103-.46-.0419-.66-.0929-.21-.051-.38-.1202-.52-.203-.17-.1178-.3-.2426-.41-.3724-.34-.3776-.61-.6684-1.53.2357-.19.1938-.54.102-.74-.0388-.1-.066-.18-.1341-.25-.2041l-.1-.0826c-2.5.6122-3.95.2326-5.02-.8112-.16-.1612-.89.2898-1.12.5469-.06.0865-.11.1757-.14.2663-.11.2694-.22.5469-1.11.4918-.9-.0551-1.12-.4867-1.15-.8652-.02-.3113-.12-.6123-1.14-.4929-1.35.1083-2.73.0136-3.94-.2683-1.06-.1559-2.22-.145-3.27.0306-1.05.1809-2.21.1864-3.27.0153-.41.4077-1.09.7545-1.94.9979-.76.22-1.37.5229-1.78.8785-10.38-.0959-20.27-.2938-30.28-.4928-22.14-.4418-44.85-.8949-74.64-.2969l.42.2041c-10.6.2969-21.85.2469-32.94.0673v-.5571l-6.71.1224c-2.64.049-5.31.102-7.99.1459l-6.19-.1469c-1.71-.0415-3.4-.082-5.08-.1214v.45c-16.98.2581-34.56.3938-50.97.0398l.56-.2041c-33.33-.5102-39.1-.2551-47.17.102-10.02.4467-20.1.6735-30.17.6796-.43-.3653-15.53-.6224-31.01-.8857-16.34-.2786-33.11-.5633-33.53-.9908-1.41.1722-2.9.1676-4.3-.0133-1.39-.1749-2.86-.1851-4.26-.0296-1.63.2844-3.4.3769-5.13.2684-1.33-.1153-1.47.1816-1.49.4929-.02.3785-.34.8081-1.51.8652-1.17.0572-1.3-.2193-1.44-.4887-.04-.093-.1-.1835-.19-.2694-.3-.2571-1.24-.7082-1.45-.5469-1.4,1.0438-3.29,1.4285-6.57.8163l-.1.0694c-.11.0742-.22.1455-.35.2132-.26.147-.7.2327-.97.0388-1.2-.9061-1.55-.6122-2-.2326-.14.1315-.32.2555-.52.3693-.42.1768-.97.2819-1.55.2959h-.58c-.51.0016-1.01-.0224-1.51-.0714-.79-.0928-.65-.3428-.18-.5326.09-.0378.2-.0755.31-.1133.5-.1745,1-.349.12-.5877-.93-.2036-2.01-.2601-3.03-.1602l-.35.0143c-.81.0477-1.6.1399-2.35.2744-1.83.2847-3.7.5745-5.55-.2714-.43-.1969-1.41-.0786-2.15.0572-.59.102-1.19.2122-1.78.3163-.6.104-1.19.2092-1.78.3163-2.89-.0245-5.9-.0459-9.1-.0531.12-.1361.16-.2823.13-.427-.04-.1448-.15-.284-.33-.4066-.31-.0299-.64-.0198-.94.029s-.56.1344-.76.2465c-.22.2193-.58.4091-1.02.551-1.59,0-3.31,0-4.96,0l-.47-.0531c-.28-.0355-.56-.0795-.83-.1316-.32-.0919-.69-.1439-1.07-.1503-.38-.0065-.76.0328-1.09.1136-.11.0371-.2.0853-.27.1408-.03.0284-.07.0554-.12.0806-4.58.0061-9.33.0153-14.26.0245h-2.43c-.73-.2041-1.5-.3799-2.29-.5255-1.58-.3061-2.44-.2786-3.24.1541-.27.1362-.58.2593-.91.3673l-.05.0184c-10.41.0255-21.28.0326-32.34,0-.34-.1501-.65-.3089-.95-.4755-.17-.1392-.46-.2457-.8-.2996-.34-.054-.72-.0516-1.05.0067-.82.1286-1.62.3061-1.27.6571.01.016.02.033.01.05c0,.0136.01.0271.02.0398-8.58-.0398-17.17-.102-25.65-.2398l-9.16.0898c-15.206-.2112-22.757.8163-35.59.7714-.234-.1214-.439-.251-.651-.3806-.213-.1295-.434-.2653-.67-.3908-.083-.0445-.161-.0908-.233-.1387-.111-.1107-.301-.2029-.541-.263s-.517-.0848-.792-.0707c-.267.0129-.519.0596-.726.1342-.207.0747-.36.1741-.44.2862-.052.0449-.105.0908-.164.1337-.156.1122-.315.2255-.466.3377-.152.1123-.32.2255-.467.3378l-4.153-.0082c-2.555-.0048-5.073-.0092-7.556-.0133.028-.0265.045-.0489.063-.0704.026-.0373.06-.0735.101-.1081.592-.5-1.419-1.1653-3.323-1.4286-.681-.1107-1.421-.1334-2.13-.0656-.71.0678-1.361.2234-1.874.4483-.445.1364-.804.3196-1.045.5327s-.355.4492-.332.6866c-1.192,0-2.333,0-3.5-.0071h-.144c-.056-.0065-.11-.0157-.161-.0276-.062-.0097-.126-.0152-.192-.0163-1.343.0879-2.711-.0606-3.804-.4129-1.093-.3522-1.823-.8796-2.029-1.4666-.247-.4082-.6-.7623-1.904-.6796-1.584.102-1.045.4653-.609.7612.042.0296.086.0582.124.0857.037.0276.079.0551.121.0816.352.2378.7.4735,0,.698-.36.107-.769.1779-1.199.2076-.429.0296-.869.0173-1.286-.0362-1.261-.24-2.573-.4266-3.915-.5571-3.099-.35-6.209-.702-6.891-2.0775-.116-.2316-1.362-.7786-1.969-.4214-.564.2964-1.197.5666-1.888.8061-1.085.4081-2.121.7928-2.125,1.1816c0,1.4377-2.485,1.4081-5.201,1.3754l-.665-.0071c-.406-.0249-.82-.0117-1.214.0388-.393.0505-.758.1371-1.068.2541-5.834-.0715-11.667,1.0265-17.559.8877l-2.002.0643-.116-.0164c-.05-.0087-.102-.0152-.154-.0193-.695-.0809-1.373-.1877-2.026-.3194-1.139-.2506-2.388-.3911-3.663-.4123-2.028.0072-3.176-.0387-3.71-.7285-.29-.3275-.667-.6389-1.125-.9275-.76-.4251-1.231-.9349-1.36-1.4714c0-.2572-.912-.4857-1.888-.5357-.298-.0285-.609-.0132-.885.0437s-.501.1519-.641.2705c-.207.2837-.548.5454-1,.7683-.452.2228-1.005.4021-1.624.5262s-1.291.1905-1.972.1948-1.357-.0536-1.984-.1699c-.415-.0375-.846-.0262-1.248.0327-.402.059-.761.1635-1.041.303-.534.2429-1.453.5429-2.125.4286-3.519-.5929-5.53-.046-7.966.7295-1.503.4786-1.736.0898-4.07.0898h-68.833l-8.33-.0479c-47.203-.598-83.207-.1449-118.277.2969-15.866.2041-31.546.3969-47.973.4929-.761-.3905-1.731-.6927-2.823-.8796-1.218-.2012-2.285-.5463-3.08-.9969-1.706.1705-3.48.1652-5.18-.0153-1.709-.1761-3.485-.1866-5.204-.0307-2.007.2873-4.133.3789-6.23.2684-1.61-.1153-1.773.1816-1.796.4929.013.1093-.024.2187-.109.3217-.085.1031-.216.1977-.385.2783-.17.0806-.374.1456-.602.1911s-.474.0708-.724.0741c-1.424.0551-1.587-.2204-1.75-.4897-.051-.0935-.13-.1837-.234-.2684-.373-.2571-1.516-.7081-1.773-.5469-1.703,1.0438-3.99,1.4285-7.957.8163-.061.0249-.115.0526-.163.0826-.116.0739-.249.1423-.397.2041-.326.1469-.863.2327-1.166.0388-1.47-.9051-1.89-.6122-2.427-.2347-.182.1351-.401.2598-.653.3714-.534.1839-1.188.2877-1.867.2959-.233,0-.467,0-.7,0-.618.0011-1.235-.0228-1.843-.0714-.934-.0929-.77-.3429-.21-.5326.116-.0378.233-.0756.373-.1133.607-.1735,1.213-.349.14-.5877-1.161-.2047-2.432-.2603-3.663-.1602l-.42.0142c-.969.0471-1.923.1391-2.847.2745-2.24.2847-4.503.5745-6.743-.2714-.514-.1929-1.704-.0745-2.614.0571-.793.1204-1.61.2378-2.426.3562-.63.0911-1.26.1833-1.89.2765-3.5-.0245-7.164-.0459-11.06-.0531.151-.1337.21-.2839.168-.4321-.041-.1481-.181-.2877-.402-.4015-.367-.0323-.748-.0239-1.106.0242s-.684.1344-.947.2513c-.291.229-.718.4194-1.237.551-1.936,0-4.013,0-6.02,0-.14-.0102-.28-.0245-.42-.0388l-.14-.0143c-.34-.0346-.675-.0782-1.003-.1306-.405-.0931-.852-.1446-1.309-.1506s-.911.0336-1.328.1159c-.233.0582-.303.1469-.466.2184l-20.23.0285c-.904-.2044-1.839-.38-2.8-.5255-1.914-.3061-2.964-.2785-3.92.1572-.362.1429-.752.271-1.167.3826-12.623.0255-25.807.0327-39.223,0-.41-.1486-.799-.3074-1.167-.4755-.254-.1463-.608-.2534-1.011-.3061-.402-.0526-.833-.048-1.229.0133-1.003.1286-1.96.3061-1.54.6571.023.0143,0,.0306.023.0459v.0439c-10.383-.0398-20.836-.102-31.103-.2398c15.493.2327,28.957,1.0612-3.687,1.201-18.456-.2143-35.046-.2969-50.61-.3357-.56-.25-1.026-.5255-1.61-.7755-.093-.0449-.186-.0939-.28-.1428-.165-.1179-.405-.212-.691-.2706-.287-.0586-.606-.0791-.919-.059-.3.0043-.592.0462-.84.1207s-.442.1785-.56.2997c-.07.0449-.14.0908-.21.1336-.373.2255-.77.451-1.166.6755-4.823-.0075-9.559-.0146-14.21-.0214.038-.0227.069-.0474.093-.0735.023-.0306.07-.0622.117-.102.723-.5-1.727-1.1653-4.037-1.4285-.82-.1123-1.689-.1361-2.534-.0695s-1.641.2218-2.319.4521c-1.354.4224-1.75.8224-1.657,1.2194-1.47,0-2.847,0-4.293-.0072h-.117c-.14,0-.257-.0326-.42-.0326-4.947.0071-6.37-.8684-7.093-1.8796-.036-.1138-.127-.2231-.266-.3206s-.324-.1811-.542-.2452c-.218-.0642-.464-.1075-.723-.1271s-.525-.015-.779.0134c-1.914.102-1.284.4652-.747.7612.047.0295.117.0581.163.0857l.14.0826c.42.2367.84.4725,0,.6969-.919.2193-1.993.2804-3.01.1715-1.549-.2427-3.141-.429-4.76-.5572-3.756-.35-7.536-.702-8.353-2.0775-.14-.2316-1.657-.7785-2.403-.4214-.698.3027-1.464.5738-2.287.8092-1.307.4081-2.567.7928-2.567,1.1785c0,1.4377-3.01,1.4082-6.3,1.3755l-.816-.0071c-.977-.0544-1.965.0498-2.777.2928-7.07-.0714-14.163-.1643-21.303-.3061l-2.427.0643c-.063-.0068-.125-.0149-.187-.0245-.046-.0052-.092-.009-.14-.0112-.833-.0801-1.652-.1869-2.45-.3194-1.408-.2534-2.91-.3934-4.433-.4133-2.473,0-3.85-.2796-4.503-.9693-.366-.3338-.829-.6456-1.377-.9276-.897-.3989-1.471-.9154-1.633-1.4703-.024-.2572-1.12-.4868-2.287-.5368-.348-.0328-.709-.0204-1.041.0356-.332.0561-.619.1533-.826.2797-1.306,1.0082-3.173,1.748-7.98,1.3184-.491-.0396-.996-.0299-1.477.0284s-.925.1638-1.299.3083c-.654.2459-1.75.5428-2.567.4316-1.624-.2418-3.362-.3021-5.053-.1752s-3.283.4369-4.63.9017c-2.543.4721-5.366.5734-8.05.2888l-.467-.0367c-1.147-.1176-2.322-.1782-3.5-.1806v.6826c-2.38-.5367-4.76-1.0724-7.117-1.6193-.849-.1815-1.795-.2584-2.736-.2225-.942.036-1.843.1834-2.607.4265-.562.1326-1.148.2459-1.75.3388-1.33.1918-.863.4959-.373.8071.281.1435.452.3219.49.5102h-.047c-1.974-.0228-3.922.1975-5.623.6357-.612.1191-1.306.1308-1.937.0327-.723-.1092-.56-.2776-.397-.447.077-.0593.125-.125.14-.1928.21-.9327-1.166-1.5224-3.056-1.1224-.958.1746-1.985.2642-3.023.2635-1.037-.0007-2.064-.0917-3.021-.2676-.303-.0368-.606-.0735-.933-.1082-.28-.0316-.583-.0714-.863-.1112-.588-.1264-1.237-.1882-1.892-.18-.655.0081-1.295.086-1.865.2269-.125.0276-.261.0433-.4.0462-.14.0029-.279-.0071-.409-.0294-.13-.0222-.248-.0562-.345-.0997-.098-.0435-.174-.0956-.223-.1528-1.143-1.1418-2.356-.5469-3.313-.0847-.055.0347-.117.0668-.187.0959-.855.5025-2.121.8415-3.533.9466s-2.863-.0318-4.05-.3823c-.32-.0828-.697-.1135-1.065-.0866-.367.0269-.7.1096-.942.2336-.684.3089-1.417.5963-2.193.8601-1.044.3315-1.959.7351-2.707,1.1949-.746.5469-7.583.7755-10.08.7581-1.138-.0574-2.288-.0646-3.43-.0214-7.91-.0367-16.076,0-22.143.1286l-2.683,1.2918c-7.7237.0969-12.3903.1143-15.4937.0857-.1633-.0602-.3266-.1224-.49-.1847-.7992-.4299-1.8839-.7407-3.1043-.8895-1.2205-.1488-2.5165-.1282-3.709.0589-.3029.0489-.628.0658-.9487.0492s-.6278-.0661-.8963-.1445c-.2686-.0784-.4909-.1835-.6487-.3067s-.2468-.2609-.2596-.402l.4666-.697c.2567-.1959.3734-.3826-.2566-.5214-.63-.1387-1.0967.0388-1.61.2163-.2404.0917-.5071.1692-.7934.2307-.0253.0049-.0489.0115-.07.0193-.0466.0164-.07.0388-.14.048-2.73.0071-5.32.0286-7.6533.0786.49-.2674.9567-.5357,1.4233-.8163l.0467-.0204c.28-.1725.63-.3878.14-.5664-.3733-.1418-.7233-.0622-1.0967.0194-.1346.032-.2751.059-.42.0806-.2707.0533-.51.1329-.7.2327-.42.1959-.8633.3877-1.5166.0602s.07-.6265.7233-.8888c.1167-.0408.21-.0806.3033-.1183.28-.1194.5834-.2347.8634-.347.2566-.0908.49-.1795.7233-.2683.1624-.0561.334-.1069.5133-.1521.5134-.1336,1.0267-.2714.7467-.4765-.5849-.2954-1.3693-.5019-2.24-.5898-.1752-.0218-.3593-.0267-.5392-.0142s-.3515.042-.5027.0866c-.1511.0445-.2782.1029-.3723.1711s-.1529.1447-.1725.2239c-.0135.0581-.0548.1143-.1212.165s-.1564.0946-.2643.1291c-.1078.0344-.231.0586-.3616.0708-.1305.0123-.2655.0124-.3962.0004-.2866-.0295-.5846-.0308-.8725-.004-.288.0269-.5588.0813-.793.1593s-.426.1778-.5616.2921-.2118.2402-.2229.3689c-.35.7081-1.19.7336-2.52.3061-.4433-.1459-.9567-.2969-1.5167-.1459s-.4666.3888-.3033.5969c.35.4571.77.9041,1.19,1.4041-1.0286.0499-2.064-.0638-2.9166-.3203-.8527-.2565-1.4656-.6387-1.7267-1.0767-.0328-.0789-.1033-.154-.2068-.2203-.1034-.0663-.2377-.1224-.3939-.1645s-.331-.0695-.5129-.0802-.367-.0045-.5431.0181c-.7933.0888-.77.3888-.6067.6398.3773.5354.26,1.1141-.3266,1.6122-.4382-.1898-.9742-.3308-1.563-.4111-.5889-.0803-1.2132-.0974-1.8204-.0501-.84.0673-1.68.0928-1.82-.4224-.0182-.1273-.0976-.2513-.2331-.3642s-.3239-.2119-.553-.2907-.4936-.1356-.7763-.1665c-.2828-.031-.5772-.0356-.8642-.0133-.2949.0193-.5715.0743-.7983.1589s-.3949.1954-.4851.3196c-2.17-.1255-5.6933-.2357-11.6666-.3285-.6767.0092-1.3534.0224-2.0534.0367l-1.7266.0347c-.5314-.159-1.1661-.2386-1.8094-.2271-.6434.0116-1.2609.1138-1.7606.2914-2.7767.0551-5.6234.1194-8.5167.1837l-5.43667.1204c0-.0184-.02333-.0347-.02333-.0521-.02797-.0226-.04392-.0477-.04667-.0734.02334-.2113-.84-.3857-1.54-.4215-.11077-.0077-.22403-.0053-.33255.0071-.10852.0125-.20992.0346-.29774.0652-.08782.0305-.16012.0687-.2123.1121s-.08308.0912-.09074.1401c-.02335.0996-.08653.1967-.18667.2867-.58333.0103-1.14333.0245-1.75.0388-.14342-.0731-.29943-.1413-.46666-.2041C2.0656,81.0127,1.07561,80.7512,0,80.5781L0,100h1680v-17.822c-8.66.0449-17.83.1296-27.9.3143Z' transform='translate(0 541)' fill='%23002e57'/%3E%3Cpath d='M814.469,25.8928c0,0,1.481.1561,2.768-.5063c1.287-.6625,3.392-.5844,4.25-1.0526s1.014-.7803,1.014-.1942c0,.586-2.379,5.3408-5.497,5.4968-3.121.1561-2.3,3.1585-2.222,3.2764.078.1162,2.104,4.4842,2.104,4.4842s1.794-.7803,3.899.4283c2.106,1.2086,2.496-.1959,3.977-.4283c1.481-.2341,8.617-2.3791,11.151,1.3638c2.535,3.7429,4.173,5.3425,4.407,6.2788.233.9356-.352,5.3408-.974,7.3688-.625,2.0279-1.287,4.055-1.287,5.1864s-.78,4.9523-.858,5.6928c-.078.7404-.897,5.3026-.663,6.9794.234,1.6759.703,3.0024.39,6.8624-.312,3.8607-.196,4.8353-.196,4.8353h-1.052l-1.092-10.6842-.39-1.9499L832.99,61.61c0,0-.352.4682-1.326.7803c0,0,2.378,6.1211,2.886,7.2135l-.468,2.028c0,0-.35,1.5979-.41,1.6759-.059.078-.546,3.9185-.546,3.9185l-.526,4.7386h-1.58l.234-4.055.156-3.0025c0,0,.02-3.1967-.721-4.3671-.741-1.1696-2.171-2.5987-2.639-3.7174-.468-1.1171-1.612-4.5487-1.612-4.5487s-1.89,1.4037-3.392,1.5784c0,0-.936,5.4392-1.209,6.6487-.272,1.2086-.311,5.2644-.428,5.7708-.116.5063-.74,5.3408-.74,5.3408l-.351,2.8862-1.833.1942c0,0,0-3.0024-.078-3.5868-.078-.5843-.156-4.0414-.026-4.7437.13-.7014.208-1.8973.208-2.4435s.026-3.223.026-3.223.312-2.781.13-3.7691c-.182-.9873-.442-1.7413-.442-1.7413s-1.28-.1925-1.778-.4351c0,0-.867-.0102-1.481.6438l-1.005.0381c0,0-.019,1.6582-.447,5.245-.429,3.5868-1.248,7.3696-1.248,7.3696s-.78,4.8929-.8,5.0286c-.019.1366-.286,1.6183-.286,1.6183l-1.559.1959c0,0,.389-4.6792.338-5.8225-.053-1.1442-.312-1.5335-.104-3.301.207-1.7684.182-4.5758.182-4.5758s0-2.2874-.416-3.0406c-.417-.754-.944-3.5749-.514-5.2899c0,0-.396-1.0008-.553-1.8074-.156-.8049-.779-1.3257-.96-1.9236-.183-.5971-.235-1.195-.313-1.4817l-.078-.2858c0,0-.754-1.4037-1.013-1.6633-.261-.2603-1.353-2.0016-1.378-3.0669-.027-1.0661.468-1.7938.468-1.7938s-1.144-2.0279-1.248-3.3018c-.104-1.2731,0-2.8066,0-2.8066s-.91-2.8336-.234-4.1856c0,0-.52-2.7302.234-3.9252c0,0,.311-3.3273,1.248-4.7055c0,0,.012-.9491.051-1.5199.039-.5725-.338-.4818-.324-1.3002.012-.8185-2.022-3.2942-2.022-3.2942l-.78-1.7159c0,0-7.505-3.1915-10.365-8.8063c0,0-2.963-1.8193-2.34-7.59006.472-4.35864-.479-5.95909-.975-6.4824-.037-.04071.01-.10432.059-.07803.482.2519,1.38.86426,1.943,2.11358.488.87614,2.165-1.30699,2.165-1.30699s1.61-1.530063,2.547-1.926148c.078-.031382.145.058522.094.122981-.777.969437-4.03,5.149107-4.065,7.242337-.038,2.37906.663,2.80823.663,2.80823l.118-2.84639c0,0,.935.29176.721,2.96259c0,0,4.29-3.56817,5.653-4.6784c1.365-1.11192,2.457-2.65216,2.457-2.65216s.254-.12637.02.58438c-.234.71244-4.367,5.92686-4.367,5.92686s2.202.01951,3.256-.39015c0,0,.35.17642-.342.55639s-3.908,1.08228-3.908,1.08228-4.53,4.9642,3.996,9.3321c0,0-2.001-3.457-1.455-5.1474c0,0,.312-.1942.35.5335.04.7269,1.768,5.7708,6.447,7.1745c0,0-2.496-6.1991-2.574-7.6427-.052-1.0407.806.676.806.676s3.562,8.2533,4.184,8.6816c.625.4284,4.583.5259,5.089.0586.506-.4682,6.025-6.0499,6.908-11.0938c0,0,.5-.6624.384.9168-.118,1.5784-1.294,5.5817-3.79,8.233c0,0,4.94-1.9753,6.656-3.5351c1.715-1.5597,2.262-4.9905,2.262-4.9905s.76-1.3646,0,3.0406c0,0,1.949-3.5681,1.618-5.887-.332-2.32049-2.983-4.25003-2.983-4.25003s.116-.5267.838.26038l.722.78623c0,0-2.476-5.80388-2.398-6.75889c0,0,.194-.916005.722.74213.526,1.65643,3.327,7.51799,5.276,8.02603c0,0,.805-2.50968.883-4.50961.078-2.00248-.675-4.939617-.675-4.939617s.285-.597945,1.195,2.391777c.909,2.98888,2.574-.39015,2.574-.39015s.35.06531.091.70227c-.26.63696-1.326,2.26032-1.521,3.54781-.194,1.28664-.337,3.10677-1.39,4.78357c0,0,.467,3.4901-1.112,5.7123-1.58,2.2221-12.77,8.1295-12.77,8.1295l-1.481.5835Z' transform='translate(0 541)' fill='%23002e57'/%3E%3C/svg%3E%0A");
87
88
  --utrecht-page-footer-background-position: center center;
@@ -223,7 +224,6 @@
223
224
  --conduction-card-header-title-color: var(--epe-color-blue-31);
224
225
  --conduction-card-header-hover-border-bottom-color: var(--epe-color-blue-31);
225
226
  --conduction-card-header-border-bottom-color: var(--epe-color-yellow-42);
226
- --conduction-card-header-border-bottom-width: var(--epe-size-4xs);
227
227
  --utrecht-surface-background-color: var(--epe-color-white-100);
228
228
  --utrecht-separator-block-size: var(--epe-size-4xs);
229
229
  --utrecht-separator-color: var(--epe-color-yellow-42);
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 04 Oct 2023 14:27:14 GMT
3
+ * Generated on Fri, 06 Oct 2023 12:29:56 GMT
4
4
  */
5
5
 
6
6
  export const epeColorPrimary = "#01699d";
@@ -222,7 +222,7 @@ export const utrechtPageFooterPaddingInlineEnd = "14px";
222
222
  export const utrechtPageFooterPaddingInlineStart = "14px";
223
223
  export const utrechtPageFooterPaddingBlockEnd = "200px";
224
224
  export const utrechtPageFooterPaddingBlockStart = "48px";
225
- export const utrechtPageHeaderLogoMaxWidth = "100px";
225
+ export const utrechtPageHeaderLogoMaxWidth = "155px";
226
226
  export const utrechtPageHeaderBackgroundColor = "#fafafa";
227
227
  export const utrechtPageHeaderColor = "#2e2e33";
228
228
  export const utrechtPageHeaderPaddingBlockStart = "14px";
@@ -331,11 +331,11 @@ export const utrechtSeparatorBlockSize = "1px";
331
331
  export const utrechtSeparatorMarginBlockEnd = "0px";
332
332
  export const utrechtSeparatorMarginBlockStart = "0px";
333
333
  export const utrechtSurfaceBackgroundColor = "#ffffff";
334
- export const conductionCardHeaderBorderBottomWidth = "1px";
334
+ export const conductionCardHeaderBorderBottomWidth = "1,6px";
335
335
  export const conductionCardHeaderBorderBottomStyle = "solid";
336
336
  export const conductionCardHeaderBorderBottomColor = "#d6a100";
337
337
  export const conductionCardHeaderColor = "#2e2e33";
338
- export const conductionCardHeaderHoverBorderBottomWidth = "1.6px";
338
+ export const conductionCardHeaderHoverBorderBottomWidth = "1,6px";
339
339
  export const conductionCardHeaderHoverBorderBottomStyle = "solid";
340
340
  export const conductionCardHeaderHoverBorderBottomColor = "#00549e";
341
341
  export const conductionCardHeaderTitleColor = "#00549e";
@@ -38,11 +38,11 @@
38
38
  ]
39
39
  },
40
40
  {
41
- "value": "1px",
41
+ "value": "1,6px",
42
42
  "filePath": "src/component/conduction/card-header.tokens.json",
43
43
  "isSource": true,
44
44
  "original": {
45
- "value": "{epe.size.4xs}"
45
+ "value": "1,6px"
46
46
  },
47
47
  "name": "conductionCardHeaderBorderBottomWidth",
48
48
  "attributes": {
@@ -202,11 +202,11 @@
202
202
  ]
203
203
  },
204
204
  {
205
- "value": "1.6px",
205
+ "value": "1,6px",
206
206
  "filePath": "src/component/conduction/card-header.tokens.json",
207
207
  "isSource": true,
208
208
  "original": {
209
- "value": "1.6px"
209
+ "value": "1,6px"
210
210
  },
211
211
  "name": "conductionCardHeaderHoverBorderBottomWidth",
212
212
  "attributes": {
@@ -7642,11 +7642,11 @@
7642
7642
  ]
7643
7643
  },
7644
7644
  {
7645
- "value": "100px",
7645
+ "value": "155px",
7646
7646
  "filePath": "src/component/utrecht/extra-tokens/page-header.tokens.json",
7647
7647
  "isSource": true,
7648
7648
  "original": {
7649
- "value": "100px"
7649
+ "value": "155px"
7650
7650
  },
7651
7651
  "name": "utrechtPageHeaderLogoMaxWidth",
7652
7652
  "attributes": {
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 04 Oct 2023 14:27:14 GMT
3
+ // Generated on Fri, 06 Oct 2023 12:29:56 GMT
4
4
 
5
5
  @conduction-tabs-tab-list-border-bottom-style: solid;
6
6
  @conduction-tabs-tab-list-margin-block-end: 0px;
@@ -41,8 +41,9 @@
41
41
  @conduction-primary-top-nav-current-background-color: unset;
42
42
  @conduction-card-wrapper-border-radius: 0px;
43
43
  @conduction-card-header-hover-border-bottom-style: solid;
44
- @conduction-card-header-hover-border-bottom-width: 1.6px;
44
+ @conduction-card-header-hover-border-bottom-width: 1,6px;
45
45
  @conduction-card-header-border-bottom-style: solid;
46
+ @conduction-card-header-border-bottom-width: 1,6px;
46
47
  @utrecht-separator-margin-block-start: 0px;
47
48
  @utrecht-separator-margin-block-end: 0px;
48
49
  @utrecht-paragraph-margin-block-end: 0;
@@ -79,7 +80,7 @@
79
80
  @utrecht-table-caption-font-style: italic;
80
81
  @utrecht-table-header-text-transform: unset;
81
82
  @utrecht-table-header-border-block-end-width: 5px;
82
- @utrecht-page-header-logo-max-width: 100px;
83
+ @utrecht-page-header-logo-max-width: 155px;
83
84
  @utrecht-page-footer-padding-block-end: 200px;
84
85
  @utrecht-page-footer-background-image: url("data:image/svg+xml,%3Csvg id='eHZsFqTy0zM1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 1680 727' shape-rendering='geometricPrecision' text-rendering='geometricPrecision'%3E%3Crect width='1680' height='629.500004' rx='0' ry='0' transform='translate(.000001 0)' fill='%2300549e' stroke-width='0'/%3E%3Crect width='1680' height='87' rx='0' ry='0' transform='translate(0 640)' fill='%23002e57' stroke-width='0'/%3E%3Cpath d='M1652.1,82.4923c-12.95-.0847-15.71-.4571-17.6-.7143-1.41-.2052-2.89-.2887-4.37-.2459c0-.0132,0-.0266,0-.0398c0-.0169,0-.0338.02-.05.26-.3469-.36-.5285-.98-.6571-.72-.151-1.11.0714-1.42.2928-.22.1646-.46.3222-.73.4715-8.47.0398-16.79.0326-24.76.0071-.27-.1164-.52-.2446-.73-.3826-.62-.4357-1.27-.4602-2.49-.1572-.62.1506-1.2.3265-1.75.5255h-1.89c-3.77-.0092-7.39-.0183-10.89-.0245-.03-.0246-.06-.0502-.09-.0765-.04-.0537-.11-.1023-.21-.1418-.56-.2245-1.1-.0959-1.65.0347-.2.0517-.41.0955-.63.1306l-.17.0255-.19.0275h-3.8c-.35-.1524-.62-.34-.78-.5469-.11-.1035-.3-.187-.54-.237-.23-.05-.5-.0636-.76-.0385-.28.2606-.33.5573-.15.8337-2.46.0071-4.76.0285-6.97.053-.42-.102-.84-.1949-1.26-.2908-.49-.1133-.98-.2255-1.47-.3418-.56-.1317-1.32-.25-1.64-.0572-1.42.8459-2.85.5561-4.25.2715-.57-.1327-1.18-.2254-1.81-.2745l-.26-.0143c-.39-.0487-.8-.0597-1.2-.032-.41.0277-.79.0933-1.12.1922-.68.2398-.29.4153.1.5908.08.0367.16.0724.23.1102.35.1898.47.4398-.14.5326-.38.0495-.77.0723-1.16.0674-.15,0-.29,0-.44.0071-.23-.0103-.46-.0419-.66-.0929-.21-.051-.38-.1202-.52-.203-.17-.1178-.3-.2426-.41-.3724-.34-.3776-.61-.6684-1.53.2357-.19.1938-.54.102-.74-.0388-.1-.066-.18-.1341-.25-.2041l-.1-.0826c-2.5.6122-3.95.2326-5.02-.8112-.16-.1612-.89.2898-1.12.5469-.06.0865-.11.1757-.14.2663-.11.2694-.22.5469-1.11.4918-.9-.0551-1.12-.4867-1.15-.8652-.02-.3113-.12-.6123-1.14-.4929-1.35.1083-2.73.0136-3.94-.2683-1.06-.1559-2.22-.145-3.27.0306-1.05.1809-2.21.1864-3.27.0153-.41.4077-1.09.7545-1.94.9979-.76.22-1.37.5229-1.78.8785-10.38-.0959-20.27-.2938-30.28-.4928-22.14-.4418-44.85-.8949-74.64-.2969l.42.2041c-10.6.2969-21.85.2469-32.94.0673v-.5571l-6.71.1224c-2.64.049-5.31.102-7.99.1459l-6.19-.1469c-1.71-.0415-3.4-.082-5.08-.1214v.45c-16.98.2581-34.56.3938-50.97.0398l.56-.2041c-33.33-.5102-39.1-.2551-47.17.102-10.02.4467-20.1.6735-30.17.6796-.43-.3653-15.53-.6224-31.01-.8857-16.34-.2786-33.11-.5633-33.53-.9908-1.41.1722-2.9.1676-4.3-.0133-1.39-.1749-2.86-.1851-4.26-.0296-1.63.2844-3.4.3769-5.13.2684-1.33-.1153-1.47.1816-1.49.4929-.02.3785-.34.8081-1.51.8652-1.17.0572-1.3-.2193-1.44-.4887-.04-.093-.1-.1835-.19-.2694-.3-.2571-1.24-.7082-1.45-.5469-1.4,1.0438-3.29,1.4285-6.57.8163l-.1.0694c-.11.0742-.22.1455-.35.2132-.26.147-.7.2327-.97.0388-1.2-.9061-1.55-.6122-2-.2326-.14.1315-.32.2555-.52.3693-.42.1768-.97.2819-1.55.2959h-.58c-.51.0016-1.01-.0224-1.51-.0714-.79-.0928-.65-.3428-.18-.5326.09-.0378.2-.0755.31-.1133.5-.1745,1-.349.12-.5877-.93-.2036-2.01-.2601-3.03-.1602l-.35.0143c-.81.0477-1.6.1399-2.35.2744-1.83.2847-3.7.5745-5.55-.2714-.43-.1969-1.41-.0786-2.15.0572-.59.102-1.19.2122-1.78.3163-.6.104-1.19.2092-1.78.3163-2.89-.0245-5.9-.0459-9.1-.0531.12-.1361.16-.2823.13-.427-.04-.1448-.15-.284-.33-.4066-.31-.0299-.64-.0198-.94.029s-.56.1344-.76.2465c-.22.2193-.58.4091-1.02.551-1.59,0-3.31,0-4.96,0l-.47-.0531c-.28-.0355-.56-.0795-.83-.1316-.32-.0919-.69-.1439-1.07-.1503-.38-.0065-.76.0328-1.09.1136-.11.0371-.2.0853-.27.1408-.03.0284-.07.0554-.12.0806-4.58.0061-9.33.0153-14.26.0245h-2.43c-.73-.2041-1.5-.3799-2.29-.5255-1.58-.3061-2.44-.2786-3.24.1541-.27.1362-.58.2593-.91.3673l-.05.0184c-10.41.0255-21.28.0326-32.34,0-.34-.1501-.65-.3089-.95-.4755-.17-.1392-.46-.2457-.8-.2996-.34-.054-.72-.0516-1.05.0067-.82.1286-1.62.3061-1.27.6571.01.016.02.033.01.05c0,.0136.01.0271.02.0398-8.58-.0398-17.17-.102-25.65-.2398l-9.16.0898c-15.206-.2112-22.757.8163-35.59.7714-.234-.1214-.439-.251-.651-.3806-.213-.1295-.434-.2653-.67-.3908-.083-.0445-.161-.0908-.233-.1387-.111-.1107-.301-.2029-.541-.263s-.517-.0848-.792-.0707c-.267.0129-.519.0596-.726.1342-.207.0747-.36.1741-.44.2862-.052.0449-.105.0908-.164.1337-.156.1122-.315.2255-.466.3377-.152.1123-.32.2255-.467.3378l-4.153-.0082c-2.555-.0048-5.073-.0092-7.556-.0133.028-.0265.045-.0489.063-.0704.026-.0373.06-.0735.101-.1081.592-.5-1.419-1.1653-3.323-1.4286-.681-.1107-1.421-.1334-2.13-.0656-.71.0678-1.361.2234-1.874.4483-.445.1364-.804.3196-1.045.5327s-.355.4492-.332.6866c-1.192,0-2.333,0-3.5-.0071h-.144c-.056-.0065-.11-.0157-.161-.0276-.062-.0097-.126-.0152-.192-.0163-1.343.0879-2.711-.0606-3.804-.4129-1.093-.3522-1.823-.8796-2.029-1.4666-.247-.4082-.6-.7623-1.904-.6796-1.584.102-1.045.4653-.609.7612.042.0296.086.0582.124.0857.037.0276.079.0551.121.0816.352.2378.7.4735,0,.698-.36.107-.769.1779-1.199.2076-.429.0296-.869.0173-1.286-.0362-1.261-.24-2.573-.4266-3.915-.5571-3.099-.35-6.209-.702-6.891-2.0775-.116-.2316-1.362-.7786-1.969-.4214-.564.2964-1.197.5666-1.888.8061-1.085.4081-2.121.7928-2.125,1.1816c0,1.4377-2.485,1.4081-5.201,1.3754l-.665-.0071c-.406-.0249-.82-.0117-1.214.0388-.393.0505-.758.1371-1.068.2541-5.834-.0715-11.667,1.0265-17.559.8877l-2.002.0643-.116-.0164c-.05-.0087-.102-.0152-.154-.0193-.695-.0809-1.373-.1877-2.026-.3194-1.139-.2506-2.388-.3911-3.663-.4123-2.028.0072-3.176-.0387-3.71-.7285-.29-.3275-.667-.6389-1.125-.9275-.76-.4251-1.231-.9349-1.36-1.4714c0-.2572-.912-.4857-1.888-.5357-.298-.0285-.609-.0132-.885.0437s-.501.1519-.641.2705c-.207.2837-.548.5454-1,.7683-.452.2228-1.005.4021-1.624.5262s-1.291.1905-1.972.1948-1.357-.0536-1.984-.1699c-.415-.0375-.846-.0262-1.248.0327-.402.059-.761.1635-1.041.303-.534.2429-1.453.5429-2.125.4286-3.519-.5929-5.53-.046-7.966.7295-1.503.4786-1.736.0898-4.07.0898h-68.833l-8.33-.0479c-47.203-.598-83.207-.1449-118.277.2969-15.866.2041-31.546.3969-47.973.4929-.761-.3905-1.731-.6927-2.823-.8796-1.218-.2012-2.285-.5463-3.08-.9969-1.706.1705-3.48.1652-5.18-.0153-1.709-.1761-3.485-.1866-5.204-.0307-2.007.2873-4.133.3789-6.23.2684-1.61-.1153-1.773.1816-1.796.4929.013.1093-.024.2187-.109.3217-.085.1031-.216.1977-.385.2783-.17.0806-.374.1456-.602.1911s-.474.0708-.724.0741c-1.424.0551-1.587-.2204-1.75-.4897-.051-.0935-.13-.1837-.234-.2684-.373-.2571-1.516-.7081-1.773-.5469-1.703,1.0438-3.99,1.4285-7.957.8163-.061.0249-.115.0526-.163.0826-.116.0739-.249.1423-.397.2041-.326.1469-.863.2327-1.166.0388-1.47-.9051-1.89-.6122-2.427-.2347-.182.1351-.401.2598-.653.3714-.534.1839-1.188.2877-1.867.2959-.233,0-.467,0-.7,0-.618.0011-1.235-.0228-1.843-.0714-.934-.0929-.77-.3429-.21-.5326.116-.0378.233-.0756.373-.1133.607-.1735,1.213-.349.14-.5877-1.161-.2047-2.432-.2603-3.663-.1602l-.42.0142c-.969.0471-1.923.1391-2.847.2745-2.24.2847-4.503.5745-6.743-.2714-.514-.1929-1.704-.0745-2.614.0571-.793.1204-1.61.2378-2.426.3562-.63.0911-1.26.1833-1.89.2765-3.5-.0245-7.164-.0459-11.06-.0531.151-.1337.21-.2839.168-.4321-.041-.1481-.181-.2877-.402-.4015-.367-.0323-.748-.0239-1.106.0242s-.684.1344-.947.2513c-.291.229-.718.4194-1.237.551-1.936,0-4.013,0-6.02,0-.14-.0102-.28-.0245-.42-.0388l-.14-.0143c-.34-.0346-.675-.0782-1.003-.1306-.405-.0931-.852-.1446-1.309-.1506s-.911.0336-1.328.1159c-.233.0582-.303.1469-.466.2184l-20.23.0285c-.904-.2044-1.839-.38-2.8-.5255-1.914-.3061-2.964-.2785-3.92.1572-.362.1429-.752.271-1.167.3826-12.623.0255-25.807.0327-39.223,0-.41-.1486-.799-.3074-1.167-.4755-.254-.1463-.608-.2534-1.011-.3061-.402-.0526-.833-.048-1.229.0133-1.003.1286-1.96.3061-1.54.6571.023.0143,0,.0306.023.0459v.0439c-10.383-.0398-20.836-.102-31.103-.2398c15.493.2327,28.957,1.0612-3.687,1.201-18.456-.2143-35.046-.2969-50.61-.3357-.56-.25-1.026-.5255-1.61-.7755-.093-.0449-.186-.0939-.28-.1428-.165-.1179-.405-.212-.691-.2706-.287-.0586-.606-.0791-.919-.059-.3.0043-.592.0462-.84.1207s-.442.1785-.56.2997c-.07.0449-.14.0908-.21.1336-.373.2255-.77.451-1.166.6755-4.823-.0075-9.559-.0146-14.21-.0214.038-.0227.069-.0474.093-.0735.023-.0306.07-.0622.117-.102.723-.5-1.727-1.1653-4.037-1.4285-.82-.1123-1.689-.1361-2.534-.0695s-1.641.2218-2.319.4521c-1.354.4224-1.75.8224-1.657,1.2194-1.47,0-2.847,0-4.293-.0072h-.117c-.14,0-.257-.0326-.42-.0326-4.947.0071-6.37-.8684-7.093-1.8796-.036-.1138-.127-.2231-.266-.3206s-.324-.1811-.542-.2452c-.218-.0642-.464-.1075-.723-.1271s-.525-.015-.779.0134c-1.914.102-1.284.4652-.747.7612.047.0295.117.0581.163.0857l.14.0826c.42.2367.84.4725,0,.6969-.919.2193-1.993.2804-3.01.1715-1.549-.2427-3.141-.429-4.76-.5572-3.756-.35-7.536-.702-8.353-2.0775-.14-.2316-1.657-.7785-2.403-.4214-.698.3027-1.464.5738-2.287.8092-1.307.4081-2.567.7928-2.567,1.1785c0,1.4377-3.01,1.4082-6.3,1.3755l-.816-.0071c-.977-.0544-1.965.0498-2.777.2928-7.07-.0714-14.163-.1643-21.303-.3061l-2.427.0643c-.063-.0068-.125-.0149-.187-.0245-.046-.0052-.092-.009-.14-.0112-.833-.0801-1.652-.1869-2.45-.3194-1.408-.2534-2.91-.3934-4.433-.4133-2.473,0-3.85-.2796-4.503-.9693-.366-.3338-.829-.6456-1.377-.9276-.897-.3989-1.471-.9154-1.633-1.4703-.024-.2572-1.12-.4868-2.287-.5368-.348-.0328-.709-.0204-1.041.0356-.332.0561-.619.1533-.826.2797-1.306,1.0082-3.173,1.748-7.98,1.3184-.491-.0396-.996-.0299-1.477.0284s-.925.1638-1.299.3083c-.654.2459-1.75.5428-2.567.4316-1.624-.2418-3.362-.3021-5.053-.1752s-3.283.4369-4.63.9017c-2.543.4721-5.366.5734-8.05.2888l-.467-.0367c-1.147-.1176-2.322-.1782-3.5-.1806v.6826c-2.38-.5367-4.76-1.0724-7.117-1.6193-.849-.1815-1.795-.2584-2.736-.2225-.942.036-1.843.1834-2.607.4265-.562.1326-1.148.2459-1.75.3388-1.33.1918-.863.4959-.373.8071.281.1435.452.3219.49.5102h-.047c-1.974-.0228-3.922.1975-5.623.6357-.612.1191-1.306.1308-1.937.0327-.723-.1092-.56-.2776-.397-.447.077-.0593.125-.125.14-.1928.21-.9327-1.166-1.5224-3.056-1.1224-.958.1746-1.985.2642-3.023.2635-1.037-.0007-2.064-.0917-3.021-.2676-.303-.0368-.606-.0735-.933-.1082-.28-.0316-.583-.0714-.863-.1112-.588-.1264-1.237-.1882-1.892-.18-.655.0081-1.295.086-1.865.2269-.125.0276-.261.0433-.4.0462-.14.0029-.279-.0071-.409-.0294-.13-.0222-.248-.0562-.345-.0997-.098-.0435-.174-.0956-.223-.1528-1.143-1.1418-2.356-.5469-3.313-.0847-.055.0347-.117.0668-.187.0959-.855.5025-2.121.8415-3.533.9466s-2.863-.0318-4.05-.3823c-.32-.0828-.697-.1135-1.065-.0866-.367.0269-.7.1096-.942.2336-.684.3089-1.417.5963-2.193.8601-1.044.3315-1.959.7351-2.707,1.1949-.746.5469-7.583.7755-10.08.7581-1.138-.0574-2.288-.0646-3.43-.0214-7.91-.0367-16.076,0-22.143.1286l-2.683,1.2918c-7.7237.0969-12.3903.1143-15.4937.0857-.1633-.0602-.3266-.1224-.49-.1847-.7992-.4299-1.8839-.7407-3.1043-.8895-1.2205-.1488-2.5165-.1282-3.709.0589-.3029.0489-.628.0658-.9487.0492s-.6278-.0661-.8963-.1445c-.2686-.0784-.4909-.1835-.6487-.3067s-.2468-.2609-.2596-.402l.4666-.697c.2567-.1959.3734-.3826-.2566-.5214-.63-.1387-1.0967.0388-1.61.2163-.2404.0917-.5071.1692-.7934.2307-.0253.0049-.0489.0115-.07.0193-.0466.0164-.07.0388-.14.048-2.73.0071-5.32.0286-7.6533.0786.49-.2674.9567-.5357,1.4233-.8163l.0467-.0204c.28-.1725.63-.3878.14-.5664-.3733-.1418-.7233-.0622-1.0967.0194-.1346.032-.2751.059-.42.0806-.2707.0533-.51.1329-.7.2327-.42.1959-.8633.3877-1.5166.0602s.07-.6265.7233-.8888c.1167-.0408.21-.0806.3033-.1183.28-.1194.5834-.2347.8634-.347.2566-.0908.49-.1795.7233-.2683.1624-.0561.334-.1069.5133-.1521.5134-.1336,1.0267-.2714.7467-.4765-.5849-.2954-1.3693-.5019-2.24-.5898-.1752-.0218-.3593-.0267-.5392-.0142s-.3515.042-.5027.0866c-.1511.0445-.2782.1029-.3723.1711s-.1529.1447-.1725.2239c-.0135.0581-.0548.1143-.1212.165s-.1564.0946-.2643.1291c-.1078.0344-.231.0586-.3616.0708-.1305.0123-.2655.0124-.3962.0004-.2866-.0295-.5846-.0308-.8725-.004-.288.0269-.5588.0813-.793.1593s-.426.1778-.5616.2921-.2118.2402-.2229.3689c-.35.7081-1.19.7336-2.52.3061-.4433-.1459-.9567-.2969-1.5167-.1459s-.4666.3888-.3033.5969c.35.4571.77.9041,1.19,1.4041-1.0286.0499-2.064-.0638-2.9166-.3203-.8527-.2565-1.4656-.6387-1.7267-1.0767-.0328-.0789-.1033-.154-.2068-.2203-.1034-.0663-.2377-.1224-.3939-.1645s-.331-.0695-.5129-.0802-.367-.0045-.5431.0181c-.7933.0888-.77.3888-.6067.6398.3773.5354.26,1.1141-.3266,1.6122-.4382-.1898-.9742-.3308-1.563-.4111-.5889-.0803-1.2132-.0974-1.8204-.0501-.84.0673-1.68.0928-1.82-.4224-.0182-.1273-.0976-.2513-.2331-.3642s-.3239-.2119-.553-.2907-.4936-.1356-.7763-.1665c-.2828-.031-.5772-.0356-.8642-.0133-.2949.0193-.5715.0743-.7983.1589s-.3949.1954-.4851.3196c-2.17-.1255-5.6933-.2357-11.6666-.3285-.6767.0092-1.3534.0224-2.0534.0367l-1.7266.0347c-.5314-.159-1.1661-.2386-1.8094-.2271-.6434.0116-1.2609.1138-1.7606.2914-2.7767.0551-5.6234.1194-8.5167.1837l-5.43667.1204c0-.0184-.02333-.0347-.02333-.0521-.02797-.0226-.04392-.0477-.04667-.0734.02334-.2113-.84-.3857-1.54-.4215-.11077-.0077-.22403-.0053-.33255.0071-.10852.0125-.20992.0346-.29774.0652-.08782.0305-.16012.0687-.2123.1121s-.08308.0912-.09074.1401c-.02335.0996-.08653.1967-.18667.2867-.58333.0103-1.14333.0245-1.75.0388-.14342-.0731-.29943-.1413-.46666-.2041C2.0656,81.0127,1.07561,80.7512,0,80.5781L0,100h1680v-17.822c-8.66.0449-17.83.1296-27.9.3143Z' transform='translate(0 541)' fill='%23002e57'/%3E%3Cpath d='M814.469,25.8928c0,0,1.481.1561,2.768-.5063c1.287-.6625,3.392-.5844,4.25-1.0526s1.014-.7803,1.014-.1942c0,.586-2.379,5.3408-5.497,5.4968-3.121.1561-2.3,3.1585-2.222,3.2764.078.1162,2.104,4.4842,2.104,4.4842s1.794-.7803,3.899.4283c2.106,1.2086,2.496-.1959,3.977-.4283c1.481-.2341,8.617-2.3791,11.151,1.3638c2.535,3.7429,4.173,5.3425,4.407,6.2788.233.9356-.352,5.3408-.974,7.3688-.625,2.0279-1.287,4.055-1.287,5.1864s-.78,4.9523-.858,5.6928c-.078.7404-.897,5.3026-.663,6.9794.234,1.6759.703,3.0024.39,6.8624-.312,3.8607-.196,4.8353-.196,4.8353h-1.052l-1.092-10.6842-.39-1.9499L832.99,61.61c0,0-.352.4682-1.326.7803c0,0,2.378,6.1211,2.886,7.2135l-.468,2.028c0,0-.35,1.5979-.41,1.6759-.059.078-.546,3.9185-.546,3.9185l-.526,4.7386h-1.58l.234-4.055.156-3.0025c0,0,.02-3.1967-.721-4.3671-.741-1.1696-2.171-2.5987-2.639-3.7174-.468-1.1171-1.612-4.5487-1.612-4.5487s-1.89,1.4037-3.392,1.5784c0,0-.936,5.4392-1.209,6.6487-.272,1.2086-.311,5.2644-.428,5.7708-.116.5063-.74,5.3408-.74,5.3408l-.351,2.8862-1.833.1942c0,0,0-3.0024-.078-3.5868-.078-.5843-.156-4.0414-.026-4.7437.13-.7014.208-1.8973.208-2.4435s.026-3.223.026-3.223.312-2.781.13-3.7691c-.182-.9873-.442-1.7413-.442-1.7413s-1.28-.1925-1.778-.4351c0,0-.867-.0102-1.481.6438l-1.005.0381c0,0-.019,1.6582-.447,5.245-.429,3.5868-1.248,7.3696-1.248,7.3696s-.78,4.8929-.8,5.0286c-.019.1366-.286,1.6183-.286,1.6183l-1.559.1959c0,0,.389-4.6792.338-5.8225-.053-1.1442-.312-1.5335-.104-3.301.207-1.7684.182-4.5758.182-4.5758s0-2.2874-.416-3.0406c-.417-.754-.944-3.5749-.514-5.2899c0,0-.396-1.0008-.553-1.8074-.156-.8049-.779-1.3257-.96-1.9236-.183-.5971-.235-1.195-.313-1.4817l-.078-.2858c0,0-.754-1.4037-1.013-1.6633-.261-.2603-1.353-2.0016-1.378-3.0669-.027-1.0661.468-1.7938.468-1.7938s-1.144-2.0279-1.248-3.3018c-.104-1.2731,0-2.8066,0-2.8066s-.91-2.8336-.234-4.1856c0,0-.52-2.7302.234-3.9252c0,0,.311-3.3273,1.248-4.7055c0,0,.012-.9491.051-1.5199.039-.5725-.338-.4818-.324-1.3002.012-.8185-2.022-3.2942-2.022-3.2942l-.78-1.7159c0,0-7.505-3.1915-10.365-8.8063c0,0-2.963-1.8193-2.34-7.59006.472-4.35864-.479-5.95909-.975-6.4824-.037-.04071.01-.10432.059-.07803.482.2519,1.38.86426,1.943,2.11358.488.87614,2.165-1.30699,2.165-1.30699s1.61-1.530063,2.547-1.926148c.078-.031382.145.058522.094.122981-.777.969437-4.03,5.149107-4.065,7.242337-.038,2.37906.663,2.80823.663,2.80823l.118-2.84639c0,0,.935.29176.721,2.96259c0,0,4.29-3.56817,5.653-4.6784c1.365-1.11192,2.457-2.65216,2.457-2.65216s.254-.12637.02.58438c-.234.71244-4.367,5.92686-4.367,5.92686s2.202.01951,3.256-.39015c0,0,.35.17642-.342.55639s-3.908,1.08228-3.908,1.08228-4.53,4.9642,3.996,9.3321c0,0-2.001-3.457-1.455-5.1474c0,0,.312-.1942.35.5335.04.7269,1.768,5.7708,6.447,7.1745c0,0-2.496-6.1991-2.574-7.6427-.052-1.0407.806.676.806.676s3.562,8.2533,4.184,8.6816c.625.4284,4.583.5259,5.089.0586.506-.4682,6.025-6.0499,6.908-11.0938c0,0,.5-.6624.384.9168-.118,1.5784-1.294,5.5817-3.79,8.233c0,0,4.94-1.9753,6.656-3.5351c1.715-1.5597,2.262-4.9905,2.262-4.9905s.76-1.3646,0,3.0406c0,0,1.949-3.5681,1.618-5.887-.332-2.32049-2.983-4.25003-2.983-4.25003s.116-.5267.838.26038l.722.78623c0,0-2.476-5.80388-2.398-6.75889c0,0,.194-.916005.722.74213.526,1.65643,3.327,7.51799,5.276,8.02603c0,0,.805-2.50968.883-4.50961.078-2.00248-.675-4.939617-.675-4.939617s.285-.597945,1.195,2.391777c.909,2.98888,2.574-.39015,2.574-.39015s.35.06531.091.70227c-.26.63696-1.326,2.26032-1.521,3.54781-.194,1.28664-.337,3.10677-1.39,4.78357c0,0,.467,3.4901-1.112,5.7123-1.58,2.2221-12.77,8.1295-12.77,8.1295l-1.481.5835Z' transform='translate(0 541)' fill='%23002e57'/%3E%3C/svg%3E%0A");
85
86
  @utrecht-page-footer-background-position: center center;
@@ -221,7 +222,6 @@
221
222
  @conduction-card-header-title-color: @epe-color-blue-31;
222
223
  @conduction-card-header-hover-border-bottom-color: @epe-color-blue-31;
223
224
  @conduction-card-header-border-bottom-color: @epe-color-yellow-42;
224
- @conduction-card-header-border-bottom-width: @epe-size-4xs;
225
225
  @utrecht-surface-background-color: @epe-color-white-100;
226
226
  @utrecht-separator-block-size: @epe-size-4xs;
227
227
  @utrecht-separator-color: @epe-color-yellow-42;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 04 Oct 2023 14:27:14 GMT
3
+ // Generated on Fri, 06 Oct 2023 12:29:56 GMT
4
4
 
5
5
  $conduction-tabs-tab-list-border-bottom-style: solid;
6
6
  $conduction-tabs-tab-list-margin-block-end: 0px;
@@ -41,8 +41,9 @@ $conduction-primary-top-nav-item-padding: 18px;
41
41
  $conduction-primary-top-nav-current-background-color: unset;
42
42
  $conduction-card-wrapper-border-radius: 0px;
43
43
  $conduction-card-header-hover-border-bottom-style: solid;
44
- $conduction-card-header-hover-border-bottom-width: 1.6px;
44
+ $conduction-card-header-hover-border-bottom-width: 1,6px;
45
45
  $conduction-card-header-border-bottom-style: solid;
46
+ $conduction-card-header-border-bottom-width: 1,6px;
46
47
  $utrecht-separator-margin-block-start: 0px;
47
48
  $utrecht-separator-margin-block-end: 0px;
48
49
  $utrecht-paragraph-margin-block-end: 0;
@@ -79,7 +80,7 @@ $utrecht-table-margin-block-end: 0;
79
80
  $utrecht-table-caption-font-style: italic;
80
81
  $utrecht-table-header-text-transform: unset;
81
82
  $utrecht-table-header-border-block-end-width: 5px;
82
- $utrecht-page-header-logo-max-width: 100px;
83
+ $utrecht-page-header-logo-max-width: 155px;
83
84
  $utrecht-page-footer-padding-block-end: 200px;
84
85
  $utrecht-page-footer-background-image: url("data:image/svg+xml,%3Csvg id='eHZsFqTy0zM1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 1680 727' shape-rendering='geometricPrecision' text-rendering='geometricPrecision'%3E%3Crect width='1680' height='629.500004' rx='0' ry='0' transform='translate(.000001 0)' fill='%2300549e' stroke-width='0'/%3E%3Crect width='1680' height='87' rx='0' ry='0' transform='translate(0 640)' fill='%23002e57' stroke-width='0'/%3E%3Cpath d='M1652.1,82.4923c-12.95-.0847-15.71-.4571-17.6-.7143-1.41-.2052-2.89-.2887-4.37-.2459c0-.0132,0-.0266,0-.0398c0-.0169,0-.0338.02-.05.26-.3469-.36-.5285-.98-.6571-.72-.151-1.11.0714-1.42.2928-.22.1646-.46.3222-.73.4715-8.47.0398-16.79.0326-24.76.0071-.27-.1164-.52-.2446-.73-.3826-.62-.4357-1.27-.4602-2.49-.1572-.62.1506-1.2.3265-1.75.5255h-1.89c-3.77-.0092-7.39-.0183-10.89-.0245-.03-.0246-.06-.0502-.09-.0765-.04-.0537-.11-.1023-.21-.1418-.56-.2245-1.1-.0959-1.65.0347-.2.0517-.41.0955-.63.1306l-.17.0255-.19.0275h-3.8c-.35-.1524-.62-.34-.78-.5469-.11-.1035-.3-.187-.54-.237-.23-.05-.5-.0636-.76-.0385-.28.2606-.33.5573-.15.8337-2.46.0071-4.76.0285-6.97.053-.42-.102-.84-.1949-1.26-.2908-.49-.1133-.98-.2255-1.47-.3418-.56-.1317-1.32-.25-1.64-.0572-1.42.8459-2.85.5561-4.25.2715-.57-.1327-1.18-.2254-1.81-.2745l-.26-.0143c-.39-.0487-.8-.0597-1.2-.032-.41.0277-.79.0933-1.12.1922-.68.2398-.29.4153.1.5908.08.0367.16.0724.23.1102.35.1898.47.4398-.14.5326-.38.0495-.77.0723-1.16.0674-.15,0-.29,0-.44.0071-.23-.0103-.46-.0419-.66-.0929-.21-.051-.38-.1202-.52-.203-.17-.1178-.3-.2426-.41-.3724-.34-.3776-.61-.6684-1.53.2357-.19.1938-.54.102-.74-.0388-.1-.066-.18-.1341-.25-.2041l-.1-.0826c-2.5.6122-3.95.2326-5.02-.8112-.16-.1612-.89.2898-1.12.5469-.06.0865-.11.1757-.14.2663-.11.2694-.22.5469-1.11.4918-.9-.0551-1.12-.4867-1.15-.8652-.02-.3113-.12-.6123-1.14-.4929-1.35.1083-2.73.0136-3.94-.2683-1.06-.1559-2.22-.145-3.27.0306-1.05.1809-2.21.1864-3.27.0153-.41.4077-1.09.7545-1.94.9979-.76.22-1.37.5229-1.78.8785-10.38-.0959-20.27-.2938-30.28-.4928-22.14-.4418-44.85-.8949-74.64-.2969l.42.2041c-10.6.2969-21.85.2469-32.94.0673v-.5571l-6.71.1224c-2.64.049-5.31.102-7.99.1459l-6.19-.1469c-1.71-.0415-3.4-.082-5.08-.1214v.45c-16.98.2581-34.56.3938-50.97.0398l.56-.2041c-33.33-.5102-39.1-.2551-47.17.102-10.02.4467-20.1.6735-30.17.6796-.43-.3653-15.53-.6224-31.01-.8857-16.34-.2786-33.11-.5633-33.53-.9908-1.41.1722-2.9.1676-4.3-.0133-1.39-.1749-2.86-.1851-4.26-.0296-1.63.2844-3.4.3769-5.13.2684-1.33-.1153-1.47.1816-1.49.4929-.02.3785-.34.8081-1.51.8652-1.17.0572-1.3-.2193-1.44-.4887-.04-.093-.1-.1835-.19-.2694-.3-.2571-1.24-.7082-1.45-.5469-1.4,1.0438-3.29,1.4285-6.57.8163l-.1.0694c-.11.0742-.22.1455-.35.2132-.26.147-.7.2327-.97.0388-1.2-.9061-1.55-.6122-2-.2326-.14.1315-.32.2555-.52.3693-.42.1768-.97.2819-1.55.2959h-.58c-.51.0016-1.01-.0224-1.51-.0714-.79-.0928-.65-.3428-.18-.5326.09-.0378.2-.0755.31-.1133.5-.1745,1-.349.12-.5877-.93-.2036-2.01-.2601-3.03-.1602l-.35.0143c-.81.0477-1.6.1399-2.35.2744-1.83.2847-3.7.5745-5.55-.2714-.43-.1969-1.41-.0786-2.15.0572-.59.102-1.19.2122-1.78.3163-.6.104-1.19.2092-1.78.3163-2.89-.0245-5.9-.0459-9.1-.0531.12-.1361.16-.2823.13-.427-.04-.1448-.15-.284-.33-.4066-.31-.0299-.64-.0198-.94.029s-.56.1344-.76.2465c-.22.2193-.58.4091-1.02.551-1.59,0-3.31,0-4.96,0l-.47-.0531c-.28-.0355-.56-.0795-.83-.1316-.32-.0919-.69-.1439-1.07-.1503-.38-.0065-.76.0328-1.09.1136-.11.0371-.2.0853-.27.1408-.03.0284-.07.0554-.12.0806-4.58.0061-9.33.0153-14.26.0245h-2.43c-.73-.2041-1.5-.3799-2.29-.5255-1.58-.3061-2.44-.2786-3.24.1541-.27.1362-.58.2593-.91.3673l-.05.0184c-10.41.0255-21.28.0326-32.34,0-.34-.1501-.65-.3089-.95-.4755-.17-.1392-.46-.2457-.8-.2996-.34-.054-.72-.0516-1.05.0067-.82.1286-1.62.3061-1.27.6571.01.016.02.033.01.05c0,.0136.01.0271.02.0398-8.58-.0398-17.17-.102-25.65-.2398l-9.16.0898c-15.206-.2112-22.757.8163-35.59.7714-.234-.1214-.439-.251-.651-.3806-.213-.1295-.434-.2653-.67-.3908-.083-.0445-.161-.0908-.233-.1387-.111-.1107-.301-.2029-.541-.263s-.517-.0848-.792-.0707c-.267.0129-.519.0596-.726.1342-.207.0747-.36.1741-.44.2862-.052.0449-.105.0908-.164.1337-.156.1122-.315.2255-.466.3377-.152.1123-.32.2255-.467.3378l-4.153-.0082c-2.555-.0048-5.073-.0092-7.556-.0133.028-.0265.045-.0489.063-.0704.026-.0373.06-.0735.101-.1081.592-.5-1.419-1.1653-3.323-1.4286-.681-.1107-1.421-.1334-2.13-.0656-.71.0678-1.361.2234-1.874.4483-.445.1364-.804.3196-1.045.5327s-.355.4492-.332.6866c-1.192,0-2.333,0-3.5-.0071h-.144c-.056-.0065-.11-.0157-.161-.0276-.062-.0097-.126-.0152-.192-.0163-1.343.0879-2.711-.0606-3.804-.4129-1.093-.3522-1.823-.8796-2.029-1.4666-.247-.4082-.6-.7623-1.904-.6796-1.584.102-1.045.4653-.609.7612.042.0296.086.0582.124.0857.037.0276.079.0551.121.0816.352.2378.7.4735,0,.698-.36.107-.769.1779-1.199.2076-.429.0296-.869.0173-1.286-.0362-1.261-.24-2.573-.4266-3.915-.5571-3.099-.35-6.209-.702-6.891-2.0775-.116-.2316-1.362-.7786-1.969-.4214-.564.2964-1.197.5666-1.888.8061-1.085.4081-2.121.7928-2.125,1.1816c0,1.4377-2.485,1.4081-5.201,1.3754l-.665-.0071c-.406-.0249-.82-.0117-1.214.0388-.393.0505-.758.1371-1.068.2541-5.834-.0715-11.667,1.0265-17.559.8877l-2.002.0643-.116-.0164c-.05-.0087-.102-.0152-.154-.0193-.695-.0809-1.373-.1877-2.026-.3194-1.139-.2506-2.388-.3911-3.663-.4123-2.028.0072-3.176-.0387-3.71-.7285-.29-.3275-.667-.6389-1.125-.9275-.76-.4251-1.231-.9349-1.36-1.4714c0-.2572-.912-.4857-1.888-.5357-.298-.0285-.609-.0132-.885.0437s-.501.1519-.641.2705c-.207.2837-.548.5454-1,.7683-.452.2228-1.005.4021-1.624.5262s-1.291.1905-1.972.1948-1.357-.0536-1.984-.1699c-.415-.0375-.846-.0262-1.248.0327-.402.059-.761.1635-1.041.303-.534.2429-1.453.5429-2.125.4286-3.519-.5929-5.53-.046-7.966.7295-1.503.4786-1.736.0898-4.07.0898h-68.833l-8.33-.0479c-47.203-.598-83.207-.1449-118.277.2969-15.866.2041-31.546.3969-47.973.4929-.761-.3905-1.731-.6927-2.823-.8796-1.218-.2012-2.285-.5463-3.08-.9969-1.706.1705-3.48.1652-5.18-.0153-1.709-.1761-3.485-.1866-5.204-.0307-2.007.2873-4.133.3789-6.23.2684-1.61-.1153-1.773.1816-1.796.4929.013.1093-.024.2187-.109.3217-.085.1031-.216.1977-.385.2783-.17.0806-.374.1456-.602.1911s-.474.0708-.724.0741c-1.424.0551-1.587-.2204-1.75-.4897-.051-.0935-.13-.1837-.234-.2684-.373-.2571-1.516-.7081-1.773-.5469-1.703,1.0438-3.99,1.4285-7.957.8163-.061.0249-.115.0526-.163.0826-.116.0739-.249.1423-.397.2041-.326.1469-.863.2327-1.166.0388-1.47-.9051-1.89-.6122-2.427-.2347-.182.1351-.401.2598-.653.3714-.534.1839-1.188.2877-1.867.2959-.233,0-.467,0-.7,0-.618.0011-1.235-.0228-1.843-.0714-.934-.0929-.77-.3429-.21-.5326.116-.0378.233-.0756.373-.1133.607-.1735,1.213-.349.14-.5877-1.161-.2047-2.432-.2603-3.663-.1602l-.42.0142c-.969.0471-1.923.1391-2.847.2745-2.24.2847-4.503.5745-6.743-.2714-.514-.1929-1.704-.0745-2.614.0571-.793.1204-1.61.2378-2.426.3562-.63.0911-1.26.1833-1.89.2765-3.5-.0245-7.164-.0459-11.06-.0531.151-.1337.21-.2839.168-.4321-.041-.1481-.181-.2877-.402-.4015-.367-.0323-.748-.0239-1.106.0242s-.684.1344-.947.2513c-.291.229-.718.4194-1.237.551-1.936,0-4.013,0-6.02,0-.14-.0102-.28-.0245-.42-.0388l-.14-.0143c-.34-.0346-.675-.0782-1.003-.1306-.405-.0931-.852-.1446-1.309-.1506s-.911.0336-1.328.1159c-.233.0582-.303.1469-.466.2184l-20.23.0285c-.904-.2044-1.839-.38-2.8-.5255-1.914-.3061-2.964-.2785-3.92.1572-.362.1429-.752.271-1.167.3826-12.623.0255-25.807.0327-39.223,0-.41-.1486-.799-.3074-1.167-.4755-.254-.1463-.608-.2534-1.011-.3061-.402-.0526-.833-.048-1.229.0133-1.003.1286-1.96.3061-1.54.6571.023.0143,0,.0306.023.0459v.0439c-10.383-.0398-20.836-.102-31.103-.2398c15.493.2327,28.957,1.0612-3.687,1.201-18.456-.2143-35.046-.2969-50.61-.3357-.56-.25-1.026-.5255-1.61-.7755-.093-.0449-.186-.0939-.28-.1428-.165-.1179-.405-.212-.691-.2706-.287-.0586-.606-.0791-.919-.059-.3.0043-.592.0462-.84.1207s-.442.1785-.56.2997c-.07.0449-.14.0908-.21.1336-.373.2255-.77.451-1.166.6755-4.823-.0075-9.559-.0146-14.21-.0214.038-.0227.069-.0474.093-.0735.023-.0306.07-.0622.117-.102.723-.5-1.727-1.1653-4.037-1.4285-.82-.1123-1.689-.1361-2.534-.0695s-1.641.2218-2.319.4521c-1.354.4224-1.75.8224-1.657,1.2194-1.47,0-2.847,0-4.293-.0072h-.117c-.14,0-.257-.0326-.42-.0326-4.947.0071-6.37-.8684-7.093-1.8796-.036-.1138-.127-.2231-.266-.3206s-.324-.1811-.542-.2452c-.218-.0642-.464-.1075-.723-.1271s-.525-.015-.779.0134c-1.914.102-1.284.4652-.747.7612.047.0295.117.0581.163.0857l.14.0826c.42.2367.84.4725,0,.6969-.919.2193-1.993.2804-3.01.1715-1.549-.2427-3.141-.429-4.76-.5572-3.756-.35-7.536-.702-8.353-2.0775-.14-.2316-1.657-.7785-2.403-.4214-.698.3027-1.464.5738-2.287.8092-1.307.4081-2.567.7928-2.567,1.1785c0,1.4377-3.01,1.4082-6.3,1.3755l-.816-.0071c-.977-.0544-1.965.0498-2.777.2928-7.07-.0714-14.163-.1643-21.303-.3061l-2.427.0643c-.063-.0068-.125-.0149-.187-.0245-.046-.0052-.092-.009-.14-.0112-.833-.0801-1.652-.1869-2.45-.3194-1.408-.2534-2.91-.3934-4.433-.4133-2.473,0-3.85-.2796-4.503-.9693-.366-.3338-.829-.6456-1.377-.9276-.897-.3989-1.471-.9154-1.633-1.4703-.024-.2572-1.12-.4868-2.287-.5368-.348-.0328-.709-.0204-1.041.0356-.332.0561-.619.1533-.826.2797-1.306,1.0082-3.173,1.748-7.98,1.3184-.491-.0396-.996-.0299-1.477.0284s-.925.1638-1.299.3083c-.654.2459-1.75.5428-2.567.4316-1.624-.2418-3.362-.3021-5.053-.1752s-3.283.4369-4.63.9017c-2.543.4721-5.366.5734-8.05.2888l-.467-.0367c-1.147-.1176-2.322-.1782-3.5-.1806v.6826c-2.38-.5367-4.76-1.0724-7.117-1.6193-.849-.1815-1.795-.2584-2.736-.2225-.942.036-1.843.1834-2.607.4265-.562.1326-1.148.2459-1.75.3388-1.33.1918-.863.4959-.373.8071.281.1435.452.3219.49.5102h-.047c-1.974-.0228-3.922.1975-5.623.6357-.612.1191-1.306.1308-1.937.0327-.723-.1092-.56-.2776-.397-.447.077-.0593.125-.125.14-.1928.21-.9327-1.166-1.5224-3.056-1.1224-.958.1746-1.985.2642-3.023.2635-1.037-.0007-2.064-.0917-3.021-.2676-.303-.0368-.606-.0735-.933-.1082-.28-.0316-.583-.0714-.863-.1112-.588-.1264-1.237-.1882-1.892-.18-.655.0081-1.295.086-1.865.2269-.125.0276-.261.0433-.4.0462-.14.0029-.279-.0071-.409-.0294-.13-.0222-.248-.0562-.345-.0997-.098-.0435-.174-.0956-.223-.1528-1.143-1.1418-2.356-.5469-3.313-.0847-.055.0347-.117.0668-.187.0959-.855.5025-2.121.8415-3.533.9466s-2.863-.0318-4.05-.3823c-.32-.0828-.697-.1135-1.065-.0866-.367.0269-.7.1096-.942.2336-.684.3089-1.417.5963-2.193.8601-1.044.3315-1.959.7351-2.707,1.1949-.746.5469-7.583.7755-10.08.7581-1.138-.0574-2.288-.0646-3.43-.0214-7.91-.0367-16.076,0-22.143.1286l-2.683,1.2918c-7.7237.0969-12.3903.1143-15.4937.0857-.1633-.0602-.3266-.1224-.49-.1847-.7992-.4299-1.8839-.7407-3.1043-.8895-1.2205-.1488-2.5165-.1282-3.709.0589-.3029.0489-.628.0658-.9487.0492s-.6278-.0661-.8963-.1445c-.2686-.0784-.4909-.1835-.6487-.3067s-.2468-.2609-.2596-.402l.4666-.697c.2567-.1959.3734-.3826-.2566-.5214-.63-.1387-1.0967.0388-1.61.2163-.2404.0917-.5071.1692-.7934.2307-.0253.0049-.0489.0115-.07.0193-.0466.0164-.07.0388-.14.048-2.73.0071-5.32.0286-7.6533.0786.49-.2674.9567-.5357,1.4233-.8163l.0467-.0204c.28-.1725.63-.3878.14-.5664-.3733-.1418-.7233-.0622-1.0967.0194-.1346.032-.2751.059-.42.0806-.2707.0533-.51.1329-.7.2327-.42.1959-.8633.3877-1.5166.0602s.07-.6265.7233-.8888c.1167-.0408.21-.0806.3033-.1183.28-.1194.5834-.2347.8634-.347.2566-.0908.49-.1795.7233-.2683.1624-.0561.334-.1069.5133-.1521.5134-.1336,1.0267-.2714.7467-.4765-.5849-.2954-1.3693-.5019-2.24-.5898-.1752-.0218-.3593-.0267-.5392-.0142s-.3515.042-.5027.0866c-.1511.0445-.2782.1029-.3723.1711s-.1529.1447-.1725.2239c-.0135.0581-.0548.1143-.1212.165s-.1564.0946-.2643.1291c-.1078.0344-.231.0586-.3616.0708-.1305.0123-.2655.0124-.3962.0004-.2866-.0295-.5846-.0308-.8725-.004-.288.0269-.5588.0813-.793.1593s-.426.1778-.5616.2921-.2118.2402-.2229.3689c-.35.7081-1.19.7336-2.52.3061-.4433-.1459-.9567-.2969-1.5167-.1459s-.4666.3888-.3033.5969c.35.4571.77.9041,1.19,1.4041-1.0286.0499-2.064-.0638-2.9166-.3203-.8527-.2565-1.4656-.6387-1.7267-1.0767-.0328-.0789-.1033-.154-.2068-.2203-.1034-.0663-.2377-.1224-.3939-.1645s-.331-.0695-.5129-.0802-.367-.0045-.5431.0181c-.7933.0888-.77.3888-.6067.6398.3773.5354.26,1.1141-.3266,1.6122-.4382-.1898-.9742-.3308-1.563-.4111-.5889-.0803-1.2132-.0974-1.8204-.0501-.84.0673-1.68.0928-1.82-.4224-.0182-.1273-.0976-.2513-.2331-.3642s-.3239-.2119-.553-.2907-.4936-.1356-.7763-.1665c-.2828-.031-.5772-.0356-.8642-.0133-.2949.0193-.5715.0743-.7983.1589s-.3949.1954-.4851.3196c-2.17-.1255-5.6933-.2357-11.6666-.3285-.6767.0092-1.3534.0224-2.0534.0367l-1.7266.0347c-.5314-.159-1.1661-.2386-1.8094-.2271-.6434.0116-1.2609.1138-1.7606.2914-2.7767.0551-5.6234.1194-8.5167.1837l-5.43667.1204c0-.0184-.02333-.0347-.02333-.0521-.02797-.0226-.04392-.0477-.04667-.0734.02334-.2113-.84-.3857-1.54-.4215-.11077-.0077-.22403-.0053-.33255.0071-.10852.0125-.20992.0346-.29774.0652-.08782.0305-.16012.0687-.2123.1121s-.08308.0912-.09074.1401c-.02335.0996-.08653.1967-.18667.2867-.58333.0103-1.14333.0245-1.75.0388-.14342-.0731-.29943-.1413-.46666-.2041C2.0656,81.0127,1.07561,80.7512,0,80.5781L0,100h1680v-17.822c-8.66.0449-17.83.1296-27.9.3143Z' transform='translate(0 541)' fill='%23002e57'/%3E%3Cpath d='M814.469,25.8928c0,0,1.481.1561,2.768-.5063c1.287-.6625,3.392-.5844,4.25-1.0526s1.014-.7803,1.014-.1942c0,.586-2.379,5.3408-5.497,5.4968-3.121.1561-2.3,3.1585-2.222,3.2764.078.1162,2.104,4.4842,2.104,4.4842s1.794-.7803,3.899.4283c2.106,1.2086,2.496-.1959,3.977-.4283c1.481-.2341,8.617-2.3791,11.151,1.3638c2.535,3.7429,4.173,5.3425,4.407,6.2788.233.9356-.352,5.3408-.974,7.3688-.625,2.0279-1.287,4.055-1.287,5.1864s-.78,4.9523-.858,5.6928c-.078.7404-.897,5.3026-.663,6.9794.234,1.6759.703,3.0024.39,6.8624-.312,3.8607-.196,4.8353-.196,4.8353h-1.052l-1.092-10.6842-.39-1.9499L832.99,61.61c0,0-.352.4682-1.326.7803c0,0,2.378,6.1211,2.886,7.2135l-.468,2.028c0,0-.35,1.5979-.41,1.6759-.059.078-.546,3.9185-.546,3.9185l-.526,4.7386h-1.58l.234-4.055.156-3.0025c0,0,.02-3.1967-.721-4.3671-.741-1.1696-2.171-2.5987-2.639-3.7174-.468-1.1171-1.612-4.5487-1.612-4.5487s-1.89,1.4037-3.392,1.5784c0,0-.936,5.4392-1.209,6.6487-.272,1.2086-.311,5.2644-.428,5.7708-.116.5063-.74,5.3408-.74,5.3408l-.351,2.8862-1.833.1942c0,0,0-3.0024-.078-3.5868-.078-.5843-.156-4.0414-.026-4.7437.13-.7014.208-1.8973.208-2.4435s.026-3.223.026-3.223.312-2.781.13-3.7691c-.182-.9873-.442-1.7413-.442-1.7413s-1.28-.1925-1.778-.4351c0,0-.867-.0102-1.481.6438l-1.005.0381c0,0-.019,1.6582-.447,5.245-.429,3.5868-1.248,7.3696-1.248,7.3696s-.78,4.8929-.8,5.0286c-.019.1366-.286,1.6183-.286,1.6183l-1.559.1959c0,0,.389-4.6792.338-5.8225-.053-1.1442-.312-1.5335-.104-3.301.207-1.7684.182-4.5758.182-4.5758s0-2.2874-.416-3.0406c-.417-.754-.944-3.5749-.514-5.2899c0,0-.396-1.0008-.553-1.8074-.156-.8049-.779-1.3257-.96-1.9236-.183-.5971-.235-1.195-.313-1.4817l-.078-.2858c0,0-.754-1.4037-1.013-1.6633-.261-.2603-1.353-2.0016-1.378-3.0669-.027-1.0661.468-1.7938.468-1.7938s-1.144-2.0279-1.248-3.3018c-.104-1.2731,0-2.8066,0-2.8066s-.91-2.8336-.234-4.1856c0,0-.52-2.7302.234-3.9252c0,0,.311-3.3273,1.248-4.7055c0,0,.012-.9491.051-1.5199.039-.5725-.338-.4818-.324-1.3002.012-.8185-2.022-3.2942-2.022-3.2942l-.78-1.7159c0,0-7.505-3.1915-10.365-8.8063c0,0-2.963-1.8193-2.34-7.59006.472-4.35864-.479-5.95909-.975-6.4824-.037-.04071.01-.10432.059-.07803.482.2519,1.38.86426,1.943,2.11358.488.87614,2.165-1.30699,2.165-1.30699s1.61-1.530063,2.547-1.926148c.078-.031382.145.058522.094.122981-.777.969437-4.03,5.149107-4.065,7.242337-.038,2.37906.663,2.80823.663,2.80823l.118-2.84639c0,0,.935.29176.721,2.96259c0,0,4.29-3.56817,5.653-4.6784c1.365-1.11192,2.457-2.65216,2.457-2.65216s.254-.12637.02.58438c-.234.71244-4.367,5.92686-4.367,5.92686s2.202.01951,3.256-.39015c0,0,.35.17642-.342.55639s-3.908,1.08228-3.908,1.08228-4.53,4.9642,3.996,9.3321c0,0-2.001-3.457-1.455-5.1474c0,0,.312-.1942.35.5335.04.7269,1.768,5.7708,6.447,7.1745c0,0-2.496-6.1991-2.574-7.6427-.052-1.0407.806.676.806.676s3.562,8.2533,4.184,8.6816c.625.4284,4.583.5259,5.089.0586.506-.4682,6.025-6.0499,6.908-11.0938c0,0,.5-.6624.384.9168-.118,1.5784-1.294,5.5817-3.79,8.233c0,0,4.94-1.9753,6.656-3.5351c1.715-1.5597,2.262-4.9905,2.262-4.9905s.76-1.3646,0,3.0406c0,0,1.949-3.5681,1.618-5.887-.332-2.32049-2.983-4.25003-2.983-4.25003s.116-.5267.838.26038l.722.78623c0,0-2.476-5.80388-2.398-6.75889c0,0,.194-.916005.722.74213.526,1.65643,3.327,7.51799,5.276,8.02603c0,0,.805-2.50968.883-4.50961.078-2.00248-.675-4.939617-.675-4.939617s.285-.597945,1.195,2.391777c.909,2.98888,2.574-.39015,2.574-.39015s.35.06531.091.70227c-.26.63696-1.326,2.26032-1.521,3.54781-.194,1.28664-.337,3.10677-1.39,4.78357c0,0,.467,3.4901-1.112,5.7123-1.58,2.2221-12.77,8.1295-12.77,8.1295l-1.481.5835Z' transform='translate(0 541)' fill='%23002e57'/%3E%3C/svg%3E%0A");
85
86
  $utrecht-page-footer-background-position: center center;
@@ -221,7 +222,6 @@ $conduction-card-header-date-font-size: $epe-font-size-sm;
221
222
  $conduction-card-header-title-color: $epe-color-blue-31;
222
223
  $conduction-card-header-hover-border-bottom-color: $epe-color-blue-31;
223
224
  $conduction-card-header-border-bottom-color: $epe-color-yellow-42;
224
- $conduction-card-header-border-bottom-width: $epe-size-4xs;
225
225
  $utrecht-surface-background-color: $epe-color-white-100;
226
226
  $utrecht-separator-block-size: $epe-size-4xs;
227
227
  $utrecht-separator-color: $epe-color-yellow-42;
@@ -4724,11 +4724,11 @@
4724
4724
  "logo": {
4725
4725
  "max-height": {},
4726
4726
  "max-width": {
4727
- "value": "100px",
4727
+ "value": "155px",
4728
4728
  "filePath": "src/component/utrecht/extra-tokens/page-header.tokens.json",
4729
4729
  "isSource": true,
4730
4730
  "original": {
4731
- "value": "100px"
4731
+ "value": "155px"
4732
4732
  },
4733
4733
  "name": "utrechtPageHeaderLogoMaxWidth",
4734
4734
  "attributes": {
@@ -7005,11 +7005,11 @@
7005
7005
  "card-header": {
7006
7006
  "background-color": {},
7007
7007
  "border-bottom-width": {
7008
- "value": "1px",
7008
+ "value": "1,6px",
7009
7009
  "filePath": "src/component/conduction/card-header.tokens.json",
7010
7010
  "isSource": true,
7011
7011
  "original": {
7012
- "value": "{epe.size.4xs}"
7012
+ "value": "1,6px"
7013
7013
  },
7014
7014
  "name": "conductionCardHeaderBorderBottomWidth",
7015
7015
  "attributes": {
@@ -7083,11 +7083,11 @@
7083
7083
  "hover": {
7084
7084
  "background-color": {},
7085
7085
  "border-bottom-width": {
7086
- "value": "1.6px",
7086
+ "value": "1,6px",
7087
7087
  "filePath": "src/component/conduction/card-header.tokens.json",
7088
7088
  "isSource": true,
7089
7089
  "original": {
7090
- "value": "1.6px"
7090
+ "value": "1,6px"
7091
7091
  },
7092
7092
  "name": "conductionCardHeaderHoverBorderBottomWidth",
7093
7093
  "attributes": {
@@ -2,13 +2,13 @@
2
2
  "conduction": {
3
3
  "card-header": {
4
4
  "background-color": {},
5
- "border-bottom-width": { "value": "{epe.size.4xs}" },
5
+ "border-bottom-width": { "value": "1,6px" },
6
6
  "border-bottom-style": { "value": "solid" },
7
7
  "border-bottom-color": { "value": "{epe.color.yellow.42}" },
8
8
  "color": { "value": "{utrecht.document.color}" },
9
9
  "hover": {
10
10
  "background-color": {},
11
- "border-bottom-width": { "value": "1.6px" },
11
+ "border-bottom-width": { "value": "1,6px" },
12
12
  "border-bottom-style": { "value": "solid" },
13
13
  "border-bottom-color": { "value": "{epe.color.blue.31}" }
14
14
  },
@@ -3,7 +3,7 @@
3
3
  "page-header": {
4
4
  "logo": {
5
5
  "max-height": {},
6
- "max-width": { "value": "100px" }
6
+ "max-width": { "value": "155px" }
7
7
  }
8
8
  }
9
9
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 04 Oct 2023 14:26:39 GMT
3
+ * Generated on Fri, 06 Oct 2023 12:29:27 GMT
4
4
  */
5
5
 
6
6
  .leiden-theme {
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 04 Oct 2023 14:26:39 GMT
3
+ * Generated on Fri, 06 Oct 2023 12:29:27 GMT
4
4
  */
5
5
 
6
6
  export const leidenColorPrimary = "#d62410";
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 04 Oct 2023 14:26:39 GMT
3
+ // Generated on Fri, 06 Oct 2023 12:29:27 GMT
4
4
 
5
5
  @conduction-tabs-tab-list-border-bottom-width: 0px;
6
6
  @conduction-tabs-tab-list-margin-block-end: 0px;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 04 Oct 2023 14:26:39 GMT
3
+ // Generated on Fri, 06 Oct 2023 12:29:27 GMT
4
4
 
5
5
  $conduction-tabs-tab-list-border-bottom-width: 0px;
6
6
  $conduction-tabs-tab-list-margin-block-end: 0px;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 04 Oct 2023 14:27:31 GMT
3
+ * Generated on Fri, 06 Oct 2023 12:30:12 GMT
4
4
  */
5
5
 
6
6
  .noaberkracht-theme {
@@ -100,17 +100,18 @@
100
100
  --noaberkracht-size-2xs: 4px;
101
101
  --noaberkracht-size-3xs: 2px;
102
102
  --noaberkracht-size-4xs: 1px;
103
- --noaberkracht-font-size-4xl: 84px;
104
- --noaberkracht-font-size-3xl: 72px;
105
- --noaberkracht-font-size-2xl: 60px;
106
- --noaberkracht-font-size-xl: 48px;
107
- --noaberkracht-font-size-lg: 36px;
108
- --noaberkracht-font-size-md: 24px;
109
- --noaberkracht-font-size-sm: 18px;
110
- --noaberkracht-font-size-xs: 14px;
111
- --noaberkracht-font-size-2xs: 12px;
112
- --noaberkracht-font-size-3xs: 10x;
113
- --noaberkracht-font-size-4xs: 8px;
103
+ --noaberkracht-font-size-5xl: 84px;
104
+ --noaberkracht-font-size-4xl: 72px;
105
+ --noaberkracht-font-size-3xl: 60px;
106
+ --noaberkracht-font-size-2xl: 48px;
107
+ --noaberkracht-font-size-xl: 36px;
108
+ --noaberkracht-font-size-lg: 24px;
109
+ --noaberkracht-font-size-md: 18px;
110
+ --noaberkracht-font-size-sm: 14px;
111
+ --noaberkracht-font-size-xs: 12px;
112
+ --noaberkracht-font-size-2xs: 10x;
113
+ --noaberkracht-font-size-3xs: 8px;
114
+ --noaberkracht-font-size-4xs: 5px;
114
115
  --noaberkracht-color-black-0: #000000; /* Base/Black */
115
116
  --noaberkracht-color-white-100: #ffffff; /* Base/White */
116
117
  --noaberkracht-color-white-98: #fafafa;