{"id":2,"date":"2025-12-11T12:21:56","date_gmt":"2025-12-11T12:21:56","guid":{"rendered":"http:\/\/sonceboz.dev.wp2.bwagence.fr\/?page_id=2"},"modified":"2026-07-09T07:11:11","modified_gmt":"2026-07-09T07:11:11","slug":"home","status":"publish","type":"page","link":"https:\/\/sonceboz.com\/","title":{"rendered":"home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2\" class=\"elementor elementor-2\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e32d8d9 e-con-full e-flex e-con e-parent\" data-id=\"e32d8d9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d11f317 elementor-widget elementor-widget-ucaddon_hero_banner\" data-id=\"d11f317\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_hero_banner.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start banni\u00e8re -->\n\n\n    <!-- VERSION AUTRES PAGES: Hero banner statique simple -->\n    <div class=\"hero-banner hero-banner--static hero-banner--mixed-media\" style=\"--hero-banner-bg: url(&#039;https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/05\/placeholder-scaled.png&#039;);\">\n        <div class=\"hero-banner__container\">\n                            <div class=\"hero-banner__media-layer\" aria-hidden=\"true\">\n                        <div class=\"hero-banner__media-item is-active\" id=\"hero-banner-6a827400a3550-slide-0\" data-slide=\"0\" style=\"background-image: url(https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/05\/placeholder-scaled.png);\">\n                    <video class=\"hero-banner__media-video\"\n                   autoplay\n                   loop\n                   muted\n                   playsinline\n                   preload=\"metadata\"\n                poster=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/05\/placeholder-scaled.png\">\n                <source src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/07\/Homepage-Sonceboz-V7.mp4\">\n            <\/video>\n            <\/div>\n                    <\/div>\n            \n                            <div class=\"hero-banner__overlay\" aria-hidden=\"true\" style=\"position:absolute;inset:0;background:linear-gradient(to top, rgb(0 0 0 \/ 39%), transparent), rgb(0 0 0 \/ 5%);pointer-events:none;z-index:15;\"><\/div>\n            \n            <div class=\"hero-banner__content\">\n                <h1 class=\"hero-banner__title\">\n                                            <span class=\"hero-banner__title-line hero-banner__title-line-1\">SMARTER<\/span>\n                                            <span class=\"hero-banner__title-line hero-banner__title-line-2\">MECHATRONIC SYSTEMS,<\/span>\n                                            <span class=\"hero-banner__title-line hero-banner__title-line-3\"><strong>YOUR COMPETITIVE ADVANTAGE<\/strong><\/span>\n                                    <\/h1>\n            <\/div>\n\n                            <nav class=\"hero-banner__datas\" aria-label=\"Donn\u00e9es de l'entreprise\">\n                                                                    <p class=\"hero-banner__datas-item\">\n                                                            AUTOMOTIVE                                                    <\/p>\n                                                                        <span class=\"hero-banner__datas-divider\" aria-hidden=\"true\"><\/span>\n                                                <p class=\"hero-banner__datas-item\">\n                                                            COMMERCIAL VEHICLES                                                    <\/p>\n                                                                        <span class=\"hero-banner__datas-divider\" aria-hidden=\"true\"><\/span>\n                                                <p class=\"hero-banner__datas-item\">\n                                                            Industries &amp; medtech                                                    <\/p>\n                                    <\/nav>\n            \n            \n<div class=\"middle scroll-mouse\" aria-hidden=\"true\">\n    <div class=\"mouse scroll-mouse__mouse\"><\/div>\n<\/div>\n        <\/div>\n    <\/div>\n\n<script>\n(function() {\n    var filterRedirectUrl = '\/solutions-finder\/';\n\n    function applyFilter(filter) {\n        \/\/ 1. Update current page URL\n        var url = new URL(window.location.href);\n        url.searchParams.set('filter', filter);\n        history.replaceState(null, '', url.toString());\n\n        \/\/ 2. Update all <a> links pointing to filterRedirectUrl (e.g. \/solutions-finder\/)\n        updateRedirectLinks(filter);\n\n        \/\/ 3. Notify same-page product widgets\n        document.dispatchEvent(new CustomEvent('heroFilterChange', {\n            bubbles: true,\n            detail: { filter: filter }\n        }));\n    }\n\n    function updateRedirectLinks(filter) {\n        if (!filterRedirectUrl) return;\n\n        var links = document.querySelectorAll('a');\n        Array.prototype.forEach.call(links, function(link) {\n            var href = link.getAttribute('href');\n            if (!href) return;\n            try {\n                var resolved = new URL(href, window.location.href);\n                var target  = new URL(filterRedirectUrl, window.location.href);\n                if (resolved.pathname === target.pathname) {\n                    resolved.searchParams.set('filter', filter);\n                    link.setAttribute('href', resolved.pathname + resolved.search + resolved.hash);\n                }\n            } catch (err) { \/* ignore malformed URLs *\/ }\n        });\n    }\n\n    function initHeroBannerFilter() {\n        \/\/ Attach directly to each nav button to avoid stopPropagation from the WebGL\/slider JS\n        var navBtns = document.querySelectorAll('.hero-banner__nav-btn[data-filter]');\n        Array.prototype.forEach.call(navBtns, function(btn) {\n            btn.addEventListener('click', function() {\n                var filter = btn.getAttribute('data-filter');\n                if (filter) applyFilter(filter);\n            });\n        });\n\n        \/\/ Capture phase on document for any other [data-filter] links outside the hero\n        document.addEventListener('click', function(e) {\n            var el = e.target.closest('[data-filter]');\n            if (!el || el.classList.contains('hero-banner__nav-btn')) return;\n\n            var filter = el.getAttribute('data-filter');\n            if (!filter) return;\n\n            var href = el.tagName === 'A' ? el.getAttribute('href') : null;\n            if (href && href !== '#') {\n                e.preventDefault();\n                var dest = new URL(href, window.location.href);\n                dest.searchParams.set('filter', filter);\n                window.location.assign(dest.toString());\n            } else {\n                applyFilter(filter);\n            }\n        }, true);\n    }\n\n    if (document.readyState === 'loading') {\n        document.addEventListener('DOMContentLoaded', initHeroBannerFilter);\n    } else {\n        initHeroBannerFilter();\n    }\n})();\n<\/script>\n\n<!-- end banni\u00e8re -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-74167682 e-flex e-con-boxed e-con e-parent\" data-id=\"74167682\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d19d6b0 elementor-widget elementor-widget-ucaddon_title\" data-id=\"d19d6b0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start titre -->\n<style>\/* widget: titre *\/\n\n.uc_title_elementor_d19d6b0 .custom-title__line-wrapper,\n.uc_title_elementor_d19d6b0 .custom-title__line:first-child:before,\n.uc_title_elementor_d19d6b0 .custom-title__line:first-child:after{\n\tbackground-color: #e1051c;\n}\n\n.uc_title_elementor_d19d6b0 .custom-title__line:last-child .custom-title__line-wrapper{\n  background: linear-gradient(180deg, #e1051c 0%, rgba(255, 255, 255, 0.00) 46.15%);\n}\n\n.uc_title_elementor_d19d6b0.custom-title .custom-title__header .custom-title__title{\n\tcolor: #000000;\n}\n\n.page-confirmation  .custom-title .custom-title__header .custom-title__title {\n    margin: 0 0 15px;\n}\n\n.page-confirmation .custom-title__subtitle {\n  font-weight: 600;\n  font-size: var(--font-size-5xl);\n  text-transform: uppercase;\n}\n\n<\/style>\n\n\n<div class=\"custom-title custom-title--points-both custom-title--point-position-top uc_title_elementor_d19d6b0\">\n    <div class=\"custom-title__header\">\n                    <div class=\"custom-title__line\">\n                <div class=\"custom-title__line-wrapper\"><\/div>\n            <\/div>\n                <h2 class=\"custom-title__title\"><span class=\"custom-title-text-surrounding\"><span class=\"custom-title-text-inner\">custom-built<\/span><\/span> <span class=\"custom-title-text-surrounding\"><span class=\"custom-title-text-inner\">actuators<\/span><\/span> <span class=\"custom-title-text-surrounding\"><span class=\"custom-title-text-inner\">and<\/span><\/span> <strong>integrated systems<\/strong><\/h2>\n                    <p class=\"custom-title__subtitle\">Let&#039;s discover all the success that built our heritage and know how<\/p>\n                            <div class=\"custom-title__cta-wrapper\">\n                <a class=\"custom-title__cta custom-btn custom-btn--outline\" href=\"https:\/\/sonceboz.com\/solutions-finder\/\">\n                    Learn More                <\/a>\n            <\/div>\n                                    <div class=\"custom-title__line\">\n                <div class=\"custom-title__line-wrapper\"><\/div>\n            <\/div>\n            <\/div>\n<\/div>\n\n<!-- end titre -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3d641b1 elementor-widget elementor-widget-ucaddon_line_wave\" data-id=\"3d641b1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_line_wave.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start vague de ligne -->\n\n<div class=\"wave-trigger-container\">\n\t  <div class=\"wave-trigger\"                                                                                                                                                                                                   \n       data-wave-curve=\"0\"                                                                                                                                                                                                    \n       data-wave-offset-y=\"--0.25px\"                                                                                                                                                                                             \n       data-wave-lines=\"21\"                                                                                                                                                                                                   \n       data-wave-spacing=\"0.013\"                                                                                                                                                                                              \n       data-wave-thickness=\"0.0005\"                                                                                                                                                                                           \n       data-wave-speed=\"0.001\"                                                                                                                                                                                                \n       data-wave-amplitude=\"0.122\"\n       data-wave-frequency=\"0.122\"\n       data-wave-frequency-offset=\"0\"\n       data-wave-opacity-min=\"0.0\"                                                                                                                                                                                            \n       data-wave-opacity-max=\"0.2\"\n       data-wave-curve-height=\"1\"\n       > \n  <\/div>\n<\/div>\n<!-- end vague de ligne -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c33378 elementor-widget__width-inherit elementor-widget elementor-widget-ucaddon_product_slider\" data-id=\"7c33378\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_product_slider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start slider produits -->\n\n\n<section class=\"products-slider-section\">\n    <div class=\"products-slider-container\">\n                <!-- Category Filters -->\n                    <div class=\"products-slider__filters\">\n                                    <button class=\"products-slider__filter custom-btn custom-btn--small custom-btn--outline custom-btn--outline-primary custom-btn--no-shadow is-active\" type=\"button\" data-category=\"all\">\n                        ALL                    <\/button>\n                                    <button class=\"products-slider__filter custom-btn custom-btn--small custom-btn--outline custom-btn--outline-primary custom-btn--no-shadow\" type=\"button\" data-category=\"automotive\">\n                        AUTOMOTIVE                    <\/button>\n                                    <button class=\"products-slider__filter custom-btn custom-btn--small custom-btn--outline custom-btn--outline-primary custom-btn--no-shadow\" type=\"button\" data-category=\"commercial-vehicles\">\n                        COMMERCIAL VEHICLES                    <\/button>\n                                    <button class=\"products-slider__filter custom-btn custom-btn--small custom-btn--outline custom-btn--outline-primary custom-btn--no-shadow\" type=\"button\" data-category=\"industries\">\n                        INDUSTRIES                    <\/button>\n                                    <button class=\"products-slider__filter custom-btn custom-btn--small custom-btn--outline custom-btn--outline-primary custom-btn--no-shadow\" type=\"button\" data-category=\"medtech\">\n                        MEDTECH                    <\/button>\n                            <\/div>\n        \n        <div class=\"products-slider-wrapper\">\n            <!-- Swiper -->\n            <div class=\"swiper products-slider\" id=\"products-slider-6a827400a6c95\">\n                <div class=\"swiper-wrapper\">\n                                            <div class=\"swiper-slide\" data-categories=\"automotive\">\n                            \n<div class=\"product-card\" data-categories=\"automotive\">\n    <div class=\"product-card__image\" data-product-card-image>\n                                    <a href=\"https:\/\/sonceboz.com\/products\/automotive\/air-grill-shutter\/\" class=\"product-card__image-link\" tabindex=\"-1\" aria-hidden=\"true\">\n                    <img decoding=\"async\" class=\"product-card__img product-card__img--main\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/Automotive-AGS-image-1024x1004.png\" alt=\"Air Grill Shutter\" loading=\"lazy\">\n                                    <\/a>\n                        <\/div>\n\n    <div class=\"product-card__content\">\n                    <h3 class=\"product-card__title\">Air Grill Shutter<\/h3>\n        \n                    <div class=\"product-card__tags\">\n                                    <span class=\"product-card__tag\">Aerodynamics<\/span>\n                            <\/div>\n        \n                    <div class=\"product-card__features\">\n                                    <span class=\"product-card__feature\">Environmental Protection<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Lightweight Design<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Programable Control<\/span>\n                                                <\/div>\n        \n                    <a href=\"https:\/\/sonceboz.com\/products\/automotive\/air-grill-shutter\/\" class=\"custom-btn custom-btn--outline custom-btn--outline custom-btn--small\" aria-label=\"Learn more about Air Grill Shutter\">\n                LEARN MORE            <\/a>\n            <\/div>\n<\/div>\n\n<style>\n\/* ========================================\n   PRODUCT CARD COMPONENT\n   Glassmorphism Design\n   ======================================== *\/\n.product-card {\n    display: flex;\n    flex-direction: column;\n    background: linear-gradient(149deg, rgba(52, 52, 52, 0.20) 6.47%, rgba(177, 177, 177, 0.20) 98.59%);\n    backdrop-filter: blur(10px);\n    border: 0.524px solid rgba(0, 0, 0, 0.26);\n    border-radius: 30px;\n    overflow: hidden;\n    height: 100%;\n    width: 100%;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n}\n\n.product-card:hover {\n    transform: none;\n    box-shadow: none;\n}\n\n\/* Product Image *\/\n.product-card__image {\n    position: relative;\n    width: 100%;\n    padding-top: 65%;\n    background: transparent;\n    overflow: hidden;\n}\n\n.product-card__image-link {\n    display: block;\n    position: absolute;\n    inset: 0;\n}\n\n.product-card__image img,\n.product-card__img {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    max-width: 85%;\n    max-height: 85%;\n    width: auto;\n    height: auto;\n    object-fit: contain;\n    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));\n}\n\n.product-card__zone-swiper {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n}\n\n.product-card__zone-swiper .swiper-wrapper,\n.product-card__zone-swiper .swiper-slide {\n    height: 100%;\n}\n\n.product-card__zone-swiper .swiper-wrapper {\n    align-items: center;\n}\n\n.product-card__zone-slide {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 100%;\n}\n\n.product-card__image.has-zone-swiper .product-card__img {\n    position: static;\n    top: auto;\n    left: auto;\n    transform: none;\n    display: block;\n    margin: 0 auto;\n}\n\n\/* Carte sans image de survol : effet de zoom au hover *\/\n.product-card:hover .product-card__image:not(.has-hover-image):not(.has-zone-swiper) img {\n    transition: transform 0.3s ease;\n    transform: translate(-50%, -50%) scale(1.05);\n}\n\n\/* Carte avec image de survol : cross-fade *\/\n.product-card__image.has-hover-image .product-card__img--main {\n    opacity: 1;\n    transition: opacity 0.4s ease, transform 0.4s ease;\n}\n\n.product-card__image.has-hover-image .product-card__img--hover {\n    opacity: 0;\n    transition: opacity 0.4s ease;\n}\n\n.product-card:hover .product-card__image.has-hover-image .product-card__img--main {\n    opacity: 0;\n    transform: translate(-50%, -50%) scale(1.03);\n}\n\n.product-card:hover .product-card__image.has-hover-image .product-card__img--hover {\n    opacity: 1;\n}\n\n.product-card__placeholder {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);\n}\n\n\/* Product Content *\/\n.product-card__content {\n    padding: 24px 28px 28px;\n    text-align: center;\n    flex: 1;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n}\n\n\/* Title *\/\n.product-card .product-card__title {\n    font-family: var(--font-primary);\n    font-size: var(--font-size-2xl);\n    font-weight: 700;\n    text-transform: uppercase;\n    margin: 0 0 8px 0;\n    color: #000000;\n    line-height: 1.2;\n}\n\n\/* Tags *\/\n.product-card .product-card__tags {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 6px;\n    margin-bottom: 20px;\n}\n\n.product-card .product-card__tag {\n    display: inline-block;\n    font-family: var(--font-primary);\n    font-size: var(--font-size-sm);\n    font-weight: 500;\n    text-transform: uppercase;\n    letter-spacing: 0.06em;\n    color: #000000;\n    padding: 4px 0;\n    line-height: 1.4;\n}\n\n\/* Features with Red Separators *\/\n.product-card .product-card__features {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 12px;\n    margin: 0 0 25px;\n    flex-wrap: nowrap;\n    width: 100%;\n}\n\n.product-card__feature {\n    font-family: var(--font-primary);\n    color: #000;\n    text-align: center;\n    font-size: var(--font-size-base);\n    font-weight: 400;\n    line-height: 120%;\n    white-space: break-spaces;\n    width: 100%;\n}\n\n.product-card__feature-separator {\n    width: 1px;\n    height: 20px;\n    background: #ED1D24;\n    flex-shrink: 0;\n}\n\n\/* CTA Button *\/\n.product-card__content > a:last-child {\n    margin-top: auto;\n}\n\n\/* ========================================\n   RESPONSIVE\n   ======================================== *\/\n@media (max-width: 1200px) {\n    .product-card .product-card__title {\n        font-size: 24px;\n    }\n\n    .product-card .product-card__tag {\n        font-size: 10px;\n        padding: 3px 10px;\n    }\n}\n\n@media (max-width: 1024px) {\n    .product-card__content {\n        padding: 20px 24px 24px;\n    }\n\n    .product-card__features {\n        gap: 8px;\n    }\n\n    .product-card__feature {\n        font-size: 12px;\n    }\n}\n\n@media (max-width: 768px) {\n    .product-card {\n        border-radius: 20px;\n    }\n\n    .product-card__content {\n        padding: 16px 20px 20px;\n    }\n\n    .product-card .product-card__title {\n        font-size: 20px;\n    }\n\n    .product-card .product-card__tags {\n        margin-bottom: 16px;\n        gap: 5px;\n    }\n\n    .product-card .product-card__tag {\n        font-size: 10px;\n        padding: 3px 10px;\n    }\n\n    .product-card__features {\n        flex-direction: column;\n        align-items: center;\n        gap: 6px;\n    }\n\n    .product-card__feature-separator {\n        display: none;\n    }\n}\n\n@media (max-width: 480px) {\n    .product-card .product-card__title {\n        font-size: 18px;\n    }\n\n    .product-card__feature {\n        font-size: 11px;\n    }\n}\n<\/style>\n                        <\/div>\n                                            <div class=\"swiper-slide\" data-categories=\"automotive\">\n                            \n<div class=\"product-card\" data-categories=\"automotive\">\n    <div class=\"product-card__image\" data-product-card-image>\n                                    <a href=\"https:\/\/sonceboz.com\/products\/automotive\/e-water-valves-expansion-valves\/\" class=\"product-card__image-link\" tabindex=\"-1\" aria-hidden=\"true\">\n                    <img decoding=\"async\" class=\"product-card__img product-card__img--main\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/b32a6d602aca5bc2df8a8d61d269d36d85aad523-850x1024.png\" alt=\"e-WATER VALVES\" loading=\"lazy\">\n                                    <\/a>\n                        <\/div>\n\n    <div class=\"product-card__content\">\n                    <h3 class=\"product-card__title\">e-WATER VALVES<\/h3>\n        \n                    <div class=\"product-card__tags\">\n                                    <span class=\"product-card__tag\">Thermal Management<\/span>\n                            <\/div>\n        \n                    <div class=\"product-card__features\">\n                                    <span class=\"product-card__feature\">Low Acoustic Emission<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Extended Thermal Capability<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Lightweight Design<\/span>\n                                                <\/div>\n        \n                    <a href=\"https:\/\/sonceboz.com\/products\/automotive\/e-water-valves-expansion-valves\/\" class=\"custom-btn custom-btn--outline custom-btn--outline custom-btn--small\" aria-label=\"Learn more about e-WATER VALVES\">\n                LEARN MORE            <\/a>\n            <\/div>\n<\/div>\n\n                        <\/div>\n                                            <div class=\"swiper-slide\" data-categories=\"automotive\">\n                            \n<div class=\"product-card\" data-categories=\"automotive\">\n    <div class=\"product-card__image\" data-product-card-image>\n                                    <a href=\"https:\/\/sonceboz.com\/products\/automotive\/brake-flap\/\" class=\"product-card__image-link\" tabindex=\"-1\" aria-hidden=\"true\">\n                    <img decoding=\"async\" class=\"product-card__img product-card__img--main\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/2a38a771b36d7a964253b4b9c60da8aa1d81154a-841x1024.png\" alt=\"BRAKE FLAP\" loading=\"lazy\">\n                                    <\/a>\n                        <\/div>\n\n    <div class=\"product-card__content\">\n                    <h3 class=\"product-card__title\">BRAKE FLAP<\/h3>\n        \n                    <div class=\"product-card__tags\">\n                                    <span class=\"product-card__tag\">Aerodynamics<\/span>\n                            <\/div>\n        \n                    <div class=\"product-card__features\">\n                                    <span class=\"product-card__feature\">Quiet Operation<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">High EMC Performance<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Adjustable Motion<\/span>\n                                                <\/div>\n        \n                    <a href=\"https:\/\/sonceboz.com\/products\/automotive\/brake-flap\/\" class=\"custom-btn custom-btn--outline custom-btn--outline custom-btn--small\" aria-label=\"Learn more about BRAKE FLAP\">\n                LEARN MORE            <\/a>\n            <\/div>\n<\/div>\n\n                        <\/div>\n                                            <div class=\"swiper-slide\" data-categories=\"automotive\">\n                            \n<div class=\"product-card\" data-categories=\"automotive\">\n    <div class=\"product-card__image\" data-product-card-image>\n                                    <a href=\"https:\/\/sonceboz.com\/products\/automotive\/e-airvent\/\" class=\"product-card__image-link\" tabindex=\"-1\" aria-hidden=\"true\">\n                    <img decoding=\"async\" class=\"product-card__img product-card__img--main\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/2b5507ec105b7707982390c49cf53b6cc55a1395-982x1024.png\" alt=\"E-AIRVENT\" loading=\"lazy\">\n                                    <\/a>\n                        <\/div>\n\n    <div class=\"product-card__content\">\n                    <h3 class=\"product-card__title\">E-AIRVENT<\/h3>\n        \n                    <div class=\"product-card__tags\">\n                                    <span class=\"product-card__tag\">Comfort Driving Assistance<\/span>\n                            <\/div>\n        \n                    <div class=\"product-card__features\">\n                                    <span class=\"product-card__feature\">Low Noise<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Digital Connectivity<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Consistence Performance<\/span>\n                                                <\/div>\n        \n                    <a href=\"https:\/\/sonceboz.com\/products\/automotive\/e-airvent\/\" class=\"custom-btn custom-btn--outline custom-btn--outline custom-btn--small\" aria-label=\"Learn more about E-AIRVENT\">\n                LEARN MORE            <\/a>\n            <\/div>\n<\/div>\n\n                        <\/div>\n                                            <div class=\"swiper-slide\" data-categories=\"automotive\">\n                            \n<div class=\"product-card\" data-categories=\"automotive\">\n    <div class=\"product-card__image\" data-product-card-image>\n                                    <a href=\"https:\/\/sonceboz.com\/products\/automotive\/e-lid\/\" class=\"product-card__image-link\" tabindex=\"-1\" aria-hidden=\"true\">\n                    <img decoding=\"async\" class=\"product-card__img product-card__img--main\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/2a38a771b36d7a964253b4b9c60da8aa1d81154a-841x1024.png\" alt=\"E-LID\" loading=\"lazy\">\n                                    <\/a>\n                        <\/div>\n\n    <div class=\"product-card__content\">\n                    <h3 class=\"product-card__title\">E-LID<\/h3>\n        \n                    <div class=\"product-card__tags\">\n                                    <span class=\"product-card__tag\">Aerodynamics<\/span>\n                            <\/div>\n        \n                    <div class=\"product-card__features\">\n                                    <span class=\"product-card__feature\">Quiet Performance<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">System Simplification<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Advanced User Safety<\/span>\n                                                <\/div>\n        \n                    <a href=\"https:\/\/sonceboz.com\/products\/automotive\/e-lid\/\" class=\"custom-btn custom-btn--outline custom-btn--outline custom-btn--small\" aria-label=\"Learn more about E-LID\">\n                LEARN MORE            <\/a>\n            <\/div>\n<\/div>\n\n                        <\/div>\n                                            <div class=\"swiper-slide\" data-categories=\"automotive\">\n                            \n<div class=\"product-card\" data-categories=\"automotive\">\n    <div class=\"product-card__image\" data-product-card-image>\n                                    <a href=\"https:\/\/sonceboz.com\/products\/automotive\/sensor-cleaning\/\" class=\"product-card__image-link\" tabindex=\"-1\" aria-hidden=\"true\">\n                    <img decoding=\"async\" class=\"product-card__img product-card__img--main\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/processed_image.png\" alt=\"E-COMPRESSOR FOR SENSOR CLEANING\" loading=\"lazy\">\n                                    <\/a>\n                        <\/div>\n\n    <div class=\"product-card__content\">\n                    <h3 class=\"product-card__title\">E-COMPRESSOR FOR SENSOR CLEANING<\/h3>\n        \n                    <div class=\"product-card__tags\">\n                                    <span class=\"product-card__tag\">Comfort Driving Assistance<\/span>\n                            <\/div>\n        \n                    <div class=\"product-card__features\">\n                                    <span class=\"product-card__feature\">Low Noise<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Controlled Pressure<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Icing Resistance<\/span>\n                                                <\/div>\n        \n                    <a href=\"https:\/\/sonceboz.com\/products\/automotive\/sensor-cleaning\/\" class=\"custom-btn custom-btn--outline custom-btn--outline custom-btn--small\" aria-label=\"Learn more about E-COMPRESSOR FOR SENSOR CLEANING\">\n                LEARN MORE            <\/a>\n            <\/div>\n<\/div>\n\n                        <\/div>\n                                            <div class=\"swiper-slide\" data-categories=\"automotive\">\n                            \n<div class=\"product-card\" data-categories=\"automotive\">\n    <div class=\"product-card__image has-zone-swiper\" data-product-card-image>\n                                                        <a href=\"https:\/\/sonceboz.com\/products\/automotive\/x-by-wire\/\" class=\"product-card__image-link\" tabindex=\"-1\" aria-hidden=\"true\">\n                        <div class=\"swiper product-card__zone-swiper\" data-product-card-swiper>\n                            <div class=\"swiper-wrapper\">\n                                                                    <div class=\"swiper-slide product-card__zone-slide\">\n                                        <img decoding=\"async\" class=\"product-card__img product-card__img--zone\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/Steer-By-Wire.png\" alt=\"X-BY-WIRE\" loading=\"lazy\">\n                                    <\/div>\n                                                                    <div class=\"swiper-slide product-card__zone-slide\">\n                                        <img decoding=\"async\" class=\"product-card__img product-card__img--zone\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/cda6fe6fe83d9dc034ea942e01595c1e2d95c84c-removebg-preview.png\" alt=\"\" loading=\"lazy\" aria-hidden=\"true\">\n                                    <\/div>\n                                                            <\/div>\n                        <\/div>\n                    <\/a>\n                                        <\/div>\n\n    <div class=\"product-card__content\">\n                    <h3 class=\"product-card__title\">X-BY-WIRE<\/h3>\n        \n                    <div class=\"product-card__tags\">\n                                    <span class=\"product-card__tag\">Power Management<\/span>\n                            <\/div>\n        \n                    <div class=\"product-card__features\">\n                                    <span class=\"product-card__feature\">Strong Precision<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Instant Control<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Certified Safety<\/span>\n                                                <\/div>\n        \n                    <a href=\"https:\/\/sonceboz.com\/products\/automotive\/x-by-wire\/\" class=\"custom-btn custom-btn--outline custom-btn--outline custom-btn--small\" aria-label=\"Learn more about X-BY-WIRE\">\n                LEARN MORE            <\/a>\n            <\/div>\n<\/div>\n\n                        <\/div>\n                                            <div class=\"swiper-slide\" data-categories=\"automotive\">\n                            \n<div class=\"product-card\" data-categories=\"automotive\">\n    <div class=\"product-card__image\" data-product-card-image>\n                                    <a href=\"https:\/\/sonceboz.com\/products\/automotive\/instrument-clusters\/\" class=\"product-card__image-link\" tabindex=\"-1\" aria-hidden=\"true\">\n                    <img decoding=\"async\" class=\"product-card__img product-card__img--main\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/edf44883eade43fb7fd090ac295ec9df9eb93006-1024x819.png\" alt=\"INSTRUMENT CLUSTERS\" loading=\"lazy\">\n                                    <\/a>\n                        <\/div>\n\n    <div class=\"product-card__content\">\n                    <h3 class=\"product-card__title\">INSTRUMENT CLUSTERS<\/h3>\n        \n                    <div class=\"product-card__tags\">\n                                    <span class=\"product-card__tag\">Comfort Driving Assistance<\/span>\n                            <\/div>\n        \n                    <div class=\"product-card__features\">\n                                    <span class=\"product-card__feature\">Flexible Indication<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Consistent Performance<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Lightweight Design<\/span>\n                                                <\/div>\n        \n                    <a href=\"https:\/\/sonceboz.com\/products\/automotive\/instrument-clusters\/\" class=\"custom-btn custom-btn--outline custom-btn--outline custom-btn--small\" aria-label=\"Learn more about INSTRUMENT CLUSTERS\">\n                LEARN MORE            <\/a>\n            <\/div>\n<\/div>\n\n                        <\/div>\n                                            <div class=\"swiper-slide\" data-categories=\"automotive\">\n                            \n<div class=\"product-card\" data-categories=\"automotive\">\n    <div class=\"product-card__image has-zone-swiper\" data-product-card-image>\n                                                        <a href=\"https:\/\/sonceboz.com\/products\/automotive\/turbo-charging-egr-valve-actuation\/\" class=\"product-card__image-link\" tabindex=\"-1\" aria-hidden=\"true\">\n                        <div class=\"swiper product-card__zone-swiper\" data-product-card-swiper>\n                            <div class=\"swiper-wrapper\">\n                                                                    <div class=\"swiper-slide product-card__zone-slide\">\n                                        <img decoding=\"async\" class=\"product-card__img product-card__img--zone\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/19f8c5a0cab89bcad6573f4b44c607f3f31fd64c.png\" alt=\"TURBO CHARGING, EGR, VALVE ACTUATION\" loading=\"lazy\">\n                                    <\/div>\n                                                                    <div class=\"swiper-slide product-card__zone-slide\">\n                                        <img decoding=\"async\" class=\"product-card__img product-card__img--zone\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/1e21e82594f01e05772489f51058ac50c0774118.png\" alt=\"\" loading=\"lazy\" aria-hidden=\"true\">\n                                    <\/div>\n                                                                    <div class=\"swiper-slide product-card__zone-slide\">\n                                        <img decoding=\"async\" class=\"product-card__img product-card__img--zone\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/6716ab172f6bb158ca890e1f0401c8aa3e2eb1ad.png\" alt=\"\" loading=\"lazy\" aria-hidden=\"true\">\n                                    <\/div>\n                                                            <\/div>\n                        <\/div>\n                    <\/a>\n                                        <\/div>\n\n    <div class=\"product-card__content\">\n                    <h3 class=\"product-card__title\">TURBO CHARGING,  EGR, VALVE ACTUATION<\/h3>\n        \n                    <div class=\"product-card__tags\">\n                                    <span class=\"product-card__tag\">Power Management<\/span>\n                            <\/div>\n        \n                    <div class=\"product-card__features\">\n                                    <span class=\"product-card__feature\">High Force Density<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Rapid Response<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Reliable Sealing<\/span>\n                                                <\/div>\n        \n                    <a href=\"https:\/\/sonceboz.com\/products\/automotive\/turbo-charging-egr-valve-actuation\/\" class=\"custom-btn custom-btn--outline custom-btn--outline custom-btn--small\" aria-label=\"Learn more about TURBO CHARGING, EGR, VALVE ACTUATION\">\n                LEARN MORE            <\/a>\n            <\/div>\n<\/div>\n\n                        <\/div>\n                                            <div class=\"swiper-slide\" data-categories=\"commercial-vehicles\">\n                            \n<div class=\"product-card\" data-categories=\"commercial-vehicles\">\n    <div class=\"product-card__image\" data-product-card-image>\n                                    <a href=\"https:\/\/sonceboz.com\/products\/commercial-vehicles\/air-compressor\/\" class=\"product-card__image-link\" tabindex=\"-1\" aria-hidden=\"true\">\n                    <img decoding=\"async\" class=\"product-card__img product-card__img--main\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2025\/12\/ecompressor02-1.png\" alt=\"SMART ELECTRIC AIR COMPRESSOR\" loading=\"lazy\">\n                                    <\/a>\n                        <\/div>\n\n    <div class=\"product-card__content\">\n                    <h3 class=\"product-card__title\">SMART ELECTRIC AIR COMPRESSOR<\/h3>\n        \n                    <div class=\"product-card__tags\">\n                                    <span class=\"product-card__tag\">E-AUX &amp; Steering<\/span>\n                            <\/div>\n        \n                    <div class=\"product-card__features\">\n                                    <span class=\"product-card__feature\">Powerful Airflow<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Easy Integration<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Advanced Control<\/span>\n                                                <\/div>\n        \n                    <a href=\"https:\/\/sonceboz.com\/products\/commercial-vehicles\/air-compressor\/\" class=\"custom-btn custom-btn--outline custom-btn--outline custom-btn--small\" aria-label=\"Learn more about SMART ELECTRIC AIR COMPRESSOR\">\n                LEARN MORE            <\/a>\n            <\/div>\n<\/div>\n\n                        <\/div>\n                                            <div class=\"swiper-slide\" data-categories=\"commercial-vehicles\">\n                            \n<div class=\"product-card\" data-categories=\"commercial-vehicles\">\n    <div class=\"product-card__image\" data-product-card-image>\n                                    <a href=\"https:\/\/sonceboz.com\/products\/commercial-vehicles\/e-water-valves\/\" class=\"product-card__image-link\" tabindex=\"-1\" aria-hidden=\"true\">\n                    <img decoding=\"async\" class=\"product-card__img product-card__img--main\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/660821a2aba8b4fdb9bf02cf05f068032327d01d-850x1024.png\" alt=\"E-WATER VALVES\" loading=\"lazy\">\n                                    <\/a>\n                        <\/div>\n\n    <div class=\"product-card__content\">\n                    <h3 class=\"product-card__title\">E-WATER VALVES<\/h3>\n        \n                    <div class=\"product-card__tags\">\n                                    <span class=\"product-card__tag\">Thermal Management<\/span>\n                            <\/div>\n        \n                    <div class=\"product-card__features\">\n                                    <span class=\"product-card__feature\">Very Low Acoustic Emissions<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Single Technology BEV &amp; ICE<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Lightweight Design<\/span>\n                                                <\/div>\n        \n                    <a href=\"https:\/\/sonceboz.com\/products\/commercial-vehicles\/e-water-valves\/\" class=\"custom-btn custom-btn--outline custom-btn--outline custom-btn--small\" aria-label=\"Learn more about E-WATER VALVES\">\n                LEARN MORE            <\/a>\n            <\/div>\n<\/div>\n\n                        <\/div>\n                                            <div class=\"swiper-slide\" data-categories=\"commercial-vehicles\">\n                            \n<div class=\"product-card\" data-categories=\"commercial-vehicles\">\n    <div class=\"product-card__image\" data-product-card-image>\n                                    <a href=\"https:\/\/sonceboz.com\/products\/commercial-vehicles\/exhaust-gas-recirculation\/\" class=\"product-card__image-link\" tabindex=\"-1\" aria-hidden=\"true\">\n                    <img decoding=\"async\" class=\"product-card__img product-card__img--main\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/1e21e82594f01e05772489f51058ac50c0774118-1024x1024.png\" alt=\"EXHAUST GAS RECIRCULATION\" loading=\"lazy\">\n                                    <\/a>\n                        <\/div>\n\n    <div class=\"product-card__content\">\n                    <h3 class=\"product-card__title\">EXHAUST  GAS RECIRCULATION<\/h3>\n        \n                    <div class=\"product-card__tags\">\n                                    <span class=\"product-card__tag\">Power Management<\/span>\n                            <\/div>\n        \n                    <div class=\"product-card__features\">\n                                    <span class=\"product-card__feature\">High Performance<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Rapid Response<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Built-in-Safety<\/span>\n                                                <\/div>\n        \n                    <a href=\"https:\/\/sonceboz.com\/products\/commercial-vehicles\/exhaust-gas-recirculation\/\" class=\"custom-btn custom-btn--outline custom-btn--outline custom-btn--small\" aria-label=\"Learn more about EXHAUST GAS RECIRCULATION\">\n                LEARN MORE            <\/a>\n            <\/div>\n<\/div>\n\n                        <\/div>\n                                            <div class=\"swiper-slide\" data-categories=\"commercial-vehicles\">\n                            \n<div class=\"product-card\" data-categories=\"commercial-vehicles\">\n    <div class=\"product-card__image\" data-product-card-image>\n                                    <a href=\"https:\/\/sonceboz.com\/products\/commercial-vehicles\/exhaust-back-pressure-valves\/\" class=\"product-card__image-link\" tabindex=\"-1\" aria-hidden=\"true\">\n                    <img decoding=\"async\" class=\"product-card__img product-card__img--main\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/510724903d1f958b3abb04d34fd2d5e3da0c65ac-1024x1024.png\" alt=\"EXHAUST BACK PRESSURE VALVES\" loading=\"lazy\">\n                                    <\/a>\n                        <\/div>\n\n    <div class=\"product-card__content\">\n                    <h3 class=\"product-card__title\">EXHAUST BACK PRESSURE VALVES<\/h3>\n        \n                    <div class=\"product-card__tags\">\n                                    <span class=\"product-card__tag\">Power Management<\/span>\n                            <\/div>\n        \n                    <div class=\"product-card__features\">\n                                    <span class=\"product-card__feature\">High Performance<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Rapid Response<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Built-in-Safety<\/span>\n                                                <\/div>\n        \n                    <a href=\"https:\/\/sonceboz.com\/products\/commercial-vehicles\/exhaust-back-pressure-valves\/\" class=\"custom-btn custom-btn--outline custom-btn--outline custom-btn--small\" aria-label=\"Learn more about EXHAUST BACK PRESSURE VALVES\">\n                LEARN MORE            <\/a>\n            <\/div>\n<\/div>\n\n                        <\/div>\n                                            <div class=\"swiper-slide\" data-categories=\"commercial-vehicles\">\n                            \n<div class=\"product-card\" data-categories=\"commercial-vehicles\">\n    <div class=\"product-card__image\" data-product-card-image>\n                                    <a href=\"https:\/\/sonceboz.com\/products\/commercial-vehicles\/e-clutch\/\" class=\"product-card__image-link\" tabindex=\"-1\" aria-hidden=\"true\">\n                    <img decoding=\"async\" class=\"product-card__img product-card__img--main\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/d961947db19e41fcc808b31db9a98c353f0a374e-983x1024.png\" alt=\"E-CLUTCH\" loading=\"lazy\">\n                                    <\/a>\n                        <\/div>\n\n    <div class=\"product-card__content\">\n                    <h3 class=\"product-card__title\">E-CLUTCH<\/h3>\n        \n                    <div class=\"product-card__tags\">\n                                    <span class=\"product-card__tag\">Thermal Management<\/span>\n                            <\/div>\n        \n                    <div class=\"product-card__features\">\n                                    <span class=\"product-card__feature\">Reliable Power<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Fast Dynamics<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Long-Term Reliability<\/span>\n                                                <\/div>\n        \n                    <a href=\"https:\/\/sonceboz.com\/products\/commercial-vehicles\/e-clutch\/\" class=\"custom-btn custom-btn--outline custom-btn--outline custom-btn--small\" aria-label=\"Learn more about E-CLUTCH\">\n                LEARN MORE            <\/a>\n            <\/div>\n<\/div>\n\n                        <\/div>\n                                            <div class=\"swiper-slide\" data-categories=\"commercial-vehicles\">\n                            \n<div class=\"product-card\" data-categories=\"commercial-vehicles\">\n    <div class=\"product-card__image has-zone-swiper\" data-product-card-image>\n                                                        <a href=\"https:\/\/sonceboz.com\/products\/commercial-vehicles\/x-by-wire\/\" class=\"product-card__image-link\" tabindex=\"-1\" aria-hidden=\"true\">\n                        <div class=\"swiper product-card__zone-swiper\" data-product-card-swiper>\n                            <div class=\"swiper-wrapper\">\n                                                                    <div class=\"swiper-slide product-card__zone-slide\">\n                                        <img decoding=\"async\" class=\"product-card__img product-card__img--zone\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/Steer-By-Wire.png\" alt=\"X-BY-WIRE\" loading=\"lazy\">\n                                    <\/div>\n                                                                    <div class=\"swiper-slide product-card__zone-slide\">\n                                        <img decoding=\"async\" class=\"product-card__img product-card__img--zone\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/cda6fe6fe83d9dc034ea942e01595c1e2d95c84c-removebg-preview.png\" alt=\"\" loading=\"lazy\" aria-hidden=\"true\">\n                                    <\/div>\n                                                            <\/div>\n                        <\/div>\n                    <\/a>\n                                        <\/div>\n\n    <div class=\"product-card__content\">\n                    <h3 class=\"product-card__title\">X-BY-WIRE<\/h3>\n        \n                    <div class=\"product-card__tags\">\n                                    <span class=\"product-card__tag\">E-AUX &amp; Steering<\/span>\n                            <\/div>\n        \n                    <div class=\"product-card__features\">\n                                    <span class=\"product-card__feature\">Strong Precision<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Instant Control<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Certified Safety<\/span>\n                                                <\/div>\n        \n                    <a href=\"https:\/\/sonceboz.com\/products\/commercial-vehicles\/x-by-wire\/\" class=\"custom-btn custom-btn--outline custom-btn--outline custom-btn--small\" aria-label=\"Learn more about X-BY-WIRE\">\n                LEARN MORE            <\/a>\n            <\/div>\n<\/div>\n\n                        <\/div>\n                                            <div class=\"swiper-slide\" data-categories=\"commercial-vehicles\">\n                            \n<div class=\"product-card\" data-categories=\"commercial-vehicles\">\n    <div class=\"product-card__image\" data-product-card-image>\n                                    <a href=\"https:\/\/sonceboz.com\/products\/commercial-vehicles\/intake-throttle\/\" class=\"product-card__image-link\" tabindex=\"-1\" aria-hidden=\"true\">\n                    <img decoding=\"async\" class=\"product-card__img product-card__img--main\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/972931b7452ef15d0c5f78ccac8a49b35349cca5-1024x1024.png\" alt=\"INTAKE THROTTLE\" loading=\"lazy\">\n                                    <\/a>\n                        <\/div>\n\n    <div class=\"product-card__content\">\n                    <h3 class=\"product-card__title\">INTAKE THROTTLE<\/h3>\n        \n                    <div class=\"product-card__tags\">\n                                    <span class=\"product-card__tag\">Power Management<\/span>\n                            <\/div>\n        \n                    <div class=\"product-card__features\">\n                                    <span class=\"product-card__feature\">Contactless Single-Phase<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">High Performance<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Quick Control<\/span>\n                                                <\/div>\n        \n                    <a href=\"https:\/\/sonceboz.com\/products\/commercial-vehicles\/intake-throttle\/\" class=\"custom-btn custom-btn--outline custom-btn--outline custom-btn--small\" aria-label=\"Learn more about INTAKE THROTTLE\">\n                LEARN MORE            <\/a>\n            <\/div>\n<\/div>\n\n                        <\/div>\n                                            <div class=\"swiper-slide\" data-categories=\"commercial-vehicles\">\n                            \n<div class=\"product-card\" data-categories=\"commercial-vehicles\">\n    <div class=\"product-card__image\" data-product-card-image>\n                                    <a href=\"https:\/\/sonceboz.com\/products\/commercial-vehicles\/power-steering-ehps\/\" class=\"product-card__image-link\" tabindex=\"-1\" aria-hidden=\"true\">\n                    <img decoding=\"async\" class=\"product-card__img product-card__img--main\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/a41b2c5f4529609aacf64ac90940166cf79de2e4-983x1024.png\" alt=\"ELECTRO HYDRAULIC POWER STEERING (EHPS)\" loading=\"lazy\">\n                                    <\/a>\n                        <\/div>\n\n    <div class=\"product-card__content\">\n                    <h3 class=\"product-card__title\">ELECTRO HYDRAULIC POWER STEERING (EHPS)<\/h3>\n        \n                    <div class=\"product-card__tags\">\n                                    <span class=\"product-card__tag\">E-AUX &amp; Steering<\/span>\n                            <\/div>\n        \n                    <div class=\"product-card__features\">\n                                    <span class=\"product-card__feature\">Easy Integration<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Reliable Force<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Secure Control<\/span>\n                                                <\/div>\n        \n                    <a href=\"https:\/\/sonceboz.com\/products\/commercial-vehicles\/power-steering-ehps\/\" class=\"custom-btn custom-btn--outline custom-btn--outline custom-btn--small\" aria-label=\"Learn more about ELECTRO HYDRAULIC POWER STEERING (EHPS)\">\n                LEARN MORE            <\/a>\n            <\/div>\n<\/div>\n\n                        <\/div>\n                                            <div class=\"swiper-slide\" data-categories=\"commercial-vehicles\">\n                            \n<div class=\"product-card\" data-categories=\"commercial-vehicles\">\n    <div class=\"product-card__image\" data-product-card-image>\n                                    <a href=\"https:\/\/sonceboz.com\/products\/commercial-vehicles\/power-takeoff-empto\/\" class=\"product-card__image-link\" tabindex=\"-1\" aria-hidden=\"true\">\n                    <img decoding=\"async\" class=\"product-card__img product-card__img--main\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/1acae6451d564dbbc2a1d535518dd2330dff1503-1024x1024.png\" alt=\"ELECTRO MECHANICAL POWER TAKE-OFF\" loading=\"lazy\">\n                                    <\/a>\n                        <\/div>\n\n    <div class=\"product-card__content\">\n                    <h3 class=\"product-card__title\">ELECTRO MECHANICAL POWER TAKE-OFF<\/h3>\n        \n                    <div class=\"product-card__tags\">\n                                    <span class=\"product-card__tag\">E-AUX &amp; Steering<\/span>\n                            <\/div>\n        \n                    <div class=\"product-card__features\">\n                                    <span class=\"product-card__feature\">Quiet Operation<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Built-in-Performance<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Flexible Solutions<\/span>\n                                                <\/div>\n        \n                    <a href=\"https:\/\/sonceboz.com\/products\/commercial-vehicles\/power-takeoff-empto\/\" class=\"custom-btn custom-btn--outline custom-btn--outline custom-btn--small\" aria-label=\"Learn more about ELECTRO MECHANICAL POWER TAKE-OFF\">\n                LEARN MORE            <\/a>\n            <\/div>\n<\/div>\n\n                        <\/div>\n                                            <div class=\"swiper-slide\" data-categories=\"commercial-vehicles\">\n                            \n<div class=\"product-card\" data-categories=\"commercial-vehicles\">\n    <div class=\"product-card__image\" data-product-card-image>\n                                    <a href=\"https:\/\/sonceboz.com\/products\/commercial-vehicles\/turbo-wastegate\/\" class=\"product-card__image-link\" tabindex=\"-1\" aria-hidden=\"true\">\n                    <img decoding=\"async\" class=\"product-card__img product-card__img--main\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/5b5d59569b706b3482788609beb73b0d60f36494-1024x1024.png\" alt=\"TURBO WASTEGATE\" loading=\"lazy\">\n                                    <\/a>\n                        <\/div>\n\n    <div class=\"product-card__content\">\n                    <h3 class=\"product-card__title\">TURBO WASTEGATE<\/h3>\n        \n                    <div class=\"product-card__tags\">\n                                    <span class=\"product-card__tag\">Power Management<\/span>\n                            <\/div>\n        \n                    <div class=\"product-card__features\">\n                                    <span class=\"product-card__feature\">Gearless Architecture<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">High-Torque Stability<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Fast Dynamic Response<\/span>\n                                                <\/div>\n        \n                    <a href=\"https:\/\/sonceboz.com\/products\/commercial-vehicles\/turbo-wastegate\/\" class=\"custom-btn custom-btn--outline custom-btn--outline custom-btn--small\" aria-label=\"Learn more about TURBO WASTEGATE\">\n                LEARN MORE            <\/a>\n            <\/div>\n<\/div>\n\n                        <\/div>\n                                            <div class=\"swiper-slide\" data-categories=\"industries\">\n                            \n<div class=\"product-card\" data-categories=\"industries\">\n    <div class=\"product-card__image\" data-product-card-image>\n                                    <a href=\"https:\/\/sonceboz.com\/products\/industries\/air-compressor\/\" class=\"product-card__image-link\" tabindex=\"-1\" aria-hidden=\"true\">\n                    <img decoding=\"async\" class=\"product-card__img product-card__img--main\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2025\/12\/ecompressor02-1.png\" alt=\"Air Compressor\" loading=\"lazy\">\n                                    <\/a>\n                        <\/div>\n\n    <div class=\"product-card__content\">\n                    <h3 class=\"product-card__title\">Air Compressor<\/h3>\n        \n                    <div class=\"product-card__tags\">\n                                    <span class=\"product-card__tag\">Off-Road<\/span>\n                            <\/div>\n        \n                    <div class=\"product-card__features\">\n                                    <span class=\"product-card__feature\">Powerful Airflow<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Easy Integration<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Advanced Control<\/span>\n                                                <\/div>\n        \n                    <a href=\"https:\/\/sonceboz.com\/products\/industries\/air-compressor\/\" class=\"custom-btn custom-btn--outline custom-btn--outline custom-btn--small\" aria-label=\"Learn more about Air Compressor\">\n                LEARN MORE            <\/a>\n            <\/div>\n<\/div>\n\n                        <\/div>\n                                            <div class=\"swiper-slide\" data-categories=\"industries\">\n                            \n<div class=\"product-card\" data-categories=\"industries\">\n    <div class=\"product-card__image\" data-product-card-image>\n                                    <a href=\"https:\/\/sonceboz.com\/products\/industries\/door-drive-actuator\/\" class=\"product-card__image-link\" tabindex=\"-1\" aria-hidden=\"true\">\n                    <img decoding=\"async\" class=\"product-card__img product-card__img--main\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/01-21.png\" alt=\"DOOR DRIVE ACTUATOR\" loading=\"lazy\">\n                                    <\/a>\n                        <\/div>\n\n    <div class=\"product-card__content\">\n                    <h3 class=\"product-card__title\">DOOR DRIVE ACTUATOR<\/h3>\n        \n                    <div class=\"product-card__tags\">\n                                    <span class=\"product-card__tag\">Building Automation<\/span>\n                            <\/div>\n        \n                    <div class=\"product-card__features\">\n                                    <span class=\"product-card__feature\">Low Noise Design<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Safe Performance<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Intelligent Trajectory<\/span>\n                                                <\/div>\n        \n                    <a href=\"https:\/\/sonceboz.com\/products\/industries\/door-drive-actuator\/\" class=\"custom-btn custom-btn--outline custom-btn--outline custom-btn--small\" aria-label=\"Learn more about DOOR DRIVE ACTUATOR\">\n                LEARN MORE            <\/a>\n            <\/div>\n<\/div>\n\n                        <\/div>\n                                            <div class=\"swiper-slide\" data-categories=\"industries\">\n                            \n<div class=\"product-card\" data-categories=\"industries\">\n    <div class=\"product-card__image has-zone-swiper\" data-product-card-image>\n                                                        <a href=\"https:\/\/sonceboz.com\/products\/actuators-for-robotics\/\" class=\"product-card__image-link\" tabindex=\"-1\" aria-hidden=\"true\">\n                        <div class=\"swiper product-card__zone-swiper\" data-product-card-swiper>\n                            <div class=\"swiper-wrapper\">\n                                                                    <div class=\"swiper-slide product-card__zone-slide\">\n                                        <img decoding=\"async\" class=\"product-card__img product-card__img--zone\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/01-3.png\" alt=\"ACTUATORS FOR ROBOTICS\" loading=\"lazy\">\n                                    <\/div>\n                                                                    <div class=\"swiper-slide product-card__zone-slide\">\n                                        <img decoding=\"async\" class=\"product-card__img product-card__img--zone\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/01-4-1-1.png\" alt=\"\" loading=\"lazy\" aria-hidden=\"true\">\n                                    <\/div>\n                                                                    <div class=\"swiper-slide product-card__zone-slide\">\n                                        <img decoding=\"async\" class=\"product-card__img product-card__img--zone\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/Robotic-Actuator-2.png\" alt=\"\" loading=\"lazy\" aria-hidden=\"true\">\n                                    <\/div>\n                                                            <\/div>\n                        <\/div>\n                    <\/a>\n                                        <\/div>\n\n    <div class=\"product-card__content\">\n                    <h3 class=\"product-card__title\">ACTUATORS FOR ROBOTICS<\/h3>\n        \n                    <div class=\"product-card__tags\">\n                                    <span class=\"product-card__tag\">Robotics<\/span>\n                            <\/div>\n        \n                    <div class=\"product-card__features\">\n                                    <span class=\"product-card__feature\">Responsive Support<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Easy Integration<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Quiet Reliability<\/span>\n                                                <\/div>\n        \n                    <a href=\"https:\/\/sonceboz.com\/products\/actuators-for-robotics\/\" class=\"custom-btn custom-btn--outline custom-btn--outline custom-btn--small\" aria-label=\"Learn more about ACTUATORS FOR ROBOTICS\">\n                LEARN MORE            <\/a>\n            <\/div>\n<\/div>\n\n                        <\/div>\n                                            <div class=\"swiper-slide\" data-categories=\"industries\">\n                            \n<div class=\"product-card\" data-categories=\"industries\">\n    <div class=\"product-card__image has-zone-swiper\" data-product-card-image>\n                                                        <a href=\"https:\/\/sonceboz.com\/products\/industries\/human-machine-interface\/\" class=\"product-card__image-link\" tabindex=\"-1\" aria-hidden=\"true\">\n                        <div class=\"swiper product-card__zone-swiper\" data-product-card-swiper>\n                            <div class=\"swiper-wrapper\">\n                                                                    <div class=\"swiper-slide product-card__zone-slide\">\n                                        <img decoding=\"async\" class=\"product-card__img product-card__img--zone\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/01-7.png\" alt=\"HUMAN MACHINE INTERFACE\" loading=\"lazy\">\n                                    <\/div>\n                                                                    <div class=\"swiper-slide product-card__zone-slide\">\n                                        <img decoding=\"async\" class=\"product-card__img product-card__img--zone\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/01-4-1.png\" alt=\"\" loading=\"lazy\" aria-hidden=\"true\">\n                                    <\/div>\n                                                                    <div class=\"swiper-slide product-card__zone-slide\">\n                                        <img decoding=\"async\" class=\"product-card__img product-card__img--zone\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/Steer-By-Wire.png\" alt=\"\" loading=\"lazy\" aria-hidden=\"true\">\n                                    <\/div>\n                                                            <\/div>\n                        <\/div>\n                    <\/a>\n                                        <\/div>\n\n    <div class=\"product-card__content\">\n                    <h3 class=\"product-card__title\">HUMAN MACHINE INTERFACE<\/h3>\n        \n                    <div class=\"product-card__tags\">\n                                    <span class=\"product-card__tag\">Off-Road<\/span>\n                            <\/div>\n        \n                    <div class=\"product-card__features\">\n                                    <span class=\"product-card__feature\">High Performance<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Smart Control<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Field-Proven<\/span>\n                                                <\/div>\n        \n                    <a href=\"https:\/\/sonceboz.com\/products\/industries\/human-machine-interface\/\" class=\"custom-btn custom-btn--outline custom-btn--outline custom-btn--small\" aria-label=\"Learn more about HUMAN MACHINE INTERFACE\">\n                LEARN MORE            <\/a>\n            <\/div>\n<\/div>\n\n                        <\/div>\n                                            <div class=\"swiper-slide\" data-categories=\"industries\">\n                            \n<div class=\"product-card\" data-categories=\"industries\">\n    <div class=\"product-card__image\" data-product-card-image>\n                                    <a href=\"https:\/\/sonceboz.com\/products\/industries\/elevator-main-drive\/\" class=\"product-card__image-link\" tabindex=\"-1\" aria-hidden=\"true\">\n                    <img decoding=\"async\" class=\"product-card__img product-card__img--main\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/Main-Drive-02-2.png\" alt=\"ELEVATOR MAIN DRIVE\" loading=\"lazy\">\n                                    <\/a>\n                        <\/div>\n\n    <div class=\"product-card__content\">\n                    <h3 class=\"product-card__title\">ELEVATOR MAIN DRIVE<\/h3>\n        \n                    <div class=\"product-card__tags\">\n                                    <span class=\"product-card__tag\">Building Automation<\/span>\n                            <\/div>\n        \n                    <div class=\"product-card__features\">\n                                    <span class=\"product-card__feature\">Compact Performance<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Smart Integration<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Reliable Operation<\/span>\n                                                <\/div>\n        \n                    <a href=\"https:\/\/sonceboz.com\/products\/industries\/elevator-main-drive\/\" class=\"custom-btn custom-btn--outline custom-btn--outline custom-btn--small\" aria-label=\"Learn more about ELEVATOR MAIN DRIVE\">\n                LEARN MORE            <\/a>\n            <\/div>\n<\/div>\n\n                        <\/div>\n                                            <div class=\"swiper-slide\" data-categories=\"industries\">\n                            \n<div class=\"product-card\" data-categories=\"industries\">\n    <div class=\"product-card__image\" data-product-card-image>\n                                    <a href=\"https:\/\/sonceboz.com\/products\/industries\/power-steering-ehps-2\/\" class=\"product-card__image-link\" tabindex=\"-1\" aria-hidden=\"true\">\n                    <img decoding=\"async\" class=\"product-card__img product-card__img--main\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/a41b2c5f4529609aacf64ac90940166cf79de2e4-983x1024.png\" alt=\"ELECTRO-HYDRAULIC POWER STEERING (EHPS)\" loading=\"lazy\">\n                                    <\/a>\n                        <\/div>\n\n    <div class=\"product-card__content\">\n                    <h3 class=\"product-card__title\">ELECTRO-HYDRAULIC POWER STEERING (EHPS)<\/h3>\n        \n                    <div class=\"product-card__tags\">\n                                    <span class=\"product-card__tag\">E-AUX &amp; Steering<\/span>\n                            <\/div>\n        \n                    <div class=\"product-card__features\">\n                                    <span class=\"product-card__feature\">Easy Integration<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Reliable Force<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Secure Control<\/span>\n                                                <\/div>\n        \n                    <a href=\"https:\/\/sonceboz.com\/products\/industries\/power-steering-ehps-2\/\" class=\"custom-btn custom-btn--outline custom-btn--outline custom-btn--small\" aria-label=\"Learn more about ELECTRO-HYDRAULIC POWER STEERING (EHPS)\">\n                LEARN MORE            <\/a>\n            <\/div>\n<\/div>\n\n                        <\/div>\n                                            <div class=\"swiper-slide\" data-categories=\"industries\">\n                            \n<div class=\"product-card\" data-categories=\"industries\">\n    <div class=\"product-card__image has-zone-swiper\" data-product-card-image>\n                                                        <a href=\"https:\/\/sonceboz.com\/products\/industries\/smart-actuators\/\" class=\"product-card__image-link\" tabindex=\"-1\" aria-hidden=\"true\">\n                        <div class=\"swiper product-card__zone-swiper\" data-product-card-swiper>\n                            <div class=\"swiper-wrapper\">\n                                                                    <div class=\"swiper-slide product-card__zone-slide\">\n                                        <img decoding=\"async\" class=\"product-card__img product-card__img--zone\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/75d31739e516990205a2118582bb23b8112c08f5.png\" alt=\"SMART ACTUATORS\" loading=\"lazy\">\n                                    <\/div>\n                                                                    <div class=\"swiper-slide product-card__zone-slide\">\n                                        <img decoding=\"async\" class=\"product-card__img product-card__img--zone\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/c94aea316376efbef028f74f2b0278e3b6e79aa8.png\" alt=\"\" loading=\"lazy\" aria-hidden=\"true\">\n                                    <\/div>\n                                                                    <div class=\"swiper-slide product-card__zone-slide\">\n                                        <img decoding=\"async\" class=\"product-card__img product-card__img--zone\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/6756a16bd36994c6dfe78014fbc7d722b04d5b81.png\" alt=\"\" loading=\"lazy\" aria-hidden=\"true\">\n                                    <\/div>\n                                                            <\/div>\n                        <\/div>\n                    <\/a>\n                                        <\/div>\n\n    <div class=\"product-card__content\">\n                    <h3 class=\"product-card__title\">SMART ACTUATORS<\/h3>\n        \n                    <div class=\"product-card__tags\">\n                                    <span class=\"product-card__tag\">Off-Road<\/span>\n                            <\/div>\n        \n                    <div class=\"product-card__features\">\n                                    <span class=\"product-card__feature\">High Output<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Smart Control<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Reliable Operation<\/span>\n                                                <\/div>\n        \n                    <a href=\"https:\/\/sonceboz.com\/products\/industries\/smart-actuators\/\" class=\"custom-btn custom-btn--outline custom-btn--outline custom-btn--small\" aria-label=\"Learn more about SMART ACTUATORS\">\n                LEARN MORE            <\/a>\n            <\/div>\n<\/div>\n\n                        <\/div>\n                                            <div class=\"swiper-slide\" data-categories=\"industries\">\n                            \n<div class=\"product-card\" data-categories=\"industries\">\n    <div class=\"product-card__image\" data-product-card-image>\n                                    <a href=\"https:\/\/sonceboz.com\/products\/industries\/wheel-hub-motor\/\" class=\"product-card__image-link\" tabindex=\"-1\" aria-hidden=\"true\">\n                    <img decoding=\"async\" class=\"product-card__img product-card__img--main\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/ASm-eurobike-2.png\" alt=\"WHEEL-HUB MOTOR\" loading=\"lazy\">\n                                    <\/a>\n                        <\/div>\n\n    <div class=\"product-card__content\">\n                    <h3 class=\"product-card__title\">WHEEL-HUB MOTOR<\/h3>\n        \n                    <div class=\"product-card__tags\">\n                                    <span class=\"product-card__tag\">Micromobility<\/span>\n                            <\/div>\n        \n                    <div class=\"product-card__features\">\n                                    <span class=\"product-card__feature\">High-Torque &amp; Lightweight<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Integrated Torque Sensing<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Regenerative Braking<\/span>\n                                                <\/div>\n        \n                    <a href=\"https:\/\/sonceboz.com\/products\/industries\/wheel-hub-motor\/\" class=\"custom-btn custom-btn--outline custom-btn--outline custom-btn--small\" aria-label=\"Learn more about WHEEL-HUB MOTOR\">\n                LEARN MORE            <\/a>\n            <\/div>\n<\/div>\n\n                        <\/div>\n                                            <div class=\"swiper-slide\" data-categories=\"medtech\">\n                            \n<div class=\"product-card\" data-categories=\"medtech\">\n    <div class=\"product-card__image\" data-product-card-image>\n                                    <a href=\"https:\/\/sonceboz.com\/products\/clamp-system\/\" class=\"product-card__image-link\" tabindex=\"-1\" aria-hidden=\"true\">\n                    <img decoding=\"async\" class=\"product-card__img product-card__img--main\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/01.png\" alt=\"CLAMP SYSTEM\" loading=\"lazy\">\n                                    <\/a>\n                        <\/div>\n\n    <div class=\"product-card__content\">\n                    <h3 class=\"product-card__title\">CLAMP SYSTEM<\/h3>\n        \n                    <div class=\"product-card__tags\">\n                                    <span class=\"product-card__tag\">Medtech<\/span>\n                            <\/div>\n        \n                    <div class=\"product-card__features\">\n                                    <span class=\"product-card__feature\">Fast &amp; Reliable<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Secure Operation<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Quiet Durability<\/span>\n                                                <\/div>\n        \n                    <a href=\"https:\/\/sonceboz.com\/products\/clamp-system\/\" class=\"custom-btn custom-btn--outline custom-btn--outline custom-btn--small\" aria-label=\"Learn more about CLAMP SYSTEM\">\n                LEARN MORE            <\/a>\n            <\/div>\n<\/div>\n\n                        <\/div>\n                                            <div class=\"swiper-slide\" data-categories=\"medtech\">\n                            \n<div class=\"product-card\" data-categories=\"medtech\">\n    <div class=\"product-card__image\" data-product-card-image>\n                                    <a href=\"https:\/\/sonceboz.com\/products\/motor-for-fluid-pump\/\" class=\"product-card__image-link\" tabindex=\"-1\" aria-hidden=\"true\">\n                    <img decoding=\"async\" class=\"product-card__img product-card__img--main\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/BLOOD_PUMP_01.png\" alt=\"MOTOR FOR FLUID PUMP\" loading=\"lazy\">\n                                    <\/a>\n                        <\/div>\n\n    <div class=\"product-card__content\">\n                    <h3 class=\"product-card__title\">MOTOR FOR FLUID PUMP<\/h3>\n        \n                    <div class=\"product-card__tags\">\n                                    <span class=\"product-card__tag\">Medtech<\/span>\n                            <\/div>\n        \n                    <div class=\"product-card__features\">\n                                    <span class=\"product-card__feature\">Robust Performance<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">All-in-One Solution<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Patient Comfort<\/span>\n                                                <\/div>\n        \n                    <a href=\"https:\/\/sonceboz.com\/products\/motor-for-fluid-pump\/\" class=\"custom-btn custom-btn--outline custom-btn--outline custom-btn--small\" aria-label=\"Learn more about MOTOR FOR FLUID PUMP\">\n                LEARN MORE            <\/a>\n            <\/div>\n<\/div>\n\n                        <\/div>\n                                            <div class=\"swiper-slide\" data-categories=\"medtech\">\n                            \n<div class=\"product-card\" data-categories=\"medtech\">\n    <div class=\"product-card__image\" data-product-card-image>\n                                    <a href=\"https:\/\/sonceboz.com\/products\/oil-free-scroll-pump\/\" class=\"product-card__image-link\" tabindex=\"-1\" aria-hidden=\"true\">\n                    <img decoding=\"async\" class=\"product-card__img product-card__img--main\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/01-4.png\" alt=\"SCROLL PUMP\" loading=\"lazy\">\n                                    <\/a>\n                        <\/div>\n\n    <div class=\"product-card__content\">\n                    <h3 class=\"product-card__title\">SCROLL PUMP<\/h3>\n        \n                    <div class=\"product-card__tags\">\n                                    <span class=\"product-card__tag\">Medtech<\/span>\n                            <\/div>\n        \n                    <div class=\"product-card__features\">\n                                    <span class=\"product-card__feature\">Consistent Performance<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Quiet Environment<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Durable Design<\/span>\n                                                <\/div>\n        \n                    <a href=\"https:\/\/sonceboz.com\/products\/oil-free-scroll-pump\/\" class=\"custom-btn custom-btn--outline custom-btn--outline custom-btn--small\" aria-label=\"Learn more about SCROLL PUMP\">\n                LEARN MORE            <\/a>\n            <\/div>\n<\/div>\n\n                        <\/div>\n                                            <div class=\"swiper-slide\" data-categories=\"medtech\">\n                            \n<div class=\"product-card\" data-categories=\"medtech\">\n    <div class=\"product-card__image\" data-product-card-image>\n                                    <a href=\"https:\/\/sonceboz.com\/products\/syringe-pump\/\" class=\"product-card__image-link\" tabindex=\"-1\" aria-hidden=\"true\">\n                    <img decoding=\"async\" class=\"product-card__img product-card__img--main\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/13.png\" alt=\"SYRINGE PUMP\" loading=\"lazy\">\n                                    <\/a>\n                        <\/div>\n\n    <div class=\"product-card__content\">\n                    <h3 class=\"product-card__title\">SYRINGE PUMP<\/h3>\n        \n                    <div class=\"product-card__tags\">\n                                    <span class=\"product-card__tag\">Medtech<\/span>\n                            <\/div>\n        \n                    <div class=\"product-card__features\">\n                                    <span class=\"product-card__feature\">High-Precision Control<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Ultra-Fine Movement<\/span>\n                                            <span class=\"product-card__feature-separator\"><\/span>\n                                                        <span class=\"product-card__feature\">Customizable Integration<\/span>\n                                                <\/div>\n        \n                    <a href=\"https:\/\/sonceboz.com\/products\/syringe-pump\/\" class=\"custom-btn custom-btn--outline custom-btn--outline custom-btn--small\" aria-label=\"Learn more about SYRINGE PUMP\">\n                LEARN MORE            <\/a>\n            <\/div>\n<\/div>\n\n                        <\/div>\n                                    <\/div>\n            <\/div>\n\n            <!-- Circular Navigation Buttons -->\n            <button class=\"products-slider__nav products-slider__nav--prev\" aria-label=\"Previous\">\n                <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                    <path d=\"M15 18L9 12L15 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                <\/svg>\n            <\/button>\n            <button class=\"products-slider__nav products-slider__nav--next\" aria-label=\"Next\">\n                <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                    <path d=\"M9 18L15 12L9 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                <\/svg>\n            <\/button>\n        <\/div>\n\n        <!-- Pagination Dots -->\n        <div class=\"products-slider__pagination\" id=\"products-slider-6a827400a6c95-pagination\"><\/div>\n    <\/div>\n<\/section>\n\n<script type=\"application\/ld+json\">\n{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Product\",\"name\":\"Air Grill Shutter\",\"url\":\"https:\/\/sonceboz.com\/products\/automotive\/air-grill-shutter\/\",\"image\":[\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/Automotive-AGS-image-1024x1004.png\"],\"category\":[\"Automotive\"]},{\"@type\":\"Product\",\"name\":\"e-WATER VALVES\",\"url\":\"https:\/\/sonceboz.com\/products\/automotive\/e-water-valves-expansion-valves\/\",\"image\":[\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/b32a6d602aca5bc2df8a8d61d269d36d85aad523-850x1024.png\"],\"category\":[\"Automotive\"]},{\"@type\":\"Product\",\"name\":\"BRAKE FLAP\",\"url\":\"https:\/\/sonceboz.com\/products\/automotive\/brake-flap\/\",\"image\":[\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/2a38a771b36d7a964253b4b9c60da8aa1d81154a-841x1024.png\"],\"category\":[\"Automotive\"]},{\"@type\":\"Product\",\"name\":\"E-AIRVENT\",\"url\":\"https:\/\/sonceboz.com\/products\/automotive\/e-airvent\/\",\"image\":[\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/2b5507ec105b7707982390c49cf53b6cc55a1395-982x1024.png\"],\"category\":[\"Automotive\"]},{\"@type\":\"Product\",\"name\":\"E-LID\",\"url\":\"https:\/\/sonceboz.com\/products\/automotive\/e-lid\/\",\"image\":[\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/2a38a771b36d7a964253b4b9c60da8aa1d81154a-841x1024.png\"],\"category\":[\"Automotive\"]},{\"@type\":\"Product\",\"name\":\"E-COMPRESSOR FOR SENSOR CLEANING\",\"url\":\"https:\/\/sonceboz.com\/products\/automotive\/sensor-cleaning\/\",\"image\":[\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/processed_image.png\"],\"category\":[\"Automotive\"]},{\"@type\":\"Product\",\"name\":\"X-BY-WIRE\",\"url\":\"https:\/\/sonceboz.com\/products\/automotive\/x-by-wire\/\",\"image\":[\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/Steer-By-Wire-1022x1024.png\"],\"category\":[\"Automotive\"]},{\"@type\":\"Product\",\"name\":\"INSTRUMENT CLUSTERS\",\"url\":\"https:\/\/sonceboz.com\/products\/automotive\/instrument-clusters\/\",\"image\":[\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/edf44883eade43fb7fd090ac295ec9df9eb93006-1024x819.png\"],\"category\":[\"Automotive\"]},{\"@type\":\"Product\",\"name\":\"TURBO CHARGING,  EGR, VALVE ACTUATION\",\"url\":\"https:\/\/sonceboz.com\/products\/automotive\/turbo-charging-egr-valve-actuation\/\",\"image\":[\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/19f8c5a0cab89bcad6573f4b44c607f3f31fd64c-1024x591.png\"],\"category\":[\"Automotive\"]},{\"@type\":\"Product\",\"name\":\"SMART ELECTRIC AIR COMPRESSOR\",\"url\":\"https:\/\/sonceboz.com\/products\/commercial-vehicles\/air-compressor\/\",\"image\":[\"https:\/\/sonceboz.com\/wp-content\/uploads\/2025\/12\/ecompressor02-1.png\"],\"category\":[\"Commercial Vehicles\"]},{\"@type\":\"Product\",\"name\":\"E-WATER VALVES\",\"url\":\"https:\/\/sonceboz.com\/products\/commercial-vehicles\/e-water-valves\/\",\"image\":[\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/660821a2aba8b4fdb9bf02cf05f068032327d01d-850x1024.png\"],\"category\":[\"Commercial Vehicles\"]},{\"@type\":\"Product\",\"name\":\"EXHAUST  GAS RECIRCULATION\",\"url\":\"https:\/\/sonceboz.com\/products\/commercial-vehicles\/exhaust-gas-recirculation\/\",\"image\":[\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/1e21e82594f01e05772489f51058ac50c0774118-1024x1024.png\"],\"category\":[\"Commercial Vehicles\"]},{\"@type\":\"Product\",\"name\":\"EXHAUST BACK PRESSURE VALVES\",\"url\":\"https:\/\/sonceboz.com\/products\/commercial-vehicles\/exhaust-back-pressure-valves\/\",\"image\":[\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/510724903d1f958b3abb04d34fd2d5e3da0c65ac-1024x1024.png\"],\"category\":[\"Commercial Vehicles\"]},{\"@type\":\"Product\",\"name\":\"E-CLUTCH\",\"url\":\"https:\/\/sonceboz.com\/products\/commercial-vehicles\/e-clutch\/\",\"image\":[\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/d961947db19e41fcc808b31db9a98c353f0a374e-983x1024.png\"],\"category\":[\"Commercial Vehicles\"]},{\"@type\":\"Product\",\"name\":\"X-BY-WIRE\",\"url\":\"https:\/\/sonceboz.com\/products\/commercial-vehicles\/x-by-wire\/\",\"image\":[\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/Steer-By-Wire-1022x1024.png\"],\"category\":[\"Commercial Vehicles\"]},{\"@type\":\"Product\",\"name\":\"INTAKE THROTTLE\",\"url\":\"https:\/\/sonceboz.com\/products\/commercial-vehicles\/intake-throttle\/\",\"image\":[\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/972931b7452ef15d0c5f78ccac8a49b35349cca5-1024x1024.png\"],\"category\":[\"Commercial Vehicles\"]},{\"@type\":\"Product\",\"name\":\"ELECTRO HYDRAULIC POWER STEERING (EHPS)\",\"url\":\"https:\/\/sonceboz.com\/products\/commercial-vehicles\/power-steering-ehps\/\",\"image\":[\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/a41b2c5f4529609aacf64ac90940166cf79de2e4-983x1024.png\"],\"category\":[\"Commercial Vehicles\"]},{\"@type\":\"Product\",\"name\":\"ELECTRO MECHANICAL POWER TAKE-OFF\",\"url\":\"https:\/\/sonceboz.com\/products\/commercial-vehicles\/power-takeoff-empto\/\",\"image\":[\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/1acae6451d564dbbc2a1d535518dd2330dff1503-1024x1024.png\"],\"category\":[\"Commercial Vehicles\"]},{\"@type\":\"Product\",\"name\":\"TURBO WASTEGATE\",\"url\":\"https:\/\/sonceboz.com\/products\/commercial-vehicles\/turbo-wastegate\/\",\"image\":[\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/5b5d59569b706b3482788609beb73b0d60f36494-1024x1024.png\"],\"category\":[\"Commercial Vehicles\"]},{\"@type\":\"Product\",\"name\":\"Air Compressor\",\"url\":\"https:\/\/sonceboz.com\/products\/industries\/air-compressor\/\",\"image\":[\"https:\/\/sonceboz.com\/wp-content\/uploads\/2025\/12\/ecompressor02-1.png\"],\"category\":[\"Industries\"]},{\"@type\":\"Product\",\"name\":\"DOOR DRIVE ACTUATOR\",\"url\":\"https:\/\/sonceboz.com\/products\/industries\/door-drive-actuator\/\",\"image\":[\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/01-21.png\"],\"category\":[\"Industries\"]},{\"@type\":\"Product\",\"name\":\"ACTUATORS FOR ROBOTICS\",\"url\":\"https:\/\/sonceboz.com\/products\/actuators-for-robotics\/\",\"image\":[\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/01-3.png\"],\"category\":[\"Industries\"]},{\"@type\":\"Product\",\"name\":\"HUMAN MACHINE INTERFACE\",\"url\":\"https:\/\/sonceboz.com\/products\/industries\/human-machine-interface\/\",\"image\":[\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/01-7.png\"],\"category\":[\"Industries\"]},{\"@type\":\"Product\",\"name\":\"ELEVATOR MAIN DRIVE\",\"url\":\"https:\/\/sonceboz.com\/products\/industries\/elevator-main-drive\/\",\"image\":[\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/Main-Drive-02-2.png\"],\"category\":[\"Industries\"]},{\"@type\":\"Product\",\"name\":\"ELECTRO-HYDRAULIC POWER STEERING (EHPS)\",\"url\":\"https:\/\/sonceboz.com\/products\/industries\/power-steering-ehps-2\/\",\"image\":[\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/a41b2c5f4529609aacf64ac90940166cf79de2e4-983x1024.png\"],\"category\":[\"Industries\"]},{\"@type\":\"Product\",\"name\":\"SMART ACTUATORS\",\"url\":\"https:\/\/sonceboz.com\/products\/industries\/smart-actuators\/\",\"image\":[\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/75d31739e516990205a2118582bb23b8112c08f5-1024x1024.png\"],\"category\":[\"Industries\"]},{\"@type\":\"Product\",\"name\":\"WHEEL-HUB MOTOR\",\"url\":\"https:\/\/sonceboz.com\/products\/industries\/wheel-hub-motor\/\",\"image\":[\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/ASm-eurobike-2.png\"],\"category\":[\"Industries\"]},{\"@type\":\"Product\",\"name\":\"CLAMP SYSTEM\",\"url\":\"https:\/\/sonceboz.com\/products\/clamp-system\/\",\"image\":[\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/01.png\"],\"category\":[\"Medtech\"]},{\"@type\":\"Product\",\"name\":\"MOTOR FOR FLUID PUMP\",\"url\":\"https:\/\/sonceboz.com\/products\/motor-for-fluid-pump\/\",\"image\":[\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/BLOOD_PUMP_01.png\"],\"category\":[\"Medtech\"]},{\"@type\":\"Product\",\"name\":\"SCROLL PUMP\",\"url\":\"https:\/\/sonceboz.com\/products\/oil-free-scroll-pump\/\",\"image\":[\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/01-4.png\"],\"category\":[\"Medtech\"]},{\"@type\":\"Product\",\"name\":\"SYRINGE PUMP\",\"url\":\"https:\/\/sonceboz.com\/products\/syringe-pump\/\",\"image\":[\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/13.png\"],\"category\":[\"Medtech\"]}]}<\/script>\n\n<style>\n\/* ========================================\n   PRODUCTS SLIDER WIDGET\n   Glassmorphism Design from Figma\n   ======================================== *\/\n.products-slider-section {\n    padding: 0 5%;\n    position: relative;\n    overflow: hidden;\n}\n\n.products-slider-container {\n    max-width: 1440px;\n    margin: 0 auto;\n}\n\n\/* Header *\/\n.products-slider__header {\n    text-align: center;\n    margin-bottom: 50px;\n}\n\n\/* Title - Aptos Bold 48px *\/\n.products-slider__title {\n    font-family: 'Aptos', 'Segoe UI', system-ui, sans-serif;\n    font-size: 48px;\n    font-weight: 700;\n    text-transform: uppercase;\n    margin: 0 0 20px 0;\n    color: #FFFFFF;\n    letter-spacing: 0.02em;\n}\n\n\/* Subtitle - Aptos Regular 18px *\/\n.products-slider__subtitle {\n    font-family: 'Aptos', 'Segoe UI', system-ui, sans-serif;\n    font-size: 18px;\n    font-weight: 400;\n    color: rgba(255, 255, 255, 0.7);\n    margin: 0;\n    max-width: 600px;\n    margin-left: auto;\n    margin-right: auto;\n    line-height: 1.6;\n}\n\n\/* Category Filters *\/\n.products-slider__filters {\n    display: flex;\n    justify-content: center;\n    gap: 12px;\n    margin-bottom: 50px;\n    flex-wrap: wrap;\n}\n\n.site-container .products-slider__filter.custom-btn {\n    width: auto;\n}\n\n\n\n.site-container .products-slider__filter.custom-btn.is-active {\n    background: #ED1D24;\n    color: #FFFFFF;\n}\n\n.site-container .products-slider__filter.custom-btn.is-active:after {\n    background: #ED1D24;\n}\n\n.site-container .products-slider__filter.custom-btn.is-active:hover {\n    background: #C40A1F;\n}\n\n.site-container .products-slider__filter.custom-btn.is-active:hover:after {\n    background: #C40A1F;\n}\n\n\/* Wrapper with navigation *\/\n.products-slider-wrapper {\n    position: relative;\n    display: flex;\n    align-items: center;\n}\n\n\/* Navigation Button - Circular *\/\n.products-slider__nav {\n    position: absolute;\n    top: 50%;\n    transform: translateY(-50%);\n    width: 64px;\n    height: 64px;\n    background: #FFFFFF;\n    border: none;\n    border-radius: 50%;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    transition: all 0.3s ease;\n    color: #000000;\n    z-index: 10;\n    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);\n}\n\n.products-slider__nav--prev {\n    left: -24px;\n}\n\n.products-slider__nav--next {\n    right: -24px;\n}\n\n.products-slider__nav:hover {\n    background: #ED1D24;\n    color: #FFFFFF;\n    transform: translateY(-50%) scale(1.1);\n}\n\n.products-slider__nav:disabled {\n    opacity: 0.3;\n    cursor: not-allowed;\n    pointer-events: none;\n}\n\n.products-slider__nav svg {\n    width: 28px;\n    height: 28px;\n}\n\n\/* Swiper container *\/\n.products-slider {\n    flex: 1;\n    overflow: visible;\n    padding: 1px !important;\n    border-radius: 30px;\n}\n\n.products-slider .swiper-wrapper {\n    align-items: stretch;\n}\n\n.products-slider .swiper-slide {\n    height: auto;\n    transition: opacity 0.3s ease;\n}\n\nbody.elementor-editor-active .products-slider .product-card {\n    max-width: 420px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n.products-slider .swiper-slide-active,\n.products-slider .swiper-slide-next,\n.products-slider .swiper-slide-next + .swiper-slide {\n    opacity: 1;\n}\n\n\/* Note: Les styles de .product-card sont charg\u00e9s via le composant partials\/product-card\/product-card.php *\/\n\n\/* Pagination *\/\n.products-slider__pagination {\n    display: flex;\n    justify-content: center;\n    gap: 8px;\n    margin-top: 40px;\n}\n\n.products-slider__pagination .swiper-pagination-bullet {\n    width: 10px;\n    height: 10px;\n    background: var(--color-accent);\n    border-radius: 50%;\n    cursor: pointer;\n    transition: all 0.3s ease;\n}\n\n.products-slider__pagination .swiper-pagination-bullet-active {\n    background: var(--color-accent);\n    width: 30px;\n    border-radius: 5px;\n}\n\n\/* ========================================\n   RESPONSIVE\n   ======================================== *\/\n@media (max-width: 1400px) {\n    .products-slider__nav {\n        width: 56px;\n        height: 56px;\n    }\n    .products-slider__nav--prev {\n        left: -20px;\n    }\n    .products-slider__nav--next {\n        right: -20px;\n    }\n}\n\n@media (max-width: 1200px) {\n    .products-slider__title {\n        font-size: 40px;\n    }\n}\n\n@media (max-width: 1024px) {\n    .products-slider-section {\n        padding: 80px 5%;\n    }\n\n    .products-slider__nav {\n        width: 48px;\n        height: 48px;\n    }\n\n    .products-slider__nav--prev {\n        left: -10px;\n    }\n\n    .products-slider__nav--next {\n        right: -10px;\n    }\n\n    .products-slider__nav svg {\n        width: 24px;\n        height: 24px;\n    }\n}\n\n@media (max-width: 768px) {\n    .products-slider-section {\n        padding: 60px 5%;\n    }\n\n    .products-slider__title {\n        font-size: 28px;\n        margin-bottom: 16px;\n    }\n\n    .products-slider__subtitle {\n        font-size: var(--font-size-base);\n    }\n\n    .products-slider__filters {\n        gap: 8px;\n        margin-bottom: 30px;\n    }\n\n    .site-container .products-slider__filter.custom-btn {\n        font-size: 12px;\n        padding: 10px 16px;\n    }\n\n    .products-slider__nav {\n        display: none;\n    }\n\n    .products-slider {\n        padding-right: 0;\n    }\n}\n\n@media (max-width: 480px) {\n    .products-slider__header {\n        margin-bottom: 30px;\n    }\n\n    .products-slider__title {\n        font-size: 24px;\n    }\n\n    .products-slider__subtitle {\n        font-size: 14px;\n    }\n\n    .products-slider__filters {\n        flex-direction: column;\n        align-items: center;\n    }\n\n    .site-container .products-slider__filter.custom-btn {\n        width: 100%;\n        max-width: 200px;\n    }\n}\n<\/style>\n\n<script>\n(function() {\n\t    function refreshSlider(swiper, updateNavButton, updateSlideOpacity) {\n\t        requestAnimationFrame(function() {\n\t            swiper.update();\n\t            swiper.slideTo(0, 0);\n\t            updateNavButton(swiper);\n\t            updateSlideOpacity(swiper);\n\n\t            if (window.BWA_ProductCardZoneSwipers && typeof window.BWA_ProductCardZoneSwipers.refresh === 'function') {\n\t                window.BWA_ProductCardZoneSwipers.refresh();\n\t            }\n\t        });\n\t    }\n\n    function initProductsSlider() {\n        if (typeof Swiper === 'undefined') {\n            setTimeout(initProductsSlider, 100);\n            return;\n        }\n\n        var sliderId = 'products-slider-6a827400a6c95';\n        var swiperEl = document.getElementById(sliderId);\n\n        if (!swiperEl) return;\n\n        if (swiperEl.dataset.productsSliderInitialized === '1') {\n            if (swiperEl.swiper) {\n                refreshSlider(swiperEl.swiper, function() {}, function() {});\n            }\n            return;\n        }\n\n        swiperEl.dataset.productsSliderInitialized = '1';\n\n        var section = swiperEl.closest('.products-slider-section');\n        var container = swiperEl.closest('.products-slider-wrapper');\n        var prevBtn = container ? container.querySelector('.products-slider__nav--prev') : null;\n\t        var nextBtn = container ? container.querySelector('.products-slider__nav--next') : null;\n\t        var paginationEl = document.getElementById(sliderId + '-pagination');\n\t        var filterBtns = section ? section.querySelectorAll('.products-slider__filter') : [];\n\t        var swiperWrapper = swiperEl.querySelector(':scope > .swiper-wrapper');\n\t        var allSlides = swiperWrapper ? swiperWrapper.querySelectorAll(':scope > .swiper-slide') : [];\n\t        var initialVisibleLimit = 10;\n\t        var initialFilter = '';\n\n        \/\/ Initialize Swiper\n        var swiper = new Swiper('#' + sliderId, {\n            slidesPerView: 1,\n            spaceBetween: 20,\n            loop: false,\n            grabCursor: true,\n            watchSlidesProgress: true,\n\n            pagination: {\n                el: paginationEl,\n                clickable: true,\n                bulletClass: 'swiper-pagination-bullet',\n                bulletActiveClass: 'swiper-pagination-bullet-active',\n            },\n\n            breakpoints: {\n                480: {\n                    slidesPerView: 1.5,\n                    spaceBetween: 20,\n                },\n                768: {\n                    slidesPerView: 2,\n                    spaceBetween: 24,\n                },\n                1024: {\n                    slidesPerView: 2,\n                    spaceBetween: 30,\n                },\n                1280: {\n                    slidesPerView: 3,\n                    spaceBetween: 32,\n                },\n            },\n\n            on: {\n                init: function() {\n                    updateNavButton(this);\n                    updateSlideOpacity(this);\n                },\n                slideChange: function() {\n                    updateNavButton(this);\n                },\n                progress: function() {\n                    updateSlideOpacity(this);\n                },\n            },\n        });\n\n        \/\/ Update navigation buttons state\n        function updateNavButton(swiperInstance) {\n            if (prevBtn) {\n                prevBtn.disabled = swiperInstance.isBeginning;\n            }\n            if (nextBtn) {\n                nextBtn.disabled = swiperInstance.isEnd;\n            }\n        }\n\n        \/\/ Update slide opacity for fade effect\n        function updateSlideOpacity(swiperInstance) {\n            var slides = swiperInstance.slides;\n            slides.forEach(function(slide) {\n                var progress = slide.progress;\n                if (progress >= 0 && progress <= 0.8) {\n                    \/\/ Slides fully in view\n                    slide.style.opacity = '1';\n                } else if (progress > 0.8 && progress < 1.5) {\n                    \/\/ Last visible slide gets fade effect (peek)\n                    slide.style.opacity = String(Math.max(0.4, 1 - (progress - 0.8) * 1.2));\n                } else {\n                    \/\/ Slides before the active area (progress < 0) or far beyond (>= 1.5):\n                    \/\/ remove inline style so CSS rules take over and no stale value remains\n                    slide.style.opacity = '';\n                }\n            });\n        }\n\n\t        function applyCategoryFilter(category) {\n\t            var visibleSlidesInAll = 0;\n\n\t            swiperEl.querySelectorAll('.product-card__zone-swiper .swiper-slide').forEach(function(zoneSlide) {\n\t                zoneSlide.style.display = '';\n\t                zoneSlide.classList.remove('is-hidden');\n\t            });\n\n\t            allSlides.forEach(function(slide) {\n\t                var slideCategories = slide.getAttribute('data-categories');\n                var categoriesArray = slideCategories ? slideCategories.split(',') : [];\n                var matchesCategory = category === 'all' || categoriesArray.indexOf(category) !== -1;\n                var shouldDisplay = matchesCategory;\n\n                if (category === 'all' && matchesCategory) {\n                    visibleSlidesInAll += 1;\n                    shouldDisplay = visibleSlidesInAll <= initialVisibleLimit;\n                }\n\n                if (shouldDisplay) {\n                    slide.style.display = '';\n                    slide.classList.remove('is-hidden');\n                } else {\n                    slide.style.display = 'none';\n                    slide.classList.add('is-hidden');\n                }\n            });\n\n            refreshSlider(swiper, updateNavButton, updateSlideOpacity);\n        }\n\n        \/\/ Navigation buttons click\n        if (prevBtn) {\n            prevBtn.addEventListener('click', function() {\n                swiper.slidePrev();\n            });\n        }\n        if (nextBtn) {\n            nextBtn.addEventListener('click', function() {\n                swiper.slideNext();\n            });\n        }\n\n        \/\/ Category filter functionality\n        if (filterBtns.length > 0) {\n            filterBtns.forEach(function(btn) {\n                btn.addEventListener('click', function() {\n                    var category = this.getAttribute('data-category');\n\n                    \/\/ Update active state\n                    filterBtns.forEach(function(b) {\n                        b.classList.remove('is-active');\n                    });\n                    this.classList.add('is-active');\n\n                    applyCategoryFilter(category);\n                });\n            });\n        }\n\n        applyCategoryFilter('all');\n\n        \/\/ Apply initial filter from URL ?filter= param\n        if (initialFilter && initialFilter !== 'all' && filterBtns.length > 0) {\n            var matchingFilterBtn = null;\n            filterBtns.forEach(function(b) {\n                if (b.getAttribute('data-category') === initialFilter) {\n                    matchingFilterBtn = b;\n                }\n            });\n            if (matchingFilterBtn) {\n                filterBtns.forEach(function(b) { b.classList.remove('is-active'); });\n                matchingFilterBtn.classList.add('is-active');\n                applyCategoryFilter(initialFilter);\n            }\n        }\n\n        \/\/ Listen for hero banner filter change events (same-page communication)\n        document.addEventListener('heroFilterChange', function(e) {\n            var filter = e.detail && e.detail.filter ? e.detail.filter : 'all';\n            filterBtns.forEach(function(b) {\n                b.classList.toggle('is-active', b.getAttribute('data-category') === filter);\n            });\n            applyCategoryFilter(filter);\n        });\n\n        if (document.body && document.body.classList.contains('elementor-editor-active')) {\n            setTimeout(function() {\n                refreshSlider(swiper, updateNavButton, updateSlideOpacity);\n            }, 150);\n            setTimeout(function() {\n                refreshSlider(swiper, updateNavButton, updateSlideOpacity);\n            }, 400);\n        }\n    }\n\n    function bindElementorHook() {\n        if (typeof window.jQuery === 'undefined') {\n            return;\n        }\n\n        window.jQuery(window).on('elementor\/frontend\/init', function () {\n            if (!window.elementorFrontend || !window.elementorFrontend.hooks) {\n                return;\n            }\n\n            window.elementorFrontend.hooks.addAction('frontend\/element_ready\/global', function () {\n                initProductsSlider();\n            });\n        });\n    }\n\n    if (document.readyState === 'loading') {\n        document.addEventListener('DOMContentLoaded', initProductsSlider);\n    } else {\n        initProductsSlider();\n    }\n\n    bindElementorHook();\n})();\n<\/script>\n\n<!-- end slider produits -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e7d928d e-flex e-con-boxed e-con e-parent\" data-id=\"e7d928d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7ee4b02 elementor-widget elementor-widget-ucaddon_title_subtitle\" data-id=\"7ee4b02\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_title_subtitle.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start titre et sous titre -->\n\n\n<section class=\"our-commitment-section our-commitment-widget\">\n    <div class=\"our-commitment-container\">\n        <div class=\"our-commitment-heading\">\n            <div class=\"our-commitment-line our-commitment-line--top\"><\/div>\n\n                            <h2 class=\"section-title our-commitment-title\">OUR COMMITMENT<\/h2>\n            \n                            <div class=\"our-commitment-content\">\n                    Provide long-term competitive advantage to our customers through innovative and reliable mechatronic solutions, from advanced research to series production.                <\/div>\n            \n            <div class=\"our-commitment-line our-commitment-line--bottom\"><\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<!-- end titre et sous titre -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-21ba1e4 elementor-widget elementor-widget-ucaddon_line_wave\" data-id=\"21ba1e4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_line_wave.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start vague de ligne -->\n\n<div class=\"wave-trigger-container\">\n\t  <div class=\"wave-trigger\"                                                                                                                                                                                                   \n       data-wave-curve=\"1\"                                                                                                                                                                                                    \n       data-wave-offset-y=\"-0.1px\"                                                                                                                                                                                             \n       data-wave-lines=\"21\"                                                                                                                                                                                                   \n       data-wave-spacing=\"0.013\"                                                                                                                                                                                              \n       data-wave-thickness=\"0.0005\"                                                                                                                                                                                           \n       data-wave-speed=\"0.001\"                                                                                                                                                                                                \n       data-wave-amplitude=\"0.122\"\n       data-wave-frequency=\"0.122\"\n       data-wave-frequency-offset=\"0\"\n       data-wave-opacity-min=\"0.0\"                                                                                                                                                                                            \n       data-wave-opacity-max=\"0.2\"\n       data-wave-curve-height=\"1\"\n       > \n  <\/div>\n<\/div>\n<!-- end vague de ligne -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-034e32a elementor-widget__width-initial elementor-widget elementor-widget-ucaddon_title\" data-id=\"034e32a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start titre -->\n<style>\/* widget: titre *\/\n\n.uc_title_elementor_034e32a .custom-title__line-wrapper,\n.uc_title_elementor_034e32a .custom-title__line:first-child:before,\n.uc_title_elementor_034e32a .custom-title__line:first-child:after{\n\tbackground-color: #e1051c;\n}\n\n.uc_title_elementor_034e32a .custom-title__line:last-child .custom-title__line-wrapper{\n  background: linear-gradient(180deg, #e1051c 0%, rgba(255, 255, 255, 0.00) 46.15%);\n}\n\n.uc_title_elementor_034e32a.custom-title .custom-title__header .custom-title__title{\n\tcolor: #000000;\n}\n\n.page-confirmation  .custom-title .custom-title__header .custom-title__title {\n    margin: 0 0 15px;\n}\n\n.page-confirmation .custom-title__subtitle {\n  font-weight: 600;\n  font-size: var(--font-size-5xl);\n  text-transform: uppercase;\n}\n\n<\/style>\n\n\n<div class=\"custom-title custom-title--points-both custom-title--point-position-top uc_title_elementor_034e32a\">\n    <div class=\"custom-title__header\">\n                    <div class=\"custom-title__line\">\n                <div class=\"custom-title__line-wrapper\"><\/div>\n            <\/div>\n                <h2 class=\"custom-title__title\"><span class=\"custom-title-text-surrounding\"><span class=\"custom-title-text-inner\">ENGINEERING<\/span><\/span> <span class=\"custom-title-text-surrounding\"><span class=\"custom-title-text-inner\">EXCELLENCE<\/span><\/span> <span class=\"custom-title-text-surrounding\"><span class=\"custom-title-text-inner\">FOR<\/span><\/span> <strong>CUSTOMER SUCCESS<\/strong><\/h2>\n                                            <div class=\"custom-title__line\">\n                <div class=\"custom-title__line-wrapper\"><\/div>\n            <\/div>\n            <\/div>\n<\/div>\n\n<!-- end titre -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e69db40 elementor-widget elementor-widget-ucaddon_slide_cards\" data-id=\"e69db40\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_slide_cards.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start Cartes slides -->\n\n\n<div class=\"cards_slide\" id=\"cards-slide-6a827400c5938\">\n        <div class=\"cards_slide__container\">\n                                <section class=\"cards_slide cards_slide__item\" data-background=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/Homepage-Innovation-scaled.jpg\" tabindex=\"0\" role=\"button\" aria-expanded=\"false\" aria-controls=\"cards-slide-6a827400c5938-panel-0\" aria-labelledby=\"cards-slide-6a827400c5938-title-0\">\n                                <h3 id=\"cards-slide-6a827400c5938-title-0\" class=\"cards_slide__title\">INNOVATION<\/h3>\n                <div class=\"cards_slide__content\" id=\"cards-slide-6a827400c5938-panel-0\" role=\"region\" aria-labelledby=\"cards-slide-6a827400c5938-title-0\">\n                    <p style=\"font-weight: 400\">We don\u2019t just follow the market. We anticipate it.<\/p><p style=\"font-weight: 400\">At Sonceboz, we detect emerging needs early and co-develop high-impact mechatronic solutions with our customers. By mastering the full spectrum of mechatronic technologies and leveraging leading research partners\u2014i3@EPFL, MMT, and CPM\u2014we turn cutting-edge science into real-world applications. This unique combination of anticipation and expertise enables us to unlock new solutions and create decisive advantage.<\/p>                <\/div>\n                <button class=\"custom-btn custom-btn--outline-white cards_slide__toggle\" id=\"cards-slide-6a827400c5938-toggle-0\" type=\"button\" aria-expanded=\"false\" aria-controls=\"cards-slide-6a827400c5938-panel-0\" aria-label=\"Afficher le d\u00e9tail de INNOVATION\">\n                    <svg class=\"ia-toggle\" width=\"33\" height=\"33\" viewBox=\"0 0 33 33\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" focusable=\"false\">\n\t<line class=\"ia-toggle__h\" x1=\"0.5\" y1=\"16.5\" x2=\"32.5\" y2=\"16.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" vector-effect=\"non-scaling-stroke\"\/>\n\t<line class=\"ia-toggle__v\" x1=\"16.5\" y1=\"10.5\" x2=\"16.5\" y2=\"22.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" vector-effect=\"non-scaling-stroke\"\/>\n<\/svg>\n                <\/button>\n            <\/section>\n                                <section class=\"cards_slide cards_slide__item\" data-background=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/Homepage-Manufacturing-scaled.jpg\" tabindex=\"0\" role=\"button\" aria-expanded=\"false\" aria-controls=\"cards-slide-6a827400c5938-panel-1\" aria-labelledby=\"cards-slide-6a827400c5938-title-1\">\n                                <h3 id=\"cards-slide-6a827400c5938-title-1\" class=\"cards_slide__title\">MANUFACTURING<\/h3>\n                <div class=\"cards_slide__content\" id=\"cards-slide-6a827400c5938-panel-1\" role=\"region\" aria-labelledby=\"cards-slide-6a827400c5938-title-1\">\n                    <p style=\"font-weight: 400\">We don\u2019t just manufacture. We deliver performance at scale.<\/p><p style=\"font-weight: 400\">At Sonceboz, we turn tailored solutions into industrial success with automated lines, precision-driven processes, and a strict zero-ppm mindset. Our scalable operations ensure consistent quality at the right cost, enabling customers to ramp up with confidence, secure supply, and maintain uncompromised performance over time.<\/p>                <\/div>\n                <button class=\"custom-btn custom-btn--outline-white cards_slide__toggle\" id=\"cards-slide-6a827400c5938-toggle-1\" type=\"button\" aria-expanded=\"false\" aria-controls=\"cards-slide-6a827400c5938-panel-1\" aria-label=\"Afficher le d\u00e9tail de MANUFACTURING\">\n                    <svg class=\"ia-toggle\" width=\"33\" height=\"33\" viewBox=\"0 0 33 33\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" focusable=\"false\">\n\t<line class=\"ia-toggle__h\" x1=\"0.5\" y1=\"16.5\" x2=\"32.5\" y2=\"16.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" vector-effect=\"non-scaling-stroke\"\/>\n\t<line class=\"ia-toggle__v\" x1=\"16.5\" y1=\"10.5\" x2=\"16.5\" y2=\"22.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" vector-effect=\"non-scaling-stroke\"\/>\n<\/svg>\n                <\/button>\n            <\/section>\n                                <section class=\"cards_slide cards_slide__item\" data-background=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/07\/A7402721-scaled.jpg\" tabindex=\"0\" role=\"button\" aria-expanded=\"false\" aria-controls=\"cards-slide-6a827400c5938-panel-2\" aria-labelledby=\"cards-slide-6a827400c5938-title-2\">\n                                <h3 id=\"cards-slide-6a827400c5938-title-2\" class=\"cards_slide__title\">TAILOR-MADE SOLUTIONS<\/h3>\n                <div class=\"cards_slide__content\" id=\"cards-slide-6a827400c5938-panel-2\" role=\"region\" aria-labelledby=\"cards-slide-6a827400c5938-title-2\">\n                    <p style=\"font-weight: 400\">We don\u2019t just deliver products. We co-create performance.<\/p><p style=\"font-weight: 400\">At Sonceboz, we partner with our customers to design intelligent mechatronic systems tailored to their exact needs. From concept to production, we work side by side to turn complex requirements into high-performance solutions with zero-compromise quality. With engineering teams close to our customers worldwide, we deliver solutions that create real competitive advantage\u2014helping them move faster, perform better, and achieve their ambitions with confidence.<\/p>                <\/div>\n                <button class=\"custom-btn custom-btn--outline-white cards_slide__toggle\" id=\"cards-slide-6a827400c5938-toggle-2\" type=\"button\" aria-expanded=\"false\" aria-controls=\"cards-slide-6a827400c5938-panel-2\" aria-label=\"Afficher le d\u00e9tail de TAILOR-MADE SOLUTIONS\">\n                    <svg class=\"ia-toggle\" width=\"33\" height=\"33\" viewBox=\"0 0 33 33\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" focusable=\"false\">\n\t<line class=\"ia-toggle__h\" x1=\"0.5\" y1=\"16.5\" x2=\"32.5\" y2=\"16.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" vector-effect=\"non-scaling-stroke\"\/>\n\t<line class=\"ia-toggle__v\" x1=\"16.5\" y1=\"10.5\" x2=\"16.5\" y2=\"22.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" vector-effect=\"non-scaling-stroke\"\/>\n<\/svg>\n                <\/button>\n            <\/section>\n        \n    <\/div>\n<\/div>\n\n<!-- end Cartes slides -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-afa72c0 e-con-full e-flex e-con e-parent\" data-id=\"afa72c0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-886a87f elementor-widget elementor-widget-ucaddon_animated_title\" data-id=\"886a87f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_animated_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start Titre anim\u00e9 -->\n\n\n    <style id=\"bwa-unlimited-inline-css\">.unlimited {\n    position: relative;\n    box-sizing: border-box;\n    width: 100%;\n    min-height: calc(100vh + var(--unlimited-scroll-distance, 0px));\n    min-height: calc(100lvh + var(--unlimited-scroll-distance, 0px));\n    padding: 0 5%;\n    background: transparent;\n}\n\n.elementor-section:has(.unlimited[data-unlimited-root]),\n.elementor-container:has(.unlimited[data-unlimited-root]),\n.elementor-column:has(.unlimited[data-unlimited-root]),\n.elementor-widget:has(.unlimited[data-unlimited-root]),\n.elementor-widget-container:has(.unlimited[data-unlimited-root]),\n.e-con:has(.unlimited[data-unlimited-root]) {\n    overflow: visible !important;\n}\n\n.bwa-unlimited-sticky-ancestor {\n    overflow: visible !important;\n}\n\n.unlimited .unlimited__stage > .wave-trigger-container {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    translate: -50% -50%;\n    width: calc(100vw - 20px);\n    height: 100vh;\n    overflow: hidden;\n    z-index: 0;\n    pointer-events: none;\n}\n\n.unlimited .unlimited__stage > .wave-trigger-container > .wave-trigger {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    aspect-ratio: auto;\n    translate: none;\n}\n\n.unlimited .unlimited__inner {\n    position: sticky;\n    top: 0;\n    box-sizing: border-box;\n    z-index: 1;\n    width: 100%;\n    max-width: 1440px;\n    margin: 0 auto;\n    height: 100vh;\n    height: 100lvh;\n    padding: 40px 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n}\n\n.unlimited .unlimited__items {\n    position: relative;\n    z-index: 1;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: fit-content;\n    min-height: var(--unlimited-stage-height, 320px);\n    height: var(--unlimited-stage-height, 320px);\n}\n\n.unlimited.unlimited--stage-ready {\n    overflow: visible;\n}\n\n.unlimited.unlimited--stage-ready .unlimited__inner {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: center;\n}\n\n.unlimited .unlimited__stage {\n    position: relative;\n    z-index: 1;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    overflow: visible;\n    width: fit-content;\n    height: fit-content;\n    max-width: 100%;\n    margin: 0 auto;\n    --corner-size: var(--font-size-3xl);\n    --corner-offset-x: -26px;\n    --corner-offset-y: -22px;\n    --unlimited-title-max-width: 100%;\n    --unlimited-grid-max-width: 100%;\n}\n\n.unlimited .unlimited__item {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: fit-content;\n    margin: 0 auto;\n    will-change: transform, opacity;\n}\n\n.unlimited:not(.unlimited--stage-ready) .unlimited__item:not(:first-child) {\n    display: none;\n}\n\n.unlimited.unlimited--stage-ready .unlimited__item,\n.unlimited .unlimited__item--stacked {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    translate: -50% -50%;\n    width: 100%;\n}\n\n.unlimited .unlimited__item--title {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    text-align: center;\n}\n\n.unlimited .unlimited__headline {\n    margin: 0;\n    display: inline-block;\n    width: fit-content;\n    max-width: min(var(--unlimited-title-max-width), 100%);\n    color: var(--color-text);\n    font-family: var(--font-secondary);\n    font-size: var(--font-size-5xl);\n    font-weight: var(--font-weight-bold);\n    line-height: 1.02;\n    letter-spacing: 0.03em;\n    text-transform: uppercase;\n    text-shadow: var(--shadow-text-dark);\n    position: relative;\n}\n\n.unlimited .unlimited__headline-inner {\n    display: inline-block;\n    max-width: min(var(--unlimited-title-max-width), 100%);\n    white-space: normal;\n}\n\n.unlimited .unlimited__headline-inner--stacked {\n    position: absolute;\n    top: 0;\n    left: 50%;\n    transform: translateX(-50%);\n}\n\n.unlimited .unlimited__char-inner-mask {\n    vertical-align: bottom;\n}\n\n.unlimited .unlimited__char-inner {\n    display: inline-block;\n    vertical-align: bottom;\n    will-change: transform, opacity;\n}\n\n.unlimited .unlimited__word,\n.unlimited .unlimited__word-mask {\n    \/*display: inline-block;*\/\n    white-space: nowrap;\n    vertical-align: bottom;\n}\n\n.unlimited .unlimited__item--grid {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n}\n\n.unlimited .unlimited__grid-frame {\n    display: grid;\n    grid-template-columns: auto 1fr;\n    gap: 30px;\n    align-items: center;\n    width: fit-content;\n    max-width: min(var(--unlimited-grid-max-width), 100%);\n    margin: 0 auto;\n}\n\n.unlimited .unlimited__grid-number {\n    color: var(--color-text);\n    font-family: var(--font-secondary);\n    font-size: 135px;\n    font-weight: var(--font-weight-semibold);\n    line-height: 1;\n}\n\n.unlimited .unlimited__grid-content {\n    display: grid;\n    width: fit-content;\n}\n\n.unlimited .unlimited__grid-title {\n    margin: 0;\n    color: var(--color-text);\n    font-family: var(--font-secondary);\n    font-size: var(--font-size-5xl);\n    font-weight: var(--font-weight-bold);\n    line-height: 1.08;\n    text-transform: uppercase;\n}\n\n.unlimited .unlimited__grid-description {\n    width: min(100vw, 300px);\n    max-width: 300px;\n    color: var(--color-text);\n    font-family: var(--font-secondary);\n    font-size: var(--font-size-2xl);\n    font-weight: var(--font-weight-light);\n    line-height: 1.5;\n}\n\n.unlimited .unlimited__grid-description > *:first-child {\n    margin-top: 0;\n}\n\n.unlimited .unlimited__grid-description > *:last-child {\n    margin-bottom: 0;\n}\n\n.unlimited .unlimited__debug {\n    margin: 24px 0 0;\n    padding: 16px;\n    overflow: auto;\n    border: 1px solid rgba(42, 42, 42, 0.12);\n    background: rgba(42, 42, 42, 0.04);\n    color: var(--color-text);\n    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;\n    font-size: 12px;\n    line-height: 1.5;\n    white-space: pre-wrap;\n}\n\n\/*RESPONSIVE*\/\n\n@media (prefers-reduced-motion: reduce) {\n    .unlimited {\n        --unlimited-scroll-distance: 0px !important;\n    }\n}\n\n\t\/*phone*\/\n\t@media (max-width: 767px) {\n\n\n        .unlimited .unlimited__grid-frame{\n            grid-template-columns: 1fr;\n            justify-items: center;\n            text-align: center;\n            width: 100%;\n            max-width: 100%;\n            gap: 24px;\n        }\n\n        .unlimited .unlimited__grid-content {\n            justify-items: center;\n            width: 100%;\n            max-width: 100%;\n        }\n\n        .unlimited .unlimited__grid-title {\n            width: 100%;\n            max-width: 100%;\n            overflow-wrap: anywhere;\n        }\n\n        .unlimited .unlimited__grid-description {\n            width: min(100%, 300px);\n            max-width: 100%;\n            overflow-wrap: anywhere;\n        }\n\t}\n\n\t\/*tablet*\/\n\t@media (min-width: 768px) and (max-width: 1024px) {\n\n\t}\n\n\t\/*mobile and tablet*\/\n\t@media (max-width: 1024px) {\n\n\t}\n\n\t\/*desktop*\/\n\t@media (min-width: 1025px) {\n\n\t}\n\n\t\/*laptop 1*\/\n\t@media (min-width: 1025px) and (max-width: 1439px) {\n\n\t}\n\n\t\/*laptop 2*\/\n\t@media (min-width: 1440px) and (max-width: 1700px) {\n\n\t}\n\n\t\/*RESPONSIVE*\/\n<\/style>\n    \n<section id=\"unlimited-d7abc9fb-4376-40fb-84f5-b51c345b4251\" class=\"unlimited\" data-unlimited-root data-unlimited-scroll-distance=\"5600\" style=\"--unlimited-scroll-distance:5600px;\">\n    <div class=\"unlimited__inner\">\n        <div class=\"unlimited__stage animate-corners animate-corners--small animate-corners--static\" data-unlimited-stage data-unlimited-count=\"5\">\n            <div class=\"wave-trigger-container\" aria-hidden=\"true\">\n                <div class=\"wave-trigger\" data-wave-renderer=\"local\" data-wave-label=\"unlimited\"><\/div>\n            <\/div>\n            <div class=\"unlimited__items\" role=\"list\">\n                                                            <article class=\"unlimited__item unlimited__item--title unlimited__item--section-title\" role=\"listitem\" data-unlimited-item data-unlimited-index=\"0\">\n                            <h2 class=\"unlimited__headline\" data-unlimited-title>\n                                <span class=\"unlimited__headline-inner\" data-unlimited-split>EXCELLENCE AT A SCALE<\/span>\n                            <\/h2>\n                        <\/article>\n                                                                                <article class=\"unlimited__item unlimited__item--grid\" role=\"listitem\" data-unlimited-item data-unlimited-index=\"1\">\n                            <div class=\"unlimited__grid-frame\">\n                                <div class=\"unlimited__grid-number\" data-unlimited-split>0<\/div>\n                                <div class=\"unlimited__grid-content\">\n                                    <h3 class=\"unlimited__grid-title\" data-unlimited-split>\n                                        parts per million                                    <\/h3>\n\n                                                                            <div class=\"unlimited__grid-description\" data-unlimited-split>\n                                            Approach to Quality                                        <\/div>\n                                                                    <\/div>\n                            <\/div>\n                        <\/article>\n                                                                                <article class=\"unlimited__item unlimited__item--grid\" role=\"listitem\" data-unlimited-item data-unlimited-index=\"2\">\n                            <div class=\"unlimited__grid-frame\">\n                                <div class=\"unlimited__grid-number\" data-unlimited-split>50<\/div>\n                                <div class=\"unlimited__grid-content\">\n                                    <h3 class=\"unlimited__grid-title\" data-unlimited-split>\n                                        MILLION                                    <\/h3>\n\n                                                                            <div class=\"unlimited__grid-description\" data-unlimited-split>\n                                            Mechatronics systems produced each year in our factories                                        <\/div>\n                                                                    <\/div>\n                            <\/div>\n                        <\/article>\n                                                                                <article class=\"unlimited__item unlimited__item--grid\" role=\"listitem\" data-unlimited-item data-unlimited-index=\"3\">\n                            <div class=\"unlimited__grid-frame\">\n                                <div class=\"unlimited__grid-number\" data-unlimited-split>4<\/div>\n                                <div class=\"unlimited__grid-content\">\n                                    <h3 class=\"unlimited__grid-title\" data-unlimited-split>\n                                        MARKETS                                    <\/h3>\n\n                                                                            <div class=\"unlimited__grid-description\" data-unlimited-split>\n                                            Where our mechatronics expertise can be applied to your solution                                        <\/div>\n                                                                    <\/div>\n                            <\/div>\n                        <\/article>\n                                                                                <article class=\"unlimited__item unlimited__item--title\" role=\"listitem\" data-unlimited-item data-unlimited-index=\"4\">\n                            <h3 class=\"unlimited__headline\" data-unlimited-title>\n                                <span class=\"unlimited__headline-inner\" data-unlimited-split>BUILT TO SPEC<\/span>\n                            <\/h3>\n                        <\/article>\n                                                <\/div>\n        <\/div>\n\n            <\/div>\n<\/section>\n\n<script>\n    (function() {\n            function initUnlimitedWidget(attempt) {\n                var widget = document.getElementById(\"unlimited-d7abc9fb-4376-40fb-84f5-b51c345b4251\");\n                var stage;\n                var itemsContainer;\n                var items;\n                var panels = [];\n                var timeline;\n                var scrollTriggerInstance;\n                var panelWidths = [];\n                var panelHeights = [];\n                var panelStageHeights = [];\n                var panelNeedsInset = [];\n                var stageHeight = 0;\n                var initialStageWidth = 0;\n                var initialStageHeight = 0;\n                var initialStageOuterHeight = 0;\n                var availableStageWidth = 0;\n                var scrollPerPanel = 1400;\n                var freezeDuration = 2.5;\n                var containerInsetPerSide = 36;\n                var containerTotalInset = containerInsetPerSide * 2;\n                var isReducedMotion = window.matchMedia && window.matchMedia('(prefers-reduced-motion: reduce)').matches;\n                var isMobile = window.matchMedia && window.matchMedia('(max-width: 768px)').matches;\n                var scrollAnimationSettings = typeof window.BWA_GetScrollAnimationSettings === 'function'\n                    ? window.BWA_GetScrollAnimationSettings()\n                    : {\n                        scrollDistanceRatio: 1,\n                        scrub: 1,\n                        timelineDurationRatio: 1\n                    };\n            var animateStageWidth;\n            var stageLayoutActivated = false;\n            var refreshPriority = 0;\n\n                function getMaxNumericValue(values) {\n                    var max = 0;\n\n                    values.forEach(function(value) {\n                        var numericValue = Number(value);\n                        if (!isFinite(numericValue)) {\n                            return;\n                        }\n\n                        if (numericValue > max) {\n                            max = numericValue;\n                        }\n                    });\n\n                    return max;\n                }\n\n                function getFirstPositiveValue(values) {\n                    var result = 0;\n\n                    values.some(function(value) {\n                        var numericValue = Number(value);\n\n                        if (!isFinite(numericValue) || numericValue <= 0) {\n                            return false;\n                        }\n\n                        result = numericValue;\n                        return true;\n                    });\n\n                    return result;\n                }\n\n                function applyContainerInset(width) {\n                    var numericWidth = Number(width);\n\n                    if (!isFinite(numericWidth) || numericWidth <= 0) {\n                        return width;\n                    }\n\n                    return Math.max(1, Math.ceil(numericWidth - containerTotalInset));\n                }\n\n                function constrainMobilePanelWidth(width) {\n                    var numericWidth = Number(width);\n                    var maxContentWidth = applyContainerInset(availableStageWidth || window.innerWidth || 0);\n\n                    if (!isFinite(numericWidth) || numericWidth <= 0) {\n                        return width;\n                    }\n\n                    return Math.min(numericWidth, maxContentWidth);\n                }\n\n                function setUnlimitedStageHeight(height) {\n                    var numericHeight = Number(height);\n\n                    if (!isFinite(numericHeight) || numericHeight <= 0) {\n                        return;\n                    }\n\n                    widget.style.setProperty('--unlimited-stage-height', Math.ceil(numericHeight) + 'px');\n                }\n\n                function getStageOuterHeight(contentHeight) {\n                    var numericHeight = Number(contentHeight);\n                    var stageStyles;\n                    var verticalExtras;\n\n                    if (!stage || !isFinite(numericHeight) || numericHeight <= 0) {\n                        return contentHeight;\n                    }\n\n                    stageStyles = window.getComputedStyle(stage);\n                    verticalExtras = getMaxNumericValue([\n                        parseFloat(stageStyles.paddingTop) || 0\n                    ]) + getMaxNumericValue([\n                        parseFloat(stageStyles.paddingBottom) || 0\n                    ]) + getMaxNumericValue([\n                        parseFloat(stageStyles.borderTopWidth) || 0\n                    ]) + getMaxNumericValue([\n                        parseFloat(stageStyles.borderBottomWidth) || 0\n                    ]);\n\n                    if (stageStyles.boxSizing === 'border-box') {\n                        return Math.ceil(numericHeight + verticalExtras);\n                    }\n\n                    return Math.ceil(numericHeight);\n                }\n\n                function measurePanelDimensions(item, contentBox) {\n                    var target = contentBox || item;\n                    var isHeadlineTarget = !!(\n                        target &&\n                        target.classList &&\n                        (target.classList.contains('unlimited__headline') || target.classList.contains('unlimited__headline-inner'))\n                    );\n                    var isGridTarget = !!(\n                        target &&\n                        target.classList &&\n                        target.classList.contains('unlimited__grid-frame')\n                    );\n                    var headlineMaxWidth = isHeadlineTarget\n                        ? Math.max(1, availableStageWidth || window.innerWidth || 760)\n                        : 0;\n                    var gridMaxWidth = isGridTarget\n                        ? Math.max(1, availableStageWidth || window.innerWidth || 760)\n                        : 0;\n                    var savedItemStyles = {\n                        width: item.style.width,\n                        maxWidth: item.style.maxWidth,\n                        position: item.style.position,\n                        left: item.style.left,\n                        top: item.style.top,\n                        translate: item.style.translate,\n                        transform: item.style.transform,\n                        visibility: item.style.visibility\n                    };\n                    var savedTargetStyles = {\n                        width: target.style.width,\n                        maxWidth: target.style.maxWidth\n                    };\n                    var rect;\n                    var widthCandidates;\n                    var width;\n                    var height;\n\n                    item.style.position = 'relative';\n                    item.style.left = 'auto';\n                    item.style.top = 'auto';\n                    item.style.translate = 'none';\n                    item.style.transform = 'none';\n                    item.style.width = (isHeadlineTarget || isGridTarget) ? 'fit-content' : 'max-content';\n                    item.style.maxWidth = isHeadlineTarget\n                        ? Math.ceil(headlineMaxWidth) + 'px'\n                        : (isGridTarget ? Math.ceil(gridMaxWidth) + 'px' : 'none');\n                    item.style.visibility = 'hidden';\n\n                    target.style.width = (isHeadlineTarget || isGridTarget) ? 'auto' : 'max-content';\n                    target.style.maxWidth = (isHeadlineTarget || isGridTarget) ? '100%' : 'none';\n\n                    rect = target.getBoundingClientRect();\n                    widthCandidates = isHeadlineTarget\n                        ? [\n                            rect.width,\n                            target.offsetWidth\n                        ]\n                        : [\n                            rect.width,\n                            target.scrollWidth,\n                            target.offsetWidth\n                        ];\n                    width = Math.ceil(getMaxNumericValue(widthCandidates));\n                    height = Math.ceil(getMaxNumericValue([\n                        rect.height,\n                        target.scrollHeight,\n                        target.offsetHeight\n                    ]));\n\n                    if (width <= 0) {\n                        width = Math.ceil(getMaxNumericValue([\n                            item.scrollWidth,\n                            item.offsetWidth\n                        ]));\n                    }\n\n                    if (height <= 0) {\n                        height = Math.ceil(getMaxNumericValue([\n                            item.scrollHeight,\n                            item.offsetHeight\n                        ]));\n                    }\n\n                    target.style.width = savedTargetStyles.width;\n                    target.style.maxWidth = savedTargetStyles.maxWidth;\n\n                    item.style.width = savedItemStyles.width;\n                    item.style.maxWidth = savedItemStyles.maxWidth;\n                    item.style.position = savedItemStyles.position;\n                    item.style.left = savedItemStyles.left;\n                    item.style.top = savedItemStyles.top;\n                    item.style.translate = savedItemStyles.translate;\n                    item.style.transform = savedItemStyles.transform;\n                    item.style.visibility = savedItemStyles.visibility;\n\n                    return {\n                        width: Math.max(1, width),\n                        height: Math.max(1, height)\n                    };\n                }\n\n                function measurePanelHeightAtWidth(item, contentBox, width) {\n                    var target = contentBox || item;\n                    var numericWidth = Number(width);\n                    var savedItemStyles;\n                    var savedTargetStyles;\n                    var rect;\n                    var height;\n\n                    if (!isFinite(numericWidth) || numericWidth <= 0) {\n                        return 0;\n                    }\n\n                    savedItemStyles = {\n                        width: item.style.width,\n                        maxWidth: item.style.maxWidth,\n                        position: item.style.position,\n                        left: item.style.left,\n                        top: item.style.top,\n                        translate: item.style.translate,\n                        transform: item.style.transform,\n                        visibility: item.style.visibility\n                    };\n                    savedTargetStyles = {\n                        width: target.style.width,\n                        maxWidth: target.style.maxWidth\n                    };\n\n                    item.style.position = 'relative';\n                    item.style.left = 'auto';\n                    item.style.top = 'auto';\n                    item.style.translate = 'none';\n                    item.style.transform = 'none';\n                    item.style.width = Math.ceil(numericWidth) + 'px';\n                    item.style.maxWidth = Math.ceil(numericWidth) + 'px';\n                    item.style.visibility = 'hidden';\n\n                    target.style.width = '100%';\n                    target.style.maxWidth = '100%';\n\n                    rect = item.getBoundingClientRect();\n                    height = Math.ceil(getMaxNumericValue([\n                        rect.height,\n                        item.scrollHeight,\n                        item.offsetHeight,\n                        target.scrollHeight,\n                        target.offsetHeight,\n                        target.getBoundingClientRect().height\n                    ]));\n\n                    target.style.width = savedTargetStyles.width;\n                    target.style.maxWidth = savedTargetStyles.maxWidth;\n\n                    item.style.width = savedItemStyles.width;\n                    item.style.maxWidth = savedItemStyles.maxWidth;\n                    item.style.position = savedItemStyles.position;\n                    item.style.left = savedItemStyles.left;\n                    item.style.top = savedItemStyles.top;\n                    item.style.translate = savedItemStyles.translate;\n                    item.style.transform = savedItemStyles.transform;\n                    item.style.visibility = savedItemStyles.visibility;\n\n                    return Math.max(0, height);\n                }\n\n                function activateStageLayout() {\n                    if (stageLayoutActivated || !widget) {\n                        return;\n                    }\n\n                    widget.classList.add('unlimited--stage-ready');\n                    stageLayoutActivated = true;\n                }\n\n                attempt = attempt || 0;\n\n                if (!widget || widget.dataset.unlimitedAnimated === 'true') {\n                    return;\n                }\n\n                if (widget.dataset.unlimitedInitializing !== 'true') {\n                    widget.dataset.unlimitedInitializing = 'true';\n                }\n\n                if (\n                    typeof gsap === 'undefined' ||\n                    typeof ScrollTrigger === 'undefined' ||\n                    typeof SplitText === 'undefined' ||\n                    typeof window.BWA_ScrollTriggerRefresh !== 'function'\n                ) {\n                    if (attempt < 180) {\n                        window.requestAnimationFrame(function() {\n                            initUnlimitedWidget(attempt + 1);\n                        });\n                    } else {\n                        console.error('[Unlimited] \u274c GSAP\/ScrollTrigger\/SplitText\/bridge introuvables apr\u00e8s 180 tentatives');\n                        delete widget.dataset.unlimitedInitializing;\n                    }\n                    return;\n                }\n\n                if (typeof SplitText !== 'undefined' && typeof gsap.registerPlugin === 'function') {\n                    gsap.registerPlugin(ScrollTrigger, SplitText);\n                } else if (typeof gsap.registerPlugin === 'function') {\n                    gsap.registerPlugin(ScrollTrigger);\n                }\n\n                stage = widget.querySelector('[data-unlimited-stage]');\n                itemsContainer = widget.querySelector('.unlimited__items');\n                items = stage ? stage.querySelectorAll('[data-unlimited-item]') : [];\n\n                if (!stage || !itemsContainer || !items.length || isReducedMotion) {\n                    widget.dataset.unlimitedAnimated = 'true';\n                    delete widget.dataset.unlimitedInitializing;\n                    return;\n                }\n\n            availableStageWidth = Math.floor(\n                ((stage.parentElement && stage.parentElement.getBoundingClientRect().width) || widget.getBoundingClientRect().width || window.innerWidth || 0)\n            );\n\n            refreshPriority = typeof window.BWA_GetScrollTriggerRefreshPriority === 'function'\n                ? window.BWA_GetScrollTriggerRefreshPriority(widget, 'unlimited')\n                : 0;\n\n            widget.dataset.unlimitedAnimated = 'true';\n            delete widget.dataset.unlimitedInitializing;\n            activateStageLayout();\n\n                Array.prototype.forEach.call(items, function(item, index) {\n                    var contentBox = item.querySelector('.unlimited__grid-frame, .unlimited__headline-inner, .unlimited__headline');\n                    var splitTargets = item.querySelectorAll('[data-unlimited-split]');\n                    var panelSplits = [];\n                    var panelChars = [];\n                    var panelWidth;\n                    var panelHeight;\n                    var panelDimensions;\n                    var shouldInsetPanel = false;\n\n                    if (index > 0) {\n                        item.classList.add('unlimited__item--stacked');\n                    }\n\n                    shouldInsetPanel = item.classList.contains('unlimited__item--title');\n\n                    Array.prototype.forEach.call(splitTargets, function(target) {\n                        var split = new SplitText(target, {\n                            type: 'words, chars',\n                            tag: 'span',\n                            mask: 'words',\n                            wordsClass: 'unlimited__word',\n                            charsClass: 'unlimited__char-inner'\n                        });\n\n                        panelSplits.push(split);\n                        panelChars = panelChars.concat(split.chars);\n                    });\n\n                    if (!contentBox) {\n                        contentBox = item;\n                    }\n\n                    panelDimensions = measurePanelDimensions(item, contentBox);\n                    panelWidth = panelDimensions.width;\n                    panelHeight = panelDimensions.height;\n\n                    panelWidths.push(panelWidth);\n                    panelHeights.push(panelHeight);\n                    panelNeedsInset.push(shouldInsetPanel);\n                    stageHeight = Math.max(stageHeight, panelHeight);\n\n                    panels.push({\n                        item: item,\n                        contentBox: contentBox,\n                        splits: panelSplits,\n                        chars: panelChars\n                    });\n                });\n\n                panelWidths = panelWidths.map(function(width, index) {\n                    var fallbackWidth;\n\n                    if (width > 0) {\n                        return width;\n                    }\n\n                    fallbackWidth = index > 0 ? panelWidths[index - 1] : 0;\n                    if (fallbackWidth > 0) {\n                        return fallbackWidth;\n                    }\n\n                    return Math.ceil(stage.getBoundingClientRect().width) || 1;\n                });\n\n                if (isMobile && availableStageWidth > 0) {\n                    panelWidths = panelWidths.map(function(width) {\n                        if (width <= 0) {\n                            return width;\n                        }\n\n                        return constrainMobilePanelWidth(width);\n                    });\n                }\n\n                panelHeights = panelHeights.map(function(height, index) {\n                    var fallbackHeight;\n\n                    if (height > 0) {\n                        return height;\n                    }\n\n                    fallbackHeight = index > 0 ? panelHeights[index - 1] : 0;\n                    if (fallbackHeight > 0) {\n                        return fallbackHeight;\n                    }\n\n                    return Math.ceil(stage.getBoundingClientRect().height) || 1;\n                });\n\n                panelHeights = panelHeights.map(function(height, index) {\n                    var panel = panels[index];\n                    var targetWidth = panelWidths[index];\n                    var previousWidth = index > 0 ? panelWidths[index - 1] : targetWidth;\n                    var transitionHeight = measurePanelHeightAtWidth(panel.item, panel.contentBox, previousWidth);\n                    var finalHeight = measurePanelHeightAtWidth(panel.item, panel.contentBox, targetWidth);\n\n                    return panelNeedsInset[index] ? (finalHeight || height) : getMaxNumericValue([\n                        height,\n                        transitionHeight,\n                        finalHeight\n                    ]) || height;\n                });\n\n                panelStageHeights = panelHeights.map(getStageOuterHeight);\n\n                animateStageWidth = getFirstPositiveValue(panelWidths) > 0;\n                initialStageWidth = panelWidths[0];\n                if (initialStageWidth <= 0) {\n                    initialStageWidth = getFirstPositiveValue(panelWidths);\n                }\n                if (initialStageWidth <= 0) {\n                    initialStageWidth = getMaxNumericValue(panelWidths);\n                }\n                initialStageHeight = panelHeights[0];\n                if (initialStageHeight <= 0) {\n                    initialStageHeight = getFirstPositiveValue(panelHeights);\n                }\n                if (initialStageHeight <= 0) {\n                    initialStageHeight = getMaxNumericValue(panelHeights);\n                }\n                initialStageOuterHeight = panelStageHeights[0];\n                if (initialStageOuterHeight <= 0) {\n                    initialStageOuterHeight = getFirstPositiveValue(panelStageHeights);\n                }\n                if (initialStageOuterHeight <= 0) {\n                    initialStageOuterHeight = initialStageHeight;\n                }\n                setUnlimitedStageHeight(initialStageHeight);\n                if (initialStageWidth > 0) {\n                    gsap.set(stage, { width: initialStageWidth });\n                    gsap.set(itemsContainer, { width: initialStageWidth });\n                }\n                if (initialStageOuterHeight > 0) {\n                    gsap.set(stage, { height: initialStageOuterHeight });\n                    gsap.set(itemsContainer, { height: initialStageHeight });\n                }\n\n                gsap.set(panels[0].chars, { yPercent: 0, opacity: 1 });\n                Array.prototype.forEach.call(panels, function(panel, index) {\n                    if (index === 0) {\n                        return;\n                    }\n\n                    gsap.set(panel.chars, { yPercent: 115, opacity: 0 });\n                });\n\n                if (panels.length === 1) {\n                    return;\n                }\n\n                function getUnlimitedScrollDistance() {\n                    var configuredDistance = parseInt(widget.getAttribute('data-unlimited-scroll-distance') || '0', 10);\n                    var transitionsCount = Math.max(1, items.length - 1);\n                    var distance;\n                    var isMobileScrollAnimation = !!scrollAnimationSettings.isMobile;\n\n                    if (isFinite(configuredDistance) && configuredDistance > 0) {\n                        distance = configuredDistance;\n                    } else {\n                        distance = Math.max(0, Math.ceil(transitionsCount * scrollPerPanel));\n                    }\n\n                    distance = typeof window.BWA_GetResponsiveScrollDistance === 'function'\n                        ? window.BWA_GetResponsiveScrollDistance(distance)\n                        : Math.ceil(distance * (scrollAnimationSettings.scrollDistanceRatio || 1));\n\n                    if (isMobileScrollAnimation) {\n                        distance = Math.ceil(distance * 0.5);\n                    }\n\n                    widget.style.setProperty('--unlimited-scroll-distance', distance + 'px');\n\n                    return distance;\n                }\n\n                timeline = gsap.timeline();\n\n                \/\/ Freeze frame initial : laisse le temps de lire le premier panel\n                timeline.to({}, { duration: freezeDuration * (scrollAnimationSettings.timelineDurationRatio || 1) });\n\n                Array.prototype.forEach.call(panels, function(panel, index) {\n                    var nextPanel;\n\n                    if (index >= panels.length - 1) {\n                        return;\n                    }\n\n                    nextPanel = panels[index + 1];\n\n                    timeline.to(panel.chars, {\n                        yPercent: -115,\n                        opacity: 0,\n                        duration: 1 * (scrollAnimationSettings.timelineDurationRatio || 1),\n                        ease: 'none',\n                        stagger: { from: 'edges', amount: 0.3 }\n                    });\n\n                    timeline.to(nextPanel.chars, {\n                        yPercent: 0,\n                        opacity: 1,\n                        duration: 2 * (scrollAnimationSettings.timelineDurationRatio || 1),\n                        ease: 'none',\n                        stagger: { from: 'center', amount: 2 }\n                    }, '-=0.3');\n\n                    if (animateStageWidth && panelWidths[index + 1]) {\n                        timeline.to(stage, {\n                            width: panelWidths[index + 1],\n                            duration: 1.4 * (scrollAnimationSettings.timelineDurationRatio || 1),\n                            ease: 'none'\n                        }, '<');\n\n                        timeline.to(itemsContainer, {\n                            width: panelWidths[index + 1],\n                            duration: 1.4 * (scrollAnimationSettings.timelineDurationRatio || 1),\n                            ease: 'none'\n                        }, '<');\n                    }\n\n                    if (panelHeights[index + 1]) {\n                        timeline.to(stage, {\n                            height: panelStageHeights[index + 1] || panelHeights[index + 1],\n                            duration: 1.4 * (scrollAnimationSettings.timelineDurationRatio || 1),\n                            ease: 'none'\n                        }, '<');\n\n                        timeline.to(itemsContainer, {\n                            height: panelHeights[index + 1],\n                            duration: 1.4 * (scrollAnimationSettings.timelineDurationRatio || 1),\n                            ease: 'none'\n                        }, '<');\n\n                        timeline.to(widget, {\n                            '--unlimited-stage-height': panelHeights[index + 1] + 'px',\n                            duration: 1.4 * (scrollAnimationSettings.timelineDurationRatio || 1),\n                            ease: 'none'\n                        }, '<');\n                    }\n\n                    \/\/ Freeze frame : laisse le temps de lire le panel entrant\n                    timeline.to({}, { duration: freezeDuration * (scrollAnimationSettings.timelineDurationRatio || 1) });\n\n                });\n\n                scrollTriggerInstance = ScrollTrigger.create({\n                    trigger: widget,\n                    start: 'top top',\n                    end: function() {\n                        return '+=' + getUnlimitedScrollDistance();\n                    },\n                    refreshPriority: refreshPriority,\n                    scrub: scrollAnimationSettings.isMobile ? 0.25 : scrollAnimationSettings.scrub,\n                    invalidateOnRefresh: true,\n                    onEnter: function() {\n                        activateStageLayout();\n                    },\n                    onEnterBack: activateStageLayout,\n                    onLeave: activateStageLayout,\n                    onLeaveBack: activateStageLayout,\n                    onToggle: function(self) {\n                        if (self.isActive) {\n                            activateStageLayout();\n                        }\n                    },\n                    onRefresh: function(self) {\n                        if (self.isActive) {\n                            activateStageLayout();\n                        }\n                    },\n                    markers: false,\n                    id: \"unlimited-d7abc9fb-4376-40fb-84f5-b51c345b4251\",\n                    animation: timeline\n                });\n\n\t                if (scrollTriggerInstance && scrollTriggerInstance.isActive) {\n\t                    activateStageLayout();\n\t                }\n\n\t                if (scrollTriggerInstance && typeof scrollTriggerInstance.refresh === 'function') {\n\t                    scrollTriggerInstance.refresh();\n\t                }\n\n\t                if (scrollTriggerInstance && typeof scrollTriggerInstance.update === 'function') {\n\t                    scrollTriggerInstance.update();\n\t                }\n\n\t                window.requestAnimationFrame(function() {\n                    if (typeof window.BWA_ScrollTriggerRefresh === 'function') {\n                        window.BWA_ScrollTriggerRefresh('unlimited');\n                        return;\n                    }\n\n                    scrollTriggerInstance.refresh();\n                });\n            }\n\n            function scheduleUnlimitedWidgetInit() {\n                var widget = document.getElementById(\"unlimited-d7abc9fb-4376-40fb-84f5-b51c345b4251\");\n\n                cleanupUnlimitedArtifacts();\n                releaseUnlimitedStickyAncestors(widget);\n\n                if (!widget || widget.dataset.unlimitedAnimated === 'true' || widget.dataset.unlimitedInitializing === 'true') {\n                    return;\n                }\n\n                widget.dataset.unlimitedInitializing = 'true';\n\n                initUnlimitedWidget(0);\n            }\n\n            function releaseUnlimitedStickyAncestors(widget) {\n                var current = widget ? widget.parentElement : null;\n\n                while (current && current !== document.body && current !== document.documentElement) {\n                    if (current.classList) {\n                        current.classList.add('bwa-unlimited-sticky-ancestor');\n                    }\n\n                    current = current.parentElement;\n                }\n            }\n\n            function cleanupUnlimitedArtifacts() {\n                var widget = document.getElementById(\"unlimited-d7abc9fb-4376-40fb-84f5-b51c345b4251\");\n                var parent;\n\n                if (!widget || !widget.parentNode) {\n                    return;\n                }\n\n                parent = widget.parentNode;\n\n                Array.prototype.slice.call(parent.childNodes).forEach(function(node) {\n                    if (node.nodeType === 3 && \/^[\\s'\"\\]\\[]+$\/.test(node.textContent || '')) {\n                        parent.removeChild(node);\n                    }\n                });\n            }\n\n            function dispatchUnlimitedInit() {\n                window.dispatchEvent(new Event('bwa:unlimited:init'));\n            }\n\n            function scheduleUnlimitedWidgetInitSoon() {\n                window.requestAnimationFrame(scheduleUnlimitedWidgetInit);\n            }\n\n            function scheduleUnlimitedWidgetFinalRefresh(source) {\n                window.requestAnimationFrame(function() {\n                    if (typeof window.BWA_ScrollTriggerRefresh === 'function') {\n                        window.BWA_ScrollTriggerRefresh(source);\n                        return;\n                    }\n\n                    if (typeof ScrollTrigger !== 'undefined' && typeof ScrollTrigger.refresh === 'function') {\n                        ScrollTrigger.refresh(true);\n                    }\n                });\n            }\n\n            if (typeof window.BWAInitUnlimitedWidgets !== 'function' || window.BWAInitUnlimitedWidgets.unlimitedDispatcher !== true) {\n                window.BWAInitUnlimitedWidgets = dispatchUnlimitedInit;\n                window.BWAInitUnlimitedWidgets.unlimitedDispatcher = true;\n            }\n\n            window.addEventListener('bwa:unlimited:init', scheduleUnlimitedWidgetInitSoon);\n\n            scheduleUnlimitedWidgetInitSoon();\n\n            if (document.fonts && document.fonts.ready) {\n                document.fonts.ready.then(function() {\n                    scheduleUnlimitedWidgetFinalRefresh('unlimited-fonts-ready');\n                });\n            }\n\n            if (document.readyState === 'complete') {\n                scheduleUnlimitedWidgetFinalRefresh('unlimited-ready-complete');\n            } else {\n                window.addEventListener('load', function() {\n                    scheduleUnlimitedWidgetFinalRefresh('unlimited-window-load');\n                }, { once: true });\n            }\n\n        })();\n\n<\/script>\n'\"]\n<!-- end Titre anim\u00e9 -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2de9b28 e-con-full e-flex e-con e-parent\" data-id=\"2de9b28\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6b63834 elementor-widget elementor-widget-ucaddon_video_mask\" data-id=\"6b63834\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_video_mask.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start masque vid\u00e9o -->\n\n\n<div class=\"video-mask\" data-widget=\"video-mask\" data-text=\"sonceboz\" aria-label=\"sonceboz\" style=\"--video-mask-scroll-distance: 100lvh; --video-mask-mobile-scroll-distance: 165lvh;\">\n    <div class=\"video-mask__container\">\n                    <video\n                class=\"video-mask__video\"\n                autoplay\n                loop\n                muted\n                playsinline\n                preload=\"metadata\"\n                poster=\"https:\/\/sonceboz.com\/wp-content\/themes\/bwa\/assets\/img\/video.jpg\">\n                <source src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/04\/Film-instituionnel-valide.mp4\">\n            <\/video>\n        \n        <svg class=\"video-mask__svg\"\n             viewBox=\"0 0 1730 1151\"\n             preserveAspectRatio=\"xMidYMid slice\"\n             xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\n             aria-hidden=\"true\">\n            <defs>\n                <mask id=\"video-mask-1\" maskUnits=\"userSpaceOnUse\" maskContentUnits=\"userSpaceOnUse\">\n                    <rect width=\"1730\" height=\"1151\" fill=\"white\"\/>\n                    <g class=\"video-mask__mask-content\">\n                        <text\n                            class=\"video-mask__mask-text\"\n                            x=\"865\"\n                            y=\"650\"\n                            text-anchor=\"middle\"\n                            dominant-baseline=\"middle\"\n                            fill=\"black\"\n                            font-size=\"120\"\n                            font-weight=\"600\"\n                            letter-spacing=\"5\"\n                            font-family=\"Inter, sans-serif\"\n                            style=\"text-transform: uppercase;\">\n                            sonceboz                        <\/text>\n                        <rect class=\"video-mask__mask-shape video-mask__mask-shape--1\" x=\"580\" y=\"460\" width=\"314\" height=\"41\" fill=\"black\"\/>\n                        <rect class=\"video-mask__mask-shape video-mask__mask-shape--2\" x=\"830\" y=\"380\" width=\"314\" height=\"41\" fill=\"black\"\/>\n                    <\/g>\n                <\/mask>\n            <\/defs>\n            <rect width=\"1730\" height=\"1151\" fill=\"#ffffff\" mask=\"url(#video-mask-1)\"\/>\n        <\/svg>\n    <\/div>\n<\/div>\n\n<!-- end masque vid\u00e9o -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5eb1454 e-con-full e-flex e-con e-parent\" data-id=\"5eb1454\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-835976d elementor-widget elementor-widget-ucaddon_title\" data-id=\"835976d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start titre -->\n<style>\/* widget: titre *\/\n\n.uc_title_elementor_835976d .custom-title__line-wrapper,\n.uc_title_elementor_835976d .custom-title__line:first-child:before,\n.uc_title_elementor_835976d .custom-title__line:first-child:after{\n\tbackground-color: #e1051c;\n}\n\n.uc_title_elementor_835976d .custom-title__line:last-child .custom-title__line-wrapper{\n  background: linear-gradient(180deg, #e1051c 0%, rgba(255, 255, 255, 0.00) 46.15%);\n}\n\n.uc_title_elementor_835976d.custom-title .custom-title__header .custom-title__title{\n\tcolor: #000000;\n}\n\n.page-confirmation  .custom-title .custom-title__header .custom-title__title {\n    margin: 0 0 15px;\n}\n\n.page-confirmation .custom-title__subtitle {\n  font-weight: 600;\n  font-size: var(--font-size-5xl);\n  text-transform: uppercase;\n}\n\n<\/style>\n\n\n<div class=\"custom-title custom-title--points-both custom-title--point-position-top uc_title_elementor_835976d\">\n    <div class=\"custom-title__header\">\n                    <div class=\"custom-title__line\">\n                <div class=\"custom-title__line-wrapper\"><\/div>\n            <\/div>\n                <h2 class=\"custom-title__title\"><span class=\"custom-title-text-surrounding\"><span class=\"custom-title-text-inner\">Trusted<\/span><\/span> <span class=\"custom-title-text-surrounding\"><span class=\"custom-title-text-inner\">by<\/span><\/span> <strong>Industry Leaders<\/strong><\/h2>\n                                            <div class=\"custom-title__line\">\n                <div class=\"custom-title__line-wrapper\"><\/div>\n            <\/div>\n            <\/div>\n<\/div>\n\n<!-- end titre -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e9615d4 e-transform elementor-widget elementor-widget-ucaddon_line_wave\" data-id=\"e9615d4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_translateY_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-146,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"ucaddon_line_wave.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start vague de ligne -->\n\n<div class=\"wave-trigger-container\">\n\t  <div class=\"wave-trigger\"                                                                                                                                                                                                   \n       data-wave-curve=\"0\"                                                                                                                                                                                                    \n       data-wave-offset-y=\"-0px\"                                                                                                                                                                                             \n       data-wave-lines=\"21\"                                                                                                                                                                                                   \n       data-wave-spacing=\"0.013\"                                                                                                                                                                                              \n       data-wave-thickness=\"0.0005\"                                                                                                                                                                                           \n       data-wave-speed=\"0.001\"                                                                                                                                                                                                \n       data-wave-amplitude=\"0.122\"\n       data-wave-frequency=\"0.122\"\n       data-wave-frequency-offset=\"0\"\n       data-wave-opacity-min=\"0.0\"                                                                                                                                                                                            \n       data-wave-opacity-max=\"0.2\"\n       data-wave-curve-height=\"1\"\n       > \n  <\/div>\n<\/div>\n<!-- end vague de ligne -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e6a8f53 elementor-widget elementor-widget-ucaddon_image_slider\" data-id=\"e6a8f53\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_image_slider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start slider d&#039;image -->\n\n\n<section\n    class=\"my-custom-marquee image-marquee-section\"\n    data-widget=\"image-marquee\"\n    style=\"--image-marquee-height:75px;--image-marquee-gap:65px;--image-marquee-speed:30;\"\n>\n    <div class=\"image-marquee__viewport\" data-image-marquee-viewport>\n        <div class=\"image-marquee__track\" data-image-marquee-track>\n                            <div class=\"image-marquee__group\" data-image-marquee-group>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/Volvo-Logo-scaled.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/Scania-Logo-scaled.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/P911.DE-94013588.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/Logitech-logo-scaled.jpg\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/Cummins_logo.svg.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/Brembo_logo_2022.svg-scaled.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/BMW.svg.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/05\/Bucher.webp\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/05\/Valeo_Logo.svg-1-scaled.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/05\/d29bec21-82c2-4867-9b73-b018ec7d6dd5.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/05\/Rochling_Logo.svg.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/05\/Mercedes-Logo.svg.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/05\/Daimler_AG-Logo.wine_-scaled.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/06\/Man-Logo.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/06\/vantive-logo-1340x756.jpg.webp\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/06\/international6118.logowik.com_.webp\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                    <\/div>\n                            <div class=\"image-marquee__group\" data-image-marquee-group aria-hidden=\"true\">\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/Volvo-Logo-scaled.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/Scania-Logo-scaled.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/P911.DE-94013588.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/Logitech-logo-scaled.jpg\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/Cummins_logo.svg.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/Brembo_logo_2022.svg-scaled.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/BMW.svg.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/05\/Bucher.webp\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/05\/Valeo_Logo.svg-1-scaled.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/05\/d29bec21-82c2-4867-9b73-b018ec7d6dd5.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/05\/Rochling_Logo.svg.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/05\/Mercedes-Logo.svg.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/05\/Daimler_AG-Logo.wine_-scaled.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/06\/Man-Logo.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/06\/vantive-logo-1340x756.jpg.webp\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/06\/international6118.logowik.com_.webp\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                    <\/div>\n                    <\/div>\n    <\/div>\n<\/section>\n\n<!-- end slider d&#039;image -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-612db54 elementor-widget elementor-widget-ucaddon_image_slider\" data-id=\"612db54\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_image_slider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start slider d&#039;image -->\n\n\n<section\n    class=\"my-custom-marquee image-marquee-section image-marquee--reverse\"\n    data-widget=\"image-marquee\"\n    style=\"--image-marquee-height:75px;--image-marquee-gap:65px;--image-marquee-speed:30;\"\n>\n    <div class=\"image-marquee__viewport\" data-image-marquee-viewport>\n        <div class=\"image-marquee__track\" data-image-marquee-track>\n                            <div class=\"image-marquee__group\" data-image-marquee-group>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/05\/Rochling_Logo.svg.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/P911.DE-94013588.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/05\/Mercedes-Logo.svg.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/Scania-Logo-scaled.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/05\/Valeo_Logo.svg-1-scaled.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/05\/Daimler_AG-Logo.wine_-scaled.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/Logitech-logo-scaled.jpg\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/BMW.svg.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/Brembo_logo_2022.svg-scaled.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/Cummins_logo.svg.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/06\/international6118.logowik.com_.webp\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/05\/d29bec21-82c2-4867-9b73-b018ec7d6dd5.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/Volvo-Logo-scaled.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/05\/Bucher.webp\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/06\/Man-Logo.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/06\/vantive-logo-1340x756.jpg.webp\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                    <\/div>\n                            <div class=\"image-marquee__group\" data-image-marquee-group aria-hidden=\"true\">\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/05\/Rochling_Logo.svg.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/P911.DE-94013588.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/05\/Mercedes-Logo.svg.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/Scania-Logo-scaled.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/05\/Valeo_Logo.svg-1-scaled.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/05\/Daimler_AG-Logo.wine_-scaled.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/Logitech-logo-scaled.jpg\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/BMW.svg.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/Brembo_logo_2022.svg-scaled.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/Cummins_logo.svg.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/06\/international6118.logowik.com_.webp\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/05\/d29bec21-82c2-4867-9b73-b018ec7d6dd5.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/03\/Volvo-Logo-scaled.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/05\/Bucher.webp\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/06\/Man-Logo.png\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                                                    <div class=\"image-marquee__item\" >\n                            <img\n                                class=\"image-marquee__image image-marquee__image--contain\"\n                                src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/06\/vantive-logo-1340x756.jpg.webp\"\n                                alt=\"\"\n                                loading=\"lazy\"\n                                decoding=\"async\"\n                            >\n                        <\/div>\n                                    <\/div>\n                    <\/div>\n    <\/div>\n<\/section>\n\n<!-- end slider d&#039;image -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0e57104 e-flex e-con-boxed e-con e-parent\" data-id=\"0e57104\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-214c9b3 elementor-widget elementor-widget-ucaddon_title\" data-id=\"214c9b3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start titre -->\n<style>\/* widget: titre *\/\n\n.uc_title_elementor_214c9b3 .custom-title__line-wrapper,\n.uc_title_elementor_214c9b3 .custom-title__line:first-child:before,\n.uc_title_elementor_214c9b3 .custom-title__line:first-child:after{\n\tbackground-color: #e1051c;\n}\n\n.uc_title_elementor_214c9b3 .custom-title__line:last-child .custom-title__line-wrapper{\n  background: linear-gradient(180deg, #e1051c 0%, rgba(255, 255, 255, 0.00) 46.15%);\n}\n\n.uc_title_elementor_214c9b3.custom-title .custom-title__header .custom-title__title{\n\tcolor: #000000;\n}\n\n.page-confirmation  .custom-title .custom-title__header .custom-title__title {\n    margin: 0 0 15px;\n}\n\n.page-confirmation .custom-title__subtitle {\n  font-weight: 600;\n  font-size: var(--font-size-5xl);\n  text-transform: uppercase;\n}\n\n<\/style>\n\n\n<div class=\"custom-title custom-title--points-both custom-title--point-position-top uc_title_elementor_214c9b3\">\n    <div class=\"custom-title__header\">\n                    <div class=\"custom-title__line\">\n                <div class=\"custom-title__line-wrapper\"><\/div>\n            <\/div>\n                <h2 class=\"custom-title__title\"><span class=\"custom-title-text-surrounding\"><span class=\"custom-title-text-inner\">THE<\/span><\/span> <span class=\"custom-title-text-surrounding\"><span class=\"custom-title-text-inner\">WORLD<\/span><\/span> <span class=\"custom-title-text-surrounding\"><span class=\"custom-title-text-inner\">OF<\/span><\/span> <strong>SONCEBOZ<\/strong><\/h2>\n                            <div class=\"custom-title__cta-wrapper\">\n                <a class=\"custom-title__cta custom-btn custom-btn--outline\" href=\"https:\/\/sonceboz.com\/news-events\/\">\n                    Learn More                <\/a>\n            <\/div>\n                                    <div class=\"custom-title__line\">\n                <div class=\"custom-title__line-wrapper\"><\/div>\n            <\/div>\n            <\/div>\n<\/div>\n\n<!-- end titre -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-87632d4 e-transform elementor-widget elementor-widget-ucaddon_line_wave\" data-id=\"87632d4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_translateY_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-635,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"ucaddon_line_wave.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start vague de ligne -->\n\n<div class=\"wave-trigger-container\">\n\t  <div class=\"wave-trigger\"                                                                                                                                                                                                   \n       data-wave-curve=\"1\"                                                                                                                                                                                                    \n       data-wave-offset-y=\"--0.35px\"                                                                                                                                                                                             \n       data-wave-lines=\"21\"                                                                                                                                                                                                   \n       data-wave-spacing=\"0.013\"                                                                                                                                                                                              \n       data-wave-thickness=\"0.0005\"                                                                                                                                                                                           \n       data-wave-speed=\"0.001\"                                                                                                                                                                                                \n       data-wave-amplitude=\"0.122\"\n       data-wave-frequency=\"0.122\"\n       data-wave-frequency-offset=\"0\"\n       data-wave-opacity-min=\"0.0\"                                                                                                                                                                                            \n       data-wave-opacity-max=\"0.2\"\n       data-wave-curve-height=\"1\"\n       > \n  <\/div>\n<\/div>\n<!-- end vague de ligne -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5ac7776 e-grid e-con-boxed e-con e-child\" data-id=\"5ac7776\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5922da9 elementor-widget elementor-widget-ucaddon_articles_list\" data-id=\"5922da9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_articles_list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start Liste des articles -->\n\n\n<div class=\"articles-list\" data-widget=\"articles-list\">\n    <div class=\"articles-list__container\">\n                                        <a href=\"https:\/\/sonceboz.com\/encouraging-future-careers-in-science-technology-copy-copy-copy\/\" class=\"articles-list__card-link\" aria-label=\"Read: The best way to anticipate the future isn\u2019t to watch it. It\u2019s to experiment with it!\">\n\n                <article class=\"articles-list__card\">\n                                        <div class=\"articles-list__image\">\n                        <img decoding=\"async\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/07\/SBZ-TUM20072026-edited-2.png\" alt=\"The best way to anticipate the future isn\u2019t to watch it. It\u2019s to experiment with it!\" loading=\"lazy\">\n                    <\/div>\n                    \n                    <div class=\"articles-list__content\">\n                        <h3 class=\"articles-list__title\">The best way to anticipate the future isn\u2019t to watch it. It\u2019s to experiment with it!<\/h3>\n\n                                                <p class=\"articles-list__excerpt\">Sonceboz is strengthening its international open innovation approach through its collaboration with TUM Venture Labs, focusing on Robotics and Mobility....<\/p>\n                        \n                        <div class=\"articles-list__meta\">\n                                                        <span class=\"articles-list__category\">AUTOMOTIVE<\/span>\n                                                        <span class=\"articles-list__dot\"><\/span>\n                            <time class=\"articles-list__date\" datetime=\"2026-07-23T07:48:23+00:00\">3 weeks ago<\/time>\n                        <\/div>\n                    <\/div>\n                <\/article>\n            <\/a>\n\n                                <a href=\"https:\/\/sonceboz.com\/encouraging-future-careers-in-science-technology-copy-copy\/\" class=\"articles-list__card-link\" aria-label=\"Read: Where Silicon Valley and European technology leaders meet, the future of haptics takes shape!\">\n\n                <article class=\"articles-list__card\">\n                                        <div class=\"articles-list__image\">\n                        <img decoding=\"async\" src=\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/07\/EUROHAPTICS-Edited2-768x419.png\" alt=\"Where Silicon Valley and European technology leaders meet, the future of haptics takes shape!\" loading=\"lazy\">\n                    <\/div>\n                    \n                    <div class=\"articles-list__content\">\n                        <h3 class=\"articles-list__title\">Where Silicon Valley and European technology leaders meet, the future of haptics takes shape!<\/h3>\n\n                                                <p class=\"articles-list__excerpt\">At EuroHaptics 2026, Sonceboz and MMT showcased advanced haptic HMI solutions designed to enhance tactile interaction and immersive force feedback...<\/p>\n                        \n                        <div class=\"articles-list__meta\">\n                                                        <span class=\"articles-list__category\">INDUSTRIES<\/span>\n                                                        <span class=\"articles-list__dot\"><\/span>\n                            <time class=\"articles-list__date\" datetime=\"2026-07-16T07:14:58+00:00\">16 July 2026<\/time>\n                        <\/div>\n                    <\/div>\n                <\/article>\n            <\/a>\n\n            <\/div>\n<\/div>\n\n<script type=\"application\/ld+json\">\n{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"headline\":\"The best way to anticipate the future isn\u2019t to watch it. It\u2019s to experiment with it!\",\"url\":\"https:\/\/sonceboz.com\/encouraging-future-careers-in-science-technology-copy-copy-copy\/\",\"datePublished\":\"2026-07-23T07:48:23+00:00\",\"dateModified\":\"2026-07-23T07:54:48+00:00\",\"author\":{\"@type\":\"Person\",\"name\":\"Sonceboz\"},\"image\":[\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/07\/SBZ-TUM20072026-edited-2.png\"],\"description\":\"Sonceboz is strengthening its international open innovation approach through its collaboration with TUM Venture Labs, focusing on Robotics and Mobility. By engaging startups around concrete industrial use cases, selecting relevant technologies, and accelerating pilot validation, we aim to turn emerging innovations into real industrial opportunities\"},{\"@type\":\"BlogPosting\",\"headline\":\"Where Silicon Valley and European technology leaders meet, the future of haptics takes shape!\",\"url\":\"https:\/\/sonceboz.com\/encouraging-future-careers-in-science-technology-copy-copy\/\",\"datePublished\":\"2026-07-16T07:14:58+00:00\",\"dateModified\":\"2026-07-16T07:24:05+00:00\",\"author\":{\"@type\":\"Person\",\"name\":\"Sonceboz\"},\"image\":[\"https:\/\/sonceboz.com\/wp-content\/uploads\/2026\/07\/EUROHAPTICS-Edited2-768x419.png\"],\"description\":\"At EuroHaptics 2026, Sonceboz and MMT showcased advanced haptic HMI solutions designed to enhance tactile interaction and immersive force feedback across handheld, wearable, and gaming applications.\"}]}<\/script>\n\n\n<!-- end Liste des articles -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>skip render: ucaddon_hero_banner skip render: ucaddon_title skip render: ucaddon_line_wave skip render: ucaddon_product_slider skip render: ucaddon_title_subtitle skip render: ucaddon_line_wave skip render: ucaddon_title skip render: ucaddon_slide_cards skip render: ucaddon_animated_title skip render: ucaddon_video_mask skip render: ucaddon_title skip render: ucaddon_line_wave skip render: ucaddon_image_slider skip render: ucaddon_image_slider skip render: ucaddon_title skip render: ucaddon_line_wave skip render: ucaddon_articles_list<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"templates\/bwa-template.php","meta":[],"categorie_de_page":[],"class_list":["post-2","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Sonceboz - Your partner in mechatronics<\/title>\n<meta name=\"description\" content=\"Sonceboz is the Swiss leader in precision mechatronics. The company manufactures intelligent motion systems (BLDC motors, actuators) for the automotive, medical, and industrial sectors.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sonceboz.com\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Sonceboz - Your partner in mechatronics\" \/>\n<meta property=\"og:description\" content=\"Sonceboz is the Swiss leader in precision mechatronics. The company manufactures intelligent motion systems (BLDC motors, actuators) for the automotive, medical, and industrial sectors.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sonceboz.com\/\" \/>\n<meta property=\"og:site_name\" content=\"Sonceboz\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-09T07:11:11+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"26 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/sonceboz.com\\\/\",\"url\":\"https:\\\/\\\/sonceboz.com\\\/\",\"name\":\"Sonceboz - Your partner in mechatronics\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sonceboz.com\\\/#website\"},\"datePublished\":\"2025-12-11T12:21:56+00:00\",\"dateModified\":\"2026-07-09T07:11:11+00:00\",\"description\":\"Sonceboz is the Swiss leader in precision mechatronics. The company manufactures intelligent motion systems (BLDC motors, actuators) for the automotive, medical, and industrial sectors.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/sonceboz.com\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/sonceboz.com\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/sonceboz.com\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/sonceboz.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/sonceboz.com\\\/#website\",\"url\":\"https:\\\/\\\/sonceboz.com\\\/\",\"name\":\"Sonceboz\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/sonceboz.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/sonceboz.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/sonceboz.com\\\/#organization\",\"name\":\"Sonceboz\",\"url\":\"https:\\\/\\\/sonceboz.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/sonceboz.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/sonceboz.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Group-1.svg\",\"contentUrl\":\"https:\\\/\\\/sonceboz.com\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Group-1.svg\",\"width\":162,\"height\":108,\"caption\":\"Sonceboz\"},\"image\":{\"@id\":\"https:\\\/\\\/sonceboz.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Sonceboz - Your partner in mechatronics","description":"Sonceboz is the Swiss leader in precision mechatronics. The company manufactures intelligent motion systems (BLDC motors, actuators) for the automotive, medical, and industrial sectors.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/sonceboz.com\/","og_locale":"en_US","og_type":"article","og_title":"Sonceboz - Your partner in mechatronics","og_description":"Sonceboz is the Swiss leader in precision mechatronics. The company manufactures intelligent motion systems (BLDC motors, actuators) for the automotive, medical, and industrial sectors.","og_url":"https:\/\/sonceboz.com\/","og_site_name":"Sonceboz","article_modified_time":"2026-07-09T07:11:11+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"26 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/sonceboz.com\/","url":"https:\/\/sonceboz.com\/","name":"Sonceboz - Your partner in mechatronics","isPartOf":{"@id":"https:\/\/sonceboz.com\/#website"},"datePublished":"2025-12-11T12:21:56+00:00","dateModified":"2026-07-09T07:11:11+00:00","description":"Sonceboz is the Swiss leader in precision mechatronics. The company manufactures intelligent motion systems (BLDC motors, actuators) for the automotive, medical, and industrial sectors.","breadcrumb":{"@id":"https:\/\/sonceboz.com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sonceboz.com\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/sonceboz.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/sonceboz.com\/"},{"@type":"ListItem","position":2,"name":"home"}]},{"@type":"WebSite","@id":"https:\/\/sonceboz.com\/#website","url":"https:\/\/sonceboz.com\/","name":"Sonceboz","description":"","publisher":{"@id":"https:\/\/sonceboz.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sonceboz.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/sonceboz.com\/#organization","name":"Sonceboz","url":"https:\/\/sonceboz.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sonceboz.com\/#\/schema\/logo\/image\/","url":"https:\/\/sonceboz.com\/wp-content\/uploads\/2025\/12\/Group-1.svg","contentUrl":"https:\/\/sonceboz.com\/wp-content\/uploads\/2025\/12\/Group-1.svg","width":162,"height":108,"caption":"Sonceboz"},"image":{"@id":"https:\/\/sonceboz.com\/#\/schema\/logo\/image\/"}}]}},"yoast_seo":{"title":"Sonceboz - Your partner in mechatronics","metadesc":"Sonceboz is the Swiss leader in precision mechatronics. The company manufactures intelligent motion systems (BLDC motors, actuators) for the automotive, medical, and industrial sectors.","focuskw":null,"canonical":null,"robots":null,"bctitle":null,"redirect":null,"opengraph-title":null,"opengraph-description":null,"opengraph-image":null,"twitter-title":null,"twitter-description":null,"twitter-image":null,"schema":null,"content-score":"90","inclusive-language-score":null},"_links":{"self":[{"href":"https:\/\/sonceboz.com\/wp-json\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sonceboz.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sonceboz.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sonceboz.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sonceboz.com\/wp-json\/wp\/v2\/comments?post=2"}],"version-history":[{"count":462,"href":"https:\/\/sonceboz.com\/wp-json\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":3408,"href":"https:\/\/sonceboz.com\/wp-json\/wp\/v2\/pages\/2\/revisions\/3408"}],"wp:attachment":[{"href":"https:\/\/sonceboz.com\/wp-json\/wp\/v2\/media?parent=2"}],"wp:term":[{"taxonomy":"categorie_de_page","embeddable":true,"href":"https:\/\/sonceboz.com\/wp-json\/wp\/v2\/categorie_de_page?post=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}