
<!DOCTYPE html>
<html lang="nl" >

<head><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(e){this.triggerEvents=e,this.eventOptions={passive:!0},this.userEventListener=this.triggerListener.bind(this),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventListener,e.eventOptions)))}_removeUserInteractionListener(e){this.triggerEvents.forEach((t=>window.removeEventListener(t,e.userEventListener,e.eventOptions)))}triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}async _loadEverythingNow(){this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async),await this._triggerDOMContentLoaded(),await this._triggerWindowLoad(),window.dispatchEvent(new Event("rocket-allScriptsLoaded"))}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._requestAnimFrame(),new Promise((t=>{const n=document.createElement("script");let r;[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type",r=e.nodeValue),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t()),e.parentNode.replaceChild(n,e)}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){var e=document.createDocumentFragment();[...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async].forEach((t=>{const n=t.getAttribute("src");if(n){const t=document.createElement("link");t.href=n,t.rel="preload",t.as="script",e.appendChild(t)}})),document.head.appendChild(e)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(r){e["rocket"+t]=n=r}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._requestAnimFrame(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._requestAnimFrame(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._requestAnimFrame(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._requestAnimFrame(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._requestAnimFrame(),window.dispatchEvent(new Event("rocket-load")),await this._requestAnimFrame(),window.rocketonload&&window.rocketonload(),await this._requestAnimFrame(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),window.dispatchEvent(new Event("rocket-pageshow")),await this._requestAnimFrame(),window.rocketonpageshow&&window.rocketonpageshow()}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,r=document.createRange(),i=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const a=document.createDocumentFragment();r.setStart(a,0),a.appendChild(r.createContextualFragment(t)),i.insertBefore(a,o)}}async _requestAnimFrame(){return new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts(["keydown","mousemove","touchmove","touchstart","touchend","wheel"]);e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();
</script>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <link rel="apple-touch-icon" sizes="180x180" href="https://j8a3m7f3.rocketcdn.me/nl/wp-content/themes/webrand/dist/assets/img/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://j8a3m7f3.rocketcdn.me/nl/wp-content/themes/webrand/dist/assets/img/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://j8a3m7f3.rocketcdn.me/nl/wp-content/themes/webrand/dist/assets/img/favicons/favicon-16x16.png">
<link rel="icon" type="image/svg" href="https://j8a3m7f3.rocketcdn.me/nl/wp-content/themes/webrand/dist/assets/img/favicons/favicon.svg">
<link rel="mask-icon" href="https://j8a3m7f3.rocketcdn.me/nl/wp-content/themes/webrand/dist/assets/img/favicons/safari-pinned-tab.svg" color="#181515">

<meta name="apple-mobile-web-app-title" content="Yenlo">
<meta name="application-name" content="Yenlo">
<meta name="msapplication-TileColor" content="#5793DB">
<meta name="theme-color" content="#5793DB">
    
        <meta http-equiv="x-dns-prefetch-control" content="on">
<script type="text/javascript">
if(!gform){document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0});var gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener("DOMContentLoaded",o):document.addEventListener("gform_main_scripts_loaded",o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook("action",o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook("filter",o,n,r,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,n){gform.removeHook("action",o,n)},removeFilter:function(o,n,r){gform.removeHook("filter",o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+"_"+e.length),null==t&&(t=10),gform.hooks[o][n].push({tag:i,callable:r,priority:t})},doHook:function(o,n,r){if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[o][n]){var t,i=gform.hooks[o][n];i.sort(function(o,n){return o.priority-n.priority});for(var e=0;e<i.length;e++)"function"!=typeof(t=i[e].callable)&&(t=window[t]),"action"==o?t.apply(null,r):r[0]=t.apply(null,r)}if("filter"==o)return r[0]},removeHook:function(o,n,r,t){if(null!=gform.hooks[o][n])for(var i=gform.hooks[o][n],e=i.length-1;0<=e;e--)null!=t&&t!=i[e].tag||null!=r&&r!=i[e].priority||i.splice(e,1)}}}
</script>

        <link rel="dns-prefetch" href="//fonts.googleapis.com" />
        <link rel="dns-prefetch" href="//fonts.gstatic.com" />
        <link rel="dns-prefetch" href="//ajax.googleapis.com" />
        <link rel="dns-prefetch" href="//www.google-analytics.com" />
    <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />

	<!-- This site is optimized with the Yoast SEO Premium plugin v16.8 (Yoast SEO v16.8) - https://yoast.com/wordpress/plugins/seo/ -->
	<title>Yenlo - WSO2 Integratie Experts</title><style id="rocket-critical-css">html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}a{background-color:transparent}img{border-style:none}button,input,select{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[hidden]{display:none}.foundation-mq{font-family:"small=0em&medium=40.625em&large=50em&xlarge=65.625em&xxlarge=75em&xxxlarge=90em"}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:100%}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}body{margin:0;padding:0;background:#fff;font-family:Eina03,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.6;color:#181515;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle;max-width:100%;height:auto;-ms-interpolation-mode:bicubic}select{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;border-radius:.1875rem}button{padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:.1875rem;background:0 0;line-height:1}button,input,select{font-family:inherit}[type=text]{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:2.9125rem;margin:0 0 .9375rem;padding:.4375rem 0 .9375rem 0;border:.125rem solid #f2f6f8;border-radius:0;background-color:transparent;-webkit-box-shadow:none;box-shadow:none;font-family:Eina03,Helvetica,Arial,sans-serif;font-size:1rem;font-weight:600;line-height:1.6;color:#181515;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=button],[type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.1875rem}::-webkit-input-placeholder{color:#969696}::-moz-placeholder{color:#969696}:-ms-input-placeholder{color:#969696}::-ms-input-placeholder{color:#969696}::placeholder{color:#969696}label{display:block;margin:0;font-size:.875rem;font-weight:400;line-height:1.7;color:#000}select{height:2.9125rem;margin:0 0 .9375rem;padding:.4375rem 0 .9375rem 0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:.125rem solid #f2f6f8;border-radius:0;background-color:#fff;font-family:Eina03,Helvetica,Arial,sans-serif;font-size:1rem;font-weight:600;line-height:1.6;color:#181515;background-image:url("data:image/svg+xml;utf8,");background-origin:content-box;background-position:right -.9375rem center;background-repeat:no-repeat;background-size:9px 6px;padding-right:1.40625rem}@media screen and (min-width:0\0){select{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)}}select::-ms-expand{display:none}select:not([multiple]){padding-top:0;padding-bottom:0}div,form,h1,h2,h3,li,p,ul{margin:0;padding:0}p{margin-bottom:2rem;font-size:inherit;line-height:1.7;text-rendering:optimizeLegibility}i{font-style:italic;line-height:inherit}.h1,.h2,.h4,h1,h2,h3{font-family:Eina03,Helvetica,Arial,sans-serif;font-style:normal;font-weight:700;color:inherit;text-rendering:optimizeLegibility}.h1,h1{font-size:2.5rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}.h2,h2{font-size:2.25rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h3{font-size:1.875rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}.h4{font-size:1.625rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}@media print,screen and (min-width:40.625em){.h1,h1{font-size:2rem}.h2,h2{font-size:1.75rem}h3{font-size:1.5rem}}@media print,screen and (min-width:50em){.h1,h1{font-size:3rem}.h2,h2{font-size:2.5rem}h3{font-size:1.75rem}.h4{font-size:1.5rem}}a{line-height:inherit;color:#5793db;text-decoration:none}a img{border:0}ul{margin-bottom:2rem;list-style-position:outside;line-height:1.7}li{font-size:inherit}ul{margin-left:1.25rem;list-style-type:disc}ul ul{margin-left:1.25rem;margin-bottom:0}.row{max-width:75rem;margin-right:auto;margin-left:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap}.column{-webkit-box-flex:1;-webkit-flex:1 1 0px;-ms-flex:1 1 0px;flex:1 1 0px;padding-right:.9375rem;padding-left:.9375rem;min-width:0}@media print,screen and (min-width:40.625em){.column{padding-right:.9375rem;padding-left:.9375rem}}@media print,screen and (min-width:50em){.column{padding-right:.9375rem;padding-left:.9375rem}}.small-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media print,screen and (min-width:40.625em){.medium-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.medium-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}}@media print,screen and (min-width:50em){.large-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.large-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}}@media screen and (min-width:75em){.xxlarge-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}}.button{display:inline-block;vertical-align:middle;margin:0 0;padding:1.25rem 2rem 1.125rem;border:1px solid transparent;border-radius:.1875rem;font-family:Eina03,Helvetica,Arial,sans-serif;font-size:1rem;-webkit-appearance:none;line-height:1;text-align:center}.button.large{font-size:1.125rem}.button{background-color:#f8941e;color:#fff}.button.clear{border-color:transparent;background-color:transparent}.button.clear{color:#f8941e}.close-button{position:absolute;z-index:10;color:#5793db}.close-button{right:1rem;top:.5rem;font-size:2em;line-height:1}.off-canvas-content{-webkit-transform:none;-ms-transform:none;transform:none;-webkit-backface-visibility:hidden;backface-visibility:hidden}.align-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.align-middle{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.hide{display:none!important}.text-uppercase{text-transform:uppercase!important}.text-uppercase{text-transform:uppercase}.flex-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.unstyled-list{list-style:none;margin-left:0;padding:0}.unstyled-list li:before{display:none!important}.icon{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;overflow:hidden;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.icon.left{margin-right:.25rem}.dot{display:inline-block}.dot.primary{background-color:#f8941e}.has-secondary-color{color:#5793db!important}.button{font-weight:700}.button.white{color:#fff;font-weight:700}.sub-menu-close{width:3.75rem;height:3.75rem;background:#f8fafc;border-radius:50%;outline:0}@media print,screen and (max-width:40.62375em){.sub-menu-close{width:3.125rem;height:3.125rem}}.sub-menu-close::before{content:"";position:absolute;top:50%;left:50%;width:1rem;height:1rem;background-image:url(https://j8a3m7f3.rocketcdn.me/nl/wp-content/themes/webrand/dist/assets/img/icons/arrow-left-large-blue.svg);background-size:100%;background-repeat:no-repeat;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.search-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:relative;overflow-x:hidden;overflow-y:auto;width:100%;width:100vw;height:100%;height:100vh}@media print,screen and (max-width:65.62375em){.search-container{max-height:calc(100vh - 4.25rem)}}.search-container .row{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;margin-left:auto;margin-right:auto}.search-container .page-content{position:relative;width:100%}.search-container .page-content .h1{font-size:.875rem;margin-bottom:.5rem;line-height:1.4}.search-container .page-content .h2{max-width:30rem;margin-bottom:3rem}.search-container .search-form{margin-bottom:2.5rem}.search-container .our-suggestions{max-width:54.375rem}.footer-offices-item-email,.footer-offices-item-phone{display:inline-block;width:100%;font-size:1.125rem;line-height:1.875rem;color:#181515}@media print,screen and (max-width:74.99875em){.footer-offices-item-email,.footer-offices-item-phone{font-size:1rem;line-height:1.625rem}}.footer-offices-item--hq .footer-offices-item-email,.footer-offices-item--hq .footer-offices-item-phone{display:none}@media print,screen and (max-width:65.62375em){.footer-offices-item--hq .footer-offices-item-email,.footer-offices-item--hq .footer-offices-item-phone{display:block;color:#5793db;font-family:Eina03,Helvetica,Arial,sans-serif;font-size:.9375rem;font-weight:600}}.footer-mobile-socials{display:none;margin-bottom:2.8125rem;padding-top:2.8125rem}@media print,screen and (max-width:74.99875em){.footer-mobile-socials{display:block}}@media print,screen and (max-width:40.62375em){.footer-mobile-socials{border-top:1px solid #f6f9fa}}.footer-mobile-socials ul{margin:0;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.footer-mobile-socials ul li{list-style-type:none}.footer-mobile-socials ul li:not(:last-child){margin-right:1.875rem}.footer-mobile-socials ul li.footer-mobile-socials-title{display:block;width:100%;font-family:Eina03,Helvetica,Arial,sans-serif;font-size:.8125rem;font-weight:600;letter-spacing:.0625rem;text-transform:uppercase;color:#a7afc0;margin-bottom:.625rem}.footer-mobile-socials ul li.footer-mobile-socials-title::before{content:"";display:inline-block;margin-right:.625rem;height:.0625rem;width:.8125rem;background:#a7afc0;-webkit-transform:translateY(-.25rem);-ms-transform:translateY(-.25rem);transform:translateY(-.25rem)}.footer-mobile-socials ul li a{display:inline-block;font-family:Eina03,Helvetica,Arial,sans-serif;font-size:1rem;font-weight:600;color:#1e2432}.footer-mobile-socials .footer-mobile-nav{margin-bottom:1.875rem;display:none}@media print,screen and (max-width:49.99875em){.footer-mobile-socials .footer-mobile-nav{display:block}}.footer-mobile-socials .footer-mobile-nav li{width:100%;margin-top:.3125rem}.footer-mobile-socials .footer-mobile-nav li:first-child{margin-top:0}.footer-mobile-socials .footer-mobile-nav li a{line-height:1.75rem}label{font-family:Eina03,Helvetica,Arial,sans-serif;margin-bottom:0}[type=text],select{border-top:none!important;border-right:none!important;border-left:none!important}select{background-image:url(https://j8a3m7f3.rocketcdn.me/nl/wp-content/themes/webrand/dist/assets/img/icons/arrow-down-secondary.svg)!important;background-origin:content-box;background-position:right center;background-repeat:no-repeat;background-size:.5625rem .375rem}.header{z-index:98;position:fixed;top:0;left:0;padding:0 3.125rem;width:100%;height:5rem;background-color:rgba(18,36,65,.25);border-bottom:.0625rem solid transparent}.notification-bar-active .header{top:6.25rem}@media print,screen and (max-width:65.62375em){.notification-bar-active .header{top:5rem}}@media print,screen and (max-width:65.62375em){.header{padding:0 .9375rem;height:4.25rem}}.header-inner{height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.header .header-logo{width:auto;height:100%;padding-right:3.1875rem;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}@media print,screen and (max-width:65.62375em){.header .header-logo{padding-right:1.25rem}}.header .header-logo .logo{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;width:6.1875rem}@media print,screen and (max-width:65.62375em){.header .header-logo .logo{width:4.9375rem}}.header .header-logo .logo .logo-letter{fill:#fff}.header .header-logo .logo .logo-dot{fill:#f8941e}.header-nav{margin-left:auto;margin-right:auto}@media screen and (max-width:1575px){.header-nav{display:none}}.header-nav ul{margin:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.header-nav ul li{list-style-type:none}.header-nav ul li a{font-family:Eina03,Helvetica,Arial,sans-serif;font-size:1rem;font-weight:600;color:#fff}.header-nav ul li.menu-item{position:relative;padding-right:1.25rem;padding-left:1rem}.header-nav ul li:not(:last-child){margin-right:1rem}.header-nav ul li .sub-menu{display:none}.header-extra{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-left:.0625rem solid transparent;height:100%}.header-search{padding:0 1.5625rem;margin-right:1.5625rem;height:2.5rem;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;border-right:.0625rem solid rgba(255,255,255,.2)}@media print,screen and (max-width:65.62375em){.header-search{margin-right:.9375rem;height:100%;border-left:.0625rem solid rgba(255,255,255,.2)}}.header-search a{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.header-search .icon{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media print,screen and (max-width:40.62375em){.header-btn{display:none}}.header-menu{margin-left:1.25rem;padding-top:.5625rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:3.625rem;height:3.625rem;font-size:.6875rem;text-transform:lowercase;color:#5793db;background-color:#f9fcfd;border-radius:100%}@media screen and (max-width:768px){.header-menu{position:fixed;z-index:9999999;right:1.25rem;bottom:1rem;background:#fff;-webkit-box-shadow:0 11px 15px -7px rgba(0,0,0,.05),0 9px 46px 8px rgba(0,0,0,.03),0 24px 38px 3px rgba(0,0,0,.04);box-shadow:0 11px 15px -7px rgba(0,0,0,.05),0 9px 46px 8px rgba(0,0,0,.03),0 24px 38px 3px rgba(0,0,0,.04)}}.header-menu span{margin-top:.1875rem;font-weight:600;display:block}.header-menu#mobile-menu-toggle{display:none;width:4rem;height:4rem}@media screen and (max-width:1575px){.header-menu#mobile-menu-toggle{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.header-menu#mobile-menu-toggle span{font-weight:700}[class*=trigger-mega-menu]{position:relative}[class*=trigger-mega-menu]:after{content:"";position:absolute;top:50%;left:100%;width:.5625rem;height:.3125rem;background-size:100%;background-repeat:no-repeat;margin-top:-.125rem;margin-left:-.5625rem;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;background-image:url(https://j8a3m7f3.rocketcdn.me/nl/wp-content/themes/webrand/dist/assets/img/icons/arrow-down-white.svg)}@media print,screen and (max-width:49.99875em){[class*=trigger-mega-menu]:after{display:none}}.page-content{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}@media print,screen and (max-width:65.62375em){.page-content{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}}.page-content h2{margin-bottom:2.5625rem;font-size:2.875rem;line-height:3.375rem;letter-spacing:-.0625rem}@media print,screen and (max-width:65.62375em){.page-content h2{margin-bottom:1.5625rem;font-size:2.25rem;line-height:2.75rem;letter-spacing:-.05rem}}.home-hero{position:relative;min-height:100vh;width:100vw}@media print,screen and (max-width:40.62375em){.home-hero{min-height:700px}}.home-hero .row{position:absolute;left:0;top:0;right:0;bottom:0;z-index:4}.home-hero-content-wrapper{z-index:3;position:relative;margin:0 auto;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;color:#fff;padding-top:6.25rem;padding-bottom:6.25rem}@media print,screen and (max-width:74.99875em){.home-hero-content-wrapper{padding-top:8.1875rem;padding-bottom:4rem}}@media print,screen and (max-width:49.99875em){.home-hero-content-wrapper{padding-top:7.1875rem;padding-bottom:3rem}}@media print,screen and (max-width:40.62375em){.home-hero-content-wrapper{padding-top:5.6875rem;padding-bottom:1.5rem}}.home-hero h1{margin:1.4375rem 0 .9375rem 0;font-size:3.75rem;font-weight:700;line-height:4.5rem}@media print,screen and (max-width:49.99875em){.home-hero h1{font-size:3rem;line-height:3.75rem}}@media print,screen and (max-width:40.62375em){.home-hero h1{margin:.625rem 0;font-size:2rem;line-height:1.3}}.home-hero-content{font-size:1.25rem;font-weight:600;line-height:2rem}@media print,screen and (max-width:40.62375em){.home-hero-content{font-size:1.125rem;line-height:1.7}}.home-hero-buttons{margin-top:2.1875rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media print,screen and (max-width:40.62375em){.home-hero-buttons{margin-top:1.25rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.home-hero-buttons a:last-child{margin-left:.875rem}@media print,screen and (max-width:40.62375em){.home-hero-buttons a:last-child{margin-left:0;margin-top:.625rem}}.home-hero .hero-down{z-index:3;position:absolute;bottom:0;left:0;width:5rem;height:5rem;background:#06080c}@media print,screen and (max-width:40.62375em){.home-hero .hero-down{display:none}}.home-hero .hero-down::before{content:"";position:absolute;top:50%;left:50%;width:1rem;height:1rem;background-image:url(https://j8a3m7f3.rocketcdn.me/nl/wp-content/themes/webrand/dist/assets/img/icons/arrow-down-large.svg);background-repeat:no-repeat;background-size:100%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.home-hero-slider{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%}.home-hero-slider .swiper-slide{position:relative}.home-hero-slider .swiper-slide::after{content:"";z-index:2;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(18,36,65,.35)}.home-hero-slider .swiper-slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.language_switcher{position:relative;margin:0 1.5625rem 0 0;padding:1.5rem 0;height:2.5rem;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}@media print,screen and (max-width:40.62375em){.language_switcher{margin:0}}.mobile-menu-header .language_switcher{margin:0}.language_switcher .language_switcher_list{position:absolute;opacity:0;visibility:hidden;left:50%;background-color:#fff;border-radius:.5rem;padding:.5rem 0;width:6.25rem;height:auto;margin:0;margin-left:-3.125rem;display:inline-block;text-align:center;color:#122441;list-style:none}.language_switcher .language_switcher_list li{display:inline-block;padding:0 1rem;width:100%}.language_switcher .language_switcher_list li a{color:#5793db;font-size:1rem;font-weight:600;-webkit-transform:none;-ms-transform:none;transform:none}.language_switcher_toggle{font-weight:600;color:#fff;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;font-size:1rem}.language_switcher_toggle .icon{margin-left:.625rem;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;fill:none}.header-language .language_switcher_list{-webkit-filter:drop-shadow(0 .9375rem .9375rem rgba(0,0,0,.1));filter:drop-shadow(0 .9375rem .9375rem rgba(0,0,0,.1));-webkit-transform:translateY(.5rem);-ms-transform:translateY(.5rem);transform:translateY(.5rem);top:100%}.header-language .language_switcher_list:after{content:"";bottom:100%;left:50%;border:solid transparent;height:0;width:0;position:absolute;border-color:rgba(255,255,255,0);border-bottom-color:#fff;border-width:.375rem;margin-left:-.375rem}.mega-menu{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;width:100vw;height:100%;height:100vh;visibility:hidden;padding-top:4.9375rem;z-index:-1;opacity:0;overflow-y:scroll;background-color:transparent}.notification-bar-active .mega-menu{padding-top:11.1875rem}@media print,screen and (max-width:65.62375em){.notification-bar-active .mega-menu{padding-top:5rem}}@media print,screen and (max-width:65.62375em){.mega-menu{padding-top:4.25rem}.notification-bar-active .mega-menu{padding-top:9.25rem}}.mega-menu .mega-menu-background{height:inherit;width:inherit;background-color:rgba(87,147,219,.8);position:fixed;top:0;left:0;right:0;bottom:0;z-index:auto;visibility:hidden;opacity:0}.mega-menu>.inner{background-color:#fff;position:relative;height:80%;width:100%;min-height:28.125rem;height:auto;margin-left:auto;margin-right:auto;overflow:hidden;z-index:1;-webkit-transform:translateY(-1.875rem);-ms-transform:translateY(-1.875rem);transform:translateY(-1.875rem);visibility:visible;opacity:0}.mega-menu>.inner .inner-after{position:absolute;top:0;left:50%;width:50%;height:100%;height:100vh;background:#f9f9f9;z-index:-1;opacity:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.mega-menu .menu{margin-bottom:0}.mega-menu .menu li{width:100%;position:relative}.mega-menu .menu li a:not(.button){display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;font-weight:600;color:#5793db}.mega-menu .close-button{top:2.5rem;right:3.125rem;width:3.75rem;height:3.75rem;line-height:3.75rem;-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);visibility:hidden;opacity:0}@media print,screen and (max-width:49.99875em){.mega-menu .close-button{top:1.25rem;right:1.25rem}}@media screen and (max-width:1575px){.mega-menu:not(.mega-menu-search){display:none}}.search-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:5rem;background:#fff;padding:.625rem 0}.search-form-input{position:relative;padding:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.search-form-label{font-family:Eina03,Helvetica,Arial,sans-serif;font-size:1rem;line-height:1;font-weight:600;color:#a1afc6;opacity:1;position:absolute;z-index:2;top:1.375rem;left:0}.search-form-field{padding:0;margin:0;background-color:#fff;font-family:Eina03,Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.3;color:#181515;padding:0 1.875rem;height:100%;outline:0;padding-left:0;-webkit-box-shadow:none;box-shadow:none;border:none;border-bottom:.125rem solid #f2f6f8}.search-form-field::-webkit-input-placeholder{font-family:Eina03,Helvetica,Arial,sans-serif;font-size:1rem;font-weight:600;color:#cfd6e1;opacity:1}.search-form-field::-moz-placeholder{font-family:Eina03,Helvetica,Arial,sans-serif;font-size:1rem;font-weight:600;color:#cfd6e1;opacity:1}.search-form-field:-ms-input-placeholder{font-family:Eina03,Helvetica,Arial,sans-serif;font-size:1rem;font-weight:600;color:#cfd6e1;opacity:1}.search-form-field::-ms-input-placeholder{font-family:Eina03,Helvetica,Arial,sans-serif;font-size:1rem;font-weight:600;color:#cfd6e1;opacity:1}.search-form-button{padding:0 .625rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.search-form-button button{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;padding:0 4.0625rem;height:100%}.mega-menu-challenge>.inner{overflow:hidden}.mega-menu-challenge .section_left .title,.mega-menu-challenge .section_right .title{margin-bottom:1.5rem}.mega-menu-challenge .section_right .title h3{margin-bottom:0}.mega-menu-challenge .section_left .title{margin-bottom:3.125rem}.mega-menu-challenge .section_left .inner{padding:3.125rem 3.75rem 3.125rem 0}.mega-menu-challenge .section_left .menu li{margin-bottom:1.375rem}.mega-menu-challenge .section_left .menu li a{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;font-size:1.25rem;position:relative}.mega-menu-challenge .section_left .menu li a:before{content:'';position:absolute;top:-.6875rem;left:-1.5625rem;height:calc(100% + 1.375rem);width:calc(100% + 3.125rem);background-color:#f8fafc;opacity:0;z-index:-1}.mega-menu-challenge .section_left .menu li a .text{position:relative;top:.1875rem;margin-right:1rem}.mega-menu-challenge .section_right>.inner{margin-top:6.6875rem}.mega-menu-challenge .section_right .inner{padding:3.125rem 0 3.125rem 3.75rem}.mega-menu-challenge .section_right .menu li{margin-bottom:.625rem}.mega-menu-challenge .section_right .menu li a{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:1rem}.mega-menu-challenge .section_right .menu li a .text{max-width:calc(100% - .9375rem);display:inline-block}.mega-menu-challenge .section_right .menu li a .dot{display:inline-block;width:.4375rem;height:.4375rem;margin-left:.5rem;border-radius:50%;position:relative;top:-.0625rem;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;opacity:0}.mega-menu-services>.inner{overflow:hidden}.mega-menu-services .section_left .title,.mega-menu-services .section_right .title{margin-bottom:1.5rem}.mega-menu-services .section_right .title h3{margin-bottom:0}.mega-menu-services .section_left .title{margin-bottom:3.125rem}.mega-menu-services .section_left .inner{padding:3.125rem 3.75rem 3.125rem 0}.mega-menu-services .section_left .menu li{margin-bottom:1.375rem}.mega-menu-services .section_left .menu li a{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;font-size:1.25rem;position:relative}.mega-menu-services .section_left .menu li a:before{content:'';position:absolute;top:-.6875rem;left:-1.5625rem;height:calc(100% + 1.375rem);width:calc(100% + 3.125rem);background-color:#f8fafc;opacity:0;z-index:-1}.mega-menu-services .section_left .menu li a .text{position:relative;top:.1875rem;margin-right:1rem}.mega-menu-services .section_left .menu li a .icon:not(.arrow-right){margin-right:1rem;width:2.5rem;height:2.5rem;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.mega-menu-services .section_right .inner{padding:3.125rem 0 3.125rem 3.75rem}.mega-menu-services .section_right .menu li{margin-bottom:.625rem}.mega-menu-services .section_right .menu li a{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:1rem}.mega-menu-services .section_right .menu li a .text{max-width:calc(100% - .9375rem);display:inline-block}.mega-menu-services .section_right .menu li a .dot{display:inline-block;width:.4375rem;height:.4375rem;margin-left:.5rem;border-radius:50%;position:relative;top:-.0625rem;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;opacity:0}.mega-menu-services .section_right nav:not(:last-child){margin-bottom:3.125rem}.mega-menu-solutions>.inner{overflow:hidden}.mega-menu-solutions .section_left .title,.mega-menu-solutions .section_right .title{margin-bottom:1.5rem}.mega-menu-solutions .section_right .title h3{margin-bottom:0}.mega-menu-solutions .section_left .title{margin-bottom:3.125rem}.mega-menu-solutions .section_left .inner{padding:3.125rem 3.75rem 3.125rem 0}.mega-menu-solutions .section_left .menu li{margin-bottom:1.375rem}.mega-menu-solutions .section_left .menu li a{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;font-size:1.25rem;position:relative}.mega-menu-solutions .section_left .menu li a:before{content:'';position:absolute;top:-.6875rem;left:-1.5625rem;height:calc(100% + 1.375rem);width:calc(100% + 3.125rem);background-color:#f8fafc;opacity:0;z-index:-1}.mega-menu-solutions .section_left .menu li a .text{position:relative;top:.1875rem;margin-right:1rem}.mega-menu-solutions .section_left .menu li a .icon:not(.arrow-right){margin-right:1rem;width:2.5rem;height:2.5rem;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.mega-menu-solutions .section_right .inner{padding:3.125rem 0 3.125rem 3.75rem}.mega-menu-solutions .section_right .menu li{margin-bottom:.625rem}.mega-menu-solutions .section_right .menu li a{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:1rem}.mega-menu-solutions .section_right .menu li a .text{max-width:calc(100% - .9375rem);display:inline-block}.mega-menu-solutions .section_right .menu li a .dot{display:inline-block;width:.4375rem;height:.4375rem;margin-left:.5rem;border-radius:50%;position:relative;top:-.0625rem;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;opacity:0}.mega-menu-solutions .section_right nav:not(:last-child){margin-bottom:3.125rem}.mega-menu-industries>.inner{overflow:hidden}.mega-menu-industries .section_left .title{margin-bottom:1.5rem}.mega-menu-industries .section_left .title{margin-bottom:3.125rem}.mega-menu-industries .section_left .inner{padding:3.125rem 3.75rem 3.125rem 0}.mega-menu-industries .section_left .menu li{margin-bottom:1.375rem}.mega-menu-industries .section_left .menu li a{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;font-size:1.25rem;position:relative}.mega-menu-industries .section_left .menu li a:before{content:'';position:absolute;top:-.6875rem;left:-1.5625rem;height:calc(100% + 1.375rem);width:calc(100% + 3.125rem);background-color:#f8fafc;opacity:0;z-index:-1}.mega-menu-industries .section_left .menu li a .text{position:relative;top:.1875rem;margin-right:1rem}.mega-menu-industries .section_left .menu li a .icon:not(.arrow-right){margin-right:1rem;width:2.5rem;height:2.5rem;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.mega-menu-industries .section_right .inner{padding:3.125rem 0 3.125rem 3.75rem}.mega-menu-industries .section_right .connext_icon{display:block;width:5rem;margin-bottom:1.5rem}.mega-menu-industries .section_right .usps{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;font-size:1rem}.mega-menu-industries .section_right .usps ul{width:100%}.mega-menu-industries .section_right .usps ul li{font-weight:600;margin-bottom:.5rem;position:relative;padding-left:1.875rem;display:inline-block;vertical-align:top;width:calc(50% - 2.625rem)}.mega-menu-industries .section_right .usps ul li:not(:last-child){margin-right:1.5rem}@media print,screen and (max-width:49.99875em){.mega-menu-industries .section_right .usps ul li{width:100%}}.mega-menu-industries .section_right .usps ul li .icon{position:absolute;top:.375rem;left:0;margin-right:.625rem}.mega-menu-learnings>.inner{overflow:hidden}.mega-menu-learnings .section_left .title,.mega-menu-learnings .section_right .title{margin-bottom:1.5rem}.mega-menu-learnings .section_right .title h3{margin-bottom:0}.mega-menu-learnings .section_left .title{margin-bottom:3.125rem}.mega-menu-learnings .section_left .inner{padding:3.125rem 3.75rem 3.125rem 0}.mega-menu-learnings .section_left .menu li{margin-bottom:1.375rem}.mega-menu-learnings .section_left .menu li a{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;font-size:1.25rem;position:relative}.mega-menu-learnings .section_left .menu li a:before{content:'';position:absolute;top:-.6875rem;left:-1.5625rem;height:calc(100% + 1.375rem);width:calc(100% + 3.125rem);background-color:#f8fafc;opacity:0;z-index:-1}.mega-menu-learnings .section_left .menu li a .text{position:relative;top:.1875rem;margin-right:1rem}.mega-menu-learnings .section_right .inner{padding:3.125rem 0 3.125rem 3.75rem}.mega-menu-learnings .section_right .menu li{margin-bottom:.625rem}.mega-menu-learnings .section_right .menu li a{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:1rem}.mega-menu-learnings .section_right .menu li a .text{max-width:calc(100% - .9375rem);display:inline-block}.mega-menu-learnings .section_right .menu li a .dot{display:inline-block;width:.4375rem;height:.4375rem;margin-left:.5rem;border-radius:50%;position:relative;top:-.0625rem;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;opacity:0}.mega-menu-learnings .section_right nav:not(:last-child){margin-bottom:3.125rem}.mega-menu-search>.inner{overflow:hidden}.mega-menu-search>.inner .inner-after{background-position:center top;background-repeat:no-repeat;background-size:cover}@media print,screen and (max-width:65.62375em){.mega-menu-search>.inner .inner-after{background-image:none!important}}@media print,screen and (max-width:49.99875em){.mega-menu-search>.inner .inner-after{display:none}}.mega-menu-search .mega-menu-search-inner{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;width:100%;height:100%;max-width:none;max-height:none;min-height:none;min-width:none}@media print,screen and (max-width:49.99875em){.mega-menu-search .mega-menu-search-inner .search-form-input{height:3.75rem;margin-bottom:1.5rem}}@media print,screen and (max-width:49.99875em){.mega-menu-search .mega-menu-search-inner .search-form-button{height:3.75rem;padding:0}}@media print,screen and (max-width:49.99875em){.mega-menu-search .mega-menu-search-inner .search-form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:auto;width:100%}}.mega-menu-search .close-button{top:2.5rem;right:3.125rem}@media print,screen and (max-width:49.99875em){.mega-menu-search .close-button{top:1.25rem;right:1.25rem}}.mega-menu-secondary>.inner{overflow:hidden}.mega-menu-secondary .section_left .title,.mega-menu-secondary .section_right .title{margin-bottom:1.5rem}.mega-menu-secondary .section_right .title h3{margin-bottom:0}.mega-menu-secondary .section_left>.inner{padding:3.125rem 3.75rem 3.125rem 0}.mega-menu-secondary .section_left .title{margin-bottom:3.125rem}.mega-menu-secondary .section_left .menu li{margin-bottom:1.375rem}.mega-menu-secondary .section_left .menu li a.button{margin-top:1rem}.mega-menu-secondary .section_left .menu li a:not(.button){-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;font-size:1.25rem;position:relative}.mega-menu-secondary .section_left .menu li a:not(.button):before{content:'';position:absolute;top:-.6875rem;left:-1.5625rem;height:calc(100% + 1.375rem);width:calc(100% + 3.125rem);background-color:#f8fafc;opacity:0;z-index:-1}.mega-menu-secondary .section_left .menu li a:not(.button) .text{position:relative;top:.1875rem;margin-right:1rem}.mega-menu-secondary .section_right>.inner{padding:3.125rem 0 3.125rem 3.75rem}.mega-menu-secondary .section_right .column-cta{width:100%;position:relative;height:15.625rem}.mega-menu-secondary .section_right .column-cta img{-o-object-fit:cover;object-fit:cover;max-width:none;height:100%;width:100%}.mega-menu-secondary .section_right .column-cta .button{position:absolute;bottom:1.25rem;left:1.25rem}.mega-menu-secondary .section_right .menu li{margin-bottom:.625rem}.mega-menu-secondary .section_right .menu li a:not(.button){-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:1rem}.mega-menu-secondary .section_right .menu li a:not(.button) .text{max-width:calc(100% - .9375rem);display:inline-block}.mega-menu-secondary .section_right .menu li a:not(.button) .dot{display:inline-block;width:.4375rem;height:.4375rem;margin-left:.5rem;border-radius:50%;position:relative;top:-.0625rem;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;opacity:0}.mega-menu-secondary .section_right nav:not(:last-child){margin-bottom:3.125rem}.notification-bar{z-index:98;position:fixed;top:0;left:0;width:100%;height:6.25rem;color:#fff;background:#06080c}@media print,screen and (max-width:65.62375em){.notification-bar{height:5rem}}.notification-bar .row{height:100%}.notification-bar .notification-bar-content{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%}@media screen and (max-width:1340px){.notification-bar .notification-bar-content{padding-right:1.875rem}}@media screen and (max-width:1280px){.notification-bar .notification-bar-content{padding-right:3.75rem}}@media print,screen and (max-width:74.99875em){.notification-bar .notification-bar-content{padding-right:2.5rem}}@media print,screen and (max-width:65.62375em){.notification-bar .notification-bar-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}}.notification-bar-icon{margin-right:.9375rem;width:1.125rem}.notification-bar-icon img{width:100%}@media print,screen and (max-width:65.62375em){.notification-bar-icon{display:none}}.notification-bar-text{z-index:2;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.notification-bar-subtitle,.notification-bar-title{font-family:Eina03,Helvetica,Arial,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:-.00562rem}@media print,screen and (max-width:65.62375em){.notification-bar-subtitle,.notification-bar-title{font-size:.8125rem;line-height:1.0625rem;letter-spacing:.01312rem}}.notification-bar-subtitle{margin-top:-.1875rem;font-weight:400;color:#848c9a}@media print,screen and (max-width:65.62375em){.notification-bar-subtitle{display:none}}.notification-bar-button{z-index:2;margin-left:auto}.notification-bar-button.text-link{font-family:Eina03,Helvetica,Arial,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:-.00562rem;color:#5793db;text-decoration:underline}@media print,screen and (max-width:65.62375em){.notification-bar-button.text-link{font-size:.8125rem}}@media print,screen and (max-width:65.62375em){.notification-bar-button{margin-left:0}}.notification-bar-close{z-index:2;position:absolute;top:50%;right:2.25rem;width:.75rem;height:.75rem;background-image:url(https://j8a3m7f3.rocketcdn.me/nl/wp-content/themes/webrand/dist/assets/img/icons/cross-white.svg);background-repeat:no-repeat;background-size:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media print,screen and (max-width:74.99875em){.notification-bar-close{right:.9375rem}}@media print,screen and (max-width:65.62375em){.notification-bar-close{top:1.1875rem;-webkit-transform:none;-ms-transform:none;transform:none}}.notification-bar-background{z-index:1;position:absolute;top:0;right:6.875rem;width:37.5rem;height:100%}@media print,screen and (max-width:40.62375em){.notification-bar-background{right:0;width:100%}}.notification-bar-background img{width:100;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.notification-bar-background::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear,left top,right top,from(rgba(6,8,12,0)),to(#06080c));background:linear-gradient(to right,rgba(6,8,12,0),#06080c)}.notification-bar-background::after{content:"";position:absolute;top:0;right:0;width:100%;height:100%;background:-webkit-gradient(linear,right top,left top,from(rgba(6,8,12,0)),to(#06080c));background:linear-gradient(to left,rgba(6,8,12,0),#06080c)}.gform_fields>li{list-style-type:none;padding:0;margin:0;margin-bottom:1rem;margin-right:1.875rem;width:calc(100% - 1.875rem)}.gform_fields>li div{width:100%}.gform_fields>li div input,.gform_fields>li div select{border-radius:0}.gform_fields>li label{color:#5793db;margin:0;font-size:.8125rem;font-weight:600;display:block}.gform_fields>li label .gfield_required{margin:0 0 0 .125rem;color:#e74c3c}.gform_fields>li.hidden_label .gfield_label{display:none}@media print,screen and (max-width:49.99875em){.gform_fields>li{max-width:none!important;width:100%!important}}.gfield_required{color:#e74c3c;line-height:1;display:none}.gform_hidden{display:none!important}.gfield_visibility_hidden,.gform_validation_container{display:none!important}:root{--swiper-theme-color:#007aff}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative}:root{--swiper-navigation-size:44px}.mobile-menu{position:fixed;z-index:9999999;top:0;right:0;bottom:0;left:100%;width:100%;max-width:37.5rem;overflow-y:scroll;overflow-x:hidden;-webkit-overflow-scrolling:touch;-webkit-box-shadow:0 .6875rem .9375rem -.4375rem rgba(0,0,0,.05),0 .5625rem 2.875rem .5rem rgba(0,0,0,.03),0 1.5rem 2.375rem .1875rem rgba(0,0,0,.04);box-shadow:0 .6875rem .9375rem -.4375rem rgba(0,0,0,.05),0 .5625rem 2.875rem .5rem rgba(0,0,0,.03),0 1.5rem 2.375rem .1875rem rgba(0,0,0,.04);visibility:hidden;opacity:0;color:#000;background:#fff}@media print,screen and (max-width:65.62375em){.mobile-menu{width:100%;-webkit-box-shadow:none;box-shadow:none}}.mobile-menu .mobile-menu-wrapper{height:100vh;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media print,screen and (max-width:40.62375em){.mobile-menu .mobile-menu-wrapper{height:-webkit-fill-available}}.mobile-menu .mobile-menu-wrapper .mobile-menu-header{padding:0 1.125rem 0 .9375rem;-webkit-box-flex:0;-webkit-flex:0 0 4.25rem;-ms-flex:0 0 4.25rem;flex:0 0 4.25rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:4.25rem;border-bottom:.0625rem solid #f6f9fa}.mobile-menu .mobile-menu-wrapper .mobile-menu-header .mobile-menu-logo img{width:5rem}.mobile-menu .mobile-menu-wrapper .mobile-menu-header .mobile-menu-search{margin-left:auto;padding:0 1.6875rem;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-left:.0625rem solid #f6f9fa;border-right:.0625rem solid #f6f9fa}.mobile-menu .mobile-menu-wrapper .mobile-menu-header .mobile-menu-language{padding-left:1.25rem}.mobile-menu .mobile-menu-wrapper .mobile-menu-nav{padding:1.25rem 1.1875rem 2.5rem .9375rem;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow-y:scroll;width:100%}@media screen and (min-height:600px){.mobile-menu .mobile-menu-wrapper .mobile-menu-nav{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}}.mobile-menu .mobile-menu-wrapper .mobile-menu-nav .mobile-menu-title{margin:0 0 1.5rem;max-width:75%;font-family:Eina03,Helvetica,Arial,sans-serif;font-weight:700;font-size:1.75rem;letter-spacing:-.03125rem;line-height:2rem;color:#181515}.mobile-menu .mobile-menu-wrapper .mobile-menu-nav ul{width:100%;padding:0;margin:0}.mobile-menu .mobile-menu-wrapper .mobile-menu-nav ul li{position:inherit;list-style-type:none}.mobile-menu .mobile-menu-wrapper .mobile-menu-nav ul li a{display:inline-block;padding:.625rem 1.875rem .625rem 0;width:100%;font-family:Eina03,Helvetica,Arial,sans-serif;font-weight:600;font-size:1.25rem;letter-spacing:-.00937rem;line-height:1.375rem;color:#181515}.mobile-menu .mobile-menu-wrapper .mobile-menu-nav ul li.menu-item-has-children>a{position:relative}.mobile-menu .mobile-menu-wrapper .mobile-menu-nav ul li.menu-item-has-children>a .menu-item-arrow-right{position:absolute;top:50%;right:0;width:40%;height:1.875rem;background-image:url(https://j8a3m7f3.rocketcdn.me/nl/wp-content/themes/webrand/dist/assets/img/icons/arrow-right-large-blue.svg);background-repeat:no-repeat;background-size:.9375rem auto;background-position:center right;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.mobile-menu .mobile-menu-wrapper .mobile-menu-nav ul li::after{display:none}.mobile-menu .mobile-menu-wrapper .mobile-menu-nav ul li:not(:last-child){margin-bottom:.5rem}.mobile-menu .mobile-menu-wrapper .mobile-menu-nav ul li:last-child{padding-bottom:1.5625rem}.mobile-menu .mobile-menu-wrapper .mobile-menu-nav ul li .sub-menu{z-index:1;position:absolute;top:4.25rem;left:50%;width:100%;height:calc(100vh - 10.125rem);padding:7.3125rem .9375rem 0 .9375rem;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background:#fff;overflow-y:scroll;visibility:hidden;opacity:0}@media print,screen and (max-width:40.62375em){.mobile-menu .mobile-menu-wrapper .mobile-menu-nav ul li .sub-menu{height:-webkit-fill-available;padding:7.3125rem .9375rem 8.75rem .9375rem}}.mobile-menu .mobile-menu-wrapper .mobile-menu-nav ul li .sub-menu .sub-menu-close{position:fixed;top:6.25rem;left:.9375rem}@media print,screen and (max-width:40.62375em){.mobile-menu .mobile-menu-wrapper .mobile-menu-nav ul li .sub-menu .sub-menu-close{width:3.75rem;height:3.75rem}}.mobile-menu .mobile-menu-wrapper .mobile-menu-nav ul li .sub-menu .sub-menu-title{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2;margin:0 0 .8125rem;font-family:Eina03,Helvetica,Arial,sans-serif;font-size:1.75rem;font-weight:700;letter-spacing:-.03125rem;color:#181515}.mobile-menu .mobile-menu-wrapper .mobile-menu-nav ul li .sub-menu li{position:relative}.mobile-menu .mobile-menu-wrapper .mobile-menu-nav ul li .sub-menu li:nth-child(1){-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}.mobile-menu .mobile-menu-wrapper .mobile-menu-nav ul li .sub-menu li:nth-child(2){-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}.mobile-menu .mobile-menu-wrapper .mobile-menu-nav ul li .sub-menu li:nth-child(3){-webkit-box-ordinal-group:6;-webkit-order:5;-ms-flex-order:5;order:5}.mobile-menu .mobile-menu-wrapper .mobile-menu-nav ul li .sub-menu li:nth-child(4){-webkit-box-ordinal-group:7;-webkit-order:6;-ms-flex-order:6;order:6}.mobile-menu .mobile-menu-wrapper .mobile-menu-nav ul li .sub-menu li:nth-child(5){-webkit-box-ordinal-group:8;-webkit-order:7;-ms-flex-order:7;order:7}.mobile-menu .mobile-menu-wrapper .mobile-menu-nav ul li .sub-menu li:nth-child(6){-webkit-box-ordinal-group:9;-webkit-order:8;-ms-flex-order:8;order:8}.mobile-menu .mobile-menu-wrapper .mobile-menu-nav ul li .sub-menu li:nth-child(7){-webkit-box-ordinal-group:10;-webkit-order:9;-ms-flex-order:9;order:9}.mobile-menu .mobile-menu-wrapper .mobile-menu-nav ul li .sub-menu li:nth-child(8){-webkit-box-ordinal-group:11;-webkit-order:10;-ms-flex-order:10;order:10}.mobile-menu .mobile-menu-wrapper .mobile-menu-nav ul li .sub-menu li:not(:last-child){margin-bottom:.5rem}.mobile-menu .mobile-menu-wrapper .mobile-menu-nav ul li .sub-menu li:last-of-type{padding-bottom:.9375rem}.mobile-menu .mobile-menu-wrapper .mobile-menu-nav ul li .sub-menu li a{font-family:Eina03,Helvetica,Arial,sans-serif;font-size:1rem;font-weight:600;line-height:1.125rem;color:#5793db}.mobile-menu .mobile-menu-wrapper .mobile-menu-footer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;margin-top:auto;padding:1.125rem 1.0625rem;background:#f7f7f7;z-index:1}.mobile-menu .mobile-menu-wrapper .mobile-menu-footer .mobile-menu-contact{margin-right:1rem;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.mobile-menu .mobile-menu-wrapper .mobile-menu-footer .mobile-menu-contact .button{width:100%}.mobile-menu .mobile-menu-wrapper .mobile-menu-close{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:3.625rem;height:3.625rem;font-size:.6875rem;text-transform:lowercase;color:#5793db;background:#fff;border-radius:100%}.mobile-menu .mobile-menu-wrapper .mobile-menu-close img{width:1rem;-webkit-transform:translateY(.125rem);-ms-transform:translateY(.125rem);transform:translateY(.125rem)}.mobile-menu .mobile-menu-wrapper .mobile-menu-close span{margin-top:.1875rem;font-weight:700}.mobile-menu-background{height:inherit;width:inherit;background-color:rgba(87,147,219,.8);position:fixed;top:0;left:0;right:0;bottom:0;z-index:auto;visibility:hidden;opacity:0;z-index:-1}.gutenberg-block-section-newsletter .newsletter-form form .gform_body .gform_fields>li{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;padding-right:1.875rem;margin:0}.gutenberg-block-section-newsletter .newsletter-form form .gform_body .gform_fields>li input{padding:0;margin:0;height:3.5rem;font-size:1.125rem;color:#fff;border-radius:0;background:0 0;border:none;border-bottom:.125rem solid rgba(255,255,255,.3);-webkit-box-shadow:none;box-shadow:none}.gutenberg-block-section-newsletter .newsletter-form form .gform_body .gform_fields>li input::-webkit-input-placeholder{color:#fff;opacity:1}.gutenberg-block-section-newsletter .newsletter-form form .gform_body .gform_fields>li input::-moz-placeholder{color:#fff;opacity:1}.gutenberg-block-section-newsletter .newsletter-form form .gform_body .gform_fields>li input:-ms-input-placeholder{color:#fff;opacity:1}.gutenberg-block-section-newsletter .newsletter-form form .gform_body .gform_fields>li input::-ms-input-placeholder{color:#fff;opacity:1}*{-webkit-box-sizing:border-box;box-sizing:border-box}body{background-color:#fff;font-size:1.125rem;width:100%}@media print,screen and (max-width:65.62375em){body{font-size:1rem}}.loader{position:fixed;top:0;left:0;width:100%;height:100%;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;z-index:9999;visibility:hidden;opacity:0}.page-loader{background-color:#fff}.close-button{position:fixed;top:1.5rem;right:2rem;font-size:2rem;line-height:1;width:3.75rem;height:3.75rem;line-height:3.75rem;background-color:#f1f7ff;border-radius:50%;outline:0}.row{max-width:76.875rem!important}html body iframe#LeadboosterContainer{z-index:9999!important}@media print,screen and (max-width:49.99875em){html body iframe#LeadboosterContainer{right:6.25rem!important;bottom:0!important}}@media screen and (max-width:768px){html body iframe#LeadboosterContainer{right:5rem!important;bottom:0!important}}</style><link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Inter%3Awght%40700&#038;ver=5.7.2&#038;display=swap" /><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter%3Awght%40700&#038;ver=5.7.2&#038;display=swap" media="print" onload="this.media='all'" /><noscript><link rel="preload" href="https://fonts.googleapis.com/css2?family=Inter%3Awght%40700&#038;ver=5.7.2&#038;display=swap" data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" /></noscript><link rel="preload" href="https://j8a3m7f3.rocketcdn.me/nl/wp-content/cache/min/1/8268d5c7cc7cd35928bcd9fe38c15f10.css" data-rocket-async="style" as="style" onload="this.onload=null;this.rel='stylesheet'" media="all" data-minify="1" />
	<meta name="description" content="Yenlo, een Platinum Value-Added Reseller van WSO2, levert integratie diensten over de hele wereld. WSO2 consultancy, support, cloud hosting &amp; API diensten." />
	<link rel="canonical" href="https://www.yenlo.com/nl/" />
	<meta property="og:locale" content="nl_NL" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="Homepage" />
	<meta property="og:description" content="Yenlo, een Platinum Value-Added Reseller van WSO2, levert integratie diensten over de hele wereld. WSO2 consultancy, support, cloud hosting &amp; API diensten." />
	<meta property="og:url" content="https://www.yenlo.com/nl/" />
	<meta property="og:site_name" content="Yenlo" />
	<meta property="article:publisher" content="https://www.facebook.com/YenloTeam/" />
	<meta property="article:modified_time" content="2021-07-05T06:54:41+00:00" />
	<meta property="og:image" content="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/social-share-image.jpg" />
	<meta property="og:image:width" content="1200" />
	<meta property="og:image:height" content="627" />
	<meta name="twitter:card" content="summary_large_image" />
	<meta name="twitter:site" content="@yenloteam" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://www.yenlo.com/nl/#website","url":"https://www.yenlo.com/nl/","name":"Yenlo","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.yenlo.com/nl/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"nl"},{"@type":"WebPage","@id":"https://www.yenlo.com/nl/#webpage","url":"https://www.yenlo.com/nl/","name":"Yenlo - WSO2 Integratie Experts","isPartOf":{"@id":"https://www.yenlo.com/nl/#website"},"datePublished":"2020-11-02T11:12:15+00:00","dateModified":"2021-07-05T06:54:41+00:00","description":"Yenlo, een Platinum Value-Added Reseller van WSO2, levert integratie diensten over de hele wereld. WSO2 consultancy, support, cloud hosting & API diensten.","breadcrumb":{"@id":"https://www.yenlo.com/nl/#breadcrumb"},"inLanguage":"nl","potentialAction":[{"@type":"ReadAction","target":["https://www.yenlo.com/nl/"]}]},{"@type":"BreadcrumbList","@id":"https://www.yenlo.com/nl/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]}]}</script>
	<!-- / Yoast SEO Premium plugin. -->


<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//j8a3m7f3.rocketcdn.me' />
<link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
<link href='https://j8a3m7f3.rocketcdn.me' rel='preconnect' />
<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
	



<style id='ez-toc-inline-css' type='text/css'>
div#ez-toc-container p.ez-toc-title {font-size: 120%;}div#ez-toc-container p.ez-toc-title {font-weight: 500;}div#ez-toc-container ul li {font-size: 95%;}
</style>


<style id='hcb-style-inline-css' type='text/css'>
.hcb_wrap pre.prism{font-size: 14px}@media screen and (max-width: 599px){.hcb_wrap pre.prism{font-size: 13px}}.hcb_wrap pre{font-family:Menlo, Consolas, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;}
</style>



<script type="rocketlazyloadscript"  src='https://j8a3m7f3.rocketcdn.me/nl/wp-includes/js/jquery/jquery.min.js?ver=3.5.1' id='jquery-core-js' defer></script>
<script type="rocketlazyloadscript"  src='https://j8a3m7f3.rocketcdn.me/nl/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js' defer></script>
<script type='text/javascript' id='search-filter-plugin-build-js-extra'>
/* <![CDATA[ */
var SF_LDATA = {"ajax_url":"https:\/\/www.yenlo.com\/nl\/wp-admin\/admin-ajax.php","home_url":"https:\/\/www.yenlo.com\/nl\/","extensions":[]};
/* ]]> */
</script>
<script type="rocketlazyloadscript"  src='https://j8a3m7f3.rocketcdn.me/nl/wp-content/plugins/search-filter-pro/public/assets/js/search-filter-build.min.js?ver=2.5.10' id='search-filter-plugin-build-js' defer></script>
<script type="rocketlazyloadscript"  src='https://j8a3m7f3.rocketcdn.me/nl/wp-content/plugins/search-filter-pro/public/assets/js/chosen.jquery.min.js?ver=2.5.10' id='search-filter-plugin-chosen-js' defer></script>
<link rel="https://api.w.org/" href="https://www.yenlo.com/nl/wp-json/" /><link rel="alternate" type="application/json" href="https://www.yenlo.com/nl/wp-json/wp/v2/pages/59" /><link rel="alternate" type="application/json+oembed" href="https://www.yenlo.com/nl/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.yenlo.com%2Fnl%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://www.yenlo.com/nl/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.yenlo.com%2Fnl%2F&#038;format=xml" />
<!-- Start of the LeadBooster by Pipedrive code -->
<script type="rocketlazyloadscript">window.pipedriveLeadboosterConfig = {base: 'leadbooster-chat.pipedrive.com',companyId: 91115,playbookUuid: '9810768a-fc0d-437e-9f10-08cbf167c59e',version: 2};(function () {var w = window;if (w.LeadBooster) {console.warn('LeadBooster already exists');} else {w.LeadBooster = {q: [],on: function (n, h) {this.q.push({ t: 'o', n: n, h: h });},trigger: function (n) {this.q.push({ t: 't', n: n });},};}})();</script><script type="rocketlazyloadscript" src="https://leadbooster-chat.pipedrive.com/assets/loader.js" async></script>
<!-- End of the LeadBooster by Pipedrive Code. -->
<noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript><script type="rocketlazyloadscript">
/*! loadCSS rel=preload polyfill. [c]2017 Filament Group, Inc. MIT License */
(function(w){"use strict";if(!w.loadCSS){w.loadCSS=function(){}}
var rp=loadCSS.relpreload={};rp.support=(function(){var ret;try{ret=w.document.createElement("link").relList.supports("preload")}catch(e){ret=!1}
return function(){return ret}})();rp.bindMediaToggle=function(link){var finalMedia=link.media||"all";function enableStylesheet(){link.media=finalMedia}
if(link.addEventListener){link.addEventListener("load",enableStylesheet)}else if(link.attachEvent){link.attachEvent("onload",enableStylesheet)}
setTimeout(function(){link.rel="stylesheet";link.media="only x"});setTimeout(enableStylesheet,3000)};rp.poly=function(){if(rp.support()){return}
var links=w.document.getElementsByTagName("link");for(var i=0;i<links.length;i++){var link=links[i];if(link.rel==="preload"&&link.getAttribute("as")==="style"&&!link.getAttribute("data-loadcss")){link.setAttribute("data-loadcss",!0);rp.bindMediaToggle(link)}}};if(!rp.support()){rp.poly();var run=w.setInterval(rp.poly,500);if(w.addEventListener){w.addEventListener("load",function(){rp.poly();w.clearInterval(run)})}else if(w.attachEvent){w.attachEvent("onload",function(){rp.poly();w.clearInterval(run)})}}
if(typeof exports!=="undefined"){exports.loadCSS=loadCSS}
else{w.loadCSS=loadCSS}}(typeof global!=="undefined"?global:this))
</script>
                <!-- Google Tag Manager -->
            <script type="rocketlazyloadscript">(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+ '&gtm_auth=gSAB2VMdHkMDy-KaMyzoLw&gtm_preview=env-116&gtm_cookies_win=x';f.parentNode.insertBefore(j,f);
            })(window,document,'script','dataLayer','GTM-TS5NH5Z');</script>
            <!-- End Google Tag Manager -->

        
    <script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@type": "Organization",
    "url": "https://www.yenlo.com/nl/",
    "logo": "https://j8a3m7f3.rocketcdn.me/nl/wp-content/themes/webrand/dist/assets/img/logo.svg ?>"
}
</script>
    <!-- Facebook Pixel Code -->
    <script type="rocketlazyloadscript">
    !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', '2273697856048124');
    fbq('track', 'PageView');
    </script>
    <noscript><img height="1" width="1" style="display:none"
    src="https://www.facebook.com/tr?id=2273697856048124&ev=PageView&noscript=1"
    /></noscript>
    <!-- End Facebook Pixel Code -->
    
    <!-- ActiveCampaign tracking script -->
    <script type="rocketlazyloadscript" data-rocket-type="text/javascript">
    (function(e,t,o,n,p,r,i){e.visitorGlobalObjectAlias=n;e[e.visitorGlobalObjectAlias]=e[e.visitorGlobalObjectAlias]||function(){(e[e.visitorGlobalObjectAlias].q=e[e.visitorGlobalObjectAlias].q||[]).push(arguments)};e[e.visitorGlobalObjectAlias].l=(new Date).getTime();r=t.createElement("script");r.src=o;r.async=true;i=t.getElementsByTagName("script")[0];i.parentNode.insertBefore(r,i)})(window,document,"https://diffuser-cdn.app-us1.com/diffuser/diffuser.js","vgo");
        vgo('setAccount', '610801426');
        vgo('setTrackByDefault', true);

        vgo('process');

        function getCookie(name) {
            const value = `; ${document.cookie}`;
            const parts = value.split(`; ${name}=`);
            if (parts.length === 2) return parts.pop().split(';').shift();
        }

        var acEmailContact = getCookie('ac_email');
        if (acEmailContact != undefined) {
            vgo('setEmail', acEmailContact);
        }
    </script>
    <!-- End ActiveCampaign tracking script -->
</head>


<body class="home page-template-default page page-id-59 off-canvas-content notification-bar-active page-homepage" data-off-canvas-content>

                <!-- Google Tag Manager (noscript) -->
            <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TS5NH5Z&gtm_auth=gSAB2VMdHkMDy-KaMyzoLw&gtm_preview=env-116&gtm_cookies_win=x"
            height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
            <!-- End Google Tag Manager (noscript) -->

        
    <div id="wrapper">

    <span class="loader page-loader"></span>

            
    <div id="notification-bar" class="notification-bar">

        <div class="row">
            <div class="column">

                                    <a title="Lees verder" href="https://www.yenlo.com/nl/nieuws/yenlo-voor-derde-jaar-op-rij-wso2-top-partner-of-the-year-europa/" target="_self" class="notification-bar-content">
                
                                    <div class="notification-bar-icon">
                        <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2018%2024'%3E%3C/svg%3E" class="attachment-full size-full" alt="medal" height="24" width="18" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/medal.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/medal.svg" class="attachment-full size-full" alt="medal" height="24" width="18" /></noscript>                    </div>
                
                <div class="notification-bar-text">
                    <span class="notification-bar-title">WSO2 erkent integratiespecialist Yenlo met twee prijzen voor het jaar 2020</span>                    <span class="notification-bar-subtitle">WSO2 integratiepartner van het jaar 2020 en WSO2 toppartner van het jaar Europa 2020 </span>                </div>
                
                                    <span class="text-link notification-bar-button">Lees verder</span>
                
                                    <div class="notification-bar-background">
                        <img width="616" height="417" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20616%20417'%3E%3C/svg%3E" class="attachment-full size-full" alt="medal image" data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/medal-image.png 616w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/medal-image-300x203.png 300w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/medal-image-585x396.png 585w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/medal-image-120x81.png 120w" data-lazy-sizes="(max-width: 616px) 100vw, 616px" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/medal-image.png" /><noscript><img width="616" height="417" src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/medal-image.png" class="attachment-full size-full" alt="medal image" srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/medal-image.png 616w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/medal-image-300x203.png 300w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/medal-image-585x396.png 585w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/medal-image-120x81.png 120w" sizes="(max-width: 616px) 100vw, 616px" /></noscript>                    </div>
                                    

                                    </a>
                
            </div>
        </div>

        <span class="notification-bar-close"></span>

    </div>

        
    
<div class="top-bar">
    <div class="top-bar-left">
        <ul class="menu">
            <li class="menu-text">
                <a href="mailto:info@yenlo.com">info@yenlo.com</a>
            </li>
        </ul>
    </div> 
            <div class="top-bar-right">
            <ul class="menu align-middle">
                                <li class="menu-item">
                    <a target="" href="https://www.yenlo.com/nl/over-yenlo/">Over Yenlo</a>
                </li>
                                <li class="menu-item">
                    <a target="" href="https://www.yenlo.com/nl/management-team/">Team</a>
                </li>
                                <li class="menu-item">
                    <a target="" href="https://www.yenlo.com/nl/nieuws/">Nieuws</a>
                </li>
                                <li class="menu-item">
                    <a target="" href="https://www.yenlo.com/nl/partners/">Partners</a>
                </li>
                                <li class="menu-item">
                    <a target="" href="https://www.yenlo.com/nl/vacatures/">Vacatures</a>
                </li>
                            </ul>
        </div>
    </div>    
<header class="header">
	
    <div class="header-inner">

        <a title="Home" href="https://www.yenlo.com/nl" class="header-logo" target="_self">
            <svg class="logo" viewBox="0 0 80 23" width="80" xmlns="http://www.w3.org/2000/svg">
                <g fill="none" fill-rule="evenodd">
                    <path class="logo-letter" d="m65.8822655 22.5882353c-4.1517211 0-7.5293243-3.3777781-7.5293243-7.5294992s3.3776032-7.52932434 7.5293243-7.52932434 7.5294992 3.37760324 7.5294992 7.52932434-3.3777781 7.5294992-7.5294992 7.5294992m0-11.9705742c-2.4488367 0-4.441075 1.9922383-4.441075 4.441075 0 2.4488366 1.9922383 4.4412499 4.441075 4.4412499 2.4488366 0 4.4412499-1.9924133 4.4412499-4.4412499 0-2.4488367-1.9924133-4.441075-4.4412499-4.441075"/>
                    <path class="logo-letter" d="m9.88235294 22.5882353c-.77969332 0-1.4117647-.6013533-1.4117647-1.3431726v-9.0783607c0-.7418193.63207138-1.3431726 1.4117647-1.3431726.77969336 0 1.41176466.6013533 1.41176466 1.3431726v9.0783607c0 .7418193-.6320713 1.3431726-1.41176466 1.3431726"/>
                    <path class="logo-letter" d="m19.7310904 1.4354711c.596789.59011258.6749462 1.47519553.1747752 1.97666237l-6.1214096 6.13655228c-.5001709.50146685-1.3894021.42948513-1.9861911-.16062744-.5966166-.59028437-.6749462-1.47519553-.1747752-1.97666237l6.121444-6.13655227c.5001365-.50146684 1.3893677-.42948513 1.9861567.16062743"/>
                    <path class="logo-letter" d="m.50420176 1.4354711c-.59678673.59011258-.67494353 1.47519553-.17477449 1.97666237l6.12142041 6.13655228c.50016905.50146685 1.3893968.42948513 1.98618353-.16062744.5966142-.59028437.67494354-1.47519553.17477449-1.97666237l-6.12142041-6.13655227c-.50016904-.50146684-1.3893968-.42948513-1.98618353.16062743"/>
                    <path class="logo-letter" d="m53.1764706 0c-.7796933 0-1.4117647.57553437-1.4117647 1.28533108v20.01739902c0 .7099708.6320714 1.2855052 1.4117647 1.2855052s1.4117647-.5755344 1.4117647-1.2855052v-20.01739902c0-.70979671-.6320714-1.28533108-1.4117647-1.28533108"/>
                    <path class="logo-letter" d="m46.455885 22.5882353c-.8527881 0-1.544115-.5685334-1.544115-1.2696959v-7.1002163c0-2.013864-1.6756631-3.6520314-3.7352994-3.6520314-2.0596364 0-3.7352994 1.6381674-3.7352994 3.6520314l.017668 7.0971199c.0020992.7011625-.6874784 1.2710721-1.5402665 1.2727923h-.0038485c-.8510388 0-1.5420158-.5664691-1.544115-1.2665995l-.017668-7.0997003c0-3.6919405 3.0611157-6.69252374 6.8235294-6.69252374s6.8235294 3.00058324 6.8235294 6.68891134v7.1002163c0 .7011625-.6913269 1.2696959-1.544115 1.2696959"/>
                    <path class="logo-letter" d="m29.035382 16.3533061c.8597489-.0017494 1.5549552-.5813319 1.5528437-1.2943951 0-4.151896-3.2721654-7.52949924-7.2942034-7.52949924-4.0218617 0-7.2940223 3.37760324-7.2940223 7.52949924 0 4.1517211 3.4005498 7.5293243 7.5804289 7.5293243 2.4721972 0 4.7948422-1.2022007 6.2140012-3.2159569.4102105-.5836062.1745952-1.4514929-.5266073-1.9409803-.0010581-.0006998-.0021163-.0013996-.0031744-.0020993-.7040242-.4893125-1.6089211-.4123381-2.0208952.1721428-.8369987 1.1889051-2.2064245 1.8986444-3.6633243 1.8986444-2.0104899 0-3.7148211-1.3272842-4.2735256-3.1466799zm-5.7413597-5.735645c1.9325393 0 3.5627998 1.40006 4.0394975 3.2953805h-8.0789951c.4768741-1.8953205 2.1071346-3.2953805 4.0394976-3.2953805z"/>
                    <path class="logo-letter" d="m29.8858824 19.5242353c-.0018824.0023529-.0032942.0047059-.0051765.0070588-.0009412.0014118-.0014118.002353-.0018824.0032941z"/>
                    <path class="logo-dot" d="m76.9411765 22.5882353c-1.1675602 0-2.1176471-.9499362-2.1176471-2.1177442 0-1.1676137.9500869-2.1175499 2.1176471-2.1175499s2.117647.9499362 2.117647 2.1175499c0 1.167808-.9500868 2.1177442-2.117647 2.1177442"/>
                </g>
            </svg>
        </a>

        <nav class="header-nav show-for-xxlarge">
                                        <ul class="menu align-middle">
                                        <li class="menu-item trigger-mega-menu-challenge">
                        <a target="" href="https://www.yenlo.com/nl/uitdagingen/">Jouw uitdaging</a>
                    </li>
                                        <li class="menu-item trigger-mega-menu-services">
                        <a target="" href="https://www.yenlo.com/nl/diensten/">Onze diensten</a>
                    </li>
                                        <li class="menu-item trigger-mega-menu-solutions">
                        <a target="" href="https://www.yenlo.com/nl/oplossingen/">Onze oplossingen</a>
                    </li>
                                        <li class="menu-item ">
                        <a target="" href="https://www.yenlo.com/nl/wso2/">WSO2</a>
                    </li>
                                        <li class="menu-item trigger-mega-menu-industries">
                        <a target="" href="https://www.yenlo.com/nl/sectoren/">Sectoren</a>
                    </li>
                                        <li class="menu-item trigger-mega-menu-learnings">
                        <a target="" href="#">Kennis & ervaring</a>
                    </li>
                                        <li class="menu-item ">
                        <a target="" href="https://www.yenlo.com/nl/contact/">Contact</a>
                    </li>
                                    </ul>
                    </nav>

        <div class="header-extra">
            <div class="header-search">
                <a title="Search" class="trigger-search" href="#">
                    <i class="icon left search" aria-hidden="true" style="fill:#fff; stroke:inherit;"><svg height="18" viewBox="0 0 17 18" width="17" xmlns="http://www.w3.org/2000/svg"><path d="m15.5 14h-.79l-.28-.27c1.2-1.4 1.82-3.31 1.48-5.34-.47-2.78-2.79-5-5.59-5.34-4.23-.52-7.79 3.04-7.27 7.27.34 2.8 2.56 5.12 5.34 5.59 2.03.34 3.94-.28 5.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0s.41-1.08 0-1.49zm-6 0c-2.49 0-4.5-2.01-4.5-4.5s2.01-4.5 4.5-4.5 4.5 2.01 4.5 4.5-2.01 4.5-4.5 4.5z" fill-rule="evenodd" transform="translate(-3 -3)"/></svg></i>                </a>
            </div>

            <div class="header-language">
                
<div class="language_switcher ned">
    <span class="language_switcher_toggle">
        ned        <i class="icon left lang" aria-hidden="true" style="fill:inherit; stroke:#fff;"><svg height="18" viewBox="0 0 18 18" width="18" xmlns="http://www.w3.org/2000/svg"><path d="m8 16c4.4183 0 8-3.5817 8-8 0-4.41828-3.5817-8-8-8m0 16c-4.41828 0-8-3.5817-8-8 0-4.41828 3.58172-8 8-8m0 16c1.6569 0 3-3.5817 3-8 0-4.41828-1.3431-8-3-8m0 16c-1.6569 0-3-3.5817-3-8 0-4.41828 1.3431-8 3-8m-8 7c5.03612 2.5181 10.9639 2.5181 16 0" fill="none" stroke-width="1.5" transform="translate(1 1)"/></svg></i>    </span>
    <ul class="language_switcher_list">
                    <li class="language_switcher_list_item en-US">
                <a title="eng" href="https://www.yenlo.com/">eng</a>
            </li>
                                    <li class="language_switcher_list_item de-DE">
                <a title="deu" href="https://www.yenlo.com/de/">deu</a>
            </li>
            </ul>
</div>            </div>

            <div class="header-menu mobile-menu-trigger" id="mobile-menu-toggle">
                <span>Menu</span>
                <i class="icon right menu" aria-hidden="true" style="fill:inherit; stroke:inherit;"><svg height="12" viewBox="0 0 18 12" width="18" xmlns="http://www.w3.org/2000/svg"><path d="m4 18h16c.55 0 1-.45 1-1s-.45-1-1-1h-16c-.55 0-1 .45-1 1s.45 1 1 1zm0-5h16c.55 0 1-.45 1-1s-.45-1-1-1h-16c-.55 0-1 .45-1 1s.45 1 1 1zm-1-6c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1h-16c-.55 0-1 .45-1 1z" fill-rule="evenodd" transform="translate(-3 -6)"/></svg></i>            </div>

            <div class="header-btn">
                <a title="Contact" class="button" href="https://www.yenlo.com/nl/contact/" target="_self">Contact</a>
            </div>
        </div>

    </div>

</header>
<main id="content" class="content">

	        
        
    <div id="home-hero" class="home-hero hero">
        <div class="home-hero-slider">
            <div class="swiper-wrapper">

            
                <div class="swiper-slide">

                    <img width="2000" height="1333" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202000%201333'%3E%3C/svg%3E" class="attachment-fullpage size-fullpage" alt="0K3A5858" data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5858.jpg 2000w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5858-300x200.jpg 300w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5858-1024x682.jpg 1024w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5858-768x512.jpg 768w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5858-1200x800.jpg 1200w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5858-1440x960.jpg 1440w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5858-615x410.jpg 615w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5858-585x390.jpg 585w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5858-120x80.jpg 120w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5858-1536x1024.jpg 1536w" data-lazy-sizes="(max-width: 2000px) 100vw, 2000px" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5858.jpg" /><noscript><img width="2000" height="1333" src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5858.jpg" class="attachment-fullpage size-fullpage" alt="0K3A5858" srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5858.jpg 2000w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5858-300x200.jpg 300w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5858-1024x682.jpg 1024w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5858-768x512.jpg 768w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5858-1200x800.jpg 1200w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5858-1440x960.jpg 1440w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5858-615x410.jpg 615w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5858-585x390.jpg 585w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5858-120x80.jpg 120w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5858-1536x1024.jpg 1536w" sizes="(max-width: 2000px) 100vw, 2000px" /></noscript>                                        
                    <div class="row align-center align-middle">
                        <div class="column small-12 medium-10 xxlarge-9">
                            <div class="home-hero-content-wrapper">
                                                                                                    <h1>Wij zijn de #1 Open Source-reseller van WSO2-technologie</h1>
                                                                                                    <div class="home-hero-content">met een API-first, Open Source-first en Cloud-first strategie.<br />
</div>
                                                                <div class="home-hero-buttons">
                                                                        <a title="Onze oplossingen" href="https://www.yenlo.com/nl/oplossingen/" class="button">Onze oplossingen</a>
                                                                                                                <a title="Ons verhaal" href="https://www.yenlo.com/nl/over-yenlo/" class="button clear white">
                                        Ons verhaal</a>
                                                                    </div>
                            </div>
                        </div>
                    </div>
                </div>

                
                <div class="swiper-slide">

                    <img width="2000" height="1333" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202000%201333'%3E%3C/svg%3E" class="attachment-fullpage size-fullpage" alt="0K3A5943" data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5943.jpg 2000w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5943-300x200.jpg 300w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5943-1024x682.jpg 1024w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5943-768x512.jpg 768w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5943-1200x800.jpg 1200w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5943-1440x960.jpg 1440w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5943-615x410.jpg 615w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5943-585x390.jpg 585w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5943-120x80.jpg 120w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5943-1536x1024.jpg 1536w" data-lazy-sizes="(max-width: 2000px) 100vw, 2000px" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5943.jpg" /><noscript><img width="2000" height="1333" src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5943.jpg" class="attachment-fullpage size-fullpage" alt="0K3A5943" srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5943.jpg 2000w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5943-300x200.jpg 300w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5943-1024x682.jpg 1024w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5943-768x512.jpg 768w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5943-1200x800.jpg 1200w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5943-1440x960.jpg 1440w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5943-615x410.jpg 615w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5943-585x390.jpg 585w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5943-120x80.jpg 120w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5943-1536x1024.jpg 1536w" sizes="(max-width: 2000px) 100vw, 2000px" /></noscript>                                        
                    <div class="row align-center align-middle">
                        <div class="column small-12 medium-10 xxlarge-9">
                            <div class="home-hero-content-wrapper">
                                                                                                    <h1>Wij zijn de #1 Open Source-reseller van WSO2-technologie</h1>
                                                                                                    <div class="home-hero-content">met een API-first, Open Source-first en Cloud-first strategie.<br />
</div>
                                                                <div class="home-hero-buttons">
                                                                        <a title="Vacatures" href="https://www.yenlo.com/nl/vacatures/" class="button">Vacatures</a>
                                                                                                                <a title="Ons verhaal" href="https://www.yenlo.com/nl/over-yenlo/" class="button clear white">
                                        Ons verhaal</a>
                                                                    </div>
                            </div>
                        </div>
                    </div>
                </div>

                
                <div class="swiper-slide">

                    <img width="2560" height="1707" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202560%201707'%3E%3C/svg%3E" class="attachment-fullpage size-fullpage" alt="0K3A5951 scaled 1" data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/0K3A5951-scaled-1.jpg 2560w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/0K3A5951-scaled-1-300x200.jpg 300w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/0K3A5951-scaled-1-1024x683.jpg 1024w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/0K3A5951-scaled-1-768x512.jpg 768w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/0K3A5951-scaled-1-615x410.jpg 615w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/0K3A5951-scaled-1-585x390.jpg 585w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/0K3A5951-scaled-1-1200x800.jpg 1200w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/0K3A5951-scaled-1-1440x960.jpg 1440w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/0K3A5951-scaled-1-120x80.jpg 120w" data-lazy-sizes="(max-width: 2560px) 100vw, 2560px" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/0K3A5951-scaled-1.jpg" /><noscript><img width="2560" height="1707" src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/0K3A5951-scaled-1.jpg" class="attachment-fullpage size-fullpage" alt="0K3A5951 scaled 1" srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/0K3A5951-scaled-1.jpg 2560w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/0K3A5951-scaled-1-300x200.jpg 300w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/0K3A5951-scaled-1-1024x683.jpg 1024w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/0K3A5951-scaled-1-768x512.jpg 768w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/0K3A5951-scaled-1-615x410.jpg 615w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/0K3A5951-scaled-1-585x390.jpg 585w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/0K3A5951-scaled-1-1200x800.jpg 1200w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/0K3A5951-scaled-1-1440x960.jpg 1440w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/0K3A5951-scaled-1-120x80.jpg 120w" sizes="(max-width: 2560px) 100vw, 2560px" /></noscript>                                        
                    <div class="row align-center align-middle">
                        <div class="column small-12 medium-10 xxlarge-9">
                            <div class="home-hero-content-wrapper">
                                                                                                    <h1>Wij zijn de #1 Open Source-reseller van WSO2-technologie</h1>
                                                                                                    <div class="home-hero-content">met een API-first, Open Source-first en Cloud-first strategie.<br />
</div>
                                                                <div class="home-hero-buttons">
                                                                        <a title="Onze oplossingen" href="https://www.yenlo.com/nl/oplossingen/" class="button">Onze oplossingen</a>
                                                                                                                <a title="Ons verhaal" href="https://www.yenlo.com/nl/over-yenlo/" class="button clear white">
                                        Ons verhaal</a>
                                                                    </div>
                            </div>
                        </div>
                    </div>
                </div>

                
                <div class="swiper-slide">

                    <img width="2000" height="1333" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202000%201333'%3E%3C/svg%3E" class="attachment-fullpage size-fullpage" alt="0K3A5966" data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5966.jpg 2000w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5966-300x200.jpg 300w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5966-1024x682.jpg 1024w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5966-768x512.jpg 768w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5966-1200x800.jpg 1200w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5966-1440x960.jpg 1440w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5966-615x410.jpg 615w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5966-585x390.jpg 585w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5966-120x80.jpg 120w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5966-1536x1024.jpg 1536w" data-lazy-sizes="(max-width: 2000px) 100vw, 2000px" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5966.jpg" /><noscript><img width="2000" height="1333" src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5966.jpg" class="attachment-fullpage size-fullpage" alt="0K3A5966" srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5966.jpg 2000w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5966-300x200.jpg 300w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5966-1024x682.jpg 1024w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5966-768x512.jpg 768w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5966-1200x800.jpg 1200w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5966-1440x960.jpg 1440w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5966-615x410.jpg 615w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5966-585x390.jpg 585w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5966-120x80.jpg 120w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5966-1536x1024.jpg 1536w" sizes="(max-width: 2000px) 100vw, 2000px" /></noscript>                                        
                    <div class="row align-center align-middle">
                        <div class="column small-12 medium-10 xxlarge-9">
                            <div class="home-hero-content-wrapper">
                                                                                                    <h1>Wij zijn de #1 Open Source-reseller van WSO2-technologie</h1>
                                                                                                    <div class="home-hero-content">met een API-first, Open Source-first en Cloud-first strategie.<br />
</div>
                                                                <div class="home-hero-buttons">
                                                                        <a title="Vacatures" href="https://www.yenlo.com/nl/vacatures/" class="button">Vacatures</a>
                                                                                                                <a title="Ons verhaal" href="https://www.yenlo.com/nl/over-yenlo/" class="button clear white">
                                        Ons verhaal</a>
                                                                    </div>
                            </div>
                        </div>
                    </div>
                </div>

                
            </div>
        </div>

        <span class="hero-down"></span>

    </div>

        
        
    <div class="gutenberg-block gutenberg-block-section-spacer alignfull" id="gutenberg-block-section-spacer-block_6009a3d482322">
        <!-- <div class="spacer spacer--" aria-hidden="true" style="height: "></div> -->
        <div class="spacer spacer--80" aria-hidden="true"></div>
    </div>



<div class="wp-block-group"><div class="wp-block-group__inner-container">
<div class="wp-block-columns">
<div class="wp-block-column" style="flex-basis:35%">
<h4 id="h-een-selectie-van-opdrachtgevers"><span class="ez-toc-section" id="Een_selectie_van_opdrachtgevers"></span>Een selectie <br>van opdrachtgevers<span class="ez-toc-section-end"></span></h4>
</div>



<div class="wp-block-column">
    <div class="gutenberg-block gutenberg-block-clients aligncenter" id="gutenberg-block-clients-block_6009a3ab82321">
        <div class="clients">

            
            <div class="row align-middle">
                <div class="column small-12 large-12">
                    <div class="clients-items">
                        <div class="js-clients-slider swiper-container">
                            <div class="swiper-wrapper">
                                                                    <div class="swiper-slide">
                                        <div class="client-item">
                                                                                            <picture class="attachment-full size-full sp-no-webp"><source data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/1.webp 284w,https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/1-120x19.webp 120w" sizes="(max-width: 284px) 100vw, 284px" type="image/webp"><source data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/1.png 284w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/1-120x19.png 120w" sizes="(max-width: 284px) 100vw, 284px" type="image/png"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20284%2044'%3E%3C/svg%3E" class="attachment-full size-full sp-no-webp" alt="1" height="44" width="284" data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/1.png 284w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/1-120x19.png 120w" data-lazy-sizes="(max-width: 284px) 100vw, 284px" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/1.png"><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/1.png" class="attachment-full size-full sp-no-webp" alt="1" height="44" width="284" srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/1.png 284w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/1-120x19.png 120w" sizes="(max-width: 284px) 100vw, 284px"></noscript></picture>                                                                                    </div>
                                    </div>
                                                                    <div class="swiper-slide">
                                        <div class="client-item">
                                                                                            <picture class="attachment-full size-full sp-no-webp"><source data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/2.webp 284w,https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/2-120x19.webp 120w" sizes="(max-width: 284px) 100vw, 284px" type="image/webp"><source data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/2.png 284w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/2-120x19.png 120w" sizes="(max-width: 284px) 100vw, 284px" type="image/png"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20284%2044'%3E%3C/svg%3E" class="attachment-full size-full sp-no-webp" alt="2" height="44" width="284" data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/2.png 284w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/2-120x19.png 120w" data-lazy-sizes="(max-width: 284px) 100vw, 284px" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/2.png"><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/2.png" class="attachment-full size-full sp-no-webp" alt="2" height="44" width="284" srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/2.png 284w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/2-120x19.png 120w" sizes="(max-width: 284px) 100vw, 284px"></noscript></picture>                                                                                    </div>
                                    </div>
                                                                    <div class="swiper-slide">
                                        <div class="client-item">
                                                                                            <picture class="attachment-full size-full sp-no-webp"><source data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/3.webp 214w,https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/3-120x16.webp 120w" sizes="(max-width: 214px) 100vw, 214px" type="image/webp"><source data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/3.png 214w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/3-120x16.png 120w" sizes="(max-width: 214px) 100vw, 214px" type="image/png"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20214%2028'%3E%3C/svg%3E" class="attachment-full size-full sp-no-webp" alt="3" height="28" width="214" data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/3.png 214w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/3-120x16.png 120w" data-lazy-sizes="(max-width: 214px) 100vw, 214px" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/3.png"><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/3.png" class="attachment-full size-full sp-no-webp" alt="3" height="28" width="214" srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/3.png 214w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/3-120x16.png 120w" sizes="(max-width: 214px) 100vw, 214px"></noscript></picture>                                                                                    </div>
                                    </div>
                                                                    <div class="swiper-slide">
                                        <div class="client-item">
                                                                                            <picture class="attachment-full size-full sp-no-webp"><source data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/5.webp 154w,https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/5-150x46.webp 150w,https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/5-120x36.webp 120w" sizes="(max-width: 154px) 100vw, 154px" type="image/webp"><source data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/5.png 154w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/5-150x46.png 150w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/5-120x36.png 120w" sizes="(max-width: 154px) 100vw, 154px" type="image/png"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20154%2046'%3E%3C/svg%3E" class="attachment-full size-full sp-no-webp" alt="5" height="46" width="154" data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/5.png 154w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/5-150x46.png 150w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/5-120x36.png 120w" data-lazy-sizes="(max-width: 154px) 100vw, 154px" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/5.png"><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/5.png" class="attachment-full size-full sp-no-webp" alt="5" height="46" width="154" srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/5.png 154w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/5-150x46.png 150w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/5-120x36.png 120w" sizes="(max-width: 154px) 100vw, 154px"></noscript></picture>                                                                                    </div>
                                    </div>
                                                            </div>
                        </div>
                    </div>            
                </div>
            </div>
        </div>
    </div>




<p></p>
</div>
</div>
</div></div>



    <div class="gutenberg-block gutenberg-block-section-spacer alignfull" id="gutenberg-block-section-spacer-block_6009a42182323">
        <!-- <div class="spacer spacer--" aria-hidden="true" style="height: "></div> -->
        <div class="spacer spacer--80" aria-hidden="true"></div>
    </div>



<hr class="wp-block-separator alignfull is-style-wide"/>



<div class="wp-block-group global-leading-expert"><div class="wp-block-group__inner-container">
    <div class="gutenberg-block gutenberg-block-section-spacer alignfull" id="gutenberg-block-section-spacer-block_6009a2a48231b">
        <!-- <div class="spacer spacer--" aria-hidden="true" style="height: "></div> -->
        <div class="spacer spacer--100" aria-hidden="true"></div>
    </div>



<div class="wp-block-columns">
<div class="wp-block-column" style="flex-basis:35%">
<h2 id="h-de-wereldwijde-en-toonaangevende-expert-in-wso2-technologie-en-services"><span class="ez-toc-section" id="De_wereldwijde_en_toonaangevende_expert_in_WSO2_technologie_en_services"></span>De wereldwijde en toonaangevende expert in WSO2 technologie en services<span class="ez-toc-section-end"></span></h2>
</div>



<div class="wp-block-column">
<p>Via oplossingsarchitectuur, software-ontwikkeling en Managed WSO2 Cloud verbinden we alles met iedereen, onder de essentiële voorwaarden van beveiliging, beter beheer en eenvoudige logica. Onze oplossingen zijn uniek ontworpen om te voldoen aan de eisen van vandaag voor een agile benadering en biedt alle componenten die nodig zijn voor succesvolle digitale zaken. We leveren ook kennis met met intensieve training en support.</p>
</div>
</div>



    <div class="gutenberg-block gutenberg-block-section-spacer alignfull" id="gutenberg-block-section-spacer-block_6009a2a48231c">
        <!-- <div class="spacer spacer--" aria-hidden="true" style="height: "></div> -->
        <div class="spacer spacer--80" aria-hidden="true"></div>
    </div>



<div class="wp-block-group"><div class="wp-block-group__inner-container">
<div class="wp-block-group"><div class="wp-block-group__inner-container"></div></div>
</div></div>



    <div class="gutenberg-block gutenberg-block-section-features-grid" id="gutenberg-block-section-features-grid-block_6009a2a48231d">
        <div class="row row-min-margin align-center">
                            <div class="column small-12 medium-6 large-3 gutenberg-block-section-features-grid-column flex-column">
                    <div class="gutenberg-block-section-features-grid-item-inner flex-column flex-grow">
                                                    <h3 class="h5 has-secondary-color gutenberg-block-section-features-grid-item-title"><span class="ez-toc-section" id="De_beste_meest_flexibele_en_agile_oplossing"></span>De beste, meest flexibele en agile oplossing<span class="ez-toc-section-end"></span></h3>
                                                                            <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2020'%3E%3C/svg%3E" class="icon" alt="Flexible" height="20" width="20" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Flexible.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Flexible.svg" class="icon" alt="Flexible" height="20" width="20" /></noscript>                                            </div>
                </div>
                            <div class="column small-12 medium-6 large-3 gutenberg-block-section-features-grid-column flex-column">
                    <div class="gutenberg-block-section-features-grid-item-inner flex-column flex-grow">
                                                    <h3 class="h5 has-secondary-color gutenberg-block-section-features-grid-item-title"><span class="ez-toc-section" id="Gararandeerd_100_open_standard_en_open_source"></span>Gararandeerd 100% open standard en open source<span class="ez-toc-section-end"></span></h3>
                                                                            <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2018%2022'%3E%3C/svg%3E" class="icon" alt="Open source" height="22" width="18" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Open-source.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Open-source.svg" class="icon" alt="Open source" height="22" width="18" /></noscript>                                            </div>
                </div>
                            <div class="column small-12 medium-6 large-3 gutenberg-block-section-features-grid-column flex-column">
                    <div class="gutenberg-block-section-features-grid-item-inner flex-column flex-grow">
                                                    <h3 class="h5 has-secondary-color gutenberg-block-section-features-grid-item-title"><span class="ez-toc-section" id="Geen_financiele_technische_of_kennis_lock-in"></span>Geen financiële, technische of kennis lock-in<span class="ez-toc-section-end"></span></h3>
                                                                            <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2018%2022'%3E%3C/svg%3E" class="icon" alt="Lock in" height="22" width="18" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Lock-in.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Lock-in.svg" class="icon" alt="Lock in" height="22" width="18" /></noscript>                                            </div>
                </div>
                            <div class="column small-12 medium-6 large-3 gutenberg-block-section-features-grid-column flex-column">
                    <div class="gutenberg-block-section-features-grid-item-inner flex-column flex-grow">
                                                    <h3 class="h5 has-secondary-color gutenberg-block-section-features-grid-item-title"><span class="ez-toc-section" id="De_vrijheid_om_functionaliteit_uit_te_breiden"></span>De vrijheid om functionaliteit uit te breiden<span class="ez-toc-section-end"></span></h3>
                                                                            <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2020'%3E%3C/svg%3E" class="icon" alt="Functionality" height="20" width="20" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Functionality.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Functionality.svg" class="icon" alt="Functionality" height="20" width="20" /></noscript>                                            </div>
                </div>
                    </div>
    </div>
    



    <div class="gutenberg-block gutenberg-block-section-spacer alignfull" id="gutenberg-block-section-spacer-block_6009a2a48231e">
        <!-- <div class="spacer spacer--" aria-hidden="true" style="height: "></div> -->
        <div class="spacer spacer--40" aria-hidden="true"></div>
    </div>



<div class="gutenberg-block gutenberg-block-section-community" id="gutenberg-block-section-community-block_6009a2a48231f">
    
    <div class="row">
        <div class="column">
            <div class="gutenberg-block-section-community-item">

                <div class="row align-bottom">
                    <div class="column small-12 medium-6 xxlarge-8 order-1 medium-order-2">
                        
                                                    <h3 class="gutenberg-block-section-community-title"><span class="ez-toc-section" id="Word_lid_van_de_wereldwijde_WSO2-community_op_LinkedIn"></span>
                                Word lid van de wereldwijde WSO2-community op LinkedIn                            <span class="ez-toc-section-end"></span></h3>
                        
                                                    <div class="gutenberg-block-section-community-desc">
                                <p><div class="eyKpYb" data-language="nl" data-original-language="en" data-result-index="0">
<div>Uit enthousiasme voor WSO2 zijn we de grootste wereldwijde community gestart om je te betrekken in dit avontuur. Verzeker jezelf van de laatste updates, polls, trends en Q&amp;A&#8217;s samen met duizenden anderen.</div>
</div>
</p>
                            </div>
                        
                        <a title="Meld je nu hier aan" href="https://www.linkedin.com/groups/4396249/" target="_self" class="gutenberg-block-section-community-link more-link">
                            Meld je nu hier aan                        </a>
                        
                    </div>

                    <div class="column small-12 medium-6 xxlarge-4 order-2 medium-order-1"> 
                        <div class="gutenberg-block-section-community-img">
                            <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="linkedin-signup" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/themes/webrand/dist/assets/img/ws02-linkedin-full.png"><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/themes/webrand/dist/assets/img/ws02-linkedin-full.png" alt="linkedin-signup"></noscript>
                        </div>
                    </div>
                </div>
                    
                <svg class="gutenberg-block-section-community-icon" height="18" viewBox="0 0 18 18" width="18" xmlns="http://www.w3.org/2000/svg">
                    <g fill="none" fill-rule="evenodd">
                        <path d="m0 2h17v13h-17z" fill="transparent"/>
                        <path d="m16 0h-14c-1.1045695 0-2 .8954305-2 2v14c0 1.1045695.8954305 2 2 2h14c1.1045695 0 2-.8954305 2-2v-14c0-1.1045695-.8954305-2-2-2zm-10.5 14.5c0 .2761424-.22385763.5-.5.5h-1.5c-.27614237 0-.5-.2238576-.5-.5v-7c0-.27614237.22385763-.5.5-.5h1.5c.27614237 0 .5.22385763.5.5zm-1.25-8.5c-.82842712 0-1.5-.67157288-1.5-1.5s.67157288-1.5 1.5-1.5 1.5.67157288 1.5 1.5-.67157288 1.5-1.5 1.5zm10.75 8.5c0 .2761424-.2238576.5-.5.5h-1.5c-.2761424 0-.5-.2238576-.5-.5v-3.75c0-.82842712-.6715729-1.5-1.5-1.5s-1.5.67157288-1.5 1.5v3.75c0 .2761424-.22385763.5-.5.5h-1.5c-.27614237 0-.5-.2238576-.5-.5v-7c0-.27614237.22385763-.5.5-.5h1.5c.27614237 0 .5.22385763.5.5v.6c.6082627-.92559466 1.6770232-1.44075257 2.78-1.34 1.5776092.19451737 2.752457 1.55077559 2.72 3.14z" fill="#F9F9F9"/>
                    </g>
                </svg>
            </div>
        </div>
    </div>
    
</div></div></div>



    <div class="gutenberg-block gutenberg-block-section-spacer alignfull" id="gutenberg-block-section-spacer-block_5fca3bda0dce4">
        <!-- <div class="spacer spacer--" aria-hidden="true" style="height: "></div> -->
        <div class="spacer spacer--160" aria-hidden="true"></div>
    </div>


    <div class="gutenberg-block gutenberg-block-cta-download-whitepaper alignfull" id="gutenberg-block-cta-download-whitepaper-block_604b5836cc16e">
        <div class="row">
            <div class="column">

                <div class="cta-download-whitepaper">
                    <div class="cta-download-whitepaper-content">
                                                    <h3 class="cta-download-whitepaper-title"><span class="ez-toc-section" id="Gids_voor_geavanceerd_API-management"></span>
                                Gids voor geavanceerd API-management                            <span class="ez-toc-section-end"></span></h3>
                        
                                                    <span class="cta-download-whitepaper-subtitle">
                                Whitepaper door Senior Solution Architect Hans Bot                            </span>
                        
                        <a title="Download now" href="https://www.yenlo.com/nl/whitepapers/gids-voor-geavanceerd-api-management/" class="button button--download">
                            Download now                        </a>
                    </div>
                </div>  

            </div>
        </div>

                    <div class="cta-download-whitepaper-cover">
                <picture class="attachment-fullpage size-fullpage sp-no-webp"><source data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-2560x900.webp 2560w,https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-300x105.webp 300w,https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-1024x360.webp 1024w,https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-768x270.webp 768w,https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-615x216.webp 615w,https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-585x206.webp 585w,https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-1200x422.webp 1200w,https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-1440x506.webp 1440w,https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-120x42.webp 120w" sizes="(max-width: 2560px) 100vw, 2560px" type="image/webp"><source data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-2560x900.jpg 2560w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-300x105.jpg 300w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-1024x360.jpg 1024w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-768x270.jpg 768w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-615x216.jpg 615w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-585x206.jpg 585w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-1200x422.jpg 1200w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-1440x506.jpg 1440w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-120x42.jpg 120w" sizes="(max-width: 2560px) 100vw, 2560px" type="image/jpeg"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%202560%20900'%3E%3C/svg%3E" class="attachment-fullpage size-fullpage sp-no-webp" alt="yenlo brochure mockup scaled" height="900" width="2560" data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-2560x900.jpg 2560w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-300x105.jpg 300w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-1024x360.jpg 1024w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-768x270.jpg 768w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-615x216.jpg 615w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-585x206.jpg 585w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-1200x422.jpg 1200w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-1440x506.jpg 1440w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-120x42.jpg 120w" data-lazy-sizes="(max-width: 2560px) 100vw, 2560px" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-2560x900.jpg"><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-2560x900.jpg" class="attachment-fullpage size-fullpage sp-no-webp" alt="yenlo brochure mockup scaled" height="900" width="2560" srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-2560x900.jpg 2560w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-300x105.jpg 300w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-1024x360.jpg 1024w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-768x270.jpg 768w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-615x216.jpg 615w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-585x206.jpg 585w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-1200x422.jpg 1200w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-1440x506.jpg 1440w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/yenlo-brochure-mockup-120x42.jpg 120w" sizes="(max-width: 2560px) 100vw, 2560px"></noscript></picture>            </div>
        
    </div>





<div class="wp-block-group homepage-block-usps"><div class="wp-block-group__inner-container">
    <div class="gutenberg-block gutenberg-block-section-spacer alignfull" id="gutenberg-block-section-spacer-block_604b582ecc16d">
        <!-- <div class="spacer spacer--" aria-hidden="true" style="height: "></div> -->
        <div class="spacer spacer--160" aria-hidden="true"></div>
    </div>



<div class="gutenberg-block gutenberg-block-content-section-title" id="gutenberg-block-content-section-title-block_5fb634e17b1eb">
    <div class="row">
        <div class="column">

            <div class="content-section-title">

                <h3 class="content-section-title-title"><span class="ez-toc-section" id="Ontdek_onze_WSO2_services"></span>Ontdek onze WSO2 services<span class="ez-toc-section-end"></span></h3>

                
                
                            </div>

        </div>
    </div>
</div>


    <div class="gutenberg-block gutenberg-block-section-spacer alignfull" id="gutenberg-block-section-spacer-block_5fca3cb10dce5">
        <!-- <div class="spacer spacer--" aria-hidden="true" style="height: "></div> -->
        <div class="spacer spacer--120" aria-hidden="true"></div>
    </div>



<div class="gutenberg-block gutenberg-block-services" id="gutenberg-block-services-block_5fb383c84dca9">

    <div class="row">
        
        
            <div class="column small-12 medium-6 large-4">
                <div class="service-item">
                                            <a title="WSO2 Consultancy &#038; Health Checks" href="https://www.yenlo.com/nl/diensten/wso2-consultancy-health-checks/" class="service-item-icon"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="attachment-full size-full" alt="Healthcare" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Healthcare.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Healthcare.svg" class="attachment-full size-full" alt="Healthcare" height="32" width="32" /></noscript></a>
                                                            <a title="WSO2 Consultancy &#038; Health Checks" class="service-item-title" href="https://www.yenlo.com/nl/diensten/wso2-consultancy-health-checks/">
                        <h3><span class="ez-toc-section" id="WSO2_Consultancy_Health_Checks"></span>WSO2 Consultancy &#038; Health Checks<span class="ez-toc-section-end"></span></h3>
                    </a>
                                            <div class="service-item-content">
                            Capaciteit én WSO2 expertise, specifiek toegespitst op de behoeften per opdrachtgever.                         </div>
                                                                <a title="WSO2 Consultancy &#038; Health Checks" href="https://www.yenlo.com/nl/diensten/wso2-consultancy-health-checks/" class="service-item-more more-link has-icon">Lees verder</a>
                                    </div>
            </div>

        
            <div class="column small-12 medium-6 large-4">
                <div class="service-item">
                                            <a title="WSO2 Enterprise &#038; Solution Architecture" href="https://www.yenlo.com/nl/diensten/wso2-enterprise-solution-architecture/" class="service-item-icon"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="attachment-full size-full" alt="WSO2 Enterprise Solution Architecture" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Enterprise-Solution-Architecture.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Enterprise-Solution-Architecture.svg" class="attachment-full size-full" alt="WSO2 Enterprise Solution Architecture" height="32" width="32" /></noscript></a>
                                                            <a title="WSO2 Enterprise &#038; Solution Architecture" class="service-item-title" href="https://www.yenlo.com/nl/diensten/wso2-enterprise-solution-architecture/">
                        <h3><span class="ez-toc-section" id="WSO2_Enterprise_Solution_Architecture"></span>WSO2 Enterprise &#038; Solution Architecture<span class="ez-toc-section-end"></span></h3>
                    </a>
                                            <div class="service-item-content">
                            Gezamenlijk ontwerpen onze experts een architectuur die aan jouw bedrijfsmatige en IT wensen voldoet.                        </div>
                                                                <a title="WSO2 Enterprise &#038; Solution Architecture" href="https://www.yenlo.com/nl/diensten/wso2-enterprise-solution-architecture/" class="service-item-more more-link has-icon">Lees verder</a>
                                    </div>
            </div>

        
            <div class="column small-12 medium-6 large-4">
                <div class="service-item">
                                            <a title="WSO2 Migration Services" href="https://www.yenlo.com/nl/diensten/wso2-migration-services/" class="service-item-icon"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="attachment-full size-full" alt="WSO2 Migration Services" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Migration-Services.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Migration-Services.svg" class="attachment-full size-full" alt="WSO2 Migration Services" height="32" width="32" /></noscript></a>
                                                            <a title="WSO2 Migration Services" class="service-item-title" href="https://www.yenlo.com/nl/diensten/wso2-migration-services/">
                        <h3><span class="ez-toc-section" id="WSO2_Migration_Services"></span>WSO2 Migration Services<span class="ez-toc-section-end"></span></h3>
                    </a>
                                            <div class="service-item-content">
                            Laat Yenlo de overstap naar WSO2 voor je regelen en we garanderen een kostenbesparing van 20-40% op jaarbasis!                        </div>
                                                                <a title="WSO2 Migration Services" href="https://www.yenlo.com/nl/diensten/wso2-migration-services/" class="service-item-more more-link has-icon">Lees verder</a>
                                    </div>
            </div>

        
            <div class="column small-12 medium-6 large-4">
                <div class="service-item">
                                            <a title="WSO2 Installatie &#038; Configuratie" href="https://www.yenlo.com/nl/diensten/wso2-installatie-configuratie/" class="service-item-icon"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="attachment-full size-full" alt="WSO2 API Manager" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-API-Manager.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-API-Manager.svg" class="attachment-full size-full" alt="WSO2 API Manager" height="32" width="32" /></noscript></a>
                                                            <a title="WSO2 Installatie &#038; Configuratie" class="service-item-title" href="https://www.yenlo.com/nl/diensten/wso2-installatie-configuratie/">
                        <h3><span class="ez-toc-section" id="WSO2_Installatie_Configuratie"></span>WSO2 Installatie &#038; Configuratie<span class="ez-toc-section-end"></span></h3>
                    </a>
                                            <div class="service-item-content">
                            Het WSO2 platform kan optimaal afgestemd worden op de behoeften van zelfs de meest veeleisende gebruikers. Onze WSO2 Installatie &#038; Configuratie service zorgt voor een passende oplossing op dit vlak.                        </div>
                                                                <a title="WSO2 Installatie &#038; Configuratie" href="https://www.yenlo.com/nl/diensten/wso2-installatie-configuratie/" class="service-item-more more-link has-icon">Lees verder</a>
                                    </div>
            </div>

        
            <div class="column small-12 medium-6 large-4">
                <div class="service-item">
                                            <a title="WSO2 Software Development" href="https://www.yenlo.com/nl/diensten/wso2-software-development/" class="service-item-icon"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="attachment-full size-full" alt="WSO2 Software Development" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Software-Development.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Software-Development.svg" class="attachment-full size-full" alt="WSO2 Software Development" height="32" width="32" /></noscript></a>
                                                            <a title="WSO2 Software Development" class="service-item-title" href="https://www.yenlo.com/nl/diensten/wso2-software-development/">
                        <h3><span class="ez-toc-section" id="WSO2_Software_Development"></span>WSO2 Software Development<span class="ez-toc-section-end"></span></h3>
                    </a>
                                            <div class="service-item-content">
                            Tijdens deze fase ondersteunen we bij het installeren en configureren van jouw middleware laag.                        </div>
                                                                <a title="WSO2 Software Development" href="https://www.yenlo.com/nl/diensten/wso2-software-development/" class="service-item-more more-link has-icon">Lees verder</a>
                                    </div>
            </div>

        
            <div class="column small-12 medium-6 large-4">
                <div class="service-item">
                                            <a title="WSO2 API Security" href="https://www.yenlo.com/nl/diensten/wso2-api-security/" class="service-item-icon"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="attachment-full size-full" alt="WSO2 API Security" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-API-Security.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-API-Security.svg" class="attachment-full size-full" alt="WSO2 API Security" height="32" width="32" /></noscript></a>
                                                            <a title="WSO2 API Security" class="service-item-title" href="https://www.yenlo.com/nl/diensten/wso2-api-security/">
                        <h3><span class="ez-toc-section" id="WSO2_API_Security"></span>WSO2 API Security<span class="ez-toc-section-end"></span></h3>
                    </a>
                                            <div class="service-item-content">
                            Audit, scan en beveilig API&#8217;s van code tot en met productie door developers de juiste tools te bieden.                         </div>
                                                                <a title="WSO2 API Security" href="https://www.yenlo.com/nl/diensten/wso2-api-security/" class="service-item-more more-link has-icon">Lees verder</a>
                                    </div>
            </div>

        
            <div class="column small-12 medium-6 large-4">
                <div class="service-item">
                                            <a title="WSO2 Managed Services &#038; Support" href="https://www.yenlo.com/nl/diensten/wso2-managed-services-support/" class="service-item-icon"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="attachment-full size-full" alt="WSO2 Managed Services Support" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Managed-Services-Support.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Managed-Services-Support.svg" class="attachment-full size-full" alt="WSO2 Managed Services Support" height="32" width="32" /></noscript></a>
                                                            <a title="WSO2 Managed Services &#038; Support" class="service-item-title" href="https://www.yenlo.com/nl/diensten/wso2-managed-services-support/">
                        <h3><span class="ez-toc-section" id="WSO2_Managed_Services_Support"></span>WSO2 Managed Services &#038; Support<span class="ez-toc-section-end"></span></h3>
                    </a>
                                            <div class="service-item-content">
                            We bieden support op bijna elke denkbare manier, zo lang als jij het nodig hebt.                        </div>
                                                                <a title="WSO2 Managed Services &#038; Support" href="https://www.yenlo.com/nl/diensten/wso2-managed-services-support/" class="service-item-more more-link has-icon">Lees verder</a>
                                    </div>
            </div>

        
            <div class="column small-12 medium-6 large-4">
                <div class="service-item">
                                            <a title="WSO2 Training &#038; Certification" href="https://www.yenlo.com/nl/diensten/wso2-training-certification/" class="service-item-icon"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="attachment-full size-full" alt="WSO2 Training Certification 1" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Training-Certification-1.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Training-Certification-1.svg" class="attachment-full size-full" alt="WSO2 Training Certification 1" height="32" width="32" /></noscript></a>
                                                            <a title="WSO2 Training &#038; Certification" class="service-item-title" href="https://www.yenlo.com/nl/diensten/wso2-training-certification/">
                        <h3><span class="ez-toc-section" id="WSO2_Training_Certification"></span>WSO2 Training &#038; Certification<span class="ez-toc-section-end"></span></h3>
                    </a>
                                            <div class="service-item-content">
                            Wanneer je gebruik wilt gaan maken van WSO2 of de potentie van bestaande WSO2 producten maximaal wilt benutten.                         </div>
                                                                <a title="WSO2 Training &#038; Certification" href="https://www.yenlo.com/nl/diensten/wso2-training-certification/" class="service-item-more more-link has-icon">Lees verder</a>
                                    </div>
            </div>

        
    </div>

</div>



    <div class="gutenberg-block gutenberg-block-section-spacer alignfull" id="gutenberg-block-section-spacer-block_5fca3cd20dce6">
        <!-- <div class="spacer spacer--" aria-hidden="true" style="height: "></div> -->
        <div class="spacer spacer--120" aria-hidden="true"></div>
    </div>
</div></div>



<div class="gutenberg-block gutenberg-block-cta-client-case alignfull" id="gutenberg-block-cta-client-case-block_5fb388b9c1aa6">

    <div class="cta-client-case">
        <div class="row align-center">

                            <div class="column small-12 no-padding">
                    <div class="cta-client-case-cover">
                        <picture class="attachment-fullpage size-fullpage sp-no-webp"><source data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Client-Case-Utrecht-University.webp" type="image/webp"><source data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Client-Case-Utrecht-University.webp" type="image/webp"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201%201'%3E%3C/svg%3E" class="attachment-fullpage size-fullpage sp-no-webp" alt="Client Case Utrecht University" height="1" width="1" data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Client-Case-Utrecht-University.webp" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Client-Case-Utrecht-University.webp"><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Client-Case-Utrecht-University.webp" class="attachment-fullpage size-fullpage sp-no-webp" alt="Client Case Utrecht University" height="1" width="1" srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Client-Case-Utrecht-University.webp"></noscript></picture>                    </div>
                </div>
            
            <div class="column small-12 quote-content">
                                    <h3 class="cta-client-case-quote"><span class="ez-toc-section" id="Dankzij_Connext_hebben_we_nu_een_veel_gebruiksvriendelijker_IT-landschap_waarin_duizenden_studenten_en_medewerkers_gemakkelijk_toegankelijke_data_tools_en_geautomatiseerde_processen_kunnen_gebruiken"></span>
                        Dankzij Connext hebben we nu een veel gebruiksvriendelijker IT-landschap, waarin duizenden studenten en medewerkers gemakkelijk toegankelijke data, tools en geautomatiseerde processen kunnen gebruiken.                    <span class="ez-toc-section-end"></span></h3>
                
                <div class="cta-client-case-quote-client">
                    <span>Drs. </span>
                    <span>Drs. Veroniek Blommaert,</span>                    <span>Universiteit Utrecht</span>
                </div>
                
                                    <a title="Bekijk de client case" href="https://www.yenlo.com/nl/projecten/universiteit-utrecht/" target="" class="button">
                        Bekijk de client case                    </a>
                            </div>

        </div>
    </div>

</div>


<div class="wp-block-group alignfull homepage-block-solutions"><div class="wp-block-group__inner-container">
    <div class="gutenberg-block gutenberg-block-section-spacer alignfull" id="gutenberg-block-section-spacer-block_5fcdf573b1846">
        <!-- <div class="spacer spacer--" aria-hidden="true" style="height: "></div> -->
        <div class="spacer spacer--140" aria-hidden="true"></div>
    </div>



<div class="gutenberg-block gutenberg-block-content-section-title" id="gutenberg-block-content-section-title-block_5fb63d1cb4a83">
    <div class="row">
        <div class="column">

            <div class="content-section-title">

                <h3 class="content-section-title-title"><span class="ez-toc-section" id="Onze_oplossingen_voor_jouw_digitale_transformatie"></span>Onze oplossingen voor jouw digitale transformatie<span class="ez-toc-section-end"></span></h3>

                <div class="content-section-title-subtitle">We presenteren je de componenten die jouw digitale transformatie mogelijk maken. </div>
                
                            </div>

        </div>
    </div>
</div>


    <div class="gutenberg-block gutenberg-block-section-spacer alignfull" id="gutenberg-block-section-spacer-block_5fcdfcf0b184a">
        <!-- <div class="spacer spacer--" aria-hidden="true" style="height: "></div> -->
        <div class="spacer spacer--100" aria-hidden="true"></div>
    </div>



<div class="gutenberg-block gutenberg-block-solutions" id="gutenberg-block-solutions-block_5fad3da3ae2e7">

        <div class="row">

                            <div class="solution-item column small-12 medium-6 large-6 flex-grow flex-column">
                    <div class="solution-item-inner flex-column flex-grow">

                        <div class="solution-item-heading">
                            <a title="WSO2 API Manager" class="solution-item-title" href="https://www.yenlo.com/nl/oplossingen/wso2-api-manager/">
                                <h3><span class="ez-toc-section" id="WSO2_API_Manager"></span>WSO2 API Manager<span class="ez-toc-section-end"></span></h3>
                            </a>
                        
                            
                            
                        </div>
            
                        <div class="solution-item-content-container flex-column flex-grow">
                            
                                                            <div class="solution-item-content flex-grow">
                                    Een kant-en-klare oplossing voor het ontwerpen, samenstellen en publiceren van API&#8217;s. Start een ontwikkelaars community en beheer API verkeer.                                </div>
                                            
                            <a title="WSO2 API Manager" href="https://www.yenlo.com/nl/oplossingen/wso2-api-manager/" class="solution-item-more button button--border">Lees verder</a>
                        </div>

                                            </div>
                </div>

                            <div class="solution-item column small-12 medium-6 large-6 flex-grow flex-column">
                    <div class="solution-item-inner flex-column flex-grow">

                        <div class="solution-item-heading">
                            <a title="WSO2 Identity Server" class="solution-item-title" href="https://www.yenlo.com/nl/oplossingen/wso2-identity-server/">
                                <h3><span class="ez-toc-section" id="WSO2_Identity_Server"></span>WSO2 Identity Server<span class="ez-toc-section-end"></span></h3>
                            </a>
                        
                            
                            
                        </div>
            
                        <div class="solution-item-content-container flex-column flex-grow">
                            
                                                            <div class="solution-item-content flex-grow">
                                    Laat identificatie en autorisatie over aan de WSO2 Identity Server en profiteer van eenvoudige toegang, een geweldige gebruikerservaring en optimale veiligheid.                                </div>
                                            
                            <a title="WSO2 Identity Server" href="https://www.yenlo.com/nl/oplossingen/wso2-identity-server/" class="solution-item-more button button--border">Lees verder</a>
                        </div>

                                            </div>
                </div>

                            <div class="solution-item column small-12 medium-6 large-6 flex-grow flex-column">
                    <div class="solution-item-inner flex-column flex-grow">

                        <div class="solution-item-heading">
                            <a title="WSO2 Enterprise Integrator" class="solution-item-title" href="https://www.yenlo.com/nl/oplossingen/wso2-enterprise-integrator/">
                                <h3><span class="ez-toc-section" id="WSO2_Enterprise_Integrator"></span>WSO2 Enterprise Integrator<span class="ez-toc-section-end"></span></h3>
                            </a>
                        
                            
                            
                        </div>
            
                        <div class="solution-item-content-container flex-column flex-grow">
                            
                                                            <div class="solution-item-content flex-grow">
                                    De nieuwe generatie ESB is gearriveerd. Met ontelbaar veel mogelijkheden begint je bedrijfsrevolutie van binnenuit.                                </div>
                                            
                            <a title="WSO2 Enterprise Integrator" href="https://www.yenlo.com/nl/oplossingen/wso2-enterprise-integrator/" class="solution-item-more button button--border">Lees verder</a>
                        </div>

                                            </div>
                </div>

                            <div class="solution-item column small-12 medium-6 large-6 flex-grow flex-column">
                    <div class="solution-item-inner flex-column flex-grow">

                        <div class="solution-item-heading">
                            <a title="WSO2 Stream Processor" class="solution-item-title" href="https://www.yenlo.com/nl/oplossingen/wso2-stream-processor/">
                                <h3><span class="ez-toc-section" id="WSO2_Stream_Processor"></span>WSO2 Stream Processor<span class="ez-toc-section-end"></span></h3>
                            </a>
                        
                            
                            
                        </div>
            
                        <div class="solution-item-content-container flex-column flex-grow">
                            
                                                            <div class="solution-item-content flex-grow">
                                    De WSO2 Stream Processor is het begin van je analytische transformatie, die net zo belangrijk is als de digitale variant.                                </div>
                                            
                            <a title="WSO2 Stream Processor" href="https://www.yenlo.com/nl/oplossingen/wso2-stream-processor/" class="solution-item-more button button--border">Lees verder</a>
                        </div>

                                            </div>
                </div>

                        
        </div>

</div>



<div class="gutenberg-block gutenberg-block-section-connext-products alignfull" id="gutenberg-block-section-connext-products-block_6009e24686e46">

    <div class="row connext-products-row">
        <div class="column">
                
            <div class="connext-products-intro"> 
                <h3 class="connext-products-intro-title"><span class="ez-toc-section" id="Connext"></span>Connext<span class="ez-toc-section-end"></span></h3>                <div class="connext-products-intro-text"><p><span class="VIiyi" lang="nl"><span class="JLqJ4b ChMk0b" data-language-for-alternatives="nl" data-language-to-translate-into="en" data-phrase-index="0">Connext door Yenlo integreert systemen om externe en interne bedrijfsprocessen te ondersteunen.</span> <span class="JLqJ4b ChMk0b" data-language-for-alternatives="nl" data-language-to-translate-into="en" data-phrase-index="1">Met onze 24/7 gehoste en beheerde WSO2-cloudoplossing kunt u uw bedrijf gemakkelijk runnen.</span></span></p>
</div>            </div>

            <div class="connext-products-items">
                <div class="row">

                    
                    <div class="connext-products-item column small-12 medium-12 large-6 flex-column">

                                                    <div class="connext-products-item-image">
                                <picture class="attachment-full size-full sp-no-webp"><source data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans.webp 1690w,https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-300x300.webp 300w,https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-1024x1024.webp 1024w,https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-150x150.webp 150w,https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-768x768.webp 768w,https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-615x615.webp 615w,https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-585x585.webp 585w,https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-100x100.webp 100w,https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-1200x1200.webp 1200w,https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-1440x1440.webp 1440w,https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-120x120.webp 120w" sizes="(max-width: 1690px) 100vw, 1690px" type="image/webp"><source data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans.png 1690w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-300x300.png 300w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-1024x1024.png 1024w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-150x150.png 150w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-768x768.png 768w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-615x615.png 615w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-585x585.png 585w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-100x100.png 100w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-1200x1200.png 1200w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-1440x1440.png 1440w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-120x120.png 120w" sizes="(max-width: 1690px) 100vw, 1690px" type="image/png"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201690%201690'%3E%3C/svg%3E" class="attachment-full size-full sp-no-webp" alt="Connext Platform Logo Website trans" height="1690" width="1690" data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans.png 1690w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-300x300.png 300w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-1024x1024.png 1024w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-150x150.png 150w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-768x768.png 768w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-615x615.png 615w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-585x585.png 585w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-100x100.png 100w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-1200x1200.png 1200w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-1440x1440.png 1440w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-120x120.png 120w" data-lazy-sizes="(max-width: 1690px) 100vw, 1690px" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans.png"><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans.png" class="attachment-full size-full sp-no-webp" alt="Connext Platform Logo Website trans" height="1690" width="1690" srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans.png 1690w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-300x300.png 300w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-1024x1024.png 1024w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-150x150.png 150w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-768x768.png 768w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-615x615.png 615w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-585x585.png 585w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-100x100.png 100w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-1200x1200.png 1200w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-1440x1440.png 1440w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Connext-Platform-Logo-Website-trans-120x120.png 120w" sizes="(max-width: 1690px) 100vw, 1690px"></noscript></picture>                            </div>
                                                                            <span class="connext-products-item-toptitle">Platform-als-een-service</span>
                                                                            <h3 class="connext-products-item-title"><span class="ez-toc-section" id="Connext_Platform"></span>Connext Platform<span class="ez-toc-section-end"></span></h3>
                                                                                                    <div class="connext-products-item-content">
                                <p><span class="VIiyi" lang="nl"><span class="JLqJ4b ChMk0b" data-language-for-alternatives="nl" data-language-to-translate-into="en" data-phrase-index="0">De juiste oplossing voor organisaties die op zoek zijn naar een privéomgeving die volledig op maat te maken is.</span></span></p>
                            </div>
                        
                                                                            <a title="Connext Platform" href="https://www.yenlo.com/nl/oplossingen/connext-platform/" class="connext-products-item-more button">
                                Lees verder                            </a>
                                            </div>

                    
                    <div class="connext-products-item column small-12 medium-12 large-6 flex-column">

                                                    <div class="connext-products-item-image">
                                <picture class="attachment-full size-full sp-no-webp"><source data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas.webp 1690w,https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-300x300.webp 300w,https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-1024x1024.webp 1024w,https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-150x150.webp 150w,https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-768x768.webp 768w,https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-615x615.webp 615w,https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-585x585.webp 585w,https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-100x100.webp 100w,https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-1200x1200.webp 1200w,https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-1440x1440.webp 1440w,https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-120x120.webp 120w" sizes="(max-width: 1690px) 100vw, 1690px" type="image/webp"><source data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas.png 1690w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-300x300.png 300w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-1024x1024.png 1024w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-150x150.png 150w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-768x768.png 768w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-615x615.png 615w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-585x585.png 585w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-100x100.png 100w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-1200x1200.png 1200w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-1440x1440.png 1440w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-120x120.png 120w" sizes="(max-width: 1690px) 100vw, 1690px" type="image/png"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201690%201690'%3E%3C/svg%3E" class="attachment-full size-full sp-no-webp" alt="Logo campagne Iaas" height="1690" width="1690" data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas.png 1690w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-300x300.png 300w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-1024x1024.png 1024w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-150x150.png 150w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-768x768.png 768w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-615x615.png 615w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-585x585.png 585w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-100x100.png 100w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-1200x1200.png 1200w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-1440x1440.png 1440w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-120x120.png 120w" data-lazy-sizes="(max-width: 1690px) 100vw, 1690px" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas.png"><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas.png" class="attachment-full size-full sp-no-webp" alt="Logo campagne Iaas" height="1690" width="1690" srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas.png 1690w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-300x300.png 300w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-1024x1024.png 1024w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-150x150.png 150w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-768x768.png 768w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-615x615.png 615w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-585x585.png 585w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-100x100.png 100w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-1200x1200.png 1200w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-1440x1440.png 1440w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Logo-campagne-Iaas-120x120.png 120w" sizes="(max-width: 1690px) 100vw, 1690px"></noscript></picture>                            </div>
                                                                            <span class="connext-products-item-toptitle">Integratie-Als-Een-Service</span>
                                                                            <h3 class="connext-products-item-title"><span class="ez-toc-section" id="Connext_Go"></span>Connext Go!<span class="ez-toc-section-end"></span></h3>
                                                                                                    <div class="connext-products-item-content">
                                <p><span class="s1"><span class="VIiyi" lang="nl"><span class="JLqJ4b ChMk0b" data-language-for-alternatives="nl" data-language-to-translate-into="en" data-phrase-index="0">De juiste oplossing voor organisaties met integratiebehoeften, zonder het gedoe om zelf een platform te beheren.</span></span></span></p>
                            </div>
                        
                                                                            <a title="Connext Go!" href="https://www.yenlo.com/nl/oplossingen/connext-go/" class="connext-products-item-more button">
                                Lees verder                            </a>
                                            </div>

                    
                </div>
            </div>

        </div>
    </div>

</div>
</div></div>



<div class="wp-block-group alignfull homepage-block-blogs"><div class="wp-block-group__inner-container">
    <div class="gutenberg-block gutenberg-block-section-spacer alignfull" id="gutenberg-block-section-spacer-block_5fcdfd98b184b">
        <!-- <div class="spacer spacer--" aria-hidden="true" style="height: "></div> -->
        <div class="spacer spacer--120" aria-hidden="true"></div>
    </div>



<div class="gutenberg-block gutenberg-block-content-section-title" id="gutenberg-block-content-section-title-block_5fb63d87b4a84">
    <div class="row">
        <div class="column">

            <div class="content-section-title">

                <h3 class="content-section-title-title"><span class="ez-toc-section" id="Onze_laatste_artikelen"></span>Onze laatste artikelen<span class="ez-toc-section-end"></span></h3>

                <div class="content-section-title-subtitle">Hier schrijven we over innovatieve ideeën en presenteren vind je  This is where we write about innovative ideas. Onze laatste publicaties vind je hieronder.</div>
                
                            </div>

        </div>
    </div>
</div>


    <div class="gutenberg-block gutenberg-block-section-spacer alignfull" id="gutenberg-block-section-spacer-block_5fcdf743b1849">
        <!-- <div class="spacer spacer--" aria-hidden="true" style="height: "></div> -->
        <div class="spacer spacer--60" aria-hidden="true"></div>
    </div>



<div class="gutenberg-block gutenberg-block-blogs alignfull" id="gutenberg-block-blogs-block_5fb388fcc1aa7">

    <div class="row">
        
            <div class="blog-item column small-12 medium-6 large-4 flex-column ">
                
                                    <div class="blog-item-thumbnail relative">
                                                <a title="Werken met samples in de WSO2 Enterprise Integrator" href="https://www.yenlo.com/nl/blogs/samples-in-de-wso2-enterprise-integrator/">
                            <picture class="attachment-blog-item size-blog-item wp-post-image sp-no-webp"><source data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Blog-Sampling-in-WSO2-380x350.webp" type="image/webp"><source data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Blog-Sampling-in-WSO2-380x350.jpg" type="image/jpeg"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20380%20350'%3E%3C/svg%3E" class="sp-no-webp attachment-blog-item size-blog-item wp-post-image sp-no-webp" alt="Blog Sampling in WSO2" height="350" width="380" data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Blog-Sampling-in-WSO2-380x350.jpg" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Blog-Sampling-in-WSO2-380x350.jpg"><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Blog-Sampling-in-WSO2-380x350.jpg" class="sp-no-webp attachment-blog-item size-blog-item wp-post-image sp-no-webp" alt="Blog Sampling in WSO2" height="350" width="380" srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Blog-Sampling-in-WSO2-380x350.jpg"></noscript></picture>                        </a>
                    </div>
                                                
                <div class="blog-item-meta">
                    <span class="blog-item-date small-label has-secondary-color">12 augustus 2021</span>
                    <h3 class="blog-item-title"><span class="ez-toc-section" id="Werken_met_samples_in_de_WSO2_Enterprise_Integrator"></span><a title="Werken met samples in de WSO2 Enterprise Integrator" href="https://www.yenlo.com/nl/blogs/samples-in-de-wso2-enterprise-integrator/">Werken met samples in de WSO2 Enterprise Integrator</a><span class="ez-toc-section-end"></span></h3>
                </div>
                
                <div class="blog-item-content flex-grow">
                    <p>In deze eerste blog van de nieuwe serie over sampling vertelt Rob Blaauboer hoe je met samples voor de Enterprise&hellip;</p>
                </div>

                <div class="blog-item-author">
                        <div class="blog-item-author-avatar-wrapper">
                            <picture class="blog-item-author-avatar sp-no-webp"><source data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/Rob_Blaauboer.webp" type="image/webp"><source data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/Rob_Blaauboer.jpg" type="image/png"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="blog-item-author-avatar sp-no-webp" alt="Rob Blaauboer" data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/Rob_Blaauboer.jpg" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/Rob_Blaauboer.jpg"><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/Rob_Blaauboer.jpg" class="blog-item-author-avatar sp-no-webp" alt="Rob Blaauboer" srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/Rob_Blaauboer.jpg"></noscript></picture>
                                                    </div>
                                        <div>
                        <div class="blog-item-author-name">Rob Blaauboer</div>                        <div class="blog-item-author-function">Integration Consultant &#038; WSO2 Trainer</div>                    </div>
                                    </div>

            </div>

        
            <div class="blog-item column small-12 medium-6 large-4 flex-column ">
                
                                    <div class="blog-item-thumbnail relative">
                                                <a title="Microservices vs ESB" href="https://www.yenlo.com/nl/blogs/microservices-vs-esb/">
                            <picture class="attachment-blog-item size-blog-item wp-post-image sp-no-webp"><source data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Microservices-vs-ESB-380x350.webp" type="image/webp"><source data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Microservices-vs-ESB-380x350.jpg" type="image/jpeg"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20380%20350'%3E%3C/svg%3E" class="sp-no-webp attachment-blog-item size-blog-item wp-post-image sp-no-webp" alt="Microservices vs ESB" height="350" width="380" data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Microservices-vs-ESB-380x350.jpg" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Microservices-vs-ESB-380x350.jpg"><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Microservices-vs-ESB-380x350.jpg" class="sp-no-webp attachment-blog-item size-blog-item wp-post-image sp-no-webp" alt="Microservices vs ESB" height="350" width="380" srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/08/Microservices-vs-ESB-380x350.jpg"></noscript></picture>                        </a>
                    </div>
                                                
                <div class="blog-item-meta">
                    <span class="blog-item-date small-label has-secondary-color">05 augustus 2021</span>
                    <h3 class="blog-item-title"><span class="ez-toc-section" id="Microservices_vs_ESB"></span><a title="Microservices vs ESB" href="https://www.yenlo.com/nl/blogs/microservices-vs-esb/">Microservices vs ESB</a><span class="ez-toc-section-end"></span></h3>
                </div>
                
                <div class="blog-item-content flex-grow">
                    <p>Wat zijn microservices en hoe verschillen ze van ESB? Spreken we van microservices versus ESB of kunnen ze naast elkaar&hellip;</p>
                </div>

                <div class="blog-item-author">
                        <div class="blog-item-author-avatar-wrapper">
                            <picture class="blog-item-author-avatar sp-no-webp"><source data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/RZW-pasfoto-2020.webp" type="image/webp"><source data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/RZW-pasfoto-2020.png" type="image/png"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="blog-item-author-avatar sp-no-webp" alt="RZW pasfoto 2020" data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/RZW-pasfoto-2020.png" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/RZW-pasfoto-2020.png"><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/RZW-pasfoto-2020.png" class="blog-item-author-avatar sp-no-webp" alt="RZW pasfoto 2020" srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/RZW-pasfoto-2020.png"></noscript></picture>
                                                    </div>
                                        <div>
                        <div class="blog-item-author-name">Ruben van der Zwan</div>                        <div class="blog-item-author-function">CEO &#038; Co-Founder</div>                    </div>
                                    </div>

            </div>

        
            <div class="blog-item column small-12 medium-6 large-4 flex-column hide-for-medium-only">
                
                                    <div class="blog-item-thumbnail relative">
                                                <a title="Data Service VS DBReport, hoe zet je gegevens het best in een database?" href="https://www.yenlo.com/nl/blogs/data-service-vs-dbreport-database/">
                            <picture class="attachment-blog-item size-blog-item wp-post-image sp-no-webp"><source data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/Data-Service-VS-DBReport-380x350.webp" type="image/webp"><source data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/Data-Service-VS-DBReport-380x350.jpg" type="image/jpeg"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20380%20350'%3E%3C/svg%3E" class="sp-no-webp attachment-blog-item size-blog-item wp-post-image sp-no-webp" alt="Data Service VS DBReport" height="350" width="380" data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/Data-Service-VS-DBReport-380x350.jpg" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/Data-Service-VS-DBReport-380x350.jpg"><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/Data-Service-VS-DBReport-380x350.jpg" class="sp-no-webp attachment-blog-item size-blog-item wp-post-image sp-no-webp" alt="Data Service VS DBReport" height="350" width="380" srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/07/Data-Service-VS-DBReport-380x350.jpg"></noscript></picture>                        </a>
                    </div>
                                                
                <div class="blog-item-meta">
                    <span class="blog-item-date small-label has-secondary-color">27 juli 2021</span>
                    <h3 class="blog-item-title"><span class="ez-toc-section" id="Data_Service_VS_DBReport_hoe_zet_je_gegevens_het_best_in_een_database"></span><a title="Data Service VS DBReport, hoe zet je gegevens het best in een database?" href="https://www.yenlo.com/nl/blogs/data-service-vs-dbreport-database/">Data Service VS DBReport, hoe zet je gegevens het best in een database?</a><span class="ez-toc-section-end"></span></h3>
                </div>
                
                <div class="blog-item-content flex-grow">
                    <p>In deze blog vergelijkt Rob Blaauboer Data Services met de DBReport en DBLookup mediators als manieren om gegevens in een&hellip;</p>
                </div>

                <div class="blog-item-author">
                        <div class="blog-item-author-avatar-wrapper">
                            <picture class="blog-item-author-avatar sp-no-webp"><source data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/Rob_Blaauboer.webp" type="image/webp"><source data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/Rob_Blaauboer.jpg" type="image/png"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="blog-item-author-avatar sp-no-webp" alt="Rob Blaauboer" data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/Rob_Blaauboer.jpg" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/Rob_Blaauboer.jpg"><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/Rob_Blaauboer.jpg" class="blog-item-author-avatar sp-no-webp" alt="Rob Blaauboer" srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/Rob_Blaauboer.jpg"></noscript></picture>
                                                    </div>
                                        <div>
                        <div class="blog-item-author-name">Rob Blaauboer</div>                        <div class="blog-item-author-function">Integration Consultant &#038; WSO2 Trainer</div>                    </div>
                                    </div>

            </div>

            </div>
    
</div>
</div></div>



<div class="wp-block-group homepage-events"><div class="wp-block-group__inner-container">
    <div class="gutenberg-block gutenberg-block-section-spacer alignfull" id="gutenberg-block-section-spacer-block_5fcdff30b184c">
        <!-- <div class="spacer spacer--" aria-hidden="true" style="height: "></div> -->
        <div class="spacer spacer--160" aria-hidden="true"></div>
    </div>
</div></div>



<div class="gutenberg-block gutenberg-block-section-newsletter alignfull" id="gutenberg-block-section-newsletter-block_5fda659309b50">
    <div class="gutenberg-block-section-newsletter-inner">
        <div class="row">

            <div class="column">
                                    <div class="newsletter-title">
                        <h3><span class="ez-toc-section" id="Volg_ons_op_onze_reis_om_s_werelds_grootste_WSO2-expert_te_worden"></span>Volg ons op onze reis om &#8217;s werelds grootste WSO2-expert te worden<span class="ez-toc-section-end"></span></h3>
                    </div>
                                                    <div class="newsletter-content">
                        <p><p><span class="VIiyi" lang="nl"><span class="JLqJ4b ChMk0b" data-language-for-alternatives="nl" data-language-to-translate-into="en" data-phrase-index="0">Meld je aan voor onze maandelijkse nieuwsbrief met praktische tips, instructies en trends voor jouw digitale transformatie </span></span></p>
</p>
                    </div>
                                <div class="newsletter-form">
                    <script type="rocketlazyloadscript" data-rocket-type="text/javascript">if(!gform){document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0});var gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener("DOMContentLoaded",o):document.addEventListener("gform_main_scripts_loaded",o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook("action",o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook("filter",o,n,r,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,n){gform.removeHook("action",o,n)},removeFilter:function(o,n,r){gform.removeHook("filter",o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+"_"+e.length),null==t&&(t=10),gform.hooks[o][n].push({tag:i,callable:r,priority:t})},doHook:function(o,n,r){if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[o][n]){var t,i=gform.hooks[o][n];i.sort(function(o,n){return o.priority-n.priority});for(var e=0;e<i.length;e++)"function"!=typeof(t=i[e].callable)&#038;&#038;(t=window[t]),"action"==o?t.apply(null,r):r[0]=t.apply(null,r)}if("filter"==o)return r[0]},removeHook:function(o,n,r,t){if(null!=gform.hooks[o][n])for(var i=gform.hooks[o][n],e=i.length-1;0<=e;e--)null!=t&#038;&#038;t!=i[e].tag||null!=r&#038;&#038;r!=i[e].priority||i.splice(e,1)}}}</script>
                <div class='gf_browser_unknown gform_wrapper gform_legacy_markup_wrapper' id='gform_wrapper_1' ><div id='gf_1' class='gform_anchor' tabindex='-1'></div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_1' id='gform_1'  action='/nl/#gf_1' novalidate>
                        <div class='gform_body gform-body'><ul id='gform_fields_1' class='gform_fields top_label form_sublabel_below description_below'><li id="field_1_1" class="gfield max-width--33 gfield_contains_required field_sublabel_below field_description_below hidden_label gfield_visibility_visible" ><label class='gfield_label' for='input_1_1' >Voornaam<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_text'><input name='input_1' id='input_1_1' type='text' value='' class='medium'    placeholder='Voornaam' aria-required="true" aria-invalid="false"   /> </div></li><li id="field_1_3" class="gfield max-width--33 gfield_contains_required field_sublabel_below field_description_below hidden_label gfield_visibility_visible" ><label class='gfield_label' for='input_1_3' >Achternaam<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_text'><input name='input_3' id='input_1_3' type='text' value='' class='medium'    placeholder='Achternaam' aria-required="true" aria-invalid="false"   /> </div></li><li id="field_1_2" class="gfield max-width--33 gfield_contains_required field_sublabel_below field_description_below hidden_label gfield_visibility_visible" ><label class='gfield_label' for='input_1_2' >E-mailadres<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_email'>
                            <input name='input_2' id='input_1_2' type='email' value='' class='medium'   placeholder='E-mailadres' aria-required="true" aria-invalid="false"  />
                        </div></li><li id="field_1_5" class="gfield hide gfield_contains_required field_sublabel_below field_description_below hidden_label gfield_visibility_hidden" ><div class='admin-hidden-markup'><i class='gform-icon gform-icon--hidden'></i><span>Hidden</span></div><label class='gfield_label' for='input_1_5' >Subscribe to newsletter list<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_select'><select name='input_5' id='input_1_5' class='medium gfield_select'    aria-required="true" aria-invalid="false" ><option value='NL' selected='selected'>NL</option><option value='ENG' >ENG</option><option value='DE' >DE</option></select></div></li><li id="field_1_6" class="gfield gform_validation_container field_sublabel_below field_description_below gfield_visibility_visible" ><label class='gfield_label' for='input_1_6' >Phone</label><div class='ginput_container'><input name='input_6' id='input_1_6' type='text' value='' autocomplete='new-password'/></div><div class='gfield_description' id='gfield_description_1_6'>Dit veld is bedoeld voor validatiedoeleinden en moet niet worden gewijzigd.</div></li></ul></div>
        <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_1' class='gform_button button' value='Aanmelden'  onclick='if(window["gf_submitting_1"]){return false;}  if( !jQuery("#gform_1")[0].checkValidity || jQuery("#gform_1")[0].checkValidity()){window["gf_submitting_1"]=true;}  ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_1"]){return false;} if( !jQuery("#gform_1")[0].checkValidity || jQuery("#gform_1")[0].checkValidity()){window["gf_submitting_1"]=true;}  jQuery("#gform_1").trigger("submit",[true]); }' /> <input type='hidden' name='gform_ajax' value='form_id=1&amp;title=&amp;description=&amp;tabindex=0' />
            <input type='hidden' class='gform_hidden' name='is_submit_1' value='1' />
            <input type='hidden' class='gform_hidden' name='gform_submit' value='1' />
            
            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' />
            <input type='hidden' class='gform_hidden' name='state_1' value='WyJbXSIsIjk0NjcyYWIwYzJiODlmZTI3NmU1MjM3ZThmNTg5ZjYzIl0=' />
            <input type='hidden' class='gform_hidden' name='gform_target_page_number_1' id='gform_target_page_number_1' value='0' />
            <input type='hidden' class='gform_hidden' name='gform_source_page_number_1' id='gform_source_page_number_1' value='1' />
            <input type='hidden' name='gform_field_values' value='' />
            
        </div>
                        </form>
                        </div>
                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_1' id='gform_ajax_frame_1' title='Dit iframe bevat de vereiste logica om Ajax aangedreven Gravity Forms te verwerken.'></iframe>
                <script type="rocketlazyloadscript" data-rocket-type="text/javascript">window.addEventListener('DOMContentLoaded', function() {
gform.initializeOnLoaded( function() {gformInitSpinner( 1, 'https://j8a3m7f3.rocketcdn.me/nl/wp-content/plugins/gravityforms/images/spinner.svg' );jQuery('#gform_ajax_frame_1').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_1').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https://j8a3m7f3.rocketcdn.me/nl/wp-content/plugins/gravityforms/images/spinner.svg' );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}setTimeout(function(){jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_1').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}, 50);}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger('gform_post_render', [1, current_page]);} );} );
});</script>
</div>
                            </div>
            
        </div>
    </div>
</div>
	
</main>


<footer id="footer" class="footer">
	<div class="row">
        <div class="column">
            <div class="footer-inner">
                <div class="footer-column">

                                            <div class="footer-subtitle">
                            Contact ons                        </div>
                    
                                            <div class="footer-title">
                            <h2>We opereren vanuit elke hoek van de wereld.</h2>
                        </div>
                    
                                            <div class="footer-contact">

                            <div class="row">
                                <div class="column">
                                    <div class="footer-contact-info">
                                                                                    <a title="+31 20 2700 700" href="tel:+31 20 2700 700" class="tel">+31 20 2700 700</a>
                                        
                                                                                    <a title="&#105;n&#102;&#111;&#64;&#121;enl&#111;&#46;&#99;om" href="mailto:i&#110;fo&#64;y&#101;n&#108;o.&#99;&#111;&#109;" class="mail">&#105;&#110;&#102;&#111;&#64;y&#101;&#110;l&#111;&#46;&#99;om</a>
                                                                            </div>
                                </div>
                            </div>
                            
                                                            <div class="footer-logos">
                                    <div class="row">
                                                                                    <div class="column">
                                                <img width="120" height="106" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20120%20106'%3E%3C/svg%3E" class="attachment-footer-logo size-footer-logo" alt="wso2 platinum value added reseller 2 copy 2" data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/wso2-platinum-value-added-reseller-2-copy-2-120x106.png 120w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/wso2-platinum-value-added-reseller-2-copy-2-300x265.png 300w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/wso2-platinum-value-added-reseller-2-copy-2.png 364w" data-lazy-sizes="(max-width: 120px) 100vw, 120px" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/wso2-platinum-value-added-reseller-2-copy-2-120x106.png" /><noscript><img width="120" height="106" src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/wso2-platinum-value-added-reseller-2-copy-2-120x106.png" class="attachment-footer-logo size-footer-logo" alt="wso2 platinum value added reseller 2 copy 2" srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/wso2-platinum-value-added-reseller-2-copy-2-120x106.png 120w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/wso2-platinum-value-added-reseller-2-copy-2-300x265.png 300w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/wso2-platinum-value-added-reseller-2-copy-2.png 364w" sizes="(max-width: 120px) 100vw, 120px" /></noscript>                                            </div>
                                                                                    <div class="column">
                                                <img width="120" height="106" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20120%20106'%3E%3C/svg%3E" class="attachment-footer-logo size-footer-logo" alt="wso2 platinum certified integration partner" data-lazy-srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/wso2-platinum-certified-integration-partner-120x106.png 120w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/wso2-platinum-certified-integration-partner-300x265.png 300w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/wso2-platinum-certified-integration-partner-585x518.png 585w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/wso2-platinum-certified-integration-partner.png 591w" data-lazy-sizes="(max-width: 120px) 100vw, 120px" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/wso2-platinum-certified-integration-partner-120x106.png" /><noscript><img width="120" height="106" src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/wso2-platinum-certified-integration-partner-120x106.png" class="attachment-footer-logo size-footer-logo" alt="wso2 platinum certified integration partner" srcset="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/wso2-platinum-certified-integration-partner-120x106.png 120w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/wso2-platinum-certified-integration-partner-300x265.png 300w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/wso2-platinum-certified-integration-partner-585x518.png 585w, https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/wso2-platinum-certified-integration-partner.png 591w" sizes="(max-width: 120px) 100vw, 120px" /></noscript>                                            </div>
                                                                                    <div class="column">
                                                <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20108%20129'%3E%3C/svg%3E" class="attachment-footer-logo size-footer-logo" alt="Award Partner of the year 2020 Europe" height="129" width="108" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Award-Partner-of-the-year-2020-Europe.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Award-Partner-of-the-year-2020-Europe.svg" class="attachment-footer-logo size-footer-logo" alt="Award Partner of the year 2020 Europe" height="129" width="108" /></noscript>                                            </div>
                                                                                    <div class="column">
                                                <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20108%20129'%3E%3C/svg%3E" class="attachment-footer-logo size-footer-logo" alt="Award Partner of the year 2020 Europe Copy" height="129" width="108" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Award-Partner-of-the-year-2020-Europe-Copy.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Award-Partner-of-the-year-2020-Europe-Copy.svg" class="attachment-footer-logo size-footer-logo" alt="Award Partner of the year 2020 Europe Copy" height="129" width="108" /></noscript>                                            </div>
                                                                            </div>
                                </div>
                            
                        </div>
                    
                </div>

                <div class="footer-column">

                                            
                        <div class="footer-offices">

                                                            <div class="footer-offices-item footer-offices-item--hq">
                                    <h5>Hoofdkantoor &#8211; Nederland</h5>
                                    
                                    <div class="footer-offices-item-address">
                                        Beechavenue 16<br />                                                                                1119 PT Schiphol-Rijk, Nederland                                    </div>
                                                                        <a href="tel:+31 20 2700 700" class="footer-offices-item-phone" title="+31 20 2700 700">+31 20 2700 700</a>                                    <a href="mailto:&#105;n&#102;o&#64;&#121;&#101;n&#108;o.&#99;&#111;&#109;" class="footer-offices-item-email" title="&#105;&#110;fo&#64;&#121;e&#110;&#108;&#111;.&#99;&#111;m">in&#102;o&#64;&#121;&#101;nl&#111;&#46;&#99;o&#109;</a>
                                                                                                                        <a title="Contact" class="button" href="https://www.yenlo.com/nl/contact/" target="_self">Contact</a>
                                                                                                            </div>
                                                                <div class="footer-offices-item ">
                                    <h5>Canada</h5>
                                    
                                    <div class="footer-offices-item-address">
                                        422 Richards St #170<br />                                        Vancouver, BC<br />                                        V6B 2Z4 Canada                                    </div>
                                                                                                            
                                                                    </div>
                                                                <div class="footer-offices-item ">
                                    <h5>Duitsland</h5>
                                    
                                    <div class="footer-offices-item-address">
                                         Friedrichstrasse 15<br />                                                                                70174 Stuttgart, Duitsland                                    </div>
                                                                        <a href="tel:+49 711 4903 9987" class="footer-offices-item-phone" title="+49 711 4903 9987">+49 711 4903 9987</a>                                    
                                                                    </div>
                                                                <div class="footer-offices-item ">
                                    <h5>Sri Lanka</h5>
                                    
                                    <div class="footer-offices-item-address">
                                        37th Floor<br />                                        West Tower World Trade Centre Colombo<br />                                        01 Sri Lanka                                    </div>
                                                                                                            
                                                                    </div>
                                                                <div class="footer-offices-item ">
                                    <h5>Zwitserland</h5>
                                    
                                    <div class="footer-offices-item-address">
                                        Neustadtstrasse 7<br />                                                                                6003 Luzern, Zwitserland                                    </div>
                                                                        <a href="tel:+41 41 508 1162" class="footer-offices-item-phone" title="+41 41 508 1162">+41 41 508 1162</a>                                    
                                                                    </div>
                                                                <div class="footer-offices-item ">
                                    <h5>VS &#8211; Bellevue</h5>
                                    
                                    <div class="footer-offices-item-address">
                                        310 120th Ave NE<br />                                        Suite 201 Bellevue WA<br />                                        98005 Verenigde Staten                                    </div>
                                                                        <a href="tel:+1 855 936 5655" class="footer-offices-item-phone" title="+1 855 936 5655">+1 855 936 5655</a>                                    
                                                                    </div>
                                                                <div class="footer-offices-item ">
                                    <h5>VS &#8211; San Francisco</h5>
                                    
                                    <div class="footer-offices-item-address">
                                        75 Broadway<br />                                        Suite 202 San Francisco, California<br />                                        94111 Verenigde Staten                                    </div>
                                                                        <a href="tel:+1 415 361 4000" class="footer-offices-item-phone" title="+1 415 361 4000">+1 415 361 4000</a>                                    
                                                                    </div>
                                                                <div class="footer-offices-item ">
                                    <h5>VS &#8211; Seattle</h5>
                                    
                                    <div class="footer-offices-item-address">
                                        113 Cherry St<br />                                        PMB 94580, Seattle WA<br />                                        98104-2205 Verenigde Staten                                    </div>
                                                                        <a href="tel:+1-855-936-5655" class="footer-offices-item-phone" title="+1-855-936-5655">+1-855-936-5655</a>                                    <a href="mailto:&#105;nf&#111;&#64;&#121;&#101;nlo&#46;&#99;o&#109;" class="footer-offices-item-email" title="&#105;&#110;f&#111;&#64;&#121;enl&#111;.&#99;o&#109;">&#105;n&#102;&#111;&#64;yenl&#111;&#46;c&#111;m</a>
                                                                    </div>
                                                        </div>
                        
                    
                </div>

            </div>
        </div>
	</div>
</footer>

<div class="footer-mobile-socials">
    <div class="row">
        <div class="column">
            <div class="footer-mobile-nav">
                                                    <ul class="menu align-middle">
                                                <li class="menu-item">
                            <a target="" href="https://www.yenlo.com/nl/privacy-policy/">Privacy policy</a>
                        </li>
                                            </ul>
                            </div>
        </div>
    </div>

    <div class="row">
        <div class="column">

            <ul class="footer-socials">
                <li class="footer-mobile-socials-title">Volg ons</li>
                                    <li><a title="Facebook" href="https://www.facebook.com/YenloTeam/">FB</a></li>
                                                    <li><a title="Twitter" href="https://twitter.com/yenloteam/">Tw</a></li>
                                                    <li><a title="LinkedIn" href="https://www.linkedin.com/company/yenlo/">In</a></li>
                                                    <li><a title="YouTube" href="https://www.youtube.com/user/YenloBV/">YT</a></li>
                            </ul>

        </div>
    </div>
</div>

<div class="footer-bottom">
    <div class="footer-bottom-left">
        <a title="Ga naar homepagina" href="https://www.yenlo.com/nl" class="footer-logo-img" target="_self">
            <svg class="logo" viewBox="0 0 80 23" width="80" xmlns="http://www.w3.org/2000/svg">
                <g fill="none" fill-rule="evenodd">
                    <path class="logo-letter" d="m65.8822655 22.5882353c-4.1517211 0-7.5293243-3.3777781-7.5293243-7.5294992s3.3776032-7.52932434 7.5293243-7.52932434 7.5294992 3.37760324 7.5294992 7.52932434-3.3777781 7.5294992-7.5294992 7.5294992m0-11.9705742c-2.4488367 0-4.441075 1.9922383-4.441075 4.441075 0 2.4488366 1.9922383 4.4412499 4.441075 4.4412499 2.4488366 0 4.4412499-1.9924133 4.4412499-4.4412499 0-2.4488367-1.9924133-4.441075-4.4412499-4.441075"/>
                    <path class="logo-letter" d="m9.88235294 22.5882353c-.77969332 0-1.4117647-.6013533-1.4117647-1.3431726v-9.0783607c0-.7418193.63207138-1.3431726 1.4117647-1.3431726.77969336 0 1.41176466.6013533 1.41176466 1.3431726v9.0783607c0 .7418193-.6320713 1.3431726-1.41176466 1.3431726"/>
                    <path class="logo-letter" d="m19.7310904 1.4354711c.596789.59011258.6749462 1.47519553.1747752 1.97666237l-6.1214096 6.13655228c-.5001709.50146685-1.3894021.42948513-1.9861911-.16062744-.5966166-.59028437-.6749462-1.47519553-.1747752-1.97666237l6.121444-6.13655227c.5001365-.50146684 1.3893677-.42948513 1.9861567.16062743"/>
                    <path class="logo-letter" d="m.50420176 1.4354711c-.59678673.59011258-.67494353 1.47519553-.17477449 1.97666237l6.12142041 6.13655228c.50016905.50146685 1.3893968.42948513 1.98618353-.16062744.5966142-.59028437.67494354-1.47519553.17477449-1.97666237l-6.12142041-6.13655227c-.50016904-.50146684-1.3893968-.42948513-1.98618353.16062743"/>
                    <path class="logo-letter" d="m53.1764706 0c-.7796933 0-1.4117647.57553437-1.4117647 1.28533108v20.01739902c0 .7099708.6320714 1.2855052 1.4117647 1.2855052s1.4117647-.5755344 1.4117647-1.2855052v-20.01739902c0-.70979671-.6320714-1.28533108-1.4117647-1.28533108"/>
                    <path class="logo-letter" d="m46.455885 22.5882353c-.8527881 0-1.544115-.5685334-1.544115-1.2696959v-7.1002163c0-2.013864-1.6756631-3.6520314-3.7352994-3.6520314-2.0596364 0-3.7352994 1.6381674-3.7352994 3.6520314l.017668 7.0971199c.0020992.7011625-.6874784 1.2710721-1.5402665 1.2727923h-.0038485c-.8510388 0-1.5420158-.5664691-1.544115-1.2665995l-.017668-7.0997003c0-3.6919405 3.0611157-6.69252374 6.8235294-6.69252374s6.8235294 3.00058324 6.8235294 6.68891134v7.1002163c0 .7011625-.6913269 1.2696959-1.544115 1.2696959"/>
                    <path class="logo-letter" d="m29.035382 16.3533061c.8597489-.0017494 1.5549552-.5813319 1.5528437-1.2943951 0-4.151896-3.2721654-7.52949924-7.2942034-7.52949924-4.0218617 0-7.2940223 3.37760324-7.2940223 7.52949924 0 4.1517211 3.4005498 7.5293243 7.5804289 7.5293243 2.4721972 0 4.7948422-1.2022007 6.2140012-3.2159569.4102105-.5836062.1745952-1.4514929-.5266073-1.9409803-.0010581-.0006998-.0021163-.0013996-.0031744-.0020993-.7040242-.4893125-1.6089211-.4123381-2.0208952.1721428-.8369987 1.1889051-2.2064245 1.8986444-3.6633243 1.8986444-2.0104899 0-3.7148211-1.3272842-4.2735256-3.1466799zm-5.7413597-5.735645c1.9325393 0 3.5627998 1.40006 4.0394975 3.2953805h-8.0789951c.4768741-1.8953205 2.1071346-3.2953805 4.0394976-3.2953805z"/>
                    <path class="logo-letter" d="m29.8858824 19.5242353c-.0018824.0023529-.0032942.0047059-.0051765.0070588-.0009412.0014118-.0014118.002353-.0018824.0032941z"/>
                    <path class="logo-dot" d="m76.9411765 22.5882353c-1.1675602 0-2.1176471-.9499362-2.1176471-2.1177442 0-1.1676137.9500869-2.1175499 2.1176471-2.1175499s2.117647.9499362 2.117647 2.1175499c0 1.167808-.9500868 2.1177442-2.117647 2.1177442"/>
                </g>
            </svg>
        </a>
    </div>
    <div class="footer-bottom-center">
        <div class="footer-language">
            
<div class="language_switcher ned">
    <span class="language_switcher_toggle">
        ned        <i class="icon left lang" aria-hidden="true" style="fill:inherit; stroke:#fff;"><svg height="18" viewBox="0 0 18 18" width="18" xmlns="http://www.w3.org/2000/svg"><path d="m8 16c4.4183 0 8-3.5817 8-8 0-4.41828-3.5817-8-8-8m0 16c-4.41828 0-8-3.5817-8-8 0-4.41828 3.58172-8 8-8m0 16c1.6569 0 3-3.5817 3-8 0-4.41828-1.3431-8-3-8m0 16c-1.6569 0-3-3.5817-3-8 0-4.41828 1.3431-8 3-8m-8 7c5.03612 2.5181 10.9639 2.5181 16 0" fill="none" stroke-width="1.5" transform="translate(1 1)"/></svg></i>    </span>
    <ul class="language_switcher_list">
                    <li class="language_switcher_list_item en-US">
                <a title="eng" href="https://www.yenlo.com/">eng</a>
            </li>
                                    <li class="language_switcher_list_item de-DE">
                <a title="deu" href="https://www.yenlo.com/de/">deu</a>
            </li>
            </ul>
</div>        </div>
        <div class="footer-nav hide-for-small-only">
                                        <ul class="menu align-middle">
                                        <li class="menu-item">
                        <a target="" href="https://www.yenlo.com/nl/privacy-policy/">Privacy policy</a>
                    </li>
                                    </ul>
                    </div>
    </div>
    <span class="credits">Design & Development: <a href="https://go.wbrnd.link/3Lux" target="_blank" title="We Brand Creative">We Brand Creative</a></span>
    <div class="footer-bottom-right">
        <ul class="footer-socials">
                            <li><a title="Facebook" href="https://www.facebook.com/YenloTeam/">FB</a></li>
                                        <li><a title="Twitter" href="https://twitter.com/yenloteam/">Tw</a></li>
                                        <li><a title="LinkedIn" href="https://www.linkedin.com/company/yenlo/">In</a></li>
                                        <li><a title="YouTube" href="https://www.youtube.com/user/YenloBV/">YT</a></li>
                        <li>Volg ons</li>
        </ul>
    </div>
</div>


<span class="mobile-menu-background hide-for-xxlarge"></span>

<div class="mobile-menu hide-for-xxlarge">

	<div class="mobile-menu-wrapper">

        <div class="mobile-menu-header">
            <a title="Menu" href="https://www.yenlo.com/nl" class="mobile-menu-logo" target="_self"><img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Yenlo logo" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/themes/webrand/dist/assets/img/logo.svg"><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/themes/webrand/dist/assets/img/logo.svg" alt="Yenlo logo"></noscript></a>
            <div class="mobile-menu-search">
                <i class="icon left search" aria-hidden="true" style="fill:#5793DB; stroke:inherit;"><svg height="18" viewBox="0 0 17 18" width="17" xmlns="http://www.w3.org/2000/svg"><path d="m15.5 14h-.79l-.28-.27c1.2-1.4 1.82-3.31 1.48-5.34-.47-2.78-2.79-5-5.59-5.34-4.23-.52-7.79 3.04-7.27 7.27.34 2.8 2.56 5.12 5.34 5.59 2.03.34 3.94-.28 5.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0s.41-1.08 0-1.49zm-6 0c-2.49 0-4.5-2.01-4.5-4.5s2.01-4.5 4.5-4.5 4.5 2.01 4.5 4.5-2.01 4.5-4.5 4.5z" fill-rule="evenodd" transform="translate(-3 -3)"/></svg></i>            </div>
            <div class="mobile-menu-language">
<div class="language_switcher ned">
    <span class="language_switcher_toggle">
        ned        <i class="icon left lang" aria-hidden="true" style="fill:inherit; stroke:#fff;"><svg height="18" viewBox="0 0 18 18" width="18" xmlns="http://www.w3.org/2000/svg"><path d="m8 16c4.4183 0 8-3.5817 8-8 0-4.41828-3.5817-8-8-8m0 16c-4.41828 0-8-3.5817-8-8 0-4.41828 3.58172-8 8-8m0 16c1.6569 0 3-3.5817 3-8 0-4.41828-1.3431-8-3-8m0 16c-1.6569 0-3-3.5817-3-8 0-4.41828 1.3431-8 3-8m-8 7c5.03612 2.5181 10.9639 2.5181 16 0" fill="none" stroke-width="1.5" transform="translate(1 1)"/></svg></i>    </span>
    <ul class="language_switcher_list">
                    <li class="language_switcher_list_item en-US">
                <a title="eng" href="https://www.yenlo.com/">eng</a>
            </li>
                                    <li class="language_switcher_list_item de-DE">
                <a title="deu" href="https://www.yenlo.com/de/">deu</a>
            </li>
            </ul>
</div></div>
            <div class="mobile-menu-close mobile-menu-trigger" id="mobile-menu-close">
                <span>Sluiten</span>
                <i class="icon right cross-blue" aria-hidden="true" style="fill:inherit; stroke:inherit;"><svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m15.35.66166667c-.455-.455-1.19-.455-1.645 0l-5.705 5.69333333-5.705-5.705c-.455-.455-1.19-.455-1.645 0s-.455 1.19 0 1.645l5.705 5.705-5.705 5.705c-.455.455-.455 1.19 0 1.645s1.19.455 1.645 0l5.705-5.705 5.705 5.705c.455.455 1.19.455 1.645 0s.455-1.19 0-1.645l-5.705-5.705 5.705-5.705c.4433333-.44333333.4433333-1.19 0-1.63333333z" fill="#5793db" fill-rule="evenodd" transform=""/></svg></i>            </div>
        </div>

        <div class="mobile-menu-nav">
            <div class="mobile-menu-title">Wat staat er op ons menu</div>
                                        <ul class="menu align-middle">
                                        <li class="menu-item menu-item-has-children trigger-mega-menu-challenge">
                        <a target="" href="https://www.yenlo.com/nl/uitdagingen/">Jouw uitdaging</a>
                                                            <ul class="sub-menu">
                                                                                        <li class="menu-item">
                                                    <a href="https://www.yenlo.com/nl/uitdagingen/api-management-api-governance/" title="API Management & API Governance" target="">
                                                        <div class="flex-row align-middle">
                                                            <span class="text">API Management & API Governance</span>
                                                        </div>
                                                    </a>
                                                </li>
                                                                                                                                    <li class="menu-item">
                                                    <a href="https://www.yenlo.com/nl/uitdagingen/micro-services-integrations/" title="(Micro) Services & Integraties" target="">
                                                        <div class="flex-row align-middle">
                                                            <span class="text">(Micro) Services & Integraties</span>
                                                        </div>
                                                    </a>
                                                </li>
                                                                                                                                    <li class="menu-item">
                                                    <a href="https://www.yenlo.com/nl/uitdagingen/identity-access-management/" title="Identity & Access Management" target="">
                                                        <div class="flex-row align-middle">
                                                            <span class="text">Identity & Access Management</span>
                                                        </div>
                                                    </a>
                                                </li>
                                                                                                                                    <li class="menu-item">
                                                    <a href="https://www.yenlo.com/nl/uitdagingen/real-time-data-analytics/" title="Real-time Data Analytics" target="">
                                                        <div class="flex-row align-middle">
                                                            <span class="text">Real-time Data Analytics</span>
                                                        </div>
                                                    </a>
                                                </li>
                                                                                                                                    <li class="menu-item">
                                                    <a href="https://www.yenlo.com/nl/uitdagingen/open-banking-and-psd2/" title="Open Banking en PSD2" target="">
                                                        <div class="flex-row align-middle">
                                                            <span class="text">Open Banking en PSD2</span>
                                                        </div>
                                                    </a>
                                                </li>
                                                                                                                                    <li class="menu-item">
                                                    <a href="https://www.yenlo.com/nl/uitdagingen/open-healthcare-technologie/" title="Open Healthcare" target="">
                                                        <div class="flex-row align-middle">
                                                            <span class="text">Open Healthcare</span>
                                                        </div>
                                                    </a>
                                                </li>
                                                                                                                        </ul>
                                
                            
                                                        
                            
                                                    </li>
                                        <li class="menu-item menu-item-has-children trigger-mega-menu-services">
                        <a target="" href="https://www.yenlo.com/nl/diensten/">Onze diensten</a>
                        
                            
                                <ul class="sub-menu">
                                                                            <li>
                                            <a href="https://www.yenlo.com/nl/diensten/wso2-consultancy-health-checks/" title="WSO2 Consultancy & Health Checks" target="">
                                                <div class="flex-row align-middle">
                                                                                                                                                                <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="icon" alt="Healthcare" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Healthcare.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Healthcare.svg" class="icon" alt="Healthcare" height="32" width="32" /></noscript>                                                                                                        <span class="text">WSO2 Consultancy & Health Checks</span>
                                                </div>
                                            </a>
                                        </li>
                                                                            <li>
                                            <a href="https://www.yenlo.com/nl/diensten/wso2-enterprise-and-solution-architecture/" title="WSO2 Enterprise and Solution Architecture" target="">
                                                <div class="flex-row align-middle">
                                                                                                        <span class="text">WSO2 Enterprise and Solution Architecture</span>
                                                </div>
                                            </a>
                                        </li>
                                                                            <li>
                                            <a href="https://www.yenlo.com/nl/diensten/wso2-migration-services/" title="WSO2 Migration Services" target="">
                                                <div class="flex-row align-middle">
                                                                                                                                                                <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="icon" alt="WSO2 Migration Services" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Migration-Services.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Migration-Services.svg" class="icon" alt="WSO2 Migration Services" height="32" width="32" /></noscript>                                                                                                        <span class="text">WSO2 Migration Services</span>
                                                </div>
                                            </a>
                                        </li>
                                                                            <li>
                                            <a href="https://www.yenlo.com/nl/diensten/wso2-installatie-configuratie/" title="WSO2 Installatie & Configuratie" target="">
                                                <div class="flex-row align-middle">
                                                                                                                                                                <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="icon" alt="WSO2 API Manager" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-API-Manager.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-API-Manager.svg" class="icon" alt="WSO2 API Manager" height="32" width="32" /></noscript>                                                                                                        <span class="text">WSO2 Installatie & Configuratie</span>
                                                </div>
                                            </a>
                                        </li>
                                    
                                                                            <li class="menu-item">
                                            <a href="https://www.yenlo.com/nl/diensten/wso2-software-development/" title="WSO2 Software Development" target="">
                                                <div class="flex-row align-middle">
                                                                                                                                                                <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="icon" alt="WSO2 Software Development" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Software-Development.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Software-Development.svg" class="icon" alt="WSO2 Software Development" height="32" width="32" /></noscript>                                                                                                        <span class="text">WSO2 Software Development</span>
                                                </div>
                                            </a>
                                        </li>
                                                                            <li class="menu-item">
                                            <a href="https://www.yenlo.com/nl/diensten/wso2-api-security/" title="WSO2 API Security" target="">
                                                <div class="flex-row align-middle">
                                                                                                                                                                <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="icon" alt="WSO2 API Security" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-API-Security.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-API-Security.svg" class="icon" alt="WSO2 API Security" height="32" width="32" /></noscript>                                                                                                        <span class="text">WSO2 API Security</span>
                                                </div>
                                            </a>
                                        </li>
                                                                            <li class="menu-item">
                                            <a href="https://www.yenlo.com/nl/diensten/wso2-managed-services-support/" title="WSO2 Managed Services & Support" target="">
                                                <div class="flex-row align-middle">
                                                                                                                                                                <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="icon" alt="WSO2 Managed Services Support" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Managed-Services-Support.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Managed-Services-Support.svg" class="icon" alt="WSO2 Managed Services Support" height="32" width="32" /></noscript>                                                                                                        <span class="text">WSO2 Managed Services & Support</span>
                                                </div>
                                            </a>
                                        </li>
                                                                            <li class="menu-item">
                                            <a href="https://www.yenlo.com/nl/diensten/wso2-training-certification/" title="WSO2 Training & Certification" target="">
                                                <div class="flex-row align-middle">
                                                                                                                                                                <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="icon" alt="WSO2 Training Certification 1" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Training-Certification-1.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Training-Certification-1.svg" class="icon" alt="WSO2 Training Certification 1" height="32" width="32" /></noscript>                                                                                                        <span class="text">WSO2 Training & Certification</span>
                                                </div>
                                            </a>
                                        </li>
                                                                    </ul>
                            
                                                        
                            
                                                    </li>
                                        <li class="menu-item menu-item-has-children trigger-mega-menu-solutions">
                        <a target="" href="https://www.yenlo.com/nl/oplossingen/">Onze oplossingen</a>
                        
                            
                                                            <ul class="sub-menu">
                                                                            <li class="menu-item">
                                            <a href="https://www.yenlo.com/nl/blogs/samples-in-de-wso2-enterprise-integrator/" title="Werken met samples in de WSO2 Enterprise Integrator">
                                                <span class="text">Werken met samples in de WSO2 Enterprise Integrator</span>
                                                <span class="dot primary"></span>
                                            </a>
                                        </li>
                                                                            <li class="menu-item">
                                            <a href="https://www.yenlo.com/nl/blogs/microservices-vs-esb/" title="Microservices vs ESB">
                                                <span class="text">Microservices vs ESB</span>
                                                <span class="dot primary"></span>
                                            </a>
                                        </li>
                                                                            <li class="menu-item">
                                            <a href="https://www.yenlo.com/nl/blogs/data-service-vs-dbreport-database/" title="Data Service VS DBReport, hoe zet je gegevens het best in een database?">
                                                <span class="text">Data Service VS DBReport, hoe zet je gegevens het best in een database?</span>
                                                <span class="dot primary"></span>
                                            </a>
                                        </li>
                                                                            <li class="menu-item">
                                            <a href="https://www.yenlo.com/nl/blogs/inloggen-met-autorisatiecodes-pkce/" title="Hoe inloggen met autorisatiecodes + PKCE voor SPA &#038; apps werkt">
                                                <span class="text">Hoe inloggen met autorisatiecodes + PKCE voor SPA &#038; apps werkt</span>
                                                <span class="dot primary"></span>
                                            </a>
                                        </li>
                                                                    </ul>
                                                        
                            
                                                    </li>
                                        <li class="menu-item ">
                        <a target="" href="https://www.yenlo.com/nl/wso2/">WSO2</a>
                        
                            
                                                        
                            
                                                    </li>
                                        <li class="menu-item menu-item-has-children trigger-mega-menu-industries">
                        <a target="" href="https://www.yenlo.com/nl/sectoren/">Sectoren</a>
                        
                            
                                                        
                                                                <ul class="sub-menu">
                                                                                        <li class="menu-item">
                                                    <a href="https://www.yenlo.com/nl/sectoren/overheid/" title="Overheid" target="">
                                                        <div class="flex-row align-middle">
                                                                                                                            <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="icon" alt="Government" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Government.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Government.svg" class="icon" alt="Government" height="32" width="32" /></noscript>                                                                                                                        <span class="text">Overheid</span>
                                                        </div>
                                                    </a>
                                                </li>
                                                                                                                                    <li class="menu-item">
                                                    <a href="https://www.yenlo.com/nl/sectoren/onderwijs/" title="Onderwijs" target="">
                                                        <div class="flex-row align-middle">
                                                                                                                            <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="icon" alt="WSO2 Training Certification" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Training-Certification.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Training-Certification.svg" class="icon" alt="WSO2 Training Certification" height="32" width="32" /></noscript>                                                                                                                        <span class="text">Onderwijs</span>
                                                        </div>
                                                    </a>
                                                </li>
                                                                                                                                    <li class="menu-item">
                                                    <a href="https://www.yenlo.com/nl/sectoren/gezondheidszorg/" title="Gezondheidszorg" target="">
                                                        <div class="flex-row align-middle">
                                                                                                                            <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="icon" alt="Healthcare" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Healthcare.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Healthcare.svg" class="icon" alt="Healthcare" height="32" width="32" /></noscript>                                                                                                                        <span class="text">Gezondheidszorg</span>
                                                        </div>
                                                    </a>
                                                </li>
                                                                                                                                    <li class="menu-item">
                                                    <a href="https://www.yenlo.com/nl/sectoren/financieel/" title="Financiële sector" target="">
                                                        <div class="flex-row align-middle">
                                                                                                                            <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="icon" alt="Banking Finance" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Banking-Finance.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Banking-Finance.svg" class="icon" alt="Banking Finance" height="32" width="32" /></noscript>                                                                                                                        <span class="text">Financiële sector</span>
                                                        </div>
                                                    </a>
                                                </li>
                                                                                                                                    <li class="menu-item">
                                                    <a href="https://www.yenlo.com/nl/sectoren/logistiek/" title="Logistiek" target="">
                                                        <div class="flex-row align-middle">
                                                                                                                            <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="icon" alt="WSO2 Software Development" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Software-Development.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Software-Development.svg" class="icon" alt="WSO2 Software Development" height="32" width="32" /></noscript>                                                                                                                        <span class="text">Logistiek</span>
                                                        </div>
                                                    </a>
                                                </li>
                                                                                                                                    <li class="menu-item">
                                                    <a href="https://www.yenlo.com/nl/sectoren/productie/" title="Productie industrie" target="">
                                                        <div class="flex-row align-middle">
                                                                                                                            <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="icon" alt="WSO2 Enterprise Solution Architecture" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Enterprise-Solution-Architecture.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Enterprise-Solution-Architecture.svg" class="icon" alt="WSO2 Enterprise Solution Architecture" height="32" width="32" /></noscript>                                                                                                                        <span class="text">Productie industrie</span>
                                                        </div>
                                                    </a>
                                                </li>
                                                                                                                        </ul>
                                                            
                                                    </li>
                                        <li class="menu-item menu-item-has-children trigger-mega-menu-learnings">
                        <a target="" href="#">Kennis & ervaring</a>
                        
                            
                                                        
                            
                                                                <ul class="sub-menu">
                                                                                        <li>
                                                    <a href="https://www.yenlo.com/nl/cases/" title="Cases" target="">
                                                        <div class="flex-row align-middle">
                                                            <span class="text">Cases</span>
                                                        </div>
                                                    </a>
                                                </li>
                                                                                                                                    <li>
                                                    <a href="https://www.yenlo.com/nl/blogs/" title="Artikelen" target="">
                                                        <div class="flex-row align-middle">
                                                            <span class="text">Artikelen</span>
                                                        </div>
                                                    </a>
                                                </li>
                                                                                                                                    <li>
                                                    <a href="https://www.yenlo.com/nl/podcasts/" title="Podcasts" target="">
                                                        <div class="flex-row align-middle">
                                                            <span class="text">Podcasts</span>
                                                        </div>
                                                    </a>
                                                </li>
                                                                                                                                    <li>
                                                    <a href="https://www.yenlo.com/nl/whitepapers/" title="Whitepapers" target="">
                                                        <div class="flex-row align-middle">
                                                            <span class="text">Whitepapers</span>
                                                        </div>
                                                    </a>
                                                </li>
                                                                                                                                    <li>
                                                    <a href="https://www.yenlo.com/nl/webinars/" title="Webinars" target="">
                                                        <div class="flex-row align-middle">
                                                            <span class="text">Webinars</span>
                                                        </div>
                                                    </a>
                                                </li>
                                                                                                                                    <li>
                                                    <a href="https://www.yenlo.com/nl/evenementen/" title="Evenementen" target="">
                                                        <div class="flex-row align-middle">
                                                            <span class="text">Evenementen</span>
                                                        </div>
                                                    </a>
                                                </li>
                                                                                                                        </ul>
                                                                                    </li>
                                        <li class="menu-item ">
                        <a target="" href="https://www.yenlo.com/nl/contact/">Contact</a>
                        
                            
                                                        
                            
                                                    </li>
                    
                    <li class="hide-for-medium menu-item menu-item-has-children">
                        <a href="https://www.yenlo.com/nl/our-story/">About Yenlo</a>
                                                    <ul class="sub-menu">
                                                                <li class="menu-item">
                                    <a target="" href="https://www.yenlo.com/nl/over-yenlo/">Over Yenlo</a>
                                </li>
                                                                <li class="menu-item">
                                    <a target="" href="https://www.yenlo.com/nl/management-team/">Team</a>
                                </li>
                                                                <li class="menu-item">
                                    <a target="" href="https://www.yenlo.com/nl/nieuws/">Nieuws</a>
                                </li>
                                                                <li class="menu-item">
                                    <a target="" href="https://www.yenlo.com/nl/partners/">Partners</a>
                                </li>
                                                                <li class="menu-item">
                                    <a target="" href="https://www.yenlo.com/nl/vacatures/">Vacatures</a>
                                </li>
                                                            </ul>
                                            </li>
                    
                </ul>
                    </div>

        <div class="mobile-menu-footer">

                            <div class="mobile-menu-contact">
                    <a title="Contact" class="button" href="https://www.yenlo.com/nl/contact/" target="_self">Contact</a>
                </div>
            
        </div>

	</div>
</div>    <div class="mega-menu mega-menu-challenge" role="navigation">
        <div class="mega-menu-background"></div>
        <div class="inner mega-menu-challenge-inner">
            
            <div class="inner-after"></div> 

            <button class="close-button" aria-label="Close alert" type="button">
                <span aria-hidden="true">&times;</span>
            </button>

            <section class="mega-menu-section row">
                <div class="column small-12 medium-8 large-6 section_left">
                    <div class="inner">
                                                    <div class="title">
                                <h2>Jouw uitdaging</h2>
                            </div>
                                                                            <nav>
                                <ul class="unstyled-list menu section_left">
                                                                                <li>
                                                <a href="https://www.yenlo.com/nl/uitdagingen/api-management-api-governance/" title="API Management & API Governance" target="">
                                                    <div class="flex-row align-middle">
                                                        <span class="text">API Management & API Governance</span>
                                                    </div>
                                                                                                    </a>
                                            </li>
                                                                                                                        <li>
                                                <a href="https://www.yenlo.com/nl/uitdagingen/micro-services-integrations/" title="(Micro) Services & Integraties" target="">
                                                    <div class="flex-row align-middle">
                                                        <span class="text">(Micro) Services & Integraties</span>
                                                    </div>
                                                                                                    </a>
                                            </li>
                                                                                                                        <li>
                                                <a href="https://www.yenlo.com/nl/uitdagingen/identity-access-management/" title="Identity & Access Management" target="">
                                                    <div class="flex-row align-middle">
                                                        <span class="text">Identity & Access Management</span>
                                                    </div>
                                                                                                    </a>
                                            </li>
                                                                                                                        <li>
                                                <a href="https://www.yenlo.com/nl/uitdagingen/real-time-data-analytics/" title="Real-time Data Analytics" target="">
                                                    <div class="flex-row align-middle">
                                                        <span class="text">Real-time Data Analytics</span>
                                                    </div>
                                                                                                    </a>
                                            </li>
                                                                                                                        <li>
                                                <a href="https://www.yenlo.com/nl/uitdagingen/open-banking-and-psd2/" title="Open Banking en PSD2" target="">
                                                    <div class="flex-row align-middle">
                                                        <span class="text">Open Banking en PSD2</span>
                                                    </div>
                                                                                                    </a>
                                            </li>
                                                                                                                        <li>
                                                <a href="https://www.yenlo.com/nl/uitdagingen/open-healthcare-technologie/" title="Open Healthcare" target="">
                                                    <div class="flex-row align-middle">
                                                        <span class="text">Open Healthcare</span>
                                                    </div>
                                                                                                    </a>
                                            </li>
                                                                                                            </ul>
                            </nav>
                                            </div>
                </div>
                <div class="column small-12 medium-8 large-6 section_right">
                    <div class="inner">
                                                    <nav class="column_1">
                                <div class="title column_1_title_container">
                                    <h3 class="h4 column_1_title">Onze WSO2 diensten</h3>
                                </div>
                                <ul class="unstyled-list menu">
                                                                                <li>
                                                <a href="https://www.yenlo.com/nl/diensten/wso2-consultancy-health-checks/" title="WSO2 Consultancy &#038; Health Checks">
                                                    <span class="text">WSO2 Consultancy &#038; Health Checks</span>
                                                    <span class="dot primary"></span>
                                                </a>
                                            </li>
                                                                                                                        <li>
                                                <a href="https://www.yenlo.com/nl/diensten/wso2-enterprise-solution-architecture/" title="WSO2 Enterprise &#038; Solution Architecture">
                                                    <span class="text">WSO2 Enterprise &#038; Solution Architecture</span>
                                                    <span class="dot primary"></span>
                                                </a>
                                            </li>
                                                                                                                        <li>
                                                <a href="https://www.yenlo.com/nl/diensten/wso2-migration-services/" title="WSO2 Migration Services">
                                                    <span class="text">WSO2 Migration Services</span>
                                                    <span class="dot primary"></span>
                                                </a>
                                            </li>
                                                                                                                        <li>
                                                <a href="https://www.yenlo.com/nl/diensten/wso2-installatie-configuratie/" title="WSO2 Installatie &#038; Configuratie">
                                                    <span class="text">WSO2 Installatie &#038; Configuratie</span>
                                                    <span class="dot primary"></span>
                                                </a>
                                            </li>
                                                                                                                        <li>
                                                <a href="https://www.yenlo.com/nl/diensten/wso2-software-development/" title="WSO2 Software Development">
                                                    <span class="text">WSO2 Software Development</span>
                                                    <span class="dot primary"></span>
                                                </a>
                                            </li>
                                                                                                                        <li>
                                                <a href="https://www.yenlo.com/nl/diensten/wso2-api-security/" title="WSO2 API Security">
                                                    <span class="text">WSO2 API Security</span>
                                                    <span class="dot primary"></span>
                                                </a>
                                            </li>
                                                                                                                        <li>
                                                <a href="https://www.yenlo.com/nl/diensten/wso2-managed-services-support/" title="WSO2 Managed Services &#038; Support">
                                                    <span class="text">WSO2 Managed Services &#038; Support</span>
                                                    <span class="dot primary"></span>
                                                </a>
                                            </li>
                                                                                                                        <li>
                                                <a href="https://www.yenlo.com/nl/diensten/wso2-training-certification/" title="WSO2 Training &#038; Certification">
                                                    <span class="text">WSO2 Training &#038; Certification</span>
                                                    <span class="dot primary"></span>
                                                </a>
                                            </li>
                                                                                                            </ul>
                            </nav>
                                            </div>
                </div>
            </section>
        </div>
    </div>
    <div class="mega-menu mega-menu-services" role="navigation">
        <div class="mega-menu-background"></div>
        <div class="inner mega-menu-services-inner">
            
            <div class="inner-after"></div> 

            <button class="close-button" aria-label="Close alert" type="button">
                <span aria-hidden="true">&times;</span>
            </button>

            <section class="mega-menu-section row">
                <div class="column small-12 medium-8 large-6 section_left">
                    <div class="inner">
                                                    <div class="title">
                                <h2>Onze diensten om de digitale transformatie van uw bedrijf te vergemakkelijken</h2>
                            </div>
                                                <nav>
                            <ul class="unstyled-list menu">
                                                                    <li>
                                        <a href="https://www.yenlo.com/nl/diensten/wso2-consultancy-health-checks/" title="WSO2 Consultancy & Health Checks" target="">
                                            <div class="flex-row align-middle">
                                                                                                                                                    <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="icon" alt="Healthcare" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Healthcare.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Healthcare.svg" class="icon" alt="Healthcare" height="32" width="32" /></noscript>                                                                                                <span class="text">WSO2 Consultancy & Health Checks</span>
                                            </div>
                                                                                    </a>
                                    </li>
                                                                    <li>
                                        <a href="https://www.yenlo.com/nl/diensten/wso2-enterprise-and-solution-architecture/" title="WSO2 Enterprise and Solution Architecture" target="">
                                            <div class="flex-row align-middle">
                                                                                                <span class="text">WSO2 Enterprise and Solution Architecture</span>
                                            </div>
                                                                                    </a>
                                    </li>
                                                                    <li>
                                        <a href="https://www.yenlo.com/nl/diensten/wso2-migration-services/" title="WSO2 Migration Services" target="">
                                            <div class="flex-row align-middle">
                                                                                                                                                    <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="icon" alt="WSO2 Migration Services" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Migration-Services.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Migration-Services.svg" class="icon" alt="WSO2 Migration Services" height="32" width="32" /></noscript>                                                                                                <span class="text">WSO2 Migration Services</span>
                                            </div>
                                                                                    </a>
                                    </li>
                                                                    <li>
                                        <a href="https://www.yenlo.com/nl/diensten/wso2-installatie-configuratie/" title="WSO2 Installatie & Configuratie" target="">
                                            <div class="flex-row align-middle">
                                                                                                                                                    <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="icon" alt="WSO2 API Manager" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-API-Manager.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-API-Manager.svg" class="icon" alt="WSO2 API Manager" height="32" width="32" /></noscript>                                                                                                <span class="text">WSO2 Installatie & Configuratie</span>
                                            </div>
                                                                                    </a>
                                    </li>
                                
                                                                    <li>
                                        <a href="https://www.yenlo.com/nl/diensten/wso2-software-development/" title="WSO2 Software Development" target="">
                                            <div class="flex-row align-middle">
                                                                                                                                                    <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="icon" alt="WSO2 Software Development" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Software-Development.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Software-Development.svg" class="icon" alt="WSO2 Software Development" height="32" width="32" /></noscript>                                                                                                <span class="text">WSO2 Software Development</span>
                                            </div>
                                                                                    </a>
                                    </li>
                                                                    <li>
                                        <a href="https://www.yenlo.com/nl/diensten/wso2-api-security/" title="WSO2 API Security" target="">
                                            <div class="flex-row align-middle">
                                                                                                                                                    <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="icon" alt="WSO2 API Security" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-API-Security.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-API-Security.svg" class="icon" alt="WSO2 API Security" height="32" width="32" /></noscript>                                                                                                <span class="text">WSO2 API Security</span>
                                            </div>
                                                                                    </a>
                                    </li>
                                                                    <li>
                                        <a href="https://www.yenlo.com/nl/diensten/wso2-managed-services-support/" title="WSO2 Managed Services & Support" target="">
                                            <div class="flex-row align-middle">
                                                                                                                                                    <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="icon" alt="WSO2 Managed Services Support" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Managed-Services-Support.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Managed-Services-Support.svg" class="icon" alt="WSO2 Managed Services Support" height="32" width="32" /></noscript>                                                                                                <span class="text">WSO2 Managed Services & Support</span>
                                            </div>
                                                                                    </a>
                                    </li>
                                                                    <li>
                                        <a href="https://www.yenlo.com/nl/diensten/wso2-training-certification/" title="WSO2 Training & Certification" target="">
                                            <div class="flex-row align-middle">
                                                                                                                                                    <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="icon" alt="WSO2 Training Certification 1" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Training-Certification-1.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Training-Certification-1.svg" class="icon" alt="WSO2 Training Certification 1" height="32" width="32" /></noscript>                                                                                                <span class="text">WSO2 Training & Certification</span>
                                            </div>
                                                                                    </a>
                                    </li>
                                                            </ul>
                        </nav>
                    </div>
                </div>
                <div class="column small-12 medium-8 large-6 section_right">
                    <div class="inner">
                        <nav class="column_1">
                            <div class="title column_1_title_container">
                                <h3 class="h4 column_1_title">
                                    Laatste WSO2 blogs                                </h3>
                            </div>
                            <ul class="unstyled-list menu">
                                                                        <li>
                                            <a href="https://www.yenlo.com/nl/blogs/samples-in-de-wso2-enterprise-integrator/" title="Werken met samples in de WSO2 Enterprise Integrator">
                                                <span class="text">Werken met samples in de WSO2 Enterprise Integrator</span>
                                                <span class="dot primary"></span>
                                            </a>
                                        </li>
                                                                                                            <li>
                                            <a href="https://www.yenlo.com/nl/blogs/microservices-vs-esb/" title="Microservices vs ESB">
                                                <span class="text">Microservices vs ESB</span>
                                                <span class="dot primary"></span>
                                            </a>
                                        </li>
                                                                                                            <li>
                                            <a href="https://www.yenlo.com/nl/blogs/data-service-vs-dbreport-database/" title="Data Service VS DBReport, hoe zet je gegevens het best in een database?">
                                                <span class="text">Data Service VS DBReport, hoe zet je gegevens het best in een database?</span>
                                                <span class="dot primary"></span>
                                            </a>
                                        </li>
                                                                                                            <li>
                                            <a href="https://www.yenlo.com/nl/blogs/inloggen-met-autorisatiecodes-pkce/" title="Hoe inloggen met autorisatiecodes + PKCE voor SPA &#038; apps werkt">
                                                <span class="text">Hoe inloggen met autorisatiecodes + PKCE voor SPA &#038; apps werkt</span>
                                                <span class="dot primary"></span>
                                            </a>
                                        </li>
                                                                                                </ul>
                        </nav>
                        <nav class="column_2">
                            <div class="title column_2_title_container">
                                <h3 class="h4 column_1_title">
                                    WSO2 klant cases                                </h3>
                            </div>
                            <ul class="unstyled-list menu">
                                                                        <li>
                                            <a href="https://www.yenlo.com/nl/cases/trumpf-group/" title="TRUMPF Group: WSO2 middleware oplossing">
                                                <span class="text">TRUMPF Group: WSO2 middleware oplossing</span>
                                                <span class="dot primary"></span>
                                            </a>
                                        </li>
                                                                                                            <li>
                                            <a href="https://www.yenlo.com/nl/cases/universiteit-utrecht/" title="Universiteit Utrecht: Een ultramodern integratieplatform voor een ambitieuze universiteit">
                                                <span class="text">Universiteit Utrecht: Een ultramodern integratieplatform voor een ambitieuze universiteit</span>
                                                <span class="dot primary"></span>
                                            </a>
                                        </li>
                                                                                                            <li>
                                            <a href="https://www.yenlo.com/nl/cases/staatsbosbeheer/" title="Moderniseren met de groenste organisatie van Nederland">
                                                <span class="text">Moderniseren met de groenste organisatie van Nederland</span>
                                                <span class="dot primary"></span>
                                            </a>
                                        </li>
                                                                                                            <li>
                                            <a href="https://www.yenlo.com/nl/cases/warmteservice/" title="Yenlo helpt Warmteservice menselijk te automatiseren">
                                                <span class="text">Yenlo helpt Warmteservice menselijk te automatiseren</span>
                                                <span class="dot primary"></span>
                                            </a>
                                        </li>
                                                                                                </ul>
                        </nav>
                    </div>
                </div>
            </section>
        </div>
    </div>
    <div class="mega-menu mega-menu-solutions" role="navigation">
        <div class="mega-menu-background"></div>
        <div class="inner mega-menu-solutions-inner">

            <div class="inner-after"></div>

            <button class="close-button" aria-label="Close alert" type="button">
                <span aria-hidden="true">&times;</span>
            </button>

            <section class="mega-menu-section row">
                <div class="column small-12 medium-8 large-6 section_left">
                    <div class="inner">
                                                    <div class="title">
                                <h2>Onze oplossingen voor jouw digitale transformatie</h2>
                            </div>
                                                <nav>
                            <ul class="unstyled-list menu">
                                                                    <li>
                                        <a href="https://www.yenlo.com/nl/oplossingen/connext-platform/" title="Connext Platform" target="">
                                            <div class="flex-row align-middle">
                                                                                                                                                        <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="icon" alt="Connext Platform small" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Connext-Platform-small.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Connext-Platform-small.svg" class="icon" alt="Connext Platform small" height="32" width="32" /></noscript>                                                                                                <span class="text">Connext Platform</span>
                                            </div>
                                                                                    </a>
                                    </li>
                                                                    <li>
                                        <a href="https://www.yenlo.com/nl/oplossingen/connext-go/" title="Connext Go!" target="">
                                            <div class="flex-row align-middle">
                                                                                                                                                        <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="icon" alt="Connext Go small" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Connext-Go-small.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Connext-Go-small.svg" class="icon" alt="Connext Go small" height="32" width="32" /></noscript>                                                                                                <span class="text">Connext Go!</span>
                                            </div>
                                                                                    </a>
                                    </li>
                                                                    <li>
                                        <a href="https://www.yenlo.com/nl/oplossingen/wso2-api-manager/" title="WSO2 API Manager" target="">
                                            <div class="flex-row align-middle">
                                                                                                                                                        <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="icon" alt="WSO2 API Manager" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-API-Manager.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-API-Manager.svg" class="icon" alt="WSO2 API Manager" height="32" width="32" /></noscript>                                                                                                <span class="text">WSO2 API Manager</span>
                                            </div>
                                                                                    </a>
                                    </li>
                                
                                                                    <li>
                                        <a href="https://www.yenlo.com/nl/oplossingen/wso2-identity-server/" title="WSO2 Identity Server" target="">
                                            <div class="flex-row align-middle">
                                                                                                                                                        <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="icon" alt="WSO2 Identity Server" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Identity-Server.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Identity-Server.svg" class="icon" alt="WSO2 Identity Server" height="32" width="32" /></noscript>                                                                                                <span class="text">WSO2 Identity Server</span>
                                            </div>
                                                                                    </a>
                                    </li>
                                                                    <li>
                                        <a href="https://www.yenlo.com/nl/oplossingen/wso2-enterprise-integrator/" title="WSO2 Enterprise Integrator" target="">
                                            <div class="flex-row align-middle">
                                                                                                                                                        <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="icon" alt="WSO2 Enterprise Integrator" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Enterprise-Integrator.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Enterprise-Integrator.svg" class="icon" alt="WSO2 Enterprise Integrator" height="32" width="32" /></noscript>                                                                                                <span class="text">WSO2 Enterprise Integrator</span>
                                            </div>
                                                                                    </a>
                                    </li>
                                                                    <li>
                                        <a href="https://www.yenlo.com/nl/oplossingen/wso2-stream-processor/" title="WSO2 Stream Processor" target="">
                                            <div class="flex-row align-middle">
                                                                                                                                                        <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="icon" alt="WSO2 Stream Processor" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Stream-Processor.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Stream-Processor.svg" class="icon" alt="WSO2 Stream Processor" height="32" width="32" /></noscript>                                                                                                <span class="text">WSO2 Stream Processor</span>
                                            </div>
                                                                                    </a>
                                    </li>
                                                            </ul>
                        </nav>
                    </div>
                </div>
                <div class="column small-12 medium-8 large-6 section_right">
                    <div class="inner">
                        <nav class="column_1">
                            <div class="title column_1_title_container">
                                <h3 class="h4 column_1_title">
                                    Laatste WSO2 blogs                                </h3>
                            </div>
                            <ul class="unstyled-list menu">
                                                                        <li>
                                            <a href="https://www.yenlo.com/nl/blogs/samples-in-de-wso2-enterprise-integrator/" title="Werken met samples in de WSO2 Enterprise Integrator">
                                                <span class="text">Werken met samples in de WSO2 Enterprise Integrator</span>
                                                <span class="dot primary"></span>
                                            </a>
                                        </li>
                                                                                                            <li>
                                            <a href="https://www.yenlo.com/nl/blogs/microservices-vs-esb/" title="Microservices vs ESB">
                                                <span class="text">Microservices vs ESB</span>
                                                <span class="dot primary"></span>
                                            </a>
                                        </li>
                                                                                                            <li>
                                            <a href="https://www.yenlo.com/nl/blogs/data-service-vs-dbreport-database/" title="Data Service VS DBReport, hoe zet je gegevens het best in een database?">
                                                <span class="text">Data Service VS DBReport, hoe zet je gegevens het best in een database?</span>
                                                <span class="dot primary"></span>
                                            </a>
                                        </li>
                                                                                                            <li>
                                            <a href="https://www.yenlo.com/nl/blogs/inloggen-met-autorisatiecodes-pkce/" title="Hoe inloggen met autorisatiecodes + PKCE voor SPA &#038; apps werkt">
                                                <span class="text">Hoe inloggen met autorisatiecodes + PKCE voor SPA &#038; apps werkt</span>
                                                <span class="dot primary"></span>
                                            </a>
                                        </li>
                                                                                                </ul>
                        </nav>
                        <nav class="column_2">
                            <div class="title column_2_title_container">
                                <h3 class="h4 column_1_title">
                                    WSO2 klant cases                                </h3>
                            </div>
                            <ul class="unstyled-list menu">
                                                                        <li>
                                            <a href="https://www.yenlo.com/nl/cases/trumpf-group/" title="TRUMPF Group: WSO2 middleware oplossing">
                                                <span class="text">TRUMPF Group: WSO2 middleware oplossing</span>
                                                <span class="dot primary"></span>
                                            </a>
                                        </li>
                                                                                                            <li>
                                            <a href="https://www.yenlo.com/nl/cases/universiteit-utrecht/" title="Universiteit Utrecht: Een ultramodern integratieplatform voor een ambitieuze universiteit">
                                                <span class="text">Universiteit Utrecht: Een ultramodern integratieplatform voor een ambitieuze universiteit</span>
                                                <span class="dot primary"></span>
                                            </a>
                                        </li>
                                                                                                            <li>
                                            <a href="https://www.yenlo.com/nl/cases/staatsbosbeheer/" title="Moderniseren met de groenste organisatie van Nederland">
                                                <span class="text">Moderniseren met de groenste organisatie van Nederland</span>
                                                <span class="dot primary"></span>
                                            </a>
                                        </li>
                                                                                                            <li>
                                            <a href="https://www.yenlo.com/nl/cases/warmteservice/" title="Yenlo helpt Warmteservice menselijk te automatiseren">
                                                <span class="text">Yenlo helpt Warmteservice menselijk te automatiseren</span>
                                                <span class="dot primary"></span>
                                            </a>
                                        </li>
                                                                                                </ul>
                        </nav>
                    </div>
                </div>
            </section>
        </div>
    </div>
    <div class="mega-menu mega-menu-industries" role="navigation">
        <div class="mega-menu-background"></div>
        <div class="inner mega-menu-industries-inner">

            <div class="inner-after"></div>  

            <button class="close-button" aria-label="Close alert" type="button">
                <span aria-hidden="true">&times;</span>
            </button>

            <section class="mega-menu-section row">
                <div class="column small-12 medium-8 large-6 section_left">
                    <div class="inner">
                                                    <div class="title">
                                <h2>Onze oplossingen per sector</h2>
                            </div>
                                                                            <nav>
                                <ul class="unstyled-list menu">
                                                                                <li>
                                                <a href="https://www.yenlo.com/nl/sectoren/overheid/" title="Overheid" target="">
                                                    <div class="flex-row align-middle">
                                                                                                                    <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="icon" alt="Government" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Government.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Government.svg" class="icon" alt="Government" height="32" width="32" /></noscript>                                                                                                                <span class="text">Overheid</span>
                                                    </div>
                                                </a>
                                            </li>
                                                                                                                        <li>
                                                <a href="https://www.yenlo.com/nl/sectoren/onderwijs/" title="Onderwijs" target="">
                                                    <div class="flex-row align-middle">
                                                                                                                    <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="icon" alt="WSO2 Training Certification" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Training-Certification.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Training-Certification.svg" class="icon" alt="WSO2 Training Certification" height="32" width="32" /></noscript>                                                                                                                <span class="text">Onderwijs</span>
                                                    </div>
                                                </a>
                                            </li>
                                                                                                                        <li>
                                                <a href="https://www.yenlo.com/nl/sectoren/gezondheidszorg/" title="Gezondheidszorg" target="">
                                                    <div class="flex-row align-middle">
                                                                                                                    <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="icon" alt="Healthcare" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Healthcare.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Healthcare.svg" class="icon" alt="Healthcare" height="32" width="32" /></noscript>                                                                                                                <span class="text">Gezondheidszorg</span>
                                                    </div>
                                                </a>
                                            </li>
                                                                                                                        <li>
                                                <a href="https://www.yenlo.com/nl/sectoren/financieel/" title="Financiële sector" target="">
                                                    <div class="flex-row align-middle">
                                                                                                                    <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="icon" alt="Banking Finance" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Banking-Finance.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/Banking-Finance.svg" class="icon" alt="Banking Finance" height="32" width="32" /></noscript>                                                                                                                <span class="text">Financiële sector</span>
                                                    </div>
                                                </a>
                                            </li>
                                                                                                                        <li>
                                                <a href="https://www.yenlo.com/nl/sectoren/logistiek/" title="Logistiek" target="">
                                                    <div class="flex-row align-middle">
                                                                                                                    <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="icon" alt="WSO2 Software Development" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Software-Development.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Software-Development.svg" class="icon" alt="WSO2 Software Development" height="32" width="32" /></noscript>                                                                                                                <span class="text">Logistiek</span>
                                                    </div>
                                                </a>
                                            </li>
                                                                                                                        <li>
                                                <a href="https://www.yenlo.com/nl/sectoren/productie/" title="Productie industrie" target="">
                                                    <div class="flex-row align-middle">
                                                                                                                    <img src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3C/svg%3E" class="icon" alt="WSO2 Enterprise Solution Architecture" height="32" width="32" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Enterprise-Solution-Architecture.svg" /><noscript><img src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/WSO2-Enterprise-Solution-Architecture.svg" class="icon" alt="WSO2 Enterprise Solution Architecture" height="32" width="32" /></noscript>                                                                                                                <span class="text">Productie industrie</span>
                                                    </div>
                                                </a>
                                            </li>
                                                                                                            </ul>
                            </nav>
                                            </div>
                </div>
                <div class="column small-12 medium-8 large-6 section_right">
                    <div class="inner">
                                                                                    <img class="connext_icon" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="connext go" data-lazy-src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/connext-go.svg" /><noscript><img class="connext_icon" src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2020/12/connext-go.svg" alt="connext go" /></noscript>
                                                        <h3 class="h2">Connext Go!</h3>
                            <p><span class="s1"><span class="VIiyi" lang="nl"><span class="JLqJ4b ChMk0b" data-language-for-alternatives="nl" data-language-to-translate-into="en" data-phrase-index="0">De juiste oplossing voor organisaties met integratiebehoeften, zonder het gedoe om zelf een platform te beheren.</span></span></span></p>
                                                            <div class="usps">
                                    <ul class="unstyled-list">
                                                                                <li>
                                            <i class="icon left check" aria-hidden="true" style="fill:inherit; stroke:inherit;"><svg height="12" viewBox="0 0 14 12" width="14" xmlns="http://www.w3.org/2000/svg"><path d="m15.1025552 4.21236192c-.4346882-.47362542-1.1564348-.47362542-1.591123 0l-6.39729895 6.96139998-2.61633122-2.87749778c-.45109159-.46468909-1.15643481-.46468909-1.6075264.01787266-.42648659.48256174-.42648659 1.25108601.00820167 1.74258412l3.37088443 3.6549584.04920999.0625543c.44288992.4914981 1.1564348.4914981 1.59932473 0l7.18465875-7.82822392c.4346883-.48256175.4346883-1.26002234 0-1.73364776z" fill="#42cb83" fill-rule="evenodd" transform="translate(-2 -3)"/></svg></i>                                            <span>Integration-as-a-Service</span>
                                        </li>
                                                                                <li>
                                            <i class="icon left check" aria-hidden="true" style="fill:inherit; stroke:inherit;"><svg height="12" viewBox="0 0 14 12" width="14" xmlns="http://www.w3.org/2000/svg"><path d="m15.1025552 4.21236192c-.4346882-.47362542-1.1564348-.47362542-1.591123 0l-6.39729895 6.96139998-2.61633122-2.87749778c-.45109159-.46468909-1.15643481-.46468909-1.6075264.01787266-.42648659.48256174-.42648659 1.25108601.00820167 1.74258412l3.37088443 3.6549584.04920999.0625543c.44288992.4914981 1.1564348.4914981 1.59932473 0l7.18465875-7.82822392c.4346883-.48256175.4346883-1.26002234 0-1.73364776z" fill="#42cb83" fill-rule="evenodd" transform="translate(-2 -3)"/></svg></i>                                            <span>100% Beheer</span>
                                        </li>
                                                                                <li>
                                            <i class="icon left check" aria-hidden="true" style="fill:inherit; stroke:inherit;"><svg height="12" viewBox="0 0 14 12" width="14" xmlns="http://www.w3.org/2000/svg"><path d="m15.1025552 4.21236192c-.4346882-.47362542-1.1564348-.47362542-1.591123 0l-6.39729895 6.96139998-2.61633122-2.87749778c-.45109159-.46468909-1.15643481-.46468909-1.6075264.01787266-.42648659.48256174-.42648659 1.25108601.00820167 1.74258412l3.37088443 3.6549584.04920999.0625543c.44288992.4914981 1.1564348.4914981 1.59932473 0l7.18465875-7.82822392c.4346883-.48256175.4346883-1.26002234 0-1.73364776z" fill="#42cb83" fill-rule="evenodd" transform="translate(-2 -3)"/></svg></i>                                            <span>24/7 Support</span>
                                        </li>
                                                                                <li>
                                            <i class="icon left check" aria-hidden="true" style="fill:inherit; stroke:inherit;"><svg height="12" viewBox="0 0 14 12" width="14" xmlns="http://www.w3.org/2000/svg"><path d="m15.1025552 4.21236192c-.4346882-.47362542-1.1564348-.47362542-1.591123 0l-6.39729895 6.96139998-2.61633122-2.87749778c-.45109159-.46468909-1.15643481-.46468909-1.6075264.01787266-.42648659.48256174-.42648659 1.25108601.00820167 1.74258412l3.37088443 3.6549584.04920999.0625543c.44288992.4914981 1.1564348.4914981 1.59932473 0l7.18465875-7.82822392c.4346883-.48256175.4346883-1.26002234 0-1.73364776z" fill="#42cb83" fill-rule="evenodd" transform="translate(-2 -3)"/></svg></i>                                            <span>Vaste prijs per maand</span>
                                        </li>
                                                                            </ul>
                                </div>
                             
                                                            <a title="Onze oplossingen" href="https://www.yenlo.com/nl/oplossingen/" target="" class="button">
                                    Onze oplossingen                                </a>
                                                                        </div>
                </div>
            </section>
        </div>
    </div>
    <div class="mega-menu mega-menu-learnings" role="navigation">
        <div class="mega-menu-background"></div>
        <div class="inner mega-menu-learnings-inner">

            <div class="inner-after"></div>   

            <button class="close-button" aria-label="Close alert" type="button">
                <span aria-hidden="true">&times;</span>
            </button>

            <section class="mega-menu-section row">
                <div class="column small-12 medium-8 large-6 section_left">
                    <div class="inner">
                                                    <div class="title">
                                <h2>Kennis & ervaring</h2>
                            </div>
                                                                            <nav>
                                <ul class="unstyled-list menu">
                                                                                <li>
                                                <a href="https://www.yenlo.com/nl/cases/" title="Cases" target="">
                                                    <div class="flex-row align-middle">
                                                        <span class="text">Cases</span>
                                                    </div>
                                                </a>
                                            </li>
                                                                                                                        <li>
                                                <a href="https://www.yenlo.com/nl/blogs/" title="Artikelen" target="">
                                                    <div class="flex-row align-middle">
                                                        <span class="text">Artikelen</span>
                                                    </div>
                                                </a>
                                            </li>
                                                                                                                        <li>
                                                <a href="https://www.yenlo.com/nl/podcasts/" title="Podcasts" target="">
                                                    <div class="flex-row align-middle">
                                                        <span class="text">Podcasts</span>
                                                    </div>
                                                </a>
                                            </li>
                                                                                                                        <li>
                                                <a href="https://www.yenlo.com/nl/whitepapers/" title="Whitepapers" target="">
                                                    <div class="flex-row align-middle">
                                                        <span class="text">Whitepapers</span>
                                                    </div>
                                                </a>
                                            </li>
                                                                                                                        <li>
                                                <a href="https://www.yenlo.com/nl/webinars/" title="Webinars" target="">
                                                    <div class="flex-row align-middle">
                                                        <span class="text">Webinars</span>
                                                    </div>
                                                </a>
                                            </li>
                                                                                                                        <li>
                                                <a href="https://www.yenlo.com/nl/evenementen/" title="Evenementen" target="">
                                                    <div class="flex-row align-middle">
                                                        <span class="text">Evenementen</span>
                                                    </div>
                                                </a>
                                            </li>
                                                                                                            </ul>
                            </nav>
                                            </div>
                </div>
                <div class="column small-12 medium-8 large-6 section_right">
                    <div class="inner">
                                                    <nav class="column_1">
                                <div class="title column_1_title_container">
                                    <h3 class="h4 column_1_title">Laatste WSO2 blogs</h3>
                                </div>
                                <ul class="unstyled-list menu">
                                                                                <li>
                                                <a href="https://www.yenlo.com/nl/blogs/samples-in-de-wso2-enterprise-integrator/" title="Werken met samples in de WSO2 Enterprise Integrator">
                                                    <span class="text">Werken met samples in de WSO2 Enterprise Integrator</span>
                                                    <span class="dot primary"></span>
                                                </a>
                                            </li>
                                                                                                                        <li>
                                                <a href="https://www.yenlo.com/nl/blogs/microservices-vs-esb/" title="Microservices vs ESB">
                                                    <span class="text">Microservices vs ESB</span>
                                                    <span class="dot primary"></span>
                                                </a>
                                            </li>
                                                                                                                        <li>
                                                <a href="https://www.yenlo.com/nl/blogs/data-service-vs-dbreport-database/" title="Data Service VS DBReport, hoe zet je gegevens het best in een database?">
                                                    <span class="text">Data Service VS DBReport, hoe zet je gegevens het best in een database?</span>
                                                    <span class="dot primary"></span>
                                                </a>
                                            </li>
                                                                                                                        <li>
                                                <a href="https://www.yenlo.com/nl/blogs/inloggen-met-autorisatiecodes-pkce/" title="Hoe inloggen met autorisatiecodes + PKCE voor SPA &#038; apps werkt">
                                                    <span class="text">Hoe inloggen met autorisatiecodes + PKCE voor SPA &#038; apps werkt</span>
                                                    <span class="dot primary"></span>
                                                </a>
                                            </li>
                                                                                                            </ul>
                            </nav>
                                                                            <nav class="column_2">
                                <div class="title column_2_title_container">
                                    <h3 class="h4 column_2_title">Onze laatste projecten</h3>
                                </div>
                                <ul class="unstyled-list menu">
                                                                                <li>
                                                <a href="https://www.yenlo.com/nl/cases/trumpf-group/" title="TRUMPF Group: WSO2 middleware oplossing">
                                                    <span class="text">TRUMPF Group: WSO2 middleware oplossing</span>
                                                    <span class="dot primary"></span>
                                                </a>
                                            </li>
                                                                                                                        <li>
                                                <a href="https://www.yenlo.com/nl/cases/universiteit-utrecht/" title="Universiteit Utrecht: Een ultramodern integratieplatform voor een ambitieuze universiteit">
                                                    <span class="text">Universiteit Utrecht: Een ultramodern integratieplatform voor een ambitieuze universiteit</span>
                                                    <span class="dot primary"></span>
                                                </a>
                                            </li>
                                                                                                                        <li>
                                                <a href="https://www.yenlo.com/nl/cases/staatsbosbeheer/" title="Moderniseren met de groenste organisatie van Nederland">
                                                    <span class="text">Moderniseren met de groenste organisatie van Nederland</span>
                                                    <span class="dot primary"></span>
                                                </a>
                                            </li>
                                                                                                                        <li>
                                                <a href="https://www.yenlo.com/nl/cases/warmteservice/" title="Yenlo helpt Warmteservice menselijk te automatiseren">
                                                    <span class="text">Yenlo helpt Warmteservice menselijk te automatiseren</span>
                                                    <span class="dot primary"></span>
                                                </a>
                                            </li>
                                                                                                            </ul>
                            </nav>
                                            </div>
                </div>
            </section>
        </div>
    </div>
    <div class="mega-menu mega-menu-search" role="navigation">
        
        <div class="inner mega-menu-search-inner">
        
                                            <div data-bg="https://j8a3m7f3.rocketcdn.me/nl/wp-content/uploads/2021/01/0K3A5966.jpg" class="inner-after rocket-lazyload" style=""></div>       
            
            <button class="close-button" aria-label="Close alert" type="button">
                <span aria-hidden="true">&times;</span>
            </button>

            <section class="search-container">
                <div class="row align-middle">
                    <div class="column small-12 large-9 page-content">
                        <div class="inner">
                            <h2 class="h1 text-uppercase has-secondary-color">Zoeken</h2>
                            <h3 class="h2">Waar ben je naar op zoek?</h3>
                            
<form class="search-form" method="get" action="https://www.yenlo.com/nl/">

	<div class="search-form-input">
		<input required="required" type="text" id="search-form-field" class="search-form-field" name="s" value="" />
		<label for="search-form-field" class="search-form-label">Start hier met typen</label>
	</div>

	<div class="search-form-button">
		<button type="submit" id="search_button" class="button" role="button">Zoeken</button>
	</div>

</form>                        </div>
                    </div>
                </div>
                <div class="row">
                    <div class="column">
                        <div class="our-suggestions">
                                                            <ul class="unstyled-list inline text-center medium-text-left">
                                    <li>
                                        <span class="font-weight-bold">Our suggestions</span>
                                    </li>
                                                                            <li>
                                            <a title="Vacatures" href="https://www.yenlo.com/nl/vacatures/" class="label secondary">Vacatures</a>
                                        </li>
                                                                            <li>
                                            <a title="Over WSO2" href="https://www.yenlo.com/nl/wso2/" class="label secondary">Over WSO2</a>
                                        </li>
                                                                            <li>
                                            <a title="Contact" href="https://www.yenlo.com/nl/contact/" class="label secondary">Contact</a>
                                        </li>
                                                                    </ul>
                                                    </div>
                    </div>
                </div>
            </section>

        </div>
    </div>

</div>
<!-- End wrapper -->

<script type='text/javascript' id='site_tracking-js-extra'>
/* <![CDATA[ */
var php_data = {"ac_settings":{"tracking_actid":610801426,"site_tracking_default":1,"site_tracking":1},"user_email":""};
/* ]]> */
</script>
<script type="rocketlazyloadscript"  src='https://j8a3m7f3.rocketcdn.me/nl/wp-content/plugins/activecampaign-subscription-forms/site_tracking.js?ver=5.7.2' id='site_tracking-js' defer></script>
<script type="rocketlazyloadscript"  src='https://j8a3m7f3.rocketcdn.me/nl/wp-includes/js/jquery/ui/core.min.js?ver=1.12.1' id='jquery-ui-core-js' defer></script>
<script type="rocketlazyloadscript"  src='https://j8a3m7f3.rocketcdn.me/nl/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.12.1' id='jquery-ui-datepicker-js' defer></script>
<script type="rocketlazyloadscript"  id='jquery-ui-datepicker-js-after'>window.addEventListener('DOMContentLoaded', function() {
jQuery(document).ready(function(jQuery){jQuery.datepicker.setDefaults({"closeText":"Sluiten","currentText":"Vandaag","monthNames":["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"],"monthNamesShort":["jan","feb","mrt","apr","mei","jun","jul","aug","sep","okt","nov","dec"],"nextText":"Volgende","prevText":"Vorige","dayNames":["zondag","maandag","dinsdag","woensdag","donderdag","vrijdag","zaterdag"],"dayNamesShort":["zo","ma","di","wo","do","vr","za"],"dayNamesMin":["Z","M","D","W","D","V","Z"],"dateFormat":"dd MM yy","firstDay":1,"isRTL":false});});
});</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='rocket-browser-checker-js-after'>
"use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
</script>
<script type='text/javascript' id='rocket-preload-links-js-extra'>
/* <![CDATA[ */
var RocketPreloadLinksConfig = {"excludeUris":"\/nl(\/(.+\/)?feed\/?.+\/?|\/(?:.+\/)?embed\/|\/(index\\.php\/)?wp\\-json(\/.*|$))|\/wp-admin\/|\/logout\/|\/wp-login.php","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|php|pdf|html|htm","siteUrl":"https:\/\/www.yenlo.com\/nl","onHoverDelay":"100","rateThrottle":"3"};
/* ]]> */
</script>
<script type="rocketlazyloadscript" data-rocket-type='text/javascript' id='rocket-preload-links-js-after'>
(function() {
"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
</script>
<script type="rocketlazyloadscript"  src='https://j8a3m7f3.rocketcdn.me/nl/wp-includes/js/clipboard.min.js?ver=5.7.2' id='clipboard-js' defer></script>
<script type="rocketlazyloadscript"  src='https://j8a3m7f3.rocketcdn.me/nl/wp-content/plugins/highlighting-code-block/assets/js/prism.js?ver=1.3.0' id='hcb-prism-js' defer></script>
<script type='text/javascript' id='hcb-script-js-extra'>
/* <![CDATA[ */
var hcbVars = {"showCopy":"on"};
/* ]]> */
</script>
<script type="rocketlazyloadscript"  src='https://j8a3m7f3.rocketcdn.me/nl/wp-content/plugins/highlighting-code-block/build/js/hcb_script.js?ver=1.3.0' id='hcb-script-js' defer></script>
<script type="rocketlazyloadscript"  src='https://j8a3m7f3.rocketcdn.me/nl/wp-content/themes/webrand/dist/assets/js/script.js?ver=1628666984' id='script_js-js' defer></script>
<script  src='https://j8a3m7f3.rocketcdn.me/nl/wp-includes/js/wp-embed.min.js?ver=5.7.2' id='wp-embed-js' defer></script>
<script type="rocketlazyloadscript"  src='https://j8a3m7f3.rocketcdn.me/nl/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=7.4.4' id='wp-polyfill-js'></script>
<script type="rocketlazyloadscript"  id='wp-polyfill-js-after'>
( 'fetch' in window ) || document.write( '<script src="https://j8a3m7f3.rocketcdn.me/nl/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js?ver=3.0.0" defer></scr' + 'ipt>' );( document.contains ) || document.write( '<script src="https://j8a3m7f3.rocketcdn.me/nl/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js?ver=3.42.0" defer></scr' + 'ipt>' );( window.DOMRect ) || document.write( '<script src="https://j8a3m7f3.rocketcdn.me/nl/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js?ver=3.42.0" defer></scr' + 'ipt>' );( window.URL && window.URL.prototype && window.URLSearchParams ) || document.write( '<script src="https://j8a3m7f3.rocketcdn.me/nl/wp-includes/js/dist/vendor/wp-polyfill-url.min.js?ver=3.6.4" defer></scr' + 'ipt>' );( window.FormData && window.FormData.prototype.keys ) || document.write( '<script src="https://j8a3m7f3.rocketcdn.me/nl/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js?ver=3.0.12" defer></scr' + 'ipt>' );( Element.prototype.matches && Element.prototype.closest ) || document.write( '<script src="https://j8a3m7f3.rocketcdn.me/nl/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js?ver=2.0.2" defer></scr' + 'ipt>' );( 'objectFit' in document.documentElement.style ) || document.write( '<script src="https://j8a3m7f3.rocketcdn.me/nl/wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js?ver=2.3.4" defer></scr' + 'ipt>' );
</script>
<script type="rocketlazyloadscript"  src='https://j8a3m7f3.rocketcdn.me/nl/wp-includes/js/dist/dom-ready.min.js?ver=eb19f7980f0268577acb5c2da5457de3' id='wp-dom-ready-js' defer></script>
<script type="rocketlazyloadscript"  src='https://j8a3m7f3.rocketcdn.me/nl/wp-includes/js/dist/hooks.min.js?ver=50e23bed88bcb9e6e14023e9961698c1' id='wp-hooks-js'></script>
<script type="rocketlazyloadscript"  src='https://j8a3m7f3.rocketcdn.me/nl/wp-includes/js/dist/i18n.min.js?ver=db9a9a37da262883343e941c3731bc67' id='wp-i18n-js'></script>
<script type="rocketlazyloadscript"  id='wp-i18n-js-after'>
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
</script>
<script type="rocketlazyloadscript"  id='wp-a11y-js-translations'>
( function( domain, translations ) {
	var localeData = translations.locale_data[ domain ] || translations.locale_data.messages;
	localeData[""].domain = domain;
	wp.i18n.setLocaleData( localeData, domain );
} )( "default", {"translation-revision-date":"2021-07-20 11:18:28+0000","generator":"GlotPress\/3.0.0-alpha.2","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n != 1;","lang":"nl"},"Notifications":["Meldingen"]}},"comment":{"reference":"wp-includes\/js\/dist\/a11y.js"}} );
</script>
<script type="rocketlazyloadscript"  src='https://j8a3m7f3.rocketcdn.me/nl/wp-includes/js/dist/a11y.min.js?ver=5e00de7a43b31bbb9eaf685f089a3903' id='wp-a11y-js' defer></script>
<script type="rocketlazyloadscript"  defer='defer' src='https://j8a3m7f3.rocketcdn.me/nl/wp-content/plugins/gravityforms/js/jquery.json.min.js?ver=2.5.9' id='gform_json-js'></script>
<script type='text/javascript' id='gform_gravityforms-js-extra'>
/* <![CDATA[ */
var gform_i18n = {"datepicker":{"days":{"monday":"Ma","tuesday":"Di","wednesday":"Woe","thursday":"Do","friday":"Vrij","saturday":"Za","sunday":"Zo"},"months":{"january":"Januari","february":"Februari","march":"Maart","april":"April","may":"Mei","june":"Juni","july":"Juli","august":"Augustus","september":"September","october":"Oktober","november":"November","december":"December"},"firstDay":1}};
var gf_global = {"gf_currency_config":{"name":"Euro","symbol_left":"","symbol_right":"&#8364;","symbol_padding":" ","thousand_separator":".","decimal_separator":",","decimals":2},"base_url":"https:\/\/www.yenlo.com\/nl\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.yenlo.com\/nl\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","strings":{"newRowAdded":"Nieuwe rij toegevoegd.","rowRemoved":"Rij verwijderd","formSaved":"Het formulier is opgeslagen. De inhoud bevat de link om terug te keren en het formulier in te vullen."}};
var gf_legacy_multi = {"1":"1"};
var gf_global = {"gf_currency_config":{"name":"Euro","symbol_left":"","symbol_right":"&#8364;","symbol_padding":" ","thousand_separator":".","decimal_separator":",","decimals":2},"base_url":"https:\/\/www.yenlo.com\/nl\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.yenlo.com\/nl\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","strings":{"newRowAdded":"Nieuwe rij toegevoegd.","rowRemoved":"Rij verwijderd","formSaved":"Het formulier is opgeslagen. De inhoud bevat de link om terug te keren en het formulier in te vullen."}};
var gf_legacy_multi = {"1":"1"};
/* ]]> */
</script>
<script type="rocketlazyloadscript"  defer='defer' src='https://j8a3m7f3.rocketcdn.me/nl/wp-content/plugins/gravityforms/js/gravityforms.min.js?ver=2.5.9' id='gform_gravityforms-js'></script>
<script type="rocketlazyloadscript"  defer='defer' src='https://j8a3m7f3.rocketcdn.me/nl/wp-content/plugins/gravityforms/js/placeholders.jquery.min.js?ver=2.5.9' id='gform_placeholder-js'></script>
<script type="rocketlazyloadscript"  src='https://j8a3m7f3.rocketcdn.me/nl/wp-content/plugins/easy-table-of-contents/vendor/smooth-scroll/jquery.smooth-scroll.min.js?ver=2.2.0' id='jquery-smooth-scroll-js' defer></script>
<script type="rocketlazyloadscript"  src='https://j8a3m7f3.rocketcdn.me/nl/wp-content/plugins/easy-table-of-contents/vendor/js-cookie/js.cookie.min.js?ver=2.2.1' id='js-cookie-js' defer></script>
<script type="rocketlazyloadscript"  src='https://j8a3m7f3.rocketcdn.me/nl/wp-content/plugins/easy-table-of-contents/vendor/sticky-kit/jquery.sticky-kit.min.js?ver=1.9.2' id='jquery-sticky-kit-js' defer></script>
<script type='text/javascript' id='ez-toc-js-js-extra'>
/* <![CDATA[ */
var ezTOC = {"smooth_scroll":"1","scroll_offset":"30"};
/* ]]> */
</script>
<script type="rocketlazyloadscript"  src='https://j8a3m7f3.rocketcdn.me/nl/wp-content/plugins/easy-table-of-contents/assets/js/front.min.js?ver=2.0.17-1618322968' id='ez-toc-js-js' defer></script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">window.addEventListener('DOMContentLoaded', function() {
gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 1) {if(typeof Placeholders != 'undefined'){
                        Placeholders.enable();
                    }} } );jQuery(document).bind('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } );
});</script>
<script type="rocketlazyloadscript" data-rocket-type="text/javascript">window.addEventListener('DOMContentLoaded', function() {
gform.initializeOnLoaded( function() { jQuery(document).trigger('gform_post_render', [1, 1]) } );
});</script>
	<script type="rocketlazyloadscript" data-rocket-type="text/javascript">window.addEventListener('DOMContentLoaded', function() {
        jQuery(document).ready(function ($) {
            //$( document ).ajaxStart(function() {
            //});

			
            for (var i = 0; i < document.forms.length; ++i) {
                var form = document.forms[i];
				if ($(form).attr("method") != "get") { $(form).append('<input type="hidden" name="GBsKiTxcvLw" value="6L_Ac[IKhei" />'); }
if ($(form).attr("method") != "get") { $(form).append('<input type="hidden" name="xwUTSZovirhHG_I" value="20RhK6ST" />'); }
if ($(form).attr("method") != "get") { $(form).append('<input type="hidden" name="LeskCtEZfGH" value="P]UmzKbQ83qB" />'); }
            }

			
            $(document).on('submit', 'form', function () {
				if ($(this).attr("method") != "get") { $(this).append('<input type="hidden" name="GBsKiTxcvLw" value="6L_Ac[IKhei" />'); }
if ($(this).attr("method") != "get") { $(this).append('<input type="hidden" name="xwUTSZovirhHG_I" value="20RhK6ST" />'); }
if ($(this).attr("method") != "get") { $(this).append('<input type="hidden" name="LeskCtEZfGH" value="P]UmzKbQ83qB" />'); }
                return true;
            });

			
            jQuery.ajaxSetup({
                beforeSend: function (e, data) {

                    //console.log(Object.getOwnPropertyNames(data).sort());
                    //console.log(data.type);

                    if (data.type !== 'POST') return;

                    if (typeof data.data === 'object' && data.data !== null) {
						data.data.append("GBsKiTxcvLw", "6L_Ac[IKhei");
data.data.append("xwUTSZovirhHG_I", "20RhK6ST");
data.data.append("LeskCtEZfGH", "P]UmzKbQ83qB");
                    }
                    else {
                        data.data =  data.data + '&GBsKiTxcvLw=6L_Ac[IKhei&xwUTSZovirhHG_I=20RhK6ST&LeskCtEZfGH=P]UmzKbQ83qB';
                    }
                }
            });

        });
	});</script>
	<script>window.lazyLoadOptions={elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://j8a3m7f3.rocketcdn.me/nl/wp-content/plugins/wp-rocket/assets/js/lazyload/16.1/lazyload.min.js"></script>
<script type="rocketlazyloadscript">"use strict";var wprRemoveCPCSS=function wprRemoveCPCSS(){var elem;document.querySelector('link[data-rocket-async="style"][rel="preload"]')?setTimeout(wprRemoveCPCSS,200):(elem=document.getElementById("rocket-critical-css"))&&"remove"in elem&&elem.remove()};window.addEventListener?window.addEventListener("load",wprRemoveCPCSS):window.attachEvent&&window.attachEvent("onload",wprRemoveCPCSS);</script><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter%3Awght%40700&#038;ver=5.7.2&#038;display=swap" /><link rel="stylesheet" href="https://j8a3m7f3.rocketcdn.me/nl/wp-content/cache/min/1/8268d5c7cc7cd35928bcd9fe38c15f10.css" media="all" data-minify="1" /></noscript></body>
</html>
<!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1629083323 -->