@utrecht/web-component-library-stencil 1.0.0-alpha.21 → 1.0.0-alpha.212
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +51 -0
- package/dist/cjs/{index-4628fffe.js → index-8c6952a4.js} +266 -74
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/utrecht-article.cjs.entry.js +3 -3
- package/dist/cjs/utrecht-backdrop.cjs.entry.js +21 -0
- package/dist/cjs/utrecht-badge-counter.cjs.entry.js +5 -5
- package/dist/cjs/utrecht-badge-data.cjs.entry.js +3 -3
- package/dist/cjs/utrecht-badge-status.cjs.entry.js +4 -4
- package/dist/cjs/utrecht-breadcrumb.cjs.entry.js +23 -0
- package/dist/cjs/utrecht-button_2.cjs.entry.js +58 -0
- package/dist/cjs/utrecht-checkbox.cjs.entry.js +32 -0
- package/dist/cjs/utrecht-contact-card-template.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-custom-checkbox.cjs.entry.js +52 -0
- package/dist/cjs/utrecht-digid-button.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-document.cjs.entry.js +3 -3
- package/dist/cjs/utrecht-eherkenning-logo.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-eidas-logo.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-form-field-checkbox.cjs.entry.js +34 -0
- package/dist/cjs/utrecht-form-field-description.cjs.entry.js +22 -0
- package/dist/cjs/utrecht-form-field-textarea.cjs.entry.js +34 -0
- package/dist/cjs/utrecht-form-field-textbox.cjs.entry.js +39 -0
- package/dist/cjs/utrecht-form-toggle.cjs.entry.js +48 -0
- package/dist/cjs/utrecht-heading-1.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-heading-2_3.cjs.entry.js +46 -0
- package/dist/cjs/utrecht-heading-4.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-heading-5.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-heading-6.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-heading.cjs.entry.js +3 -3
- package/dist/cjs/utrecht-html-content.cjs.entry.js +3 -3
- package/dist/cjs/utrecht-icon-afval.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-arrow.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-checkmark.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-cross.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-error.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-facebook.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-filter.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-information.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-instagram.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-linkedin.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-list.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-loupe.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-melding.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-paspoort.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-rijbewijs.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-toeslag.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-trouwen.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-twitter.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-verhuizen.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-warning.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-whatsapp.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-zoomin.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-zoomout.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-logo-button.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-logo.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-page-content.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-page-footer.cjs.entry.js +3 -3
- package/dist/cjs/utrecht-page-header.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-page.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-pagination.cjs.entry.js +38 -0
- package/dist/cjs/utrecht-separator.cjs.entry.js +3 -3
- package/dist/cjs/utrecht-sidenav.cjs.entry.js +4 -4
- package/dist/cjs/utrecht-textbox.cjs.entry.js +39 -0
- package/dist/cjs/utrecht.cjs.js +3 -3
- package/dist/collection/alternate-lang-nav/css/template.js +12 -0
- package/dist/collection/article/css/template.js +6 -0
- package/dist/collection/article/html/template.js +5 -0
- package/dist/collection/article/{bem.css → web-component/index.css} +12 -1
- package/dist/collection/article/{stencil.js → web-component/index.stencil.js} +3 -3
- package/dist/collection/article/web-component/template.js +1 -0
- package/dist/collection/backdrop/css/template.js +28 -0
- package/dist/collection/backdrop/web-component/index.css +33 -0
- package/dist/collection/backdrop/web-component/index.stencil.js +40 -0
- package/dist/collection/backdrop/web-component/template.js +17 -0
- package/dist/collection/badge-counter/css/template.js +7 -0
- package/dist/collection/badge-counter/{bem.css → web-component/index.css} +16 -2
- package/dist/collection/badge-counter/{stencil.js → web-component/index.stencil.js} +5 -5
- package/dist/collection/badge-counter/web-component/template.js +4 -0
- package/dist/collection/badge-data/css/template.js +6 -0
- package/dist/collection/badge-data/{bem.css → web-component/index.css} +15 -1
- package/dist/collection/badge-data/{stencil.js → web-component/index.stencil.js} +3 -3
- package/dist/collection/badge-data/web-component/template.js +1 -0
- package/dist/collection/badge-status/css/template.js +7 -0
- package/dist/collection/badge-status/{bem.css → web-component/index.css} +20 -1
- package/dist/collection/badge-status/{stencil.js → web-component/index.stencil.js} +4 -4
- package/dist/collection/badge-status/web-component/template.js +4 -0
- package/dist/collection/blockquote/css/template.js +24 -0
- package/dist/collection/blockquote/html/template.js +6 -0
- package/dist/collection/breadcrumb/css/template.js +41 -0
- package/dist/collection/breadcrumb/web-component/index.css +242 -0
- package/dist/collection/breadcrumb/web-component/index.stencil.js +62 -0
- package/dist/collection/breadcrumb/web-component/template.js +4 -0
- package/dist/collection/button/bem.js +37 -0
- package/dist/collection/button/html.js +17 -0
- package/dist/collection/button/stencil.css +106 -0
- package/dist/collection/button/stencil.js +93 -5
- package/dist/collection/button-group/css/template.js +13 -0
- package/dist/collection/button-link/css/template.js +25 -0
- package/dist/collection/checkbox/css/template.js +19 -0
- package/dist/collection/checkbox/html/template.js +14 -0
- package/dist/collection/checkbox/web-component/index.css +55 -0
- package/dist/collection/checkbox/web-component/index.stencil.js +164 -0
- package/dist/collection/checkbox/web-component/template.js +8 -0
- package/dist/collection/collection-manifest.json +62 -12
- package/dist/collection/custom-checkbox/css/template.js +46 -0
- package/dist/collection/custom-checkbox/web-component/index.css +184 -0
- package/dist/collection/custom-checkbox/web-component/index.stencil.js +205 -0
- package/dist/collection/custom-checkbox/web-component/template.js +22 -0
- package/dist/collection/digid-button/css/template.js +16 -0
- package/dist/collection/digid-button/web-component/index.css +32 -0
- package/dist/collection/digid-button/web-component/index.stencil.js +41 -0
- package/dist/collection/digid-button/web-component/template.js +1 -0
- package/dist/collection/digid-logo/web-component/index.css +18 -0
- package/dist/collection/digid-logo/web-component/index.stencil.js +23 -0
- package/dist/collection/digid-logo/web-component/template.js +1 -0
- package/dist/collection/document/web-component/index.css +33 -0
- package/dist/collection/document/{stencil.js → web-component/index.stencil.js} +3 -3
- package/dist/collection/document/web-component/template.js +1 -0
- package/dist/collection/eherkenning-logo/web-component/index.css +18 -0
- package/dist/collection/eherkenning-logo/web-component/index.stencil.js +26 -0
- package/dist/collection/eherkenning-logo/web-component/template.js +1 -0
- package/dist/collection/eidas-logo/web-component/index.css +18 -0
- package/dist/collection/eidas-logo/web-component/index.stencil.js +28 -0
- package/dist/collection/eidas-logo/web-component/template.js +1 -0
- package/dist/collection/emphasis/css/template.js +19 -0
- package/dist/collection/emphasis/html/template.js +20 -0
- package/dist/collection/favicon/html/template.js +1 -0
- package/dist/collection/form-field-checkbox/css/template.js +10 -0
- package/dist/collection/form-field-checkbox/web-component/index.css +106 -0
- package/dist/collection/form-field-checkbox/web-component/index.stencil.js +190 -0
- package/dist/collection/form-field-checkbox/web-component/template.js +18 -0
- package/dist/collection/form-field-checkbox-group/css/template.js +33 -0
- package/dist/collection/form-field-description/css/template.js +15 -0
- package/dist/collection/form-field-description/web-component/index.css +39 -0
- package/dist/collection/form-field-description/web-component/index.stencil.js +44 -0
- package/dist/collection/form-field-description/web-component/template.js +4 -0
- package/dist/collection/form-field-radio/css/template.js +10 -0
- package/dist/collection/form-field-radio-group/css/template.js +20 -0
- package/dist/collection/form-field-textarea/web-component/index.css +128 -0
- package/dist/collection/form-field-textarea/web-component/index.stencil.js +205 -0
- package/dist/collection/form-field-textarea/web-component/template.js +14 -0
- package/dist/collection/form-field-textbox/web-component/index.css +135 -0
- package/dist/collection/form-field-textbox/web-component/index.stencil.js +300 -0
- package/dist/collection/form-field-textbox/web-component/template.js +21 -0
- package/dist/collection/form-fieldset/css/template.js +10 -0
- package/dist/collection/form-fieldset/html/template.js +12 -0
- package/dist/collection/form-label/css/template.js +22 -0
- package/dist/collection/form-label/html/template.js +5 -0
- package/dist/collection/form-toggle/css/template.js +47 -0
- package/dist/collection/form-toggle/web-component/index.css +115 -0
- package/dist/collection/form-toggle/web-component/index.stencil.js +148 -0
- package/dist/collection/form-toggle/web-component/template.js +7 -0
- package/dist/collection/heading/{bem.css → web-component/index.css} +72 -37
- package/dist/collection/heading/{stencil.js → web-component/index.stencil.js} +3 -3
- package/dist/collection/heading/web-component/template.js +4 -0
- package/dist/collection/heading-1/css/template.js +11 -0
- package/dist/collection/heading-1/html/template.js +4 -0
- package/dist/collection/heading-1/web-component/index.css +34 -0
- package/dist/collection/heading-1/web-component/index.stencil.js +15 -0
- package/dist/collection/heading-1/web-component/template.js +4 -0
- package/dist/collection/heading-2/css/template.js +11 -0
- package/dist/collection/heading-2/html/template.js +4 -0
- package/dist/collection/heading-2/web-component/index.css +34 -0
- package/dist/collection/heading-2/web-component/index.stencil.js +15 -0
- package/dist/collection/heading-2/web-component/template.js +4 -0
- package/dist/collection/heading-3/css/template.js +11 -0
- package/dist/collection/heading-3/html/template.js +4 -0
- package/dist/collection/heading-3/web-component/index.css +34 -0
- package/dist/collection/heading-3/web-component/index.stencil.js +15 -0
- package/dist/collection/heading-3/web-component/template.js +4 -0
- package/dist/collection/heading-4/css/template.js +11 -0
- package/dist/collection/heading-4/html/template.js +4 -0
- package/dist/collection/heading-4/web-component/index.css +34 -0
- package/dist/collection/heading-4/web-component/index.stencil.js +15 -0
- package/dist/collection/heading-4/web-component/template.js +4 -0
- package/dist/collection/heading-5/css/template.js +11 -0
- package/dist/collection/heading-5/html/template.js +4 -0
- package/dist/collection/heading-5/web-component/index.css +34 -0
- package/dist/collection/heading-5/web-component/index.stencil.js +15 -0
- package/dist/collection/heading-5/web-component/template.js +4 -0
- package/dist/collection/heading-6/css/template.js +11 -0
- package/dist/collection/heading-6/html/template.js +4 -0
- package/dist/collection/heading-6/web-component/index.css +34 -0
- package/dist/collection/heading-6/web-component/index.stencil.js +15 -0
- package/dist/collection/heading-6/web-component/template.js +4 -0
- package/dist/collection/html-content/stencil.css +1209 -0
- package/dist/collection/html-content/stencil.js +3 -3
- package/dist/collection/icon/dist/afval.svg +1 -0
- package/dist/collection/icon/dist/arrow.svg +1 -0
- package/dist/collection/icon/dist/checkmark.svg +1 -0
- package/dist/collection/icon/dist/cross.svg +1 -0
- package/dist/collection/icon/dist/error.svg +1 -0
- package/dist/collection/icon/dist/facebook.svg +1 -0
- package/dist/collection/icon/dist/filter.svg +1 -0
- package/dist/collection/icon/dist/information.svg +1 -0
- package/dist/collection/icon/dist/instagram.svg +1 -0
- package/dist/collection/icon/dist/linkedin.svg +1 -0
- package/dist/collection/icon/dist/list.svg +1 -0
- package/dist/collection/icon/dist/loupe.svg +1 -0
- package/dist/collection/icon/dist/melding.svg +1 -0
- package/dist/collection/icon/dist/paspoort.svg +1 -0
- package/dist/collection/icon/dist/rijbewijs.svg +1 -0
- package/dist/collection/icon/dist/toeslag.svg +1 -0
- package/dist/collection/icon/dist/trouwen.svg +1 -0
- package/dist/collection/icon/dist/twitter.svg +1 -0
- package/dist/collection/icon/dist/verhuizen.svg +1 -0
- package/dist/collection/icon/dist/warning.svg +1 -0
- package/dist/collection/icon/dist/whatsapp.svg +1 -0
- package/dist/collection/icon/dist/zoomin.svg +1 -0
- package/dist/collection/icon/dist/zoomout.svg +1 -0
- package/dist/collection/icon/svg/afval.svg +7 -0
- package/dist/collection/icon/svg/arrow.svg +9 -0
- package/dist/collection/icon/svg/checkmark.svg +9 -0
- package/dist/collection/icon/svg/cross.svg +9 -0
- package/dist/collection/icon/svg/error.svg +15 -0
- package/dist/collection/icon/svg/facebook.svg +9 -0
- package/dist/collection/icon/svg/filter.svg +6 -0
- package/dist/collection/icon/svg/information.svg +14 -0
- package/dist/collection/icon/svg/instagram.svg +16 -0
- package/dist/collection/icon/svg/linkedin.svg +14 -0
- package/dist/collection/icon/svg/list.svg +9 -0
- package/dist/collection/icon/svg/loupe.svg +11 -0
- package/dist/collection/icon/svg/melding.svg +5 -0
- package/dist/collection/icon/svg/paspoort.svg +5 -0
- package/dist/collection/icon/svg/rijbewijs.svg +8 -0
- package/dist/collection/icon/svg/toeslag.svg +5 -0
- package/dist/collection/icon/svg/trouwen.svg +4 -0
- package/dist/collection/icon/svg/twitter.svg +9 -0
- package/dist/collection/icon/svg/verhuizen.svg +9 -0
- package/dist/collection/icon/svg/warning.svg +19 -0
- package/dist/collection/icon/svg/whatsapp.svg +9 -0
- package/dist/collection/icon/svg/zoomin.svg +13 -0
- package/dist/collection/icon/svg/zoomout.svg +9 -0
- package/dist/collection/icon/web-component/afval.stencil.js +19 -0
- package/dist/collection/icon/web-component/arrow.stencil.js +17 -0
- package/dist/collection/icon/web-component/checkmark.stencil.js +16 -0
- package/dist/collection/icon/web-component/cross.stencil.js +17 -0
- package/dist/collection/icon/web-component/error.stencil.js +18 -0
- package/dist/collection/icon/web-component/facebook.stencil.js +17 -0
- package/dist/collection/icon/web-component/filter.stencil.js +18 -0
- package/dist/collection/icon/web-component/index.css +20 -0
- package/dist/collection/icon/web-component/information.stencil.js +19 -0
- package/dist/collection/icon/web-component/instagram.stencil.js +19 -0
- package/dist/collection/icon/web-component/linkedin.stencil.js +18 -0
- package/dist/collection/icon/web-component/list.stencil.js +21 -0
- package/dist/collection/icon/web-component/loupe.stencil.js +17 -0
- package/dist/collection/icon/web-component/melding.stencil.js +17 -0
- package/dist/collection/icon/web-component/paspoort.stencil.js +17 -0
- package/dist/collection/icon/web-component/rijbewijs.stencil.js +20 -0
- package/dist/collection/icon/web-component/template.js +7 -0
- package/dist/collection/icon/web-component/toeslag.stencil.js +17 -0
- package/dist/collection/icon/web-component/trouwen.stencil.js +16 -0
- package/dist/collection/icon/web-component/twitter.stencil.js +17 -0
- package/dist/collection/icon/web-component/verhuizen.stencil.js +21 -0
- package/dist/collection/icon/web-component/warning.stencil.js +19 -0
- package/dist/collection/icon/web-component/whatsapp.stencil.js +17 -0
- package/dist/collection/icon/web-component/zoomin.stencil.js +18 -0
- package/dist/collection/icon/web-component/zoomout.stencil.js +17 -0
- package/dist/collection/link/css/template.js +57 -0
- package/dist/collection/link/html/template.js +11 -0
- package/dist/collection/link-button/css/template.js +42 -0
- package/dist/collection/link-list/css/template.js +10 -0
- package/dist/collection/link-social/css/template.js +20 -0
- package/dist/collection/logo/css/template.js +33 -0
- package/dist/collection/logo/web-component/index.css +33 -0
- package/dist/collection/logo/web-component/index.stencil.js +26 -0
- package/dist/collection/logo/web-component/template.js +1 -0
- package/dist/collection/logo-button/css/template.js +17 -0
- package/dist/collection/logo-button/web-component/index.css +31 -0
- package/dist/collection/logo-button/web-component/index.stencil.js +41 -0
- package/dist/collection/logo-button/web-component/template.js +1 -0
- package/dist/collection/mapcontrolbutton/css/template.js +34 -0
- package/dist/collection/menulijst/css/template.js +18 -0
- package/dist/collection/navigatie sidenav/css/template.js +69 -0
- package/dist/collection/navigatie sidenav/web-component/index.css +189 -0
- package/dist/collection/navigatie sidenav/web-component/index.stencil.js +45 -0
- package/dist/collection/navigatie sidenav/web-component/template.js +1 -0
- package/dist/collection/navigatie topnav/css/template.js +26 -0
- package/dist/collection/node_modules/@trysound/sax/lib/sax.js +1413 -0
- package/dist/collection/node_modules/commander/index.js +2217 -0
- package/dist/collection/node_modules/css-tree/data/index.js +103 -0
- package/dist/collection/node_modules/css-tree/dist/csstree.js +12606 -0
- package/dist/collection/node_modules/css-tree/dist/csstree.min.js +1 -0
- package/dist/collection/node_modules/css-tree/lib/common/List.js +576 -0
- package/dist/collection/node_modules/css-tree/lib/common/OffsetToLocation.js +91 -0
- package/dist/collection/node_modules/css-tree/lib/common/SyntaxError.js +82 -0
- package/dist/collection/node_modules/css-tree/lib/common/TokenStream.js +219 -0
- package/dist/collection/node_modules/css-tree/lib/common/adopt-buffer.js +10 -0
- package/dist/collection/node_modules/css-tree/lib/convertor/create.js +28 -0
- package/dist/collection/node_modules/css-tree/lib/convertor/index.js +3 -0
- package/dist/collection/node_modules/css-tree/lib/definition-syntax/SyntaxError.js +14 -0
- package/dist/collection/node_modules/css-tree/lib/definition-syntax/generate.js +129 -0
- package/dist/collection/node_modules/css-tree/lib/definition-syntax/index.js +6 -0
- package/dist/collection/node_modules/css-tree/lib/definition-syntax/parse.js +568 -0
- package/dist/collection/node_modules/css-tree/lib/definition-syntax/tokenizer.js +55 -0
- package/dist/collection/node_modules/css-tree/lib/definition-syntax/walk.js +52 -0
- package/dist/collection/node_modules/css-tree/lib/generator/create.js +66 -0
- package/dist/collection/node_modules/css-tree/lib/generator/index.js +4 -0
- package/dist/collection/node_modules/css-tree/lib/generator/sourceMap.js +95 -0
- package/dist/collection/node_modules/css-tree/lib/index.js +1 -0
- package/dist/collection/node_modules/css-tree/lib/lexer/Lexer.js +466 -0
- package/dist/collection/node_modules/css-tree/lib/lexer/error.js +127 -0
- package/dist/collection/node_modules/css-tree/lib/lexer/generic-an-plus-b.js +236 -0
- package/dist/collection/node_modules/css-tree/lib/lexer/generic-urange.js +159 -0
- package/dist/collection/node_modules/css-tree/lib/lexer/generic.js +585 -0
- package/dist/collection/node_modules/css-tree/lib/lexer/index.js +3 -0
- package/dist/collection/node_modules/css-tree/lib/lexer/match-graph.js +455 -0
- package/dist/collection/node_modules/css-tree/lib/lexer/match.js +639 -0
- package/dist/collection/node_modules/css-tree/lib/lexer/prepare-tokens.js +73 -0
- package/dist/collection/node_modules/css-tree/lib/lexer/search.js +65 -0
- package/dist/collection/node_modules/css-tree/lib/lexer/structure.js +163 -0
- package/dist/collection/node_modules/css-tree/lib/lexer/trace.js +79 -0
- package/dist/collection/node_modules/css-tree/lib/parser/create.js +304 -0
- package/dist/collection/node_modules/css-tree/lib/parser/index.js +4 -0
- package/dist/collection/node_modules/css-tree/lib/parser/sequence.js +54 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/atrule/font-face.js +8 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/atrule/import.js +40 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/atrule/index.js +7 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/atrule/media.js +12 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/atrule/page.js +12 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/atrule/supports.js +89 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/config/lexer.js +9 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/config/mix.js +140 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/config/parser.js +25 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/config/walker.js +3 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/create.js +77 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/function/expression.js +7 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/function/var.js +43 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/index.js +21 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/AnPlusB.js +297 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Atrule.js +107 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/AtrulePrelude.js +51 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/AttributeSelector.js +165 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Block.js +91 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Brackets.js +34 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/CDC.js +19 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/CDO.js +19 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/ClassSelector.js +29 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Combinator.js +55 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Comment.js +36 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Declaration.js +169 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/DeclarationList.js +49 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Dimension.js +29 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Function.js +40 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Hash.js +26 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/IdSelector.js +27 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Identifier.js +20 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/MediaFeature.js +76 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/MediaQuery.js +68 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/MediaQueryList.js +36 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Nth.js +51 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Number.js +18 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Operator.js +21 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Parentheses.js +34 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Percentage.js +27 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/PseudoClassSelector.js +61 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/PseudoElementSelector.js +62 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Ratio.js +66 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Raw.js +87 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Rule.js +54 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Selector.js +32 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/SelectorList.js +39 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/String.js +18 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/StyleSheet.js +81 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/TypeSelector.js +53 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/UnicodeRange.js +173 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Url.js +69 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/Value.js +19 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/WhiteSpace.js +26 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/node/index.js +42 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/common/nth.js +9 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/common/nthWithOfClause.js +9 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/common/selectorList.js +7 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/dir.js +7 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/has.js +7 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/index.js +12 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/lang.js +7 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/matches.js +1 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/not.js +1 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/nth-child.js +1 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/nth-last-child.js +1 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/nth-last-of-type.js +1 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/nth-of-type.js +1 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/slotted.js +7 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/scope/atrulePrelude.js +3 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/scope/default.js +87 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/scope/index.js +5 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/scope/selector.js +80 -0
- package/dist/collection/node_modules/css-tree/lib/syntax/scope/value.js +5 -0
- package/dist/collection/node_modules/css-tree/lib/tokenizer/char-code-definitions.js +249 -0
- package/dist/collection/node_modules/css-tree/lib/tokenizer/const.js +40 -0
- package/dist/collection/node_modules/css-tree/lib/tokenizer/index.js +591 -0
- package/dist/collection/node_modules/css-tree/lib/tokenizer/utils.js +243 -0
- package/dist/collection/node_modules/css-tree/lib/utils/clone.js +21 -0
- package/dist/collection/node_modules/css-tree/lib/utils/createCustomError.js +17 -0
- package/dist/collection/node_modules/css-tree/lib/utils/names.js +104 -0
- package/dist/collection/node_modules/css-tree/lib/walker/create.js +284 -0
- package/dist/collection/node_modules/css-tree/lib/walker/index.js +4 -0
- package/dist/collection/node_modules/mdn-data/api/index.js +3 -0
- package/dist/collection/node_modules/mdn-data/css/index.js +8 -0
- package/dist/collection/node_modules/mdn-data/index.js +5 -0
- package/dist/collection/node_modules/mdn-data/l10n/index.js +3 -0
- package/dist/collection/node_modules/source-map/dist/source-map.debug.js +3234 -0
- package/dist/collection/node_modules/source-map/dist/source-map.js +3233 -0
- package/dist/collection/node_modules/source-map/dist/source-map.min.js +2 -0
- package/dist/collection/node_modules/source-map/lib/array-set.js +121 -0
- package/dist/collection/node_modules/source-map/lib/base64-vlq.js +140 -0
- package/dist/collection/node_modules/source-map/lib/base64.js +67 -0
- package/dist/collection/node_modules/source-map/lib/binary-search.js +111 -0
- package/dist/collection/node_modules/source-map/lib/mapping-list.js +79 -0
- package/dist/collection/node_modules/source-map/lib/quick-sort.js +114 -0
- package/dist/collection/node_modules/source-map/lib/source-map-consumer.js +1145 -0
- package/dist/collection/node_modules/source-map/lib/source-map-generator.js +425 -0
- package/dist/collection/node_modules/source-map/lib/source-node.js +413 -0
- package/dist/collection/node_modules/source-map/lib/util.js +488 -0
- package/dist/collection/node_modules/source-map/source-map.js +8 -0
- package/dist/collection/node_modules/svgo/dist/svgo.browser.js +1 -0
- package/dist/collection/node_modules/svgo/lib/css-tools.js +239 -0
- package/dist/collection/node_modules/svgo/lib/parser.js +259 -0
- package/dist/collection/node_modules/svgo/lib/path.js +347 -0
- package/dist/collection/node_modules/svgo/lib/stringifier.js +326 -0
- package/dist/collection/node_modules/svgo/lib/style.js +283 -0
- package/dist/collection/node_modules/svgo/lib/svgo/coa.js +517 -0
- package/dist/collection/node_modules/svgo/lib/svgo/config.js +138 -0
- package/dist/collection/node_modules/svgo/lib/svgo/css-class-list.js +72 -0
- package/dist/collection/node_modules/svgo/lib/svgo/css-select-adapter.js +120 -0
- package/dist/collection/node_modules/svgo/lib/svgo/css-style-declaration.js +232 -0
- package/dist/collection/node_modules/svgo/lib/svgo/jsAPI.js +443 -0
- package/dist/collection/node_modules/svgo/lib/svgo/plugins.js +109 -0
- package/dist/collection/node_modules/svgo/lib/svgo/tools.js +137 -0
- package/dist/collection/node_modules/svgo/lib/svgo-node.js +106 -0
- package/dist/collection/node_modules/svgo/lib/svgo.js +83 -0
- package/dist/collection/node_modules/svgo/lib/xast.js +102 -0
- package/dist/collection/node_modules/svgo/plugins/_applyTransforms.js +335 -0
- package/dist/collection/node_modules/svgo/plugins/_collections.js +2168 -0
- package/dist/collection/node_modules/svgo/plugins/_path.js +816 -0
- package/dist/collection/node_modules/svgo/plugins/_transforms.js +379 -0
- package/dist/collection/node_modules/svgo/plugins/addAttributesToSVGElement.js +87 -0
- package/dist/collection/node_modules/svgo/plugins/addClassesToSVGElement.js +87 -0
- package/dist/collection/node_modules/svgo/plugins/cleanupAttrs.js +55 -0
- package/dist/collection/node_modules/svgo/plugins/cleanupEnableBackground.js +75 -0
- package/dist/collection/node_modules/svgo/plugins/cleanupIDs.js +297 -0
- package/dist/collection/node_modules/svgo/plugins/cleanupListOfValues.js +154 -0
- package/dist/collection/node_modules/svgo/plugins/cleanupNumericValues.js +113 -0
- package/dist/collection/node_modules/svgo/plugins/collapseGroups.js +135 -0
- package/dist/collection/node_modules/svgo/plugins/convertColors.js +152 -0
- package/dist/collection/node_modules/svgo/plugins/convertEllipseToCircle.js +39 -0
- package/dist/collection/node_modules/svgo/plugins/convertPathData.js +1023 -0
- package/dist/collection/node_modules/svgo/plugins/convertShapeToPath.js +175 -0
- package/dist/collection/node_modules/svgo/plugins/convertStyleToAttrs.js +132 -0
- package/dist/collection/node_modules/svgo/plugins/convertTransform.js +432 -0
- package/dist/collection/node_modules/svgo/plugins/inlineStyles.js +379 -0
- package/dist/collection/node_modules/svgo/plugins/mergePaths.js +104 -0
- package/dist/collection/node_modules/svgo/plugins/mergeStyles.js +93 -0
- package/dist/collection/node_modules/svgo/plugins/minifyStyles.js +148 -0
- package/dist/collection/node_modules/svgo/plugins/moveElemsAttrsToGroup.js +130 -0
- package/dist/collection/node_modules/svgo/plugins/moveGroupAttrsToElems.js +62 -0
- package/dist/collection/node_modules/svgo/plugins/plugins.js +56 -0
- package/dist/collection/node_modules/svgo/plugins/prefixIds.js +241 -0
- package/dist/collection/node_modules/svgo/plugins/preset-default.js +80 -0
- package/dist/collection/node_modules/svgo/plugins/removeAttributesBySelector.js +99 -0
- package/dist/collection/node_modules/svgo/plugins/removeAttrs.js +159 -0
- package/dist/collection/node_modules/svgo/plugins/removeComments.js +31 -0
- package/dist/collection/node_modules/svgo/plugins/removeDesc.js +41 -0
- package/dist/collection/node_modules/svgo/plugins/removeDimensions.js +43 -0
- package/dist/collection/node_modules/svgo/plugins/removeDoctype.js +42 -0
- package/dist/collection/node_modules/svgo/plugins/removeEditorsNSData.js +68 -0
- package/dist/collection/node_modules/svgo/plugins/removeElementsByAttr.js +78 -0
- package/dist/collection/node_modules/svgo/plugins/removeEmptyAttrs.js +33 -0
- package/dist/collection/node_modules/svgo/plugins/removeEmptyContainers.js +58 -0
- package/dist/collection/node_modules/svgo/plugins/removeEmptyText.js +57 -0
- package/dist/collection/node_modules/svgo/plugins/removeHiddenElems.js +318 -0
- package/dist/collection/node_modules/svgo/plugins/removeMetadata.js +29 -0
- package/dist/collection/node_modules/svgo/plugins/removeNonInheritableGroupAttrs.js +38 -0
- package/dist/collection/node_modules/svgo/plugins/removeOffCanvasPaths.js +138 -0
- package/dist/collection/node_modules/svgo/plugins/removeRasterImages.js +33 -0
- package/dist/collection/node_modules/svgo/plugins/removeScriptElement.js +29 -0
- package/dist/collection/node_modules/svgo/plugins/removeStyleElement.js +29 -0
- package/dist/collection/node_modules/svgo/plugins/removeTitle.js +29 -0
- package/dist/collection/node_modules/svgo/plugins/removeUnknownsAndDefaults.js +218 -0
- package/dist/collection/node_modules/svgo/plugins/removeUnusedNS.js +61 -0
- package/dist/collection/node_modules/svgo/plugins/removeUselessDefs.js +65 -0
- package/dist/collection/node_modules/svgo/plugins/removeUselessStrokeAndFill.js +144 -0
- package/dist/collection/node_modules/svgo/plugins/removeViewBox.js +51 -0
- package/dist/collection/node_modules/svgo/plugins/removeXMLNS.js +30 -0
- package/dist/collection/node_modules/svgo/plugins/removeXMLProcInst.js +30 -0
- package/dist/collection/node_modules/svgo/plugins/reusePaths.js +113 -0
- package/dist/collection/node_modules/svgo/plugins/sortAttrs.js +113 -0
- package/dist/collection/node_modules/svgo/plugins/sortDefsChildren.js +60 -0
- package/dist/collection/ordered-list/css/template.js +11 -0
- package/dist/collection/ordered-list/html/template.js +17 -0
- package/dist/collection/page/css/template.js +6 -0
- package/dist/collection/page/web-component/index.css +30 -0
- package/dist/collection/page/web-component/index.stencil.js +20 -0
- package/dist/collection/page/web-component/template.js +5 -0
- package/dist/collection/page-content/css/template.js +10 -0
- package/dist/collection/page-content/web-component/index.css +31 -0
- package/dist/collection/page-content/web-component/index.stencil.js +20 -0
- package/dist/collection/page-content/web-component/template.js +1 -0
- package/dist/collection/page-footer/css/template.js +7 -0
- package/dist/collection/page-footer/{bem.css → web-component/index.css} +30 -12
- package/dist/collection/page-footer/{stencil.js → web-component/index.stencil.js} +3 -3
- package/dist/collection/page-footer/web-component/template.js +1 -0
- package/dist/collection/page-header/css/template.js +6 -0
- package/dist/collection/page-header/web-component/index.css +30 -0
- package/dist/collection/page-header/web-component/stencil.js +20 -0
- package/dist/collection/page-header/web-component/template.js +1 -0
- package/dist/collection/pagination/css/template.js +54 -0
- package/dist/collection/pagination/web-component/index.css +118 -0
- package/dist/collection/pagination/web-component/index.stencil.js +110 -0
- package/dist/collection/pagination/web-component/template.js +7 -0
- package/dist/collection/paragraph/css/template.js +22 -0
- package/dist/collection/paragraph/html/template.js +11 -0
- package/dist/collection/paragraph/{bem.css → web-component/index.css} +18 -3
- package/dist/collection/paragraph/{stencil.js → web-component/index.stencil.js} +5 -5
- package/dist/collection/paragraph/web-component/template.js +12 -0
- package/dist/collection/pre-heading/css/template.js +15 -0
- package/dist/collection/radio-button/css/template.js +19 -0
- package/dist/collection/radio-button/html/template.js +19 -0
- package/dist/collection/search-bar/css/template.js +15 -0
- package/dist/collection/select/css/template.js +39 -0
- package/dist/collection/select/html/template.js +26 -0
- package/dist/collection/separator/css/template.js +16 -0
- package/dist/collection/separator/html/template.js +4 -0
- package/dist/collection/separator/{bem.css → web-component/index.css} +18 -4
- package/dist/collection/separator/{stencil.js → web-component/index.stencil.js} +3 -3
- package/dist/collection/separator/web-component/template.js +1 -0
- package/dist/collection/surface/css/template.js +8 -0
- package/dist/collection/table/html/template.js +41 -0
- package/dist/collection/templates/contact-card-template/css/template.js +30 -0
- package/dist/collection/templates/contact-card-template/web-component/index.css +178 -0
- package/dist/collection/templates/contact-card-template/web-component/index.stencil.js +25 -0
- package/dist/collection/templates/contact-card-template/web-component/template.js +1 -0
- package/dist/collection/textarea/css/template.js +35 -0
- package/dist/collection/textarea/html/template.js +20 -0
- package/dist/collection/textbox/css/template.js +37 -0
- package/dist/collection/textbox/html/template.js +36 -0
- package/dist/collection/textbox/web-component/index.css +98 -0
- package/dist/collection/textbox/web-component/index.stencil.js +297 -0
- package/dist/collection/textbox/web-component/template.js +20 -0
- package/dist/collection/toptask-link/css/template.js +33 -0
- package/dist/collection/toptask-nav/css/template.js +50 -0
- package/dist/collection/unordered-list/css/template.js +28 -0
- package/dist/collection/unordered-list/html/template.js +22 -0
- package/dist/collection/url/css/template.js +14 -0
- package/dist/custom-elements/index.d.ts +300 -0
- package/dist/custom-elements/index.js +1075 -88
- package/dist/esm/{index-73546a7d.js → index-86b2856e.js} +265 -75
- package/dist/esm/loader.js +3 -3
- package/dist/esm/polyfills/css-shim.js +1 -1
- package/dist/esm/utrecht-article.entry.js +3 -3
- package/dist/esm/utrecht-backdrop.entry.js +17 -0
- package/dist/esm/utrecht-badge-counter.entry.js +5 -5
- package/dist/esm/utrecht-badge-data.entry.js +3 -3
- package/dist/esm/utrecht-badge-status.entry.js +4 -4
- package/dist/esm/utrecht-breadcrumb.entry.js +19 -0
- package/dist/esm/utrecht-button_2.entry.js +53 -0
- package/dist/esm/utrecht-checkbox.entry.js +28 -0
- package/dist/esm/utrecht-contact-card-template.entry.js +15 -0
- package/dist/esm/utrecht-custom-checkbox.entry.js +48 -0
- package/dist/esm/utrecht-digid-button.entry.js +15 -0
- package/dist/esm/utrecht-document.entry.js +3 -3
- package/dist/esm/utrecht-eherkenning-logo.entry.js +15 -0
- package/dist/esm/utrecht-eidas-logo.entry.js +15 -0
- package/dist/esm/utrecht-form-field-checkbox.entry.js +30 -0
- package/dist/esm/utrecht-form-field-description.entry.js +18 -0
- package/dist/esm/utrecht-form-field-textarea.entry.js +30 -0
- package/dist/esm/utrecht-form-field-textbox.entry.js +35 -0
- package/dist/esm/utrecht-form-toggle.entry.js +44 -0
- package/dist/esm/utrecht-heading-1.entry.js +15 -0
- package/dist/esm/utrecht-heading-2_3.entry.js +40 -0
- package/dist/esm/utrecht-heading-4.entry.js +15 -0
- package/dist/esm/utrecht-heading-5.entry.js +15 -0
- package/dist/esm/utrecht-heading-6.entry.js +15 -0
- package/dist/esm/utrecht-heading.entry.js +3 -3
- package/dist/esm/utrecht-html-content.entry.js +3 -3
- package/dist/esm/utrecht-icon-afval.entry.js +15 -0
- package/dist/esm/utrecht-icon-arrow.entry.js +15 -0
- package/dist/esm/utrecht-icon-checkmark.entry.js +15 -0
- package/dist/esm/utrecht-icon-cross.entry.js +15 -0
- package/dist/esm/utrecht-icon-error.entry.js +15 -0
- package/dist/esm/utrecht-icon-facebook.entry.js +15 -0
- package/dist/esm/utrecht-icon-filter.entry.js +15 -0
- package/dist/esm/utrecht-icon-information.entry.js +15 -0
- package/dist/esm/utrecht-icon-instagram.entry.js +15 -0
- package/dist/esm/utrecht-icon-linkedin.entry.js +15 -0
- package/dist/esm/utrecht-icon-list.entry.js +15 -0
- package/dist/esm/utrecht-icon-loupe.entry.js +15 -0
- package/dist/esm/utrecht-icon-melding.entry.js +15 -0
- package/dist/esm/utrecht-icon-paspoort.entry.js +15 -0
- package/dist/esm/utrecht-icon-rijbewijs.entry.js +15 -0
- package/dist/esm/utrecht-icon-toeslag.entry.js +15 -0
- package/dist/esm/utrecht-icon-trouwen.entry.js +15 -0
- package/dist/esm/utrecht-icon-twitter.entry.js +15 -0
- package/dist/esm/utrecht-icon-verhuizen.entry.js +15 -0
- package/dist/esm/utrecht-icon-warning.entry.js +15 -0
- package/dist/esm/utrecht-icon-whatsapp.entry.js +15 -0
- package/dist/esm/utrecht-icon-zoomin.entry.js +15 -0
- package/dist/esm/utrecht-icon-zoomout.entry.js +15 -0
- package/dist/esm/utrecht-logo-button.entry.js +15 -0
- package/dist/esm/utrecht-logo.entry.js +15 -0
- package/dist/esm/utrecht-page-content.entry.js +15 -0
- package/dist/esm/utrecht-page-footer.entry.js +3 -3
- package/dist/esm/utrecht-page-header.entry.js +15 -0
- package/dist/esm/utrecht-page.entry.js +15 -0
- package/dist/esm/utrecht-pagination.entry.js +34 -0
- package/dist/esm/utrecht-separator.entry.js +3 -3
- package/dist/esm/utrecht-sidenav.entry.js +4 -4
- package/dist/esm/utrecht-textbox.entry.js +35 -0
- package/dist/esm/utrecht.js +3 -3
- package/dist/types/article/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
- package/dist/types/backdrop/web-component/index.stencil.d.ts +4 -0
- package/dist/types/badge-counter/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
- package/dist/types/badge-data/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
- package/dist/types/badge-status/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
- package/dist/types/breadcrumb/web-component/index.stencil.d.ts +5 -0
- package/dist/types/button/stencil.d.ts +6 -0
- package/dist/types/checkbox/web-component/index.stencil.d.ts +16 -0
- package/dist/types/components.d.ts +792 -0
- package/dist/types/custom-checkbox/web-component/index.stencil.d.ts +17 -0
- package/dist/types/digid-button/web-component/index.stencil.d.ts +9 -0
- package/dist/types/digid-logo/web-component/index.stencil.d.ts +8 -0
- package/dist/types/document/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
- package/dist/types/eherkenning-logo/web-component/index.stencil.d.ts +8 -0
- package/dist/types/eidas-logo/web-component/index.stencil.d.ts +8 -0
- package/dist/types/form-field-checkbox/web-component/index.stencil.d.ts +18 -0
- package/dist/types/form-field-description/web-component/index.stencil.d.ts +8 -0
- package/dist/types/form-field-textarea/web-component/index.stencil.d.ts +18 -0
- package/dist/types/form-field-textbox/web-component/index.stencil.d.ts +23 -0
- package/dist/types/form-toggle/web-component/index.stencil.d.ts +14 -0
- package/dist/types/heading/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
- package/dist/types/heading-1/web-component/index.stencil.d.ts +3 -0
- package/dist/types/heading-2/web-component/index.stencil.d.ts +3 -0
- package/dist/types/heading-3/web-component/index.stencil.d.ts +3 -0
- package/dist/types/heading-4/web-component/index.stencil.d.ts +3 -0
- package/dist/types/heading-5/web-component/index.stencil.d.ts +3 -0
- package/dist/types/heading-6/web-component/index.stencil.d.ts +3 -0
- package/dist/types/icon/web-component/afval.stencil.d.ts +3 -0
- package/dist/types/icon/web-component/arrow.stencil.d.ts +3 -0
- package/dist/types/icon/web-component/checkmark.stencil.d.ts +3 -0
- package/dist/types/icon/web-component/cross.stencil.d.ts +3 -0
- package/dist/types/icon/web-component/error.stencil.d.ts +3 -0
- package/dist/types/icon/web-component/facebook.stencil.d.ts +3 -0
- package/dist/types/icon/web-component/filter.stencil.d.ts +3 -0
- package/dist/types/icon/web-component/information.stencil.d.ts +3 -0
- package/dist/types/icon/web-component/instagram.stencil.d.ts +3 -0
- package/dist/types/icon/web-component/linkedin.stencil.d.ts +3 -0
- package/dist/types/icon/web-component/list.stencil.d.ts +3 -0
- package/dist/types/icon/web-component/loupe.stencil.d.ts +3 -0
- package/dist/types/icon/web-component/melding.stencil.d.ts +3 -0
- package/dist/types/icon/web-component/paspoort.stencil.d.ts +3 -0
- package/dist/types/icon/web-component/rijbewijs.stencil.d.ts +3 -0
- package/dist/types/icon/web-component/toeslag.stencil.d.ts +3 -0
- package/dist/types/icon/web-component/trouwen.stencil.d.ts +3 -0
- package/dist/types/icon/web-component/twitter.stencil.d.ts +3 -0
- package/dist/types/icon/web-component/verhuizen.stencil.d.ts +3 -0
- package/dist/types/icon/web-component/warning.stencil.d.ts +3 -0
- package/dist/types/icon/web-component/whatsapp.stencil.d.ts +3 -0
- package/dist/types/icon/web-component/zoomin.stencil.d.ts +3 -0
- package/dist/types/icon/web-component/zoomout.stencil.d.ts +3 -0
- package/dist/types/logo/web-component/index.stencil.d.ts +7 -0
- package/dist/types/logo-button/web-component/index.stencil.d.ts +9 -0
- package/dist/types/navigatie sidenav/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
- package/dist/types/page/web-component/index.stencil.d.ts +7 -0
- package/dist/types/page-content/web-component/index.stencil.d.ts +7 -0
- package/dist/types/page-footer/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
- package/dist/types/page-header/web-component/stencil.d.ts +7 -0
- package/dist/types/pagination/web-component/index.stencil.d.ts +11 -0
- package/dist/types/paragraph/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
- package/dist/types/separator/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
- package/dist/types/stencil-public-runtime.d.ts +189 -186
- package/dist/types/templates/contact-card-template/web-component/index.stencil.d.ts +3 -0
- package/dist/types/textbox/web-component/index.stencil.d.ts +23 -0
- package/dist/utrecht/p-02a37490.entry.js +1 -0
- package/dist/utrecht/p-06370f11.entry.js +1 -0
- package/dist/utrecht/p-0babe0e1.entry.js +1 -0
- package/dist/utrecht/p-0bd956aa.entry.js +1 -0
- package/dist/utrecht/p-0de41080.entry.js +1 -0
- package/dist/utrecht/p-0dff1f3a.entry.js +1 -0
- package/dist/utrecht/p-10ed9dbc.entry.js +1 -0
- package/dist/utrecht/p-1d6f6429.entry.js +1 -0
- package/dist/utrecht/p-1e2310d5.entry.js +1 -0
- package/dist/utrecht/p-20ed6fc5.entry.js +1 -0
- package/dist/utrecht/p-22b0b0ab.entry.js +1 -0
- package/dist/utrecht/p-24f6df95.entry.js +1 -0
- package/dist/utrecht/p-28d9ca01.entry.js +1 -0
- package/dist/utrecht/p-33460a3c.entry.js +1 -0
- package/dist/utrecht/p-3d9f0a68.entry.js +1 -0
- package/dist/utrecht/p-450b6c65.entry.js +1 -0
- package/dist/utrecht/p-45462b1b.entry.js +1 -0
- package/dist/utrecht/p-494a2de2.entry.js +1 -0
- package/dist/utrecht/p-4992cc17.entry.js +1 -0
- package/dist/utrecht/p-52b840b4.entry.js +1 -0
- package/dist/utrecht/p-5a1ae611.entry.js +1 -0
- package/dist/utrecht/p-64b8a7bd.entry.js +1 -0
- package/dist/utrecht/p-6c34702d.entry.js +1 -0
- package/dist/utrecht/p-706f3a46.entry.js +1 -0
- package/dist/utrecht/p-78c8320a.entry.js +1 -0
- package/dist/utrecht/p-7a694b68.entry.js +1 -0
- package/dist/utrecht/p-7bb345f1.entry.js +1 -0
- package/dist/utrecht/p-7e3395e4.entry.js +1 -0
- package/dist/utrecht/p-8410a51f.entry.js +1 -0
- package/dist/utrecht/p-844a51cd.entry.js +1 -0
- package/dist/utrecht/p-847f24f7.entry.js +1 -0
- package/dist/utrecht/p-8ca6b8b1.js +1 -0
- package/dist/utrecht/p-8d742d31.entry.js +1 -0
- package/dist/utrecht/p-9f71d7ad.entry.js +1 -0
- package/dist/utrecht/p-a3ba8266.entry.js +1 -0
- package/dist/utrecht/p-a6e74d71.entry.js +1 -0
- package/dist/utrecht/p-a9446486.entry.js +1 -0
- package/dist/utrecht/p-aa3e8f73.entry.js +1 -0
- package/dist/utrecht/p-aa7f0306.entry.js +1 -0
- package/dist/utrecht/p-afd9a538.entry.js +1 -0
- package/dist/utrecht/p-b34cf79e.entry.js +1 -0
- package/dist/utrecht/p-b51a7258.entry.js +1 -0
- package/dist/utrecht/p-b7635555.entry.js +1 -0
- package/dist/utrecht/p-b97f0d95.entry.js +1 -0
- package/dist/utrecht/p-c0b17517.entry.js +1 -0
- package/dist/utrecht/p-c7c1b303.entry.js +1 -0
- package/dist/utrecht/p-ce352a8d.entry.js +1 -0
- package/dist/utrecht/p-cf06abf1.entry.js +1 -0
- package/dist/utrecht/p-d503851f.entry.js +1 -0
- package/dist/utrecht/p-d7c2ff02.entry.js +1 -0
- package/dist/utrecht/p-dad5dcf5.entry.js +1 -0
- package/dist/utrecht/p-dbfb3e72.entry.js +1 -0
- package/dist/utrecht/p-e24992e2.entry.js +1 -0
- package/dist/utrecht/p-e94ddc39.entry.js +1 -0
- package/dist/utrecht/p-ea583d80.entry.js +1 -0
- package/dist/utrecht/p-edcc904a.entry.js +1 -0
- package/dist/utrecht/p-f430397a.entry.js +1 -0
- package/dist/utrecht/p-f5aec0d3.entry.js +1 -0
- package/dist/utrecht/p-f6477f7f.entry.js +1 -0
- package/dist/utrecht/p-fa00a874.entry.js +1 -0
- package/dist/utrecht/utrecht.esm.js +1 -1
- package/loader/index.d.ts +0 -1
- package/package.json +17 -9
- package/dist/article/stencil.js +0 -21
- package/dist/badge-counter/stencil.js +0 -37
- package/dist/badge-data/stencil.js +0 -25
- package/dist/badge-status/stencil.js +0 -28
- package/dist/button/stencil.js +0 -25
- package/dist/cjs/utrecht-button.cjs.entry.js +0 -20
- package/dist/cjs/utrecht-paragraph.cjs.entry.js +0 -20
- package/dist/collection/button/bem.css +0 -48
- package/dist/collection/document/bem.css +0 -12
- package/dist/collection/html-content/html.css +0 -633
- package/dist/collection/menulijst/pijltje.svg +0 -1
- package/dist/collection/navigatie sidenav/bem.css +0 -248
- package/dist/collection/navigatie sidenav/stencil.js +0 -40
- package/dist/document/stencil.js +0 -21
- package/dist/esm/utrecht-button.entry.js +0 -16
- package/dist/esm/utrecht-paragraph.entry.js +0 -16
- package/dist/heading/stencil.js +0 -50
- package/dist/html-content/stencil.js +0 -25
- package/dist/navigatie sidenav/stencil.js +0 -30
- package/dist/page-footer/stencil.js +0 -25
- package/dist/paragraph/stencil.js +0 -25
- package/dist/separator/stencil.js +0 -20
- package/dist/utrecht/p-3a69515b.entry.js +0 -1
- package/dist/utrecht/p-6f35490c.entry.js +0 -1
- package/dist/utrecht/p-7157cce8.entry.js +0 -1
- package/dist/utrecht/p-7603f427.entry.js +0 -1
- package/dist/utrecht/p-7bb755d1.entry.js +0 -1
- package/dist/utrecht/p-7e18e0f8.entry.js +0 -1
- package/dist/utrecht/p-9e84c97e.js +0 -1
- package/dist/utrecht/p-b5095fed.entry.js +0 -1
- package/dist/utrecht/p-b5aa001b.entry.js +0 -1
- package/dist/utrecht/p-e1d48327.entry.js +0 -1
- package/dist/utrecht/p-e2fb0e03.entry.js +0 -1
- package/dist/utrecht/p-f8adb4e0.entry.js +0 -1
- package/dist/utrecht/p-fc20c5e2.entry.js +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as n}from"./p-8ca6b8b1.js";import{c as a}from"./p-4070c1e5.js";const i=class{constructor(n){t(this,n)}render(){const{currentIndex:t}=this,i="string"==typeof this.links?JSON.parse(this.links):null,r="string"==typeof this.next?JSON.parse(this.next):null,e="string"==typeof this.prev?JSON.parse(this.next):null,o=({disabled:t=!1,href:i="",rel:r=null,textContent:e="",title:o=""})=>t?n("span",{class:a("utrecht-pagination__relative-link",t&&"utrecht-pagination__relative-link--disabled","next"===r&&"utrecht-pagination__relative-link--next","prev"===r&&"utrecht-pagination__relative-link--prev"),"aria-label":o||null},e):n("a",{href:i,class:a("utrecht-pagination__relative-link",t&&"utrecht-pagination__relative-link--disabled","next"===r&&"utrecht-pagination__relative-link--next","prev"===r&&"utrecht-pagination__relative-link--prev"),rel:r,"aria-label":o||null},e);return n("nav",{class:"utrecht-pagination"},n("span",{class:"utrecht-pagination__before"},e?o(Object.assign(Object.assign({},e),{rel:"prev",textContent:"Vorige"})):""),n("span",{role:"group",class:"utrecht-pagination__pages"},i.sort(((t,n)=>t.index===n.index?0:t.index>n.index?1:-1)).map(((n,a)=>{const i="number"==typeof n.index?n.index:a;return Object.assign({index:i,current:"number"==typeof t&&i===t,rel:"number"==typeof t?i===t+1?"next":i===t-1?"prev":null:null,textContent:n.index||i},n)})).map((t=>(({current:t=!1,href:i="",rel:r=null,textContent:e=""})=>n("a",{class:a("utrecht-pagination__page-link",t&&"utrecht-pagination__page-link--current"),href:i,"aria-current":t?"true":null,rel:r},e))(t)))),n("span",{class:"utrecht-pagination__before"},r?o(Object.assign(Object.assign({},r),{rel:"next",textContent:"Volgende"})):""))}};i.style=".utrecht-pagination{font-family:var(--utrecht-pagination-font-family, var(--utrecht-document-font-family));font-size:var(--utrecht-pagination-font-size, var(--utrecht-document-font-family))}.utrecht-pagination--distanced{margin-block-end:var(--utrecht-pagination-margin-block-end);margin-block-start:var(--utrecht-pagination-margin-block-start)}.utrecht-pagination__relative-link{background-color:var(--utrecht-pagination-relative-link-background-color);border-color:var(--utrecht-pagination-relative-link-border-color);border-radius:var(--utrecht-pagination-relative-link-border-radius);border-style:solid;border-width:var(--utrecht-pagination-relative-link-border-width, 0);color:var(--utrecht-pagination-relative-link-color);display:inline-block;font-weight:var(--utrecht-pagination-relative-link-font-weight);padding-block-end:var(--utrecht-pagination-relative-link-padding-block-end);padding-block-start:var(--utrecht-pagination-relative-link-padding-block-start);padding-inline-end:var(--utrecht-pagination-relative-link-padding-inline-end);padding-inline-start:var(--utrecht-pagination-relative-link-padding-inline-start);text-decoration:var(--utrecht-pagination-relative-link-text-decoration);text-transform:var(--utrecht-pagination-relative-link-text-transform)}.utrecht-pagination__relative-link--next{margin-inline-start:var(--utrecht-pagination-relative-link-distanced-margin-inline-start)}.utrecht-pagination__relative-link--prev{margin-inline-end:var(--utrecht-pagination-relative-link-distanced-margin-inline-end)}.utrecht-pagination__relative-link--disabled{background-color:var(--utrecht-pagination-relative-link-disabled-background-color, var(--utrecht-pagination-relative-link-background-color));color:var(--utrecht-pagination-relative-link-disabled-color, var(--utrecht-pagination-relative-link-color))}.utrecht-pagination__relative-link--hover,.utrecht-pagination__relative-link:hover{background-color:var(--utrecht-pagination-relative-link-hover-background-color, var(--utrecht-pagination-relative-link-background-color));border-color:var(--utrecht-pagination-relative-link-hover-border-color, var(--utrecht-pagination-relative-link-border-color));color:var(--utrecht-pagination-relative-link-hover-color, var(--utrecht-pagination-relative-link-color))}.utrecht-pagination__page-link{background-color:var(--utrecht-pagination-page-link-background-color);border-color:var(--utrecht-pagination-page-link-border-color, 0);border-radius:var(--utrecht-pagination-page-link-border-radius);border-style:solid;border-width:var(--utrecht-pagination-page-link-border-width);color:var(--utrecht-pagination-page-link-color);display:inline-block;font-weight:var(--utrecht-pagination-page-link-font-weight);padding-block-end:var(--utrecht-pagination-page-link-padding-block-end);padding-block-start:var(--utrecht-pagination-page-link-padding-block-start);padding-inline-end:var(--utrecht-pagination-page-link-padding-inline-end);padding-inline-start:var(--utrecht-pagination-page-link-padding-inline-start);text-decoration:var(--utrecht-pagination-page-link-text-decoration)}.utrecht-pagination__page-link--current{--utrecht-pagination-page-link-background-color:var(--utrecht-pagination-page-link-current-background-color);--utrecht-pagination-page-link-border-color:var(--utrecht-pagination-page-link-current-border-color);--utrecht-pagination-page-link-color:var(--utrecht-pagination-page-link-current-color)}.utrecht-pagination__page-link--distanced,.utrecht-pagination__page-link~.utrecht-pagination__page-link{margin-inline-start:var(--utrecht-pagination-page-link-distanced-margin-inline-start)}.utrecht-pagination__page-link--hover,.utrecht-pagination__page-link:hover{background-color:var(--utrecht-pagination-page-link-hover-background-color, var(--utrecht-pagination-page-link-background-color));border-color:var(--utrecht-pagination-page-link-hover-border-color, var(--utrecht-pagination-page-link-border-color));color:var(--utrecht-pagination-page-link-hover-color, var(--utrecht-pagination-page-link-color))}.utrecht-pagination__page-link:focus,.utrecht-pagination__relative-link:focus{box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-pagination__page-link:focus:not(:focus-visible),.utrecht-pagination__relative-link:focus:not(:focus-visible){box-shadow:none;outline-style:none}:host{display:block}:host([hidden]){display:none !important}";export{i as utrecht_pagination}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as e}from"./p-8ca6b8b1.js";const a=class{constructor(e){t(this,e)}render(){return e("div",{class:"utrecht-badge-data"},e("slot",null))}};a.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:var(--utrecht-badge-font-style, normal);font-weight:var(--utrecht-badge-font-weight, bold);line-height:var(--utrecht-badge-line-height);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{a as utrecht_badge_data}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as r}from"./p-8ca6b8b1.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}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,c as r,h as o}from"./p-8ca6b8b1.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.disabled=!1,this.checked=!1}render(){const{checked:t,disabled:r}=this,c=()=>{this.disabled||(this.checked=!this.checked,this.utrechtInput.emit(this),this.utrechtChange.emit(this))};return o("div",{class:e("utrecht-form-toggle",t&&"utrecht-form-toggle--checked",!t&&"utrecht-form-toggle--not-checked",r&&"utrecht-form-toggle--disabled"),tabIndex:r?null:0,role:"switch","aria-disabled":r?"true":null,onClick:()=>{c()},onKeyPress:t=>{"Space"!==t.code&&" "!==t.key||t.preventDefault()},onKeyUp:t=>{"Space"!==t.code&&" "!==t.key||c()}},o("div",{class:"utrecht-form-toggle__label utrecht-form-toggle__label--off"}),o("div",{class:"utrecht-form-toggle__label utrecht-form-toggle__label--on"}),o("div",{class:e("utrecht-form-toggle__track",t&&"utrecht-form-toggle__track--checked",!t&&"utrecht-form-toggle__track--not-checked",r&&"utrecht-form-toggle__track--disabled")},o("div",{class:e("utrecht-form-toggle__thumb",t&&"utrecht-form-toggle__thumb--checked",!t&&"utrecht-form-toggle__thumb--not-checked",r&&"utrecht-form-toggle__thumb--disabled")})))}};c.style=".utrecht-form-toggle{align-items:center;border-color:var(--utrecht-form-toggle-border-color, currentColor);border-radius:var(--utrecht-form-toggle-border-radius, 999rem);border-style:var(--utrecht-form-toggle-border-style, solid);border-width:var(--utrecht-form-toggle-border-width, 1px);color:var(--utrecht-form-toggle-color);display:flex;height:var(--utrecht-form-toggle-height, 2em);padding-block-end:var(--utrecht-form-toggle-padding-block-end);padding-block-start:var(--utrecht-form-toggle-padding-block-start);padding-inline-end:var(--utrecht-form-toggle-padding-inline-end);padding-inline-start:var(--utrecht-form-toggle-padding-inline-start);position:relative;user-select:none;width:var(--utrecht-form-toggle-width, 6em)}.utrecht-form-toggle--focus,.utrecht-form-toggle:not(.utrecht-form-toggle--disabled):focus{border-color:var(--utrecht-form-toggle-focus-border-color, var(--utrecht-form-toggle-border-color, currentColor));border-style:var(--utrecht-form-toggle-focus-border-style, var(--utrecht-form-toggle-border-style, solid));border-width:var(--utrecht-form-toggle-focus-border-width, var(--utrecht-form-toggle-border-width, 1px))}.utrecht-form-toggle--hover,.utrecht-form-toggle:not(.utrecht-form-toggle--disabled):hover{background-color:var(--utrecht-form-toggle-hover-background-color, var(--utrecht-form-toggle-background-color));color:var(--utrecht-form-toggle-hover-color, var(--utrecht-form-toggle-color))}.utrecht-form-toggle--disabled{border-color:var(--utrecht-form-toggle-disabled-border-color, var(--utrecht-form-toggle-border-color, currentColor));border-style:var(--utrecht-form-toggle-disabled-border-style, var(--utrecht-form-toggle-border-style, solid));border-width:var(--utrecht-form-toggle-disabled-border-width, var(--utrecht-form-toggle-border-width, 1px));cursor:var(--utrecht-action-disabled-cursor)}.utrecht-form-toggle__thumb{background-color:var(--utrecht-form-toggle-thumb-background-color, currentColor);border-radius:var(--utrecht-form-toggle-thumb-border-radius, 50%);box-shadow:var(--utrecht-form-toggle-thumb-box-shadow);margin-inline-end:var(--utrecht-form-toggle-thumb-margin-inline-end, 0);margin-inline-start:var(--utrecht-form-toggle-thumb-margin-inline-start, 0);min-block-size:var(--utrecht-form-toggle-thumb-min-inline-size, 1.5em);min-inline-size:var(--utrecht-form-toggle-thumb-min-inline-size, 1.5em);z-index:20}.utrecht-form-toggle__thumb--checked,.utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox:checked~.utrecht-form-toggle__track .utrecht-form-toggle__thumb{margin-inline-start:auto}.utrecht-form-toggle__thumb--not-checked,.utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox:not(:checked)~.utrecht-form-toggle__track .utrecht-form-toggle__thumb{margin-inline-end:auto}.utrecht-form-toggle__thumb--disabled,.utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox:disabled~.utrecht-form-toggle__track .utrecht-form-toggle__thumb{background-color:var(--utrecht-form-toggle-thumb-disabled-background-color, #aaa);box-shadow:var(--utrecht-form-toggle-thumb-disabled-box-shadow, 0)}.utrecht-form-toggle__track{align-items:center;background-color:var(--utrecht-form-toggle-accent-color);border-radius:var(--utrecht-form-toggle-track-border-radius, var(--utrecht-form-toggle-border-radius));display:flex;height:100%;width:100%}.utrecht-form-toggle__track--checked,.utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox:checked~.utrecht-form-toggle__track{background-color:var(--utrecht-form-toggle-checked-accent-color, var(--utrecht-form-toggle-accent-color))}.utrecht-form-toggle__track--disabled,.utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox:disabled~.utrecht-form-toggle__track{background-color:var(--utrecht-form-toggle-background-disabled-background-color, #ddd);color:var(--utrecht-form-toggle-disabled-color, black)}.utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;white-space:nowrap !important;width:1px !important}.utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox:focus~.utrecht-form-toggle__track{outline-color:var(--utrecht-form-toggle-focus-border-color, var(--utrecht-form-toggle-border-color, currentColor));outline-style:var(--utrecht-form-toggle-focus-border-style, var(--utrecht-form-toggle-border-style, solid));outline-width:var(--utrecht-form-toggle-focus-border-width, var(--utrecht-form-toggle-border-width, 1px))}:host{display:inline-block}:host([hidden]){display:none !important}";export{c as utrecht_form_toggle}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as r}from"./p-8ca6b8b1.js";const e=class{constructor(r){t(this,r)}render(){return r("article",{class:"utrecht-article"},r("slot",null))}};e.style=".utrecht-article{max-inline-size:var(--utrecht-article-max-inline-size)}:host{display:block}:host([hidden]){display:none !important}";export{e as utrecht_article}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as C,h as r}from"./p-8ca6b8b1.js";const t=class{constructor(r){C(this,r)}render(){return r("svg",{width:"23",height:"29",viewBox:"0 0 23 29",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r("path",{d:"M11.11 28.25V22.97C11.11 21.41 9.36 20.14 7.19 20.14H3.92C1.75 20.14 0 21.41 0 22.97V28.25H11.11Z",fill:"currentColor"}),r("path",{d:"M8.62003 16.79C8.63395 17.4 8.46578 18.0003 8.13702 18.5143C7.80825 19.0282 7.33379 19.4326 6.77419 19.6757C6.21459 19.9189 5.59523 19.9897 4.99517 19.8793C4.39511 19.7689 3.84157 19.4821 3.40519 19.0557C2.96881 18.6293 2.6694 18.0825 2.54516 17.4851C2.42092 16.8878 2.47749 16.267 2.70765 15.7019C2.93781 15.1369 3.33112 14.6532 3.83738 14.3127C4.34364 13.9721 4.93991 13.7902 5.55004 13.79C5.94986 13.7807 6.3475 13.8514 6.7196 13.998C7.09169 14.1445 7.43073 14.364 7.71676 14.6435C8.00279 14.9231 8.23005 15.2569 8.38517 15.6256C8.54029 15.9942 8.62014 16.3901 8.62003 16.79V16.79Z",fill:"currentColor"}),r("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M19.65 0H8.90997C8.16287 0.0026353 7.44712 0.30059 6.91884 0.828873C6.39056 1.35716 6.0926 2.07291 6.08997 2.82001V8.02C6.09261 8.76618 6.39088 9.48089 6.91945 10.0076C7.44801 10.5343 8.16379 10.83 8.90997 10.83H9.28996V13.14L11.59 10.83H19.65C20.3961 10.83 21.1119 10.5343 21.6405 10.0076C22.1691 9.48089 22.4673 8.76618 22.47 8.02V2.82001C22.4673 2.07291 22.1694 1.35716 21.6411 0.828873C21.1128 0.30059 20.3971 0.0026353 19.65 0V0ZM13.65 4.25999H15.65L15.55 4.81C15.5424 4.81439 15.5337 4.8167 15.525 4.8167C15.5162 4.8167 15.5076 4.81439 15.5 4.81H13.56C13.56 4.81 13.56 4.91999 13.56 5.00999C13.56 5.09999 13.56 5.27 13.56 5.27H15.37L15.27 5.82001C15.2539 5.82616 15.2361 5.82616 15.22 5.82001H13.61C13.6718 6.04415 13.7626 6.25929 13.88 6.46001C13.9939 6.6165 14.1449 6.74226 14.3195 6.82603C14.494 6.90981 14.6866 6.94897 14.88 6.94C15.2776 6.88099 15.655 6.7266 15.98 6.49001C15.98 6.49001 15.98 6.49001 15.98 6.49001V7.66C15.9861 7.6761 15.9861 7.69391 15.98 7.71001C15.6337 7.84421 15.27 7.92839 14.9 7.96001C14.5613 7.96837 14.2252 7.89981 13.9169 7.75951C13.6086 7.61921 13.3361 7.41081 13.12 7.14999C12.8494 6.73577 12.6405 6.28437 12.5 5.81C12.5 5.81 12.5 5.81 12.5 5.81H12.03L12.13 5.25999H12.42V5.25C12.42 5.13 12.42 4.96001 12.42 4.96001H12.01L12.11 4.41H12.47C12.6103 3.94669 12.8157 3.50564 13.08 3.10001C13.3044 2.83268 13.5866 2.61991 13.9054 2.47784C14.2242 2.33577 14.5712 2.26812 14.92 2.28C15.2618 2.31342 15.5979 2.39071 15.92 2.50999C15.9244 2.5176 15.9267 2.52623 15.9267 2.535C15.9267 2.54378 15.9244 2.5524 15.92 2.56L15.72 3.56C15.4532 3.38371 15.148 3.27398 14.83 3.24001C14.6376 3.23079 14.4459 3.2688 14.2716 3.35072C14.0972 3.43265 13.9456 3.556 13.83 3.71001C13.7086 3.90774 13.6113 4.11922 13.54 4.34C13.54 4.34 13.56 4.25 13.61 4.25L13.65 4.25999Z",fill:"currentColor"}))}};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, currentColor);height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{t as utrecht_icon_toeslag}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as e}from"./p-8ca6b8b1.js";const r=class{constructor(e){t(this,e)}render(){return e("div",{class:"utrecht-contact-card"},e("utrecht-heading-2",null,"Hulp en contact"),e("div",{class:"utrecht-contact-card__content"},e("div",{class:"utrecht-contact-card__section"},e("utrecht-heading-3",null,"Telefoon"),e("utrecht-paragraph",{class:"utrecht-contact-card__telephone"},e("a",{href:"tel:14-030",class:"utrecht-link utrecht-link--telephone",title:"Telefoonnummer van gemeente Utrecht"},"14 030")),e("utrecht-paragraph",null,"Maandag t/m vrijdag 8.30 – 17.30 uur")),e("div",{class:"utrecht-contact-card__section"},e("utrecht-heading-3",null,"E-mail"),e("utrecht-paragraph",null,e("a",{class:"utrecht-link",href:"https://www.utrecht.nl/reactieformulier",title:"Algemeen reactieformulier van de gemeente Utrecht"},"reactieformulier")))))}};r.style=".utrecht-link{color:var(--utrecht-link-color, blue);text-decoration:var(--utrecht-link-text-decoration, underline);text-decoration-skip-ink:all;text-decoration-thickness:max(var(--utrecht-link-text-decoration-thickness), 1px);text-underline-offset:var(--utrecht-link-text-underline-offset)}.utrecht-link--icon-left{background-image:var(--utrecht-link-icon-left-background-image, none);background-position:0 0.25em;background-repeat:no-repeat;color:var(--utrecht-link-color, blue);font-weight:var(--utrecht-typography-weight-scale-bold-font-weight);padding-inline-start:var(--utrecht-space-block-md);text-decoration:none}.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));text-decoration-skip:none;text-decoration-skip-ink:none;text-decoration-thickness:max(var(--utrecht-link-hover-text-decoration-thickness, var(--utrecht-link-text-decoration-thickness)), 1px)}.utrecht-link:active,.utrecht-link--active{color:var(--utrecht-link-active-color, var(--utrecht-link-color))}.utrecht-link--focus,.utrecht-link:focus{color:var(--utrecht-link-focus-color, var(--utrecht-link-color));text-decoration:var(--utrecht-link-focus-text-decoration, var(--utrecht-link-text-decoration, underline));text-decoration-skip:none;text-decoration-skip-ink:none;text-decoration-thickness:max(var(--utrecht-link-focus-text-decoration-thickness, var(--utrecht-link-text-decoration-thickness)), 1px)}.utrecht-link--focus-visible,.utrecht-link:focus{box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-link:focus:not(:focus-visible){box-shadow:none;outline-style:none}.utrecht-link--telephone{white-space:nowrap}.utrecht-contact-card{--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;--utrecht-heading-2-text-transform:uppercase;--utrecht-heading-2-font-size:var(--utrecht-typography-scale-md-font-size);--utrecht-contact-card-background-color:hsl(207 60% 91%);--utrecht-contact-card-background-color-2:hsl(207 60% 96%);background-color:#dae9f6;background-image:linear-gradient(45deg, var(--utrecht-contact-card-background-color), var(--utrecht-contact-card-background-color) 50%, var(--utrecht-contact-card-background-color-2) 50%, var(--utrecht-contact-card-background-color-2));background-position-x:66%;background-size:200%;color:var(--utrecht-color-black);padding-block-end:var(--utrecht-space-block-xl);padding-block-start:var(--utrecht-space-block-xl);padding-inline-end:var(--utrecht-space-inline-xl);padding-inline-start:var(--utrecht-space-inline-xl)}.utrecht-contact-card__content{display:flex;flex-direction:row}.utrecht-contact-card__section{margin-block-start:var(--utrecht-space-row-lg);width:100%}.utrecht-contact-card__telephone{--utrecht-paragraph-font-size:var(--utrecht-typography-scale-2xl-font-size)}";export{r as utrecht_contact_card_template}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as o}from"./p-8ca6b8b1.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, 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,h as t}from"./p-8ca6b8b1.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},i)=>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:i+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,.utrecht-breadcrumb--arrows .utrecht-breadcrumb__link:focus{background-color:var(--utrecht-breadcrumb-link-focus-background-color)}.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);text-decoration-skip-ink:all;text-decoration-thickness:max(var(--utrecht-link-text-decoration-thickness), 1px);text-underline-offset:var(--utrecht-link-text-underline-offset)}.utrecht-link--icon-left{background-image:var(--utrecht-link-icon-left-background-image, none);background-position:0 0.25em;background-repeat:no-repeat;color:var(--utrecht-link-color, blue);font-weight:var(--utrecht-typography-weight-scale-bold-font-weight);padding-inline-start:var(--utrecht-space-block-md);text-decoration:none}.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));text-decoration-skip:none;text-decoration-skip-ink:none;text-decoration-thickness:max(var(--utrecht-link-hover-text-decoration-thickness, var(--utrecht-link-text-decoration-thickness)), 1px)}.utrecht-link:active,.utrecht-link--active{color:var(--utrecht-link-active-color, var(--utrecht-link-color))}.utrecht-link--focus,.utrecht-link:focus{color:var(--utrecht-link-focus-color, var(--utrecht-link-color));text-decoration:var(--utrecht-link-focus-text-decoration, var(--utrecht-link-text-decoration, underline));text-decoration-skip:none;text-decoration-skip-ink:none;text-decoration-thickness:max(var(--utrecht-link-focus-text-decoration-thickness, var(--utrecht-link-text-decoration-thickness)), 1px)}.utrecht-link--focus-visible,.utrecht-link:focus{box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-link:focus:not(:focus-visible){box-shadow:none;outline-style:none}.utrecht-link--telephone{white-space:nowrap}:host{display:block}:host([hidden]){display:none !important}';export{c as utrecht_breadcrumb}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as e}from"./p-8ca6b8b1.js";const r=class{constructor(e){t(this,e)}render(){return e("div",{class:"utrecht-document"},e("slot",null))}};r.style=".utrecht-document{color:var(--utrecht-document-color, inherit);font-family:var(--utrecht-document-font-family, inherit);font-size:var(--utrecht-document-font-size, inherit);font-weight:var(--utrecht-document-font-weight, inherit);line-height:var(--utrecht-document-line-height, inherit);text-rendering:optimizeLegibility}.utrecht-document :lang(ar){letter-spacing:0 !important}.utrecht-document--surface{background-color:var(--utrecht-document-background-color, inherit)}:host{display:block}:host([hidden]){display:none !important}";export{r as utrecht_document}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as r}from"./p-8ca6b8b1.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}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r,h as t}from"./p-8ca6b8b1.js";const C=class{constructor(t){r(this,t)}render(){return t("svg",{width:"35",height:"37",viewBox:"0 0 35 37",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M30.06 0H14.91C13.8492 0 12.8317 0.421424 12.0816 1.17157C11.3315 1.92172 10.91 2.93913 10.91 4V11.34C10.91 12.4009 11.3315 13.4183 12.0816 14.1684C12.8317 14.9186 13.8492 15.34 14.91 15.34H15.45V18.59L18.69 15.34H30.06C31.1209 15.34 32.1383 14.9186 32.8884 14.1684C33.6386 13.4183 34.06 12.4009 34.06 11.34V4C34.06 2.93913 33.6386 1.92172 32.8884 1.17157C32.1383 0.421424 31.1209 0 30.06 0ZM23.33 2.83L23.02 9.2H21.42L21.11 2.83H23.33ZM22.22 12.46C21.9669 12.46 21.7194 12.3849 21.5089 12.2443C21.2984 12.1036 21.1344 11.9037 21.0375 11.6698C20.9406 11.4359 20.9152 11.1786 20.9646 10.9303C21.014 10.682 21.1359 10.4539 21.3149 10.2749C21.494 10.0959 21.722 9.97398 21.9703 9.92459C22.2186 9.8752 22.4759 9.90056 22.7098 9.99744C22.9437 10.0943 23.1437 10.2584 23.2843 10.4689C23.4249 10.6794 23.5 10.9268 23.5 11.18C23.509 11.353 23.4811 11.526 23.418 11.6874C23.355 11.8488 23.2582 11.9949 23.1343 12.116C23.0103 12.2371 22.862 12.3305 22.6992 12.3898C22.5364 12.4491 22.3628 12.473 22.19 12.46H22.22Z",fill:"currentColor"}),t("path",{d:"M15.67 36.73V29.29C15.67 27.08 13.2 25.29 10.14 25.29H5.53003C2.47003 25.29 0 27.08 0 29.29V36.73H15.67Z",fill:"currentColor"}),t("path",{d:"M12.15 20.54C12.1739 21.3991 11.941 22.2459 11.481 22.9719C11.0211 23.6979 10.355 24.2703 9.56807 24.6157C8.78109 24.9612 7.90893 25.064 7.06319 24.9111C6.21744 24.7582 5.43655 24.3566 4.82033 23.7574C4.2041 23.1583 3.7806 22.389 3.60396 21.5479C3.42731 20.7068 3.50554 19.8321 3.82869 19.0358C4.15184 18.2394 4.7052 17.5575 5.41798 17.0773C6.13077 16.597 6.97058 16.3404 7.83003 16.34C8.38948 16.3321 8.94503 16.4344 9.46492 16.6412C9.98481 16.848 10.4588 17.1552 10.86 17.5452C11.2612 17.9352 11.5816 18.4004 11.8029 18.9143C12.0243 19.4281 12.1422 19.9806 12.15 20.54V20.54Z",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, currentColor);height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{C as utrecht_icon_melding}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as c,h as t}from"./p-8ca6b8b1.js";const r=class{constructor(t){c(this,t)}render(){return t("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"-1 -1 22 22"},t("title",null,"WhatsApp"),t("g",null,t("path",{fill:"currentColor",d:"M15.6044722,4.1101875C14.1199846,2.6296256,12.1364012,1.8,10.0248451,1.8 c-4.3382888,0-7.8831434,3.5227177-7.8831434,7.8622961c0,1.3912182,0.358325,2.7313833,1.0493798,3.9311485 l-1.1133659,4.0715466l4.1719227-1.0976582c1.1517582,0.6254101,2.4442863,0.9572601,3.7624092,0.9572601l0,0 c4.3382883,0,7.8831434-3.5227184,7.8831434-7.8622971C17.9079876,7.581851,17.0889606,5.6035132,15.6044722,4.1101875z M10.0376415,16.2099552L10.0376415,16.2099552c-1.1773529,0-2.3291101-0.3190861-3.3400974-0.9062052l-0.2431493-0.140398 l-2.4826782,0.6509371l0.6654599-2.4122963l-0.1535673-0.2425051c-0.6526625-1.0338411-0.9981906-2.2463703-0.9981906-3.4716635 c0-3.599298,2.9433815-6.5348959,6.5522232-6.5348959c1.753231,0,3.3912878,0.6764636,4.6326265,1.9145205 s1.9195967,2.8717804,1.9195967,4.6203756C16.5770683,13.2743578,13.6464834,16.2099552,10.0376415,16.2099552z M13.6208887,11.3215475c-0.1919594-0.102107-1.1645555-0.5743561-1.3437176-0.6381731 c-0.179163-0.063818-0.3071356-0.102108-0.4479065,0.102107c-0.1279736,0.191452-0.5118923,0.6381741-0.6270685,0.7658091 c-0.1151752,0.127635-0.2303514,0.153161-0.4223108,0.051054c-0.1919594-0.102108-0.8318243-0.3063231-1.5868664-0.9700241 c-0.5758781-0.5360661-0.9725952-1.1742392-1.0877705-1.3784542c-0.1151757-0.191453-0.0127974-0.293561,0.0895805-0.395668 c0.0895815-0.089344,0.1919594-0.229743,0.2943382-0.344615c0.1023779-0.114871,0.1279736-0.1914511,0.1919584-0.3318501 c0.0767851-0.127634,0.038393-0.2425056-0.0127964-0.3446131C8.6171408,7.747776,8.2332211,6.7777524,8.0668554,6.3820848 C7.9132881,5.9991803,7.746923,6.0502348,7.6189494,6.0502348c-0.1151762,0-0.2431488-0.0127635-0.3711219-0.0127635 s-0.3455276,0.0510535-0.5246897,0.242506C6.5311785,6.4841924,6.032084,6.9564414,6.032084,7.926465 s0.7038522,1.9017563,0.8062305,2.0293922c0.1023784,0.127635,1.3821101,2.1187353,3.3656917,2.9611244 c0.4735012,0.204215,0.8318253,0.3190861,1.1261635,0.4084301c0.4735012,0.153162,0.895812,0.127635,1.2413397,0.076581 c0.3839197-0.051053,1.1645555-0.4722481,1.3309202-0.9317331c0.1663656-0.4594851,0.1663656-0.8551531,0.1151762-0.9317331 C13.953619,11.4619455,13.8256454,11.4108915,13.6208887,11.3215475z"})))}};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, currentColor);height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{r as utrecht_icon_whatsapp}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as n}from"./p-8ca6b8b1.js";const e=class{constructor(n){t(this,n)}render(){return n("div",{class:"utrecht-page-content"},n("main",{class:"utrecht-page-content__main"},n("slot",null)))}};e.style=".utrecht-page-content{padding-block-end:var(--utrecht-page-content-padding-block-end);padding-block-start:var(--utrecht-page-content-padding-block-start);padding-inline-end:var(--utrecht-page-padding-inline-end);padding-inline-start:var(--utrecht-page-padding-inline-start)}.utrecht-page-content__main{grid-area:main}.utrecht-page-content__aside{grid-area:aside}:host{display:block}:host([hidden]){display:none !important}";export{e as utrecht_page_content}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r,c as t,h as e}from"./p-8ca6b8b1.js";import{c as a}from"./p-4070c1e5.js";const o=class{constructor(e){r(this,e),this.utrechtBlur=t(this,"utrechtBlur",7),this.utrechtChange=t(this,"utrechtChange",7),this.utrechtFocus=t(this,"utrechtFocus",7),this.utrechtInput=t(this,"utrechtInput",7),this.disabled=!1,this.invalid=!1,this.readOnly=!1,this.placeholder="",this.required=!1,this.value=""}render(){const{disabled:r,invalid:t,placeholder:o,readOnly:c,required:l,value:u}=this;return e("div",{class:"utrecht-form-field utrecht-form-field--textarea"},e("textarea",{id:"input",class:a("utrecht-textarea","utrecht-textarea--html-textarea",r&&"utrecht-textarea--disabled",t&&"utrecht-textarea--invalid",c&&"utrecht-textarea--readonly"),disabled:r,placeholder:o||null,readonly:c,required:l,onBlur:r=>this.utrechtBlur.emit(r),onChange:r=>this.utrechtChange.emit(r),onFocus:r=>this.utrechtFocus.emit(r),onInput:r=>{this.value=r.target.value,this.utrechtInput.emit(r)}},u),e("label",{class:"utrecht-form-field-textarea__label utrecht-form-label",htmlFor:"input"},e("slot",null)))}};o.style=".utrecht-form-label{color:var(--utrecht-form-label-color);font-size:var(--utrecht-form-label-font-size);font-weight:var(--utrecht-form-label-font-weight)}.utrecht-form-label--checkbox{color:var(--utrecht-form-label-checkbox-color, var(--utrecht-form-label-color));font-weight:var(--utrecht-form-label-checkbox-font-weight, var(--utrecht-form-label-font-weight))}.utrecht-form-label--checked{font-weight:var(--utrecht-form-label-checked-font-weight, var(--utrecht-form-label-font-weight))}.utrecht-form-label--disabled{cursor:var(--utrecht-action-disabled-cursor);font-weight:var(--utrecht-form-label-disabled-color, var(--utrecht-form-label-color))}.utrecht-form-label--radio{color:var(--utrecht-form-label-checkbox-color, var(--utrecht-form-label-color));font-weight:var(--utrecht-form-label-radio-font-weight, var(--utrecht-form-label-font-weight))}.utrecht-form-field{font-family:var(--utrecht-document-font-family, inherit);max-inline-size:var(--utrecht-form-field-max-inline-size)}.utrecht-form-field--distanced{margin-block-end:var(--utrecht-form-field-margin-block-end, var(--utrecht-paragraph-margin-block-end));margin-block-start:var(--utrecht-form-field-margin-block-start, var(--utrecht-paragraph-margin-block-start))}.utrecht-textarea{background-color:var(--utrecht-textarea-background-color, var(--utrecht-form-input-background-color));border-width:var(--utrecht-textarea-border-width, var(--utrecht-form-input-border-width));border-bottom-width:var(--utrecht-textarea-border-bottom-width, var(--utrecht-textarea-border-width, var(--utrecht-form-input-border-width)));border-color:var(--utrecht-textarea-border-color, var(--utrecht-form-input-border-color));border-radius:var(--utrecht-textarea-border-radius, var(--utrecht-form-input-border-radius, 0));border-style:solid;box-sizing:border-box;color:var(--utrecht-textarea-color, var(--utrecht-form-input-color));font-family:var(--utrecht-textarea-font-family, var(--utrecht-form-input-font-family));font-size:var(--utrecht-textarea-font-size, var(--utrecht-form-input-font-size, 1em));max-inline-size:var(--utrecht-textarea-max-inline-size, var(--utrecht-form-input-max-inline-size));min-block-size:var(--utrecht-textarea-min-block-size);padding-block-end:var(--utrecht-textarea-padding-block-end, var(--utrecht-form-input-padding-block-end));padding-block-start:var(--utrecht-textarea-padding-block-start, var(--utrecht-form-input-padding-block-start));padding-inline-end:var(--utrecht-textarea-padding-inline-end, var(--utrecht-form-input-padding-inline-end));padding-inline-start:var(--utrecht-textarea-padding-inline-start, var(--utrecht-form-input-padding-inline-start));resize:vertical;width:100%}.utrecht-textarea--invalid,.utrecht-textarea--html-textarea:invalid,.utrecht-textarea--html-textarea[aria-invalid=true]{background-color:var(--utrecht-textarea-invalid-background-color, var(--utrecht-form-input-invalid-background-color, var(--utrecht-textarea-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textarea-invalid-border-color, var(--utrecht-form-input-invalid-border-color, var(--utrecht-textarea-border-color, var(--utrecht-form-input-border-color))));border-width:var(--utrecht-textarea-invalid-border-width, var(--utrecht-form-input-invalid-border-width, var(--utrecht-textarea-border-width, var(--utrecht-form-input-border-width))))}.utrecht-textarea--disabled,.utrecht-textarea--html-textarea:disabled{background-color:var(--utrecht-textarea-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-textarea-disabled-border-color, var(--utrecht-form-input-disabled-border-color, var(--utrecht-textarea-border-color, var(--utrecht-form-input-border-color))));color:var(--utrecht-textarea-disabled-color, var(--utrecht-form-input-disabled-color, var(--utrecht-textarea-color, var(--utrecht-form-input-color))));cursor:var(--utrecht-action-disabled-cursor)}.utrecht-textarea--focus,.utrecht-textarea--html-textarea:focus{background-color:var(--utrecht-textarea-focus-background-color, var(--utrecht-form-input-focus-background-color, var(--utrecht-textarea-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textarea-focus-border-color, var(--utrecht-form-input-focus-border-color, var(--utrecht-textarea-border-color, var(--utrecht-form-input-border-color))));color:var(--utrecht-textarea-focus-color, var(--utrecht-form-input-focus-color, var(--utrecht-textarea-color, var(--utrecht-form-input-color))))}.utrecht-textarea--focus-visible,.utrecht-textarea--html-textarea:focus{box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-textarea--read-only,.utrecht-textarea--html-textarea:read-only{border-color:var(--utrecht-textarea-read-only-border, var(--utrecht-form-input-read-only-border-color, var(--utrecht-textarea-border, var(--utrecht-form-input-border-color))));color:var(--utrecht-textarea-read-only-color, var(--utrecht-form-input-read-only-color, var(--utrecht-textarea-color, var(--utrecht-form-input-color))))}.utrecht-textarea__placeholder,.utrecht-textarea--html-textarea::placeholder{color:var(--utrecht-textarea-placeholder-color, var(--utrecht-form-input-placeholder-color, var(--utrecht-textarea-color, var(--utrecht-form-input-color))));font-style:var(--utrecht-form-input-placeholder-font-style);opacity:100%}.utrecht-textarea--html-textarea:focus:not(:focus-visible){box-shadow:none;outline-style:none}:host{display:block}:host([hidden]){display:none !important}";export{o as utrecht_form_field_textarea}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as L,h as t}from"./p-8ca6b8b1.js";const i=class{constructor(t){L(this,t)}render(){return t("svg",{viewBox:"0 0 21 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t("path",{d:"M21 17.3383C21 18.2955 20.2291 19.0664 19.272 19.0664H1.72805C0.770872 19.0664 0 18.2955 0 17.3383V1.72805C0 0.770879 0.777296 0 1.72805 0H19.272C20.2291 0 21 0.777303 21 1.72805V17.3383Z",fill:"#2C4375"}),t("path",{d:"M7.88867 19.0984V15.9057C7.88867 14.5952 8.94862 13.5353 10.2591 13.5353H17.0493C18.3598 13.5353 19.4197 14.6017 19.4197 15.9057V19.0984",fill:"white"}),t("path",{d:"M9.38546 9.78369C9.55891 9.19911 9.83513 8.72373 10.2141 8.34472C10.5932 7.97213 11.075 7.69589 11.6724 7.51602C12.2698 7.33615 12.9765 7.24622 13.8051 7.24622C14.4989 7.24622 15.1028 7.32973 15.6231 7.49675C16.1435 7.66377 16.5932 7.92716 16.985 8.2869C17.4411 8.71089 17.7495 9.20553 17.9101 9.76442C18.0707 10.3233 18.1542 11.0299 18.1542 11.8651V17.0428C18.1542 17.486 18.0514 17.8201 17.8523 18.0385C17.6467 18.2569 17.3833 18.3661 17.0557 18.3661C16.7281 18.3661 16.4647 18.2569 16.272 18.0385C16.0792 17.8201 15.9765 17.4925 15.9765 17.0428V11.7173C15.9765 10.7987 15.803 10.1113 15.4497 9.66163C15.0964 9.21196 14.4989 8.98069 13.6445 8.98069C13.0278 8.98069 12.5525 9.0899 12.2056 9.31474C11.8651 9.53958 11.6274 9.84793 11.4925 10.2526C11.3576 10.6574 11.2934 11.1584 11.2934 11.7559V17.0428C11.2934 17.4796 11.197 17.8137 10.9979 18.0321C10.7987 18.2505 10.5353 18.3597 10.1949 18.3597C9.87367 18.3597 9.6103 18.2505 9.41758 18.0321C9.21844 17.8137 9.12207 17.4796 9.12207 17.0428V11.8779C9.12207 11.0621 9.21201 10.3683 9.38546 9.78369Z",fill:"white"}),t("path",{d:"M13.169 0.648804L13.683 2.0942L15.3275 2.08778L13.9913 2.98071L14.5052 4.41968L13.169 3.52675L11.8457 4.41968L12.3532 2.98071L11.0234 2.08778L12.668 2.0942L13.169 0.648804Z",fill:"#F2CD23"}),t("path",{d:"M18.2893 1.59314L18.7968 3.03854L20.4413 3.03211L19.1116 3.91862L19.6191 5.35759L18.2893 4.46466L16.9595 5.35759L17.4735 3.91862L16.1309 3.03211L17.7882 3.03854L18.2893 1.59314Z",fill:"#F2CD23"}),t("path",{d:"M3.60369 14.833L4.11118 16.2784L5.75573 16.272L4.41954 17.1585L4.93346 18.5975L3.60369 17.7045L2.27392 18.5975L2.78784 17.1585L1.45166 16.272L3.09619 16.2784L3.60369 14.833Z",fill:"#F2CD23"}),t("path",{d:"M4.80536 5.51819L5.31284 6.96358L6.95739 6.95716L5.62763 7.84367L6.13512 9.28264L4.80536 8.38971L3.47559 9.28264L3.98308 7.84367L2.65332 6.95716L4.30428 6.96358L4.80536 5.51819Z",fill:"#F2CD23"}),t("path",{d:"M8.43483 2.07495L8.93591 3.52035L10.5869 3.51392L9.25068 4.40043L9.76459 5.83941L8.43483 4.94647L7.10507 5.83941L7.61256 4.40043L6.27637 3.51392L7.92733 3.52035L8.43483 2.07495Z",fill:"#F2CD23"}),t("path",{d:"M3.12176 10.3234L3.62925 11.7688L5.28021 11.7623L3.94402 12.6488L4.45152 14.0878L3.12176 13.1949L1.79198 14.0878L2.3059 12.6488L0.969727 11.7623L2.61426 11.7688L3.12176 10.3234Z",fill:"#F2CD23"}))}};i.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{i as utrecht_eidas_logo}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as r}from"./p-8ca6b8b1.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}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as e}from"./p-8ca6b8b1.js";const r=class{constructor(e){t(this,e)}render(){return e("div",{class:"utrecht-html"},e("slot",null))}};r.style='@charset "UTF-8";.utrecht-article,.utrecht-html article{max-inline-size:var(--utrecht-article-max-inline-size)}.utrecht-blockquote,.utrecht-html blockquote{font-family:var(--utrecht-document-font-family);font-size:var(--utrecht-blockquote-font-size);margin-inline-end:var(--utrecht-blockquote-margin-inline-end);margin-inline-start:var(--utrecht-blockquote-margin-inline-start)}.utrecht-blockquote__attribution{color:var(--utrecht-blockquote-attribution-color, inherit);font-size:var(--utrecht-blockquote-attribution-font-size, inherit)}.utrecht-blockquote__content,.utrecht-html blockquote{--utrecht-document-color:var(--utrecht-blockquote-content-color, inherit);--utrecht-paragraph-font-size:var(--utrecht-blockquote-content-font-size, inherit);color:var(--utrecht-blockquote-content-color, inherit);font-size:var(--utrecht-blockquote-content-font-size, inherit)}.utrecht-blockquote--distanced,.utrecht-html blockquote{margin-block-end:var(--utrecht-blockquote-margin-block-end);margin-block-start:var(--utrecht-blockquote-margin-block-start)}.utrecht-button,.utrecht-html input[type=button i],.utrecht-html input[type=reset i],.utrecht-html input[type=submit i],.utrecht-html button{background-color:var(--utrecht-button-primary-action-background-color, var(--utrecht-button-background-color));border-color:var(--utrecht-button-border-color, transparent);border-radius:var(--utrecht-button-border-radius);border-style:solid;border-width:var(--utrecht-button-border-width, 0);color:var(--utrecht-button-primary-action-color, var(--utrecht-button-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);min-block-size:var(--utrecht-button-min-block-size, auto);min-inline-size:var(--utrecht-button-min-inline-size, 0);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);user-select:none}.utrecht-button--distanced,.utrecht-html input[type=button i],.utrecht-html input[type=reset i],.utrecht-html input[type=submit i],.utrecht-html button{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,.utrecht-html button[type=submit i],.utrecht-html input[type=submit i]{cursor:var(--utrecht-action-submit-cursor)}.utrecht-button--busy,.utrecht-html button[aria-busy=true],.utrecht-html button[aria-disabled=true][aria-busy=true],.utrecht-html button:disabled[aria-busy=true]{cursor:var(--utrecht-action-busy-cursor)}.utrecht-button:disabled,.utrecht-html input[type=button i]:disabled,.utrecht-html input[type=reset i]:disabled,.utrecht-html input[type=submit i]:disabled,.utrecht-html button:disabled,.utrecht-button--disabled,.utrecht-html button[aria-disabled=true]{background-color:var(--utrecht-button-disabled-background-color, var(--utrecht-button-background-color));border-color:var(--utrecht-button-disabled-border-color, var(--utrecht-button-border-color));color:var(--utrecht-button-disabled-color, var(--utrecht-button-color));cursor:var(--utrecht-action-disabled-cursor)}.utrecht-button:active:not(:disabled):not([aria-disabled=true]):not(.utrecht-button--disabled),.utrecht-html input[type=button i]:active:not(:disabled):not([aria-disabled=true]):not(.utrecht-button--disabled),.utrecht-html input[type=reset i]:active:not(:disabled):not([aria-disabled=true]):not(.utrecht-button--disabled),.utrecht-html input[type=submit i]:active:not(:disabled):not([aria-disabled=true]):not(.utrecht-button--disabled),.utrecht-button--active,.utrecht-html button:active:not([aria-disabled=true]):not(:disabled){background-color:var(--utrecht-button-active-background-color, var(--utrecht-button-background-color));border-color:var(--utrecht-button-active-border-color, var(--utrecht-button-border-color));color:var(--utrecht-button-active-color, var(--utrecht-button-color))}.utrecht-button--focus-visible,.utrecht-html button:focus-visible,.utrecht-button:focus:not(:disabled):not([aria-disabled=true]):not(.utrecht-button--disabled),.utrecht-html input[type=button i]:focus:not(:disabled):not([aria-disabled=true]):not(.utrecht-button--disabled),.utrecht-html input[type=reset i]:focus:not(:disabled):not([aria-disabled=true]):not(.utrecht-button--disabled),.utrecht-html input[type=submit i]:focus:not(:disabled):not([aria-disabled=true]):not(.utrecht-button--disabled),.utrecht-html button:focus:not(:disabled):not([aria-disabled=true]):not(.utrecht-button--disabled){box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-button--focus,.utrecht-html button:focus:not([aria-disabled=true]):not(:disabled),.utrecht-button:focus:not(:disabled):not([aria-disabled=true]):not(.utrecht-button--disabled),.utrecht-html input[type=button i]:focus:not(:disabled):not([aria-disabled=true]):not(.utrecht-button--disabled),.utrecht-html input[type=reset i]:focus:not(:disabled):not([aria-disabled=true]):not(.utrecht-button--disabled),.utrecht-html input[type=submit i]:focus:not(:disabled):not([aria-disabled=true]):not(.utrecht-button--disabled),.utrecht-html button:focus:not(:disabled):not([aria-disabled=true]):not(.utrecht-button--disabled){background-color:var(--utrecht-button-focus-background-color, var(--utrecht-button-background-color));border-color:var(--utrecht-button-focus-border-color, var(--utrecht-button-border-color));color:var(--utrecht-button-focus-color, var(--utrecht-button-color))}.utrecht-button:focus:not(:focus-visible),.utrecht-html input[type=button i]:focus:not(:focus-visible),.utrecht-html input[type=reset i]:focus:not(:focus-visible),.utrecht-html input[type=submit i]:focus:not(:focus-visible),.utrecht-html button:focus:not(:focus-visible){box-shadow:none;outline-style:none}.utrecht-button--hover:not(:disabled),.utrecht-html button:not(:disabled):hover:not([aria-disabled=true]),.utrecht-button:hover:not(:disabled):not([aria-disabled=true]):not(.utrecht-button--disabled),.utrecht-html input[type=button i]:hover:not(:disabled):not([aria-disabled=true]):not(.utrecht-button--disabled),.utrecht-html input[type=reset i]:hover:not(:disabled):not([aria-disabled=true]):not(.utrecht-button--disabled),.utrecht-html input[type=submit i]:hover:not(:disabled):not([aria-disabled=true]):not(.utrecht-button--disabled){background-color:var(--utrecht-button-hover-background-color, var(--utrecht-button-background-color));border-color:var(--utrecht-button-hover-border-color, var(--utrecht-button-border-color));color:var(--utrecht-button-hover-color, var(--utrecht-button-color));transform:scale(var(--utrecht-button-focus-transform-scale, 1))}.utrecht-checkbox,.utrecht-html input[type=checkbox i]{margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0}.utrecht-checkbox--disabled,.utrecht-checkbox--html-input:disabled,.utrecht-html input[type=checkbox i]:disabled{cursor:var(--utrecht-action-disabled-cursor)}.utrecht-checkbox--focus-visible{box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-checkbox--html-input:focus,.utrecht-html input[type=checkbox i]:focus{box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-checkbox--html-input:focus:not(:focus-visible),.utrecht-html input[type=checkbox i]:focus:not(:focus-visible){box-shadow:none;outline-style:none}.utrecht-emphasis--stressed,.utrecht-html em{font-style:var(--utrecht-emphasis-stressed-font-style, italic)}.utrecht-emphasis--strong,.utrecht-html strong{font-weight:var(--utrecht-emphasis-strong-font-weight, bold)}.utrecht-form-fieldset--reset-fieldset,.utrecht-html fieldset{border:0;margin-inline-end:0;margin-inline-start:0;min-width:0;padding-block-end:0;padding-block-start:0.01em;padding-inline-end:0;padding-inline-start:0}.utrecht-form-fieldset__legend--reset-legend,.utrecht-html legend{padding-inline-end:0;padding-inline-start:0}.utrecht-form-fieldset--distanced,.utrecht-html fieldset{margin-block-end:var(--utrecht-form-fieldset-margin-block-end, 0);margin-block-start:var(--utrecht-form-fieldset-margin-block-start, 0)}.utrecht-form-fieldset__legend,.utrecht-html legend{color:var(--utrecht-form-fieldset-legend-color, var(--utrecht-document-color, inherit));font-family:var(--utrecht-form-fieldset-legend-font-family, var(--utrecht-document-font-family));font-size:var(--utrecht-form-fieldset-legend-font-size);font-weight:var(--utrecht-form-fieldset-legend-font-weight);line-height:var(--utrecht-form-fieldset-legend-line-height);text-transform:var(--utrecht-form-fieldset-legend-text-transform)}.utrecht-form-fieldset__legend--distanced,.utrecht-html legend{margin-block-end:var(--utrecht-form-fieldset-legend-margin-block-end);margin-block-start:var(--utrecht-form-fieldset-legend-margin-block-start)}.utrecht-form-label,.utrecht-html label{color:var(--utrecht-form-label-color);font-size:var(--utrecht-form-label-font-size);font-weight:var(--utrecht-form-label-font-weight)}.utrecht-form-label--checkbox,.utrecht-html input[type=checkbox i]~label{color:var(--utrecht-form-label-checkbox-color, var(--utrecht-form-label-color));font-weight:var(--utrecht-form-label-checkbox-font-weight, var(--utrecht-form-label-font-weight))}.utrecht-form-label--checked{font-weight:var(--utrecht-form-label-checked-font-weight, var(--utrecht-form-label-font-weight))}.utrecht-form-label--disabled{cursor:var(--utrecht-action-disabled-cursor);font-weight:var(--utrecht-form-label-disabled-color, var(--utrecht-form-label-color))}.utrecht-form-label--radio,.utrecht-html input[type=radio i]~label{color:var(--utrecht-form-label-checkbox-color, var(--utrecht-form-label-color));font-weight:var(--utrecht-form-label-radio-font-weight, var(--utrecht-form-label-font-weight))}.utrecht-heading-1,.utrecht-html h1{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,.utrecht-html h1{margin-block-end:var(--utrecht-heading-1-margin-block-end);margin-block-start:var(--utrecht-heading-1-margin-block-start)}.utrecht-heading-2,.utrecht-html h2{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,.utrecht-html h2{margin-block-end:var(--utrecht-heading-2-margin-block-end);margin-block-start:var(--utrecht-heading-2-margin-block-start)}.utrecht-heading-3,.utrecht-html h3{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,.utrecht-html h3{margin-block-end:var(--utrecht-heading-3-margin-block-end);margin-block-start:var(--utrecht-heading-3-margin-block-start)}.utrecht-heading-4,.utrecht-html h4{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,.utrecht-html h4{margin-block-end:var(--utrecht-heading-4-margin-block-end);margin-block-start:var(--utrecht-heading-4-margin-block-start)}.utrecht-heading-5,.utrecht-html h5{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,.utrecht-html h5{margin-block-end:var(--utrecht-heading-5-margin-block-end);margin-block-start:var(--utrecht-heading-5-margin-block-start)}.utrecht-heading-6,.utrecht-html h6{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,.utrecht-html h6{margin-block-end:var(--utrecht-heading-6-margin-block-end);margin-block-start:var(--utrecht-heading-6-margin-block-start)}.utrecht-link,.utrecht-html a:link{color:var(--utrecht-link-color, blue);text-decoration:var(--utrecht-link-text-decoration, underline);text-decoration-skip-ink:all;text-decoration-thickness:max(var(--utrecht-link-text-decoration-thickness), 1px);text-underline-offset:var(--utrecht-link-text-underline-offset)}.utrecht-link--icon-left{background-image:var(--utrecht-link-icon-left-background-image, none);background-position:0 0.25em;background-repeat:no-repeat;color:var(--utrecht-link-color, blue);font-weight:var(--utrecht-typography-weight-scale-bold-font-weight);padding-inline-start:var(--utrecht-space-block-md);text-decoration:none}.utrecht-link:visited,.utrecht-link--visited,.utrecht-html a:visited{color:var(--utrecht-link-visited-color, var(--utrecht-link-color))}.utrecht-link:hover,.utrecht-link--hover,.utrecht-html a: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));text-decoration-skip:none;text-decoration-skip-ink:none;text-decoration-thickness:max(var(--utrecht-link-hover-text-decoration-thickness, var(--utrecht-link-text-decoration-thickness)), 1px)}.utrecht-link:active,.utrecht-link--active,.utrecht-html a:active{color:var(--utrecht-link-active-color, var(--utrecht-link-color))}.utrecht-link--focus,.utrecht-html a:focus,.utrecht-link:focus{color:var(--utrecht-link-focus-color, var(--utrecht-link-color));text-decoration:var(--utrecht-link-focus-text-decoration, var(--utrecht-link-text-decoration, underline));text-decoration-skip:none;text-decoration-skip-ink:none;text-decoration-thickness:max(var(--utrecht-link-focus-text-decoration-thickness, var(--utrecht-link-text-decoration-thickness)), 1px)}.utrecht-link--focus-visible,.utrecht-html a:focus,.utrecht-link:focus{box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-link:focus:not(:focus-visible),.utrecht-html a:focus:not(:focus-visible):link{box-shadow:none;outline-style:none}.utrecht-link--telephone,.utrecht-html a[href^="tel:" i]{white-space:nowrap}.utrecht-html a:focus:not(:focus-visible){box-shadow:none;outline-style:none}.utrecht-ordered-list,.utrecht-html ol{font-family:var(--utrecht-document-font-family, inherit);margin-block-end:0;margin-block-start:0;padding-inline-start:var(--utrecht-ordered-list-padding-inline-start, var(--utrecht-unordered-list-padding-inline-start, 2ch))}.utrecht-ordered-list--distanced,.utrecht-html ol{margin-block-end:var(--utrecht-ordered-list-margin-block-end, var(--utrecht-unordered-list-margin-block-end));margin-block-start:var(--utrecht-ordered-list-margin-block-start, var(--utrecht-unordered-list-margin-block-start))}.utrecht-ordered-list--arabic,.utrecht-html ol:lang(ar){list-style:arabic-indic}.utrecht-ordered-list__item,.utrecht-html ol>li{margin-block-end:var(--utrecht-ordered-list-item-margin-block-end, var(--utrecht-unordered-list-item-margin-block-end));margin-block-start:var(--utrecht-ordered-list-item-margin-block-start, var(--utrecht-unordered-list-item-margin-block-start));padding-inline-start:var(--utrecht-ordered-list-item-padding-inline-start, var(--utrecht-unordered-list-item-padding-inline-start, 1ch))}.utrecht-paragraph,.utrecht-html p{color:var(--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,.utrecht-html p.lead{color:var(--utrecht-paragraph-lead-color, var(--utrecht-document-color, inherit));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,.utrecht-html *~p{margin-block-end:var(--utrecht-paragraph-margin-block-end);margin-block-start:var(--utrecht-paragraph-margin-block-start)}.utrecht-radio-button,.utrecht-html input[type=radio i]{margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0}.utrecht-radio-button--disabled,.utrecht-radio-button--html-input:disabled,.utrecht-html input[type=radio i]:disabled{cursor:var(--utrecht-action-disabled-cursor)}.utrecht-radio-button--focus-visible,.utrecht-radio-button--html-input:focus,.utrecht-html input[type=radio i]:focus{box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-radio-button--html-input:focus:not(:focus-visible),.utrecht-html input[type=radio i]:focus:not(:focus-visible){box-shadow:none;outline-style:none}.utrecht-separator,.utrecht-html hr{border-color:var(--utrecht-separator-color);border-style:solid;border-width:0 0 var(--utrecht-separator-block-size) 0}.utrecht-separator--distanced,.utrecht-html hr{margin-block-end:var(--utrecht-separator-margin-block-end);margin-block-start:var(--utrecht-separator-margin-block-start)}.utrecht-table,.utrecht-html table{border-collapse:collapse;border-color:var(--utrecht-table-border-color, 0);border-style:solid;border-width:var(--utrecht-table-border-width, 0);font-family:var(--utrecht-table-font-family, var(--utrecht-document-font-family));font-size:var(--utrecht-table-font-size, inherit);width:100%}.utrecht-table--distanced,.utrecht-html table{margin-block-end:var(--utrecht-table-margin-block-end);margin-block-start:var(--utrecht-table-margin-block-start)}.utrecht-table__caption,.utrecht-html caption{color:var(--utrecht-table-caption-color);font-family:var(--utrecht-table-caption-font-family);font-size:var(--utrecht-table-caption-font-size);font-weight:var(--utrecht-table-caption-font-weight);line-height:var(--utrecht-table-caption-line-height);margin-block-end:var(--utrecht-table-caption-margin-block-end);text-align:var(--utrecht-table-caption-text-align, center)}.utrecht-table__header,.utrecht-html thead{background-color:var(--utrecht-table-header-background-color);color:var(--utrecht-table-header-color);font-weight:var(--utrecht-table-header-font-weight);text-transform:var(--utrecht-table-header-text-transform);vertical-align:bottom}.utrecht-table__cell--last-header-row,.utrecht-html thead tr:last-child th{border-block-end-color:var(--utrecht-table-header-border-block-end-color, transparent);border-block-end-style:solid;border-block-end-width:var(--utrecht-table-header-border-block-end-width, 0)}.utrecht-table__body,.utrecht-html tbody{vertical-align:baseline}.utrecht-table__header-cell,.utrecht-html th{color:var(--utrecht-table-header-cell-color);font-size:var(--utrecht-table-header-cell-font-size);font-weight:var(--utrecht-table-header-cell-font-weight);text-align:start;text-transform:var(--utrecht-table-header-cell-text-transform)}.utrecht-table__cell,.utrecht-html th,.utrecht-html td{border-block-end-color:var(--utrecht-table-row-border-block-end-color, transparent);border-block-end-style:solid;border-block-end-width:var(--utrecht-table-row-border-block-end-width, 0);line-height:var(--utrecht-table-cell-line-height, inherit);padding-block-end:var(--utrecht-table-cell-padding-block-end, 0);padding-block-start:var(--utrecht-table-cell-padding-block-start, 0);padding-inline-end:var(--utrecht-table-cell-padding-inline-end, 0);padding-inline-start:var(--utrecht-table-cell-padding-inline-start, 0);text-align:start}.utrecht-table__cell--first,.utrecht-html td:first-child,.utrecht-html th:first-child{padding-inline-start:var(--utrecht-table-row-padding-inline-start, var(--utrecht-table-cell-padding-inline-start, 0))}.utrecht-table__cell--last,.utrecht-html td:last-child,.utrecht-html th:last-child{padding-inline-end:var(--utrecht-table-row-padding-inline-end, var(--utrecht-table-cell-padding-inline-end, 0))}.utrecht-table__header-cell--numeric-column,.utrecht-table__cell--numeric-column,.utrecht-html td.numeric,.utrecht-html thead>tr>th.numeric,.utrecht-html tfoot>tr>th.numeric,.utrecht-html th[scope=column].numeric{text-align:right}.utrecht-table__cell--numeric-data,.utrecht-html td.numeric{font-variant-numeric:lining-nums tabular-nums}.utrecht-table__row--alternate-odd,.utrecht-html table.alternate-row-color>tbody>tr:nth-child(odd)>td,.utrecht-html table.alternate-row-color>tbody>tr:nth-child(odd)>th,.utrecht-html table.alternate-row-color>tr:nth-child(odd)>td,.utrecht-html table.alternate-row-color>tr:nth-child(odd)>th{background-color:var(--utrecht-table-row-alternate-odd-background-color);color:var(--utrecht-table-row-alternate-odd-color)}.utrecht-table__row--alternate-even,.utrecht-html table.alternate-row-color>tbody>tr:nth-child(even)>td,.utrecht-html table.alternate-row-color>tbody>tr:nth-child(even)>th,.utrecht-html table.alternate-row-color>tr:nth-child(even)>td,.utrecht-html table.alternate-row-color>tr:nth-child(even)>th{background-color:var(--utrecht-table-row-alternate-even-background-color);color:var(--utrecht-table-row-alternate-even-color)}.utrecht-textarea,.utrecht-html textarea{background-color:var(--utrecht-textarea-background-color, var(--utrecht-form-input-background-color));border-width:var(--utrecht-textarea-border-width, var(--utrecht-form-input-border-width));border-bottom-width:var(--utrecht-textarea-border-bottom-width, var(--utrecht-textarea-border-width, var(--utrecht-form-input-border-width)));border-color:var(--utrecht-textarea-border-color, var(--utrecht-form-input-border-color));border-radius:var(--utrecht-textarea-border-radius, var(--utrecht-form-input-border-radius, 0));border-style:solid;box-sizing:border-box;color:var(--utrecht-textarea-color, var(--utrecht-form-input-color));font-family:var(--utrecht-textarea-font-family, var(--utrecht-form-input-font-family));font-size:var(--utrecht-textarea-font-size, var(--utrecht-form-input-font-size, 1em));max-inline-size:var(--utrecht-textarea-max-inline-size, var(--utrecht-form-input-max-inline-size));min-block-size:var(--utrecht-textarea-min-block-size);padding-block-end:var(--utrecht-textarea-padding-block-end, var(--utrecht-form-input-padding-block-end));padding-block-start:var(--utrecht-textarea-padding-block-start, var(--utrecht-form-input-padding-block-start));padding-inline-end:var(--utrecht-textarea-padding-inline-end, var(--utrecht-form-input-padding-inline-end));padding-inline-start:var(--utrecht-textarea-padding-inline-start, var(--utrecht-form-input-padding-inline-start));resize:vertical;width:100%}.utrecht-textarea--invalid,.utrecht-textarea--html-textarea:invalid,.utrecht-html textarea:invalid,.utrecht-textarea--html-textarea[aria-invalid=true],.utrecht-html textarea[aria-invalid=true]{background-color:var(--utrecht-textarea-invalid-background-color, var(--utrecht-form-input-invalid-background-color, var(--utrecht-textarea-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textarea-invalid-border-color, var(--utrecht-form-input-invalid-border-color, var(--utrecht-textarea-border-color, var(--utrecht-form-input-border-color))));border-width:var(--utrecht-textarea-invalid-border-width, var(--utrecht-form-input-invalid-border-width, var(--utrecht-textarea-border-width, var(--utrecht-form-input-border-width))))}.utrecht-textarea--disabled,.utrecht-textarea--html-textarea:disabled,.utrecht-html textarea:disabled{background-color:var(--utrecht-textarea-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-textarea-disabled-border-color, var(--utrecht-form-input-disabled-border-color, var(--utrecht-textarea-border-color, var(--utrecht-form-input-border-color))));color:var(--utrecht-textarea-disabled-color, var(--utrecht-form-input-disabled-color, var(--utrecht-textarea-color, var(--utrecht-form-input-color))));cursor:var(--utrecht-action-disabled-cursor)}.utrecht-textarea--focus,.utrecht-textarea--html-textarea:focus,.utrecht-html textarea:focus{background-color:var(--utrecht-textarea-focus-background-color, var(--utrecht-form-input-focus-background-color, var(--utrecht-textarea-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textarea-focus-border-color, var(--utrecht-form-input-focus-border-color, var(--utrecht-textarea-border-color, var(--utrecht-form-input-border-color))));color:var(--utrecht-textarea-focus-color, var(--utrecht-form-input-focus-color, var(--utrecht-textarea-color, var(--utrecht-form-input-color))))}.utrecht-textarea--focus-visible,.utrecht-textarea--html-textarea:focus,.utrecht-html textarea:focus{box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-textarea--read-only,.utrecht-textarea--html-textarea:read-only,.utrecht-html textarea:read-only{border-color:var(--utrecht-textarea-read-only-border, var(--utrecht-form-input-read-only-border-color, var(--utrecht-textarea-border, var(--utrecht-form-input-border-color))));color:var(--utrecht-textarea-read-only-color, var(--utrecht-form-input-read-only-color, var(--utrecht-textarea-color, var(--utrecht-form-input-color))))}.utrecht-textarea__placeholder,.utrecht-textarea--html-textarea::placeholder,.utrecht-html textarea::placeholder{color:var(--utrecht-textarea-placeholder-color, var(--utrecht-form-input-placeholder-color, var(--utrecht-textarea-color, var(--utrecht-form-input-color))));font-style:var(--utrecht-form-input-placeholder-font-style);opacity:100%}.utrecht-textarea--html-textarea:focus:not(:focus-visible),.utrecht-html textarea:focus:not(:focus-visible){box-shadow:none;outline-style:none}.utrecht-textbox,.utrecht-html input:not([type]),.utrecht-html input[type=date i],.utrecht-html input[type=datetime-local i],.utrecht-html input[type=email i],.utrecht-html input[type=month i],.utrecht-html input[type=number i],.utrecht-html input[type=password i],.utrecht-html input[type=search i],.utrecht-html input[type=tel i],.utrecht-html input[type=text i],.utrecht-html input[type=time i],.utrecht-html input[type=url i],.utrecht-html input[type=week i]{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-html input:invalid:not([type]),.utrecht-html input[type=date i]:invalid,.utrecht-html input[type=datetime-local i]:invalid,.utrecht-html input[type=email i]:invalid,.utrecht-html input[type=month i]:invalid,.utrecht-html input[type=number i]:invalid,.utrecht-html input[type=password i]:invalid,.utrecht-html input[type=search i]:invalid,.utrecht-html input[type=tel i]:invalid,.utrecht-html input[type=text i]:invalid,.utrecht-html input[type=time i]:invalid,.utrecht-html input[type=url i]:invalid,.utrecht-html input[type=week i]:invalid,.utrecht-textbox--html-input[aria-invalid=true],.utrecht-html input[aria-invalid=true]:not([type]),.utrecht-html input[aria-invalid=true][type=date i],.utrecht-html input[aria-invalid=true][type=datetime-local i],.utrecht-html input[aria-invalid=true][type=email i],.utrecht-html input[aria-invalid=true][type=month i],.utrecht-html input[aria-invalid=true][type=number i],.utrecht-html input[aria-invalid=true][type=password i],.utrecht-html input[aria-invalid=true][type=search i],.utrecht-html input[aria-invalid=true][type=tel i],.utrecht-html input[aria-invalid=true][type=text i],.utrecht-html input[aria-invalid=true][type=time i],.utrecht-html input[aria-invalid=true][type=url i],.utrecht-html input[aria-invalid=true][type=week i]{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,.utrecht-html input:disabled:not([type]),.utrecht-html input[type=date i]:disabled,.utrecht-html input[type=datetime-local i]:disabled,.utrecht-html input[type=email i]:disabled,.utrecht-html input[type=month i]:disabled,.utrecht-html input[type=number i]:disabled,.utrecht-html input[type=password i]:disabled,.utrecht-html input[type=search i]:disabled,.utrecht-html input[type=tel i]:disabled,.utrecht-html input[type=text i]:disabled,.utrecht-html input[type=time i]:disabled,.utrecht-html input[type=url i]:disabled,.utrecht-html input[type=week i]: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,.utrecht-html input:focus:not([type]),.utrecht-html input[type=date i]:focus,.utrecht-html input[type=datetime-local i]:focus,.utrecht-html input[type=email i]:focus,.utrecht-html input[type=month i]:focus,.utrecht-html input[type=number i]:focus,.utrecht-html input[type=password i]:focus,.utrecht-html input[type=search i]:focus,.utrecht-html input[type=tel i]:focus,.utrecht-html input[type=text i]:focus,.utrecht-html input[type=time i]:focus,.utrecht-html input[type=url i]:focus,.utrecht-html input[type=week i]:focus{background-color:var(--utrecht-textbox-focus-background-color, var(--utrecht-form-input-focus-background-color, var(--utrecht-textarea-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textbox-focus-border-color, var(--utrecht-form-input-focus-border-color, var(--utrecht-textarea-border-color, var(--utrecht-form-input-border-color))));color:var(--utrecht-textbox-focus-color, var(--utrecht-form-input-focus-color, var(--utrecht-textarea-color, var(--utrecht-form-input-color))))}.utrecht-textbox--focus-visible,.utrecht-textbox--html-input:focus,.utrecht-html input:focus:not([type]),.utrecht-html input[type=date i]:focus,.utrecht-html input[type=datetime-local i]:focus,.utrecht-html input[type=email i]:focus,.utrecht-html input[type=month i]:focus,.utrecht-html input[type=number i]:focus,.utrecht-html input[type=password i]:focus,.utrecht-html input[type=search i]:focus,.utrecht-html input[type=tel i]:focus,.utrecht-html input[type=text i]:focus,.utrecht-html input[type=time i]:focus,.utrecht-html input[type=url i]:focus,.utrecht-html input[type=week i]:focus{box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-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,.utrecht-html input:read-only:not([type]),.utrecht-html input[type=date i]:read-only,.utrecht-html input[type=datetime-local i]:read-only,.utrecht-html input[type=email i]:read-only,.utrecht-html input[type=month i]:read-only,.utrecht-html input[type=number i]:read-only,.utrecht-html input[type=password i]:read-only,.utrecht-html input[type=search i]:read-only,.utrecht-html input[type=tel i]:read-only,.utrecht-html input[type=text i]:read-only,.utrecht-html input[type=time i]:read-only,.utrecht-html input[type=url i]:read-only,.utrecht-html input[type=week i]: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,.utrecht-html input:not([type])::placeholder,.utrecht-html input[type=date i]::placeholder,.utrecht-html input[type=datetime-local i]::placeholder,.utrecht-html input[type=email i]::placeholder,.utrecht-html input[type=month i]::placeholder,.utrecht-html input[type=number i]::placeholder,.utrecht-html input[type=password i]::placeholder,.utrecht-html input[type=search i]::placeholder,.utrecht-html input[type=tel i]::placeholder,.utrecht-html input[type=text i]::placeholder,.utrecht-html input[type=time i]::placeholder,.utrecht-html input[type=url i]::placeholder,.utrecht-html input[type=week i]::placeholder{color:var(--utrecht-textbox-placeholder-color, var(--utrecht-form-input-placeholder-color, var(--utrecht-textbox-color, var(--utrecht-form-input-color))));font-style:var(--utrecht-form-input-placeholder-font-style);opacity:100%}.utrecht-textbox--numeric,.utrecht-html input[autocomplete~=bday i],.utrecht-html input[autocomplete~=bday-day i],.utrecht-html input[autocomplete~=bday-month i],.utrecht-html input[autocomplete~=bday-year i],.utrecht-html input[autocomplete~=cc-csc i],.utrecht-html input[autocomplete~=cc-exp i],.utrecht-html input[autocomplete~=cc-exp-month i],.utrecht-html input[autocomplete~=cc-exp-year i],.utrecht-html input[autocomplete~=cc-number i],.utrecht-html input[autocomplete~=one-time-code i],.utrecht-html input[autocomplete~=postal-code i],.utrecht-html input[autocomplete~=tel i],.utrecht-html input[autocomplete~=tel-area-code i],.utrecht-html input[autocomplete~=tel-country-code i],.utrecht-html input[autocomplete~=tel-extension i],.utrecht-html input[autocomplete~=tel-local i],.utrecht-html input[autocomplete~=tel-national i],.utrecht-html input[autocomplete~=transaction-amount i],.utrecht-html input[inputmode=decimal i],.utrecht-html input[inputmode=numeric i],.utrecht-html input[type=number i]{-moz-appearance:textfield;font-variant-numeric:lining-nums tabular-nums}.utrecht-textbox--password,.utrecht-html input[autocomplete~=current-password i],.utrecht-html input[autocomplete~=new-password i]{font-variant-ligatures:none;font-variant-numeric:slashed-zero}.utrecht-textbox--url,.utrecht-html input[type=url i]{font-variant-ligatures:none}.utrecht-textbox--html-input:focus:not(:focus-visible),.utrecht-html input:focus:not(:focus-visible):not([type]),.utrecht-html input[type=date i]:focus:not(:focus-visible),.utrecht-html input[type=datetime-local i]:focus:not(:focus-visible),.utrecht-html input[type=email i]:focus:not(:focus-visible),.utrecht-html input[type=month i]:focus:not(:focus-visible),.utrecht-html input[type=number i]:focus:not(:focus-visible),.utrecht-html input[type=password i]:focus:not(:focus-visible),.utrecht-html input[type=search i]:focus:not(:focus-visible),.utrecht-html input[type=tel i]:focus:not(:focus-visible),.utrecht-html input[type=text i]:focus:not(:focus-visible),.utrecht-html input[type=time i]:focus:not(:focus-visible),.utrecht-html input[type=url i]:focus:not(:focus-visible),.utrecht-html input[type=week i]:focus:not(:focus-visible){box-shadow:none;outline-style:none}.utrecht-unordered-list,.utrecht-html ul{font-family:var(--utrecht-document-font-family, inherit);font-size:var(--utrecht-document-font-size, inherit);line-height:var(--utrecht-document-line-height, inherit);margin-block-end:0;margin-block-start:0;padding-inline-start:var(--utrecht-unordered-list-padding-inline-start, 2ch)}.utrecht-unordered-list--distanced,.utrecht-html ul{margin-block-end:var(--utrecht-unordered-list-margin-block-end, var(--utrecht-paragraph-margin-block-end));margin-block-start:var(--utrecht-unordered-list-margin-block-start, var(--utrecht-paragraph-margin-block-start))}.utrecht-unordered-list--nested{margin-block-end:0;margin-inline-start:2ch}.utrecht-unordered-list__item,.utrecht-html ul>li{margin-block-end:var(--utrecht-unordered-list-item-margin-block-end);margin-block-start:var(--utrecht-unordered-list-item-margin-block-start);padding-inline-start:var(--utrecht-unordered-list-item-padding-inline-start, 1ch)}.utrecht-unordered-list__item::marker,.utrecht-html ul>li::marker,.utrecht-unordered-list__marker{color:var(--utrecht-unordered-list-marker-color);content:"●"}:host{display:block}:host([hidden]){display:none !important}';export{r as utrecht_html_content}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as o}from"./p-8ca6b8b1.js";const r=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)))}};r.style=".utrecht-logo-button{--utrecht-button-min-block-size:var(--utrecht-logo-button-block-size, 50px);--utrecht-logo-max-height:var(--utrecht-logo-button-block-size, 50px);--utrecht-logo-max-width:var(--utrecht-logo-button-block-size, 50px);display:inline-flex;gap:var(--utrecht-space-inline-sm)}.utrecht-logo-button__logo{order:1}.utrecht-logo-button__button{order:2}:host{display:block}:host([hidden]){display:none !important}";export{r as utrecht_logo_button}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as r}from"./p-8ca6b8b1.js";const i=class{constructor(r){t(this,r)}render(){return r("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"-10 -10 38 38"},r("title",null,"Information"),r("g",null,r("path",{fill:"currentColor",d:"M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20Z"}),r("path",{fill:"white",d:"M9 8.5C9 8.22386 9.22386 8 9.5 8H10.5C10.7761 8 11 8.22386 11 8.5V14.5C11 14.7761 10.7761 15 10.5 15H9.5C9.22386 15 9 14.7761 9 14.5V8.5Z"}),r("circle",{fill:"white",cx:"10",cy:"6",r:"1"})))}};i.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, currentColor);height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{i as utrecht_icon_information}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
let e,t,l,n=!1,o=!1,s=!1,i=!1,r=!1;const c="undefined"!=typeof window?window:{},f=c.document||{head:{}},u={t:0,l:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,l,n)=>e.addEventListener(t,l,n),rel:(e,t,l,n)=>e.removeEventListener(t,l,n),ce:(e,t)=>new CustomEvent(e,t)},a=e=>Promise.resolve(e),$=(()=>{try{return new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replace}catch(e){}return!1})(),d=new WeakMap,h=e=>"sc-"+e.o,b={},y=e=>"object"==(e=typeof e)||"function"===e,m=(e,t,...l)=>{let n=null,o=null,s=null,i=!1,r=!1,c=[];const f=t=>{for(let l=0;l<t.length;l++)n=t[l],Array.isArray(n)?f(n):null!=n&&"boolean"!=typeof n&&((i="function"!=typeof e&&!y(n))&&(n+=""),i&&r?c[c.length-1].i+=n:c.push(i?p(null,n):n),r=i)};if(f(l),t){t.key&&(o=t.key),t.name&&(s=t.name);{const e=t.className||t.class;e&&(t.class="object"!=typeof e?e:Object.keys(e).filter((t=>e[t])).join(" "))}}const u=p(e,null);return u.u=t,c.length>0&&(u.$=c),u.h=o,u.m=s,u},p=(e,t)=>({t:0,p:e,i:t,g:null,$:null,u:null,h:null,m:null}),w={},g=(e,t,l,n,o,s)=>{if(l!==n){let i=ee(e,t),r=t.toLowerCase();if("class"===t){const t=e.classList,o=S(l),s=S(n);t.remove(...o.filter((e=>e&&!s.includes(e)))),t.add(...s.filter((e=>e&&!o.includes(e))))}else if("key"===t);else if(i||"o"!==t[0]||"n"!==t[1]){const r=y(n);if((i||r&&null!==n)&&!o)try{if(e.tagName.includes("-"))e[t]=n;else{let o=null==n?"":n;"list"===t?i=!1:null!=l&&e[t]==o||(e[t]=o)}}catch(e){}null==n||!1===n?!1===n&&""!==e.getAttribute(t)||e.removeAttribute(t):(!i||4&s||o)&&!r&&e.setAttribute(t,n=!0===n?"":n)}else t="-"===t[2]?t.slice(3):ee(c,r)?r.slice(2):r[2]+t.slice(3),l&&u.rel(e,t,l,!1),n&&u.ael(e,t,n,!1)}},v=/\s/,S=e=>e?e.split(v):[],j=(e,t,l,n)=>{const o=11===t.g.nodeType&&t.g.host?t.g.host:t.g,s=e&&e.u||b,i=t.u||b;for(n in s)n in i||g(o,n,s[n],void 0,l,t.t);for(n in i)g(o,n,s[n],i[n],l,t.t)},k=(o,r,c,u)=>{let a,$,d,h=r.$[c],b=0;if(n||(s=!0,"slot"===h.p&&(e&&u.classList.add(e+"-s"),h.t|=h.$?2:1)),null!==h.i)a=h.g=f.createTextNode(h.i);else if(1&h.t)a=h.g=f.createTextNode("");else{if(i||(i="svg"===h.p),a=h.g=f.createElementNS(i?"http://www.w3.org/2000/svg":"http://www.w3.org/1999/xhtml",2&h.t?"slot-fb":h.p),i&&"foreignObject"===h.p&&(i=!1),j(null,h,i),null!=e&&a["s-si"]!==e&&a.classList.add(a["s-si"]=e),h.$)for(b=0;b<h.$.length;++b)$=k(o,h,b,a),$&&a.appendChild($);"svg"===h.p?i=!1:"foreignObject"===a.tagName&&(i=!0)}return a["s-hn"]=l,3&h.t&&(a["s-sr"]=!0,a["s-cr"]=t,a["s-sn"]=h.m||"",d=o&&o.$&&o.$[c],d&&d.p===h.p&&o.g&&O(o.g,!1)),a},O=(e,t)=>{u.t|=1;const n=e.childNodes;for(let e=n.length-1;e>=0;e--){const o=n[e];o["s-hn"]!==l&&o["s-ol"]&&(T(o).insertBefore(o,R(o)),o["s-ol"].remove(),o["s-ol"]=void 0,s=!0),t&&O(o,t)}u.t&=-2},M=(e,t,n,o,s,i)=>{let r,c=e["s-cr"]&&e["s-cr"].parentNode||e;for(c.shadowRoot&&c.tagName===l&&(c=c.shadowRoot);s<=i;++s)o[s]&&(r=k(null,n,s,e),r&&(o[s].g=r,c.insertBefore(r,R(t))))},C=(e,t,l,n,s)=>{for(;t<=l;++t)(n=e[t])&&(o=!0,(s=n.g)["s-ol"]?s["s-ol"].remove():O(s,!0),s.remove())},P=(e,t)=>e.p===t.p&&("slot"===e.p?e.m===t.m:e.h===t.h),R=e=>e&&e["s-ol"]||e,T=e=>(e["s-ol"]?e["s-ol"]:e).parentNode,x=(e,t)=>{const l=t.g=e.g,n=e.$,o=t.$,s=t.p,r=t.i;let c;null===r?(i="svg"===s||"foreignObject"!==s&&i,"slot"===s||j(e,t,i),null!==n&&null!==o?((e,t,l,n)=>{let o,s,i=0,r=0,c=0,f=0,u=t.length-1,a=t[0],$=t[u],d=n.length-1,h=n[0],b=n[d];for(;i<=u&&r<=d;)if(null==a)a=t[++i];else if(null==$)$=t[--u];else if(null==h)h=n[++r];else if(null==b)b=n[--d];else if(P(a,h))x(a,h),a=t[++i],h=n[++r];else if(P($,b))x($,b),$=t[--u],b=n[--d];else if(P(a,b))"slot"!==a.p&&"slot"!==b.p||O(a.g.parentNode,!1),x(a,b),e.insertBefore(a.g,$.g.nextSibling),a=t[++i],b=n[--d];else if(P($,h))"slot"!==a.p&&"slot"!==b.p||O($.g.parentNode,!1),x($,h),e.insertBefore($.g,a.g),$=t[--u],h=n[++r];else{for(c=-1,f=i;f<=u;++f)if(t[f]&&null!==t[f].h&&t[f].h===h.h){c=f;break}c>=0?(s=t[c],s.p!==h.p?o=k(t&&t[r],l,c,e):(x(s,h),t[c]=void 0,o=s.g),h=n[++r]):(o=k(t&&t[r],l,r,e),h=n[++r]),o&&T(a.g).insertBefore(o,R(a.g))}i>u?M(e,null==n[d+1]?null:n[d+1].g,l,n,r,d):r>d&&C(t,i,u)})(l,n,t,o):null!==o?(null!==e.i&&(l.textContent=""),M(l,null,t,o,0,o.length-1)):null!==n&&C(n,0,n.length-1),i&&"svg"===s&&(i=!1)):(c=l["s-cr"])?c.parentNode.textContent=r:e.i!==r&&(l.data=r)},N=e=>{let t,l,n,o,s,i,r=e.childNodes;for(l=0,n=r.length;l<n;l++)if(t=r[l],1===t.nodeType){if(t["s-sr"])for(s=t["s-sn"],t.hidden=!1,o=0;o<n;o++)if(i=r[o].nodeType,r[o]["s-hn"]!==t["s-hn"]||""!==s){if(1===i&&s===r[o].getAttribute("slot")){t.hidden=!0;break}}else if(1===i||3===i&&""!==r[o].textContent.trim()){t.hidden=!0;break}N(t)}},E=[],A=e=>{let t,l,n,s,i,r,c=0,f=e.childNodes,u=f.length;for(;c<u;c++){if(t=f[c],t["s-sr"]&&(l=t["s-cr"])&&l.parentNode)for(n=l.parentNode.childNodes,s=t["s-sn"],r=n.length-1;r>=0;r--)l=n[r],l["s-cn"]||l["s-nr"]||l["s-hn"]===t["s-hn"]||(F(l,s)?(i=E.find((e=>e.v===l)),o=!0,l["s-sn"]=l["s-sn"]||s,i?i.S=t:E.push({S:t,v:l}),l["s-sr"]&&E.map((e=>{F(e.v,l["s-sn"])&&(i=E.find((e=>e.v===l)),i&&!e.S&&(e.S=i.S))}))):E.some((e=>e.v===l))||E.push({v:l}));1===t.nodeType&&A(t)}},F=(e,t)=>1===e.nodeType?null===e.getAttribute("slot")&&""===t||e.getAttribute("slot")===t:e["s-sn"]===t||""===t,L=e=>X(e).j,U=(e,t,l)=>{const n=L(e);return{emit:e=>W(n,t,{bubbles:!!(4&l),composed:!!(2&l),cancelable:!!(1&l),detail:e})}},W=(e,t,l)=>{const n=u.ce(t,l);return e.dispatchEvent(n),n},q=(e,t)=>{t&&!e.k&&t["s-p"]&&t["s-p"].push(new Promise((t=>e.k=t)))},H=(e,t)=>{if(e.t|=16,!(4&e.t))return q(e,e.O),ae((()=>V(e,t)));e.t|=512},V=(e,t)=>{const l=e.M;return G(void 0,(()=>_(e,l,t)))},_=async(e,t,l)=>{const n=e.j,o=n["s-rc"];l&&(e=>{const t=e.C,l=e.j,n=t.t,o=((e,t)=>{let l=h(t),n=oe.get(l);if(e=11===e.nodeType?e:f,n)if("string"==typeof n){let t,o=d.get(e=e.head||e);if(o||d.set(e,o=new Set),!o.has(l)){{t=f.createElement("style"),t.innerHTML=n;const l=e.ownerDocument.querySelector("style[nonce]");l&&(t.setAttribute("nonce",l.getAttribute("nonce")),console.log("CSP nonce-"+l.getAttribute("nonce"))),e.insertBefore(t,e.querySelector("link"))}o&&o.add(l)}}else e.adoptedStyleSheets.includes(n)||(e.adoptedStyleSheets=[...e.adoptedStyleSheets,n]);return l})(l.shadowRoot?l.shadowRoot:l.getRootNode(),t);10&n&&(l["s-sc"]=o,l.classList.add(o+"-h"))})(e);z(e,t),o&&(o.map((e=>e())),n["s-rc"]=void 0);{const t=n["s-p"],l=()=>B(e);0===t.length?l():(Promise.all(t).then(l),e.t|=4,t.length=0)}},z=(i,r)=>{try{r=r.render(),i.t&=-17,i.t|=2,((i,r)=>{const c=i.j,a=i.C,$=i.P||p(null,null),d=(e=>e&&e.p===w)(r)?r:m(null,null,r);if(l=c.tagName,a.R&&(d.u=d.u||{},a.R.map((([e,t])=>d.u[t]=c[e]))),d.p=null,d.t|=4,i.P=d,d.g=$.g=c.shadowRoot||c,e=c["s-sc"],t=c["s-cr"],n=0!=(1&a.t),o=!1,x($,d),u.t|=1,s){let e,t,l,n,o,s;A(d.g);let i=0;for(;i<E.length;i++)e=E[i],t=e.v,t["s-ol"]||(l=f.createTextNode(""),l["s-nr"]=t,t.parentNode.insertBefore(t["s-ol"]=l,t));for(i=0;i<E.length;i++)if(e=E[i],t=e.v,e.S){for(n=e.S.parentNode,o=e.S.nextSibling,l=t["s-ol"];l=l.previousSibling;)if(s=l["s-nr"],s&&s["s-sn"]===t["s-sn"]&&n===s.parentNode&&(s=s.nextSibling,!s||!s["s-nr"])){o=s;break}(!o&&n!==t.parentNode||t.nextSibling!==o)&&t!==o&&(!t["s-hn"]&&t["s-ol"]&&(t["s-hn"]=t["s-ol"].parentNode.nodeName),n.insertBefore(t,o))}else 1===t.nodeType&&(t.hidden=!0)}o&&N(d.g),u.t&=-2,E.length=0})(i,r)}catch(e){te(e,i.j)}return null},B=e=>{const t=e.j,l=e.O;64&e.t||(e.t|=64,I(t),e.T(t),l||D()),e.k&&(e.k(),e.k=void 0),512&e.t&&ue((()=>H(e,!1))),e.t&=-517},D=()=>{I(f.documentElement),ue((()=>W(c,"appload",{detail:{namespace:"utrecht"}})))},G=(e,t)=>e&&e.then?e.then(t):t(),I=e=>e.classList.add("hydrated"),J=(e,t,l)=>{if(t.N){const n=Object.entries(t.N),o=e.prototype;if(n.map((([e,[n]])=>{(31&n||2&l&&32&n)&&Object.defineProperty(o,e,{get(){return((e,t)=>X(this).A.get(t))(0,e)},set(l){((e,t,l,n)=>{const o=X(e),s=o.A.get(t),i=o.t,r=o.M;l=((e,t)=>null==e||y(e)?e:4&t?"false"!==e&&(""===e||!!e):2&t?parseFloat(e):1&t?e+"":e)(l,n.N[t][0]),8&i&&void 0!==s||l===s||Number.isNaN(s)&&Number.isNaN(l)||(o.A.set(t,l),r&&2==(18&i)&&H(o,!1))})(this,e,l,t)},configurable:!0,enumerable:!0})})),1&l){const l=new Map;o.attributeChangedCallback=function(e,t,n){u.jmp((()=>{const t=l.get(e);if(this.hasOwnProperty(t))n=this[t],delete this[t];else if(o.hasOwnProperty(t)&&"number"==typeof this[t]&&this[t]==n)return;this[t]=(null!==n||"boolean"!=typeof this[t])&&n}))},e.observedAttributes=n.filter((([e,t])=>15&t[0])).map((([e,n])=>{const o=n[1]||e;return l.set(o,e),512&n[0]&&t.R.push([e,o]),o}))}}return e},K=(e,t={})=>{const l=[],n=t.exclude||[],o=c.customElements,s=f.head,i=s.querySelector("meta[charset]"),r=f.createElement("style"),a=[];let d,b=!0;Object.assign(u,t),u.l=new URL(t.resourcesUrl||"./",f.baseURI).href,e.map((e=>{e[1].map((t=>{const s={t:t[0],o:t[1],N:t[2],F:t[3]};s.N=t[2],s.R=[];const i=s.o,r=class extends HTMLElement{constructor(e){super(e),Z(e=this,s),1&s.t&&e.attachShadow({mode:"open"})}connectedCallback(){d&&(clearTimeout(d),d=null),b?a.push(this):u.jmp((()=>(e=>{if(0==(1&u.t)){const t=X(e),l=t.C,n=()=>{};if(!(1&t.t)){t.t|=1,12&l.t&&(e=>{const t=e["s-cr"]=f.createComment("");t["s-cn"]=!0,e.insertBefore(t,e.firstChild)})(e);{let l=e;for(;l=l.parentNode||l.host;)if(l["s-p"]){q(t,t.O=l);break}}l.N&&Object.entries(l.N).map((([t,[l]])=>{if(31&l&&e.hasOwnProperty(t)){const l=e[t];delete e[t],e[t]=l}})),(async(e,t,l,n,o)=>{if(0==(32&t.t)){{if(t.t|=32,(o=ne(l)).then){const e=()=>{};o=await o,e()}o.isProxied||(J(o,l,2),o.isProxied=!0);const e=()=>{};t.t|=8;try{new o(t)}catch(e){te(e)}t.t&=-9,e()}if(o.style){let e=o.style;const t=h(l);if(!oe.has(t)){const n=()=>{};((e,t,l)=>{let n=oe.get(e);$&&l?(n=n||new CSSStyleSheet,n.replace(t)):n=t,oe.set(e,n)})(t,e,!!(1&l.t)),n()}}}const s=t.O,i=()=>H(t,!0);s&&s["s-rc"]?s["s-rc"].push(i):i()})(0,t,l)}n()}})(this)))}disconnectedCallback(){u.jmp((()=>{}))}componentOnReady(){return X(this).L}};s.U=e[0],n.includes(i)||o.get(i)||(l.push(i),o.define(i,J(r,s,1)))}))}));{r.innerHTML=l+"{visibility:hidden}.hydrated{visibility:inherit}",r.setAttribute("data-styles","");const e=r.ownerDocument.querySelector("style[nonce]");e&&r.setAttribute("nonce",e.getAttribute("nonce")),s.insertBefore(r,i?i.nextSibling:s.firstChild)}b=!1,a.length?a.map((e=>e.connectedCallback())):u.jmp((()=>d=setTimeout(D,30)))},Q=new WeakMap,X=e=>Q.get(e),Y=(e,t)=>Q.set(t.M=e,t),Z=(e,t)=>{const l={t:0,j:e,C:t,A:new Map};return l.L=new Promise((e=>l.T=e)),e["s-p"]=[],e["s-rc"]=[],Q.set(e,l)},ee=(e,t)=>t in e,te=(e,t)=>(0,console.error)(e,t),le=new Map,ne=e=>{const t=e.o.replace(/-/g,"_"),l=e.U,n=le.get(l);return n?n[t]:import(`./${l}.entry.js`).then((e=>(le.set(l,e),e[t])),te)},oe=new Map,se=[],ie=[],re=(e,t)=>l=>{e.push(l),r||(r=!0,t&&4&u.t?ue(fe):u.raf(fe))},ce=e=>{for(let t=0;t<e.length;t++)try{e[t](performance.now())}catch(e){te(e)}e.length=0},fe=()=>{ce(se),ce(ie),(r=se.length>0)&&u.raf(fe)},ue=e=>a().then(e),ae=re(ie,!0);export{K as b,U as c,L as g,m as h,a as p,Y as r}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r,h as t}from"./p-8ca6b8b1.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{color:var(--utrecht-form-field-description-color);font-family:var(--utrecht-document-font-family, inherit);font-size:var(--utrecht-form-field-description-font-size, inherit);font-style:var(--utrecht-form-field-description-font-style)}.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)))}.utrecht-form-field-description--warning{color:var(--utrecht-form-field-description-warning-color, var(--utrecht-feedback-warning-color))}:host{display:block}:host([hidden]){display:none !important}";export{e as utrecht_form_field_description}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as e,h as t}from"./p-8ca6b8b1.js";const a=class{constructor(t){e(this,t)}render(){return t("div",{class:"utrecht-page"},t("div",{class:"utrecht-page__content"},t("slot",null)))}};a.style=".utrecht-page{margin-inline-end:auto;margin-inline-start:auto;max-inline-size:calc(var(--utrecht-page-max-inline-size) - var(--utrecht-page-margin-inline-start, 0px) - var(--utrecht-page-margin-inline-end, 0px));padding-inline-end:var(--utrecht-page-margin-inline-end);padding-inline-start:var(--utrecht-page-margin-inline-start)}.utrecht-page__content{background-color:var(--utrecht-page-background-color);color:var(--utrecht-page-color);max-inline-size:var(--utrecht-page-max-inline-size)}:host{display:block}:host([hidden]){display:none !important}";export{a as utrecht_page}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r,h as t}from"./p-8ca6b8b1.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, currentColor);height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{o as utrecht_icon_cross}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r,h as t}from"./p-8ca6b8b1.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, currentColor);height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{c as utrecht_icon_list}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as C,h as r}from"./p-8ca6b8b1.js";const t=class{constructor(r){C(this,r)}render(){return r("svg",{width:"39",height:"37",viewBox:"0 0 39 37",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r("path",{d:"M13.84 33.2396C13.84 33.9318 13.6347 34.6085 13.2501 35.1841C12.8655 35.7596 12.3189 36.2082 11.6794 36.4731C11.0398 36.7381 10.3361 36.8074 9.65716 36.6723C8.97823 36.5373 8.35459 36.2039 7.86511 35.7144C7.37562 35.2249 7.04227 34.6013 6.90722 33.9224C6.77217 33.2434 6.84147 32.5397 7.10638 31.9002C7.37129 31.2606 7.81993 30.714 8.3955 30.3294C8.97108 29.9448 9.64773 29.7396 10.34 29.7396C11.2682 29.7396 12.1584 30.1083 12.8148 30.7647C13.4712 31.4211 13.84 32.3113 13.84 33.2396Z",fill:"currentColor"}),r("path",{d:"M35.24 11.3796H15.24C14.8147 11.3796 14.47 11.7243 14.47 12.1496V27.7096C14.47 28.1348 14.8147 28.4796 15.24 28.4796H35.24C35.6652 28.4796 36.01 28.1348 36.01 27.7096V12.1496C36.01 11.7243 35.6652 11.3796 35.24 11.3796Z",fill:"currentColor"}),r("path",{d:"M38.73 33.2396C38.73 33.9318 38.5247 34.6085 38.1401 35.1841C37.7555 35.7596 37.2089 36.2082 36.5693 36.4731C35.9298 36.7381 35.2261 36.8074 34.5472 36.6723C33.8682 36.5373 33.2446 36.2039 32.7551 35.7144C32.2656 35.2249 31.9323 34.6013 31.7972 33.9224C31.6622 33.2434 31.7315 32.5397 31.9964 31.9002C32.2613 31.2606 32.7099 30.714 33.2855 30.3294C33.861 29.9448 34.5377 29.7396 35.23 29.7396C36.1582 29.7396 37.0485 30.1083 37.7048 30.7647C38.3612 31.4211 38.73 32.3113 38.73 33.2396Z",fill:"currentColor"}),r("path",{d:"M31.6299 31.0296C31.63 31.0803 31.6198 31.1306 31.6001 31.1773C31.5804 31.2241 31.5515 31.2664 31.5151 31.3019C31.4788 31.3373 31.4358 31.3651 31.3885 31.3836C31.3412 31.4021 31.2907 31.4109 31.24 31.4096H14.6299C14.5787 31.4109 14.5277 31.4021 14.4799 31.3837C14.4321 31.3654 14.3884 31.3377 14.3513 31.3024C14.3141 31.2671 14.2842 31.2249 14.2634 31.1781C14.2426 31.1312 14.2313 31.0808 14.23 31.0296V30.4196C14.2313 30.3683 14.2426 30.3179 14.2634 30.2711C14.2842 30.2242 14.3141 30.182 14.3513 30.1467C14.3884 30.1114 14.4321 30.0838 14.4799 30.0654C14.5277 30.047 14.5787 30.0382 14.6299 30.0396H31.24C31.2907 30.0382 31.3412 30.0471 31.3885 30.0656C31.4358 30.0841 31.4788 30.1118 31.5151 30.1473C31.5515 30.1827 31.5804 30.225 31.6001 30.2718C31.6198 30.3186 31.63 30.3688 31.6299 30.4196V31.0296Z",fill:"currentColor"}),r("path",{d:"M11.33 28.0495H11.55C11.79 28.0495 12.18 28.0495 12.42 28.0495C12.66 28.0495 12.85 27.7095 12.85 27.2795V18.7195C12.8513 18.618 12.8323 18.5173 12.7941 18.4233C12.7559 18.3292 12.6992 18.2438 12.6274 18.172C12.5557 18.1003 12.4702 18.0436 12.3762 18.0054C12.2822 17.9672 12.1814 17.9482 12.08 17.9495H4.57996C4.35996 17.9495 4.04 18.2695 3.87 18.6495L0.299988 27.0295C0.115213 27.4983 0.0137015 27.9958 0 28.4995V33.0595C0.00259154 33.2629 0.0845485 33.4573 0.228394 33.6011C0.372239 33.745 0.566547 33.8269 0.769958 33.8295H3.76996C4.00084 33.8162 4.22535 33.7485 4.42517 33.6321C4.62499 33.5157 4.79451 33.3538 4.91998 33.1595C4.91998 33.1595 7.90996 28.0495 11.33 28.0495Z",fill:"currentColor"}),r("path",{d:"M11.91 12.3895C11.49 12.3895 11.4 12.1595 11.71 11.8795L24.65 0.209549C24.8091 0.0742734 25.0112 0 25.22 0C25.4288 0 25.6309 0.0742734 25.79 0.209549L38.72 11.8795C39.04 12.1595 38.95 12.3895 38.53 12.3895H11.91Z",fill:"currentColor"}),r("path",{d:"M8.12992 25.9295C8.33149 25.9295 8.52481 25.8495 8.66734 25.7069C8.80987 25.5644 8.88993 25.3711 8.88993 25.1695V19.7795C8.88995 19.577 8.8102 19.3827 8.66795 19.2386C8.5257 19.0944 8.3324 19.0122 8.12992 19.0095H5.23997C5.04997 19.0095 4.75995 19.3295 4.58995 19.7195L2.23997 25.2295C2.19625 25.3056 2.17472 25.3924 2.17778 25.4801C2.18083 25.5678 2.20833 25.6528 2.25724 25.7257C2.30615 25.7985 2.3745 25.8562 2.45451 25.8923C2.53451 25.9283 2.62298 25.9412 2.70994 25.9295H8.12992Z",fill:"white"}))}};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, currentColor);height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{t as utrecht_icon_verhuizen}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as r}from"./p-8ca6b8b1.js";const e=class{constructor(r){t(this,r)}render(){return r("h1",{class:"utrecht-heading-1"},r("slot",null))}};e.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)}:host{display:block}:host([hidden]){display:none !important}";export{e as utrecht_heading_1}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,c as r,h as o,g as u}from"./p-8ca6b8b1.js";import{c as e}from"./p-4070c1e5.js";const c=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:e("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)}};c.style=".utrecht-button{background-color:var(--utrecht-button-primary-action-background-color, var(--utrecht-button-background-color));border-color:var(--utrecht-button-border-color, transparent);border-radius:var(--utrecht-button-border-radius);border-style:solid;border-width:var(--utrecht-button-border-width, 0);color:var(--utrecht-button-primary-action-color, var(--utrecht-button-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);min-block-size:var(--utrecht-button-min-block-size, auto);min-inline-size:var(--utrecht-button-min-inline-size, 0);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);user-select:none}.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, var(--utrecht-button-background-color));border-color:var(--utrecht-button-disabled-border-color, var(--utrecht-button-border-color));color:var(--utrecht-button-disabled-color, var(--utrecht-button-color));cursor:var(--utrecht-action-disabled-cursor)}.utrecht-button:active:not(:disabled):not([aria-disabled=true]):not(.utrecht-button--disabled),.utrecht-button--active{background-color:var(--utrecht-button-active-background-color, var(--utrecht-button-background-color));border-color:var(--utrecht-button-active-border-color, var(--utrecht-button-border-color));color:var(--utrecht-button-active-color, var(--utrecht-button-color))}.utrecht-button--focus-visible,.utrecht-button:focus:not(:disabled):not([aria-disabled=true]):not(.utrecht-button--disabled){box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-button--focus,.utrecht-button:focus:not(:disabled):not([aria-disabled=true]):not(.utrecht-button--disabled){background-color:var(--utrecht-button-focus-background-color, var(--utrecht-button-background-color));border-color:var(--utrecht-button-focus-border-color, var(--utrecht-button-border-color));color:var(--utrecht-button-focus-color, var(--utrecht-button-color))}.utrecht-button:focus:not(:focus-visible){box-shadow:none;outline-style:none}.utrecht-button--hover:not(:disabled),.utrecht-button:hover:not(:disabled):not([aria-disabled=true]):not(.utrecht-button--disabled){background-color:var(--utrecht-button-hover-background-color, var(--utrecht-button-background-color));border-color:var(--utrecht-button-hover-border-color, var(--utrecht-button-border-color));color:var(--utrecht-button-hover-color, var(--utrecht-button-color));transform:scale(var(--utrecht-button-focus-transform-scale, 1))}:host{display:inline-block}:host([hidden]){display:none !important}";const n=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"}))}};n.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{c as utrecht_button,n as utrecht_digid_logo}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r,h as t}from"./p-8ca6b8b1.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 .utrecht-link--telephone{color:#fff}.utrecht-page-footer .utrecht-paragraph{color:#fff}.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}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r,h as t}from"./p-8ca6b8b1.js";const o=class{constructor(t){r(this,t)}render(){return t("svg",{width:"35",height:"26",viewBox:"0 0 35 26",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M33.66 0H1.2C0.881745 0 0.576515 0.126427 0.351471 0.351471C0.126427 0.576515 7.06621e-10 0.881737 7.06606e-10 1.2V24.07C-1.08999e-05 24.3892 0.1261 24.6954 0.350861 24.9221C0.575621 25.1487 0.880829 25.2774 1.2 25.28H33.66C33.8184 25.28 33.9753 25.2486 34.1215 25.1877C34.2678 25.1268 34.4005 25.0375 34.5121 24.925C34.6237 24.8125 34.7118 24.679 34.7715 24.5323C34.8313 24.3855 34.8613 24.2284 34.86 24.07V1.2C34.86 0.881737 34.7336 0.576515 34.5085 0.351471C34.2835 0.126427 33.9783 0 33.66 0V0ZM10.14 21H9.06001L5.93999 15.12V21H5.12V14.43H6.48L9.32 19.8V14.43H10.14V21ZM16.05 21H11.89V14.43H12.76V20.23H16.05V21ZM16.49 10.35H3.21V8.76999H16.49V10.35ZM16.49 5.34999H3.21V3.75999H16.49V5.34999ZM31.38 15.07C31.3697 15.3123 31.2661 15.5412 31.0909 15.709C30.9158 15.8767 30.6825 15.9702 30.44 15.97H20.53C20.2913 15.97 20.0624 15.8752 19.8936 15.7064C19.7248 15.5376 19.63 15.3087 19.63 15.07V4.29999C19.63 4.06129 19.7248 3.83239 19.8936 3.6636C20.0624 3.49482 20.2913 3.39999 20.53 3.39999H30.44C30.6833 3.39725 30.9179 3.48994 31.0937 3.65819C31.2694 3.82643 31.3722 4.05683 31.38 4.29999V15.07Z",fill:"currentColor"}),t("path",{d:"M30.13 14.06V13.38C30.13 12.06 28.65 11 26.83 11H24.07C22.25 11 20.77 12.06 20.77 13.38V14.06H30.13Z",fill:"currentColor"}),t("path",{d:"M28.03 8.17999C28.0439 8.69259 27.9047 9.19772 27.6303 9.63087C27.3558 10.064 26.9585 10.4056 26.4891 10.6119C26.0196 10.8182 25.4993 10.88 24.9946 10.7893C24.4899 10.6986 24.0237 10.4596 23.6554 10.1027C23.2872 9.74582 23.0337 9.28733 22.9272 8.78572C22.8207 8.28411 22.8661 7.76214 23.0576 7.28645C23.2491 6.81076 23.578 6.40293 24.0024 6.11502C24.4267 5.82711 24.9272 5.67217 25.44 5.67C25.7749 5.6647 26.1075 5.72543 26.4189 5.84871C26.7303 5.97199 27.0144 6.1554 27.2549 6.38849C27.4954 6.62157 27.6877 6.89976 27.8207 7.20715C27.9536 7.51454 28.0248 7.84511 28.03 8.17999V8.17999Z",fill:"currentColor"}))}};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, currentColor);height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{o as utrecht_icon_paspoort}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as c,h as l}from"./p-8ca6b8b1.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, 192px);max-width:var(--utrecht-logo-max-width, 96px)}.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}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r,h as t}from"./p-8ca6b8b1.js";const o=class{constructor(t){r(this,t)}render(){return t("svg",{xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"-8 -8 43 43"},t("title",null,"LinkedIn"),t("g",null,t("path",{fill:"currentColor","fill-rule":"nonzero",d:"M0.465517241,8.84482759 L6.05172414,8.84482759 L6.05172414,27 L0.465517241,27 L0.465517241,8.84482759 Z M3.25862069,0 C4.88793103,0 6.51724138,1.39655172 6.51724138,3.25862069 C6.51724138,5.12068966 4.88793103,6.51724138 3.25862069,6.51724138 C1.39655172,6.51724138 0,5.12068966 0,3.25862069 C0,1.39655172 1.39655172,0 3.25862069,0 Z"}),t("path",{fill:"currentColor",d:"M9.31034483,8.84482759 L14.7351724,8.84482759 L14.7351724,11.4051724 C15.4427586,10.0086207 17.3296552,8.37931034 20.16,8.37931034 C25.8206897,8.37931034 27,12.1034483 27,16.9913793 L27,27 L21.3393103,27 L21.3393103,18.1551724 C21.3393103,16.0603448 21.3393103,13.2672414 18.2731034,13.2672414 C15.2068966,13.2672414 14.9710345,15.5948276 14.9710345,17.9224138 L14.9710345,26.7672414 L9.31034483,26.7672414 L9.31034483,8.84482759 Z"})))}};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, currentColor);height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{o as utrecht_icon_linkedin}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as e,h as t}from"./p-8ca6b8b1.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:var(--utrecht-badge-font-style, normal);font-weight:var(--utrecht-badge-font-weight, bold);line-height:var(--utrecht-badge-line-height);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:var(--utrecht-badge-counter-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}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r,h as t}from"./p-8ca6b8b1.js";const e=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"})))}};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, currentColor);height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{e as utrecht_icon_loupe}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,c as e,h as r}from"./p-8ca6b8b1.js";import{c as o}from"./p-4070c1e5.js";const c=class{constructor(r){t(this,r),this.utrechtBlur=e(this,"utrechtBlur",7),this.utrechtChange=e(this,"utrechtChange",7),this.utrechtFocus=e(this,"utrechtFocus",7),this.utrechtInput=e(this,"utrechtInput",7),this.label=!1,this.disabled=!1,this.checked=!1,this.invalid=!1,this.required=!1,this.value=""}render(){const{checked:t,disabled:e,invalid:c,required:l,value:a}=this;return r("div",{class:"utrecht-form-field utrecht-form-field--checkbox"},r("input",{id:"input",class:o("utrecht-checkbox"),type:"checkbox",checked:t,disabled:e,"aria-invalid":c?"true":null,required:l,value:a,onBlur:t=>this.utrechtBlur.emit(t),onChange:t=>this.utrechtChange.emit(t),onFocus:t=>this.utrechtFocus.emit(t),onInput:t=>{this.checked=t.target.checked,this.utrechtInput.emit(t)}}),r("label",{class:o("utrecht-form-field__label","utrecht-form-field__label--checkbox","utrecht-form-label","utrecht-form-label--checkbox"),htmlFor:"input"},r("slot",null)))}};c.style=".utrecht-form-field{font-family:var(--utrecht-document-font-family, inherit);max-inline-size:var(--utrecht-form-field-max-inline-size)}.utrecht-form-field--distanced{margin-block-end:var(--utrecht-form-field-margin-block-end, var(--utrecht-paragraph-margin-block-end));margin-block-start:var(--utrecht-form-field-margin-block-start, var(--utrecht-paragraph-margin-block-start))}.utrecht-form-field__label--checkbox{margin-inline-start:1ch}.utrecht-form-label{color:var(--utrecht-form-label-color);font-size:var(--utrecht-form-label-font-size);font-weight:var(--utrecht-form-label-font-weight)}.utrecht-form-label--checkbox{color:var(--utrecht-form-label-checkbox-color, var(--utrecht-form-label-color));font-weight:var(--utrecht-form-label-checkbox-font-weight, var(--utrecht-form-label-font-weight))}.utrecht-form-label--checked{font-weight:var(--utrecht-form-label-checked-font-weight, var(--utrecht-form-label-font-weight))}.utrecht-form-label--disabled{cursor:var(--utrecht-action-disabled-cursor);font-weight:var(--utrecht-form-label-disabled-color, var(--utrecht-form-label-color))}.utrecht-form-label--radio{color:var(--utrecht-form-label-checkbox-color, var(--utrecht-form-label-color));font-weight:var(--utrecht-form-label-radio-font-weight, var(--utrecht-form-label-font-weight))}.utrecht-checkbox{margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0}.utrecht-checkbox--disabled,.utrecht-checkbox--html-input:disabled{cursor:var(--utrecht-action-disabled-cursor)}.utrecht-checkbox--focus-visible{box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-checkbox--html-input:focus{box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-checkbox--html-input:focus:not(:focus-visible){box-shadow:none;outline-style:none}:host{display:block}:host([hidden]){display:none !important}";export{c as utrecht_form_field_checkbox}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as i}from"./p-8ca6b8b1.js";const o=class{constructor(i){t(this,i)}render(){return i("div",{class:"utrecht-digid-button"},i("utrecht-digid-logo",{class:"utrecht-digid-button__logo"}),i("utrecht-button",{class:"utrecht-digid-button__button",type:this.type||null},i("slot",null)))}};o.style=".utrecht-digid-button{--utrecht-button-min-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);block-size: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{o as utrecht_digid_button}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,c as o,h as e}from"./p-8ca6b8b1.js";import{c as s}from"./p-4070c1e5.js";const c=class{constructor(e){t(this,e),this.utrechtBlur=o(this,"utrechtBlur",7),this.utrechtChange=o(this,"utrechtChange",7),this.utrechtFocus=o(this,"utrechtFocus",7),this.utrechtInput=o(this,"utrechtInput",7),this.disabled=!1,this.readOnly=!1,this.checked=!1,this.value=""}render(){const{checked:t,disabled:o,value:c}=this;return e("input",{class:s("utrecht-checkbox"),type:"checkbox",checked:t,disabled:o,value:c,onBlur:t=>this.utrechtBlur.emit(t),onChange:t=>this.utrechtChange.emit(t),onFocus:t=>this.utrechtFocus.emit(t),onInput:t=>{this.checked=t.target.checked,this.utrechtInput.emit(t)}})}};c.style=".utrecht-checkbox{margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0}.utrecht-checkbox--disabled,.utrecht-checkbox--html-input:disabled{cursor:var(--utrecht-action-disabled-cursor)}.utrecht-checkbox--focus-visible{box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-checkbox--html-input:focus{box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-checkbox--html-input:focus:not(:focus-visible){box-shadow:none;outline-style:none}:host{display:block}:host([hidden]){display:none !important}";export{c as utrecht_checkbox}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as r}from"./p-8ca6b8b1.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-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{color:var(--utrecht-paragraph-lead-color, var(--utrecht-document-color, inherit));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}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r,h as t}from"./p-8ca6b8b1.js";const i=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"}))}};i.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, currentColor);height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{i as utrecht_icon_filter}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r,h as t}from"./p-8ca6b8b1.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-block-size) 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}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as o}from"./p-8ca6b8b1.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, currentColor);height:var(--utrecht-icon-size, 100%);width:var(--utrecht-icon-size, 100%)}";export{r as utrecht_icon_facebook}
|