{"id":541,"date":"2018-11-27T09:17:08","date_gmt":"2018-11-27T01:17:08","guid":{"rendered":"https:\/\/firstmold.com\/about\/"},"modified":"2025-10-30T16:51:33","modified_gmt":"2025-10-30T08:51:33","slug":"about-us","status":"publish","type":"page","link":"https:\/\/firstmold.com\/nl\/about-us\/","title":{"rendered":"Over ons"},"content":{"rendered":"<div data-elementor-type=\"wp-post\" data-elementor-id=\"541\" class=\"elementor elementor-541\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-781338d e-con-full e-flex e-con e-parent\" data-id=\"781338d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0286d38 elementor-widget elementor-widget-html\" data-id=\"0286d38\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n.factory-hero {\r\n    position: relative;\r\n    width: 100%;\r\n    height: 70vh;\r\n    min-height: 300px; \r\n    overflow: hidden;\r\n}\r\n#factoryVideo {\r\n    width: 100%;\r\n    height: 100%;\r\n    object-fit: cover;\r\n    position: absolute;\r\n    top: 0;\r\n    left: 0;\r\n}\r\n.video-overlay {\r\n    position: absolute;\r\n    inset: 0;\r\n    background: rgba(0, 0, 0, 0.5);\r\n    transition: background 1s ease;\r\n    z-index: 10;\r\n}\r\n.video-overlay.playing {\r\n    background: rgba(0, 0, 0, 0.1);\r\n}\r\n.play-button {\r\n    position: absolute;\r\n    top: 50%;\r\n    left: 50%;\r\n    transform: translate(-50%, -50%);\r\n    width: 16vw;\r\n    height: 16vw;\r\n    max-width: 150px;\r\n    max-height: 150px;\r\n    min-width: 80px;\r\n    min-height: 80px;\r\n    border-radius: 50%;\r\n    background: rgba(255, 255, 255, 0.9);\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n    cursor: pointer;\r\n    z-index: 30;\r\n    transition: all 0.5s ease;\r\n    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);\r\n    opacity: 0.8;\r\n}\r\n.play-button.playing {\r\n    opacity: 0.3;\r\n}\r\n.play-button.hidden {\r\n    opacity: 0;\r\n    pointer-events: none;\r\n}\r\n.play-icon {\r\n    color: #1e3a8a;\r\n    font-size: 3vw;\r\n    max-font-size: 40px;\r\n    min-font-size: 24px;\r\n    margin-left: 0.8vw;\r\n}\r\n.hero-text {\r\n    position: absolute;\r\n    top: 50%;\r\n    left: 50%;\r\n    transform: translate(-50%, -50%);\r\n    text-align: center;\r\n    width: 90%;\r\n    max-width: 1200px;\r\n    z-index: 20;\r\n    transition: opacity 1s ease, transform 1s ease;\r\n    padding: 0 20px;\r\n}\r\n.hero-text.hidden {\r\n    opacity: 0;\r\n    transform: translate(-50%, -50%) scale(0.9);\r\n    pointer-events: none;\r\n}\r\n.hero-title {\r\n    font-size: clamp(1.8rem, 6vw, 4rem);\r\n    font-weight: bold;\r\n    color: white;\r\n    margin-bottom: 0.8rem;\r\n    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);\r\n    line-height: 1.2;\r\n}\r\n.hero-subtitle {\r\n    font-size: clamp(0.9rem, 2.5vw, 1.3rem);\r\n    color: white;\r\n    max-width: 600px;\r\n    margin: 0 auto;\r\n    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);\r\n}\r\n@media (max-width: 768px) {\r\n    .factory-hero {\r\n        height: 50vh;\r\n    }\r\n    .hero-title {\r\n        margin-bottom: 0.5rem;\r\n    }\r\n    .play-button {\r\n        width: 22vw;\r\n        height: 22vw;\r\n     }\r\n}\r\n<\/style>\r\n\r\n\r\n<div class=\"factory-hero\">\r\n    <video id=\"factoryVideo\" loop playsinline poster=\"https:\/\/firstmold.com\/wp-content\/uploads\/2025\/10\/firstmold-about-us-cover.webp\">\r\n        <source src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2025\/10\/First-Mold-Corporate-Video.mp4\" type=\"video\/mp4\">\r\n      Uw browser ondersteunt de videotag niet.\r\n    <\/video>\r\n    <div class=\"video-overlay\"><\/div>\r\n    <div class=\"hero-text\">\r\n        <h1 class=\"hero-title\">Eerste schimmel in een oogopslag<\/h1>\r\n        <p class=\"hero-subtitle\"><\/p>\r\n    <\/div>\r\n    <div class=\"play-button\">\r\n        <i class=\"fa fa-play play-icon\"><\/i>\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\n    const video = document.getElementById('factoryVideo');\r\n    const playButton = document.querySelector('.play-button');\r\n    const overlay = document.querySelector('.video-overlay');\r\n    const heroText = document.querySelector('.hero-text');\r\n    const playIcon = document.querySelector('.play-icon');\r\n    let isPlaying = false;\r\n    function togglePlay() {\r\n        if (isPlaying) {\r\n        video.pause();\r\n        playIcon.classList.remove('fa-pause');\r\n        playIcon.classList.add('fa-play');\r\n        overlay.classList.remove('playing');\r\n        heroText.classList.remove('hidden');\r\n      } else {\r\n        video.play();\r\n        playIcon.classList.remove('fa-play');\r\n        playIcon.classList.add('fa-pause');\r\n        overlay.classList.add('playing');\r\n        heroText.classList.add('hidden');\r\n      }\r\n      isPlaying = !isPlaying;\r\n      playButton.classList.add('playing');\r\n    }\r\n    playButton.addEventListener('click', togglePlay);\r\n    const heroSection = document.querySelector('.factory-hero');\r\n    heroSection.addEventListener('mouseenter', () => {\r\n      if (isPlaying) {\r\n        playButton.classList.remove('hidden');\r\n        playButton.classList.add('playing');\r\n      }\r\n    });\r\n    \r\n    heroSection.addEventListener('mouseleave', () => {\r\n      if (isPlaying) {\r\n        playButton.classList.add('hidden');\r\n        playButton.classList.remove('playing');\r\n      }\r\n    });\r\n    playButton.addEventListener('touchstart', (e) => {\r\n      e.preventDefault();\r\n      togglePlay();\r\n    }, { passive: false });\r\n    window.addEventListener('resize', () => {\r\n      adjustVideoSize();\r\n    });\r\n    \r\n    function adjustVideoSize() {\r\n      const heroHeight = heroSection.offsetHeight;\r\n      video.style.height = `${heroHeight}px`;\r\n    }\r\n    adjustVideoSize();\r\n<\/script>\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-d73a2e2 e-con-full fm2-section e-flex e-con e-parent\" data-id=\"d73a2e2\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7847204 e-con-full e-flex e-con e-child\" data-id=\"7847204\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-33a4780 elementor-widget elementor-widget-image\" data-id=\"33a4780\" data-element_type=\"widget\" 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 fetchpriority=\"high\" decoding=\"async\" width=\"500\" height=\"774\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/04\/plastic-headphones-products.webp\" class=\"attachment-full size-full wp-image-11210\" alt=\"plastic hoofdtelefoons producten\" srcset=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/04\/plastic-headphones-products.webp 500w, https:\/\/firstmold.com\/wp-content\/uploads\/2023\/04\/plastic-headphones-products-194x300.webp 194w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\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 class=\"elementor-element elementor-element-4ad1303 elementor-hidden-mobile elementor-hidden-tablet elementor-widget elementor-widget-image\" data-id=\"4ad1303\" data-element_type=\"widget\" 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=\"500\" height=\"774\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/04\/metal-part-from-Firstmold.webp\" class=\"attachment-full size-full wp-image-11211\" alt=\"metalen onderdeel van Firstmold\" srcset=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/04\/metal-part-from-Firstmold.webp 500w, https:\/\/firstmold.com\/wp-content\/uploads\/2023\/04\/metal-part-from-Firstmold-194x300.webp 194w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/>\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<div class=\"elementor-element elementor-element-40d2223 e-con-full e-flex e-con e-child\" data-id=\"40d2223\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-06c3b85 e-con-full e-flex e-con e-child\" data-id=\"06c3b85\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ca787d0 elementor-widget elementor-widget-heading\" data-id=\"ca787d0\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Over Firstmold<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a5e352 elementor-widget elementor-widget-heading\" data-id=\"5a5e352\" data-element_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\">We bieden de beste service voor de moderne industrie<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fba30ad elementor-widget elementor-widget-text-editor\" data-id=\"fba30ad\" data-element_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>Wij zijn gespecialiseerd in de verwerking van plastic onderdelen en metalen onderdelen door de diensten van spuitgieten, matrijzen maken, rapid prototyping, CNC-verspaning, spuitgieten, 3D-printen, enz. te leveren.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b68edc2 e-con-full e-flex e-con e-child\" data-id=\"b68edc2\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3d7fe70 elementor-widget elementor-widget-image\" data-id=\"3d7fe70\" data-element_type=\"widget\" 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=\"600\" height=\"452\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/04\/rapid-tooling-in-Firstmold.webp\" class=\"attachment-full size-full wp-image-11212\" alt=\"snelle tooling in Firstmold\" srcset=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/04\/rapid-tooling-in-Firstmold.webp 600w, https:\/\/firstmold.com\/wp-content\/uploads\/2023\/04\/rapid-tooling-in-Firstmold-300x226.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\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 class=\"elementor-element elementor-element-9924feb elementor-hidden-mobile elementor-hidden-tablet elementor-widget elementor-widget-image\" data-id=\"9924feb\" data-element_type=\"widget\" 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 loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"452\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/04\/die-casting-mine-light-in-Firstmold.webp\" class=\"attachment-full size-full wp-image-11213\" alt=\"spuitgiet mijn licht in Firstmold\" srcset=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/04\/die-casting-mine-light-in-Firstmold.webp 600w, https:\/\/firstmold.com\/wp-content\/uploads\/2023\/04\/die-casting-mine-light-in-Firstmold-300x226.webp 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\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<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3f159744 e-con-full e-flex e-con e-parent\" data-id=\"3f159744\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-fed1e76 e-con-full e-flex e-con e-child\" data-id=\"fed1e76\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3cf364f2 e-con-full e-flex e-con e-child\" data-id=\"3cf364f2\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6b179084 elementor-widget elementor-widget-heading\" data-id=\"6b179084\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Wie we zijn<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b420f68 elementor-widget elementor-widget-heading\" data-id=\"b420f68\" data-element_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\">De digitale productieoplossing voor uw branches<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f997cd0 elementor-widget elementor-widget-text-editor\" data-id=\"f997cd0\" data-element_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>First Mold Manufacturing Limited werd opgericht in 2011 en heeft zijn hoofdkantoor in Zhongshan City, China. Wij zijn een high-tech productiebedrijf dat ontwerp, verwerking, productie en assemblagediensten integreert. First Mold houdt zich voornamelijk bezig met hoge precisie schimmelproductie, spuitgieten, spuitgieten, productie van metalen en kunststof prototypes en de productie van op maat gemaakte onderdelen. Onze diensten worden op grote schaal gebruikt in meerdere industrie\u00ebn, waaronder de auto-industrie, luchtvaart, medische apparatuur, consumptiegoederen en andere industrie\u00ebn.\u00a0<\/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-c586967 elementor-widget elementor-widget-text-editor\" data-id=\"c586967\" data-element_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>De Chinese fabriek heeft een oppervlakte van meer dan 30.000 vierkante meter en de Mexicaanse fabriek heeft een oppervlakte van meer dan 5.000 vierkante meter. Dankzij de vele geavanceerde apparatuur en het uitstekende vakmanschap kunnen we onderdelen en producten in grote hoeveelheden produceren die dagelijks worden verkocht aan meer dan 20 landen en regio's over de hele wereld.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-10f5cc46 e-con-full e-flex e-con e-child\" data-id=\"10f5cc46\" data-element_type=\"container\" data-settings=\"{&quot;animation_mobile&quot;:&quot;none&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-32507f7 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"32507f7\" data-element_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 aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/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\">Ontwerp<\/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 aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/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\">Programmeren<\/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 aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/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\">Productie<\/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 class=\"elementor-element elementor-element-900967e elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"900967e\" data-element_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 aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/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\">DFM<\/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 aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/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\">Fabricage<\/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 aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check-circle\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z\"><\/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\">Verpakking<\/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 class=\"elementor-element elementor-element-f9699b4 elementor-widget elementor-widget-html\" data-id=\"f9699b4\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<a href=\"https:\/\/firstmold.com\/nl\/case-study\/\" class=\"underline-btn btn-glow-spread underline-btn-center\">\n    Projecten bekijken\n    <i class=\"fa fa-link\"><\/i>\n    <span class=\"glow-circle\"><\/span>\n<\/a>\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<div class=\"elementor-element elementor-element-55b59720 e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"55b59720\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-8089ce0 e-con-full e-flex e-con e-child\" data-id=\"8089ce0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8c7cbcc elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"8c7cbcc\" data-element_type=\"widget\" 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 loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"667\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/Firstmold-Factory-Sideview.webp\" class=\"attachment-full size-full wp-image-14139\" alt=\"Zijaanzicht Firstmold fabriek\" srcset=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/Firstmold-Factory-Sideview.webp 1000w, https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/Firstmold-Factory-Sideview-300x200.webp 300w, https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/Firstmold-Factory-Sideview-768x512.webp 768w, https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/Firstmold-Factory-Sideview-18x12.webp 18w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\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<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-29974c0 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"29974c0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dbc874a elementor-widget elementor-widget-pp-timeline\" data-id=\"dbc874a\" data-element_type=\"widget\" data-settings=\"{&quot;layout&quot;:&quot;horizontal&quot;,&quot;columns&quot;:&quot;7&quot;,&quot;autoplay_speed&quot;:4000,&quot;columns_mobile&quot;:&quot;2&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;slides_to_scroll_tablet&quot;:&quot;1&quot;,&quot;slides_to_scroll_mobile&quot;:&quot;1&quot;,&quot;dates&quot;:&quot;yes&quot;,&quot;card_arrow&quot;:&quot;yes&quot;,&quot;arrows&quot;:&quot;yes&quot;,&quot;infinite_loop&quot;:&quot;yes&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;select_arrow&quot;:{&quot;value&quot;:&quot;fas fa-angle-right&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}\" data-widget_type=\"pp-timeline.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"pp-timeline-wrapper\">\n\t\t\t\t\t\t<div class=\"pp-timeline-navigation\" data-nav-arrow=\"&quot;&lt;svg class=\\&quot;e-font-icon-svg e-fas-angle-right\\&quot; viewBox=\\&quot;0 0 256 512\\&quot; xmlns=\\&quot;http:\\\/\\\/www.w3.org\\\/2000\\\/svg\\&quot;&gt;&lt;path d=\\&quot;M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\\&quot;&gt;&lt;\\\/path&gt;&lt;\\\/svg&gt;&quot;\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-nav-item elementor-repeater-item-88e768f\">\n\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-marker-wrapper\">\n\t\t\t\t\t\t\t<div class=\"pp-timeline-card-date-wrapper\">\n\t\t\t\t\t<div class=\"pp-timeline-card-date\">\n\t\t\t\t\t\tjun 2010\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"pp-timeline-marker\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"pp-icon\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-bullseye\" viewbox=\"0 0 496 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 432c-101.69 0-184-82.29-184-184 0-101.69 82.29-184 184-184 101.69 0 184 82.29 184 184 0 101.69-82.29 184-184 184zm0-312c-70.69 0-128 57.31-128 128s57.31 128 128 128 128-57.31 128-128-57.31-128-128-128zm0 192c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-nav-item elementor-repeater-item-2b54daf\">\n\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-marker-wrapper\">\n\t\t\t\t\t\t\t<div class=\"pp-timeline-card-date-wrapper\">\n\t\t\t\t\t<div class=\"pp-timeline-card-date\">\n\t\t\t\t\t\tMei 2011\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"pp-timeline-marker\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"pp-icon\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-bullseye\" viewbox=\"0 0 496 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 432c-101.69 0-184-82.29-184-184 0-101.69 82.29-184 184-184 101.69 0 184 82.29 184 184 0 101.69-82.29 184-184 184zm0-312c-70.69 0-128 57.31-128 128s57.31 128 128 128 128-57.31 128-128-57.31-128-128-128zm0 192c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-nav-item elementor-repeater-item-c16c7cc\">\n\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-marker-wrapper\">\n\t\t\t\t\t\t\t<div class=\"pp-timeline-card-date-wrapper\">\n\t\t\t\t\t<div class=\"pp-timeline-card-date\">\n\t\t\t\t\t\tDec 2012\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"pp-timeline-marker\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"pp-icon\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-bullseye\" viewbox=\"0 0 496 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 432c-101.69 0-184-82.29-184-184 0-101.69 82.29-184 184-184 101.69 0 184 82.29 184 184 0 101.69-82.29 184-184 184zm0-312c-70.69 0-128 57.31-128 128s57.31 128 128 128 128-57.31 128-128-57.31-128-128-128zm0 192c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-nav-item elementor-repeater-item-81632ad\">\n\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-marker-wrapper\">\n\t\t\t\t\t\t\t<div class=\"pp-timeline-card-date-wrapper\">\n\t\t\t\t\t<div class=\"pp-timeline-card-date\">\n\t\t\t\t\t\tAug 2013\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"pp-timeline-marker\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"pp-icon\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-bullseye\" viewbox=\"0 0 496 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 432c-101.69 0-184-82.29-184-184 0-101.69 82.29-184 184-184 101.69 0 184 82.29 184 184 0 101.69-82.29 184-184 184zm0-312c-70.69 0-128 57.31-128 128s57.31 128 128 128 128-57.31 128-128-57.31-128-128-128zm0 192c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-nav-item elementor-repeater-item-0f2cf5d\">\n\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-marker-wrapper\">\n\t\t\t\t\t\t\t<div class=\"pp-timeline-card-date-wrapper\">\n\t\t\t\t\t<div class=\"pp-timeline-card-date\">\n\t\t\t\t\t\tMei 2016\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"pp-timeline-marker\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"pp-icon\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-bullseye\" viewbox=\"0 0 496 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 432c-101.69 0-184-82.29-184-184 0-101.69 82.29-184 184-184 101.69 0 184 82.29 184 184 0 101.69-82.29 184-184 184zm0-312c-70.69 0-128 57.31-128 128s57.31 128 128 128 128-57.31 128-128-57.31-128-128-128zm0 192c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-nav-item elementor-repeater-item-ad8a47f\">\n\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-marker-wrapper\">\n\t\t\t\t\t\t\t<div class=\"pp-timeline-card-date-wrapper\">\n\t\t\t\t\t<div class=\"pp-timeline-card-date\">\n\t\t\t\t\t\tDec 2018\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"pp-timeline-marker\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"pp-icon\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-bullseye\" viewbox=\"0 0 496 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 432c-101.69 0-184-82.29-184-184 0-101.69 82.29-184 184-184 101.69 0 184 82.29 184 184 0 101.69-82.29 184-184 184zm0-312c-70.69 0-128 57.31-128 128s57.31 128 128 128 128-57.31 128-128-57.31-128-128-128zm0 192c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-nav-item elementor-repeater-item-2936d4c\">\n\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-marker-wrapper\">\n\t\t\t\t\t\t\t<div class=\"pp-timeline-card-date-wrapper\">\n\t\t\t\t\t<div class=\"pp-timeline-card-date\">\n\t\t\t\t\t\tJuli 2020\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"pp-timeline-marker\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"pp-icon\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-bullseye\" viewbox=\"0 0 496 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 432c-101.69 0-184-82.29-184-184 0-101.69 82.29-184 184-184 101.69 0 184 82.29 184 184 0 101.69-82.29 184-184 184zm0-312c-70.69 0-128 57.31-128 128s57.31 128 128 128 128-57.31 128-128-57.31-128-128-128zm0 192c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-nav-item elementor-repeater-item-3e0a78a\">\n\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-marker-wrapper\">\n\t\t\t\t\t\t\t<div class=\"pp-timeline-card-date-wrapper\">\n\t\t\t\t\t<div class=\"pp-timeline-card-date\">\n\t\t\t\t\t\tMei 2021\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"pp-timeline-marker\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"pp-icon\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-bullseye\" viewbox=\"0 0 496 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 432c-101.69 0-184-82.29-184-184 0-101.69 82.29-184 184-184 101.69 0 184 82.29 184 184 0 101.69-82.29 184-184 184zm0-312c-70.69 0-128 57.31-128 128s57.31 128 128 128 128-57.31 128-128-57.31-128-128-128zm0 192c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-nav-item elementor-repeater-item-e1168ed\">\n\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-marker-wrapper\">\n\t\t\t\t\t\t\t<div class=\"pp-timeline-card-date-wrapper\">\n\t\t\t\t\t<div class=\"pp-timeline-card-date\">\n\t\t\t\t\t\tMei 2022\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"pp-timeline-marker\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"pp-icon\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-bullseye\" viewbox=\"0 0 496 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 432c-101.69 0-184-82.29-184-184 0-101.69 82.29-184 184-184 101.69 0 184 82.29 184 184 0 101.69-82.29 184-184 184zm0-312c-70.69 0-128 57.31-128 128s57.31 128 128 128 128-57.31 128-128-57.31-128-128-128zm0 192c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-nav-item elementor-repeater-item-9873d75\">\n\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-marker-wrapper\">\n\t\t\t\t\t\t\t<div class=\"pp-timeline-card-date-wrapper\">\n\t\t\t\t\t<div class=\"pp-timeline-card-date\">\n\t\t\t\t\t\tJuni 2024\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"pp-timeline-marker\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"pp-icon\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-bullseye\" viewbox=\"0 0 496 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M248 8C111.03 8 0 119.03 0 256s111.03 248 248 248 248-111.03 248-248S384.97 8 248 8zm0 432c-101.69 0-184-82.29-184-184 0-101.69 82.29-184 184-184 101.69 0 184 82.29 184 184 0 101.69-82.29 184-184 184zm0-312c-70.69 0-128 57.31-128 128s57.31 128 128 128 128-57.31 128-128-57.31-128-128-128zm0 192c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"pp-timeline pp-timeline-horizontal pp-timeline-dates\" data-timeline-layout=\"horizontal\">\n\t\t\t\t\t\t\t\t<div class=\"pp-timeline-items pp-slick-slider\">\n\t\t\t\t\t\t\t<div class=\"pp-timeline-item pp-timeline-item-left elementor-repeater-item-88e768f\">\n\t\t\t\t<div class=\"pp-timeline-card-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-arrow\"><\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card-title-wrap\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"pp-timeline-card-title\">\n\t\t\t\t\t\t\t\t\t\t01. Opgericht in Hongkong\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-timeline-item pp-timeline-item-right elementor-repeater-item-2b54daf\">\n\t\t\t\t<div class=\"pp-timeline-card-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-arrow\"><\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card-title-wrap\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"pp-timeline-card-title\">\n\t\t\t\t\t\t\t\t\t\t02. Gefundeerde productie voor prototyping\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-timeline-item pp-timeline-item-left elementor-repeater-item-c16c7cc\">\n\t\t\t\t<div class=\"pp-timeline-card-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-arrow\"><\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card-title-wrap\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"pp-timeline-card-title\">\n\t\t\t\t\t\t\t\t\t\t03. Gereedschaps- en gietafdeling opgericht\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-timeline-item pp-timeline-item-right elementor-repeater-item-81632ad\">\n\t\t\t\t<div class=\"pp-timeline-card-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-arrow\"><\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card-title-wrap\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"pp-timeline-card-title\">\n\t\t\t\t\t\t\t\t\t\t04. Fabrieksgebouw uitgebreid tot 4000 \u33a1\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-timeline-item pp-timeline-item-left elementor-repeater-item-0f2cf5d\">\n\t\t\t\t<div class=\"pp-timeline-card-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-arrow\"><\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card-title-wrap\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"pp-timeline-card-title\">\n\t\t\t\t\t\t\t\t\t\t05. Verplaatst gereedschap naar de nieuwe #2 werkplaats\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-timeline-item pp-timeline-item-right elementor-repeater-item-ad8a47f\">\n\t\t\t\t<div class=\"pp-timeline-card-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-arrow\"><\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card-title-wrap\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"pp-timeline-card-title\">\n\t\t\t\t\t\t\t\t\t\t06. Start met de bouw van het eerste Mold Industrial Park in Gangkou Town\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-timeline-item pp-timeline-item-left elementor-repeater-item-2936d4c\">\n\t\t\t\t<div class=\"pp-timeline-card-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-arrow\"><\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card-title-wrap\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"pp-timeline-card-title\">\n\t\t\t\t\t\t\t\t\t\t07. Oprichting First Mold PTE.LTD in Singapore\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-timeline-item pp-timeline-item-right elementor-repeater-item-3e0a78a\">\n\t\t\t\t<div class=\"pp-timeline-card-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-arrow\"><\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card-title-wrap\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"pp-timeline-card-title\">\n\t\t\t\t\t\t\t\t\t\t08. Verhuisd naar First Mold Industrial Park\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-timeline-item pp-timeline-item-left elementor-repeater-item-e1168ed\">\n\t\t\t\t<div class=\"pp-timeline-card-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-arrow\"><\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card-title-wrap\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"pp-timeline-card-title\">\n\t\t\t\t\t\t\t\t\t\t09. Investeren in Frankrijk\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-timeline-item pp-timeline-item-right elementor-repeater-item-9873d75\">\n\t\t\t\t<div class=\"pp-timeline-card-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-arrow\"><\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"pp-timeline-card-title-wrap\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"pp-timeline-card-title\">\n\t\t\t\t\t\t\t\t\t\t10. Eerste fabrieksstart van de schimmel Mexico\t\t\t\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\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>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0042b5e e-con-full fm2-section e-flex e-con e-parent\" data-id=\"0042b5e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-b58d433 e-con-full e-flex e-con e-child\" data-id=\"b58d433\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e5a6925 elementor-widget elementor-widget-heading\" data-id=\"e5a6925\" data-element_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\">Ons verkoopnetwerk<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cb6fda4 elementor-widget elementor-widget-text-editor\" data-id=\"cb6fda4\" data-element_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>First Mold heeft een wereldwijd verkoopnetwerk in meer dan 30 landen en regio's, waaronder de VS, Canada, het Verenigd Koninkrijk en Frankrijk. We hebben sterke partnerschappen met logistieke bedrijven en worden vertrouwd om onze uitstekende after-sales service. We zetten ons in om wereldwijde klanten de best mogelijke ervaring te bieden.<\/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-ac5053a e-con-full e-flex e-con e-child\" data-id=\"ac5053a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-22e1652 elementor-widget elementor-widget-image\" data-id=\"22e1652\" data-element_type=\"widget\" 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 loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"844\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/03\/FirstMold-has-subsidiaries-in-countries-and-serves-the-entire-world.webp\" class=\"attachment-full size-full wp-image-17532\" alt=\"FirstMold heeft dochterondernemingen in landen en bedient de hele wereld\" srcset=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/03\/FirstMold-has-subsidiaries-in-countries-and-serves-the-entire-world.webp 1500w, https:\/\/firstmold.com\/wp-content\/uploads\/2024\/03\/FirstMold-has-subsidiaries-in-countries-and-serves-the-entire-world-300x169.webp 300w, https:\/\/firstmold.com\/wp-content\/uploads\/2024\/03\/FirstMold-has-subsidiaries-in-countries-and-serves-the-entire-world-1024x576.webp 1024w, https:\/\/firstmold.com\/wp-content\/uploads\/2024\/03\/FirstMold-has-subsidiaries-in-countries-and-serves-the-entire-world-768x432.webp 768w, https:\/\/firstmold.com\/wp-content\/uploads\/2024\/03\/FirstMold-has-subsidiaries-in-countries-and-serves-the-entire-world-18x10.webp 18w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" \/>\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<div class=\"elementor-element elementor-element-a738fc8 e-con-full e-flex e-con e-child\" data-id=\"a738fc8\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-0733bb7 e-con-full e-flex e-con e-child\" data-id=\"0733bb7\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-49090f0 elementor-widget elementor-widget-ucaddon_image_card_content_box\" data-id=\"49090f0\" data-element_type=\"widget\" data-widget_type=\"ucaddon_image_card_content_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- start Image Card -->\n\t\t\t<style type=\"text\/css\">\/* widget: Image Card *\/\n\n.uc_classic_content *{\n\tbox-sizing: border-box;\n}\n\n#uc_image_card_content_box_elementor_49090f0 \n{\n\tfont-size:14px;\n\toverflow:hidden;\n\tcolor:#8a8a8a;\n\ttext-align:center;\n\tposition:relative;\n\twidth:100%;\n    box-shadow:rgba(0,0,0,0.10) 0px 5px 20px;\n}\n\n.uc_classic_content .uc_classic_content_content h2\n{\n\tfont-size:21px;\n    color:black;\n}\n\n.uc_classic_content .uc_classic_content_content p\n{\n\tline-height:1.5em;\n}\n\n.uc_classic_content .uc_classic_content_border\n{\n\tdisplay:block;\n    margin: 0 auto;\n}\n\n.uc_classic_content  .uc_classic_content_placeholder img\n{\n\twidth:100%;\n    object-fit:cover;\n}\n\n#uc_image_card_content_box_elementor_49090f0 .uc_classic_content_content \n{\n display: flex;\n flex-flow: column nowrap;\n}\n#uc_image_card_content_box_elementor_49090f0 .btn_wrap\n{\n  margin-top:auto;\n}\n#uc_image_card_content_box_elementor_49090f0 .uc_classic_content_content .uc_more_btn {\n\tdisplay:inline-block;\n\ttext-decoration:none;\n\ttransition: all 0.3s ease;\n    border-style:solid;\n    text-align:center;\n    \n\n}\n\n\n\n\n\n<\/style>\n\n\t\t\t<div class=\"uc_classic_content\" id=\"uc_image_card_content_box_elementor_49090f0\">\n  <span class=\"uc_classic_content_border\"><\/span>\n    \t<div class=\"uc_classic_content_container_holder\">\n                  \t<div class=\"uc_classic_content_placeholder\">\n                        \t\t<img decoding=\"async\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/06\/First-Mold-China-Manufacturing-Base.webp\" alt=\"De eerste Productiebasis van Mold China\">\n                            <\/div>\n                      <div class=\"uc_classic_content_content\">\n                            <div class=\"ue-text\"><p>De eerste Productiebasis van Mold China<\/p><\/div>              \n              \n            <\/div>\n        <\/div>\n   <\/div>\n\t\t\t<!-- end Image Card -->\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-1bdd83c e-con-full e-flex e-con e-child\" data-id=\"1bdd83c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aeab5d6 elementor-widget elementor-widget-ucaddon_image_card_content_box\" data-id=\"aeab5d6\" data-element_type=\"widget\" data-widget_type=\"ucaddon_image_card_content_box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- start Image Card -->\n\t\t\t<style type=\"text\/css\">\/* widget: Image Card *\/\n\n.uc_classic_content *{\n\tbox-sizing: border-box;\n}\n\n#uc_image_card_content_box_elementor_aeab5d6 \n{\n\tfont-size:14px;\n\toverflow:hidden;\n\tcolor:#8a8a8a;\n\ttext-align:center;\n\tposition:relative;\n\twidth:100%;\n    box-shadow:rgba(0,0,0,0.10) 0px 5px 20px;\n}\n\n.uc_classic_content .uc_classic_content_content h2\n{\n\tfont-size:21px;\n    color:black;\n}\n\n.uc_classic_content .uc_classic_content_content p\n{\n\tline-height:1.5em;\n}\n\n.uc_classic_content .uc_classic_content_border\n{\n\tdisplay:block;\n    margin: 0 auto;\n}\n\n.uc_classic_content  .uc_classic_content_placeholder img\n{\n\twidth:100%;\n    object-fit:cover;\n}\n\n#uc_image_card_content_box_elementor_aeab5d6 .uc_classic_content_content \n{\n display: flex;\n flex-flow: column nowrap;\n}\n#uc_image_card_content_box_elementor_aeab5d6 .btn_wrap\n{\n  margin-top:auto;\n}\n#uc_image_card_content_box_elementor_aeab5d6 .uc_classic_content_content .uc_more_btn {\n\tdisplay:inline-block;\n\ttext-decoration:none;\n\ttransition: all 0.3s ease;\n    border-style:solid;\n    text-align:center;\n    \n\n}\n\n\n\n\n\n<\/style>\n\n\t\t\t<div class=\"uc_classic_content\" id=\"uc_image_card_content_box_elementor_aeab5d6\">\n  <span class=\"uc_classic_content_border\"><\/span>\n    \t<div class=\"uc_classic_content_container_holder\">\n                  \t<div class=\"uc_classic_content_placeholder\">\n                        \t\t<img decoding=\"async\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/06\/First-Mold-Mexico-Manufacturing-Base.webp\" alt=\"Eerste productiebasis voor Mold Mexico\">\n                            <\/div>\n                      <div class=\"uc_classic_content_content\">\n                            <div class=\"ue-text\"><p>Eerste productiebasis voor Mold Mexico<\/p><\/div>              \n              \n            <\/div>\n        <\/div>\n   <\/div>\n\t\t\t<!-- end Image Card -->\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<div class=\"elementor-element elementor-element-fddf5b3 e-con-full fm2-section e-flex e-con e-parent\" data-id=\"fddf5b3\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-e890ebf e-con-full e-flex e-con e-child\" data-id=\"e890ebf\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5e6421c elementor-widget elementor-widget-heading\" data-id=\"5e6421c\" data-element_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\">bedrijfscultuur<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7491eb2 e-con-full e-flex e-con e-child\" data-id=\"7491eb2\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6139c2a elementor-widget elementor-widget-heading\" data-id=\"6139c2a\" data-element_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\">Onze visie<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-237ae4e elementor-widget elementor-widget-heading\" data-id=\"237ae4e\" data-element_type=\"widget\" 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\">Streven naar \"Talentenwieg\" voor de verwerkende industrie<\/p>\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-12ac05f e-con-full e-flex e-con e-child\" data-id=\"12ac05f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cbcbe22 elementor-widget elementor-widget-heading\" data-id=\"cbcbe22\" data-element_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\">Onze missie<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-48e6592 elementor-widget elementor-widget-heading\" data-id=\"48e6592\" data-element_type=\"widget\" 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\">Uitmuntend personeel kweken voor onszelf en voor de productie-industrie.<\/p>\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-d5df755 e-con-full e-flex e-con e-child\" data-id=\"d5df755\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-688f6cd elementor-widget elementor-widget-heading\" data-id=\"688f6cd\" data-element_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\">Onze waarden<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5f79ffc elementor-widget elementor-widget-heading\" data-id=\"5f79ffc\" data-element_type=\"widget\" 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\">Uitstekende werknemers zijn het meest dat we koesteren. Een uitmuntende onderneming is de warmste \"woonplaats\" voor werknemers. Onderneming en werknemers werken samen aan een betere vooruitgang en prestatie.<\/p>\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<div class=\"elementor-element elementor-element-0eb52b6 e-con-full e-flex e-con e-child\" data-id=\"0eb52b6\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-accaeed e-con-full e-flex e-con e-child\" data-id=\"accaeed\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1c1c6a1 e-con-full e-flex e-con e-child\" data-id=\"1c1c6a1\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cbff146 elementor-widget elementor-widget-image\" data-id=\"cbff146\" data-element_type=\"widget\" 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 loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"900\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/06\/Happy-First-Mold-Curling-Event.webp\" class=\"attachment-full size-full wp-image-21471\" alt=\"\" srcset=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/06\/Happy-First-Mold-Curling-Event.webp 600w, https:\/\/firstmold.com\/wp-content\/uploads\/2024\/06\/Happy-First-Mold-Curling-Event-200x300.webp 200w, https:\/\/firstmold.com\/wp-content\/uploads\/2024\/06\/Happy-First-Mold-Curling-Event-8x12.webp 8w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\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<div class=\"elementor-element elementor-element-2d97aa6 e-con-full elementor-hidden-tablet e-flex e-con e-child\" data-id=\"2d97aa6\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-33891f5 elementor-widget elementor-widget-image\" data-id=\"33891f5\" data-element_type=\"widget\" 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 loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"450\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/06\/First-Mold-Employee-Training.webp\" class=\"attachment-full size-full wp-image-21469\" alt=\"Training voor eerste schimmelmedewerker\" srcset=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/06\/First-Mold-Employee-Training.webp 600w, https:\/\/firstmold.com\/wp-content\/uploads\/2024\/06\/First-Mold-Employee-Training-300x225.webp 300w, https:\/\/firstmold.com\/wp-content\/uploads\/2024\/06\/First-Mold-Employee-Training-16x12.webp 16w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\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 class=\"elementor-element elementor-element-0076eb3 elementor-widget elementor-widget-image\" data-id=\"0076eb3\" data-element_type=\"widget\" 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 loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"450\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/06\/First-Molds-Womens-Day-Dining-Event.webp\" class=\"attachment-full size-full wp-image-21470\" alt=\"First Mold&#039;s vrouwendag-evenement\" srcset=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/06\/First-Molds-Womens-Day-Dining-Event.webp 600w, https:\/\/firstmold.com\/wp-content\/uploads\/2024\/06\/First-Molds-Womens-Day-Dining-Event-300x225.webp 300w, https:\/\/firstmold.com\/wp-content\/uploads\/2024\/06\/First-Molds-Womens-Day-Dining-Event-16x12.webp 16w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\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<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a85304f e-con-full fm2-section e-flex e-con e-parent\" data-id=\"a85304f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-94d3a5f e-con-full e-flex e-con e-child\" data-id=\"94d3a5f\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-55ba946 e-con-full e-flex e-con e-child\" data-id=\"55ba946\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2ac5572 elementor-widget elementor-widget-heading\" data-id=\"2ac5572\" data-element_type=\"widget\" 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\">Klanten met wie we hebben samengewerkt<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4cbb206 elementor-widget elementor-widget-heading\" data-id=\"4cbb206\" data-element_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\">We worden vertrouwd door meer dan 900 klanten<\/h2>\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<div class=\"elementor-element elementor-element-b9d15fe e-con-full e-flex e-con e-child\" data-id=\"b9d15fe\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8c44cab elementor-grid-6 elementor-grid-tablet-6 elementor-grid-mobile-3 pp-ins-normal elementor-widget elementor-widget-pp-image-gallery\" data-id=\"8c44cab\" data-element_type=\"widget\" data-settings=\"{&quot;columns&quot;:&quot;6&quot;,&quot;columns_tablet&quot;:&quot;6&quot;,&quot;columns_mobile&quot;:&quot;3&quot;}\" data-widget_type=\"pp-image-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"pp-image-gallery-container\" data-settings=\"{&quot;tilt_enable&quot;:&quot;no&quot;,&quot;layout&quot;:&quot;grid&quot;,&quot;post_id&quot;:541,&quot;template_id&quot;:541,&quot;widget_id&quot;:&quot;8c44cab&quot;}\">\n\t\t\t\t\t\t<div class=\"pp-image-gallery-wrapper\">\n\t\t\t\t\t\t\t\t<div class=\"pp-image-gallery pp-elementor-grid\" id=\"pp-image-gallery-8c44cab\">\n\t\t\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"21450\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/06\/porta-logo.svg\" alt=\"\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"21449\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/06\/intellian-logo.svg\" alt=\"\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"21448\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/06\/crane-logo.svg\" alt=\"kraanvogel logo\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"15578\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/03\/Biotherm.svg\" alt=\"Biotherm\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"15577\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/03\/laifen.svg\" alt=\"laifen\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"15576\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/03\/panasonic.svg\" alt=\"panasonic\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"15219\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/BMW.svg\" alt=\"BMW\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"15218\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/Bimotal.svg\" alt=\"Bimotaal\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"15217\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/APTIV.svg\" alt=\"APTIV\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"15206\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/KOITO-logo.svg\" alt=\"KOITO-logo\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"15207\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/VALEO-logo.svg\" alt=\"VALEO-logo\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"15205\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/GE-logo.svg\" alt=\"GE logo\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"15204\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/FORD-logo.svg\" alt=\"FORD-logo\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"15203\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/ABB-logo.svg\" alt=\"ABB logo\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"12963\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/XPENG.svg\" alt=\"XPENG\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"12953\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/PORSCHE.svg\" alt=\"PORSCHE\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"12959\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/TESLA.svg\" alt=\"TESLA\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"12947\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/HYCAN.svg\" alt=\"HYCAN\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"12948\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/kia.svg\" alt=\"kia\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"12944\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/HONDA.svg\" alt=\"HONDA\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"12952\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/MAGNA.svg\" alt=\"MAGNA\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"12945\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/HONEYWELL.svg\" alt=\"HONEYWELL\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"12936\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/ADIENT.svg\" alt=\"ADIENT\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"12941\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/EMERSON.svg\" alt=\"EMERSON\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"15220\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/Intermas.svg\" alt=\"Intermas\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"15221\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/Johnson-Control.svg\" alt=\"Johnson Control\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"15222\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/Nissan.svg\" alt=\"Nissan\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"15223\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2023\/02\/Nova.svg\" alt=\"Nova\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"pp-grid-item-wrap\" data-item-id=\"12958\">\n\t\t\t\t<div class=\"pp-grid-item pp-image\">\n\t\t\t\t\t<div class=\"pp-image-gallery-thumbnail-wrap pp-ins-filter-hover\">\n\t\t\t\t\t\t<div class=\"pp-ins-filter-target pp-image-gallery-thumbnail\"><img decoding=\"async\" class=\"pp-gallery-slide-image\" src=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/02\/SUMMIT.svg\" alt=\"SUMMIT\" data-no-lazy=\"1\"\/><\/div><div class=\"pp-image-overlay pp-media-overlay\"><\/div><div class=\"pp-gallery-image-content pp-media-content\"><\/div>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\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<\/div>\n\t\t<div class=\"elementor-element elementor-element-ed0bb8d e-con-full fm2-section elementor-hidden-mobile e-flex e-con e-parent\" data-id=\"ed0bb8d\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-b6b0c1f e-con-full e-flex e-con e-child\" data-id=\"b6b0c1f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4c9af62 elementor-widget elementor-widget-heading\" data-id=\"4c9af62\" data-element_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\">Stuur ons een bericht<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f6fcec1 elementor-widget elementor-widget-text-editor\" data-id=\"f6fcec1\" data-element_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><div class=\"forminator-ui forminator-custom-form forminator-custom-form-25424 forminator-design--flat  forminator_ajax\" data-forminator-render=\"0\" data-form=\"forminator-module-25424\" data-uid=\"6a01d1a3f1757\"><br\/><\/div><form\n\t\t\t\tid=\"forminator-module-25424\"\n\t\t\t\tclass=\"forminator-ui forminator-custom-form forminator-custom-form-25424 forminator-design--flat  forminator_ajax\"\n\t\t\t\tmethod=\"post\"\n\t\t\t\tdata-forminator-render=\"0\"\n\t\t\t\tdata-form-id=\"25424\"\n\t\t\t\tenctype=\"multipart\/form-data\" data-color-option=\"default\" data-design=\"flat\" data-grid=\"open\" style=\"display: none;\"\n\t\t\t\tdata-uid=\"6a01d1a3f1757\" action=\"\"\n\t\t\t><div role=\"alert\" aria-live=\"polite\" class=\"forminator-response-message forminator-error\" aria-hidden=\"true\"><\/div><div class=\"forminator-row\"><div id=\"name-1\" class=\"forminator-field-name forminator-col forminator-col-6  form-name\"><div class=\"forminator-field\"><label for=\"forminator-field-name-1_6a01d1a3f1757\" id=\"forminator-field-name-1_6a01d1a3f1757-label\" class=\"forminator-label\">Naam <span class=\"forminator-required\">*<\/span><\/label><input type=\"text\" name=\"name-1\" value=\"\" placeholder=\"\" id=\"forminator-field-name-1_6a01d1a3f1757\" class=\"forminator-input forminator-name--field\" aria-required=\"true\" autocomplete=\"name\" \/><\/div><\/div><div id=\"text-1\" class=\"forminator-field-text forminator-col forminator-col-6  form-company\"><div class=\"forminator-field\"><label for=\"forminator-field-text-1_6a01d1a3f1757\" id=\"forminator-field-text-1_6a01d1a3f1757-label\" class=\"forminator-label\">Bedrijf<\/label><input type=\"text\" name=\"text-1\" value=\"\" placeholder=\"\" id=\"forminator-field-text-1_6a01d1a3f1757\" class=\"forminator-input forminator-name--field\" data-required=\"\" \/><\/div><\/div><\/div><div class=\"forminator-row\"><div id=\"email-1\" class=\"forminator-field-email forminator-col forminator-col-6  form-email\"><div class=\"forminator-field\"><label for=\"forminator-field-email-1_6a01d1a3f1757\" id=\"forminator-field-email-1_6a01d1a3f1757-label\" class=\"forminator-label\">E-mailadres <span class=\"forminator-required\">*<\/span><\/label><input type=\"email\" name=\"email-1\" value=\"\" placeholder=\"\" id=\"forminator-field-email-1_6a01d1a3f1757\" class=\"forminator-input forminator-email--field\" data-required=\"true\" aria-required=\"true\" autocomplete=\"email\" \/><\/div><\/div><div id=\"phone-1\" class=\"forminator-field-phone forminator-col forminator-col-6  form-tel\"><div class=\"forminator-field\"><label for=\"forminator-field-phone-1_6a01d1a3f1757\" id=\"forminator-field-phone-1_6a01d1a3f1757-label\" class=\"forminator-label\">Tel\/Whatsapp<\/label><input type=\"text\" name=\"phone-1\" value=\"\" placeholder=\"Bijv. +1 3004005000\" id=\"forminator-field-phone-1_6a01d1a3f1757\" class=\"forminator-input forminator-field--phone\" data-required=\"\" aria-required=\"false\" autocomplete=\"off\" data-validation=\"1\" \/><\/div><\/div><\/div><div class=\"forminator-row\"><div id=\"text-2\" class=\"forminator-field-text forminator-col forminator-col-6  form-company\"><div class=\"forminator-field\"><label for=\"forminator-field-text-2_6a01d1a3f1757\" id=\"forminator-field-text-2_6a01d1a3f1757-label\" class=\"forminator-label\">Materialen <span class=\"forminator-required\">*<\/span><\/label><input type=\"text\" name=\"text-2\" value=\"\" placeholder=\"ABS, PP, staal, zinklegering, enz.\" id=\"forminator-field-text-2_6a01d1a3f1757\" class=\"forminator-input forminator-name--field\" data-required=\"1\" \/><\/div><\/div><div id=\"number-1\" class=\"forminator-field-number forminator-col forminator-col-6\"><div class=\"forminator-field\"><label for=\"forminator-field-number-1_6a01d1a3f1757\" id=\"forminator-field-number-1_6a01d1a3f1757-label\" class=\"forminator-label\">Hoeveelheid <span class=\"forminator-required\">*<\/span><\/label><input name=\"number-1\" value=\"\" placeholder=\"Voer de hoeveelheid van je onderdeel in.\" id=\"forminator-field-number-1_6a01d1a3f1757\" class=\"forminator-input forminator-number--field\" inputmode=\"decimal\" data-required=\"1\" data-decimals=\"0\" aria-required=\"true\" data-inputmask=\"&#039;groupSeparator&#039;: &#039;&#039;, &#039;radixPoint&#039;: &#039;&#039;, &#039;digits&#039;: &#039;0&#039;\" data-hidden-behavior=\"zero\" type=\"number\" step=\"any\" min=\"\" \/><\/div><\/div><\/div><div class=\"forminator-row\"><div id=\"textarea-1\" class=\"forminator-field-textarea forminator-col forminator-col-12  form-upload\"><div class=\"forminator-field\"><label for=\"forminator-field-textarea-1_6a01d1a3f1757\" id=\"forminator-field-textarea-1_6a01d1a3f1757-label\" class=\"forminator-label\">Projectgegevens<\/label><textarea name=\"textarea-1\" placeholder=\"Geef hier meer informatie over je project, zoals type oppervlakteafwerking, kleur, enz.\" id=\"forminator-field-textarea-1_6a01d1a3f1757\" class=\"forminator-textarea\" rows=\"6\" style=\"--forminator-textarea-min-height:140px;\" ><\/textarea><\/div><\/div><\/div><div class=\"forminator-row\"><div id=\"upload-1\" class=\"forminator-field-upload forminator-col forminator-col-12  fm-form-upload\"><div class=\"forminator-field\"><label for=\"forminator-field-upload-1_6a01d1a3f1757\" id=\"forminator-field-upload-1_6a01d1a3f1757-label\" class=\"forminator-label\">Upload uw 3D-bestand (.stp, .step, .igs, .iges aanbevolen; STL-bestanden kunnen de prijsopgave vertragen). <span class=\"forminator-required\">*<\/span><\/label><div class=\"forminator-multi-upload\" data-element=\"upload-1_6a01d1a3f1757\"><input type=\"file\" name=\"upload-1[]\" id=\"forminator-field-upload-1_6a01d1a3f1757\" class=\"forminator-input-file-required do-validate forminator-field-upload-1_6a01d1a3f1757-25424\" multiple=\"multiple\" data-method=\"ajax\" accept=\".tar,.zip,.gz,.gzip,.7z,.svgz,.json,.webp,.png,.jpg,.jpeg,.jpe,.gif,.xlsx,.pdf,.doc,.pot,.pps,.ppt,.stl,.stp,.igs,.sldprt,.x_t,.DS_Store,.iges,.step,.obj,.abc,.prt\" data-size=\"200000000\" data-size-message=\"Maximaal toegestane bestand grootte is 200 MB. \" data-filetype=\"tar|zip|gz|gzip|7z|svgz|json|webp|png|jpg|jpeg|jpe|gif|xlsx|pdf|doc|pot|pps|ppt|stl|stp|igs|sldprt|x_t|DS_Store|iges|step|obj|abc|prt\" data-filetype-message=\"bestand extensie is niet toegestaan.\"><div class=\"forminator-multi-upload-message\" aria-hidden=\"true\"><span class=\"forminator-icon-upload\" aria-hidden=\"true\"><\/span><p>Verslepen en neerzetten (van) <a class=\"forminator-upload-file--forminator-field-upload-1_6a01d1a3f1757\" href=\"#\" onclick=\"return false;\">kies bestanden<\/a><\/p><\/div><\/div><ul class=\"forminator-uploaded-files upload-container-upload-1_6a01d1a3f1757\"><\/ul><\/div><\/div><\/div><input type=\"hidden\" name=\"referer_url\" value=\"\" \/><div class=\"forminator-row forminator-row-last\"><div class=\"forminator-col\"><div class=\"forminator-field\"><button class=\"forminator-button forminator-button-submit\">Stuur  in<\/button><\/div><\/div><\/div><input type=\"hidden\" id=\"forminator_nonce\" name=\"forminator_nonce\" value=\"426b05a01c\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/nl\/wp-json\/wp\/v2\/pages\/541\" \/><input type=\"hidden\" name=\"form_id\" value=\"25424\"><input type=\"hidden\" name=\"page_id\" value=\"541\"><input type=\"hidden\" name=\"form_type\" value=\"default\"><input type=\"hidden\" name=\"current_url\" value=\"https:\/\/firstmold.com\/nl\/about-us\/\"><input type=\"hidden\" name=\"render_id\" value=\"0\"><input type=\"hidden\" name=\"forminator-multifile-hidden\" class=\"forminator-multifile-hidden\"><input type=\"hidden\" name=\"action\" value=\"forminator_submit_form_custom-forms\"><input type=\"hidden\" name=\"trp-form-language\" value=\"nl\"\/><\/form><\/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-bce7db8 elementor-widget elementor-widget-heading\" data-id=\"bce7db8\" data-element_type=\"widget\" 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\">We kunnen NDA tekenen voordat we een offerte maken!<\/p>\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>","protected":false},"excerpt":{"rendered":"<p>First Mold biedt uitgebreide productieoplossingen zoals spuitgieten, prototypes, matrijzen maken en nog veel meer voor vele industrie\u00ebn.<\/p>","protected":false},"author":5,"featured_media":17542,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-541","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.3 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>About First Mold | Advanced Parts Manufacturers<\/title>\n<meta name=\"description\" content=\"First Mold provides comprehensive manufacturing solutions including injection molding, prototype, mold making, and more for many industries.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/firstmold.com\/nl\/about-us\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"About Us\" \/>\n<meta property=\"og:description\" content=\"First Mold provides comprehensive manufacturing solutions including injection molding, prototype, mold making, and more for many industries.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/firstmold.com\/nl\/about-us\/\" \/>\n<meta property=\"og:site_name\" content=\"First Mold\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.youtube.com\/@firstmold\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-30T08:51:33+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/03\/About-FirstMold-featured-image.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"800\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@firstmold2011\" \/>\n<meta name=\"twitter:label1\" content=\"Geschatte leestijd\" \/>\n\t<meta name=\"twitter:data1\" content=\"11 minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/firstmold.com\\\/about-us\\\/\",\"url\":\"https:\\\/\\\/firstmold.com\\\/about-us\\\/\",\"name\":\"About First Mold | Advanced Parts Manufacturers\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/firstmold.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/firstmold.com\\\/about-us\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/firstmold.com\\\/about-us\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/firstmold.com\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/About-FirstMold-featured-image.jpg\",\"datePublished\":\"2018-11-27T01:17:08+00:00\",\"dateModified\":\"2025-10-30T08:51:33+00:00\",\"description\":\"First Mold provides comprehensive manufacturing solutions including injection molding, prototype, mold making, and more for many industries.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/firstmold.com\\\/about-us\\\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/firstmold.com\\\/about-us\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\\\/\\\/firstmold.com\\\/about-us\\\/#primaryimage\",\"url\":\"https:\\\/\\\/firstmold.com\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/About-FirstMold-featured-image.jpg\",\"contentUrl\":\"https:\\\/\\\/firstmold.com\\\/wp-content\\\/uploads\\\/2024\\\/03\\\/About-FirstMold-featured-image.jpg\",\"width\":800,\"height\":800,\"caption\":\"About FirstMold featured image\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/firstmold.com\\\/about-us\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/firstmold.com\\\/nl\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About Us\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/firstmold.com\\\/#website\",\"url\":\"https:\\\/\\\/firstmold.com\\\/\",\"name\":\"First Mold Manufacturing Limited | MFG\",\"description\":\"First Mold Official Website\",\"publisher\":{\"@id\":\"https:\\\/\\\/firstmold.com\\\/#organization\"},\"alternateName\":\"Parts Manufacturing Company | First Mold\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/firstmold.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nl-NL\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/firstmold.com\\\/#organization\",\"name\":\"First Mold Manufacturing Limited\",\"alternateName\":\"First Mold\",\"url\":\"https:\\\/\\\/firstmold.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\\\/\\\/firstmold.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/firstmold.com\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/First-Mold-Manufacturing-Limited-Site-Representation-Logo.png\",\"contentUrl\":\"https:\\\/\\\/firstmold.com\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/First-Mold-Manufacturing-Limited-Site-Representation-Logo.png\",\"width\":696,\"height\":696,\"caption\":\"First Mold Manufacturing Limited\"},\"image\":{\"@id\":\"https:\\\/\\\/firstmold.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.youtube.com\\\/@firstmold\",\"https:\\\/\\\/x.com\\\/firstmold2011\",\"https:\\\/\\\/mastodon.social\\\/@firstmold\"],\"address\":[{\"@type\":\"PostalAddress\",\"name\":\"China Base\",\"streetAddress\":\"88 West Shagang Road, Gangkou Town\",\"addressLocality\":\"Zhongshan City\",\"addressRegion\":\"Guangdong\",\"postalCode\":\"528447\",\"addressCountry\":\"CN\"},{\"@type\":\"PostalAddress\",\"name\":\"Mexico Factory\",\"streetAddress\":\"Nave ISK-8, Parque Industrial y Log\u00edstico Sky Plus, Avenida Mineral de Cinco Se\u00f1ores No.100, del Parque Industrial Santa Fe\",\"addressLocality\":\"Silao de la Victoria\",\"addressRegion\":\"Guanajuato\",\"postalCode\":\"36270\",\"addressCountry\":\"MX\"},{\"@type\":\"PostalAddress\",\"name\":\"France Branch\",\"streetAddress\":\"2 Bis avenue des Cistes\",\"addressLocality\":\"Roquefort -la-Bedoule\",\"postalCode\":\"13830\",\"addressCountry\":\"FR\"},{\"@type\":\"PostalAddress\",\"name\":\"Singapore Branch\",\"streetAddress\":\"60 Paya Lebar Road #08-55\",\"addressLocality\":\"Singapore\",\"postalCode\":\"409051\",\"addressCountry\":\"SG\"}],\"description\":\"First Mold, whose full name is First Mold Manufacturing Limited, is a large-scale manufacturing company specializing in mold manufacturing, injection molding services, CNC machining, and rapid prototyping. With production bases in both China and Mexico, First Mold serves a global clientele.\",\"email\":\"marketing@firstmold.com\",\"telephone\":\"+86 18928160183\",\"legalName\":\"First Mold Manufacturing Limited\",\"foundingDate\":\"2012-02-19\",\"duns\":\"60-139-1218\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"201\",\"maxValue\":\"500\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Over First Mold | Advanced Parts Manufacturers","description":"First Mold biedt uitgebreide productieoplossingen zoals spuitgieten, prototypes, matrijzen maken en nog veel meer voor vele industrie\u00ebn.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/firstmold.com\/nl\/about-us\/","og_locale":"nl_NL","og_type":"article","og_title":"About Us","og_description":"First Mold provides comprehensive manufacturing solutions including injection molding, prototype, mold making, and more for many industries.","og_url":"https:\/\/firstmold.com\/nl\/about-us\/","og_site_name":"First Mold","article_publisher":"https:\/\/www.youtube.com\/@firstmold","article_modified_time":"2025-10-30T08:51:33+00:00","og_image":[{"width":800,"height":800,"url":"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/03\/About-FirstMold-featured-image.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@firstmold2011","twitter_misc":{"Geschatte leestijd":"11 minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/firstmold.com\/about-us\/","url":"https:\/\/firstmold.com\/about-us\/","name":"Over First Mold | Advanced Parts Manufacturers","isPartOf":{"@id":"https:\/\/firstmold.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/firstmold.com\/about-us\/#primaryimage"},"image":{"@id":"https:\/\/firstmold.com\/about-us\/#primaryimage"},"thumbnailUrl":"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/03\/About-FirstMold-featured-image.jpg","datePublished":"2018-11-27T01:17:08+00:00","dateModified":"2025-10-30T08:51:33+00:00","description":"First Mold biedt uitgebreide productieoplossingen zoals spuitgieten, prototypes, matrijzen maken en nog veel meer voor vele industrie\u00ebn.","breadcrumb":{"@id":"https:\/\/firstmold.com\/about-us\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/firstmold.com\/about-us\/"]}]},{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/firstmold.com\/about-us\/#primaryimage","url":"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/03\/About-FirstMold-featured-image.jpg","contentUrl":"https:\/\/firstmold.com\/wp-content\/uploads\/2024\/03\/About-FirstMold-featured-image.jpg","width":800,"height":800,"caption":"About FirstMold featured image"},{"@type":"BreadcrumbList","@id":"https:\/\/firstmold.com\/about-us\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/firstmold.com\/nl\/"},{"@type":"ListItem","position":2,"name":"About Us"}]},{"@type":"WebSite","@id":"https:\/\/firstmold.com\/#website","url":"https:\/\/firstmold.com\/","name":"First Mold Manufacturing Limited | MFG","description":"Offici\u00eble website van First Mold","publisher":{"@id":"https:\/\/firstmold.com\/#organization"},"alternateName":"Parts Manufacturing Company | First Mold","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/firstmold.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl-NL"},{"@type":"Organization","@id":"https:\/\/firstmold.com\/#organization","name":"First Mold Manufacturing Limited","alternateName":"First Mold","url":"https:\/\/firstmold.com\/","logo":{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/firstmold.com\/#\/schema\/logo\/image\/","url":"https:\/\/firstmold.com\/wp-content\/uploads\/2025\/06\/First-Mold-Manufacturing-Limited-Site-Representation-Logo.png","contentUrl":"https:\/\/firstmold.com\/wp-content\/uploads\/2025\/06\/First-Mold-Manufacturing-Limited-Site-Representation-Logo.png","width":696,"height":696,"caption":"First Mold Manufacturing Limited"},"image":{"@id":"https:\/\/firstmold.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.youtube.com\/@firstmold","https:\/\/x.com\/firstmold2011","https:\/\/mastodon.social\/@firstmold"],"address":[{"@type":"PostalAddress","name":"China Base","streetAddress":"88 West Shagang Road, Gangkou Town","addressLocality":"Zhongshan City","addressRegion":"Guangdong","postalCode":"528447","addressCountry":"CN"},{"@type":"PostalAddress","name":"Mexico Factory","streetAddress":"Nave ISK-8, Parque Industrial y Log\u00edstico Sky Plus, Avenida Mineral de Cinco Se\u00f1ores No.100, del Parque Industrial Santa Fe","addressLocality":"Silao de la Victoria","addressRegion":"Guanajuato","postalCode":"36270","addressCountry":"MX"},{"@type":"PostalAddress","name":"France Branch","streetAddress":"2 Bis avenue des Cistes","addressLocality":"Roquefort -la-Bedoule","postalCode":"13830","addressCountry":"FR"},{"@type":"PostalAddress","name":"Singapore Branch","streetAddress":"60 Paya Lebar Road #08-55","addressLocality":"Singapore","postalCode":"409051","addressCountry":"SG"}],"description":"First Mold, met als volledige naam First Mold Manufacturing Limited, is een grootschalig productiebedrijf gespecialiseerd in het maken van matrijzen, spuitgietdiensten, CNC-verspaning en rapid prototyping. Met productievestigingen in China en Mexico bedient First Mold een wereldwijde klantenkring.","email":"marketing@firstmold.com","telephone":"+86 18928160183","legalName":"First Mold Manufacturing Limited","foundingDate":"2012-02-19","duns":"60-139-1218","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"201","maxValue":"500"}}]}},"_links":{"self":[{"href":"https:\/\/firstmold.com\/nl\/wp-json\/wp\/v2\/pages\/541","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/firstmold.com\/nl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/firstmold.com\/nl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/firstmold.com\/nl\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/firstmold.com\/nl\/wp-json\/wp\/v2\/comments?post=541"}],"version-history":[{"count":28,"href":"https:\/\/firstmold.com\/nl\/wp-json\/wp\/v2\/pages\/541\/revisions"}],"predecessor-version":[{"id":36720,"href":"https:\/\/firstmold.com\/nl\/wp-json\/wp\/v2\/pages\/541\/revisions\/36720"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/firstmold.com\/nl\/wp-json\/wp\/v2\/media\/17542"}],"wp:attachment":[{"href":"https:\/\/firstmold.com\/nl\/wp-json\/wp\/v2\/media?parent=541"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}