{"id":795,"date":"2025-01-28T16:41:21","date_gmt":"2025-01-28T14:41:21","guid":{"rendered":"https:\/\/xpeng.rayaauto.com\/?page_id=795"},"modified":"2025-05-18T11:32:17","modified_gmt":"2025-05-18T08:32:17","slug":"g6","status":"publish","type":"page","link":"https:\/\/xpeng.com\/eg\/g6","title":{"rendered":"G6"},"content":{"rendered":"\n<?php\n    get_header();\n    ?>\n<html lang=\"no\" class=\"isWindows\" style=\"--vh: 6.07px;\">\n\n<head>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/antd\/4.16.13\/antd.min.css\">\n    <link rel=\"stylesheet\" href=\"https:\/\/unpkg.com\/swiper\/swiper-bundle.min.css\">\n    <link rel=\"stylesheet\" href=\"https:\/\/xpeng.rayaauto.com\/wp-content\/themes\/xpeng\/css\/body.css\">\n\n    <link rel=\"stylesheet\" href=\"https:\/\/a-cdn.xpeng.com\/www\/public\/client\/static\/css\/g6.abf7c871.chunk.css\">\n    <link rel=\"stylesheet\" href=\"https:\/\/a-cdn.xpeng.com\/www\/public\/client\/static\/css\/Page.523681e4.chunk.css\">\n    <link rel=\"stylesheet\" href=\"https:\/\/a-cdn.xpeng.com\/www\/public\/client\/static\/css\/6530734185895460.03f4e482.chunk.css\">\n    <link rel=\"stylesheet\" href=\"https:\/\/a-cdn.xpeng.com\/www\/public\/client\/static\/css\/2215705831633098.6b01aed6.chunk.css\">\n    <link rel=\"stylesheet\" href=\"https:\/\/a-cdn.xpeng.com\/www\/public\/client\/static\/css\/528004587020170.0db13d39.chunk.css\">\n\n    \n    <script src=\"https:\/\/www.google.com\/recaptcha\/api.js?render=6LeKypgqAAAAAElmzWT44ssVn3FoJEy1y3bQHDGJ\"><\/script> \n    <script>\n document.addEventListener('DOMContentLoaded', function() {\n    const favicon = document.createElement('link');\n    favicon.rel = 'icon';\n    favicon.href = 'https:\/\/xpeng.httpraya-backend.com\/wp-content\/uploads\/2024\/05\/cropped-xpeng1.png';\n    favicon.type = 'image\/x-icon';\n    document.head.appendChild(favicon);\n});\n        function onSubmit(token) {document.getElementById(\"Home-form\");}\n    <\/script>\n    <script>\n                                            grecaptcha.ready(function () {\n                                                grecaptcha.execute('6LeKypgqAAAAAElmzWT44ssVn3FoJEy1y3bQHDGJ', { action: 'submit' }).then(function (token) {\n                                                    document.getElementById('g-recaptcha-response').value = token;\n                                                });\n                                            });\n\n                                            function onSubmit(token) {\n                                                if (validateForm(firstName, lastName, email, phone, area, subject, agreement, terms)) {\n                                                    document.getElementById(\"Home-form\").submit();\n\n\n                                                } else {\n                                                    alert(\"Error in data\")\n\n                                                }\n                                            }\n                                            \/\/ Function to set the error message for a specific field\n                                            function setError(fieldId, message) {\n                                                var errorSpan = document.getElementById(fieldId + \"Error\");\n                                                var field = document.getElementById(fieldId);\n                                                errorSpan.style.fontFamily = \"basis_grotesque_regular\";\n                                                if (errorSpan) {\n                                                    errorSpan.textContent = message;\n\n                                                }\n                                                if (field) {\n                                                    field.focus();\n                                                }\n                                            }\n\n                                            \/\/ Function to clear the error message for a specific field\n                                            function clearError(fieldId) {\n                                                var errorSpan = document.getElementById(fieldId + \"Error\");\n                                                if (errorSpan) {\n                                                    errorSpan.textContent = \"\";\n                                                }\n                                            }\n\n                                            \/\/ Function to validate email format\n                                            function isValidEmail(email) {\n                                                const emailPattern = \/^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$\/;\n                                                return emailPattern.test(email);\n                                            }\n\n                                            function validateEgyptianPhoneNumber(phoneNumber) {\n                                                \/\/ Remove any non-numeric characters (optional, based on your needs)\n                                                phoneNumber = phoneNumber.replace(\/\\D\/g, '');\n\n                                                \/\/ Regular expression for Egyptian phone numbers\n                                                const egyptianPhoneRegex = \/^(010|011|012|015)\\d{8}$\/;\n\n                                                \/\/ Validate the phone number\n                                                if (egyptianPhoneRegex.test(phoneNumber)) {\n                                                    return true;  \/\/ Valid phone number\n                                                } else {\n                                                    return false; \/\/ Invalid phone number\n                                                }\n                                            }\n\n                                            \/\/ Function to validate the form fields\n                                            function validateForm(firstName, lastName, email, phone, area, subject, agreement, terms) {\n\n\n                                                let isValid = true;\n\n                                                if (!firstName) {\n                                                    setError(\"firstName\", \"First name is required.\");\n                                                    isValid = false;\n                                                }\n\n                                                if (!lastName) {\n                                                    setError(\"lastName\", \"Last name is required.\");\n                                                    isValid = false;\n                                                }\n\n                                                if (!email || !isValidEmail(email)) {\n                                                    setError(\"email\", \"A valid email is required.\");\n                                                    isValid = false;\n                                                }\n\n                                                if (!phone || !validateEgyptianPhoneNumber(phone)) {\n                                                    setError(\"phone\", \"Phone number is required.\");\n                                                    isValid = false;\n                                                }\n                                                if (!area) {\n                                                    setError(\"area\", \"Area is required.\");\n                                                    isValid = false;\n                                                }\n                                                if (subject === \"Subject*\") {\n                                                    setError(\"subject\", \"Subject is required.\");\n                                                    isValid = false;\n                                                }\n                                                if (!agreement) {\n                                                    setError(\"agreement\", \"Please read and accept the Privacy Policy by checking the box.\");\n                                                    isValid = false;\n                                                }\n\n                                                return isValid;\n                                            }\n\n                                            document.getElementById(\"firstName\").addEventListener(\"input\", function () {\n                                                const firstNameInput = document.getElementById(\"firstName\");\n\n                                                if (firstNameInput.value.trim() === \"\") {\n                                                    setError(\"firstName\", \"First name is required.\");\n                                                } else {\n                                                    clearError(\"firstName\");\n                                                }\n\n                                            });\n\n                                            document.getElementById(\"lastName\").addEventListener(\"input\", function () {\n                                                const firstNameInput = document.getElementById(\"lastName\");\n\n                                                if (firstNameInput.value.trim() === \"\") {\n                                                    setError(\"lastName\", \"last name is required.\");\n                                                } else {\n                                                    clearError(\"lastName\");\n                                                }\n\n                                            });\n\n                                            document.getElementById(\"email\").addEventListener(\"input\", function () {\n                                                const emailInput = document.getElementById(\"email\");\n\n                                                if (emailInput.value.trim() === \"\" || !isValidEmail(emailInput.value)) {\n                                                    setError(\"email\", \"A valid email is required.\");\n                                                } else {\n                                                    clearError(\"email\");\n                                                }\n\n\n                                            });\n\n                                            document.getElementById(\"phone\").addEventListener(\"input\", function () {\n                                                const phoneInput = this.value.trim();\n\n                                                if (validateEgyptianPhoneNumber(phoneInput)) {\n                                                    clearError(\"phone\");\n                                                } else {\n\n                                                    setError(\"phone\", \"Invalid Egyptian phone number.\");\n\n                                                }\n                                            });\n                                            document.getElementById(\"area\").addEventListener(\"input\", function () {\n                                                const areaInput = this.value.trim();\n\n                                                if (areaInput === \"\") {\n                                                    setError(\"area\", \"Area is required.\");\n                                                } else {\n                                                    clearError(\"area\");\n                                                }\n                                            });\n                                            document.getElementById(\"policy\").addEventListener(\"change\", function () {\n                                                var agreement = this.value;\n                                                var message = \"\";\n                                                var checkbox = document.getElementById('policy');\n                                                checkbox.value = checkbox.checked ? '1' : '0';\n\n\n\n                                                if (checkbox.value === '0') {\n\n                                                    setError(\"agreement\", \"Please read and accept the Privacy Policy by checking the box.\");\n                                                }\n\n                                                else {\n                                                    clearError(\"agreement\");\n\n                                                }\n\n                                            });\n\n\n                                            document.getElementById(\"subscription\").addEventListener(\"change\", function () {\n                                                var terms = this.value;\n                                                var message = \"\";\n                                                var checkbox = document.getElementById('subscription');\n                                                checkbox.value = checkbox.checked ? '1' : '0';\n\n\n\n                                                if (checkbox.value === '0') {\n\n                                                    setError(\"terms\", \"Please read and accept the Privacy Policy by checking the box.\");\n                                                }\n\n                                                else {\n                                                    clearError(\"terms\");\n\n                                                }\n\n                                            });\n\n\n\n                                            document.getElementById('contactBTN').addEventListener('click', function () {\n                                                event.preventDefault(); \/\/ Prevent form submission and page reload\n\n                                                \/\/ Get trimmed values of the input fields\n                                                var firstName = document.getElementById(\"firstName\").value.trim();\n                                                var lastName = document.getElementById(\"lastName\").value.trim();\n                                                var email = document.getElementById(\"email\").value.trim();\n                                                var phone = document.getElementById(\"phone\").value.trim();\n                                                const uf_crm_1621684061063 = document.getElementById('area').value;\n                                                let comments = document.getElementById(\"selected\").innerHTML; \/\/ Use correct element's value\n\n                                                \/\/ Assuming these are the checkboxes\n                                                let policy = document.getElementById(\"policy\");\n                                                let subscription = document.getElementById(\"subscription\");\n\n\n\n                                                \/\/ Validate the fields\n                                                if (validateForm(firstName, lastName, email, phone, uf_crm_1621684061063, comments, policy.checked, subscription.checked)) {\n\n                                                    document.getElementById(\"Home-form\").submit();\n                                                    submitButton.disabled = true;\n                                                }\n                                            });\n\n\n                                            \/\/ Get the modal\n                                            var modal = document.getElementById(\"myModal\");\n\n                                            \/\/ Get the <span> element that closes the modal\n                                            var span = document.getElementsByClassName(\"close\")[0];\n\n                                            \/\/ When the user clicks on <span> (x), close the modal\n                                            span.onclick = function () {\n                                                modal.style.display = \"none\";\n                                            }\n\n                                            \/\/ When the user clicks anywhere outside of the modal, close it\n                                            window.onclick = function (event) {\n                                                if (event.target == modal) {\n                                                    modal.style.display = \"none\";\n                                                }\n                                            }\n\n\n\n    <\/script>\n\n    \n\n\n    <style>\n        .p3-p8{\n            margin-top: 0% !important; \n            padding-top: 0% !important;\n\n        }\n\n        .jQrT49eR{height: 100%;}\n        .index-module__configurationTitle--eqOn0I-Q{\n            font-family: \"basis_grotesque_regular\" !important;\n\n\n        }\n        .index-module__configurationHint--TW0o3f6X{\n            font-family: \"basis_grotesque_regular\" !important;\n            \n        }\n        .index-module__unit--d1PWKIIl{\n            font-family: \"basis_grotesque_regular\" !important;\n        }\n        @media only screen and (max-width: 768px) {\n            .lazy.Az-q8kti {\n                padding-bottom: 20px !important;\n                \/* Adjust the padding as needed *\/\n            }\n        }\n\n        .n1keNi07 .KL9djTe7 {\n            white-space: normal !important;\n        }\n\n        .uUw8GSOd {\n            height: 100% !important;\n        }\n\n        @media (min-width: 1920px) {\n            .uUw8GSOd {\n\n                padding-top: 0px !important;\n            }\n        }\n\n        .fonted {\n            font-family: 'basis_grotesque_bold' !important;\n        }\n\n        .OVXJVetp {\n            padding-top: 0px !important;\n        }\n\n        .colored-label {\n            color: #FFFFFF99 !important;\n            font-family: 'basis_grotesque_regular';\n        }\n\n        .colored-label-white {\n            color: white !important;\n            font-family: 'basis_grotesque_regular';\n\n        }\n\n        .custom-tabcontent {\n            height: 70px;\n            margin-top: 2%;\n        }\n\n        .responsive-height {\n            height: inherit;\n            \/* Default height for mobile view *\/\n        }\n\n        @media (min-width: 768px) {\n            .responsive-height {\n                height: max-content;\n            }\n\n        }\n\n        .swiper-container {\n            width: 100vw;\n            \/* Full width of the viewport *\/\n            height: 100vh;\n            \/* Full height of the viewport *\/\n            overflow: hidden;\n            \/* Ensure no overflow *\/\n        }\n\n        @media (max-width: 768px) {\n            .swiper-container {\n                width: 100%;\n                height: 100%;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .-MsteyXi {\n                height: 100% !important;\n                padding-bottom: 5%;\n            }\n\n            .swiper-container {\n                width: 100%;\n                height: 100%;\n            }\n        }\n\n        .swiper-slide {\n            position: relative;\n            text-align: left;\n            font-size: 18px;\n            background: #ffffff;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            overflow: hidden;\n        }\n\n        .swiper-slide img {\n            width: 100%;\n            height: 50% !important;\n            object-fit: cover;\n        }\n\n        .slide-content {\n            position: absolute;\n            top: 30%;\n            left: 10%;\n            transform: translateY(-50%);\n            color: white;\n            text-align: left;\n        }\n\n        .slide-title {\n            font-size: 48px;\n            font-weight: bold;\n            margin-bottom: 20px;\n        }\n\n        .slide-button {\n            padding: 10px 20px;\n            font-size: 16px;\n            color: white;\n            background-color: transparent;\n            border: 2px solid white;\n            border-radius: 30px;\n            text-decoration: none;\n            margin-top: 10px;\n            transition: background-color 0.3s, color 0.3s;\n            margin-right: 10px;\n        }\n\n        .slide-button:hover {\n            background-color: white;\n            color: black;\n        }\n\n        \/* Styling for next and previous buttons *\/\n        .swiper-button-next,\n        .swiper-button-prev {\n            background-color: gray;\n\n            color: black;\n            display: none;\n        }\n\n        \/* Styling for pagination points *\/\n        .swiper-pagination-bullet {\n            background-color: #A4CE4C;\n            width: 30px;\n            \/* Adjust the width *\/\n            height: 2px;\n            \/* Adjust the height *\/\n            border-radius: 0;\n\n        }\n\n        .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {\n            left: 50%;\n\n        }\n\n        \/* .title-wrapper-subTitle-custom {\n            height: 45%;\n            margin-bottom: 60%;\n        } *\/\n\n        ._8rM3tlc7 {\n            text-align: start;\n            font-family: 'basis_grotesque_regular' !important;\n        }\n\n        .n8ZStGh2 {\n            font-family: 'basis_grotesque_regular' !important;\n\n        }\n\n        ._3UgFVRV4D {\n            font-size: 35px;\n            font-family: 'basis_grotesque_bold';\n            font-weight: bold;\n            text-align: center;\n            color: white;\n            padding-top: 62px;\n\n\n\n        }\n\n        .KL9djTe7 {\n            font-family: \"basis_grotesque_regular\" !important;\n\n        }\n\n        ._3UgFVRV4 {\n            font-family: 'basis_grotesque_bold' !important;\n            padding-top: 5%;\n            padding-bottom: 5%;\n        }\n\n        .KL9djTe7 {\n            padding-top: 5%;\n            padding-bottom: 5%;\n        }\n\n\n        ._3UgFVRV4D_black {\n            font-size: 35px;\n            font-weight: bold;\n            text-align: center;\n\n        }\n\n        ._custom-p {\n            text-align: center;\n            font-family: 'basis_grotesque_regular';\n        }\n\n        @media (max-width: 550px) {\n\n            .p2_custom-bg {\n                    height: 100% !important;\n                    text-align: left !important;\n                    background-image: url('https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-31\/06ce611b260d4e37a8ea41eb0c44f81b.jpg') !important;\n\n                }\n\n                .p3_custom-bg {\n                    height: 100% !important;\n                    text-align: left !important;\n                    background-image: url('https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-08-29\/d0018a71c4624e68b996fcffcd68a667.jpg') !important;\n\n                }\n\n                .p4_custom-bg {\n                    height: 100% !important;\n                    text-align: left !important;\n                    background-image: url('https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-28\/0fe48ed8189642aca56b311711b86fa0.jpg') !important;\n\n                }\n                .p5_custom-bg {\n                    height: 100% !important;\n                    text-align: left !important;\n                    background-image: url('https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-09-14\/fe437359b0ed459fb3c0e8230151d061.jpg') !important;\n\n                }.p6_custom-bg {\n                    height: 90% !important;\n                    text-align: left !important;\n                    background-image: url('https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-09-14\/1282694482604b659cdb786676ad9a63.jpg') !important;\n\n                }\n\n            ._3UgFVRV4D_black{\n                margin-left: 10px !important ;\n            }\n            .x-appN{\n                    display: block !important;\n                    height: 8px !important;\n                    margin-left: -15px ! important;\n                    margin-bottom: -72px !important;\n                    \n                }\n            .x-app{\n                    height: 20px;\n                    margin-left: -55px ! important;\n                    margin-bottom: -23px !important;\n                    display: flex;\n                    align-items: flex-start;\n\n                }\n            .Qjaj3DQU{\n                            height: 125% !important;\n                            background-color: #101013;\n                        }\n            ._8rM3tlc7 {\n                text-align: left !important;\n            }\n\n            ._73la0dYd {\n                text-align: left;\n            }\n\n            ._custom-p {\n                text-align: start;\n                padding: 2%;\n                font-family: 'basis_grotesque_regular';\n            }\n\n            .inline-container {\n                flex-direction: column;\n                \/* Stack items vertically *\/\n                align-items: flex-start;\n            }\n\n            .inline-container img {\n                margin-bottom: 10px;\n                \/* Space between image and text *\/\n                margin-right: 0;\n                \/* Remove right margin *\/\n            }\n\n\n\n            ._3UgFVRV4D {\n                font-size: 1.5rem;\n                font-family: 'basis_grotesque_bold' !important;\n                font-weight: bold;\n                font-style: italic;\n                color: white;\n                padding-top: 65px;\n                text-align: start;\n            }\n\n\n            ._3UgFVRV4D_black {\n                font-size: 2.7rem;\n                font-weight: bold;\n                color: black;\n                padding-top: 65px;\n                text-align: start;\n            }\n            ._3UgFVRV4D_black_App {\n                font-size: 2.7rem;\n                font-weight: bold;\n                color: black;\n                padding-top: 65px;\n                text-align: start;\n            }\n\n\n        }\n\n        .black_sub_title {\n            font-size: small;\n            font-family: 'basis_grotesque_regular';\n            color: #0A0A1A;\n            opacity: 0.5;\n        }\n    <\/style>\n    <style data-rc-order=\"prepend\" rc-util-key=\"@anta-design-icons\">\n        .anticon {\n            display: inline-block;\n            color: inherit;\n            font-style: normal;\n            line-height: 0;\n            text-align: center;\n            text-transform: none;\n            vertical-align: -0.125em;\n            text-rendering: optimizeLegibility;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n\n        .anticon>* {\n            line-height: 1;\n        }\n\n        .anticon svg {\n            display: inline-block;\n        }\n\n        .anticon::before {\n            display: none;\n        }\n\n        .anticon .anticon-icon {\n            display: block;\n        }\n\n        .anticon[tabindex] {\n            cursor: pointer;\n        }\n\n        .anticon-spin::before,\n        .anticon-spin {\n            display: inline-block;\n            -webkit-animation: loadingCircle 1s infinite linear;\n            animation: loadingCircle 1s infinite linear;\n        }\n\n        @-webkit-keyframes loadingCircle {\n            100% {\n                -webkit-transform: rotate(360deg);\n                transform: rotate(360deg);\n            }\n        }\n\n        @keyframes loadingCircle {\n            100% {\n                -webkit-transform: rotate(360deg);\n                transform: rotate(360deg);\n            }\n        }\n    <\/style>\n    <script async=\"\" src=\"\/\/acdn.adnxs.com\/dmp\/up\/pixie.js\"><\/script>\n    <meta charset=\"utf-8\">\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\">\n    <meta id=\"viewport\" name=\"viewport\"\n        content=\"width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1,user-scalable=false\">\n    <title>XPENG G6 | XPENG EGY<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@200..1000&#038;display=swap\" rel=\"stylesheet\">\n    <meta name=\"keywords\" content=\"\">\n    <link rel=\"shortcut icon\" href=\"https:\/\/a-cdn.xpeng.com\/www\/public\/favicon.ico\" type=\"image\/x-icon\">\n    <link rel=\"shortcut icon\"\n        href=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAMAAAD04JH5AAAApVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABU\/knhAAAANnRSTlMACPr27fK8CrgSDdHcwLQtFuSShBqxJyLLVejXxqF4YEo6NTGqimwe4KWYfXFEP51kWVBMD2cr5oz2AAAEBElEQVR42u3a6ZKiMBAA4A7XcokgIjooOt73MUe\/\/6OtulubwYAJAvsr30+tMilCdzodQZIkSZIkSZIkSZIkAPLrjhAC\/wkhf8eEm4tn3JimGW0\/bGjcarnxroMZN5sZgG0gpXqfv6BR\/tLBH3YAkCr4gz4\/EGiMNe5nRguOAGCfMEMbvUMz7EFLwZ\/0M9x0Pcx667Shfr8+PRUzlB380evjg\/WiB\/Uix7mOD7Y2\/HVc4yN3t4IaTU8aPvJ8+GegIcPZd6Em7c4bMvqZh7xXkaH0zxbUoBeukeVmX3WyUJCltC42VLTauZhDG0CWNcc8qlktM\/l7J\/93l\/AobiFVU2ayzve8w1IWBBizBCkmM1XJO6yNBTkmAVKVMxPNOyyjIMTHOhYJwl7VvEM5MyiwU7CQm64q5R0qOEARe4tPOEu\/fN5h6WMo5kf4hDIcfwFXTPNOHjWFAuy+xFKND05a6O4TfGrL+YF3F5\/SowMRD3xW5AMH3Zd4aYEf+KxhD7iWNHxLpQUyYQKfswNRzL7Esw5jZu02OvK8fYAIa4N8SbZamG015NKXIGZlIE+2WugtAuRTQgKC2g4KUFoD+x55qYsiRl8g7BCgCDVqAwwcFGJ2gYPdl\/hGELsoxGlDKamKIgwy01DE+lB2O1+odU4gGJQvKCbpYrvxWv3EDTRdVZVyE1BUXdcC1xka0agT7qfwql9WN+613w8fl\/N+d51RZAwdlz6cFpnSCWiJMzTnp06YLseDyXHajlf+F4GakS+\/e8qdgDL2LZtAw4h9fSSj\/AmcuzXOgK7A6scKjCLzugJBwRLo66Tfqm0N7EF4fwcd5h1kXkL+W5i+lx+\/o9QZhm9jKIeESr2JKJhAKd86CjnBKkEhyRRK+HxDEfqmB\/A5VFBEKwZh0wQFqN6E0M4b39wCQfEQOWjvgPYA+DoEhPhzkXro2wJKrCZS92K5p4NcSdoFSrgq1C6VKwFaE7OO\/Lp4fQSusSZ+Kih\/MnDaVapBfrvEvrSUapVh2yl1MmRZ332lQm28MrhnY65umrx8OrA2TyNvTCOvQodAX752KnT2foXeLOeEyD8Xu7sYSnkfadwzsnhnIHihe08Okc7pEoj2RrTt7LVy7sNUuX0SfndI3xzhVV+Xoq16azPB4xUcPycEKvC\/ndwpKDvIsk\/5gT+wgYufFvjdQrJTctuCFlRB0wK3SDzrLzRGK6aFZAb\/TNjv3bTxS6tWXFwCrsPmr+1okRi3Grm45FcLyoLk3RZppyk0wx4Yak6RGD5cER0bvbzOZiZtcv1syJT6TfKXmcwUAsAlMk3DNE3PizqfNjSu+z2KPNO8Dzq6h+Lt\/xTkBv4XcnUfFCRJkiRJkiRJkiRJAvgNagfeySxnR1cAAAAASUVORK5CYII=\"\n        type=\"image\/png\">\n    <link rel=\"apple-touch-icon\" href=\"https:\/\/a-cdn.xpeng.com\/www\/public\/favicon\/logo.png\">\n    <meta name=\"description\" content=\"XPENG G6 | XPENG EGY | Electric vehicle in egypt\">\n    <link rel=\"stylesheet\"\n        href=\"https:\/\/a-cdn.xpeng.com\/www\/public\/client\/static\/css\/8564070279031375.c2e5bcec.chunk.css\">\n    <!-- <link rel=\"stylesheet\"\n        href=\"https:\/\/a-cdn.xpeng.com\/www\/public\/client\/static\/css\/7527945419924455.aa1cd8fb.chunk.css\"> -->\n    <link rel=\"stylesheet\" href=\"https:\/\/xpeng.rayaauto.com\/wp-content\/themes\/xpeng\/css\/custom1.css\">\n\n    <link rel=\"stylesheet\"\n        href=\"https:\/\/a-cdn.xpeng.com\/www\/public\/client\/static\/css\/6479822391318970.35b0915d.chunk.css\">\n    <!-- <link rel=\"stylesheet\" href=\"https:\/\/a-cdn.xpeng.com\/www\/public\/client\/static\/css\/Page.10146c2c.chunk.css\"> -->\n    <link rel=\"stylesheet\" href=\"https:\/\/a-cdn.xpeng.com\/www\/public\/client\/static\/css\/dk-p7.3f137f4d.chunk.css\">\n    <script type=\"text\/javascript\" async=\"\"\n        src=\"https:\/\/cdn.mouseflow.com\/projects\/25647b44-e12c-4715-9d4e-5e5b7d5af481.js\"><\/script>\n\n    <script type=\"text\/javascript\">function OptanonWrapper() { }<\/script>\n    <!-- <script src=\"https:\/\/cdn-apac.onetrust.com\/scripttemplates\/202401.2.0\/otBannerSdk.js\" async=\"\"\n            type=\"text\/javascript\"><\/script> -->\n    <script charset=\"utf-8\"\n        src=\"https:\/\/a-cdn.xpeng.com\/www\/public\/client\/static\/js\/7527945419924455.e107b566.chunk.js\"><\/script>\n    <script charset=\"utf-8\"\n        src=\"https:\/\/a-cdn.xpeng.com\/www\/public\/client\/static\/js\/8564070279031375.36bb1489.chunk.js\"><\/script>\n    <script charset=\"utf-8\"\n        src=\"https:\/\/a-cdn.xpeng.com\/www\/public\/client\/static\/js\/6479822391318970.0869b77a.chunk.js\"><\/script>\n    <script charset=\"utf-8\" src=\"https:\/\/a-cdn.xpeng.com\/www\/public\/client\/static\/js\/dk-p7.e31ade89.chunk.js\"><\/script>\n\n    <!-- <style>\n        @font-face {\n font-family: \"basis_grotesque_regular\";\n src: url(\"https:\/\/db.onlinewebfonts.com\/t\/fb3ddfb68f7942d3a38bb6b63f96ac89.eot\");\n src: url(\"https:\/\/db.onlinewebfonts.com\/t\/fb3ddfb68f7942d3a38bb6b63f96ac89.eot?#iefix\")format(\"embedded-opentype\"),\n url(\"https:\/\/db.onlinewebfonts.com\/t\/fb3ddfb68f7942d3a38bb6b63f96ac89.woff2\")format(\"woff2\"),\n url(\"https:\/\/db.onlinewebfonts.com\/t\/fb3ddfb68f7942d3a38bb6b63f96ac89.woff\")format(\"woff\"),\n url(\"https:\/\/db.onlinewebfonts.com\/t\/fb3ddfb68f7942d3a38bb6b63f96ac89.ttf\")format(\"truetype\"),\n url(\"https:\/\/db.onlinewebfonts.com\/t\/fb3ddfb68f7942d3a38bb6b63f96ac89.svg#Basis Grotesque\")format(\"svg\");\n}\n@font-face {\n    font-family: \"futura\";\n    src: url(\"https:\/\/db.onlinewebfonts.com\/t\/4cd7c95ebd9e972224a5473c6172b30a.eot\");\n    src: url(\"https:\/\/db.onlinewebfonts.com\/t\/4cd7c95ebd9e972224a5473c6172b30a.eot?#iefix\")format(\"embedded-opentype\"),\n    url(\"https:\/\/db.onlinewebfonts.com\/t\/4cd7c95ebd9e972224a5473c6172b30a.woff2\")format(\"woff2\"),\n    url(\"https:\/\/db.onlinewebfonts.com\/t\/4cd7c95ebd9e972224a5473c6172b30a.woff\")format(\"woff\"),\n    url(\"https:\/\/db.onlinewebfonts.com\/t\/4cd7c95ebd9e972224a5473c6172b30a.ttf\")format(\"truetype\"),\n    url(\"https:\/\/db.onlinewebfonts.com\/t\/4cd7c95ebd9e972224a5473c6172b30a.svg#Futura Bold Italic\")format(\"svg\");\n}\n\n     <\/style> -->\n\n\n<\/head>\n\n<body>\n\n    <div id=\"hi-content\">\n        <style>\n            .custom-bg {\n                background-size: cover;\n                background-position: center;\n                background-repeat: no-repeat;\n            }\n\n            .p2_custom-bg {\n                height: 120%;\n                background-position: center;\n                background-repeat: no-repeat;\n\n\n            }\n            .uUw8GSOd .model-center-text .title{\n                margin-top: -40px;\n            }\n            \n\n            .p3_custom-bg {\n                background-size: cover;\n                background-position: center;\n                background-repeat: no-repeat;\n\n\n            }\n\n            .p4_custom-bg {\n                background-size: cover;\n                background-position: center;\n                background-repeat: no-repeat;\n\n\n            }\n            .p5_custom-bg {\n                background-size: cover;\n                background-position: center;\n                background-repeat: no-repeat;\n\n\n            }.p6_custom-bg {\n                height: 100%;\n                background-size: cover;\n                background-position: center;\n                background-repeat: no-repeat;\n\n\n            }\n            .header_paragraph_white{\n                \n                line-height: normal !important;\n                font-weight: 300; \n                color: white; \n                font-size: 2.5rem; \n                letter-spacing:0.01rem !important; \n                font-family: 'basis_grotesque_regular';\n            }\n            ._3UgFVRV4{\n                padding-top: 0px !important;\n                padding-bottom: 0px !important;\n            }\n            .header_paragraph{\n                padding-top: 0px !important;\n                padding-bottom: 0px !important;\n                font-weight: 300; \n                font-size: 2.5rem; \n                letter-spacing:0.01rem !important; \n                font-family: 'basis_grotesque_regular';\n            }\n\n\n            @media (max-width: 950px) {\n                ._3UgFVRV4D_black_App{\n                    margin-left: 10px !important ;\n                }\n                .Qjaj3DQU{\n                            height: 100%;\n                            background-color: #101013;\n                        }\n                .x-appN{\n                    height: 20px;\n                    margin-left: -55px;\n                    margin-bottom: -23px;\n                    display: flex;\n                    align-items: flex-start;\n\n                }\n                .xFmdDrOyD{\n                    align-items: start;\n                    height: 50% !important;\n                    width: 50% !important;\n                    display: flex !important;\n                    \n                }\n                .bt1o6Cub{\n                    height: 50%;\n                    width: 50%;\n                    align-items: start;\n                }\n                .x-img{\n                    margin-bottom: 20% !important;\n                }\n                \n                .CxkT\\+OvM .text-display-sub-title-container{\n\n                    text-align: left;\n                    display: flex;\n                    flex-direction: column;\n                    align-items: baseline;\n\n                }\n                .custom-bg {\n                    background-image: url('https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-09-02\/7c45262fa11046dfab9dabfbe390484f.jpg') !important;\n                }\n                .Expect_the_unthinkable{\n                    \n                    text-align: left !important;\n                }\n\n                .p2_custom-bg {\n                    height: 200%;\n                    text-align: left !important;\n                    background-image: url('https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-31\/06ce611b260d4e37a8ea41eb0c44f81b.jpg') !important;\n\n                }\n\n                .p3_custom-bg {\n                    height: 150%;\n                    text-align: left !important;\n                    background-image: url('https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-08-29\/d0018a71c4624e68b996fcffcd68a667.jpg') !important;\n\n                }\n\n                .p4_custom-bg {\n                    height: 200%;\n                    text-align: left !important;\n                    background-image: url('https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-28\/0fe48ed8189642aca56b311711b86fa0.jpg') !important;\n\n                }\n                .p5_custom-bg {\n                    height: 200%;\n                    text-align: left !important;\n                    background-image: url('https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-09-14\/fe437359b0ed459fb3c0e8230151d061.jpg') !important;\n\n                }.p6_custom-bg {\n                    height: 200%;\n                    text-align: left !important;\n                    background-image: url('https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-09-14\/1282694482604b659cdb786676ad9a63.jpg') !important;\n\n                }\n                .p7_custom-bg {\n                    background-image: url('https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-31\/692ff218654245c09425c14baf1228f6.jpg') !important;\n\n                }\n\n\n            }\n        <\/style>\n        <div class=\"mvHvP+3m\">\n            <div class=\"custom-bg lazy global-full-page UIYosJiv entered loaded \" data-ll-status=\"loaded\"\n                style=\"background-image: url(&quot;https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-09-02\/e1889174eabb49578dd313b3a5b2ee0b.jpg&quot;);  width: 100%; height:100%;\">\n                <div class=\"index-module__body--l7HPp7sF\">\n                    <div class=\"index-module__textDisplay--eZFVaNVR text-display\" style=\"margin-top: -55px !important;\">\n                        <div class=\"index-module__title--ncC47PRj text-display-title\"\n                            style=\"color: rgb(255, 255, 255); translate: none; rotate: none; scale: none; opacity: 1; transform: translate(0px, 0px);\">\n                            <div class=\"index-module__closeIcon--ToFHl71Q close-icon\" style=\"color: rgb(255, 255, 255); opacity: 1;\">\n                                <svg class=\"icon undefined\" aria-hidden=\"true\">\n                                    <use xlink:href=\"#icon-x-new\"><\/use>\n                                <\/svg><\/div>\n                                <div style=\"display: flex; align-items: center; justify-content: center; color: white; font-family: 'basis_grotesque_regular', sans-serif; width: 100%;\">\n                                    <img decoding=\"async\" class=\"x-img\"\n                                      style=\"height: 20px !important; width: 30px !important; margin-right: 7px; margin-bottom: 10%; align-items: baseline;\" \n                                      src=\"data:image\/svg+xml,%3Csvg width='44' height='31' viewBox='0 0 44 31' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 31L16.8 15.5L0 0H4.2L21 15.5L4.2 31H0Z' fill='white'\/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44 31L27.2 15.5L44 0H39.8L23 15.5L39.8 31H44Z' fill='white'\/%3E%3C\/svg%3E%0A\" \n                                      alt=\"Icon\">\n                                  \n                                    <font style=\"font-size: 3.5rem; font-family: 'basis_grotesque_regular'; letter-spacing: normal;\">\n                                      XPENG G6\n                                    <\/font>\n                                <\/div>\n                                                      \n                                <\/div>\n                        <div class=\"text-display-sub-title-container\">\n                            <div class=\"index-module__subTitle--73la0dYd text-display-sub-title\"\n                                style=\"font-family:'basis_grotesque_regular' ; letter-spacing: normal; color: rgb(255, 255, 255); translate: none; rotate: none; scale: none; transform: translate(0px, 0px); opacity: 1;\"\n                                _msttexthash=\"3164499\" _msthash=\"12\">Intelligent design, spacious driving pleasure: the ultimate coup\u00e9 SUV<\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"index-module__configuration--YH1vhur3 car-configuration\">\n                        <div class=\"index-module__configurationItemContainer--RQP5hIBv\">\n                            <div class=\"index-module__configurationItem--Hp+FhjTk car-configuration-item\"\n                                style=\"opacity: 1; transform: none;\">\n                                <div class=\"index-module__configurationTitle--eqOn0I-Q\">\n                                    <font _mstmutation=\"1\" _msttexthash=\"71656\" _msthash=\"13\"><span class=\"index-module__unit--d1PWKIIl\"\n                                            _mstmutation=\"1\" _istranslated=\"1\">Up to <\/span><span _mstmutation=\"1\"\n                                            _istranslated=\"1\">570<\/span><\/font><span class=\"index-module__unit--d1PWKIIl\">\n                                        <font _mstmutation=\"1\" _msttexthash=\"60138\" _msthash=\"14\">KM<\/font><sup _msttexthash=\"4459\"\n                                            _msthash=\"15\">1<\/sup>\n                                    <\/span>\n                                <\/div>\n                                <div class=\"index-module__configurationHint--TW0o3f6X config-hint\" _msttexthash=\"119938\" _msthash=\"16\">\n                                    WLTP Range<\/div>\n                            <\/div>\n                            <div class=\"index-module__divider--qgndpXHC\" style=\"opacity: 1; transform: none;\"><\/div>\n                        <\/div>\n                        <div class=\"index-module__configurationItemContainer--RQP5hIBv\">\n                            <div class=\"index-module__configurationItem--Hp+FhjTk car-configuration-item\"\n                                style=\"opacity: 1; transform: none;\">\n                                <div class=\"index-module__configurationTitle--eqOn0I-Q\"><span _msttexthash=\"15132\"\n                                        _msthash=\"17\">4.0<\/span><span class=\"index-module__unit--d1PWKIIl\">\n                                        <font _mstmutation=\"1\" _msttexthash=\"10465\" _msthash=\"18\">s<\/font><sup _msttexthash=\"4459\"\n                                            _msthash=\"19\">1<\/sup>\n                                    <\/span> <\/div>\n                                <div class=\"index-module__configurationHint--TW0o3f6X config-hint\" _msttexthash=\"162331\" _msthash=\"20\">\n                                    0-100 km\/h (AWD)<\/div>\n                            <\/div>\n                            <div class=\"index-module__divider--qgndpXHC\" style=\"opacity: 1; transform: none;\"><\/div>\n                        <\/div>\n                        <div class=\"index-module__configurationItemContainer--RQP5hIBv\">\n                            <div class=\"index-module__configurationItem--Hp+FhjTk car-configuration-item\"\n                                style=\"opacity: 1; transform: none;\"><span class=\"index-module__configurationTitle--eqOn0I-Q\"\n                                    _msttexthash=\"273936\" _msthash=\"21\">230 km extra range<\/span><span\n                                    class=\"index-module__unit--d1PWKIIl\"><\/span>\n                                <div class=\"index-module__configurationHint--TW0o3f6X config-hint\" _msttexthash=\"719433\" _msthash=\"22\">\n                                    in just 10 minutes of charging\u00b9<\/div>\n                            <\/div>\n                            <div class=\"index-module__divider--qgndpXHC\" style=\"opacity: 1; transform: none;\"><\/div>\n                        <\/div>\n                        <div class=\"index-module__configurationItemContainer--RQP5hIBv\">\n                            <div class=\"index-module__configurationItem--Hp+FhjTk car-configuration-item\"\n                                style=\"opacity: 1; transform: none;\"><span class=\"index-module__configurationTitle--eqOn0I-Q\"\n                                    _msttexthash=\"469131\" _msthash=\"23\">Great factory warranty<\/span><span\n                                    class=\"index-module__unit--d1PWKIIl\"><\/span>\n                                <div class=\"index-module__configurationHint--TW0o3f6X config-hint\" _msttexthash=\"274625\" _msthash=\"24\">8\n                                    years \/ 160,000 km\u00b9<\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"p2_custom-bg lazy full-page-with-top-menu uUw8GSOd entered loaded customized\"\n            data-bg=\"https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-31\/2e092b7420364e70a5ea3f1a832da83f.jpg\"\n            data-ll-status=\"loaded\"\n            style=\"background-image: url(&quot;https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-31\/2e092b7420364e70a5ea3f1a832da83f.jpg&quot;);\">\n            <div class=\"body OVXJVetp\">\n                <div class=\"eZFVaNVR text-display CxkT+OvM model-center-text\">\n                    <div class=\"text-display-sub-title-container\">\n                        <div class=\"_73la0dYd text-display-sub-title\"\n                            style=\"translate: none; rotate: none; scale: none; transform: translate(0px, 0px); opacity: 1;\">\n                        <\/div>\n                        <div class=\"body index-module__body--GMhIDmMo\">\n                            <div\n                                class=\"index-module__textDisplay--eZFVaNVR text-display index-module__container--FuijzAr9 model-center-text\">\n                                <div class=\"text-display-sub-title-container\">\n                                    <div class=\"index-module__subTitle--73la0dYd text-display-sub-title\"\n                                        style=\"color: rgb(255, 255, 255); translate: none; rotate: none; scale: none; transform: translate(0px, 0px); opacity: 1;\">\n                                    <\/div>\n                                    <div class=\"b+Sp+hLD fonted\n                             title\">\n                                <div class=\"Expect_the_unthinkable header_paragraph_white \" style=\"margin-top: 10%;\">Your next electric SUV\n                                <\/div>\n                            <\/div>\n                                    <div class=\" Expect_the_unthinkable index-module__subTitle--73la0dYd text-display-sub-title\"\n                                        style=\"color: rgb(255, 255, 255); translate: none; rotate: none; scale: none; transform: translate(0px, 0px); opacity: 1;\">\n                                        <div class=\"index-module__subTitle--k9ucJXZJ sub-title\" _msttexthash=\"54272101\"\n                                            _msthash=\"29\" style=\"font-family: 'basis_grotesque_regular';\">We are proud to introduce you to the new XPENG G6, an electric SUV that will redefine your driving experience. With its sleek design, exceptional electrical performance and state-of-the-art technology, the G6 is ready to impress.<\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"b32P6K5j\">\n            <div class=\"t2gEhgh9\">\n                <div class=\"lazy dpTWQIhD entered loaded\"\n                    data-bg=\"https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-28\/076b732788fc4d4a93a90e7e7d7ae0e4.jpg\"\n                    data-ll-status=\"loaded\"\n                    style=\"background-image: url(&quot;https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-28\/076b732788fc4d4a93a90e7e7d7ae0e4.jpg&quot;);\">\n                <\/div>\n                <div class=\"n1keNi07 rgQ36oco\">\n                    <h3 class=\"_3UgFVRV4\" data-gtm-vis-first-on-screen58657871_241=\"3870261\"\n                        data-gtm-vis-first-on-screen58657871_238=\"3870709\">\n                        <div class=\"header_paragraph\">\n                            High-tech living room on wheels\n                        <\/div>\n                    <\/h3>\n                    <h4 class=\"p3-p8 KL9djTe7 title-wrapper-subTitle\">\n                        <div>High-quality materials have been used in the interior with a high level of finish. The G6 is equipped with 2x 50W induction charging points for smartphones with cooling. The infotainment system runs on the latest version of XPENG\u2019s operating system Xmart OS and offers all the comfort-enhancing features and XPILOT ASSIST driver assistance systems that XPENG has in-house as standard. The most important driving information is located directly in front of the driver on a 10.2-inch display, all other functionalities can be controlled via a central 14.96-inch screen with a high resolution and quick operation.\n                        <\/div>\n                    <\/h4>\n                <\/div>\n            <\/div>\n            <div class=\"t2gEhgh9 XHTotzC8\">\n                <div class=\"lazy dpTWQIhD entered loaded\"\n                    data-bg=\"https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-28\/635d4e00ec924b4496550dd2a77f40f3.gif\"\n                    data-ll-status=\"loaded\"\n                    style=\"background-image: url(&quot;https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-28\/635d4e00ec924b4496550dd2a77f40f3.gif&quot;);\">\n                <\/div>\n                <div class=\"n1keNi07 rgQ36oco\">\n                    <h3 class=\"_3UgFVRV4\" data-gtm-vis-first-on-screen58657871_241=\"3870463\"\n                        data-gtm-vis-first-on-screen58657871_238=\"3870940\">\n                        <div class=\"p3-p8 header_paragraph \" >\n                            Comfort-enhancing features\n                        <\/div>\n                    <\/h3>\n                    <h4 class=\"KL9djTe7 title-wrapper-subTitle\">\n                        <div>Experience ultimate comfort with the leatherette-covered seats. Crafted with ergonomic curves, the driver\u2019s seat offers 8-way power adjustment and 4-way lumbar support and 6-way power adjusted front passenger seat. A personalised fit for every ride. You also enjoy the luxury of ventilation and heating functions in the front seats. Enhance your driving experience with unparalleled comfort and relaxation.\n                        <\/div>\n                    <\/h4>\n                <\/div>\n            <\/div>\n            <div class=\"t2gEhgh9\">\n                <div class=\"lazy dpTWQIhD entered loaded\"\n                    data-bg=\"https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-04-01\/ac53af07208e4432af8a44207976307d.jpg\"\n                    data-ll-status=\"loaded\"\n                    style=\"background-image: url(&quot;https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-04-01\/ac53af07208e4432af8a44207976307d.jpg&quot;);\">\n                <\/div>\n                <div class=\"n1keNi07 rgQ36oco\">\n                    <h3 class=\"_3UgFVRV4\" data-gtm-vis-first-on-screen58657871_238=\"3874800\"\n                        data-gtm-vis-first-on-screen58657871_241=\"3874861\">\n                        <div class=\"p3-p8 header_paragraph\">\n                            Richly equipped as standard\n                        <\/div>\n                    <\/h3>\n                    <h4 class=\"KL9djTe7 title-wrapper-subTitle\">\n                        <div>All versions of the G6 are equipped as standard with a long list of features that make driving more pleasant. For example, every G6 has 20-inch rims with Michelin tyres, a large panoramic glass roof, multi-adjustable, heated and leatherette-covered seats all around, ventilated front seats, a heated steering wheel, 4x USB ports, 2x 50W induction charging points for smartphones, a 960W audio system with 18 speakers and an extensive library of music, video, entertainment and social media apps. To improve electrical performance and driving range in winter, a heat pump is fitted as standard. It is also possible to use the G6 to supply other devices with power (V2L). Additional options available on the G6 are an electrically deployable tow bar and a number of exterior colors.\n                        <\/div>\n                    <\/h4>\n                <\/div>\n            <\/div>\n            <div class=\"t2gEhgh9 XHTotzC8\">\n                <div class=\"lazy dpTWQIhD entered loaded\"\n                    data-bg=\"https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-31\/89e2d83535ab487f8ea82f89e5a13bdf.jpg\"\n                    data-ll-status=\"loaded\"\n                    style=\"background-image: url(&quot;https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-31\/89e2d83535ab487f8ea82f89e5a13bdf.jpg&quot;);\">\n                <\/div>\n                <div class=\"n1keNi07 rgQ36oco\">\n                    <h3 class=\"_3UgFVRV4\" data-gtm-vis-first-on-screen58657871_238=\"3876787\"\n                        data-gtm-vis-first-on-screen58657871_241=\"3876861\">\n                        <div class=\"p3-p8 header_paragraph\">\n                            Premium sound quality\n                        <\/div>\n                    <\/h3>\n                    <h4 class=\"KL9djTe7 title-wrapper-subTitle\">\n                        <div>The G6 features a premium Xopera sound system with 18 speakers, delivering a total power of 960 watts.\n                        <\/div>\n                    <\/h4>\n                <\/div>\n            <\/div>\n            <div class=\"t2gEhgh9\">\n                <div class=\"lazy dpTWQIhD entered loaded\"\n                    data-bg=\"https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-31\/97dfe6fe5ae64a0680a9cf01cf7caeb2.jpg\"\n                    data-ll-status=\"loaded\"\n                    style=\"background-image: url(&quot;https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-31\/97dfe6fe5ae64a0680a9cf01cf7caeb2.jpg&quot;);\">\n                <\/div>\n                <div class=\"n1keNi07 rgQ36oco\">\n                    <h3 class=\"_3UgFVRV4\" data-gtm-vis-first-on-screen58657871_241=\"3877618\"\n                        data-gtm-vis-first-on-screen58657871_238=\"3878139\">\n                        <div class=\"p3-p8 header_paragraph\">\n                            Latest generation EV platform SEPA 2.0\n                        <\/div>\n                    <\/h3>\n                    <h4 class=\"KL9djTe7 title-wrapper-subTitle\">\n                        <div>The G6 is built on the latest generation of XPENG\u2019s light and strong EV platform SEPA 2.0. In addition to lighter weight for a longer range, this also means that torsional rigidity is as strong as 41,600 Nm\/deg, which represents an 83% increase in stiffness compared to our previous designs. More than 300 components are integrated into one, for greater impact resistance, better weight management and better protection.\n                        <\/div>\n                    <\/h4>\n                <\/div>\n            <\/div>\n            <div class=\"t2gEhgh9 XHTotzC8\">\n                <div class=\"lazy dpTWQIhD entered loaded\"\n                    data-bg=\"https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-31\/f0c3e6d18a974b97804cc2a87c76d9ac.jpg\"\n                    data-ll-status=\"loaded\"\n                    style=\"background-image: url(&quot;https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-31\/f0c3e6d18a974b97804cc2a87c76d9ac.jpg&quot;);\">\n                <\/div>\n                <div class=\"n1keNi07 rgQ36oco\">\n                    <h3 class=\"_3UgFVRV4\" data-gtm-vis-first-on-screen58657871_241=\"3881374\"\n                        data-gtm-vis-first-on-screen58657871_238=\"3881422\"\n                        data-gtm-vis-recent-on-screen58657871_238=\"5971348\"\n                        data-gtm-vis-total-visible-time58657871_238=\"100\" data-gtm-vis-has-fired58657871_238=\"1\"\n                        data-gtm-vis-recent-on-screen58657871_241=\"5971354\"\n                        data-gtm-vis-total-visible-time58657871_241=\"100\" data-gtm-vis-has-fired58657871_241=\"1\">\n                        <div class=\"p3-p8 header_paragraph\" >\n                            SEPA 2.0 Battery\n                        <\/div>\n                    <\/h3>\n                    <h4 class=\"KL9djTe7 title-wrapper-subTitle\">\n                        <div>The battery is integrated as a fixed part of the platform. A 3-layer anti-collision structure helps protect the battery, and the side pillar can withstand pressure up to 80 tonnes. And through all this we achieve a vertical space saving of 5%. For a better driving experience and a more spacious cabin.\n                        <\/div>\n                    <\/h4>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"p3_custom-bg lazy full-page-with-top-menu uUw8GSOd entered loaded\"\n            data-bg=\"https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-31\/153608fe30b34da3b53abebacda0a5bd.jpg\"\n            data-ll-status=\"loaded\"\n            style=\"background-image: url(&quot;https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-31\/153608fe30b34da3b53abebacda0a5bd.jpg&quot;);\">\n            <div class=\"body OVXJVetp\">\n                <div class=\"eZFVaNVR text-display CxkT+OvM model-center-text\">\n                    <div class=\"text-display-sub-title-container\">\n                        <div class=\"_73la0dYd text-display-sub-title\"\n                            style=\"translate: none; rotate: none; scale: none; transform: translate(0px, 0px); opacity: 1;\">\n                            <div class=\"b+Sp+hLD fonted\n                             title\">\n                                <div class=\"Expect_the_unthinkable header_paragraph_white \">\n                                    2 richly equipped versions\n                                <\/div>\n                            <\/div>\n                            <div class=\" Expect_the_unthinkable _8rM3tlc7 sub-title\" style=\"margin-top: -60px; text-align: center;\">\n                                <div>The RWD Standard Range delivers 190 kW\/258 PS and 440 Nm, the RWD Long Range delivers 210 kW\/286 PS and 440 Nm. The top speed of all versions is 124 mph.                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n\n    <\/div>\n\n    <div class=\"-MsteyXi\">\n        <div class=\"n1keNi07\">\n            <h3 class=\"_3UgFVRV4\" data-gtm-vis-first-on-screen58657871_238=\"7332030\"\n                data-gtm-vis-first-on-screen58657871_241=\"7332035\" data-gtm-vis-recent-on-screen58657871_238=\"7334564\"\n                data-gtm-vis-total-visible-time58657871_238=\"100\" data-gtm-vis-has-fired58657871_238=\"1\"\n                data-gtm-vis-recent-on-screen58657871_241=\"7334568\" data-gtm-vis-total-visible-time58657871_241=\"100\"\n                data-gtm-vis-has-fired58657871_241=\"1\">\n                <div class=\"header_paragraph\">\n                    Super-fast charging thanks to 800 volt technology\n                <\/div>\n            <\/h3>\n            <h4 class=\"KL9djTe7 title-wrapper-subTitle\" style=\"margin-top: -15px;\">\n                <div>The G6 is based on the latest generation of XPENG\u2019s light and strong EV platform (SEPA 2.0) based on 800 volt technology. This makes the G6 capable of super-fast charging at a fast-charging station, with a charging capacity of up to 280 kW. Charging the battery from 10 to 80% takes less than 20 minutes. You can choose a battery (LFP) of 66 kWh with a 270 mile WLTP driving range or a battery (NCM) with a net capacity of 87.5 kWh and 354 miles WLTP driving range.\n                <\/div>\n            <\/h4>\n        <\/div>\n        <div class=\" p7_custom-bg lazy Az-q8kti entered loaded\"\n            data-bg=\"https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-31\/ee4c1ce333d7424eb81288e218d664e7.jpg\"\n            data-ll-status=\"loaded\"\n            style=\"background-image: url(&quot;https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-31\/ee4c1ce333d7424eb81288e218d664e7.jpg&quot;); margin-top: -15px;\">\n        <\/div>\n    <\/div>\n\n    <div class=\" p4_custom-bg  lazy full-page-with-top-menu uUw8GSOd entered loaded\"\n        data-bg=\"https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-28\/5812e634ad8f4feba994adbdaf8b804f.jpg\"\n        data-ll-status=\"loaded\"\n        style=\"background-image: url(&quot;https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-28\/5812e634ad8f4feba994adbdaf8b804f.jpg&quot;);\">\n        <div class=\"body OVXJVetp\">\n            <div class=\"eZFVaNVR text-display CxkT+OvM model-center-text\">\n                <div class=\"text-display-sub-title-container\">\n\n                    <div class=\"_73la0dYd text-display-sub-title\"\n                        style=\"translate: none; rotate: none; scale: none; transform: translate(0px, 0px); opacity: 1;\">\n                        <div class=\"b+Sp+hLD fonted title\">\n                            <div  class=\"Expect_the_unthinkable header_paragraph_white\" style=\"margin-left: -10px; margin-top: -20px;\" >\n                                Surprisingly a lot of space\n                            <\/div>\n                        <\/div>\n                        <div class=\" Expect_the_unthinkable _8rM3tlc7 sub-title\" style=\" margin-top: -80px; text-align: center;\">\n                            <div>The generous wheelbase of 2.89 metres and the smart interior design ensure sufficient leg and headroom. With a boot offering 571 litres of storage, convenience meets sophistication.\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n\n\n    <div class=\"-MsteyXi\">\n        <div class=\"n1keNi07\">\n            <h3 class=\"_3UgFVRV4\" data-gtm-vis-first-on-screen58657871_238=\"7332030\"\n                data-gtm-vis-first-on-screen58657871_241=\"7332035\" data-gtm-vis-recent-on-screen58657871_238=\"7334564\"\n                data-gtm-vis-total-visible-time58657871_238=\"100\" data-gtm-vis-has-fired58657871_238=\"1\"\n                data-gtm-vis-recent-on-screen58657871_241=\"7334568\" data-gtm-vis-total-visible-time58657871_241=\"100\"\n                data-gtm-vis-has-fired58657871_241=\"1\">\n                <div   class=\"header_paragraph\" style=\"margin-top: -30px !important; \">\n                    X-HP3.0 thermal management system\n                <\/div>\n            <\/h3>\n            <h4 class=\"KL9djTe7 title-wrapper-subTitle\" style=\"margin-top: -30px;\">\n                <div>Experience the innovation with the G6\u2019s X-HP3.0 thermal management system. The intelligent distribution, unparalleled efficiency and energy-saving power, ensures that the ride remains optimised and environmentally friendly at every turn. With heat pump air conditioning standard in all models, you enjoy perfect climate control while minimising energy consumption.\n                <\/div>\n            <\/h4>\n        <\/div>\n        <div class=\"lazy Az-q8kti entered loaded\"\n            data-bg=\"https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-28\/60a4960eb86243b5ba8f9d2aa35a988e.jpg\"\n            data-ll-status=\"loaded\"\n            style=\"background-image: url(&quot;https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-28\/60a4960eb86243b5ba8f9d2aa35a988e.jpg&quot;); margin-top: -15px;\">\n        <\/div>\n    <\/div>\n\n\n    <div class=\"p6_custom-bg lazy full-page-with-top-menu uUw8GSOd entered loaded\"\n        data-bg=\"https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-09-14\/a84bc5bb21e043ea976cdf6d323e9881.jpg\"\n        data-ll-status=\"loaded\"\n        style=\"background-image: url(&quot;https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-09-14\/a84bc5bb21e043ea976cdf6d323e9881.jpg&quot;);\">\n        <div class=\"body OVXJVetp\">\n            <div class=\"eZFVaNVR text-display CxkT+OvM model-center-text\">\n                <div class=\"text-display-sub-title-container\">\n\n                    <div\n                        class=\"index-module__textDisplay--eZFVaNVR text-display index-module__container--FuijzAr9 model-center-text\">\n                        <div class=\"text-display-sub-title-container\">\n                            <div class=\"index-module__subTitle--73la0dYd text-display-sub-title\"\n                                style=\"color: rgb(255, 255, 255); translate: none; rotate: none; scale: none; transform: translate(0px, 0px); opacity: 1;\">\n                                <div class=\"Expect_the_unthinkable index-module__topSubTitle--G-SZE-VT top-sub-title\" _msttexthash=\"506142\"\n                                    _msthash=\"50\" style=\"font-family: 'basis_grotesque_regular';\">\n                                    Electrical superiority<\/div>\n                            <\/div>\n                            <div class=\"\"\n                                style=\"color: rgb(255, 255, 255); translate: none; rotate: none; scale: none; transform: translate(0px, 0px); opacity: 1;\">\n                                <div class=\" header_paragraph_white Expect_the_unthinkable\" _msttexthash=\"960128\" _msthash=\"51\">Charge from 10% to 80% in less than 20 minutes<\/div>\n                            <\/div>\n                            <div class=\"\"\n                                style=\"color: rgb(255, 255, 255); translate: none; rotate: none; scale: none; transform: translate(0px, 0px); opacity: 1;\">\n                                <div class=\"index-module__subTitle--k9ucJXZJ sub-title\" _msttexthash=\"61420385\"\n                                    _msthash=\"52\" style=\"font-family: 'basis_grotesque_regular';\">\n                                    With ultra-low energy consumption and a reliable driving range of 354 mile WLTP, you can enjoy long journeys. The G6 is capable of super-fast charging at a fast-charging station, with a charging capacity of up to 280 kW. Charging the battery from 10 to 80% takes less than 20 minutes.\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div style=\"display: flex;  flex-direction: column; height: max-content; width: auto;\">\n\n        <!-- First Swiper -->\n        <div class=\"swiper-container\" id=\"mySwiper1\">\n            <div class=\"swiper-wrapper\">\n                <div class=\"swiper-slide\"\n                    style=\"width: 495px; display: flex; flex-direction: column; align-items: center;\">\n                    <div class=\"JnytOMdo zvRU+cug auto-fit-img\">\n                        <picture>\n                            <source media=\"(min-width: 1900px)\"\n                                data-srcset=\"https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-28\/3c78794d79fd4501b11420a429d0e541.jpg\"\n                                srcset=\"https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-28\/3c78794d79fd4501b11420a429d0e541.jpg\">\n                            <img decoding=\"async\" class=\"xFmdDrOy lazy entered loaded\"\n                                data-src=\"https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-28\/3c78794d79fd4501b11420a429d0e541.jpg\"\n                                data-ll-status=\"loaded\"\n                                src=\"https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-28\/3c78794d79fd4501b11420a429d0e541.jpg\">\n                        <\/picture>\n                    <\/div>\n                    <div class=\"n1keNi07 RKFvFMQ- swiperContent\">\n                        <h3 class=\"b+Sp+hLD title _3UgFVRV4D_black\">Xmart control system<\/h3>\n                        <h4 class=\" title-wrapper-subTitle title-wrapper-subTitle-custom\"\n                            style=\"font-family: 'basis_grotesque_regular'\">Revolutionise your drive with Xmart OS, XPENG\u2019s advanced operating system that powers the G6\u2019s infotainment system. Experience the seamless integration of comfort-enhancing functions and XPILOT ASSIST driver assistance systems as standard. Stay in control with essential driving information displayed on a sleek 10.2-inch screen, right in your line of sight.<\/h4>\n                    <\/div>\n                <\/div>\n\n                <div class=\"swiper-slide\"\n                    style=\"width: 495px; display: flex; flex-direction: column; align-items: center;\">\n                    <div class=\"JnytOMdo zvRU+cug auto-fit-img\">\n                        <picture>\n                            <source media=\"(min-width: 1920px)\"\n                                data-srcset=\"https:\/\/a-cdn.heyxpeng.com\/www\/public\/static\/img\/p7-p8-1-new@2x.d9d8e0f4.jpg\"\n                                srcset=\"https:\/\/a-cdn.heyxpeng.com\/www\/public\/static\/img\/p7-p8-1-new@2x.d9d8e0f4.jpg\">\n                            <img decoding=\"async\" class=\"xFmdDrOy lazy entered loaded\"\n                                data-src=\"https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-28\/aa73429cc22c498e947a3b1ed76fc238.jpg\"\n                                data-ll-status=\"loaded\"\n                                src=\"https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-28\/aa73429cc22c498e947a3b1ed76fc238.jpg\">\n                        <\/picture>\n                    <\/div>\n                    <div class=\"n1keNi07 RKFvFMQ- swiperContent\">\n                        <h3 class=\"b+Sp+hLD title _3UgFVRV4D_black\">Voice Assistant<\/h3>\n                        <h4 class=\" title-wrapper-subTitle title-wrapper-subTitle-custom\"\n                            style=\"font-family: 'basis_grotesque_regular';\">The G6 features our enhanced voice assistant that can understand and respond to complex commands from all four zones of the car, even without a network connection.\n\n                        <\/h4>\n                    <\/div>\n                <\/div>\n                <div class=\"swiper-slide\"\n                    style=\"width: 495px; display: flex; flex-direction: column; align-items: center;\">\n                    <div class=\"JnytOMdo zvRU+cug auto-fit-img\">\n                        <picture>\n                            <source media=\"(min-width: 1920px)\"\n                                data-srcset=\"https:\/\/a-cdn.heyxpeng.com\/www\/public\/static\/img\/p7-p8-2-new@2x.2a473862.jpg\"\n                                srcset=\"https:\/\/a-cdn.heyxpeng.com\/www\/public\/static\/img\/p7-p8-2-new@2x.2a473862.jpg\">\n                            <img decoding=\"async\" class=\"xFmdDrOy lazy entered loaded\"\n                                data-src=\"https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-08-29\/4f996ac5750d42b5b7c0960415cc4f6e.jpg\"\n                                data-ll-status=\"loaded\"\n                                src=\"https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-08-29\/4f996ac5750d42b5b7c0960415cc4f6e.jpg\">\n                        <\/picture>\n                    <\/div>\n                    <div class=\"n1keNi07 RKFvFMQ- swiperContent\">\n                        <h3 class=\"b+Sp+hLD title _3UgFVRV4D_black\">OTA updates \u2074<\/h3>\n                        <h4 class=\"KL9djTe7 title-wrapper-subTitle title-wrapper-subTitle-custom\"\n                            style=\"font-family: 'basis_grotesque_regular'; \">Over-the-air (OTA) software and firmware updates help continuously improve Xmart OS, XPILOT ASSIST, and overall driving performance. These automatic updates keep your XPENG in top condition. From adding features to Xmart OS to optimising air conditioning. In many cases, OTA updates will save you a trip to the XPENG Centre.<\/h4>\n                    <\/div>\n                <\/div>\n                <div class=\"swiper-slide\"\n                    style=\"width: 495px; display: flex; flex-direction: column; align-items: center;\">\n                    <div class=\"JnytOMdo zvRU+cug auto-fit-img\">\n                        <picture>\n                            <source media=\"(min-width: 1920px)\"\n                                data-srcset=\"https:\/\/a-cdn.heyxpeng.com\/www\/public\/static\/img\/p7-p8-3-new@2x.165ec16e.jpg\"\n                                srcset=\"https:\/\/a-cdn.heyxpeng.com\/www\/public\/static\/img\/p7-p8-3-new@2x.165ec16e.jpg\">\n                            <img decoding=\"async\" class=\"xFmdDrOy lazy entered loaded\"\n                                data-src=\"https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-30\/5443f0cd6064468396392b43d3f37c4d.jpg\"\n                                data-ll-status=\"loaded\"\n                                src=\"https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-30\/5443f0cd6064468396392b43d3f37c4d.jpg\">\n                        <\/picture>\n                    <\/div>\n\n                    <div class=\"n1keNi07 RKFvFMQ- swiperContent\">\n                        <h3 class=\"b+Sp+hLD title _3UgFVRV4D_black_App\">XPENG App<\/h3>\n                        <h4 class=\" title-wrapper-subTitle title-wrapper-subTitle-custom\"\n                            style=\"font-family: 'basis_grotesque_regular'; \">The XPENG App allows drivers to remotely lock and unlock their car, view battery status and control other useful functions.\n\n                        <\/h4>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n\n            <!-- Add Pagination -->\n            <div class=\"swiper-pagination\"><\/div>\n            <!-- Add Navigation -->\n            <div class=\"swiper-button-next\"><\/div>\n            <div class=\"swiper-button-prev\"><\/div>\n\n\n        <\/div>\n\n    <\/div>\n\n\n\n\n\n\n    <!-- Link Swiper's JS -->\n    <script src=\"https:\/\/unpkg.com\/swiper\/swiper-bundle.min.js\"><\/script>\n\n    <script>\n        var swiper1 = new Swiper('#mySwiper1', {\n            direction: 'horizontal',\n            edgeSwipeDetection: true,\n            resistance: false,\n            slidesPerView: 1,\n            edgeSwipeThreshold: 120,\n            grabCursor: true,\n            spaceBetween: 0,\n            \/\/ autoplay: {\n            \/\/     disableOnInteraction: false,\n            \/\/     pauseOnMouseEnter: true,\n            \/\/     delay: 1000, \/\/ Auto move every second (1000 milliseconds) Slider1\n            \/\/ },\n            slideToClickedSlide: true,\n            touchReleaseOnEdges: true,\n            loop: true,\n            speed: 800, \/\/ Smooth transition speed\n            pagination: {\n                el: '.swiper-pagination',\n                clickable: true,\n            },\n            navigation: {\n                nextEl: '.swiper-button-next',\n                prevEl: '.swiper-button-prev',\n            },\n            scrollbar: {\n                el: '.swiper-scrollbar',\n                hide: true,\n            },\n\n\n        });\n\n\n        \/\/ Add event listeners for custom cursor on both Swipers\n        var swiperContainers = [document.getElementById('mySwiper1')];\n\n        swiperContainers.forEach(function (swiperContainer, index) {\n            swiperContainer.addEventListener('mouseenter', function () {\n                swiperContainer.style.cursor = 'url(https:\/\/xpeng.rayaauto.com\/wp-content\/uploads\/2024\/05\/prvarrow.png), auto';\n            });\n            swiperContainer.addEventListener('mouseleave', function () {\n                swiperContainer.style.cursor = 'auto';\n            });\n            swiperContainer.addEventListener('click', function (event) {\n                var screenWidth = window.innerWidth;\n                var clickX = event.clientX;\n                var swiperInstance;\n\n                \/\/ Determine which swiper instance to use based on index\n                if (index === 0) {\n                    swiperInstance = swiper1;\n                } else if (index === 1) {\n                    swiperInstance = swiper2;\n                } else {\n                    swiperInstance = swiper3;\n                }\n\n                \/\/ Check if the click occurred on the left side of the screen\n                if (clickX < screenWidth \/ 2) {\n                    swiperContainer.style.cursor = 'auto';\n                    swiperInstance.slideNext();\n                }\n\n                \/\/ Check if the click occurred on the right side of the screen\n                if (clickX >= screenWidth \/ 2) {\n                    swiperContainer.style.cursor = 'auto';\n                    swiperInstance.slidePrev();\n                }\n            });\n        });\n    <\/script>\n\n    <div style=\"height: fit-content ; display:flex;\">\n        <style>\n            .swiperContent {\n                margin: 5%;\n            }\n\n            .tab-container2 {\n                width: 100%;\n                max-width: 800px;\n                margin: 0 auto;\n                background: none;\n                padding: 20px;\n            }\n\n            .tabs {\n                display: flex;\n                justify-content: space-around;\n                border-bottom: 2px solid #ccc;\n\n            }\n\n            .tab-button {\n                background: none;\n                border: none;\n                padding: 5px 5px;\n                cursor: pointer;\n                font-size: 14px;\n                transition: color 0.3s, border-bottom 0.3s;\n            }\n\n            .tab-button:hover,\n            .tab-button.active {\n                opacity: 1;\n                color: #A4CE4C !important;\n                border-bottom: 2px solid #A4CE4C !important;\n            }\n\n            .tab-content {\n                display: none;\n                animation: cutout 0.5s;\n            }\n\n            .tab-content.active {\n                display: block;\n            }\n\n            @keyframes fadeIn {\n                from {\n                    opacity: 0;\n                }\n\n                to {\n                    opacity: 1;\n                }\n            }\n\n            img {\n                width: 100%;\n                height: auto;\n                border-radius: 8px;\n                margin-bottom: 20px;\n            }\n\n            .image-container {\n                position: relative;\n                display: inline-block;\n            }\n\n            .image-container img {\n                display: block;\n            }\n\n            .image-container {\n                position: relative;\n                display: inline-block;\n            }\n\n            .image-container img {\n                display: block;\n            }\n\n            .arrow {\n                position: absolute;\n                top: 50%;\n                transform: translateY(-50%);\n                cursor: pointer;\n                width: 48px;\n                height: 48px;\n            }\n\n            .arrow-left {\n                left: 10px;\n            }\n\n            .arrow-right {\n                right: 10px;\n            }\n\n            @media (min-width: 550px) {\n                .swiper-container {\n                    display: none;\n                }\n\n            }\n\n            @media (max-width: 550px) {\n                .tab-container2 {\n                    display: none;\n                    \/* Adjust padding for mobile view *\/\n                }\n\n            }\n\n\n            .custom {\n                margin-top: 1px;\n            }\n        <\/style>\n        <div class=\"tab-container2\">\n\n\n\n            <div class=\"tab-content active\" id=\"tab1\">\n                <div class=\"image-container\">\n                    <img decoding=\"async\" src=\"https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-28\/3c78794d79fd4501b11420a429d0e541.jpg\"\n                        alt=\"Interior 1\">\n                    <img id=\"arrow-left-1\" class=\"arrow arrow-left\" decoding=\"async\"\n                        src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSByPSIyNCIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgMCAwIDEgMjQgMjQpIiBmaWxsPSJibGFjayIgZmlsbC1vcGFjaXR5PSIwLjMiLz4KPHBhdGggZD0iTTE3IDI0LjAwNjlMMjUuNjYwMyAxNUgyOUwyMC4zNTMgMjQuMDA3TDI5IDMzSDI1LjYzNjdMMTcgMjQuMDA2OVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=\">\n                    <img id=\"arrow-right-1\" class=\"arrow arrow-right\" decoding=\"async\"\n                        src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjQiIGN5PSIyNCIgcj0iMjQiIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjAuMyIvPgo8cGF0aCBkPSJNMzEgMjQuMDA2OUwyMi4zMzk3IDE1SDE5TDI3LjY0NyAyNC4wMDdMMTkgMzNIMjIuMzYzM0wzMSAyNC4wMDY5WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==\">\n                <\/div>\n\n                <div class=\"tabs\">\n                    <button class=\"tab-button active\" data-tab=\"tab1\"\n                        style=\"font-family: 'basis_grotesque_regular';\">Xmart control system<\/button>\n                    <button class=\"tab-button \" data-tab=\"tab2\" style=\"font-family: 'basis_grotesque_regular';\">Voice Assistant<\/button>\n                    <button class=\"tab-button\" data-tab=\"tab3\" style=\"font-family: 'basis_grotesque_regular';\">OTA\n                        updates \u2074<\/button>\n                    <button class=\"tab-button\" data-tab=\"tab4\" style=\"font-family: 'basis_grotesque_regular';\">XPENG app<\/button>\n                <\/div>\n\n\n                <div class=\"custom-tabcontent\">\n                    <p style=\"font-family: 'basis_grotesque_regular'; text-align: center;\">Revolutionise your drive with Xmart OS, XPENG\u2019s advanced operating system that powers the G6\u2019s infotainment system. Experience the seamless integration of comfort-enhancing functions and XPILOT ASSIST driver assistance systems as standard. Stay in control with essential driving information displayed on a sleek 10.2-inch screen, right in your line of sight.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"tab-content\" id=\"tab2\">\n                <div class=\"image-container\">\n                    <img decoding=\"async\" src=\"https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-28\/aa73429cc22c498e947a3b1ed76fc238.jpg\"\n                        alt=\"Interior 2\">\n                    <img id=\"arrow-left-2\" class=\"arrow arrow-left\" decoding=\"async\"\n                        src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSByPSIyNCIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgMCAwIDEgMjQgMjQpIiBmaWxsPSJibGFjayIgZmlsbC1vcGFjaXR5PSIwLjMiLz4KPHBhdGggZD0iTTE3IDI0LjAwNjlMMjUuNjYwMyAxNUgyOUwyMC4zNTMgMjQuMDA3TDI5IDMzSDI1LjYzNjdMMTcgMjQuMDA2OVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=\">\n                    <img id=\"arrow-right-2\" class=\"arrow arrow-right\" decoding=\"async\"\n                        src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjQiIGN5PSIyNCIgcj0iMjQiIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjAuMyIvPgo8cGF0aCBkPSJNMzEgMjQuMDA2OUwyMi4zMzk3IDE1SDE5TDI3LjY0NyAyNC4wMDdMMTkgMzNIMjIuMzYzM0wzMSAyNC4wMDY5WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==\">\n                <\/div>\n\n\n                <div class=\"tabs\">\n                    <button class=\"tab-button\" data-tab=\"tab1\" style=\"font-family: 'basis_grotesque_regular';\">Xmart control system<\/button>\n                    <button class=\"tab-button\" data-tab=\"tab2\" style=\"font-family: 'basis_grotesque_regular';\"\n                        id=\"tab2-BTN\">Voice Assistant<\/button>\n                    <button class=\"tab-button\" data-tab=\"tab3\" style=\"font-family: 'basis_grotesque_regular';\">OTA\n                        updates \u2074<\/button>\n                    <button class=\"tab-button\" data-tab=\"tab4\" style=\"font-family: 'basis_grotesque_regular';\">XPENG app<\/button>\n                <\/div>\n\n\n                <div class=\"custom-tabcontent\">\n                    <p style=\"font-family: 'basis_grotesque_regular'; text-align: center;\">The G6 features our enhanced voice assistant that can understand and respond to complex commands from all four zones of the car, even without a network connection.\n\n                    <\/p>\n                <\/div>\n            <\/div>\n            <div class=\"tab-content\" id=\"tab3\">\n                <div class=\"image-container\">\n                    <img decoding=\"async\" src=\"https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-08-29\/4f996ac5750d42b5b7c0960415cc4f6e.jpg\"\n                        alt=\"Interior 3\">\n                    <img id=\"arrow-left-3\" class=\"arrow arrow-left\" decoding=\"async\"\n                        src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSByPSIyNCIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgMCAwIDEgMjQgMjQpIiBmaWxsPSJibGFjayIgZmlsbC1vcGFjaXR5PSIwLjMiLz4KPHBhdGggZD0iTTE3IDI0LjAwNjlMMjUuNjYwMyAxNUgyOUwyMC4zNTMgMjQuMDA3TDI5IDMzSDI1LjYzNjdMMTcgMjQuMDA2OVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=\">\n                    <img id=\"arrow-right-3\" class=\"arrow arrow-right\" decoding=\"async\"\n                        src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjQiIGN5PSIyNCIgcj0iMjQiIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjAuMyIvPgo8cGF0aCBkPSJNMzEgMjQuMDA2OUwyMi4zMzk3IDE1SDE5TDI3LjY0NyAyNC4wMDdMMTkgMzNIMjIuMzYzM0wzMSAyNC4wMDY5WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==\">\n                <\/div>\n\n\n                <div class=\"tabs\">\n                    <button class=\"tab-button\" data-tab=\"tab1\" style=\"font-family: 'basis_grotesque_regular';\">Xmart control system<\/button>\n                    <button class=\"tab-button\" data-tab=\"tab2\" style=\"font-family: 'basis_grotesque_regular';\"\n                        id=\"tab2-BTN\">Voice Assistant<\/button>\n                    <button class=\"tab-button\" data-tab=\"tab3\" style=\"font-family: 'basis_grotesque_regular';\"\n                        id=\"tab3-BTN\">OTA updates \u2074<\/button>\n                    <button class=\"tab-button\" data-tab=\"tab4\" style=\"font-family: 'basis_grotesque_regular';\">XPENG app<\/button>\n                <\/div>\n\n                <div class=\"custom-tabcontent\">\n                    <p style=\"font-family: 'basis_grotesque_regular'; text-align: center;\">Over-the-air (OTA) software and firmware updates help continuously improve Xmart OS, XPILOT ASSIST, and overall driving performance. These automatic updates keep your XPENG in top condition. From adding features to Xmart OS to optimising air conditioning. In many cases, OTA updates will save you a trip to the XPENG Centre.<\/p>\n\n                <\/div>\n\n            <\/div>\n            <div class=\"tab-content\" id=\"tab4\">\n                <div class=\"image-container\">\n                    <img decoding=\"async\" src=\"https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-03-30\/5443f0cd6064468396392b43d3f37c4d.jpg\"\n                        alt=\"Interior 4\">\n                    <img id=\"arrow-left-4\" class=\"arrow arrow-left\" decoding=\"async\"\n                        src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSByPSIyNCIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgMCAwIDEgMjQgMjQpIiBmaWxsPSJibGFjayIgZmlsbC1vcGFjaXR5PSIwLjMiLz4KPHBhdGggZD0iTTE3IDI0LjAwNjlMMjUuNjYwMyAxNUgyOUwyMC4zNTMgMjQuMDA3TDI5IDMzSDI1LjYzNjdMMTcgMjQuMDA2OVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=\">\n                    <img id=\"arrow-right-4\" class=\"arrow arrow-right\" decoding=\"async\"\n                        src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjQiIGN5PSIyNCIgcj0iMjQiIGZpbGw9ImJsYWNrIiBmaWxsLW9wYWNpdHk9IjAuMyIvPgo8cGF0aCBkPSJNMzEgMjQuMDA2OUwyMi4zMzk3IDE1SDE5TDI3LjY0NyAyNC4wMDdMMTkgMzNIMjIuMzYzM0wzMSAyNC4wMDY5WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==\">\n                <\/div>\n\n                <div class=\"tabs\">\n                    <button class=\"tab-button\" data-tab=\"tab1\" style=\"font-family: 'basis_grotesque_regular';\">Xmart control system<\/button>\n                    <button class=\"tab-button\" data-tab=\"tab2\" style=\"font-family: 'basis_grotesque_regular';\"\n                        id=\"tab2-BTN\">Voice Assistant<\/button>\n                    <button class=\"tab-button\" data-tab=\"tab3\" style=\"font-family: 'basis_grotesque_regular';\"\n                        id=\"tab3-BTN\">OTA updates \u2074<\/button>\n                    <button class=\"tab-button\" data-tab=\"tab4\" style=\"font-family: 'basis_grotesque_regular';\"\n                        id=\"tab4-BTN\">XPENG app<\/button>\n                <\/div>\n\n\n\n                <div class=\"custom-tabcontent\">\n\n                    <p style=\"font-family: 'basis_grotesque_regular'; text-align: center;\">The XPENG App allows drivers to remotely lock and unlock their car, view battery status and control other useful functions.\n                    <\/p>\n\n                <\/div>\n\n            <\/div>\n        <\/div>\n\n        <script>\n            document.addEventListener('DOMContentLoaded', () => {\n                const tabs = document.querySelectorAll('.tab-button');\n                const contents = document.querySelectorAll('.tab-content');\n\n                function showTab(target) {\n                    tabs.forEach(t => t.classList.remove('active'));\n                    contents.forEach(content => content.classList.remove('active'));\n\n\n                    document.querySelector(`.tab-button[data-tab=\"${target}\"]`).classList.add('active');\n                    document.getElementById(target).classList.add('active');\n                    document.getElementById(target + \"-BTN\").classList.add('active');\n\n                }\n\n                tabs.forEach(tab => {\n                    tab.addEventListener('click', () => {\n                        const target = tab.getAttribute('data-tab');\n                        showTab(target);\n                    });\n                });\n\n                const arrowLefts = document.querySelectorAll('.arrow-left');\n                const arrowRights = document.querySelectorAll('.arrow-right');\n\n                arrowLefts.forEach(arrowLeft => {\n                    arrowLeft.addEventListener('click', () => {\n                        const activeTab = document.querySelector('.tab-button.active');\n                        const prevTab = activeTab.previousElementSibling;\n                        if (prevTab) {\n                            const target = prevTab.getAttribute('data-tab');\n                            showTab(target);\n                        }\n                    });\n                });\n\n                arrowRights.forEach(arrowRight => {\n                    arrowRight.addEventListener('click', () => {\n                        const activeTab = document.querySelector('.tab-button.active');\n                        const nextTab = activeTab.nextElementSibling;\n                        if (nextTab) {\n                            const target = nextTab.getAttribute('data-tab');\n                            showTab(target);\n                        }\n                    });\n                });\n            });\n        <\/script>\n\n\n    <\/div>\n\n\n    <\/div>\n\n    <br><br><br><br>\n\n    <div class=\"p5_custom-bg lazy full-page-with-top-menu uUw8GSOd g9-xopera-page entered loaded\"\n        data-bg=\"https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-09-14\/2fe3230011c64936b4d4bb984f5e3722.jpg\"\n        data-ll-status=\"loaded\"\n        style=\"background-image: url(&quot;https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-09-14\/2fe3230011c64936b4d4bb984f5e3722.jpg&quot;);\">\n        <div class=\"body OVXJVetp\">\n            <div class=\"eZFVaNVR text-display CxkT+OvM model-center-text\">\n                <div class=\"text-display-sub-title-container\">\n\n                    <div class=\"_73la0dYd text-display-sub-title\"\n                        style=\"translate: none; rotate: none; scale: none; transform: translate(0px, 0px); opacity: 1;\">\n                        <div class=\" Expect_the_unthinkable b+Sp+hLD fonted title\">\n                            <div class=\"header_paragraph_white\">\n                                Everything you want is already included\n                            <\/div>\n                        <\/div>\n                        <div class=\" Expect_the_unthinkable _8rM3tlc7 sub-title\" style=\"margin-top: -60px; text-align: center;\">\n                            <div>If you look at the specification list for the G6, it is clear that it has a lot to offer in terms of equipment. The G6&#8217;s extensive specification list reveals an impressive amount of standard equipment to cover almost every imaginable need. From the impressive panoramic glass roof and the luxurious, comfortable leatherette seats with heating and cooling, to the heated steering wheel and the extensive camera and sensor functions that contribute to our XPILOT ASSIST safety system \u2013 everything is designed to enhance your driving experience and safety. The front of the cabin also features two 50W wireless chargers for your phones and four USB-C ports that provide enough power to charge any electronic device, including computers.\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n\n    <div class=\"fqoocdue r-LcsBQP VPw0+tgy\" style=\"background-color:\">\n        <div class=\"eO4wNdCc animation-bg-content\">\n            <div class=\"Qjaj3DQU\">\n                <div class=\"full-page-with-top-menu V+GQp27e\" style=\"height: fit-content ; display:flex;\">\n                    <style>\n                        .inline-container {\n                            display: flex;\n                            align-items: center;\n                            \/* Align items vertically in the center *\/\n                            justify-content: flex-start;\n                            width: 100%;\n                            padding-left: 15% !important;\n                            padding-right: 15% !important;\n                            \/* Align items horizontally at the start *\/\n                        }\n\n                        .inline-container img {\n                            margin-right: 10px;\n                            \/* Space between image and text *\/\n                        }\n\n                        \/* Media query to disable the flexbox effect on mobile view *\/\n                        @media (max-width: 980px) {\n                            .inline-container {\n                                flex-direction: column;\n                                \/* Stack items vertically *\/\n                                align-items: center !important;\n                                padding: 0% !important;\n                                \/* Align items horizontally at the start *\/\n                            }\n\n                            .inline-container img {\n                                margin-bottom: 10px;\n                                \/* Space between image and text *\/\n                                margin-right: 0;\n                                \/* Remove right margin *\/\n                            }\n                        }\n\n                        .container {\n                            width: 100%;\n                            margin: auto;\n                            padding: 20px;\n                        }\n\n                        h1 {\n                            font-size: 2em;\n                            margin-bottom: 20px;\n                        }\n\n                        .tabs2 {\n                            display: flex;\n                            justify-content: center;\n                            \/* Adjust as needed *\/\n                            font-family: 'basis_grotesque_regular';\n                        }\n\n                        .tablink {\n                            background-color: #333;\n                            color: white;\n                            border: none;\n                            outline: none;\n                            cursor: pointer;\n                            font-size: 12px;\n                            transition: background-color 0.3s;\n                            border-radius: 60px;\n                            padding-left: 2.5%;\n                            padding-right: 2.5%;\n                            padding-top: 0.1%;\n                            padding-bottom: 0.1%;\n                            \/* Add padding to top and bottom, adjust as needed *\/\n                            margin: 0 5px;\n                            \/* Adjust margin as needed *\/\n                        }\n\n                        .tablink:hover {\n                            background-color: #555;\n                            color: #A4CE4C;\n                        }\n\n                        .tablink.active {\n                            background-color: #fff;\n                            color: #000;\n                            border: 2px solid #fff;\n                        }\n\n                        @media (max-width: 550px) {\n                            .tabs2 {\n                                padding: 5px;\n                                \/* Adjust padding for mobile view *\/\n                            }\n\n                            .tablink {\n                                font-size: 11px;\n                                min-width: fit-content;\n                                height: fit-content;\n                                margin-left: 0;\n                                padding-left: 2.5%;\n                                padding-right: 2.5%;\n\n\n\n                                \/* Increase font size for better readability on mobile *\/\n\n                            }\n\n                            .car-image {\n                                width: 100% !important;\n                                height: 100% !important;\n                            }\n                        }\n\n\n                        .tabcontent {\n                            width: fit-content;\n                            display: flex;\n                        }\n\n                        .car-specs {\n                            display: flex;\n                            justify-content: center;\n                            align-items: flex-start;\n                            padding: 12px 0;\n                            margin: 12px 0;\n                        }\n\n                        .car-image {\n                            max-width: 40%;\n                            width: auto;\n                            height: auto;\n                        }\n\n                        .specs {\n                            text-align: left;\n                            padding-right: 150px;\n                            display: flex;\n                            flex-direction: column;\n                        }\n\n                        .specs p {\n                            position: initial;\n                            font-size: 11.5917px;\n                            font-family: 'basis_grotesque_regular';\n                        }\n\n                        .car-image {\n                            width: 50%;\n                            height: 50%;\n                        }\n                        .Qjaj3DQU{\n                            height: 90%;\n                            background-color: #101013;\n                        }\n                    <\/style>\n\n\n\n\n                    <div class=\"container-tap\" style=\"height: 90%; box-sizing: inherit;\">\n                        <h1 style=\"color: #fff;  font-weight: bold;\">G6 SPECIFICATION<\/h1>\n                        <div class=\"tabs2\">\n                            <button class=\"tablink\" onclick=\"openTab(event, 'RWD')\">RWD Standard Range<\/button>\n                            <button class=\"tablink\" onclick=\"openTab(event, 'AWD')\">RWD Long Range<\/button>\n                        <\/div>\n\n                        <div id=\"RWD\" class=\"tabcontent\">\n                            <div class=\"car-specs\">\n\n                                <div class=\"inline-container\">\n                                    <img decoding=\"async\" src=\"https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-04-02\/27a097d02319436d82aef41bfa1d0859.png\"\n                                        alt=\"G6 Car\" class=\"car-image\">\n                                    <div class=\"ant-descriptions Q1f6KP0w\">\n                                        <div class=\"ant-descriptions-view\">\n                                            <table>\n                                                <tbody>\n                                                    <tr class=\"ant-descriptions-row\">\n                                                        <th class=\"ant-descriptions-item\" colspan=\"1\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-label ant-descriptions-item-no-colon colored-label\"><span>\n                                                                        <font _mstmutation=\"1\" _msttexthash=\"199472\"\n                                                                            _msthash=\"69\">Wheelbase (mm)<\/font><sup\n                                                                            _msttexthash=\"4459\" _msthash=\"70\">1<\/sup>\n                                                                    <\/span><\/span><\/div>\n                                                        <\/th>\n                                                        <th class=\"ant-descriptions-item\" colspan=\"1\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-label ant-descriptions-item-no-colon colored-label\"><span>\n                                                                        <font _mstmutation=\"1\" _msttexthash=\"557193\"\n                                                                            _msthash=\"71\">Length \u00d7 Width \u00d7 Height\n                                                                            (mm)<\/font><sup _msttexthash=\"4459\"\n                                                                            _msthash=\"72\">1<\/sup>\n                                                                    <\/span><\/span><\/div>\n                                                        <\/th>\n                                                    <\/tr>\n                                                    <tr class=\"ant-descriptions-row\">\n                                                        <td class=\"ant-descriptions-item\" colspan=\"1\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-content\">\n                                                                    <div>\n                                                                        <div _msttexthash=\"24427\" _msthash=\"73\"\n                                                                            class=\"colored-label-white\">2890<\/div>\n                                                                    <\/div>\n                                                                <\/span><\/div>\n                                                        <\/td>\n                                                        <td class=\"ant-descriptions-item\" colspan=\"1\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-content\">\n                                                                    <div>\n                                                                        <div _msttexthash=\"127465\" _msthash=\"74\"\n                                                                            class=\"colored-label-white\">4753 \/ 1920 \/\n                                                                            1650<\/div>\n                                                                    <\/div>\n                                                                <\/span><\/div>\n                                                        <\/td>\n                                                    <\/tr>\n                                                    <tr class=\"ant-descriptions-row\">\n                                                        <th class=\"ant-descriptions-item\" colspan=\"1\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-label ant-descriptions-item-no-colon colored-label\"><span>\n                                                                        <font _mstmutation=\"1\" _msttexthash=\"234728\"\n                                                                            _msthash=\"75\">Number of seats<\/font>\n                                                                        <sup _msttexthash=\"4459\" _msthash=\"76\"\n                                                                            class=\"colored-label-white\">1<\/sup>\n                                                                    <\/span><\/span><\/div>\n                                                        <\/th>\n                                                        <th class=\"ant-descriptions-item\" colspan=\"1\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-label ant-descriptions-item-no-colon colored-label\"><span\n                                                                        _msttexthash=\"389987\" _msthash=\"77\">Acceleration\n                                                                        0-100km\/h<\/span><\/span><\/div>\n                                                        <\/th>\n                                                    <\/tr>\n                                                    <tr class=\"ant-descriptions-row\">\n                                                        <td class=\"ant-descriptions-item\" colspan=\"1\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-content\">\n                                                                    <div>\n                                                                        <div _msttexthash=\"4823\" _msthash=\"78\"\n                                                                            class=\"colored-label-white\">5<\/div>\n                                                                    <\/div>\n                                                                <\/span><\/div>\n                                                        <\/td>\n                                                        <td class=\"ant-descriptions-item\" colspan=\"1\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-content\">\n                                                                    <div>\n                                                                        <div _msttexthash=\"31083\" _msthash=\"79\"\n                                                                            class=\"colored-label-white\">6.6 p<\/div>\n                                                                    <\/div>\n                                                                <\/span><\/div>\n                                                        <\/td>\n                                                    <\/tr>\n                                                    <tr class=\"ant-descriptions-row\">\n                                                        <th class=\"ant-descriptions-item\" colspan=\"1\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-label ant-descriptions-item-no-colon colored-label \"><span>\n                                                                        <font _mstmutation=\"1\" _msttexthash=\"202618\"\n                                                                            _msthash=\"80\">Net weight (kg)<\/font>\n                                                                        <sup _msttexthash=\"4459\" _msthash=\"81\">1<\/sup>\n                                                                    <\/span><\/span><\/div>\n                                                        <\/th>\n                                                        <th class=\"ant-descriptions-item\" colspan=\"1\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-label ant-descriptions-item-no-colon colored-label\"><span\n                                                                        _msttexthash=\"160550\" _msthash=\"82\">Driveline\n                                                                    <\/span><\/span><\/div>\n                                                        <\/th>\n                                                    <\/tr>\n                                                    <tr class=\"ant-descriptions-row\">\n                                                        <td class=\"ant-descriptions-item\" colspan=\"1\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-content\">\n                                                                    <div>\n                                                                        <div _msttexthash=\"21632\" _msthash=\"83\"\n                                                                            class=\"colored-label-white\">2025 (without\n                                                                            towbar) \/ 2048 (with towbar)\n                                                                        <\/div>\n                                                                    <\/div>\n                                                                <\/span><\/div>\n                                                        <\/td>\n                                                        <td class=\"ant-descriptions-item\" colspan=\"1\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-content\">\n                                                                    <div>\n                                                                        <div _msttexthash=\"379275\" _msthash=\"84\"\n                                                                            class=\"colored-label-white\">RWD<\/div>\n                                                                    <\/div>\n                                                                <\/span><\/div>\n                                                        <\/td>\n                                                    <\/tr>\n                                                    <tr class=\"ant-descriptions-row\">\n                                                        <th class=\"ant-descriptions-item\" colspan=\"1\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-label ant-descriptions-item-no-colon colored-label\"><span\n                                                                        _msttexthash=\"226213\" _msthash=\"85\">Boot volume\n                                                                        (L)\n                                                                        <sup _msttexthash=\"4459\" _msthash=\"81\">1<\/sup>\n                                                                    <\/span><\/span><\/div>\n                                                        <\/th>\n                                                        <th class=\"ant-descriptions-item\" colspan=\"1\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-label ant-descriptions-item-no-colon colored-label\"><span\n                                                                        _msttexthash=\"423696\" _msthash=\"86\">Infotainment\n                                                                        screens\n                                                                        <sup _msttexthash=\"4459\" _msthash=\"81\">1<\/sup>\n                                                                    <\/span><\/span><\/div>\n                                                        <\/th>\n                                                    <\/tr>\n                                                    <tr class=\"ant-descriptions-row\">\n                                                        <td class=\"ant-descriptions-item\" colspan=\"1\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-content\">\n                                                                    <div>\n                                                                        <div _msttexthash=\"15756\" _msthash=\"87\"\n                                                                            class=\"colored-label-white\">571L (1374L when\n                                                                            the rear seats are folded down)<\/div>\n                                                                    <\/div>\n                                                                <\/span><\/div>\n                                                        <\/td>\n                                                        <td class=\"ant-descriptions-item\" colspan=\"1\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-content\">\n                                                                    <div>\n                                                                        <div _msttexthash=\"943033\" _msthash=\"88\"\n                                                                            class=\"colored-label-white\">10.2&#8243; driver\n                                                                            screen and large 14.96&#8243; central screen<\/div>\n                                                                    <\/div>\n                                                                <\/span><\/div>\n                                                        <\/td>\n                                                    <\/tr>\n                                                    <tr class=\"ant-descriptions-row\">\n                                                        <th class=\"ant-descriptions-item\" colspan=\"2\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-label ant-descriptions-item-no-colon colored-label\"><span\n                                                                        _msttexthash=\"418275\" _msthash=\"89\"\n                                                                        class=\"colored-label\">DC fast charging power\n                                                                        <sup _msttexthash=\"4459\" _msthash=\"81\">1<\/sup>\n                                                                    <\/span><\/span><\/div>\n                                                        <\/th>\n                                                    <\/tr>\n                                                    <tr class=\"ant-descriptions-row\">\n                                                        <td class=\"ant-descriptions-item\" colspan=\"2\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-content\">\n                                                                    <div>\n                                                                        <div _msttexthash=\"108368\" _msthash=\"90\"\n                                                                            class=\"colored-label-white\">215 kW<\/div>\n                                                                    <\/div>\n                                                                <\/span>\n                                                            <\/div>\n                                                        <\/td>\n                                                    <\/tr>\n                                                <\/tbody>\n                                            <\/table>\n                                        <\/div>\n                                    <\/div>\n\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        <style>\n                            \/* Base styles *\/\n\n                            .car-specs {\n                                height: max-content;\n                                display: flex;\n                                flex-direction: column;\n                                align-items: center;\n                            }\n\n                            .car-image {\n                                max-width: 100%;\n                                height: auto;\n                                margin-bottom: 20px;\n                            }\n\n                            .specs-column {\n                                display: flex;\n                                width: 100%;\n                                justify-content: space-between;\n                                box-sizing: border-box;\n                            }\n\n                            .specs {\n                                width: 48%;\n                                padding: 10px;\n                                box-sizing: border-box;\n                            }\n\n                            \/* Responsive styles *\/\n                            @media (max-width: 768px) {\n                                .specs-column {\n                                    flex-direction: row;\n                                    \/* Change to row for horizontal layout *\/\n                                    flex-wrap: wrap;\n                                    \/* Allow wrapping if there isn't enough space *\/\n                                }\n\n                                .specs {\n                                    width: 45%;\n                                    \/* Adjust width to fit two columns *\/\n                                    margin-bottom: 20px;\n                                    \/* Add margin for spacing between rows *\/\n                                }\n\n                                .car-specs {\n                                    align-items: flex-start;\n                                    \/* Align items to the start *\/\n                                }\n                            }\n\n                            @media (max-width: 480px) {\n                                .car-specs {\n                                    flex-direction: column;\n                                    align-items: center;\n                                }\n\n                                .car-image {\n                                    margin: 0 auto 20px auto;\n                                }\n\n                                .specs-column {\n                                    flex-direction: row;\n                                    \/* Change to row for horizontal layout *\/\n                                    flex-wrap: wrap;\n                                    \/* Allow wrapping if there isn't enough space *\/\n                                    justify-content: center;\n                                    \/* Center the content *\/\n                                }\n\n                                .specs {\n                                    width: fit-content;\n                                    text-align: start;\n                                }\n                            }\n                        <\/style>\n\n                        <div id=\"AWD\" class=\"tabcontent\">\n                            <div class=\"car-specs\">\n                                <div class=\"inline-container\">\n                                    <img decoding=\"async\" src=\"https:\/\/s-cdn.xpeng.com\/commoncms\/prod\/2024-04-02\/27a097d02319436d82aef41bfa1d0859.png\"\n                                        alt=\"G6 Car\" class=\"car-image\">\n                                    <div class=\"ant-descriptions Q1f6KP0w\">\n                                        <div class=\"ant-descriptions-view\">\n                                            <table>\n                                                <tbody>\n                                                    <tr class=\"ant-descriptions-row\">\n                                                        <th class=\"ant-descriptions-item\" colspan=\"1\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-label ant-descriptions-item-no-colon colored-label\"><span>\n                                                                        <font _mstmutation=\"1\" _msttexthash=\"199472\"\n                                                                            _msthash=\"69\">Wheelbase (mm)<\/font><sup\n                                                                            _msttexthash=\"4459\" _msthash=\"70\">1<\/sup>\n                                                                    <\/span><\/span><\/div>\n                                                        <\/th>\n                                                        <th class=\"ant-descriptions-item\" colspan=\"1\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-label ant-descriptions-item-no-colon colored-label\"><span>\n                                                                        <font _mstmutation=\"1\" _msttexthash=\"557193\"\n                                                                            _msthash=\"71\">Length \u00d7 Width \u00d7 Height\n                                                                            (mm)<\/font><sup _msttexthash=\"4459\"\n                                                                            _msthash=\"72\">1<\/sup>\n                                                                    <\/span><\/span><\/div>\n                                                        <\/th>\n                                                    <\/tr>\n                                                    <tr class=\"ant-descriptions-row\">\n                                                        <td class=\"ant-descriptions-item\" colspan=\"1\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-content\">\n                                                                    <div>\n                                                                        <div _msttexthash=\"24427\" _msthash=\"73\"\n                                                                            class=\"colored-label-white\">2998<\/div>\n                                                                    <\/div>\n                                                                <\/span><\/div>\n                                                        <\/td>\n                                                        <td class=\"ant-descriptions-item\" colspan=\"1\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-content\">\n                                                                    <div>\n                                                                        <div _msttexthash=\"127465\" _msthash=\"74\"\n                                                                            class=\"colored-label-white\">4888 \/ 1896 \/\n                                                                            1450<\/div>\n                                                                    <\/div>\n                                                                <\/span><\/div>\n                                                        <\/td>\n                                                    <\/tr>\n                                                    <tr class=\"ant-descriptions-row\">\n                                                        <th class=\"ant-descriptions-item\" colspan=\"1\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-label ant-descriptions-item-no-colon colored-label\"><span>\n                                                                        <font _mstmutation=\"1\" _msttexthash=\"234728\"\n                                                                            _msthash=\"75\">Number of seats<\/font>\n                                                                        <sup _msttexthash=\"4459\" _msthash=\"76\"\n                                                                            class=\"colored-label-white\">1<\/sup>\n                                                                    <\/span><\/span><\/div>\n                                                        <\/th>\n                                                        <th class=\"ant-descriptions-item\" colspan=\"1\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-label ant-descriptions-item-no-colon colored-label\"><span\n                                                                        _msttexthash=\"389987\" _msthash=\"77\">Acceleration\n                                                                        0-100km\/h<\/span><\/span><\/div>\n                                                        <\/th>\n                                                    <\/tr>\n                                                    <tr class=\"ant-descriptions-row\">\n                                                        <td class=\"ant-descriptions-item\" colspan=\"1\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-content\">\n                                                                    <div>\n                                                                        <div _msttexthash=\"4823\" _msthash=\"78\"\n                                                                            class=\"colored-label-white\">5<\/div>\n                                                                    <\/div>\n                                                                <\/span><\/div>\n                                                        <\/td>\n                                                        <td class=\"ant-descriptions-item\" colspan=\"1\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-content\">\n                                                                    <div>\n                                                                        <div _msttexthash=\"31083\" _msthash=\"79\"\n                                                                            class=\"colored-label-white\">4.1 s<\/div>\n                                                                    <\/div>\n                                                                <\/span><\/div>\n                                                        <\/td>\n                                                    <\/tr>\n                                                    <tr class=\"ant-descriptions-row\">\n                                                        <th class=\"ant-descriptions-item\" colspan=\"1\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-label ant-descriptions-item-no-colon colored-label \"><span>\n                                                                        <font _mstmutation=\"1\" _msttexthash=\"202618\"\n                                                                            _msthash=\"80\">Net weight (kg)<\/font>\n                                                                        <sup _msttexthash=\"4459\" _msthash=\"81\">1<\/sup>\n                                                                    <\/span><\/span><\/div>\n                                                        <\/th>\n                                                        <th class=\"ant-descriptions-item\" colspan=\"1\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-label ant-descriptions-item-no-colon colored-label\"><span\n                                                                        _msttexthash=\"160550\"\n                                                                        _msthash=\"82\">Powertrain<\/span><\/span><\/div>\n                                                        <\/th>\n                                                    <\/tr>\n                                                    <tr class=\"ant-descriptions-row\">\n                                                        <td class=\"ant-descriptions-item\" colspan=\"1\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-content\">\n                                                                    <div>\n                                                                        <div _msttexthash=\"21632\" _msthash=\"83\"\n                                                                            class=\"colored-label-white\">2020<\/div>\n                                                                    <\/div>\n                                                                <\/span><\/div>\n                                                        <\/td>\n                                                        <td class=\"ant-descriptions-item\" colspan=\"1\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-content\">\n                                                                    <div>\n                                                                        <div _msttexthash=\"379275\" _msthash=\"84\"\n                                                                            class=\"colored-label-white\">All-wheel drive\n                                                                            (AWD)<\/div>\n                                                                    <\/div>\n                                                                <\/span><\/div>\n                                                        <\/td>\n                                                    <\/tr>\n                                                    <tr class=\"ant-descriptions-row\">\n                                                        <th class=\"ant-descriptions-item\" colspan=\"1\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-label ant-descriptions-item-no-colon colored-label\"><span\n                                                                        _msttexthash=\"226213\" _msthash=\"85\">Trunk volume\n                                                                        (L)<\/span><\/span><\/div>\n                                                        <\/th>\n                                                        <th class=\"ant-descriptions-item\" colspan=\"1\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-label ant-descriptions-item-no-colon colored-label\"><span\n                                                                        _msttexthash=\"423696\" _msthash=\"86\">Infotainment\n                                                                        screens<\/span><\/span><\/div>\n                                                        <\/th>\n                                                    <\/tr>\n                                                    <tr class=\"ant-descriptions-row\">\n                                                        <td class=\"ant-descriptions-item\" colspan=\"1\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-content\">\n                                                                    <div>\n                                                                        <div _msttexthash=\"15756\" _msthash=\"87\"\n                                                                            class=\"colored-label-white\">440\/915L (when\n                                                                            the rear seats are folded down)<\/div>\n                                                                    <\/div>\n                                                                <\/span><\/div>\n                                                        <\/td>\n                                                        <td class=\"ant-descriptions-item\" colspan=\"1\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-content\">\n                                                                    <div>\n                                                                        <div _msttexthash=\"943033\" _msthash=\"88\"\n                                                                            class=\"colored-label-white\">14.96&#8221; Central\n                                                                            infotainment screen<\/div>\n                                                                    <\/div>\n                                                                <\/span><\/div>\n                                                        <\/td>\n                                                    <\/tr>\n                                                    <tr class=\"ant-descriptions-row\">\n                                                        <th class=\"ant-descriptions-item\" colspan=\"2\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-label ant-descriptions-item-no-colon colored-label\"><span\n                                                                        _msttexthash=\"418275\" _msthash=\"89\"\n                                                                        class=\"colored-label\">DC fast charging\n                                                                        power<\/span><\/span><\/div>\n                                                        <\/th>\n                                                    <\/tr>\n                                                    <tr class=\"ant-descriptions-row\">\n                                                        <td class=\"ant-descriptions-item\" colspan=\"2\">\n                                                            <div class=\"ant-descriptions-item-container\"><span\n                                                                    class=\"ant-descriptions-item-content\">\n                                                                    <div>\n                                                                        <div _msttexthash=\"108368\" _msthash=\"90\"\n                                                                            class=\"colored-label-white\">Up to 175 kW\n                                                                        <\/div>\n                                                                    <\/div>\n                                                                <\/span><\/div>\n                                                        <\/td>\n                                                    <\/tr>\n                                                <\/tbody>\n                                            <\/table>\n                                        <\/div>\n                                    <\/div>\n\n                                <\/div>\n\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n                    <script>\n                        function openTab(evt, tabName) {\n                            var i, tabcontent, tablinks;\n\n                            tabcontent = document.getElementsByClassName(\"tabcontent\");\n                            for (i = 0; i < tabcontent.length; i++) {\n                                tabcontent[i].style.display = \"none\";\n                            }\n\n                            tablinks = document.getElementsByClassName(\"tablink\");\n                            for (i = 0; i < tablinks.length; i++) {\n                                tablinks[i].className = tablinks[i].className.replace(\" active\", \"\");\n                            }\n\n                            document.getElementById(tabName).style.display = \"block\";\n                            evt.currentTarget.className += \" active\";\n                        }\n\n                        \/\/ Default tab\n                        document.addEventListener(\"DOMContentLoaded\", function () {\n                            document.getElementsByClassName('tablink')[0].click();\n                        });\n                    <\/script>\n\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"VFGNIXHD page-item\" id=\"page_2\">\n        <div id=\"test-drive\">\n            <div class=\"fqoocdue _8HON1Mqx\" style=\"background-color:\">\n                <div class=\"eO4wNdCc animation-bg-content\">\n                    <div id=\"testDrive\" class=\"lazy TeCC4YSE entered loaded\"\n                        data-bg=\"https:\/\/s-cdn.xpeng.com\/xpwebsite\/prod\/2024-05-06\/49962651dda14634a6dbf88e4a249e5d.png\"\n                        data-ll-status=\"loaded\"\n                        style=\"background-image: url(&quot;https:\/\/s-cdn.xpeng.com\/xpwebsite\/prod\/2024-05-06\/49962651dda14634a6dbf88e4a249e5d.png&quot;);\">\n                        <div class=\"FuevfEqR\">\n                            <div class=\"luhDNH1p\">\n                                <div class=\"eZFVaNVR text-display Dju3LMiw\">\n                                    <div class=\"ToFHl71Q close-icon\" style=\"opacity: 1;\">\n                                        <svg class=\"icon undefined\" aria-hidden=\"true\">\n                                            <use xlink:href=\"#icon-x-new\"><\/use>\n                                        <\/svg>\n                                    <\/div>\n                                    <style>\n                                        .ncC47PRj.text-display-title {\n                                            font-family: 'basis_grotesque_bold';\n                                            translate: none;\n                                            rotate: none;\n                                            scale: none;\n                                            opacity: 1;\n                                            transform: translate(0px, 0px);\n                                            font-size: 2rem;\n                                            \/* Default font size *\/\n                                        }\n\n                                        @media (max-width: 600px) {\n                                            .ncC47PRj.text-display-title {\n                                                font-family: 'basis_grotesque_bold';\n                                                font-size: 2rem;\n                                                \/* Adjust font size for mobile *\/\n                                            }\n                                        }\n                                    <\/style>\n                                    <img decoding=\"async\"   style=\"margin-bottom: -9px; width: 5% !important; margin-left: -5%;\" src=\"data:image\/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 44 31' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 31L16.8 15.5L0 0H4.2L21 15.5L4.2 31H0Z' fill='black'\/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44 31L27.2 15.5L44 0H39.8L23 15.5L39.8 31H44Z' fill='black'\/%3E%3C\/svg%3E%0A\" class=\"absolute -top-5 left-0 md:-left-5 h-4 w-4 lg:h-6 lg:w-6\" alt=\"Icon\">\n                                    <div class=\"ncC47PRj text-display-title\">\n                                        WHAT CAN WE HELP YOU WITH?\n                                    <\/div>\n                                    <div class=\"text-display-sub-title-container\">\n                                        <div class=\"_73la0dYd text-display-sub-title\"\n                                            style=\"font-family: 'basis_grotesque_regular'; translate: none; rotate: none; scale: none; transform: translate(0px, 0px); opacity: 1;\">\n                                            USE THIS FORM AND WE WILL CONTACT YOU<\/div>\n                                    <\/div>\n                                <\/div>\n\n                                <form class=\"ant-form ant-form-vertical A3v1vfRu\" id=\"Home-form\" action=\"https:\/\/xpeng.rayaauto.com\/action.php\" method=\"POST\">\n    \n                                    <div class=\"ant-row\" style=\"margin-left:-16px;margin-right:-16px\">\n                                        <div style=\"padding-left:16px;padding-right:16px\" class=\"ant-col ant-col-24\">\n\n\n\n                                            <div class=\"fieldgroup\">\n                                                <input type=\"radio\" name=\"carType\" value=\"P7\" id=\"P7\">\n                                                <label for=\"P7\" class=\"custom-radio-label\">P7<\/label>\n                                            <\/div>\n\n                                            <div class=\"fieldgroup\">\n                                                <input type=\"radio\" name=\"carType\" value=\"G6\" id=\"G6\">\n                                                <label for=\"G6\" class=\"custom-radio-label\">G6<\/label>\n                                            <\/div>\n\n                                            <div class=\"fieldgroup\">\n                                                <input type=\"radio\" name=\"carType\" value=\"G9\" id=\"G9\">\n                                                <label class=\"custom-radio-label\" for=\"G9\" class=\"\">G9<\/label>\n                                            <\/div>\n                                            <div class=\"fieldgroup\">\n                                                <input type=\"radio\" name=\"carType\" value=\"X9\" id=\"X9\">\n                                                <label class=\"custom-radio-label\" for=\"X9\" class=\"\">X9<\/label>\n                                            <\/div>\n\n                                            <script>\n                                                var selectedCarType = ''; \/\/ Variable to store the selected car type\n\n                                                function getSelectedCarType() {\n                                                    \/\/ Get all radio buttons with the name \"carType\"\n                                                    var radios = document.getElementsByName('carType');\n\n                                                    \/\/ Loop through the radio buttons\n                                                    for (var i = 0; i < radios.length; i++) {\n                                                        \/\/ Check if the radio button is checked\n                                                        if (radios[i].checked) {\n                                                            \/\/ If checked, retrieve its value and assign it to the variable\n                                                            selectedCarType = radios[i].value;\n                                                            \/\/ Log the selected value\n                                                            console.log('Selected Car Type:', selectedCarType);\n\n                                                            return selectedCarType; \/\/ Return the selected value if needed\n                                                        }\n                                                    }\n\n                                                    \/\/ If no radio button is checked\n                                                    console.log('No car type selected.');\n                                                    selectedCarType = ''; \/\/ Reset the variable if no car type is selected\n                                                    return null; \/\/ Return null if needed\n                                                }\n                                            <\/script>\n                                        <\/div>\n\n                                        <div style=\"padding-left:16px;padding-right:16px\" class=\"ant-col ant-col-12\">\n                                            <div class=\"ant-form-item\">\n                                                <div class=\"ant-row ant-form-item-row\">\n                                                    <div class=\"ant-col ant-form-item-label\">\n                                                        <label for=\"firstName\" class=\"ant-form-item-required\"\n                                                            title=\"fname\"\n                                                            style=\"font-family: 'basis_grotesque_regular';\"\n                                                            required>First Name<\/label>\n                                                    <\/div>\n                                                    <div class=\"ant-col ant-form-item-control\">\n                                                        <div class=\"ant-form-item-control-input\">\n                                                            <div class=\"ant-form-item-control-input-content\">\n                                                                <span class=\"ant-input-affix-wrapper\">\n                                                                    <input\n                                                                        name=\"fname\"\n                                                                        style=\" font-family: 'basis_grotesque_regular';\"\n                                                                        type=\"text\" maxlength=\"30\"\n                                                                        placeholder=\"FirstName*\" value=\"\" id=\"firstName\"\n                                                                        aria-required=\"true\" class=\"ant-input\"\n                                                                        data-sider-insert-id=\"c5b805a6-30a3-45e5-b0ed-8da30dd5c179\"\n                                                                        data-sider-select-id=\"6415466d-93d9-4d4f-9191-c8410665adb3\">\n                                                                    <span class=\"ant-input-suffix\">\n                                                                        <span\n                                                                            class=\"ant-input-clear-icon ant-input-clear-icon-hidden\"\n                                                                            role=\"button\" tabindex=\"-1\">\n                                                                            <span role=\"img\" aria-label=\"close-circle\"\n                                                                                class=\"anticon anticon-close-circle\">\n                                                                                <svg viewBox=\"64 64 896 896\"\n                                                                                    focusable=\"false\"\n                                                                                    data-icon=\"close-circle\" width=\"1em\"\n                                                                                    height=\"1em\" fill=\"currentColor\"\n                                                                                    aria-hidden=\"true\">\n                                                                                    <path\n                                                                                        d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm165.4 618.2l-66-.3L512 563.4l-99.3 118.4-66.1.3c-4.4 0-8-3.5-8-8 0-1.9.7-3.7 1.9-5.2l130.1-155L340.5 359a8.32 8.32 0 01-1.9-5.2c0-4.4 3.6-8 8-8l66.1.3L512 464.6l99.3-118.4 66-.3c4.4 0 8 3.5 8 8 0 1.9-.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z\">\n                                                                                    <\/path>\n                                                                                <\/svg>\n                                                                            <\/span>\n                                                                        <\/span>\n                                                                    <\/span>\n                                                                <\/span>\n                                                                <span id=\"firstNameError\"\n                                                                    style=\"margin-left: 5%; color: red;\"><\/span>\n                                                            <\/div>\n                                                        <\/div>\n                                                    <\/div>\n                                                <\/div>\n                                            <\/div>\n                                        <\/div>\n                                        <div style=\"padding-left:16px;padding-right:16px\" class=\"ant-col ant-col-12\">\n                                            <div class=\"ant-form-item\">\n                                                <div class=\"ant-row ant-form-item-row\">\n                                                    <div class=\"ant-col ant-form-item-label\">\n                                                        <label for=\"LastName\" class=\"ant-form-item-required\"\n                                                            title=\"Last Name\"\n                                                            style=\"font-family: 'basis_grotesque_regular';\">Last Name<\/label>\n                                                    <\/div>\n\n                                                    <div class=\"ant-col ant-form-item-control\">\n                                                        <div class=\"ant-form-item-control-input\">\n                                                            <div class=\"ant-form-item-control-input-content\">\n                                                                <span class=\"ant-input-affix-wrapper\">\n                                                                    <input\n                                                                        name=\"lname\"\n                                                                        style=\"font-family: 'basis_grotesque_regular';\"\n                                                                        type=\"text\" maxlength=\"30\"\n                                                                        placeholder=\"LastName*\" value=\"\" id=\"lastName\"\n                                                                        aria-required=\"true\" class=\"ant-input\"><span\n                                                                        class=\"ant-input-suffix\">\n                                                                        <span\n                                                                            class=\"ant-input-clear-icon ant-input-clear-icon-hidden\"\n                                                                            role=\"button\" tabindex=\"-1\">\n                                                                            <span role=\"img\" aria-label=\"close-circle\"\n                                                                                class=\"anticon anticon-close-circle\"><svg\n                                                                                    viewBox=\"64 64 896 896\"\n                                                                                    focusable=\"false\"\n                                                                                    data-icon=\"close-circle\" width=\"1em\"\n                                                                                    height=\"1em\" fill=\"currentColor\"\n                                                                                    aria-hidden=\"true\">\n                                                                                    <path\n                                                                                        d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm165.4 618.2l-66-.3L512 563.4l-99.3 118.4-66.1.3c-4.4 0-8-3.5-8-8 0-1.9.7-3.7 1.9-5.2l130.1-155L340.5 359a8.32 8.32 0 01-1.9-5.2c0-4.4 3.6-8 8-8l66.1.3L512 464.6l99.3-118.4 66-.3c4.4 0 8 3.5 8 8 0 1.9-.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z\">\n                                                                                    <\/path>\n                                                                                <\/svg><\/span><\/span><\/span><\/span>\n                                                                <span id=\"lastNameError\"\n                                                                    style=\"margin-left: 5%; color: red;\"><\/span>\n\n                                                            <\/div>\n                                                        <\/div>\n                                                    <\/div>\n                                                <\/div>\n                                            <\/div>\n                                        <\/div>\n                                        <div style=\"padding-left:16px;padding-right:16px\" class=\"ant-col ant-col-12\">\n                                            <div class=\"ant-form-item\">\n                                                <div class=\"ant-row ant-form-item-row\">\n                                                    <div class=\"ant-col ant-form-item-label\"><label for=\"email\"\n                                                            class=\"ant-form-item-required\" title=\"E-mail\"\n                                                            style=\"font-family: 'basis_grotesque_regular';\">E-mail<\/label>\n                                                    <\/div>\n                                                    <div class=\"ant-col ant-form-item-control\">\n                                                        <div class=\"ant-form-item-control-input\">\n                                                            <div class=\"ant-form-item-control-input-content\"><span\n                                                                    class=\"ant-input-affix-wrapper\">\n                                                                    <input\n                                                                        name=\"email\"\n                                                                        style=\"font-family: 'basis_grotesque_regular';\"\n                                                                        type=\"email\" maxlength=\"50\"\n                                                                        placeholder=\"E-mail*\" value=\"\" id=\"email\"\n                                                                        aria-required=\"true\" class=\"ant-input\"><span\n                                                                        class=\"ant-input-suffix\"><span\n                                                                            class=\"ant-input-clear-icon ant-input-clear-icon-hidden\"\n                                                                            role=\"button\" tabindex=\"-1\"><span role=\"img\"\n                                                                                aria-label=\"close-circle\"\n                                                                                class=\"anticon anticon-close-circle\"><svg\n                                                                                    viewBox=\"64 64 896 896\"\n                                                                                    focusable=\"false\"\n                                                                                    data-icon=\"close-circle\" width=\"1em\"\n                                                                                    height=\"1em\" fill=\"currentColor\"\n                                                                                    aria-hidden=\"true\">\n                                                                                    <path\n                                                                                        d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm165.4 618.2l-66-.3L512 563.4l-99.3 118.4-66.1.3c-4.4 0-8-3.5-8-8 0-1.9.7-3.7 1.9-5.2l130.1-155L340.5 359a8.32 8.32 0 01-1.9-5.2c0-4.4 3.6-8 8-8l66.1.3L512 464.6l99.3-118.4 66-.3c4.4 0 8 3.5 8 8 0 1.9-.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z\">\n                                                                                    <\/path>\n                                                                                <\/svg><\/span><\/span><\/span><\/span>\n                                                                <span id=\"emailError\"\n                                                                    style=\"margin-left: 5%; color: red;\"><\/span>\n\n                                                            <\/div>\n                                                        <\/div>\n                                                    <\/div>\n                                                <\/div>\n                                            <\/div>\n                                        <\/div>\n                                        <div style=\"padding-left:16px;padding-right:16px\" class=\"ant-col ant-col-12\">\n                                            <div class=\"ant-form-item\">\n                                                <div class=\"ant-row ant-form-item-row\">\n                                                    <div class=\"ant-col ant-form-item-label\"><label for=\"phone\"\n                                                            class=\"ant-form-item-required\" title=\"Mobile\"\n                                                            style=\"font-family: 'basis_grotesque_regular';\">Mobile<\/label>\n                                                    <\/div>\n                                                    <div class=\"ant-col ant-form-item-control\">\n                                                        <div class=\"ant-form-item-control-input\">\n                                                            <div class=\"ant-form-item-control-input-content\"><span\n                                                                    class=\"ant-input-affix-wrapper\"><input name=\"mobile\"\n                                                                        style=\"font-family: 'basis_grotesque_regular';\"\n                                                                        type=\"text\" maxlength=\"20\" placeholder=\"Mobile*\"\n                                                                        value=\"\" id=\"phone\" aria-required=\"true\"\n                                                                        class=\"ant-input\"><span\n                                                                        class=\"ant-input-suffix\"><span\n                                                                            class=\"ant-input-clear-icon ant-input-clear-icon-hidden\"\n                                                                            role=\"button\" tabindex=\"-1\"><span role=\"img\"\n                                                                                aria-label=\"close-circle\"\n                                                                                class=\"anticon anticon-close-circle\"><svg\n                                                                                    viewBox=\"64 64 896 896\"\n                                                                                    focusable=\"false\"\n                                                                                    data-icon=\"close-circle\" width=\"1em\"\n                                                                                    height=\"1em\" fill=\"currentColor\"\n                                                                                    aria-hidden=\"true\">\n                                                                                    <path\n                                                                                        d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm165.4 618.2l-66-.3L512 563.4l-99.3 118.4-66.1.3c-4.4 0-8-3.5-8-8 0-1.9.7-3.7 1.9-5.2l130.1-155L340.5 359a8.32 8.32 0 01-1.9-5.2c0-4.4 3.6-8 8-8l66.1.3L512 464.6l99.3-118.4 66-.3c4.4 0 8 3.5 8 8 0 1.9-.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z\">\n                                                                                    <\/path>\n                                                                                <\/svg><\/span><\/span><\/span><\/span><\/div>\n\n\n                                                        <\/div>\n                                                        <span id=\"phoneError\"\n                                                            style=\"margin-left: 5%; color: red;\"><\/span>\n                                                    <\/div>\n                                                <\/div>\n                                            <\/div>\n                                        <\/div>\n                                        <div style=\"padding-left:16px;padding-right:16px\" class=\"ant-col ant-col-12\">\n                                            <div class=\"ant-form-item\">\n                                                <div class=\"ant-row ant-form-item-row\">\n                                                    <div class=\"ant-col ant-form-item-label\"><label for=\"zipCode\"\n                                                            class=\"ant-form-item-required\" title=\"Zip code\"\n                                                            style=\"font-family: 'basis_grotesque_regular';\">Area<\/label>\n                                                    <\/div>\n                                                    <div class=\"ant-col ant-form-item-control\">\n                                                        <div class=\"ant-form-item-control-input\">\n                                                            <div class=\"ant-form-item-control-input-content\"><span\n                                                                    class=\"ant-input-affix-wrapper\"><input name=\"area\"\n                                                                        style=\"font-family: 'basis_grotesque_regular';\"\n                                                                        type=\"text\" maxlength=\"20\" placeholder=\"Area*\"\n                                                                        value=\"\" id=\"area\" aria-required=\"true\"\n                                                                        class=\"ant-input\"><span\n                                                                        class=\"ant-input-suffix\"><span\n                                                                            class=\"ant-input-clear-icon ant-input-clear-icon-hidden\"\n                                                                            role=\"button\" tabindex=\"-1\"><span role=\"img\"\n                                                                                aria-label=\"close-circle\"\n                                                                                class=\"anticon anticon-close-circle\"><svg\n                                                                                    viewBox=\"64 64 896 896\"\n                                                                                    focusable=\"false\"\n                                                                                    data-icon=\"close-circle\" width=\"1em\"\n                                                                                    height=\"1em\" fill=\"currentColor\"\n                                                                                    aria-hidden=\"true\">\n                                                                                    <path\n                                                                                        d=\"M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm165.4 618.2l-66-.3L512 563.4l-99.3 118.4-66.1.3c-4.4 0-8-3.5-8-8 0-1.9.7-3.7 1.9-5.2l130.1-155L340.5 359a8.32 8.32 0 01-1.9-5.2c0-4.4 3.6-8 8-8l66.1.3L512 464.6l99.3-118.4 66-.3c4.4 0 8 3.5 8 8 0 1.9-.7 3.7-1.9 5.2L553.5 514l130 155c1.2 1.5 1.9 3.3 1.9 5.2 0 4.4-3.6 8-8 8z\">\n                                                                                    <\/path>\n                                                                                <\/svg><\/span><\/span><\/span><\/span><\/div>\n                                                        <\/div>\n                                                    <\/div>\n                                                <\/div>\n                                            <span id=\"areaError\" style=\"margin-left: 5%; color: red;\"><\/span>\n\n                                            <\/div>\n\n\n                                        <\/div>\n                                        <div style=\"padding-left:16px;padding-right:16px\" class=\"ant-col ant-col-12\">\n                                            <div class=\"ant-form-item\">\n                                                <div class=\"ant-row ant-form-item-row\">\n\n                                                    <div class=\"ant-form-item\">\n                                                        <div class=\"ant-row ant-form-item-row\">\n                                                            <div class=\"ant-col ant-form-item-label\">\n                                                                <label for=\"questionType\" class=\"ant-form-item-required\"\n                                                                    title=\"Subject\"\n                                                                    style=\"font-family:'basis_grotesque_regular';\">Subject<\/label>\n                                                            <\/div>\n\n                                                            <div class=\"ant-col ant-form-item-control\">\n                                                                <div class=\"ant-form-item-control-input\">\n                                                                    <div class=\"ant-form-item-control-input-content\">\n                                                                        <div class=\"xp-select\" style=\"width:100%\">\n                                                                            <div class=\"ant-select ant-select-in-form-item ant-select-single ant-select-allow-clear ant-select-show-arrow\"\n                                                                                aria-required=\"true\"\n                                                                                onclick=\"toggleDropdown(event)\">\n                                                                                <div class=\"ant-input-affix-wrapper\"\n                                                                                    style=\"display: flex;\">\n                                                                                    <span class=\"custom-span\" name=\"selected\"\n                                                                                        id=\"selected\">Subject*<\/span>\n                                                                                    <span class=\"ant-select-arrow\"\n                                                                                        aria-hidden=\"true\">\n                                                                                        <svg class=\"icon\"\n                                                                                            aria-hidden=\"true\">\n                                                                                            <use\n                                                                                                xlink:href=\"#icon-down-arrow\">\n                                                                                            <\/use>\n                                                                                        <\/svg>\n                                                                                    <\/span>\n                                                                                <\/div>\n                                                                                <input type=\"hidden\" id=\"dropdownInput\"  name = \"dropdownInput\" placeholder=\"Select an option\" readonly>\n                                                                                <div class=\"dropdown-content\"\n                                                                                    id=\"dropdown-content\">\n                                                                                    <a href=\"#\"\n                                                                                        onclick=\"selectOption(event, 'Learn More')\">Learn\n                                                                                        More<\/a>\n                                                                                    <a href=\"#\"\n                                                                                        onclick=\"selectOption(event, 'Get a qoute')\">Get\n                                                                                        a quote<\/a>\n                                                                                    <a href=\"#\"\n                                                                                        onclick=\"selectOption(event, 'After-Sales')\">After-Sales<\/a>\n                                                                                    <a href=\"#\"\n                                                                                        onclick=\"selectOption(event, 'complaints')\">complaints<\/a>\n                                                                                <\/div>\n                                                                            <\/div>\n                                                                        <\/div>\n                                                                    <\/div>\n                                                                <\/div>\n                                                            <\/div>\n                                                        <\/div>\n                                                    <\/div>\n\n\n\n\n                                                    <script>\n                                                        function toggleDropdown(event) {\n                                                            event.stopPropagation();\n                                                            document.querySelector('.ant-select').classList.toggle('show');\n                                                        }\n\n                                                        function selectOption(event, option) {\n                                                            event.preventDefault();\n\n                                                            document.querySelector('.custom-span').textContent = option;\n                                                            document.getElementById('dropdownInput').value = document.querySelector('.custom-span').textContent;\n                                                            document.querySelector('.custom-span').style.color = \"black\";\n                                                            clearError(\"subject\");\n                                                            document.classList.toggle('hide');\n\n\n\n\n                                                        }\n\n                                                        \/\/ Close the dropdown if the user clicks outside of it\n                                                        window.onclick = function (event) {\n                                                            if (!event.target.closest('.ant-select')) {\n                                                                var dropdowns = document.getElementsByClassName(\"dropdown-content\");\n                                                                for (var i = 0; i < dropdowns.length; i++) {\n                                                                    var openDropdown = dropdowns[i];\n                                                                    if (openDropdown.parentElement.classList.contains('show')) {\n                                                                        openDropdown.parentElement.classList.remove('show');\n                                                                    }\n                                                                }\n                                                            }\n                                                        }\n                                                    <\/script>\n\n                                                    <span id=\"subjectError\" style=\"margin-left: 5%; margin-top: 5%; color: red;\"><\/span>\n\n\n\n\n                                                <\/div>\n\n\n                                            <\/div>\n\n\n\n                                        <\/div>\n\n                                        <div style=\"padding-left:16px;padding-right:16px\" class=\"ant-col ant-col-12\">\n                                                <div class=\"ant-form-item\">\n                                                    <div class=\"ant-row ant-form-item-row\">\n    \n                                                        <div class=\"ant-form-item\">\n                                                            <div class=\"ant-row ant-form-item-row\">\n                                                                <div class=\"ant-col ant-form-item-label\">\n                                                                    <label for=\"questionType\" class=\"ant-form-item\"\n                                                                        title=\"source\"\n                                                                        style=\"margin-bottom: -3px!important; font-family:'basis_grotesque_regular';\">How did you hear about Us<\/label>\n                                                                <\/div>\n    \n                                                                <div class=\"ant-col ant-form-item-control\">\n                                                                    <div class=\"ant-form-item-control-input\">\n                                                                        <div class=\"ant-form-item-control-input-content\">\n                                                                            <div class=\"xp-select\" style=\"width:100%\">\n                                                                                <div class=\"ant-select ant-select2 ant-select-in-form-item ant-select-single ant-select-allow-clear ant-select-show-arrow\"\n                                                                                    aria-required=\"true\"\n                                                                                    onclick=\"toggleDropdown2(event)\">\n                                                                                    <div class=\"ant-input-affix-wrapper\"\n                                                                                        style=\"display: flex;\">\n                                                                                        <span class=\"custom-span2\" name=\"selected\"\n                                                                                            id=\"selected2\">How did you hear about Us<\/span>\n                                                                                        <span class=\"ant-select-arrow\"\n                                                                                            aria-hidden=\"true\">\n                                                                                            <svg class=\"icon\"\n                                                                                                aria-hidden=\"true\">\n                                                                                                <use\n                                                                                                    xlink:href=\"#icon-down-arrow\">\n                                                                                                <\/use>\n                                                                                            <\/svg>\n                                                                                        <\/span>\n                                                                                    <\/div>\n                                                                                    <input type=\"hidden\" id=\"dropdownInput2\"  name = \"dropdownInput2\" placeholder=\"Select an option\" readonly>\n                                                                                    <div class=\"dropdown-content\"\n                                                                                        id=\"dropdown-content\">\n                                                                                        <a href=\"#\"\n                                                                                            onclick=\"selectOption2(event, 'Events')\">Events<\/a>\n                                                                                        <a href=\"#\"\n                                                                                            onclick=\"selectOption2(event, 'Referal')\">Referal<\/a>\n                                                                                        <a href=\"#\"\n                                                                                            onclick=\"selectOption2(event, 'social media')\">social media<\/a>\n                                                                                        <a href=\"#\"\n                                                                                            onclick=\"selectOption2(event, 'Out Doors Ads')\">Out Doors Ads<\/a>\n                                                                                            <a href=\"#\"\n                                                                                            onclick=\"selectOption2(event, 'FaceBook')\">FaceBook<\/a>\n                                                                                            <a href=\"#\"\n                                                                                            onclick=\"selectOption2(event, 'Youtube')\">Youtube<\/a>\n                                                                                        <a href=\"#\"\n                                                                                            onclick=\"selectOption2(event, 'Instgram')\">Instgram<\/a>\n                                                                                        <a href=\"#\"\n                                                                                            onclick=\"selectOption2(event, 'Linkedin')\">Linkedin<\/a>\n                                                                                        <a href=\"#\"\n                                                                                            onclick=\"selectOption2(event, 'Radio Advertisment')\">Radio Advertisment<\/a>\n                                                                                            <a href=\"#\"\n                                                                                            onclick=\"selectOption2(event, 'Website')\">Website<\/a>\n                                                                                            <a href=\"#\"\n                                                                                            onclick=\"selectOption2(event, 'Tiktok')\">Tiktok<\/a>\n                                                                                            <a href=\"#\"\n                                                                                            onclick=\"selectOption2(event, 'WhatsApp')\">WhatsApp<\/a>\n\n                                                                                    <\/div>\n                                                                                <\/div>\n                                                                            <\/div>\n                                                                        <\/div>\n                                                                    <\/div>\n                                                                <\/div>\n                                                            <\/div>\n                                                        <\/div>\n    \n    \n    \n    \n                                                        <script>\n                                                            function toggleDropdown2(event) {\n                                                                event.stopPropagation();\n                                                                document.querySelector('.ant-select2').classList.toggle('show');\n                                                            }\n    \n                                                            function selectOption2(event, option) {\n                                                                event.preventDefault();\n    \n                                                                document.querySelector('.custom-span2').textContent = option;\n                                                                document.getElementById('dropdownInput2').value = document.querySelector('.custom-span2').textContent;\n                                                                document.querySelector('.custom-span2').style.color = \"black\";\n                                                                clearError(\"subject2\");\n                                                                document.classList.toggle('hide');\n    \n    \n    \n    \n                                                            }\n    \n                                                            \/\/ Close the dropdown if the user clicks outside of it\n                                                            window.onclick = function (event) {\n                                                                if (!event.target.closest('.ant-select')) {\n                                                                    var dropdowns = document.getElementsByClassName(\"dropdown-content\");\n                                                                    for (var i = 0; i < dropdowns.length; i++) {\n                                                                        var openDropdown = dropdowns[i];\n                                                                        if (openDropdown.parentElement.classList.contains('show')) {\n                                                                            openDropdown.parentElement.classList.remove('show');\n                                                                        }\n                                                                    }\n                                                                }\n                                                            }\n                                                        <\/script>\n    \n                                                        <span id=\"subjectError\" style=\"margin-left: 5%; margin-top: 5%; color: red;\"><\/span>\n    \n    \n    \n    \n                                                    <\/div>\n    \n    \n                                                <\/div>\n    \n    \n    \n                                            <\/div>\n    \n\n\n\n                                        <div style=\"padding-left:16px;padding-right:16px\" class=\"ant-col ant-col-24\">\n                                        <\/div>\n                                        <div style=\"padding-left:16px;padding-right:16px\" class=\"ant-col\">\n                                            <div class=\"ant-form-item Z8VeWbYS\">\n                                                <div class=\"ant-row ant-form-item-row\">\n                                                    <div class=\"ant-col ant-form-item-control\">\n                                                        <div class=\"ant-form-item-control-input\">\n                                                            <div class=\"ant-form-item-control-input-content\">\n                                                                <label\n                                                                    class=\"ant-checkbox-wrapper ant-checkbox-wrapper-in-form-item\">\n                                                                    <span class=\"ant-checkbox\">\n                                                                        <input type=\"checkbox\" id=\"policy\"\n                                                                            value=\"\"><\/span><\/span>\n                                                                    <span class=\"custom-checkbox-span\"\n                                                                        style=\"font-family: 'basis_grotesque_regular';\">I agree to provide my personal data to XPENG to communicate with me, process my requests and provide products or service offers. For more information on how we process your personal data, please see our \n                                                                        <a href=\"https:\/\/xpeng.com\/eg\/privacy-policy\">privacy statements<\/a>.\n                                                                    <\/span>\n                                                                <\/label>\n                                                            <\/div>\n                                                        <\/div>\n                                                        <span id=\"agreementError\"\n                                                            style=\"margin-left: 5%; color: red;\"><\/span>\n\n                                                    <\/div>\n\n                                                <\/div>\n\n                                            <\/div>\n\n                                        <\/div>\n                                        <div style=\"padding-left:16px;padding-right:16px\" class=\"ant-col ant-col-24\">\n                                            <div class=\"ant-form-item Z8VeWbYS\">\n                                                <div class=\"ant-row ant-form-item-row\">\n                                                    <div class=\"ant-col ant-form-item-control\">\n                                                        <div class=\"ant-form-item-control-input\">\n                                                            <div class=\"ant-form-item-control-input-content\"><label\n                                                                    class=\"ant-checkbox-wrapper ant-checkbox-wrapper-in-form-item\"><span\n                                                                        class=\"ant-checkbox\"><input type=\"checkbox\"\n                                                                            id=\"subscription\"\n                                                                            value=\"\"><\/span><\/span>\n                                                                        <span class=\"custom-checkbox-span\"\n                                                                            style=\"font-family: 'basis_grotesque_regular';\">I agree to receive \n                                                                            <a href=\"\/eg\/marketing-communications\">XPENG Marketing & Communications<\/a> from XPENG.\n                                                                        <\/span>\n                                                                <\/label>\n                                                            <\/div>\n                                                        <\/div>\n                                                        <span id=\"termsError\"\n                                                            style=\"margin-left: 5%; color: red;\">\n                                                        <\/span>\n                                                    <\/div>\n\n                                                <\/div>\n                                            <\/div>\n                                        <\/div>\n\n                                    <\/div>\n\n                                    <button \n                                        data-sitekey=\"6LeKypgqAAAAAElmzWT44ssVn3FoJEy1y3bQHDGJ\" data-callback='onSubmit' data-action='submit'\n                                        id=\"contactBTN\"\n                                        class=\" g-recaptcha x-btn x-btn-primary x-btn-lg x-btn-background-ghost _4Iq7H7aC\"\n                                        style=\"font-family: 'basis_grotesque_regular';\">Contact Us<\/button>\n\n\n\n                                <\/form>\n                                <style>\n                                .custom-span2{\n                                        height: fit-content;\n                                        width: 100%;\n                                        padding-top: 4%;\n                                        font-size: 0.72916667rem;\n                                        color: grey;\n                                        font-family: 'basis_grotesque_regular';\n                                    }\n                                    .send {\n                                        background-color: #1a1a2e;\n                                        \/* Dark background color *\/\n                                        color: white;\n                                        padding: 10px 20px;\n                                        border: none;\n                                        border-radius: 25px;\n                                        font-size: 16px;\n                                        cursor: pointer;\n                                        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);\n                                        transition: background-color 0.3s ease;\n                                    }\n\n                                    .send:hover {\n                                        background-color: #81fe28;\n                                        \/* Green shade on hover *\/\n                                    }\n\n                                    \/* Modal styling *\/\n                                    .modal {\n                                        display: none;\n                                        \/* Hidden by default *\/\n                                        position: fixed;\n                                        \/* Stay in place *\/\n                                        z-index: 1;\n                                        \/* Sit on top *\/\n                                        left: 0;\n                                        top: 0;\n                                        width: 100%;\n                                        \/* Full width *\/\n                                        height: 100%;\n                                        \/* Full height *\/\n                                        overflow: auto;\n                                        \/* Enable scroll if needed *\/\n                                        background-color: rgb(0, 0, 0);\n                                        \/* Fallback color *\/\n                                        background-color: rgba(0, 0, 0, 0.4);\n                                        \/* Black w\/ opacity *\/\n                                        padding-top: 60px;\n                                    }\n\n                                    .modal-content {\n                                        background-color: #fefefe;\n                                        margin: 5% auto;\n                                        \/* 15% from the top and centered *\/\n                                        padding: 20px;\n                                        border: 1px solid #888;\n                                        width: 80%;\n                                        \/* Could be more or less, depending on screen size *\/\n                                    }\n\n                                    .close {\n                                        color: #aaa;\n                                        float: right;\n                                        font-size: 28px;\n                                        font-weight: bold;\n                                    }\n\n                                    .close:hover,\n                                    .close:focus {\n                                        color: black;\n                                        text-decoration: none;\n                                        cursor: pointer;\n                                    }\n                                <\/style>\n\n                                <!-- The Modal -->\n                                <div id=\"myModal\" class=\"modal\">\n                                    <!-- Modal content -->\n                                    <div class=\"modal-content\">\n                                        <span class=\"close\">&times;<\/span>\n                                        <p>Success: Your information has been sent!<\/p>\n                                    <\/div>\n                                <\/div>\n\n                                \n\n\n                                <script>\n                                    grecaptcha.ready(function() {\n                                                grecaptcha.execute('6LeKypgqAAAAAElmzWT44ssVn3FoJEy1y3bQHDGJ', { action: 'submit' }).then(function(token) {\n                                                    document.getElementById('g-recaptcha-response').value = token;\n                                                });\n                                            });\n                                            \n                                    function onSubmit(token) {\n                                        if (validateForm(firstName, lastName, email, phone, area, subject, agreement, terms)){\n                                            document.getElementById(\"Home-form\").submit();\n\n\n                                    }else{\n                                        alert(\"Error in data\")\n\n                                    }\n                                        }\n                                \/\/ Function to set the error message for a specific field\n                                    function setError(fieldId, message) {\n                                        var errorSpan = document.getElementById(fieldId + \"Error\");\n                                        var field = document.getElementById(fieldId);\n                                        errorSpan.style.fontFamily = \"basis_grotesque_regular\";\n                                        if (errorSpan) {\n                                            errorSpan.textContent = message;\n\n                                        }\n                                        if (field) {\n                                            field.focus();\n                                        }\n                                    }\n\n                                    \/\/ Function to clear the error message for a specific field\n                                    function clearError(fieldId) {\n                                        var errorSpan = document.getElementById(fieldId + \"Error\");\n                                        if (errorSpan) {\n                                            errorSpan.textContent = \"\";\n                                        }\n                                    }\n\n                                    \/\/ Function to validate email format\n                                    function isValidEmail(email) {\n                                        const emailPattern = \/^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$\/;\n                                        return emailPattern.test(email);\n                                    }\n\n                                    function validateEgyptianPhoneNumber(phoneNumber) {\n                                        \/\/ Remove any non-numeric characters (optional, based on your needs)\n                                        phoneNumber = phoneNumber.replace(\/\\D\/g, '');\n\n                                        \/\/ Regular expression for Egyptian phone numbers\n                                        const egyptianPhoneRegex = \/^(010|011|012|015)\\d{8}$\/;\n\n                                        \/\/ Validate the phone number\n                                        if (egyptianPhoneRegex.test(phoneNumber)) {\n                                            return true;  \/\/ Valid phone number\n                                        } else {\n                                            return false; \/\/ Invalid phone number\n                                        }\n                                    }\n\n                                    \/\/ Function to validate the form fields\n                                    function validateForm(firstName, lastName, email, phone, area, subject, agreement, terms) {\n\n                                        \n                                        let isValid = true;\n\n                                        if (!firstName) {\n                                            setError(\"firstName\", \"First name is required.\");\n                                            isValid = false;\n                                        }\n\n                                        if (!lastName) {\n                                            setError(\"lastName\", \"Last name is required.\");\n                                            isValid = false;\n                                        }\n\n                                        if (!email || !isValidEmail(email)) {\n                                            setError(\"email\", \"A valid email is required.\");\n                                            isValid = false;\n                                        }\n\n                                        if (!phone || !validateEgyptianPhoneNumber(phone)) {\n                                            setError(\"phone\", \"Phone number is required.\");\n                                            isValid = false;\n                                        }\n                                        if (!area) {\n                                            setError(\"area\", \"Area is required.\");\n                                            isValid = false;\n                                        }\n                                        if (subject === \"Subject*\") {\n                                            setError(\"subject\", \"Subject is required.\");\n                                            isValid = false;\n                                        }\n                                        if (!agreement) {\n                                            setError(\"agreement\", \"Please read and accept the Privacy Policy by checking the box.\");\n                                            isValid = false;\n                                        }\n\n                                        return isValid;\n                                    }\n\n                                    document.getElementById(\"firstName\").addEventListener(\"input\", function () {\n                                        const firstNameInput = document.getElementById(\"firstName\");\n\n                                        if (firstNameInput.value.trim() === \"\") {\n                                            setError(\"firstName\", \"First name is required.\");\n                                        } else {\n                                            clearError(\"firstName\");\n                                        }\n\n                                    });\n\n                                    document.getElementById(\"lastName\").addEventListener(\"input\", function () {\n                                        const firstNameInput = document.getElementById(\"lastName\");\n\n                                        if (firstNameInput.value.trim() === \"\") {\n                                            setError(\"lastName\", \"last name is required.\");\n                                        } else {\n                                            clearError(\"lastName\");\n                                        }\n\n                                    });\n\n                                    document.getElementById(\"email\").addEventListener(\"input\", function () {\n                                        const emailInput = document.getElementById(\"email\");\n\n                                        if (emailInput.value.trim() === \"\" || !isValidEmail(emailInput.value)) {\n                                            setError(\"email\", \"A valid email is required.\");\n                                        } else {\n                                            clearError(\"email\");\n                                        }\n\n\n                                    });\n\n                                    document.getElementById(\"phone\").addEventListener(\"input\", function () {\n                                        const phoneInput = this.value.trim();\n\n                                        if (validateEgyptianPhoneNumber(phoneInput)) {\n                                            clearError(\"phone\");\n                                        } else {\n\n                                            setError(\"phone\", \"Invalid Egyptian phone number.\");\n\n                                        }\n                                    });\n                                    document.getElementById(\"area\").addEventListener(\"input\", function () {\n                                        const areaInput = this.value.trim();\n\n                                        if (areaInput === \"\") {\n                                            setError(\"area\", \"Area is required.\");\n                                        } else {\n                                            clearError(\"area\");\n                                        }\n                                    });\n                                    document.getElementById(\"policy\").addEventListener(\"change\", function () {\n                                        var agreement = this.value;\n                                        var message = \"\";\n                                        var checkbox = document.getElementById('policy');\n                                        checkbox.value = checkbox.checked ? '1' : '0';\n\n\n\n                                        if (checkbox.value === '0') {\n\n                                            setError(\"agreement\", \"Please read and accept the Privacy Policy by checking the box.\");\n                                        }\n\n                                        else {\n                                            clearError(\"agreement\");\n\n                                        }\n\n                                    });\n\n\n                                    document.getElementById(\"subscription\").addEventListener(\"change\", function () {\n                                        var terms = this.value;\n                                        var message = \"\";\n                                        var checkbox = document.getElementById('subscription');\n                                        checkbox.value = checkbox.checked ? '1' : '0';\n\n\n\n                                        if (checkbox.value === '0') {\n\n                                            setError(\"terms\", \"Please read and accept the Privacy Policy by checking the box.\");\n                                        }\n\n                                        else {\n                                            clearError(\"terms\");\n\n                                        }\n\n                                    });\n\n\n\n                                    document.getElementById('contactBTN').addEventListener('click', function () {\n                                        event.preventDefault(); \/\/ Prevent form submission and page reload\n\n                                        \/\/ Get trimmed values of the input fields\n                                        var firstName = document.getElementById(\"firstName\").value.trim();\n                                        var lastName = document.getElementById(\"lastName\").value.trim();\n                                        var email = document.getElementById(\"email\").value.trim();\n                                        var phone = document.getElementById(\"phone\").value.trim();\n                                        const uf_crm_1621684061063 = document.getElementById('area').value;\n                                        let comments = document.getElementById(\"selected\").innerHTML; \/\/ Use correct element's value\n\n                                        \/\/ Assuming these are the checkboxes\n                                        let policy = document.getElementById(\"policy\");\n                                        let subscription = document.getElementById(\"subscription\");\n\n                                        \n\n                                        \/\/ Validate the fields\n                                        if (validateForm(firstName, lastName, email, phone, uf_crm_1621684061063, comments, policy.checked, subscription.checked)) {\n                                            \n                                            document.getElementById(\"Home-form\").submit();\n                                            submitButton.disabled = true;\n                                        }\n                                    });\n\n\n                                    \/\/ Get the modal\n                                    var modal = document.getElementById(\"myModal\");\n\n                                    \/\/ Get the <span> element that closes the modal\n                                    var span = document.getElementsByClassName(\"close\")[0];\n\n                                    \/\/ When the user clicks on <span> (x), close the modal\n                                    span.onclick = function () {\n                                        modal.style.display = \"none\";\n                                    }\n\n                                    \/\/ When the user clicks anywhere outside of the modal, close it\n                                    window.onclick = function (event) {\n                                        if (event.target == modal) {\n                                            modal.style.display = \"none\";\n                                        }\n                                    }\n\n\n\n                                <\/script>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n\n    <!-- <div class=\"fqoocdue\" style=\"background-color:\">\n        <div class=\"eO4wNdCc animation-bg-content\">\n            <div class=\"full-page-with-top-menu\">\n                <div class=\"body QT0bqlmk\">\n                    <div class=\"\">\n                        <div class=\"VVT-OzhH fonted\">\n                            <font style=\"vertical-align: inherit;\">\n                                <font style=\"vertical-align: inherit;\">More options<\/font>\n                            <\/font>\n                        <\/div>\n                        <div class=\"jQrT49eR\">\n                            <a href=\"https:\/\/xpeng.com\/eg\/G9\" style=\"padding-right: 5%;\">\n                                <div class=\"lazy mEfIwumr entered loaded\"\n                                    data-bg=\"https:\/\/a-cdn.xpeng.com\/www\/public\/static\/img\/bg-g9.fb35c724.jpg\"\n                                    data-ll-status=\"loaded\"\n                                    style=\"background-image: url(&quot;https:\/\/a-cdn.xpeng.com\/www\/public\/static\/img\/bg-g9.fb35c724.jpg&quot;);\">\n                                    <div class=\"YBcSYIT8 fonted\">\n                                        <font style=\"vertical-align: inherit;\">\n                                            <font style=\"vertical-align: inherit;\">G9<\/font>\n                                        <\/font>\n                                    <\/div>\n                                    <div class=\"JnytOMdo MTwdQKkt auto-fit-img\">\n                                        <picture>\n                                            <source media=\"(min-width: 1920px)\"\n                                                data-srcset=\"https:\/\/a-cdn.xpeng.com\/www\/public\/static\/img\/car-g9-country@2x.b9c971f7.png\"\n                                                srcset=\"https:\/\/a-cdn.xpeng.com\/www\/public\/static\/img\/car-g9-country@2x.b9c971f7.png\">\n                                            <img decoding=\"async\" class=\"xFmdDrOy lazy entered loaded\"\n                                                data-src=\"https:\/\/a-cdn.xpeng.com\/www\/public\/static\/img\/car-g9-country.6f24fabc.png\"\n                                                data-ll-status=\"loaded\"\n                                                src=\"https:\/\/a-cdn.xpeng.com\/www\/public\/static\/img\/car-g9-country.6f24fabc.png\">\n                                        <\/picture>\n                                    <\/div>\n                                    <div class=\"ZMsrZTVj\"><span class=\"_0EMjmE1M\">\n                                            <div style=\"font-family: 'basis_grotesque_regular';\">\n                                                Premium all-electric smart SUV\n                                            <\/div>\n                                        <\/span>\n                                    <\/div>\n\n                                <\/div>\n                            <\/a>\n                            <a href=\"https:\/\/xpeng.com\/eg\/p7\">\n                                <div class=\"lazy mEfIwumr entered loaded\"\n                                    data-bg=\"https:\/\/a-cdn.xpeng.com\/www\/public\/static\/img\/bg-p7.16dd3840.jpg\"\n                                    data-ll-status=\"loaded\"\n                                    style=\"background-image: url(&quot;https:\/\/a-cdn.xpeng.com\/www\/public\/static\/img\/bg-p7.16dd3840.jpg&quot;);\">\n                                    <div class=\"YBcSYIT8 fonted\">\n                                        <div>\n                                            P7\n                                        <\/div>\n                                    <\/div>\n                                    <div class=\"JnytOMdo MTwdQKkt auto-fit-img\">\n                                        <picture>\n                                            <source media=\"(min-width: 1920px)\"\n                                                data-srcset=\"https:\/\/a-cdn.xpeng.com\/www\/public\/static\/img\/car-p7-country@2x.5648aee9.png\"\n                                                srcset=\"https:\/\/a-cdn.xpeng.com\/www\/public\/static\/img\/car-p7-country@2x.5648aee9.png\">\n                                            <img decoding=\"async\" class=\"xFmdDrOy lazy entered loaded\"\n                                                data-src=\"https:\/\/a-cdn.xpeng.com\/www\/public\/static\/img\/car-p7-country.3049bac7.png\"\n                                                data-ll-status=\"loaded\"\n                                                src=\"https:\/\/a-cdn.xpeng.com\/www\/public\/static\/img\/car-p7-country.3049bac7.png\">\n                                        <\/picture>\n                                    <\/div>\n                                    <div class=\"ZMsrZTVj\"><span class=\"_0EMjmE1M\">\n                                            <font style=\"vertical-align: inherit;\">\n                                                <font style=\"vertical-align: inherit; font-family: 'basis_grotesque_regular';\">Electric sports sedan<\/font>\n                                            <\/font>\n                                        <\/span>\n                                    <\/div>\n\n                                <\/div>\n\n                            <\/a>\n\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div> -->\n\n\n    <div class=\"fqoocdue\" style=\"margin-top: -50px; background-color:\">\n        <div class=\"eO4wNdCc animation-bg-content\">\n            <div class=\"-mOPuTM5\">\n                <div class=\"omaPTzsk\">\n                    <div class=\" header_paragraph eZFVaNVR text-display q7qbAE8e\">\n                        <img decoding=\"async\" class=\"x-appN\" style=\" width: 10% !important; margin-bottom: -5%; margin-left: -9%;\" src=\"data:image\/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 44 31' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 31L16.8 15.5L0 0H4.2L21 15.5L4.2 31H0Z' fill='black'\/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44 31L27.2 15.5L44 0H39.8L23 15.5L39.8 31H44Z' fill='black'\/%3E%3C\/svg%3E%0A\" class=\"absolute -top-5 left-0 md:-left-5 h-4 w-4 lg:h-6 lg:w-6\" alt=\"Icon\">\n                        <div class=\"_3UgFVRV4D_black\" style=\"text-align: left; font-size: 3rem; font-weight: bold ;\">\n                            XPENG APP\n                        <\/div>\n                        <div class=\"\"\n                                style=\"text-align:left; font-size: xx-large; font-family: 'basis_grotesque_regular';\">\n                                Explore the world intelligently<\/div>\n                        <div class=\" header_paragraph text-display-sub-title-container\">\n                            \n                            <div class=\"\"\n                                style=\"translate: none; rotate: none; scale: none; transform: translate(0px, 0px); opacity: 1;\">\n                                <div class=\"VQp9MOe-\">\n                                    <div class=\"bt1o6Cub\">\n                                        <div class=\"ciUVZy26\">\n                                            <div class=\"JnytOMdo auto-fit-img\">\n                                                <a href=\"https:\/\/apps.apple.com\/eg\/app\/xpeng\/id1538089870\">\n                                                    <picture>\n                                                        <img decoding=\"async\" class=\"xFmdDrOyD lazy entered loaded\"\n                                                            data-src=\"https:\/\/a-cdn.xpeng.com\/www\/public\/client\/static\/images\/app-store.f3c5cb87.svg\"\n                                                            data-ll-status=\"loaded\"\n                                                            src=\"https:\/\/a-cdn.xpeng.com\/www\/public\/client\/static\/images\/app-store.f3c5cb87.svg\">\n                                                    <\/picture>\n                                                <\/a>\n                                            <\/div>\n                                        <\/div>\n                                    <\/div>\n                                    <div class=\"bt1o6Cub\">\n                                        <div class=\"ciUVZy26\">\n                                            <div class=\"JnytOMdo auto-fit-img\">\n                                                <a href=\"https:\/\/play.google.com\/store\/apps\/details?id=com.xiaopeng.globalcarinfo&#038;hl=en_US\">\n                                                    <picture><img decoding=\"async\" class=\"xFmdDrOyD lazy entered loaded\"\n                                                            data-src=\"https:\/\/a-cdn.xpeng.com\/www\/public\/client\/static\/images\/google.93118a38.svg\"\n                                                            data-ll-status=\"loaded\"\n                                                            src=\"https:\/\/a-cdn.xpeng.com\/www\/public\/client\/static\/images\/google.93118a38.svg\">\n                                                    <\/picture>\n\n                                                <\/a>\n\n                                            <\/div>\n                                        <\/div>\n                                    <\/div>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n\n\n                <\/div>\n                <div class=\"ijjYcchS\">\n                    <div class=\"JnytOMdo TfXupsJr auto-fit-img\">\n                        <picture>\n                            <source media=\"(min-width: 1920px)\"\n                                data-srcset=\"https:\/\/a-cdn.xpeng.com\/www\/public\/static\/img\/app-3@2x.9ad37525.png\"\n                                srcset=\"https:\/\/a-cdn.xpeng.com\/www\/public\/static\/img\/app-3@2x.9ad37525.png\"><img decoding=\"async\"\n                                class=\"xFmdDrOy lazy entered loaded\"\n                                data-src=\"https:\/\/a-cdn.xpeng.com\/www\/public\/static\/img\/app-3.7fbcd99e.png\"\n                                data-ll-status=\"loaded\"\n                                src=\"https:\/\/a-cdn.xpeng.com\/www\/public\/static\/img\/app-3.7fbcd99e.png\">\n                        <\/picture>\n                    <\/div>\n                    <div class=\"JnytOMdo -M8N5lCl auto-fit-img\">\n                        <picture>\n                            <source media=\"(min-width: 1920px)\"\n                                data-srcset=\"https:\/\/a-cdn.xpeng.com\/www\/public\/static\/img\/app-1@2x.c75ee3c6.png\"\n                                srcset=\"https:\/\/a-cdn.xpeng.com\/www\/public\/static\/img\/app-1@2x.c75ee3c6.png\"><img decoding=\"async\"\n                                class=\"xFmdDrOy lazy entered loaded\"\n                                data-src=\"https:\/\/a-cdn.xpeng.com\/www\/public\/static\/img\/app-1.0bbf1eeb.png\"\n                                data-ll-status=\"loaded\"\n                                src=\"https:\/\/a-cdn.xpeng.com\/www\/public\/static\/img\/app-1.0bbf1eeb.png\">\n                        <\/picture>\n                    <\/div>\n                    <div class=\"JnytOMdo _2UvDeyYx auto-fit-img\">\n                        <picture>\n                            <source media=\"(min-width: 1920px)\"\n                                data-srcset=\"https:\/\/a-cdn.xpeng.com\/www\/public\/static\/img\/app-2@2x.cb17584e.png\"\n                                srcset=\"https:\/\/a-cdn.xpeng.com\/www\/public\/static\/img\/app-2@2x.cb17584e.png\"><img decoding=\"async\"\n                                class=\"xFmdDrOy lazy entered loaded\"\n                                data-src=\"https:\/\/a-cdn.xpeng.com\/www\/public\/static\/img\/app-2.431eb74f.png\"\n                                data-ll-status=\"loaded\"\n                                src=\"https:\/\/a-cdn.xpeng.com\/www\/public\/static\/img\/app-2.431eb74f.png\">\n                        <\/picture>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    <div class=\"IryU0VNR\">\n        <div class=\"B6McRuBT\">\n            <div class=\"nuq7OU8I\">\n                <div class=\"W7Ibrl3m\" style=\"font-family: 'basis_grotesque_regular';\">1. All technical data are subject\n                    to type approval. Data is obtained below\n                    internal testing. All figures shown are representative of the maximum or fastest values\n                    obtained under test conditions from non-standard G9 models. Actual range may vary\n                    the calculated WLTP range, depending on the driver's driving style, speed, number of passengers,\n                    vehicle load, outside temperature, use of air conditioning, terrain, vehicle condition, etc.\n                <\/div>\n                <div class=\"W7Ibrl3m\" style=\"font-family: 'basis_grotesque_regular';\">2. The vehicle configuration\n                    information only applies to the corresponding ones\n                    the models produced within a particular production month, and the vehicle configuration information\n                    which is produced during different production months may be different.<\/div>\n            <\/div>\n            <div class=\"PyZMN4YK\">\n                <div class=\"W7Ibrl3m\" style=\"font-family: 'basis_grotesque_regular';\">3. XPILOT ASSIST intelligent driving\n                    system is a driving assistance function and does not cope\n                    all traffic, weather and road conditions. The driver must always be aware of the person in question\n                    the traffic situation. If the automatic assistant driving system fails to provide the correct\n                    steering assistance or maintaining the correct distance and speed, the driver must actively\n                    intervene.\n                    Please read all information about XPILOT ASSIST in the user manual to better understand its limitations\n                    this system. The driver should be aware of these restrictions before using the XPILOT ASSIST. Weather\n                    carefully in complex and changing traffic conditions, icy and snowy roads, wet and slippery\n                    lead, roads with mud or standstill, poor visibility, rough mountain roads or\n                    motorway exitsSend feedback Side panels History Saved.<\/div>\n            <\/div>\n            <div class=\"_94-fgBFy\">\n                <div class=\"W7Ibrl3m\" style=\"font-family: 'basis_grotesque_regular';\">4. Our cars can receive OTA\n                    updates that improve existing ones\n                    features or introduce new features via a Wi-Fi or 4G connection. As soon\n                    the update has been downloaded, you will receive a notification on the screen in the car. You can\n                    also check out new ones\n                    updates by tapping the XPENG logo at the top of the central screen. It is also possible to\n                    schedule an update download for a later time. After you have set\n                    the download to a later time, you can adjust the time or cancel the update at\n                    touch screen by clicking the XPENG logo Send feedback Side panels History Saved-&gt; Install -&gt;\n                    Cancel or Adjust time.\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    <\/div>\n\n<\/body>\n\n\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>XPENG G6 | XPENG EGY XPENG G6 Intelligent design, spacious driving pleasure: the ultimate coup\u00e9 SUV Up to 570 KM1 WLTP Range 4.0 s1 0-100 km\/h (AWD) 230 km extra range in just 10 minutes of charging\u00b9 Great factory warranty 8 years \/ 160,000 km\u00b9 Your next electric SUV We are proud to introduce you [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-795","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/xpeng.com\/eg\/wp-json\/wp\/v2\/pages\/795","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xpeng.com\/eg\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/xpeng.com\/eg\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/xpeng.com\/eg\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/xpeng.com\/eg\/wp-json\/wp\/v2\/comments?post=795"}],"version-history":[{"count":44,"href":"https:\/\/xpeng.com\/eg\/wp-json\/wp\/v2\/pages\/795\/revisions"}],"predecessor-version":[{"id":910,"href":"https:\/\/xpeng.com\/eg\/wp-json\/wp\/v2\/pages\/795\/revisions\/910"}],"wp:attachment":[{"href":"https:\/\/xpeng.com\/eg\/wp-json\/wp\/v2\/media?parent=795"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}