@utrecht/web-component-library-stencil 1.0.0-alpha.85 → 1.0.0-alpha.89

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 (165) hide show
  1. package/dist/button/stencil.d.ts +1 -0
  2. package/dist/button/stencil.js +4 -1
  3. package/dist/cjs/{index-faf30303.js → index-b96d9af7.js} +7 -0
  4. package/dist/cjs/loader.cjs.js +3 -3
  5. package/dist/cjs/utrecht-article.cjs.entry.js +1 -1
  6. package/dist/cjs/utrecht-badge-counter.cjs.entry.js +1 -1
  7. package/dist/cjs/utrecht-badge-data.cjs.entry.js +1 -1
  8. package/dist/cjs/utrecht-badge-status.cjs.entry.js +1 -1
  9. package/dist/cjs/utrecht-breadcrumb.cjs.entry.js +1 -1
  10. package/dist/cjs/utrecht-button_2.cjs.entry.js +58 -0
  11. package/dist/cjs/utrecht-checkbox.cjs.entry.js +2 -2
  12. package/dist/cjs/utrecht-contact-card-template.cjs.entry.js +1 -1
  13. package/dist/cjs/utrecht-digid-button.cjs.entry.js +19 -0
  14. package/dist/cjs/utrecht-document.cjs.entry.js +1 -1
  15. package/dist/cjs/utrecht-form-field-checkbox.cjs.entry.js +2 -2
  16. package/dist/cjs/utrecht-form-field-description.cjs.entry.js +1 -1
  17. package/dist/cjs/utrecht-form-field-textarea.cjs.entry.js +2 -2
  18. package/dist/cjs/utrecht-form-field-textbox.cjs.entry.js +2 -2
  19. package/dist/cjs/utrecht-form-toggle.cjs.entry.js +2 -2
  20. package/dist/cjs/utrecht-heading-1.cjs.entry.js +1 -1
  21. package/dist/cjs/utrecht-heading-2_3.cjs.entry.js +1 -1
  22. package/dist/cjs/utrecht-heading-4.cjs.entry.js +1 -1
  23. package/dist/cjs/utrecht-heading-5.cjs.entry.js +1 -1
  24. package/dist/cjs/utrecht-heading-6.cjs.entry.js +1 -1
  25. package/dist/cjs/utrecht-heading.cjs.entry.js +1 -1
  26. package/dist/cjs/utrecht-html-content.cjs.entry.js +2 -2
  27. package/dist/cjs/utrecht-icon-arrow.cjs.entry.js +1 -1
  28. package/dist/cjs/utrecht-icon-cross.cjs.entry.js +1 -1
  29. package/dist/cjs/utrecht-icon-facebook.cjs.entry.js +1 -1
  30. package/dist/cjs/utrecht-icon-filter.cjs.entry.js +1 -1
  31. package/dist/cjs/utrecht-icon-instagram.cjs.entry.js +1 -1
  32. package/dist/cjs/utrecht-icon-linkedin.cjs.entry.js +1 -1
  33. package/dist/cjs/utrecht-icon-list.cjs.entry.js +1 -1
  34. package/dist/cjs/utrecht-icon-loupe.cjs.entry.js +1 -1
  35. package/dist/cjs/utrecht-icon-twitter.cjs.entry.js +1 -1
  36. package/dist/cjs/utrecht-icon-whatsapp.cjs.entry.js +1 -1
  37. package/dist/cjs/utrecht-icon-zoomin.cjs.entry.js +1 -1
  38. package/dist/cjs/utrecht-icon-zoomout.cjs.entry.js +1 -1
  39. package/dist/cjs/utrecht-logo.cjs.entry.js +1 -1
  40. package/dist/cjs/utrecht-page-footer.cjs.entry.js +1 -1
  41. package/dist/cjs/utrecht-pagination.cjs.entry.js +1 -1
  42. package/dist/cjs/utrecht-separator.cjs.entry.js +1 -1
  43. package/dist/cjs/utrecht-sidenav.cjs.entry.js +1 -1
  44. package/dist/cjs/utrecht-textbox.cjs.entry.js +2 -2
  45. package/dist/cjs/utrecht.cjs.js +3 -3
  46. package/dist/collection/button/bem.js +12 -2
  47. package/dist/collection/button/html.js +16 -0
  48. package/dist/collection/button/stencil.css +12 -0
  49. package/dist/collection/button/stencil.js +18 -1
  50. package/dist/collection/checkbox/bem.js +18 -0
  51. package/dist/collection/checkbox/stencil.css +4 -0
  52. package/dist/collection/collection-manifest.json +3 -1
  53. package/dist/collection/digid-button/bem.js +16 -0
  54. package/dist/collection/digid-button/stencil.css +31 -0
  55. package/dist/collection/digid-button/stencil.js +41 -0
  56. package/dist/collection/digid-logo/stencil.css +18 -0
  57. package/dist/collection/digid-logo/stencil.js +23 -0
  58. package/dist/collection/form-field-checkbox/stencil.css +4 -0
  59. package/dist/collection/form-field-textarea/stencil.css +1 -0
  60. package/dist/collection/form-field-textbox/stencil.css +1 -0
  61. package/dist/collection/form-toggle/stencil.css +1 -0
  62. package/dist/collection/html-content/stencil.css +23 -0
  63. package/dist/collection/radio-button/bem.js +18 -0
  64. package/dist/collection/textbox/stencil.css +1 -0
  65. package/dist/custom-elements/index.d.ts +12 -0
  66. package/dist/custom-elements/index.js +56 -24
  67. package/dist/digid-button/stencil.d.ts +9 -0
  68. package/dist/digid-button/stencil.js +31 -0
  69. package/dist/digid-logo/stencil.d.ts +8 -0
  70. package/dist/digid-logo/stencil.js +29 -0
  71. package/dist/esm/{index-1f406333.js → index-26eb3bc0.js} +7 -0
  72. package/dist/esm/loader.js +3 -3
  73. package/dist/esm/utrecht-article.entry.js +1 -1
  74. package/dist/esm/utrecht-badge-counter.entry.js +1 -1
  75. package/dist/esm/utrecht-badge-data.entry.js +1 -1
  76. package/dist/esm/utrecht-badge-status.entry.js +1 -1
  77. package/dist/esm/utrecht-breadcrumb.entry.js +1 -1
  78. package/dist/esm/utrecht-button_2.entry.js +53 -0
  79. package/dist/esm/utrecht-checkbox.entry.js +2 -2
  80. package/dist/esm/utrecht-contact-card-template.entry.js +1 -1
  81. package/dist/esm/utrecht-digid-button.entry.js +15 -0
  82. package/dist/esm/utrecht-document.entry.js +1 -1
  83. package/dist/esm/utrecht-form-field-checkbox.entry.js +2 -2
  84. package/dist/esm/utrecht-form-field-description.entry.js +1 -1
  85. package/dist/esm/utrecht-form-field-textarea.entry.js +2 -2
  86. package/dist/esm/utrecht-form-field-textbox.entry.js +2 -2
  87. package/dist/esm/utrecht-form-toggle.entry.js +2 -2
  88. package/dist/esm/utrecht-heading-1.entry.js +1 -1
  89. package/dist/esm/utrecht-heading-2_3.entry.js +1 -1
  90. package/dist/esm/utrecht-heading-4.entry.js +1 -1
  91. package/dist/esm/utrecht-heading-5.entry.js +1 -1
  92. package/dist/esm/utrecht-heading-6.entry.js +1 -1
  93. package/dist/esm/utrecht-heading.entry.js +1 -1
  94. package/dist/esm/utrecht-html-content.entry.js +2 -2
  95. package/dist/esm/utrecht-icon-arrow.entry.js +1 -1
  96. package/dist/esm/utrecht-icon-cross.entry.js +1 -1
  97. package/dist/esm/utrecht-icon-facebook.entry.js +1 -1
  98. package/dist/esm/utrecht-icon-filter.entry.js +1 -1
  99. package/dist/esm/utrecht-icon-instagram.entry.js +1 -1
  100. package/dist/esm/utrecht-icon-linkedin.entry.js +1 -1
  101. package/dist/esm/utrecht-icon-list.entry.js +1 -1
  102. package/dist/esm/utrecht-icon-loupe.entry.js +1 -1
  103. package/dist/esm/utrecht-icon-twitter.entry.js +1 -1
  104. package/dist/esm/utrecht-icon-whatsapp.entry.js +1 -1
  105. package/dist/esm/utrecht-icon-zoomin.entry.js +1 -1
  106. package/dist/esm/utrecht-icon-zoomout.entry.js +1 -1
  107. package/dist/esm/utrecht-logo.entry.js +1 -1
  108. package/dist/esm/utrecht-page-footer.entry.js +1 -1
  109. package/dist/esm/utrecht-pagination.entry.js +1 -1
  110. package/dist/esm/utrecht-separator.entry.js +1 -1
  111. package/dist/esm/utrecht-sidenav.entry.js +1 -1
  112. package/dist/esm/utrecht-textbox.entry.js +2 -2
  113. package/dist/esm/utrecht.js +3 -3
  114. package/dist/types/button/stencil.d.ts +1 -0
  115. package/dist/types/components.d.ts +30 -0
  116. package/dist/types/digid-button/stencil.d.ts +9 -0
  117. package/dist/types/digid-logo/stencil.d.ts +8 -0
  118. package/dist/utrecht/{p-4eb925ae.entry.js → p-023706f2.entry.js} +1 -1
  119. package/dist/utrecht/{p-7731cdfc.entry.js → p-0b5df266.entry.js} +1 -1
  120. package/dist/utrecht/{p-fd1b9ce0.entry.js → p-132cfd06.entry.js} +1 -1
  121. package/dist/utrecht/{p-5177f4f1.entry.js → p-13e4e5e9.entry.js} +1 -1
  122. package/dist/utrecht/{p-92f45053.js → p-17bfa2b7.js} +0 -0
  123. package/dist/utrecht/{p-d0413cfd.entry.js → p-201a5ed5.entry.js} +1 -1
  124. package/dist/utrecht/{p-2db2eb75.entry.js → p-22ccf8ac.entry.js} +1 -1
  125. package/dist/utrecht/p-3ba93737.entry.js +1 -0
  126. package/dist/utrecht/p-3f1db63a.entry.js +1 -0
  127. package/dist/utrecht/{p-3ecb6600.entry.js → p-3f4d1a2b.entry.js} +1 -1
  128. package/dist/utrecht/{p-fd7c1169.entry.js → p-43de5d0e.entry.js} +1 -1
  129. package/dist/utrecht/{p-48a61ec7.entry.js → p-48e2e522.entry.js} +1 -1
  130. package/dist/utrecht/{p-8fe69424.entry.js → p-56879b89.entry.js} +1 -1
  131. package/dist/utrecht/{p-3d543bd7.entry.js → p-5a8cd573.entry.js} +1 -1
  132. package/dist/utrecht/p-5b6fb195.entry.js +1 -0
  133. package/dist/utrecht/{p-67d9bd81.entry.js → p-5b773973.entry.js} +1 -1
  134. package/dist/utrecht/{p-88cfd39b.entry.js → p-6a91f1ce.entry.js} +1 -1
  135. package/dist/utrecht/{p-dc788226.entry.js → p-75f9997b.entry.js} +1 -1
  136. package/dist/utrecht/{p-a80a05c9.entry.js → p-837a6fdf.entry.js} +1 -1
  137. package/dist/utrecht/{p-f49e9d32.entry.js → p-88307e9c.entry.js} +1 -1
  138. package/dist/utrecht/{p-59a4c3c0.entry.js → p-8b7d7a03.entry.js} +1 -1
  139. package/dist/utrecht/{p-152c934f.entry.js → p-929780fe.entry.js} +1 -1
  140. package/dist/utrecht/{p-170e6d71.entry.js → p-946a03ad.entry.js} +1 -1
  141. package/dist/utrecht/{p-1549b898.entry.js → p-a5128513.entry.js} +1 -1
  142. package/dist/utrecht/{p-2606f67e.entry.js → p-a7272f16.entry.js} +1 -1
  143. package/dist/utrecht/{p-a5113af3.entry.js → p-b1425686.entry.js} +1 -1
  144. package/dist/utrecht/{p-ff065ee5.entry.js → p-b4185f2c.entry.js} +1 -1
  145. package/dist/utrecht/p-c2699171.entry.js +1 -0
  146. package/dist/utrecht/{p-e276040c.entry.js → p-c3c6dd79.entry.js} +1 -1
  147. package/dist/utrecht/{p-620bf3eb.entry.js → p-c612deb7.entry.js} +1 -1
  148. package/dist/utrecht/{p-f985d202.entry.js → p-ca5a1b8b.entry.js} +1 -1
  149. package/dist/utrecht/{p-8a2da7c8.entry.js → p-d0a14420.entry.js} +1 -1
  150. package/dist/utrecht/{p-6f536261.entry.js → p-d27583eb.entry.js} +1 -1
  151. package/dist/utrecht/{p-5d15fb5c.entry.js → p-d2a8967c.entry.js} +1 -1
  152. package/dist/utrecht/{p-192c5850.entry.js → p-d8528c00.entry.js} +1 -1
  153. package/dist/utrecht/{p-3705d6a2.entry.js → p-d9794f59.entry.js} +1 -1
  154. package/dist/utrecht/{p-e18c1944.entry.js → p-df90175a.entry.js} +1 -1
  155. package/dist/utrecht/{p-f2b24fe9.entry.js → p-e9ed28bc.entry.js} +1 -1
  156. package/dist/utrecht/{p-45e34b17.entry.js → p-eac56ee3.entry.js} +1 -1
  157. package/dist/utrecht/{p-f6290566.entry.js → p-f71978aa.entry.js} +1 -1
  158. package/dist/utrecht/{p-02530cfd.entry.js → p-f8291871.entry.js} +1 -1
  159. package/dist/utrecht/utrecht.esm.js +1 -1
  160. package/package.json +7 -4
  161. package/dist/cjs/utrecht-button.cjs.entry.js +0 -45
  162. package/dist/esm/utrecht-button.entry.js +0 -41
  163. package/dist/utrecht/p-caac78a9.entry.js +0 -1
  164. package/dist/utrecht/p-cd3bd88c.entry.js +0 -1
  165. package/dist/utrecht/p-fde396be.entry.js +0 -1
@@ -1 +1 @@
1
- import{r as c,h as l}from"./p-92f45053.js";const h=class{constructor(l){c(this,l)}render(){return l("svg",{version:"1.1",class:"utrecht-logo",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 110.57 58.97"},l("g",null,l("path",{class:"utrecht-logo__decoration-1",d:"M72.13 35.46c.96-.47 1.84-1.04 2.61-1.7.17-.24.36-.42.58-.54 1.49-1.52 2.42-3.49 2.42-5.9v-2.15c-.06.02-.12.03-.19.03s-.14-.01-.21-.03l-.16.91c-1.48-.28-1.32-1.75-.32-2.25.57-.29.75-.5.58-.72a.227.227 0 00-.18-.09c-.21 0-.52.23-.82.45-.13.1-.3.15-.48.15-.39 0-.81-.25-.99-.84l-.52.29c-.09-1.11.6-1.66 1.3-1.66.33 0 .67.12.93.36.1.09.2.13.3.13.32 0 .54-.4.11-.63-.41-.22-.8-.9-.42-1.33l-.62-.58c.28-.17.58-.25.86-.25.3 0 .59.1.83.3v-7.84a.53.53 0 01-.41-.5c0-.3.18-.48.41-.57v-.65c-.47.1-.82.39-.96.79l-.66.01c-.03-.5.21-.95.72-1.12v-.65c-.43.09-.71.3-.88.49-.05.05-.09.11-.14.17l-.5.01c-.02-.48.22-.91.67-1.06v-.3H51.53v.3c.46.15.7.58.67 1.06l-.5-.01c-.04-.06-.09-.11-.14-.17-.17-.18-.46-.39-.88-.49v.65c.5.17.74.62.72 1.12l-.66-.01c-.14-.4-.49-.68-.96-.79v.65c.23.09.4.27.4.57 0 .26-.21.46-.4.5v7.83c.24-.2.52-.29.82-.29.29 0 .59.09.86.25l-.62.58c.37.44-.02 1.11-.42 1.33-.43.23-.2.63.11.63.1 0 .2-.04.3-.13.26-.24.6-.36.93-.36.7 0 1.39.54 1.3 1.66l-.54-.3c-.18.59-.6.84-.99.84-.18 0-.35-.05-.48-.15-.3-.22-.61-.45-.82-.45-.07 0-.14.03-.18.09-.16.22.01.44.58.72 1.01.5 1.17 1.97-.32 2.25l-.16-.91c-.07.02-.14.03-.21.03-.06 0-.12-.01-.18-.02v2.15c0 2.42.94 4.39 2.44 5.91.19.11.37.28.53.5.77.68 1.67 1.25 2.64 1.73h16.76z"}),l("path",{class:"utrecht-logo__decoration-2",d:"M74.28 8.19H53.27l-.29.61h21.46l-.16-.61zm2.84 3.7v7.23c.22.04.43.13.61.28v-7.39l-.61-.12zm.22 13.28l-.16.91c-.02 0-.04-.01-.06-.01v1.26c0 1.69-.5 3.23-1.47 4.56-.24.32-.5.63-.79.93L51.07 9.01c-.11-.05-.24-.1-.39-.13v.65c.5.17.74.62.72 1.12l-.66-.01c-.14-.4-.49-.68-.96-.79v.65c.23.09.4.27.4.57 0 .26-.21.46-.4.5v7.78c.24-.2.53-.27.83-.27.29 0 .58.11.85.27l-.62.58c.37.44-.02 1.11-.42 1.33-.43.23-.2.63.11.63.1 0 .2-.04.3-.13.26-.24.6-.36.93-.36.7 0 1.39.54 1.3 1.66l-.54-.3c-.18.59-.6.84-.99.84-.18 0-.35-.05-.48-.15-.3-.22-.61-.45-.82-.45-.07 0-.14.03-.18.09-.16.22.01.44.58.72.96.48 1.15 1.86-.11 2.23l-.21.02-.16-.91c-.07.02-.14.03-.21.03-.06 0-.12-.01-.18-.02v2.15c0 2.13.73 3.91 1.92 5.34.01.01.02.02.02.03.04.05.09.1.13.15l.03.03c.05.06.1.11.15.17 0 0 0 .01.01.01.05.06.11.11.16.17l.01.01c.07.04.13.09.19.14.12.1.24.22.34.36.77.68 1.67 1.25 2.64 1.73.11.06.22.12.34.17 1.6.8 3.94 1.67 8.03 1.67s6.43-.87 8.03-1.67c.12-.06.23-.12.34-.17.96-.47 1.84-1.04 2.61-1.7l.06-.09c.01-.01.02-.02.03-.04.01-.01.02-.03.04-.04.01-.02.03-.03.04-.05.01-.01.01-.02.02-.02l.06-.06.01-.01.06-.06.01-.01c.02-.02.05-.04.07-.06.05-.04.1-.07.15-.1.01-.01.02-.01.03-.02 1.49-1.52 2.42-3.49 2.42-5.9v-2.12a.582.582 0 01-.37 0z"}),l("path",{class:"utrecht-logo__decoration-1",d:"M78.15 1.4c0-.11-.01-.21-.02-.32h-1.51c-.01.86-.23 1.69-.61 2.34-.26.44-.57.77-.92.97h.11c1.63.01 2.95-1.33 2.95-2.99zm-1.53 5.73c-.12-.02-.23-.03-.35-.03-.09 0-.18.01-.27.02-.28.03-.56.12-.78.28-.25.18-.43.48-.44.8h.47c.21-.17.46-.29.73-.35v.65c-.46.15-.7.58-.67 1.06l.5-.01c.04-.06.09-.11.14-.17.17-.18.46-.39.88-.49v.65c-.5.17-.74.62-.72 1.12l.66-.01c.15-.42.52-.71 1.02-.8v.64c-.26.08-.47.26-.47.59 0 .29.26.5.47.5l-.02.55h.01c.14 0 .26-.04.39-.1.41-.22.57-.7.56-1.14l.6-.29c0 .02.01.04.01.07.05.37 0 .73-.12 1.04l1.13 1.07c.22-.54.51-1.05.86-1.52.13-.16.26-.32.4-.46-.49-.37-1.09-.83-1.29-.98-.63-.47-1.21-.99-1.81-1.5-.37-.31-.75-.62-1.15-.89-.23-.15-.48-.25-.74-.3zm10.49 19.85c.09.05.18.07.27.07.22 0 .43-.12.55-.31-.02-.11-.06-.23-.09-.34-.1-.3-.25-.59-.46-.87-.27-.36-.63-.69-1.11-.96-.07-.04-.15-.09-.24-.14.32.39.51.67.63.91.13.24.19.43.28.61a.655.655 0 00.17 1.03zm-46.27-1.65c.12-.23.31-.52.63-.91-.08.05-.17.1-.24.14-.48.27-.84.6-1.11.96-.21.28-.35.58-.46.87-.04.11-.07.23-.09.34.12.19.33.31.55.31.09 0 .18-.02.27-.07.33-.17.46-.61.23-.95a.55.55 0 00-.07-.09c.1-.17.16-.36.29-.6zM82.27 7.59c.12 0 .25-.01.38-.02-.39-.14-.7-.37-.9-.69-.28-.43-.32-.89-.21-1.3-.02 0-.04.01-.06.01-.47.1-.71.46-.62.94.13.72.58 1.06 1.41 1.06zm5.71 20.21c.01-.1.02-.2.02-.31a1.222 1.222 0 01-1.19.03c-.35-.18-.59-.51-.66-.9-.05-.25-.02-.51.08-.74 0 0 0-.01-.01-.01-.27-.05-.57-.09-.9-.13-.55-.06-1.05-.09-1.51-.09-4.3 0-4.65 2.36-4.65 2.36-.67 2.51 1.34 3.64 1.34 3.64s.46 2.29-.56 3.16l-1.06-.36-.53-.18-.3-.1c-.48-.68-1.26-1.16-2-1.16-.72 0-1.41.46-1.75 1.65l.75-.16c0 .77.25.97.64.97.08 0 .17-.01.26-.02.11-.02.22-.04.34-.06.37-.07.64-.15.83-.15.18 0 .3.07.37.26.1.29-.18.47-.54.56-.88.2-1.38.82-1.22 1.65.04.19.1.38.21.59.04.09.09.17.15.26 0 0 .01 0 .01.01l.87-.53c.13.13.28.18.43.18.33 0 .65-.24.77-.45l.03-.06c.1-.2.11-.43.11-.64 0-.12-.01-.24-.01-.35 0-.13 0-.24.03-.32a.55.55 0 01.32-.33.432.432 0 01.42.06c.21.15.21.38.18.61-.03.24-.07.46.06.66.01.02.02.03.03.05.05.06.11.12.17.17.04.03.22.16.22.21l-.09 1.06c.56-.04 1.18-.16 1.48-.67.06-.1.11-.23.14-.36.11-.39.16-.87.22-1.54.25-.1.47-.23.66-.4.24-.21.43-.47.54-.8.3-.9.56-2.7.16-4.6 0 0 4.03-.5 4.9-.94.08-.61.16-1.22.24-1.78zM84.43 4.6s-.55.33-.44.85c.18.38.41.77.7 1.11l.56-.56c.66-.61 1.24-.83 1.72-.83.63 0 1.07.4 1.25.86.28.7.25 1.26.15 1.62-.08.27-.3.49-.8.53-.09.01-.19.01-.29.01-1.03 0-2.38-.37-2.38-.37-.21 1.12-.34 1.34 1.26 1.34.37 0 .83-.01 1.4-.03l-1.6.73c-.18-.01-.35-.02-.52-.02-1.18 0-2.12.35-2.86.92-.17.13-.33.27-.48.42-.57.58-.98 1.3-1.27 2.06-.08.22-.15.44-.21.66-.31 1.16-.35 2.37-.19 3.34.12-.15.24-.29.38-.43l.07-.07c.48-.47 1.29-1.28 2.26-1.78.36-.32.7-.64 1.03-.99.71-.75 1.34-1.58 1.81-2.52-.29 1.01-.78 1.98-1.36 2.87-.23.35-.47.69-.72 1.02-.22.09-.42.19-.62.31-.85.48-1.57 1.22-1.99 1.64-.25.24-.45.51-.64.79-.15.22-.28.44-.42.67-.1.17-.21.35-.31.52-.45.73-1.05 1.45-1.39 1.45-.12 0-.21-.09-.25-.29-.18-.91-.75-1.31-1.37-1.31-.29 0-.59.09-.86.25l.62.58c-.37.44.02 1.11.42 1.33.43.23.2.63-.11.63-.1 0-.2-.04-.3-.13-.26-.24-.6-.36-.93-.36-.7 0-1.39.54-1.3 1.66l.54-.3c.18.59.6.84.99.84.18 0 .35-.05.48-.15.3-.22.61-.45.82-.45.07 0 .14.03.18.09.16.22-.01.44-.58.72-1.01.5-1.17 1.97.32 2.25l.16-.91c.07.02.14.03.21.03.43 0 .73-.38.78-.66.07-.41.05-.66.07-.92.01-.23.16-.33.31-.33.18 0 .36.13.38.36.03.43.02.99.78 1.12l.24.77c.72-.25 1.44-1.08.13-2.48-.02-.71.73-1.12 1.78-1.71.18-.1.37-.21.56-.32l.3-.18c.21-.13 1.02-.72 1.73-1.33l.62.33c-.13.11-.27.23-.43.37-.64.53-1.33 1.05-1.59 1.2l-.15.09c.68.63 1.41 1.18 2.07 1.62.27.18.53.35.77.5s.47.28.66.39c.53.3.95.67 1.27 1.09.21.27.37.56.49.85.12.28.2.57.24.86.02.1.03.19.04.29.02.27.01.53-.02.78-.04.27-.07.54-.11.81-.05.41-.09.81-.12 1.22-.04.48-.06.95-.06 1.42 0 1.44.22 2.47 1.22 3.45.72.71 1.73.88 2.71.95.51.03 1.94.24 2.91.39.56.08.98.55 1.01 1.12.04.77.03 1.78-.24 2.12l-1.32-.18c-.31-.46-1.05-.82-1.77-.82-.56 0-1.11.22-1.42.8-.09.17-.17.37-.21.61l-.03.22.42-.17.24-.1c.01.06.02.11.03.16.14.58.44.79.8.79a1.602 1.602 0 00.61-.15c.34-.14.58-.25.76-.25.12 0 .21.05.29.19.11.19 0 .35-.19.48-.06.04-.14.08-.21.11-1.01.42-1.3 1.4-.37 2.42l.7-.62c.11.07.22.1.32.1.34 0 .65-.31.73-.54.13-.35-.01-.75-.06-1.04-.01-.08-.02-.16-.01-.22a.49.49 0 01.26-.36.414.414 0 01.37-.01c.06.03.11.07.15.12.09.11.11.26.11.41 0 .08 0 .17.01.25.02.14.06.27.18.38.06.05.12.09.18.13.04.02.23.11.24.15l.09.98c.7-.17 1.47-.51 1.28-1.6-.03-.18-.09-.39-.19-.62-.03-.08-.07-.17-.12-.26.61-.3 1.01-.87 1.11-1.54.09-.61-.01-2.78-.08-4.02-.03-.5-.41-.91-.9-.98-.56-.08-1.28-.19-1.81-.3-.84-.18-1.65-.55-1.84-1.15-.16-.52-.07-.58-.02-1.11.04-.41.09-.83.12-1.24 0-.06.01-.13.01-.19.01-.24 0-.49-.03-.73l.15.09c.16.09.33.15.5.2.19.05.38.07.58.07.42 0 .83-.11 1.2-.34.67-.41 1.06-1.12 1.04-1.9-.03-1.39-.82-2.37-1.58-3.32-.36-.45-.74-.92-1.02-1.42-.89-1.6-1.1-3.34-.62-5.17.21-.8.69-1.52 1.2-2.29.19-.29.37-.56.55-.86 0 0 .4.18.66.12a.84.84 0 00.22-.1c.61-.38 1.26-1.93 1.23-3.79-.02-1.48-.37-2.71-1.06-3.72.15.42.28.86.36 1.3.09.48.12.98.09 1.46-.03.49-.13.96-.29 1.4.07-.47.07-.94.01-1.4s-.18-.9-.35-1.32a7.15 7.15 0 00-.54-1.07c.14.86.14 1.73-.09 2.81-.14.67-.43 1.31-.68 1.87-.23.51-.4.92-.47 1.26-.08.37-.03.65.22.88-.04.07-.09.14-.13.21-.11.17-.23.35-.35.53-.52.79-1.06 1.6-1.3 2.52-.52 2-.28 3.98.69 5.73.31.56.71 1.05 1.09 1.53.71.89 1.39 1.73 1.42 2.87.01.52-.24.97-.68 1.24-.46.28-1.01.3-1.48.07-.01-.01-.03-.01-.04-.02-.36-.19-.68-.55-.87-.97-.01-.02-.01-.04-.02-.06-.23-.67-.51-1.33-.83-1.96-.94-1.88-2.11-3.64-2.85-5.62-.64-1.7-.35-3.77-.35-3.77.65.26 1.6.29 1.6.29-.03-2.12 4.52-7.04 1.75-13.04-.19.31-.44.63-.79.96l-.25.24v-.87c1.45-1.5.78-2.93.24-3.41-.41.15-.88.6-1.23 1.15l-.61-.2c.15-.25.32-.49.51-.71a.455.455 0 00-.19-.08c-.03 0-.07-.01-.12-.01-.91 0-4.33.79-4.67.97l-.27.92c-.93.25-1.79.75-2.4 1.08.05.26.33.85.9.78zm6.79 5.87c.25-.69.45-1.4.61-2.12-.08.74-.19 1.47-.36 2.2s-.4 1.44-.67 2.14-.58 1.38-.9 2.05c-.26.53-.53 1.05-.8 1.57a4.62 4.62 0 01-.88-.4c.77-1.11 1.51-2.24 2.13-3.43.33-.65.63-1.32.87-2.01zm-2.63 1.09c-.16.48-.32.97-.52 1.45s-.45.95-.71 1.39l-.48.81c-.34-.12-.68-.19-1.01-.21.29-.34.59-.69.87-1.03.32-.39.61-.78.88-1.19.26-.42.5-.86.73-1.31s.45-.91.68-1.36c-.14.48-.29.97-.44 1.45zm-.2-8.65c-.7.69-.93 1.11-.93 1.11-.93.04-1.13-.55-1.13-1.13.91.25 2.06.02 2.06.02zm-12.4 2.12H51.55v1.46c.33.03.75.14 1.12.4.42.31.68.79.69 1.28v.02h20.79v-.02c.01-.49.27-.97.69-1.28.38-.28.82-.38 1.15-.41V5.03zM56.67 7.66l-2.01-1 2.01-1 2.01 1-2.01 1zm7.09-.11c-.98 0-1.78-.4-1.78-.89s.8-.89 1.78-.89 1.78.4 1.78.89-.8.89-1.78.89zm7.09.11l-2.01-1 2.01-1 2.01 1-2.01 1zM49.98 35.5c.07-.19.19-.26.37-.26.19 0 .46.07.83.15.12.02.23.04.34.06.09.01.18.02.26.02.39 0 .64-.19.64-.97l.75.16c-.34-1.19-1.03-1.65-1.75-1.65-.74 0-1.52.49-2 1.16l-.3.1-.51.2-1.06.36c-1.03-.87-.56-3.16-.56-3.16s2.01-1.13 1.34-3.64c0 0-.35-2.36-4.65-2.36-.46 0-.96.03-1.51.09-.33.04-.63.08-.9.13 0 0 0 .01-.01.01.1.23.13.49.08.74a1.252 1.252 0 01-1.22 1.04c-.22 0-.43-.06-.63-.17 0 .11.01.21.02.31.08.56.16 1.16.21 1.79.87.44 4.9.94 4.9.94-.39 1.9-.14 3.7.16 4.6.11.33.3.59.54.8.19.17.41.3.66.4.05.66.1 1.15.22 1.54.03.14.08.26.14.36.3.51.92.63 1.48.67l-.09-1.06c0-.05.19-.18.22-.21.06-.05.12-.11.17-.17.01-.02.02-.03.03-.05.13-.21.09-.43.06-.66-.03-.23-.03-.46.18-.61a.432.432 0 01.42-.06c.14.05.27.17.32.33.03.08.03.19.03.32 0 .11-.01.23-.01.35 0 .21.02.44.11.64l.03.06c.12.2.44.45.77.45.15 0 .3-.05.43-.18l.87.53s.01 0 .01-.01c.06-.09.1-.18.15-.26.1-.21.17-.4.21-.59.16-.84-.34-1.45-1.22-1.65-.34-.11-.63-.29-.53-.59zm32.74 4.63c-.24-.37-.53-.63-.8-.83-.1-.06-.2-.11-.31-.17l-.28-.14c-.48.41-1.13.51-1.61.54l-.73.05.06-.73.06-.76c-.08-.07-.16-.15-.24-.25 0-.01-.01-.01-.01-.02-.03.09-.07.18-.12.26-.22.38-.74.76-1.31.76-.15 0-.29-.03-.43-.08l-.33.2c.02.02.05.04.07.06 1.07.99 1.87 1.1 3.23 1.41.92.21 1.78.74 2.07 1.69.17.55.14 1.15.11 1.72 0 0 1.88-1.07.88-3.18-.08-.15-.19-.34-.31-.53zm-12.83-.73c-.59-.6-1.22-1.11-1.85-1.41a7.15 7.15 0 00-1.53-.53c-.32-.07-.63-.12-.92-.15-.17-.02-.33-.03-.49-.04-.42.02-.87.03-1.34.03-.47 0-.92-.01-1.34-.03a8.358 8.358 0 00-1.42.19c-.49.11-1.01.28-1.53.53-.63.31-1.26.81-1.85 1.41-.04.04-.07.07-.1.11-1.28 1.39-.94 2.75-.94 2.75s1.64-2.18 4.09-2.18c1.17 0 2.18.39 2.7.65l.38.2.38-.2c.52-.25 1.53-.65 2.7-.65 2.45 0 4.09 2.18 4.09 2.18s.35-1.36-.94-2.75a.73.73 0 00-.09-.11zm-12.72-.44c.97-.98 2.04-1.6 3.01-1.93-.88-.14-1.63-.32-2.3-.53-.07 0-.14-.01-.21-.01-.21 0-.42.01-.61.03-.56.07-1.09.17-1.6.17-1.33 0-2.5-.2-3.45-.46.1.13.19.27.25.43.15.37.18.79.09 1.22l.11.03c.18.04.35.08.49.1.27.05.43.06.43.06s-.24.13-.58.36c-.41.28-.96.7-1.43 1.21-2.21 2.43.23 4.27.23 4.27s-.54-2.39.61-3.15c1.84-1.2 2.82-.17 4.88-1.74.03 0 .05-.03.08-.06zm-6.33.02l-.33-.2c-.13.05-.28.08-.43.08-.58 0-1.1-.38-1.31-.76-.05-.09-.09-.17-.12-.26 0 .01-.01.01-.01.02-.08.1-.16.18-.24.25l.06.76.06.73-.73-.05c-.48-.03-1.12-.13-1.61-.54l-.28.14c-.11.06-.21.11-.31.17-.28.2-.56.46-.8.83-.13.19-.23.37-.31.55-1 2.11.88 3.18.88 3.18-.03-.57-.05-1.17.11-1.72.29-.95 1.15-1.47 2.07-1.69 1.37-.32 2.16-.42 3.23-1.41.03-.04.05-.06.07-.08zm23.87-.53c-.34-.23-.58-.36-.58-.36s.17-.02.43-.06c.14-.02.31-.06.49-.1.03-.01.07-.02.11-.03-.09-.43-.06-.85.09-1.22.06-.15.15-.3.25-.43-.95.26-2.12.46-3.45.46-.51 0-1.04-.11-1.6-.17-.19-.02-.4-.03-.61-.03h-.2c-.67.21-1.43.39-2.3.53.97.33 2.04.94 3.01 1.93.03.03.05.05.07.08 2.06 1.57 3.04.54 4.88 1.74 1.15.75.61 3.15.61 3.15s2.43-1.84.23-4.27c-.47-.52-1.03-.95-1.43-1.22zm24.01 3.11c.07.43.03.81-.13 1.15-.34.72-1.09.98-1.62 1.12l-.71.18-.07-.73-.07-.68c-.06-.04-.13-.09-.19-.14-.01.06-.03.12-.05.18-.17.47-.71.95-1.32.95-.06 0-.12 0-.18-.01l-.43.38-.46.41-.42-.46c-.59-.64-.83-1.36-.68-2.02.05-.21.13-.41.25-.59-.37 0-.7-.14-.95-.4-.09-.1-.18-.21-.24-.34l-.04.01-.97.4.11-1.04c0-.04.01-.07.01-.11-.43.07-.95.23-1.61.48-.09.05-.19.09-.28.12-.05.02-.09.04-.14.05.21.12.42.24.61.36.95.61 1.6 1.27 1.94 1.96.21.22.44.46.69.73 1.03 1.1 2.42 1.61 3.85 1.61 2.45 0 4.98-1.51 5.87-4.17-.01.01-1.22.42-2.77.6zm-9.97-.22c-1.27-.8-2.67-1.25-2.67-1.25.25.02.48.03.7.03.55 0 1-.07 1.37-.18.21-.06.4-.14.56-.22 1.17-.6 1.21-1.67 1.21-1.67-.93.63-1.75.85-2.51.85-.98 0-1.87-.35-2.78-.61-.27-.08-.54-.11-.8-.11-.75 0-1.4.28-1.77.48.47.29.87.66 1.18 1.13.12.19.23.38.32.56.3.41.49.77.79 1.01.69.58 1.65.7 2.52.76 2.64.2 3.72 2.58 3.72 2.58.22-.55.18-1.07-.03-1.54-.33-.72-1.04-1.33-1.81-1.82zm-43.31-2.68c-.37-.2-1.01-.48-1.77-.48-.26 0-.52.03-.8.11-.92.26-1.8.61-2.78.61-.76 0-1.58-.21-2.51-.85 0 0 .05 1.07 1.21 1.67.16.08.35.16.56.22.37.11.83.18 1.37.18.22 0 .45-.01.7-.03 0 0-1.4.45-2.67 1.25-.77.49-1.48 1.1-1.8 1.82-.21.47-.25.98-.03 1.54 0 0 1.07-2.38 3.72-2.58.87-.07 1.82-.19 2.52-.76.3-.25.49-.61.79-1.01.09-.19.2-.37.32-.56.3-.47.7-.85 1.17-1.13zm-15.72 2.08c-.04.09-.08.18-.12.26-.09.23-.16.43-.19.62-.2 1.09.58 1.43 1.28 1.6l.09-.98c.01-.04.2-.13.24-.15.06-.04.13-.08.18-.13a.59.59 0 00.18-.38c.01-.08.01-.16.01-.25.01-.15.03-.3.11-.41.04-.05.08-.09.15-.12a.414.414 0 01.37.01c.13.07.24.2.26.36.01.06 0 .14-.01.22-.05.29-.19.69-.06 1.04.08.23.39.54.73.54.11 0 .21-.03.32-.1l.7.62c.93-1.02.64-2-.37-2.42-.08-.03-.15-.07-.21-.11-.19-.13-.3-.3-.19-.48.08-.14.17-.19.29-.19.18 0 .41.11.76.25a1.602 1.602 0 00.61.15c.36 0 .65-.21.8-.79l.03-.16.24.1.42.17-.03-.22c-.04-.24-.12-.44-.21-.61-.31-.57-.86-.8-1.42-.8-.72 0-1.46.36-1.77.82l-1.32.18c-.27-.34-.28-1.34-.24-2.12.03-.57.45-1.03 1.01-1.12.96-.14 2.4-.35 2.91-.39.97-.07 1.98-.24 2.71-.95 1-.99 1.22-2.02 1.22-3.45 0-.47-.02-.94-.06-1.42-.03-.41-.08-.82-.12-1.22-.03-.27-.07-.54-.11-.81a3.38 3.38 0 01.02-1.07c.05-.29.13-.57.24-.86.12-.3.29-.58.49-.85.32-.42.74-.79 1.27-1.09.19-.11.42-.24.66-.39s.5-.31.77-.5c.66-.44 1.39-.99 2.07-1.62l-.15-.09c-.25-.15-.94-.66-1.59-1.2-.16-.13-.3-.25-.43-.37l.62-.33c.72.61 1.52 1.21 1.73 1.33l.3.18c.19.11.38.22.56.32 1.05.6 1.8 1.01 1.78 1.71-1.3 1.4-.59 2.23.13 2.48l.24-.77c.76-.13.75-.69.78-1.12.02-.23.2-.36.38-.36.15 0 .3.1.31.33.02.25 0 .51.07.92.05.28.35.66.78.66.07 0 .14-.01.21-.03l.16.91c1.48-.28 1.32-1.75.32-2.25-.57-.29-.75-.5-.58-.72.05-.07.11-.09.18-.09.21 0 .52.23.82.45.13.1.3.15.48.15.39 0 .81-.25.99-.84l.54.3c.09-1.11-.6-1.66-1.3-1.66-.33 0-.67.12-.93.36-.1.09-.2.13-.3.13-.32 0-.54-.4-.11-.63.41-.22.8-.9.42-1.33l.62-.58c-.28-.17-.58-.25-.86-.25-.62 0-1.19.4-1.37 1.31-.04.21-.13.29-.25.29-.34 0-.94-.73-1.39-1.45-.11-.17-.21-.35-.31-.52-.13-.23-.27-.45-.42-.67-.19-.28-.39-.55-.64-.79-.42-.42-1.15-1.15-1.99-1.64-.2-.11-.41-.22-.62-.31-.25-.33-.5-.67-.72-1.02-.59-.9-1.08-1.86-1.36-2.87.46.95 1.1 1.78 1.81 2.52.33.35.67.67 1.03.99.97.5 1.78 1.31 2.26 1.78l.07.07c.14.14.27.28.38.43.16-.98.12-2.19-.19-3.34-.06-.22-.13-.45-.21-.66-.29-.77-.7-1.49-1.27-2.06a4.81 4.81 0 00-.48-.42c-.74-.57-1.68-.92-2.86-.92-.17 0-.34.01-.52.02l-1.6-.73c.57.01 1.03.03 1.4.03 1.6 0 1.47-.22 1.26-1.34 0 0-1.35.37-2.38.37-.1 0-.2 0-.29-.01-.5-.04-.72-.26-.8-.53-.1-.36-.13-.92.15-1.62.18-.46.62-.86 1.25-.86.48 0 1.06.23 1.72.83l.56.56c.29-.34.52-.73.7-1.11.12-.52-.44-.85-.44-.85.57.07.85-.52.94-.79-.61-.33-1.48-.83-2.4-1.08l-.27-.92C41 1.64 37.58.85 36.68.85c-.05 0-.08 0-.12.01-.07.01-.14.04-.19.08.19.21.36.45.51.71l-.61.2C35.93 1.3 35.46.84 35.04.7c-.55.48-1.21 1.91.24 3.41v.87l-.25-.24c-.35-.33-.6-.65-.79-.96-2.77 6 1.78 10.92 1.75 13.04 0 0 .95-.03 1.6-.29 0 0 .29 2.07-.35 3.77-.74 1.98-1.91 3.74-2.85 5.62-.32.64-.6 1.29-.83 1.96-.01.02-.01.04-.02.06-.19.41-.51.77-.87.97-.01.01-.03.01-.04.02-.47.24-1.02.21-1.48-.07-.45-.27-.69-.73-.68-1.24.03-1.14.7-1.98 1.42-2.87.38-.48.78-.97 1.09-1.53.97-1.75 1.21-3.73.69-5.73-.24-.92-.78-1.73-1.3-2.52l-.35-.53c-.05-.07-.09-.14-.13-.21.25-.23.3-.51.22-.88-.07-.34-.25-.75-.47-1.26-.25-.56-.54-1.2-.68-1.87-.23-1.08-.23-1.95-.09-2.81-.21.34-.39.7-.54 1.07-.17.42-.29.86-.35 1.32s-.06.93.01 1.4c-.16-.44-.26-.92-.29-1.4-.03-.49 0-.98.09-1.46.08-.44.2-.88.36-1.3-.69 1.01-1.04 2.24-1.06 3.72-.02 1.86.62 3.42 1.23 3.79.08.05.15.08.22.1.26.06.66-.12.66-.12.18.3.36.57.55.86.51.77.99 1.5 1.2 2.29.47 1.83.27 3.57-.62 5.17-.28.5-.65.97-1.02 1.42-.76.95-1.55 1.93-1.58 3.32-.02.78.37 1.49 1.04 1.9.36.22.78.34 1.2.34.19 0 .39-.03.58-.07.17-.05.34-.11.5-.2l.15-.09c-.03.24-.04.49-.03.73 0 .06.01.13.01.19.03.41.09.83.12 1.24.05.53.14.59-.02 1.11-.19.6-1 .96-1.84 1.15-.53.12-1.25.23-1.81.3-.5.07-.87.48-.9.98-.07 1.23-.17 3.41-.08 4.02.06.68.46 1.25 1.07 1.55zM41.18 2.89c0 .57-.21 1.17-1.13 1.13 0 0-.24-.42-.93-1.11-.01 0 1.14.23 2.06-.02zm-2.03 8.58c.23.45.47.89.73 1.31.27.42.56.81.88 1.19.28.34.58.69.87 1.03-.33.02-.66.09-1.01.21l-.48-.81c-.26-.44-.5-.91-.71-1.39-.2-.48-.37-.96-.52-1.45-.16-.48-.3-.97-.44-1.46.23.46.45.92.68 1.37zm-1.54 3.27c-.33-.67-.64-1.35-.9-2.05-.27-.7-.49-1.42-.67-2.14-.17-.73-.29-1.46-.36-2.2.16.72.36 1.43.61 2.12s.55 1.36.88 2.01c.62 1.19 1.36 2.32 2.13 3.43-.33.19-.63.32-.88.4-.28-.52-.55-1.04-.81-1.57zM56.52 2.97h.69c.18.58.47 1.07.83 1.43h1.4c-.35-.2-.67-.53-.92-.97-.38-.65-.6-1.48-.61-2.34h-1.98c-.01.86-.23 1.69-.61 2.34-.26.44-.57.77-.92.97h1.31c.34-.36.63-.85.81-1.43zM52.48 4.4h.15c-.35-.2-.67-.53-.92-.97-.38-.65-.6-1.48-.61-2.34h-1.55c-.01.09-.01.18-.01.28-.02 1.64 1.34 3.03 2.94 3.03zm10.94-1.43h.69c.18.58.47 1.07.83 1.43h1.49c-.35-.2-.66-.53-.92-.97-.38-.65-.6-1.48-.61-2.34h-2.16c-.01.86-.23 1.69-.61 2.34-.26.44-.57.77-.92.97h1.4c.34-.36.63-.85.81-1.43zM38.37 40.84c.19-.12.39-.24.61-.36-.05-.02-.09-.04-.14-.05-.1-.04-.19-.08-.28-.12-.66-.26-1.18-.41-1.61-.48 0 .04.01.07.01.11l.11 1.04-.97-.4-.04-.01c-.07.13-.15.24-.24.34-.25.26-.58.4-.95.4.12.18.2.38.25.59.15.66-.1 1.38-.68 2.02l-.42.46-.46-.41-.43-.38c-.06.01-.12.01-.18.01-.61 0-1.15-.48-1.32-.95-.02-.06-.04-.12-.05-.18-.06.05-.13.1-.19.14l-.07.68-.07.73-.71-.18c-.53-.13-1.28-.4-1.62-1.12-.16-.34-.2-.72-.13-1.15-1.55-.18-2.77-.59-2.77-.59.89 2.67 3.42 4.17 5.87 4.17 1.43 0 2.83-.51 3.85-1.61.25-.26.47-.51.69-.73.34-.7.99-1.36 1.94-1.97zM70.43 2.97h.69c.18.58.47 1.07.83 1.43h1.37c-.35-.2-.67-.53-.92-.97-.38-.65-.6-1.48-.61-2.34h-2.05c-.01.86-.23 1.69-.61 2.34-.26.44-.57.76-.92.97h1.4c.35-.36.64-.85.82-1.43zM46.3 11.25c.35.46.64.98.86 1.52l1.13-1.08c-.12-.31-.16-.67-.12-1.04 0-.02.01-.04.01-.07l.6.29c-.02.45.15.92.56 1.14.13.07.24.1.39.1h.01l-.02-.55c.2 0 .47-.21.47-.5 0-.33-.21-.51-.47-.59v-.64c.5.09.87.39 1.02.8l.66.01c.03-.5-.21-.95-.72-1.12v-.65c.43.09.71.3.88.49.05.05.09.11.14.17l.5.01c.02-.48-.22-.91-.67-1.06v-.65c.28.06.52.17.73.35h.47c-.01-.31-.19-.61-.44-.8-.21-.15-.48-.24-.75-.28-.1-.01-.21-.02-.31-.02-.11 0-.21.01-.32.03-.27.04-.54.15-.77.3-.4.27-.78.58-1.15.89-.6.5-1.18 1.03-1.81 1.5-.2.15-.81.61-1.29.98.15.16.28.31.41.47zm.35-4.72c.09-.48-.15-.83-.62-.94-.02 0-.04-.01-.06-.01.11.41.06.86-.21 1.3-.2.31-.51.55-.9.69.13.02.26.02.38.02.83 0 1.28-.34 1.41-1.06z"}),l("path",{class:"utrecht-logo__decoration-3",d:"M0 .46h6.7v56.91H0z"}),l("ellipse",{class:"utrecht-logo__decoration-2",cx:"63.76",cy:"6.66",rx:"1.78",ry:".89"}),l("path",{class:"utrecht-logo__decoration-2",d:"M58.67 6.66l-2-1.01-2.01 1.01 2.01 1zm14.19 0l-2.01-1.01-2 1.01 2 1z"}),l("path",{class:"utrecht-logo__decoration-2",d:"M101.29 40.38c-.02.01-1.19.39-2.67.56.48-.41.8-.99.9-1.65.07-.5.05-1.9-.08-4.14-.04-.8-.65-1.46-1.44-1.56-.74-.1-1.35-.2-1.76-.29-.85-.19-1.31-.5-1.37-.72-.08-.24-.07-.27-.04-.49.01-.1.03-.22.05-.38.02-.18.03-.35.06-.54.03-.23.05-.47.07-.71v-.04c.19.04.39.06.58.06.53 0 1.06-.14 1.52-.43.86-.53 1.36-1.44 1.34-2.45-.04-1.6-.93-2.72-1.72-3.7-.36-.45-.71-.88-.96-1.33-.81-1.46-1-3.04-.56-4.71.18-.69.63-1.38 1.11-2.1.1-.15.2-.31.3-.46.07.01.14.02.21.02.3 0 .55-.1.73-.21 1.15-.71 1.55-3.03 1.53-4.33-.03-2.72-1.1-4.68-3.25-5.99l-.74-.45.28.82c.65 1.89 1 3.06.59 4.96-.13.61-.39 1.19-.64 1.75-.39.88-.77 1.73-.44 2.42-.08.12-.16.25-.24.37-.55.83-1.12 1.69-1.38 2.71-.56 2.16-.3 4.3.75 6.19.33.6.75 1.12 1.15 1.62.67.84 1.26 1.56 1.28 2.49.01.39-.24.6-.38.69-.28.17-.61.18-.9.03-.23-.12-.45-.36-.59-.64-.22-.65-.5-1.33-.88-2.08-.34-.68-.71-1.35-1.07-2-.66-1.2-1.29-2.33-1.75-3.56-.35-.95-.39-2.04-.37-2.74.5.09.94.11 1.02.11l.65.02-.01-.65c-.01-.49.38-1.34.82-2.33 1.21-2.68 3.04-6.72.69-11.35-.02-.03-.03-.07-.05-.1.1-.32.13-.61.12-.85-.01-.89-.45-1.59-.85-1.95l-.28-.25-.35.12c-.23.08-.45.22-.67.39-.15-.14-.34-.24-.56-.27-.06-.01-.12-.01-.2-.01-.97 0-4.5.8-4.96 1.04l-.24.12-.08.26-.17.59c-.78.26-1.49.65-2.02.94-.07.04-.14.08-.21.11l-.4.22.09.45c.01.07.36 1.83 1.38 3.02l.05.05c-.25.02-.47.04-.67.04-.61 0-1.09-.18-1.32-.54-.36-.56-.1-1.16.32-1.47-.23-.1-.45-.16-.72-.16-.16 0-.34.02-.54.07-.8.18-1.25.85-1.1 1.66.17.97.85 1.57 2.03 1.57.24 0 .49-.02.77-.07.4-.07.81-.19 1.22-.32 0 .02-.01.03-.01.05-.1.56-.19 1.04.12 1.43-.86.16-1.64.52-2.3 1.06-.54-.41-1.27-.96-1.38-1.05-.43-.32-.83-.67-1.26-1.03-.17-.15-.35-.3-.53-.45-.37-.31-.77-.63-1.2-.93-.32-.22-.69-.36-1.09-.41V4.73a3.643 3.643 0 002.16-3.32c0-.33-.04-.64-.13-.94h-2.69c.02.18.03.36.03.55 0 1.6-.8 3.01-1.79 3.01s-1.79-1.41-1.79-3.01c0-.19.01-.37.03-.55h-3.37c.02.18.03.36.03.55 0 1.6-.8 3.01-1.79 3.01s-1.79-1.41-1.79-3.01c0-.19.01-.37.03-.55h-3.48c.02.18.03.36.03.55 0 1.6-.8 3.01-1.79 3.01s-1.79-1.41-1.79-3.01c0-.19.01-.37.03-.55h-3.29c.02.18.03.36.03.55 0 1.6-.8 3.01-1.79 3.01s-1.79-1.41-1.79-3.01c0-.19.01-.37.03-.55h-2.73c-.08.29-.12.59-.12.9 0 1.42.83 2.69 2.02 3.29V6.5c-.4.05-.79.19-1.12.42-.43.29-.83.62-1.2.93-.18.15-.35.3-.53.45-.43.36-.83.71-1.26 1.03-.11.08-.84.63-1.38 1.05-.66-.54-1.43-.9-2.3-1.06.31-.4.22-.88.12-1.43 0-.01-.01-.03-.01-.05.41.14.82.25 1.22.32.28.05.53.07.77.07 1.18 0 1.86-.6 2.03-1.57.15-.81-.3-1.48-1.1-1.66-.2-.04-.38-.07-.54-.07-.27 0-.49.06-.72.16.42.31.68.91.32 1.47-.23.37-.72.54-1.32.54-.21 0-.43-.02-.65-.06l.05-.05c1.02-1.19 1.37-2.94 1.38-3.02l.09-.45-.4-.22c-.07-.04-.14-.07-.21-.11-.54-.29-1.24-.68-2.02-.94l-.17-.59-.08-.26-.24-.12c-.46-.24-3.99-1.04-4.96-1.04-.07 0-.14 0-.2.01-.22.03-.41.13-.56.27-.22-.18-.45-.31-.67-.39L34.9.01l-.29.23c-.4.36-.84 1.06-.85 1.95 0 .24.03.53.12.85-.02.04-.04.07-.05.1-2.35 4.63-.52 8.67.69 11.35.44.98.83 1.83.82 2.33l-.01.65.65-.02c.07 0 .51-.02 1.02-.11.02.7-.01 1.8-.37 2.74-.46 1.23-1.09 2.36-1.75 3.56-.36.65-.73 1.32-1.07 2-.37.75-.66 1.43-.88 2.08-.14.28-.35.52-.59.64-.29.15-.62.14-.9-.03a.76.76 0 01-.38-.69c.02-.92.6-1.65 1.28-2.49.4-.5.81-1.01 1.15-1.62 1.05-1.89 1.31-4.03.75-6.19-.26-1.02-.83-1.88-1.38-2.71-.08-.12-.16-.25-.24-.37.33-.69-.04-1.54-.44-2.42-.25-.56-.51-1.14-.64-1.75-.41-1.91-.06-3.07.59-4.96l.28-.82-.74.45c-2.15 1.31-3.22 3.27-3.25 5.99-.02 1.3.39 3.63 1.53 4.33.18.11.42.21.73.21.07 0 .13-.01.21-.02.1.15.2.31.3.46.48.72.93 1.41 1.11 2.1.43 1.67.24 3.26-.56 4.71-.25.45-.59.88-.96 1.33-.79.98-1.68 2.09-1.72 3.7-.02 1 .48 1.92 1.34 2.45.46.29.99.43 1.52.43.2 0 .39-.02.58-.06v.04c.02.24.04.48.07.71.02.19.04.36.06.54.01.16.03.28.05.38.03.21.04.25-.04.49-.07.22-.52.53-1.37.72-.41.09-1.02.19-1.76.29-.79.11-1.4.77-1.44 1.56-.12 2.24-.15 3.64-.08 4.14.1.66.42 1.24.9 1.65-1.48-.17-2.66-.56-2.67-.56l-1.19-.4.4 1.19c.47 1.4 1.36 2.58 2.59 3.41 1.14.77 2.51 1.19 3.87 1.19 1.66 0 3.17-.62 4.26-1.75.01.31.07.61.19.92l.55 1.37.61-1.34c.04-.08.97-2.04 3.19-2.21.95-.07 2.03-.21 2.87-.91h.01c0 .23.02.45.08.67.3 1.24 1.37 1.87 1.41 1.89l.99.57-.06-1.14c-.02-.49-.05-1.05.09-1.51.25-.83 1.12-1.14 1.61-1.26.12-.03.24-.06.35-.08.81-.18 1.47-.33 2.15-.73-.29.57-.41 1.15-.35 1.74.14 1.47 1.34 2.39 1.39 2.43l1.37 1.03-.38-1.67c-.14-.64-.25-2.1.34-2.48.73-.48 1.28-.54 1.92-.61.53-.06 1.1-.13 1.77-.42-.52 1.15-.3 2.09-.28 2.14l.32 1.27.79-1.05c.01-.02 1.49-1.93 3.59-1.93 1.52 0 2.75.75 2.76.76l.33.2.33-.2c.01-.01 1.24-.76 2.76-.76 2.1 0 3.58 1.92 3.59 1.93l.79 1.05.32-1.27c.01-.05.24-.99-.28-2.14.67.29 1.24.36 1.77.42.64.07 1.2.14 1.92.61.59.39.49 1.84.34 2.48l-.38 1.67 1.37-1.03c.05-.04 1.25-.96 1.39-2.43.06-.59-.06-1.17-.35-1.74.68.39 1.34.54 2.15.73.11.03.23.05.35.08.49.11 1.36.43 1.61 1.26.14.46.11 1.02.09 1.51l-.06 1.14.99-.57c.05-.03 1.12-.65 1.41-1.89.05-.22.08-.45.08-.67h.01c.84.7 1.92.83 2.87.91 2.22.17 3.15 2.13 3.19 2.21l.61 1.34.55-1.37c.12-.31.19-.62.19-.92 1.09 1.13 2.6 1.75 4.26 1.75 1.36 0 2.73-.42 3.87-1.19a6.56 6.56 0 002.59-3.41l.4-1.19-1.2.43zM82.27 7.59c-.84 0-1.28-.34-1.41-1.06-.09-.48.15-.83.62-.94.02 0 .04-.01.06-.01-.11.41-.06.86.21 1.3.2.31.51.55.9.69-.13.01-.26.02-.38.02zm-36.52-.71c.28-.43.32-.89.21-1.3.02 0 .04.01.06.01.47.1.71.46.62.94-.13.72-.58 1.06-1.41 1.06-.12 0-.25-.01-.38-.02.39-.14.7-.37.9-.69zm36.36 4.29c.15-.15.31-.29.48-.42.74-.57 1.68-.92 2.86-.92.17 0 .34.01.52.02l1.6-.73c-.57.01-1.03.03-1.4.03-1.6 0-1.47-.22-1.26-1.34 0 0 1.35.37 2.38.37.1 0 .2 0 .29-.01.5-.04.72-.26.8-.53.1-.36.13-.92-.15-1.62-.18-.46-.62-.86-1.25-.86-.48 0-1.06.23-1.72.83l-.56.56a5.04 5.04 0 01-.7-1.11c-.12-.52.44-.85.44-.85-.57.07-.85-.52-.94-.79.61-.33 1.48-.83 2.4-1.08l.27-.92c.35-.18 3.77-.97 4.67-.97.05 0 .08 0 .12.01.07.01.14.04.19.08-.19.21-.36.45-.51.71l.61.2c.34-.55.81-1.01 1.23-1.15.55.48 1.21 1.91-.24 3.41v.87l.25-.24c.35-.33.6-.65.79-.96 2.77 6-1.78 10.92-1.75 13.04 0 0-.95-.03-1.6-.29 0 0-.29 2.07.35 3.77.74 1.98 1.91 3.74 2.85 5.62.32.64.6 1.29.83 1.96.01.02.01.04.02.06.19.41.51.77.87.97.01.01.03.01.04.02.47.24 1.02.21 1.48-.07.45-.27.69-.73.68-1.24-.03-1.14-.7-1.98-1.42-2.87-.38-.48-.78-.97-1.09-1.53-.97-1.75-1.21-3.73-.69-5.73.24-.92.78-1.73 1.3-2.52l.35-.53c.05-.07.09-.14.13-.21-.25-.23-.3-.51-.22-.88.07-.34.25-.75.47-1.26.25-.56.54-1.2.68-1.87.23-1.08.23-1.95.09-2.81.21.34.39.7.54 1.07.17.42.29.86.35 1.32s.06.93-.01 1.4c.16-.44.26-.92.29-1.4.03-.49 0-.98-.09-1.46-.08-.44-.2-.88-.36-1.3.69 1.01 1.04 2.24 1.06 3.72.02 1.86-.62 3.42-1.23 3.79a.84.84 0 01-.22.1c-.26.06-.66-.12-.66-.12-.18.3-.36.57-.55.86-.51.77-.99 1.5-1.2 2.29-.47 1.83-.27 3.57.62 5.17.28.5.65.97 1.02 1.42.76.95 1.55 1.93 1.58 3.32.02.78-.37 1.49-1.04 1.9-.36.22-.78.34-1.2.34-.19 0-.39-.03-.58-.07-.17-.05-.34-.11-.5-.2l-.15-.09c.03.24.04.49.03.73 0 .06-.01.13-.01.19-.03.41-.09.83-.12 1.24-.05.53-.14.59.02 1.11.19.6 1 .96 1.84 1.15.53.12 1.25.23 1.81.3.5.07.87.48.9.98.07 1.23.17 3.41.08 4.02-.1.67-.49 1.24-1.11 1.54.04.09.08.18.12.26.09.23.16.43.19.62.2 1.09-.58 1.43-1.28 1.6l-.09-.98c-.01-.04-.2-.13-.24-.15-.06-.04-.13-.08-.18-.13a.59.59 0 01-.18-.38c-.01-.08-.01-.16-.01-.25-.01-.15-.03-.3-.11-.41a.364.364 0 00-.15-.12.414.414 0 00-.37.01.49.49 0 00-.26.36c-.01.06 0 .14.01.22.05.29.19.69.06 1.04-.08.23-.39.54-.73.54-.11 0-.21-.03-.32-.1l-.7.62c-.93-1.02-.64-2 .37-2.42.08-.03.15-.07.21-.11.19-.13.3-.3.19-.48-.08-.14-.17-.19-.29-.19-.18 0-.41.11-.76.25a1.602 1.602 0 01-.61.15c-.36 0-.65-.21-.8-.79l-.03-.16-.24.1-.42.17.03-.22c.04-.24.12-.44.21-.61.31-.57.86-.8 1.42-.8.72 0 1.46.36 1.77.82l1.32.18c.27-.34.28-1.34.24-2.12-.03-.57-.45-1.03-1.01-1.12-.96-.14-2.4-.35-2.91-.39-.97-.07-1.98-.24-2.71-.95-1-.99-1.22-2.02-1.22-3.45 0-.47.02-.94.06-1.42.03-.41.08-.82.12-1.22.03-.27.07-.54.11-.81a3.38 3.38 0 00-.02-1.07c-.05-.29-.13-.57-.24-.86-.12-.3-.29-.58-.49-.85-.32-.42-.74-.79-1.27-1.09-.19-.11-.42-.24-.66-.39-.24-.15-.5-.31-.77-.5-.66-.44-1.39-.99-2.07-1.62l.15-.09c.25-.15.94-.66 1.59-1.2.16-.13.3-.25.43-.37l-.62-.33c-.72.61-1.52 1.21-1.73 1.33l-.3.18c-.19.11-.38.22-.56.32-1.05.6-1.8 1.01-1.78 1.71 1.3 1.4.59 2.23-.13 2.48l-.24-.77c-.76-.13-.75-.69-.78-1.12a.38.38 0 00-.38-.36c-.15 0-.3.1-.31.33-.02.25 0 .51-.07.92-.05.28-.35.66-.78.66-.07 0-.14-.01-.21-.03l-.16.91c-1.48-.28-1.32-1.75-.32-2.25.57-.29.75-.5.58-.72a.227.227 0 00-.18-.09c-.21 0-.52.23-.82.45-.13.1-.3.15-.48.15-.39 0-.81-.25-.99-.84l-.51.31c-.09-1.11.6-1.66 1.3-1.66.33 0 .67.12.93.36.1.09.2.13.3.13.32 0 .54-.4.11-.63-.41-.22-.8-.9-.42-1.33l-.62-.58c.28-.17.58-.25.86-.25.62 0 1.19.4 1.37 1.31.04.21.13.29.25.29.34 0 .94-.73 1.39-1.45.11-.17.21-.35.31-.52.13-.23.27-.45.42-.67.19-.28.39-.55.64-.79.42-.42 1.15-1.15 1.99-1.64.2-.11.41-.22.62-.31.25-.33.5-.67.72-1.02.59-.9 1.08-1.86 1.36-2.87-.46.95-1.1 1.78-1.81 2.52-.33.35-.67.67-1.03.99-.97.5-1.78 1.31-2.26 1.78l-.07.07c-.14.14-.27.28-.38.43-.16-.98-.12-2.19.19-3.34.06-.22.13-.45.21-.66.29-.76.71-1.48 1.28-2.06zm3.74-3.97c.38-.13.76-.23 1.12-.23.3 0 .58.07.84.22-.01.12-.03.22-.04.27v.01s-.05.05-.25.07c-.07.01-.15.01-.24.01-.39 0-.83-.06-1.22-.13-.39-.06-.98-.19-.98-.19-.06-.32-.01-.66.11-.65.14.03.24.37.66.62zm-.41-.5l.24-.25c.6-.54 1.03-.66 1.28-.66.45 0 .63.35.67.46.04.1.07.2.1.29-.24-.11-.5-.15-.77-.15-.48 0-.99.15-1.52.31zm4.14 30.83c-.74.5-1.43.74-2.16.74-.68 0-1.34-.2-2.04-.42-.19-.06-.38-.12-.58-.17-.31-.09-.64-.13-.97-.13-.8 0-1.49.26-1.94.49.05-.17.21-.81.21-1.3.59-.33 1-.8 1.2-1.41.3-.91.54-2.52.3-4.26.47-.06 1.14-.16 1.81-.27.73-.12 1.33-.24 1.77-.35.21-.05.38-.1.53-.15-.02.35-.03.7-.03 1.05 0 .87.08 1.52.26 2.09.22.68.59 1.27 1.14 1.81.88.87 2.06 1.06 3.1 1.13.37.03 1.39.16 2.86.38.26.04.47.26.48.53.04.72.01 1.15-.03 1.39l-.58-.08c-.48-.52-1.3-.86-2.1-.86-1.01 0-1.77.53-2.11 1.43-.18.02-.38.05-.58.1.38-.58.41-1.12.42-1.19l.05-1.25-1.01.7zm-10.05.11c-.06-.05-.12-.11-.17-.17-.01-.02-.02-.03-.03-.05-.13-.21-.09-.43-.06-.66.03-.23.03-.46-.18-.61a.432.432 0 00-.42-.06c-.14.05-.27.17-.32.33-.03.08-.03.19-.03.32 0 .11.01.23.01.35 0 .21-.02.44-.11.64l-.03.06c-.12.2-.44.45-.77.45a.59.59 0 01-.43-.18l-.87.53s-.01 0-.01-.01c-.06-.09-.1-.18-.15-.26-.1-.21-.17-.4-.21-.59-.16-.84.34-1.45 1.22-1.65.36-.08.65-.27.54-.56-.07-.19-.19-.26-.37-.26-.19 0-.46.07-.83.15-.12.02-.23.04-.34.06-.09.01-.18.02-.26.02-.39 0-.64-.19-.64-.97l-.75.16c.34-1.19 1.03-1.65 1.75-1.65.74 0 1.52.49 2 1.16l.3.1.53.18 1.06.36c1.03-.87.56-3.16.56-3.16s-2.01-1.13-1.34-3.64c0 0 .35-2.36 4.65-2.36.46 0 .96.03 1.51.09.33.04.63.08.9.13 0 0 0 .01.01.01-.1.23-.13.49-.08.74a1.252 1.252 0 001.22 1.04c.22 0 .43-.06.63-.17 0 .11-.01.21-.02.31-.08.56-.16 1.16-.21 1.79-.87.44-4.9.94-4.9.94.39 1.9.14 3.7-.16 4.6-.11.33-.3.59-.54.8-.19.17-.41.3-.66.4-.05.66-.1 1.15-.22 1.54-.03.14-.08.26-.14.36-.3.51-.92.63-1.48.67l.09-1.06c-.03-.06-.21-.19-.25-.22zm1.43-14.76c.17-.27.74-.58 1.33-.92.07-.04.15-.08.23-.13l.33.3c.27.24.55.47.83.69l.01.01 1.38 1.44c.36.38.61.67.78.91l-2.01-.14c-.99 0-1.79.12-2.44.31.09-.14.16-.3.2-.46.16-.76-.21-1.47-.64-2.01zm5.71 2.45c-.12-.23-.31-.52-.63-.91.08.05.17.1.24.14.48.27.84.6 1.11.96.21.28.35.58.46.87.04.11.07.23.09.34a.66.66 0 01-.55.31c-.09 0-.18-.02-.27-.07a.654.654 0 01-.23-.95.55.55 0 01.07-.09c-.1-.17-.17-.36-.29-.6zm-9.32-17.9c.4.27.78.58 1.15.89.6.5 1.18 1.03 1.81 1.5.2.15.81.61 1.29.98-.14.15-.27.3-.4.46-.35.46-.64.98-.86 1.52l-1.13-1.07c.12-.31.16-.67.12-1.04 0-.02-.01-.04-.01-.07l-.6.29c.02.45-.15.92-.56 1.14-.13.07-.24.1-.39.1h-.01l.02-.55c-.2 0-.47-.21-.47-.5 0-.33.21-.51.47-.59v-.64c-.5.09-.87.39-1.02.8l-.66.01c-.03-.5.21-.95.72-1.12v-.65c-.43.09-.71.3-.88.49-.05.05-.09.11-.14.17l-.5.01c-.02-.48.22-.91.67-1.06v-.65c-.28.06-.52.17-.73.35h-.47c.01-.31.19-.61.44-.8.22-.16.5-.25.78-.28.09-.01.18-.02.27-.02a1.928 1.928 0 011.09.33zm-1.34-4c.38-.65.6-1.48.61-2.34h1.51c.01.11.02.21.02.32 0 1.65-1.32 2.99-2.95 2.99h-.11c.35-.21.66-.53.92-.97zm-6.89 0c.38-.65.6-1.48.61-2.34h2.05c.01.86.23 1.69.61 2.34.26.44.57.77.92.97h-1.37c-.35-.36-.64-.85-.83-1.43h-.69c-.18.58-.47 1.07-.83 1.43h-1.4c.36-.21.68-.53.93-.97zm-6.99 0c.38-.65.6-1.48.61-2.34h2.16c.01.86.23 1.69.61 2.34.26.44.57.76.92.97h-1.49c-.35-.36-.64-.85-.83-1.43h-.69c-.18.58-.47 1.07-.83 1.43h-1.4c.36-.21.68-.53.94-.97zm-6.82 0c.38-.65.6-1.48.61-2.34h1.98c.01.86.23 1.69.61 2.34.26.44.57.77.92.97h-1.4c-.35-.36-.64-.85-.83-1.43h-.69c-.18.58-.47 1.07-.83 1.43h-1.31c.37-.21.69-.53.94-.97zm-5.79-2.07c0-.09 0-.18.01-.28h1.55c.01.86.23 1.69.61 2.34.26.44.57.77.92.97h-.15c-1.58.01-2.94-1.38-2.94-3.03zm-2.33 8.45c.63-.47 1.21-.99 1.81-1.5.37-.31.75-.62 1.15-.89.23-.16.49-.26.77-.3.1-.02.21-.03.32-.03.1 0 .2.01.31.02.27.04.54.12.75.28.25.18.43.48.44.8h-.47a1.77 1.77 0 00-.73-.35v.65c.46.15.7.58.67 1.06l-.5-.01c-.04-.06-.09-.11-.14-.17-.17-.18-.46-.39-.88-.49v.65c.5.17.74.62.72 1.12l-.66-.01c-.15-.42-.52-.71-1.02-.8v.64c.26.08.47.26.47.59 0 .29-.26.5-.47.5l.02.55h-.01c-.14 0-.26-.04-.39-.1-.41-.22-.57-.7-.56-1.14l-.6-.29c0 .02-.01.04-.01.07-.05.37 0 .73.12 1.04l-1.13 1.08c-.22-.54-.51-1.05-.86-1.52-.13-.16-.26-.32-.4-.46.47-.38 1.08-.84 1.28-.99zM28.61 39.2c-.09-.61.01-2.78.08-4.02.03-.5.41-.91.9-.98.56-.08 1.28-.19 1.81-.3.84-.18 1.65-.55 1.84-1.15.16-.52.07-.58.02-1.11-.04-.41-.09-.83-.12-1.24 0-.06-.01-.13-.01-.19-.01-.24 0-.49.03-.73l-.15.09c-.16.09-.33.15-.5.2-.19.05-.38.07-.58.07-.42 0-.83-.11-1.2-.34a2.144 2.144 0 01-1.04-1.9c.03-1.39.82-2.37 1.58-3.32.36-.45.74-.92 1.02-1.42.89-1.6 1.1-3.34.62-5.17-.21-.8-.69-1.52-1.2-2.29-.19-.29-.37-.56-.55-.86 0 0-.4.18-.66.12a.84.84 0 01-.22-.1c-.61-.38-1.26-1.93-1.23-3.79.02-1.48.37-2.71 1.06-3.72-.15.42-.28.86-.36 1.3-.09.48-.12.98-.09 1.46.03.49.13.96.29 1.4-.07-.47-.07-.94-.01-1.4s.18-.9.35-1.32c.15-.37.33-.73.54-1.07-.14.86-.14 1.73.09 2.81.14.67.43 1.31.68 1.87.23.51.4.92.47 1.26.08.37.03.65-.22.88.04.07.09.14.13.21.11.17.23.35.35.53.52.79 1.06 1.6 1.3 2.52.52 2 .28 3.98-.69 5.73-.31.56-.71 1.05-1.09 1.53-.71.89-1.39 1.73-1.42 2.87-.01.52.24.97.68 1.24.46.28 1.01.3 1.48.07.01-.01.03-.01.04-.02.36-.19.68-.55.87-.97.01-.02.01-.04.02-.06.23-.67.51-1.33.83-1.96.94-1.88 2.11-3.64 2.85-5.62.64-1.7.35-3.77.35-3.77-.65.26-1.6.29-1.6.29.03-2.12-4.52-7.04-1.75-13.04.19.31.44.63.79.96l.25.24v-.87c-1.45-1.5-.78-2.93-.24-3.41.41.15.88.6 1.23 1.15l.61-.2c-.15-.25-.32-.49-.51-.71.06-.04.12-.07.19-.08.03 0 .07-.01.12-.01.91 0 4.33.79 4.67.97l.3.91c.93.25 1.79.75 2.4 1.08-.1.26-.38.85-.94.79 0 0 .55.33.44.85-.18.38-.41.77-.7 1.11l-.56-.56c-.66-.61-1.24-.83-1.72-.83-.63 0-1.07.4-1.25.86-.28.7-.25 1.26-.15 1.62.08.27.3.49.8.53.09.01.19.01.29.01 1.03 0 2.38-.37 2.38-.37.21 1.12.34 1.34-1.26 1.34-.37 0-.83-.01-1.4-.03l1.6.73c.18-.01.35-.02.52-.02 1.18 0 2.12.35 2.86.92.17.13.33.27.48.42.57.58.98 1.3 1.27 2.06.08.22.15.44.21.66.31 1.16.35 2.37.19 3.34-.12-.15-.24-.29-.38-.43l-.07-.07c-.48-.47-1.29-1.28-2.26-1.78-.36-.32-.7-.64-1.03-.99-.71-.75-1.34-1.58-1.81-2.52.29 1.01.78 1.98 1.36 2.87.23.35.47.69.72 1.02.22.09.42.19.62.31.85.48 1.57 1.22 1.99 1.64.25.24.45.51.64.79.15.22.28.44.42.67.1.17.21.35.31.52.45.73 1.05 1.45 1.39 1.45.12 0 .21-.09.25-.29.18-.91.75-1.31 1.37-1.31.29 0 .59.09.86.25l-.62.58c.37.44-.02 1.11-.42 1.33-.43.23-.2.63.11.63.1 0 .2-.04.3-.13.26-.24.6-.36.93-.36.7 0 1.39.54 1.3 1.66l-.54-.3c-.18.59-.6.84-.99.84-.18 0-.35-.05-.48-.15-.3-.22-.61-.45-.82-.45-.07 0-.14.03-.18.09-.16.22.01.44.58.72 1.01.5 1.17 1.97-.32 2.25l-.16-.91c-.07.02-.14.03-.21.03-.43 0-.73-.38-.78-.66-.07-.41-.05-.66-.07-.92-.01-.23-.16-.33-.31-.33a.38.38 0 00-.38.36c-.03.43-.02.99-.78 1.12l-.24.77c-.72-.25-1.44-1.08-.13-2.48.02-.71-.73-1.12-1.78-1.71-.18-.1-.37-.21-.56-.32l-.3-.18c-.21-.13-1.02-.72-1.73-1.33l-.62.33c.13.11.27.23.43.37.64.53 1.33 1.05 1.59 1.2l.15.09c-.68.63-1.41 1.18-2.07 1.62-.27.18-.53.35-.77.5s-.47.28-.66.39c-.53.3-.95.67-1.27 1.09-.21.27-.37.56-.49.85-.12.28-.2.57-.24.86-.02.1-.03.19-.04.29-.02.27-.01.53.02.78.04.27.07.54.11.81.05.41.09.81.12 1.22.04.48.06.95.06 1.42 0 1.44-.22 2.47-1.22 3.45-.72.71-1.73.88-2.71.95-.51.03-1.94.24-2.91.39-.56.08-.98.55-1.01 1.12-.04.77-.03 1.78.24 2.12l1.32-.18c.31-.46 1.05-.82 1.77-.82.56 0 1.11.22 1.42.8.09.17.17.37.21.61l.03.22-.42-.17-.24-.1c-.01.06-.02.11-.03.16-.14.58-.44.79-.8.79a1.602 1.602 0 01-.61-.15c-.34-.14-.58-.25-.76-.25-.12 0-.21.05-.29.19-.11.19 0 .35.19.48.06.04.14.08.21.11 1.01.42 1.3 1.4.37 2.42l-.7-.62c-.11.07-.22.1-.32.1-.34 0-.65-.31-.73-.54-.13-.35.01-.75.06-1.04.01-.08.02-.16.01-.22a.49.49 0 00-.26-.36.414.414 0 00-.37-.01c-.06.03-.11.07-.15.12-.09.11-.11.26-.11.41 0 .08 0 .17-.01.25a.59.59 0 01-.18.38c-.06.05-.12.09-.18.13-.04.02-.23.11-.24.15l-.09.98c-.7-.17-1.47-.51-1.28-1.6.03-.18.09-.39.19-.62.03-.08.07-.17.12-.26-.6-.3-1-.87-1.1-1.54zM40.54 6.97c.36 0 .73.09 1.12.23.42-.26.51-.59.67-.61.12-.01.17.33.11.65 0 0-.59.13-.98.19-.39.07-.83.13-1.22.13-.09 0-.17 0-.24-.01-.19-.02-.25-.06-.25-.07v-.01a.854.854 0 01-.04-.27c.25-.16.53-.23.83-.23zm-.77-.43c.02-.09.06-.19.1-.29.04-.11.22-.46.67-.46.26 0 .69.11 1.28.66l.24.25c-.53-.17-1.05-.31-1.53-.31-.26 0-.51.05-.76.15zm7.77 28.29l1.07-.36.53-.18.3-.1c.48-.68 1.26-1.16 2-1.16.72 0 1.41.46 1.75 1.65l-.75-.16c0 .77-.25.97-.64.97-.08 0-.17-.01-.26-.02-.11-.02-.22-.04-.34-.06-.37-.07-.64-.15-.83-.15-.18 0-.3.07-.37.26-.1.29.18.47.54.56.88.2 1.38.82 1.22 1.65-.04.19-.1.38-.21.59-.04.09-.09.17-.15.26 0 0-.01 0-.01.01l-.87-.53a.59.59 0 01-.43.18c-.33 0-.65-.24-.77-.45l-.03-.06c-.1-.2-.11-.43-.11-.64 0-.12.01-.24.01-.35 0-.13 0-.24-.03-.32a.55.55 0 00-.32-.33.432.432 0 00-.42.06c-.21.15-.21.38-.18.61.03.24.07.46-.06.66-.01.02-.02.03-.03.05-.05.06-.11.12-.17.17-.04.03-.22.16-.22.21l.09 1.06c-.56-.04-1.18-.16-1.48-.67-.06-.1-.11-.23-.14-.36-.11-.39-.16-.87-.22-1.54a2.2 2.2 0 01-.66-.4c-.24-.21-.43-.47-.54-.8-.3-.9-.56-2.7-.16-4.6 0 0-4.03-.5-4.9-.94-.06-.63-.13-1.24-.21-1.79-.01-.1-.02-.2-.02-.31a1.222 1.222 0 001.19.03c.35-.18.59-.51.66-.9.05-.25.02-.51-.08-.74 0 0 0-.01.01-.01.27-.05.57-.09.9-.13.55-.06 1.05-.09 1.51-.09 4.3 0 4.65 2.36 4.65 2.36.67 2.51-1.34 3.64-1.34 3.64s-.5 2.3.52 3.17zm-10.59 3.25c0 .07.04.61.42 1.19-.21-.05-.4-.08-.58-.1-.34-.9-1.1-1.43-2.11-1.43-.8 0-1.62.34-2.1.86l-.58.08c-.04-.25-.07-.68-.03-1.39.01-.27.22-.49.48-.53 1.47-.22 2.49-.36 2.86-.38 1.04-.07 2.22-.26 3.1-1.13.55-.54.93-1.14 1.14-1.81.18-.57.26-1.21.26-2.09 0-.35-.01-.7-.03-1.05.15.05.33.1.53.15.44.11 1.04.23 1.77.35.67.11 1.34.21 1.81.27-.24 1.75-.01 3.35.3 4.26.2.6.61 1.08 1.2 1.41 0 .64.2 1.28.2 1.3-.45-.23-1.14-.49-1.94-.49-.33 0-.66.05-.97.13-.2.06-.39.12-.58.17-.7.21-1.35.42-2.04.42-.73 0-1.42-.23-2.16-.74l-1.03-.7.08 1.25zm3.68-12.05c.22.34.1.78-.23.95-.09.05-.18.07-.27.07a.66.66 0 01-.55-.31c.02-.11.06-.23.09-.34.1-.3.25-.59.46-.87.27-.36.63-.69 1.11-.96.07-.04.15-.09.24-.14-.32.39-.51.67-.63.91-.13.24-.19.43-.28.61.01.02.04.05.06.08zm4.03-3.89l.33-.3c.08.04.15.09.23.13.59.33 1.15.65 1.33.92-.43.53-.81 1.25-.62 2 .04.16.11.32.2.46-.65-.19-1.45-.31-2.44-.31l-2.01.14c.17-.24.41-.53.78-.91l1.38-1.44.01-.01c.26-.21.54-.44.81-.68zm-8.92 21.39c-1.03 1.1-2.42 1.61-3.85 1.61-2.45 0-4.98-1.51-5.87-4.17 0 0 1.21.41 2.77.59-.07.43-.03.81.13 1.15.34.72 1.09.98 1.62 1.12l.71.18.07-.73.07-.68c.06-.04.13-.09.19-.14.01.06.03.12.05.18.17.47.71.95 1.32.95.06 0 .12 0 .18-.01l.43.38.46.41.42-.46c.59-.64.83-1.36.68-2.02-.05-.21-.13-.41-.25-.59.37 0 .7-.14.95-.4.09-.1.18-.21.24-.34l.04.01.97.4-.11-1.04c0-.04-.01-.07-.01-.11.43.07.95.23 1.61.48.09.05.19.09.28.12.05.02.09.04.14.05-.21.12-.42.24-.61.36-.95.61-1.6 1.27-1.94 1.96-.21.24-.44.48-.69.74zm7.41-2.17c-.69.58-1.65.7-2.52.76-2.64.2-3.72 2.58-3.72 2.58-.22-.55-.18-1.07.03-1.54.32-.72 1.04-1.34 1.8-1.82 1.27-.8 2.67-1.25 2.67-1.25-.25.02-.48.03-.7.03-.55 0-1-.07-1.37-.18-.21-.06-.4-.14-.56-.22-1.17-.6-1.21-1.67-1.21-1.67.93.63 1.75.85 2.51.85.98 0 1.87-.35 2.78-.61.27-.08.54-.11.8-.11.75 0 1.4.28 1.77.48-.47.29-.87.66-1.18 1.13-.12.19-.23.38-.32.56-.29.41-.48.77-.78 1.01zm4.39-.91c-.92.21-1.78.74-2.07 1.69-.17.55-.14 1.15-.11 1.72 0 0-1.88-1.07-.88-3.18.08-.17.19-.36.31-.55.24-.37.53-.63.8-.83.1-.06.2-.11.31-.17l.28-.14c.48.41 1.13.51 1.61.54l.73.05-.06-.73-.06-.76c.08-.07.16-.15.24-.25 0-.01.01-.01.01-.02.03.09.07.18.12.26.22.38.74.76 1.31.76.15 0 .29-.03.43-.08l.33.2c-.02.02-.05.04-.07.06-1.07 1.01-1.86 1.12-3.23 1.43zm28.37 3.48s.54-2.39-.61-3.15c-1.84-1.2-2.82-.17-4.88-1.74-.02-.03-.05-.05-.07-.08-.97-.98-2.04-1.6-3.01-1.93-.67.11-1.41.19-2.23.23a8.801 8.801 0 011.41.19c.49.11 1.01.28 1.53.53.63.31 1.26.81 1.85 1.41.04.04.07.07.1.11 1.28 1.39.94 2.75.94 2.75s-1.64-2.18-4.09-2.18c-1.17 0-2.18.39-2.7.65l-.38.2-.38-.2c-.52-.25-1.53-.65-2.7-.65-2.45 0-4.09 2.18-4.09 2.18s-.35-1.36.94-2.75c.03-.04.07-.07.1-.11.59-.6 1.22-1.11 1.85-1.41a7.15 7.15 0 011.53-.53c.32-.07.63-.12.92-.15.17-.02.34-.03.5-.04-.82-.04-1.56-.12-2.24-.23-.97.33-2.04.94-3.01 1.93-.03.03-.05.05-.07.08-2.06 1.57-3.04.54-4.88 1.74-1.15.75-.61 3.15-.61 3.15s-2.43-1.84-.23-4.27c.46-.51 1.02-.93 1.43-1.21.34-.23.58-.36.58-.36s-.2-.02-.46-.07c-.14-.02-.31-.06-.49-.1-.03-.01-.07-.02-.11-.03.09-.43.06-.85-.09-1.22-.06-.15-.15-.3-.25-.43.95.26 2.12.46 3.45.46.51 0 1.04-.11 1.6-.17.19-.02.4-.03.61-.03.07 0 .14 0 .21.01-.52-.16-.98-.34-1.4-.52-.34.05-.68.1-1.02.1-1.05 0-1.99-.13-2.8-.32.15-.15.24-.32.3-.51l.09.02 1.02.22-.29-1.01c-.54-1.9-1.82-2.1-2.35-2.1-.85 0-1.77.49-2.38 1.26l-1.3.44c-.29-.53-.27-1.47-.19-2.06.23-.17.56-.46.86-.89.46-.65.92-1.74.52-3.26-.04-.2-.25-.97-1.07-1.65l.15-.49.13-.43c.2-.08.36-.2.48-.33.18.37.53.71.97.82l.07.38.11.66.65-.12c.9-.17 1.5-.73 1.61-1.49.05-.34-.01-.69-.16-1.01.34-.08.65-.27.88-.56l.85.48.08-1.02c.07-.89-.25-1.45-.53-1.75-.36-.39-.88-.61-1.42-.61-.06 0-.11 0-.17.01.01-.05.03-.1.04-.15.03-.17.03-.34 0-.51l.29-.27.64-.6-.75-.45c-.38-.23-.79-.35-1.2-.35-.68 0-1.46.35-1.85 1.29-.16-.19-.37-.46-.6-.83l-.27-.45c-.1-.17-.21-.35-.32-.52v-.01c.33-1.24.32-2.94-.17-4.52l1.23-1.17c.12.14.27.25.43.33.23.12.44.18.68.18h.01l.65-.01v-.8c.02-.02.05-.04.07-.06.18-.17.29-.38.33-.62l.6.01.6.01.03-.6c.01-.18-.01-.35-.04-.52h.22l.6.01.03-.6c.01-.27-.03-.53-.12-.76h.66l-.02-.64c-.01-.5-.27-.98-.69-1.28-.37-.27-.79-.37-1.12-.4V5.02h24.44v1.45c-.33.03-.77.13-1.15.41-.42.31-.68.79-.69 1.28l-.02.64h.66c-.09.23-.14.49-.12.76l.03.6.6-.01h.22c-.04.16-.05.34-.04.52l.03.6.6-.01.6-.01c.04.23.15.45.33.62.02.02.05.04.07.06v.8l.65.01h.01c.24 0 .45-.06.68-.18.16-.09.31-.2.43-.33l1.23 1.17c-.49 1.58-.51 3.28-.17 4.52v.01c-.11.17-.22.35-.32.52l-.27.45c-.22.36-.44.65-.6.84-.39-.94-1.17-1.29-1.85-1.29-.41 0-.82.12-1.2.35l-.75.45.64.6.29.27c-.03.16-.03.33 0 .51.01.05.02.1.04.15-.06 0-.11-.01-.17-.01-.55 0-1.07.22-1.42.61-.28.31-.6.86-.53 1.75l.08 1.02.85-.48c.23.28.54.47.88.56-.15.32-.21.66-.16 1.01.11.77.71 1.33 1.61 1.49l.65.12.11-.66.07-.38c.45-.12.8-.45.97-.82.12.13.28.24.48.33l.11.36.02.07.15.49c-.82.69-1.03 1.45-1.07 1.65-.4 1.52.06 2.61.52 3.26.3.43.63.72.86.89.08.59.1 1.53-.19 2.06l-1.3-.44c-.62-.77-1.53-1.26-2.38-1.26-.53 0-1.81.2-2.35 2.1l-.29 1.01 1.02-.22.09-.02c.06.18.15.36.3.51-.81.18-1.75.32-2.8.32-.34 0-.68-.05-1.02-.1-.42.18-.88.36-1.4.52h.2c.21 0 .42.01.61.03.56.07 1.09.17 1.6.17 1.33 0 2.5-.2 3.45-.46-.1.13-.19.27-.25.43-.15.37-.18.79-.09 1.22l-.11.03c-.18.04-.35.08-.49.1-.27.05-.43.06-.43.06s.24.13.58.36c.41.28.96.7 1.43 1.21 2.25 2.42-.18 4.26-.18 4.26zm6.24-.07c.03-.57.05-1.17-.11-1.72-.29-.95-1.15-1.47-2.07-1.69-1.37-.32-2.16-.42-3.23-1.41-.02-.02-.05-.04-.07-.06l.33-.2c.13.05.28.08.43.08.58 0 1.1-.38 1.31-.76.05-.09.09-.17.12-.26 0 .01.01.01.01.02.08.1.16.18.24.25l-.06.76-.06.73.73-.05c.48-.03 1.12-.13 1.61-.54l.28.14c.11.06.21.11.31.17.28.2.56.46.8.83.13.19.23.37.31.55 1 2.09-.88 3.16-.88 3.16zm8.43.85s-1.07-2.38-3.72-2.58c-.87-.07-1.82-.19-2.52-.76-.3-.25-.49-.61-.79-1.01-.09-.19-.2-.37-.32-.56-.31-.47-.7-.85-1.18-1.13.37-.2 1.01-.48 1.77-.48.26 0 .52.03.8.11.92.26 1.8.61 2.78.61.76 0 1.58-.21 2.51-.85 0 0-.05 1.07-1.21 1.67-.16.08-.35.16-.56.22-.37.11-.83.18-1.37.18-.22 0-.45-.01-.7-.03 0 0 1.4.45 2.67 1.25.77.49 1.48 1.1 1.8 1.82.22.47.27.98.04 1.54zm5.04.43c-1.43 0-2.83-.51-3.85-1.61-.25-.26-.47-.51-.69-.73-.34-.7-.99-1.35-1.94-1.96-.19-.12-.39-.24-.61-.36.05-.02.09-.04.14-.05.1-.04.19-.08.28-.12.66-.26 1.18-.41 1.61-.48 0 .04-.01.07-.01.11l-.11 1.04.97-.4.04-.01c.07.13.15.24.24.34.25.26.58.4.95.4-.12.18-.2.38-.25.59-.15.66.1 1.38.68 2.02l.42.46.46-.41.43-.38c.06.01.12.01.18.01.61 0 1.15-.48 1.32-.95.02-.06.04-.12.05-.18.07.05.13.1.19.14l.07.68.07.73.71-.18c.53-.13 1.28-.4 1.62-1.12.16-.34.2-.72.13-1.15 1.55-.18 2.77-.59 2.77-.59-.9 2.66-3.43 4.16-5.87 4.16zM41.18 2.89c-.91.25-2.06.01-2.06.01.7.69.93 1.11.93 1.11.92.05 1.13-.55 1.13-1.12zm45.15 0c0 .57.21 1.17 1.13 1.13 0 0 .24-.42.93-1.11 0 0-1.15.23-2.06-.02zm.55 12.32l.48-.81c.26-.44.5-.91.71-1.39.2-.48.37-.96.52-1.45.16-.48.3-.97.44-1.46-.22.46-.44.91-.68 1.36-.23.45-.47.89-.73 1.31-.27.42-.56.81-.88 1.19-.28.34-.58.69-.87 1.03.33.04.67.1 1.01.22zm-47.44-2.2c.2.48.45.95.71 1.39l.48.81c.34-.12.68-.19 1.01-.21-.29-.34-.59-.69-.87-1.03-.32-.39-.61-.78-.88-1.19-.26-.42-.5-.86-.73-1.31s-.45-.91-.68-1.36c.14.49.29.97.44 1.46.15.48.32.96.52 1.44zm-.15 2.9c-.77-1.11-1.51-2.24-2.13-3.43-.34-.65-.64-1.32-.88-2.01-.25-.69-.45-1.4-.61-2.12.08.74.19 1.47.36 2.2.17.73.4 1.44.67 2.14.27.7.58 1.38.9 2.05.26.53.53 1.05.8 1.57.26-.08.56-.21.89-.4zm49.8.4c.28-.52.55-1.04.8-1.57.33-.67.64-1.35.9-2.05.27-.7.49-1.42.67-2.14.17-.73.29-1.46.36-2.2-.16.72-.36 1.43-.61 2.12s-.55 1.36-.88 2.01c-.62 1.19-1.36 2.32-2.13 3.43.35.19.64.32.89.4zM38.49 51.55c-.78 0-1.36.3-1.74.9-.35-.6-.89-.9-1.61-.9s-1.26.28-1.62.83v-.68h-1.23v5.67h1.23v-3.18c0-.49.12-.86.35-1.12.23-.25.54-.38.91-.38.34 0 .6.11.79.32.19.22.28.52.28.91v3.44h1.23v-3.18c0-.5.11-.87.33-1.12s.52-.37.9-.37c.34 0 .61.11.81.32.2.22.3.52.3.91v3.44h1.23v-3.52c0-.7-.2-1.26-.59-1.68-.41-.4-.93-.61-1.57-.61zm65.62 0c-.8 0-1.39.29-1.76.87v-3h-1.23v7.94h1.23v-3.04c0-.55.13-.96.4-1.23.26-.27.61-.4 1.04-.4.39 0 .7.11.93.34s.34.55.34.98v3.36h1.23v-3.48c0-.73-.2-1.3-.6-1.71-.41-.42-.93-.63-1.58-.63zm-83.18 2.88h2.66c-.12.55-.4.99-.85 1.32-.44.33-1.02.49-1.72.49-.88 0-1.59-.27-2.13-.81s-.81-1.21-.81-2.03.27-1.5.81-2.04 1.22-.82 2.05-.82c.51 0 .98.12 1.4.35s.73.54.94.91l.9-.97c-.32-.42-.72-.78-1.21-1.05-.61-.34-1.29-.51-2.03-.51-1.18 0-2.17.4-2.97 1.2s-1.2 1.77-1.2 2.92c0 1.16.4 2.13 1.2 2.93.8.79 1.81 1.19 3.04 1.19 1.16 0 2.1-.35 2.81-1.04.72-.69 1.08-1.58 1.08-2.67v-.53h-3.97v1.16zm89.64-1.55V51.7h-1.41v-1.59h-1.23v1.59h-1.04v1.18h1.04v2.72c0 .74.2 1.25.61 1.53s1.08.36 2.02.24v-1.1c-.31.02-.57.02-.78.01-.21-.01-.37-.07-.47-.17-.11-.1-.16-.27-.16-.51v-2.72h1.42zM28.6 51.55c-.88 0-1.6.29-2.16.86-.55.57-.83 1.28-.83 2.13 0 .86.28 1.58.85 2.14s1.31.85 2.24.85c.98 0 1.75-.34 2.3-1l-.83-.83c-.33.47-.81.7-1.46.7-.47 0-.87-.12-1.19-.35-.33-.23-.53-.56-.62-.99h4.52c.03-.21.05-.38.05-.51 0-.83-.27-1.54-.8-2.12-.55-.59-1.24-.88-2.07-.88zm-1.72 2.51c.08-.43.28-.77.58-1.02s.68-.37 1.13-.37c.4 0 .75.12 1.05.35s.49.58.57 1.04h-3.33zm17.59-2.51c-.88 0-1.6.29-2.16.86s-.84 1.28-.84 2.13c0 .86.28 1.58.85 2.14s1.31.85 2.24.85c.98 0 1.75-.34 2.3-1l-.83-.83c-.33.47-.81.7-1.46.7-.47 0-.87-.12-1.19-.35-.33-.23-.53-.56-.62-.99h4.52c.03-.21.05-.38.05-.51 0-.83-.27-1.54-.8-2.12-.55-.59-1.23-.88-2.06-.88zm-1.73 2.51c.08-.43.28-.77.58-1.02.3-.25.68-.37 1.13-.37.4 0 .75.12 1.05.35s.49.58.57 1.04h-3.33zm8.13-2.51c-.88 0-1.6.29-2.16.86s-.84 1.28-.84 2.13c0 .86.28 1.58.85 2.14s1.31.85 2.24.85c.98 0 1.75-.34 2.3-1l-.83-.83c-.33.47-.81.7-1.46.7-.47 0-.87-.12-1.19-.35-.33-.23-.53-.56-.62-.99h4.52c.03-.21.05-.38.05-.51 0-.83-.27-1.54-.8-2.12-.54-.59-1.22-.88-2.06-.88zm-1.72 2.51c.08-.43.28-.77.58-1.02.3-.25.68-.37 1.13-.37.4 0 .75.12 1.05.35s.49.58.57 1.04h-3.33zm18.37-2.51c-.88 0-1.6.29-2.16.86-.56.57-.84 1.28-.84 2.13 0 .86.28 1.58.85 2.14s1.31.85 2.24.85c.98 0 1.75-.34 2.3-1l-.83-.83c-.33.47-.81.7-1.46.7-.47 0-.87-.12-1.19-.35-.33-.23-.53-.56-.62-.99h4.52c.03-.21.05-.38.05-.51 0-.83-.27-1.54-.8-2.12-.54-.59-1.23-.88-2.06-.88zm-1.72 2.51c.08-.43.28-.77.58-1.02s.68-.37 1.13-.37c.4 0 .75.12 1.05.35s.49.58.57 1.04H65.8zm25.67-2.51c-.88 0-1.6.29-2.16.86-.56.57-.84 1.28-.84 2.13 0 .86.28 1.58.85 2.14s1.31.85 2.24.85c.98 0 1.75-.34 2.3-1l-.83-.83c-.33.47-.81.7-1.46.7-.47 0-.87-.12-1.19-.35-.33-.23-.53-.56-.62-.99h4.52c.03-.21.05-.38.05-.51 0-.83-.27-1.54-.8-2.12-.54-.59-1.22-.88-2.06-.88zm-1.72 2.51c.08-.43.28-.77.58-1.02s.68-.37 1.13-.37c.4 0 .75.12 1.05.35s.49.58.57 1.04h-3.33zm-27.11-3.95h-1.23v1.59h-1.04v1.18h1.04v2.72c0 .74.2 1.25.61 1.53s1.08.36 2.02.24v-1.1c-.31.02-.57.02-.78.01-.21-.01-.37-.07-.47-.17-.11-.1-.16-.27-.16-.51v-2.72h1.41V51.7h-1.41l.01-1.59c-.01 0 0 0 0 0zm15.89 4.55c0 .48-.14.87-.43 1.16-.28.29-.71.43-1.28.43s-.99-.14-1.28-.43c-.28-.29-.43-.67-.43-1.16v-5.23H73.8v5.31c0 .85.28 1.52.84 2.03.56.5 1.28.75 2.17.75s1.61-.25 2.17-.75.84-1.18.84-2.03v-5.31h-1.31v5.23h.02zm4.36-4.55h-1.23v1.59h-1.04v1.18h1.04v2.72c0 .74.2 1.25.61 1.53s1.08.36 2.02.24v-1.1c-.31.02-.57.02-.78.01-.21-.01-.37-.07-.47-.17-.11-.1-.16-.27-.16-.51v-2.72h1.41V51.7h-1.41v-1.59h.01zm-25.3 1.44c-.8 0-1.39.29-1.76.87v-.73H54.6v5.67h1.23v-3.04c0-.55.13-.96.4-1.23.26-.27.61-.4 1.04-.4.39 0 .7.11.93.34s.34.55.34.98v3.36h1.23v-3.48c0-.73-.2-1.3-.6-1.71-.41-.42-.93-.63-1.58-.63zm28.94 1.1v-.95H85.3v5.67h1.23v-2.86c0-.58.17-1 .52-1.25s.76-.36 1.23-.33V51.6c-.86 0-1.44.35-1.75 1.05zm12.99 2.75c-.26.54-.76.9-1.37.99h-.03c-.08.01-.17.02-.26.02-1 0-1.77-.77-1.77-1.87s.77-1.87 1.77-1.87c.09 0 .17.01.25.02h.03c.61.08 1.1.44 1.37.96l.82-.82a2.973 2.973 0 00-2.47-1.27c-1.66 0-2.98 1.3-2.98 2.99a2.95 2.95 0 002.98 2.98c1.04 0 1.94-.51 2.48-1.29l-.82-.84z"})))}};h.style=".utrecht-logo{max-height:var(--utrecht-logo-max-height);max-width:var(--utrecht-logo-max-width)}.utrecht-logo__decoration-1{fill:var(--utrecht-logo-decoration-1-color, #fff)}.utrecht-logo__decoration-2{fill:var(--utrecht-logo-decoration-2-color, #c00)}.utrecht-logo__decoration-3{fill:var(--utrecht-logo-decoration-3-color, #ffb70b)}:host{display:inline}:host([hidden]){display:none !important}";export{h as utrecht_logo}
1
+ import{r as c,h as l}from"./p-17bfa2b7.js";const h=class{constructor(l){c(this,l)}render(){return l("svg",{version:"1.1",class:"utrecht-logo",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 110.57 58.97"},l("g",null,l("path",{class:"utrecht-logo__decoration-1",d:"M72.13 35.46c.96-.47 1.84-1.04 2.61-1.7.17-.24.36-.42.58-.54 1.49-1.52 2.42-3.49 2.42-5.9v-2.15c-.06.02-.12.03-.19.03s-.14-.01-.21-.03l-.16.91c-1.48-.28-1.32-1.75-.32-2.25.57-.29.75-.5.58-.72a.227.227 0 00-.18-.09c-.21 0-.52.23-.82.45-.13.1-.3.15-.48.15-.39 0-.81-.25-.99-.84l-.52.29c-.09-1.11.6-1.66 1.3-1.66.33 0 .67.12.93.36.1.09.2.13.3.13.32 0 .54-.4.11-.63-.41-.22-.8-.9-.42-1.33l-.62-.58c.28-.17.58-.25.86-.25.3 0 .59.1.83.3v-7.84a.53.53 0 01-.41-.5c0-.3.18-.48.41-.57v-.65c-.47.1-.82.39-.96.79l-.66.01c-.03-.5.21-.95.72-1.12v-.65c-.43.09-.71.3-.88.49-.05.05-.09.11-.14.17l-.5.01c-.02-.48.22-.91.67-1.06v-.3H51.53v.3c.46.15.7.58.67 1.06l-.5-.01c-.04-.06-.09-.11-.14-.17-.17-.18-.46-.39-.88-.49v.65c.5.17.74.62.72 1.12l-.66-.01c-.14-.4-.49-.68-.96-.79v.65c.23.09.4.27.4.57 0 .26-.21.46-.4.5v7.83c.24-.2.52-.29.82-.29.29 0 .59.09.86.25l-.62.58c.37.44-.02 1.11-.42 1.33-.43.23-.2.63.11.63.1 0 .2-.04.3-.13.26-.24.6-.36.93-.36.7 0 1.39.54 1.3 1.66l-.54-.3c-.18.59-.6.84-.99.84-.18 0-.35-.05-.48-.15-.3-.22-.61-.45-.82-.45-.07 0-.14.03-.18.09-.16.22.01.44.58.72 1.01.5 1.17 1.97-.32 2.25l-.16-.91c-.07.02-.14.03-.21.03-.06 0-.12-.01-.18-.02v2.15c0 2.42.94 4.39 2.44 5.91.19.11.37.28.53.5.77.68 1.67 1.25 2.64 1.73h16.76z"}),l("path",{class:"utrecht-logo__decoration-2",d:"M74.28 8.19H53.27l-.29.61h21.46l-.16-.61zm2.84 3.7v7.23c.22.04.43.13.61.28v-7.39l-.61-.12zm.22 13.28l-.16.91c-.02 0-.04-.01-.06-.01v1.26c0 1.69-.5 3.23-1.47 4.56-.24.32-.5.63-.79.93L51.07 9.01c-.11-.05-.24-.1-.39-.13v.65c.5.17.74.62.72 1.12l-.66-.01c-.14-.4-.49-.68-.96-.79v.65c.23.09.4.27.4.57 0 .26-.21.46-.4.5v7.78c.24-.2.53-.27.83-.27.29 0 .58.11.85.27l-.62.58c.37.44-.02 1.11-.42 1.33-.43.23-.2.63.11.63.1 0 .2-.04.3-.13.26-.24.6-.36.93-.36.7 0 1.39.54 1.3 1.66l-.54-.3c-.18.59-.6.84-.99.84-.18 0-.35-.05-.48-.15-.3-.22-.61-.45-.82-.45-.07 0-.14.03-.18.09-.16.22.01.44.58.72.96.48 1.15 1.86-.11 2.23l-.21.02-.16-.91c-.07.02-.14.03-.21.03-.06 0-.12-.01-.18-.02v2.15c0 2.13.73 3.91 1.92 5.34.01.01.02.02.02.03.04.05.09.1.13.15l.03.03c.05.06.1.11.15.17 0 0 0 .01.01.01.05.06.11.11.16.17l.01.01c.07.04.13.09.19.14.12.1.24.22.34.36.77.68 1.67 1.25 2.64 1.73.11.06.22.12.34.17 1.6.8 3.94 1.67 8.03 1.67s6.43-.87 8.03-1.67c.12-.06.23-.12.34-.17.96-.47 1.84-1.04 2.61-1.7l.06-.09c.01-.01.02-.02.03-.04.01-.01.02-.03.04-.04.01-.02.03-.03.04-.05.01-.01.01-.02.02-.02l.06-.06.01-.01.06-.06.01-.01c.02-.02.05-.04.07-.06.05-.04.1-.07.15-.1.01-.01.02-.01.03-.02 1.49-1.52 2.42-3.49 2.42-5.9v-2.12a.582.582 0 01-.37 0z"}),l("path",{class:"utrecht-logo__decoration-1",d:"M78.15 1.4c0-.11-.01-.21-.02-.32h-1.51c-.01.86-.23 1.69-.61 2.34-.26.44-.57.77-.92.97h.11c1.63.01 2.95-1.33 2.95-2.99zm-1.53 5.73c-.12-.02-.23-.03-.35-.03-.09 0-.18.01-.27.02-.28.03-.56.12-.78.28-.25.18-.43.48-.44.8h.47c.21-.17.46-.29.73-.35v.65c-.46.15-.7.58-.67 1.06l.5-.01c.04-.06.09-.11.14-.17.17-.18.46-.39.88-.49v.65c-.5.17-.74.62-.72 1.12l.66-.01c.15-.42.52-.71 1.02-.8v.64c-.26.08-.47.26-.47.59 0 .29.26.5.47.5l-.02.55h.01c.14 0 .26-.04.39-.1.41-.22.57-.7.56-1.14l.6-.29c0 .02.01.04.01.07.05.37 0 .73-.12 1.04l1.13 1.07c.22-.54.51-1.05.86-1.52.13-.16.26-.32.4-.46-.49-.37-1.09-.83-1.29-.98-.63-.47-1.21-.99-1.81-1.5-.37-.31-.75-.62-1.15-.89-.23-.15-.48-.25-.74-.3zm10.49 19.85c.09.05.18.07.27.07.22 0 .43-.12.55-.31-.02-.11-.06-.23-.09-.34-.1-.3-.25-.59-.46-.87-.27-.36-.63-.69-1.11-.96-.07-.04-.15-.09-.24-.14.32.39.51.67.63.91.13.24.19.43.28.61a.655.655 0 00.17 1.03zm-46.27-1.65c.12-.23.31-.52.63-.91-.08.05-.17.1-.24.14-.48.27-.84.6-1.11.96-.21.28-.35.58-.46.87-.04.11-.07.23-.09.34.12.19.33.31.55.31.09 0 .18-.02.27-.07.33-.17.46-.61.23-.95a.55.55 0 00-.07-.09c.1-.17.16-.36.29-.6zM82.27 7.59c.12 0 .25-.01.38-.02-.39-.14-.7-.37-.9-.69-.28-.43-.32-.89-.21-1.3-.02 0-.04.01-.06.01-.47.1-.71.46-.62.94.13.72.58 1.06 1.41 1.06zm5.71 20.21c.01-.1.02-.2.02-.31a1.222 1.222 0 01-1.19.03c-.35-.18-.59-.51-.66-.9-.05-.25-.02-.51.08-.74 0 0 0-.01-.01-.01-.27-.05-.57-.09-.9-.13-.55-.06-1.05-.09-1.51-.09-4.3 0-4.65 2.36-4.65 2.36-.67 2.51 1.34 3.64 1.34 3.64s.46 2.29-.56 3.16l-1.06-.36-.53-.18-.3-.1c-.48-.68-1.26-1.16-2-1.16-.72 0-1.41.46-1.75 1.65l.75-.16c0 .77.25.97.64.97.08 0 .17-.01.26-.02.11-.02.22-.04.34-.06.37-.07.64-.15.83-.15.18 0 .3.07.37.26.1.29-.18.47-.54.56-.88.2-1.38.82-1.22 1.65.04.19.1.38.21.59.04.09.09.17.15.26 0 0 .01 0 .01.01l.87-.53c.13.13.28.18.43.18.33 0 .65-.24.77-.45l.03-.06c.1-.2.11-.43.11-.64 0-.12-.01-.24-.01-.35 0-.13 0-.24.03-.32a.55.55 0 01.32-.33.432.432 0 01.42.06c.21.15.21.38.18.61-.03.24-.07.46.06.66.01.02.02.03.03.05.05.06.11.12.17.17.04.03.22.16.22.21l-.09 1.06c.56-.04 1.18-.16 1.48-.67.06-.1.11-.23.14-.36.11-.39.16-.87.22-1.54.25-.1.47-.23.66-.4.24-.21.43-.47.54-.8.3-.9.56-2.7.16-4.6 0 0 4.03-.5 4.9-.94.08-.61.16-1.22.24-1.78zM84.43 4.6s-.55.33-.44.85c.18.38.41.77.7 1.11l.56-.56c.66-.61 1.24-.83 1.72-.83.63 0 1.07.4 1.25.86.28.7.25 1.26.15 1.62-.08.27-.3.49-.8.53-.09.01-.19.01-.29.01-1.03 0-2.38-.37-2.38-.37-.21 1.12-.34 1.34 1.26 1.34.37 0 .83-.01 1.4-.03l-1.6.73c-.18-.01-.35-.02-.52-.02-1.18 0-2.12.35-2.86.92-.17.13-.33.27-.48.42-.57.58-.98 1.3-1.27 2.06-.08.22-.15.44-.21.66-.31 1.16-.35 2.37-.19 3.34.12-.15.24-.29.38-.43l.07-.07c.48-.47 1.29-1.28 2.26-1.78.36-.32.7-.64 1.03-.99.71-.75 1.34-1.58 1.81-2.52-.29 1.01-.78 1.98-1.36 2.87-.23.35-.47.69-.72 1.02-.22.09-.42.19-.62.31-.85.48-1.57 1.22-1.99 1.64-.25.24-.45.51-.64.79-.15.22-.28.44-.42.67-.1.17-.21.35-.31.52-.45.73-1.05 1.45-1.39 1.45-.12 0-.21-.09-.25-.29-.18-.91-.75-1.31-1.37-1.31-.29 0-.59.09-.86.25l.62.58c-.37.44.02 1.11.42 1.33.43.23.2.63-.11.63-.1 0-.2-.04-.3-.13-.26-.24-.6-.36-.93-.36-.7 0-1.39.54-1.3 1.66l.54-.3c.18.59.6.84.99.84.18 0 .35-.05.48-.15.3-.22.61-.45.82-.45.07 0 .14.03.18.09.16.22-.01.44-.58.72-1.01.5-1.17 1.97.32 2.25l.16-.91c.07.02.14.03.21.03.43 0 .73-.38.78-.66.07-.41.05-.66.07-.92.01-.23.16-.33.31-.33.18 0 .36.13.38.36.03.43.02.99.78 1.12l.24.77c.72-.25 1.44-1.08.13-2.48-.02-.71.73-1.12 1.78-1.71.18-.1.37-.21.56-.32l.3-.18c.21-.13 1.02-.72 1.73-1.33l.62.33c-.13.11-.27.23-.43.37-.64.53-1.33 1.05-1.59 1.2l-.15.09c.68.63 1.41 1.18 2.07 1.62.27.18.53.35.77.5s.47.28.66.39c.53.3.95.67 1.27 1.09.21.27.37.56.49.85.12.28.2.57.24.86.02.1.03.19.04.29.02.27.01.53-.02.78-.04.27-.07.54-.11.81-.05.41-.09.81-.12 1.22-.04.48-.06.95-.06 1.42 0 1.44.22 2.47 1.22 3.45.72.71 1.73.88 2.71.95.51.03 1.94.24 2.91.39.56.08.98.55 1.01 1.12.04.77.03 1.78-.24 2.12l-1.32-.18c-.31-.46-1.05-.82-1.77-.82-.56 0-1.11.22-1.42.8-.09.17-.17.37-.21.61l-.03.22.42-.17.24-.1c.01.06.02.11.03.16.14.58.44.79.8.79a1.602 1.602 0 00.61-.15c.34-.14.58-.25.76-.25.12 0 .21.05.29.19.11.19 0 .35-.19.48-.06.04-.14.08-.21.11-1.01.42-1.3 1.4-.37 2.42l.7-.62c.11.07.22.1.32.1.34 0 .65-.31.73-.54.13-.35-.01-.75-.06-1.04-.01-.08-.02-.16-.01-.22a.49.49 0 01.26-.36.414.414 0 01.37-.01c.06.03.11.07.15.12.09.11.11.26.11.41 0 .08 0 .17.01.25.02.14.06.27.18.38.06.05.12.09.18.13.04.02.23.11.24.15l.09.98c.7-.17 1.47-.51 1.28-1.6-.03-.18-.09-.39-.19-.62-.03-.08-.07-.17-.12-.26.61-.3 1.01-.87 1.11-1.54.09-.61-.01-2.78-.08-4.02-.03-.5-.41-.91-.9-.98-.56-.08-1.28-.19-1.81-.3-.84-.18-1.65-.55-1.84-1.15-.16-.52-.07-.58-.02-1.11.04-.41.09-.83.12-1.24 0-.06.01-.13.01-.19.01-.24 0-.49-.03-.73l.15.09c.16.09.33.15.5.2.19.05.38.07.58.07.42 0 .83-.11 1.2-.34.67-.41 1.06-1.12 1.04-1.9-.03-1.39-.82-2.37-1.58-3.32-.36-.45-.74-.92-1.02-1.42-.89-1.6-1.1-3.34-.62-5.17.21-.8.69-1.52 1.2-2.29.19-.29.37-.56.55-.86 0 0 .4.18.66.12a.84.84 0 00.22-.1c.61-.38 1.26-1.93 1.23-3.79-.02-1.48-.37-2.71-1.06-3.72.15.42.28.86.36 1.3.09.48.12.98.09 1.46-.03.49-.13.96-.29 1.4.07-.47.07-.94.01-1.4s-.18-.9-.35-1.32a7.15 7.15 0 00-.54-1.07c.14.86.14 1.73-.09 2.81-.14.67-.43 1.31-.68 1.87-.23.51-.4.92-.47 1.26-.08.37-.03.65.22.88-.04.07-.09.14-.13.21-.11.17-.23.35-.35.53-.52.79-1.06 1.6-1.3 2.52-.52 2-.28 3.98.69 5.73.31.56.71 1.05 1.09 1.53.71.89 1.39 1.73 1.42 2.87.01.52-.24.97-.68 1.24-.46.28-1.01.3-1.48.07-.01-.01-.03-.01-.04-.02-.36-.19-.68-.55-.87-.97-.01-.02-.01-.04-.02-.06-.23-.67-.51-1.33-.83-1.96-.94-1.88-2.11-3.64-2.85-5.62-.64-1.7-.35-3.77-.35-3.77.65.26 1.6.29 1.6.29-.03-2.12 4.52-7.04 1.75-13.04-.19.31-.44.63-.79.96l-.25.24v-.87c1.45-1.5.78-2.93.24-3.41-.41.15-.88.6-1.23 1.15l-.61-.2c.15-.25.32-.49.51-.71a.455.455 0 00-.19-.08c-.03 0-.07-.01-.12-.01-.91 0-4.33.79-4.67.97l-.27.92c-.93.25-1.79.75-2.4 1.08.05.26.33.85.9.78zm6.79 5.87c.25-.69.45-1.4.61-2.12-.08.74-.19 1.47-.36 2.2s-.4 1.44-.67 2.14-.58 1.38-.9 2.05c-.26.53-.53 1.05-.8 1.57a4.62 4.62 0 01-.88-.4c.77-1.11 1.51-2.24 2.13-3.43.33-.65.63-1.32.87-2.01zm-2.63 1.09c-.16.48-.32.97-.52 1.45s-.45.95-.71 1.39l-.48.81c-.34-.12-.68-.19-1.01-.21.29-.34.59-.69.87-1.03.32-.39.61-.78.88-1.19.26-.42.5-.86.73-1.31s.45-.91.68-1.36c-.14.48-.29.97-.44 1.45zm-.2-8.65c-.7.69-.93 1.11-.93 1.11-.93.04-1.13-.55-1.13-1.13.91.25 2.06.02 2.06.02zm-12.4 2.12H51.55v1.46c.33.03.75.14 1.12.4.42.31.68.79.69 1.28v.02h20.79v-.02c.01-.49.27-.97.69-1.28.38-.28.82-.38 1.15-.41V5.03zM56.67 7.66l-2.01-1 2.01-1 2.01 1-2.01 1zm7.09-.11c-.98 0-1.78-.4-1.78-.89s.8-.89 1.78-.89 1.78.4 1.78.89-.8.89-1.78.89zm7.09.11l-2.01-1 2.01-1 2.01 1-2.01 1zM49.98 35.5c.07-.19.19-.26.37-.26.19 0 .46.07.83.15.12.02.23.04.34.06.09.01.18.02.26.02.39 0 .64-.19.64-.97l.75.16c-.34-1.19-1.03-1.65-1.75-1.65-.74 0-1.52.49-2 1.16l-.3.1-.51.2-1.06.36c-1.03-.87-.56-3.16-.56-3.16s2.01-1.13 1.34-3.64c0 0-.35-2.36-4.65-2.36-.46 0-.96.03-1.51.09-.33.04-.63.08-.9.13 0 0 0 .01-.01.01.1.23.13.49.08.74a1.252 1.252 0 01-1.22 1.04c-.22 0-.43-.06-.63-.17 0 .11.01.21.02.31.08.56.16 1.16.21 1.79.87.44 4.9.94 4.9.94-.39 1.9-.14 3.7.16 4.6.11.33.3.59.54.8.19.17.41.3.66.4.05.66.1 1.15.22 1.54.03.14.08.26.14.36.3.51.92.63 1.48.67l-.09-1.06c0-.05.19-.18.22-.21.06-.05.12-.11.17-.17.01-.02.02-.03.03-.05.13-.21.09-.43.06-.66-.03-.23-.03-.46.18-.61a.432.432 0 01.42-.06c.14.05.27.17.32.33.03.08.03.19.03.32 0 .11-.01.23-.01.35 0 .21.02.44.11.64l.03.06c.12.2.44.45.77.45.15 0 .3-.05.43-.18l.87.53s.01 0 .01-.01c.06-.09.1-.18.15-.26.1-.21.17-.4.21-.59.16-.84-.34-1.45-1.22-1.65-.34-.11-.63-.29-.53-.59zm32.74 4.63c-.24-.37-.53-.63-.8-.83-.1-.06-.2-.11-.31-.17l-.28-.14c-.48.41-1.13.51-1.61.54l-.73.05.06-.73.06-.76c-.08-.07-.16-.15-.24-.25 0-.01-.01-.01-.01-.02-.03.09-.07.18-.12.26-.22.38-.74.76-1.31.76-.15 0-.29-.03-.43-.08l-.33.2c.02.02.05.04.07.06 1.07.99 1.87 1.1 3.23 1.41.92.21 1.78.74 2.07 1.69.17.55.14 1.15.11 1.72 0 0 1.88-1.07.88-3.18-.08-.15-.19-.34-.31-.53zm-12.83-.73c-.59-.6-1.22-1.11-1.85-1.41a7.15 7.15 0 00-1.53-.53c-.32-.07-.63-.12-.92-.15-.17-.02-.33-.03-.49-.04-.42.02-.87.03-1.34.03-.47 0-.92-.01-1.34-.03a8.358 8.358 0 00-1.42.19c-.49.11-1.01.28-1.53.53-.63.31-1.26.81-1.85 1.41-.04.04-.07.07-.1.11-1.28 1.39-.94 2.75-.94 2.75s1.64-2.18 4.09-2.18c1.17 0 2.18.39 2.7.65l.38.2.38-.2c.52-.25 1.53-.65 2.7-.65 2.45 0 4.09 2.18 4.09 2.18s.35-1.36-.94-2.75a.73.73 0 00-.09-.11zm-12.72-.44c.97-.98 2.04-1.6 3.01-1.93-.88-.14-1.63-.32-2.3-.53-.07 0-.14-.01-.21-.01-.21 0-.42.01-.61.03-.56.07-1.09.17-1.6.17-1.33 0-2.5-.2-3.45-.46.1.13.19.27.25.43.15.37.18.79.09 1.22l.11.03c.18.04.35.08.49.1.27.05.43.06.43.06s-.24.13-.58.36c-.41.28-.96.7-1.43 1.21-2.21 2.43.23 4.27.23 4.27s-.54-2.39.61-3.15c1.84-1.2 2.82-.17 4.88-1.74.03 0 .05-.03.08-.06zm-6.33.02l-.33-.2c-.13.05-.28.08-.43.08-.58 0-1.1-.38-1.31-.76-.05-.09-.09-.17-.12-.26 0 .01-.01.01-.01.02-.08.1-.16.18-.24.25l.06.76.06.73-.73-.05c-.48-.03-1.12-.13-1.61-.54l-.28.14c-.11.06-.21.11-.31.17-.28.2-.56.46-.8.83-.13.19-.23.37-.31.55-1 2.11.88 3.18.88 3.18-.03-.57-.05-1.17.11-1.72.29-.95 1.15-1.47 2.07-1.69 1.37-.32 2.16-.42 3.23-1.41.03-.04.05-.06.07-.08zm23.87-.53c-.34-.23-.58-.36-.58-.36s.17-.02.43-.06c.14-.02.31-.06.49-.1.03-.01.07-.02.11-.03-.09-.43-.06-.85.09-1.22.06-.15.15-.3.25-.43-.95.26-2.12.46-3.45.46-.51 0-1.04-.11-1.6-.17-.19-.02-.4-.03-.61-.03h-.2c-.67.21-1.43.39-2.3.53.97.33 2.04.94 3.01 1.93.03.03.05.05.07.08 2.06 1.57 3.04.54 4.88 1.74 1.15.75.61 3.15.61 3.15s2.43-1.84.23-4.27c-.47-.52-1.03-.95-1.43-1.22zm24.01 3.11c.07.43.03.81-.13 1.15-.34.72-1.09.98-1.62 1.12l-.71.18-.07-.73-.07-.68c-.06-.04-.13-.09-.19-.14-.01.06-.03.12-.05.18-.17.47-.71.95-1.32.95-.06 0-.12 0-.18-.01l-.43.38-.46.41-.42-.46c-.59-.64-.83-1.36-.68-2.02.05-.21.13-.41.25-.59-.37 0-.7-.14-.95-.4-.09-.1-.18-.21-.24-.34l-.04.01-.97.4.11-1.04c0-.04.01-.07.01-.11-.43.07-.95.23-1.61.48-.09.05-.19.09-.28.12-.05.02-.09.04-.14.05.21.12.42.24.61.36.95.61 1.6 1.27 1.94 1.96.21.22.44.46.69.73 1.03 1.1 2.42 1.61 3.85 1.61 2.45 0 4.98-1.51 5.87-4.17-.01.01-1.22.42-2.77.6zm-9.97-.22c-1.27-.8-2.67-1.25-2.67-1.25.25.02.48.03.7.03.55 0 1-.07 1.37-.18.21-.06.4-.14.56-.22 1.17-.6 1.21-1.67 1.21-1.67-.93.63-1.75.85-2.51.85-.98 0-1.87-.35-2.78-.61-.27-.08-.54-.11-.8-.11-.75 0-1.4.28-1.77.48.47.29.87.66 1.18 1.13.12.19.23.38.32.56.3.41.49.77.79 1.01.69.58 1.65.7 2.52.76 2.64.2 3.72 2.58 3.72 2.58.22-.55.18-1.07-.03-1.54-.33-.72-1.04-1.33-1.81-1.82zm-43.31-2.68c-.37-.2-1.01-.48-1.77-.48-.26 0-.52.03-.8.11-.92.26-1.8.61-2.78.61-.76 0-1.58-.21-2.51-.85 0 0 .05 1.07 1.21 1.67.16.08.35.16.56.22.37.11.83.18 1.37.18.22 0 .45-.01.7-.03 0 0-1.4.45-2.67 1.25-.77.49-1.48 1.1-1.8 1.82-.21.47-.25.98-.03 1.54 0 0 1.07-2.38 3.72-2.58.87-.07 1.82-.19 2.52-.76.3-.25.49-.61.79-1.01.09-.19.2-.37.32-.56.3-.47.7-.85 1.17-1.13zm-15.72 2.08c-.04.09-.08.18-.12.26-.09.23-.16.43-.19.62-.2 1.09.58 1.43 1.28 1.6l.09-.98c.01-.04.2-.13.24-.15.06-.04.13-.08.18-.13a.59.59 0 00.18-.38c.01-.08.01-.16.01-.25.01-.15.03-.3.11-.41.04-.05.08-.09.15-.12a.414.414 0 01.37.01c.13.07.24.2.26.36.01.06 0 .14-.01.22-.05.29-.19.69-.06 1.04.08.23.39.54.73.54.11 0 .21-.03.32-.1l.7.62c.93-1.02.64-2-.37-2.42-.08-.03-.15-.07-.21-.11-.19-.13-.3-.3-.19-.48.08-.14.17-.19.29-.19.18 0 .41.11.76.25a1.602 1.602 0 00.61.15c.36 0 .65-.21.8-.79l.03-.16.24.1.42.17-.03-.22c-.04-.24-.12-.44-.21-.61-.31-.57-.86-.8-1.42-.8-.72 0-1.46.36-1.77.82l-1.32.18c-.27-.34-.28-1.34-.24-2.12.03-.57.45-1.03 1.01-1.12.96-.14 2.4-.35 2.91-.39.97-.07 1.98-.24 2.71-.95 1-.99 1.22-2.02 1.22-3.45 0-.47-.02-.94-.06-1.42-.03-.41-.08-.82-.12-1.22-.03-.27-.07-.54-.11-.81a3.38 3.38 0 01.02-1.07c.05-.29.13-.57.24-.86.12-.3.29-.58.49-.85.32-.42.74-.79 1.27-1.09.19-.11.42-.24.66-.39s.5-.31.77-.5c.66-.44 1.39-.99 2.07-1.62l-.15-.09c-.25-.15-.94-.66-1.59-1.2-.16-.13-.3-.25-.43-.37l.62-.33c.72.61 1.52 1.21 1.73 1.33l.3.18c.19.11.38.22.56.32 1.05.6 1.8 1.01 1.78 1.71-1.3 1.4-.59 2.23.13 2.48l.24-.77c.76-.13.75-.69.78-1.12.02-.23.2-.36.38-.36.15 0 .3.1.31.33.02.25 0 .51.07.92.05.28.35.66.78.66.07 0 .14-.01.21-.03l.16.91c1.48-.28 1.32-1.75.32-2.25-.57-.29-.75-.5-.58-.72.05-.07.11-.09.18-.09.21 0 .52.23.82.45.13.1.3.15.48.15.39 0 .81-.25.99-.84l.54.3c.09-1.11-.6-1.66-1.3-1.66-.33 0-.67.12-.93.36-.1.09-.2.13-.3.13-.32 0-.54-.4-.11-.63.41-.22.8-.9.42-1.33l.62-.58c-.28-.17-.58-.25-.86-.25-.62 0-1.19.4-1.37 1.31-.04.21-.13.29-.25.29-.34 0-.94-.73-1.39-1.45-.11-.17-.21-.35-.31-.52-.13-.23-.27-.45-.42-.67-.19-.28-.39-.55-.64-.79-.42-.42-1.15-1.15-1.99-1.64-.2-.11-.41-.22-.62-.31-.25-.33-.5-.67-.72-1.02-.59-.9-1.08-1.86-1.36-2.87.46.95 1.1 1.78 1.81 2.52.33.35.67.67 1.03.99.97.5 1.78 1.31 2.26 1.78l.07.07c.14.14.27.28.38.43.16-.98.12-2.19-.19-3.34-.06-.22-.13-.45-.21-.66-.29-.77-.7-1.49-1.27-2.06a4.81 4.81 0 00-.48-.42c-.74-.57-1.68-.92-2.86-.92-.17 0-.34.01-.52.02l-1.6-.73c.57.01 1.03.03 1.4.03 1.6 0 1.47-.22 1.26-1.34 0 0-1.35.37-2.38.37-.1 0-.2 0-.29-.01-.5-.04-.72-.26-.8-.53-.1-.36-.13-.92.15-1.62.18-.46.62-.86 1.25-.86.48 0 1.06.23 1.72.83l.56.56c.29-.34.52-.73.7-1.11.12-.52-.44-.85-.44-.85.57.07.85-.52.94-.79-.61-.33-1.48-.83-2.4-1.08l-.27-.92C41 1.64 37.58.85 36.68.85c-.05 0-.08 0-.12.01-.07.01-.14.04-.19.08.19.21.36.45.51.71l-.61.2C35.93 1.3 35.46.84 35.04.7c-.55.48-1.21 1.91.24 3.41v.87l-.25-.24c-.35-.33-.6-.65-.79-.96-2.77 6 1.78 10.92 1.75 13.04 0 0 .95-.03 1.6-.29 0 0 .29 2.07-.35 3.77-.74 1.98-1.91 3.74-2.85 5.62-.32.64-.6 1.29-.83 1.96-.01.02-.01.04-.02.06-.19.41-.51.77-.87.97-.01.01-.03.01-.04.02-.47.24-1.02.21-1.48-.07-.45-.27-.69-.73-.68-1.24.03-1.14.7-1.98 1.42-2.87.38-.48.78-.97 1.09-1.53.97-1.75 1.21-3.73.69-5.73-.24-.92-.78-1.73-1.3-2.52l-.35-.53c-.05-.07-.09-.14-.13-.21.25-.23.3-.51.22-.88-.07-.34-.25-.75-.47-1.26-.25-.56-.54-1.2-.68-1.87-.23-1.08-.23-1.95-.09-2.81-.21.34-.39.7-.54 1.07-.17.42-.29.86-.35 1.32s-.06.93.01 1.4c-.16-.44-.26-.92-.29-1.4-.03-.49 0-.98.09-1.46.08-.44.2-.88.36-1.3-.69 1.01-1.04 2.24-1.06 3.72-.02 1.86.62 3.42 1.23 3.79.08.05.15.08.22.1.26.06.66-.12.66-.12.18.3.36.57.55.86.51.77.99 1.5 1.2 2.29.47 1.83.27 3.57-.62 5.17-.28.5-.65.97-1.02 1.42-.76.95-1.55 1.93-1.58 3.32-.02.78.37 1.49 1.04 1.9.36.22.78.34 1.2.34.19 0 .39-.03.58-.07.17-.05.34-.11.5-.2l.15-.09c-.03.24-.04.49-.03.73 0 .06.01.13.01.19.03.41.09.83.12 1.24.05.53.14.59-.02 1.11-.19.6-1 .96-1.84 1.15-.53.12-1.25.23-1.81.3-.5.07-.87.48-.9.98-.07 1.23-.17 3.41-.08 4.02.06.68.46 1.25 1.07 1.55zM41.18 2.89c0 .57-.21 1.17-1.13 1.13 0 0-.24-.42-.93-1.11-.01 0 1.14.23 2.06-.02zm-2.03 8.58c.23.45.47.89.73 1.31.27.42.56.81.88 1.19.28.34.58.69.87 1.03-.33.02-.66.09-1.01.21l-.48-.81c-.26-.44-.5-.91-.71-1.39-.2-.48-.37-.96-.52-1.45-.16-.48-.3-.97-.44-1.46.23.46.45.92.68 1.37zm-1.54 3.27c-.33-.67-.64-1.35-.9-2.05-.27-.7-.49-1.42-.67-2.14-.17-.73-.29-1.46-.36-2.2.16.72.36 1.43.61 2.12s.55 1.36.88 2.01c.62 1.19 1.36 2.32 2.13 3.43-.33.19-.63.32-.88.4-.28-.52-.55-1.04-.81-1.57zM56.52 2.97h.69c.18.58.47 1.07.83 1.43h1.4c-.35-.2-.67-.53-.92-.97-.38-.65-.6-1.48-.61-2.34h-1.98c-.01.86-.23 1.69-.61 2.34-.26.44-.57.77-.92.97h1.31c.34-.36.63-.85.81-1.43zM52.48 4.4h.15c-.35-.2-.67-.53-.92-.97-.38-.65-.6-1.48-.61-2.34h-1.55c-.01.09-.01.18-.01.28-.02 1.64 1.34 3.03 2.94 3.03zm10.94-1.43h.69c.18.58.47 1.07.83 1.43h1.49c-.35-.2-.66-.53-.92-.97-.38-.65-.6-1.48-.61-2.34h-2.16c-.01.86-.23 1.69-.61 2.34-.26.44-.57.77-.92.97h1.4c.34-.36.63-.85.81-1.43zM38.37 40.84c.19-.12.39-.24.61-.36-.05-.02-.09-.04-.14-.05-.1-.04-.19-.08-.28-.12-.66-.26-1.18-.41-1.61-.48 0 .04.01.07.01.11l.11 1.04-.97-.4-.04-.01c-.07.13-.15.24-.24.34-.25.26-.58.4-.95.4.12.18.2.38.25.59.15.66-.1 1.38-.68 2.02l-.42.46-.46-.41-.43-.38c-.06.01-.12.01-.18.01-.61 0-1.15-.48-1.32-.95-.02-.06-.04-.12-.05-.18-.06.05-.13.1-.19.14l-.07.68-.07.73-.71-.18c-.53-.13-1.28-.4-1.62-1.12-.16-.34-.2-.72-.13-1.15-1.55-.18-2.77-.59-2.77-.59.89 2.67 3.42 4.17 5.87 4.17 1.43 0 2.83-.51 3.85-1.61.25-.26.47-.51.69-.73.34-.7.99-1.36 1.94-1.97zM70.43 2.97h.69c.18.58.47 1.07.83 1.43h1.37c-.35-.2-.67-.53-.92-.97-.38-.65-.6-1.48-.61-2.34h-2.05c-.01.86-.23 1.69-.61 2.34-.26.44-.57.76-.92.97h1.4c.35-.36.64-.85.82-1.43zM46.3 11.25c.35.46.64.98.86 1.52l1.13-1.08c-.12-.31-.16-.67-.12-1.04 0-.02.01-.04.01-.07l.6.29c-.02.45.15.92.56 1.14.13.07.24.1.39.1h.01l-.02-.55c.2 0 .47-.21.47-.5 0-.33-.21-.51-.47-.59v-.64c.5.09.87.39 1.02.8l.66.01c.03-.5-.21-.95-.72-1.12v-.65c.43.09.71.3.88.49.05.05.09.11.14.17l.5.01c.02-.48-.22-.91-.67-1.06v-.65c.28.06.52.17.73.35h.47c-.01-.31-.19-.61-.44-.8-.21-.15-.48-.24-.75-.28-.1-.01-.21-.02-.31-.02-.11 0-.21.01-.32.03-.27.04-.54.15-.77.3-.4.27-.78.58-1.15.89-.6.5-1.18 1.03-1.81 1.5-.2.15-.81.61-1.29.98.15.16.28.31.41.47zm.35-4.72c.09-.48-.15-.83-.62-.94-.02 0-.04-.01-.06-.01.11.41.06.86-.21 1.3-.2.31-.51.55-.9.69.13.02.26.02.38.02.83 0 1.28-.34 1.41-1.06z"}),l("path",{class:"utrecht-logo__decoration-3",d:"M0 .46h6.7v56.91H0z"}),l("ellipse",{class:"utrecht-logo__decoration-2",cx:"63.76",cy:"6.66",rx:"1.78",ry:".89"}),l("path",{class:"utrecht-logo__decoration-2",d:"M58.67 6.66l-2-1.01-2.01 1.01 2.01 1zm14.19 0l-2.01-1.01-2 1.01 2 1z"}),l("path",{class:"utrecht-logo__decoration-2",d:"M101.29 40.38c-.02.01-1.19.39-2.67.56.48-.41.8-.99.9-1.65.07-.5.05-1.9-.08-4.14-.04-.8-.65-1.46-1.44-1.56-.74-.1-1.35-.2-1.76-.29-.85-.19-1.31-.5-1.37-.72-.08-.24-.07-.27-.04-.49.01-.1.03-.22.05-.38.02-.18.03-.35.06-.54.03-.23.05-.47.07-.71v-.04c.19.04.39.06.58.06.53 0 1.06-.14 1.52-.43.86-.53 1.36-1.44 1.34-2.45-.04-1.6-.93-2.72-1.72-3.7-.36-.45-.71-.88-.96-1.33-.81-1.46-1-3.04-.56-4.71.18-.69.63-1.38 1.11-2.1.1-.15.2-.31.3-.46.07.01.14.02.21.02.3 0 .55-.1.73-.21 1.15-.71 1.55-3.03 1.53-4.33-.03-2.72-1.1-4.68-3.25-5.99l-.74-.45.28.82c.65 1.89 1 3.06.59 4.96-.13.61-.39 1.19-.64 1.75-.39.88-.77 1.73-.44 2.42-.08.12-.16.25-.24.37-.55.83-1.12 1.69-1.38 2.71-.56 2.16-.3 4.3.75 6.19.33.6.75 1.12 1.15 1.62.67.84 1.26 1.56 1.28 2.49.01.39-.24.6-.38.69-.28.17-.61.18-.9.03-.23-.12-.45-.36-.59-.64-.22-.65-.5-1.33-.88-2.08-.34-.68-.71-1.35-1.07-2-.66-1.2-1.29-2.33-1.75-3.56-.35-.95-.39-2.04-.37-2.74.5.09.94.11 1.02.11l.65.02-.01-.65c-.01-.49.38-1.34.82-2.33 1.21-2.68 3.04-6.72.69-11.35-.02-.03-.03-.07-.05-.1.1-.32.13-.61.12-.85-.01-.89-.45-1.59-.85-1.95l-.28-.25-.35.12c-.23.08-.45.22-.67.39-.15-.14-.34-.24-.56-.27-.06-.01-.12-.01-.2-.01-.97 0-4.5.8-4.96 1.04l-.24.12-.08.26-.17.59c-.78.26-1.49.65-2.02.94-.07.04-.14.08-.21.11l-.4.22.09.45c.01.07.36 1.83 1.38 3.02l.05.05c-.25.02-.47.04-.67.04-.61 0-1.09-.18-1.32-.54-.36-.56-.1-1.16.32-1.47-.23-.1-.45-.16-.72-.16-.16 0-.34.02-.54.07-.8.18-1.25.85-1.1 1.66.17.97.85 1.57 2.03 1.57.24 0 .49-.02.77-.07.4-.07.81-.19 1.22-.32 0 .02-.01.03-.01.05-.1.56-.19 1.04.12 1.43-.86.16-1.64.52-2.3 1.06-.54-.41-1.27-.96-1.38-1.05-.43-.32-.83-.67-1.26-1.03-.17-.15-.35-.3-.53-.45-.37-.31-.77-.63-1.2-.93-.32-.22-.69-.36-1.09-.41V4.73a3.643 3.643 0 002.16-3.32c0-.33-.04-.64-.13-.94h-2.69c.02.18.03.36.03.55 0 1.6-.8 3.01-1.79 3.01s-1.79-1.41-1.79-3.01c0-.19.01-.37.03-.55h-3.37c.02.18.03.36.03.55 0 1.6-.8 3.01-1.79 3.01s-1.79-1.41-1.79-3.01c0-.19.01-.37.03-.55h-3.48c.02.18.03.36.03.55 0 1.6-.8 3.01-1.79 3.01s-1.79-1.41-1.79-3.01c0-.19.01-.37.03-.55h-3.29c.02.18.03.36.03.55 0 1.6-.8 3.01-1.79 3.01s-1.79-1.41-1.79-3.01c0-.19.01-.37.03-.55h-2.73c-.08.29-.12.59-.12.9 0 1.42.83 2.69 2.02 3.29V6.5c-.4.05-.79.19-1.12.42-.43.29-.83.62-1.2.93-.18.15-.35.3-.53.45-.43.36-.83.71-1.26 1.03-.11.08-.84.63-1.38 1.05-.66-.54-1.43-.9-2.3-1.06.31-.4.22-.88.12-1.43 0-.01-.01-.03-.01-.05.41.14.82.25 1.22.32.28.05.53.07.77.07 1.18 0 1.86-.6 2.03-1.57.15-.81-.3-1.48-1.1-1.66-.2-.04-.38-.07-.54-.07-.27 0-.49.06-.72.16.42.31.68.91.32 1.47-.23.37-.72.54-1.32.54-.21 0-.43-.02-.65-.06l.05-.05c1.02-1.19 1.37-2.94 1.38-3.02l.09-.45-.4-.22c-.07-.04-.14-.07-.21-.11-.54-.29-1.24-.68-2.02-.94l-.17-.59-.08-.26-.24-.12c-.46-.24-3.99-1.04-4.96-1.04-.07 0-.14 0-.2.01-.22.03-.41.13-.56.27-.22-.18-.45-.31-.67-.39L34.9.01l-.29.23c-.4.36-.84 1.06-.85 1.95 0 .24.03.53.12.85-.02.04-.04.07-.05.1-2.35 4.63-.52 8.67.69 11.35.44.98.83 1.83.82 2.33l-.01.65.65-.02c.07 0 .51-.02 1.02-.11.02.7-.01 1.8-.37 2.74-.46 1.23-1.09 2.36-1.75 3.56-.36.65-.73 1.32-1.07 2-.37.75-.66 1.43-.88 2.08-.14.28-.35.52-.59.64-.29.15-.62.14-.9-.03a.76.76 0 01-.38-.69c.02-.92.6-1.65 1.28-2.49.4-.5.81-1.01 1.15-1.62 1.05-1.89 1.31-4.03.75-6.19-.26-1.02-.83-1.88-1.38-2.71-.08-.12-.16-.25-.24-.37.33-.69-.04-1.54-.44-2.42-.25-.56-.51-1.14-.64-1.75-.41-1.91-.06-3.07.59-4.96l.28-.82-.74.45c-2.15 1.31-3.22 3.27-3.25 5.99-.02 1.3.39 3.63 1.53 4.33.18.11.42.21.73.21.07 0 .13-.01.21-.02.1.15.2.31.3.46.48.72.93 1.41 1.11 2.1.43 1.67.24 3.26-.56 4.71-.25.45-.59.88-.96 1.33-.79.98-1.68 2.09-1.72 3.7-.02 1 .48 1.92 1.34 2.45.46.29.99.43 1.52.43.2 0 .39-.02.58-.06v.04c.02.24.04.48.07.71.02.19.04.36.06.54.01.16.03.28.05.38.03.21.04.25-.04.49-.07.22-.52.53-1.37.72-.41.09-1.02.19-1.76.29-.79.11-1.4.77-1.44 1.56-.12 2.24-.15 3.64-.08 4.14.1.66.42 1.24.9 1.65-1.48-.17-2.66-.56-2.67-.56l-1.19-.4.4 1.19c.47 1.4 1.36 2.58 2.59 3.41 1.14.77 2.51 1.19 3.87 1.19 1.66 0 3.17-.62 4.26-1.75.01.31.07.61.19.92l.55 1.37.61-1.34c.04-.08.97-2.04 3.19-2.21.95-.07 2.03-.21 2.87-.91h.01c0 .23.02.45.08.67.3 1.24 1.37 1.87 1.41 1.89l.99.57-.06-1.14c-.02-.49-.05-1.05.09-1.51.25-.83 1.12-1.14 1.61-1.26.12-.03.24-.06.35-.08.81-.18 1.47-.33 2.15-.73-.29.57-.41 1.15-.35 1.74.14 1.47 1.34 2.39 1.39 2.43l1.37 1.03-.38-1.67c-.14-.64-.25-2.1.34-2.48.73-.48 1.28-.54 1.92-.61.53-.06 1.1-.13 1.77-.42-.52 1.15-.3 2.09-.28 2.14l.32 1.27.79-1.05c.01-.02 1.49-1.93 3.59-1.93 1.52 0 2.75.75 2.76.76l.33.2.33-.2c.01-.01 1.24-.76 2.76-.76 2.1 0 3.58 1.92 3.59 1.93l.79 1.05.32-1.27c.01-.05.24-.99-.28-2.14.67.29 1.24.36 1.77.42.64.07 1.2.14 1.92.61.59.39.49 1.84.34 2.48l-.38 1.67 1.37-1.03c.05-.04 1.25-.96 1.39-2.43.06-.59-.06-1.17-.35-1.74.68.39 1.34.54 2.15.73.11.03.23.05.35.08.49.11 1.36.43 1.61 1.26.14.46.11 1.02.09 1.51l-.06 1.14.99-.57c.05-.03 1.12-.65 1.41-1.89.05-.22.08-.45.08-.67h.01c.84.7 1.92.83 2.87.91 2.22.17 3.15 2.13 3.19 2.21l.61 1.34.55-1.37c.12-.31.19-.62.19-.92 1.09 1.13 2.6 1.75 4.26 1.75 1.36 0 2.73-.42 3.87-1.19a6.56 6.56 0 002.59-3.41l.4-1.19-1.2.43zM82.27 7.59c-.84 0-1.28-.34-1.41-1.06-.09-.48.15-.83.62-.94.02 0 .04-.01.06-.01-.11.41-.06.86.21 1.3.2.31.51.55.9.69-.13.01-.26.02-.38.02zm-36.52-.71c.28-.43.32-.89.21-1.3.02 0 .04.01.06.01.47.1.71.46.62.94-.13.72-.58 1.06-1.41 1.06-.12 0-.25-.01-.38-.02.39-.14.7-.37.9-.69zm36.36 4.29c.15-.15.31-.29.48-.42.74-.57 1.68-.92 2.86-.92.17 0 .34.01.52.02l1.6-.73c-.57.01-1.03.03-1.4.03-1.6 0-1.47-.22-1.26-1.34 0 0 1.35.37 2.38.37.1 0 .2 0 .29-.01.5-.04.72-.26.8-.53.1-.36.13-.92-.15-1.62-.18-.46-.62-.86-1.25-.86-.48 0-1.06.23-1.72.83l-.56.56a5.04 5.04 0 01-.7-1.11c-.12-.52.44-.85.44-.85-.57.07-.85-.52-.94-.79.61-.33 1.48-.83 2.4-1.08l.27-.92c.35-.18 3.77-.97 4.67-.97.05 0 .08 0 .12.01.07.01.14.04.19.08-.19.21-.36.45-.51.71l.61.2c.34-.55.81-1.01 1.23-1.15.55.48 1.21 1.91-.24 3.41v.87l.25-.24c.35-.33.6-.65.79-.96 2.77 6-1.78 10.92-1.75 13.04 0 0-.95-.03-1.6-.29 0 0-.29 2.07.35 3.77.74 1.98 1.91 3.74 2.85 5.62.32.64.6 1.29.83 1.96.01.02.01.04.02.06.19.41.51.77.87.97.01.01.03.01.04.02.47.24 1.02.21 1.48-.07.45-.27.69-.73.68-1.24-.03-1.14-.7-1.98-1.42-2.87-.38-.48-.78-.97-1.09-1.53-.97-1.75-1.21-3.73-.69-5.73.24-.92.78-1.73 1.3-2.52l.35-.53c.05-.07.09-.14.13-.21-.25-.23-.3-.51-.22-.88.07-.34.25-.75.47-1.26.25-.56.54-1.2.68-1.87.23-1.08.23-1.95.09-2.81.21.34.39.7.54 1.07.17.42.29.86.35 1.32s.06.93-.01 1.4c.16-.44.26-.92.29-1.4.03-.49 0-.98-.09-1.46-.08-.44-.2-.88-.36-1.3.69 1.01 1.04 2.24 1.06 3.72.02 1.86-.62 3.42-1.23 3.79a.84.84 0 01-.22.1c-.26.06-.66-.12-.66-.12-.18.3-.36.57-.55.86-.51.77-.99 1.5-1.2 2.29-.47 1.83-.27 3.57.62 5.17.28.5.65.97 1.02 1.42.76.95 1.55 1.93 1.58 3.32.02.78-.37 1.49-1.04 1.9-.36.22-.78.34-1.2.34-.19 0-.39-.03-.58-.07-.17-.05-.34-.11-.5-.2l-.15-.09c.03.24.04.49.03.73 0 .06-.01.13-.01.19-.03.41-.09.83-.12 1.24-.05.53-.14.59.02 1.11.19.6 1 .96 1.84 1.15.53.12 1.25.23 1.81.3.5.07.87.48.9.98.07 1.23.17 3.41.08 4.02-.1.67-.49 1.24-1.11 1.54.04.09.08.18.12.26.09.23.16.43.19.62.2 1.09-.58 1.43-1.28 1.6l-.09-.98c-.01-.04-.2-.13-.24-.15-.06-.04-.13-.08-.18-.13a.59.59 0 01-.18-.38c-.01-.08-.01-.16-.01-.25-.01-.15-.03-.3-.11-.41a.364.364 0 00-.15-.12.414.414 0 00-.37.01.49.49 0 00-.26.36c-.01.06 0 .14.01.22.05.29.19.69.06 1.04-.08.23-.39.54-.73.54-.11 0-.21-.03-.32-.1l-.7.62c-.93-1.02-.64-2 .37-2.42.08-.03.15-.07.21-.11.19-.13.3-.3.19-.48-.08-.14-.17-.19-.29-.19-.18 0-.41.11-.76.25a1.602 1.602 0 01-.61.15c-.36 0-.65-.21-.8-.79l-.03-.16-.24.1-.42.17.03-.22c.04-.24.12-.44.21-.61.31-.57.86-.8 1.42-.8.72 0 1.46.36 1.77.82l1.32.18c.27-.34.28-1.34.24-2.12-.03-.57-.45-1.03-1.01-1.12-.96-.14-2.4-.35-2.91-.39-.97-.07-1.98-.24-2.71-.95-1-.99-1.22-2.02-1.22-3.45 0-.47.02-.94.06-1.42.03-.41.08-.82.12-1.22.03-.27.07-.54.11-.81a3.38 3.38 0 00-.02-1.07c-.05-.29-.13-.57-.24-.86-.12-.3-.29-.58-.49-.85-.32-.42-.74-.79-1.27-1.09-.19-.11-.42-.24-.66-.39-.24-.15-.5-.31-.77-.5-.66-.44-1.39-.99-2.07-1.62l.15-.09c.25-.15.94-.66 1.59-1.2.16-.13.3-.25.43-.37l-.62-.33c-.72.61-1.52 1.21-1.73 1.33l-.3.18c-.19.11-.38.22-.56.32-1.05.6-1.8 1.01-1.78 1.71 1.3 1.4.59 2.23-.13 2.48l-.24-.77c-.76-.13-.75-.69-.78-1.12a.38.38 0 00-.38-.36c-.15 0-.3.1-.31.33-.02.25 0 .51-.07.92-.05.28-.35.66-.78.66-.07 0-.14-.01-.21-.03l-.16.91c-1.48-.28-1.32-1.75-.32-2.25.57-.29.75-.5.58-.72a.227.227 0 00-.18-.09c-.21 0-.52.23-.82.45-.13.1-.3.15-.48.15-.39 0-.81-.25-.99-.84l-.51.31c-.09-1.11.6-1.66 1.3-1.66.33 0 .67.12.93.36.1.09.2.13.3.13.32 0 .54-.4.11-.63-.41-.22-.8-.9-.42-1.33l-.62-.58c.28-.17.58-.25.86-.25.62 0 1.19.4 1.37 1.31.04.21.13.29.25.29.34 0 .94-.73 1.39-1.45.11-.17.21-.35.31-.52.13-.23.27-.45.42-.67.19-.28.39-.55.64-.79.42-.42 1.15-1.15 1.99-1.64.2-.11.41-.22.62-.31.25-.33.5-.67.72-1.02.59-.9 1.08-1.86 1.36-2.87-.46.95-1.1 1.78-1.81 2.52-.33.35-.67.67-1.03.99-.97.5-1.78 1.31-2.26 1.78l-.07.07c-.14.14-.27.28-.38.43-.16-.98-.12-2.19.19-3.34.06-.22.13-.45.21-.66.29-.76.71-1.48 1.28-2.06zm3.74-3.97c.38-.13.76-.23 1.12-.23.3 0 .58.07.84.22-.01.12-.03.22-.04.27v.01s-.05.05-.25.07c-.07.01-.15.01-.24.01-.39 0-.83-.06-1.22-.13-.39-.06-.98-.19-.98-.19-.06-.32-.01-.66.11-.65.14.03.24.37.66.62zm-.41-.5l.24-.25c.6-.54 1.03-.66 1.28-.66.45 0 .63.35.67.46.04.1.07.2.1.29-.24-.11-.5-.15-.77-.15-.48 0-.99.15-1.52.31zm4.14 30.83c-.74.5-1.43.74-2.16.74-.68 0-1.34-.2-2.04-.42-.19-.06-.38-.12-.58-.17-.31-.09-.64-.13-.97-.13-.8 0-1.49.26-1.94.49.05-.17.21-.81.21-1.3.59-.33 1-.8 1.2-1.41.3-.91.54-2.52.3-4.26.47-.06 1.14-.16 1.81-.27.73-.12 1.33-.24 1.77-.35.21-.05.38-.1.53-.15-.02.35-.03.7-.03 1.05 0 .87.08 1.52.26 2.09.22.68.59 1.27 1.14 1.81.88.87 2.06 1.06 3.1 1.13.37.03 1.39.16 2.86.38.26.04.47.26.48.53.04.72.01 1.15-.03 1.39l-.58-.08c-.48-.52-1.3-.86-2.1-.86-1.01 0-1.77.53-2.11 1.43-.18.02-.38.05-.58.1.38-.58.41-1.12.42-1.19l.05-1.25-1.01.7zm-10.05.11c-.06-.05-.12-.11-.17-.17-.01-.02-.02-.03-.03-.05-.13-.21-.09-.43-.06-.66.03-.23.03-.46-.18-.61a.432.432 0 00-.42-.06c-.14.05-.27.17-.32.33-.03.08-.03.19-.03.32 0 .11.01.23.01.35 0 .21-.02.44-.11.64l-.03.06c-.12.2-.44.45-.77.45a.59.59 0 01-.43-.18l-.87.53s-.01 0-.01-.01c-.06-.09-.1-.18-.15-.26-.1-.21-.17-.4-.21-.59-.16-.84.34-1.45 1.22-1.65.36-.08.65-.27.54-.56-.07-.19-.19-.26-.37-.26-.19 0-.46.07-.83.15-.12.02-.23.04-.34.06-.09.01-.18.02-.26.02-.39 0-.64-.19-.64-.97l-.75.16c.34-1.19 1.03-1.65 1.75-1.65.74 0 1.52.49 2 1.16l.3.1.53.18 1.06.36c1.03-.87.56-3.16.56-3.16s-2.01-1.13-1.34-3.64c0 0 .35-2.36 4.65-2.36.46 0 .96.03 1.51.09.33.04.63.08.9.13 0 0 0 .01.01.01-.1.23-.13.49-.08.74a1.252 1.252 0 001.22 1.04c.22 0 .43-.06.63-.17 0 .11-.01.21-.02.31-.08.56-.16 1.16-.21 1.79-.87.44-4.9.94-4.9.94.39 1.9.14 3.7-.16 4.6-.11.33-.3.59-.54.8-.19.17-.41.3-.66.4-.05.66-.1 1.15-.22 1.54-.03.14-.08.26-.14.36-.3.51-.92.63-1.48.67l.09-1.06c-.03-.06-.21-.19-.25-.22zm1.43-14.76c.17-.27.74-.58 1.33-.92.07-.04.15-.08.23-.13l.33.3c.27.24.55.47.83.69l.01.01 1.38 1.44c.36.38.61.67.78.91l-2.01-.14c-.99 0-1.79.12-2.44.31.09-.14.16-.3.2-.46.16-.76-.21-1.47-.64-2.01zm5.71 2.45c-.12-.23-.31-.52-.63-.91.08.05.17.1.24.14.48.27.84.6 1.11.96.21.28.35.58.46.87.04.11.07.23.09.34a.66.66 0 01-.55.31c-.09 0-.18-.02-.27-.07a.654.654 0 01-.23-.95.55.55 0 01.07-.09c-.1-.17-.17-.36-.29-.6zm-9.32-17.9c.4.27.78.58 1.15.89.6.5 1.18 1.03 1.81 1.5.2.15.81.61 1.29.98-.14.15-.27.3-.4.46-.35.46-.64.98-.86 1.52l-1.13-1.07c.12-.31.16-.67.12-1.04 0-.02-.01-.04-.01-.07l-.6.29c.02.45-.15.92-.56 1.14-.13.07-.24.1-.39.1h-.01l.02-.55c-.2 0-.47-.21-.47-.5 0-.33.21-.51.47-.59v-.64c-.5.09-.87.39-1.02.8l-.66.01c-.03-.5.21-.95.72-1.12v-.65c-.43.09-.71.3-.88.49-.05.05-.09.11-.14.17l-.5.01c-.02-.48.22-.91.67-1.06v-.65c-.28.06-.52.17-.73.35h-.47c.01-.31.19-.61.44-.8.22-.16.5-.25.78-.28.09-.01.18-.02.27-.02a1.928 1.928 0 011.09.33zm-1.34-4c.38-.65.6-1.48.61-2.34h1.51c.01.11.02.21.02.32 0 1.65-1.32 2.99-2.95 2.99h-.11c.35-.21.66-.53.92-.97zm-6.89 0c.38-.65.6-1.48.61-2.34h2.05c.01.86.23 1.69.61 2.34.26.44.57.77.92.97h-1.37c-.35-.36-.64-.85-.83-1.43h-.69c-.18.58-.47 1.07-.83 1.43h-1.4c.36-.21.68-.53.93-.97zm-6.99 0c.38-.65.6-1.48.61-2.34h2.16c.01.86.23 1.69.61 2.34.26.44.57.76.92.97h-1.49c-.35-.36-.64-.85-.83-1.43h-.69c-.18.58-.47 1.07-.83 1.43h-1.4c.36-.21.68-.53.94-.97zm-6.82 0c.38-.65.6-1.48.61-2.34h1.98c.01.86.23 1.69.61 2.34.26.44.57.77.92.97h-1.4c-.35-.36-.64-.85-.83-1.43h-.69c-.18.58-.47 1.07-.83 1.43h-1.31c.37-.21.69-.53.94-.97zm-5.79-2.07c0-.09 0-.18.01-.28h1.55c.01.86.23 1.69.61 2.34.26.44.57.77.92.97h-.15c-1.58.01-2.94-1.38-2.94-3.03zm-2.33 8.45c.63-.47 1.21-.99 1.81-1.5.37-.31.75-.62 1.15-.89.23-.16.49-.26.77-.3.1-.02.21-.03.32-.03.1 0 .2.01.31.02.27.04.54.12.75.28.25.18.43.48.44.8h-.47a1.77 1.77 0 00-.73-.35v.65c.46.15.7.58.67 1.06l-.5-.01c-.04-.06-.09-.11-.14-.17-.17-.18-.46-.39-.88-.49v.65c.5.17.74.62.72 1.12l-.66-.01c-.15-.42-.52-.71-1.02-.8v.64c.26.08.47.26.47.59 0 .29-.26.5-.47.5l.02.55h-.01c-.14 0-.26-.04-.39-.1-.41-.22-.57-.7-.56-1.14l-.6-.29c0 .02-.01.04-.01.07-.05.37 0 .73.12 1.04l-1.13 1.08c-.22-.54-.51-1.05-.86-1.52-.13-.16-.26-.32-.4-.46.47-.38 1.08-.84 1.28-.99zM28.61 39.2c-.09-.61.01-2.78.08-4.02.03-.5.41-.91.9-.98.56-.08 1.28-.19 1.81-.3.84-.18 1.65-.55 1.84-1.15.16-.52.07-.58.02-1.11-.04-.41-.09-.83-.12-1.24 0-.06-.01-.13-.01-.19-.01-.24 0-.49.03-.73l-.15.09c-.16.09-.33.15-.5.2-.19.05-.38.07-.58.07-.42 0-.83-.11-1.2-.34a2.144 2.144 0 01-1.04-1.9c.03-1.39.82-2.37 1.58-3.32.36-.45.74-.92 1.02-1.42.89-1.6 1.1-3.34.62-5.17-.21-.8-.69-1.52-1.2-2.29-.19-.29-.37-.56-.55-.86 0 0-.4.18-.66.12a.84.84 0 01-.22-.1c-.61-.38-1.26-1.93-1.23-3.79.02-1.48.37-2.71 1.06-3.72-.15.42-.28.86-.36 1.3-.09.48-.12.98-.09 1.46.03.49.13.96.29 1.4-.07-.47-.07-.94-.01-1.4s.18-.9.35-1.32c.15-.37.33-.73.54-1.07-.14.86-.14 1.73.09 2.81.14.67.43 1.31.68 1.87.23.51.4.92.47 1.26.08.37.03.65-.22.88.04.07.09.14.13.21.11.17.23.35.35.53.52.79 1.06 1.6 1.3 2.52.52 2 .28 3.98-.69 5.73-.31.56-.71 1.05-1.09 1.53-.71.89-1.39 1.73-1.42 2.87-.01.52.24.97.68 1.24.46.28 1.01.3 1.48.07.01-.01.03-.01.04-.02.36-.19.68-.55.87-.97.01-.02.01-.04.02-.06.23-.67.51-1.33.83-1.96.94-1.88 2.11-3.64 2.85-5.62.64-1.7.35-3.77.35-3.77-.65.26-1.6.29-1.6.29.03-2.12-4.52-7.04-1.75-13.04.19.31.44.63.79.96l.25.24v-.87c-1.45-1.5-.78-2.93-.24-3.41.41.15.88.6 1.23 1.15l.61-.2c-.15-.25-.32-.49-.51-.71.06-.04.12-.07.19-.08.03 0 .07-.01.12-.01.91 0 4.33.79 4.67.97l.3.91c.93.25 1.79.75 2.4 1.08-.1.26-.38.85-.94.79 0 0 .55.33.44.85-.18.38-.41.77-.7 1.11l-.56-.56c-.66-.61-1.24-.83-1.72-.83-.63 0-1.07.4-1.25.86-.28.7-.25 1.26-.15 1.62.08.27.3.49.8.53.09.01.19.01.29.01 1.03 0 2.38-.37 2.38-.37.21 1.12.34 1.34-1.26 1.34-.37 0-.83-.01-1.4-.03l1.6.73c.18-.01.35-.02.52-.02 1.18 0 2.12.35 2.86.92.17.13.33.27.48.42.57.58.98 1.3 1.27 2.06.08.22.15.44.21.66.31 1.16.35 2.37.19 3.34-.12-.15-.24-.29-.38-.43l-.07-.07c-.48-.47-1.29-1.28-2.26-1.78-.36-.32-.7-.64-1.03-.99-.71-.75-1.34-1.58-1.81-2.52.29 1.01.78 1.98 1.36 2.87.23.35.47.69.72 1.02.22.09.42.19.62.31.85.48 1.57 1.22 1.99 1.64.25.24.45.51.64.79.15.22.28.44.42.67.1.17.21.35.31.52.45.73 1.05 1.45 1.39 1.45.12 0 .21-.09.25-.29.18-.91.75-1.31 1.37-1.31.29 0 .59.09.86.25l-.62.58c.37.44-.02 1.11-.42 1.33-.43.23-.2.63.11.63.1 0 .2-.04.3-.13.26-.24.6-.36.93-.36.7 0 1.39.54 1.3 1.66l-.54-.3c-.18.59-.6.84-.99.84-.18 0-.35-.05-.48-.15-.3-.22-.61-.45-.82-.45-.07 0-.14.03-.18.09-.16.22.01.44.58.72 1.01.5 1.17 1.97-.32 2.25l-.16-.91c-.07.02-.14.03-.21.03-.43 0-.73-.38-.78-.66-.07-.41-.05-.66-.07-.92-.01-.23-.16-.33-.31-.33a.38.38 0 00-.38.36c-.03.43-.02.99-.78 1.12l-.24.77c-.72-.25-1.44-1.08-.13-2.48.02-.71-.73-1.12-1.78-1.71-.18-.1-.37-.21-.56-.32l-.3-.18c-.21-.13-1.02-.72-1.73-1.33l-.62.33c.13.11.27.23.43.37.64.53 1.33 1.05 1.59 1.2l.15.09c-.68.63-1.41 1.18-2.07 1.62-.27.18-.53.35-.77.5s-.47.28-.66.39c-.53.3-.95.67-1.27 1.09-.21.27-.37.56-.49.85-.12.28-.2.57-.24.86-.02.1-.03.19-.04.29-.02.27-.01.53.02.78.04.27.07.54.11.81.05.41.09.81.12 1.22.04.48.06.95.06 1.42 0 1.44-.22 2.47-1.22 3.45-.72.71-1.73.88-2.71.95-.51.03-1.94.24-2.91.39-.56.08-.98.55-1.01 1.12-.04.77-.03 1.78.24 2.12l1.32-.18c.31-.46 1.05-.82 1.77-.82.56 0 1.11.22 1.42.8.09.17.17.37.21.61l.03.22-.42-.17-.24-.1c-.01.06-.02.11-.03.16-.14.58-.44.79-.8.79a1.602 1.602 0 01-.61-.15c-.34-.14-.58-.25-.76-.25-.12 0-.21.05-.29.19-.11.19 0 .35.19.48.06.04.14.08.21.11 1.01.42 1.3 1.4.37 2.42l-.7-.62c-.11.07-.22.1-.32.1-.34 0-.65-.31-.73-.54-.13-.35.01-.75.06-1.04.01-.08.02-.16.01-.22a.49.49 0 00-.26-.36.414.414 0 00-.37-.01c-.06.03-.11.07-.15.12-.09.11-.11.26-.11.41 0 .08 0 .17-.01.25a.59.59 0 01-.18.38c-.06.05-.12.09-.18.13-.04.02-.23.11-.24.15l-.09.98c-.7-.17-1.47-.51-1.28-1.6.03-.18.09-.39.19-.62.03-.08.07-.17.12-.26-.6-.3-1-.87-1.1-1.54zM40.54 6.97c.36 0 .73.09 1.12.23.42-.26.51-.59.67-.61.12-.01.17.33.11.65 0 0-.59.13-.98.19-.39.07-.83.13-1.22.13-.09 0-.17 0-.24-.01-.19-.02-.25-.06-.25-.07v-.01a.854.854 0 01-.04-.27c.25-.16.53-.23.83-.23zm-.77-.43c.02-.09.06-.19.1-.29.04-.11.22-.46.67-.46.26 0 .69.11 1.28.66l.24.25c-.53-.17-1.05-.31-1.53-.31-.26 0-.51.05-.76.15zm7.77 28.29l1.07-.36.53-.18.3-.1c.48-.68 1.26-1.16 2-1.16.72 0 1.41.46 1.75 1.65l-.75-.16c0 .77-.25.97-.64.97-.08 0-.17-.01-.26-.02-.11-.02-.22-.04-.34-.06-.37-.07-.64-.15-.83-.15-.18 0-.3.07-.37.26-.1.29.18.47.54.56.88.2 1.38.82 1.22 1.65-.04.19-.1.38-.21.59-.04.09-.09.17-.15.26 0 0-.01 0-.01.01l-.87-.53a.59.59 0 01-.43.18c-.33 0-.65-.24-.77-.45l-.03-.06c-.1-.2-.11-.43-.11-.64 0-.12.01-.24.01-.35 0-.13 0-.24-.03-.32a.55.55 0 00-.32-.33.432.432 0 00-.42.06c-.21.15-.21.38-.18.61.03.24.07.46-.06.66-.01.02-.02.03-.03.05-.05.06-.11.12-.17.17-.04.03-.22.16-.22.21l.09 1.06c-.56-.04-1.18-.16-1.48-.67-.06-.1-.11-.23-.14-.36-.11-.39-.16-.87-.22-1.54a2.2 2.2 0 01-.66-.4c-.24-.21-.43-.47-.54-.8-.3-.9-.56-2.7-.16-4.6 0 0-4.03-.5-4.9-.94-.06-.63-.13-1.24-.21-1.79-.01-.1-.02-.2-.02-.31a1.222 1.222 0 001.19.03c.35-.18.59-.51.66-.9.05-.25.02-.51-.08-.74 0 0 0-.01.01-.01.27-.05.57-.09.9-.13.55-.06 1.05-.09 1.51-.09 4.3 0 4.65 2.36 4.65 2.36.67 2.51-1.34 3.64-1.34 3.64s-.5 2.3.52 3.17zm-10.59 3.25c0 .07.04.61.42 1.19-.21-.05-.4-.08-.58-.1-.34-.9-1.1-1.43-2.11-1.43-.8 0-1.62.34-2.1.86l-.58.08c-.04-.25-.07-.68-.03-1.39.01-.27.22-.49.48-.53 1.47-.22 2.49-.36 2.86-.38 1.04-.07 2.22-.26 3.1-1.13.55-.54.93-1.14 1.14-1.81.18-.57.26-1.21.26-2.09 0-.35-.01-.7-.03-1.05.15.05.33.1.53.15.44.11 1.04.23 1.77.35.67.11 1.34.21 1.81.27-.24 1.75-.01 3.35.3 4.26.2.6.61 1.08 1.2 1.41 0 .64.2 1.28.2 1.3-.45-.23-1.14-.49-1.94-.49-.33 0-.66.05-.97.13-.2.06-.39.12-.58.17-.7.21-1.35.42-2.04.42-.73 0-1.42-.23-2.16-.74l-1.03-.7.08 1.25zm3.68-12.05c.22.34.1.78-.23.95-.09.05-.18.07-.27.07a.66.66 0 01-.55-.31c.02-.11.06-.23.09-.34.1-.3.25-.59.46-.87.27-.36.63-.69 1.11-.96.07-.04.15-.09.24-.14-.32.39-.51.67-.63.91-.13.24-.19.43-.28.61.01.02.04.05.06.08zm4.03-3.89l.33-.3c.08.04.15.09.23.13.59.33 1.15.65 1.33.92-.43.53-.81 1.25-.62 2 .04.16.11.32.2.46-.65-.19-1.45-.31-2.44-.31l-2.01.14c.17-.24.41-.53.78-.91l1.38-1.44.01-.01c.26-.21.54-.44.81-.68zm-8.92 21.39c-1.03 1.1-2.42 1.61-3.85 1.61-2.45 0-4.98-1.51-5.87-4.17 0 0 1.21.41 2.77.59-.07.43-.03.81.13 1.15.34.72 1.09.98 1.62 1.12l.71.18.07-.73.07-.68c.06-.04.13-.09.19-.14.01.06.03.12.05.18.17.47.71.95 1.32.95.06 0 .12 0 .18-.01l.43.38.46.41.42-.46c.59-.64.83-1.36.68-2.02-.05-.21-.13-.41-.25-.59.37 0 .7-.14.95-.4.09-.1.18-.21.24-.34l.04.01.97.4-.11-1.04c0-.04-.01-.07-.01-.11.43.07.95.23 1.61.48.09.05.19.09.28.12.05.02.09.04.14.05-.21.12-.42.24-.61.36-.95.61-1.6 1.27-1.94 1.96-.21.24-.44.48-.69.74zm7.41-2.17c-.69.58-1.65.7-2.52.76-2.64.2-3.72 2.58-3.72 2.58-.22-.55-.18-1.07.03-1.54.32-.72 1.04-1.34 1.8-1.82 1.27-.8 2.67-1.25 2.67-1.25-.25.02-.48.03-.7.03-.55 0-1-.07-1.37-.18-.21-.06-.4-.14-.56-.22-1.17-.6-1.21-1.67-1.21-1.67.93.63 1.75.85 2.51.85.98 0 1.87-.35 2.78-.61.27-.08.54-.11.8-.11.75 0 1.4.28 1.77.48-.47.29-.87.66-1.18 1.13-.12.19-.23.38-.32.56-.29.41-.48.77-.78 1.01zm4.39-.91c-.92.21-1.78.74-2.07 1.69-.17.55-.14 1.15-.11 1.72 0 0-1.88-1.07-.88-3.18.08-.17.19-.36.31-.55.24-.37.53-.63.8-.83.1-.06.2-.11.31-.17l.28-.14c.48.41 1.13.51 1.61.54l.73.05-.06-.73-.06-.76c.08-.07.16-.15.24-.25 0-.01.01-.01.01-.02.03.09.07.18.12.26.22.38.74.76 1.31.76.15 0 .29-.03.43-.08l.33.2c-.02.02-.05.04-.07.06-1.07 1.01-1.86 1.12-3.23 1.43zm28.37 3.48s.54-2.39-.61-3.15c-1.84-1.2-2.82-.17-4.88-1.74-.02-.03-.05-.05-.07-.08-.97-.98-2.04-1.6-3.01-1.93-.67.11-1.41.19-2.23.23a8.801 8.801 0 011.41.19c.49.11 1.01.28 1.53.53.63.31 1.26.81 1.85 1.41.04.04.07.07.1.11 1.28 1.39.94 2.75.94 2.75s-1.64-2.18-4.09-2.18c-1.17 0-2.18.39-2.7.65l-.38.2-.38-.2c-.52-.25-1.53-.65-2.7-.65-2.45 0-4.09 2.18-4.09 2.18s-.35-1.36.94-2.75c.03-.04.07-.07.1-.11.59-.6 1.22-1.11 1.85-1.41a7.15 7.15 0 011.53-.53c.32-.07.63-.12.92-.15.17-.02.34-.03.5-.04-.82-.04-1.56-.12-2.24-.23-.97.33-2.04.94-3.01 1.93-.03.03-.05.05-.07.08-2.06 1.57-3.04.54-4.88 1.74-1.15.75-.61 3.15-.61 3.15s-2.43-1.84-.23-4.27c.46-.51 1.02-.93 1.43-1.21.34-.23.58-.36.58-.36s-.2-.02-.46-.07c-.14-.02-.31-.06-.49-.1-.03-.01-.07-.02-.11-.03.09-.43.06-.85-.09-1.22-.06-.15-.15-.3-.25-.43.95.26 2.12.46 3.45.46.51 0 1.04-.11 1.6-.17.19-.02.4-.03.61-.03.07 0 .14 0 .21.01-.52-.16-.98-.34-1.4-.52-.34.05-.68.1-1.02.1-1.05 0-1.99-.13-2.8-.32.15-.15.24-.32.3-.51l.09.02 1.02.22-.29-1.01c-.54-1.9-1.82-2.1-2.35-2.1-.85 0-1.77.49-2.38 1.26l-1.3.44c-.29-.53-.27-1.47-.19-2.06.23-.17.56-.46.86-.89.46-.65.92-1.74.52-3.26-.04-.2-.25-.97-1.07-1.65l.15-.49.13-.43c.2-.08.36-.2.48-.33.18.37.53.71.97.82l.07.38.11.66.65-.12c.9-.17 1.5-.73 1.61-1.49.05-.34-.01-.69-.16-1.01.34-.08.65-.27.88-.56l.85.48.08-1.02c.07-.89-.25-1.45-.53-1.75-.36-.39-.88-.61-1.42-.61-.06 0-.11 0-.17.01.01-.05.03-.1.04-.15.03-.17.03-.34 0-.51l.29-.27.64-.6-.75-.45c-.38-.23-.79-.35-1.2-.35-.68 0-1.46.35-1.85 1.29-.16-.19-.37-.46-.6-.83l-.27-.45c-.1-.17-.21-.35-.32-.52v-.01c.33-1.24.32-2.94-.17-4.52l1.23-1.17c.12.14.27.25.43.33.23.12.44.18.68.18h.01l.65-.01v-.8c.02-.02.05-.04.07-.06.18-.17.29-.38.33-.62l.6.01.6.01.03-.6c.01-.18-.01-.35-.04-.52h.22l.6.01.03-.6c.01-.27-.03-.53-.12-.76h.66l-.02-.64c-.01-.5-.27-.98-.69-1.28-.37-.27-.79-.37-1.12-.4V5.02h24.44v1.45c-.33.03-.77.13-1.15.41-.42.31-.68.79-.69 1.28l-.02.64h.66c-.09.23-.14.49-.12.76l.03.6.6-.01h.22c-.04.16-.05.34-.04.52l.03.6.6-.01.6-.01c.04.23.15.45.33.62.02.02.05.04.07.06v.8l.65.01h.01c.24 0 .45-.06.68-.18.16-.09.31-.2.43-.33l1.23 1.17c-.49 1.58-.51 3.28-.17 4.52v.01c-.11.17-.22.35-.32.52l-.27.45c-.22.36-.44.65-.6.84-.39-.94-1.17-1.29-1.85-1.29-.41 0-.82.12-1.2.35l-.75.45.64.6.29.27c-.03.16-.03.33 0 .51.01.05.02.1.04.15-.06 0-.11-.01-.17-.01-.55 0-1.07.22-1.42.61-.28.31-.6.86-.53 1.75l.08 1.02.85-.48c.23.28.54.47.88.56-.15.32-.21.66-.16 1.01.11.77.71 1.33 1.61 1.49l.65.12.11-.66.07-.38c.45-.12.8-.45.97-.82.12.13.28.24.48.33l.11.36.02.07.15.49c-.82.69-1.03 1.45-1.07 1.65-.4 1.52.06 2.61.52 3.26.3.43.63.72.86.89.08.59.1 1.53-.19 2.06l-1.3-.44c-.62-.77-1.53-1.26-2.38-1.26-.53 0-1.81.2-2.35 2.1l-.29 1.01 1.02-.22.09-.02c.06.18.15.36.3.51-.81.18-1.75.32-2.8.32-.34 0-.68-.05-1.02-.1-.42.18-.88.36-1.4.52h.2c.21 0 .42.01.61.03.56.07 1.09.17 1.6.17 1.33 0 2.5-.2 3.45-.46-.1.13-.19.27-.25.43-.15.37-.18.79-.09 1.22l-.11.03c-.18.04-.35.08-.49.1-.27.05-.43.06-.43.06s.24.13.58.36c.41.28.96.7 1.43 1.21 2.25 2.42-.18 4.26-.18 4.26zm6.24-.07c.03-.57.05-1.17-.11-1.72-.29-.95-1.15-1.47-2.07-1.69-1.37-.32-2.16-.42-3.23-1.41-.02-.02-.05-.04-.07-.06l.33-.2c.13.05.28.08.43.08.58 0 1.1-.38 1.31-.76.05-.09.09-.17.12-.26 0 .01.01.01.01.02.08.1.16.18.24.25l-.06.76-.06.73.73-.05c.48-.03 1.12-.13 1.61-.54l.28.14c.11.06.21.11.31.17.28.2.56.46.8.83.13.19.23.37.31.55 1 2.09-.88 3.16-.88 3.16zm8.43.85s-1.07-2.38-3.72-2.58c-.87-.07-1.82-.19-2.52-.76-.3-.25-.49-.61-.79-1.01-.09-.19-.2-.37-.32-.56-.31-.47-.7-.85-1.18-1.13.37-.2 1.01-.48 1.77-.48.26 0 .52.03.8.11.92.26 1.8.61 2.78.61.76 0 1.58-.21 2.51-.85 0 0-.05 1.07-1.21 1.67-.16.08-.35.16-.56.22-.37.11-.83.18-1.37.18-.22 0-.45-.01-.7-.03 0 0 1.4.45 2.67 1.25.77.49 1.48 1.1 1.8 1.82.22.47.27.98.04 1.54zm5.04.43c-1.43 0-2.83-.51-3.85-1.61-.25-.26-.47-.51-.69-.73-.34-.7-.99-1.35-1.94-1.96-.19-.12-.39-.24-.61-.36.05-.02.09-.04.14-.05.1-.04.19-.08.28-.12.66-.26 1.18-.41 1.61-.48 0 .04-.01.07-.01.11l-.11 1.04.97-.4.04-.01c.07.13.15.24.24.34.25.26.58.4.95.4-.12.18-.2.38-.25.59-.15.66.1 1.38.68 2.02l.42.46.46-.41.43-.38c.06.01.12.01.18.01.61 0 1.15-.48 1.32-.95.02-.06.04-.12.05-.18.07.05.13.1.19.14l.07.68.07.73.71-.18c.53-.13 1.28-.4 1.62-1.12.16-.34.2-.72.13-1.15 1.55-.18 2.77-.59 2.77-.59-.9 2.66-3.43 4.16-5.87 4.16zM41.18 2.89c-.91.25-2.06.01-2.06.01.7.69.93 1.11.93 1.11.92.05 1.13-.55 1.13-1.12zm45.15 0c0 .57.21 1.17 1.13 1.13 0 0 .24-.42.93-1.11 0 0-1.15.23-2.06-.02zm.55 12.32l.48-.81c.26-.44.5-.91.71-1.39.2-.48.37-.96.52-1.45.16-.48.3-.97.44-1.46-.22.46-.44.91-.68 1.36-.23.45-.47.89-.73 1.31-.27.42-.56.81-.88 1.19-.28.34-.58.69-.87 1.03.33.04.67.1 1.01.22zm-47.44-2.2c.2.48.45.95.71 1.39l.48.81c.34-.12.68-.19 1.01-.21-.29-.34-.59-.69-.87-1.03-.32-.39-.61-.78-.88-1.19-.26-.42-.5-.86-.73-1.31s-.45-.91-.68-1.36c.14.49.29.97.44 1.46.15.48.32.96.52 1.44zm-.15 2.9c-.77-1.11-1.51-2.24-2.13-3.43-.34-.65-.64-1.32-.88-2.01-.25-.69-.45-1.4-.61-2.12.08.74.19 1.47.36 2.2.17.73.4 1.44.67 2.14.27.7.58 1.38.9 2.05.26.53.53 1.05.8 1.57.26-.08.56-.21.89-.4zm49.8.4c.28-.52.55-1.04.8-1.57.33-.67.64-1.35.9-2.05.27-.7.49-1.42.67-2.14.17-.73.29-1.46.36-2.2-.16.72-.36 1.43-.61 2.12s-.55 1.36-.88 2.01c-.62 1.19-1.36 2.32-2.13 3.43.35.19.64.32.89.4zM38.49 51.55c-.78 0-1.36.3-1.74.9-.35-.6-.89-.9-1.61-.9s-1.26.28-1.62.83v-.68h-1.23v5.67h1.23v-3.18c0-.49.12-.86.35-1.12.23-.25.54-.38.91-.38.34 0 .6.11.79.32.19.22.28.52.28.91v3.44h1.23v-3.18c0-.5.11-.87.33-1.12s.52-.37.9-.37c.34 0 .61.11.81.32.2.22.3.52.3.91v3.44h1.23v-3.52c0-.7-.2-1.26-.59-1.68-.41-.4-.93-.61-1.57-.61zm65.62 0c-.8 0-1.39.29-1.76.87v-3h-1.23v7.94h1.23v-3.04c0-.55.13-.96.4-1.23.26-.27.61-.4 1.04-.4.39 0 .7.11.93.34s.34.55.34.98v3.36h1.23v-3.48c0-.73-.2-1.3-.6-1.71-.41-.42-.93-.63-1.58-.63zm-83.18 2.88h2.66c-.12.55-.4.99-.85 1.32-.44.33-1.02.49-1.72.49-.88 0-1.59-.27-2.13-.81s-.81-1.21-.81-2.03.27-1.5.81-2.04 1.22-.82 2.05-.82c.51 0 .98.12 1.4.35s.73.54.94.91l.9-.97c-.32-.42-.72-.78-1.21-1.05-.61-.34-1.29-.51-2.03-.51-1.18 0-2.17.4-2.97 1.2s-1.2 1.77-1.2 2.92c0 1.16.4 2.13 1.2 2.93.8.79 1.81 1.19 3.04 1.19 1.16 0 2.1-.35 2.81-1.04.72-.69 1.08-1.58 1.08-2.67v-.53h-3.97v1.16zm89.64-1.55V51.7h-1.41v-1.59h-1.23v1.59h-1.04v1.18h1.04v2.72c0 .74.2 1.25.61 1.53s1.08.36 2.02.24v-1.1c-.31.02-.57.02-.78.01-.21-.01-.37-.07-.47-.17-.11-.1-.16-.27-.16-.51v-2.72h1.42zM28.6 51.55c-.88 0-1.6.29-2.16.86-.55.57-.83 1.28-.83 2.13 0 .86.28 1.58.85 2.14s1.31.85 2.24.85c.98 0 1.75-.34 2.3-1l-.83-.83c-.33.47-.81.7-1.46.7-.47 0-.87-.12-1.19-.35-.33-.23-.53-.56-.62-.99h4.52c.03-.21.05-.38.05-.51 0-.83-.27-1.54-.8-2.12-.55-.59-1.24-.88-2.07-.88zm-1.72 2.51c.08-.43.28-.77.58-1.02s.68-.37 1.13-.37c.4 0 .75.12 1.05.35s.49.58.57 1.04h-3.33zm17.59-2.51c-.88 0-1.6.29-2.16.86s-.84 1.28-.84 2.13c0 .86.28 1.58.85 2.14s1.31.85 2.24.85c.98 0 1.75-.34 2.3-1l-.83-.83c-.33.47-.81.7-1.46.7-.47 0-.87-.12-1.19-.35-.33-.23-.53-.56-.62-.99h4.52c.03-.21.05-.38.05-.51 0-.83-.27-1.54-.8-2.12-.55-.59-1.23-.88-2.06-.88zm-1.73 2.51c.08-.43.28-.77.58-1.02.3-.25.68-.37 1.13-.37.4 0 .75.12 1.05.35s.49.58.57 1.04h-3.33zm8.13-2.51c-.88 0-1.6.29-2.16.86s-.84 1.28-.84 2.13c0 .86.28 1.58.85 2.14s1.31.85 2.24.85c.98 0 1.75-.34 2.3-1l-.83-.83c-.33.47-.81.7-1.46.7-.47 0-.87-.12-1.19-.35-.33-.23-.53-.56-.62-.99h4.52c.03-.21.05-.38.05-.51 0-.83-.27-1.54-.8-2.12-.54-.59-1.22-.88-2.06-.88zm-1.72 2.51c.08-.43.28-.77.58-1.02.3-.25.68-.37 1.13-.37.4 0 .75.12 1.05.35s.49.58.57 1.04h-3.33zm18.37-2.51c-.88 0-1.6.29-2.16.86-.56.57-.84 1.28-.84 2.13 0 .86.28 1.58.85 2.14s1.31.85 2.24.85c.98 0 1.75-.34 2.3-1l-.83-.83c-.33.47-.81.7-1.46.7-.47 0-.87-.12-1.19-.35-.33-.23-.53-.56-.62-.99h4.52c.03-.21.05-.38.05-.51 0-.83-.27-1.54-.8-2.12-.54-.59-1.23-.88-2.06-.88zm-1.72 2.51c.08-.43.28-.77.58-1.02s.68-.37 1.13-.37c.4 0 .75.12 1.05.35s.49.58.57 1.04H65.8zm25.67-2.51c-.88 0-1.6.29-2.16.86-.56.57-.84 1.28-.84 2.13 0 .86.28 1.58.85 2.14s1.31.85 2.24.85c.98 0 1.75-.34 2.3-1l-.83-.83c-.33.47-.81.7-1.46.7-.47 0-.87-.12-1.19-.35-.33-.23-.53-.56-.62-.99h4.52c.03-.21.05-.38.05-.51 0-.83-.27-1.54-.8-2.12-.54-.59-1.22-.88-2.06-.88zm-1.72 2.51c.08-.43.28-.77.58-1.02s.68-.37 1.13-.37c.4 0 .75.12 1.05.35s.49.58.57 1.04h-3.33zm-27.11-3.95h-1.23v1.59h-1.04v1.18h1.04v2.72c0 .74.2 1.25.61 1.53s1.08.36 2.02.24v-1.1c-.31.02-.57.02-.78.01-.21-.01-.37-.07-.47-.17-.11-.1-.16-.27-.16-.51v-2.72h1.41V51.7h-1.41l.01-1.59c-.01 0 0 0 0 0zm15.89 4.55c0 .48-.14.87-.43 1.16-.28.29-.71.43-1.28.43s-.99-.14-1.28-.43c-.28-.29-.43-.67-.43-1.16v-5.23H73.8v5.31c0 .85.28 1.52.84 2.03.56.5 1.28.75 2.17.75s1.61-.25 2.17-.75.84-1.18.84-2.03v-5.31h-1.31v5.23h.02zm4.36-4.55h-1.23v1.59h-1.04v1.18h1.04v2.72c0 .74.2 1.25.61 1.53s1.08.36 2.02.24v-1.1c-.31.02-.57.02-.78.01-.21-.01-.37-.07-.47-.17-.11-.1-.16-.27-.16-.51v-2.72h1.41V51.7h-1.41v-1.59h.01zm-25.3 1.44c-.8 0-1.39.29-1.76.87v-.73H54.6v5.67h1.23v-3.04c0-.55.13-.96.4-1.23.26-.27.61-.4 1.04-.4.39 0 .7.11.93.34s.34.55.34.98v3.36h1.23v-3.48c0-.73-.2-1.3-.6-1.71-.41-.42-.93-.63-1.58-.63zm28.94 1.1v-.95H85.3v5.67h1.23v-2.86c0-.58.17-1 .52-1.25s.76-.36 1.23-.33V51.6c-.86 0-1.44.35-1.75 1.05zm12.99 2.75c-.26.54-.76.9-1.37.99h-.03c-.08.01-.17.02-.26.02-1 0-1.77-.77-1.77-1.87s.77-1.87 1.77-1.87c.09 0 .17.01.25.02h.03c.61.08 1.1.44 1.37.96l.82-.82a2.973 2.973 0 00-2.47-1.27c-1.66 0-2.98 1.3-2.98 2.99a2.95 2.95 0 002.98 2.98c1.04 0 1.94-.51 2.48-1.29l-.82-.84z"})))}};h.style=".utrecht-logo{max-height:var(--utrecht-logo-max-height);max-width:var(--utrecht-logo-max-width)}.utrecht-logo__decoration-1{fill:var(--utrecht-logo-decoration-1-color, #fff)}.utrecht-logo__decoration-2{fill:var(--utrecht-logo-decoration-2-color, #c00)}.utrecht-logo__decoration-3{fill:var(--utrecht-logo-decoration-3-color, #ffb70b)}:host{display:inline}:host([hidden]){display:none !important}";export{h as utrecht_logo}
@@ -1 +1 @@
1
- import{r as t,h as o}from"./p-92f45053.js";const r=class{constructor(o){t(this,o)}render(){return o("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"-1 -2 24 24"},o("title",null,"zoomout"),o("g",null,o("path",{fill:"currentColor",d:"M11.6 5C11.9314 5 12.2 5.26863 12.2 5.6L12.2 16.4C12.2 16.7314 11.9314 17 11.6 17H10.4C10.0686 17 9.8 16.7314 9.8 16.4L9.8 5.6C9.8 5.26863 10.0686 5 10.4 5L11.6 5Z"}),o("path",{fill:"currentColor",d:"M5 10.4C5 10.0686 5.26863 9.8 5.6 9.8H16.4C16.7314 9.8 17 10.0686 17 10.4V11.6C17 11.9314 16.7314 12.2 16.4 12.2H5.6C5.26863 12.2 5 11.9314 5 11.6V10.4Z"})))}};r.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{r as utrecht_icon_zoomin}
1
+ import{r as t,h as o}from"./p-17bfa2b7.js";const r=class{constructor(o){t(this,o)}render(){return o("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"-1 -2 24 24"},o("title",null,"zoomout"),o("g",null,o("path",{fill:"currentColor",d:"M11.6 5C11.9314 5 12.2 5.26863 12.2 5.6L12.2 16.4C12.2 16.7314 11.9314 17 11.6 17H10.4C10.0686 17 9.8 16.7314 9.8 16.4L9.8 5.6C9.8 5.26863 10.0686 5 10.4 5L11.6 5Z"}),o("path",{fill:"currentColor",d:"M5 10.4C5 10.0686 5.26863 9.8 5.6 9.8H16.4C16.7314 9.8 17 10.0686 17 10.4V11.6C17 11.9314 16.7314 12.2 16.4 12.2H5.6C5.26863 12.2 5 11.9314 5 11.6V10.4Z"})))}};r.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{r as utrecht_icon_zoomin}
@@ -0,0 +1 @@
1
+ import{r as t,c as r,h as o,g as u}from"./p-17bfa2b7.js";import{c}from"./p-4070c1e5.js";const n=class{constructor(o){t(this,o),this.utrechtRequestReset=r(this,"utrechtRequestReset",7),this.utrechtRequestSubmit=r(this,"utrechtRequestSubmit",7)}render(){const t=()=>{var t,r;this.utrechtRequestReset.emit().defaultPrevented||null===(r=null===(t=this.host)||void 0===t?void 0:t.closest("form"))||void 0===r||r.reset()},r=()=>{var t,r;this.utrechtRequestSubmit.emit().defaultPrevented||null===(r=null===(t=this.host)||void 0===t?void 0:t.closest("form"))||void 0===r||r.requestSubmit()};return o("button",{class:c("utrecht-button",this.busy&&"utrecht-button--busy",this.disabled&&"utrecht-button--disabled","submit"===this.type&&"utrecht-button--submit"),"aria-busy":this.busy?"true":null,disabled:this.disabled,type:this.type||"button",onClick:()=>{"reset"===this.type?t():"submit"===this.type&&r()}},o("slot",null))}get host(){return u(this)}};n.style=".utrecht-button{background-color:var(--utrecht-button-primary-action-background-color);block-size:var(--utrecht-button-block-size, auto);border-radius:var(--utrecht-button-border-radius);border-width:var(--utrecht-button-border-width);color:var(--utrecht-button-primary-action-color);font-family:var(--utrecht-button-font-family, var(--utrecht-document-font-family));font-size:var(--utrecht-button-font-size, var(--utrecht-document-font-family));font-weight:var(--utrecht-button-font-weight);inline-size:var(--utrecht-button-inline-size, auto);letter-spacing:var(--utrecht-button-letter-spacing);padding-block-end:var(--utrecht-button-padding-block-end);padding-block-start:var(--utrecht-button-padding-block-start);padding-inline-end:var(--utrecht-button-padding-inline-end);padding-inline-start:var(--utrecht-button-padding-inline-start);text-transform:var(--utrecht-button-text-transform)}.utrecht-button--distanced{margin-block-end:var(--utrecht-button-margin-block-end);margin-block-start:var(--utrecht-button-margin-block-start);margin-inline-end:var(--utrecht-button-margin-inline-end);margin-inline-start:var(--utrecht-button-margin-inline-start)}.utrecht-button--submit{cursor:var(--utrecht-action-submit-cursor)}.utrecht-button--busy{cursor:var(--utrecht-action-busy-cursor)}.utrecht-button:disabled,.utrecht-button--disabled{background-color:var(--utrecht-button-disabled-background-color);color:var(--utrecht-button-disabled-color);cursor:var(--utrecht-action-disabled-cursor)}.utrecht-button--focus,.utrecht-button:not(.utrecht-button--disabled):focus{background-color:var(--utrecht-focus-background-color);box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);color:var(--utrecht-focus-color, inherit);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:0;outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0);background-color:var(--utrecht-button-focus-background-color, var(--utrecht-button-background-color));color:var(--utrecht-button-focus-color, var(--utrecht-button-color))}.utrecht-button--hover:not(:disabled),.utrecht-button:hover:not(:disabled):not(.utrecht-button--disabled){background-color:var(--utrecht-button-primary-action-hover-background-color);color:var(--utrecht-button-primary-action-color);transform:scale(var(--utrecht-button-focus-transform-scale, 1))}:host{display:inline-block}:host([hidden]){display:none !important}";const e=class{constructor(r){t(this,r)}render(){return o("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"0 0 150 150"},o("title",null,"DigiD"),o("path",{d:"M136 150H14c-8 0-14-6-14-14V14C0 6 6 0 14 0h122c8 0 14 6 14 14v122c0 8-6 14-14 14z"}),o("path",{d:"M17 115V79h10c12 0 19 6 19 17 0 13-8 19-19 19H17zm6-6h4c7 0 12-4 12-13 0-8-5-12-13-12h-3v25zM54 77c3 0 4 1 4 3s-1 4-4 4c-2 0-3-2-3-4s1-3 3-3zm3 38h-6V88h6v27zM72 109h6c6 0 9 3 9 7 0 5-4 9-14 9-8 0-11-2-11-7 0-2 1-4 4-6l-2-3c0-2 1-3 3-4-3-2-4-4-4-8 0-6 4-10 11-10l4 1h9v4h-4l2 5c0 6-4 9-12 9h-3l-1 1c0 2 1 2 3 2zm1 12c6 0 8-2 8-4s-1-2-3-2l-9-1-2 3c0 2 2 4 6 4zm6-24c0-3-2-5-5-5s-5 1-5 5 1 5 5 5c3 0 5-1 5-5z",fill:"#FFFFFF"}),o("path",{d:"M94 77c2 0 3 1 3 3s-1 4-3 4c-3 0-4-2-4-4s1-3 4-3zm3 38h-6V88h6v27zM105 115V79h10c12 0 18 6 18 17 0 13-7 19-19 19h-9zm6-6h4c7 0 12-4 12-13 0-8-5-12-13-12h-3v25z",fill:"#E17000"}))}};e.style=":host{display:inline}:host([hidden]){display:none !important}svg{height:100%;max-height:var(--utrecht-digid-logo-max-height, var(--utrecht-logo-max-height, 50px));max-width:var(--utrecht-digid-logo-max-width, var(--utrecht-logo-max-width, 50px));width:100%}";export{n as utrecht_button,e as utrecht_digid_logo}
@@ -1 +1 @@
1
- import{r as e,h as t}from"./p-92f45053.js";const r=class{constructor(t){e(this,t)}render(){const{locale:e,max:r,value:a}=this,n=t=>e?Intl.NumberFormat(e).format(t):String(t),d="number"==typeof r&&"number"==typeof a&&Number(a)>Number(r)?`${n(r)}+`:"number"==typeof a?n(a):"";return t("div",{class:"utrecht-badge-counter"},d||t("slot",null))}};r.style=".utrecht-badge{background-color:var(--utrecht-badge-background-color, black);border-radius:var(--utrecht-badge-border-radius, 0.5ch);color:var(--utrecht-badge-color, white);display:inline-block;font-family:var(--utrecht-document-font-family, sans-serif);font-size:var(--utrecht-badge-font-size, inherit);font-style:normal;font-weight:var(--utrecht-badge-font-weight, bold);padding-block-end:var(--utrecht-badge-padding-block, 0.5ex);padding-block-start:var(--utrecht-badge-padding-block, 0.5ex);padding-inline-end:var(--utrecht-badge-padding-inline, 0.5ch);padding-inline-start:var(--utrecht-badge-padding-inline, 0.5ch);text-decoration:none;}.utrecht-badge-counter{background-color:var(--utrecht-badge-counter-background-color, var(--utrecht-badge-background-color, black));border-radius:var(--utrecht-badge-counter-border-radius, var(--utrecht-badge-border-radius, 0.5ch));color:var(--utrecht-badge-counter-color, var(--utrecht-badge-color, white));display:inline-block;font-family:var(--utrecht-document-font-family, sans-serif);font-style:normal;font-weight:var(--utrecht-badge-counter-font-weight, var(--utrecht-badge-font-weight, bold));padding-block-end:var(--utrecht-badge-counter-padding-block, var(--utrecht-badge-padding-block, 0.5ex));padding-block-start:var(--utrecht-badge-counter-padding-block, var(--utrecht-badge-padding-block, 0.5ex));padding-inline-end:var(--utrecht-badge-counter-padding-inline, var(--utrecht-badge-padding-inline, 0.5ch));padding-inline-start:var(--utrecht-badge-counter-padding-inline, var(--utrecht-badge-padding-inline, 0.5ch));text-decoration:none;}:host{display:inline-block}:host([hidden]){display:none !important}";export{r as utrecht_badge_counter}
1
+ import{r as e,h as t}from"./p-17bfa2b7.js";const r=class{constructor(t){e(this,t)}render(){const{locale:e,max:r,value:a}=this,n=t=>e?Intl.NumberFormat(e).format(t):String(t),d="number"==typeof r&&"number"==typeof a&&Number(a)>Number(r)?`${n(r)}+`:"number"==typeof a?n(a):"";return t("div",{class:"utrecht-badge-counter"},d||t("slot",null))}};r.style=".utrecht-badge{background-color:var(--utrecht-badge-background-color, black);border-radius:var(--utrecht-badge-border-radius, 0.5ch);color:var(--utrecht-badge-color, white);display:inline-block;font-family:var(--utrecht-document-font-family, sans-serif);font-size:var(--utrecht-badge-font-size, inherit);font-style:normal;font-weight:var(--utrecht-badge-font-weight, bold);padding-block-end:var(--utrecht-badge-padding-block, 0.5ex);padding-block-start:var(--utrecht-badge-padding-block, 0.5ex);padding-inline-end:var(--utrecht-badge-padding-inline, 0.5ch);padding-inline-start:var(--utrecht-badge-padding-inline, 0.5ch);text-decoration:none;}.utrecht-badge-counter{background-color:var(--utrecht-badge-counter-background-color, var(--utrecht-badge-background-color, black));border-radius:var(--utrecht-badge-counter-border-radius, var(--utrecht-badge-border-radius, 0.5ch));color:var(--utrecht-badge-counter-color, var(--utrecht-badge-color, white));display:inline-block;font-family:var(--utrecht-document-font-family, sans-serif);font-style:normal;font-weight:var(--utrecht-badge-counter-font-weight, var(--utrecht-badge-font-weight, bold));padding-block-end:var(--utrecht-badge-counter-padding-block, var(--utrecht-badge-padding-block, 0.5ex));padding-block-start:var(--utrecht-badge-counter-padding-block, var(--utrecht-badge-padding-block, 0.5ex));padding-inline-end:var(--utrecht-badge-counter-padding-inline, var(--utrecht-badge-padding-inline, 0.5ch));padding-inline-start:var(--utrecht-badge-counter-padding-inline, var(--utrecht-badge-padding-inline, 0.5ch));text-decoration:none;}:host{display:inline-block}:host([hidden]){display:none !important}";export{r as utrecht_badge_counter}
@@ -1 +1 @@
1
- import{r as t,h as a}from"./p-92f45053.js";const e=class{constructor(a){t(this,a)}render(){return a("div",{class:"utrecht-badge-data"},a("slot",null))}};e.style=".utrecht-badge,.utrecht-badge-data{background-color:var(--utrecht-badge-background-color, black);border-radius:var(--utrecht-badge-border-radius, 0.5ch);color:var(--utrecht-badge-color, white);display:inline-block;font-family:var(--utrecht-document-font-family, sans-serif);font-size:var(--utrecht-badge-font-size, inherit);font-style:normal;font-weight:var(--utrecht-badge-font-weight, bold);padding-block-end:var(--utrecht-badge-padding-block, 0.5ex);padding-block-start:var(--utrecht-badge-padding-block, 0.5ex);padding-inline-end:var(--utrecht-badge-padding-inline, 0.5ch);padding-inline-start:var(--utrecht-badge-padding-inline, 0.5ch);text-decoration:none;}.utrecht-badge-data{letter-spacing:var(--utrecht-badge-data-letter-spacing, inherit);text-transform:var(--utrecht-badge-data-text-transform, inherit)}:host{display:inline-block}:host([hidden]){display:none !important}";export{e as utrecht_badge_data}
1
+ import{r as t,h as a}from"./p-17bfa2b7.js";const e=class{constructor(a){t(this,a)}render(){return a("div",{class:"utrecht-badge-data"},a("slot",null))}};e.style=".utrecht-badge,.utrecht-badge-data{background-color:var(--utrecht-badge-background-color, black);border-radius:var(--utrecht-badge-border-radius, 0.5ch);color:var(--utrecht-badge-color, white);display:inline-block;font-family:var(--utrecht-document-font-family, sans-serif);font-size:var(--utrecht-badge-font-size, inherit);font-style:normal;font-weight:var(--utrecht-badge-font-weight, bold);padding-block-end:var(--utrecht-badge-padding-block, 0.5ex);padding-block-start:var(--utrecht-badge-padding-block, 0.5ex);padding-inline-end:var(--utrecht-badge-padding-inline, 0.5ch);padding-inline-start:var(--utrecht-badge-padding-inline, 0.5ch);text-decoration:none;}.utrecht-badge-data{letter-spacing:var(--utrecht-badge-data-letter-spacing, inherit);text-transform:var(--utrecht-badge-data-text-transform, inherit)}:host{display:inline-block}:host([hidden]){display:none !important}";export{e as utrecht_badge_data}
@@ -1 +1 @@
1
- import{r as t,h as r}from"./p-92f45053.js";const e=class{constructor(r){t(this,r)}render(){return r("h4",{class:"utrecht-heading-4"},r("slot",null))}};e.style=".utrecht-heading-4{color:var(--utrecht-heading-4-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-4-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-4-font-size);font-weight:var(--utrecht-heading-4-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-4-letter-spacing);line-height:var(--utrecht-heading-4-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-4-text-transform, inherit)}.utrecht-heading-4--distanced{margin-block-end:var(--utrecht-heading-4-margin-block-end);margin-block-start:var(--utrecht-heading-4-margin-block-start)}:host{display:block}:host([hidden]){display:none !important}";export{e as utrecht_heading_4}
1
+ import{r as t,h as r}from"./p-17bfa2b7.js";const e=class{constructor(r){t(this,r)}render(){return r("h4",{class:"utrecht-heading-4"},r("slot",null))}};e.style=".utrecht-heading-4{color:var(--utrecht-heading-4-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-4-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-4-font-size);font-weight:var(--utrecht-heading-4-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-4-letter-spacing);line-height:var(--utrecht-heading-4-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-4-text-transform, inherit)}.utrecht-heading-4--distanced{margin-block-end:var(--utrecht-heading-4-margin-block-end);margin-block-start:var(--utrecht-heading-4-margin-block-start)}:host{display:block}:host([hidden]){display:none !important}";export{e as utrecht_heading_4}
@@ -1 +1 @@
1
- import{r,h as t}from"./p-92f45053.js";const o=class{constructor(t){r(this,t)}render(){return t("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"0 -1 24 24"},t("title",null,"Loupe"),t("g",null,t("path",{fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd",d:"M14.5028 16.2982C11.5839 18.3961 7.51217 18.1416 4.90662 15.5261C2.00474 12.613 2.02036 7.87451 4.94151 4.94223C7.86266 2.00995 12.5832 1.99433 15.485 4.90734C18.0906 7.52288 18.3441 11.6102 16.2541 14.5402C16.2813 14.5597 16.3073 14.5818 16.3317 14.6063L21.1481 19.4412C21.39 19.6839 21.3887 20.0788 21.1452 20.3232L20.2637 21.2081C20.0203 21.4524 19.6269 21.4537 19.3851 21.211L14.5686 16.3761C14.5442 16.3515 14.5223 16.3255 14.5028 16.2982ZM13.6987 13.733C11.7513 15.6879 8.60428 15.6983 6.66969 13.7563C4.7351 11.8143 4.74552 8.65523 6.69295 6.70038C8.64039 4.74553 11.7874 4.73512 13.722 6.67712C15.6566 8.61913 15.6461 11.7782 13.6987 13.733Z"})))}};o.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{o as utrecht_icon_loupe}
1
+ import{r,h as t}from"./p-17bfa2b7.js";const o=class{constructor(t){r(this,t)}render(){return t("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"0 -1 24 24"},t("title",null,"Loupe"),t("g",null,t("path",{fill:"currentColor","fill-rule":"evenodd","clip-rule":"evenodd",d:"M14.5028 16.2982C11.5839 18.3961 7.51217 18.1416 4.90662 15.5261C2.00474 12.613 2.02036 7.87451 4.94151 4.94223C7.86266 2.00995 12.5832 1.99433 15.485 4.90734C18.0906 7.52288 18.3441 11.6102 16.2541 14.5402C16.2813 14.5597 16.3073 14.5818 16.3317 14.6063L21.1481 19.4412C21.39 19.6839 21.3887 20.0788 21.1452 20.3232L20.2637 21.2081C20.0203 21.4524 19.6269 21.4537 19.3851 21.211L14.5686 16.3761C14.5442 16.3515 14.5223 16.3255 14.5028 16.2982ZM13.6987 13.733C11.7513 15.6879 8.60428 15.6983 6.66969 13.7563C4.7351 11.8143 4.74552 8.65523 6.69295 6.70038C8.64039 4.74553 11.7874 4.73512 13.722 6.67712C15.6566 8.61913 15.6461 11.7782 13.6987 13.733Z"})))}};o.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{o as utrecht_icon_loupe}
@@ -1 +1 @@
1
- import{r as t,c as r,h as o}from"./p-92f45053.js";import{c as e}from"./p-4070c1e5.js";const c=class{constructor(o){t(this,o),this.utrechtBlur=r(this,"utrechtBlur",7),this.utrechtChange=r(this,"utrechtChange",7),this.utrechtFocus=r(this,"utrechtFocus",7),this.utrechtInput=r(this,"utrechtInput",7),this.autoComplete="",this.disabled=!1,this.invalid=!1,this.min="",this.max="",this.pattern="",this.placeholder="",this.readOnly=!1,this.required=!1,this.type="",this.value=""}render(){const{autoComplete:t,disabled:r,invalid:c,min:a,max:u,pattern:i,placeholder:d,readOnly:l,required:h,type:n,value:b}=this;return o("input",{class:e("utrecht-textbox","utrecht-textbox--html-input",r&&"utrecht-textbox--disabled",c&&"utrecht-textbox--invalid",l&&"utrecht-textbox--readonly"),type:n||"text",autoComplete:t||null,disabled:r,min:a||null,max:u||null,pattern:i||null,placeholder:d||null,readonly:l,required:h,value:b,onBlur:t=>this.utrechtBlur.emit(t),onChange:t=>this.utrechtChange.emit(t),onFocus:t=>this.utrechtFocus.emit(t),onInput:t=>{this.value=t.target.value,this.utrechtInput.emit(t)}})}};c.style=".utrecht-textbox{background-color:var(--utrecht-textbox-background-color, var(--utrecht-form-input-background-color));border-width:var(--utrecht-textbox-border-width, var(--utrecht-form-input-border-width));border-bottom-width:var(--utrecht-textbox-border-bottom-width, var(--utrecht-textbox-border-width, var(--utrecht-form-input-border-width)));border-color:var(--utrecht-textbox-border-color, var(--utrecht-form-input-border-color));border-radius:var(--utrecht-textbox-border-radius, var(--utrecht-form-input-border-radius, 0));border-style:solid;box-sizing:border-box;color:var(--utrecht-textbox-color, var(--utrecht-form-input-color));font-family:var(--utrecht-textbox-font-family, var(--utrecht-form-input-font-family));font-size:var(--utrecht-textbox-font-size, var(--utrecht-form-input-font-size, 1em));max-inline-size:var(--utrecht-textbox-max-inline-size, var(--utrecht-form-input-max-inline-size));padding-block-end:var(--utrecht-textbox-padding-block-end, var(--utrecht-form-input-padding-block-end));padding-block-start:var(--utrecht-textbox-padding-block-start, var(--utrecht-form-input-padding-block-start));padding-inline-end:var(--utrecht-textbox-padding-inline-end, var(--utrecht-form-input-padding-inline-end));padding-inline-start:var(--utrecht-textbox-padding-inline-start, var(--utrecht-form-input-padding-inline-start));width:100%}.utrecht-textbox--invalid,.utrecht-textbox--html-input:invalid,.utrecht-textbox--html-input[aria-invalid=true]{background-color:var(--utrecht-textbox-invalid-background-color, var(--utrecht-form-input-invalid-background-color, var(--utrecht-textbox-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textbox-invalid-border-color, var(--utrecht-form-input-invalid-border-color, var(--utrecht-textbox-border-color, var(--utrecht-form-input-border-color))));border-width:var(--utrecht-textbox-invalid-border-width, var(--utrecht-form-input-invalid-border-width, var(--utrecht-textbox-border-width, var(--utrecht-form-input-border-width))))}.utrecht-textbox--disabled,.utrecht-textbox--html-input:disabled{background-color:var(--utrecht-textbox-disabled-background-color, var(--utrecht-form-input-disabled-background-color, var(--utrecht-textarea-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textbox-disabled-border-color, var(--utrecht-form-input-disabled-border-color, var(--utrecht-textarea-border-color, var(--utrecht-form-input-border-color))));color:var(--utrecht-textbox-disabled-color, var(--utrecht-form-input-disabled-color, var(--utrecht-textarea-color, var(--utrecht-form-input-color))))}.utrecht-textbox--focus,.utrecht-textbox--html-input:focus{background-color:var(--utrecht-focus-background-color);box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);color:var(--utrecht-focus-color, inherit);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:0;outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-textbox--read-only,.utrecht-textbox--html-input:read-only{border-color:var(--utrecht-textbox-read-only-border-color, var(--utrecht-form-input-read-only-border-color, var(--utrecht-textbox-border-color, var(--utrecht-form-input-border-color))));color:var(--utrecht-textbox-read-only-color, var(--utrecht-form-input-read-only-color, var(--utrecht-textbox-color, var(--utrecht-form-input-color))))}.utrecht-textbox__placeholder,.utrecht-textbox--html-input::placeholder{color:var(--utrecht-textbox-placeholder-color, var(--utrecht-form-input-placeholder-color, var(--utrecht-textbox-color, var(--utrecht-form-input-color))));opacity:100%}:host{display:block}:host([hidden]){display:none !important}";export{c as utrecht_textbox}
1
+ import{r as t,c as r,h as o}from"./p-17bfa2b7.js";import{c as e}from"./p-4070c1e5.js";const c=class{constructor(o){t(this,o),this.utrechtBlur=r(this,"utrechtBlur",7),this.utrechtChange=r(this,"utrechtChange",7),this.utrechtFocus=r(this,"utrechtFocus",7),this.utrechtInput=r(this,"utrechtInput",7),this.autoComplete="",this.disabled=!1,this.invalid=!1,this.min="",this.max="",this.pattern="",this.placeholder="",this.readOnly=!1,this.required=!1,this.type="",this.value=""}render(){const{autoComplete:t,disabled:r,invalid:c,min:a,max:u,pattern:i,placeholder:d,readOnly:l,required:h,type:n,value:b}=this;return o("input",{class:e("utrecht-textbox","utrecht-textbox--html-input",r&&"utrecht-textbox--disabled",c&&"utrecht-textbox--invalid",l&&"utrecht-textbox--readonly"),type:n||"text",autoComplete:t||null,disabled:r,min:a||null,max:u||null,pattern:i||null,placeholder:d||null,readonly:l,required:h,value:b,onBlur:t=>this.utrechtBlur.emit(t),onChange:t=>this.utrechtChange.emit(t),onFocus:t=>this.utrechtFocus.emit(t),onInput:t=>{this.value=t.target.value,this.utrechtInput.emit(t)}})}};c.style=".utrecht-textbox{background-color:var(--utrecht-textbox-background-color, var(--utrecht-form-input-background-color));border-width:var(--utrecht-textbox-border-width, var(--utrecht-form-input-border-width));border-bottom-width:var(--utrecht-textbox-border-bottom-width, var(--utrecht-textbox-border-width, var(--utrecht-form-input-border-width)));border-color:var(--utrecht-textbox-border-color, var(--utrecht-form-input-border-color));border-radius:var(--utrecht-textbox-border-radius, var(--utrecht-form-input-border-radius, 0));border-style:solid;box-sizing:border-box;color:var(--utrecht-textbox-color, var(--utrecht-form-input-color));font-family:var(--utrecht-textbox-font-family, var(--utrecht-form-input-font-family));font-size:var(--utrecht-textbox-font-size, var(--utrecht-form-input-font-size, 1em));max-inline-size:var(--utrecht-textbox-max-inline-size, var(--utrecht-form-input-max-inline-size));padding-block-end:var(--utrecht-textbox-padding-block-end, var(--utrecht-form-input-padding-block-end));padding-block-start:var(--utrecht-textbox-padding-block-start, var(--utrecht-form-input-padding-block-start));padding-inline-end:var(--utrecht-textbox-padding-inline-end, var(--utrecht-form-input-padding-inline-end));padding-inline-start:var(--utrecht-textbox-padding-inline-start, var(--utrecht-form-input-padding-inline-start));width:100%}.utrecht-textbox--invalid,.utrecht-textbox--html-input:invalid,.utrecht-textbox--html-input[aria-invalid=true]{background-color:var(--utrecht-textbox-invalid-background-color, var(--utrecht-form-input-invalid-background-color, var(--utrecht-textbox-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textbox-invalid-border-color, var(--utrecht-form-input-invalid-border-color, var(--utrecht-textbox-border-color, var(--utrecht-form-input-border-color))));border-width:var(--utrecht-textbox-invalid-border-width, var(--utrecht-form-input-invalid-border-width, var(--utrecht-textbox-border-width, var(--utrecht-form-input-border-width))))}.utrecht-textbox--disabled,.utrecht-textbox--html-input:disabled{background-color:var(--utrecht-textbox-disabled-background-color, var(--utrecht-form-input-disabled-background-color, var(--utrecht-textarea-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textbox-disabled-border-color, var(--utrecht-form-input-disabled-border-color, var(--utrecht-textarea-border-color, var(--utrecht-form-input-border-color))));color:var(--utrecht-textbox-disabled-color, var(--utrecht-form-input-disabled-color, var(--utrecht-textarea-color, var(--utrecht-form-input-color))));cursor:var(--utrecht-action-disabled-cursor)}.utrecht-textbox--focus,.utrecht-textbox--html-input:focus{background-color:var(--utrecht-focus-background-color);box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);color:var(--utrecht-focus-color, inherit);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:0;outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-textbox--read-only,.utrecht-textbox--html-input:read-only{border-color:var(--utrecht-textbox-read-only-border-color, var(--utrecht-form-input-read-only-border-color, var(--utrecht-textbox-border-color, var(--utrecht-form-input-border-color))));color:var(--utrecht-textbox-read-only-color, var(--utrecht-form-input-read-only-color, var(--utrecht-textbox-color, var(--utrecht-form-input-color))))}.utrecht-textbox__placeholder,.utrecht-textbox--html-input::placeholder{color:var(--utrecht-textbox-placeholder-color, var(--utrecht-form-input-placeholder-color, var(--utrecht-textbox-color, var(--utrecht-form-input-color))));opacity:100%}:host{display:block}:host([hidden]){display:none !important}";export{c as utrecht_textbox}
@@ -1 +1 @@
1
- import{r,h as e}from"./p-92f45053.js";const a=class{constructor(e){r(this,e)}render(){return e("div",{class:`utrecht-badge-status utrecht-badge-status--${this.status}`},e("slot",null))}};a.style=".utrecht-badge,.utrecht-badge-status{background-color:var(--utrecht-badge-background-color, black);border-radius:var(--utrecht-badge-border-radius, 0.5ch);color:var(--utrecht-badge-color, white);display:inline-block;font-family:var(--utrecht-document-font-family, sans-serif);font-size:var(--utrecht-badge-font-size, inherit);font-style:normal;font-weight:var(--utrecht-badge-font-weight, bold);padding-block-end:var(--utrecht-badge-padding-block, 0.5ex);padding-block-start:var(--utrecht-badge-padding-block, 0.5ex);padding-inline-end:var(--utrecht-badge-padding-inline, 0.5ch);padding-inline-start:var(--utrecht-badge-padding-inline, 0.5ch);text-decoration:none;}.utrecht-badge-status{letter-spacing:var(--utrecht-badge-status-letter-spacing, inherit);text-transform:var(--utrecht-badge-status-text-transform, inherit)}.utrecht-badge-status--danger{background-color:var(--utrecht-feedback-danger-fill-background-color, red);color:var(--utrecht-feedback-danger-fill-color, white)}.utrecht-badge-status--warning{background-color:var(--utrecht-feedback-warning-fill-background-color, #ffa600);color:var(--utrecht-feedback-warning-fill-color, white)}.utrecht-badge-status--safe{background-color:var(--utrecht-feedback-safe-fill-background-color, green);color:var(--utrecht-feedback-safe-fill-color, white)}.utrecht-badge-status--neutral{background-color:var(--utrecht-feedback-neutral-fill-background-color, black);color:var(--utrecht-feedback-neutral-fill-color, white)}.utrecht-badge-status--valid{background-color:var(--utrecht-feedback-valid-fill-background-color, var(--utrecht-feedback-safe-fill-background-color, red));color:var(--utrecht-feedback-valid-fill-color, var(--utrecht-feedback-safe-fill-color, white))}.utrecht-badge-status--invalid{background-color:var(--utrecht-feedback-invalid-fill-background-color, var(--utrecht-feedback-danger-fill-background-color, #ffa600));color:var(--utrecht-feedback-invalid-fill-color, var(--utrecht-feedback-danger-fill-color, white))}.utrecht-badge-status--error{background-color:var(--utrecht-feedback-error-fill-background-color, var(--utrecht-feedback-danger-fill-background-color, #ffa600));color:var(--utrecht-feedback-error-fill-color, var(--utrecht-feedback-danger-fill-color, white))}.utrecht-badge-status--success{background-color:var(--utrecht-feedback-success-fill-background-color, var(--utrecht-feedback-safe-fill-background-color, #ffa600));color:var(--utrecht-feedback-success-fill-color, var(--utrecht-feedback-safe-fill-color, white))}.utrecht-badge-status--active{background-color:var(--utrecht-feedback-active-fill-background-color, var(--utrecht-feedback-safe-fill-background-color, #ffa600));color:var(--utrecht-feedback-active-fill-color, var(--utrecht-feedback-safe-fill-color, white))}.utrecht-badge-status--inactive{background-color:var(--utrecht-feedback-inactive-fill-background-color, var(--utrecht-feedback-danger-fill-background-color, #ffa600));color:var(--utrecht-feedback-inactive-fill-color, var(--utrecht-feedback-danger-fill-color, white))}:host{display:inline-block}:host([hidden]){display:none !important}";export{a as utrecht_badge_status}
1
+ import{r,h as e}from"./p-17bfa2b7.js";const a=class{constructor(e){r(this,e)}render(){return e("div",{class:`utrecht-badge-status utrecht-badge-status--${this.status}`},e("slot",null))}};a.style=".utrecht-badge,.utrecht-badge-status{background-color:var(--utrecht-badge-background-color, black);border-radius:var(--utrecht-badge-border-radius, 0.5ch);color:var(--utrecht-badge-color, white);display:inline-block;font-family:var(--utrecht-document-font-family, sans-serif);font-size:var(--utrecht-badge-font-size, inherit);font-style:normal;font-weight:var(--utrecht-badge-font-weight, bold);padding-block-end:var(--utrecht-badge-padding-block, 0.5ex);padding-block-start:var(--utrecht-badge-padding-block, 0.5ex);padding-inline-end:var(--utrecht-badge-padding-inline, 0.5ch);padding-inline-start:var(--utrecht-badge-padding-inline, 0.5ch);text-decoration:none;}.utrecht-badge-status{letter-spacing:var(--utrecht-badge-status-letter-spacing, inherit);text-transform:var(--utrecht-badge-status-text-transform, inherit)}.utrecht-badge-status--danger{background-color:var(--utrecht-feedback-danger-fill-background-color, red);color:var(--utrecht-feedback-danger-fill-color, white)}.utrecht-badge-status--warning{background-color:var(--utrecht-feedback-warning-fill-background-color, #ffa600);color:var(--utrecht-feedback-warning-fill-color, white)}.utrecht-badge-status--safe{background-color:var(--utrecht-feedback-safe-fill-background-color, green);color:var(--utrecht-feedback-safe-fill-color, white)}.utrecht-badge-status--neutral{background-color:var(--utrecht-feedback-neutral-fill-background-color, black);color:var(--utrecht-feedback-neutral-fill-color, white)}.utrecht-badge-status--valid{background-color:var(--utrecht-feedback-valid-fill-background-color, var(--utrecht-feedback-safe-fill-background-color, red));color:var(--utrecht-feedback-valid-fill-color, var(--utrecht-feedback-safe-fill-color, white))}.utrecht-badge-status--invalid{background-color:var(--utrecht-feedback-invalid-fill-background-color, var(--utrecht-feedback-danger-fill-background-color, #ffa600));color:var(--utrecht-feedback-invalid-fill-color, var(--utrecht-feedback-danger-fill-color, white))}.utrecht-badge-status--error{background-color:var(--utrecht-feedback-error-fill-background-color, var(--utrecht-feedback-danger-fill-background-color, #ffa600));color:var(--utrecht-feedback-error-fill-color, var(--utrecht-feedback-danger-fill-color, white))}.utrecht-badge-status--success{background-color:var(--utrecht-feedback-success-fill-background-color, var(--utrecht-feedback-safe-fill-background-color, #ffa600));color:var(--utrecht-feedback-success-fill-color, var(--utrecht-feedback-safe-fill-color, white))}.utrecht-badge-status--active{background-color:var(--utrecht-feedback-active-fill-background-color, var(--utrecht-feedback-safe-fill-background-color, #ffa600));color:var(--utrecht-feedback-active-fill-color, var(--utrecht-feedback-safe-fill-color, white))}.utrecht-badge-status--inactive{background-color:var(--utrecht-feedback-inactive-fill-background-color, var(--utrecht-feedback-danger-fill-background-color, #ffa600));color:var(--utrecht-feedback-inactive-fill-color, var(--utrecht-feedback-danger-fill-color, white))}:host{display:inline-block}:host([hidden]){display:none !important}";export{a as utrecht_badge_status}
@@ -1 +1 @@
1
- import{r,h as t}from"./p-92f45053.js";const o=class{constructor(t){r(this,t)}render(){return t("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"-6 -3 24 24"},t("title",null,"Arrow"),t("g",null,t("path",{fill:"currentColor",d:"M1.79289 19.0919C2.18341 19.4824 2.81659 19.4824 3.20711 19.0919L11.6923 10.6066C12.0828 10.2161 12.0828 9.58293 11.6923 9.1924L3.20711 0.707113C2.81658 0.316586 2.18342 0.316585 1.79289 0.707111L0.707104 1.7929C0.316581 2.18342 0.316579 2.81658 0.707099 3.20711L6.69232 9.1924C7.08284 9.58293 7.08284 10.2161 6.69232 10.6066L0.707097 16.5919C0.316577 16.9824 0.316577 17.6156 0.707096 18.0061L1.79289 19.0919Z"})))}};o.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{o as utrecht_icon_arrow}
1
+ import{r,h as t}from"./p-17bfa2b7.js";const o=class{constructor(t){r(this,t)}render(){return t("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"-6 -3 24 24"},t("title",null,"Arrow"),t("g",null,t("path",{fill:"currentColor",d:"M1.79289 19.0919C2.18341 19.4824 2.81659 19.4824 3.20711 19.0919L11.6923 10.6066C12.0828 10.2161 12.0828 9.58293 11.6923 9.1924L3.20711 0.707113C2.81658 0.316586 2.18342 0.316585 1.79289 0.707111L0.707104 1.7929C0.316581 2.18342 0.316579 2.81658 0.707099 3.20711L6.69232 9.1924C7.08284 9.58293 7.08284 10.2161 6.69232 10.6066L0.707097 16.5919C0.316577 16.9824 0.316577 17.6156 0.707096 18.0061L1.79289 19.0919Z"})))}};o.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{o as utrecht_icon_arrow}
@@ -1 +1 @@
1
- import{r,h as t}from"./p-92f45053.js";const e=class{constructor(t){r(this,t)}render(){return t("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"-2 -1 24 24"},t("title",null,"Filter"),t("rect",{x:"2",y:"6",width:"17",height:"2",rx:"0.5",fill:"currentColor"}),t("rect",{x:"4",y:"11",width:"13",height:"2",rx:"0.5",fill:"currentColor"}),t("rect",{x:"6",y:"16",width:"9",height:"2",rx:"0.5",fill:"currentColor"}))}};e.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{e as utrecht_icon_filter}
1
+ import{r,h as t}from"./p-17bfa2b7.js";const e=class{constructor(t){r(this,t)}render(){return t("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"-2 -1 24 24"},t("title",null,"Filter"),t("rect",{x:"2",y:"6",width:"17",height:"2",rx:"0.5",fill:"currentColor"}),t("rect",{x:"4",y:"11",width:"13",height:"2",rx:"0.5",fill:"currentColor"}),t("rect",{x:"6",y:"16",width:"9",height:"2",rx:"0.5",fill:"currentColor"}))}};e.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{e as utrecht_icon_filter}
@@ -1 +1 @@
1
- import{r,h as t}from"./p-92f45053.js";const a=class{constructor(t){r(this,t)}render(){return t("hr",{class:"utrecht-separator"})}};a.style=".utrecht-separator{border-color:var(--utrecht-separator-color);border-style:solid;border-width:0 0 var(--utrecht-separator-width) 0}.utrecht-separator--distanced{margin-block-end:var(--utrecht-separator-margin-block-end);margin-block-start:var(--utrecht-separator-margin-block-start)}:host{display:block}:host([hidden]){display:none !important}";export{a as utrecht_separator}
1
+ import{r,h as t}from"./p-17bfa2b7.js";const a=class{constructor(t){r(this,t)}render(){return t("hr",{class:"utrecht-separator"})}};a.style=".utrecht-separator{border-color:var(--utrecht-separator-color);border-style:solid;border-width:0 0 var(--utrecht-separator-width) 0}.utrecht-separator--distanced{margin-block-end:var(--utrecht-separator-margin-block-end);margin-block-start:var(--utrecht-separator-margin-block-start)}:host{display:block}:host([hidden]){display:none !important}";export{a as utrecht_separator}
@@ -1 +1 @@
1
- import{r,h as t}from"./p-92f45053.js";const c=class{constructor(t){r(this,t)}render(){return t("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"0 0 24 24"},t("title",null,"List"),t("rect",{x:"6",y:"18",width:"13",height:"2",rx:"0.5",fill:"currentColor"}),t("rect",{x:"6",y:"12",width:"13",height:"2",rx:"0.5",fill:"currentColor"}),t("rect",{x:"6",y:"6",width:"13",height:"2",rx:"0.5",fill:"currentColor"}),t("circle",{cx:"3",cy:"7",r:"1",fill:"currentColor"}),t("circle",{cx:"3",cy:"13",r:"1",fill:"currentColor"}),t("circle",{cx:"3",cy:"19",r:"1",fill:"currentColor"}))}};c.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{c as utrecht_icon_list}
1
+ import{r,h as t}from"./p-17bfa2b7.js";const c=class{constructor(t){r(this,t)}render(){return t("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"0 0 24 24"},t("title",null,"List"),t("rect",{x:"6",y:"18",width:"13",height:"2",rx:"0.5",fill:"currentColor"}),t("rect",{x:"6",y:"12",width:"13",height:"2",rx:"0.5",fill:"currentColor"}),t("rect",{x:"6",y:"6",width:"13",height:"2",rx:"0.5",fill:"currentColor"}),t("circle",{cx:"3",cy:"7",r:"1",fill:"currentColor"}),t("circle",{cx:"3",cy:"13",r:"1",fill:"currentColor"}),t("circle",{cx:"3",cy:"19",r:"1",fill:"currentColor"}))}};c.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{c as utrecht_icon_list}
@@ -1 +1 @@
1
- import{r as t,h as o}from"./p-92f45053.js";const r=class{constructor(o){t(this,o)}render(){return o("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"-6 -11 24 24"},o("title",null,"zoomin"),o("g",null,o("path",{fill:"currentColor",d:"M0 0.5C0 0.223858 0.223858 0 0.5 0H11.5C11.7761 0 12 0.223858 12 0.5V1.5C12 1.77614 11.7761 2 11.5 2H0.5C0.223858 2 0 1.77614 0 1.5V0.5Z"})))}};r.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{r as utrecht_icon_zoomout}
1
+ import{r as t,h as o}from"./p-17bfa2b7.js";const r=class{constructor(o){t(this,o)}render(){return o("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"-6 -11 24 24"},o("title",null,"zoomin"),o("g",null,o("path",{fill:"currentColor",d:"M0 0.5C0 0.223858 0.223858 0 0.5 0H11.5C11.7761 0 12 0.223858 12 0.5V1.5C12 1.77614 11.7761 2 11.5 2H0.5C0.223858 2 0 1.77614 0 1.5V0.5Z"})))}};r.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{r as utrecht_icon_zoomout}
@@ -1 +1 @@
1
- import{r as t,h as o}from"./p-92f45053.js";const r=class{constructor(o){t(this,o)}render(){return o("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"0 0 38 38"},o("title",null,"Facebook"),o("g",null,o("path",{fill:"currentColor",d:"M25.868,20.809l0.687-5.323h-5.271v-3.398c0-1.541,0.43-2.592,2.641-2.592h2.815v-4.76 c-0.487-0.065-2.158-0.209-4.107-0.209c-4.065,0-6.845,2.481-6.845,7.037v3.925h-4.597v5.322h4.597v13.658h5.494V20.811h4.585 L25.868,20.809L25.868,20.809z"})))}};r.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{r as utrecht_icon_facebook}
1
+ import{r as t,h as o}from"./p-17bfa2b7.js";const r=class{constructor(o){t(this,o)}render(){return o("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"0 0 38 38"},o("title",null,"Facebook"),o("g",null,o("path",{fill:"currentColor",d:"M25.868,20.809l0.687-5.323h-5.271v-3.398c0-1.541,0.43-2.592,2.641-2.592h2.815v-4.76 c-0.487-0.065-2.158-0.209-4.107-0.209c-4.065,0-6.845,2.481-6.845,7.037v3.925h-4.597v5.322h4.597v13.658h5.494V20.811h4.585 L25.868,20.809L25.868,20.809z"})))}};r.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{r as utrecht_icon_facebook}
@@ -0,0 +1 @@
1
+ import{r as t,h as o}from"./p-17bfa2b7.js";const i=class{constructor(o){t(this,o)}render(){return o("div",{class:"utrecht-digid-button"},o("utrecht-digid-logo",{class:"utrecht-digid-button__logo"}),o("utrecht-button",{class:"utrecht-digid-button__button",type:this.type||null},o("slot",null)))}};i.style=".utrecht-digid-button{--utrecht-button-block-size:var(--utrecht-digid-button-block-size, 50px);--utrecht-logo-max-height:var(--utrecht-digid-button-block-size, 50px);--utrecht-logo-max-width:var(--utrecht-digid-button-block-size, 50px);display:inline-flex;gap:var(--utrecht-space-inline-sm)}.utrecht-digid-button__logo{order:1}.utrecht-digid-button__button{order:2}:host{display:block}:host([hidden]){display:none !important}";export{i as utrecht_digid_button}
@@ -1 +1 @@
1
- import{r as C,h as r}from"./p-92f45053.js";const t=class{constructor(r){C(this,r)}render(){return r("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"-7 -7 42 42"},r("title",null,"Instagram"),r("g",null,r("path",{"fill-rule":"nonzero",fill:"currentColor",d:"M13.4773109,2.42977292 C17.0848739,2.42977292 17.5159664,2.45248108 18.9226891,2.49789739 C20.2386555,2.56602187 20.9420168,2.77039529 21.4184874,2.95206056 C22.0537815,3.20185029 22.507563,3.49705635 22.9613445,3.95121951 C23.4378151,4.42809083 23.7327731,4.88225399 23.9596639,5.49537426 C24.1411765,5.97224558 24.3680672,6.67619849 24.4134454,7.99327166 C24.4815126,9.42388562 24.4815126,9.83263246 24.4815126,13.4432296 C24.4815126,17.0538267 24.4588235,17.4852817 24.4134454,18.8931876 C24.3453782,20.2102607 24.1411765,20.9142136 23.9596639,21.3910849 C23.710084,22.0269134 23.4151261,22.4810765 22.9613445,22.9352397 C22.4848739,23.412111 22.0310924,23.7073171 21.4184874,23.9343987 C20.9420168,24.1160639 20.2386555,24.3431455 18.9226891,24.3885618 C17.4932773,24.4566863 17.0848739,24.4566863 13.4773109,24.4566863 C9.8697479,24.4566863 9.43865546,24.4339781 8.03193277,24.3885618 C6.71596639,24.3204373 6.01260504,24.1160639 5.53613445,23.9343987 C4.90084034,23.6846089 4.44705882,23.3894029 3.99327731,22.9352397 C3.51680672,22.4583684 3.22184874,22.0042052 2.99495798,21.3910849 C2.81344538,20.9142136 2.58655462,20.2102607 2.54117647,18.8931876 C2.47310924,17.4625736 2.47310924,17.0538267 2.47310924,13.4432296 C2.47310924,9.83263246 2.49579832,9.40117746 2.54117647,7.99327166 C2.6092437,6.67619849 2.81344538,5.97224558 2.99495798,5.49537426 C3.19915966,4.90496215 3.49411765,4.45079899 3.97058824,3.97392767 C4.44705882,3.49705635 4.90084034,3.20185029 5.51344538,2.97476871 C5.98991597,2.79310345 6.69327731,2.56602187 8.0092437,2.52060555 C9.43865546,2.42977292 9.8697479,2.42977292 13.4773109,2.42977292 Z M13.4773109,0 C9.82436975,0 9.34789916,0.0227081581 7.91848739,0.0908326325 C6.48907563,0.136248949 5.4907563,0.36333053 4.6512605,0.703952902 C3.76638655,1.04457527 2.99495798,1.49873844 2.24621849,2.24810765 C1.49747899,2.99747687 1.04369748,3.76955425 0.703361345,4.65517241 C0.36302521,5.49537426 0.136134454,6.49453322 0.0680672269,7.92514718 C0,9.35576114 0,9.83263246 0,13.4886459 C0,17.1446594 0.0226890756,17.6215307 0.0907563025,19.0521447 C0.158823529,20.4827586 0.385714286,21.4592094 0.72605042,22.3221194 C1.06638655,23.2077376 1.54285714,23.9571068 2.29159664,24.706476 C3.04033613,25.4558452 3.78907563,25.9100084 4.67394958,26.2733389 C5.53613445,26.6139613 6.51176471,26.8410429 7.94117647,26.9091674 C9.37058824,26.9772918 9.84705882,27 13.5,27 C17.1529412,27 17.6294118,26.9772918 19.0588235,26.9091674 C20.4882353,26.8410429 21.4638655,26.6139613 22.3260504,26.2733389 C23.2109244,25.9327166 23.9596639,25.4558452 24.7084034,24.706476 C25.4571429,23.9571068 25.9109244,23.2077376 26.2739496,22.3221194 C26.6142857,21.4592094 26.8411765,20.4827586 26.9092437,19.0521447 C26.9773109,17.6215307 27,17.1446594 27,13.4886459 C27,9.83263246 26.9773109,9.35576114 26.9092437,7.92514718 C26.8411765,6.49453322 26.6142857,5.51808242 26.2739496,4.65517241 C25.9336134,3.76955425 25.4571429,3.02018503 24.7084034,2.27081581 C23.9596639,1.52144659 23.2109244,1.06728343 22.3260504,0.703952902 C21.4638655,0.36333053 20.4882353,0.136248949 19.0588235,0.0681244743 C17.6067227,0 17.1302521,0 13.4773109,0 Z"}),r("path",{"fill-rule":"nonzero",fill:"currentColor",d:"M14,7 C10.1213115,7 7,10.1442623 7,14 C7,17.8786885 10.1442623,21 14,21 C17.8557377,21 21,17.8557377 21,14 C21,10.1213115 17.8786885,7 14,7 Z M14,18.5442623 C11.4983607,18.5442623 9.4557377,16.5016393 9.4557377,14 C9.4557377,11.4983607 11.4983607,9.4557377 14,9.4557377 C16.5016393,9.4557377 18.5442623,11.4983607 18.5442623,14 C18.5442623,16.5016393 16.5016393,18.5442623 14,18.5442623 Z"}),r("circle",{fill:"currentColor",cx:"21",cy:"6",r:"2"})))}};t.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{t as utrecht_icon_instagram}
1
+ import{r as C,h as r}from"./p-17bfa2b7.js";const t=class{constructor(r){C(this,r)}render(){return r("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"-7 -7 42 42"},r("title",null,"Instagram"),r("g",null,r("path",{"fill-rule":"nonzero",fill:"currentColor",d:"M13.4773109,2.42977292 C17.0848739,2.42977292 17.5159664,2.45248108 18.9226891,2.49789739 C20.2386555,2.56602187 20.9420168,2.77039529 21.4184874,2.95206056 C22.0537815,3.20185029 22.507563,3.49705635 22.9613445,3.95121951 C23.4378151,4.42809083 23.7327731,4.88225399 23.9596639,5.49537426 C24.1411765,5.97224558 24.3680672,6.67619849 24.4134454,7.99327166 C24.4815126,9.42388562 24.4815126,9.83263246 24.4815126,13.4432296 C24.4815126,17.0538267 24.4588235,17.4852817 24.4134454,18.8931876 C24.3453782,20.2102607 24.1411765,20.9142136 23.9596639,21.3910849 C23.710084,22.0269134 23.4151261,22.4810765 22.9613445,22.9352397 C22.4848739,23.412111 22.0310924,23.7073171 21.4184874,23.9343987 C20.9420168,24.1160639 20.2386555,24.3431455 18.9226891,24.3885618 C17.4932773,24.4566863 17.0848739,24.4566863 13.4773109,24.4566863 C9.8697479,24.4566863 9.43865546,24.4339781 8.03193277,24.3885618 C6.71596639,24.3204373 6.01260504,24.1160639 5.53613445,23.9343987 C4.90084034,23.6846089 4.44705882,23.3894029 3.99327731,22.9352397 C3.51680672,22.4583684 3.22184874,22.0042052 2.99495798,21.3910849 C2.81344538,20.9142136 2.58655462,20.2102607 2.54117647,18.8931876 C2.47310924,17.4625736 2.47310924,17.0538267 2.47310924,13.4432296 C2.47310924,9.83263246 2.49579832,9.40117746 2.54117647,7.99327166 C2.6092437,6.67619849 2.81344538,5.97224558 2.99495798,5.49537426 C3.19915966,4.90496215 3.49411765,4.45079899 3.97058824,3.97392767 C4.44705882,3.49705635 4.90084034,3.20185029 5.51344538,2.97476871 C5.98991597,2.79310345 6.69327731,2.56602187 8.0092437,2.52060555 C9.43865546,2.42977292 9.8697479,2.42977292 13.4773109,2.42977292 Z M13.4773109,0 C9.82436975,0 9.34789916,0.0227081581 7.91848739,0.0908326325 C6.48907563,0.136248949 5.4907563,0.36333053 4.6512605,0.703952902 C3.76638655,1.04457527 2.99495798,1.49873844 2.24621849,2.24810765 C1.49747899,2.99747687 1.04369748,3.76955425 0.703361345,4.65517241 C0.36302521,5.49537426 0.136134454,6.49453322 0.0680672269,7.92514718 C0,9.35576114 0,9.83263246 0,13.4886459 C0,17.1446594 0.0226890756,17.6215307 0.0907563025,19.0521447 C0.158823529,20.4827586 0.385714286,21.4592094 0.72605042,22.3221194 C1.06638655,23.2077376 1.54285714,23.9571068 2.29159664,24.706476 C3.04033613,25.4558452 3.78907563,25.9100084 4.67394958,26.2733389 C5.53613445,26.6139613 6.51176471,26.8410429 7.94117647,26.9091674 C9.37058824,26.9772918 9.84705882,27 13.5,27 C17.1529412,27 17.6294118,26.9772918 19.0588235,26.9091674 C20.4882353,26.8410429 21.4638655,26.6139613 22.3260504,26.2733389 C23.2109244,25.9327166 23.9596639,25.4558452 24.7084034,24.706476 C25.4571429,23.9571068 25.9109244,23.2077376 26.2739496,22.3221194 C26.6142857,21.4592094 26.8411765,20.4827586 26.9092437,19.0521447 C26.9773109,17.6215307 27,17.1446594 27,13.4886459 C27,9.83263246 26.9773109,9.35576114 26.9092437,7.92514718 C26.8411765,6.49453322 26.6142857,5.51808242 26.2739496,4.65517241 C25.9336134,3.76955425 25.4571429,3.02018503 24.7084034,2.27081581 C23.9596639,1.52144659 23.2109244,1.06728343 22.3260504,0.703952902 C21.4638655,0.36333053 20.4882353,0.136248949 19.0588235,0.0681244743 C17.6067227,0 17.1302521,0 13.4773109,0 Z"}),r("path",{"fill-rule":"nonzero",fill:"currentColor",d:"M14,7 C10.1213115,7 7,10.1442623 7,14 C7,17.8786885 10.1442623,21 14,21 C17.8557377,21 21,17.8557377 21,14 C21,10.1213115 17.8786885,7 14,7 Z M14,18.5442623 C11.4983607,18.5442623 9.4557377,16.5016393 9.4557377,14 C9.4557377,11.4983607 11.4983607,9.4557377 14,9.4557377 C16.5016393,9.4557377 18.5442623,11.4983607 18.5442623,14 C18.5442623,16.5016393 16.5016393,18.5442623 14,18.5442623 Z"}),r("circle",{fill:"currentColor",cx:"21",cy:"6",r:"2"})))}};t.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{t as utrecht_icon_instagram}
@@ -1 +1 @@
1
- import{r as t,h as r}from"./p-92f45053.js";import{c as a}from"./p-4070c1e5.js";const e=class{constructor(r){t(this,r)}render(){return r("h2",{class:"utrecht-heading-2"},r("slot",null))}};e.style=".utrecht-heading-2{color:var(--utrecht-heading-2-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-2-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-2-font-size);font-weight:var(--utrecht-heading-2-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-2-letter-spacing);line-height:var(--utrecht-heading-2-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-2-text-transform, inherit)}.utrecht-heading-2--distanced{margin-block-end:var(--utrecht-heading-2-margin-block-end);margin-block-start:var(--utrecht-heading-2-margin-block-start)}:host{display:block}:host([hidden]){display:none !important}";const h=class{constructor(r){t(this,r)}render(){return r("h3",{class:"utrecht-heading-3"},r("slot",null))}};h.style=".utrecht-heading-3{color:var(--utrecht-heading-3-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-3-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-3-font-size);font-weight:var(--utrecht-heading-3-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-3-letter-spacing);line-height:var(--utrecht-heading-3-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-3-text-transform, inherit)}.utrecht-heading-3--distanced{margin-block-end:var(--utrecht-heading-3-margin-block-end);margin-block-start:var(--utrecht-heading-3-margin-block-start)}:host{display:block}:host([hidden]){display:none !important}";const n=class{constructor(r){t(this,r)}render(){return r("div",{class:a("utrecht-paragraph",this.lead&&"utrecht-paragraph--lead")},r("slot",null))}};n.style=".utrecht-paragraph{color:var(--utrecht-document-color, inherit);font-family:var(--utrecht-paragraph-font-family, var(--utrecht-document-font-family, inherit));font-size:var(--utrecht-paragraph-font-size, var(--utrecht-document-font-size, inherit));font-weight:var(--utrecht-paragraph-font-weight, inherit);line-height:var(--utrecht-paragraph-line-height, var(--utrecht-document-line-height, inherit));margin-block-end:0;margin-block-start:0}.utrecht-paragraph--lead{font-size:var(--utrecht-paragraph-lead-font-size, inherit);font-weight:var(--utrecht-paragraph-lead-font-weight, inherit);line-height:var(--utrecht-paragraph-lead-line-height, inherit)}.utrecht-paragraph--distanced{margin-block-end:var(--utrecht-paragraph-margin-block-end);margin-block-start:var(--utrecht-paragraph-margin-block-start)}:host{display:block}:host([hidden]){display:none !important}";export{e as utrecht_heading_2,h as utrecht_heading_3,n as utrecht_paragraph}
1
+ import{r as t,h as r}from"./p-17bfa2b7.js";import{c as a}from"./p-4070c1e5.js";const e=class{constructor(r){t(this,r)}render(){return r("h2",{class:"utrecht-heading-2"},r("slot",null))}};e.style=".utrecht-heading-2{color:var(--utrecht-heading-2-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-2-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-2-font-size);font-weight:var(--utrecht-heading-2-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-2-letter-spacing);line-height:var(--utrecht-heading-2-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-2-text-transform, inherit)}.utrecht-heading-2--distanced{margin-block-end:var(--utrecht-heading-2-margin-block-end);margin-block-start:var(--utrecht-heading-2-margin-block-start)}:host{display:block}:host([hidden]){display:none !important}";const h=class{constructor(r){t(this,r)}render(){return r("h3",{class:"utrecht-heading-3"},r("slot",null))}};h.style=".utrecht-heading-3{color:var(--utrecht-heading-3-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-3-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-3-font-size);font-weight:var(--utrecht-heading-3-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-3-letter-spacing);line-height:var(--utrecht-heading-3-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-3-text-transform, inherit)}.utrecht-heading-3--distanced{margin-block-end:var(--utrecht-heading-3-margin-block-end);margin-block-start:var(--utrecht-heading-3-margin-block-start)}:host{display:block}:host([hidden]){display:none !important}";const n=class{constructor(r){t(this,r)}render(){return r("div",{class:a("utrecht-paragraph",this.lead&&"utrecht-paragraph--lead")},r("slot",null))}};n.style=".utrecht-paragraph{color:var(--utrecht-document-color, inherit);font-family:var(--utrecht-paragraph-font-family, var(--utrecht-document-font-family, inherit));font-size:var(--utrecht-paragraph-font-size, var(--utrecht-document-font-size, inherit));font-weight:var(--utrecht-paragraph-font-weight, inherit);line-height:var(--utrecht-paragraph-line-height, var(--utrecht-document-line-height, inherit));margin-block-end:0;margin-block-start:0}.utrecht-paragraph--lead{font-size:var(--utrecht-paragraph-lead-font-size, inherit);font-weight:var(--utrecht-paragraph-lead-font-weight, inherit);line-height:var(--utrecht-paragraph-lead-line-height, inherit)}.utrecht-paragraph--distanced{margin-block-end:var(--utrecht-paragraph-margin-block-end);margin-block-start:var(--utrecht-paragraph-margin-block-start)}:host{display:block}:host([hidden]){display:none !important}";export{e as utrecht_heading_2,h as utrecht_heading_3,n as utrecht_paragraph}
@@ -1 +1 @@
1
- import{r as t,h as e}from"./p-92f45053.js";const r=class{constructor(e){t(this,e)}render(){return 1===this.level?e("h1",{class:"utrecht-heading-1"},e("slot",null)):2===this.level?e("h2",{class:"utrecht-heading-2"},e("slot",null)):3===this.level?e("h3",{class:"utrecht-heading-3"},e("slot",null)):4===this.level?e("h4",{class:"utrecht-heading-4"},e("slot",null)):5===this.level?e("h5",{class:"utrecht-heading-5"},e("slot",null)):6===this.level?e("h6",{class:"utrecht-heading-6"},e("slot",null)):e("div",{class:"utrecht-heading",role:"heading","aria-level":this.level},e("slot",null))}};r.style=".utrecht-heading-1{color:var(--utrecht-heading-1-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-1-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-1-font-size);font-weight:var(--utrecht-heading-1-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-1-letter-spacing);line-height:var(--utrecht-heading-1-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-1-text-transform, inherit)}.utrecht-heading-1--distanced{margin-block-end:var(--utrecht-heading-1-margin-block-end);margin-block-start:var(--utrecht-heading-1-margin-block-start)}.utrecht-heading-2{color:var(--utrecht-heading-2-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-2-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-2-font-size);font-weight:var(--utrecht-heading-2-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-2-letter-spacing);line-height:var(--utrecht-heading-2-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-2-text-transform, inherit)}.utrecht-heading-2--distanced{margin-block-end:var(--utrecht-heading-2-margin-block-end);margin-block-start:var(--utrecht-heading-2-margin-block-start)}.utrecht-heading-3{color:var(--utrecht-heading-3-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-3-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-3-font-size);font-weight:var(--utrecht-heading-3-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-3-letter-spacing);line-height:var(--utrecht-heading-3-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-3-text-transform, inherit)}.utrecht-heading-3--distanced{margin-block-end:var(--utrecht-heading-3-margin-block-end);margin-block-start:var(--utrecht-heading-3-margin-block-start)}.utrecht-heading-4{color:var(--utrecht-heading-4-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-4-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-4-font-size);font-weight:var(--utrecht-heading-4-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-4-letter-spacing);line-height:var(--utrecht-heading-4-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-4-text-transform, inherit)}.utrecht-heading-4--distanced{margin-block-end:var(--utrecht-heading-4-margin-block-end);margin-block-start:var(--utrecht-heading-4-margin-block-start)}.utrecht-heading-5{color:var(--utrecht-heading-5-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-5-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-5-font-size);font-weight:var(--utrecht-heading-5-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-5-letter-spacing);line-height:var(--utrecht-heading-5-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-5-text-transform, inherit)}.utrecht-heading-5--distanced{margin-block-end:var(--utrecht-heading-5-margin-block-end);margin-block-start:var(--utrecht-heading-5-margin-block-start)}.utrecht-heading-6{color:var(--utrecht-heading-6-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-6-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-6-font-size);font-weight:var(--utrecht-heading-6-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-6-letter-spacing);line-height:var(--utrecht-heading-6-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-6-text-transform, inherit)}.utrecht-heading-6--distanced{margin-block-end:var(--utrecht-heading-6-margin-block-end);margin-block-start:var(--utrecht-heading-6-margin-block-start)}:host{display:block}:host([hidden]){display:none !important}";export{r as utrecht_heading}
1
+ import{r as t,h as e}from"./p-17bfa2b7.js";const r=class{constructor(e){t(this,e)}render(){return 1===this.level?e("h1",{class:"utrecht-heading-1"},e("slot",null)):2===this.level?e("h2",{class:"utrecht-heading-2"},e("slot",null)):3===this.level?e("h3",{class:"utrecht-heading-3"},e("slot",null)):4===this.level?e("h4",{class:"utrecht-heading-4"},e("slot",null)):5===this.level?e("h5",{class:"utrecht-heading-5"},e("slot",null)):6===this.level?e("h6",{class:"utrecht-heading-6"},e("slot",null)):e("div",{class:"utrecht-heading",role:"heading","aria-level":this.level},e("slot",null))}};r.style=".utrecht-heading-1{color:var(--utrecht-heading-1-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-1-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-1-font-size);font-weight:var(--utrecht-heading-1-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-1-letter-spacing);line-height:var(--utrecht-heading-1-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-1-text-transform, inherit)}.utrecht-heading-1--distanced{margin-block-end:var(--utrecht-heading-1-margin-block-end);margin-block-start:var(--utrecht-heading-1-margin-block-start)}.utrecht-heading-2{color:var(--utrecht-heading-2-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-2-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-2-font-size);font-weight:var(--utrecht-heading-2-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-2-letter-spacing);line-height:var(--utrecht-heading-2-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-2-text-transform, inherit)}.utrecht-heading-2--distanced{margin-block-end:var(--utrecht-heading-2-margin-block-end);margin-block-start:var(--utrecht-heading-2-margin-block-start)}.utrecht-heading-3{color:var(--utrecht-heading-3-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-3-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-3-font-size);font-weight:var(--utrecht-heading-3-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-3-letter-spacing);line-height:var(--utrecht-heading-3-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-3-text-transform, inherit)}.utrecht-heading-3--distanced{margin-block-end:var(--utrecht-heading-3-margin-block-end);margin-block-start:var(--utrecht-heading-3-margin-block-start)}.utrecht-heading-4{color:var(--utrecht-heading-4-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-4-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-4-font-size);font-weight:var(--utrecht-heading-4-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-4-letter-spacing);line-height:var(--utrecht-heading-4-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-4-text-transform, inherit)}.utrecht-heading-4--distanced{margin-block-end:var(--utrecht-heading-4-margin-block-end);margin-block-start:var(--utrecht-heading-4-margin-block-start)}.utrecht-heading-5{color:var(--utrecht-heading-5-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-5-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-5-font-size);font-weight:var(--utrecht-heading-5-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-5-letter-spacing);line-height:var(--utrecht-heading-5-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-5-text-transform, inherit)}.utrecht-heading-5--distanced{margin-block-end:var(--utrecht-heading-5-margin-block-end);margin-block-start:var(--utrecht-heading-5-margin-block-start)}.utrecht-heading-6{color:var(--utrecht-heading-6-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-6-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-6-font-size);font-weight:var(--utrecht-heading-6-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-6-letter-spacing);line-height:var(--utrecht-heading-6-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-6-text-transform, inherit)}.utrecht-heading-6--distanced{margin-block-end:var(--utrecht-heading-6-margin-block-end);margin-block-start:var(--utrecht-heading-6-margin-block-start)}:host{display:block}:host([hidden]){display:none !important}";export{r as utrecht_heading}
@@ -1 +1 @@
1
- import{r as t,h as r}from"./p-92f45053.js";const e=class{constructor(r){t(this,r)}render(){return r("h6",{class:"utrecht-heading-6"},r("slot",null))}};e.style=".utrecht-heading-6{color:var(--utrecht-heading-6-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-6-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-6-font-size);font-weight:var(--utrecht-heading-6-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-6-letter-spacing);line-height:var(--utrecht-heading-6-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-6-text-transform, inherit)}.utrecht-heading-6--distanced{margin-block-end:var(--utrecht-heading-6-margin-block-end);margin-block-start:var(--utrecht-heading-6-margin-block-start)}:host{display:block}:host([hidden]){display:none !important}";export{e as utrecht_heading_6}
1
+ import{r as t,h as r}from"./p-17bfa2b7.js";const e=class{constructor(r){t(this,r)}render(){return r("h6",{class:"utrecht-heading-6"},r("slot",null))}};e.style=".utrecht-heading-6{color:var(--utrecht-heading-6-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-6-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-6-font-size);font-weight:var(--utrecht-heading-6-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-6-letter-spacing);line-height:var(--utrecht-heading-6-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-6-text-transform, inherit)}.utrecht-heading-6--distanced{margin-block-end:var(--utrecht-heading-6-margin-block-end);margin-block-start:var(--utrecht-heading-6-margin-block-start)}:host{display:block}:host([hidden]){display:none !important}";export{e as utrecht_heading_6}
@@ -1 +1 @@
1
- import{r,h as t}from"./p-92f45053.js";const o=class{constructor(t){r(this,t)}render(){return t("footer",{class:"utrecht-page-footer"},t("slot",null))}};o.style=".utrecht-page-footer{--utrecht-document-color:currentColor;--utrecht-heading-color:currentColor;--utrecht-link-color:currentColor;--utrecht-link-focus-color:currentColor;--utrecht-link-hover-color:currentColor;--utrecht-link-active-color:currentColor;--utrecht-link-visited-color:currentColor;background-color:var(--utrecht-page-footer-background-color);background-image:var(--utrecht-page-footer-background-image);color:var(--utrecht-page-footer-color);font-family:var(--utrecht-document-font-family);font-size:var(--utrecht-document-font-size);padding-block-end:var(--utrecht-page-footer-padding-block-end);padding-block-start:var(--utrecht-page-footer-padding-block-start);padding-inline-end:var(--utrecht-page-footer-padding-inline-end);padding-inline-start:var(--utrecht-page-footer-padding-inline-start)}.utrecht-page-footer__address--reset-address{font-style:inherit;margin-block-end:0;margin-block-start:0}:host{display:block}:host([hidden]){display:none !important}";export{o as utrecht_page_footer}
1
+ import{r,h as t}from"./p-17bfa2b7.js";const o=class{constructor(t){r(this,t)}render(){return t("footer",{class:"utrecht-page-footer"},t("slot",null))}};o.style=".utrecht-page-footer{--utrecht-document-color:currentColor;--utrecht-heading-color:currentColor;--utrecht-link-color:currentColor;--utrecht-link-focus-color:currentColor;--utrecht-link-hover-color:currentColor;--utrecht-link-active-color:currentColor;--utrecht-link-visited-color:currentColor;background-color:var(--utrecht-page-footer-background-color);background-image:var(--utrecht-page-footer-background-image);color:var(--utrecht-page-footer-color);font-family:var(--utrecht-document-font-family);font-size:var(--utrecht-document-font-size);padding-block-end:var(--utrecht-page-footer-padding-block-end);padding-block-start:var(--utrecht-page-footer-padding-block-start);padding-inline-end:var(--utrecht-page-footer-padding-inline-end);padding-inline-start:var(--utrecht-page-footer-padding-inline-start)}.utrecht-page-footer__address--reset-address{font-style:inherit;margin-block-end:0;margin-block-start:0}:host{display:block}:host([hidden]){display:none !important}";export{o as utrecht_page_footer}
@@ -1 +1 @@
1
- import{r,h as t}from"./p-92f45053.js";const o=class{constructor(t){r(this,t)}render(){return t("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"-2 -3 24 24"},t("title",null,"Arrow"),t("g",null,t("path",{fill:"currentColor",d:"M0.292897 1.37868C-0.0976322 1.76921 -0.0976324 2.40238 0.292897 2.7929L6.28364 8.7836C6.66684 9.17256 6.66701 9.79731 6.28415 10.1865L0.292896 16.1777C-0.0976317 16.5682 -0.0976317 17.2014 0.292894 17.5919L1.37868 18.6777C1.54958 18.8486 1.76695 18.9447 1.99011 18.966C2.0399 18.9708 2.08998 18.9718 2.1399 18.9691C2.37756 18.9564 2.61153 18.8592 2.79307 18.6777L8.7843 12.6864C9.17359 12.3036 9.79842 12.304 10.1873 12.6874L16.1775 18.6777C16.3556 18.8558 16.5842 18.9527 16.8172 18.9683C17.0952 18.987 17.3794 18.8901 17.5919 18.6777L18.6777 17.5919C19.0682 17.2014 19.0682 16.5682 18.6777 16.1777L12.6869 10.187C12.3037 9.79801 12.3036 9.17323 12.6865 8.78406L18.6777 2.7929C19.0682 2.40238 19.0682 1.76921 18.6777 1.37868L17.5919 0.292897C17.4019 0.102952 17.1546 0.00539363 16.9057 0.000220857C16.6428 -0.00528831 16.3781 0.0922701 16.1775 0.292896L10.1863 6.28416C9.79701 6.66694 9.17217 6.66662 8.78329 6.28318L2.79307 0.292907C2.61496 0.114795 2.38638 0.0179162 2.15336 0.00227038C1.87542 -0.0164342 1.59116 0.0804386 1.3787 0.292889L0.292897 1.37868Z"})))}};o.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{o as utrecht_icon_cross}
1
+ import{r,h as t}from"./p-17bfa2b7.js";const o=class{constructor(t){r(this,t)}render(){return t("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"-2 -3 24 24"},t("title",null,"Arrow"),t("g",null,t("path",{fill:"currentColor",d:"M0.292897 1.37868C-0.0976322 1.76921 -0.0976324 2.40238 0.292897 2.7929L6.28364 8.7836C6.66684 9.17256 6.66701 9.79731 6.28415 10.1865L0.292896 16.1777C-0.0976317 16.5682 -0.0976317 17.2014 0.292894 17.5919L1.37868 18.6777C1.54958 18.8486 1.76695 18.9447 1.99011 18.966C2.0399 18.9708 2.08998 18.9718 2.1399 18.9691C2.37756 18.9564 2.61153 18.8592 2.79307 18.6777L8.7843 12.6864C9.17359 12.3036 9.79842 12.304 10.1873 12.6874L16.1775 18.6777C16.3556 18.8558 16.5842 18.9527 16.8172 18.9683C17.0952 18.987 17.3794 18.8901 17.5919 18.6777L18.6777 17.5919C19.0682 17.2014 19.0682 16.5682 18.6777 16.1777L12.6869 10.187C12.3037 9.79801 12.3036 9.17323 12.6865 8.78406L18.6777 2.7929C19.0682 2.40238 19.0682 1.76921 18.6777 1.37868L17.5919 0.292897C17.4019 0.102952 17.1546 0.00539363 16.9057 0.000220857C16.6428 -0.00528831 16.3781 0.0922701 16.1775 0.292896L10.1863 6.28416C9.79701 6.66694 9.17217 6.66662 8.78329 6.28318L2.79307 0.292907C2.61496 0.114795 2.38638 0.0179162 2.15336 0.00227038C1.87542 -0.0164342 1.59116 0.0804386 1.3787 0.292889L0.292897 1.37868Z"})))}};o.style=":host{display:inline-block;height:var(--utrecht-icon-size);width:var(--utrecht-icon-size)}:host([hidden]){display:none !important}svg{color:var(--utrecht-icon-color, var(--utrecht-document-color, currentColor));height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{o as utrecht_icon_cross}
@@ -1 +1 @@
1
- import{r as t,h as r}from"./p-92f45053.js";const e=class{constructor(r){t(this,r)}render(){return r("h5",{class:"utrecht-heading-5"},r("slot",null))}};e.style=".utrecht-heading-5{color:var(--utrecht-heading-5-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-5-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-5-font-size);font-weight:var(--utrecht-heading-5-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-5-letter-spacing);line-height:var(--utrecht-heading-5-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-5-text-transform, inherit)}.utrecht-heading-5--distanced{margin-block-end:var(--utrecht-heading-5-margin-block-end);margin-block-start:var(--utrecht-heading-5-margin-block-start)}:host{display:block}:host([hidden]){display:none !important}";export{e as utrecht_heading_5}
1
+ import{r as t,h as r}from"./p-17bfa2b7.js";const e=class{constructor(r){t(this,r)}render(){return r("h5",{class:"utrecht-heading-5"},r("slot",null))}};e.style=".utrecht-heading-5{color:var(--utrecht-heading-5-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-5-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-5-font-size);font-weight:var(--utrecht-heading-5-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-5-letter-spacing);line-height:var(--utrecht-heading-5-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-5-text-transform, inherit)}.utrecht-heading-5--distanced{margin-block-end:var(--utrecht-heading-5-margin-block-end);margin-block-start:var(--utrecht-heading-5-margin-block-start)}:host{display:block}:host([hidden]){display:none !important}";export{e as utrecht_heading_5}
@@ -1 +1 @@
1
- import{r,h as t}from"./p-92f45053.js";import{c as e}from"./p-4070c1e5.js";const c=class{constructor(t){r(this,t)}render(){const{json:r,variant:c}=this;console.log(r);const o=r?JSON.parse(r):[];return t("nav",{class:e("utrecht-breadcrumb","arrows"===c&&"utrecht-breadcrumb--arrows")},t("ol",{class:"utrecht-breadcrumb__list",itemscope:!0,itemtype:"https://schema.org/BreadcrumbList"},o.map((({href:r,title:c,current:o},a)=>t("li",{key:r,class:"utrecht-breadcrumb__item",itemscope:!0,itemtype:"https://schema.org/ListItem",itemprop:"itemListElement"},t("a",{class:e("utrecht-breadcrumb__link","utrecht-link",o&&"utrecht-link--current"),href:r,"aria-current":o?"location":null,itemprop:"item"},t("span",{class:"utrecht-breadcrumb__text",itemprop:"name"},c),t("meta",{itemprop:"position",content:a+1})))))))}};c.style='.utrecht-breadcrumb{--utrecht-focus-background-color:var(--utrecht-breadcrumb-link-focus-background-color);--utrecht-link-background-color:var(--utrecht-breadcrumb-link-background-color);--utrecht-link-color:var(--utrecht-breadcrumb-link-color);--utrecht-link-focus-color:var(--utrecht-breadcrumb-link-focus-color, var(--utrecht-breadcrumb-link-color));--utrecht-link-focus-text-decoration:var(--utrecht-link-text-decoration);--utrecht-link-hover-color:var(--utrecht-breadcrumb-link-color);--utrecht-link-hover-text-decoration:var(--utrecht-link-text-decoration);--utrecht-link-visited-color:var(--utrecht-breadcrumb-link-color);--utrecht-link-visited-text-decoration:var(--utrecht-link-text-decoration);font-family:var(--utrecht-document-font-family, inherit);font-size:var(--utrecht-breadcrumb-font-size);text-transform:var(--utrecht-document-text-transform, inherit)}.utrecht-breadcrumb__list{block-size:var(--utrecht-breadcrumb-block-size);display:flex}ol.utrecht-breadcrumb__list{list-style:none;margin-block-end:0;margin-block-start:0;padding-inline-start:0}.utrecht-breadcrumb__item{block-size:100%}.utrecht-breadcrumb__link{background-color:var(--utrecht-breadcrumb-link-background-color);display:block;padding-block-end:var(--utrecht-breadcrumb-item-padding-block-end, 8px);padding-block-start:var(--utrecht-breadcrumb-item-padding-block-start, 8px);padding-inline-end:var(--utrecht-breadcrumb-item-padding-inline-end, 8px);padding-inline-start:var(--utrecht-breadcrumb-item-padding-inline-start, 8px)}.utrecht-breadcrumb--arrows{--utrecht-breadcrumb-arrow-size:24px;overflow:hidden}.utrecht-breadcrumb--arrows .utrecht-breadcrumb__link{padding-inline-end:0;position:relative}.utrecht-breadcrumb--arrows .utrecht-breadcrumb__link::after,.utrecht-breadcrumb--arrows .utrecht-breadcrumb__link::before{border-block-end-width:var(--utrecht-breadcrumb-block-size);border-block-start-width:var(--utrecht-breadcrumb-block-size);border-color:transparent;border-style:solid;content:" ";display:block;height:0;left:100%;margin-block-start:calc(-1 * var(--utrecht-breadcrumb-block-size));position:absolute;top:50%;width:0}.utrecht-breadcrumb--arrows .utrecht-breadcrumb__link::after{border-inline-start-color:var(--utrecht-breadcrumb-link-background-color);border-inline-start-width:var(--utrecht-breadcrumb-arrow-size);z-index:2}.utrecht-breadcrumb--arrows .utrecht-breadcrumb__link::before{border-inline-start-color:var(--utrecht-document-background-color);border-inline-start-width:var(--utrecht-breadcrumb-arrow-size);margin-block-start:calc(-1 * var(--utrecht-breadcrumb-block-size));margin-inline-start:1px;z-index:1}.utrecht-breadcrumb--arrows .utrecht-breadcrumb__link--focus::after,.utrecht-breadcrumb--arrows .utrecht-breadcrumb__link:focus::after{border-inline-start-color:var(--utrecht-breadcrumb-link-focus-background-color)}.utrecht-breadcrumb--arrows .utrecht-breadcrumb__item~.utrecht-breadcrumb__item .utrecht-breadcrumb__link{padding-inline-start:calc( var(--utrecht-breadcrumb-item-padding-inline-start) + var(--utrecht-breadcrumb-arrow-size) )}.utrecht-breadcrumb__item~.utrecht-breadcrumb__item{margin-inline-start:var(--utrecht-breadcrumb-item-divider-inline-size)}.utrecht-link{color:var(--utrecht-link-color, blue);text-decoration:var(--utrecht-link-text-decoration, underline)}.utrecht-link:visited,.utrecht-link--visited{color:var(--utrecht-link-visited-color, var(--utrecht-link-color))}.utrecht-link:hover,.utrecht-link--hover{color:var(--utrecht-link-hover-color, var(--utrecht-link-color));text-decoration:var(--utrecht-link-hover-text-decoration, var(--utrecht-link-text-decoration, underline))}.utrecht-link:active,.utrecht-link--active{color:var(--utrecht-link-active-color, var(--utrecht-link-color))}.utrecht-link:focus,.utrecht-link--focus{background-color:var(--utrecht-focus-background-color);box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);color:var(--utrecht-focus-color, inherit);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:0;outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0);color:var(--utrecht-link-focus-color, var(--utrecht-link-color));text-decoration:var(--utrecht-link-focus-text-decoration, var(--utrecht-link-text-decoration, underline))}.utrecht-link--telephone{white-space:nowrap}:host{display:block}:host([hidden]){display:none !important}';export{c as utrecht_breadcrumb}
1
+ import{r,h as t}from"./p-17bfa2b7.js";import{c as e}from"./p-4070c1e5.js";const c=class{constructor(t){r(this,t)}render(){const{json:r,variant:c}=this;console.log(r);const o=r?JSON.parse(r):[];return t("nav",{class:e("utrecht-breadcrumb","arrows"===c&&"utrecht-breadcrumb--arrows")},t("ol",{class:"utrecht-breadcrumb__list",itemscope:!0,itemtype:"https://schema.org/BreadcrumbList"},o.map((({href:r,title:c,current:o},a)=>t("li",{key:r,class:"utrecht-breadcrumb__item",itemscope:!0,itemtype:"https://schema.org/ListItem",itemprop:"itemListElement"},t("a",{class:e("utrecht-breadcrumb__link","utrecht-link",o&&"utrecht-link--current"),href:r,"aria-current":o?"location":null,itemprop:"item"},t("span",{class:"utrecht-breadcrumb__text",itemprop:"name"},c),t("meta",{itemprop:"position",content:a+1})))))))}};c.style='.utrecht-breadcrumb{--utrecht-focus-background-color:var(--utrecht-breadcrumb-link-focus-background-color);--utrecht-link-background-color:var(--utrecht-breadcrumb-link-background-color);--utrecht-link-color:var(--utrecht-breadcrumb-link-color);--utrecht-link-focus-color:var(--utrecht-breadcrumb-link-focus-color, var(--utrecht-breadcrumb-link-color));--utrecht-link-focus-text-decoration:var(--utrecht-link-text-decoration);--utrecht-link-hover-color:var(--utrecht-breadcrumb-link-color);--utrecht-link-hover-text-decoration:var(--utrecht-link-text-decoration);--utrecht-link-visited-color:var(--utrecht-breadcrumb-link-color);--utrecht-link-visited-text-decoration:var(--utrecht-link-text-decoration);font-family:var(--utrecht-document-font-family, inherit);font-size:var(--utrecht-breadcrumb-font-size);text-transform:var(--utrecht-document-text-transform, inherit)}.utrecht-breadcrumb__list{block-size:var(--utrecht-breadcrumb-block-size);display:flex}ol.utrecht-breadcrumb__list{list-style:none;margin-block-end:0;margin-block-start:0;padding-inline-start:0}.utrecht-breadcrumb__item{block-size:100%}.utrecht-breadcrumb__link{background-color:var(--utrecht-breadcrumb-link-background-color);display:block;padding-block-end:var(--utrecht-breadcrumb-item-padding-block-end, 8px);padding-block-start:var(--utrecht-breadcrumb-item-padding-block-start, 8px);padding-inline-end:var(--utrecht-breadcrumb-item-padding-inline-end, 8px);padding-inline-start:var(--utrecht-breadcrumb-item-padding-inline-start, 8px)}.utrecht-breadcrumb--arrows{--utrecht-breadcrumb-arrow-size:24px;overflow:hidden}.utrecht-breadcrumb--arrows .utrecht-breadcrumb__link{padding-inline-end:0;position:relative}.utrecht-breadcrumb--arrows .utrecht-breadcrumb__link::after,.utrecht-breadcrumb--arrows .utrecht-breadcrumb__link::before{border-block-end-width:var(--utrecht-breadcrumb-block-size);border-block-start-width:var(--utrecht-breadcrumb-block-size);border-color:transparent;border-style:solid;content:" ";display:block;height:0;left:100%;margin-block-start:calc(-1 * var(--utrecht-breadcrumb-block-size));position:absolute;top:50%;width:0}.utrecht-breadcrumb--arrows .utrecht-breadcrumb__link::after{border-inline-start-color:var(--utrecht-breadcrumb-link-background-color);border-inline-start-width:var(--utrecht-breadcrumb-arrow-size);z-index:2}.utrecht-breadcrumb--arrows .utrecht-breadcrumb__link::before{border-inline-start-color:var(--utrecht-document-background-color);border-inline-start-width:var(--utrecht-breadcrumb-arrow-size);margin-block-start:calc(-1 * var(--utrecht-breadcrumb-block-size));margin-inline-start:1px;z-index:1}.utrecht-breadcrumb--arrows .utrecht-breadcrumb__link--focus::after,.utrecht-breadcrumb--arrows .utrecht-breadcrumb__link:focus::after{border-inline-start-color:var(--utrecht-breadcrumb-link-focus-background-color)}.utrecht-breadcrumb--arrows .utrecht-breadcrumb__item~.utrecht-breadcrumb__item .utrecht-breadcrumb__link{padding-inline-start:calc( var(--utrecht-breadcrumb-item-padding-inline-start) + var(--utrecht-breadcrumb-arrow-size) )}.utrecht-breadcrumb__item~.utrecht-breadcrumb__item{margin-inline-start:var(--utrecht-breadcrumb-item-divider-inline-size)}.utrecht-link{color:var(--utrecht-link-color, blue);text-decoration:var(--utrecht-link-text-decoration, underline)}.utrecht-link:visited,.utrecht-link--visited{color:var(--utrecht-link-visited-color, var(--utrecht-link-color))}.utrecht-link:hover,.utrecht-link--hover{color:var(--utrecht-link-hover-color, var(--utrecht-link-color));text-decoration:var(--utrecht-link-hover-text-decoration, var(--utrecht-link-text-decoration, underline))}.utrecht-link:active,.utrecht-link--active{color:var(--utrecht-link-active-color, var(--utrecht-link-color))}.utrecht-link:focus,.utrecht-link--focus{background-color:var(--utrecht-focus-background-color);box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);color:var(--utrecht-focus-color, inherit);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:0;outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0);color:var(--utrecht-link-focus-color, var(--utrecht-link-color));text-decoration:var(--utrecht-link-focus-text-decoration, var(--utrecht-link-text-decoration, underline))}.utrecht-link--telephone{white-space:nowrap}:host{display:block}:host([hidden]){display:none !important}';export{c as utrecht_breadcrumb}
@@ -1 +1 @@
1
- import{r,h as t}from"./p-92f45053.js";import{c as i}from"./p-4070c1e5.js";const e=class{constructor(t){r(this,t),this.status=null}render(){const{status:r}=this;return t("div",{class:i("utrecht-form-field-description","valid"===r&&"utrecht-form-field-description--valid","invalid"===r&&"utrecht-form-field-description--invalid")},t("slot",null))}};e.style=".utrecht-form-field-description{font-family:var(--utrecht-document-font-family, inherit);font-size:var(--utrecht-form-field-description-font-size, inherit)}.utrecht-form-field-description--distanced{margin-block-end:var(--utrecht-form-field-description-margin-block-end, var(--utrecht-paragraph-margin-block-end));margin-block-start:var(--utrecht-form-field-description-margin-block-start, var(--utrecht-paragraph-margin-block-start))}.utrecht-form-field-description--invalid{color:var(--utrecht-form-field-description-invalid-color, var(--utrecht-feedback-invalid-color, var(--utrecht-feedback-danger-color)))}.utrecht-form-field-description--valid{color:var(--utrecht-form-field-description-valid-color, var(--utrecht-feedback-valid-color, var(--utrecht-feedback-safe-color)))}:host{display:block}:host([hidden]){display:none !important}";export{e as utrecht_form_field_description}
1
+ import{r,h as t}from"./p-17bfa2b7.js";import{c as i}from"./p-4070c1e5.js";const e=class{constructor(t){r(this,t),this.status=null}render(){const{status:r}=this;return t("div",{class:i("utrecht-form-field-description","valid"===r&&"utrecht-form-field-description--valid","invalid"===r&&"utrecht-form-field-description--invalid")},t("slot",null))}};e.style=".utrecht-form-field-description{font-family:var(--utrecht-document-font-family, inherit);font-size:var(--utrecht-form-field-description-font-size, inherit)}.utrecht-form-field-description--distanced{margin-block-end:var(--utrecht-form-field-description-margin-block-end, var(--utrecht-paragraph-margin-block-end));margin-block-start:var(--utrecht-form-field-description-margin-block-start, var(--utrecht-paragraph-margin-block-start))}.utrecht-form-field-description--invalid{color:var(--utrecht-form-field-description-invalid-color, var(--utrecht-feedback-invalid-color, var(--utrecht-feedback-danger-color)))}.utrecht-form-field-description--valid{color:var(--utrecht-form-field-description-valid-color, var(--utrecht-feedback-valid-color, var(--utrecht-feedback-safe-color)))}:host{display:block}:host([hidden]){display:none !important}";export{e as utrecht_form_field_description}
@@ -1 +1 @@
1
- import{r as t,h as r}from"./p-92f45053.js";const o=class{constructor(r){t(this,r)}render(){return r("div",{class:"utrecht-document"},r("slot",null))}};o.style=".utrecht-document{background-color:var(--utrecht-document-background-color, inherit);color:var(--utrecht-document-color, inherit);font-family:var(--utrecht-document-font-family, inherit);font-size:var(--utrecht-document-font-size, inherit);line-height:var(--utrecht-document-line-height, inherit)}:host{display:block}:host([hidden]){display:none !important}";export{o as utrecht_document}
1
+ import{r as t,h as r}from"./p-17bfa2b7.js";const o=class{constructor(r){t(this,r)}render(){return r("div",{class:"utrecht-document"},r("slot",null))}};o.style=".utrecht-document{background-color:var(--utrecht-document-background-color, inherit);color:var(--utrecht-document-color, inherit);font-family:var(--utrecht-document-font-family, inherit);font-size:var(--utrecht-document-font-size, inherit);line-height:var(--utrecht-document-line-height, inherit)}:host{display:block}:host([hidden]){display:none !important}";export{o as utrecht_document}