{"id":11633,"date":"2026-04-15T10:18:33","date_gmt":"2026-04-15T08:18:33","guid":{"rendered":"https:\/\/brendly.nl\/werk\/"},"modified":"2026-04-21T11:39:28","modified_gmt":"2026-04-21T09:39:28","slug":"cases","status":"publish","type":"page","link":"https:\/\/brendly.nl\/en\/cases\/","title":{"rendered":"Cases"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"11633\" class=\"elementor elementor-11633 elementor-11421\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-06d58d6 e-flex e-con-boxed e-con e-parent\" data-id=\"06d58d6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f204fce elementor-widget elementor-widget-html\" data-id=\"f204fce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div id=\"animElem\">\n  <div class=\"animElem__container\">\n    <div class=\"shape__top shape__top--reg1\"><\/div>\n    <div class=\"shape__top shape__top--reg2\"><\/div>\n    <div class=\"shape__accolade shape__accolade--reg1\"><\/div>\n  <\/div>\n<\/div>\n\n<script>\n  document.addEventListener(\"DOMContentLoaded\", () => {\n    gsap.registerPlugin(ScrollTrigger);\n\n    const adminBar = document.getElementById('wpadminbar');\n    if (adminBar) {\n      ScrollTrigger.config({ ignoreMobileResize: true });\n      ScrollTrigger.scrollerProxy(document.body, {\n        scrollTop(value) {\n          if (arguments.length) { document.documentElement.scrollTop = value; }\n          return document.documentElement.scrollTop;\n        },\n        getBoundingClientRect() {\n          return { top: 0, left: 0, width: window.innerWidth, height: window.innerHeight };\n        }\n      });\n    }\n\n    window.addEventListener('resize', () => ScrollTrigger.refresh());\n    window.addEventListener('load',   () => ScrollTrigger.refresh());\n    \n    \/\/ Paste toPct() into console when ?debug=1 is in the URL\n    if (new URLSearchParams(window.location.search).has('debug')) {\n      window.toPct = function(pixels, axis) {\n        const container = document.getElementById('animElem');\n        const dim = axis === 'x' ? container.offsetWidth : container.offsetHeight;\n        return ((pixels \/ dim) * 100).toFixed(1);\n      };\n      window.toPctXY = function(x, y) {\n        console.log(`x: '${window.toPct(x, 'x')}', y: '${window.toPct(y, 'y')}'`);\n      };\n      console.log('%c\ud83d\udd27 Shape debug active', 'color: #FFA200; font-weight: bold;');\n      console.log('Use toPct(pixels, \"x\"|\"y\") or toPctXY(x, y) to convert inspector values to POS percentages.');\n    }\n\n    const container = document.getElementById('animElem');\n    function px(pct, axis) {\n      const dim = axis === 'x' ? container.offsetWidth : container.offsetHeight;\n      return (parseFloat(pct) \/ 100) * dim;\n    }\n\n    let mm = gsap.matchMedia();\n\n    mm.add(\n      {\n        isXlDesktop: '(min-width: 1500px)',\n        isDesktop:   '(min-width: 1025px)',\n        isTablet:    '(max-width: 1024px)',\n        isMobile:    '(max-width: 767px)'\n      },\n      (context) => {\n        let { isXlDesktop, isDesktop, isTablet, isMobile } = context.conditions;\n\n        \/\/ \u2500\u2500 Tune these per breakpoint: val(desktop, tablet, mobile) \u2500\u2500\u2500\u2500\u2500\u2500\n        \/\/ null inherits the next broader breakpoint value\n        const SCRUB = isMobile ? 2    : isTablet ? 1.5  : 1;\n        const W     = isMobile ? 0.3  : isTablet ? 0.55 : 1;\n\n        function val(desktop, tablet, mobile) {\n          if (isMobile) return mobile  ?? tablet  ?? desktop;\n          if (isTablet) return tablet  ?? desktop;\n          return desktop;\n        }\n\n        \/\/ \u2500\u2500 All tunable positions \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n        \/\/ Edit numbers here. Third arg = mobile, second = tablet, first = desktop.\n        \/\/ Leave tablet\/mobile as null to inherit desktop value.\n        const POS = {\n          base: {\n            reg1: { x: val('-50', null, '-25.6'),  y: val('-50', null, 11.8)  },\n            reg2: { x: val('75', null, 89.7),   y: val('10', null, 17.8)   },\n          },\n          logos: {\n            reg1: { x: val('-150', '-134.9', null), y: val('75', 70.9, null) },\n            reg2: { x: val('125',  91.3, null), y: val('65', 63.5, null) },\n          },\n          case1: {\n            reg1: { x: val('-150', '-123.7', '-128.2'), y: val('65', 55.2, 77) },\n            reg2: { x: val('85', 22.8, 25.6), y: val('-100', '-95.2', '-29.6') },\n          },\n          case2: {\n            reg1: { x: val('-145', '-65.1', '-64.1'), y: val('-160', '-107.4', '-71.1') },\n            reg2: { x: val('75',   null, null), y: val('-150', null, null) },\n            acc:  { x: val('130',  null, 128.2), y: val('40',   null, 59.9) },\n          },\n          case3: {\n            reg1: { x: val('-145', null, null), y: val('-200', null, null) },\n            reg2: { x: val('-100', '-71.6', '-76,9'), y: val('70', 58.6, 82.9) },\n            acc:  { x: val('130',  78.1, 76.9), y: val('-200', '-166', '-94.8') },\n          },\n          case4: {\n            reg2: { x: val('-70',  '-52.1', '-51.3'), y: val('70', 78.1, 82.9) },\n            acc:  { x: val('170',  null, null), y: val('-200', null, null) },\n          },\n          case5: {\n            reg1: { x: val('-100', '-91.1', '-89.7'), y: val('65', 63.5, 82.9) },\n            reg2: { x: val('120',  91.1, 89.7), y: val('60', 58.6, '-23.7') },\n          },\n          case6: {\n            reg1: { x: val('-200', null, null), y: val('5',    null, null) },\n            reg2: { x: val('-70',  '-52.1', '-51.3'), y: val('80', 78.1, 82.9) },\n          },\n          cta: {\n            reg1: { x: val('30', 26, null), y: val('-75', '-38.8', null) },\n            reg2: { x: val('-65',  null, null), y: val('10',   null, null) },\n          },\n        };\n        \/\/ \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n\n        gsap.set('#hero h1, #hero p', { color: 'white' });\n\n        gsap.set('.shape__top--reg1', {\n          width: 2500 * W,\n          x: px(POS.base.reg1.x, 'x'), y: px(POS.base.reg1.y, 'y'),\n          rotation: 270, backgroundColor: '#FFA200'\n        });\n        gsap.set('.shape__top--reg2', {\n          width: 1600 * W,\n          x: px(POS.base.reg2.x, 'x'), y: px(POS.base.reg2.y, 'y'),\n          rotation: -20, zIndex: 100\n        });\n\n        gsap.to('.shape__top', {\n          scale: 1, stagger: 0.15, duration: 0.5, ease: 'power3.inOut()', delay: 0.5\n        });\n\n        \/\/ \u2500\u2500 Logos \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n        gsap.to('.shape__top--reg1', {\n          scrollTrigger: { trigger: '#logos', start: '20% bottom', end: '75% 80%', scrub: SCRUB },\n          x: px(POS.logos.reg1.x, 'x'), y: px(POS.logos.reg1.y, 'y'), immediateRender: false\n        });\n        gsap.to('.shape__top--reg2', {\n          scrollTrigger: { trigger: '#logos', start: '20% bottom', end: '75% 80%', scrub: SCRUB },\n          x: px(POS.logos.reg2.x, 'x'), y: px(POS.logos.reg2.y, 'y'), immediateRender: false\n        });\n\n        \/\/ \u2500\u2500 Case 1 \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n        gsap.to('.shape__top--reg1', {\n          scrollTrigger: { trigger: '#case1', start: '20% bottom', end: '75% 80%', scrub: SCRUB },\n          x: px(POS.case1.reg1.x, 'x'), y: px(POS.case1.reg1.y, 'y'), immediateRender: false\n        });\n        gsap.to('.shape__top--reg2', {\n          scrollTrigger: { trigger: '#case1', start: '20% bottom', end: '75% 80%', scrub: SCRUB },\n          x: px(POS.case1.reg2.x, 'x'), y: px(POS.case1.reg2.y, 'y'),\n          rotation: 75, backgroundColor: '#053250', immediateRender: false\n        });\n\n        \/\/ \u2500\u2500 Case 2 \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n        gsap.set('.shape__accolade--reg1', {\n          scale: 1,\n          width: 3400 * W, x: px('0', 'x'), y: px('150', 'y'),\n          rotation: -15, backgroundColor: '#F2F5F6'\n        });\n        gsap.to('.shape__top--reg1', {\n          scrollTrigger: { trigger: '#case2', start: '20% bottom', end: '75% 80%', scrub: SCRUB },\n          x: px(POS.case2.reg1.x, 'x'), y: px(POS.case2.reg1.y, 'y'), immediateRender: false\n        });\n        gsap.to('.shape__top--reg2', {\n          scrollTrigger: { trigger: '#case2', start: '20% bottom', end: '75% 80%', scrub: SCRUB },\n          x: px(POS.case2.reg2.x, 'x'), y: px(POS.case2.reg2.y, 'y'),\n          rotation: 75, backgroundColor: '#053250', immediateRender: false\n        });\n        gsap.to('.shape__accolade--reg1', {\n          scrollTrigger: { trigger: '#case2', start: '20% bottom', end: '75% 80%', scrub: SCRUB },\n          x: px(POS.case2.acc.x, 'x'), y: px(POS.case2.acc.y, 'y'), immediateRender: false\n        });\n        gsap.to('.shape__top--reg2', {\n          scrollTrigger: { trigger: '#case2', start: '75% 80%', end: '100% 80%', scrub: SCRUB },\n          backgroundColor: '#F7053F'\n        });\n\n        \/\/ \u2500\u2500 Case 3 \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n        gsap.to('.shape__top--reg1', {\n          scrollTrigger: { trigger: '#case3', start: '20% bottom', end: '75% 80%', scrub: SCRUB },\n          x: px(POS.case3.reg1.x, 'x'), y: px(POS.case3.reg1.y, 'y'), immediateRender: false\n        });\n        gsap.to('.shape__top--reg2', {\n          scrollTrigger: { trigger: '#case3', start: '20% bottom', end: '75% 80%', scrub: SCRUB },\n          x: px(POS.case3.reg2.x, 'x'), y: px(POS.case3.reg2.y, 'y'),\n          rotation: -15, immediateRender: false\n        });\n        gsap.to('.shape__accolade--reg1', {\n          scrollTrigger: { trigger: '#case3', start: '20% bottom', end: '75% 80%', scrub: SCRUB },\n          x: px(POS.case3.acc.x, 'x'), y: px(POS.case3.acc.y, 'y'), immediateRender: false\n        });\n\n        \/\/ \u2500\u2500 Case 4 \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n        gsap.to('.shape__top--reg2', {\n          scrollTrigger: { trigger: '#case4', start: '20% bottom', end: '75% 80%', scrub: SCRUB },\n          width: 2400 * W,\n          x: px(POS.case4.reg2.x, 'x'), y: px(POS.case4.reg2.y, 'y'),\n          rotation: 85, immediateRender: false\n        });\n        gsap.to('.shape__accolade--reg1', {\n          scrollTrigger: { trigger: '#case4', start: '20% bottom', end: '75% 80%', scrub: SCRUB },\n          x: px(POS.case4.acc.x, 'x'), y: px(POS.case4.acc.y, 'y'), immediateRender: false\n        });\n\n        \/\/ \u2500\u2500 Case 5 \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n        gsap.to('.shape__top--reg1', {\n          scrollTrigger: { trigger: '#case5', start: '20% bottom', end: '75% 80%', scrub: SCRUB },\n          width: 1600 * W,\n          x: px(POS.case5.reg1.x, 'x'), y: px(POS.case5.reg1.y, 'y'), immediateRender: false\n        });\n        gsap.to('.shape__top--reg2', {\n          scrollTrigger: { trigger: '#case5', start: '20% bottom', end: '75% 80%', scrub: SCRUB },\n          scaleX: 1,\n          x: px(POS.case5.reg2.x, 'x'), y: px(POS.case5.reg2.y, 'y'),\n          rotation: -15, immediateRender: false\n        });\n\n        \/\/ \u2500\u2500 Case 6 \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n        gsap.to('.shape__top--reg1', {\n          scrollTrigger: { trigger: '#case6', start: '20% bottom', end: '75% 80%', scrub: SCRUB },\n          width: 1200 * W,\n          x: px(POS.case6.reg1.x, 'x'), y: px(POS.case6.reg1.y, 'y'), immediateRender: false\n        });\n        gsap.to('.shape__top--reg2', {\n          scrollTrigger: { trigger: '#case6', start: '20% bottom', end: '75% 80%', scrub: SCRUB },\n          width: 2400 * W,\n          x: px(POS.case6.reg2.x, 'x'), y: px(POS.case6.reg2.y, 'y'),\n          rotation: 85, immediateRender: false\n        });\n\n        \/\/ \u2500\u2500 CTA \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n        gsap.to('.shape__top--reg1', {\n          scrollTrigger: { trigger: '#cta', start: '20% bottom', end: '75% 80%', scrub: SCRUB },\n          width: 1200 * W,\n          x: px(POS.cta.reg1.x, 'x'), y: px(POS.cta.reg1.y, 'y'),\n          rotation: 192, immediateRender: false\n        });\n        gsap.to('.shape__top--reg2', {\n          scrollTrigger: { trigger: '#cta', start: '20% bottom', end: '75% 80%', scrub: SCRUB },\n          width: 1200 * W,\n          x: px(POS.cta.reg2.x, 'x'), y: px(POS.cta.reg2.y, 'y'),\n          rotation: 157, immediateRender: false\n        });\n\n        return () => {};\n      }\n    );\n  });\n<\/script>\n\n<style>\n  #animElem {\n    width: 100vw;\n    height: 100lvh;\n    max-width: 1138px;\n    margin: 0px auto;\n    position: fixed;\n    inset: 0;\n    z-index: 100;\n    pointer-events: none;\n  }\n\n  .shape__top,\n  .shape__accolade {\n    scale: 0;\n    will-change: transform;\n  }\n\n  .shape__top--media {\n    --_rotate: 180deg;\n    width: 780px;\n    position: absolute;\n    z-index: 100;\n  }\n\n  .shape__top--media .wrapper {\n    rotate: var(--_rotate) !important;\n    background-color: var(--e-global-color-text);\n  }\n\n  .shape__top--media * {\n    aspect-ratio: 1;\n    object-fit: cover;\n    object-position: center;\n    pointer-events: auto;\n  }\n\n  .shape__top--media video { cursor: pointer; }\n\n  .shape__top--media::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background-image: url('\/wp-content\/uploads\/play_circle-1.svg');\n    background-repeat: no-repeat;\n    background-position: center;\n    background-size: 22%;\n    opacity: 0;\n    pointer-events: none;\n    transition: opacity 0.3s ease;\n    z-index: 101;\n  }\n\n  .shape__top--media.show-play::after { opacity: 1; }\n  .shape__top--media .wrapper * { position: absolute; inset: 0; }\n  .shape__top--media .heroImg { rotate: calc(var(--_rotate) * -1); }\n\n  .shape__top--media .video__step1,\n  .shape__top--media .video__step2,\n  .shape__top--media .video__step4 { rotate: 180deg; }\n\n  .shape__top--media .video__step3,\n  .shape__top--media .video__step5,\n  .shape__top--media .video__step6 { rotate: 90deg; }\n\n  .shape__top.shape__top--reg1 { z-index: 90; }\n  .shape__top.shape__top--reg2 { z-index: 80; }\n  .shape__top.shape__top--reg3 { z-index: 70; }\n\n  .shape__top.shape__top--reg1,\n  .shape__top.shape__top--reg2,\n  .shape__top.shape__top--reg3 {\n    background-color: #F7053F;\n    position: absolute;\n    top: 0;\n    left: 0;\n  }\n\n  .shape__accolade.shape__accolade--reg1,\n  .shape__accolade.shape__accolade--reg2 {\n    position: absolute;\n    top: 0;\n    left: 0;\n    background-color: var(--e-global-color-color_5);\n  }\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<section class=\"elementor-element elementor-element-9dff7d7 mpbrContainer e-flex e-con-boxed e-con e-parent\" data-id=\"9dff7d7\" data-element_type=\"container\" data-e-type=\"container\" id=\"hero\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-328c426 e-con-full e-flex e-con e-child\" data-id=\"328c426\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-abfc31e e-flex e-con-boxed e-con e-child\" data-id=\"abfc31e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-735fdde e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"735fdde\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:50}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b6c8b58 elementor-widget elementor-widget-heading\" data-id=\"b6c8b58\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Our web design cases<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a4b540b elementor-widget elementor-widget-text-editor\" data-id=\"a4b540b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>From great collaboration to great end result. The cases speak for themselves!<\/p>\n<p>Scroll down to see our showpieces.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7ae1982 e-con-full animated-fast e-flex elementor-invisible e-con e-child\" data-id=\"7ae1982\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8ba8207 elementor-widget elementor-widget-video\" data-id=\"8ba8207\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;video_type&quot;:&quot;hosted&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;play_on_mobile&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-hosted-video elementor-wrapper elementor-open-inline\">\n\t\t\t\t\t<video class=\"elementor-video\" src=\"https:\/\/brendly.nl\/wp-content\/uploads\/case_overview.mp4\" autoplay=\"\" loop=\"\" muted=\"muted\" playsinline=\"\" controlsList=\"nodownload\"><\/video>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5d5cb7a animated-slow elementor-hidden-tablet elementor-invisible elementor-widget elementor-widget-image\" data-id=\"5d5cb7a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;_animation&quot;:&quot;bounceInDown&quot;,&quot;_animation_delay&quot;:500,&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"26\" height=\"57\" src=\"https:\/\/brendly.nl\/wp-content\/uploads\/arrow.svg\" class=\"attachment-large size-large wp-image-8230\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-1240f60 mpbrContainer e-flex e-con-boxed e-con e-parent\" data-id=\"1240f60\" data-element_type=\"container\" data-e-type=\"container\" id=\"logos\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-c99e635 e-con-full e-flex e-con e-child\" data-id=\"c99e635\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-c8e1c44 e-con-full e-flex e-con e-child\" data-id=\"c8e1c44\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9e23493 e-con-full e-flex e-con e-child\" data-id=\"9e23493\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-96e5678 elementor-hidden-mobile elementor-invisible elementor-widget elementor-widget-rating\" data-id=\"96e5678\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"rating.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-rating\" itemtype=\"https:\/\/schema.org\/Rating\" itemscope=\"\" itemprop=\"reviewRating\">\n\t\t\t<meta itemprop=\"worstRating\" content=\"0\">\n\t\t\t<meta itemprop=\"bestRating\" content=\"5\">\n\t\t\t<div class=\"e-rating-wrapper\" itemprop=\"ratingValue\" content=\"4.8\" role=\"img\" aria-label=\"Rated 4.8 out of 5\">\n\t\t\t\t\t\t\t<div class=\"e-icon\">\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-marked\">\n\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"35\" height=\"33\" viewBox=\"0 0 35 33\" fill=\"none\"><path d=\"M6.84544 32.5387L9.58229 20.7071L0.403339 12.7492L12.5297 11.6966L17.2454 0.538708L21.9612 11.6966L34.0875 12.7492L24.9086 20.7071L27.6454 32.5387L17.2454 26.265L6.84544 32.5387Z\" fill=\"white\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-unmarked\">\n\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"35\" height=\"33\" viewBox=\"0 0 35 33\" fill=\"none\"><path d=\"M6.84544 32.5387L9.58229 20.7071L0.403339 12.7492L12.5297 11.6966L17.2454 0.538708L21.9612 11.6966L34.0875 12.7492L24.9086 20.7071L27.6454 32.5387L17.2454 26.265L6.84544 32.5387Z\" fill=\"white\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"e-icon\">\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-marked\">\n\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"35\" height=\"33\" viewBox=\"0 0 35 33\" fill=\"none\"><path d=\"M6.84544 32.5387L9.58229 20.7071L0.403339 12.7492L12.5297 11.6966L17.2454 0.538708L21.9612 11.6966L34.0875 12.7492L24.9086 20.7071L27.6454 32.5387L17.2454 26.265L6.84544 32.5387Z\" fill=\"white\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-unmarked\">\n\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"35\" height=\"33\" viewBox=\"0 0 35 33\" fill=\"none\"><path d=\"M6.84544 32.5387L9.58229 20.7071L0.403339 12.7492L12.5297 11.6966L17.2454 0.538708L21.9612 11.6966L34.0875 12.7492L24.9086 20.7071L27.6454 32.5387L17.2454 26.265L6.84544 32.5387Z\" fill=\"white\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"e-icon\">\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-marked\">\n\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"35\" height=\"33\" viewBox=\"0 0 35 33\" fill=\"none\"><path d=\"M6.84544 32.5387L9.58229 20.7071L0.403339 12.7492L12.5297 11.6966L17.2454 0.538708L21.9612 11.6966L34.0875 12.7492L24.9086 20.7071L27.6454 32.5387L17.2454 26.265L6.84544 32.5387Z\" fill=\"white\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-unmarked\">\n\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"35\" height=\"33\" viewBox=\"0 0 35 33\" fill=\"none\"><path d=\"M6.84544 32.5387L9.58229 20.7071L0.403339 12.7492L12.5297 11.6966L17.2454 0.538708L21.9612 11.6966L34.0875 12.7492L24.9086 20.7071L27.6454 32.5387L17.2454 26.265L6.84544 32.5387Z\" fill=\"white\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"e-icon\">\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-marked\">\n\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"35\" height=\"33\" viewBox=\"0 0 35 33\" fill=\"none\"><path d=\"M6.84544 32.5387L9.58229 20.7071L0.403339 12.7492L12.5297 11.6966L17.2454 0.538708L21.9612 11.6966L34.0875 12.7492L24.9086 20.7071L27.6454 32.5387L17.2454 26.265L6.84544 32.5387Z\" fill=\"white\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-unmarked\">\n\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"35\" height=\"33\" viewBox=\"0 0 35 33\" fill=\"none\"><path d=\"M6.84544 32.5387L9.58229 20.7071L0.403339 12.7492L12.5297 11.6966L17.2454 0.538708L21.9612 11.6966L34.0875 12.7492L24.9086 20.7071L27.6454 32.5387L17.2454 26.265L6.84544 32.5387Z\" fill=\"white\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"e-icon\">\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-marked\" style=\"--e-rating-icon-marked-width: 80%;\">\n\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"35\" height=\"33\" viewBox=\"0 0 35 33\" fill=\"none\"><path d=\"M6.84544 32.5387L9.58229 20.7071L0.403339 12.7492L12.5297 11.6966L17.2454 0.538708L21.9612 11.6966L34.0875 12.7492L24.9086 20.7071L27.6454 32.5387L17.2454 26.265L6.84544 32.5387Z\" fill=\"white\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"e-icon-wrapper e-icon-unmarked\">\n\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"35\" height=\"33\" viewBox=\"0 0 35 33\" fill=\"none\"><path d=\"M6.84544 32.5387L9.58229 20.7071L0.403339 12.7492L12.5297 11.6966L17.2454 0.538708L21.9612 11.6966L34.0875 12.7492L24.9086 20.7071L27.6454 32.5387L17.2454 26.265L6.84544 32.5387Z\" fill=\"white\"><\/path><\/svg>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8bf6570 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"8bf6570\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">200+ completed websites<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f17643d elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"f17643d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:250}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">We work for<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cfcbc96 elementor-invisible elementor-widget elementor-widget-image-carousel\" data-id=\"cfcbc96\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;5&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;autoplay_speed&quot;:0,&quot;speed&quot;:8000,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:80,&quot;sizes&quot;:[]},&quot;slides_to_show_mobile&quot;:&quot;2&quot;,&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:150,&quot;autoplay&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Afbeelding carrousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper swiper-image-stretch\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 9\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/brendly.nl\/wp-content\/uploads\/magioni.png\" alt=\"magioni website developer\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 9\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/brendly.nl\/wp-content\/uploads\/als.png\" alt=\"as a portfolio item\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 9\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/brendly.nl\/wp-content\/uploads\/amsterdam-gemeente.png\" alt=\"municipality of amsterdam portfolio item\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 9\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/brendly.nl\/wp-content\/uploads\/lucas.png\" alt=\"lucas bols website development\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 9\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/brendly.nl\/wp-content\/uploads\/ciphix.png\" alt=\"ciphix website case\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 9\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/brendly.nl\/wp-content\/uploads\/hyppe.png\" alt=\"hyppe website portfolio\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 of 9\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/brendly.nl\/wp-content\/uploads\/amac.png\" alt=\"amac website case\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 of 9\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/brendly.nl\/wp-content\/uploads\/umc.png\" alt=\"asmterdam umc website case\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"9 of 9\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/brendly.nl\/wp-content\/uploads\/bertolli.png\" alt=\"bertolli website case\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-0f0ca54 mpbrContainer e-flex e-con-boxed e-con e-parent\" data-id=\"0f0ca54\" data-element_type=\"container\" data-e-type=\"container\" id=\"case1\" data-navtooltip=\"Case van Bertolli\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-baa56d5 e-flex e-con-boxed e-con e-child\" data-id=\"baa56d5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-ea531e9 e-con-full e-flex e-con e-child\" data-id=\"ea531e9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-786bbb7 e-con-full videoContainer e-flex e-con e-child\" data-id=\"786bbb7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;\\\/wp-content\\\/uploads\\\/case_bertolli_3_1.mp4&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-background-video-container\">\n\t\t\t\t\t\t\t<video class=\"elementor-background-video-hosted\" role=\"presentation\" autoplay muted playsinline loop><\/video>\n\t\t\t\t\t<\/div>\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-89057bb e-con-full e-flex e-con e-child\" data-id=\"89057bb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-82a1ed7 elementor-widget elementor-widget-heading\" data-id=\"82a1ed7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Bertolli<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6e8674b elementor-widget elementor-widget-text-editor\" data-id=\"6e8674b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>For Bertolli, we created a site where visitors can find recipes and learn more about the history of the brand! And that with specific content per country.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cb3a9f3 elementor-widget elementor-widget-button\" data-id=\"cb3a9f3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/en\/case\/bertolli\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"57\" height=\"26\" viewBox=\"0 0 57 26\" fill=\"none\"><path d=\"M0 13H56M56 13L43.6571 1M56 13L43.6571 25\" stroke=\"white\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">See the case<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-ba2f885 mpbrContainer e-flex e-con-boxed e-con e-parent\" data-id=\"ba2f885\" data-element_type=\"container\" data-e-type=\"container\" id=\"case2\" data-navtooltip=\"Case van ?\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-bc527b6 e-flex e-con-boxed e-con e-child\" data-id=\"bc527b6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-0914b40 e-con-full e-flex e-con e-child\" data-id=\"0914b40\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-48890df e-con-full videoContainer e-flex e-con e-child\" data-id=\"48890df\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;\\\/wp-content\\\/uploads\\\/case_branch.mp4&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-background-video-container\">\n\t\t\t\t\t\t\t<video class=\"elementor-background-video-hosted\" role=\"presentation\" autoplay muted playsinline loop><\/video>\n\t\t\t\t\t<\/div>\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d19bd32 e-con-full e-flex e-con e-child\" data-id=\"d19bd32\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5427a39 elementor-widget elementor-widget-heading\" data-id=\"5427a39\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Branch Coral Foundation<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-519aa1a elementor-widget elementor-widget-text-editor\" data-id=\"519aa1a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>For Coral Branch Foundation we created a website that matches the ambition of the foundation. Do you want to dive in?<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-699d88d elementor-widget elementor-widget-button\" data-id=\"699d88d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/en\/case\/branch-coral-foundation\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"57\" height=\"26\" viewBox=\"0 0 57 26\" fill=\"none\"><path d=\"M0 13H56M56 13L43.6571 1M56 13L43.6571 25\" stroke=\"white\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Sea the case<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-ec1c828 mpbrContainer e-flex e-con-boxed e-con e-parent\" data-id=\"ec1c828\" data-element_type=\"container\" data-e-type=\"container\" id=\"case3\" data-navtooltip=\"Case van ?\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-f7efe5b e-flex e-con-boxed e-con e-child\" data-id=\"f7efe5b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-87f9796 e-con-full e-flex e-con e-child\" data-id=\"87f9796\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3f5e429 e-con-full videoContainer e-flex e-con e-child\" data-id=\"3f5e429\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;\\\/wp-content\\\/uploads\\\/case_emq_5.mp4&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-background-video-container\">\n\t\t\t\t\t\t\t<video class=\"elementor-background-video-hosted\" role=\"presentation\" autoplay muted playsinline loop><\/video>\n\t\t\t\t\t<\/div>\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d4c0ced e-con-full e-flex e-con e-child\" data-id=\"d4c0ced\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d201c07 elementor-widget elementor-widget-heading\" data-id=\"d201c07\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">EMQ<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5ec55ab elementor-widget elementor-widget-text-editor\" data-id=\"5ec55ab\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>For EMQ, we built a sleek webshop where you can order and customize your own EMQ electric folding bike. The shop allows customers to customize the bike for an additional cost, such as a custom print or, for example, an upgrade for your saddle.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e1e334d elementor-widget elementor-widget-button\" data-id=\"e1e334d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/en\/case\/emq\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"57\" height=\"26\" viewBox=\"0 0 57 26\" fill=\"none\"><path d=\"M0 13H56M56 13L43.6571 1M56 13L43.6571 25\" stroke=\"white\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">See the case<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-c369550 mpbrContainer e-flex e-con-boxed e-con e-parent\" data-id=\"c369550\" data-element_type=\"container\" data-e-type=\"container\" id=\"case4\" data-navtooltip=\"Case van ?\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-4b3f776 e-flex e-con-boxed e-con e-child\" data-id=\"4b3f776\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-ad28f3b e-con-full e-flex e-con e-child\" data-id=\"ad28f3b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e650f40 e-con-full videoContainer e-flex e-con e-child\" data-id=\"e650f40\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;\\\/wp-content\\\/uploads\\\/nienke_plas.mp4&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-background-video-container\">\n\t\t\t\t\t\t\t<video class=\"elementor-background-video-hosted\" role=\"presentation\" autoplay muted playsinline loop><\/video>\n\t\t\t\t\t<\/div>\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7eea206 e-con-full e-flex e-con e-child\" data-id=\"7eea206\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-742197d elementor-widget elementor-widget-heading\" data-id=\"742197d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Nienke Plas<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9925bf2 elementor-widget elementor-widget-text-editor\" data-id=\"9925bf2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tNienke Plas is a creator, influencer, comedian and actress. That calls for a website that reflects her personality well and has the right look and feel.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6d0dbd0 elementor-widget elementor-widget-button\" data-id=\"6d0dbd0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/en\/case\/nienke-plas\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"57\" height=\"26\" viewBox=\"0 0 57 26\" fill=\"none\"><path d=\"M0 13H56M56 13L43.6571 1M56 13L43.6571 25\" stroke=\"white\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">See the case<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-cca2b40 mpbrContainer e-flex e-con-boxed e-con e-parent\" data-id=\"cca2b40\" data-element_type=\"container\" data-e-type=\"container\" id=\"case5\" data-navtooltip=\"Case van ?\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-7f6abfc e-flex e-con-boxed e-con e-child\" data-id=\"7f6abfc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-dcb83de e-con-full e-flex e-con e-child\" data-id=\"dcb83de\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-486b7bd e-con-full videoContainer e-flex e-con e-child\" data-id=\"486b7bd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;\\\/wp-content\\\/uploads\\\/case_ciphix_1.mp4&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-background-video-container\">\n\t\t\t\t\t\t\t<video class=\"elementor-background-video-hosted\" role=\"presentation\" autoplay muted playsinline loop><\/video>\n\t\t\t\t\t<\/div>\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-98deec1 e-con-full e-flex e-con e-child\" data-id=\"98deec1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-80be86a elementor-widget elementor-widget-heading\" data-id=\"80be86a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Ciphix<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-854e453 elementor-widget elementor-widget-text-editor\" data-id=\"854e453\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tFor Ciphix, we developed a site that shows potential customers what is possible with intelligent automation and how Ciphix applies it with 11 years of knowledge and more than 170 experts.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d82483b elementor-widget elementor-widget-button\" data-id=\"d82483b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/en\/case\/ciphix\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"57\" height=\"26\" viewBox=\"0 0 57 26\" fill=\"none\"><path d=\"M0 13H56M56 13L43.6571 1M56 13L43.6571 25\" stroke=\"white\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">See the case<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-d5edcb0 mpbrContainer e-flex e-con-boxed e-con e-parent\" data-id=\"d5edcb0\" data-element_type=\"container\" data-e-type=\"container\" id=\"case6\" data-navtooltip=\"Case van ?\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e2a627a e-flex e-con-boxed e-con e-child\" data-id=\"e2a627a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2dceb1d e-con-full e-flex e-con e-child\" data-id=\"2dceb1d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-225835d e-con-full videoContainer e-flex e-con e-child\" data-id=\"225835d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;\\\/wp-content\\\/uploads\\\/magioni.mp4&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-background-video-container\">\n\t\t\t\t\t\t\t<video class=\"elementor-background-video-hosted\" role=\"presentation\" autoplay muted playsinline loop><\/video>\n\t\t\t\t\t<\/div>\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dc8499a e-con-full e-flex e-con e-child\" data-id=\"dc8499a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6f7d972 elementor-widget elementor-widget-heading\" data-id=\"6f7d972\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Magioni<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-06e6236 elementor-widget elementor-widget-text-editor\" data-id=\"06e6236\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>For Magioni, we created a website with recognizable branding and styling. We also created a product and recipe database, so Magioni\u2019s marketers can keep track of their own recipes and link them to relevant products. Finally, the website includes a webshop and serves as a platform for cashback promotions.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ba3e55a elementor-widget elementor-widget-button\" data-id=\"ba3e55a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/en\/case\/magioni\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"57\" height=\"26\" viewBox=\"0 0 57 26\" fill=\"none\"><path d=\"M0 13H56M56 13L43.6571 1M56 13L43.6571 25\" stroke=\"white\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Naar de case<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t<section class=\"elementor-element elementor-element-e974d85 e-con-full mpbrContainer e-flex e-con e-parent\" data-id=\"e974d85\" data-element_type=\"container\" data-e-type=\"container\" id=\"cta\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-f4cc4fb e-flex e-con-boxed e-con e-child\" data-id=\"f4cc4fb\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-5f7f0ad e-con-full e-flex e-con e-child\" data-id=\"5f7f0ad\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-360e453 elementor-widget elementor-widget-template\" data-id=\"360e453\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"template.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-template\">\n\t\t\t\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8329\" class=\"elementor elementor-8329 elementor-6728 elementor-6728\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4013eee6 e-con-full e-flex e-con e-child\" data-id=\"4013eee6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-31762d56 elementor-widget elementor-widget-heading\" data-id=\"31762d56\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Contact us directly<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-585c3edf elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-text-editor\" data-id=\"585c3edf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Call us directly on <span style=\"text-decoration: underline;\"><a href=\"tel:0031202101505\">020 &#8211; 2101505<\/a><\/span>.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5002b216 elementor-button-align-start elementor-widget elementor-widget-form\" data-id=\"5002b216\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" id=\"home_contact\" name=\"Home - Contact\" aria-label=\"Home - Contact\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"8329\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"5002b216\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"\" \/>\n\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-50 elementor-md-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-name\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tName\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"What is your name? *\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-tel elementor-field-group elementor-column elementor-field-group-field_phone elementor-col-50 elementor-md-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_phone\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tPhone number\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<input size=\"1\" type=\"tel\" name=\"form_fields[field_phone]\" id=\"form-field-field_phone\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"What is your phone number?\" pattern=\"[0-9()#&amp;+*-=.]+\" title=\"Only numbers and phone characters (#, -, *, etc) are accepted.\">\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-50 elementor-md-100 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tEmail\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"What is your email address? *\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_1d2fad5 elementor-col-50 elementor-md-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_1d2fad5\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tWebsite\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_1d2fad5]\" id=\"form-field-field_1d2fad5\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"What is the URL of your website?\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-message\" class=\"elementor-field-label elementor-screen-only\">\n\t\t\t\t\t\t\t\tMessage\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-sm\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"4\" placeholder=\"Fire away!\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-checkbox elementor-field-group elementor-column elementor-field-group-field_a231400 elementor-col-100\">\n\t\t\t\t\t<div class=\"elementor-field-subgroup  \"><span class=\"elementor-field-option\"><input type=\"checkbox\" value=\"Website\" id=\"form-field-field_a231400-0\" name=\"form_fields[field_a231400][]\"> <label for=\"form-field-field_a231400-0\">Website<\/label><\/span><span class=\"elementor-field-option\"><input type=\"checkbox\" value=\"Branding\" id=\"form-field-field_a231400-1\" name=\"form_fields[field_a231400][]\"> <label for=\"form-field-field_a231400-1\">Branding<\/label><\/span><span class=\"elementor-field-option\"><input type=\"checkbox\" value=\"Marketing\" id=\"form-field-field_a231400-2\" name=\"form_fields[field_a231400][]\"> <label for=\"form-field-field_a231400-2\">Marketing<\/label><\/span><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-recaptcha_v3 elementor-field-group elementor-column elementor-field-group-field_882a7df elementor-col-100 recaptcha_v3-bottomright\">\n\t\t\t\t\t<div class=\"elementor-field\" id=\"form-field-field_882a7df\"><div class=\"elementor-g-recaptcha\" data-sitekey=\"6LcKcAssAAAAAAkUTU1uwoaJCE8XhMeS8n4oRKAA\" data-type=\"v3\" data-action=\"Form\" data-badge=\"bottomright\" data-size=\"invisible\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-sm\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"57\" height=\"26\" viewBox=\"0 0 57 26\" fill=\"none\"><path d=\"M0 13H56M56 13L43.6571 1M56 13L43.6571 25\" stroke=\"white\"><\/path><\/svg>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Send<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2edf208 e-con-full e-flex e-con e-child\" data-id=\"2edf208\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3c47364 elementor-widget elementor-widget-heading\" data-id=\"3c47364\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">This is what happens after your email is sent:<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-39b25c5 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"39b25c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M10.3654 17.3663L18.5904 9.14134L16.957 7.50801L10.3654 14.0997L7.04037 10.7747L5.40703 12.408L10.3654 17.3663ZM11.9987 23.6663C10.3848 23.6663 8.86814 23.3601 7.4487 22.7476C6.02925 22.1351 4.79453 21.3038 3.74453 20.2538C2.69453 19.2038 1.86328 17.9691 1.25078 16.5497C0.638281 15.1302 0.332031 13.6136 0.332031 11.9997C0.332031 10.3858 0.638281 8.86912 1.25078 7.44968C1.86328 6.03023 2.69453 4.79551 3.74453 3.74551C4.79453 2.69551 6.02925 1.86426 7.4487 1.25176C8.86814 0.639258 10.3848 0.333008 11.9987 0.333008C13.6126 0.333008 15.1293 0.639258 16.5487 1.25176C17.9681 1.86426 19.2029 2.69551 20.2529 3.74551C21.3029 4.79551 22.1341 6.03023 22.7466 7.44968C23.3591 8.86912 23.6654 10.3858 23.6654 11.9997C23.6654 13.6136 23.3591 15.1302 22.7466 16.5497C22.1341 17.9691 21.3029 19.2038 20.2529 20.2538C19.2029 21.3038 17.9681 22.1351 16.5487 22.7476C15.1293 23.3601 13.6126 23.6663 11.9987 23.6663ZM11.9987 21.333C14.6043 21.333 16.8112 20.4288 18.6195 18.6205C20.4279 16.8122 21.332 14.6052 21.332 11.9997C21.332 9.39412 20.4279 7.18718 18.6195 5.37884C16.8112 3.57051 14.6043 2.66634 11.9987 2.66634C9.39314 2.66634 7.1862 3.57051 5.37787 5.37884C3.56953 7.18718 2.66536 9.39412 2.66536 11.9997C2.66536 14.6052 3.56953 16.8122 5.37787 18.6205C7.1862 20.4288 9.39314 21.333 11.9987 21.333Z\" fill=\"#FFA200\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">We will contact you to schedule the consultation.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M10.3654 17.3663L18.5904 9.14134L16.957 7.50801L10.3654 14.0997L7.04037 10.7747L5.40703 12.408L10.3654 17.3663ZM11.9987 23.6663C10.3848 23.6663 8.86814 23.3601 7.4487 22.7476C6.02925 22.1351 4.79453 21.3038 3.74453 20.2538C2.69453 19.2038 1.86328 17.9691 1.25078 16.5497C0.638281 15.1302 0.332031 13.6136 0.332031 11.9997C0.332031 10.3858 0.638281 8.86912 1.25078 7.44968C1.86328 6.03023 2.69453 4.79551 3.74453 3.74551C4.79453 2.69551 6.02925 1.86426 7.4487 1.25176C8.86814 0.639258 10.3848 0.333008 11.9987 0.333008C13.6126 0.333008 15.1293 0.639258 16.5487 1.25176C17.9681 1.86426 19.2029 2.69551 20.2529 3.74551C21.3029 4.79551 22.1341 6.03023 22.7466 7.44968C23.3591 8.86912 23.6654 10.3858 23.6654 11.9997C23.6654 13.6136 23.3591 15.1302 22.7466 16.5497C22.1341 17.9691 21.3029 19.2038 20.2529 20.2538C19.2029 21.3038 17.9681 22.1351 16.5487 22.7476C15.1293 23.3601 13.6126 23.6663 11.9987 23.6663ZM11.9987 21.333C14.6043 21.333 16.8112 20.4288 18.6195 18.6205C20.4279 16.8122 21.332 14.6052 21.332 11.9997C21.332 9.39412 20.4279 7.18718 18.6195 5.37884C16.8112 3.57051 14.6043 2.66634 11.9987 2.66634C9.39314 2.66634 7.1862 3.57051 5.37787 5.37884C3.56953 7.18718 2.66536 9.39412 2.66536 11.9997C2.66536 14.6052 3.56953 16.8122 5.37787 18.6205C7.1862 20.4288 9.39314 21.333 11.9987 21.333Z\" fill=\"#FFA200\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">We meet during a no-obligation consultation and go over your needs after which we provide advice.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M10.3654 17.3663L18.5904 9.14134L16.957 7.50801L10.3654 14.0997L7.04037 10.7747L5.40703 12.408L10.3654 17.3663ZM11.9987 23.6663C10.3848 23.6663 8.86814 23.3601 7.4487 22.7476C6.02925 22.1351 4.79453 21.3038 3.74453 20.2538C2.69453 19.2038 1.86328 17.9691 1.25078 16.5497C0.638281 15.1302 0.332031 13.6136 0.332031 11.9997C0.332031 10.3858 0.638281 8.86912 1.25078 7.44968C1.86328 6.03023 2.69453 4.79551 3.74453 3.74551C4.79453 2.69551 6.02925 1.86426 7.4487 1.25176C8.86814 0.639258 10.3848 0.333008 11.9987 0.333008C13.6126 0.333008 15.1293 0.639258 16.5487 1.25176C17.9681 1.86426 19.2029 2.69551 20.2529 3.74551C21.3029 4.79551 22.1341 6.03023 22.7466 7.44968C23.3591 8.86912 23.6654 10.3858 23.6654 11.9997C23.6654 13.6136 23.3591 15.1302 22.7466 16.5497C22.1341 17.9691 21.3029 19.2038 20.2529 20.2538C19.2029 21.3038 17.9681 22.1351 16.5487 22.7476C15.1293 23.3601 13.6126 23.6663 11.9987 23.6663ZM11.9987 21.333C14.6043 21.333 16.8112 20.4288 18.6195 18.6205C20.4279 16.8122 21.332 14.6052 21.332 11.9997C21.332 9.39412 20.4279 7.18718 18.6195 5.37884C16.8112 3.57051 14.6043 2.66634 11.9987 2.66634C9.39314 2.66634 7.1862 3.57051 5.37787 5.37884C3.56953 7.18718 2.66536 9.39412 2.66536 11.9997C2.66536 14.6052 3.56953 16.8122 5.37787 18.6205C7.1862 20.4288 9.39314 21.333 11.9987 21.333Z\" fill=\"#FFA200\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">If you want, we will prepare a proposal with a fixed price for your website.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M10.3654 17.3663L18.5904 9.14134L16.957 7.50801L10.3654 14.0997L7.04037 10.7747L5.40703 12.408L10.3654 17.3663ZM11.9987 23.6663C10.3848 23.6663 8.86814 23.3601 7.4487 22.7476C6.02925 22.1351 4.79453 21.3038 3.74453 20.2538C2.69453 19.2038 1.86328 17.9691 1.25078 16.5497C0.638281 15.1302 0.332031 13.6136 0.332031 11.9997C0.332031 10.3858 0.638281 8.86912 1.25078 7.44968C1.86328 6.03023 2.69453 4.79551 3.74453 3.74551C4.79453 2.69551 6.02925 1.86426 7.4487 1.25176C8.86814 0.639258 10.3848 0.333008 11.9987 0.333008C13.6126 0.333008 15.1293 0.639258 16.5487 1.25176C17.9681 1.86426 19.2029 2.69551 20.2529 3.74551C21.3029 4.79551 22.1341 6.03023 22.7466 7.44968C23.3591 8.86912 23.6654 10.3858 23.6654 11.9997C23.6654 13.6136 23.3591 15.1302 22.7466 16.5497C22.1341 17.9691 21.3029 19.2038 20.2529 20.2538C19.2029 21.3038 17.9681 22.1351 16.5487 22.7476C15.1293 23.3601 13.6126 23.6663 11.9987 23.6663ZM11.9987 21.333C14.6043 21.333 16.8112 20.4288 18.6195 18.6205C20.4279 16.8122 21.332 14.6052 21.332 11.9997C21.332 9.39412 20.4279 7.18718 18.6195 5.37884C16.8112 3.57051 14.6043 2.66634 11.9987 2.66634C9.39314 2.66634 7.1862 3.57051 5.37787 5.37884C3.56953 7.18718 2.66536 9.39412 2.66536 11.9997C2.66536 14.6052 3.56953 16.8122 5.37787 18.6205C7.1862 20.4288 9.39314 21.333 11.9987 21.333Z\" fill=\"#FFA200\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Within 10 to 12 weeks, your website with wow effect will be online!<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Our web design cases From great collaboration to great end result. The cases speak for themselves! Scroll down to see our showpieces. https:\/\/brendly.nl\/wp-content\/uploads\/case_overview.mp4 200+ completed websites We work for Bertolli For Bertolli, we created a site where visitors can find recipes and learn more about the history of the brand! And that with specific content [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":9945,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-11633","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/brendly.nl\/en\/wp-json\/wp\/v2\/pages\/11633","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/brendly.nl\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/brendly.nl\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/brendly.nl\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/brendly.nl\/en\/wp-json\/wp\/v2\/comments?post=11633"}],"version-history":[{"count":10,"href":"https:\/\/brendly.nl\/en\/wp-json\/wp\/v2\/pages\/11633\/revisions"}],"predecessor-version":[{"id":11665,"href":"https:\/\/brendly.nl\/en\/wp-json\/wp\/v2\/pages\/11633\/revisions\/11665"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/brendly.nl\/en\/wp-json\/wp\/v2\/media\/9945"}],"wp:attachment":[{"href":"https:\/\/brendly.nl\/en\/wp-json\/wp\/v2\/media?parent=11633"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}