CINXE.COM
Wie levert wat | ICT&health
<!DOCTYPE html> <!-- Dit is een Slimme website gemaakt door Vormkracht10 met ♥ www.vormkracht10.nl --> <html lang="nl"> <head> <meta charset="utf-8"> <title>Wie levert wat | ICT&health</title> <script> const themeRootElement = document.querySelector('html'); const storedTheme = localStorage.getItem('theme'); function isValidTheme(theme) { return ['dark', 'light'].includes(theme); } function toggleTheme() { theme = localStorage.getItem('theme') === 'dark' ? 'light' : 'dark'; gtagEvent('button_clicked', 'theme_switch', theme); showBackdrop(theme); setTimeout(function() { setTheme(theme); }, 500); } function showBackdrop(theme) { const backdrop = document.getElementById('backdrop'); backdrop.style.opacity = '1'; backdrop.style.pointerEvents = 'auto'; backdrop.style.backgroundColor = theme === 'light' ? 'rgb(var(--color-blue-normal))' : 'white'; setTimeout(hideBackdrop, 500); } function hideBackdrop() { const backdrop = document.getElementById('backdrop'); backdrop.style.opacity = '0'; backdrop.style.pointerEvents = 'none'; } function setTheme(theme) { if (!isValidTheme(theme)) { theme = 'dark'; } themeRootElement.dataset.theme = theme; localStorage.setItem('theme', theme); toggleSources(theme); } function toggleSources(theme) { document.querySelectorAll('[data-theme-src]').forEach(function(el) { const sources = JSON.parse(el.dataset.themeSrc); el.setAttribute('src', sources[theme]); }); document.querySelectorAll('[data-theme-href]').forEach(function(el) { const sources = JSON.parse(el.dataset.themeHref); el.setAttribute('href', sources[theme]); }); } setTheme(storedTheme); window.addEventListener('load', function() { toggleSources(storedTheme); }); </script> <meta name="apple-mobile-web-app-title" content="ICT&health"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta name="generator" content="Vormkracht10"> <meta name="csrf-token" content="nxwoOhALQdIR0PIK8p34pe6ZLjbdlPuABDRe18fg"> <link rel="shortcut icon" href="https://icthealth.nl/favicon.ico"> <meta name="format-detection" content="telephone=no"> <meta name="description" content="Vind betrouwbare leveranciers en innovatieve zorgoplossingen in ‘Wie Levert Wat’. Ontdek technologieën en diensten voor de gezondheidszorg en digitale zorg."> <meta name="keywords" content="zorgleveranciers, digitale zorgoplossingen, medische technologie, zorginnovatie, e-health, leveranciers zorgsector"> <meta name="robots" content="index,follow"> <link rel="canonical" href="https://icthealth.nl/wie-levert-wat"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="Wie levert wat | ICT&health"> <meta name="twitter:description" content="Vind betrouwbare leveranciers en innovatieve zorgoplossingen in ‘Wie Levert Wat’. Ontdek technologieën en diensten voor de gezondheidszorg en digitale zorg."> <meta name="twitter:image" content="https://icthealth.nl/og-image.png"> <meta name="twitter:url" content="https://icthealth.nl/wie-levert-wat"> <meta property="og:title" content="Wie levert wat | ICT&health"> <meta property="og:type" content="website"> <meta property="og:url" content="https://icthealth.nl/wie-levert-wat"> <meta property="og:description" content="Vind betrouwbare leveranciers en innovatieve zorgoplossingen in ‘Wie Levert Wat’. Ontdek technologieën en diensten voor de gezondheidszorg en digitale zorg."> <meta property="og:image" content="https://icthealth.nl/og-image.png"> <link rel="apple-touch-icon" sizes="180x180" href="https://icthealth.nl/assets/frontend/img/favicon/apple-touch-icon.png?v=1744020052"> <link rel="icon" type="image/png" sizes="32x32" href="https://icthealth.nl/assets/frontend/img/favicon/favicon-32x32.png?v=1744020052"> <link rel="icon" type="image/png" sizes="16x16" href="https://icthealth.nl/assets/frontend/img/favicon/favicon-16x16.png?v=1744020052"> <link rel="manifest" href="https://icthealth.nl/assets/frontend/img/favicon/site.webmanifest?v=1744020052"> <link rel="mask-icon" href="https://icthealth.nl/assets/frontend/img/favicon/safari-pinned-tab.svg?v=1744020052" color="#5bbad5"> <meta name="msapplication-TileColor" content="#da532c"> <meta name="theme-color" content="#0F1828"> <meta name="twitter:site" content="@icthealth_NL"> <script type="text/javascript"> const Ziggy = {"url":"https:\/\/icthealth.nl","port":null,"defaults":{},"routes":{"login.store":{"uri":"admin\/login","methods":["POST"]},"logout":{"uri":"admin\/logout","methods":["POST"]},"password.confirmation":{"uri":"admin\/user\/confirmed-password-status","methods":["GET","HEAD"]},"password.confirm.store":{"uri":"admin\/user\/confirm-password","methods":["POST"]},"two-factor.login.store":{"uri":"admin\/two-factor-challenge","methods":["POST"]},"two-factor.enable":{"uri":"admin\/user\/two-factor-authentication","methods":["POST"]},"two-factor.confirm":{"uri":"admin\/user\/confirmed-two-factor-authentication","methods":["POST"]},"two-factor.disable":{"uri":"admin\/user\/two-factor-authentication","methods":["DELETE"]},"two-factor.qr-code":{"uri":"admin\/user\/two-factor-qr-code","methods":["GET","HEAD"]},"two-factor.secret-key":{"uri":"admin\/user\/two-factor-secret-key","methods":["GET","HEAD"]},"two-factor.recovery-codes":{"uri":"admin\/user\/two-factor-recovery-codes","methods":["GET","HEAD"]},"horizon.stats.index":{"uri":"horizon\/api\/stats","methods":["GET","HEAD"]},"horizon.workload.index":{"uri":"horizon\/api\/workload","methods":["GET","HEAD"]},"horizon.masters.index":{"uri":"horizon\/api\/masters","methods":["GET","HEAD"]},"horizon.monitoring.index":{"uri":"horizon\/api\/monitoring","methods":["GET","HEAD"]},"horizon.monitoring.store":{"uri":"horizon\/api\/monitoring","methods":["POST"]},"horizon.monitoring-tag.paginate":{"uri":"horizon\/api\/monitoring\/{tag}","methods":["GET","HEAD"],"parameters":["tag"]},"horizon.monitoring-tag.destroy":{"uri":"horizon\/api\/monitoring\/{tag}","methods":["DELETE"],"wheres":{"tag":".*"},"parameters":["tag"]},"horizon.jobs-metrics.index":{"uri":"horizon\/api\/metrics\/jobs","methods":["GET","HEAD"]},"horizon.jobs-metrics.show":{"uri":"horizon\/api\/metrics\/jobs\/{id}","methods":["GET","HEAD"],"parameters":["id"]},"horizon.queues-metrics.index":{"uri":"horizon\/api\/metrics\/queues","methods":["GET","HEAD"]},"horizon.queues-metrics.show":{"uri":"horizon\/api\/metrics\/queues\/{id}","methods":["GET","HEAD"],"parameters":["id"]},"horizon.jobs-batches.index":{"uri":"horizon\/api\/batches","methods":["GET","HEAD"]},"horizon.jobs-batches.show":{"uri":"horizon\/api\/batches\/{id}","methods":["GET","HEAD"],"parameters":["id"]},"horizon.jobs-batches.retry":{"uri":"horizon\/api\/batches\/retry\/{id}","methods":["POST"],"parameters":["id"]},"horizon.pending-jobs.index":{"uri":"horizon\/api\/jobs\/pending","methods":["GET","HEAD"]},"horizon.completed-jobs.index":{"uri":"horizon\/api\/jobs\/completed","methods":["GET","HEAD"]},"horizon.silenced-jobs.index":{"uri":"horizon\/api\/jobs\/silenced","methods":["GET","HEAD"]},"horizon.failed-jobs.index":{"uri":"horizon\/api\/jobs\/failed","methods":["GET","HEAD"]},"horizon.failed-jobs.show":{"uri":"horizon\/api\/jobs\/failed\/{id}","methods":["GET","HEAD"],"parameters":["id"]},"horizon.retry-jobs.show":{"uri":"horizon\/api\/jobs\/retry\/{id}","methods":["POST"],"parameters":["id"]},"horizon.jobs.show":{"uri":"horizon\/api\/jobs\/{id}","methods":["GET","HEAD"],"parameters":["id"]},"horizon.index":{"uri":"horizon\/{view?}","methods":["GET","HEAD"],"wheres":{"view":"(.*)"},"parameters":["view"]},"ignition.healthCheck":{"uri":"_ignition\/health-check","methods":["GET","HEAD"]},"ignition.executeSolution":{"uri":"_ignition\/execute-solution","methods":["POST"]},"ignition.updateConfig":{"uri":"_ignition\/update-config","methods":["POST"]},"stats.active-visitors":{"uri":"api\/v1\/stats\/active-visitors","methods":["GET","HEAD"]},"stats.landingpages":{"uri":"api\/v1\/stats\/landingpages","methods":["GET","HEAD"]},"stats.popularpages":{"uri":"api\/v1\/stats\/popularpages","methods":["GET","HEAD"]},"stats.visitors":{"uri":"api\/v1\/stats\/visitors","methods":["GET","HEAD"]},"stats.visitors-per-date":{"uri":"api\/v1\/stats\/visitors-per-date","methods":["GET","HEAD"]},"stats.pageviews":{"uri":"api\/v1\/stats\/pageviews","methods":["GET","HEAD"]},"stats.sessions":{"uri":"api\/v1\/stats\/sessions","methods":["GET","HEAD"]},"stats.referrers":{"uri":"api\/v1\/stats\/referrers","methods":["GET","HEAD"]},"stats.bouncerate":{"uri":"api\/v1\/stats\/bouncerate","methods":["GET","HEAD"]},"stats.average-time-per-page":{"uri":"api\/v1\/stats\/average-time-per-page","methods":["GET","HEAD"]},"stats.average-session-duration":{"uri":"api\/v1\/stats\/average-session-duration","methods":["GET","HEAD"]},"stats.average-pages-per-session":{"uri":"api\/v1\/stats\/average-pages-per-session","methods":["GET","HEAD"]},"stats.cities":{"uri":"api\/v1\/stats\/cities","methods":["GET","HEAD"]},"stats.countries":{"uri":"api\/v1\/stats\/countries","methods":["GET","HEAD"]},"stats.devices":{"uri":"api\/v1\/stats\/devices","methods":["GET","HEAD"]},"stats.browsers":{"uri":"api\/v1\/stats\/browsers","methods":["GET","HEAD"]},"stats.os":{"uri":"api\/v1\/stats\/os","methods":["GET","HEAD"]},"event.speaker":{"uri":"api\/event\/speaker","methods":["GET","HEAD"]},"newsletter.subscribe":{"uri":"api\/newsletter\/subscribe","methods":["POST"]},"csrf.token":{"uri":"csrf","methods":["GET","HEAD"]},"honeypot.input":{"uri":"honeypot","methods":["GET","HEAD"]},"robots-txt":{"uri":"robots.txt","methods":["GET","HEAD"]},"humans-txt":{"uri":"humans.txt","methods":["GET","HEAD"]},"security-txt":{"uri":".well-known\/security.txt","methods":["GET","HEAD"]},"slim.styleguide":{"uri":"styleguide","methods":["GET","HEAD"]},"backend.services.google.redirect":{"uri":"services\/google\/redirect","methods":["GET","HEAD"]},"unsubscribe":{"uri":"unsubscribe","methods":["GET","HEAD"]},"backend.notifications.disable":{"uri":"notifications\/disable\/{user}","methods":["GET","HEAD"],"parameters":["user"],"bindings":{"user":"id"}},"conversation.reset":{"uri":"conversation","methods":["DELETE"]},"chat.stream":{"uri":"conversation","methods":["GET","HEAD"]},"chat.store":{"uri":"conversation","methods":["POST"]},"chat.update":{"uri":"message\/{message}","methods":["POST"],"parameters":["message"],"bindings":{"message":"id"}},"conversation.update":{"uri":"conversation\/{conversation}","methods":["PUT"],"parameters":["conversation"],"bindings":{"conversation":"ulid"}},"frontend.settings.edit":{"uri":"settings","methods":["GET","HEAD"]},"frontend.settings.update":{"uri":"settings","methods":["POST"]},"frontend.sitemap":{"uri":"sitemap.xml","methods":["GET","HEAD"]},"frontend.sitemap.site":{"uri":"{site}\/sitemap.xml","methods":["GET","HEAD"],"parameters":["site"]},"frontend.sitemap.news":{"uri":"sitemap\/news.xml","methods":["GET","HEAD"]},"frontend.sitemap.news.site":{"uri":"{site}\/sitemap\/news.xml","methods":["GET","HEAD"],"parameters":["site"]},"frontend.password":{"uri":"wachtwoord","methods":["GET","HEAD"]},"frontend.password.control":{"uri":"wachtwoord","methods":["POST"]},"frontend.feeds.index":{"uri":"rss","methods":["GET","HEAD"]},"frontend.feeds.show":{"uri":"rss\/{feed}.xml","methods":["GET","HEAD"],"parameters":["feed"]},"attachment.download":{"uri":"attachments\/download\/{attachment}\/{filename?}","methods":["GET","HEAD"],"parameters":["attachment","filename"],"bindings":{"attachment":"id"}},"media.download":{"uri":"media\/download\/{encrypted_id}\/{filename?}","methods":["GET","HEAD"],"parameters":["encrypted_id","filename"]},"media.view":{"uri":"media\/{encrypted_id}\/{filename?}","methods":["GET","HEAD"],"parameters":["encrypted_id","filename"]},"frontend.search.index":{"uri":"routes.search","methods":["GET","HEAD"]},"frontend.search.autocomplete":{"uri":"routes.search.json","methods":["GET","HEAD"]},"frontend.forms.submit":{"uri":"forms\/{form}","methods":["POST"],"parameters":["form"]},"frontend.forms.inline":{"uri":"forms\/{form}\/inline","methods":["GET","HEAD","POST","PUT","PATCH","DELETE","OPTIONS"],"parameters":["form"]},"frontend.forms.confirm":{"uri":"forms\/{form}\/confirm","methods":["GET","HEAD"],"parameters":["form"]},"frontend.forms.sent":{"uri":"forms\/{form}\/sent","methods":["GET","HEAD"],"parameters":["form"],"bindings":{"form":"slug"}},"frontend.forms.subscribe":{"uri":"forms\/{form}\/subscribe","methods":["GET","HEAD"],"parameters":["form"]},"frontend.forms.unsubscribe":{"uri":"forms\/{form}\/unsubscribe","methods":["GET","HEAD"],"parameters":["form"]},"frontend.forms.cancel":{"uri":"forms\/{form}\/cancel","methods":["GET","HEAD"],"parameters":["form"]},"frontend.forms.autocomplete.address":{"uri":"forms\/autocomplete\/address\/{zipcode}\/{housenumber}","methods":["POST"],"parameters":["zipcode","housenumber"]},"frontend.experiments.interact":{"uri":"experiment\/{experiment}\/{variant}","methods":["POST"],"parameters":["experiment","variant"]},"backend.edit.index":{"uri":"edit\/{path?}","methods":["GET","HEAD"],"wheres":{"path":".*"},"parameters":["path"]},"backend.login":{"uri":"admin\/login","methods":["GET","HEAD"]},"backend.login.token":{"uri":"admin\/inloggen\/direct\/{token}","methods":["GET","HEAD"],"parameters":["token"]},"backend.password.request":{"uri":"admin\/password\/reset","methods":["GET","HEAD"]},"backend.password.reset":{"uri":"admin\/password\/reset\/{token?}","methods":["GET","HEAD"],"parameters":["token"]},"backend.dashboard.index":{"uri":"admin","methods":["GET","HEAD"]},"backend.seo.index":{"uri":"admin\/seo","methods":["GET","HEAD"]},"backend.seo.show":{"uri":"admin\/seo\/{slug}","methods":["GET","HEAD"],"parameters":["slug"]},"backend.seo.scan":{"uri":"admin\/seo\/scan","methods":["POST"]},"backend.chat.index":{"uri":"admin\/chat","methods":["GET","HEAD"]},"backend.chat.store":{"uri":"admin\/chat","methods":["POST"]},"backend.chat.export":{"uri":"admin\/chat\/export","methods":["GET","HEAD"]},"backend.chat.message.embeddings":{"uri":"admin\/chat\/{message}\/embeddings","methods":["GET","HEAD"],"parameters":["message"],"bindings":{"message":"id"}},"backend.changelog.index":{"uri":"admin\/changelog","methods":["GET","HEAD"]},"backend.changelog.forget":{"uri":"admin\/changelog\/forget","methods":["GET","HEAD"]},"backend.content.imports.index":{"uri":"admin\/content\/imports","methods":["GET","HEAD"]},"backend.content.imports.create":{"uri":"admin\/content\/imports\/create","methods":["GET","HEAD"]},"backend.content.imports.store":{"uri":"admin\/content\/imports","methods":["POST"]},"backend.content.templates":{"uri":"admin\/content\/templates.json","methods":["GET","HEAD"]},"backend.content.snippets":{"uri":"admin\/content\/snippets.json","methods":["GET","HEAD"]},"backend.content.icons":{"uri":"admin\/content\/icons.json","methods":["GET","HEAD"]},"backend.content.get":{"uri":"admin\/content\/{content}.json","methods":["GET","HEAD"],"wheres":{"content":"[0-9]+"},"parameters":["content"],"bindings":{"content":"id"}},"backend.content.index":{"uri":"admin\/content","methods":["GET","HEAD"]},"backend.content.create":{"uri":"admin\/content\/create\/{type?}","methods":["GET","HEAD"],"parameters":["type"]},"backend.content.find-and-replace":{"uri":"admin\/content\/find-and-replace","methods":["GET","HEAD"]},"backend.content.find-or-replace":{"uri":"admin\/content\/find-and-replace","methods":["POST"]},"backend.content.translate-all":{"uri":"admin\/content\/translate","methods":["GET","HEAD"]},"backend.content.translate-all.store":{"uri":"admin\/content\/translate","methods":["POST"]},"backend.content.parents.create":{"uri":"admin\/content\/create\/{type}\/parents","methods":["GET","HEAD"],"parameters":["type"],"bindings":{"type":"slug"}},"backend.content.sort":{"uri":"admin\/content\/sort","methods":["PUT"]},"backend.content.path":{"uri":"admin\/content\/path","methods":["PUT"]},"backend.content.publish":{"uri":"admin\/content\/publish","methods":["PUT"]},"backend.content.unpublish":{"uri":"admin\/content\/unpublish","methods":["PUT"]},"backend.content.approve":{"uri":"admin\/content\/approve","methods":["PUT"]},"backend.content.disapprove":{"uri":"admin\/content\/disapprove","methods":["PUT"]},"backend.content.translator":{"uri":"admin\/content\/translator","methods":["PUT"]},"backend.content.translate.batch":{"uri":"admin\/content\/translate\/{language}","methods":["PUT"],"parameters":["language"]},"backend.content.restore":{"uri":"admin\/content\/restore","methods":["PUT"]},"backend.content.delete":{"uri":"admin\/content\/delete","methods":["DELETE"]},"backend.content.store":{"uri":"admin\/content\/{type}","methods":["POST"],"parameters":["type"],"bindings":{"type":"slug"}},"backend.content.delete.permanently":{"uri":"admin\/content\/delete\/permanently","methods":["DELETE"]},"backend.content.edit":{"uri":"admin\/content\/{type}\/{content}\/edit","methods":["GET","HEAD"],"parameters":["type","content"],"bindings":{"content":"id"}},"backend.content.parents.edit":{"uri":"admin\/content\/{type}\/{content}\/edit\/parents","methods":["GET","HEAD"],"parameters":["type","content"],"bindings":{"type":"slug","content":"id"}},"backend.content.duplicate":{"uri":"admin\/content\/{type}\/{content}\/duplicate","methods":["GET","HEAD"],"parameters":["type","content"],"bindings":{"type":"slug","content":"id"}},"backend.content.duplicate-store":{"uri":"admin\/content\/{type}\/{content}\/duplicate","methods":["POST"],"parameters":["type","content"],"bindings":{"type":"slug","content":"id"}},"backend.content.update":{"uri":"admin\/content\/{type}\/{content?}","methods":["PUT"],"parameters":["type","content"]},"backend.content.update.field":{"uri":"admin\/content\/{type}\/{content}\/{field}","methods":["POST"],"parameters":["type","content","field"]},"backend.content.clear-cache":{"uri":"admin\/content\/{type}\/{content}\/clear-cache","methods":["PUT"],"parameters":["type","content"],"bindings":{"type":"slug","content":"id"}},"backend.content.show":{"uri":"admin\/content\/{type}\/{content}","methods":["GET","HEAD"],"parameters":["type","content"]},"backend.content.translate":{"uri":"admin\/content\/{type}\/{content}\/translate\/{language}","methods":["GET","HEAD"],"parameters":["type","content","language"]},"backend.types.index":{"uri":"admin\/types","methods":["GET","HEAD"]},"backend.types.create":{"uri":"admin\/types\/create","methods":["GET","HEAD"]},"backend.types.store":{"uri":"admin\/types","methods":["POST"]},"backend.types.show":{"uri":"admin\/types\/{type}","methods":["GET","HEAD"],"parameters":["type"]},"backend.types.edit":{"uri":"admin\/types\/{type}\/edit","methods":["GET","HEAD"],"parameters":["type"]},"backend.types.update":{"uri":"admin\/types\/{type}","methods":["PUT"],"parameters":["type"]},"backend.types.delete":{"uri":"admin\/types\/{type}\/delete","methods":["DELETE"],"parameters":["type"]},"backend.fields.create":{"uri":"admin\/types\/{type}\/fields\/create","methods":["GET","HEAD"],"parameters":["type"]},"backend.fields.store":{"uri":"admin\/types\/{type}\/fields","methods":["POST"],"parameters":["type"]},"backend.fields.sort":{"uri":"admin\/types\/{type}\/fields\/sort","methods":["PUT"],"parameters":["type"]},"backend.fields.show":{"uri":"admin\/types\/{type}\/fields\/{field}","methods":["GET","HEAD"],"parameters":["type","field"]},"backend.fields.edit":{"uri":"admin\/types\/{type}\/fields\/{field}\/edit","methods":["GET","HEAD"],"parameters":["type","field"]},"backend.fields.update":{"uri":"admin\/types\/{type}\/fields\/{field}","methods":["PUT"],"parameters":["type","field"]},"backend.fields.delete":{"uri":"admin\/types\/{type}\/fields\/{field}\/delete","methods":["DELETE"],"parameters":["type","field"]},"backend.fields.options.index":{"uri":"admin\/types\/{type}\/fields\/{field}\/options","methods":["GET","HEAD"],"parameters":["type","field"]},"backend.fields.options.create":{"uri":"admin\/types\/{type}\/fields\/{field}\/options\/create","methods":["GET","HEAD"],"parameters":["type","field"]},"backend.fields.options.store":{"uri":"admin\/types\/{type}\/fields\/{field}\/options","methods":["POST"],"parameters":["type","field"]},"backend.fields.options.sort":{"uri":"admin\/types\/{type}\/fields\/{field}\/options\/sort","methods":["PUT"],"parameters":["type","field"]},"backend.fields.options.show":{"uri":"admin\/types\/{type}\/fields\/{field}\/options\/{option}","methods":["GET","HEAD"],"parameters":["type","field","option"]},"backend.fields.options.edit":{"uri":"admin\/types\/{type}\/fields\/{field}\/options\/{option}\/edit","methods":["GET","HEAD"],"parameters":["type","field","option"]},"backend.fields.options.update":{"uri":"admin\/types\/{type}\/fields\/{field}\/options\/{option}","methods":["PUT"],"parameters":["type","field","option"]},"backend.fields.options.delete":{"uri":"admin\/types\/{type}\/fields\/{field}\/options\/delete\/{option?}","methods":["DELETE"],"parameters":["type","field","option"]},"backend.experiments.index":{"uri":"admin\/experiments","methods":["GET","HEAD"]},"backend.experiments.create":{"uri":"admin\/experiments\/create","methods":["GET","HEAD"]},"backend.experiments.store":{"uri":"admin\/experiments","methods":["POST"]},"backend.experiments.show":{"uri":"admin\/experiments\/{experiment}","methods":["GET","HEAD"],"parameters":["experiment"]},"backend.experiments.edit":{"uri":"admin\/experiments\/{experiment}\/edit","methods":["GET","HEAD"],"parameters":["experiment"]},"backend.experiments.update":{"uri":"admin\/experiments\/{experiment}","methods":["PUT"],"parameters":["experiment"]},"backend.experiments.delete":{"uri":"admin\/experiments\/{experiment}\/delete","methods":["DELETE"],"parameters":["experiment"]},"backend.experiments.goals.index":{"uri":"admin\/experiments\/{experiment}\/goals","methods":["GET","HEAD"],"parameters":["experiment"],"bindings":{"experiment":"slug"}},"backend.experiments.goals.create":{"uri":"admin\/experiments\/{experiment}\/goals\/create","methods":["GET","HEAD"],"parameters":["experiment"],"bindings":{"experiment":"slug"}},"backend.experiments.goals.store":{"uri":"admin\/experiments\/{experiment}\/goals","methods":["POST"],"parameters":["experiment"],"bindings":{"experiment":"slug"}},"backend.experiments.goals.show":{"uri":"admin\/experiments\/{experiment}\/goals\/{goal}","methods":["GET","HEAD"],"parameters":["experiment","goal"],"bindings":{"experiment":"slug","goal":"id"}},"backend.experiments.goals.edit":{"uri":"admin\/experiments\/{experiment}\/goals\/{goal}\/edit","methods":["GET","HEAD"],"parameters":["experiment","goal"],"bindings":{"experiment":"slug","goal":"id"}},"backend.experiments.goals.update":{"uri":"admin\/experiments\/{experiment}\/goals\/{goal}","methods":["PUT"],"parameters":["experiment","goal"],"bindings":{"experiment":"slug","goal":"id"}},"backend.experiments.goals.delete":{"uri":"admin\/experiments\/{experiment}\/goals\/{goal}\/delete","methods":["DELETE"],"parameters":["experiment","goal"]},"backend.experiments.variants.index":{"uri":"admin\/experiments\/{experiment}\/variants","methods":["GET","HEAD"],"parameters":["experiment"],"bindings":{"experiment":"slug"}},"backend.experiments.variants.create":{"uri":"admin\/experiments\/{experiment}\/variants\/create","methods":["GET","HEAD"],"parameters":["experiment"],"bindings":{"experiment":"slug"}},"backend.experiments.variants.store":{"uri":"admin\/experiments\/{experiment}\/variants","methods":["POST"],"parameters":["experiment"],"bindings":{"experiment":"slug"}},"backend.experiments.variants.show":{"uri":"admin\/experiments\/{experiment}\/variants\/{variant}","methods":["GET","HEAD"],"parameters":["experiment","variant"],"bindings":{"experiment":"slug","variant":"id"}},"backend.experiments.variants.edit":{"uri":"admin\/experiments\/{experiment}\/variants\/{variant}\/edit","methods":["GET","HEAD"],"parameters":["experiment","variant"],"bindings":{"experiment":"slug","variant":"id"}},"backend.experiments.variants.update":{"uri":"admin\/experiments\/{experiment}\/variants\/{variant}","methods":["PUT"],"parameters":["experiment","variant"],"bindings":{"experiment":"slug","variant":"id"}},"backend.experiments.variants.delete":{"uri":"admin\/experiments\/{experiment}\/variants\/{variant}\/delete","methods":["DELETE"],"parameters":["experiment","variant"]},"backend.forms.index":{"uri":"admin\/forms","methods":["GET","HEAD"]},"backend.forms.submissions":{"uri":"admin\/forms\/submissions","methods":["GET","HEAD"]},"backend.forms.create":{"uri":"admin\/forms\/create","methods":["GET","HEAD"]},"backend.forms.store":{"uri":"admin\/forms","methods":["POST"]},"backend.forms.show":{"uri":"admin\/forms\/{form}\/{code?}","methods":["GET","HEAD"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code"]},"backend.forms.duplicate":{"uri":"admin\/forms\/{form}\/{code?}\/duplicate","methods":["GET","HEAD"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code"]},"backend.forms.edit":{"uri":"admin\/forms\/{form}\/{code?}\/edit","methods":["GET","HEAD"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code"]},"backend.forms.stats":{"uri":"admin\/forms\/{form}\/{code?}\/stats","methods":["GET","HEAD"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code"]},"backend.forms.update":{"uri":"admin\/forms\/{form}\/{code?}","methods":["PUT"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code"]},"backend.forms.delete":{"uri":"admin\/forms\/{form}\/{code?}\/delete","methods":["DELETE"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code"],"bindings":{"form":"slug"}},"backend.forms.actions.index":{"uri":"admin\/forms\/{form}\/{code?}\/actions","methods":["GET","HEAD"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code"]},"backend.forms.actions.create":{"uri":"admin\/forms\/{form}\/{code?}\/actions\/create","methods":["GET","HEAD"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code"]},"backend.forms.actions.show":{"uri":"admin\/forms\/{form}\/{code?}\/actions\/{action}","methods":["GET","HEAD"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code","action"]},"backend.forms.actions.store":{"uri":"admin\/forms\/{form}\/{code?}\/actions","methods":["POST"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code"]},"backend.forms.actions.edit":{"uri":"admin\/forms\/{form}\/{code?}\/actions\/{action}\/edit","methods":["GET","HEAD"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code","action"]},"backend.forms.actions.update":{"uri":"admin\/forms\/{form}\/{code?}\/actions\/{action}","methods":["PUT"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code","action"]},"backend.forms.actions.delete":{"uri":"admin\/forms\/{form}\/{code?}\/actions\/{action}\/delete","methods":["DELETE"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code","action"]},"backend.forms.fields.index":{"uri":"admin\/forms\/{form}\/{code?}\/fields","methods":["GET","HEAD"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code"]},"backend.forms.fields.sort":{"uri":"admin\/forms\/{form}\/{code?}\/fields\/sort","methods":["PUT"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code"]},"backend.forms.fields.create":{"uri":"admin\/forms\/{form}\/{code?}\/fields\/create","methods":["GET","HEAD"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code"]},"backend.forms.fields.show":{"uri":"admin\/forms\/{form}\/{code?}\/fields\/{field}","methods":["GET","HEAD"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code","field"]},"backend.forms.fields.store":{"uri":"admin\/forms\/{form}\/{code?}\/fields","methods":["POST"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code"]},"backend.forms.fields.edit":{"uri":"admin\/forms\/{form}\/{code?}\/fields\/{field}\/edit","methods":["GET","HEAD"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code","field"]},"backend.forms.fields.update":{"uri":"admin\/forms\/{form}\/{code?}\/fields\/{field}","methods":["PUT"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code","field"]},"backend.forms.fields.delete":{"uri":"admin\/forms\/{form}\/{code?}\/fields\/{field}\/delete","methods":["DELETE"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code","field"]},"backend.forms.fields.options.index":{"uri":"admin\/forms\/{form}\/{code?}\/fields\/{field}\/options","methods":["GET","HEAD"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code","field"]},"backend.forms.fields.options.create":{"uri":"admin\/forms\/{form}\/{code?}\/fields\/{field}\/options\/create","methods":["GET","HEAD"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code","field"]},"backend.forms.fields.options.store":{"uri":"admin\/forms\/{form}\/{code?}\/fields\/{field}\/options","methods":["POST"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code","field"]},"backend.forms.fields.options.sort":{"uri":"admin\/forms\/{form}\/{code?}\/fields\/{field}\/options\/sort","methods":["PUT"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code","field"]},"backend.forms.fields.options.show":{"uri":"admin\/forms\/{form}\/{code?}\/fields\/{field}\/options\/{option}","methods":["GET","HEAD"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code","field","option"]},"backend.forms.fields.options.edit":{"uri":"admin\/forms\/{form}\/{code?}\/fields\/{field}\/options\/{option}\/edit","methods":["GET","HEAD"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code","field","option"]},"backend.forms.fields.options.update":{"uri":"admin\/forms\/{form}\/{code?}\/fields\/{field}\/options\/{option}","methods":["PUT"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code","field","option"]},"backend.forms.fields.options.delete":{"uri":"admin\/forms\/{form}\/{code?}\/fields\/{field}\/options\/delete\/{option?}","methods":["DELETE"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code","field","option"]},"backend.forms.availabilities.index":{"uri":"admin\/forms\/{form}\/{code?}\/availabilities","methods":["GET","HEAD"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code"]},"backend.forms.availabilities.update":{"uri":"admin\/forms\/{form}\/{code?}\/availabilities","methods":["POST"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code"]},"backend.forms.availabilities.delete":{"uri":"admin\/forms\/{form}\/{code?}\/availabilities\/delete","methods":["DELETE"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code"]},"backend.forms.submissions.download":{"uri":"admin\/forms\/{form}\/{code?}\/download\/{content?}","methods":["GET","HEAD"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code","content"]},"backend.forms.submissions.content":{"uri":"admin\/forms\/{form}\/{code?}\/content\/{content?}","methods":["GET","HEAD"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code","content"]},"backend.forms.submissions.index":{"uri":"admin\/forms\/{form}\/{code?}\/submissions","methods":["GET","HEAD"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code"]},"backend.forms.submissions.show":{"uri":"admin\/forms\/{form}\/{code?}\/submissions\/{submission}","methods":["GET","HEAD"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code","submission"]},"backend.forms.submissions.update":{"uri":"admin\/forms\/{form}\/{code?}\/submissions\/{submission}\/update","methods":["PUT"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code","submission"]},"backend.forms.submissions.update.status":{"uri":"admin\/forms\/{form}\/{code?}\/submissions\/{submission}\/update\/{status}","methods":["GET","HEAD"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code","submission","status"]},"backend.forms.submissions.notes.update":{"uri":"admin\/forms\/{form}\/{code?}\/submissions\/{submission}\/notes","methods":["PUT"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code","submission"]},"backend.forms.submissions.attachment":{"uri":"admin\/forms\/{form}\/{code?}\/submissions\/{submission}\/attachments\/{attachment}","methods":["GET","HEAD"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code","submission","attachment"]},"backend.forms.submissions.delete":{"uri":"admin\/forms\/{form}\/{code?}\/submissions\/delete","methods":["DELETE"],"wheres":{"code":"[a-z]{0,2}"},"parameters":["form","code"]},"backend.mail.index":{"uri":"admin\/mail","methods":["GET","HEAD"]},"backend.mail.view":{"uri":"admin\/mail\/{mail}.html","methods":["GET","HEAD"],"parameters":["mail"]},"backend.mail.show":{"uri":"admin\/mail\/{mail}","methods":["GET","HEAD"],"parameters":["mail"]},"backend.mail.preview":{"uri":"admin\/mail\/preview\/{slug?}","methods":["GET","HEAD"],"parameters":["slug"]},"backend.mail.forward":{"uri":"admin\/mail\/{mail}\/forward","methods":["GET","HEAD"],"parameters":["mail"]},"backend.mail.send":{"uri":"admin\/mail\/{mail}\/send","methods":["POST"],"parameters":["mail"]},"backend.media.index":{"uri":"admin\/media","methods":["GET","HEAD"]},"backend.media.store":{"uri":"admin\/media\/create","methods":["POST"]},"backend.media.filter":{"uri":"admin\/media\/filter.json","methods":["GET","HEAD"]},"backend.media.json":{"uri":"admin\/media\/{scope}.json","methods":["GET","HEAD"],"parameters":["scope"]},"backend.media.show":{"uri":"admin\/media\/{media}","methods":["GET","HEAD"],"parameters":["media"],"bindings":{"media":"id"}},"backend.media.edit":{"uri":"admin\/media\/{media}\/edit\/{imagestyle?}","methods":["GET","HEAD"],"parameters":["media","imagestyle"]},"backend.media.edit.save":{"uri":"admin\/media\/{media}\/edit\/{imagestyle}","methods":["PUT"],"parameters":["media","imagestyle"]},"backend.media.update":{"uri":"admin\/media\/{media}\/update","methods":["PUT"],"parameters":["media"]},"backend.media.editor":{"uri":"admin\/media\/{media}\/editor\/{imagestyle?}","methods":["GET","HEAD"],"parameters":["media","imagestyle"]},"backend.media.original":{"uri":"admin\/media\/{media}\/original","methods":["GET","HEAD"],"parameters":["media"]},"backend.media.upload":{"uri":"admin\/media\/upload\/{type?}\/{field?}","methods":["POST"],"parameters":["type","field"],"bindings":{"type":"slug","field":"id"}},"backend.media.delete.permanently":{"uri":"admin\/media\/delete\/permanently","methods":["DELETE"]},"backend.media.delete":{"uri":"admin\/media\/delete\/{media?}","methods":["DELETE"],"parameters":["media"]},"backend.activity.show":{"uri":"admin\/activity\/{activity}","methods":["GET","HEAD"],"parameters":["activity"],"bindings":{"activity":"id"}},"backend.mailings.index":{"uri":"admin\/mailings","methods":["GET","HEAD"]},"backend.mailings.create":{"uri":"admin\/mailings\/create\/{list?}","methods":["GET","HEAD"],"parameters":["list"]},"backend.mailings.store":{"uri":"admin\/mailings","methods":["POST"]},"backend.mailings.lists.import.create":{"uri":"admin\/mailings\/import","methods":["GET","HEAD"]},"backend.mailings.lists.import.store":{"uri":"admin\/mailings\/import","methods":["POST"]},"backend.mailings.lists.export":{"uri":"admin\/mailings\/export","methods":["GET","HEAD"]},"backend.mailings.lists.index":{"uri":"admin\/mailings\/lists","methods":["GET","HEAD"]},"backend.mailings.lists.create":{"uri":"admin\/mailings\/lists\/create","methods":["GET","HEAD"]},"backend.mailings.lists.store":{"uri":"admin\/mailings\/lists","methods":["POST"]},"backend.mailings.lists.show":{"uri":"admin\/mailings\/lists\/{list}","methods":["GET","HEAD"],"parameters":["list"]},"backend.mailings.lists.edit":{"uri":"admin\/mailings\/lists\/{list}\/edit","methods":["GET","HEAD"],"parameters":["list"]},"backend.mailings.lists.update":{"uri":"admin\/mailings\/lists\/{list}","methods":["PUT"],"parameters":["list"]},"backend.mailings.lists.delete":{"uri":"admin\/mailings\/lists\/{list}\/delete","methods":["DELETE"],"parameters":["list"]},"backend.mailings.lists.subscribers.index":{"uri":"admin\/mailings\/lists\/{list}\/subscribers","methods":["GET","HEAD"],"parameters":["list"]},"backend.mailings.lists.subscribers.import":{"uri":"admin\/mailings\/lists\/{list}\/subscribers\/import","methods":["GET","HEAD"],"parameters":["list"]},"backend.mailings.lists.subscribers.import-excel":{"uri":"admin\/mailings\/lists\/{list}\/subscribers\/import-excel","methods":["GET","HEAD"],"parameters":["list"]},"backend.mailings.lists.subscribers.store":{"uri":"admin\/mailings\/lists\/{list}\/subscribers","methods":["POST"],"parameters":["list"]},"backend.mailings.lists.subscribers.store-excel":{"uri":"admin\/mailings\/lists\/{list}\/subscribers\/excel","methods":["POST"],"parameters":["list"]},"backend.mailings.lists.subscribers.unsubscribe":{"uri":"admin\/mailings\/lists\/{list}\/subscribers\/unsubscribe","methods":["GET","HEAD"],"parameters":["list"]},"backend.mailings.lists.subscribers.unsubscribe.update":{"uri":"admin\/mailings\/lists\/{list}\/subscribers\/unsubscribe","methods":["POST"],"parameters":["list"]},"backend.mailings.lists.subscribers.show":{"uri":"admin\/mailings\/lists\/{list}\/subscribers\/{subscriber}","methods":["GET","HEAD"],"parameters":["list","subscriber"]},"backend.mailings.lists.subscribers.edit":{"uri":"admin\/mailings\/lists\/{list}\/subscribers\/{subscriber}\/edit","methods":["GET","HEAD"],"parameters":["list","subscriber"]},"backend.mailings.lists.subscribers.events":{"uri":"admin\/mailings\/lists\/{list}\/subscribers\/{subscriber}\/events","methods":["GET","HEAD"],"parameters":["list","subscriber"]},"backend.mailings.lists.subscribers.update":{"uri":"admin\/mailings\/lists\/{list}\/subscribers\/{subscriber}","methods":["PUT"],"parameters":["list","subscriber"]},"backend.mailings.lists.subscribers.update.subscribe":{"uri":"admin\/mailings\/lists\/{list}\/subscribers\/{subscriber}\/subscribe","methods":["GET","HEAD"],"parameters":["list","subscriber"]},"backend.mailings.lists.subscribers.update.unsubscribe":{"uri":"admin\/mailings\/lists\/{list}\/subscribers\/{subscriber}\/unsubscribe","methods":["GET","HEAD"],"parameters":["list","subscriber"]},"backend.mailings.lists.subscribers.delete":{"uri":"admin\/mailings\/lists\/{list}\/subscribers\/{subscriber}\/delete","methods":["DELETE"],"parameters":["list","subscriber"]},"backend.mailings.show":{"uri":"admin\/mailings\/{mailing}","methods":["GET","HEAD"],"parameters":["mailing"]},"backend.mailings.edit":{"uri":"admin\/mailings\/{mailing}\/edit","methods":["GET","HEAD"],"parameters":["mailing"]},"backend.mailings.stats":{"uri":"admin\/mailings\/{mailing}\/stats","methods":["GET","HEAD"],"parameters":["mailing"]},"backend.mailings.update":{"uri":"admin\/mailings\/{mailing}","methods":["PUT"],"parameters":["mailing"]},"backend.mailings.delete":{"uri":"admin\/mailings\/{mailing?}","methods":["DELETE"],"parameters":["mailing"]},"backend.mailings.preview":{"uri":"admin\/mailings\/{mailing}\/preview","methods":["GET","HEAD"],"parameters":["mailing"]},"backend.mailings.test":{"uri":"admin\/mailings\/{mailing}\/test","methods":["POST"],"parameters":["mailing"],"bindings":{"mailing":"id"}},"backend.mailings.send":{"uri":"admin\/mailings\/{mailing}\/send","methods":["POST"],"parameters":["mailing"],"bindings":{"mailing":"id"}},"backend.mailings.duplicate":{"uri":"admin\/mailings\/{mailing}\/duplicate","methods":["POST"],"parameters":["mailing"],"bindings":{"mailing":"id"}},"backend.menus.index":{"uri":"admin\/menu","methods":["GET","HEAD"]},"backend.menus.create":{"uri":"admin\/menu\/create","methods":["GET","HEAD"]},"backend.menus.store":{"uri":"admin\/menu","methods":["POST"]},"backend.menus.show":{"uri":"admin\/menu\/{menu}","methods":["GET","HEAD"],"parameters":["menu"]},"backend.menus.edit":{"uri":"admin\/menu\/{menu}\/edit","methods":["GET","HEAD"],"parameters":["menu"]},"backend.menus.update":{"uri":"admin\/menu\/{menu}","methods":["PUT"],"parameters":["menu"]},"backend.menus.delete":{"uri":"admin\/menu\/{menu}\/delete","methods":["DELETE"],"parameters":["menu"]},"backend.links.create":{"uri":"admin\/menu\/{menu}\/links\/create","methods":["GET","HEAD"],"parameters":["menu"]},"backend.links.sort":{"uri":"admin\/menu\/{menu}\/links\/sort","methods":["PUT"],"parameters":["menu"]},"backend.links.store":{"uri":"admin\/menu\/{menu}\/links","methods":["POST"],"parameters":["menu"]},"backend.links.edit":{"uri":"admin\/menu\/{menu}\/links\/{link}\/edit","methods":["GET","HEAD"],"parameters":["menu","link"]},"backend.links.update":{"uri":"admin\/menu\/{menu}\/links\/{link}","methods":["PUT"],"parameters":["menu","link"]},"backend.links.delete":{"uri":"admin\/menu\/{menu}\/links\/{link}\/delete","methods":["DELETE"],"parameters":["menu","link"]},"backend.portal.index":{"uri":"admin\/portal","methods":["GET","HEAD"]},"backend.portal.user.show":{"uri":"admin\/portal\/user\/{user}","methods":["GET","HEAD"],"parameters":["user"],"bindings":{"user":"id"}},"backend.pages.index":{"uri":"admin\/pages","methods":["GET","HEAD"]},"backend.languages.index":{"uri":"admin\/languages","methods":["GET","HEAD"]},"backend.languages.create":{"uri":"admin\/languages\/create","methods":["GET","HEAD"]},"backend.languages.store":{"uri":"admin\/languages","methods":["POST"]},"backend.languages.show":{"uri":"admin\/languages\/{language}","methods":["GET","HEAD"],"parameters":["language"]},"backend.languages.edit":{"uri":"admin\/languages\/{language}\/edit","methods":["GET","HEAD"],"parameters":["language"]},"backend.languages.update":{"uri":"admin\/languages\/{language}","methods":["PUT"],"parameters":["language"]},"backend.languages.delete":{"uri":"admin\/languages\/{language}\/delete","methods":["DELETE"],"parameters":["language"]},"backend.sites.index":{"uri":"admin\/sites","methods":["GET","HEAD"]},"backend.sites.create":{"uri":"admin\/sites\/create","methods":["GET","HEAD"]},"backend.sites.store":{"uri":"admin\/sites","methods":["POST"]},"backend.sites.show":{"uri":"admin\/sites\/{site}","methods":["GET","HEAD"],"parameters":["site"]},"backend.sites.edit":{"uri":"admin\/sites\/{site}\/edit","methods":["GET","HEAD"],"parameters":["site"]},"backend.sites.update":{"uri":"admin\/sites\/{site}","methods":["PUT"],"parameters":["site"]},"backend.sites.delete":{"uri":"admin\/sites\/{site}\/delete","methods":["DELETE"],"parameters":["site"]},"backend.sites.switch":{"uri":"admin\/sites\/{site}\/switch","methods":["GET","HEAD"],"parameters":["site"],"bindings":{"site":"id"}},"backend.domains.index":{"uri":"admin\/sites\/{site}\/domains","methods":["GET","HEAD"],"parameters":["site"]},"backend.domains.create":{"uri":"admin\/sites\/{site}\/domains\/create","methods":["GET","HEAD"],"parameters":["site"]},"backend.domains.store":{"uri":"admin\/sites\/{site}\/domains","methods":["POST"],"parameters":["site"]},"backend.domains.show":{"uri":"admin\/sites\/{site}\/domains\/{domain}","methods":["GET","HEAD"],"parameters":["site","domain"]},"backend.domains.edit":{"uri":"admin\/sites\/{site}\/domains\/{domain}\/edit","methods":["GET","HEAD"],"parameters":["site","domain"]},"backend.domains.update":{"uri":"admin\/sites\/{site}\/domains\/{domain}","methods":["PUT"],"parameters":["site","domain"]},"backend.domains.delete":{"uri":"admin\/sites\/{site}\/domains\/{domain}\/delete","methods":["DELETE"],"parameters":["site","domain"]},"backend.translations.index":{"uri":"admin\/translations","methods":["GET","HEAD"]},"backend.translations.save":{"uri":"admin\/translations","methods":["PUT"]},"backend.translations.export.create":{"uri":"admin\/translations\/export","methods":["GET","HEAD"]},"backend.translations.import.create":{"uri":"admin\/translations\/import","methods":["GET","HEAD"]},"backend.translations.import.store":{"uri":"admin\/translations\/import","methods":["POST"]},"backend.translations.synchronize":{"uri":"admin\/translations\/synchronize","methods":["GET","HEAD"]},"backend.users.index":{"uri":"admin\/users","methods":["GET","HEAD"]},"backend.users.activity":{"uri":"admin\/users\/activity","methods":["GET","HEAD"]},"backend.users.logins":{"uri":"admin\/users\/logins","methods":["GET","HEAD"]},"backend.users.create":{"uri":"admin\/users\/create","methods":["GET","HEAD"]},"backend.users.export":{"uri":"admin\/users\/export","methods":["GET","HEAD"]},"backend.users.reset":{"uri":"admin\/users\/reset","methods":["GET","HEAD","POST","PUT","PATCH","DELETE","OPTIONS"]},"backend.users.token":{"uri":"admin\/users\/token","methods":["GET","HEAD","POST","PUT","PATCH","DELETE","OPTIONS"]},"backend.users.store":{"uri":"admin\/users","methods":["POST"]},"backend.users.show":{"uri":"admin\/users\/{user}","methods":["GET","HEAD"],"wheres":{"user":"[0-9]+"},"parameters":["user"]},"backend.users.edit":{"uri":"admin\/users\/{user}\/edit","methods":["GET","HEAD"],"wheres":{"user":"[0-9]+"},"parameters":["user"]},"backend.users.personate":{"uri":"admin\/users\/{user}\/personate","methods":["GET","HEAD"],"wheres":{"user":"[0-9]+"},"parameters":["user"]},"backend.users.update":{"uri":"admin\/users\/{user}","methods":["PUT"],"wheres":{"user":"[0-9]+"},"parameters":["user"]},"backend.users.delete_multiple":{"uri":"admin\/users\/delete_multiple","methods":["DELETE"]},"backend.users.delete":{"uri":"admin\/users\/delete","methods":["DELETE"]},"backend.roles.index":{"uri":"admin\/users\/roles","methods":["GET","HEAD"]},"backend.roles.create":{"uri":"admin\/users\/roles\/create","methods":["GET","HEAD"]},"backend.roles.store":{"uri":"admin\/users\/roles","methods":["POST"]},"backend.roles.show":{"uri":"admin\/users\/roles\/{role}","methods":["GET","HEAD"],"parameters":["role"]},"backend.roles.edit":{"uri":"admin\/users\/roles\/{role}\/edit","methods":["GET","HEAD"],"parameters":["role"]},"backend.roles.update":{"uri":"admin\/users\/roles\/{role}","methods":["PUT"],"parameters":["role"]},"backend.roles.delete":{"uri":"admin\/users\/roles\/{role}\/delete","methods":["DELETE"],"parameters":["role"]},"backend.groups.index":{"uri":"admin\/users\/groups","methods":["GET","HEAD"]},"backend.groups.create":{"uri":"admin\/users\/groups\/create","methods":["GET","HEAD"]},"backend.groups.store":{"uri":"admin\/users\/groups","methods":["POST"]},"backend.groups.show":{"uri":"admin\/users\/groups\/{group}","methods":["GET","HEAD"],"parameters":["group"]},"backend.groups.edit":{"uri":"admin\/users\/groups\/{group}\/edit","methods":["GET","HEAD"],"parameters":["group"]},"backend.groups.update":{"uri":"admin\/users\/groups\/{group}","methods":["PUT"],"parameters":["group"]},"backend.groups.delete":{"uri":"admin\/users\/groups\/{group}\/delete","methods":["DELETE"],"parameters":["group"]},"backend.users.2fa.index":{"uri":"admin\/users\/2fa","methods":["GET","HEAD"]},"backend.users.2fa.disable":{"uri":"admin\/users\/2fa\/disable","methods":["POST"]},"backend.users.2fa.recovery-codes":{"uri":"admin\/users\/2fa\/recovery-codes","methods":["GET","HEAD"]},"backend.users.2fa.confirm":{"uri":"admin\/users\/2fa\/confirm","methods":["POST"]},"backend.redirects.index":{"uri":"admin\/redirects","methods":["GET","HEAD"]},"backend.redirects.create":{"uri":"admin\/redirects\/create","methods":["GET","HEAD"]},"backend.redirects.store":{"uri":"admin\/redirects","methods":["POST"]},"backend.redirects.edit":{"uri":"admin\/redirects\/{redirect}\/edit","methods":["GET","HEAD"],"parameters":["redirect"],"bindings":{"redirect":"id"}},"backend.redirects.update":{"uri":"admin\/redirects\/{redirect}","methods":["PUT"],"parameters":["redirect"],"bindings":{"redirect":"id"}},"backend.redirects.delete":{"uri":"admin\/redirects\/delete","methods":["DELETE"]},"backend.redirects.import":{"uri":"admin\/redirects\/import","methods":["GET","HEAD"]},"backend.redirects.import.store":{"uri":"admin\/redirects\/import","methods":["POST"]},"backend.settings.imports.index":{"uri":"admin\/settings\/imports","methods":["GET","HEAD"]},"backend.settings.imports.create":{"uri":"admin\/settings\/imports\/create","methods":["GET","HEAD"]},"backend.settings.imports.store":{"uri":"admin\/settings\/imports","methods":["POST"]},"backend.settings.export.create":{"uri":"admin\/settings\/export","methods":["GET","HEAD"]},"backend.settings.index":{"uri":"admin\/settings","methods":["GET","HEAD"]},"backend.settings.create":{"uri":"admin\/settings\/create","methods":["GET","HEAD"]},"backend.settings.store":{"uri":"admin\/settings\/create","methods":["POST"]},"backend.settings.show":{"uri":"admin\/settings\/{setting}","methods":["GET","HEAD"],"parameters":["setting"],"bindings":{"setting":"id"}},"backend.settings.edit":{"uri":"admin\/settings\/{setting}\/edit","methods":["GET","HEAD"],"parameters":["setting"],"bindings":{"setting":"id"}},"backend.settings.update":{"uri":"admin\/settings\/{setting}\/edit","methods":["PUT"],"parameters":["setting"],"bindings":{"setting":"id"}},"backend.settings.delete":{"uri":"admin\/settings\/{setting}\/delete","methods":["DELETE"],"parameters":["setting"],"bindings":{"setting":"id"}},"backend.stats.index":{"uri":"admin\/stats","methods":["GET","HEAD"]},"backend.stats.export":{"uri":"admin\/stats\/export\/{site}\/{start?}\/{end?}\/{sheet?}","methods":["GET","HEAD"],"parameters":["site","start","end","sheet"]},"favorites.get":{"uri":"favorites\/get","methods":["GET","HEAD"]},"favorites.add":{"uri":"favorites\/add","methods":["GET","HEAD"]},"favorites.delete":{"uri":"favorites\/delete","methods":["GET","HEAD"]},"user-login":{"uri":"user-login","methods":["GET","HEAD"]},"user-logout":{"uri":"user-logout","methods":["GET","HEAD"]},"user-login.mail":{"uri":"user-login","methods":["POST"]},"account.vacancies.index":{"uri":"account\/vacatures","methods":["GET","HEAD"]},"account.vacancies.add":{"uri":"account\/vacatures\/add","methods":["GET","HEAD"]},"account.vacancies.store":{"uri":"account\/vacatures","methods":["POST"]},"account.vacancies.edit":{"uri":"account\/vacatures\/{slug}","methods":["GET","HEAD"],"parameters":["slug"]},"account.vacancies.update":{"uri":"account\/vacatures\/{slug}","methods":["POST"],"parameters":["slug"]},"account.vacancies.delete":{"uri":"account\/vacatures\/{slug}","methods":["DELETE"],"parameters":["slug"]},"two-factor.login":{"uri":"two-factor-challenge","methods":["GET","HEAD"]},"backend.password.email":{"uri":"admin\/forgot-password","methods":["POST"]},"backend.password.update":{"uri":"admin\/reset-password","methods":["POST"]},"frontend.forms.update":{"uri":"forms\/{form}\/update","methods":["POST"],"parameters":["form"]},"frontend.forms.webhook":{"uri":"webhooks\/forms\/{form}","methods":["GET","HEAD","POST","PUT","PATCH","DELETE","OPTIONS"],"parameters":["form"],"bindings":{"form":"slug"}},"webhooks.mailgun.clicked":{"uri":"webhooks\/mailgun\/clicked","methods":["POST"]},"webhooks.mailgun.complained":{"uri":"webhooks\/mailgun\/complained","methods":["POST"]},"webhooks.mailgun.delivered":{"uri":"webhooks\/mailgun\/delivered","methods":["POST"]},"webhooks.mailgun.opened":{"uri":"webhooks\/mailgun\/opened","methods":["POST"]},"webhooks.mailgun.permanent_fail":{"uri":"webhooks\/mailgun\/permanent_fail","methods":["POST"]},"webhooks.mailgun.temporary_fail":{"uri":"webhooks\/mailgun\/temporary_fail","methods":["POST"]},"webhooks.mailgun.unsubscribed":{"uri":"webhooks\/mailgun\/unsubscribed","methods":["POST"]},"webhooks.mailgun.custom":{"uri":"webhooks\/mailgun\/{custom}","methods":["POST"],"parameters":["custom"]},"webhooks.postmark":{"uri":"webhooks\/postmark","methods":["GET","HEAD","POST","PUT","PATCH","DELETE","OPTIONS"]}}}; !function(t,r){"object"==typeof exports&&"undefined"!=typeof module?module.exports=r():"function"==typeof define&&define.amd?define(r):(t||self).route=r()}(this,function(){function t(t,r){for(var e=0;e<r.length;e++){var n=r[e];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,"symbol"==typeof(o=function(t,r){if("object"!=typeof t||null===t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var n=e.call(t,"string");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(t)}(n.key))?o:String(o),n)}var o}function r(r,e,n){return e&&t(r.prototype,e),n&&t(r,n),Object.defineProperty(r,"prototype",{writable:!1}),r}function e(){return e=Object.assign?Object.assign.bind():function(t){for(var r=1;r<arguments.length;r++){var e=arguments[r];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}return t},e.apply(this,arguments)}function n(t){return n=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},n(t)}function o(t,r){return o=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,r){return t.__proto__=r,t},o(t,r)}function i(t,r,e){return i=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(t){return!1}}()?Reflect.construct.bind():function(t,r,e){var n=[null];n.push.apply(n,r);var i=new(Function.bind.apply(t,n));return e&&o(i,e.prototype),i},i.apply(null,arguments)}function u(t){var r="function"==typeof Map?new Map:void 0;return u=function(t){if(null===t||-1===Function.toString.call(t).indexOf("[native code]"))return t;if("function"!=typeof t)throw new TypeError("Super expression must either be null or a function");if(void 0!==r){if(r.has(t))return r.get(t);r.set(t,e)}function e(){return i(t,arguments,n(this).constructor)}return e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),o(e,t)},u(t)}var f=String.prototype.replace,a=/%20/g,c="RFC3986",l={default:c,formatters:{RFC1738:function(t){return f.call(t,a,"+")},RFC3986:function(t){return String(t)}},RFC1738:"RFC1738",RFC3986:c},s=Object.prototype.hasOwnProperty,v=Array.isArray,p=function(){for(var t=[],r=0;r<256;++r)t.push("%"+((r<16?"0":"")+r.toString(16)).toUpperCase());return t}(),y=function(t,r){for(var e=r&&r.plainObjects?Object.create(null):{},n=0;n<t.length;++n)void 0!==t[n]&&(e[n]=t[n]);return e},d={arrayToObject:y,assign:function(t,r){return Object.keys(r).reduce(function(t,e){return t[e]=r[e],t},t)},combine:function(t,r){return[].concat(t,r)},compact:function(t){for(var r=[{obj:{o:t},prop:"o"}],e=[],n=0;n<r.length;++n)for(var o=r[n],i=o.obj[o.prop],u=Object.keys(i),f=0;f<u.length;++f){var a=u[f],c=i[a];"object"==typeof c&&null!==c&&-1===e.indexOf(c)&&(r.push({obj:i,prop:a}),e.push(c))}return function(t){for(;t.length>1;){var r=t.pop(),e=r.obj[r.prop];if(v(e)){for(var n=[],o=0;o<e.length;++o)void 0!==e[o]&&n.push(e[o]);r.obj[r.prop]=n}}}(r),t},decode:function(t,r,e){var n=t.replace(/\+/g," ");if("iso-8859-1"===e)return n.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(n)}catch(t){return n}},encode:function(t,r,e,n,o){if(0===t.length)return t;var i=t;if("symbol"==typeof t?i=Symbol.prototype.toString.call(t):"string"!=typeof t&&(i=String(t)),"iso-8859-1"===e)return escape(i).replace(/%u[0-9a-f]{4}/gi,function(t){return"%26%23"+parseInt(t.slice(2),16)+"%3B"});for(var u="",f=0;f<i.length;++f){var a=i.charCodeAt(f);45===a||46===a||95===a||126===a||a>=48&&a<=57||a>=65&&a<=90||a>=97&&a<=122||o===l.RFC1738&&(40===a||41===a)?u+=i.charAt(f):a<128?u+=p[a]:a<2048?u+=p[192|a>>6]+p[128|63&a]:a<55296||a>=57344?u+=p[224|a>>12]+p[128|a>>6&63]+p[128|63&a]:(a=65536+((1023&a)<<10|1023&i.charCodeAt(f+=1)),u+=p[240|a>>18]+p[128|a>>12&63]+p[128|a>>6&63]+p[128|63&a])}return u},isBuffer:function(t){return!(!t||"object"!=typeof t||!(t.constructor&&t.constructor.isBuffer&&t.constructor.isBuffer(t)))},isRegExp:function(t){return"[object RegExp]"===Object.prototype.toString.call(t)},maybeMap:function(t,r){if(v(t)){for(var e=[],n=0;n<t.length;n+=1)e.push(r(t[n]));return e}return r(t)},merge:function t(r,e,n){if(!e)return r;if("object"!=typeof e){if(v(r))r.push(e);else{if(!r||"object"!=typeof r)return[r,e];(n&&(n.plainObjects||n.allowPrototypes)||!s.call(Object.prototype,e))&&(r[e]=!0)}return r}if(!r||"object"!=typeof r)return[r].concat(e);var o=r;return v(r)&&!v(e)&&(o=y(r,n)),v(r)&&v(e)?(e.forEach(function(e,o){if(s.call(r,o)){var i=r[o];i&&"object"==typeof i&&e&&"object"==typeof e?r[o]=t(i,e,n):r.push(e)}else r[o]=e}),r):Object.keys(e).reduce(function(r,o){var i=e[o];return r[o]=s.call(r,o)?t(r[o],i,n):i,r},o)}},b=Object.prototype.hasOwnProperty,h={brackets:function(t){return t+"[]"},comma:"comma",indices:function(t,r){return t+"["+r+"]"},repeat:function(t){return t}},g=Array.isArray,m=String.prototype.split,j=Array.prototype.push,w=function(t,r){j.apply(t,g(r)?r:[r])},O=Date.prototype.toISOString,E=l.default,R={addQueryPrefix:!1,allowDots:!1,charset:"utf-8",charsetSentinel:!1,delimiter:"&",encode:!0,encoder:d.encode,encodeValuesOnly:!1,format:E,formatter:l.formatters[E],indices:!1,serializeDate:function(t){return O.call(t)},skipNulls:!1,strictNullHandling:!1},S=function t(r,e,n,o,i,u,f,a,c,l,s,v,p,y){var b,h=r;if("function"==typeof f?h=f(e,h):h instanceof Date?h=l(h):"comma"===n&&g(h)&&(h=d.maybeMap(h,function(t){return t instanceof Date?l(t):t})),null===h){if(o)return u&&!p?u(e,R.encoder,y,"key",s):e;h=""}if("string"==typeof(b=h)||"number"==typeof b||"boolean"==typeof b||"symbol"==typeof b||"bigint"==typeof b||d.isBuffer(h)){if(u){var j=p?e:u(e,R.encoder,y,"key",s);if("comma"===n&&p){for(var O=m.call(String(h),","),E="",S=0;S<O.length;++S)E+=(0===S?"":",")+v(u(O[S],R.encoder,y,"value",s));return[v(j)+"="+E]}return[v(j)+"="+v(u(h,R.encoder,y,"value",s))]}return[v(e)+"="+v(String(h))]}var T,k=[];if(void 0===h)return k;if("comma"===n&&g(h))T=[{value:h.length>0?h.join(",")||null:void 0}];else if(g(f))T=f;else{var x=Object.keys(h);T=a?x.sort(a):x}for(var N=0;N<T.length;++N){var C=T[N],A="object"==typeof C&&void 0!==C.value?C.value:h[C];if(!i||null!==A){var D=g(h)?"function"==typeof n?n(e,C):e:e+(c?"."+C:"["+C+"]");w(k,t(A,D,n,o,i,u,f,a,c,l,s,v,p,y))}}return k},T=Object.prototype.hasOwnProperty,k=Array.isArray,x={allowDots:!1,allowPrototypes:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decoder:d.decode,delimiter:"&",depth:5,ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictNullHandling:!1},N=function(t){return t.replace(/&#(\d+);/g,function(t,r){return String.fromCharCode(parseInt(r,10))})},C=function(t,r){return t&&"string"==typeof t&&r.comma&&t.indexOf(",")>-1?t.split(","):t},A=function(t,r,e,n){if(t){var o=e.allowDots?t.replace(/\.([^.[]+)/g,"[$1]"):t,i=/(\[[^[\]]*])/g,u=e.depth>0&&/(\[[^[\]]*])/.exec(o),f=u?o.slice(0,u.index):o,a=[];if(f){if(!e.plainObjects&&T.call(Object.prototype,f)&&!e.allowPrototypes)return;a.push(f)}for(var c=0;e.depth>0&&null!==(u=i.exec(o))&&c<e.depth;){if(c+=1,!e.plainObjects&&T.call(Object.prototype,u[1].slice(1,-1))&&!e.allowPrototypes)return;a.push(u[1])}return u&&a.push("["+o.slice(u.index)+"]"),function(t,r,e,n){for(var o=n?r:C(r,e),i=t.length-1;i>=0;--i){var u,f=t[i];if("[]"===f&&e.parseArrays)u=[].concat(o);else{u=e.plainObjects?Object.create(null):{};var a="["===f.charAt(0)&&"]"===f.charAt(f.length-1)?f.slice(1,-1):f,c=parseInt(a,10);e.parseArrays||""!==a?!isNaN(c)&&f!==a&&String(c)===a&&c>=0&&e.parseArrays&&c<=e.arrayLimit?(u=[])[c]=o:"__proto__"!==a&&(u[a]=o):u={0:o}}o=u}return o}(a,r,e,n)}},D=function(t,r){var e=function(t){if(!t)return x;if(null!=t.decoder&&"function"!=typeof t.decoder)throw new TypeError("Decoder has to be a function.");if(void 0!==t.charset&&"utf-8"!==t.charset&&"iso-8859-1"!==t.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");return{allowDots:void 0===t.allowDots?x.allowDots:!!t.allowDots,allowPrototypes:"boolean"==typeof t.allowPrototypes?t.allowPrototypes:x.allowPrototypes,arrayLimit:"number"==typeof t.arrayLimit?t.arrayLimit:x.arrayLimit,charset:void 0===t.charset?x.charset:t.charset,charsetSentinel:"boolean"==typeof t.charsetSentinel?t.charsetSentinel:x.charsetSentinel,comma:"boolean"==typeof t.comma?t.comma:x.comma,decoder:"function"==typeof t.decoder?t.decoder:x.decoder,delimiter:"string"==typeof t.delimiter||d.isRegExp(t.delimiter)?t.delimiter:x.delimiter,depth:"number"==typeof t.depth||!1===t.depth?+t.depth:x.depth,ignoreQueryPrefix:!0===t.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof t.interpretNumericEntities?t.interpretNumericEntities:x.interpretNumericEntities,parameterLimit:"number"==typeof t.parameterLimit?t.parameterLimit:x.parameterLimit,parseArrays:!1!==t.parseArrays,plainObjects:"boolean"==typeof t.plainObjects?t.plainObjects:x.plainObjects,strictNullHandling:"boolean"==typeof t.strictNullHandling?t.strictNullHandling:x.strictNullHandling}}(r);if(""===t||null==t)return e.plainObjects?Object.create(null):{};for(var n="string"==typeof t?function(t,r){var e,n={},o=(r.ignoreQueryPrefix?t.replace(/^\?/,""):t).split(r.delimiter,Infinity===r.parameterLimit?void 0:r.parameterLimit),i=-1,u=r.charset;if(r.charsetSentinel)for(e=0;e<o.length;++e)0===o[e].indexOf("utf8=")&&("utf8=%E2%9C%93"===o[e]?u="utf-8":"utf8=%26%2310003%3B"===o[e]&&(u="iso-8859-1"),i=e,e=o.length);for(e=0;e<o.length;++e)if(e!==i){var f,a,c=o[e],l=c.indexOf("]="),s=-1===l?c.indexOf("="):l+1;-1===s?(f=r.decoder(c,x.decoder,u,"key"),a=r.strictNullHandling?null:""):(f=r.decoder(c.slice(0,s),x.decoder,u,"key"),a=d.maybeMap(C(c.slice(s+1),r),function(t){return r.decoder(t,x.decoder,u,"value")})),a&&r.interpretNumericEntities&&"iso-8859-1"===u&&(a=N(a)),c.indexOf("[]=")>-1&&(a=k(a)?[a]:a),n[f]=T.call(n,f)?d.combine(n[f],a):a}return n}(t,e):t,o=e.plainObjects?Object.create(null):{},i=Object.keys(n),u=0;u<i.length;++u){var f=i[u],a=A(f,n[f],e,"string"==typeof t);o=d.merge(o,a,e)}return d.compact(o)},$=/*#__PURE__*/function(){function t(t,r,e){var n,o;this.name=t,this.definition=r,this.bindings=null!=(n=r.bindings)?n:{},this.wheres=null!=(o=r.wheres)?o:{},this.config=e}var e=t.prototype;return e.matchesUrl=function(t){var r=this;if(!this.definition.methods.includes("GET"))return!1;var e=this.template.replace(/(\/?){([^}?]*)(\??)}/g,function(t,e,n,o){var i,u="(?<"+n+">"+((null==(i=r.wheres[n])?void 0:i.replace(/(^\^)|(\$$)/g,""))||"[^/?]+")+")";return o?"("+e+u+")?":""+e+u}).replace(/^\w+:\/\//,""),n=t.replace(/^\w+:\/\//,"").split("?"),o=n[0],i=n[1],u=new RegExp("^"+e+"/?$").exec(decodeURI(o));if(u){for(var f in u.groups)u.groups[f]="string"==typeof u.groups[f]?decodeURIComponent(u.groups[f]):u.groups[f];return{params:u.groups,query:D(i)}}return!1},e.compile=function(t){var r=this;return this.parameterSegments.length?this.template.replace(/{([^}?]+)(\??)}/g,function(e,n,o){var i,u;if(!o&&[null,void 0].includes(t[n]))throw new Error("Ziggy error: '"+n+"' parameter is required for route '"+r.name+"'.");if(r.wheres[n]&&!new RegExp("^"+(o?"("+r.wheres[n]+")?":r.wheres[n])+"$").test(null!=(u=t[n])?u:""))throw new Error("Ziggy error: '"+n+"' parameter does not match required format '"+r.wheres[n]+"' for route '"+r.name+"'.");return encodeURI(null!=(i=t[n])?i:"").replace(/%7C/g,"|").replace(/%25/g,"%").replace(/\$/g,"%24")}).replace(this.origin+"//",this.origin+"/").replace(/\/+$/,""):this.template},r(t,[{key:"template",get:function(){var t=(this.origin+"/"+this.definition.uri).replace(/\/+$/,"");return""===t?"/":t}},{key:"origin",get:function(){return this.config.absolute?this.definition.domain?""+this.config.url.match(/^\w+:\/\//)[0]+this.definition.domain+(this.config.port?":"+this.config.port:""):this.config.url:""}},{key:"parameterSegments",get:function(){var t,r;return null!=(t=null==(r=this.template.match(/{[^}?]+\??}/g))?void 0:r.map(function(t){return{name:t.replace(/{|\??}/g,""),required:!/\?}$/.test(t)}}))?t:[]}}]),t}(),F=/*#__PURE__*/function(t){var n,i;function u(r,n,o,i){var u;if(void 0===o&&(o=!0),(u=t.call(this)||this).t=null!=i?i:"undefined"!=typeof Ziggy?Ziggy:null==globalThis?void 0:globalThis.Ziggy,u.t=e({},u.t,{absolute:o}),r){if(!u.t.routes[r])throw new Error("Ziggy error: route '"+r+"' is not in the route list.");u.i=new $(r,u.t.routes[r],u.t),u.u=u.l(n)}return u}i=t,(n=u).prototype=Object.create(i.prototype),n.prototype.constructor=n,o(n,i);var f=u.prototype;return f.toString=function(){var t=this,r=Object.keys(this.u).filter(function(r){return!t.i.parameterSegments.some(function(t){return t.name===r})}).filter(function(t){return"_query"!==t}).reduce(function(r,n){var o;return e({},r,((o={})[n]=t.u[n],o))},{});return this.i.compile(this.u)+function(t,r){var e,n=t,o=function(t){if(!t)return R;if(null!=t.encoder&&"function"!=typeof t.encoder)throw new TypeError("Encoder has to be a function.");var r=t.charset||R.charset;if(void 0!==t.charset&&"utf-8"!==t.charset&&"iso-8859-1"!==t.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var e=l.default;if(void 0!==t.format){if(!b.call(l.formatters,t.format))throw new TypeError("Unknown format option provided.");e=t.format}var n=l.formatters[e],o=R.filter;return("function"==typeof t.filter||g(t.filter))&&(o=t.filter),{addQueryPrefix:"boolean"==typeof t.addQueryPrefix?t.addQueryPrefix:R.addQueryPrefix,allowDots:void 0===t.allowDots?R.allowDots:!!t.allowDots,charset:r,charsetSentinel:"boolean"==typeof t.charsetSentinel?t.charsetSentinel:R.charsetSentinel,delimiter:void 0===t.delimiter?R.delimiter:t.delimiter,encode:"boolean"==typeof t.encode?t.encode:R.encode,encoder:"function"==typeof t.encoder?t.encoder:R.encoder,encodeValuesOnly:"boolean"==typeof t.encodeValuesOnly?t.encodeValuesOnly:R.encodeValuesOnly,filter:o,format:e,formatter:n,serializeDate:"function"==typeof t.serializeDate?t.serializeDate:R.serializeDate,skipNulls:"boolean"==typeof t.skipNulls?t.skipNulls:R.skipNulls,sort:"function"==typeof t.sort?t.sort:null,strictNullHandling:"boolean"==typeof t.strictNullHandling?t.strictNullHandling:R.strictNullHandling}}(r);"function"==typeof o.filter?n=(0,o.filter)("",n):g(o.filter)&&(e=o.filter);var i=[];if("object"!=typeof n||null===n)return"";var u=h[r&&r.arrayFormat in h?r.arrayFormat:r&&"indices"in r?r.indices?"indices":"repeat":"indices"];e||(e=Object.keys(n)),o.sort&&e.sort(o.sort);for(var f=0;f<e.length;++f){var a=e[f];o.skipNulls&&null===n[a]||w(i,S(n[a],a,u,o.strictNullHandling,o.skipNulls,o.encode?o.encoder:null,o.filter,o.sort,o.allowDots,o.serializeDate,o.format,o.formatter,o.encodeValuesOnly,o.charset))}var c=i.join(o.delimiter),s=!0===o.addQueryPrefix?"?":"";return o.charsetSentinel&&(s+="iso-8859-1"===o.charset?"utf8=%26%2310003%3B&":"utf8=%E2%9C%93&"),c.length>0?s+c:""}(e({},r,this.u._query),{addQueryPrefix:!0,arrayFormat:"indices",encodeValuesOnly:!0,skipNulls:!0,encoder:function(t,r){return"boolean"==typeof t?Number(t):r(t)}})},f.v=function(t){var r=this;t?this.t.absolute&&t.startsWith("/")&&(t=this.p().host+t):t=this.h();var n={},o=Object.entries(this.t.routes).find(function(e){return n=new $(e[0],e[1],r.t).matchesUrl(t)})||[void 0,void 0];return e({name:o[0]},n,{route:o[1]})},f.h=function(){var t=this.p(),r=t.pathname,e=t.search;return(this.t.absolute?t.host+r:r.replace(this.t.url.replace(/^\w*:\/\/[^/]+/,""),"").replace(/^\/+/,"/"))+e},f.current=function(t,r){var n=this.v(),o=n.name,i=n.params,u=n.query,f=n.route;if(!t)return o;var a=new RegExp("^"+t.replace(/\./g,"\\.").replace(/\*/g,".*")+"$").test(o);if([null,void 0].includes(r)||!a)return a;var c=new $(o,f,this.t);r=this.l(r,c);var l=e({},i,u);return!(!Object.values(r).every(function(t){return!t})||Object.values(l).some(function(t){return void 0!==t}))||function t(r,e){return Object.entries(r).every(function(r){var n=r[0],o=r[1];return Array.isArray(o)&&Array.isArray(e[n])?o.every(function(t){return e[n].includes(t)}):"object"==typeof o&&"object"==typeof e[n]&&null!==o&&null!==e[n]?t(o,e[n]):e[n]==o})}(r,l)},f.p=function(){var t,r,e,n,o,i,u="undefined"!=typeof window?window.location:{},f=u.host,a=u.pathname,c=u.search;return{host:null!=(t=null==(r=this.t.location)?void 0:r.host)?t:void 0===f?"":f,pathname:null!=(e=null==(n=this.t.location)?void 0:n.pathname)?e:void 0===a?"":a,search:null!=(o=null==(i=this.t.location)?void 0:i.search)?o:void 0===c?"":c}},f.has=function(t){return Object.keys(this.t.routes).includes(t)},f.l=function(t,r){var n=this;void 0===t&&(t={}),void 0===r&&(r=this.i),null!=t||(t={}),t=["string","number"].includes(typeof t)?[t]:t;var o=r.parameterSegments.filter(function(t){return!n.t.defaults[t.name]});if(Array.isArray(t))t=t.reduce(function(t,r,n){var i,u;return e({},t,o[n]?((i={})[o[n].name]=r,i):"object"==typeof r?r:((u={})[r]="",u))},{});else if(1===o.length&&!t[o[0].name]&&(t.hasOwnProperty(Object.values(r.bindings)[0])||t.hasOwnProperty("id"))){var i;(i={})[o[0].name]=t,t=i}return e({},this.g(r),this.m(t,r))},f.g=function(t){var r=this;return t.parameterSegments.filter(function(t){return r.t.defaults[t.name]}).reduce(function(t,n,o){var i,u=n.name;return e({},t,((i={})[u]=r.t.defaults[u],i))},{})},f.m=function(t,r){var n=r.bindings,o=r.parameterSegments;return Object.entries(t).reduce(function(t,r){var i,u,f=r[0],a=r[1];if(!a||"object"!=typeof a||Array.isArray(a)||!o.some(function(t){return t.name===f}))return e({},t,((u={})[f]=a,u));if(!a.hasOwnProperty(n[f])){if(!a.hasOwnProperty("id"))throw new Error("Ziggy error: object passed as '"+f+"' parameter is missing route model binding key '"+n[f]+"'.");n[f]="id"}return e({},t,((i={})[f]=a[n[f]],i))},{})},f.valueOf=function(){return this.toString()},f.check=function(t){return this.has(t)},r(u,[{key:"params",get:function(){var t=this.v();return e({},t.params,t.query)}}]),u}(/*#__PURE__*/u(String));return function(t,r,e,n){var o=new F(t,r,e,n);return t?o.toString():o}}); </script> <script> window.Laravel = {"algoliaIndex":"icthealth","csrf":true,"csrfToken":"nxwoOhALQdIR0PIK8p34pe6ZLjbdlPuABDRe18fg","env":"production","googleMaps":"AIzaSyCSKkfprzfVYCmOfibgVYmqD8IdKKDTNg0","honeypot":"eyJpdiI6ImpWLzBYcFZ5YVFwNm5hMDUwOGRobmc9PSIsInZhbHVlIjoiTGl5a1NuSEp0aE5ZaDgrMEorOXNjUT09IiwibWFjIjoiOTZkMmQxMDMyY2M1YzY2ZGUxZjc2ZjZkZmFmYTIzYmEwNDkwMGQzZDAxYjYxMmZjZGQ3MmRiNmI0YThiMWU4MiIsInRhZyI6IiJ9","locale":"nl","uploadcare":"19ae9d17963818dd965e","user":null}; </script> <script> if(!1!==window.Laravel.csrf){function refreshCsrfToken(){var e=new XMLHttpRequest;e.open("GET","/csrf"),e.setRequestHeader("X-Requested-With","XMLHttpRequest"),e.onload=function(){200===e.status&&(window.Laravel.csrfToken=e.responseText,setCsrfToken())},e.send()}function setCsrfToken(){if(void 0!==window.Laravel.csrfToken){for(var e=document.querySelectorAll('input[type="hidden"][name="_token"]'),t=0;t<e.length;t++)e[t].value=window.Laravel.csrfToken,e[t].setAttribute("value",window.Laravel.csrfToken);document.querySelector('meta[name="csrf-token"]').content=window.Laravel.csrfToken}}document.addEventListener("DOMContentLoaded",(function(){document.querySelectorAll('input[type="hidden"][name="_token"]').length>0&&(refreshCsrfToken(),setInterval((function(){refreshCsrfToken()}),12e4))}))}if(document.addEventListener("DOMContentLoaded",(function(){var e=null,t=0;if(void 0!==window.FormData){var n=function(n){let o=n.currentTarget;if("button"==n.target.tagName)return;if(null!==e&&0===t)return;null!==e&&t>0&&e.abort();let a=new FormData,u=o.querySelectorAll('input:not([type="file"]), textarea, select'),s=o.getAttribute("action").split("?");r(u,(function(e,t){("radio"!=t.type&&"checkbox"!=t.type||("radio"===t.type||"checkbox"===t.type)&&t.checked)&&a.append(t.getAttribute("name"),t.value)})),(e=new XMLHttpRequest).open("POST",s[0]+"/update?"+(s[1]?s[1]:"")),e.setRequestHeader("X-Requested-With","XMLHttpRequest"),e.setRequestHeader("X-CSRF-TOKEN",document.querySelector('meta[name="csrf-token"]').content),e.addEventListener("readystatechange",(()=>{4===e.readyState&&200===e.status&&t++})),e.send(a)},o=document.querySelectorAll(".form form"),r=function(e,t,n){for(var o=0;o<e.length;o++)t.call(n,o,e[o])};r(o,(function(e,t){t.addEventListener("change",n,!1)}))}})),!1!==window.Laravel.honeypot){function refreshHoneypot(){var e=new XMLHttpRequest;e.open("GET","/honeypot"),e.setRequestHeader("X-Requested-With","XMLHttpRequest"),e.onload=function(){200===e.status&&(window.Laravel.honeypot=e.responseText,setHoneypot())},e.send()}function setHoneypot(){if(void 0!==window.Laravel.honeypot)for(var e=document.querySelectorAll('input[name="your_submission_date"]'),t=0;t<e.length;t++)e[t].value=window.Laravel.honeypot,e[t].setAttribute("value",window.Laravel.honeypot)}document.addEventListener("DOMContentLoaded",(function(){document.querySelectorAll('input[name="your_submission_date"]').length>0&&refreshHoneypot()}))} </script> <script src="https://challenges.cloudflare.com/turnstile/v0/api.js" async defer></script> <script> const translations = { 'errorTitle': "Fout", 'errorMessage': "Er ging iets mis", }; </script> <!-- Meta Pixel Code --> <script> !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window, document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '1563237680918727'); fbq('track', 'PageView'); </script> <!-- End Meta Pixel Code --> <!-- Google Tag Manager --> <script> (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-PNLXZ5FB'); </script> <!-- End Google Tag Manager --> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "WebPage", "url": "https://icthealth.nl/wie-levert-wat", "mainEntityOfPage": "https://icthealth.nl/wie-levert-wat", "name": "Wie levert wat | ICT&health", "description": "Vind betrouwbare leveranciers en innovatieve zorgoplossingen in ‘Wie Levert Wat’. Ontdek technologieën en diensten voor de gezondheidszorg en digitale zorg.", "inLanguage": [ { "@type": "Language", "name": "Dutch" } ] } </script> <script> window.dataLayer = window.dataLayer || []; window.gtag = window.gtag || function() { window.dataLayer.push(arguments); } function gtagEvent(action, category, label) { if (Laravel.env === 'production') { gtag('event', action, { 'location': category, 'text': label }); } } </script> <style > .article-grid{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:2rem}.article-grid figure{margin:0!important;width:100%!important}.article-grid figure img{width:100%}.article-grid .column-2{width:30.33333%}@media only screen and (min-width:769px){.article-grid .column-2{width:15.6666%}}.article-grid .column-3{width:100%}@media only screen and (min-width:769px){.article-grid .column-3{width:24%}}.article-grid .column-4{width:100%}@media only screen and (min-width:769px){.article-grid .column-4{width:30.3333%}}.article-grid .column-5{width:100%}@media only screen and (min-width:769px){.article-grid .column-5{width:39.66666%}}.article-grid .column-6{width:100%}@media only screen and (min-width:769px){.article-grid .column-6{width:47.5%}}.article-grid .column-7{width:100%}@media only screen and (min-width:769px){.article-grid .column-7{width:56.33333%}}.article-grid .column-8{width:100%}@media only screen and (min-width:769px){.article-grid .column-8{width:64.66666%}}.article-grid td{border:1px solid #cfd0d1;border:1px solid hsla(210,2%,82%,.6)} </style> <style > :root{--color-off-white:255,250,247;--color-grey-light:243,243,243;--color-grey-normal:204,204,204;--color-grey-dark:102,102,102;--color-blue-lightest:240,241,243;--color-blue-light:110,199,233;--color-blue-bright:0,188,255;--color-blue-normal:15,24,40;--color-orange-normal:255,104,0;--color-green-light:72,193,0;--color-green-normal:61,160,2;--color-green-dark:3,81,2;--color-pink-light:255,158,158;--color-pink-normal:255,130,130;--color-pink-dark:231,108,108;--color-primary:var(--color-blue-normal);--color-secondary:var(--color-orange-normal);--color-accent:var(--color-blue-light);--color-accent-hover:62,111,136;--color-accent-contrast:var(--color-blue-normal);--color-text:255,255,255;--gradient-background-start:9,38,68;--gradient-background-end:var(--color-blue-normal);--gradient-highlight-start:var(--color-blue-normal);--gradient-highlight-end:9,38,68;--gradient-category-start:110,199,233;--gradient-category-end:110,131,233;--gradient-secondary-start:255,130,0;--gradient-secondary-end:255,76,0;--header-border:var(--color-blue-light),.5;--header-background:var(--color-blue-normal),.5;--tag-light-background:var(--color-blue-light);--tag-light-text:255,255,255;--tag-dark-background:var(--color-blue-normal);--tag-dark-text:255,255,255;--button-ghost-border:var(--color-orange-normal);--button-ghost-text:255,255,255;--button-ghost-text-hover:255,255,255;--button-solid-background:var(--color-orange-normal);--button-solid-border:var(--color-orange-normal);--button-solid-text:255,255,255;--button-solid-text-hover:var(--color-orange-normal);--button-favorite-text:var(--color-blue-light);--button-overlay-text:var(--color-orange-normal);--cookie-button-light:20,54,90;--cookie-button-dark:9,36,66;--editor-border:var(--color-orange-normal);--editor-background:var(--background);--editor-foreground:var(--color-text);--editor-highlight:var(--color-orange-normal);--background:var(--color-blue-normal);--partner-logo-bg:255,255,255;--vacancy-bg-hover:var(--color-blue-light);--search-icon:url(/assets/frontend/img/icons/search-orange.svg);--cookie-arrow-icon:url(/assets/frontend/img/cookie-arrow-down-white.svg)}:root[data-theme=light]{--color-primary:var(--color-blue-normal);--color-secondary:var(--color-orange-normal);--color-accent:var(--color-blue-bright);--color-accent-hover:62,111,136;--color-accent-contrast:255,255,255;--color-text:var(--color-blue-normal);--gradient-background-start:var(--color-blue-lightest);--gradient-background-end:var(--color-off-white);--gradient-highlight-start:var(--color-off-white);--gradient-highlight-end:255,255,255;--gradient-category-start:110,199,233;--gradient-category-end:110,131,233;--gradient-secondary-start:255,130,0;--gradient-secondary-end:255,76,0;--header-border:var(--color-blue-bright),1;--header-background:var(--color-off-white),.5;--tag-light-background:var(--color-blue-normal);--tag-light-text:255,255,255;--tag-dark-background:var(--color-blue-normal);--tag-dark-text:255,255,255;--button-ghost-border:var(--color-orange-normal);--button-ghost-text:var(--color-blue-normal);--button-ghost-text-hover:255,255,255;--button-solid-background:var(--color-orange-normal);--button-solid-border:var(--color-orange-normal);--button-solid-text:255,255,255;--button-solid-text-hover:var(--color-orange-normal);--button-favorite-text:var(--color-blue-normal);--button-overlay-text:255,255,255;--cookie-button-light:var(--color-blue-lightest);--cookie-button-dark:237,240,246;--editor-border:var(--color-orange-normal);--editor-background:var(--background);--editor-foreground:var(--color-text);--editor-highlight:var(--color-orange-normal);--background:var(--color-off-white);--partner-logo-bg:var(--color-blue-light);--vacancy-bg-hover:var(--color-blue-lightest);--search-icon:url(/assets/frontend/img/icons/search-orange.svg);--cookie-arrow-icon:url(/assets/frontend/img/cookie-arrow-down.svg)}:root[data-theme=light] ::-moz-selection{background-color:rgba(var(--color-accent))}:root[data-theme=light] ::selection{background-color:rgba(var(--color-accent))}:root[data-theme=light] .organisation-logo,:root[data-theme=light] .partner-logos-swiper{-webkit-filter:brightness(50%);filter:brightness(50%)}:root[data-theme=light] .swiper-button-next,:root[data-theme=light] .swiper-button-prev{color:var(--color-blue-normal)!important;opacity:.3}:root[data-theme=light] .swiper-button-next:hover,:root[data-theme=light] .swiper-button-prev:hover{opacity:1}:root[data-theme=light] header.slideDown.headroom--not-top:after,:root[data-theme=light] header.slideUp.headroom--not-top:after{background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,250,247,.95)),color-stop(60%,rgba(255,250,247,.7)),color-stop(90%,rgba(255,250,247,.8)),to(rgba(255,250,247,0)));background:-webkit-linear-gradient(top,rgba(255,250,247,.95),rgba(255,250,247,.7) 60%,rgba(255,250,247,.8) 90%,rgba(255,250,247,0));background:linear-gradient(180deg,rgba(255,250,247,.95),rgba(255,250,247,.7) 60%,rgba(255,250,247,.8) 90%,rgba(255,250,247,0))}.generated p{margin-bottom:2rem!important;padding-bottom:0!important}.generated hr{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity));border-width:1px;display:block;margin-bottom:5rem;margin-top:5rem}.generated table{border-collapse:collapse;margin-bottom:2.5rem;margin-top:2.5rem;width:100%}.generated table,.generated td,.generated th{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity));border-width:1px;padding:.5rem 1rem}.generated figure,.generated img,.generated svg:not([class*=icon-]){height:auto!important;width:100%!important}.generated figure.float-left{float:left;margin-bottom:.25rem;margin-right:2rem;margin-top:1rem}.generated figure.float-right{float:right;margin-bottom:1rem;margin-left:2rem;margin-top:2rem}.generated figure.align-center{text-align:center}.generated blockquote{border-color:rgba(var(--color-secondary));border-left-width:4px;display:inline-block;font-family:Open Sans,Verdana;font-style:italic;margin-bottom:2.5rem;margin-left:3.5rem;margin-top:2.5rem;padding:1rem 7rem 1rem 2.5rem;quotes:none;width:100%}.generated blockquote p:not(:has(cite)){display:inline-block;font-size:1.6rem;font-weight:700;line-height:1.5}.generated blockquote p:only-child{margin-bottom:0!important}.generated pre{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity));border-radius:.375rem;display:inline-block;margin-bottom:2.5rem;margin-top:2.5rem;padding:1rem}.generated pre code{font-size:1.4rem;line-height:1.6}.generated .article-grid{margin-bottom:5rem;margin-top:5rem}.generated .valign-top{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}.generated .valign-middle{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.generated .valign-bottom{-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end}.generated .align-left{text-align:left}.generated .align-right{text-align:right}.generated .align-center{text-align:center}.generated .align-justify{text-align:justify}html{background-color:rgba(var(--background));font-size:62.5%;height:100%}.frontend{opacity:0;overflow-x:hidden;width:100%}.hidden,[x-cloak]{display:none}.invisible{visibility:hidden}.carousel{opacity:0}.padding-default{padding-bottom:4rem;padding-top:4rem}@media screen and (min-width:769px){.padding-default{padding-bottom:8rem;padding-top:8rem}}.padding-top{padding-top:4rem}@media screen and (min-width:769px){.padding-top{padding-top:8rem}}.padding-bottom{padding-bottom:4rem}@media screen and (min-width:769px){.padding-bottom{padding-bottom:8rem}}.image-padding{background-color:rgba(var(--color-grey-normal));display:block;height:0;overflow:hidden;padding-bottom:66.67%;position:relative;width:100%}.image-padding.image-padding-full{padding-bottom:100%}.image-padding>img{--tw-translate-y:-50%;left:0;min-height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:50%;width:100%}.image-grow,.image-padding>img{-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));-ms-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.image-grow{-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:cubic-bezier(.4,0,.2,1);transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-transition-timing-function:cubic-bezier(0,0,.2,1);transition-timing-function:cubic-bezier(0,0,.2,1);will-change:transform}.image-grow:hover,a:hover>.image-grow{--tw-scale-x:1.05;--tw-scale-y:1.05;-webkit-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));-ms-transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.svg-fill svg{width:100%} </style> <link rel="stylesheet" href="https://icthealth.nl/assets/frontend/css/main.css?id=a731a5fc03b92bc5b76c18e2fb85ba82"> <link as="style" rel="stylesheet preload prefetch" href="https://icthealth.nl/assets/frontend/css/fonts.css?id=0a77e9b2476b7e1a258e7b152797ca49" type="text/css" crossorigin="anonymous" > <link rel="alternate" type="application/rss+xml" href="https://icthealth.nl/rss/articles.xml" title=""> <link rel="alternate" type="application/rss+xml" href="https://icthealth.nl/rss/news.xml" title=""> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Organization", "name": "ICT&health", "logo": "https://icthealth.nl/assets/frontend/img/logo.svg", "url": "https://icthealth.nl" } </script> </head> <body class="frontend type-page page-organisations page-13 not-homepage template-organisations auth-guest site-icthealth language-nl depth-0 route-generatedpapecbtbqpi6zqge " data-instant-intensity="viewport" data-content-id="13" data-content-type="page" data-depth="0" data-cache="1" data-content-scheduled="0" data-content-published="1" data-content-expired="0" data-content-left="214"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PNLXZ5FB" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- Meta Pixel Code --> <noscript><img src="https://www.facebook.com/tr?id=1563237680918727&ev=PageView&noscript=1" height="1" width="1" style="display:none" alt=""></noscript> <!-- End Meta Pixel Code --> <div class="frontend" data-sid="1" > <header class="js-header fixed top-0 left-0 w-full py-12 z-10 lg:py-0 h-[10rem] md:h-[13rem] lg:h-[22rem]" role="banner" > <div class="container h-full"> <div class="flex items-center w-full h-full"> <div class="flex items-center justify-between w-full lg:items-start lg:flex-col lg:h-full"> <div data-aos="fade-left" class="hidden lg:flex items-center header-meta rounded-bl-[2rem] pl-16 pb-6 pt-8 self-end bg-gradient-to-r from-gradient-background-start to-transparent" > <nav class="lg:w-full h-auto lg:space-x-14 lg:flex lg:justify-between lg:items-center"> <div class="relative inline-block"> <a href="https://icthealth.nl/over-icthealth" class="animated-colors font-heading text-14 focus:outline-none focus:text-text-normal hover:text-accent-hover text-text-normal" > Over ons </a> </div> <div class="relative inline-block"> <a href="https://icthealth.nl/wie-levert-wat" class="animated-colors font-heading text-14 focus:outline-none focus:text-text-normal hover:text-accent-hover text-accent-normal" > Wie levert wat </a> </div> <div class="group relative inline-block cursor-pointer js-algoliasearch-trigger"> <span class="animated-colors font-heading text-14 focus:outline-none focus:text-text-normal hover:text-accent-hover text-text-normal inline-flex items-center"> <span class="inline-flex [&>svg]:h-6 mr-3 text-accent-normal group-hover:text-accent-hover animated-colors" > <svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.84 16.97"><path d="m16.84 14.76-4.49-4.49a6.639 6.639 0 0 0 1.04-3.58C13.39 3 10.39 0 6.7 0S0 3 0 6.69s3 6.69 6.69 6.69c1.25 0 2.42-.34 3.42-.94l4.52 4.52 2.21-2.21ZM2.49 6.69a4.2 4.2 0 1 1 8.401-.001 4.2 4.2 0 0 1-8.401.001Z" style="fill:currentColor;stroke-width:0"/></svg> </span> Zoeken </span> </div> <div class="relative inline-flex items-center"> <a href="https://icthealth.nl/account" class="group animated-colors font-heading text-14 focus:outline-none focus:text-text-normal hover:text-accent-hover" > <span class="animated-colors font-heading text-14 focus:outline-none focus:text-text-normal hover:text-accent-hover inline-flex items-center text-text-normal"> <span class="inline-flex [&>svg]:h-6 mr-3 text-accent-normal group-hover:text-accent-hover animated-colors" > <svg id="layer-1-67f3a253eefc3" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.97 16.97"><defs><style> .cls-1-67f3a253eefc3{ fill: currentColor; stroke-width: 0px; } </style></defs><path class="cls-1-67f3a253eefc3" d="M8.48,0C3.8,0,0,3.8,0,8.48s3.8,8.48,8.48,8.48,8.48-3.8,8.48-8.48S13.17,0,8.48,0ZM13.97,12.94c-.18-.41-.56-.7-1.32-.88-1.62-.37-3.13-.7-2.4-2.08,2.22-4.2.59-6.45-1.76-6.45s-3.99,2.33-1.76,6.45c.75,1.39-.81,1.72-2.4,2.08-.77.18-1.14.47-1.32.88-.99-1.22-1.59-2.77-1.59-4.46,0-3.9,3.17-7.07,7.07-7.07s7.07,3.17,7.07,7.07c0,1.69-.6,3.24-1.59,4.46Z"/></svg> </span> Account </span> </a> </div> <div class="relative inline-block mr-4"> <a href="https://icthealth.nl/lid-worden" class="animated-colors font-heading text-14 focus:outline-none focus:text-text-normal border border-secondary rounded-full py-3 px-8 hover:bg-gradient-to-b hover:from-gradient-secondary-start hover:to-gradient-secondary-end hover:!text-text-normal !text-text-normal" > Word lid </a> </div> <div class="relative flex space-x-4"> <div class="group cursor-pointer" aria-label="Schakel tussen de donkere/lichte modus" onClick="toggleTheme(this);" > <svg data-name="contrast" class="icon-contrast inline-flex items-center justify-center size-[2.2rem] fill-current text-accent-normal group-hover:text-accent-hover animated-colors" name="contrast" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M10 0c5.52 0 10 4.48 10 10s-4.48 10-10 10S0 15.51 0 10 4.48 0 10 0Zm0 1.5c-4.69 0-8.5 3.81-8.5 8.5s3.81 8.5 8.5 8.5v-17Z" /></svg> </div> </div> </nav> </div> <a class="w-[18rem] md:w-[28rem] svg-fill text-text-normal" href="https://icthealth.nl" aria-label="Terug naar home ICT&health" > <svg id="layer-1-67f3a253efc81" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 296.55 81.69"><defs><style> .cls-1-67f3a253efc81{ fill: url(#linear-gradient-67f3a253efc81); } .cls-1-67f3a253efc81, .cls-2-67f3a253efc81, .cls-3-67f3a253efc81, .cls-4-67f3a253efc81{ stroke-width: 0px; } .cls-2-67f3a253efc81{ fill: url(#linear-gradient-2-67f3a253efc81); } .cls-3-67f3a253efc81{ fill: url(#linear-gradient-3-67f3a253efc81); } .cls-4-67f3a253efc81{ fill: currentColor; } </style><linearGradient id="linear-gradient-67f3a253efc81" x1="91.87" y1="-1254" x2="131.15" y2="-1254" gradientTransform="translate(0 -1226.43) scale(1 -1)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#73caea"/><stop offset="1" stop-color="#6283c5"/></linearGradient><linearGradient id="linear-gradient-2-67f3a253efc81" x1="0" y1="-1227.21" x2="296.51" y2="-1227.21" xlink:href="#linear-gradient-67f3a253efc81"/><linearGradient id="linear-gradient-3-67f3a253efc81" x1="0" y1="-1283.87" x2="296.51" y2="-1283.87" xlink:href="#linear-gradient-67f3a253efc81"/></defs><path class="cls-1-67f3a253efc81" d="M122.38,38.89c1.16-1.8,2.04-3.71,2.68-5.87.76-2.52,1.12-4.83,1.12-7.07v-.52h-6.63l-.12,1.96c-.08,1.16-.24,2.48-.64,3.75-.32,1-.68,1.96-1.12,2.87l-10.02-10.38c-.6-.6-1.08-1.16-1.52-1.72-.36-.44-.6-.88-.8-1.28l-.12-.24c-.2-.36-.36-.84-.48-1.4-.08-.44-.16-.96-.16-1.48,0-.6.08-1.12.28-1.68.2-.6.44-1,.8-1.36.44-.44.88-.76,1.4-1,.48-.24,1.12-.32,1.88-.32.68,0,1.12.08,1.48.24.48.2.8.4,1.12.68s.56.6.84,1.04.48.84.64,1.32l.56,1.72,2.44-.56,4.15-.84-.04-.48c-.12-1.44-.44-2.52-.96-3.51-.6-1.16-1.36-2.16-2.24-2.99s-2.04-1.52-3.47-2.08c-1.28-.52-2.76-.76-4.47-.76-1.84,0-3.47.28-4.91.88-1.52.6-2.76,1.36-3.75,2.32-1.04,1-1.8,2.08-2.32,3.39-.48,1.2-.76,2.64-.76,4.15,0,1.36.24,2.68.68,4.07.4,1.2,1,2.4,1.84,3.63-1,.52-1.96,1.12-2.8,1.76-1.04.8-1.92,1.72-2.68,2.68-.72.96-1.32,2.04-1.72,3.23s-.64,2.48-.64,3.67c0,1.88.36,3.47,1.12,4.95.72,1.44,1.68,2.68,2.91,3.75,1.24,1.08,3.95,2.72,8.74,2.72,2.64,0,5.11.04,7.27-.76,2.08-.8,3.91-1.92,5.59-3.19l3.63,3.71c.16.16.4.28.64.28h9.42l-8.86-9.3h0ZM110.16,41.37c-1.2.44-2.64.68-4.19.68-.96,0-1.76-.12-2.36-.4-.84-.36-1.44-.72-1.96-1.16-.56-.48-1-1.16-1.28-1.88h0c-.32-.76-.44-1.6-.44-2.48,0-1.28.08-2,.68-3.11.6-1.08,1.72-2.48,2.87-3.27l9.7,9.98c-1.08.72-2.08,1.28-3.03,1.64h0Z"/><polygon class="cls-2-67f3a253efc81" points="82.65 0 79.38 0 0 0 0 1.56 79.38 1.56 82.65 1.56 296.51 1.56 296.51 0 82.65 0"/><polygon class="cls-3-67f3a253efc81" points="82.65 56.66 79.38 56.66 0 56.66 0 58.22 79.38 58.22 82.65 58.22 296.51 58.22 296.51 56.66 82.65 56.66"/><path class="cls-4-67f3a253efc81" d="M184.27,48.51c-3.87,0-6.99-1.24-9.3-3.71s-3.43-5.67-3.43-9.5v-1c0-3.99,1.12-7.27,3.27-9.86,2.2-2.6,5.15-3.87,8.82-3.83,3.63,0,6.43,1.08,8.42,3.27s2.99,5.15,2.99,8.86v2.8c0,.64-.52,1.16-1.16,1.16h-14.89l-.04.16c.12,1.76.72,3.23,1.8,4.39,1.04,1.16,2.48,1.72,4.27,1.72,1.6,0,2.95-.16,3.99-.48,1.08-.32,2.24-.84,3.47-1.52l1.96,4.47c-1.12.88-2.56,1.6-4.31,2.2-1.72.56-3.67.88-5.87.88h0ZM183.63,26.19c-1.36,0-2.4.52-3.19,1.56s-1.24,2.4-1.44,4.03l.08.12h8.9v-.64c0-1.56-.36-2.76-1.08-3.67-.72-.92-1.8-1.4-3.27-1.4h0Z"/><path class="cls-4-67f3a253efc81" d="M215.3,47.99c-.2-.44-.36-.92-.52-1.4-.16-.48-.28-.96-.36-1.44-.88,1-1.92,1.8-3.15,2.4-1.24.6-2.64.92-4.23.92-2.64,0-4.71-.72-6.27-2.16s-2.32-3.39-2.32-5.83,1-4.47,3.03-5.83,4.99-2.08,8.9-2.08h3.71v-2.64c0-1.28-.36-2.28-1.12-2.99s-1.84-1.08-3.31-1.08c-.84,0-1.56.08-2.2.28s-1.16.44-1.56.68l-.32,1.92c-.08.56-.6,1-1.16,1h-4.47l.04-5.95c1.32-.88,2.83-1.64,4.55-2.28,1.72-.6,3.59-.92,5.59-.92,3.31,0,6.03.8,8.11,2.44,2.08,1.64,3.11,3.95,3.11,6.95v12.26c0,.36.04.72.08,1.04l2.2.32v4.35l-8.35.04h0ZM208.99,43.12c1.08,0,2.08-.24,2.99-.72.88-.48,1.6-1.08,2.08-1.8v-4.11h-3.71c-1.56,0-2.72.36-3.51,1.08-.8.72-1.2,1.6-1.2,2.6,0,.92.28,1.64.88,2.16.64.56,1.44.8,2.48.8h0Z"/><path class="cls-4-67f3a253efc81" d="M227.99,12.5v-3.43h11.22v33.9l2.6.56c.52.12.92.6.92,1.16v3.43h-14.37v-3.43c0-.56.4-1.04.92-1.16l2.6-.56V14.25l-2.95-.56c-.52-.12-.92-.64-.92-1.2h0Z"/><path class="cls-4-67f3a253efc81" d="M256.14,14.45v6.51h4.67v5.03h-4.67v13.58c0,1.04.2,1.76.64,2.24.44.44,1,.68,1.72.68.48,0,.92,0,1.28-.08.36-.04.8-.12,1.24-.2l.6,5.19c-.8.24-1.6.44-2.4.56s-1.64.2-2.56.2c-2.48,0-4.39-.68-5.71-2.04s-2-3.51-2-6.47v-13.58h-3.91v-4.35l3.91-.76,1.36-5.63c.12-.52.6-.88,1.12-.88h4.71Z"/><path class="cls-4-67f3a253efc81" d="M266.08,43.52l2.72-.56V14.21l-3.07-.56c-.56-.12-.92-.6-.92-1.12v-3.43h11.46v15.41c.88-1.24,1.96-2.24,3.19-2.91,1.28-.68,2.68-1.04,4.19-1.04,2.91,0,5.19.96,6.83,2.8,1.64,1.88,2.48,4.75,2.48,8.7v10.94l2.68.56c.52.12.92.6.92,1.12v3.43h-14.29v-3.47c0-.52.36-1,.88-1.12l2.36-.56v-10.98c0-2.12-.4-3.59-1.16-4.47s-1.88-1.32-3.39-1.32c-1.04,0-1.96.2-2.72.56-.8.36-1.44.88-1.96,1.56v14.65l2.36.56c.52.12.88.6.88,1.12v3.47h-14.29v-3.43c-.04-.56.32-1.04.88-1.16h0Z"/><path class="cls-4-67f3a253efc81" d="M137.19,43.52l2.72-.56V14.21l-3.07-.56c-.56-.12-.96-.6-.96-1.12v-3.43h11.46v15.41c.88-1.24,1.96-2.24,3.19-2.91,1.28-.68,2.68-1.04,4.19-1.04,2.91,0,5.19.96,6.83,2.8,1.64,1.88,2.48,4.75,2.48,8.7v10.94l2.68.56c.52.12.92.6.92,1.12v3.43h-14.25v-3.47c0-.52.36-1,.88-1.12l2.36-.56v-10.98c0-2.12-.4-3.59-1.16-4.47s-1.88-1.32-3.39-1.32c-1.04,0-1.96.2-2.72.56-.8.36-1.44.88-1.96,1.56v14.65l2.36.56c.52.12.88.6.88,1.12v3.47h-14.33v-3.43c0-.56.4-1.04.92-1.16h0Z"/><path class="cls-4-67f3a253efc81" d="M0,12.7v-3.63h15.73v3.63c0,.56-.4,1.04-.96,1.16l-3.11.6v28.31l3.11.6c.56.12.96.6.96,1.16v3.59H0v-3.59c0-.56.4-1.04.96-1.16l3.11-.6V14.45l-3.11-.6c-.56-.12-.96-.6-.96-1.16h0Z"/><path class="cls-4-67f3a253efc81" d="M50.83,22.6h-4.71c-.6,0-1.08-.44-1.16-1l-.64-4.11c-.76-.76-1.72-1.36-2.87-1.8s-2.52-.64-4.07-.64c-3.35,0-5.91,1.2-7.71,3.63s-2.72,5.59-2.72,9.5v1.36c0,3.91.88,7.07,2.68,9.54,1.8,2.44,4.31,3.67,7.59,3.67,1.52,0,2.91-.2,4.15-.64s2.24-1.04,2.91-1.8l.64-4.11c.08-.56.6-1,1.16-1h4.71v7.59c-1.56,1.8-3.51,3.23-5.91,4.27-2.4,1.08-5.07,1.6-8.07,1.6-5.15,0-9.38-1.8-12.66-5.35s-4.95-8.15-4.95-13.74v-1.28c0-5.59,1.64-10.14,4.91-13.74s7.51-5.39,12.7-5.39c2.95,0,5.67.56,8.03,1.64,2.4,1.08,4.35,2.52,5.95,4.27l.04,7.51h0Z"/><path class="cls-4-67f3a253efc81" d="M88.2,9.06v10.1h-4.79c-.6,0-1.08-.44-1.12-1.04l-.24-3.19h-6.99v27.79l3.15.6c.52.12.92.56.92,1.12v3.63h-15.73v-3.63c0-.56.4-1,.92-1.12l3.15-.6V14.93h-6.95l-.24,3.19c-.04.6-.52,1.04-1.12,1.04h-4.75v-10.1h33.78Z"/><path class="cls-4-67f3a253efc81" d="M0,70.27v-.84h3.39v.84l-1.04.16v3.27h4.55v-3.27l-1.04-.16v-.84h3.39v.84l-1.04.16v7.43l1.04.16v.8h-3.39v-.8l1.04-.16v-3.15H2.36v3.15l1.04.16v.8H0v-.8l1.04-.16v-7.43l-1.04-.16Z"/><path class="cls-4-67f3a253efc81" d="M13.5,79.02c-.96,0-1.76-.32-2.32-.96-.56-.64-.88-1.48-.88-2.52v-.28c0-1,.28-1.84.88-2.48.6-.64,1.28-1,2.12-1,.96,0,1.68.28,2.16.84.48.56.72,1.32.72,2.28v.8h-4.55v.04c0,.68.2,1.24.52,1.68.32.44.8.64,1.36.64.44,0,.8-.08,1.12-.2s.6-.28.84-.52l.48.84c-.24.24-.6.44-1,.6-.36.12-.84.2-1.44.24h0ZM13.3,72.75c-.44,0-.8.16-1.08.56-.32.36-.48.8-.56,1.36v.04h3.23v-.16c0-.48-.12-.92-.4-1.24s-.68-.56-1.2-.56h0Z"/><path class="cls-4-67f3a253efc81" d="M19.64,70.15v1.68h1.32v.96h-1.32v4.23c0,.32.08.56.2.68s.32.2.52.2c.12,0,.24,0,.4-.04.12-.04.24-.04.36-.08l.16.88c-.12.08-.32.16-.52.2-.24.04-.48.08-.72.08-.52,0-.92-.16-1.24-.48s-.48-.8-.48-1.48v-4.23h-1.12v-.96h1.12v-1.68l1.32.04h0Z"/><path class="cls-4-67f3a253efc81" d="M25.59,75.31c0-1.04.28-1.88.84-2.56.56-.68,1.32-1,2.28-1s1.72.32,2.28,1,.84,1.52.84,2.56v.16c0,1.04-.28,1.92-.84,2.56s-1.32,1-2.28,1-1.76-.32-2.32-1c-.56-.68-.84-1.52-.84-2.56l.04-.16h0ZM26.87,75.43c0,.76.16,1.36.48,1.84s.76.72,1.4.72,1.08-.24,1.36-.72.48-1.12.48-1.84v-.16c0-.72-.16-1.36-.48-1.84-.32-.48-.76-.72-1.4-.72-.6,0-1.08.24-1.4.72s-.48,1.12-.48,1.84l.04.16h0Z"/><path class="cls-4-67f3a253efc81" d="M32.9,72.79v-.96h1.08v-.88c0-.76.2-1.32.6-1.72s.96-.6,1.64-.6c.16,0,.28,0,.44.04.16.04.32.04.48.08l-.16.96c-.08,0-.16-.04-.28-.04s-.24-.04-.36-.04c-.36,0-.64.12-.84.32-.16.24-.28.56-.28.96v.88h1.48v.96h-1.48v5.07l1.04.16v.8h-3.39v-.8l1.04-.16v-5.07h-1v.04Z"/><path class="cls-4-67f3a253efc81" d="M37.45,72.79v-.96h1.08v-.76c0-.8.24-1.4.68-1.84.48-.44,1.12-.64,1.92-.64.28,0,.56.04.84.12.28.08.6.16,1,.28l-.2,1.04c-.24-.08-.48-.16-.72-.24-.28-.08-.52-.08-.8-.08-.52,0-.88.12-1.12.32s-.32.56-.32,1.04v.76h3.99v6.03l1.04.16v.8h-3.39v-.8l1.04-.16v-5.07h-2.72v5.07l1.04.16v.8h-3.39v-.8l1.04-.16v-5.07h-1Z"/><path class="cls-4-67f3a253efc81" d="M48.91,78.02c.44,0,.8-.12,1.12-.4s.48-.6.48-.96h1.16v.04c.04.6-.24,1.16-.8,1.6-.56.48-1.2.72-1.96.72-1.04,0-1.8-.32-2.32-1-.56-.68-.8-1.52-.8-2.52v-.28c0-1,.28-1.84.8-2.48.56-.68,1.32-1,2.32-1,.56,0,1.08.08,1.52.28s.8.44,1.12.76l.04,1.56h-1.04l-.28-1.12c-.16-.16-.36-.28-.6-.36s-.52-.12-.8-.12c-.68,0-1.16.24-1.44.72-.28.48-.44,1.08-.44,1.76v.28c0,.72.16,1.32.44,1.8.32.48.8.72,1.48.72h0Z"/><path class="cls-4-67f3a253efc81" d="M52.91,78.06l1.04-.16v-4.99l-1.04-.16v-.84h2.32v6.03l1.04.16v.8h-3.39v-.84h.04ZM55.22,70.07h-1.28v-1.32h1.28v1.32Z"/><path class="cls-4-67f3a253efc81" d="M60.45,79.02c-.96,0-1.76-.32-2.32-.96-.56-.64-.88-1.48-.88-2.52v-.28c0-1,.28-1.84.88-2.48.6-.64,1.28-1,2.12-1,.96,0,1.64.28,2.16.84.48.56.72,1.32.72,2.28v.8h-4.55l-.04.04c0,.68.2,1.24.52,1.68.32.44.8.64,1.36.64.44,0,.8-.08,1.16-.2.32-.12.6-.28.84-.52l.48.84c-.24.24-.6.44-1,.6-.36.12-.88.2-1.44.24h0ZM59.33,70.59h-1.4v-1.28h1.4v1.28ZM60.25,72.75c-.44,0-.8.16-1.08.56-.32.36-.48.8-.56,1.36v.04h3.23v-.16c0-.48-.12-.92-.4-1.24-.28-.4-.68-.56-1.2-.56h0ZM62.37,70.59h-1.4v-1.28h1.4v1.28Z"/><path class="cls-4-67f3a253efc81" d="M64.21,69.6v-.84h2.32v9.1l1.04.16v.8h-3.39v-.8l1.04-.16v-8.11l-1-.16h0Z"/><path class="cls-4-67f3a253efc81" d="M71.75,79.02c-.96,0-1.76-.32-2.32-.96-.56-.64-.88-1.48-.88-2.52v-.28c0-1,.28-1.84.88-2.48.6-.64,1.28-1,2.12-1,.96,0,1.64.28,2.16.84.48.56.72,1.32.72,2.28v.8h-4.55l-.04.04c0,.68.2,1.24.52,1.68.32.44.8.64,1.36.64.44,0,.8-.08,1.16-.2.32-.12.6-.28.84-.52l.48.84c-.24.24-.6.44-1,.6-.36.12-.84.2-1.44.24h0ZM71.55,72.75c-.44,0-.8.16-1.08.56-.32.36-.48.8-.56,1.36v.04h3.23v-.16c0-.48-.12-.92-.4-1.24-.28-.4-.68-.56-1.2-.56h0Z"/><path class="cls-4-67f3a253efc81" d="M78.82,69.6v-.84h2.32v5.87h.8l1.52-1.84-.64-.08v-.84h2.91v.84l-.84.12-1.84,2.2,2.24,2.83.8.16v.8h-2.91v-.8l.64-.08-1.84-2.32h-.84v2.24l1.04.16v.8h-3.39v-.8l1.04-.16v-8.11l-1-.16h0Z"/><path class="cls-4-67f3a253efc81" d="M90.12,79.02c-.96,0-1.76-.32-2.32-.96-.56-.64-.88-1.48-.88-2.52v-.28c0-1,.28-1.84.88-2.48.6-.64,1.28-1,2.12-1,.96,0,1.64.28,2.16.84.48.56.72,1.32.72,2.28v.8h-4.55l-.04.04c0,.68.2,1.24.52,1.68.32.44.8.64,1.36.64.44,0,.8-.08,1.16-.2.32-.12.6-.28.84-.52l.48.84c-.24.24-.6.44-1,.6-.36.12-.88.2-1.44.24h0ZM89.92,72.75c-.44,0-.8.16-1.08.56-.32.36-.48.8-.56,1.36v.04h3.23v-.16c0-.48-.12-.92-.4-1.24s-.68-.56-1.2-.56h0Z"/><path class="cls-4-67f3a253efc81" d="M93.83,78.06l1.04-.16v-4.99l-1.04-.16v-.84h2.2l.08,1.04c.24-.36.52-.64.88-.88.36-.2.76-.32,1.2-.32.76,0,1.36.24,1.76.68.4.44.64,1.12.64,2.04v3.43l1.04.16v.8h-3.39v-.8l1.04-.16v-3.39c0-.64-.12-1.04-.36-1.32s-.6-.4-1.12-.4c-.36,0-.68.08-.96.28s-.52.44-.68.72v4.11l1.04.16v.8h-3.39l.04-.8h0Z"/><path class="cls-4-67f3a253efc81" d="M102.38,78.06l1.04-.16v-4.99l-1.04-.16v-.84h2.2l.08,1.04c.24-.36.52-.64.88-.88.36-.2.76-.32,1.2-.32.76,0,1.36.24,1.76.68s.64,1.12.64,2.04v3.43l1.04.16v.8h-3.39v-.8l1.04-.16v-3.39c0-.64-.12-1.04-.36-1.32-.24-.24-.6-.4-1.12-.4-.36,0-.68.08-.96.28s-.52.44-.68.72v4.11l1.04.16v.8h-3.39l.04-.8h0Z"/><path class="cls-4-67f3a253efc81" d="M111.08,78.06l1.04-.16v-4.99l-1.04-.16v-.84h2.32v6.03l1.04.16v.8h-3.39v-.84h.04ZM113.44,70.07h-1.28v-1.32h1.28s0,1.32,0,1.32Z"/><path class="cls-4-67f3a253efc81" d="M120.82,74.07h-.96l-.2-.84c-.16-.16-.36-.28-.6-.36s-.52-.12-.8-.12c-.44,0-.8.08-1,.32s-.32.44-.32.72.08.48.28.64c.2.16.6.32,1.2.44.88.2,1.56.44,2,.76.44.32.64.76.64,1.32,0,.64-.24,1.12-.76,1.52-.52.4-1.16.56-1.96.56-.52,0-1-.08-1.44-.2s-.8-.32-1.12-.52v-1.6h.96l.24.96c.16.12.36.24.6.28.24.04.52.08.76.08.44,0,.8-.08,1.08-.28.24-.2.4-.44.4-.72s-.12-.52-.32-.68-.6-.36-1.2-.48c-.84-.2-1.48-.44-1.92-.76-.44-.32-.64-.76-.64-1.28s.24-1.04.72-1.44,1.12-.6,1.88-.6c.52,0,1,.08,1.44.2s.76.32,1.04.56v1.52h0Z"/><path class="cls-4-67f3a253efc81" d="M122.06,80.74l1.04-.16v-7.71l-1.04-.16v-.84h2.16l.12.84c.24-.32.52-.56.84-.72.32-.16.72-.24,1.16-.24.88,0,1.56.36,2.04,1.04.48.68.72,1.6.72,2.72v.12c0,1-.24,1.84-.72,2.44-.48.64-1.16.92-2,.92-.44,0-.8-.08-1.16-.24-.32-.16-.6-.36-.84-.64v2.44l1.04.16v.84h-3.39l.04-.8h0ZM127.81,75.51c0-.8-.16-1.44-.48-1.96-.32-.52-.76-.76-1.4-.76-.36,0-.68.08-.92.24s-.48.4-.64.68v3.39c.16.28.36.52.64.68.24.16.56.24.96.24.6,0,1.08-.24,1.36-.64.32-.44.48-1,.48-1.72v-.16h0Z"/><path class="cls-4-67f3a253efc81" d="M130.01,69.6v-.84h2.32v9.1l1.04.16v.8h-3.35v-.8l1.04-.16v-8.11l-1.04-.16h0Z"/><path class="cls-4-67f3a253efc81" d="M138.91,78.86c-.04-.2-.08-.36-.08-.52s-.04-.32-.04-.44c-.24.32-.56.56-.92.8-.36.2-.76.32-1.2.32-.72,0-1.28-.16-1.68-.52-.4-.36-.56-.84-.56-1.52s.28-1.16.8-1.56c.52-.36,1.28-.56,2.2-.56h1.36v-.8c0-.4-.12-.72-.4-.96-.24-.24-.6-.36-1.08-.36-.32,0-.6.04-.84.12s-.44.2-.6.32l-.12.76h-1v-1.36c.32-.24.72-.44,1.16-.6s.96-.24,1.48-.24c.8,0,1.44.2,1.92.6s.76,1,.76,1.76v3.87l.52.08v.8h-1.68ZM136.88,77.94c.44,0,.8-.08,1.16-.32.36-.2.6-.44.76-.72v-1.16h-1.36c-.52,0-.92.12-1.24.36-.32.24-.44.52-.44.88,0,.32.08.56.28.72.16.16.44.24.84.24Z"/><path class="cls-4-67f3a253efc81" d="M143.86,70.15v1.68h1.32v.96h-1.32v4.23c0,.32.08.56.2.68s.32.2.56.2c.12,0,.24,0,.4-.04s.24-.04.36-.08l.16.88c-.12.08-.32.16-.52.2s-.48.08-.72.08c-.52,0-.92-.16-1.24-.48-.32-.32-.44-.8-.44-1.48v-4.23h-1.12v-.96h1.12v-1.68l1.24.04h0Z"/><path class="cls-4-67f3a253efc81" d="M146.38,72.79v-.96h1.08v-.88c0-.76.2-1.32.6-1.72s.96-.6,1.64-.6c.16,0,.28,0,.44.04s.32.04.48.08l-.16.96c-.08,0-.16-.04-.28-.04s-.24-.04-.36-.04c-.36,0-.64.12-.84.32-.2.24-.28.56-.28.96v.88h1.48v.96h-1.4v5.07l1.04.16v.8h-3.39v-.8l1.04-.16v-5.07h-1.08v.04Z"/><path class="cls-4-67f3a253efc81" d="M151.25,75.31c0-1.04.28-1.88.84-2.56s1.32-1,2.28-1,1.72.32,2.28,1c.56.68.84,1.52.84,2.56v.16c0,1.04-.28,1.92-.84,2.56-.56.68-1.32,1-2.28,1s-1.76-.32-2.32-1-.84-1.52-.84-2.56l.04-.16h0ZM152.49,75.43c0,.76.16,1.36.48,1.84s.8.72,1.4.72,1.08-.24,1.4-.72.48-1.12.48-1.84v-.16c0-.72-.16-1.36-.48-1.84s-.8-.72-1.4-.72-1.08.24-1.4.72-.48,1.12-.48,1.84v.16h0Z"/><path class="cls-4-67f3a253efc81" d="M158.68,72.67v-.84h2.2l.12,1.04c.2-.36.44-.64.72-.84.28-.2.64-.32,1-.32.08,0,.2,0,.32.04.12,0,.2.04.24.04l-.16,1.2-.72-.04c-.32,0-.6.08-.84.24s-.4.36-.52.68v4.03l1.04.16v.8h-3.39v-.8l1.04-.16v-4.99l-1.04-.24h0Z"/><path class="cls-4-67f3a253efc81" d="M163.91,78.06l1.04-.16v-4.99l-1.04-.16v-.84h2.2l.08.92c.24-.32.52-.6.88-.76s.76-.28,1.24-.28.88.12,1.2.32.6.56.76.96c.2-.4.52-.72.88-.96.36-.24.8-.36,1.28-.36.72,0,1.28.24,1.68.72s.64,1.24.64,2.2v3.19l1.04.16v.8h-3.39v-.8l1.04-.16v-3.19c0-.68-.12-1.16-.36-1.48s-.6-.44-1.04-.44-.8.16-1.08.48-.44.72-.48,1.2v3.43l1.04.16v.8h-3.39v-.8l1.04-.16v-3.19c0-.64-.12-1.16-.36-1.44-.24-.32-.6-.44-1.04-.44-.4,0-.72.08-.96.24s-.44.4-.56.68v4.19l1.04.16v.8h-3.39l.04-.8h0Z"/><path class="cls-4-67f3a253efc81" d="M182.35,72.67l-.84.12,1.44,3.99.12.52h.04l.12-.52,1.4-3.99-.84-.12v-.84h2.72v.84l-.56.08-2.36,6.07h-.96l-2.4-6.07-.56-.08v-.84h2.72l-.04.84h0Z"/><path class="cls-4-67f3a253efc81" d="M187.27,75.31c0-1.04.28-1.88.84-2.56.56-.68,1.32-1,2.28-1s1.72.32,2.28,1,.84,1.52.84,2.56v.16c0,1.04-.28,1.92-.84,2.56-.56.68-1.32,1-2.28,1s-1.76-.32-2.32-1c-.56-.68-.84-1.52-.84-2.56l.04-.16h0ZM188.54,75.43c0,.76.16,1.36.48,1.84s.8.72,1.4.72,1.08-.24,1.4-.72.48-1.12.48-1.84v-.16c0-.72-.16-1.36-.48-1.84s-.8-.72-1.4-.72-1.08.24-1.4.72-.48,1.12-.48,1.84v.16h0Z"/><path class="cls-4-67f3a253efc81" d="M194.73,75.31c0-1.04.28-1.88.84-2.56.56-.68,1.32-1,2.28-1s1.72.32,2.28,1,.84,1.52.84,2.56v.16c0,1.04-.28,1.92-.84,2.56-.56.68-1.32,1-2.28,1s-1.76-.32-2.32-1c-.56-.68-.84-1.52-.84-2.56l.04-.16h0ZM195.97,75.43c0,.76.16,1.36.48,1.84s.8.72,1.4.72,1.08-.24,1.4-.72.48-1.12.48-1.84v-.16c0-.72-.16-1.36-.48-1.84s-.8-.72-1.4-.72-1.08.24-1.4.72-.48,1.12-.48,1.84v.16h0Z"/><path class="cls-4-67f3a253efc81" d="M202.16,72.67v-.84h2.2l.12,1.04c.2-.36.44-.64.72-.84s.64-.32,1-.32c.08,0,.2,0,.32.04.12,0,.2.04.24.04l-.16,1.2-.72-.04c-.32,0-.6.08-.84.24s-.4.36-.52.68v4.03l1.04.16v.8h-3.39v-.8l1.04-.16v-4.99l-1.04-.24h0Z"/><path class="cls-4-67f3a253efc81" d="M212.58,77.86h2.87l.12-1.08h1.08v2.08h-5.59v-.88l3.79-5.11h-2.56l-.08,1.08h-1.08v-2.08h5.31v.88l-3.87,5.11h0Z"/><path class="cls-4-67f3a253efc81" d="M217.85,75.31c0-1.04.28-1.88.84-2.56s1.32-1,2.28-1,1.72.32,2.28,1c.56.68.84,1.52.84,2.56v.16c0,1.04-.28,1.92-.84,2.56s-1.32,1-2.28,1-1.72-.32-2.32-1c-.56-.68-.84-1.52-.84-2.56l.04-.16h0ZM219.13,75.43c0,.76.16,1.36.48,1.84.32.48.8.72,1.4.72s1.08-.24,1.4-.72.48-1.12.48-1.84v-.16c0-.72-.16-1.36-.48-1.84s-.8-.72-1.4-.72-1.08.24-1.4.72-.48,1.12-.48,1.84v.16h0Z"/><path class="cls-4-67f3a253efc81" d="M225.28,72.67v-.84h2.2l.12,1.04c.2-.36.44-.64.72-.84.28-.2.64-.32,1-.32.08,0,.2,0,.32.04.12,0,.2.04.24.04l-.16,1.2-.72-.04c-.32,0-.6.08-.84.24s-.4.36-.52.68v4.03l1.04.16v.8h-3.39v-.8l1.04-.16v-4.99l-1.04-.24h0Z"/><path class="cls-4-67f3a253efc81" d="M230.63,75.51c0-1.12.24-2.04.72-2.72s1.16-1.04,2.04-1.04c.44,0,.84.08,1.16.24s.6.44.84.76l.12-.88h1.08v6.91c0,.92-.24,1.64-.76,2.16-.52.52-1.24.76-2.16.76-.32,0-.72-.04-1.08-.16s-.72-.24-1.04-.36l.32-1c.24.12.52.24.84.32.32.08.64.12.96.12.56,0,1-.16,1.24-.48.28-.32.4-.76.4-1.36v-.68c-.24.28-.52.52-.84.68s-.68.24-1.12.24c-.88,0-1.52-.32-2.04-.92-.48-.64-.72-1.44-.72-2.44l.04-.16h0ZM231.91,75.62c0,.72.16,1.28.44,1.68s.76.64,1.36.64c.4,0,.72-.08.96-.24.28-.16.48-.44.64-.76v-3.23c-.16-.32-.4-.52-.64-.72-.28-.16-.6-.28-.96-.28-.6,0-1.08.24-1.36.76-.32.52-.44,1.16-.44,1.96v.2h0Z"/><path class="cls-4-67f3a253efc81" d="M238.13,78.06l1.04-.16v-4.99l-1.04-.16v-.84h2.32v6.03l1.04.16v.8h-3.39l.04-.84h0ZM240.49,70.07h-1.28v-1.32h1.28v1.32Z"/><path class="cls-4-67f3a253efc81" d="M242.33,78.06l1.04-.16v-4.99l-1.04-.16v-.84h2.2l.08,1.04c.24-.36.52-.64.88-.88.36-.2.76-.32,1.2-.32.76,0,1.36.24,1.76.68s.64,1.12.64,2.04v3.43l1.04.16v.8h-3.39v-.8l1.04-.16v-3.39c0-.64-.12-1.04-.36-1.32s-.6-.4-1.12-.4c-.36,0-.68.08-.96.28s-.52.44-.68.72v4.11l1.04.16v.8h-3.39l.04-.8h0Z"/><path class="cls-4-67f3a253efc81" d="M250.83,78.06l1.04-.16v-4.99l-1.04-.16v-.84h2.2l.08,1.04c.24-.36.52-.64.88-.88.36-.2.76-.32,1.2-.32.76,0,1.36.24,1.76.68.4.44.64,1.12.64,2.04v3.43l1.04.16v.8h-3.39v-.8l1.04-.16v-3.39c0-.64-.12-1.04-.36-1.32s-.6-.4-1.12-.4c-.36,0-.68.08-.96.28s-.52.44-.68.72v4.11l1.04.16v.8h-3.39l.04-.8h0Z"/><path class="cls-4-67f3a253efc81" d="M259.5,75.31c0-1.04.28-1.88.84-2.56s1.32-1,2.28-1,1.72.32,2.28,1c.56.68.84,1.52.84,2.56v.16c0,1.04-.28,1.92-.84,2.56s-1.32,1-2.28,1-1.72-.32-2.32-1c-.56-.68-.84-1.52-.84-2.56l.04-.16h0ZM260.77,75.43c0,.76.16,1.36.48,1.84.32.48.8.72,1.4.72s1.08-.24,1.4-.72.48-1.12.48-1.84v-.16c0-.72-.16-1.36-.48-1.84s-.8-.72-1.4-.72-1.08.24-1.4.72-.48,1.12-.48,1.84v.16h0Z"/><path class="cls-4-67f3a253efc81" d="M269.24,72.67l-.84.12,1.44,3.99.12.52h.04l.12-.52,1.4-3.99-.84-.12v-.84h2.72v.84l-.56.08-2.36,6.07h-.96l-2.4-6.07-.56-.08v-.84h2.72l-.04.84h0Z"/><path class="cls-4-67f3a253efc81" d="M278.7,78.86c-.04-.2-.08-.36-.08-.52s-.04-.32-.04-.44c-.24.32-.56.56-.92.8-.36.2-.76.32-1.2.32-.72,0-1.28-.16-1.68-.52-.4-.36-.56-.84-.56-1.52s.28-1.16.8-1.56c.52-.36,1.28-.56,2.2-.56h1.32v-.8c0-.4-.12-.72-.4-.96-.28-.24-.6-.36-1.08-.36-.32,0-.6.04-.84.12s-.44.2-.6.32l-.12.76h-.96v-1.36c.32-.24.72-.44,1.16-.6s.96-.24,1.48-.24c.8,0,1.44.2,1.92.6.48.4.72,1,.72,1.76v3.87l.52.08v.8h-1.64ZM276.67,77.94c.44,0,.8-.08,1.16-.32.36-.2.6-.44.76-.72v-1.16h-1.36c-.52,0-.92.12-1.24.36-.32.24-.44.52-.44.88,0,.32.08.56.28.72.16.16.44.24.84.24Z"/><path class="cls-4-67f3a253efc81" d="M283.65,70.15v1.68h1.32v.96h-1.32v4.23c0,.32.08.56.2.68s.32.2.52.2c.12,0,.24,0,.4-.04.12-.04.24-.04.36-.08l.16.88c-.12.08-.32.16-.52.2-.24.04-.48.08-.72.08-.52,0-.92-.16-1.24-.48-.32-.32-.48-.8-.48-1.48v-4.23h-1.12v-.96h1.12v-1.68l1.32.04h0Z"/><path class="cls-4-67f3a253efc81" d="M286.29,78.06l1.04-.16v-4.99l-1.04-.16v-.84h2.32v6.03l1.04.16v.8h-3.39l.04-.84h0ZM288.64,70.07h-1.28v-1.32h1.28v1.32Z"/><path class="cls-4-67f3a253efc81" d="M293.83,79.02c-.96,0-1.76-.32-2.32-.96-.56-.64-.88-1.48-.88-2.52v-.28c0-1,.28-1.84.88-2.48.6-.64,1.28-1,2.12-1,.96,0,1.68.28,2.16.84.48.56.72,1.32.72,2.28v.8h-4.55v.04c0,.68.2,1.24.52,1.68.32.44.8.64,1.4.64.44,0,.8-.08,1.12-.2s.6-.28.84-.52l.48.84c-.24.24-.6.44-1,.6-.4.12-.88.2-1.48.24h0ZM293.68,72.75c-.44,0-.8.16-1.08.56-.32.36-.48.8-.56,1.36v.04h3.23v-.16c0-.48-.12-.92-.4-1.24-.28-.4-.68-.56-1.2-.56h0Z"/></svg> </a> <nav class="hidden lg:flex lg:w-full lg:justify-between lg:mt-auto lg:border-b-2 lg:border-b-header-border lg:pb-8" role="navigation" > <div class="relative inline-block"> <a href="https://icthealth.nl/magazine" class="font-heading font-extrabold animated-colors leading-none text-16 xl:text-18 hover:text-accent-hover focus:outline-none focus:text-text-normal text-text-normal" title="Ga naar :pagina" aria-label="Ga naar :pagina" > Magazine </a> </div> <div class="relative inline-block"> <a href="https://icthealth.nl/nieuws" class="font-heading font-extrabold animated-colors leading-none text-16 xl:text-18 hover:text-accent-hover focus:outline-none focus:text-text-normal text-text-normal" title="Ga naar :pagina" aria-label="Ga naar :pagina" > Nieuws </a> </div> <div class="relative inline-block"> <a href="https://icthealth.nl/innovation-partner-group" class="font-heading font-extrabold animated-colors leading-none text-16 xl:text-18 hover:text-accent-hover focus:outline-none focus:text-text-normal text-text-normal" title="Ga naar :pagina" aria-label="Ga naar :pagina" > Innovation partners </a> </div> <div class="relative inline-block"> <a href="https://icthealth.nl/events" class="font-heading font-extrabold animated-colors leading-none text-16 xl:text-18 hover:text-accent-hover focus:outline-none focus:text-text-normal text-text-normal" title="Ga naar :pagina" aria-label="Ga naar :pagina" > Events </a> </div> <div class="relative inline-block"> <a href="https://icthealth.nl/redactieraad" class="font-heading font-extrabold animated-colors leading-none text-16 xl:text-18 hover:text-accent-hover focus:outline-none focus:text-text-normal text-text-normal" title="Ga naar :pagina" aria-label="Ga naar :pagina" > Redactieraad </a> </div> <div class="relative inline-block"> <a href="https://icthealth.nl/vacatures" class="font-heading font-extrabold animated-colors leading-none text-16 xl:text-18 hover:text-accent-hover focus:outline-none focus:text-text-normal text-text-normal" title="Ga naar :pagina" aria-label="Ga naar :pagina" > Vacatures </a> </div> <div class="relative inline-block"> <a href="https://icthealth.nl/academy" class="font-heading font-extrabold animated-colors leading-none text-16 xl:text-18 hover:text-accent-hover focus:outline-none focus:text-text-normal text-text-normal" title="Ga naar :pagina" aria-label="Ga naar :pagina" > Academy </a> </div> </nav> <div class="relative justify-self-end lg:hidden js-alpine-init" x-data="menu()" x-init="init()" x-cloak role="navigation" > <div class="flex items-center justify-between md:justify-between"> <div class="flex items-center justify-between pt-2 md:justify-between"> <button class="z-[999] h-[3rem] w-[3.6rem] cursor-pointer" @click="toggleMenu()" disabled x-bind:disabled="disabled" > <div class="relative focus:outline-none"> <div class="block relative h-[1.6rem]"> <span aria-hidden="true" class="absolute block w-[3.6rem] h-[0.45rem] transition duration-300 ease-in-out rounded-full transform bg-accent-normal" :class="{ 'rotate-45': open, ' -translate-y-4 lg:-translate-y-4': !open }" ></span> <span aria-hidden="true" class="absolute block w-[3.6rem] h-[0.45rem] transition duration-300 ease-in-out rounded-full transform bg-accent-normal" :class="{ 'opacity-0': open, ' opacity-100': !open }" ></span> <span aria-hidden="true" class="absolute block w-[3.6rem] h-[0.45rem] transition duration-300 ease-in-out rounded-full transform bg-accent-normal" :class="{ '-rotate-45': open, ' translate-y-4 lg:translate-y-4': !open }" ></span> </div> <div class="uppercase text-text-normal font-heading text-center text-13 pt-1"> <span x-show="!open">Menu</span> <span x-show="open">Sluit</span> </div> </div> </button> </div> </div> <div class="fixed inset-x-0 top-0 z-50 w-full h-svh overflow-scroll transition origin-top-right transform lg:hidden vh-mobile-fix" x-show="open" x-transition:enter="duration-200 ease-out" x-transition:enter-start="opacity-0" x-transition:enter-end="opacity-100" x-transition:leave="duration-100 ease-in" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" > <div class="w-full h-full overflow-scroll"> <div class="absolute top-0 flex-col flex justify-between left-0 w-full min-h-full bg-background bg-opacity-[95%] overflow-scroll"> <div class="mobile-menu-items-wrapper"> <div class="h-[10rem] md:h-[13rem] top-0 left-0 w-full py-8 z-10"> <div class="px-8 flex items-center justify-between w-full h-full"> <a class="flex-none w-[18rem] svg-fill text-text-normal" href="https://icthealth.nl" aria-label="Terug naar home" > <svg id="layer-1-67f3a253efc81" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 296.55 81.69"><defs><style> .cls-1-67f3a253efc81{ fill: url(#linear-gradient-67f3a253efc81); } .cls-1-67f3a253efc81, .cls-2-67f3a253efc81, .cls-3-67f3a253efc81, .cls-4-67f3a253efc81{ stroke-width: 0px; } .cls-2-67f3a253efc81{ fill: url(#linear-gradient-2-67f3a253efc81); } .cls-3-67f3a253efc81{ fill: url(#linear-gradient-3-67f3a253efc81); } .cls-4-67f3a253efc81{ fill: currentColor; } </style><linearGradient id="linear-gradient-67f3a253efc81" x1="91.87" y1="-1254" x2="131.15" y2="-1254" gradientTransform="translate(0 -1226.43) scale(1 -1)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#73caea"/><stop offset="1" stop-color="#6283c5"/></linearGradient><linearGradient id="linear-gradient-2-67f3a253efc81" x1="0" y1="-1227.21" x2="296.51" y2="-1227.21" xlink:href="#linear-gradient-67f3a253efc81"/><linearGradient id="linear-gradient-3-67f3a253efc81" x1="0" y1="-1283.87" x2="296.51" y2="-1283.87" xlink:href="#linear-gradient-67f3a253efc81"/></defs><path class="cls-1-67f3a253efc81" d="M122.38,38.89c1.16-1.8,2.04-3.71,2.68-5.87.76-2.52,1.12-4.83,1.12-7.07v-.52h-6.63l-.12,1.96c-.08,1.16-.24,2.48-.64,3.75-.32,1-.68,1.96-1.12,2.87l-10.02-10.38c-.6-.6-1.08-1.16-1.52-1.72-.36-.44-.6-.88-.8-1.28l-.12-.24c-.2-.36-.36-.84-.48-1.4-.08-.44-.16-.96-.16-1.48,0-.6.08-1.12.28-1.68.2-.6.44-1,.8-1.36.44-.44.88-.76,1.4-1,.48-.24,1.12-.32,1.88-.32.68,0,1.12.08,1.48.24.48.2.8.4,1.12.68s.56.6.84,1.04.48.84.64,1.32l.56,1.72,2.44-.56,4.15-.84-.04-.48c-.12-1.44-.44-2.52-.96-3.51-.6-1.16-1.36-2.16-2.24-2.99s-2.04-1.52-3.47-2.08c-1.28-.52-2.76-.76-4.47-.76-1.84,0-3.47.28-4.91.88-1.52.6-2.76,1.36-3.75,2.32-1.04,1-1.8,2.08-2.32,3.39-.48,1.2-.76,2.64-.76,4.15,0,1.36.24,2.68.68,4.07.4,1.2,1,2.4,1.84,3.63-1,.52-1.96,1.12-2.8,1.76-1.04.8-1.92,1.72-2.68,2.68-.72.96-1.32,2.04-1.72,3.23s-.64,2.48-.64,3.67c0,1.88.36,3.47,1.12,4.95.72,1.44,1.68,2.68,2.91,3.75,1.24,1.08,3.95,2.72,8.74,2.72,2.64,0,5.11.04,7.27-.76,2.08-.8,3.91-1.92,5.59-3.19l3.63,3.71c.16.16.4.28.64.28h9.42l-8.86-9.3h0ZM110.16,41.37c-1.2.44-2.64.68-4.19.68-.96,0-1.76-.12-2.36-.4-.84-.36-1.44-.72-1.96-1.16-.56-.48-1-1.16-1.28-1.88h0c-.32-.76-.44-1.6-.44-2.48,0-1.28.08-2,.68-3.11.6-1.08,1.72-2.48,2.87-3.27l9.7,9.98c-1.08.72-2.08,1.28-3.03,1.64h0Z"/><polygon class="cls-2-67f3a253efc81" points="82.65 0 79.38 0 0 0 0 1.56 79.38 1.56 82.65 1.56 296.51 1.56 296.51 0 82.65 0"/><polygon class="cls-3-67f3a253efc81" points="82.65 56.66 79.38 56.66 0 56.66 0 58.22 79.38 58.22 82.65 58.22 296.51 58.22 296.51 56.66 82.65 56.66"/><path class="cls-4-67f3a253efc81" d="M184.27,48.51c-3.87,0-6.99-1.24-9.3-3.71s-3.43-5.67-3.43-9.5v-1c0-3.99,1.12-7.27,3.27-9.86,2.2-2.6,5.15-3.87,8.82-3.83,3.63,0,6.43,1.08,8.42,3.27s2.99,5.15,2.99,8.86v2.8c0,.64-.52,1.16-1.16,1.16h-14.89l-.04.16c.12,1.76.72,3.23,1.8,4.39,1.04,1.16,2.48,1.72,4.27,1.72,1.6,0,2.95-.16,3.99-.48,1.08-.32,2.24-.84,3.47-1.52l1.96,4.47c-1.12.88-2.56,1.6-4.31,2.2-1.72.56-3.67.88-5.87.88h0ZM183.63,26.19c-1.36,0-2.4.52-3.19,1.56s-1.24,2.4-1.44,4.03l.08.12h8.9v-.64c0-1.56-.36-2.76-1.08-3.67-.72-.92-1.8-1.4-3.27-1.4h0Z"/><path class="cls-4-67f3a253efc81" d="M215.3,47.99c-.2-.44-.36-.92-.52-1.4-.16-.48-.28-.96-.36-1.44-.88,1-1.92,1.8-3.15,2.4-1.24.6-2.64.92-4.23.92-2.64,0-4.71-.72-6.27-2.16s-2.32-3.39-2.32-5.83,1-4.47,3.03-5.83,4.99-2.08,8.9-2.08h3.71v-2.64c0-1.28-.36-2.28-1.12-2.99s-1.84-1.08-3.31-1.08c-.84,0-1.56.08-2.2.28s-1.16.44-1.56.68l-.32,1.92c-.08.56-.6,1-1.16,1h-4.47l.04-5.95c1.32-.88,2.83-1.64,4.55-2.28,1.72-.6,3.59-.92,5.59-.92,3.31,0,6.03.8,8.11,2.44,2.08,1.64,3.11,3.95,3.11,6.95v12.26c0,.36.04.72.08,1.04l2.2.32v4.35l-8.35.04h0ZM208.99,43.12c1.08,0,2.08-.24,2.99-.72.88-.48,1.6-1.08,2.08-1.8v-4.11h-3.71c-1.56,0-2.72.36-3.51,1.08-.8.72-1.2,1.6-1.2,2.6,0,.92.28,1.64.88,2.16.64.56,1.44.8,2.48.8h0Z"/><path class="cls-4-67f3a253efc81" d="M227.99,12.5v-3.43h11.22v33.9l2.6.56c.52.12.92.6.92,1.16v3.43h-14.37v-3.43c0-.56.4-1.04.92-1.16l2.6-.56V14.25l-2.95-.56c-.52-.12-.92-.64-.92-1.2h0Z"/><path class="cls-4-67f3a253efc81" d="M256.14,14.45v6.51h4.67v5.03h-4.67v13.58c0,1.04.2,1.76.64,2.24.44.44,1,.68,1.72.68.48,0,.92,0,1.28-.08.36-.04.8-.12,1.24-.2l.6,5.19c-.8.24-1.6.44-2.4.56s-1.64.2-2.56.2c-2.48,0-4.39-.68-5.71-2.04s-2-3.51-2-6.47v-13.58h-3.91v-4.35l3.91-.76,1.36-5.63c.12-.52.6-.88,1.12-.88h4.71Z"/><path class="cls-4-67f3a253efc81" d="M266.08,43.52l2.72-.56V14.21l-3.07-.56c-.56-.12-.92-.6-.92-1.12v-3.43h11.46v15.41c.88-1.24,1.96-2.24,3.19-2.91,1.28-.68,2.68-1.04,4.19-1.04,2.91,0,5.19.96,6.83,2.8,1.64,1.88,2.48,4.75,2.48,8.7v10.94l2.68.56c.52.12.92.6.92,1.12v3.43h-14.29v-3.47c0-.52.36-1,.88-1.12l2.36-.56v-10.98c0-2.12-.4-3.59-1.16-4.47s-1.88-1.32-3.39-1.32c-1.04,0-1.96.2-2.72.56-.8.36-1.44.88-1.96,1.56v14.65l2.36.56c.52.12.88.6.88,1.12v3.47h-14.29v-3.43c-.04-.56.32-1.04.88-1.16h0Z"/><path class="cls-4-67f3a253efc81" d="M137.19,43.52l2.72-.56V14.21l-3.07-.56c-.56-.12-.96-.6-.96-1.12v-3.43h11.46v15.41c.88-1.24,1.96-2.24,3.19-2.91,1.28-.68,2.68-1.04,4.19-1.04,2.91,0,5.19.96,6.83,2.8,1.64,1.88,2.48,4.75,2.48,8.7v10.94l2.68.56c.52.12.92.6.92,1.12v3.43h-14.25v-3.47c0-.52.36-1,.88-1.12l2.36-.56v-10.98c0-2.12-.4-3.59-1.16-4.47s-1.88-1.32-3.39-1.32c-1.04,0-1.96.2-2.72.56-.8.36-1.44.88-1.96,1.56v14.65l2.36.56c.52.12.88.6.88,1.12v3.47h-14.33v-3.43c0-.56.4-1.04.92-1.16h0Z"/><path class="cls-4-67f3a253efc81" d="M0,12.7v-3.63h15.73v3.63c0,.56-.4,1.04-.96,1.16l-3.11.6v28.31l3.11.6c.56.12.96.6.96,1.16v3.59H0v-3.59c0-.56.4-1.04.96-1.16l3.11-.6V14.45l-3.11-.6c-.56-.12-.96-.6-.96-1.16h0Z"/><path class="cls-4-67f3a253efc81" d="M50.83,22.6h-4.71c-.6,0-1.08-.44-1.16-1l-.64-4.11c-.76-.76-1.72-1.36-2.87-1.8s-2.52-.64-4.07-.64c-3.35,0-5.91,1.2-7.71,3.63s-2.72,5.59-2.72,9.5v1.36c0,3.91.88,7.07,2.68,9.54,1.8,2.44,4.31,3.67,7.59,3.67,1.52,0,2.91-.2,4.15-.64s2.24-1.04,2.91-1.8l.64-4.11c.08-.56.6-1,1.16-1h4.71v7.59c-1.56,1.8-3.51,3.23-5.91,4.27-2.4,1.08-5.07,1.6-8.07,1.6-5.15,0-9.38-1.8-12.66-5.35s-4.95-8.15-4.95-13.74v-1.28c0-5.59,1.64-10.14,4.91-13.74s7.51-5.39,12.7-5.39c2.95,0,5.67.56,8.03,1.64,2.4,1.08,4.35,2.52,5.95,4.27l.04,7.51h0Z"/><path class="cls-4-67f3a253efc81" d="M88.2,9.06v10.1h-4.79c-.6,0-1.08-.44-1.12-1.04l-.24-3.19h-6.99v27.79l3.15.6c.52.12.92.56.92,1.12v3.63h-15.73v-3.63c0-.56.4-1,.92-1.12l3.15-.6V14.93h-6.95l-.24,3.19c-.04.6-.52,1.04-1.12,1.04h-4.75v-10.1h33.78Z"/><path class="cls-4-67f3a253efc81" d="M0,70.27v-.84h3.39v.84l-1.04.16v3.27h4.55v-3.27l-1.04-.16v-.84h3.39v.84l-1.04.16v7.43l1.04.16v.8h-3.39v-.8l1.04-.16v-3.15H2.36v3.15l1.04.16v.8H0v-.8l1.04-.16v-7.43l-1.04-.16Z"/><path class="cls-4-67f3a253efc81" d="M13.5,79.02c-.96,0-1.76-.32-2.32-.96-.56-.64-.88-1.48-.88-2.52v-.28c0-1,.28-1.84.88-2.48.6-.64,1.28-1,2.12-1,.96,0,1.68.28,2.16.84.48.56.72,1.32.72,2.28v.8h-4.55v.04c0,.68.2,1.24.52,1.68.32.44.8.64,1.36.64.44,0,.8-.08,1.12-.2s.6-.28.84-.52l.48.84c-.24.24-.6.44-1,.6-.36.12-.84.2-1.44.24h0ZM13.3,72.75c-.44,0-.8.16-1.08.56-.32.36-.48.8-.56,1.36v.04h3.23v-.16c0-.48-.12-.92-.4-1.24s-.68-.56-1.2-.56h0Z"/><path class="cls-4-67f3a253efc81" d="M19.64,70.15v1.68h1.32v.96h-1.32v4.23c0,.32.08.56.2.68s.32.2.52.2c.12,0,.24,0,.4-.04.12-.04.24-.04.36-.08l.16.88c-.12.08-.32.16-.52.2-.24.04-.48.08-.72.08-.52,0-.92-.16-1.24-.48s-.48-.8-.48-1.48v-4.23h-1.12v-.96h1.12v-1.68l1.32.04h0Z"/><path class="cls-4-67f3a253efc81" d="M25.59,75.31c0-1.04.28-1.88.84-2.56.56-.68,1.32-1,2.28-1s1.72.32,2.28,1,.84,1.52.84,2.56v.16c0,1.04-.28,1.92-.84,2.56s-1.32,1-2.28,1-1.76-.32-2.32-1c-.56-.68-.84-1.52-.84-2.56l.04-.16h0ZM26.87,75.43c0,.76.16,1.36.48,1.84s.76.72,1.4.72,1.08-.24,1.36-.72.48-1.12.48-1.84v-.16c0-.72-.16-1.36-.48-1.84-.32-.48-.76-.72-1.4-.72-.6,0-1.08.24-1.4.72s-.48,1.12-.48,1.84l.04.16h0Z"/><path class="cls-4-67f3a253efc81" d="M32.9,72.79v-.96h1.08v-.88c0-.76.2-1.32.6-1.72s.96-.6,1.64-.6c.16,0,.28,0,.44.04.16.04.32.04.48.08l-.16.96c-.08,0-.16-.04-.28-.04s-.24-.04-.36-.04c-.36,0-.64.12-.84.32-.16.24-.28.56-.28.96v.88h1.48v.96h-1.48v5.07l1.04.16v.8h-3.39v-.8l1.04-.16v-5.07h-1v.04Z"/><path class="cls-4-67f3a253efc81" d="M37.45,72.79v-.96h1.08v-.76c0-.8.24-1.4.68-1.84.48-.44,1.12-.64,1.92-.64.28,0,.56.04.84.12.28.08.6.16,1,.28l-.2,1.04c-.24-.08-.48-.16-.72-.24-.28-.08-.52-.08-.8-.08-.52,0-.88.12-1.12.32s-.32.56-.32,1.04v.76h3.99v6.03l1.04.16v.8h-3.39v-.8l1.04-.16v-5.07h-2.72v5.07l1.04.16v.8h-3.39v-.8l1.04-.16v-5.07h-1Z"/><path class="cls-4-67f3a253efc81" d="M48.91,78.02c.44,0,.8-.12,1.12-.4s.48-.6.48-.96h1.16v.04c.04.6-.24,1.16-.8,1.6-.56.48-1.2.72-1.96.72-1.04,0-1.8-.32-2.32-1-.56-.68-.8-1.52-.8-2.52v-.28c0-1,.28-1.84.8-2.48.56-.68,1.32-1,2.32-1,.56,0,1.08.08,1.52.28s.8.44,1.12.76l.04,1.56h-1.04l-.28-1.12c-.16-.16-.36-.28-.6-.36s-.52-.12-.8-.12c-.68,0-1.16.24-1.44.72-.28.48-.44,1.08-.44,1.76v.28c0,.72.16,1.32.44,1.8.32.48.8.72,1.48.72h0Z"/><path class="cls-4-67f3a253efc81" d="M52.91,78.06l1.04-.16v-4.99l-1.04-.16v-.84h2.32v6.03l1.04.16v.8h-3.39v-.84h.04ZM55.22,70.07h-1.28v-1.32h1.28v1.32Z"/><path class="cls-4-67f3a253efc81" d="M60.45,79.02c-.96,0-1.76-.32-2.32-.96-.56-.64-.88-1.48-.88-2.52v-.28c0-1,.28-1.84.88-2.48.6-.64,1.28-1,2.12-1,.96,0,1.64.28,2.16.84.48.56.72,1.32.72,2.28v.8h-4.55l-.04.04c0,.68.2,1.24.52,1.68.32.44.8.64,1.36.64.44,0,.8-.08,1.16-.2.32-.12.6-.28.84-.52l.48.84c-.24.24-.6.44-1,.6-.36.12-.88.2-1.44.24h0ZM59.33,70.59h-1.4v-1.28h1.4v1.28ZM60.25,72.75c-.44,0-.8.16-1.08.56-.32.36-.48.8-.56,1.36v.04h3.23v-.16c0-.48-.12-.92-.4-1.24-.28-.4-.68-.56-1.2-.56h0ZM62.37,70.59h-1.4v-1.28h1.4v1.28Z"/><path class="cls-4-67f3a253efc81" d="M64.21,69.6v-.84h2.32v9.1l1.04.16v.8h-3.39v-.8l1.04-.16v-8.11l-1-.16h0Z"/><path class="cls-4-67f3a253efc81" d="M71.75,79.02c-.96,0-1.76-.32-2.32-.96-.56-.64-.88-1.48-.88-2.52v-.28c0-1,.28-1.84.88-2.48.6-.64,1.28-1,2.12-1,.96,0,1.64.28,2.16.84.48.56.72,1.32.72,2.28v.8h-4.55l-.04.04c0,.68.2,1.24.52,1.68.32.44.8.64,1.36.64.44,0,.8-.08,1.16-.2.32-.12.6-.28.84-.52l.48.84c-.24.24-.6.44-1,.6-.36.12-.84.2-1.44.24h0ZM71.55,72.75c-.44,0-.8.16-1.08.56-.32.36-.48.8-.56,1.36v.04h3.23v-.16c0-.48-.12-.92-.4-1.24-.28-.4-.68-.56-1.2-.56h0Z"/><path class="cls-4-67f3a253efc81" d="M78.82,69.6v-.84h2.32v5.87h.8l1.52-1.84-.64-.08v-.84h2.91v.84l-.84.12-1.84,2.2,2.24,2.83.8.16v.8h-2.91v-.8l.64-.08-1.84-2.32h-.84v2.24l1.04.16v.8h-3.39v-.8l1.04-.16v-8.11l-1-.16h0Z"/><path class="cls-4-67f3a253efc81" d="M90.12,79.02c-.96,0-1.76-.32-2.32-.96-.56-.64-.88-1.48-.88-2.52v-.28c0-1,.28-1.84.88-2.48.6-.64,1.28-1,2.12-1,.96,0,1.64.28,2.16.84.48.56.72,1.32.72,2.28v.8h-4.55l-.04.04c0,.68.2,1.24.52,1.68.32.44.8.64,1.36.64.44,0,.8-.08,1.16-.2.32-.12.6-.28.84-.52l.48.84c-.24.24-.6.44-1,.6-.36.12-.88.2-1.44.24h0ZM89.92,72.75c-.44,0-.8.16-1.08.56-.32.36-.48.8-.56,1.36v.04h3.23v-.16c0-.48-.12-.92-.4-1.24s-.68-.56-1.2-.56h0Z"/><path class="cls-4-67f3a253efc81" d="M93.83,78.06l1.04-.16v-4.99l-1.04-.16v-.84h2.2l.08,1.04c.24-.36.52-.64.88-.88.36-.2.76-.32,1.2-.32.76,0,1.36.24,1.76.68.4.44.64,1.12.64,2.04v3.43l1.04.16v.8h-3.39v-.8l1.04-.16v-3.39c0-.64-.12-1.04-.36-1.32s-.6-.4-1.12-.4c-.36,0-.68.08-.96.28s-.52.44-.68.72v4.11l1.04.16v.8h-3.39l.04-.8h0Z"/><path class="cls-4-67f3a253efc81" d="M102.38,78.06l1.04-.16v-4.99l-1.04-.16v-.84h2.2l.08,1.04c.24-.36.52-.64.88-.88.36-.2.76-.32,1.2-.32.76,0,1.36.24,1.76.68s.64,1.12.64,2.04v3.43l1.04.16v.8h-3.39v-.8l1.04-.16v-3.39c0-.64-.12-1.04-.36-1.32-.24-.24-.6-.4-1.12-.4-.36,0-.68.08-.96.28s-.52.44-.68.72v4.11l1.04.16v.8h-3.39l.04-.8h0Z"/><path class="cls-4-67f3a253efc81" d="M111.08,78.06l1.04-.16v-4.99l-1.04-.16v-.84h2.32v6.03l1.04.16v.8h-3.39v-.84h.04ZM113.44,70.07h-1.28v-1.32h1.28s0,1.32,0,1.32Z"/><path class="cls-4-67f3a253efc81" d="M120.82,74.07h-.96l-.2-.84c-.16-.16-.36-.28-.6-.36s-.52-.12-.8-.12c-.44,0-.8.08-1,.32s-.32.44-.32.72.08.48.28.64c.2.16.6.32,1.2.44.88.2,1.56.44,2,.76.44.32.64.76.64,1.32,0,.64-.24,1.12-.76,1.52-.52.4-1.16.56-1.96.56-.52,0-1-.08-1.44-.2s-.8-.32-1.12-.52v-1.6h.96l.24.96c.16.12.36.24.6.28.24.04.52.08.76.08.44,0,.8-.08,1.08-.28.24-.2.4-.44.4-.72s-.12-.52-.32-.68-.6-.36-1.2-.48c-.84-.2-1.48-.44-1.92-.76-.44-.32-.64-.76-.64-1.28s.24-1.04.72-1.44,1.12-.6,1.88-.6c.52,0,1,.08,1.44.2s.76.32,1.04.56v1.52h0Z"/><path class="cls-4-67f3a253efc81" d="M122.06,80.74l1.04-.16v-7.71l-1.04-.16v-.84h2.16l.12.84c.24-.32.52-.56.84-.72.32-.16.72-.24,1.16-.24.88,0,1.56.36,2.04,1.04.48.68.72,1.6.72,2.72v.12c0,1-.24,1.84-.72,2.44-.48.64-1.16.92-2,.92-.44,0-.8-.08-1.16-.24-.32-.16-.6-.36-.84-.64v2.44l1.04.16v.84h-3.39l.04-.8h0ZM127.81,75.51c0-.8-.16-1.44-.48-1.96-.32-.52-.76-.76-1.4-.76-.36,0-.68.08-.92.24s-.48.4-.64.68v3.39c.16.28.36.52.64.68.24.16.56.24.96.24.6,0,1.08-.24,1.36-.64.32-.44.48-1,.48-1.72v-.16h0Z"/><path class="cls-4-67f3a253efc81" d="M130.01,69.6v-.84h2.32v9.1l1.04.16v.8h-3.35v-.8l1.04-.16v-8.11l-1.04-.16h0Z"/><path class="cls-4-67f3a253efc81" d="M138.91,78.86c-.04-.2-.08-.36-.08-.52s-.04-.32-.04-.44c-.24.32-.56.56-.92.8-.36.2-.76.32-1.2.32-.72,0-1.28-.16-1.68-.52-.4-.36-.56-.84-.56-1.52s.28-1.16.8-1.56c.52-.36,1.28-.56,2.2-.56h1.36v-.8c0-.4-.12-.72-.4-.96-.24-.24-.6-.36-1.08-.36-.32,0-.6.04-.84.12s-.44.2-.6.32l-.12.76h-1v-1.36c.32-.24.72-.44,1.16-.6s.96-.24,1.48-.24c.8,0,1.44.2,1.92.6s.76,1,.76,1.76v3.87l.52.08v.8h-1.68ZM136.88,77.94c.44,0,.8-.08,1.16-.32.36-.2.6-.44.76-.72v-1.16h-1.36c-.52,0-.92.12-1.24.36-.32.24-.44.52-.44.88,0,.32.08.56.28.72.16.16.44.24.84.24Z"/><path class="cls-4-67f3a253efc81" d="M143.86,70.15v1.68h1.32v.96h-1.32v4.23c0,.32.08.56.2.68s.32.2.56.2c.12,0,.24,0,.4-.04s.24-.04.36-.08l.16.88c-.12.08-.32.16-.52.2s-.48.08-.72.08c-.52,0-.92-.16-1.24-.48-.32-.32-.44-.8-.44-1.48v-4.23h-1.12v-.96h1.12v-1.68l1.24.04h0Z"/><path class="cls-4-67f3a253efc81" d="M146.38,72.79v-.96h1.08v-.88c0-.76.2-1.32.6-1.72s.96-.6,1.64-.6c.16,0,.28,0,.44.04s.32.04.48.08l-.16.96c-.08,0-.16-.04-.28-.04s-.24-.04-.36-.04c-.36,0-.64.12-.84.32-.2.24-.28.56-.28.96v.88h1.48v.96h-1.4v5.07l1.04.16v.8h-3.39v-.8l1.04-.16v-5.07h-1.08v.04Z"/><path class="cls-4-67f3a253efc81" d="M151.25,75.31c0-1.04.28-1.88.84-2.56s1.32-1,2.28-1,1.72.32,2.28,1c.56.68.84,1.52.84,2.56v.16c0,1.04-.28,1.92-.84,2.56-.56.68-1.32,1-2.28,1s-1.76-.32-2.32-1-.84-1.52-.84-2.56l.04-.16h0ZM152.49,75.43c0,.76.16,1.36.48,1.84s.8.72,1.4.72,1.08-.24,1.4-.72.48-1.12.48-1.84v-.16c0-.72-.16-1.36-.48-1.84s-.8-.72-1.4-.72-1.08.24-1.4.72-.48,1.12-.48,1.84v.16h0Z"/><path class="cls-4-67f3a253efc81" d="M158.68,72.67v-.84h2.2l.12,1.04c.2-.36.44-.64.72-.84.28-.2.64-.32,1-.32.08,0,.2,0,.32.04.12,0,.2.04.24.04l-.16,1.2-.72-.04c-.32,0-.6.08-.84.24s-.4.36-.52.68v4.03l1.04.16v.8h-3.39v-.8l1.04-.16v-4.99l-1.04-.24h0Z"/><path class="cls-4-67f3a253efc81" d="M163.91,78.06l1.04-.16v-4.99l-1.04-.16v-.84h2.2l.08.92c.24-.32.52-.6.88-.76s.76-.28,1.24-.28.88.12,1.2.32.6.56.76.96c.2-.4.52-.72.88-.96.36-.24.8-.36,1.28-.36.72,0,1.28.24,1.68.72s.64,1.24.64,2.2v3.19l1.04.16v.8h-3.39v-.8l1.04-.16v-3.19c0-.68-.12-1.16-.36-1.48s-.6-.44-1.04-.44-.8.16-1.08.48-.44.72-.48,1.2v3.43l1.04.16v.8h-3.39v-.8l1.04-.16v-3.19c0-.64-.12-1.16-.36-1.44-.24-.32-.6-.44-1.04-.44-.4,0-.72.08-.96.24s-.44.4-.56.68v4.19l1.04.16v.8h-3.39l.04-.8h0Z"/><path class="cls-4-67f3a253efc81" d="M182.35,72.67l-.84.12,1.44,3.99.12.52h.04l.12-.52,1.4-3.99-.84-.12v-.84h2.72v.84l-.56.08-2.36,6.07h-.96l-2.4-6.07-.56-.08v-.84h2.72l-.04.84h0Z"/><path class="cls-4-67f3a253efc81" d="M187.27,75.31c0-1.04.28-1.88.84-2.56.56-.68,1.32-1,2.28-1s1.72.32,2.28,1,.84,1.52.84,2.56v.16c0,1.04-.28,1.92-.84,2.56-.56.68-1.32,1-2.28,1s-1.76-.32-2.32-1c-.56-.68-.84-1.52-.84-2.56l.04-.16h0ZM188.54,75.43c0,.76.16,1.36.48,1.84s.8.72,1.4.72,1.08-.24,1.4-.72.48-1.12.48-1.84v-.16c0-.72-.16-1.36-.48-1.84s-.8-.72-1.4-.72-1.08.24-1.4.72-.48,1.12-.48,1.84v.16h0Z"/><path class="cls-4-67f3a253efc81" d="M194.73,75.31c0-1.04.28-1.88.84-2.56.56-.68,1.32-1,2.28-1s1.72.32,2.28,1,.84,1.52.84,2.56v.16c0,1.04-.28,1.92-.84,2.56-.56.68-1.32,1-2.28,1s-1.76-.32-2.32-1c-.56-.68-.84-1.52-.84-2.56l.04-.16h0ZM195.97,75.43c0,.76.16,1.36.48,1.84s.8.72,1.4.72,1.08-.24,1.4-.72.48-1.12.48-1.84v-.16c0-.72-.16-1.36-.48-1.84s-.8-.72-1.4-.72-1.08.24-1.4.72-.48,1.12-.48,1.84v.16h0Z"/><path class="cls-4-67f3a253efc81" d="M202.16,72.67v-.84h2.2l.12,1.04c.2-.36.44-.64.72-.84s.64-.32,1-.32c.08,0,.2,0,.32.04.12,0,.2.04.24.04l-.16,1.2-.72-.04c-.32,0-.6.08-.84.24s-.4.36-.52.68v4.03l1.04.16v.8h-3.39v-.8l1.04-.16v-4.99l-1.04-.24h0Z"/><path class="cls-4-67f3a253efc81" d="M212.58,77.86h2.87l.12-1.08h1.08v2.08h-5.59v-.88l3.79-5.11h-2.56l-.08,1.08h-1.08v-2.08h5.31v.88l-3.87,5.11h0Z"/><path class="cls-4-67f3a253efc81" d="M217.85,75.31c0-1.04.28-1.88.84-2.56s1.32-1,2.28-1,1.72.32,2.28,1c.56.68.84,1.52.84,2.56v.16c0,1.04-.28,1.92-.84,2.56s-1.32,1-2.28,1-1.72-.32-2.32-1c-.56-.68-.84-1.52-.84-2.56l.04-.16h0ZM219.13,75.43c0,.76.16,1.36.48,1.84.32.48.8.72,1.4.72s1.08-.24,1.4-.72.48-1.12.48-1.84v-.16c0-.72-.16-1.36-.48-1.84s-.8-.72-1.4-.72-1.08.24-1.4.72-.48,1.12-.48,1.84v.16h0Z"/><path class="cls-4-67f3a253efc81" d="M225.28,72.67v-.84h2.2l.12,1.04c.2-.36.44-.64.72-.84.28-.2.64-.32,1-.32.08,0,.2,0,.32.04.12,0,.2.04.24.04l-.16,1.2-.72-.04c-.32,0-.6.08-.84.24s-.4.36-.52.68v4.03l1.04.16v.8h-3.39v-.8l1.04-.16v-4.99l-1.04-.24h0Z"/><path class="cls-4-67f3a253efc81" d="M230.63,75.51c0-1.12.24-2.04.72-2.72s1.16-1.04,2.04-1.04c.44,0,.84.08,1.16.24s.6.44.84.76l.12-.88h1.08v6.91c0,.92-.24,1.64-.76,2.16-.52.52-1.24.76-2.16.76-.32,0-.72-.04-1.08-.16s-.72-.24-1.04-.36l.32-1c.24.12.52.24.84.32.32.08.64.12.96.12.56,0,1-.16,1.24-.48.28-.32.4-.76.4-1.36v-.68c-.24.28-.52.52-.84.68s-.68.24-1.12.24c-.88,0-1.52-.32-2.04-.92-.48-.64-.72-1.44-.72-2.44l.04-.16h0ZM231.91,75.62c0,.72.16,1.28.44,1.68s.76.64,1.36.64c.4,0,.72-.08.96-.24.28-.16.48-.44.64-.76v-3.23c-.16-.32-.4-.52-.64-.72-.28-.16-.6-.28-.96-.28-.6,0-1.08.24-1.36.76-.32.52-.44,1.16-.44,1.96v.2h0Z"/><path class="cls-4-67f3a253efc81" d="M238.13,78.06l1.04-.16v-4.99l-1.04-.16v-.84h2.32v6.03l1.04.16v.8h-3.39l.04-.84h0ZM240.49,70.07h-1.28v-1.32h1.28v1.32Z"/><path class="cls-4-67f3a253efc81" d="M242.33,78.06l1.04-.16v-4.99l-1.04-.16v-.84h2.2l.08,1.04c.24-.36.52-.64.88-.88.36-.2.76-.32,1.2-.32.76,0,1.36.24,1.76.68s.64,1.12.64,2.04v3.43l1.04.16v.8h-3.39v-.8l1.04-.16v-3.39c0-.64-.12-1.04-.36-1.32s-.6-.4-1.12-.4c-.36,0-.68.08-.96.28s-.52.44-.68.72v4.11l1.04.16v.8h-3.39l.04-.8h0Z"/><path class="cls-4-67f3a253efc81" d="M250.83,78.06l1.04-.16v-4.99l-1.04-.16v-.84h2.2l.08,1.04c.24-.36.52-.64.88-.88.36-.2.76-.32,1.2-.32.76,0,1.36.24,1.76.68.4.44.64,1.12.64,2.04v3.43l1.04.16v.8h-3.39v-.8l1.04-.16v-3.39c0-.64-.12-1.04-.36-1.32s-.6-.4-1.12-.4c-.36,0-.68.08-.96.28s-.52.44-.68.72v4.11l1.04.16v.8h-3.39l.04-.8h0Z"/><path class="cls-4-67f3a253efc81" d="M259.5,75.31c0-1.04.28-1.88.84-2.56s1.32-1,2.28-1,1.72.32,2.28,1c.56.68.84,1.52.84,2.56v.16c0,1.04-.28,1.92-.84,2.56s-1.32,1-2.28,1-1.72-.32-2.32-1c-.56-.68-.84-1.52-.84-2.56l.04-.16h0ZM260.77,75.43c0,.76.16,1.36.48,1.84.32.48.8.72,1.4.72s1.08-.24,1.4-.72.48-1.12.48-1.84v-.16c0-.72-.16-1.36-.48-1.84s-.8-.72-1.4-.72-1.08.24-1.4.72-.48,1.12-.48,1.84v.16h0Z"/><path class="cls-4-67f3a253efc81" d="M269.24,72.67l-.84.12,1.44,3.99.12.52h.04l.12-.52,1.4-3.99-.84-.12v-.84h2.72v.84l-.56.08-2.36,6.07h-.96l-2.4-6.07-.56-.08v-.84h2.72l-.04.84h0Z"/><path class="cls-4-67f3a253efc81" d="M278.7,78.86c-.04-.2-.08-.36-.08-.52s-.04-.32-.04-.44c-.24.32-.56.56-.92.8-.36.2-.76.32-1.2.32-.72,0-1.28-.16-1.68-.52-.4-.36-.56-.84-.56-1.52s.28-1.16.8-1.56c.52-.36,1.28-.56,2.2-.56h1.32v-.8c0-.4-.12-.72-.4-.96-.28-.24-.6-.36-1.08-.36-.32,0-.6.04-.84.12s-.44.2-.6.32l-.12.76h-.96v-1.36c.32-.24.72-.44,1.16-.6s.96-.24,1.48-.24c.8,0,1.44.2,1.92.6.48.4.72,1,.72,1.76v3.87l.52.08v.8h-1.64ZM276.67,77.94c.44,0,.8-.08,1.16-.32.36-.2.6-.44.76-.72v-1.16h-1.36c-.52,0-.92.12-1.24.36-.32.24-.44.52-.44.88,0,.32.08.56.28.72.16.16.44.24.84.24Z"/><path class="cls-4-67f3a253efc81" d="M283.65,70.15v1.68h1.32v.96h-1.32v4.23c0,.32.08.56.2.68s.32.2.52.2c.12,0,.24,0,.4-.04.12-.04.24-.04.36-.08l.16.88c-.12.08-.32.16-.52.2-.24.04-.48.08-.72.08-.52,0-.92-.16-1.24-.48-.32-.32-.48-.8-.48-1.48v-4.23h-1.12v-.96h1.12v-1.68l1.32.04h0Z"/><path class="cls-4-67f3a253efc81" d="M286.29,78.06l1.04-.16v-4.99l-1.04-.16v-.84h2.32v6.03l1.04.16v.8h-3.39l.04-.84h0ZM288.64,70.07h-1.28v-1.32h1.28v1.32Z"/><path class="cls-4-67f3a253efc81" d="M293.83,79.02c-.96,0-1.76-.32-2.32-.96-.56-.64-.88-1.48-.88-2.52v-.28c0-1,.28-1.84.88-2.48.6-.64,1.28-1,2.12-1,.96,0,1.68.28,2.16.84.48.56.72,1.32.72,2.28v.8h-4.55v.04c0,.68.2,1.24.52,1.68.32.44.8.64,1.4.64.44,0,.8-.08,1.12-.2s.6-.28.84-.52l.48.84c-.24.24-.6.44-1,.6-.4.12-.88.2-1.48.24h0ZM293.68,72.75c-.44,0-.8.16-1.08.56-.32.36-.48.8-.56,1.36v.04h3.23v-.16c0-.48-.12-.92-.4-1.24-.28-.4-.68-.56-1.2-.56h0Z"/></svg> </a> </div> </div> <div class="mt-12 js-mobile-menu" x-show="!showSearch" x-transition > <div> <div class="px-8"> <a href="https://icthealth.nl/magazine" class="font-heading leading-none text-text-normal transition ease-in-out focus:outline-none duration-150 text-18 font-bold pb-6 pt-5 w-full border-b border-accent-normal border-opacity-50 flex" > Magazine </a> </div> </div> <div> <div class="px-8"> <a href="https://icthealth.nl/nieuws" class="font-heading leading-none text-text-normal transition ease-in-out focus:outline-none duration-150 text-18 font-bold pb-6 pt-5 w-full border-b border-accent-normal border-opacity-50 flex" > Nieuws </a> </div> </div> <div> <div class="px-8"> <a href="https://icthealth.nl/innovation-partner-group" class="font-heading leading-none text-text-normal transition ease-in-out focus:outline-none duration-150 text-18 font-bold pb-6 pt-5 w-full border-b border-accent-normal border-opacity-50 flex" > Innovation partners </a> </div> </div> <div> <div class="px-8"> <a href="https://icthealth.nl/events" class="font-heading leading-none text-text-normal transition ease-in-out focus:outline-none duration-150 text-18 font-bold pb-6 pt-5 w-full border-b border-accent-normal border-opacity-50 flex" > Events </a> </div> </div> <div> <div class="px-8"> <a href="https://icthealth.nl/redactieraad" class="font-heading leading-none text-text-normal transition ease-in-out focus:outline-none duration-150 text-18 font-bold pb-6 pt-5 w-full border-b border-accent-normal border-opacity-50 flex" > Redactieraad </a> </div> </div> <div> <div class="px-8"> <a href="https://icthealth.nl/vacatures" class="font-heading leading-none text-text-normal transition ease-in-out focus:outline-none duration-150 text-18 font-bold pb-6 pt-5 w-full border-b border-accent-normal border-opacity-50 flex" > Vacatures </a> </div> </div> <div> <div class="px-8"> <a href="https://icthealth.nl/academy" class="font-heading leading-none text-text-normal transition ease-in-out focus:outline-none duration-150 text-18 font-bold pb-6 pt-5 w-full border-b border-accent-normal border-opacity-50 flex" > Academy </a> </div> </div> <div class="mx-8"> <ul class="font-body"> <li class="text-13 my-4 text-text-normal"> <a href="https://icthealth.nl/over-icthealth" title="Over ons" class="" > Over ons </a> </li> <li class="text-13 my-4 text-text-normal"> <a href="https://icthealth.nl/wie-levert-wat" title="Wie levert wat" class="" > Wie levert wat </a> </li> <li class="text-13 my-4 text-text-normal"> <span @click="toggleSearch()" x-show="!showSearch" href="/" title="Zoeken" class="js-show-mobile-search inline-block" > Zoeken </span> </li> <li class="text-13 my-4 text-text-normal"> <a href="https://icthealth.nl/account" title="Account" alt="Ga naar uw account" > Account </a> </li> </ul> </div> </div> </div> <div class="js-mobile-search absolute w-full top-[19rem]" x-show="showSearch" x-transition > <div class="search-wrapper js-algolia-search-wrapper"> <span class="block mb-8 font-heading font-bold text-center text-text-normal search-title text-20 lg:text-28 md:mb-10">Waar bent u naar op zoek?</span> <div class="relative overflow-hidden border border-secondary bg-transparant rounded-2xl pr-[5rem] pl-[2rem] md:pr-[9rem] z-[2]"> <div class="js-search-input-wrapper" data-submit-form="search67f3a262e1ed3" data-placeholder="Ik zoek naar.."></div> <form id="search67f3a262e1ed3" action="https://icthealth.nl/zoeken" novalidate="novalidate" class="search-box js-search-form"> <input type="hidden" class="search-query" name="term"> <button aria-label="Zoeken" type="submit" class="search-submit"></button> </form> </div> <div class="hits-container js-hits-container" data-empty-results-text="Geen resultaten gevonden"> <div class="hits-wrapper"> <div class="hits-results"> </div> </div> <form action="https://icthealth.nl/zoeken" novalidate="novalidate" class="search-box js-search-form"> <input type="hidden" class="search-query" name="term"> <button aria-label="Zoeken" type="submit" class="hidden all-results mx-auto"> <span class="inline-flex items-center cursor-pointer group font-body"> <span class="block pb-1 text-14 md:text-18 font-body font-bold btn btn-ghost-secondary"> Bekijk alle zoekresultaten </span> </span> </button> </form> </div> </div> </div> <div class="flex pb-[3rem] items-center content-center px-8"> <div @click="toggleSearch()" class="flex !ml-0 items-center cursor-pointer js-back-to-mobile-menu" x-show="showSearch" > <div class="[&>svg]:fill-current [&>svg]:h-6 [&>svg]:w-6 [&>svg]:text-text-normal pr-4"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z"/></svg> </div> <div class="text-text-normal lowercase text-15 font-body"> Terug </div> </div> <div x-show="!showSearch" class="flex flex-start space-x-4" > <div class="relative inline-block mr-4"> <a href="https://icthealth.nl/lid-worden" class="animated-colors font-heading text-14 focus:outline-none focus:text-text-normal border border-secondary rounded-full py-3 px-8 hover:bg-gradient-to-b hover:from-gradient-secondary-start hover:to-gradient-secondary-end hover:!text-text-normal !text-text-normal" > Word lid </a> </div> <div class="relative flex space-x-4"> <div class="group cursor-pointer" aria-label="Schakel tussen de donkere/lichte modus" onClick="toggleTheme(this);" > <svg data-name="contrast" class="icon-contrast inline-flex items-center justify-center size-[2.2rem] fill-current text-accent-normal group-hover:text-accent-hover animated-colors" name="contrast" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M10 0c5.52 0 10 4.48 10 10s-4.48 10-10 10S0 15.51 0 10 4.48 0 10 0Zm0 1.5c-4.69 0-8.5 3.81-8.5 8.5s3.81 8.5 8.5 8.5v-17Z" /></svg> </div> </div> </div> </div> </div> </div> </div> </div> <script> function isiOS() { return ( ['iPad Simulator', 'iPhone Simulator', 'iPod Simulator', 'iPad', 'iPhone', 'iPod'].includes(navigator .platform) || (navigator.userAgent.includes('Mac') && 'ontouchend' in document) ); } // Mobile menu Alpine JS init window.menu = function() { return { open: false, showSearch: false, disabled: true, init() { this.disabled = false; }, toggleMenu() { const content = document.querySelector('.frontend'); let offset = window.pageYOffset; this.disabled = true; this.open = !this.open; if (this.open === true) { position = offset; content.style.position = 'fixed'; content.style.top = `-${position}px`; // Fixes bug in Safari iOS 15.2 where screen height is not fully filled due to empty space address bar on bottom if (isiOS() === true) document.documentElement.style.height = window.innerHeight + 'px'; } else { content.style.removeProperty('position'); content.style.removeProperty('top'); window.scrollTo(0, position); if (isiOS() === true) document.documentElement.style.removeProperty('height'); // Force close search when mobile menu is closed this.showSearch = false; } this.disabled = false; }, toggleSearch() { this.showSearch = !this.showSearch; } }; } </script> </div> </div> </div> </header> <div class="frontend-container mt-[10rem] md:mt-[13rem] lg:mt-[25rem]" > <div class="container"> </div> <main class="Main --page --organisations" role="main" > <div class="container mb-24 lg:mb-36 "> <div class="flex flex-col lg:flex-row justify-between gap-24"> <div class="grow flex flex-col"> <div class=""> <h1 class="font-bold text-text-normal font-heading text-30 lg:text-40">Wie levert wat</h1> <div class="mt-10 font-normal text-text-normal font-body text-14 generated"> <p>ICT&health is hét zorginnovatie kennisplatform van de zorg in Nederland en verbindende factor tussen zorgprofessionals en zorgleveranciers. Samen met specialisten en beleidsmakers uit de volle breedte van de zorg belichten wij, onder auspiciën van de Redactieraad, niet alleen de relevante ontwikkelingen en innovaties in de zorg, maar stimuleren wij ook samenwerkingen voor een toekomstbestendige zorg. </p> </div> </div> </div> <div class="lg:min-w-[300px] lg:w-[300px] lg:max-w-[300px] flex flex-col gap-16 md:gap-8"> <div class="advertisement-container flex justify-center items-center js-randomize invisible [&>:not(:first-child)]:hidden " > <a href="https://medicinfo.nl/whitepaper-hybride-zorg-in-de-regio/?utm_source=banners&utm_medium=website&utm_campaign=ICT+%26+Health" target="_blank" class="block" > <iframe src="/a/3d4233a54febe35fbf7749c3affb8e15/index.html?1729672172" width="300" height="250" class="pointer-events-none" ></iframe> </a> <a target="_blank" class="block" > <iframe src="/a/a754755f2a61296cf1dd3bf588312c18/index.html?1736953915" width="300" height="250" class="" ></iframe> </a> <a target="_blank" class="block" > <iframe src="/a/3292c5c2ca71351a9406a9614e147ad3/index.html?1736953965" width="300" height="250" class="" ></iframe> </a> <a target="_blank" class="block" > <iframe src="/a/f0b57183da91a7972b2b3c06b0db5542/index.html?1736954005" width="300" height="250" class="" ></iframe> </a> <a target="_blank" class="block" > <iframe src="/a/5739286cebed3495484f106535d1932a/index.html?1743603341" width="300" height="250" class="" ></iframe> </a> <a href="https://www.minddistrict.com/nl-nl/vragenlijsten-en-rom?utm_source=icthealth&utm_medium=sponsoredicthealth&utm_campaign=vragenlijsten" target="_blank" aria-label="Bezoek https://www.minddistrict.com/nl-nl/vragenlijsten-en-rom?utm_source=icthealth&utm_medium=sponsoredicthealth&utm_campaign=vragenlijsten" title="Bezoek https://www.minddistrict.com/nl-nl/vragenlijsten-en-rom?utm_source=icthealth&utm_medium=sponsoredicthealth&utm_campaign=vragenlijsten" > <!-- Image Container --> <div class="image-container w-full overflow-hidden max-w-full" image="https://icthealth.nl/cdn/10e3aeba-24af-4eb9-a20e-8cd22136f5ab/-/format/preserve/-/quality/lighter/-/progressive/yes/medium-rectangle-md-rom-300x250px.jpg" width="300" height="250" advertisement="advertisement"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-cover overflow-hidden safari-overflow-scale-fix"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/10e3aeba-24af-4eb9-a20e-8cd22136f5ab/-/format/webp/-/quality/lighter/-/progressive/yes/medium-rectangle-md-rom-300x250px.jpg" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/10e3aeba-24af-4eb9-a20e-8cd22136f5ab/-/format/jpeg/-/quality/lighter/-/progressive/yes/medium-rectangle-md-rom-300x250px.jpg" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/10e3aeba-24af-4eb9-a20e-8cd22136f5ab/-/format/preserve/-/quality/lighter/-/progressive/yes/medium-rectangle-md-rom-300x250px.jpg" class="w-full h-full object-cover" alt="Minddistrict banner" width="300" height="250" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </a> </div> </div> </div> </div> </main> <section> <div class="container"> <svg class="and-sign animate-parallax pointer-events-none absolute left-1/2 -translate-x-1/2 text-accent-normal/10 opacity-1 max-w-[70rem] w-[70rem] transition-all" data-name="& sign" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 734.29 770" style="enable-background:new 0 0 734.29 770;" > <path fill="currentColor" d="M341.61,644.67c-22.62,8.46-49.04,12.74-78.74,12.74-18.01,0-32.89-2.47-44.31-7.41-15.98-6.86-27.18-13.56-36.24-21.86-10.32-9.34-18.67-21.58-24.16-35.36-5.77-14.33-8.57-29.54-8.57-46.62,0-23.83,1.21-36.96,12.85-58.26,10.87-19.82,31.96-46.4,53.87-61.34l181.65,186.32c-19.16,14.33-37.67,24.77-56.34,31.79h.05-.05ZM570.43,598.38c21.58-33.28,38-69.35,50.24-109.99,14.11-47.01,20.98-90.28,20.98-132.34v-9.99h-124.65l-2.25,36.63c-1.81,21.25-4.56,46.07-11.86,70.07-5.6,18.45-12.63,36.41-20.81,53.65l-187.64-194.39c-10.98-11.04-19.82-21.86-28.01-32.07-6.42-7.96-10.82-16.03-15.1-23.89l-2.47-4.39c-3.9-7.03-6.92-15.81-9.28-26.14-1.87-8.46-2.91-18.01-2.91-27.62,0-11.04,1.7-21.03,5.55-31.46,4.01-10.98,8.57-18.51,15.21-25.15,8.51-8.46,16.64-14.33,25.81-18.51,9.17-4.17,20.98-6.26,34.92-6.26,12.9,0,20.98,1.26,27.84,4.23,9.01,4.01,15.21,7.74,21.14,12.85,6.1,5.22,10.6,11.48,15.54,19.33,5.05,8.13,8.73,15.65,11.64,24.33.05.22,10.05,32.29,10.05,32.29l45.52-10.38,77.26-15.81-.82-8.9c-2.53-26.96-7.91-47.11-17.52-65.35-11.42-21.69-25.59-40.58-42.01-56.07-16.58-15.54-38.44-28.66-64.85-39.04-24.16-9.5-51.51-14-83.74-14-34.32,0-65.29,5.44-92.03,16.14-28.33,11.37-51.29,25.42-69.9,43.05-19.38,18.34-33.61,38.93-43.44,63.04-9.28,22.62-14.11,49.48-14.11,77.76,0,25.2,4.17,50.14,12.85,76.11,7.47,22.24,18.78,44.64,34.7,68.04-18.89,9.72-36.35,20.76-51.95,32.89-19.33,14.99-36.13,31.85-50.08,50.08-13.73,17.9-24.6,38.22-32.4,60.29-7.74,22.24-11.86,46.13-11.86,69.03,0,34.76,6.7,65.13,20.59,92.75,13.51,26.96,31.41,49.75,54.8,69.85,23.23,19.93,73.97,50.96,163.2,50.96,49.53,0,95.44,1.1,135.52-14.33,38.71-14.94,73.03-35.58,104.55-60.07l67.6,69.35c3.13,3.18,7.52,5.05,12.03,5.05h175.99l-164.08-171.66h.22v.05Z" /> </svg> <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 gap-x-12 gap-y-40"> <div class="flex flex-col space-y-8"> <div class="flex justify-center items-center h-[20rem] bg-gradient-to-t from-gradient-background-start to-gradient-background-end"> <!-- Image Container --> <div class="image-container w-full overflow-hidden organisation-logo p-4 mx-auto size-full max-w-[50%] max-h-[50%]" image="https://icthealth.nl/cdn/8093c31c-e219-479b-a481-9b24bb5d5a07/-/format/preserve/-/quality/lighter/alphatron-medical-wit.png" alt="Alphatron medical" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/8093c31c-e219-479b-a481-9b24bb5d5a07/-/format/webp/-/quality/lighter/alphatron-medical-wit.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/8093c31c-e219-479b-a481-9b24bb5d5a07/-/format/png/-/quality/lighter/alphatron-medical-wit.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/8093c31c-e219-479b-a481-9b24bb5d5a07/-/format/preserve/-/quality/lighter/alphatron-medical-wit.png" class="w-full h-full object-contain" alt="Alphatron medical" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </div> <div class="text-text-normal font-body text-14 grow"> <p>Alphatron Medical creëert innovatieve oplossingen die zorgprofessionals efficiënter en prettiger laten werken. Met producten zoals AMiS, medische werkplekken en contentmanagementsystemen verhogen we de kwaliteit van zorg en patiënttevredenheid. Wij brengen flow in de zorg!</p> </div> <a href="https://www.alphatronmedical.com/" target="_blank" title="Website bekijken" label="" class="animated-colors btn btn-ghost-secondary w-fit"> Website bekijken </a> </div> <div class="flex flex-col space-y-8"> <div class="flex justify-center items-center h-[20rem] bg-gradient-to-t from-gradient-background-start to-gradient-background-end"> <!-- Image Container --> <div class="image-container w-full overflow-hidden organisation-logo p-4 mx-auto size-full max-w-[50%] max-h-[50%]" image="https://icthealth.nl/cdn/22243305-e985-4382-8732-2bacc54d887d/-/format/preserve/-/quality/lighter/deloitte-klein.png" alt="Deloitte" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/22243305-e985-4382-8732-2bacc54d887d/-/format/webp/-/quality/lighter/deloitte-klein.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/22243305-e985-4382-8732-2bacc54d887d/-/format/png/-/quality/lighter/deloitte-klein.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/22243305-e985-4382-8732-2bacc54d887d/-/format/preserve/-/quality/lighter/deloitte-klein.png" class="w-full h-full object-contain" alt="Deloitte" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </div> <div class="text-text-normal font-body text-14 grow"> <p>Hoe ziet de toekomst van de gezondheidszorg er uit? Met een toenemende vraag naar zorg rondom de patiënt, voortdurende digitale transformatie en de zoektocht naar nieuwe verdienmodellen bovenaan de agenda, moeten zorgaanbieders hun manier van werken opnieuw inrichten.</p> </div> <a href="https://www.deloitte.com/nl/nl/Industries/health-human-services/about.html" target="_blank" title="Website bekijken" label="" class="animated-colors btn btn-ghost-secondary w-fit"> Website bekijken </a> </div> <div class="flex flex-col space-y-8"> <div class="flex justify-center items-center h-[20rem] bg-gradient-to-t from-gradient-background-start to-gradient-background-end"> <!-- Image Container --> <div class="image-container w-full overflow-hidden organisation-logo p-4 mx-auto size-full max-w-[50%] max-h-[50%]" image="https://icthealth.nl/cdn/a4af8915-cb8a-46ef-8c89-11571a379d5b/-/format/preserve/-/quality/lighter/enovation.png" alt="Enovation Group" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/a4af8915-cb8a-46ef-8c89-11571a379d5b/-/format/webp/-/quality/lighter/enovation.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/a4af8915-cb8a-46ef-8c89-11571a379d5b/-/format/png/-/quality/lighter/enovation.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/a4af8915-cb8a-46ef-8c89-11571a379d5b/-/format/preserve/-/quality/lighter/enovation.png" class="w-full h-full object-contain" alt="Enovation Group" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </div> <div class="text-text-normal font-body text-14 grow"> <div><p>Wij ontwikkelen connected care-oplossingen die zorgprofessionals en cliënten op een vernieuwende manier ondersteunen. Met deze digitale middelen kunnen organisaties op een slimme, efficiënte manier digitale zorg verlenen en samenwerken met elkaar en de cliënt. <br></p> </div> <div> <p></p></div> </div> <a href="https://enovationgroup.com/nl/" target="_blank" title="Website bekijken" label="" class="animated-colors btn btn-ghost-secondary w-fit"> Website bekijken </a> </div> <div class="flex flex-col space-y-8"> <div class="flex justify-center items-center h-[20rem] bg-gradient-to-t from-gradient-background-start to-gradient-background-end"> <!-- Image Container --> <div class="image-container w-full overflow-hidden organisation-logo p-4 mx-auto size-full max-w-[50%] max-h-[50%]" image="https://icthealth.nl/cdn/739ff4cc-895b-40fa-b3bd-e9cb162f193e/-/format/preserve/-/quality/lighter/fontys-klein-wit.png" alt="Fontys" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/739ff4cc-895b-40fa-b3bd-e9cb162f193e/-/format/webp/-/quality/lighter/fontys-klein-wit.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/739ff4cc-895b-40fa-b3bd-e9cb162f193e/-/format/png/-/quality/lighter/fontys-klein-wit.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/739ff4cc-895b-40fa-b3bd-e9cb162f193e/-/format/preserve/-/quality/lighter/fontys-klein-wit.png" class="w-full h-full object-contain" alt="Fontys" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </div> <div class="text-text-normal font-body text-14 grow"> <p>Technologie in de zorg ontwikkelt en verweeft paramedisch onderwijs en onderzoek in samenwerking met het werkveld.</p> </div> <a href="https://www.fontys.nl/" target="_blank" title="Website bekijken" label="" class="animated-colors btn btn-ghost-secondary w-fit"> Website bekijken </a> </div> <div class="flex flex-col space-y-8"> <div class="flex justify-center items-center h-[20rem] bg-gradient-to-t from-gradient-background-start to-gradient-background-end"> <!-- Image Container --> <div class="image-container w-full overflow-hidden organisation-logo p-4 mx-auto size-full max-w-[50%] max-h-[50%]" image="https://icthealth.nl/cdn/5a48e1d0-239a-43cb-be20-4d9b2ae6173a/-/format/preserve/-/quality/lighter/han-250x150px-logo-1.png" alt="HAN University of Applied Science" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/5a48e1d0-239a-43cb-be20-4d9b2ae6173a/-/format/webp/-/quality/lighter/han-250x150px-logo-1.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/5a48e1d0-239a-43cb-be20-4d9b2ae6173a/-/format/png/-/quality/lighter/han-250x150px-logo-1.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/5a48e1d0-239a-43cb-be20-4d9b2ae6173a/-/format/preserve/-/quality/lighter/han-250x150px-logo-1.png" class="w-full h-full object-contain" alt="HAN University of Applied Science" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </div> <div class="text-text-normal font-body text-14 grow"> <p>Een van de grootste maatschappelijke uitdagingen is het toekomstbestendig maken van de gezondheidszorg oftewel het garanderen van goede en betaalbare zorg voor iedereen.</p> </div> <a href="https://www.han.nl" target="_blank" title="Website bekijken" label="" class="animated-colors btn btn-ghost-secondary w-fit"> Website bekijken </a> </div> <div class="flex flex-col space-y-8"> <div class="flex justify-center items-center h-[20rem] bg-gradient-to-t from-gradient-background-start to-gradient-background-end"> <!-- Image Container --> <div class="image-container w-full overflow-hidden organisation-logo p-4 mx-auto size-full max-w-[50%] max-h-[50%]" image="https://icthealth.nl/cdn/e5f9348e-12cd-40e5-a573-a91db6f79b38/-/format/preserve/-/quality/lighter/inholland-klein-1.png" alt="Inholland" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/e5f9348e-12cd-40e5-a573-a91db6f79b38/-/format/webp/-/quality/lighter/inholland-klein-1.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/e5f9348e-12cd-40e5-a573-a91db6f79b38/-/format/png/-/quality/lighter/inholland-klein-1.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/e5f9348e-12cd-40e5-a573-a91db6f79b38/-/format/preserve/-/quality/lighter/inholland-klein-1.png" class="w-full h-full object-contain" alt="Inholland" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </div> <div class="text-text-normal font-body text-14 grow"> <p>Hoe maken we optimaal gebruik van de mogelijkheden van ICT om de gezondheidszorg te verbeteren? De Advanced Health Informatics Practitioner is de professional die de twee werelden met elkaar verbindt bij informatiserings- en innovatieprojecten binnen de (gezondheids)zorg.</p> </div> <a href="https://www.inholland.nl" target="_blank" title="Website bekijken" label="" class="animated-colors btn btn-ghost-secondary w-fit"> Website bekijken </a> </div> <div class="flex flex-col space-y-8"> <div class="flex justify-center items-center h-[20rem] bg-gradient-to-t from-gradient-background-start to-gradient-background-end"> <!-- Image Container --> <div class="image-container w-full overflow-hidden organisation-logo p-4 mx-auto size-full max-w-[50%] max-h-[50%]" image="https://icthealth.nl/cdn/76e21599-4ac5-4ec1-b88f-a79c5d59aedb/-/format/preserve/-/quality/lighter/kpn-wit.png" alt="KPN Health" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/76e21599-4ac5-4ec1-b88f-a79c5d59aedb/-/format/webp/-/quality/lighter/kpn-wit.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/76e21599-4ac5-4ec1-b88f-a79c5d59aedb/-/format/png/-/quality/lighter/kpn-wit.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/76e21599-4ac5-4ec1-b88f-a79c5d59aedb/-/format/preserve/-/quality/lighter/kpn-wit.png" class="w-full h-full object-contain" alt="KPN Health" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </div> <div class="text-text-normal font-body text-14 grow"> <p>Het goed, slim en veilig inzetten van nieuwe technologie kan bijdragen aan het verbeteren van de patiëntveiligheid en efficiënter werken in de zorg.</p> </div> <a href="https://www.kpn.com/zakelijk/branches/zorg.htm" target="_blank" title="Website bekijken" label="" class="animated-colors btn btn-ghost-secondary w-fit"> Website bekijken </a> </div> <div class="flex flex-col space-y-8"> <div class="flex justify-center items-center h-[20rem] bg-gradient-to-t from-gradient-background-start to-gradient-background-end"> <!-- Image Container --> <div class="image-container w-full overflow-hidden organisation-logo p-4 mx-auto size-full max-w-[50%] max-h-[50%]" image="https://icthealth.nl/cdn/5fa8259b-9cbe-47e5-a7e1-4dfa8e59b71e/-/format/preserve/-/quality/lighter/maastrichtumc-wit.png" alt="Maastricht UMC+" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/5fa8259b-9cbe-47e5-a7e1-4dfa8e59b71e/-/format/webp/-/quality/lighter/maastrichtumc-wit.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/5fa8259b-9cbe-47e5-a7e1-4dfa8e59b71e/-/format/png/-/quality/lighter/maastrichtumc-wit.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/5fa8259b-9cbe-47e5-a7e1-4dfa8e59b71e/-/format/preserve/-/quality/lighter/maastrichtumc-wit.png" class="w-full h-full object-contain" alt="Maastricht UMC+" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </div> <div class="text-text-normal font-body text-14 grow"> <p>Maastricht UMC+ is continu bezig met het vernieuwen van zorg, onderzoek, onderwijs en opleiding. We werken samen en leggen verbindingen om onze gezamenlijke ambities te realiseren: innoveren voor een gezonde bevolking en een duurzame gezondheidszorg. Wij onderscheiden ons nationaal en internationaal door niet alleen te focussen op gezondheidsherstel, maar ook op gezondheidsbehoud en gezondheidsbevordering. Onze kerntaken zijn – naast topreferente en topklinische patiëntenzorg – wetenschappelijk onderzoek, onderwijs en opleiding, en valorisatie.<br></p> </div> <a href="https://www.mumc.nl/" target="_blank" title="Website bekijken" label="" class="animated-colors btn btn-ghost-secondary w-fit"> Website bekijken </a> </div> <div class="flex flex-col space-y-8"> <div class="flex justify-center items-center h-[20rem] bg-gradient-to-t from-gradient-background-start to-gradient-background-end"> <!-- Image Container --> <div class="image-container w-full overflow-hidden organisation-logo p-4 mx-auto size-full max-w-[50%] max-h-[50%]" image="https://icthealth.nl/cdn/02b6b0fe-21ec-4eb3-8751-a1c2fbdb62cd/-/format/preserve/-/quality/lighter/medicalphit-klein-1.png" alt="MedicalPHIT" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/02b6b0fe-21ec-4eb3-8751-a1c2fbdb62cd/-/format/webp/-/quality/lighter/medicalphit-klein-1.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/02b6b0fe-21ec-4eb3-8751-a1c2fbdb62cd/-/format/png/-/quality/lighter/medicalphit-klein-1.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/02b6b0fe-21ec-4eb3-8751-a1c2fbdb62cd/-/format/preserve/-/quality/lighter/medicalphit-klein-1.png" class="w-full h-full object-contain" alt="MedicalPHIT" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </div> <div class="text-text-normal font-body text-14 grow"> <p>De zorg transformeert in hoog tempo en moderniseert met de beste technologieën. Door optimaal gebruik te maken van nieuwe ICT toepassingen kunnen zorgpartijen sneller, veiliger en efficiënter met elkaar samenwerken.</p> </div> <a href="https://phit.nl/" target="_blank" title="Website bekijken" label="" class="animated-colors btn btn-ghost-secondary w-fit"> Website bekijken </a> </div> <div class="flex flex-col space-y-8"> <div class="flex justify-center items-center h-[20rem] bg-gradient-to-t from-gradient-background-start to-gradient-background-end"> <!-- Image Container --> <div class="image-container w-full overflow-hidden organisation-logo p-4 mx-auto size-full max-w-[50%] max-h-[50%]" image="https://icthealth.nl/cdn/aafafa55-7fc5-41b1-9ae4-489a6ab61634/-/format/preserve/-/quality/lighter/medicinfo-logo-rgb-wit-tagline.png" alt="Medicinfo" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/aafafa55-7fc5-41b1-9ae4-489a6ab61634/-/format/webp/-/quality/lighter/medicinfo-logo-rgb-wit-tagline.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/aafafa55-7fc5-41b1-9ae4-489a6ab61634/-/format/png/-/quality/lighter/medicinfo-logo-rgb-wit-tagline.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/aafafa55-7fc5-41b1-9ae4-489a6ab61634/-/format/preserve/-/quality/lighter/medicinfo-logo-rgb-wit-tagline.png" class="w-full h-full object-contain" alt="Medicinfo" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </div> <div class="text-text-normal font-body text-14 grow"> <p>Medicinfo biedt digitale zorgoplossingen op maat voor huisartsenposten, praktijken, zorgverzekeraars, ziekenhuizen, organisaties en patiënten.</p> </div> <a href="https://medicinfo.nl/" target="_blank" title="Website bekijken" label="" class="animated-colors btn btn-ghost-secondary w-fit"> Website bekijken </a> </div> <div class="flex flex-col space-y-8"> <div class="flex justify-center items-center h-[20rem] bg-gradient-to-t from-gradient-background-start to-gradient-background-end"> <!-- Image Container --> <div class="image-container w-full overflow-hidden organisation-logo p-4 mx-auto size-full max-w-[50%] max-h-[50%]" image="https://icthealth.nl/cdn/5ecc33d7-2190-4021-89fa-e84e833b57ea/-/format/preserve/-/quality/lighter/minddistrict-klein-wit.png" alt="Minddistrict" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/5ecc33d7-2190-4021-89fa-e84e833b57ea/-/format/webp/-/quality/lighter/minddistrict-klein-wit.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/5ecc33d7-2190-4021-89fa-e84e833b57ea/-/format/png/-/quality/lighter/minddistrict-klein-wit.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/5ecc33d7-2190-4021-89fa-e84e833b57ea/-/format/preserve/-/quality/lighter/minddistrict-klein-wit.png" class="w-full h-full object-contain" alt="Minddistrict" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </div> <div class="text-text-normal font-body text-14 grow"> <p>Iedereen kan te maken krijgen met fysieke, emotionele en psychische problemen. Door gewoonten in denken en doen te veranderen, kunnen mensen weer grip krijgen op hun leven.</p> </div> <a href="https://www.minddistrict.com/nl-nl" target="_blank" title="Website bekijken" label="" class="animated-colors btn btn-ghost-secondary w-fit"> Website bekijken </a> </div> <div class="flex flex-col space-y-8"> <div class="flex justify-center items-center h-[20rem] bg-gradient-to-t from-gradient-background-start to-gradient-background-end"> <!-- Image Container --> <div class="image-container w-full overflow-hidden organisation-logo p-4 mx-auto size-full max-w-[50%] max-h-[50%]" image="https://icthealth.nl/cdn/487b54c0-097a-4bac-b300-6d41b3982cd7/-/format/preserve/-/quality/lighter/nen-klein-wit.png" alt="NEN" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/487b54c0-097a-4bac-b300-6d41b3982cd7/-/format/webp/-/quality/lighter/nen-klein-wit.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/487b54c0-097a-4bac-b300-6d41b3982cd7/-/format/png/-/quality/lighter/nen-klein-wit.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/487b54c0-097a-4bac-b300-6d41b3982cd7/-/format/preserve/-/quality/lighter/nen-klein-wit.png" class="w-full h-full object-contain" alt="NEN" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </div> <div class="text-text-normal font-body text-14 grow"> <p>In opdracht van het ministerie van VWS werkt NEN (Nederlands Normalisatie Instituut) als onafhankelijke stichting samen met het zorgveld aan de ontwikkeling van normen en certificatieschema’s voor Elektronische Gegevensuitwisseling In de Zorg.</p> </div> <a href="http://www.nen.nl" target="_blank" title="Website bekijken" label="" class="animated-colors btn btn-ghost-secondary w-fit"> Website bekijken </a> </div> <div class="flex flex-col space-y-8"> <div class="flex justify-center items-center h-[20rem] bg-gradient-to-t from-gradient-background-start to-gradient-background-end"> <!-- Image Container --> <div class="image-container w-full overflow-hidden organisation-logo p-4 mx-auto size-full max-w-[50%] max-h-[50%]" image="https://icthealth.nl/cdn/67a5487d-82ad-4aff-a590-9eb826a86a29/-/format/preserve/-/quality/lighter/nictiz-klein-wit.png" alt="Nictiz" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/67a5487d-82ad-4aff-a590-9eb826a86a29/-/format/webp/-/quality/lighter/nictiz-klein-wit.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/67a5487d-82ad-4aff-a590-9eb826a86a29/-/format/png/-/quality/lighter/nictiz-klein-wit.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/67a5487d-82ad-4aff-a590-9eb826a86a29/-/format/preserve/-/quality/lighter/nictiz-klein-wit.png" class="w-full h-full object-contain" alt="Nictiz" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </div> <div class="text-text-normal font-body text-14 grow"> <p>Nictiz is de kennisorganisatie voor digitale gegevensuitwisseling in de zorg. Hun motto: betere gezondheid door betere informatie.</p> </div> <a href="https://www.nictiz.nl" target="_blank" title="Website bekijken" label="" class="animated-colors btn btn-ghost-secondary w-fit"> Website bekijken </a> </div> <div class="flex flex-col space-y-8"> <div class="flex justify-center items-center h-[20rem] bg-gradient-to-t from-gradient-background-start to-gradient-background-end"> <!-- Image Container --> <div class="image-container w-full overflow-hidden organisation-logo p-4 mx-auto size-full max-w-[50%] max-h-[50%]" image="https://icthealth.nl/cdn/a44bf762-2572-4c92-a749-a3c093098a16/-/format/preserve/-/quality/lighter/omring-klein-wit.png" alt="Omring" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/a44bf762-2572-4c92-a749-a3c093098a16/-/format/webp/-/quality/lighter/omring-klein-wit.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/a44bf762-2572-4c92-a749-a3c093098a16/-/format/png/-/quality/lighter/omring-klein-wit.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/a44bf762-2572-4c92-a749-a3c093098a16/-/format/preserve/-/quality/lighter/omring-klein-wit.png" class="w-full h-full object-contain" alt="Omring" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </div> <div class="text-text-normal font-body text-14 grow"> <p>Iedereen verdient een waardige oude dag. Kwetsbare ouderen hebben daarbij meer zorg en ondersteuning nodig.</p> </div> <a href="https://www.omring.nl" target="_blank" title="Website bekijken" label="" class="animated-colors btn btn-ghost-secondary w-fit"> Website bekijken </a> </div> <div class="flex flex-col space-y-8"> <div class="flex justify-center items-center h-[20rem] bg-gradient-to-t from-gradient-background-start to-gradient-background-end"> <!-- Image Container --> <div class="image-container w-full overflow-hidden organisation-logo p-4 mx-auto size-full max-w-[50%] max-h-[50%]" image="https://icthealth.nl/cdn/36f63f26-a570-4316-90d6-332fcae10358/-/format/preserve/-/quality/lighter/philips-klein-wit.png" alt="Philips" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/36f63f26-a570-4316-90d6-332fcae10358/-/format/webp/-/quality/lighter/philips-klein-wit.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/36f63f26-a570-4316-90d6-332fcae10358/-/format/png/-/quality/lighter/philips-klein-wit.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/36f63f26-a570-4316-90d6-332fcae10358/-/format/preserve/-/quality/lighter/philips-klein-wit.png" class="w-full h-full object-contain" alt="Philips" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </div> <div class="text-text-normal font-body text-14 grow"> <p>Koninklijke Philips N.V. is een veelzijdig technologiebedrijf, gericht op het verbeteren van de levens van mensen door middel van zinvolle innovaties. </p> </div> <a href="https://www.philips.nl/healthcare" target="_blank" title="Website bekijken" label="" class="animated-colors btn btn-ghost-secondary w-fit"> Website bekijken </a> </div> <div class="flex flex-col space-y-8"> <div class="flex justify-center items-center h-[20rem] bg-gradient-to-t from-gradient-background-start to-gradient-background-end"> <!-- Image Container --> <div class="image-container w-full overflow-hidden organisation-logo p-4 mx-auto size-full max-w-[50%] max-h-[50%]" image="https://icthealth.nl/cdn/8e8cab3e-a010-4c93-b4c8-82cafdabfe18/-/format/preserve/-/quality/lighter/tantelouise-klein-1.png" alt="TanteLouise" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/8e8cab3e-a010-4c93-b4c8-82cafdabfe18/-/format/webp/-/quality/lighter/tantelouise-klein-1.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/8e8cab3e-a010-4c93-b4c8-82cafdabfe18/-/format/png/-/quality/lighter/tantelouise-klein-1.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/8e8cab3e-a010-4c93-b4c8-82cafdabfe18/-/format/preserve/-/quality/lighter/tantelouise-klein-1.png" class="w-full h-full object-contain" alt="TanteLouise" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </div> <div class="text-text-normal font-body text-14 grow"> <p>TanteLouise biedt de beste zorg, waar thuis ook is. Dit verzorgen wij met ruim 2.500 betrokken medewerkers en vrijwilligers die er elke dag voor zorgen dat onze ruim 11.000 cliënten op een waardige manier oud kan worden.</p> </div> <a href="https://www.tantelouise.nl" target="_blank" title="Website bekijken" label="" class="animated-colors btn btn-ghost-secondary w-fit"> Website bekijken </a> </div> <div class="flex flex-col space-y-8"> <div class="flex justify-center items-center h-[20rem] bg-gradient-to-t from-gradient-background-start to-gradient-background-end"> <!-- Image Container --> <div class="image-container w-full overflow-hidden organisation-logo p-4 mx-auto size-full max-w-[50%] max-h-[50%]" image="https://icthealth.nl/cdn/851e5ce0-2c6b-4373-a5ee-d806e57df2c4/-/format/preserve/-/quality/lighter/universiteit-twente-wit.png" alt="University of Twente" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/851e5ce0-2c6b-4373-a5ee-d806e57df2c4/-/format/webp/-/quality/lighter/universiteit-twente-wit.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/851e5ce0-2c6b-4373-a5ee-d806e57df2c4/-/format/png/-/quality/lighter/universiteit-twente-wit.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/851e5ce0-2c6b-4373-a5ee-d806e57df2c4/-/format/preserve/-/quality/lighter/universiteit-twente-wit.png" class="w-full h-full object-contain" alt="University of Twente" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </div> <div class="text-text-normal font-body text-14 grow"> <p>Het Technisch Medisch (TechMed) Centrum is een toonaangevende innovatiehub die impact heeft op de gezondheidszorg door middel van onderzoek, innovatie en onderwijs. Wij geloven dat de ontwikkeling, evaluatie en juiste implementatie van technologie duurzame en gepersonaliseerde gezondheid voor iedereen mogelijk maakt.</p> </div> <a href="https://www.utwente.nl/nl/techmed/" target="_blank" title="Website bekijken" label="" class="animated-colors btn btn-ghost-secondary w-fit"> Website bekijken </a> </div> <div class="flex flex-col space-y-8"> <div class="flex justify-center items-center h-[20rem] bg-gradient-to-t from-gradient-background-start to-gradient-background-end"> <!-- Image Container --> <div class="image-container w-full overflow-hidden organisation-logo p-4 mx-auto size-full max-w-[50%] max-h-[50%]" image="https://icthealth.nl/cdn/7ed73870-bf65-49a5-bcac-25dceee2e8af/-/format/preserve/-/quality/lighter/vigo-klein-wit.png" alt="VIGO" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/7ed73870-bf65-49a5-bcac-25dceee2e8af/-/format/webp/-/quality/lighter/vigo-klein-wit.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/7ed73870-bf65-49a5-bcac-25dceee2e8af/-/format/png/-/quality/lighter/vigo-klein-wit.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/7ed73870-bf65-49a5-bcac-25dceee2e8af/-/format/preserve/-/quality/lighter/vigo-klein-wit.png" class="w-full h-full object-contain" alt="VIGO" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </div> <div class="text-text-normal font-body text-14 grow"> <p>VIGO is een toonaangevende organisatie in jeugdzorg, forensische zorg en ggz en werkt in een groot gebied in Zuid- en Midden-Nederland. </p> </div> <a href="https://www.vigogroep.nl" target="_blank" title="Website bekijken" label="" class="animated-colors btn btn-ghost-secondary w-fit"> Website bekijken </a> </div> <div class="flex flex-col space-y-8"> <div class="flex justify-center items-center h-[20rem] bg-gradient-to-t from-gradient-background-start to-gradient-background-end"> <!-- Image Container --> <div class="image-container w-full overflow-hidden organisation-logo p-4 mx-auto size-full max-w-[50%] max-h-[50%]" image="https://icthealth.nl/cdn/2b41fb3d-f988-4b05-a21d-52d3363316d4/-/format/preserve/-/quality/lighter/vilans-250x150px-logo.png" alt="Vilans" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/2b41fb3d-f988-4b05-a21d-52d3363316d4/-/format/webp/-/quality/lighter/vilans-250x150px-logo.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/2b41fb3d-f988-4b05-a21d-52d3363316d4/-/format/png/-/quality/lighter/vilans-250x150px-logo.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/2b41fb3d-f988-4b05-a21d-52d3363316d4/-/format/preserve/-/quality/lighter/vilans-250x150px-logo.png" class="w-full h-full object-contain" alt="Vilans" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </div> <div class="text-text-normal font-body text-14 grow"> <p>Vilans is de kennisorganisatie voor zorg en ondersteuning. We combineren ervaringen met kennis uit onderzoek, en maken daar praktische kennisproducten van die je meteen kunt gebruiken.</p> </div> <a href="https://www.vilans.nl/" target="_blank" title="Website bekijken" label="" class="animated-colors btn btn-ghost-secondary w-fit"> Website bekijken </a> </div> <div class="flex flex-col space-y-8"> <div class="flex justify-center items-center h-[20rem] bg-gradient-to-t from-gradient-background-start to-gradient-background-end"> <!-- Image Container --> <div class="image-container w-full overflow-hidden organisation-logo p-4 mx-auto size-full max-w-[50%] max-h-[50%]" image="https://icthealth.nl/cdn/92d6adfe-f76e-4a38-b908-bc5992222c98/-/format/preserve/-/quality/lighter/zn-logo-wit.png" alt="ZN" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/92d6adfe-f76e-4a38-b908-bc5992222c98/-/format/webp/-/quality/lighter/zn-logo-wit.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/92d6adfe-f76e-4a38-b908-bc5992222c98/-/format/png/-/quality/lighter/zn-logo-wit.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/92d6adfe-f76e-4a38-b908-bc5992222c98/-/format/preserve/-/quality/lighter/zn-logo-wit.png" class="w-full h-full object-contain" alt="ZN" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </div> <div class="text-text-normal font-body text-14 grow"> <p>Als zorgkantoren zien we de grote maatschappelijke uitdagingen die er zijn binnen de zorg. Samen met het zorgveld werken we eraan om zorg voor iedereen die dit nodig heeft toegankelijk en betaalbaar te houden. Dat vraagt om een andere kijk op inzet van zorg. Eén van de focuspunten om daar te komen is innovatie.</p> </div> <a href="https://www.zn.nl/" target="_blank" title="Website bekijken" label="" class="animated-colors btn btn-ghost-secondary w-fit"> Website bekijken </a> </div> <div class="flex flex-col space-y-8"> <div class="flex justify-center items-center h-[20rem] bg-gradient-to-t from-gradient-background-start to-gradient-background-end"> <!-- Image Container --> <div class="image-container w-full overflow-hidden organisation-logo p-4 mx-auto size-full max-w-[50%] max-h-[50%]" image="https://icthealth.nl/cdn/98056d57-ffb9-447f-8ad0-beb49ba39203/-/format/preserve/-/quality/lighter/logo-zuyderland.png" alt="Zuyderland MC" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/98056d57-ffb9-447f-8ad0-beb49ba39203/-/format/webp/-/quality/lighter/logo-zuyderland.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/98056d57-ffb9-447f-8ad0-beb49ba39203/-/format/png/-/quality/lighter/logo-zuyderland.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/98056d57-ffb9-447f-8ad0-beb49ba39203/-/format/preserve/-/quality/lighter/logo-zuyderland.png" class="w-full h-full object-contain" alt="Zuyderland MC" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </div> <div class="text-text-normal font-body text-14 grow"> <p>Het Innovatielab van Zuyderland is een inspirerende plek waar we impact maken door het creëren van innovatieve oplossingen voor complexe problemen, met een sterke focus op gebruikersbehoeften, zowel voor onze medewerker als voor onze patiënt. <br></p> </div> <a href="https://www.zuyderland.nl/" target="_blank" title="Website bekijken" label="" class="animated-colors btn btn-ghost-secondary w-fit"> Website bekijken </a> </div> </div> </div> </section> <div class="mt-24 lg:mt-36"></div> </div> <footer role="contentinfo"> <div class="!size-40 mx-auto translate-y-20 text-text-normal"> <svg id="layer-1-67f3a2540a4e2" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 140 140"><defs><style> .cls-1-67f3a2540a4e2{ fill: none; } .cls-1-67f3a2540a4e2, .cls-2-67f3a2540a4e2, .cls-3-67f3a2540a4e2, .cls-4-67f3a2540a4e2, .cls-5-67f3a2540a4e2, .cls-6-67f3a2540a4e2, .cls-7-67f3a2540a4e2{ stroke-width: 0px; } .cls-2-67f3a2540a4e2{ fill: url(#linear-gradient-2-67f3a2540a4e2); } .cls-2-67f3a2540a4e2, .cls-3-67f3a2540a4e2, .cls-4-67f3a2540a4e2{ isolation: isolate; opacity: .4; } .cls-3-67f3a2540a4e2{ fill: url(#linear-gradient-3-67f3a2540a4e2); } .cls-4-67f3a2540a4e2{ fill: url(#linear-gradient-67f3a2540a4e2); } .cls-5-67f3a2540a4e2{ fill: url(#linear-gradient-4-67f3a2540a4e2); } .cls-6-67f3a2540a4e2{ fill: url(#linear-gradient-5-67f3a2540a4e2); } .cls-7-67f3a2540a4e2{ fill: currentColor; } </style><linearGradient id="linear-gradient-67f3a2540a4e2" x1="15.96" y1="6947.39" x2="121.58" y2="6841.77" gradientTransform="translate(0 6963.35) scale(1 -1)" gradientUnits="userSpaceOnUse"><stop offset=".02" stop-color="#95643f"/><stop offset=".13" stop-color="#cf9535"/><stop offset=".27" stop-color="#fcdd71"/><stop offset=".49" stop-color="#cf9535"/><stop offset=".72" stop-color="#fcdd71"/><stop offset=".85" stop-color="#cf9535"/><stop offset=".97" stop-color="#95643f"/></linearGradient><linearGradient id="linear-gradient-2-67f3a2540a4e2" x1="13.14" y1="6944.58" x2="118.76" y2="6838.95" xlink:href="#linear-gradient-67f3a2540a4e2"/><linearGradient id="linear-gradient-3-67f3a2540a4e2" x1="13.14" y1="6944.58" x2="118.76" y2="6838.95" xlink:href="#linear-gradient-67f3a2540a4e2"/><linearGradient id="linear-gradient-4-67f3a2540a4e2" x1="15.96" y1="6947.39" x2="121.58" y2="6841.77" xlink:href="#linear-gradient-67f3a2540a4e2"/><linearGradient id="linear-gradient-5-67f3a2540a4e2" x1="17.89" y1="6945.46" x2="123.51" y2="6839.84" xlink:href="#linear-gradient-67f3a2540a4e2"/></defs><g><path class="cls-7-67f3a2540a4e2" d="M22,98.35c.9-.59,2.11-.33,2.7.57.59.9.33,2.11-.57,2.7s-2.11.33-2.7-.57c0,0-.01-.02-.02-.02-.58-.89-.32-2.09.57-2.67,0,0,0,0,.01,0Z"/><path class="cls-7-67f3a2540a4e2" d="M32.22,103.66l1.34,1.43-7.1,6.65-1.33-1.42,7.09-6.66Z"/><path class="cls-7-67f3a2540a4e2" d="M38.41,109.28c1.7,1.34,2.35,3.34,1.62,5.31l-1.76-1.4c.22-1.02-.14-1.9-.97-2.55-1.33-1.06-3.05-.84-4.28.71s-1.05,3.28.28,4.33c.82.65,1.76.81,2.71.35l1.76,1.4c-1.76,1.16-3.85.97-5.54-.38-2.19-1.74-2.59-4.67-.78-6.95s4.76-2.57,6.96-.83Z"/><path class="cls-7-67f3a2540a4e2" d="M42.85,112.72l6.32,3.32-.73,1.39-2.29-1.2-3.79,7.22-1.73-.91,3.79-7.22-2.29-1.2.73-1.4Z"/><path class="cls-7-67f3a2540a4e2" d="M54.14,120.11c.21-.59-.06-1.01-.55-1.16s-.97.07-1.11.52,0,.94.41,1.73l1.65,3.03s.07-.06.1-.09l1.14-1.04,1.95.59-1.43,1.36c-.3.3-.58.57-.87.81l1.58,2.91-2.29-.69-.71-1.31c-1.1.51-2.24.59-3.51.21-2.08-.63-3.1-2.16-2.58-3.89.36-1.2,1.35-2.02,2.91-2.22-.31-.75-.35-1.31-.16-1.93.38-1.27,1.71-1.94,3.42-1.43,1.75.53,2.33,1.88,1.87,3.14l-1.82-.55ZM53.18,125.26l-1.61-2.96c-1,.12-1.58.56-1.79,1.24-.24.79.21,1.61,1.23,1.91.72.23,1.5.16,2.17-.19h0Z"/><path class="cls-7-67f3a2540a4e2" d="M66.26,125.56l-4.15-.36-.35,4.12-1.94-.17.83-9.69,1.94.17-.34,3.98,4.15.35.34-3.98,1.94.17-.83,9.7-1.94-.17.35-4.13Z"/><path class="cls-7-67f3a2540a4e2" d="M76.3,121.12l-3.68.32.21,2.43,3.26-.28.14,1.54-3.26.28.22,2.57,3.68-.32.14,1.58-5.62.49-.85-9.7,5.62-.49.13,1.58Z"/><path class="cls-7-67f3a2540a4e2" d="M85.67,125.41l-3.74,1.01-.14,1.96-1.98.53.85-10.32,2.19-.59,5.91,8.5-1.99.54-1.09-1.62ZM82.34,120.48l-.31,4.3,2.72-.73-2.41-3.56Z"/><path class="cls-7-67f3a2540a4e2" d="M89.15,115.67l3.4,7.44,2.93-1.33.64,1.41-4.69,2.15-4.05-8.85,1.77-.81Z"/><path class="cls-7-67f3a2540a4e2" d="M92.76,114.01l5.98-3.89.86,1.32-2.17,1.42,4.44,6.84-1.64,1.06-4.44-6.84-2.17,1.42-.86-1.33Z"/><path class="cls-7-67f3a2540a4e2" d="M108.12,109.2l-3.03,2.86,2.84,3.01-1.42,1.34-6.68-7.08,1.42-1.34,2.75,2.91,3.03-2.86-2.75-2.91,1.42-1.34,6.68,7.08-1.42,1.34-2.84-3Z"/><path class="cls-7-67f3a2540a4e2" d="M113.58,101.84c-.91-.58-1.17-1.79-.59-2.7.58-.91,1.79-1.17,2.7-.59.91.58,1.17,1.79.59,2.7,0,0-.01.02-.02.03-.58.89-1.77,1.15-2.66.58,0,0,0,0-.01,0Z"/><path class="cls-7-67f3a2540a4e2" d="M15.65,91.58l-.68-1.71,8.53-3.39.68,1.71-8.52,3.39Z"/><path class="cls-7-67f3a2540a4e2" d="M11.9,79.15l8.92-2.17.44,1.79-5.13,5.53,6.11-1.49.43,1.79-8.92,2.17-.44-1.79,5.14-5.54-6.13,1.49-.44-1.79Z"/><path class="cls-7-67f3a2540a4e2" d="M11.04,67.63l9.17-.39.08,1.84-6.11,4.43,6.29-.27.08,1.84-9.17.39-.08-1.84,6.12-4.43-6.3.27-.08-1.84Z"/><path class="cls-7-67f3a2540a4e2" d="M21.05,61.13c-.41,2.56-2.66,4.34-5.38,3.91s-4.3-2.83-3.89-5.38c.41-2.58,2.66-4.33,5.37-3.9s4.32,2.8,3.9,5.37ZM19.43,60.87c.26-1.63-.74-2.95-2.58-3.24s-3.18.65-3.44,2.29.71,2.96,2.56,3.25c1.85.29,3.2-.65,3.46-2.3h0Z"/><path class="cls-7-67f3a2540a4e2" d="M15.79,45.96l.69-1.84,7.41,6.37-.79,2.1-9.77-.07.69-1.85,7.72.2-5.95-4.92Z"/><path class="cls-7-67f3a2540a4e2" d="M27.11,40.57l-1.91,3.11,1.17,1.43-1.01,1.65-6.1-7.61,1.12-1.83,9.55,2-1.02,1.66-1.81-.4ZM21.64,39.35l2.57,3.14,1.39-2.26-3.96-.87Z"/><path class="cls-7-67f3a2540a4e2" d="M23.68,32.56l4.46-5.04,1.11.98-1.62,1.83,5.76,5.09-1.22,1.38-5.75-5.09-1.62,1.83-1.12-.98Z"/><path class="cls-7-67f3a2540a4e2" d="M30.13,25.71l1.37-1.23,6.11,6.84-1.37,1.23-6.11-6.84Z"/><path class="cls-7-67f3a2540a4e2" d="M42.69,27.62c-2.16,1.43-5,.97-6.52-1.33s-.82-5.08,1.34-6.51c2.18-1.44,4.99-.97,6.5,1.32s.85,5.08-1.32,6.51ZM41.78,26.25c1.38-.91,1.67-2.55.65-4.1s-2.63-1.9-4.01-.99-1.7,2.53-.67,4.08,2.64,1.93,4.03,1.01h0Z"/><path class="cls-7-67f3a2540a4e2" d="M51.75,12.88l3.42,8.53-1.71.69-6.21-4.29,2.34,5.84-1.71.68-3.42-8.53,1.71-.68,6.22,4.3-2.35-5.86,1.71-.68Z"/><path class="cls-7-67f3a2540a4e2" d="M63.37,16.21l-1.53.2.45,3.49-1.82.24-1.18-9.1,3.35-.44c2.19-.28,3.45.81,3.65,2.39.18,1.38-.57,2.91-2.92,3.22ZM63.1,14.74c1.03-.13,1.42-.71,1.31-1.51-.11-.83-.63-1.27-1.66-1.13l-1.45.18.34,2.64,1.45-.19Z"/><path class="cls-7-67f3a2540a4e2" d="M74.26,17.71l-3.65-.17-.68,1.72-1.93-.09,3.72-9.02,2.14.1,2.87,9.33-1.94-.09-.52-1.77ZM72.69,12.33l-1.5,3.77,2.65.12-1.15-3.89Z"/><path class="cls-7-67f3a2540a4e2" d="M83.51,11.71c2.15.5,2.94,1.99,2.59,3.49-.25,1.09-1.11,2.05-2.63,2.1l1.29,4.12-2.07-.48-1.16-3.94-.85-.2-.81,3.48-1.79-.42,2.08-8.93,3.35.78ZM83.11,13.18l-1.5-.35-.61,2.62,1.5.35c1,.23,1.57-.19,1.75-.99s-.15-1.4-1.14-1.64Z"/><path class="cls-7-67f3a2540a4e2" d="M89.48,13.34l6.21,2.58-.57,1.37-2.26-.94-2.95,7.1-1.7-.71,2.95-7.09-2.26-.94.57-1.38Z"/><path class="cls-7-67f3a2540a4e2" d="M105.08,21.56l-4.96,7.72-1.55-.99-.1-7.55-3.4,5.29-1.55-.99,4.96-7.72,1.55.99.09,7.56,3.41-5.31,1.54.99Z"/><path class="cls-7-67f3a2540a4e2" d="M110.73,28.5l-2.57-2.35-1.56,1.7,2.28,2.09-.99,1.08-2.28-2.09-1.64,1.79,2.58,2.35-1.01,1.11-3.93-3.59,6.2-6.78,3.93,3.6-1.01,1.11Z"/><path class="cls-7-67f3a2540a4e2" d="M116.17,32.49c1.37,1.73,1.06,3.38-.14,4.34-.87.7-2.14.92-3.37,0l-1.54,4.03-1.33-1.67,1.54-3.81-.54-.68-2.8,2.22-1.15-1.44,7.18-5.71,2.15,2.69ZM114.93,33.39l-.96-1.2-2.11,1.68.96,1.2c.64.8,1.35.83,1.99.31s.75-1.19.11-1.99h0Z"/><path class="cls-7-67f3a2540a4e2" d="M123.16,50.51l-.85-1.94c.54-.7.61-1.56.22-2.45-.66-1.51-2.19-2.08-3.86-1.35-1.71.75-2.31,2.27-1.62,3.84.57,1.3,1.68,1.8,2.98,1.54l-1.27-2.89,1.29-.57,1.99,4.55-1.47.65c-1.86.41-4.09-.43-5.07-2.67-1.07-2.44-.11-5.07,2.41-6.17s5.11-.03,6.17,2.41c.82,1.87.52,3.78-.92,5.06Z"/><path class="cls-7-67f3a2540a4e2" d="M127.43,56.07c.49,2.15-.51,3.51-2.01,3.85-1.09.25-2.33-.1-3.04-1.45l-3.14,2.96-.47-2.08,3.04-2.77-.19-.85-3.49.79-.41-1.79,8.94-2.03.76,3.36ZM125.93,56.34l-.34-1.5-2.63.6.34,1.5c.23,1,.85,1.33,1.66,1.15s1.19-.74.97-1.74h0Z"/><path class="cls-7-67f3a2540a4e2" d="M119.56,67.36c-.08-2.59,1.79-4.77,4.55-4.86s4.76,1.96,4.84,4.55c.08,2.61-1.79,4.75-4.54,4.84s-4.77-1.94-4.85-4.54ZM121.21,67.31c.05,1.65,1.28,2.76,3.15,2.7s3-1.24,2.94-2.9-1.26-2.77-3.13-2.71-3.02,1.24-2.97,2.91h0Z"/><path class="cls-7-67f3a2540a4e2" d="M128.67,75l-.3,1.81-5.6-.92c-1.25-.21-2,.36-2.19,1.52s.35,1.95,1.59,2.15l5.6.92-.3,1.83-5.59-.92c-2.39-.39-3.27-2.3-2.94-4.28s1.76-3.43,4.15-3.03l5.59.92Z"/><path class="cls-7-67f3a2540a4e2" d="M120.07,87.02l.51-1.45-3.32-1.17.61-1.73,8.65,3.06-1.13,3.19c-.74,2.08-2.28,2.7-3.78,2.17-1.31-.46-2.33-1.83-1.54-4.06ZM121.5,87.44c-.35.98-.02,1.58.75,1.86.79.28,1.42.01,1.76-.97l.49-1.38-2.51-.89-.49,1.38Z"/><path class="cls-4-67f3a2540a4e2" d="M100.28,39.72l-3.1,3.1c1.51,1.51,2.44,3.6,2.77,6.22.35,2.84-.04,6.27-1.12,9.93-2.41,8.13-7.91,16.79-15.5,24.37s-16.24,13.08-24.37,15.49c-3.66,1.08-7.09,1.47-9.93,1.12-2.61-.32-4.7-1.26-6.21-2.77l-3.1,3.11c9.07,9.07,29.99,2.88,46.71-13.85,16.72-16.72,22.92-37.64,13.85-46.72Z"/><path class="cls-2-67f3a2540a4e2" d="M111.37,81.08l-4.24-1.13c-.55,2.06-1.89,3.92-4,5.5-2.28,1.72-5.45,3.1-9.16,3.99-8.25,1.98-18.5,1.54-28.85-1.23-10.36-2.77-19.45-7.52-25.6-13.36-2.77-2.62-4.82-5.4-5.93-8.04-1.03-2.42-1.27-4.7-.71-6.77l-4.24-1.13c-3.32,12.4,12.5,27.41,35.35,33.54,22.84,6.13,44.05,1.02,47.37-11.37Z"/><path class="cls-3-67f3a2540a4e2" d="M81.09,111.36l-1.13-4.23c-2.06.55-4.34.31-6.76-.71-2.63-1.12-5.41-3.17-8.04-5.93-5.84-6.16-10.58-15.25-13.36-25.6-2.77-10.35-3.21-20.6-1.23-28.85.89-3.71,2.27-6.87,3.99-9.16,1.59-2.1,3.44-3.45,5.5-4l-1.13-4.24c-12.4,3.32-17.48,24.53-11.36,47.38s21.13,38.66,33.52,35.34Z"/><path class="cls-5-67f3a2540a4e2" d="M81.35,111.26c14.66-3.99,26.09-15.5,29.98-30.19h.03c.04-.14.04-.3.08-.45,3.62-14.16-.08-29.81-11.16-40.9-11.09-11.08-26.74-14.78-40.9-11.17-.15.04-.31.04-.46.08v.03c-14.68,3.89-26.19,15.32-30.19,29.98-.03.09-.07.17-.1.27h.03c-3.81,14.3-.16,30.15,11.05,41.36,11.21,11.21,27.07,14.86,41.35,11.05v.03c.1-.02.18-.07.28-.1ZM91.16,102.09c4.48-9,5.29-23.19,1.29-38.11-.55-2.04-1.19-4-1.87-5.92,3.78,2.1,7.15,4.47,9.91,7.09s4.81,5.4,5.93,8.04c.98,2.3,1.22,4.46.77,6.44-1.7,6.64-5.15,12.7-10,17.55-1.84,1.84-3.86,3.49-6.03,4.92h0ZM108.33,67.65c-3.96-5.93-11.07-11.57-20.21-15.76-1.75-3.84-3.88-7.49-6.37-10.9,3.39-.93,6.57-1.27,9.22-.94,2.61.32,4.7,1.25,6.22,2.77,6.64,6.62,10.61,15.46,11.15,24.83ZM72.35,31.67c5.16.3,10.2,1.65,14.83,3.96-2.65.17-5.48.73-8.42,1.69-2.06-2.29-4.21-4.18-6.41-5.65ZM77.38,42.47c1.7,2.19,3.23,4.52,4.57,6.95-1.92-.68-3.88-1.32-5.93-1.87s-4.06-.97-6.07-1.35c2.37-1.44,4.86-2.69,7.43-3.73h0ZM60.38,32.82c1.98-.45,4.14-.21,6.45.76,2.46,1.04,5.05,2.93,7.52,5.43-3.86,1.71-7.53,3.8-10.96,6.25-10.06-.94-19.07.4-25.47,3.58,1.43-2.17,3.08-4.19,4.92-6.03,4.84-4.85,10.91-8.3,17.55-10ZM32.96,59.85c.59-1.98,1.89-3.76,3.92-5.29,2.28-1.72,5.45-3.1,9.15-3.99s7.8-1.26,12.12-1.19c-1.55,1.32-3.09,2.7-4.58,4.2-10.91,10.91-17.31,23.58-17.94,33.6-4.26-8.46-5.22-18.21-2.69-27.34h.01ZM70,108.43c-10.2.03-19.98-4.03-27.17-11.26-1.51-1.51-2.44-3.6-2.77-6.22-.35-2.83.04-6.27,1.12-9.92,2.41-8.14,7.91-16.79,15.5-24.37,2.47-2.47,5.12-4.76,7.92-6.85,6.95.82,13.75,2.64,20.18,5.41,1.38,3.21,2.53,6.52,3.43,9.9,2.77,10.36,3.21,20.6,1.24,28.85-.89,3.71-2.27,6.87-4,9.16-1.53,2.03-3.31,3.33-5.29,3.92-3.31.91-6.73,1.38-10.17,1.39Z"/><path class="cls-6-67f3a2540a4e2" d="M70,0C31.4,0,0,31.4,0,70s31.4,70,70,70,70-31.4,70-70S108.6,0,70,0ZM70,135.94c-36.36,0-65.94-29.58-65.94-65.94S33.63,4.06,70,4.06s65.94,29.58,65.94,65.94-29.58,65.94-65.94,65.94Z"/></g><rect class="cls-1-67f3a2540a4e2" x="-515.7" y="-1347.57" width="1282" height="3882"/><rect class="cls-1-67f3a2540a4e2" x="-515.7" y="-1347.57" width="1282" height="3882"/></svg></div> <div class="w-full bg-gradient-to-r from-gradient-background-start to-gradient-background-end flex flex-col justify-evenly content-center min-h-[38rem]"> <div class="container text-center"> <h2 class="font-heading font-bold text-text-normal text-18 lg:text-28"> ICT&health in trotse samenwerking met onze innovation partners </h2> <a href="https://icthealth.nl/innovation-partner-group" class="inline-block font-body text-secondary text-14 mt-8 lg:mt-2" title="Bekijk al onze innovation partners" aria-label="Bekijk al onze innovation partners" > Bekijk al onze innovation partners </a> </div> <div class="container !px-0"> <div class="swiper js-partner-logos-swiper partner-logos-swiper"> <div class="swiper-wrapper items-center flex space-x-14 lg:space-x-28"> <a href="https://icthealth.nl/innovation-partners/university-of-twente" class="swiper-slide !w-[12rem] !h-[12rem] group" title="Bezoek partner website" aria-label="Bezoek partner website" > <!-- Image Container --> <div class="image-container w-full overflow-hidden duration-100 ease-in-out size-full" image="https://icthealth.nl/cdn/851e5ce0-2c6b-4373-a5ee-d806e57df2c4/-/format/preserve/-/quality/lighter/universiteit-twente-wit.png" mediaStyle="logo-slider" alt="University of Twente" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/851e5ce0-2c6b-4373-a5ee-d806e57df2c4/-/format/webp/-/quality/lighter/universiteit-twente-wit.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/851e5ce0-2c6b-4373-a5ee-d806e57df2c4/-/format/png/-/quality/lighter/universiteit-twente-wit.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/851e5ce0-2c6b-4373-a5ee-d806e57df2c4/-/format/preserve/-/quality/lighter/universiteit-twente-wit.png" class="w-full h-full object-contain" alt="University of Twente" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </a> <a href="https://icthealth.nl/innovation-partners/philips" class="swiper-slide !w-[12rem] !h-[12rem] group" title="Bezoek partner website" aria-label="Bezoek partner website" > <!-- Image Container --> <div class="image-container w-full overflow-hidden duration-100 ease-in-out size-full" image="https://icthealth.nl/cdn/36f63f26-a570-4316-90d6-332fcae10358/-/format/preserve/-/quality/lighter/philips-klein-wit.png" mediaStyle="logo-slider" alt="Philips" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/36f63f26-a570-4316-90d6-332fcae10358/-/format/webp/-/quality/lighter/philips-klein-wit.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/36f63f26-a570-4316-90d6-332fcae10358/-/format/png/-/quality/lighter/philips-klein-wit.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/36f63f26-a570-4316-90d6-332fcae10358/-/format/preserve/-/quality/lighter/philips-klein-wit.png" class="w-full h-full object-contain" alt="Philips" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </a> <a href="https://icthealth.nl/innovation-partners/nen" class="swiper-slide !w-[12rem] !h-[12rem] group" title="Bezoek partner website" aria-label="Bezoek partner website" > <!-- Image Container --> <div class="image-container w-full overflow-hidden duration-100 ease-in-out size-full" image="https://icthealth.nl/cdn/487b54c0-097a-4bac-b300-6d41b3982cd7/-/format/preserve/-/quality/lighter/nen-klein-wit.png" mediaStyle="logo-slider" alt="NEN" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/487b54c0-097a-4bac-b300-6d41b3982cd7/-/format/webp/-/quality/lighter/nen-klein-wit.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/487b54c0-097a-4bac-b300-6d41b3982cd7/-/format/png/-/quality/lighter/nen-klein-wit.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/487b54c0-097a-4bac-b300-6d41b3982cd7/-/format/preserve/-/quality/lighter/nen-klein-wit.png" class="w-full h-full object-contain" alt="NEN" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </a> <a href="https://icthealth.nl/innovation-partners/ministerie-van-vws" class="swiper-slide !w-[12rem] !h-[12rem] group" title="Bezoek partner website" aria-label="Bezoek partner website" > <!-- Image Container --> <div class="image-container w-full overflow-hidden duration-100 ease-in-out size-full" image="https://icthealth.nl/cdn/9d1f182e-3546-48ac-95d2-ced07861eea5/-/format/preserve/-/quality/lighter/vws-250x150px-logo-1.png" mediaStyle="logo-slider" alt="Ministerie van VWS" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/9d1f182e-3546-48ac-95d2-ced07861eea5/-/crop/250x250/0,-50/-/scale_crop/240x240/smart/-/format/webp/-/quality/lighter/-/strip_meta/none/vws-250x150px-logo-1.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/9d1f182e-3546-48ac-95d2-ced07861eea5/-/crop/250x250/0,-50/-/scale_crop/240x240/smart/-/format/png/-/quality/lighter/-/strip_meta/none/vws-250x150px-logo-1.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/9d1f182e-3546-48ac-95d2-ced07861eea5/-/crop/250x250/0,-50/-/scale_crop/240x240/smart/-/format/preserve/-/quality/lighter/-/strip_meta/none/vws-250x150px-logo-1.png" class="w-full h-full object-contain" alt="Ministerie van VWS" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </a> <a href="https://icthealth.nl/innovation-partners/maastricht-umc" class="swiper-slide !w-[12rem] !h-[12rem] group" title="Bezoek partner website" aria-label="Bezoek partner website" > <!-- Image Container --> <div class="image-container w-full overflow-hidden duration-100 ease-in-out size-full" image="https://icthealth.nl/cdn/5fa8259b-9cbe-47e5-a7e1-4dfa8e59b71e/-/format/preserve/-/quality/lighter/maastrichtumc-wit.png" mediaStyle="logo-slider" alt="Maastricht UMC+" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/5fa8259b-9cbe-47e5-a7e1-4dfa8e59b71e/-/format/webp/-/quality/lighter/maastrichtumc-wit.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/5fa8259b-9cbe-47e5-a7e1-4dfa8e59b71e/-/format/png/-/quality/lighter/maastrichtumc-wit.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/5fa8259b-9cbe-47e5-a7e1-4dfa8e59b71e/-/format/preserve/-/quality/lighter/maastrichtumc-wit.png" class="w-full h-full object-contain" alt="Maastricht UMC+" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </a> <a href="https://icthealth.nl/innovation-partners/kpn-health" class="swiper-slide !w-[12rem] !h-[12rem] group" title="Bezoek partner website" aria-label="Bezoek partner website" > <!-- Image Container --> <div class="image-container w-full overflow-hidden duration-100 ease-in-out size-full" image="https://icthealth.nl/cdn/76e21599-4ac5-4ec1-b88f-a79c5d59aedb/-/format/preserve/-/quality/lighter/kpn-wit.png" mediaStyle="logo-slider" alt="KPN Health" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/76e21599-4ac5-4ec1-b88f-a79c5d59aedb/-/format/webp/-/quality/lighter/kpn-wit.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/76e21599-4ac5-4ec1-b88f-a79c5d59aedb/-/format/png/-/quality/lighter/kpn-wit.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/76e21599-4ac5-4ec1-b88f-a79c5d59aedb/-/format/preserve/-/quality/lighter/kpn-wit.png" class="w-full h-full object-contain" alt="KPN Health" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </a> <a href="https://icthealth.nl/innovation-partners/tantelouise" class="swiper-slide !w-[12rem] !h-[12rem] group" title="Bezoek partner website" aria-label="Bezoek partner website" > <!-- Image Container --> <div class="image-container w-full overflow-hidden duration-100 ease-in-out size-full" image="https://icthealth.nl/cdn/8e8cab3e-a010-4c93-b4c8-82cafdabfe18/-/format/preserve/-/quality/lighter/tantelouise-klein-1.png" mediaStyle="logo-slider" alt="TanteLouise" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/8e8cab3e-a010-4c93-b4c8-82cafdabfe18/-/format/webp/-/quality/lighter/tantelouise-klein-1.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/8e8cab3e-a010-4c93-b4c8-82cafdabfe18/-/format/png/-/quality/lighter/tantelouise-klein-1.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/8e8cab3e-a010-4c93-b4c8-82cafdabfe18/-/format/preserve/-/quality/lighter/tantelouise-klein-1.png" class="w-full h-full object-contain" alt="TanteLouise" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </a> <a href="https://icthealth.nl/innovation-partners/zuyderland-mc" class="swiper-slide !w-[12rem] !h-[12rem] group" title="Bezoek partner website" aria-label="Bezoek partner website" > <!-- Image Container --> <div class="image-container w-full overflow-hidden duration-100 ease-in-out size-full" image="https://icthealth.nl/cdn/98056d57-ffb9-447f-8ad0-beb49ba39203/-/format/preserve/-/quality/lighter/logo-zuyderland.png" mediaStyle="logo-slider" alt="Zuyderland MC" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/98056d57-ffb9-447f-8ad0-beb49ba39203/-/format/webp/-/quality/lighter/logo-zuyderland.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/98056d57-ffb9-447f-8ad0-beb49ba39203/-/format/png/-/quality/lighter/logo-zuyderland.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/98056d57-ffb9-447f-8ad0-beb49ba39203/-/format/preserve/-/quality/lighter/logo-zuyderland.png" class="w-full h-full object-contain" alt="Zuyderland MC" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </a> <a href="https://icthealth.nl/innovation-partners/minddistrict" class="swiper-slide !w-[12rem] !h-[12rem] group" title="Bezoek partner website" aria-label="Bezoek partner website" > <!-- Image Container --> <div class="image-container w-full overflow-hidden duration-100 ease-in-out size-full" image="https://icthealth.nl/cdn/5ecc33d7-2190-4021-89fa-e84e833b57ea/-/format/preserve/-/quality/lighter/minddistrict-klein-wit.png" mediaStyle="logo-slider" alt="Minddistrict" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/5ecc33d7-2190-4021-89fa-e84e833b57ea/-/format/webp/-/quality/lighter/minddistrict-klein-wit.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/5ecc33d7-2190-4021-89fa-e84e833b57ea/-/format/png/-/quality/lighter/minddistrict-klein-wit.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/5ecc33d7-2190-4021-89fa-e84e833b57ea/-/format/preserve/-/quality/lighter/minddistrict-klein-wit.png" class="w-full h-full object-contain" alt="Minddistrict" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </a> <a href="https://icthealth.nl/innovation-partners/medicinfo" class="swiper-slide !w-[12rem] !h-[12rem] group" title="Bezoek partner website" aria-label="Bezoek partner website" > <!-- Image Container --> <div class="image-container w-full overflow-hidden duration-100 ease-in-out size-full" image="https://icthealth.nl/cdn/aafafa55-7fc5-41b1-9ae4-489a6ab61634/-/format/preserve/-/quality/lighter/medicinfo-logo-rgb-wit-tagline.png" mediaStyle="logo-slider" alt="Medicinfo" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/aafafa55-7fc5-41b1-9ae4-489a6ab61634/-/format/webp/-/quality/lighter/medicinfo-logo-rgb-wit-tagline.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/aafafa55-7fc5-41b1-9ae4-489a6ab61634/-/format/png/-/quality/lighter/medicinfo-logo-rgb-wit-tagline.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/aafafa55-7fc5-41b1-9ae4-489a6ab61634/-/format/preserve/-/quality/lighter/medicinfo-logo-rgb-wit-tagline.png" class="w-full h-full object-contain" alt="Medicinfo" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </a> <a href="https://icthealth.nl/innovation-partners/fontys" class="swiper-slide !w-[12rem] !h-[12rem] group" title="Bezoek partner website" aria-label="Bezoek partner website" > <!-- Image Container --> <div class="image-container w-full overflow-hidden duration-100 ease-in-out size-full" image="https://icthealth.nl/cdn/739ff4cc-895b-40fa-b3bd-e9cb162f193e/-/format/preserve/-/quality/lighter/fontys-klein-wit.png" mediaStyle="logo-slider" alt="Fontys" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/739ff4cc-895b-40fa-b3bd-e9cb162f193e/-/crop/226x226/-13,-53/-/scale_crop/240x240/smart/-/format/webp/-/quality/lighter/-/strip_meta/none/fontys-klein-wit.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/739ff4cc-895b-40fa-b3bd-e9cb162f193e/-/crop/226x226/-13,-53/-/scale_crop/240x240/smart/-/format/png/-/quality/lighter/-/strip_meta/none/fontys-klein-wit.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/739ff4cc-895b-40fa-b3bd-e9cb162f193e/-/crop/226x226/-13,-53/-/scale_crop/240x240/smart/-/format/preserve/-/quality/lighter/-/strip_meta/none/fontys-klein-wit.png" class="w-full h-full object-contain" alt="Fontys" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </a> <a href="https://icthealth.nl/innovation-partners/omring" class="swiper-slide !w-[12rem] !h-[12rem] group" title="Bezoek partner website" aria-label="Bezoek partner website" > <!-- Image Container --> <div class="image-container w-full overflow-hidden duration-100 ease-in-out size-full" image="https://icthealth.nl/cdn/a44bf762-2572-4c92-a749-a3c093098a16/-/format/preserve/-/quality/lighter/omring-klein-wit.png" mediaStyle="logo-slider" alt="Omring" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/a44bf762-2572-4c92-a749-a3c093098a16/-/crop/236x236/-55,-48/-/scale_crop/240x240/smart/-/format/webp/-/quality/lighter/-/strip_meta/none/omring-klein-wit.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/a44bf762-2572-4c92-a749-a3c093098a16/-/crop/236x236/-55,-48/-/scale_crop/240x240/smart/-/format/png/-/quality/lighter/-/strip_meta/none/omring-klein-wit.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/a44bf762-2572-4c92-a749-a3c093098a16/-/crop/236x236/-55,-48/-/scale_crop/240x240/smart/-/format/preserve/-/quality/lighter/-/strip_meta/none/omring-klein-wit.png" class="w-full h-full object-contain" alt="Omring" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </a> <a href="https://icthealth.nl/innovation-partners/gartner" class="swiper-slide !w-[12rem] !h-[12rem] group" title="Bezoek partner website" aria-label="Bezoek partner website" > <!-- Image Container --> <div class="image-container w-full overflow-hidden duration-100 ease-in-out size-full" image="https://icthealth.nl/cdn/cb80ecbe-9b2b-436a-b31c-5ef228904d4d/-/format/preserve/-/quality/lighter/gartner-250x150px-ipg.png" mediaStyle="logo-slider" alt="Gartner" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/cb80ecbe-9b2b-436a-b31c-5ef228904d4d/-/format/webp/-/quality/lighter/gartner-250x150px-ipg.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/cb80ecbe-9b2b-436a-b31c-5ef228904d4d/-/format/png/-/quality/lighter/gartner-250x150px-ipg.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/cb80ecbe-9b2b-436a-b31c-5ef228904d4d/-/format/preserve/-/quality/lighter/gartner-250x150px-ipg.png" class="w-full h-full object-contain" alt="Gartner" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </a> <a href="https://icthealth.nl/innovation-partners/han-university-of-applied-science" class="swiper-slide !w-[12rem] !h-[12rem] group" title="Bezoek partner website" aria-label="Bezoek partner website" > <!-- Image Container --> <div class="image-container w-full overflow-hidden duration-100 ease-in-out size-full" image="https://icthealth.nl/cdn/5a48e1d0-239a-43cb-be20-4d9b2ae6173a/-/format/preserve/-/quality/lighter/han-250x150px-logo-1.png" mediaStyle="logo-slider" alt="HAN University of Applied Science" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/5a48e1d0-239a-43cb-be20-4d9b2ae6173a/-/crop/257x257/-4,-54/-/scale_crop/240x240/smart/-/format/webp/-/quality/lighter/-/strip_meta/none/han-250x150px-logo-1.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/5a48e1d0-239a-43cb-be20-4d9b2ae6173a/-/crop/257x257/-4,-54/-/scale_crop/240x240/smart/-/format/png/-/quality/lighter/-/strip_meta/none/han-250x150px-logo-1.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/5a48e1d0-239a-43cb-be20-4d9b2ae6173a/-/crop/257x257/-4,-54/-/scale_crop/240x240/smart/-/format/preserve/-/quality/lighter/-/strip_meta/none/han-250x150px-logo-1.png" class="w-full h-full object-contain" alt="HAN University of Applied Science" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </a> <a href="https://icthealth.nl/innovation-partners/nictiz" class="swiper-slide !w-[12rem] !h-[12rem] group" title="Bezoek partner website" aria-label="Bezoek partner website" > <!-- Image Container --> <div class="image-container w-full overflow-hidden duration-100 ease-in-out size-full" image="https://icthealth.nl/cdn/67a5487d-82ad-4aff-a590-9eb826a86a29/-/format/preserve/-/quality/lighter/nictiz-klein-wit.png" mediaStyle="logo-slider" alt="Nictiz" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/67a5487d-82ad-4aff-a590-9eb826a86a29/-/format/webp/-/quality/lighter/nictiz-klein-wit.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/67a5487d-82ad-4aff-a590-9eb826a86a29/-/format/png/-/quality/lighter/nictiz-klein-wit.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/67a5487d-82ad-4aff-a590-9eb826a86a29/-/format/preserve/-/quality/lighter/nictiz-klein-wit.png" class="w-full h-full object-contain" alt="Nictiz" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </a> <a href="https://icthealth.nl/innovation-partners/deloitte" class="swiper-slide !w-[12rem] !h-[12rem] group" title="Bezoek partner website" aria-label="Bezoek partner website" > <!-- Image Container --> <div class="image-container w-full overflow-hidden duration-100 ease-in-out size-full" image="https://icthealth.nl/cdn/22243305-e985-4382-8732-2bacc54d887d/-/format/preserve/-/quality/lighter/deloitte-klein.png" mediaStyle="logo-slider" alt="Deloitte" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/22243305-e985-4382-8732-2bacc54d887d/-/format/webp/-/quality/lighter/deloitte-klein.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/22243305-e985-4382-8732-2bacc54d887d/-/format/png/-/quality/lighter/deloitte-klein.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/22243305-e985-4382-8732-2bacc54d887d/-/format/preserve/-/quality/lighter/deloitte-klein.png" class="w-full h-full object-contain" alt="Deloitte" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </a> <a href="https://icthealth.nl/innovation-partners/vilans" class="swiper-slide !w-[12rem] !h-[12rem] group" title="Bezoek partner website" aria-label="Bezoek partner website" > <!-- Image Container --> <div class="image-container w-full overflow-hidden duration-100 ease-in-out size-full" image="https://icthealth.nl/cdn/2b41fb3d-f988-4b05-a21d-52d3363316d4/-/format/preserve/-/quality/lighter/vilans-250x150px-logo.png" mediaStyle="logo-slider" alt="Vilans" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/2b41fb3d-f988-4b05-a21d-52d3363316d4/-/format/webp/-/quality/lighter/vilans-250x150px-logo.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/2b41fb3d-f988-4b05-a21d-52d3363316d4/-/format/png/-/quality/lighter/vilans-250x150px-logo.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/2b41fb3d-f988-4b05-a21d-52d3363316d4/-/format/preserve/-/quality/lighter/vilans-250x150px-logo.png" class="w-full h-full object-contain" alt="Vilans" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </a> <a href="https://icthealth.nl/innovation-partners/zorgverzekeraars-nederland" class="swiper-slide !w-[12rem] !h-[12rem] group" title="Bezoek partner website" aria-label="Bezoek partner website" > <!-- Image Container --> <div class="image-container w-full overflow-hidden duration-100 ease-in-out size-full" image="https://icthealth.nl/cdn/92d6adfe-f76e-4a38-b908-bc5992222c98/-/format/preserve/-/quality/lighter/zn-logo-wit.png" mediaStyle="logo-slider" alt="ZN" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/92d6adfe-f76e-4a38-b908-bc5992222c98/-/crop/251x251/-62,-65/-/scale_crop/240x240/smart/-/format/webp/-/quality/lighter/-/strip_meta/none/zn-logo-wit.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/92d6adfe-f76e-4a38-b908-bc5992222c98/-/crop/251x251/-62,-65/-/scale_crop/240x240/smart/-/format/png/-/quality/lighter/-/strip_meta/none/zn-logo-wit.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/92d6adfe-f76e-4a38-b908-bc5992222c98/-/crop/251x251/-62,-65/-/scale_crop/240x240/smart/-/format/preserve/-/quality/lighter/-/strip_meta/none/zn-logo-wit.png" class="w-full h-full object-contain" alt="ZN" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </a> <a href="https://icthealth.nl/innovation-partners/inholland" class="swiper-slide !w-[12rem] !h-[12rem] group" title="Bezoek partner website" aria-label="Bezoek partner website" > <!-- Image Container --> <div class="image-container w-full overflow-hidden duration-100 ease-in-out size-full" image="https://icthealth.nl/cdn/e5f9348e-12cd-40e5-a573-a91db6f79b38/-/format/preserve/-/quality/lighter/inholland-klein-1.png" mediaStyle="logo-slider" alt="Inholland" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/e5f9348e-12cd-40e5-a573-a91db6f79b38/-/format/webp/-/quality/lighter/inholland-klein-1.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/e5f9348e-12cd-40e5-a573-a91db6f79b38/-/format/png/-/quality/lighter/inholland-klein-1.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/e5f9348e-12cd-40e5-a573-a91db6f79b38/-/format/preserve/-/quality/lighter/inholland-klein-1.png" class="w-full h-full object-contain" alt="Inholland" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </a> <a href="https://icthealth.nl/innovation-partners/radboudumc" class="swiper-slide !w-[12rem] !h-[12rem] group" title="Bezoek partner website" aria-label="Bezoek partner website" > <!-- Image Container --> <div class="image-container w-full overflow-hidden duration-100 ease-in-out size-full" image="https://icthealth.nl/cdn/30f48014-00ff-4bb2-b8a8-539d3496ded0/-/format/preserve/-/quality/lighter/radboudumc-klein.png" mediaStyle="logo-slider" alt="Radboudumc" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/30f48014-00ff-4bb2-b8a8-539d3496ded0/-/format/webp/-/quality/lighter/radboudumc-klein.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/30f48014-00ff-4bb2-b8a8-539d3496ded0/-/format/png/-/quality/lighter/radboudumc-klein.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/30f48014-00ff-4bb2-b8a8-539d3496ded0/-/format/preserve/-/quality/lighter/radboudumc-klein.png" class="w-full h-full object-contain" alt="Radboudumc" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </a> <a href="https://icthealth.nl/innovation-partners/medicalphit" class="swiper-slide !w-[12rem] !h-[12rem] group" title="Bezoek partner website" aria-label="Bezoek partner website" > <!-- Image Container --> <div class="image-container w-full overflow-hidden duration-100 ease-in-out size-full" image="https://icthealth.nl/cdn/02b6b0fe-21ec-4eb3-8751-a1c2fbdb62cd/-/format/preserve/-/quality/lighter/medicalphit-klein-1.png" mediaStyle="logo-slider" alt="MedicalPHIT" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/02b6b0fe-21ec-4eb3-8751-a1c2fbdb62cd/-/format/webp/-/quality/lighter/medicalphit-klein-1.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/02b6b0fe-21ec-4eb3-8751-a1c2fbdb62cd/-/format/png/-/quality/lighter/medicalphit-klein-1.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/02b6b0fe-21ec-4eb3-8751-a1c2fbdb62cd/-/format/preserve/-/quality/lighter/medicalphit-klein-1.png" class="w-full h-full object-contain" alt="MedicalPHIT" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </a> <a href="https://icthealth.nl/innovation-partners/vigo" class="swiper-slide !w-[12rem] !h-[12rem] group" title="Bezoek partner website" aria-label="Bezoek partner website" > <!-- Image Container --> <div class="image-container w-full overflow-hidden duration-100 ease-in-out size-full" image="https://icthealth.nl/cdn/7ed73870-bf65-49a5-bcac-25dceee2e8af/-/format/preserve/-/quality/lighter/vigo-klein-wit.png" mediaStyle="logo-slider" alt="VIGO" contain="contain"> <!-- Picture Element --> <picture class="relative w-full h-full flex object-contain"> <!-- Check if $image is an instance of an image manipulation library --> <!-- Iterate over image formats ('webp', original) --> <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/7ed73870-bf65-49a5-bcac-25dceee2e8af/-/crop/251x251/-25,-51/-/scale_crop/240x240/smart/-/format/webp/-/quality/lighter/-/strip_meta/none/vigo-klein-wit.png" type="image/webp" > <!-- Source element for each image format --> <source srcset="https://icthealth.nl/cdn/7ed73870-bf65-49a5-bcac-25dceee2e8af/-/crop/251x251/-25,-51/-/scale_crop/240x240/smart/-/format/png/-/quality/lighter/-/strip_meta/none/vigo-klein-wit.png" type="image/jpeg" > <!-- Image Element --> <img loading="lazy" src="https://icthealth.nl/cdn/7ed73870-bf65-49a5-bcac-25dceee2e8af/-/crop/251x251/-25,-51/-/scale_crop/240x240/smart/-/format/preserve/-/quality/lighter/-/strip_meta/none/vigo-klein-wit.png" class="w-full h-full object-contain" alt="VIGO" > <!-- Subject tag --> </picture> </div> <!-- Caption text --> </a> </div> </div> </div> </div> <div class="h-[24rem] lg:h-[36rem] bg-background"> <div class="flex flex-wrap flex-col h-full justify-evenly content-center"> <a class="w-[22rem] lg:w-[34rem] svg-fill text-text-normal" href="https://icthealth.nl" aria-label="Terug naar home ICT&health" > <svg id="layer-1-67f3a253efc81" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 296.55 81.69"><defs><style> .cls-1-67f3a253efc81{ fill: url(#linear-gradient-67f3a253efc81); } .cls-1-67f3a253efc81, .cls-2-67f3a253efc81, .cls-3-67f3a253efc81, .cls-4-67f3a253efc81{ stroke-width: 0px; } .cls-2-67f3a253efc81{ fill: url(#linear-gradient-2-67f3a253efc81); } .cls-3-67f3a253efc81{ fill: url(#linear-gradient-3-67f3a253efc81); } .cls-4-67f3a253efc81{ fill: currentColor; } </style><linearGradient id="linear-gradient-67f3a253efc81" x1="91.87" y1="-1254" x2="131.15" y2="-1254" gradientTransform="translate(0 -1226.43) scale(1 -1)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#73caea"/><stop offset="1" stop-color="#6283c5"/></linearGradient><linearGradient id="linear-gradient-2-67f3a253efc81" x1="0" y1="-1227.21" x2="296.51" y2="-1227.21" xlink:href="#linear-gradient-67f3a253efc81"/><linearGradient id="linear-gradient-3-67f3a253efc81" x1="0" y1="-1283.87" x2="296.51" y2="-1283.87" xlink:href="#linear-gradient-67f3a253efc81"/></defs><path class="cls-1-67f3a253efc81" d="M122.38,38.89c1.16-1.8,2.04-3.71,2.68-5.87.76-2.52,1.12-4.83,1.12-7.07v-.52h-6.63l-.12,1.96c-.08,1.16-.24,2.48-.64,3.75-.32,1-.68,1.96-1.12,2.87l-10.02-10.38c-.6-.6-1.08-1.16-1.52-1.72-.36-.44-.6-.88-.8-1.28l-.12-.24c-.2-.36-.36-.84-.48-1.4-.08-.44-.16-.96-.16-1.48,0-.6.08-1.12.28-1.68.2-.6.44-1,.8-1.36.44-.44.88-.76,1.4-1,.48-.24,1.12-.32,1.88-.32.68,0,1.12.08,1.48.24.48.2.8.4,1.12.68s.56.6.84,1.04.48.84.64,1.32l.56,1.72,2.44-.56,4.15-.84-.04-.48c-.12-1.44-.44-2.52-.96-3.51-.6-1.16-1.36-2.16-2.24-2.99s-2.04-1.52-3.47-2.08c-1.28-.52-2.76-.76-4.47-.76-1.84,0-3.47.28-4.91.88-1.52.6-2.76,1.36-3.75,2.32-1.04,1-1.8,2.08-2.32,3.39-.48,1.2-.76,2.64-.76,4.15,0,1.36.24,2.68.68,4.07.4,1.2,1,2.4,1.84,3.63-1,.52-1.96,1.12-2.8,1.76-1.04.8-1.92,1.72-2.68,2.68-.72.96-1.32,2.04-1.72,3.23s-.64,2.48-.64,3.67c0,1.88.36,3.47,1.12,4.95.72,1.44,1.68,2.68,2.91,3.75,1.24,1.08,3.95,2.72,8.74,2.72,2.64,0,5.11.04,7.27-.76,2.08-.8,3.91-1.92,5.59-3.19l3.63,3.71c.16.16.4.28.64.28h9.42l-8.86-9.3h0ZM110.16,41.37c-1.2.44-2.64.68-4.19.68-.96,0-1.76-.12-2.36-.4-.84-.36-1.44-.72-1.96-1.16-.56-.48-1-1.16-1.28-1.88h0c-.32-.76-.44-1.6-.44-2.48,0-1.28.08-2,.68-3.11.6-1.08,1.72-2.48,2.87-3.27l9.7,9.98c-1.08.72-2.08,1.28-3.03,1.64h0Z"/><polygon class="cls-2-67f3a253efc81" points="82.65 0 79.38 0 0 0 0 1.56 79.38 1.56 82.65 1.56 296.51 1.56 296.51 0 82.65 0"/><polygon class="cls-3-67f3a253efc81" points="82.65 56.66 79.38 56.66 0 56.66 0 58.22 79.38 58.22 82.65 58.22 296.51 58.22 296.51 56.66 82.65 56.66"/><path class="cls-4-67f3a253efc81" d="M184.27,48.51c-3.87,0-6.99-1.24-9.3-3.71s-3.43-5.67-3.43-9.5v-1c0-3.99,1.12-7.27,3.27-9.86,2.2-2.6,5.15-3.87,8.82-3.83,3.63,0,6.43,1.08,8.42,3.27s2.99,5.15,2.99,8.86v2.8c0,.64-.52,1.16-1.16,1.16h-14.89l-.04.16c.12,1.76.72,3.23,1.8,4.39,1.04,1.16,2.48,1.72,4.27,1.72,1.6,0,2.95-.16,3.99-.48,1.08-.32,2.24-.84,3.47-1.52l1.96,4.47c-1.12.88-2.56,1.6-4.31,2.2-1.72.56-3.67.88-5.87.88h0ZM183.63,26.19c-1.36,0-2.4.52-3.19,1.56s-1.24,2.4-1.44,4.03l.08.12h8.9v-.64c0-1.56-.36-2.76-1.08-3.67-.72-.92-1.8-1.4-3.27-1.4h0Z"/><path class="cls-4-67f3a253efc81" d="M215.3,47.99c-.2-.44-.36-.92-.52-1.4-.16-.48-.28-.96-.36-1.44-.88,1-1.92,1.8-3.15,2.4-1.24.6-2.64.92-4.23.92-2.64,0-4.71-.72-6.27-2.16s-2.32-3.39-2.32-5.83,1-4.47,3.03-5.83,4.99-2.08,8.9-2.08h3.71v-2.64c0-1.28-.36-2.28-1.12-2.99s-1.84-1.08-3.31-1.08c-.84,0-1.56.08-2.2.28s-1.16.44-1.56.68l-.32,1.92c-.08.56-.6,1-1.16,1h-4.47l.04-5.95c1.32-.88,2.83-1.64,4.55-2.28,1.72-.6,3.59-.92,5.59-.92,3.31,0,6.03.8,8.11,2.44,2.08,1.64,3.11,3.95,3.11,6.95v12.26c0,.36.04.72.08,1.04l2.2.32v4.35l-8.35.04h0ZM208.99,43.12c1.08,0,2.08-.24,2.99-.72.88-.48,1.6-1.08,2.08-1.8v-4.11h-3.71c-1.56,0-2.72.36-3.51,1.08-.8.72-1.2,1.6-1.2,2.6,0,.92.28,1.64.88,2.16.64.56,1.44.8,2.48.8h0Z"/><path class="cls-4-67f3a253efc81" d="M227.99,12.5v-3.43h11.22v33.9l2.6.56c.52.12.92.6.92,1.16v3.43h-14.37v-3.43c0-.56.4-1.04.92-1.16l2.6-.56V14.25l-2.95-.56c-.52-.12-.92-.64-.92-1.2h0Z"/><path class="cls-4-67f3a253efc81" d="M256.14,14.45v6.51h4.67v5.03h-4.67v13.58c0,1.04.2,1.76.64,2.24.44.44,1,.68,1.72.68.48,0,.92,0,1.28-.08.36-.04.8-.12,1.24-.2l.6,5.19c-.8.24-1.6.44-2.4.56s-1.64.2-2.56.2c-2.48,0-4.39-.68-5.71-2.04s-2-3.51-2-6.47v-13.58h-3.91v-4.35l3.91-.76,1.36-5.63c.12-.52.6-.88,1.12-.88h4.71Z"/><path class="cls-4-67f3a253efc81" d="M266.08,43.52l2.72-.56V14.21l-3.07-.56c-.56-.12-.92-.6-.92-1.12v-3.43h11.46v15.41c.88-1.24,1.96-2.24,3.19-2.91,1.28-.68,2.68-1.04,4.19-1.04,2.91,0,5.19.96,6.83,2.8,1.64,1.88,2.48,4.75,2.48,8.7v10.94l2.68.56c.52.12.92.6.92,1.12v3.43h-14.29v-3.47c0-.52.36-1,.88-1.12l2.36-.56v-10.98c0-2.12-.4-3.59-1.16-4.47s-1.88-1.32-3.39-1.32c-1.04,0-1.96.2-2.72.56-.8.36-1.44.88-1.96,1.56v14.65l2.36.56c.52.12.88.6.88,1.12v3.47h-14.29v-3.43c-.04-.56.32-1.04.88-1.16h0Z"/><path class="cls-4-67f3a253efc81" d="M137.19,43.52l2.72-.56V14.21l-3.07-.56c-.56-.12-.96-.6-.96-1.12v-3.43h11.46v15.41c.88-1.24,1.96-2.24,3.19-2.91,1.28-.68,2.68-1.04,4.19-1.04,2.91,0,5.19.96,6.83,2.8,1.64,1.88,2.48,4.75,2.48,8.7v10.94l2.68.56c.52.12.92.6.92,1.12v3.43h-14.25v-3.47c0-.52.36-1,.88-1.12l2.36-.56v-10.98c0-2.12-.4-3.59-1.16-4.47s-1.88-1.32-3.39-1.32c-1.04,0-1.96.2-2.72.56-.8.36-1.44.88-1.96,1.56v14.65l2.36.56c.52.12.88.6.88,1.12v3.47h-14.33v-3.43c0-.56.4-1.04.92-1.16h0Z"/><path class="cls-4-67f3a253efc81" d="M0,12.7v-3.63h15.73v3.63c0,.56-.4,1.04-.96,1.16l-3.11.6v28.31l3.11.6c.56.12.96.6.96,1.16v3.59H0v-3.59c0-.56.4-1.04.96-1.16l3.11-.6V14.45l-3.11-.6c-.56-.12-.96-.6-.96-1.16h0Z"/><path class="cls-4-67f3a253efc81" d="M50.83,22.6h-4.71c-.6,0-1.08-.44-1.16-1l-.64-4.11c-.76-.76-1.72-1.36-2.87-1.8s-2.52-.64-4.07-.64c-3.35,0-5.91,1.2-7.71,3.63s-2.72,5.59-2.72,9.5v1.36c0,3.91.88,7.07,2.68,9.54,1.8,2.44,4.31,3.67,7.59,3.67,1.52,0,2.91-.2,4.15-.64s2.24-1.04,2.91-1.8l.64-4.11c.08-.56.6-1,1.16-1h4.71v7.59c-1.56,1.8-3.51,3.23-5.91,4.27-2.4,1.08-5.07,1.6-8.07,1.6-5.15,0-9.38-1.8-12.66-5.35s-4.95-8.15-4.95-13.74v-1.28c0-5.59,1.64-10.14,4.91-13.74s7.51-5.39,12.7-5.39c2.95,0,5.67.56,8.03,1.64,2.4,1.08,4.35,2.52,5.95,4.27l.04,7.51h0Z"/><path class="cls-4-67f3a253efc81" d="M88.2,9.06v10.1h-4.79c-.6,0-1.08-.44-1.12-1.04l-.24-3.19h-6.99v27.79l3.15.6c.52.12.92.56.92,1.12v3.63h-15.73v-3.63c0-.56.4-1,.92-1.12l3.15-.6V14.93h-6.95l-.24,3.19c-.04.6-.52,1.04-1.12,1.04h-4.75v-10.1h33.78Z"/><path class="cls-4-67f3a253efc81" d="M0,70.27v-.84h3.39v.84l-1.04.16v3.27h4.55v-3.27l-1.04-.16v-.84h3.39v.84l-1.04.16v7.43l1.04.16v.8h-3.39v-.8l1.04-.16v-3.15H2.36v3.15l1.04.16v.8H0v-.8l1.04-.16v-7.43l-1.04-.16Z"/><path class="cls-4-67f3a253efc81" d="M13.5,79.02c-.96,0-1.76-.32-2.32-.96-.56-.64-.88-1.48-.88-2.52v-.28c0-1,.28-1.84.88-2.48.6-.64,1.28-1,2.12-1,.96,0,1.68.28,2.16.84.48.56.72,1.32.72,2.28v.8h-4.55v.04c0,.68.2,1.24.52,1.68.32.44.8.64,1.36.64.44,0,.8-.08,1.12-.2s.6-.28.84-.52l.48.84c-.24.24-.6.44-1,.6-.36.12-.84.2-1.44.24h0ZM13.3,72.75c-.44,0-.8.16-1.08.56-.32.36-.48.8-.56,1.36v.04h3.23v-.16c0-.48-.12-.92-.4-1.24s-.68-.56-1.2-.56h0Z"/><path class="cls-4-67f3a253efc81" d="M19.64,70.15v1.68h1.32v.96h-1.32v4.23c0,.32.08.56.2.68s.32.2.52.2c.12,0,.24,0,.4-.04.12-.04.24-.04.36-.08l.16.88c-.12.08-.32.16-.52.2-.24.04-.48.08-.72.08-.52,0-.92-.16-1.24-.48s-.48-.8-.48-1.48v-4.23h-1.12v-.96h1.12v-1.68l1.32.04h0Z"/><path class="cls-4-67f3a253efc81" d="M25.59,75.31c0-1.04.28-1.88.84-2.56.56-.68,1.32-1,2.28-1s1.72.32,2.28,1,.84,1.52.84,2.56v.16c0,1.04-.28,1.92-.84,2.56s-1.32,1-2.28,1-1.76-.32-2.32-1c-.56-.68-.84-1.52-.84-2.56l.04-.16h0ZM26.87,75.43c0,.76.16,1.36.48,1.84s.76.72,1.4.72,1.08-.24,1.36-.72.48-1.12.48-1.84v-.16c0-.72-.16-1.36-.48-1.84-.32-.48-.76-.72-1.4-.72-.6,0-1.08.24-1.4.72s-.48,1.12-.48,1.84l.04.16h0Z"/><path class="cls-4-67f3a253efc81" d="M32.9,72.79v-.96h1.08v-.88c0-.76.2-1.32.6-1.72s.96-.6,1.64-.6c.16,0,.28,0,.44.04.16.04.32.04.48.08l-.16.96c-.08,0-.16-.04-.28-.04s-.24-.04-.36-.04c-.36,0-.64.12-.84.32-.16.24-.28.56-.28.96v.88h1.48v.96h-1.48v5.07l1.04.16v.8h-3.39v-.8l1.04-.16v-5.07h-1v.04Z"/><path class="cls-4-67f3a253efc81" d="M37.45,72.79v-.96h1.08v-.76c0-.8.24-1.4.68-1.84.48-.44,1.12-.64,1.92-.64.28,0,.56.04.84.12.28.08.6.16,1,.28l-.2,1.04c-.24-.08-.48-.16-.72-.24-.28-.08-.52-.08-.8-.08-.52,0-.88.12-1.12.32s-.32.56-.32,1.04v.76h3.99v6.03l1.04.16v.8h-3.39v-.8l1.04-.16v-5.07h-2.72v5.07l1.04.16v.8h-3.39v-.8l1.04-.16v-5.07h-1Z"/><path class="cls-4-67f3a253efc81" d="M48.91,78.02c.44,0,.8-.12,1.12-.4s.48-.6.48-.96h1.16v.04c.04.6-.24,1.16-.8,1.6-.56.48-1.2.72-1.96.72-1.04,0-1.8-.32-2.32-1-.56-.68-.8-1.52-.8-2.52v-.28c0-1,.28-1.84.8-2.48.56-.68,1.32-1,2.32-1,.56,0,1.08.08,1.52.28s.8.44,1.12.76l.04,1.56h-1.04l-.28-1.12c-.16-.16-.36-.28-.6-.36s-.52-.12-.8-.12c-.68,0-1.16.24-1.44.72-.28.48-.44,1.08-.44,1.76v.28c0,.72.16,1.32.44,1.8.32.48.8.72,1.48.72h0Z"/><path class="cls-4-67f3a253efc81" d="M52.91,78.06l1.04-.16v-4.99l-1.04-.16v-.84h2.32v6.03l1.04.16v.8h-3.39v-.84h.04ZM55.22,70.07h-1.28v-1.32h1.28v1.32Z"/><path class="cls-4-67f3a253efc81" d="M60.45,79.02c-.96,0-1.76-.32-2.32-.96-.56-.64-.88-1.48-.88-2.52v-.28c0-1,.28-1.84.88-2.48.6-.64,1.28-1,2.12-1,.96,0,1.64.28,2.16.84.48.56.72,1.32.72,2.28v.8h-4.55l-.04.04c0,.68.2,1.24.52,1.68.32.44.8.64,1.36.64.44,0,.8-.08,1.16-.2.32-.12.6-.28.84-.52l.48.84c-.24.24-.6.44-1,.6-.36.12-.88.2-1.44.24h0ZM59.33,70.59h-1.4v-1.28h1.4v1.28ZM60.25,72.75c-.44,0-.8.16-1.08.56-.32.36-.48.8-.56,1.36v.04h3.23v-.16c0-.48-.12-.92-.4-1.24-.28-.4-.68-.56-1.2-.56h0ZM62.37,70.59h-1.4v-1.28h1.4v1.28Z"/><path class="cls-4-67f3a253efc81" d="M64.21,69.6v-.84h2.32v9.1l1.04.16v.8h-3.39v-.8l1.04-.16v-8.11l-1-.16h0Z"/><path class="cls-4-67f3a253efc81" d="M71.75,79.02c-.96,0-1.76-.32-2.32-.96-.56-.64-.88-1.48-.88-2.52v-.28c0-1,.28-1.84.88-2.48.6-.64,1.28-1,2.12-1,.96,0,1.64.28,2.16.84.48.56.72,1.32.72,2.28v.8h-4.55l-.04.04c0,.68.2,1.24.52,1.68.32.44.8.64,1.36.64.44,0,.8-.08,1.16-.2.32-.12.6-.28.84-.52l.48.84c-.24.24-.6.44-1,.6-.36.12-.84.2-1.44.24h0ZM71.55,72.75c-.44,0-.8.16-1.08.56-.32.36-.48.8-.56,1.36v.04h3.23v-.16c0-.48-.12-.92-.4-1.24-.28-.4-.68-.56-1.2-.56h0Z"/><path class="cls-4-67f3a253efc81" d="M78.82,69.6v-.84h2.32v5.87h.8l1.52-1.84-.64-.08v-.84h2.91v.84l-.84.12-1.84,2.2,2.24,2.83.8.16v.8h-2.91v-.8l.64-.08-1.84-2.32h-.84v2.24l1.04.16v.8h-3.39v-.8l1.04-.16v-8.11l-1-.16h0Z"/><path class="cls-4-67f3a253efc81" d="M90.12,79.02c-.96,0-1.76-.32-2.32-.96-.56-.64-.88-1.48-.88-2.52v-.28c0-1,.28-1.84.88-2.48.6-.64,1.28-1,2.12-1,.96,0,1.64.28,2.16.84.48.56.72,1.32.72,2.28v.8h-4.55l-.04.04c0,.68.2,1.24.52,1.68.32.44.8.64,1.36.64.44,0,.8-.08,1.16-.2.32-.12.6-.28.84-.52l.48.84c-.24.24-.6.44-1,.6-.36.12-.88.2-1.44.24h0ZM89.92,72.75c-.44,0-.8.16-1.08.56-.32.36-.48.8-.56,1.36v.04h3.23v-.16c0-.48-.12-.92-.4-1.24s-.68-.56-1.2-.56h0Z"/><path class="cls-4-67f3a253efc81" d="M93.83,78.06l1.04-.16v-4.99l-1.04-.16v-.84h2.2l.08,1.04c.24-.36.52-.64.88-.88.36-.2.76-.32,1.2-.32.76,0,1.36.24,1.76.68.4.44.64,1.12.64,2.04v3.43l1.04.16v.8h-3.39v-.8l1.04-.16v-3.39c0-.64-.12-1.04-.36-1.32s-.6-.4-1.12-.4c-.36,0-.68.08-.96.28s-.52.44-.68.72v4.11l1.04.16v.8h-3.39l.04-.8h0Z"/><path class="cls-4-67f3a253efc81" d="M102.38,78.06l1.04-.16v-4.99l-1.04-.16v-.84h2.2l.08,1.04c.24-.36.52-.64.88-.88.36-.2.76-.32,1.2-.32.76,0,1.36.24,1.76.68s.64,1.12.64,2.04v3.43l1.04.16v.8h-3.39v-.8l1.04-.16v-3.39c0-.64-.12-1.04-.36-1.32-.24-.24-.6-.4-1.12-.4-.36,0-.68.08-.96.28s-.52.44-.68.72v4.11l1.04.16v.8h-3.39l.04-.8h0Z"/><path class="cls-4-67f3a253efc81" d="M111.08,78.06l1.04-.16v-4.99l-1.04-.16v-.84h2.32v6.03l1.04.16v.8h-3.39v-.84h.04ZM113.44,70.07h-1.28v-1.32h1.28s0,1.32,0,1.32Z"/><path class="cls-4-67f3a253efc81" d="M120.82,74.07h-.96l-.2-.84c-.16-.16-.36-.28-.6-.36s-.52-.12-.8-.12c-.44,0-.8.08-1,.32s-.32.44-.32.72.08.48.28.64c.2.16.6.32,1.2.44.88.2,1.56.44,2,.76.44.32.64.76.64,1.32,0,.64-.24,1.12-.76,1.52-.52.4-1.16.56-1.96.56-.52,0-1-.08-1.44-.2s-.8-.32-1.12-.52v-1.6h.96l.24.96c.16.12.36.24.6.28.24.04.52.08.76.08.44,0,.8-.08,1.08-.28.24-.2.4-.44.4-.72s-.12-.52-.32-.68-.6-.36-1.2-.48c-.84-.2-1.48-.44-1.92-.76-.44-.32-.64-.76-.64-1.28s.24-1.04.72-1.44,1.12-.6,1.88-.6c.52,0,1,.08,1.44.2s.76.32,1.04.56v1.52h0Z"/><path class="cls-4-67f3a253efc81" d="M122.06,80.74l1.04-.16v-7.71l-1.04-.16v-.84h2.16l.12.84c.24-.32.52-.56.84-.72.32-.16.72-.24,1.16-.24.88,0,1.56.36,2.04,1.04.48.68.72,1.6.72,2.72v.12c0,1-.24,1.84-.72,2.44-.48.64-1.16.92-2,.92-.44,0-.8-.08-1.16-.24-.32-.16-.6-.36-.84-.64v2.44l1.04.16v.84h-3.39l.04-.8h0ZM127.81,75.51c0-.8-.16-1.44-.48-1.96-.32-.52-.76-.76-1.4-.76-.36,0-.68.08-.92.24s-.48.4-.64.68v3.39c.16.28.36.52.64.68.24.16.56.24.96.24.6,0,1.08-.24,1.36-.64.32-.44.48-1,.48-1.72v-.16h0Z"/><path class="cls-4-67f3a253efc81" d="M130.01,69.6v-.84h2.32v9.1l1.04.16v.8h-3.35v-.8l1.04-.16v-8.11l-1.04-.16h0Z"/><path class="cls-4-67f3a253efc81" d="M138.91,78.86c-.04-.2-.08-.36-.08-.52s-.04-.32-.04-.44c-.24.32-.56.56-.92.8-.36.2-.76.32-1.2.32-.72,0-1.28-.16-1.68-.52-.4-.36-.56-.84-.56-1.52s.28-1.16.8-1.56c.52-.36,1.28-.56,2.2-.56h1.36v-.8c0-.4-.12-.72-.4-.96-.24-.24-.6-.36-1.08-.36-.32,0-.6.04-.84.12s-.44.2-.6.32l-.12.76h-1v-1.36c.32-.24.72-.44,1.16-.6s.96-.24,1.48-.24c.8,0,1.44.2,1.92.6s.76,1,.76,1.76v3.87l.52.08v.8h-1.68ZM136.88,77.94c.44,0,.8-.08,1.16-.32.36-.2.6-.44.76-.72v-1.16h-1.36c-.52,0-.92.12-1.24.36-.32.24-.44.52-.44.88,0,.32.08.56.28.72.16.16.44.24.84.24Z"/><path class="cls-4-67f3a253efc81" d="M143.86,70.15v1.68h1.32v.96h-1.32v4.23c0,.32.08.56.2.68s.32.2.56.2c.12,0,.24,0,.4-.04s.24-.04.36-.08l.16.88c-.12.08-.32.16-.52.2s-.48.08-.72.08c-.52,0-.92-.16-1.24-.48-.32-.32-.44-.8-.44-1.48v-4.23h-1.12v-.96h1.12v-1.68l1.24.04h0Z"/><path class="cls-4-67f3a253efc81" d="M146.38,72.79v-.96h1.08v-.88c0-.76.2-1.32.6-1.72s.96-.6,1.64-.6c.16,0,.28,0,.44.04s.32.04.48.08l-.16.96c-.08,0-.16-.04-.28-.04s-.24-.04-.36-.04c-.36,0-.64.12-.84.32-.2.24-.28.56-.28.96v.88h1.48v.96h-1.4v5.07l1.04.16v.8h-3.39v-.8l1.04-.16v-5.07h-1.08v.04Z"/><path class="cls-4-67f3a253efc81" d="M151.25,75.31c0-1.04.28-1.88.84-2.56s1.32-1,2.28-1,1.72.32,2.28,1c.56.68.84,1.52.84,2.56v.16c0,1.04-.28,1.92-.84,2.56-.56.68-1.32,1-2.28,1s-1.76-.32-2.32-1-.84-1.52-.84-2.56l.04-.16h0ZM152.49,75.43c0,.76.16,1.36.48,1.84s.8.72,1.4.72,1.08-.24,1.4-.72.48-1.12.48-1.84v-.16c0-.72-.16-1.36-.48-1.84s-.8-.72-1.4-.72-1.08.24-1.4.72-.48,1.12-.48,1.84v.16h0Z"/><path class="cls-4-67f3a253efc81" d="M158.68,72.67v-.84h2.2l.12,1.04c.2-.36.44-.64.72-.84.28-.2.64-.32,1-.32.08,0,.2,0,.32.04.12,0,.2.04.24.04l-.16,1.2-.72-.04c-.32,0-.6.08-.84.24s-.4.36-.52.68v4.03l1.04.16v.8h-3.39v-.8l1.04-.16v-4.99l-1.04-.24h0Z"/><path class="cls-4-67f3a253efc81" d="M163.91,78.06l1.04-.16v-4.99l-1.04-.16v-.84h2.2l.08.92c.24-.32.52-.6.88-.76s.76-.28,1.24-.28.88.12,1.2.32.6.56.76.96c.2-.4.52-.72.88-.96.36-.24.8-.36,1.28-.36.72,0,1.28.24,1.68.72s.64,1.24.64,2.2v3.19l1.04.16v.8h-3.39v-.8l1.04-.16v-3.19c0-.68-.12-1.16-.36-1.48s-.6-.44-1.04-.44-.8.16-1.08.48-.44.72-.48,1.2v3.43l1.04.16v.8h-3.39v-.8l1.04-.16v-3.19c0-.64-.12-1.16-.36-1.44-.24-.32-.6-.44-1.04-.44-.4,0-.72.08-.96.24s-.44.4-.56.68v4.19l1.04.16v.8h-3.39l.04-.8h0Z"/><path class="cls-4-67f3a253efc81" d="M182.35,72.67l-.84.12,1.44,3.99.12.52h.04l.12-.52,1.4-3.99-.84-.12v-.84h2.72v.84l-.56.08-2.36,6.07h-.96l-2.4-6.07-.56-.08v-.84h2.72l-.04.84h0Z"/><path class="cls-4-67f3a253efc81" d="M187.27,75.31c0-1.04.28-1.88.84-2.56.56-.68,1.32-1,2.28-1s1.72.32,2.28,1,.84,1.52.84,2.56v.16c0,1.04-.28,1.92-.84,2.56-.56.68-1.32,1-2.28,1s-1.76-.32-2.32-1c-.56-.68-.84-1.52-.84-2.56l.04-.16h0ZM188.54,75.43c0,.76.16,1.36.48,1.84s.8.72,1.4.72,1.08-.24,1.4-.72.48-1.12.48-1.84v-.16c0-.72-.16-1.36-.48-1.84s-.8-.72-1.4-.72-1.08.24-1.4.72-.48,1.12-.48,1.84v.16h0Z"/><path class="cls-4-67f3a253efc81" d="M194.73,75.31c0-1.04.28-1.88.84-2.56.56-.68,1.32-1,2.28-1s1.72.32,2.28,1,.84,1.52.84,2.56v.16c0,1.04-.28,1.92-.84,2.56-.56.68-1.32,1-2.28,1s-1.76-.32-2.32-1c-.56-.68-.84-1.52-.84-2.56l.04-.16h0ZM195.97,75.43c0,.76.16,1.36.48,1.84s.8.72,1.4.72,1.08-.24,1.4-.72.48-1.12.48-1.84v-.16c0-.72-.16-1.36-.48-1.84s-.8-.72-1.4-.72-1.08.24-1.4.72-.48,1.12-.48,1.84v.16h0Z"/><path class="cls-4-67f3a253efc81" d="M202.16,72.67v-.84h2.2l.12,1.04c.2-.36.44-.64.72-.84s.64-.32,1-.32c.08,0,.2,0,.32.04.12,0,.2.04.24.04l-.16,1.2-.72-.04c-.32,0-.6.08-.84.24s-.4.36-.52.68v4.03l1.04.16v.8h-3.39v-.8l1.04-.16v-4.99l-1.04-.24h0Z"/><path class="cls-4-67f3a253efc81" d="M212.58,77.86h2.87l.12-1.08h1.08v2.08h-5.59v-.88l3.79-5.11h-2.56l-.08,1.08h-1.08v-2.08h5.31v.88l-3.87,5.11h0Z"/><path class="cls-4-67f3a253efc81" d="M217.85,75.31c0-1.04.28-1.88.84-2.56s1.32-1,2.28-1,1.72.32,2.28,1c.56.68.84,1.52.84,2.56v.16c0,1.04-.28,1.92-.84,2.56s-1.32,1-2.28,1-1.72-.32-2.32-1c-.56-.68-.84-1.52-.84-2.56l.04-.16h0ZM219.13,75.43c0,.76.16,1.36.48,1.84.32.48.8.72,1.4.72s1.08-.24,1.4-.72.48-1.12.48-1.84v-.16c0-.72-.16-1.36-.48-1.84s-.8-.72-1.4-.72-1.08.24-1.4.72-.48,1.12-.48,1.84v.16h0Z"/><path class="cls-4-67f3a253efc81" d="M225.28,72.67v-.84h2.2l.12,1.04c.2-.36.44-.64.72-.84.28-.2.64-.32,1-.32.08,0,.2,0,.32.04.12,0,.2.04.24.04l-.16,1.2-.72-.04c-.32,0-.6.08-.84.24s-.4.36-.52.68v4.03l1.04.16v.8h-3.39v-.8l1.04-.16v-4.99l-1.04-.24h0Z"/><path class="cls-4-67f3a253efc81" d="M230.63,75.51c0-1.12.24-2.04.72-2.72s1.16-1.04,2.04-1.04c.44,0,.84.08,1.16.24s.6.44.84.76l.12-.88h1.08v6.91c0,.92-.24,1.64-.76,2.16-.52.52-1.24.76-2.16.76-.32,0-.72-.04-1.08-.16s-.72-.24-1.04-.36l.32-1c.24.12.52.24.84.32.32.08.64.12.96.12.56,0,1-.16,1.24-.48.28-.32.4-.76.4-1.36v-.68c-.24.28-.52.52-.84.68s-.68.24-1.12.24c-.88,0-1.52-.32-2.04-.92-.48-.64-.72-1.44-.72-2.44l.04-.16h0ZM231.91,75.62c0,.72.16,1.28.44,1.68s.76.64,1.36.64c.4,0,.72-.08.96-.24.28-.16.48-.44.64-.76v-3.23c-.16-.32-.4-.52-.64-.72-.28-.16-.6-.28-.96-.28-.6,0-1.08.24-1.36.76-.32.52-.44,1.16-.44,1.96v.2h0Z"/><path class="cls-4-67f3a253efc81" d="M238.13,78.06l1.04-.16v-4.99l-1.04-.16v-.84h2.32v6.03l1.04.16v.8h-3.39l.04-.84h0ZM240.49,70.07h-1.28v-1.32h1.28v1.32Z"/><path class="cls-4-67f3a253efc81" d="M242.33,78.06l1.04-.16v-4.99l-1.04-.16v-.84h2.2l.08,1.04c.24-.36.52-.64.88-.88.36-.2.76-.32,1.2-.32.76,0,1.36.24,1.76.68s.64,1.12.64,2.04v3.43l1.04.16v.8h-3.39v-.8l1.04-.16v-3.39c0-.64-.12-1.04-.36-1.32s-.6-.4-1.12-.4c-.36,0-.68.08-.96.28s-.52.44-.68.72v4.11l1.04.16v.8h-3.39l.04-.8h0Z"/><path class="cls-4-67f3a253efc81" d="M250.83,78.06l1.04-.16v-4.99l-1.04-.16v-.84h2.2l.08,1.04c.24-.36.52-.64.88-.88.36-.2.76-.32,1.2-.32.76,0,1.36.24,1.76.68.4.44.64,1.12.64,2.04v3.43l1.04.16v.8h-3.39v-.8l1.04-.16v-3.39c0-.64-.12-1.04-.36-1.32s-.6-.4-1.12-.4c-.36,0-.68.08-.96.28s-.52.44-.68.72v4.11l1.04.16v.8h-3.39l.04-.8h0Z"/><path class="cls-4-67f3a253efc81" d="M259.5,75.31c0-1.04.28-1.88.84-2.56s1.32-1,2.28-1,1.72.32,2.28,1c.56.68.84,1.52.84,2.56v.16c0,1.04-.28,1.92-.84,2.56s-1.32,1-2.28,1-1.72-.32-2.32-1c-.56-.68-.84-1.52-.84-2.56l.04-.16h0ZM260.77,75.43c0,.76.16,1.36.48,1.84.32.48.8.72,1.4.72s1.08-.24,1.4-.72.48-1.12.48-1.84v-.16c0-.72-.16-1.36-.48-1.84s-.8-.72-1.4-.72-1.08.24-1.4.72-.48,1.12-.48,1.84v.16h0Z"/><path class="cls-4-67f3a253efc81" d="M269.24,72.67l-.84.12,1.44,3.99.12.52h.04l.12-.52,1.4-3.99-.84-.12v-.84h2.72v.84l-.56.08-2.36,6.07h-.96l-2.4-6.07-.56-.08v-.84h2.72l-.04.84h0Z"/><path class="cls-4-67f3a253efc81" d="M278.7,78.86c-.04-.2-.08-.36-.08-.52s-.04-.32-.04-.44c-.24.32-.56.56-.92.8-.36.2-.76.32-1.2.32-.72,0-1.28-.16-1.68-.52-.4-.36-.56-.84-.56-1.52s.28-1.16.8-1.56c.52-.36,1.28-.56,2.2-.56h1.32v-.8c0-.4-.12-.72-.4-.96-.28-.24-.6-.36-1.08-.36-.32,0-.6.04-.84.12s-.44.2-.6.32l-.12.76h-.96v-1.36c.32-.24.72-.44,1.16-.6s.96-.24,1.48-.24c.8,0,1.44.2,1.92.6.48.4.72,1,.72,1.76v3.87l.52.08v.8h-1.64ZM276.67,77.94c.44,0,.8-.08,1.16-.32.36-.2.6-.44.76-.72v-1.16h-1.36c-.52,0-.92.12-1.24.36-.32.24-.44.52-.44.88,0,.32.08.56.28.72.16.16.44.24.84.24Z"/><path class="cls-4-67f3a253efc81" d="M283.65,70.15v1.68h1.32v.96h-1.32v4.23c0,.32.08.56.2.68s.32.2.52.2c.12,0,.24,0,.4-.04.12-.04.24-.04.36-.08l.16.88c-.12.08-.32.16-.52.2-.24.04-.48.08-.72.08-.52,0-.92-.16-1.24-.48-.32-.32-.48-.8-.48-1.48v-4.23h-1.12v-.96h1.12v-1.68l1.32.04h0Z"/><path class="cls-4-67f3a253efc81" d="M286.29,78.06l1.04-.16v-4.99l-1.04-.16v-.84h2.32v6.03l1.04.16v.8h-3.39l.04-.84h0ZM288.64,70.07h-1.28v-1.32h1.28v1.32Z"/><path class="cls-4-67f3a253efc81" d="M293.83,79.02c-.96,0-1.76-.32-2.32-.96-.56-.64-.88-1.48-.88-2.52v-.28c0-1,.28-1.84.88-2.48.6-.64,1.28-1,2.12-1,.96,0,1.68.28,2.16.84.48.56.72,1.32.72,2.28v.8h-4.55v.04c0,.68.2,1.24.52,1.68.32.44.8.64,1.4.64.44,0,.8-.08,1.12-.2s.6-.28.84-.52l.48.84c-.24.24-.6.44-1,.6-.4.12-.88.2-1.48.24h0ZM293.68,72.75c-.44,0-.8.16-1.08.56-.32.36-.48.8-.56,1.36v.04h3.23v-.16c0-.48-.12-.92-.4-1.24-.28-.4-.68-.56-1.2-.56h0Z"/></svg> </a> <div class="social-icons flex items-center [&:has(li:hover)_svg]:scale-75 [&:has(li:hover)_svg]:opacity-70 justify-center" link-class="!size-[2.2rem]"> <ul class="flex items-center justify-center"> <li class="group [&:not(:last-child)]:pr-6"> <a href="https://www.threads.net/@icthealth" class="flex h-8 items-center justify-center size-14 svg-fill w-8 !size-[2.2rem]" target="_blank" aria-label="Bezoek ons op Threads" title="Bezoek ons op Threads" > <svg data-name="socials-threads" class="icon-socials-threads text-text-normal group-hover:opacity-100 group-hover:scale-100 duration-100 ease-in-out" name="socials-threads" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36.41 36.41"><path fill="currentColor" d="M17.88,18.65c-.52.08-1,.26-1.42.58-.8.61-.97,1.66-.4,2.42.28.37.66.59,1.09.74.64.22,1.29.23,1.95.13.85-.13,1.5-.56,1.93-1.31.31-.53.47-1.12.56-1.72.04-.24.06-.48.09-.72-.03-.02-.04-.02-.04-.03-1.25-.25-2.5-.3-3.76-.1ZM28.83,0H7.59C3.4,0,0,3.4,0,7.59v21.24C0,33.02,3.4,36.41,7.59,36.41h21.24c4.19,0,7.59-3.4,7.59-7.59V7.59C36.41,3.4,33.02,0,28.83,0ZM26.88,14.16s-.03-.09-.04-.13c-.31-1.05-.73-2.04-1.38-2.93-.88-1.22-2.04-2.08-3.44-2.6-.89-.33-1.81-.5-2.76-.57-1.23-.09-2.44,0-3.64.31-2.31.6-3.94,1.99-4.93,4.16-.44.97-.72,1.99-.88,3.04-.18,1.16-.25,2.33-.2,3.5.07,1.65.32,3.27.96,4.8.59,1.4,1.45,2.58,2.73,3.42.8.53,1.67.87,2.6,1.08,1.09.25,2.19.31,3.3.24.91-.06,1.81-.19,2.66-.52,1.34-.51,2.46-1.33,3.21-2.57.76-1.24.9-2.57.38-3.94-.31-.82-.9-1.4-1.63-1.86-.01,0-.03-.01-.05-.02-.05.27-.09.53-.15.79-.2.9-.52,1.74-1.08,2.49-.74.99-1.74,1.59-2.95,1.82-1.17.22-2.32.16-3.42-.3-1.24-.52-2.13-1.38-2.48-2.71-.47-1.77.25-3.49,1.82-4.45.7-.42,1.46-.68,2.27-.79,1.24-.17,2.47-.14,3.71.05.03,0,.06,0,.09,0,.01,0,.02,0,.04,0-.2-1.46-.95-2.38-2.23-2.64-.84-.17-1.67-.15-2.47.2-.53.23-.95.59-1.28,1.08-.6-.41-1.19-.82-1.8-1.23.24-.36.51-.69.83-.97,1.12-1.02,2.47-1.41,3.96-1.38.78.02,1.54.15,2.26.48,1.17.52,1.96,1.41,2.45,2.59.32.78.48,1.6.53,2.44,0,.1.05.14.13.17,1.04.47,1.95,1.11,2.67,2.01.59.75.97,1.6,1.15,2.54.35,1.89,0,3.64-1.12,5.21-1.12,1.57-2.62,2.64-4.46,3.23-.85.28-1.73.42-2.62.49-.72.06-1.43.07-2.15.02-1.71-.11-3.35-.51-4.85-1.37-1.5-.86-2.64-2.08-3.48-3.58-.67-1.19-1.08-2.47-1.35-3.81-.25-1.27-.36-2.55-.35-3.83.02-1.77.22-3.52.76-5.22.43-1.36,1.06-2.62,1.98-3.73,1.14-1.37,2.57-2.32,4.26-2.87,1.01-.33,2.04-.5,3.09-.57,1.65-.1,3.28.06,4.86.57,2.11.68,3.78,1.94,5.02,3.78.71,1.05,1.2,2.21,1.55,3.43,0,.03.01.06.02.11-.7.19-1.39.37-2.09.56Z"/></svg> </a> </li> <li class="group [&:not(:last-child)]:pr-6"> <a href="https://bsky.app/profile/icthealth.nl" class="flex h-8 items-center justify-center size-14 svg-fill w-8 !size-[2.2rem]" target="_blank" aria-label="Bezoek ons op Bluesky" title="Bezoek ons op Bluesky" > <svg data-name="socials-bluesky" class="icon-socials-bluesky text-text-normal group-hover:opacity-100 group-hover:scale-100 duration-100 ease-in-out" name="socials-bluesky" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 57"><path fill="currentColor" d="M13.873 3.805C21.21 9.332 29.103 20.537 32 26.55v15.882c0-.338-.13.044-.41.867-1.512 4.456-7.418 21.847-20.923 7.944-7.111-7.32-3.819-14.64 9.125-16.85-7.405 1.264-15.73-.825-18.014-9.015C1.12 23.022 0 8.51 0 6.55 0-3.268 8.579-.182 13.873 3.805Zm36.254 0C42.79 9.332 34.897 20.537 32 26.55v15.882c0-.338.13.044.41.867 1.512 4.456 7.418 21.847 20.923 7.944 7.111-7.32 3.819-14.64-9.125-16.85 7.405 1.264 15.73-.825 18.014-9.015C62.88 23.022 64 8.51 64 6.55c0-9.818-8.578-6.732-13.873-2.745Z"/></svg> </a> </li> <li class="group [&:not(:last-child)]:pr-6"> <a href="https://www.facebook.com/profile.php?id=61558182624330" class="flex h-8 items-center justify-center size-14 svg-fill w-8 !size-[2.2rem]" target="_blank" aria-label="Bezoek ons op Facebook" title="Bezoek ons op Facebook" > <svg data-name="socials-facebook" class="icon-socials-facebook text-text-normal group-hover:opacity-100 group-hover:scale-100 duration-100 ease-in-out" name="socials-facebook" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36.4 36.4"><path fill="currentColor" d="M34.4 0H2C.8.4 0 1.4 0 2.7v30.8c0 1.6 1.2 2.9 2.9 2.9h30.7c1.4 0 2.5-.8 2.7-2.1V2.7c0-1.3-.8-2.3-2-2.7ZM24.3 10.6h-2.9c-.9 0-1.6.4-1.6 1.4v1.7h4.6l-.4 4.6h-4.2v12.1h-4.5V18.3h-3v-4.6h3v-2.9c0-3.1 1.6-4.7 5.2-4.7h3.9v4.5Z"/></svg> </a> </li> <li class="group [&:not(:last-child)]:pr-6"> <a href="https://www.linkedin.com/company/icthealth/" class="flex h-8 items-center justify-center size-14 svg-fill w-8 !size-[2.2rem]" target="_blank" aria-label="Bezoek ons op LinkedIn" title="Bezoek ons op LinkedIn" > <svg data-name="socials-linkedin" class="icon-socials-linkedin text-text-normal group-hover:opacity-100 group-hover:scale-100 duration-100 ease-in-out" name="socials-linkedin" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40.73 40.75"><path fill="currentColor" d="M2.55 0H38.2c.08.03.16.06.25.09 1.43.4 2.28 1.5 2.28 2.98v34.61c0 .24-.01.48-.06.72-.32 1.42-1.51 2.34-3.06 2.34-11.45 0-22.9-.01-34.35.01-1.91 0-3.26-1.41-3.26-3.26.04-8.57.02-17.15.02-25.72V3.03C.02 1.59.88.49 2.26.1c.1-.03.19-.07.29-.1ZM21.7 17.99c-.03-.25-.05-.38-.05-.51 0-.57-.02-1.14 0-1.71.01-.34-.11-.48-.46-.47-1.61.01-3.22.01-4.83 0-.35 0-.46.12-.46.47V34.2c0 .37.13.48.49.48 1.62-.01 3.24 0 4.86 0q.65 0 .66-.64v-9.27c0-.63.05-1.27.18-1.89.4-2 1.81-2.99 3.84-2.76 1.32.15 2.14.78 2.45 2.08.19.8.29 1.65.3 2.48.03 3.15.01 6.31.01 9.46 0 .54 0 .54.52.54h4.98c.46 0 .49-.02.49-.5 0-3.63.02-7.27 0-10.9-.01-1.5-.17-2.98-.66-4.41-.71-2.05-2.11-3.34-4.24-3.77-.82-.17-1.68-.23-2.53-.24-2.21 0-3.95.95-5.23 2.74-.08.11-.16.21-.31.42Zm-9.63 7.02v-9.19c0-.49-.03-.52-.51-.52H6.55c-.37 0-.48.13-.48.49v18.38c0 .47.03.5.49.5h4.9c.61 0 .61 0 .61-.61v-9.04Zm.49-15.88c0-1.91-1.56-3.48-3.48-3.48-1.89 0-3.46 1.56-3.48 3.45-.02 1.9 1.56 3.5 3.47 3.51 1.91 0 3.49-1.56 3.49-3.48Z"/></svg> </a> </li> <li class="group [&:not(:last-child)]:pr-6"> <a href="https://www.instagram.com/icthealth/" class="flex h-8 items-center justify-center size-14 svg-fill w-8 !size-[2.2rem]" target="_blank" aria-label="Bezoek ons op Instagram" title="Bezoek ons op Instagram" > <svg data-name="socials-instagram" class="icon-socials-instagram text-text-normal group-hover:opacity-100 group-hover:scale-100 duration-100 ease-in-out" name="socials-instagram" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40.7 40.8"><path fill="currentColor" d="M23.8 17c-.9-.9-2.2-1.4-3.4-1.4-2 0-3.7 1.2-4.5 3-.8 1.8-.3 3.9 1.1 5.3 1.4 1.4 3.5 1.8 5.3 1 1.8-.8 3-2.5 3-4.5s-.5-2.5-1.4-3.4Zm0 0c-.9-.9-2.2-1.4-3.4-1.4-2 0-3.7 1.2-4.5 3-.8 1.8-.3 3.9 1.1 5.3 1.4 1.4 3.5 1.8 5.3 1 1.8-.8 3-2.5 3-4.5s-.5-2.5-1.4-3.4Zm7.9-5.2c-.5-1.3-1.5-2.3-2.8-2.8-1.9-.8-6.5-.6-8.6-.6s-6.7-.2-8.6.6c-1.3.5-2.3 1.5-2.8 2.8-.8 1.9-.6 6.5-.6 8.6s-.2 6.7.6 8.6c.5 1.3 1.5 2.3 2.8 2.8 1.9.8 6.5.6 8.6.6s6.7.2 8.6-.6c1.3-.5 2.3-1.5 2.8-2.8.8-1.9.6-6.5.6-8.6s.2-6.7-.6-8.6Zm-6.1 13.9c-1.4 1.4-3.3 2.2-5.3 2.2-3 0-5.7-1.8-6.9-4.6-1.2-2.8-.5-6 1.6-8.1 2.1-2.1 5.3-2.8 8.1-1.6 2.8 1.2 4.6 3.9 4.6 6.9 0 2-.8 3.9-2.2 5.3Zm3.8-11.9c-.3.3-.8.5-1.2.5-.7 0-1.3-.4-1.6-1.1-.3-.7-.1-1.4.4-1.9s1.2-.7 1.9-.4c.6.3 1.1.9 1.1 1.6s-.2.9-.5 1.2Zm-9 1.7c-2 0-3.7 1.2-4.5 3-.8 1.8-.3 3.9 1.1 5.3 1.4 1.4 3.5 1.8 5.3 1 1.8-.8 3-2.5 3-4.5s-.5-2.5-1.4-3.4c-.9-.9-2.2-1.4-3.4-1.4Zm11.3-3.7c-.5-1.3-1.5-2.3-2.8-2.8-1.9-.8-6.5-.6-8.6-.6s-6.7-.2-8.6.6c-1.3.5-2.3 1.5-2.8 2.8-.8 1.9-.6 6.5-.6 8.6s-.2 6.7.6 8.6c.5 1.3 1.5 2.3 2.8 2.8 1.9.8 6.5.6 8.6.6s6.7.2 8.6-.6c1.3-.5 2.3-1.5 2.8-2.8.8-1.9.6-6.5.6-8.6s.2-6.7-.6-8.6Zm-6.1 13.9c-1.4 1.4-3.3 2.2-5.3 2.2-3 0-5.7-1.8-6.9-4.6-1.2-2.8-.5-6 1.6-8.1 2.1-2.1 5.3-2.8 8.1-1.6 2.8 1.2 4.6 3.9 4.6 6.9 0 2-.8 3.9-2.2 5.3Zm3.8-11.9c-.3.3-.8.5-1.2.5-.7 0-1.3-.4-1.6-1.1-.3-.7-.1-1.4.4-1.9s1.2-.7 1.9-.4c.6.3 1.1.9 1.1 1.6s-.2.9-.5 1.2Zm-9 1.7c-2 0-3.7 1.2-4.5 3-.8 1.8-.3 3.9 1.1 5.3 1.4 1.4 3.5 1.8 5.3 1 1.8-.8 3-2.5 3-4.5s-.5-2.5-1.4-3.4c-.9-.9-2.2-1.4-3.4-1.4ZM38.4 0H2.5c-.1 0-.2 0-.3.1C.9.5 0 1.6 0 3V37.4c0 1.9 1.3 3.4 3.3 3.4H37.6c1.5 0 2.7-.9 3.1-2.3V3.1c0-1.5-.8-2.6-2.3-3Zm-3.6 26.4c-.1 2.3-.6 4.4-2.3 6.1-1.7 1.7-3.8 2.2-6.1 2.3-2.4.1-9.6.1-12 0-2.3-.1-4.4-.7-6.1-2.3-1.7-1.7-2.2-3.8-2.3-6.1-.1-2.4-.1-9.6 0-12 .1-2.3.7-4.4 2.3-6.1C10 6.6 12.1 6.1 14.4 6c2.4-.1 9.6-.1 12 0 2.3.1 4.4.7 6.1 2.3 1.7 1.7 2.2 3.8 2.3 6.1.1 2.4.1 9.6 0 12Zm-3.1-14.6c-.5-1.3-1.5-2.3-2.8-2.8-1.9-.8-6.5-.6-8.6-.6s-6.7-.2-8.6.6c-1.3.5-2.3 1.5-2.8 2.8-.8 1.9-.6 6.5-.6 8.6s-.2 6.7.6 8.6c.5 1.3 1.5 2.3 2.8 2.8 1.9.8 6.5.6 8.6.6s6.7.2 8.6-.6c1.3-.5 2.3-1.5 2.8-2.8.8-1.9.6-6.5.6-8.6s.2-6.7-.6-8.6Zm-6.1 13.9c-1.4 1.4-3.3 2.2-5.3 2.2-3 0-5.7-1.8-6.9-4.6-1.2-2.8-.5-6 1.6-8.1 2.1-2.1 5.3-2.8 8.1-1.6 2.8 1.2 4.6 3.9 4.6 6.9 0 2-.8 3.9-2.2 5.3Zm3.8-11.9c-.3.3-.8.5-1.2.5-.7 0-1.3-.4-1.6-1.1-.3-.7-.1-1.4.4-1.9s1.2-.7 1.9-.4c.6.3 1.1.9 1.1 1.6s-.2.9-.5 1.2Zm-9 1.7c-2 0-3.7 1.2-4.5 3-.8 1.8-.3 3.9 1.1 5.3 1.4 1.4 3.5 1.8 5.3 1 1.8-.8 3-2.5 3-4.5s-.5-2.5-1.4-3.4c-.9-.9-2.2-1.4-3.4-1.4Zm3.4 1.5c-.9-.9-2.2-1.4-3.4-1.4-2 0-3.7 1.2-4.5 3-.8 1.8-.3 3.9 1.1 5.3 1.4 1.4 3.5 1.8 5.3 1 1.8-.8 3-2.5 3-4.5s-.5-2.5-1.4-3.4Zm0 0c-.9-.9-2.2-1.4-3.4-1.4-2 0-3.7 1.2-4.5 3-.8 1.8-.3 3.9 1.1 5.3 1.4 1.4 3.5 1.8 5.3 1 1.8-.8 3-2.5 3-4.5s-.5-2.5-1.4-3.4Zm7.9-5.2c-.5-1.3-1.5-2.3-2.8-2.8-1.9-.8-6.5-.6-8.6-.6s-6.7-.2-8.6.6c-1.3.5-2.3 1.5-2.8 2.8-.8 1.9-.6 6.5-.6 8.6s-.2 6.7.6 8.6c.5 1.3 1.5 2.3 2.8 2.8 1.9.8 6.5.6 8.6.6s6.7.2 8.6-.6c1.3-.5 2.3-1.5 2.8-2.8.8-1.9.6-6.5.6-8.6s.2-6.7-.6-8.6Zm-6.1 13.9c-1.4 1.4-3.3 2.2-5.3 2.2-3 0-5.7-1.8-6.9-4.6-1.2-2.8-.5-6 1.6-8.1 2.1-2.1 5.3-2.8 8.1-1.6 2.8 1.2 4.6 3.9 4.6 6.9 0 2-.8 3.9-2.2 5.3Zm3.8-11.9c-.3.3-.8.5-1.2.5-.7 0-1.3-.4-1.6-1.1-.3-.7-.1-1.4.4-1.9s1.2-.7 1.9-.4c.6.3 1.1.9 1.1 1.6s-.2.9-.5 1.2Zm-9 1.7c-2 0-3.7 1.2-4.5 3-.8 1.8-.3 3.9 1.1 5.3 1.4 1.4 3.5 1.8 5.3 1 1.8-.8 3-2.5 3-4.5s-.5-2.5-1.4-3.4c-.9-.9-2.2-1.4-3.4-1.4Zm3.4 1.5c-.9-.9-2.2-1.4-3.4-1.4-2 0-3.7 1.2-4.5 3-.8 1.8-.3 3.9 1.1 5.3 1.4 1.4 3.5 1.8 5.3 1 1.8-.8 3-2.5 3-4.5s-.5-2.5-1.4-3.4Zm0 0c-.9-.9-2.2-1.4-3.4-1.4-2 0-3.7 1.2-4.5 3-.8 1.8-.3 3.9 1.1 5.3 1.4 1.4 3.5 1.8 5.3 1 1.8-.8 3-2.5 3-4.5s-.5-2.5-1.4-3.4Zm7.9-5.2c-.5-1.3-1.5-2.3-2.8-2.8-1.9-.8-6.5-.6-8.6-.6s-6.7-.2-8.6.6c-1.3.5-2.3 1.5-2.8 2.8-.8 1.9-.6 6.5-.6 8.6s-.2 6.7.6 8.6c.5 1.3 1.5 2.3 2.8 2.8 1.9.8 6.5.6 8.6.6s6.7.2 8.6-.6c1.3-.5 2.3-1.5 2.8-2.8.8-1.9.6-6.5.6-8.6s.2-6.7-.6-8.6Zm-6.1 13.9c-1.4 1.4-3.3 2.2-5.3 2.2-3 0-5.7-1.8-6.9-4.6-1.2-2.8-.5-6 1.6-8.1 2.1-2.1 5.3-2.8 8.1-1.6 2.8 1.2 4.6 3.9 4.6 6.9 0 2-.8 3.9-2.2 5.3Zm3.8-11.9c-.3.3-.8.5-1.2.5-.7 0-1.3-.4-1.6-1.1-.3-.7-.1-1.4.4-1.9s1.2-.7 1.9-.4c.6.3 1.1.9 1.1 1.6s-.2.9-.5 1.2Zm-9 1.7c-2 0-3.7 1.2-4.5 3-.8 1.8-.3 3.9 1.1 5.3 1.4 1.4 3.5 1.8 5.3 1 1.8-.8 3-2.5 3-4.5s-.5-2.5-1.4-3.4c-.9-.9-2.2-1.4-3.4-1.4Z"/></svg> </a> </li> </ul> </div> </div> </div> <div class="w-full bg-gradient-to-r from-gradient-background-start to-gradient-background-end py-[3.5rem]"> <div class="container"> <div class="flex flex-col items-center justify-center lg:flex-row lg:space-x-8 lg:flex-nowrap"> <div class="text-center text-text-normal lg:w-full lg:text-right"> <p class="font-heading font-bold text-16 lg:text-18 leading-snug">Wilt u op de hoogte blijven van het laatste nieuws in de zorginnovatie?</p> <p class="font-body mt-6 base:mt-2 lg:mt-0 text-14">Abonneer u op de ICT&health nieuwsbrief en blijf op de hoogte.</p> </div> <div class="flex justify-center lg:w-1/3 lg:justify-start mt-14 lg:mt-0"> <div data-modal="modal-form"> <button href="" data-open-modal="data-open-modal" title="Aanmelden" label="Aanmelden" class="animated-colors btn btn-ghost-secondary"> Aanmelden </button> <div data-modal-content data-close-text="Sluit"> <div id="form-newsletter" class="form form-light form-newsletter form-page" x-data="newsletterForm67f3a26304a5c()" > <form method="post" class="form-vertical" accept-charset="utf-8" autocomplete="off" autosuggest="off" data-toggle="validator" data-disable="false" x-show="!success" x-cloak @submit.prevent="submit" > <input type="hidden" name="_token" value="nxwoOhALQdIR0PIK8p34pe6ZLjbdlPuABDRe18fg" autocomplete="off"> <div class="generated mb-8"> <h3 class="!text-secondary">Meld je aan voor onze nieuwsbrief</h3> <p class="block max-w-[44rem] !text-primary"> Schrijf u in op de ICT&health nieuwsbrief en blijf op de hoogte van het laatste nieuws op het gebied van zorginnovatie. </p> </div> <div class="fieldsets"> <fieldset> <div class="form-group input-name --text --required --single"> <label for="field_name" class="form-control-label" > Naam <span class="required">*</span> </label> <input aria-label="Naam" data-name="Naam" type="text" name="name" id="field_name" value="" class="form-control" required="" autocomplete="on" autosuggest="off" x-model="data.name" > </div> <div class="form-group input-email --email --required --single"> <label for="field_email" class="form-control-label" > E-mailadres <span class="required">*</span> </label> <input aria-label="E-mailadres" data-name="E-mailadres" type="email" name="email" id="field_email" value="" class="form-control" required="" autocomplete="on" autosuggest="off" x-model="data.email" > </div> <div class="form-group input-data-permission --checkbox --required --single"> <div class="custom-control custom-checkbox"> <input type="hidden" name="data-permission" value="0" > <input type="checkbox" required="" name="data-permission" id="field_permission" value="1" class="custom-control-input" > <label class="custom-control-label" for="field_permission" > Ik heb de <a class="underline text-secondary" href="https://icthealth.nl/privacy-policy" target="_blank" title="Lees onze privacy policy" aria-label="Lees onze privacy policy">privacy policy</a> gecontroleerd en geef toestemming voor het gebruik van mijn gegevens. <span class="required">*</span> </label> </div> </div> </fieldset> </div> <div class="buttons"> <button href="" title="Aanmelden" label="" class="animated-colors btn btn-solid-secondary" type="submit"> Aanmelden </button> </div> </form> <div class="w-full py-4 mt-8 font-bold leading-none text-secondary" x-text="errorMessage" x-show="error" > Fout </div> <div class="w-full py-4" x-show="success" > <div class="generated"> <h3 class="!text-secondary">Dankuwel!</h3> <p class="block w-[44rem] max-w-[44rem] !text-primary !pb-0"> U bent geabonneerd op de nieuwsbrief. </p> </div> </div> </div> </div> </div> <script> function newsletterForm67f3a26304a5c() { return { data: { email: '', name: '', }, loading: false, errorMessage: '', error: false, success: false, async submit(event) { event.preventDefault(); this.loading = true; this.error = false; try { const response = await fetch(route('newsletter.subscribe'), { method: 'POST', headers: { 'Content-Type': 'application/json', }, body: JSON.stringify({ email: this.data.email, name: this.data.name, }), }); const result = await response.json(); if (response.ok) { this.loading = false; this.success = true; } else { this.error = true; this.handleErrors(result); } } catch (error) { console.error('Error submitting form:', error); this.loading = false; } }, handleErrors(result) { try { this.errorMessage = result.error; } catch (error) { console.error(error); } } }; } </script> </div> </div> </div> </div> <div class="relative w-full py-20 lg:py-[4rem]"> <div class="container flex flex-col lg:flex-row lg:justify-between"> <nav class="flex flex-col lg:flex-row text-center lg:text-left space-y-6 lg:space-y-0 lg:justify-between lg:space-x-16" role="navigation" > <div class="relative inline-block "> <a href="https://icthealth.nl/vragen-contact" class="animated-colors font-body leading-none text-11 text-text-normal/50 hover:text-accent-hover focus:outline-none focus:text-text-normal text-text-normal" title="Ga naar :pagina" aria-label="Ga naar :pagina" > Vragen & contact </a> </div> <div class="relative inline-block "> <a href="https://icthealth.nl/adverteren" class="animated-colors font-body leading-none text-11 text-text-normal/50 hover:text-accent-hover focus:outline-none focus:text-text-normal text-text-normal" title="Ga naar :pagina" aria-label="Ga naar :pagina" > Adverteren </a> </div> <div class="relative inline-block "> <a href="https://icthealth.nl/privacy-policy" class="animated-colors font-body leading-none text-11 text-text-normal/50 hover:text-accent-hover focus:outline-none focus:text-text-normal text-text-normal" title="Ga naar :pagina" aria-label="Ga naar :pagina" > Privacy Policy </a> </div> <div class="relative inline-block "> <a href="https://icthealth.nl/disclaimer" class="animated-colors font-body leading-none text-11 text-text-normal/50 hover:text-accent-hover focus:outline-none focus:text-text-normal text-text-normal" title="Ga naar :pagina" aria-label="Ga naar :pagina" > Disclaimer </a> </div> <div class="relative inline-block "> <a href="https://icthealth.nl/sitemap" class="animated-colors font-body leading-none text-11 text-text-normal/50 hover:text-accent-hover focus:outline-none focus:text-text-normal text-text-normal" title="Ga naar :pagina" aria-label="Ga naar :pagina" > Sitemap </a> </div> <div class="relative inline-block "> <a href="https://icthealth.org" class="animated-colors font-body leading-none text-11 text-text-normal/50 hover:text-accent-hover focus:outline-none focus:text-text-normal text-text-normal" title="Ga naar :pagina" aria-label="Ga naar :pagina" > Internationaal </a> </div> <div class="relative inline-block"> <a onClick="event.preventDefault()" href="#" class="animated-colors font-body leading-none text-11 text-text-normal/50 hover:text-accent-hover focus:outline-none focus:text-text-normal js-cookiebutton" > Cookie instellingen </a> </div> </nav> <div class="mt-12 lg:mt-0 text-center lg:text-left max-w-full text-11 text-text-normal/50"> Copyright © 2025 ICT&health • Alle rechten voorbehouden </div> </div> </div> </footer> </div> <div class="Cookie__wrapper"> <div class="Cookie__backdrop"> <div class="Cookie__message"> <div class="Cookie__message_initial active"> <div class="Cookie__intro"> <div class="Cookie__title"> <h2>Cookies</h2> </div> <div class="Cookie__text"> ICT&health maakt op deze website gebruik van cookies en vergelijkbare technieken. Wij gebruiken cookies om ervoor te zorgen dat onze website goed functioneert, om uw voorkeuren op te slaan, om inzicht te krijgen in bezoekersgedrag, maar ook voor marketingdoeleinden. Meer informatie vindt u op onze <a href="https://icthealth.nl/privacy-policy" title="privacy policy">privacy policy</a>. </div> </div> <div class="Cookie__message_actions"> <div class="Button__link btn-secondary js-cookiebutton-settings"> Cookie instellingen </div> <div class="Button__link btn-primary Cookie__option__accept_all"> Accepteer alle cookies </div> </div> </div> <div class="Cookie__message_settings"> <div class="Cookie__intro"> <div class="Cookie__title"> <h2>Cookie instellingen</h2> </div> <div class="Cookie__text"> Pas de cookie-instellingen aan naar jouw persoonlijke voorkeur en bevestig jouw keuze. Noodzakelijke cookies zijn altijd noodzakelijk om deze website te kunnen bezoeken. U kunt uw voorkeur op ieder moment wijzigen of intrekken. </div> </div> <div class="Clickable__cookie__options"> <div class="Cookie__option --necessary" cookies="necessary"> <div class="Cookie__main__option"> <div class="Cookie__checkbox"> <div class="Cookie__fake__checkbox"></div> <div class="Cookie__option__text"> Noodzakelijk </div> <div class="Cookie__option__total"> (1) </div> </div> <div class="Cookie__option__open"></div> </div> <div class="Cookie__options__list"> <ul> <li> <strong>Google Analytics</strong> <p> Het bijhouden van geanonimiseerde bezoekersstatistieken bij het gebruik van de website. </p> </li> </ul> </div> </div> <div class="Cookie__option --personal" cookies="personal"> <div class="Cookie__main__option"> <div class="Cookie__checkbox +pad2"> <div class="Cookie__fake__checkbox"></div> <div class="Cookie__option__text"> Functioneel </div> <div class="Cookie__option__total"> (2) </div> </div> <div class="Cookie__option__open"></div> </div> <div class="Cookie__options__list"> <ul> <li> <strong>Google Analytics</strong> <p> Het bijhouden van persoonlijke bezoekersstatistieken bij het gebruik van de website. </p> </li> <li> <strong>Google Tag Manager</strong> <p> Het beheren van tags en het bijhouden van gegevens over het gebruik van de website. </p> </li> </ul> </div> </div> <div class="Cookie__option --marketing" cookies="marketing"> <div class="Cookie__main__option"> <div class="Cookie__checkbox +pad2"> <div class="Cookie__fake__checkbox"></div> <div class="Cookie__option__text"> Marketing </div> <div class="Cookie__option__total"> (1) </div> </div> <div class="Cookie__option__open"></div> </div> <div class="Cookie__options__list"> <ul> <li> <strong>Google Ads</strong> <p> Het tonen van gerichte advertenties op basis van het gebruik van de website. </p> </li> </ul> </div> </div> </div> <div class="Cookie__message_actions"> <div class="Cookie__option__accept text-link"> Mijn keuze bevestigen </div> <div class="Button__link btn-secondary Cookie__option__decline"> Alleen noodzakelijke cookies </div> <div class="Button__link btn-primary Cookie__option__accept_all"> Accepteer alle cookies </div> </div> </div> </div> </div> </div> <div class="search-menu" style="visibility: hidden;"> <div class="search-overlay"> <div class="container no-z-index md:mt-[1.2rem] relative"> <div class="fixed top-0 left-0 w-full h-full bg-background bg-opacity-95 js-algoliasearch-trigger"></div> <div class="flex flex-col items-center justify-center cursor-pointer search-close js-algoliasearch-trigger group"> <button class="relative w-8 h-8 transition duration-150 ease-in-out text-text-normal svg-fill focus:outline-none group-hover:text-secondary group-hover:rotate-90"> <svg data-name="close" class="icon-close h-[2rem] w-[2rem]" name="close" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M16.913.205 10 7.118 3.087.205.5 2.792l6.913 6.913L.5 16.618l2.587 2.587L10 12.292l6.913 6.913 2.587-2.587-6.913-6.913L19.5 2.792z"/></svg> </button> <div class="uppercase text-text-normal font-heading text-center text-13 pt-1"> Sluit </div> </div> </div> <div class="search-wrapper js-algolia-search-wrapper"> <span class="block mb-8 font-heading font-bold text-center text-text-normal search-title text-20 lg:text-28 md:mb-10">Waar bent u naar op zoek?</span> <div class="relative overflow-hidden border border-secondary bg-transparant rounded-2xl pr-[5rem] pl-[2rem] md:pr-[9rem] z-[2]"> <div class="js-search-input-wrapper" data-submit-form="search67f3a26309c70" data-placeholder="Ik zoek naar.."></div> <form id="search67f3a26309c70" action="https://icthealth.nl/zoeken" novalidate="novalidate" class="search-box js-search-form"> <input type="hidden" class="search-query" name="term"> <button aria-label="Zoeken" type="submit" class="search-submit"></button> </form> </div> <div class="hits-container js-hits-container" data-empty-results-text="Geen resultaten gevonden"> <div class="hits-wrapper"> <div class="hits-results"> </div> </div> <form action="https://icthealth.nl/zoeken" novalidate="novalidate" class="search-box js-search-form"> <input type="hidden" class="search-query" name="term"> <button aria-label="Zoeken" type="submit" class="hidden all-results mx-auto"> <span class="inline-flex items-center cursor-pointer group font-body"> <span class="block pb-1 text-14 md:text-18 font-body font-bold btn btn-ghost-secondary"> Bekijk alle zoekresultaten </span> </span> </button> </form> </div> </div> </div> </div> <div class="fixed top-0 left-0 w-full h-full opacity-0 pointer-events-none transition-opacity duration-500 z-[9999]" id="backdrop" ></div> <div class="fixed top-0 left-0 w-full h-full opacity-0 pointer-events-none transition-opacity duration-500 z-[9999]" id="backdrop" ></div> <div class="hidden"> <svg data-name="loading" class="icon-loading w-32 h-32" data-ajax-lightbox-loading-icon="data-ajax-lightbox-loading-icon" name="loading" uniqueId="data-ajax-lightbox-loading-icon" fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 97"><style>@keyframes circle_data-ajax-lightbox-loading-icon{0%,16.67%,to{transform:translateX(32.21px) translateY(4px)}8.33%{transform:translateX(32.21px) translateY(-2px)}}@keyframes circle_2_data-ajax-lightbox-loading-icon{0%,50%,66.67%,to{transform:translateX(32.21px) translateY(75px)}58.33%{transform:translateX(32.21px) translateY(81px)}}@keyframes circle_3_data-ajax-lightbox-loading-icon{0%,16.67%,33.33%,to{transform:translateX(66.95px) translateY(21.75px) rotate(60deg)}25%{transform:translateX(72.95px) translateY(15.75px) rotate(60deg)}}@keyframes circle_4_data-ajax-lightbox-loading-icon{0%,58.33%,75%,to{transform:translateX(5.46px) translateY(57.25px) rotate(60deg)}66.67%{transform:translateX(-.54px) translateY(63.25px) rotate(60deg)}}@keyframes circle_5_data-ajax-lightbox-loading-icon{0%,33.33%,50%,to{transform:translateX(66.95px) translateY(57.25px) rotate(120deg)}41.67%{transform:translateX(72.95px) translateY(63.25px) rotate(120deg)}}@keyframes circle_6_data-ajax-lightbox-loading-icon{0%,75%,91.67%,to{transform:translateX(5.46px) translateY(21.75px) rotate(120deg)}83.33%{transform:translateX(-.54px) translateY(15.75px) rotate(120deg)}}</style><g clip-path="url(#clip_data-ajax-lightbox-loading-icon)" data-name="animation-loading-icon"><path fill="none" data-name="animation-loading-icon" d="M0 0h96v97H0z"/><g data-name="Group 4"><g data-name="loading-icon" transform="translate(12 9)"><path d="M24.85 28.755c.939-1.598 1.656-3.331 2.19-5.284.613-2.261.912-4.341.912-6.357v-.48h-1.97.002-3.46l-.098 1.762c-.076 1.022-.198 2.214-.516 3.367-.245.886-.55 1.75-.906 2.578L12.83 15a17.82 17.82 0 0 1-1.22-1.541c-.278-.384-.473-.772-.66-1.15l-.107-.213a5.117 5.117 0 0 1-.403-1.255 6.868 6.868 0 0 1-.125-1.326c0-.53.076-1.012.24-1.515.177-.528.374-.89.663-1.208.37-.406.726-.69 1.125-.89.401-.2.912-.302 1.523-.302.562 0 .912.059 1.211.206.395.193.663.37.922.615.267.25.463.552.676.928.222.392.38.751.508 1.169.005.012.44 1.553.44 1.553l1.986-.499 3.366-.763-.036-.427c-.11-1.295-.346-2.263-.765-3.14-.498-1.046-1.115-1.952-1.831-2.693-.723-.746-1.676-1.376-2.825-1.874C16.463.222 15.27 0 13.867 0c-1.497 0-2.846.261-4.01.775-1.237.546-2.236 1.223-3.048 2.071a8.611 8.611 0 0 0-1.894 3.03c-.403 1.086-.614 2.377-.614 3.734 0 1.213.183 2.41.56 3.655.325 1.07.82 2.145 1.512 3.269-.824.467-1.583.999-2.262 1.58-.841.72-1.575 1.531-2.18 2.407-.6.86-1.074 1.836-1.412 2.896a11.148 11.148 0 0 0-.516 3.317c0 1.67.294 3.13.896 4.458a10.502 10.502 0 0 0 2.389 3.356C4.3 35.504 6.512 37 10.4 37c2.16 0 4.158.054 5.907-.687 1.687-.716 3.182-1.71 4.556-2.886l2.945 3.326c.14.158.331.247.531.247h7.665l-7.152-8.249v.005h-.002Zm-10.164 3.047c-.995.41-2.162.62-3.47.62-.791 0-1.449-.122-1.952-.36-.705-.333-1.197-.66-1.598-1.062a4.71 4.71 0 0 1-1.065-1.718 6.524 6.524 0 0 1-.378-2.267c0-1.156.052-1.793.565-2.832.479-.966 1.406-2.253 2.375-2.984l8.006 9.058c-.846.698-1.662 1.205-2.484 1.543l.002.002Z" fill="url(#paint_linear_data-ajax-lightbox-loading-icon)" data-name="Vector" transform="translate(21 21)"/><circle fill="#fff" data-name="cirkle 1" style="animation:2s linear 0s infinite forwards running circle_data-ajax-lightbox-loading-icon;transform:translateX(32.21px) translateY(4px)" r="4"/><circle fill="#fff" data-name="cirkle 2" style="animation:2s linear 0s infinite forwards running circle_2_data-ajax-lightbox-loading-icon;transform:translateX(32.21px) translateY(75px)" r="4"/><circle fill="#fff" data-name="cirkle 3" style="animation:2s linear 0s infinite forwards running circle_3_data-ajax-lightbox-loading-icon;transform:translateX(66.95px) translateY(21.75px) rotate(60deg)" r="4"/><circle fill="#fff" data-name="cirkle 4" style="animation:2s linear 0s infinite forwards running circle_4_data-ajax-lightbox-loading-icon;transform:translateX(5.46px) translateY(57.25px) rotate(60deg)" r="4"/><circle fill="#fff" data-name="cirkle 5" style="animation:2s linear 0s infinite forwards running circle_5_data-ajax-lightbox-loading-icon;transform:translateX(66.95px) translateY(57.25px) rotate(120deg)" r="4"/><circle fill="#fff" data-name="cirkle 6" style="animation:2s linear 0s infinite forwards running circle_6_data-ajax-lightbox-loading-icon;transform:translateX(5.46px) translateY(21.75px) rotate(120deg)" r="4"/></g></g></g><defs><linearGradient id="paint_linear_data-ajax-lightbox-loading-icon" x1=".733" y1="5.286" x2="34.684" y2="36.078" gradientUnits="userSpaceOnUse"><stop stop-color="#72CCEE"/><stop offset="1" stop-color="#6398D0"/></linearGradient><clipPath id="clip_data-ajax-lightbox-loading-icon"><path d="M0 0h96v97H0z"/></clipPath></defs></svg> </div> <!-- Less important scripts --> <script> if (!(window.console && window.console.log && window.console.group)) { window.console = { group: function () {}, log: function () {} }; } window.console.group('DEVELOPER ALERT!'); window.console.log('\nHallo daar! Wil jij ook zulke mooie dingen maken zoals deze website? Neem eens een kijkje bij ons op:\n\nwww.vormkracht10.nl\n\n'); </script> <script src="https://icthealth.nl/assets/frontend/js/main.js?id=b482754ee8073833d6fbb84b6b7a7306"> </script> <script type="module" src="https://icthealth.nl/assets/slim/js/instantpage.js"> </script> </body> </html>