{"id":1738,"date":"2022-12-09T17:50:11","date_gmt":"2022-12-09T16:50:11","guid":{"rendered":"http:\/\/dev.www.tasker.it\/prodotti\/"},"modified":"2023-09-20T17:45:45","modified_gmt":"2023-09-20T15:45:45","slug":"products","status":"publish","type":"page","link":"https:\/\/www.tasker.it\/en\/products\/","title":{"rendered":"Products"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1738\" class=\"elementor elementor-1738 elementor-282\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-ad3eaf2 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"ad3eaf2\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9832208\" data-id=\"9832208\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-cec36df elementor--h-position-center elementor--v-position-middle elementor-arrows-position-inside elementor-pagination-position-inside elementor-widget elementor-widget-slides\" data-id=\"cec36df\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;navigation&quot;:&quot;both&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;transition&quot;:&quot;slide&quot;,&quot;transition_speed&quot;:500}\" data-widget_type=\"slides.default\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-slides-wrapper elementor-main-swiper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Slides\" dir=\"ltr\" data-animation=\"fadeInUp\">\n\t\t\t\t<div class=\"swiper-wrapper elementor-slides\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-repeater-item-b2f91a3 swiper-slide\" role=\"group\" aria-roledescription=\"slide\"><div class=\"swiper-slide-bg elementor-ken-burns elementor-ken-burns--out\" role=\"img\" aria-label=\"prodotti\"><\/div><div class=\"swiper-slide-inner\" ><div class=\"swiper-slide-contents\"><div class=\"elementor-slide-heading\">Products<\/div><\/div><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-18b6880 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"18b6880\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-57c6361\" data-id=\"57c6361\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9593b1c elementor-absolute elementor-widget elementor-widget-shortcode\" data-id=\"9593b1c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><link rel=\"stylesheet\" href=\"\/php\/assets\/css\/searchbar.css\">\n<div class=\"custom-search-container\" id=\"uniqueSearchContainer\">\n    <form action=\"\/en\/search\/\" method=\"get\" class=\"custom-search-form\" id=\"uniqueSearchForm\" autocomplete=\"off\">\n        <label for=\"uniqueSearchInput\" class=\"visually-hidden\">Cerca<\/label>\n        <input\n            name=\"search\"\n            type=\"text\"\n            placeholder=\"Search for the product...\"\n            class=\"custom-search-input\"\n            id=\"uniqueSearchInput\"\n            required\n        \/>\n        <button type=\"submit\" class=\"custom-search-button\" id=\"uniqueSearchButton\">\n            <img decoding=\"async\" src=\"\/php\/assets\/images\/search.svg\" alt=\"Cerca\" class=\"custom-search-icon\" id=\"uniqueSearchIcon\">\n        <\/button>\n        <div class=\"search-autocomplete\" id=\"searchAutocomplete\"><\/div>\n    <\/form>\n<\/div>\n<script>\n(function() {\n    var input = document.getElementById('uniqueSearchInput');\n    var dropdown = document.getElementById('searchAutocomplete');\n    var form = document.getElementById('uniqueSearchForm');\n    var lang = 'en';\n    var urlProd = 'products';\n    var timer = null;\n    var activeIndex = -1;\n\n    function escapeHtml(str) {\n        var div = document.createElement('div');\n        div.textContent = str;\n        return div.innerHTML;\n    }\n\n    function highlightMatch(text, query) {\n        if (!text || !query) return escapeHtml(text || '');\n        var escaped = escapeHtml(text);\n        var re = new RegExp('(' + query.replace(\/[.*+?^${}()|[\\]\\\\]\/g, '\\\\$&') + ')', 'gi');\n        return escaped.replace(re, '<mark>$1<\/mark>');\n    }\n\n    input.addEventListener('input', function() {\n        clearTimeout(timer);\n        var q = this.value.trim();\n        activeIndex = -1;\n        if (q.length < 2) {\n            dropdown.innerHTML = '';\n            dropdown.classList.remove('ac-visible');\n            return;\n        }\n        timer = setTimeout(function() {\n            fetch('\/api\/v1\/search\/autocomplete?q=' + encodeURIComponent(q) + '&lang=' + lang)\n                .then(function(r) { return r.json(); })\n                .then(function(res) {\n                    if (res.status !== 'success' || !res.data.length) {\n                        dropdown.innerHTML = '<div class=\"ac-empty\">No results<\/div>';\n                        dropdown.classList.add('ac-visible');\n                        return;\n                    }\n                    var html = '';\n                    res.data.forEach(function(item) {\n                        var catUrw = item.categoria && item.categoria.urw ? item.categoria.urw : '';\n                        var catName = item.categoria && item.categoria.nome ? item.categoria.nome : '';\n                        var href = '\/' + lang + '\/' + urlProd + '\/' + catUrw + '\/code\/?id=' + item.urw;\n                        var img = item.foto_thumb || '';\n                        var imgHtml = img\n                            ? '<img decoding=\"async\" class=\"ac-thumb\" src=\"' + img + '\" alt=\"\" loading=\"lazy\">'\n                            : '<div class=\"ac-thumb ac-thumb-placeholder\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#ccc\" stroke-width=\"1.5\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\/><circle cx=\"8.5\" cy=\"8.5\" r=\"1.5\"\/><path d=\"m21 15-5-5L5 21\"\/><\/svg><\/div>';\n                        html += '<a class=\"ac-item\" href=\"' + href + '\" data-index=\"' + res.data.indexOf(item) + '\">'\n                            + imgHtml\n                            + '<div class=\"ac-text\">'\n                            + '<span class=\"ac-name\">' + highlightMatch(item.nome || '', q) + '<\/span>'\n                            + '<span class=\"ac-meta\">'\n                            + '<span class=\"ac-cod\">' + escapeHtml(item.cod || '') + '<\/span>'\n                            + (catName ? '<span class=\"ac-cat\">' + escapeHtml(catName) + '<\/span>' : '')\n                            + '<\/span>'\n                            + '<\/div>'\n                            + '<\/a>';\n                    });\n                    html += '<a class=\"ac-footer\" href=\"\/' + lang + '\/search\/?search=' + encodeURIComponent(q) + '\">'\n                        + 'View all results &rarr;<\/a>';\n                    dropdown.innerHTML = html;\n                    dropdown.classList.add('ac-visible');\n                })\n                .catch(function() {\n                    dropdown.classList.remove('ac-visible');\n                });\n        }, 250);\n    });\n\n    \/\/ Navigazione con tastiera\n    input.addEventListener('keydown', function(e) {\n        var items = dropdown.querySelectorAll('.ac-item');\n        if (!items.length) return;\n        if (e.key === 'ArrowDown') {\n            e.preventDefault();\n            activeIndex = Math.min(activeIndex + 1, items.length - 1);\n            updateActive(items);\n        } else if (e.key === 'ArrowUp') {\n            e.preventDefault();\n            activeIndex = Math.max(activeIndex - 1, -1);\n            updateActive(items);\n        } else if (e.key === 'Enter' && activeIndex >= 0) {\n            e.preventDefault();\n            items[activeIndex].click();\n        } else if (e.key === 'Escape') {\n            dropdown.classList.remove('ac-visible');\n            activeIndex = -1;\n        }\n    });\n\n    function updateActive(items) {\n        items.forEach(function(el, i) {\n            el.classList.toggle('ac-active', i === activeIndex);\n            if (i === activeIndex) el.scrollIntoView({block: 'nearest'});\n        });\n    }\n\n    document.addEventListener('click', function(e) {\n        if (!e.target.closest('#uniqueSearchContainer')) {\n            dropdown.classList.remove('ac-visible');\n        }\n    });\n\n    input.addEventListener('focus', function() {\n        if (dropdown.innerHTML && this.value.trim().length >= 2) {\n            dropdown.classList.add('ac-visible');\n        }\n    });\n})();\n<\/script><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0686745 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"0686745\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-df9952f\" data-id=\"df9952f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-47762d3 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"47762d3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" id=\"Livello_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 82 60\" style=\"enable-background:new 0 0 82 60;\" xml:space=\"preserve\"><style type=\"text\/css\">\t.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#BC8A71;}\t.st1{fill:#FFFFFF;}\t.st2{fill:#BC8A71;}<\/style><g>\t<path class=\"st0\" d=\"M0,24.8c0.3-0.3,0.5-0.7,0.8-0.9c1.1-0.7,2.4,0.1,2.4,1.4c0,2.6,0,5.1,0,7.7c0,0.9-0.5,1.5-1.2,1.7  c-0.9,0.2-1.5-0.3-1.9-1C0,30.7,0,27.8,0,24.8\"><\/path>\t<path class=\"st1\" d=\"M56.8,60L56.8,60C56.8,60,56.8,60,56.8,60C56.8,60,56.8,60,56.8,60 M55.2,23c0,1.5,0,3.1,0,4.6V23 M56.8,0  C56.8,0,56.8,0,56.8,0L56.8,0C56.8,0,56.8,0,56.8,0\"><\/path>\t<g>\t\t<path class=\"st1\" d=\"M56.8,60L56.8,60C56.8,60,56.8,60,56.8,60C56.8,60,56.8,60,56.8,60L56.8,60C56.8,60,56.8,60,56.8,60    M58.3,57.9v0.3C58.3,58.1,58.3,58,58.3,57.9 M56.8,0L56.8,0C56.8,0,56.8,0,56.8,0L56.8,0C56.8,0,56.8,0,56.8,0\"><\/path>\t\t<path class=\"st2\" d=\"M56.8,0L56.8,0L56.8,0c-1.1,0-1.6,0.8-1.6,2.2c0,6.9,0,13.9,0,20.8v4.6c0,10.1,0,20.1,0,30.2   c0,0.2,0,0.5,0,0.7c0.1,0.9,0.7,1.4,1.5,1.4h0c0.8,0,1.5-0.6,1.5-1.5c0-0.1,0-0.2,0-0.3v-0.3c0-0.1,0-0.2,0-0.3   c0-9.2,0-18.4,0-27.6c0-9.3,0-18.6,0-27.8C58.3,0.8,57.8,0,56.8,0\"><\/path>\t<\/g>\t<path class=\"st0\" d=\"M18.9,30.1c0,7.1,0,14.3,0,21.4c0,0.3,0,0.6,0,0.9c-0.1,0.7-0.7,1.3-1.5,1.3c-0.7,0-1.4-0.5-1.6-1.2  c-0.1-0.3-0.1-0.6-0.1-1c0-14.4,0-28.7,0-43.1c0-1.4,0.5-2.1,1.6-2.1c0.8,0,1.4,0.6,1.5,1.3c0,0.3,0,0.6,0,0.9  C18.9,15.7,18.9,22.9,18.9,30.1\"><\/path>\t<path class=\"st0\" d=\"M50.6,29.7c0,5.7,0,11.4,0,17.2c0,0.2,0,0.5,0,0.7c-0.1,0.8-0.7,1.4-1.4,1.5c-0.8,0.1-1.5-0.4-1.7-1.3  c-0.1-0.3-0.1-0.6-0.1-0.9c0-11.4,0-22.9,0-34.3c0-0.3,0-0.5,0-0.8c0.1-0.9,0.8-1.5,1.7-1.4c0.8,0.1,1.4,0.7,1.5,1.5  c0,0.2,0,0.5,0,0.7C50.6,18.3,50.6,24,50.6,29.7\"><\/path>\t<path class=\"st0\" d=\"M63.1,30c0-5.1,0-10.3,0-15.4c0-0.4,0.1-0.9,0.3-1.2c0.3-0.6,0.9-0.8,1.6-0.7c0.7,0.1,1.1,0.5,1.3,1.2  c0.1,0.3,0.1,0.6,0.1,1c0,10.1,0,20.3,0,30.4c0,0.2,0,0.4,0,0.6c-0.1,0.9-0.8,1.6-1.6,1.5c-0.9,0-1.5-0.7-1.5-1.7c0-2.5,0-5,0-7.5  C63.1,35.5,63.1,32.8,63.1,30\"><\/path>\t<path class=\"st0\" d=\"M26.8,29.2c0,4.3,0,8.6,0,12.8c0,0.3,0,0.6,0,1c-0.1,0.7-0.8,1.3-1.5,1.3c-0.7,0-1.4-0.6-1.5-1.3  c0-0.3,0-0.6,0-0.9c0-8.6,0-17.1,0-25.7c0-0.3,0-0.5,0-0.8c0.1-0.8,0.7-1.4,1.5-1.4c0.8,0,1.5,0.5,1.6,1.3c0,0.3,0,0.6,0,1  C26.8,20.7,26.8,25,26.8,29.2\"><\/path>\t<path class=\"st0\" d=\"M11,29.8c0,3.5,0,6.9,0,10.4c0,0.3,0,0.7-0.1,1c-0.2,0.7-0.8,1-1.5,1c-0.7,0-1.2-0.4-1.4-1.1  c-0.1-0.3-0.1-0.6-0.1-0.9c0-7.1,0-14.1,0-21.2c0-1,0.4-1.6,1.1-1.8c1.1-0.3,2,0.4,2.1,1.7c0,2.7,0,5.4,0,8.1  C11,28,11,28.9,11,29.8\"><\/path>\t<path class=\"st0\" d=\"M71,30c0-2.6,0-5.2,0-7.8c0-1,0.7-1.7,1.6-1.7c0.9,0,1.5,0.7,1.6,1.7c0,0.2,0,0.4,0,0.6c0,3.2,0,6.3,0,9.5  c0,1.7,0,3.4,0,5.1c0,1.3-0.6,2-1.6,2c-1,0-1.6-0.7-1.6-2C71,35,71,32.5,71,30\"><\/path>\t<path class=\"st0\" d=\"M42.4,29.8c0,2.1,0,4.2,0,6.3c0,1.2-0.9,1.9-1.9,1.6c-0.7-0.2-1.2-0.7-1.2-1.6c0-4.2,0-8.5,0-12.7  c0-1,0.7-1.6,1.6-1.6c0.9,0,1.5,0.7,1.5,1.7C42.4,25.6,42.4,27.7,42.4,29.8\"><\/path>\t<path class=\"st0\" d=\"M82,29.8c0,1.1,0,2.1,0,3.2c0,1-0.7,1.8-1.6,1.8c-0.9,0-1.6-0.7-1.6-1.7c0-2.2,0-4.4,0-6.6  c0-1,0.7-1.7,1.6-1.7c0.9,0,1.6,0.7,1.6,1.7C82,27.6,82,28.7,82,29.8\"><\/path>\t<path class=\"st0\" d=\"M31.5,30c0-1,0-2,0-3c0-1,0.6-1.7,1.5-1.7c0.9,0,1.6,0.6,1.6,1.6c0,2.1,0,4.2,0,6.2c0,1-0.8,1.6-1.6,1.6  c-0.8,0-1.5-0.7-1.5-1.7C31.5,32.1,31.5,31.1,31.5,30\"><\/path><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-77a0f5d elementor-widget elementor-widget-heading\" data-id=\"77a0f5d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Audio<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12ec9a4 elementor-widget elementor-widget-text-editor\" data-id=\"12ec9a4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Professional speaker cables flat and round, shielded and unshielded, for instruments, microphones, DMX and multicore for different installations, even in extreme conditions.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-01179cc elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"01179cc\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"https:\/\/www.tasker.it\/en\/products\/audio\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"12px\" height=\"10px\" viewBox=\"0 0 12 10\"><title>icons\/arrow-right<\/title><g id=\"Symbols\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"BTN\/Outline\/white\" transform=\"translate(-152.000000, -15.000000)\" fill=\"#FFFFFF\" fill-rule=\"nonzero\"><g id=\"icons\/arrow-right\" transform=\"translate(152.619427, 15.265625)\"><path d=\"M0.616177263,3.8828125 L8.46383351,3.8828125 L8.46383351,3.8828125 L5.51070851,1.0390625 C5.38310435,0.920572917 5.31930226,0.779296875 5.31930226,0.615234375 C5.31930226,0.451171875 5.37626841,0.307617188 5.4902007,0.184570312 C5.60413299,0.0615234375 5.74313039,0 5.90719289,0 C6.07125539,0 6.21708872,0.0546875 6.34469289,0.1640625 L10.3642241,4.046875 C10.4918283,4.16536458 10.5556304,4.30891927 10.5556304,4.47753906 C10.5556304,4.64615885 10.4918283,4.78971354 10.3642241,4.90820312 L6.31734914,8.8046875 C6.19885955,8.9140625 6.0621408,8.96875 5.90719289,8.96875 C5.7340158,8.96875 5.58818247,8.90494792 5.46969289,8.77734375 C5.3512033,8.65885417 5.29423716,8.51757812 5.29879445,8.35351562 C5.30335174,8.18945312 5.36487518,8.04817708 5.48336476,7.9296875 L8.43648976,5.0859375 L8.43648976,5.0859375 L0.602505388,5.0859375 C0.447557471,5.0859375 0.310838721,5.03125 0.192349138,4.921875 C0.0738595546,4.8125 0.0100574713,4.68033854 0.000942887931,4.52539062 C-0.0081716954,4.35221354 0.0487944504,4.20182292 0.171841325,4.07421875 C0.2948882,3.94661458 0.44300018,3.8828125 0.616177263,3.8828125 Z\" id=\"Path\"><\/path><\/g><\/g><\/g><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Products<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-d7e1bb8\" data-id=\"d7e1bb8\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-26358de elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"26358de\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"82px\" height=\"82px\" viewBox=\"0 0 82 82\"><title>icons\/video<\/title><g id=\"icons\/video\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"video\" transform=\"translate(0.999966, 7.999889)\" fill=\"#BC8A71\"><path d=\"M2.71777093,50.5750364 L77.3050089,50.5750364 L77.3050089,2.72630873 L2.71777093,2.72630873 L2.71777093,50.5750364 Z M39.9128647,53.3031264 C27.7211247,53.3031264 15.5296073,53.3031264 3.33808994,53.3031264 C0.963911327,53.3031264 0,52.3427006 0,49.9792095 C0,34.3995391 0,18.8198687 0,3.24019827 C0,1.00094907 1.00710655,3.55271368e-15 3.26060572,3.55271368e-15 C27.7547457,3.55271368e-15 52.2491083,3.55271368e-15 76.7432483,3.55271368e-15 C78.9998647,3.55271368e-15 80.0000901,0.995827987 80.0000901,3.24465139 C80.0000901,18.8521538 80.0000901,34.4594335 80.0000901,50.0669359 C80.0000901,52.3030679 78.9920717,53.3025697 76.7374593,53.3025697 C64.4626686,53.3031264 52.1876553,53.3031264 39.9128647,53.3031264 L39.9128647,53.3031264 Z\" id=\"Fill-1\"><\/path><path d=\"M39.9475322,64.2515606 C40.8428311,64.2535604 41.5762593,63.5185737 41.5807308,62.6152592 C41.5849428,61.711722 40.8606436,60.982079 39.9559931,60.9789516 C39.044663,60.9758446 38.3310512,61.6899017 38.3299367,62.6054623 C38.3288247,63.5132299 39.0526786,64.2495526 39.9475322,64.2515606 L39.9475322,64.2515606 Z M43.7237743,63.9567602 C43.2392753,65.0337463 42.5347924,65.858018 41.4442244,66.3051108 C39.6275759,67.0503397 37.5355021,66.3779192 36.5578206,64.6247276 C36.2436533,64.0611858 35.9045485,63.9447368 35.3234169,63.9454048 C24.2440652,63.9607681 13.1649361,63.9569829 2.08580702,63.9567602 C0.686415426,63.9565376 0.0856901245,63.5729017 0.0574128401,62.6633528 C0.027799621,61.7186243 0.660587355,61.2902346 2.08803358,61.2902346 C13.1671627,61.2900119 24.2465144,61.2853362 35.3256435,61.3033713 C35.9203571,61.3042619 36.2345244,61.1517427 36.5486917,60.6064587 C38.0896924,57.9328081 41.8572509,57.9581908 43.3835562,60.6509898 C43.6810244,61.1757895 43.9898479,61.30159 44.541589,61.3009221 C55.6207181,61.2864494 66.6998471,61.2900119 77.7789762,61.2906799 C78.0842373,61.2906799 78.3926156,61.2719768 78.6943141,61.3071564 C79.4034728,61.390207 79.7871087,61.8199327 79.8327532,62.5192945 C79.8779523,63.2135352 79.5677928,63.7160693 78.8777825,63.8866237 C78.5346699,63.9712329 78.1621668,63.954311 77.803023,63.954311 C66.7793353,63.9574282 55.7558701,63.9567602 44.7321823,63.9567602 L43.7237743,63.9567602 Z\" id=\"Fill-3\"><\/path><path d=\"M39.9729372,38.8088436 C46.7283137,38.8161837 52.163564,33.3987459 52.164232,26.6580647 C52.1648999,19.957239 46.7503566,14.508852 40.0646714,14.4827062 C33.322877,14.4565279 27.8511111,19.8813133 27.8345971,26.6075219 C27.8181581,33.3606718 33.2309201,38.8017111 39.9729372,38.8088436 M39.9382029,41.4756081 C31.7698529,41.4608891 25.1380504,34.7689696 25.1680072,26.571229 C25.1977222,18.4469648 31.8780636,11.8089279 40.0170231,11.8160472 C48.1833692,11.8234006 54.844117,18.5117576 54.8309997,26.6919084 C54.8178436,34.863153 48.1419552,41.490057 39.9382029,41.4756081\" id=\"Fill-4\"><\/path><path d=\"M36.708091,22.6206252 L36.708091,30.6863309 C38.6427471,29.3149939 40.479212,28.0135709 42.3969462,26.65448 C40.471419,25.2891547 38.6465322,23.9950793 36.708091,22.6206252 M33.9794444,26.613734 C33.9794444,24.5040704 33.9872373,22.3941842 33.9745459,20.2845207 C33.9707608,19.6608618 34.0941121,19.1276012 34.6937241,18.8107621 C35.2984572,18.4914737 35.8103429,18.7072271 36.3142129,19.0661482 C39.2748668,21.1746985 42.2435364,23.2716707 45.2008505,25.384674 C46.3283794,26.1902427 46.3335004,27.1302954 45.2157684,27.9274031 C42.2564504,30.0372893 39.2855543,32.1309216 36.3237871,34.2376906 C35.8176905,34.597725 35.3053595,34.8032363 34.7024077,34.4924088 C34.0999011,34.181804 33.9692022,33.6547778 33.9735467,33.0264432 C33.9887959,30.8889476 33.9794444,28.7514521 33.9794444,26.613734\" id=\"Fill-5\"><\/path><\/g><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a2ae68a elementor-widget elementor-widget-heading\" data-id=\"a2ae68a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Video<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3f12457 elementor-widget elementor-widget-text-editor\" data-id=\"3f12457\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Coaxial ad triaxial cables for any kind of installation and with CPR certification for Low Loss and 12G-SDI applications. Hybrid komby cables with antennas or video and audio, DMX, LAN and power.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-746d6fd elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"746d6fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"https:\/\/www.tasker.it\/en\/products\/video\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"12px\" height=\"10px\" viewBox=\"0 0 12 10\"><title>icons\/arrow-right<\/title><g id=\"Symbols\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"BTN\/Outline\/white\" transform=\"translate(-152.000000, -15.000000)\" fill=\"#FFFFFF\" fill-rule=\"nonzero\"><g id=\"icons\/arrow-right\" transform=\"translate(152.619427, 15.265625)\"><path d=\"M0.616177263,3.8828125 L8.46383351,3.8828125 L8.46383351,3.8828125 L5.51070851,1.0390625 C5.38310435,0.920572917 5.31930226,0.779296875 5.31930226,0.615234375 C5.31930226,0.451171875 5.37626841,0.307617188 5.4902007,0.184570312 C5.60413299,0.0615234375 5.74313039,0 5.90719289,0 C6.07125539,0 6.21708872,0.0546875 6.34469289,0.1640625 L10.3642241,4.046875 C10.4918283,4.16536458 10.5556304,4.30891927 10.5556304,4.47753906 C10.5556304,4.64615885 10.4918283,4.78971354 10.3642241,4.90820312 L6.31734914,8.8046875 C6.19885955,8.9140625 6.0621408,8.96875 5.90719289,8.96875 C5.7340158,8.96875 5.58818247,8.90494792 5.46969289,8.77734375 C5.3512033,8.65885417 5.29423716,8.51757812 5.29879445,8.35351562 C5.30335174,8.18945312 5.36487518,8.04817708 5.48336476,7.9296875 L8.43648976,5.0859375 L8.43648976,5.0859375 L0.602505388,5.0859375 C0.447557471,5.0859375 0.310838721,5.03125 0.192349138,4.921875 C0.0738595546,4.8125 0.0100574713,4.68033854 0.000942887931,4.52539062 C-0.0081716954,4.35221354 0.0487944504,4.20182292 0.171841325,4.07421875 C0.2948882,3.94661458 0.44300018,3.8828125 0.616177263,3.8828125 Z\" id=\"Path\"><\/path><\/g><\/g><\/g><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Products<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-b3a74df\" data-id=\"b3a74df\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-845d5c8 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"845d5c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"82px\" height=\"82px\" viewBox=\"0 0 82 82\"><title>icons\/elettronica<\/title><g id=\"icons\/elettronica\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"elettronica\" transform=\"translate(1.000000, 1.989503)\" fill=\"#BC8A71\"><path d=\"M58.2763672,69.7440612 L58.2763672,71.962369 C58.2763672,73.7326702 58.2550781,75.5031671 58.2865234,77.2728812 C58.2996094,78.0021396 58.1441406,78.6035918 57.5,79.0104969 L56.71875,79.0104969 C56.1003906,78.6362773 55.8929687,78.0911929 55.9113281,77.3728949 C55.9498047,75.8660348 55.9230469,74.357609 55.9230469,72.8497704 L55.9230469,69.7910343 M49.7095703,69.7910343 C49.7095703,70.1157363 49.7095703,70.3942481 49.7095703,70.6729555 C49.709375,72.9086825 49.6900391,75.1446053 49.7207031,77.3799408 C49.7304688,78.0964773 49.540625,78.6476292 48.90625,79.0104969 L48.125,79.0104969 C47.5064453,78.5894999 47.3322266,77.9956808 47.3476563,77.2679881 C47.3808594,75.7104362 47.3578125,74.1515142 47.3578125,72.5933752 C47.3578125,71.6666337 47.3578125,70.7398923 47.3578125,69.8066921 M41.1818359,69.8066921 C41.1818359,70.1517491 41.1818359,70.4341753 41.1818359,70.7167972 C41.1818359,72.9243403 41.1708984,75.1318834 41.1880219,77.3394265 C41.1935547,78.0706421 41.0177734,78.66955 40.3125,79.0104969 L39.6875,79.0104969 C38.9822266,78.66955 38.8066406,78.0706421 38.8121094,77.3394265 C38.8291016,75.1060481 38.8195312,72.8722783 38.8164062,70.6389 C38.8160156,70.3633241 38.7929687,70.0879439 38.7802734,69.8096279 M32.6421875,69.8096279 C32.6421875,72.3393286 32.6253906,74.8038541 32.6525391,77.2679881 C32.6603516,77.9952893 32.4935547,78.5894999 31.875,79.0104969 L31.09375,79.0104969 C30.459375,78.6476292 30.2615234,78.0968688 30.2796875,77.3797451 C30.3164062,75.924947 30.290625,74.4683874 30.2904297,73.0126107 C30.2904297,71.9537572 30.2904297,70.8949037 30.2904297,69.7910343 M24.0769531,69.7910343 C24.0769531,70.1092775 24.0769531,70.3875935 24.0769531,70.6661053 C24.0769531,72.9018323 24.0564453,75.137755 24.0888672,77.3728949 C24.0992187,78.0908014 23.8996094,78.6362773 23.28125,79.0104969 L22.5,79.0104969 C21.8558594,78.6035918 21.7054687,78.0017481 21.7132812,77.2728812 C21.7402344,74.8038541 21.7236328,72.3342399 21.7236328,69.7440612\" id=\"Shape\"><\/path><path d=\"M8.99785156,48.7157207 C8.67480469,48.7157207 8.39492187,48.7157207 8.11484375,48.7157207 C5.95429687,48.7157207 3.79335937,48.6957571 1.63320312,48.7268768 C0.916210937,48.7372501 0.36328125,48.5485745 0,47.9122838 L0,47.1309635 C0.421484375,46.5118963 1.01582031,46.3333983 1.74433594,46.3537533 C3.01699219,46.3895703 4.29140625,46.3637351 5.56503906,46.3637351 C6.70019531,46.3637351 7.83515625,46.3637351 8.97988281,46.3637351 M8.97988281,40.1869594 C8.63242187,40.1869594 8.34921875,40.1869594 8.06601562,40.1869594 C5.93476562,40.1867637 3.803125,40.1767819 1.671875,40.1922439 C0.942773437,40.1975284 0.336914062,40.0311651 0,39.3173687 L0,38.6922341 C0.336914062,37.9786334 0.942773437,37.8122701 1.671875,37.8175546 C3.82910156,37.8328209 5.98671875,37.8244049 8.14414062,37.8208819 C8.4203125,37.8204904 8.69667969,37.7952423 8.97929687,37.7811504 M8.97929687,31.6458677 C6.52421875,31.6458677 4.13398437,31.6286442 1.74414062,31.6564366 C1.01640625,31.6646569 0.421484375,31.4979022 0,30.8786393 L0,30.0973189 C0.36328125,29.461224 0.916210937,29.2727442 1.63320312,29.2829217 C3.81953125,29.3138457 6.00644531,29.2954479 8.19296875,29.2923163 C8.46582031,29.2919249 8.73867187,29.2678511 9.00058594,29.2553249 M9.00058594,23.0797236 L8.121875,23.0797236 C5.96132812,23.0797236 3.80039062,23.0585857 1.64023437,23.0914669 C0.921875,23.1024273 0.374609375,22.9037699 0,22.2837241 L0,21.5024038 C0.40703125,20.8580885 1.00859375,20.707383 1.7375,20.714729 C4.13085937,20.7430043 6.52480469,20.7259765 9.04433594,20.7259765 M9.04433594,57.283822 C7.83671875,57.283822 6.70019531,57.283822 5.56386719,57.283822 C4.28847656,57.283822 3.01210937,57.2581825 1.73769531,57.2936081 C1.00800781,57.3139631 0.40703125,57.1515142 0,56.5073947 L0,55.7258786 C0.374609375,55.1058328 0.92109375,54.8940621 1.64042969,54.9189188 C2.83652344,54.960216 4.03496094,54.9300749 5.23242187,54.9300749 C6.47441406,54.9300749 7.71621094,54.9300749 8.99785156,54.9300749\" id=\"Shape\"><\/path><path d=\"M70.9556641,20.7259178 L74.1212891,20.7259178 C75.5015625,20.7259178 76.8824219,20.7505787 78.2617187,20.715936 C78.9914062,20.6977339 79.5929687,20.8578341 80,21.5023451 L80,22.2838611 C79.6253906,22.9039069 79.0789062,23.1156776 78.3595703,23.090821 C77.1634766,23.0495238 75.9650391,23.0796649 74.7675781,23.0796649 C73.5255859,23.0796649 72.2837891,23.0796649 71.0021484,23.0796649 M71.0021484,29.2940191 C71.3251953,29.2940191 71.6050781,29.2940191 71.8851562,29.2940191 C74.0457031,29.2940191 76.2066406,29.3139827 78.3667969,29.282863 C79.0837891,29.2724897 79.6367187,29.4611653 80,30.097456 L80,30.8787763 C79.5785156,31.4978435 78.9841797,31.6763415 78.2556641,31.6559865 C76.9830078,31.6201694 75.7085937,31.6460047 74.4349609,31.6460047 C73.2998047,31.6460047 72.1648437,31.6460047 71.0201172,31.6460047 M71.0201172,37.8227804 C71.3675781,37.8227804 71.6507812,37.8227804 71.9339844,37.8227804 C74.0654297,37.8229761 76.196875,37.8329579 78.328125,37.8173752 C79.0572266,37.8122114 79.6630859,37.9785747 80,38.6923711 L80,39.3175057 C79.6630859,40.0311064 79.0572266,40.1974697 78.328125,40.1921852 C76.1708984,40.1769189 74.0132812,40.1853349 71.8558594,40.1888579 C71.5796875,40.1892494 71.3033203,40.2144974 71.0207031,40.2283937 M71.0207031,46.3638721 C73.4757812,46.3638721 75.8660156,46.3810956 78.2558594,46.3533031 C78.9835937,46.3450828 79.5785156,46.5118376 80,47.1311005 L80,47.9124208 C79.6367187,48.5485158 79.0837891,48.7369956 78.3667969,48.7268181 C76.1804687,48.6958941 73.9935547,48.7142919 71.8070312,48.7174235 C71.5341797,48.7178149 71.2613281,48.7418887 70.9994141,48.7544148 M70.9994141,54.9300162 C71.3207031,54.9300162 71.5994141,54.9300162 71.878125,54.9300162 C74.0386719,54.9300162 76.1996094,54.9511541 78.3597656,54.9182729 C79.078125,54.9073125 79.6253906,55.1059698 80,55.7260156 L80,56.507336 C79.5927734,57.151847 78.9908203,57.3023568 78.2617187,57.2963057 C75.8673828,57.2667355 73.4726562,57.2837633 70.9556641,57.2837633 M21.7236328,8.73771184 C21.7236328,8.46252738 21.7236328,8.19027873 21.7236328,7.91803009 C21.7236328,5.88644063 21.7234375,3.8550469 21.7238281,1.82345745 C21.7240234,1.61520974 21.7132812,1.40559198 21.7328125,1.19891005 C21.8011719,0.476501894 22.2955078,-0.0122147601 22.9300781,0.000898582282 C23.5671875,0.0140119246 24.0607422,0.51192749 24.0671875,1.24451317 C24.0867187,3.43209268 24.0759766,5.61986791 24.0769531,7.80764315 C24.0771484,8.08948215 24.0769531,8.37112542 24.0769531,8.70894078 M30.2904297,8.70894078 C30.2904297,8.42573173 30.2904297,8.14898149 30.2904297,7.87223125 C30.290625,5.73671366 30.2855469,3.60100036 30.2933594,1.46528705 C30.296875,0.54774453 30.7373047,0.00559589894 31.4470703,0.00045743544 C32.1578125,-0.00419017743 32.6328125,0.545395872 32.6375,1.44865072 C32.6498047,3.84330361 32.6416016,6.23815222 32.6416016,8.6991547 M38.8181641,8.6991547 C38.8181641,8.16150767 38.8181641,7.62464352 38.8181641,7.08797509 C38.8181641,5.31689099 38.8142578,3.54580689 38.821875,1.77472279 C38.8232422,1.46450416 38.7625,1.06758091 38.9238281,0.863247632 C39.2007812,0.512710376 39.6291016,0.0643123572 39.9955078,0.0627276138 C40.3621094,0.0613765343 40.8060547,0.50037992 41.0716797,0.854831606 C41.2431641,1.08323863 41.1771484,1.50697574 41.178125,1.84322532 C41.1851562,4.10791911 41.1818359,6.37241719 41.1818359,8.70130764 M47.3578125,8.70130764 C47.3578125,8.05718809 47.3578125,7.41424288 47.3578125,6.77149338 C47.3580078,5.00040928 47.3488281,3.22932518 47.3621094,1.4584368 C47.3689453,0.549506024 47.8322266,0.00187718992 48.5433594,3.73854125e-06 C49.2537109,-0.00164579757 49.7033203,0.54265577 49.7064453,1.4556967 C49.7142578,3.84839237 49.7089844,6.24108804 49.7089844,8.69974187 M55.9230469,8.69974187 C55.9230469,8.44530388 55.9228516,8.17031514 55.9230469,7.89552211 C55.9230469,5.7598088 55.9185547,3.6240955 55.9253906,1.48838219 C55.928125,0.56438086 56.353125,0.0226236718 57.0603516,0.00148574686 C57.7976562,-0.0204350642 58.2699219,0.546765922 58.2736328,1.50129981 C58.2818359,3.61098216 58.2763672,5.7206645 58.2763672,7.83015112 C58.2763672,8.11159868 58.2763672,8.39304623 58.2763672,8.76589574\" id=\"Shape\"><\/path><path d=\"M30.5204297,49.1668998 C31.7428906,49.1653322 32.7358594,48.1738069 32.7544141,46.9364554 C32.7723828,45.7388354 31.7342969,44.707383 30.5153516,44.7108969 C29.2917187,44.7144289 28.2712109,45.7353124 28.2848828,46.9417399 C28.2989453,48.1734155 29.29875,49.1684637 30.5204297,49.1668998 L30.5204297,49.1668998 Z M34.4979687,29.633116 C35.8579297,29.6368253 36.9813672,28.5284543 36.9946484,27.1695598 C37.0077344,25.8378705 35.8569531,24.6819392 34.5132031,24.6768319 C33.1633984,24.6715659 32.0350781,25.7979433 32.0313579,27.1542935 C32.0276562,28.5161239 33.1352734,29.6291922 34.4979687,29.633116 L34.4979687,29.633116 Z M49.5546094,42.3205932 C51.3071484,42.3285835 52.7444531,40.9283917 52.7837109,39.1751183 C52.8227734,37.4349582 51.3280469,35.9126361 49.57375,35.9059585 C47.8370312,35.8993271 46.3913281,37.3314215 46.3710156,39.0784318 C46.3499219,40.8884645 47.7481641,42.3125343 49.5546094,42.3205932 L49.5546094,42.3205932 Z M41.3257031,56.1120764 C41.5999219,56.1300827 41.7792187,56.1518078 41.9583203,56.1520035 C46.4844922,56.153765 51.0106641,56.1549394 55.5368359,56.1496549 C55.7940625,56.1492634 56.0555859,56.1140336 56.3073437,56.0592315 C56.9118359,55.9277067 57.3001172,55.5176701 57.32375,54.9269825 C57.3741406,53.6616428 57.3391797,52.3927802 57.3391797,51.1000395 L41.3257031,51.1000395 L41.3257031,56.1120764 Z M57.3346875,48.6693738 C57.3471875,48.3902749 57.3639844,48.1855502 57.3639844,47.9808255 C57.3653516,39.7292059 57.3651562,31.4773906 57.364375,23.2255753 C57.364375,23.0435542 57.3667187,22.8599675 57.3454297,22.6799036 C57.2667187,22.0107317 56.9077344,21.4805221 56.2383984,21.4582099 C54.4313672,21.3979276 52.6210156,21.4374634 50.7854687,21.4374634 L50.7854687,33.6675145 C51.0257031,33.7493261 51.2469922,33.8205687 51.4655469,33.8996402 C54.1694531,34.877465 55.7085156,37.8569338 54.9198437,40.584509 C54.2126172,43.0308323 52.1665234,44.6157853 49.6387891,44.6748932 C47.239375,44.7310653 45.12375,43.2249881 44.283125,40.8843544 C44.2053906,40.6678863 44.0225781,40.3341811 43.8710156,40.3243951 C43.0286328,40.269593 42.1807812,40.2981684 41.3510937,40.2981684 L41.3510937,48.6693738 L57.3346875,48.6693738 Z M22.6505078,26.2162002 C24.833125,26.2162002 26.9122266,26.2034783 28.9907422,26.2250077 C29.5153516,26.2304879 29.7917187,26.1300827 29.9882031,25.5519213 C30.5788281,23.813327 31.8464062,22.7448832 33.651875,22.4272272 C35.5175,22.0991979 37.0979687,22.6984972 38.2887891,24.1861765 C40.3645703,26.779291 39.2286328,30.597818 36.0766797,31.7373088 C35.8368359,31.8240134 35.4842969,32.07943 35.48,32.2634082 C35.4356641,34.1280472 35.4528516,35.9940563 35.4528516,37.9334609 C38.2887891,37.9334609 41.0399609,37.9416812 43.7905469,37.9121272 C43.9491406,37.9105615 44.1774609,37.6277439 44.2491406,37.4304566 C44.651875,36.3256085 45.2528516,35.3544383 46.2292187,34.6940739 C46.8868359,34.2493946 47.6335156,33.9362401 48.3526562,33.5577147 L48.3526562,21.4106495 C48.0790234,21.3947961 47.8512891,21.3699395 47.6235547,21.3697437 C39.9217969,21.3677865 32.2198437,21.3673951 24.5178906,21.3713095 C24.2602734,21.3713095 23.9975781,21.393426 23.7458203,21.4466623 C23.0772656,21.588169 22.683125,22.0267809 22.6608594,22.6959528 C22.6231641,23.8344649 22.6505078,24.9749343 22.6505078,26.2162002 L22.6505078,26.2162002 Z M38.8801953,56.1535693 L38.8801953,40.2905352 C37.4557812,40.2905352 36.0815625,40.2952326 34.7071484,40.2891652 C33.4430859,40.2834893 33.1028516,39.9374536 33.1001172,38.6550862 C33.0958203,36.5716305 33.1110547,34.4879791 33.0829297,32.4047192 C33.0796094,32.1508684 32.9225781,31.7525751 32.7307812,31.6713506 C31.4591016,31.1323335 30.6210156,30.2008948 30.0116406,28.9938801 C29.9075391,28.7875896 29.5553906,28.5973483 29.3116406,28.5893237 C28.0889844,28.5484179 26.864375,28.5703387 25.6405469,28.5703387 C24.6594922,28.5703387 23.6784375,28.5703387 22.6345326,28.5703387 C22.6345326,28.9326193 22.6345326,29.1890145 22.6345326,29.4454097 C22.6348828,37.6754999 22.6345326,45.9055901 22.6358594,54.1356804 C22.6358594,54.3957943 22.6251172,54.6600183 22.6647656,54.9152392 C22.7567578,55.5071011 23.0776562,56.0189129 23.6829297,56.0408337 C25.3311719,56.1009202 26.983125,56.0615802 28.7028516,56.0615802 C28.7028516,54.7007284 28.6739453,53.3758894 28.7157422,52.0532033 C28.7348828,51.4439222 28.5630078,51.0945593 28.0132031,50.7532209 C26.1594922,49.6021826 25.4704297,47.3378803 26.2501172,45.2741925 C27.0030469,43.2817473 29.0323437,42.1312962 31.2671094,42.4299673 C33.3008984,42.7016287 34.8555859,44.4245653 35.0883984,46.6653811 C35.2911328,48.6153547 33.9227734,50.6430297 31.9596875,51.2939995 C31.6719922,51.3893159 31.3766797,51.4619286 31.1231641,51.5341498 L31.1231641,56.1535693 C33.5003125,56.1535693 35.8137891,56.1535693 38.1270703,56.1535693 C38.3563672,56.1535693 38.5858594,56.1535693 38.8801953,56.1535693 L38.8801953,56.1535693 Z M59.7180859,38.7960057 C59.7180859,43.925084 59.6526562,49.0555324 59.7448437,54.183045 C59.7932812,56.8881122 57.9805859,58.542742 55.3895703,58.5316419 C45.1067578,58.4869614 34.82375,58.5147538 24.5407422,58.5120137 C22.3493359,58.5114266 20.876875,57.5062008 20.4100781,55.6617211 C20.2971875,55.2156718 20.2872266,54.7349797 20.2868359,54.2701411 C20.2803906,43.9336958 20.3180859,33.5970547 20.25705,23.2610009 C20.2413281,20.5625882 22.1339062,18.9831154 24.5323437,18.9932368 C34.8411328,19.0387004 45.1503125,19.0394832 55.4591016,18.9932368 C57.88,18.9823326 59.7841016,20.5764844 59.7419141,23.2525848 C59.6602734,28.4325508 59.7180859,33.6146697 59.7180859,38.7960057 L59.7180859,38.7960057 Z M65.1835003,7.91777082 C68.4562142,7.91777082 71.1092731,10.5763857 71.1092731,13.8559535 L71.1092731,64.3305058 C71.1092731,67.6100735 68.4562142,70.2686884 65.1835003,70.2686884 L14.8144319,70.2686884 C11.541718,70.2686884 8.88865913,67.6100735 8.88865913,64.3305058 L8.88865913,13.8559535 C8.88865913,10.5763857 11.541718,7.91777082 14.8144319,7.91777082 L65.1835003,7.91777082 Z M65.1835003,10.3920136 L14.8144319,10.3920136 C12.9053488,10.3920136 11.3577311,11.9428723 11.3577311,13.8559535 L11.3577311,64.3305058 C11.3577311,66.243587 12.9053488,67.7944457 14.8144319,67.7944457 L65.1835003,67.7944457 C67.0925834,67.7944457 68.6402011,66.243587 68.6402011,64.3305058 L68.6402011,13.8559535 C68.6402011,11.9428723 67.0925834,10.3920136 65.1835003,10.3920136 Z\" id=\"Fill-8\"><\/path><\/g><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-36ed140 elementor-widget elementor-widget-heading\" data-id=\"36ed140\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Electronics<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ee95c4b elementor-widget elementor-widget-text-editor\" data-id=\"ee95c4b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Unshielded unipolar and multipolar with and without sheath, round and flat. This sector includes also LED application, power and domotic cables.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9ec9208 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"9ec9208\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"https:\/\/www.tasker.it\/en\/products\/electronics\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"12px\" height=\"10px\" viewBox=\"0 0 12 10\"><title>icons\/arrow-right<\/title><g id=\"Symbols\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"BTN\/Outline\/white\" transform=\"translate(-152.000000, -15.000000)\" fill=\"#FFFFFF\" fill-rule=\"nonzero\"><g id=\"icons\/arrow-right\" transform=\"translate(152.619427, 15.265625)\"><path d=\"M0.616177263,3.8828125 L8.46383351,3.8828125 L8.46383351,3.8828125 L5.51070851,1.0390625 C5.38310435,0.920572917 5.31930226,0.779296875 5.31930226,0.615234375 C5.31930226,0.451171875 5.37626841,0.307617188 5.4902007,0.184570312 C5.60413299,0.0615234375 5.74313039,0 5.90719289,0 C6.07125539,0 6.21708872,0.0546875 6.34469289,0.1640625 L10.3642241,4.046875 C10.4918283,4.16536458 10.5556304,4.30891927 10.5556304,4.47753906 C10.5556304,4.64615885 10.4918283,4.78971354 10.3642241,4.90820312 L6.31734914,8.8046875 C6.19885955,8.9140625 6.0621408,8.96875 5.90719289,8.96875 C5.7340158,8.96875 5.58818247,8.90494792 5.46969289,8.77734375 C5.3512033,8.65885417 5.29423716,8.51757812 5.29879445,8.35351562 C5.30335174,8.18945312 5.36487518,8.04817708 5.48336476,7.9296875 L8.43648976,5.0859375 L8.43648976,5.0859375 L0.602505388,5.0859375 C0.447557471,5.0859375 0.310838721,5.03125 0.192349138,4.921875 C0.0738595546,4.8125 0.0100574713,4.68033854 0.000942887931,4.52539062 C-0.0081716954,4.35221354 0.0487944504,4.20182292 0.171841325,4.07421875 C0.2948882,3.94661458 0.44300018,3.8828125 0.616177263,3.8828125 Z\" id=\"Path\"><\/path><\/g><\/g><\/g><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Products<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f5f3ba7 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"f5f3ba7\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-474f71c\" data-id=\"474f71c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-381f271 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"381f271\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"82px\" height=\"78px\" viewBox=\"0 0 82 78\"><title>icons\/data-network<\/title><g id=\"TASKER-22\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"TASKER-Home-1\" transform=\"translate(-199.000000, -1859.000000)\" fill=\"#BC8A71\" stroke=\"#BC8A71\" stroke-width=\"0.2\"><g id=\"CATEGORIE\" transform=\"translate(0.000000, 1434.000000)\"><g transform=\"translate(200.000000, 426.000000)\"><path d=\"M73.4897344,15.733688 C73.480967,14.4049994 72.4294973,13.3570785 71.1143774,13.3662635 C69.7558377,13.3758659 68.7567641,14.374522 68.7482054,15.731183 C68.7394379,17.1181126 69.7687802,18.1530911 71.1511173,18.1472708 C72.4449448,18.1418186 73.4982932,17.0546529 73.4897344,15.733688 M18.5830615,68.9899898 C18.596004,70.2975947 19.6723148,71.3711918 20.9667685,71.3678596 C22.2658147,71.3647206 23.3341931,70.2871573 23.3379598,68.9762124 C23.3417081,67.6546213 22.2021462,66.5158944 20.9062313,66.5465806 C19.6184575,66.5772667 18.5701191,67.6798799 18.5830615,68.9899898 M62.0878537,4.94740866 C60.7716901,4.9386412 59.6953793,5.99219836 59.6855681,7.29875953 C59.6753394,8.68506289 60.7149103,9.7392463 62.0820088,9.72839134 C63.426771,9.71795388 64.4279322,8.7076078 64.4450496,7.3440581 C64.4615408,6.04041942 63.3950412,4.95617613 62.0878537,4.94740866 M62.8207722,71.5549314 C64.1381883,71.5475849 65.1859005,70.486304 65.1775505,69.1674266 C65.168783,67.8007457 64.1778506,66.7966621 62.8274521,66.7858071 C61.4421925,66.7749522 60.426419,67.7994932 60.4332729,69.2006177 C60.4395702,70.5188689 61.4979285,71.5624061 62.8207722,71.5549314 M41.7730089,13.5417888 C40.478764,13.5349328 39.3938944,14.6160448 39.386343,15.920101 C39.3790732,17.2170597 40.4708315,18.3390866 41.7444103,18.3436951 C43.10295,18.3484803 44.1704934,17.2711258 44.1550459,15.9107073 C44.1395985,14.567615 43.1152662,13.548919 41.7730089,13.5417888 M20.9682298,4.95740673 C19.6234675,4.95200115 18.6070677,5.95629349 18.5847315,7.31253697 C18.5626041,8.64665304 19.6746111,9.77535991 20.9901484,9.75406749 C22.2551685,9.73381882 23.3162407,8.67212044 23.3358631,7.40730911 C23.3573642,6.01035953 22.3451394,4.9628561 20.9682298,4.95740673 M62.6838327,40.7775369 C62.6696377,39.4275559 61.6505242,38.4117824 60.3070144,38.4084357 C59.0181969,38.4053112 57.9516973,39.4943557 57.950862,40.814068 C57.9502361,42.1271004 59.0259206,43.2301312 60.3051357,43.2282548 C61.6757828,43.2261649 62.6984451,42.1726078 62.6838327,40.7775369 M27.9337727,34.0489243 C29.2781175,34.0372344 30.2897161,33.0195821 30.3016148,31.6670961 C30.3128872,30.3768174 29.2246777,29.2835979 27.922709,29.2775169 C26.6174003,29.2712817 25.5183358,30.3478012 25.5116222,31.6391237 C25.5047671,33.0143634 26.5564456,34.060823 27.9337727,34.0489243 M7.07160534,33.5276776 C7.0765975,32.1455492 6.02450159,31.0861471 4.66512687,31.104517 C3.41680672,31.121217 2.35636084,32.1969015 2.33548593,33.4671403 C2.31377601,34.7920714 3.35063323,35.8903009 4.64362571,35.9122196 C6.03326906,35.9355995 7.06657754,34.9208697 7.07160534,33.5276776 M57.4367131,5.93103484 C53.1260423,3.82663427 48.5771887,2.66578003 43.7916136,2.40672229 C37.6153513,2.07251484 31.7330079,3.21374665 26.1698421,5.92811235 C25.9333292,6.04334191 25.7197788,6.36982564 25.6550666,6.63681585 C25.5458907,7.08750535 25.9084881,7.20022991 26.2821491,7.34614559 C29.2795787,8.5153498 32.2784696,9.68309276 35.2464655,10.9241067 C36.3365538,11.3800149 37.3443949,12.0323561 38.3708147,12.5847065 C40.7584879,10.7247512 42.5435022,10.7289262 45.2317742,12.5836627 C45.5146294,12.4260571 45.808757,12.265529 46.0999621,12.0993646 C49.271906,10.2909704 52.5855907,8.79361247 56.0800521,7.73838532 C57.0311134,7.45135519 57.5736525,7.05702797 57.4367131,5.93103484 M31.335132,28.2868205 C31.6280071,28.7525399 31.9649283,29.1637758 32.1596913,29.633879 C32.3506968,30.0945885 32.6400232,30.2135755 33.0938439,30.283924 C35.1218423,30.598509 37.1558944,30.8949328 39.1638528,31.3122225 C45.1205109,32.5505227 50.8118488,34.5678748 56.2677176,37.2601131 C56.5092404,37.3793089 56.8578516,37.281823 57.1565717,37.2853718 C57.1523967,36.9897829 57.2469601,36.6461817 57.129643,36.4057027 C54.1180185,30.2292317 50.050958,24.8468426 44.8956881,20.298824 C44.7040563,20.1297372 44.2669355,20.0251538 44.0563076,20.1255622 C42.5130248,20.8607768 41.0058557,20.8555581 39.4746804,20.1051048 C39.300166,20.0197263 38.9536424,20.04415 38.8144067,20.164807 C36.0129926,22.5925601 33.5219885,25.3085958 31.335132,28.2868205 M75.4914304,50.7515732 C75.521699,50.6730835 75.5910038,50.5060841 75.6517498,50.3359536 C76.7362018,47.3053328 77.3639106,44.17994 77.5691111,40.9702124 C78.0268981,33.8074015 76.5911211,27.0606277 73.0908147,20.7766509 C72.9755852,20.5697805 72.6019241,20.2744004 72.514667,20.3224127 C72.0105377,20.5994228 71.1820122,20.110741 70.9404894,21.0016825 C70.7436389,21.7281297 70.5012811,22.4430957 70.2589232,23.1561829 C68.6392383,27.9208831 66.5596789,32.4751642 64.0231675,36.8227836 C63.884558,37.0605489 63.7891596,37.5223021 63.9187929,37.6865877 C65.0005312,39.0595311 65.2476902,40.5844439 64.9153615,42.053412 C68.4926964,44.9955231 71.9819391,47.8651982 75.4914304,50.7515732 M65.1525006,11.0088589 C62.3698739,12.7456521 60.1045277,12.3707386 58.0796606,9.92712057 C57.962761,9.78600611 57.6293886,9.70104519 57.446733,9.75594623 C53.72223,10.8742156 50.1826788,12.4260571 46.833298,14.4001982 C46.6210001,14.5254477 46.4924106,14.9091287 46.453792,15.1903139 C46.3529661,15.9280335 46.4245671,16.7027017 46.2339791,17.4105702 C46.0813834,17.976698 46.1544457,18.2787581 46.586974,18.6622304 C51.6875517,23.1839466 55.7740258,28.4993272 58.8328276,34.5862447 C59.3208832,35.5575547 59.7390079,36.3606129 61.0000617,36.1105313 C61.0236504,36.1059388 61.0528753,36.1144976 61.0762552,36.1247263 C61.5031473,36.3109305 61.709809,36.1149151 61.9289956,35.7416715 C64.7581734,30.9243665 67.0038971,25.8530137 68.6498845,20.5138357 C68.7732553,20.1134547 68.7747165,19.8773594 68.3841468,19.6080729 C67.3042872,18.8636733 66.6922346,17.7921638 66.467203,16.5079387 C66.2467638,15.2502249 66.5590526,14.0906231 67.24375,12.9723537 C66.5423527,12.3139588 65.8639178,11.6768563 65.1525006,11.0088589 M22.9112672,32.0497334 C23.0029081,32.0601708 22.9002035,32.0290672 22.8023001,32.0399221 C18.5108343,32.516079 14.218951,32.9884785 9.93166016,33.4980352 C9.73564467,33.5212064 9.45091078,33.86773 9.42586087,34.0883779 C9.22128667,35.8909272 8.28045408,37.1521898 6.63342297,37.8251972 C5.9952767,38.0861336 5.87545467,38.4253511 5.90676705,39.0401174 C6.29420554,46.6473554 8.78750585,53.5277286 13.0530868,59.7935443 C14.4337539,61.8213339 16.0319377,63.6677205 17.8678868,65.286153 C19.1502331,64.5286022 19.1475193,64.5288109 19.037926,63.1230939 C18.64673,58.1093558 18.9441976,53.1398727 19.9528737,48.2096343 C20.8436065,43.8567962 22.2474448,39.6816037 24.1623011,35.6740368 C24.2852544,35.4164403 24.4307526,35.0444492 24.3343104,34.8290201 C23.9278758,33.9199173 23.4337664,33.0498507 22.9112672,32.0497334 M61.7292226,51.0826494 C61.111325,46.5877994 61.0278254,47.4629385 60.6748305,45.6568405 C60.031048,45.5526746 59.5045825,45.5660346 59.069758,45.3731503 C58.4658466,45.1053251 58.1698402,45.2965394 57.7899167,45.7647638 C49.5760536,55.8830457 39.4024531,63.3303818 27.2488666,68.0441472 C26.2706679,68.4234445 25.4243987,68.7298883 25.5755331,70.0013796 C25.5951555,70.1671265 25.5135346,70.3449808 25.479091,70.5159464 C25.6032968,70.5927661 25.6859614,70.6551821 25.7773936,70.6988107 C36.4073198,75.757221 47.0437172,75.768911 57.6943096,70.7545467 C58.1410328,70.5443363 58.1871664,70.3003085 58.1404066,69.852124 C57.8782176,67.3346088 59.1697488,65.3986688 61.5663983,64.5605408 C61.7993624,64.4791286 62.0772075,64.127595 62.0924462,63.8860721 C62.210807,62.0171407 62.2700918,60.1442429 62.3471202,58.2725977 C62.3471202,56.4758655 62.1411544,54.0792161 61.7292226,51.0826494 Z M64.6811449,58.2703015 C64.6325064,60.1688753 64.6178939,62.0743379 64.4260534,63.9601781 C64.344015,64.7680375 64.8663055,64.8131273 65.2650164,65.1187361 C65.7140359,65.4627548 65.9194451,65.088885 66.1678566,64.8580084 C69.5234999,61.738878 72.1737796,58.1024671 74.1690043,53.9794619 C74.3969584,53.5081062 74.3746223,53.2233723 73.9857225,52.8394826 C70.9960166,49.8879778 67.7894203,47.2024195 64.3659336,44.7661077 C63.7192287,44.3060245 63.2892053,44.2663621 62.8468658,44.9416658 C62.8621045,45.0124317 62.8794307,45.0882077 62.8950869,45.1641924 C63.2925453,47.0984624 63.4637197,47.0971877 64.0724323,50.9697161 C64.4782407,53.5514017 64.6811449,55.9849301 64.6811449,58.2703015 Z M26.5140695,36.3013281 C26.4942383,36.3169843 26.4660572,36.3286742 26.4560372,36.3493404 C22.2175937,45.0207817 20.5962387,54.1729724 21.4420904,63.7720951 C21.4587904,63.9620569 21.6915457,64.253262 21.866895,64.2900018 C23.1870249,64.5663858 24.1775398,65.3107854 25.0137891,66.4486772 C26.7180174,65.7378862 28.436232,65.0751075 30.1101918,64.3144255 C40.3572719,59.6576486 48.9984446,52.9236085 56.0831833,44.180775 C56.3829472,43.8106627 56.3816947,43.5609986 56.223254,43.0986192 C55.918689,42.2095564 55.7120273,41.2578688 55.6638062,40.3218375 C55.6356251,39.7749146 55.5414792,39.5169006 55.0486224,39.275169 C49.606531,36.6048494 43.9195768,34.6532532 37.9814974,33.4475179 C36.2062943,33.0870081 34.4091725,32.8335866 32.6506694,32.5359102 C31.4002617,35.6944942 29.9467411,36.5641433 26.5140695,36.3013281 Z M13.1912003,12.9264297 C14.7367554,11.2197723 15.1647936,10.8744244 16.2315019,9.84508213 C16.5550632,9.5330021 16.6429466,9.30024675 16.4957784,8.85247974 C15.7975124,6.72428176 16.5114346,4.65870854 18.3139838,3.43105456 C20.1411655,2.18670064 22.315497,2.30777517 24.0744177,3.79386065 C24.3898377,4.06043336 24.6065194,4.07337581 24.9603493,3.89907024 C31.2986009,0.776182373 38.0048773,-0.432892929 45.0311663,0.135948611 C49.5841948,0.504808427 53.9430866,1.64812773 58.0623344,3.64356123 C58.5065527,3.85878164 58.8063165,3.89197277 59.2365486,3.55943531 C60.8462136,2.31529014 62.8564683,2.26623408 64.5569392,3.3544436 C66.2889312,4.46269305 67.1331129,6.4299454 66.6531985,8.41619394 C66.5300365,8.92575071 66.5770051,9.26037566 67.0053584,9.54803204 C67.1550316,9.64864915 67.2892573,9.77890864 67.4115843,9.91292562 C68.2998121,10.8863231 69.1389839,11.494827 70.7056465,11.1034222 C72.5891904,10.6326928 74.1437457,11.6814487 75.1467855,13.3276449 C76.1393879,14.9569323 76.1264454,16.6530194 75.0991907,18.2681119 C74.8017231,18.7357101 74.8015143,19.0356827 75.0643296,19.5045334 C79.1654161,26.8218187 80.6890765,34.6707882 79.7163053,42.9823459 C78.6132745,52.4084155 74.4645932,60.310616 67.5424701,66.7732822 C67.2333125,67.0619823 67.1658865,67.2907714 67.292806,67.7109835 C67.9372148,69.8452352 67.2276763,71.8627962 65.4620756,73.068949 C63.693135,74.2776068 61.5726608,74.1997433 59.8166626,72.8182412 C59.4912226,72.5621059 59.2693222,72.5706647 58.9236335,72.7453877 C52.490401,75.9964476 45.6626326,77.247899 38.4996129,76.66194 C33.7077753,76.2701178 29.1351243,75.0243026 24.8413622,72.8368199 C24.3315967,72.5771359 24.0028167,72.5959233 23.5318786,72.9211545 C21.9153248,74.0379627 19.8875352,73.9767992 18.2657628,72.8374461 C16.6429466,71.6970493 15.8906145,69.8051554 16.3657277,67.9163927 C16.4895159,67.4249971 16.409565,67.1369233 16.0290152,66.7803797 C8.82048823,60.0252559 4.70917295,51.7281019 3.72721677,41.8939276 C3.62138093,40.8338992 3.62743466,39.7630159 3.55061495,38.6994388 C3.53475002,38.4789996 3.43079292,38.1262135 3.28362474,38.0748612 C1.53827277,37.4661486 0.543374139,36.194031 0,34.4960651 C0,33.87107 0,33.2458662 0,32.6208711 C0.0853784182,32.4100345 0.179106804,32.2019115 0.25488276,31.9875261 C0.883844066,30.2104443 2.10941055,29.115346 3.98606576,28.8644295 C4.60939084,28.7809298 4.84694742,28.528552 5.00309181,27.9455156 C5.91052453,24.55856 7.3206253,21.3828586 9.14091823,18.3879339 C10.8107362,15.8847028 12.1608302,14.0642014 13.1912003,12.9264297 Z M10.9556808,19.5950012 C9.2188876,22.4584138 8.10844474,25.4814401 7.19349705,28.7022314 C7.0651163,29.1543821 7.07764125,29.4524759 7.53125324,29.7259374 C7.87694189,29.9342691 8.20780936,30.2486454 8.41029607,30.5947515 C8.76704843,31.2045079 9.1866343,31.2268441 9.82916431,31.0955408 C14.1227176,30.2175417 18.468667,29.7766634 22.8494775,29.70047 C23.3652967,29.6914938 23.6638081,29.5432818 23.9689994,29.0875824 C25.0659764,27.45078 26.6522614,26.7406152 28.6057363,27.0044742 C29.1637229,27.0798327 29.4413594,26.9163821 29.7528131,26.4972137 C31.8878998,23.6258686 34.300623,21.004605 36.988895,18.642608 C37.378421,18.3000505 37.5170305,18.0361916 37.3496136,17.4679763 C37.1358545,16.7423641 37.1101783,15.938471 37.1385682,15.1734052 C37.1540156,14.7636305 37.0757347,14.5707463 36.739231,14.3768183 C33.1182676,12.2897439 29.3077599,10.6531502 25.2250432,9.47496982 C24.5184272,10.6731902 23.5333398,11.558078 22.1459927,11.9025141 C20.7624031,12.2459066 19.4612694,12.0373661 18.1104534,11.1533133 C17.0873736,12.2189779 16.6474791,12.5832467 14.9969592,14.3699296 C13.8966127,15.5610514 12.5495199,17.302742 10.9556808,19.5950012 Z\"><\/path><\/g><\/g><\/g><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1bd102c elementor-widget elementor-widget-heading\" data-id=\"1bd102c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Data network<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8bf2055 elementor-widget elementor-widget-text-editor\" data-id=\"8bf2055\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>LAN cables both for fixed and mobile installations, for indoor and outdoor. Shielded cables with CPR and UKCA certifications and telephone RS485, RS422, alarm and USB cables.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-390cff5 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"390cff5\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"https:\/\/www.tasker.it\/en\/products\/data-network\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"12px\" height=\"10px\" viewBox=\"0 0 12 10\"><title>icons\/arrow-right<\/title><g id=\"Symbols\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"BTN\/Outline\/white\" transform=\"translate(-152.000000, -15.000000)\" fill=\"#FFFFFF\" fill-rule=\"nonzero\"><g id=\"icons\/arrow-right\" transform=\"translate(152.619427, 15.265625)\"><path d=\"M0.616177263,3.8828125 L8.46383351,3.8828125 L8.46383351,3.8828125 L5.51070851,1.0390625 C5.38310435,0.920572917 5.31930226,0.779296875 5.31930226,0.615234375 C5.31930226,0.451171875 5.37626841,0.307617188 5.4902007,0.184570312 C5.60413299,0.0615234375 5.74313039,0 5.90719289,0 C6.07125539,0 6.21708872,0.0546875 6.34469289,0.1640625 L10.3642241,4.046875 C10.4918283,4.16536458 10.5556304,4.30891927 10.5556304,4.47753906 C10.5556304,4.64615885 10.4918283,4.78971354 10.3642241,4.90820312 L6.31734914,8.8046875 C6.19885955,8.9140625 6.0621408,8.96875 5.90719289,8.96875 C5.7340158,8.96875 5.58818247,8.90494792 5.46969289,8.77734375 C5.3512033,8.65885417 5.29423716,8.51757812 5.29879445,8.35351562 C5.30335174,8.18945312 5.36487518,8.04817708 5.48336476,7.9296875 L8.43648976,5.0859375 L8.43648976,5.0859375 L0.602505388,5.0859375 C0.447557471,5.0859375 0.310838721,5.03125 0.192349138,4.921875 C0.0738595546,4.8125 0.0100574713,4.68033854 0.000942887931,4.52539062 C-0.0081716954,4.35221354 0.0487944504,4.20182292 0.171841325,4.07421875 C0.2948882,3.94661458 0.44300018,3.8828125 0.616177263,3.8828125 Z\" id=\"Path\"><\/path><\/g><\/g><\/g><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Products<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-5227a1c\" data-id=\"5227a1c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8104e9d elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"8104e9d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"78px\" height=\"70px\" viewBox=\"0 0 78 70\"><title>icons\/accessori<\/title><g id=\"TASKER-22\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"TASKER-Home-1\" transform=\"translate(-689.000000, -1861.000000)\" fill=\"#BC8A71\"><g id=\"CATEGORIE\" transform=\"translate(0.000000, 1434.000000)\"><g id=\"accessori\" transform=\"translate(689.000000, 427.000000)\"><path d=\"M62.7112162,64.6512641 L64.8540302,64.6512641 L64.8540302,58.2803091 L62.7112162,58.2803091 L62.7112162,64.6512641 Z M67.2474397,53.1520082 L68.5854334,53.1520082 L68.5854334,10.0475608 L67.2474397,10.0475608 L67.2474397,53.1520082 Z M8.99147931,53.1457332 L10.3312947,53.1457332 L10.3312947,10.0412858 L8.99147931,10.0412858 L8.99147931,53.1457332 Z M58.1701345,53.1615219 L60.3174018,53.1615219 L60.3174018,10.0518116 L58.1701345,10.0518116 L58.1701345,53.1615219 Z M62.6545387,54.3201718 C62.6547411,55.5027072 62.9978423,56.0389167 63.7585353,56.0601708 C64.544733,56.0822345 64.9242698,55.5148523 64.9242698,54.3049903 C64.9250795,39.1601571 64.9250795,24.0155263 64.9242698,8.87069313 C64.9242698,7.68431176 64.5835976,7.15356753 63.8188563,7.13190863 C63.0308367,7.10984489 62.6545387,7.672369 62.6545387,8.88607702 C62.653729,16.4583924 62.6541338,24.0307078 62.6541338,31.6032256 C62.6541338,39.175541 62.6535266,46.7478564 62.6545387,54.3201718 Z M53.5632665,54.3110629 C53.5634689,55.5193056 53.9464468,56.0870926 54.7338591,56.0601708 C55.4923254,56.0340586 55.8332001,55.4976467 55.8332001,54.3140992 C55.8338073,39.1694684 55.8338073,24.0246352 55.8332001,8.88000443 C55.8332001,7.67196416 55.4504246,7.10559408 54.6611905,7.13190863 C53.9011048,7.1574135 53.5634689,7.68977709 53.5632665,8.87696813 C53.5624568,16.4239811 53.5628617,23.9711964 53.5628617,31.5182094 C53.5628617,39.1158272 53.5624568,46.713445 53.5632665,54.3110629 Z M49.0177316,54.3078242 C49.017934,55.518091 49.3980781,56.0846635 50.1850855,56.0601708 C50.9445639,56.0364877 51.2874628,55.4990636 51.2876652,54.3173379 C51.2882724,39.1725047 51.2882724,24.0278739 51.2876652,8.88324314 C51.2876652,7.67317868 50.9075211,7.10802312 50.1188943,7.13190863 C49.357999,7.15518689 49.017934,7.68836015 49.0177316,8.87372942 C49.0169219,16.4207424 49.0173268,23.9679577 49.0173268,31.5149706 C49.0173268,39.1125885 49.0169219,46.7102063 49.0177316,54.3078242 Z M46.7419279,8.83567453 C46.7417255,7.67621498 46.3710951,7.1284675 45.6014958,7.13187656 C44.8280504,7.13555218 44.4723992,7.66993997 44.4723992,8.84559309 C44.4715895,24.0155263 44.4715895,39.1854595 44.4740185,54.3553928 C44.4740185,54.631898 44.4705774,54.9158927 44.5290766,55.183289 C44.6525526,55.7492542 45.0452467,56.0538958 45.6114143,56.0511008 C46.1773796,56.048228 46.5725027,55.7411575 46.6848455,55.1733704 C46.747798,54.8555716 46.7403085,54.520972 46.7405109,54.1940643 C46.7431424,46.6721514 46.7425351,39.1502385 46.7425351,31.6283256 C46.7425351,24.0307078 46.74294,16.43309 46.7419279,8.83567453 Z M42.1965954,8.88223104 C42.196393,7.67277384 41.8156417,7.10741586 41.0270149,7.13190863 C40.2661195,7.15579415 39.9266619,7.68876499 39.9266619,8.8745391 C39.9260546,24.0191699 39.9260546,39.1640031 39.9278764,54.3086338 C39.9278764,54.5855439 39.9244352,54.8675144 39.9730159,55.137947 C40.0754403,55.70958 40.4557867,56.0320344 41.0195254,56.0498474 C41.6203068,56.0690772 42.0318259,55.748647 42.1455857,55.1450317 C42.2055019,54.8264232 42.1949761,54.4922284 42.1951785,54.1651183 C42.1976075,46.6683055 42.1970003,39.171695 42.1970003,31.6750846 C42.1970003,24.0774667 42.1974051,16.4798489 42.1965954,8.88223104 Z M35.381127,54.3096459 C35.3813294,55.5186983 35.7628904,56.0860805 36.5503027,56.0601708 C37.3091738,56.0352732 37.6508581,55.4982539 37.6508581,54.3155161 C37.6516678,39.1708853 37.6516678,24.0260521 37.6508581,8.88142137 C37.6508581,7.67257142 37.2692971,7.1068086 36.4804679,7.13190863 C35.7199774,7.1564014 35.3813294,7.68896741 35.381127,8.87534878 C35.3803173,16.4225641 35.3807221,23.9695771 35.3807221,31.5167924 C35.3807221,39.1144103 35.3803173,46.7120281 35.381127,54.3096459 Z M24.0142535,8.87858749 C24.0140511,7.67155932 23.6302635,7.10458198 22.8410294,7.13190863 C22.0813486,7.1584256 21.7445223,7.69018193 21.7443199,8.87818265 C21.7437127,24.0230158 21.7437127,39.1676466 21.7457368,54.3124798 C21.7457368,54.5891874 21.7420933,54.8713604 21.7914837,55.1415906 C21.8957298,55.7126163 22.2768859,56.0340586 22.840827,56.0500498 C23.4418108,56.067053 23.8494839,55.7452059 23.9646607,55.1415906 C24.0209333,54.8476773 24.0128365,54.5389874 24.0128365,54.2369773 C24.0152656,46.6899644 24.0146583,39.142749 24.0146583,31.5957361 C24.0146583,24.0234207 24.0150632,16.4509029 24.0142535,8.87858749 Z M17.198785,54.3203742 C17.1989875,55.5027072 17.5422911,56.0389167 18.302984,56.0601708 C19.0889794,56.0822345 19.4687186,55.5148523 19.4687186,54.3047879 C19.4693259,39.1601571 19.4693259,24.0153239 19.4687186,8.87069313 C19.4685162,7.68431176 19.1280464,7.15356753 18.3633051,7.13190863 C17.5750831,7.10984489 17.1989875,7.67257142 17.198785,8.88607702 C17.1979754,16.4585948 17.1983802,24.0309102 17.1983802,31.6032256 C17.1983802,39.175541 17.1979754,46.7478564 17.198785,54.3203742 Z M12.6532502,54.3112653 C12.6534526,55.5193056 13.0364305,56.087295 13.8240452,56.0601708 C14.5825115,56.0340586 14.9229813,55.4976467 14.9231837,54.3138968 C14.923791,39.169266 14.923791,24.0244328 14.9231837,8.87980201 C14.9229813,7.67196416 14.5402058,7.10539166 13.7509717,7.13190863 C12.9910885,7.1574135 12.6534526,7.68977709 12.6532502,8.87717055 C12.6524405,16.4241835 12.6528453,23.9713988 12.6528453,31.5184118 C12.6528453,39.1160296 12.6524405,46.7136475 12.6532502,54.3112653 Z M28.5622174,46.2905905 C28.5599908,33.8174938 28.560598,21.3445995 28.5597884,8.87170522 C28.5597884,7.6847166 28.2191161,7.15376995 27.4545773,7.13190863 C26.6661529,7.10964247 26.2900572,7.672369 26.2898548,8.88668428 C26.2892475,24.0361731 26.2892475,39.1854595 26.2914741,54.3349484 C26.2914741,54.611656 26.288033,54.894841 26.3420791,55.1636543 C26.4566486,55.732251 26.8438773,56.0427627 27.4094377,56.052174 C27.9762126,56.0591587 28.368097,55.7557317 28.5004794,55.1923979 C28.5573593,54.9505064 28.5551327,54.6916118 28.5577642,54.4402066 C28.5664682,53.6072499 28.5409633,52.7728762 28.5749698,51.941134 M30.8252687,51.9542913 C30.8457131,52.2305941 30.8319485,52.5095283 30.8351873,52.787248 C30.8436889,53.5442974 30.814338,54.3041806 30.873647,55.0571816 C30.9246567,55.7029002 31.3590492,56.060778 31.9976831,56.049664 C32.5982621,56.0374998 32.982657,55.6848848 33.0690901,55.0764114 C33.1113958,54.7786522 33.1045136,54.4723913 33.1045136,54.1699764 C33.1063353,46.6711393 33.105999,39.1723023 33.105999,31.6732628 C33.105999,24.1238208 33.1063353,16.5743788 33.1041087,9.02493687 C33.1039063,8.69762435 33.1118007,8.36423925 33.0549208,8.04441626 C32.9537109,7.47359294 32.5672919,7.15478205 32.0017315,7.14042937 C31.3993307,7.12786024 30.99186,7.4505171 30.8827559,8.05554933 C30.8252687,8.37496749 30.8368066,8.70895985 30.8368066,9.03627237 C30.8347824,21.4587642 30.8353897,33.8812559 30.8329606,46.3037477 L30.8252687,51.9542913 Z M75.3053598,19.7495329 C75.3045501,14.3961414 75.3057646,9.0427498 75.3039429,3.68935823 C75.303538,2.50277445 74.7863559,2.09125537 73.6351955,2.3495428 C71.9140216,2.73575943 70.9116396,4.08063535 70.9116396,6.02345882 C70.9102227,23.0686074 70.9108299,40.1135535 70.9110324,57.1584996 C70.9110324,57.3352119 70.9079961,57.5123291 70.9177122,57.6886366 C70.9982752,59.1452481 71.9970136,60.3832465 73.4070686,60.7787744 C74.7707696,61.1613475 75.3045501,60.7631881 75.3045501,59.3598129 C75.304955,48.2236978 75.3047525,37.0877851 75.3051574,25.9516699 C75.3051574,25.6992527 75.2826888,25.4423822 75.3201364,25.1950254 L75.3053598,19.7495329 Z M0,10.9139167 L0,2.58050358 C0.91007859,0.588289728 2.00233483,-0.148517672 3.78949762,0.0243486795 C6.64260209,0.300044195 8.85950172,2.67705774 8.93298004,5.55182111 C8.95119781,6.27182769 8.9356115,6.99244152 8.9356115,7.6970642 L10.3958666,7.6970642 C11.2407661,5.00549057 13.2611163,4.20026534 15.792576,5.4856299 C15.9696931,5.57550421 16.3051024,5.49008313 16.5044858,5.37672815 C17.7353994,4.67676112 18.9555849,4.6538877 20.1581598,5.40182818 C20.4739344,5.59797279 20.6838435,5.64392204 21.0243133,5.42510643 C22.2430818,4.64194494 23.5043585,4.64073043 24.7261633,5.4196411 C25.0609653,5.6331938 25.2710769,5.60748651 25.5923168,5.40729351 C26.8214087,4.64073043 28.0602167,4.67858289 29.3119796,5.40830561 C29.5083267,5.52287511 29.8864465,5.52226785 30.0831984,5.40769835 C31.3351637,4.67878531 32.5737693,4.64032559 33.8026588,5.40790077 C34.124506,5.60890345 34.33482,5.63177686 34.6688123,5.41903385 C35.891022,4.64113526 37.1522986,4.6415401 38.3706623,5.42571369 C38.7119417,5.64533898 38.9216485,5.59675827 39.2366134,5.4010185 C40.4397956,4.65429254 41.6794133,4.6445764 42.8763205,5.40081608 C43.2384492,5.62955025 43.4582769,5.60465263 43.8078556,5.38846848 C45.0118474,4.64417156 46.25187,4.65409012 47.4469554,5.41417578 C47.7760897,5.62368008 47.985594,5.6208462 48.3133114,5.41296126 C49.5094089,4.65449496 50.749229,4.64376672 51.9524112,5.389683 C52.3034068,5.60728409 52.5149353,5.57651631 52.8877922,5.41356852 C53.5171148,5.1388851 54.2286198,4.86157023 54.891544,4.89193317 C56.6434858,4.97188892 57.6519403,6.05787015 58.0990852,7.70455372 L60.3785325,7.70455372 C61.0123083,5.85727231 62.0839178,4.86784523 63.6249383,4.88424122 C64.2763246,4.89132591 64.9742675,5.0935431 65.5627013,5.38502735 C66.4875565,5.84310294 66.9425958,6.73374925 67.1753784,7.69220613 L68.6419085,7.69220613 C68.6419085,6.95256485 68.6273343,6.25077605 68.6445399,5.5495945 C68.7093142,2.8964806 70.6001158,0.65023013 73.1937184,0.130416558 C75.8160645,-0.395064763 77.576103,1.02632578 77.5771151,3.6766058 C77.5789369,9.0550974 77.5777224,14.4337914 77.5771151,19.8124854 L77.5773176,25.9615885 C77.5777224,36.0370249 77.5777224,46.1126636 77.57752,56.1881 C77.57752,57.4505911 77.5981668,58.7136895 77.5702329,59.9757758 C77.5291417,61.816175 76.077793,63.1964743 74.2369891,63.1845316 C71.2853062,63.1657065 68.7702425,60.7439583 68.6508149,57.7860004 C68.620452,57.0360357 68.6461593,56.2838444 68.6461593,55.5116136 L67.1994663,55.5116136 C67.1994663,55.8634189 67.1996687,56.1642145 67.1994663,56.4648076 C67.1990615,59.4952316 67.2055389,62.5254533 67.1944058,65.5554725 C67.1907623,66.5556278 66.7907811,66.9537872 65.8418379,66.9746364 C65.5515682,66.9811139 65.2612985,66.9756485 64.9242698,66.9756485 C64.9242698,67.6223792 64.9384392,68.1517065 64.9210311,68.6800217 C64.893502,69.5186462 64.4601216,70.0070847 63.7779675,70.0010479 C63.1049223,69.9929153 62.680246,69.4955703 62.6569677,68.6581604 C62.6417862,68.1142589 62.6541338,67.5697501 62.6541338,67.0035824 C62.4156835,66.9902227 62.2926124,66.9794945 62.1695413,66.9770655 C60.6070643,66.9442735 60.3803543,66.7157417 60.379747,65.1558962 C60.3783301,62.2266819 60.3803543,59.2974677 60.3775204,56.3682534 C60.3771156,56.0791982 60.3524204,55.7899406 60.3388583,55.4980515 L58.090786,55.4980515 C57.2373849,58.1620961 55.1032749,59.0355367 52.7513614,57.7418729 C52.5703983,57.6422825 52.2250704,57.6690019 52.0396541,57.7785109 C50.7621839,58.5317143 49.519125,58.5211885 48.2424645,57.7696044 C48.0509755,57.6568567 47.6724509,57.680135 47.4702337,57.7963238 C46.2138151,58.5195691 44.9922127,58.5163304 43.7368063,57.7934899 C43.5356012,57.6775035 43.1570765,57.6592857 42.964373,57.7726407 C41.6869028,58.5246296 40.4454633,58.5252368 39.1659689,57.7783085 C38.9708364,57.6643462 38.5923117,57.672443 38.3935357,57.7878222 C37.1106002,58.5313094 35.8673389,58.5213909 34.5965485,57.7604955 C34.4180144,57.653618 34.0647922,57.6540228 33.8862581,57.7611028 C32.6150629,58.5240223 31.3718017,58.5288804 30.089271,57.7868101 C29.8904949,57.6718358 29.5121726,57.6649535 29.3168377,57.7791181 C28.0369385,58.5276659 26.795499,58.5222006 25.5184336,57.771831 C25.3259326,57.6586785 24.9474079,57.6781108 24.7460004,57.7942996 C23.4901891,58.518557 22.2687891,58.5173425 21.012573,57.7955141 C20.8105582,57.6793253 20.4318311,57.6572615 20.2401398,57.7704141 C18.9634792,58.5238199 17.7238615,58.5228078 16.4401163,57.7831665 C16.2332435,57.6639414 15.8267849,57.6999721 15.6055402,57.8266868 C13.6167675,58.9671189 11.3174831,58.134567 10.5468716,55.9648311 C10.4901941,55.8053245 10.432707,55.6460202 10.379673,55.4982539 L8.93581392,55.4982539 C8.93581392,56.2352637 8.96637928,56.9380646 8.93014617,57.6374244 C8.81314763,59.8923789 7.7633995,61.5807609 5.74021545,62.5958953 C3.1690815,63.8859155 1.17545071,63.1772444 0,60.6121831 L0,15.1564294 L0,10.9139167 Z M2.27276744,16.567699 C2.27276744,30.8583214 2.27256502,45.1487414 2.27317228,59.4391614 C2.27317228,60.7237163 2.78387697,61.1222805 4.02551889,60.8154124 C5.71632994,60.3974159 6.66588035,59.087761 6.66608277,57.1558682 C6.66749971,42.7391383 6.66689245,28.3224085 6.66689245,13.9056786 C6.66669003,11.178884 6.67883521,8.45208936 6.66162954,5.72529472 C6.65069888,4.01161026 5.5230192,2.66572224 3.87309692,2.33253955 C2.79258101,2.11412879 2.27661341,2.51998012 2.27418438,3.60778313 C2.26952873,5.77913834 2.2630513,7.95049355 2.27863761,10.1218488 L2.27276744,16.567699 Z\" id=\"Fill-1\"><\/path><\/g><\/g><\/g><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-21e155e elementor-widget elementor-widget-heading\" data-id=\"21e155e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Accessories<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f23fe2a elementor-widget elementor-widget-text-editor\" data-id=\"f23fe2a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tA big variety of accessories: connectors, assembled cables, professional\n cable drums (empty and assembled) stageboxes and additional accessories\n for cabling.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9dc9fc9 elementor-align-center elementor-invisible elementor-widget elementor-widget-button\" data-id=\"9dc9fc9\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"https:\/\/www.tasker.it\/en\/products\/accessories\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"12px\" height=\"10px\" viewBox=\"0 0 12 10\"><title>icons\/arrow-right<\/title><g id=\"Symbols\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"BTN\/Outline\/white\" transform=\"translate(-152.000000, -15.000000)\" fill=\"#FFFFFF\" fill-rule=\"nonzero\"><g id=\"icons\/arrow-right\" transform=\"translate(152.619427, 15.265625)\"><path d=\"M0.616177263,3.8828125 L8.46383351,3.8828125 L8.46383351,3.8828125 L5.51070851,1.0390625 C5.38310435,0.920572917 5.31930226,0.779296875 5.31930226,0.615234375 C5.31930226,0.451171875 5.37626841,0.307617188 5.4902007,0.184570312 C5.60413299,0.0615234375 5.74313039,0 5.90719289,0 C6.07125539,0 6.21708872,0.0546875 6.34469289,0.1640625 L10.3642241,4.046875 C10.4918283,4.16536458 10.5556304,4.30891927 10.5556304,4.47753906 C10.5556304,4.64615885 10.4918283,4.78971354 10.3642241,4.90820312 L6.31734914,8.8046875 C6.19885955,8.9140625 6.0621408,8.96875 5.90719289,8.96875 C5.7340158,8.96875 5.58818247,8.90494792 5.46969289,8.77734375 C5.3512033,8.65885417 5.29423716,8.51757812 5.29879445,8.35351562 C5.30335174,8.18945312 5.36487518,8.04817708 5.48336476,7.9296875 L8.43648976,5.0859375 L8.43648976,5.0859375 L0.602505388,5.0859375 C0.447557471,5.0859375 0.310838721,5.03125 0.192349138,4.921875 C0.0738595546,4.8125 0.0100574713,4.68033854 0.000942887931,4.52539062 C-0.0081716954,4.35221354 0.0487944504,4.20182292 0.171841325,4.07421875 C0.2948882,3.94661458 0.44300018,3.8828125 0.616177263,3.8828125 Z\" id=\"Path\"><\/path><\/g><\/g><\/g><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Products<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-9bdfc3e\" data-id=\"9bdfc3e\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-27f81a4 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"27f81a4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"50px\" height=\"50px\" viewBox=\"0 0 50 50\"><title>icons\/call-center<\/title><g id=\"TASKER-22\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"TASKER-Prodotti\" transform=\"translate(-1020.000000, -942.000000)\" fill=\"#000000\"><g id=\"icons\/call-center\" transform=\"translate(1020.000000, 942.000000)\"><path d=\"M42.887928,33.5614869 C45.025996,32.9756713 46.5472648,30.6784572 46.4424269,28.2480152 C46.3519053,26.1501961 44.6636116,23.9339024 42.887928,23.5982991 L42.887928,33.5614869 Z M7.11805217,33.5599967 L7.11805217,23.5810122 C5.08258521,24.1805381 3.57995753,26.3159115 3.58085191,28.5697593 C3.58159796,30.8271838 5.07751481,32.9536156 7.11805217,33.5599967 L7.11805217,33.5599967 Z M10.7242989,19.6484024 C10.7242989,19.9060659 10.7242989,20.1225986 10.7242989,20.3392803 C10.7242989,25.3958336 10.7211672,30.4523869 10.7251937,35.5089402 C10.7295185,40.9210662 14.2764117,45.2257905 19.5836283,46.2492913 C20.1640398,46.3612088 20.7610048,46.3871391 21.417174,46.4603102 L21.417174,46.4528455 C21.417174,45.4678386 22.21568,44.6693327 23.2006869,44.6693327 C24.1856939,44.6693327 24.9841998,45.4678386 24.9841998,46.4528455 C24.9841998,46.945781 24.9841998,47.4387166 24.9841998,47.9316521 C24.9841998,48.3709385 24.9841998,49.0298682 24.9841998,49.9084411 C24.9586987,49.9285594 24.9305132,49.9704353 24.9020295,49.9705843 C22.0429209,49.9910007 19.1630834,50.2023176 16.4195501,49.1044534 C11.3157461,47.0622205 8.23577691,43.3524024 7.25763728,37.9362527 C7.17323004,37.4690607 7.00784556,37.271156 6.53689496,37.1471675 C2.99089647,36.2138265 0.441231385,33.1243978 0.0432050582,29.337534 C-0.32275845,25.8548294 1.6664784,22.2418773 4.85933852,20.6578949 C5.25542616,20.4614805 5.37577358,20.252399 5.37651922,19.822314 C5.38964261,11.4407241 10.217259,4.27562194 18.0569908,1.30243238 C29.342506,-2.97740476 41.3955902,3.72423096 44.0842439,15.0614255 C44.457813,16.6364664 44.4942006,18.2939179 44.6451195,19.9170937 C44.6762876,20.252101 44.7478697,20.4328678 45.057164,20.5924731 C48.6107681,22.4259226 50.4747363,26.0616755 49.895816,29.9907088 C49.358652,33.6361482 46.4574889,36.634523 42.6767608,37.331809 C41.5952745,37.5313529 40.4681546,37.4842612 39.3291044,37.5520673 L39.3291044,19.6659873 L41.1092618,19.6659873 C40.9237449,14.1668309 38.7935808,9.70414061 34.3177605,6.59206014 C28.8885562,2.81696927 23.0620711,2.46586734 17.2615346,5.62265519 C11.8217421,8.58302864 9.19303842,13.4105311 8.8980605,19.6484024 L10.7242989,19.6484024 Z\" id=\"Fill-1\"><\/path><\/g><\/g><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd78248 elementor-widget elementor-widget-heading\" data-id=\"fd78248\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Tasker is always by your side.<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1b98fd8 elementor-widget elementor-widget-text-editor\" data-id=\"1b98fd8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p class=\"p1\">Contact us now if you need more information about our products or if you have difficulty finding what you need.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-10fd48c elementor-widget elementor-widget-button\" data-id=\"10fd48c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"https:\/\/www.tasker.it\/en\/contacts\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"12px\" height=\"10px\" viewBox=\"0 0 12 10\"><title>icons\/arrow-right-black<\/title><g id=\"Symbols\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"BTN\/Outline\/black\" transform=\"translate(-152.000000, -15.000000)\" fill=\"#000000\" fill-rule=\"nonzero\"><g id=\"icons\/arrow-right-black\" transform=\"translate(152.619427, 15.265625)\"><path d=\"M0.616177263,3.8828125 L8.46383351,3.8828125 L8.46383351,3.8828125 L5.51070851,1.0390625 C5.38310435,0.920572917 5.31930226,0.779296875 5.31930226,0.615234375 C5.31930226,0.451171875 5.37626841,0.307617188 5.4902007,0.184570312 C5.60413299,0.0615234375 5.74313039,0 5.90719289,0 C6.07125539,0 6.21708872,0.0546875 6.34469289,0.1640625 L10.3642241,4.046875 C10.4918283,4.16536458 10.5556304,4.30891927 10.5556304,4.47753906 C10.5556304,4.64615885 10.4918283,4.78971354 10.3642241,4.90820312 L6.31734914,8.8046875 C6.19885955,8.9140625 6.0621408,8.96875 5.90719289,8.96875 C5.7340158,8.96875 5.58818247,8.90494792 5.46969289,8.77734375 C5.3512033,8.65885417 5.29423716,8.51757812 5.29879445,8.35351562 C5.30335174,8.18945312 5.36487518,8.04817708 5.48336476,7.9296875 L8.43648976,5.0859375 L8.43648976,5.0859375 L0.602505388,5.0859375 C0.447557471,5.0859375 0.310838721,5.03125 0.192349138,4.921875 C0.0738595546,4.8125 0.0100574713,4.68033854 0.000942887931,4.52539062 C-0.0081716954,4.35221354 0.0487944504,4.20182292 0.171841325,4.07421875 C0.2948882,3.94661458 0.44300018,3.8828125 0.616177263,3.8828125 Z\" id=\"Path\"><\/path><\/g><\/g><\/g><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Contact us<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a2492c6 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a2492c6\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-15a6e4f\" data-id=\"15a6e4f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a01f9e2 elementor-widget elementor-widget-heading\" data-id=\"a01f9e2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><span style=\"color: #BC8A71;margin-right: 10px\">| <\/span>Recommended products<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f423efc elementor-widget elementor-widget-shortcode\" data-id=\"f423efc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\n<link rel=\"stylesheet\" href=\"https:\/\/www.tasker.it\/php\/assets\/css\/slider.css\" media=\"all\"\/>\n\n<section class=\"fam-wrapper wordpress\">\n\n\n<div class=\"slider-container\">\n  \n<\/div>\n<div class=\"slider-dots\">\n      <!-- <span class=\"dot1\" onclick=\"currentSlide1(1)\"><\/span>\n      <span class=\"dot1\" onclick=\"currentSlide1(2)\"><\/span> -->\n\n<\/div>\n\n<script>\n      let dots1 = document.getElementsByClassName(\"dot1\");\n      const imgpath = `https:\/\/www.tasker.it\/db_files\/products\/`;\n      const sliderWrapper = document.querySelector(\".slider-container\");\n      const slider = document.querySelector(\".slider\");\n      const dotsContainer = document.querySelector(\".slider-dots\");\n      \n      let data = [{\"ID0\":\"1316\",\"foto\":\"4724.jpg\",\"cod\":\"C128 AR\",\"urw\":\"c128-ar\",\"nome\":\"Cavo microfonico bilanciato 2x0,35 mm\u00b2 armato\",\"pathProd\":\"https:\\\/\\\/www.tasker.it\\\/1738\\\/prodotti\\\/audio\\\/code\\\/?id=c128-ar\"},{\"ID0\":\"1976\",\"foto\":\"d516b87f95.png\",\"cod\":\"C282 Super\",\"urw\":\"c282-super\",\"nome\":\"Cavo cassa 8x4,00 mm\u00b2 - Costruzione a corona\",\"pathProd\":\"https:\\\/\\\/www.tasker.it\\\/1738\\\/prodotti\\\/audio\\\/code\\\/?id=c282-super\"},{\"ID0\":\"1979\",\"foto\":\"e77fdeed5c.png\",\"cod\":\"C747 PVC\",\"urw\":\"c747-pvc\",\"nome\":\"Cavo Komby multi Cat. 7 4x2x0,14\",\"pathProd\":\"https:\\\/\\\/www.tasker.it\\\/1738\\\/prodotti\\\/audio\\\/code\\\/?id=c747-pvc\"},{\"ID0\":\"2070\",\"foto\":\"ea607aee25.jpg\",\"cod\":\"TSK1078 CPR Cca\",\"urw\":\"tsk1078-cpr-cca\",\"nome\":\"Cavo coassiale HDTV-HD SDI 1x0.52 (75Ohm) CPR Cca\",\"pathProd\":\"https:\\\/\\\/www.tasker.it\\\/1738\\\/prodotti\\\/video\\\/code\\\/?id=tsk1078-cpr-cca\"},{\"ID0\":\"2071\",\"foto\":\"7cebf1c723.jpg\",\"cod\":\"TSK503 CPR Cca\",\"urw\":\"tsk503-cpr-cca\",\"nome\":\"Cavo cassa 4x2,50 mm\u00b2 \",\"pathProd\":\"https:\\\/\\\/www.tasker.it\\\/1738\\\/prodotti\\\/audio\\\/code\\\/?id=tsk503-cpr-cca\"},{\"ID0\":\"2082\",\"foto\":\"0a7d45891e.jpg\",\"cod\":\"TSK1050 CPR Cca\",\"urw\":\"tsk1050-cpr-cca\",\"nome\":\"Cavo microfonico 2x0,35 mm\u00b2 CPR Cca\",\"pathProd\":\"https:\\\/\\\/www.tasker.it\\\/1738\\\/prodotti\\\/audio\\\/code\\\/?id=tsk1050-cpr-cca\"},{\"ID0\":\"2109\",\"foto\":\"81cea3c137.jpg\",\"cod\":\"TSK912 CPR Cca\",\"urw\":\"tsk912-cpr-cca\",\"nome\":\"Cavo muticoppia DMX 12x2x0,25 mm\u00b2\",\"pathProd\":\"https:\\\/\\\/www.tasker.it\\\/1738\\\/prodotti\\\/audio\\\/code\\\/?id=tsk912-cpr-cca\"},{\"ID0\":\"2151\",\"foto\":\"195cec5bfd.png\",\"cod\":\"PC8333DSPVV-1\",\"urw\":\"pc8333dspvv-1\",\"nome\":\"Cablato con cavo C283 PVC Extra Soft + 2 XLR 3 poli \\u0026amp; 2 PowercON - mt. 1\",\"pathProd\":\"https:\\\/\\\/www.tasker.it\\\/1738\\\/prodotti\\\/accessori\\\/code\\\/?id=pc8333dspvv-1\"},{\"ID0\":\"2171\",\"foto\":\"4a70937f63.jpg\",\"cod\":\"SB3712F12MLPF\",\"urw\":\"sb3712f12mlpf\",\"nome\":\"Stagebox con connettori Neutrik XLR da pannello, 12 maschi + 12 femmine + 2 connettori Syntax\",\"pathProd\":\"https:\\\/\\\/www.tasker.it\\\/1738\\\/prodotti\\\/accessori\\\/code\\\/?id=sb3712f12mlpf\"},{\"ID0\":\"2175\",\"foto\":\"2f17680876.jpg\",\"cod\":\"GTSMPTESV\",\"urw\":\"gtsmptesv\",\"nome\":\"Avvolgicavo professionale cablato FIBRA OTTICA HYBRID SMTPE Cable\",\"pathProd\":\"https:\\\/\\\/www.tasker.it\\\/1738\\\/prodotti\\\/accessori\\\/code\\\/?id=gtsmptesv\"}];\n      console.log(data);\n        \n      for (let i = 0; i < data.length; i++) {\n        const element = data[i];\n\n        let insertString = \"_1\";\n        let position = element.foto.indexOf(\".\");\n        let path = element.foto.substring(0, position) + insertString + element.foto.substring(position);\n        \n        \n        const el = `\n        <a href=\"${element.pathProd}\" class=\"slider-item\">\n        <img decoding=\"async\" src=\"${imgpath}${path}\" alt=\"${element.cod}\" class=\"lazyload\">\n        <div class=\"slideTxt\">\n        <p class=\"title\">${element.cod}<\/p>\n        <p class=\"description\">${element.nome}<\/p>\n          \n          <\/div>\n        <\/a>\n        \n        `\n        sliderWrapper.innerHTML += el;\n        \/\/ console.log(el);\n      }\n     \n      let slideIndex1 = 1;\n      let numSlidesToShow1;\n      \n      if (window.innerWidth < 1012 && window.innerWidth > 600) {\n    numSlidesToShow1 = 2;\n  } else if (window.innerWidth < 600) {\n    numSlidesToShow1 = 1;\n  } else {\n    numSlidesToShow1 = 4;\n  }\n  \nconst slides1 = document.getElementsByClassName(\"slider-item\");\nlet totalPages = Math.ceil(slides1.length \/ numSlidesToShow1);\n\nfunction createDots() {\n  dotsContainer.innerHTML = \"\";\n\n  for (let i = 1; i <= totalPages; i++) {\n    let dot = `<span class=\"dot1\" onclick=\"currentSlide1(${i})\"><\/span>`;\n    dotsContainer.innerHTML += dot;\n  }\n  dots1[slideIndex1 - 1].className += \" active\";\n}\n\nfunction showSlides1() {\n  for (let i = 0; i < slides1.length; i++) {\n    slides1[i].style.display = \"none\";\n  }\n\n  for (let i = 0; i < dots1.length; i++) {\n    dots1[i].className = dots1[i].className.replace(\" active\", \"\");\n  }\n\n  let startIndex1 = (slideIndex1 - 1) * numSlidesToShow1;\n  let endIndex1 = startIndex1 + numSlidesToShow1 - 1;\n\n  for (let i = startIndex1; i <= endIndex1; i++) {\n    if (slides1[i]) {\n      slides1[i].style.display = \"flex\";\n    }\n  }\n\n  dots1[slideIndex1 - 1].className += \" active\";\n}\n\nfunction resize1() {\n  if (window.innerWidth < 1012 && window.innerWidth > 600) {\n    numSlidesToShow1 = 2;\n  } else if (window.innerWidth < 600) {\n    numSlidesToShow1 = 1;\n  } else {\n    numSlidesToShow1 = 4;\n  }\n\n  totalPages = Math.ceil(slides1.length \/ numSlidesToShow1);\n  createDots();\n  showSlides1();\n}\n\nfunction plusSlides1(n) {\n  slideIndex1 += n;\n  if (slideIndex1 > totalPages) {\n    slideIndex1 = 1;\n  } else if (slideIndex1 < 1) {\n    slideIndex1 = totalPages;\n  }\n  showSlides1();\n}\n\nfunction currentSlide1(n) {\n  slideIndex1 = n;\n  showSlides1();\n}\n\nwindow.addEventListener(\"resize\", resize1);\n\ncreateDots();\nshowSlides1();\n\nsetInterval(() => {\n  slideIndex1++;\n  if (slideIndex1 > totalPages) {\n    slideIndex1 = 1;\n  }\n  showSlides1();\n}, 10000);\n\n\n\n\n\n\n\n\n<\/script>\n\n\n<\/section>\n\t\t<div class=\"elementor-shortcode\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6295cf8 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"6295cf8\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d28bfcb\" data-id=\"d28bfcb\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0ad6cb7 elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"0ad6cb7\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-c5aebf5\" data-id=\"c5aebf5\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6500835 elementor-view-default elementor-invisible elementor-widget elementor-widget-icon\" data-id=\"6500835\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;bounceIn&quot;}\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"49px\" height=\"60px\" viewBox=\"0 0 49 60\"><title>icons\/pin<\/title><g id=\"Symbols\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"RIVENDITORI\" transform=\"translate(-241.000000, -98.000000)\" fill=\"#BC8A71\"><g id=\"icons\/pin\" transform=\"translate(241.000000, 97.999988)\"><path d=\"M24.1430382,53.8892291 C24.2548365,53.80354 24.3344616,53.7507179 24.4048313,53.6877715 C27.4671643,50.9461581 30.4196089,48.094352 33.123923,44.9964829 C36.6449081,40.9632226 39.8238875,36.7078161 41.9689163,31.7533971 C43.8840313,27.3298402 44.1613969,22.7878738 42.6386777,18.2701175 C40.1632489,10.9257923 35.003339,6.44941331 27.3397936,5.00355522 C23.5082413,4.28062618 19.7737963,4.81867789 16.2196096,6.42916484 C11.6991976,8.47763498 8.4078323,11.7828308 6.41132926,16.3041085 C4.71657877,20.1420738 4.27658417,24.1512707 5.21533726,28.2618567 C6.04449569,31.8932289 7.82562909,35.09953 9.87781092,38.1593965 C13.3592774,43.3506345 17.6174555,47.8701516 22.1807651,52.1177815 C22.8215853,52.7143777 23.4803285,53.2918993 24.1430382,53.8892291 L24.1430382,53.8892291 Z M24.0434334,60.0000117 C23.9286969,59.8755864 23.8279169,59.7341405 23.697461,59.6290833 C18.2717914,55.2527728 13.3588366,50.3636478 9.02235564,44.9134349 C6.10707923,41.2496357 3.50765871,37.3789501 1.79601361,32.9857659 C-1.07783426,25.609454 -0.510175118,18.4630649 3.55217236,11.6983154 C7.40399821,5.28409923 13.1718206,1.46902351 20.5660804,0.308844914 C27.070655,-0.711795319 33.057226,0.808894068 38.3730071,4.69792072 C43.7052422,8.59897907 46.8917139,13.8681296 47.9762015,20.3584977 C48.7908158,25.2328031 48.0044081,29.9055042 45.9447339,34.3912738 C43.9148824,38.8121896 41.1312371,42.732616 38.0343802,46.4540793 C34.0194846,51.2783504 29.5476997,55.6401348 24.6698564,59.5921078 C24.5245627,59.7099304 24.4083571,59.8632612 24.278489,60.0000117 L24.0434334,60.0000117 Z\" id=\"Fill-1\"><\/path><path d=\"M24.1758872,30.4852625 C27.7377133,30.4802673 30.6303656,27.5856165 30.6244981,24.0323036 C30.6186128,20.4895552 27.6983415,17.5897689 24.1459176,17.5991368 C20.5904087,17.6084034 17.6908516,20.5144989 17.6973048,24.0622362 C17.7037797,27.611294 20.6075971,30.4902448 24.1758872,30.4852625 M24.155026,35.1714581 C17.9946609,35.1676412 12.9840112,30.1642151 12.9944255,24.0268747 C13.0048724,17.8995118 18.0648837,12.8781849 24.1961607,12.9104556 C30.3309636,12.9431854 35.3253063,17.9360471 35.3275106,24.0384662 C35.3295667,30.1778608 30.3145097,35.1751243 24.155026,35.1714581\" id=\"Fill-4\"><\/path><\/g><\/g><\/g><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-311ccf2 elementor-widget elementor-widget-heading\" data-id=\"311ccf2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Enter the Tasker world.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eeb0117 elementor-widget elementor-widget-button\" data-id=\"eeb0117\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-md\" href=\"https:\/\/www.tasker.it\/en\/suppliers\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" width=\"12px\" height=\"10px\" viewBox=\"0 0 12 10\"><title>icons\/arrow-right-black<\/title><g id=\"Symbols\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g id=\"BTN\/Outline\/black\" transform=\"translate(-152.000000, -15.000000)\" fill=\"#000000\" fill-rule=\"nonzero\"><g id=\"icons\/arrow-right-black\" transform=\"translate(152.619427, 15.265625)\"><path d=\"M0.616177263,3.8828125 L8.46383351,3.8828125 L8.46383351,3.8828125 L5.51070851,1.0390625 C5.38310435,0.920572917 5.31930226,0.779296875 5.31930226,0.615234375 C5.31930226,0.451171875 5.37626841,0.307617188 5.4902007,0.184570312 C5.60413299,0.0615234375 5.74313039,0 5.90719289,0 C6.07125539,0 6.21708872,0.0546875 6.34469289,0.1640625 L10.3642241,4.046875 C10.4918283,4.16536458 10.5556304,4.30891927 10.5556304,4.47753906 C10.5556304,4.64615885 10.4918283,4.78971354 10.3642241,4.90820312 L6.31734914,8.8046875 C6.19885955,8.9140625 6.0621408,8.96875 5.90719289,8.96875 C5.7340158,8.96875 5.58818247,8.90494792 5.46969289,8.77734375 C5.3512033,8.65885417 5.29423716,8.51757812 5.29879445,8.35351562 C5.30335174,8.18945312 5.36487518,8.04817708 5.48336476,7.9296875 L8.43648976,5.0859375 L8.43648976,5.0859375 L0.602505388,5.0859375 C0.447557471,5.0859375 0.310838721,5.03125 0.192349138,4.921875 C0.0738595546,4.8125 0.0100574713,4.68033854 0.000942887931,4.52539062 C-0.0081716954,4.35221354 0.0487944504,4.20182292 0.171841325,4.07421875 C0.2948882,3.94661458 0.44300018,3.8828125 0.616177263,3.8828125 Z\" id=\"Path\"><\/path><\/g><\/g><\/g><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Find dealer<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-59e4890\" data-id=\"59e4890\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;motion_fx_scale_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:20,&quot;end&quot;:80}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a48eec2 elementor-widget elementor-widget-image\" data-id=\"a48eec2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1602\" height=\"936\" src=\"https:\/\/www.tasker.it\/wp-content\/uploads\/2022\/12\/mappa@2x.png\" class=\"attachment-full size-full wp-image-1137\" alt=\"\" srcset=\"https:\/\/www.tasker.it\/wp-content\/uploads\/2022\/12\/mappa@2x.png 1602w, https:\/\/www.tasker.it\/wp-content\/uploads\/2022\/12\/mappa@2x-300x175.png 300w, https:\/\/www.tasker.it\/wp-content\/uploads\/2022\/12\/mappa@2x-1024x598.png 1024w, https:\/\/www.tasker.it\/wp-content\/uploads\/2022\/12\/mappa@2x-768x449.png 768w, https:\/\/www.tasker.it\/wp-content\/uploads\/2022\/12\/mappa@2x-1536x897.png 1536w\" sizes=\"(max-width: 1602px) 100vw, 1602px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Products Audio Professional speaker cables flat and round, shielded and unshielded, for instruments, microphones, DMX and multicore for different installations, even in extreme conditions. icons\/arrow-right Products icons\/video Video Coaxial ad triaxial cables for any kind of installation and with CPR certification for Low Loss and 12G-SDI applications. Hybrid komby cables with antennas or video and [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1738","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.tasker.it\/en\/wp-json\/wp\/v2\/pages\/1738","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tasker.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.tasker.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.tasker.it\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tasker.it\/en\/wp-json\/wp\/v2\/comments?post=1738"}],"version-history":[{"count":0,"href":"https:\/\/www.tasker.it\/en\/wp-json\/wp\/v2\/pages\/1738\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.tasker.it\/en\/wp-json\/wp\/v2\/media?parent=1738"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}