CINXE.COM
EVPN | SURF.nl
<!DOCTYPE html> <html lang="en" dir="ltr" prefix="og: https://ogp.me/ns#" style="--palette-color--main: var(--surf-orange);--palette-color--main--5-percent: var(--surf-orange--5-percent);--palette-color--main--as-rgb-values: var(--surf-orange--as-rgb-values);"> <head> <script> if (CSS.supports('animation-timeline: view()')) { document.getElementsByTagName('html')[0].classList.add('supports--animation-timeline'); } </script> <meta charset="utf-8" /> <meta name="description" content="A super-fast, exclusive connection. Need a super-fast, highly reliable connection to another institution, data centre or service provider, for example? With SURFlichtpaden you create an exclusive, direct connection outside the public Internet. Our lightpaths offer extra security, reliability and high, guaranteed capacity." /> <link rel="canonical" href="https://www.surf.nl/en/services/network-connectivity/evpn" /> <link rel="icon" href="/themes/surf/favicons/favicon.ico" /> <link rel="icon" sizes="16x16" href="/themes/surf/favicons/favicon-16x16.png" /> <link rel="icon" sizes="32x32" href="/themes/surf/favicons/favicon-32x32.png" /> <link rel="icon" sizes="192x192" href="/themes/surf/favicons/android-chrome-192x192.png" /> <link rel="apple-touch-icon" sizes="180x180" href="/themes/surf/favicons/apple-touch-icon.png" /> <meta property="og:site_name" content="SURF.nl" /> <meta property="og:type" content="article" /> <meta property="og:url" content="https://www.surf.nl/en/services/network-connectivity/evpn" /> <meta property="og:title" content="SURFlicht trails" /> <meta property="og:description" content="A super-fast, exclusive connection. Need a super-fast, highly reliable connection to another institution, data centre or service provider, for example? With SURFlichtpaden you create an exclusive, direct connection outside the public Internet. Our lightpaths offer extra security, reliability and high, guaranteed capacity." /> <meta property="og:image" content="https://www.surf.nl/files/styles/social_media/public/2019-03/SURF02850_0.jpg?h=199d8c1f&itok=3Kz_jStk" /> <meta property="og:locale" content="en_GB" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="@SURF_NL" /> <meta name="twitter:description" content="A super-fast, exclusive connection. Need a super-fast, highly reliable connection to another institution, data centre or service provider, for example? With SURFlichtpaden you create an exclusive, direct connection outside the public Internet. Our lightpaths offer extra security, reliability and high, guaranteed capacity." /> <meta name="twitter:title" content="SURFlicht trails" /> <meta name="twitter:image" content="https://www.surf.nl/files/styles/social_media/public/2019-03/SURF02850_0.jpg?h=199d8c1f&itok=3Kz_jStk" /> <link rel="manifest" href="/themes/surf/favicons/site.webmanifest" crossorigin="use-credentials" /> <meta name="msapplication-config" content="/themes/surf/favicons/browserconfig.xml" /> <script type="text/javascript"> (function(window, document, dataLayerName, id) { function stgCreateCookie(a,b,c){var d="";if(c){var e=new Date;e.setTime(e.getTime()+24*c*60*60*1e3),d="; expires="+e.toUTCString()}document.cookie=a+"="+b+d+"; path=/"} var isStgDebug=(window.location.href.match("stg_debug")||document.cookie.match("stg_debug"))&&!window.location.href.match("stg_disable_debug");stgCreateCookie("stg_debug",isStgDebug?1:"",isStgDebug?14:-1); var qP=[];dataLayerName!=="dataLayer"&&qP.push("data_layer_name="+dataLayerName),isStgDebug&&qP.push("stg_debug");var qPString=qP.length>0?("?"+qP.join("&")):""; document.write('<script src="https://surfnl.containers.piwik.pro/'+id+'.sync.js' + qPString + '"></' + 'script>'); })(window, document, 'dataLayer', '8db45789-8d6b-4fa9-bd2b-5042da448581'); </script><meta name="Generator" content="Drupal 10 (https://www.drupal.org)" /> <meta name="MobileOptimized" content="width" /> <meta name="HandheldFriendly" content="true" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <script data-cfasync="false" type="text/javascript" id="vwoCode">window._vwo_code || (function () { var account_id=967166, version=2.1, settings_tolerance=2000, hide_element='body', hide_element_style='opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important', /* DO NOT EDIT BELOW THIS LINE */ f=false,w=window,d=document,v=d.querySelector('#vwoCode'),cK='_vwo_'+account_id+'_settings',cc={};try{var c=JSON.parse(localStorage.getItem('_vwo_'+account_id+'_config'));cc=c&&typeof c==='object'?c:{}}catch(e){}var stT=cc.stT==='session'?w.sessionStorage:w.localStorage;code={use_existing_jquery:function(){return typeof use_existing_jquery!=='undefined'?use_existing_jquery:undefined},library_tolerance:function(){return typeof library_tolerance!=='undefined'?library_tolerance:undefined},settings_tolerance:function(){return cc.sT||settings_tolerance},hide_element_style:function(){return'{'+(cc.hES||hide_element_style)+'}'},hide_element:function(){if(performance.getEntriesByName('first-contentful-paint')[0]){return''}return typeof cc.hE==='string'?cc.hE:hide_element},getVersion:function(){return version},finish:function(e){if(!f){f=true;var t=d.getElementById('_vis_opt_path_hides');if(t)t.parentNode.removeChild(t);if(e)(new Image).src='https://dev.visualwebsiteoptimizer.com/ee.gif?a='+account_id+e}},finished:function(){return f},addScript:function(e){var t=d.createElement('script');t.type='text/javascript';if(e.src){t.src=e.src}else{t.text=e.text}d.getElementsByTagName('head')[0].appendChild(t)},load:function(e,t){var i=this.getSettings(),n=d.createElement('script'),r=this;t=t||{};if(i){n.textContent=i;d.getElementsByTagName('head')[0].appendChild(n);if(!w.VWO||VWO.caE){stT.removeItem(cK);r.load(e)}}else{var o=new XMLHttpRequest;o.open('GET',e,true);o.withCredentials=!t.dSC;o.responseType=t.responseType||'text';o.onload=function(){if(t.onloadCb){return t.onloadCb(o,e)}if(o.status===200){_vwo_code.addScript({text:o.responseText})}else{_vwo_code.finish('&e=loading_failure:'+e)}};o.onerror=function(){if(t.onerrorCb){return t.onerrorCb(e)}_vwo_code.finish('&e=loading_failure:'+e)};o.send()}},getSettings:function(){try{var e=stT.getItem(cK);if(!e){return}e=JSON.parse(e);if(Date.now()>e.e){stT.removeItem(cK);return}return e.s}catch(e){return}},init:function(){if(d.URL.indexOf('__vwo_disable__')>-1)return;var e=this.settings_tolerance();w._vwo_settings_timer=setTimeout(function(){_vwo_code.finish();stT.removeItem(cK)},e);var t;if(this.hide_element()!=='body'){t=d.createElement('style');var i=this.hide_element(),n=i?i+this.hide_element_style():'',r=d.getElementsByTagName('head')[0];t.setAttribute('id','_vis_opt_path_hides');v&&t.setAttribute('nonce',v.nonce);t.setAttribute('type','text/css');if(t.styleSheet)t.styleSheet.cssText=n;else t.appendChild(d.createTextNode(n));r.appendChild(t)}else{t=d.getElementsByTagName('head')[0];var n=d.createElement('div');n.style.cssText='z-index: 2147483647 !important;position: fixed !important;left: 0 !important;top: 0 !important;width: 100% !important;height: 100% !important;background: white !important;';n.setAttribute('id','_vis_opt_path_hides');n.classList.add('_vis_hide_layer');t.parentNode.insertBefore(n,t.nextSibling)}var o='https://dev.visualwebsiteoptimizer.com/j.php?a='+account_id+'&u='+encodeURIComponent(d.URL)+'&vn='+version;if(w.location.search.indexOf('_vwo_xhr')!==-1){this.addScript({src:o})}else{this.load(o+'&x=true')}}};w._vwo_code=code;code.init();})()</script> <link rel="alternate" hreflang="en" href="https://www.surf.nl/en/services/network-connectivity/evpn" /> <link rel="alternate" hreflang="nl" href="https://www.surf.nl/diensten/netwerkconnectiviteit/evpn" /> <title>EVPN | SURF.nl</title> <link rel="stylesheet" media="all" href="/files/css/css_3y_a6txkH8Xrp9ouAwlTAatRlh8CKyrAS6o_5Sfqn6I.css?delta=0&language=en&theme=surf&include=eJxFTkkOhCAQ_BDKk0gjJZJplnSDGX8_xiVzqjWVWphUD-tJYZabZ6hShL661ACDb-dUPjbIaMTzIw1HpyBZNnuDaSQUhdqmb_XvzKO04TnphmB0yGojV088aT_OtXh5TlvtDLEPurVKNnpoR75v7imgOmSP4NYEDlZwloumHdMV_gDJlVOo" /> <link rel="stylesheet" media="all" href="/files/css/css_5jzdYiVrAJcTECuXmVArynZsGq5phTbHg_KdfzFGhjo.css?delta=1&language=en&theme=surf&include=eJxFTkkOhCAQ_BDKk0gjJZJplnSDGX8_xiVzqjWVWphUD-tJYZabZ6hShL661ACDb-dUPjbIaMTzIw1HpyBZNnuDaSQUhdqmb_XvzKO04TnphmB0yGojV088aT_OtXh5TlvtDLEPurVKNnpoR75v7imgOmSP4NYEDlZwloumHdMV_gDJlVOo" /> <link rel="stylesheet" media="print" href="/files/css/css_ANcsqTB_UeaiWoz0Pb40SC-pIFh_q65PcEZ09AHKlHE.css?delta=2&language=en&theme=surf&include=eJxFTkkOhCAQ_BDKk0gjJZJplnSDGX8_xiVzqjWVWphUD-tJYZabZ6hShL661ACDb-dUPjbIaMTzIw1HpyBZNnuDaSQUhdqmb_XvzKO04TnphmB0yGojV088aT_OtXh5TlvtDLEPurVKNnpoR75v7imgOmSP4NYEDlZwloumHdMV_gDJlVOo" /> <script type="application/json" data-drupal-selector="drupal-settings-json">{"path":{"baseUrl":"\/","pathPrefix":"en\/","currentPath":"node\/228524","currentPathIsAdmin":false,"isFront":false,"currentLanguage":"en"},"pluralDelimiter":"\u0003","suppressDeprecationErrors":true,"lg_cookiecontrol":{"content":{"header":"Cookies used on the website","message":"To offer you the best possible service, this site uses functional cookies as well as cookies for web statistics and videos. By clicking \u0022Accept\u0022 or continuing to use this website you give us consent to use cookies.","dismiss":"Accept","allow":"Allow cookies","deny":"Decline","link":"More information","href":"\/en\/cookie-statement","close":"Close","mySettings":"My settings","moreInfoLink":"More information","moreInfo":"This website uses functional cookies and cookies for web statistics and videos. We do this to provide you with an optimal service. Cookies are small text files that are stored on your device when you visit our website. You can select which cookies you allow so be set in the settings form. By clicking Accept or by continuing to use the website you give your consent to store cookies when you visit the website.","closeOverlayLink":"Close","adjustSettings":"Settings","availableOptionsIntro":"This website uses functional cookies that are required to have a functioning website. We use analytics cookies to optimize the website. You can select which cookies to allow below. We use the following cookies:","saveOptions":"Save"},"availableOptions":{"functional":{"title":"Functional","description":"these cookies ensure that the website works properly","mandatory":true},"analytics":{"title":"Analytics","description":"we have set these cookies to be privacy-friendly, the information collected is anonymised where possible. We use this information to improve the website","mandatory":true},"other":{"title":"Third party","description":"embedded content (including YouTube videos) may contain third-party cookies","mandatory":false,"placeholder_texts":{"iframe":"This content is blocked because you do not (yet) accept third party cookies. Click here to accept."}}},"dismissOnScroll":false,"dismissOnTimeout":false,"showInfoLink":true,"showSettings":true,"revokable":false},"vwo":{"id":967166,"timeout_library":2500,"timeout_setting":2000,"usejquery":"false","testnull":null},"data":{"extlink":{"extTarget":false,"extTargetAppendNewWindowLabel":"(opens in a new window)","extTargetNoOverride":false,"extNofollow":true,"extTitleNoOverride":false,"extNoreferrer":false,"extFollowNoOverride":false,"extClass":"ext","extLabel":"(link is external)","extImgClass":false,"extSubdomains":false,"extExclude":"","extInclude":"","extCssExclude":"header, footer, .paragraph--type--contact, .banner-content","extCssInclude":"","extCssExplicit":"","extAlert":false,"extAlertText":"This link will take you to an external web site. We are not responsible for their content.","extHideIcons":false,"mailtoClass":"mailto","telClass":"","mailtoLabel":"(link sends email)","telLabel":"(link is a phone number)","extUseFontAwesome":false,"extIconPlacement":"append","extPreventOrphan":false,"extFaLinkClasses":"fa fa-external-link","extFaMailtoClasses":"fa fa-envelope-o","extAdditionalLinkClasses":"","extAdditionalMailtoClasses":"","extAdditionalTelClasses":"","extFaTelClasses":"fa fa-phone","whitelistedDomains":[],"extExcludeNoreferrer":""}},"radioactivity":{"type":"default","endpoint":"https:\/\/www.surf.nl\/radioactivity\/emit"},"relatedProducts":["EVPN"],"ajaxTrustedUrl":{"form_action_p_pvdeGsVG5zNF_XLGPTvYSKCf43t8qZYSwcfZl2uzM":true},"user":{"uid":0,"permissionsHash":"e611f8d35f3199bb2c2722d4688bbd0f151179f82f7863a9ea026248c00731f0"}}</script> <script src="/files/js/js_b1iG2hOmQsCXt9C-QqXoNvD2eZwp2ibXrSywIpo1eEw.js?scope=header&delta=0&language=en&theme=surf&include=eJx1TksSgyAMvZCaI2UQAmWMhAlQa09flG666Op95yX0qhzTBk5bNrzQkBMHtCJbJCupqjD8qCsuZNQ-YMBUmnoILKvhudSzb4TbwxyPuGFWgZt1slwjlCpeh8rf1iHq-g8t1VEpWSqTwhfRi-7TMzoSpH0lhz4SO2DzPmcW4z7g61ah"></script> </head> <body class="path-node page-node-type-product-page"> <a href="#main-content" class="visually-hidden focusable skip-link"> Skip to main content </a> <script type="text/javascript"> (function(window, document, dataLayerName, id) { window[dataLayerName]=window[dataLayerName]||[],window[dataLayerName].push({start:(new Date).getTime(),event:"stg.start"});var scripts=document.getElementsByTagName('script')[0],tags=document.createElement('script'); function stgCreateCookie(a,b,c){var d="";if(c){var e=new Date;e.setTime(e.getTime()+24*c*60*60*1e3),d="; expires="+e.toUTCString()}document.cookie=a+"="+b+d+"; path=/"} var isStgDebug=(window.location.href.match("stg_debug")||document.cookie.match("stg_debug"))&&!window.location.href.match("stg_disable_debug");stgCreateCookie("stg_debug",isStgDebug?1:"",isStgDebug?14:-1); var qP=[];dataLayerName!=="dataLayer"&&qP.push("data_layer_name="+dataLayerName),isStgDebug&&qP.push("stg_debug");var qPString=qP.length>0?("?"+qP.join("&")):""; tags.async=!0,tags.src="https://surfnl.containers.piwik.pro/"+id+".js"+qPString,scripts.parentNode.insertBefore(tags,scripts); !function(a,n,i){a[n]=a[n]||{};for(var c=0;c<i.length;c++)!function(i){a[n][i]=a[n][i]||{},a[n][i].api=a[n][i].api||function(){var a=[].slice.call(arguments,0);"string"==typeof a[0]&&window[dataLayerName].push({event:n+"."+i+":"+a[0],parameters:[].slice.call(arguments,1)})}}(i[c])}(window,"ppms",["tm","cm"]); })(window, document, 'dataLayer', '8db45789-8d6b-4fa9-bd2b-5042da448581'); </script> <div class="dialog-off-canvas-main-canvas" data-off-canvas-main-canvas> <div class="page"> <header class="page-header"> <div class="page-container region region-header"> <div class="region-inner region-header-inner indent-to-grid"> <div class="header--left"> <div id="block-branding-logo-header" class="block block-system block-system-branding-block"> <div class="block-content"> <a href="/en" rel="home" class="site-logo"> <img src="/themes/surf/logo.svg" alt="Home" /> </a> </div> </div> <nav id="block-main-menu" class="block block-menu navigation menu--main" aria-label="Hoofd"> <ul data-region="header" class="menu menu-level-1"> <li class="menu-item menu-item--expanded menu-item--active-trail menu-item--with-toggler" style="--palette-color--main: var(--surf-blue); --palette-color--main--as-rgb-values: var(--surf-blue--as-rgb-values);"> <div class="link-and-toggler"> <a href="/en/services" data-drupal-link-system-path="node/282229">Services</a> <button class="btn-reset sub-menu-toggler"> <span aria-hidden="true" class="slices"> <span class="slice menu-color-bg"></span> <span class="slice menu-color-bg"></span> </span> <span class="icon"><span class="svg-use--wrapper svg-use--wrapper--triangle-down wrapper--triangle-down" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--triangle-down svg--triangle-down" role="img" width="6" height="3" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#triangle-down"></use> </svg> </span></span> <span class="visually-hidden">SubmenuServices</span> </button> </div> <div class="menu_link_content menu-link-contentmain view-mode-default menu-dropdown menu-dropdown-0 menu-type-default"> <div class="inner"> <div class="menu-content--main"> <p class="heading h2">Services</p> <ul class="menu menu-level-2"> <li class="menu-item menu-item--expanded menu-item--with-toggler"> <div class="link-and-toggler"> <span>Identity & Access Management</span> <button class="btn-reset sub-menu-toggler"> <span aria-hidden="true" class="slices"> <span class="slice menu-color-bg"></span> <span class="slice menu-color-bg"></span> </span> <span class="icon"><span class="svg-use--wrapper svg-use--wrapper--triangle-down wrapper--triangle-down" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--triangle-down svg--triangle-down" role="img" width="6" height="3" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#triangle-down"></use> </svg> </span></span> <span class="visually-hidden">SubmenuIdentity & Access Management</span> </button> </div> <div class="menu_link_content menu-link-contentmain view-mode-default menu-dropdown menu-dropdown-1 menu-type-default"> <div class="inner"> <div class="menu-content--main"> <p class="heading h3">Identity & Access Management</p> <ul class="menu menu-level-3"> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/identity-access-management/edunl" data-drupal-link-system-path="node/253610"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">edu.nl</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/eduid" data-drupal-link-system-path="node/253613"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">eduID</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/identity-access-management/surf-research-access-management" data-drupal-link-system-path="node/224564"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">SURF Research Access Management</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/identity-access-management/surfconext" data-drupal-link-system-path="node/224558"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">SURFconext</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/identity-access-management/surfsecureid" data-drupal-link-system-path="node/224561"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">SURFsecureID</span> </a> </div> </li> </ul> </div> </div> </div> </li> <li class="menu-item menu-item--expanded menu-item--with-toggler"> <div class="link-and-toggler"> <span>Procurement & Delivery</span> <button class="btn-reset sub-menu-toggler"> <span aria-hidden="true" class="slices"> <span class="slice menu-color-bg"></span> <span class="slice menu-color-bg"></span> </span> <span class="icon"><span class="svg-use--wrapper svg-use--wrapper--triangle-down wrapper--triangle-down" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--triangle-down svg--triangle-down" role="img" width="6" height="3" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#triangle-down"></use> </svg> </span></span> <span class="visually-hidden">SubmenuProcurement & Delivery</span> </button> </div> <div class="menu_link_content menu-link-contentmain view-mode-default menu-dropdown menu-dropdown-1 menu-type-default"> <div class="inner"> <div class="menu-content--main"> <p class="heading h3">Procurement & Delivery</p> <ul class="menu menu-level-3"> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/procurement-contracting/it-procurement" data-drupal-link-system-path="node/224627"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">IT procurement</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/procurement-contracting/surfspot" data-drupal-link-system-path="node/228527"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">SURFspot</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/procurement-contracting/content-procurement" data-drupal-link-system-path="node/224666"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Content procurement</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/procurement-contracting/surf-vendor-compliance" data-drupal-link-system-path="node/254660"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">SURF Vendor Compliance</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/procurement-contracting/surfcumulus" title="SURFcumulus" data-drupal-link-system-path="node/339169"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">SURFcumulus</span> </a> </div> </li> </ul> </div> </div> </div> </li> <li class="menu-item menu-item--expanded menu-item--with-toggler"> <div class="link-and-toggler"> <span>Security</span> <button class="btn-reset sub-menu-toggler"> <span aria-hidden="true" class="slices"> <span class="slice menu-color-bg"></span> <span class="slice menu-color-bg"></span> </span> <span class="icon"><span class="svg-use--wrapper svg-use--wrapper--triangle-down wrapper--triangle-down" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--triangle-down svg--triangle-down" role="img" width="6" height="3" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#triangle-down"></use> </svg> </span></span> <span class="visually-hidden">SubmenuSecurity</span> </button> </div> <div class="menu_link_content menu-link-contentmain view-mode-default menu-dropdown menu-dropdown-1 menu-type-default"> <div class="inner"> <div class="menu-content--main"> <p class="heading h3">Security</p> <ul class="menu menu-level-3"> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/security/cybersave-yourself" data-drupal-link-system-path="node/224618"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Cybersave Yourself</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/security/eduvpn" data-drupal-link-system-path="node/224609"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">eduVPN</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/security/ozon-and-nozon" data-drupal-link-system-path="node/224624"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">OZON and NOZON</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/security/surfaudit" data-drupal-link-system-path="node/224615"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">SURFaudit</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/security/surfcert" data-drupal-link-system-path="node/224621"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">SURFcert</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/security/surf-certificates" data-drupal-link-system-path="node/224606"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">SURFcertificates</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/security/surfmailfilter" data-drupal-link-system-path="node/261869"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">SURFmailfilter</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/security/surfsoc" data-drupal-link-system-path="node/224612"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">SURFsoc</span> </a> </div> </li> </ul> </div> </div> </div> </li> <li class="menu-item menu-item--expanded menu-item--active-trail menu-item--with-toggler"> <div class="link-and-toggler"> <span>Network Connectivity</span> <button class="btn-reset sub-menu-toggler"> <span aria-hidden="true" class="slices"> <span class="slice menu-color-bg"></span> <span class="slice menu-color-bg"></span> </span> <span class="icon"><span class="svg-use--wrapper svg-use--wrapper--triangle-down wrapper--triangle-down" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--triangle-down svg--triangle-down" role="img" width="6" height="3" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#triangle-down"></use> </svg> </span></span> <span class="visually-hidden">SubmenuNetwork Connectivity</span> </button> </div> <div class="menu_link_content menu-link-contentmain view-mode-default menu-dropdown menu-dropdown-1 menu-type-default"> <div class="inner"> <div class="menu-content--main"> <p class="heading h3">Network Connectivity</p> <ul class="menu menu-level-3"> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/network-connectivity/eduroam" data-drupal-link-system-path="node/193673"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">eduroam</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/network-connectivity/eduroam-visitor-access" data-drupal-link-system-path="node/256085"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">eduroam Visitor Access</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/network-connectivity/iotroam" data-drupal-link-system-path="node/277876"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">iotroam</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/network-connectivity/netherlight" data-drupal-link-system-path="node/258890"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">NetherLight</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/network-connectivity/surfdomains" data-drupal-link-system-path="node/224603"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">SURFdomains</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/network-connectivity/surffirewall" data-drupal-link-system-path="node/228521"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">SURFfirewall</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/network-connectivity/internet" data-drupal-link-system-path="node/209048"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Internet</span> </a> </div> </li> <li class="menu-item menu-item--active-trail"> <div class="link-and-toggler"> <a href="/en/services/network-connectivity/evpn" data-drupal-link-system-path="node/228524" class="is-active" aria-current="page"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">EVPN</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/network-connectivity/surfwireless" data-drupal-link-system-path="node/228470"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">SURFwireless</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/network-connectivity/connecting-third-parties-to-the-surf-network" data-drupal-link-system-path="node/262760"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Connecting third parties </span> </a> </div> </li> </ul> </div> </div> </div> </li> <li class="menu-item menu-item--expanded menu-item--with-toggler"> <div class="link-and-toggler"> <span>Flexible education</span> <button class="btn-reset sub-menu-toggler"> <span aria-hidden="true" class="slices"> <span class="slice menu-color-bg"></span> <span class="slice menu-color-bg"></span> </span> <span class="icon"><span class="svg-use--wrapper svg-use--wrapper--triangle-down wrapper--triangle-down" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--triangle-down svg--triangle-down" role="img" width="6" height="3" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#triangle-down"></use> </svg> </span></span> <span class="visually-hidden">SubmenuFlexible education</span> </button> </div> <div class="menu_link_content menu-link-contentmain view-mode-default menu-dropdown menu-dropdown-1 menu-type-default"> <div class="inner"> <div class="menu-content--main"> <p class="heading h3">Flexible education</p> <ul class="menu menu-level-3"> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/educational-logistics/edubadges" data-drupal-link-system-path="node/228434"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">edubadges</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/educational-logistics/kies-op-maat" data-drupal-link-system-path="node/228467"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Kies Op Maat</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/educational-logistics/surfeduhub" data-drupal-link-system-path="node/228437"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">SURFeduhub</span> </a> </div> </li> </ul> </div> </div> </div> </li> <li class="menu-item menu-item--expanded menu-item--with-toggler"> <div class="link-and-toggler"> <span>Storage & Data Management</span> <button class="btn-reset sub-menu-toggler"> <span aria-hidden="true" class="slices"> <span class="slice menu-color-bg"></span> <span class="slice menu-color-bg"></span> </span> <span class="icon"><span class="svg-use--wrapper svg-use--wrapper--triangle-down wrapper--triangle-down" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--triangle-down svg--triangle-down" role="img" width="6" height="3" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#triangle-down"></use> </svg> </span></span> <span class="visually-hidden">SubmenuStorage & Data Management</span> </button> </div> <div class="menu_link_content menu-link-contentmain view-mode-default menu-dropdown menu-dropdown-1 menu-type-default"> <div class="inner"> <div class="menu-content--main"> <p class="heading h3">Storage & Data Management</p> <ul class="menu menu-level-3"> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/storage-data-management/data-archive" data-drupal-link-system-path="node/226112"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Data Archive</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/storage-data-management/irods-hosting" data-drupal-link-system-path="node/226157"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">iRODS Hosting</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/storage-data-management/object-store" data-drupal-link-system-path="node/226208"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Object Store</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/storage-data-management/rdm-storage-scale-out" data-drupal-link-system-path="node/226160"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">RDM Storage Scale-out</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/storage-data-management/research-drive" data-drupal-link-system-path="node/226250"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Research Drive</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/storage-data-management/surfdrive" data-drupal-link-system-path="node/226253"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">SURFdrive</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/storage-data-management/surffilesender" data-drupal-link-system-path="node/228491"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">SURFfilesender</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/storage-data-management/yoda-hosting" data-drupal-link-system-path="node/226244"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Yoda Hosting</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/storage-data-management/dcache" data-drupal-link-system-path="node/226211"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">dCache</span> </a> </div> </li> </ul> </div> </div> </div> </li> <li class="menu-item menu-item--expanded menu-item--with-toggler"> <div class="link-and-toggler"> <span>Publishing</span> <button class="btn-reset sub-menu-toggler"> <span aria-hidden="true" class="slices"> <span class="slice menu-color-bg"></span> <span class="slice menu-color-bg"></span> </span> <span class="icon"><span class="svg-use--wrapper svg-use--wrapper--triangle-down wrapper--triangle-down" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--triangle-down svg--triangle-down" role="img" width="6" height="3" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#triangle-down"></use> </svg> </span></span> <span class="visually-hidden">SubmenuPublishing</span> </button> </div> <div class="menu_link_content menu-link-contentmain view-mode-default menu-dropdown menu-dropdown-1 menu-type-default"> <div class="inner"> <div class="menu-content--main"> <p class="heading h3">Publishing</p> <ul class="menu menu-level-3"> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/publishing/auteursrechtennl" data-drupal-link-system-path="node/266237"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Auteursrechten.nl</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/publishing/copyrightcheck" data-drupal-link-system-path="node/245646"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">CopyrightCheck</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/publishing/edusources" data-drupal-link-system-path="node/228461"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">edusources</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/publishing/hbo-kennisbank" data-drupal-link-system-path="node/228464"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">HBO Kennisbank</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/persistent-identifiers" data-drupal-link-system-path="node/226115"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Persistent Identifiers</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/publishing/publinova" data-drupal-link-system-path="node/254699"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Publinova</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/publishing/sharecontrol" data-drupal-link-system-path="node/390748"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">ShareControl</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/publishing/surf-data-repository" data-drupal-link-system-path="node/226118"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">SURF Data Repository</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/publishing/surfsharekit" data-drupal-link-system-path="node/228440"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">SURFsharekit</span> </a> </div> </li> </ul> </div> </div> </div> </li> <li class="menu-item menu-item--expanded menu-item--with-toggler"> <div class="link-and-toggler"> <span>Compute</span> <button class="btn-reset sub-menu-toggler"> <span aria-hidden="true" class="slices"> <span class="slice menu-color-bg"></span> <span class="slice menu-color-bg"></span> </span> <span class="icon"><span class="svg-use--wrapper svg-use--wrapper--triangle-down wrapper--triangle-down" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--triangle-down svg--triangle-down" role="img" width="6" height="3" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#triangle-down"></use> </svg> </span></span> <span class="visually-hidden">SubmenuCompute</span> </button> </div> <div class="menu_link_content menu-link-contentmain view-mode-default menu-dropdown menu-dropdown-1 menu-type-default"> <div class="inner"> <div class="menu-content--main"> <p class="heading h3">Compute</p> <ul class="menu menu-level-3"> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/compute/snellius-the-national-supercomputer" data-drupal-link-system-path="node/226151"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Snellius: the National Supercomputer</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/compute/hpc-cloud" data-drupal-link-system-path="node/226199"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">HPC Cloud</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/compute/high-performance-data-processing" data-drupal-link-system-path="node/226196"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">High-performance Dataprocessing</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/compute/cloud-research-consultancy" data-drupal-link-system-path="node/226205"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Cloud Research Consultancy</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/compute/surf-research-cloud" data-drupal-link-system-path="node/226202"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">SURF Research Cloud</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/compute/jupyter-for-education" data-drupal-link-system-path="node/226154"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Jupyter for Education</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/services/lumi" title="LUMI" data-drupal-link-system-path="node/365805"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">LUMI</span> </a> </div> </li> </ul> </div> </div> </div> </li> </ul> </div> </div> </div> </li> <li class="menu-item menu-item--expanded menu-item--with-toggler" style="--palette-color--main: var(--surf-green); --palette-color--main--as-rgb-values: var(--surf-green--as-rgb-values);"> <div class="link-and-toggler"> <a href="/en/themes" data-drupal-link-system-path="node/282241">Topics</a> <button class="btn-reset sub-menu-toggler"> <span aria-hidden="true" class="slices"> <span class="slice menu-color-bg"></span> <span class="slice menu-color-bg"></span> </span> <span class="icon"><span class="svg-use--wrapper svg-use--wrapper--triangle-down wrapper--triangle-down" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--triangle-down svg--triangle-down" role="img" width="6" height="3" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#triangle-down"></use> </svg> </span></span> <span class="visually-hidden">SubmenuTopics</span> </button> </div> <div class="menu_link_content menu-link-contentmain view-mode-default menu-dropdown menu-dropdown-0 menu-type-default"> <div class="inner"> <div class="menu-content--main"> <p class="heading h2">Topics</p> <ul class="menu menu-level-2"> <li class="menu-item menu-item--expanded menu-item--with-toggler"> <div class="link-and-toggler"> <span>Autonomous sector</span> <button class="btn-reset sub-menu-toggler"> <span aria-hidden="true" class="slices"> <span class="slice menu-color-bg"></span> <span class="slice menu-color-bg"></span> </span> <span class="icon"><span class="svg-use--wrapper svg-use--wrapper--triangle-down wrapper--triangle-down" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--triangle-down svg--triangle-down" role="img" width="6" height="3" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#triangle-down"></use> </svg> </span></span> <span class="visually-hidden">SubmenuAutonomous sector</span> </button> </div> <div class="menu_link_content menu-link-contentmain view-mode-default menu-dropdown menu-dropdown-1 menu-type-default"> <div class="inner"> <div class="menu-content--main"> <p class="heading h3">Autonomous sector</p> <ul class="menu menu-level-3"> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/themes/architecture-standards" data-drupal-link-system-path="node/277006"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Architecture & standards</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/themes/procurement-contracting" data-drupal-link-system-path="node/254642"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Procurement and contracting</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/themes/vendor-compliance" data-drupal-link-system-path="node/254645"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Vendor compliance</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/themes/public-values" title="Public Values" data-drupal-link-system-path="node/250254"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Public Values</span> </a> </div> </li> </ul> </div> </div> </div> </li> <li class="menu-item menu-item--expanded menu-item--with-toggler"> <div class="link-and-toggler"> <span>Futuring</span> <button class="btn-reset sub-menu-toggler"> <span aria-hidden="true" class="slices"> <span class="slice menu-color-bg"></span> <span class="slice menu-color-bg"></span> </span> <span class="icon"><span class="svg-use--wrapper svg-use--wrapper--triangle-down wrapper--triangle-down" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--triangle-down svg--triangle-down" role="img" width="6" height="3" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#triangle-down"></use> </svg> </span></span> <span class="visually-hidden">SubmenuFuturing</span> </button> </div> <div class="menu_link_content menu-link-contentmain view-mode-default menu-dropdown menu-dropdown-1 menu-type-default"> <div class="inner"> <div class="menu-content--main"> <p class="heading h3">Futuring</p> <ul class="menu menu-level-3"> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/themes/futuring" data-drupal-link-system-path="node/282451"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Futuring</span> </a> </div> </li> </ul> </div> </div> </div> </li> <li class="menu-item menu-item--expanded menu-item--with-toggler"> <div class="link-and-toggler"> <span>Identity & Access Management</span> <button class="btn-reset sub-menu-toggler"> <span aria-hidden="true" class="slices"> <span class="slice menu-color-bg"></span> <span class="slice menu-color-bg"></span> </span> <span class="icon"><span class="svg-use--wrapper svg-use--wrapper--triangle-down wrapper--triangle-down" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--triangle-down svg--triangle-down" role="img" width="6" height="3" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#triangle-down"></use> </svg> </span></span> <span class="visually-hidden">SubmenuIdentity & Access Management</span> </button> </div> <div class="menu_link_content menu-link-contentmain view-mode-default menu-dropdown menu-dropdown-1 menu-type-default"> <div class="inner"> <div class="menu-content--main"> <p class="heading h3">Identity & Access Management</p> <ul class="menu menu-level-3"> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/themes/identity-access-management" data-drupal-link-system-path="node/280918"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Identity- & accessmanagement</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/themes/self-sovereign-identity" data-drupal-link-system-path="node/280882"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Self-sovereign identity</span> </a> </div> </li> </ul> </div> </div> </div> </li> <li class="menu-item menu-item--expanded menu-item--with-toggler"> <div class="link-and-toggler"> <span>Security</span> <button class="btn-reset sub-menu-toggler"> <span aria-hidden="true" class="slices"> <span class="slice menu-color-bg"></span> <span class="slice menu-color-bg"></span> </span> <span class="icon"><span class="svg-use--wrapper svg-use--wrapper--triangle-down wrapper--triangle-down" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--triangle-down svg--triangle-down" role="img" width="6" height="3" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#triangle-down"></use> </svg> </span></span> <span class="visually-hidden">SubmenuSecurity</span> </button> </div> <div class="menu_link_content menu-link-contentmain view-mode-default menu-dropdown menu-dropdown-1 menu-type-default"> <div class="inner"> <div class="menu-content--main"> <p class="heading h3">Security</p> <ul class="menu menu-level-3"> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/themes/cybersecurity" data-drupal-link-system-path="node/280831"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Cybersecurity</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/themes/privacy" data-drupal-link-system-path="node/282262"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Privacy</span> </a> </div> </li> </ul> </div> </div> </div> </li> <li class="menu-item menu-item--expanded menu-item--with-toggler"> <div class="link-and-toggler"> <span>Network connectivity</span> <button class="btn-reset sub-menu-toggler"> <span aria-hidden="true" class="slices"> <span class="slice menu-color-bg"></span> <span class="slice menu-color-bg"></span> </span> <span class="icon"><span class="svg-use--wrapper svg-use--wrapper--triangle-down wrapper--triangle-down" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--triangle-down svg--triangle-down" role="img" width="6" height="3" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#triangle-down"></use> </svg> </span></span> <span class="visually-hidden">SubmenuNetwork connectivity</span> </button> </div> <div class="menu_link_content menu-link-contentmain view-mode-default menu-dropdown menu-dropdown-1 menu-type-default"> <div class="inner"> <div class="menu-content--main"> <p class="heading h3">Network connectivity</p> <ul class="menu menu-level-3"> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/themes/network" data-drupal-link-system-path="node/279562"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Network</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/themes/smart-campus" data-drupal-link-system-path="node/274202"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Smart campus</span> </a> </div> </li> </ul> </div> </div> </div> </li> <li class="menu-item menu-item--expanded menu-item--with-toggler"> <div class="link-and-toggler"> <span>Education</span> <button class="btn-reset sub-menu-toggler"> <span aria-hidden="true" class="slices"> <span class="slice menu-color-bg"></span> <span class="slice menu-color-bg"></span> </span> <span class="icon"><span class="svg-use--wrapper svg-use--wrapper--triangle-down wrapper--triangle-down" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--triangle-down svg--triangle-down" role="img" width="6" height="3" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#triangle-down"></use> </svg> </span></span> <span class="visually-hidden">SubmenuEducation</span> </button> </div> <div class="menu_link_content menu-link-contentmain view-mode-default menu-dropdown menu-dropdown-1 menu-type-default"> <div class="inner"> <div class="menu-content--main"> <p class="heading h3">Education</p> <ul class="menu menu-level-3"> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/themes/digital-testing" data-drupal-link-system-path="node/256175"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Digital testing</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/themes/digital-learning-materials" data-drupal-link-system-path="node/256088"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Digital learning materials</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/themes/digital-learning-environment" data-drupal-link-system-path="node/256124"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Digital learning environment</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/themes/flexible-education-organisation" data-drupal-link-system-path="node/256028"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Flexible education organisation</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/themes/interoperability" title="Interoperability" data-drupal-link-system-path="node/361461"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Interoperability</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/themes/blended-education" data-drupal-link-system-path="node/259205"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Online and blended education</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/themes/study-data-learning-analytics" data-drupal-link-system-path="node/259271"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Study data & learning analytics</span> </a> </div> </li> </ul> </div> </div> </div> </li> <li class="menu-item menu-item--expanded menu-item--with-toggler"> <div class="link-and-toggler"> <span>Research</span> <button class="btn-reset sub-menu-toggler"> <span aria-hidden="true" class="slices"> <span class="slice menu-color-bg"></span> <span class="slice menu-color-bg"></span> </span> <span class="icon"><span class="svg-use--wrapper svg-use--wrapper--triangle-down wrapper--triangle-down" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--triangle-down svg--triangle-down" role="img" width="6" height="3" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#triangle-down"></use> </svg> </span></span> <span class="visually-hidden">SubmenuResearch</span> </button> </div> <div class="menu_link_content menu-link-contentmain view-mode-default menu-dropdown menu-dropdown-1 menu-type-default"> <div class="inner"> <div class="menu-content--main"> <p class="heading h3">Research</p> <ul class="menu menu-level-3"> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/themes/research-infrastructure" data-drupal-link-system-path="node/267839"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Research Infrastructure</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/themes/open-science" data-drupal-link-system-path="node/262562"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Open science</span> </a> </div> </li> </ul> </div> </div> </div> </li> <li class="menu-item menu-item--expanded menu-item--with-toggler"> <div class="link-and-toggler"> <span>Technological innovations</span> <button class="btn-reset sub-menu-toggler"> <span aria-hidden="true" class="slices"> <span class="slice menu-color-bg"></span> <span class="slice menu-color-bg"></span> </span> <span class="icon"><span class="svg-use--wrapper svg-use--wrapper--triangle-down wrapper--triangle-down" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--triangle-down svg--triangle-down" role="img" width="6" height="3" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#triangle-down"></use> </svg> </span></span> <span class="visually-hidden">SubmenuTechnological innovations</span> </button> </div> <div class="menu_link_content menu-link-contentmain view-mode-default menu-dropdown menu-dropdown-1 menu-type-default"> <div class="inner"> <div class="menu-content--main"> <p class="heading h3">Technological innovations</p> <ul class="menu menu-level-3"> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/themes/artificial-intelligence" data-drupal-link-system-path="node/271913"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Artificial intelligence</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/themes/cloud-edge" data-drupal-link-system-path="node/275198"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Cloud Edge</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/themes/data-management-processing" data-drupal-link-system-path="node/277465"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Datamanagement & processing </span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/themes/quantum" data-drupal-link-system-path="node/286882"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Quantum</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/themes/xr-extended-reality" data-drupal-link-system-path="node/271271"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">XR (extended reality)</span> </a> </div> </li> <li class="menu-item"> <div class="link-and-toggler"> <a href="/en/themes/advanced-computing-network-innovation" data-drupal-link-system-path="node/273113"> <span class="svg-use--wrapper svg-use--wrapper--arrow-right wrapper--arrow-right" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--arrow-right svg--arrow-right" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#arrow-right"></use> </svg> </span> <span class="text">Advanced computing & network innovation</span> </a> </div> </li> </ul> </div> </div> </div> </li> </ul> </div> </div> </div> </li> </ul> </nav> </div> <div class="header--right"> <nav id="block-surf-mainright" class="block block-menu navigation menu--main-right" aria-label="Hoofd - rechts"> <ul data-region="header" class="menu menu-level-1"> <li class="menu-item" style="--palette-color--main: var(--surf-orange); --palette-color--main--as-rgb-values: var(--surf-orange--as-rgb-values);"> <div class="link-and-toggler"> <a href="/en/news" title="News" data-drupal-link-system-path="node/355392">News</a> </div> </li> <li class="menu-item" style="--palette-color--main: var(--surf-red); --palette-color--main--as-rgb-values: var(--surf-red--as-rgb-values);"> <div class="link-and-toggler"> <a href="/en/agenda" title="Agenda" data-drupal-link-system-path="node/355395">Agenda</a> </div> </li> <li class="menu-item" style="--palette-color--main: var(--surf-orange); --palette-color--main--as-rgb-values: var(--surf-orange--as-rgb-values);"> <div class="link-and-toggler"> <a href="/en/about" title="About SURF" data-drupal-link-system-path="node/280714">About SURF</a> </div> </li> </ul> </nav> <nav class="language-switcher-language-url block-language menu--interface-language" id="block-languageswitcher" aria-label="Language"> <ul class="links"><li hreflang="en" data-drupal-link-system-path="node/228524" class="en is-active" aria-current="page"><a href="/en/services/network-connectivity/evpn" class="language-link is-active" hreflang="en" data-drupal-link-system-path="node/228524" aria-current="page"> <span class="visual" aria-hidden="true"> <span class="abbr">EN</span> <span class="icon"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 25 16" width="25" height="16"> <defs> <clipPath id="clippath"> <path d="M0 1c0-.6.4-1 1-1h23c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H1c-.6 0-1-.4-1-1V1z" fill="none" stroke-width="0"/> </clipPath> </defs> <g clip-path="url(#clippath)"> <path d="M0 1c0-.6.4-1 1-1h23c.6 0 1 .4 1 1v14c0 .6-.4 1-1 1H1c-.6 0-1-.4-1-1V1z" fill="#012169" stroke-width="0"/> <path fill="#fff" d="M-.5 3.5L5 6h6v-.5L-.5-.5v4z"/> <path fill="#fff" d="M26 3.5L20.5 6h-6v-.5L26-.5v4z"/> <path fill="#fff" d="M26 13l-5.5-2.5h-6v.5L26 17v-4z"/> <path fill="#fff" d="M-.5 13L5 10.5h6v.5L-.5 17v-4z"/> <path fill="#c8102e" d="M0 3V2l7 3.5v1L0 3z"/> <path fill="#c8102e" d="M26 13.5l.5 1.5-9.5-5V9l9 4.5z"/> <path fill="#c8102e" d="M27.5.5v-1L16 5.5v1l11.5-6z"/> <path fill="#c8102e" d="M-1 16l-.5 1L10 11H8.5L-1 16z"/> <path fill="#fff" d="M10 10.5v-1h1v1h-1z"/> <path fill="#fff" d="M14 6.5v-1h1v1h-1z"/> <path fill="#fff" d="M10 0h5v16h-5V0z"/> <path fill="#fff" d="M25 5.5v5H0v-5h25z"/> <path fill="#c8102e" d="M25 6.5v3H0v-3h25z"/> <path fill="#c8102e" d="M11 0h3v16h-3z"/> </g> </svg> </span> </span> <span class="text">English</span></a></li><li hreflang="nl" data-drupal-link-system-path="node/228524" class="nl"><a href="/diensten/netwerkconnectiviteit/evpn" class="language-link" hreflang="nl" data-drupal-link-system-path="node/228524"> <span class="visual" aria-hidden="true"> <span class="abbr">NL</span> <span class="icon"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 16" width="25" height="16"> <path d="M0 1c0-.5.4-1 1-1h23c.6 0 1 .5 1 1v4.3H0V1z" fill="#c8102e"/> <path data-name="Rectangle 975_2" fill="#fff" d="M0 5.3h25v5.3H0z"/> <path d="M0 10.7h25V15c0 .6-.4 1-1 1H1c-.6 0-1-.5-1-1v-4.3z" fill="#003da5"/> </svg> </span> </span> <span class="text">Nederlands</span></a></li></ul> </nav> <div id="block-search-header" class="block block-lg-search block-lg-search-form search search--header"> <div class="actions-outer"> <button class="btn-reset btn-search-toggler"> <span aria-hidden="true" class="slices"> <span class="slice"></span> <span class="slice"></span> </span> <span class="icon"><span class="svg-use--wrapper svg-use--wrapper--search wrapper--search" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--search svg--search" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#search"></use> </svg> </span></span> <span class="text visually-hidden">Search</span> </button> </div> <div class="search-overlay"> <h2>What are you looking for?</h2> <div id="search-header-form--outer"><form class="search-form" role="search" aria-label="Sitewide" data-drupal-selector="search-header-form" action="/en/services/network-connectivity/evpn" method="post" id="search-header-form" accept-charset="UTF-8" novalidate="novalidate"> <div class="js-form-item form-item js-form-type-textfield form-type-textfield js-form-item-q form-item-q form-no-label"> <label for="edit-q" class="visually-hidden">What are you looking for?</label> <input placeholder="What are you looking for?" data-twig-suggestion="search-header-form" data-drupal-selector="edit-q" type="text" id="edit-q" name="q" value="" size="60" maxlength="128" class="form-text" /> </div> <input autocomplete="off" data-twig-suggestion="search-header-form" data-drupal-selector="form-hdppnl16tdcyhgytatsdg1midesf3ervobqg4yfk6tw" type="hidden" name="form_build_id" value="form-HDPPNL16tdcYHGyTaTSDG1mIDESF3eRVOBQg4Yfk6tw" /> <input data-twig-suggestion="search-header-form" data-drupal-selector="edit-search-header-form" type="hidden" name="form_id" value="search_header_form" /> <div data-twig-suggestion="search-header-form" data-drupal-selector="edit-actions" class="form-actions js-form-wrapper form-wrapper" id="edit-actions"><button class="btn-yellow button js-form-submit form-submit btn--search" data-twig-suggestion="search-header-form" data-drupal-selector="edit-submit" type="submit" id="edit-submit" name="op" value="Search"> <span class="icon"><span class="svg-use--wrapper svg-use--wrapper--search wrapper--search" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--search svg--search" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#search"></use> </svg> </span></span> <span class="visually-hidden">Search</span> </button> </div> </form> </div> </div> </div> <button class="btn-reset main-navigation-toggler btn--burger"> <span aria-hidden="true" class="icon--hamburger"> <span class="slice"></span> <span class="slice"></span> <span class="slice"></span> </span> <span class="visually-hidden">Menu</span> </button> </div> </div> </div> </header> <div class="region region-highlighted"> <div class="region-inner region-highlighted-inner page-container"> <div data-drupal-messages-fallback class="hidden"></div> </div> </div> <main class="page-main page-container"> <a id="main-content" tabindex="-1"></a> <div class="layout-content no-aside"> <div class="region region-content"> <div class="region-inner region-content-inner"> <div id="block-main-content" class="block block-system block-system-main-block"> <div class="block-content"> <article style="--palette-color--main: var(--surf-blue);--palette-color--main--5-percent: var(--surf-blue--5-percent);--palette-color--main--as-rgb-values: var(--surf-blue--as-rgb-values);" class="node node--type-product-page node--promoted node--view-mode-full"> <header class="node-header node-header-richer--extreme"> <div class="top--outer"> <div class="grid-container indent-to-grid"> <div class="top--inner"> <div class="textual"> <div class="node-breadcrumbs"> <nav class="breadcrumb" role="navigation" aria-labelledby="system-breadcrumb"> <h2 id="system-breadcrumb" class="visually-hidden">Breadcrumb</h2> <ol> <li> <a href="/en"> <span class="svg-use--wrapper svg-use--wrapper--house wrapper--house" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--house svg--house" role="img" width="13.2" height="12" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#house"></use> </svg> </span> <span class="visually-hidden"> Home </span> </a> </li> <li> <a href="/en/services"> Services </a> </li> <li> <a href="/en/services/network-connectivity"> Network Connectivity </a> </li> <li> <span class="no-link"> EVPN </span> </li> </ol> </nav> </div> <h1 class="page-title">EVPN</h1> <p class="h3">A superfast, exclusive connection</p> <div class="intro">A super-fast, exclusive connection. Need a super-fast, highly reliable connection to another institution, data centre or service provider, for example? With a EVPN-connection (Previously SURFichtpaden) you create an exclusive, direct connection outside the public Internet. Our EVPN's offer extra security, reliability and high, guaranteed capacity.</div> <div class="actions"> <div class="paragraph paragraph--type--action paragraph--view-mode--default"> <a href="mailto:klantsupport@surf.nl" class="btn-yellow"> <span class="text">Request a EVPN</span> </a> </div> <div class="internal-link"> <a href="https://www.surf.nl/en/services/network-connectivity/evpn#video_text_60125" class="lnk-black lnk-underline-grey"> <span class="icon"><span class="svg-use--wrapper svg-use--wrapper--play wrapper--play" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--play svg--play" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#play"></use> </svg> </span></span> <span class="text">Watch video</span> </a> </div> </div> </div> <div class="visual"> <div class="hero-image--masked style-minimal"> <div class="graphical--outer"> <span class="shape shape-blue"></span> <span class="shape shape-green"></span> <span class="shape shape-yellow"></span> </div> <div class="mask--outer"> <div class="field field--name-field-image field--type-entity-reference field--label-hidden field__item"><div class="media media--type-image media--view-mode-header-richer"> <div class="field field--name-field-media-image field--type-image field--label-hidden field__item"> <picture> <source srcset="/files/styles/paragraph_image_large/public/2019-03/SURF02850_0.jpg?h=199d8c1f&itok=SdZ6G-1y 1x" media="all and (min-width: 1344px)" type="image/jpeg" width="776" height="460"/> <source srcset="/files/styles/paragraph_image_large/public/2019-03/SURF02850_0.jpg?h=199d8c1f&itok=SdZ6G-1y 1x" media="all and (min-width: 1024px) and (max-width: 1343px)" type="image/jpeg" width="776" height="460"/> <source srcset="/files/styles/paragraph_image_large/public/2019-03/SURF02850_0.jpg?h=199d8c1f&itok=SdZ6G-1y 1x" media="all and (min-width: 768px) and (max-width: 1023px)" type="image/jpeg" width="776" height="460"/> <source srcset="/files/styles/paragraph_image_medium/public/2019-03/SURF02850_0.jpg?h=199d8c1f&itok=DUC9lC_q 1x" media="all and (min-width: 480px) and (max-width: 767px)" type="image/jpeg" width="688" height="408"/> <source srcset="/files/styles/paragraph_image_medium/public/2019-03/SURF02850_0.jpg?h=199d8c1f&itok=DUC9lC_q 1x" type="image/jpeg" width="688" height="408"/> <img loading="eager" width="320" height="190" src="/files/styles/paragraph_image_narrow/public/2019-03/SURF02850_0.jpg?h=199d8c1f&itok=mQC1cOJj" alt="hand pakt datakabels" /> </picture> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="bottom--outer"> <div class="grid-container indent-to-grid"> <div class="twirls--revealable"> <div class="twirls--inner"> <div class="twirl--one"></div> <div class="twirl--two"></div> </div> <div class="bg"></div> </div> <div class="bottom--inner"> <div class="benefits--outer"> <h2 class="heading"> <span class="text"> Advantages </span> </h2> <div class="field field--name-field-benefits field--type-entity-reference-revisions field--label-hidden field__items"> <div class="field__item"> <div class="paragraph paragraph--type--benefit paragraph--view-mode--default"> <div class="visual"> <span class="svg-use--wrapper svg-use--wrapper--check-sharp wrapper--check-sharp" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--check-sharp svg--check-sharp" role="img" width="15" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#check-sharp"></use> </svg> </span> </div> <div class="textual"> <h3 class="heading h5">Your own direct connection</h3> <div class="field field--name-field-text field--type-string-long field--label-hidden field__item">A direct private connection directly between your location and any other connection point, outside the public internet.</div> </div> </div> </div> <div class="field__item"> <div class="paragraph paragraph--type--benefit paragraph--view-mode--default"> <div class="visual"> <span class="svg-use--wrapper svg-use--wrapper--check-sharp wrapper--check-sharp" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--check-sharp svg--check-sharp" role="img" width="15" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#check-sharp"></use> </svg> </span> </div> <div class="textual"> <h3 class="heading h5">High guaranteed capacity and continuity </h3> <div class="field field--name-field-text field--type-string-long field--label-hidden field__item">Choose the variant that exactly suits your continuity and capacity requirements.</div> </div> </div> </div> <div class="field__item"> <div class="paragraph paragraph--type--benefit paragraph--view-mode--default"> <div class="visual"> <span class="svg-use--wrapper svg-use--wrapper--check-sharp wrapper--check-sharp" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--check-sharp svg--check-sharp" role="img" width="15" height="16" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#check-sharp"></use> </svg> </span> </div> <div class="textual"> <h3 class="heading h5">Ideal for privacy-sensitive or large data sets </h3> <div class="field field--name-field-text field--type-string-long field--label-hidden field__item">Ideal for accessing data centres and service providers, transporting privacy-sensitive data or sending large amounts of research data. <br /> </div> </div> </div> </div> </div> </div> <div class="contact-and-highlighted--outer"> <div class="contact--outer"> <div class="textual"> <p>Do you have a question about EVPN? Get in touch.</p> </div> <div class="field field--name-field-contact field--type-entity-reference field--label-hidden field__item"><div class="paragraph--type--contact paragraph--view-mode--sidebar surf-contact"> <div class="visual"> <div class="field field--name-field-photo field--type-entity-reference field--label-hidden field__item"> <img loading="lazy" src="/files/styles/contact/public/2023-01/sander-klemann-profile-picture-1.jpg?h=b3c3e123&itok=4AQ93Ro0" width="100" height="100" alt="Sander Klemann" class="image-style-contact" /> </div> </div> <div class="textual"> <h2 class="h5"> <div class="field field--name-name field--type-string field--label-hidden field__item">Sander Klemann</div> </h2> <div class="reach-out"> <div class="field field--name-field-telephone field--type-telephone field--label-hidden"> <div class="field__label visually-hidden">Telefoonnummer</div> <div class="field__item"><span class="svg-use--wrapper svg-use--wrapper--phone wrapper--phone" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--phone svg--phone" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#phone"></use> </svg> </span><a href="tel:n.v.t.">n.v.t.</a></div> </div> <div class="field field--name-field-email field--type-email field--label-hidden"> <div class="field__label visually-hidden">E-mail</div> <div class="field__item"><a href="mailto:sander.klemann@surf.nl" class="lnk-blue"> <span class="svg-use--wrapper svg-use--wrapper--email wrapper--email" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--email svg--email" role="img" width="100%" height="100%" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#email"></use> </svg> </span> <span class="text">sander.klemann@surf.nl</span> </a> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </header> <div class="node-main"> <div class="field field--name-field-components field--type-entity-reference-revisions field--label-hidden"> <div id="video_text_60125" class="grid-container indent-to-grid paragraph paragraph--type--video-text paragraph--view-mode--main"> <div class="paragraph--inner"> <div class="visual"> <div class="field field--name-field-video field--type-entity-reference field--label-hidden field__item"><div class="media media--type-video media--view-mode-featured"> <div class="field field--name-field-media-video-url field--type-video-embed-field field--label-hidden field__item"><div data-video-embed-field-lazy='<div class="video-embed-field-provider-youtube video-embed-field-responsive-video"><div class="lg-cookiecontrol-placeholder lg-cookiecontrol-placeholder-other"><p><button class="cc-adjust-settings">This content is blocked because you do not (yet) accept third party cookies. Click here to accept.</button></p></div><iframe width="854" height="480" frameborder="0" allowfullscreen="allowfullscreen" allow="autoplay; fullscreen" src="about:blank" data-lg-cookiecontrol-src="https://www.youtube-nocookie.com/embed/h8XSlgPvH4c?autoplay=1&amp;start=0&amp;rel=0" class="lg-cookiecontrol-other" data-lg-cookiecontrol="processed"></iframe> </div> ' class="video-embed-field-lazy lg-cookie-control--video-lazy-load" data-lg-cookiecontrol="processed"><img src="/files/styles/paragraph_image_medium/public/video_thumbnails/h8XSlgPvH4c.jpg?itok=Dod6XToi" width="688" height="408" alt="" loading="lazy" class="image-style-paragraph-image-medium"> <button class="video-embed-field-lazy-play"></button> </div> </div> </div> </div> </div> <div class="textual"> <h2 class="heading">EVPN connections</h2> <div class="body-text"> <div class="field field--name-field-text field--type-string-long field--label-hidden field__item">Discover EVPN (Previously SURFlichtpaden) in a nutshell in this video. You may have to accept third-party cookies (= YouTube) to see the animation.</div> </div> </div> </div> </div> <div class="grid-container indent-to-grid paragraph paragraph--type--text paragraph--view-mode--main"> <div class="indent-two-col indent-grid-space"> <div class="paragraph--inner"> <div class="clearfix text-formatted field field--name-field-body field--type-text-long field--label-hidden field__item"><h2>EVPN in practice</h2> <p>With a EVPN, you create an exclusive, direct connection outside the public internet. EVPN's offer extra security, reliability and high, guaranteed capacity. Below are a number of practical applications of EVPN.</p> <h3>Outsourcing of data centre by Haagse Hogeschool</h3> <p>Haagse Hogeschool outsourced its data centre and chose a EVPN-connection for the connection with the data centre. Importantly, the capacity and continuity between the data centre and the campus remained guaranteed. This connection must of course be optimally protected, against DDos attacks for example. With EVPN, The Hague University of Applied Sciences created a strong and secure path between the data centre and the campus.</p> <h3>Shared data and computing infrastructure for umc's</h3> <p>Researchers at umc's work with large amounts of data, often of a sensitive nature. This data needs to be shared between them quickly, securely and easily. Here, a good, shared data and infrastructure is very important. Our lightpaths enable a secure network environment, shielded from the internet, to which every umc can connect.</p> </div> </div> </div> </div> <div class="grid-container indent-to-grid paragraph paragraph--type--quote-link paragraph--view-mode--main"> <div class="indent-two-col"> <blockquote> <span class="quote h3">With a EVPN-connection, we could actually build one internal network to which two sites are connected.</span> <footer class="author text-body--l">Andries Broekema, head of electronics and ict at DIFFER </footer> </blockquote> </div> </div> <div class="dark grid-container indent-to-grid paragraph paragraph--type--text paragraph--view-mode--main"> <div class="indent-two-col indent-grid-space"> <div class="paragraph--inner"> <div class="clearfix text-formatted field field--name-field-body field--type-text-long field--label-hidden field__item"><h2>Connection options</h2> <p>To further ensure connection continuity, we also offer EVPN - Point-to-point Redundant. This way, the lightpath is even better protected against fibre breaks and equipment failures.</p> <p><strong>Setting up a virtual private network via EVPN multipoint and L3VPN multipoint</strong><br><br> As an institution, do you work together from several different locations and want to set up online collaborations in a single network? Or do you want to use cloud providers in a secure but also convenient way? You can set up a virtual private network with an EVPN multipoint and L3VPN multipoint via SURF's network.<br><br> <br><br> <a class="btn-yellow" href="https://wiki.surfnet.nl/pages/viewpage.action?pageId=35783750">Read more about EVPN on the wiki</a></p> </div> </div> </div> </div> <div class="dark grid-container indent-to-grid paragraph paragraph--type--text paragraph--view-mode--main"> <div class="indent-two-col indent-grid-space"> <div class="paragraph--inner"> <div class="clearfix text-formatted field field--name-field-body field--type-text-long field--label-hidden field__item"><h2>Customised advice</h2> <p>Curious about the possibilities for your institution? No two situations are the same, which is why we provide tailor-made advice. Please contact your institution's advisor or SURF Klantsupport at <a href="mailto:klantsupport@surf.nl">klantsupport@surf.nl.</a></p> </div> </div> </div> </div> </div> </div> </article> </div> </div> </div> </div> </div> </main> <footer class="page-footer"> <div class="region region-footer"> <div class="region-inner region-footer-inner page-container indent-to-grid"> <div class="branding--outer"> <div id="block-branding-logo-footer" class="block block-system block-system-branding-block"> <div class="block-content"> <a href="/en" rel="home" class="site-logo"> <img src="/themes/surf/logo.svg" alt="Home" /> </a> <div class="site-slogan">Driving innovation together</div> </div> </div> <div class="social-media-sharing"> <h2 class="visually-hidden">Follow us on</h2> <ul> <li> <a href="https://www.linkedin.com/company/206815/" class="btn-black"> <span class="svg-use--wrapper svg-use--wrapper--linkedin wrapper--linkedin" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--linkedin svg--linkedin" role="img" width="24" height="24" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#linkedin"></use> </svg> </span> <span class="text visually-hidden">Linkedin</span> </a> </li> <li> <a href="https://www.youtube.com/user/StichtingSURF" class="btn-black"> <span class="svg-use--wrapper svg-use--wrapper--youtube wrapper--youtube" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--youtube svg--youtube" role="img" width="20" height="14" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#youtube"></use> </svg> </span> <span class="text visually-hidden">YouTube</span> </a> </li> <li> <a href="https://social.edu.nl/@surf" class="btn-black" rel="me"> <span class="svg-use--wrapper svg-use--wrapper--mastodon wrapper--mastodon" aria-hidden="true"> <svg focusable="false" class="svg-use svg-use--mastodon svg--mastodon" role="img" width="20" height="14" xmlns:xlink="http://www.w3.org/1999/xlink"> <use xlink:href="#mastodon"></use> </svg> </span> <span class="text visually-hidden">Mastodon</span> </a> </li> </ul> </div> </div> <nav id="block-surf-footermenu" class="block block-menu navigation menu--footer-menu" aria-label="Surf"> <ul class="menu"> <li class="menu-item menu-item--expanded"> <span>SURF</span> <ul class="menu"> <li class="menu-item"> <a href="https://werkenbij.surf.nl/en/">Jobs</a> </li> <li class="menu-item"> <a href="/en/about/contact-with-surf" data-drupal-link-system-path="node/286246">Contact and support</a> </li> <li class="menu-item"> <a href="/en/about/contact-with-surf" data-drupal-link-system-path="node/286246">Press</a> </li> <li class="menu-item"> <a href="https://servicedesk.surf.nl">Servicedesk</a> </li> </ul> </li> <li class="menu-item menu-item--expanded"> <span>Quickly to</span> <ul class="menu"> <li class="menu-item"> <a href="/en/podcast" data-drupal-link-system-path="node/355398">Podcasts</a> </li> <li class="menu-item"> <a href="/en/magazine" data-drupal-link-system-path="node/363342">SURF Magazine</a> </li> <li class="menu-item"> <a href="/en/story" data-drupal-link-system-path="node/356271">SURF Stories</a> </li> <li class="menu-item"> <a href="/en/praktijkverhalen" data-drupal-link-system-path="node/371715">Case studies</a> </li> </ul> </li> </ul> </nav> </div> </div> <div class="region region-footer-bottom"> <div class="region-inner region-footer-bottom-inner"> <div id="block-subscribetosurfnews" class="block block-block-content block-block-contentc23bd532-ead3-4f40-8905-726071cd6eeb"> <div class="block-content"> <div class="content-wrapper banner-content"> <h2 class="visually-hidden">Newsletter</h2> <p class="h4">Subscribe to our SURF newsletter now </p> <div class="field field--name-field-spotler-form field--type-surf-spotler-form field--label-hidden field__item"><div class="spotler-form-field-wrapper"> <div class="spotler-form js-spotler-form"><form id="form2656" enctype="application/x-www-form-urlencoded" class="mpForm" method="post" action="https://www.surf.nl/en/newsletter/submit/2656"> <ul class="mpFormTable mpOneColumnLayout"> <li id="CNT2899" class="mpQuestionTable " aria-labelledby="lbl-field2899"> <div class="mpFormLabel"><label class="descriptionLabel" for="field2899" id="lbl-field2899">6 + 3 =</label><span class="mandatorySign"> *</span></div> <div class="mpFormField"><input type="text" id="field2899" name="field2899"></div> </li> <li id="CNT2900" class="mpQuestionTable " aria-labelledby="lbl-field2900"> <div class="mpFormLabel"><label class="descriptionLabel" for="field2900" id="lbl-field2900">Email</label></div> <div class="mpFormField"><input type="text" id="field2900" name="field2900"></div> </li> <li id="CNT2901" class="mpQuestionTable " aria-labelledby="lbl-field2901"> <div class="mpFormLabel"><label class="descriptionLabel" for="field2901" id="lbl-field2901"> E-mailadres</label><span class="mandatorySign"> *</span></div> <div class="mpFormField"><input type="text" id="field2901" name="field2901" autocomplete="email"><div class="sublabel">example@surf.nl </div> </div> </li> <li id="CNT2902" class="mpQuestionTable " aria-labelledby="lbl-field2902"> <div class="mpLabelRow"> <div class="submitCellSpacer"><input value="Subscribe" class="submitButton" name="next" type="submit" id="field2902"></div> </div> </li> </ul> <input type="hidden" name="userId" value="317000344"><input type="hidden" name="formEncId" value="nfDfQdJjg9ArBsJbABVs"><input type="hidden" name="pagePosition" value="1"><input type="hidden" name="viewMode" value="APIINTEGRATION"><input type="hidden" name="redir" value="formAdmin2"><input type="hidden" name="formLayout" value="O"><input type="hidden" name="errorText" value=""><input type="hidden" name="abInfo" value="Z5XZ87k/uSxM4k/e67IuI8orcHnnrHXEQ1Em/vYF/hd++O/dKKm2PXS+Ket2gVFqdnGAxMI4ipem3la2ABY3mR93nm8fWP1BhKZvhNszz3+HuWQW9wFKEf13MD21C6I/Wejt5FIIR2u3V8HLvro0pbg/Hxczihwed7/kwPILv6HTfsVziAFUvMXInNB+tAzt"> </form><script type="text/javascript" src="https://m17.mailplus.nl/genericservice/code/servlet/React?command=getFormJs&uid=317000344&feid=nfDfQdJjg9ArBsJbABVs&p=https&om=d&of=h&pn=1&jq=1"></script></div> </div></div> </div> </div> </div> <nav id="block-footer-menu" class="block block-menu navigation menu--footer" aria-label="Site informatie"> <ul class="menu"> <li class="menu-item"> <a href="/en/disclaimer" data-drupal-link-system-path="node/2294">Disclaimer</a> </li> <li class="menu-item"> <a href="/en/copyright" data-drupal-link-system-path="node/2291">Copyright</a> </li> <li class="menu-item"> <a href="/en/cookie-statement" data-drupal-link-system-path="node/2282">Cookies</a> </li> <li class="menu-item"> <a href="/en/privacy-statement-surf-bv" data-drupal-link-system-path="node/2028">Privacy</a> </li> <li class="menu-item"> <a href="/en/coordinated-vulnerability-disclosure" data-drupal-link-system-path="node/7084">Coordinated Vulnerability Disclosure</a> </li> <li class="menu-item"> <a href="/en/cancellation-policy-of-surf-events" data-drupal-link-system-path="node/2112">Cancellation policy</a> </li> <li class="menu-item"> <a href="/en/code-of-conduct" title="Code of conduct SURF" data-drupal-link-system-path="node/7216">Code of conduct</a> </li> </ul> </nav> </div> </div> </footer> <div id="overlay"></div> </div> </div> <span aria-hidden="true" class="hidden"><?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><symbol viewBox="0 0 35.2 35.3" id="about-surf-cooperation" xmlns="http://www.w3.org/2000/svg"><path d="M30 18.7c-.3 0-.5-.2-.7-.4-.2-.4 0-.8.4-1 1-.5 1.8-1.1 2.5-1.9.3-.3.7-.4 1.1-.1.3.3.4.7.1 1.1-.8 1-1.8 1.8-3 2.3H30zm4.5-6.4c-.1 0-.1 0 0 0-.5 0-.8-.4-.7-.8.1-1 0-2.1-.4-3.1-.1-.4.1-.8.4-1 .4-.1.8.1 1 .4.4 1.2.6 2.5.5 3.8-.1.4-.5.7-.8.7zm-3.3-7.1c-.2 0-.3 0-.4-.1-.8-.6-1.8-1-2.9-1.2-.4-.1-.7-.5-.6-.9s.5-.7.9-.6c1.3.2 2.5.7 3.5 1.5.3.2.4.7.2 1-.2.2-.4.3-.7.3zM2.3 22.7c-.2 0-.3 0-.4-.1-.3-.2-.4-.7-.2-1 .8-1.1 1.8-2 3-2.6.4-.2.8 0 1 .3s0 .8-.3 1c-1 .5-1.9 1.2-2.5 2.1-.1.2-.4.3-.6.3zm-.8 8.1c-.3 0-.5-.2-.7-.4-.5-1.3-.8-2.6-.8-3.9 0-.4.4-.7.8-.7s.7.4.7.8c0 1.1.2 2.2.7 3.2.2.4 0 .8-.3 1h-.4zm6.8 4.4c-1.4 0-2.7-.4-3.9-1-.4-.2-.5-.7-.3-1 .2-.4.7-.5 1-.3 1 .5 2.1.8 3.2.9.4 0 .7.4.7.8.1.3-.3.6-.7.6zm8.2.1c-.4 0-.7-.3-.7-.8V12c0-.4.3-.8.7-.8s.8.3.8.8v22.5c-.1.4-.4.8-.8.8z"/><path d="M20.8 17c-.2 0-.4-.1-.5-.2L16.5 13l-3.8 3.8c-.3.3-.8.3-1.1 0s-.3-.8 0-1.1l4.3-4.3c.3-.3.8-.3 1.1 0l4.3 4.3c.3.3.3.8 0 1.1-.1.2-.3.2-.5.2zm-4.3-8.8c-2.3 0-4.1-1.9-4.1-4.1S14.2 0 16.5 0s4.1 1.9 4.1 4.1-1.8 4.1-4.1 4.1zm0-6.7c-1.4 0-2.6 1.2-2.6 2.6s1.2 2.6 2.6 2.6 2.6-1.2 2.6-2.6-1.2-2.6-2.6-2.6z"/></symbol><symbol viewBox="0 0 35.3 35.2" id="amphitheatre" xmlns="http://www.w3.org/2000/svg"><path d="M17.6 9.4c-2.6 0-4.7-2.1-4.7-4.7S15 0 17.6 0s4.7 2.1 4.7 4.7-2.1 4.7-4.7 4.7zm0-7.9c-1.8 0-3.2 1.4-3.2 3.2s1.4 3.2 3.2 3.2 3.2-1.4 3.2-3.2-1.4-3.2-3.2-3.2zM21 24.6c-.4 0-.8-.3-.8-.8v-3.4c0-.4.3-.8.8-.8.8 0 1.5-.7 1.5-1.5v-2.2c0-2.1-1.7-3.8-3.8-3.8h-2.2c-2.1 0-3.8 1.7-3.8 3.8v2.2c0 .8.7 1.5 1.5 1.5.4 0 .8.3.8.8v3.4c0 .4-.3.8-.8.8s-.8-.3-.8-.8v-2.7c-1.3-.3-2.2-1.5-2.2-2.9V16c0-2.9 2.4-5.2 5.2-5.2h2.2c2.9 0 5.2 2.4 5.2 5.2v2.2c0 1.4-1 2.6-2.2 2.9v2.7c.2.4-.2.8-.6.8zm-3.4 10.6c-6-.2-12-1.8-17.3-4.6-.4-.2-.5-.6-.3-1s.7-.5 1-.3c5.1 2.7 10.8 4.2 16.5 4.4 5.7-.2 11.4-1.7 16.5-4.4.4-.2.8-.1 1 .3s.1.8-.3 1c-5.1 2.9-11.1 4.5-17.1 4.6z"/><path d="M17.7 29.6c-4.9-.2-9.5-1.4-13.9-3.4-.4-.2-.5-.6-.4-1 .2-.4.6-.5 1-.4 4.2 2 8.6 3.1 13.2 3.3 4.5-.2 9-1.3 13.1-3.3.4-.2.8 0 1 .4s0 .8-.4 1c-4.2 2.1-8.8 3.2-13.6 3.4z"/></symbol><symbol viewBox="0 0 35.2 35.3" id="apply-for-access-to-compute-services" xmlns="http://www.w3.org/2000/svg"><path d="M.8 35.3c-.4 0-.8-.3-.8-.8V21c0-.4.3-.8.8-.8s.8.3.8.8v13.5c-.1.4-.4.8-.8.8z"/><path d="M23.2 33H.8c-.5 0-.8-.3-.8-.7s.3-.8.8-.8h21.7c-.3-1.7-1.9-3-3.7-3h-5.6c-.4 0-.8-.3-.8-.8 0-2.1-1.7-3.8-3.8-3.8H.8c-.5.1-.8-.2-.8-.6s.3-.8.8-.8h7.9c2.6 0 4.8 2 5.2 4.5h4.9c2.9 0 5.2 2.4 5.2 5.2 0 .5-.3.8-.8.8z"/><path d="M13.1 28.5H8.6c-.4 0-.8-.3-.8-.8s.4-.7.8-.7h4.5c.4 0 .8.3.8.8s-.4.7-.8.7zm11.3-18c-6.2 0-10.9-2.3-10.9-5.2S18.2 0 24.4 0s10.9 2.3 10.9 5.2-4.7 5.3-10.9 5.3zm0-9c-5.5 0-9.4 2-9.4 3.8S18.9 9 24.4 9s9.4-2 9.4-3.8-3.9-3.7-9.4-3.7z"/><path d="M24.4 17.2c-6.2 0-10.9-2.3-10.9-5.2V5.2c0-.4.3-.8.8-.8s.7.4.7.8V12c0 1.8 3.9 3.8 9.4 3.8s9.4-2 9.4-3.8V5.2c0-.4.3-.8.8-.8s.8.3.8.8V12c-.2 3-4.8 5.2-11 5.2z"/><path d="M24.4 24c-.4 0-.8-.3-.8-.8s.3-.8.8-.8c5.5 0 9.4-2 9.4-3.8V12c0-.4.3-.8.8-.8s.8.3.8.8v6.8c-.2 2.9-4.8 5.2-11 5.2zm-10.2-4.5c-.4 0-.8-.3-.8-.8V12c0-.4.3-.8.8-.8s.8.4.8.8v6.8c0 .4-.3.7-.8.7z"/></symbol><symbol viewBox="0 0 118 110" id="arrow-bended-big" xmlns="http://www.w3.org/2000/svg"><path d="M118 1C58.9 1 11 48.9 11 108m9.3-7.9l-9.5 7.8L2.3 99" fill="none" stroke="#000" stroke-width="1.5" stroke-miterlimit="10"/></symbol><symbol viewBox="0 0 12 12" id="arrow-right" xmlns="http://www.w3.org/2000/svg"><path d="M12 6c0-.3-.1-.7-.4-.9L6 .2c-.3-.3-.8-.2-1 .1-.2.3-.2.7 0 .9L9.4 5c.1 0 .1.1 0 .2H.7c-.4.1-.7.4-.7.8s.3.7.7.7h8.6c.1 0 .1.1.1.1v.1L5 10.7c-.3.2-.4.7-.1 1 .2.3.7.4 1 .1H6l5.6-4.9c.3-.2.4-.6.4-.9z" fill-rule="evenodd" clip-rule="evenodd"/></symbol><symbol viewBox="0 0 8 9" id="arrow-round-left" xmlns="http://www.w3.org/2000/svg"><path d="M4 9c-.3 0-.6 0-.9-.1-.9-.2-1.7-.7-2.2-1.3C.3 6.9 0 6 0 5.2c0-.3.2-.5.5-.5s.5.2.5.5c0 .6.2 1.3.7 1.8.4.5 1 .9 1.7 1 .6.1 1.3 0 1.9-.3.6-.3 1.1-.7 1.4-1.3.3-.6.4-1.3.2-1.9-.1-.6-.5-1.2-1-1.6-.6-.4-1.2-.6-1.9-.6-.5 0-1 .1-1.4.4l.9.8c.2.2.2.5.1.7-.2.2-.5.2-.7 0L1.5 3s-.1 0-.1-.1l-.1-.1v-.4L2.1.3c.1-.2.4-.4.7-.3.2.1.4.4.3.7l-.4.8c.4-.1.8-.2 1.3-.2.9 0 1.8.3 2.5.8s1.2 1.3 1.4 2.1c.2.9.1 1.8-.3 2.6s-1 1.4-1.9 1.8c-.5.3-1.1.4-1.7.4z"/></symbol><symbol viewBox="0 0 24 24" id="attachment" xmlns="http://www.w3.org/2000/svg"><path d="M9.8 24c-2.9 0-5.2-2.4-5.2-5.2V7.5C4.5 3.4 7.9 0 12 0s7.5 3.4 7.5 7.5v8.2c0 .4-.3.8-.8.8s-.7-.3-.7-.8V7.5c0-3.3-2.7-6-6-6s-6 2.7-6 6v11.2c0 2.1 1.7 3.8 3.8 3.8s3.8-1.7 3.8-3.8V7.5C13.5 6.7 12.8 6 12 6s-1.5.7-1.5 1.5v9.8c0 .4-.3.8-.8.8s-.7-.4-.7-.8V7.5c0-1.7 1.3-3 3-3s3 1.3 3 3v11.2c0 2.9-2.4 5.3-5.2 5.3z"/></symbol><symbol viewBox="0 0 24 24" id="attachment-rotated" xmlns="http://www.w3.org/2000/svg"><path d="M7.5 23.6c-1.9 0-3.8-.7-5.3-2.2C.8 20 0 18.1 0 16.1s.8-3.9 2.2-5.3l9-9c2-2.1 5.3-2.1 7.4-.1 2.1 2 2.1 5.3.1 7.4l-9.1 9.1c-1.2 1.2-3.1 1.1-4.3-.1-1.1-1.2-1.1-3 0-4.2l9-9c.3-.3.8-.3 1.1 0 .3.3.3.8 0 1.1l-9 9c-.6.6-.6 1.5 0 2.1.3.3.7.5 1.1.5.4 0 .8-.1 1.1-.4L17.7 8c1.4-1.5 1.4-3.9-.1-5.3s-3.9-1.4-5.3.1l-9 9c-1.1 1.1-1.8 2.6-1.8 4.2s.6 3.1 1.8 4.2c2.3 2.3 6.1 2.3 8.5 0l11-11c.3-.3.8-.3 1.1 0s.3.8 0 1.1l-11 11c-1.6 1.6-3.5 2.3-5.4 2.3z"/></symbol><symbol viewBox="0 0 8.3 10.53" id="avatar-fallback" xmlns="http://www.w3.org/2000/svg"><path d="M4.1 6.23a4.17 4.17 0 0 0-4.1 4c0 .1 0 .1.1.2s.1.1.2.1H8c.1 0 .1 0 .2-.1s.1-.1.1-.2a4.33 4.33 0 0 0-4.2-4zm.9-1A2.62 2.62 0 0 0 6.6 2a2.71 2.71 0 0 0-3-2 2.85 2.85 0 0 0-2.1 3 2.54 2.54 0 0 0 2.6 2.4 1.34 1.34 0 0 0 .9-.17z" fill-rule="evenodd"/></symbol><symbol viewBox="0 0 82 88" id="backpack" xmlns="http://www.w3.org/2000/svg"><path d="M37.8 8.1c6.3 0 12 3.9 14.2 9.9l16.5 45.3c1 2.7-.4 5.6-3.1 6.6L28 83.4c-2.7 1-5.6-.4-6.6-3.1L4.9 35c-2.2-5.9-.4-12.6 4.5-16.7.9-.7 1.3-1.8 1.2-2.9-.6-5 1.7-9.8 5.9-12.6C22.6-1.2 30.9.4 35 6.6c.6.9 1.7 1.5 2.8 1.5zm-20.6 5.2c0 .5.3.9.8.9h.4l10.1-3.7c.2-.1.4-.3.5-.5.1-.2 0-.5-.2-.7-2.5-2.7-6.8-2.7-9.4-.2-1.3 1.1-2 2.6-2.2 4.2zm37.4 41.2l-1.8-4.9c-.3-.9-1.3-1.3-2.1-1l-2.3.9c-.9.3-1.3 1.3-1 2.1l.6 1.6c.5 1.3-.2 2.7-1.5 3.2s-2.7-.2-3.2-1.5l-.6-1.6c-.3-.9-1.3-1.3-2.1-1l-14.9 5.4c-.9.3-1.3 1.3-1 2.1l1.8 4.9c.9 2.5 3.6 3.7 6.1 2.8l19.3-7c2.3-.8 3.6-3.6 2.7-6zm-4.7-12.8l-.5-1.3c-1-2.7-4-4.2-6.8-3.2l-18.2 6.6c-2.7 1-4.2 4-3.2 6.8l.5 1.3c.3.9 1.3 1.3 2.1 1l25.1-9.1c.9-.3 1.4-1.2 1-2.1zM5.5 55.9c.9-.3 1.8.1 2.1 1l10.2 27.9c.3.9-.1 1.8-1 2.1-4.3 1.6-9.1-.6-10.7-4.9L.5 66.5c-1.6-4.3.7-9.1 5-10.6zm59.7-21.8c4.3-1.6 9.1.6 10.7 4.9l5.6 15.5c1.6 4.3-.7 9-5 10.6-.9.3-1.8-.1-2.1-1L64.2 36.3c-.3-.9.2-1.9 1-2.2z"/></symbol><symbol viewBox="0 0 24 24" id="business-contract-approve" xmlns="http://www.w3.org/2000/svg"><path d="M7.501 22.5a2.252 2.252 0 0 1-2.25-2.25v-6.573l-.134-.113c-1.8-1.514-3.661-3.081-3.615-5.006V4.37L.163 2.683A.751.751 0 0 1 .75 1.467c.23 0 .445.103.588.284l1.5 1.892a.75.75 0 0 1 .163.466v4.467c-.023.977.957 2.006 2.25 3.132V8.451l-.556-.569a.751.751 0 0 1 1.074-1.048l.711.728c.042.035.08.074.113.115l.945.968a.468.468 0 0 0 .803-.319.466.466 0 0 0-.133-.333l-2.75-2.806a.745.745 0 0 1-.213-.524V3.265a5.502 5.502 0 0 0-.851-2.097A.751.751 0 0 1 5.64.332a7.003 7.003 0 0 1 1.095 2.742c.007.043.01.084.01.126v1.157l2.537 2.588c.368.378.566.875.559 1.401a1.959 1.959 0 0 1-.594 1.384c-.369.36-.857.558-1.373.558-.408 0-.796-.122-1.123-.35V20.25c0 .414.336.75.75.75h7.5a.75.75 0 0 1 0 1.5h-7.5zm11.488 1.496a.747.747 0 0 1-.623-.332 6.985 6.985 0 0 1-1.094-2.737.747.747 0 0 1-.011-.126v-1.155l-2.54-2.589a1.971 1.971 0 0 1 .034-2.785 1.915 1.915 0 0 1 1.409-.558 1.95 1.95 0 0 1 1.375.594l.463.474v-3.477a.75.75 0 0 1 1.233-.573c1.812 1.531 3.309 2.942 3.267 4.711v4.187l1.338 1.687a.747.747 0 0 1-.588 1.216.745.745 0 0 1-.588-.284l-1.5-1.892a.756.756 0 0 1-.162-.466v-4.466c.019-.802-.675-1.662-1.5-2.453v3.651a.748.748 0 0 1-1.286.524l-1.75-1.792a.469.469 0 0 0-.33-.142.469.469 0 0 0-.341.795l2.753 2.806a.748.748 0 0 1 .215.525v1.396c.137.753.423 1.457.851 2.094a.748.748 0 0 1-.625 1.167z"/><path d="M9.001 18.75a.75.75 0 0 1 0-1.5h3.978a.75.75 0 0 1 0 1.5H9.001zm0-3.75a.75.75 0 0 1 0-1.5h1.5a.75.75 0 0 1 0 1.5h-1.5zm6.75-4.5c-2.895 0-5.25-2.355-5.25-5.25S12.856 0 15.751 0a.75.75 0 0 1 0 1.5c-2.068 0-3.75 1.682-3.75 3.75S13.683 9 15.751 9s3.75-1.682 3.75-3.75a.75.75 0 0 1 1.5 0 5.256 5.256 0 0 1-5.25 5.25z"/><path d="M15.751 6.89c-.349 0-.678-.136-.926-.382l-1.293-1.294a.752.752 0 0 1 0-1.061.744.744 0 0 1 .531-.219c.201 0 .389.078.531.22l1.158 1.159 3.97-3.969a.744.744 0 0 1 1.06 0 .744.744 0 0 1 0 1.06l-4.1 4.1a1.3 1.3 0 0 1-.927.386h-.004z"/></symbol><symbol viewBox="0 0 33 35.2" id="calculation-services" xmlns="http://www.w3.org/2000/svg"><path d="M30.8 35.2H2.2C1 35.2 0 34.2 0 33V2.2C0 1 1 0 2.2 0h28.5C32 0 33 1 33 2.2V33c0 1.2-1 2.2-2.2 2.2zM2.2 1.5c-.4 0-.8.3-.8.8V33c0 .4.3.8.8.8h28.5c.4 0 .8-.3.8-.8V2.2c0-.4-.3-.8-.8-.8H2.2z"/><path d="M9.8 6c-.5 0-.8-.3-.8-.8V.8c0-.5.3-.8.8-.8s.8.3.8.8v4.5c-.1.4-.4.7-.8.7zm0 13.5c-.4 0-.8-.3-.8-.8v-9c0-.4.3-.7.8-.7s.8.3.8.8v9c-.1.4-.4.7-.8.7zm0 15.7c-.4 0-.8-.3-.8-.8V30c0-.4.3-.8.8-.8s.8.3.8.8v4.5c-.1.4-.4.7-.8.7z"/><path d="M11.6 10.5H7.9c-1.2 0-2.2-1-2.2-2.2V6.8c0-1.2 1-2.2 2.2-2.2h3.8c1.2 0 2.2 1 2.2 2.2v1.5c0 1.2-1 2.2-2.3 2.2zM7.9 6c-.4 0-.8.3-.8.8v1.5c0 .4.4.7.8.7h3.8c.4 0 .8-.3.8-.8V6.8c-.1-.5-.5-.8-.9-.8H7.9zm3.7 18H7.9c-1.2 0-2.2-1-2.2-2.2v-1.5c0-1.2 1-2.2 2.2-2.2h3.8c1.2 0 2.2 1 2.2 2.2v1.5c0 1.2-1 2.2-2.3 2.2zm-3.7-4.5c-.4 0-.8.3-.8.8v1.5c0 .4.3.8.8.8h3.8c.4 0 .8-.3.8-.8v-1.5c0-.4-.3-.8-.8-.8H7.9zm3.7 11.3H7.9c-1.2 0-2.2-1-2.2-2.2V27c0-1.2 1-2.2 2.2-2.2h3.8c1.2 0 2.2 1 2.2 2.2v1.5c0 1.2-1 2.3-2.3 2.3zm-3.7-4.6c-.4 0-.8.3-.8.8v1.5c0 .4.3.8.8.8h3.8c.4 0 .8-.3.8-.8V27c0-.4-.3-.8-.8-.8H7.9zm15.3 9c-.4 0-.8-.3-.8-.8V30c0-.4.3-.8.8-.8s.8.4.8.8v4.5c0 .4-.3.7-.8.7zm0-9c-.4 0-.8-.3-.8-.8v-9c0-.4.3-.8.8-.8s.8.3.8.8v9c0 .5-.3.8-.8.8zm0-20.2c-.4 0-.8-.3-.8-.8V.8c0-.4.3-.8.8-.8s.8.3.8.8v4.5c0 .4-.3.7-.8.7z"/><path d="M25.1 30.8h-3.8c-1.2 0-2.2-1-2.2-2.2V27c0-1.2 1-2.2 2.2-2.2h3.8c1.2 0 2.2 1 2.2 2.2v1.5c.1 1.2-.9 2.3-2.2 2.3zm-3.7-4.6c-.4 0-.8.3-.8.8v1.5c0 .4.3.8.8.8h3.8c.4 0 .8-.3.8-.8V27c0-.4-.3-.8-.8-.8h-3.8zm3.7-9h-3.8c-1.2 0-2.2-1-2.2-2.2v-1.5c0-1.2 1-2.2 2.2-2.2h3.8c1.2 0 2.2 1 2.2 2.2V15c.1 1.2-.9 2.2-2.2 2.2zm-3.7-4.4c-.4 0-.8.3-.8.8V15c0 .4.3.8.8.8h3.8c.4 0 .8-.3.8-.8v-1.5c0-.4-.3-.8-.8-.8h-3.8zm3.7-2.3h-3.8c-1.2 0-2.2-1-2.2-2.2V6.8c0-1.2 1-2.2 2.2-2.2h3.8c1.2 0 2.2 1 2.2 2.2v1.5c.1 1.2-.9 2.2-2.2 2.2zM21.4 6c-.4 0-.8.3-.8.8v1.5c0 .4.4.7.8.7h3.8c.4 0 .8-.3.8-.8V6.8c0-.4-.3-.8-.8-.8h-3.8z"/><path d="M23.2 12.8c-.4 0-.8-.3-.8-.8V9.8c0-.4.3-.8.8-.8s.8.3.8.8V12c0 .4-.3.8-.8.8zM9.8 26.2c-.4 0-.8-.3-.8-.8v-2.2c0-.4.3-.8.8-.8s.8.3.8.8v2.2c-.1.5-.4.8-.8.8z"/></symbol><symbol viewBox="0 0 24 24" id="calendar-add" xmlns="http://www.w3.org/2000/svg"><path d="M15 15.8h-2.2v-2.2c0-.4-.3-.8-.8-.8s-.8.3-.8.8v2.2H9c-.4 0-.8.3-.8.8s.3.8.8.8h2.2v2.2c0 .4.3.8.8.8s.8-.3.8-.8v-2.2H15c.4 0 .8-.3.8-.8s-.4-.8-.8-.8z"/><path d="M21.8 3H18V.8c0-.5-.3-.8-.8-.8s-.8.3-.8.8V3h-9V.8c.1-.5-.2-.8-.6-.8S6 .3 6 .8V3H2.2C1 3 0 4 0 5.3v16.5C0 23 1 24 2.2 24h19.5c1.2 0 2.2-1 2.2-2.2V5.3C24 4 23 3 21.8 3zM2.2 4.5H6V6c0 .4.3.8.8.8s.7-.4.7-.8V4.5h9V6c0 .4.3.8.8.8s.7-.4.7-.8V4.5h3.8c.4 0 .8.3.8.8V9h-21V5.3c-.1-.5.2-.8.6-.8zm19.6 18H2.2c-.4 0-.8-.3-.8-.8V10.5h21v11.2c.1.5-.2.8-.6.8z"/></symbol><symbol viewBox="0 0 20.6 19.5" id="calendar-synchronising" xmlns="http://www.w3.org/2000/svg"><path d="M8.6 12.9h.8c.4 0 .8-.3.8-.8s-.3-.8-.8-.8h-.8c-.4 0-.8.3-.8.8s.3.8.8.8zm0-3.1h.8c.4 0 .8-.3.8-.8s-.3-.8-.8-.8h-.8c-.4 0-.8.3-.8.8s.3.8.8.8zm4.7 0c.4 0 .8-.3.8-.8s-.3-.8-.8-.8h-.8c-.4 0-.8.3-.8.8s.3.8.8.8h.8z"/><path d="M9.9 17.2H2c-.2 0-.4-.2-.4-.4V7.4c0-.2.2-.4.4-.4h14c.2 0 .4.2.4.4v2.7c.6.1 1.1.4 1.6.6V3.9c0-.9-.7-1.6-1.6-1.6h-2.1c-.1 0-.2 0-.2-.2V.8c0-.4-.3-.8-.8-.8s-.8.3-.8.8v3.7c0 .3-.3.6-.6.6s-.6-.3-.6-.6V2.7c0-.2-.2-.4-.4-.4H6c-.1 0-.2 0-.2-.2V.8C5.8.4 5.5 0 5 0s-.8.3-.8.8v3.7c0 .3-.3.6-.6.6S3 4.8 3 4.5V2.7c0-.2-.2-.4-.4-.4H1.4C.5 2.3-.2 3-.2 3.9v13.3c0 .9.7 1.6 1.6 1.6h9.1c-.3-.5-.6-1-.8-1.6z"/><path d="M8.6 16h1.1v-1.4H8.6c-.4 0-.8.3-.8.8s.3.8.8.8zm-3.1-4.7h-.8c-.4 0-.8.3-.8.8s.3.8.8.8h.8c.4 0 .8-.3.8-.8s-.3-.8-.8-.8zm0-3.1h-.8c-.4 0-.8.3-.8.8s.3.8.8.8h.8c.4 0 .8-.3.8-.8s-.3-.8-.8-.8zm0 6.2h-.8c-.4 0-.8.3-.8.8s.3.8.8.8h.8c.4 0 .8-.3.8-.8s-.3-.8-.8-.8zm14.9 1.2l-1.8-1.2-1.8 1.2c-.2.2-.3.5-.1.7s.5.3.7.1l.7-.5c0 .4-.2.8-.5 1.2-.3.5-.8.9-1.3 1.1s-1.2.3-1.7.2c-.6-.1-1.1-.4-1.5-.8s-.5-.2-.7 0c-.2.2-.2.5 0 .7.6.6 1.3.9 2 1.1h.8c.5 0 1-.1 1.5-.3.7-.3 1.4-.8 1.8-1.5.4-.5.6-1.2.6-1.8l.8.5h.3c.2 0 .3 0 .4-.2.2-.2 0-.5-.1-.7zm-6.4-.9c-.2-.2-.5-.3-.7-.1l-.7.5c0-.4.2-.8.5-1.2.3-.5.8-.9 1.3-1.1.6-.2 1.2-.3 1.7-.2.6.1 1.1.4 1.5.8s.5.2.7 0c.2-.2.2-.5 0-.7-.6-.6-1.3-.9-2-1.1-.8-.2-1.6 0-2.3.2-.7.3-1.4.8-1.8 1.5-.4.5-.6 1.2-.6 1.8l-.8-.5c-.2-.2-.5 0-.7.1-.2.2 0 .5.1.7l1.8 1.2 1.8-1.2c.2-.2.3-.5.1-.7z"/></symbol><symbol viewBox="0 0 24 24" id="calender" xmlns="http://www.w3.org/2000/svg"><path d="M7.5 10.5c.6 0 1 .4 1 1s-.4 1-1 1h-1c-.6 0-1-.4-1-1s.4-1 1-1h1zm5 0c.6 0 1 .4 1 1s-.4 1-1 1h-1c-.6 0-1-.4-1-1s.4-1 1-1h1zm5 0c.6 0 1 .4 1 1s-.4 1-1 1h-1c-.6 0-1-.4-1-1s.4-1 1-1h1zm-10 4c.6 0 1 .4 1 1s-.4 1-1 1h-1c-.6 0-1-.4-1-1s.4-1 1-1h1zm5 0c.6 0 1 .4 1 1s-.4 1-1 1h-1c-.6 0-1-.4-1-1s.4-1 1-1h1zm5 0c.6 0 1 .4 1 1s-.4 1-1 1h-1c-.6 0-1-.4-1-1s.4-1 1-1h1zm-10 4c.6 0 1 .4 1 1s-.4 1-1 1h-1c-.6 0-1-.4-1-1s.4-1 1-1h1zm5 0c.6 0 1 .4 1 1s-.4 1-1 1h-1c-.6 0-1-.4-1-1s.4-1 1-1h1zm5 0c.6 0 1 .4 1 1s-.4 1-1 1h-1c-.6 0-1-.4-1-1s.4-1 1-1h1zm4-15.5c1.1 0 2 .9 2 2v17c0 1.1-.9 2-2 2h-19c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2H4c.3 0 .5.2.5.5v2.2c0 .4.3.8.8.8s.7-.3.7-.7V1c0-.6.4-1 1-1s1 .4 1 1v1.8c0 .1.1.2.2.2h6.2c.4 0 .6.2.6.5v2.2c0 .4.3.8.8.8s.8-.3.8-.8V1c0-.6.4-1 1-1s1 .4 1 1v1.8c0 .1.1.2.2.2h2.7zm0 18.5v-12c0-.3-.2-.5-.5-.5H3c-.3 0-.5.2-.5.5v12c0 .3.2.5.5.5h18c.3 0 .5-.2.5-.5z" fill-rule="evenodd" clip-rule="evenodd"/></symbol><symbol viewBox="0 0 13 10" id="check-green" xmlns="http://www.w3.org/2000/svg"><path d="M4 9.4L.4 5.7c-.3-.4-.3-1 .1-1.3s1-.3 1.3.1l2.9 3c0 .1.1.1.2 0l6-6.6c.3-.4 1-.4 1.3-.1s.4 1 .1 1.3L5.8 9.4c-.5.5-1.2.5-1.7.1L4 9.4" fill-rule="evenodd" clip-rule="evenodd" fill="#009f4d"/></symbol><symbol viewBox="0 0 15 16" id="check-sharp" xmlns="http://www.w3.org/2000/svg"><path d="M6.4 16c-.5 0-.9-.2-1.2-.6l-4.9-7c-.5-.8-.3-1.7.3-2.2.7-.5 1.6-.3 2.1.4l3.5 5.1L12.1.8c.4-.7 1.3-1 2-.6s1 1.3.6 2l-7.1 13c-.1.5-.6.8-1.2.8.1 0 0 0 0 0z"/></symbol><symbol viewBox="0 0 12 12" id="check-white" xmlns="http://www.w3.org/2000/svg"><path d="M3.6 10.1L.2 6.5c-.3-.4-.3-1 .1-1.3.4-.3.9-.3 1.3.1l2.8 2.9c0 .1.1.1.2 0l5.8-6.4c.3-.4.9-.4 1.3-.1.4.3.4.9.1 1.3l-6.4 7.1c-.2.2-.5.4-.9.4-.3 0-.6-.1-.9-.4z" fill-rule="evenodd" clip-rule="evenodd" fill="#fff"/></symbol><symbol viewBox="0 0 24 24" id="chevron-down" xmlns="http://www.w3.org/2000/svg"><path d="M12 19.5c-.7 0-1.3-.3-1.7-.8L.5 7.5c-.7-.8-.6-1.9.2-2.6.8-.6 1.9-.6 2.6.2l8.6 9.8c.1.1.2.1.4 0l8.6-9.8c.7-.8 1.9-.8 2.6-.1s.8 1.8.2 2.5l-9.8 11.2c-.6.5-1.2.8-1.9.8z"/></symbol><symbol viewBox="0 0 24 24" id="chevron-down-grey-dark" xmlns="http://www.w3.org/2000/svg"><path d="M12 19.5c-.7 0-1.3-.3-1.7-.8L.5 7.5c-.7-.8-.6-1.9.2-2.6.8-.6 1.9-.6 2.6.2l8.6 9.8c.1.1.2.1.4 0l8.6-9.8c.7-.8 1.9-.8 2.6-.1.7.7.8 1.8.2 2.5l-9.8 11.2c-.6.5-1.2.8-1.9.8z" fill="#676767"/></symbol><symbol viewBox="0 0 24 24" id="chevron-left" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 12.1c0-.7.3-1.3.8-1.7L16.5.5c.8-.7 1.9-.6 2.6.2.6.8.6 1.9-.2 2.6l-9.8 8.6c-.1.1-.1.2 0 .4l9.8 8.6c.7.7.8 1.9.1 2.6-.7.7-1.8.8-2.5.2L5.3 13.9c-.5-.5-.8-1.1-.8-1.8z" fill-rule="evenodd" clip-rule="evenodd"/></symbol><symbol viewBox="0 0 24 24" id="chevron-right" xmlns="http://www.w3.org/2000/svg"><path d="M19.5 12c0 .7-.3 1.3-.8 1.7L7.5 23.6c-.8.7-1.9.6-2.6-.2-.6-.8-.6-1.9.2-2.6l9.8-8.6c.1-.1.1-.2 0-.4L5.1 3.2c-.7-.7-.8-1.9-.1-2.6S6.8-.2 7.5.4l11.2 9.8c.5.5.8 1.1.8 1.8z" fill-rule="evenodd" clip-rule="evenodd"/></symbol><symbol viewBox="0 0 12 12" id="chevron-right-blue" xmlns="http://www.w3.org/2000/svg"><path d="M9.7 6c0 .3-.1.6-.4.8l-5.6 4.9c-.4.3-.9.3-1.3-.1-.3-.4-.3-.9.1-1.3L7.4 6v-.2L2.6 1.6c-.3-.3-.4-.9 0-1.3s.9-.4 1.2-.1l5.6 4.9c.2.2.3.5.3.9z" fill-rule="evenodd" clip-rule="evenodd" fill="#0077c8"/></symbol><symbol viewBox="0 0 12 12" id="chevron-right-blue-dark" xmlns="http://www.w3.org/2000/svg"><path d="M9.7 6.1c0 .3-.1.6-.4.8l-5.6 4.9c-.4.3-.9.3-1.3-.1-.3-.4-.3-.9.1-1.3l4.9-4.3v-.2L2.6 1.6c-.3-.3-.4-.9 0-1.3s.9-.4 1.2-.1l5.6 4.9c.2.3.3.6.3 1z" fill-rule="evenodd" clip-rule="evenodd" fill="#004c97"/></symbol><symbol viewBox="0 0 24 24" id="chevron-up" xmlns="http://www.w3.org/2000/svg"><path d="M12.1 4.5c.7 0 1.3.3 1.7.8l9.8 11.1c.7.8.6 1.9-.2 2.6-.8.7-1.9.6-2.6-.2L12.2 9c-.1 0-.2 0-.4.1l-8.6 9.8c-.7.8-1.9.8-2.6.1-.7-.7-.8-1.8-.2-2.6l9.8-11.1c.6-.5 1.2-.8 1.9-.8z"/></symbol><symbol viewBox="0 0 16 16" id="clock" xmlns="http://www.w3.org/2000/svg"><path d="M8 0c4.4 0 8 3.6 8 8s-3.6 8-8 8-8-3.6-8-8 3.6-8 8-8zm0 14.7A6.7 6.7 0 1 0 8 1.3a6.7 6.7 0 0 0 0 13.4zm3.4-4.2c.3.2.3.7 0 .9-.3.3-.7.3-.9 0l-3.3-3c-.1 0-.2-.2-.2-.4V4.3c0-.3.3-.6.6-.7s.7.3.7.6v3.5l3.1 2.8z"/></symbol><symbol viewBox="0 0 16 16" id="close" xmlns="http://www.w3.org/2000/svg"><path d="M15.5 13.3c.6.7.5 1.7-.2 2.3-.6.5-1.5.5-2.1 0l-5-5c-.2-.2-.4-.2-.6 0l-5 5c-.6.6-1.6.6-2.3 0-.6-.6-.6-1.6 0-2.3l5-5c.2-.2.2-.4 0-.6l-5-5C-.3 2-.3 1 .4.4 1-.2 1.9-.2 2.6.4l5 5c.2.2.4.2.6 0l5-5c.6-.6 1.6-.6 2.3 0s.6 1.6 0 2.3l-5 5c-.2.2-.2.4 0 .6l5 5z"/></symbol><symbol viewBox="0 0 16 16" id="close-disk" xmlns="http://www.w3.org/2000/svg"><path d="M13.7 2.3C10.6-.8 5.5-.8 2.4 2.3c-3.1 3.1-3.1 8.2 0 11.3 3.1 3.1 8.2 3.1 11.3 0 3.1-3.1 3.1-8.1 0-11.3zm-2.6 7.9c.2.3.2.7 0 .9-.3.2-.6.2-.9 0l-2.1-2c0-.1-.1-.1-.2 0l-2.1 2.1c-.3.3-.7.3-.9 0-.3-.3-.3-.7 0-.9L7 8.2c0-.2 0-.3-.1-.3l-2-2.1c-.2-.3-.2-.7 0-.9.3-.2.6-.2.9 0L7.9 7s.2 0 .2-.1l2.1-2.1c.3-.2.7-.2.9 0 .2.3.2.6 0 .9l-2 2.2c-.1 0-.1.1 0 .2l2 2.1z"/></symbol><symbol viewBox="0 0 16 16" id="close-white" xmlns="http://www.w3.org/2000/svg"><path d="M15.5 13.3c.6.7.5 1.7-.2 2.3-.6.5-1.5.5-2.1 0l-5-5c-.2-.2-.4-.2-.6 0l-5 5c-.6.6-1.6.6-2.3 0-.6-.6-.6-1.6 0-2.3l5-5c.2-.2.2-.4 0-.6l-5-5C-.1 2-.1 1 .5.4 1.1-.2 2-.2 2.7.4l5 5c.2.2.4.2.6 0l5-5c.6-.6 1.6-.6 2.3 0s.6 1.6 0 2.3l-5 5c-.2.2-.2.4 0 .6l4.9 5z" fill="#fff"/></symbol><symbol viewBox="0 0 24 24" id="coffee-stats" xmlns="http://www.w3.org/2000/svg"><path d="M8.2 15H8l.8-1.5h2.5c.4 0 .8-.3.8-.8s-.4-.7-.9-.7h-9c-.4 0-.8-.3-.8-.8v-9c0-.4.3-.8.8-.8H18c.4 0 .8.3.8.8v4.5c0 .4.3.8.8.8s.8-.3.8-.8V2.2C20.3 1 19.2 0 18 0H2.2C1 0 0 1 0 2.2v9c0 1.2 1 2.2 2.2 2.2H7L6.3 15h-1c-.4 0-.8.3-.8.8s.3.8.8.8h3c.4 0 .8-.3.8-.8s-.4-.8-.9-.8z"/><path d="M5.2 6.8c-.4 0-.8.3-.8.8V9h-.6c-.5 0-.8.3-.8.8s.3.8.8.8h7.5c.4 0 .8-.3.8-.8v-6c-.1-.5-.4-.8-.9-.8s-.8.3-.8.8V9H9V6c0-.4-.3-.8-.8-.8s-.7.4-.7.8v3H6V7.5c0-.4-.3-.7-.8-.7zM13.7 13.3c.1.1.3.2.5.2s.4-.1.5-.2c1-1 .3-1.9.1-2.2l-.2-.2.1-.1c.3-.3.3-.8 0-1.1-.3-.3-.8-.3-1.1 0-1 1-.3 1.9-.1 2.3l.2.2s0 .1-.1.1c-.2.2-.2.7.1 1zM16.9 13.3c.1.1.3.2.5.2s.4-.1.5-.2c1.4-1.4.5-2.6.1-3.2-.5-.6-.6-.8-.1-1.3.3-.3.3-.8 0-1.1s-.8-.3-1.1 0c-1.4 1.4-.5 2.6-.1 3.2.5.6.6.7.1 1.2-.2.4-.2.9.1 1.2zM21 15.8c0-.4-.3-.8-.8-.8h-9c-.4 0-.8.3-.8.8v3.8c0 2.6 2.2 4.5 5.3 4.5 2.5 0 3.8-1.1 4.5-2.2h.8c1.7 0 3-1.3 3-3s-1.3-3.1-3-3.1zm-5.2 6.7c-1.7 0-3.8-.8-3.8-3v-3h7.5v3s-.1 3-3.7 3zm5.2-2.3v-3c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5z"/></symbol><symbol viewBox="0 0 72 72" id="contact-with-surf" xmlns="http://www.w3.org/2000/svg"><path d="M42.8 72c-.3 0-.7-.1-1-.2-.8-.4-1.2-1.2-1.2-2v-4.5h-2.2c-3.7 0-6.8-3-6.8-6.8V45c0-3.7 3-6.8 6.8-6.8h27c3.7 0 6.8 3 6.8 6.8v13.5c0 3.7-3 6.8-6.8 6.8H52.5l-8.4 6.3c-.4.2-.9.4-1.3.4zm-4.6-29.2c-1.2 0-2.2 1-2.2 2.2v13.5c0 1.2 1 2.2 2.2 2.2h4.5c1.2 0 2.2 1 2.2 2.2v2.2l5.4-4c.4-.3.9-.5 1.3-.5h13.5c1.2 0 2.2-1 2.2-2.2V45c0-1.2-1-2.2-2.2-2.2H38.2zm-23.3 18c-5.6 0-10.1-4.5-10.1-10.1s4.5-10.1 10.1-10.1S25 45 25 50.6s-4.5 10.2-10.1 10.2zm0-15.8c-3.1 0-5.6 2.5-5.6 5.6s2.5 5.6 5.6 5.6 5.6-2.5 5.6-5.6S18 45 14.9 45z"/><path d="M27.6 72c-1 0-1.8-.6-2.1-1.5C23.9 66 19.7 63 14.9 63c-1.2 0-2.5.2-3.7.6-3.2 1.1-5.7 3.6-6.9 6.9-.2.9-1.1 1.5-2 1.5-.3 0-.5 0-.7-.1-.6-.2-1-.6-1.3-1.1-.3-.6-.4-1.2-.2-1.8 1.6-4.5 5.1-8.1 9.6-9.6 1.7-.6 3.4-.9 5.1-.9 6.7 0 12.6 4.2 14.8 10.5.2.6.2 1.2-.1 1.7-.3.5-.7.9-1.3 1.1-.1.2-.3.2-.6.2zm29.5-49.5C51.5 22.5 47 18 47 12.4S51.5 2.2 57.1 2.2s10.1 4.5 10.1 10.1-4.5 10.2-10.1 10.2zm0-15.7c-3.1 0-5.6 2.5-5.6 5.6S54 18 57.1 18s5.6-2.5 5.6-5.6-2.5-5.6-5.6-5.6z"/><path d="M44.4 33.8c-.2 0-.5 0-.7-.1-.6-.2-1-.6-1.3-1.1-.3-.5-.3-1.2-.1-1.7 1.6-4.5 5.1-8.1 9.6-9.6 1.7-.6 3.4-.9 5.1-.9 6.7 0 12.6 4.2 14.8 10.5.2.6.2 1.2-.1 1.7-.3.5-.7.9-1.3 1.1-.2.1-.5.1-.7.1-1 0-1.8-.6-2.1-1.5-1.6-4.5-5.8-7.5-10.6-7.5-1.2 0-2.5.2-3.7.6-3.2 1.1-5.7 3.6-6.9 6.9-.2.8-1 1.5-2 1.5zm5.1 15.7c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2h11.2c1.2 0 2.2 1 2.2 2.2s-1 2.2-2.2 2.2H49.5zm-6.7 6.7c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2h18c1.2 0 2.2 1 2.2 2.2s-1 2.2-2.2 2.2h-18zM29.2 33.8c-.5 0-1-.2-1.4-.5L19.5 27H6.8C3 27 0 24 0 20.2V6.7C0 3 3 0 6.8 0h27c3.7 0 6.8 3 6.8 6.8v13.5c0 3.7-3 6.8-6.8 6.8h-2.2v4.5c0 .9-.5 1.6-1.2 2-.5.1-.8.2-1.2.2zM6.8 4.5c-1.2 0-2.2 1-2.2 2.2v13.5c0 1.2 1 2.2 2.2 2.2h13.5c.5 0 1 .2 1.4.5L27 27v-2.2c0-1.2 1-2.2 2.2-2.2h4.5c1.2 0 2.2-1 2.2-2.2V6.8c0-1.2-1-2.2-2.2-2.2.1-.1-26.9-.1-26.9-.1z"/><path d="M11.2 11.2C10 11.2 9 10.2 9 9s1-2.2 2.2-2.2h11.2c1.2 0 2.2 1 2.2 2.2s-1 2.2-2.2 2.2H11.2zm0 6.8C10 18 9 17 9 15.8s1-2.2 2.2-2.2h18c1.2 0 2.2 1 2.2 2.2s-1 2.2-2.2 2.2h-18z"/></symbol><symbol id="cookie-purple" xml:space="preserve" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><style>.bfst0{fill:#772583}</style><path class="bfst0" d="M46 0H18C8.1 0 0 8.1 0 18v28c0 9.9 8.1 18 18 18h28c9.9 0 18-8.1 18-18V18c0-9.9-8.1-18-18-18z"/><path d="M36 51.6c-10.8 2.2-21.4-4.8-23.6-15.7-2.2-11 4.8-21.6 15.6-23.9h.2c.7 0 1.3.6 1.3 1.3 0 3.3 2.6 5.9 5.8 5.9.9 0 1.8-.2 2.6-.6.4-.2.9-.2 1.3-.1s.8.4 1 .8c1.4 2.8 4.7 4 7.5 2.7.8-.4 1.8 0 2.2.8 1.4 2.8 2.1 5.9 2.1 9 0 9.6-6.7 17.9-16 19.8z" fill="#fff"/><path class="bfst0" d="M38.1 30.5c0-.9-.7-1.7-1.7-1.7-.9 0-1.7.8-1.7 1.7 0 .9.7 1.7 1.7 1.7s1.7-.7 1.7-1.7zm-11.7-1c1.8 0 3.3-1.5 3.3-3.4s-1.5-3.4-3.3-3.4c-1.8 0-3.3 1.5-3.3 3.4s1.5 3.4 3.3 3.4zm-7.9 3.7c-.9 0-1.7.8-1.7 1.7s.7 1.7 1.7 1.7c.9 0 1.7-.8 1.7-1.7 0-1-.7-1.7-1.7-1.7zm8.5 3.6c-1.8 0-3.3 1.5-3.3 3.4s1.5 3.4 3.3 3.4 3.3-1.5 3.3-3.4-1.5-3.4-3.3-3.4zm15.8-3.3c-1.4 0-2.5 1.1-2.5 2.5s1.1 2.5 2.5 2.5 2.5-1.1 2.5-2.5-1.1-2.5-2.5-2.5zM37 41.9c-.9 0-1.7.8-1.7 1.7s.7 1.7 1.7 1.7c.9 0 1.7-.8 1.7-1.7 0-1-.8-1.7-1.7-1.7z"/></symbol><symbol id="cookie-white" xml:space="preserve" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><style>.bgst0{fill:#fff}</style><path class="bgst0" d="M38.1 30.5c0-.9-.7-1.7-1.7-1.7-.9 0-1.7.8-1.7 1.7 0 .9.7 1.7 1.7 1.7s1.7-.7 1.7-1.7zm-11.7-1c1.8 0 3.3-1.5 3.3-3.4s-1.5-3.4-3.3-3.4c-1.8 0-3.3 1.5-3.3 3.4s1.5 3.4 3.3 3.4z"/><path class="bgst0" d="M46 0H18C8.1 0 0 8.1 0 18v28c0 9.9 8.1 18 18 18h28c9.9 0 18-8.1 18-18V18c0-9.9-8.1-18-18-18zM36 51.6c-10.8 2.2-21.4-4.8-23.6-15.7-2.2-11 4.8-21.6 15.6-23.9h.2c.7 0 1.3.6 1.3 1.3 0 3.3 2.6 5.9 5.8 5.9.9 0 1.8-.2 2.6-.6.4-.2.9-.2 1.3-.1s.8.4 1 .8c1.4 2.8 4.7 4 7.5 2.7.8-.4 1.8 0 2.2.8 1.4 2.8 2.1 5.9 2.1 9 0 9.6-6.7 17.9-16 19.8z"/><path class="bgst0" d="M18.5 33.2c-.9 0-1.7.8-1.7 1.7 0 .9.7 1.7 1.7 1.7.9 0 1.7-.8 1.7-1.7 0-1-.7-1.7-1.7-1.7zm8.5 3.6c-1.8 0-3.3 1.5-3.3 3.4s1.5 3.4 3.3 3.4 3.3-1.5 3.3-3.4-1.5-3.4-3.3-3.4zm15.8-3.3c-1.4 0-2.5 1.1-2.5 2.5s1.1 2.5 2.5 2.5 2.5-1.1 2.5-2.5-1.1-2.5-2.5-2.5zM37 41.9c-.9 0-1.7.8-1.7 1.7 0 .9.7 1.7 1.7 1.7.9 0 1.7-.8 1.7-1.7 0-1-.8-1.7-1.7-1.7z"/></symbol><symbol viewBox="0 0 35.2 35.2" id="cooperative-surf" xmlns="http://www.w3.org/2000/svg"><path d="M17.6 10.5c-2.9 0-5.2-2.4-5.2-5.2S14.7 0 17.6 0c2.9 0 5.2 2.4 5.2 5.2s-2.3 5.3-5.2 5.3zm0-9c-2.1 0-3.8 1.7-3.8 3.8S15.6 9 17.6 9c2.1 0 3.8-1.7 3.8-3.8s-1.7-3.7-3.8-3.7zM19.9 30.8h-4.5c-.4 0-.7-.3-.7-.7l-1-8.3H12c-.4 0-.8-.3-.8-.8v-3.4c0-3.5 2.9-6.4 6.4-6.4 3.5 0 6.4 2.9 6.4 6.4V21c0 .4-.3.8-.8.8h-1.6l-1 8.3c0 .4-.3.7-.7.7zM16 29.2h3.2l1-8.3c0-.4.4-.7.7-.7h1.5v-2.6c0-2.7-2.2-4.9-4.9-4.9s-4.9 2.2-4.9 4.9v2.6h1.5c.4 0 .7.3.7.7l1.2 8.3zM6.4 12.8c-2.3 0-4.1-1.9-4.1-4.1s1.9-4.1 4.1-4.1 4.1 1.9 4.1 4.1-1.9 4.1-4.1 4.1zm0-6.8C4.9 6 3.8 7.2 3.8 8.6s1.2 2.6 2.6 2.6S9 10.1 9 8.6 7.8 6 6.4 6zM8.6 28.5H4.1c-.4 0-.7-.3-.7-.6l-1-6.1H.8c-.5 0-.8-.4-.8-.8v-1.1c0-2 1-4 2.7-5.2 1.7-1.2 3.8-1.5 5.8-.9.4.1.6.6.5 1-.1.4-.6.6-1 .5-1.5-.5-3.1-.3-4.4.7s-2 2.4-2 4v.4H3c.4 0 .7.3.7.6l1 6.1H8l.5-2.8c.1-.4.5-.7.9-.6.4.1.7.5.6.9L9.4 28c-.1.2-.4.5-.8.5zM28.9 12.8c-2.3 0-4.1-1.9-4.1-4.1s1.9-4.1 4.1-4.1 4.1 1.8 4.1 4-1.9 4.2-4.1 4.2zm0-6.8c-1.4 0-2.6 1.2-2.6 2.6s1.2 2.6 2.6 2.6 2.6-1.2 2.6-2.6S30.3 6 28.9 6zM31.1 28.5h-4.5c-.4 0-.7-.3-.7-.6l-.6-3.4c-.1-.4.2-.8.6-.9.4-.1.8.2.9.6l.5 2.8h3.2l1-6.1c.1-.4.4-.6.7-.6h1.5v-.4c0-1.6-.8-3-2-4-1.3-.9-2.9-1.2-4.4-.7-.4.1-.8-.1-1-.5-.1-.4.1-.8.5-1 1.9-.7 4.1-.3 5.8.9 1.7 1.2 2.7 3.1 2.7 5.2V21c0 .4-.3.8-.8.8h-1.6l-1 6.1c-.1.3-.4.6-.8.6z"/><path d="M17.6 35.2c-6.5 0-17.6-.8-17.6-4.1 0-.4.3-.8.8-.8s.8.3.8.8c.2.9 6 2.6 16.1 2.6 10.1 0 15.9-1.7 16.1-2.6 0-.4.3-.7.8-.7.4 0 .7.3.7.8-.1 3.2-11.1 4-17.7 4z"/></symbol><symbol viewBox="0 0 24 24" id="cursor-target" xmlns="http://www.w3.org/2000/svg"><path d="M12 24c-.4 0-.8-.3-.8-.8v-1.5c-4.8-.4-8.6-4.2-9-9H.7c-.4 0-.7-.3-.7-.7s.3-.8.8-.8h1.5c.4-4.8 4.2-8.6 9-9V.7c-.1-.4.3-.7.7-.7s.8.3.8.8v1.5c4.8.4 8.6 4.2 9 9h1.5c.4 0 .8.3.8.8s-.3.8-.8.8h-1.5c-.4 4.8-4.2 8.6-9 9v1.5c-.1.3-.4.6-.8.6zm.7-3.8c3.9-.4 7.1-3.5 7.5-7.5h-3c-.3 2.3-2.2 4.1-4.4 4.4-.1.1-.1 3.1-.1 3.1zm-8.9-7.5c.4 3.9 3.5 7.1 7.5 7.5v-3C9 16.9 7.1 15 6.8 12.7h-3zm8.9 3c1.5-.3 2.6-1.5 2.9-2.9h-2.9v2.9zm-4.4-3c.3 1.5 1.5 2.6 2.9 2.9v-2.9H8.3zm11.9-1.5c-.4-3.9-3.5-7.1-7.5-7.5v3c2.3.3 4.1 2.2 4.4 4.4h3.1zm-4.5 0c-.3-1.5-1.5-2.6-2.9-2.9v2.9h2.9zm-4.5 0V8.3c-1.5.3-2.6 1.5-2.9 2.9h2.9zm-4.4 0C7.1 9 9 7.1 11.2 6.8v-3c-3.9.4-7.1 3.5-7.5 7.5h3.1z"/></symbol><symbol viewBox="0 0 33.9 35.3" id="data-and-server-services" xmlns="http://www.w3.org/2000/svg"><path d="M16.9 15C7.4 15 0 11.7 0 7.5S7.4 0 16.9 0c9.5 0 17 3.3 17 7.5 0 2-1.7 3.9-4.7 5.3-.4.2-.8 0-1-.4-.2-.4 0-.8.4-1 2.4-1.1 3.8-2.5 3.8-3.9 0-2.9-6.2-6-15.5-6-9.2 0-15.4 3.1-15.4 6s6.2 6 15.4 6c.4 0 .8.3.8.8s-.3.7-.8.7z"/><path d="M33.2 16.1c-.4 0-.8-.3-.8-.8V7.5c0-.4.3-.8.8-.8s.8.3.8.8v7.8c-.1.4-.4.8-.8.8zm-21.7 7.5h-.1C4.5 22.6 0 19.8 0 16.5v-9c0-.4.3-.8.8-.8s.8.3.8.8v9c0 2.4 4.2 4.7 10.2 5.6.4.1.7.4.6.9-.2.3-.5.6-.9.6z"/><path d="M12.6 32.8C5 31.9 0 29 0 25.5v-9c0-.4.3-.8.8-.8s.8.3.8.8v9c0 2.6 4.7 5 11.2 5.8.4 0 .7.4.7.8-.2.4-.5.7-.9.7zm11.9 2.5c-5.2 0-9.4-4.4-9.4-9.8s4.2-9.8 9.4-9.8 9.4 4.4 9.4 9.8-4.2 9.8-9.4 9.8zm0-18.1c-4.4 0-7.9 3.7-7.9 8.3 0 4.5 3.5 8.2 7.9 8.2s7.9-3.7 7.9-8.2c0-4.5-3.5-8.3-7.9-8.3z"/><path d="M23.3 29.9c-.5 0-1-.2-1.3-.6l-2.2-2.2c-.3-.3-.3-.8 0-1.1.3-.3.8-.3 1.1 0l2.2 2.2c.1.1.1.1.2.1s.2-.1.2-.1l4.2-5.8c.2-.3.7-.4 1-.2.3.2.4.7.2 1L24.7 29c-.3.4-.8.7-1.3.8 0 .1 0 .1-.1.1z"/></symbol><symbol viewBox="0 0 33.9 35.3" id="data-processing-and-analysis" xmlns="http://www.w3.org/2000/svg"><path d="M16.9 15C7.4 15 0 11.7 0 7.5S7.4 0 16.9 0c9.5 0 17 3.3 17 7.5 0 2-1.7 3.9-4.8 5.3-.4.2-.8 0-1-.4-.2-.4 0-.8.4-1 2.5-1.1 3.9-2.5 3.9-3.9 0-2.9-6.2-6-15.5-6-9.2 0-15.4 3.1-15.4 6s6.2 6 15.4 6c.4 0 .8.3.8.8s-.3.7-.8.7z"/><path d="M33.2 12.8c-.4 0-.8-.3-.8-.8V7.5c0-.4.3-.8.8-.8s.8.3.8.8V12c-.1.4-.4.8-.8.8zM11.6 23.6h-.1c-7-1-11.5-3.8-11.5-7.1v-9c0-.4.3-.8.8-.8s.8.3.8.8v9c0 2.4 4.2 4.8 10.2 5.6.4.1.7.4.6.8-.1.5-.4.7-.8.7z"/><path d="M13.5 32.9s-.1-.1 0 0C5.5 32.1 0 29.1 0 25.5v-9c0-.4.3-.8.8-.8s.8.3.8.8v9c0 2.7 5.2 5.2 12.1 5.9.4 0 .7.4.7.8-.2.4-.5.7-.9.7zM33.2 24h-5.4c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h4.7v-6c0-.4.3-.8.8-.8s.8.3.8.8v6.8c-.2.5-.5.8-.9.8z"/><path d="M24.5 35.3c-1.4 0-2.7-.3-4-1-3.9-1.9-6.1-6.4-5.2-10.8.9-4.4 4.6-7.6 9-7.7 4.4-.1 8.2 2.9 9.3 7.3.1.4-.1.8-.5.9-.4.1-.8-.1-.9-.5-.9-3.7-4-6.2-7.6-6.2h-.2c-3.7.1-6.8 2.8-7.6 6.5-.8 3.8 1 7.5 4.3 9.2 3.3 1.6 7.2.7 9.5-2.3.3-.3.7-.4 1.1-.1.3.3.4.7.1 1.1-1.8 2.3-4.5 3.6-7.3 3.6z"/></symbol><symbol viewBox="0 0 33.9 35.2" id="data-storage-and-management" xmlns="http://www.w3.org/2000/svg"><path d="M16.9 15C7.4 15 0 11.7 0 7.5S7.4 0 16.9 0c9.5 0 17 3.3 17 7.5 0 2-1.6 3.8-4.5 5.2-.4.2-.8 0-1-.4-.2-.4 0-.8.4-1 2.4-1.1 3.7-2.5 3.7-3.8 0-2.9-6.2-6-15.5-6-9.2 0-15.4 3.1-15.4 6s6.2 6 15.4 6c.4 0 .8.3.8.8s-.4.7-.9.7z"/><path d="M33.2 15c-.4 0-.8-.3-.8-.8V7.5c0-.4.3-.8.8-.8s.8.3.8.8v6.8c-.1.4-.4.7-.8.7zm-20.6 8.7c-.1 0-.1 0 0 0C5 22.9 0 20 0 16.5v-9c0-.4.3-.8.8-.8s.8.3.8.8v9c0 2.6 4.7 5 11.2 5.8.4 0 .7.4.7.8-.2.4-.6.6-.9.6z"/><path d="M12.6 32.8s-.1 0 0 0C5 31.9 0 29 0 25.5v-9c0-.4.3-.8.8-.8s.8.3.8.8v9c0 2.6 4.7 5 11.2 5.8.4 0 .7.4.7.8-.2.4-.5.7-.9.7zm11.9-5.4c-1.6 0-2.9-1.3-2.9-3s1.3-3 2.9-3 2.9 1.3 2.9 3-1.3 3-2.9 3zm0-4.5c-.8 0-1.4.7-1.4 1.5s.6 1.5 1.4 1.5 1.4-.7 1.4-1.5-.6-1.5-1.4-1.5z"/><path d="M24.5 35.2c-1.2 0-2.2-.8-2.6-2l-.6-2.2c-.1-.4-.5-.6-.8-.5l-2.1.5c-1.2.3-2.3-.3-2.9-1.3-.6-1-.4-2.3.4-3.2l1.5-1.7c.3-.3.3-.8 0-1l-1.5-1.7c-.8-.9-.9-2.2-.4-3.2.6-1.1 1.8-1.6 2.9-1.3l2.1.5c.3.1.7-.1.8-.5l.6-2.2c.3-1.2 1.4-2 2.6-2 1.2 0 2.2.8 2.5 2l.6 2.2c.1.4.5.6.8.5l2.1-.5c1.2-.3 2.3.3 2.9 1.3.6 1 .4 2.3-.4 3.2l-1.5 1.7c-.3.3-.3.8 0 1l1.5 1.7c.8.9.9 2.2.4 3.2-.6 1.1-1.8 1.6-2.9 1.3l-2.1-.5c-.3-.1-.7.1-.8.5l-.6 2.2c-.3 1.2-1.3 2-2.5 2zm-3.8-6.1c.9 0 1.8.6 2.1 1.6l.6 2.2c.2.5.6.9 1.1.9s1-.4 1.1-.9l.6-2.2c.3-1.1 1.5-1.8 2.6-1.5l2.1.5c.5.1 1-.1 1.3-.6.3-.5.2-1.1-.2-1.5l-1.5-1.7c-.8-.9-.8-2.2 0-3l1.5-1.7c.4-.4.4-1 .2-1.5s-.7-.7-1.2-.6l-2.1.5c-1.1.3-2.3-.4-2.6-1.5l-.6-2.2c-.2-.5-.7-.9-1.2-.9s-1 .4-1.1.9l-.6 2.2c-.3 1.1-1.5 1.8-2.6 1.5l-2.1-.5c-.5-.1-1 .1-1.3.6-.3.5-.2 1.1.2 1.5l1.5 1.7c.8.9.8 2.2 0 3L17 27.6c-.4.4-.4 1-.2 1.5.3.5.8.7 1.3.6l2.1-.5c.1-.1.3-.1.5-.1z"/></symbol><symbol viewBox="0 0 11 20" id="desk-microphone" xmlns="http://www.w3.org/2000/svg"><path d="M5.5 12.3c1.9 0 3.4-1.5 3.4-3.4V3.4C8.9 1.5 7.4 0 5.5 0 3.7 0 2.1 1.5 2.1 3.4v5.5c0 1.9 1.6 3.4 3.4 3.4z"/><path d="M8.1 15c1.4 0 2.5-1.1 2.5-2.5v-1.4c0-.3-.2-.5-.5-.5s-.5.2-.5.5v1.4c0 .8-.7 1.5-1.5 1.5H3c-.8 0-1.5-.7-1.5-1.5v-1.4c0-.3-.2-.5-.5-.5s-.5.2-.5.5v1.4C.5 13.9 1.6 15 3 15h2v3.5H1c-.3 0-.5.2-.5.5s.2.5.5.5h9.1c.3 0 .5-.2.5-.5s-.2-.5-.5-.5H6V15h2.1z"/></symbol><symbol viewBox="0 0 72 54" id="digital-assessment" xmlns="http://www.w3.org/2000/svg"><path d="M11.2 54C5 54 0 49 0 42.8v-4.5C0 37 1 36 2.2 36h2.2V6.8C4.5 3 7.5 0 11.2 0h49.5c3.7 0 6.8 3 6.8 6.8V36h2.2c1.2 0 2.2 1 2.2 2.2v4.5C72 49 67 54 60.8 54H11.2zM4.5 42.8c0 3.7 3 6.8 6.8 6.8h49.5c3.7 0 6.8-3 6.8-6.8v-2.2H45c-2.1 2.8-5.4 4.5-9 4.5-1.9 0-3.8-.5-5.5-1.5-1.3-.8-2.5-1.8-3.4-3H4.5v2.2zM28.2 36c.8 0 1.6.4 2 1.1.6 1 1.5 1.9 2.5 2.5 1 .6 2.1.9 3.3.9 2.4 0 4.6-1.3 5.8-3.4.4-.7 1.1-1.1 2-1.1H63V6.8c0-1.2-1-2.2-2.2-2.2H11.2C10 4.5 9 5.5 9 6.8V36h19.2z"/><path d="M18 31.5c-.9 0-1.7-.5-2-1.3s-.3-1.7.3-2.4l7.6-9.5c.6-.7.9-1.7.9-2.6 0-1.2-1-2.2-2.2-2.2s-2.2 1-2.2 2.2c0 1.2-1 2.2-2.2 2.2s-2.2-1-2.2-2.2c0-3.7 3-6.8 6.8-6.8s6.8 3 6.8 6.8c0 2-.7 3.9-1.9 5.4l-5 5.9H27c1.2 0 2.2 1 2.2 2.2s-1 2.2-2.2 2.2c0 .1-9 .1-9 .1zm29.2 0c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2h2.2V13.5h-2.2c-1.2 0-2.2-1-2.2-2.2C45 10 46 9 47.2 9h2.2C52 9 54 11 54 13.5V27h2.2c1.2 0 2.2 1 2.2 2.2s-1 2.2-2.2 2.2h-9zm-9-4.5C37 27 36 26 36 24.8v-2.2h-2.2c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2H36V16c0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2v2h2.2c1.2 0 2.2 1 2.2 2.2s-1 2.2-2.2 2.2h-2.2v2.2c.1 1.4-.9 2.4-2.2 2.4z"/></symbol><symbol viewBox="0 0 35.2 35.3" id="digital-learning-environment" xmlns="http://www.w3.org/2000/svg"><path d="M27.7 24H7.5c-1.7 0-3-1.3-3-3V7.5c0-.4.3-.8.8-.8s.7.4.7.8V21c0 .8.7 1.5 1.5 1.5h20.2c.8 0 1.5-.7 1.5-1.5V7.5c0-.4.3-.8.8-.8s.8.3.8.8V21c-.1 1.7-1.4 3-3.1 3z"/><path d="M32.2 35.3H3c-1 0-2-.5-2.6-1.4s-.6-2-.1-2.9l2.8-5.5c.9-1.8 2.7-2.9 4.7-2.9h19.7c2 0 3.8 1.1 4.7 2.9L35 31c.5.9.4 2-.1 2.9-.6.8-1.6 1.4-2.7 1.4zM7.8 24c-1.4 0-2.7.8-3.4 2.1l-2.8 5.5c-.2.5-.2 1 .1 1.5.3.4.8.7 1.3.7h29.2c.5 0 1-.3 1.3-.7.3-.4.3-1 .1-1.5l-2.8-5.5c-.6-1.3-1.9-2.1-3.4-2.1H7.8z"/><path d="M19.9 30.8h-4.5c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h4.5c.4 0 .8.3.8.8s-.4.8-.8.8zM17.6 15c-.3 0-.6-.2-.7-.5 0 0-.8-1.8-6.2-2-.9 0-1.6-.6-1.7-1.6V1.6c0-.5.3-.9.6-1.2.3-.3.8-.4 1.2-.4 4 .2 5.9 1.2 6.8 2 .9-.8 2.8-1.8 6.8-2 .4 0 .9.1 1.2.4.3.3.6.7.6 1.2v9.3c-.1 1-.8 1.7-1.8 1.6-5.2.2-6.1 1.9-6.2 2-.1.2-.2.4-.5.5h-.1zm-6.9-4c3.2.1 5.1.8 6.2 1.4v-9c-.2-.3-1.4-1.7-6.1-1.9h-.2l-.1.1v9.2c0 .1.1.2.2.2zm7.7-7.6v9c1.1-.7 2.9-1.3 6.1-1.4.2 0 .3-.1.3-.2V1.6l-.1-.1s-.1-.1-.1 0c-4.8.2-6 1.6-6.2 1.9z"/></symbol><symbol viewBox="0 0 72 72" id="digital-learning-resources" xmlns="http://www.w3.org/2000/svg"><path d="M6.8 72C3 72 0 69 0 65.3c0-1 .2-2.1.7-3l5.5-11c.9-1.9 2.3-3.4 4.1-4.5-.8-1.1-1.3-2.5-1.3-4v-27c0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2v27c0 1.2 1 2.2 2.2 2.2h40.5c1.2 0 2.2-1 2.2-2.2v-27c0-1.2 1-2.2 2.2-2.2s2.2 1 2.2 2.2v27c0 1.4-.5 2.8-1.3 4 1.7 1.1 3.1 2.6 4.1 4.5l5.5 11c.8 1.6.9 3.4.4 5.2-.6 1.7-1.8 3.1-3.4 3.9-.9.5-2 .7-3 .7L6.8 72zm9.5-22.5c-2.6 0-4.9 1.4-6 3.7l-5.5 11c-.2.3-.2.7-.2 1 0 1.2 1 2.2 2.2 2.2h58.5c.3 0 .7-.1 1-.2.5-.3.9-.7 1.1-1.3.2-.6.1-1.2-.1-1.7l-5.5-11c-1.2-2.3-3.5-3.7-6-3.7H16.3z"/><path d="M31.5 63c-1.2 0-2.2-1-2.2-2.2s1-2.2 2.2-2.2h9c1.2 0 2.2 1 2.2 2.2s-1 2.2-2.2 2.2h-9zM36 31.5c-.9 0-1.8-.6-2.1-1.5-.2-.3-2.2-3.2-11.7-3.5-2.2 0-4-1.6-4.2-3.8V3.8c.1-1.1.6-2.1 1.5-2.8.7-.6 1.7-1 2.7-1h.4C30 .3 33.9 2.1 36 3.8 38.1 2.1 42.1.4 49.6.1h.3c1 0 1.9.3 2.6 1 .9.7 1.4 1.7 1.5 2.8v18.8c-.2 2.2-2 3.8-4.1 3.8h-.1c-9.6.4-11.5 3.3-11.7 3.6-.2.6-.8 1.1-1.4 1.3-.2.1-.5.1-.7.1zM22.5 22c4.7.2 8.5 1 11.2 2.3V7.8c-.6-.7-3.1-3-11.3-3.3l.1 17.5zm15.7 2.4C41 23 44.8 22.2 49.5 22V4.5c-8.2.4-10.7 2.6-11.2 3.3v16.6z"/></symbol><symbol viewBox="0 0 75 75" id="dna" xmlns="http://www.w3.org/2000/svg"><path d="M74.8 20.7c-.6-1.6-2.3-2.5-4-1.9-.6.2-1.3.1-1.8-.4L56.8 6c-.5-.5-.6-1.2-.4-1.8.6-1.6-.2-3.4-1.8-4-1.6-.6-3.4.2-4 1.8 0 .1-.1.2-.1.2-2.2 6.5-2 13.6.8 20 1.9 4.5 2.2 9.4.9 14.1-.1.4-.5.7-1 .6-.1 0-.3-.1-.4-.2L38.3 24.2c-.3-.3-.3-.8 0-1.1.1-.1.2-.2.4-.2 1.7-.5 3.5-.7 5.4-.8 1.7 0 3.1-1.4 3.1-3.1 0-1.7-1.4-3.1-3.2-3.1h-.1c-7.4.2-14.4 3.2-19.7 8.4-8.2 8.1-10.6 20.3-6.2 31 .5 1.3 1 2.6 1.3 4 .1.4-.2.8-.6.9-.3.1-.5 0-.7-.2l-5.1-5.1c-.3-.3-.3-.7-.1-1 1-1.4.7-3.3-.8-4.3-.5-.4-1.2-.6-1.8-.6h-.1c-2.7.1-5.4.6-8 1.5-1.6.6-2.5 2.4-1.9 4 .6 1.6 2.3 2.4 3.9 1.9.6-.2 1.3-.1 1.8.4L18.2 69c.5.5.6 1.2.4 1.8-.6 1.6.2 3.4 1.8 4 1.6.6 3.4-.2 4-1.8 0-.1 0-.1.1-.2 2.2-6.5 2-13.6-.8-20-1.9-4.5-2.2-9.4-.9-14.1.1-.4.5-.7 1-.6.1 0 .3.1.4.2l12.5 12.4c.3.3.3.8 0 1.1-.1.1-.2.2-.4.2-1.7.5-3.5.7-5.4.8-1.7 0-3.1 1.4-3.1 3.1 0 1.7 1.4 3.1 3.2 3.1 7.4-.2 14.4-3.2 19.7-8.4 8.2-8.1 10.6-20.3 6.2-31-.5-1.3-1-2.6-1.3-4-.1-.4.2-.8.6-.9.3-.1.5 0 .7.2L62 20c.3.3.3.7.1 1-1 1.4-.7 3.3.8 4.3.5.4 1.2.6 1.8.6h.1c2.7-.1 5.4-.6 8-1.5 1.7-.3 2.6-2.1 2-3.7zM47.6 44.4c-1 1.2-2.2 2.3-3.4 3.3-.6.5-1.5.4-2.1-.1l-15.6-15c-.6-.5-.6-1.4-.1-2 1-1.2 2.2-2.3 3.4-3.3.6-.5 1.5-.4 2.1.1l15.6 14.9c.6.6.7 1.5.1 2.1z"/></symbol><symbol viewBox="0 0 10 10" id="dot-green" xmlns="http://www.w3.org/2000/svg"><circle cx="5" cy="5" r="5" fill="#009f4d"/></symbol><symbol viewBox="0 0 24 24" id="download" xmlns="http://www.w3.org/2000/svg"><path d="M20.5 13.8c0-1 .8-1.8 1.8-1.8s1.8.8 1.8 1.8v7.5c0 1.5-1.2 2.8-2.8 2.8H2.8C1.2 24 0 22.8 0 21.2v-7.5c0-1 .8-1.8 1.8-1.8s1.8.8 1.8 1.8v6.7h17v-6.6zm-2.2-7.3l.3.3c.4.4.4 1 0 1.4l-5.8 5.6c-.4.4-1 .4-1.4 0L5.5 8.3c-.4-.4-.4-1 0-1.4l.3-.3c.4-.4 1-.4 1.5 0l2.6 2.3c.4.4.7.2.7-.3V1c0-.6.4-1 1-1h1c.6 0 1 .4 1 1v7.5c0 .6.3.7.7.3l2.6-2.4c.3-.3 1-.3 1.4.1z"/></symbol><symbol viewBox="0 0 24 24" id="download-button" xmlns="http://www.w3.org/2000/svg"><path d="M8 10.7c-.3-.3-.8-.3-1.1 0s-.3.8 0 1.1l4.5 4.5c.1.1.2.1.2.2.1 0 .2.1.3.1s.2 0 .3-.1c.1 0 .2-.1.2-.2l4.5-4.5c.3-.3.3-.8 0-1.1s-.8-.3-1.1 0l-3.2 3.2V.8c.2-.5-.2-.8-.6-.8s-.8.3-.8.8V14L8 10.7z"/><path d="M18 3.8h-2.2c-.4 0-.8.3-.8.8s.3.8.8.8H18c1.2 0 2.2 1 2.2 2.2v12.8c0 1.2-1 2.2-2.2 2.2H6c-1.2 0-2.2-1-2.2-2.2V7.5c0-1.2 1-2.2 2.2-2.2h2.2c.5 0 .8-.4.8-.8s-.3-.7-.8-.7H6c-2.1 0-3.8 1.7-3.8 3.8v12.8C2.2 22.3 3.9 24 6 24h12c2.1 0 3.8-1.7 3.8-3.8V7.5c0-2.1-1.7-3.7-3.8-3.7z"/></symbol><symbol viewBox="0 0 24 24" id="e-learning-exchange" xmlns="http://www.w3.org/2000/svg"><path d="M12 16.486a.738.738 0 0 1-.238-.039l-2.811-.938a.748.748 0 0 1-.513-.711v-3.209l-1.313-.438v2.135a.75.75 0 0 1-1.5 0v-3.175a.72.72 0 0 1 .032-.21l.013-.042a.754.754 0 0 1 .122-.217.675.675 0 0 1 .148-.14.733.733 0 0 1 .198-.102l5.625-1.875a.736.736 0 0 1 .474-.001L17.863 9.4a.748.748 0 0 1 0 1.422l-2.299.766v3.209a.748.748 0 0 1-.513.711l-2.813.938a.717.717 0 0 1-.238.04zm0-1.541l2.063-.688v-2.169l-1.826.609a.76.76 0 0 1-.475 0l-1.824-.608v2.168l2.062.688zm0-3.75l3.253-1.084L12 9.027l-3.253 1.084L12 11.195z"/><path d="M20.953 13.234a.752.752 0 0 1-.715-.791C20.49 7.901 17 4 12.458 3.748a8.208 8.208 0 0 0-5.426 1.654h1.256a.75.75 0 0 1 0 1.5H5.106a.731.731 0 0 1-.261-.048c-.014-.005-.028-.01-.04-.016a.738.738 0 0 1-.392-.401c-.003-.007-.007-.016-.009-.025a.734.734 0 0 1-.048-.26V2.97a.75.75 0 0 1 1.5 0v1.448a9.69 9.69 0 0 1 6.685-2.167c5.368.298 9.492 4.908 9.195 10.275a.75.75 0 0 1-.783.708zm-2.059 8.517a.75.75 0 0 1-.75-.75v-1.447a9.69 9.69 0 0 1-6.684 2.167 9.69 9.69 0 0 1-6.726-3.234 9.683 9.683 0 0 1-2.469-7.042.75.75 0 0 1 .749-.708l.042.001a.744.744 0 0 1 .517.249.744.744 0 0 1 .19.542 8.2 8.2 0 0 0 2.089 5.959 8.194 8.194 0 0 0 6.154 2.749 8.188 8.188 0 0 0 4.964-1.667h-1.258a.75.75 0 0 1 0-1.5h3.181a.75.75 0 0 1 .531.218.732.732 0 0 1 .176.28.71.71 0 0 1 .045.249v3.185a.752.752 0 0 1-.751.749z"/></symbol><symbol viewBox="0 0 16 16" id="education" xmlns="http://www.w3.org/2000/svg"><path d="M7.3 0h7.3c.8 0 1.4.6 1.4 1.3v8c0 .7-.6 1.3-1.3 1.3H9c-.4 0-.7-.3-.7-.7s.3-.7.7-.7h5.3c.2 0 .3-.1.3-.3V1.7c0-.2-.1-.3-.3-.3h-7c-.3-.1-.6-.3-.7-.7s.3-.7.7-.7zM8 6.3l1.2-1.2c.1-.1.1-.2 0-.2L8 3.7c-.2-.2-.2-.5 0-.7s.5-.2.7 0l1.7 1.7c.2.2.2.5 0 .7L8.7 7c-.2.2-.5.2-.7 0s-.2-.5 0-.7zm3 .9c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h2.3c.3 0 .5.2.5.5s-.2.5-.5.5H11zm-7.6-2c1.9 0 3.4 1.5 3.4 3.4v2c0 .2-.1.3-.3.3H5.4c-.1 0-.2.1-.2.1l-.5 4.6c0 .2-.2.3-.3.3h-2c-.2 0-.3-.1-.3-.3L1.6 11c0-.1-.1-.2-.2-.1H.3c-.2 0-.3-.1-.3-.3v-2c0-1.9 1.5-3.4 3.4-3.4zm2.3-2.8c0 1.2-1 2.2-2.2 2.2s-2.2-1-2.2-2.2S2.3.2 3.5.2s2.2 1 2.2 2.2z" fill-rule="evenodd" clip-rule="evenodd"/></symbol><symbol viewBox="0 0 35.2 35.2" id="education-and-it" xmlns="http://www.w3.org/2000/svg"><path d="M18.7 13.9h-.2L14 12.5c-.3-.1-.5-.4-.5-.7v-6c0-.4.3-.8.8-.8s.7.4.7.8v5.4l3.8 1.1 3.8-1.1V5.8c0-.4.3-.8.8-.8s.6.4.6.8v5.9c0 .3-.2.6-.5.7L19 13.8c-.1.1-.2.1-.3.1z"/><path d="M18.7 8.2h-.3l-9-3.4c-.2-.1-.4-.4-.4-.7s.2-.6.5-.7l9-3.4h.5l9 3.4c.3.1.5.4.5.7s-.2.6-.5.7l-9 3.4h-.3zm-6.8-4.1l6.9 2.6 6.9-2.6-6.9-2.6-6.9 2.6z"/><path d="M9.7 9.4c-.4 0-.7-.4-.7-.8V4.1c0-.4.3-.8.8-.8s.8.3.8.8v4.5c-.1.4-.4.8-.9.8z"/><path d="M27.7 24H7.5c-1.7 0-3-1.3-3-3V7.5c0-.4.3-.8.8-.8s.7.4.7.8V21c0 .8.7 1.5 1.5 1.5h20.2c.8 0 1.5-.7 1.5-1.5V7.5c0-.4.3-.8.8-.8s.8.3.8.8V21c-.1 1.7-1.4 3-3.1 3z"/><path d="M32.2 35.3H3c-1 0-2-.5-2.6-1.4-.5-.9-.6-2-.1-2.9l2.8-5.5c.9-1.8 2.7-2.9 4.7-2.9h19.7c2 0 3.8 1.1 4.7 2.9L35 31c.5.9.4 2-.1 2.9-.7.8-1.6 1.4-2.7 1.4zM7.8 24c-1.4 0-2.7.8-3.4 2.1l-2.8 5.5c-.2.5-.2 1 .1 1.5.3.4.8.7 1.3.7h29.2c.5 0 1-.3 1.3-.7.3-.4.3-1 .1-1.5l-2.8-5.5c-.6-1.3-1.9-2.1-3.4-2.1H7.8z"/><path d="M19.9 30.8h-4.5c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h4.5c.4 0 .8.3.8.8s-.4.8-.8.8z"/></symbol><symbol viewBox="0 0 35.2 29.6" id="education-and-test-environment" xmlns="http://www.w3.org/2000/svg"><path d="M17.6 12.8c-2.3 0-4.1-1.9-4.1-4.1s1.9-4.1 4.1-4.1 4.1 1.9 4.1 4.1-1.8 4.1-4.1 4.1zm0-6.8C16.2 6 15 7.2 15 8.6s1.2 2.6 2.6 2.6 2.6-1.2 2.6-2.6S19.1 6 17.6 6z"/><path d="M11.6 14.8c-.2 0-.4-.1-.5-.2-.3-.3-.3-.8 0-1.1l3.4-3.4c.3-.3.8-.3 1.1 0s.3.8 0 1.1l-3.4 3.4c-.2.2-.4.2-.6.2z"/><path d="M9.8 18.4c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3c0 1.6-1.4 3-3 3zm0-4.5c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5 1.5-.7 1.5-1.5c-.1-.9-.7-1.5-1.5-1.5zm13.9.9c-.2 0-.4-.1-.5-.2l-3.4-3.4c-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0l3.4 3.4c.3.3.3.8 0 1.1-.3.2-.4.2-.6.2z"/><path d="M25.5 18.4c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3c0 1.6-1.3 3-3 3zm0-4.5c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5 1.5-.7 1.5-1.5c0-.9-.7-1.5-1.5-1.5z"/><path d="M32.2 22.9c-.4 0-.8-.3-.8-.8V3c0-.8-.7-1.5-1.5-1.5H5.2c-.8 0-1.4.7-1.4 1.5v19.1c0 .4-.3.8-.8.8s-.8-.3-.8-.8V3c0-1.7 1.3-3 3-3H30c1.7 0 3 1.3 3 3v19.1c0 .4-.3.8-.8.8z"/><path d="M30 29.6H5.2c-2.9 0-5.2-2.4-5.2-5.2v-2.2c0-.4.3-.8.8-.8h13c.3 0 .5.1.7.4.7 1.2 1.9 1.9 3.2 1.9s2.6-.7 3.2-1.9c.1-.2.4-.4.7-.4h13c.4 0 .8.3.8.8v2.2c-.2 2.9-2.5 5.2-5.4 5.2zM1.5 22.9v1.5c0 2.1 1.7 3.8 3.8 3.8H30c2.1 0 3.8-1.7 3.8-3.8v-1.5H21.9c-1 1.4-2.6 2.2-4.3 2.2-1.7 0-3.3-.9-4.3-2.2H1.5z"/></symbol><symbol viewBox="0 0 16 16" id="email" xmlns="http://www.w3.org/2000/svg"><path d="M7.4 9.7L.9 3.2c-.1-.1-.1-.3 0-.5.1 0 .2-.1.2-.1h13.7c.2 0 .3.2.3.4 0 .1-.1.1-.1.2L8.6 9.7c-.3.3-.9.3-1.2 0zm8.5-5.9c.1.1.1.1.1.2v8c0 .7-.6 1.3-1.3 1.3H1.3C.6 13.3 0 12.7 0 12V4c0-.1 0-.1.1-.1h.1L4.3 8c.1.1.1.2 0 .3L1 11.6c-.2.2-.2.5 0 .7s.5.2.7 0L5 9c.1-.1.2-.1.3 0l1.4 1.4c.7.7 1.9.7 2.6 0L10.7 9c.1-.1.2-.1.3 0l3.3 3.3c.2.2.5.2.7 0s.2-.5 0-.7l-3.3-3.3c-.1-.1-.1-.2 0-.3l4.1-4.1c0-.1.1-.1.1-.1z" fill-rule="evenodd" clip-rule="evenodd"/></symbol><symbol viewBox="0 0 16 16" id="external-link" xmlns="http://www.w3.org/2000/svg"><path d="M13.7 13.7V9.8c0-.6.5-1.2 1.1-1.2.6 0 1.2.5 1.2 1.1v4.4c0 1-.8 1.8-1.8 1.8H1.8c-1 0-1.8-.8-1.8-1.8V1.8C0 .8.8 0 1.8 0h4.3c.6 0 1.2.6 1.1 1.2 0 .6-.5 1.1-1.1 1.1H2.3v11.3h11.4zM9.1.9V.7c0-.4.3-.7.7-.7l5.4.1c.4 0 .7.3.7.7l.1 5.3c0 .4-.3.7-.6.7h-.3c-.4 0-.7-.3-.7-.7l-.1-2.3c0-.4-.2-.5-.5-.2l-3.1 3.1c-.3.3-.7.3-1 0l-.5-.5c-.2-.2-.2-.7 0-.9l3.1-3.1c.3-.3.2-.5-.2-.5l-2.3-.1c-.4 0-.7-.3-.7-.7z"/></symbol><symbol viewBox="0 0 24 24" id="facebook" xmlns="http://www.w3.org/2000/svg"><path d="M19.5 14.6c0 .3-.2.4-.5.4h-2c-.3 0-.5.2-.5.5v8c0 .3.2.5.5.5h6c.6 0 1-.4 1-1V1c0-.6-.4-1-1-1H1C.4 0 0 .4 0 1v22c0 .6.4 1 1 1h11c.3 0 .5-.2.5-.5v-8c0-.3-.2-.5-.5-.5h-2c-.3 0-.5-.2-.5-.5v-3c0-.3.2-.5.5-.5h2c.3 0 .5-.2.5-.5V9.2c0-3.1 2.5-5.7 5.7-5.7h1.3c.3 0 .5.2.5.5v3c0 .3-.2.5-.5.5h-1.3c-.9 0-1.7.8-1.7 1.7v1.3c0 .3.2.5.5.5h2.4c.3 0 .5.2.5.5v.1s-.3 3-.4 3z" fill-rule="evenodd" clip-rule="evenodd"/></symbol><symbol viewBox="0 0 42 52" id="flask" xmlns="http://www.w3.org/2000/svg"><path d="M35.2 44.2L30.5 28c-.1-.3-.1-.7 0-1L35 10c.1-.5.7-.8 1.2-.7l2.9.8c1.1.3 2.2-.3 2.4-1.4.3-1-.4-2.1-1.4-2.4L17 .1c-1.1-.3-2.2.3-2.4 1.4-.3 1 .4 2.1 1.4 2.4l2.9.8c.5.1.8.7.7 1.2L15 22.8c-.1.3-.3.6-.5.9l-12 11.6c-2.5 2.1-2.8 5.8-.7 8.3.8.9 1.9 1.6 3 1.9L28 51.7c3.2.8 6.5-1 7.3-4.1.3-1.1.3-2.3-.1-3.4zm-21-11.9c-.5-.1-.8-.7-.7-1.2 0-.2.1-.3.3-.4l4.4-4.3c.2-.2.4-.5.5-.9l4.7-17.7c.1-.5.7-.8 1.2-.7l5.7 1.5c.5.1.8.7.7 1.2L29.6 15c-.1.5-.7.8-1.2.7L26 15c-.8-.2-1.6.2-1.8 1-.2.8.3 1.6 1 1.8l2.5.7c.5.1.8.7.7 1.2l-.5 1.9c-.1.5-.7.8-1.2.7l-2.5-.7c-.8-.2-1.6.2-1.8 1-.2.8.3 1.6 1 1.8l2.6.6c.5.1.8.7.7 1.2l-.4 1.4c-.1.3-.1.7 0 1l1.7 5.9c.1.5-.2 1-.7 1.2h-.5l-12.6-3.4zm-2.5 11c-1.6-.4-2.6-2.1-2.1-3.7.4-1.6 2.1-2.6 3.7-2.1 1.6.4 2.6 2.1 2.1 3.7-.4 1.6-2.1 2.6-3.7 2.1zM22 39.4c-1.1-.3-1.7-1.4-1.4-2.4.3-1.1 1.4-1.7 2.4-1.4 1.1.3 1.7 1.4 1.4 2.4-.3 1-1.4 1.6-2.4 1.4zm3 8c-1.1-.3-1.7-1.4-1.4-2.4.3-1.1 1.4-1.7 2.4-1.4 1.1.3 1.7 1.4 1.4 2.4-.3 1-1.4 1.6-2.4 1.4z"/></symbol><symbol viewBox="0 0 55 55" id="globe" xmlns="http://www.w3.org/2000/svg"><path d="M38 29.2c-.6 3.1-1.8 6-3.5 8.6-.2.2-.5.3-.7.2-4.4-2.4-9.1-4-14.1-4.9-.2 0-.4-.2-.5-.5-.4-3-.3-5.9.2-8.9l.1-.1c2.5 0 4.6-1.7 5.3-4.2.1-.3.3-.4.6-.4h.2c3.8.2 7.4 1.5 10.5 3.8.2.1.3.4.2.6-.1.4-.2.9-.2 1.3 0 1.5.6 2.9 1.7 3.9.2.2.2.4.2.6zM31.8 42c-1.7 1.7-3.5 3.4-5.4 4.9-.2.2-.5.1-.7-.1-1.4-1.7-2.6-3.6-3.5-5.7-.5-1.1-.9-2.2-1.2-3.3v-.3c.1-.3.3-.6.6-.5 3.5.8 6.9 2.2 10 3.9.1 0 .1.1.2.1.3.3.2.7 0 1zM14 32c-4.3-.3-8.6 0-12.7 1-.1 0-.3 0-.4-.1-.1-.1-.2-.2-.2-.4-.5-1.8-.7-3.7-.7-5.6v-1c0-.1.1-.3.2-.4C3.7 22.2 8 19.9 12.6 19c.3 0 .5.1.6.4.4.9 1 1.7 1.7 2.3 0 0 .1.1 0 .2-.6 3.1-.8 6.3-.5 9.5v.1c.1.2-.1.5-.4.5zm6.6 16.2c-2.9 1.2-6 1.8-9.1 1.8-.1 0-.2 0-.3-.1-4.1-3.1-7.3-7.3-9.2-12.2-.1-.2 0-.3 0-.5.1-.1.2-.2.4-.3 4.1-.9 8.4-1.2 12.6-.8.2 0 .4.2.5.4.5 1.9 1.2 3.8 2 5.6.9 1.8 2 3.5 3.3 5.1.2.2.2.6-.1.8 0 .1 0 .2-.1.2zm23.1-19c3.2 4.1 5.4 8.9 6.3 14.1 0 .2 0 .3-.1.4-3.7 5-9 8.6-15 10.2-.2 0-.3 0-.5-.1-2.2-1.5-4.2-3.2-6.2-5-.2-.2-.3-.6 0-.8l.1-.1c8.4-5.8 12-12.1 13.4-18.3.1-.2.3-.4.5-.5.3 0 .6-.1.9-.2.2.1.5.1.6.3zM13.2 16.6c-4 .6-7.9 2.1-11.3 4.3-.1.1-.3.1-.5.1-.3-.1-.5-.4-.4-.7C4.3 9.1 13.9 1.1 25.4 0c.2 0 .3 0 .4.1.2.2.3.6.1.9-2.9 3.4-5.3 7.2-7.2 11.2 0 .1-.1.1-.2.1-2.2.3-4.1 1.8-4.9 3.9 0 .2-.2.4-.4.4zm11.6 34.5c1.3 1 2.6 2 4 3 .1.1.2.2.2.4 0 .3-.2.5-.6.5h-.7c-3.1 0-6.3-.4-9.3-1.3-.2 0-.3-.2-.4-.4-.1-.3.1-.5.4-.6 1.9-.4 3.8-1 5.7-1.7.2 0 .5 0 .7.1zm18.3-31.8c-.1-4.9-.8-9.8-2-14.5 0-.1 0-.3.1-.4.2-.3.5-.3.8-.2 8 4.8 13 13.6 13 23 0 3.6-.7 7.1-2.1 10.4-.1.3-.5.4-.7.3-.2-.1-.3-.2-.3-.3-1.3-3.8-3.2-7.3-5.7-10.4-.2-.2-.2-.4-.1-.6.3-.7.5-1.4.5-2.2 0-2-1.2-3.8-3.1-4.6-.3-.1-.4-.3-.4-.5zm-21-6.5c2.3-4.6 5.3-8.9 8.8-12.6.1-.1.3-.2.5-.2 1.8.2 3.5.7 5.2 1.3.2.1.3.2.4.4 1.8 6 2.8 12.3 3 18.6 0 .2-.1.5-.4.6-.1 0-.2.1-.3.2-.2.1-.4.1-.6-.1-3.9-2.9-8.5-4.6-13.4-4.8-.2 0-.3 0-.5.1-.3.1-.6 0-.7-.3-.4-.9-1.1-1.7-1.9-2.3-.2-.3-.3-.6-.1-.9z" fill-rule="evenodd" clip-rule="evenodd"/></symbol><symbol viewBox="0 0 53.6 53.6" id="globe-lock" xmlns="http://www.w3.org/2000/svg"><path d="M49.2 53.7H35.4c-2.5 0-4.5-2-4.5-4.5V38.9c0-2.1 1.5-3.9 3.5-4.3V32c0-4.4 3.5-7.9 7.9-7.9s7.9 3.5 7.9 7.9v2.6c2 .5 3.5 2.2 3.5 4.3v10.3c0 2.5-2 4.5-4.5 4.5zM35.3 36.4c-1.3 0-2.3 1.1-2.3 2.5v10.3c0 1.4 1.1 2.5 2.5 2.5h13.8c1.4 0 2.5-1.1 2.5-2.5V38.9c0-1.3-1-2.4-2.3-2.5h-14zm1.1-2h11.8V32c0-3.3-2.6-5.9-5.9-5.9-3.3 0-5.9 2.6-5.9 5.9v2.4zM25.1 53.6c-1.6-.1-3.1-.4-4.6-.7C13.1 51 6.9 46.1 3.3 39.5c0-.1-.1-.2-.2-.4C1 35.5 0 31.2 0 26.8c0-5.9 1.9-11.4 5.2-15.9 0-.1.2-.3.3-.4C9.1 5.8 14.2 2.3 20.2.8h.3c1.4-.5 3-.7 4.5-.8 2.8-.2 5.6 0 8.2.7h.2c5.9 1.5 11.1 5 14.8 9.8 0 0 .2.2.2.3 2.6 3.5 4.4 7.7 5 12.4 0 .5-.3 1.1-.9 1.1-.6 0-1.1-.3-1.1-.9-.6-4.2-2.1-8-4.5-11.2h-8.6c.5 1.9.8 3.9 1 5.9 0 .5-.4 1-.9 1.1-.6 0-1-.4-1.1-.9-.2-2-.5-4.1-1-6h-19c-.9 3.6-1.4 7.6-1.6 11.8h14.5c.6 0 1 .4 1 1s-.4 1-1 1H15.7v.7c0 3.9.3 7.6.9 11.1H25c.6 0 1 .4 1 1s-.4 1-1 1h-8c.9 4.5 2.4 8.4 4.2 11.2 1.3.3 2.6.5 3.9.6.6 0 1 .5.9 1.1 0 .5-.5.9-1 .9zM5.7 39.9c2.9 4.7 7.4 8.4 12.7 10.3-1.5-2.8-2.6-6.4-3.4-10.3H5.7zm-1.1-2h10.1c-.6-3.5-.9-7.2-.9-11.1v-.7H2v.7c0 4 .9 7.7 2.6 11.1zM2.1 24.1h11.7c.2-4.2.7-8.2 1.5-11.8H6.6C4.1 15.7 2.5 19.7 2 24.1zm35.8-13.8h7.5c-2.8-3.1-6.3-5.5-10.3-6.9 1.1 2.2 2.1 4.5 2.8 6.9zm-20 0h17.9c-.8-2.7-2-5.3-3.4-7.7-2.3-.5-4.8-.8-7.3-.6-1.4 0-2.7.3-4 .6-1.3 2-2.4 4.7-3.3 7.7zm-9.6 0h7.5c.7-2.6 1.6-4.9 2.6-6.9-3.9 1.4-7.4 3.8-10.1 6.9zm34 35.7c-1 0-1.9-.8-1.9-1.9s.8-1.9 1.9-1.9 1.9.8 1.9 1.9-.8 1.9-1.9 1.9zm0-2s-.1 0-.1.1c0 .2.3.2.3 0s0-.1-.1-.1z"/></symbol><symbol id="graduation" xml:space="preserve" viewBox="0 0 35 27" xmlns="http://www.w3.org/2000/svg"><style>.cest0{fill-rule:evenodd;clip-rule:evenodd}</style><path class="cest0" d="M34.2 6.5L18 .1c-.3-.1-.7-.1-1 0L.8 6.5c-.5.2-.8.7-.8 1.3v8.5c0 .7.6 1.4 1.3 1.4.7 0 1.3-.6 1.3-1.4v-5.6c.1-.4.4-.7.8-.7h.2l13.5 4.8c.3.1.6.1.9 0l16.2-5.7c.7-.2 1.1-1 .8-1.7-.2-.4-.5-.7-.8-.9-.1 0 0 0 0 0z"/><path class="cest0" d="M26.3 15.2L18.4 18c-.6.2-1.2.2-1.8 0l-7.9-2.8c-.4-.1-.9-.1-1.2.2-.4.3-.6.7-.6 1.1v5.8c0 .6.4 1.1.9 1.3l6.9 2.5c1.8.6 3.7.6 5.5 0l6.9-2.5c.5-.2.9-.7.9-1.3v-5.8c0-.4-.2-.9-.6-1.1-.2-.3-.7-.3-1.1-.2z"/></symbol><symbol viewBox="0 0 13.2 12" id="house" xmlns="http://www.w3.org/2000/svg"><path class="cfcls-1" d="M11.1 12H7.9c-.3 0-.5-.2-.5-.5V8.2c0-.2-.1-.3-.3-.3h-.8c-.2 0-.3.1-.3.3v3.3c0 .3-.2.5-.5.5H2.3c-.3 0-.5-.2-.5-.5V7c0-.3.2-.5.5-.5s.5.2.5.5v4H5V8.2c0-.7.6-1.3 1.3-1.3h.8c.7 0 1.3.6 1.3 1.3V11h2.2V7c0-.3.2-.5.5-.5s.5.2.5.5v4.5c0 .3-.2.5-.5.5z"/><path class="cfcls-1" d="M12.7 6.7c-.1 0-.3 0-.4-.1L6.8 1.1c-.1-.1-.3-.1-.4 0L.9 6.6c-.2.2-.5.2-.7 0-.2-.2-.2-.5 0-.7L5.7.4c.5-.5 1.4-.5 1.9 0l5.5 5.5c.2.2.2.5 0 .7 0 0-.2.1-.4.1z"/></symbol><symbol id="human-resources" xml:space="preserve" viewBox="0 0 14.9 10.6" xmlns="http://www.w3.org/2000/svg"><style>.cgst0{fill-rule:evenodd;clip-rule:evenodd}</style><ellipse class="cgst0" cx="10.8" cy="2.7" rx="2.6" ry="2.7"/><path class="cgst0" d="M10.8 6.2c-.9 0-1.7.3-2.4.8-.1.2-.2.3-.1.4.6.8.9 1.8.9 2.9 0 .1.1.3.3.3h5.2c.1 0 .1 0 .2-.1 0-.1.1-.1.1-.2-.2-2.3-2-4.1-4.2-4.1zm-6.7 0c-2.2 0-4 1.8-4.1 4 0 .1 0 .1.1.2 0 .1.1.1.2.1H8c.1 0 .1 0 .2-.1 0-.1.1-.1.1-.2-.2-2.2-2-4-4.2-4zm.9-1C6.3 4.7 7 3.3 6.6 2 6.2.6 4.9-.2 3.6 0 2.3.3 1.4 1.6 1.5 3c.1 1.4 1.3 2.5 2.6 2.4.3 0 .7 0 .9-.2z"/></symbol><symbol viewBox="0 0 35.3 33.9" id="it-facilities" xmlns="http://www.w3.org/2000/svg"><path d="M25.5 18.8c-5.4 0-9.8-4.2-9.8-9.4S20.1 0 25.5 0c.4 0 .8.3.8.8s-.3.8-.8.8c-4.5 0-8.2 3.5-8.2 7.9s3.7 7.9 8.2 7.9 8.2-3.5 8.2-7.9c0-.4.3-.8.8-.8s.8.3.8.8c-.1 5.1-4.4 9.3-9.8 9.3z"/><path d="M25.5 11.9c-.5 0-1-.2-1.3-.5l-2.6-2.5c-.3-.3-.3-.8 0-1.1.3-.3.8-.3 1.1 0l2.6 2.5c.1.1.4.1.6 0L34 2.4c.3-.3.8-.3 1.1 0s.3.8 0 1.1l-8.2 7.9c-.4.3-.9.5-1.4.5zm-2.3 22H12c-.2 0-.5-.1-.6-.3s-.2-.4-.1-.6l1.1-4.3c.1-.3.4-.6.7-.6h9c.3 0 .6.2.7.6L24 33c.1.2 0 .5-.1.6-.2.2-.4.3-.7.3zM13 32.4h9.3l-.7-2.8h-7.8l-.8 2.8z"/><path d="M26.6 33.9h-18c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h18c.4 0 .8.3.8.8s-.4.8-.8.8zm7.9-8.6H.8c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h33.8c.4 0 .8.3.8.8s-.5.8-.9.8z"/><path d="M30 29.6H5.2c-2.9 0-5.2-2.3-5.2-5.1V9.4c0-2.8 2.4-5.1 5.2-5.1H12c.4 0 .8.3.8.8s-.4.7-.8.7H5.2c-2.1 0-3.8 1.6-3.8 3.6v15.1c0 2 1.7 3.6 3.8 3.6H30c2.1 0 3.8-1.6 3.8-3.6v-4.3c0-.4.3-.8.8-.8s.8.3.8.8v4.3c-.2 2.8-2.5 5.1-5.4 5.1z"/></symbol><symbol viewBox="0 0 33 33" id="joint-purchasing" xmlns="http://www.w3.org/2000/svg"><path d="M16.5 33C7.4 33 0 25.6 0 16.5S7.4 0 16.5 0 33 7.4 33 16.5 25.6 33 16.5 33zm0-31.5c-8.3 0-15 6.7-15 15s6.7 15 15 15 15-6.7 15-15-6.7-15-15-15z"/><path d="M18.8 24c-4.8 0-7.5-2.7-7.5-7.5S14 9 18.8 9c.4 0 .8.3.8.8s-.3.8-.8.8c-3.9 0-6 2.1-6 6s2.1 6 6 6c.4 0 .8.3.8.8s-.4.6-.8.6z"/><path d="M18.8 15h-9c-.5 0-.8-.3-.8-.8s.3-.8.8-.8h9c.4 0 .8.3.8.8s-.4.8-.8.8zm-2.3 4.5H9.8c-.4 0-.8-.3-.8-.8s.3-.7.8-.7h6.8c.4 0 .8.3.8.8s-.5.7-.9.7z"/></symbol><symbol viewBox="0 0 16 16" id="link" xmlns="http://www.w3.org/2000/svg"><path d="M8.3 10.2c.4-.2.8 0 1 .4.3.8.2 1.8-.5 2.4l-2.1 2.1c-1.2 1.2-3.1 1.2-4.2 0L.9 13.5c-1.2-1.2-1.2-3.1 0-4.2L3 7.2c.6-.6 1.6-.8 2.4-.5.4.1.6.6.4 1-.1.4-.6.6-1 .4-.2-.1-.5 0-.8.2l-2.1 2.1c-.6.6-.6 1.5 0 2.1l1.6 1.6c.6.6 1.5.6 2.1 0L7.7 12c.3-.3.3-.6.2-.9-.2-.3 0-.8.4-.9zm-3.5 1c-.3-.3-.3-.8 0-1.1l5.8-5.8c.3-.3.8-.3 1.1 0s.3.7 0 1l-5.8 5.8c-.3.4-.8.4-1.1.1zm10.3-8.7c1.2 1.2 1.2 3.1 0 4.2L13 8.8c-.6.6-1.6.8-2.4.5-.4-.1-.6-.6-.4-1 .1-.4.6-.6 1-.4.2.1.5 0 .8-.2l2.1-2.1c.6-.6.6-1.5 0-2.1l-1.6-1.6c-.6-.6-1.5-.6-2.1 0L8.3 4c-.2.3-.3.6-.2.9.2.4 0 .8-.4 1s-.8 0-1-.4c-.3-.9-.1-1.9.5-2.5L9.3.9c1.2-1.2 3.1-1.2 4.2 0l1.6 1.6z" fill-rule="evenodd" clip-rule="evenodd"/></symbol><symbol viewBox="0 0 24 24" id="linkedin" xmlns="http://www.w3.org/2000/svg"><path d="M2.5 22.5c-.3 0-.5-.2-.5-.5V9c0-.3.2-.5.5-.5h4c.3 0 .5.2.5.5v13c0 .3-.2.5-.5.5h-4zM6.2 2.2c1 1 1 2.6 0 3.5-1 1-2.5 1-3.5 0s-1-2.6 0-3.5 2.5-.9 3.5 0zm12.3 20.3c-.3 0-.5-.2-.5-.5v-7.5c0-1.4-1.1-2.5-2.5-2.5S13 13.1 13 14.5V22c0 .3-.2.5-.5.5h-3c-.3 0-.5-.2-.5-.5V9c0-.3.2-.5.5-.5h3c.3 0 .5.2.5.5 0 .2.2.4.4.4.1 0 .2-.1.3-.1.8-.9 2-1.3 3.2-1.3 3 0 5.1 1.8 5.1 5.6V22c0 .3-.2.5-.5.5h-3z" fill-rule="evenodd" clip-rule="evenodd"/></symbol><symbol viewBox="0 0 16 24" id="location" xmlns="http://www.w3.org/2000/svg"><path d="M8 24c.4 0 .7-.2.9-.5C11 20.1 16 11.8 16 8.2 16 3.7 12.4 0 8 0S0 3.7 0 8.2c0 3.6 5 11.9 7.1 15.3.2.3.5.5.9.5zM4.2 7.8c0-2.1 1.7-3.9 3.8-3.9 2.1 0 3.8 1.7 3.8 3.9 0 2.1-1.7 3.9-3.8 3.9-2.1 0-3.8-1.8-3.8-3.9z"/></symbol><symbol viewBox="0 0 100 52" id="logo" xmlns="http://www.w3.org/2000/svg"><path d="M92.4 31.4c4.2 0 7.6 3.5 7.6 7.8v5c0 4.3-3.4 7.8-7.6 7.8H80.9c-4.2 0-7.6-3.5-7.6-7.8v-3.1c0-5.4-4.3-9.7-9.5-9.7H9.5c-5.3 0-9.5-4.3-9.5-9.7v-12C0 4.3 4.3 0 9.5 0h54.3c5.3 0 9.5 4.3 9.5 9.7v12c0 5.4 4.3 9.7 9.5 9.7h9.6z"/><path d="M60.6 17.8c1 0 1.5-.5 1.5-1.5s-.5-1.6-1.5-1.6h-3.8v-3h6c1 0 1.5-.5 1.5-1.6 0-1-.5-1.5-1.5-1.5h-7.6c-1 0-1.6.5-1.6 1.6v11c0 1.1.5 1.6 1.6 1.6 1 0 1.6-.5 1.6-1.6v-3.5c0 .1 3.8.1 3.8.1zm-12.5-.3c1.4-.7 2.2-2.1 2.2-3.9 0-2.9-2.1-5-5.1-5h-4.5c-1 0-1.6.5-1.6 1.6v11c0 1.1.5 1.6 1.6 1.6 1 0 1.6-.5 1.6-1.6v-2.9H45l1.6 3.4c.3.7.7 1 1.3 1 .8 0 1.8-.6 1.8-1.5 0-.3-.1-.6-.2-.9l-1.4-2.8zm-3.3-2h-2.7v-3.8h2.7c1.2 0 2.2.6 2.2 1.9 0 1.3-1 1.9-2.2 1.9zm-12.7.8c0 2.2-1.3 3.5-3.1 3.5s-3.1-1.3-3.1-3.5v-6.2c0-1.1-.5-1.6-1.6-1.6-1 0-1.6.5-1.6 1.6v6.2c0 4.1 2.7 6.7 6.3 6.7 3.6 0 6.3-2.6 6.3-6.7v-6.2c0-1.1-.5-1.6-1.6-1.6-1 0-1.6.5-1.6 1.6v6.2zM14.2 20c-1.2 0-2.1-.3-2.7-.5-.5-.2-.9-.3-1.4-.3-.9 0-1.4.6-1.4 1.5 0 1.5 3 2.3 5.6 2.3 3.1 0 5.5-1.7 5.5-4.3 0-2.4-1.6-3.5-3.3-4.1l-2.6-.8c-1.1-.3-1.6-.6-1.6-1.3 0-.7 1.1-1.1 2-1.1 1.1 0 1.9.3 2.5.5.4.1.8.3 1.3.3.8 0 1.3-.6 1.3-1.5 0-1.5-2.7-2.3-5.1-2.3-3 0-5.2 1.7-5.2 4.2 0 2.1 1.5 3.3 3.1 3.8l2.3.7c1.2.4 2.1.7 2.1 1.4-.2 1-1.4 1.5-2.4 1.5z" fill="#fff"/></symbol><symbol viewBox="0 0 29.6 35.3" id="magazine" xmlns="http://www.w3.org/2000/svg"><path d="M15.4 35.3h-.2L4.8 32c-.9-.3-1.5-1.2-1.4-2.1v-1.5c0-.4.3-.8.8-.8s.8.3.8.8V30c0 .3.1.5.4.6l9.4 2.9V21.8l-9.2-3.4c-.1 0-.3 0-.4.1-.1.1-.2.3-.2.4v2.8c0 .4-.3.8-.8.8s-.8-.3-.8-.8V19c-.1-.6.2-1.2.7-1.6.5-.4 1.2-.6 1.8-.4l9.8 3.6c.3.1.5.4.5.7v13.2c0 .2-.1.5-.3.6-.2.1-.4.2-.5.2z"/><path d="M15.4 35.3c-.2 0-.3-.1-.4-.1-.2-.1-.3-.4-.3-.6V21.3c0-.3.2-.6.5-.7l9.7-3.6c.7-.2 1.4 0 1.9.4s.8 1.1.7 1.7V22c0 .4-.3.8-.8.8s-.8-.3-.8-.8v-3c0-.2 0-.4-.2-.5-.1-.1-.3-.1-.4-.1l-9.2 3.4v11.7l9.4-2.9c.2-.1.4-.3.4-.6v-1.8c0-.4.3-.8.8-.8s.8.3.8.8V30c0 .9-.5 1.7-1.4 2l-10.4 3.2c-.2 0-.3.1-.3.1zm-10.9-6c-1.2 0-2.3-.3-3.1-.9-.9-.8-1.4-1.7-1.4-2.6v-1.3c0-.8.3-1.5.9-2.1.9-.9 2.2-1.4 3.6-1.4.8 0 1.5.3 2 .8.4.4.6.8.6 1.3v4.1c0 .5-.2 1-.6 1.3-.5.5-1.2.8-2 .8zm0-6.8c-1 0-1.9.3-2.5.9-.2.2-.5.6-.5 1v1.3c0 .6.5 1.1.8 1.3.6.4 1.4.7 2.2.7.5 0 .8-.2 1-.3.1-.1.1-.2.1-.3V23c0-.1-.1-.2-.1-.3-.2 0-.5-.2-1-.2z"/><path d="M25.1 29.3c-.8 0-1.5-.3-2-.8-.4-.4-.6-.8-.6-1.3v-4.1c0-.5.2-.9.6-1.3.5-.5 1.3-.8 2.1-.8 1.4 0 2.7.5 3.6 1.3.6.6.9 1.3.9 2.1v1.3c0 1-.5 1.9-1.4 2.5-.9.7-2 1-3.2 1.1zm0-6.8c-.5 0-.8.2-1 .3 0 .1-.1.2-.1.3v4.1c0 .1.1.2.1.3.2.2.5.3 1 .3.8 0 1.6-.2 2.2-.7.3-.2.8-.7.8-1.3v-1.4c0-.5-.3-.8-.5-1-.5-.6-1.5-.9-2.5-.9zm-9.7-8.6c-3.8 0-6.9-3.1-6.9-6.9s3.1-7 6.9-7c3.8 0 6.9 3.1 6.9 6.9s-3.1 7-6.9 7zm0-12.4c-3 0-5.4 2.4-5.4 5.4s2.4 5.4 5.4 5.4c3 0 5.4-2.4 5.4-5.4s-2.4-5.4-5.4-5.4z"/></symbol><symbol viewBox="0 0 853 480" id="mask_maximum" xmlns="http://www.w3.org/2000/svg"><path d="M815.2 7.1H791c-20.9 0-37.8 16.5-37.8 36.8v46c0 25.3-21.1 45.8-47.1 45.8H556.2V32.5c0-18-14.7-32.5-32.8-32.5H245.8C227.7 0 213 14.6 213 32.5V205h-59.1c-22.3 0-40.4 18.3-40.4 40.9v50.5c0 22.6-18.1 40.9-40.4 40.9H32.6C14.7 337.3.1 352 .1 370.2v21c0 18.1 14.6 32.8 32.5 32.8h48.5c17.9 0 32.5-14.7 32.5-32.8v-13c0-22.6 18.1-40.9 40.4-40.9h214.1v96c0 25.8 21.1 46.6 47.1 46.6h291c26 0 47.1-20.9 47.1-46.6V181.5c0-25.3 21.1-45.8 47.1-45.8h14.9c20.9 0 37.8-16.5 37.8-36.8v-55c0-20.3-16.9-36.8-37.8-36.8z"/></symbol><symbol viewBox="0 0 608 436" id="mask_medium" xmlns="http://www.w3.org/2000/svg"><path d="M513.837 0c-31.741 0-57.47 21.436-57.47 47.867v59.732c0 32.907-32.012 59.568-71.515 59.568H50c-27.614 0-50 22.386-50 50V386c0 27.614 22.386 50 50 50h334.852c39.503 0 71.515-26.673 71.515-59.56V226.724c0-32.891 32.017-59.557 71.51-59.557h22.673c31.735 0 57.45-21.428 57.45-47.854V47.867C608 21.437 582.285 0 550.55 0h-36.713z"/></symbol><symbol viewBox="0 0 853 480" id="mask_minimal" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M804.7 350.17h-38.81c-33.2 0-60.1-27.41-60.1-61.23v-75.71c0-2.22-.12-4.41-.35-6.57v-79.65c0-20.34 16.8-36.82 37.52-36.82h11.9c16.65 0 30.15-13.24 30.15-29.58V29.59C785.01 13.25 771.52 0 754.86 0H735.6c-16.65 0-30.15 13.25-30.15 29.59v23.78c0 20.34-16.8 36.82-37.52 36.82h-46.39c-20.72 0-37.53 16.48-37.53 36.82V152h-15V40c0-22.09-17.91-40-40-40H40C17.91 0 0 17.91 0 40v271c0 22.09 17.91 40 40 40h173v89c0 22.09 17.91 40 40 40h276c22.09 0 40-17.91 40-40v-89.83h76.7c33.19 0 60.09 27.42 60.09 61.22v19.41c0 27.17 21.62 49.19 48.29 49.19h50.62c26.67 0 48.3-22.02 48.3-49.19v-31.43c0-27.17-21.63-49.2-48.3-49.2z"/></symbol><symbol fill="none" viewBox="0 0 658 487" id="mask_portfolio-header" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M601.781 330.18c31.042 0 56.219 26.609 56.219 59.435v37.969C658 460.405 632.823 487 601.781 487h-83.913c-31.038 0-56.205-26.595-56.205-59.416v-23.448c0-40.844-31.318-73.956-69.949-73.956H69.954C31.327 330.18 0 297.072 0 256.218V73.961C0 33.113 31.327 0 69.954 0h321.76c38.631 0 69.949 33.112 69.949 73.962v182.256c0 40.854 31.313 73.962 69.962 73.962h70.156z" fill="#000"/></symbol><symbol viewBox="0 0 654 374" id="mask_rectangle" xmlns="http://www.w3.org/2000/svg"><path d="M653.5 354V181.5c0-11.046-8.954-20-20-20h-33c-11.046 0-20-8.954-20-20v-13c0-11.046-8.954-20-20-20h-72c-11.046 0-20-8.954-20-20V20c0-11.046-8.954-20-20-20H20C8.954 0 0 8.954 0 20v334c0 11.046 8.954 20 20 20h613.5c11.046 0 20-8.954 20-20z"/></symbol><symbol viewBox="0 0 500 375" id="mask_square" xmlns="http://www.w3.org/2000/svg"><path d="M473.6 187.9h-77.9V26c0-14.4-11.7-26-26-26H139.2c-14.4 0-26 11.7-26 26v70.5H26c-14.4 0-26 11.7-26 26v131.7c0 14.4 11.7 26 26 26h87.2v68.4c0 14.4 11.7 26 26 26h230.5c14.4 0 26-11.7 26-26v-33.1h77.9c14.4 0 26-11.7 26-26v-75.6c0-14.4-11.7-26-26-26z"/></symbol><symbol viewBox="0 0 1184 641" id="masker_hero-to-grid" xmlns="http://www.w3.org/2000/svg"><path d="M665 0c-24.7 0-45 19.9-45 44.2v160.1c0 5.7-4.6 10.3-10.3 10.3h-9.6c-8.5 0-9.3-8.2-9.3-10.4V150c0-10.2-8.6-18.6-19-18.6h-47.3c-10.5 0-19 8.4-19 18.6v39.9c0 8.8-7.4 16-16.4 16H487c0 .1-167.3.1-167.3.1-21.3 0-38.8 17-38.8 37.8V348c0 20.8 17.5 37.8 38.8 37.8h155.1c4.8 0 8.6 3.9 8.6 8.6s-3.9 8.6-8.6 8.6H283.2c-9 0-16.4-7.2-16.4-16v-23.1h-.1v-6.6c0-10.2-8.6-18.6-19-18.6H107c-10.5 0-19 8.4-19 18.6v46.1c0 10.2 8.6 18.5 19 18.5h111.3c0 .1 8.1.1 8.1.1 9 0 16.4 7.2 16.4 16v2h.1v163c0 20.8 17.5 37.8 38.8 37.8H823c21.3 0 38.8-17 38.8-37.8V451.4c0-5.8 4.7-10.4 10.4-10.4s7.7 2.3 9.4 6c5.8 12.7 18.9 21.7 34.1 21.7h98.8c20.5 0 37.3-16.4 37.3-36.4v-53.1c0-20-16.8-36.4-37.3-36.4H964c-4.8 0-8.6-3.9-8.6-8.6v-3.9c0-4.8 3.9-8.6 8.6-8.6h54.1c24.7 0 45-19.9 45-44.2V214c0-7.7 6.2-13.9 13.9-13.9h67.9c21.6 0 39.1-17.5 39.1-39.1V39.1c0-21.6-17.6-39.1-39.2-39.1H665z"/></symbol><symbol preserveAspectRatio="none" viewBox="0 0 1184 641" id="masker_hero-to-grid--stretchable" xmlns="http://www.w3.org/2000/svg"><path d="M665 0c-24.7 0-45 19.9-45 44.2v160.1c0 5.7-4.6 10.3-10.3 10.3h-9.6c-8.5 0-9.3-8.2-9.3-10.4V150c0-10.2-8.6-18.6-19-18.6h-47.3c-10.5 0-19 8.4-19 18.6v39.9c0 8.8-7.4 16-16.4 16H487c0 .1-167.3.1-167.3.1-21.3 0-38.8 17-38.8 37.8V348c0 20.8 17.5 37.8 38.8 37.8h155.1c4.8 0 8.6 3.9 8.6 8.6s-3.9 8.6-8.6 8.6H283.2c-9 0-16.4-7.2-16.4-16v-23.1h-.1v-6.6c0-10.2-8.6-18.6-19-18.6H107c-10.5 0-19 8.4-19 18.6v46.1c0 10.2 8.6 18.5 19 18.5h111.3c0 .1 8.1.1 8.1.1 9 0 16.4 7.2 16.4 16v2h.1v163c0 20.8 17.5 37.8 38.8 37.8H823c21.3 0 38.8-17 38.8-37.8V451.4c0-5.8 4.7-10.4 10.4-10.4s7.7 2.3 9.4 6c5.8 12.7 18.9 21.7 34.1 21.7h98.8c20.5 0 37.3-16.4 37.3-36.4v-53.1c0-20-16.8-36.4-37.3-36.4H964c-4.8 0-8.6-3.9-8.6-8.6v-3.9c0-4.8 3.9-8.6 8.6-8.6h54.1c24.7 0 45-19.9 45-44.2V214c0-7.7 6.2-13.9 13.9-13.9h67.9c21.6 0 39.1-17.5 39.1-39.1V39.1c0-21.6-17.6-39.1-39.2-39.1H665z"/></symbol><symbol fill="currentColor" class="cwbi cwbi-mastodon" viewBox="0 0 16 16" id="mastodon" xmlns="http://www.w3.org/2000/svg"><path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/></symbol><symbol viewBox="0 0 33 35.3" id="maze" xmlns="http://www.w3.org/2000/svg"><path d="M30 35.3H18.8c-.4 0-.8-.3-.8-.8s.3-.8.8-.8H30c.8 0 1.5-.7 1.5-1.5V7.5c0-.8-.7-1.5-1.5-1.5h-2.2c-.5 0-.8-.3-.8-.8s.3-.8.8-.8H30c1.7 0 3 1.3 3 3v24.8c0 1.7-1.3 3.1-3 3.1zM14.2 35.3c-.4 0-.8-.3-.8-.8v-8.2H9.8c-.4 0-.8-.3-.8-.8v-6.8c0-.4.3-.7.8-.7h3.8V9.8c0-.4.3-.8.8-.8H18V.8c0-.5.3-.8.8-.8s.8.3.8.8v9c0 .4-.3.8-.8.8H15v8.3c0 .4-.3.8-.8.8h-3.8v5.2h3.8c.4 0 .8.3.8.8v9c0 .2-.3.6-.8.6z"/><path d="M23.2 6c-.2 0-.4-.1-.5-.2l-4-3.9-4 3.9c-.2.2-.7.2-1-.1-.3-.3-.3-.8 0-1.1L18.2.1c.3-.3.8-.3 1.1 0l4.5 4.5c.3.3.3.8 0 1.1-.2.2-.4.3-.6.3zM21 30.8c-.4 0-.8-.3-.8-.8v-6.8c0-.4.3-.8.8-.8s.8.3.8.8V30c0 .4-.4.8-.8.8zM9.8 35.3H3c-1.7 0-3-1.3-3-3V7.5c0-1.7 1.3-3 3-3h5.6c.4 0 .8.3.8.8S9 6 8.6 6H3c-.8 0-1.5.7-1.5 1.5v24.8c0 .8.7 1.5 1.5 1.5h6v-3H5.2c-.4 0-.8-.3-.8-.8v-3.4c0-.4.3-.8.8-.8s.8.4.8.8v2.6h3.8c.4 0 .8.3.8.8v4.5c-.1.4-.4.8-.8.8zM25.5 35.3c-.4 0-.8-.3-.8-.8V21c0-.4.3-.8.8-.8h2.2c.4 0 .8.3.8.8s-.3.8-.8.8h-1.5v12.8c0 .3-.3.7-.7.7zM21 19.5c-.4 0-.8-.3-.8-.8v-2.3c0-.4.3-.8.8-.8h11.2c.4 0 .8.3.8.8s-.3.8-.8.8H21.8v1.5c0 .5-.4.8-.8.8z"/><path d="M8.6 15H5.2c-.4 0-.8-.3-.8-.8v-3.4c0-.4.3-.8.8-.8s.8.5.8.9v2.6h2.6c.4 0 .8.3.8.8s-.4.7-.8.7zM25.5 17.2c-.4 0-.8-.3-.8-.8V12c0-.4.3-.8.8-.8s.8.3.8.8v4.5c-.1.4-.4.7-.8.7z"/></symbol><symbol viewBox="0 0 24 24" id="microphone-podcast" xmlns="http://www.w3.org/2000/svg"><path d="M9 24c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h2.2V18h-.8c-3.7 0-6.8-3-6.8-6.8v-3c0-.4.3-.8.8-.8s.8.3.8.8v3c0 2.9 2.4 5.2 5.2 5.2h3c2.9 0 5.2-2.4 5.2-5.2v-3c0-.4.3-.8.8-.8s.8.3.8.8v3c0 3.7-3 6.8-6.8 6.8h-.8v4.5H15c.4 0 .8.3.8.8s-.4.7-.8.7H9z"/><path d="M10.5 15c-2.2-.1-3.9-2-3.7-4.2V4.1C6.6 2 8.3.1 10.5 0h3c2.2.1 3.9 2 3.7 4.2v6.7c.1 2.1-1.5 4-3.7 4.1h-3zm-2.3-4.1c-.1 1.4 1 2.5 2.3 2.6h2.9c1.3-.1 2.3-1.2 2.3-2.6V9h-2.3c-.4 0-.8-.3-.8-.8s.3-.7.8-.7h2.2V6h-2.2c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h2.2v-.3c.1-1.4-1-2.5-2.3-2.6h-3c-1.1.1-2.1 1.2-2.1 2.6v.4h2.3c.4 0 .8.3.8.8s-.4.7-.8.7H8.2v1.5h2.2c.4 0 .8.3.8.8 0 .4-.3.8-.8.8H8.2v1.8z"/></symbol><symbol viewBox="0 0 24 24" id="network" xmlns="http://www.w3.org/2000/svg"><path d="M23.7 11.3c.4.4.4 1 0 1.4l-5 5c-.4.4-1 .4-1.4 0s-.4-1 0-1.4l4.1-4.1c.1-.1.1-.3 0-.4l-4.1-4.1c-.4-.4-.4-1 0-1.4s1-.4 1.4 0l5 5zm-21.1.9l4.1 4.1c.4.4.4 1 0 1.4s-1 .4-1.4 0l-5-5c-.4-.4-.4-1 0-1.4l5-5c.4-.4 1-.4 1.4 0s.4 1 0 1.4l-4.1 4.1c-.1.1-.1.3 0 .4zm10.5-1.3c.6.6.6 1.5 0 2.1s-1.5.6-2.1 0c-.6-.6-.6-1.5 0-2.1.6-.5 1.5-.5 2.1 0zm4.5 0c.6.6.6 1.5 0 2.1s-1.5.6-2.1 0-.6-1.5 0-2.1c.6-.5 1.5-.5 2.1 0zm-9 0c.6.6.6 1.5 0 2.1s-1.6.6-2.2 0c-.6-.6-.6-1.5 0-2.1.7-.5 1.6-.5 2.2 0z" fill-rule="evenodd" clip-rule="evenodd"/></symbol><symbol viewBox="0 0 35.2 35.2" id="network-infrastructure" xmlns="http://www.w3.org/2000/svg"><path d="M26.6 21.8h-18c-1 0-1.9-.5-2.5-1.3-.6-.8-.7-1.8-.3-2.8l1.6-4.5c.4-1.2 1.6-2 2.8-2h14.9c1.2 0 2.4.8 2.8 1.9l1.6 4.5c.3.9.2 1.9-.3 2.7-.7 1-1.6 1.4-2.6 1.5zm-16.4-9c-.6 0-1.2.4-1.4 1l-1.6 4.5c-.2.5-.1 1 .2 1.4.3.4.7.6 1.2.6h18c.5 0 1-.2 1.2-.6.3-.4.3-.9.2-1.4l-1.6-4.5c-.2-.6-.8-1-1.4-1H10.2z"/><path d="M19.9 17.2h-4.5c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h4.5c.4 0 .8.3.8.8s-.4.8-.8.8zm5.2-4.4h-15c-1.2 0-2.2-1-2.2-2.2V2.2C7.9 1 8.9 0 10.1 0h15c1.2 0 2.2 1 2.2 2.2v8.2c.1 1.3-.9 2.4-2.2 2.4zm-15-11.3c-.4 0-.8.3-.8.8v8.2c0 .4.3.8.8.8h15c.4 0 .8-.3.8-.8V2.2c0-.4-.3-.8-.8-.8h-15zM15.4 33H.8c-.5 0-.8-.3-.8-.8s.3-.8.8-.8h14.6c.4 0 .8.3.8.8s-.4.8-.8.8zm19.1 0H19.9c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h14.6c.4 0 .8.3.8.8s-.4.8-.8.8zm-16.9-2.2c-.4 0-.8-.3-.8-.8v-4.5c0-.4.3-.8.8-.8s.8.3.8.8V30c0 .4-.4.8-.8.8z"/><path d="M17.6 35.2c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3zm0-4.4c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5 1.5-.7 1.5-1.5-.6-1.5-1.5-1.5z"/></symbol><symbol viewBox="0 0 13 12" id="news" xmlns="http://www.w3.org/2000/svg"><path d="M3 5.9c-.4 0-.7-.3-.7-.7V2.7c0-.4.3-.7.7-.7h1.8c.4 0 .7.3.7.7v2.5c0 .4-.3.7-.7.7H3zM13 5v5.2c0 1-.8 1.8-1.9 1.8H1.9c-1 0-1.9-.8-1.9-1.8V1c0-.6.5-1 1.1-1h8.1c.6 0 1.1.5 1.1 1v2.3h1.1c.9.1 1.6.8 1.6 1.7zM1.9 11h7.2c.1 0 .2-.2.2-.3 0-.1-.1-.3-.1-.5V1.3c0-.1-.1-.3-.3-.3H1.4c-.2 0-.3.2-.3.3v8.9c0 .4.3.8.8.8zm10-.8V5c0-.3-.2-.5-.5-.5h-.8c-.1 0-.3.1-.3.3v5.5c0 .4.4.8.8.8s.8-.5.8-.9zm-5-7.3H8c.2 0 .4.2.4.4v.3c0 .2-.2.4-.4.4H6.9c-.2 0-.4-.2-.4-.4v-.3c0-.2.2-.4.4-.4zm0 2.1H8c.2 0 .4.2.4.4v.3c0 .2-.2.3-.4.3H6.9c-.2 0-.4-.1-.4-.4v-.2c0-.2.2-.4.4-.4zM2.6 7.1H8c.2 0 .4.2.4.4v.3c0 .2-.2.4-.4.4H2.6c-.2 0-.4-.2-.4-.4v-.3c0-.3.2-.4.4-.4zm0 2.1h4.1c.2 0 .3.1.3.3v.3c0 .2-.2.4-.4.4h-4c-.2 0-.4-.2-.4-.4v-.3c0-.2.1-.3.4-.3z" fill-rule="evenodd" clip-rule="evenodd"/></symbol><symbol viewBox="0 0 35.2 33.9" id="online-and-blended-education" xmlns="http://www.w3.org/2000/svg"><path d="M33 27.4H2.2c-1.2 0-2.2-1-2.2-2.2v-23C0 1 1 0 2.2 0H33c1.2 0 2.2 1 2.2 2.2v22.9c0 1.3-1 2.3-2.2 2.3zM2.2 1.5c-.4 0-.8.3-.8.8v22.9c0 .4.3.8.8.8H33c.4 0 .8-.3.8-.8v-23c0-.4-.3-.8-.8-.8H2.2z"/><path d="M23.2 33.9H12c-.2 0-.4-.1-.6-.3-.1-.2-.2-.4-.2-.6l1.1-6.5c.1-.4.4-.6.7-.6h9c.4 0 .7.3.7.6L24 33c0 .2 0 .4-.2.6-.1.2-.3.3-.6.3zm-10.3-1.5h9.5l-.9-5h-7.7l-.9 5z"/><path d="M26.6 33.9h-18c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h18c.4 0 .8.3.8.8s-.4.8-.8.8zm1.2-19.4c-.4 0-.8-.3-.8-.8v-3.2c0-.4.3-.8.8-.8s.8.3.8.8v3.2c-.1.4-.4.8-.8.8zm-10.2 6.4c-2.3 0-4.5-.9-6.1-2.3-.2-.1-.3-.3-.3-.6v-5.6c0-.4.3-.8.8-.8s.8.3.8.8v5.3c1.4 1.1 3.1 1.7 4.9 1.8 1.8 0 3.5-.7 4.9-1.8v-5.3c0-.4.3-.8.8-.8s.6.4.6.8V18c0 .2-.1.4-.3.6-1.6 1.5-3.8 2.3-6.1 2.3z"/><path d="M17.6 15.5c-.1 0-.2 0-.3-.1L7.2 11.2c-.3-.1-.5-.4-.5-.7s.2-.6.5-.7l10.1-4.3c.2-.1.4-.1.6 0L28 9.8c.3.1.5.4.5.7s-.2.5-.5.7l-10.1 4.3h-.3zm-8.2-5l8.2 3.5 8.2-3.5L17.6 7l-8.2 3.5z"/></symbol><symbol viewBox="0 0 35.3 35.3" id="open-and-onine-education-incentive-scheme" xmlns="http://www.w3.org/2000/svg"><path d="M27.8 18.5c-.4 0-.8-.3-.8-.8V8.6c0-.8-.7-1.5-1.5-1.5h-6.8c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h6.8c1.7 0 3 1.3 3 3v9.1c0 .6-.3.9-.7.9zm-18 6.6H3c-1.7 0-3-1.3-3-3V8.6c0-1.7 1.3-3 3-3h6.8c.4 0 .8.3.8.8s-.3.8-.8.8H3c-.8 0-1.5.7-1.5 1.5v13.5c0 .8.7 1.5 1.5 1.5h6.8c.4 0 .8.3.8.8s-.4.6-.8.6z"/><path d="M5.2 33c-.1 0-.2 0-.3-.1-.4-.2-.6-.6-.4-1L7.9 24c.2-.4.6-.6 1-.4.4.2.6.6.4 1l-3.4 7.9c-.1.3-.4.5-.7.5zm9-28.1c-.4 0-.8-.3-.8-.8V.8c0-.4.3-.8.8-.8s.8.3.8.8v3.4c0 .3-.3.7-.8.7zm10.2 24.8h-.3L14 26c-.3-.1-.5-.4-.5-.7 0-.3.2-.6.5-.7l10.1-4.2c.2-.1.4-.1.6 0l10.1 4.2c.3.1.5.4.5.7 0 .3-.2.6-.5.7l-10.1 3.7h-.3zm-8.1-4.5l8.1 2.9 8.1-2.9-8.1-3.3-8.1 3.3z"/><path d="M14.2 31.6c-.4 0-.8-.3-.8-.8v-5.7c0-.4.3-.8.8-.8s.8.3.8.8v5.7c0 .5-.3.8-.8.8zm10.2 3.7c-.2 0-.5 0-.7-.1l-4.5-1.8c-.7-.3-1.2-1-1.2-1.8v-4.7c0-.4.3-.8.8-.8s.8.3.8.8v4.7c0 .2.1.3.2.4l4.5 1.8h.3l4.5-1.8c.1-.1.2-.2.2-.3V27c0-.4.3-.8.8-.8s.8.3.8.8v4.7c0 .8-.5 1.5-1.2 1.7l-4.5 1.8c-.4 0-.6.1-.8.1zM16.5 9.4H12c-1.7 0-3-1.3-3-3V5.2c0-1 .8-1.9 1.9-1.9h6.8c1 0 1.9.8 1.9 1.9v1.1c-.1 1.7-1.4 3.1-3.1 3.1zm-5.6-4.5c-.2 0-.4.2-.4.4v1.1c0 .8.7 1.5 1.5 1.5h4.5c.8 0 1.5-.7 1.5-1.5V5.2c0-.2-.2-.4-.4-.4h-6.7z"/></symbol><symbol viewBox="0 0 28.5 28.5" id="open-science" xmlns="http://www.w3.org/2000/svg"><path d="M14.2 17.7c-1.9 0-3.4-1.5-3.4-3.5s1.5-3.4 3.4-3.4 3.5 1.5 3.5 3.4-1.6 3.5-3.5 3.5zm0-5.4c-1.1 0-1.9.9-1.9 1.9s.9 2 1.9 2 2-.9 2-2-.9-1.9-2-1.9z"/><path d="M3.7 28.5c-1.1 0-2.1-.3-2.7-1-1.4-1.4-1.3-4.2.4-7.7C3 16.4 5.8 12.7 9.3 9.3 17.9.6 25.1-1.4 27.5 1c2.4 2.4.3 9.6-8.3 18.2-3.5 3.5-7.2 6.2-10.5 7.8-1.9 1-3.6 1.5-5 1.5zm6.6-18.2c-3.3 3.3-6 6.9-7.5 10.1-1.4 2.9-1.6 5.1-.7 6 .9.9 3.2.6 6-.7 3.2-1.5 6.8-4.2 10.1-7.5C25.4 11 28.3 3.9 26.4 2c-1.8-1.8-8.9 1.1-16.1 8.3z"/><path d="M24.8 28.5c-4.1 0-10.5-4.2-15.5-9.3C.6 10.6-1.4 3.4 1 1c2.4-2.4 9.6-.3 18.2 8.3 8.6 8.6 10.7 15.8 8.3 18.2-.7.7-1.6 1-2.7 1zM2 2c-1.8 1.9 1.1 9 8.3 16.2 7.2 7.2 14.3 10.1 16.1 8.3 1.9-1.9-1.1-8.9-8.3-16.1C11 3.1 3.9.2 2 2z"/></symbol><symbol viewBox="0 0 33 35.2" id="organization-and-board" xmlns="http://www.w3.org/2000/svg"><path d="M16.5 8.2c-2.3 0-4.1-1.9-4.1-4.1S14.2 0 16.5 0s4.1 1.9 4.1 4.1-1.8 4.1-4.1 4.1zm0-6.7c-1.4 0-2.6 1.2-2.6 2.6s1.2 2.6 2.6 2.6 2.6-1.2 2.6-2.6-1.2-2.6-2.6-2.6zM16.5 35.2c-2.3 0-4.1-1.9-4.1-4.1s1.9-4.1 4.1-4.1 4.1 1.9 4.1 4.1-1.8 4.1-4.1 4.1zm0-6.7c-1.4 0-2.6 1.2-2.6 2.6s1.2 2.6 2.6 2.6 2.6-1.2 2.6-2.6-1.2-2.6-2.6-2.6zM4.1 35.2c-2.3 0-4.1-1.9-4.1-4.1S1.9 27 4.1 27s4.1 1.9 4.1 4.1-1.8 4.1-4.1 4.1zm0-6.7c-1.4 0-2.6 1.2-2.6 2.6s1.2 2.6 2.6 2.6 2.6-1.2 2.6-2.6-1.1-2.6-2.6-2.6zM28.9 35.2c-2.3 0-4.1-1.9-4.1-4.1s1.9-4.1 4.1-4.1 4.1 1.9 4.1 4.1-1.9 4.1-4.1 4.1zm0-6.7c-1.4 0-2.6 1.2-2.6 2.6s1.2 2.6 2.6 2.6 2.6-1.2 2.6-2.6-1.2-2.6-2.6-2.6z"/><path d="M28.9 28.5c-.4 0-.8-.3-.8-.8 0-2.2-.9-4.3-2.4-5.8-1.6-1.6-3.6-2.4-5.8-2.4h-6.8c-4.5 0-8.2 3.7-8.2 8.2 0 .4-.3.8-.8.8s-.8-.3-.8-.8c0-5.4 4.4-9.8 9.8-9.8h6.8c2.6 0 5.1 1 6.9 2.9 1.8 1.8 2.9 4.3 2.9 6.9-.1.5-.4.8-.8.8z"/><path d="M16.5 28.5c-.4 0-.8-.3-.8-.8V7.5c0-.4.3-.8.8-.8s.8.3.8.8v20.2c-.1.5-.4.8-.8.8z"/></symbol><symbol viewBox="0 0 28.5 28.5" id="organize-flexible-education" xmlns="http://www.w3.org/2000/svg"><path d="M14.2 20.6H14l-4.2-1.4c-.3-.1-.5-.4-.5-.7v-5.6c0-.4.3-.8.8-.8s.8.3.8.8V18l3.5 1.2 3.5-1.2v-5.1c0-.4.3-.8.8-.8s.8.3.8.8v5.6c0 .3-.2.6-.5.7l-4.2 1.4h-.6z"/><path d="M14.2 15H14l-8.4-2.8c-.3-.1-.5-.4-.5-.7s.2-.6.5-.7L14 7.9c.2-.1.3-.1.5 0l8.4 2.8c.3.1.5.4.5.7s-.2.6-.5.7L14.5 15h-.3zm-6-3.5l6.1 2 6.1-2-6.1-2-6.1 2z"/><path d="M5.8 17c-.4 0-.8-.3-.8-.8v-4.8c0-.4.3-.8.8-.8s.8.3.8.8v4.8c0 .4-.4.8-.8.8zm21.9-1.2c-.5 0-.8-.4-.8-.8.3-5.2-2.7-10.2-7.5-12.3C14.7.5 8.9 1.5 5.2 5.3l-.8.8c-.3.3-.8.3-1.1 0s-.2-.8.1-1.1l.8-.8C8.3 0 14.7-1.1 20.1 1.3s8.7 7.9 8.4 13.8c0 .4-.4.7-.8.7z"/><path d="M14.2 28.5c-2 0-3.9-.4-5.8-1.2-5.3-2.4-8.7-8-8.4-13.8 0-.4.4-.7.8-.7s.7.4.7.8C1.2 18.8 4.3 23.8 9 25.9c4.8 2.1 10.5 1.1 14.2-2.6l.8-.8c.3-.3.8-.3 1.1 0 .3.3.3.8 0 1.1l-.8.8c-2.7 2.7-6.4 4.1-10.1 4.1z"/><path d="M24.6 28.5c-.4 0-.8-.3-.8-.8v-4h-4c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h4.8c.4 0 .8.3.8.8v4.8c-.1.5-.4.8-.8.8zM8.7 6.3H3.9c-.4 0-.8-.3-.8-.8V.8c.1-.5.4-.8.8-.8s.8.3.8.8v4h4c.4 0 .8.3.8.8s-.4.7-.8.7z"/></symbol><symbol viewBox="0 0 35.2 35.3" id="partnerships" xmlns="http://www.w3.org/2000/svg"><path d="M6.4 30.8c-2.6 0-4.7-2.1-4.7-4.7s2.1-4.7 4.7-4.7 4.7 2.1 4.7 4.7-2.1 4.7-4.7 4.7zm0-7.9c-1.8 0-3.2 1.4-3.2 3.2s1.4 3.2 3.2 3.2 3.2-1.4 3.2-3.2-1.5-3.2-3.2-3.2z"/><path d="M12 35.2c-.3 0-.5-.1-.7-.4-1-1.8-2.9-3-5-3s-4 1.1-5 3c-.2.4-.6.5-1 .3s-.5-.6-.3-1c1.2-2.3 3.6-3.8 6.3-3.8s5 1.4 6.3 3.8c.2.4.1.8-.3 1-.1.1-.2.1-.3.1zm16.9-4.4c-2.6 0-4.7-2.1-4.7-4.7s2.1-4.7 4.7-4.7 4.7 2.1 4.7 4.7-2.1 4.7-4.7 4.7zm0-7.9c-1.8 0-3.2 1.4-3.2 3.2s1.4 3.2 3.2 3.2 3.2-1.4 3.2-3.2-1.5-3.2-3.2-3.2z"/><path d="M34.5 35.2c-.3 0-.5-.1-.7-.4-1-1.8-2.9-3-5-3s-4 1.1-5 3c-.2.4-.6.5-1 .3s-.5-.6-.3-1c1.2-2.3 3.7-3.8 6.3-3.8 2.6 0 5 1.4 6.3 3.8.2.4.1.8-.3 1-.1.1-.2.1-.3.1zM17.6 9.4c-2.6 0-4.7-2.1-4.7-4.7S15 0 17.6 0s4.7 2.1 4.7 4.7-2.1 4.7-4.7 4.7zm0-7.9c-1.8 0-3.2 1.4-3.2 3.2s1.4 3.2 3.2 3.2c1.8 0 3.2-1.4 3.2-3.2s-1.4-3.2-3.2-3.2z"/><path d="M22.5 12.8c-.2 0-.4-.1-.6-.3-1.1-1.3-2.6-2-4.3-2s-3.2.7-4.3 2c-.3.3-.7.4-1.1.1-.3-.3-.4-.7-.1-1.1C13.5 9.9 15.5 9 17.6 9s4.1.9 5.4 2.5c.3.3.2.8-.1 1.1-.1.1-.2.2-.4.2zm-4.9 18c-1.6 0-3.2-.3-4.7-.9-.4-.1-.6-.6-.4-1 .1-.4.6-.6 1-.4 2.7 1 5.7 1 8.4 0 .4-.1.8 0 1 .4.1.4 0 .8-.4 1-1.6.6-3.3.9-4.9.9zM5.3 19.5c-.4 0-.7-.3-.7-.7 0-.4-.1-.8-.1-1.2 0-3.6 1.5-7.1 4.1-9.5.3-.3.8-.3 1.1 0 .3.3.3.8 0 1.1C7.3 11.4 6 14.4 6 17.6c0 .4 0 .7.1 1.1 0 .4-.3.8-.8.8.1 0 0 0 0 0zm24.6 0c-.5 0-.8-.4-.7-.8 0-.4.1-.7.1-1.1 0-3.2-1.3-6.3-3.7-8.5-.3-.3-.3-.8 0-1.1.3-.3.8-.3 1.1 0 2.6 2.5 4.1 5.9 4.1 9.5 0 .4 0 .8-.1 1.2 0 .5-.4.8-.8.8z"/></symbol><symbol viewBox="0 0 16 16" id="phone" xmlns="http://www.w3.org/2000/svg"><path d="M11.3 0H4.7c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h6.7c1.1 0 2-.9 2-2V2c-.1-1.1-.9-2-2.1-2zM9 15.1H7c-.4 0-.7-.3-.7-.7 0-.4.3-.7.7-.7h2c.4 0 .7.3.7.7 0 .3-.3.7-.7.7zm3-3.1c0 .4-.3.7-.7.7H4.7c-.4 0-.7-.3-.7-.7V3.3c0-.4.3-.7.7-.7h6.7c.4 0 .7.3.7.7V12H12z"/></symbol><symbol viewBox="0 0 64 53" id="play" xmlns="http://www.w3.org/2000/svg"><path d="M44.3 28.3c-.4.8-1 1.4-1.8 1.8l-15.4 7.7c-2 1-4.4.2-5.4-1.8-.3-.6-.4-1.2-.4-1.8V18.8c0-2.2 1.8-4 4-4 .6 0 1.2.1 1.8.4l15.4 7.7c2 1 2.8 3.4 1.8 5.4z"/></symbol><symbol viewBox="0 0 20 17" id="play-isolated" xmlns="http://www.w3.org/2000/svg"><path d="M18.1 11.1L4.9 16.7c-1.1.5-2.3.4-3.3-.1C.6 16 0 15.1 0 14.1V2.9C0 1.9.6 1 1.6.4 2.6 0 3.9-.1 5 .3l13.2 5.6c1.2.5 1.9 1.5 1.9 2.6s-.7 2.1-1.9 2.6z"/></symbol><symbol viewBox="0 0 24.4 24.4" id="play-round" xmlns="http://www.w3.org/2000/svg"><path d="M12.2 0C5.5 0 0 5.5 0 12.2s5.5 12.2 12.2 12.2 12.2-5.5 12.2-12.2S18.9 0 12.2 0zM17 13.7l-6.2 2.7c-.5.2-1.1.2-1.6 0-.5-.3-.8-.7-.8-1.2V9.9c0-.5.3-.9.8-1.2s1.1-.3 1.6 0l6.2 2.7c.5.2.9.7.9 1.2s-.3 1-.9 1.2z"/></symbol><symbol viewBox="0 0 17 17" id="plus" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.523 10.023h5.15c.168 0 .304.137.304.305v5.15a1.523 1.523 0 0 0 3.046 0v-5.15c0-.168.136-.305.304-.305h5.15a1.523 1.523 0 1 0 0-3.045h-5.15a.305.305 0 0 1-.304-.305v-5.15a1.523 1.523 0 0 0-3.046 0v5.15a.305.305 0 0 1-.304.305h-5.15a1.523 1.523 0 1 0 0 3.045z"/></symbol><symbol viewBox="0 0 24 24" id="press" xmlns="http://www.w3.org/2000/svg"><path d="M24 9.5v1c0 .8-.5 1.6-1.3 1.9-.3.1-.5 0-.6-.3v-4c0-.3.2-.5.5-.5h.2c.7.3 1.2 1.1 1.2 1.9zm-3.5-6v12.9c0 .5-.3 1-.7 1.3-.8.5-1.4.1-2.8-.5-2.7-1.4-5.6-2.2-8.6-2.5.1 2.3 1.4 4.4 3.5 5.4.5.2.7.9.4 1.3s-.9.7-1.3.4c-2.8-1.4-4.6-4.2-4.6-7.3V5.9c0-.3.2-.5.5-.5 3.5-.1 7-1 10.1-2.7 1.3-.6 1.9-1 2.7-.5.5.3.8.8.8 1.3zM5 6v8c0 .3-.2.5-.5.5h-1C1.6 14.5 0 13 0 11V9c0-1.9 1.6-3.5 3.5-3.5h1c.3 0 .5.2.5.5z" fill-rule="evenodd" clip-rule="evenodd"/></symbol><symbol viewBox="0 0 23 18" id="print" xmlns="http://www.w3.org/2000/svg"><path d="M20.7 3.8h-2.9v.8c0 .2-.2.4-.5.4H5.9c-.4 0-.7-.1-.7-.4v-.8H2.9c-1 0-1.9.4-2.4 1-.3.3-.5.7-.5 1.2v6.9c0 .4.1.8.4 1.1.3.5.9.8 1.5 1 .4.1.7.1 1.1.1h2.7V18h11.5v-2.9H20c.8 0 1.7-.3 2.2-.8.5-.4.7-.9.7-1.5V6c.1-1.1-.9-2-2.2-2.2zM7.3 16.6h-.2v-6.1c4.5-.1 7.4-.1 8.7 0v6.2H7.3zm13.6-8.5h-1.7c-.3 0-.5-.2-.5-.5s.2-.5.5-.5h1.7c.3 0 .5.2.5.5s-.2.5-.5.5z"/><path d="M16.6 4.3V0H6.4v4.3h10.2z"/></symbol><symbol viewBox="0 0 16 16" id="radius--remainder-shape--small" xmlns="http://www.w3.org/2000/svg"><path d="M8 16h8V8c0 4.4-3.6 8-8 8zM8 0c4.4 0 8 3.6 8 8V0H8zM0 8v8h8c-4.4 0-8-3.6-8-8zm8-8H0v8c0-4.4 3.6-8 8-8z"/></symbol><symbol viewBox="0 0 24 24" id="read" xmlns="http://www.w3.org/2000/svg"><path d="M21.4 4.9L17.1.6c-.4-.4-.9-.6-1.4-.6H4C2.9 0 2 .9 2 2v20c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6.3c0-.5-.2-1-.6-1.4zM11 19.5H6.5c-.6 0-1-.4-1-1s.4-1 1-1H11c.6 0 1 .4 1 1s-.4 1-1 1zm4.5-4h-9c-.6 0-1-.4-1-1s.4-1 1-1h9c.6 0 1 .4 1 1s-.4 1-1 1zm0-4h-9c-.6 0-1-.4-1-1s.4-1 1-1h9c.6 0 1 .4 1 1s-.4 1-1 1z"/></symbol><symbol viewBox="0 0 24 24" id="research" xmlns="http://www.w3.org/2000/svg"><path d="M21.2 5.5l-3-1.7c-.5-.3-1-.3-1.5 0l-2.6 1.5c-.1.1-.3.1-.4 0L10.3 4c-.2-.2-.3-.3-.3-.5V2.1c0-.4-.3-.9-.7-1.1L7.6.1C7.2 0 6.8 0 6.4.1L4.7 1c-.4.2-.7.7-.7 1.1v2.2c0 .5.3.9.7 1.1l1.8.9c.4.2.8.2 1.1 0l1.2-.6c.1-.1.3-.1.4 0L12.7 7c.2.1.3.3.3.5v2.2c0 .5.3 1 .8 1.3l1.6.9c.1.1.2.2.1.3 0 0 0 .1-.1.1l-3.2 2.4c-.2.1-.4.1-.5 0l-3.4-1.9c-.5-.3-1-.3-1.5 0l-4 2.2c-.5.3-.8.8-.8 1.4v3.9c0 .5.3 1 .8 1.3l4 2.2c.5.3 1 .3 1.5 0l4-2.2c.5-.3.8-.8.8-1.3v-3.4c0-.2.1-.3.2-.4 2.6-2 5.2-3.8 8-5.5.5-.3.8-.8.8-1.3V6.8c-.1-.6-.4-1.1-.9-1.3zm-14-1.3c-.1.1-.3.1-.5 0L6.3 4c-.2-.1-.3-.3-.3-.5v-.6c0-.2.1-.4.3-.4l.5-.2c.1-.1.3-.1.4 0l.5.2c.2 0 .3.2.3.4v.6c0 .2-.1.4-.3.5l-.5.2zM11 19.7c0 .2-.1.3-.3.4l-3 1.7c-.2.1-.3.1-.5 0l-3-1.7c-.1-.1-.2-.2-.2-.4V17c0-.2.1-.3.3-.4l3-1.7c.2-.1.3-.1.5 0l3 1.7c.2.1.3.3.3.4v2.7H11zm9-10.6c0 .2-.1.3-.3.4l-2 1.1c-.2.1-.3.1-.5 0l-2-1.1c-.1-.1-.2-.2-.2-.4V7.3c0-.2.1-.3.2-.4l2-1.1c.2-.1.3-.1.5 0l2 1.1c.2.1.3.3.3.4v1.8z"/></symbol><symbol viewBox="0 0 35.3 33.9" id="research-and-it" xmlns="http://www.w3.org/2000/svg"><path d="M22.1 33.9h-9c-.2 0-.4-.1-.6-.3-.1-.2-.2-.4-.2-.6l1.1-6.5c.1-.4.4-.6.7-.6H21c.4 0 .7.3.7.6l1.1 6.5c0 .2 0 .4-.2.6 0 .2-.3.3-.5.3zM14 32.4h7.2l-.9-5h-5.5l-.8 5z"/><path d="M25.5 33.9H9.8c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h15.8c.4 0 .8.3.8.8s-.5.8-.9.8zm6-6.5H3.8c-2.1 0-3.8-1.7-3.8-3.8V3.8C0 1.7 1.7 0 3.8 0h27.8c2.1 0 3.8 1.7 3.8 3.8v19.9c-.1 2-1.8 3.7-3.9 3.7zM3.8 1.5c-1.2 0-2.2 1-2.2 2.2v19.9c0 1.2 1 2.2 2.2 2.2h27.8c1.2 0 2.2-1 2.2-2.2V3.8c0-1.2-1-2.2-2.2-2.2H3.8z"/><path d="M.8 16.6c-.2 0-.4-.1-.5-.2-.3-.3-.3-.8 0-1.1l6-5.7c.7-.7 1.9-.7 2.6 0l2.9 2.8c.1.1.4.1.6 0l6-5.7c.3-.3.8-.3 1.1 0 .3.3.3.8 0 1.1l-6 5.7c-.7.7-1.9.7-2.6 0L8 10.7c-.1-.1-.4-.1-.6 0l-6 5.7c-.3.2-.5.2-.6.2zm33.7 6.5H.8c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h33.8c.4 0 .8.3.8.8s-.5.8-.9.8zM21 17.7c-.4 0-.8-.3-.8-.8v-3.2c0-.4.3-.8.8-.8s.8.3.8.8v3.2c0 .5-.4.8-.8.8zm9 0c-.4 0-.8-.3-.8-.8v-3.2c0-.4.3-.8.8-.8s.8.3.8.8v3.2c0 .5-.4.8-.8.8zm-4.5 0c-.4 0-.8-.3-.8-.8v-6.5c0-.4.3-.8.8-.8s.8.3.8.8v6.5c0 .5-.4.8-.8.8z"/></symbol><symbol viewBox="0 0 13 12" id="retrospective" xmlns="http://www.w3.org/2000/svg"><path d="M7 2.7c.3 0 .6.2.6.6v2.4c0 .1.1.1.1.1h2.1c.3 0 .6.2.6.6 0 .3-.2.6-.6.6H7c-.3 0-.6-.3-.6-.6V3.2c.1-.3.3-.5.6-.5zM6.8 0c3.4-.1 6.1 2.5 6.2 5.8.1 3.3-2.5 6.1-5.8 6.2-.4 0-.7-.3-.7-.7 0-.4.3-.7.7-.7 1.8-.1 3.3-1.1 4-2.7 1-2.3 0-5.1-2.3-6.1s-5 0-6 2.4c0 .1 0 .2.1.2l1 .1c.2 0 .3.2.2.3 0 .1 0 .1-.1.2L2 7c-.2.1-.3.1-.4 0v-.1L0 4.4v-.3c.1-.1.2-.2.3-.2l.9.1c.1 0 .1 0 .1-.1C2.2 1.7 4.4.1 6.8 0z" fill-rule="evenodd" clip-rule="evenodd"/></symbol><symbol viewBox="0 0 18 18" id="search" xmlns="http://www.w3.org/2000/svg"><path d="M17.6 15.6c.6.6.6 1.5 0 2s-1.5.5-2.1 0L12 14.1a7.72 7.72 0 0 1-8.5 0C0 11.7-1 7.1 1.4 3.5 3.6-.1 8.4-1 11.9 1.3c3.5 2.4 4.5 7.2 2.1 10.6l3.6 3.7zM7.7 2.5c-3 0-5.4 2.5-5.4 5.4s2.4 5.4 5.4 5.4 5.4-2.5 5.4-5.4c0-3-2.4-5.4-5.4-5.4z"/></symbol><symbol viewBox="0 0 20 20" id="search-white" xmlns="http://www.w3.org/2000/svg"><path d="M19.5 17.4c.7.7.7 1.7 0 2.2s-1.7.6-2.3 0l-3.9-3.9a8.63 8.63 0 0 1-9.5 0C-.1 13-1.2 7.9 1.5 3.9c2.4-4 7.8-5 11.7-2.5 3.9 2.7 5 8 2.3 11.8l4 4.2zM8.5 2.7c-3.3 0-6 2.8-6 6s2.7 6 6 6 6-2.8 6-6c0-3.3-2.7-6-6-6z" fill="#fff"/></symbol><symbol viewBox="0 0 35.2 35.2" id="security-and-privacy" xmlns="http://www.w3.org/2000/svg"><path d="M17.6 35.2h-.1A20.95 20.95 0 0 1 0 14.5V3c0-1.7 1.3-3 3-3h29.2c1.7 0 3 1.3 3 3v11.5c0 10.3-7.4 19-17.5 20.7h-.1zM3 1.5c-.8 0-1.5.7-1.5 1.5v11.5c0 9.5 6.8 17.6 16.1 19.2C27 32.1 33.8 24 33.8 14.5V3c0-.8-.7-1.5-1.5-1.5H3z"/><path d="M34.5 8.2H.8c-.5 0-.8-.3-.8-.7s.3-.8.8-.8h33.8c.4 0 .8.3.8.8s-.5.7-.9.7zm-18 15.3c-.5 0-1-.2-1.3-.6l-2.6-2.6c-.3-.3-.3-.8 0-1.1.3-.3.8-.3 1.1 0l2.6 2.6c.1.1.4.1.5 0l8.2-8.2c.3-.3.8-.3 1.1 0s.3.8 0 1.1L17.8 23c-.3.3-.8.5-1.3.5z"/></symbol><symbol viewBox="0 0 35.2 35.2" id="service-and-support" xmlns="http://www.w3.org/2000/svg"><path d="M6.4 27.4H5.2C2.4 27.4 0 25 0 22.1v-4.5c0-2.9 2.4-5.2 5.2-5.2h1.1c1 0 1.9.8 1.9 1.9v11.2c0 1-.8 1.9-1.8 1.9zM5.2 13.9c-2.1 0-3.8 1.7-3.8 3.8v4.5c0 2.1 1.7 3.8 3.8 3.8h1.1c.2 0 .4-.2.4-.4V14.2c0-.2-.2-.4-.4-.4H5.2zM30 27.4h-1.1c-1 0-1.9-.8-1.9-1.9V14.2c0-1 .8-1.9 1.9-1.9H30c2.9 0 5.2 2.4 5.2 5.2V22c0 3-2.3 5.4-5.2 5.4zm-1.1-13.5c-.2 0-.4.2-.4.4v11.2c0 .2.2.4.4.4H30c2.1 0 3.8-1.7 3.8-3.8v-4.5c0-2.1-1.7-3.8-3.8-3.8h-1.1z"/><path d="M30 13.9c-.4 0-.8-.3-.8-.8 0-3.1-1.2-6-3.4-8.2-2.2-2.2-5.1-3.4-8.2-3.4C11.2 1.5 6 6.7 6 13.1c0 .4-.3.8-.8.8s-.8-.3-.8-.8C4.5 5.9 10.4 0 17.6 0c3.5 0 6.8 1.4 9.3 3.8 2.5 2.5 3.8 5.8 3.8 9.3.1.4-.3.8-.7.8zM25.5 33h-3.4c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h3.4c2.1 0 3.8-1.7 3.8-3.8v-1.1c0-.4.3-.8.8-.8s.8.3.8.8v1.1c-.1 3-2.5 5.4-5.4 5.4z"/><path d="M19.9 35.2h-2.2c-1.7 0-3-1.3-3-3s1.3-3 3-3h2.2c1.7 0 3 1.3 3 3s-1.4 3-3 3zm-2.3-4.4c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5h2.2c.8 0 1.5-.7 1.5-1.5s-.7-1.5-1.5-1.5h-2.2zm0-5.5c-1.8 0-3.6-.6-5-1.9-.3-.3-.3-.8 0-1.1.3-.3.8-.3 1.1 0 2.3 2.1 5.7 2.1 8 0 .3-.3.8-.3 1.1 0 .3.3.3.8 0 1.1-1.6 1.2-3.4 1.9-5.2 1.9zm-4.5-8c-.4 0-.8-.3-.8-.8v-2c0-.4.3-.8.8-.8s.8.3.8.8v2c0 .5-.4.8-.8.8zm9 0c-.4 0-.8-.3-.8-.8v-2c0-.4.3-.8.8-.8s.8.3.8.8v2c0 .5-.4.8-.8.8z"/></symbol><symbol viewBox="0 0 59 58" id="smart-houses" xmlns="http://www.w3.org/2000/svg"><path d="M55.7 26.2H40.3c-1.4 0-2.5 1.1-2.5 2.5v26.4c0 1.4 1.1 2.5 2.5 2.5h15.4c1.4 0 2.5-1.1 2.5-2.5V28.7c0-1.4-1.1-2.5-2.5-2.5zm-15.5 2h15.4c.3 0 .5.2.5.5v19.6H39.7V28.7c0-.3.2-.5.5-.5zm15.5 27.5H40.3c-.3 0-.5-.2-.5-.5v-4.9h16.4v4.9c0 .3-.2.5-.5.5zM17.2.7c-.4-.3-.8-.3-1.2 0l-14.8 11c-.4.3-.5 1-.2 1.4s1 .5 1.4.2l3.9-2.9v15c0 .6.4 1 1 1h18.4c.6 0 1-.4 1-1v-15l3.9 2.9c.2.1.4.2.6.2.3 0 .6-.1.8-.4.3-.4.2-1.1-.2-1.4L17.2.7zm7.6 23.7H8.4V8.9l8.2-6.2 8.2 6.2v15.5zm26.7-3.9c0 .4.5.7 1 .7h.3c.5-.2.8-.7.7-1.2-.7-2.5-1.9-4.8-3.4-6.9-.3-.4-1-.5-1.4-.2s-.5.9-.2 1.4c1.4 1.9 2.4 4 3.1 6.3zM25 49.7c-2.3-.5-4.5-1.3-6.6-2.4-.5-.3-1.1 0-1.4.4-.3.5 0 1.1.4 1.4 2.2 1.2 4.7 2.1 7.2 2.6h.2c.5 0 .9-.3 1-.8s-.2-1.1-.8-1.2zM7.5 34c-.2-.5-.7-.8-1.2-.7-.5.2-.8.7-.7 1.2.8 2.4 1.9 4.8 3.3 6.9.2.3.5.4.8.4s.4 0 .6-.2c.5-.3.6-.9.3-1.4-1.3-1.9-2.4-4.1-3.1-6.3zM39.7 6.6c.4 0 .7-.2.9-.6.2-.5 0-1.1-.5-1.3-2.3-1.1-4.8-1.8-7.3-2.2-.5 0-1.1.3-1.1.9s.3 1.1.9 1.1c2.3.3 4.6 1 6.8 2h.4-.1z"/></symbol><symbol viewBox="0 0 60 72" id="stay-informed" xmlns="http://www.w3.org/2000/svg"><path d="M30 9a2.25 2.25 0 0 1-2.25-2.25v-4.5a2.25 2.25 0 0 1 4.5 0v4.5A2.253 2.253 0 0 1 30 9zM7.5 27a2.25 2.25 0 0 1 0-4.5h4.821a2.25 2.25 0 0 1 0 4.5H7.5zm40.179 0a2.25 2.25 0 0 1 0-4.5H52.5a2.25 2.25 0 0 1 0 4.5h-4.821zM15.537 16.392c-.6 0-1.167-.234-1.59-.66L9.852 11.64a2.228 2.228 0 0 1-.66-1.59c0-.6.234-1.167.657-1.59.426-.426.99-.66 1.593-.66.6 0 1.167.234 1.59.66l4.095 4.092c.426.423.66.99.66 1.59 0 .6-.234 1.167-.657 1.59a2.24 2.24 0 0 1-1.593.66zm28.926 0a2.252 2.252 0 0 1-1.593-3.84l4.095-4.092c.426-.426.99-.657 1.593-.657s1.167.234 1.593.66a2.252 2.252 0 0 1 0 3.18l-4.095 4.092a2.255 2.255 0 0 1-1.593.657zM6.912 72a6.232 6.232 0 0 1-4.314-1.716c-.084-.081-.168-.162-.246-.249A5.857 5.857 0 0 1 .753 65.82a5.856 5.856 0 0 1 1.851-4.113l5.157-4.464a4.835 4.835 0 0 1-.258-1.44V36.495c.066-2.766 2.337-4.995 5.058-4.995h.138a2.252 2.252 0 0 1 2.19 2.304A2.232 2.232 0 0 1 12.645 36h-.081a.585.585 0 0 0-.564.558v19.191c.006.255.255.504.528.504l34.83-.003c.372 0 .636-.249.645-.561V36.501c-.009-.255-.279-.501-.576-.501h-.003c-1.299 0-2.286-.963-2.316-2.193a2.25 2.25 0 0 1 2.193-2.304l.138-.003c2.718 0 4.989 2.217 5.061 4.944v19.305a4.902 4.902 0 0 1-.267 1.491l5.103 4.404a5.839 5.839 0 0 1 1.923 4.533 5.85 5.85 0 0 1-1.851 4.11A6.21 6.21 0 0 1 53.112 72h-46.2zm-1.293-6.951c-.21.198-.357.54-.366.906-.012.372.123.726.378.996l.066.066c.324.312.753.483 1.203.483h46.2a1.76 1.76 0 0 0 1.221-.483 1.394 1.394 0 0 0 .063-1.971l-.069-.069-4.902-4.227H10.587l-4.968 4.299z"/><path d="M25.5 42.75a2.25 2.25 0 0 1-2.25-2.25v-4.071a13.423 13.423 0 0 1-6.75-11.706 13.4 13.4 0 0 1 3.963-9.54A13.417 13.417 0 0 1 30 11.238a13.429 13.429 0 0 1 9.558 3.963 13.415 13.415 0 0 1 3.945 9.549 13.424 13.424 0 0 1-6.75 11.679V40.5a2.25 2.25 0 0 1-2.25 2.25H25.5zm6.75-4.5v-3.201c0-.894.531-1.704 1.35-2.064a8.99 8.99 0 0 0 5.4-8.238 8.944 8.944 0 0 0-2.628-6.369 8.945 8.945 0 0 0-6.36-2.643L30 14.613v1.125c-2.4 0-4.659.933-6.357 2.628A8.957 8.957 0 0 0 21 24.729a9 9 0 0 0 5.4 8.259 2.254 2.254 0 0 1 1.35 2.064v3.201h4.5v-.003zM25.5 49.5a2.25 2.25 0 0 1 0-4.5h9a2.25 2.25 0 0 1 0 4.5h-9z"/></symbol><symbol viewBox="0 0 24 24" id="support" xmlns="http://www.w3.org/2000/svg"><path d="M21 8.3C20.6 3.7 16.7 0 12 0S3.4 3.7 3 8.3c-1.7.4-3 1.9-3 3.7v3c0 2.1 1.7 3.8 3.8 3.8h.8c.8 0 1.5-.7 1.5-1.5V9.8c0-.8-.7-1.5-1.5-1.5.3-3.8 3.5-6.8 7.4-6.8 3.9 0 7.1 3 7.5 6.8-.4 0-.8.2-1 .4-.4.3-.5.7-.5 1.1v7.5c0 .8.7 1.5 1.5 1.5 0 1.2-1 2.2-2.2 2.2h-1.6c-.3-.9-1.1-1.5-2.1-1.5H12c-1.2 0-2.2 1-2.2 2.2s1 2.2 2.2 2.2h1.5c1 0 1.8-.6 2.1-1.5h1.6c2.1 0 3.8-1.7 3.8-3.8v-.1c1.7-.3 3-1.9 3-3.7v-3c0-1.6-1.3-3.1-3-3.5zM4.5 17.2h-.8c-1.2 0-2.2-1-2.2-2.2v-3c0-1.2 1-2.2 2.2-2.2h.8v7.4zm9 5.3H12c-.4 0-.8-.3-.8-.8s.4-.7.8-.7h1.5c.4 0 .8.3.8.8s-.4.7-.8.7zm9-7.5c0 1.2-1 2.2-2.2 2.2h-.8V9.8h.8c1.2 0 2.2 1 2.2 2.2v3z"/></symbol><symbol viewBox="0 0 35.3 35.3" id="surf-activities" xmlns="http://www.w3.org/2000/svg"><path d="M21.2 9.4h-7c-.6 0-1.1-.3-1.4-.8s-.3-1.1 0-1.6L16.3.8c.3-.5.8-.8 1.3-.8s1.1.3 1.4.8L22.5 7c.3.5.3 1.1 0 1.6s-.8.8-1.3.8zm-4.3-8.2l.7.4L14 7.8l.1.1h7l.1-.1-3.5-6.2-.8-.4zM5.8 23.9c-.5 0-1-.2-1.3-.6L.3 17.7c-.3-.4-.4-1-.2-1.6.2-.5.7-.9 1.2-1l6.9-1c.6-.1 1.1.2 1.5.6s.4 1 .2 1.6l-2.7 6.5c-.2.5-.7.9-1.3 1 0 .1-.1.1-.1.1zm2.7-8.2l-7 .9-.1.1 4.2 5.6.8.3-.7-.3 2.8-6.6c.1.1.1 0 0 0zm.7.4z"/><path d="M17.6 35.3c-.4 0-.8-.3-.8-.8v-2c0-6.2-3-10.1-9.4-12.1-.3 0-.5-.4-.4-.8.1-.4.5-.6.9-.5 7 2.2 10.5 6.6 10.5 13.5v2c0 .3-.4.7-.8.7zm11.9-11.4h-.2c-.6-.1-1-.4-1.3-1l-2.7-6.5c-.2-.5-.1-1.1.2-1.6.3-.4.9-.7 1.5-.6l6.9 1c.6.1 1 .4 1.2 1 .2.5.1 1.1-.2 1.6l-4.2 5.6c-.2.2-.7.5-1.2.5zm-2.8-8.1l2.7 6.5.7.5-.6-.5 4.2-5.6-.1-.1-6.9-1-.7.5.7-.3z"/><path d="M17.6 35.3c-.4 0-.8-.3-.8-.8v-2c0-6.9 3.4-11.3 10.5-13.5.4-.1.8.1.9.5.1.4-.1.8-.5.9-6.4 2-9.4 5.8-9.4 12.1v2c.1.4-.3.8-.7.8z"/><path d="M17.6 33.3c-.4 0-.8-.3-.8-.8V8.7c0-.4.3-.8.8-.8s.8.3.8.8v23.9c0 .4-.4.7-.8.7z"/></symbol><symbol viewBox="0 0 35.2 35.2" id="surf-members" xmlns="http://www.w3.org/2000/svg"><path d="M19.9 21.8c-3.5 0-6.4-2.9-6.4-6.4 0-3.5 2.9-6.4 6.4-6.4 3.5 0 6.4 2.9 6.4 6.4-.1 3.5-2.9 6.4-6.4 6.4zm0-11.3c-2.7 0-4.9 2.2-4.9 4.9s2.2 4.9 4.9 4.9 4.9-2.2 4.9-4.9-2.2-4.9-4.9-4.9zm11.2-2.3c-2.3 0-4.1-1.9-4.1-4.1S28.9 0 31.1 0s4.1 1.9 4.1 4.1-1.8 4.1-4.1 4.1zm0-6.7c-1.4 0-2.6 1.2-2.6 2.6s1.2 2.6 2.6 2.6 2.6-1.2 2.6-2.6-1.1-2.6-2.6-2.6zm0 25.9c-2.3 0-4.1-1.9-4.1-4.1s1.9-4.1 4.1-4.1 4.1 1.9 4.1 4.1-1.8 4.1-4.1 4.1zm0-6.8c-1.4 0-2.6 1.2-2.6 2.6s1.2 2.6 2.6 2.6 2.6-1.2 2.6-2.6-1.1-2.6-2.6-2.6zM19.9 35.2c-2.3 0-4.1-1.9-4.1-4.1s1.9-4.1 4.1-4.1 4.1 1.9 4.1 4.1-1.9 4.1-4.1 4.1zm0-6.7c-1.4 0-2.6 1.2-2.6 2.6s1.2 2.6 2.6 2.6 2.6-1.2 2.6-2.6-1.2-2.6-2.6-2.6zM4.1 35.2c-2.3 0-4.1-1.9-4.1-4.1S1.9 27 4.1 27s4.1 1.9 4.1 4.1-1.8 4.1-4.1 4.1zm0-6.7c-1.4 0-2.6 1.2-2.6 2.6s1.2 2.6 2.6 2.6 2.6-1.2 2.6-2.6-1.1-2.6-2.6-2.6zm1.1-16.9c-2.3 0-4.1-1.9-4.1-4.1S3 3.4 5.2 3.4s4.1 1.9 4.1 4.1-1.8 4.1-4.1 4.1zm0-6.7c-1.4 0-2.6 1.2-2.6 2.6s1.2 2.6 2.6 2.6 2.6-1.2 2.6-2.6-1.1-2.6-2.6-2.6z"/><path d="M23.9 12.1c-.2 0-.4-.1-.5-.2-.3-.3-.3-.8 0-1.1L28.2 6c.3-.3.8-.3 1.1 0s.3.8 0 1.1L24.4 12c-.2.1-.4.1-.5.1zm4.3 10.1c-.2 0-.4-.1-.5-.2l-3.4-3.4c-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0l3.4 3.4c.3.3.3.8 0 1.1-.2.2-.4.2-.6.2zm-8.3 6.3c-.4 0-.8-.3-.8-.8V21c0-.4.3-.8.8-.8s.8.3.8.8v6.8c-.1.4-.4.7-.8.7zm-13.4 1c-.2 0-.4-.1-.5-.2-.3-.3-.3-.8 0-1.1l9.4-9.4c.3-.3.8-.3 1.1 0s.3.8 0 1.1L7 29.3c-.1.1-.3.2-.5.2zm8.1-15.4c-.1 0-.3 0-.4-.1l-6.6-4c-.3-.2-.4-.6-.2-1s.7-.5 1-.3l6.6 4c.4.2.5.7.3 1-.2.3-.4.4-.7.4z"/></symbol><symbol viewBox="0 0 24 24" id="surf-rocket" xmlns="http://www.w3.org/2000/svg"><path d="M23.8 20.8L22 17.1c-.3-.6-.8-1.1-1.4-1.5.3-.4.4-.8.4-1.3V6.8c0-1.2-1-2.2-2.2-2.2h-1.5c-.4 0-.8.3-.8.8s.3.6.7.6h1.5c.4 0 .8.3.8.8v7.5c0 .4-.3.8-.8.8H16.4c-.4 0-.7.3-.7.8s.3.8.7.8h2.1c.9 0 1.6.5 2 1.2l1.8 3.7c.1.2.1.5 0 .7-.1.2-.4.3-.6.3H2.2c-.2 0-.5-.1-.6-.3-.1-.2-.1-.5 0-.7l1.8-3.7c.4-.8 1.2-1.2 2-1.2h2.1c.4 0 .8-.3.8-.8s-.4-.9-.8-.9H5.2c-.4 0-.8-.3-.8-.8V6.8c.1-.4.4-.8.8-.8h1.5c.4 0 .8-.3.8-.8s-.3-.7-.8-.7H5.2C4 4.5 3 5.5 3 6.8v7.5c0 .5.2.9.4 1.3-.6.4-1 .9-1.4 1.5L.2 20.8c-.3.7-.3 1.5.1 2.2.4.6 1.2 1 1.9 1h19.5c.8 0 1.5-.4 1.9-1.1.5-.6.5-1.4.2-2.1z"/><path d="M5.7 10.7c-.1.4 0 .8.3 1.1.3.3.6.4 1 .4h10c.4 0 .7-.1 1-.4.3-.3.4-.7.2-1.2-.6-1.5-1.7-2.8-3.2-3.4V4C15 1.9 12.7.3 12.4.2c-.2-.2-.6-.2-.8 0C11.3.3 9 1.9 9 4v3.2c-1.5.6-2.7 1.9-3.3 3.5zM9 8.9v1.8H7.3c.4-.7 1-1.4 1.7-1.8zm7.7 1.8H15V8.9c.7.4 1.3 1.1 1.7 1.8zM10.5 4c0-.9.9-1.8 1.5-2.3.6.5 1.5 1.4 1.5 2.3v6.7h-3V4zM9.7 14.3v2.2c0 .4.3.8.8.8s.8-.3.8-.8v-2.2c0-.4-.3-.8-.8-.8s-.8.4-.8.8zM12.7 14.3v4.5c0 .4.3.8.8.8s.8-.3.8-.8v-4.5c0-.4-.3-.8-.8-.8s-.8.4-.8.8z"/></symbol><symbol viewBox="0 0 33.2 34.6" id="sustainability-and-csr" xmlns="http://www.w3.org/2000/svg"><path d="M26.2 13.8c-.3 0-.5-.1-.7-.4l-5.7-10c-.7-1.2-1.9-1.9-3.2-1.9-1.3 0-2.6.7-3.2 1.9l-1.6 2.7c-.2.4-.7.5-1 .3s-.5-.7-.3-1L12 2.6C13 1 14.7 0 16.6 0c1.9 0 3.6 1 4.5 2.6l5.7 10c.2.4.1.8-.3 1-.1.1-.2.2-.3.2zm1.7 16.3H16.6c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h11.3c1.3 0 2.6-.7 3.2-1.9.7-1.2.7-2.6 0-3.8l-2-3.4c-.2-.4-.1-.8.3-1 .4-.2.8-.1 1 .3l2 3.4c.9 1.6.9 3.6 0 5.3s-2.6 2.7-4.5 2.7zm-22.7 0c-1.9 0-3.6-1-4.5-2.6-.9-1.6-.9-3.6 0-5.3l5.7-10.1c.2-.4.7-.5 1-.3.4.2.5.7.3 1L2 23a3.7 3.7 0 0 0 0 3.8c.7 1.2 1.9 1.9 3.2 1.9h4.6c.4 0 .8.3.8.8s-.3.8-.8.8H5.2v-.2z"/><path d="M21.1 34.6c-.2 0-.4-.1-.5-.2L16 29.9c-.3-.3-.3-.8 0-1.1l4.5-4.5c.3-.3.8-.3 1.1 0s.3.8 0 1.1l-4 4 4 4c.3.3.3.8 0 1.1-.1.1-.3.1-.5.1zm5.1-20.8H26l-6.1-1.6c-.4-.1-.6-.5-.5-.9.1-.4.5-.6.9-.5l5.4 1.5 1.5-5.4c0-.6.4-.9.8-.7.4.1.6.5.5.9l-1.6 6.1c-.1.4-.4.6-.7.6zM8.7 19.4c-.3 0-.6-.2-.7-.6l-1.5-5.4-5.4 1.5c-.4.1-.8-.1-.9-.5-.1-.4.1-.8.5-.9l6.1-1.6c.4-.1.8.1.9.5l1.6 6.1c.1.4-.1.8-.5.9h-.1z"/></symbol><symbol viewBox="0 0 318 183" id="swirls_clipped" xmlns="http://www.w3.org/2000/svg"><defs><path d="M0 6a6 6 0 0 1 6-6h306a6 6 0 0 1 6 6v150.457S71.285 181.862 45.712 182.926C20.14 183.991 0 169.692 0 169.692V6z" id="efa"/><linearGradient x1="103.476%" y1="49.733%" x2="86.978%" y2="71.525%" id="efc"><stop stop-color="#00A7A7" offset="0%"/><stop stop-color="#00A7A7" stop-opacity=".01" offset="100%"/></linearGradient><linearGradient x1="-3.562%" y1="43.203%" x2="-.789%" y2="79.507%" id="efd"><stop stop-color="#00A7A7" offset="0%"/><stop stop-color="#00A7A7" stop-opacity=".01" offset="100%"/></linearGradient></defs><g fill="none" fill-rule="evenodd"><mask id="efb" fill="#fff"><use xlink:href="#efa"/></mask><g mask="url(#efb)" opacity=".2"><path d="M321.07 535.722c-18.463 17.531-46.639 19.893-67.822 5.684L15.704 383.11a22.007 22.007 0 0 1-11.507-11.507l-3.452-3.452c4.019-4.02 36.163-52.273 74.628-102.245l173.95-229.184a20.274 20.274 0 0 1 15.512-8.607l6.322-.569 89.755 89.754 120.823 120.824c32.431 32.327 33.994 84.315 3.561 118.413A2269.673 2269.673 0 0 1 321.07 535.722z" fill="url(#efc)" transform="translate(-378 -202)"/><path d="M612.074 205.338c-13.905 19.48-12.445 45.996 3.515 63.828L793.593 469.26a20.61 20.61 0 0 0 12.193 9.187l3.657 2.756c3.216-4.268 43.912-40.516 85.386-82.87l190.527-191.957a19.086 19.086 0 0 0 5.991-15.56l-.291-5.955-95.1-71.663L867.938 16.73C833.672-9.177 785.131-3.787 757.374 29.007a2138.15 2138.15 0 0 0-145.3 176.33z" fill="url(#efd)" transform="translate(-378 -202)"/></g></g></symbol><symbol viewBox="0 0 130 118" id="swoosh-bottom-left" xmlns="http://www.w3.org/2000/svg"><path d="M115.7 38H97.9c-9.8 0-17.8 8-17.8 17.9v44.2c0 9.9-8 17.9-17.8 17.9H17.8C8 118 0 110 0 100.1V55.9C0 46 8 38 17.8 38h44.6c9.8 0 17.8-8 17.8-17.9v-5.7c0-8 6.4-14.4 14.3-14.4h21.3c7.9 0 14.3 6.4 14.3 14.4v9.2c-.1 8-6.5 14.4-14.4 14.4z" fill-rule="evenodd" clip-rule="evenodd"/></symbol><symbol viewBox="0 0 607 58" id="swoosh-bottom-left-streched" xmlns="http://www.w3.org/2000/svg"><path d="M6.8 38.8C3 38.8 0 41.9 0 45.7v4.4C0 53.9 3.1 57 6.8 57H17c3.8 0 6.8-3.1 6.8-6.9v-2.7c0-4.7 3.8-8.6 8.5-8.6l566 .2c4.7 0 8.5-4.1 8.5-8.8V8.6c0-4.7-3.8-8.6-8.5-8.6h-566c-4.7 0-8.5 3.8-8.5 8.6v21.6c0 4.7-3.8 8.6-8.5 8.6H6.8z" fill-rule="evenodd" clip-rule="evenodd"/></symbol><symbol viewBox="0 0 130 118" id="swoosh-bottom-right" xmlns="http://www.w3.org/2000/svg"><path d="M0 23.6v-9.2C0 6.4 6.4 0 14.3 0h21.3c7.9 0 14.3 6.4 14.3 14.4v5.7c0 9.9 8 17.9 17.8 17.9h44.5c9.8 0 17.8 8 17.8 17.9v44.2c0 9.9-8 17.9-17.8 17.9H67.6c-9.8 0-17.8-8-17.8-17.9V55.9C49.8 46 41.9 38 32.1 38H14.3C6.4 38 0 31.6 0 23.6z" fill-rule="evenodd" clip-rule="evenodd"/></symbol><symbol viewBox="0 0 130 118" id="swoosh-top-left" xmlns="http://www.w3.org/2000/svg"><path d="M130 94.4v9.2c0 8-6.4 14.4-14.3 14.4H94.4c-7.9 0-14.3-6.4-14.3-14.4v-5.7c0-9.9-8-17.9-17.8-17.9H17.8C8 80 0 72 0 62.1V17.9C0 8 8 0 17.8 0h44.6c9.8 0 17.8 8 17.8 17.9v44.2C80.2 72 88.1 80 97.9 80h17.8c7.9 0 14.3 6.4 14.3 14.4z" fill-rule="evenodd" clip-rule="evenodd"/></symbol><symbol viewBox="0 0 130 118" id="swoosh-top-right" xmlns="http://www.w3.org/2000/svg"><path d="M14.3 80h17.8c9.8 0 17.7-8 17.7-17.9V17.9C49.8 8 57.8 0 67.6 0h44.6C122 0 130 8 130 17.9v44.2c0 9.9-8 17.9-17.8 17.9H67.7c-9.8 0-17.8 8-17.8 17.9v5.7c0 8-6.4 14.4-14.3 14.4H14.3C6.4 118 0 111.6 0 103.6v-9.2C0 86.4 6.4 80 14.3 80z" fill-rule="evenodd" stroke-width="0"/></symbol><symbol viewBox="0 0 1260 1710.2" id="swoosh-top-right-streched" xmlns="http://www.w3.org/2000/svg"><path d="M498.7 1563.2c0 81.1-84.6 147-189 147H188.9c-104.3 0-188.9-65.8-188.9-147v-69.5c0-81.1 84.6-146.9 189-146.9h74.6c129.9 0 235.2-81.8 235.2-182.8V182.8C498.7 81.9 604 0 733.9 0h290.8c129.9 0 235.2 81.9 235.2 182.8v981.1c0 101-105.3 182.8-235.2 182.8H733.9c-129.9 0-235.2 81.8-235.2 182.8v33.6z"/></symbol><symbol viewBox="0 0 10 7" id="triangle-down" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M1.402.876V.818h7.673V.84a.722.722 0 0 1 .294.152.63.63 0 0 1 .063.912L5.665 5.901A.916.916 0 0 1 5 6.182a.912.912 0 0 1-.664-.28L.568 1.906A.632.632 0 0 1 .655.973a.75.75 0 0 1 .747-.097z"/></symbol><symbol viewBox="0 0 35.2 33.9" id="trust-and-identity" xmlns="http://www.w3.org/2000/svg"><path d="M.8 12.3c-.5 0-.8-.3-.8-.8 0-4.1 2.3-8 6-10s8.3-2 12 0c.4.2.5.7.3 1-.2.4-.7.5-1 .3C14 1 10 1 6.7 2.8 3.5 4.6 1.5 8 1.5 11.5c0 .5-.3.8-.7.8zm22.4 0c-.4 0-.8-.3-.8-.8 0-1.4-.3-2.7-.9-4-.2-.4 0-.8.4-1 .4-.2.8 0 1 .4.7 1.5 1 3 1 4.6.1.5-.2.8-.7.8zM12 33.9c-.4 0-.8-.3-.8-.8s.3-.8.8-.8c.7 0 1.4-.1 2.1-.2.4-.1.8.2.9.6.1.4-.2.8-.6.9-.8.2-1.6.3-2.4.3zM7.5 33c-.1 0-.2 0-.3-.1-4.4-1.8-7.2-6-7.2-10.6V18c0-.4.3-.8.8-.8s.8.3.8.8v4.3c0 4 2.5 7.6 6.3 9.2.4.2.6.6.4 1-.2.3-.5.5-.8.5z"/><path d="M18.8 14.5c-.4 0-.8-.3-.8-.8v-2.2c0-2-1.1-3.9-3-5-1.9-1-4.2-1-6 0-.4.3-.8.2-1-.2-.2-.4-.1-.8.3-1 2.3-1.3 5.2-1.3 7.5 0s3.8 3.7 3.8 6.3v2.2c-.1.3-.4.7-.8.7zM12 29.6c-4.1 0-7.5-3.2-7.5-7.2V11.5c0-.4.3-.8.8-.8s.7.4.7.8v10.8c0 3.2 2.7 5.7 6 5.7.4 0 .8.3.8.8s-.4.8-.8.8z"/><path d="M14.3 17.7c-.4 0-.8-.3-.8-.8v-5.4c0-.8-.7-1.4-1.5-1.4s-1.5.6-1.5 1.4v4.3c0 .4-.3.8-.8.8s-.7-.3-.7-.7v-4.3c0-1.6 1.3-2.9 3-2.9s3 1.3 3 2.9V17c0 .4-.3.7-.7.7zM12 25.3c-1.7 0-3-1.3-3-2.9 0-.4.3-.8.8-.8s.8.3.8.8c0 .8.7 1.4 1.5 1.4.4 0 .8.3.8.8s-.5.7-.9.7zm13.5 8.6c-5.4 0-9.7-4.2-9.7-9.4s4.4-9.4 9.7-9.4 9.8 4.2 9.8 9.4-4.4 9.4-9.8 9.4zm0-17.3c-4.5 0-8.2 3.5-8.2 7.9s3.7 7.9 8.2 7.9 8.2-3.5 8.2-7.9-3.7-7.9-8.2-7.9z"/><path d="M24.3 28.8c-.5 0-1-.2-1.3-.5l-2.3-2.2c-.3-.3-.3-.8 0-1.1.3-.3.8-.3 1.1 0l2.2 2.2c.1.1.2.1.3.1.1 0 .2-.1.3-.1l4.4-5.6c.3-.3.7-.4 1.1-.1.3.3.4.7.1 1.1L25.7 28c-.3.4-.8.7-1.4.7v.1z"/></symbol><symbol viewBox="0 0 256 232" id="twitter" xmlns="http://www.w3.org/2000/svg"><path d="M201.615 0h39.255l-85.76 98.22L256 231.874h-78.997l-61.872-81.06-70.797 81.06H5.055l91.73-105.057L0 0h81.002l55.928 74.093L201.615 0zm-13.777 208.33h21.751L69.183 22.308H45.84L187.838 208.33z"/></symbol><symbol id="twitter_old" xml:space="preserve" viewBox="0 0 24 20" xmlns="http://www.w3.org/2000/svg"><style>.epst0{fill-rule:evenodd;clip-rule:evenodd}</style><path class="epst0" d="M23.8 4.1c.2-.2.2-.5.1-.7-.1-.1-.2-.1-.3-.2l-.8-.2c-.3-.1-.5-.4-.4-.6v-.1l.5-.9c.1-.3 0-.6-.2-.7-.1-.1-.2-.1-.4 0l-2.1.6c-.2 0-.3 0-.5-.1-.9-.7-2-1.1-3.1-1.1-2.9 0-5.2 2.4-5.2 5.3v.4c0 .1-.1.2-.2.3-2.9.2-5.7-1.3-8.7-4.9-.1-.1-.3-.2-.5-.1s-.3.2-.3.4c-.4 1.8-.3 3.6.5 5.2 0 .2 0 .3-.2.4h-.2L.7 6.9c-.3-.1-.5.1-.6.4v.2c.2 1.6 1.1 3.1 2.5 4 .1.1.2.2.1.4 0 .1-.1.1-.1.1l-.6.2c-.3.1-.4.4-.3.7.6 1.4 1.9 2.3 3.3 2.6.1.1.2.2.2.3s-.1.1-.2.2c-1.4.6-2.9.9-4.5.9-.2-.1-.4.1-.5.4 0 .3.1.6.4.7 2.6 1.3 5.5 2 8.5 2 2.6 0 5.1-.7 7.3-2.1 3.6-2.5 5.8-6.6 5.8-11v-1c0-.2.1-.3.2-.4l1.6-1.4z"/></symbol><symbol viewBox="0 0 35.3 35.2" id="utilizing-study-data" xmlns="http://www.w3.org/2000/svg"><path d="M7.5 30.8H3c-1.7 0-3-1.3-3-3V3c0-1.7 1.3-3 3-3h15.9c.8 0 1.6.3 2.1.9l4.3 4.3c.6.6.9 1.3.9 2.1v6.9c0 .4-.3.8-.8.8s-.8-.3-.8-.8V7.3c0-.4-.2-.8-.4-1.1L20 1.9c-.3-.3-.7-.4-1.1-.4H3c-.8 0-1.5.7-1.5 1.5v24.8c0 .8.7 1.5 1.5 1.5h4.5c.4 0 .8.3.8.8s-.4.7-.8.7zm16.9 4.4h-.2l-5.6-1.6c-.3-.1-.5-.4-.5-.7V26c0-.4.3-.8.8-.8s.8.3.8.8v6.3l4.9 1.4 4.9-1.4V26c0-.4.3-.8.8-.8s.8.3.8.8v6.9c0 .3-.2.6-.5.7L25 35.2h-.6z"/><path d="M24.4 28.5h-.2L14 25.3c-.3-.1-.5-.4-.5-.7 0-.3.2-.6.5-.7l10.1-3.7c.2-.1.3-.1.5 0l10.1 3.7c.3.1.5.4.5.7 0 .3-.2.6-.5.7l-10.1 3.2h-.2zm-7.8-4l7.8 2.4 7.8-2.4-7.8-2.8-7.8 2.8z"/><path d="M14.2 30.4c-.4 0-.8-.3-.8-.8v-5c0-.4.3-.8.8-.8s.8.3.8.8v5c0 .4-.3.8-.8.8zM7.5 7.1H5.2c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h2.2c.4 0 .8.3.8.8s-.3.8-.7.8zm11.3 0H12c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h6.8c.4 0 .8.3.8.8s-.4.8-.8.8zM7.5 12.8H5.2c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h2.2c.4 0 .8.3.8.8s-.3.8-.7.8zm11.3 0H12c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h6.8c.4 0 .8.3.8.8s-.4.8-.8.8zM7.5 18.4H5.2c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h2.2c.4 0 .8.3.8.8s-.3.8-.7.8zm0 5.6H5.2c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h2.2c.4 0 .8.3.8.8s-.3.8-.7.8zm11.3-5.6H12c-.4 0-.8-.3-.8-.8s.3-.8.8-.8h6.8c.4 0 .8.3.8.8s-.4.8-.8.8z"/></symbol><symbol viewBox="0 0 24 24" id="video" xmlns="http://www.w3.org/2000/svg"><path d="M23.4 10.5c.8.9.8 2.1 0 3-2.6 2.9-6.9 6-11.3 6h-.3c-4.3 0-8.7-3.1-11.3-6-.8-.9-.8-2.1 0-3 2.6-2.9 7-6.1 11.4-6 4.5-.1 8.9 3.1 11.5 6zM7.4 12c0 2.6 2.1 4.7 4.6 4.7 2.5 0 4.6-2.1 4.6-4.7S14.5 7.3 12 7.3c-2.5 0-4.6 2.1-4.6 4.7zm6-1.4c.8.8.8 2.1 0 2.9-.8.8-2 .8-2.8 0-.8-.8-.8-2.1 0-2.9.8-.8 2-.8 2.8 0 0-.1 0 0 0 0z"/></symbol><symbol viewBox="0 0 24 24" id="video-player" xmlns="http://www.w3.org/2000/svg"><path d="M2.2 24C1 24 0 23 0 21.8V2.2C0 1 1 0 2.2 0h19.5C23 0 24 1 24 2.2v19.5c0 1.2-1 2.2-2.2 2.2H2.2zm0-22.5c-.4 0-.8.3-.8.8v19.5c0 .4.3.8.8.8h19.5c.4 0 .8-.3.8-.8V2.2c0-.4-.3-.8-.8-.8H2.2z"/><path d="M9.9 16.5c-.2 0-.3 0-.5-.1-.4-.1-.7-.4-.9-.8-.1-.2-.2-.5-.2-.7V9.1c0-.9.7-1.6 1.6-1.6.2 0 .5.1.7.2l5.8 2.9c.8.4 1.1 1.4.7 2.2-.2.3-.4.6-.7.7l-5.8 2.9c-.3 0-.5.1-.7.1zm0-7.5c-.1 0-.1 0-.1.1v5.8l.1.1 5.8-2.9V12L9.9 9z"/></symbol><symbol viewBox="0 0 25 25" id="video-with-progress-bar" xmlns="http://www.w3.org/2000/svg"><path d="M22.3 0H2.7C1.2 0 0 1.2 0 2.7v10.7c0 1.5 1.2 2.7 2.7 2.7h19.6c1.5 0 2.7-1.2 2.7-2.7V2.7C25 1.2 23.8 0 22.3 0zm.9 13.4c0 .2 0 .5-.3.6-.2.2-.4.3-.6.3H2.7c-.5 0-.9-.4-.9-.9V2.7c0-.5.4-.9.9-.9h19.6c.2 0 .5 0 .6.3.2.2.3.4.3.6v10.7zm-7.8-6.7l-3.9-2.9c-.5-.4-1.2-.4-1.7-.1-.5.3-.9.8-.9 1.4v5.7c0 .6.3 1.2.9 1.4.2.1.5.2.7.2.3 0 .7-.1 1-.3l3.9-2.9c.4-.3.7-.8.7-1.3s-.2-1-.7-1.3zm-4.7 3.9V5.5L14.1 8l-3.4 2.5zm13.4 9.9H10.6c-.4-1.6-1.8-2.6-3.4-2.6s-3 1.1-3.4 2.6H.9c-.5 0-.9.4-.9.9s.4.9.9.9h2.8c.4 1.6 1.8 2.6 3.4 2.6s3-1.1 3.4-2.6H24c.5 0 .9-.4.9-.9s-.4-.9-.9-.9zm-17 2.7c-.7 0-1.4-.4-1.6-1.1-.3-.7-.1-1.4.4-1.9s1.3-.7 1.9-.4c.7.3 1.1.9 1.1 1.6s-.2.9-.5 1.3c-.3.3-.8.5-1.3.5z"/></symbol><symbol viewBox="0 0 68 69" id="virtual-reality" xmlns="http://www.w3.org/2000/svg"><path d="M62.9 37.2c-.5-.3-1.1 0-1.4.4-.3.5 0 1.1.4 1.4 2.4 1.4 3.9 3.9 3.9 6.7v13.1c0 4.3-3.5 7.7-7.8 7.7h-7c-2 0-4-.8-5.4-2.3-2.8-2.9-7.2-6.5-11.6-6.5s-8.8 3.5-11.6 6.5c-1.4 1.5-3.4 2.3-5.5 2.3h-7c-4.3 0-7.8-3.5-7.8-7.7V45.7c0-2.7 1.4-5.2 3.7-6.6.5-.3.6-.9.3-1.4-.3-.5-.9-.6-1.4-.3C2 39 .2 42.2.2 45.6v13.1c0 5.4 4.4 9.7 9.8 9.7h7c2.6 0 5.1-1 6.9-2.9 2.1-2.2 6.2-5.9 10.2-5.9s8.1 3.7 10.2 5.9c1.8 1.8 4.3 2.9 6.8 2.9h7c5.4 0 9.8-4.4 9.8-9.7V45.6c0-3.5-1.9-6.7-4.9-8.4z"/><path d="M11.1 23.8c0 4.1 1.1 8 3 11.3 3.1 5.3 8.2 9.3 14.3 10.8h.1c1.8.4 3.6.7 5.5.7s3.7-.2 5.5-.7c9.9-2.5 17.3-11.5 17.3-22.2S49.5 4.1 39.6 1.6c-1.8-.4-3.6-.7-5.5-.7s-3.7.2-5.5.7c-6.1 1.5-11.2 5.5-14.3 10.8-1.9 3.3-3 7.2-3 11.3h-.2zm43.7-1h-9.6c0-3-.2-6-.8-8.9h7.9c1.5 2.7 2.3 5.7 2.5 8.9zm-2.4 10.9h-7.9c.6-2.9.9-5.9.8-8.9h9.6c-.2 3.2-1 6.2-2.5 8.9zm-39.2-8.9h9.6c0 3 .2 6 .8 8.9h-7.9c-1.5-2.7-2.3-5.7-2.5-8.9zm11.6 0h18.4c0 3-.2 6-.8 8.9H25.6c-.6-2.9-.9-5.9-.8-8.9zm18.4-2H24.8c0-3 .2-6 .8-8.9h16.8c.6 2.9.9 5.9.8 8.9zm-20.4 0h-9.6c.2-3.2 1-6.2 2.5-8.9h7.9c-.6 2.9-.9 5.9-.8 8.9zm-5.9 12.9H24c.7 2.6 1.6 5.2 2.7 7.6-4-1.5-7.4-4.2-9.9-7.6zm12.5 8.4c-1.4-2.7-2.5-5.5-3.3-8.4h15.8c-.8 2.9-1.9 5.7-3.3 8.4-1.5.3-3 .5-4.6.5s-3.1-.2-4.6-.5zm11.8-.8c1.2-2.4 2.1-5 2.7-7.6H51c-2.4 3.4-5.8 6.1-9.9 7.6h.1zm9.9-31.5H44c-.7-2.6-1.6-5.2-2.7-7.6 4 1.5 7.4 4.2 9.9 7.6zM38.6 3.4c1.4 2.7 2.5 5.5 3.3 8.4H26.1c.8-2.9 1.9-5.7 3.3-8.4 1.5-.3 3-.5 4.6-.5s3.1.2 4.6.5zm-11.8.8c-1.2 2.4-2.1 5-2.7 7.6H17c2.4-3.4 5.8-6.1 9.9-7.6z"/></symbol><symbol viewBox="0 0 61 60" id="voice-id" xmlns="http://www.w3.org/2000/svg"><path d="M55.3 59.5H40.1c-.6 0-1-.4-1-1s.4-1 1-1h15.2c1.6 0 2.8-1.3 2.8-2.8V39.5c0-.6.4-1 1-1s1 .4 1 1v15.2c0 2.7-2.2 4.8-4.8 4.8zm3.8-38c-.6 0-1-.4-1-1V5.3c0-1.5-1.3-2.8-2.8-2.8H40.1c-.6 0-1-.4-1-1s.4-1 1-1h15.2c2.7 0 4.8 2.2 4.8 4.8v15.2c0 .6-.4 1-1 1zm-57.2 0c-.6 0-1-.4-1-1V5.3C.9 2.6 3.1.4 5.7.4h15.2c.6 0 1 .4 1 1s-.4 1-1 1H5.7c-1.6 0-2.8 1.3-2.8 2.8v15.2c0 .6-.4 1-1 1zm19.1 38H5.7C3 59.5.9 57.3.9 54.7V39.5c0-.6.4-1 1-1s1 .4 1 1v15.2c0 1.5 1.3 2.8 2.8 2.8h15.2c.6 0 1 .4 1 1s-.4 1-1 1h.1zm9.5-15.2c-.6 0-1-.4-1-1V16.7c0-.6.4-1 1-1s1 .4 1 1v26.6c0 .6-.4 1-1 1zM21 38.6c-.6 0-1-.4-1-1V22.4c0-.6.4-1 1-1s1 .4 1 1v15.2c0 .6-.4 1-1 1zm19 0c-.6 0-1-.4-1-1V22.4c0-.6.4-1 1-1s1 .4 1 1v15.2c0 .6-.4 1-1 1zm-28.6-3.8c-.6 0-1-.4-1-1v-7.6c0-.6.4-1 1-1s1 .4 1 1v7.6c0 .6-.4 1-1 1zm38.2 0c-.6 0-1-.4-1-1v-7.6c0-.6.4-1 1-1s1 .4 1 1v7.6c0 .6-.4 1-1 1z"/></symbol><symbol viewBox="0 0 33 35.3" id="what-does-surf-think" xmlns="http://www.w3.org/2000/svg"><path d="M30 35.3H18.8c-.4 0-.8-.3-.8-.8s.3-.8.8-.8H30c.8 0 1.5-.7 1.5-1.5V7.5c0-.8-.7-1.5-1.5-1.5h-2.2c-.5 0-.8-.3-.8-.8s.3-.8.8-.8H30c1.7 0 3 1.3 3 3v24.8c0 1.7-1.3 3.1-3 3.1zM14.2 35.3c-.4 0-.8-.3-.8-.8v-8.2H9.8c-.4 0-.8-.3-.8-.8v-6.8c0-.4.3-.7.8-.7h3.8V9.8c0-.4.3-.8.8-.8H18V.8c0-.5.3-.8.8-.8s.8.3.8.8v9c0 .4-.3.8-.8.8H15v8.3c0 .4-.3.8-.8.8h-3.8v5.2h3.8c.4 0 .8.3.8.8v9c0 .2-.3.6-.8.6z"/><path d="M23.2 6c-.2 0-.4-.1-.5-.2l-4-3.9-4 3.9c-.2.2-.7.2-1-.1-.3-.3-.3-.8 0-1.1L18.2.1c.3-.3.8-.3 1.1 0l4.5 4.5c.3.3.3.8 0 1.1-.2.2-.4.3-.6.3zM21 30.8c-.4 0-.8-.3-.8-.8v-6.8c0-.4.3-.8.8-.8s.8.3.8.8V30c0 .4-.4.8-.8.8zM9.8 35.3H3c-1.7 0-3-1.3-3-3V7.5c0-1.7 1.3-3 3-3h5.6c.4 0 .8.3.8.8S9 6 8.6 6H3c-.8 0-1.5.7-1.5 1.5v24.8c0 .8.7 1.5 1.5 1.5h6v-3H5.2c-.4 0-.8-.3-.8-.8v-3.4c0-.4.3-.8.8-.8s.8.4.8.8v2.6h3.8c.4 0 .8.3.8.8v4.5c-.1.4-.4.8-.8.8zM25.5 35.3c-.4 0-.8-.3-.8-.8V21c0-.4.3-.8.8-.8h2.2c.4 0 .8.3.8.8s-.3.8-.8.8h-1.5v12.8c0 .3-.3.7-.7.7zM21 19.5c-.4 0-.8-.3-.8-.8v-2.3c0-.4.3-.8.8-.8h11.2c.4 0 .8.3.8.8s-.3.8-.8.8H21.8v1.5c0 .5-.4.8-.8.8z"/><path d="M8.6 15H5.2c-.4 0-.8-.3-.8-.8v-3.4c0-.4.3-.8.8-.8s.8.5.8.9v2.6h2.6c.4 0 .8.3.8.8s-.4.7-.8.7zM25.5 17.2c-.4 0-.8-.3-.8-.8V12c0-.4.3-.8.8-.8s.8.3.8.8v4.5c-.1.4-.4.7-.8.7z"/></symbol><symbol viewBox="0 0 24 24" id="wifi-laptop-1" xmlns="http://www.w3.org/2000/svg"><path d="M4.503 24.021c-.603-.002-1.168-.238-1.591-.664s-.656-.992-.654-1.593c.001-.268.049-.531.143-.782l1.125-3a2.22 2.22 0 0 1 .643-.912 2.251 2.251 0 0 1-.416-1.299v-6a2.252 2.252 0 0 1 2.25-2.25h2.25a.75.75 0 0 1 0 1.5h-2.25a.75.75 0 0 0-.75.75v6c0 .414.336.75.75.75h12a.75.75 0 0 0 .75-.75v-6a.75.75 0 0 0-.75-.75h-2.25a.75.75 0 0 1 0-1.5h2.25a2.252 2.252 0 0 1 2.25 2.25v6c0 .453-.133.885-.382 1.253.313.251.554.581.695.958l.966 3.027a2.22 2.22 0 0 1-.069 1.694 2.236 2.236 0 0 1-1.259 1.175 2.235 2.235 0 0 1-.789.143H4.503zm1.125-6a.753.753 0 0 0-.698.487l-1.125 3a.743.743 0 0 0 .171.791.742.742 0 0 0 .53.221h14.911a.745.745 0 0 0 .683-.439.745.745 0 0 0 .02-.573l-.969-3.035c-.097-.258-.383-.451-.688-.452H5.628z"/><path d="M10.503 21.021a.75.75 0 0 1 0-1.5h3a.75.75 0 0 1 0 1.5h-3zm1.5-12c-.62 0-1.125-.505-1.125-1.125s.505-1.125 1.125-1.125 1.125.505 1.125 1.125-.505 1.125-1.125 1.125zm-6-5.377a.752.752 0 0 1-.472-1.333A10.319 10.319 0 0 1 12.003.036c2.359 0 4.657.808 6.472 2.275a.747.747 0 0 1-.472 1.333.749.749 0 0 1-.471-.167c-1.549-1.253-3.512-1.943-5.528-1.943s-3.979.69-5.528 1.943a.76.76 0 0 1-.473.167z"/><path d="M15.502 6.021a.749.749 0 0 1-.471-.167c-.848-.686-1.924-1.064-3.028-1.064s-2.18.378-3.028 1.064a.749.749 0 0 1-1.054-.111.752.752 0 0 1 .111-1.055 6.33 6.33 0 0 1 3.972-1.396 6.33 6.33 0 0 1 3.971 1.396.747.747 0 0 1-.473 1.333z"/></symbol><symbol viewBox="0 0 35.2 35.2" id="work-at" xmlns="http://www.w3.org/2000/svg"><path d="M24.4 13.9c-3.8 0-6.9-3.1-6.9-6.9s3-7 6.9-7 6.9 3.1 6.9 6.9-3.1 7-6.9 7zm0-12.4c-3 0-5.4 2.4-5.4 5.4s2.4 5.4 5.4 5.4 5.4-2.4 5.4-5.4-2.4-5.4-5.4-5.4zm10.1 24.7c-.4 0-.8-.3-.8-.8 0-4.2-2.7-7.8-6.7-9-4-1.2-8.2.3-10.5 3.8-.2.3-.7.4-1 .2-.3-.2-.4-.7-.2-1 2.7-4 7.6-5.8 12.2-4.4 4.6 1.4 7.7 5.6 7.7 10.4 0 .5-.3.8-.7.8zm-33.7 9c-.4 0-.8-.3-.8-.8V21c0-.4.3-.8.8-.8s.8.3.8.8v13.5c-.1.4-.4.7-.8.7z"/><path d="M23.2 33H.8c-.5 0-.8-.3-.8-.8s.3-.8.8-.8h21.7c-.3-1.7-1.9-3-3.7-3h-5.6c-.4 0-.8-.3-.8-.8 0-2.1-1.7-3.8-3.8-3.8H.8c-.5.2-.8-.1-.8-.6s.3-.8.8-.8h7.9c2.6 0 4.8 2 5.2 4.5h4.9c2.9 0 5.2 2.4 5.2 5.2 0 .6-.3.9-.8.9z"/><path d="M13.1 28.5H8.6c-.4 0-.8-.3-.8-.8s.4-.7.8-.7h4.5c.4 0 .8.3.8.8s-.4.7-.8.7z"/></symbol><symbol viewBox="0 0 20 14" id="youtube" xmlns="http://www.w3.org/2000/svg"><path d="M20 10.6V3.4S20 0 16.6 0H3.4S0 0 0 3.4v7.2S0 14 3.4 14h13.2s3.4 0 3.4-3.4m-6.1-3.7l-6.5 3.8V3l6.5 3.9" fill-rule="evenodd" clip-rule="evenodd"/></symbol></svg></span> <script src="/files/js/js_Mc73yudee9IE56QQ98idwHICh4_TzU2nal8ufdA5QQw.js?scope=footer&delta=0&language=en&theme=surf&include=eJx1TksSgyAMvZCaI2UQAmWMhAlQa09flG666Op95yX0qhzTBk5bNrzQkBMHtCJbJCupqjD8qCsuZNQ-YMBUmnoILKvhudSzb4TbwxyPuGFWgZt1slwjlCpeh8rf1iHq-g8t1VEpWSqTwhfRi-7TMzoSpH0lhz4SO2DzPmcW4z7g61ah"></script> <script src="/themes/surf/javascripts/libraries/fontfaceobserver/fontfaceobserver.js?suc7g1"></script> <script src="/themes/surf/javascripts/libraries/fontfaceobserver/fontfaceobserver.init.js?suc7g1"></script> <script src="/files/js/js_ZAuu_iIIdj4X8WBxLqibSuTize385osBciCfkskHt3c.js?scope=footer&delta=3&language=en&theme=surf&include=eJx1TksSgyAMvZCaI2UQAmWMhAlQa09flG666Op95yX0qhzTBk5bNrzQkBMHtCJbJCupqjD8qCsuZNQ-YMBUmnoILKvhudSzb4TbwxyPuGFWgZt1slwjlCpeh8rf1iHq-g8t1VEpWSqTwhfRi-7TMzoSpH0lhz4SO2DzPmcW4z7g61ah"></script> <script src="https://static.mailplus.nl/jq/jquery.validate.1.19.3.min.js"></script> <script src="/files/js/js_ioziCxFNkhWNKXuyDRBPmqrioqAwnnd0fEuXEE7W0Ss.js?scope=footer&delta=5&language=en&theme=surf&include=eJx1TksSgyAMvZCaI2UQAmWMhAlQa09flG666Op95yX0qhzTBk5bNrzQkBMHtCJbJCupqjD8qCsuZNQ-YMBUmnoILKvhudSzb4TbwxyPuGFWgZt1slwjlCpeh8rf1iHq-g8t1VEpWSqTwhfRi-7TMzoSpH0lhz4SO2DzPmcW4z7g61ah"></script> </body> </html>