{"id":9386,"date":"2022-11-08T10:38:14","date_gmt":"2022-11-08T09:38:14","guid":{"rendered":"https:\/\/bpi.dk\/?page_id=9386"},"modified":"2025-04-01T19:55:07","modified_gmt":"2025-04-01T17:55:07","slug":"noise-reduction","status":"publish","type":"page","link":"https:\/\/bpi.dk\/en\/insights\/noise-reduction\/","title":{"rendered":"Noise reduction"},"content":{"rendered":"<div class=\"block-cta-advanced relative bg-cover bg-center bg-no-repeat pt-6 md:pt-12 lg:pt-12 pb-6 md:pb-6 lg:pb-6    theme-dark schema-bg-color-primary lazy-bg\" id=\"block_67b4814199390\" style=\"background-image: url('data:image\/gif;base64,R0lGODlhAQABAIAAAP\/\/\/\/\/\/\/yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==')\" data-src=\"https:\/\/bpi.dk\/wp-content\/uploads\/2025\/02\/noise-vibration2.png\" data-design-type=\"type_4\">\n\n\n    \n        <div class=\"absolute inset-0 overflow-hidden\">\n            <div class=\"banner-video-bg-container h-full  \">\n                <video class=\"h-full w-full object-cover object-center\" width=\"1920\" height=\"1080\" playsinline autoplay loop muted>\n                    <source src=\"\" type=\"video\/mp4\">\n                <\/video>\n            <\/div>\n        <\/div>\n    \n\n    <div class=\"absolute inset-0 z-10\" style=\"background-color: #232323; opacity: 0.40\"><\/div>\n\n    \n    \n        \n\n<div class=\"container relative z-10\">\n    <div class=\"pb-16 pt-20 md:pt-32 lg:py-32 relative\">\n        <div class=\"relative   mx-auto text-center \">\n\n            \n            <div class=\"relative z-10 \">\n                <header class=\"mb-3\">\n                                            <div class=\"pre-heading  mb-3\">\n                            Insights                        <\/div>\n                                        <h1 class=\"\">\n                        Noise reduction                    <\/h1>\n                <\/header>\n                <div class=\"wysiwyg-content  text-xl max-w-lg xl:max-w-xl mx-auto\">\n                    <header class=\"mb-3\">Let\u2019s eliminate noise issues in your electromechanical products<\/p>\n<\/header>\n<div class=\"wysiwyg-content  text-xl max-w-lg xl:max-w-xl mx-auto\"><\/div>\n                <\/div>\n\n                            <\/div>\n        <\/div>\n    <\/div>\n\n    <\/div>\n    <\/div>\n\n\n\n<div class=\"block-post-list pt-16 md:pt-16 lg:pt-24 pb-24 md:pb-48 lg:pb-48 theme- schema-bg-color-default\"\n     id=\"block_67ec287a78025\">\n\n    <div class=\"container\" >\n\n        <div x-data=\"xDataPostList_block_3de151e77c75d5e1ab685653ac930828()\" x-init=\"init()\" class=\"relative\">\n\n            \n                \n<header class=\"mb-6 md:mb-12  \">\n    \n    \n    <\/header>\n\n            \n\n            \n\n\n\n            <div class=\"relative\">\n                <div class=\"absolute top-0 left-0 right-0\" x-show=\"loading\">\n                    <div class=\"load-bar\">\n                        <div class=\"bar\"><\/div>\n                        <div class=\"bar\"><\/div>\n                        <div class=\"bar\"><\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"\" id=\"postContainer_block_3de151e77c75d5e1ab685653ac930828\"><\/div>\n            <\/div>\n\n\n        <\/div>\n\n\n        <script>\n            function xDataPostList_block_3de151e77c75d5e1ab685653ac930828() {\n                return {\n                    taxonomyFilters: [],\n                    postType: 'video',\n                    taxonomy: '',\n                    searchQuery: '',\n                    termFilter: 0,\n                    initTab: 0,\n                    tab: 0,\n                    loading: false,\n                    showLeftNav: true,\n                    showRightNav: true,\n                    scrollWidth: 0,\n                    navigationElement: null,\n                    scrollPosition: 0,\n                    active: 0,\n                    itemCount: 0,\n                    selectedCity: '',\n                    init: function () {\n                        let vm = this;\n\n                        let filtersInit = [];\n                        Object.keys(filtersInit).forEach(function(key) {\n                            vm.taxonomyFilters['' + key + ''] = filtersInit[key];\n\n                            jQuery(vm.$refs['' + key + '']).select2({\n                                minimumResultsForSearch: -1\n                            }).on(\"select2:select\", (event) => {\n                                vm.taxonomyFilters['' + key + ''] = event.target.value;\n                            });\n\n                            jQuery(vm.$refs['' + key + '']).val(filtersInit[key]).trigger(\"change\");\n                        });\n\n\n                        setTimeout(function(){\n                            vm.fetchPosts(vm.taxonomyFilters);\n                        }, 500);\n\n\n                        this.$watch('taxonomyFilters', function (value, oldValue) {\n                            vm.fetchPosts(value);\n                        });\n\n                        this.$watch('searchQuery', function (value, oldValue) {\n\n                            vm.taxonomyFilters = {};\n                            vm.fetchPosts();\n                        });\n\n                        if(document.getElementById('departmentNav')){\n\n                            vm.navigationElement = document.getElementById('departmentNav');\n                            vm.scrollWidth = (vm.navigationElement.scrollWidth);\n\n                            vm.$watch('scrollPosition', function (value) {\n                                vm.setScrollPosition(value);\n                            });\n\n                            var firstElem = document.getElementById('tab-' + vm.initTab);\n                            vm.scrollPosition = (firstElem.offsetLeft - 50);\n                            vm.termFilter = firstElem.getAttribute('data-term');\n                            vm.tab = vm.initTab;\n                            vm.showLeftNav = (vm.tab > 0);\n                            vm.showRightNav = (vm.tab !== (vm.itemCount));\n                        }\n\n                    },\n                    fetchPosts: function (taxonomyFilters) {\n                        let vm = this;\n                        vm.loading = true;\n\n                        console.log('fetchPosts taxonomyFilters', taxonomyFilters);\n\n                        let postContainer = document.querySelector(\"#postContainer_block_3de151e77c75d5e1ab685653ac930828\");\n\n                        postContainer.classList.add('opacity-50');\n\n                        let fetchUrl = '\/wp-json\/api\/v1\/post-list\/?lang=en';\n\n                        fetch(fetchUrl,{\n                            method: 'POST',\n                            headers: {\n                                'Accept': 'application\/json',\n                                'Content-Type': 'application\/json'\n                            },\n                            body: JSON.stringify({\n                                settings: {\"color_schema\":\"default\",\"padding_top\":\"large\",\"padding_bottom\":\"xx-large\",\"card_color_schema\":\"white\",\"card_column_distribution\":\"2_3\",\"card_image_max_height\":\"none\"},\n                                content: {\"\":null,\"text_section\":{\"pre_heading\":\"\",\"heading\":\"\",\"heading_tag\":\"h2\",\"wysiwyg\":\"\",\"body_text_size\":\"base\",\"text_alignment\":\"left\"},\"button\":{\"show\":false,\"style\":\"primary\",\"size\":\"default\",\"icon\":\"arrow_long_right\",\"link_type\":\"link\",\"url_link\":\"\",\"block_link\":0,\"text\":\"\",\"\":null,\"modal\":{\"\":null,\"text_section\":{\"pre_heading\":\"\",\"heading\":\"\",\"heading_tag\":\"h2\",\"wysiwyg\":\"\",\"body_text_size\":\"base\",\"text_alignment\":\"left\"},\"form\":{\"type\":\"no_form\",\"embed_id\":\"\",\"field_values\":\"\"},\"media\":{\"type\":\"\",\"image\":false,\"media_caption\":\"\",\"image_settings\":{\"no_shadow\":false,\"rounded\":false,\"size\":\"md\",\"alignment\":\"center\"},\"video_url\":\"\",\"video_file\":false,\"video_cpt\":\"\",\"video_embed_type\":\"auto\",\"video_autoplay\":false,\"gallery_items\":false,\"multiple_mockup_items\":false,\"quote\":\"\"}},\"hide_on_devices\":{\"mobile\":false,\"tablet\":false,\"laptop\":false,\"desktop\":false}}},\n                                feed: {\"\":null,\"post_type\":\"video\",\"post_parent\":\"9397\",\"posts_per_page\":\"15\",\"taxonomies\":[],\"enable_search\":false,\"show_taxonomy_tab_navigation\":false,\"taxonomy\":\"none\",\"segment\":false,\"post_list_meta\":{\"show_date\":true,\"show_author\":false,\"show_excerpt\":false,\"button_text\":\"Watch webcast\",\"term_label_type\":\"hidden\",\"term_label_taxonomy\":\"post_tag\"},\"project_data\":{\"status_filter\":\"all\"}},\n                                post_type: vm.postType,\n                                taxonomy: vm.taxonomy,\n                                query: vm.searchQuery,\n                                term_filter: vm.termFilter,\n                                taxonomy_filters: (taxonomyFilters) ? Object.assign({}, taxonomyFilters) : {},\n\n                            })\n                        })\n                            .then(response => response.json())\n                            .then(function (data) {\n\n\n\n                                console.log({data});\n\n\n                                const doc = document.createElement(\"div\");\n                                doc.innerHTML = data.html;\n\n                                postContainer.innerHTML = doc.outerHTML;\n\n                                vm.loading = false;\n\n                                postContainer.classList.remove('opacity-50');\n                            });\n\n                    },\n                    scrollLeft: function () {\n                        var vm = this;\n\n                        console.log('scrollLeft');\n\n                       if (this.tab > 0) {\n                            var previousTab = (vm.tab - 1);\n                            var previousElem = document.getElementById('tab-' + previousTab);\n                            this.scrollPosition = (previousElem.offsetLeft - 50);\n                            this.tab--;\n\n                            vm.termFilter = previousElem.getAttribute('data-term');\n                        }\n                        vm.showLeftNav = (vm.tab > 0);\n                        vm.showRightNav = (vm.tab !== (vm.itemCount));\n                    },\n                    scrollRight: function () {\n                        var vm = this;\n\n                        console.log('scrollRight');\n\n                        if (this.tab < (vm.itemCount)) {\n                            var nextTab = (vm.tab + 1);\n                            var nextElem = document.getElementById('tab-' + nextTab);\n                            this.scrollPosition = (nextElem.offsetLeft - 50);\n                            this.tab++;\n                            vm.termFilter = nextElem.getAttribute('data-term');\n                        }\n\n                        vm.showLeftNav = (vm.tab > 0);\n                        vm.showRightNav = (vm.tab !== (vm.itemCount));\n                    },\n                    setScrollPosition: function () {\n                        var vm = this;\n                        vm.navigationElement.scrollTo({\n                            top: 0,\n                            left: this.scrollPosition,\n                            behavior: 'smooth'\n                        });\n                    },\n                }\n            }\n        <\/script>\n\n\n    <\/div>\n\n\n\n<\/div>\n\n<div class=\"block-cta-advanced relative bg-cover bg-center bg-no-repeat pt-6 md:pt-12 lg:pt-12 pb-6 md:pb-12 lg:pb-12    theme- schema-bg-color-default lazy-bg\" id=\"block_651aa52e094e4\" style=\"background-image: url('data:image\/gif;base64,R0lGODlhAQABAIAAAP\/\/\/\/\/\/\/yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==')\" data-src=\"https:\/\/bpi.dk\/wp-content\/uploads\/2022\/09\/sustainability_bg.jpg\" data-design-type=\"type_4\">\n\n\n    \n        <div class=\"absolute inset-0 overflow-hidden\">\n            <div class=\"banner-video-bg-container h-full  \">\n                <video class=\"h-full w-full object-cover object-center\" width=\"1920\" height=\"1080\" playsinline autoplay loop muted>\n                    <source src=\"\" type=\"video\/mp4\">\n                <\/video>\n            <\/div>\n        <\/div>\n    \n\n    <div class=\"absolute inset-0 z-10\" style=\"background-color: ; opacity: 0.70\"><\/div>\n\n    \n    \n        \n\n<div class=\"container relative z-10\">\n    <div class=\"pb-16 pt-20 md:pt-32 lg:py-32 relative\">\n        <div class=\"relative text-white  mx-auto text-center \">\n\n            \n            <div class=\"relative z-10 \">\n                <header class=\"mb-3\">\n                                        <h1 class=\"text-white\">\n                        REQUEST A ROOT-CAUSE ANALYSIS OF YOUR PRODUCT                    <\/h1>\n                <\/header>\n                <div class=\"wysiwyg-content text-white text-xl max-w-lg xl:max-w-xl mx-auto\">\n                    <p>Would you like to learn more about the noise issues of your electromechanical product?<\/p>\n<p>At BPI, we are a unique partner offering you expertise all the way from identifying noise problems to developing and producing customised solutions for excellent noise reduction.<\/p>\n                <\/div>\n\n                            <\/div>\n        <\/div>\n    <\/div>\n\n    <\/div>\n    <\/div>\n\n\n<div class=\"block-media-text-carousel pt-16 md:pt-32 lg:pt-32 pb-16 md:pb-32 lg:pb-32 theme-dark schema-bg-color-primary\"\n     id=\"block_651aa52e15123\">\n    <div class=\"container relative\">\n                \n            <div>\n\n\n                <div x-data=\"xDataTabbedCarousel_35e429f5cbab905d8bf43689090ef81d()\">\n\n                    <div class=\"block md:hidden\">\n\n                        <div class=\"\">\n\n\n                                                        <div class=\"\" >\n\n                                \n                                <div  class=\"carousel-tab overflow-hidden px-3\">\n\n                                    <div class=\"mb-6\">\n\n                                            \n    \n\n                    <div class=\"plyr-embed lazy-plyr\"  data-plyr-provider=\"vimeo\" data-plyr-embed-id=\"674860203\" ><\/div>\n\n\n        \n    \n\n                                    <\/div>\n\n                                    <header class=\" mb-6\">\n                                        <div class=\"pre-heading\">\n                                                                                    <\/div>\n                                        <h4 class=\"p-0 m-0\">\n                                                                                    <\/h4>\n                                    <\/header>\n\n                                    <div class=\"text-sm wysiwyg-content mb-6\">\n                                        <p>At our Innovation Center we have strong competences within noise and vibration. This means that we can carry out a root cause analysis in your electromechanical devices.<\/p>\n<p>Are you interested in a root cause analysis to help you make your products perform better?<\/p>\n<p>&nbsp;<\/p>\n<h5>Note: We reserve the right to reject inquiries of a free root-cause analysis if our R&amp;D experts believe that a root cause analysis on a given product isn\u2019t relevant\u00a0<em>or if volume is not industrial.<\/em>.<\/h5>\n                                    <\/div>\n\n                                    \n                                                                            <div class=\"mb-6 lg:flex lg:items-center lg:-mx-2\">\n                                                                                            <div class=\"mb-3 lg:mb-0 lg:px-2\">\n                                                        <div x-data=\"{ 'showModal': false }\">\n\n\n        <div>\n            \n                <button aria-label=\"Show Modal\"\n                   @click=\"showModal = true\"\n\n                   class=\"btn  btn-primary  \">\n                    <div class=\" ml-6\">\n                        Book a root-cause analysis                    <\/div>\n                                            <div class=\"float-right ml-3 mr-3\">\n                            <i class=\"far fa-long-arrow-alt-right\"><\/i>\n                        <\/div>\n                                    <\/button>\n\n            \n\n        <\/div>\n\n\n        \n\n            \n\n            <!--Overlay-->\n            <div class=\"overflow-auto\" style=\"background-color: rgba(0,0,0,0.5)\" x-show=\"showModal\"\n                 :class=\"{ 'fixed inset-0 z-50 flex items-center justify-center': showModal }\">\n                <!--Dialog-->\n                <div class=\"theme-light schema-bg-color- bg-white mx-4 my-4 md:my-0 md:mx-auto rounded shadow-lg py-4 text-left px-6 absolute top-0 lg:relative w-full md:w-2\/3 lg:max-w-4xl\"\n                     x-show=\"showModal\" @click.away=\"showModal = false\"\n                     x-transition:enter=\"ease-out duration-300\"\n                     x-transition:enter-start=\"opacity-0 scale-90\"\n                     x-transition:enter-end=\"opacity-100 scale-100\"\n                >\n\n                    <div class=\"cursor-pointer z-50 absolute right-0 top-0 mt-1 mr-1\" @click=\"showModal = false\">\n                        <svg class=\"fill-current text-black\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\"\n                             height=\"18\" viewBox=\"0 0 18 18\">\n                            <path d=\"M14.53 4.53l-1.06-1.06L9 7.94 4.53 3.47 3.47 4.53 7.94 9l-4.47 4.47 1.06 1.06L9 10.06l4.47 4.47 1.06-1.06L10.06 9z\"><\/path>\n                        <\/svg>\n                    <\/div>\n\n                                            <div class=\"border-b border-gray-200 pb-3\">\n                            <div class=\"\">\n                                <div class=\"\">\n                                    <header class=\"mb-3\">\n                                                                                    <div class=\"pre-heading\">\n                                                WRITE TO US                                            <\/div>\n                                                                                <h2 class=\"text-2xl text-black-douched-75\">\n                                            Fill out the form \u2013 you will hear from us soon                                        <\/h2>\n                                    <\/header>\n                                    <div class=\"wysiwyg-content text-sm\">\n                                                                            <\/div>\n\n                                <\/div>\n\n                            <\/div>\n                        <\/div>\n                    \n                    \n                    <div>\n                        \n\n\n\n        <script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform\/theme\/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(\"gform_main_scripts_loaded\",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(\"gform\/theme\/scripts_loaded\",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(\"DOMContentLoaded\",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(\"action\",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(\"filter\",o,r,e,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,r){gform.removeHook(\"action\",o,r)},removeFilter:function(o,r,e){gform.removeHook(\"filter\",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+\"_\"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==r?t.apply(null,e):e[0]=t.apply(null,e)})),\"filter\"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});\n\/* ]]> *\/\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_2' ><div id='gf_2' class='gform_anchor' tabindex='-1'><\/div><form method='post' enctype='multipart\/form-data' target='gform_ajax_frame_2' id='gform_2'  action='\/en\/wp-json\/wp\/v2\/pages\/9386#gf_2' data-formid='2' novalidate>\n                        <div class='gform-body gform_body'><ul id='gform_fields_2' class='gform_fields top_label form_sublabel_below description_below validation_below'><li id=\"field_2_9\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full input-type-text input-size-medium input-size-medium field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_9'>First name<\/label><div class='ginput_container ginput_container_text'><input name='input_9' id='input_2_9' type='text' value='' class='medium'      aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_2_10\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full input-type-text input-size-medium input-size-medium field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_10'>Last name<\/label><div class='ginput_container ginput_container_text'><input name='input_10' id='input_2_10' type='text' value='' class='medium'      aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_2_3\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full input-type-text input-size-large input-size-large field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_3'>Company<\/label><div class='ginput_container ginput_container_text'><input name='input_3' id='input_2_3' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_2_7\" class=\"gfield gfield--type-email gfield--input-type-email gfield--width-full input-type-email input-size-medium input-size-medium field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_7'>Email<\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_7' id='input_2_7' type='email' value='' class='medium'     aria-invalid=\"false\"  \/>\n                        <\/div><\/li><li id=\"field_2_12\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full input-type-text input-size-medium input-size-medium field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_12'>Phone<\/label><div class='ginput_container ginput_container_text'><input name='input_12' id='input_2_12' type='text' value='' class='medium'      aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_2_13\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full input-type-textarea input-size-large input-size-large field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_13'>Message<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_13' id='input_2_13' class='textarea large'      aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/li><li id=\"field_2_11\" class=\"gfield gfield--type-terms gfield--input-type-terms gfield--width-full input-type-terms input-size-large input-size-large field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_11'>Samtykke<\/label><div class=\"ginput_container \" id=\"gf_terms_container_1846562191\"><div class=\"custom-checkbox flex items-center\"><input aria-required=\"true\" aria-invalid=\"false\" id=\"input_1846562191_11\" class=\"input\" type=\"checkbox\" name=\"input_11\" value=\"terms_accepted\"  \/><label><span class=\"text-xs normal-case line\" for=\"input_1846562191_11\">I have read and understand the terms and conditions for <a href=\"https:\/\/bpi.dk\/en\/privacy-policy\/\" target=\"_blank\">the protection of personal data<\/a> and I would like to subscribe to your news service.<\/span><\/label><\/div><\/div><\/li><li id=\"field_2_14\" class=\"gfield gfield--type-captcha gfield--input-type-captcha gfield--width-full input-type-captcha input-size-large input-size-large field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_14'>CAPTCHA<\/label><div id='input_2_14' class='ginput_container ginput_recaptcha' data-sitekey='6LdMVp4qAAAAAFKFZhC0Yk8m7mIWqjPJFKAMS2p2'  data-theme='light' data-tabindex='0'  data-badge=''><\/div><\/li><\/ul><\/div>\n        <div class='gform-footer gform_footer top_label'> <button class='btn btn-primary button gform_button' id='gform_submit_button_2'>Submit<span class='float-right ml-3 mr-3'><i class='far fa-long-arrow-right'><\/i><\/span><\/button> <input type='hidden' name='gform_ajax' value='form_id=2&amp;title=&amp;description=&amp;tabindex=-1&amp;theme=legacy&amp;hash=8846c0877c5706ed5d60c3d6f7fc0b06' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_2' value='iframe' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_2' id='gform_theme_2' value='legacy' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_2' id='gform_style_settings_2' value='' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_2' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='2' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='DKK' value='\/vmv2+lYeaWcxbsHiMRaFzrxDg1tdiqkdvVN18SjtvdvnasvpgU4Z5Bs0GDSO6YDzTR8bffiIurIbmS0W+CaLFEIxZGHfGB41Tp7i7UOgzRK+hc=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_2' value='WyJbXSIsIjljMTUyN2Y4ODQ4YTJhMTRhZTgxZTUyNDIzZTQ2NjY3Il0=' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_2' id='gform_target_page_number_2' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_2' id='gform_source_page_number_2' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div>\n\t\t                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_2' id='gform_ajax_frame_2' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'><\/iframe>\n\t\t                <script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n gform.initializeOnLoaded( function() {gformInitSpinner( 2, 'https:\/\/bpi.dk\/wp-content\/themes\/mindmill\/images\/ajax-loader.gif', true );jQuery('#gform_ajax_frame_2').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_2');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_2').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_2').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_2').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_2').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_2').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_2').val();gformInitSpinner( 2, 'https:\/\/bpi.dk\/wp-content\/themes\/mindmill\/images\/ajax-loader.gif', true );jQuery(document).trigger('gform_page_loaded', [2, current_page]);window['gf_submitting_2'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_2').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_2').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [2]);window['gf_submitting_2'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_2').text());}else{jQuery('#gform_2').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"2\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_2\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_2\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_2\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 2, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); \n\/* ]]> *\/\n<\/script>\n\n                    <\/div>\n\n                    \n                    \n                <\/div>\n                <!--\/Dialog -->\n            <\/div><!-- \/Overlay -->\n\n            <\/div>\n\n                                                <\/div>\n                                                                                    <\/div>\n                                    \n                                <\/div>\n                            <\/div>\n                            \n                        <\/div>\n                    <\/div>\n\n\n                    <div class=\"hidden md:block\">\n                        \n                        <div>\n                            \n                                <div class=\"carousel-slide\" x-show=\"currentSlideIndex === 0\">\n                                    <div class=\"lg:flex \">\n                                        <div class=\"md:mb-6 lg:mb-0 lg:w-2\/3 lg:pr-24\">\n                                                \n    \n\n                    <div class=\"plyr-embed lazy-plyr\"  data-plyr-provider=\"vimeo\" data-plyr-embed-id=\"674860203\" ><\/div>\n\n\n        \n    \n                                        <\/div>\n                                        <div class=\"lg:w-1\/3 \">\n                                            <header class=\"lg:pr-3 mb-6\">\n                                                <div class=\"pre-heading\">\n                                                                                                    <\/div>\n                                                <h3 class=\"p-0 m-0\">\n                                                                                                    <\/h3>\n                                            <\/header>\n                                            <div class=\"text-sm mb-6 wysiwyg-content\">\n                                                <p>At our Innovation Center we have strong competences within noise and vibration. This means that we can carry out a root cause analysis in your electromechanical devices.<\/p>\n<p>Are you interested in a root cause analysis to help you make your products perform better?<\/p>\n<p>&nbsp;<\/p>\n<h5>Note: We reserve the right to reject inquiries of a free root-cause analysis if our R&amp;D experts believe that a root cause analysis on a given product isn\u2019t relevant\u00a0<em>or if volume is not industrial.<\/em>.<\/h5>\n                                            <\/div>\n                                            \n                                                                                            <div class=\"mb-6 lg:flex lg:items-center lg:-mx-2\">\n                                                                                                            <div class=\"mb-3 lg:mb-0 lg:px-2\">\n                                                                <div x-data=\"{ 'showModal': false }\">\n\n\n        <div>\n            \n                <button aria-label=\"Show Modal\"\n                   @click=\"showModal = true\"\n\n                   class=\"btn  btn-primary  \">\n                    <div class=\" ml-6\">\n                        Book a root-cause analysis                    <\/div>\n                                            <div class=\"float-right ml-3 mr-3\">\n                            <i class=\"far fa-long-arrow-alt-right\"><\/i>\n                        <\/div>\n                                    <\/button>\n\n            \n\n        <\/div>\n\n\n        \n\n            \n\n            <!--Overlay-->\n            <div class=\"overflow-auto\" style=\"background-color: rgba(0,0,0,0.5)\" x-show=\"showModal\"\n                 :class=\"{ 'fixed inset-0 z-50 flex items-center justify-center': showModal }\">\n                <!--Dialog-->\n                <div class=\"theme-light schema-bg-color- bg-white mx-4 my-4 md:my-0 md:mx-auto rounded shadow-lg py-4 text-left px-6 absolute top-0 lg:relative w-full md:w-2\/3 lg:max-w-4xl\"\n                     x-show=\"showModal\" @click.away=\"showModal = false\"\n                     x-transition:enter=\"ease-out duration-300\"\n                     x-transition:enter-start=\"opacity-0 scale-90\"\n                     x-transition:enter-end=\"opacity-100 scale-100\"\n                >\n\n                    <div class=\"cursor-pointer z-50 absolute right-0 top-0 mt-1 mr-1\" @click=\"showModal = false\">\n                        <svg class=\"fill-current text-black\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"18\"\n                             height=\"18\" viewBox=\"0 0 18 18\">\n                            <path d=\"M14.53 4.53l-1.06-1.06L9 7.94 4.53 3.47 3.47 4.53 7.94 9l-4.47 4.47 1.06 1.06L9 10.06l4.47 4.47 1.06-1.06L10.06 9z\"><\/path>\n                        <\/svg>\n                    <\/div>\n\n                                            <div class=\"border-b border-gray-200 pb-3\">\n                            <div class=\"\">\n                                <div class=\"\">\n                                    <header class=\"mb-3\">\n                                                                                    <div class=\"pre-heading\">\n                                                WRITE TO US                                            <\/div>\n                                                                                <h2 class=\"text-2xl text-black-douched-75\">\n                                            Fill out the form \u2013 you will hear from us soon                                        <\/h2>\n                                    <\/header>\n                                    <div class=\"wysiwyg-content text-sm\">\n                                                                            <\/div>\n\n                                <\/div>\n\n                            <\/div>\n                        <\/div>\n                    \n                    \n                    <div>\n                        \n\n\n\n        <script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform\/theme\/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(\"gform_main_scripts_loaded\",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(\"gform\/theme\/scripts_loaded\",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(\"DOMContentLoaded\",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(\"action\",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(\"filter\",o,r,e,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,r){gform.removeHook(\"action\",o,r)},removeFilter:function(o,r,e){gform.removeHook(\"filter\",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+\"_\"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==r?t.apply(null,e):e[0]=t.apply(null,e)})),\"filter\"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});\n\/* ]]> *\/\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_2' ><div id='gf_2' class='gform_anchor' tabindex='-1'><\/div><form method='post' enctype='multipart\/form-data' target='gform_ajax_frame_2' id='gform_2'  action='\/en\/wp-json\/wp\/v2\/pages\/9386#gf_2' data-formid='2' novalidate>\n                        <div class='gform-body gform_body'><ul id='gform_fields_2' class='gform_fields top_label form_sublabel_below description_below validation_below'><li id=\"field_2_9\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full input-type-text input-size-medium input-size-medium field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_9'>First name<\/label><div class='ginput_container ginput_container_text'><input name='input_9' id='input_2_9' type='text' value='' class='medium'      aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_2_10\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full input-type-text input-size-medium input-size-medium field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_10'>Last name<\/label><div class='ginput_container ginput_container_text'><input name='input_10' id='input_2_10' type='text' value='' class='medium'      aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_2_3\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full input-type-text input-size-large input-size-large field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_3'>Company<\/label><div class='ginput_container ginput_container_text'><input name='input_3' id='input_2_3' type='text' value='' class='large'      aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_2_7\" class=\"gfield gfield--type-email gfield--input-type-email gfield--width-full input-type-email input-size-medium input-size-medium field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_7'>Email<\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_7' id='input_2_7' type='email' value='' class='medium'     aria-invalid=\"false\"  \/>\n                        <\/div><\/li><li id=\"field_2_12\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full input-type-text input-size-medium input-size-medium field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_12'>Phone<\/label><div class='ginput_container ginput_container_text'><input name='input_12' id='input_2_12' type='text' value='' class='medium'      aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_2_13\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full input-type-textarea input-size-large input-size-large field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_13'>Message<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_13' id='input_2_13' class='textarea large'      aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/li><li id=\"field_2_11\" class=\"gfield gfield--type-terms gfield--input-type-terms gfield--width-full input-type-terms input-size-large input-size-large field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_11'>Samtykke<\/label><div class=\"ginput_container \" id=\"gf_terms_container_1846562191\"><div class=\"custom-checkbox flex items-center\"><input aria-required=\"true\" aria-invalid=\"false\" id=\"input_1846562191_11\" class=\"input\" type=\"checkbox\" name=\"input_11\" value=\"terms_accepted\"  \/><label><span class=\"text-xs normal-case line\" for=\"input_1846562191_11\">I have read and understand the terms and conditions for <a href=\"https:\/\/bpi.dk\/en\/privacy-policy\/\" target=\"_blank\">the protection of personal data<\/a> and I would like to subscribe to your news service.<\/span><\/label><\/div><\/div><\/li><li id=\"field_2_14\" class=\"gfield gfield--type-captcha gfield--input-type-captcha gfield--width-full input-type-captcha input-size-large input-size-large field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_14'>CAPTCHA<\/label><div id='input_2_14' class='ginput_container ginput_recaptcha' data-sitekey='6LdMVp4qAAAAAFKFZhC0Yk8m7mIWqjPJFKAMS2p2'  data-theme='light' data-tabindex='0'  data-badge=''><\/div><\/li><\/ul><\/div>\n        <div class='gform-footer gform_footer top_label'> <button class='btn btn-primary button gform_button' id='gform_submit_button_2'>Submit<span class='float-right ml-3 mr-3'><i class='far fa-long-arrow-right'><\/i><\/span><\/button> <input type='hidden' name='gform_ajax' value='form_id=2&amp;title=&amp;description=&amp;tabindex=-1&amp;theme=legacy&amp;hash=8846c0877c5706ed5d60c3d6f7fc0b06' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_2' value='iframe' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_2' id='gform_theme_2' value='legacy' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_2' id='gform_style_settings_2' value='' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_2' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='2' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='DKK' value='\/vmv2+lYeaWcxbsHiMRaFzrxDg1tdiqkdvVN18SjtvdvnasvpgU4Z5Bs0GDSO6YDzTR8bffiIurIbmS0W+CaLFEIxZGHfGB41Tp7i7UOgzRK+hc=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_2' value='WyJbXSIsIjljMTUyN2Y4ODQ4YTJhMTRhZTgxZTUyNDIzZTQ2NjY3Il0=' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_2' id='gform_target_page_number_2' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_2' id='gform_source_page_number_2' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div>\n\t\t                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_2' id='gform_ajax_frame_2' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'><\/iframe>\n\t\t                <script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n gform.initializeOnLoaded( function() {gformInitSpinner( 2, 'https:\/\/bpi.dk\/wp-content\/themes\/mindmill\/images\/ajax-loader.gif', true );jQuery('#gform_ajax_frame_2').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_2');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_2').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_2').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_2').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_2').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_2').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_2').val();gformInitSpinner( 2, 'https:\/\/bpi.dk\/wp-content\/themes\/mindmill\/images\/ajax-loader.gif', true );jQuery(document).trigger('gform_page_loaded', [2, current_page]);window['gf_submitting_2'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_2').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_2').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [2]);window['gf_submitting_2'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_2').text());}else{jQuery('#gform_2').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"2\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_2\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_2\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_2\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 2, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); \n\/* ]]> *\/\n<\/script>\n\n                    <\/div>\n\n                    \n                    \n                <\/div>\n                <!--\/Dialog -->\n            <\/div><!-- \/Overlay -->\n\n            <\/div>\n\n                                                        <\/div>\n                                                                                                    <\/div>\n                                                                                    <\/div>\n\n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n\n                    <\/div>\n                <\/div>\n\n                <script>\n                    function xDataTabbedCarousel_35e429f5cbab905d8bf43689090ef81d() {\n                        return {\n                            slidesCount: 1,\n                            currentSlideIndex: 0,\n                            selectorIsOpen: false,\n                            openTabs: [],\n                            setSlide: function (slideIndex) {\n                                var vm = this;\n                                vm.currentSlideIndex = slideIndex;\n                                var elements = document.querySelectorAll('.carousel-slide');\n                                elements.forEach(function (element, index) {\n                                    vm.stopVideo(element);\n                                });\n\n\n                            },\n                            previousSlide: function () {\n                                var vm = this;\n                                var previousSlide = (vm.currentSlideIndex === 0) ? (vm.slidesCount - 1) : (vm.currentSlideIndex - 1);\n\n                                vm.currentSlideIndex = previousSlide;\n                            },\n                            nextSlide: function () {\n                                var vm = this;\n                                var nextSlide = (vm.currentSlideIndex === (vm.slidesCount - 1)) ? 0 : (vm.currentSlideIndex + 1);\n\n                                vm.currentSlideIndex = nextSlide;\n                            },\n                            stopVideo: function (element) {\n                                var iframe = element.querySelector('iframe');\n                                var video = element.querySelector('video');\n                                if (iframe) {\n                                    var iframeSrc = iframe.src;\n                                    iframe.src = iframeSrc;\n                                }\n                                if (video) {\n                                    video.pause();\n                                }\n                            },\n                            toggleOpenTabs: function (index) {\n                                var vm = this;\n\n                                var tabs = vm.openTabs;\n                                if (vm.openTabs.indexOf(index) > -1 ) {\n                                    vm.openTabs.splice( vm.openTabs.indexOf(index), 1 );\n                                }else{\n                                    vm.openTabs.push(index); \/\/ ...tabs,\n                                }\n\n                            },\n                            isInOpenTabs :function(index){\n                                var vm = this;\n                                return vm.openTabs.includes(index);\n                            }\n                        }\n                    }\n\n                <\/script>\n\n\n            <\/div>\n\n\n            <\/div>\n<\/div>\n\n<div class=\"block-media-text-carousel pt-16 md:pt-32 lg:pt-32 pb-16 md:pb-32 lg:pb-32 theme- schema-bg-color-default\"\n     id=\"block_651aa52e1540d\">\n    <div class=\"container relative\">\n                \n            <div>\n\n\n                <div x-data=\"xDataTabbedCarousel_632d1011803f130d05ae1be1b50c2d5c()\">\n\n                    <div class=\"block md:hidden\">\n\n                        <div class=\"\">\n\n\n                                                        <div class=\"\" >\n\n                                \n                                <div  class=\"carousel-tab overflow-hidden px-3\">\n\n                                    <div class=\"mb-6\">\n\n                                        \n    <div class=\"overflow-hidden  \">\n        <img decoding=\"async\" src=\"https:\/\/bpi.dk\/wp-content\/uploads\/2022\/09\/bpi-contacts.png\" alt=\"\" class=\"inline-block max-w-full max-h-full\" loading=\"lazy\" height=\"936\" width=\"1500\">\n    <\/div>\n\n    <script>\n        document.addEventListener(\"DOMContentLoaded\", function() {\n\n            const allImages = document.querySelectorAll(\"img\");\n\n            allImages.forEach((img) => {\n                img.removeAttribute('width');\n                img.removeAttribute('height');\n            });\n\n        });\n    <\/script>\n\n\n                                    <\/div>\n\n                                    <header class=\" mb-6\">\n                                        <div class=\"pre-heading\">\n                                                                                    <\/div>\n                                        <h4 class=\"p-0 m-0\">\n                                            BPI as your future industrial business partner?                                        <\/h4>\n                                    <\/header>\n\n                                    <div class=\"text-sm wysiwyg-content mb-6\">\n                                        <p>We have a vast production in Denmark and Poland where we produce more than 1500 m3 foam every day. Our production can handle all needs of our customers, and we deliver high quality on time \u2013 every time.<\/p>\n<p>We are able to create all processes of the production in-house. That gives you five significant advantages if you collaborate with BPI:<\/p>\n<p>1. A fully customised solution<\/p>\n<p>2. High performance<\/p>\n<p>3. In-house resources (3D-drawings, tests &amp; documentation)<\/p>\n<p>4. A reduced time-to-market<\/p>\n<p>5. An industrial production<\/p>\n                                    <\/div>\n\n                                    \n                                    \n                                <\/div>\n                            <\/div>\n                            \n                        <\/div>\n                    <\/div>\n\n\n                    <div class=\"hidden md:block\">\n                        \n                        <div>\n                            \n                                <div class=\"carousel-slide\" x-show=\"currentSlideIndex === 0\">\n                                    <div class=\"lg:flex lg:flex-row-reverse\">\n                                        <div class=\"md:mb-6 lg:mb-0 lg:w-2\/3 lg:pl-24\">\n                                            \n    <div class=\"overflow-hidden  \">\n        <img decoding=\"async\" src=\"https:\/\/bpi.dk\/wp-content\/uploads\/2022\/09\/bpi-contacts.png\" alt=\"\" class=\"inline-block max-w-full max-h-full\" loading=\"lazy\" height=\"936\" width=\"1500\">\n    <\/div>\n\n    <script>\n        document.addEventListener(\"DOMContentLoaded\", function() {\n\n            const allImages = document.querySelectorAll(\"img\");\n\n            allImages.forEach((img) => {\n                img.removeAttribute('width');\n                img.removeAttribute('height');\n            });\n\n        });\n    <\/script>\n\n                                        <\/div>\n                                        <div class=\"lg:w-1\/3 \">\n                                            <header class=\"lg:pr-3 mb-6\">\n                                                <div class=\"pre-heading\">\n                                                                                                    <\/div>\n                                                <h3 class=\"p-0 m-0\">\n                                                    BPI as your future industrial business partner?                                                <\/h3>\n                                            <\/header>\n                                            <div class=\"text-sm mb-6 wysiwyg-content\">\n                                                <p>We have a vast production in Denmark and Poland where we produce more than 1500 m3 foam every day. Our production can handle all needs of our customers, and we deliver high quality on time \u2013 every time.<\/p>\n<p>We are able to create all processes of the production in-house. That gives you five significant advantages if you collaborate with BPI:<\/p>\n<p>1. A fully customised solution<\/p>\n<p>2. High performance<\/p>\n<p>3. In-house resources (3D-drawings, tests &amp; documentation)<\/p>\n<p>4. A reduced time-to-market<\/p>\n<p>5. An industrial production<\/p>\n                                            <\/div>\n                                            \n                                                                                    <\/div>\n\n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n\n                    <\/div>\n                <\/div>\n\n                <script>\n                    function xDataTabbedCarousel_632d1011803f130d05ae1be1b50c2d5c() {\n                        return {\n                            slidesCount: 1,\n                            currentSlideIndex: 0,\n                            selectorIsOpen: false,\n                            openTabs: [],\n                            setSlide: function (slideIndex) {\n                                var vm = this;\n                                vm.currentSlideIndex = slideIndex;\n                                var elements = document.querySelectorAll('.carousel-slide');\n                                elements.forEach(function (element, index) {\n                                    vm.stopVideo(element);\n                                });\n\n\n                            },\n                            previousSlide: function () {\n                                var vm = this;\n                                var previousSlide = (vm.currentSlideIndex === 0) ? (vm.slidesCount - 1) : (vm.currentSlideIndex - 1);\n\n                                vm.currentSlideIndex = previousSlide;\n                            },\n                            nextSlide: function () {\n                                var vm = this;\n                                var nextSlide = (vm.currentSlideIndex === (vm.slidesCount - 1)) ? 0 : (vm.currentSlideIndex + 1);\n\n                                vm.currentSlideIndex = nextSlide;\n                            },\n                            stopVideo: function (element) {\n                                var iframe = element.querySelector('iframe');\n                                var video = element.querySelector('video');\n                                if (iframe) {\n                                    var iframeSrc = iframe.src;\n                                    iframe.src = iframeSrc;\n                                }\n                                if (video) {\n                                    video.pause();\n                                }\n                            },\n                            toggleOpenTabs: function (index) {\n                                var vm = this;\n\n                                var tabs = vm.openTabs;\n                                if (vm.openTabs.indexOf(index) > -1 ) {\n                                    vm.openTabs.splice( vm.openTabs.indexOf(index), 1 );\n                                }else{\n                                    vm.openTabs.push(index); \/\/ ...tabs,\n                                }\n\n                            },\n                            isInOpenTabs :function(index){\n                                var vm = this;\n                                return vm.openTabs.includes(index);\n                            }\n                        }\n                    }\n\n                <\/script>\n\n\n            <\/div>\n\n\n            <\/div>\n<\/div>\n\n<div class=\"cta-simple pt-16 md:pt-16 lg:pt-24 pb-24 md:pb-48 lg:pb-48 theme-dark schema-bg-color-accent\"\n     id=\"block_67b481419ca43\">\n    <div class=\"container relative\">\n        <div class=\"md:flex\">\n            <div class=\"md:w-2\/3 mb-8 md:mb-0 md:flex\">\n                <div class=\"mb-8 md:mb-0 md:mr-6\">\n                    <div class=\"rounded-full h-20 w-20 overflow-hidden mx-auto\">\n                        <img decoding=\"async\" alt=\"\" src=\"https:\/\/bpi.dk\/wp-content\/uploads\/2025\/02\/process.png\" class=\"h-full\">\n                    <\/div>\n                <\/div>\n                <div class=\"text-center md:text-left\">\n                    <header class=\"mb-6 md:mb-3\">\n                                                <h4 class=\"font-bold p-0 m-0\"> Do you want to cooperate?<\/h4>\n                    <\/header>\n                    <div>\n                        <p>We can help you optimise performance by reducing noise levels in your product.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n                                    <div class=\"md:w-1\/3 flex justify-center md:items-center md:justify-end\">\n                            <div x-data=\"{ 'showModal': false }\">\n\n\n        <div>\n            \n                <a href=\"https:\/\/bpi.dk\/en\/contact\/\"\n                   target=\"\"\n                   class=\"btn  btn-ghost-white  \">\n                    <div class=\" ml-6\">\n                        Contact us                    <\/div>\n                                            <div class=\"float-right ml-3 mr-3\">\n                            <i class=\"far fa-long-arrow-alt-right\"><\/i>\n                        <\/div>\n                                    <\/a>\n\n            \n\n        <\/div>\n\n\n            <\/div>\n\n                    <\/div>\n                \n        <\/div>\n    <\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":61,"featured_media":0,"parent":9121,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"segment":[],"class_list":["post-9386","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.0 (Yoast SEO v27.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Noise reduction - Bramming Plast-Industri A\/S<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bpi.dk\/en\/insights\/noise-reduction\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Noise reduction\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bpi.dk\/en\/insights\/noise-reduction\/\" \/>\n<meta property=\"og:site_name\" content=\"Bramming Plast-Industri A\/S\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-01T17:55:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/bpi.dk\/wp-content\/uploads\/2022\/10\/sustainability.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"627\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/bpi.dk\/en\/insights\/noise-reduction\/\",\"url\":\"https:\/\/bpi.dk\/en\/insights\/noise-reduction\/\",\"name\":\"Noise reduction - Bramming Plast-Industri A\/S\",\"isPartOf\":{\"@id\":\"https:\/\/bpi.dk\/#website\"},\"datePublished\":\"2022-11-08T09:38:14+00:00\",\"dateModified\":\"2025-04-01T17:55:07+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/bpi.dk\/en\/insights\/noise-reduction\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/bpi.dk\/#website\",\"url\":\"https:\/\/bpi.dk\/\",\"name\":\"Bramming Plast-Industri A\/S\",\"description\":\"Foam for your purpose\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/bpi.dk\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Noise reduction - Bramming Plast-Industri A\/S","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:\/\/bpi.dk\/en\/insights\/noise-reduction\/","og_locale":"en_US","og_type":"article","og_title":"Noise reduction","og_url":"https:\/\/bpi.dk\/en\/insights\/noise-reduction\/","og_site_name":"Bramming Plast-Industri A\/S","article_modified_time":"2025-04-01T17:55:07+00:00","og_image":[{"width":1200,"height":627,"url":"https:\/\/bpi.dk\/wp-content\/uploads\/2022\/10\/sustainability.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/bpi.dk\/en\/insights\/noise-reduction\/","url":"https:\/\/bpi.dk\/en\/insights\/noise-reduction\/","name":"Noise reduction - Bramming Plast-Industri A\/S","isPartOf":{"@id":"https:\/\/bpi.dk\/#website"},"datePublished":"2022-11-08T09:38:14+00:00","dateModified":"2025-04-01T17:55:07+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bpi.dk\/en\/insights\/noise-reduction\/"]}]},{"@type":"WebSite","@id":"https:\/\/bpi.dk\/#website","url":"https:\/\/bpi.dk\/","name":"Bramming Plast-Industri A\/S","description":"Foam for your purpose","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bpi.dk\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/bpi.dk\/en\/wp-json\/wp\/v2\/pages\/9386","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bpi.dk\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bpi.dk\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bpi.dk\/en\/wp-json\/wp\/v2\/users\/61"}],"replies":[{"embeddable":true,"href":"https:\/\/bpi.dk\/en\/wp-json\/wp\/v2\/comments?post=9386"}],"version-history":[{"count":17,"href":"https:\/\/bpi.dk\/en\/wp-json\/wp\/v2\/pages\/9386\/revisions"}],"predecessor-version":[{"id":13874,"href":"https:\/\/bpi.dk\/en\/wp-json\/wp\/v2\/pages\/9386\/revisions\/13874"}],"up":[{"embeddable":true,"href":"https:\/\/bpi.dk\/en\/wp-json\/wp\/v2\/pages\/9121"}],"wp:attachment":[{"href":"https:\/\/bpi.dk\/en\/wp-json\/wp\/v2\/media?parent=9386"}],"wp:term":[{"taxonomy":"segment","embeddable":true,"href":"https:\/\/bpi.dk\/en\/wp-json\/wp\/v2\/segment?post=9386"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}