{"id":2623,"date":"2026-06-30T20:45:15","date_gmt":"2026-06-30T18:45:15","guid":{"rendered":"https:\/\/raceseats.realstyle.it\/?page_id=2623"},"modified":"2026-07-01T15:41:43","modified_gmt":"2026-07-01T13:41:43","slug":"sponsorizzazioni","status":"publish","type":"page","link":"https:\/\/raceseats.realstyle.it\/en\/sponsorizzazioni\/","title":{"rendered":"Sponsorships"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2623\" class=\"elementor elementor-2623\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2aeb96f3 e-flex e-con-boxed e-con e-parent\" data-id=\"2aeb96f3\" 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-e797134 elementor-widget elementor-widget-shortcode\" data-id=\"e797134\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">    <div id=\"piloti-app\">\r\n        <div class=\"filter-bar\">\r\n            <select id=\"anno-select\">\r\n                <option value=\"\">Season<\/option>\r\n                                    <option value=\"2026\">2026<\/option>\r\n                            <\/select>\r\n            <select id=\"cat-select\">\r\n                <option value=\"\">Category<\/option>\r\n                                    <option value=\"Moto2\">Moto2<\/option>\r\n                                    <option value=\"Moto3\">Moto3<\/option>\r\n                                    <option value=\"MotoGP\">MotoGP<\/option>\r\n                            <\/select>\r\n            <button id=\"reset-btn\">RESET<\/button>\r\n        <\/div>\r\n\r\n        <div id=\"grid-piloti\" class=\"piloti-grid\"><\/div>\r\n    <\/div>\r\n\r\n    <div id=\"modal-gallery\" class=\"modal\">\r\n        <span class=\"close-modal\">&times;<\/span>\r\n        <div class=\"modal-slider\">\r\n            <div id=\"slider-wrapper\"><\/div>\r\n            <button class=\"nav-btn prev\" onclick=\"moveSlide(-1)\">&#10094;<\/button>\r\n            <button class=\"nav-btn next\" onclick=\"moveSlide(1)\">&#10095;<\/button>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <style>\r\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Rajdhani:wght@300;400;700&display=swap');\r\n\r\n        #piloti-app { font-family: 'Rajdhani', sans-serif; background-color: transparent !important; padding: 20px; color: #fff; }\r\n        \r\n        .filter-bar { display: flex; justify-content: center; align-items: center; gap: 15px; margin-bottom: 40px; background: #f4f4f4; padding: 20px; border-radius: 8px; border: 1px solid #e0e0e0; }\r\n        .filter-bar select { background: #ffffff; border: 1px solid #ccc; height: 45px; padding: 0 15px; line-height: 45px; color: #333; border-radius: 4px; width: 200px; text-transform: uppercase; font-weight: bold; cursor: pointer; vertical-align: middle; appearance: none; -webkit-appearance: none; }\r\n        .filter-bar button { background: #e60012; color: #fff; border: none; height: 45px; padding: 0 20px; font-weight: bold; cursor: pointer; text-transform: uppercase; transition: 0.3s; border-radius: 4px; }\r\n        .filter-bar button:hover { background: #333; color: #fff; }\r\n\r\n        .piloti-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }\r\n        \r\n        .pilot-card { \r\n            display: flex; flex-direction: column; height: 100%; cursor: pointer; \r\n            border: 2px solid #333 !important; \r\n            animation: cardEntry 0.5s ease-out forwards;\r\n            background-image: url('https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2020\/08\/breadcrumbs.jpg') !important;\r\n            background-size: cover;\r\n            background-position: center;\r\n            background-repeat: no-repeat;\r\n            background-color: #000 !important;\r\n        }\r\n\r\n        @keyframes cardEntry {\r\n            0% { opacity: 0; transform: translateY(20px); }\r\n            100% { opacity: 1; transform: translateY(0); }\r\n        }\r\n\r\n        \/* --- COLORI CATEGORIE (BORDO E TESTO TEAM) --- *\/\r\n        .pilot-card[data-cat=\"MotoGP\"] { border-color: #e60012 !important; }\r\n        .pilot-card[data-cat=\"MotoGP\"] .card-team { color: #e60012 !important; }\r\n\r\n        .pilot-card[data-cat=\"Moto2\"] { border-color: #007bff !important; }\r\n        .pilot-card[data-cat=\"Moto2\"] .card-team { color: #007bff !important; }\r\n\r\n        .pilot-card[data-cat=\"Moto3\"] { border-color: #28a745 !important; }\r\n        .pilot-card[data-cat=\"Moto3\"] .card-team { color: #28a745 !important; }\r\n\r\n        .pilot-card:hover { transform: translateY(-5px); border-color: #fff !important; transition: 0.3s ease; }\r\n        .pilot-card img { width: 100%; aspect-ratio: 16 \/ 9; object-fit: cover; }\r\n        \r\n        .card-body { padding: 20px; display: flex; flex-direction: column; flex-grow: 1; background: rgba(0,0,0,0.7) !important; }\r\n        .card-body h3 { margin: 0 0 5px 0; font-size: 1.2em; text-transform: uppercase; color: #fff !important; }\r\n        .card-team { font-size: 0.85em; text-transform: uppercase; margin-bottom: 20px; font-weight: bold; }\r\n        .tags { display: flex; gap: 15px; margin-top: auto; background: transparent !important; padding: 0 !important; border: none !important; }\r\n        .tag { font-size: 0.8em; text-transform: uppercase; letter-spacing: 0.5px; background: rgba(0,0,0,0.3) !important; color: #aaa; }\r\n        \r\n        .modal { display: none; position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.95); align-items: center; justify-content: center; }\r\n        .close-modal { position: absolute; top: 30px; right: 40px; font-size: 50px; color: #fff; cursor: pointer; z-index: 10000; }\r\n        .modal-slider { position: relative; width: 90%; max-width: 800px; display: flex; align-items: center; justify-content: center; }\r\n        #slider-wrapper img { max-width: 100%; max-height: 80vh; border: 4px solid #333; display: none; animation: fadeIn 0.5s; }\r\n        #slider-wrapper img.active { display: block; }\r\n        \r\n        .nav-btn { position: absolute; top: 50%; transform: translateY(-50%); background: #e60012; color: white; border: none; padding: 20px; cursor: pointer; font-size: 24px; font-weight: bold; }\r\n        .prev { left: -60px; }\r\n        .next { right: -60px; }\r\n        \r\n        @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }\r\n        \r\n        @media (max-width: 1200px) { .piloti-grid { grid-template-columns: repeat(3, 1fr); } }\r\n        @media (max-width: 900px) { .piloti-grid { grid-template-columns: repeat(2, 1fr); } .prev { left: 0; } .next { right: 0; } }\r\n        @media (max-width: 600px) { .piloti-grid { grid-template-columns: 1fr; } .filter-bar { flex-direction: column; } .filter-bar select { width: 100%; } }\r\n    <\/style>\r\n\r\n    <script>\r\n    const listaPiloti = [{\"nome\":\"Ryusei Yamanaka\",\"img\":\"https:\\\/\\\/raceseats.realstyle.it\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/RYUSEI-YAMANAKA.webp\",\"team\":\"AEON Credit - MT Helmets - MSI\",\"anno\":\"2026\",\"cat\":\"Moto3\",\"gallery\":[]},{\"nome\":\"Xabi Zurutuza\",\"img\":\"https:\\\/\\\/raceseats.realstyle.it\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/XABI-ZURUTUZA2.jpg\",\"team\":\"KLINT Racing Team\",\"anno\":\"2026\",\"cat\":\"Moto2\",\"gallery\":[]},{\"nome\":\"Franco Morbidelli\",\"img\":\"https:\\\/\\\/raceseats.realstyle.it\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/FRANCO-MORBIDELLI.webp\",\"team\":\"Pertamina Enduro VR46 Racing Team\",\"anno\":\"2026\",\"cat\":\"MotoGP\",\"gallery\":[\"https:\\\/\\\/raceseats.realstyle.it\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/KATANA.webp\",\"https:\\\/\\\/raceseats.realstyle.it\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/KTM-RC-390.webp\",\"https:\\\/\\\/raceseats.realstyle.it\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/bmw-s-1000-rr-2012-2018-.jpg\",\"https:\\\/\\\/raceseats.realstyle.it\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/tuono-660.webp\",\"https:\\\/\\\/raceseats.realstyle.it\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/rs-660.webp\"]}];\r\n    let currentGallery = [];\r\n    let currentIndex = 0;\r\n\r\n    function render(data) {\r\n        const grid = document.getElementById('grid-piloti');\r\n        if(data.length === 0) { grid.innerHTML = '<p style=\"text-align:center; padding:40px;\">No pilots found.<\/p>'; return; }\r\n        \r\n        grid.innerHTML = data.map(p => `\r\n            <div class=\"pilot-card\" data-cat=\"${p.cat}\" onclick=\"openGallery(${JSON.stringify(p.gallery).replace(\/\"\/g, '&quot;')})\">\r\n                <img decoding=\"async\" src=\"${p.img || 'https:\/\/via.placeholder.com\/640x360'}\" alt=\"${p.nome}\">\r\n                <div class=\"card-body\">\r\n                    <h3>${p.nome}<\/h3>\r\n                    <div class=\"card-team\">${p.team || ''}<\/div>\r\n                    <div class=\"tags\">\r\n                        <span class=\"tag tag-anno\">${p.anno || ''}<\/span>\r\n                        <span class=\"tag tag-cat\">${p.cat || ''}<\/span>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        `).join('');\r\n    }\r\n\r\n    function openGallery(gallery) {\r\n        if(!gallery || gallery.length === 0) return;\r\n        currentGallery = gallery;\r\n        currentIndex = 0;\r\n        const wrapper = document.getElementById('slider-wrapper');\r\n        wrapper.innerHTML = gallery.map((src, i) => `<img decoding=\"async\" src=\"${src}\" class=\"${i === 0 ? 'active' : ''}\">`).join('');\r\n        document.getElementById('modal-gallery').style.display = 'flex';\r\n    }\r\n\r\n    function moveSlide(direction) {\r\n        const images = document.querySelectorAll('#slider-wrapper img');\r\n        if(images.length === 0) return;\r\n        images[currentIndex].classList.remove('active');\r\n        currentIndex = (currentIndex + direction + images.length) % images.length;\r\n        images[currentIndex].classList.add('active');\r\n    }\r\n\r\n    document.querySelector('.close-modal').addEventListener('click', () => { document.getElementById('modal-gallery').style.display = 'none'; });\r\n    \r\n    function filter() {\r\n        const a = document.getElementById('anno-select').value;\r\n        const c = document.getElementById('cat-select').value.toLowerCase();\r\n        render(listaPiloti.filter(p => {\r\n             return (a === \"\" || (p.anno && p.anno.toString() === a)) && \r\n                    (c === \"\" || (p.cat && p.cat.toLowerCase() === c));\r\n        }));\r\n    }\r\n    document.getElementById('anno-select').addEventListener('change', filter);\r\n    document.getElementById('cat-select').addEventListener('change', filter);\r\n    document.getElementById('reset-btn').addEventListener('click', () => {\r\n        document.getElementById('anno-select').value = ''; \r\n        document.getElementById('cat-select').value = '';\r\n        render(listaPiloti);\r\n    });\r\n    render(listaPiloti);\r\n    <\/script>\r\n    <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-faf4cb7 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"faf4cb7\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-custom\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6a9de49\" data-id=\"6a9de49\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d7bdc32 elementor-widget elementor-widget-wl-brand-logo\" data-id=\"d7bdc32\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wl-brand-logo.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"wl-row product-slider\" data-settings='{\"arrows\":false,\"dots\":false,\"autoplay\":true,\"autoplay_speed\":3000,\"animation_speed\":300,\"pause_on_hover\":true,\"rtl\":false,\"product_items\":9,\"scroll_columns\":3,\"tablet_width\":750,\"tablet_display_columns\":2,\"tablet_scroll_columns\":2,\"mobile_width\":480,\"mobile_display_columns\":3,\"mobile_scroll_columns\":1}' style='display:none'>                <div class=\"wl-col-6\">\r\n                                        <div class=\"wl-single-brand\">\r\n                        <img fetchpriority=\"high\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/aprilia2024.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/aprilia2024.jpg 300w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/aprilia2024-150x150.jpg 150w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/aprilia2024-200x200.jpg 200w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/aprilia2024-115x115.jpg 115w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/aprilia2024-80x80.jpg 80w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/aprilia2024-32x32.jpg 32w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/aprilia2024-100x100.jpg 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>                    <\/div>\r\n                                    <\/div>\r\n                                <div class=\"wl-col-6\">\r\n                                        <div class=\"wl-single-brand\">\r\n                        <img decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/bmw2024.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/bmw2024.jpg 300w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/bmw2024-150x150.jpg 150w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/bmw2024-200x200.jpg 200w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/bmw2024-115x115.jpg 115w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/bmw2024-80x80.jpg 80w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/bmw2024-32x32.jpg 32w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/bmw2024-100x100.jpg 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>                    <\/div>\r\n                                    <\/div>\r\n                                <div class=\"wl-col-6\">\r\n                                        <div class=\"wl-single-brand\">\r\n                        <img decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/ducati2024.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/ducati2024.jpg 300w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/ducati2024-150x150.jpg 150w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/ducati2024-200x200.jpg 200w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/ducati2024-115x115.jpg 115w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/ducati2024-80x80.jpg 80w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/ducati2024-32x32.jpg 32w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/ducati2024-100x100.jpg 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>                    <\/div>\r\n                                    <\/div>\r\n                                <div class=\"wl-col-6\">\r\n                                        <div class=\"wl-single-brand\">\r\n                        <img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/honda2024.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/honda2024.jpg 300w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/honda2024-150x150.jpg 150w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/honda2024-200x200.jpg 200w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/honda2024-115x115.jpg 115w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/honda2024-80x80.jpg 80w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/honda2024-32x32.jpg 32w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/honda2024-100x100.jpg 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>                    <\/div>\r\n                                    <\/div>\r\n                                <div class=\"wl-col-6\">\r\n                                        <div class=\"wl-single-brand\">\r\n                        <img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/kawasaki2024.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/kawasaki2024.jpg 300w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/kawasaki2024-150x150.jpg 150w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/kawasaki2024-200x200.jpg 200w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/kawasaki2024-115x115.jpg 115w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/kawasaki2024-80x80.jpg 80w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/kawasaki2024-32x32.jpg 32w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/kawasaki2024-100x100.jpg 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>                    <\/div>\r\n                                    <\/div>\r\n                                <div class=\"wl-col-6\">\r\n                                        <div class=\"wl-single-brand\">\r\n                        <img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/ktm2024.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/ktm2024.jpg 300w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/ktm2024-150x150.jpg 150w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/ktm2024-200x200.jpg 200w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/ktm2024-115x115.jpg 115w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/ktm2024-80x80.jpg 80w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/ktm2024-32x32.jpg 32w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/ktm2024-100x100.jpg 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>                    <\/div>\r\n                                    <\/div>\r\n                                <div class=\"wl-col-6\">\r\n                                        <div class=\"wl-single-brand\">\r\n                        <img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/mvagusta2024.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/mvagusta2024.jpg 300w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/mvagusta2024-150x150.jpg 150w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/mvagusta2024-200x200.jpg 200w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/mvagusta2024-115x115.jpg 115w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/mvagusta2024-80x80.jpg 80w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/mvagusta2024-32x32.jpg 32w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/mvagusta2024-100x100.jpg 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>                    <\/div>\r\n                                    <\/div>\r\n                                <div class=\"wl-col-6\">\r\n                                        <div class=\"wl-single-brand\">\r\n                        <img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/suzuki2024.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/suzuki2024.jpg 300w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/suzuki2024-150x150.jpg 150w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/suzuki2024-200x200.jpg 200w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/suzuki2024-115x115.jpg 115w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/suzuki2024-80x80.jpg 80w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/suzuki2024-32x32.jpg 32w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/suzuki2024-100x100.jpg 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>                    <\/div>\r\n                                    <\/div>\r\n                                <div class=\"wl-col-6\">\r\n                                        <div class=\"wl-single-brand\">\r\n                        <img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/yamaha2024.jpg\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/yamaha2024.jpg 300w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/yamaha2024-150x150.jpg 150w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/yamaha2024-200x200.jpg 200w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/yamaha2024-115x115.jpg 115w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/yamaha2024-80x80.jpg 80w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/yamaha2024-32x32.jpg 32w, https:\/\/raceseats.realstyle.it\/wp-content\/uploads\/2026\/01\/yamaha2024-100x100.jpg 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>                    <\/div>\r\n                                    <\/div>\r\n                <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-2623","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/raceseats.realstyle.it\/en\/wp-json\/wp\/v2\/pages\/2623","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/raceseats.realstyle.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/raceseats.realstyle.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/raceseats.realstyle.it\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/raceseats.realstyle.it\/en\/wp-json\/wp\/v2\/comments?post=2623"}],"version-history":[{"count":89,"href":"https:\/\/raceseats.realstyle.it\/en\/wp-json\/wp\/v2\/pages\/2623\/revisions"}],"predecessor-version":[{"id":2854,"href":"https:\/\/raceseats.realstyle.it\/en\/wp-json\/wp\/v2\/pages\/2623\/revisions\/2854"}],"wp:attachment":[{"href":"https:\/\/raceseats.realstyle.it\/en\/wp-json\/wp\/v2\/media?parent=2623"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}