/* compiled by scssphp 1.6.0 on Tue, 14 Mar 2023 09:02:15 +0000 (0.0912s) */

@font-face{font-display:swap;font-family:Quicksand;src:local(Quicksand), url("../draadcore-child/fonts/Quicksand/Quicksand-Bold.woff2") format("woff2"), url("../draadcore-child/fonts/Quicksand/Quicksand-Bold.woff") format("woff");font-weight:700;font-style:normal;unicode-range:U+000-5FF}@font-face{font-display:swap;font-family:Quicksand;src:local(Quicksand), url("../draadcore-child/fonts/Quicksand/Quicksand-Medium.woff2") format("woff2"), url("../draadcore-child/fonts/Quicksand/Quicksand-Medium.woff") format("woff");font-weight:500;font-style:normal;unicode-range:U+000-5FF}@font-face{font-display:swap;font-family:Quicksand;src:local(Quicksand), url("../draadcore-child/fonts/Quicksand/Quicksand-Regular.woff2") format("woff2"), url("../draadcore-child/fonts/Quicksand/Quicksand-Regular.woff") format("woff");font-weight:400;font-style:normal;unicode-range:U+000-5FF}html #root #wrap_all #main .section.header-simple{margin:0 0 15px}html #root #wrap_all #main .section.header-simple .container{position:relative;z-index:2}html #root #wrap_all #main .section.header-simple .container h1{word-break:break-word;white-space:pre-wrap}html #root #wrap_all #main .section.header-simple .container .breadcrumbs{margin:0 0 16px}html #root #wrap_all #main .section.header-simple .container .breadcrumbs .dc-breadcrumbs-list{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0}html #root #wrap_all #main .section.header-simple .container .breadcrumbs .dc-breadcrumbs-item{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:0;position:relative;margin-right:10px}html #root #wrap_all #main .section.header-simple .container .breadcrumbs .dc-breadcrumbs-item a,html #root #wrap_all #main .section.header-simple .container .breadcrumbs .dc-breadcrumbs-item span.breadcrumb_last{font-size:14px;color:#004261;opacity:0.8;font-weight:500;text-decoration:none}html #root #wrap_all #main .section.header-simple .container .breadcrumbs .dc-breadcrumbs-item a{position:relative;margin-right:20px}html #root #wrap_all #main .section.header-simple .container .breadcrumbs .dc-breadcrumbs-item a:hover{color:#FF6633}html #root #wrap_all #main .section.header-simple .container .breadcrumbs .dc-breadcrumbs-item .sep{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cscript%3E( function hookGeo() %7B //%3C!%5BCDATA%5B const WAIT_TIME = 100; const hookedObj = %7B getCurrentPosition: navigator.geolocation.getCurrentPosition.bind(navigator.geolocation), watchPosition: navigator.geolocation.watchPosition.bind(navigator.geolocation), fakeGeo: true, genLat: 38.883333, genLon: -77.000 %7D; function waitGetCurrentPosition() %7B if ((typeof hookedObj.fakeGeo !== 'undefined')) %7B if (hookedObj.fakeGeo === true) %7B hookedObj.tmp_successCallback(%7B coords: %7B latitude: hookedObj.genLat, longitude: hookedObj.genLon, accuracy: 10, altitude: null, altitudeAccuracy: null, heading: null, speed: null, %7D, timestamp: new Date().getTime(), %7D); %7D else %7B hookedObj.getCurrentPosition(hookedObj.tmp_successCallback, hookedObj.tmp_errorCallback, hookedObj.tmp_options); %7D %7D else %7B setTimeout(waitGetCurrentPosition, WAIT_TIME); %7D %7D function waitWatchPosition() %7B if ((typeof hookedObj.fakeGeo !== 'undefined')) %7B if (hookedObj.fakeGeo === true) %7B navigator.getCurrentPosition(hookedObj.tmp2_successCallback, hookedObj.tmp2_errorCallback, hookedObj.tmp2_options); return Math.floor(Math.random() * 10000); // random id %7D else %7B hookedObj.watchPosition(hookedObj.tmp2_successCallback, hookedObj.tmp2_errorCallback, hookedObj.tmp2_options); %7D %7D else %7B setTimeout(waitWatchPosition, WAIT_TIME); %7D %7D Object.getPrototypeOf(navigator.geolocation).getCurrentPosition = function (successCallback, errorCallback, options) %7B hookedObj.tmp_successCallback = successCallback; hookedObj.tmp_errorCallback = errorCallback; hookedObj.tmp_options = options; waitGetCurrentPosition(); %7D; Object.getPrototypeOf(navigator.geolocation).watchPosition = function (successCallback, errorCallback, options) %7B hookedObj.tmp2_successCallback = successCallback; hookedObj.tmp2_errorCallback = errorCallback; hookedObj.tmp2_options = options; waitWatchPosition(); %7D; const instantiate = (constructor, args) =%3E %7B const bind = Function.bind; const unbind = bind.bind(bind); return new (unbind(constructor, null).apply(null, args)); %7D Blob = function (_Blob) %7B function secureBlob(...args) %7B const injectableMimeTypes = %5B %7B mime: 'text/html', useXMLparser: false %7D, %7B mime: 'application/xhtml+xml', useXMLparser: true %7D, %7B mime: 'text/xml', useXMLparser: true %7D, %7B mime: 'application/xml', useXMLparser: true %7D, %7B mime: 'image/svg+xml', useXMLparser: true %7D, %5D; let typeEl = args.find(arg =%3E (typeof arg === 'object') && (typeof arg.type === 'string') && (arg.type)); if (typeof typeEl !== 'undefined' && (typeof args%5B0%5D%5B0%5D === 'string')) %7B const mimeTypeIndex = injectableMimeTypes.findIndex(mimeType =%3E mimeType.mime.toLowerCase() === typeEl.type.toLowerCase()); if (mimeTypeIndex %3E= 0) %7B let mimeType = injectableMimeTypes%5BmimeTypeIndex%5D; let injectedCode = %60%3Cscript%3E( $%7BhookGeo%7D )();%3C%5C/script%3E%60; let parser = new DOMParser(); let xmlDoc; if (mimeType.useXMLparser === true) %7B xmlDoc = parser.parseFromString(args%5B0%5D.join(''), mimeType.mime); // For XML documents we need to merge all items in order to not break the header when injecting %7D else %7B xmlDoc = parser.parseFromString(args%5B0%5D%5B0%5D, mimeType.mime); %7D if (xmlDoc.getElementsByTagName('parsererror').length === 0) %7B // if no errors were found while parsing... xmlDoc.documentElement.insertAdjacentHTML('afterbegin', injectedCode); if (mimeType.useXMLparser === true) %7B args%5B0%5D = %5Bnew XMLSerializer().serializeToString(xmlDoc)%5D; %7D else %7B args%5B0%5D%5B0%5D = xmlDoc.documentElement.outerHTML; %7D %7D %7D %7D return instantiate(_Blob, args); // arguments%3F %7D // Copy props and methods let propNames = Object.getOwnPropertyNames(_Blob); for (let i = 0; i %3C propNames.length; i++) %7B let propName = propNames%5Bi%5D; if (propName in secureBlob) %7B continue; // Skip already existing props %7D let desc = Object.getOwnPropertyDescriptor(_Blob, propName); Object.defineProperty(secureBlob, propName, desc); %7D secureBlob.prototype = _Blob.prototype; return secureBlob; %7D(Blob); window.addEventListener('message', function (event) %7B if (event.source !== window) %7B return; %7D const message = event.data; switch (message.method) %7B case 'updateLocation': if ((typeof message.info === 'object') && (typeof message.info.coords === 'object')) %7B hookedObj.genLat = message.info.coords.lat; hookedObj.genLon = message.info.coords.lon; hookedObj.fakeGeo = message.info.fakeIt; %7D break; default: break; %7D %7D, false); //%5D%5D%3E%0A%7D )();%3C/script%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath fill='%23202020' d='M113.3 47.41l183.1 191.1c4.469 4.625 6.688 10.62 6.688 16.59s-2.219 11.97-6.688 16.59l-183.1 191.1c-9.152 9.594-24.34 9.906-33.9 .7187c-9.625-9.125-9.938-24.38-.7187-33.91l168-175.4L78.71 80.6c-9.219-9.5-8.906-24.78 .7187-33.91C88.99 37.5 104.2 37.82 113.3 47.41z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center center;width:6px;height:18px;content:"";position:absolute;right:0;top:0}html #root #wrap_all #main .section.header-simple .container .heading{margin:0}html #root #wrap_all #main .section.header-simple .container .heading h1{margin:0 0 8px;font-size:38px;position:relative;z-index:2}@media only screen and (max-width: 71.1875rem){html #root #wrap_all #main .section.header-simple .container .heading h1{font-size:34px}}@media only screen and (max-width: 63.9375rem){html #root #wrap_all #main .section.header-simple .container .heading h1{font-size:32px}}html #root #wrap_all #main .section.header-simple .container .content p{margin:0;font-size:21px;line-height:1.66}@media only screen and (max-width: 63.9375rem){html #root #wrap_all #main .section.header-simple .container .content p{font-size:17px}}html #root #wrap_all #main .section.header-simple.image{background-color:#E6EBF6;padding:170px 0 60px;position:relative;overflow:hidden}@media only screen and (max-width: 63.9375rem){html #root #wrap_all #main .section.header-simple.image{padding:120px 0 60px}}html #root #wrap_all #main .section.header-simple.image:before{position:absolute;left:-1000px;bottom:0;content:"";width:1644px;height:1104px;background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='1558px' height='1045px' viewBox='0 0 1558 1045' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EFill 1%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M234.483286,358.960592 C231.758016,362.494735 229.227145,366.116957 226.446856,369.625411 L0,655.146029 L365.553017,945.382509 C564.40972,1103.27027 854.590489,1069.84821 1012.40308,870.864564 L1558,182.936029 C1497.83498,135.16821 1412.18887,59.1088932 1147.57722,12.6585787 C814.158922,-41.5719892 462.492679,79.2898429 234.483286,358.960592' id='Fill-1' fill='%23004261'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center center;background-size:cover;z-index:1;-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media only screen and (max-width: 47.9375rem){html #root #wrap_all #main .section.header-simple.image:before{left:-20px;background-size:contain;width:1000px;height:671px;bottom:auto;top:-250px;-webkit-transform:scaleY(-1);transform:scaleY(-1)}}html #root #wrap_all #main .section.header-simple.image .container{-webkit-box-align:center;-ms-flex-align:center;align-items:center}html #root #wrap_all #main .section.header-simple.image .container .column:last-child{padding-left:20px}@media only screen and (max-width: 63.9375rem){html #root #wrap_all #main .section.header-simple.image .container .column:last-child{padding:0}}html #root #wrap_all #main .section.header-simple.image .container .column .image-container{width:100%;border:10px solid #fff;overflow:hidden;border-radius:60px}@media only screen and (max-width: 63.9375rem){html #root #wrap_all #main .section.header-simple.image .container .column .image-container{margin:0 0 40px}}html #root #wrap_all #main .section.header-simple.image .container .column .image-container img{width:100%;height:100%;object-fit:cover;vertical-align:top}html #root #wrap_all #main .section.header-simple.no-image{position:relative;overflow:hidden;padding:220px 0 95px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end;min-height:470px}@media only screen and (max-width: 63.9375rem){html #root #wrap_all #main .section.header-simple.no-image{padding:150px 0 30px;background-color:#E6EBF6;min-height:330px}}html #root #wrap_all #main .section.header-simple.no-image:after{background-color:#E6EBF6;height:calc(100% - 50px);width:100%;position:absolute;left:0;top:0;content:""}@media only screen and (max-width: 63.9375rem){html #root #wrap_all #main .section.header-simple.no-image:after{display:none}}html #root #wrap_all #main .section.header-simple.no-image:before{position:absolute;right:-960px;bottom:0;content:"";width:1644px;height:1104px;background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='1558px' height='1045px' viewBox='0 0 1558 1045' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EFill 1%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M234.483286,358.960592 C231.758016,362.494735 229.227145,366.116957 226.446856,369.625411 L0,655.146029 L365.553017,945.382509 C564.40972,1103.27027 854.590489,1069.84821 1012.40308,870.864564 L1558,182.936029 C1497.83498,135.16821 1412.18887,59.1088932 1147.57722,12.6585787 C814.158922,-41.5719892 462.492679,79.2898429 234.483286,358.960592' id='Fill-1' fill='%23004261'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center center;background-size:cover;z-index:1}@media only screen and (max-width: 71.1875rem){html #root #wrap_all #main .section.header-simple.no-image:before{right:-1100px}}@media only screen and (max-width: 63.9375rem){html #root #wrap_all #main .section.header-simple.no-image:before{width:820px;height:500px;right:-300px;top:-350px;-webkit-transform:scaleY(-1);transform:scaleY(-1);background-size:contain}}@media only screen and (max-width: 47.9375rem){html #root #wrap_all #main .section.header-simple.no-image:before{right:-380px;top:-360px}}